@font-face {
  font-family: 'Roobert Fallback';
  src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('sans-serif');
  size-adjust: 103%;
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%;
}

:host {
  /* Brand Colors - from Figma */
  --color-bg-primary: #0a0a0a;
  --color-bg-secondary: #111111;
  --color-bg-card: #171717;
  --color-bg-card-hover: #1c1c1c;
  --color-bg-input: #171717;

  /* Text Colors - Figma neutral-50 / neutral-200 */
  --color-text-primary: #fafafa;
  --color-text-secondary: #e5e5e5;
  --color-text-muted: #a3a3a3;
  --color-text-dim: #656565;

  /* Gradient - Figma: sky-600 -> emerald-400 */
  --gradient-primary: linear-gradient(100deg, rgb(2, 132, 199) 15%, rgb(49, 196, 141) 95%);
  --gradient-hero-bg: radial-gradient(ellipse at 50% 80%, rgba(2, 132, 199, 0.12) 0%, rgba(49, 196, 141, 0.06) 40%, transparent 70%);
  --gradient-cta-bg: radial-gradient(ellipse at center, rgba(49, 196, 141, 0.15) 0%, rgba(2, 132, 199, 0.08) 50%, transparent 100%);
  --gradient-section-divider: radial-gradient(ellipse at center, rgba(49, 196, 141, 0.06) 0%, transparent 70%);

  /* Accent Colors */
  --color-accent-green: #31c48d;
  --color-accent-blue: #0284c7;
  --color-accent-muted: rgba(49, 196, 141, 0.15);

  /* Borders */
  --color-border: #262626;
  --color-border-card: #262626;
  --color-border-input: #656565;

  /* Badge */
  --color-badge-bg: rgba(49, 196, 141, 0.1);
  --color-badge-border: rgba(49, 196, 141, 0.3);
  --color-badge-text: #31c48d;

  /* Spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 40px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;

  /* Border Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Typography */
  --font-display: 'Roobert', 'Roobert Fallback', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 32px;
  --font-size-4xl: 48px;
  --font-size-5xl: 64px;
  --font-size-6xl: 80px;

  /* Shadows */
  --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow-card-hover: 0 8px 24px rgba(0, 0, 0, 0.4);

  /* Layout */
  --max-width: 1172px;
  --max-width-narrow: 968px;
  --content-padding: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
:host {
  font-family: var(--font-body);
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* ═══════════════════════════════════════
   Outcome Illustrations — Editor Page
   ═══════════════════════════════════════ */

.GoYFBYd1Be_duOhFAAXJ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  padding: 16px;
  background: #0a0a0a;
  border-radius: 12px;
  overflow: hidden;
  user-select: none;
  margin-bottom: 20px;
}

/* ═════════════════════════════════
   1. Podcast Cleanup
   ════════════════════════════════= */

.aXNBkkPogS7TYMFaeOVf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 280px;
}

.FX4sAhy4PqWf86tHB_jD {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.XVPLDGgZCWIdywSeregH {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ZcPD0iNMfVPnnSiPKVlt {
  color: #31c48d;
}

.fgsdSuuAftp7rTMkGCgK {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 36px;
}

.lpoDN5g0LSSsTPWc7SF0 {
  width: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.15);
  min-height: 3px;
}

.lpoDN5g0LSSsTPWc7SF0:nth-child(3n) {
  background: rgba(239, 68, 68, 0.35);
}

.lpoDN5g0LSSsTPWc7SF0:nth-child(5n) {
  background: rgba(251, 146, 60, 0.3);
}

.Bp5w4JfTuSpIlfbWHeVo {
  width: 3px;
  border-radius: 2px;
  background: rgba(49, 196, 141, 0.45);
  min-height: 3px;
  animation: HZ4QvQI46OZyuZB9R5jE 2.4s ease-in-out infinite;
}

.Bp5w4JfTuSpIlfbWHeVo:nth-child(odd) {
  animation-delay: 0.12s;
}

@keyframes HZ4QvQI46OZyuZB9R5jE {
  0%, 100% { opacity: 0.6; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.15); }
}

.acpF4S62pjb_F8EAtPup {
  display: flex;
  gap: 6px;
}

.y_Yi1eLDlsj0Z4r2iy1w {
  padding: 1px 7px;
  border-radius: 3px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  color: #f87171;
  text-decoration: line-through;
  text-decoration-color: rgba(239, 68, 68, 0.5);
}

.l66qbcmzUTlOjJs76AaD {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.wlf1XrCVXDcmZ8QxUSXV {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 10px;
  border-radius: 20px;
  background: rgba(49, 196, 141, 0.08);
  border: 1px solid rgba(49, 196, 141, 0.18);
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  color: #31c48d;
}

.NQB6l_3msRPVjrWA9fnv {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #31c48d;
  animation: jyU7JyFARwLFSJi74tCE 2s ease infinite;
}

@keyframes jyU7JyFARwLFSJi74tCE {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* ═════════════════════════════════
   2. Talking-Head Production
   ════════════════════════════════= */

.wRusGrTbJLSSEBtnuHnJ {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 320px;
}

.mWDJ1dS6GGMg2CbjRUEQ {
  position: relative;
  width: 100px;
  height: 148px;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.xCL_BaJJErZ8tgzCHiIw {
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.UTGdiCPYYwWEDlUsn8LK {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(49, 196, 141, 0.1));
  border: 1.5px solid rgba(56, 189, 248, 0.25);
}

.g8SQpcla4aSKiRxxKkm3 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 30px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.1), rgba(56, 189, 248, 0.04));
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-bottom: none;
}

.wMHAvX12TtmB02jjswK7 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
  z-index: 1;
}

.OLEIAIP95b5Z5jTKJEiU {
  color: #facc15;
}

.ZPWG9krDTjaHovSoAFL4 {
  color: rgba(255, 255, 255, 0.5);
}

.wS116KbjAx8feQlGjU8n {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.vr09VIPFfF_D2zylFvZO {
  display: flex;
  align-items: center;
  gap: 5px;
}

.WVBrFDytvOZnq2zJIy2l {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  color: #38bdf8;
}

.ItZtNxVls7DJA9zELwQc {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.Jlzvam3RHas9OGrzELdy {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(49, 196, 141, 0.06));
}

.GVXVOo5hALkiGkPgpHwB {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(168, 85, 250, 0.08), rgba(56, 189, 248, 0.06));
}

.XvHG3ORucThUdLQfFkJc {
  position: absolute;
  bottom: 4px;
  left: 6px;
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
}

.mwcuMjZiYv2aESb22fpA {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(168, 85, 250, 0.06);
  border: 1px solid rgba(168, 85, 250, 0.15);
  width: fit-content;
}

.LBPvLdYkUK0GuqDrnlVO {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 500;
  color: #a78bfa;
}

/* ═════════════════════════════════
   3. Global Language
   ════════════════════════════════= */

.ckmERVm7dUDTVoZ8g1Ih {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 300px;
}

.bLNTRkA1ZftO2uz3_SV1 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.05);
  border: 1px solid rgba(56, 189, 248, 0.12);
}

.HEmtCejupjZ_TSf1iWYP {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.shPNtxWuBxqgIek0j2Jt {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.Dsi2imiRbxKp696fWRXG {
  display: flex;
  align-items: center;
}

.H0KuWh3lWCwE9Lgjc_bW {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  color: #38bdf8;
  white-space: nowrap;
}

.KNt8IA_zHDuFnf7OIQ94 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.OaGnD_50oioTOHhc_GR3 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.EfDmfKvfaBk6DOZGmtsG {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 800;
  width: 20px;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}

.YvIAWh2TTSADKqGNKizQ {
  font-family: var(--font-body);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ZR6QfWkmYd5kc3IC7jHs {
  padding: 1px 6px;
  border-radius: 3px;
  border: 1px solid;
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 600;
  flex-shrink: 0;
}

/* ═════════════════════════════════
   4. Brand Consistent
   ════════════════════════════════= */

.QWm9gJSMe9Bb54QTe8nl {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 320px;
}

.NDWyLjrrDIjFdr0Q3CWM {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 130px;
  flex-shrink: 0;
  padding: 10px;
  background: rgba(18, 18, 18, 0.95);
  border: 1px solid rgba(55, 55, 55, 0.5);
  border-radius: 10px;
}

.NMWDgdLbap74kfyXsMnz {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(82, 82, 82, 0.25);
}

.IK97_V1ptSpcKYYxzFWR {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 6px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: border-color 0.15s ease;
}

.IK97_V1ptSpcKYYxzFWR:first-of-type {
  background: rgba(56, 189, 248, 0.05);
  border-color: rgba(56, 189, 248, 0.15);
}

.MOTR89hoWfsZHBuWbnLi {
  display: flex;
  gap: 3px;
}

.orIM4RmjdX3nkhWjdaGQ {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ESh28rn4radfzPAb212g {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.NfVbDiVYfxHgbP_H4wop {
  height: 1px;
  background: rgba(82, 82, 82, 0.2);
}

.kkLHaW2efsBiIRpEnjSF {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
}

.TxqcfvbatdfbGHcQgj9P {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}

.wy71oYkscMyxXotWOzUF {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.s5VgZGpuBzLxzzii9vWP {
  position: relative;
  width: 100%;
  height: 44px;
  border-radius: 7px;
  border: 1px solid;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5px;
}

.nzdJRRwcwOxNzejFDtPi {
  position: absolute;
  inset: 0;
}

.G4FE8cR11sY1EksRiF7u {
  position: relative;
  z-index: 1;
}

.K8UOcK0d8DBfrLCnxT_D {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}

/* ═════════════════════════════════
   5. Caption Styles + Global Reach
   ════════════════════════════════= */

.OFTwS6EpRipoNiTrULX1 {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 340px;
}

.OEdfGwvTZEWPpNKZHbhg {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  min-width: 0;
}

.Rg0HB4MSgdr_YLD1pdYF {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
}

.hNpGZ9o2f42N4Rbe7Czn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.TZJNEnE4u3Ye6QSuQakE {
  background: rgba(250, 204, 21, 0.06);
  border-color: rgba(250, 204, 21, 0.18);
}

.CmIHu2k8fEw6ijX8cuMB {
  width: 4px;
  height: 22px;
  border-radius: 2px;
  flex-shrink: 0;
}

.hCAW4Pbu1tmYmmPRl2vs {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rMUH_qFhYY0vgM3McPMQ {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(56, 189, 248, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.15);
  margin-top: 2px;
  width: fit-content;
}

.zQ5NqUCfXNO35E4k78pa {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38bdf8;
}

.iJ2bZDSOocgyVCojDtqR {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  color: rgba(56, 189, 248, 0.7);
}

.JvaLR2J8kyirPP_fPLB4 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 95px;
  flex-shrink: 0;
}

.L25UgFEhjQ_78oIhR2Un {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
}

.eh_7g3CcaLaK2nzR8wGP {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  animation: EBV2JzGFeEt6Siw6HICu 0.4s ease both;
}

@keyframes EBV2JzGFeEt6Siw6HICu {
  from { opacity: 0; transform: translateX(6px); }
  to { opacity: 1; transform: translateX(0); }
}

.YtyKlRWUY0huVzYcGE5K {
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.Cz8WuDnZVPu6SsNA5PpQ {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.EsJVUslV3KsJBsbw8DBa {
  padding: 2px 8px;
  border-radius: 5px;
  background: rgba(56, 189, 248, 0.05);
  border: 1px solid rgba(56, 189, 248, 0.12);
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  color: rgba(56, 189, 248, 0.6);
  text-align: center;
}

/* ═════════════════════════════════
   Responsive
   ════════════════════════════════= */

@media (max-width: 768px) {
  .GoYFBYd1Be_duOhFAAXJ {
    height: 160px;
    padding: 12px;
  }

  .wRusGrTbJLSSEBtnuHnJ,
  .QWm9gJSMe9Bb54QTe8nl {
    gap: 8px;
  }

  .mWDJ1dS6GGMg2CbjRUEQ {
    width: 85px;
    height: 128px;
  }

  .NDWyLjrrDIjFdr0Q3CWM {
    width: 115px;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .GoYFBYd1Be_duOhFAAXJ {
    height: 150px;
    padding: 10px;
  }
}

/* ═══════════════════════════════════════
   Brand Template Illustration
   ═══════════════════════════════════════ */

.OcuaNb1t_Hkml7zMi5W4 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 6px 8px;
}

/* ─── Phone Preview ─── */

.nJKdn77gPxUj808o5ZxS {
  position: relative;
  width: 130px;
  height: 208px;
  flex-shrink: 0;
  border-radius: 14px;
  border: 2px solid rgba(56, 189, 248, 0.45);
  background: #111;
  overflow: hidden;
  box-shadow:
    0 0 20px rgba(56, 189, 248, 0.08),
    0 4px 24px rgba(0, 0, 0, 0.4);
}

.ESBFJ45VNFUiiDxO_Fh0 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.k6v6Jz_t9qgAZ35l88Sa {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    165deg,
    hsl(220, 14%, 18%) 0%,
    hsl(215, 12%, 14%) 40%,
    hsl(210, 10%, 10%) 100%
  );
}

.gU_erfJe22XBBS8jq95K {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 35% 30%, rgba(56, 189, 248, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 70% 65%, rgba(49, 196, 141, 0.04) 0%, transparent 50%);
}

/* Logo watermark */

.nAt3C3xVBIoU9PM5ILR8 {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.EzfMfFSsE3eC7Rhqoncl {
  font-family: var(--font-display);
  font-size: 7px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Caption */

.mJ2XqogytlJGvv3KB0pG {
  position: absolute;
  bottom: 40px;
  left: 10px;
  right: 10px;
  text-align: center;
  line-height: 1.35;
}

.QuAC8IpBbMTT3BLR00BA {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.lcJ8kM_DPvsTJO3Omja9 {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  color: #0a0a0a;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: #fbbf24;
  padding: 1px 4px;
  border-radius: 2px;
}

/* Subscribe */

.b6aOEiy_GcssrbOkaZq5 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.lUSiXju4vs8R0Y5U4nND {
  width: 10px;
  height: 7px;
  border-radius: 1px;
  background: #ef4444;
}

.lseTmBQgb14qI0CDX5W5 {
  font-family: var(--font-display);
  font-size: 7px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
}

/* ─── Config Panel ─── */

.DeuUXakrPBPtW9TluA3k {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 150px;
  flex-shrink: 0;
  padding: 12px;
  background: rgba(18, 18, 18, 0.95);
  border: 1px solid rgba(55, 55, 55, 0.6);
  border-radius: 12px;
  align-self: center;
}

.ilWknGV7QnWckj9s9sRH {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: var(--color-text-primary);
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(82, 82, 82, 0.3);
}

.JoLKnZuonsM43xG1uHs8 {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gjA3lU2Mq0ADsGTSXlan {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border: 1px solid rgba(82, 82, 82, 0.35);
  border-radius: 8px;
  transition: border-color 0.15s ease;
}

.gjA3lU2Mq0ADsGTSXlan:hover {
  border-color: rgba(82, 82, 82, 0.6);
}

.nK5bTWaps_4maTZeHn3D {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: var(--color-text-secondary);
  white-space: nowrap;
}

/* Color swatches */

.dJLg33ZbtGCeMhuIhOO4 {
  display: flex;
  gap: 5px;
  padding-top: 4px;
  justify-content: center;
}

.wlQ8JxaofmAfJ7cXN_Pj {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

.wlQ8JxaofmAfJ7cXN_Pj:hover {
  transform: scale(1.15);
}

/* ─── Responsive ─── */

@media (max-width: 768px) {
  .nJKdn77gPxUj808o5ZxS {
    width: 110px;
    height: 180px;
  }

  .DeuUXakrPBPtW9TluA3k {
    width: 135px;
    padding: 10px;
  }

  .OcuaNb1t_Hkml7zMi5W4 {
    gap: 8px;
    min-height: 180px;
  }
}

@media (max-width: 480px) {
  .OcuaNb1t_Hkml7zMi5W4 {
    min-height: 160px;
  }

  .DeuUXakrPBPtW9TluA3k {
    width: 130px;
  }

  .nJKdn77gPxUj808o5ZxS {
    width: 100px;
    height: 165px;
  }

  .QuAC8IpBbMTT3BLR00BA,
  .lcJ8kM_DPvsTJO3Omja9 {
    font-size: 9px;
  }
}

.iUYshfFdrqQX8T5LM6Xl {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(151deg, rgb(56, 189, 248) 39%, rgb(73, 235, 174) 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─── Outcomes Grid ─── */

.d4nz6dwamfoyO9hW8Kq3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}

.ZsTWtaaTeKQTU6unU7gY {
  background: #0a0a0a;
  border: 1px solid #1f1f1f;
  border-radius: 16px;
  padding: 24px 32px 32px;
  transition: border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}

.ZsTWtaaTeKQTU6unU7gY:hover {
  border-color: #333;
}

.S9v8A9FdCBmVRvPgoN6Z {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  color: #e5e5e5;
  margin: 0 0 12px;
}

.dhotue6zSZ00KxgpKmBy {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: #a3a3a3;
  margin: 0;
}

.ck6IexSXoSHSVX8oLvFV {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  background: #0a0a0a;
  margin-bottom: 20px;
}

.ck6IexSXoSHSVX8oLvFV video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .d4nz6dwamfoyO9hW8Kq3 {
    grid-template-columns: 1fr;
  }

  .ZsTWtaaTeKQTU6unU7gY {
    padding: 24px;
  }

  .S9v8A9FdCBmVRvPgoN6Z {
    font-size: 20px;
  }
}

.wzYILTUWzGgk_UwtmAwt {
  width: 100%;
  padding: 80px var(--content-padding);
}

.qJdYWH9kPqVXusdpWUMC {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.BLjUUdfEqBIPbHT9OqMZ {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 48px;
}

.Q6xLZFxwTgu4j_DxY0_d {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.IZqrtQr3b3xB8IpBjP5T {
  background: linear-gradient(115deg, rgb(56, 189, 248) 9%, rgb(73, 235, 174) 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.GmZ8jh36uJIQosyoEsDu {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text-secondary);
  line-height: 24px;
  max-width: 700px;
  margin: 0;
}

.ium7xXA81MReysPIHNHk {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
}

.UL4fOGX1xpWABQSUKyNO {
  flex: 1;
  background: var(--color-bg-primary);
  border: 1px solid var(--color-bg-card);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
}

.GA91gheIEQI0xSjCNzXg {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin-bottom: 16px;
  object-fit: cover;
}

.EMsUBysY5_ebSvA9Kej5 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0 0 12px;
}

.VHKnll1IilSnzj48IfAa {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text-secondary);
  line-height: 24px;
  margin: 0;
}

.nbFpcRLxFjqlaIzpoNXp {
  display: inline-block;
  margin-top: 16px;
  background: rgba(49, 196, 141, 0.1);
  border: 1px solid rgba(49, 196, 141, 0.3);
  color: var(--color-accent-green);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  border-radius: var(--radius-full);
  padding: 2px 10px;
}

@media (max-width: 768px) {
  .wzYILTUWzGgk_UwtmAwt {
    padding: 48px var(--content-padding);
  }

  .Q6xLZFxwTgu4j_DxY0_d {
    font-size: 28px;
  }

  .ium7xXA81MReysPIHNHk {
    flex-direction: column;
  }
}

