:root {
  --bg: #080a14;
  --bg-soft: #0d1020;
  --surface: #111529;
  --surface-strong: #171c34;
  --text: #f7f8ff;
  --muted: #a9afc4;
  --line: rgba(255, 255, 255, 0.1);
  --purple: #7c4dff;
  --magenta: #ff3cac;
  --cyan: #21d4fd;
  --green: #38e585;
  --yellow: #ffd85c;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 8%, rgba(124, 77, 255, 0.12), transparent 28%),
    radial-gradient(circle at 88% 34%, rgba(33, 212, 253, 0.08), transparent 25%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.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; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 10px; color: #090b18; background: #fff; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(8, 10, 20, .88); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--purple), var(--magenta) 52%, var(--cyan)); box-shadow: 0 10px 30px rgba(124, 77, 255, .32); font-size: .84rem; font-weight: 900; letter-spacing: -.03em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.015em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .75rem; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav > a { color: #cdd1df; font-size: .92rem; font-weight: 650; transition: color .2s ease; }
.main-nav > a:hover, .main-nav > a:focus-visible { color: #fff; }
.main-nav .nav-cta { padding: 10px 16px; border: 1px solid rgba(56, 229, 133, .36); border-radius: 999px; color: #edfff5; background: rgba(56, 229, 133, .1); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .04); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 820px; padding: 160px 0 96px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom, #000, transparent 84%); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .22; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; top: -170px; left: -100px; background: var(--purple); }
.hero-glow-two { width: 400px; height: 400px; right: -170px; bottom: 0; background: var(--cyan); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); gap: 70px; align-items: center; }
.eyebrow, .kicker { color: #c5b7ff; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid rgba(124,77,255,.28); border-radius: 999px; background: rgba(124,77,255,.08); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px var(--green); }
.hero h1 { max-width: 700px; margin: 24px 0 22px; font-size: clamp(3.25rem, 6.8vw, 6.7rem); line-height: .92; letter-spacing: -.065em; }
.hero h1 em { display: block; color: transparent; background: linear-gradient(100deg, #b294ff 0%, #ff70c8 42%, #58ddff 100%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-copy > p { max-width: 625px; margin: 0; color: var(--muted); font-size: 1.15rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(33, 212, 253, .7); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--purple), #9a38eb 58%, var(--magenta)); box-shadow: 0 14px 36px rgba(124, 77, 255, .28); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.045); }
.button-secondary:hover { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.075); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0 0; padding: 0; list-style: none; color: #c8ccdc; font-size: .88rem; }
.hero-trust li { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust li span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--green); background: rgba(56,229,133,.12); font-size: .72rem; font-weight: 900; }

.hero-panel { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: linear-gradient(155deg, rgba(25, 31, 58, .88), rgba(10, 13, 28, .86)); box-shadow: var(--shadow); overflow: hidden; }
.hero-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(124,77,255,.16), transparent 45%, rgba(33,212,253,.1)); pointer-events: none; }
.panel-top, .panel-bottom { position: relative; display: flex; align-items: center; justify-content: space-between; }
.panel-top { color: #dfe2ed; font-size: .86rem; font-weight: 750; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; color: #caffde; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.service-orbit { position: relative; min-height: 395px; margin: 18px 0; }
.service-orbit::before, .service-orbit::after { content: ""; position: absolute; top: 50%; left: 50%; border: 1px dashed rgba(255,255,255,.1); border-radius: 50%; transform: translate(-50%, -50%); }
.service-orbit::before { width: 310px; height: 310px; }
.service-orbit::after { width: 235px; height: 235px; }
.orbit-center { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 155px; height: 155px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: radial-gradient(circle at 30% 20%, #242b51, #0e1224 72%); box-shadow: 0 20px 70px rgba(0,0,0,.42); transform: translate(-50%, -50%); }
.brand-mark.large { width: 48px; height: 48px; margin-bottom: 10px; }
.orbit-center strong { font-size: .88rem; }
.orbit-center small { margin-top: 2px; color: var(--muted); font-size: .7rem; }
.orbit-item { position: absolute; z-index: 3; display: flex; min-width: 112px; min-height: 66px; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(18, 23, 44, .94); box-shadow: 0 14px 30px rgba(0,0,0,.26); }
.orbit-item b { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--purple), var(--magenta)); font-size: .66rem; }
.orbit-item span { color: #d9dceb; font-size: .74rem; font-weight: 750; }
.item-one { top: 18px; left: 50%; transform: translateX(-50%); }
.item-two { top: 50%; right: 4px; transform: translateY(-50%); }
.item-three { bottom: 18px; left: 50%; transform: translateX(-50%); }
.item-four { top: 50%; left: 4px; transform: translateY(-50%); }
.item-two b { background: linear-gradient(135deg, #ff6b6b, #ff3cac); }
.item-three b { background: linear-gradient(135deg, #25d36f, #20a971); }
.item-four b { background: linear-gradient(135deg, #00a8ff, #2356df); }
.panel-bottom { gap: 8px; padding-top: 20px; border-top: 1px solid var(--line); }
.panel-bottom div { display: flex; min-width: 0; flex-direction: column; }
.panel-bottom strong { font-size: .9rem; }
.panel-bottom small { color: var(--muted); font-size: .68rem; }

.benefits-strip { position: relative; border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefits-grid article { display: flex; align-items: center; gap: 14px; min-height: 112px; padding: 22px; border-right: 1px solid var(--line); }
.benefits-grid article:last-child { border-right: 0; }
.benefits-grid article > span { color: rgba(255,255,255,.28); font-size: .72rem; font-weight: 850; }
.benefits-grid article div { display: flex; flex-direction: column; }
.benefits-grid strong { font-size: .94rem; }
.benefits-grid small { margin-top: 3px; color: var(--muted); font-size: .76rem; line-height: 1.35; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.section-heading h2, .process-copy h2, .faq-intro h2, .support-inner h2 { margin: 8px 0 0; font-size: clamp(2.2rem, 4.5vw, 4.2rem); line-height: 1.02; letter-spacing: -.05em; }
.section-heading p, .process-copy > p, .faq-intro > p { margin: 14px 0 0; color: var(--muted); }
.search-box { display: flex; width: min(100%, 320px); min-height: 52px; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.search-box:focus-within { border-color: rgba(33,212,253,.6); box-shadow: 0 0 0 4px rgba(33,212,253,.08); }
.search-box svg { width: 19px; fill: none; stroke: var(--muted); stroke-width: 1.8; stroke-linecap: round; }
.search-box input { width: 100%; border: 0; outline: 0; color: #fff; background: transparent; font-size: .92rem; }
.search-box input::placeholder { color: #777e96; }
.filter-bar { position: sticky; z-index: 20; top: 92px; display: flex; gap: 9px; margin-bottom: 60px; padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: rgba(11,14,28,.9); backdrop-filter: blur(16px); overflow-x: auto; scrollbar-width: none; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter-button { min-height: 42px; padding: 8px 17px; border: 1px solid transparent; border-radius: 12px; color: var(--muted); background: transparent; font-size: .86rem; font-weight: 800; white-space: nowrap; cursor: pointer; }
.filter-button:hover { color: #fff; background: rgba(255,255,255,.05); }
.filter-button.active { color: #fff; border-color: rgba(124,77,255,.45); background: linear-gradient(135deg, rgba(124,77,255,.3), rgba(255,60,172,.16)); }

.category-block { margin-top: 90px; }
.filter-bar + .category-block { margin-top: 0; }
.category-heading { display: flex; align-items: flex-start; gap: 22px; margin-bottom: 28px; }
.category-number { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border: 1px solid rgba(124,77,255,.42); border-radius: 12px; color: #c8baff; background: rgba(124,77,255,.1); font-size: .76rem; font-weight: 900; }
.category-heading h3 { margin: 0; font-size: 1.8rem; letter-spacing: -.035em; }
.category-heading p { margin: 5px 0 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; display: flex; min-height: 100%; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(155deg, rgba(20,25,48,.9), rgba(13,16,32,.92)); flex-direction: column; overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.2); box-shadow: 0 24px 54px rgba(0,0,0,.25); }
.product-card::after { content: ""; position: absolute; width: 150px; height: 150px; top: -90px; right: -75px; border-radius: 50%; background: var(--card-glow, rgba(124,77,255,.26)); filter: blur(35px); pointer-events: none; }
.featured-card { border-color: rgba(124,77,255,.32); }
.card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; color: #fff; background: linear-gradient(135deg, #39426f, #1b203c); font-size: .78rem; font-weight: 900; letter-spacing: -.02em; }
.icon-import { background: linear-gradient(135deg, #008bdc, #2948c7); }
.icon-market { background: linear-gradient(135deg, #ff7456, #e82787); }
.icon-ai { background: linear-gradient(135deg, #3f7bff, #a63fea); }
.icon-edit { background: linear-gradient(135deg, #111, #3c3c3c); }
.icon-design { background: linear-gradient(135deg, #0b1b3f, #2266d4); color: #68adff; }
.icon-spotify { background: linear-gradient(135deg, #36e879, #138c49); }
.icon-netflix { background: linear-gradient(135deg, #f03434, #8d0918); }
.icon-max { background: linear-gradient(135deg, #7240ff, #251377); }
.icon-disney { background: linear-gradient(135deg, #1768e5, #071d64); }
.icon-paramount { background: linear-gradient(135deg, #2f83ff, #1143a1); }
.status-badge { padding: 6px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #cbd0e1; background: rgba(255,255,255,.045); font-size: .67rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.card-category { margin: 22px 0 5px; color: #9c8aff; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-card h4 { margin: 0; font-size: 1.35rem; line-height: 1.2; letter-spacing: -.025em; }
.card-description { min-height: 77px; margin: 13px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.feature-list { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; color: #d4d7e5; font-size: .83rem; }
.feature-list li { display: flex; align-items: center; gap: 9px; }
.feature-list li::before { content: ""; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--cyan)); box-shadow: 0 0 10px rgba(33,212,253,.55); }
.price-row { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: auto; padding: 28px 0 16px; }
.price-row > div { display: flex; flex-direction: column; }
.price-row span { color: var(--muted); font-size: .72rem; }
.price-row strong { margin-top: 2px; font-size: 1.35rem; letter-spacing: -.03em; }
.card-button { width: 100%; min-height: 48px; margin-top: auto; border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.055); font-size: .84rem; }
.card-button:hover { border-color: rgba(56,229,133,.42); background: rgba(56,229,133,.1); }
.card-button span { font-size: 1rem; }
.streaming-block { padding: 38px; border: 1px solid rgba(124,77,255,.22); border-radius: var(--radius-lg); background: linear-gradient(150deg, rgba(124,77,255,.09), rgba(255,60,172,.045) 48%, rgba(33,212,253,.045)); }
.streaming-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.spotify-card { grid-column: span 2; --card-glow: rgba(56,229,133,.28); }
.plan-picker { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 22px 0 16px; }
.plan-option { min-height: 68px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: rgba(255,255,255,.035); text-align: left; cursor: pointer; }
.plan-option span, .plan-option strong { display: block; }
.plan-option span { font-size: .74rem; }
.plan-option strong { margin-top: 3px; color: #fff; font-size: 1rem; }
.plan-option.active { border-color: rgba(56,229,133,.5); background: rgba(56,229,133,.11); box-shadow: inset 0 0 0 1px rgba(56,229,133,.08); }
.product-card[hidden], .category-block[hidden] { display: none !important; }
.empty-state { padding: 30px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); text-align: center; }

.process { border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.025), transparent); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; color: #c6baff; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 0 0 42px; }
.steps li::after { content: ""; position: absolute; top: 52px; bottom: 8px; left: 25px; width: 1px; background: linear-gradient(var(--purple), transparent); }
.steps li:last-child { padding-bottom: 0; }
.steps li:last-child::after { display: none; }
.steps li > span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(124,77,255,.42); border-radius: 16px; color: #d5ccff; background: rgba(124,77,255,.12); font-weight: 900; }
.steps strong { display: block; margin-top: 2px; font-size: 1.18rem; }
.steps p { margin: 7px 0 0; color: var(--muted); }

.support-banner { padding: 0 0 112px; }
.support-inner { position: relative; display: flex; min-height: 330px; align-items: center; justify-content: space-between; gap: 40px; padding: 58px; border-radius: var(--radius-lg); background: linear-gradient(120deg, #5c31e8, #b22cd9 56%, #0b86cf); box-shadow: 0 30px 90px rgba(89,49,232,.25); overflow: hidden; }
.support-inner::before { content: ""; position: absolute; width: 320px; height: 320px; top: -180px; right: 9%; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,255,255,.035), 0 0 0 104px rgba(255,255,255,.025); }
.support-inner > * { position: relative; z-index: 1; }
.support-inner .kicker { color: rgba(255,255,255,.74); }
.support-inner h2 { max-width: 680px; font-size: clamp(2.2rem, 4.2vw, 4rem); }
.support-inner p { margin: 14px 0 0; color: rgba(255,255,255,.82); }
.button-light { flex-shrink: 0; color: #1a1430; background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.16); }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; color: #ecedf6; font-weight: 780; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); color: #fff; }
.faq-list details p { margin: -4px 52px 24px 0; color: var(--muted); }

.site-footer { padding: 72px 0 24px; border-top: 1px solid var(--line); background: #060810; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, .75fr); gap: 50px; }
.footer-brand > p { max-width: 350px; margin: 22px 0 0; color: var(--muted); font-size: .9rem; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-main h2 { margin: 0 0 8px; color: #f0f1f8; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-main a, .footer-main span { color: var(--muted); font-size: .86rem; }
.footer-main a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); color: #747b92; font-size: .74rem; }
.footer-bottom p { margin: 0; }
.legal-note { max-width: 650px; text-align: right; }
.floating-wa { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: inline-flex; min-height: 54px; align-items: center; gap: 9px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #062613; background: var(--green); box-shadow: 0 15px 35px rgba(56,229,133,.28); font-size: .84rem; font-weight: 900; transition: transform .2s ease; }
.floating-wa:hover { transform: translateY(-3px) scale(1.02); }
.floating-wa svg { width: 22px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero { padding-top: 150px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-panel { width: min(100%, 620px); margin-inline: auto; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid article:nth-child(2) { border-right: 0; }
  .benefits-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .streaming-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid, .faq-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.3fr repeat(3, .8fr); gap: 28px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 32px, 720px); }
  .section { padding: 88px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 80px 16px auto; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(10,13,27,.98); box-shadow: var(--shadow); transform: translateY(-16px); opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav > a { padding: 14px 12px; }
  .main-nav .nav-cta { margin-top: 7px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; padding-bottom: 76px; }
  .hero h1 { font-size: clamp(3.05rem, 13vw, 5.3rem); }
  .section-heading { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .filter-bar { top: 86px; }
  .process-grid, .faq-grid { grid-template-columns: 1fr; }
  .process-copy, .faq-intro { position: static; }
  .support-inner { align-items: flex-start; padding: 46px 34px; flex-direction: column; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 24px); }
  .nav-wrap { min-height: 72px; }
  .brand-copy small { display: none; }
  .main-nav { top: 72px; }
  .hero { padding-top: 126px; }
  .hero h1 { font-size: clamp(2.75rem, 15vw, 4rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 12px; font-size: .78rem; }
  .hero-panel { padding: 17px; border-radius: 24px; }
  .service-orbit { min-height: 350px; }
  .service-orbit::before { width: 275px; height: 275px; }
  .service-orbit::after { width: 200px; height: 200px; }
  .orbit-center { width: 138px; height: 138px; }
  .orbit-item { min-width: 94px; min-height: 55px; gap: 7px; padding: 8px 9px; }
  .orbit-item b { width: 31px; height: 31px; flex-basis: 31px; font-size: .57rem; }
  .orbit-item span { font-size: .65rem; }
  .item-two { right: -3px; }
  .item-four { left: -3px; }
  .panel-bottom { flex-wrap: wrap; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid article { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits-grid article:last-child { border-bottom: 0; }
  .section-heading h2, .process-copy h2, .faq-intro h2 { font-size: 2.25rem; }
  .filter-bar { top: 80px; margin-bottom: 44px; }
  .category-block { margin-top: 70px; }
  .category-heading { gap: 14px; }
  .category-heading h3 { font-size: 1.5rem; }
  .category-heading p { font-size: .88rem; }
  .product-grid, .streaming-grid { grid-template-columns: 1fr; }
  .spotify-card { grid-column: auto; }
  .product-card { padding: 22px; }
  .card-description { min-height: auto; }
  .streaming-block { margin-inline: -4px; padding: 22px 12px; border-radius: 24px; }
  .steps li { grid-template-columns: 52px 1fr; gap: 15px; }
  .steps li > span { width: 44px; height: 44px; border-radius: 13px; }
  .steps li::after { top: 46px; left: 22px; }
  .support-banner { padding-bottom: 88px; }
  .support-inner { min-height: 360px; padding: 38px 24px; }
  .support-inner h2 { font-size: 2.35rem; }
  .button-light { width: 100%; }
  .faq-list summary { min-height: 74px; font-size: .93rem; }
  .faq-list details p { margin-right: 8px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 14px; }
  .legal-note { text-align: left; }
  .floating-wa { right: 14px; bottom: 14px; width: 54px; padding: 14px; justify-content: center; }
  .floating-wa span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
