:root {
  --ink: #09202c;
  --ink-2: #173541;
  --navy: #071a26;
  --blue: #225d86;
  --blue-soft: #dceaf2;
  --cream: #f7f4ed;
  --paper: #fffdf8;
  --muted: #61727a;
  --line: #d9e0df;
  --stay: #1d7182;
  --owner: #9d7043;
  --ai: #6c56a2;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(5, 26, 38, .11);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  max-width: 100%;
  overflow-x: clip;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.08; letter-spacing: -.035em; }
h1, h2, h3, p, a, li, address, span { overflow-wrap: normal; word-break: normal; hyphens: none; }
h1 { max-width: 920px; font-size: clamp(3rem, 5.7vw, 5.4rem); font-weight: 680; }
h2 { font-size: clamp(2.1rem, 4.3vw, 4rem); font-weight: 650; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 650; }
p { margin: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(217,224,223,.8); background: rgba(255,253,248,.9); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; color: white; background: var(--navy); border-radius: 12px; display: grid; place-items: center; font-weight: 750; letter-spacing: -.08em; }
.brand-word { font-weight: 760; font-size: 1.15rem; letter-spacing: .12em; }
.brand-word small { display: block; margin-top: -5px; color: var(--muted); font-size: .58rem; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: .92rem; font-weight: 620; text-decoration: none; }
.nav a[aria-current="page"] { color: var(--blue); }
.nav a:hover { color: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 650; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 0; max-width: 100%; min-height: 50px; padding: 0 21px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-weight: 680; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(7,26,38,.17); }
.button.light { border-color: var(--line); background: white; color: var(--ink); }
.button.text { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--ink); box-shadow: none; }
.button.text:hover { color: var(--blue); box-shadow: none; }
.hero { position: relative; overflow: hidden; padding: clamp(88px, 12vw, 160px) 0 90px; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 640px; height: 640px; right: -240px; top: -300px; border: 1px solid rgba(34,93,134,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(34,93,134,.035), 0 0 0 180px rgba(34,93,134,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 70px; align-items: end; }
.eyebrow { margin-bottom: 22px; color: var(--blue); font-size: .76rem; font-weight: 760; letter-spacing: .18em; text-transform: uppercase; }
.lead { max-width: 780px; margin-top: 28px; color: var(--ink-2); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-note { padding: 24px; border-left: 2px solid var(--blue); color: var(--ink-2); font-size: 1.15rem; }
.section { padding: clamp(80px, 10vw, 136px) 0; }
.section.tint { background: var(--cream); }
.section.dark { background: var(--navy); color: #d8e1e4; }
.section.dark h2, .section.dark h3 { color: white; }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin-bottom: 54px; align-items: start; }
.section-head .intro { max-width: 680px; color: var(--muted); font-size: 1.15rem; }
.dark .section-head .intro { color: #adc0c7; }
.dark .eyebrow { color: #8ec2df; }
.dark .principle p, .dark .step p, .dark .fact p { color: #bdcdd2; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; min-width: 0; min-height: 400px; padding: 31px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 2px 0 rgba(7,26,38,.02); display: flex; flex-direction: column; }
.card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -95px; top: -95px; border-radius: 50%; background: var(--accent, var(--blue)); opacity: .1; }
.card .label { color: var(--accent, var(--blue)); font-size: .75rem; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.card h3 { margin-top: 22px; }
.card p { margin-top: 18px; color: var(--muted); }
.card-links { display: grid; gap: 13px; margin-top: auto; padding-top: 30px; }
.card.stay { --accent: var(--stay); }
.card.owner { --accent: var(--owner); }
.card.ai { --accent: var(--ai); }
.principles, .steps, .facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.principle, .step, .fact { padding-top: 24px; border-top: 1px solid var(--line); }
.principle p, .step p, .fact p { margin-top: 15px; color: var(--muted); }
.number { display: inline-grid; width: 40px; height: 40px; margin-bottom: 32px; place-items: center; border: 1px solid #45606b; border-radius: 50%; color: #bcd0d7; font-size: .8rem; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feature { min-width: 0; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.feature p { margin-top: 15px; color: var(--muted); }
.feature ul, .clean-list { padding: 0; margin: 24px 0 0; list-style: none; }
.feature li, .clean-list li { position: relative; margin-top: 10px; padding-left: 22px; color: var(--ink-2); }
.feature li::before, .clean-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.quote-panel { min-width: 0; padding: clamp(36px, 6vw, 70px); border-radius: 32px; background: var(--blue-soft); }
.quote-panel p { max-width: 860px; margin-top: 22px; color: var(--ink-2); font-size: 1.18rem; }
.cta-panel { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; padding: clamp(36px, 7vw, 78px); border-radius: 32px; background: var(--navy); color: white; }
.cta-panel h2 { color: white; }
.cta-panel p { max-width: 700px; margin-top: 18px; color: #bcd0d7; }
.cta-list { display: grid; gap: 10px; }
.cta-list .button { border-color: #6e858e; background: white; color: var(--ink); }
.legal-draft { margin: 28px 0 0; padding: 17px 20px; border-left: 3px solid var(--owner); background: #fff8ed; color: #674b2d; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 62px; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.legal-copy h3 { margin-top: 34px; }
.legal-copy p, .legal-copy ul { margin-top: 18px; }
.legal-copy ul { padding-left: 22px; }
.address { font-style: normal; }
.site-footer { padding: 70px 0 30px; background: #05141d; color: #bdcdd2; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-title { color: white; font-weight: 700; }
.footer-copy { max-width: 330px; margin-top: 17px; }
.site-footer .brand-word small { color: #aabdc4; }
.footer-links { display: grid; gap: 9px; margin-top: 17px; }
.footer-links a { color: #bdcdd2; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 23px; border-top: 1px solid #29404a; font-size: .82rem; }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal][data-visible="true"] { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .nav { position: absolute; left: 20px; right: 20px; top: 72px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); align-items: stretch; flex-direction: column; gap: 8px; visibility: hidden; opacity: 0; transform: translateY(-8px); }
  .nav[data-open="true"] { visibility: visible; opacity: 1; transform: none; }
  .nav a { padding: 10px 6px; }
  .nav .header-cta { margin-top: 8px; }
  .hero-grid, .section-head, .cta-panel { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .trust-note { max-width: 540px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 70px; }
  .hero { padding-top: 76px; }
  h1 { font-size: clamp(1.8rem, 9vw, 4.2rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 3.2rem); }
  .hero-grid > *, .section-head > *, .footer-grid > *, .cards > *, .principles > *, .steps > *, .facts > *, .feature-grid > *, .cta-panel > * { min-width: 0; }
  .principles, .steps, .facts { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .feature, .card { padding-inline: clamp(22px, 7vw, 38px); }
  .cta-panel, .quote-panel { padding-inline: clamp(24px, 7vw, 40px); }
}

@media (max-width: 360px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .button { min-height: 46px; padding-inline: 16px; font-size: .94rem; }
  .trust-note { padding: 18px; font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
