
:root {
  --ink: #122033;
  --ink-soft: #35506d;
  --sand: #f6f1e8;
  --paper: #fffdf9;
  --line: #d9cfbf;
  --brand: #0f4c81;
  --brand-deep: #093657;
  --accent: #d97706;
  --accent-soft: #f3c17a;
  --mint: #2f855a;
  --shadow: 0 18px 44px rgba(18, 32, 51, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: linear-gradient(180deg, #f3ece1 0%, #fffdf9 30%, #fffdf9 100%); font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif; line-height: 1.6; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; margin: 0 0 14px; }
p { margin: 0 0 16px; }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(760px, 100%); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 253, 249, 0.9); border-bottom: 1px solid rgba(217, 207, 191, 0.8); backdrop-filter: blur(14px); }
.nav-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 14px 0; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; }
.brand strong { display: block; font-size: 1.05rem; }
.brand small { display: block; color: var(--ink-soft); }
.main-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; font-weight: 600; }
.nav-call { padding: 10px 14px; border-radius: 999px; background: var(--brand); color: #fff; box-shadow: var(--shadow); }
.hero, .page-hero { padding: 56px 0 40px; }
.hero-home { background:
  radial-gradient(circle at top left, rgba(243, 193, 122, 0.32), transparent 34%),
  radial-gradient(circle at right 10% bottom 10%, rgba(15, 76, 129, 0.14), transparent 24%),
  linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0)); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: start; }
.page-grid { align-items: center; }
.hero-copy { padding: 8px 0; }
.eyebrow { margin: 0 0 10px; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 800; }
.lead { font-size: 1.14rem; color: var(--ink-soft); max-width: 58ch; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.hero-badges span { padding: 8px 12px; border-radius: 999px; background: rgba(15, 76, 129, 0.09); border: 1px solid rgba(15, 76, 129, 0.12); font-weight: 700; color: var(--brand-deep); }
.trust-note {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(217, 207, 191, 0.88);
  box-shadow: var(--shadow);
  max-width: 44rem;
}
.trust-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-deep);
}
.trust-note ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 16px;
  color: var(--ink-soft);
}
.trust-note li { margin: 0; }
.hero-link-note {
  margin: -8px 0 26px;
  font-weight: 700;
}
.hero-link-note a {
  color: var(--brand-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.safety-callout {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 16px;
  border-left: 4px solid var(--accent);
  background: rgba(217, 119, 6, 0.08);
  color: var(--ink);
  max-width: 44rem;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 18px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 1px solid transparent; cursor: pointer; }
.button-primary { background: linear-gradient(135deg, var(--brand), #1b6aa8); color: #fff; box-shadow: var(--shadow); }
.button-secondary { background: rgba(255,255,255,0.78); color: var(--ink); border-color: var(--line); }
.mini-grid, .steps-grid, .link-grid, .faq-grid, .feature-grid, .article-grid, .footer-grid { display: grid; gap: 18px; }
.mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mini-card, .lead-card, .intent-card, .article-card, .info-card { background: var(--paper); border: 1px solid rgba(217, 207, 191, 0.88); border-radius: 22px; box-shadow: var(--shadow); }
.mini-card { padding: 20px; }
.lead-card { padding: 24px; }
.lead-card h2 { font-size: 1.4rem; }
.field-group { margin-bottom: 14px; }
.field-group label { display: block; margin-bottom: 6px; font-weight: 700; color: var(--brand-deep); }
.field-group input,
.field-group select,
.field-group textarea { width: 100%; padding: 13px 14px; border: 1px solid #c8baa4; border-radius: 14px; background: #fff; color: var(--ink); font: inherit; }
.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus { outline: 3px solid rgba(217, 119, 6, 0.22); border-color: var(--accent); }
.field-hidden { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.two-up { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.consent-row { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0 12px; font-size: 0.95rem; }
.consent-row input { margin-top: 4px; }
.microcopy { font-size: 0.9rem; color: var(--ink-soft); }
.section { padding: 36px 0; }
.section-head { margin-bottom: 20px; }
.link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.intent-card { padding: 20px; display: block; color: var(--ink); min-height: 148px; background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245, 239, 229, 0.94)); }
.intent-card strong { display: block; font-family: Georgia, serif; font-size: 1.22rem; margin-bottom: 8px; color: var(--brand-deep); }
.intent-card span { color: var(--ink-soft); }
.sand-section { background: linear-gradient(180deg, rgba(246,241,232,0.95), rgba(255,253,249,0.98)); border-top: 1px solid rgba(217, 207, 191, 0.78); border-bottom: 1px solid rgba(217, 207, 191, 0.78); }
.steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.disclosure-band { background: linear-gradient(135deg, rgba(9, 54, 87, 0.95), rgba(15, 76, 129, 0.94)); color: #f8fafc; }
.disclosure-band h2, .disclosure-band p { color: #f8fafc; }
.two-col { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; align-items: center; }
.trust-strip { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.trust-links { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-links a, .stack-links a { display: inline-flex; padding: 10px 12px; border-radius: 999px; background: rgba(15, 76, 129, 0.08); border: 1px solid rgba(15, 76, 129, 0.12); font-weight: 700; }
.article-grid { grid-template-columns: 1.2fr 0.8fr; align-items: start; }
.article-card { padding: 24px; }
.copy-block + .copy-block { margin-top: 24px; }
.info-card { padding: 24px; position: sticky; top: 100px; }
.stack-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.faq-grid { grid-template-columns: 0.8fr 1.2fr; align-items: start; }
.faq-item + .faq-item { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(217, 207, 191, 0.84); }
.page-simple { padding-bottom: 8px; }
.site-footer { background: #132235; color: #edf2f7; margin-top: 36px; padding: 38px 0; }
.site-footer h2, .site-footer h3, .site-footer p, .site-footer a { color: inherit; }
.site-footer ul { margin: 0; padding-left: 18px; }
.site-footer li + li { margin-top: 8px; }
.footer-grid { grid-template-columns: 1.2fr 0.8fr 0.8fr; }
.footer-contact { margin-top: 16px; }
@media (max-width: 960px) {
  .hero-grid, .two-col, .article-grid, .faq-grid, .footer-grid, .steps-grid { grid-template-columns: 1fr; }
  .mini-grid, .link-grid { grid-template-columns: 1fr; }
  .nav-row { align-items: flex-start; flex-direction: column; }
  .main-nav { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 20px, 1120px); }
  .two-up { grid-template-columns: 1fr; }
  .trust-note ul { grid-template-columns: 1fr; }
  .hero, .page-hero { padding-top: 38px; }
  .button, .nav-call { width: 100%; }
}
