/* ==========================================================================
   VASSTU ADVISOR MOUMITA - Modern Luxury Creamy White & Gold Design System
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,400;1,600&display=swap');

:root {
  --bg-deep: #FAF8F5;          /* Warm Creamy White / Ivory Page Background */
  --bg-section: #F4EFE6;       /* Slightly deeper warm cream for alternating sections */
  --bg-card: #FFFFFF;          /* Pure Crisp White Card Surface */
  --bg-card-hover: #FFFFFF;
  --bg-accent-light: #FFFBF0;   /* Lightest warm gold glow */
  
  --gold-primary: #C59B27;     /* Rich Mustard Gold Accent */
  --gold-light: #F7E7B4;       /* Soft Light Gold Tint */
  --gold-bright: #D4AF37;      /* Vivid Warm Gold */
  --gold-dark: #9A7819;        /* Deep Bronze Gold for Text */
  --gold-gradient: linear-gradient(135deg, #D4AF37 0%, #E6C86E 50%, #B58A1F 100%);
  --gold-gradient-subtle: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(247, 231, 180, 0.3) 100%);
  
  --text-main: #292524;        /* Dark Warm Charcoal Body Text (High Legibility) */
  --text-heading: #1C1917;     /* Deep Elegant Serif Heading Color */
  --text-gold: #B8860B;        /* Dark Golden Yellow Accent Text */
  --text-muted: #57534E;       /* Warm Taupe Muted Text */
  --text-light-muted: #78716C;
  
  --border-gold: #EFE5D3;      /* Soft Warm Creamy Gold Border */
  --border-gold-bright: #D4AF37;
  --border-card: #EFE6D5;
  
  --shadow-card: 0 10px 30px rgba(180, 140, 60, 0.08), 0 2px 8px rgba(0, 0, 0, 0.03);
  --shadow-card-hover: 0 15px 35px rgba(180, 140, 60, 0.18), 0 5px 15px rgba(0, 0, 0, 0.06);
  --shadow-gold: 0 8px 25px rgba(197, 155, 39, 0.25);
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: 'Outfit', sans-serif;
  background-color: var(--bg-deep);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  background-image: 
    radial-gradient(circle at 10% 10%, rgba(212, 175, 55, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 90% 90%, rgba(197, 155, 39, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(247, 231, 180, 0.15) 0%, transparent 100%);
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

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

/* Typography Utilities */
h1, h2, h3, h4, .brand-title {
  font-family: 'Playfair Display', 'Cinzel', serif;
  font-weight: 700;
  color: var(--text-heading);
  letter-spacing: 0.2px;
}

.gold-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gold-text-solid {
  color: var(--gold-dark);
  font-weight: 700;
}

.sub-tagline {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--gold-dark);
  text-transform: uppercase;
  font-size: 0.82rem;
}

/* Top Notification / Contact Bar */
.top-bar {
  background: #FFFDF8;
  border-bottom: 1px solid var(--border-gold);
  padding: 8px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.top-bar-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.top-info-group {
  display: flex;
  gap: 20px;
  align-items: center;
}

.top-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-main);
  font-weight: 500;
  transition: var(--transition);
}

.top-info-item i {
  color: var(--gold-primary);
}

.top-info-item:hover {
  color: var(--gold-dark);
}

.top-badge {
  background: var(--bg-accent-light);
  border: 1px solid var(--border-gold-bright);
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold-dark);
}

/* Navigation Header */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 253, 247, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-gold);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: var(--transition);
}

.navbar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Crown Emblem Logo (AM Crown Emblem matching User Reference Image 2) */
.brand-emblem {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFFDF7 0%, #F5E8C9 100%);
  border: 2px solid var(--gold-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(197, 155, 39, 0.25);
  position: relative;
}

.brand-emblem-crown {
  font-size: 0.75rem;
  color: var(--gold-primary);
  margin-bottom: -3px;
  margin-top: 2px;
}

.brand-emblem-initials {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--gold-dark);
  line-height: 1;
  letter-spacing: 1px;
}

.brand-name {
  display: flex;
  flex-direction: column;
}

.brand-sub {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: var(--gold-dark);
  font-weight: 700;
  text-transform: uppercase;
}

.brand-title-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.1;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav-link {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--text-main);
  position: relative;
  padding: 6px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-primary);
  transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-dark);
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.mobile-nav-toggle {
  display: none;
  font-size: 1.5rem;
  color: var(--gold-dark);
  cursor: pointer;
}

/* Custom Buttons - Warm Gold & Mustard Pills */
.btn-gold {
  background: var(--gold-primary);
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(197, 155, 39, 0.35);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

.btn-gold:hover {
  background: #B58A1F;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 155, 39, 0.45);
  color: #FFFFFF;
}

.btn-outline-gold {
  background: #FFFFFF;
  color: var(--gold-dark);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 9px 22px;
  border-radius: 50px;
  border: 1.5px solid var(--gold-primary);
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.btn-outline-gold:hover {
  background: var(--gold-primary);
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(197, 155, 39, 0.3);
  transform: translateY(-2px);
}

.link-gold-details {
  color: var(--gold-dark);
  font-weight: 600;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.link-gold-details:hover {
  color: var(--gold-primary);
  gap: 10px;
}

/* Hero Section - Light Luxury Cream & Gold */
.hero-section {
  position: relative;
  padding: 40px 0 60px;
  background: linear-gradient(180deg, #FFFDF8 0%, #FAF6EE 100%);
  overflow: hidden;
  border-bottom: 1px solid var(--border-gold);
}

.hero-banner-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* Hero Top Branding Header */
.hero-header-box {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.om-symbol-top {
  font-size: 2.8rem;
  color: var(--gold-primary);
  text-shadow: 0 2px 10px rgba(197, 155, 39, 0.2);
  margin-bottom: 2px;
  display: inline-block;
}

.hero-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  line-height: 1.1;
  margin-bottom: 8px;
  color: var(--text-heading);
}

.hero-tagline-badge {
  display: inline-block;
  background: #FFFDF7;
  border: 1px solid var(--gold-primary);
  padding: 6px 26px;
  border-radius: 50px;
  margin-top: 10px;
  box-shadow: 0 4px 15px rgba(197, 155, 39, 0.12);
}

/* Hero Content Cards Grid */
.hero-content-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  gap: 25px;
  align-items: stretch;
}

.glass-box, .light-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
  position: relative;
  transition: var(--transition);
}

.glass-box:hover, .light-card:hover {
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-3px);
}

.box-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  position: relative;
}

.box-title-wrapper::before, .box-title-wrapper::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-gold-bright);
}

.box-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: var(--text-heading);
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* List Items in Hero Box */
.service-list, .specialization-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-item, .specialization-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FAF7F2;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-gold);
  transition: var(--transition);
}

.service-item:hover, .specialization-item:hover {
  background: #FFFDF5;
  border-color: var(--gold-primary);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(197, 155, 39, 0.1);
}

.item-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-accent-light);
  border: 1px solid var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
  font-size: 1rem;
  flex-shrink: 0;
}

.item-text {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-heading);
}

.item-subtext {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* Hero Portrait Card */
.hero-visual-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1.5px solid var(--border-gold-bright);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}

.hero-visual-card:hover {
  box-shadow: var(--shadow-card-hover);
}

.hero-visual-img {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-gold);
  object-fit: cover;
}

.hero-contact-footer-box {
  width: 100%;
  margin-top: 14px;
  background: #FAF7F2;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.hero-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--gold-dark);
  font-weight: 700;
  font-size: 1.02rem;
}

.hero-contact-row i {
  color: var(--gold-primary);
}

/* Services & Offerings Cards (Matching User Reference Image 3 & 4) */
.services-offerings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-offering-card {
  background: #FFFFFF;
  border: 1px solid var(--border-card);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-offering-card:hover {
  border-color: var(--gold-primary);
  box-shadow: 0 12px 30px rgba(197, 155, 39, 0.15);
  transform: translateY(-4px);
}

.service-offering-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 10px;
}

.service-offering-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Quick Highlights Box (Matching User Reference Image 5) */
.quick-highlights-card {
  background: #FFFFFF;
  border: 1px solid var(--border-card);
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  max-width: 600px;
  margin: 0 auto;
}

.highlights-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 20px;
}

.highlights-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #EFE5D3;
}

.highlights-row:last-of-type {
  border-bottom: none;
}

.highlights-label {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 500;
}

.highlights-val {
  font-size: 0.95rem;
  color: var(--text-heading);
  font-weight: 600;
}

.highlights-note-box {
  background: #FAF5E8;
  border: 1px solid #E5D5B3;
  border-radius: 12px;
  padding: 14px 18px;
  margin-top: 18px;
  font-size: 0.88rem;
  color: #4A3E2A;
  line-height: 1.5;
}

/* Quick Tools Section */
.section-padding {
  padding: 60px 0;
}

.section-title-wrapper {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

.section-subtitle {
  color: var(--gold-dark);
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.3rem;
  color: var(--text-heading);
  margin-bottom: 12px;
}

.section-desc {
  color: var(--text-muted);
  font-size: 0.98rem;
}

.interactive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.interactive-card {
  background: #FFFFFF;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

/* Form Styles - Clean & Legible Light Controls */
.calc-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group label {
  font-size: 0.85rem;
  color: var(--text-heading);
  font-weight: 600;
}

.form-control {
  background: #FFFDF9;
  border: 1px solid var(--border-gold);
  color: var(--text-main);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 3px rgba(197, 155, 39, 0.15);
  background: #FFFFFF;
}

.calc-result-box {
  margin-top: 16px;
  background: #FAF7F2;
  border: 1.5px dashed var(--gold-primary);
  padding: 16px;
  border-radius: var(--radius-md);
  display: none;
  text-align: center;
}

.calc-number {
  font-size: 2.6rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: var(--gold-dark);
}

/* Tarot Spread Styles */
.tarot-spread {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 20px 0;
}

.tarot-card-slot {
  width: 95px;
  height: 150px;
  perspective: 1000px;
  cursor: pointer;
}

.tarot-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
}

.tarot-card-slot.flipped .tarot-card-inner {
  transform: rotateY(180deg);
}

.tarot-front, .tarot-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  border: 1.5px solid var(--gold-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.tarot-back {
  background: linear-gradient(135deg, #FFFDF5 0%, #FAF0D4 100%);
  color: var(--gold-dark);
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.tarot-back i {
  font-size: 2rem;
  color: var(--gold-primary);
}

.tarot-front {
  background: #FFFFFF;
  color: var(--text-heading);
  transform: rotateY(180deg);
  font-size: 0.75rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.tarot-front i {
  font-size: 2rem;
  color: var(--gold-primary);
  margin-bottom: 4px;
}

/* Floating WhatsApp Action Button (Matching User Reference Image 4) */
.floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  z-index: 1500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
  color: #FFFFFF;
}

/* Modal Booking Window - Clean Light Theme */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 25, 23, 0.6);
  backdrop-filter: blur(6px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.modal-backdrop.active {
  display: flex;
}

.modal-content {
  background: #FFFFFF;
  border: 1.5px solid var(--border-gold-bright);
  border-radius: var(--radius-lg);
  max-width: 520px;
  width: 100%;
  padding: 26px 30px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 1.4rem;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
}

.modal-close:hover {
  color: var(--gold-dark);
  transform: scale(1.1);
}

/* Footer Section */
.site-footer {
  background: #FAF6EE;
  border-top: 1px solid var(--border-gold);
  padding: 50px 0 25px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 35px;
  margin-bottom: 35px;
}

.footer-brand-title {
  font-family: 'Playfair Display', serif;
  color: var(--text-heading);
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.footer-heading {
  font-family: 'Playfair Display', serif;
  color: var(--text-heading);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 6px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: var(--gold-primary);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a:hover {
  color: var(--gold-dark);
  padding-left: 4px;
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 0;
  border-top: 1px solid var(--border-gold);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
}

/* Notification Toast */
.toast-notification {
  position: fixed;
  bottom: 25px;
  left: 25px;
  background: #FFFFFF;
  border: 1px solid var(--gold-primary);
  color: var(--text-heading);
  padding: 12px 22px;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  z-index: 3000;
  display: none;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 500;
}

.toast-notification.show {
  display: flex;
  animation: slideUp 0.4s ease-out;
}

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

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .hero-content-grid {
    grid-template-columns: 1fr;
  }
  .interactive-grid {
    grid-template-columns: 1fr;
  }
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hero-main-title {
    font-size: 2.2rem;
  }
  .sub-tagline {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFFDF8;
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid var(--border-gold);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  }
  .nav-links.active {
    display: flex;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .footer-container {
    grid-template-columns: 1fr;
  }
  .form-row-2 {
    grid-template-columns: 1fr;
  }
}
