/* Naam Jap Counter — marketing site (naamjapcounter.erevolutionsindia.com) */
:root {
  --ink: #1c1533;
  --ink-soft: #2d2648;
  --saffron: #c2410c;
  --saffron-hover: #9a3412;
  --gold: #d97706;
  --leaf: #047857;
  --leaf-soft: #059669;
  --bg: #faf7f2;
  --card: #ffffff;
  --text: #1a1628;
  --muted: #5b5670;
  --radius: 16px;
  --shadow: 0 4px 28px rgba(28, 21, 51, 0.08);
  --max: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

a {
  color: var(--ink-soft);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28, 21, 51, 0.08);
}

.site-nav__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
  text-decoration: none;
}

.site-nav__brand:hover {
  text-decoration: none;
  opacity: 0.92;
}

.site-nav__brand img {
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 2px 14px rgba(28, 21, 51, 0.15);
}

.site-nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  font-size: 0.92rem;
}

.site-nav__links a {
  color: var(--muted);
  font-weight: 500;
}

.site-nav__links a:hover {
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #120c24 0%, var(--ink) 38%, #31285a 72%, #1e3a4a 100%);
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 80% 20%, rgba(217, 119, 6, 0.12), transparent 55%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
    padding: 4rem 1.5rem 5rem;
  }
}

.hero__eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0.75rem;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.hero__lead {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn--primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--saffron) 100%);
  color: #fff;
}

.btn--primary:hover {
  background: linear-gradient(135deg, #b45309 0%, var(--saffron-hover) 100%);
  color: #fff;
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.hero__art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__art-wrap {
  position: relative;
  width: 100%;
  max-width: 440px;
}

.hero__art-wrap img.hero__banner {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.45);
  display: block;
}

.hero__logo-float {
  position: absolute;
  bottom: -14px;
  right: 14px;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
}

.section__title {
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.section__subtitle {
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1rem;
}

.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 560px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .features {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(28, 21, 51, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.feature-card:hover {
  box-shadow: 0 10px 36px rgba(28, 21, 51, 0.12);
  transform: translateY(-2px);
}

.feature-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: var(--leaf);
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

.feature-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  counter-reset: step;
}

@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step {
  position: relative;
  background: var(--card);
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, var(--leaf-soft), var(--leaf));
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
  font-size: 0.95rem;
}

.step h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--ink);
}

.step p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.cta-band {
  margin: 2rem 1.5rem 3rem;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--ink) 0%, #2a2250 50%, #1a4d3e 100%);
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow);
}

.cta-band h2 {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
}

.cta-band p {
  margin: 0 0 1.25rem;
  opacity: 0.92;
  font-size: 0.98rem;
}

.site-footer {
  background: #0f0a1c;
  color: rgba(255, 255, 255, 0.76);
  padding: 2.5rem 1.5rem;
  font-size: 0.88rem;
}

.site-footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__fine {
  font-size: 0.78rem;
  opacity: 0.7;
  max-width: 44rem;
}

.play-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.play-badge svg {
  flex-shrink: 0;
}
