:root {
    --ink: #0b1410;
    --muted: #66736b;
    --green: #17c653;
    --green-dark: #0e9e3e;
    --green-bright: #3be477;
    --dark: #06130a;
    --dark-raised: #0a1d10;
    --line: #e3ebe5;
    --soft: #f3f8f4;
    --shell: 1280px;
    --shadow: 0 22px 60px rgba(6, 19, 10, .13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary { cursor: pointer; }
.site-shell { width: min(var(--shell), calc(100% - 96px)); margin-inline: auto; padding-inline: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 999px; background: #fff; color: var(--dark); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--dark); color: #9db3a6; font-size: 13px; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__actions { display: flex; align-items: center; gap: 24px; }
.topbar a:hover { color: #fff; }
.language-menu { position: relative; }
.language-menu summary { list-style: none; text-transform: uppercase; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::after { content: " ▾"; }
.language-menu__panel { position: absolute; z-index: 80; top: calc(100% + 9px); right: 0; min-width: 92px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.language-menu__panel a { display: block; padding: 7px 10px; border-radius: 7px; }
.language-menu__panel a:hover, .language-menu__panel .is-active { background: var(--soft); color: var(--green-dark); }

.site-header { position: sticky; z-index: 60; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(227,235,229,.8); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 9px; font-family: "Space Grotesk", Manrope, sans-serif; font-weight: 700; letter-spacing: -.035em; }
.brand__logo { display: block; width: auto; max-width: 190px; height: 40px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 32px; color: #3d4a42; font-size: 14.5px; font-weight: 600; }
.main-nav a { position: relative; padding: 0; }
.main-nav a::after { display: none; }
.main-nav a:hover, .main-nav .is-active { color: var(--green-dark); }
.main-nav a:hover::after, .main-nav .is-active::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; font-size: 14.5px; font-weight: 700; }
.text-link:hover { color: var(--green-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 0 26px; border: 1.5px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--green { background: var(--green); color: var(--dark); box-shadow: 0 10px 26px rgba(23,198,83,.2); }
.button--green:hover { background: var(--green-bright); box-shadow: 0 14px 30px rgba(23,198,83,.28); }
.button--outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button--outline:hover { background: var(--ink); color: #fff; }
.button--small { min-height: 42px; padding-inline: 23px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #f1f9f3 0%, #fff 83%); }
.hero__glow { position: absolute; top: -180px; right: -180px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(23,198,83,.16), transparent 65%); pointer-events: none; }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 520px; gap: 56px; align-items: center; min-height: 0; padding-block: 80px 56px; }
.eyebrow { margin: 0 0 14px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--bright { color: var(--green-bright); }
.hero h1, .section h2, .pathways h2, .app-section h2, .final-cta h2 { margin: 0; font-family: "Space Grotesk", Manrope, sans-serif; letter-spacing: -.045em; }
.hero h1 { max-width: 760px; font-size: 76px; line-height: .98; letter-spacing: -.04em; }
.hero h1 span, .app-section h2 span { color: var(--green-dark); }
.hero__lede { max-width: 520px; margin: 24px 0 26px; color: #4b584f; font-size: 18px; line-height: 1.6; }
.service-search { display: flex; max-width: 540px; gap: 10px; margin-bottom: 22px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.service-search:focus-within { border-color: transparent; box-shadow: none; }
.service-search input { min-width: 0; flex: 1; padding: 14px 20px; border: 1.5px solid #d8e2da; border-radius: 999px; outline: 0; background: #fff; color: var(--ink); font-size: 15px; }
.service-search input::placeholder { color: #879188; }
.service-search button { min-height: 0; padding: 14px 28px; border: 0; border-radius: 999px; background: var(--dark); color: #fff; font-size: 15px; font-weight: 700; }
.service-search button:hover { background: #10291a; }
.hero__proof { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 0; }
.store-links { display: flex; align-items: center; gap: 10px; }
.store-links a { display: block; transition: transform .2s; }
.store-links a:hover { transform: translateY(-2px); }
.store-links img { height: 38px; width: auto; }
.store-pill { display: inline-flex; min-height: 0; align-items: center; padding: 10px 17px; border: 0; border-radius: 10px; background: var(--dark); color: #fff; font-size: 12.5px; font-weight: 700; }
.store-pill--outline { background: #fff; color: var(--dark); }
.rating-proof { margin-left: 8px; color: #7b877e; font-size: 13px; }
.rating-proof span { color: var(--green-dark); }

.hero-visual { position: relative; width: 520px; min-height: 420px; justify-self: end; }
.hero-visual__frame { position: absolute; inset: 0; overflow: hidden; border-radius: 20px; background: #e5eee7; box-shadow: none; }
.hero-visual__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6,19,10,.2)); pointer-events: none; }
.hero-visual__frame img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 14px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: 0 12px 32px rgba(11,20,16,.14); font-size: 12px; animation: km-float 5.4s ease-in-out infinite; }
.floating-card strong { display: block; font-size: 13px; }
.floating-card small { display: block; margin-top: 2px; color: #7b877e; font-size: 11px; white-space: nowrap; }
.floating-card--status { --tilt: -2deg; top: -22px; left: 34px; background: var(--dark); color: #fff; animation-delay: -.8s; }
.floating-card--status span:last-child { color: var(--green-bright); font-weight: 800; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(59,228,119,.12); }
.floating-card--provider { --tilt: 2.5deg; top: 38px; right: -34px; animation-delay: -2.2s; }
.floating-card--booking { --tilt: -3deg; bottom: 34px; left: -48px; animation-delay: -1.6s; }
.floating-card--review { --tilt: 3deg; right: 18px; bottom: -20px; animation-delay: -3.4s; }
.floating-card--review strong { color: var(--green-dark); letter-spacing: 1px; }
.floating-card--cleaning { --tilt: -4deg; top: 196px; left: -72px; }
.floating-card--class { --tilt: 2deg; bottom: -26px; left: -118px; border-radius: 12px; background: var(--dark); color: #fff; }
.floating-card--payout { --tilt: 3.5deg; right: -52px; bottom: 118px; border-radius: 12px; }
.floating-card em { color: var(--green-bright); font-style: normal; }
.avatar, .checkmark { display: grid; width: 40px; height: 40px; flex: none; place-items: center; border-radius: 50%; background: #e4f7e9; color: #0e7a33; font-size: 14px; font-weight: 800; }
@keyframes gentle-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes km-float { 0%, 100% { transform: translateY(0) rotate(var(--tilt, 0deg)); } 50% { transform: translateY(-9px) rotate(var(--tilt, 0deg)); } }

.service-ticker { overflow: hidden; padding: 16px 0; background: var(--dark); color: var(--green-bright); font-size: 14px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.service-ticker > div { display: flex; width: max-content; min-width: 100%; justify-content: center; gap: 26px; }
.service-ticker i { color: rgba(59,228,119,.42); font-style: normal; }
.section { padding-block: 92px; }
.services { padding-block: 64px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 28px; }
.section h2, .pathways h2 { font-size: clamp(34px, 3.2vw, 48px); line-height: 1.08; }
.services .eyebrow { margin-bottom: 8px; font-weight: 700; }
.services .section-heading h2 { font-size: 34px; letter-spacing: -.02em; }
.arrow-link { color: var(--green-dark); font-size: 14.5px; font-weight: 700; }
.arrow-link span { display: inline-block; margin-left: 4px; transition: transform .2s; }
.arrow-link:hover span { transform: translateX(5px); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card { overflow: hidden; padding-bottom: 18px; border: 1px solid #eaefea; border-radius: 14px; background: #fff; transition: border-color .2s; }
.service-card:hover { transform: none; border-color: var(--green); box-shadow: none; }
.service-card[hidden] { display: none; }
.service-card__image { position: relative; height: 140px; overflow: hidden; background: var(--soft); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.service-card:hover .service-card__image img { transform: scale(1.045); }
.service-card__arrow { position: absolute; top: 14px; right: 14px; display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--dark); font-size: 17px; box-shadow: 0 6px 18px rgba(6,19,10,.11); }
.service-card__body { padding: 16px 18px 0; }
.service-card h3 { margin: 0 0 4px; font-family: Manrope, sans-serif; font-size: 16px; letter-spacing: 0; }
.service-card p { margin: 0; color: #7b877e; font-size: 13px; }
.service-card--placeholder .service-card__image { display: grid; place-items: center; background: linear-gradient(135deg, #e4f7e9, #f6fbf7); color: var(--green-dark); font-family: "Space Grotesk", sans-serif; font-size: 62px; font-weight: 700; }
.service-empty { margin: 32px 0 0; padding: 18px; border-radius: 12px; background: var(--soft); color: var(--muted); text-align: center; }

.pathways { background: var(--dark); color: #e9f3ec; }
.pathways__heading { padding: 64px 0 44px; }
.pathways__heading .eyebrow { margin-bottom: 8px; }
.pathways__heading h2 { font-size: 34px; letter-spacing: -.02em; }
.pathways__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(59,228,119,.14); }
.pathway-card { padding: 48px 44px; border-right: 1px solid rgba(59,228,119,.14); }
.pathway-card:last-child { border-right: 0; }
.pathway-card--raised { background: var(--dark-raised); }
.pathway-card__number { display: block; margin-bottom: 18px; color: var(--green-bright); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.pathway-card h3 { margin: 0 0 12px; font-family: "Space Grotesk", Manrope, sans-serif; font-size: 26px; letter-spacing: -.02em; }
.pathway-card p { margin: 0 0 24px; color: #9db3a6; font-size: 14.5px; line-height: 1.65; }
.pathway-card a { color: var(--green-bright); font-size: 14px; font-weight: 700; }
.pathway-card a span { display: inline-block; transition: transform .2s; }
.pathway-card a:hover span { transform: translateX(5px); }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(59,228,119,.14); }
.stats-grid > div { padding: 34px 44px; border-right: 1px solid rgba(59,228,119,.14); }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { color: var(--green-bright); font-family: "Space Grotesk", Manrope, sans-serif; font-size: 38px; letter-spacing: -.03em; }
.stats-grid span { margin-top: 6px; color: #9db3a6; font-size: 13px; }

.how-it-works { padding-block: 64px; }
.how-it-works__grid { display: grid; grid-template-columns: 420px 1fr; gap: 64px; align-items: center; }
.how-it-works__intro > p:last-child, .app-section__content > p { color: #57645c; font-size: 15px; line-height: 1.65; }
.how-it-works__intro h2 { margin-bottom: 14px; font-size: 32px; letter-spacing: -.02em; }
.how-it-works__intro > p:last-child { max-width: none; margin: 0; color: #4b584f; font-size: 15px; line-height: 1.6; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps-grid li { min-height: 0; padding: 24px 22px; border: 1px solid #eaefea; border-radius: 14px; background: #f7f9f7; }
.steps-grid span { display: inline-block; margin-bottom: 10px; color: var(--green-dark); font-size: 13px; font-weight: 800; }
.steps-grid h3 { margin: 0 0 8px; font-family: Manrope, sans-serif; font-size: 16.5px; }
.steps-grid p { margin: 0; color: #7b877e; font-size: 13.5px; line-height: 1.55; }

.app-section { overflow: hidden; padding-block: 24px 80px; }
.app-section__grid { display: grid; grid-template-columns: minmax(0, 1fr) 520px; gap: 64px; align-items: center; }
.app-section h2 { font-size: 48px; line-height: 1.05; letter-spacing: -.03em; }
.app-section__content > p { max-width: 460px; margin: 18px 0 28px; color: #4b584f; font-size: 16px; line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.phones { position: relative; display: flex; min-height: 460px; justify-content: center; gap: 20px; }
.phone { position: relative; overflow: hidden; width: 210px; height: 420px; padding: 10px; border: 2px solid rgba(14,158,62,.4); border-radius: 32px; background: #f3faf4; box-shadow: none; }
.phone img { width: 100%; height: 100%; border-radius: 24px; object-fit: cover; object-position: top; }
.phone__notch { position: absolute; z-index: 2; top: 14px; left: 50%; width: 78px; height: 20px; border-radius: 0 0 13px 13px; background: var(--dark); transform: translateX(-50%); }
.phone--front { z-index: 2; right: auto; bottom: auto; transform: none; }
.phone--back { top: auto; right: auto; margin-top: 40px; transform: none; border-color: #eaefea; background: #f7f9f7; }

.testimonials { padding: 0 0 72px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.testimonial-card { display: flex; min-height: 0; flex-direction: column; padding: 26px; border: 1px solid #eaefea; border-radius: 16px; background: #fff; }
.stars { margin-bottom: 14px; color: var(--green); font-size: 15px; letter-spacing: 2px; }
.testimonial-card blockquote { flex: 1; margin: 0 0 18px; color: #3d4a42; font-size: 14.5px; line-height: 1.6; }
.testimonial-card footer { display: flex; align-items: center; gap: 11px; }
.testimonial-card footer img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.testimonial-card footer > span:last-child { display: flex; flex-direction: column; }
.testimonial-card footer strong { font-size: 13.5px; }
.testimonial-card footer small { margin-top: 2px; color: #7b877e; font-size: 12.5px; }

.final-cta { padding-bottom: 92px; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px 46px; border-radius: 22px; background: var(--dark); color: #fff; box-shadow: 0 24px 64px rgba(6,19,10,.15); }
.final-cta h2 { font-size: clamp(31px, 3vw, 44px); }
.final-cta .eyebrow { margin-bottom: 8px; }
.final-cta__copy { margin: 8px 0 0; color: #9db3a6; font-size: 13px; }

.site-footer { padding-top: 56px; background: var(--dark); color: #9db3a6; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 44px; }
.brand--footer { margin-bottom: 16px; color: #fff; }
.brand--footer .brand__logo { height: 44px; max-width: 200px; }
.site-footer__about p { max-width: 300px; margin: 0 0 18px; font-size: 13.5px; line-height: 1.6; }
.store-links--footer img { height: 34px; }
.store-links--footer .store-pill { padding: 8px 13px; border: 0; border-radius: 7px; background: #0f2417; color: #fff; font-size: 11.5px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 13.5px; }
.footer-links h3 { margin: 0 0 4px; color: #fff; font-size: 13.5px; }
.footer-links a:hover { color: var(--green-bright); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-top: 1px solid #0f2417; font-size: 12.5px; }

/* Shared internal-page system — mirrors the supplied Koraworks redesign. */
.page-hero { position: relative; overflow: hidden; background: var(--dark); color: #e9f3ec; }
.page-hero::after { content: ""; position: absolute; top: -180px; right: -180px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(23,198,83,.2), transparent 65%); pointer-events: none; }
.page-hero--image::before { content: ""; position: absolute; inset: 0 0 0 55%; background: linear-gradient(90deg, var(--dark), rgba(6,19,10,.62)), var(--page-image) center/cover no-repeat; opacity: .18; pointer-events: none; }
.page-hero__inner { position: relative; z-index: 1; padding-block: 64px; }
.page-hero h1 { margin: 0; font-family: "Space Grotesk", Manrope, sans-serif; font-size: 56px; line-height: 1; letter-spacing: -.03em; }
.page-hero:not(.page-hero--services) .page-hero__inner { padding-block: 56px; }
.page-hero:not(.page-hero--services) h1 { font-size: 48px; line-height: 1.05; }
.page-hero__inner > p:last-child:not(.eyebrow) { max-width: 570px; margin: 16px 0 0; color: #9db3a6; font-size: 16px; line-height: 1.65; }
.page-hero--contact .page-hero__inner > p:last-child:not(.eyebrow) { max-width: 520px; line-height: 1.6; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; color: #9db3a6; font-size: 12px; }
.breadcrumbs a:hover, .breadcrumbs strong { color: var(--green-bright); font-weight: 600; }
.catalog-search { display: flex; max-width: 560px; gap: 10px; margin-top: 20px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.catalog-search:focus-within { border-color: transparent; }
.catalog-search input { min-width: 0; flex: 1; padding: 14px 20px; border: 1.5px solid rgba(233,243,236,.25); border-radius: 999px; outline: 0; background: var(--dark-raised); color: #e9f3ec; font-size: 15px; }
.catalog-search input::placeholder { color: #789080; }
.catalog-search button { min-height: 0; padding: 14px 28px; border: 0; border-radius: 999px; background: var(--green-bright); color: var(--dark); font-size: 15px; font-weight: 700; }

.catalog-filters { border-bottom: 1px solid var(--line); }
.catalog-filters__inner { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 24px; }
.catalog-filter, .role-picker button { min-height: 0; padding: 10px 20px; border: 1.5px solid #d8e2da; border-radius: 999px; background: #fff; color: #3d4a42; font-size: 14px; font-weight: 700; }
.catalog-filter:hover, .catalog-filter.is-active, .role-picker button:hover, .role-picker button.is-active { border-color: var(--green); background: #e4f7e9; color: #0e7a33; }
.catalog-body { padding-block: 40px 72px; }
.catalog-count { margin: 0 0 20px; color: #7b877e; font-size: 14px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.catalog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.catalog-card:hover { transform: none; border-color: var(--green); box-shadow: 0 8px 24px rgba(11,20,16,.06); }
.catalog-card[hidden] { display: none; }
.catalog-card__image { height: 170px; overflow: hidden; background: var(--soft); }
.catalog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.catalog-card:hover .catalog-card__image img { transform: scale(1.04); }
.catalog-card__body { padding: 20px 22px; }
.catalog-card__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.catalog-card h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 17px; letter-spacing: 0; }
.catalog-card__heading span { color: var(--green-dark); font-size: 13px; font-weight: 700; white-space: nowrap; }
.catalog-card__body > p { min-height: 0; margin: 6px 0 14px; color: #7b877e; font-size: 13.5px; line-height: 1.55; }
.catalog-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.catalog-card__footer strong { color: #4b584f; font-size: 13px; }
.catalog-card__footer a { padding: 8px 16px; border-radius: 999px; background: #e4f7e9; color: #0e7a33; font-size: 13px; font-weight: 800; }
.catalog-empty { padding: 30px; border-radius: 15px; background: var(--soft); color: var(--muted); text-align: center; }
.provider-strip { display: flex; width: min(var(--shell), calc(100% - 96px)); align-items: center; justify-content: space-between; gap: 40px; margin: 0 auto 72px; padding: 44px 52px; border-radius: 22px; background: linear-gradient(120deg, var(--green-dark), var(--green)); }
.provider-strip h2 { margin: 0 0 8px; font-family: "Space Grotesk", sans-serif; font-size: 28px; letter-spacing: -.03em; }
.provider-strip p { margin: 0; color: #0b3a1b; font-size: 15px; }
.button--dark { background: var(--dark); color: #fff; }
.button--dark:hover { background: #10291a; }

.cms-page { display: grid; width: 100%; max-width: 1200px; grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; margin: 0 auto; padding: 56px 64px 72px; }
.cms-content { max-width: 760px; color: #2e3a33; font-size: 16px; line-height: 1.75; }
.cms-content h1, .cms-content h2, .cms-content h3, .cms-content h4 { color: var(--ink); font-family: "Space Grotesk", Manrope, sans-serif; letter-spacing: -.025em; }
.cms-content h2 { margin: 36px 0 12px; font-size: 26px; }
.cms-content h2:first-child { margin-top: 0; }
.cms-content h3 { margin: 28px 0 10px; font-size: 19px; }
.cms-content p { margin: 0 0 16px; }
.cms-content ul, .cms-content ol { margin: 0 0 18px; padding-left: 23px; }
.cms-content li { margin-bottom: 8px; }
.cms-content blockquote { margin: 24px 0; padding: 18px 24px; border-radius: 12px; background: var(--soft); font-style: italic; }
.cms-content img { height: auto; margin-block: 22px; border-radius: 15px; }
.cms-rail, .contact-rail { display: flex; flex-direction: column; gap: 16px; }
.rail-card { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.rail-card--soft { border-color: transparent; background: var(--soft); }
.rail-card--dark { border-color: transparent; background: var(--dark); color: #e9f3ec; }
.rail-card h2 { margin: 0 0 8px; font-family: Manrope, sans-serif; font-size: 15.5px; }
.rail-card p { margin: 0 0 16px; color: #4b584f; font-size: 13.5px; line-height: 1.6; }
.rail-card--dark p { color: #9db3a6; }
.rail-card--dark a { color: var(--green-bright); }
.rail-stores, .rail-links { display: flex; flex-direction: column; gap: 8px; }
.rail-stores a { padding: 9px 14px; border-radius: 8px; background: #0f2417; color: #e9f3ec; font-size: 12px; text-align: center; }
.rail-links a { color: var(--green-dark); font-size: 13.5px; }

.contact-page { display: grid; width: 100%; max-width: 1200px; grid-template-columns: minmax(0, 1fr) 380px; gap: 64px; margin: 0 auto; padding: 56px 64px 72px; }
.contact-form { max-width: 640px; }
.form-grid { display: grid; gap: 16px; margin-bottom: 17px; }
.form-grid--two { grid-template-columns: 1fr 1fr; }
.contact-form label { display: block; }
.contact-form label > span, .role-picker legend { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13.5px; font-weight: 700; }
.contact-form input, .contact-form textarea, .login-card input { width: 100%; padding: 13px 16px; border: 1.5px solid #d8e2da; border-radius: 10px; outline: 0; background: #fff; color: var(--ink); font-size: 14.5px; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .login-card input:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(23,198,83,.08); }
.contact-form textarea { resize: vertical; }
.role-picker { margin: 0 0 17px; padding: 0; border: 0; }
.role-picker > div { display: flex; flex-wrap: wrap; gap: 8px; }
.role-picker button { font-size: 13.5px; }
.message-field { margin-bottom: 19px; }
.contact-form > .button { padding: 14px 32px; font-size: 15px; }
.form-notice { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; padding: 18px 20px; border: 1px solid; border-radius: 14px; }
.form-notice > span { display: grid; width: 38px; height: 38px; flex: none; place-items: center; border-radius: 50%; font-weight: 800; }
.form-notice strong, .form-notice p { display: block; margin: 0; }
.form-notice strong { font-size: 14px; }
.form-notice p { margin-top: 2px; color: #4b584f; font-size: 12px; }
.form-notice--success { border-color: var(--green); background: #e4f7e9; }
.form-notice--success > span { background: var(--green); }
.form-notice--error { border-color: #dd705d; background: #fff2ef; }
.form-notice--error > span { background: #c6341b; color: #fff; }
.contact-list { display: flex; flex-direction: column; gap: 12px; color: #4b584f; font-size: 14px; }
.contact-list a, .contact-list p { display: flex; gap: 9px; margin: 0; }
.contact-list a:hover { color: var(--green-dark); }

.login-page { background: #f7f9f7; }
.login-shell { display: grid; min-height: 100vh; grid-template-columns: 1fr 1fr; }
.login-brand-panel { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 56px 64px; background: var(--dark); color: #e9f3ec; }
.login-brand-panel::after { content: ""; position: absolute; bottom: -160px; left: -160px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(23,198,83,.22), transparent 65%); }
.login-brand-panel > * { position: relative; z-index: 1; }
.login-brand-panel h1 { margin: 0 0 18px; font-family: "Space Grotesk", sans-serif; font-size: 52px; line-height: 1.02; letter-spacing: -.03em; }
.login-brand-panel p { max-width: 380px; margin: 0; color: #9db3a6; font-size: 16px; line-height: 1.65; }
.login-brand-panel small { color: #5e7367; }
.login-form-panel { display: grid; place-items: center; padding: 56px; }
.login-card { width: min(100%, 480px); padding: 40px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 32px rgba(11,20,16,.05); }
.login-card h2 { margin: 0 0 6px; font-family: "Space Grotesk", sans-serif; font-size: 24px; }
.login-card > p { margin: 0 0 24px; color: #7b877e; font-size: 14px; }
.login-card > p a { color: var(--green-dark); font-weight: 800; }
.login-card label { display: block; margin-bottom: 14px; }
.login-card label > span { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 13.5px; font-weight: 700; }
.login-card label a { color: var(--green-dark); font-weight: 800; }
.login-card .button { width: 100%; margin-top: 2px; border: 0; }
.login-card .login-remember { display: flex; width: fit-content; align-items: center; gap: 9px; margin: 2px 0 18px; cursor: pointer; }
.login-card .login-remember input { width: 16px; height: 16px; margin: 0; accent-color: var(--green-dark); }
.login-card .login-remember span { display: inline; margin: 0; color: #526158; font-size: 13px; font-weight: 600; }
.login-card .login-account-link { margin: 18px 0 0; text-align: center; font-size: 12.5px; }
.login-divider { position: relative; margin: 20px 0; border-top: 1px solid var(--line); text-align: center; }
.login-divider span { position: relative; top: -9px; padding: 0 11px; background: #fff; color: #7b877e; font-size: 11px; }
.login-google { display: flex; min-height: 0; align-items: center; justify-content: center; padding: 12px; border: 1.5px solid #d8e2da; border-radius: 999px; font-size: 14px; font-weight: 700; }
.login-google:hover { border-color: var(--ink); }
.login-error { margin: -4px 0 10px !important; color: #c6341b !important; font-weight: 700; }
.login-note { margin: 15px 0 0 !important; text-align: center; font-size: 11px !important; line-height: 1.5; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1120px) {
    .site-shell { width: calc(100% - 56px); padding-inline: 0; }
    .hero__grid { grid-template-columns: minmax(0, 1fr) 430px; gap: 42px; }
    .hero-visual { width: 430px; min-height: 420px; }
    .floating-card--provider { right: -10px; }
    .floating-card--review { right: 0; }
    .pathway-card { padding-inline: 32px; }
    .stats-grid > div { padding-inline: 28px; }
    .how-it-works__grid { grid-template-columns: 1fr; gap: 34px; }
    .phone--front { right: auto; }
}

@media (max-width: 900px) {
    .topbar__location { overflow: hidden; max-width: 50%; text-overflow: ellipsis; white-space: nowrap; }
    .site-header__inner { grid-template-columns: 1fr auto; min-height: 70px; }
    .nav-toggle { display: block; justify-self: end; }
    .header-actions { display: none; }
    .main-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 18px 28px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(6,19,10,.12); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s; }
    .main-nav a { padding: 15px 0; }
    .main-nav a::after { bottom: 8px; transform-origin: left; }
    .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero__grid { grid-template-columns: 1fr; padding-top: 68px; }
    .hero__content { max-width: 700px; }
    .hero-visual { justify-self: center; width: min(100%, 600px); min-height: 500px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .pathways__grid { grid-template-columns: 1fr; }
    .pathway-card { min-height: auto; padding: 42px 28px; border-right: 0; border-bottom: 1px solid rgba(59,228,119,.14); }
    .pathway-card:first-child, .pathway-card:last-child { padding-inline: 28px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid > div { border-bottom: 1px solid rgba(59,228,119,.14); }
    .app-section__grid { grid-template-columns: 1fr; }
    .phones { width: min(100%, 600px); margin-inline: auto; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .testimonial-card { min-height: 230px; }
    .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .site-footer__about { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .site-shell { width: calc(100% - 36px); padding-inline: 0; }
    .topbar { display: none; }
    .site-header__inner { min-height: 64px; }
    .main-nav { top: 64px; }
    .brand__logo { height: 36px; max-width: 170px; }
    .hero__grid { min-height: 0; padding-block: 56px 66px; }
    .hero h1 { font-size: clamp(48px, 15vw, 64px); }
    .hero__lede { font-size: 16px; }
    .service-search { display: grid; border-radius: 17px; }
    .service-search input { min-height: 52px; }
    .service-search button { width: 100%; border-radius: 12px; }
    .hero__proof { align-items: flex-start; flex-direction: column; }
    .hero-visual { min-height: 380px; }
    .hero-visual__frame { inset: 22px 0 34px; border-radius: 20px; }
    .floating-card { padding: 10px 12px; }
    .floating-card--status { left: 12px; }
    .floating-card--provider { top: 72px; right: -8px; }
    .floating-card--booking { bottom: 0; left: -7px; }
    .floating-card--review { display: none; }
    .service-ticker > div { justify-content: flex-start; animation: ticker-scroll 20s linear infinite; }
    @keyframes ticker-scroll { to { transform: translateX(-45%); } }
    .section { padding-block: 70px; }
    .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 26px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card__image { height: 210px; }
    .pathways__heading { padding: 66px 28px 34px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stats-grid > div, .stats-grid > div:first-child, .stats-grid > div:last-child { padding: 25px 18px; }
    .stats-grid > div:nth-child(2n) { border-right: 0; }
    .stats-grid strong { font-size: 27px; }
    .steps-grid { grid-template-columns: 1fr; }
    .steps-grid li { min-height: auto; }
    .steps-grid span { margin-bottom: 20px; }
    .app-section { padding-block: 25px 80px; }
    .app-section__grid { gap: 45px; }
    .app-section h2 { font-size: 41px; }
    .phones { min-height: 420px; }
    .phone { width: 190px; height: 392px; border-radius: 31px; }
    .phone img { border-radius: 22px; }
    .phone--front, .phone--back { right: auto; }
    .testimonials { padding-top: 0; }
    .final-cta__inner { align-items: flex-start; flex-direction: column; padding: 34px 27px; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
    .site-footer__about { grid-column: 1 / -1; }
    .footer-links:last-child { grid-column: 1 / -1; }
    .site-footer__bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 420px) {
    .floating-card--provider { display: none; }
    .phone { width: 166px; height: 350px; }
    .phones { min-height: 375px; }
    .button-row .button { width: 100%; }
}

@media (max-width: 1000px) {
    .catalog-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-page { grid-template-columns: minmax(0, 1fr) 300px; gap: 38px; }
    .login-brand-panel { padding: 46px; }
    .login-form-panel { padding: 40px; }
}

@media (max-width: 760px) {
    .page-hero__inner { padding-block: 48px 51px; }
    .catalog-search { max-width: 100%; }
    .provider-strip { width: auto; align-items: flex-start; flex-direction: column; margin: 0 28px 60px; padding: 34px 28px; }
    .cms-page, .contact-page { max-width: none; grid-template-columns: 1fr; gap: 42px; padding-inline: 28px; }
    .cms-content, .contact-form { max-width: none; }
    .cms-rail, .contact-rail { display: grid; grid-template-columns: 1fr 1fr; }
    .cms-rail .rail-card:last-child, .contact-rail .rail-card:last-child { grid-column: 1 / -1; }
    .login-shell { grid-template-columns: 1fr; }
    .login-brand-panel { min-height: 330px; padding: 35px; }
    .login-form-panel { padding: 35px 18px; }
}

@media (max-width: 560px) {
    .catalog-search { display: grid; border-radius: 14px; }
    .catalog-search input { min-height: 49px; }
    .catalog-search button { width: 100%; border-radius: 10px; }
    .catalog-grid { grid-template-columns: 1fr; }
    .catalog-card__image { height: 210px; }
    .form-grid--two { grid-template-columns: 1fr; }
    .cms-rail, .contact-rail { grid-template-columns: 1fr; }
    .cms-rail .rail-card:last-child, .contact-rail .rail-card:last-child { grid-column: auto; }
    .provider-strip { margin-inline: 18px; }
    .cms-page, .contact-page { padding-inline: 18px; }
    .login-brand-panel { min-height: 300px; }
    .login-card { padding: 28px 22px; }
}
