.meba-about-widget,
.meba-about-widget * {
    box-sizing: border-box;
}

.meba-about-widget {
    --meba-accent: #e50914;
    --meba-black: #101010;
    --meba-text: #343434;
    --meba-muted: #777777;
    --meba-line: rgba(16, 16, 16, 0.10);
    --meba-soft: #f7f7f8;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    isolation: isolate;
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--meba-text);
}

.meba-about-widget img,
.meba-about-widget svg {
    max-width: 100%;
    height: auto;
}

.meba-about-bg-corner {
    position: absolute;
    right: -110px;
    bottom: -160px;
    width: min(42vw, 560px);
    height: min(42vw, 560px);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0,0,0,0.02), rgba(0,0,0,0.07));
    z-index: -1;
    pointer-events: none;
}

.meba-about-container {
    width: 100%;
    max-width: 1400px;
    margin-inline: auto;
    position: relative;
}

.meba-about-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 clamp(30px, 4vw, 56px);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.2;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--meba-black);
    max-width: 100%;
}

.meba-about-label span {
    flex: 0 0 45px;
    width: 45px;
    height: 4px;
    display: block;
    background: var(--meba-accent);
}

.meba-about-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.78fr);
    align-items: center;
    gap: clamp(38px, 6vw, 86px);
    width: 100%;
    min-width: 0;
}

.meba-about-visual,
.meba-about-content {
    min-width: 0;
}

.meba-about-visual {
    position: relative;
    width: 100%;
    max-width: 470px;
    margin-inline: auto;
    padding: clamp(16px, 2vw, 24px);
}

.meba-logo-card {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 1 / 0.96;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(30px, 5vw, 66px);
    background: linear-gradient(145deg, #ffffff 0%, #f7f7f8 100%);
    border: 1px solid rgba(16, 16, 16, 0.06);
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.10);
}

.meba-logo-img {
    display: block;
    width: min(100%, 330px);
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 18px 20px rgba(0,0,0,0.10));
}

.meba-dot-pattern {
    position: absolute;
    top: 48px;
    left: -36px;
    width: 110px;
    height: 90px;
    background-image: radial-gradient(rgba(16,16,16,0.14) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.55;
    z-index: 0;
    pointer-events: none;
}

.meba-red-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 106px;
    height: 200px;
    background: var(--meba-accent);
    z-index: 0;
    pointer-events: none;
}

.meba-outline-box {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 116px;
    height: 140px;
    border: 1px solid var(--meba-accent);
    border-radius: 18px;
    z-index: 1;
    opacity: 0.9;
    pointer-events: none;
}

.meba-about-content {
    width: 100%;
}

.meba-about-title {
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: clamp(31px, 3.3vw, 58px);
    line-height: 1.12;
    letter-spacing: -1.35px;
    font-weight: 800;
    color: var(--meba-black);
    max-width: 100%;
    overflow-wrap: anywhere;
}

.meba-title-red {
    color: var(--meba-accent);
}

.meba-quote-mark {
    color: var(--meba-black);
}

.meba-title-rule {
    width: 78px;
    height: 4px;
    background: var(--meba-accent);
    margin: clamp(22px, 2.3vw, 30px) 0 clamp(22px, 2.3vw, 34px);
}

.meba-about-text {
    width: 100%;
    max-width: 100%;
}

.meba-about-text,
.meba-about-text p {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.82;
    font-weight: 400;
    color: var(--meba-text);
    letter-spacing: 0;
}

.meba-about-text p {
    margin: 0 0 20px;
}

.meba-about-text p:last-child {
    margin-bottom: 0;
}

.meba-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
    margin-top: clamp(28px, 3.4vw, 48px);
    width: 100%;
    max-width: 100%;
}

.meba-feature-card {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.4vw, 18px);
    padding: clamp(14px, 1.5vw, 18px) clamp(15px, 1.9vw, 24px);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(16, 16, 16, 0.06);
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.meba-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(229, 9, 20, 0.22);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.11);
}

.meba-feature-icon {
    flex: 0 0 clamp(48px, 4vw, 64px);
    width: clamp(48px, 4vw, 64px);
    height: clamp(48px, 4vw, 64px);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #2c2c2c 0%, #0c0c0c 58%, #000 100%);
    color: var(--meba-accent);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 12px 20px rgba(0,0,0,0.16);
}

.meba-feature-icon i,
.meba-feature-icon svg {
    font-size: clamp(21px, 2vw, 28px);
    width: 1em;
    height: 1em;
    color: var(--meba-accent);
    fill: var(--meba-accent);
}

.meba-feature-divider {
    flex: 0 0 1px;
    width: 1px;
    height: 42px;
    background: var(--meba-line);
}

.meba-feature-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Poppins', Arial, sans-serif;
    line-height: 1.12;
}

.meba-feature-copy strong,
.meba-feature-copy em {
    display: block;
    max-width: 100%;
    font-style: normal;
    overflow-wrap: anywhere;
}

.meba-feature-copy strong {
    margin-bottom: 5px;
    font-size: clamp(17px, 1.3vw, 23px);
    font-weight: 800;
    color: var(--meba-accent);
}

.meba-feature-copy em {
    font-size: clamp(14px, 1.1vw, 20px);
    font-weight: 600;
    color: var(--meba-black);
}

@media (max-width: 1200px) {
    .meba-about-grid {
        grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.72fr);
        gap: 42px;
    }

    .meba-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .meba-about-grid {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 38px;
    }

    .meba-about-visual {
        max-width: 520px;
        margin-inline: auto;
    }

    .meba-about-content {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .meba-about-widget {
        padding: 44px 16px !important;
    }

    .meba-about-label {
        gap: 10px;
        letter-spacing: 2.5px;
        margin-bottom: 28px;
        font-size: 13px;
    }

    .meba-about-label span {
        flex-basis: 34px;
        width: 34px;
        height: 3px;
    }

    .meba-about-grid {
        gap: 32px;
    }

    .meba-about-visual {
        max-width: 100%;
        padding: 12px;
    }

    .meba-logo-card {
        min-height: 250px;
        padding: 32px 26px;
        border-radius: 18px;
    }

    .meba-logo-img {
        width: min(100%, 250px);
    }

    .meba-dot-pattern {
        left: -14px;
        top: 30px;
        width: 76px;
        height: 70px;
        background-size: 12px 12px;
    }

    .meba-red-block {
        width: 70px;
        height: 138px;
    }

    .meba-outline-box {
        width: 80px;
        height: 100px;
        right: 2px;
        bottom: 8px;
    }

    .meba-about-title {
        font-size: clamp(27px, 8vw, 36px);
        line-height: 1.18;
        letter-spacing: -0.8px;
    }

    .meba-title-rule {
        width: 64px;
        height: 3px;
        margin: 18px 0 22px;
    }

    .meba-about-text,
    .meba-about-text p {
        font-size: 15px;
        line-height: 1.76;
    }

    .meba-about-text p {
        margin-bottom: 16px;
    }

    .meba-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 28px;
    }

    .meba-feature-card {
        width: 100%;
        padding: 14px 15px;
        border-radius: 16px;
    }

    .meba-feature-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .meba-feature-divider {
        height: 34px;
    }
}

@media (max-width: 420px) {
    .meba-about-widget {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .meba-logo-card {
        min-height: 220px;
        padding: 28px 18px;
    }

    .meba-feature-card {
        gap: 10px;
    }

    .meba-feature-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

    .meba-feature-copy strong {
        font-size: 16px;
    }

    .meba-feature-copy em {
        font-size: 14px;
    }
}
