/* ============================================
   SHRIGODA HEALTHCARE — GLOBAL STYLES
   Light, warm, professional healthcare palette
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  /* Primary Palette */
  --teal-700: #0A7A6A;
  --teal-600: #0D9B87;
  --teal-500: #14B8A0;
  --teal-400: #2DD4BF;
  --teal-100: #CCFBF1;
  --teal-50:  #F0FDFA;

  /* Neutrals */
  --slate-900: #0F172A;
  --slate-800: #1E293B;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-400: #94A3B8;
  --slate-200: #E2E8F0;
  --slate-100: #F1F5F9;
  --slate-50:  #F8FAFC;
  --white:     #FFFFFF;

  /* Accent */
  --amber-500: #F59E0B;
  --amber-100: #FEF3C7;

  /* Functional */
  --success: #10B981;
  --coming-soon-bg: #FFF7ED;
  --coming-soon-text: #C2410C;

  /* Typography */
  --font-display: 'Lora', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;

  /* Spacing */
  --section-py: 60px;
  --border-radius: 16px;
  --card-radius: 12px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.05);
  --shadow-lg: 0 10px 40px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.06);
}

/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  color: var(--slate-800);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* ============ TYPOGRAPHY ============ */
.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-600);
  background: var(--teal-50);
  border: 1px solid var(--teal-100);
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

h1, h2, h3 { font-family: var(--font-display); line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 600; color: var(--slate-900); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 600; color: var(--slate-900); }
h3 { font-size: 1.2rem; font-weight: 600; color: var(--slate-800); }
p {line-height: 1.75; }

.section-subtext {
  font-size: 1.05rem;
  color: var(--slate-600);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: var(--teal-600);
  color: var(--white);
  border-color: var(--teal-600);
}
.btn-primary:hover { background: var(--teal-700); border-color: var(--teal-700); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(13,155,135,.35); color: var(--white); }

.btn-outline {
  background: transparent;
  color: var(--teal-600);
  border-color: var(--teal-600);
}
.btn-outline:hover { 
  background: var(--teal-50); 
  transform: translateY(-1px); 
  color: var(--teal-700);
  border: 1px solid;
}

.btn-white {
  background: var(--white);
  color: var(--teal-700);
  border-color: var(--white);
}
.btn-white:hover { background: var(--teal-50); border-color: var(--teal-100); transform: translateY(-1px); color: var(--teal-700); }

.btn-whatsapp {
  background: #25D366;
  color: var(--white);
  border-color: #25D366;
}
.btn-whatsapp:hover { 
  background: #ffffff; 
  border-color: #128C7E; 
  transform: translateY(-1px); 
  color: #128C7E; 
}

.btn-lg { padding: 15px 36px; font-size: 1.05rem; border-radius: 10px; }
.btn-sm { padding: 8px 18px; font-size: 0.85rem; }

/* ============ NAVBAR ============ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--slate-200);
  padding: 0;
}

/* Nav container — single flex row, never wraps */
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 16px;
  flex-wrap: nowrap;
}

.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.nav-logo-fig {
  margin: 0;
  width: 220px;
  line-height: 0;
}

.nav-logo-fig img {
  width: 100%;
  height: auto;
  display: block;
}

.nav-logo-mark {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: var(--font-body);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav-links a {
  padding: 7px 14px;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--slate-700);
  transition: all 0.15s;
}

.nav-links a:hover, .nav-links a.active {
  background: var(--teal-50);
  color: var(--teal-600);
}

.nav-ctas { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Mobile CTA group — hidden on desktop, shown inside mobile dropdown */
.nav-mobile-ctas { display: none; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--slate-700);
  padding: 6px;
}

/* ============ HERO ============ */
.hero {
  background: linear-gradient(135deg, #98e9d6 0%, #EEF9F7 40%, #FFF8F5 100%);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(20,184,160,.12) 0%, transparent 70%);
  border-radius: 50%;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content { position: relative; z-index: 1; }

.hero-content h1 {
  margin-bottom: 16px;
  line-height: 1.18;
}

.hero-content h1 span { color: var(--teal-600); }

.hero-subtitle {
  font-size: 1.08rem;
  color: var(--slate-600);
  margin-bottom: 14px;
  line-height: 1.75;
}

.hero-body {
  font-size: 0.95rem;
  color: var(--slate-500);
  margin-bottom: 32px;
  line-height: 1.8;
}

.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--slate-600);
}

.trust-item::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: var(--teal-100);
  color: var(--teal-700);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 800;
  flex-shrink: 0;
}

.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-card {
  background: var(--white);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.hero-card-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--teal-600);
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 100px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.hero-stat {
  background: #f0fafd;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
}

.hero-stat-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  margin-bottom: 4px;
}

.hero-stat-label {
  font-size: 0.75rem;
  color: var(--slate-500);
  font-weight: 500;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c7f0fe;
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #000000;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

/* ============ STATS BAR ============ */
.stats-bar {
  background: var(--white);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
  padding: 28px 0;
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}

.stat-item {
  padding: 12px 20px;
  border-right: 1px solid var(--slate-200);
}

.stat-item:last-child { border-right: none; }

.stat-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--teal-600);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.82rem;
  color: var(--slate-500);
  font-weight: 500;
}

/* ============ SECTIONS ============ */
.section { padding: var(--section-py) 0; }
.section-alt { background: var(--slate-50); }
.section-teal { background: linear-gradient(135deg, var(--teal-700), var(--teal-600)); color: white; }
.section-center { text-align: center; }

.section-header { margin-bottom: 48px; }
.section-header.text-center { text-align: center; }
.section-header.text-center .section-subtext { margin: 16px auto 0; }

/* ============ SERVICE CARDS ============ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--card-radius);
  padding: 28px 24px;
  transition: all 0.25s ease;
  position: relative;
}

.service-card:hover {
  border-color: var(--teal-400);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.service-card.coming-soon {
  background: #FAFAFA;
  opacity: 0.85;
}

.service-icon {
  width: 48px;
  height: 48px;
  background: var(--teal-50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 14px;
}

.service-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.badge-live { background: #DCFCE7; color: #166534; }
.badge-soon { background: var(--coming-soon-bg); color: var(--coming-soon-text); }

.service-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.service-card p { font-size: 0.875rem; line-height: 1.65; }

/* ============ HOW IT WORKS ============ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, var(--teal-200, #99f6e4), var(--teal-400));
  z-index: 0;
}

.step-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step-num {
  width: 56px;
  height: 56px;
  background: var(--teal-600);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 auto 16px;
  position: relative;
  z-index: 2;
  border: 3px solid var(--white);
  box-shadow: 0 0 0 3px var(--teal-200, #99f6e4);
}

.step-item h3 { font-size: 1rem; margin-bottom: 8px; }
.step-item p { font-size: 0.85rem; color: var(--slate-500); }

/* ============ PLAN CARDS ============ */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.plan-card {
  background: var(--white);
  border: 2px solid var(--slate-200);
  border-radius: var(--border-radius);
  padding: 32px 28px;
  position: relative;
  transition: all 0.25s;
}

.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.plan-card.popular {
  border-color: var(--teal-500);
  box-shadow: 0 0 0 4px rgba(20,184,160,.15);
  transform: scale(1.03);
}

.plan-card.popular:hover { transform: scale(1.03) translateY(-4px); }

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal-600);
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 100px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--slate-900);
  margin-bottom: 4px;
}

.plan-tagline { font-size: 0.875rem; color: var(--slate-500); margin-bottom: 20px; }

.plan-price {
  background: var(--teal-50);
  border-radius: 10px;
  padding: 14px 16px;
  text-align: center;
  margin-bottom: 24px;
}

.plan-price-label { font-size: 0.8rem; color: var(--slate-500); font-weight: 600; }

.plan-features {
  list-style: none;
  margin-bottom: 28px;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--slate-600);
  padding: 7px 0;
  border-bottom: 1px solid var(--slate-100);
}

.plan-features li:last-child { border-bottom: none; }

.feat-check {
  color: var(--teal-600);
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.feat-dash { color: var(--slate-300); flex-shrink: 0; margin-top: 1px; }

/* ============ PILLAR CARDS ============ */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pillar-card {
  background: var(--white);
  border-radius: var(--card-radius);
  padding: 28px 24px;
  border: 1px solid var(--slate-200);
}

.pillar-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--teal-100), var(--teal-50));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.pillar-card h3 { margin-bottom: 8px; font-size: 1rem; }
.pillar-card p { font-size: 0.875rem; }

/* ============ TESTIMONIALS ============ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--white);
  border-radius: var(--card-radius);
  padding: 28px 24px;
  border: 1px solid var(--slate-200);
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px;
  left: 20px;
  font-family: var(--font-display);
  font-size: 4rem;
  color: var(--teal-100);
  line-height: 1;
}

.testimonial-text {
  font-size: 0.9rem;
  color: var(--slate-600);
  line-height: 1.75;
  margin-bottom: 20px;
  padding-top: 28px;
  font-style: italic;
}

.testimonial-author strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--slate-800);
}

.testimonial-author span {
  font-size: 0.8rem;
  color: var(--slate-500);
}

/* ============ FAQ ============ */
.faq-list { max-width: 800px; margin: 0 auto; }

.faq-item {
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--white);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--slate-800);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: background 0.15s;
}

.faq-question:hover { background: var(--slate-50); }
.faq-question.active { background: var(--teal-50); color: var(--teal-700); }

.faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--slate-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: transform 0.25s, background 0.15s;
}

.faq-question.active .faq-icon {
  background: var(--teal-100);
  color: var(--teal-700);
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 24px 20px;
  font-size: 0.9rem;
  color: var(--slate-600);
  line-height: 1.75;
}

.faq-answer.open { display: block; }

/* ============ CTA BANNER ============ */
.cta-banner {
  background: linear-gradient(135deg, var(--teal-700) 0%, var(--teal-600) 100%);
  padding: 72px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,.06);
  border-radius: 50%;
}

.cta-banner::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 240px;
  height: 240px;
  background: rgba(255,255,255,.04);
  border-radius: 50%;
}

.cta-banner h2 {
  color: white;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 12px;
}

.cta-banner p {
  color: rgba(255,255,255,.85);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ============ FOOTER ============ */
footer {
  background: var(--slate-900);
  color: var(--slate-400);
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr 1.5fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-logo-mark {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-body);
}

.footer-tagline {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-display);
}

.footer-desc { font-size: 0.82rem; line-height: 1.7; margin-bottom: 20px;
color: white;; }

.footer-social { display: flex; gap: 10px; }

.social-btn {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--slate-400);
  transition: all 0.15s;
  text-decoration: none;
}

.social-btn:hover { background: var(--teal-600); color: white; }

.footer-col h4 {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; }

.footer-col ul li { margin-bottom: 10px; }

.footer-col ul li a {
  font-size: 0.875rem;
  color: var(--slate-400);
  transition: color 0.15s;
  text-decoration: none;
}

.footer-col ul li a:hover { color: var(--teal-400); }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  margin-bottom: 12px;
  line-height: 1.55;
}

.footer-contact-icon { 
  color: var(--teal-400);
  flex-shrink: 0;
  font-size: 0.85rem;
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
}

.footer-bottom a { color: var(--slate-500); text-decoration: none; }
.footer-bottom a:hover { color: var(--teal-400); }

/* ============ PARTNER SECTION ============ */
.partner-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.partner-benefit-list { list-style: none; }

.partner-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--slate-200);
}

.partner-benefit-item:last-child { border-bottom: none; }

.benefit-icon {
  width: 40px;
  height: 40px;
  background: var(--teal-50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.benefit-text strong { display: block; font-size: 0.9rem; color: var(--slate-800); margin-bottom: 2px; }
.benefit-text span { font-size: 0.82rem; color: var(--slate-500); }

/* ============ BEYOND SURE SECTION ============ */
.beyondsure-section {
  background: linear-gradient(135deg, #EFF6FF, #F0FDFA);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}

/* ============ PAGE HERO (inner pages) ============ */
.page-hero {
  background: linear-gradient(135deg, #98e9d6 0%, #EEF9F7 40%, #FFF8F5 100%);
  padding: 60px 0;
  text-align: center;
  border-bottom: 1px solid var(--slate-200);
}

.page-hero p { font-size: 1.1rem; margin: 16px auto 0; max-width: 640px; }

/* ============ FORMS ============ */
.form-card {
  background: var(--white);
  border-radius: var(--border-radius);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--slate-200);
}

.form-group { margin-bottom: 20px; }

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slate-700);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 16px;
  border: 1.5px solid var(--slate-200);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--slate-800);
  background: var(--white);
  transition: border-color 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--teal-500);
  box-shadow: 0 0 0 3px rgba(20,184,160,.12);
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.toggle-group {
  display: flex;
  gap: 10px;
}

.toggle-btn {
  flex: 1;
  padding: 10px;
  border: 1.5px solid var(--slate-200);
  border-radius: 8px;
  background: var(--white);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slate-600);
  cursor: pointer;
  text-align: center;
  transition: all 0.15s;
}

.toggle-btn.active, .toggle-btn:hover {
  border-color: var(--teal-500);
  background: var(--teal-50);
  color: var(--teal-700);
}

/* ============ PARTNER TYPES GRID ============ */
.partner-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.partner-type-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--card-radius);
  padding: 28px 22px;
  transition: all 0.2s;
}

.partner-type-card:hover {
  border-color: var(--teal-400);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.partner-type-icon { font-size: 1.8rem; margin-bottom: 14px; }
.partner-type-card h3 { font-size: 1rem; margin-bottom: 8px; }
.partner-type-card p { font-size: 0.82rem; }

/* ============ CONTACT PAGE ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 48px;
  align-items: start;
}

.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--slate-100);
}

.contact-info-item:last-child { border-bottom: none; }

.contact-info-icon {
  width: 44px;
  height: 44px;
  background: var(--teal-50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-info-text strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--slate-800);
  margin-bottom: 3px;
}

.contact-info-text span, .contact-info-text a {
  font-size: 0.875rem;
  color: var(--slate-600);
}

.dept-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }

.dept-card {
  background: var(--teal-50);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--teal-100);
}

.dept-card h4 { font-size: 0.875rem; font-weight: 700; color: var(--teal-700); margin-bottom: 6px; }
.dept-card p { font-size: 0.8rem; color: var(--slate-600); margin-bottom: 8px; }
.dept-card a { font-size: 0.8rem; color: var(--teal-600); font-weight: 600; }

/* ============ ABOUT PAGE ============ */
.values-grid { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px; 
}

.value-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  background: var(--white);
  border-radius: var(--card-radius);
  border: 1px solid var(--slate-200);
}

.value-icon {
  width: 42px;
  height: 42px;
  background: var(--teal-50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.value-card h3 { font-size: 0.95rem; margin-bottom: 6px; }
.value-card p { 
  font-size: 0.85rem; 
  margin-bottom: 0;
}

.group-entities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.entity-card {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  padding: 20px;
}

.entity-card h4 { font-size: 0.9rem; font-weight: 700; color: var(--teal-700); margin-bottom: 6px; }
.entity-card p { 
  font-size: 0.82rem; 
  margin-bottom: 0;
}

/* ============ LEGAL PAGES ============ */
.legal-content {
  max-width: 860px;
  margin: 0 auto;
}

.legal-content h2 { font-size: 1.4rem; margin: 36px 0 12px; color: var(--slate-900); }
.legal-content h3 { font-size: 1.1rem; margin: 24px 0 10px; }
.legal-content p { margin-bottom: 14px; font-size: 0.9rem; }
.legal-content ul { margin: 10px 0 16px 20px; }
.legal-content ul li { font-size: 0.9rem; color: var(--slate-600); margin-bottom: 6px; line-height: 1.65; }
.legal-content .last-updated { font-size: 0.8rem; color: var(--slate-400); font-style: italic; margin-bottom: 32px; }

/* ============ PLAN TABLE ============ */
.plan-table-wrap { overflow-x: auto; }

.plan-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  border:1px solid #eae8e8;
}

.plan-table th {
  background: var(--teal-50);
  padding: 14px 20px;
  text-align: left;
  font-weight: 700;
  color: var(--slate-700);
  border-bottom: 2px solid var(--teal-200, #99f6e4);
  border:1px solid lightblue;
}

.plan-table th.popular-col {
  background: var(--teal-600);
  color: white;
}

.plan-table td {
  padding: 12px 20px;
  border-bottom: 1px solid var(--slate-100);
  color: var(--slate-700);
  border: 1px solid #eae8e8;
}

.plan-table tr:last-child td { border-bottom: none; }
.plan-table td.popular-col { background: rgba(20,184,160,.04); font-weight: 600; color: var(--teal-700); }

.check-yes { color: var(--teal-600); font-weight: 800; }
.check-no { color: var(--slate-300); }

/* ============ WHATSAPP FLOAT ============ */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 998;
  width: 54px;
  height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform 0.2s;
}

.whatsapp-float:hover { transform: scale(1.1); }

/* ============ PAGE TABS / INLINE NAV ============ */
.page-section { display: none; }
.page-section.active { display: block; }

/* ============ BREADCRUMB ============ */
.breadcrumb { font-size: 0.82rem; color: var(--slate-500); margin-bottom: 8px; }
.breadcrumb a { color: var(--teal-600); }

/* ============ INFO BAND ============ */
.info-band {
  background: var(--teal-50);
  border-top: 1px solid var(--teal-100);
  border-bottom: 1px solid var(--teal-100);
  padding: 12px 0;
  text-align: center;
  font-size: 0.82rem;
  color: var(--teal-700);
  font-weight: 600;
}
.join_now:hover {
  color: var(--teal-700) !important;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before { display: none; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============ MOBILE — 768px ============ */
@media (max-width: 768px) {
  :root { --section-py: 56px; }

  /* ---- Navbar mobile ---- */

  /* Hide all desktop nav items */
  .nav-links { display: none; }
  .nav-ctas .btn-outline { display: none; }
  .nav-ctas .btn-primary { display: none; }   /* hidden from top bar; lives inside dropdown */
  .nav-toggle { display: flex; }

  /* Mobile dropdown panel */
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--slate-200);
    padding: 12px 20px 24px;
    gap: 2px;
    box-shadow: var(--shadow-md);
    z-index: 998;
  }

  /* Nav link items inside the open dropdown */
  .nav-links.open > li > a {
    display: block;
    padding: 10px 14px;
    font-size: 0.95rem;
    border-radius: 7px;
    color: var(--slate-700);
    font-weight: 500;
  }

  .nav-links.open > li > a:hover,
  .nav-links.open > li > a.active {
    background: var(--teal-50);
    color: var(--teal-600);
  }

  /* Mobile CTA group — hidden by default on desktop */
  .nav-mobile-ctas { display: none; }

  /* Show the mobile CTA group only when the menu is open */
  .nav-links.open .nav-mobile-ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--slate-200);
    list-style: none;
  }

  .nav-links.open .nav-mobile-ctas .btn {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
    font-size: 0.95rem;
    border-radius: 10px;
  }

  /* ---- Rest of mobile layout ---- */
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { order: -1; }
  .hero-stat-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .hero-stat-num { font-size: 1.2rem; }
  .hero-stat-label { font-size: 0.65rem; }

  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }

  .service-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 16px; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card.popular { transform: none; }
  .plan-card.popular:hover { transform: translateY(-4px); }

  .pillars-grid, .testimonials-grid, .partner-benefits,
  .partner-types-grid, .contact-grid, .values-grid,
  .group-entities, .dept-cards, .footer-grid { grid-template-columns: 1fr; }

  .form-row { grid-template-columns: 1fr; }
  .footer-grid { gap: 24px; }
  .footer-bottom { flex-direction: column; text-align: center; }

  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.5rem; }
  .hero-ctas { flex-direction: column; }
  .cta-buttons { flex-direction: column; align-items: center; }

  .tab-repo {
    grid-template-columns :1fr !important;
  }
  .tab-padding {
    padding: 40px 20px !important;
  }
}

@media (max-width: 480px) {
  .hero-stat-grid { grid-template-columns: 1fr 1fr; }
  .btn-lg { padding: 13px 24px; font-size: 0.95rem; }
  .form-card { padding: 24px 20px; }
  .hero-card { padding: 20px; }
}
.connector-line {
    content: '';
    position: absolute;
    top: 28px;
    left: 14%;
    width: 70%;
    height: 2px;
    background: linear-gradient(to right, var(--teal-200, #99f6e4), var(--teal-400));
    z-index: 0;
}
ol, ul {
  padding-left:0;
}
.wtp:hover ,.become_dp:hover{
  background: white;
  color: var(--teal-700) !important;
}
/* ============ TABLET NAV FIX — 769px to 1100px ============ */
@media (min-width: 769px) and (max-width: 1100px) {
  .nav-container {
    gap: 0px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .nav-logo-fig {
    width: 145px;
  }
  .nav-links {
    gap: 0;
  }
  .nav-links a {
    padding: 6px 7px;
    font-size: 0.75rem;
  }
  .nav-ctas {
    gap: 5px;
  }
  .nav-ctas .btn {
    padding: 7px 10px;
    font-size: 0.75rem;
  }
  /* .navbar .nav-container {
    max-width: 750px;
  } */
}

/* ============ TABLET NAV FIX — 1101px to 1399px ============ */
@media (min-width: 1101px) and (max-width: 1399px) {
  .nav-container {
    gap: 6px;
  }
  .nav-logo-fig {
    width: 119px;
  }
  .nav-links a {
    padding: 7px 10px;
    font-size: 0.83rem;
  }
  .nav-ctas .btn {
    padding: 8px 14px;
    font-size: 0.83rem;
  }
}
