:root {
  --ink: #263238;
  --muted: #607d8b;
  --brand: #607d8b;
  --brand-dark: #455a64;
  --mint: #455a64;
  --cream: #eceff1;
  --light: #eceff1;
  --line: rgba(38, 50, 56, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f0f0f0;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #f0f0f0; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 12px 18px; border-radius: 10px; color: white; background: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header {
  position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between;
  width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 26px 0;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 760; letter-spacing: -.04em; }
.brand-mark { display: block; width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 8px 20px rgba(38, 50, 56, .16); }
.site-nav { display: flex; align-items: center; gap: 30px; color: #455a64; font-size: 14px; font-weight: 650; }
.site-nav a:hover, footer nav a:hover { color: var(--brand); }
.nav-login { padding-left: 22px; border-left: 1px solid var(--line); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 24px; border-radius: 13px; color: white; font-size: 15px; font-weight: 720; background: var(--brand); box-shadow: 0 12px 25px rgba(54, 148, 139, .20); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); color: white; background: var(--brand-dark); box-shadow: 0 16px 34px rgba(38, 50, 56, .24); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 10px; color: white !important; }

.hero { position: relative; display: grid; place-items: center; min-height: 650px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 75px 0 120px; text-align: center; }
.hero::before { content: ""; position: absolute; z-index: -1; top: -240px; left: 50%; width: 900px; height: 900px; border-radius: 50%; background: radial-gradient(circle, rgba(176, 190, 197, .52), rgba(236, 239, 241, .10) 67%, transparent 68%); transform: translateX(-50%); }
.hero-copy { position: relative; z-index: 2; max-width: 780px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--brand-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
h1 { margin: 0; color: var(--ink); font: 500 clamp(54px, 6.3vw, 86px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
h1 em { color: var(--brand); font-weight: 500; }
.hero-intro { max-width: 525px; margin: 30px 0 32px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero .eyebrow, .hero-actions { justify-content: center; }
.hero-intro { margin-right: auto; margin-left: auto; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 720; }
.text-link span { margin-left: 8px; color: var(--brand); }
.hero-note { margin: 18px 0 0; color: #78909c; font-size: 12px; }

.trust-line { display: flex; align-items: center; justify-content: center; gap: 35px; min-height: 88px; padding: 20px; color: var(--light); font: italic 14px Georgia, serif; background: #455a64; }
.trust-line i { width: 4px; height: 4px; border-radius: 50%; background: #ffab40; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.features { padding: 125px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 56px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .flow h2, .final-cta h2 { margin: 0; font: 500 clamp(38px, 4.4vw, 58px)/1.08 Georgia, serif; letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 450px; justify-self: end; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 320px; overflow: hidden; padding: 31px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.feature-large { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; background: var(--cream); }
.feature-icon { display: grid; width: 43px; height: 43px; place-items: center; margin-bottom: 34px; border-radius: 12px; color: var(--light); font-size: 20px; background: var(--mint); }
.feature-number { position: absolute; top: 33px; right: 32px; margin: 0; color: #90a4ae; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.feature-card h3 { max-width: 330px; margin: 0 0 15px; font: 500 25px/1.15 Georgia, serif; }
.feature-card > p:last-of-type, .feature-large > div > p:last-of-type { max-width: 350px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.card-art { align-self: end; min-height: 185px; padding: 25px; border-radius: 14px; background: white; box-shadow: 0 17px 32px rgba(38, 50, 56, .08); transform: rotate(2deg); }
.note-art b { display: block; margin-bottom: 25px; font: 500 17px Georgia, serif; }.note-art span { display: block; height: 4px; margin: 13px 0; border-radius: 3px; background: #cfd8dc; }.note-art span:nth-child(3) { width: 74%; }
.dark-card { color: white; background: var(--ink); }.dark-card .feature-icon { color: white; background: rgba(255,255,255,.12); }.dark-card .feature-number, .dark-card > p:last-of-type { color: #b0bec5; }
.map-dots { position: absolute; right: -24px; bottom: -44px; width: 190px; height: 160px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }.map-dots::before, .map-dots::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }.map-dots::after { inset: 58px; }.map-dots i { position: absolute; z-index: 2; width: 11px; height: 11px; border-radius: 50%; background: #ffab40; }.map-dots i:nth-child(1){top:25px;left:55px}.map-dots i:nth-child(2){top:70px;right:28px}.map-dots i:nth-child(3){bottom:25px;left:50px}
.search-card { grid-column: span 2; min-height: 260px; background: #eceff1; }
.search-demo { display: flex; align-items: center; gap: 11px; max-width: 400px; margin-top: 32px; padding: 15px 17px; border: 1px solid #cfd8dc; border-radius: 11px; color: var(--brand); background: white; box-shadow: 0 10px 24px rgba(38, 50, 56, .07); }.search-demo span { flex: 1; color: #607d8b; font-size: 13px; }.search-demo kbd { padding: 3px 7px; border: 1px solid #cfd8dc; border-radius: 5px; color: #78909c; background: #f0f0f0; }

.flow { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; width: min(1240px, calc(100% - 48px)); padding: 105px; border-radius: 28px; color: white; background: var(--ink); }
.eyebrow.light { color: #9ed6d2; }.flow-copy > p:not(.eyebrow) { max-width: 470px; margin: 28px 0 32px; color: #cfd8dc; line-height: 1.75; }.button-light { color: var(--ink); background: #eceff1; box-shadow: none; }.button-light:hover { color: white; background: var(--brand); }
.steps { margin: 0; padding: 0; list-style: none; }.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.13); }.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }.steps b { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: #9ed6d2; font-size: 10px; background: rgba(255,255,255,.07); }.steps h3 { margin: 0 0 8px; font: 500 23px Georgia, serif; }.steps p { margin: 0; color: #b0bec5; font-size: 14px; line-height: 1.6; }

.final-cta { position: relative; overflow: hidden; margin-top: 110px; margin-bottom: 110px; padding: 100px 40px; border-radius: 25px; color: var(--light); text-align: center; background: #455a64; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(236,239,241,.12); border-radius: 50%; }.final-cta::before { top: -150px; left: -80px; }.final-cta::after { right: -100px; bottom: -180px; }.final-cta .eyebrow { justify-content: center; color: #cfd8dc; }.final-cta > p:not(.eyebrow) { margin: 22px 0 29px; color: #cfd8dc; }.final-cta .button { color: #263238; background: var(--light); box-shadow: none; }.final-cta .button:hover { color: #263238; background: #cfd8dc; }.cta-spark { position: absolute; top: 55px; right: 15%; color: #ffab40; font-size: 25px; }
footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 38px 0 45px; border-top: 1px solid var(--line); color: #607d8b; font-size: 13px; }footer p { text-align: center; }footer nav { display: flex; gap: 22px; }footer small { grid-column: 1 / -1; color: #90a4ae; }

@media (max-width: 1050px) {
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-large, .search-card { grid-column: span 2; }.flow { gap: 60px; padding: 70px; }
}
@media (max-width: 720px) {
  .site-header { width: min(100% - 32px, 1180px); }.site-nav > a:not(.button-small):not(.nav-login) { display: none; }.site-nav { gap: 12px; }.nav-login { padding-left: 0; border: 0; }.hero { width: min(100% - 32px, 1240px); min-height: 570px; padding: 60px 0 90px; }.hero-intro { font-size: 16px; }.hero-actions { flex-direction: column; gap: 20px; }.trust-line { flex-direction: column; gap: 10px; padding: 25px; text-align: center; }.trust-line i { display: none; }.section-shell { width: min(100% - 32px, 1180px); }.features { padding: 85px 0; }.section-heading { grid-template-columns: 1fr; gap: 20px; }.section-heading > p:last-child { justify-self: start; }.feature-grid { grid-template-columns: 1fr; }.feature-large, .search-card { grid-column: auto; }.feature-large { grid-template-columns: 1fr; }.feature-card { min-height: 275px; }.flow { grid-template-columns: 1fr; gap: 55px; width: min(100% - 32px, 1240px); padding: 55px 28px; }.final-cta { margin-top: 75px; margin-bottom: 75px; padding: 75px 22px; }footer { grid-template-columns: 1fr; justify-items: center; }footer p { margin: 0; }footer small { grid-column: auto; }
}
@media (max-width: 430px) {
  .site-header { padding-top: 18px; }.brand { font-size: 18px; }.site-nav .button-small { display: none; }h1 { font-size: 52px; }.feature-large .card-art { min-height: 150px; }.feature-card { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
