/* Landing-only refinement layer. The Stitch export remains the visual base. */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
}

body[data-prototype-page="landing"] {
    overflow-x: hidden;
}

body[data-prototype-page="landing"] .glass-header {
    height: 72px;
    background: rgba(247, 250, 251, 0.94);
    box-shadow: 0 1px 14px rgba(0, 40, 64, 0.05);
}

.landing-header-inner {
    height: 100%;
    gap: 28px;
}

.landing-header-inner > [data-prototype-href] img {
    height: 38px;
}

.landing-header-panel {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}

.landing-primary-nav {
    gap: 22px;
    white-space: nowrap;
}

.landing-primary-nav a {
    font-size: 14px;
}

.landing-header-actions {
    gap: 6px;
    white-space: nowrap;
}

.landing-header-actions > button,
.landing-header-actions > a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.landing-header-actions > a:last-child {
    padding: 9px 18px;
}

.landing-menu-toggle,
.landing-menu-close,
.landing-menu-backdrop {
    display: none;
}

.landing-hero {
    min-height: 620px !important;
}

.landing-hero-image {
    background-position: center 48%;
}

.landing-hero-overlay {
    background: linear-gradient(
        to left,
        rgba(247, 250, 251, 0.88) 0%,
        rgba(247, 250, 251, 0.62) 43%,
        rgba(247, 250, 251, 0.16) 76%,
        rgba(247, 250, 251, 0.04) 100%
    ) !important;
}

.landing-hero-content {
    padding-top: 64px;
    padding-bottom: 64px;
}

.landing-hero-copy {
    max-width: 650px;
}

.landing-hero-copy h1 {
    max-width: 630px;
    font-size: clamp(40px, 3.35vw, 50px);
    line-height: 1.32;
    letter-spacing: -0.025em;
}

.landing-hero-copy > p {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.85;
}

.landing-hero-actions {
    gap: 14px;
}

.landing-hero-actions button {
    min-width: 154px;
    padding: 13px 27px;
    font-size: 17px;
    line-height: 1.45;
    box-shadow: 0 8px 20px rgba(0, 100, 124, 0.13);
}

.landing-hero-note {
    margin-top: 18px;
    opacity: 0.78;
}

body[data-prototype-page="landing"] #early-signs,
body[data-prototype-page="landing"] #faq {
    padding-top: 76px;
    padding-bottom: 76px;
}

#early-signs > div > .text-center,
.landing-journey > div > .text-center,
#faq > div > .text-center {
    margin-bottom: 44px;
}

#early-signs .grid {
    gap: 20px;
}

#early-signs .bento-card {
    display: flex;
    min-height: 365px;
    flex-direction: column;
    padding: 22px;
    background: #fbfdfe;
    border-color: #dce8ec;
    box-shadow: 0 10px 30px rgba(0, 52, 72, 0.055);
}

#early-signs .bento-card > div:first-child {
    height: 184px;
    margin-bottom: 20px;
    background: #edf8fc;
}

#early-signs .bento-card img {
    max-height: 166px;
    width: auto;
}

#early-signs .bento-card h3 {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.6;
}

#early-signs .bento-card p {
    font-size: 15px;
    line-height: 1.8;
}

#early-signs .grid + div {
    margin-top: 28px;
    padding: 18px 24px;
    border: 1px solid #dce8ec;
}

.landing-journey {
    padding-top: 76px;
    padding-bottom: 82px;
    background: linear-gradient(180deg, #eef8fb 0%, #f7fafb 100%);
}

.landing-journey-grid {
    gap: 22px;
}

.landing-journey-grid > div {
    min-height: 282px;
    padding: 30px 26px 28px;
    border: 1px solid #d9e9ee;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 32px rgba(0, 52, 72, 0.055);
}

.landing-journey-grid .step-circle {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    box-shadow: 0 7px 18px rgba(32, 152, 184, 0.18);
}

.landing-journey-grid h3 {
    font-size: 18px;
    line-height: 1.65;
}

.landing-journey-grid p {
    font-size: 15px;
    line-height: 1.82;
}

#trust {
    padding-top: 0;
}

#trust > .max-w-container-max {
    min-height: 590px;
}

#trust > .max-w-container-max > .grid {
    gap: 46px;
}

#trust .doctor-portrait {
    width: auto;
    max-width: 480px;
    max-height: 570px;
    margin-inline: auto;
}

#trust .order-1.md\:order-2 {
    padding-top: 58px;
    padding-bottom: 58px;
}

#trust .order-1.md\:order-2 > p {
    max-width: 600px;
    line-height: 1.9;
}

#trust .flex.flex-wrap.gap-sm > div {
    min-height: 38px;
}

.landing-main-cta {
    padding-top: 58px;
    padding-bottom: 58px;
}

.landing-main-cta > div > div {
    padding: 38px 44px;
    gap: 34px;
    border-radius: 22px;
    background: linear-gradient(135deg, #edf8fc 0%, #e5f4fa 100%);
}

.landing-main-cta h2 {
    font-size: 30px;
}

.landing-main-cta button {
    flex-shrink: 0;
    padding: 13px 28px;
    border-radius: 10px;
    font-size: 18px;
}

#faq > div {
    max-width: 960px;
}

#faq .max-w-3xl {
    max-width: 850px;
}

#faq details {
    padding: 0;
    overflow: hidden;
    border-color: #dce8ec;
    background: #fbfdfe;
    box-shadow: 0 5px 18px rgba(0, 52, 72, 0.035);
}

#faq details + details {
    margin-top: 12px;
}

#faq summary {
    min-height: 66px;
    padding: 18px 22px;
    font-size: 17px;
    line-height: 1.7;
}

#faq summary:focus-visible {
    outline: 3px solid rgba(32, 152, 184, 0.28);
    outline-offset: -3px;
}

#faq details > p {
    margin-top: 0;
    padding: 0 22px 20px;
    font-size: 15px;
    line-height: 1.9;
}

body[data-prototype-page="landing"] footer {
    padding-top: 58px;
    padding-bottom: 34px;
}

body[data-prototype-page="landing"] footer > div:first-child {
    gap: 46px;
}

body[data-prototype-page="landing"] footer h4 {
    margin-bottom: 18px;
}

body[data-prototype-page="landing"] footer li,
body[data-prototype-page="landing"] footer p,
body[data-prototype-page="landing"] footer a {
    line-height: 1.75;
}

body[data-prototype-page="landing"] footer > div:last-child {
    margin-top: 42px;
}

@media (max-width: 1199px) {
    #early-signs .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #early-signs .bento-card {
        min-height: 345px;
    }

    .landing-hero-copy {
        max-width: 580px;
    }

    .landing-hero-copy h1 {
        font-size: 42px;
    }
}

@media (max-width: 1100px) {
    html {
        scroll-padding-top: 68px;
    }

    body[data-prototype-page="landing"] .glass-header {
        height: 64px;
    }

    .landing-header-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .landing-header-inner > [data-prototype-href] img {
        height: 34px;
    }

    .landing-menu-toggle,
    .landing-menu-close {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border: 1px solid #d8e7ec;
        border-radius: 10px;
        color: #183a48;
        background: #fff;
    }

    .landing-menu-toggle {
        margin-inline-start: auto;
    }

    .landing-header-panel {
        position: fixed;
        z-index: 80;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(86vw, 350px);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 24px;
        padding: 74px 24px 30px;
        overflow-y: auto;
        background: #f9fcfd;
        box-shadow: -18px 0 50px rgba(0, 40, 64, 0.16);
        transform: translateX(108%);
        transition: transform 220ms ease;
    }

    .landing-header-panel.is-open {
        transform: translateX(0);
    }

    .landing-menu-close {
        position: absolute;
        top: 14px;
        right: 18px;
    }

    .landing-primary-nav {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .landing-primary-nav a {
        padding: 14px 4px;
        border-bottom: 1px solid #e0ebef;
        font-size: 16px;
    }

    .landing-primary-nav a:first-child {
        border-bottom-width: 1px;
        border-bottom-color: #e0ebef;
    }

    .landing-header-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 9px;
        padding-top: 2px;
    }

    .landing-header-actions > button,
    .landing-header-actions > a {
        width: 100%;
        min-height: 43px;
        text-align: center;
    }

    .landing-menu-backdrop {
        position: fixed;
        z-index: 70;
        inset: 0;
        display: block;
        visibility: hidden;
        border: 0;
        background: rgba(0, 30, 45, 0.36);
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease, visibility 180ms ease;
    }

    .landing-menu-backdrop.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    body.landing-menu-open {
        overflow: hidden;
    }

    .landing-journey-grid {
        gap: 16px;
    }

    .landing-journey-grid > div {
        min-height: 315px;
        padding-inline: 22px;
    }

    #trust > .max-w-container-max > .grid {
        gap: 28px;
    }

    #trust .doctor-portrait {
        max-width: 420px;
    }
}

@media (max-width: 800px) {
    .landing-header-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .landing-hero {
        min-height: 0 !important;
        display: flex !important;
        flex-direction: column;
        background: #f7fafb;
    }

    .landing-hero-media {
        position: relative !important;
        inset: auto !important;
        order: 1;
        width: 100%;
        height: 300px;
    }

    .landing-hero-image {
        background-position: 58% center;
    }

    .landing-hero-overlay {
        background: linear-gradient(to bottom, rgba(247, 250, 251, 0.02) 50%, #f7fafb 100%) !important;
    }

    .landing-hero-content {
        order: 2;
        padding: 30px 20px 46px;
    }

    .landing-hero-copy {
        max-width: none;
        text-align: right;
    }

    .landing-hero-copy h1 {
        font-size: 32px;
        line-height: 1.42;
    }

    .landing-hero-copy > p {
        font-size: 16px;
        line-height: 1.85;
    }

    .landing-hero-actions button {
        min-width: 145px;
        padding: 12px 20px;
        font-size: 16px;
    }

    .landing-hero-note {
        align-items: flex-start;
    }

    body[data-prototype-page="landing"] #early-signs,
    body[data-prototype-page="landing"] #faq,
    .landing-journey {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    #early-signs > div > .text-center,
    .landing-journey > div > .text-center,
    #faq > div > .text-center {
        margin-bottom: 32px;
    }

    #early-signs .grid,
    .landing-journey-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    #early-signs .bento-card {
        min-height: 0;
    }

    #early-signs .bento-card h3 {
        min-height: 0;
    }

    .landing-journey-grid > div {
        min-height: 0;
    }

    #trust > .max-w-container-max {
        min-height: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    #trust > .max-w-container-max > .grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    #trust .order-1.md\:order-2 {
        padding-top: 52px;
        padding-bottom: 28px;
    }

    #trust .doctor-portrait {
        max-width: min(100%, 370px);
        max-height: 470px;
    }

    .landing-main-cta {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .landing-main-cta > div > div {
        align-items: stretch;
        padding: 30px 24px;
        gap: 24px;
    }

    .landing-main-cta h2 {
        font-size: 27px;
    }

    .landing-main-cta button {
        align-self: flex-start;
    }

    #faq summary {
        min-height: 62px;
        padding: 16px 18px;
        gap: 14px;
        font-size: 16px;
    }

    #faq details > p {
        padding: 0 18px 18px;
        font-size: 15px;
    }

    body[data-prototype-page="landing"] footer {
        padding-top: 50px;
        padding-bottom: 28px;
    }

    body[data-prototype-page="landing"] footer > div:first-child {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 34px;
    }

    body[data-prototype-page="landing"] footer > div:first-child > div:first-child {
        grid-column: span 1 / span 1 !important;
    }
}

@media (max-width: 480px) {
    .landing-hero-media {
        height: 260px;
    }

    .landing-hero-copy h1 {
        font-size: 29px;
    }

    .landing-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .landing-hero-actions button {
        width: 100%;
    }

    .landing-main-cta button {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .landing-header-panel,
    .landing-menu-backdrop,
    #faq .material-symbols-outlined {
        transition: none !important;
    }
}

/* Mobile-first public landing composition: header, Hero, reassurance and signs. */
.landing-mobile-utilities,
.landing-reassurance,
.landing-signs-note-icon {
    display: none;
}

@media (max-width: 1100px) {
    body[data-prototype-page="landing"] .glass-header {
        height: 62px;
    }

    .landing-header-inner {
        padding-inline: clamp(14px, 3vw, 24px);
    }

    .landing-header-inner > [data-prototype-href] {
        max-width: min(46vw, 170px);
    }

    .landing-header-inner > [data-prototype-href] img {
        max-height: 36px;
    }

    .landing-mobile-utilities {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-inline-start: auto;
    }

    .landing-mobile-language {
        min-width: 48px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding-inline: 9px;
        border: 1px solid #d8e7ec;
        border-radius: 10px;
        background: #fff;
        color: #087993;
        font-size: 12px;
        font-weight: 800;
    }

    .landing-mobile-language .material-symbols-outlined {
        font-size: 18px;
    }

    .landing-desktop-language {
        display: none !important;
    }

    .landing-menu-toggle {
        margin-inline-start: 0;
    }

    .landing-reassurance {
        display: block;
        padding: 12px 16px 0;
        background: #fff;
    }

    .landing-reassurance__inner {
        width: min(100%, 760px);
        min-height: 86px;
        margin-inline: auto;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border: 1px solid #dce8ec;
        border-radius: 16px;
        background: #f8fcfd;
        box-shadow: 0 8px 24px rgba(24, 58, 72, 0.06);
        overflow: hidden;
    }

    .landing-reassurance__inner > div {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 12px 9px;
        color: #183a48;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.45;
        text-align: center;
    }

    .landing-reassurance__inner > div + div {
        border-inline-start: 1px solid #dce8ec;
    }

    .landing-reassurance .material-symbols-outlined {
        color: #2098b8;
        font-size: 21px;
    }

    #early-signs {
        padding-block: 44px 48px;
    }

    #early-signs > div > .text-center {
        max-width: 700px;
        margin-bottom: 28px;
    }

    #early-signs > div > .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    #early-signs .bento-card {
        min-width: 0;
        min-height: 184px;
        display: grid;
        grid-template-columns: minmax(128px, 38%) minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        column-gap: 16px;
        align-items: center;
        padding: 14px;
        text-align: start;
    }

    #early-signs .bento-card > div:first-child {
        width: 100%;
        height: 154px;
        grid-row: 1 / span 2;
        margin: 0;
        border-radius: 10px;
    }

    #early-signs .bento-card img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
    }

    #early-signs .bento-card h3 {
        align-self: end;
        margin: 0 0 6px;
        font-size: 17px;
        line-height: 1.45;
    }

    #early-signs .bento-card p {
        align-self: start;
        font-size: 14px;
        line-height: 1.65;
    }

    #early-signs > div > .mt-lg {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 9px;
        margin-top: 18px;
        padding: 13px 16px;
        border: 1px solid rgba(32, 152, 184, 0.12);
        text-align: start;
    }

    #early-signs > div > .mt-lg p {
        margin: 0;
        font-size: 13px;
        line-height: 1.65;
    }

    .landing-signs-note-icon {
        flex: 0 0 auto;
        display: inline-block;
        margin-top: 1px;
        color: #2098b8;
        font-size: 19px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .landing-hero {
        min-height: 560px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 46%) minmax(0, 54%);
        align-items: stretch !important;
        direction: ltr;
        background: #f7fafb;
    }

    .landing-hero-media {
        position: relative;
        inset: auto;
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
    }

    .landing-hero-content {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        align-items: center;
        padding: 46px 42px;
        background: #f7fafb;
        direction: rtl;
    }

    html[dir="ltr"] .landing-hero-media {
        grid-column: 2;
    }

    html[dir="ltr"] .landing-hero-content {
        grid-column: 1;
        direction: ltr;
    }

    .landing-hero-image {
        background-size: cover !important;
        background-position: 38% center !important;
    }

    html[dir="ltr"] .landing-hero-image {
        background-position: 62% center !important;
    }

    .landing-hero-overlay {
        background: linear-gradient(to left, rgba(247,250,251,.18), transparent 34%) !important;
    }

    html[dir="ltr"] .landing-hero-overlay {
        background: linear-gradient(to right, rgba(247,250,251,.18), transparent 34%) !important;
    }

    .landing-hero-copy h1 {
        font-size: clamp(32px, 4.1vw, 43px);
    }

    .landing-hero-copy > p {
        font-size: 16px;
        line-height: 1.75;
    }

    .landing-hero-actions {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 62px;
    }

    .landing-hero {
        min-height: 0 !important;
        display: grid !important;
        grid-template-rows: clamp(245px, 73vw, 285px) auto;
        align-items: stretch !important;
        background: #f7fafb;
    }

    .landing-hero-media {
        position: relative;
        inset: auto;
        grid-row: 1;
        min-width: 0;
    }

    .landing-hero-image {
        background-size: cover !important;
        background-position: 52% 38% !important;
        filter: contrast(1.04) saturate(1.025);
    }

    html[dir="ltr"] .landing-hero-image {
        background-position: 48% 38% !important;
    }

    .landing-hero-overlay {
        background: linear-gradient(to bottom, transparent 68%, rgba(247,250,251,.22) 100%) !important;
    }

    .landing-hero-content {
        grid-row: 2;
        padding: 24px 16px 27px;
        background: #f7fafb;
    }

    .landing-hero-copy {
        max-width: 560px;
        margin-inline: auto;
    }

    .landing-hero-copy h1 {
        margin-bottom: 12px;
        font-size: clamp(28px, 8vw, 32px);
        line-height: 1.38;
    }

    .landing-hero-copy > p {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.8;
    }

    .landing-hero-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .landing-hero-actions button {
        width: 100%;
        min-height: 50px;
        padding: 11px 18px;
        font-size: 17px;
    }

    .landing-hero-note {
        margin-top: 14px;
        justify-content: center;
        text-align: center;
    }

    .landing-reassurance {
        padding-top: 10px;
    }

    .landing-reassurance__inner {
        min-height: 82px;
    }

    .landing-reassurance__inner > div {
        padding: 10px 6px;
        font-size: 10.5px;
        line-height: 1.4;
    }

    .landing-reassurance .material-symbols-outlined {
        font-size: 19px;
    }

    #early-signs {
        padding-block: 38px 42px;
    }

    #early-signs > div > .text-center {
        margin-bottom: 22px;
        text-align: start;
    }

    #early-signs > div > .text-center h2 {
        margin-bottom: 12px;
        font-size: 25px;
        line-height: 1.45;
    }

    #early-signs > div > .text-center > p:last-child {
        font-size: 14px;
        line-height: 1.75;
    }

    #early-signs > div > .grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #early-signs .bento-card {
        min-height: 142px;
        grid-template-columns: minmax(108px, 35%) minmax(0, 1fr);
        column-gap: 13px;
        padding: 10px;
        border-radius: 14px;
    }

    #early-signs .bento-card > div:first-child {
        height: 122px;
    }

    #early-signs .bento-card h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    #early-signs .bento-card p {
        font-size: 12.5px;
        line-height: 1.55;
    }
}

@media (max-width: 370px) {
    .landing-mobile-language {
        min-width: 44px;
        padding-inline: 7px;
    }

    .landing-header-inner > [data-prototype-href] img {
        max-height: 34px;
    }

    .landing-hero {
        grid-template-rows: 250px auto;
    }

    .landing-hero-copy h1 {
        font-size: 27px;
    }

    #early-signs .bento-card {
        grid-template-columns: 106px minmax(0, 1fr);
    }
}

/* Focused visual adjustments: Hero, Early Signs, Journey numbers, and Doctor. */
@media (min-width: 801px) {
    .landing-hero-image {
        background-color: #f3eee5;
        background-position: left center !important;
        background-repeat: no-repeat !important;
        background-size: auto 100% !important;
        filter: contrast(1.055) saturate(1.035);
    }

    .landing-hero-overlay {
        background: linear-gradient(
            to left,
            rgba(247, 250, 251, 0.98) 0%,
            rgba(247, 250, 251, 0.94) 34%,
            rgba(247, 250, 251, 0.72) 50%,
            rgba(247, 250, 251, 0.24) 65%,
            rgba(247, 250, 251, 0) 79%
        ) !important;
    }

    #early-signs > .max-w-container-max {
        max-width: 1320px;
        padding-right: 40px;
        padding-left: 40px;
    }

    #early-signs .grid {
        gap: 16px;
    }

    #early-signs .bento-card {
        height: 410px;
        min-height: 410px;
        padding: 16px;
    }

    #early-signs .bento-card > div:first-child {
        flex: 0 0 238px;
        height: 238px;
        margin-bottom: 14px;
    }

    #early-signs .bento-card img {
        width: auto;
        max-width: 100%;
        max-height: 226px;
    }

    #early-signs .bento-card h3 {
        min-height: 52px;
        margin-bottom: 4px;
    }

    #early-signs .bento-card p {
        line-height: 1.65;
    }

    #trust > .max-w-container-max {
        min-height: 550px;
    }

    #trust > .max-w-container-max > .grid {
        direction: ltr;
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        align-items: end;
        gap: 34px;
    }

    #trust > .max-w-container-max > .grid > div {
        direction: rtl;
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        justify-content: center;
    }

    #trust .doctor-portrait {
        width: min(100%, 440px);
        max-width: 440px;
        max-height: 540px;
    }

    #trust .order-1.md\:order-2 {
        align-self: center;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    #trust p.max-w-xl {
        max-width: 540px;
        margin-bottom: 24px;
        line-height: 1.78;
    }

    #trust .flex.flex-wrap.gap-sm.w-full {
        flex-wrap: nowrap;
        gap: 7px;
        margin-bottom: 24px;
    }

    #trust .flex.flex-wrap.gap-sm.w-full > div {
        min-height: 36px;
        padding: 7px 10px;
        white-space: nowrap;
    }

    #trust .flex.flex-wrap.gap-sm.w-full > div span:last-child {
        font-size: 12px;
    }
}

.landing-journey-grid > div::before,
.landing-journey-grid > div::after,
.landing-journey-grid .step-circle::before,
.landing-journey-grid .step-circle::after {
    display: none !important;
    content: none !important;
}

.landing-header-actions > a:last-child,
.landing-hero-actions button,
.landing-main-cta button {
    height: 48px;
    min-height: 48px;
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
    border-radius: 10px;
}

@media (max-width: 800px) {
    #early-signs .bento-card {
        height: auto;
        padding: 16px;
    }

    #early-signs .bento-card > div:first-child {
        height: 250px;
        margin-bottom: 14px;
    }

    #early-signs .bento-card img {
        max-height: 236px;
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        order: 1 !important;
    }

    #trust > .max-w-container-max > .grid > div:last-child {
        order: 2 !important;
    }

    #trust .flex.flex-wrap.gap-sm.w-full {
        flex-wrap: wrap !important;
    }
}

/* Final published-reference alignment: Hero, Early Signs, and Specialist only. */
@media (min-width: 801px) {
    .landing-hero-image {
        background-color: #f3eee5;
        background-position: right center !important;
        background-repeat: no-repeat !important;
        background-size: auto 100% !important;
        filter: contrast(1.05) saturate(1.03);
        transform: scaleX(-1);
    }

    .landing-hero-overlay {
        background: linear-gradient(
            to left,
            rgba(247, 250, 251, 0.98) 0%,
            rgba(247, 250, 251, 0.94) 32%,
            rgba(247, 250, 251, 0.68) 48%,
            rgba(247, 250, 251, 0.18) 63%,
            rgba(247, 250, 251, 0) 76%
        ) !important;
    }

    #early-signs .bento-card {
        height: 448px;
        min-height: 448px;
    }

    #trust {
        min-height: 520px;
        background:
            radial-gradient(circle at 20% 56%, rgba(33, 158, 188, 0.16), transparent 36%),
            linear-gradient(135deg, #042f47 0%, #03283d 100%);
    }

    #trust::before,
    #trust::after {
        content: "";
        position: absolute;
        z-index: 0;
        width: 150px;
        height: 150px;
        pointer-events: none;
        opacity: 0.24;
        background-image: radial-gradient(circle, rgba(158, 227, 241, 0.7) 1px, transparent 1.5px);
        background-size: 18px 18px;
    }

    #trust::before {
        top: 42px;
        left: 5%;
    }

    #trust::after {
        right: 5%;
        bottom: 34px;
    }

    #trust > .max-w-container-max {
        min-height: 520px;
    }

    #trust > .max-w-container-max > .grid {
        grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
        gap: clamp(28px, 4vw, 52px);
        align-items: center;
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        min-height: 500px;
        align-self: end;
        overflow: visible;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(1) {
        bottom: 0;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle at 50% 48%, rgba(33, 158, 188, 0.2), rgba(33, 158, 188, 0.04) 58%, transparent 72%);
        filter: none;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(2) {
        bottom: 2px;
        width: 400px;
        height: 400px;
        border-color: rgba(158, 227, 241, 0.18);
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(3) {
        bottom: 50px;
        width: 310px;
        height: 310px;
        border-color: rgba(158, 227, 241, 0.14);
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(4) {
        top: 72px;
        right: 4%;
        opacity: 0.3;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:last-child {
        width: min(100%, 390px);
        justify-content: center;
    }

    #trust img[src$="doctor-abdelrahman.png"] {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: contain;
        filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.3));
    }

    #trust .order-1.md\:order-2 {
        align-self: center;
        max-width: 570px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    #trust p.max-w-xl {
        max-width: 560px;
        margin-bottom: 20px;
        line-height: 1.75;
    }

    #trust .flex.flex-wrap.gap-sm.w-full {
        margin-bottom: 18px;
    }
}

#early-signs .bento-card {
    overflow: hidden;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(220, 221, 230, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(4, 47, 71, 0.06);
    transition: box-shadow 0.22s ease, transform 0.22s ease;
}

#early-signs .bento-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 34px rgba(4, 47, 71, 0.12);
}

#early-signs .bento-card > div:first-child {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0;
    border-radius: 0;
    background: #f7fafc;
}

#early-signs .bento-card img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

#early-signs .bento-card h3 {
    min-height: 52px;
    margin: 16px 16px 4px;
    padding: 0;
}

#early-signs .bento-card p {
    padding: 0 16px 18px;
    line-height: 1.6;
}

@media (max-width: 800px) {
    #early-signs .bento-card {
        height: auto;
        min-height: 0;
        padding: 0;
    }

    #early-signs .bento-card > div:first-child {
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0;
    }

    #early-signs .bento-card img {
        width: 100%;
        height: 100%;
        max-height: none;
    }

    #trust {
        background:
            radial-gradient(circle at 50% 82%, rgba(33, 158, 188, 0.14), transparent 34%),
            linear-gradient(135deg, #042f47 0%, #03283d 100%);
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        position: relative;
        min-height: 440px;
        align-items: end;
    }

    #trust img[src$="doctor-abdelrahman.png"] {
        width: auto;
        max-width: min(100%, 330px);
        max-height: 430px;
        object-fit: contain;
    }
}

/* Final focused refinement: desktop Hero spacing and compact specialist rhythm. */
@media (min-width: 801px) {
    .landing-hero-image {
        background-position: calc(100% + 82px) center !important;
    }

    .landing-hero-overlay {
        background: linear-gradient(
            to left,
            rgba(247, 250, 251, 0.98) 0%,
            rgba(247, 250, 251, 0.94) 31%,
            rgba(247, 250, 251, 0.58) 44%,
            rgba(247, 250, 251, 0.1) 58%,
            rgba(247, 250, 251, 0) 69%
        ) !important;
    }

    #trust,
    #trust > .max-w-container-max {
        min-height: 480px;
    }

    #trust::before {
        width: 132px;
        height: 132px;
        opacity: 0.14;
    }

    #trust::after,
    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(3),
    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(4) {
        display: none;
    }

    #trust > .max-w-container-max > .grid {
        gap: clamp(26px, 3.5vw, 46px);
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        min-height: 460px;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(1),
    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(2) {
        width: 370px;
        height: 370px;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(1) {
        background: radial-gradient(circle at 50% 48%, rgba(33, 158, 188, 0.16), rgba(33, 158, 188, 0.035) 60%, transparent 73%);
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(2) {
        border-color: rgba(158, 227, 241, 0.13);
    }

    #trust img[src$="doctor-abdelrahman.png"] {
        max-height: 460px;
    }

    #trust .order-1.md\:order-2 {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    #trust .order-1.md\:order-2 > div:first-child {
        margin-bottom: 10px;
    }

    #trust .order-1.md\:order-2 > h2 {
        margin-bottom: 10px;
    }

    #trust .order-1.md\:order-2 > .flex.items-center.gap-md {
        margin-bottom: 5px;
    }

    #trust .order-1.md\:order-2 > .space-y-xs {
        margin-bottom: 12px;
    }

    #trust .order-1.md\:order-2 > .space-y-xs > * + * {
        margin-top: 3px;
    }

    #trust p.max-w-xl {
        margin-bottom: 14px;
        line-height: 1.65;
    }

    #trust .flex.flex-wrap.gap-sm.w-full {
        gap: 6px;
        margin-bottom: 12px;
    }

    #trust .flex.flex-wrap.gap-sm.w-full > div {
        min-height: 32px;
        padding: 5px 9px;
    }

    #trust .w-full.pt-md.border-t {
        padding-top: 10px;
    }

    #trust .w-full.pt-md.border-t p {
        line-height: 1.55;
    }
}

/* Focused responsive refinement: Hero art direction and mobile specialist order. */
@media (min-width: 801px) {
    .landing-hero-image {
        background-position: calc(100% + 104px) center !important;
    }
}

@media (max-width: 768px) {
    .landing-hero {
        position: relative;
        display: flex !important;
        min-height: 740px !important;
        align-items: flex-end;
        overflow: hidden;
        background: #f7fafb;
    }

    .landing-hero-media {
        position: absolute !important;
        inset: 0 !important;
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    .landing-hero-image {
        background-color: #f7fafb;
        background-position: 60% top !important;
        background-repeat: no-repeat !important;
        background-size: auto 430px !important;
    }

    .landing-hero-overlay {
        background: linear-gradient(
            to bottom,
            rgba(247, 250, 251, 0.02) 0%,
            rgba(247, 250, 251, 0.12) 27%,
            rgba(247, 250, 251, 0.78) 43%,
            rgba(247, 250, 251, 0.97) 56%,
            #f7fafb 70%,
            #f7fafb 100%
        ) !important;
    }

    .landing-hero-content {
        position: relative;
        z-index: 2;
        order: 1;
        padding: 300px 20px 38px;
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        order: 2 !important;
        min-height: 400px;
        align-self: end;
        margin-top: 0;
    }

    #trust > .max-w-container-max > .grid > div:last-child {
        order: 1 !important;
        padding-top: 42px;
        padding-bottom: 16px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > div:first-child {
        margin-bottom: 10px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > h2 {
        margin-bottom: 10px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .flex.items-center.gap-md {
        margin-bottom: 5px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .space-y-xs {
        margin-bottom: 12px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .space-y-xs > * + * {
        margin-top: 3px;
    }

    #trust p.max-w-xl {
        margin-bottom: 14px;
        line-height: 1.68;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(1),
    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(2) {
        width: 330px;
        height: 330px;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(1) {
        bottom: 0;
        background: radial-gradient(circle at 50% 48%, rgba(33, 158, 188, 0.15), rgba(33, 158, 188, 0.035) 60%, transparent 73%);
        filter: none;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(2) {
        bottom: 2px;
        border-color: rgba(158, 227, 241, 0.13);
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(3) {
        display: none;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(4) {
        display: block;
        top: auto;
        right: 2%;
        bottom: 64px;
        opacity: 0.12;
    }

    #trust .flex.flex-wrap.gap-sm.w-full {
        flex-wrap: wrap !important;
        gap: 7px;
        margin-bottom: 14px;
    }

    #trust .flex.flex-wrap.gap-sm.w-full > div {
        min-height: 32px;
        padding: 5px 9px;
    }

    #trust .w-full.pt-md.border-t {
        padding-top: 10px;
    }

    #trust .w-full.pt-md.border-t p {
        line-height: 1.6;
    }

    #trust img[src$="doctor-abdelrahman.png"] {
        max-height: 400px;
    }
}

/* Responsive refinement after the first mobile-first pass. */
@media (max-width: 699px) {
    .landing-hero-content {
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .landing-hero-copy h1 {
        margin-bottom: 14px;
    }

    .landing-hero-copy > p {
        margin-bottom: 24px;
    }

    .landing-hero-actions {
        gap: 11px;
    }

    .landing-hero-note {
        margin-top: 16px;
        padding-inline: 4px;
        line-height: 1.55;
    }

    .landing-reassurance {
        padding: 14px 14px 0;
    }

    .landing-reassurance__inner {
        min-height: 92px;
        border-radius: 17px;
    }

    .landing-reassurance__inner > div {
        gap: 7px;
        padding: 12px 8px;
        font-size: 10.5px;
    }

    .landing-reassurance .material-symbols-outlined {
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(32, 152, 184, 0.18);
        border-radius: 50%;
        background: #eef8fa;
        font-size: 17px;
        font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
    }
}

@media (max-width: 370px) {
    .landing-header-inner {
        gap: 8px;
        padding-inline: 12px;
    }

    .landing-mobile-utilities {
        gap: 6px;
    }

    .landing-reassurance {
        padding-inline: 12px;
    }

    .landing-reassurance__inner > div {
        padding-inline: 6px;
        font-size: 10px;
    }

    .landing-hero-content {
        padding-inline: 15px;
    }
}

/* Small/portrait tablets use an intentional stacked composition. */
@media (min-width: 700px) and (max-width: 899px) {
    .landing-hero {
        width: calc(100% - 48px);
        max-width: 760px;
        min-height: 0 !important;
        margin: 24px auto 0;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: clamp(330px, 45vw, 380px) auto;
        align-items: stretch !important;
        overflow: hidden;
        border: 1px solid #dce8ec;
        border-radius: 22px;
        background: #f7fafb;
        box-shadow: 0 16px 40px rgba(24, 58, 72, 0.07);
        direction: initial;
    }

    .landing-hero-media,
    html[dir="ltr"] .landing-hero-media {
        position: relative !important;
        inset: auto !important;
        grid-column: 1;
        grid-row: 1;
        width: auto;
        height: auto;
        min-width: 0;
    }

    .landing-hero-content,
    html[dir="ltr"] .landing-hero-content {
        grid-column: 1;
        grid-row: 2;
        display: block;
        padding: 38px 44px 40px;
        background: #f7fafb;
        direction: inherit;
    }

    .landing-hero-copy {
        max-width: 650px;
        margin-inline: auto;
    }

    .landing-hero-image,
    html[dir="ltr"] .landing-hero-image {
        background-size: cover !important;
        background-position: 50% 40% !important;
    }

    .landing-hero-overlay,
    html[dir="ltr"] .landing-hero-overlay {
        background: linear-gradient(to bottom, transparent 76%, rgba(247,250,251,.16) 100%) !important;
    }

    .landing-hero-copy h1 {
        max-width: 620px;
        margin-bottom: 14px;
        font-size: clamp(34px, 5.1vw, 41px);
        line-height: 1.35;
    }

    .landing-hero-copy > p {
        max-width: 620px;
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.8;
    }

    .landing-hero-actions {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .landing-hero-actions button {
        min-width: 0;
        flex: 1;
        min-height: 50px;
        padding: 11px 18px;
        font-size: 17px;
    }

    .landing-hero-note {
        margin-top: 16px;
    }

    .landing-reassurance {
        padding: 16px 24px 0;
    }

    .landing-reassurance__inner {
        max-width: 760px;
        min-height: 94px;
    }

    .landing-reassurance__inner > div {
        gap: 7px;
        padding: 14px 18px;
        font-size: 12.5px;
    }

    .landing-reassurance .material-symbols-outlined {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(32, 152, 184, 0.18);
        border-radius: 50%;
        background: #eef8fa;
        font-size: 18px;
        font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
    }

    #early-signs {
        padding-block: 50px 54px;
    }

    #early-signs > div {
        max-width: 808px;
        padding-inline: 24px;
    }

    #early-signs > div > .text-center {
        max-width: 660px;
        margin-bottom: 30px;
    }

    #early-signs > div > .grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    #early-signs .bento-card {
        min-height: 176px;
        grid-template-columns: 190px minmax(0, 1fr);
        column-gap: 22px;
        padding: 14px;
        border-radius: 16px;
    }

    #early-signs .bento-card > div:first-child {
        height: 148px;
    }

    #early-signs .bento-card h3 {
        font-size: 19px;
    }

    #early-signs .bento-card p {
        max-width: 470px;
        font-size: 15px;
        line-height: 1.7;
    }

    #early-signs > div > .mt-lg {
        margin-top: 18px;
    }
}

/* Wider tablets keep the two-column Hero and a balanced 2x2 signs grid. */
@media (min-width: 900px) and (max-width: 1100px) {
    .landing-hero {
        grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    }

    .landing-hero-content {
        padding-inline: clamp(34px, 4vw, 48px);
    }

    #early-signs > div > .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #early-signs .bento-card {
        min-height: 184px;
    }
}

/* Tablet portrait closure: an intentional 2x2 signs grid and compact journey stack. */
@media (min-width: 700px) and (max-width: 899px) {
    #early-signs > div > .text-center {
        width: 100%;
        max-width: 700px;
        margin-inline: auto;
        margin-bottom: 26px;
    }

    #early-signs > div > .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-rows: 1fr;
        gap: 14px;
    }

    #early-signs .bento-card {
        height: 100% !important;
        min-height: 188px !important;
        grid-template-columns: minmax(118px, 36%) minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        column-gap: 13px;
        align-content: center;
        padding: 12px;
        border-radius: 16px;
    }

    #early-signs .bento-card > div:first-child {
        height: 164px !important;
        align-self: center;
    }

    #early-signs .bento-card h3 {
        min-height: 0;
        align-self: end;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 1.42;
    }

    #early-signs .bento-card p {
        max-width: none;
        align-self: start;
        font-size: 13px;
        line-height: 1.58;
    }

    .landing-journey {
        padding-block: 52px 56px;
    }

    .landing-journey > div > .text-center {
        max-width: 680px;
        margin-bottom: 26px;
    }

    .landing-journey-grid {
        width: min(100%, 760px);
        margin-inline: auto;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 13px;
    }

    .landing-journey-grid > div {
        min-height: 0;
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 17px;
        row-gap: 4px;
        align-items: center;
        padding: 17px 20px;
        border: 1px solid #dce8ec;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(24, 58, 72, .045);
        text-align: start;
    }

    .landing-journey-grid .step-circle {
        width: 52px;
        height: 52px;
        grid-row: 1 / span 2;
        margin: 0;
        font-size: 20px;
    }

    .landing-journey-grid h3 {
        align-self: end;
        margin: 0;
        font-size: 18px;
        line-height: 1.42;
        text-align: start;
    }

    .landing-journey-grid p {
        align-self: start;
        margin: 0;
        font-size: 14px;
        line-height: 1.62;
        text-align: start;
    }
}

/* Mobile doctor copy polish: hierarchy and breathing room without removing content. */
@media (max-width: 699px) {
    #trust > .max-w-container-max > .grid > div:last-child {
        gap: 0;
        padding-top: 30px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > div:first-child {
        margin-bottom: 9px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > h2 {
        margin-bottom: 13px;
        font-size: 25px;
        line-height: 1.38;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .flex.items-center.gap-md {
        margin-bottom: 9px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .space-y-xs {
        margin-bottom: 11px;
        line-height: 1.5;
    }

    #trust p.max-w-xl {
        margin-bottom: 13px;
        font-size: 14px;
        line-height: 1.68;
    }

    #trust .flex.flex-wrap.gap-sm.w-full {
        gap: 7px;
        margin-bottom: 12px;
    }

    #trust .w-full.pt-md.border-t {
        padding-top: 11px;
    }

    #trust .w-full.pt-md.border-t p {
        font-size: 12px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .landing-hero {
        min-height: 730px !important;
    }

    .landing-hero-image {
        background-position: 60% top !important;
        background-size: auto 410px !important;
    }

    .landing-hero-content {
        padding-top: 286px;
        padding-bottom: 34px;
    }

    #trust > .max-w-container-max > .grid > div:last-child {
        padding-top: 38px;
        padding-bottom: 14px;
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        min-height: 382px;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(1),
    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(2) {
        width: 300px;
        height: 300px;
    }

    #trust img[src$="doctor-abdelrahman.png"] {
        max-height: 382px;
    }
}

/* Final narrow-mobile polish: Hero readability and specialist alignment. */
@media (max-width: 480px) {
    .landing-hero-content {
        padding-top: 306px;
        padding-bottom: 18px;
    }

    .landing-hero-copy h1,
    .landing-hero-copy > p {
        position: relative;
        z-index: 1;
        background: rgba(247, 250, 251, 0.58);
        box-shadow: 0 0 24px 18px rgba(247, 250, 251, 0.58);
    }

    .landing-hero-note {
        margin-bottom: 0;
    }

    #trust > .max-w-container-max > .grid > div:last-child {
        align-items: stretch;
        text-align: right;
    }

    #trust > .max-w-container-max > .grid > div:last-child > div:first-child {
        align-self: center;
    }

    #trust > .max-w-container-max > .grid > div:last-child > h2 {
        text-align: center;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .flex.items-center.gap-md,
    #trust > .max-w-container-max > .grid > div:last-child > .space-y-xs,
    #trust > .max-w-container-max > .grid > div:last-child > p,
    #trust .w-full.pt-md.border-t {
        width: 100%;
        text-align: right;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .flex.items-center.gap-md,
    #trust .flex.flex-wrap.gap-sm.w-full {
        justify-content: flex-start;
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        min-height: 420px;
        margin-top: 0;
    }

    #trust > .max-w-container-max > .grid {
        row-gap: 12px;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(1),
    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(2) {
        width: 318px;
        height: 318px;
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(1) {
        background: radial-gradient(circle at 50% 48%, rgba(33, 158, 188, 0.22), rgba(33, 158, 188, 0.055) 61%, transparent 74%);
    }

    #trust > .max-w-container-max > .grid > div:first-child > div:nth-child(2) {
        border-color: rgba(158, 227, 241, 0.18);
    }

    #trust img[src$="doctor-abdelrahman.png"] {
        max-height: 420px;
    }
}

/* Bilingual responsive header and drawer safeguards. */
.landing-header-inner > [data-prototype-href] {
    flex: 0 0 auto;
    min-width: 0;
}

.landing-header-inner > [data-prototype-href] img,
.landing-drawer-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 38px;
    object-fit: contain;
}

.landing-drawer-logo {
    display: none;
}

@media (min-width: 1101px) and (max-width: 1250px) {
    .landing-header-inner {
        gap: 18px;
        padding-right: 28px;
        padding-left: 28px;
    }

    .landing-header-panel {
        gap: 20px;
    }

    .landing-primary-nav {
        gap: 16px;
    }

    .landing-header-actions > a:last-child {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 1100px) {
    .landing-header-inner {
        min-width: 0;
        gap: 12px;
    }

    .landing-header-inner > [data-prototype-href] {
        max-width: min(42vw, 156px);
    }

    .landing-header-inner > [data-prototype-href] img {
        max-height: 34px;
    }

    .landing-header-panel {
        z-index: 100;
        width: min(88vw, 360px);
        max-width: calc(100vw - 20px);
        height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        padding-top: calc(78px + env(safe-area-inset-top, 0px));
        padding-right: 22px;
        padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
        padding-left: 22px;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    html[dir="rtl"] .landing-header-panel {
        right: calc(100vw - 100%);
    }

    .landing-drawer-logo {
        position: absolute;
        top: calc(16px + env(safe-area-inset-top, 0px));
        inset-inline-start: 22px;
        display: flex;
        max-width: 132px;
        align-items: center;
    }

    .landing-drawer-logo img {
        max-height: 32px;
    }

    .landing-menu-close {
        top: calc(12px + env(safe-area-inset-top, 0px));
        right: auto;
        inset-inline-end: 18px;
        flex: 0 0 auto;
    }

    .landing-primary-nav,
    .landing-header-actions {
        min-width: 0;
        width: 100%;
    }

    .landing-primary-nav a,
    .landing-header-actions > button,
    .landing-header-actions > a {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .landing-menu-backdrop {
        z-index: 90;
        inset: 0;
        width: auto;
        height: 100vh;
        height: 100dvh;
    }

    body.landing-menu-open {
        width: 100%;
        height: 100%;
        overflow: hidden;
        touch-action: none;
    }
}

@media (max-width: 390px) {
    .landing-header-inner {
        padding-right: 14px;
        padding-left: 14px;
    }

    .landing-header-inner > [data-prototype-href] img {
        max-height: 31px;
    }

    .landing-menu-toggle {
        width: 40px;
        height: 40px;
    }
}

/* Final cascade lock for the approved mobile-first public composition. */
@media (max-width: 1100px) {
    body[data-prototype-page="landing"] .glass-header { height: 62px; }
    .landing-mobile-utilities { display: flex; align-items: center; gap: 8px; margin-inline-start: auto; }
    .landing-mobile-language { min-width: 48px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding-inline: 9px; border: 1px solid #d8e7ec; border-radius: 10px; background: #fff; color: #087993; font-size: 12px; font-weight: 800; }
    .landing-mobile-language .material-symbols-outlined { font-size: 18px; }
    .landing-desktop-language { display: none !important; }
    .landing-menu-toggle { margin-inline-start: 0; }
    .landing-header-inner > [data-prototype-href] img { max-height: 36px; }
    .landing-reassurance { display: block; padding: 12px 16px 0; background: #fff; }
    .landing-reassurance__inner { width: min(100%, 760px); min-height: 86px; margin-inline: auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid #dce8ec; border-radius: 16px; background: #f8fcfd; box-shadow: 0 8px 24px rgba(24,58,72,.06); overflow: hidden; }
    .landing-reassurance__inner > div { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 12px 9px; color: #183a48; font-size: 12px; font-weight: 700; line-height: 1.45; text-align: center; }
    .landing-reassurance__inner > div + div { border-inline-start: 1px solid #dce8ec; }
    .landing-reassurance .material-symbols-outlined { color: #2098b8; font-size: 21px; }
    #early-signs { padding-block: 44px 48px; }
    #early-signs > div > .text-center { max-width: 700px; margin-bottom: 28px; }
    #early-signs > div > .grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
    #early-signs .bento-card { min-width: 0; min-height: 184px; display: grid; grid-template-columns: minmax(128px,38%) minmax(0,1fr); grid-template-rows: auto 1fr; column-gap: 16px; align-items: center; padding: 14px; text-align: start; }
    #early-signs .bento-card > div:first-child { width: 100%; height: 154px; grid-row: 1 / span 2; margin: 0; border-radius: 10px; }
    #early-signs .bento-card img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
    #early-signs .bento-card h3 { align-self: end; margin: 0 0 6px; font-size: 17px; line-height: 1.45; }
    #early-signs .bento-card p { align-self: start; font-size: 14px; line-height: 1.65; }
    #early-signs > div > .mt-lg { display: flex; align-items: flex-start; justify-content: center; gap: 9px; margin-top: 18px; padding: 13px 16px; border: 1px solid rgba(32,152,184,.12); text-align: start; }
    #early-signs > div > .mt-lg p { margin: 0; font-size: 13px; line-height: 1.65; }
    .landing-signs-note-icon { flex: 0 0 auto; display: inline-block; margin-top: 1px; color: #2098b8; font-size: 19px; }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .landing-hero { min-height: 560px !important; display: grid !important; grid-template-columns: minmax(0,46%) minmax(0,54%); align-items: stretch !important; direction: ltr; background: #f7fafb; }
    .landing-hero-media { position: relative !important; inset: auto !important; grid-column: 1; grid-row: 1; width: auto; height: auto; min-width: 0; }
    .landing-hero-content { grid-column: 2; grid-row: 1; display: flex; align-items: center; padding: 46px 42px; background: #f7fafb; direction: rtl; }
    html[dir="ltr"] .landing-hero-media { grid-column: 2; }
    html[dir="ltr"] .landing-hero-content { grid-column: 1; direction: ltr; }
    .landing-hero-image { background-size: cover !important; background-position: 38% center !important; }
    html[dir="ltr"] .landing-hero-image { background-position: 62% center !important; }
    .landing-hero-overlay { background: linear-gradient(to left,rgba(247,250,251,.18),transparent 34%) !important; }
    html[dir="ltr"] .landing-hero-overlay { background: linear-gradient(to right,rgba(247,250,251,.18),transparent 34%) !important; }
    .landing-hero-copy h1 { font-size: clamp(32px,4.1vw,43px); }
    .landing-hero-copy > p { font-size: 16px; line-height: 1.75; }
}

@media (max-width: 768px) {
    html { scroll-padding-top: 62px; }
    .landing-hero { min-height: 0 !important; display: grid !important; grid-template-rows: clamp(245px,73vw,285px) auto; align-items: stretch !important; background: #f7fafb; }
    .landing-hero-media { position: relative !important; inset: auto !important; z-index: 0; width: auto; height: auto; grid-row: 1; }
    .landing-hero-image { background-size: cover !important; background-position: 52% 38% !important; filter: contrast(1.04) saturate(1.025); }
    html[dir="ltr"] .landing-hero-image { background-position: 48% 38% !important; }
    .landing-hero-overlay { background: linear-gradient(to bottom,transparent 68%,rgba(247,250,251,.22) 100%) !important; }
    .landing-hero-content { grid-row: 2; padding: 24px 16px 27px; background: #f7fafb; }
    .landing-hero-copy { max-width: 560px; margin-inline: auto; }
    .landing-hero-copy h1, .landing-hero-copy > p { background: transparent; box-shadow: none; }
    .landing-hero-copy h1 { margin-bottom: 12px; font-size: clamp(28px,8vw,32px); line-height: 1.38; }
    .landing-hero-copy > p { margin-bottom: 22px; font-size: 15px; line-height: 1.8; }
    .landing-hero-actions { width: 100%; display: grid; grid-template-columns: 1fr; gap: 10px; }
    .landing-hero-actions button { width: 100%; min-height: 50px; padding: 11px 18px; font-size: 17px; }
    .landing-hero-note { margin-top: 14px; justify-content: center; text-align: center; }
    .landing-reassurance { padding-top: 10px; }
    .landing-reassurance__inner { min-height: 82px; }
    .landing-reassurance__inner > div { padding: 10px 6px; font-size: 10.5px; line-height: 1.4; }
    .landing-reassurance .material-symbols-outlined { font-size: 19px; }
    #early-signs { padding-block: 38px 42px; }
    #early-signs > div > .text-center { margin-bottom: 22px; text-align: start; }
    #early-signs > div > .text-center h2 { margin-bottom: 12px; font-size: 25px; line-height: 1.45; }
    #early-signs > div > .text-center > p:last-child { font-size: 14px; line-height: 1.75; }
    #early-signs > div > .grid { grid-template-columns: 1fr; gap: 12px; }
    #early-signs .bento-card { min-height: 142px; grid-template-columns: minmax(108px,35%) minmax(0,1fr); column-gap: 13px; padding: 10px; border-radius: 14px; }
    #early-signs .bento-card > div:first-child { height: 122px; }
    #early-signs .bento-card h3 { font-size: 16px; line-height: 1.4; }
    #early-signs .bento-card p { font-size: 12.5px; line-height: 1.55; }
}

/* Closure overrides: these deliberately come last in the cascade. */
@media (max-width: 699px) {
    .landing-hero-content { padding: 26px 16px 30px; }
    .landing-hero-copy h1 { margin-bottom: 14px; }
    .landing-hero-copy > p { margin-bottom: 24px; }
    .landing-hero-actions { gap: 11px; }
    .landing-hero-note { margin-top: 16px; padding-inline: 4px; line-height: 1.55; }
    .landing-reassurance { padding: 14px 14px 0; }
    .landing-reassurance__inner { min-height: 92px; border-radius: 17px; }
    .landing-reassurance__inner > div { gap: 7px; padding: 12px 8px; font-size: 10.5px; }
    .landing-reassurance .material-symbols-outlined { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(32,152,184,.18); border-radius: 50%; background: #eef8fa; font-size: 17px; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20; }
}

@media (max-width: 370px) {
    .landing-header-inner { gap: 8px; padding-inline: 12px; }
    .landing-mobile-utilities { gap: 6px; }
    .landing-reassurance { padding-inline: 12px; }
    .landing-reassurance__inner > div { padding-inline: 6px; font-size: 10px; }
    .landing-hero-content { padding-inline: 15px; }
}

@media (min-width: 700px) and (max-width: 899px) {
    .landing-hero { width: calc(100% - 48px); max-width: 760px; min-height: 0 !important; margin: 24px auto 0; display: grid !important; grid-template-columns: minmax(0,1fr) !important; grid-template-rows: clamp(330px,45vw,380px) auto; align-items: stretch !important; overflow: hidden; border: 1px solid #dce8ec; border-radius: 22px; background: #f7fafb; box-shadow: 0 16px 40px rgba(24,58,72,.07); direction: initial; }
    .landing-hero-media, html[dir="ltr"] .landing-hero-media { position: relative !important; inset: auto !important; grid-column: 1; grid-row: 1; width: auto; height: auto; min-width: 0; }
    .landing-hero-content, html[dir="ltr"] .landing-hero-content { grid-column: 1; grid-row: 2; display: block; padding: 38px 44px 40px; background: #f7fafb; direction: inherit; }
    .landing-hero-copy { max-width: 650px; margin-inline: auto; }
    .landing-hero-image, html[dir="ltr"] .landing-hero-image { background-size: cover !important; background-position: 50% 40% !important; }
    .landing-hero-overlay, html[dir="ltr"] .landing-hero-overlay { background: linear-gradient(to bottom,transparent 76%,rgba(247,250,251,.16) 100%) !important; }
    .landing-hero-copy h1 { max-width: 620px; margin-bottom: 14px; font-size: clamp(34px,5.1vw,41px); line-height: 1.35; }
    .landing-hero-copy > p { max-width: 620px; margin-bottom: 25px; font-size: 16px; line-height: 1.8; }
    .landing-hero-actions { display: flex; flex-wrap: nowrap; gap: 12px; }
    .landing-hero-actions button { min-width: 0; flex: 1; min-height: 50px; padding: 11px 18px; font-size: 17px; }
    .landing-hero-note { margin-top: 16px; }
    .landing-reassurance { padding: 16px 24px 0; }
    .landing-reassurance__inner { max-width: 760px; min-height: 94px; }
    .landing-reassurance__inner > div { gap: 7px; padding: 14px 18px; font-size: 12.5px; }
    .landing-reassurance .material-symbols-outlined { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(32,152,184,.18); border-radius: 50%; background: #eef8fa; font-size: 18px; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20; }
    #early-signs { padding-block: 50px 54px; }
    #early-signs > div { max-width: 808px; padding-inline: 24px; }
    #early-signs > div > .text-center { max-width: 660px; margin-bottom: 30px; }
    #early-signs > div > .grid { grid-template-columns: minmax(0,1fr); gap: 14px; }
    #early-signs .bento-card { min-height: 176px; grid-template-columns: 190px minmax(0,1fr); column-gap: 22px; padding: 14px; border-radius: 16px; }
    #early-signs .bento-card > div:first-child { height: 148px; }
    #early-signs .bento-card h3 { font-size: 19px; }
    #early-signs .bento-card p { max-width: 470px; font-size: 15px; line-height: 1.7; }
    #early-signs > div > .mt-lg { margin-top: 18px; }
}

@media (min-width: 900px) and (max-width: 1100px) {
    .landing-hero { grid-template-columns: minmax(0,48%) minmax(0,52%); }
    .landing-hero-content { padding-inline: clamp(34px,4vw,48px); }
    #early-signs > div > .grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    #early-signs .bento-card { height: auto; min-height: 184px; grid-template-columns: minmax(145px,38%) minmax(0,1fr); grid-template-rows: auto auto; align-content: center; }
    #early-signs .bento-card > div:first-child { height: 154px; align-self: center; }
    #early-signs .bento-card h3 { min-height: 0; display: block; align-self: end; padding: 0; }
    #early-signs .bento-card p { align-self: start; padding: 0; }
}

/* Absolute final tablet/mobile polish lock. */
@media (min-width: 700px) and (max-width: 899px) {
    #early-signs > div > .text-center {
        width: 100%;
        max-width: 700px;
        margin-inline: auto;
        margin-bottom: 26px;
    }

    #early-signs > div > .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px;
    }

    #early-signs .bento-card {
        height: auto !important;
        min-height: 188px !important;
        grid-template-columns: minmax(118px, 36%) minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        column-gap: 13px;
        align-content: center;
        padding: 12px;
        border-radius: 16px;
    }

    #early-signs .bento-card > div:first-child {
        height: 164px !important;
        align-self: center;
    }

    #early-signs .bento-card h3 {
        min-height: 0;
        align-self: end;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 1.42;
    }

    #early-signs .bento-card p {
        max-width: none;
        align-self: start;
        font-size: 13px;
        line-height: 1.58;
    }

    .landing-journey {
        padding-block: 52px 56px;
    }

    .landing-journey > div > .text-center {
        max-width: 680px;
        margin-bottom: 26px;
    }

    .landing-journey-grid {
        width: min(100%, 760px);
        margin-inline: auto;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 13px;
    }

    .landing-journey-grid > div {
        min-height: 0;
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 17px;
        row-gap: 4px;
        align-items: center;
        padding: 17px 20px;
        border: 1px solid #dce8ec;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(24, 58, 72, .045);
        text-align: start;
    }

    .landing-journey-grid .step-circle {
        width: 52px;
        height: 52px;
        grid-row: 1 / span 2;
        margin: 0;
        font-size: 20px;
    }

    .landing-journey-grid h3 {
        align-self: end;
        margin: 0;
        font-size: 18px;
        line-height: 1.42;
        text-align: start;
    }

    .landing-journey-grid p {
        align-self: start;
        margin: 0;
        font-size: 14px;
        line-height: 1.62;
        text-align: start;
    }
}

@media (max-width: 699px) {
    #trust > .max-w-container-max > .grid > div:last-child {
        gap: 0;
        padding-top: 30px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > div:first-child { margin-bottom: 9px; }
    #trust > .max-w-container-max > .grid > div:last-child > h2 { margin-bottom: 13px; font-size: 25px; line-height: 1.38; }
    #trust > .max-w-container-max > .grid > div:last-child > .flex.items-center.gap-md { margin-bottom: 9px; }
    #trust > .max-w-container-max > .grid > div:last-child > .space-y-xs { margin-bottom: 11px; line-height: 1.5; }
    #trust p.max-w-xl { margin-bottom: 13px; font-size: 14px; line-height: 1.68; }
    #trust .flex.flex-wrap.gap-sm.w-full { gap: 7px; margin-bottom: 12px; }
    #trust .w-full.pt-md.border-t { padding-top: 11px; }
    #trust .w-full.pt-md.border-t p { font-size: 12px; line-height: 1.6; }
}

/* Latest tablet review: iPad Air composition is the shared tablet reference. */
@media (min-width: 700px) and (max-width: 899px) {
    #trust {
        padding-top: 0;
    }

    #trust > .max-w-container-max {
        min-height: 0;
        display: block;
        padding-inline: 48px;
    }

    #trust > .max-w-container-max > .grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px;
        align-items: stretch;
    }

    #trust > .max-w-container-max > .grid > div:last-child {
        order: 1 !important;
        width: min(100%, 720px);
        margin-inline: auto;
        padding: 48px 0 20px;
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        order: 2 !important;
        width: min(100%, 560px);
        height: 390px;
        min-height: 390px;
        margin-inline: auto;
        overflow: visible;
    }

    #trust .doctor-portrait,
    #trust img[src$="doctor-abdelrahman.png"] {
        width: auto;
        max-width: 100%;
        height: 390px;
        max-height: 390px;
        margin-inline: auto;
        object-fit: contain;
        object-position: center bottom;
    }

    body[data-prototype-page="landing"] footer > div:first-child {
        display: grid;
        grid-template-columns: minmax(0, 1.45fr) minmax(130px, .72fr) minmax(184px, 1fr) !important;
        gap: 26px;
        align-items: start;
    }

    body[data-prototype-page="landing"] footer > div:first-child > div:first-child {
        grid-column: span 1 / span 1 !important;
    }

    body[data-prototype-page="landing"] footer h4 {
        margin-bottom: 14px;
        font-size: 18px;
    }

    body[data-prototype-page="landing"] footer li,
    body[data-prototype-page="landing"] footer p,
    body[data-prototype-page="landing"] footer a {
        font-size: 13px;
        line-height: 1.65;
    }

    body[data-prototype-page="landing"] footer a[href="privacy.html"] {
        white-space: nowrap;
    }
}

/* Keep CTA labels optically and mechanically centered at every responsive size. */
.landing-hero-actions button,
.landing-main-cta button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.landing-main-cta button {
    min-height: 58px;
    padding-top: 0;
    padding-bottom: 0;
}

.landing-main-cta button .material-symbols-outlined {
    line-height: 1;
}

/* Equal social-icon boxes and consistent perceived weight. */
body[data-prototype-page="landing"] footer a[aria-label="Facebook"],
body[data-prototype-page="landing"] footer a[aria-label="Instagram"],
body[data-prototype-page="landing"] footer a[aria-label="LinkedIn"] {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body[data-prototype-page="landing"] footer a[aria-label="Facebook"] svg,
body[data-prototype-page="landing"] footer a[aria-label="Instagram"] svg {
    width: 22px;
    height: 22px;
}

body[data-prototype-page="landing"] footer a[aria-label="LinkedIn"] svg {
    width: 20px;
    height: 20px;
}

/* Screenshot-review corrections for iPad Mini and iPad Air. */
@media (min-width: 700px) and (max-width: 899px) {
    #early-signs .bento-card {
        grid-template-rows: auto auto;
        align-content: center;
    }

    #early-signs .bento-card > div:first-child {
        align-self: center;
        overflow: hidden;
        background: #f4f8f9;
    }

    #early-signs .bento-card img {
        object-fit: contain;
        object-position: center;
    }

    #early-signs .bento-card h3 {
        align-self: end;
    }

    #early-signs .bento-card p {
        align-self: start;
    }

    .landing-main-cta > div > div {
        align-items: center !important;
    }

    .landing-main-cta button {
        align-self: center !important;
        margin-block: auto;
    }

    #trust > .max-w-container-max > .grid {
        gap: 0;
    }

    #trust > .max-w-container-max > .grid > div:last-child {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        height: 350px;
        min-height: 350px;
    }

    #trust .doctor-portrait,
    #trust img[src$="doctor-abdelrahman.png"] {
        height: 350px;
        max-height: 350px;
    }
}

/* iPad Air: stronger type hierarchy and a tighter specialist section bbox. */
@media (min-width: 800px) and (max-width: 899px) {
    #trust > .max-w-container-max {
        padding-inline: 58px;
    }

    #trust > .max-w-container-max > .grid > div:last-child {
        width: min(100%, 650px);
        padding-top: 32px;
        padding-bottom: 4px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > div:first-child {
        margin-bottom: 10px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > h2 {
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 1.35;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .flex.items-center.gap-md {
        margin-bottom: 8px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .flex.items-center.gap-md p {
        font-size: 18px;
        line-height: 1.45;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .space-y-xs {
        margin-bottom: 10px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .space-y-xs p:first-child {
        font-size: 14px;
    }

    #trust > .max-w-container-max > .grid > div:last-child > .space-y-xs p:last-child {
        font-size: 16px;
        line-height: 1.55;
    }

    #trust p.max-w-xl {
        max-width: 650px;
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.72;
    }

    #trust .flex.flex-wrap.gap-sm.w-full {
        margin-bottom: 10px;
    }

    #trust .w-full.pt-md.border-t {
        padding-top: 10px;
    }

    #trust > .max-w-container-max > .grid > div:first-child {
        height: 320px;
        min-height: 320px;
    }

    #trust .doctor-portrait,
    #trust img[src$="doctor-abdelrahman.png"] {
        height: 320px;
        max-height: 320px;
    }
}
