:root {
  --ink: #30252d;
  --muted: #6f6269;
  --paper: #fffaf7;
  --white: #ffffff;
  --coral: #e66262;
  --coral-dark: #bd404b;
  --rose: #f8d9d4;
  --sage: #e3eee7;
  --line: #eadfda;
  --shadow: 0 18px 50px rgba(87, 45, 55, .10);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; background: var(--ink); color: #fff; padding: 10px 14px; z-index: 999; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,250,247,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(234,223,218,.85); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; font-size: 1.16rem; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--coral), #ef8f75); box-shadow: 0 8px 20px rgba(230,98,98,.25); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { text-decoration: none; font-weight: 650; font-size: .93rem; color: #594c52; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--coral-dark); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--ink); color: #fff !important; }
.menu-btn { display: none; border: 0; background: #fff; width: 44px; height: 44px; border-radius: 12px; font-size: 1.4rem; color: var(--ink); box-shadow: 0 4px 16px rgba(80,43,51,.08); cursor: pointer; }

.hero { padding: 68px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .76rem; color: var(--coral-dark); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.035em; margin-top: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.7rem); font-weight: 600; margin: 18px 0 24px; }
h1 em { color: var(--coral); font-style: italic; font-weight: 500; }
.hero-copy > p { max-width: 620px; font-size: 1.14rem; color: var(--muted); margin: 0 0 30px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 12px 30px rgba(230,98,98,.28); }
.btn-secondary { background: #fff; border-color: var(--line); }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -26px -26px auto auto; width: 155px; height: 155px; border-radius: 50%; background: var(--sage); z-index: -1; }
.hero-image { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 170px 170px 28px 28px; box-shadow: var(--shadow); background: linear-gradient(145deg, var(--rose), var(--sage)); }
.note-card { position: absolute; left: -38px; bottom: 28px; width: min(290px, 72%); padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7); }
.note-card strong { display: block; color: var(--coral-dark); margin-bottom: 4px; }
.note-card span { color: var(--muted); font-size: .9rem; }

.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.14); }
.trust-item { padding: 26px 30px; background: var(--ink); display: flex; gap: 14px; align-items: flex-start; }
.trust-icon { color: #f6a199; font-size: 1.25rem; }
.trust-item strong { display: block; margin-bottom: 2px; }
.trust-item span { color: #cabfc5; font-size: .88rem; }

.section { padding: 92px 0; }
.section.alt { background: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 38px; }
.section-head h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 5vw, 4rem); margin: 12px 0 0; font-weight: 600; }
.section-head p { max-width: 480px; color: var(--muted); margin: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.topic-card { min-height: 320px; padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; box-shadow: 0 9px 35px rgba(86,45,55,.05); }
.topic-card:nth-child(2) { background: #f5faf6; }
.topic-card:nth-child(3) { background: #fff5f2; }
.card-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--rose); color: var(--coral-dark); font-weight: 900; }
.topic-card h3 { font-size: 1.45rem; margin: 52px 0 12px; }
.topic-card p { margin: 0 0 22px; color: var(--muted); }
.text-link { margin-top: auto; color: var(--coral-dark); text-decoration: none; font-weight: 850; }
.text-link:hover { text-decoration: underline; }

.steps { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.steps h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 4.2rem); font-weight: 600; margin: 14px 0 18px; }
.steps-intro p { color: var(--muted); }
.step-list { display: grid; gap: 14px; }
.step { padding: 24px 26px; border-radius: 20px; border: 1px solid var(--line); background: #fff; display: grid; grid-template-columns: 50px 1fr; gap: 18px; }
.step-badge { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 900; }
.step h3 { margin: 3px 0 7px; font-size: 1.1rem; }
.step p { margin: 0; color: var(--muted); font-size: .94rem; }

.quote { padding: 48px; border-radius: 30px; background: linear-gradient(135deg, #f6ded9, #edf5ef); text-align: center; }
.quote blockquote { margin: 0 auto 18px; max-width: 800px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.35; }
.quote p { margin: 0; color: var(--muted); }

.content-hero { padding: 70px 0 50px; text-align: center; }
.content-hero h1 { font-size: clamp(2.8rem, 6vw, 4.8rem); max-width: 850px; margin: 16px auto 20px; }
.content-hero p { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 1.06rem; }
.prose-wrap { width: min(820px, calc(100% - 40px)); margin: 0 auto 90px; padding: 42px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 40px rgba(86,45,55,.05); }
.prose-wrap h2 { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; margin-top: 38px; }
.prose-wrap h2:first-child { margin-top: 0; }
.prose-wrap h3 { font-size: 1.25rem; margin-top: 30px; }
.prose-wrap p, .prose-wrap li { color: #5e5258; }
.prose-wrap a { color: var(--coral-dark); }
.callout { margin: 28px 0; padding: 22px 24px; border-left: 4px solid var(--coral); border-radius: 0 16px 16px 0; background: #fff3f0; }
.callout strong { color: var(--ink); }
.article-meta { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; color: var(--muted); font-size: .9rem; margin-top: 20px; }
.contact-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.contact-list li { padding: 16px 18px; border-radius: 14px; background: #fff7f4; }

.site-footer { background: #2a2228; color: #fff; padding: 62px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 50px; padding-bottom: 42px; }
.footer-brand p { max-width: 430px; color: #cfc3c9; }
.footer-title { font-weight: 850; margin-bottom: 14px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #cfc3c9; text-decoration: none; font-size: .94rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #aa9ca3; font-size: .86rem; }

@media (max-width: 850px) {
  .menu-btn { display: grid; place-items: center; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 18px; border-radius: 18px; flex-direction: column; align-items: stretch; gap: 4px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 12px; }
  .nav-cta { text-align: center; margin-top: 4px; }
  .hero-grid, .steps { grid-template-columns: 1fr; gap: 46px; }
  .hero { padding-top: 48px; }
  .hero-visual { width: min(520px, 92%); margin-inline: auto; }
  .note-card { left: -14px; }
  .trust-grid, .card-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero { padding: 38px 0 56px; }
  h1 { font-size: 3.2rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .btn { width: 100%; }
  .section { padding: 68px 0; }
  .prose-wrap { width: calc(100% - 28px); padding: 28px 22px; }
  .quote { padding: 34px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
