:root {
  color-scheme: light;
  --ink: #20334e;
  --ink-soft: #596779;
  --deep: #2e3f75;
  --deep-2: #1c294d;
  --sea: #435d91;
  --gold: #d9a667;
  --gold-light: #f1d5ad;
  --cream: #f8f5ef;
  --paper: #fffefa;
  --line: #dfe3e9;
  --shadow: 0 24px 70px rgba(24, 40, 75, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Inter, Arial, sans-serif; line-height: 1.58; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: white; color: var(--deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #e2a952; outline-offset: 4px; }

.topline { background: var(--deep-2); color: #e9f1ed; font-size: .76rem; letter-spacing: .04em; }
.topline-inner { min-height: 37px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topline a { text-decoration: none; }
.topline a:hover { text-decoration: underline; }
.topline strong { font-weight: 700; color: white; }

.site-header { position: relative; z-index: 10; background: var(--paper); border-bottom: 1px solid rgba(18, 57, 71, .09); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; text-decoration: none; color: var(--deep); }
.brand-mark { width: 43px; height: 43px; flex: none; display: grid; place-items: center; border-radius: 12px; background: var(--deep); color: white; }
.brand-mark svg { width: 31px; height: 31px; }
.brand-text { display: grid; line-height: 1.04; }
.brand-text strong { font: 700 1.32rem/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.brand-text small { margin-top: 4px; font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
nav[aria-label="Main navigation"] { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; column-gap: 28px; row-gap: 8px; margin-left: auto; }
nav[aria-label="Main navigation"] a { font-size: .84rem; font-weight: 700; text-decoration: none; color: #4e5f78; white-space: nowrap; }
nav[aria-label="Main navigation"] a:hover { color: var(--sea); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 13px 23px; border: 1px solid transparent; border-radius: 6px; font-size: .86rem; font-weight: 800; letter-spacing: .015em; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; white-space: nowrap; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(15, 49, 59, .17); }
.button svg { width: 20px; height: 20px; }
.button-primary { background: var(--deep); color: white; }
.button-primary:hover, .button-dark:hover { background: #425891; }
.button-dark { background: var(--deep); color: white; }
.button-light { background: #fff9ef; color: var(--deep); }
.button-light:hover { background: white; }
.button-small { min-height: 43px; padding: 10px 15px; font-size: .74rem; }
.button-small svg { width: 17px; height: 17px; }

.hero { overflow: hidden; background: var(--cream); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(370px, .9fr); gap: 60px; align-items: center; padding-block: 75px 90px; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--sea); font-size: .7rem; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { width: 25px; height: 2px; flex: none; background: var(--gold); }
.eyebrow-dark { color: var(--sea); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; font-weight: 500; }
h1 { max-width: 690px; margin: 23px 0 24px; font-size: clamp(3.25rem, 5.1vw, 5.05rem); line-height: 1.03; }
h1 em { display: inline; color: var(--sea); font-weight: 400; }
.hero-lead { max-width: 590px; margin-bottom: 28px; font-size: 1.09rem; color: var(--ink-soft); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--deep); font-size: .86rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.text-link:hover { gap: 13px; }
.rating-inline { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; margin-top: 35px; padding: 10px 13px; border: 1px solid #e1ded2; border-radius: 6px; background: #fffcf6; color: #334950; font-size: .73rem; text-decoration: none; }
.rating-inline:hover { border-color: var(--gold); }
.rating-stars { color: #c58b40; font-size: .95rem; letter-spacing: .04em; white-space: nowrap; }
.rating-count { color: #6d7b7e; }
.rating-arrow { color: var(--sea); font-size: 1rem; }

.hero-art { position: relative; min-height: 490px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; z-index: -3; inset: 10% -25% -17% 4%; background: linear-gradient(145deg, #51689e 0%, var(--deep) 65%); border-radius: 49% 39% 44% 51%; transform: rotate(-14deg); }
.art-orbit { position: absolute; z-index: -2; border: 1px solid rgba(238, 247, 238, .28); border-radius: 50%; transform: rotate(-26deg); }
.orbit-one { width: 580px; height: 330px; left: -7%; top: 13%; }
.orbit-two { width: 450px; height: 240px; right: -20%; bottom: 12%; }
.art-glow { position: absolute; z-index: -1; width: 200px; height: 200px; left: 1%; bottom: 2%; background: rgba(229, 177, 103, .33); filter: blur(55px); border-radius: 50%; }
.journey-card { width: min(100%, 390px); overflow: hidden; border: 1px solid rgba(255,255,255,.6); border-radius: 16px; background: #fffcf7; box-shadow: var(--shadow); transform: rotate(-2.5deg); }
.journey-card-head { display: grid; justify-items: center; gap: 0; padding: 9px 22px 17px; background: #2e3f75; color: #f2d6ac; font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.journey-card-head img { width: 220px; max-width: 100%; height: 110px; object-fit: cover; object-position: center 55%; }
.journey-line { position: relative; padding: 28px 25px 16px; }
.journey-line::before { content: ""; position: absolute; left: 44px; top: 53px; bottom: 55px; border-left: 2px dashed #c6d0e0; }
.journey-stop { position: relative; display: flex; align-items: flex-start; gap: 20px; margin-bottom: 29px; }
.journey-stop:last-child { margin-bottom: 15px; }
.stop-icon { position: relative; z-index: 1; width: 37px; height: 37px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: #fff; font-size: .65rem; font-weight: 800; }
.journey-stop strong { display: block; padding-top: 1px; color: var(--deep); font-size: .85rem; }
.journey-stop small { display: block; margin-top: 3px; color: #6b7b7d; font-size: .7rem; line-height: 1.45; }
.journey-card-foot { display: flex; align-items: center; gap: 10px; padding: 14px 24px; border-top: 1px solid var(--line); color: #526d69; font-size: .66rem; font-weight: 700; }
.foot-pulse { width: 7px; height: 7px; border-radius: 50%; background: #61a884; box-shadow: 0 0 0 4px #d9efe3; }

.trust-band { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.trust-grid p { margin: 0 20px 0 0; color: #6f7e7d; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trust-grid span { position: relative; color: var(--deep); font-family: Georgia, serif; font-size: 1rem; white-space: nowrap; }
.trust-grid span::before { content: "✦"; margin-right: 11px; color: #bc8c52; font-family: Arial, sans-serif; font-size: .7rem; }

.section { padding-block: 112px; }
.section-heading h2, .steps-intro h2, .review-copy h2, .faq-grid h2, .contact-section h2 { margin: 20px 0 0; font-size: clamp(2.45rem, 3.8vw, 3.9rem); line-height: 1.1; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 65px; margin-bottom: 44px; }
.split-heading h2 { max-width: 640px; }
.split-heading p { margin-bottom: 5px; color: var(--ink-soft); font-size: .95rem; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 278px; padding: 33px; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 12px 35px rgba(17, 55, 61, .035); }
.feature-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 14px; background: #e9edf5; color: var(--sea); }
.feature-icon svg { width: 31px; height: 31px; }
.feature-card h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 1.47rem; font-weight: 500; letter-spacing: -.03em; }
.feature-card p { margin-bottom: 0; color: var(--ink-soft); font-size: .86rem; line-height: 1.75; }

.section-steps { background: #e9edf4; }
.steps-grid { display: grid; grid-template-columns: .78fr 1fr; align-items: center; gap: 100px; }
.steps-intro h2 { max-width: 440px; }
.steps-intro p { max-width: 410px; margin: 20px 0 28px; color: var(--ink-soft); line-height: 1.8; }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9d2e0; }
.steps-list li { display: flex; align-items: flex-start; gap: 26px; padding: 28px 0; border-bottom: 1px solid #c9d2e0; }
.step-number { color: var(--sea); font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.steps-list h3 { margin-bottom: 6px; font-family: Georgia, serif; font-size: 1.4rem; font-weight: 500; }
.steps-list p { max-width: 460px; margin-bottom: 0; color: var(--ink-soft); font-size: .88rem; }

.section-reviews { background: #fff9f0; }
.reviews-grid { display: grid; grid-template-columns: .68fr 1fr; gap: 100px; align-items: center; }
.review-big { min-height: 335px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #e2d5c2; border-radius: 14px; background: #fffefd; box-shadow: 0 22px 60px rgba(88, 62, 29, .07); text-align: center; }
.review-stars { color: #bd8740; font-size: 1.35rem; letter-spacing: .11em; }
.review-big strong { display: block; margin: 8px 0 5px; color: var(--deep); font: 400 6.5rem/.95 Georgia, serif; letter-spacing: -.07em; }
.review-big > span:nth-last-child(2) { font-family: Georgia, serif; font-size: 1.25rem; }
.review-big small { margin-top: 10px; color: #7a817e; font-size: .7rem; }
.review-copy p { max-width: 600px; margin: 20px 0 25px; color: var(--ink-soft); font-size: .98rem; line-height: 1.85; }
.text-link-dark { color: var(--deep); }

.section-community { background: #f4f6f8; }
.community-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.community-photo { position: relative; min-height: 460px; margin: 0; overflow: hidden; border-radius: 14px; background: #d9e0ea; box-shadow: 0 22px 60px rgba(24, 40, 75, .12); }
.community-photo img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 82%; }
.community-photo figcaption { position: absolute; inset: auto 0 0; padding: 26px 23px 17px; background: linear-gradient(transparent, rgba(21, 30, 48, .75)); color: white; font-size: .72rem; font-weight: 700; }
.community-copy h2 { margin: 20px 0 18px; font: 400 clamp(2.45rem, 3.8vw, 3.9rem)/1.1 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.community-copy > p { max-width: 580px; margin-bottom: 30px; color: var(--ink-soft); font-size: .98rem; line-height: 1.85; }
.community-feature { max-width: 580px; padding: 26px 28px; border-left: 3px solid var(--gold); background: white; box-shadow: 0 10px 35px rgba(24, 40, 75, .045); }
.feature-kicker { display: block; color: var(--sea); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.community-feature h3 { margin: 10px 0 8px; font: 400 1.52rem/1.2 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.community-feature p { margin: 0 0 17px; color: var(--ink-soft); font-size: .86rem; line-height: 1.7; }

.section-faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 105px; }
.faq-grid > div:first-child p { max-width: 340px; margin: 18px 0 0; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 15px; padding: 23px 0; color: var(--deep); font-size: 1rem; font-weight: 700; line-height: 1.4; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: none; color: var(--sea); font: 400 1.5rem/1 Arial, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 580px; margin: -7px 0 24px; color: var(--ink-soft); font-size: .87rem; line-height: 1.75; }

.contact-section { overflow: hidden; padding-block: 100px; background: var(--deep); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 90px; align-items: center; }
.contact-section .eyebrow { color: var(--gold-light); }
.contact-section h2 { max-width: 590px; }
.contact-section p { max-width: 580px; margin: 21px 0 26px; color: #d8e6e2; font-size: 1rem; line-height: 1.8; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-bottom: 19px; }
.contact-email { color: white; font-size: .83rem; font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.contact-section small { display: block; max-width: 530px; color: #bbd1ce; font-size: .69rem; }
.contact-card { padding: 37px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: rgba(255,255,255,.07); box-shadow: 0 25px 60px rgba(4, 25, 34, .18); }
.contact-card > span { display: block; color: #bad2d1; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card > strong { display: block; max-width: 300px; margin: 13px 0 24px; font: 400 2rem/1.2 Georgia, serif; }
.card-rule { height: 1px; margin-bottom: 11px; background: rgba(255,255,255,.2); }
.contact-card p { display: flex; justify-content: space-between; gap: 15px; max-width: none; margin: 0; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: white; font-size: .79rem; line-height: 1.45; }
.contact-card p:last-child { border-bottom: 0; }
.contact-card p span:first-child { color: #bed2cf; }
.contact-card a { color: white; font-weight: 700; text-decoration: none; text-align: right; }
.contact-card a:hover { text-decoration: underline; }

.site-footer { background: var(--deep-2); color: #e2eeea; }
.footer-main { display: grid; grid-template-columns: 1.2fr .5fr .75fr; gap: 55px; padding-block: 63px; }
.brand-footer { color: white; }
.brand-footer img { display: block; width: 180px; max-width: 100%; height: auto; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; }
.footer-main > div:first-child p { max-width: 280px; margin: 17px 0 0; color: #b9ceca; font-size: .8rem; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links a, .footer-contact a { color: #e2eeea; font-size: .77rem; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { text-decoration: underline; }
.footer-contact span { color: #a9c6c4; font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.footer-contact a:nth-child(2) { margin-top: 3px; font-family: Georgia, serif; font-size: 1.43rem; }
.footer-contact a:last-child { overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 19px; border-top: 1px solid rgba(255,255,255,.11); color: #9fbbb8; font-size: .66rem; }
.mobile-call { display: none; }

@media (max-width: 1060px) {
  .header-inner { flex-wrap: wrap; padding-block: 17px; }
  nav[aria-label="Main navigation"] { order: 3; width: 100%; justify-content: space-between; margin: 3px 0 0; }
  .hero-grid { gap: 30px; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); }
  .trust-grid { flex-wrap: wrap; justify-content: center; gap: 15px 28px; padding-block: 20px; }
  .trust-grid p { flex-basis: 100%; text-align: center; margin: 0; }
  .steps-grid, .reviews-grid, .community-grid, .faq-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 620px); }
  .topline-inner { justify-content: center; }
  .topline-inner > span { display: none; }
  .header-inner { gap: 17px; }
  .header-call { margin-left: auto; }
  nav[aria-label="Main navigation"] { overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; gap: 24px; padding-bottom: 5px; scrollbar-width: none; }
  nav[aria-label="Main navigation"]::-webkit-scrollbar { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 30px; padding-block: 60px 40px; }
  h1 { font-size: clamp(3rem, 10vw, 4.5rem); }
  .hero-art { min-height: 445px; }
  .hero-art::before { inset: 6% -9% -10%; }
  .section { padding-block: 80px; }
  .split-heading, .steps-grid, .reviews-grid, .community-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .split-heading { margin-bottom: 32px; }
  .feature-grid { grid-template-columns: 1fr; gap: 14px; }
  .feature-card { min-height: 0; padding: 26px; }
  .feature-icon { margin-bottom: 18px; }
  .steps-grid { gap: 40px; }
  .review-big { min-height: 265px; }
  .reviews-grid { gap: 35px; }
  .community-photo { min-height: 440px; }
  .faq-grid { gap: 25px; }
  .contact-section { padding-block: 80px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 32px, 460px); }
  .topline { font-size: .68rem; }
  .site-header .brand-mark { width: 38px; height: 38px; }
  .brand-text strong { font-size: 1.17rem; }
  .brand-text small { font-size: .52rem; }
  .header-call { display: none; }
  .header-inner { min-height: 0; }
  nav[aria-label="Main navigation"] { gap: 19px; }
  nav[aria-label="Main navigation"] a { font-size: .73rem; }
  .hero-grid { padding-top: 47px; }
  .eyebrow { font-size: .62rem; }
  h1 { margin: 19px 0 18px; font-size: clamp(2.9rem, 12.3vw, 3.85rem); }
  .hero-lead { font-size: .95rem; }
  .hero-actions { align-items: stretch; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .rating-inline { flex-wrap: wrap; margin-top: 26px; font-size: .68rem; }
  .rating-count { display: block; }
  .rating-arrow { margin-left: auto; }
  .hero-art { min-height: 420px; margin-inline: -6px; }
  .hero-art::before { inset: 3% -3% -7%; }
  .journey-card { width: 86%; }
  .journey-card-head { padding: 8px 16px 14px; }
  .journey-card-head img { width: 190px; height: 96px; }
  .journey-line { padding: 20px 17px 5px; }
  .journey-line::before { left: 35px; top: 39px; bottom: 45px; }
  .journey-stop { gap: 14px; margin-bottom: 19px; }
  .stop-icon { width: 36px; height: 36px; }
  .journey-stop strong { font-size: .77rem; }
  .journey-stop small { font-size: .62rem; }
  .journey-card-foot { padding: 12px 16px; font-size: .6rem; }
  .trust-grid { column-gap: 13px; row-gap: 7px; }
  .trust-grid span { font-size: .82rem; }
  .trust-grid span::before { margin-right: 5px; }
  .section { padding-block: 70px; }
  .section-heading h2, .steps-intro h2, .review-copy h2, .faq-grid h2, .contact-section h2 { font-size: 2.7rem; }
  .community-photo { min-height: 380px; }
  .community-copy h2 { font-size: 2.7rem; }
  .community-feature { padding: 23px; }
  .steps-list li { gap: 18px; }
  .step-number { font-size: 1.65rem; }
  .contact-section { padding-block: 70px; }
  .contact-card { padding: 25px; }
  .contact-card > strong { font-size: 1.7rem; }
  .contact-card p { font-size: .72rem; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; padding-block: 45px; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; padding-bottom: 22px; }
  .mobile-call { position: fixed; z-index: 50; inset: auto 0 0; min-height: 60px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--gold); color: var(--deep-2); font-size: .86rem; font-weight: 900; text-decoration: none; box-shadow: 0 -8px 30px rgba(7, 28, 35, .22); }
  .mobile-call svg { width: 20px; height: 20px; }
}

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