:root {
  --orange: #f08a3a;
  --orange-dark: #e06a22;
  --ink: #2c211c;
  --muted: #6a564c;
  --line: #f0d9c8;
  --bg: #fff6ee;
  --card: #ffffff;
  --ok: #1f8a4c;
  --shadow: 0 18px 40px rgba(224, 122, 50, 0.16);
  --radius: 22px;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(820px 420px at -8% 8%, rgba(255, 176, 110, 0.45), transparent 60%),
    radial-gradient(680px 380px at 108% 18%, rgba(146, 214, 168, 0.38), transparent 58%),
    radial-gradient(700px 420px at 50% 100%, rgba(255, 214, 150, 0.4), transparent 55%),
    var(--bg);
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.crumbs {
  width: min(1120px, calc(100% - 32px));
  margin: 12px auto 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}
.crumbs a { color: var(--orange-dark); font-weight: 800; text-decoration: none; }
.crumbs span[aria-hidden] { margin: 0 6px; }

.topbar {
  background: linear-gradient(90deg, #ff9a4a 0%, #ffb067 55%, #ffd08a 100%);
  color: #3d2416;
  font-size: 14px;
}
.topbar .wrap {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3ddc84;
  box-shadow: 0 0 0 4px rgba(61, 220, 132, 0.18);
}
.topbar a { text-decoration: none; font-weight: 800; letter-spacing: 0.01em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 248, 242, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(240, 154, 74, 0.18);
}
.site-header .wrap {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.logo { width: min(240px, 52vw); height: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  background: var(--orange);
  color: #1c1c1c;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { background: var(--orange-dark); color: #fff; transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; color: #fff; }
.btn-block { width: 100%; }
.btn.header-call { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 196px 0 28px;
  margin: 0;
  width: 100%;
  border-radius: 0;
}
.hero-scene {
  position: absolute;
  inset: 0 0 auto 0;
  height: 230px;
  background: url("hero.png") center 42% / cover no-repeat;
  animation: scene-drift 26s ease-in-out infinite alternate;
}
.hero-scene::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(transparent, #fff8f2);
}
.hero-grid { position: relative; z-index: 1; }
@keyframes scene-drift {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to { transform: scale(1.06) translate3d(-1.5%, -1%, 0); }
}
.hero-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #fff, #fff4e8);
  color: #9a4e16;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(224, 122, 50, 0.16);
}
.badge .dot { width: 8px; height: 8px; box-shadow: none; }
h1 {
  margin: 16px 0 10px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
h1 em {
  font-style: normal;
  color: var(--orange-dark);
}
.lead { margin: 0; color: var(--muted); font-size: 18px; max-width: 38rem; }
.checks { list-style: none; padding: 18px 0 0; margin: 0; display: grid; gap: 10px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; }
.check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: #e8f6ee;
  color: var(--ok);
  display: grid;
  place-items: center;
  font-size: 13px;
}
.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}
.stars { color: #f5b400; letter-spacing: 1px; }
.stats strong { color: var(--ink); }

.form-card {
  scroll-margin-top: 92px;
  background: var(--card);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.advisor {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff4eb;
  color: var(--orange-dark);
  display: grid;
  place-items: center;
  font-weight: 800;
  border: 2px solid #ffd7b8;
}
.advisor strong { display: block; }
.advisor p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }
.online { color: var(--ok); font-weight: 800; }
.form-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0 8px;
  font-size: 13px;
  font-weight: 800;
}
.pill {
  background: linear-gradient(90deg, #ff9a4a, #ffb067);
  color: #3d2416;
  border-radius: 999px;
  padding: 6px 10px;
}
.track { height: 6px; background: #eeeae5; border-radius: 99px; overflow: hidden; }
.track span { display: block; height: 100%; width: 20%; background: var(--orange); border-radius: inherit; }
.form-card h2 { margin: 16px 0 4px; font-size: 26px; letter-spacing: -0.03em; }
.hint { margin: 0 0 14px; color: var(--muted); }
.choices { display: grid; gap: 10px; }
.choice {
  text-align: left;
  background: #faf8f6;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  padding: 14px 14px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 800;
}
.choice small { display: block; font-weight: 600; color: var(--muted); }
.choice:hover, .choice.is-selected {
  border-color: var(--orange);
  background: linear-gradient(90deg, #fff7f1, #fff);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(240, 138, 58, 0.16);
}
.choice-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  border: 1px solid var(--line);
}
.field { display: grid; gap: 6px; margin-bottom: 12px; }
.field span { font-weight: 800; font-size: 14px; }
input[type="text"], input[type="tel"] {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 14px 14px;
  background: #fff;
}
input:focus { outline: 2px solid rgba(250, 146, 75, 0.45); border-color: var(--orange); }
.error { color: #b42318; font-size: 13px; font-weight: 700; margin: 0 0 8px; }
.form-actions { display: flex; gap: 10px; align-items: center; }
.linkish {
  background: none;
  border: 0;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
  padding: 10px;
}
.reassure {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.summary { list-style: none; padding: 0; margin: 0 0 14px; display: grid; gap: 8px; }
.summary li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: #faf8f6;
  border-radius: 12px;
  padding: 10px 12px;
}
.summary span { color: var(--muted); }
.success-actions { display: grid; gap: 10px; }

.section { padding: 54px 0; }
.band {
  background: linear-gradient(180deg, rgba(255, 228, 204, 0.55), rgba(255, 244, 230, 0.2));
  width: 100%;
}
.band-mint {
  background: linear-gradient(180deg, rgba(214, 242, 224, 0.7), rgba(255, 248, 240, 0.3));
  width: 100%;
}
.section h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.section-intro { margin: 0 0 22px; color: var(--muted); max-width: 40rem; }

.cards { display: grid; gap: 12px; }
.service, .review, .step, .faq details {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.04);
}
.service {
  padding: 18px;
  text-decoration: none;
  display: block;
  box-shadow: 0 10px 24px rgba(224, 122, 50, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.service:nth-child(3n+1) { background: linear-gradient(180deg, #fff, #fff4ea); }
.service:nth-child(3n+2) { background: linear-gradient(180deg, #fff, #f3fbf6); }
.service:nth-child(3n) { background: linear-gradient(180deg, #fff, #fff8e8); }
.service:hover { border-color: #ffc48a; transform: translateY(-4px); box-shadow: 0 16px 32px rgba(224, 122, 50, 0.18); }
.service h3 { margin: 8px 0 4px; font-size: 18px; }
.service p { margin: 0; color: var(--muted); }
.arrow { color: var(--orange-dark); font-weight: 800; }

.reviews { display: grid; gap: 12px; }
.review { padding: 18px; }
.review header { display: flex; justify-content: space-between; gap: 8px; align-items: baseline; }
.review p { margin: 10px 0 0; }
.who { color: var(--muted); font-size: 14px; font-weight: 700; }

.split { display: grid; gap: 14px; }
.point { background: #fff; border-radius: 20px; padding: 18px; }
.point h3 { margin: 0 0 6px; }
.point p { margin: 0; color: var(--muted); }

.steps { display: grid; gap: 12px; }
.step { padding: 18px; display: grid; grid-template-columns: auto 1fr; gap: 12px; }
.num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(160deg, #ffb067, #f08a3a);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(240, 138, 58, 0.35);
}
.step h3 { margin: 4px 0; }
.step p { margin: 0; color: var(--muted); }

.faq-intro { margin: 0 0 18px; color: var(--muted); max-width: 46rem; }
.places { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; }
.places a {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.places a small { display: block; margin-top: 2px; font-weight: 700; color: var(--muted); }
.places a:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(224, 122, 50, 0.16); border-color: #ffc48a; }
.faq details { padding: 4px 16px; }
.faq summary { cursor: pointer; font-weight: 800; padding: 14px 0; }
.faq details p { margin: 0 0 14px; color: var(--muted); }

.cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 0;
  padding: 40px max(22px, calc((100% - 1120px) / 2));
  display: grid;
  gap: 14px;
  background:
    linear-gradient(105deg, rgba(61, 36, 22, 0.82), rgba(224, 106, 34, 0.55)),
    url("hero.png") center / cover no-repeat;
  box-shadow: 0 18px 40px rgba(224, 122, 50, 0.28);
}
.cta p { margin: 0; color: #ffe8d4; }
.cta .btn { justify-self: start; }
.section:has(.cta) { padding: 0; }
.section:has(.cta) .wrap { width: 100%; }

.site-footer { padding: 28px 0 110px; color: var(--muted); font-size: 14px; }
.site-footer .wrap { display: grid; gap: 8px; }
.site-footer a { font-weight: 800; }
.legal { padding: 32px 0 120px; }
.legal h1 { font-size: 36px; }
.legal p, .legal li { color: var(--muted); }

.mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  border-top: 1px solid var(--line);
  z-index: 30;
}

@media (min-width: 880px) {
  .hero-scene {
    inset: -4%;
    height: auto;
    background:
      linear-gradient(100deg, rgba(255, 248, 242, 0.94) 0%, rgba(255, 244, 232, 0.78) 36%, rgba(255, 236, 214, 0.28) 58%, rgba(255, 214, 176, 0.05) 100%),
      url("hero.png") center right / cover no-repeat;
  }
  .hero-scene::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scene { animation: none; }
  .service, .choice, .btn { transition: none; }
}

@media (min-width: 880px) {
  .btn.header-call { display: inline-flex; }
  .hero { padding: 48px 0 36px; }
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 48px; }
  .form-card { position: sticky; top: calc(var(--header) + 16px); padding: 22px; }
  .cards, .reviews, .split { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .step { grid-template-columns: 1fr; }
  .cta { grid-template-columns: 1fr auto; align-items: center; padding-top: 48px; padding-bottom: 48px; }
  .mobile-bar { display: none; }
  .site-footer { padding-bottom: 40px; }
  .legal { padding-bottom: 48px; }
}
