:root {
  --bg: #08090f;
  --bg-deep: #05060a;
  --surface: #12141d;
  --surface-2: #191b26;
  --text: #f7f5fb;
  --muted: #a7a8b4;
  --line: rgba(255,255,255,.12);
  --primary: #eb4468;
  --primary-2: #b936f5;
  --blue: #3f51e8;
  --success: #61d39b;
  --container: 1220px;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0,0,0,.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(8,9,15,.74); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); }
.site-header.is-scrolled { border-color: var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { margin-right: auto; }
.desktop-nav { display: flex; align-items: center; gap: 26px; color: #d8d6df; font-size: 14px; }
.desktop-nav a, .header-phone { transition: color .2s ease; }
.desktop-nav a:hover, .header-phone:hover { color: var(--primary); }
.header-phone { font-size: 14px; font-weight: 700; white-space: nowrap; }

.btn { min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; color: #fff; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(112deg, var(--primary), #d53fc0); box-shadow: 0 12px 34px rgba(235,68,104,.25); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.045); }
.btn-small { min-height: 42px; padding-inline: 18px; font-size: 13px; }

.section-dark { position: relative; overflow: hidden; background: radial-gradient(circle at 67% 35%, rgba(63,81,232,.16), transparent 29%), radial-gradient(circle at 82% 64%, rgba(235,68,104,.15), transparent 24%), var(--bg-deep); }
.section-dark::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 86%); }
.hero-grid { min-height: 820px; padding-top: 140px; padding-bottom: 82px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; position: relative; }
.eyebrow { margin: 0 0 18px; color: #c4c5cd; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.status-dot { width: 8px; height: 8px; margin-right: 9px; display: inline-block; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(97,211,155,.12); }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .96; letter-spacing: -.06em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.78); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #c4c3cc; font-size: clamp(18px, 2vw, 22px); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { margin: 50px 0 0; padding: 0; list-style: none; display: flex; gap: 0; border-top: 1px solid var(--line); }
.hero-facts li { padding: 20px 28px 0 0; margin-right: 28px; display: grid; border-right: 1px solid var(--line); }
.hero-facts li:last-child { border: 0; }
.hero-facts strong { font-size: 20px; }
.hero-facts span { color: var(--muted); font-size: 12px; }

.duel-stage { min-height: 520px; position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; isolation: isolate; }
.duel-stage::before { content: ""; position: absolute; inset: 10% 0 13%; border: 1px solid var(--line); border-radius: 50%; transform: perspective(700px) rotateX(62deg); background: radial-gradient(circle, rgba(255,255,255,.05), transparent 66%); }
.stage-glow { position: absolute; top: 20%; width: 45%; aspect-ratio: 1; border-radius: 50%; filter: blur(70px); opacity: .32; z-index: -1; }
.stage-glow-left { left: 0; background: var(--blue); }
.stage-glow-right { right: 0; background: var(--primary); }
.team-card { position: relative; min-height: 250px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.025)); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.team-card::before { content: ""; position: absolute; top: 44px; width: 150px; height: 92px; border: 16px solid currentColor; border-bottom-width: 25px; border-radius: 54% 54% 40% 40%; opacity: .72; filter: drop-shadow(0 0 18px currentColor); }
.team-card::after { content: ""; position: absolute; top: 91px; width: 48px; height: 4px; border-radius: 20px; background: #fff; box-shadow: 0 0 20px #fff; }
.team-card-left { color: #6a76ff; border-radius: 88px 24px 24px 88px; transform: rotate(-3deg) translateY(-15px); }
.team-card-left::before { right: -18px; transform: rotate(8deg); }
.team-card-left::after { right: 17px; }
.team-card-right { color: #ff5477; border-radius: 24px 88px 88px 24px; transform: rotate(3deg) translateY(28px); }
.team-card-right::before { left: -18px; transform: rotate(-8deg); }
.team-card-right::after { left: 17px; }
.team-label { color: #fff; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.team-card strong { color: #fff; font-size: 56px; line-height: 1; }
.team-card > span:last-child { color: #c9c9d1; font-size: 12px; }
.versus-mark { width: 70px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: #0b0c13; box-shadow: 0 0 44px rgba(255,255,255,.15); z-index: 2; }
.versus-mark span { font-size: 18px; font-style: italic; font-weight: 900; }
.route-line { position: absolute; inset: auto 12% 57px; height: 1px; background: linear-gradient(90deg, transparent, var(--blue), var(--primary), transparent); }
.route-line i { position: absolute; top: -4px; width: 9px; aspect-ratio: 1; border-radius: 50%; background: #fff; }
.route-line i:nth-child(1) { left: 15%; }.route-line i:nth-child(2) { left: 49%; }.route-line i:nth-child(3) { right: 15%; }
.stage-caption { position: absolute; inset: auto 0 0; margin: 0; color: var(--muted); font-size: 12px; text-align: center; }
.stage-caption span { color: var(--primary); margin-right: 8px; font-weight: 800; }

.format-strip { padding: 110px 0; background: #f2f0f5; color: #17171d; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading .eyebrow { color: var(--primary); }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 600px; margin: 18px 0 0; color: #696872; font-size: 17px; }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.format-card { min-height: 330px; padding: 26px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius); color: #fff; background: #15151d; transition: transform .25s ease; }
.format-card:hover { transform: translateY(-6px); }
.format-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -60px; top: -65px; border-radius: 46% 54% 64% 36%; background: linear-gradient(135deg, rgba(255,255,255,.15), transparent); transform: rotate(25deg); }
.format-birthday { background: radial-gradient(circle at 75% 20%, rgba(235,68,104,.85), transparent 36%), #181820; }
.format-corporate { background: radial-gradient(circle at 75% 20%, rgba(63,81,232,.9), transparent 36%), #181820; }
.format-out { background: radial-gradient(circle at 75% 20%, rgba(185,54,245,.85), transparent 36%), #181820; }
.card-index { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 11px; }
.format-card p { margin: 0 0 8px; color: rgba(255,255,255,.72); font-size: 13px; }
.format-card h3 { margin: 0; font-size: 30px; letter-spacing: -.03em; }
.round-arrow { width: 48px; height: 48px; position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #16161d; font-size: 20px; }

.placeholder-section { padding: 90px 0; }
.placeholder-card { padding: 60px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.placeholder-card h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 5vw, 62px); line-height: 1.05; letter-spacing: -.04em; }
.placeholder-card > p:last-child { color: var(--muted); }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .duel-stage { max-width: 680px; width: 100%; margin-inline: auto; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 66px; gap: 12px; }
  .brand img { width: 138px; }
  .header-phone { display: none; }
  .hero-grid { padding-top: 118px; padding-bottom: 62px; gap: 36px; }
  .hero h1 { font-size: clamp(46px, 15vw, 68px); }
  .hero-actions, .hero-actions .btn { width: 100%; }
  .hero-facts { margin-top: 38px; }
  .hero-facts li { padding-right: 14px; margin-right: 14px; }
  .hero-facts strong { font-size: 16px; }
  .duel-stage { min-height: 390px; gap: 8px; }
  .team-card { min-height: 190px; padding: 18px; }
  .team-card::before { top: 40px; width: 110px; height: 66px; border-width: 12px; border-bottom-width: 19px; }
  .team-card::after { top: 74px; }
  .team-card strong { font-size: 42px; }
  .versus-mark { width: 52px; }
  .format-strip { padding: 78px 0; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 250px; }
  .placeholder-card { padding: 34px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Shared production components */
body.modal-open, body.menu-open { overflow: hidden; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 18px; border-radius: 12px; background: #fff; color: #111; }
.skip-link:focus { top: 16px; }
.menu-toggle { width: 42px; height: 42px; padding: 0; display: none; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { width: 17px; height: 1px; display: block; background: currentColor; content: ""; }
.menu-toggle::before { transform: translateY(-5px); }
.menu-toggle::after { transform: translateY(5px); }
.mobile-menu { position: fixed; inset: 66px 0 0; z-index: 45; padding: 30px 24px 120px; overflow-y: auto; background: rgba(8,9,15,.98); }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 22px; font-weight: 800; }
.mobile-menu .mobile-contact { margin-top: 28px; display: grid; gap: 14px; }

.page-hero { position: relative; padding: 154px 0 94px; overflow: hidden; background: radial-gradient(circle at 80% 10%, rgba(235,68,104,.18), transparent 28%), radial-gradient(circle at 60% 80%, rgba(63,81,232,.13), transparent 35%), var(--bg-deep); }
.page-hero::after { content: ""; position: absolute; right: -7vw; top: 20%; width: 42vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 45%; transform: rotate(24deg); box-shadow: inset 0 0 100px rgba(255,255,255,.025); }
.breadcrumbs { margin: 0 0 28px; display: flex; gap: 9px; color: var(--muted); font-size: 13px; }
.breadcrumbs a:hover { color: #fff; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr); align-items: end; gap: 70px; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(48px, 6.4vw, 90px); line-height: .96; letter-spacing: -.055em; }
.page-hero h1 em { color: var(--primary); font-style: normal; }
.page-hero .hero-lead { margin-top: 26px; }
.page-hero .hero-actions { margin-top: 32px; }
.hero-aside { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.045); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero-aside-label { margin: 0 0 22px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.hero-aside-stat { padding: 18px 0; display: flex; align-items: baseline; justify-content: space-between; border-top: 1px solid var(--line); }
.hero-aside-stat strong { font-size: 34px; letter-spacing: -.04em; }
.hero-aside-stat span { color: var(--muted); font-size: 12px; text-align: right; }

.content-section { padding: 104px 0; }
.content-section.light { background: #f2f0f5; color: #181820; }
.content-section.surface { background: var(--surface); }
.content-section .section-heading { margin-bottom: 48px; }
.content-section:not(.light) .section-heading h2 { color: var(--text); }
.content-section:not(.light) .section-heading > p:last-child { color: var(--muted); }
.section-heading.is-centered { margin-inline: auto; text-align: center; }
.section-heading.is-centered > p:last-child { margin-inline: auto; }
.section-label-line { margin-bottom: 32px; display: flex; align-items: center; gap: 18px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.section-label-line::after { content: ""; height: 1px; flex: 1; background: var(--line); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.light .feature-card { border-color: rgba(15,15,22,.12); background: #fff; }
.feature-icon { width: 52px; height: 52px; margin-bottom: 58px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-2)); font-size: 20px; font-weight: 900; box-shadow: 0 14px 34px rgba(235,68,104,.2); }
.feature-card h3 { margin: 0 0 9px; font-size: 24px; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); }
.light .feature-card p { color: #6e6c77; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.price-grid.is-four { grid-template-columns: repeat(4, 1fr); }
.price-card { min-height: 470px; padding: 28px; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.light .price-card { color: var(--text); background: #15151d; }
.price-card.is-featured { border-color: rgba(235,68,104,.68); background: radial-gradient(circle at 85% 10%, rgba(235,68,104,.2), transparent 35%), var(--surface); box-shadow: 0 24px 70px rgba(235,68,104,.13); }
.price-badge { align-self: flex-start; margin-bottom: 24px; padding: 7px 11px; border-radius: 999px; color: #fff; background: var(--primary); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.price-name { margin: 0 0 12px; color: var(--primary); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.price-card h3 { margin: 0; font-size: clamp(30px, 3vw, 42px); line-height: 1; letter-spacing: -.05em; }
.price-meta { margin: 12px 0 22px; color: #d5d3dc; font-weight: 700; }
.price-description { min-height: 72px; margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 25px; color: #d6d5dc; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--success); font-weight: 900; }
.check-list.compact { margin-bottom: 26px; gap: 8px; }
.check-list.compact li { color: var(--muted); font-size: 12px; }
.btn-card { width: 100%; min-height: 48px; margin-top: auto; border-color: var(--line); background: #fff; color: #14141b; }
.pricing-note { margin: 24px 0 0; color: var(--muted); font-size: 13px; }

.calculator-shell { padding: 54px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; border: 1px solid var(--line); border-radius: 32px; background: radial-gradient(circle at 100% 0, rgba(185,54,245,.18), transparent 32%), var(--surface); box-shadow: var(--shadow); }
.calculator-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.calculator-fields label, .form-grid label { display: grid; gap: 8px; }
.calculator-fields label > span, .form-grid label > span { color: #c9c8d0; font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; outline: none; background: rgba(255,255,255,.055); color: #fff; }
input, select { min-height: 54px; padding: 0 15px; }
textarea { padding: 14px 15px; resize: vertical; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #aaa 50%), linear-gradient(135deg, #aaa 50%, transparent 50%); background-position: calc(100% - 20px) 23px, calc(100% - 15px) 23px; background-size: 5px 5px; background-repeat: no-repeat; }
select option { color: #111; background: #fff; }
input:focus, select:focus, textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(235,68,104,.13); }
.calculator-result { padding-left: 46px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.calculator-result > p { margin: 0 0 8px; color: var(--muted); }
.calculator-result > strong { font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; }
.calculator-result > span { min-height: 42px; margin: 18px 0 24px; color: #c7c5ce; font-size: 13px; }
.calculator-result .btn { align-self: flex-start; }
.calculator-result small { max-width: 430px; margin-top: 16px; color: #777983; font-size: 11px; }

.process-grid { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.process-step { counter-increment: step; min-height: 250px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.028); }
.process-step::before { content: "0" counter(step); width: 44px; height: 44px; margin-bottom: 70px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--primary)); font-size: 11px; font-weight: 900; }
.process-step h3 { margin: 0 0 8px; font-size: 22px; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.split-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.split-card { min-height: 420px; padding: 44px; border-radius: var(--radius); overflow: hidden; }
.split-card h3 { max-width: 540px; margin: 0 0 16px; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.04em; }
.split-card p { max-width: 520px; color: var(--muted); }
.split-card.primary { background: linear-gradient(145deg, #df3e65, #9d30d4); }
.split-card.primary p { color: rgba(255,255,255,.8); }
.split-card.neutral { border: 1px solid var(--line); background: var(--surface); }
.big-stat { margin-top: 90px; display: flex; align-items: flex-end; gap: 12px; }
.big-stat strong { font-size: 86px; line-height: .8; letter-spacing: -.08em; }
.big-stat span { max-width: 130px; color: rgba(255,255,255,.72); font-size: 12px; }

.pill-list { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 9px; }
.pill-list li { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: #d3d1db; font-size: 13px; }
.light .pill-list li { border-color: rgba(15,15,20,.13); color: #4f4d58; background: #fff; }

.video-section { overflow: hidden; background: radial-gradient(circle at 15% 15%, rgba(63,81,232,.16), transparent 26%), radial-gradient(circle at 90% 70%, rgba(235,68,104,.13), transparent 28%), var(--bg-deep); }
.video-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.video-heading .section-heading { margin-bottom: 38px; }
.video-channel-link { margin-bottom: 42px; flex: 0 0 auto; color: #d7d5df; font-size: 13px; font-weight: 800; }
.video-channel-link:hover { color: var(--primary); }
.video-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .45fr); gap: 14px; }
.video-feature, .own-video-panel { border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.035); overflow: hidden; }
.video-player { min-height: 510px; position: relative; display: grid; place-items: center; overflow: hidden; background: #080910; }
.video-player iframe, .video-player video { width: 100%; height: 100%; position: absolute; inset: 0; border: 0; object-fit: cover; }
.video-visual { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr auto 1fr; place-items: center; gap: 22px; background: radial-gradient(circle at 20% 50%, rgba(63,81,232,.42), transparent 31%), radial-gradient(circle at 80% 50%, rgba(235,68,104,.4), transparent 31%), linear-gradient(135deg,#0b0c18,#15111c); }
.video-visual::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: perspective(700px) rotateX(63deg); }
.video-scanline { position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(0deg,transparent 0 7px,rgba(255,255,255,.07) 8px); }
.video-team { width: clamp(120px,19vw,220px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 45%; font-size: clamp(64px,10vw,130px); font-weight: 950; line-height: 1; letter-spacing: -.1em; transform: rotate(-8deg); box-shadow: inset 0 0 60px currentColor,0 0 60px rgba(63,81,232,.18); opacity: .74; }
.video-team-a { color: #596aff; }.video-team-b { color: #ef466e; transform: rotate(8deg); }
.video-vs { position: relative; z-index: 2; font-size: clamp(28px,4vw,54px); font-weight: 950; font-style: italic; text-shadow: 0 0 24px rgba(255,255,255,.42); }
.video-play { width: 92px; height: 92px; position: relative; z-index: 4; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(8,9,15,.7); box-shadow: 0 18px 55px rgba(0,0,0,.42); cursor: pointer; backdrop-filter: blur(14px); transition: transform .2s ease,background .2s ease; }
.video-play:hover { transform: scale(1.06); background: var(--primary); }.video-play span { margin-left: 5px; font-size: 28px; }
.video-copy { min-height: 158px; padding: 28px; display: flex; justify-content: space-between; gap: 24px; }
.video-source { color: var(--primary); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.video-copy h3 { margin: 8px 0 6px; font-size: 25px; }.video-copy p { max-width: 670px; margin: 0; color: var(--muted); font-size: 14px; }
.video-index { color: rgba(255,255,255,.24); font-size: 42px; font-weight: 900; }
.own-video-panel { padding: 28px; }.own-video-head { padding-bottom: 22px; border-bottom: 1px solid var(--line); }.own-video-head strong { margin-top: 7px; display: block; font-size: 24px; }
.own-video-list { margin-top: 18px; display: grid; gap: 12px; }.own-video-empty { min-height: 430px; padding: 28px; display: grid; place-content: center; text-align: center; border: 1px dashed rgba(255,255,255,.18); border-radius: 20px; color: var(--muted); }.own-video-empty span { color: var(--primary); font-size: 54px; }.own-video-empty p { max-width: 220px; margin: 6px auto 0; }
.own-video-card { position: relative; display: grid; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #0c0d14; cursor: pointer; }.own-video-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }.own-video-card span { padding: 14px; font-weight: 800; }.own-video-card::after { content: "▶"; width: 46px; height: 46px; position: absolute; left: 18px; top: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); }
.video-note { margin: 18px 0 0; color: #777986; font-size: 11px; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.light .faq-list details { border-color: rgba(10,10,15,.12); background: #fff; }
.faq-list summary { min-height: 72px; padding: 20px 54px 20px 24px; position: relative; display: flex; align-items: center; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 24px; color: var(--primary); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 860px; margin: -6px 0 0; padding: 0 60px 24px 24px; color: var(--muted); }
.light .faq-list details p { color: #6b6974; }

.cta-banner { padding: 54px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 32px; background: linear-gradient(112deg, var(--primary), var(--primary-2)); box-shadow: 0 22px 65px rgba(185,54,245,.22); }
.cta-banner h2 { max-width: 760px; margin: 0 0 10px; font-size: clamp(36px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.cta-banner p { margin: 0; color: rgba(255,255,255,.78); }
.cta-banner .btn { flex: 0 0 auto; background: #fff; color: #1c1720; }

.site-footer { padding: 72px 0 28px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 40px; }
.footer-brand img { margin-bottom: 20px; }
.footer-brand p { max-width: 340px; margin: 0; color: var(--muted); font-size: 14px; }
.footer-column h3 { margin: 0 0 16px; color: #83848e; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column a, .footer-column span { color: #dedce5; font-size: 14px; }
.footer-column a:hover { color: var(--primary); }
.footer-bottom { margin-top: 54px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #777984; font-size: 11px; }
.footer-bottom nav { display: flex; gap: 18px; }

.mobile-sticky { display: none; }
.lead-modal[hidden] { display: none; }
.lead-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: stretch end; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2,3,6,.78); backdrop-filter: blur(8px); cursor: pointer; }
.modal-panel { width: min(720px, 100%); height: 100%; padding: 54px; position: relative; z-index: 2; overflow-y: auto; background: #11131b; box-shadow: -24px 0 80px rgba(0,0,0,.45); }
.modal-panel h2 { margin: 0; font-size: clamp(34px, 5vw, 54px); line-height: 1; letter-spacing: -.04em; }
.modal-intro { margin: 16px 0 30px; color: var(--muted); }
.modal-close { width: 44px; height: 44px; position: absolute; right: 22px; top: 22px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; font-size: 26px; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid .field-wide { grid-column: 1 / -1; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.selected-estimate { margin: 18px 0; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(235,68,104,.35); border-radius: 16px; background: rgba(235,68,104,.09); }
.selected-estimate span { color: #d9d7df; }
.selected-estimate strong { color: #fff; font-size: 20px; }
.consent { margin: 20px 0; display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: 12px; }
.consent input { width: 18px; min-height: 18px; margin: 1px 0 0; flex: 0 0 auto; accent-color: var(--primary); }
.consent a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 22px; margin-bottom: 12px; font-size: 13px; }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: #ff718e; }
.form-submit { width: 100%; }
.form-submit:disabled { opacity: .6; cursor: wait; transform: none; }

.legal-page { padding: 142px 0 100px; background: #f4f2f6; color: #1a1920; }
.legal-content { max-width: 860px; }
.legal-content h1 { margin: 0 0 34px; font-size: clamp(42px, 6vw, 70px); line-height: 1; letter-spacing: -.05em; }
.legal-content h2 { margin: 42px 0 12px; font-size: 25px; }
.legal-content p, .legal-content li { color: #575560; }
.legal-content a { color: #a42bd3; text-decoration: underline; }
.legal-warning { padding: 20px; border-left: 4px solid var(--primary); background: #fff; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[data-config-error] { margin: 20px 0; padding: 14px; border: 1px solid #ff6d8a; border-radius: 14px; color: #ff9db0; }

@media (max-width: 1120px) {
  .price-grid.is-four { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 880px) {
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: grid; }
  .page-hero-grid, .calculator-shell, .split-panel { grid-template-columns: 1fr; }
  .hero-aside { max-width: 640px; }
  .feature-grid, .price-grid { grid-template-columns: 1fr 1fr; }
  .calculator-result { padding: 34px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .cta-banner { align-items: flex-start; flex-direction: column; }
  .video-layout { grid-template-columns: 1fr; }
  .own-video-empty { min-height: 220px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 70px; }
  .site-header .btn-small { display: none; }
  .page-hero { padding: 116px 0 70px; }
  .page-hero-grid { gap: 38px; }
  .page-hero h1 { font-size: clamp(45px, 14vw, 68px); }
  .hero-aside { padding: 22px; }
  .content-section { padding: 76px 0; }
  .feature-grid, .price-grid, .price-grid.is-four, .process-grid, .calculator-fields, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .feature-icon { margin-bottom: 38px; }
  .price-card { min-height: 430px; }
  .calculator-shell { padding: 26px 18px; gap: 34px; border-radius: 24px; }
  .calculator-result > strong { font-size: 46px; }
  .split-card { min-height: 360px; padding: 30px 24px; }
  .big-stat { margin-top: 70px; }
  .big-stat strong { font-size: 70px; }
  .cta-banner { padding: 34px 24px; border-radius: 24px; }
  .cta-banner .btn { width: 100%; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { flex-direction: column; gap: 8px; }
  .mobile-sticky { position: fixed; inset: auto 0 0; z-index: 44; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 52px; gap: 8px; border-top: 1px solid var(--line); background: rgba(8,9,15,.94); backdrop-filter: blur(16px); }
  .mobile-sticky .btn { min-height: 50px; }
  .mobile-sticky .contact-round { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: var(--surface); font-size: 20px; }
  .modal-panel { padding: 70px 18px 32px; }
  .form-grid .field-wide { grid-column: auto; }
  .selected-estimate { align-items: flex-start; flex-direction: column; }
  .video-heading { align-items: flex-start; flex-direction: column; }
  .video-heading .section-heading { margin-bottom: 0; }
  .video-channel-link { margin-bottom: 28px; }
  .video-player { min-height: 330px; }
  .video-copy { padding: 22px; }
  .video-index { display: none; }
  .video-play { width: 72px; height: 72px; }
}
