:root {
  --ink: #160d2b;
  --purple: #5630cf;
  --purple-deep: #12072f;
  --lime: #c7ff61;
  --mint: #62e6ad;
  --paper: #f7f4ec;
  --white: #fffefa;
  --line: rgba(22, 13, 43, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

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

.nav {
  align-items: center;
  background: rgba(18, 7, 47, 0.94);
  backdrop-filter: blur(16px);
  color: white;
  display: flex;
  height: 76px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(22px, 5vw, 78px);
  position: sticky;
  top: 0;
  z-index: 40;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 900;
  gap: 12px;
  letter-spacing: -0.04em;
}

.brand img {
  border-radius: 12px;
  flex-shrink: 0;
}

.navLinks {
  align-items: center;
  display: flex;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 24px;
}

.navLinks > a:not(.navCta) {
  color: rgba(255, 255, 255, 0.7);
  transition: color 150ms ease;
}

.navLinks > a:not(.navCta):hover {
  color: white;
}

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

.navCta {
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 10px 18px;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
  white-space: nowrap;
}

.navCtaChrome {
  background: var(--lime);
  color: var(--ink);
}

.navCtaFirefox {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: white;
}

.navCtaFirefox:hover {
  background: rgba(255, 255, 255, 0.22);
}

.navCta:hover {
  transform: translateY(-2px);
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 38% 24%, rgba(98, 230, 173, 0.14), transparent 23%),
    radial-gradient(circle at 92% 92%, rgba(86, 48, 207, 0.64), transparent 31%),
    var(--purple-deep);
  color: white;
  display: grid;
  gap: clamp(50px, 5vw, 100px);
  grid-template-columns: minmax(390px, 0.75fr) minmax(560px, 1.25fr);
  min-height: calc(100svh - 76px);
  overflow: hidden;
  padding: clamp(62px, 7vw, 110px) clamp(24px, 6vw, 100px);
}

.heroCopy {
  position: relative;
  z-index: 5;
}

.heroKicker,
.sectionLabel,
.bigIntro > span,
.choiceCopy > span {
  color: var(--lime);
  display: block;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

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

h1 {
  font-size: clamp(4.5rem, 7.7vw, 9rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.88;
  margin: 34px 0 38px;
}

h1 em {
  color: var(--lime);
  font-family: Iowan Old Style, "Palatino Linotype", Georgia, serif;
  font-style: normal;
  font-weight: 500;
}

.heroLead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  font-weight: 650;
  line-height: 1.35;
  max-width: 530px;
}

.heroActions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 34px 0 24px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 950;
  gap: 15px;
  justify-content: center;
  padding: 17px 24px;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-2px);
}

.buttonLime {
  background: var(--lime);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
  color: var(--ink);
}

.buttonOutline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: white;
}

.buttonOutline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

.button span {
  font-size: 1.35rem;
  line-height: 1;
}

.watchLink {
  border-bottom: 2px solid rgba(255, 255, 255, 0.36);
  color: white;
  font-size: 0.9rem;
  font-weight: 850;
  padding-bottom: 3px;
  transition: border-color 150ms ease;
}

.watchLink:hover {
  border-color: var(--lime);
}

.trustLine {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.heroDiscoveries {
  aspect-ratio: 1.03;
  display: grid;
  gap: clamp(12px, 1.2vw, 20px);
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  width: 100%;
}

.heroResult {
  background: var(--white);
  border: 4px solid white;
  border-radius: 15px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.heroResult > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.heroResult figcaption {
  align-items: center;
  background: rgba(18, 7, 47, 0.92);
  bottom: 10px;
  color: white;
  display: flex;
  gap: 10px;
  left: 10px;
  padding: 8px 12px;
  position: absolute;
}

.heroResult figcaption strong {
  color: var(--lime);
  font-size: 0.65rem;
  letter-spacing: 0.13em;
}

.heroResult figcaption span {
  font-size: 0.72rem;
  font-weight: 800;
}

.discoveryPlay {
  transform: rotate(-2.2deg) translateY(7px);
}

.discoveryLearn {
  transform: rotate(1.8deg) translateY(-5px);
}

.discoveryExplore {
  transform: rotate(1.3deg) translateY(4px);
}

.discoveryListen {
  transform: rotate(-1.6deg) translateY(-4px);
}

.heroClick {
  align-items: center;
  background: var(--lime);
  border: 6px solid var(--purple-deep);
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  height: 152px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 152px;
  z-index: 8;
}

.heroClick img {
  border-radius: 18px;
  height: 78px;
  width: 78px;
}

.heroClick span {
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  margin-top: 7px;
}

.impactStrip {
  align-items: center;
  background: var(--lime);
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(0.72rem, 1.25vw, 1rem);
  font-weight: 950;
  gap: clamp(15px, 3vw, 52px);
  justify-content: center;
  letter-spacing: 0.09em;
  padding: 25px 24px;
}

.impactStrip i {
  color: var(--purple);
  font-size: 1.6rem;
  font-style: normal;
}

.discoverySection,
.chooseSection {
  padding: clamp(90px, 10vw, 155px) clamp(22px, 6vw, 100px);
}

.bigIntro {
  margin-bottom: clamp(55px, 7vw, 95px);
  max-width: 1040px;
}

.bigIntro > span {
  color: var(--purple);
}

.bigIntro h2,
.demoCopy h2,
.privacySection h2,
.finalCta h2 {
  font-size: clamp(3.8rem, 8vw, 8.6rem);
  font-weight: 950;
  letter-spacing: -0.085em;
  line-height: 0.86;
  margin: 25px 0;
}

.bigIntro p {
  color: #5d536a;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 650;
  line-height: 1.45;
}

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

.discoveryCard {
  background: white;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(36, 16, 94, 0.13);
  overflow: hidden;
}

.discoveryCard img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.discoveryCard > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 22px;
}

.discoveryCard strong {
  color: var(--purple);
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.discoveryCard span {
  color: #6d6478;
  font-size: 0.85rem;
  font-weight: 800;
}

.demoSection {
  align-items: center;
  background: var(--purple);
  color: white;
  display: grid;
  gap: clamp(55px, 7vw, 110px);
  grid-template-columns: 0.65fr 1.35fr;
  padding: clamp(90px, 10vw, 150px) clamp(22px, 6vw, 100px);
}

.demoCopy h2 {
  font-size: clamp(4rem, 7vw, 7rem);
}

.demoCopy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.15rem;
  font-weight: 750;
  line-height: 1.6;
}

.videoFrame {
  background: var(--purple-deep);
  border: 4px solid white;
  border-radius: 17px;
  box-shadow: 0 30px 85px rgba(18, 7, 47, 0.42);
  overflow: hidden;
}

.browserBar {
  align-items: center;
  background: #efeaf7;
  display: flex;
  gap: 8px;
  height: 44px;
  padding: 0 15px;
}

.browserBar > span {
  background: #887d99;
  border-radius: 50%;
  height: 9px;
  opacity: 0.7;
  width: 9px;
}

.browserBar div {
  background: white;
  border-radius: 6px;
  color: #71667e;
  font-size: 0.67rem;
  margin-left: 10px;
  padding: 6px 18px;
  text-align: center;
  width: min(430px, 65%);
}

.videoFrame video {
  aspect-ratio: 16 / 10;
  background: var(--purple-deep);
  display: block;
  object-fit: cover;
  width: 100%;
}

.chooseSection {
  background: var(--white);
}

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

.choiceCard {
  background: var(--lime);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: clamp(28px, 4vw, 55px) clamp(18px, 3vw, 42px) 0;
}

.choiceCardPurple {
  background: var(--purple-deep);
  color: white;
}

.choiceCopy {
  margin-bottom: 34px;
}

.choiceCopy > span {
  color: var(--purple);
}

.choiceCardPurple .choiceCopy > span {
  color: var(--lime);
}

.choiceCopy h3 {
  font-size: clamp(2.5rem, 4.2vw, 4.8rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.95;
  margin: 16px 0;
}

.choiceCopy p {
  font-size: 1.08rem;
  font-weight: 700;
}

.choiceCard img {
  aspect-ratio: 16 / 10;
  border: 3px solid white;
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  box-shadow: 0 -10px 45px rgba(18, 7, 47, 0.18);
  height: auto;
  margin-top: auto;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.proofBar {
  background: var(--purple-deep);
  color: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 48px clamp(22px, 7vw, 120px);
}

.proofBar div {
  align-items: baseline;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  gap: 15px;
  justify-content: center;
}

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

.proofBar strong {
  color: var(--lime);
  font-family: Iowan Old Style, Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 500;
}

.proofBar span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacySection {
  align-items: center;
  background: var(--paper);
  display: grid;
  gap: clamp(40px, 6vw, 85px);
  grid-template-columns: auto 1fr 0.95fr;
  padding: clamp(90px, 10vw, 150px) clamp(22px, 7vw, 115px);
}

.privacyIcon img {
  border-radius: 27px;
  box-shadow: 0 20px 45px rgba(36, 16, 94, 0.22);
}

.privacySection .sectionLabel {
  color: var(--purple);
}

.privacySection h2 {
  font-size: clamp(3.3rem, 6vw, 6.3rem);
  margin-bottom: 0;
}

.privacySection ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacySection li {
  border-bottom: 1px solid var(--line);
  font-size: 0.83rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  padding: 19px 5px;
}

.privacySection li::before {
  color: var(--purple);
  content: "✓";
  margin-right: 12px;
}

.finalCta {
  align-items: center;
  background: var(--lime);
  display: flex;
  flex-direction: column;
  padding: clamp(100px, 12vw, 180px) 24px;
  text-align: center;
}

.finalCta > p {
  color: var(--purple);
  font-size: 0.73rem;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.finalCta h2 {
  max-width: 1000px;
}

.finalCtaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin: 18px 0 40px;
}

.buttonDark {
  background: var(--purple-deep);
  box-shadow: 0 17px 38px rgba(22, 13, 43, 0.22);
  color: white;
}

.buttonOutlineDark {
  background: transparent;
  border: 2px solid var(--purple-deep);
  color: var(--purple-deep);
}

.buttonOutlineDark:hover {
  background: rgba(18, 7, 47, 0.08);
}

.finalCta > img {
  border-radius: 18px;
}

footer {
  align-items: center;
  background: var(--purple-deep);
  color: white;
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
  padding: 28px clamp(22px, 6vw, 90px);
}

footer p {
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.footerBadges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.footerBadges a {
  display: block;
  line-height: 0;
  transition: opacity 150ms ease, transform 150ms ease;
}

.footerBadges a:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.footerBadges img {
  display: block;
  height: 42px;
  max-width: 180px;
  object-fit: contain;
  width: auto;
}

.footerLinks {
  align-items: center;
  display: flex;
  gap: 20px;
}

.footerLinks a {
  color: var(--lime);
  font-weight: 900;
  transition: opacity 150ms ease;
}

.footerLinks a:hover {
  opacity: 0.85;
}

.footerBrand {
  font-size: 0.95rem;
}

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

  .heroCopy {
    max-width: 850px;
  }

  .heroDiscoveries {
    max-width: 840px;
  }

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

  .demoCopy {
    max-width: 750px;
  }

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

  .privacySection ul {
    grid-column: 1 / 3;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .nav {
    height: 68px;
    padding: 0 16px;
  }

  .brand {
    flex-shrink: 0;
    font-size: 1.05rem;
    gap: 10px;
  }

  .brand img {
    height: 36px;
    width: 36px;
  }

  .navLinks > a:not(.navCta) {
    display: none;
  }

  .navCtaGroup {
    flex-shrink: 0;
    gap: 8px;
  }

  .navCta {
    font-size: 0.78rem;
    padding: 8px 13px;
  }

  .hero {
    min-height: auto;
    padding: 70px 22px 65px;
  }

  h1 {
    font-size: clamp(4.5rem, 21vw, 7rem);
  }

  .heroLead {
    font-size: 1.25rem;
  }

  .heroActions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .heroActions .button {
    width: 100%;
  }

  .heroDiscoveries {
    gap: 10px;
  }

  .heroResult {
    border-radius: 10px;
    border-width: 2px;
  }

  .heroResult figcaption {
    bottom: 5px;
    left: 5px;
    padding: 6px 8px;
  }

  .heroResult figcaption span {
    display: none;
  }

  .heroClick {
    border-width: 4px;
    height: 105px;
    width: 105px;
  }

  .heroClick img {
    border-radius: 12px;
    height: 56px;
    width: 56px;
  }

  .heroClick span {
    font-size: 0.48rem;
  }

  .impactStrip {
    justify-content: center;
  }

  .discoverySection,
  .chooseSection,
  .demoSection,
  .privacySection {
    padding: 85px 22px;
  }

  .bigIntro h2,
  .demoCopy h2,
  .privacySection h2,
  .finalCta h2 {
    font-size: clamp(3.6rem, 16vw, 5.7rem);
  }

  .discoveryGrid,
  .choiceGrid {
    grid-template-columns: 1fr;
  }

  .discoveryCard > div {
    padding: 16px;
  }

  .choiceCopy p {
    font-size: 1rem;
  }

  .proofBar {
    gap: 25px;
    grid-template-columns: 1fr;
    padding: 36px 22px;
  }

  .proofBar div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 0;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .proofBar div:last-child {
    border-bottom: 0;
  }

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

  .privacySection ul {
    grid-column: 1;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .footerLinks {
    flex-direction: column;
    gap: 8px;
  }

  .footerBadges {
    justify-content: flex-start;
  }
}

@media (max-width: 540px) {
  .nav {
    height: 62px;
    padding: 0 12px;
  }

  .brand {
    font-size: 0.95rem;
    gap: 8px;
  }

  .brand img {
    height: 32px;
    width: 32px;
  }

  .navCtaGroup {
    gap: 6px;
  }

  .ctaFullText {
    display: none;
  }

  .navCta {
    font-size: 0.74rem;
    font-weight: 850;
    padding: 7px 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
