@font-face {
  font-family:Inter;
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(/fonts/inter-400.woff2) format("woff2")
}

@font-face {
  font-family:Inter;
  font-style:normal;
  font-weight:600;
  font-display:optional;
  src:url(/fonts/inter-600.woff2) format("woff2")
}

@font-face {
  font-family:Inter;
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url(/fonts/inter-700.woff2) format("woff2")
}

@font-face {
  font-family:Inter;
  font-style:normal;
  font-weight:800;
  font-display:optional;
  src:url(/fonts/inter-800.woff2) format("woff2")
}

@font-face {
  font-family:"Hanken Grotesk";
  font-style:normal;
  font-weight:600 800;
  font-display:swap;
  src:url(/fonts/hanken-latin.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
  font-family:"Hanken Grotesk";
  font-style:normal;
  font-weight:600 800;
  font-display:swap;
  src:url(/fonts/hanken-latin-ext.woff2) format("woff2");
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

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

:root {
  --bg:#141319;
  --white:#1A252F;
  --surf:#151823;
  --surf2:#3A3D51;
  --border:rgba(255,255,255,.12);
  --border2:rgba(255,255,255,.06);
  --accent:#F6CA45;
  --accent-d:#ffc800;
  --accent-bg:rgba(246,202,69,.1);
  --gold:#FF8F00;
  --gold-d:#E65100;
  --gold-bg:rgba(255,143,0,.1);
  --gold-glow:rgba(230,81,0,.45);
  --green:#F6CA45;
  --blue:#ffc800;
  --purple:#FF8F00;
  --candy-cyan:#F6CA45;
  --pink:#E65100;
  --violet:#BF360C;
  --nav-bg:#151823;
  --dark:#1A252F;
  --dark2:#3A3D51;
  --nav-txt:rgba(255,255,255,.6);
  --txt:#FFFFFF;
  --txt2:rgba(255,255,255,.8);
  --txt3:rgba(255,255,255,.6);
  --glass-fill:rgba(255,255,255,.06);
  --glass-border:rgba(255,255,255,.12);
  --f:"Inter",system-ui,-apple-system,sans-serif;
  --fh:"Hanken Grotesk","Inter",system-ui,sans-serif;
  --r:12px;
  --r2:16px;
  --r3:24px;
  --pill:999px;
  --mw:1140px;
  --gutter:max(14px,env(safe-area-inset-left,14px));
  --ease:cubic-bezier(.4,0,.2,1);
  --spring:cubic-bezier(.34,1.56,.64,1);
  --shadow-sm:0 1px 3px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.03);
  --shadow-md:0 8px 24px -8px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.04);
  --shadow-lg:0 20px 40px -10px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.05);
  --shadow-glow:0 0 30px rgba(191,54,12,.25),0 0 60px rgba(230,81,0,.12);
  --grad-cta:linear-gradient(90deg,#BF360C 0%,#E65100 100%);
  --grad-text:linear-gradient(135deg,#FF8F00 0%,#F6CA45 50%,#ffc800 100%);
  --safe-b:env(safe-area-inset-bottom,0px);
  --tap:44px
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:68px;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  background:#141319;
  background-color:#141319;
  color-scheme:dark
}

body {
  font-family:var(--f);
  background:var(--bg);
  color:var(--txt);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:clip;
  -webkit-tap-highlight-color:transparent;
  position:relative
}

body:before {
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:radial-gradient(circle at 50% -20%,#2d1b4e,#2d1b4e00 55%),radial-gradient(1000px 900px at 18% 2%,rgba(221,183,255,.1),transparent 60%),radial-gradient(1100px 900px at 88% 6%,rgba(232,93,155,.09),transparent 60%),radial-gradient(900px 900px at 50% 112%,rgba(34,211,238,.06),transparent 60%),var(--bg);
  pointer-events:none
}

a {
  color:var(--gold);
  text-decoration:none;
  transition:color .2s var(--ease);
  touch-action:manipulation
}

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

::selection {
  background:#ddb7ff40;
  color:#fff
}

input,
button,
select,
textarea {
  font-family:inherit;
  font-size:inherit
}

@keyframes revealIn {
  0% {
  opacity:0;
  transform:translateY(18px)
  }
  to {
  opacity:1;
  transform:none
  }
}

.skip {
  position:fixed;
  top:8px;
  left:8px;
  transform:translateY(-140%);
  opacity:0;
  background:#ffffff12;
  color:var(--txt2);
  padding:6px 10px;
  z-index:120;
  font-weight:700;
  font-size:11px;
  border:1px solid var(--glass-border);
  border-radius:var(--pill);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  transition:opacity .2s var(--ease),transform .2s var(--ease)
}

.skip:focus {
  transform:none;
  opacity:1;
  color:#fff;
  background:var(--accent)
}

/* Layout and early page structure */

.nav {
  position:sticky;
  top:0;
  z-index:100;
  background:#1a0a2eeb;
  backdrop-filter:blur(20px) saturate(1.4);
  -webkit-backdrop-filter:blur(20px) saturate(1.4);
  border-bottom:1px solid rgba(255,255,255,.05);
  height:56px;
  display:flex;
  align-items:center;
  padding:0 var(--gutter);
  transition:background .3s,box-shadow .3s;
  contain:layout style;
  padding-left:max(var(--gutter),env(safe-area-inset-left));
  padding-right:max(var(--gutter),env(safe-area-inset-right))
}

.nav-inner {
  max-width:var(--mw);
  margin:0 auto;
  width:100%;
  display:flex;
  align-items:center;
  gap:18px
}

.nav-logo {
  font-size:16px;
  font-weight:800;
  color:#fff;
  letter-spacing:-.04em;
  text-decoration:none;
  white-space:nowrap;
  display:flex;
  align-items:center;
  gap:2px;
  min-height:var(--tap)
}

.nav-logo-img {
  height:32px;
  width:auto
}

.nav-demo {
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 26px;
  border:0;
  border-radius:var(--pill);
  background:var(--grad-cta);
  color:#fff;
  font-family:var(--fh);
  font-size:13px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 10px 28px -12px #BF360C,inset 0 1px #ffffff30;
  transition:transform .2s var(--ease),box-shadow .2s var(--ease)
}

.nav-demo:active {
  transform:scale(.97)
}

@keyframes pFloat {
  0% {
  transform:translateY(340px);
  opacity:0
  }
  10% {
  opacity:.4
  }
  90% {
  opacity:.15
  }
  to {
  transform:translateY(-10px);
  opacity:0
  }
}

.ge-frame {
  width:100%;
  height:100%;
  border:0;
  display:block;
  position:absolute;
  inset:0;
  z-index:2
}

.ge-bg {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 30%;
  transition:transform 6s ease
}

.content {
  order:2
}

.sec {
  padding:28px 0 22px
}

.sec+.sec {
  border-top:none;
  padding-top:24px;
  margin-top:6px;
  position:relative
}

.sec+.sec:before {
  content:"";
  position:absolute;
  top:0;
  left:8%;
  right:8%;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--border),rgba(201,149,15,.12),var(--border),transparent)
}

.sec h2 {
  font-family:var(--fh);
  font-size:clamp(19px,4.5vw,28px);
  font-weight:700;
  letter-spacing:-.02em;
  margin-bottom:14px;
  line-height:1.15;
  display:flex;
  align-items:center;
  gap:9px;
  color:#fff
}

.sec h2:before {
  content:"";
  width:4px;
  height:22px;
  border-radius:3px;
  background:linear-gradient(180deg,var(--accent),var(--pink));
  flex-shrink:0;
  box-shadow:0 0 12px #ddb7ff4d
}

.sec h3 {
  font-family:var(--fh);
  font-size:clamp(15px,3vw,18px);
  font-weight:700;
  margin:22px 0 8px;
  letter-spacing:-.01em;
  color:#fff
}

.info-flow {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: var(--r2);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.018)
  );
  box-shadow: var(--shadow-sm);
}

.info-flow h3 {
  position: relative;
  margin: 0;
  padding: 15px 16px 5px 42px;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(90deg, rgba(246, 202, 69, 0.07), transparent 78%);
}

.info-flow h3:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--candy-cyan);
  box-shadow: 0 0 16px rgba(246, 202, 69, 0.45);
}

.info-flow p {
  margin: 0;
  max-width: none;
  padding: 0 16px 15px 42px;
  color: var(--txt2);
  line-height: 1.65;
}

.sec .info-flow p {
  margin-bottom: 0;
}

.info-flow > :first-child {
  border-top: 0;
}

@media (min-width: 760px) {
  .info-flow {
    grid-template-columns: minmax(190px, 0.31fr) 1fr;
  }
  .info-flow h3 {
    padding: 18px 18px 18px 44px;
  }
  .info-flow p {
    padding: 17px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(10, 10, 14, 0.12);
  }
  .info-flow > :nth-child(-n + 2) {
    border-top: 0;
  }
}

.sec p {
  font-size:clamp(13px,2.5vw,15px);
  color:var(--txt2);
  margin-bottom:12px;
  line-height:1.75;
}

.sec p:last-child {
  margin-bottom:0
}

/* Content components */

.feature-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin:22px 0 4px
}

.feature-card {
  position:relative;
  overflow:hidden;
  min-height:148px;
  padding:20px 20px 20px 24px;
  border-radius:var(--r2);
  background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  border:1px solid var(--glass-border);
  box-shadow:var(--shadow-sm)
}

.feature-card:before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,var(--accent),var(--pink));
  box-shadow:0 0 18px rgba(221,183,255,.45)
}

.feature-card h3 {
  margin:0 0 10px;
  font-size:16px;
  line-height:1.25;
  color:#fff
}

.feature-card p {
  margin:0;
  max-width:none;
  font-size:14px;
  line-height:1.65;
  color:var(--txt2)
}

@media(min-width:760px) {
  .feature-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px
  }
}

.tw {
  position:relative;
  margin:14px 0;
  border-radius:var(--r2);
  border:1px solid var(--glass-border);
  background:var(--glass-fill);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  overflow:hidden;
  box-shadow:var(--shadow-md)
}

.tw-s {
  overflow-x:visible;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
  scrollbar-width:thin;
  scroll-snap-type:x proximity
}

.tw-s::-webkit-scrollbar {
  height:3px
}

.tw-s::-webkit-scrollbar-thumb {
  background:var(--border);
  border-radius:3px
}

.tw:after {
  content:"→";
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%);
  width:28px;
  height:44px;
  display:none;
  align-items:center;
  justify-content:center;
  background:linear-gradient(to right,transparent,rgba(20,19,25,.9) 40%);
  pointer-events:none;
  opacity:0;
  transition:opacity .2s;
  font-size:11px;
  color:var(--txt3)
}

.dt {
  width:100%;
  border-collapse:collapse;
  font-size:12px;
  min-width:0;
  table-layout:fixed
}

.dt th {
  text-align:left;
  padding:10px 14px;
  font-weight:600;
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#ffffffb3;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:linear-gradient(165deg,var(--dark),var(--dark2));
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
  position:sticky;
  top:0;
  z-index:1
}

.dt th:first-child {
  border-radius:var(--r2) 0 0 0
}

.dt th:last-child {
  border-radius:0 var(--r2) 0 0
}

.dt td {
  padding:10px 14px;
  color:var(--txt2);
  border-bottom:1px solid rgba(255,255,255,.06);
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
  vertical-align:top;
  transition:background .15s
}

.dt tbody tr:nth-child(2n) {
  background:#ffffff06
}

.dt td:first-child {
  font-weight:500;
  color:#fff
}

.hi {
  color:var(--accent);
  font-weight:700
}

@keyframes pillFade {
  0% {
  opacity:0;
  transform:translateY(6px)
  }
  to {
  opacity:1;
  transform:translateY(0)
  }
}

.bonus-grid {
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:14px 0
}

.bonus {
  padding:0;
  border-radius:var(--r3);
  background:var(--glass-fill);
  border:1px solid var(--glass-border);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
  transition:border .3s var(--ease);
  position:relative;
  contain:layout paint;
  box-shadow:0 0 0 1px #ffffff0a,0 20px 40px -16px #00000080
}

.bonus-inner {
  padding:14px 16px
}

.bonus-bar {
  height:3px;
  width:100%;
  opacity:.85
}

.bonus-top {
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:12px;
  flex-wrap:wrap
}

.bonus-name {
  font-family:var(--fh);
  font-size:15px;
  font-weight:700;
  color:#fff
}

.bonus-tag {
  margin-left:auto;
  font-size:9px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  padding:4px 9px;
  border-radius:var(--pill);
  background:#ffffff0f;
  color:var(--txt2);
  border:1px solid var(--glass-border)
}

.bonus-body {
  font-size:12.5px;
  color:var(--txt2);
  line-height:1.75;
  margin-bottom:12px
}

.bonus-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
  padding:14px 0 4px;
  margin:14px 0 0;
  border-top:1px solid var(--glass-border)
}

.br-v {
  font-size:13px;
  font-weight:700;
  text-align:center;
  white-space:nowrap;
  color:var(--candy-cyan)
}

.br-l {
  font-size:8px;
  color:var(--txt3);
  text-transform:uppercase;
  letter-spacing:.07em;
  font-weight:600;
  text-align:center;
  margin:2px 0 0
}

.steps {
  counter-reset: s;
  list-style: none;
  padding: 0;
  margin: 14px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.steps li {
  counter-increment: s;
  position: relative;
  padding: 14px 16px 14px 56px;
  font-size: clamp(12.5px, 2.5vw, 14px);
  color: var(--txt2);
  line-height: 1.7;
  border-radius: var(--r);
  background: var(--glass-fill);
  border: 1px solid var(--glass-border);
  min-height: var(--tap);
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) 1fr;
  align-items: start;
  column-gap: 16px;
  row-gap: 4px;
  transition: all 0.2s var(--ease);
  align-items: center;
}

.steps li:before {
  content: counter(s);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f6ca451f;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 202, 69, 0.3);
}

.steps li strong {
  color: #fff;
  line-height: 1.45;
}

.steps li span {
  min-width: 0;
}

.steps--detailed .steps__item {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) 1fr;
  gap: 24px;
}

.steps--simple .steps__item {
  display: grid;
  grid-template-columns: 1fr;
}

.list {
  margin: 10px 0 16px;
  padding-left: 22px;
  color: var(--txt2);
  font-size: clamp(13px, 2.5vw, 15px);
  line-height: 1.75;
}

.list__item + .list__item {
  margin-top: 6px;
}

.list__item::marker {
  color: var(--accent);
}

.list--image {
  display: grid;
  gap: 6px;
  padding-left: 0;
  list-style: none;
}

.list--image .list__item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 9px;
  align-items: start;
}

.list--image .list__item + .list__item {
  margin-top: 0;
}

.sec img.list__marker {
  display: block;
  width: 18px;
  height: 20px;
  margin-top: 3px;
  object-fit: contain;
}

.list__text {
  min-width: 0;
}

@media (min-width: 1400px) {
  .list {
    font-size: 15.5px;
  }
}

.warn {
  padding: 14px 16px;
  border-radius: var(--r2);
  background: #ff8f000f;
  border: 1px solid rgba(255, 143, 0, 0.18);
  border-left: 3px solid var(--pink);
  margin: 16px 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.warn strong {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-bottom: 3px;
}

.warn,
.warn p {
  font-size: 12px;
  color: var(--txt2);
  line-height: 1.7;
  margin: 0;
}

.warn h1,
.warn h2,
.warn h3,
.warn h4,
.warn h5 {
  margin-top: 0;
}

.warn + .warn {
  margin-top: 12px;
}

.faq {
  margin:14px 0;
  display:flex;
  flex-direction:column;
  gap:6px
}

.faq details {
  border-radius:var(--r2);
  background:var(--glass-fill);
  border:1px solid var(--glass-border);
  overflow:hidden;
  transition:all .3s var(--ease)
}

.faq details[open] {
  border-color:#ffffff29;
  border-left:3px solid var(--pink);
  background:#ffffff0a;
  box-shadow:var(--shadow-md)
}

.faq summary {
  padding:0 16px;
  min-height:52px;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  transition:color .2s;
  color:#fff;
  touch-action:manipulation
}

.faq summary::-webkit-details-marker {
  display:none
}

.faq summary::marker {
  content:""
}

.faq summary:after {
  content:"+";
  font-size:16px;
  font-weight:700;
  color:var(--txt3);
  flex-shrink:0;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ffffff0f;
  transition:all .3s var(--ease)
}

.faq details[open] summary:after {
  content:"−";
  color:var(--gold);
  background:var(--gold-bg);
  transform:rotate(180deg)
}

.faq-b {
  padding:0 16px 14px;
  font-size:13px;
  line-height:1.75;
  color:var(--txt2);
  animation:faqSlide .3s var(--ease)
}

@keyframes faqSlide {
  0% {
  opacity:0;
  transform:translateY(-6px)
  }
  to {
  opacity:1;
  transform:translateY(0)
  }
}

/* Footer and secondary pages */

.ft {
  background:var(--nav-bg);
  border-top:1px solid rgba(255,255,255,.04);
  padding:30px var(--gutter) 90px;
  color:#ffffff73;
  position:relative;
  padding-left:max(var(--gutter),env(safe-area-inset-left));
  padding-right:max(var(--gutter),env(safe-area-inset-right))
}

.ft:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(220,38,38,.1),transparent)
}

.ft-inner {
  max-width:var(--mw);
  margin:0 auto;
  text-align:center
}

.ft-disclaimer {
  max-width:760px;
  margin:18px auto 0
}

.ft-disclaimer p {
  font-size:11px;
  color:#ffffff4d;
  line-height:1.6;
  margin:0 auto
}

.ft-disclaimer p + p {
  margin-top:2px
}

.ft-line {
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.06),transparent);
  margin:18px 0
}

.ft-bottom {
  text-align:center
}

.ft-links {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px 28px;
  align-items:center
}

.ft-links a {
  color:#ffffff8c;
  font-size:11px;
  font-weight:700;
  line-height:1.4;
  text-transform:uppercase;
  letter-spacing:.06em;
  transition:color .2s var(--ease)
}

.ft-links a:is(:hover,:focus-visible) {
  color:#fff
}

.ft-copy {
  font-size:10px;
  color:#ffffff40;
  margin-bottom:0
}

/* @import "./pages/legal.css"; */

/* Original cross-component responsive layer */

@media(min-width:480px) {
  .faq summary {
    font-size:13.5px;
    padding:0 18px
  }
  .faq-b {
    padding:0 18px 16px;
    font-size:13.5px
  }
}

@media(min-width:640px) {
  :root {
    --gutter:20px
  }
  .nav {
    height:60px
  }
  .bonus-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px
  }
  .bonus-inner {
    padding:18px 20px
  }
  .bonus-name {
    font-size:16px
  }
  .bonus-body {
    font-size:13px
  }
  .br-v {
    font-size:14px
  }
  .faq summary {
    min-height:56px;
    font-size:14px
  }
  .faq-b {
    font-size:14px
  }
  .steps li {
    font-size:13.5px;
    padding:14px 16px 14px 52px
  }
  .dt {
    font-size:13px
  }
  .dt th,
  .dt td {
    padding:11px 16px
  }
  .ft {
    padding-bottom:90px
  }
}

@media(min-width:768px) {
  :root {
    --gutter:24px
  }
  .sec {
    padding:34px 0 26px
  }
  .ft-copy {
    text-align:center
  }
  .ft {
    padding-bottom:48px
  }
}

@media(min-width:960px) {
  :root {
    --gutter:24px
  }
  .ft {
    padding-bottom:48px
  }
  .content {
    order:0;
    grid-column:1;
    grid-row:2;
    max-width:100%
  }
  .nav {
    height:64px
  }
  .nav-logo-img {
    height:36px
  }
  .sec h2 {
    font-size:24px
  }
  .bonus-inner {
    padding:22px 24px
  }
  .dt {
    min-width:0
  }
  .tw:after {
    display:none
  }
}

@media(min-width:1140px) {
  .bonus-inner {
    padding:24px 28px
  }
  .bonus-name {
    font-size:17px
  }
  .bonus-body {
    font-size:14px
  }
  .br-v {
    font-size:15px
  }
  .faq summary {
    font-size:14.5px;
    min-height:58px
  }
  .faq-b {
    font-size:14.5px;
    padding:0 20px 18px
  }
  .sec h2 {
    font-size:25px
  }
}

@media(min-width:1400px) {
  :root {
    --mw:1220px
  }
  .sec p {
    font-size:15.5px
  }
}

@media(hover:hover)and (pointer:fine) {
  a:hover {
    color:var(--gold-d)
  }
  .bonus:hover {
    box-shadow:var(--shadow-lg);
    transform:translateY(-2px)
  }
  .bonus:hover .bonus-bar {
    opacity:1;
    transition:opacity .3s
  }
  .steps li:hover {
    border-color:var(--border);
    box-shadow:var(--shadow-sm);
    transform:translate(3px)
  }
  .steps li:hover:before {
    background:var(--accent);
    color:#fff;
    box-shadow:0 0 12px #BF360C4d;
  }
  .warn:hover {
    box-shadow:var(--shadow-md)
  }
  .faq summary:hover {
    color:var(--gold)
  }
  .dt tbody tr:hover {
    background:#BF360C08;
  }
  .dt tbody tr:nth-child(2n):hover {
    background:#BF360C0d;
  }
}

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

@media print {
  .nav {
    display:none!important
  }
  body {
    background:#fff;
    color:#000;
    font-size:11pt;
    line-height:1.5
  }
  a {
    color:#000;
    text-decoration:underline
  }
}

/* Shared utilities used by later components */

#faq {
  content-visibility:auto;
  contain-intrinsic-size:auto 500px
}

.ft {
  content-visibility:auto;
  contain-intrinsic-size:auto 300px
}

@keyframes tierPulse {
  0%,to {
  opacity:.5;
  transform:scale(1)
  }
  50% {
  opacity:1;
  transform:scale(1.1)
  }
}

.sec-img {
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:var(--r3);
  margin:16px 0;
  box-shadow:var(--shadow-md);
  display:block
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.two-columns h3 {
  margin-top: 0;
}

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

.icon {
  width:24px;
  height:24px;
  display:inline-block;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}

.icon [fill="currentColor"] {
  fill:currentColor;
  stroke:none
}

.grad-text {
  background:var(--grad-text);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent
}

@keyframes float {
  0%,to {
  transform:translateY(0) rotate(0)
  }
  50% {
  transform:translateY(-15px) rotate(3deg)
  }
}

.live-dot {
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--candy-cyan);
  box-shadow:0 0 10px var(--candy-cyan)
}

/* Hero and page layout */

.nav {
  background:#0e0d13b3;
  backdrop-filter:blur(24px) saturate(1.2);
  -webkit-backdrop-filter:blur(24px) saturate(1.2);
  border-bottom:1px solid var(--glass-border)
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 52px var(--gutter) 36px;
  padding-left: max(var(--gutter), env(safe-area-inset-left));
  padding-right: max(var(--gutter), env(safe-area-inset-right));
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

.hero-orb--1 {
  top: -160px;
  left: -120px;
  width: 420px;
  height: 420px;
  background: #bf360c47;
}

.hero-orb--2 {
  top: 40px;
  right: -160px;
  width: 480px;
  height: 480px;
  background: #e6510033;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--mw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 560px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--pill);
  background: var(--glass-fill);
  border: 1px solid rgba(246, 202, 69, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--candy-cyan);
}

.hero-title {
  font-family: var(--fh);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(34px, 11vw, 72px);
  color: #fff;
  display: flex;
  flex-direction: column;
  text-shadow: 0 0 30px rgba(246, 202, 69, 0.18);
}

.hero-title .grad-text {
  margin-top: 2px;
}

.hero-lead {
  font-size: clamp(14px, 3.6vw, 18px);
  line-height: 1.6;
  color: var(--txt2);
  max-width: 46ch;
}

.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
}

.hstat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 72px;
  padding: 10px 8px;
  border-radius: var(--r2);
  background: var(--glass-fill);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    border-color 0.25s var(--ease),
    transform 0.15s var(--ease);
}

.hstat:active {
  transform: scale(0.98);
}

.hstat-l {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  color: var(--txt3);
  white-space: nowrap;
}

.hstat-v {
  font-family: var(--fh);
  font-size: clamp(16px, 1.75vw, 21px);
  font-weight: 800;
  line-height: 1;
  color: var(--candy-cyan);
  white-space: nowrap;
}

.hstat:nth-child(5) {
  grid-column: 1/-1;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 6px;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 520px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-trust span {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 9px;
  row-gap: 1px;
  text-align: left;
}

.hero-trust .icon {
  grid-row: span 2;
  width: 20px;
  height: 20px;
  color: var(--candy-cyan);
  text-shadow: 0 0 14px rgba(246, 202, 69, 0.45);
}

.hero-trust b {
  color: var(--txt2);
  font-size: 10.5px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-trust small {
  color: var(--txt3);
  font-size: 10px;
  line-height: 1.2;
}

.hero-guide {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--mw);
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hero-guide a {
  min-width: 0;
  min-height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 9px 10px;
  border-radius: var(--r);
  border: 1px solid rgba(246, 202, 69, 0.15);
  background: rgba(255, 255, 255, 0.025);
  text-align: center;
  transition:
    transform 0.18s var(--ease),
    border-color 0.2s var(--ease),
    background 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}

.hero-guide b {
  color: var(--candy-cyan);
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-guide small {
  color: var(--txt3);
  font-size: 10px;
  line-height: 1.2;
}

.hero-guide a:is(:hover, :focus-visible) {
  transform: translateY(-2px);
  border-color: rgba(246, 202, 69, 0.42);
  background: rgba(246, 202, 69, 0.075);
  box-shadow:
    0 0 18px rgba(246, 202, 69, 0.12),
    inset 0 1px rgba(255, 255, 255, 0.07);
}

.hero-guide a:is(:hover, :focus-visible) b {
  color: #fff;
}

.hero-guide a:active {
  transform: translateY(0) scale(0.98);
  border-color: rgba(246, 202, 69, 0.42);
  background: rgba(246, 202, 69, 0.1);
}

.hbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: var(--pill);
  font-family: var(--fh);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: all 0.25s var(--ease);
  touch-action: manipulation;
}

.hbtn .icon {
  width: 22px;
  height: 22px;
}

.hbtn--play {
  background: var(--grad-cta);
  color: #fff;
  box-shadow:
    0 10px 28px -12px #bf360c,
    inset 0 1px #ffffff30;
}

.hbtn--play:active {
  transform: scale(0.97);
}

.hbtn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.hbtn--ghost .icon {
  color: #fff;
}

.hbtn--ghost:active {
  transform: scale(0.97);
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.hero-frame {
  position: relative;
  border-radius: var(--r3);
  overflow: hidden;
  aspect-ratio: 16/10;
  border: 1px solid rgba(246, 202, 69, 0.2);
  background: #151823;
  box-shadow:
    0 30px 60px -20px #000000b3,
    0 0 50px -12px #bf360c59;
  filter: drop-shadow(0 0 30px rgba(191, 54, 12, 0.15));
}

.hero-frame .ge-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-frame .ge-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 2;
}

.hero-frame-play {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, rgba(46, 24, 4, 0.7), transparent 60%);
  border: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.hero-frame-play:before {
  content: "";
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ffffff2e;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  animation: heroPulse 2.4s ease-in-out infinite;
}

.hero-frame-play .icon {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  color: #fff;
  fill: currentColor;
  stroke: none;
}

@keyframes heroPulse {
  0%,
  to {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.6;
  }
}

.hero-frame.is-playing .hero-frame-play,
.hero-frame.is-playing .ge-bg {
  opacity: 0;
  pointer-events: none;
}

.hero-frame-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  font-size: 11px;
  color: var(--txt2);
  background: linear-gradient(to top, rgba(4, 12, 6, 0.85), transparent);
  pointer-events: none;
}

.hero-frame-foot span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hff-brand {
  font-weight: 700;
  color: var(--accent);
}

.hero-frame.is-playing .hero-frame-foot {
  opacity: 0;
}

.hbubble {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--fh);
  font-weight: 800;
  color: #fff;
  background: rgba(246, 202, 69, 0.15);
  border: 1px solid rgba(246, 202, 69, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 0 24px #f6ca4540;
  animation: float 6s ease-in-out infinite;
  animation-delay: var(--d);
}

.hbubble--lg {
  top: -22px;
  right: -8px;
  width: 78px;
  height: 78px;
  font-size: 22px;
}

.hbubble--md {
  top: 38%;
  left: -18px;
  width: 52px;
  height: 52px;
  font-size: 16px;
}

.hbubble--sm {
  bottom: 6%;
  right: 14%;
  width: 60px;
  height: 60px;
  font-size: 18px;
}

.is-playing ~ .hbubble--lg {
  top: -85px;
  transition: top 1s ease-in-out;
}

.is-playing ~ .hbubble--sm {
  bottom: -24%;
  transition: bottom 1s ease-in-out;
}

.hbubble {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible;
}

.hbubble img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 18px rgba(246, 202, 69, 0.28));
  pointer-events: none;
}

.page-wrap {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 var(--gutter);
  padding-left: max(var(--gutter), env(safe-area-inset-left));
  padding-right: max(var(--gutter), env(safe-area-inset-right));
}

.page-wrap .content {
  max-width: 940px;
  margin: 0 auto;
}

@media(min-width:640px) {
  .hero {
    padding-top:62px
  }
  .hero-guide {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .hero-stats {
    grid-template-columns:repeat(6,1fr)
  }
  .hstat {
    grid-column:span 2
  }
  .hstat:nth-child(4),
  .hstat:nth-child(5) {
    grid-column:span 3
  }
  .hero-ctas {
    flex-direction:row;
    justify-content:center
  }
  .hbtn {
    flex:0 1 auto;
    min-width:200px
  }
}

@media(min-width:960px) {
  .hero {
    padding:74px var(--gutter) 64px
  }
  .hero-inner {
    flex-direction:row;
    text-align:left;
    gap:48px;
    align-items:center
  }
  .hero-copy {
    align-items:flex-start;
    text-align:left;
    flex:1;
    max-width:560px
  }
  .hero-lead {
    font-size:18px
  }
  .hero-stats {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
    gap:10px
  }
  .hstat {
    grid-column:auto;
    min-width:0;
    min-height:84px;
    padding:12px 8px
  }
  .hstat:nth-child(4),
  .hstat:nth-child(5) {
    grid-column:auto
  }
  .hero-ctas {
    justify-content:flex-start;
    margin-top:14px
  }
  .hero-trust {
    max-width:560px
  }
  .hero-guide {
    grid-template-columns:repeat(6,minmax(0,1fr));
    margin-top:34px
  }
  .hero-guide a {
    min-height:56px;
    padding:9px 8px
  }
  .hero-guide b {
    font-size:9px
  }
  .hero-guide small {
    font-size:9px
  }
  .hero-visual {
    flex:1;
    max-width:560px
  }
  .hbubble--lg {
    width:110px;
    height:110px;
    font-size:26px;
    top:-30px;
    right:-18px
  }
  .hbubble--md {
    width:76px;
    height:76px;
    font-size:20px;
    left:-28px
  }
  .hbubble--sm {
    width:86px;
    height:86px;
    font-size:22px
  }
}

@media(min-width:1140px) {
  .hero-title {
    font-size:72px
  }
}

@media(prefers-reduced-motion:reduce) {
  .hbubble,
  .hero-frame-play:before,
  .hero-orb {
    animation:none
  }
}

@media(max-width:959px) {
  .nav-logo-img {
    height:28px
  }
  .nav-demo {
    min-height:38px;
    padding:0 18px;
    font-size:12px
  }
}

@media(max-width:420px) {
  .nav-inner {
    gap:6px
  }
  .nav-demo {
    padding:0 14px;
    font-size:11px
  }
  .hero-trust {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:4px
  }
  .hero-trust span {
    column-gap:5px
  }
  .hero-trust .icon {
    width:16px;
    height:16px
  }
  .hero-trust b {
    font-size:8px;
    letter-spacing:.04em;
    white-space:nowrap
  }
  .hero-trust small {
    display:block;
    font-size:7px;
    line-height:1.15
  }
  .hero-guide {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
    margin-top:22px
  }
  .hero-guide a {
    min-height:42px;
    padding:8px
  }
  .hero-guide small {
    display:none
  }
  .hbubble--lg {
    width:88px;
    height:88px
  }
  .hbubble--md {
    width:62px;
    height:62px
  }
  .hbubble--sm {
    width:70px;
    height:70px
  }
}

@media(max-width:959px) {
  body {
    padding-bottom:calc(64px + var(--safe-b))
  }
}

/* Late components and deliberate final overrides */

.strat-cards {
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:18px 0 22px
}

.strat-card {
  display:flex;
  flex-direction:column;
  padding:18px 20px;
  border-radius:var(--r3);
  background:var(--glass-fill);
  border:1px solid var(--glass-border);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  transition:transform .2s var(--ease),border-color .25s var(--ease),box-shadow .25s var(--ease)
}

.strat-head {
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px
}

.strat-head .icon {
  width:22px;
  height:22px
}

.strat-name {
  font-family:var(--fh);
  font-weight:700;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase
}

.strat-tag {
  margin-left:auto;
  font-size:9px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  padding:4px 10px;
  border-radius:var(--pill);
  border:1px solid currentColor;
  opacity:.9
}

.strat-card p {
  font-size:13.5px;
  color:var(--txt2);
  line-height:1.7;
  margin:0 0 14px
}

.strat-meta {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto
}

.strat-meta span {
  display:inline-flex;
  flex-direction:column;
  gap:2px;
  padding:7px 12px;
  border-radius:var(--r);
  background:#ffffff0a;
  border:1px solid var(--glass-border);
  font-size:12px;
  font-weight:700;
  color:#fff
}

.strat-meta b {
  font-size:8px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--txt3)
}

.strat-card--cy {
  border-color:#22d3ee4d;
  background:#22d3ee0d
}

.strat-card--cy .strat-head {
  color:var(--candy-cyan)
}

.strat-card--pu {
  border-color:#ddb7ff4d;
  background:#ddb7ff0d
}

.strat-card--pu .strat-head {
  color:var(--accent)
}

.strat-card--pk {
  border-color:#ffb0cc4d;
  background:#ffb0cc0d
}

.strat-card--pk .strat-head {
  color:var(--pink)
}

@media(hover:hover)and (pointer:fine) {
  .strat-card:hover {
    transform:translateY(-3px);
    box-shadow:var(--shadow-md)
  }
  .strat-card--cy:hover {
    border-color:#22d3ee80
  }
  .strat-card--pu:hover {
    border-color:#ddb7ff80
  }
  .strat-card--pk:hover {
    border-color:#ffb0cc80
  }
}

@media(min-width:760px) {
  .strat-cards {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    align-items:stretch
  }
  .strat-card {
    min-height:238px
  }
  .strat-head {
    min-height:36px
  }
  .strat-card p {
    min-height:92px
  }
}

.content {
  min-width:0;
  width:100%
}

body {
  max-width:100%;
  overflow-x:clip
}

.sec,
.sec>* {
  max-width:100%
}

.sec img,
.sec-img {
  width:100%;
  height:auto
}

.tw,
.tw-s {
  max-width:100%;
  overflow-x:visible;
  -webkit-overflow-scrolling:touch
}

@media(max-width:640px) {
  .steps li {
    grid-template-columns:1fr
  }
  .dt {
    font-size:10px
  }
  .dt th {
    font-size:7px;
    letter-spacing:.03em
  }
  .dt th,
  .dt td {
    padding:8px 6px
  }
}

.sec h2,
.sec h3 {
  overflow-wrap:anywhere;
  word-break:break-word
}

.tw {
  box-shadow:inset 0 0 20px #F6CA450a,0 0 14px #BF360C14,var(--shadow-md);
  transition:box-shadow .35s var(--ease)
}

.tw:hover {
  box-shadow:inset 0 0 20px #F6CA450f,0 0 22px #BF360C29,var(--shadow-lg);
}

.dt thead {
  position:relative
}

.dt thead:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,var(--accent),var(--pink),var(--candy-cyan));
  opacity:.6
}

.dt tbody tr {
  transition:background .18s var(--ease);
}

.dt tbody tr:hover {
  background:#F6CA450f;
}

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