/* Phase 11.0.19 — About Us Design System Polish */
.venoramed-about-page {
    --vr-about-primary: #5b35d5;
    --vr-about-primary-2: #7c4dff;
    --vr-about-cyan: #20c7df;
    --vr-about-text: #111827;
    --vr-about-muted: #64748b;
    --vr-about-border: rgba(91, 53, 213, 0.12);
    background:
        radial-gradient(circle at 8% 8%, rgba(124, 77, 255, 0.10), transparent 32%),
        radial-gradient(circle at 96% 18%, rgba(32, 199, 223, 0.12), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 54%, #f8fbff 100%);
    overflow: hidden;
}

.venoramed-about-hero {
    position: relative;
    padding: clamp(54px, 7vw, 92px) 0 clamp(18px, 3vw, 34px);
}

.venoramed-about-hero::before {
    content: "";
    position: absolute;
    inset: 20px auto auto 50%;
    width: min(760px, 88vw);
    height: 230px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(91, 53, 213, 0.12), rgba(32, 199, 223, 0.10));
    filter: blur(46px);
    pointer-events: none;
}

.venoramed-about-hero__inner {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.venoramed-about-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border: 1px solid rgba(91, 53, 213, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #4b2dbb;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 14px 34px rgba(91, 53, 213, 0.08);
    backdrop-filter: blur(14px);
}

.venoramed-about-hero h1 {
    max-width: 880px;
    margin: 18px auto 0;
    color: var(--vr-about-text);
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.venoramed-about-content {
    position: relative;
    padding: clamp(18px, 3vw, 34px) 0 clamp(68px, 8vw, 110px);
}

.venoramed-about-content .container {
    max-width: 1040px;
}

.venoramed-about-card {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(28px, 4.8vw, 54px);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: clamp(24px, 3vw, 36px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.88));
    box-shadow: 0 26px 74px rgba(15, 23, 42, 0.075);
    backdrop-filter: blur(18px);
}

.venoramed-about-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(91, 53, 213, 0.20), rgba(32, 199, 223, 0.14), rgba(255,255,255,0));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.venoramed-about-card p {
    max-width: 780px;
    margin: 0 auto 22px;
    color: #334155;
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.86;
    letter-spacing: -0.015em;
}

.venoramed-about-card p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .venoramed-about-page {
        background:
            radial-gradient(circle at 8% 0%, rgba(124, 77, 255, 0.11), transparent 34%),
            radial-gradient(circle at 96% 10%, rgba(32, 199, 223, 0.10), transparent 34%),
            linear-gradient(180deg, #f8fbff 0%, #ffffff 58%, #f8fbff 100%);
    }

    .venoramed-about-hero {
        padding: 52px 0 12px;
    }

    .venoramed-about-hero__inner {
        text-align: left;
    }

    .venoramed-about-kicker {
        font-size: 12px;
        padding: 7px 14px;
    }

    .venoramed-about-hero h1 {
        margin-top: 16px;
        font-size: clamp(38px, 12vw, 48px);
        line-height: 1.02;
        letter-spacing: -0.055em;
        overflow-wrap: anywhere;
    }

    .venoramed-about-content {
        padding: 18px 0 58px;
    }

    .venoramed-about-card {
        padding: 24px 20px 26px;
        border-radius: 26px;
        box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
    }

    .venoramed-about-card p {
        font-size: 15.5px;
        line-height: 1.78;
        margin-bottom: 20px;
    }
}


/* Phase 11.0.20 — About Mobile Typography & Container Polish */
.venoramed-about-page .container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.venoramed-about-hero {
    padding-top: clamp(42px, 6vw, 78px);
}

.venoramed-about-hero__inner {
    max-width: 860px;
}

.venoramed-about-hero h1 {
    font-size: clamp(38px, 5.2vw, 64px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.venoramed-about-card {
    max-width: 860px;
}

.venoramed-about-card p {
    font-size: clamp(15.5px, 1.12vw, 17px);
    line-height: 1.82;
}

@media (max-width: 768px) {
    .venoramed-about-page .container {
        width: min(100% - 32px, 640px);
    }

    .venoramed-about-hero {
        padding: 38px 0 8px;
    }

    .venoramed-about-hero__inner {
        text-align: left;
    }

    .venoramed-about-kicker {
        font-size: 11px;
        padding: 7px 13px;
        letter-spacing: 0.11em;
        box-shadow: 0 10px 24px rgba(91, 53, 213, 0.07);
    }

    .venoramed-about-hero h1 {
        max-width: 100%;
        margin-top: 14px;
        font-size: clamp(34px, 9.2vw, 40px);
        line-height: 1.08;
        letter-spacing: -0.04em;
        overflow-wrap: normal;
        word-break: normal;
    }

    .venoramed-about-content {
        padding: 16px 0 48px;
    }

    .venoramed-about-card {
        width: 100%;
        padding: 22px 18px 24px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
    }

    .venoramed-about-card p {
        font-size: 14.5px;
        line-height: 1.72;
        letter-spacing: -0.01em;
        margin-bottom: 18px;
    }
}

@media (max-width: 390px) {
    .venoramed-about-page .container {
        width: calc(100% - 28px);
    }

    .venoramed-about-hero h1 {
        font-size: 33px;
    }

    .venoramed-about-card {
        padding-inline: 16px;
    }

    .venoramed-about-card p {
        font-size: 14px;
        line-height: 1.68;
    }
}
