:root {
  color-scheme: light;
  --bg: #f8f8f8;
  --surface: #ffffff;
  --surface-2: #f2f2f2;
  --line: rgba(15, 15, 15, 0.12);
  --text: #0f0f0f;
  --muted: #606060;
  --muted-2: #777777;
  --accent: #ff8a00;
  --accent-2: #0c9bd8;
  --accent-3: #ffdf1f;
  --accent-4: #ed1f2d;
  --panel: rgba(255, 255, 255, 0.78);
  --shadow: 0 24px 72px rgba(48, 56, 80, 0.16);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0f0f0f;
  --surface: #181818;
  --surface-2: #272727;
  --line: rgba(255, 255, 255, 0.14);
  --text: #f1f1f1;
  --muted: #aaaaaa;
  --muted-2: #8a8a8a;
  --panel: rgba(255, 255, 255, 0.06);
  --shadow: 0 24px 72px rgba(0, 0, 0, 0.44);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

button {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.device-offer {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(15, 15, 15, 0.16);
  background: #0f0f0f;
  color: #ffffff;
}

.device-offer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  padding: 8px clamp(14px, 4vw, 48px);
  text-align: center;
  font-size: 14px;
}

.offer-pill,
.offer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.offer-pill {
  background: var(--accent-4);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.offer-price {
  color: #ffdf1f;
  font-weight: 900;
  white-space: nowrap;
}

.offer-price s,
.price-header s {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.64em;
  font-weight: 800;
  text-decoration-thickness: 2px;
}

.offer-countdown {
  color: #ffffff;
  font-weight: 800;
  white-space: nowrap;
}

.offer-cta {
  background: #ffffff;
  color: #0f0f0f;
}

.device-offer.is-expired .offer-pill,
.device-offer.is-expired .offer-price {
  background: transparent;
  color: var(--muted-2);
}

.site-header {
  position: sticky;
  top: 44px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 12px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.channel-brand {
  min-width: 0;
}

.channel-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
}

.brand-logo-wrap,
.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--text);
}

.brand-logo-wrap {
  width: 124px;
  height: 38px;
  padding: 10px 15px;
}

.brand-logo,
.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  gap: 4px;
  justify-content: center;
  padding: 6px;
  border: 0;
  border-radius: 999px;
  background: #f2f2f2;
  box-shadow: none;
}

.nav-links a,
.header-cta {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover,
.header-cta:hover {
  color: var(--text);
  background: rgba(17, 24, 39, 0.06);
}

.header-cta {
  border: 0;
  color: #ffffff;
  background: #0f0f0f;
  box-shadow: none;
  cursor: pointer;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #f2f2f2;
  cursor: pointer;
}

.theme-toggle-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #0f0f0f;
  box-shadow: inset -5px -3px 0 #f2f2f2;
}

.subscribe-button:hover {
  background: #272727;
  color: #ffffff;
}

.channel-cover {
  position: relative;
  display: grid;
  place-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(15, 15, 15, 0.1);
  background: #ffda1f;
  aspect-ratio: 6 / 1;
}

.sedici-banner-pattern {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 10%, rgba(12, 155, 216, 0.95) 10% 15%, transparent 15% 24%, rgba(255, 138, 0, 0.9) 24% 28%, transparent 28% 44%, rgba(12, 155, 216, 0.95) 44% 50%, transparent 50% 68%, rgba(237, 31, 45, 0.88) 68% 72%, transparent 72%),
    radial-gradient(circle at 16px 16px, rgba(15, 15, 15, 0.14) 0 2px, transparent 2px 100%),
    #ffdf1f;
  background-size: auto, 34px 34px, auto;
}

.sedici-banner-pattern::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 40%),
    linear-gradient(0deg, rgba(15, 15, 15, 0.04), transparent);
}

.sedici-rainbow-logo {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: clamp(1px, 0.4vw, 8px);
  padding: clamp(10px, 1.6vw, 22px) clamp(20px, 3vw, 48px);
  transform: skew(-8deg) rotate(-1deg);
  background: #1f1f1c;
  border: clamp(3px, 0.55vw, 8px) solid #ffffff;
  box-shadow: 10px 12px 0 rgba(15, 15, 15, 0.22);
  color: #ffffff;
  font-size: clamp(42px, 8vw, 118px);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sedici-rainbow-logo span {
  display: inline-block;
  transform: skew(8deg);
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.28);
}

.sedici-rainbow-logo .logo-gap {
  width: 0.18em;
}

.logo-red {
  color: #ed1f2d;
}

.logo-yellow {
  color: #ffdf1f;
}

.logo-orange {
  color: #ff8a00;
}

.logo-blue {
  color: #009bd8;
}

.logo-cyan {
  color: #65c9d8;
}

.section-band {
  border-bottom: 1px solid var(--line);
}

.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 76px);
  align-content: start;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) 0 clamp(42px, 6vw, 76px);
}

.channel-profile-head {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: start;
}

.channel-profile-link {
  padding: 8px;
  margin: -8px;
  border-radius: 8px;
}

.channel-profile-link:hover {
  background: #f2f2f2;
}

.channel-profile-link:focus-visible {
  outline: 3px solid rgba(12, 155, 216, 0.35);
  outline-offset: 3px;
}

.channel-profile-head img {
  width: 190px;
  height: 190px;
  border-radius: 18px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.brand-character-avatar {
  padding: 7px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    url("assets/backgrounds/gabby-bg-saette.png") center / cover,
    #ffdf1f;
  object-fit: contain !important;
  object-position: center;
}

.character-bg-fiamma {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    url("assets/backgrounds/gabby-bg-fiamma.png") center / cover,
    #ff8a00;
}

.character-bg-saette {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    url("assets/backgrounds/gabby-bg-saette.png") center / cover,
    #ffdf1f;
}

.channel-profile-head .brand-character-avatar {
  padding: 18px;
}

.channel-handle {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

h1 {
  max-width: none;
  margin-bottom: 10px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.18;
}

.hero-subtitle {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.6vw, 34px);
  color: #242b38;
  line-height: 1.12;
}

.hero-body,
.section p,
.product-card p,
.feature-list p,
.site-footer p {
  color: var(--muted);
}

.hero-body {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: 18px;
}

.hero-actions,
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.button-primary {
  border-color: transparent;
  background: #0f0f0f;
  color: #ffffff;
  box-shadow: none;
}

.button-primary:hover {
  background: #272727;
}

.subscribe-style {
  border-radius: 999px;
  padding-left: 22px;
  padding-right: 22px;
}

.button-secondary {
  background: #f2f2f2;
  color: var(--text);
  border-color: transparent;
  box-shadow: none;
}

.button-secondary:hover {
  background: #e5e5e5;
}

.hero-meta {
  margin-top: 22px;
  color: var(--muted-2);
  font-size: 13px;
}

.hero-meta span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: none;
}

.trust-strip div {
  display: grid;
  gap: 4px;
  min-height: 104px;
  padding: 22px;
  background: #ffffff;
}

.trust-strip strong {
  font-size: 17px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding-top: clamp(58px, 8vw, 104px);
  padding-bottom: clamp(42px, 6vw, 74px);
}

.story-intro {
  position: sticky;
  top: 98px;
}

.story-intro h2 {
  max-width: 720px;
}

.story-steps {
  display: grid;
  gap: 14px;
}

.story-steps article {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: none;
}

.story-steps span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.story-steps h3 {
  margin-bottom: 6px;
  font-size: 24px;
}

.story-steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.brand-note {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.brand-note img {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  object-fit: cover;
}

.brand-note .brand-character-avatar {
  padding: 5px;
}

.brand-note span {
  color: var(--muted);
  font-size: 14px;
}

.product-stage {
  position: relative;
  min-width: 0;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: -40px 6% auto;
  height: 170px;
  background: radial-gradient(circle, rgba(15, 15, 15, 0.08), transparent 64%);
  filter: blur(42px);
  opacity: 1;
}

.product-box-stage {
  perspective: 1100px;
  display: grid;
  place-items: center;
  min-height: 670px;
  transform-style: preserve-3d;
  cursor: pointer;
}

.product-box-image {
  position: relative;
  z-index: 1;
  width: min(100%, 580px);
  max-height: 680px;
  object-fit: contain;
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.58));
  transform: translateZ(34px) rotateX(0deg) rotateY(0deg) scale(1);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: transform 220ms ease, filter 220ms ease;
  will-change: transform;
}

.product-box-stage:hover .product-box-image,
.product-box-stage.is-hovering .product-box-image {
  transform: translateZ(88px) rotateX(var(--box-tilt-y, -6deg)) rotateY(var(--box-tilt-x, 8deg)) scale(1.22);
  filter: drop-shadow(0 46px 90px rgba(0, 0, 0, 0.5));
}

@media (prefers-reduced-motion: reduce) {
  .product-box-image {
    transition: none;
  }
}

.updates-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: min(1180px, calc(100% - 32px));
  margin: -18px auto 34px;
}

.feed-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.feed-link:hover {
  background: #f2f2f2;
}

.feed-link:focus-visible {
  outline: 3px solid rgba(12, 155, 216, 0.35);
  outline-offset: 3px;
}

.feed-item img,
.feed-icon {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  object-fit: cover;
}

.feed-item .brand-character-avatar {
  padding: 6px;
}

.feed-icon {
  display: grid;
  place-items: center;
  background: #0f0f0f;
  color: #ffffff;
  font-weight: 900;
}

.feed-item p {
  margin: 0 0 2px;
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feed-item h3 {
  margin-bottom: 2px;
  font-size: 20px;
}

.feed-item span {
  color: var(--muted);
  font-size: 14px;
}

.editor-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #111319;
  box-shadow: var(--shadow);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 12px;
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f45b5b;
}

.window-bar span:nth-child(2) {
  background: #e5b64d;
}

.window-bar span:nth-child(3) {
  background: #48c277;
}

.window-bar strong {
  margin-left: 8px;
  font-weight: 600;
}

.editor-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.7fr;
  min-height: 420px;
}

.program-monitor {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), transparent 36%),
    linear-gradient(30deg, #20242c 0 24%, #12151b 24% 50%, #2a2222 50% 75%, #14171d 75%);
}

.program-monitor::after {
  content: "PREVIEW";
  position: absolute;
  left: 18px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.32);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.frame {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.frame-before {
  inset: 68px 70px 88px 58px;
}

.frame-after {
  inset: 32px 34px 50px 24px;
  border-color: rgba(240, 68, 68, 0.78);
}

.zoom-ring {
  position: absolute;
  width: 112px;
  height: 112px;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(240, 68, 68, 0.86);
  border-radius: 50%;
  box-shadow: 0 0 44px rgba(240, 68, 68, 0.34);
  animation: pulse 2.4s ease-in-out infinite;
}

.effect-panel {
  padding: 18px;
  border-left: 1px solid var(--line);
  background: #171a20;
}

.panel-title {
  margin-bottom: 18px;
  font-weight: 800;
}

.effect-panel label {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}

.effect-panel label span {
  display: block;
  margin-bottom: 8px;
}

select,
input[type="range"] {
  width: 100%;
}

select {
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0c0e12;
  color: var(--text);
  padding: 0 10px;
}

input[type="range"] {
  accent-color: var(--accent);
}

.preset-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.preset-row button {
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 700;
}

.timeline {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 18px;
  border-top: 1px solid var(--line);
  background: #0d0f14;
}

.track {
  height: 32px;
  border-radius: 5px;
}

.track-video {
  background: linear-gradient(90deg, #646cff 0 34%, #303642 34% 38%, #646cff 38% 76%, #303642 76% 80%, #646cff 80%);
}

.track-audio {
  background: repeating-linear-gradient(90deg, #23c17a 0 22px, #178a5a 22px 32px);
  opacity: 0.72;
}

.playhead {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 46%;
  width: 2px;
  background: var(--accent);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.centered-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.product-grid,
.category-grid,
.help-grid,
.feature-list,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.category-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 44px;
}

.category-card {
  min-height: 168px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: none;
}

.category-card:hover {
  transform: translateY(-2px);
  box-shadow: none;
  background: #f2f2f2;
}

.category-card-disabled {
  color: var(--muted-2);
  background: rgba(238, 241, 247, 0.78);
  opacity: 0.72;
}

.category-card-disabled:hover {
  transform: none;
  box-shadow: 0 18px 42px rgba(48, 56, 80, 0.08);
}

.category-card span,
.category-card small {
  display: block;
  color: var(--muted);
}

.category-card span {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.category-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.1;
}

.catalog-section {
  padding-top: 34px;
  scroll-margin-top: 92px;
}

.catalog-section + .catalog-section {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.catalog-heading h3 {
  margin-bottom: 0;
  font-size: 32px;
}

  .product-grid-single {
    grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
  }

.product-card,
.feature-list article,
.pricing-card,
.faq-grid details,
.empty-category {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: none;
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 0;
  border: 0;
  background: transparent;
}

.product-card-featured {
  background: transparent;
}

.product-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: var(--accent);
  color: white;
  font-weight: 900;
}

.product-card-image {
  float: none;
  width: 100%;
  height: 190px;
  max-height: none;
  margin: 0 0 14px;
  object-fit: contain;
  border-radius: 8px;
  background: #f2f2f2;
  filter: none;
}

.product-icon.muted {
  background: var(--text);
}

.tag {
  margin-bottom: 8px;
  color: var(--accent-2);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--text);
  font-weight: 800;
}

.product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.product-facts span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
}

.empty-category {
  max-width: 720px;
  padding: 24px;
}

.empty-category strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.empty-category p {
  margin-bottom: 0;
  color: var(--muted);
}

.trailer-section {
  padding-top: clamp(48px, 7vw, 86px);
}

.video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 22px;
  align-items: stretch;
}

.video-mockup,
.video-copy {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 42px rgba(48, 56, 80, 0.08);
}

.video-mockup {
  overflow: hidden;
}

.video-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.video-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ef4444;
}

.video-toolbar span:nth-child(2) {
  background: #f59e0b;
}

.video-toolbar span:nth-child(3) {
  background: #22c55e;
}

.video-toolbar strong {
  margin-left: 8px;
  font-weight: 700;
}

.video-screen {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 24%, rgba(107, 92, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #121827, #20264a 58%, #4e326c);
}

.video-screen img {
  width: min(42%, 360px);
  max-height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.42));
}

.play-button {
  position: absolute;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  cursor: default;
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid var(--accent);
}

.video-caption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  display: grid;
  gap: 2px;
  color: #ffffff;
}

.video-caption strong {
  font-size: 22px;
}

.video-caption small {
  color: rgba(255, 255, 255, 0.72);
}

.video-copy {
  padding: 28px;
}

.video-copy h3 {
  font-size: 28px;
}

.video-copy ul {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding-left: 20px;
  color: var(--muted);
}

.split-section,
.pricing-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 6vw, 76px);
  align-items: start;
}

.steps {
  display: grid;
  gap: 10px;
}

.steps div,
.license-flow li {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.steps span {
  color: var(--accent);
  font-weight: 900;
}

.feature-list {
  grid-template-columns: repeat(4, 1fr);
}

.feature-list article {
  padding: 22px;
}

.pricing-card {
  padding: 28px;
  background: #111827;
  color: #ffffff;
}

.pricing-card .button-secondary {
  margin-left: 8px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.price-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  margin-bottom: 22px;
}

.price-header span {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 700;
}

.price-header strong {
  font-size: 48px;
  line-height: 1;
}

.price-header s {
  display: block;
  color: rgba(255, 255, 255, 0.48);
}

.pricing-discount {
  margin: -8px 0 20px;
  color: #ffdf1f;
  font-weight: 800;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.78);
}

.checkout-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.checkout-note.is-warning {
  color: #ffcf75;
}

.license-flow {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  counter-reset: flow;
  list-style: none;
}

.license-flow li {
  counter-increment: flow;
}

.license-flow li::before {
  content: counter(flow, decimal-leading-zero);
  color: var(--accent-2);
  font-weight: 900;
}

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

.faq-grid details {
  padding: 20px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-grid p {
  margin: 12px 0 0;
}

.help-section {
  padding-top: clamp(64px, 8vw, 96px);
}

.help-card {
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 42px rgba(48, 56, 80, 0.08);
}

.help-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.help-card p {
  color: var(--muted);
}

.help-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent);
  font-weight: 800;
}

.support-strip {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 24px;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
  padding-left: clamp(28px, 7vw, 120px);
  padding-right: clamp(28px, 7vw, 120px);
}

.support-strip > div {
  max-width: 780px;
}

.support-strip h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.04;
}

.support-strip .button {
  flex: 0 0 auto;
  min-width: 280px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 56px;
  color: var(--muted);
}

.site-footer strong {
  color: var(--text);
}

.footer-logo-wrap {
  width: 150px;
  height: 46px;
  padding: 12px 18px;
  margin-bottom: 14px;
}

.site-footer nav {
  gap: 16px;
  justify-content: flex-end;
}

.legal {
  grid-column: 1 / -1;
  max-width: 780px;
  font-size: 13px;
}

@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.88);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 1;
  }
}

html[data-theme="dark"] .site-header {
  background: rgba(15, 15, 15, 0.92);
}

html[data-theme="dark"] .device-offer {
  border-bottom-color: rgba(255, 255, 255, 0.16);
  background: #050505;
}

html[data-theme="dark"] .nav-links,
html[data-theme="dark"] .theme-toggle,
html[data-theme="dark"] .button-secondary,
html[data-theme="dark"] .help-icon {
  background: var(--surface-2);
}

html[data-theme="dark"] .theme-toggle-icon {
  background: var(--text);
  box-shadow: inset -5px -3px 0 var(--surface-2);
}

html[data-theme="dark"] .header-cta,
html[data-theme="dark"] .button-primary {
  background: #f1f1f1;
  color: #0f0f0f;
}

html[data-theme="dark"] .header-cta:hover,
html[data-theme="dark"] .button-primary:hover,
html[data-theme="dark"] .button-secondary:hover,
html[data-theme="dark"] .channel-profile-link:hover,
html[data-theme="dark"] .feed-link:hover,
html[data-theme="dark"] .category-card:hover {
  background: #2f2f2f;
  color: #ffffff;
}

html[data-theme="dark"] .brand-logo-wrap,
html[data-theme="dark"] .footer-logo-wrap,
html[data-theme="dark"] .feed-icon {
  background: #0f0f0f;
  border: 1px solid var(--line);
}

html[data-theme="dark"] .channel-cover {
  border-color: rgba(255, 255, 255, 0.16);
}

html[data-theme="dark"] .hero-subtitle {
  color: var(--text);
}

html[data-theme="dark"] .hero-meta span,
html[data-theme="dark"] .trust-strip div,
html[data-theme="dark"] .brand-note,
html[data-theme="dark"] .feed-item,
html[data-theme="dark"] .video-mockup,
html[data-theme="dark"] .video-copy,
html[data-theme="dark"] .support-strip {
  background: var(--surface);
}

html[data-theme="dark"] .category-card-disabled {
  background: rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .product-card-image {
  background: var(--surface-2);
}

html[data-theme="dark"] .product-facts span {
  background: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .play-button {
  background: rgba(241, 241, 241, 0.92);
}

html[data-theme="dark"] .pricing-card {
  background: #181818;
}

@media (max-width: 900px) {
  .device-offer-inner {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .story-section,
  .split-section,
  .pricing-section,
  .video-feature {
    grid-template-columns: 1fr;
  }

  .story-intro {
    position: static;
  }

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

  .updates-feed {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hero {
    min-height: auto;
  }

  .channel-profile-head {
    grid-template-columns: 148px 1fr;
    gap: 20px;
  }

  .channel-profile-head img {
    width: 148px;
    height: 148px;
  }

  .editor-grid {
    grid-template-columns: 1fr;
  }

  .product-box-stage {
    min-height: auto;
  }

  .effect-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .product-grid,
  .category-grid,
  .help-grid,
  .feature-list,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .catalog-heading {
    display: block;
  }

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .support-strip .button {
    min-width: 0;
    width: fit-content;
  }

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

@media (max-width: 560px) {
  .device-offer-inner {
    min-height: 64px;
    gap: 8px;
    justify-content: flex-start;
    font-size: 13px;
  }

  .site-header {
    top: 64px;
  }

  .header-cta {
    display: none;
  }

  .brand-logo-wrap {
    width: 112px;
    height: 36px;
    padding: 9px 14px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 52px);
  }

  .hero {
    width: min(100% - 24px, 1180px);
    padding-top: 38px;
  }

  .section {
    width: min(100% - 24px, 1180px);
  }

  .program-monitor {
    min-height: 300px;
  }

  .channel-profile-head {
    grid-template-columns: 1fr;
  }

  .channel-profile-head img {
    width: 156px;
    height: 156px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .feed-item {
    grid-template-columns: 54px 1fr;
  }

  .feed-item img,
  .feed-icon {
    width: 54px;
    height: 54px;
  }

  .product-card-image {
    width: 104px;
  }

  .price-header {
    display: grid;
  }

  .pricing-card .button {
    width: 100%;
  }

  .pricing-card .button-secondary {
    margin: 10px 0 0;
  }
}
