:root{
  --bg:#fff8fc;
  --bg2:#fffdf8;
  --card:#ffffffea;
  --text:#5a2142;
  --muted:#8d5c79;
  --rose:#f06292;
  --rose-2:#d94b87;
  --wine:#8b2c5d;
  --cream:#fff4ea;
  --line:#f3d8e5;
  --shadow:0 20px 60px rgba(139, 44, 93, .10);
  --shadow-soft:0 12px 30px rgba(139, 44, 93, .08);
  --radius:26px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color:var(--text);
  background:
    radial-gradient(700px 360px at 10% 0%, rgba(240,98,146,.12), transparent 60%),
    radial-gradient(700px 380px at 100% 10%, rgba(255,214,231,.9), transparent 52%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  min-height:100vh;
  overflow-x:hidden;
}

.bg-deco{
  position:fixed;
  border-radius:999px;
  filter:blur(20px);
  pointer-events:none;
  opacity:.5;
  z-index:0;
}
.deco-1{
  width:220px;height:220px;
  background:rgba(240,98,146,.18);
  top:60px;left:-60px;
}
.deco-2{
  width:260px;height:260px;
  background:rgba(255,233,243,.95);
  top:120px;right:-80px;
}
.deco-3{
  width:180px;height:180px;
  background:rgba(255,244,234,.95);
  bottom:40px;left:20%;
}

.wrap{
  position:relative;
  z-index:2;
  width:min(1080px, 92%);
  margin:0 auto;
  padding:34px 0 50px;
}

.hero{
  text-align:center;
  margin-bottom:22px;
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.85);
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
  font-size:13px;
  font-weight:800;
  color:var(--wine);
  margin-bottom:14px;
}

.hero h1{
  margin:0 0 12px;
  font-size:clamp(34px, 6vw, 58px);
  line-height:1;
  letter-spacing:-.04em;
  color:var(--wine);
  font-weight:900;
}

.hero-text{
  width:min(760px, 100%);
  margin:0 auto;
  font-size:17px;
  line-height:1.65;
  color:var(--muted);
  font-weight:600;
}

.hero-mini{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}

.mini-card{
  background:rgba(255,255,255,.82);
  border:1px solid var(--line);
  border-radius:20px;
  padding:16px;
  box-shadow:var(--shadow-soft);
}

.mini-card strong{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--muted);
  margin-bottom:5px;
}

.mini-card span{
  font-size:17px;
  font-weight:800;
  color:var(--wine);
}

.card-tour{
  background:var(--card);
  backdrop-filter:blur(12px);
  border:1px solid rgba(243,216,229,.9);
  border-radius:32px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.tour-head{
  padding:24px 24px 18px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(420px 150px at 100% 0%, rgba(240,98,146,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,248,252,.88));
}

.steps{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

.step-pill{
  padding:8px 13px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}

.step-pill.active{
  background:linear-gradient(90deg, #ffe7f1, #fff3f8);
  color:var(--wine);
  border-color:#efbdd2;
  box-shadow:0 10px 24px rgba(240,98,146,.10);
}

.tour-head h2{
  margin:0 0 6px;
  font-size:28px;
  letter-spacing:-.03em;
  color:var(--wine);
}

.tour-head p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  font-weight:600;
}

form{
  padding:20px 24px 24px;
}

.tour-step{display:none}
.tour-step.active{display:block}

.field-group{margin-bottom:16px}

label{
  display:block;
  margin-bottom:7px;
  font-size:14px;
  font-weight:800;
  color:var(--wine);
}

label span{
  color:var(--muted);
  font-weight:700;
}

input,
textarea{
  width:100%;
  border:1px solid #efd6e2;
  background:#fffdfd;
  border-radius:18px;
  padding:14px 14px;
  font-size:15px;
  color:var(--text);
  outline:none;
  transition:.18s ease;
}

textarea{
  min-height:100px;
  resize:vertical;
}

input:focus,
textarea:focus{
  border-color:#ec8eb3;
  box-shadow:0 0 0 5px rgba(240,98,146,.12);
  background:#fff;
}

.soft-box{
  margin-top:10px;
  background:linear-gradient(180deg, #fff7fb, #fff2f7);
  border:1px solid #f2d2e1;
  border-radius:18px;
  padding:14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.choice-top h3,
.summary-box h3{
  margin:0 0 6px;
  font-size:24px;
  color:var(--wine);
  letter-spacing:-.02em;
}

.choice-top p,
.summary-box p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.55;
  font-weight:600;
}

.numbers-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}

.num-btn{
  border:none;
  border-radius:20px;
  padding:16px 10px;
  background:linear-gradient(180deg, #ffffff, #fff6fa);
  border:1px solid #f0d8e4;
  color:var(--wine);
  font-size:18px;
  font-weight:900;
  cursor:pointer;
  box-shadow:var(--shadow-soft);
  transition:.18s ease;
}

.num-btn:hover{
  transform:translateY(-2px);
  border-color:#e7a8c4;
}

.num-btn.active{
  background:linear-gradient(135deg, #f06292, #c83f79);
  color:#fff;
  border-color:#c83f79;
  box-shadow:0 16px 34px rgba(200,63,121,.22);
}

.selected-box{
  margin-top:16px;
  border-radius:18px;
  padding:14px 16px;
  background:linear-gradient(180deg, #fff8fb, #fff2f7);
  border:1px solid #f2d4e2;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.selected-box span{
  color:var(--muted);
  font-weight:700;
}

.selected-box strong{
  font-size:24px;
  color:var(--wine);
  letter-spacing:.03em;
}

.summary-box{
  background:linear-gradient(180deg, #fff9fc, #fff3f8);
  border:1px solid #f2d7e3;
  border-radius:20px;
  padding:16px;
  margin-bottom:16px;
}

.pay-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.pay-card{
  background:#fff;
  border:1px solid #efd8e4;
  border-radius:22px;
  padding:18px;
  box-shadow:var(--shadow-soft);
}

.pay-card.accent{
  background:linear-gradient(180deg, #fff8fb, #fff1f7);
}

.pay-card h4{
  margin:0 0 14px;
  font-size:20px;
  color:var(--wine);
  letter-spacing:-.02em;
}

.pay-card p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.6;
  font-weight:600;
}

.pay-line{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid #f5e1ea;
}

.pay-line:last-child{border-bottom:none}

.pay-line span{
  color:var(--muted);
  font-weight:700;
}

.pay-line strong{
  color:var(--wine);
  text-align:right;
}

.total-line strong{
  font-size:20px;
}

.wa-box{
  margin:14px 0;
  padding:14px;
  border-radius:18px;
  text-align:center;
  background:#fff;
  border:1px solid #edcade;
  color:var(--wine);
  font-size:22px;
  font-weight:900;
  box-shadow:var(--shadow-soft);
}

.wa-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:100%;
  min-height:50px;
  padding:14px 18px;
  border-radius:18px;
  background:linear-gradient(90deg, #c9457d, #a92f63);
  color:#fff;
  font-weight:900;
  text-align:center;
  box-shadow:0 18px 38px rgba(169,47,99,.22);
}

.notice{
  margin-top:12px;
  font-size:13px;
  color:var(--muted);
  line-height:1.5;
  font-weight:700;
}

.tour-actions{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--line);
  flex-wrap:wrap;
}

.btn{
  border:none;
  border-radius:18px;
  padding:14px 18px;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  transition:.18s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn.primary{
  background:linear-gradient(90deg, #e95a90, #b7366b);
  color:#fff;
  box-shadow:0 18px 38px rgba(183,54,107,.20);
}

.btn.secondary{
  background:#fff;
  color:var(--wine);
  border:1px solid #efd6e2;
  box-shadow:var(--shadow-soft);
}

.form-msg{
  margin-top:14px;
  padding:12px 14px;
  border-radius:16px;
  font-weight:800;
  display:none;
}

.form-msg.error{
  background:#fff1f4;
  color:#a12555;
  border:1px solid #f3c5d6;
}

@media (max-width: 860px){
  .hero-mini,
  .pay-grid{
    grid-template-columns:1fr;
  }

  .numbers-grid{
    grid-template-columns:repeat(3, 1fr);
  }
}

@media (max-width: 560px){
  .wrap{
    width:min(94%, 94%);
    padding:20px 0 36px;
  }

  .tour-head,
  form{
    padding-left:16px;
    padding-right:16px;
  }

  .numbers-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .hero h1{
    font-size:34px;
  }

  .selected-box strong{
    font-size:20px;
  }

  .wa-box{
    font-size:18px;
  }
}