*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Nunito", system-ui, sans-serif;
  color: #1f2937;
  background:
    radial-gradient(900px 420px at 8% -10%, #fecdd3 0%, transparent 55%),
    radial-gradient(800px 380px at 96% 0%, #bae6fd 0%, transparent 50%),
    radial-gradient(700px 360px at 70% 110%, #fef08a 0%, transparent 46%),
    #fffaf5;
  line-height: 1.55;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }

:root {
  --coral: #fb7185;
  --sky: #38bdf8;
  --lemon: #facc15;
  --mint: #4ade80;
  --ink: #111827;
  --max: 1120px;
}

.wrap { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }
.skip { position: absolute; left: 12px; top: -40px; }
.skip:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255, 250, 245, 0.82);
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 72px;
  width: min(var(--max), calc(100% - 36px)); margin-inline: auto;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.logo b { font-family: "Sora", sans-serif; letter-spacing: -0.04em; }
.logo small { display: block; font-size: 11px; font-weight: 700; color: #be185d; letter-spacing: 0.08em; text-transform: uppercase; }
.nav { display: flex; gap: 22px; }
.nav a { text-decoration: none; font-weight: 700; }
.nav a:hover { color: #be185d; }
.phone-link {
  text-decoration: none; font-weight: 800; background: #111827; color: #fff;
  padding: 10px 16px; border-radius: 999px;
}
.menu-toggle { display: none; border: 0; background: #fff; width: 44px; height: 44px; border-radius: 12px; cursor: pointer; }

.hero { padding: 56px 0 28px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 36px; align-items: center; }
.kicker {
  display: inline-flex; gap: 8px; align-items: center;
  background: #fff; border-radius: 999px; padding: 6px 12px;
  font-weight: 800; font-size: 13px; color: #be185d;
  box-shadow: 0 8px 24px rgba(251, 113, 133, 0.18);
}
h1, h2, h3 { font-family: "Sora", sans-serif; letter-spacing: -0.05em; line-height: 1.05; margin: 0; }
h1 { font-size: clamp(40px, 6.4vw, 72px); margin: 18px 0 16px; max-width: 13ch; }
h1 span { color: #e11d48; }
.lead { font-size: 19px; max-width: 42ch; color: #4b5563; }
.cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 20px; border-radius: 999px; text-decoration: none;
  font-weight: 800; border: 0; cursor: pointer;
}
.btn-coral { background: #e11d48; color: #fff; }
.btn-sky { background: #0284c7; color: #fff; }
.btn-ghost { background: #fff; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08); }

.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tile {
  border-radius: 28px; padding: 22px; color: #111827; min-height: 150px;
  display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  transform: rotate(-1.2deg);
}
.tile:nth-child(2) { transform: rotate(1.4deg); background: #38bdf8; }
.tile:nth-child(3) { transform: rotate(0.8deg); background: #facc15; }
.tile:nth-child(4) { transform: rotate(-0.6deg); background: #4ade80; }
.tile:nth-child(1) { background: #fb7185; color: #fff; }
.tile b { font-family: "Sora", sans-serif; font-size: 22px; }
.tile span { font-weight: 800; opacity: 0.85; }

.section { padding: 72px 0; }
.section h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 10px; }
.sub { color: #4b5563; max-width: 52ch; margin: 0 0 28px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
  background: #fff; border-radius: 24px; padding: 22px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
.card h3 { font-size: 22px; margin-bottom: 8px; }
.price { font-family: "Sora", sans-serif; font-size: 28px; color: #e11d48; margin: 12px 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.panel {
  background: #fff; border-radius: 28px; padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}
.panel.legal { background: linear-gradient(160deg, #e0f2fe, #fce7f3); }

form { display: grid; gap: 12px; }
label { display: grid; gap: 6px; font-weight: 800; font-size: 13px; }
input, textarea {
  border: 1px solid #e5e7eb; border-radius: 14px; padding: 12px 14px; background: #fff;
}
input:focus, textarea:focus { outline: 3px solid #fecdd3; border-color: #fb7185; }
.hp { position: absolute; left: -9999px; }
.form-status { min-height: 1.4em; font-weight: 800; }
.form-status.is-error { color: #be123c; }
.phones a { font-family: "Sora", sans-serif; font-size: 28px; text-decoration: none; }

.faq details { background: #fff; border-radius: 16px; padding: 14px 18px; margin-bottom: 8px; }
.faq summary { cursor: pointer; font-weight: 800; font-family: "Sora", sans-serif; }
footer { padding: 28px 0 40px; color: #6b7280; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .nav, .phone-link { display: none; }
  .nav.is-open {
    display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 72px;
    background: #fffaf5; padding: 12px 20px 20px; border-bottom: 1px solid #f1f5f9;
  }
  .hero-grid, .cards, .split, .tiles { grid-template-columns: 1fr; }
  .tile { transform: none !important; }
}
