:root {
  --navy-950: #0a1035;
  --navy-900: #11194d;
  --navy-800: #192568;
  --navy-700: #243788;
  --gold-500: #f7b817;
  --gold-400: #ffd24a;
  --gold-100: #fff4c8;
  --paper: #fffaf0;
  --surface: #ffffff;
  --ink: #10162f;
  --muted: #5e6479;
  --border: rgba(17, 25, 77, 0.12);
  --coral: #f16357;
  --mint: #24947e;
  --shadow-soft: 0 24px 70px rgba(17, 25, 77, 0.12);
  --shadow-card: 0 16px 44px rgba(17, 25, 77, 0.1);
  --container: 1180px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --transition: 220ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans Devanagari", "Mangal", "Kohinoor Devanagari", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  transform: translateY(-150%);
  border-radius: 10px;
  background: var(--surface);
  color: var(--navy-900);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(17, 25, 77, 0.08);
  background: rgba(255, 250, 240, 0.92);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(247, 184, 23, 0.28);
}

.brand span,
.footer-brand span {
  display: grid;
  line-height: 1.25;
}

.brand strong,
.footer-brand strong {
  color: var(--navy-900);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.brand small,
.footer-brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.nav-download {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 14px;
  background: var(--navy-900);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(17, 25, 77, 0.2);
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
  touch-action: manipulation;
}

.nav-download svg,
.learn-more svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.nav-download:hover {
  transform: translateY(-2px);
  background: var(--navy-800);
  box-shadow: 0 14px 28px rgba(17, 25, 77, 0.24);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 22%, rgba(255, 210, 74, 0.25), transparent 26%),
    radial-gradient(circle at 12% 88%, rgba(36, 55, 136, 0.9), transparent 38%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 55%, #18266b);
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  mask-image: linear-gradient(to right, black, transparent 65%);
  opacity: 0.5;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.hero-glow-one {
  right: -130px;
  bottom: -240px;
  width: 580px;
  height: 580px;
  background: rgba(247, 184, 23, 0.12);
}

.hero-glow-two {
  top: 90px;
  left: -220px;
  width: 480px;
  height: 480px;
  background: rgba(89, 111, 221, 0.18);
}

.hero-grid {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
  align-items: center;
  gap: 64px;
  padding-block: 76px 86px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 610px;
}

.eyebrow,
.download-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy-700);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 8px 13px;
  border: 1px solid rgba(247, 184, 23, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-400);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.eyebrow svg {
  width: 17px;
  height: 17px;
  fill: var(--gold-500);
  stroke: var(--navy-900);
  stroke-linejoin: round;
  stroke-width: 1.2;
}

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

h1 {
  max-width: 600px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(3.1rem, 5.6vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

h1 span {
  position: relative;
  display: inline-block;
  color: #fff;
}

h1 span::after {
  position: absolute;
  z-index: -1;
  right: -8px;
  bottom: 6px;
  left: -6px;
  height: 22%;
  border-radius: 999px;
  background: var(--gold-400);
  content: "";
  transform: rotate(-1.2deg);
}

.hero-text {
  max-width: 570px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.8;
}

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

.play-store-button {
  display: inline-flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 11px 22px;
  border: 2px solid var(--navy-950);
  border-radius: 17px;
  background: var(--navy-950);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 15px 30px rgba(10, 16, 53, 0.22);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  touch-action: manipulation;
}

.play-store-button:hover {
  transform: translateY(-3px);
  background: var(--navy-800);
  box-shadow: 0 20px 36px rgba(10, 16, 53, 0.28);
}

.play-store-button:active,
.nav-download:active {
  transform: scale(0.98);
}

.play-icon {
  width: 32px;
  height: 36px;
  flex: 0 0 auto;
}

.play-store-button span {
  display: grid;
  line-height: 1.1;
}

.play-store-button small {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.play-store-button strong {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.learn-more {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 13px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: color var(--transition), transform var(--transition);
}

.learn-more:hover {
  transform: translateY(2px);
  color: var(--gold-400);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.trust-row > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-row svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--gold-500);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.trust-row span,
.floating-note span {
  display: grid;
  line-height: 1.35;
}

.trust-row strong {
  color: #fff;
  font-size: 13px;
}

.trust-row small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.brand-stage {
  position: relative;
  display: grid;
  min-height: 510px;
  place-items: center;
}

.brand-stage::before,
.brand-stage::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.brand-stage::before {
  width: 510px;
  height: 510px;
  border: 1px solid rgba(255, 210, 74, 0.22);
  box-shadow: 0 0 0 72px rgba(255, 210, 74, 0.035), 0 0 0 144px rgba(255, 210, 74, 0.025);
  transform: translate(-50%, -50%);
}

.brand-stage::after {
  width: 380px;
  height: 380px;
  background: rgba(247, 184, 23, 0.15);
  filter: blur(60px);
  transform: translate(-50%, -50%);
}

.brand-visual {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(14px);
  transform: perspective(1100px) rotateY(-4deg) rotateX(2deg);
}

.brand-visual > img {
  width: 100%;
  border-radius: 19px;
}

.brand-stage-badge {
  position: absolute;
  z-index: 3;
  top: -46px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 13px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.23);
}

.brand-stage-badge img {
  width: 54px;
  height: 54px;
  border-radius: 15px;
}

.brand-stage-badge span {
  display: grid;
  line-height: 1.2;
}

.brand-stage-badge small {
  color: #8b6915;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.brand-stage-badge strong {
  color: var(--navy-900);
  font-size: 15px;
}

.brand-stage-badge > svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #16886f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.brand-feature-list {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: -47px;
  left: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
}

.brand-feature-list > div {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  color: var(--navy-900);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.brand-feature-list > div + div {
  border-left: 1px solid var(--border);
}

.brand-feature-list svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: #b77900;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.features {
  position: relative;
  padding-block: 104px 112px;
  background: var(--surface);
}

.section-heading {
  max-width: 710px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #996300;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.download-copy h2 {
  margin-bottom: 14px;
  color: var(--navy-900);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 268px;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(17, 25, 77, 0.05);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.feature-card::after {
  position: absolute;
  right: -34px;
  bottom: -45px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  opacity: 0.07;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(17, 25, 77, 0.22);
  box-shadow: var(--shadow-card);
}

.feature-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 29px;
  place-items: center;
  border-radius: 15px;
  background: currentColor;
}

.feature-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.feature-card h3 {
  margin-bottom: 9px;
  color: var(--navy-900);
  font-size: 20px;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.feature-gold {
  color: #bd7b00;
}

.feature-blue {
  color: var(--navy-700);
}

.feature-coral {
  color: var(--coral);
}

.feature-mint {
  color: var(--mint);
}

.app-gallery {
  position: relative;
  overflow: hidden;
  padding-block: 106px 116px;
  background:
    radial-gradient(circle at 8% 18%, rgba(247, 184, 23, 0.15), transparent 24%),
    radial-gradient(circle at 92% 74%, rgba(241, 99, 87, 0.13), transparent 28%),
    var(--navy-950);
}

.app-gallery::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  pointer-events: none;
}

.section-heading-light {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.section-heading-light > span {
  color: var(--gold-400);
}

.section-heading-light h2 {
  color: #fff;
}

.section-heading-light p {
  color: rgba(255, 255, 255, 0.68);
}

.gallery-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.gallery-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.gallery-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 210, 74, 0.62);
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.32);
}

.gallery-card-raised {
  margin-top: 34px;
}

.gallery-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 619 / 1100;
  object-fit: cover;
  background: #d63211;
}

.gallery-card figcaption {
  display: grid;
  gap: 4px;
  min-height: 86px;
  align-content: center;
  padding: 15px 17px;
}

.gallery-card strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.gallery-card span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 1.5;
}

.download-section {
  padding-block: 88px;
  background: var(--surface);
}

.download-card {
  position: relative;
  display: flex;
  min-height: 310px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 54px 62px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 89% 12%, rgba(247, 184, 23, 0.36), transparent 27%),
    linear-gradient(135deg, var(--navy-900), var(--navy-700));
  box-shadow: 0 28px 70px rgba(17, 25, 77, 0.22);
}

.download-card::before {
  position: absolute;
  top: -120px;
  right: 22%;
  width: 330px;
  height: 330px;
  border: 60px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  content: "";
}

.download-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.download-kicker {
  margin-bottom: 13px;
  color: var(--gold-400);
  letter-spacing: 0.09em;
}

.download-copy h2 {
  color: #fff;
}

.download-copy p {
  max-width: 600px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.play-store-button-light {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  border-color: #fff;
  background: #fff;
  color: var(--navy-900);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.23);
}

.play-store-button-light:hover {
  background: var(--gold-100);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--paper);
}

.footer-wrap {
  display: grid;
  min-height: 132px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-brand img {
  width: 40px;
  height: 40px;
  border-radius: 11px;
}

.footer-wrap p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.footer-wrap > a {
  justify-self: end;
  min-height: 44px;
  padding: 10px 0;
  color: var(--navy-700);
  font-size: 13px;
  font-weight: 750;
  text-underline-offset: 4px;
}

@media (min-width: 821px) {
  .brand-stage {
    padding-top: 72px;
  }
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
  }

  .brand-stage {
    min-height: 470px;
  }

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

  .feature-card {
    min-height: 240px;
  }

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

  .gallery-card-raised {
    margin-top: 0;
  }
}

@media (max-width: 820px) {
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 52px;
    padding-block: 64px 72px;
  }

  .hero-copy {
    max-width: 660px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-text {
    margin-inline: auto;
  }

  .hero-actions,
  .trust-row {
    justify-content: center;
  }

  .brand-stage {
    width: min(100%, 620px);
    min-height: 440px;
    margin-inline: auto;
  }

  .download-card {
    display: grid;
    justify-items: center;
    padding: 50px 38px;
    text-align: center;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding-block: 26px;
  }

  .footer-wrap > a {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .nav-wrap {
    min-height: 76px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 15px;
  }

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

  .nav-download {
    min-width: 48px;
    padding: 12px;
    font-size: 0;
  }

  .nav-download svg {
    width: 22px;
    height: 22px;
  }

  .hero-grid {
    gap: 30px;
    padding-block: 46px 56px;
  }

  .eyebrow {
    font-size: 11px;
  }

  h1 {
    margin-top: 19px;
    margin-bottom: 18px;
    font-size: clamp(2.65rem, 13vw, 4.1rem);
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-actions {
    display: grid;
  }

  .play-store-button {
    min-width: min(100%, 250px);
  }

  .trust-row {
    gap: 18px;
  }

  .trust-row > div {
    min-width: 145px;
  }

  .brand-stage {
    min-height: 330px;
    margin-top: 22px;
  }

  .brand-stage::before {
    width: 320px;
    height: 320px;
  }

  .brand-visual {
    padding: 6px;
    border-radius: 19px;
    transform: none;
  }

  .brand-visual > img {
    border-radius: 14px;
  }

  .brand-stage-badge {
    top: -46px;
    right: 4px;
    transform: scale(0.82);
    transform-origin: right bottom;
  }

  .brand-feature-list {
    right: 10px;
    bottom: -64px;
    left: 10px;
  }

  .brand-feature-list > div {
    min-height: 64px;
    gap: 5px;
    padding: 7px 5px;
    font-size: 9px;
  }

  .brand-feature-list svg {
    width: 17px;
    height: 17px;
  }

  .features {
    padding-block: 76px 82px;
  }

  .app-gallery {
    padding-block: 76px 82px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .download-copy h2 {
    font-size: 2.15rem;
  }

  .section-heading p,
  .download-copy p {
    font-size: 15px;
  }

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

  .feature-card {
    min-height: auto;
    padding: 24px;
  }

  .gallery-grid {
    gap: 10px;
  }

  .gallery-card {
    border-radius: 15px;
  }

  .gallery-card figcaption {
    min-height: 78px;
    padding: 11px 10px;
  }

  .gallery-card strong {
    font-size: 12px;
  }

  .gallery-card span {
    font-size: 9px;
  }

  .feature-icon {
    margin-bottom: 22px;
  }

  .download-section {
    padding-block: 58px;
  }

  .download-card {
    gap: 30px;
    padding: 42px 23px;
    border-radius: 23px;
  }

  .footer-wrap {
    text-align: center;
  }
}

/* Compact, image-free hero */
.hero h1 span::after {
  display: none;
}

.hero {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.76), transparent 48%),
    radial-gradient(circle at 78% 38%, #ffe9a2 0, rgba(255, 233, 162, 0.42) 22%, transparent 52%),
    var(--paper);
}

.hero::before {
  background-image: radial-gradient(rgba(17, 25, 77, 0.11) 1px, transparent 1px);
}

.hero-glow-one {
  background: rgba(247, 184, 23, 0.15);
}

.hero-glow-two {
  background: rgba(36, 55, 136, 0.07);
}

.hero .eyebrow {
  border-color: rgba(247, 184, 23, 0.42);
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy-700);
  box-shadow: 0 6px 18px rgba(17, 25, 77, 0.06);
}

.hero h1,
.hero h1 span {
  color: var(--navy-900);
}

.hero .hero-text {
  color: #4b526a;
}

.hero .learn-more {
  color: var(--navy-900);
}

.hero .learn-more:hover {
  color: var(--navy-700);
}

.hero .trust-row {
  border-color: var(--border);
}

.hero .trust-row strong {
  color: var(--navy-900);
}

.hero .trust-row small {
  color: var(--muted);
}

.product-panel {
  position: relative;
  width: min(100%, 520px);
  margin-inline: auto;
  padding: 16px;
  border: 1px solid rgba(17, 25, 77, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 30px 80px rgba(17, 25, 77, 0.18);
  backdrop-filter: blur(12px);
}

.product-panel::before {
  position: absolute;
  z-index: -1;
  inset: 22px -18px -18px 24px;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--gold-400), #efa410);
  content: "";
  transform: rotate(2deg);
}

.product-panel-head {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border-radius: 19px;
  background: linear-gradient(135deg, var(--navy-950), var(--navy-700));
  color: #fff;
}

.product-panel-head img {
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.product-panel-head span {
  color: var(--gold-400);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.product-panel-head h2 {
  margin: 4px 0 2px;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.2;
}

.product-panel-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.product-feature-grid > div {
  display: flex;
  min-height: 98px;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: #fffdf7;
}

.product-feature-grid svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  fill: none;
  stroke: #b77900;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.product-feature-grid span {
  display: grid;
  line-height: 1.35;
}

.product-feature-grid strong {
  color: var(--navy-900);
  font-size: 13px;
}

.product-feature-grid small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.product-panel-foot {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  border-radius: 13px;
  background: var(--gold-100);
  color: #745000;
  font-size: 12px;
  font-weight: 800;
}

.product-panel-foot svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #16886f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* Premium hero motion */
.hero-copy {
  animation: hero-copy-in 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero .eyebrow {
  background-image: linear-gradient(100deg, #fff 15%, #fff5cf 48%, #fff 78%);
  background-size: 220% 100%;
  animation: hero-copy-in 600ms ease-out both, badge-shimmer 5s ease-in-out 900ms infinite;
}

.hero-glow-one {
  animation: glow-drift 7s ease-in-out infinite alternate;
}

.hero-glow-two {
  animation: glow-drift 9s ease-in-out 500ms infinite alternate-reverse;
}

.product-panel {
  animation: panel-in 750ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both,
    panel-float 5s ease-in-out 1s infinite;
}

.product-panel::before {
  background: linear-gradient(135deg, #ffd34c, #f7aa0b, #ffcb35);
  background-size: 200% 200%;
  animation: gold-flow 6s ease-in-out infinite;
}

.product-panel-head {
  background-size: 180% 180%;
  animation: navy-flow 8s ease-in-out infinite;
}

.product-feature-grid > div {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  animation: feature-card-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.product-feature-grid > div:nth-child(1) { animation-delay: 280ms; }
.product-feature-grid > div:nth-child(2) { animation-delay: 360ms; }
.product-feature-grid > div:nth-child(3) { animation-delay: 440ms; }
.product-feature-grid > div:nth-child(4) { animation-delay: 520ms; }

.product-feature-grid > div:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 184, 23, 0.7);
  box-shadow: 0 12px 26px rgba(17, 25, 77, 0.1);
}

.play-store-button {
  position: relative;
  overflow: hidden;
}

.play-store-button::after {
  position: absolute;
  inset: -60% auto -60% -45%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(18deg);
  animation: button-shine 4.5s ease-in-out 1.3s infinite;
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(28px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes panel-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes feature-card-in {
  from { opacity: 0; transform: translateY(14px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes glow-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(18px, -14px, 0) scale(1.08); }
}

@keyframes badge-shimmer {
  0%, 30% { background-position: 100% 50%; }
  70%, 100% { background-position: 0 50%; }
}

@keyframes gold-flow {
  0%, 100% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes navy-flow {
  0%, 100% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes button-shine {
  0%, 55% { left: -45%; }
  85%, 100% { left: 125%; }
}

@media (max-width: 820px) {
  .product-panel {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .product-panel {
    padding: 10px;
    border-radius: 20px;
  }

  .product-panel-head {
    gap: 12px;
    padding: 16px;
    border-radius: 15px;
  }

  .product-panel-head img {
    width: 64px;
    height: 64px;
    border-radius: 17px;
  }

  .product-panel-head h2 {
    font-size: 1.15rem;
  }

  .product-feature-grid > div {
    min-height: 86px;
    gap: 7px;
    padding: 10px 8px;
  }

  .product-feature-grid svg {
    width: 22px;
    height: 22px;
  }

  .product-feature-grid strong {
    font-size: 11px;
  }
}

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

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