:root {
  --color-navy: #17324d;
  --color-slate: #345066;
  --color-sage: #8aa897;
  --color-sage-dark: #587766;
  --color-cream: #fbf7ef;
  --color-white: #ffffff;
  --color-blue-gray: #edf3f5;
  --color-gold: #c89b4f;
  --color-text: #23313c;
  --color-muted: #5d6f7c;
  --shadow-soft: 0 18px 45px rgba(23, 50, 77, 0.12);
  --radius: 18px;
  --radius-small: 10px;
  --space-section: clamp(3.5rem, 8vw, 6.5rem);
  --max-width: 1140px;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--color-text); background: var(--color-cream); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; }
a { color: var(--color-sage-dark); text-decoration: none; transition: color 180ms ease, background 180ms ease, transform 180ms ease, border-color 180ms ease; }
a:hover { color: var(--color-navy); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--color-navy); line-height: 1.12; }
h1 { font-size: clamp(2.35rem, 5vw, 4.7rem); max-width: 980px; }
h2 { font-size: clamp(1.75rem, 3vw, 2.7rem); }
h3 { font-size: 1.1rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251, 247, 239, 0.94); border-bottom: 1px solid rgba(52, 80, 102, 0.14); backdrop-filter: blur(14px); }
.navbar { width: min(100% - 2rem, var(--max-width)); margin: 0 auto; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: grid; color: var(--color-navy); min-width: 180px; }
.brand span { font-weight: 800; font-size: 1.24rem; letter-spacing: 0; }
.brand small { color: var(--color-muted); font-size: 0.78rem; }
.nav-menu { display: flex; align-items: center; justify-content: flex-end; gap: 0.9rem; flex-wrap: wrap; font-size: 0.94rem; }
.nav-menu a:not(.button) { color: var(--color-slate); font-weight: 650; }
.nav-menu a:not(.button):hover { color: var(--color-navy); }
.nav-toggle { display: none; border: 1px solid rgba(23, 50, 77, 0.2); background: var(--color-white); color: var(--color-navy); padding: 0.65rem 0.9rem; border-radius: var(--radius-small); font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0.85rem 1.2rem; border: 1px solid var(--color-navy); border-radius: 999px; background: var(--color-navy); color: var(--color-white); font-weight: 800; cursor: pointer; box-shadow: 0 10px 22px rgba(23, 50, 77, 0.12); }
.button:hover { color: var(--color-white); background: var(--color-slate); border-color: var(--color-slate); transform: translateY(-1px); }
.button-secondary { background: transparent; color: var(--color-navy); box-shadow: none; }
.button-secondary:hover { background: var(--color-white); color: var(--color-navy); }
.button-small { min-height: 40px; padding: 0.55rem 0.9rem; font-size: 0.88rem; }
.hero, .page-hero, .section, .split-section, .final-cta, .contact-layout { width: min(100% - 2rem, var(--max-width)); margin: 0 auto; }
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; padding: clamp(4rem, 9vw, 7rem) 0; }
.hero-copy, .page-hero p { max-width: 760px; color: var(--color-muted); font-size: 1.12rem; }
.eyebrow { color: var(--color-sage-dark); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.button-row { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.ledger-panel { padding: 1rem; border-radius: calc(var(--radius) + 14px); background: linear-gradient(90deg, rgba(23, 50, 77, 0.07) 1px, transparent 1px), linear-gradient(rgba(23, 50, 77, 0.07) 1px, transparent 1px), var(--color-blue-gray); background-size: 34px 34px; box-shadow: var(--shadow-soft); }
.ledger-card { padding: clamp(1.3rem, 4vw, 2rem); background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(23, 50, 77, 0.12); border-radius: var(--radius); }
.ledger-label { display: inline-block; margin-bottom: 1rem; color: var(--color-gold); font-weight: 800; }
.ledger-line, .ledger-total { display: flex; justify-content: space-between; gap: 1rem; padding: 0.85rem 0; border-top: 1px solid rgba(52, 80, 102, 0.15); }
.ledger-total { color: var(--color-navy); font-weight: 850; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; width: min(100% - 2rem, var(--max-width)); margin: 0 auto var(--space-section); }
.trust-strip span, .mini-card { padding: 0.8rem 1rem; border-radius: 999px; background: var(--color-white); color: var(--color-slate); border: 1px solid rgba(52, 80, 102, 0.14); font-weight: 750; box-shadow: 0 10px 20px rgba(23, 50, 77, 0.06); }
.section { padding: var(--space-section) 0; }
.page-hero { padding: clamp(3.8rem, 8vw, 6.2rem) 0 clamp(2.4rem, 6vw, 4rem); }
.section-heading { max-width: 720px; margin-bottom: 2rem; }
.card-grid, .price-grid, .steps { display: grid; gap: 1rem; }
.card-grid.two, .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three, .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card, .price-card, .steps article, .contact-form, .contact-card { background: var(--color-white); border: 1px solid rgba(52, 80, 102, 0.14); border-radius: var(--radius); box-shadow: 0 12px 28px rgba(23, 50, 77, 0.07); }
.card, .price-card, .steps article { padding: 1.35rem; }
.card p, .price-card p, .steps p { color: var(--color-muted); }
.split-section { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 2rem; align-items: start; padding: var(--space-section) 0; }
.soft, .muted { width: 100%; max-width: none; padding-left: max(1rem, calc((100% - var(--max-width)) / 2)); padding-right: max(1rem, calc((100% - var(--max-width)) / 2)); background: var(--color-blue-gray); }
.steps span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 1rem; border-radius: 50%; background: rgba(138, 168, 151, 0.2); color: var(--color-sage-dark); font-weight: 850; }
.price-card strong { display: block; margin: 0.8rem 0; color: var(--color-sage-dark); font-size: 1.35rem; }
.note { max-width: 820px; margin: 1.4rem 0; color: var(--color-muted); }
.faq-list { display: grid; gap: 0.75rem; }
details { background: var(--color-white); border: 1px solid rgba(52, 80, 102, 0.14); border-radius: var(--radius-small); padding: 1rem 1.1rem; }
summary { color: var(--color-navy); cursor: pointer; font-weight: 800; }
details p { margin: 0.8rem 0 0; color: var(--color-muted); }
.check-list { margin: 0; padding-left: 1.2rem; color: var(--color-muted); }
.check-list li { margin-bottom: 0.55rem; }
.final-cta { margin-top: var(--space-section); margin-bottom: var(--space-section); padding: clamp(2rem, 6vw, 4rem); border-radius: calc(var(--radius) + 10px); background: var(--color-navy); color: var(--color-white); text-align: center; }
.final-cta h2 { color: var(--color-white); }
.final-cta .button { background: var(--color-white); color: var(--color-navy); border-color: var(--color-white); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr); gap: 1.5rem; padding-bottom: var(--space-section); }
.contact-form, .contact-card { padding: clamp(1.25rem, 4vw, 2rem); }
label { display: block; margin: 1rem 0 0.35rem; color: var(--color-navy); font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid rgba(52, 80, 102, 0.22); border-radius: var(--radius-small); padding: 0.85rem 0.9rem; color: var(--color-text); background: #fffdf9; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(138, 168, 151, 0.28); border-color: var(--color-sage-dark); }
.contact-form .button { margin-top: 1.2rem; }
.site-footer { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr); gap: 1.5rem; padding: 3rem max(1rem, calc((100% - var(--max-width)) / 2)); background: #142a40; color: rgba(255, 255, 255, 0.78); }
.site-footer h2, .site-footer h3 { color: var(--color-white); }
.site-footer a { color: #d9e8df; }
.footer-disclaimer, .copyright { grid-column: 1 / -1; margin: 0; font-size: 0.92rem; }
.footer-disclaimer { padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.14); }
@media (max-width: 980px) { .hero, .split-section, .contact-layout { grid-template-columns: 1fr; } .card-grid.three, .steps, .card-grid.five { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 780px) { .navbar { align-items: flex-start; padding: 0.85rem 0; min-height: auto; flex-wrap: wrap; } .nav-toggle { display: inline-flex; } .nav-menu { display: none; width: 100%; align-items: stretch; flex-direction: column; padding: 0.75rem 0 0.35rem; } .nav-menu.is-open { display: flex; } .nav-menu a { padding: 0.35rem 0; } .nav-menu .button { margin-top: 0.3rem; } .hero { padding-top: 3rem; } .card-grid.two, .card-grid.three, .card-grid.five, .price-grid, .steps, .site-footer { grid-template-columns: 1fr; } }
@media (max-width: 520px) { h1 { font-size: 2.25rem; } .button, .button-row, .button-row .button { width: 100%; } .trust-strip { justify-content: stretch; } .trust-strip span { width: 100%; text-align: center; } }
