
:root {
  --bg: #f6f4ef;
  --paper: #fffdfa;
  --paper-2: #f1efe7;
  --ink: #182128;
  --muted: #5f6973;
  --line: rgba(24,33,40,.1);
  --accent: #a36e54;
  --accent-soft: #ead9cc;
  --sage: #dbe7df;
  --shadow: 0 24px 70px rgba(24,33,40,.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(163,110,84,.08), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(96,144,125,.09), transparent 30%),
    linear-gradient(180deg, #f7f5f0 0%, #f3f0e9 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
a:hover { opacity: .9; }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  padding: 18px 0 10px;
}

.topbar-inner {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: rgba(255,253,250,.75);
  border: 1px solid rgba(24,33,40,.08);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(24,33,40,.05);
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent-soft), #fff);
  border: 1px solid rgba(24,33,40,.08);
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.brand-text strong,
.footer-brand strong {
  display: block;
  font-weight: 600;
  letter-spacing: -.02em;
}

.brand-text span,
.address,
.muted,
small,
.faq p,
.timeline p,
.guide p,
.form-card p,
.page-hero p,
.page-block p,
.footer-meta,
.footer-nav,
.note-panel p,
.footnote,
.legal-note,
.steps-list li,
.badge-row span,
.why-grid p {
  color: var(--muted);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  background: rgba(255,255,255,.68);
  border: 1px solid transparent;
}

.nav a:hover,
.nav a.active {
  background: #fff;
  border-color: rgba(24,33,40,.08);
}

.hero {
  padding: 28px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr .85fr;
  gap: 22px;
  align-items: stretch;
}

.hero-main,
.hero-side,
.guide,
.why-card,
.timeline,
.faq,
.form-card,
.page-block,
.footer-shell,
.note-panel {
  background: rgba(255,253,250,.92);
  border: 1px solid rgba(24,33,40,.08);
  box-shadow: var(--shadow);
}

.hero-main {
  border-radius: 38px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.hero-main:before {
  content: "";
  position: absolute;
  inset: auto -60px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(163,110,84,.12), transparent 68%);
}

.eyebrow {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--paper-2);
  border: 1px solid rgba(24,33,40,.08);
  font-size: 13px;
  letter-spacing: .02em;
  margin-bottom: 18px;
}

.hero-main h1,
.page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.hero-main h1 {
  font-size: clamp(3rem, 7vw, 5.7rem);
  max-width: 11ch;
}

.hero-main p.lead {
  font-size: 18px;
  max-width: 58ch;
  margin: 18px 0 26px;
  color: #33404a;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 26px;
}

.btn,
button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 600;
}

.btn-primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 14px 34px rgba(24,33,40,.18);
}

.btn-secondary {
  background: white;
  border: 1px solid rgba(24,33,40,.1);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge-row span {
  padding: 9px 12px;
  background: rgba(219,231,223,.55);
  border-radius: 999px;
  border: 1px solid rgba(24,33,40,.06);
  font-size: 13px;
}

.hero-side {
  border-radius: 30px;
  padding: 22px;
  display: grid;
  gap: 16px;
}

.note-panel {
  border-radius: 24px;
  padding: 20px;
}

.note-panel h3,
.section-head h2,
.guide h3,
.why-card h3,
.timeline h3,
.faq h3,
.form-card h3,
.page-block h2,
.page-block h3,
.thank-box h2 {
  margin: 0 0 10px;
  letter-spacing: -.03em;
}

.note-panel h3,
.guide h3,
.why-card h3,
.timeline h3,
.faq h3,
.form-card h3,
.page-block h3,
.thank-box h2 {
  font-size: 1.18rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.metric {
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f7f4ee);
  border: 1px solid rgba(24,33,40,.08);
}

.metric strong {
  display: block;
  font-size: 1.5rem;
  letter-spacing: -.03em;
}

.section {
  padding: 22px 0;
}

.section-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 500;
  line-height: 1.06;
}

.section-kicker {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--accent);
  margin-bottom: 12px;
}

.guides-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 22px;
  align-items: start;
}

.side-rail {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 16px;
}

.side-rail .note-panel { background: rgba(255,250,245,.9); }

.guides-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.guide {
  border-radius: 30px;
  padding: 22px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
}

.guide-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--paper-2);
  border: 1px solid rgba(24,33,40,.08);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.price {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -.03em;
}

.guide ul,
.steps-list,
.page-list,
.footer-links {
  padding-left: 18px;
}

.guide ul {
  margin: auto 0 0;
}

.guide li,
.page-list li,
.footer-links li { margin-bottom: 8px; }

.why-grid,
.faq-grid,
.page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.why-card,
.faq,
.page-block {
  border-radius: 28px;
  padding: 22px;
}

.timeline-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
}

.timeline {
  border-radius: 30px;
  padding: 24px;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.steps-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(24,33,40,.08);
}

.steps-list li:last-child { border-bottom: 0; }

.step-num {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f2ece4);
  border: 1px solid rgba(24,33,40,.08);
  font-weight: 700;
}

.steps-list strong,
.page-list strong { color: var(--ink); }

.inquiry-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 18px;
}

.form-card {
  border-radius: 32px;
  padding: 26px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field,
textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 16px;
  border: 1px solid rgba(24,33,40,.12);
  background: white;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.field-wrap.full { grid-column: 1 / -1; }
label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #394651;
}

.inline-note {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(219,231,223,.48);
  border: 1px solid rgba(24,33,40,.08);
  margin-top: 16px;
  font-size: 14px;
}

.page-hero {
  padding: 42px 0 20px;
}

.page-hero-shell {
  background: rgba(255,253,250,.92);
  border: 1px solid rgba(24,33,40,.08);
  border-radius: 38px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
.page-hero p { max-width: 60ch; font-size: 17px; }

.page-stack { display: grid; gap: 18px; padding-bottom: 26px; }
.page-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.thank-shell {
  padding: 36px 0 28px;
}

.thank-box {
  background: rgba(255,253,250,.94);
  border: 1px solid rgba(24,33,40,.08);
  border-radius: 40px;
  box-shadow: var(--shadow);
  padding: 34px;
  max-width: 860px;
  margin: 0 auto;
}

.footer {
  padding: 24px 0 34px;
}

.footer-shell {
  border-radius: 36px;
  padding: 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 18px;
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-links,
.footer-nav { margin: 0; }

.disclaimer {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(243,239,231,.8);
  border: 1px solid rgba(24,33,40,.08);
  font-size: 14px;
  color: #33404a;
}

hr.sep {
  border: 0;
  height: 1px;
  background: rgba(24,33,40,.08);
  margin: 18px 0;
}

@media (max-width: 1080px) {
  .hero-grid,
  .guides-layout,
  .timeline-wrap,
  .inquiry-layout,
  .footer-grid,
  .section-head,
  .page-grid.three {
    grid-template-columns: 1fr;
  }

  .side-rail { position: static; }
}

@media (max-width: 760px) {
  .topbar-inner { border-radius: 24px; align-items: start; }
  .nav { justify-content: flex-start; }
  .guides-grid,
  .why-grid,
  .faq-grid,
  .page-grid,
  .form-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .hero-main,
  .hero-side,
  .guide,
  .why-card,
  .timeline,
  .faq,
  .form-card,
  .page-block,
  .footer-shell,
  .page-hero-shell,
  .thank-box { padding: 22px; border-radius: 26px; }

  .hero-main h1 { max-width: 9ch; }
  .cta-row { flex-direction: column; align-items: stretch; }
}
