/* ==========================================================================
   ATHARVA MULTICARE PVT. LTD. (AMPL) - UNIFIED MULTI-PAGE STYLESHEET
   Features: Royal Navy, Vivid Crimson, Gold Highlights, Modern Glassmorphism,
   Custom SVG Graphics, Micro-Animations & Full Responsiveness
   ========================================================================== */

:root {
  --primary: #0a1b39;
  --primary-dark: #050d1e;
  --primary-light: #162f5e;
  --accent-red: #d32027;
  --accent-red-hover: #b7181f;
  --accent-gold: #f59e0b;
  --accent-gold-light: #fef3c7;
  --accent-green: #10b981;
  --accent-blue: #2563eb;
  --accent-purple: #8b5cf6;
  
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --bg-card-muted: #f1f5f9;
  
  --text-main: #0f172a;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --text-white: #ffffff;

  --border-subtle: #e2e8f0;
  --border-highlight: #cbd5e1;

  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -2px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.12), 0 8px 10px -6px rgba(0,0,0,0.06);
  --shadow-glow-red: 0 0 25px rgba(211, 32, 39, 0.4);
  --shadow-glow-gold: 0 0 25px rgba(245, 158, 11, 0.4);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  --font-en: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-hi: 'Noto Sans Devanagari', 'Tiro Devanagari Hindi', sans-serif;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-en);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.lang-hi {
  font-family: var(--font-hi), var(--font-en);
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}

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

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

/* Subtle, Real-World Transitions */
.anim-float {
  /* Disabled tacky AI floating animation for grounded corporate realism */
  transform: none !important;
}

.anim-pulse {
  /* Disabled tacky neon pulsing for professional trust */
  box-shadow: none !important;
}

/* Container */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ==========================================================================
   REVAMPED CORPORATE NAVIGATION & UTILITY BAR
   ========================================================================== */

/* Top Utility Bar */
.top-utility-bar {
  background: #08152e;
  color: #94a3b8;
  font-size: 0.785rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #cbd5e1;
  font-weight: 500;
}

.top-bar-item svg {
  color: var(--accent-red);
}

.top-gov-tag {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #6ee7b7;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-sm);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.payout-note {
  color: #fcd34d;
  font-weight: 600;
  font-size: 0.75rem;
  background: rgba(245, 158, 11, 0.12);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.lang-selector {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lang-pipe {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.7rem;
}

.lang-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  padding: 2px 6px;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.lang-btn.active, .lang-btn:hover {
  background: var(--accent-red);
  color: #ffffff;
}

/* Main Header */
.main-header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid #e2e8f0;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.2rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo img.site-logo {
  height: 44px;
  width: auto;
  max-width: 210px;
  object-fit: contain;
}

/* Desktop Nav Menu */
.desktop-navigation {
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  font-size: 0.925rem;
  font-weight: 600;
  color: #1e293b;
  padding: 0.5rem 0.2rem;
  position: relative;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: var(--accent-red);
}

.nav-link.active {
  color: var(--accent-red);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: var(--accent-red);
  border-radius: 2px;
}

/* Header CTAs */
.header-action-group {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.header-prebook-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #c81e2b 0%, #a81520 100%);
  color: #ffffff;
  padding: 0.55rem 1.15rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 2px 6px rgba(200, 30, 43, 0.25);
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.header-prebook-btn:hover {
  background: #a81520;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(200, 30, 43, 0.35);
}

/* Mobile Drawer Hamburger Button */
.mobile-drawer-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 8px;
  transition: background 0.2s ease;
}

.mobile-drawer-btn:hover {
  background: #f1f5f9;
}

.mobile-drawer-btn .h-bar {
  width: 22px;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transition: all 0.25s ease;
}

.mobile-drawer-btn.active .h-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-drawer-btn.active .h-bar:nth-child(2) {
  opacity: 0;
}

.mobile-drawer-btn.active .h-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Off-Canvas Mobile Drawer */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5, 13, 30, 0.6);
  backdrop-filter: blur(4px);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.drawer-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  max-width: 85vw;
  height: 100%;
  background: #ffffff;
  z-index: 10001;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}

.mobile-drawer.open {
  right: 0;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.drawer-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
}

.drawer-close-btn {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-main);
  cursor: pointer;
  transition: all 0.2s ease;
}

.drawer-close-btn:hover {
  background: var(--accent-red);
  color: #ffffff;
  border-color: var(--accent-red);
}

.drawer-content {
  padding: 1rem 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.drawer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.drawer-menu-list li {
  border-bottom: 1px solid #f1f5f9;
}

.drawer-menu-list li:last-child {
  border-bottom: none;
}

.drawer-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
  border-radius: 6px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.drawer-link svg {
  color: #94a3b8;
  transition: transform 0.2s ease;
}

.drawer-link:hover, .drawer-link.active {
  color: var(--accent-red);
  background: #fff5f5;
  padding-left: 0.75rem;
}

.drawer-link:hover svg, .drawer-link.active svg {
  color: var(--accent-red);
  transform: translateX(3px);
}

.drawer-cta-box {
  margin-top: 0.5rem;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.drawer-support-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 1rem;
}

.drawer-support-card h6 {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.drawer-support-card p {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.drawer-contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.drawer-contact-links a {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.drawer-contact-links a:hover {
  color: var(--accent-red);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.925rem;
  padding: 0.6rem 1.3rem;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  text-align: center;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-red) 0%, #c41821 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(211, 32, 39, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #b7181f 0%, #9e141a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(211, 32, 39, 0.45);
}

.btn-gold {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.45);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--border-subtle);
}

.btn-outline:hover {
  border-color: var(--primary);
  background: rgba(10, 27, 57, 0.04);
}

.btn-sm {
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  border-radius: var(--radius-sm);
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: var(--primary);
  cursor: pointer;
}

/* Page Hero Banner (for Sub-Pages) */
.page-hero {
  background: radial-gradient(circle at 80% 20%, #1e3a6e 0%, #0a1b39 60%, #050d1e 100%);
  color: #ffffff;
  padding: 2.75rem 0 3rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(229, 37, 53, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero-title {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.page-hero-desc {
  font-size: 1.1rem;
  color: #cbd5e1;
  max-width: 680px;
  margin: 0 auto;
}

/* Home Hero Section */
.hero-section {
  position: relative;
  background: radial-gradient(circle at 85% 25%, #1e3a6e 0%, #0a1b39 60%, #050d1e 100%);
  color: #ffffff;
  padding: 3.25rem 0 3.75rem;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(229, 37, 53, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 600;
  color: #fef08a;
  margin-bottom: 1.25rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.hero-title .highlight {
  background: linear-gradient(135deg, #ff6b76 0%, #facc15 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: #cbd5e1;
  line-height: 1.65;
  margin-bottom: 2rem;
  max-width: 600px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.hero-stat-item h4 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fcd34d;
  line-height: 1.1;
}

.hero-stat-item p {
  font-size: 0.8rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

/* Hero Feature Card */
.hero-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.5rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
  position: relative;
}

.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.15rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.booking-badge {
  background: var(--accent-red);
  color: #ffffff;
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-md);
  font-weight: 800;
  font-size: 1.1rem;
}

.draws-badge {
  background: rgba(245, 158, 11, 0.2);
  border: 1px solid var(--accent-gold);
  color: #fde68a;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.825rem;
}

.bumper-spotlight {
  background: linear-gradient(135deg, rgba(229, 37, 53, 0.35) 0%, rgba(245, 158, 11, 0.25) 100%);
  border: 1px solid rgba(245, 158, 11, 0.5);
  border-radius: var(--radius-lg);
  padding: 1.35rem;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.bumper-label {
  font-size: 0.75rem;
  font-weight: 800;
  color: #fde68a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bumper-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0.3rem 0;
}

.bumper-desc {
  font-size: 0.85rem;
  color: #cbd5e1;
}

.hero-pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.pillar-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-md);
  padding: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.pillar-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #fcd34d;
  flex-shrink: 0;
}

.pillar-text h5 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
}

.pillar-text p {
  font-size: 0.725rem;
  color: #94a3b8;
}

/* Corporate Trust Bar on Subpage Hero */
.about-trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.5rem auto 0 auto;
  max-width: 820px;
}

.about-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.825rem;
  font-weight: 600;
  color: #e2e8f0;
  backdrop-filter: blur(8px);
}

/* Hero Prize Showcase for Homepage Card */
.hero-prize-showcase {
  margin-bottom: 1rem;
}

.hero-prize-thumb-box {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0d1b33;
  height: 175px;
}

.hero-prize-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.hero-prize-thumb-box:hover .hero-prize-img {
  transform: scale(1.04);
}

.prize-tag-floating {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(10, 27, 57, 0.88);
  backdrop-filter: blur(6px);
  color: #fde68a;
  border: 1px solid rgba(245, 158, 11, 0.4);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-emblem-img {
  max-width: 110px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* Section Shared */
.section {
  padding: 3.5rem 0;
}

.section-muted {
  background-color: var(--bg-card-muted);
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.25rem;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.85rem;
  background: rgba(229, 37, 53, 0.1);
  color: var(--accent-red);
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Feature Grid Cards (Home Nav Portals) */
.portal-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.portal-card {
  background: #ffffff;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 1.6rem 1.35rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.portal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-red) 0%, var(--accent-gold) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portal-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--accent-red);
}

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

.portal-card-icon {
  width: 58px;
  height: 58px;
  border-radius: var(--radius-lg);
  background: var(--bg-card-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.25rem;
  border: 1px solid var(--border-subtle);
}

.portal-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.6rem;
}

.portal-card p {
  color: var(--text-muted);
  font-size: 0.925rem;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

.portal-card-action {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--accent-red);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* 12-Month Lucky Draw Scheme Component */
.month-selector-wrapper {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  scrollbar-width: thin;
}

.month-selector-wrapper::-webkit-scrollbar {
  height: 6px;
}

.month-selector-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.month-tab-btn {
  flex: 0 0 auto;
  padding: 0.65rem 1.1rem;
  border-radius: var(--radius-md);
  background: #ffffff;
  border: 1.5px solid var(--border-subtle);
  color: var(--text-main);
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}

.month-tab-btn span.month-sub {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 500;
}

.month-tab-btn.active, .month-tab-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.month-tab-btn.active span.month-sub {
  color: #fcd34d;
}

.month-display-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  padding: 2.25rem;
  box-shadow: var(--shadow-lg);
}

.month-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-subtle);
}

.draw-info-block h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
}

.draw-info-block p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.draw-chances-badge {
  background: linear-gradient(135deg, var(--accent-red) 0%, #b7181f 100%);
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.prizes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.prize-box {
  background: var(--bg-main);
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.prize-box:hover {
  transform: translateY(-4px);
  border-color: var(--accent-red);
  box-shadow: var(--shadow-md);
  background: #ffffff;
}

.prize-box.first-prize {
  border-color: var(--accent-gold);
  background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
}

.prize-rank-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.prize-box.first-prize .prize-rank-badge {
  background: var(--accent-red);
}

.prize-icon-display {
  font-size: 2.8rem;
  margin: 1rem 0 0.75rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prize-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.prize-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Assured Product Catalog */
.guarantee-banner {
  background: linear-gradient(135deg, #0a1b39 0%, #162f5e 100%);
  border-radius: var(--radius-xl);
  padding: 3rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.guarantee-header-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 2.5rem;
}

.hindi-headline {
  font-family: var(--font-hi), inherit;
  font-size: 2.3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.guarantee-pillars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fcd34d;
  margin-bottom: 1.5rem;
}

.guarantee-products-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
}

.guaranteed-item-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-xl);
  padding: 2rem;
  backdrop-filter: blur(12px);
  position: relative;
  transition: all 0.3s ease;
}

.guaranteed-item-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-gold);
  background: rgba(255, 255, 255, 0.12);
}

.option-badge {
  background: var(--accent-red);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-sm);
  display: inline-block;
  margin-bottom: 1rem;
}

.product-visual {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  margin-bottom: 1.25rem;
}

.guaranteed-item-card h4 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.feature-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.feature-bullets li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.feature-bullets li svg {
  color: var(--accent-gold);
  flex-shrink: 0;
}

.or-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent-red);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 0 20px rgba(229, 37, 53, 0.6);
  border: 3px solid rgba(255,255,255,0.3);
}

/* Product Detail Cards (products.html) */
.product-showcase-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  margin-bottom: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
}

.product-showcase-visual {
  background: linear-gradient(135deg, #0a1b39 0%, #162f5e 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.showcase-real-img {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 36px rgba(0,0,0,0.35);
  margin-bottom: 1.5rem;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.15);
}

.teaser-product-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.15);
}

.bumper-real-car-img {
  width: 100%;
  max-width: 580px;
  height: auto;
  border-radius: var(--radius-xl);
  margin: 1.5rem auto;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  border: 2px solid rgba(245, 158, 11, 0.4);
  display: block;
}

/* 4 Pillars Clean Grid */
.pillars-grid-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.pillar-feature-card {
  background: #ffffff;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.pillar-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-red);
}

.pillar-icon-box {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pillar-feature-card h5 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
}

.pillar-feature-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.csv-badge-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #f1f5f9;
  border: 1px solid var(--border-subtle);
  color: var(--primary);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.8rem;
  transition: all 0.2s ease;
}

.csv-badge-btn:hover {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.product-showcase-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-showcase-content h3 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 1rem;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.spec-table td {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.95rem;
}

.spec-table td:first-child {
  font-weight: 700;
  color: var(--text-muted);
  width: 38%;
}

.spec-table td:last-child {
  font-weight: 600;
  color: var(--text-main);
}

/* Binary Tree Graphic (business-plan.html) */
.tree-graphic-container {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  text-align: center;
  box-shadow: var(--shadow-md);
  margin-bottom: 3.5rem;
}

.tree-nodes-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0;
}

.tree-node {
  background: var(--primary);
  color: #ffffff;
  padding: 0.65rem 1.4rem;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 0.95rem;
  box-shadow: var(--shadow-md);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.tree-node.you-node {
  background: var(--accent-red);
  font-size: 1.1rem;
  padding: 0.8rem 2rem;
}

.tree-branches-row {
  display: flex;
  justify-content: center;
  gap: 4rem;
  position: relative;
}

.tree-branch-box {
  background: #f8fafc;
  border: 2px dashed #cbd5e1;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  min-width: 200px;
}

.tree-branch-box h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

/* 8 Income Streams Hub */
.income-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.income-tab-btn {
  padding: 0.6rem 1.1rem;
  border-radius: var(--radius-full);
  background: #ffffff;
  border: 1.5px solid var(--border-subtle);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text-main);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.income-tab-btn .tab-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--bg-card-muted);
  color: var(--text-muted);
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.income-tab-btn.active, .income-tab-btn:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.income-tab-btn.active .tab-num {
  background: var(--accent-red);
  color: #ffffff;
}

.income-detail-pane {
  display: none;
}

.income-detail-pane.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

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

.income-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--border-subtle);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
}

.income-card-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: center;
}

.income-badge-row {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.inc-num {
  background: var(--accent-red);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-sm);
}

.inc-tag {
  color: var(--accent-gold);
  background: #fffbeb;
  border: 1px solid #fde68a;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
}

.income-headline {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.income-lead {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.income-rules-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.income-rules-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text-main);
}

.income-rules-list li svg {
  color: var(--accent-red);
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.income-visual-box {
  background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
  border: 1.5px dashed var(--border-highlight);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
}

.visual-payout-figure {
  font-size: 2.75rem;
  font-weight: 900;
  color: var(--accent-red);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.visual-payout-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}

.visual-calc-pills {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.calc-pill {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  padding: 0.6rem 1rem;
  border-radius: var(--radius-md);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc-pill strong {
  color: var(--primary);
}

/* Calculator Component */
.calc-wrapper {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.slider-group {
  margin-bottom: 2rem;
}

.slider-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.slider-title {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary);
}

.slider-val-badge {
  background: var(--primary);
  color: #ffffff;
  padding: 0.2rem 0.75rem;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 0.95rem;
}

.range-input {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e2e8f0;
  outline: none;
  accent-color: var(--accent-red);
  cursor: pointer;
}

.calc-results-box {
  background: linear-gradient(135deg, #0a1b39 0%, #162f5e 100%);
  border-radius: var(--radius-lg);
  padding: 2rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.result-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.result-stat-row:last-child {
  border-bottom: none;
}

.result-stat-row span {
  color: #cbd5e1;
  font-size: 0.95rem;
}

.result-stat-row strong {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
}

.total-earnings-block {
  background: rgba(229, 37, 53, 0.25);
  border: 1px solid rgba(229, 37, 53, 0.6);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  text-align: center;
  margin-top: 1.5rem;
}

.total-earnings-block p {
  font-size: 0.825rem;
  color: #fca5a5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.total-earnings-block h2 {
  font-size: 2.25rem;
  font-weight: 900;
  color: #fcd34d;
}

/* Rewards Table (rewards.html) */
.rewards-table-wrapper {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.rewards-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 620px;
}

.rewards-table th {
  background: var(--primary);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 1.1rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.rewards-table td {
  padding: 1.1rem 1.25rem;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text-main);
  vertical-align: middle;
}

.rewards-table tbody tr:hover {
  background-color: #f8fafc;
}

.rewards-table th:first-child,
.rewards-table td:first-child {
  width: 160px;
  white-space: nowrap;
}

.pair-target-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: var(--accent-blue);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  min-width: 105px;
  text-align: center;
  line-height: 1.2;
}

.pair-target-pill.gold {
  background: #fef3c7;
  border-color: #fde68a;
  color: #b45309;
}

.pair-target-pill.red {
  background: #fee2e2;
  border-color: #fecaca;
  color: #b91c1c;
}

.reward-title-cell {
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.cash-alt-badge {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  white-space: nowrap;
  display: inline-block;
}

/* Leadership Bonus Cards */
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}

.lead-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 1.5rem;
  text-align: center;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.lead-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent-red);
}

.lead-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-red);
}

.lead-car-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}

.lead-car-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.lead-bonus-payout {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--accent-red);
  background: #fff1f2;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-md);
  display: inline-block;
}

/* Sponsor Prizes Row */
.sponsor-prizes-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sponsor-prize-box {
  background: linear-gradient(135deg, #0a1b39 0%, #162f5e 100%);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: var(--shadow-lg);
  transition: all 0.3s ease;
}

.sponsor-prize-box:hover {
  transform: translateY(-5px);
  border-color: var(--accent-gold);
}

.sp-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.sp-category {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fde68a;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.sp-amount {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.sp-badge {
  display: inline-block;
  background: var(--accent-red);
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
}

/* Terms & Payout Grid */
.terms-card-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
}

.terms-list-container {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  padding: 2.25rem;
  box-shadow: var(--shadow-md);
}

.term-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border-subtle);
}

.term-item:last-child {
  border-bottom: none;
}

.term-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent-red);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.term-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
}

.payout-features-box {
  background: linear-gradient(135deg, #0a1b39 0%, #162f5e 100%);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.payout-box-header h3 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.payout-box-header p {
  color: #cbd5e1;
  font-size: 0.925rem;
  margin-bottom: 1.5rem;
}

.payout-perks-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.payout-perk-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.payout-perk-item svg {
  color: #fcd34d;
  flex-shrink: 0;
}

.payout-perk-item span {
  font-size: 0.925rem;
  font-weight: 600;
}

/* Booking Form */
.booking-section {
  background: radial-gradient(circle at center, #162f5e 0%, #0a1b39 70%, #050d1e 100%);
  color: #ffffff;
  padding: 5rem 0;
}

.booking-card-wrapper {
  background: #ffffff;
  color: var(--text-main);
  border-radius: var(--radius-xl);
  padding: 3rem;
  box-shadow: var(--shadow-xl);
  max-width: 900px;
  margin: 0 auto;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--primary);
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--border-subtle);
  background: #f8fafc;
  color: var(--text-main);
  transition: all 0.2s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--accent-red);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(229, 37, 53, 0.15);
}

.booking-summary-pill {
  background: #fffbeb;
  border: 1.5px dashed var(--accent-gold);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.booking-summary-pill .summary-item h5 {
  font-size: 0.8rem;
  color: #92400e;
  text-transform: uppercase;
}

.booking-summary-pill .summary-item p {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--primary);
}

/* FAQ Accordion */
.faq-section {
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  text-align: left;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--primary);
  cursor: pointer;
}

.faq-question:hover {
  color: var(--accent-red);
}

.faq-question .faq-toggle-icon {
  font-size: 1.25rem;
  transition: transform 0.25s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f8fafc;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0 1.5rem;
}

.faq-item.open .faq-answer {
  max-height: 250px;
  padding: 1rem 1.5rem 1.5rem;
}

.faq-item.open .faq-toggle-icon {
  transform: rotate(45deg);
  color: var(--accent-red);
}

/* Footer */
.footer {
  background: #050d1e;
  color: #94a3b8;
  padding: 4.5rem 0 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}

.footer-logo-img {
  height: 46px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  margin-bottom: 1.15rem;
  display: inline-block;
}

.footer-brand h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 320px;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 2px;
  background: var(--accent-red);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.85rem;
}

/* Toast Alert Notification */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: var(--primary);
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xl);
  border-left: 4px solid var(--accent-red);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 240px;
  max-width: 90vw;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* ==========================================================================
   ABOUT US & CONTACT US DEDICATED STYLES
   ========================================================================== */

/* Subpage Hero */
.subpage-hero {
  background: radial-gradient(circle at 80% 20%, #1e3a6e 0%, #0a1b39 60%, #050d1e 100%);
  color: #ffffff;
  padding: 3.5rem 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.subpage-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(229, 37, 53, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.subpage-hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-title {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 1rem 0;
  letter-spacing: -0.02em;
  word-break: break-word;
}

.page-title .highlight {
  background: linear-gradient(135deg, #ff6b76 0%, #facc15 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-subtitle {
  font-size: 1.125rem;
  color: #cbd5e1;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

/* Stats Counter Grid */
.stats-counter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.counter-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  min-width: 0;
}

.counter-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-red);
}

.counter-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background: var(--bg-card-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.counter-card h3 {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.counter-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* About Story Grid */
.about-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.story-content {
  min-width: 0;
}

.story-paragraph {
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}

.story-values-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.75rem;
}

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-card-muted);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--accent-red);
  min-width: 0;
}

.value-icon {
  color: var(--accent-red);
  flex-shrink: 0;
  margin-top: 2px;
}

.value-item h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.value-item p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

.story-card-wrapper {
  min-width: 0;
}

.about-feature-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: var(--shadow-xl);
  min-width: 0;
}

.card-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-red);
  background: rgba(211, 32, 39, 0.08);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.75rem;
}

.motto-divider {
  height: 2px;
  background: linear-gradient(90deg, var(--accent-red), var(--accent-gold), transparent);
  margin: 1.25rem 0 1.75rem 0;
}

.motto-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.motto-col {
  position: relative;
  padding-left: 3.25rem;
  min-width: 0;
}

.motto-step {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent-red);
  background: rgba(211, 32, 39, 0.1);
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}

.motto-col h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.2rem;
}

.motto-col p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Mission & Vision Grid */
.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.mv-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 0;
}

.mv-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.mv-icon-badge {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.mv-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 1rem;
}

.mv-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.clean-check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.clean-check-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-main);
  font-weight: 500;
}

.clean-check-list svg {
  color: var(--accent-green);
  flex-shrink: 0;
}

/* Contact Channels Grid */
.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.channel-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  min-width: 0;
  word-break: break-word;
}

.channel-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.channel-icon-box {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.channel-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.channel-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 1rem;
}

.channel-meta {
  padding-top: 0.85rem;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.channel-meta strong {
  font-size: 0.875rem;
  color: var(--primary);
  word-break: break-word;
  overflow-wrap: anywhere;
}

.channel-meta span {
  font-size: 0.75rem;
  color: var(--text-light);
  word-break: break-word;
}

/* Contact Main Grid */
.contact-main-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2.5rem;
  align-items: flex-start;
}

.contact-form-container {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  min-width: 0;
}

.form-header-box {
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 1.25rem;
}

.form-header-box h3 {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--primary);
  margin: 0.5rem 0 0.25rem 0;
}

.form-header-box p {
  font-size: 0.925rem;
  color: var(--text-muted);
}

.contact-side-box {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  min-width: 0;
}

.guidance-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border-subtle);
  min-width: 0;
}

.guidance-item:last-of-type {
  border-bottom: none;
}

.guidance-badge {
  color: var(--accent-red);
  flex-shrink: 0;
  margin-top: 2px;
}

.guidance-item h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.15rem;
}

.guidance-item p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

/* ==========================================================================
   CONSOLIDATED MASTER RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Tablet & Smaller Desktops (<= 1024px) */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .calc-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .portal-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-showcase-card {
    grid-template-columns: 1fr;
  }
  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prizes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .guarantee-products-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .or-divider {
    margin: 0 auto;
  }
  .pillars-grid-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* About & Contact at 1024px */
  .stats-counter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .mission-vision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .contact-channels-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Tablets & Large Mobile (<= 768px) */
@media (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }

  .container {
    padding: 0 1rem;
  }

  /* Utility Top Bar on Mobile */
  .top-utility-bar {
    padding: 0.35rem 0;
  }

  .top-bar-inner {
    height: auto;
    flex-direction: column;
    gap: 0.35rem;
    text-align: center;
  }

  .top-bar-left {
    justify-content: center;
    gap: 0.75rem;
  }

  .hide-mobile {
    display: none !important;
  }

  /* Main Header on Mobile */
  .main-header {
    height: 3.8rem;
  }

  .header-container {
    height: 3.8rem;
  }

  .brand-logo img.site-logo {
    max-height: 38px;
    max-width: 165px;
  }

  .desktop-navigation {
    display: none !important;
  }

  .mobile-drawer-btn {
    display: flex !important;
  }

  .header-prebook-btn {
    padding: 0.38rem 0.75rem;
    font-size: 0.78rem;
    gap: 0.35rem;
  }

  /* Section Spacings & Headings */
  .section {
    padding: 2rem 0;
  }

  .section-header {
    margin-bottom: 1.35rem;
  }

  .hero-section {
    padding: 2rem 0 2.25rem;
  }

  .hero-title {
    font-size: 1.95rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
  }

  .hero-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding-top: 1.25rem;
  }

  .hero-pillars-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .subpage-hero {
    padding: 1.75rem 0 2rem;
  }

  .page-title {
    font-size: 1.85rem;
    line-height: 1.2;
    margin: 0.6rem 0;
  }

  .page-subtitle {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .section-title {
    font-size: 1.65rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }

  .section-desc {
    font-size: 0.925rem;
    line-height: 1.5;
  }

  /* Reduced Card Paddings on Mobile */
  .hero-card {
    padding: 1.25rem 1rem;
  }

  .portal-cards-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .portal-card {
    padding: 1.2rem 1rem;
  }

  .pillars-grid-row {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .guarantee-banner {
    padding: 1.35rem 1rem;
    border-radius: var(--radius-lg);
  }

  .guaranteed-item-card {
    padding: 1.15rem 0.9rem;
  }

  .income-card {
    padding: 1.25rem 1rem;
  }

  .income-card-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .income-visual-box {
    padding: 1.15rem 0.9rem;
  }

  .calc-wrapper {
    padding: 1.25rem 1rem;
  }

  .calc-results-box {
    padding: 1.15rem 0.9rem;
  }

  .terms-card-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .terms-list-container {
    padding: 1.2rem 1rem;
  }

  .payout-features-box {
    padding: 1.2rem 1rem;
  }

  .sponsor-prizes-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sponsor-prize-box {
    padding: 1.25rem 1rem;
  }

  .leadership-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .prizes-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .tree-branches-row {
    flex-direction: column;
    gap: 1.25rem;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .mv-card {
    padding: 1.25rem 1rem;
  }

  .about-feature-card {
    padding: 1.25rem 1rem;
  }

  .contact-channels-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .channel-card {
    padding: 1.15rem 1rem;
  }

  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .contact-form-container {
    padding: 1.35rem 1.1rem;
  }

  .contact-side-box {
    padding: 1.2rem 1rem;
  }

  .booking-section {
    padding: 2rem 0;
  }

  .booking-card-wrapper {
    padding: 1.35rem 1rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .form-group.full-width {
    grid-column: span 1;
  }

  .rewards-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .footer {
    padding: 2.25rem 0 1.25rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    padding-top: 1.25rem;
  }

  .faq-question {
    padding: 0.85rem 1rem;
  }

  .faq-item.open .faq-answer {
    padding: 0.75rem 1rem 1rem;
  }

  /* Toast Notification */
  .toast {
    min-width: auto;
    max-width: 90vw;
  }
}

/* Small Mobile Screens (<= 480px) */
@media (max-width: 480px) {
  .brand-logo img.site-logo {
    max-height: 34px;
    max-width: 140px;
  }

  .header-prebook-btn {
    padding: 0.35rem 0.6rem;
    font-size: 0.75rem;
  }

  .hero-title {
    font-size: 1.65rem;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 0.65rem;
  }

  .hero-cta-group .btn {
    width: 100%;
  }

  .hero-stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .hero-stat-item h4 {
    font-size: 1.35rem;
  }

  .page-title {
    font-size: 1.55rem;
  }

  .stats-counter-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .counter-card {
    padding: 0.9rem 0.75rem;
  }

  .counter-card h3 {
    font-size: 1.45rem;
  }

  .about-feature-card {
    padding: 1.15rem 0.85rem;
  }

  .mv-card {
    padding: 1.15rem 0.85rem;
  }

  .channel-card {
    padding: 1rem 0.85rem;
  }

  .contact-form-container {
    padding: 1.15rem 0.85rem;
  }

  .contact-side-box {
    padding: 1.1rem 0.85rem;
  }

  .form-control {
    padding: 0.6rem 0.8rem;
    font-size: 0.875rem;
  }

  .btn {
    padding: 0.55rem 1rem;
    font-size: 0.875rem;
  }
}



