:root {
  --ink: #10141a;
  --navy: #16314e;
  --navy-deep: #0b1b30;
  --slate: #6682a2;
  --slate-text: #5b6c80;
  --electric: #5a8dee;
  --electric-soft: #7fb3ff;
  --paper: #f6f8fb;
  --paper-dim: #eaeff6;
  --card: #ffffff;
  --hairline: #e0e6ee;
  --wrap: 1140px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shadow-sm: 0 2px 6px rgba(16, 32, 56, .05);
  --shadow-md: 0 12px 30px rgba(16, 32, 56, .10);
  --shadow-lg: 0 22px 50px rgba(16, 32, 56, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); color: var(--ink); background: var(--paper);
  line-height: 1.62; -webkit-font-smoothing: antialiased;
}
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
a { color: var(--navy); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.14; margin: 0 0 14px; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.3rem, 5.6vw, 3.85rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem, 3.8vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.1rem; font-weight: 700; letter-spacing: -0.015em; }
p { margin: 0 0 16px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.76rem; font-weight: 800; color: var(--electric); margin-bottom: 12px;
}
.eyebrow::before {
  content: ""; width: 11px; height: 15px; flex: none; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}
.on-dark .eyebrow { color: var(--electric-soft); }

.mark { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.38rem; letter-spacing: -0.035em; }
.mark:hover { text-decoration: none; }
.mark img { display: block; width: 32px; height: 32px; }
.mark .satis { color: var(--ink); }
.mark .faxion { color: var(--slate); }
.on-dark .mark .satis { color: #fff; }

header.site {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246, 248, 251, .88);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--hairline);
}
header.site .bar { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 18px; }
header.site nav { display: flex; gap: 24px; align-items: center; }
header.site nav a { font-size: .94rem; font-weight: 600; color: var(--slate-text); position: relative; }
header.site nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px;
  background: var(--electric); border-radius: 2px; transition: right .22s ease;
}
header.site nav a:hover { color: var(--navy); text-decoration: none; }
header.site nav a:hover::after { right: 0; }
@media (max-width: 900px) { header.site nav { display: none; } }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: .98rem;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--navy-deep); color: #fff; box-shadow: 0 8px 22px rgba(11, 27, 48, .26); }
.btn-primary:hover { background: #143252; box-shadow: 0 14px 30px rgba(11, 27, 48, .32); }
.btn-electric {
  background: linear-gradient(135deg, #6f9df3, var(--electric));
  color: #fff; box-shadow: 0 10px 26px rgba(90, 141, 238, .40);
}
.btn-electric:hover { box-shadow: 0 16px 34px rgba(90, 141, 238, .5); }
.btn-ghost { background: transparent; color: var(--navy); border-color: rgba(22, 49, 78, .3); }
.btn-ghost:hover { border-color: var(--navy); background: rgba(22, 49, 78, .04); }
.on-dark .btn-ghost, .promise .btn-ghost {
  color: #fff; border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .08);
}
.on-dark .btn-ghost:hover, .promise .btn-ghost:hover {
  background: rgba(255, 255, 255, .16); border-color: #fff;
}
.btn-light {
  background: #fff; color: var(--navy-deep);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
}
.btn-light:hover { background: #eaf1fd; color: var(--navy-deep); }

.btn .bolt {
  width: 13px; height: 18px; flex: none; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(1100px 620px at 18% -18%, #1e4571 0%, #14304f 42%, #0b1b30 100%);
  padding: 84px 0 96px;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(600px 300px at 88% 8%, rgba(90, 141, 238, .22), transparent 70%),
    radial-gradient(500px 260px at 8% 96%, rgba(127, 179, 255, .13), transparent 72%);
}
.hero .grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; gap: 54px; align-items: center; }
@media (max-width: 960px) { .hero .grid { grid-template-columns: 1fr; gap: 44px; } }
.hero h1 { color: #fff; }
.hero h1 .flash { color: var(--electric-soft); }
.hero p.lede { font-size: 1.16rem; color: #cddcef; max-width: 33em; }
.hero .cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero .fineprint { margin-top: 24px; font-size: .92rem; color: #8ba4c2; }
.badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .81rem; font-weight: 600; color: #dbe6f5;
  border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; padding: 7px 15px;
  background: rgba(255, 255, 255, .07);
}
.badge::before {
  content: ""; width: 8px; height: 11px; background: var(--electric-soft);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}

.phone-holder { position: relative; display: flex; justify-content: center; align-items: center; }
.phone-holder::before {
  content: ""; position: absolute; z-index: 0;
  width: 400px; height: 720px; max-width: 110vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 760'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%237FB3FF' stop-opacity='.55'/%3E%3Cstop offset='1' stop-color='%235A8DEE' stop-opacity='.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M243 0 40 430h132L128 760 392 300H243L243 0Z' fill='url(%23g)'/%3E%3Cpath d='M243 0 40 430h132L128 760 392 300H243L243 0Z' fill='none' stroke='%239CC3FF' stroke-opacity='.3' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: .85; transform: translate(8%, -2%) rotate(-6deg); pointer-events: none;
}
.phone {
  position: relative; z-index: 2; width: 302px; max-width: 78vw; aspect-ratio: 9 / 19.5;
  background: linear-gradient(160deg, #1b2b41, #080f1c);
  border-radius: 46px; padding: 11px;
  box-shadow: 0 0 0 1.5px #31435d, 0 0 0 8px rgba(90, 141, 238, .08),
    0 34px 80px rgba(0, 0, 0, .6), 0 0 110px rgba(90, 141, 238, .3);
}
.phone::before {
  content: ""; position: absolute; top: 19px; left: 50%; transform: translateX(-50%);
  width: 11px; height: 11px; border-radius: 50%;
  background: #04070d; box-shadow: inset 0 0 0 2px #1e2b42; z-index: 3;
}
.phone .screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 36px; background: #0b1b30; }
.phone .screen video, .phone .screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.phone-caption { position: relative; z-index: 2; text-align: center; margin-top: 20px; font-size: .9rem; color: #8ba4c2; }

section { padding: 84px 0; }
section.tight { padding: 64px 0; }
section.alt { background: var(--paper-dim); }
.section-head { max-width: 47em; margin-bottom: 40px; }
.section-head p { color: var(--slate-text); font-size: 1.06rem; }

.cards { column-gap: 18px; }
.cards.c2 { columns: 2; }
.cards.c3 { columns: 3; }
.cards > * { break-inside: avoid; -webkit-column-break-inside: avoid; page-break-inside: avoid; }
@media (max-width: 960px) { .cards.c3 { columns: 2; } }
@media (max-width: 640px) { .cards.c2, .cards.c3 { columns: 1; } }

.card {
  position: relative; display: block; width: 100%;
  margin: 0 0 18px; background: var(--card);
  border: 1px solid var(--hairline); border-radius: 14px;
  padding: 20px 20px 18px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  overflow: hidden;
}
.card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--electric), var(--electric-soft));
  transition: width .3s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #cddaeb; }
.card:hover::before { width: 100%; }
.card h3 { margin-bottom: 7px; font-size: 1.02rem; color: var(--ink); display: flex; align-items: flex-start; gap: 9px; }
.card h3::before {
  content: ""; width: 12px; height: 17px; flex: none; margin-top: 3px;
  background: var(--electric); opacity: .9;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}
.card p { color: var(--slate-text); margin: 0; font-size: .92rem; line-height: 1.55; }
.card .tile {
  width: 46px; height: 46px; border-radius: 13px; margin-bottom: 16px;
  background: linear-gradient(140deg, #6f9df3, #2c4a8a);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 20px; font-weight: 800;
  box-shadow: 0 6px 16px rgba(44, 74, 138, .3);
}
.card.plain h3::before { display: none; }

.group-head {
  display: flex; align-items: center; gap: 12px;
  font-size: .84rem; text-transform: uppercase; letter-spacing: .16em;
  font-weight: 800; color: var(--slate); margin: 0 0 18px;
}
.group-head::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--hairline), transparent); }

.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
@media (max-width: 800px) { .prices { grid-template-columns: 1fr; } }
.price {
  position: relative; background: var(--card); border: 1px solid var(--hairline);
  border-radius: 18px; padding: 32px 26px; text-align: center;
  box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
}
.price:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.price.featured {
  border-color: var(--electric); box-shadow: 0 14px 40px rgba(90, 141, 238, .2);
  background: linear-gradient(180deg, #fbfcff, #fff);
}
.price .count { font-size: 1.9rem; font-weight: 800; letter-spacing: -.03em; }
.price .amount { font-size: 2.5rem; font-weight: 800; letter-spacing: -.04em; color: var(--navy-deep); margin: 12px 0 4px; }
.price .each { color: var(--slate-text); font-size: .93rem; }
.price .tag {
  display: inline-flex; align-items: center; gap: 6px; margin-bottom: 14px;
  font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
  color: #fff; background: linear-gradient(135deg, #6f9df3, var(--electric));
  padding: 5px 13px; border-radius: 999px;
}

.steps { display: grid; gap: 26px; }
.step { display: flex; gap: 20px; align-items: flex-start; position: relative; }
.step .num {
  flex: none; width: 44px; height: 44px; border-radius: 13px;
  background: linear-gradient(140deg, #6f9df3, #2c4a8a); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem;
  box-shadow: 0 8px 18px rgba(44, 74, 138, .28);
}
.step:not(:last-child)::after {
  content: ""; position: absolute; left: 21px; top: 52px; height: calc(100% - 34px); width: 2px;
  background: linear-gradient(180deg, rgba(90, 141, 238, .45), rgba(90, 141, 238, .05));
}
.step p { color: var(--slate-text); margin: 5px 0 0; }

.slider { position: relative; }
.slider-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 26px; }
.shots {
  display: flex; gap: 20px; overflow-x: auto; padding: 8px 4px 10px;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.shots::-webkit-scrollbar { display: none; }
.shot { flex: 0 0 auto; width: 226px; scroll-snap-align: center; }
.shot img {
  width: 100%; height: auto; display: block; border-radius: 22px;
  border: 1px solid var(--hairline); background: #fff; box-shadow: var(--shadow-md);
  transition: transform .2s ease, box-shadow .2s ease;
}
.shot:hover img { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.shot p { margin: 14px 4px 0; font-size: .9rem; color: var(--slate-text); line-height: 1.5; }
.slider-nav { display: flex; gap: 10px; flex: none; }
.slider-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--hairline); background: #fff; color: var(--navy);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: background .18s ease, border-color .18s ease, transform .18s ease, opacity .18s ease;
}
.slider-btn:hover { border-color: var(--electric); color: var(--electric); transform: translateY(-2px); }
.slider-btn:disabled { opacity: .3; cursor: default; transform: none; }
.slider-btn svg { width: 17px; height: 17px; }
@media (max-width: 700px) { .slider-nav { display: none; } }

.promise {
  position: relative; overflow: hidden;
  background: radial-gradient(820px 460px at 16% 0%, #1e4571 0%, #14304f 46%, #0b1b30 100%);
  color: #fff; border-radius: 26px; padding: 60px 46px; text-align: center;
  box-shadow: 0 26px 60px rgba(11, 27, 48, .3);
}
.promise::before {
  content: ""; position: absolute; right: -40px; top: -60px;
  width: 300px; height: 540px; opacity: .5; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 760'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%237FB3FF' stop-opacity='.55'/%3E%3Cstop offset='1' stop-color='%235A8DEE' stop-opacity='.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M243 0 40 430h132L128 760 392 300H243L243 0Z' fill='url(%23g)'/%3E%3Cpath d='M243 0 40 430h132L128 760 392 300H243L243 0Z' fill='none' stroke='%239CC3FF' stroke-opacity='.3' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat; transform: rotate(14deg);
}
.promise > * { position: relative; z-index: 2; }
.promise h2 { color: #fff; }
.promise p { color: #cddcef; max-width: 42em; margin: 0 auto 26px; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  background: var(--card); border: 1px solid var(--hairline); border-radius: 999px;
  padding: 9px 17px; font-size: .93rem; font-weight: 600; color: var(--navy);
}

.faq { border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline); padding: 20px 4px; transition: background .2s ease; }
.faq details[open] { background: rgba(90, 141, 238, .04); }
.faq summary {
  cursor: pointer; font-weight: 700; font-size: 1.05rem; list-style: none;
  display: flex; justify-content: space-between; gap: 18px; align-items: center; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 13px; height: 18px; background: var(--electric);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .25s ease;
}
.faq details[open] summary::after { transform: rotate(180deg); }
.faq details p { margin: 14px 0 0; color: var(--slate-text); max-width: 60em; }

.legal { max-width: 790px; margin: 0 auto; padding: 60px 0 96px; }
.legal h1 { font-size: clamp(2rem, 4.2vw, 2.8rem); margin-bottom: 10px; }
.legal .updated { color: var(--slate-text); font-size: .94rem; margin-bottom: 36px; }
.legal h2 { font-size: 1.38rem; margin-top: 44px; display: flex; align-items: center; gap: 10px; }
.legal h2::before {
  content: ""; width: 11px; height: 15px; flex: none; background: var(--electric);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}
.legal h3 { font-size: 1.06rem; margin-top: 28px; }
.legal p, .legal li { color: #2b3644; }
.legal ul, .legal ol { padding-left: 22px; margin: 0 0 16px; }
.legal li { margin-bottom: 9px; }
.legal .note {
  background: var(--card); border: 1px solid var(--hairline); border-left: 3px solid var(--electric);
  border-radius: 14px; padding: 20px 22px; margin: 24px 0; box-shadow: var(--shadow-sm);
}
.legal .note p:last-child { margin-bottom: 0; }
.legal table { width: 100%; border-collapse: collapse; margin: 20px 0 26px; font-size: .95rem; }
.legal th, .legal td { text-align: left; padding: 12px 13px; border-bottom: 1px solid var(--hairline); vertical-align: top; }
.legal th { background: var(--paper-dim); font-weight: 700; }

footer.site { background: var(--navy-deep); color: #8ba4c2; padding: 54px 0 46px; }
footer.site a { color: #cddcef; font-weight: 600; font-size: .95rem; }
footer.site a:hover { color: #fff; }
footer.site .rows { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
footer.site nav { display: flex; gap: 24px; flex-wrap: wrap; }
footer.site .copy { font-size: .89rem; margin-top: 28px; }

.center { text-align: center; }
.muted { color: var(--slate-text); }

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

/* ---------- Live lightning ---------- */
.strike { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.strike svg { position: absolute; height: 104%; width: 170px; top: -4%; }
.strike .s1 { left: 4%; }
.strike .s2 { right: 8%; transform: scaleX(-1); }
.strike path {
  fill: none !important; stroke: #9CC3FF; stroke-width: 2.4;
  stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(127, 179, 255, .95));
  stroke-dasharray: 1200; stroke-dashoffset: 1200; opacity: 0;
}
.strike .s1 path { animation: strike 9s ease-out infinite; }
.strike .s2 path { animation: strike 13s ease-out 4.5s infinite; }
@keyframes strike {
  0%   { stroke-dashoffset: 1200; opacity: 0; }
  2%   { stroke-dashoffset: 0; opacity: 1; }
  4%   { opacity: .25; }
  6%   { opacity: .95; }
  9%   { opacity: 0; }
  100% { stroke-dashoffset: 0; opacity: 0; }
}

/* A box that gets struck: the border charges up and races round the edge */
.charged { position: relative; }
.charged::after {
  content: ""; position: absolute; inset: -1px; border-radius: inherit;
  padding: 2px; pointer-events: none;
  background: conic-gradient(from 0deg, transparent 0deg, transparent 300deg,
    #7FB3FF 336deg, #E8F1FF 348deg, #7FB3FF 356deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: charge 7s linear infinite; opacity: .9;
}
.price.featured.charged::after { animation-duration: 5.5s; }
.promise.charged::after { animation-duration: 9s; }
@keyframes charge { to { transform: rotate(360deg); } }

/* ---------- Sound toggle on the hero video ---------- */
.sound-btn {
  position: absolute; right: 14px; bottom: 14px; z-index: 4;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(8, 18, 33, .72); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; backdrop-filter: blur(6px);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.sound-btn:hover { background: rgba(90, 141, 238, .85); border-color: #fff; transform: scale(1.06); }
.sound-btn svg { width: 19px; height: 19px; }
.sound-btn .on { display: none; }
.sound-btn[data-on="true"] .on { display: block; }
.sound-btn[data-on="true"] .off { display: none; }

/* ---------- Slider dots, so navigation never depends on JavaScript ---------- */
.slider-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; flex-wrap: wrap; }
.slider-dots a {
  width: 30px; height: 5px; border-radius: 999px; background: #cbd6e4;
  transition: background .2s ease, transform .2s ease;
}
.slider-dots a:hover { background: var(--electric); transform: scaleY(1.6); text-decoration: none; }
.shot { scroll-margin-left: 24px; }


/* ---------- Lightning traced around each box ---------- */
@property --arc {
  syntax: "<angle>"; initial-value: 0deg; inherits: false;
}
.card::after {
  content: ""; position: absolute; inset: -1px; border-radius: 15px;
  padding: 1.7px; pointer-events: none;
  background: conic-gradient(from var(--arc),
    transparent 0deg, transparent 232deg,
    rgba(90, 141, 238, .35) 268deg,
    rgba(127, 179, 255, .95) 300deg,
    #EAF3FF 322deg,
    rgba(127, 179, 255, .95) 338deg,
    rgba(90, 141, 238, .3) 352deg,
    transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: trace 7s linear infinite;
}
@keyframes trace { to { --arc: 360deg; } }

/* Each box runs at its own speed and starts at its own moment, so the
   strikes never line up and it reads as random round the grid. */
.card:nth-child(6n+1)::after { animation-duration: 7s;    animation-delay: -0.4s; }
.card:nth-child(6n+2)::after { animation-duration: 9.5s;  animation-delay: -3.7s; }
.card:nth-child(6n+3)::after { animation-duration: 6.2s;  animation-delay: -1.9s; }
.card:nth-child(6n+4)::after { animation-duration: 11s;   animation-delay: -6.3s; }
.card:nth-child(6n+5)::after { animation-duration: 8.1s;  animation-delay: -5.1s; }
.card:nth-child(6n)::after   { animation-duration: 12.5s; animation-delay: -2.6s; }

/* A soft blue glow inside the box, like the gradient tiles in the app */
.card {
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(90, 141, 238, .07), transparent 55%),
    linear-gradient(180deg, #ffffff, #fbfcfe);
}
.card:hover { border-color: rgba(90, 141, 238, .55); }
.card:hover::after { animation-duration: 2.4s; }

/* Headings get the app's gradient bolt tile instead of a flat mark */
.card h3 { align-items: center; gap: 11px; }
.card h3::before {
  width: 26px; height: 26px; margin-top: 0; border-radius: 8px;
  background: linear-gradient(140deg, #6f9df3, #2c4a8a);
  box-shadow: 0 4px 10px rgba(44, 74, 138, .3);
  -webkit-mask: none; mask: none;
  background-image:
    linear-gradient(140deg, #6f9df3, #2c4a8a),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 34'%3E%3Cpath d='M13.6 0 1 19.2h7.4L6.9 34 21 13.6h-7.9L13.6 0Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: cover, 11px 15px;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  opacity: 1;
}

@supports not (background: conic-gradient(from 0deg, red, blue)) {
  .card::after { display: none; }
}

/* ---------- Back to top (restored, I truncated these out in v9) ---------- */
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 70;
  width: 48px; height: 48px; min-width: 48px; min-height: 48px;
  padding: 0; border-radius: 50%; cursor: pointer;
  background: var(--navy-deep); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(11, 27, 48, .38);
  border: 1px solid rgba(255, 255, 255, .14);
  opacity: 0; visibility: hidden;
  transition: transform .2s ease, background .2s ease, opacity .25s ease, visibility .25s;
}
.to-top.show { opacity: 1; visibility: visible; }
.to-top:hover { background: var(--electric); transform: translateY(-3px); text-decoration: none; }
.to-top svg { width: 20px; height: 20px; display: block; flex: none; }
@media (max-width: 520px) { .to-top { right: 14px; bottom: 14px; width: 44px; height: 44px; } }

/* ---------- Slider drag (also restored) ---------- */
.shots { scroll-snap-type: x proximity; cursor: grab; }
.shots.dragging { cursor: grabbing; scroll-snap-type: none; }
.shots.dragging .shot img { pointer-events: none; }

/* ---------- Cards line up on a real grid ---------- */
.cards { display: grid; column-gap: 18px; row-gap: 18px; columns: auto; align-items: stretch; }
.cards.c2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards.c3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 960px) { .cards.c3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .cards.c2, .cards.c3 { grid-template-columns: minmax(0, 1fr); } }
.card { margin: 0; height: 100%; display: flex; flex-direction: column; }
.card p { flex: 1 0 auto; }

/* At least one box is always mid strike: six offsets across a shared cycle */
.card::after { animation: trace 8s linear infinite; }
.card:nth-child(6n+1)::after { animation-delay: -0.2s; animation-duration: 8s; }
.card:nth-child(6n+2)::after { animation-delay: -1.6s; animation-duration: 8s; }
.card:nth-child(6n+3)::after { animation-delay: -3.0s; animation-duration: 8s; }
.card:nth-child(6n+4)::after { animation-delay: -4.4s; animation-duration: 8s; }
.card:nth-child(6n+5)::after { animation-delay: -5.8s; animation-duration: 8s; }
.card:nth-child(6n)::after   { animation-delay: -7.2s; animation-duration: 8s; }
/* Then break the rhythm so it never looks like a marching pattern */
.cards.c3 .card:nth-child(7n+2)::after  { animation-duration: 11.3s; }
.cards.c3 .card:nth-child(7n+5)::after  { animation-duration: 6.7s; }
.cards.c3 .card:nth-child(11n+3)::after { animation-duration: 13.1s; }
.cards.c3 .card:nth-child(11n+8)::after { animation-duration: 9.4s; }

/* ---------- v11 ---------- */
/* The rotating arc is gone. Nothing spins anywhere now. */
.charged::after { display: none !important; animation: none !important; }

/* Back to top: visible on its own, no script needed to see or use it */
.to-top { opacity: 1; visibility: visible; text-decoration: none; }
.to-top:hover { text-decoration: none; }

/* Lightning you can actually see: thicker, brighter, with a real glow */
.card::after {
  padding: 2.4px;
  background: conic-gradient(from var(--arc),
    transparent 0deg, transparent 214deg,
    rgba(90, 141, 238, .55) 258deg,
    rgba(127, 179, 255, 1) 296deg,
    #ffffff 320deg,
    rgba(127, 179, 255, 1) 340deg,
    rgba(90, 141, 238, .5) 354deg,
    transparent 360deg);
  filter: drop-shadow(0 0 7px rgba(127, 179, 255, .85))
          drop-shadow(0 0 16px rgba(90, 141, 238, .5));
}

/* Screens on a panel, tighter together, so the row reads as one band */
.shots { gap: 14px; padding: 8px 4px 4px; }
.shot { width: 244px; }
.shot.panel {
  background: linear-gradient(180deg, #ffffff, #eef3fa);
  border: 1px solid var(--hairline);
  border-radius: 22px; padding: 16px 16px 4px;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.shot.panel:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #cddaeb; }
.shot.panel img {
  border-radius: 16px; box-shadow: 0 6px 18px rgba(16, 32, 56, .16);
  border-color: #dbe3ee;
}
.shot.panel:hover img { transform: none; box-shadow: 0 8px 22px rgba(16, 32, 56, .2); }
.shot.panel p {
  margin: 12px 2px 14px; font-size: .88rem; line-height: 1.45;
  color: var(--slate-text); min-height: 3.6em;
}

/* ---------- v12: screens wider, gaps tighter ---------- */
.shots { gap: 8px; padding: 6px 2px 2px; }
.shot { width: 306px; }
.shot.panel { padding: 9px 9px 2px; border-radius: 20px; }
.shot.panel img { border-radius: 14px; }
.shot.panel p {
  margin: 10px 4px 12px; font-size: .87rem; line-height: 1.42; min-height: 3.3em;
}
@media (max-width: 640px) {
  .shot { width: 78vw; }
  .shots { gap: 8px; }
}

/* ---------- v13: real phone frames, Whittle style, packed tight ---------- */
.shots { gap: 18px; padding: 4px 2px 0; }
.shot { width: 268px; }
/* the white panel is gone, the phone is the frame */
.shot.panel, .shot {
  background: none; border: none; box-shadow: none; padding: 0;
  border-radius: 0;
}
.shot .frame {
  background: linear-gradient(165deg, #22344d 0%, #0d1venue 100%);
  background: linear-gradient(165deg, #22344d 0%, #0d192b 100%);
  border-radius: 34px; padding: 8px;
  box-shadow: 0 14px 34px rgba(11, 27, 48, .30), 0 0 0 1px rgba(255,255,255,.06) inset;
  transition: transform .2s ease, box-shadow .2s ease;
}
.shot .frame img {
  width: 100%; height: auto; display: block;
  border-radius: 27px; border: none; box-shadow: none; background: #fff;
}
.shot:hover .frame { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(11, 27, 48, .38); }
.shot:hover .frame img { transform: none; }
.shot p {
  margin: 16px 6px 0; font-size: .93rem; line-height: 1.45;
  color: var(--slate-text); min-height: 3em; text-align: center;
}
@media (max-width: 640px) {
  .shot { width: 72vw; }
  .shots { gap: 14px; }
}


/* Store badges: the real thing, straight to the store, new tab. */
.store-badge {
  display: inline-block;
  line-height: 0;
  border-radius: 8px;
  transition: transform .12s ease, opacity .12s ease;
}
.store-badge img { display: block; height: 56px; width: auto; }
.store-badge:hover { transform: translateY(-1px); opacity: .92; }
.store-badge:focus-visible { outline: 3px solid #9CC3FF; outline-offset: 3px; }
.store-badges {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero .cta { align-items: center; flex-wrap: wrap; }
