/* ==========================================================================
   PROPERTY LEGAL ASSIST - CORE DESIGN SYSTEM STYLESHEET (V2 REDESIGN)
   Domain: propertylegalassist.com | Phone: +91 99107 63262
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/* --- Root Color Palette & Variables --- */
:root {
  --primary-navy: #1E2A78;
  --primary-navy-dark: #121A52;
  --primary-navy-light: #2A3B9E;
  --accent-gold: #D97706;
  --accent-gold-hover: #B45309;
  --accent-gold-light: #FEF3C7;
  
  --tint-lavender: #EEF2FF;
  --tint-lavender-border: #C7D2FE;
  --tint-lavender-hover: #E0E7FF;
  
  --bg-light: #F8FAFC;
  --bg-white: #FFFFFF;
  --bg-dark: #0F172A;
  
  --text-dark: #0F172A;
  --text-body: #334155;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  --text-white: #FFFFFF;
  
  --success: #10B981;
  --whatsapp-green: #25D366;
  --whatsapp-hover: #1DA851;
  
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  
  --shadow-sm: 0 2px 4px rgba(30, 42, 120, 0.04);
  --shadow-md: 0 6px 20px rgba(30, 42, 120, 0.06);
  --shadow-lg: 0 16px 32px -8px rgba(30, 42, 120, 0.12);
  --shadow-hover: 0 20px 40px -10px rgba(30, 42, 120, 0.18);
  
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 9999px;
  
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Base & Reset --- */
*, *::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(--text-body);
  background-color: var(--bg-light);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--primary-navy);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

h1 { font-size: clamp(2.2rem, 4.2vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.4rem); font-weight: 700; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }

p {
  margin-bottom: 1rem;
  color: var(--text-muted);
}

p:last-child {
  margin-bottom: 0;
}

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

a:hover {
  color: var(--accent-gold);
}

ul {
  list-style: none;
}

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

/* --- Layout Containers --- */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-padding {
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .section-padding {
    padding: 3rem 0;
  }
}

.text-center { text-align: center; }
.text-left { text-align: left; }

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

.section-subtitle {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--accent-gold);
  background-color: var(--accent-gold-light);
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.85rem;
}

.section-title {
  color: var(--primary-navy);
  margin-bottom: 0.85rem;
}

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

/* --- Legal Disclaimer Notice Banner --- */
.disclaimer-banner {
  display: none; /* Hidden per client request */
}

/* Hide WhatsApp button in navbar nav-actions only; keep hero & floating intact */
.nav-actions .btn-whatsapp {
  display: none;
}

/* --- Top Info Bar --- */
.top-bar {
  background-color: var(--primary-navy-dark);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8125rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

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

.top-info-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.top-info-item a {
  color: #FFFFFF;
  font-weight: 600;
}

.top-info-item a:hover {
  color: var(--accent-gold-light);
}

/* --- Redesigned Main Navigation Header --- */
.header-main {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(30, 42, 120, 0.08);
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
  transition: var(--transition);
}

.header-main.scrolled {
  box-shadow: var(--shadow-md);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 1rem;
}

/* Clean, Balanced Brand Logo */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  text-decoration: none;
  white-space: nowrap;
}

.brand-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary-navy), var(--primary-navy-dark));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  box-shadow: 0 3px 8px rgba(30, 42, 120, 0.25);
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary-navy);
  line-height: 1.1;
  letter-spacing: -0.4px;
}

.brand-name span {
  color: var(--accent-gold);
}

.brand-tagline {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 1px;
}

/* Single-Line, Clean Nav Links (Anti-Overlap) */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 auto;
}

.nav-link {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-dark);
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  white-space: nowrap; /* CRITICAL: Prevents 2-line text breaking! */
  transition: var(--transition);
}

.nav-link:hover {
  color: var(--primary-navy);
  background-color: var(--tint-lavender);
}

.nav-link.active {
  color: var(--primary-navy);
  background-color: var(--tint-lavender);
  font-weight: 700;
}

/* Nav Right Actions pinned to the right */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0; /* CRITICAL: Pushes buttons to the right without squeezing links */
}

/* Mobile Nav Toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--primary-navy);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: var(--radius-sm);
}

.mobile-toggle:hover {
  background-color: var(--tint-lavender);
}

/* --- Compact Modern Buttons & CTAs --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  letter-spacing: -0.2px;
}

.btn-primary {
  background-color: var(--primary-navy);
  color: var(--text-white);
  box-shadow: 0 4px 12px rgba(30, 42, 120, 0.2);
}

.btn-primary:hover {
  background-color: var(--primary-navy-dark);
  color: var(--text-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(30, 42, 120, 0.3);
}

.btn-secondary {
  background-color: var(--tint-lavender);
  color: var(--primary-navy);
  border-color: var(--tint-lavender-border);
}

.btn-secondary:hover {
  background-color: var(--tint-lavender-hover);
  color: var(--primary-navy-dark);
  transform: translateY(-2px);
}

.btn-accent {
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-hover));
  color: var(--text-white);
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.25);
}

.btn-accent:hover {
  background: linear-gradient(135deg, var(--accent-gold-hover), #92400E);
  color: var(--text-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(217, 119, 6, 0.35);
}

.btn-whatsapp {
  background-color: var(--whatsapp-green);
  color: var(--text-white);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
  background-color: var(--whatsapp-hover);
  color: var(--text-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

/* --- Hero Section --- */
.hero {
  position: relative;
  background: linear-gradient(135deg, #0F172A 0%, #1E2A78 50%, #121A52 100%);
  color: var(--text-white);
  padding: 4.5rem 0 5.5rem 0;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(217, 119, 6, 0.15) 0%, rgba(30, 42, 120, 0) 70%);
  pointer-events: none;
}

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

.hero-content h1 {
  color: #FFFFFF;
  margin-bottom: 1.15rem;
  letter-spacing: -0.03em;
}

.hero-content h1 span {
  color: var(--accent-gold-light);
  display: block;
}

.hero-subheadline {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2rem;
  line-height: 1.65;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

.hero-badges {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-badge-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.hero-badge-item svg {
  color: var(--accent-gold-light);
}

.hero-card-preview {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.hero-card-title {
  color: var(--accent-gold-light);
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
}

.hero-card-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.925rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-card-list svg {
  color: var(--accent-gold);
  flex-shrink: 0;
  margin-top: 3px;
}

/* --- Trust / Why Choose Us Section --- */
.trust-section {
  background-color: var(--bg-white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.75rem;
}

.trust-card {
  background-color: var(--bg-light);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  border: 1px solid rgba(30, 42, 120, 0.06);
  transition: var(--transition);
  text-align: left;
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--tint-lavender-border);
  background-color: #FFFFFF;
}

.trust-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--tint-lavender);
  color: var(--primary-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.trust-card h3 {
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
}

/* --- Service Cards Grid --- */
.services-section {
  background-color: var(--bg-light);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1.75rem;
}

.service-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(30, 42, 120, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

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

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

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

.service-card-header {
  margin-bottom: 1rem;
}

.service-icon-wrapper {
  width: 48px;
  height: 48px;
  background: var(--tint-lavender);
  color: var(--primary-navy);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.service-title {
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}

.service-desc {
  font-size: 0.925rem;
  color: var(--text-muted);
  margin-bottom: 1.15rem;
}

.service-bullet-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}

.service-bullet-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.875rem;
  color: var(--text-dark);
  font-weight: 500;
}

.service-bullet-item svg {
  color: var(--accent-gold);
  flex-shrink: 0;
}

/* --- Authority Documentation Section --- */
.authorities-section {
  background-color: var(--bg-white);
}

.authorities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.authority-badge-card {
  background-color: var(--tint-lavender);
  border: 1px solid var(--tint-lavender-border);
  border-radius: var(--radius-md);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: var(--transition);
}

.authority-badge-card:hover {
  background-color: var(--primary-navy);
  border-color: var(--primary-navy);
  color: #FFFFFF;
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.authority-badge-card:hover h4,
.authority-badge-card:hover p {
  color: #FFFFFF;
}

.authority-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.85rem auto;
  color: var(--primary-navy);
  transition: var(--transition);
}

.authority-badge-card:hover .authority-icon {
  color: var(--accent-gold-light);
}

.authority-badge-card h4 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.authority-badge-card p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* --- 5-Step Process Timeline --- */
.process-section {
  background-color: var(--bg-light);
}

.timeline {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  width: 3px;
  background: var(--tint-lavender-border);
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.timeline-step {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary-navy);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  box-shadow: 0 4px 12px rgba(30, 42, 120, 0.2);
  z-index: 2;
  flex-shrink: 0;
}

.timeline-content {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  padding: 1.35rem 1.6rem;
  border: 1px solid rgba(30, 42, 120, 0.08);
  box-shadow: var(--shadow-sm);
  flex-grow: 1;
}

.timeline-content h3 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

/* --- Service Areas Grid --- */
.areas-section {
  background: linear-gradient(135deg, var(--primary-navy-dark), var(--primary-navy));
  color: var(--text-white);
}

.areas-section .section-title {
  color: #FFFFFF;
}

.areas-section .section-desc {
  color: rgba(255, 255, 255, 0.8);
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.25rem;
}

.area-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-align: center;
  transition: var(--transition);
}

.area-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.area-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.area-card h3 {
  color: #FFFFFF;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.area-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
}

/* --- Contact Form Section & Card Design --- */
.contact-section {
  background-color: var(--bg-white);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-info-box h2 {
  font-size: 2rem;
  margin-bottom: 0.85rem;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 1.75rem 0;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--tint-lavender);
  color: var(--primary-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-text h4 {
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

.contact-info-text p, .contact-info-text a {
  font-size: 0.95rem;
  color: var(--text-dark);
  font-weight: 600;
}

.contact-form-card {
  background-color: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  box-shadow: 0 15px 35px rgba(30, 42, 120, 0.08);
  border: 1px solid var(--tint-lavender-border);
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
}

.form-label span {
  color: #EF4444;
}

.form-control {
  width: 100%;
  background-color: var(--tint-lavender);
  border: 1.5px solid var(--tint-lavender-border);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.15rem;
  font-family: var(--font-body);
  font-size: 0.925rem;
  color: var(--text-dark);
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  background-color: #FFFFFF;
  border-color: var(--primary-navy);
  box-shadow: 0 0 0 4px rgba(30, 42, 120, 0.12);
}

textarea.form-control {
  resize: vertical;
  min-height: 110px;
}

.form-submit-btn {
  width: 100%;
  background-color: var(--primary-navy);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9rem 1.75rem;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  box-shadow: 0 6px 18px rgba(30, 42, 120, 0.25);
  transition: var(--transition);
}

.form-submit-btn:hover {
  background-color: var(--primary-navy-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(30, 42, 120, 0.35);
}

.form-submit-btn .arrow-icon {
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.form-submit-btn:hover .arrow-icon {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.3);
}

.form-status-msg {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  font-size: 0.875rem;
  font-weight: 500;
  display: none;
}

.form-status-msg.success {
  display: block;
  background-color: #D1FAE5;
  color: #065F46;
  border: 1px solid #6EE7B7;
}

.form-status-msg.error {
  display: block;
  background-color: #FEE2E2;
  color: #991B1B;
  border: 1px solid #FCA5A5;
}

/* --- FAQ Accordion --- */
.faq-section {
  background-color: var(--bg-light);
}

.faq-accordion {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-item {
  background-color: var(--bg-white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(30, 42, 120, 0.08);
  overflow: hidden;
  transition: var(--transition);
}

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

.faq-toggle-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--tint-lavender);
  color: var(--primary-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(180deg);
  background: var(--primary-navy);
  color: #FFFFFF;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1.35rem 1.5rem;
}

.faq-answer p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* --- Footer --- */
.footer {
  background-color: var(--bg-dark);
  color: rgba(255, 255, 255, 0.75);
  padding-top: 4rem;
  font-size: 0.875rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h4 {
  color: #FFFFFF;
  font-size: 1.05rem;
  margin-bottom: 1.15rem;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1rem;
}

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

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
}

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

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.footer-contact-item svg {
  color: var(--accent-gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-bottom {
  padding: 1.35rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-disclaimer-text {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.9rem 1.15rem;
  border-radius: var(--radius-sm);
  margin-top: 1.5rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

/* --- Floating WhatsApp CTA --- */
.floating-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  background-color: var(--whatsapp-green);
  color: #FFFFFF;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: var(--transition);
  animation: pulse-whatsapp 2.5s infinite;
}

.floating-whatsapp:hover {
  background-color: var(--whatsapp-hover);
  transform: scale(1.1);
  color: #FFFFFF;
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* --- Responsive Breakpoints & Anti-Overlap Rules --- */
@media (max-width: 1200px) {
  .nav-links {
    gap: 0.15rem;
  }

  .nav-link {
    font-size: 0.825rem;
    padding: 0.45rem 0.55rem;
  }
  
  .btn {
    padding: 0.55rem 1rem;
    font-size: 0.825rem;
  }
}

@media (max-width: 1040px) {
  .nav-actions {
    display: none; /* Hide top CTAs in header at medium screen width, visible in mobile drawer & hero */
  }
}

@media (max-width: 920px) {
  .mobile-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 76px);
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
    gap: 0.85rem;
    transition: var(--transition);
    box-shadow: var(--shadow-lg);
    overflow-y: auto;
    margin: 0;
  }

  .nav-links.active {
    left: 0;
  }

  .nav-link {
    font-size: 1.05rem;
    width: 100%;
    padding: 0.75rem 1rem;
  }

  .nav-actions {
    display: flex;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .top-bar {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 18px;
  }

  .timeline-step {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .floating-whatsapp {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 50px;
    height: 50px;
  }
}
