/* ============================================
   SimranLock Website — Matching Sample Design
   Cream/warm theme, Playfair Display + DM Sans
   ============================================ */

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

:root {
  --navy: #1B2A4A;
  --navy-deep: #0F1A2E;
  --saffron: #E8700A;
  --saffron-light: #FF8C2E;
  --saffron-glow: rgba(232, 112, 10, 0.15);
  --teal: #0D7377;
  --teal-light: #14969B;
  --cream: #F5EDE0;
  --cream-light: #FAF6EF;
  --gold: #C4983E;
  --gold-light: #D4AA52;
  --text: #1A1A1A;
  --text-soft: #5A5347;
  --text-muted: #8C8279;
  --white: #FFFFFF;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Grain overlay */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
}

a { text-decoration: none; }

/* ========== NAV ========== */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.2rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.4s, backdrop-filter 0.4s;
}
nav.scrolled {
  background: rgba(245, 237, 224, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(196, 152, 62, 0.15);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
.nav-ek-onkar {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--saffron);
  line-height: 1;
}
.nav-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-soft);
  transition: color 0.3s;
}
.nav-links a:hover { color: var(--saffron); }
.nav-cta {
  background: var(--navy) !important;
  color: var(--cream) !important;
  padding: 0.6rem 1.4rem !important;
  border-radius: 8px;
  font-weight: 600 !important;
  transition: transform 0.3s, background 0.3s !important;
}
.nav-cta:hover {
  background: var(--saffron) !important;
  color: var(--white) !important;
  transform: translateY(-1px);
}

/* Mobile Nav Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: 0.3s;
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.nav-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

/* ========== HERO ========== */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8rem 2rem 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, var(--saffron-glow) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-content { position: relative; z-index: 1; max-width: 800px; }

.hero-gurmukhi {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  opacity: 0;
  animation: fadeUp 1s 0.2s forwards;
}

.hero-ek-onkar {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 700;
  color: var(--saffron);
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0;
  animation: fadeUp 1s 0.4s forwards;
  text-shadow: 0 4px 40px rgba(232, 112, 10, 0.2);
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  opacity: 0;
  animation: fadeUp 1s 0.6s forwards;
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-soft);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 2.5rem;
  opacity: 0;
  animation: fadeUp 1s 0.8s forwards;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 1s 1s forwards;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--navy);
  color: var(--cream);
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  border: 2px solid var(--navy);
}
.btn-primary:hover {
  background: var(--saffron);
  border-color: var(--saffron);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232, 112, 10, 0.25);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--navy);
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid var(--navy);
  transition: all 0.3s;
}
.btn-secondary:hover {
  background: var(--navy);
  color: var(--cream);
  transform: translateY(-2px);
}

.hero-note {
  margin-top: 2rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  opacity: 0;
  animation: fadeUp 1s 1.2s forwards;
}

/* ========== PHONE MOCKUP ========== */
.phone-section {
  padding: 2rem 2rem 6rem;
  display: flex;
  justify-content: center;
  position: relative;
}

.phone-container {
  position: relative;
  opacity: 0;
  animation: floatUp 1.2s 0.5s forwards;
}

.phone-frame {
  width: 280px;
  background: var(--navy-deep);
  border-radius: 36px;
  padding: 12px;
  box-shadow:
    0 40px 80px rgba(27, 42, 74, 0.3),
    0 0 0 1px rgba(196, 152, 62, 0.2),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.phone-frame-sm {
  width: 220px;
  border-radius: 30px;
  padding: 10px;
}

.phone-screen {
  background: linear-gradient(160deg, #1a1f35 0%, #0F1A2E 100%);
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 9/19.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  position: relative;
}

.phone-screen::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 28px;
  background: var(--navy-deep);
  border-radius: 0 0 16px 16px;
  z-index: 5;
}

.phone-frame-sm .phone-screen {
  border-radius: 22px;
}
.phone-frame-sm .phone-screen::before {
  width: 80px;
  height: 22px;
  border-radius: 0 0 12px 12px;
}

/* Phone screen with actual screenshot images */
.phone-screen-img {
  padding: 0;
  justify-content: flex-start;
}
.phone-screen-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* ========== PROBLEM SECTION ========== */
.problem {
  background: var(--navy-deep);
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

.problem::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(232, 112, 10, 0.06) 0%, transparent 70%);
  border-radius: 50%;
}

.problem-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.problem-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--saffron);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
}

.problem h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--cream);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}

.problem h2 em {
  font-style: italic;
  color: var(--saffron);
}

.problem-text {
  font-size: 1.1rem;
  color: rgba(245, 237, 224, 0.6);
  line-height: 1.8;
  max-width: 680px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}

.stat-card {
  text-align: center;
  padding: 2rem 1rem;
  border: 1px solid rgba(196, 152, 62, 0.15);
  border-radius: 16px;
  background: rgba(245, 237, 224, 0.03);
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--saffron);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.stat-label {
  font-size: 0.85rem;
  color: rgba(245, 237, 224, 0.5);
  line-height: 1.4;
}

/* ========== HOW IT WORKS ========== */
.how {
  padding: 7rem 2rem;
  background: var(--cream-light);
  position: relative;
}

.how-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--saffron);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
  text-align: center;
}

.how h2, .features h2, .pricing h2, .preview h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  text-align: center;
}

.how-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-soft);
  margin-bottom: 4rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.steps::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--saffron), var(--gold), var(--teal), var(--navy));
  opacity: 0.3;
}

.step {
  text-align: center;
  padding: 0 1rem;
  position: relative;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-family: 'Noto Sans Gurmukhi', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.step:nth-child(1) .step-num { background: var(--saffron); color: var(--white); }
.step:nth-child(2) .step-num { background: var(--gold); color: var(--white); }
.step:nth-child(3) .step-num { background: var(--teal); color: var(--white); }
.step:nth-child(4) .step-num { background: var(--navy); color: var(--cream); }

.step h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 0.88rem;
  color: var(--text-soft);
  line-height: 1.5;
}

/* ========== SHOWCASE CAROUSEL ========== */
.showcase {
  padding: 7rem 0 5rem;
  background: var(--cream-light);
  overflow: hidden;
  position: relative;
}

.showcase-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.showcase-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  text-align: center;
}

.showcase-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-soft);
  margin-bottom: 2rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* Carousel Navigation */
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(27, 42, 74, 0.15);
  background: var(--white);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.carousel-btn:hover {
  border-color: var(--saffron);
  color: var(--saffron);
  background: var(--white);
  transform: scale(1.05);
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(27, 42, 74, 0.15);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.carousel-dot.active {
  background: var(--saffron);
  width: 28px;
  border-radius: 5px;
}

/* Scrollable Track */
.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0;
  padding: 1rem 0 2rem;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

/* Each Slide */
.carousel-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 4rem;
  max-width: 1000px;
  margin: 0 auto;
  min-width: 100%;
}

/* Phone in carousel */
.slide-phone {
  flex-shrink: 0;
}

.phone-frame-showcase {
  width: 270px;
  border-radius: 40px;
  padding: 12px;
  box-shadow:
    0 40px 80px rgba(27, 42, 74, 0.18),
    0 0 0 1px rgba(196, 152, 62, 0.15),
    inset 0 1px 0 rgba(255,255,255,0.05);
  transition: transform 0.4s;
}

.carousel-slide:hover .phone-frame-showcase {
  transform: translateY(-4px);
}

.phone-frame-showcase .phone-screen {
  border-radius: 30px;
}

.phone-frame-showcase .phone-screen::before {
  width: 95px;
  height: 28px;
  border-radius: 0 0 16px 16px;
}

/* Info side */
.slide-info {
  max-width: 380px;
  flex-shrink: 1;
}

.slide-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.si-saffron {
  background: rgba(232, 112, 10, 0.1);
  color: var(--saffron);
}
.si-gold {
  background: rgba(196, 152, 62, 0.12);
  color: var(--gold);
}
.si-teal {
  background: rgba(13, 115, 119, 0.1);
  color: var(--teal);
}
.si-navy {
  background: rgba(27, 42, 74, 0.1);
  color: var(--navy);
}

.slide-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 0.8rem;
  letter-spacing: -0.02em;
}

.slide-info p {
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.slide-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.slide-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--text-soft);
  line-height: 1.4;
}

.slide-features .check {
  color: var(--teal);
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ========== FEATURES ========== */
.features {
  padding: 7rem 2rem;
  background: var(--cream);
}

.features-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.features-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: var(--text-soft);
  margin-bottom: 4rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.feature-card {
  background: var(--cream-light);
  border: 1px solid rgba(196, 152, 62, 0.12);
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  opacity: 0;
  transition: opacity 0.4s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(27, 42, 74, 0.08);
  border-color: rgba(196, 152, 62, 0.25);
}

.feature-card:hover::before { opacity: 1; }

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.fi-saffron { background: rgba(232, 112, 10, 0.1); }
.fi-teal { background: rgba(13, 115, 119, 0.1); }
.fi-gold { background: rgba(196, 152, 62, 0.1); }
.fi-navy { background: rgba(27, 42, 74, 0.1); }

.feature-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.feature-tag {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  background: rgba(232, 112, 10, 0.08);
  color: var(--saffron);
}

/* ========== HUKAMNAMA SECTION ========== */
.hukamnama {
  background: var(--navy-deep);
  padding: 7rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hukamnama::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(196, 152, 62, 0.06) 0%, transparent 70%);
  border-radius: 50%;
}

.hukamnama-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hukamnama-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--saffron);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}

.hukamnama-gurmukhi {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.hukamnama-translit {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(245, 237, 224, 0.4);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.hukamnama-translation {
  font-size: 1rem;
  color: rgba(245, 237, 224, 0.6);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hukamnama-note {
  font-size: 0.85rem;
  color: rgba(245, 237, 224, 0.3);
}

.divider-line {
  width: 60px;
  height: 2px;
  background: var(--gold);
  margin: 1.5rem auto;
  opacity: 0.4;
}

/* ========== QUOTE ========== */
.quote-section {
  padding: 6rem 2rem;
  background: var(--cream-light);
  text-align: center;
}

.quote-inner {
  max-width: 700px;
  margin: 0 auto;
}

.quote-marks {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: var(--saffron);
  line-height: 1;
  opacity: 0.3;
}

.quote-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.quote-attr {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.quote-attr strong { color: var(--text-soft); font-weight: 600; }

/* ========== PRICING ========== */
.pricing {
  padding: 7rem 2rem;
  background: var(--cream);
}

.pricing-inner {
  max-width: 900px;
  margin: 0 auto;
}

.pricing-sub {
  text-align: center;
  color: var(--text-soft);
  margin-bottom: 3.5rem;
  font-size: 1.05rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.price-card {
  background: var(--cream-light);
  border: 1px solid rgba(196, 152, 62, 0.12);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.4s;
  position: relative;
}

.price-card.featured {
  border-color: var(--saffron);
  background: var(--white);
  box-shadow: 0 16px 50px rgba(232, 112, 10, 0.1);
  transform: scale(1.03);
}

.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--saffron);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.3rem 1rem;
  border-radius: 20px;
}

.price-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.3rem;
}

.price-amount {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 0.2rem;
}

.price-amount span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
}

.price-annual {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.price-features {
  list-style: none;
  text-align: left;
  margin-bottom: 2rem;
}

.price-features li {
  font-size: 0.88rem;
  color: var(--text-soft);
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(196, 152, 62, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.price-features li::before {
  content: '\2713';
  color: var(--teal);
  font-weight: 700;
  font-size: 0.8rem;
  margin-top: 1px;
}

.price-btn {
  display: block;
  width: 100%;
  padding: 0.9rem;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  font-family: 'DM Sans', sans-serif;
}

.price-btn-outline {
  background: transparent;
  border: 2px solid var(--navy);
  color: var(--navy);
}
.price-btn-outline:hover {
  background: var(--navy);
  color: var(--cream);
}

.price-btn-primary {
  background: var(--saffron);
  color: var(--white);
}
.price-btn-primary:hover {
  background: var(--saffron-light);
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(232, 112, 10, 0.25);
}

/* ========== CTA ========== */
.cta {
  background: var(--navy-deep);
  padding: 7rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(232, 112, 10, 0.08), transparent 70%);
  border-radius: 50%;
}

.cta-inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-ek {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
  font-size: 3rem;
  color: var(--saffron);
  margin-bottom: 1.5rem;
  opacity: 0.7;
}

.cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.cta-text {
  font-size: 1.05rem;
  color: rgba(245, 237, 224, 0.55);
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--saffron);
  color: var(--white);
  padding: 1rem 2.2rem;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-cta-primary:hover {
  background: var(--saffron-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232, 112, 10, 0.3);
}

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--cream);
  padding: 1rem 2.2rem;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(245, 237, 224, 0.25);
  transition: all 0.3s;
}
.btn-cta-secondary:hover {
  border-color: var(--cream);
  background: rgba(245, 237, 224, 0.08);
}

/* ========== FOOTER ========== */
footer {
  background: var(--navy-deep);
  border-top: 1px solid rgba(196, 152, 62, 0.1);
  padding: 3rem 2rem 2rem;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.footer-ek {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
  font-size: 1.4rem;
  color: var(--saffron);
  opacity: 0.6;
}

.footer-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: rgba(245, 237, 224, 0.5);
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  font-size: 0.82rem;
  color: rgba(245, 237, 224, 0.35);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover { color: var(--saffron); }

.footer-copy {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(245, 237, 224, 0.2);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(196, 152, 62, 0.06);
}

.footer-greeting {
  font-family: 'Noto Sans Gurmukhi', sans-serif;
  color: rgba(196, 152, 62, 0.3);
}

/* ========== LEGAL / POLICY PAGES ========== */
.legal-page {
  padding: 8rem 2rem 5rem;
  background: var(--cream-light);
  min-height: 100vh;
}

.legal-content {
  max-width: 780px;
  margin: 0 auto;
}

.legal-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.legal-updated {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 3rem;
}

.legal-highlight {
  background: rgba(232, 112, 10, 0.06);
  border-left: 3px solid var(--saffron);
  padding: 1.2rem 1.5rem;
  border-radius: 0 12px 12px 0;
  margin: 1.5rem 0 2rem;
}

.legal-highlight p {
  color: var(--text);
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.legal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(196, 152, 62, 0.12);
}

.legal-content h2:first-of-type {
  border-top: none;
  padding-top: 0;
}

.legal-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.legal-content p,
.legal-content li {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 0.8rem;
}

.legal-content ul, .legal-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.legal-content li {
  margin-bottom: 0.4rem;
}

.legal-content strong {
  color: var(--text);
}

.legal-content a {
  color: var(--saffron);
  text-decoration: none;
  transition: color 0.3s;
}
.legal-content a:hover { color: var(--saffron-light); }

/* ========== SUPPORT PAGE ========== */
.support-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 700px;
  margin: 3rem auto 0;
}

.support-card {
  background: var(--cream-light);
  border: 1px solid rgba(196, 152, 62, 0.12);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.4s;
}

.support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(27, 42, 74, 0.08);
  border-color: rgba(196, 152, 62, 0.25);
}

.support-card-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.support-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.support-card p {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.5;
}

.support-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  background: var(--navy);
  color: var(--cream);
  padding: 0.6rem 1.4rem;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.support-btn:hover {
  background: var(--saffron);
  color: var(--white);
  transform: translateY(-1px);
}

/* FAQ */
.faq-section {
  max-width: 700px;
  margin: 4rem auto 0;
}

.faq-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--navy);
  text-align: center;
  margin-bottom: 2rem;
}

.faq-item {
  border-bottom: 1px solid rgba(196, 152, 62, 0.12);
}

.faq-question {
  width: 100%;
  padding: 1.2rem 0;
  background: none;
  border: none;
  color: var(--navy);
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: '+';
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  color: var(--saffron);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  padding-bottom: 1.2rem;
}

.faq-answer p {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-answer a {
  color: var(--saffron);
  text-decoration: none;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes floatUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes breathe {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.05); opacity: 1; }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .price-card.featured { transform: scale(1); }
  .stats-row { grid-template-columns: 1fr; gap: 1rem; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .steps::before { display: none; }
  .nav-links {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: var(--cream-light);
    flex-direction: column;
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    transition: right 0.3s;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.15);
    z-index: 99;
  }
  .nav-links.open { right: 0; }
  .nav-toggle { display: flex; }
  .support-cards { grid-template-columns: 1fr; }

  /* Carousel: stack phone + info vertically */
  .carousel-slide {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 2rem;
    text-align: center;
  }
  .slide-info {
    max-width: 500px;
  }
  .slide-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-features {
    align-items: center;
  }
  .phone-frame-showcase {
    width: 230px;
    border-radius: 34px;
  }
  .phone-frame-showcase .phone-screen {
    border-radius: 26px;
  }
  .phone-frame-showcase .phone-screen::before {
    width: 80px;
    height: 24px;
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 600px) {
  .feature-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero { padding: 6rem 1.5rem 3rem; }
  .phone-frame { width: 240px; }
  .phone-frame-showcase { width: 200px; border-radius: 30px; }
  .phone-frame-showcase .phone-screen { border-radius: 22px; }
  .phone-frame-showcase .phone-screen::before { width: 70px; height: 20px; border-radius: 0 0 10px 10px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .showcase { padding: 5rem 0 3rem; }
  .showcase-header { padding: 0 1.5rem; }
  .showcase-subtitle { margin-bottom: 1.5rem; }
  .carousel-slide { padding: 1rem 1.5rem; gap: 1.5rem; }
  .slide-info h3 { font-size: 1.3rem; }
  .legal-page { padding: 6rem 1.5rem 3rem; }
}
