:root {
  --bg: #f4f7fb;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #dbe5f1;
  --brand: #2563eb;
  --brand-2: #06b6d4;
  --violet: #7c3aed;
  --pink: #ec4899;
  --dark: #101827;
  --card: #ffffff;
  --ok: #16a34a;
  --bad: #dc2626;
  --warn: #d97706;
  --font-body: "Manrope", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Space Grotesk", "Manrope", "Segoe UI", system-ui, sans-serif;
}

/* 2026-07-11 SmartNet vision full-bleed redesign */
.vision-site,
.vision-site * { box-sizing: border-box; letter-spacing: 0; }
.vision-site { --v-bg:#070914; --v-text:#f8f9ff; --v-muted:#a5abc4; --v-blue:#55c5ff; --v-violet:#a77bff; --v-pink:#e578d2; min-height:100vh; overflow:hidden; color:var(--v-text); background:var(--v-bg); font-family:"Manrope","Segoe UI",system-ui,sans-serif; }
.vision-site a { color:inherit; text-decoration:none; }
.vision-hero { min-height:100vh; position:relative; overflow:hidden; background:#080a17; }
.vision-hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.vision-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,7,18,.95) 0%,rgba(5,7,18,.8) 34%,rgba(5,7,18,.22) 62%,rgba(5,7,18,.12) 100%),linear-gradient(180deg,rgba(3,5,13,.48),rgba(3,5,13,.08) 46%,rgba(3,5,13,.9) 100%); }
.vision-nav { width:min(1440px,calc(100% - 64px)); min-height:88px; margin:0 auto; position:relative; z-index:4; display:flex; align-items:center; justify-content:space-between; gap:24px; border-bottom:1px solid rgba(202,213,255,.16); }
.vision-brand { min-width:max-content; display:inline-flex; align-items:center; gap:11px; }
.vision-mark { width:42px; height:42px; position:relative; display:grid; place-items:center; border:1px solid rgba(111,206,255,.7); border-radius:13px; background:linear-gradient(145deg,#111a40,#266cc0 57%,#c66cce); box-shadow:0 0 30px rgba(82,143,255,.28); }
.vision-mark::before { content:"S"; color:#fff; font-family:"Space Grotesk",sans-serif; font-size:25px; font-weight:900; }
.vision-mark span { width:7px; height:7px; position:absolute; right:6px; bottom:6px; border-radius:50%; background:#5be4ff; }
.vision-brand b,.vision-brand small { display:block; }
.vision-brand b { font-size:16px; line-height:1; font-weight:900; }
.vision-brand small { margin-top:5px; color:#9da6c8; font-size:10px; letter-spacing:.14em; font-weight:800; }
.vision-nav nav,.vision-nav-actions,.vision-actions,.vision-hero-bottom,.vision-platform-row,.vision-product-list article>div:last-child,.vision-footer nav { display:flex; align-items:center; }
.vision-nav nav { gap:28px; color:rgba(241,245,255,.72); font-size:13px; font-weight:750; }
.vision-nav nav a:hover,.vision-nav-actions>a:first-child:hover,.vision-footer nav a:hover,.vision-text-link:hover { color:var(--v-blue); }
.vision-nav-actions { gap:10px; color:#c6cbe0; font-size:12px; font-weight:800; }
.vision-nav-actions>a { padding:10px 12px; transition:color 180ms ease; }
.vision-top-cta,.vision-primary,.vision-outline { min-height:46px; padding:0 18px; display:inline-flex; align-items:center; justify-content:center; gap:9px; border-radius:9px; font-size:13px; font-weight:900; transition:transform 180ms ease,filter 180ms ease,border-color 180ms ease,background 180ms ease; }
.vision-top-cta,.vision-primary { color:#080a17!important; background:linear-gradient(115deg,#5ed3ff,#8e84ff 67%,#e478d4); box-shadow:0 16px 36px rgba(102,120,255,.22); }
.vision-top-cta { min-height:40px; padding:0 14px; font-size:12px; }
.vision-top-cta:hover,.vision-primary:hover { transform:translateY(-2px); filter:saturate(1.12); }
.vision-outline { color:#f5f6ff; border:1px solid rgba(200,212,255,.29); background:rgba(255,255,255,.05); }
.vision-outline:hover { border-color:rgba(96,205,255,.64); background:rgba(75,131,255,.13); }
.vision-hero-content { width:min(1440px,calc(100% - 64px)); position:relative; z-index:3; min-height:calc(100vh - 170px); margin:0 auto; padding:110px 0 170px; display:flex; flex-direction:column; justify-content:center; }
.vision-kicker,.vision-label { display:inline-flex; align-items:center; gap:9px; color:#70d1ff; font-size:11px; letter-spacing:.17em; text-transform:uppercase; font-weight:950; }
.vision-kicker i { width:7px; height:7px; border-radius:50%; background:var(--v-pink); box-shadow:0 0 0 5px rgba(229,120,210,.1),0 0 18px rgba(229,120,210,.7); }
.vision-hero h1,.vision-intro h2,.vision-console-copy h2,.vision-products h2,.vision-plans h2,.vision-final h2 { margin:0; font-family:"Space Grotesk","Manrope",sans-serif; font-weight:800; letter-spacing:-.06em; }
.vision-hero h1 { max-width:620px; margin-top:20px; font-size:clamp(68px,8vw,116px); line-height:.86; }
.vision-hero h1 em,.vision-intro h2 em,.vision-console-copy h2 em,.vision-products h2 em,.vision-plans h2 em,.vision-final h2 em { color:transparent; font-style:normal; background:linear-gradient(100deg,#63cfff,#a17bff 57%,#ed78d5); -webkit-background-clip:text; background-clip:text; }
.vision-hero-content>p { max-width:510px; margin:28px 0 0; color:#b3b8d0; font-size:17px; line-height:1.68; }
.vision-actions { flex-wrap:wrap; gap:10px; margin-top:30px; }
.vision-actions a { min-height:54px; padding:0 21px; }
.vision-hero-side { position:absolute; z-index:4; right:max(28px,calc((100vw - 1440px)/2)); top:50%; transform:translateY(-50%); display:grid; justify-items:center; gap:12px; color:#c8cbea; font-family:"Space Grotesk",sans-serif; font-size:12px; }
.vision-hero-side i { width:1px; height:100px; background:linear-gradient(#6d73ff,transparent); }
.vision-hero-side small { margin-top:20px; color:#8892b4; font-family:"Manrope",sans-serif; font-size:8px; letter-spacing:.15em; line-height:1.6; text-align:center; }
.vision-hero-bottom { position:absolute; z-index:4; left:max(32px,calc((100vw - 1440px)/2)); right:max(32px,calc((100vw - 1440px)/2)); bottom:26px; justify-content:space-between; gap:20px; color:#a9b1cd; font-size:11px; }
.vision-hero-bottom span:not(.vision-scroll) { padding-left:13px; border-left:1px solid rgba(202,213,255,.25); }
.vision-hero-bottom b { color:#f6f8ff; }
.vision-scroll { color:#84cdf5; }
.vision-scroll b { margin-left:6px; color:#d0a2ff; font-size:19px; }
.vision-intro,.vision-console,.vision-products,.vision-plans,.vision-final,.vision-footer { width:min(1240px,calc(100% - 64px)); margin:0 auto; }
.vision-intro { min-height:330px; padding:105px 0 90px; display:grid; grid-template-columns:110px minmax(0,1fr) minmax(280px,.7fr); align-items:start; gap:38px; border-bottom:1px solid rgba(202,213,255,.13); }
.vision-index { color:#7c83a7; font-family:"Space Grotesk",sans-serif; font-size:12px; }
.vision-intro h2,.vision-console-copy h2,.vision-products h2,.vision-plans h2,.vision-final h2 { margin-top:16px; font-size:clamp(38px,4.8vw,64px); line-height:.99; }
.vision-intro p { margin:45px 0 0; color:var(--v-muted); font-size:15px; line-height:1.7; }
.vision-console { min-height:650px; padding:105px 0; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr); align-items:center; gap:65px; }
.vision-console-media { position:relative; overflow:hidden; border:1px solid rgba(186,206,255,.2); border-radius:17px; box-shadow:0 35px 88px rgba(0,0,0,.45); }
.vision-console-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(6,8,20,.08),rgba(6,8,20,.57)); }
.vision-console-media img { width:100%; display:block; aspect-ratio:1.34; object-fit:cover; filter:saturate(.7) hue-rotate(20deg) contrast(1.08); }
.vision-console-caption { position:absolute; z-index:2; left:22px; right:22px; bottom:22px; display:grid; gap:5px; }
.vision-console-caption span { color:#7bd4ff; font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.vision-console-caption b { max-width:370px; font-family:"Space Grotesk",sans-serif; font-size:22px; }
.vision-console-copy { max-width:520px; }
.vision-console-copy>p { margin:20px 0 0; color:var(--v-muted); font-size:16px; line-height:1.7; }
.vision-platform-row { margin-top:31px; flex-wrap:wrap; gap:10px; }
.vision-platform-row span { min-width:130px; padding:12px 13px; border-left:2px solid #7775ff; background:linear-gradient(90deg,rgba(102,114,255,.13),transparent); }
.vision-platform-row b,.vision-platform-row small { display:block; }
.vision-platform-row b { font-size:12px; }
.vision-platform-row small { margin-top:5px; color:#828eaf; font-size:10px; }
.vision-text-link { margin-top:27px; display:inline-flex; align-items:center; gap:9px; color:#eff2ff; font-size:13px; font-weight:850; transition:color 180ms ease; }
.vision-text-link b { color:#6acfff; font-size:19px; }
.vision-products { padding:105px 0; border-top:1px solid rgba(202,213,255,.13); }
.vision-products-head { margin-top:25px; display:flex; align-items:end; justify-content:space-between; gap:20px; }
.vision-product-list { margin-top:50px; border-top:1px solid rgba(202,213,255,.16); }
.vision-product-list article { min-height:116px; padding:18px 0; display:grid; grid-template-columns:54px minmax(0,1fr) auto; align-items:center; gap:18px; border-bottom:1px solid rgba(202,213,255,.16); }
.vision-product-icon { width:45px; height:45px; display:grid; place-items:center; border-radius:12px; color:#080a17; background:linear-gradient(135deg,#5fcfff,#997fff); font-size:17px; font-weight:950; }
.vision-product-icon.blue { color:#fff; background:linear-gradient(135deg,#2675d3,#57d7ff); }
.vision-product-icon.violet { color:#fff; background:linear-gradient(135deg,#8061dc,#e879ce); }
.vision-product-list h3 { margin:0; font-size:18px; font-weight:850; }
.vision-product-list p { margin:6px 0 0; color:#8993b1; font-size:12px; }
.vision-product-list article>div:last-child { gap:8px; }
.vision-product-list article>div:last-child a,.vision-product-list article>a { min-height:40px; padding:0 12px; display:inline-flex; align-items:center; justify-content:center; border:1px solid rgba(132,187,255,.25); border-radius:8px; color:#eaf4ff; font-size:11px; font-weight:850; }
.vision-product-list article>div:last-child a:hover,.vision-product-list article>a:hover { border-color:#6bd0ff; color:#6bd0ff; }
.vision-plans { min-height:540px; padding:105px 0; display:grid; grid-template-columns:110px minmax(0,.8fr) minmax(0,1.2fr); gap:38px; align-items:start; border-top:1px solid rgba(202,213,255,.13); }
.vision-plans-copy { max-width:420px; }
.vision-plans-copy>p { margin:20px 0 0; color:var(--v-muted); font-size:15px; line-height:1.7; }
.vision-plans-copy .vision-primary { margin-top:27px; }
.vision-plan-table { border-top:1px solid rgba(202,213,255,.18); }
.vision-plan-table a { min-height:102px; padding:20px 0; display:grid; grid-template-columns:1fr auto 28px; align-items:center; gap:15px; border-bottom:1px solid rgba(202,213,255,.18); }
.vision-plan-table a.active { padding:20px 15px; border:1px solid rgba(133,125,255,.5); background:linear-gradient(90deg,rgba(79,87,215,.18),rgba(207,102,207,.08)); }
.vision-plan-table span { color:#e4e7f3; font-size:14px; font-weight:800; }
.vision-plan-table span em { margin-left:8px; padding:4px 7px; border-radius:999px; color:#070a17; background:#65d3ff; font-size:8px; font-style:normal; font-weight:950; }
.vision-plan-table b { color:#fff; font-family:"Space Grotesk",sans-serif; font-size:28px; }
.vision-plan-table b small { margin-left:4px; color:#8089a7; font-family:"Manrope",sans-serif; font-size:10px; }
.vision-plan-table i { color:#7c87ff; font-size:20px; font-style:normal; }
.vision-final { padding:65px 0 75px; display:grid; grid-template-columns:110px minmax(0,1fr) minmax(280px,.7fr); gap:38px; align-items:center; border-top:1px solid rgba(202,213,255,.13); }
.vision-final p { margin:0; color:var(--v-muted); font-size:15px; line-height:1.65; }
.vision-final .vision-actions { margin-top:22px; }
.vision-footer { min-height:115px; padding:28px 0 36px; display:grid; grid-template-columns:auto minmax(220px,1fr) auto; align-items:center; gap:30px; border-top:1px solid rgba(202,213,255,.13); }
.vision-footer p { max-width:500px; margin:0; color:#7e88a9; font-size:10px; line-height:1.65; }
.vision-footer nav { justify-content:flex-end; flex-wrap:wrap; gap:15px; color:#a5aecc; font-size:11px; font-weight:750; }

@media (max-width:1000px) {
  .vision-nav,.vision-hero-content,.vision-intro,.vision-console,.vision-products,.vision-plans,.vision-final,.vision-footer { width:min(100% - 42px,920px); }
  .vision-nav nav { gap:15px; }
  .vision-hero-content { padding-top:90px; }
  .vision-intro,.vision-plans,.vision-final { grid-template-columns:80px minmax(0,1fr) minmax(240px,.75fr); gap:25px; }
}
@media (max-width:780px) {
  .vision-nav,.vision-hero-content,.vision-intro,.vision-console,.vision-products,.vision-plans,.vision-final,.vision-footer { width:min(100% - 28px,640px); }
  .vision-nav { min-height:auto; padding:13px 0; flex-wrap:wrap; }
  .vision-nav nav { order:3; width:100%; overflow-x:auto; padding-bottom:3px; justify-content:flex-start; }
  .vision-nav-actions>a:first-child { display:none; }
  .vision-hero { min-height:760px; }
  .vision-hero-image { object-position:62% center; }
  .vision-hero-shade { background:linear-gradient(180deg,rgba(5,7,18,.85),rgba(5,7,18,.45) 48%,rgba(5,7,18,.95) 100%); }
  .vision-hero-content { min-height:610px; padding:75px 0 175px; justify-content:center; }
  .vision-hero h1 { font-size:clamp(58px,15vw,84px); }
  .vision-hero-content>p { max-width:440px; font-size:15px; }
  .vision-hero-side { right:16px; top:52%; }
  .vision-hero-bottom { left:14px; right:14px; display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
  .vision-hero-bottom span:nth-child(3) { display:none; }
  .vision-scroll { grid-column:1/-1; justify-self:end; }
  .vision-intro,.vision-console,.vision-plans,.vision-final { padding:76px 0; }
  .vision-intro,.vision-plans,.vision-final { grid-template-columns:1fr; gap:20px; }
  .vision-intro p { margin-top:0; }
  .vision-console { display:flex; flex-direction:column; align-items:stretch; gap:34px; }
  .vision-console-media { order:2; }
  .vision-console-copy { order:1; }
  .vision-products-head { align-items:flex-start; flex-direction:column; }
  .vision-product-list article { grid-template-columns:48px minmax(0,1fr); gap:12px; }
  .vision-product-list article>a,.vision-product-list article>div:last-child { grid-column:2; }
  .vision-final { align-items:start; }
  .vision-footer { grid-template-columns:1fr; align-items:start; gap:18px; }
  .vision-footer nav { justify-content:flex-start; }
}
@media (max-width:520px) {
  .vision-mark { width:38px; height:38px; border-radius:11px; }
  .vision-brand b { font-size:14px; }
  .vision-top-cta { min-height:38px; padding:0 11px; font-size:11px; }
  .vision-hero h1 { font-size:55px; }
  .vision-hero-content { padding-top:55px; }
  .vision-actions { display:grid; grid-template-columns:1fr; }
  .vision-actions a { width:100%; }
  .vision-hero-bottom { font-size:9px; }
  .vision-hero-bottom span:not(.vision-scroll) { padding-left:7px; }
  .vision-intro h2,.vision-console-copy h2,.vision-products h2,.vision-plans h2,.vision-final h2 { font-size:37px; }
  .vision-platform-row { display:grid; grid-template-columns:1fr 1fr; }
  .vision-platform-row span { min-width:0; }
  .vision-product-icon { width:39px; height:39px; }
  .vision-product-list article { grid-template-columns:45px minmax(0,1fr); }
  .vision-plan-table b { font-size:23px; }
}

/* 2026-07-11 SmartNet origin redesign */
.origin-site,
.origin-site * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.origin-site {
  --origin-bg: #080a17;
  --origin-panel: #111329;
  --origin-text: #f8f9ff;
  --origin-muted: #9ca4c4;
  --origin-blue: #55b6ff;
  --origin-violet: #9c75ff;
  --origin-pink: #e86fc7;
  min-height: 100vh;
  color: var(--origin-text);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 12%, rgba(89, 71, 218, 0.25), transparent 26%),
    radial-gradient(circle at 18% 42%, rgba(34, 129, 226, 0.12), transparent 30%),
    linear-gradient(90deg, rgba(151, 128, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #0d1024 0%, var(--origin-bg) 52%, #05060e 100%);
  background-size: auto, auto, 82px 82px, auto;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
}

.origin-site a { color: inherit; text-decoration: none; }

.origin-nav {
  width: min(1440px, calc(100% - 64px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(175, 183, 255, 0.13);
}

.origin-brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.origin-brand-mark {}
.origin-mark {
  width: 42px;
  height: 42px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(157, 117, 255, 0.65);
  border-radius: 13px;
  background: linear-gradient(145deg, #121b42, #2550a0 55%, #b960cf);
  box-shadow: 0 0 26px rgba(92, 109, 255, 0.24);
}
.origin-mark::before { content: "S"; color: #fff; font-family: "Space Grotesk", sans-serif; font-size: 25px; font-weight: 900; }
.origin-mark span { position: absolute; right: 6px; bottom: 6px; width: 7px; height: 7px; border-radius: 50%; background: #5ce1ff; }
.origin-brand b, .origin-brand small { display: block; }
.origin-brand b { font-size: 16px; line-height: 1; font-weight: 900; }
.origin-brand small { margin-top: 5px; color: #8d95b6; font-size: 10px; letter-spacing: 0.12em; font-weight: 800; }

.origin-nav nav, .origin-nav-actions, .origin-hero-actions, .origin-hero-meta, .origin-trust, .origin-card-head, .origin-mini-links, .origin-footer nav { display: flex; align-items: center; }
.origin-nav nav { gap: 28px; color: rgba(242, 243, 255, 0.7); font-size: 13px; font-weight: 750; }
.origin-nav nav a:hover, .origin-nav-actions > a:hover, .origin-footer nav a:hover, .origin-link:hover { color: #7bd9ff; }
.origin-nav-actions { gap: 10px; color: #b8bedb; font-size: 12px; font-weight: 800; }
.origin-nav-actions > a { padding: 10px 12px; transition: color 180ms ease; }
.origin-nav-cta, .origin-primary, .origin-ghost { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 9px; font-size: 13px; font-weight: 900; transition: transform 180ms ease, filter 180ms ease, background 180ms ease, border-color 180ms ease; }
.origin-nav-cta, .origin-primary { color: #070a18 !important; background: linear-gradient(115deg, #57c7ff, #8f7aff 70%, #d76acb); box-shadow: 0 13px 35px rgba(113, 106, 246, 0.2); }
.origin-nav-cta { min-height: 40px; padding: 0 14px; font-size: 12px; }
.origin-primary:hover, .origin-nav-cta:hover { transform: translateY(-2px); filter: saturate(1.12); }
.origin-ghost { color: #f4f5ff; border: 1px solid rgba(188, 197, 255, 0.24); background: rgba(255, 255, 255, 0.045); }
.origin-ghost:hover { border-color: rgba(119, 209, 255, 0.57); background: rgba(82, 154, 255, 0.1); }

.origin-hero { width: min(1440px, calc(100% - 64px)); min-height: 680px; margin: 0 auto; padding: 72px 0 55px; display: grid; grid-template-columns: minmax(360px, 0.76fr) minmax(600px, 1.24fr); align-items: center; gap: 45px; }
.origin-hero-copy { position: relative; z-index: 2; }
.origin-status { display: inline-flex; align-items: center; gap: 9px; color: #7fd7ff; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 950; }
.origin-status span { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--origin-pink); box-shadow: 0 0 0 5px rgba(232, 111, 199, 0.1), 0 0 16px rgba(232, 111, 199, 0.65); }
.origin-hero h1, .origin-section h2, .origin-platform-copy h2, .origin-pricing h2, .origin-cta h2 { margin: 0; font-family: "Space Grotesk", "Manrope", sans-serif; font-weight: 800; letter-spacing: -0.055em; }
.origin-hero h1 { max-width: 600px; margin-top: 22px; font-size: clamp(60px, 6.7vw, 96px); line-height: 0.91; }
.origin-hero h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg, #65c6ff 0%, #9d7aff 58%, #ef79c8 100%); -webkit-background-clip: text; background-clip: text; }
.origin-hero-copy > p { max-width: 540px; margin: 25px 0 0; color: var(--origin-muted); font-size: 17px; line-height: 1.68; }
.origin-hero-actions { flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.origin-hero-actions a { min-height: 54px; padding: 0 21px; }
.origin-hero-meta { gap: 0; margin-top: 37px; }
.origin-hero-meta span { min-width: 104px; padding-left: 14px; border-left: 1px solid rgba(182, 188, 255, 0.22); }
.origin-hero-meta b, .origin-hero-meta small { display: block; }
.origin-hero-meta b { font-family: "Space Grotesk", sans-serif; font-size: 19px; }
.origin-hero-meta small { margin-top: 4px; color: #7e86a7; font-size: 10px; }

.origin-hero-art { min-height: 550px; position: relative; overflow: hidden; border: 1px solid rgba(118, 185, 255, 0.25); border-radius: 22px; background: rgba(6, 10, 25, 0.82); box-shadow: 0 40px 110px rgba(0, 0, 0, 0.46); }
.origin-hero-art::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7, 10, 25, 0.92), rgba(7, 10, 25, 0.25) 45%, rgba(7, 10, 25, 0.08)); pointer-events: none; }
.origin-art-grid { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0 50%, rgba(92, 117, 255, 0.11) 50.3%, transparent 50.5%), linear-gradient(20deg, transparent 0 60%, rgba(81, 207, 255, 0.1) 60.2%, transparent 60.4%); z-index: 0; }
.origin-art-ring { position: absolute; z-index: 0; border: 1px solid rgba(89, 182, 255, 0.24); border-radius: 50%; transform: rotate(-22deg); }
.origin-art-ring-one { width: 580px; height: 300px; right: -50px; top: 72px; box-shadow: 0 0 40px rgba(89, 182, 255, 0.16); }
.origin-art-ring-two { width: 420px; height: 210px; right: 85px; bottom: 32px; border-color: rgba(190, 102, 224, 0.28); }
.origin-hero-art img { position: absolute; z-index: 0; right: -15%; top: 50%; width: 150%; max-width: none; transform: translateY(-50%); filter: saturate(1.1) hue-rotate(6deg) drop-shadow(0 35px 55px rgba(0, 0, 0, 0.55)); }
.origin-art-badge { position: absolute; z-index: 3; padding: 12px 14px; border: 1px solid rgba(186, 213, 255, 0.22); border-radius: 11px; background: rgba(10, 14, 35, 0.77); backdrop-filter: blur(16px); box-shadow: 0 18px 45px rgba(0, 0, 0, 0.27); }
.origin-art-badge-top { top: 18px; right: 18px; display: grid; grid-template-columns: auto 1fr; gap: 2px 9px; }
.origin-art-badge-top i { width: 7px; height: 7px; grid-row: span 2; margin-top: 4px; border-radius: 50%; background: #65e3b6; box-shadow: 0 0 12px #65e3b6; }
.origin-art-badge-top b { font-size: 11px; letter-spacing: 0.08em; }
.origin-art-badge-top small { color: #8e9ab8; font-size: 9px; }
.origin-art-badge-bottom { left: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; }
.origin-art-badge-bottom strong { color: #b79aff; font-family: "Space Grotesk", sans-serif; font-size: 25px; }
.origin-art-badge-bottom span { color: #c4cbe1; font-size: 10px; line-height: 1.5; }

.origin-trust { min-height: 65px; padding: 0 25px; justify-content: center; flex-wrap: wrap; gap: 18px; border-top: 1px solid rgba(182, 188, 255, 0.12); border-bottom: 1px solid rgba(182, 188, 255, 0.12); color: #78819f; font-size: 10px; letter-spacing: 0.16em; font-weight: 900; }
.origin-trust i { width: 4px; height: 4px; border-radius: 50%; background: #8e79ff; box-shadow: 0 0 10px #8e79ff; }
.origin-section, .origin-platforms, .origin-pricing, .origin-cta, .origin-footer { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.origin-section, .origin-pricing { padding: 110px 0; }
.origin-label { display: inline-flex; color: #79cfff; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 950; }
.origin-section-title { max-width: 700px; }
.origin-section h2, .origin-platform-copy h2, .origin-pricing h2, .origin-cta h2 { margin-top: 16px; font-size: clamp(38px, 4.5vw, 61px); line-height: 1.02; }
.origin-section h2 em, .origin-pricing h2 em { color: #9d7aff; font-style: normal; }
.origin-section-title p, .origin-platform-copy > p, .origin-pricing p { margin: 19px 0 0; color: var(--origin-muted); font-size: 16px; line-height: 1.65; }
.origin-feature-stack { margin-top: 56px; border-top: 1px solid rgba(182, 188, 255, 0.17); }
.origin-feature-stack article { min-height: 125px; padding: 23px 0; display: grid; grid-template-columns: 72px minmax(0, 1fr) 46px; align-items: center; gap: 23px; border-bottom: 1px solid rgba(182, 188, 255, 0.17); }
.origin-feature-number { color: #9d7aff; font-family: "Space Grotesk", sans-serif; font-size: 16px; font-weight: 800; }
.origin-feature-stack h3 { margin: 0; font-size: 20px; font-weight: 850; }
.origin-feature-stack p { margin: 7px 0 0; color: var(--origin-muted); font-size: 13px; line-height: 1.55; }
.origin-feature-stack article > b { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(103, 193, 255, 0.42); border-radius: 50%; color: #6ed2ff; font-size: 18px; }

.origin-platforms { min-height: 560px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); align-items: center; gap: 56px; }
.origin-platform-art { overflow: hidden; border: 1px solid rgba(182, 188, 255, 0.16); border-radius: 17px; box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42); }
.origin-platform-art img { width: 100%; aspect-ratio: 1.33; display: block; object-fit: cover; filter: saturate(0.74) hue-rotate(17deg) contrast(1.05); }
.origin-platform-copy { max-width: 510px; }
.origin-platform-grid { margin-top: 27px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.origin-platform-grid span { padding: 13px 14px; border-left: 2px solid #6f80ff; background: linear-gradient(90deg, rgba(104, 116, 255, 0.11), transparent); }
.origin-platform-grid b, .origin-platform-grid small { display: block; }
.origin-platform-grid b { font-size: 13px; }
.origin-platform-grid small { margin-top: 5px; color: #7f88a7; font-size: 10px; }
.origin-link { margin-top: 25px; display: inline-flex; align-items: center; gap: 9px; color: #ecf2ff; font-size: 13px; font-weight: 850; transition: color 180ms ease; }
.origin-link b { color: #69cfff; font-size: 19px; }

.origin-section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.origin-download-line { margin-top: 48px; border-top: 1px solid rgba(182, 188, 255, 0.16); }
.origin-download-line article { min-height: 115px; padding: 18px 0; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 17px; border-bottom: 1px solid rgba(182, 188, 255, 0.16); }
.origin-download-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; color: #080b17; background: linear-gradient(135deg, #5acbff, #9a76ff); font-size: 17px; font-weight: 950; }
.origin-download-icon.blue { color: #f8fbff; background: linear-gradient(135deg, #287cd6, #52d5ff); }
.origin-download-icon.violet { color: #fff; background: linear-gradient(135deg, #8666de, #e371c7); }
.origin-download-line h3 { margin: 0; font-size: 18px; font-weight: 850; }
.origin-download-line p { margin: 6px 0 0; color: #8d97b4; font-size: 12px; }
.origin-download-line article > a { min-height: 42px; min-width: 115px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(125, 190, 255, 0.25); border-radius: 8px; color: #eaf4ff; font-size: 12px; font-weight: 850; }
.origin-download-line article > a:hover { border-color: #6ccfff; color: #6ccfff; }
.origin-mini-links { gap: 7px; }
.origin-mini-links a { min-height: 38px; padding: 0 11px; display: inline-flex; align-items: center; border: 1px solid rgba(125, 190, 255, 0.22); border-radius: 8px; color: #d5e6ff; font-size: 11px; font-weight: 800; }
.origin-mini-links a:hover { border-color: #6ccfff; color: #6ccfff; }

.origin-pricing { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 70px; border-top: 1px solid rgba(182, 188, 255, 0.1); }
.origin-pricing .origin-primary { margin-top: 28px; }
.origin-price-list { border-top: 1px solid rgba(182, 188, 255, 0.17); }
.origin-price-list a { min-height: 102px; padding: 19px 0; display: grid; grid-template-columns: 1fr auto 30px; align-items: center; gap: 15px; border-bottom: 1px solid rgba(182, 188, 255, 0.17); }
.origin-price-list a > span { color: #e5e8f6; font-size: 14px; font-weight: 800; }
.origin-price-list a > span em { margin-left: 8px; padding: 4px 7px; border-radius: 999px; color: #080b17; background: #6ed4ff; font-size: 8px; font-style: normal; font-weight: 950; letter-spacing: 0.08em; }
.origin-price-list a > b { color: #fff; font-family: "Space Grotesk", sans-serif; font-size: 28px; }
.origin-price-list a > b small { margin-left: 4px; color: #808aa8; font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 700; }
.origin-price-list a > i { color: #7e8aff; font-size: 20px; font-style: normal; }
.origin-price-list a.active { padding: 19px 16px; border: 1px solid rgba(132, 123, 255, 0.45); background: linear-gradient(90deg, rgba(84, 91, 218, 0.18), rgba(218, 104, 204, 0.06)); }

.origin-cta { margin-bottom: 34px; padding: 42px 47px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 1px solid rgba(119, 174, 255, 0.26); border-radius: 15px; background: linear-gradient(110deg, rgba(51, 76, 177, 0.22), rgba(20, 22, 52, 0.72) 58%, rgba(183, 77, 171, 0.12)); }
.origin-cta h2 { font-size: clamp(32px, 3.5vw, 49px); }
.origin-cta .origin-hero-actions { margin-top: 0; flex-shrink: 0; }
.origin-footer { min-height: 116px; padding: 28px 0 37px; display: grid; grid-template-columns: auto minmax(230px, 1fr) auto; align-items: center; gap: 30px; border-top: 1px solid rgba(182, 188, 255, 0.1); }
.origin-footer p { max-width: 500px; margin: 0; color: #7e88a6; font-size: 10px; line-height: 1.6; }
.origin-footer nav { justify-content: flex-end; flex-wrap: wrap; gap: 16px; color: #a5adca; font-size: 11px; font-weight: 750; }

@media (max-width: 1080px) {
  .origin-nav, .origin-hero, .origin-section, .origin-platforms, .origin-pricing, .origin-cta, .origin-footer { width: min(100% - 42px, 930px); }
  .origin-nav nav { gap: 15px; }
  .origin-hero { grid-template-columns: minmax(320px, 0.8fr) minmax(440px, 1.2fr); }
  .origin-hero-art { min-height: 480px; }
}

@media (max-width: 800px) {
  .origin-nav, .origin-hero, .origin-section, .origin-platforms, .origin-pricing, .origin-cta, .origin-footer { width: min(100% - 28px, 640px); }
  .origin-nav { min-height: auto; padding: 13px 0; flex-wrap: wrap; }
  .origin-nav nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 3px; justify-content: flex-start; }
  .origin-nav-actions > a:first-child { display: none; }
  .origin-hero { min-height: auto; padding: 54px 0 42px; display: flex; flex-direction: column; align-items: stretch; }
  .origin-hero-art { min-height: 375px; }
  .origin-platforms, .origin-pricing { grid-template-columns: 1fr; gap: 35px; padding: 78px 0; }
  .origin-platform-art { order: 2; }
  .origin-platform-copy { order: 1; }
  .origin-download-line article { grid-template-columns: 54px minmax(0, 1fr) auto; }
  .origin-cta { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
  .origin-cta .origin-hero-actions { width: 100%; }
  .origin-cta .origin-hero-actions a { flex: 1; }
  .origin-footer { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .origin-footer nav { justify-content: flex-start; }
}

@media (max-width: 540px) {
  .origin-nav-cta { min-height: 38px; padding: 0 11px; font-size: 11px; }
  .origin-mark { width: 38px; height: 38px; border-radius: 11px; }
  .origin-brand b { font-size: 14px; }
  .origin-hero h1 { font-size: 53px; }
  .origin-hero-copy > p { font-size: 15px; }
  .origin-hero-actions { display: grid; grid-template-columns: 1fr; }
  .origin-hero-actions a { width: 100%; }
  .origin-hero-meta { gap: 4px; }
  .origin-hero-meta span { min-width: 0; flex: 1; padding-left: 9px; }
  .origin-hero-meta b { font-size: 16px; }
  .origin-hero-meta small { font-size: 9px; }
  .origin-hero-art { min-height: 285px; border-radius: 14px; }
  .origin-art-badge { padding: 9px 10px; }
  .origin-art-badge-top { top: 11px; right: 11px; }
  .origin-art-badge-bottom { left: 11px; bottom: 11px; }
  .origin-section, .origin-pricing { padding: 78px 0; }
  .origin-section h2, .origin-platform-copy h2, .origin-pricing h2 { font-size: 36px; }
  .origin-feature-stack article { grid-template-columns: 41px minmax(0, 1fr) 36px; gap: 10px; }
  .origin-feature-stack h3 { font-size: 17px; }
  .origin-feature-stack p { font-size: 12px; }
  .origin-feature-stack article > b { width: 34px; height: 34px; font-size: 15px; }
  .origin-platform-grid { gap: 7px; }
  .origin-platform-grid span { padding: 11px 9px; }
  .origin-section-head-row { align-items: flex-start; flex-direction: column; }
  .origin-download-line article { grid-template-columns: 45px minmax(0, 1fr); gap: 11px; }
  .origin-download-icon { width: 39px; height: 39px; font-size: 15px; }
  .origin-download-line article > a, .origin-mini-links { grid-column: 2; }
  .origin-mini-links a { flex: 1; justify-content: center; }
  .origin-price-list a { grid-template-columns: 1fr auto 22px; }
  .origin-price-list a > b { font-size: 23px; }
}

/* 2026-07-10 SmartNet signature home */
.signature-site,
.signature-site * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.signature-site {
  --sig-bg: #0b1118;
  --sig-bg-deep: #070b11;
  --sig-panel: #111b25;
  --sig-panel-soft: rgba(19, 31, 42, 0.78);
  --sig-text: #f5f8fb;
  --sig-muted: #9caebb;
  --sig-cyan: #4de1d3;
  --sig-blue: #5ab8ff;
  --sig-violet: #ae91ff;
  --sig-gold: #f2b554;
  min-height: 100vh;
  overflow: hidden;
  color: var(--sig-text);
  background:
    radial-gradient(circle at 77% 8%, rgba(82, 147, 214, 0.16), transparent 25%),
    radial-gradient(circle at 26% 22%, rgba(129, 89, 198, 0.11), transparent 26%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, var(--sig-bg) 0%, var(--sig-bg-deep) 54%, #06090e 100%);
  background-size: auto, auto, 88px 88px, auto;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
}

.signature-site a {
  color: inherit;
  text-decoration: none;
}

.signature-nav {
  width: min(1450px, calc(100% - 60px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(199, 226, 239, 0.11);
}

.signature-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.signature-brand-mark {
  width: 42px;
  height: 42px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(86, 225, 211, 0.55);
  border-radius: 13px;
  background: linear-gradient(145deg, #101e2e, #0b4f59 54%, #ec9d4e);
  box-shadow: 0 10px 28px rgba(52, 221, 209, 0.16);
}

.signature-brand-mark::before {
  content: "S";
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.signature-brand-mark span {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f3b454;
}

.signature-brand b,
.signature-brand small {
  display: block;
}

.signature-brand b {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.signature-brand small {
  margin-top: 5px;
  color: #8fa2b1;
  font-size: 11px;
  font-weight: 700;
}

.signature-nav nav,
.signature-nav-actions,
.signature-actions,
.signature-rating,
.signature-hero-note,
.signature-stat-bar,
.signature-card-head,
.signature-dual-actions,
.signature-footer nav {
  display: flex;
  align-items: center;
}

.signature-nav nav {
  gap: 28px;
  color: rgba(237, 245, 249, 0.72);
  font-size: 13px;
  font-weight: 750;
}

.signature-nav nav a,
.signature-player-link,
.signature-footer nav a,
.signature-text-link {
  transition: color 180ms ease;
}

.signature-nav nav a:hover,
.signature-player-link:hover,
.signature-footer nav a:hover,
.signature-text-link:hover {
  color: var(--sig-cyan);
}

.signature-nav-actions {
  gap: 10px;
}

.signature-player-link {
  padding: 10px 12px;
  color: rgba(237, 245, 249, 0.75);
  font-size: 13px;
  font-weight: 800;
}

.signature-nav-button,
.signature-primary,
.signature-secondary {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, filter 180ms ease, background 180ms ease, border-color 180ms ease;
}

.signature-nav-button,
.signature-primary {
  color: #071117;
  background: linear-gradient(120deg, #55dfd0, #a7d9a4 47%, #f2b354);
  box-shadow: 0 14px 32px rgba(68, 215, 201, 0.14);
}

.signature-nav-button {
  min-height: 40px;
  padding: 0 14px;
  font-size: 12px;
}

.signature-primary:hover,
.signature-nav-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.1);
}

.signature-secondary {
  color: #eff8fc;
  border: 1px solid rgba(189, 223, 235, 0.24);
  background: rgba(255, 255, 255, 0.045);
}

.signature-secondary:hover {
  border-color: rgba(77, 225, 211, 0.48);
  background: rgba(77, 225, 211, 0.1);
}

.signature-hero {
  width: min(1450px, calc(100% - 60px));
  min-height: 704px;
  margin: 0 auto;
  padding: 65px 0 52px;
  display: grid;
  grid-template-columns: minmax(390px, 0.72fr) minmax(610px, 1.28fr);
  align-items: center;
  gap: 35px;
}

.signature-hero-copy {
  position: relative;
  z-index: 2;
}

.signature-overline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #69e8dc;
  font-size: 11px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-weight: 950;
}

.signature-overline i,
.signature-pulse {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--sig-gold);
  box-shadow: 0 0 0 4px rgba(242, 181, 84, 0.1), 0 0 16px rgba(242, 181, 84, 0.62);
}

.signature-hero h1,
.signature-section h2,
.signature-device-copy h2,
.signature-pricing h2,
.signature-final h2 {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.signature-hero h1 {
  max-width: 590px;
  margin-top: 19px;
  color: #f9fbfd;
  font-size: clamp(57px, 6vw, 92px);
  line-height: 0.93;
}

.signature-hero h1 span {
  color: transparent;
  background: linear-gradient(95deg, #e4ac55 8%, #58dbbe 50%, #61bbf5 92%);
  -webkit-background-clip: text;
  background-clip: text;
}

.signature-hero-copy > p {
  max-width: 540px;
  margin: 26px 0 0;
  color: var(--sig-muted);
  font-size: 17px;
  line-height: 1.68;
}

.signature-rating {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.signature-rating b {
  color: var(--sig-gold);
  font-size: 20px;
  letter-spacing: 0.06em;
}

.signature-rating strong {
  color: #f7fbfd;
  font-size: 15px;
}

.signature-rating span {
  color: #8ca1af;
  font-size: 12px;
}

.signature-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.signature-actions .signature-primary,
.signature-actions .signature-secondary {
  min-height: 54px;
  padding: 0 21px;
}

.signature-hero-note {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
  color: #8da3af;
  font-size: 11px;
  font-weight: 700;
}

.signature-check {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #061117;
  background: var(--sig-cyan);
  font-size: 12px;
  font-weight: 950;
}

.signature-divider {
  width: 1px;
  height: 15px;
  margin: 0 4px;
  background: rgba(180, 218, 226, 0.24);
}

.signature-hero-media {
  min-height: 550px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(147, 208, 229, 0.16);
  border-radius: 20px;
  background: rgba(7, 16, 24, 0.65);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
}

.signature-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 14, 22, 0.94), rgba(7, 14, 22, 0.26) 43%, rgba(7, 14, 22, 0.08));
  z-index: 1;
  pointer-events: none;
}

.signature-hero-media img {
  position: absolute;
  right: -12%;
  top: 50%;
  width: 146%;
  max-width: none;
  transform: translateY(-50%);
  filter: saturate(0.93) contrast(1.03) drop-shadow(0 35px 42px rgba(0, 0, 0, 0.5));
}

.signature-media-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(3px);
}

.signature-media-orb-one {
  width: 330px;
  height: 330px;
  right: 9%;
  top: 16%;
  background: rgba(55, 161, 220, 0.2);
  box-shadow: 0 0 90px rgba(55, 161, 220, 0.25);
}

.signature-media-orb-two {
  width: 260px;
  height: 260px;
  right: 31%;
  bottom: -10%;
  background: rgba(92, 77, 182, 0.16);
  box-shadow: 0 0 80px rgba(92, 77, 182, 0.25);
}

.signature-floating-card {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(194, 230, 238, 0.18);
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(8, 20, 28, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.signature-floating-card-top {
  top: 20px;
  right: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 9px;
}

.signature-floating-card-top b,
.signature-floating-card-top small {
  display: block;
  grid-column: 2;
}

.signature-floating-card-top b {
  font-size: 12px;
}

.signature-floating-card-top small {
  margin-top: 3px;
  color: #9ab3be;
  font-size: 10px;
}

.signature-floating-card-top .signature-pulse {
  grid-row: span 2;
}

.signature-floating-card-bottom {
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.signature-floating-card-bottom > span {
  color: var(--sig-gold);
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.signature-floating-card-bottom b,
.signature-floating-card-bottom small {
  display: block;
}

.signature-floating-card-bottom b {
  font-size: 11px;
}

.signature-floating-card-bottom small {
  margin-top: 3px;
  color: #9ab3be;
  font-size: 10px;
}

.signature-stat-bar {
  min-height: 100px;
  padding: 0 max(30px, calc((100vw - 1240px) / 2));
  justify-content: space-between;
  gap: 26px;
  border-top: 1px solid rgba(189, 224, 235, 0.1);
  border-bottom: 1px solid rgba(189, 224, 235, 0.1);
  background: rgba(5, 12, 18, 0.62);
}

.signature-stat-bar div {
  min-width: 150px;
}

.signature-stat-bar strong,
.signature-stat-bar span {
  display: block;
}

.signature-stat-bar strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.signature-stat-bar strong span {
  display: inline;
  color: var(--sig-gold);
}

.signature-stat-bar span {
  margin-top: 4px;
  color: #8399a5;
  font-size: 11px;
}

.signature-section,
.signature-device-section,
.signature-pricing,
.signature-final,
.signature-footer {
  width: min(1240px, calc(100% - 60px));
  margin: 0 auto;
}

.signature-section,
.signature-pricing {
  padding: 108px 0;
}

.signature-section-heading {
  max-width: 720px;
}

.signature-section h2,
.signature-device-copy h2,
.signature-pricing h2,
.signature-final h2 {
  margin-top: 16px;
  font-size: clamp(37px, 4vw, 58px);
  line-height: 1.03;
}

.signature-section-heading p,
.signature-device-copy > p,
.signature-pricing .signature-section-heading p,
.signature-final p {
  margin: 18px 0 0;
  color: var(--sig-muted);
  font-size: 16px;
  line-height: 1.65;
}

.signature-feature-grid {
  margin-top: 53px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.signature-feature-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(184, 224, 235, 0.14);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(19, 33, 45, 0.8), rgba(11, 19, 29, 0.82));
  transition: transform 180ms ease, border-color 180ms ease;
}

.signature-feature-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(77, 225, 211, 0.4);
}

.signature-feature-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  font-size: 21px;
  font-weight: 900;
}

.signature-icon-cyan { color: #65eee1; background: rgba(77, 225, 211, 0.12); }
.signature-icon-blue { color: #6cc2ff; background: rgba(90, 184, 255, 0.13); }
.signature-icon-violet { color: #bf9fff; background: rgba(174, 145, 255, 0.13); }
.signature-icon-gold { color: #ffc866; background: rgba(242, 181, 84, 0.13); }
.signature-icon-pink { color: #f58bc6; background: rgba(245, 139, 198, 0.12); }
.signature-icon-green { color: #77dfa2; background: rgba(119, 223, 162, 0.12); }

.signature-feature-grid h3 {
  margin: 22px 0 9px;
  font-size: 18px;
  font-weight: 850;
}

.signature-feature-grid p {
  margin: 0;
  color: var(--sig-muted);
  font-size: 13px;
  line-height: 1.6;
}

.signature-device-section {
  min-height: 550px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 58px;
}

.signature-device-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(184, 224, 235, 0.16);
  border-radius: 16px;
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.4);
}

.signature-device-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 12, 18, 0.1), rgba(5, 12, 18, 0.45));
}

.signature-device-image img {
  width: 100%;
  display: block;
  aspect-ratio: 1.33;
  object-fit: cover;
}

.signature-device-copy {
  max-width: 530px;
}

.signature-platform-list {
  margin-top: 28px;
  display: grid;
  gap: 11px;
}

.signature-platform-list span {
  padding: 12px 0 12px 16px;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 12px;
  border-left: 2px solid rgba(77, 225, 211, 0.5);
  background: linear-gradient(90deg, rgba(77, 225, 211, 0.07), transparent 80%);
}

.signature-platform-list b {
  font-size: 14px;
}

.signature-platform-list small {
  color: #8ca2ad;
  font-size: 12px;
}

.signature-text-link {
  margin-top: 27px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ebffff;
  font-size: 13px;
  font-weight: 850;
}

.signature-text-link span {
  color: var(--sig-gold);
  font-size: 19px;
}

.signature-heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.signature-download-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.signature-download-card,
.signature-price-grid article {
  border: 1px solid rgba(184, 224, 235, 0.15);
  border-radius: 14px;
  background: var(--sig-panel-soft);
}

.signature-download-card {
  min-height: 290px;
  padding: 23px;
  display: flex;
  flex-direction: column;
}

.signature-download-main {
  border-color: rgba(77, 225, 211, 0.42);
  background: linear-gradient(145deg, rgba(46, 156, 151, 0.18), rgba(216, 150, 74, 0.06)), var(--sig-panel-soft);
}

.signature-card-head {
  justify-content: space-between;
}

.signature-download-badge {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #071117;
  background: linear-gradient(135deg, var(--sig-cyan), var(--sig-gold));
  font-size: 18px;
  font-weight: 950;
}

.signature-badge-tv { color: #f5fbff; background: linear-gradient(135deg, #2b76d2, #50c9e8); }
.signature-badge-pc { color: #fff; background: linear-gradient(135deg, #7c64d9, #d77bac); }

.signature-card-head em {
  color: var(--sig-cyan);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signature-download-card h3 {
  margin: 23px 0 9px;
  font-size: 21px;
  font-weight: 850;
}

.signature-download-card p {
  min-height: 48px;
  margin: 0;
  color: var(--sig-muted);
  font-size: 13px;
  line-height: 1.6;
}

.signature-download-card > .signature-primary,
.signature-dual-actions {
  margin-top: auto;
}

.signature-download-card > .signature-primary {
  min-height: 46px;
}

.signature-dual-actions {
  gap: 8px;
}

.signature-dual-actions a {
  min-height: 44px;
  flex: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 224, 235, 0.19);
  border-radius: 9px;
  color: #eafaff;
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  font-weight: 850;
}

.signature-dual-actions a:hover {
  border-color: rgba(77, 225, 211, 0.46);
  color: var(--sig-cyan);
}

.signature-pricing {
  border-top: 1px solid rgba(189, 224, 235, 0.1);
}

.signature-price-grid {
  margin-top: 43px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.signature-price-grid article {
  min-height: 294px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.signature-price-grid article > span {
  color: #d9edf0;
  font-size: 17px;
  font-weight: 850;
}

.signature-price-grid strong {
  margin-top: 22px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
}

.signature-price-grid strong small {
  margin-left: 6px;
  color: #8ea5b0;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.signature-price-grid p {
  min-height: 42px;
  margin: 10px 0 0;
  color: var(--sig-muted);
  font-size: 13px;
}

.signature-price-grid a {
  min-height: 44px;
  margin-top: auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 224, 235, 0.2);
  border-radius: 9px;
  color: #eafaff;
  font-size: 12px;
  font-weight: 900;
}

.signature-price-grid a:hover {
  border-color: transparent;
  color: #061117;
  background: linear-gradient(120deg, var(--sig-cyan), var(--sig-gold));
}

.signature-price-featured {
  border-color: rgba(77, 225, 211, 0.43) !important;
  background: linear-gradient(145deg, rgba(46, 156, 151, 0.19), rgba(119, 87, 184, 0.08)), var(--sig-panel-soft) !important;
  box-shadow: 0 24px 70px rgba(74, 192, 191, 0.1);
}

.signature-price-featured em {
  width: max-content;
  min-height: 25px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #061117;
  background: var(--sig-cyan);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.signature-price-featured > span {
  margin-top: 19px;
}

.signature-final {
  margin-bottom: 34px;
  padding: 42px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(77, 225, 211, 0.26);
  border-radius: 15px;
  background: linear-gradient(110deg, rgba(25, 92, 98, 0.28), rgba(11, 25, 34, 0.84) 53%, rgba(95, 68, 131, 0.16));
}

.signature-final h2 {
  max-width: 610px;
  font-size: clamp(31px, 3.2vw, 47px);
}

.signature-final .signature-actions {
  margin-top: 0;
  flex-shrink: 0;
}

.signature-footer {
  min-height: 116px;
  padding: 28px 0 38px;
  display: grid;
  grid-template-columns: auto minmax(230px, 1fr) auto;
  align-items: center;
  gap: 32px;
  border-top: 1px solid rgba(189, 224, 235, 0.1);
}

.signature-footer p {
  max-width: 520px;
  margin: 0;
  color: #7e929d;
  font-size: 10px;
  line-height: 1.65;
}

.signature-footer nav {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  color: #a9bdc6;
  font-size: 11px;
  font-weight: 750;
}

@media (max-width: 1100px) {
  .signature-nav,
  .signature-hero,
  .signature-section,
  .signature-device-section,
  .signature-pricing,
  .signature-final,
  .signature-footer {
    width: min(100% - 42px, 900px);
  }

  .signature-nav nav {
    gap: 15px;
  }

  .signature-hero {
    grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1.22fr);
  }

  .signature-hero-media {
    min-height: 490px;
  }
}

@media (max-width: 820px) {
  .signature-nav,
  .signature-hero,
  .signature-section,
  .signature-device-section,
  .signature-pricing,
  .signature-final,
  .signature-footer {
    width: min(100% - 28px, 640px);
  }

  .signature-nav {
    min-height: auto;
    padding: 13px 0;
    flex-wrap: wrap;
  }

  .signature-nav nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .signature-player-link {
    display: none;
  }

  .signature-hero {
    min-height: auto;
    padding: 53px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .signature-hero-media {
    min-height: 380px;
  }

  .signature-stat-bar {
    padding: 18px 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .signature-stat-bar div {
    min-width: 0;
  }

  .signature-feature-grid,
  .signature-download-grid,
  .signature-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signature-device-section {
    min-height: auto;
    padding: 45px 0 75px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .signature-device-image {
    order: 2;
  }

  .signature-device-copy {
    order: 1;
  }

  .signature-final {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 24px;
  }

  .signature-final .signature-actions {
    width: 100%;
  }

  .signature-final .signature-actions a {
    flex: 1;
  }

  .signature-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .signature-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 540px) {
  .signature-nav-actions {
    margin-left: auto;
  }

  .signature-nav-button {
    min-height: 38px;
    padding: 0 11px;
    font-size: 11px;
  }

  .signature-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .signature-brand b {
    font-size: 14px;
  }

  .signature-hero h1 {
    font-size: 50px;
  }

  .signature-hero-copy > p {
    font-size: 15px;
  }

  .signature-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .signature-actions a {
    width: 100%;
  }

  .signature-hero-note {
    line-height: 1.5;
  }

  .signature-hero-media {
    min-height: 275px;
    border-radius: 14px;
  }

  .signature-floating-card {
    padding: 9px 10px;
  }

  .signature-floating-card-top {
    top: 12px;
    right: 12px;
  }

  .signature-floating-card-bottom {
    left: 12px;
    bottom: 12px;
  }

  .signature-section,
  .signature-pricing {
    padding: 78px 0;
  }

  .signature-section h2,
  .signature-device-copy h2,
  .signature-pricing h2 {
    font-size: 35px;
  }

  .signature-feature-grid,
  .signature-download-grid,
  .signature-price-grid {
    grid-template-columns: 1fr;
  }

  .signature-feature-grid article {
    min-height: 190px;
  }

  .signature-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .signature-platform-list span {
    grid-template-columns: 94px 1fr;
    gap: 8px;
  }
}

/* 2026-07-10 SmartNet launch home refresh */
.launch-site,
.launch-site * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.launch-site {
  --launch-bg: #061014;
  --launch-panel: #0b1a20;
  --launch-panel-2: #10262d;
  --launch-text: #f7fbfc;
  --launch-muted: #9ab0b7;
  --launch-cyan: #4de2d4;
  --launch-blue: #55b7ff;
  --launch-orange: #f4ae51;
  min-height: 100vh;
  overflow: hidden;
  color: var(--launch-text);
  background:
    radial-gradient(circle at 78% 6%, rgba(34, 211, 238, 0.13), transparent 25%),
    radial-gradient(circle at 9% 38%, rgba(16, 185, 129, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(124, 211, 252, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #09151a 0%, var(--launch-bg) 48%, #050b0e 100%);
  background-size: auto, auto, 78px 78px, auto;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
}

.launch-site a {
  color: inherit;
  text-decoration: none;
}

.launch-nav {
  width: min(1440px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(157, 237, 239, 0.12);
}

.launch-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.launch-brand-mark {
  width: 42px;
  height: 42px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(106, 236, 224, 0.55);
  border-radius: 13px;
  background: linear-gradient(145deg, #0b5963, #0a2932 62%, #e59346);
  box-shadow: 0 10px 28px rgba(45, 212, 191, 0.17);
}

.launch-brand-mark::before {
  content: "S";
  color: #f5fdff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.launch-brand-mark span {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f4ae51;
}

.launch-brand b,
.launch-brand small {
  display: block;
}

.launch-brand b {
  font-size: 16px;
  line-height: 1.05;
  font-weight: 900;
}

.launch-brand small {
  margin-top: 4px;
  color: var(--launch-muted);
  font-size: 11px;
  font-weight: 700;
}

.launch-nav-links,
.launch-nav-actions,
.launch-actions,
.launch-proof,
.launch-device-pills,
.launch-card-actions,
.launch-footer nav {
  display: flex;
  align-items: center;
}

.launch-nav-links {
  gap: 27px;
  color: rgba(235, 250, 252, 0.72);
  font-size: 14px;
  font-weight: 750;
}

.launch-nav-links a,
.launch-footer nav a {
  transition: color 180ms ease;
}

.launch-nav-links a:hover,
.launch-footer nav a:hover,
.launch-text-link:hover {
  color: var(--launch-cyan);
}

.launch-nav-actions {
  gap: 10px;
}

.launch-nav-app {
  padding: 10px 12px;
  color: rgba(235, 250, 252, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.launch-button {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(112, 243, 231, 0.44);
  border-radius: 10px;
  color: #061316;
  background: linear-gradient(135deg, var(--launch-cyan), #9bd9ae 45%, var(--launch-orange));
  box-shadow: 0 16px 34px rgba(45, 212, 191, 0.14);
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.launch-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(45, 212, 191, 0.24);
  filter: saturate(1.08);
}

.launch-button-small {
  min-height: 42px;
  padding: 0 15px;
  font-size: 13px;
}

.launch-button-quiet {
  color: #effcff;
  border-color: rgba(164, 230, 239, 0.23);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.launch-button-quiet:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.launch-hero {
  width: min(1440px, calc(100% - 48px));
  min-height: 660px;
  margin: 0 auto;
  padding: 70px 0 54px;
  display: grid;
  grid-template-columns: minmax(380px, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: 40px;
}

.launch-hero-copy {
  position: relative;
  z-index: 2;
}

.launch-eyebrow {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #70eee4;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
}

.launch-eyebrow i,
.launch-live-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--launch-orange);
  box-shadow: 0 0 0 4px rgba(244, 174, 81, 0.11), 0 0 18px rgba(244, 174, 81, 0.7);
}

.launch-hero h1,
.launch-section h2,
.launch-device-band h2,
.launch-pricing h2,
.launch-final-cta h2 {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.launch-hero h1 {
  max-width: 670px;
  margin-top: 19px;
  font-size: clamp(46px, 5.7vw, 82px);
  line-height: 0.98;
}

.launch-hero h1 strong {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #f2b653 2%, #72e4c6 48%, #5fc9fb 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.launch-hero-copy > p {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--launch-muted);
  font-size: 17px;
  line-height: 1.65;
}

.launch-actions {
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.launch-proof {
  gap: 24px;
  margin-top: 38px;
}

.launch-proof span {
  min-width: 88px;
  padding-left: 14px;
  border-left: 1px solid rgba(161, 223, 227, 0.2);
}

.launch-proof b,
.launch-proof small {
  display: block;
}

.launch-proof b {
  color: #f7fbfc;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
}

.launch-proof small {
  margin-top: 4px;
  color: #819ba3;
  font-size: 11px;
}

.launch-hero-visual {
  min-height: 510px;
  position: relative;
  margin: 0;
  border: 1px solid rgba(159, 232, 233, 0.19);
  border-radius: 18px;
  overflow: hidden;
  background: #0a171c;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
}

.launch-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 13, 16, 0.36), transparent 54%, rgba(3, 13, 16, 0.08));
  pointer-events: none;
}

.launch-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
}

.launch-visual-glow {
  position: absolute;
  inset: auto 4% -26% 25%;
  height: 60%;
  border-radius: 50%;
  background: rgba(46, 221, 218, 0.17);
  filter: blur(70px);
  z-index: 1;
  pointer-events: none;
}

.launch-visual-tag {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(191, 248, 246, 0.2);
  border-radius: 11px;
  padding: 10px 12px;
  background: rgba(5, 18, 22, 0.72);
  backdrop-filter: blur(16px);
  color: #f5ffff;
  font-size: 12px;
  font-weight: 800;
}

.launch-visual-tag-top {
  top: 18px;
  right: 18px;
}

.launch-visual-tag-bottom {
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 3px;
}

.launch-visual-tag-bottom span {
  color: #9fc3ca;
  font-size: 10px;
  font-weight: 600;
}

.launch-marquee {
  width: 100%;
  min-height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid rgba(159, 232, 233, 0.1);
  border-bottom: 1px solid rgba(159, 232, 233, 0.1);
  color: rgba(224, 248, 249, 0.57);
  background: rgba(4, 15, 19, 0.6);
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 900;
}

.launch-marquee b {
  color: var(--launch-orange);
  font-size: 12px;
}

.launch-section,
.launch-device-band,
.launch-pricing,
.launch-final-cta,
.launch-footer {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.launch-section {
  padding: 105px 0;
}

.launch-section-heading {
  max-width: 680px;
}

.launch-section h2,
.launch-device-band h2,
.launch-pricing h2,
.launch-final-cta h2 {
  margin-top: 15px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}

.launch-section-heading p,
.launch-device-copy > p,
.launch-pricing .launch-section-heading p,
.launch-final-cta p {
  margin: 17px 0 0;
  color: var(--launch-muted);
  font-size: 16px;
  line-height: 1.65;
}

.launch-feature-list {
  margin-top: 52px;
  border-top: 1px solid rgba(159, 232, 233, 0.16);
}

.launch-feature-list article {
  min-height: 124px;
  padding: 23px 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(159, 232, 233, 0.16);
}

.launch-feature-index {
  color: var(--launch-orange);
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.launch-feature-list h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 850;
}

.launch-feature-list p {
  margin: 7px 0 0;
  color: var(--launch-muted);
  font-size: 14px;
  line-height: 1.55;
}

.launch-feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(105, 239, 228, 0.35);
  border-radius: 50%;
  color: var(--launch-cyan);
  font-size: 21px;
}

.launch-device-band {
  min-height: 510px;
  padding: 70px 64px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(450px, 1.16fr);
  align-items: center;
  gap: 38px;
  border: 1px solid rgba(159, 232, 233, 0.15);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(115deg, rgba(18, 83, 86, 0.28), rgba(7, 28, 35, 0.6) 48%, rgba(9, 13, 26, 0.78));
}

.launch-device-band::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(60, 202, 232, 0.14);
  filter: blur(54px);
}

.launch-device-copy,
.launch-device-art {
  position: relative;
  z-index: 1;
}

.launch-device-pills {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.launch-device-pills span {
  min-height: 34px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(159, 232, 233, 0.17);
  border-radius: 8px;
  color: #d5f1f2;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  font-weight: 800;
}

.launch-device-pills i {
  color: var(--launch-cyan);
  font-style: normal;
}

.launch-text-link {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ecffff;
  font-size: 13px;
  font-weight: 850;
  transition: color 180ms ease;
}

.launch-text-link span {
  color: var(--launch-orange);
  font-size: 20px;
}

.launch-device-art {
  height: 360px;
  display: grid;
  place-items: center;
}

.launch-device-art img {
  width: 125%;
  max-width: 720px;
  display: block;
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.45));
}

.launch-section-heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.launch-download-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.launch-download-card,
.launch-price-grid article {
  border: 1px solid rgba(159, 232, 233, 0.16);
  border-radius: 14px;
  background: rgba(11, 28, 34, 0.78);
}

.launch-download-card {
  min-height: 286px;
  padding: 23px;
  display: flex;
  flex-direction: column;
}

.launch-download-card-main {
  border-color: rgba(105, 239, 228, 0.4);
  background: linear-gradient(145deg, rgba(34, 184, 175, 0.18), rgba(244, 174, 81, 0.06)), rgba(11, 28, 34, 0.78);
}

.launch-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.launch-card-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #061316;
  background: linear-gradient(135deg, var(--launch-cyan), var(--launch-orange));
  font-size: 17px;
  font-weight: 950;
}

.launch-card-icon-blue {
  color: #eafaff;
  background: linear-gradient(135deg, #1476d1, #3cc8ef);
}

.launch-card-icon-violet {
  color: #fff;
  background: linear-gradient(135deg, #7c4dcb, #e26b9f);
}

.launch-card-status {
  color: #70eee4;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.launch-download-card h3 {
  margin: 23px 0 9px;
  font-size: 22px;
  font-weight: 850;
}

.launch-download-card p {
  min-height: 48px;
  margin: 0;
  color: var(--launch-muted);
  font-size: 14px;
  line-height: 1.55;
}

.launch-download-card > .launch-button,
.launch-card-actions {
  margin-top: auto;
}

.launch-card-actions {
  gap: 8px;
}

.launch-card-actions a {
  min-height: 44px;
  flex: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(159, 232, 233, 0.2);
  border-radius: 9px;
  color: #e9fbfc;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 850;
}

.launch-card-actions a:hover {
  border-color: rgba(105, 239, 228, 0.45);
  color: var(--launch-cyan);
}

.launch-pricing {
  padding: 105px 0;
  border-top: 1px solid rgba(159, 232, 233, 0.12);
}

.launch-price-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.launch-price-grid article {
  min-height: 300px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.launch-price-grid article > span {
  color: #d9f4f4;
  font-size: 17px;
  font-weight: 850;
}

.launch-price-grid strong {
  margin-top: 22px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 42px;
}

.launch-price-grid strong small {
  margin-left: 6px;
  color: #8ca7ae;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.launch-price-grid p {
  min-height: 44px;
  margin: 10px 0 0;
  color: var(--launch-muted);
  font-size: 14px;
}

.launch-price-grid a {
  min-height: 44px;
  margin-top: auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(159, 232, 233, 0.21);
  border-radius: 9px;
  color: #ebffff;
  font-size: 13px;
  font-weight: 900;
}

.launch-price-grid a:hover {
  color: #061316;
  border-color: transparent;
  background: linear-gradient(135deg, var(--launch-cyan), var(--launch-orange));
}

.launch-price-featured {
  border-color: rgba(105, 239, 228, 0.43) !important;
  background: linear-gradient(145deg, rgba(34, 184, 175, 0.2), rgba(244, 174, 81, 0.08)), rgba(11, 28, 34, 0.78) !important;
  box-shadow: 0 24px 68px rgba(45, 212, 191, 0.1);
}

.launch-price-featured em {
  width: max-content;
  min-height: 26px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #061316;
  background: var(--launch-cyan);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-price-featured > span {
  margin-top: 19px;
}

.launch-final-cta {
  margin-bottom: 34px;
  padding: 42px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(105, 239, 228, 0.24);
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(23, 105, 104, 0.32), rgba(7, 26, 33, 0.78) 53%, rgba(112, 71, 35, 0.18));
}

.launch-final-cta h2 {
  max-width: 600px;
  font-size: clamp(30px, 3.2vw, 46px);
}

.launch-final-cta .launch-actions {
  margin-top: 0;
  flex-shrink: 0;
}

.launch-footer {
  min-height: 112px;
  padding: 28px 0 36px;
  display: grid;
  grid-template-columns: auto minmax(230px, 1fr) auto;
  align-items: center;
  gap: 32px;
  border-top: 1px solid rgba(159, 232, 233, 0.12);
}

.launch-footer p {
  max-width: 500px;
  margin: 0;
  color: #779199;
  font-size: 11px;
  line-height: 1.6;
}

.launch-footer nav {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  color: #a9c2c7;
  font-size: 12px;
  font-weight: 750;
}

@media (max-width: 1100px) {
  .launch-nav-links {
    gap: 14px;
  }

  .launch-hero {
    grid-template-columns: minmax(330px, 0.9fr) minmax(400px, 1.1fr);
  }

  .launch-device-band {
    padding: 50px 38px;
  }
}

@media (max-width: 820px) {
  .launch-nav,
  .launch-hero,
  .launch-section,
  .launch-device-band,
  .launch-pricing,
  .launch-final-cta,
  .launch-footer {
    width: min(100% - 28px, 640px);
  }

  .launch-nav {
    min-height: auto;
    padding: 13px 0;
    flex-wrap: wrap;
  }

  .launch-nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
    justify-content: flex-start;
  }

  .launch-nav-actions {
    margin-left: auto;
  }

  .launch-nav-app {
    display: none;
  }

  .launch-hero {
    min-height: auto;
    padding: 52px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .launch-hero h1 {
    max-width: 620px;
  }

  .launch-hero-visual {
    min-height: 350px;
  }

  .launch-hero-visual img {
    min-height: 350px;
  }

  .launch-device-band {
    grid-template-columns: 1fr;
    padding: 38px 24px 18px;
  }

  .launch-device-art {
    height: 250px;
  }

  .launch-device-art img {
    width: 108%;
  }

  .launch-download-grid,
  .launch-price-grid {
    grid-template-columns: 1fr;
  }

  .launch-download-card {
    min-height: 250px;
  }

  .launch-section-heading-row,
  .launch-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .launch-final-cta {
    padding: 30px 24px;
  }

  .launch-final-cta .launch-actions {
    width: 100%;
  }

  .launch-final-cta .launch-actions a {
    flex: 1;
  }

  .launch-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .launch-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .launch-nav {
    gap: 12px;
  }

  .launch-brand b {
    font-size: 15px;
  }

  .launch-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .launch-button-small {
    min-height: 38px;
    padding: 0 11px;
    font-size: 12px;
  }

  .launch-hero h1 {
    font-size: 44px;
  }

  .launch-hero-copy > p {
    font-size: 15px;
  }

  .launch-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .launch-actions .launch-button {
    width: 100%;
  }

  .launch-proof {
    gap: 9px;
  }

  .launch-proof span {
    min-width: 0;
    flex: 1;
    padding-left: 9px;
  }

  .launch-proof b {
    font-size: 15px;
  }

  .launch-proof small {
    font-size: 9px;
  }

  .launch-hero-visual,
  .launch-hero-visual img {
    min-height: 260px;
  }

  .launch-section,
  .launch-pricing {
    padding: 76px 0;
  }

  .launch-section h2,
  .launch-device-band h2,
  .launch-pricing h2 {
    font-size: 34px;
  }

  .launch-feature-list article {
    grid-template-columns: 42px minmax(0, 1fr) 38px;
    gap: 10px;
  }

  .launch-feature-list h3 {
    font-size: 18px;
  }

  .launch-feature-list p {
    font-size: 12px;
  }

  .launch-feature-icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .launch-device-band {
    padding: 30px 19px 10px;
  }

  .launch-device-art {
    height: 190px;
  }

  .launch-marquee {
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 9px;
  }

  .launch-footer p {
    font-size: 10px;
  }
}

* {
  box-sizing: border-box;
}

html,
body,
#app {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  letter-spacing: 0;
  font-weight: 500;
  text-rendering: geometricPrecision;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.market-page {
  min-height: 100vh;
  color: #f8fafc;
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 58, 237, 0.24), transparent 34%),
    radial-gradient(circle at 15% 18%, rgba(34, 211, 238, 0.1), transparent 28%),
    #08090d;
  overflow-x: hidden;
}

.market-page h1,
.market-page h2,
.market-page h3,
.market-page p {
  margin-top: 0;
}

.market-nav {
  min-height: 86px;
  padding: 0 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #05070d;
  background: rgba(245, 244, 250, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  position: sticky;
  top: 0;
  z-index: 50;
}

.market-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #8b5cf6;
  font-size: 24px;
  font-weight: 950;
  text-shadow: 0 0 14px rgba(139, 92, 246, 0.28);
}

.market-logo {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #07111f, #0f172a);
  box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.34), 0 0 22px rgba(34, 211, 238, 0.2);
}

.market-logo i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  border: 2px solid #22d3ee;
  box-shadow: 0 0 12px #8b5cf6;
  position: relative;
}

.market-logo i::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  border-left: 8px solid #a855f7;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.market-nav nav,
.market-icons {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 750;
}

.market-icons {
  gap: 22px;
}

.market-icons a {
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
}

.mi-search::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid #0f172a;
  border-radius: 50%;
  left: 1px;
  top: 1px;
}

.mi-search::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background: #0f172a;
  transform: rotate(45deg);
  left: 14px;
  top: 17px;
  border-radius: 999px;
}

.mi-heart::before {
  content: "♡";
  position: absolute;
  inset: -6px 0 0;
  font-size: 30px;
  line-height: 1;
}

.mi-cart::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 15px;
  height: 12px;
  border: 3px solid #0f172a;
  border-top: 0;
}

.mi-cart::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 2px;
  width: 15px;
  height: 4px;
  background:
    radial-gradient(circle at 2px 2px, #0f172a 0 2px, transparent 2px),
    radial-gradient(circle at 13px 2px, #0f172a 0 2px, transparent 2px);
}

.mi-user::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 8px;
  height: 8px;
  border: 3px solid #0f172a;
  border-radius: 50%;
}

.mi-user::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 16px;
  height: 8px;
  border: 3px solid #0f172a;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.market-hero {
  min-height: calc(100vh - 86px);
  padding: 72px 5vw 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(8, 9, 13, 0.08), #08090d 100%),
    linear-gradient(90deg, rgba(7, 8, 13, 0.96), rgba(20, 13, 40, 0.72) 50%, rgba(7, 8, 13, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.048) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.034) 0 1px, transparent 1px 92px),
    radial-gradient(ellipse at 50% 64%, rgba(124, 58, 237, 0.48), transparent 34%);
  position: relative;
  overflow: hidden;
}

.market-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(168, 85, 247, 0.34) 14.2% 14.45%, transparent 14.6% 30%, rgba(34, 211, 238, 0.22) 30.1% 30.3%, transparent 30.5% 69%, rgba(168, 85, 247, 0.32) 69.1% 69.35%, transparent 69.5%),
    linear-gradient(180deg, transparent 0 54%, rgba(124, 58, 237, 0.36) 79%, rgba(8, 9, 13, 0.88) 100%);
  opacity: 0.72;
  pointer-events: none;
}

.market-hero::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 42%;
  background:
    linear-gradient(90deg, transparent 0 49.7%, rgba(167, 139, 250, 0.26) 49.8% 50.2%, transparent 50.3%),
    repeating-linear-gradient(90deg, transparent 0 92px, rgba(167, 139, 250, 0.13) 93px 94px),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(167, 139, 250, 0.13) 35px 36px);
  transform: perspective(520px) rotateX(62deg);
  transform-origin: bottom center;
  opacity: 0.42;
  pointer-events: none;
}

.market-hero > * {
  position: relative;
  z-index: 2;
}

.market-badge {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ddd6fe;
  background: rgba(88, 28, 135, 0.42);
  border: 1px solid rgba(167, 139, 250, 0.58);
  font-size: 17px;
}

.market-badge span,
.market-primary span,
.market-secondary span {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.market-badge span::before {
  content: "";
  position: absolute;
  inset: 2px 5px 2px 5px;
  border-left: 4px solid #c4b5fd;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: rotate(18deg);
}

.market-primary span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 13px;
  height: 11px;
  border: 2px solid white;
  border-top: 0;
}

.market-secondary span::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px solid white;
  border-radius: 50%;
}

.market-hero h1 {
  max-width: 1080px;
  margin: 50px 0 0;
  color: #ffffff;
  font-size: clamp(58px, 6.6vw, 92px);
  line-height: 1.18;
  letter-spacing: 0;
}

.market-hero h1 span,
.market-cta h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #a78bfa, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
}

.market-hero p,
.market-section > p,
.market-platforms > p,
.market-pricing > p,
.market-cta p {
  max-width: 760px;
  margin: 28px auto 0;
  color: #b7b4c7;
  font-size: 20px;
  line-height: 1.5;
}

.market-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.market-primary,
.market-secondary,
.market-price-grid a {
  min-height: 50px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  font-weight: 950;
}

.market-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  box-shadow: 0 0 34px rgba(124, 58, 237, 0.42);
}

.market-secondary {
  color: #ffffff;
  border: 1px solid rgba(167, 139, 250, 0.42);
  background: rgba(255, 255, 255, 0.04);
}

.market-stats,
.market-section,
.market-platforms,
.market-reviews,
.market-pricing,
.market-cta,
.market-footer {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
}

.market-stats {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.market-stats div {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.market-stats div:last-child {
  border-right: 0;
}

.market-stats b,
.market-metrics b {
  font-size: clamp(30px, 4vw, 45px);
  color: #ffffff;
}

.market-stats span,
.market-metrics span {
  margin-left: 8px;
  color: #a8a3b8;
  font-size: 17px;
}

.market-section,
.market-platforms,
.market-reviews,
.market-pricing,
.market-cta {
  padding: 106px 0 20px;
  text-align: center;
}

.market-eyebrow {
  color: #8b5cf6;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.market-section h2,
.market-platforms h2,
.market-reviews h2,
.market-pricing h2,
.market-cta h2 {
  margin: 18px auto 0;
  max-width: 900px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.12;
}

.market-feature-grid,
.market-review-grid,
.market-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 62px;
  text-align: left;
}

.market-feature-grid article,
.market-review-grid article,
.market-price-grid article {
  border-radius: 8px;
  padding: 30px;
  min-height: 244px;
  background:
    linear-gradient(145deg, rgba(124, 58, 237, 0.1), transparent 52%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.02);
}

.market-feature-grid i,
.market-platform-grid i {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #c4b5fd;
  background: rgba(124, 58, 237, 0.16);
  border: 1px solid rgba(167, 139, 250, 0.36);
  font-style: normal;
  font-size: 24px;
}

.market-feature-grid h3 {
  margin: 26px 0 0;
  color: #ffffff;
  font-size: 24px;
}

.market-feature-grid p,
.market-review-grid p,
.market-price-grid p {
  margin: 18px 0 0;
  color: #b7b4c7;
  line-height: 1.58;
  font-size: 17px;
}

.market-platform-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 72px;
}

.market-platform-grid article {
  min-height: 188px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(124, 58, 237, 0.22);
  background: rgba(255, 255, 255, 0.035);
}

.market-platform-grid article:nth-child(1) { background: rgba(34, 197, 94, 0.08); }
.market-platform-grid article:nth-child(2) { background: rgba(59, 130, 246, 0.08); }
.market-platform-grid article:nth-child(3) { background: rgba(139, 92, 246, 0.12); }
.market-platform-grid article:nth-child(4) { background: rgba(249, 115, 22, 0.1); }
.market-platform-grid article:nth-child(5) { background: rgba(236, 72, 153, 0.09); }

.market-platform-grid b {
  color: #ffffff;
  font-size: 22px;
}

.market-platform-grid span {
  color: #b7b4c7;
}

.market-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 92px;
}

.market-metrics div {
  text-align: center;
}

.market-review-grid article {
  min-height: 232px;
}

.market-review-grid span {
  display: block;
  color: #a78bfa;
  font-size: 21px;
  margin-bottom: 22px;
}

.market-review-grid b {
  display: block;
  margin-top: 22px;
  color: #ffffff;
}

.market-price-grid article {
  min-height: 486px;
  display: flex;
  flex-direction: column;
}

.market-price-grid article.featured {
  position: relative;
  border-color: rgba(139, 92, 246, 0.82);
  background:
    linear-gradient(145deg, rgba(124, 58, 237, 0.22), transparent 70%),
    rgba(255, 255, 255, 0.045);
  transform: translateY(-12px);
}

.market-price-grid em {
  width: fit-content;
  margin: -50px auto 22px;
  padding: 10px 22px;
  border-radius: 999px;
  color: #ffffff;
  background: #7c3aed;
  font-style: normal;
  font-weight: 950;
  box-shadow: 0 0 30px rgba(124, 58, 237, 0.5);
}

.market-price-grid h3 {
  color: #ffffff;
  font-size: 24px;
}

.market-price-grid strong {
  display: block;
  margin-top: 26px;
  color: #ffffff;
  font-size: 40px;
}

.market-price-grid small {
  color: #9ca3af;
  font-size: 16px;
}

.market-price-grid ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 30px;
  display: grid;
  gap: 14px;
  color: #ddd6fe;
}

.market-price-grid li::before {
  content: "✓";
  color: #a78bfa;
  margin-right: 10px;
}

.market-price-grid a {
  margin-top: auto;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.market-price-grid .featured a {
  background: #7c3aed;
  box-shadow: 0 0 28px rgba(124, 58, 237, 0.36);
}

.market-cta {
  padding-bottom: 90px;
  background:
    radial-gradient(circle at 50% 80%, rgba(124, 58, 237, 0.2), transparent 36%);
}

.market-footer {
  display: grid;
  grid-template-columns: 1.55fr repeat(4, minmax(120px, 1fr));
  gap: 44px;
  padding: 70px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.market-footer p {
  max-width: 390px;
  margin: 26px 0 26px;
  color: #9ca3af;
  line-height: 1.55;
}

.market-footer label,
.market-footer nav b {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 950;
}

.market-footer form {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 8px;
  max-width: 390px;
}

.market-footer input {
  min-height: 42px;
  border-radius: 8px;
  padding: 0 14px;
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.market-footer button {
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: #7c3aed;
}

.market-footer nav {
  display: grid;
  align-content: start;
  gap: 14px;
}

.market-footer nav a {
  color: #9ca3af;
}

@media (max-width: 1100px) {
  .market-nav nav {
    display: none;
  }

  .market-hero {
    min-height: auto;
    padding: 76px 18px 70px;
  }

  .market-stats,
  .market-feature-grid,
  .market-price-grid,
  .market-metrics,
  .market-footer {
    grid-template-columns: 1fr;
  }

  .market-stats {
    padding: 24px 0;
  }

  .market-stats div {
    border-right: 0;
  }

  .market-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-price-grid article.featured {
    transform: none;
  }

  .market-price-grid em {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .market-nav {
    min-height: 74px;
    padding: 0 14px;
  }

  .market-brand {
    font-size: 17px;
  }

  .market-logo {
    width: 34px;
    height: 34px;
  }

  .market-icons {
    display: none;
  }

  .market-hero h1,
  .market-section h2,
  .market-platforms h2,
  .market-reviews h2,
  .market-pricing h2,
  .market-cta h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .market-hero p,
  .market-section > p,
  .market-platforms > p,
  .market-pricing > p,
  .market-cta p {
    font-size: 16px;
  }

  .market-actions {
    flex-direction: column;
    width: 100%;
  }

  .market-primary,
  .market-secondary {
    width: 100%;
  }

  .market-section,
  .market-platforms,
  .market-reviews,
  .market-pricing,
  .market-cta {
    padding-top: 72px;
  }

  .market-feature-grid,
  .market-review-grid,
  .market-price-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }

  .market-platform-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .market-feature-grid article,
  .market-review-grid article,
  .market-price-grid article {
    padding: 24px;
  }
}

.premium-page {
  min-height: 100vh;
  color: #f8fafc;
  background:
    radial-gradient(circle at 18% 8%, rgba(45, 212, 191, 0.18), transparent 30%),
    radial-gradient(circle at 82% 2%, rgba(139, 92, 246, 0.2), transparent 32%),
    linear-gradient(180deg, #05070d 0%, #090b13 48%, #050607 100%);
  overflow-x: hidden;
}

.premium-page svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.premium-page h1,
.premium-page h2,
.premium-page h3,
.premium-page p {
  margin-top: 0;
}

.premium-nav {
  width: min(1240px, calc(100% - 36px));
  min-height: 78px;
  margin: 18px auto 0;
  padding: 0 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  position: sticky;
  top: 14px;
  z-index: 20;
  background: rgba(6, 10, 20, 0.72);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.premium-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.premium-brand span:last-child {
  display: grid;
  gap: 2px;
}

.premium-brand b {
  font-size: 19px;
  letter-spacing: 0;
}

.premium-brand small {
  color: #9fb3c8;
  font-size: 13px;
}

.premium-mark {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #67e8f9;
  background:
    radial-gradient(circle at 70% 24%, rgba(168, 85, 247, 0.64), transparent 27%),
    linear-gradient(135deg, #07111f, #111827);
  box-shadow:
    inset 0 0 0 1px rgba(103, 232, 249, 0.22),
    0 0 30px rgba(34, 211, 238, 0.24);
}

.premium-mark svg {
  width: 30px;
  height: 30px;
}

.premium-mark path:first-child {
  stroke: #22d3ee;
}

.premium-mark path:last-child {
  fill: #a78bfa;
  stroke: #a78bfa;
}

.premium-nav nav,
.premium-nav-actions,
.premium-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.premium-nav nav a {
  color: #c7d2e1;
  font-weight: 750;
}

.premium-nav nav a:hover {
  color: #ffffff;
}

.premium-solid,
.premium-outline,
.premium-ghost,
.premium-price-grid a {
  border-radius: 8px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.premium-solid {
  padding: 0 18px;
  color: #04111d;
  background: linear-gradient(135deg, #67e8f9, #a78bfa 58%, #fbbf24);
  box-shadow: 0 16px 42px rgba(34, 211, 238, 0.26);
}

.premium-ghost,
.premium-outline {
  padding: 0 18px;
  color: #e2e8f0;
  border: 1px solid rgba(226, 232, 240, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.premium-solid.large,
.premium-outline.large {
  min-height: 56px;
  padding: 0 26px;
}

.premium-hero {
  width: min(1380px, calc(100% - 36px));
  min-height: calc(100vh - 98px);
  margin: 0 auto;
  padding: 82px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: 30px;
  position: relative;
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -8%;
  width: 46%;
  height: 62%;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.12);
  filter: blur(70px);
  pointer-events: none;
}

.premium-hero-copy {
  position: relative;
  z-index: 3;
}

.premium-kicker,
.premium-eyebrow {
  color: #67e8f9;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-kicker {
  width: fit-content;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: rgba(34, 211, 238, 0.08);
  font-size: 12px;
}

.premium-hero h1 {
  max-width: 760px;
  margin: 26px 0 0;
  color: #ffffff;
  font-size: clamp(42px, 5.3vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

.premium-hero p,
.premium-section > p,
.premium-showcase p,
.premium-cta p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #b6c3d1;
  font-size: 18px;
  line-height: 1.62;
}

.premium-actions {
  flex-wrap: wrap;
  margin-top: 34px;
}

.premium-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.premium-trust span {
  padding: 10px 12px;
  border-radius: 8px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-trust b {
  color: #ffffff;
}

.premium-hero-art {
  margin: 0 -6vw 0 -6%;
  position: relative;
}

.premium-hero-art img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center right;
  display: block;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 13%, black 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 13%, black 100%);
}

.premium-strip,
.premium-section,
.premium-showcase,
.premium-downloads,
.premium-trial-banner,
.premium-pricing,
.premium-cta,
.premium-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.premium-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0 0 76px;
}

.premium-strip article {
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.09), rgba(255, 255, 255, 0.035));
}

.premium-strip b {
  display: block;
  color: #ffffff;
  font-size: 23px;
}

.premium-strip span {
  display: block;
  margin-top: 10px;
  color: #94a3b8;
}

.premium-section,
.premium-showcase,
.premium-downloads,
.premium-pricing,
.premium-cta {
  padding: 84px 0;
}

.premium-section,
.premium-downloads,
.premium-pricing,
.premium-cta {
  text-align: center;
}

.premium-section > p,
.premium-pricing > p,
.premium-cta p {
  margin-left: auto;
  margin-right: auto;
}

.premium-section h2,
.premium-showcase h2,
.premium-downloads h2,
.premium-pricing h2,
.premium-cta h2 {
  max-width: 860px;
  margin: 16px auto 0;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.premium-feature-grid,
.premium-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
  text-align: left;
}

.premium-feature-grid article,
.premium-price-grid article {
  min-height: 250px;
  border-radius: 8px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background:
    linear-gradient(145deg, rgba(124, 58, 237, 0.13), transparent 56%),
    rgba(255, 255, 255, 0.045);
}

.premium-feature-grid i {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #67e8f9;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(103, 232, 249, 0.22);
}

.premium-feature-grid svg {
  width: 26px;
  height: 26px;
}

.premium-feature-grid h3,
.premium-price-grid h3 {
  margin: 24px 0 0;
  color: #ffffff;
  font-size: 23px;
}

.premium-feature-grid p,
.premium-price-grid p {
  margin: 14px 0 0;
  color: #aebccd;
  line-height: 1.58;
}

.premium-showcase {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
}

.premium-showcase h2 {
  margin-left: 0;
  margin-right: 0;
}

.premium-downloads {
  text-align: center;
}

.premium-downloads > p {
  max-width: 720px;
  margin: 20px auto 0;
  color: #b6c3d1;
  font-size: 18px;
  line-height: 1.62;
}

.premium-download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
  text-align: left;
}

.premium-download-grid article {
  min-height: 276px;
  padding: 26px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background:
    linear-gradient(145deg, rgba(124, 58, 237, 0.13), transparent 58%),
    rgba(255, 255, 255, 0.045);
}

.premium-download-grid article.available {
  border-color: rgba(103, 232, 249, 0.5);
  background:
    linear-gradient(145deg, rgba(34, 211, 238, 0.18), rgba(124, 58, 237, 0.12)),
    rgba(255, 255, 255, 0.055);
}

.premium-download-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.premium-download-head i {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #67e8f9;
  border: 1px solid rgba(103, 232, 249, 0.22);
  background: rgba(34, 211, 238, 0.1);
}

.premium-download-head svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.premium-download-head em {
  padding: 7px 10px;
  border-radius: 999px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.premium-download-grid .available em {
  color: #04111d;
  background: #67e8f9;
}

.premium-download-grid h3 {
  margin: 24px 0 0;
  color: #ffffff;
  font-size: 23px;
}

.premium-download-grid p {
  margin: 14px 0 0;
  color: #aebccd;
  line-height: 1.58;
}

.premium-download-grid a {
  width: fit-content;
  margin-top: auto;
  padding: 12px 16px;
  border-radius: 7px;
  color: #04111d;
  background: #67e8f9;
  font-weight: 950;
}

.premium-trial-banner {
  padding: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(103, 232, 249, 0.42);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.16), rgba(124, 58, 237, 0.16)),
    rgba(255, 255, 255, 0.05);
}

.premium-trial-banner h2 {
  max-width: 760px;
  margin: 10px 0 0;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
}

.premium-trial-banner p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #b6c3d1;
  line-height: 1.58;
}

.premium-trial-banner .premium-solid {
  flex: 0 0 auto;
}

.trial-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.trial-result-actions .premium-solid,
.trial-result-actions .premium-outline,
.trial-result-actions .smart-secondary {
  min-height: 40px;
  padding: 0 14px;
}

.premium-device-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.premium-device-list article {
  min-height: 92px;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: end;
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(124, 58, 237, 0.08)),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.premium-price-grid article {
  display: flex;
  flex-direction: column;
}

.premium-price-grid article.highlight {
  border-color: rgba(103, 232, 249, 0.55);
  background:
    linear-gradient(145deg, rgba(34, 211, 238, 0.16), rgba(124, 58, 237, 0.12)),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 80px rgba(34, 211, 238, 0.12);
}

.premium-price-grid em {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #04111d;
  background: #67e8f9;
  font-style: normal;
  font-weight: 950;
}

.premium-price-grid strong {
  display: block;
  margin-top: 22px;
  color: #ffffff;
  font-size: 46px;
}

.premium-price-grid ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
  display: grid;
  gap: 12px;
  color: #dbeafe;
}

.premium-price-grid li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: #67e8f9;
}

.premium-price-grid a {
  margin-top: auto;
  color: #04111d;
  background: #ffffff;
}

.premium-cta {
  border-radius: 8px;
  margin-bottom: 54px;
  padding: 70px 28px;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(124, 58, 237, 0.16)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.premium-cta .premium-actions {
  justify-content: center;
}

.premium-footer {
  padding: 36px 0 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-footer p {
  max-width: 650px;
  margin: 0;
  color: #94a3b8;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .premium-nav nav {
    display: none;
  }

  .premium-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 54px;
  }

  .premium-hero-art {
    margin: 0;
  }

  .premium-strip,
  .premium-feature-grid,
  .premium-download-grid,
  .premium-price-grid,
  .premium-showcase,
  .premium-footer {
    grid-template-columns: 1fr;
  }

  .premium-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .premium-nav {
    width: calc(100% - 24px);
    min-height: 68px;
    top: 10px;
  }

  .premium-nav-actions {
    display: none;
  }

  .premium-brand b {
    font-size: 16px;
  }

  .premium-mark {
    width: 38px;
    height: 38px;
  }

  .premium-hero {
    width: calc(100% - 24px);
    padding: 42px 0 42px;
  }

  .premium-hero h1 {
    font-size: clamp(38px, 13vw, 54px);
  }

  .premium-hero p,
  .premium-section > p,
  .premium-showcase p,
  .premium-cta p {
    font-size: 16px;
  }

  .premium-actions {
    width: 100%;
  }

  .premium-solid.large,
  .premium-outline.large {
    width: 100%;
  }

  .premium-hero-art img {
    min-height: 300px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .premium-strip,
  .premium-device-list {
    grid-template-columns: 1fr;
  }

  .premium-section,
  .premium-showcase,
  .premium-downloads,
  .premium-pricing,
  .premium-cta {
    padding: 58px 0;
  }

  .premium-feature-grid,
  .premium-download-grid,
  .premium-price-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .premium-footer {
    align-items: flex-start;
  }

  .premium-trial-banner {
    padding: 24px;
    align-items: flex-start;
    flex-direction: column;
  }
}

.fresh-page {
  min-height: 100vh;
  color: #f8fafc;
  background:
    linear-gradient(120deg, rgba(20, 184, 166, 0.16), transparent 34%),
    linear-gradient(265deg, rgba(15, 23, 42, 0.2), rgba(9, 18, 29, 0.88)),
    #18232b;
  overflow-x: hidden;
}

.fresh-nav {
  width: min(1180px, calc(100% - 36px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: white;
}

.fresh-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.fresh-mark {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  font-size: 22px;
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  box-shadow: 0 16px 38px rgba(20, 184, 166, 0.28);
}

.fresh-brand b,
.fresh-brand small {
  display: block;
}

.fresh-brand b {
  font-size: 21px;
  line-height: 1;
}

.fresh-brand small {
  margin-top: 4px;
  color: #9fb0c8;
  font-size: 13px;
}

.fresh-nav nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #cbd5e1;
  font-weight: 750;
}

.fresh-nav nav a:hover {
  color: white;
}

.fresh-nav-btn,
.fresh-primary,
.fresh-secondary,
.fresh-plan a {
  min-height: 48px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.fresh-nav-btn {
  padding: 0 18px;
  color: #06111f;
  background: #ffffff;
}

.fresh-hero {
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100vh - 70px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(390px, 0.74fr) minmax(600px, 1.26fr);
  gap: 26px;
  align-items: center;
  padding: 20px 0 52px;
}

.fresh-kicker,
.fresh-section-head span,
.fresh-devices span,
.fresh-plan span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 950;
  text-transform: none;
}

.fresh-copy h1 {
  margin: 14px 0 0;
  max-width: 660px;
  color: transparent;
  font-size: clamp(50px, 5.8vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
  background: linear-gradient(90deg, #f5b43c, #83c66d 46%, #21d6e8);
  -webkit-background-clip: text;
  background-clip: text;
}

.fresh-copy h1 em {
  display: block;
  color: #f8fafc;
  font-style: normal;
  font-size: 0.72em;
  background: linear-gradient(90deg, #f2c84c, #9bd47c);
  -webkit-background-clip: text;
  background-clip: text;
}

.fresh-copy p {
  max-width: 560px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.42;
  text-align: center;
}

.fresh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}

.fresh-primary {
  min-width: 218px;
  min-height: 52px;
  padding: 0 22px;
  color: #06111f;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.fresh-secondary {
  min-width: 202px;
  min-height: 52px;
  padding: 0 22px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
}

.fresh-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.fresh-rating span {
  color: #f5b43c;
  font-size: 23px;
  letter-spacing: 2px;
}

.fresh-rating b {
  color: white;
  font-size: 16px;
}

.fresh-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}

.fresh-trust span {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 8px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fresh-trust b {
  color: #86efac;
}

.fresh-preview {
  position: relative;
  min-height: 520px;
}

.fresh-device-stage {
  position: relative;
  min-height: 470px;
  border-radius: 8px;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(145deg, rgba(20, 184, 166, 0.12), transparent 48%),
    transparent;
  box-shadow: none;
}

.fresh-device-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 0;
  background: rgba(20, 184, 166, 0.1);
  filter: blur(72px);
  pointer-events: none;
}

.fresh-device-stage::after {
  content: "";
  position: absolute;
  right: 11%;
  bottom: 11%;
  width: 260px;
  height: 80px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.18);
  filter: blur(42px);
}

.fresh-tv {
  position: absolute;
  right: 0;
  top: 44px;
  width: 76%;
  height: 306px;
  border-radius: 20px;
  padding: 10px;
  background: linear-gradient(145deg, #475569, #020617 28%, #111827);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.52), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 2;
}

.fresh-tv::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 32%);
  pointer-events: none;
  z-index: 3;
}

.fresh-tv::after {
  content: "";
  position: absolute;
  left: 33%;
  right: 33%;
  bottom: -42px;
  height: 42px;
  background: linear-gradient(180deg, #7dd3fc, #334155);
  clip-path: polygon(26% 0, 74% 0, 100% 100%, 0 100%);
  opacity: 0.72;
}

.fresh-screen {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 16px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 13, 28, 0.18), rgba(4, 8, 18, 0.9)),
    linear-gradient(90deg, #081226, #112c45);
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.12);
}

.screen-top,
.screen-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.screen-top {
  color: white;
  font-size: 14px;
}

.screen-top b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.screen-top b i {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: inline-block;
  background: linear-gradient(135deg, #22d3ee, #14b8a6);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.24);
}

.screen-top span {
  width: 112px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #99f6e4;
  background: rgba(20, 184, 166, 0.14);
}

.screen-hero {
  min-height: 116px;
  margin-top: 14px;
  padding: 10px;
  border-radius: 8px;
  color: white;
  display: grid;
  grid-template-columns: 136px 1fr 74px;
  align-items: center;
  background: linear-gradient(135deg, rgba(2, 6, 23, 0.28), rgba(14, 165, 233, 0.16));
  border: 1px solid rgba(94, 234, 212, 0.16);
}

.watch-art {
  position: relative;
  height: 100%;
  min-height: 96px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.05), rgba(2, 6, 23, 0.42)),
    linear-gradient(135deg, #f59e0b 0 24%, #0ea5e9 24% 52%, #0f172a 52% 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.watch-art::before {
  content: "";
  position: absolute;
  left: 15%;
  right: 12%;
  bottom: 0;
  height: 48%;
  background:
    linear-gradient(135deg, transparent 0 22%, rgba(15, 23, 42, 0.84) 22% 58%, transparent 58%),
    linear-gradient(45deg, transparent 0 36%, rgba(15, 23, 42, 0.7) 36% 72%, transparent 72%);
}

.watch-art span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.watch-art span::after {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 0 42%, white 42% 58%, transparent 58%),
    rgba(255, 255, 255, 0.18);
  clip-path: polygon(32% 24%, 32% 76%, 76% 50%);
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.watch-info {
  padding: 0 16px;
}

.screen-hero small,
.screen-hero strong,
.screen-hero p {
  display: block;
}

.screen-hero small {
  color: #99f6e4;
  font-size: 12px;
  font-weight: 900;
}

.screen-hero strong {
  margin-top: 6px;
  font-size: 21px;
}

.screen-hero p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.3;
}

.screen-hero button {
  width: 66px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  color: #06211e;
  font-weight: 950;
  background: #5eead4;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.screen-grid i {
  min-height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: end start;
  padding: 9px;
  font-style: normal;
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.22), rgba(56, 189, 248, 0.12));
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.screen-grid i:nth-child(2) {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.42), rgba(20, 184, 166, 0.12));
}

.screen-grid i:nth-child(3) {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.36), rgba(14, 165, 233, 0.1));
}

.screen-grid i b {
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
}

.fresh-phone-ui {
  position: absolute;
  left: 10%;
  top: 132px;
  bottom: auto;
  width: 148px;
  min-height: 292px;
  z-index: 4;
  border-radius: 32px;
  padding: 14px;
  color: white;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(160deg, #1e293b, #020617 62%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.54), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.fresh-phone-ui > span {
  width: 62px;
  height: 5px;
  border-radius: 999px;
  display: block;
  margin: 0 auto 18px;
  background: rgba(255, 255, 255, 0.18);
}

.fresh-phone-ui b {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}

.phone-brand {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 12px;
}

.phone-brand b {
  margin: 0;
}

.phone-brand small {
  color: #5eead4;
  font-weight: 900;
}

.phone-feature {
  min-height: 64px;
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.5)),
    linear-gradient(135deg, #22d3ee, #0f766e);
}

.phone-feature strong,
.phone-feature small,
.phone-now b,
.phone-now small {
  display: block;
}

.phone-feature strong {
  font-size: 14px;
}

.phone-feature small,
.phone-now small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.phone-grid-real {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.phone-grid-real i {
  min-height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  background: rgba(94, 234, 212, 0.13);
  border: 1px solid rgba(94, 234, 212, 0.12);
}

.phone-now {
  margin-top: 10px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.fresh-mini-card {
  position: absolute;
  right: 4px;
  bottom: 24px;
  z-index: 5;
  width: 176px;
  min-height: 92px;
  padding: 16px;
  border-radius: 8px;
  color: #07111f;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.fresh-device-caption {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: -16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.8vw, 24px);
  font-style: italic;
  text-align: center;
}

.fresh-mini-card b,
.fresh-mini-card span {
  display: block;
}

.fresh-mini-card b {
  font-size: 22px;
}

.fresh-mini-card span {
  margin-top: 5px;
  color: #0f766e;
  font-weight: 900;
}

.fresh-stat {
  position: absolute;
  width: 170px;
  min-height: 78px;
  padding: 14px;
  border-radius: 8px;
  color: #07111f;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
  z-index: 8;
}

.fresh-stat b,
.fresh-stat span {
  display: block;
}

.fresh-stat b {
  font-size: 22px;
}

.fresh-stat span {
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
}

.fresh-stat.one {
  left: 22px;
  top: 34px;
}

.fresh-stat.two {
  right: 18px;
  top: 34px;
  bottom: auto;
}

.fresh-section,
.fresh-devices,
.fresh-pricing,
.fresh-note {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.fresh-section {
  padding: 78px 0 28px;
  color: #07111f;
}

.fresh-section-head {
  max-width: 760px;
}

.fresh-section-head span,
.fresh-devices span,
.fresh-plan span {
  color: #0f766e;
}

.fresh-section-head h2,
.fresh-devices h2 {
  margin: 12px 0 0;
  color: #07111f;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.fresh-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.fresh-feature-grid article,
.fresh-plan,
.fresh-note {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #dbe5f1;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.fresh-feature-grid article {
  min-height: 230px;
  padding: 26px;
}

.fresh-feature-grid b {
  color: #0f766e;
  font-size: 14px;
}

.fresh-feature-grid h3,
.fresh-plan h3 {
  margin: 28px 0 0;
  color: #07111f;
  font-size: 24px;
  line-height: 1.14;
}

.fresh-feature-grid p,
.fresh-plan p {
  margin: 14px 0 0;
  color: #64748b;
  line-height: 1.55;
}

.fresh-devices {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 28px;
  align-items: center;
  padding: 50px 0;
  color: #07111f;
}

.fresh-device-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.fresh-device-list span {
  min-height: 72px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #0f172a;
  background: #e8f7f5;
  border: 1px solid #bdebe4;
  text-transform: none;
  font-size: 14px;
}

.fresh-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 8px 0 28px;
}

.fresh-plan {
  padding: 30px;
}

.fresh-plan.featured {
  color: white;
  background: linear-gradient(135deg, #07111f, #12312f);
  border-color: rgba(94, 234, 212, 0.28);
}

.fresh-plan.featured h3,
.fresh-plan.featured p {
  color: white;
}

.fresh-plan.featured p {
  color: #cbd5e1;
}

.fresh-plan a {
  width: fit-content;
  margin-top: 26px;
  padding: 0 18px;
  color: white;
  background: #0f766e;
}

.fresh-plan.featured a {
  color: #07111f;
  background: #5eead4;
}

.fresh-note {
  padding: 18px 20px;
  margin-bottom: 42px;
  color: #334155;
  line-height: 1.5;
}

.fresh-note b {
  color: #0f172a;
}

.concept-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 0;
  background: #071323;
  overflow: hidden;
}

.concept-frame {
  position: relative;
  width: min(100vw, calc(100vh * 1.875));
  aspect-ratio: 15 / 8;
  max-height: 100vh;
  margin: auto;
  overflow: hidden;
  background: #071323;
}

.concept-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.concept-hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 8px;
}

.concept-hotspot:focus-visible {
  outline: 3px solid rgba(34, 211, 238, 0.85);
  outline-offset: 3px;
}

.concept-logo {
  left: 11.5%;
  top: 7.5%;
  width: 19%;
  height: 9.8%;
}

.concept-features {
  left: 33.1%;
  top: 7.4%;
  width: 8.1%;
  height: 9.8%;
}

.concept-compatibility {
  left: 42.6%;
  top: 7.4%;
  width: 10.3%;
  height: 9.8%;
}

.concept-pricing {
  left: 53.4%;
  top: 7.4%;
  width: 7.2%;
  height: 9.8%;
}

.concept-support {
  left: 61.3%;
  top: 7.4%;
  width: 7.4%;
  height: 9.8%;
}

.concept-download {
  left: 74.5%;
  top: 9.3%;
  width: 13.2%;
  height: 6.7%;
}

.concept-start {
  left: 12.5%;
  top: 55.4%;
  width: 12.2%;
  height: 6.4%;
}

.concept-learn {
  left: 26.1%;
  top: 56.5%;
  width: 9.5%;
  height: 4.4%;
}

.concept-mobile-actions {
  display: none;
}

.neon-landing {
  min-height: 100vh;
  padding: 24px 5vw;
  display: grid;
  place-items: center;
  color: #f8fbff;
  background:
    radial-gradient(circle at 16% 16%, rgba(37, 99, 235, 0.24), transparent 24%),
    radial-gradient(circle at 86% 8%, rgba(236, 72, 153, 0.32), transparent 22%),
    radial-gradient(circle at 82% 82%, rgba(6, 182, 212, 0.22), transparent 24%),
    linear-gradient(135deg, #081220 0%, #0a1426 46%, #07111f 100%);
  overflow: hidden;
}

.neon-landing::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.08), transparent 18%, transparent 82%, rgba(168, 85, 247, 0.1)),
    repeating-linear-gradient(90deg, transparent 0 84px, rgba(255, 255, 255, 0.025) 85px 86px);
  filter: blur(0.2px);
}

.neon-shell {
  position: relative;
  width: min(1480px, 100%);
  min-height: min(820px, calc(100vh - 48px));
  border-radius: 28px;
  padding: 16px;
  border: 1px solid rgba(56, 189, 248, 0.62);
  background:
    radial-gradient(circle at 86% 14%, rgba(124, 58, 237, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(8, 15, 31, 0.96), rgba(10, 18, 35, 0.88));
  box-shadow:
    0 0 0 1px rgba(147, 197, 253, 0.16) inset,
    0 36px 120px rgba(0, 0, 0, 0.48),
    0 0 80px rgba(14, 165, 233, 0.18);
  overflow: hidden;
}

.neon-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(96, 165, 250, 0.12) 0 1px, transparent 1px 72px),
    radial-gradient(circle at 48% 18%, rgba(34, 211, 238, 0.18), transparent 22%);
  opacity: 0.85;
  pointer-events: none;
}

.neon-nav {
  position: relative;
  z-index: 4;
  height: 76px;
  margin: 0 auto;
  width: min(1260px, calc(100% - 20px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(56, 189, 248, 0.34);
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.28), inset 0 0 24px rgba(14, 165, 233, 0.1);
  backdrop-filter: blur(18px);
}

.neon-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.neon-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(from 30deg, #22d3ee, #2563eb, #8b5cf6, #22d3ee);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.42);
}

.neon-logo i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.86);
  border-left-color: transparent;
  transform: rotate(-30deg);
}

.neon-brand b {
  display: block;
  font-size: 21px;
  line-height: 1;
}

.neon-brand small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  margin-top: 4px;
  font-size: 14px;
}

.neon-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  letter-spacing: 0;
}

.neon-nav nav a:first-child {
  min-height: 76px;
  padding: 0 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.26), rgba(14, 165, 233, 0.02));
  box-shadow: inset 0 -2px 0 rgba(56, 189, 248, 0.75);
}

.neon-download {
  min-height: 52px;
  min-width: 176px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  letter-spacing: 0;
  background: linear-gradient(135deg, #22d3ee, #2563eb 55%, #8b5cf6);
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.48), inset 0 0 18px rgba(255, 255, 255, 0.22);
}

.neon-hero {
  position: relative;
  z-index: 2;
  min-height: 340px;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(380px, 0.84fr);
  gap: 16px;
  align-items: center;
  padding: 28px 6vw 0;
}

.neon-copy h1 {
  margin: 0;
  max-width: 720px;
  color: white;
  font-size: clamp(32px, 2.8vw, 40px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(96, 165, 250, 0.18);
}

.neon-copy h1 span {
  display: block;
  color: #4cc3ff;
  text-shadow: 0 0 24px rgba(34, 211, 238, 0.38);
}

.neon-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.36;
  margin: 14px 0 0;
}

.neon-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
}

.neon-primary {
  min-height: 48px;
  min-width: 168px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  background: linear-gradient(135deg, #22d3ee, #2563eb 58%, #8b5cf6);
  box-shadow: 0 0 26px rgba(34, 211, 238, 0.48), 0 16px 34px rgba(37, 99, 235, 0.3);
}

.neon-link {
  color: #60c7ff;
  font-weight: 950;
  letter-spacing: 0;
}

.neon-devices {
  position: relative;
  min-height: 310px;
}

.neon-laptop {
  position: absolute;
  right: 0;
  top: 22px;
  width: min(500px, 100%);
  height: 282px;
  border-radius: 26px;
  padding: 14px;
  background: linear-gradient(145deg, #1f2937, #020617);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44);
}

.neon-laptop::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: -22px;
  height: 26px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, #d6dde9, #64748b);
}

.neon-phone {
  position: absolute;
  left: 38px;
  top: 66px;
  width: 108px;
  height: 228px;
  border-radius: 30px;
  padding: 10px;
  z-index: 3;
  background: linear-gradient(145deg, #334155, #020617);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.neon-tablet {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 238px;
  height: 150px;
  border-radius: 22px;
  padding: 10px;
  z-index: 4;
  background: linear-gradient(145deg, #334155, #020617);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.neon-screen {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background: #071126;
  border: 1px solid rgba(96, 165, 250, 0.14);
}

.neon-screen.large {
  padding: 16px;
}

.player-top {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.75);
}

.player-top span {
  width: 160px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.player-layout {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
}

.player-menu {
  display: grid;
  gap: 9px;
  align-content: start;
}

.player-menu span,
.player-grid-mini i,
.phone-grid i,
.phone-top,
.neon-screen.tablet > div {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.player-menu span {
  padding: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.player-grid-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.player-grid-mini i {
  min-height: 58px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.28), rgba(139, 92, 246, 0.22));
}

.neon-screen.phone {
  padding: 10px;
}

.phone-top {
  height: 34px;
  margin-bottom: 12px;
}

.phone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.phone-grid i {
  min-height: 42px;
}

.neon-screen.tablet {
  padding: 10px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 8px;
}

.neon-screen.tablet > div {
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  font-size: 13px;
}

.tile-live {
  grid-row: span 2;
  background: linear-gradient(135deg, #8b5cf6, #f59e0b) !important;
}

.tile-movie {
  background: linear-gradient(135deg, #84cc16, #2563eb) !important;
}

.tile-series {
  background: linear-gradient(135deg, #f97316, #dc2626) !important;
}

.tile-fav {
  background: linear-gradient(135deg, #2563eb, #a855f7) !important;
}

.neon-cards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: min(1120px, calc(100% - 12vw));
  margin: 0 auto 22px;
}

.neon-cards div {
  min-height: 128px;
  border-radius: 8px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(56, 189, 248, 0.28);
  box-shadow: inset 0 0 28px rgba(14, 165, 233, 0.06);
  backdrop-filter: blur(16px);
}

.neon-cards span {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #60e7ff;
  border: 2px solid rgba(34, 211, 238, 0.58);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.22);
  font-weight: 950;
}

.neon-cards b {
  align-self: center;
  font-size: 18px;
}

.neon-cards p {
  grid-column: 2;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .fresh-page {
    background:
      linear-gradient(90deg, rgba(20, 184, 166, 0.12) 0 1px, transparent 1px 110px),
      linear-gradient(180deg, #18232b 0%, #0b1726 62%, #f6f8fb 62%, #f6f8fb 100%);
  }

  .fresh-nav nav {
    display: none;
  }

  .fresh-hero,
  .fresh-devices,
  .fresh-pricing {
    grid-template-columns: 1fr;
  }

  .fresh-hero {
    min-height: auto;
    padding: 34px 0 96px;
  }

  .fresh-preview {
    min-height: auto;
  }

  .fresh-feature-grid {
    grid-template-columns: 1fr;
  }

  .fresh-feature-grid article {
    min-height: 0;
  }

  .fresh-device-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fresh-stat.one {
    left: 14px;
    top: 14px;
  }
}

@media (max-width: 1180px) {
  .neon-landing {
    padding: 22px;
  }

  .neon-shell {
    min-height: auto;
  }

  .neon-nav {
    height: 76px;
    width: 100%;
  }

  .neon-nav nav {
    gap: 18px;
    font-size: 15px;
  }

  .neon-brand {
    min-width: 190px;
  }

  .neon-download {
    min-width: 150px;
  }

  .neon-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 28px 18px;
  }

  .neon-copy {
    max-width: 760px;
  }

  .neon-devices {
    min-height: 430px;
  }

  .neon-laptop {
    right: 0;
    left: auto;
    width: min(680px, 86%);
  }

  .neon-phone {
    left: 28px;
  }

  .neon-tablet {
    right: 28px;
  }

  .neon-cards {
    width: calc(100% - 56px);
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}

@media (max-width: 760px) {
  .fresh-page {
    background: linear-gradient(180deg, #18232b 0%, #0b1726 56%, #f6f8fb 56%, #f6f8fb 100%);
  }

  .fresh-nav {
    width: calc(100% - 28px);
    min-height: 68px;
  }

  .fresh-brand b {
    font-size: 18px;
  }

  .fresh-mark {
    width: 40px;
    height: 40px;
  }

  .fresh-nav-btn {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }

  .fresh-hero,
  .fresh-section,
  .fresh-devices,
  .fresh-pricing,
  .fresh-note {
    width: calc(100% - 28px);
  }

  .fresh-copy h1 {
    font-size: clamp(44px, 13vw, 58px);
    text-align: center;
  }

  .fresh-copy p {
    font-size: 16px;
  }

  .fresh-actions {
    flex-direction: column;
  }

  .fresh-primary,
  .fresh-secondary {
    width: 100%;
  }

  .fresh-device-stage {
    min-height: 468px;
  }

  .fresh-tv {
    top: 24px;
    right: 14px;
    left: 14px;
    width: auto;
    height: 248px;
    padding: 10px;
  }

  .fresh-phone-ui {
    left: 14px;
    top: 208px;
    bottom: auto;
    width: 136px;
    min-height: 266px;
    border-radius: 26px;
    padding: 12px;
  }

  .phone-feature {
    min-height: 56px;
  }

  .phone-grid-real i {
    min-height: 34px;
  }

  .fresh-mini-card {
    right: 14px;
    bottom: 54px;
    width: min(166px, calc(100% - 160px));
    min-height: 80px;
    padding: 14px;
  }

  .screen-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .screen-grid i {
    min-height: 36px;
  }

  .screen-hero {
    grid-template-columns: 86px 1fr;
    min-height: 92px;
    padding: 10px;
  }

  .screen-hero button {
    display: none;
  }

  .watch-art {
    min-height: 76px;
  }

  .watch-info {
    padding: 0 0 0 10px;
  }

  .screen-hero strong {
    font-size: 18px;
  }

  .screen-hero p {
    display: none;
  }

  .fresh-stat {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .fresh-rating span {
    font-size: 22px;
  }

  .fresh-device-caption {
    bottom: 0;
    font-size: 16px;
  }

  .fresh-section {
    padding-top: 46px;
  }

  .fresh-section-head h2,
  .fresh-devices h2 {
    font-size: clamp(29px, 9vw, 40px);
  }

  .fresh-feature-grid article,
  .fresh-plan {
    padding: 22px;
  }

  .fresh-device-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-page {
    display: block;
    min-height: 100vh;
    overflow: auto;
    background: #071323;
  }

  .concept-frame {
    width: 100vw;
    max-height: none;
    margin: 0;
  }

  .concept-frame img {
    object-fit: contain;
  }

  .concept-mobile-actions {
    display: grid;
    gap: 10px;
    padding: 0 18px 24px;
    background: #071323;
  }

  .neon-landing {
    padding: 10px;
    place-items: start center;
  }

  .neon-shell {
    border-radius: 20px;
    padding: 10px;
  }

  .neon-nav {
    height: auto;
    min-height: 70px;
    padding: 10px;
    border-radius: 14px;
  }

  .neon-nav nav {
    display: none;
  }

  .neon-brand {
    min-width: 0;
    gap: 9px;
  }

  .neon-logo {
    width: 42px;
    height: 42px;
  }

  .neon-logo i {
    width: 24px;
    height: 24px;
    border-width: 5px;
  }

  .neon-brand b {
    font-size: 17px;
  }

  .neon-brand small {
    font-size: 12px;
  }

  .neon-download {
    min-width: 118px;
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  .neon-hero {
    padding: 34px 10px 8px;
  }

  .neon-copy h1 {
    font-size: clamp(31px, 10vw, 44px);
    line-height: 1.08;
  }

  .neon-copy p {
    font-size: 16px;
  }

  .neon-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 26px;
  }

  .neon-primary,
  .neon-link {
    min-height: 50px;
    justify-content: center;
  }

  .neon-devices {
    min-height: 500px;
    margin-top: 8px;
  }

  .neon-laptop {
    top: 20px;
    width: 100%;
    height: 270px;
    padding: 10px;
  }

  .neon-laptop::after {
    bottom: -20px;
    height: 22px;
  }

  .player-layout {
    grid-template-columns: 88px 1fr;
    gap: 10px;
  }

  .player-top span {
    width: 110px;
  }

  .player-grid-mini {
    gap: 7px;
  }

  .player-grid-mini i {
    min-height: 45px;
  }

  .neon-phone {
    left: 8px;
    top: 250px;
    width: 116px;
    height: 240px;
  }

  .neon-tablet {
    right: 0;
    bottom: 6px;
    width: min(238px, calc(100% - 122px));
    height: 160px;
  }

  .neon-cards {
    width: calc(100% - 20px);
    gap: 12px;
  }

  .neon-cards div {
    min-height: 0;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    padding: 18px 16px;
  }

  .neon-cards span {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }

  .neon-cards b {
    font-size: 15px;
  }

  .neon-cards p {
    font-size: 14px;
  }
}

/* EPG guide: readable programme cards that work with touch, mouse, and TV focus. */
.epg-screen {
  display: grid;
  gap: 10px;
}
.epg-intro,
.epg-now-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(72, 204, 255, 0.28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(8, 108, 174, 0.28), rgba(16, 27, 48, 0.72));
}
.epg-intro span,
.epg-now-card span {
  display: inline-grid;
  min-width: 42px;
  min-height: 28px;
  place-items: center;
  padding: 4px 8px;
  border-radius: 8px;
  color: #071523;
  background: #52d8ee;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.epg-intro b,
.epg-now-card b {
  color: #ffffff;
  font-size: 15px;
}
.epg-intro small,
.epg-now-card small {
  color: #a8c7e9;
  font-size: 12px;
}
.epg-channel-row {
  width: 100%;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(119, 185, 255, 0.16);
  border-radius: 12px;
  color: #ffffff;
  background: rgba(17, 26, 39, 0.9);
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.epg-channel-row:hover,
.epg-channel-row:focus-visible {
  border-color: rgba(86, 205, 255, 0.75);
  background: linear-gradient(135deg, rgba(7, 127, 208, 0.72), rgba(38, 179, 226, 0.34));
  outline: none;
  transform: translateY(-1px);
}
.epg-channel-row span {
  min-width: 0;
}
.epg-channel-row b,
.epg-channel-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.epg-channel-row small {
  margin-top: 3px;
  color: #9db3ce;
  font-size: 12px;
}
.epg-channel-row strong {
  color: #6ee7f9;
  font-size: 24px;
  font-weight: 400;
}
.epg-program-list {
  display: grid;
  gap: 8px;
}
.epg-program {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(119, 185, 255, 0.15);
  border-radius: 12px;
  background: rgba(17, 26, 39, 0.88);
}
.epg-program.is-now {
  border-color: rgba(86, 225, 255, 0.8);
  background: linear-gradient(135deg, rgba(14, 116, 144, 0.48), rgba(14, 45, 74, 0.76));
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.12);
}
.epg-program-time {
  display: grid;
  align-content: start;
  gap: 3px;
  color: #6ee7f9;
  font-size: 13px;
  font-weight: 900;
}
.epg-program-time small {
  color: #8ca8c5;
  font-size: 11px;
  font-weight: 700;
}
.epg-program b {
  color: #ffffff;
  font-size: 14px;
}
.epg-program p {
  margin: 5px 0 0;
  color: #a8bad1;
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 600px) {
  .epg-intro,
  .epg-now-card {
    grid-template-columns: auto 1fr;
  }
  .epg-intro small,
  .epg-now-card small {
    grid-column: 2;
  }
  .epg-program {
    grid-template-columns: 68px 1fr;
    gap: 9px;
    padding: 11px;
  }
}

/* Admin workspace follows the same blue SmartNet studio language as the public site. */
.studio-admin,
.studio-admin-login {
  --admin-bg: #080c14;
  --admin-panel: #111925;
  --admin-panel-soft: #151f2d;
  --admin-line: rgba(211, 225, 255, 0.14);
  --admin-text: #f5f8ff;
  --admin-muted: #aebbd0;
  --admin-blue: #0797f4;
  --admin-cyan: #46d8e8;
  min-height: 100vh;
  color: var(--admin-text);
  background:
    radial-gradient(circle at 15% 0, rgba(7, 151, 244, 0.13), transparent 32%),
    radial-gradient(circle at 100% 88%, rgba(70, 216, 232, 0.08), transparent 30%),
    var(--admin-bg);
  font-family: "Manrope", Arial, sans-serif;
}
.studio-admin a,
.studio-admin-login a { color: inherit; text-decoration: none; }
.studio-admin-header { width: min(1240px, calc(100% - 48px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--admin-line); }
.studio-admin-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.studio-admin-brand img { width: 178px; height: 52px; display: block; object-fit: contain; object-position: left center; }
.studio-admin-nav { display: flex; align-items: center; gap: 24px; margin: 0 auto; color: var(--admin-muted); font-size: 11px; font-weight: 800; }
.studio-admin-nav a { padding: 29px 0 25px; border-bottom: 2px solid transparent; }
.studio-admin-nav a:hover,
.studio-admin-nav a.active { color: #fff; border-color: var(--admin-blue); }
.studio-admin-header-actions { display: flex; align-items: center; gap: 16px; color: var(--admin-muted); font-size: 10px; font-weight: 800; }
.studio-admin-header-actions span { display: inline-flex; align-items: center; gap: 7px; }
.studio-admin-header-actions i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #45e6a2; box-shadow: 0 0 0 4px rgba(69, 230, 162, 0.1); }
.studio-admin-header-actions button { min-height: 34px; padding: 0 13px; border: 1px solid var(--admin-line); border-radius: 6px; color: #eaf2ff; background: rgba(17, 25, 37, 0.82); cursor: pointer; font: inherit; }
.studio-admin-header-actions button:hover { border-color: var(--admin-blue); background: rgba(7, 151, 244, 0.12); }
.studio-admin-layout { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 54px 0 80px; display: grid; grid-template-columns: 230px 1fr; gap: 58px; }
.studio-admin-sidebar { padding: 8px 0; }
.studio-admin-sidebar h1 { margin: 12px 0 14px; color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.1rem; line-height: 1.03; }
.studio-admin-sidebar > p { max-width: 210px; margin: 0; color: var(--admin-muted); font-size: 11px; line-height: 1.75; }
.studio-admin-side-nav { margin-top: 38px; display: grid; gap: 5px; }
.studio-admin-side-nav a { min-height: 42px; padding: 0 12px; display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 6px; color: var(--admin-muted); font-size: 11px; font-weight: 800; }
.studio-admin-side-nav a span { color: var(--admin-cyan); font-size: 10px; }
.studio-admin-side-nav a b { color: transparent; font-size: 16px; }
.studio-admin-side-nav a:hover,
.studio-admin-side-nav a.active { color: #fff; border-color: rgba(7, 151, 244, 0.35); background: rgba(7, 151, 244, 0.1); }
.studio-admin-side-nav a.active b { color: var(--admin-blue); }
.studio-admin-sidebar-note { margin-top: 62px; padding: 15px; display: grid; gap: 7px; border: 1px solid var(--admin-line); border-radius: 8px; background: linear-gradient(145deg, rgba(7, 151, 244, 0.13), rgba(17, 25, 37, 0.8)); }
.studio-admin-sidebar-note span { color: var(--admin-cyan); font-size: 9px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.studio-admin-sidebar-note b { color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 12px; line-height: 1.35; }
.studio-admin-sidebar-note small { color: var(--admin-muted); font-size: 9px; line-height: 1.5; }
.studio-admin-workspace { min-width: 0; }
.studio-admin-page-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.studio-admin-page-head h2 { margin: 10px 0 6px; color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.8rem; line-height: 1; }
.studio-admin-page-head p { margin: 0; color: var(--admin-muted); font-size: 12px; }
.studio-admin-primary { min-height: 42px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(7, 151, 244, 0.6); border-radius: 6px; color: #ffffff; background: var(--admin-blue); cursor: pointer; font: inherit; font-size: 11px; font-weight: 900; }
.studio-admin-primary:hover { background: #25a8f8; box-shadow: 0 10px 28px rgba(7, 151, 244, 0.24); transform: translateY(-1px); }
.studio-admin-primary span { font-size: 18px; line-height: 1; }
.studio-admin-metrics { margin-top: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.studio-admin-metrics article { min-height: 112px; padding: 16px; display: grid; align-content: center; gap: 7px; border: 1px solid var(--admin-line); border-radius: 8px; background: rgba(17, 25, 37, 0.77); }
.studio-admin-metrics span { color: var(--admin-muted); font-size: 10px; font-weight: 800; }
.studio-admin-metrics b { color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 27px; line-height: 1; }
.studio-admin-metrics small { color: #74839b; font-size: 9px; }
.studio-admin-metrics .status-card b { color: #8af0c0; font-family: "Manrope", Arial, sans-serif; font-size: 14px; }
.studio-admin-metrics .status-card b i { width: 7px; height: 7px; margin-right: 4px; display: inline-block; border-radius: 50%; background: #45e6a2; }
.studio-admin-table-card { margin-top: 12px; overflow: hidden; border: 1px solid var(--admin-line); border-radius: 9px; background: rgba(17, 25, 37, 0.82); }
.studio-admin-table-card > header { min-height: 72px; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--admin-line); }
.studio-admin-table-card h3 { margin: 0 0 5px; color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 16px; }
.studio-admin-table-card header p { margin: 0; color: var(--admin-muted); font-size: 10px; }
.studio-admin-table-hint { color: #7788a3; font-size: 9px; }
.studio-admin-content { padding: 0; }
.studio-admin-content .table-wrap { overflow-x: auto; }
.studio-admin-content table { width: 100%; min-width: 730px; border-collapse: collapse; color: #eaf2ff; }
.studio-admin-content th { padding: 13px 16px; color: #7f91ad; border-bottom: 1px solid var(--admin-line); font-size: 9px; font-weight: 900; letter-spacing: .7px; text-align: left; text-transform: uppercase; }
.studio-admin-content td { padding: 14px 16px; border-bottom: 1px solid rgba(211, 225, 255, 0.08); color: #dbe7f8; font-size: 11px; white-space: nowrap; }
.studio-admin-content tr:last-child td { border-bottom: 0; }
.studio-admin-content tbody tr:hover { background: rgba(7, 151, 244, 0.06); }
.studio-admin-content td b { color: #fff; font-family: "Space Grotesk", Arial, sans-serif; letter-spacing: .4px; }
.studio-admin-content .status { padding: 5px 8px; border-radius: 999px; color: #8af0c0; background: rgba(69, 230, 162, 0.1); font-size: 9px; font-weight: 900; }
.studio-admin-content .status.passive { color: #ffb7bd; background: rgba(255, 107, 122, 0.1); }
.studio-admin-content .btn { min-height: 28px; margin-right: 4px; padding: 0 9px; border: 1px solid var(--admin-line); border-radius: 5px; color: #dbe8fb; background: rgba(17, 25, 37, 0.8); cursor: pointer; font: inherit; font-size: 9px; font-weight: 800; }
.studio-admin-content .btn:hover { border-color: var(--admin-blue); }
.studio-admin-content .btn.danger { color: #ffabb4; }
.studio-admin-content .notice { margin: 18px; }

.studio-admin-login { padding: 32px 24px; position: relative; display: grid; place-items: center; }
.studio-admin-back { position: absolute; top: 25px; left: 25px; color: #b6c5dc !important; font-size: 10px; font-weight: 800; }
.studio-admin-back:hover { color: #fff !important; }
.studio-admin-login-shell { width: min(930px, 100%); min-height: 560px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--admin-line); border-radius: 10px; background: rgba(17, 25, 37, 0.92); box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35); }
.studio-admin-login-aside { padding: 38px; display: flex; flex-direction: column; border-right: 1px solid var(--admin-line); background: linear-gradient(145deg, rgba(7, 151, 244, 0.2), rgba(17, 25, 37, 0.22) 55%, rgba(70, 216, 232, 0.05)); }
.studio-admin-login-logo { width: 194px; height: 58px; object-fit: contain; object-position: left center; }
.studio-admin-login-aside .studio-overline { margin-top: auto; }
.studio-admin-login-aside h1 { max-width: 355px; margin: 13px 0 15px; color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.55rem; line-height: 1.04; }
.studio-admin-login-aside p { max-width: 345px; margin: 0; color: var(--admin-muted); font-size: 12px; line-height: 1.8; }
.studio-admin-login-points { margin-top: 28px; display: grid; gap: 10px; color: #deebfb; font-size: 10px; font-weight: 800; }
.studio-admin-login-points span::before { content: "+"; width: 18px; height: 18px; margin-right: 9px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--admin-cyan); background: rgba(70, 216, 232, 0.12); }
.studio-admin-login-card { padding: 72px 58px; background: rgba(8, 12, 20, 0.38); }
.studio-admin-login-card h2 { margin: 12px 0 7px; color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.2rem; line-height: 1.04; }
.studio-admin-login-card > p { margin: 0; color: var(--admin-muted); font-size: 12px; }
.studio-admin-form { margin-top: 32px; display: grid; gap: 9px; }
.studio-admin-form label { color: #ecf3ff; font-size: 10px; font-weight: 900; }
.studio-admin-input { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--admin-line); border-radius: 6px; outline: none; color: #fff; background: #080e18; font: inherit; font-size: 12px; box-sizing: border-box; }
.studio-admin-input::placeholder { color: #7687a0; }
.studio-admin-input:focus { border-color: var(--admin-blue); box-shadow: 0 0 0 3px rgba(7, 151, 244, 0.13); }
.studio-admin-submit { width: 100%; min-height: 46px; margin-top: 12px; }
.studio-admin-login-card .studio-admin-submit { border-color: var(--admin-blue); color: #fff; background: var(--admin-blue); }
.studio-admin-login-card .studio-admin-submit:hover { background: #25a8f8; box-shadow: 0 12px 25px rgba(7, 151, 244, 0.24); }
.studio-admin-login-link { display: block; margin-top: 25px; color: #65d4ed !important; font-size: 10px; font-weight: 900; text-align: center; }
.studio-admin-message { margin-top: 20px; padding: 11px; border: 1px solid rgba(255, 107, 122, 0.35); border-radius: 6px; color: #ffc0c5; background: rgba(255, 107, 122, 0.1); font-size: 10px; line-height: 1.6; }
.studio-admin-message.hidden { display: none; }

@media (max-width: 900px) {
  .studio-admin-layout { grid-template-columns: 1fr; gap: 28px; padding-top: 34px; }
  .studio-admin-sidebar { padding: 0; }
  .studio-admin-sidebar > p { max-width: 500px; }
  .studio-admin-side-nav { max-width: 600px; margin-top: 22px; grid-template-columns: repeat(3, 1fr); }
  .studio-admin-sidebar-note { display: none; }
  .studio-admin-metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
  .studio-admin-header, .studio-admin-layout { width: calc(100% - 28px); }
  .studio-admin-header { min-height: 64px; gap: 10px; }
  .studio-admin-brand img { width: 140px; height: 48px; }
  .studio-admin-nav { display: none; }
  .studio-admin-header-actions { margin-left: auto; }
  .studio-admin-header-actions span { display: none; }
  .studio-admin-layout { padding-top: 28px; padding-bottom: 40px; }
  .studio-admin-page-head { align-items: start; flex-direction: column; }
  .studio-admin-page-head h2 { font-size: 2.3rem; }
  .studio-admin-metrics { gap: 7px; }
  .studio-admin-metrics article { min-height: 94px; padding: 12px; }
  .studio-admin-metrics b { font-size: 22px; }
  .studio-admin-table-card > header { align-items: start; flex-direction: column; }
  .studio-admin-table-hint { display: none; }
  .studio-admin-login { padding: 70px 14px 20px; place-items: start center; }
  .studio-admin-back { top: 22px; left: 14px; }
  .studio-admin-login-shell { min-height: 0; display: block; }
  .studio-admin-login-aside { min-height: 280px; padding: 24px; border-right: 0; border-bottom: 1px solid var(--admin-line); }
  .studio-admin-login-aside .studio-overline { margin-top: 34px; }
  .studio-admin-login-aside h1 { margin-top: 10px; font-size: 2rem; }
  .studio-admin-login-aside p { font-size: 11px; }
  .studio-admin-login-points { display: none; }
  .studio-admin-login-card { padding: 32px 22px 28px; }
  .studio-admin-login-card h2 { font-size: 1.85rem; }
}

.site {
  min-height: 100vh;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  background: rgba(16, 24, 39, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.logo {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  font-size: 20px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 14px 35px rgba(37, 99, 235, 0.28);
}

.brand-title {
  font-weight: 950;
  line-height: 1;
  color: white;
}

.brand-sub {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  margin-top: 3px;
  font-weight: 700;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 850;
  padding: 10px 4px;
}

.nav-link:hover {
  color: white;
}

.btn {
  border: 0;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 850;
  color: white;
  background: var(--brand);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.btn.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.btn.dark {
  background: var(--dark);
}

.btn.ghost {
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
}

.btn.danger {
  background: var(--bad);
}

.btn.glow {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 18px 45px rgba(37, 99, 235, 0.32);
}

.btn.light {
  color: #0f172a;
  background: #ffffff;
}

.btn.strong {
  font-size: 18px;
  min-height: 58px;
  padding-inline: 24px;
}

.btn.outline-light {
  min-height: 58px;
  padding-inline: 24px;
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.premium-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: block;
  padding: 0;
  color: white;
  overflow: hidden;
  background: linear-gradient(145deg, #121922 0%, #1b252c 48%, #13222a 100%);
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 11, 20, 0.18), rgba(7, 11, 20, 0.06) 44%, rgba(7, 11, 20, 0.12)),
    linear-gradient(180deg, rgba(7, 11, 20, 0.22), transparent 34%, rgba(7, 11, 20, 0.12));
  pointer-events: none;
  z-index: 1;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.premium-hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 6vw, 88px);
  line-height: 0.95;
  background: linear-gradient(90deg, #f5b82e, #75c878 46%, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.premium-hero .lead {
  color: rgba(255, 255, 255, 0.9);
  max-width: 640px;
  text-align: center;
  margin-inline: auto;
}

.eyebrow.dark {
  color: #bfdbfe;
  background: rgba(37, 99, 235, 0.16);
  border-color: rgba(147, 197, 253, 0.22);
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.store-btn {
  min-width: 178px;
  min-height: 62px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.store-btn span {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.13);
}

.store-btn b {
  align-self: end;
  font-size: 14px;
}

.store-btn small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.hero-visual {
  min-height: 610px;
}

.hero-bg-art {
  position: absolute;
  inset: 0 0 0 40%;
}

.hero-bg-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  display: block;
}

.hero-bg-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #1b252c 0%, rgba(27, 37, 44, 0.24) 26%, rgba(27, 37, 44, 0.08) 100%),
    linear-gradient(180deg, rgba(18, 25, 34, 0.18), rgba(18, 25, 34, 0.36));
}

.hero-copy.overlay {
  position: relative;
  z-index: 2;
  width: min(760px, 46vw);
  min-height: calc(100vh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 5vw 92px;
  text-align: center;
}

.hero-copy.overlay .eyebrow {
  color: rgba(255, 255, 255, 0.94);
  background: transparent;
  border: 0;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #ffb400;
  font-size: 28px;
  letter-spacing: 1px;
}

.rating-row b {
  color: white;
  font-size: 17px;
  letter-spacing: 0;
}

.hero-device-caption {
  position: absolute;
  right: 8vw;
  bottom: 48px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 28px);
  font-style: italic;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.device-stage {
  position: relative;
  width: min(820px, 100%);
  min-height: 560px;
  margin-left: auto;
}

.device {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, #060914, #121827);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.device-screen {
  position: absolute;
  inset: 12px;
  overflow: hidden;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    #050816;
}

.tv-device {
  left: 0;
  top: 72px;
  width: 520px;
  height: 300px;
  border-radius: 10px;
  transform: perspective(900px) rotateY(7deg) rotateX(1deg);
}

.tv-device .device-screen {
  border-radius: 5px;
}

.tv-stand {
  position: absolute;
  left: 210px;
  bottom: -58px;
  width: 110px;
  height: 58px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(180deg, #475569, #1f2937);
  clip-path: polygon(35% 0, 65% 0, 88% 100%, 12% 100%);
}

.desktop-device {
  right: 28px;
  top: 120px;
  width: 430px;
  height: 270px;
  border-radius: 22px 22px 10px 10px;
  z-index: 3;
}

.desktop-base {
  position: absolute;
  left: 120px;
  bottom: -48px;
  width: 190px;
  height: 48px;
  background: linear-gradient(180deg, #e5e7eb, #94a3b8);
  clip-path: polygon(35% 0, 65% 0, 86% 100%, 14% 100%);
}

.laptop-device {
  left: 250px;
  bottom: 42px;
  width: 330px;
  height: 190px;
  border-radius: 16px 16px 8px 8px;
  z-index: 4;
  transform: rotate(-6deg);
}

.laptop-base {
  position: absolute;
  left: -24px;
  right: -24px;
  bottom: -22px;
  height: 26px;
  border-radius: 4px 4px 18px 18px;
  background: linear-gradient(180deg, #dbe3ee, #94a3b8);
}

.tablet-device {
  right: 0;
  bottom: 48px;
  width: 260px;
  height: 178px;
  border-radius: 20px;
  z-index: 5;
  transform: rotate(2deg);
}

.phone-device {
  right: 170px;
  bottom: 0;
  width: 92px;
  height: 168px;
  border-radius: 22px;
  z-index: 6;
  transform: rotate(-11deg);
}

.phone-device .device-screen {
  inset: 8px;
}

.app-ui {
  height: 100%;
  padding: 18px;
  color: white;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.12), transparent 40%),
    #070b22;
}

.ui-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  margin-bottom: 22px;
}

.ui-tiles {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 10px;
}

.tile {
  min-height: 72px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  text-align: center;
  font-size: 14px;
}

.tile.live {
  grid-row: span 2;
  min-height: 154px;
  background: linear-gradient(135deg, #8b5cf6, #f59e0b);
}

.tile.movies {
  background: linear-gradient(135deg, #84cc16, #2563eb);
}

.tile.series {
  background: linear-gradient(135deg, #f97316, #dc2626);
}

.tile.small {
  min-height: 46px;
  font-size: 11px;
  background: #2563eb;
}

.tile.catch {
  background: #84cc16;
}

.tile.fav {
  background: #a855f7;
}

.compact {
  padding: 14px;
}

.compact .ui-top {
  margin-bottom: 14px;
}

.compact .tile {
  min-height: 52px;
  font-size: 12px;
}

.compact .tile.live {
  min-height: 114px;
}

.mini-ui {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px;
  align-content: center;
}

.mini-ui .tile {
  min-height: 52px;
  font-size: 11px;
}

.mini-ui .tile.live {
  grid-row: auto;
  min-height: 112px;
}

.phone-ui {
  display: grid;
  gap: 7px;
  padding: 8px;
  align-content: center;
}

.phone-ui .tile,
.phone-ui .tile.live {
  min-height: 38px;
  font-size: 10px;
}

.display-card {
  position: absolute;
  right: 0;
  top: 24px;
  width: min(760px, 100%);
  min-height: 460px;
  border-radius: 36px;
  padding: 20px;
  background: rgba(15, 23, 42, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.display-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.display-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 18px;
}

.brand.mini .brand-sub {
  color: rgba(255, 255, 255, 0.58);
}

.screen-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr;
  gap: 16px;
}

.preview-big {
  min-height: 300px;
  border-radius: 28px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.54)),
    linear-gradient(135deg, #1d4ed8, #0891b2 52%, #7c3aed);
  overflow: hidden;
}

.preview-big span {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.14);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 14px;
}

.preview-big b {
  max-width: 420px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.preview-big small {
  color: rgba(255, 255, 255, 0.66);
  margin-top: 10px;
}

.preview-side {
  display: grid;
  gap: 12px;
}

.preview-side div {
  min-height: 92px;
  border-radius: 22px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-side small {
  color: rgba(255, 255, 255, 0.55);
}

.player-line {
  margin-top: 16px;
  min-height: 64px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.08);
}

.player-line span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.player-line small {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.56);
}

.phone-floating {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  min-height: 430px;
  border-radius: 38px;
  padding: 16px;
  background: #050816;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

.phone-notch {
  width: 76px;
  height: 6px;
  margin: 4px auto 20px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
}

.mobile-app-card {
  min-height: 156px;
  border-radius: 28px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.mobile-app-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.mobile-app-card b {
  font-size: 26px;
  line-height: 1;
}

.mobile-menu {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.mobile-menu div {
  border-radius: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 850;
}

.mobile-menu small {
  float: right;
  color: rgba(255, 255, 255, 0.54);
}

.compat-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: #dbe5f1;
  border-top: 1px solid #dbe5f1;
  border-bottom: 1px solid #dbe5f1;
}

.compat-strip span {
  min-height: 74px;
  display: grid;
  place-items: center;
  background: white;
  color: #334155;
  font-weight: 950;
}

.devices-section {
  background: #f8fbff;
}

.device-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.device-cards div {
  min-height: 230px;
  border-radius: 28px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(37, 99, 235, 0.08), transparent 42%),
    white;
  border: 1px solid rgba(219, 229, 241, 0.95);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.device-cards span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: white;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  font-size: 13px;
  font-weight: 950;
  margin-bottom: 28px;
}

.device-cards b {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.device-cards p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.features.premium .feature i {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  margin-bottom: 20px;
  color: #1d4ed8;
  background: #eff6ff;
  font-style: normal;
  font-weight: 950;
}

.dark-band {
  margin: 0 5vw;
  padding: 58px;
  border-radius: 36px;
  color: white;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.2) 0 1px, transparent 1px 38px),
    linear-gradient(135deg, #0b1020, #111827 54%, #172554);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.2);
}

.section-head.invert h2,
.section-head.invert p {
  color: white;
}

.section-head.invert p {
  color: rgba(255, 255, 255, 0.7);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.steps div {
  border-radius: 26px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.steps span {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: white;
  color: #1d4ed8;
  font-weight: 950;
  margin-bottom: 20px;
}

.steps b {
  display: block;
  font-size: 20px;
}

.steps p {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.6;
}

.device-wall {
  position: relative;
  min-height: 500px;
}

.wide-device {
  position: absolute;
  inset: 20px 0 auto 0;
  min-height: 330px;
  border-radius: 34px;
  padding: 18px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  background: #020617;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.wide-sidebar {
  border-radius: 24px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.wide-sidebar b {
  margin-bottom: 10px;
}

.wide-sidebar span {
  border-radius: 13px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.wide-content {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
}

.wide-hero {
  border-radius: 26px;
  background: linear-gradient(135deg, #2563eb, #0891b2 55%, #7c3aed);
}

.wide-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wide-cards span {
  min-height: 72px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.small-device {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 210px;
  min-height: 350px;
  border-radius: 34px;
  padding: 18px;
  display: grid;
  align-content: end;
  gap: 12px;
  background: #050816;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.small-device div {
  min-height: 56px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
}

.faq-section {
  padding: 70px 5vw;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid div {
  border-radius: 24px;
  padding: 22px;
  background: white;
  border: 1px solid rgba(219, 229, 241, 0.95);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.faq-grid b {
  display: block;
  margin-bottom: 10px;
}

.faq-grid p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.footer {
  margin: 0 5vw 40px;
  padding: 28px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #0f172a;
  color: white;
}

.footer .brand-sub,
.footer p {
  color: rgba(255, 255, 255, 0.6);
}

.footer p {
  margin: 0;
  max-width: 460px;
  line-height: 1.5;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: 64px 5vw;
  background:
    linear-gradient(120deg, rgba(37, 99, 235, 0.11) 0 1px, transparent 1px 42px),
    radial-gradient(circle at 84% 16%, rgba(6, 182, 212, 0.26), transparent 29%),
    radial-gradient(circle at 18% 18%, rgba(124, 58, 237, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #075985;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 22px 0 0;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: #08111f;
  max-width: 860px;
}

.lead {
  max-width: 620px;
  color: #475569;
  font-size: 18px;
  line-height: 1.7;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 680px;
}

.trust div,
.feature,
.card,
.panel,
.player-card {
  background: var(--card);
  border: 1px solid rgba(219, 229, 241, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.trust div {
  border-radius: 20px;
  padding: 16px;
}

.trust strong {
  display: block;
  font-size: 20px;
  color: #0f172a;
}

.trust span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.tv-frame {
  position: relative;
  border-radius: 34px;
  padding: 18px;
  background: linear-gradient(145deg, #0b1020, #172033);
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.34);
  isolation: isolate;
}

.device-glow {
  position: absolute;
  inset: -22px;
  z-index: -1;
  border-radius: 46px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.34), rgba(6, 182, 212, 0.24), rgba(236, 72, 153, 0.2));
  filter: blur(22px);
  opacity: 0.88;
}

.tv-screen {
  min-height: 430px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(34, 211, 238, 0.34), transparent 28%),
    radial-gradient(circle at 14% 85%, rgba(124, 58, 237, 0.32), transparent 30%),
    linear-gradient(135deg, #0f172a, #1e3a8a 58%, #0891b2);
  color: white;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.tv-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 850;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

.tv-content {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 10px 18px 18px;
}

.tv-menu {
  display: grid;
  gap: 10px;
  align-content: start;
}

.tv-menu span,
.channel {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  padding: 12px;
  font-weight: 850;
  font-size: 13px;
}

.tv-menu span.active {
  background: rgba(37, 99, 235, 0.72);
  border-color: rgba(147, 197, 253, 0.44);
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.channel {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.channel.live {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.channel small {
  color: rgba(255, 255, 255, 0.6);
}

.section {
  padding: 70px 5vw;
}

.section h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -0.03em;
}

.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-head p {
  color: var(--muted);
  line-height: 1.7;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature {
  border-radius: 24px;
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
}

.feature b {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.showcase {
  margin: 0 5vw;
  padding: 54px;
  border-radius: 36px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 54px;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 16% 18%, rgba(6, 182, 212, 0.3), transparent 26%),
    linear-gradient(135deg, #0b1020, #13254a 62%, #0e7490);
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.22);
}

.phone {
  width: min(310px, 100%);
  min-height: 560px;
  margin: auto;
  border-radius: 42px;
  padding: 18px;
  background: #020617;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.phone-bar {
  width: 94px;
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
  margin: 4px auto 24px;
}

.phone-card {
  min-height: 170px;
  border-radius: 28px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.phone-card span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  font-size: 13px;
}

.phone-card strong {
  font-size: 28px;
  line-height: 1;
}

.phone-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.phone-list div,
.mini-grid div {
  border-radius: 20px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.phone-list small,
.mini-grid span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
}

.showcase-copy h2 {
  margin: 18px 0 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.showcase-copy p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  font-size: 17px;
  max-width: 680px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  border-radius: 28px;
  padding: 26px;
  background: white;
  border: 1px solid rgba(219, 229, 241, 0.95);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.price-card.featured {
  color: white;
  background: linear-gradient(135deg, #172554, #2563eb 58%, #0891b2);
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(37, 99, 235, 0.28);
}

.price-card span {
  color: var(--muted);
  font-weight: 950;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.price-card.featured span,
.price-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.price-card strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  margin-top: 18px;
}

.price-card p {
  color: var(--muted);
  line-height: 1.6;
  min-height: 74px;
}

.app-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 310px 1fr;
  background: #0b1020;
  color: white;
}

.side {
  background: #111827;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px;
}

.side .brand {
  margin-bottom: 24px;
}

.side-section {
  margin-top: 18px;
}

.side-section label {
  display: block;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.field {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 13px;
  background: white;
  color: var(--ink);
  outline: none;
}

.field:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.side .field {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.main-player {
  min-width: 0;
  padding: 22px;
}

.player-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.9fr;
  gap: 18px;
  height: calc(100vh - 44px);
}

.video-shell {
  border-radius: 26px;
  background: #020617;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  min-height: 360px;
  display: grid;
  grid-template-rows: 1fr auto;
}

video {
  width: 100%;
  height: 100%;
  background: #020617;
}

.now {
  padding: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.list {
  overflow: auto;
  border-radius: 26px;
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.list-head {
  position: sticky;
  top: 0;
  background: rgba(17, 24, 39, 0.94);
  backdrop-filter: blur(12px);
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.channel-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: white;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.channel-row:hover {
  background: rgba(255, 255, 255, 0.06);
}

.logo-sm {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  object-fit: cover;
  display: grid;
  place-items: center;
  color: #93c5fd;
  font-weight: 950;
}

.admin {
  min-height: 100vh;
  background: #f4f7fb;
}

.admin-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
}

.admin-sidebar {
  background: #101827;
  color: white;
  padding: 22px;
}

.admin-main {
  padding: 28px;
  min-width: 0;
}

.panel,
.card {
  border-radius: 24px;
  padding: 22px;
}

.table-wrap {
  overflow: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 820px;
}

th,
td {
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid #edf2f7;
  font-size: 14px;
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.status.active {
  color: #166534;
  background: #dcfce7;
}

.status.passive {
  color: #991b1b;
  background: #fee2e2;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.62);
  display: grid;
  place-items: center;
  z-index: 100;
  padding: 18px;
}

.modal-card {
  width: min(760px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: white;
  border-radius: 26px;
  padding: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.full {
  grid-column: 1 / -1;
}

.notice {
  border-radius: 18px;
  padding: 14px;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #dbeafe;
  line-height: 1.5;
  font-size: 14px;
}

.error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}

.hidden {
  display: none !important;
}

@media (max-width: 1100px) {
  .hero,
  .premium-hero,
  .app-page,
  .admin-layout,
  .player-grid,
  .showcase {
    grid-template-columns: 1fr;
  }

  .premium-hero {
    padding-top: 0;
  }

  .hero-visual {
    min-height: 720px;
  }

  .display-card {
    position: relative;
    top: 0;
  }

  .phone-floating {
    left: 28px;
  }

  .hero-copy.overlay {
    width: min(760px, 58vw);
  }

  .player-grid {
    height: auto;
  }

  .side {
    position: static;
  }

  .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing {
    grid-template-columns: 1fr;
  }

  .compat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .steps,
  .faq-grid,
  .device-cards {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 720px) {
  .nav {
    padding: 0 16px;
  }

  .nav-actions .btn.secondary {
    display: none;
  }

  .nav-link {
    display: none;
  }

  .hero,
  .premium-hero,
  .section,
  .admin-main,
  .main-player {
    padding: 26px 16px;
  }

  .premium-hero {
    padding: 0;
  }

  .trust,
  .features,
  .form-grid,
  .tv-content,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .showcase {
    margin: 0 16px;
    padding: 28px 18px;
    border-radius: 28px;
  }

  .premium-hero h1 {
    font-size: clamp(42px, 16vw, 64px);
  }

  .hero-bg-art img {
    object-position: 62% center;
    opacity: 0.42;
  }

  .hero-bg-art {
    inset: 0;
  }

  .hero-copy.overlay {
    width: 100%;
    min-height: calc(100vh - 72px);
    padding: 42px 16px 92px;
  }

  .hero-device-caption {
    left: 16px;
    right: 16px;
    bottom: 28px;
    text-align: center;
    font-size: 17px;
  }

  .hero-visual {
    min-height: auto;
  }

  .display-card {
    min-height: auto;
    padding: 14px;
    border-radius: 28px;
  }

  .screen-grid,
  .wide-device {
    grid-template-columns: 1fr;
  }

  .phone-floating {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    min-height: auto;
    margin-top: 18px;
  }

  .player-line {
    flex-wrap: wrap;
    padding: 14px;
  }

  .player-line small {
    margin-left: 0;
    width: 100%;
  }

  .compat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .device-stage {
    min-height: 520px;
  }

  .tv-device {
    left: 0;
    top: 20px;
    width: 100%;
    height: 230px;
    transform: none;
  }

  .desktop-device {
    right: 0;
    top: 285px;
    width: 64%;
    height: 180px;
  }

  .laptop-device {
    left: 0;
    bottom: 38px;
    width: 55%;
    height: 140px;
  }

  .tablet-device {
    right: 0;
    bottom: 16px;
    width: 42%;
    height: 126px;
  }

  .phone-device {
    right: 38%;
    bottom: 0;
  }

  .dark-band {
    margin: 0 16px;
    padding: 28px 18px;
    border-radius: 28px;
  }

  .device-wall {
    min-height: auto;
  }

  .wide-device,
  .small-device {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .small-device {
    margin-top: 18px;
    min-height: 260px;
  }

  .footer {
    margin: 0 16px 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tv-screen {
    min-height: 360px;
  }

  .channel-grid {
    grid-template-columns: 1fr;
  }
}

/* Latest SmartNet sales-site refresh. Kept at the end to override older prototype styles. */
.premium-page .premium-hero {
  width: min(1380px, calc(100% - 36px));
  min-height: calc(100vh - 98px);
  margin: 0 auto;
  padding: 56px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: 30px;
  color: #f8fafc;
  overflow: visible;
  background: transparent;
}

.premium-page .premium-hero::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -8%;
  width: 46%;
  height: 62%;
  border-radius: 50%;
  background: rgba(20, 184, 166, 0.12);
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.premium-page .premium-hero-copy,
.premium-page .premium-hero-art {
  position: relative;
  z-index: 2;
}

.premium-page .premium-hero h1 {
  max-width: 760px;
  margin: 26px 0 0;
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: clamp(38px, 4.45vw, 60px);
  line-height: 1.05;
}

.premium-page .premium-hero p {
  text-align: left;
  margin-inline: 0;
  font-size: 17px;
}

.premium-page .premium-hero-art {
  margin: 0 -6vw 0 -6%;
}

.premium-page .premium-hero-art img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center right;
  display: block;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 13%, black 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 13%, black 100%);
}

@media (max-width: 1100px) {
  .premium-page .premium-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 54px;
  }

  .premium-page .premium-hero-art {
    margin: 0;
  }
}

@media (max-width: 720px) {
  .premium-page .premium-hero {
    width: calc(100% - 24px);
    padding: 42px 0;
  }

  .premium-page .premium-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .premium-page .premium-hero p {
    text-align: left;
  }

  .premium-page .premium-hero-art img {
    min-height: 300px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.premium-page h1,
.premium-page h2,
.premium-page h3,
.premium-flow h1,
.premium-flow h2,
.premium-flow h3,
.premium-player-page h1,
.premium-player-page h2,
.premium-player-page h3,
.smart-app h1,
.smart-app h2,
.smart-app h3,
.smart-now-card h1,
.flow-copy h1,
.player-hero h1,
.premium-brand b,
.smart-topbar b,
.smart-panel-head b,
.smart-preview-panel b {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
}

.premium-page p,
.premium-flow p,
.premium-player-page p,
.smart-app p,
.premium-page a,
.premium-flow a,
.premium-player-page a,
.smart-app a,
.premium-page button,
.premium-flow button,
.premium-player-page button,
.smart-app button,
.premium-page input,
.premium-flow input,
.premium-player-page input,
.smart-app input,
.premium-flow select {
  font-family: var(--font-body);
}

.premium-kicker,
.premium-eyebrow,
.smart-now-card span,
.flow-card-head span {
  font-family: var(--font-body);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.premium-page .premium-hero h1,
.flow-copy h1,
.player-hero h1,
.smart-now-card h1 {
  text-wrap: balance;
}

.premium-page .premium-hero p,
.flow-copy p,
.player-hero p,
.smart-now-card p {
  font-weight: 500;
}

.premium-flow,
.premium-player-page,
.admin-login-page {
  min-height: 100vh;
  color: #f8fafc;
  background:
    radial-gradient(circle at 15% 0%, rgba(34, 211, 238, 0.18), transparent 32%),
    radial-gradient(circle at 85% 2%, rgba(167, 139, 250, 0.18), transparent 34%),
    linear-gradient(180deg, #05070d 0%, #09111b 52%, #050607 100%);
  overflow-x: hidden;
}

.flow-nav {
  width: min(1240px, calc(100% - 36px));
  min-height: 78px;
  margin: 18px auto 0;
  padding: 0 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(6, 10, 20, 0.74);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.flow-nav nav {
  display: flex;
  gap: 18px;
  color: #c7d2e1;
  font-weight: 800;
}

.flow-nav nav a:hover {
  color: #ffffff;
}

.admin-login-shell {
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 64px 0 84px;
  display: grid;
  grid-template-columns: 0.94fr minmax(360px, 0.86fr);
  gap: 54px;
  align-items: center;
}

.admin-login-copy h1 {
  max-width: 720px;
  margin: 24px 0 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.admin-login-copy p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #b6c3d1;
  font-size: 17px;
  line-height: 1.62;
}

.admin-login-card {
  border-radius: 8px;
  padding: 30px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(145deg, rgba(34, 211, 238, 0.08), rgba(124, 58, 237, 0.1)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.admin-login-card-head {
  min-height: 88px;
  margin-bottom: 22px;
  border-radius: 8px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(103, 232, 249, 0.14), rgba(167, 139, 250, 0.14)),
    rgba(2, 6, 23, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-login-card-head b {
  display: block;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 24px;
}

.admin-login-card-head small {
  display: block;
  margin-top: 4px;
  color: #9fb3c8;
}

.admin-login-form {
  display: grid;
  gap: 18px;
}

.admin-login-form label {
  color: #dbeafe;
  font-weight: 850;
}

.admin-login-page .field {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  border-radius: 8px;
  color: #f8fafc;
  background: rgba(2, 6, 23, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.28);
  outline: none;
}

.admin-login-page .field:focus {
  border-color: rgba(103, 232, 249, 0.75);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.admin-login-card .notice {
  margin-bottom: 16px;
}

.flow-shell {
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 64px 0 84px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.flow-copy h1,
.player-hero h1 {
  max-width: 720px;
  margin: 24px 0 0;
  color: #ffffff;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.05;
  letter-spacing: 0;
}

.flow-copy p,
.player-hero p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #b6c3d1;
  font-size: 17px;
  line-height: 1.62;
}

.flow-checks {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.flow-checks span {
  width: fit-content;
  min-height: 42px;
  border-radius: 8px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  color: #dffcff;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(103, 232, 249, 0.18);
}

.flow-checks span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #67e8f9;
  box-shadow: 0 0 18px rgba(103, 232, 249, 0.8);
}

.flow-card,
.player-control-card,
.premium-player-shell {
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(145deg, rgba(34, 211, 238, 0.08), rgba(124, 58, 237, 0.1)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.flow-card {
  padding: 30px;
}

.flow-card-head {
  min-height: 78px;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 18px;
  display: grid;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(103, 232, 249, 0.14), rgba(167, 139, 250, 0.14)),
    rgba(2, 6, 23, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.flow-card-head span {
  color: #67e8f9;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flow-card-head b {
  margin-top: 6px;
  color: #ffffff;
  font-size: 24px;
}

.flow-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.flow-form label,
.player-control-card label {
  color: #dbeafe;
  font-weight: 850;
}

.flow-form .full,
.flow-actions,
.flow-note {
  grid-column: 1 / -1;
}

.premium-flow .field,
.premium-player-page .field {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  border-radius: 8px;
  color: #f8fafc;
  background: rgba(2, 6, 23, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.28);
  outline: none;
}

.premium-flow .field:focus,
.premium-player-page .field:focus {
  border-color: rgba(103, 232, 249, 0.75);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.premium-flow select.field {
  color-scheme: dark;
}

.flow-note {
  border-radius: 8px;
  padding: 14px 16px;
  color: #bae6fd;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(125, 211, 252, 0.18);
}

.flow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.flow-actions .premium-solid,
.flow-actions .premium-outline {
  flex: 1 1 220px;
}

.player-hero {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 28px;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 28px;
  align-items: end;
}

.player-control-card {
  padding: 22px;
}

.player-code-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}

.player-code-row .premium-solid {
  min-height: 52px;
  margin-top: 8px;
  border: 0;
}

.player-control-card > .premium-outline {
  width: 100%;
  margin-top: 12px;
}

.player-control-card #player-message {
  margin-top: 14px;
}

.premium-player-shell {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto 48px;
  padding: 18px;
}

.player-topbar {
  min-height: 74px;
  padding: 0 4px 18px;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  gap: 18px;
  align-items: center;
}

.player-topbar b {
  display: block;
  color: #ffffff;
  font-size: 24px;
}

.player-topbar span {
  display: block;
  margin-top: 6px;
  color: #9fb3c8;
}

.premium-player-shell .player-grid {
  height: auto;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
}

.premium-player-shell .video-shell {
  min-height: 640px;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(34, 211, 238, 0.16), transparent 28%),
    linear-gradient(145deg, #05070d, #0d1624);
  border: 1px solid rgba(148, 163, 184, 0.15);
}

.premium-player-shell video {
  width: 100%;
  min-height: 520px;
  background: #020617;
  object-fit: cover;
}

.premium-player-shell .now {
  padding: 22px;
  background: rgba(2, 6, 23, 0.68);
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.premium-player-shell .now b {
  color: #ffffff;
  font-size: 22px;
}

.premium-player-shell .list {
  border-radius: 8px;
  overflow: hidden;
  background: rgba(2, 6, 23, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.15);
}

.premium-player-shell .list-head {
  padding: 20px;
  background: rgba(255, 255, 255, 0.035);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.premium-player-shell .list-head b {
  color: #ffffff;
  font-size: 20px;
}

.premium-player-shell #channel-count {
  margin-top: 8px;
  color: #9fb3c8;
  font-size: 13px;
}

.premium-player-shell #channel-list {
  max-height: 560px;
  overflow: auto;
  padding: 12px;
}

.premium-player-shell .channel-row {
  width: 100%;
  min-height: 72px;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 12px;
  color: #e5f4ff;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(148, 163, 184, 0.12);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  text-align: left;
}

.premium-player-shell .channel-row:hover {
  border-color: rgba(103, 232, 249, 0.42);
  background: rgba(34, 211, 238, 0.08);
}

.premium-player-shell .logo-sm {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #04111d;
  background: linear-gradient(135deg, #67e8f9, #a78bfa);
  font-weight: 950;
  object-fit: cover;
}

@media (max-width: 1050px) {
  .flow-shell,
  .admin-login-shell,
  .player-hero,
  .premium-player-shell .player-grid {
    grid-template-columns: 1fr;
  }

  .premium-player-shell .player-grid,
  .premium-player-shell .video-shell {
    min-height: auto;
  }

  .premium-player-shell video {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .flow-nav {
    width: calc(100% - 24px);
    min-height: 68px;
  }

  .flow-nav nav {
    display: none;
  }

  .flow-shell,
  .admin-login-shell,
  .player-hero,
  .premium-player-shell {
    width: calc(100% - 24px);
  }

  .flow-shell {
    padding: 42px 0 58px;
  }

  .flow-form,
  .player-topbar,
  .player-code-row {
    grid-template-columns: 1fr;
  }

  .flow-card {
    padding: 20px;
  }

  .admin-login-shell {
    padding: 42px 0 58px;
  }

  .admin-login-card {
    padding: 20px;
  }

  .premium-player-shell {
    padding: 12px;
  }

  .premium-player-shell video {
    min-height: 260px;
  }
}

.smart-app {
  min-height: 100vh;
  color: #f8fafc;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  background:
    radial-gradient(circle at 10% 12%, rgba(34, 211, 238, 0.16), transparent 30%),
    radial-gradient(circle at 84% 0%, rgba(168, 85, 247, 0.2), transparent 28%),
    linear-gradient(180deg, #050914 0%, #070b13 52%, #030407 100%);
  overflow-x: hidden;
}

.smart-app svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.smart-rail {
  min-height: 100vh;
  padding: 22px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  position: sticky;
  top: 0;
  border-right: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(2, 6, 23, 0.52);
  backdrop-filter: blur(18px);
}

.smart-app-logo,
.smart-rail button,
.smart-rail a {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  display: grid;
  place-items: center;
  color: #9fb3c8;
  background: rgba(255, 255, 255, 0.035);
}

.smart-rail button {
  cursor: pointer;
}

.smart-rail .active,
.smart-rail button:hover,
.smart-rail a:hover {
  color: #67e8f9;
  border-color: rgba(103, 232, 249, 0.34);
  background: rgba(34, 211, 238, 0.1);
}

.smart-app-logo {
  margin-bottom: 16px;
  background:
    radial-gradient(circle at 68% 24%, rgba(168, 85, 247, 0.78), transparent 28%),
    linear-gradient(135deg, #07111f, #111827);
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.2);
}

.smart-app-logo span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #22d3ee;
  position: relative;
}

.smart-app-logo span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  border-left: 9px solid #a78bfa;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.smart-screen {
  min-width: 0;
  padding: 22px 28px 34px;
}

.smart-topbar {
  min-height: 68px;
  border-radius: 8px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(148, 163, 184, 0.14);
  backdrop-filter: blur(18px);
}

.smart-topbar b {
  display: block;
  color: #ffffff;
  font-size: 20px;
}

.smart-topbar span,
.smart-panel-head span {
  display: block;
  margin-top: 4px;
  color: #8fa3b8;
  font-size: 13px;
}

.smart-topbar nav {
  display: flex;
  gap: 18px;
  color: #c7d2e1;
  font-weight: 850;
}

.smart-time {
  min-width: 88px;
  min-height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #dffcff;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(103, 232, 249, 0.16);
}

.smart-home-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
}

.smart-now-card,
.smart-device-card,
.smart-channel-panel,
.smart-preview-panel {
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(34, 211, 238, 0.09), rgba(124, 58, 237, 0.09)),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.smart-now-card {
  min-height: 430px;
  padding: 22px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 22px;
  align-items: stretch;
  overflow: hidden;
}

.smart-now-card > div {
  align-self: center;
  min-width: 0;
}

.smart-now-card span {
  color: #67e8f9;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smart-now-card h1 {
  margin: 16px 0 0;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
}

.smart-now-card p {
  margin: 18px 0 0;
  color: #b6c3d1;
  line-height: 1.6;
}

.smart-now-card video {
  width: 100%;
  min-height: 360px;
  height: 100%;
  border-radius: 8px;
  background: #020617;
  object-fit: cover;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.smart-device-card {
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.smart-device-card label {
  color: #dbeafe;
  font-weight: 900;
}

.smart-app .field {
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  color: #f8fafc;
  background: rgba(2, 6, 23, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.24);
  outline: none;
}

.smart-app .field:focus {
  border-color: rgba(103, 232, 249, 0.75);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.smart-primary,
.smart-secondary {
  min-height: 52px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}

.smart-primary {
  border: 0;
  color: #04111d;
  background: linear-gradient(135deg, #67e8f9, #a78bfa 58%, #fbbf24);
  box-shadow: 0 18px 45px rgba(34, 211, 238, 0.22);
  cursor: pointer;
}

.smart-secondary {
  color: #e2e8f0;
  border: 1px solid rgba(226, 232, 240, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.smart-device-card #player-message .notice {
  margin-top: 0;
}

.smart-tiles {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.35fr repeat(5, 1fr);
  gap: 14px;
}

.smart-tiles button {
  min-height: 126px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 8px;
  padding: 18px;
  color: #ffffff;
  display: grid;
  align-content: end;
  gap: 8px;
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease;
}

.smart-tiles button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.36);
}

.smart-tiles b {
  font-size: 22px;
}

.smart-tiles span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.tile-live { background: linear-gradient(135deg, #0f766e, #22d3ee); }
.tile-movie { background: linear-gradient(135deg, #1d4ed8, #7c3aed); }
.tile-series { background: linear-gradient(135deg, #be123c, #f97316); }
.tile-fav { background: linear-gradient(135deg, #7e22ce, #ec4899); }
.tile-playlist { background: linear-gradient(135deg, #155e75, #2563eb); }
.tile-settings { background: linear-gradient(135deg, #334155, #0f172a); }

.smart-content-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
}

.smart-channel-panel,
.smart-preview-panel {
  min-height: 360px;
  overflow: hidden;
}

.smart-panel-head {
  min-height: 84px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr minmax(240px, 360px);
  gap: 18px;
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.smart-panel-head b,
.smart-preview-panel b {
  color: #ffffff;
  font-size: 22px;
}

.smart-channel-panel #channel-list {
  max-height: 420px;
  overflow: auto;
  padding: 14px;
}

.smart-channel-panel .channel-row {
  width: 100%;
  min-height: 72px;
  margin-bottom: 10px;
  border-radius: 8px;
  padding: 12px;
  color: #e5f4ff;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(148, 163, 184, 0.12);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  text-align: left;
}

.smart-channel-panel .channel-row:hover {
  border-color: rgba(103, 232, 249, 0.42);
  background: rgba(34, 211, 238, 0.08);
}

.smart-channel-panel .logo-sm {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #04111d;
  background: linear-gradient(135deg, #67e8f9, #a78bfa);
  font-weight: 950;
  object-fit: cover;
}

.smart-preview-panel {
  padding: 20px;
}

.smart-poster-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.smart-poster-row span {
  min-height: 132px;
  border-radius: 8px;
  display: block;
  background:
    linear-gradient(145deg, rgba(34, 211, 238, 0.16), rgba(167, 139, 250, 0.12)),
    url("/assets/smartnet-cinematic-home.jpg") center / cover;
  border: 1px solid rgba(148, 163, 184, 0.12);
}

@media (max-width: 1160px) {
  .smart-app {
    grid-template-columns: 1fr;
  }

  .smart-rail {
    min-height: auto;
    position: static;
    flex-direction: row;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  }

  .smart-home-grid,
  .smart-content-grid,
  .smart-now-card {
    grid-template-columns: 1fr;
  }

  .smart-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .smart-screen {
    padding: 14px 12px 24px;
  }

  .smart-topbar {
    grid-template-columns: 1fr auto;
  }

  .smart-topbar nav {
    display: none;
  }

  .smart-home-grid,
  .smart-content-grid {
    gap: 14px;
  }

  .smart-now-card {
    min-height: auto;
    padding: 16px;
  }

  .smart-now-card h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .smart-now-card video {
    min-height: 240px;
  }

  .smart-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smart-tiles button {
    min-height: 112px;
  }

  .smart-panel-head {
    grid-template-columns: 1fr;
  }
}

/* Device-polished app layout overrides for TV, desktop, tablet, and phone WebViews. */
.smart-screen {
  width: min(100%, 1840px);
  margin: 0 auto;
}

.smart-home-grid {
  grid-template-columns: minmax(0, 1fr) clamp(330px, 24vw, 440px);
}

.smart-now-card {
  min-height: clamp(420px, 42vh, 620px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
}

.smart-now-card video {
  aspect-ratio: 16 / 9;
  min-height: 0;
  height: auto;
  align-self: center;
}

.smart-tiles button,
.smart-channel-panel .channel-row,
.smart-rail button,
.smart-rail a {
  -webkit-tap-highlight-color: transparent;
}

.smart-tiles button:focus-visible,
.smart-channel-panel .channel-row:focus-visible,
.smart-rail button:focus-visible,
.smart-rail a:focus-visible,
.smart-primary:focus-visible,
.smart-secondary:focus-visible {
  outline: 3px solid rgba(103, 232, 249, 0.82);
  outline-offset: 3px;
}

.smart-channel-panel .channel-row {
  position: relative;
  min-height: 66px;
  grid-template-columns: 40px 1fr;
}

.smart-channel-panel .channel-row.active {
  border-color: rgba(103, 232, 249, 0.72);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.16), rgba(167, 139, 250, 0.1)),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 3px 0 0 #67e8f9, 0 0 28px rgba(34, 211, 238, 0.12);
}

.smart-channel-panel .channel-row.active::after {
  content: "Oynatiliyor";
  margin-left: auto;
  color: #67e8f9;
  font-size: 12px;
  font-weight: 900;
}

.smart-channel-panel .logo-sm {
  width: 40px;
  height: 40px;
}

.channel-meta {
  margin-top: 3px;
  color: #94a3b8;
  font-size: 12px;
}

@media (min-width: 1500px) {
  .smart-screen {
    padding: 30px 38px 42px;
  }

  .smart-topbar {
    min-height: 78px;
  }

  .smart-now-card {
    padding: 28px;
  }

  .smart-now-card h1 {
    font-size: clamp(48px, 4.1vw, 76px);
  }

  .smart-tiles button {
    min-height: 148px;
    padding: 22px;
  }
}

@media (max-width: 1360px) {
  .smart-home-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .smart-now-card {
    grid-template-columns: minmax(240px, 0.75fr) minmax(360px, 1.25fr);
  }

  .smart-tiles {
    grid-template-columns: 1.25fr repeat(5, minmax(0, 1fr));
  }

  .smart-tiles button {
    min-height: 118px;
  }
}

@media (max-width: 1160px) {
  .smart-rail {
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .smart-home-grid,
  .smart-content-grid {
    grid-template-columns: 1fr;
  }

  .smart-now-card {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .smart-device-card {
    grid-template-columns: 1fr auto auto;
    align-items: end;
  }

  .smart-device-card label,
  .smart-device-card #player-message {
    grid-column: 1 / -1;
  }

  .smart-device-card .field {
    min-width: 280px;
  }

  .smart-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .smart-preview-panel {
    min-height: 250px;
  }
}

@media (max-width: 900px) {
  .smart-now-card,
  .smart-device-card,
  .smart-panel-head {
    grid-template-columns: 1fr;
  }

  .smart-now-card video {
    min-height: 340px;
  }

  .smart-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .smart-rail {
    gap: 10px;
    padding: 10px 12px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .smart-app-logo,
  .smart-rail button,
  .smart-rail a {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
  }

  .smart-topbar {
    min-height: 62px;
    padding: 0 14px;
  }

  .smart-time {
    min-width: 72px;
    min-height: 38px;
  }

  .smart-home-grid {
    margin-top: 14px;
  }

  .smart-now-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .smart-now-card video {
    order: -1;
    width: 100%;
    min-height: 220px;
  }

  .smart-now-card h1 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .smart-now-card p {
    margin-top: 12px;
  }

  .smart-device-card {
    padding: 16px;
  }

  .smart-tiles {
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .smart-tiles button {
    min-height: 106px;
    padding: 14px;
  }

  .smart-tiles b {
    font-size: 18px;
  }

  .smart-content-grid {
    margin-top: 14px;
  }

  .smart-channel-panel #channel-list {
    max-height: none;
  }

  .smart-channel-panel .channel-row.active::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #67e8f9;
    box-shadow: 0 0 16px rgba(103, 232, 249, 0.8);
  }
}

@media (max-width: 430px) {
  .smart-screen {
    padding: 12px 10px 22px;
  }

  .smart-now-card,
  .smart-device-card,
  .smart-channel-panel,
  .smart-preview-panel {
    border-radius: 8px;
  }

  .smart-now-card video {
    min-height: 190px;
  }

  .smart-tiles {
    grid-template-columns: 1fr 1fr;
  }

  .smart-preview-panel {
    display: none;
  }
}

.native-app {
  min-height: 100vh;
  padding: max(16px, env(safe-area-inset-top)) 14px calc(92px + env(safe-area-inset-bottom));
  color: #f8fafc;
  background:
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, 0.26), transparent 34%),
    radial-gradient(circle at 100% 8%, rgba(168, 85, 247, 0.28), transparent 32%),
    linear-gradient(180deg, #050914 0%, #07111f 48%, #030407 100%);
  overflow-x: hidden;
}

.native-app,
.native-app button,
.native-app input {
  font-family: "Manrope", system-ui, sans-serif;
}

.native-appbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.native-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.native-logo {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #04111d;
  font-weight: 950;
  background: linear-gradient(135deg, #67e8f9, #a78bfa 58%, #fbbf24);
  box-shadow: 0 18px 48px rgba(34, 211, 238, 0.26);
}

.native-brand b,
.native-sheet-head b {
  display: block;
  color: #ffffff;
  font-size: 19px;
}

.native-brand small,
.native-sheet-head span {
  display: block;
  margin-top: 2px;
  color: #94a3b8;
  font-size: 12px;
}

.native-pill {
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #dffcff;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(103, 232, 249, 0.22);
  font-size: 13px;
  font-weight: 900;
}

.native-player,
.native-code-card,
.native-channel-sheet {
  margin-top: 16px;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background:
    linear-gradient(145deg, rgba(34, 211, 238, 0.08), rgba(124, 58, 237, 0.1)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.native-player {
  position: relative;
}

.native-player video {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  background: #020617;
  object-fit: cover;
}

.native-player-copy {
  padding: 16px;
}

.native-player-copy span {
  color: #67e8f9;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.native-player-copy h1 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.06;
}

.native-player-copy p {
  margin: 10px 0 0;
  color: #b6c3d1;
  line-height: 1.48;
}

.native-code-card {
  padding: 14px;
  display: grid;
  gap: 12px;
}

.native-code-card label {
  color: #dbeafe;
  font-size: 13px;
  font-weight: 900;
}

.native-app .field {
  width: 100%;
  min-height: 50px;
  margin-top: 7px;
  border-radius: 8px;
  color: #f8fafc;
  background: rgba(2, 6, 23, 0.66);
  border: 1px solid rgba(148, 163, 184, 0.26);
  outline: none;
}

.native-app .field:focus {
  border-color: rgba(103, 232, 249, 0.76);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.12);
}

.native-primary {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: #04111d;
  background: linear-gradient(135deg, #67e8f9, #a78bfa 58%, #fbbf24);
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(34, 211, 238, 0.22);
}

.native-code-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.native-code-links a {
  min-height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.14);
  font-weight: 900;
}

.native-categories {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.native-categories button {
  min-height: 98px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  align-content: end;
  gap: 6px;
  color: #ffffff;
  text-align: left;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(124, 58, 237, 0.16));
}

.native-categories button:nth-child(2) {
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.68), rgba(124, 58, 237, 0.42));
}

.native-categories button:nth-child(3) {
  background: linear-gradient(135deg, rgba(190, 18, 60, 0.7), rgba(249, 115, 22, 0.42));
}

.native-categories button:nth-child(4) {
  background: linear-gradient(135deg, rgba(126, 34, 206, 0.7), rgba(236, 72, 153, 0.42));
}

.native-categories b {
  font-size: 18px;
}

.native-categories span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.native-channel-sheet {
  padding: 14px;
}

.native-sheet-head {
  display: grid;
  gap: 12px;
}

.native-channel-list {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.native-app .channel-row {
  width: 100%;
  min-height: 70px;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  color: #e5f4ff;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(148, 163, 184, 0.13);
}

.native-app .channel-row.active {
  border-color: rgba(103, 232, 249, 0.72);
  box-shadow: inset 3px 0 0 #67e8f9;
}

.native-app .logo-sm {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #04111d;
  background: linear-gradient(135deg, #67e8f9, #a78bfa);
  font-weight: 950;
  object-fit: cover;
}

.native-bottom-nav {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 30;
  min-height: 64px;
  border-radius: 8px;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  background: rgba(2, 6, 23, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.16);
  backdrop-filter: blur(18px);
}

.native-bottom-nav a {
  border-radius: 8px;
  display: grid;
  place-items: center;
  gap: 2px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 900;
}

.native-bottom-nav span {
  color: #c4b5fd;
  font-size: 18px;
  line-height: 1;
}

.native-bottom-nav a.active {
  color: #ffffff;
  background: rgba(34, 211, 238, 0.12);
}

@media (min-width: 760px) {
  .native-app {
    max-width: 760px;
    margin: 0 auto;
  }
}

.logo-site {
  min-height: 100vh;
  color: #12324a;
  background:
    linear-gradient(90deg, rgba(15, 83, 125, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 83, 125, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 36%, #eef8fb 100%);
  background-size: 72px 72px, 72px 72px, auto;
  overflow-x: hidden;
}

.logo-site,
.logo-site button,
.logo-site input {
  font-family: "Manrope", system-ui, sans-serif;
}

.logo-nav,
.logo-hero,
.logo-strip,
.logo-section,
.logo-app-showcase,
.logo-downloads,
.logo-pricing,
.logo-cta,
.logo-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.logo-nav {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.logo-brand {
  width: 254px;
  height: 68px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.logo-brand img {
  width: 254px;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.logo-nav nav,
.logo-nav-actions,
.logo-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-nav nav {
  justify-content: center;
}

.logo-nav nav a,
.logo-link {
  color: #24475d;
  font-weight: 850;
}

.logo-nav nav a:hover,
.logo-link:hover {
  color: #075985;
}

.logo-button,
.logo-outline {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}

.logo-button {
  color: #ffffff;
  background: linear-gradient(135deg, #064d7b, #0ea5b7);
  box-shadow: 0 18px 42px rgba(14, 116, 144, 0.22);
}

.logo-outline {
  color: #075985;
  background: #ffffff;
  border: 1px solid rgba(14, 116, 144, 0.2);
}

.logo-button.large,
.logo-outline.large {
  min-height: 56px;
  padding: 0 22px;
}

.logo-hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 44px;
  align-items: center;
  padding: 36px 0 64px;
}

.logo-kicker,
.logo-eyebrow {
  width: fit-content;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #075985;
  background: rgba(14, 165, 183, 0.09);
  border: 1px solid rgba(14, 116, 144, 0.16);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-hero h1,
.logo-section h2,
.logo-app-showcase h2,
.logo-pricing h2,
.logo-cta h2 {
  margin: 18px 0 0;
  color: #07345b;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.logo-hero p,
.logo-section > p,
.logo-app-showcase p,
.logo-cta p {
  margin: 20px 0 0;
  color: #506b7a;
  font-size: 18px;
  line-height: 1.62;
}

.logo-hero p {
  max-width: 620px;
}

.logo-actions {
  flex-wrap: wrap;
  margin-top: 30px;
}

.logo-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.logo-metrics span {
  padding: 11px 13px;
  border-radius: 8px;
  color: #36576a;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(14, 116, 144, 0.12);
  box-shadow: 0 14px 40px rgba(15, 83, 125, 0.08);
}

.logo-metrics b {
  color: #064d7b;
}

.logo-hero-card {
  margin: 0;
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(14, 165, 183, 0.08), rgba(5, 46, 79, 0.04)),
    rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(14, 116, 144, 0.13);
  box-shadow: 0 30px 90px rgba(7, 52, 91, 0.16);
}

.logo-hero-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #ffffff;
}

.logo-hero-card figcaption {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 4px 0;
}

.logo-hero-card b {
  color: #06385f;
  font-size: 20px;
}

.logo-hero-card span {
  max-width: 360px;
  color: #607889;
  line-height: 1.45;
}

.logo-strip,
.logo-feature-grid,
.logo-downloads,
.logo-price-grid {
  display: grid;
  gap: 18px;
}

.logo-strip {
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 74px;
}

.logo-strip article,
.logo-feature-grid article,
.logo-downloads article,
.logo-price-grid article,
.logo-cta {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(14, 116, 144, 0.13);
  box-shadow: 0 20px 58px rgba(15, 83, 125, 0.08);
}

.logo-strip article {
  min-height: 144px;
  padding: 24px;
}

.logo-strip span,
.logo-downloads span,
.logo-price-grid em {
  color: #0ea5b7;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-strip b,
.logo-feature-grid h3,
.logo-downloads h3,
.logo-price-grid h3 {
  display: block;
  margin-top: 14px;
  color: #07345b;
  font-size: 22px;
}

.logo-strip p,
.logo-feature-grid p,
.logo-downloads p,
.logo-price-grid p {
  margin: 10px 0 0;
  color: #647b8a;
  line-height: 1.58;
}

.logo-section,
.logo-pricing {
  padding: 74px 0;
  text-align: center;
}

.logo-section > p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.logo-feature-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  text-align: left;
}

.logo-feature-grid article {
  min-height: 250px;
  padding: 28px;
}

.logo-feature-grid i {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #064d7b, #2dd4bf);
  font-style: normal;
  font-weight: 950;
}

.logo-app-showcase {
  padding: 74px 0;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: center;
}

.logo-app-showcase h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.logo-device-card {
  border-radius: 8px;
  padding: 16px;
  background: linear-gradient(135deg, #052e4f, #0e7490);
  box-shadow: 0 30px 88px rgba(7, 52, 91, 0.18);
}

.logo-device-card img {
  width: 100%;
  min-height: 360px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.logo-downloads {
  grid-template-columns: repeat(3, 1fr);
  padding: 20px 0 74px;
}

.logo-downloads article {
  min-height: 252px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.logo-downloads .ready {
  border-color: rgba(14, 165, 183, 0.38);
  background:
    linear-gradient(145deg, rgba(14, 165, 183, 0.11), rgba(37, 99, 235, 0.06)),
    rgba(255, 255, 255, 0.88);
}

.logo-downloads a,
.logo-price-grid a {
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 15px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  background: #064d7b;
  font-weight: 950;
}

.logo-price-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  text-align: left;
}

.logo-price-grid article {
  min-height: 270px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.logo-price-grid .featured {
  border-color: rgba(14, 165, 183, 0.42);
  box-shadow: 0 30px 90px rgba(14, 116, 144, 0.16);
}

.logo-price-grid strong {
  display: block;
  margin-top: 18px;
  color: #07345b;
  font-size: 44px;
}

.logo-cta {
  margin-bottom: 54px;
  padding: 28px;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 28px;
  align-items: center;
}

.logo-cta img,
.logo-footer img {
  width: 240px;
  mix-blend-mode: multiply;
}

.logo-cta h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.logo-footer {
  padding: 34px 0 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(14, 116, 144, 0.14);
}

.logo-footer p {
  max-width: 640px;
  color: #607889;
  line-height: 1.56;
}

@media (max-width: 1100px) {
  .logo-nav {
    grid-template-columns: auto auto;
  }

  .logo-nav nav {
    display: none;
  }

  .logo-hero,
  .logo-app-showcase,
  .logo-cta {
    grid-template-columns: 1fr;
  }

  .logo-hero {
    min-height: auto;
  }

  .logo-strip,
  .logo-feature-grid,
  .logo-downloads,
  .logo-price-grid {
    grid-template-columns: 1fr;
  }

  .logo-cta {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .logo-nav,
  .logo-hero,
  .logo-strip,
  .logo-section,
  .logo-app-showcase,
  .logo-downloads,
  .logo-pricing,
  .logo-cta,
  .logo-footer {
    width: calc(100% - 24px);
  }

  .logo-nav {
    min-height: 74px;
    gap: 12px;
  }

  .logo-brand {
    width: 178px;
    height: 58px;
  }

  .logo-brand img {
    width: 178px;
  }

  .logo-link {
    display: none;
  }

  .logo-button,
  .logo-outline {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }

  .logo-hero {
    padding: 18px 0 48px;
    gap: 28px;
  }

  .logo-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .logo-hero p,
  .logo-section > p,
  .logo-app-showcase p,
  .logo-cta p {
    font-size: 16px;
  }

  .logo-actions,
  .logo-button.large,
  .logo-outline.large {
    width: 100%;
  }

  .logo-hero-card {
    padding: 10px;
  }

  .logo-hero-card figcaption,
  .logo-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .logo-strip {
    padding-bottom: 48px;
  }

  .logo-section,
  .logo-app-showcase,
  .logo-pricing {
    padding: 52px 0;
  }

  .logo-feature-grid article,
  .logo-downloads article,
  .logo-price-grid article {
    min-height: auto;
    padding: 22px;
  }

  .logo-device-card img {
    min-height: 260px;
  }

  .logo-cta {
    padding: 22px;
  }

  .logo-cta img,
  .logo-footer img {
    width: 210px;
  }
}

.brand-page,
.logo-player-page {
  min-height: 100vh;
  color: #12324a;
  background:
    linear-gradient(90deg, rgba(15, 83, 125, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 83, 125, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 42%, #eef8fb 100%);
  background-size: 72px 72px, 72px 72px, auto;
  overflow-x: hidden;
}

.brand-header {
  border-bottom: 1px solid rgba(14, 116, 144, 0.1);
}

.brand-header nav a.active {
  color: #075985;
}

.brand-flow,
.logo-player-shell,
.logo-player-tools,
.logo-channel-area {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.brand-flow {
  min-height: calc(100vh - 88px);
  padding: 56px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: center;
}

.brand-flow.wide {
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
}

.brand-flow-copy h1 {
  margin: 18px 0 0;
  color: #07345b;
  font-size: clamp(36px, 4.7vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
}

.brand-flow-copy p {
  max-width: 620px;
  margin: 20px 0 0;
  color: #506b7a;
  font-size: 18px;
  line-height: 1.62;
}

.brand-checks {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.brand-checks span {
  width: fit-content;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #075985;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(14, 116, 144, 0.13);
  box-shadow: 0 14px 40px rgba(15, 83, 125, 0.08);
  font-weight: 850;
}

.brand-checks span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #0ea5b7;
}

.brand-card {
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(14, 165, 183, 0.08), rgba(37, 99, 235, 0.04)),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(14, 116, 144, 0.13);
  box-shadow: 0 30px 90px rgba(7, 52, 91, 0.14);
}

.brand-card-logo {
  width: 270px;
  max-width: 100%;
  display: block;
  margin: 0 0 24px;
  mix-blend-mode: multiply;
}

.brand-form {
  display: grid;
  gap: 16px;
}

.brand-form.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-form .full {
  grid-column: 1 / -1;
}

.brand-form label,
.logo-player-control label,
.pro-code-card label {
  color: #1b455e;
  font-weight: 900;
}

.brand-form .field,
.logo-player-page .field,
.pro-mobile-app .field {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  border-radius: 8px;
  color: #12324a;
  background: #ffffff;
  border: 1px solid rgba(14, 116, 144, 0.2);
  outline: none;
}

.brand-form .field:focus,
.logo-player-page .field:focus,
.pro-mobile-app .field:focus {
  border-color: rgba(14, 165, 183, 0.72);
  box-shadow: 0 0 0 4px rgba(14, 165, 183, 0.12);
}

.brand-form select.field {
  color-scheme: light;
}

.brand-note {
  margin: 0;
  color: #647b8a;
  line-height: 1.5;
}

.logo-player-shell {
  padding: 36px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
}

.logo-player-video,
.logo-player-control,
.logo-channel-area {
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(14, 165, 183, 0.08), rgba(37, 99, 235, 0.04)),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(14, 116, 144, 0.13);
  box-shadow: 0 24px 72px rgba(7, 52, 91, 0.12);
}

.logo-player-video {
  min-height: 520px;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(420px, 1.28fr);
  gap: 22px;
  align-items: center;
}

.logo-player-meta span,
.pro-player-card span {
  color: #0ea5b7;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-player-meta h1,
.pro-player-card h1 {
  margin: 12px 0 0;
  color: #07345b;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
}

.logo-player-meta p,
.pro-player-card p {
  margin: 14px 0 0;
  color: #506b7a;
  line-height: 1.56;
}

.logo-player-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  background: #061626;
  border: 1px solid rgba(14, 116, 144, 0.14);
}

.logo-player-control {
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.logo-player-control img {
  width: 220px;
  max-width: 100%;
  margin-bottom: 10px;
  mix-blend-mode: multiply;
}

.logo-control-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.logo-player-tools {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.logo-player-tools button,
.pro-categories button {
  min-height: 92px;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 8px;
  color: #07345b;
  background: rgba(255, 255, 255, 0.76);
  font-weight: 950;
  box-shadow: 0 14px 38px rgba(15, 83, 125, 0.08);
}

.logo-player-tools button.active,
.pro-categories button.active {
  color: #ffffff;
  background: linear-gradient(135deg, #064d7b, #0ea5b7);
}

.logo-channel-area {
  margin-top: 18px;
  margin-bottom: 52px;
  padding: 18px;
}

.logo-channel-head {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 360px);
  gap: 18px;
  align-items: center;
}

.logo-channel-head b {
  display: block;
  color: #07345b;
  font-size: 22px;
}

.logo-channel-head span {
  display: block;
  margin-top: 4px;
  color: #647b8a;
}

.logo-player-page #channel-list,
.pro-mobile-app #channel-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.logo-player-page .channel-row,
.pro-mobile-app .channel-row {
  width: 100%;
  min-height: 70px;
  border: 1px solid rgba(14, 116, 144, 0.13);
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  color: #1b455e;
  text-align: left;
  background: #ffffff;
}

.logo-player-page .channel-row.active,
.pro-mobile-app .channel-row.active {
  border-color: rgba(14, 165, 183, 0.72);
  box-shadow: inset 3px 0 0 #0ea5b7;
}

.logo-player-page .logo-sm,
.pro-mobile-app .logo-sm {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, #064d7b, #0ea5b7);
  object-fit: cover;
  font-weight: 950;
}

.pro-mobile-app {
  min-height: 100vh;
  max-width: 760px;
  margin: 0 auto;
  padding: max(14px, env(safe-area-inset-top)) 14px calc(92px + env(safe-area-inset-bottom));
  color: #12324a;
  background:
    linear-gradient(90deg, rgba(15, 83, 125, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #f8fcff 0%, #eef8fb 100%);
  background-size: 56px 56px, auto;
}

.pro-appbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pro-appbar img {
  width: 210px;
  max-width: calc(100% - 90px);
  mix-blend-mode: multiply;
}

.pro-appbar a {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #075985;
  background: rgba(14, 165, 183, 0.1);
  border: 1px solid rgba(14, 116, 144, 0.16);
  font-weight: 900;
}

.pro-player-card,
.pro-code-card,
.pro-channel-sheet {
  margin-top: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(14, 116, 144, 0.13);
  box-shadow: 0 20px 58px rgba(15, 83, 125, 0.1);
  overflow: hidden;
}

.pro-player-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  background: #061626;
  object-fit: cover;
}

.pro-player-card > div,
.pro-code-card,
.pro-channel-sheet {
  padding: 14px;
}

.pro-code-card {
  display: grid;
  gap: 12px;
}

.pro-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pro-links a {
  min-height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #075985;
  background: rgba(14, 165, 183, 0.08);
  border: 1px solid rgba(14, 116, 144, 0.13);
  font-weight: 900;
}

.pro-categories {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pro-categories button {
  min-height: 96px;
  padding: 14px;
  display: grid;
  align-content: end;
  text-align: left;
}

.pro-categories b {
  font-size: 18px;
}

.pro-categories span {
  margin-top: 4px;
  color: #647b8a;
}

.pro-categories button.active span {
  color: rgba(255, 255, 255, 0.78);
}

.pro-bottom-nav {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 30;
  max-width: 736px;
  min-height: 62px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(14, 116, 144, 0.14);
  box-shadow: 0 16px 50px rgba(7, 52, 91, 0.16);
  backdrop-filter: blur(18px);
}

.pro-bottom-nav a {
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #647b8a;
  font-size: 12px;
  font-weight: 900;
}

.pro-bottom-nav a.active {
  color: #ffffff;
  background: linear-gradient(135deg, #064d7b, #0ea5b7);
}

.admin {
  background:
    linear-gradient(180deg, #f8fcff 0%, #eef8fb 100%);
}

.admin-sidebar,
.admin-main .panel {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(14, 116, 144, 0.13);
}

@media (max-width: 1100px) {
  .brand-flow,
  .brand-flow.wide,
  .logo-player-shell,
  .logo-player-video {
    grid-template-columns: 1fr;
  }

  .logo-player-video {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .brand-flow,
  .logo-player-shell,
  .logo-player-tools,
  .logo-channel-area {
    width: calc(100% - 24px);
  }

  .brand-flow {
    min-height: auto;
    padding: 34px 0 58px;
  }

  .webview-safe-page {
    padding-top: 42px !important;
  }

  .webview-safe-page .brand-header {
    margin-top: 0 !important;
  }

  .webview-safe-page .brand-flow {
    padding-top: 22px !important;
  }

  .brand-flow-copy h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .brand-card {
    padding: 20px;
  }

  .brand-form.two,
  .logo-channel-head {
    grid-template-columns: 1fr;
  }

  .logo-player-shell {
    padding-top: 18px;
  }

  .logo-player-video {
    padding: 14px;
  }

  .logo-player-meta h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .logo-player-tools {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-control-links,
  .pro-links {
    grid-template-columns: 1fr;
  }

  .pro-appbar img {
    width: 178px;
  }
}

/* 2026-06-03 cinematic SmartNet refresh */
.cinema-site,
.cinema-site * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.cinema-site {
  min-height: 100vh;
  color: #f5fbff;
  background:
    linear-gradient(90deg, rgba(29, 211, 222, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #16242a 0%, #0e191d 48%, #071012 100%);
  background-size: 74px 74px, auto;
  font-family: "Manrope", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.cinema-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(10, 18, 22, 0.82);
  border-bottom: 1px solid rgba(103, 232, 249, 0.12);
  backdrop-filter: blur(18px);
}

.cinema-brand img {
  width: 214px;
  max-width: 42vw;
  display: block;
  filter: drop-shadow(0 12px 30px rgba(45, 212, 191, 0.18));
}

.cinema-nav nav,
.cinema-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cinema-nav a {
  min-height: 42px;
  border-radius: 8px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(235, 250, 255, 0.78);
  font-weight: 850;
}

.cinema-nav a:hover {
  color: #ffffff;
  background: rgba(45, 212, 191, 0.09);
}

.cinema-nav-actions .primary {
  color: #061316;
  background: linear-gradient(135deg, #41e4da, #f59e45);
  box-shadow: 0 14px 34px rgba(20, 184, 166, 0.22);
}

.cinema-hero {
  width: min(1440px, calc(100% - 36px));
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: 72px 0 54px;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 34px;
}

.cinema-copy {
  position: relative;
  z-index: 2;
}

.cinema-kicker,
.cinema-section-head > span,
.cinema-app-band > div > span {
  min-height: 36px;
  border: 1px solid rgba(65, 228, 218, 0.26);
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  color: #7cf5ee;
  background: rgba(19, 80, 82, 0.34);
  font-weight: 900;
}

.cinema-copy h1 {
  max-width: 660px;
  margin: 22px 0 18px;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 72px;
  line-height: 0.98;
  font-weight: 900;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
}

.cinema-copy p,
.cinema-section-head p,
.cinema-app-band p,
.cinema-footer p {
  max-width: 640px;
  margin: 0;
  color: rgba(228, 244, 247, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.cinema-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.cinema-button {
  min-height: 54px;
  border: 1px solid rgba(94, 234, 212, 0.34);
  border-radius: 8px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #061316;
  background: linear-gradient(135deg, #51ece2 0%, #f5a24c 100%);
  box-shadow: 0 16px 38px rgba(20, 184, 166, 0.22);
  font-weight: 950;
}

.cinema-button.ghost {
  color: #f6fbff;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.cinema-stats {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cinema-stats span {
  min-height: 78px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  align-content: center;
  color: rgba(229, 247, 250, 0.72);
  background: rgba(255, 255, 255, 0.045);
}

.cinema-stats b {
  display: block;
  color: #ffffff;
  font-size: 26px;
}

.cinema-stage {
  position: relative;
  min-width: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #0b1519;
  border: 1px solid rgba(94, 234, 212, 0.18);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}

.cinema-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 11, 14, 0.18), rgba(4, 11, 14, 0));
  pointer-events: none;
}

.cinema-stage img {
  width: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
}

.cinema-stage figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  min-height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(5, 16, 20, 0.72);
  backdrop-filter: blur(16px);
}

.cinema-stage figcaption b {
  color: #ffffff;
}

.cinema-stage figcaption span {
  color: rgba(230, 250, 253, 0.7);
}

.cinema-feature-row,
.cinema-section,
.cinema-app-band,
.cinema-pricing,
.cinema-cta,
.cinema-footer {
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
}

.cinema-feature-row {
  padding: 20px 0 72px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cinema-feature-row article,
.cinema-device-grid article,
.cinema-price-grid article {
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(16, 185, 129, 0.08), rgba(245, 158, 69, 0.05)),
    rgba(255, 255, 255, 0.045);
}

.cinema-feature-row span,
.cinema-section-head > span {
  color: #61f2e7;
  font-weight: 950;
}

.cinema-feature-row h2,
.cinema-section-head h2,
.cinema-app-band h2,
.cinema-price-grid h3,
.cinema-cta h2 {
  margin: 10px 0;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 900;
}

.cinema-feature-row p,
.cinema-device-grid span,
.cinema-price-grid p {
  color: rgba(228, 244, 247, 0.72);
  line-height: 1.55;
}

.cinema-section,
.cinema-pricing {
  padding: 72px 0;
  border-top: 1px solid rgba(125, 211, 252, 0.1);
}

.cinema-section-head {
  max-width: 760px;
}

.cinema-section-head h2,
.cinema-app-band h2 {
  font-size: 46px;
  line-height: 1.08;
}

.cinema-device-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cinema-device-grid b {
  display: block;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
}

.cinema-app-band,
.cinema-cta {
  border: 1px solid rgba(94, 234, 212, 0.16);
  border-radius: 8px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(32, 180, 173, 0.14), rgba(245, 158, 69, 0.08)),
    rgba(255, 255, 255, 0.04);
}

.cinema-price-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cinema-price-grid article {
  position: relative;
  min-height: 250px;
}

.cinema-price-grid article.featured {
  border-color: rgba(94, 234, 212, 0.42);
  background:
    linear-gradient(145deg, rgba(65, 228, 218, 0.18), rgba(245, 158, 69, 0.08)),
    rgba(255, 255, 255, 0.055);
}

.cinema-price-grid em {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 8px;
  padding: 0 10px;
  color: #061316;
  background: #62f0e6;
  font-style: normal;
  font-weight: 950;
}

.cinema-price-grid strong {
  display: block;
  color: #ffffff;
  font-size: 44px;
  margin: 16px 0 10px;
}

.cinema-price-grid a {
  min-height: 44px;
  border-radius: 8px;
  margin-top: 16px;
  display: grid;
  place-items: center;
  color: #071316;
  background: linear-gradient(135deg, #51ece2, #f5a24c);
  font-weight: 950;
}

.cinema-cta {
  margin-top: 18px;
  margin-bottom: 42px;
}

.cinema-cta img {
  width: 220px;
  max-width: 38vw;
  filter: drop-shadow(0 18px 34px rgba(45, 212, 191, 0.2));
}

.cinema-footer {
  min-height: 90px;
  padding: 26px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(229, 247, 250, 0.68);
}

.cinema-footer a {
  color: #72f3ea;
  font-weight: 900;
}

.brand-page,
.logo-player-page {
  min-height: 100vh;
  color: #f6fbff;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #15252b 0%, #0b171b 55%, #061012 100%);
  background-size: 70px 70px, auto;
}

.logo-nav.brand-header {
  background: rgba(9, 17, 22, 0.84);
  border-bottom: 1px solid rgba(94, 234, 212, 0.12);
  backdrop-filter: blur(18px);
}

.logo-nav.brand-header nav a,
.logo-nav.brand-header .logo-link {
  color: rgba(239, 251, 252, 0.78);
}

.brand-flow-copy h1,
.brand-flow-copy p,
.logo-player-meta h1,
.logo-player-meta p,
.brand-form label,
.logo-player-control label,
.logo-channel-head b {
  color: #f8fdff;
}

.brand-flow-copy p,
.logo-player-meta p,
.logo-channel-head span {
  color: rgba(228, 244, 247, 0.72);
}

.brand-card,
.logo-player-control,
.logo-channel-area,
.logo-player-video {
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(24, 92, 96, 0.2), rgba(245, 158, 69, 0.045)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.3);
}

.brand-card-logo,
.logo-player-control > img {
  filter: drop-shadow(0 16px 30px rgba(45, 212, 191, 0.18));
}

.brand-page .field,
.logo-player-page .field,
.pro-mobile-app .field {
  color: #f8fdff;
  background: rgba(4, 15, 20, 0.72);
  border-color: rgba(125, 211, 252, 0.18);
}

.brand-page .field::placeholder,
.logo-player-page .field::placeholder,
.pro-mobile-app .field::placeholder {
  color: rgba(224, 242, 254, 0.48);
}

.brand-page .field:focus,
.logo-player-page .field:focus,
.pro-mobile-app .field:focus {
  border-color: rgba(94, 234, 212, 0.78);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.13);
}

.logo-button {
  border-radius: 8px;
  color: #061316;
  background: linear-gradient(135deg, #51ece2 0%, #f5a24c 100%);
}

.logo-outline {
  border-radius: 8px;
  color: #f8fdff;
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(125, 211, 252, 0.18);
}

.logo-player-tools button,
.pro-categories button {
  border-radius: 8px;
  color: #eafcff;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(125, 211, 252, 0.14);
}

.logo-player-tools button.active,
.pro-categories button.active {
  color: #061316;
  background: linear-gradient(135deg, #51ece2 0%, #f5a24c 100%);
}

.logo-player-page #channel-list,
.pro-mobile-app #channel-list {
  scrollbar-color: rgba(94, 234, 212, 0.5) rgba(255, 255, 255, 0.05);
}

.logo-player-page .channel-row,
.pro-mobile-app .channel-row {
  border-color: rgba(125, 211, 252, 0.14);
  color: #f6fbff;
  background: rgba(6, 18, 23, 0.72);
}

.logo-player-page .channel-row:hover,
.pro-mobile-app .channel-row:hover,
.logo-player-page .channel-row.active,
.pro-mobile-app .channel-row.active {
  border-color: rgba(94, 234, 212, 0.55);
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.16), rgba(245, 158, 69, 0.08));
}

.logo-player-page .logo-sm,
.pro-mobile-app .logo-sm {
  background: linear-gradient(135deg, #0ea5b7, #f59e45);
}

.pro-mobile-app {
  max-width: none;
  color: #f8fdff;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #14252b 0%, #081417 100%);
  background-size: 64px 64px, auto;
}

.pro-appbar,
.pro-bottom-nav,
.pro-player-card,
.pro-code-card,
.pro-channel-sheet {
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  background: rgba(5, 17, 22, 0.76);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.32);
}

.pro-appbar {
  min-height: 70px;
  padding: 8px 10px;
}

.pro-appbar img {
  mix-blend-mode: normal;
  filter: drop-shadow(0 12px 30px rgba(45, 212, 191, 0.2));
}

.pro-appbar a,
.pro-links a {
  color: #0b171b;
  background: linear-gradient(135deg, #51ece2, #f5a24c);
}

.pro-player-card > div span,
.pro-categories span {
  color: rgba(160, 245, 235, 0.78);
}

.pro-bottom-nav {
  background: rgba(5, 17, 22, 0.9);
}

.pro-bottom-nav a {
  color: rgba(228, 244, 247, 0.66);
}

.pro-bottom-nav a.active {
  color: #061316;
  background: linear-gradient(135deg, #51ece2, #f5a24c);
}

.player-ready {
  color: #bffaf4;
  background: rgba(20, 184, 166, 0.12);
  border-color: rgba(94, 234, 212, 0.22);
}

.admin {
  color: #f6fbff;
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #14252b 0%, #081417 100%);
  background-size: 72px 72px, auto;
}

.admin-sidebar,
.admin-main .panel,
.admin table,
.admin .stat {
  color: #f6fbff;
  background: rgba(5, 17, 22, 0.78);
  border-color: rgba(125, 211, 252, 0.16);
}

.admin-main input,
.admin-main select,
.admin-main textarea {
  color: #f6fbff;
  background: rgba(4, 15, 20, 0.74);
  border-color: rgba(125, 211, 252, 0.18);
}

@media (max-width: 1120px) {
  .cinema-nav {
    position: relative;
    flex-wrap: wrap;
  }

  .cinema-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .cinema-copy h1 {
    max-width: 900px;
    font-size: 58px;
  }

  .cinema-feature-row,
  .cinema-device-grid,
  .cinema-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cinema-app-band,
  .cinema-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .cinema-site {
    background-size: 48px 48px, auto;
  }

  .cinema-nav {
    min-height: auto;
    padding: 12px;
  }

  .cinema-brand img {
    width: 178px;
    max-width: 78vw;
  }

  .cinema-nav nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .cinema-nav-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cinema-nav-actions a {
    width: 100%;
  }

  .cinema-hero,
  .cinema-feature-row,
  .cinema-section,
  .cinema-app-band,
  .cinema-pricing,
  .cinema-cta,
  .cinema-footer {
    width: calc(100% - 24px);
  }

  .cinema-hero {
    padding: 28px 0 36px;
    gap: 22px;
  }

  .cinema-copy h1 {
    font-size: 40px;
    line-height: 1.05;
  }

  .cinema-copy p,
  .cinema-section-head p,
  .cinema-app-band p,
  .cinema-footer p {
    font-size: 16px;
  }

  .cinema-actions,
  .cinema-stats,
  .cinema-feature-row,
  .cinema-device-grid,
  .cinema-price-grid {
    grid-template-columns: 1fr;
  }

  .cinema-actions {
    display: grid;
  }

  .cinema-button {
    width: 100%;
  }

  .cinema-stage img {
    min-height: 260px;
  }

  .cinema-stage figcaption {
    position: static;
    border-radius: 0;
  }

  .cinema-section-head h2,
  .cinema-app-band h2 {
    font-size: 32px;
  }

  .cinema-app-band,
  .cinema-cta {
    padding: 22px;
  }

  .cinema-cta img {
    width: 190px;
    max-width: 100%;
  }

  .cinema-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Full stacked logo refresh */
.logo-nav.brand-header {
  min-height: 112px;
}

.logo-nav.brand-header .logo-brand {
  width: 158px;
  height: 96px;
  overflow: visible;
}

.logo-nav.brand-header .logo-brand img,
.cinema-brand img,
.brand-card-logo,
.logo-player-control img,
.pro-appbar img,
.cinema-cta img {
  border-radius: 8px;
  mix-blend-mode: normal;
  object-fit: contain;
}

.logo-nav.brand-header .logo-brand img {
  width: 158px;
}

.cinema-nav {
  min-height: 112px;
}

.cinema-brand img {
  width: 158px;
  max-width: 34vw;
}

.brand-card-logo {
  width: 236px;
}

.logo-player-control img {
  width: 210px;
}

.pro-appbar {
  min-height: 92px;
}

.pro-appbar img {
  width: 128px;
  max-height: 82px;
}

.cinema-cta img {
  width: 176px;
}

@media (max-width: 720px) {
  .logo-nav.brand-header {
    min-height: auto;
  }

  .logo-nav.brand-header .logo-brand,
  .cinema-brand img {
    width: 132px;
    max-width: 46vw;
  }

  .logo-nav.brand-header .logo-brand img {
    width: 132px;
  }

  .cinema-nav {
    min-height: auto;
  }
}

/* Simple TV-style mobile app */
.tv-mobile-app,
.tv-mobile-app * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.tv-mobile-app {
  min-height: 100vh;
  color: #edfaff;
  background:
    radial-gradient(circle at 72% 12%, rgba(45, 212, 191, 0.13), transparent 34%),
    radial-gradient(circle at 22% 72%, rgba(245, 158, 69, 0.11), transparent 32%),
    linear-gradient(135deg, #071217 0%, #0f2027 52%, #071014 100%);
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  overflow-x: hidden;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.tv-side {
  min-height: calc(100vh - 32px);
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  background: rgba(4, 14, 20, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.tv-side img {
  width: 132px;
  max-width: 100%;
  border-radius: 8px;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(45, 212, 191, 0.18));
}

.tv-side nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.tv-side button,
.tv-quick-grid button {
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 8px;
  color: rgba(238, 250, 252, 0.82);
  background: rgba(255, 255, 255, 0.045);
  font: inherit;
  font-weight: 900;
}

.tv-side button {
  min-height: 44px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  text-align: left;
}

.tv-side button span {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #66f0e6;
  background: rgba(45, 212, 191, 0.1);
}

.tv-side button.active,
.tv-side button:hover,
.tv-quick-grid button.active,
.tv-quick-grid button:hover {
  color: #061316;
  background: linear-gradient(135deg, #51ece2 0%, #f5a24c 100%);
  border-color: rgba(255, 255, 255, 0.18);
}

.tv-side button.active span,
.tv-side button:hover span {
  color: #061316;
  background: rgba(255, 255, 255, 0.34);
}

.tv-main {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
}

.tv-top {
  min-height: 72px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(5, 17, 22, 0.64);
}

.tv-top span,
.tv-now-card span,
.tv-panel-title span {
  color: rgba(167, 243, 232, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.tv-top h1,
.tv-now-card h2 {
  margin: 3px 0 0;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  line-height: 1.1;
}

.tv-top h1 {
  font-size: 26px;
}

.tv-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tv-top-actions a {
  min-height: 38px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  color: #e8fbff;
  background: rgba(255, 255, 255, 0.055);
  font-weight: 900;
}

.tv-hero-player {
  min-height: 310px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(14, 116, 144, 0.18), rgba(245, 158, 69, 0.06)),
    rgba(5, 17, 22, 0.68);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.32);
}

.tv-hero-player video {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  display: block;
  object-fit: cover;
  background: #061016;
}

.tv-now-card {
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 8px;
  padding: 16px;
  display: grid;
  align-content: center;
  background: rgba(3, 12, 17, 0.55);
}

.tv-now-card h2 {
  font-size: 30px;
}

.tv-now-card p {
  margin: 10px 0 0;
  color: rgba(230, 250, 253, 0.72);
  line-height: 1.55;
}

.tv-quick-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.tv-quick-grid button {
  min-height: 82px;
  padding: 10px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  text-align: center;
}

.tv-quick-grid span {
  min-width: 34px;
  min-height: 30px;
  border-radius: 8px;
  padding: 0 8px;
  display: inline-grid;
  place-items: center;
  color: #74f5ee;
  background: rgba(45, 212, 191, 0.1);
  font-weight: 950;
}

.tv-quick-grid button.active span,
.tv-quick-grid button:hover span {
  color: #061316;
  background: rgba(255, 255, 255, 0.38);
}

.tv-content-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(360px, 1.15fr);
  gap: 14px;
}

.tv-setup-panel,
.tv-channel-panel {
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(5, 17, 22, 0.72);
}

.tv-panel-title {
  margin-bottom: 12px;
  display: grid;
  gap: 3px;
}

.tv-panel-title b,
.tv-channel-panel .logo-channel-head b {
  color: #ffffff;
  font-size: 18px;
}

.tv-setup-panel label {
  display: block;
  margin-bottom: 8px;
  color: rgba(236, 253, 245, 0.82);
  font-weight: 900;
}

.tv-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.tv-mobile-app .field {
  color: #f8fdff;
  background: rgba(4, 15, 20, 0.72);
  border-color: rgba(125, 211, 252, 0.18);
}

.tv-mobile-app .field::placeholder {
  color: rgba(224, 242, 254, 0.48);
}

.tv-channel-panel #channel-list {
  max-height: 310px;
  overflow: auto;
  padding-right: 4px;
}

.tv-mobile-app .channel-row {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 8px;
  padding: 9px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 10px;
  color: #f6fbff;
  text-align: left;
  background: rgba(6, 18, 23, 0.76);
}

.tv-mobile-app .channel-row + .channel-row {
  margin-top: 8px;
}

.tv-mobile-app .channel-row.active,
.tv-mobile-app .channel-row:hover {
  border-color: rgba(94, 234, 212, 0.52);
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.16), rgba(245, 158, 69, 0.08));
}

.tv-mobile-app .logo-sm {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #061316;
  background: linear-gradient(135deg, #51ece2, #f5a24c);
  object-fit: cover;
  font-weight: 950;
}

.tv-mobile-app .channel-meta {
  color: rgba(230, 250, 253, 0.58);
  font-size: 13px;
}

.tv-hero-player-compact {
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
}

.tv-hero-cover {
  min-height: 260px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.tv-hero-cover img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.hidden-player {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
  pointer-events: none;
}

.channel-empty {
  min-height: 76px;
  border: 1px dashed rgba(125, 211, 252, 0.2);
  border-radius: 8px;
  padding: 16px;
  display: grid;
  place-items: center;
  color: rgba(230, 250, 253, 0.68);
  text-align: center;
  background: rgba(255, 255, 255, 0.035);
}

.direct-login-form {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.direct-login-change {
  width: 100%;
  margin-top: 14px;
  justify-content: center;
  font: inherit;
}

.direct-login-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.direct-login-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
}

.direct-login-head span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(91, 223, 207, 0.16);
  color: #9ff5e8;
  font-size: 12px;
  white-space: nowrap;
}

.mini-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.mini-price-grid article {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
  display: grid;
  gap: 5px;
}

.mini-price-grid article.featured {
  border-color: rgba(91, 223, 207, 0.45);
  background: linear-gradient(135deg, rgba(91, 223, 207, 0.16), rgba(244, 166, 73, 0.12));
}

.mini-price-grid b,
.mini-price-grid strong {
  color: #fff;
}

.mini-price-grid strong {
  font-size: 24px;
}

.mini-price-grid span {
  color: rgba(230, 250, 253, 0.68);
}

@media (max-width: 760px) {
  .mini-price-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .tv-mobile-app {
    grid-template-columns: 1fr;
    padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
  }

  .tv-side {
    min-height: auto;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    align-items: center;
  }

  .tv-side img {
    width: 92px;
  }

  .tv-side nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
  }

  .tv-side button {
    min-width: 112px;
  }

  .tv-hero-player,
  .tv-content-grid {
    grid-template-columns: 1fr;
  }

  .tv-channel-panel #channel-list {
    max-height: 420px;
  }
}

@media (max-width: 620px) {
  .tv-side {
    padding: 10px;
  }

  .tv-side img {
    width: 74px;
  }

  .tv-top,
  .tv-top-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tv-top-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .tv-hero-player {
    min-height: auto;
    padding: 10px;
  }

  .tv-hero-player video {
    min-height: 210px;
  }

  .tv-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tv-quick-grid button {
    min-height: 70px;
  }

  .tv-code-row {
    grid-template-columns: 1fr;
  }
}

/* APK phone shell */
.phone-app,
.phone-app * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.phone-app {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  padding: max(12px, env(safe-area-inset-top)) 12px calc(18px + env(safe-area-inset-bottom));
  color: #f4fdff;
  background:
    linear-gradient(90deg, rgba(125, 211, 252, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, #10242a 0%, #071417 100%);
  background-size: 58px 58px, auto;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.phone-appbar,
.phone-status-card,
.phone-panel {
  border: 1px solid rgba(125, 211, 252, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(35, 91, 93, 0.18), rgba(245, 158, 69, 0.045)),
    rgba(4, 14, 20, 0.76);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
}

.phone-appbar {
  min-height: 76px;
  padding: 10px;
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 10px;
}

.phone-appbar img {
  width: 68px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
}

.phone-appbar img.phone-app-icon {
  object-fit: contain;
  background: #18242c;
}

.phone-appbar span {
  display: block;
  color: rgba(167, 243, 232, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.phone-appbar b {
  display: block;
  margin-top: 2px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.1;
}

.phone-appbar a,
.phone-actions a {
  min-height: 40px;
  border-radius: 8px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #061316;
  background: linear-gradient(135deg, #51ece2 0%, #f5a24c 100%);
  font-weight: 950;
}

.phone-tabs {
  margin: 12px -12px 12px 0;
  padding-right: 12px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.phone-tabs::-webkit-scrollbar {
  display: none;
}

.phone-tabs button {
  min-width: 132px;
  min-height: 74px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 10px;
  color: rgba(238, 250, 252, 0.82);
  background: rgba(255, 255, 255, 0.045);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  font: inherit;
  font-weight: 950;
}

.phone-tabs button.active,
.phone-tabs button:hover {
  color: #061316;
  background: linear-gradient(135deg, #51ece2 0%, #f5a24c 100%);
  border-color: rgba(255, 255, 255, 0.18);
}

.phone-tabs span {
  min-width: 34px;
  min-height: 30px;
  border-radius: 8px;
  padding: 0 8px;
  display: inline-grid;
  place-items: center;
  color: #74f5ee;
  background: rgba(45, 212, 191, 0.1);
}

@media (max-width: 600px) {
  .phone-app .phone-tabs {
    margin: 12px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
  }

  .phone-app .phone-tabs button {
    min-width: 0;
    min-height: 76px;
    padding: 8px 5px;
    font-size: 13px;
  }

  .phone-app .phone-tabs span {
    min-width: 30px;
    min-height: 28px;
    padding: 0 5px;
  }
}

.phone-tabs button.active span,
.phone-tabs button:hover span {
  color: #061316;
  background: rgba(255, 255, 255, 0.38);
}

.phone-status-card {
  margin-bottom: 12px;
  padding: 14px;
}

.phone-status-card b,
.phone-panel .tv-panel-title b,
.phone-channel-panel .logo-channel-head b {
  color: #ffffff;
  font-size: 21px;
}

.phone-status-card p {
  margin: 8px 0 0;
  color: rgba(228, 244, 247, 0.72);
  line-height: 1.5;
}

.phone-panel {
  margin-top: 12px;
  padding: 14px;
}

.phone-panel label {
  display: block;
  margin: 12px 0 8px;
  color: rgba(236, 253, 245, 0.86);
  font-weight: 950;
}

.phone-app .field {
  width: 100%;
  min-height: 56px;
  border-radius: 8px;
  color: #f8fdff;
  background: rgba(4, 15, 20, 0.72);
  border-color: rgba(125, 211, 252, 0.18);
}

.phone-app .field::placeholder {
  color: rgba(224, 242, 254, 0.48);
}

.phone-app .logo-button {
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
}

.phone-actions {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.phone-app #player-message {
  margin-top: 10px;
}

.phone-app .direct-login-form {
  margin-top: 14px;
}

.phone-app .direct-login-form .brand-form.two {
  grid-template-columns: 1fr;
}

.phone-app .direct-login-head {
  align-items: flex-start;
  gap: 8px;
}

.phone-channel-panel .logo-channel-head {
  grid-template-columns: 1fr;
  gap: 10px;
}

.phone-app #channel-list {
  max-height: none;
  overflow: visible;
}

.phone-app .channel-row {
  border-color: rgba(125, 211, 252, 0.14);
  color: #f6fbff;
  background: rgba(6, 18, 23, 0.72);
}

.phone-app .channel-row + .channel-row {
  margin-top: 8px;
}

.phone-app .channel-row:hover,
.phone-app .channel-row.active {
  border-color: rgba(94, 234, 212, 0.55);
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.16), rgba(245, 158, 69, 0.08));
}

.phone-app .logo-sm {
  background: linear-gradient(135deg, #0ea5b7, #f59e45);
}

@media (max-width: 420px) {
  .phone-app {
    padding-inline: 10px;
  }

  .phone-appbar {
    grid-template-columns: 58px 1fr auto;
  }

  .phone-appbar img {
    width: 58px;
    height: 48px;
  }

  .phone-appbar b {
    font-size: 18px;
  }

  .phone-tabs button {
    min-width: 120px;
  }
}

.settings-screen {
  display: grid;
  gap: 12px;
}

.settings-account {
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.settings-account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.settings-account-head b {
  color: #ffffff;
  font-size: 22px;
}

.settings-account-head span {
  color: rgba(238, 250, 252, 0.8);
  font-weight: 900;
}

.settings-account dl {
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
}

.settings-account dl div {
  min-height: 42px;
  border-radius: 8px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: minmax(115px, 0.45fr) 1fr;
  gap: 10px;
  align-items: center;
  background: rgba(3, 12, 17, 0.5);
}

.settings-account dt {
  color: rgba(226, 232, 240, 0.68);
  font-weight: 850;
}

.settings-account dd {
  margin: 0;
  color: #ffffff;
  font-weight: 950;
}

.settings-counts {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.settings-counts span {
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 8px;
  padding: 10px;
  color: rgba(228, 244, 247, 0.74);
  background: rgba(3, 12, 17, 0.48);
  text-align: center;
}

.settings-counts b {
  display: block;
  color: #61eee4;
  font-size: 18px;
}

.settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.settings-grid button {
  min-height: 104px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 12px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  color: rgba(238, 250, 252, 0.84);
  background: rgba(255, 255, 255, 0.045);
  font: inherit;
  text-align: center;
}

.settings-grid button:hover,
.settings-grid button:focus-visible {
  color: #f7fbff;
  background: linear-gradient(135deg, #087fe5 0%, #32c5ee 100%);
  border-color: rgba(111, 224, 255, 0.88);
  box-shadow: 0 12px 24px rgba(0, 133, 235, 0.22);
  outline: none;
}

.settings-grid span {
  min-width: 38px;
  min-height: 34px;
  border-radius: 8px;
  padding: 0 8px;
  display: inline-grid;
  place-items: center;
  color: #74f5ee;
  background: rgba(45, 212, 191, 0.1);
  font-weight: 950;
}

.settings-grid button:hover span,
.settings-grid button:focus-visible span {
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.38);
}

.settings-grid b {
  color: inherit;
  font-size: 16px;
}

.settings-grid small {
  color: rgba(226, 232, 240, 0.62);
  font-weight: 800;
}

.smartnet-dense .settings-grid {
  gap: 7px;
}

.smartnet-dense .settings-grid button {
  min-height: 88px;
  padding: 9px;
}

@media (orientation: landscape) and (max-height: 560px) {
  .phone-app {
    height: 100vh;
    display: grid;
    grid-template-columns: minmax(250px, 0.82fr) minmax(420px, 1.18fr);
    grid-template-areas:
      "appbar tabs"
      "setup channels"
      "status channels";
    gap: 10px;
    padding: max(8px, env(safe-area-inset-top)) 10px max(8px, env(safe-area-inset-bottom));
    overflow: hidden;
  }

  .phone-appbar {
    grid-area: appbar;
    min-height: 64px;
  }

  .phone-appbar img {
    width: 58px;
    height: 46px;
  }

  .phone-appbar b {
    font-size: 18px;
  }

  .phone-tabs {
    grid-area: tabs;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
  }

  .phone-tabs button {
    min-width: 0;
    min-height: 64px;
    padding: 8px;
  }

  .phone-tabs b {
    font-size: 13px;
  }

  .phone-status-card {
    grid-area: status;
    margin: 0;
    padding: 12px;
  }

  .phone-status-card b {
    font-size: 18px;
  }

  .phone-status-card p {
    font-size: 13px;
  }

  .phone-panel {
    margin: 0;
    padding: 12px;
    min-height: 0;
  }

  .phone-app > .phone-panel:not(.phone-channel-panel) {
    grid-area: setup;
    overflow: auto;
  }

  .phone-channel-panel {
    grid-area: channels;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .phone-channel-panel .logo-channel-head {
    grid-template-columns: minmax(0, 0.75fr) minmax(180px, 0.25fr);
    align-items: end;
  }

  .phone-app #channel-list {
    min-height: 0;
    overflow: auto;
    padding-right: 2px;
  }

  .phone-app .direct-login-form {
    margin-top: 10px;
  }

  .phone-app .direct-login-form .brand-form.two {
    gap: 8px;
  }

  .phone-app .field,
  .phone-app .logo-button {
    min-height: 44px;
  }

  .phone-actions {
    grid-template-columns: 1fr 1fr;
  }

  .settings-screen {
    grid-template-columns: minmax(230px, 0.88fr) minmax(320px, 1.12fr);
    align-items: start;
  }

  .settings-account dl div {
    min-height: 36px;
    grid-template-columns: minmax(100px, 0.42fr) 1fr;
    font-size: 13px;
  }

  .settings-counts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .settings-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .settings-grid button {
    min-height: 92px;
    padding: 10px;
  }
}

/* APK WebView safe-area polish for marketing/trial/activation pages. */
@media (max-width: 720px) {
  body:has(.logo-site) {
    background: #071a1f;
  }

  .logo-site {
    min-height: 100svh;
    padding-top: calc(env(safe-area-inset-top) + 18px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 28px);
  }

  .logo-site .logo-nav {
    min-height: 68px;
    padding-top: 4px;
    align-items: start;
  }

  .logo-site .logo-hero {
    padding-top: 34px;
  }
}

@media (display-mode: standalone) and (max-width: 720px) {
  .logo-site {
    padding-top: calc(env(safe-area-inset-top) + 28px);
  }
}

@media (max-width: 720px) {
  .webview-safe-page {
    padding: max(14px, env(safe-area-inset-top)) 14px calc(64px + env(safe-area-inset-bottom)) !important;
  }

  .webview-safe-page .logo-nav.brand-header {
    width: 100%;
    min-height: 70px !important;
    margin: 0 auto !important;
    padding: 8px 10px !important;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(125, 211, 252, 0.16);
    border-radius: 8px;
    background: rgba(5, 17, 22, 0.76);
    box-shadow: 0 24px 66px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
  }

  .webview-safe-page .logo-nav.brand-header nav,
  .webview-safe-page .logo-nav.brand-header .logo-link {
    display: none !important;
  }

  .webview-safe-page .logo-nav.brand-header .logo-brand {
    width: 112px !important;
    height: 54px !important;
    max-width: none !important;
    overflow: hidden;
  }

  .webview-safe-page .logo-nav.brand-header .logo-brand img {
    width: 112px !important;
    height: 54px !important;
    object-fit: contain;
  }

  .webview-safe-page .logo-nav-actions {
    justify-content: end;
    justify-self: end;
  }

  .webview-safe-page .logo-nav-actions .logo-button {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
  }

  .webview-safe-page .brand-flow,
  .webview-safe-page .brand-flow.wide {
    width: 100%;
    min-height: auto;
    padding: 22px 0 48px !important;
    gap: 22px;
  }

  .webview-safe-page .brand-flow-copy h1 {
    margin-top: 12px;
    font-size: clamp(30px, 9.2vw, 40px) !important;
    line-height: 1.08;
  }

  .webview-safe-page .brand-flow-copy p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.54;
  }

  .webview-safe-page .brand-checks {
    gap: 10px;
    margin-top: 22px;
  }

  .webview-safe-page .brand-checks span {
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
  }
}

/* Smart TV hosted app and platform downloads */
.cinema-downloads {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0 36px;
}

.cinema-download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cinema-download-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background:
    linear-gradient(145deg, rgba(20, 184, 166, 0.12), rgba(15, 23, 42, 0.88)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

.tv-platform-logo {
  width: fit-content;
  min-width: 58px;
  height: 52px;
  padding: 0 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #041015;
  font-weight: 950;
  letter-spacing: 0;
}

.tv-platform-logo.android {
  color: #05251d;
  background: linear-gradient(135deg, #67f5dc, #f2b34d);
}

.tv-platform-logo.samsung {
  color: #ffffff;
  background: linear-gradient(135deg, #0b4cc8, #15b8ff);
}

.tv-platform-logo.lg {
  color: #ffffff;
  background: linear-gradient(135deg, #a50034, #f04c7f);
}

.tv-platform-logo.windows {
  color: #041015;
  background: linear-gradient(135deg, #67f5dc, #4ba6ff);
}

.tv-platform-logo.linux {
  color: #041015;
  background: linear-gradient(135deg, #f2b34d, #67f5dc);
}

.cinema-download-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
}

.cinema-download-grid p {
  margin: 0;
  color: rgba(225, 239, 244, 0.74);
  line-height: 1.62;
}

.cinema-download-grid a,
.cinema-tv-preview {
  width: fit-content;
  min-height: 46px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #041015;
  background: linear-gradient(135deg, #5eead4, #f2b34d);
  font-weight: 950;
}

.cinema-tv-preview {
  margin-top: 18px;
  color: #eafffb;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(125, 211, 252, 0.18);
}

.smart-tv-app {
  min-height: 100vh;
  padding: 34px;
  color: #f8fafc;
  background:
    linear-gradient(90deg, rgba(4, 15, 23, 0.95), rgba(8, 20, 30, 0.82)),
    radial-gradient(circle at 74% 22%, rgba(35, 180, 214, 0.24), transparent 32%),
    radial-gradient(circle at 35% 80%, rgba(242, 179, 77, 0.12), transparent 30%),
    #071216;
  overflow: hidden;
}

.smart-tv-topbar {
  height: 88px;
  padding: 0 22px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 290px 1fr 120px;
  align-items: center;
  gap: 20px;
  background: rgba(2, 10, 16, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
}

.smart-tv-brand img {
  width: 220px;
  max-height: 64px;
  object-fit: contain;
  display: block;
}

.smart-tv-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.smart-tv-nav button,
.smart-tv-actions a,
.smart-tv-primary {
  min-height: 54px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 8px;
  padding: 0 18px;
  color: #dffafa;
  background: rgba(255, 255, 255, 0.055);
  font-weight: 900;
  cursor: pointer;
}

.smart-tv-nav button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.smart-tv-nav button span {
  min-width: 34px;
  min-height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #061114;
  background: linear-gradient(135deg, #5eead4, #f2b34d);
}

.smart-tv-nav button.active,
.smart-tv-nav button:focus,
.smart-tv-actions a:focus,
.smart-tv-primary:focus,
.smart-tv-app input:focus,
.smart-tv-app video:focus,
.smart-tv-app .channel-row:focus {
  outline: 4px solid rgba(94, 234, 212, 0.65);
  outline-offset: 3px;
  border-color: rgba(94, 234, 212, 0.68);
  background: rgba(94, 234, 212, 0.14);
}

.smart-tv-clock {
  text-align: right;
  color: #eafffb;
  font-size: 24px;
  font-weight: 950;
}

.smart-tv-shell {
  height: calc(100vh - 122px);
  min-height: 560px;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 20px;
}

.smart-tv-sidebar {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 18px;
}

.smart-tv-code-card,
.smart-tv-channel-card,
.smart-tv-stage {
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: rgba(2, 12, 18, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 28px 82px rgba(0, 0, 0, 0.24);
}

.smart-tv-code-card {
  padding: 20px;
  display: grid;
  gap: 12px;
}

.smart-tv-code-card span,
.smart-tv-channel-card b {
  font-size: 22px;
  font-weight: 950;
}

.smart-tv-app .field {
  min-height: 54px;
  border-radius: 8px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  color: #ffffff;
  background: rgba(3, 12, 18, 0.92);
}

.smart-tv-channel-card {
  min-height: 0;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 14px;
}

.smart-tv-channel-card .logo-channel-head {
  display: grid;
  gap: 6px;
}

.smart-tv-channel-card #channel-list {
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.smart-tv-app .channel-row {
  width: 100%;
  min-height: 82px;
  margin-bottom: 10px;
  border-radius: 8px;
  text-align: left;
  background: rgba(255, 255, 255, 0.055);
}

.smart-tv-app .channel-row b {
  font-size: 19px;
}

.smart-tv-app .channel-meta {
  font-size: 15px;
}

.smart-tv-stage {
  min-width: 0;
  padding: 22px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 18px;
}

.smart-tv-video-frame {
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.smart-tv-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.smart-tv-now {
  position: absolute;
  left: 28px;
  bottom: 24px;
  max-width: min(680px, 68%);
  padding: 18px 20px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(2, 8, 13, 0.82), rgba(2, 8, 13, 0.28));
  backdrop-filter: blur(10px);
}

.smart-tv-now span {
  color: #5eead4;
  font-weight: 900;
}

.smart-tv-now h1 {
  margin: 4px 0 6px;
  font-size: clamp(38px, 4vw, 72px);
  line-height: 0.98;
}

.smart-tv-now p {
  margin: 0;
  color: rgba(226, 244, 248, 0.78);
  font-size: 18px;
}

.smart-tv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 980px) {
  .cinema-download-grid {
    grid-template-columns: 1fr;
  }
}

/* Trial and activation now reuse the same compact mobile app shell. */
.phone-page-tabs a {
  min-width: 132px;
  min-height: 74px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  padding: 10px;
  color: rgba(238, 250, 252, 0.82);
  background: rgba(255, 255, 255, 0.045);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  text-decoration: none;
  font-weight: 950;
}

.phone-page-tabs a.active,
.phone-page-tabs a:hover {
  color: #061316;
  background: linear-gradient(135deg, #51ece2 0%, #f5a24c 100%);
  border-color: rgba(255, 255, 255, 0.18);
}

.phone-page-tabs a span {
  min-width: 34px;
  min-height: 30px;
  border-radius: 8px;
  padding: 0 8px;
  display: inline-grid;
  place-items: center;
  color: #74f5ee;
  background: rgba(45, 212, 191, 0.1);
}

.phone-page-tabs a.active span,
.phone-page-tabs a:hover span {
  color: #061316;
  background: rgba(255, 255, 255, 0.38);
}

.phone-subpage .brand-form.two,
.phone-subpage .phone-form {
  grid-template-columns: 1fr;
}

.phone-subpage .brand-note {
  color: rgba(228, 244, 247, 0.68);
}

.phone-subpage .notice {
  border-radius: 8px;
}

.phone-subpage .phone-actions.full {
  grid-column: 1 / -1;
}

.phone-price-grid {
  margin-top: 12px;
  grid-template-columns: 1fr;
  gap: 10px;
}

.phone-price-grid article,
.phone-price-grid .phone-plan-card {
  border-color: rgba(125, 211, 252, 0.14);
  background:
    linear-gradient(135deg, rgba(81, 236, 226, 0.1), rgba(245, 162, 76, 0.045)),
    rgba(3, 12, 17, 0.5);
}

.phone-price-grid .phone-plan-card {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  padding: 16px;
  display: grid;
  gap: 6px;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.phone-price-grid .phone-plan-card.active {
  box-shadow:
    inset 0 0 0 2px rgba(94, 234, 212, 0.46),
    0 18px 42px rgba(0, 0, 0, 0.2);
}

.phone-price-grid article.featured,
.phone-price-grid .phone-plan-card.featured {
  border-color: rgba(94, 234, 212, 0.42);
  background:
    linear-gradient(135deg, rgba(81, 236, 226, 0.18), rgba(245, 162, 76, 0.12)),
    rgba(3, 12, 17, 0.58);
}

.phone-price-grid b,
.phone-price-grid strong,
.phone-price-grid .phone-plan-card b,
.phone-price-grid .phone-plan-card strong {
  color: #ffffff;
}

.phone-price-grid span,
.phone-price-grid .phone-plan-card span {
  color: rgba(228, 244, 247, 0.68);
}

.phone-price-grid .phone-plan-card strong {
  font-size: 28px;
}

.phone-subpage .trial-result-actions.phone-actions {
  margin-top: 12px;
}

.phone-subpage .trial-result-actions.phone-actions a {
  text-decoration: none;
}

@media (max-width: 420px) {
  .phone-page-tabs a {
    min-width: 120px;
  }
}

@media (orientation: landscape) and (max-height: 560px) {
  .phone-subpage {
    height: auto;
    min-height: 100vh;
    display: block;
    overflow: auto;
  }

  .phone-subpage .phone-appbar,
  .phone-subpage .phone-status-card,
  .phone-subpage .phone-panel {
    margin-top: 10px;
  }

  .phone-subpage .phone-appbar {
    margin-top: 0;
  }

  .phone-subpage .phone-tabs {
    margin: 10px -10px 10px 0;
    padding-right: 10px;
    display: flex;
    overflow-x: auto;
  }
}

/* Aura home: a light product-led direction for the public website. */
.aura-site {
  --aura-ink: #14204a;
  --aura-muted: #687391;
  --aura-line: rgba(20, 32, 74, 0.14);
  --aura-cyan: #17c7c3;
  --aura-blue: #3c77f3;
  --aura-violet: #7668ef;
  --aura-paper: #f2f5ff;
  min-height: 100vh;
  overflow: hidden;
  color: var(--aura-ink);
  background: var(--aura-paper);
  font-family: "Manrope", Arial, sans-serif;
}

.aura-site a {
  color: inherit;
  text-decoration: none;
}

.aura-nav {
  width: min(1240px, calc(100% - 64px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 5;
}

.aura-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
  }

  .aura-brand-logo {
    width: 186px;
    height: 54px;
    display: block;
    object-fit: contain;
    object-position: left center;
  }

.aura-brand > span:last-child {
  display: grid;
  gap: 1px;
}

.aura-brand b {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

.aura-brand small {
  color: var(--aura-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.aura-brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(60, 119, 243, 0.35);
  border-radius: 12px;
  background: linear-gradient(145deg, #14d5c9, #5069ed);
  box-shadow: 0 9px 24px rgba(60, 119, 243, 0.2);
}

.aura-brand-mark span {
  width: 15px;
  height: 15px;
  display: block;
  border: 3px solid white;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-38deg);
}

.aura-nav nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.aura-nav nav a,
.aura-nav-actions > a:first-child {
  color: #53607e;
  font-size: 12px;
  font-weight: 800;
}

.aura-nav nav a:hover,
.aura-nav-actions > a:first-child:hover,
.aura-footer nav a:hover {
  color: var(--aura-blue);
}

.aura-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.aura-nav-cta,
.aura-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #172457;
  border-radius: 6px;
  color: #fff !important;
  background: #172457;
  box-shadow: 0 12px 28px rgba(23, 36, 87, 0.18);
  font-size: 12px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.aura-nav-cta {
  min-height: 42px;
  padding: 0 17px;
}

.aura-nav-cta span,
.aura-primary span {
  font-size: 17px;
  line-height: 1;
}

.aura-nav-cta:hover,
.aura-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(23, 36, 87, 0.27);
}

.aura-hero {
  width: min(1240px, calc(100% - 64px));
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(390px, 0.8fr) minmax(560px, 1.2fr);
  align-items: center;
  position: relative;
  isolation: isolate;
}

.aura-hero::before {
  content: "";
  width: 570px;
  height: 570px;
  position: absolute;
  right: -190px;
  top: 30px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(97, 216, 210, 0.25);
  filter: blur(28px);
}

.aura-hero-copy {
  position: relative;
  z-index: 2;
  padding: 44px 0 80px;
}

.aura-eyebrow,
.aura-kicker {
  color: #4b5d8f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.aura-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #4563a1;
}

.aura-eyebrow i,
.aura-art-note-bottom i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: var(--aura-cyan);
  box-shadow: 0 0 0 5px rgba(23, 199, 195, 0.12);
}

.aura-hero h1 {
  max-width: 520px;
  margin: 25px 0 22px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.aura-hero h1 em,
.aura-section-intro em,
.aura-platform-copy em,
.aura-download-heading em,
.aura-pricing-copy em,
.aura-final em {
  color: transparent;
  background: linear-gradient(95deg, #12bfc3, #406ff0 58%, #7568ec);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}

.aura-hero-copy > p {
  max-width: 450px;
  margin: 0;
  color: var(--aura-muted);
  font-size: 15px;
  line-height: 1.8;
}

.aura-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.aura-hero-copy .aura-actions {
  margin-top: 30px;
}

.aura-primary {
  min-height: 48px;
  padding: 0 20px;
}

.aura-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border: 1px solid rgba(23, 36, 87, 0.18);
  border-radius: 6px;
  color: #283765 !important;
  background: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 900;
}

.aura-secondary:hover {
  border-color: rgba(60, 119, 243, 0.5);
  background: #fff;
}

.aura-proof {
  display: flex;
  gap: 28px;
  margin-top: 45px;
}

.aura-proof span {
  display: grid;
  gap: 3px;
  padding-right: 28px;
  border-right: 1px solid var(--aura-line);
}

.aura-proof span:last-child {
  padding-right: 0;
  border-right: 0;
}

.aura-proof b {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 23px;
}

.aura-proof small {
  color: var(--aura-muted);
  font-size: 10px;
  font-weight: 800;
}

.aura-hero-art {
  min-width: 0;
  min-height: 600px;
  position: relative;
  display: grid;
  align-items: center;
}

.aura-hero-art img {
  width: 138%;
  max-width: none;
  display: block;
  position: relative;
  z-index: 1;
  margin-left: -20%;
  filter: saturate(1.02) contrast(1.01);
}

.aura-art-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(91, 106, 227, 0.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.aura-art-orbit-one {
  width: 530px;
  height: 210px;
  right: 15px;
  top: 115px;
}

.aura-art-orbit-two {
  width: 690px;
  height: 270px;
  right: -55px;
  top: 175px;
  border-color: rgba(23, 199, 195, 0.16);
}

.aura-art-note {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  color: #fff;
  border-radius: 6px;
  background: rgba(23, 36, 87, 0.88);
  box-shadow: 0 15px 30px rgba(23, 36, 87, 0.18);
}

.aura-art-note-top {
  right: 16px;
  top: 85px;
  padding: 15px 17px;
}

.aura-art-note-top b {
  color: #7ce5df;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 23px;
}

.aura-art-note-top small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1px;
}

.aura-art-note-bottom {
  left: 20px;
  bottom: 105px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  font-size: 10px;
  font-weight: 900;
}

.aura-marquee {
  min-height: 72px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-top: 1px solid rgba(20, 32, 74, 0.1);
  border-bottom: 1px solid rgba(20, 32, 74, 0.1);
  color: #63708e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.aura-marquee i {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: var(--aura-cyan);
}

.aura-experience,
.aura-downloads,
.aura-platforms,
.aura-pricing,
.aura-final {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.aura-experience {
  padding: 125px 0 120px;
}

.aura-section-intro {
  display: grid;
  grid-template-columns: 80px 1fr 330px;
  gap: 30px;
  align-items: end;
}

.aura-section-number {
  color: #7280a2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.aura-section-intro h2,
.aura-platform-copy h2,
.aura-download-heading h2,
.aura-pricing-copy h2,
.aura-final h2 {
  margin: 14px 0 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 3.1rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.aura-section-intro > p,
.aura-platform-copy > p,
.aura-download-heading > p,
.aura-pricing-copy > p {
  margin: 0;
  color: var(--aura-muted);
  font-size: 13px;
  line-height: 1.8;
}

.aura-feature-lines {
  margin-top: 78px;
  border-top: 1px solid var(--aura-line);
}

.aura-feature-lines article {
  min-height: 100px;
  display: grid;
  grid-template-columns: 80px 1fr 40px;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--aura-line);
}

.aura-feature-lines article > span {
  color: #7a87a9;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 12px;
}

.aura-feature-lines h3 {
  margin: 0 0 4px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
}

.aura-feature-lines p {
  margin: 0;
  color: var(--aura-muted);
  font-size: 12px;
}

.aura-feature-lines article > b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(60, 119, 243, 0.25);
  border-radius: 50%;
  color: var(--aura-blue);
  font-size: 17px;
}

.aura-platforms {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.9fr);
  gap: 80px;
  align-items: center;
  padding: 0 0 128px;
}

.aura-platform-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #172457;
  box-shadow: 0 28px 60px rgba(31, 48, 112, 0.2);
}

.aura-platform-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 30, 75, 0.58), transparent 70%);
}

.aura-platform-image img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: block;
  object-fit: cover;
}

.aura-image-chip {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 12px 15px;
  border-left: 2px solid #65e6db;
  color: #fff;
  background: rgba(16, 30, 74, 0.7);
  font-size: 11px;
  line-height: 1.4;
}

.aura-image-chip b {
  color: #7ae1db;
  font-size: 10px;
  font-weight: 800;
}

.aura-platform-copy {
  padding: 18px 0;
}

.aura-platform-copy > p {
  max-width: 390px;
  margin-top: 23px;
}

.aura-device-list {
  margin-top: 32px;
  border-top: 1px solid var(--aura-line);
}

.aura-device-list span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--aura-line);
}

.aura-device-list b {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 14px;
}

.aura-device-list small {
  color: var(--aura-muted);
  font-size: 11px;
}

.aura-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: var(--aura-blue) !important;
  font-size: 12px;
  font-weight: 900;
}

.aura-text-link b {
  font-size: 19px;
}

.aura-downloads {
  padding: 95px 0 116px;
  border-top: 1px solid var(--aura-line);
}

.aura-download-heading {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 32px;
  align-items: end;
}

.aura-download-heading .aura-kicker {
  display: block;
  margin-top: 22px;
}

.aura-download-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.aura-download-grid article {
  min-height: 230px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  border: 1px solid rgba(20, 32, 74, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.aura-download-grid article:hover {
  border-color: rgba(23, 199, 195, 0.65);
  box-shadow: 0 15px 35px rgba(60, 119, 243, 0.1);
}

.aura-download-badge {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #13c9bf, #4b76ec);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

.aura-download-badge.tv { background: linear-gradient(145deg, #4b75ee, #775eea); }
.aura-download-badge.pc { background: linear-gradient(145deg, #263769, #14bfc2); }

.aura-download-grid h3 {
  margin: 0 0 6px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
}

.aura-download-grid p {
  margin: 0;
  color: var(--aura-muted);
  font-size: 11px;
  line-height: 1.6;
}

.aura-download-grid article > a,
.aura-download-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--aura-blue) !important;
  font-size: 11px;
  font-weight: 900;
}

.aura-download-grid article > a b { font-size: 16px; }
.aura-download-links { display: flex; gap: 20px; }

.aura-pricing {
  width: 100%;
  max-width: none;
  padding: 104px max(32px, calc((100% - 1240px) / 2)) 112px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  color: #fff;
  background: #172457;
}

.aura-pricing .aura-section-number,
.aura-pricing .aura-kicker { color: #95a4d1; }

.aura-pricing-copy h2 { margin-top: 16px; }
.aura-pricing-copy p { max-width: 380px; margin: 22px 0 28px; color: #aeb9d8; }
.aura-pricing-copy .aura-primary { color: var(--aura-ink) !important; border-color: #6ce2d4; background: #6ce2d4; box-shadow: none; }

.aura-price-list { border-top: 1px solid rgba(255, 255, 255, 0.2); }

.aura-price-list a {
  min-height: 104px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr auto 28px;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.aura-price-list a:hover,
.aura-price-list a.featured { background: rgba(121, 226, 216, 0.1); }
.aura-price-list > a > span { display: grid; gap: 4px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 16px; font-weight: 700; }
.aura-price-list > a > span small { color: #98a8d4; font-family: "Manrope", Arial, sans-serif; font-size: 10px; font-weight: 700; }
.aura-price-list b { font-family: "Space Grotesk", Arial, sans-serif; font-size: 24px; }
.aura-price-list b small { color: #9eacd3; font-family: "Manrope", Arial, sans-serif; font-size: 10px; font-weight: 700; }
.aura-price-list i { color: #6ce2d4; font-size: 22px; font-style: normal; }

.aura-final {
  max-width: none;
  padding: 130px max(32px, calc((100% - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 36px;
  background: linear-gradient(135deg, #eff4ff, #d8f6f3 52%, #e6e0ff);
}

.aura-final h2 { margin-bottom: 0; font-size: 4rem; }
.aura-final .aura-actions { justify-content: flex-end; }

.aura-footer {
  width: min(1240px, calc(100% - 64px));
  min-height: 105px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 45px;
}

.aura-footer p { max-width: 420px; margin: 0; color: var(--aura-muted); font-size: 10px; line-height: 1.6; }
.aura-footer nav { display: flex; gap: 18px; color: #53607e; font-size: 10px; font-weight: 800; }

@media (max-width: 1080px) {
  .aura-nav,
  .aura-hero,
  .aura-experience,
  .aura-downloads,
  .aura-footer { width: min(100% - 40px, 900px); }
  .aura-hero { grid-template-columns: 0.8fr 1.2fr; }
  .aura-hero h1 { font-size: 4.4rem; }
  .aura-hero-art { min-height: 520px; }
  .aura-hero-art img { width: 145%; margin-left: -26%; }
  .aura-platforms { width: min(100% - 40px, 900px); gap: 42px; }
  .aura-pricing { padding-left: 20px; padding-right: 20px; gap: 48px; }
  .aura-final { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 760px) {
  .aura-nav { width: calc(100% - 28px); min-height: 70px; gap: 10px; }
  .aura-nav nav { display: none; }
  .aura-nav-actions { gap: 8px; }
  .aura-nav-actions > a:first-child { display: none; }
  .aura-nav-cta { min-height: 38px; padding: 0 12px; font-size: 10px; }
  .aura-hero { width: calc(100% - 28px); min-height: 0; display: flex; flex-direction: column; align-items: stretch; }
  .aura-hero-copy { padding: 48px 0 0; }
  .aura-hero h1 { max-width: 360px; margin-top: 20px; font-size: 3.65rem; }
  .aura-hero-copy > p { font-size: 13px; line-height: 1.7; }
  .aura-proof { gap: 17px; margin-top: 32px; }
  .aura-proof span { padding-right: 17px; }
  .aura-proof b { font-size: 19px; }
  .aura-proof small { font-size: 9px; }
  .aura-hero-art { min-height: 330px; margin: 18px -14px 0; }
  .aura-hero-art img { width: 145%; margin-left: -14%; }
  .aura-art-note-top { right: 12px; top: 15px; padding: 10px 12px; }
  .aura-art-note-bottom { left: 22px; bottom: 35px; }
  .aura-art-orbit-one { width: 280px; height: 120px; right: 10px; top: 80px; }
  .aura-art-orbit-two { width: 350px; height: 150px; right: -15px; top: 105px; }
  .aura-marquee { min-height: 58px; justify-content: flex-start; overflow: hidden; gap: 15px; padding: 0 14px; white-space: nowrap; font-size: 8px; }
  .aura-experience,
  .aura-downloads,
  .aura-platforms,
  .aura-footer { width: calc(100% - 28px); }
  .aura-experience { padding: 80px 0 78px; }
  .aura-section-intro { display: block; }
  .aura-section-intro > p { margin-top: 22px; }
  .aura-section-intro h2,
  .aura-platform-copy h2,
  .aura-download-heading h2,
  .aura-pricing-copy h2 { font-size: 2.45rem; }
  .aura-feature-lines { margin-top: 48px; }
  .aura-feature-lines article { grid-template-columns: 38px 1fr 28px; gap: 12px; min-height: 105px; }
  .aura-feature-lines h3 { font-size: 15px; }
  .aura-feature-lines p { font-size: 11px; line-height: 1.5; }
  .aura-platforms { display: flex; flex-direction: column; gap: 35px; padding-bottom: 78px; }
  .aura-platform-image { width: 100%; min-height: 280px; }
  .aura-platform-image img { min-height: 280px; }
  .aura-downloads { padding: 75px 0; }
  .aura-download-heading { display: block; }
  .aura-download-heading > p { margin-top: 22px; }
  .aura-download-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .aura-download-grid article { min-height: 190px; }
  .aura-pricing { padding: 78px 14px; display: block; }
  .aura-pricing-copy { width: calc(100% - 28px); margin: 0 auto; }
  .aura-price-list { width: calc(100% - 28px); margin: 46px auto 0; }
  .aura-price-list a { min-height: 88px; padding: 0 12px; gap: 12px; }
  .aura-price-list b { font-size: 19px; }
  .aura-final { padding: 78px 14px; display: block; }
  .aura-final h2 { font-size: 2.8rem; }
  .aura-final .aura-actions { justify-content: flex-start; margin-top: 30px; }
  .aura-footer { padding: 28px 0; display: block; }
  .aura-footer p { margin: 20px 0; }
  .aura-footer nav { flex-wrap: wrap; }
}

/* Studio home: ported from the supplied landing-page direction, with SmartNet copy and links. */
.studio-site {
  --studio-bg: #090d15;
  --studio-panel: #111722;
  --studio-panel-soft: #151d2a;
  --studio-line: rgba(211, 225, 255, 0.13);
  --studio-text: #f3f6ff;
  --studio-muted: #8f9aaf;
  --studio-blue: #0797f4;
  --studio-cyan: #46d8e8;
  min-height: 100vh;
  overflow: hidden;
  color: var(--studio-text);
  background: var(--studio-bg);
  font-family: "Manrope", Arial, sans-serif;
}

.studio-site a { color: inherit; text-decoration: none; }
.studio-header { width: min(1160px, calc(100% - 48px)); min-height: 74px; margin: 0 auto; display: flex; align-items: center; gap: 34px; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--studio-line); background: rgba(9, 13, 21, 0.9); backdrop-filter: blur(18px); }
.studio-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.studio-brand > span:last-child { display: grid; gap: 1px; }
.studio-brand b { font-family: "Space Grotesk", Arial, sans-serif; font-size: 17px; line-height: 1; }
.studio-brand small { color: var(--studio-muted); font-size: 9px; font-weight: 800; line-height: 1.3; letter-spacing: 1px; text-transform: uppercase; }
.studio-brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--studio-blue); font-size: 10px; font-weight: 900; }
.studio-header nav { display: flex; align-items: center; gap: 28px; margin: 0 auto; color: var(--studio-muted); font-size: 11px; font-weight: 700; }
.studio-header nav a:hover, .studio-header-actions > a:first-child:hover { color: var(--studio-text); }
.studio-header-actions { display: flex; align-items: center; gap: 14px; color: var(--studio-text); font-size: 11px; font-weight: 800; }
.studio-quick-link { color: var(--studio-muted); white-space: nowrap; }
.studio-quick-link:hover { color: var(--studio-text); }
.studio-header-cta { min-height: 36px; padding: 0 14px; display: inline-flex; align-items: center; border-radius: 7px; color: #fff !important; background: var(--studio-blue); }
.studio-header-cta:hover, .studio-primary:hover { background: #25a8f8; box-shadow: 0 12px 25px rgba(7, 151, 244, 0.24); }
.studio-mobile-cta { display: none; }

.studio-hero { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0 60px; text-align: center; }
.studio-hero-copy { max-width: 740px; margin: 0 auto; }
.studio-pill { min-height: 28px; padding: 0 12px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(7, 151, 244, 0.32); border-radius: 999px; color: #b9c6e1; background: rgba(7, 151, 244, 0.08); font-size: 10px; font-weight: 800; }
.studio-pill i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--studio-cyan); box-shadow: 0 0 0 4px rgba(70, 216, 232, 0.12); }
.studio-hero h1 { margin: 24px 0 18px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 4.4rem; line-height: 1.04; letter-spacing: 0; }
.studio-hero h1 em, .studio-devices em, .studio-cta em { color: transparent; background: linear-gradient(90deg, #34cbed, #1595f3); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.studio-hero-copy > p { max-width: 620px; margin: 0 auto; color: var(--studio-muted); font-size: 15px; line-height: 1.75; }
.studio-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.studio-hero .studio-actions { margin-top: 28px; }
.studio-primary, .studio-outline { min-height: 45px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 7px; font-size: 11px; font-weight: 900; transition: 180ms ease; }
.studio-primary { color: #fff !important; background: var(--studio-blue); }
.studio-outline { border: 1px solid rgba(211, 225, 255, 0.2); color: #d7e2f9 !important; background: transparent; }
.studio-outline:hover { border-color: var(--studio-blue); background: rgba(7, 151, 244, 0.08); }
.studio-rating { margin-top: 18px; display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--studio-muted); font-size: 10px; }
.studio-stars { color: #ffbd4f; font-size: 14px; letter-spacing: 1px; }
.studio-hero-frame { width: min(1050px, 100%); margin: 58px auto 0; overflow: hidden; position: relative; border: 1px solid rgba(98, 178, 255, 0.25); border-radius: 14px; background: #050910; box-shadow: 0 30px 80px rgba(0, 84, 166, 0.2); }
.studio-hero-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3, 8, 17, 0.22), transparent 47%, rgba(3, 8, 17, 0.08)); }
.studio-hero-frame img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.studio-hero-caption { position: absolute; left: 22px; bottom: 20px; z-index: 1; display: grid; gap: 4px; padding-left: 12px; border-left: 2px solid var(--studio-cyan); text-align: left; }
.studio-hero-caption b { font-family: "Space Grotesk", Arial, sans-serif; font-size: 13px; }
.studio-hero-caption small { color: #b4c2dc; font-size: 9px; font-weight: 700; }

.studio-stats { min-height: 94px; padding: 0 max(24px, calc((100% - 1000px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--studio-line); border-bottom: 1px solid var(--studio-line); background: rgba(17, 23, 34, 0.65); }
.studio-stats span { min-height: 43px; display: grid; place-items: center; gap: 3px; border-right: 1px solid var(--studio-line); }
.studio-stats span:last-child { border-right: 0; }
.studio-stats b { color: #f4f7ff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 20px; }
.studio-stats small { color: var(--studio-muted); font-size: 10px; font-weight: 700; }

.studio-section, .studio-process, .studio-downloads, .studio-faq { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.studio-section-heading { max-width: 680px; }
.studio-section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.studio-overline { color: var(--studio-blue); font-size: 11px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.studio-section-heading h2, .studio-downloads h2, .studio-faq h2 { margin: 13px 0 0; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.6rem; line-height: 1.08; letter-spacing: 0; }
.studio-section-heading p { margin: 16px 0 0; color: var(--studio-muted); font-size: 13px; line-height: 1.8; }
.studio-feature-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.studio-feature-grid article { min-height: 210px; padding: 22px; border: 1px solid var(--studio-line); border-radius: 8px; background: rgba(17, 23, 34, 0.74); transition: border-color 180ms ease, transform 180ms ease; }
.studio-feature-grid article:hover { border-color: rgba(7, 151, 244, 0.62); transform: translateY(-3px); }
.studio-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(7, 151, 244, 0.36); border-radius: 10px; color: var(--studio-blue); background: rgba(7, 151, 244, 0.1); font-family: "Space Grotesk", Arial, sans-serif; font-size: 20px; }
.studio-feature-grid h3 { margin: 26px 0 7px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 16px; }
.studio-feature-grid p { margin: 0; color: var(--studio-muted); font-size: 11px; line-height: 1.7; }

.studio-process { width: 100%; max-width: none; padding-right: max(24px, calc((100% - 1160px) / 2)); padding-left: max(24px, calc((100% - 1160px) / 2)); border-top: 1px solid var(--studio-line); border-bottom: 1px solid var(--studio-line); background: rgba(17, 23, 34, 0.42); }
.studio-process-grid { max-width: 990px; margin: 55px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; }
.studio-process-grid article { position: relative; }
.studio-process-grid article::after { content: ""; width: 100%; height: 1px; position: absolute; right: -65%; top: 22px; background: var(--studio-line); }
.studio-process-grid article:last-child::after { display: none; }
.studio-process-grid b { color: rgba(7, 151, 244, 0.38); font-family: "Space Grotesk", Arial, sans-serif; font-size: 42px; }
.studio-process-grid h3 { margin: 15px 0 6px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 17px; }
.studio-process-grid p { max-width: 240px; margin: 0; color: var(--studio-muted); font-size: 11px; line-height: 1.7; }

.studio-devices { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: center; }
.studio-device-copy h2 { margin: 14px 0 18px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.75rem; line-height: 1.04; letter-spacing: 0; }
.studio-device-copy > p { max-width: 380px; margin: 0; color: var(--studio-muted); font-size: 13px; line-height: 1.8; }
.studio-device-copy ul { margin: 28px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; color: #d9e4fa; font-size: 11px; }
.studio-device-copy li { display: flex; align-items: center; gap: 10px; }
.studio-device-copy li i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--studio-cyan); background: rgba(70, 216, 232, 0.12); font-size: 10px; font-style: normal; }
.studio-text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--studio-blue) !important; font-size: 11px; font-weight: 900; }
.studio-text-link b { font-size: 18px; }
.studio-device-art { overflow: hidden; border: 1px solid rgba(98, 178, 255, 0.22); border-radius: 10px; background: #111a2b; box-shadow: 0 28px 65px rgba(0, 0, 0, 0.26); }
.studio-device-art img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }

.studio-pricing { padding: 112px max(24px, calc((100% - 1160px) / 2)); border-top: 1px solid var(--studio-line); background: #0d111a; }
.studio-price-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.studio-price-grid article { min-height: 390px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--studio-line); border-radius: 8px; background: var(--studio-panel); }
.studio-price-grid article.featured { position: relative; border-color: var(--studio-blue); box-shadow: 0 0 48px rgba(7, 151, 244, 0.13); }
.studio-popular { position: absolute; top: -11px; left: 22px; padding: 5px 10px; border-radius: 999px; color: #fff; background: var(--studio-blue); font-size: 9px; font-weight: 900; }
.studio-price-grid h3 { margin: 0; font-family: "Space Grotesk", Arial, sans-serif; font-size: 16px; }
.studio-price-grid strong { margin-top: 23px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 34px; }
.studio-price-grid strong small { color: var(--studio-muted); font-family: "Manrope", Arial, sans-serif; font-size: 10px; font-weight: 700; }
.studio-price-grid p { min-height: 42px; margin: 12px 0 0; color: var(--studio-muted); font-size: 11px; line-height: 1.6; }
.studio-price-grid ul { margin: 24px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; color: #dbe5fa; font-size: 11px; }
.studio-price-grid li::before { content: "✓"; margin-right: 9px; color: var(--studio-blue); }
.studio-price-grid article > a { min-height: 34px; margin-top: auto; display: grid; place-items: center; border: 1px solid var(--studio-line); border-radius: 6px; color: #e5edff; font-size: 11px; font-weight: 900; }
.studio-price-grid article.featured > a { border-color: var(--studio-blue); color: #fff; background: var(--studio-blue); }
.studio-price-grid article > a:hover { border-color: var(--studio-blue); }

.studio-downloads { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; }
.studio-download-list { display: grid; gap: 8px; }
.studio-download-list a { min-height: 68px; padding: 10px 14px; display: grid; grid-template-columns: 38px 1fr 22px; align-items: center; gap: 12px; border: 1px solid var(--studio-line); border-radius: 8px; background: rgba(17, 23, 34, 0.74); }
.studio-download-list a:hover { border-color: rgba(7, 151, 244, 0.55); background: var(--studio-panel-soft); }
.studio-download-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--studio-blue); font-family: "Space Grotesk", Arial, sans-serif; font-size: 12px; font-weight: 900; }
.studio-download-icon.blue { background: #4d6ff2; }
.studio-download-icon.violet { background: #825de5; }
.studio-download-icon.cyan { background: #13b9bd; }
.studio-download-list b { display: block; font-family: "Space Grotesk", Arial, sans-serif; font-size: 13px; }
.studio-download-list small { display: block; margin-top: 3px; color: var(--studio-muted); font-size: 9px; }
.studio-download-list i { color: var(--studio-blue); font-size: 19px; font-style: normal; }

.studio-faq { max-width: 850px; padding-top: 0; }
.studio-faq-list { margin-top: 46px; border-top: 1px solid var(--studio-line); }
.studio-faq details { border-bottom: 1px solid var(--studio-line); }
.studio-faq summary { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; color: #e7eeff; font-size: 13px; font-weight: 800; }
.studio-faq summary::-webkit-details-marker { display: none; }
.studio-faq summary span { color: var(--studio-blue); font-size: 20px; font-weight: 400; }
.studio-faq details[open] summary span { transform: rotate(45deg); }
.studio-faq details p { max-width: 690px; margin: -3px 35px 18px 0; color: var(--studio-muted); font-size: 11px; line-height: 1.7; }

.studio-cta { width: min(1160px, calc(100% - 48px)); margin: 0 auto 100px; padding: 76px 40px; overflow: hidden; position: relative; text-align: center; border: 1px solid rgba(7, 151, 244, 0.26); border-radius: 12px; background: radial-gradient(circle at 50% 0, rgba(7, 151, 244, 0.19), transparent 52%), var(--studio-panel); }
.studio-cta h2 { margin: 14px 0 12px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.8rem; line-height: 1.05; letter-spacing: 0; }
.studio-cta p { max-width: 480px; margin: 0 auto; color: var(--studio-muted); font-size: 13px; line-height: 1.7; }
.studio-cta .studio-actions { margin-top: 25px; }
.studio-footer { width: min(1160px, calc(100% - 48px)); min-height: 110px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 42px; border-top: 1px solid var(--studio-line); }
.studio-footer p { max-width: 390px; margin: 0; color: var(--studio-muted); font-size: 10px; line-height: 1.6; }
.studio-footer nav { display: flex; gap: 16px; color: var(--studio-muted); font-size: 10px; font-weight: 800; }
.studio-footer nav a:hover { color: var(--studio-text); }

@media (max-width: 1050px) {
  .studio-header nav { display: none; }
  .studio-header-actions { margin-left: 0; }
}

@media (max-width: 900px) {
  .studio-header, .studio-hero, .studio-section, .studio-devices, .studio-downloads, .studio-footer, .studio-cta { width: calc(100% - 32px); }
  .studio-header nav { gap: 14px; }
  .studio-header-actions { gap: 10px; }
  .studio-hero { padding-top: 70px; }
  .studio-hero h1 { font-size: 3.5rem; }
  .studio-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .studio-devices { gap: 35px; }
  .studio-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .studio-pricing { padding-right: 16px; padding-left: 16px; }
}

@media (max-width: 650px) {
  .studio-header { min-height: 64px; gap: 9px; padding: 7px 0; flex-wrap: nowrap; }
  .studio-header .studio-brand-logo { width: 74px; height: 50px; }
  .studio-header-actions { width: auto; min-width: 0; flex: 1 1 auto; margin-left: 0; order: initial; display: flex; flex-wrap: nowrap; gap: 5px; overflow-x: auto; scrollbar-width: none; }
  .studio-header-actions::-webkit-scrollbar { display: none; }
  .studio-header-actions .studio-quick-link { min-height: 28px; flex: 0 0 auto; padding: 0 6px; display: inline-flex; align-items: center; border: 1px solid rgba(211, 225, 255, 0.15); border-radius: 5px; color: #cbd8ec; background: rgba(17, 23, 34, 0.72); font-size: 8px; }
  .studio-header-actions .studio-quick-link:hover { color: #fff; border-color: rgba(7, 151, 244, 0.55); background: rgba(7, 151, 244, 0.12); }
  .studio-header-actions .studio-header-cta { min-height: 29px; padding: 0 10px; font-size: 9px; }
  .studio-mobile-cta { display: none; }
  .studio-hero { padding-top: 58px; }
  .studio-hero h1 { font-size: 2.75rem; }
  .studio-hero-copy > p { font-size: 12px; }
  .studio-rating { display: grid; gap: 6px; }
  .studio-hero-frame { margin-top: 40px; border-radius: 8px; }
  .studio-hero-caption { left: 14px; bottom: 12px; }
  .studio-hero-caption b { font-size: 11px; }
  .studio-hero-caption small { font-size: 8px; }
  .studio-stats { min-height: 80px; padding: 0 8px; }
  .studio-stats b { font-size: 14px; }
  .studio-stats small { font-size: 8px; text-align: center; }
  .studio-section, .studio-process, .studio-devices, .studio-downloads { padding-top: 78px; padding-bottom: 78px; }
  .studio-section-heading h2, .studio-downloads h2, .studio-faq h2 { font-size: 2.15rem; }
  .studio-feature-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .studio-feature-grid article { min-height: 175px; }
  .studio-process { padding-right: 16px; padding-left: 16px; }
  .studio-process-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 40px; }
  .studio-process-grid article::after { width: 1px; height: 24px; right: auto; left: 13px; top: 61px; }
  .studio-process-grid b { font-size: 34px; }
  .studio-devices { grid-template-columns: 1fr; gap: 40px; }
  .studio-device-copy h2 { font-size: 2.3rem; }
  .studio-price-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .studio-price-grid article { min-height: 330px; }
  .studio-downloads { grid-template-columns: 1fr; gap: 40px; }
  .studio-faq { padding-top: 0; }
  .studio-cta { margin-bottom: 70px; padding: 58px 18px; }
  .studio-cta h2 { font-size: 2.2rem; }
  .studio-footer { padding: 25px 0; display: block; }
  .studio-footer p { margin: 18px 0; }
  .studio-footer nav { flex-wrap: wrap; }
}

.studio-scenarios { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 112px; }
.studio-scenario-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.studio-scenario-grid article { min-height: 210px; padding: 23px; display: flex; flex-direction: column; border: 1px solid var(--studio-line); border-radius: 8px; background: linear-gradient(145deg, rgba(18, 27, 41, 0.92), rgba(12, 17, 27, 0.82)); }
.studio-scenario-grid article:hover { border-color: rgba(70, 216, 232, 0.58); }
.studio-scenario-grid article > span { color: rgba(7, 151, 244, 0.62); font-family: "Space Grotesk", Arial, sans-serif; font-size: 12px; }
.studio-scenario-grid h3 { margin: 32px 0 8px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 17px; }
.studio-scenario-grid p { margin: 0; color: var(--studio-muted); font-size: 11px; line-height: 1.7; }
.studio-scenario-grid article > b { margin-top: auto; color: #bfe9ff; font-size: 10px; }
.studio-scenario-grid article > b i { margin-left: 8px; color: var(--studio-blue); font-size: 16px; font-style: normal; }

@media (max-width: 650px) {
  .studio-scenarios { width: calc(100% - 32px); padding-bottom: 78px; }
  .studio-scenario-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .studio-scenario-grid article { min-height: 175px; }
}

.studio-auth-page { min-height: 100vh; padding: 32px 24px; overflow: hidden; position: relative; display: grid; place-items: center; color: var(--studio-text); background: #080c14; }
.studio-auth-glow { width: 420px; height: 420px; position: absolute; border-radius: 50%; pointer-events: none; filter: blur(90px); opacity: 0.18; }
.studio-auth-glow-one { top: -180px; left: 8%; background: #087fe9; }
.studio-auth-glow-two { right: -160px; bottom: -190px; background: #36c9da; }
.studio-auth-back { position: absolute; left: 24px; top: 24px; z-index: 1; color: #aab7d2 !important; font-size: 11px; font-weight: 800; }
.studio-auth-back:hover { color: #fff !important; }
.studio-auth-shell { width: min(900px, 100%); min-height: 600px; display: grid; grid-template-columns: 0.88fr 1.12fr; position: relative; z-index: 1; overflow: hidden; border: 1px solid var(--studio-line); border-radius: 10px; background: rgba(17, 23, 34, 0.92); box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32); }
.studio-auth-aside { padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--studio-line); background: linear-gradient(145deg, rgba(7, 151, 244, 0.14), rgba(17, 23, 34, 0.26) 45%, rgba(70, 216, 232, 0.04)); }
.studio-auth-aside-copy { margin-top: auto; margin-bottom: auto; }
.studio-auth-aside-copy h1 { max-width: 300px; margin: 15px 0 16px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.45rem; line-height: 1.04; letter-spacing: 0; }
.studio-auth-aside-copy p { max-width: 300px; margin: 0; color: var(--studio-muted); font-size: 12px; line-height: 1.8; }
.studio-auth-aside-copy ul { margin: 26px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; color: #dce6fa; font-size: 11px; }
.studio-auth-aside-copy li { display: flex; align-items: center; gap: 10px; }
.studio-auth-aside-copy li i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--studio-cyan); background: rgba(70, 216, 232, 0.12); font-size: 10px; font-style: normal; }
.studio-auth-aside-note { color: #8190ac; font-size: 10px; font-weight: 800; }
.studio-auth-form-panel { padding: 58px 62px; background: rgba(9, 13, 21, 0.38); }
.studio-auth-heading h2 { margin: 12px 0 8px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.25rem; line-height: 1.05; letter-spacing: 0; }
.studio-auth-heading p { margin: 0; color: var(--studio-muted); font-size: 12px; line-height: 1.7; }
.studio-auth-form { margin-top: 34px; display: grid; gap: 9px; }
.studio-auth-form > label, .studio-auth-label-row label { color: #e1e9fb; font-size: 11px; font-weight: 800; }
.studio-auth-label-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 8px; }
.studio-auth-label-row a { color: #5dc9ef !important; font-size: 10px; font-weight: 800; }
.studio-auth-input { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid rgba(211, 225, 255, 0.15); border-radius: 6px; outline: none; color: #f4f7ff; background: rgba(5, 9, 16, 0.7); font: inherit; font-size: 12px; }
.studio-auth-input::placeholder { color: #68758e; }
.studio-auth-input:focus { border-color: var(--studio-blue); box-shadow: 0 0 0 3px rgba(7, 151, 244, 0.12); }
.studio-auth-password { position: relative; }
.studio-auth-password .studio-auth-input { padding-right: 68px; }
.studio-auth-password button { position: absolute; right: 9px; top: 50%; min-height: 28px; padding: 0 7px; transform: translateY(-50%); border: 0; border-radius: 4px; color: #73cfee; background: transparent; cursor: pointer; font: inherit; font-size: 10px; font-weight: 900; }
.studio-auth-password button:hover { color: #fff; background: rgba(7, 151, 244, 0.1); }
.studio-auth-submit { min-height: 46px; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 6px; color: #fff; background: var(--studio-blue); cursor: pointer; font: inherit; font-size: 12px; font-weight: 900; }
.studio-auth-submit:hover { background: #20aaf7; }
.studio-auth-submit span { font-size: 18px; }
.studio-auth-message { margin-top: 25px; padding: 12px; border: 1px solid rgba(7, 151, 244, 0.32); border-radius: 6px; color: #beeaff; background: rgba(7, 151, 244, 0.1); font-size: 11px; line-height: 1.6; }
.studio-auth-message[hidden] { display: none; }
.studio-auth-message.success { border-color: rgba(70, 216, 232, 0.32); color: #bff5ed; background: rgba(70, 216, 232, 0.08); }
.studio-auth-switch { margin: 23px 0 0; text-align: center; color: var(--studio-muted); font-size: 11px; }
.studio-auth-switch a, .studio-auth-trial { color: #62d0ed !important; font-weight: 900; }
.studio-auth-trial { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 26px; font-size: 10px; }
.studio-auth-trial span { font-size: 16px; }

@media (max-width: 650px) {
  .studio-auth-page { padding: 70px 14px 20px; place-items: start center; }
  .studio-auth-back { top: 22px; left: 14px; }
  .studio-auth-shell { min-height: 0; display: block; border-radius: 8px; }
  .studio-auth-aside { min-height: 205px; padding: 22px; border-right: 0; border-bottom: 1px solid var(--studio-line); }
  .studio-auth-aside-copy { margin: 32px 0 0; }
  .studio-auth-aside-copy h1 { max-width: none; margin: 10px 0 0; font-size: 1.9rem; }
  .studio-auth-aside-copy p, .studio-auth-aside-copy ul, .studio-auth-aside-note { display: none; }
  .studio-auth-form-panel { padding: 32px 22px 28px; }
  .studio-auth-heading h2 { font-size: 1.85rem; }
}

/* Auth pages are not nested inside .studio-site, so keep their theme variables local. */
.studio-auth-page {
  --studio-line: rgba(211, 225, 255, 0.13);
  --studio-text: #f3f6ff;
  --studio-muted: #aab6cd;
  --studio-blue: #0797f4;
  --studio-cyan: #46d8e8;
  color: #f3f6ff !important;
}

.studio-auth-page .studio-brand b,
.studio-auth-page .studio-auth-aside-copy h1,
.studio-auth-page .studio-auth-heading h2,
.studio-auth-page .studio-auth-form > label,
.studio-auth-page .studio-auth-label-row label {
  color: #ffffff !important;
}

.studio-auth-page .studio-brand small,
.studio-auth-page .studio-auth-heading p,
.studio-auth-page .studio-auth-aside-copy p,
.studio-auth-page .studio-auth-switch {
  color: #b6c2d8 !important;
}

.studio-auth-page .studio-overline { color: #68d6f0 !important; }
.studio-auth-page .studio-auth-back { color: #e0e9fa !important; }
.studio-auth-page .studio-auth-aside-copy ul { color: #eef4ff !important; }
.studio-auth-page .studio-auth-aside-note { color: #a9b7d0 !important; }
.studio-auth-page .studio-auth-submit { background: #0797f4 !important; color: #ffffff !important; }
.studio-auth-page .studio-auth-submit:hover { background: #24aaf8 !important; }
.studio-auth-page .studio-auth-trial,
.studio-auth-page .studio-auth-switch a,
.studio-auth-page .studio-auth-label-row a { color: #73dbf4 !important; }
.studio-auth-page .studio-auth-input { color: #ffffff !important; background: #080e18 !important; }
.studio-auth-page .studio-auth-input::placeholder { color: #93a1ba !important; }
.studio-auth-page .studio-auth-password button { color: #73dbf4 !important; }
.studio-auth-page .studio-auth-message { color: #d5f5ff !important; }
.studio-price-grid li::before { content: "+"; }

/* Match the supplied design's brighter typography and improve scanning contrast. */
.studio-site {
  --studio-text: #ffffff;
  --studio-muted: #b7c3d8;
  --studio-line: rgba(220, 231, 255, 0.18);
}

.studio-site h1,
.studio-site h2,
.studio-site h3,
.studio-site .studio-brand b,
.studio-site .studio-header-actions,
.studio-site .studio-feature-grid h3,
.studio-site .studio-process-grid h3,
.studio-site .studio-price-grid h3,
.studio-site .studio-download-list b,
.studio-site .studio-scenario-grid h3 {
  color: #ffffff !important;
}

.studio-site .studio-header nav,
.studio-site .studio-header-actions > a:first-child,
.studio-site .studio-rating,
.studio-site .studio-stats small,
.studio-site .studio-hero-caption small,
.studio-site .studio-section-heading p,
.studio-site .studio-feature-grid p,
.studio-site .studio-process-grid p,
.studio-site .studio-device-copy > p,
.studio-site .studio-price-grid p,
.studio-site .studio-download-list small,
.studio-site .studio-faq details p,
.studio-site .studio-cta p,
.studio-site .studio-footer p,
.studio-site .studio-footer nav,
.studio-site .studio-scenario-grid p {
  color: #b7c3d8 !important;
}

.studio-site .studio-header nav a,
.studio-site .studio-header-actions > a:first-child,
.studio-site .studio-footer nav a {
  color: #c7d2e6 !important;
}

.studio-site .studio-pill { color: #d2e0f5 !important; }
.studio-site .studio-stats b { color: #ffffff !important; }
.studio-site .studio-device-copy ul,
.studio-site .studio-price-grid ul { color: #e5ecfa !important; }
.studio-site .studio-faq summary { color: #ffffff !important; }

.studio-flow-page {
  --flow-bg: #090d15;
  --flow-panel: #111722;
  --flow-line: rgba(220, 231, 255, 0.18);
  --flow-text: #ffffff;
  --flow-muted: #b7c3d8;
  --flow-blue: #0797f4;
  --flow-cyan: #46d8e8;
  min-height: 100vh;
  overflow: hidden;
  color: var(--flow-text);
  background: radial-gradient(circle at 80% 18%, rgba(7, 151, 244, 0.12), transparent 28%), var(--flow-bg);
  font-family: "Manrope", Arial, sans-serif;
}

.studio-flow-page a { color: inherit; text-decoration: none; }
.studio-flow-header { width: min(1160px, calc(100% - 48px)); min-height: 74px; margin: 0 auto; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--flow-line); }
.studio-flow-header nav { display: flex; align-items: center; gap: 25px; margin-left: auto; color: #c7d2e6; font-size: 11px; font-weight: 800; }
.studio-flow-header nav a:hover, .studio-flow-header nav a.active { color: #fff; }
.studio-flow-header nav a.active { color: #67d8f1; }
.studio-flow-header-cta { min-height: 36px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; border-radius: 6px; color: #fff !important; background: var(--flow-blue); font-size: 10px; font-weight: 900; }
.studio-flow-header-cta span { font-size: 16px; }
.studio-flow-hero { width: min(1160px, calc(100% - 48px)); min-height: 420px; margin: 0 auto; padding: 75px 0 55px; display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 38px; }
.studio-flow-hero.compact { min-height: 380px; }
.studio-flow-hero-copy h1 { margin: 15px 0 17px; color: #ffffff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 3.55rem; line-height: 1.02; letter-spacing: 0; }
.studio-flow-hero-copy h1 em, .studio-flow-side h2 em { color: transparent; background: linear-gradient(90deg, #34cbed, #1595f3); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.studio-flow-hero-copy > p { max-width: 440px; margin: 0; color: var(--flow-muted); font-size: 13px; line-height: 1.8; }
.studio-flow-points { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.studio-flow-points span { padding: 9px 11px; border: 1px solid rgba(70, 216, 232, 0.2); border-radius: 5px; color: #dce7fb; background: rgba(70, 216, 232, 0.07); font-size: 9px; font-weight: 800; }
.studio-flow-art { overflow: hidden; position: relative; border: 1px solid rgba(7, 151, 244, 0.32); border-radius: 9px; background: #0a101b; box-shadow: 0 26px 65px rgba(0, 0, 0, 0.25); }
.studio-flow-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 10, 18, 0.22), transparent 55%); pointer-events: none; }
.studio-flow-art img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.studio-flow-shell { width: min(1000px, calc(100% - 48px)); margin: 0 auto 90px; display: grid; grid-template-columns: 0.72fr 1.28fr; border: 1px solid var(--flow-line); border-radius: 9px; background: rgba(17, 23, 34, 0.86); box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25); }
.studio-flow-shell.activate { grid-template-columns: 0.62fr 1.38fr; }
.studio-flow-side { padding: 40px 32px; border-right: 1px solid var(--flow-line); background: linear-gradient(145deg, rgba(7, 151, 244, 0.15), rgba(17, 23, 34, 0.2)); }
.studio-flow-side h2 { margin: 15px 0 17px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2.4rem; line-height: 1.04; letter-spacing: 0; }
.studio-flow-side p { margin: 0; color: var(--flow-muted); font-size: 12px; line-height: 1.75; }
.studio-flow-side > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 32px; color: #6eddf2 !important; font-size: 11px; font-weight: 900; }
.studio-flow-side > a span { font-size: 17px; }
.studio-flow-card { padding: 40px 48px; }
.studio-flow-card-heading h2 { margin: 10px 0 7px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 2rem; line-height: 1.05; letter-spacing: 0; }
.studio-flow-card-heading p { margin: 0; color: var(--flow-muted); font-size: 11px; line-height: 1.7; }
.studio-flow-form { margin-top: 28px; display: grid; gap: 8px; }
.studio-flow-form > label { color: #ffffff; font-size: 11px; font-weight: 900; }
.studio-flow-input { width: 100%; min-height: 43px; padding: 0 12px; border: 1px solid rgba(220, 231, 255, 0.17); border-radius: 5px; outline: none; color: #fff; background: #080e18; font: inherit; font-size: 11px; }
.studio-flow-input:focus { border-color: var(--flow-blue); box-shadow: 0 0 0 3px rgba(7, 151, 244, 0.12); }
.studio-flow-input::placeholder { color: #91a0b9; }
.studio-flow-note { margin: 8px 0 5px; color: #b7c3d8; font-size: 10px; line-height: 1.6; }
.studio-flow-submit { min-height: 44px; margin-top: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 5px; color: #fff; background: var(--flow-blue); cursor: pointer; font: inherit; font-size: 11px; font-weight: 900; }
.studio-flow-submit:hover { background: #24aaf8; }
.studio-flow-submit span { font-size: 17px; }
.studio-flow-links, .studio-flow-result-links { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 20px; color: #73dbf4; font-size: 10px; font-weight: 900; }
.studio-flow-links a:hover, .studio-flow-result-links a:hover { color: #fff; }
.studio-flow-message { margin-top: 22px; padding: 12px; border: 1px solid rgba(7, 151, 244, 0.3); border-radius: 5px; color: #d5f5ff; background: rgba(7, 151, 244, 0.1); font-size: 11px; line-height: 1.6; }
.studio-flow-message[hidden] { display: none; }
.studio-flow-message.success { border-color: rgba(70, 216, 232, 0.35); color: #c5f7ef; background: rgba(70, 216, 232, 0.09); }
.studio-flow-message.error { border-color: rgba(248, 113, 113, 0.35); color: #ffd3d3; background: rgba(248, 113, 113, 0.1); }
.studio-plan-grid { margin-top: 25px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.studio-plan-card { min-height: 112px; padding: 13px; display: grid; align-content: center; gap: 4px; position: relative; border: 1px solid var(--flow-line); border-radius: 6px; color: #fff; background: #111a27; cursor: pointer; text-align: left; font: inherit; }
.studio-plan-card:hover, .studio-plan-card.active { border-color: var(--flow-blue); background: rgba(7, 151, 244, 0.13); }
.studio-plan-card.featured { border-color: var(--flow-blue); box-shadow: 0 0 28px rgba(7, 151, 244, 0.12); }
.studio-plan-popular { position: absolute; top: -9px; right: 10px; padding: 4px 7px; border-radius: 999px; color: #fff; background: var(--flow-blue); font-size: 8px; font-weight: 900; }
.studio-plan-link { text-decoration: none; }
.studio-plan-card b { font-size: 11px; }
.studio-plan-card strong { font-family: "Space Grotesk", Arial, sans-serif; font-size: 21px; }
.studio-plan-card small { color: #b7c3d8; font-size: 9px; }
.studio-flow-form .hidden { display: none !important; }
.studio-flow-footer { width: min(1000px, calc(100% - 48px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--flow-line); color: #9daac1; font-size: 10px; }
.studio-flow-footer nav { display: flex; gap: 16px; color: #c7d2e6; font-size: 10px; font-weight: 800; }
.studio-flow-footer nav a:hover { color: #fff; }

@media (max-width: 800px) {
  .studio-flow-header, .studio-flow-hero, .studio-flow-footer { width: calc(100% - 32px); }
  .studio-flow-header nav { gap: 12px; }
  .studio-flow-header-cta { display: none; }
  .studio-flow-hero { padding-top: 58px; grid-template-columns: 1fr; }
  .studio-flow-hero-copy h1 { font-size: 2.75rem; }
  .studio-flow-art { margin-top: 10px; }
  .studio-flow-shell, .studio-flow-shell.activate { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .studio-flow-side { padding: 28px 24px; border-right: 0; border-bottom: 1px solid var(--flow-line); }
  .studio-flow-side h2 { font-size: 2rem; }
  .studio-flow-card { padding: 30px 24px; }
  .studio-plan-grid { grid-template-columns: 1fr; }
  .studio-plan-card { min-height: 72px; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; }
  .studio-flow-footer { min-height: 105px; display: block; padding: 20px 0; }
  .studio-flow-footer nav { margin-top: 14px; }
}

@media (max-width: 480px) {
  .studio-flow-header { min-height: 64px; }
  .studio-flow-header nav { gap: 8px; font-size: 9px; }
  .studio-flow-header nav a:nth-child(1) { display: none; }
  .studio-flow-hero-copy h1 { font-size: 2.35rem; }
  .studio-flow-points { display: grid; }
  .studio-flow-points span { text-align: center; }
  .studio-flow-card-heading h2 { font-size: 1.7rem; }
}

.studio-mobile-page {
  --mobile-bg: #090d15;
  --mobile-panel: #111722;
  --mobile-line: rgba(220, 231, 255, 0.18);
  --mobile-text: #ffffff;
  --mobile-muted: #b7c3d8;
  --mobile-blue: #0797f4;
  min-height: 100vh;
  overflow: hidden;
  color: var(--mobile-text);
  background: radial-gradient(circle at 78% 10%, rgba(7, 151, 244, 0.13), transparent 27%), var(--mobile-bg);
  font-family: "Manrope", Arial, sans-serif;
}
.studio-mobile-page a { color: inherit; text-decoration: none; }
.studio-mobile-header { width: min(1160px, calc(100% - 48px)); min-height: 74px; margin: 0 auto; display: flex; align-items: center; gap: 30px; border-bottom: 1px solid var(--mobile-line); }
.studio-mobile-header nav { display: flex; gap: 23px; margin-left: auto; color: #c7d2e6; font-size: 11px; font-weight: 800; }
.studio-mobile-header nav a:hover, .studio-mobile-header nav a.active { color: #fff; }
.studio-mobile-trial { min-height: 34px; padding: 0 13px; display: inline-flex; align-items: center; border-radius: 6px; color: #fff !important; background: var(--mobile-blue); font-size: 10px; font-weight: 900; }
.studio-mobile-player { width: min(1160px, calc(100% - 48px)); margin: 24px auto 0; padding: 15px; display: grid; grid-template-columns: 0.64fr 1.36fr; align-items: center; gap: 16px; border: 1px solid var(--mobile-line); border-radius: 9px; background: linear-gradient(135deg, rgba(17, 23, 34, 0.94), rgba(7, 20, 37, 0.86)); box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18); }
.studio-mobile-player-copy { padding: 12px 10px 12px 5px; }
.studio-mobile-player-copy h2 { margin: 11px 0 7px; color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 1.65rem; letter-spacing: 0; }
.studio-mobile-player-copy p { max-width: 290px; margin: 0; color: var(--mobile-muted); font-size: 11px; line-height: 1.7; }
.studio-mobile-player video { display: block; width: 100%; aspect-ratio: 16 / 9; border: 1px solid rgba(220, 231, 255, 0.14); border-radius: 7px; background: #03060c; object-fit: contain; }
.studio-mobile-hero { width: min(1160px, calc(100% - 48px)); min-height: 425px; margin: 0 auto; padding: 74px 0 52px; display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 50px; }
.studio-mobile-copy h1 { margin: 13px 0 16px; color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 3.5rem; line-height: 1.02; letter-spacing: 0; }
.studio-mobile-copy h1 em { color: transparent; background: linear-gradient(90deg, #34cbed, #1595f3); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.studio-mobile-copy > p { max-width: 410px; margin: 0; color: var(--mobile-muted); font-size: 13px; line-height: 1.8; }
.studio-mobile-actions { display: flex; gap: 9px; margin-top: 25px; }
.studio-mobile-actions a { min-height: 41px; padding: 0 15px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--mobile-line); border-radius: 6px; color: #dce8fb; font-size: 10px; font-weight: 900; }
.studio-mobile-actions a:first-child { border-color: var(--mobile-blue); color: #fff; background: var(--mobile-blue); }
.studio-mobile-actions a:hover { border-color: var(--mobile-blue); }
.studio-mobile-actions span { font-size: 16px; }
.studio-mobile-art { overflow: hidden; position: relative; border: 1px solid rgba(7, 151, 244, 0.28); border-radius: 9px; background: #0b111e; box-shadow: 0 25px 65px rgba(0, 0, 0, 0.26); }
.studio-mobile-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 10, 18, 0.24), transparent 55%); }
.studio-mobile-art img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.studio-mobile-art span { position: absolute; right: 15px; bottom: 13px; z-index: 1; color: #c8eaff; font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
.studio-mobile-categories { width: min(1160px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.studio-mobile-categories button { min-height: 78px; padding: 10px; display: grid; place-items: center; gap: 6px; border: 1px solid var(--mobile-line); border-radius: 7px; color: #c6d1e5; background: var(--mobile-panel); cursor: pointer; font: inherit; }
.studio-mobile-categories button:hover, .studio-mobile-categories button.active { border-color: var(--mobile-blue); color: #fff; background: rgba(7, 151, 244, 0.14); }
.studio-mobile-categories span { min-width: 27px; min-height: 24px; display: grid; place-items: center; border-radius: 6px; color: #76def0; background: rgba(70, 216, 232, 0.12); font-size: 13px; font-weight: 900; }
.studio-mobile-categories b { font-size: 11px; }
.studio-mobile-content { width: min(1160px, calc(100% - 48px)); margin: 13px auto 95px; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 13px; align-items: start; }
.studio-mobile-setup, .studio-mobile-channels { min-height: 320px; padding: 28px; border: 1px solid var(--mobile-line); border-radius: 8px; background: rgba(17, 23, 34, 0.86); }
.studio-mobile-card-heading { margin-bottom: 23px; }
.studio-mobile-card-heading h2 { margin: 9px 0 6px; color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 1.75rem; letter-spacing: 0; }
.studio-mobile-card-heading p, .studio-mobile-card-heading > span:last-child { margin: 0; color: var(--mobile-muted); font-size: 11px; line-height: 1.6; }
.studio-mobile-setup > label { display: block; margin-bottom: 7px; color: #fff; font-size: 11px; font-weight: 900; }
.studio-mobile-code-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.studio-mobile-code-row .studio-flow-submit { min-width: 132px; margin: 0; }
.studio-mobile-page #player-message { margin-top: 14px; }
.studio-mobile-page #player-message .notice { border: 1px solid rgba(70, 216, 232, 0.26); border-radius: 5px; color: #d7f8f2; background: rgba(70, 216, 232, 0.1); font-size: 10px; }
.studio-mobile-page #player-message .notice.error { border-color: rgba(248, 113, 113, 0.35); color: #ffd3d3; background: rgba(248, 113, 113, 0.1); }
.studio-mobile-page #direct-login-section { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--mobile-line); }
.studio-mobile-page .direct-login-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; color: #fff; font-size: 12px; }
.studio-mobile-page .direct-login-head span { padding: 6px 8px; border-radius: 999px; color: #9debe6; background: rgba(70, 216, 232, 0.12); font-size: 9px; }
.studio-mobile-page .direct-login-form { display: grid; gap: 8px; }
.studio-mobile-page .direct-login-form label { display: grid; gap: 6px; color: #fff; font-size: 10px; font-weight: 800; }
.studio-mobile-page .direct-login-form .field { min-height: 40px; width: 100%; padding: 0 11px; border: 1px solid rgba(220, 231, 255, 0.15); border-radius: 5px; color: #fff; background: #080e18; font: inherit; font-size: 10px; }
.studio-mobile-page .direct-login-form .logo-button { min-height: 41px; margin-top: 7px; border: 0; border-radius: 5px; color: #fff; background: var(--mobile-blue); cursor: pointer; font: inherit; font-size: 10px; font-weight: 900; }
.studio-mobile-page .direct-login-form .logo-button:hover { background: #24aaf8; }
.studio-mobile-page .direct-login-change { width: 100%; margin: 0 0 12px; border: 1px solid var(--mobile-line); border-radius: 5px; color: #cfe4fa; background: transparent; }
.studio-mobile-channels .logo-channel-head { display: grid; gap: 13px; margin-bottom: 15px; }
.studio-mobile-channels .logo-channel-head > div { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.studio-mobile-channels .logo-channel-head b { color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 1.75rem; }
.studio-mobile-channels .logo-channel-head span { color: var(--mobile-muted); font-size: 10px; }
.studio-mobile-channels .field { min-height: 41px; width: 100%; padding: 0 11px; border: 1px solid rgba(220, 231, 255, 0.15); border-radius: 5px; color: #fff; background: #080e18; font: inherit; font-size: 10px; }
.studio-mobile-channel-list { display: grid; gap: 5px; max-height: 480px; overflow-y: auto; }
.studio-mobile-channel-list .channel-row { min-height: 58px; padding: 8px 10px; display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 10px; border: 1px solid rgba(220, 231, 255, 0.1); border-radius: 5px; color: #edf4ff; background: #111a27; cursor: pointer; text-align: left; font: inherit; }
.studio-mobile-channel-list .channel-row:hover, .studio-mobile-channel-list .channel-row.active { border-color: var(--mobile-blue); background: rgba(7, 151, 244, 0.13); }
.studio-mobile-channel-list .channel-row b { display: block; font-size: 10px; }
.studio-mobile-channel-list .channel-meta { margin-top: 3px; color: #aab8ce; font-size: 9px; }
.studio-mobile-channel-list .logo-sm { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: linear-gradient(145deg, #14bfc2, #4a70ed); font-size: 11px; font-weight: 900; object-fit: cover; }
.studio-mobile-channel-list .channel-empty { padding: 20px; border: 1px dashed var(--mobile-line); border-radius: 5px; color: var(--mobile-muted); font-size: 10px; line-height: 1.6; text-align: center; }
.studio-mobile-footer { width: min(1160px, calc(100% - 48px)); min-height: 74px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--mobile-line); color: #aab7cc; font-size: 10px; }
.studio-mobile-footer nav { display: flex; gap: 16px; color: #d0dbef; font-size: 10px; font-weight: 800; }
.studio-mobile-footer nav a:hover { color: #fff; }

/* Keep the in-app settings screen consistent with the mobile Studio theme. */
.studio-mobile-page .settings-screen { gap: 12px; }
.studio-mobile-page .settings-account { border-color: var(--mobile-line); border-radius: 7px; padding: 16px; background: rgba(8, 14, 24, 0.64); }
.studio-mobile-page .settings-account-head b { color: #fff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 1.35rem; }
.studio-mobile-page .settings-account-head span { color: var(--mobile-muted); font-size: 10px; }
.studio-mobile-page .settings-account dl { margin-top: 13px; gap: 6px; }
.studio-mobile-page .settings-account dl div { min-height: 40px; border: 1px solid rgba(220, 231, 255, 0.08); border-radius: 5px; background: rgba(17, 23, 34, 0.8); }
.studio-mobile-page .settings-account dt { color: #aebbd0; font-size: 10px; }
.studio-mobile-page .settings-account dd { color: #fff; font-size: 10px; }
.studio-mobile-page .settings-counts { gap: 6px; }
.studio-mobile-page .settings-counts span { border-color: rgba(220, 231, 255, 0.1); border-radius: 5px; padding: 8px 5px; color: var(--mobile-muted); background: rgba(17, 23, 34, 0.8); font-size: 9px; }
.studio-mobile-page .settings-counts b { color: #62d9f3; font-size: 16px; }
.studio-mobile-page .settings-grid { gap: 7px; }
.studio-mobile-page .settings-grid button { min-height: 94px; border-color: rgba(220, 231, 255, 0.12); border-radius: 6px; padding: 9px; color: #e5efff; background: #111722; cursor: pointer; }
.studio-mobile-page .settings-grid button:hover, .studio-mobile-page .settings-grid button:focus-visible { color: #fff; border-color: var(--mobile-blue); background: rgba(7, 151, 244, 0.16); outline: none; }
.studio-mobile-page .settings-grid span { min-width: 32px; min-height: 28px; border-radius: 6px; color: #6de2f2; background: rgba(70, 216, 232, 0.11); font-size: 10px; }
.studio-mobile-page .settings-grid b { color: inherit; font-size: 10px; }
.studio-mobile-page .settings-grid small { color: #9eacc2; font-size: 9px; }

@media (max-width: 850px) {
  .studio-mobile-page { padding-top: max(24px, env(safe-area-inset-top)); padding-bottom: max(28px, env(safe-area-inset-bottom)); }
  .studio-mobile-header, .studio-mobile-player, .studio-mobile-hero, .studio-mobile-categories, .studio-mobile-content, .studio-mobile-footer { width: calc(100% - 32px); }
  .studio-mobile-player { grid-template-columns: 1fr; }
  .studio-mobile-hero { grid-template-columns: 1fr; gap: 30px; padding-top: 58px; }
  .studio-mobile-copy h1 { font-size: 2.9rem; }
  .studio-mobile-content { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .studio-mobile-header { min-height: 64px; }
  .studio-mobile-header nav { gap: 9px; font-size: 9px; }
  .studio-mobile-header nav a:first-child { display: none; }
  .studio-mobile-trial { padding: 0 9px; font-size: 9px; }
  .studio-mobile-hero { padding-top: 46px; }
  .studio-mobile-player { margin-top: 16px; padding: 10px; gap: 8px; }
  .studio-mobile-player-copy { padding: 8px 6px 4px; }
  .studio-mobile-player-copy h2 { font-size: 1.25rem; }
  .studio-mobile-page .settings-account-head b { font-size: 1.15rem; }
  .studio-mobile-page .settings-account dl div { grid-template-columns: 1fr; gap: 3px; padding: 8px 10px; }
  .studio-mobile-page .settings-counts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio-mobile-copy h1 { font-size: 2.35rem; }
  .studio-mobile-categories { grid-template-columns: repeat(2, 1fr); }
  .studio-mobile-categories button:last-child { grid-column: span 2; }
  .studio-mobile-content { margin-bottom: 60px; }
  .studio-mobile-setup, .studio-mobile-channels { padding: 20px; }
  .studio-mobile-code-row { grid-template-columns: 1fr; }
  .studio-mobile-code-row .studio-flow-submit { width: 100%; }
  .studio-mobile-footer { min-height: 105px; display: block; padding: 20px 0; }
  .studio-mobile-footer nav { margin-top: 14px; flex-wrap: wrap; }
}

/* Restore the compact phone screen while matching the current website palette. */
.phone-app {
  padding-top: max(24px, env(safe-area-inset-top));
  padding-bottom: max(28px, env(safe-area-inset-bottom));
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(91, 181, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 80% 0%, rgba(7, 151, 244, 0.15), transparent 34%),
    #090d15;
  background-size: 58px 58px, auto, auto;
}
.phone-appbar,
.phone-status-card,
.phone-panel {
  border-color: rgba(119, 185, 255, 0.2);
  background: linear-gradient(145deg, rgba(15, 30, 52, 0.94), rgba(10, 17, 29, 0.94));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}
.phone-appbar span { color: #a8c7e9; }
.phone-appbar a,
.phone-actions a,
.phone-app .logo-button { color: #ffffff; background: linear-gradient(135deg, #078fe9 0%, #57c9ee 100%); }
.phone-tabs button { color: #c4d5ea; border-color: rgba(119, 185, 255, 0.17); background: #111a2a; }
.phone-tabs button.active,
.phone-tabs button:hover { color: #ffffff; border-color: rgba(86, 205, 255, 0.7); background: #087fd0; }
.phone-tabs span { color: #73dff5; background: rgba(7, 151, 244, 0.15); }
.phone-tabs button.active span,
.phone-tabs button:hover span { color: #ffffff; background: rgba(255, 255, 255, 0.18); }

.smartnet-parental-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2, 8, 20, 0.78);
  backdrop-filter: blur(12px);
}

.smartnet-parental-card {
  position: relative;
  width: min(430px, 100%);
  padding: 28px;
  border: 1px solid rgba(69, 183, 255, 0.38);
  border-radius: 18px;
  color: #f7fbff;
  background: linear-gradient(145deg, rgba(15, 32, 58, 0.98), rgba(8, 16, 31, 0.98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48), 0 0 45px rgba(0, 150, 255, 0.12);
}

.smartnet-parental-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(193, 219, 244, 0.2);
  border-radius: 50%;
  color: #cfe7ff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

.smartnet-parental-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #087fe5, #27c7e8);
  font-size: 23px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 145, 235, 0.25);
}

.smartnet-parental-card h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(22px, 4vw, 30px);
}

.smartnet-parental-card p {
  margin: 10px 0 22px;
  color: #c4d5e8;
  line-height: 1.55;
}

.smartnet-parental-form {
  display: grid;
  gap: 13px;
}

.smartnet-parental-form label {
  display: grid;
  gap: 7px;
  color: #e7f2ff;
  font-size: 13px;
  font-weight: 800;
}

.smartnet-parental-form input {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1px solid rgba(137, 190, 238, 0.24);
  border-radius: 10px;
  outline: none;
  color: #ffffff;
  background: rgba(2, 10, 22, 0.82);
  font: inherit;
  letter-spacing: 0.18em;
}

.smartnet-parental-form input:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15);
}

.smartnet-parental-error {
  min-height: 20px;
  color: #fda4af;
  font-size: 13px;
  font-weight: 700;
}

.smartnet-parental-actions {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 10px;
}

.smartnet-parental-actions button {
  min-height: 44px;
  border: 1px solid rgba(137, 190, 238, 0.24);
  border-radius: 10px;
  color: #e8f4ff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.smartnet-parental-actions .smartnet-parental-submit {
  border-color: rgba(83, 198, 255, 0.72);
  color: #ffffff;
  background: linear-gradient(135deg, #087fe5, #25bde5);
}

.smartnet-parental-actions button:hover,
.smartnet-parental-actions button:focus-visible,
.smartnet-parental-close:hover,
.smartnet-parental-close:focus-visible {
  outline: none;
  filter: brightness(1.12);
}

@media (max-width: 520px) {
  .smartnet-parental-card { padding: 24px 18px 18px; }
  .smartnet-parental-actions { grid-template-columns: 1fr; }
}
.phone-status-card p { color: #b8c9df; }
.phone-panel label { color: #ffffff; }
.phone-app .field { color: #ffffff; background: #080f1b; border-color: rgba(119, 185, 255, 0.2); }
.phone-app .field::placeholder { color: #8397b2; }
.phone-app .channel-row { color: #ffffff; border-color: rgba(119, 185, 255, 0.15); background: #111a27; }
.phone-app .channel-row:hover,
.phone-app .channel-row.active { border-color: rgba(86, 205, 255, 0.72); background: rgba(7, 151, 244, 0.16); }
.phone-app .logo-sm { background: linear-gradient(135deg, #078fe9, #6bd9ed); }

/* Channel actions stay compact while making favorites discoverable on every player screen. */
.channel-row .channel-favorite {
  margin-left: auto;
  flex: 0 0 34px;
  min-width: 34px;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #8fa5bd;
  background: rgba(255, 255, 255, 0.06);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}
.channel-row .channel-favorite:hover,
.channel-row .channel-favorite:focus-visible,
.channel-row .channel-favorite.active {
  color: #ffd166;
  background: rgba(255, 209, 102, 0.15);
  outline: none;
  transform: scale(1.06);
}

/* Use the supplied SmartNet logo across the active studio pages. */
.studio-brand-logo {
  width: 104px;
  height: 62px;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
}
.studio-auth-aside .studio-brand-logo {
  width: 136px;
  height: 92px;
}
.studio-footer .studio-brand-logo {
  width: 108px;
  height: 68px;
}
@media (max-width: 760px) {
  .studio-header .studio-brand-logo {
    width: 74px;
    height: 50px;
  }
  .studio-flow-header .studio-brand-logo,
  .studio-mobile-header .studio-brand-logo {
    width: 82px;
    height: 56px;
  }
  .studio-auth-aside .studio-brand-logo {
    width: 104px;
    height: 72px;
  }
}

/* Live polish pass: keep the existing Studio structure and make the visual system
   more deliberate without changing player, form, or API behavior. */
.studio-site {
  --studio-bg: #070b12;
  --studio-panel: #0d1522;
  --studio-panel-soft: #111c2c;
  --studio-line: rgba(154, 190, 226, 0.2);
  --studio-text: #f8fbff;
  --studio-muted: #a9b9cf;
  --studio-blue: #099fe8;
  --studio-cyan: #56e0ed;
  min-height: 100vh;
  background-color: var(--studio-bg);
  background-image:
    linear-gradient(rgba(91, 152, 208, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 152, 208, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
}

.studio-site .studio-header {
  width: min(1240px, calc(100% - 48px));
  min-height: 78px;
  border-bottom-color: rgba(154, 190, 226, 0.22);
  background: rgba(7, 11, 18, 0.9);
}

.studio-site .studio-brand {
  flex: 0 0 auto;
}

.studio-site .studio-brand-logo {
  filter: drop-shadow(0 8px 18px rgba(0, 169, 236, 0.18));
}

.studio-site .studio-header nav {
  gap: 22px;
  color: #d8e5f5;
}

.studio-site .studio-header nav a,
.studio-site .studio-header-actions > a:first-child {
  position: relative;
  transition: color 160ms ease;
}

.studio-site .studio-header nav a::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  border-radius: 2px;
  background: var(--studio-cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.studio-site .studio-header nav a:hover::after,
.studio-site .studio-header nav a:focus-visible::after {
  transform: scaleX(1);
}

.studio-site .studio-header-cta,
.studio-site .studio-primary,
.studio-site .studio-price-grid article.featured > a {
  border: 1px solid rgba(117, 233, 255, 0.6);
  background: linear-gradient(135deg, #0bc8e8, #087fe5);
  box-shadow: 0 10px 25px rgba(0, 143, 230, 0.14);
}

.studio-site .studio-header-cta:hover,
.studio-site .studio-primary:hover,
.studio-site .studio-price-grid article.featured > a:hover {
  background: linear-gradient(135deg, #38e2f0, #1595f3);
  box-shadow: 0 14px 30px rgba(0, 170, 240, 0.24);
  transform: translateY(-1px);
}

.studio-site .studio-hero {
  width: min(1240px, calc(100% - 48px));
  padding-top: 104px;
}

.studio-site .studio-pill {
  border-color: rgba(70, 216, 232, 0.62);
  background: rgba(7, 151, 244, 0.1);
  box-shadow: 0 8px 24px rgba(7, 151, 244, 0.08);
}

.studio-site .studio-hero h1 {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-wrap: balance;
  font-size: clamp(3.2rem, 6.3vw, 6.1rem);
  letter-spacing: -0.025em;
}

.studio-site .studio-hero h1 em,
.studio-site .studio-devices em,
.studio-site .studio-cta em {
  background: linear-gradient(100deg, #47d8eb 0%, #1595f3 55%, #8a7dff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.studio-site .studio-hero-copy > p,
.studio-site .studio-section-heading p,
.studio-site .studio-device-copy > p,
.studio-site .studio-cta p {
  color: #c1d0e3 !important;
}

.studio-site .studio-outline {
  border-color: rgba(183, 211, 241, 0.35);
  color: #eff7ff;
  background: rgba(13, 21, 34, 0.7);
}

.studio-site .studio-outline:hover {
  border-color: var(--studio-cyan);
  color: #ffffff;
  background: rgba(7, 151, 244, 0.14);
  transform: translateY(-1px);
}

.studio-site .studio-hero-frame {
  border-color: rgba(91, 196, 255, 0.42);
  background: #050a12;
  box-shadow: 0 30px 90px rgba(0, 87, 170, 0.24), 0 0 0 1px rgba(110, 220, 255, 0.05);
}

.studio-site .studio-stats {
  background: rgba(13, 21, 34, 0.82);
}

.studio-site .studio-feature-grid article,
.studio-site .studio-scenario-grid article,
.studio-site .studio-price-grid article,
.studio-site .studio-download-list a {
  border-color: rgba(154, 190, 226, 0.2);
  background: linear-gradient(145deg, rgba(17, 28, 44, 0.94), rgba(9, 16, 27, 0.92));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.studio-site .studio-feature-grid article:hover,
.studio-site .studio-scenario-grid article:hover,
.studio-site .studio-price-grid article:hover,
.studio-site .studio-download-list a:hover {
  border-color: rgba(70, 216, 232, 0.6);
  background: linear-gradient(145deg, rgba(20, 39, 59, 0.96), rgba(10, 19, 32, 0.94));
  box-shadow: 0 18px 38px rgba(0, 133, 210, 0.12);
  transform: translateY(-3px);
}

.studio-site .studio-icon,
.studio-site .studio-download-icon {
  border-color: rgba(70, 216, 232, 0.45);
  color: #7be7f2;
  background: rgba(70, 216, 232, 0.1);
}

.studio-site .studio-price-grid article.featured {
  border-color: rgba(70, 216, 232, 0.8);
  background: linear-gradient(145deg, rgba(10, 55, 77, 0.7), rgba(12, 24, 42, 0.96));
  box-shadow: 0 0 0 1px rgba(70, 216, 232, 0.12), 0 22px 54px rgba(0, 144, 209, 0.18);
}

.studio-site .studio-price-grid article > a {
  min-height: 40px;
  border-color: rgba(183, 211, 241, 0.28);
}

.studio-site .studio-faq summary {
  padding: 18px 0;
}

.studio-site a:focus-visible,
.studio-site button:focus-visible,
.studio-site input:focus-visible,
.studio-site select:focus-visible {
  outline: 2px solid var(--studio-cyan);
  outline-offset: 3px;
}

@media (max-width: 650px) {
  .studio-site .studio-header,
  .studio-site .studio-hero,
  .studio-site .studio-section,
  .studio-site .studio-devices,
  .studio-site .studio-downloads,
  .studio-site .studio-footer,
  .studio-site .studio-cta {
    width: calc(100% - 28px);
  }

  .studio-site .studio-header {
    min-height: 68px;
  }

  .studio-site .studio-hero {
    padding-top: 70px;
  }

  .studio-site .studio-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
    line-height: 1.02;
  }

  .studio-site .studio-actions {
    flex-wrap: wrap;
  }

  .studio-site .studio-actions a {
    flex: 1 1 180px;
  }

  .studio-site .studio-feature-grid article,
  .studio-site .studio-scenario-grid article {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-site *,
  .studio-site *::before,
  .studio-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
