:root {
  --bg: #03040d;
  --panel: #080a19;
  --panel-2: #0c0e22;
  --line: #24284b;
  --line-bright: #44366d;
  --white: #ffffff;
  --muted: #9da3bc;
  --purple: #b82cff;
  --violet: #7c3cff;
  --pink: #f733e9;
  --blue: #1787ff;
  --cyan: #08dffc;
  --aqua: #13e3c5;
  --danger: #ff627a;
  --success: #22dfad;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; max-width: 100%; overflow-x: hidden; color: var(--white); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; z-index: -5; inset: 0; background: radial-gradient(circle at 82% 7%, rgba(20,83,255,.14), transparent 22%), radial-gradient(circle at 16% 26%, rgba(176,17,255,.09), transparent 23%), linear-gradient(180deg,#02030b 0,#040511 47%,#02030a 100%); }
body::after { content: ""; position: fixed; z-index: -4; inset: 0; opacity: .18; background-image: radial-gradient(#fff .55px, transparent .75px); background-size: 31px 31px; mask-image: linear-gradient(to bottom,#000,transparent 76%); }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
[hidden] { display: none !important; }
.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; }

.cosmic-bg { position: absolute; z-index: -1; inset: 0 0 auto; height: 1020px; overflow: hidden; pointer-events: none; }
.cosmic-bg::before, .cosmic-bg::after, .cosmic-bg i { content: ""; position: absolute; border-radius: 50%; }
.cosmic-bg::before { width: 500px; height: 500px; right: -310px; top: 90px; border: 2px solid rgba(14,108,255,.66); box-shadow: 0 0 38px #087aff, inset 0 0 65px rgba(8,122,255,.6); }
.cosmic-bg::after { width: 330px; height: 330px; left: -225px; top: 300px; border: 2px solid rgba(191,25,255,.68); box-shadow: 0 0 34px #bf19ff; }
.cosmic-bg i:nth-child(1) { width: 3px; height: 3px; left: 15%; top: 135px; background: #fff; box-shadow: 120px 64px #287cff,320px -22px #ee2bff,510px 115px #fff,765px 25px #05d9ff,950px 148px #9746ff,1080px -18px #fff; }
.cosmic-bg i:nth-child(2) { width: 260px; height: 1px; right: 10%; top: 270px; border-radius: 0; background: linear-gradient(90deg,transparent,#1cc8ff,#d719ff,transparent); transform: rotate(-18deg); box-shadow: 0 0 20px #355cff; }
.cosmic-bg i:nth-child(3) { width: 280px; height: 1px; left: 4%; top: 470px; border-radius: 0; background: linear-gradient(90deg,transparent,#b719ff,#1cc8ff,transparent); transform: rotate(16deg); box-shadow: 0 0 20px #8f35ff; }
.cosmic-bg i:nth-child(4) { width: 450px; height: 450px; left: 48%; top: 235px; border: 1px solid rgba(79,49,255,.18); box-shadow: 0 0 0 60px rgba(61,25,255,.03),0 0 0 120px rgba(160,20,255,.02); }

.site-header { position: relative; z-index: 20; width: min(1180px,calc(100% - 40px)); min-height: 78px; margin: auto; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(80,91,144,.17); }
.brand { min-width: 210px; display: inline-flex; align-items: center; gap: 10px; }
.brand img { width: 45px; height: 45px; display: block; object-fit: cover; border-radius: 13px; box-shadow: 0 0 20px rgba(31,116,255,.38); }
.brand > span { display: grid; }
.brand strong { font-size: 19px; letter-spacing: .04em; line-height: 1; }
.brand small { margin-top: 4px; color: #dce2ff; font-size: 6px; font-weight: 650; letter-spacing: .22em; }
.nav-links { flex: 1; display: flex; justify-content: center; align-items: center; gap: 30px; font-size: 11px; font-weight: 720; }
.nav-links a { position: relative; padding: 31px 0; color: #e7e8f2; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: linear-gradient(90deg,var(--pink),var(--cyan)); box-shadow: 0 0 8px var(--purple); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-download, .primary-cta { border: 1px solid #7e4bea; background: linear-gradient(100deg,#9006e8,#7750eb); box-shadow: 0 0 22px rgba(122,25,255,.34), inset 0 1px 0 rgba(255,255,255,.3); }
.nav-download { padding: 12px 16px; border-radius: 8px; font-size: 10px; font-weight: 820; white-space: nowrap; }
.nav-download img { width: 11px; height: 11px; margin-right: 6px; filter: brightness(0) invert(1); }
.nav-download b { margin-left: 6px; }
.menu-toggle { display: none; margin-left: auto; padding: 8px 11px; border: 1px solid #7134c8; border-radius: 10px; color: #fff; background: transparent; font-size: 20px; }

.hero { width: min(1180px,calc(100% - 40px)); margin: auto; padding: 45px 0 26px; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(390px,.9fr); align-items: center; gap: 54px; }
.hero-copy { min-width: 0; }
.eyebrow { width: fit-content; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid #342554; border-radius: 999px; color: #ba6eff; background: rgba(15,10,31,.72); font-size: 10px; font-weight: 760; }
.eyebrow i { width: 12px; height: 12px; display: grid; place-items: center; }
.eyebrow i img { width: 100%; height: 100%; filter: invert(62%) sepia(97%) saturate(2743%) hue-rotate(174deg) brightness(100%); }
.hero h1 { max-width: 680px; margin: 15px 0 13px; font-size: clamp(42px,4.9vw,66px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: transparent; background: linear-gradient(100deg,#bd2cff,#8b54ff 47%,#16b6ff); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0; color: #c6c9d7; font-size: 14px; line-height: 1.58; }

.download-shell { border: 1px solid #2c315b; border-radius: 14px; background: linear-gradient(145deg,rgba(10,13,34,.96),rgba(4,7,20,.98)); box-shadow: 0 16px 45px rgba(0,0,0,.32),0 0 28px rgba(89,34,255,.11), inset 0 1px rgba(255,255,255,.035); }
.hero-downloader { margin-top: 21px; padding: 16px 17px 12px; }
.panel-heading { min-height: 20px; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.panel-heading > span:first-child { display: flex; align-items: center; gap: 8px; }
.panel-heading i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 8px var(--success); }
.panel-heading strong { font-size: 11px; }
.detected-badge { max-width: 160px; padding: 5px 8px; overflow: hidden; border: 1px solid #175d5c; border-radius: 999px; color: #44ead4; background: #082829; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.field-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.download-main-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 9px; }
.url-control { min-width: 0; min-height: 50px; display: grid; grid-template-columns: 37px minmax(0,1fr) auto; align-items: center; border: 1px solid #424a76; border-radius: 9px; background: #050719; }
.url-control:focus-within { border-color: #9551ff; box-shadow: 0 0 0 3px rgba(143,49,255,.13); }
.url-control > span { display: grid; place-items: center; }
.url-control > span img { width: 15px; height: 15px; filter: invert(43%) sepia(98%) saturate(5740%) hue-rotate(275deg) brightness(105%); }
.url-control input { min-width: 0; height: 48px; padding: 0 5px; border: 0; outline: 0; color: #fff; background: transparent; font-size: 12px; }
.url-control input::placeholder { color: #777f9c; }
.url-control button { height: 36px; margin-right: 6px; padding: 0 13px; border: 0; border-radius: 7px; color: #170823; background: linear-gradient(135deg,#f3caff,#acb9ff); cursor: pointer; font-size: 10px; font-weight: 850; }
.main-download { min-width: 120px; min-height: 50px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #7c4dff; border-radius: 9px; color: #fff; background: linear-gradient(90deg,#9000e9,#7048ef); box-shadow: 0 0 18px rgba(112,36,255,.25); cursor: pointer; font-size: 11px; font-weight: 850; }
.main-download > img { width: 15px; height: 15px; filter: brightness(0) invert(1); }
.main-download:disabled { opacity: .58; cursor: wait; }
.form-options { margin-top: 10px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px 13px; }
.format-switch { display: flex; margin: 0; padding: 2px; border: 1px solid #222b50; border-radius: 8px; background: #050716; }
.format-switch button { min-width: 58px; min-height: 30px; padding: 0 9px; border: 0; border-radius: 6px; color: #b9bed1; background: transparent; cursor: pointer; font-size: 9px; font-weight: 760; }
.format-switch button.active { color: #11071c; background: linear-gradient(90deg,#eee8ff,#babdff); }
.quality-field { min-height: 34px; padding: 0 10px; display: flex; align-items: center; gap: 7px; border: 1px solid #222b50; border-radius: 8px; color: #9da4bd; font-size: 9px; }
.quality-field select { border: 0; outline: 0; color: #fff; background: #07091a; font-size: 9px; font-weight: 760; }
.permission-check { flex: 1; min-width: 190px; display: flex; align-items: center; gap: 7px; color: #aeb4c9; font-size: 9px; }
.permission-check input { width: 14px; height: 14px; flex: 0 0 auto; accent-color: #9c32ff; }
.panel-footer { margin-top: 9px; display: flex; justify-content: space-between; gap: 10px; color: #737b98; font-size: 8px; }
.panel-footer a { color: #d9dcef; font-weight: 730; }
.result-region:not(:empty) { margin-top: 10px; }
.result-card, .picker-result { padding: 11px; display: flex; align-items: center; gap: 10px; border: 1px solid #2b355d; border-radius: 9px; background: #080c23; }
.result-card p { margin: 3px 0 0; color: #aeb4cc; font-size: 9px; }
.result-card a { margin-left: auto; padding: 7px 9px; border-radius: 7px; background: #6545ff; font-size: 9px; }
.result-actions { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.result-actions a { margin-left: 0; white-space: nowrap; }
.result-actions a + a { color: #d8d5ff; border: 1px solid #4d4b75; background: #171a32; }
.result-icon { color: var(--success); font-size: 16px; }
.error-result .result-icon { color: var(--danger); }
.picker-grid { margin-left: auto; display: flex; flex-wrap: wrap; gap: 6px; }
.picker-grid a { padding: 6px 8px; border-radius: 7px; background: #4523b4; font-size: 9px; }

.trust-pills { margin: 13px 0 15px; display: flex; flex-wrap: wrap; gap: 7px; }
.trust-pills span { padding: 7px 9px; border: 1px solid #1d2441; border-radius: 6px; color: #d4d7e5; background: rgba(8,11,27,.86); font-size: 9px; }
.trust-pills i { width: 10px; height: 10px; display: inline-grid; margin-right: 3px; vertical-align: -1px; }
.trust-pills i img { width: 100%; height: 100%; filter: invert(50%) sepia(90%) saturate(2426%) hue-rotate(226deg) brightness(99%); }
.hero-actions { display: flex; gap: 10px; }
.primary-cta, .secondary-cta { min-height: 45px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 8px; font-size: 11px; font-weight: 820; }
.primary-cta img, .secondary-cta img { width: 14px; height: 14px; filter: brightness(0) invert(1); }
.secondary-cta { border: 1px solid #343a61; background: rgba(6,9,22,.8); }
.hero-rating { margin-top: 13px !important; color: #a4abc2 !important; font-size: 9px !important; }
.hero-rating span { color: #f5e6ff; letter-spacing: .08em; }
.hero-rating b { color: #dce1f3; }
.release-note { max-width: 620px; margin-top: 12px; padding: 10px 12px; display: flex; align-items: flex-start; gap: 9px; border: 1px solid rgba(255,98,122,.3); border-radius: 9px; background: rgba(86,16,38,.18); }
.release-note > span { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #c2335a; font-size: 10px; font-weight: 900; }
.release-note strong { font-size: 9px; }
.release-note p { margin: 3px 0 0; color: #d9afba; font-size: 8px; line-height: 1.45; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; z-index: -3; width: 520px; height: 420px; border-radius: 50%; background: radial-gradient(circle,rgba(110,20,255,.18),transparent 62%); filter: blur(4px); }
.hero-phone { position: relative; z-index: 2; width: 270px; height: 530px; padding: 8px; overflow: hidden; border: 2px solid #4157a5; border-radius: 39px; background: #02030a; box-shadow: 0 28px 70px #000,0 0 24px rgba(49,81,255,.62),0 0 35px rgba(208,34,255,.25),inset 0 0 0 1px #1b2350; transform: perspective(900px) rotateY(-4deg); animation: phone-float 5.5s ease-in-out infinite; }
.hero-phone img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; border-radius: 31px; }
.phone-speaker { position: absolute; z-index: 3; top: 12px; left: 50%; width: 68px; height: 11px; transform: translateX(-50%); border-radius: 10px; background: #010208; }
.hero-orbit { position: absolute; z-index: 1; width: 520px; height: 165px; border: 2px solid transparent; border-radius: 50%; background: linear-gradient(#03040d,#03040d) padding-box, linear-gradient(90deg,#0f70ff,#f22cff,#6945ff,#0ad9ff) border-box; box-shadow: 0 0 18px rgba(83,45,255,.54),inset 0 0 18px rgba(94,38,255,.18); transform: rotate(-12deg); }
.orbit-b { width: 430px; height: 135px; opacity: .55; transform: rotate(-19deg); }
.platform-float { position: absolute; z-index: 4; width: 57px; height: 57px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; color: #fff; box-shadow: 0 0 24px currentColor, inset 0 1px rgba(255,255,255,.35); animation: icon-float 4s ease-in-out infinite; }
.platform-float img { width: 28px; height: 28px; filter: brightness(0) invert(1); }
.instagram-float { left: 4%; top: 18%; color: #ff42d0; background: linear-gradient(135deg,#7832ff,#ff33a0,#ff8533); }
.youtube-float { right: 2%; top: 20%; color: #ff4853; background: linear-gradient(135deg,#e81c2f,#ff5d4b); }
.facebook-float { left: 0; top: 43%; color: #2287ff; background: linear-gradient(135deg,#1a50d8,#228eff); animation-delay: -.8s; }
.tiktok-float { left: 9%; bottom: 19%; color: #13eaf0; background: #111321; animation-delay: -1.6s; }
.twitter-float { right: 1%; bottom: 23%; color: #d7e5ff; background: linear-gradient(135deg,#14192c,#1b2c45); animation-delay: -2.4s; }
@keyframes phone-float { 50% { transform: perspective(900px) rotateY(-4deg) translateY(-9px); } }
@keyframes icon-float { 50% { transform: translateY(-8px) rotate(2deg); } }

.benefit-strip, .platform-section, .panel-section, .key-features, .screens-section, .faq-section, .bottom-cta, footer { width: min(1180px,calc(100% - 40px)); margin-inline: auto; }
.benefit-strip { min-height: 113px; margin-top: 10px; padding: 0 22px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #252847; border-radius: 12px; background: linear-gradient(110deg,rgba(17,18,39,.96),rgba(8,10,27,.96)); }
.benefit-strip article { min-width: 0; padding: 22px 24px; display: flex; align-items: center; gap: 14px; border-right: 1px solid #242744; }
.benefit-strip article:last-child { border-right: 0; }
.benefit-strip article > div { min-width: 0; display: grid; gap: 5px; }
.benefit-strip strong { font-size: 13px; }
.benefit-strip span { color: #a3a8bb; font-size: 9px; line-height: 1.45; }
.feature-icon { width: 47px; height: 47px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; filter: drop-shadow(0 0 8px currentColor); }
.feature-icon img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.feature-icon.rocket { color: #af52ff; background: rgba(124,51,255,.18); }
.feature-icon.shield { color: #8880ff; background: rgba(76,74,255,.17); }
.feature-icon.quality { color: #ef52e5; background: rgba(210,50,214,.17); font-size: 15px; }
.feature-icon.formats { color: #8194ff; background: rgba(53,91,255,.17); }

.platform-section, .panel-section, .key-features, .screens-section, .faq-section { padding-top: 51px; }
.section-title { text-align: center; }
.section-title h2 { margin: 0 0 7px; font-size: 27px; line-height: 1.15; letter-spacing: -.035em; }
.section-title p { margin: 0; color: #969db5; font-size: 10px; }
.platform-list { margin-top: 27px; display: grid; grid-template-columns: repeat(8,1fr); gap: 12px; }
.platform-list a { min-width: 0; display: grid; justify-items: center; gap: 9px; color: #e8e9f0; font-size: 10px; text-align: center; }
.platform-list a small { margin-top: -6px; color: #6f7892; font-size: 6px; }
.platform-list a.coming-soon .platform-logo { opacity: .64; }
.platform-logo { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #292e51; border-radius: 50%; background: #0d1022; font-style: normal; box-shadow: inset 0 0 0 4px #090b18; transition: transform .18s ease, box-shadow .18s ease; }
.platform-logo img { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.platform-list a:hover .platform-logo { transform: translateY(-3px); box-shadow: inset 0 0 0 4px #090b18,0 7px 22px currentColor; }
.platform-logo.youtube { color: #fff; background: #ec1d2f; }
.platform-logo.instagram { color: #fff; background: radial-gradient(circle at 30% 95%,#ffb642,#f42b6c 43%,#7c3bf2 70%); }
.platform-logo.facebook { color: #fff; background: #1877f2; font-family: Arial,sans-serif; font-size: 29px; }
.platform-logo.tiktok { color: #fff; text-shadow: -2px -1px #22e5ef,2px 2px #ff3159; font-size: 25px; }
.platform-logo.twitter { color: #fff; font-size: 23px; }
.platform-logo.vimeo { color: #33c8ee; font-size: 24px; }
.platform-logo.daily { color: #dce2ff; font-size: 22px; }
.platform-logo.more { color: #e9ebf5; letter-spacing: .1em; }

.panel-section { margin-top: 42px; padding: 27px 27px 24px; border: 1px solid #242746; border-radius: 12px; background: linear-gradient(135deg,rgba(15,17,39,.98),rgba(7,9,24,.98)); }
.panel-section .section-title { margin-top: -6px; }
.steps { margin-top: 23px; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.steps article { position: relative; min-height: 205px; padding: 25px 14px 17px; border: 1px solid #242846; border-radius: 10px; background: linear-gradient(150deg,#11142a,#090b1b); text-align: center; }
.steps article:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -19px; color: #77809f; font-size: 18px; }
.step-number { position: absolute; top: -8px; left: 13px; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #a934ff; border-radius: 50%; color: #e8c7ff; background: #100c22; font-size: 10px; }
.steps article:nth-child(even) .step-number { border-color: #0babc2; }
.step-icon { width: 55px; height: 55px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 13px; color: #070813; background: linear-gradient(135deg,#cc59ff,#6c56ff); box-shadow: 0 0 20px rgba(147,53,255,.32); }
.step-icon img { width: 24px; height: 24px; filter: brightness(0) saturate(100%) invert(4%) sepia(31%) saturate(1696%) hue-rotate(203deg) brightness(96%); }
.steps h3 { margin: 0 0 8px; font-size: 13px; }
.steps p { max-width: 190px; margin: auto; color: #a2a8bd; font-size: 9px; line-height: 1.55; }

.feature-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.feature-grid article { min-height: 112px; padding: 17px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid #252944; border-radius: 9px; background: linear-gradient(145deg,#121429,#0a0c1c); }
.feature-grid article > div { min-width: 0; }
.feature-grid h3 { margin: 2px 0 6px; font-size: 11px; }
.feature-grid p { margin: 0; color: #9da3b7; font-size: 8px; line-height: 1.45; }
.mini-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; }
.mini-icon img { width: 15px; height: 15px; filter: brightness(0) invert(1); }
.mini-icon.violet { color: #bd57ff; background: rgba(164,47,255,.17); }
.mini-icon.orange { color: #ff852c; background: rgba(255,114,32,.17); }
.mini-icon.blue { color: #18abff; background: rgba(0,147,255,.17); }
.mini-icon.pink { color: #ff4ac3; background: rgba(255,38,173,.17); }
.mini-icon.green { color: #50dc68; background: rgba(45,203,78,.17); }
.mini-icon.purple { color: #c259ff; background: rgba(172,56,255,.17); }
.mini-icon.amber { color: #ff991d; background: rgba(255,135,22,.17); }
.mini-icon.lavender { color: #9e74ff; background: rgba(124,72,255,.17); }

.screen-gallery { margin-top: 24px; padding: 12px; display: grid; grid-template-columns: repeat(5,1fr); align-items: end; gap: 11px; border: 1px solid #212544; border-radius: 12px; background: rgba(7,9,23,.82); overflow: hidden; }
.device-shot { position: relative; height: 360px; margin: 0; overflow: hidden; border: 2px solid #333957; border-radius: 23px; background: linear-gradient(160deg,#0c1027,#050711); box-shadow: 0 12px 28px rgba(0,0,0,.33), inset 0 0 0 1px rgba(255,255,255,.025); }
.phone-notch { position: absolute; z-index: 4; top: 6px; left: 50%; width: 55px; height: 9px; transform: translateX(-50%); border-radius: 999px; background: #010208; }
.real-shot img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; }
.mock-shot { padding: 26px 10px 14px; color: #eff1f7; font-size: 8px; }
.mock-header { margin-bottom: 19px; display: flex; justify-content: space-between; color: #f1f2f8; font-size: 9px; }
.mock-logo { width: 64px; height: 64px; margin: 3px auto 15px; overflow: hidden; border-radius: 16px; box-shadow: 0 0 18px rgba(79,79,255,.45); }
.mock-logo img { width: 100%; height: 100%; object-fit: cover; }
.mock-shot > label { min-height: 31px; padding: 0 8px; display: flex; align-items: center; border: 1px solid #282e50; border-radius: 6px; color: #777f99; background: #111429; }
.mock-shot > button { margin: 6px 0 11px; padding: 7px 12px; float: right; border: 0; border-radius: 5px; color: #fff; background: linear-gradient(90deg,#7f4fff,#a127d8); font-size: 8px; }
.mock-shot ol { clear: both; margin: 18px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; counter-reset: step; }
.mock-shot ol li { padding: 9px; border: 1px solid #202542; border-radius: 6px; color: #b6bbcc; background: #0a0d20; }
.mock-shot ol li::before { counter-increment: step; content: counter(step); width: 15px; height: 15px; margin-right: 7px; display: inline-grid; place-items: center; border-radius: 50%; color: #11091e; background: #aa63ff; }
.video-preview { min-height: 61px; padding: 8px; display: flex; align-items: center; gap: 8px; border: 1px solid #252b4a; border-radius: 7px; background: linear-gradient(135deg,#183b60,#2c2041); }
.video-preview span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 5px; background: rgba(255,255,255,.13); }
.video-preview span img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.format-row { margin: 6px 0 !important; padding: 8px !important; display: flex; justify-content: space-between; border: 1px solid #202642; border-radius: 6px; color: #bbc0d0 !important; background: #0a0d20; font-size: 7px !important; }
.format-row b { color: #8f96ad; font-weight: 600; }
.mock-download { width: 100%; float: none !important; margin-top: 12px !important; }
.progress-shot { display: flex; flex-direction: column; align-items: center; text-align: center; }
.progress-shot .mock-header { width: 100%; }
.progress-ring { width: 140px; height: 140px; margin: 42px 0 18px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#b72cff 0 45%,#6d64ff 45% 85%,#202541 85%); box-shadow: 0 0 22px rgba(105,74,255,.38); animation: progress-glow 2.4s ease-in-out infinite; }
.progress-ring::before { content: ""; width: 121px; height: 121px; grid-area: 1/1; border-radius: 50%; background: #080a18; box-shadow: inset 0 0 28px rgba(62,62,255,.18); }
.progress-ring b { z-index: 1; grid-area: 1/1; font-size: 27px; }
.progress-shot > strong { color: #adb3c7; font-size: 7px; }
.progress-shot > small { margin-top: 6px; color: #818aa4; }
@keyframes progress-glow { 50% { box-shadow: 0 0 34px rgba(195,51,255,.48); } }
.downloads-shot .mock-tabs { margin: -4px 0 11px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #242a48; text-align: center; }
.mock-tabs b, .mock-tabs span { padding: 8px 4px; }
.mock-tabs b { color: #fff; border-bottom: 2px solid #9f38ff; }
.mock-tabs span { color: #68718d; }
.downloads-shot > p { margin: 6px 0; padding: 7px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 6px; border: 1px solid #202642; border-radius: 6px; background: #0a0d1f; }
.downloads-shot > p > i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 5px; color: #fff; background: linear-gradient(135deg,#172f55,#5e215d); font-style: normal; }
.downloads-shot > p > i img { width: 12px; height: 12px; filter: brightness(0) invert(1); }
.downloads-shot > p > span { min-width: 0; display: grid; gap: 2px; }
.downloads-shot > p b { overflow: hidden; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.downloads-shot > p small, .downloads-shot > p em { color: #717992; font-size: 5px; font-style: normal; }

.faq-grid { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
.faq-grid details { border: 1px solid #222746; border-radius: 9px; background: #080a1b; }
.faq-grid summary { padding: 13px 15px; display: flex; justify-content: space-between; cursor: pointer; list-style: none; font-size: 10px; font-weight: 750; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary b { color: #d944ff; }
.faq-grid p { margin: 0; padding: 0 15px 14px; color: #9ea6c0; font-size: 9px; line-height: 1.6; }

.guide-grid { margin-top: 23px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.guide-grid article { padding: 20px; border: 1px solid #292d50; border-radius: 10px; background: linear-gradient(145deg,#11142a,#080a1a); }
.guide-grid h3 { margin: 0 0 9px; font-size: 14px; }
.guide-grid p { margin: 0; color: #aeb5cb; font-size: 10px; line-height: 1.7; }
.guide-grid p a, .guide-grid article > a { color: #61ddff; text-decoration: underline; text-underline-offset: 3px; }
.guide-grid article > a { margin-top: 13px; display: inline-block; font-size: 10px; font-weight: 800; }

.platform-page { width: min(1050px,calc(100% - 40px)); margin: 0 auto; padding: 36px 0 70px; }
.platform-breadcrumb { display: flex; gap: 9px; color: #8f98b3; font-size: 10px; }
.platform-breadcrumb a { color: #55dcff; }
.platform-hero { max-width: 780px; margin: 40px auto 27px; text-align: center; }
.platform-hero > img { width: 78px; height: 78px; margin: 0 auto 14px; display: block; border-radius: 18px; object-fit: cover; box-shadow: 0 0 28px rgba(87,64,255,.28); }
.platform-hero .eyebrow { margin-inline: auto; }
.platform-hero h1 { margin: 17px 0 13px; font-size: clamp(34px,6vw,64px); line-height: 1.02; letter-spacing: -.04em; text-transform: capitalize; }
.platform-hero p { max-width: 680px; margin: 0 auto; color: #b3b9cc; font-size: 14px; line-height: 1.65; }
.platform-downloader { max-width: 880px; margin: 0 auto; }
.platform-content { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.platform-content article { padding: 22px; border: 1px solid #252a4a; border-radius: 12px; background: linear-gradient(145deg,rgba(16,19,42,.97),rgba(7,9,24,.98)); }
.platform-content article.platform-note { grid-column: 1 / -1; }
.platform-content h2 { margin: 0 0 11px; font-size: 18px; }
.platform-content p, .platform-content li { color: #aeb5ca; font-size: 11px; line-height: 1.75; }
.platform-content ul, .platform-content ol { margin: 11px 0 0; padding-left: 20px; }
.platform-inline-link { margin-top: 12px; display: inline-block; color: #55dcff; font-size: 11px; font-weight: 800; }
.platform-faq { margin-top: 35px; }
.platform-faq > h2, .related-downloaders > h2 { text-align: center; font-size: 24px; }
.platform-faq > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.platform-faq details { border: 1px solid #252a49; border-radius: 9px; background: #080a1b; }
.platform-faq summary { padding: 15px; display: flex; justify-content: space-between; gap: 12px; cursor: pointer; list-style: none; font-size: 11px; font-weight: 800; }
.platform-faq summary::-webkit-details-marker { display: none; }
.platform-faq summary b { color: #d944ff; }
.platform-faq p { margin: 0; padding: 0 15px 15px; color: #aab1c7; font-size: 10px; line-height: 1.7; }
.related-downloaders { margin-top: 35px; }
.related-downloaders > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.related-downloaders a { padding: 9px 12px; border: 1px solid #32375e; border-radius: 999px; color: #cad0e2; background: #0c0f25; font-size: 10px; }
.platform-cookie-settings { margin: 28px auto 0; display: block; }

.bottom-cta { min-height: 103px; margin-top: 49px; padding: 17px 29px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 20px; border: 1px solid transparent; border-radius: 13px; background: linear-gradient(95deg,#18103d,#271153 43%,#18143a) padding-box, linear-gradient(90deg,#b516ff,#245cff,#00d7ff) border-box; }
.cta-icon { width: 61px; height: 61px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#a72fff,#5842c7); box-shadow: 0 0 20px rgba(138,41,255,.36); }
.cta-icon img { width: 28px; height: 28px; filter: brightness(0) invert(1); }
.bottom-cta h2 { margin: 0; font-size: 20px; }
.bottom-cta p { margin: 6px 0 0; color: #bec3d4; font-size: 10px; }
.bottom-cta a { padding: 14px 25px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; background: linear-gradient(90deg,#a823e9,#8c31e4); box-shadow: 0 0 20px rgba(116,51,255,.38); font-size: 11px; font-weight: 850; }
.bottom-cta a > img { width: 13px; height: 13px; filter: brightness(0) invert(1); }
.bottom-cta a span { margin-left: 7px; }

footer { position: relative; margin-top: 27px; padding: 30px 0 47px; display: grid; grid-template-columns: 1.45fr repeat(3,.65fr) .85fr; gap: 28px; border-top: 1px solid #171b33; color: #9fa5b9; }
footer h3 { margin: 0 0 11px; color: #fff; font-size: 11px; }
footer > div > a, footer > div > button { width: fit-content; margin: 6px 0; display: block; color: #9fa5b9; font-size: 8px; }
.footer-about .brand { color: #fff; }
.footer-about .brand img { width: 43px; height: 43px; }
.footer-about .brand strong { font-size: 16px; }
.footer-about > p { max-width: 240px; margin: 12px 0; font-size: 8px; line-height: 1.6; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 27px !important; height: 27px; margin: 0 !important; display: grid !important; place-items: center; border: 1px solid #222844; border-radius: 50%; color: #e6e9f6 !important; background: #090c1c; }
.social-links a img { width: 11px; height: 11px; filter: brightness(0) invert(1); }
.footer-qr p { margin: 0 0 8px; font-size: 8px; line-height: 1.45; }
.footer-qr > a { width: 104px !important; height: 104px; margin: 0 0 7px !important; padding: 6px; display: block !important; border-radius: 7px; background: #fff; }
.footer-qr img { width: 100%; height: 100%; display: block; image-rendering: crisp-edges; }
.footer-qr span { display: block; color: #7e869d; font-size: 7px; }
.copyright { position: absolute; right: 0; bottom: 15px; left: 0; margin: 0; padding-top: 12px; border-top: 1px solid #171b33; color: #6f768d; font-size: 7px; text-align: center; }

.google-ad-slot { width: min(1180px,calc(100% - 40px)); min-height: 118px; margin: 26px auto; padding: 20px; overflow: hidden; border: 1px solid #1d294d; border-radius: 13px; background: linear-gradient(145deg,#060a1c,#030612); text-align: center; }
.google-ad-slot > span { display: block; margin-bottom: 10px; color: #747e9c; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.google-ad-slot ins { min-height: 76px; }
.google-ad-slot--inline { margin-top: 28px; margin-bottom: 8px; }
.google-ad-slot--footer { margin-top: 44px; }
.cookie-settings-link { padding: 0; border: 0; color: #28d9ff; background: transparent; cursor: pointer; font-size: 8px; }
.consent-banner { position: fixed; z-index: 1000; left: 50%; bottom: 18px; width: min(960px,calc(100% - 28px)); padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; transform: translateX(-50%); border: 1px solid #3b4d7b; border-radius: 16px; background: rgba(5,8,23,.98); box-shadow: 0 22px 70px #000,0 0 26px rgba(59,52,255,.2); backdrop-filter: blur(16px); }
.consent-banner strong { font-size: 13px; }
.consent-banner p { margin: 4px 0 0; color: #adb5cf; font-size: 10px; line-height: 1.55; }
.consent-banner p a { color: #42e1ef; text-decoration: underline; }
.consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.consent-actions button { min-height: 38px; padding: 8px 13px; border: 1px solid #405078; border-radius: 9px; color: #e9ecf8; background: #0a1027; cursor: pointer; font-size: 10px; font-weight: 800; }
.consent-actions button[data-consent="accept"] { border-color: #705aff; background: linear-gradient(90deg,#870ce8,#126cff); }

@media (max-width: 1040px) {
  .nav-links { gap: 20px; }
  .hero { grid-template-columns: minmax(0,1fr) 360px; gap: 28px; }
  .hero-visual { min-height: 535px; }
  .hero-phone { width: 240px; height: 470px; }
  .hero-orbit { width: 440px; }
  .benefit-strip { padding-inline: 8px; }
  .benefit-strip article { padding-inline: 15px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .device-shot { height: 325px; }
  footer { grid-template-columns: 1.4fr repeat(3,.7fr); }
  .footer-qr { grid-column: 4; }
}

@media (max-width: 880px) {
  .site-header { min-height: 72px; }
  .nav-links { position: absolute; z-index: 30; top: 68px; right: 0; left: 0; padding: 10px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid #30365f; border-radius: 13px; background: rgba(5,7,22,.98); box-shadow: 0 18px 48px rgba(0,0,0,.45); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .nav-links a::after { display: none; }
  .menu-toggle { display: block; }
  .nav-download { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 38px; text-align: center; }
  .eyebrow { margin-inline: auto; }
  .hero h1, .hero-copy > p, .release-note { margin-inline: auto; }
  .trust-pills, .hero-actions { justify-content: center; }
  .download-shell { text-align: left; }
  .hero-visual { min-height: 520px; }
  .platform-float { width: 52px; height: 52px; }
  .instagram-float { left: 17%; }
  .facebook-float { left: 14%; }
  .tiktok-float { left: 18%; }
  .youtube-float { right: 16%; }
  .twitter-float { right: 15%; }
  .benefit-strip { grid-template-columns: 1fr 1fr; }
  .benefit-strip article:nth-child(2) { border-right: 0; }
  .benefit-strip article:nth-child(-n+2) { border-bottom: 1px solid #242744; }
  .platform-list { grid-template-columns: repeat(4,1fr); gap: 22px 10px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(2)::after { display: none; }
  .screen-gallery { grid-template-columns: repeat(3,1fr); }
  .device-shot { height: 355px; }
  footer { grid-template-columns: 1.3fr repeat(2,1fr); }
  .footer-qr { grid-column: auto; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 24px); }
  .brand { min-width: 0; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 16px; }
  .hero, .benefit-strip, .platform-section, .panel-section, .key-features, .screens-section, .faq-section, .bottom-cta, footer, .google-ad-slot { width: calc(100% - 24px); }
  .hero { padding-top: 30px; gap: 16px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 12px; }
  .hero-downloader { padding: 13px 12px 11px; }
  .download-main-row { grid-template-columns: 1fr; }
  .main-download { width: 100%; }
  .form-options { align-items: stretch; }
  .format-switch { flex: 1; }
  .quality-field { flex: 1; justify-content: space-between; }
  .permission-check { flex-basis: 100%; }
  .panel-footer { flex-wrap: wrap; }
  .result-card, .picker-result { align-items: flex-start; flex-wrap: wrap; }
  .result-card > a, .picker-grid { width: 100%; margin-left: 0; text-align: center; }
  .result-actions { width: 100%; margin-left: 0; display: grid; grid-template-columns: 1fr; }
  .result-actions a { width: auto; text-align: center; }
  .hero-actions { flex-direction: column; }
  .primary-cta, .secondary-cta { width: 100%; }
  .hero-visual { min-height: 455px; }
  .hero-phone { width: 206px; height: 405px; border-radius: 32px; }
  .hero-phone img { border-radius: 25px; }
  .hero-orbit { width: 94vw; height: 135px; }
  .orbit-b { width: 82vw; height: 108px; }
  .platform-float { width: 43px; height: 43px; border-radius: 13px; font-size: 20px; }
  .instagram-float { left: 3%; }
  .facebook-float { left: 1%; }
  .tiktok-float { left: 5%; }
  .youtube-float { right: 3%; }
  .twitter-float { right: 2%; }
  .benefit-strip { grid-template-columns: 1fr; padding: 0; }
  .benefit-strip article { min-height: 88px; border-right: 0; border-bottom: 1px solid #242744 !important; }
  .benefit-strip article:last-child { border-bottom: 0 !important; }
  .platform-section, .key-features, .screens-section, .faq-section { padding-top: 43px; }
  .platform-list { grid-template-columns: repeat(4,1fr); }
  .platform-logo { width: 43px; height: 43px; }
  .panel-section { margin-top: 34px; padding: 25px 13px 13px; }
  .steps { grid-template-columns: 1fr; gap: 11px; }
  .steps article { min-height: 180px; }
  .steps article::after { display: none !important; }
  .feature-grid { grid-template-columns: 1fr; }
  .guide-grid, .platform-content, .platform-faq > div { grid-template-columns: 1fr; }
  .platform-page { width: calc(100% - 24px); padding-top: 20px; }
  .platform-hero { margin-top: 28px; }
  .platform-hero h1 { font-size: 38px; }
  .platform-hero p { font-size: 12px; }
  .platform-content article.platform-note { grid-column: auto; }
  .screen-gallery { grid-template-columns: repeat(5,210px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .screen-gallery::-webkit-scrollbar { display: none; }
  .device-shot { height: 370px; scroll-snap-align: center; }
  .faq-grid { grid-template-columns: 1fr; }
  .bottom-cta { grid-template-columns: 1fr; justify-items: center; padding: 24px 18px; text-align: center; }
  .bottom-cta a { width: 100%; text-align: center; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-about, .footer-qr, .copyright { grid-column: 1 / -1; }
  .footer-qr { text-align: left; }
  .consent-banner { bottom: 10px; align-items: stretch; flex-direction: column; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions button[data-consent="accept"] { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
