:root {
  --ink: #29434a;
  --ink-soft: #557078;
  --cream: #fffaf4;
  --paper: #ffffff;
  --sage: #dcebe4;
  --sage-deep: #4f7d6c;
  --sky: #dceef3;
  --sky-deep: #477c8c;
  --peach: #f7dfd1;
  --coral: #c86f59;
  --sun: #f5d98e;
  --line: rgba(41, 67, 74, 0.12);
  --shadow: 0 18px 50px rgba(41, 67, 74, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: .75rem 1rem;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.section { padding: 84px 0; }
.section-tight { padding: 56px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--sage-deep);
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--sun);
}
h1, h2, h3 { line-height: 1.1; margin-top: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 7vw, 5.4rem); max-width: 12ch; }
h2 { font-size: clamp(2rem, 4.2vw, 3.5rem); }
h3 { font-size: 1.35rem; }
p { margin-top: 0; }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: var(--ink-soft); max-width: 62ch; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 12px 24px rgba(200,111,89,.22); }
.btn-secondary { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-small { min-height: 42px; padding: 9px 16px; font-size: .94rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(255,250,244,.9);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-size: .98rem; }
.brand-text span { font-size: .78rem; color: var(--ink-soft); margin-top: 4px; }
.nav-toggle { display: none; border: 0; background: transparent; font: inherit; font-weight: 800; color: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 19px; }
.site-nav > a { text-decoration: none; font-weight: 700; font-size: .93rem; }
.site-nav > a:not(.btn):hover { color: var(--coral); }

.hero { position: relative; overflow: hidden; padding: 72px 0 82px; }
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  z-index: -1;
}
.hero::before { width: 390px; height: 390px; background: var(--sky); right: -130px; top: -80px; }
.hero::after { width: 280px; height: 280px; background: var(--peach); left: -120px; bottom: -80px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hero-copy p { max-width: 60ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-note { margin: 18px 0 0; color: var(--ink-soft); font-size: .92rem; }
.hero-visual { position: relative; }
.hero-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 14px;
  transform: rotate(1.5deg);
}
.hero-card img { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 24px; }
.hero-badge {
  position: absolute;
  left: -24px;
  bottom: 24px;
  max-width: 240px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 16px 18px;
  font-weight: 800;
}
.hero-badge span { display: block; margin-top: 4px; color: var(--ink-soft); font-weight: 600; font-size: .88rem; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.58); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 20px 16px; text-align: center; font-weight: 800; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item span { display: block; font-size: .78rem; color: var(--ink-soft); font-weight: 650; margin-top: 2px; }

.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.intro-copy { font-size: 1.1rem; color: var(--ink-soft); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--sage-deep);
  font-weight: 900;
}

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 28px; box-shadow: 0 12px 28px rgba(41,67,74,.06); }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; margin-bottom: 18px; font-size: 1.5rem; }
.card:nth-child(1) .card-icon { background: var(--sky); }
.card:nth-child(2) .card-icon { background: var(--peach); }
.card:nth-child(3) .card-icon { background: var(--sage); }
.card p { color: var(--ink-soft); margin-bottom: 0; }

.steps-section { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; counter-reset: steps; }
.step { position: relative; padding: 30px; border-radius: var(--radius-md); background: var(--cream); border: 1px solid var(--line); counter-increment: steps; }
.step::before {
  content: counter(steps);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--sun);
  color: var(--ink);
  font-weight: 900;
}
.step p { color: var(--ink-soft); margin-bottom: 0; }

.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: center; }
.portrait-wrap { position: relative; }
.portrait { width: 100%; max-width: 430px; aspect-ratio: 4/5; object-fit: cover; border-radius: 42% 42% 24px 24px; box-shadow: var(--shadow); }
.credential-pill { display: inline-flex; padding: 8px 12px; background: var(--sage); color: var(--sage-deep); border-radius: 999px; font-weight: 800; font-size: .9rem; margin-bottom: 18px; }

.cta-band { padding: 68px 0; }
.cta-box {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(32px, 6vw, 64px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}
.cta-box::after { content: ""; position: absolute; right: -90px; top: -120px; width: 260px; height: 260px; border-radius: 50%; background: rgba(245,217,142,.18); }
.cta-box p { color: rgba(255,255,255,.8); margin-bottom: 0; max-width: 60ch; }
.cta-box .btn-primary { background: var(--sun); color: var(--ink); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 30px; }
.contact-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 13px; }
.contact-list a { text-decoration: none; font-weight: 750; }
.contact-list a:hover { color: var(--coral); }
.secure-note { margin-top: 20px; padding: 14px 16px; border-radius: 14px; background: var(--sky); color: var(--ink); font-size: .92rem; }

.site-footer { padding: 34px 0 42px; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; align-items: center; color: var(--ink-soft); font-size: .9rem; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 68px;
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 8px 4px; }
  .hero-grid, .intro-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-badge { left: 10px; bottom: 12px; }
  .cards, .steps { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .cta-box { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section { padding: 64px 0; }
  .hero { padding-top: 48px; }
  .brand-text span { display: none; }
  .brand img { width: 46px; height: 46px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-badge { position: static; margin: -6px 12px 8px; transform: translateY(-10px); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}

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