/* hit-song-factory.com — єдиний стиль сайту (25.09.2026, за прикладом власника).
   Шавлієвий перший екран, персикові секції з хвилями, кремові картки,
   витончений засічковий шрифт у заголовках, помаранчева кнопка-пігулка з темно-
   зеленим колом-стрілкою. Мінімум тексту, одна дія — відкрити застосунок.
   Рух — лише відгук на натискання; жодних безкінечних анімацій. */
:root {
  --sage: #E3ECDD; --sage-2: #EEF3E9; --sage-deep: #3F5B47; --sage-ink: #2F4636;
  --cream: #FBF6EF; --cream-2: #F5ECE0; --peach: #F6DCC8; --peach-2: #F9E7D8;
  --ink: #2E3430; --muted: #6E746D; --orange: #E0864F; --orange-hi: #EE9C66;
  --sh: 120, 110, 90;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --shadow: 0 1px 2px rgba(var(--sh), .10), 0 10px 24px -10px rgba(var(--sh), .35), 0 24px 44px -24px rgba(var(--sh), .35);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 17px/1.6 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sage-deep); }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; color: var(--sage-deep); margin: 0; letter-spacing: -.01em; line-height: 1.05; }
h1 { font-size: clamp(42px, 8vw, 76px); }
h2 { font-size: clamp(34px, 5.4vw, 52px); }
h3 { font-size: 26px; line-height: 1.15; }
p { margin: 0; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.kicker { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); font-weight: 600; }

/* ---------- Кнопка-пігулка з колом-стрілкою ---------- */
.btn { display: inline-flex; align-items: center; gap: 14px; padding: 7px 7px 7px 26px; border-radius: 999px; border: 0; cursor: pointer;
  background: linear-gradient(180deg, var(--orange-hi), var(--orange)); color: #fff; text-decoration: none;
  font-family: inherit; font-weight: 700; font-size: 17px; line-height: 1.2; white-space: nowrap;
  box-shadow: 0 2px 2px rgba(180, 90, 40, .18), 0 12px 24px -10px rgba(200, 110, 50, .55);
  transition: transform 160ms var(--ease); -webkit-tap-highlight-color: transparent; }
.btn::after { content: ""; flex: none; width: 44px; height: 44px; border-radius: 50%;
  background: var(--sage-deep) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") no-repeat center / 20px; }
.btn:active { transform: scale(.97); }
.btn.small { font-size: 15px; padding-left: 18px; }
.btn.small::after { width: 34px; height: 34px; background-size: 16px; }
.link-arrow { font-weight: 700; color: var(--sage-deep); text-decoration: none; border-bottom: 2px solid rgba(63, 91, 71, .25); }

/* ---------- Шапка ---------- */
.top { position: absolute; top: 0; left: 0; right: 0; z-index: 20; }
.top .wrap { display: flex; align-items: center; height: 76px; gap: 28px; }
.logo { font-family: var(--serif); font-style: italic; font-weight: 700; font-size: 28px; color: var(--sage-deep); text-decoration: none; white-space: nowrap; }
.nav { display: flex; gap: 30px; margin-left: auto; }
.nav a { color: var(--sage-ink); text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.top .btn { margin-left: 8px; }
@media (max-width: 860px) { .nav { display: none; } .top .btn { margin-left: auto; } }
@media (max-width: 520px) { .top .btn { display: none; } }

/* ---------- Перший екран ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--sage) 0%, var(--sage-2) 78%, var(--cream) 100%); padding: 110px 0 40px; }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; min-height: 520px; }
.hero .sub { font-size: 19px; color: var(--sage-ink); opacity: .85; margin: 20px 0 30px; max-width: 470px; }
.hero .note { margin-top: 18px; font-size: 14.5px; color: var(--muted); }
.hero .kicker { margin-bottom: 14px; }
@media (max-width: 860px) {
  .hero { padding-top: 92px; }
  .hero .wrap { grid-template-columns: 1fr; min-height: 0; text-align: center; }
  .hero .sub { margin-left: auto; margin-right: auto; }
}

/* Постамент із кадрами й «летючими» предметами */
.stage { position: relative; aspect-ratio: 1 / 1; max-width: 520px; width: 100%; margin: 0 auto; }
.stage .podium { position: absolute; left: 8%; right: 8%; bottom: 6%; height: 15%; border-radius: 50%;
  background: radial-gradient(ellipse at 50% 35%, #FFFDF8 0%, #F3EBDD 70%, #E7DCC9 100%);
  box-shadow: 0 18px 30px -12px rgba(var(--sh), .45); }
.stage .card { position: absolute; width: 44%; aspect-ratio: 3 / 4; border-radius: 22px; overflow: hidden; border: 6px solid #FFFCF7;
  box-shadow: 0 2px 3px rgba(var(--sh), .15), 0 22px 36px -16px rgba(var(--sh), .55); background: #eee; }
.stage .card img { width: 100%; height: 100%; object-fit: cover; }
.stage .c1 { left: 8%; bottom: 14%; transform: rotate(-8deg); }
.stage .c2 { right: 8%; bottom: 16%; transform: rotate(7deg); }
.stage .c3 { left: 28%; bottom: 13%; width: 46%; z-index: 2; transform: rotate(-1deg); }
.stage .fly { position: absolute; z-index: 3; filter: drop-shadow(0 12px 12px rgba(var(--sh), .3)); }
.stage .f1 { width: 21%; right: 1%; top: 6%; transform: rotate(10deg); }
.stage .f2 { width: 18%; left: 0; top: 12%; transform: rotate(-12deg); }
.dot { position: absolute; border-radius: 50%; }
.d1 { width: 12px; height: 12px; background: #F2B9A6; left: 14%; top: 4%; }
.d2 { width: 9px; height: 9px; background: #E0864F; right: 24%; top: 30%; opacity: .7; }
.d3 { width: 14px; height: 14px; background: #BFD3BD; left: 44%; top: 0; }
.d4 { width: 8px; height: 8px; background: #F2B9A6; right: 6%; bottom: 36%; }

/* ---------- Хвилі між секціями ---------- */
.wave { display: block; width: 100%; height: 70px; }
.sec { padding: 64px 0; }
.sec-peach { background: var(--peach-2); }
.sec-sage { background: var(--sage-2); }
.sec-head { max-width: 640px; margin: 0 auto 34px; text-align: center; }
.sec-head p { color: var(--muted); margin-top: 12px; }

/* ---------- Дві пропозиції ---------- */
.offers { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.offer { display: flex; gap: 22px; align-items: center; padding: 26px; border-radius: 32px; background: #FFFBF5; box-shadow: var(--shadow); }
.offer .medal { flex: none; width: 116px; height: 116px; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle at 35% 30%, #FFFFFF, #F5ECE0 70%); box-shadow: inset 0 0 0 5px #FFF, 0 10px 22px -10px rgba(var(--sh), .5); }
.offer .medal img { width: 72%; }
.offer h3 { margin-bottom: 6px; }
.offer p { color: var(--muted); font-size: 16px; margin-bottom: 14px; }
.offer .price { font-weight: 800; color: var(--ink); font-size: 18px; margin-bottom: 14px; }
.offer .price s { color: var(--muted); font-weight: 500; font-size: 15px; margin-left: 6px; }
@media (max-width: 860px) { .offers { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .offer { flex-direction: column; text-align: center; } }

/* ---------- Картки прикладів ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.item { border-radius: 30px; background: #FFFBF5; padding: 14px 14px 20px; box-shadow: var(--shadow); text-align: center; }
.item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 22px; }
.item h3 { font-size: 22px; margin-top: 14px; color: var(--ink); }
.item span { display: block; margin-top: 4px; font-size: 14px; color: var(--muted); letter-spacing: .04em; }
.cards.four { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) {
  .cards, .cards.four { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 72%; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 18px; }
  .item { scroll-snap-align: start; }
}

/* ---------- Відео-реакції ---------- */
.reels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.reel { position: relative; aspect-ratio: 9 / 16; border-radius: 26px; overflow: hidden; background: #ddd; border: 0; padding: 0; cursor: pointer; box-shadow: var(--shadow); }
.reel img, .reel video { width: 100%; height: 100% !important; object-fit: cover; }
.reel .play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 62px; height: 62px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(255, 252, 247, .94); color: var(--sage-deep); font-size: 22px; }
@media (max-width: 860px) { .reels { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 62%; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; } .reel { scroll-snap-align: start; } }

/* ---------- Кроки ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.step { text-align: center; }
.step b { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%;
  font-family: var(--serif); font-size: 34px; color: var(--sage-deep); background: #FFFBF5; box-shadow: var(--shadow); }
.step h3 { font-size: 24px; margin-bottom: 6px; color: var(--ink); }
.step p { color: var(--muted); font-size: 16px; max-width: 280px; margin: 0 auto; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- Ціна ---------- */
.pricebox { max-width: 720px; margin: 0 auto; padding: 34px 26px; border-radius: 34px; background: #FFFBF5; box-shadow: var(--shadow); text-align: center; }
.pricebox .big { font-family: var(--serif); font-weight: 700; font-size: 64px; color: var(--sage-deep); line-height: 1; }
.pricebox .big s { font-size: 28px; color: var(--muted); margin-left: 10px; }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 22px 0 8px; }
.tiers div { padding: 14px 8px; border-radius: 20px; background: var(--sage-2); font-size: 15px; color: var(--sage-ink); }
.tiers b { display: block; font-size: 19px; }

/* ---------- Питання ---------- */
.faq { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { border-radius: 22px; background: #FFFBF5; box-shadow: var(--shadow); padding: 2px 22px; }
.faq summary { cursor: pointer; list-style: none; font-weight: 700; padding: 16px 28px 16px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 12px; font-size: 24px; color: var(--orange); }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 18px; color: #4a4f4a; }

/* ---------- Фінал і футер ---------- */
.final { text-align: center; }
.final p { color: var(--muted); margin: 14px auto 26px; max-width: 520px; }
.foot { padding: 34px 0 44px; font-size: 14px; color: var(--muted); background: var(--sage-2); }
.foot .wrap { display: grid; gap: 12px; }
.foot nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.foot a { color: var(--sage-ink); text-decoration: none; }
.foot a:hover { text-decoration: underline; }

/* Липка кнопка на телефоні */
.sticky { display: none; }
@media (max-width: 760px) {
  .sticky { display: block; position: fixed; left: 14px; right: 14px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 60; }
  .sticky .btn { width: 100%; justify-content: space-between; }
  body { padding-bottom: 88px; }
}

/* Головна ілюстрація (згенерована в стилі прикладу) і «летючий» декор навколо */
.hero-art { position: relative; width: 100%; max-width: 560px; margin: 0 auto; }
.hero-art .main { width: 100%; filter: drop-shadow(0 26px 30px rgba(var(--sh), .28)); }
.hero-art .deco { position: absolute; filter: drop-shadow(0 10px 10px rgba(var(--sh), .22)); }
.hero-art .p1 { width: 14%; left: -2%; top: 2%; transform: rotate(-24deg); }
.hero-art .p2 { width: 9%; right: 10%; bottom: -4%; transform: rotate(40deg); opacity: .9; }
.hero-art .lf { width: 13%; right: -1%; top: -6%; transform: rotate(18deg); }
.hero-art .nt { width: 11%; right: -3%; top: 40%; transform: rotate(12deg); }
.hero-art .fl { width: 12%; left: 6%; bottom: -8%; transform: rotate(-10deg); }
.stage .fly.f3 { width: 12%; left: 10%; bottom: 2%; transform: rotate(-30deg); }
@media (max-width: 860px) { .hero-art { max-width: 460px; margin-top: 10px; } }
