.wrap,
.wrap-narrow {
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
}
.eyebrow,
body {
    font-family: var(--font-secondary);
}
.btn,
.nav-bar {
    align-items: center;
}
.btn-block,
.wrap {
    width: 100%;
}
.btn,
.center,
.feature-card,
.problem-inner {
    text-align: center;
}
.eyebrow,
.footer-col h4 {
    text-transform: uppercase;
}
@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/outfit-400.woff2") format("woff2");
}
@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/outfit-500.woff2") format("woff2");
}
@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/outfit-600.woff2") format("woff2");
}
@font-face {
    font-family: Outfit;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/outfit-700.woff2") format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/inter-400.woff2") format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/inter-500.woff2") format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/inter-600.woff2") format("woff2");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/inter-700.woff2") format("woff2");
}
:root {
    --font-primary: "Outfit", system-ui, sans-serif;
    --font-secondary: "Inter", system-ui, sans-serif;
    --text-xs: 0.78rem;
    --text-sm: 0.9rem;
    --text-base: 1.02rem;
    --text-md: 1.15rem;
    --text-lg: 1.4rem;
    --text-xl: 1.75rem;
    --text-2xl: 2.2rem;
    --text-3xl: 2.9rem;
    --text-4xl: 3.5rem;
    --text-5xl: 4.3rem;
    --cream: #f4f2ea;
    --cream-2: #efece1;
    --white: #ffffff;
    --pale: #d3ded6;
    --lime: #e9c88c;
    --lime-bright: #d8ee6c;
    --lime-deep: #bcd84a;
    --lime-soft: #eef3d6;
    --ink: #1a1a1a;
    --ink-soft: #33332e;
    --body: #6b6e66;
    --mute: #9a9c92;
    --line: #e7e3d6;
    --line-2: #ddd9ca;
    --dark: #181813;
    --space-xs: 0.5rem;
    --space-sm: 0.85rem;
    --space-md: 1.35rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 4.5rem;
    --space-3xl: 6.5rem;
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-2xl: 40px;
    --radius-full: 999px;
    --container: 1340px;
    --container-narrow: 880px;
    --shadow-soft: 0 30px 70px -42px rgba(26, 26, 20, 0.3);
    --shadow-card: 0 16px 40px -28px rgba(26, 26, 20, 0.22);
    --shadow-float: 0 18px 44px -22px rgba(26, 26, 20, 0.26);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    scroll-padding-top: 88px;
}
body {
    margin: 0;
    font-size: var(--text-base);
    line-height: 1.65;
    color: var(--body);
    background: var(--cream);
    -webkit-font-smoothing: antialiased;
    padding-bottom: 76px;
}
h1,
h2,
h3,
h4 {
    font-family: var(--font-primary);
    color: var(--ink);
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.08;
}
p {
    margin: 0 0 var(--space-sm);
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    display: block;
}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrap {
    max-width: var(--container);
}
.wrap-narrow {
    max-width: var(--container-narrow);
}
.mobile-menu,
.nav-bar {
    max-width: var(--container);
}
.eyebrow,
.section-title {
    margin-bottom: var(--space-md);
    font-weight: 600;
}
.eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    color: var(--mute);
}
.section-title {
    font-size: var(--text-2xl);
    color: var(--ink);
    letter-spacing: -0.025em;
}
.nav-name,
.statement {
    letter-spacing: -0.02em;
}
.lead {
    font-size: var(--text-md);
    color: var(--body);
}
.statement {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: var(--text-2xl);
    line-height: 1.22;
    color: var(--mute);
}
.statement strong {
    color: var(--ink);
    font-weight: 600;
}
.statement em {
    color: var(--ink);
    font-style: normal;
    border-bottom: 3px solid var(--lime);
}
.btn {
    display: inline-flex;
    justify-content: center;
    gap: 0.6rem;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: var(--text-sm);
    line-height: 1;
    border-radius: var(--radius-full);
    border: 1.5px solid transparent;
    cursor: pointer;
    transition:
        transform 0.2s,
        background 0.25s,
        color 0.25s,
        border-color 0.25s;
}
.hero-headline h1,
.nav-name {
    font-family: var(--font-primary);
}
.btn-outline,
.btn-soft:hover {
    border-color: var(--ink);
}
.btn-dark {
    background: var(--ink);
    color: #fff;
    padding: 0.5rem 0.55rem 0.5rem 1.3rem;
}
.btn-dark:hover {
    background: #000;
    transform: translateY(-2px);
}
.btn-dark .arrow-circle {
    background: var(--lime);
    color: var(--ink);
}
.btn-lg {
    font-size: var(--text-base);
    padding: 0.6rem 0.65rem 0.6rem 1.5rem;
}
.btn-lg .arrow-circle {
    width: 38px;
    height: 38px;
}
.arrow-circle {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: none;
    transition: transform 0.25s;
}
.btn:hover .arrow-circle {
    transform: translate(2px, -2px);
}
.btn-outline {
    background: 0 0;
    color: var(--ink);
    padding: 0.8rem 1.4rem;
}
.btn-outline:hover {
    background: var(--ink);
    color: #fff;
}
.btn-lime {
    background: var(--lime);
    color: var(--ink);
    padding: 0.5rem 0.55rem 0.5rem 1.3rem;
}
.btn-soft,
.tag {
    color: var(--ink);
    background: var(--white);
}
.btn-lime:hover {
    background: var(--lime-deep);
    transform: translateY(-2px);
}
.btn-lime .arrow-circle,
.stories-nav button:hover {
    background: var(--ink);
    color: var(--lime);
}
.btn-soft {
    border-color: var(--line);
    padding: 0.8rem 1.4rem;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.tag {
    font-size: 0.82rem;
    font-weight: 500;
    padding: 0.45rem 0.95rem;
    border-radius: var(--radius-full);
    border: 1px solid var(--line-2);
}
.tag-on-image {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(4px);
}
.check-ico,
.icon-circle {
    display: grid;
    background: var(--pale);
    place-items: center;
    color: var(--ink);
    border-radius: 50%;
}
.icon-circle {
    width: 58px;
    height: 58px;
    margin: 0 auto var(--space-md);
}
.hero-userpill .avatar-stack img,
.icon-circle svg {
    width: 26px;
    height: 26px;
}
.line-ico {
    width: 24px;
    height: 24px;
    color: var(--ink);
    flex: none;
}
.line-ico-sm {
    width: 20px;
    height: 20px;
    flex: none;
}
.check-ico {
    width: 24px;
    height: 24px;
    flex: none;
}
.check-ico svg {
    width: 14px;
    height: 14px;
}
.reveal {
    opacity: 0;
    transition: opacity 0.7s ease-out;
}
.reveal.is-visible,
.reveal.is-visible .reveal-child {
    opacity: 1;
}
.reveal-child {
    opacity: 0;
    transition: opacity 0.65s ease-out;
}
.reveal.is-visible .reveal-child:first-child {
    transition-delay: 0s;
}
.reveal.is-visible .reveal-child:nth-child(2) {
    transition-delay: 90ms;
}
.reveal.is-visible .reveal-child:nth-child(3) {
    transition-delay: 180ms;
}
.reveal.is-visible .reveal-child:nth-child(4) {
    transition-delay: 270ms;
}
.reveal.is-visible .reveal-child:nth-child(5) {
    transition-delay: 360ms;
}
@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal-child {
        opacity: 1 !important;
        transition: none !important;
    }
    html {
        scroll-behavior: auto;
    }
}
.nav-shell {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(244, 242, 234, 0.82);
    backdrop-filter: saturate(1.2) blur(12px);
    border-bottom: 1px solid transparent;
    transition:
        border-color 0.3s,
        background 0.3s;
}
.story-image,
.story-item {
    transition: opacity 0.4s;
    opacity: 0;
    inset: 0;
}
.nav-shell.is-solid {
    border-color: var(--line);
}
.nav-bar {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1.25rem;
}
.nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}
.nav-mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--lime);
}
.nav-name {
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--ink);
}
.hero-desc,
.nav-links a,
.nav-phone {
    font-size: var(--text-sm);
}
.nav-links a:hover,
.nav-name-accent {
    color: var(--ink);
}
.nav-links {
    display: none;
    gap: 1.9rem;
}
.nav-links a {
    font-weight: 500;
    color: var(--ink-soft);
    transition: color 0.2s;
}
.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.mobile-menu[hidden],
.nav-cta,
.nav-phone,
.video-modal[hidden] {
    display: none;
}
.nav-phone {
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: var(--ink);
}
.nav-burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line-2);
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
}
.nav-burger span {
    display: block;
    height: 2px;
    width: 18px;
    margin: 0 auto;
    background: var(--ink);
    border-radius: 2px;
    transition:
        transform 0.25s,
        opacity 0.25s;
}
.nav-burger[aria-expanded="true"] span:first-child {
    transform: translateY(7px) rotate(45deg);
}
.nav-burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}
.nav-burger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin: 0 auto;
    background: var(--white);
    border-top: 1px solid var(--line);
    padding: 0.6rem 1.25rem 1.2rem;
}
.mobile-menu a {
    padding: 0.8rem 0;
    font-weight: 500;
    font-size: var(--text-md);
    color: var(--dark);
    border-bottom: 1px solid var(--line);
}
.mobile-menu .btn {
    margin-top: 0.8rem;
    justify-content: center;
    color: #fff;
}
.mobile-menu-phone {
    color: var(--ink) !important;
    font-weight: 600;
}
.hero {
    padding: 1.2rem 0 var(--space-xl);
}
.hero-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    min-height: 560px;
    display: flex;
    box-shadow: var(--shadow-soft);
}
.doctor-media,
.service-card,
.whatis-media {
    box-shadow: var(--shadow-card);
}
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.doctor-visual,
.hero-inner,
.service-card {
    position: relative;
}
.hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        110deg,
        rgba(20, 18, 12, 0.46) 0,
        rgba(20, 18, 12, 0.16) 42%,
        rgba(20, 18, 12, 0.04) 70%
    );
}
.hero-inner {
    z-index: 2;
    width: 100%;
    padding: 1.6rem;
    display: flex;
        background: #0000002e;
    flex-direction: column;
}
.hero-userpill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--radius-full);
    padding: 0.35rem 0.9rem 0.35rem 0.4rem;
}
.avatar-stack,
.hero-foot {
    display: flex;
}
.hero-userpill span {
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
}
.hero-headline {
    margin: auto 0 0;
}
.hero-headline h1 {
    font-weight: 600;
    font-size: var(--text-3xl);
    line-height: 1.02;
    letter-spacing: -0.035em;
    color: #fff;
    max-width: 14ch;
}
.hero-foot .tags,
.journey-head p {
    max-width: 30rem;
}
.hero-desc {
    color: rgba(255, 255, 255, 0.92);
    max-width: 24rem;
    margin: 1.1rem 0 0;
}
.hero-foot {
    margin-top: 1.8rem;
    flex-direction: column;
    gap: 1.1rem;
}
.avatar-stack img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    object-fit: cover;
    margin-left: -8px;
}
.doctor-media img,
.service-card img,
.stats-media img,
.team-photo img,
.video-mini img,
.whatis-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.avatar-stack img:first-child {
    margin-left: 0;
}
.doctor,
.faq,
.problem,
.stats,
.team,
.whatis {
    padding: var(--space-xl) 0;
}
.problem-inner {
    max-width: 46rem;
    margin: 0 auto;
}
.problem .btn {
    margin-top: var(--space-lg);
}
.features {
    padding: var(--space-xl) 0 var(--space-xl);
}
.feature-grid,
.service-grid {
    display: grid;
    gap: 1.1rem;
    margin-top: 2rem ;
}
.feature-card {
    background: var(--white);
    border-radius: var(--radius-sm);
    padding: 2rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-card h3 {
    font-size: var(--text-lg);
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.feature-card p,
.team-role {
    font-size: var(--text-sm);
    color: var(--mute);
}
.feature-card .btn {
    margin-top: auto;
}
.doctor-grid,
.whatis-grid {
    display: grid;
    gap: var(--space-xl);
    align-items: center;
}
.whatis-media {
    border-radius: var(--radius-xl);
    overflow: hidden;
    aspect-ratio: 4/4;
}
.whatis-copy .section-title {
    margin-bottom: var(--space-sm);
}
.consult-intro .eyebrow,
.doctor-copy p,
.whatis-copy p {
    color: var(--body);
}
.check-list strong,
.stat-num,
.step-num {
    font-family: var(--font-primary);
    color: var(--ink);
}
.check-list {
    display: grid;
    gap: 0.9rem;
    margin: var(--space-lg) 0;
}
.check-list li {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
}
.check-list strong {
    display: block;
    font-weight: 600;
    font-size: var(--text-base);
    margin-bottom: 0.1rem;
}
.check-list span {
    font-size: var(--text-sm);
    color: var(--dark);
}
.steps {
    margin-top: var(--space-2xl);
}
.steps-grid {
    display: grid;
    gap: 1rem;
}
.step-card {
    background: var(--white);
    border-radius: var(--radius-sm);
    padding: 1.6rem 1.5rem;
}
.stats-card,
.step-num {
    background: var(--pale);
}
.step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}
.step-num {
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: var(--radius-full);
    padding: 0.2rem 0.7rem;
}
.service-card,
.stats-card {
    border-radius: var(--radius-sm);
    overflow: hidden;
}
.step-card h3 {
    font-size: var(--text-md);
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.step-card p {
    margin: 0;
    font-size: var(--text-sm);
    color: var(--mute);
}
.stats-card {
    display: grid;
    gap: 0;
    align-items: center;
}
.journey-head,
.team-head {
    display: flex;
    flex-direction: column;
}
.stats-copy {
    padding: 2.2rem;
}
.stats-copy h2 {
    font-size: var(--text-2xl);
    font-weight: 600;
    margin-bottom: var(--space-sm);
    letter-spacing: -0.025em;
}
.stats-copy p,
.stories-copy .eyebrow {
    color: var(--ink-soft);
}
.stats-row {
    display: flex;
    gap: 2.5rem;
    margin: var(--space-lg) 0;
}
.stat-num {
    font-weight: 700;
    font-size: var(--text-3xl);
    line-height: 1;
    letter-spacing: -0.03em;
}
.stat-label {
    font-size: var(--text-xs);
    color: var(--ink-soft);
    margin-top: 0.4rem;
    max-width: 11rem;
}
.stats-media {
    max-height: 550px;
}
.journey,
.stories {
    padding: var(--space-xl) 0;
}
.journey-head {
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
}
.journey-head p {
    color: var(--mute);
    margin: 0;
}
.service-card {
    aspect-ratio: 3/3.6;
}
.doctor-badge,
.doctor-media {
    border-radius: var(--radius-md);
}
.service-card img {
    position: absolute;
    inset: 0;
}
.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(20 18 12 / 39%) 45%, rgba(20, 18, 12, 0.647) 100%);
}
.service-card .service-body {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.3rem;
    color: #fff;
}
.service-num {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--lime);
    letter-spacing: 0.08em;
}
.service-card h3 {
    color: #fff;
    font-size: var(--text-lg);
    font-weight: 600;
    margin: 0.5rem 0 1rem;
}
.service-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: var(--text-sm);
    margin: 0;
}
.doctor-badge strong,
.team-name {
    font-family: var(--font-primary);
    color: var(--ink);
    font-weight: 600;
}
.doctor-copy .lead,
.field,
.footer-brand-link,
.stories-copy h2 {
    margin-bottom: var(--space-md);
}
.doctor-media {
    overflow: hidden;
    aspect-ratio: 4/4.5;
}
.doctor-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    background: var(--white);
    padding: 0.8rem 1.05rem;
    box-shadow: var(--shadow-float);
}
.team-photo,
.video-mini {
    box-shadow: var(--shadow-card);
    overflow: hidden;
}
.doctor-badge strong {
    display: block;
    font-size: var(--text-md);
}
.doctor-badge span {
    display: block;
    font-size: var(--text-xs);
    color: var(--mute);
}
.doctor-copy .btn {
    margin-top: var(--space-xs);
}
.team-head {
    gap: 0.4rem;
    margin-bottom: var(--space-xl);
}
.team-grid {
    display: grid;
    gap: 1.2rem;
}
.team-photo {
    border-radius: var(--radius-lg);
    aspect-ratio: 4/5;
    margin-bottom: 0.9rem;
}
.faq-head .lead,
.stories-author,
.stories-quote {
    margin-bottom: var(--space-lg);
}
.team-name {
    font-size: var(--text-xl);
}
.stories-card {
    background: var(--lime);
    border-radius: var(--radius-md);
    overflow: hidden;
    display: grid;
    gap: 0;
}
.stories-nav button,
.video-thumb {
    background: 0 0;
    place-items: center;
    cursor: pointer;
}
.stories-copy {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
}
.stories-copy h2 {
    font-size: var(--text-2xl);
    font-weight: 600;
    letter-spacing: -0.025em;
}
.stories-slider {
    position: relative;
    flex: 1;
}
.story-item {
    position: absolute;
    pointer-events: none;
}
.story-item.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
}
.stories-quote {
    font-size: var(--text-md);
    color: var(--ink-soft);
}
.stories-author {
    font-weight: 600;
    color: var(--ink);
}
.stories-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.stories-nav {
    display: flex;
    gap: 0.6rem;
}
.stories-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid var(--ink);
    color: var(--ink);
    display: grid;
    transition:
        background 0.2s,
        color 0.2s;
}
.stories-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: var(--ink);
}
.consult-grid,
.faq-grid,
.faq-list,
.faq-num,
.field-row,
.play-btn,
.video-row,
.video-thumb {
    display: grid;
}
.stories-stars {
    color: var(--ink);
    letter-spacing: 1px;
}
.stories-media {
    min-height: 300px;
    position: relative;
}
.stories-image-slider {
    position: relative;
    width: 100%;
    height: 100%;
}
.story-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-image.active {
    opacity: 1;
    position: relative;
}
.video-row {
    gap: 2.1rem;
    margin-top: 2.1rem;
}
.video-mini {
    position: relative;
    border-radius: var(--radius-md);
    aspect-ratio: 16/10;
}
.video-thumb {
    position: absolute;
    inset: 0;
    border: none;
    padding: 0;
}
.video-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 18, 12, 0.18);
}
.play-btn {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: var(--lime);
    color: var(--ink);
    box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s;
}
.video-thumb:hover .play-btn {
    transform: scale(1.08);
}
.video-mini figcaption {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 2rem;
    color: #fff;
    font-size: var(--text-lg);
    font-weight: 600;
    background: linear-gradient(180deg, transparent, rgba(20, 18, 12, 0.6));
}
.faq-item summary,
.faq-num {
    color: var(--ink);
    font-weight: 600;
    font-family: var(--font-primary);
}
.faq-grid {
    gap: var(--space-xl);
    align-items: start;
}
.faq-head .lead {
    color: var(--mute);
}
.faq-list {
    gap: 0.7rem;
}
.faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
}
.faq-item summary {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1.1rem 1.3rem;
    font-size: var(--text-md);
    cursor: pointer;
    list-style: none;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-plus {
    position: relative;
    flex: none;
    width: 18px;
    height: 18px;
    margin-left: auto;
}
.faq-plus::after,
.faq-plus::before {
    content: "";
    position: absolute;
    background: var(--ink);
    transition:
        transform 0.25s,
        opacity 0.25s;
}
.faq-plus::before {
    top: 8px;
    left: 0;
    width: 18px;
    height: 2px;
}
.faq-plus::after {
    left: 8px;
    top: 0;
    width: 2px;
    height: 18px;
}
.faq-item[open] .faq-plus::after {
    transform: rotate(90deg);
    opacity: 0;
}
.faq-num {
    font-size: 0.85rem;
    background: var(--pale);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    place-items: center;
    flex: none;
}
.faq-body {
    padding: 0 1.3rem 1.25rem 3.5rem;
}
.faq-body p {
    font-size: var(--text-base);
    color: var(--body);
    margin-bottom: 0.7rem;
}
.faq-body p:last-child {
    margin-bottom: 0;
}
.consult {
    padding: var(--space-xl) 0 var(--space-2xl);
}
.consult-card {
    background: var(--lime);
    border-radius: var(--radius-md);
    padding: 2.2rem 1.6rem;
    color: #fff;
}
.consult-grid {
    gap: var(--space-xl);
    align-items: flex-start;
}
.consult-title {
    font-family: var(--font-primary);
    font-size: var(--text-2xl);
    font-weight: 600;
    color: #000;
    line-height: 1.08;
    margin-bottom: var(--space-md);
    letter-spacing: -0.025em;
}
.consult-sub {
    font-size: var(--text-md);
    color: var(--body);
    margin-bottom: var(--space-lg);
}
.consult-contact {
    display: grid;
    gap: 0.85rem;
}
.consult-contact li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: var(--text-base);
    color: var(--dark);
}
.consult-contact .line-ico-sm,
.consult-contact a:hover {
    color: var(--dark);
}
.consult-contact a {
    font-weight: 600;
    color: var(--dark);
}
.consult-form-wrap {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 1.7rem 1.5rem;
}
.form-title {
    font-family: var(--font-primary);
    font-size: var(--text-xl);
    font-weight: 600;
    text-align: left;
    color: var(--ink);
    margin-bottom: 20px;
}

.field-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
}
.field label {
    display: block;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.4rem;
}
.field .optional {
    color: var(--mute);
    font-weight: 400;
}
.field input,
.field textarea {
    width: 100%;
    font-family: var(--font-secondary);
    font-size: var(--text-base);
    color: var(--ink);
    padding: 0.8rem 0.95rem;
    border: 1.5px solid var(--line);
    border-radius: var(--radius-sm);
    transition:
        border-color 0.2s,
        box-shadow 0.2s,
        background 0.2s;
}
.field input::placeholder,
.field textarea::placeholder {
    color: #aaa;
}
.field input:focus,
.field textarea:focus {
    outline: 0;
    border-color: var(--lime-deep);
    background: #fff;
    box-shadow: 0 0 0 4px var(--lime-soft);
}
.consult-form .btn {
    margin-top: 0.4rem;
    justify-content: center;
}
.form-trust {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    font-size: var(--text-xs);
    color: var(--mute);
    margin: var(--space-md) 0 0;
    text-align: center;
}
.form-trust svg {
    color: var(--lime-deep);
    flex: none;
}
.footer-col h4,
.footer-name .nav-name-accent {
    color: var(--lime);
}
#form-builder,
.hl-app .hl_form-builder--main {
    padding: 0 !important;
}
.site-footer {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.7);
    padding: var(--space-2xl) 0 0;
    overflow: hidden;
}
.footer-top {
    display: grid;
    gap: var(--space-xl);
    padding-bottom: var(--space-xl);
}
.footer-col a:hover,
.footer-name {
    color: #fff;
}
.footer-brand .nav-mark {
    background: var(--lime);
}
.footer-blurb {
    font-size: var(--text-sm);
    max-width: 22rem;
}
.footer-col h4 {
    font-family: var(--font-secondary);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: var(--space-sm);
}
.footer-col a {
    display: block;
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.7);
    padding: 0.22rem 0;
    transition: color 0.2s;
}
.footer-col p {
    font-size: var(--text-sm);
    margin-bottom: 0.5rem;
}
.footer-phone {
    font-family: var(--font-primary);
    font-size: var(--text-lg) !important;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 0.5rem;
}
.footer-bottom p,
.footer-hours {
    color: rgba(255, 255, 255, 0.5);
}
.footer-phone:hover {
    color: var(--lime) !important;
}
.footer-cta-col p {
    max-width: 18rem;
    margin-bottom: var(--space-md);
}
.footer-word {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: clamp(4rem, 19vw, 8.5rem);
    line-height: 0.8;
    letter-spacing: -0.04em;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding: 0 1rem;
    user-select: none;
    margin-top: var(--space-xl);
    margin-bottom: var(--space-xl);
}
.footer-bottom {
    border-top: 1px solid #ffffff12;
    padding-top: var(--space-lg) !important;
    padding-bottom: var(--space-xl) !important;
    margin-top: -1rem;
}
.footer-bottom p {
    font-size: var(--text-xs);
    margin-bottom: 0.5rem;
}
.footer-disclaimer {
    max-width: 48rem;
}
.mobile-cta-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.9rem calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(244, 242, 234, 0.96);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
}
.mobile-cta-call {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--ink);
    padding: 0.3rem 0.7rem;
    flex: none;
}
.mobile-cta-book {
    flex: 1;
    justify-content: center;
}
@media (min-width: 768px) {
    :root {
        --text-base: 1.05rem;
    }
    .section-title,
    .statement {
        font-size: var(--text-3xl);
    }
    .hero-card {
        min-height: 620px;
    }
    .hero-inner {
        padding: 2.2rem;
    }
    .hero-headline h1 {
        font-size: var(--text-4xl);
    }
    .hero-desc {
        position: absolute;
        top: 2.2rem;
        right: 2.2rem;
        margin: 0;
        text-align: right;
    }
    .hero-foot,
    .journey-head,
    .team-head {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    .feature-grid,
    .service-grid,
    .steps-grid,
    .team-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .consult-grid,
    .whatis-grid {
        grid-template-columns: 1fr 1.05fr;
    }
    .stats-card {
        grid-template-columns: 1fr 1fr;
    }
    .stats-copy {
        padding: 3rem;
    }
    .doctor-grid {
        grid-template-columns: 0.92fr 1.08fr;
    }
    .stories-card {
        grid-template-columns: 1.4fr 1fr;
    }
    .video-row {
        grid-template-columns: 1fr 1fr;
    }
    .faq-grid {
        grid-template-columns: 0.85fr 1.15fr;
    }
    .faq-head {
        position: sticky;
        top: 6rem;
    }
    .consult-card {
        padding: 3rem 2.5rem;
    }
    .footer-top {
        grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    }
    .mobile-cta-bar {
        display: none;
    }
    body {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 467px) {
    .hero-headline h1 {
        font-size: var(--text-2xl) !important;
    }
    .hero-desc {
        font-size: var(--text-xs);
    }
    .tag {
        font-size: 0.62rem;
        font-weight: 400;
        padding: 0.25rem 0.75rem;
    }
    .hero-userpill span {
        font-size: 0.742rem;
        font-weight: 500;
    }
    .stats-media {
        max-height: 290px;
    }
    .video-mini figcaption {
        font-size: var(--text-md);
        padding: 1rem;
    }
    .footer-word {
        font-size: clamp(0rem, 9vw, 5.5rem);
    }
    .footer-top {
        gap: var(--space-sm);
        padding-bottom: var(--space-sm);
    }
    .service-card {
        aspect-ratio: 3/2.6;
    }
    .consult,
    .doctor,
    .faq,
    .features,
    .journey,
    .problem,
    .stats,
    .stories,
    .whatis {
        padding: var(--space-md) 0 !important;
    }
}
@media (min-width: 1024px) {
    :root {
        --space-2xl: 6rem;
    }
    .nav-links {
        display: flex;
    }
    .nav-cta,
    .nav-phone {
        display: inline-flex;
    }
    .nav-burger {
        display: none;
    }
    .mobile-menu {
        display: none !important;
    }
    .hero-card {
        min-height: 680px;
    }
    .hero-headline h1 {
        font-size: var(--text-5xl);
    }
    .section-title,
    .statement {
        font-size: var(--text-4xl);
    }
    .wrap,
    .wrap-narrow {
        padding: 0 2rem;
    }
    .stats-copy h2,
    .stories-copy h2 {
        font-size: var(--text-3xl);
    }
}
.video-modal,
.video-modal-close {
    display: grid;
    place-items: center;
}
.video-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9);
    padding: 1.5rem;
}
.video-modal-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.video-modal-close {
    position: absolute;
    top: -3.5rem;
    right: 0;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: var(--lime);
    color: var(--ink);
    cursor: pointer;
    z-index: 10;
    transition:
        transform 0.2s,
        background 0.2s;
}
.video-modal-close:hover {
    transform: scale(1.05);
    background: var(--lime-deep);
}
.video-modal-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
}
.video-modal-iframe-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
