/* Shaikh Associates — Premium Styles */
@import url('whatsapp-float.css');

:root {
  /* NOW CFO–inspired palette: deep navy + orange accent */
  --navy: #0B2545;
  --navy-dark: #071829;
  --accent: #E87722;
  --accent-dark: #CC6518;
  --emerald: var(--accent);
  --emerald-dark: var(--accent-dark);
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', 'Inter', system-ui, sans-serif;
  color: var(--gray-700);
  -webkit-font-smoothing: antialiased;
}

/* Typography */
.eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: 1.125rem;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 42rem;
}

.section-divider {
  width: 3rem;
  height: 3px;
  background: var(--accent);
  margin: 1.5rem auto;
  border-radius: 2px;
}

/* Navigation */
#site-header {
  transition: box-shadow 0.3s, background 0.3s, border-color 0.3s;
}
#site-header.scrolled {
  box-shadow: 0 4px 30px rgba(11, 37, 69, 0.1);
}

/* Transparent header over hero (NOW CFO style) */
#site-header.header-over-hero {
  background: transparent;
  border-bottom-color: transparent;
}
#site-header.header-over-hero .nav-link,
#site-header.header-over-hero .nav-dropdown-btn,
#site-header.header-over-hero .header-phone {
  color: rgba(255, 255, 255, 0.92);
}
#site-header.header-over-hero .nav-link:hover,
#site-header.header-over-hero .nav-dropdown-btn:hover {
  color: #fff;
}
.site-logo-mark {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.65rem;
}

.site-brand-link {
  align-items: center;
  flex-shrink: 0;
}
.site-brand-divider {
  border-color: var(--gray-200);
}
#site-header.header-over-hero:not(.scrolled) .site-brand-divider {
  border-color: rgba(255, 255, 255, 0.28);
}
#site-header.header-over-hero:not(.scrolled) .logo-sub {
  color: rgba(255, 255, 255, 0.72) !important;
}

.site-logo-picture {
  display: none;
  flex-shrink: 0;
  line-height: 0;
}
.site-logo-picture--light {
  display: block;
}
#site-header.header-over-hero:not(.scrolled) .site-logo-picture--light {
  display: none;
}
#site-header.header-over-hero:not(.scrolled) .site-logo-picture--on-dark {
  display: block;
}
#site-header.header-over-hero.scrolled .site-logo-picture--on-dark {
  display: none;
}
#site-header.header-over-hero.scrolled .site-logo-picture--light {
  display: block;
}

.site-logo-wordmark {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: 10.5rem;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 640px) {
  .site-logo-wordmark {
    height: 2.75rem;
    max-width: 11.5rem;
  }
}
.site-logo-wordmark--footer {
  height: 2.125rem;
  max-height: 2.125rem;
  max-width: 8.5rem;
}
#site-header nav > .flex.items-center.justify-between {
  align-items: center;
}
#site-header.header-over-hero:not(.scrolled) .site-logo-wordmark {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
}

#site-header.header-over-hero .logo-title { color: #fff; }
#site-header.header-over-hero .logo-sub { color: rgba(255, 255, 255, 0.65); }
#site-header.header-over-hero .mobile-menu-btn { color: #fff; }
#site-header.header-over-hero.scrolled {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: var(--gray-200);
  backdrop-filter: blur(12px);
}
#site-header.header-over-hero.scrolled .nav-link,
#site-header.header-over-hero.scrolled .nav-dropdown-btn,
#site-header.header-over-hero.scrolled .header-phone {
  color: var(--gray-600);
}
#site-header.header-over-hero.scrolled .nav-link:hover,
#site-header.header-over-hero.scrolled .nav-dropdown-btn:hover {
  color: var(--accent);
}
#site-header.header-over-hero.scrolled .logo-title { color: var(--navy); }
#site-header.header-over-hero.scrolled .logo-sub { color: var(--gray-500); }
#site-header.header-over-hero.scrolled .mobile-menu-btn { color: var(--navy); }

/* Solid header — inner pages (always readable on light content) */
#site-header.header-solid {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: var(--gray-200);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(11, 37, 69, 0.04);
}
#site-header.header-solid .nav-link,
#site-header.header-solid .nav-dropdown-btn {
  color: var(--gray-600);
}
#site-header.header-solid .nav-link:hover,
#site-header.header-solid .nav-dropdown-btn:hover {
  color: var(--accent);
}
#site-header.header-solid .logo-title { color: var(--navy); }
#site-header.header-solid .logo-sub { color: var(--gray-500); }
#site-header.header-solid .mobile-menu-btn { color: var(--navy); }
#site-header.header-solid .btn-header-outline {
  border-color: var(--navy);
  color: var(--navy);
}
#site-header.header-solid .btn-header-outline:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
#site-header.header-solid #mobile-menu {
  background: #fff;
  border-color: var(--gray-200);
}
#site-header.header-solid .mobile-nav-link {
  color: var(--navy) !important;
}
#site-header.header-solid .mobile-accordion-trigger {
  color: var(--navy);
}
#site-header.header-solid .mobile-accordion-trigger:hover {
  background: var(--gray-50);
}

.nav-link {
  color: var(--gray-600);
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.2s;
  position: relative;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}
.nav-link:hover { color: var(--accent); }

.nav-dropdown {
  position: relative;
}
.nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-dropdown-btn .dropdown-chevron {
  transition: transform 0.2s;
}
.nav-dropdown.open .dropdown-chevron,
.nav-dropdown:hover .dropdown-chevron {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 15rem;
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid var(--gray-200);
  box-shadow: 0 16px 48px rgba(11, 37, 69, 0.14);
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 60;
}
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid var(--gray-200);
  border-top: 1px solid var(--gray-200);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dropdown-item {
  display: block;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-700);
  border-radius: 0.375rem;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.dropdown-item:hover {
  background: rgba(232, 119, 34, 0.08);
  color: var(--accent);
}
.dropdown-item.featured {
  color: var(--accent);
  font-weight: 600;
}
.nav-dropdown-menu--mega {
  min-width: 22rem;
  padding: 0.75rem;
}
.dropdown-section-label {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-400);
  padding: 0.5rem 0.875rem 0.25rem;
}
.dropdown-item-head {
  font-weight: 700 !important;
  color: var(--navy) !important;
  border-bottom: 1px solid var(--gray-100);
  margin-bottom: 0.25rem;
  border-radius: 0.375rem 0.375rem 0 0 !important;
}
.dropdown-item-desc {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--gray-500);
  margin-top: 0.125rem;
}

/* Mobile accordion */
.mobile-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.875rem 1rem;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.9375rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  border-radius: 0.5rem;
}
.mobile-accordion-trigger:hover { background: var(--gray-50); }
.mobile-accordion-panel {
  padding: 0.25rem 0 0.5rem 0.75rem;
}
.mobile-accordion-panel a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--gray-600);
  text-decoration: none;
  border-radius: 0.375rem;
}
.mobile-accordion-panel a:hover {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.08);
}

#mobile-menu .mobile-nav-link.text-white,
#mobile-menu .mobile-accordion-trigger.text-white {
  color: rgba(255, 255, 255, 0.95);
}
#mobile-menu .mobile-accordion-panel a {
  color: rgba(255, 255, 255, 0.75);
}
#mobile-menu .mobile-accordion-panel a:hover {
  color: var(--accent);
}

.mobile-nav-link {
  display: block;
  padding: 0.875rem 1rem;
  color: var(--navy);
  font-weight: 500;
  border-radius: 0.5rem;
  transition: background 0.2s;
}
.mobile-nav-link:hover { background: var(--gray-50); }

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(232, 119, 34, 0.35);
  text-decoration: none;
}
.btn-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(232, 119, 34, 0.45);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  border: 2px solid var(--navy);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-secondary:hover {
  background: var(--navy);
  color: #fff;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--navy);
  color: var(--navy);
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-outline:hover {
  background: var(--navy);
  color: #fff;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  padding: 0.875rem 1.75rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
.btn-white:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Hero — Premium full-cover (V2 enhanced) */
.hero-premium {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background-image: url('https://images.unsplash.com/photo-1512453979798-5ea266f8880c?w=1920&q=90');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 6rem 0 5rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-premium { background-attachment: scroll; }
}

.hero-premium-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(7, 24, 41, 0.92) 0%, rgba(11, 37, 69, 0.78) 42%, rgba(11, 37, 69, 0.52) 100%),
    radial-gradient(ellipse at 70% 20%, rgba(232, 119, 34, 0.15) 0%, transparent 55%);
  pointer-events: none;
}

.hero-premium-grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-premium-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 1024px) {
  .hero-premium-content { padding: 0 2rem; }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  margin-bottom: 1.25rem;
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent);
}

.hero-title {
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 54rem;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.25);
}

.hero-title .highlight {
  color: var(--accent);
}

.hero-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  margin-top: 1.5rem;
  max-width: 40rem;
}

.hero-stats-premium {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
  .hero-stats-premium {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.hero-stat-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.35rem 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.hero-stat-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(232, 119, 34, 0.5);
  transform: translateY(-2px);
}

.hero-stat-value {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.hero-stat-value span { color: var(--accent); }

.hero-stat-label {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.68);
  margin-top: 0.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.875rem 1.75rem;
  border-radius: 0.375rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: all 0.2s;
}
.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.bg-warm { background-color: var(--gray-50); }

/* SEO content block — readable, crawlable */
.seo-content-block {
  max-width: 48rem;
}
.seo-content-block p {
  color: var(--gray-600);
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Stats Bar */
.stats-bar {
  background: var(--navy);
  padding: 3rem 0;
}

.stat-item {
  text-align: center;
  padding: 1rem;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 1px;
  background: rgba(255,255,255,0.15);
}

@media (max-width: 767px) {
  .stat-item:not(:last-child)::after { display: none; }
}

.stat-number {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-number span { color: var(--accent); }

.stat-label {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  margin-top: 0.5rem;
  font-weight: 500;
}

/* Logo Strip */
.logo-strip {
  padding: 3.5rem 0;
  background: #fff;
  border-bottom: 1px solid var(--gray-200);
}

.logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0 1.5rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--gray-500);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: opacity 0.2s, filter 0.2s;
}
.logo-placeholder:hover {
  opacity: 1;
  filter: grayscale(0%);
  color: var(--navy);
}

/* About Block */
.about-image {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(27, 58, 107, 0.12);
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(232, 119, 34, 0.1);
  color: var(--emerald-dark);
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
}

/* Service Cards — Rich */
.service-card-rich {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid var(--gray-200);
  border-top: 3px solid transparent;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.service-card-rich:hover {
  border-color: var(--gray-200);
  border-top-color: var(--accent);
  box-shadow: 0 20px 50px rgba(11, 37, 69, 0.1);
  transform: translateY(-6px);
}

.service-card-rich.featured {
  border-color: var(--accent);
  background: linear-gradient(135deg, #fff 0%, rgba(232, 119, 34, 0.03) 100%);
}

.service-icon-wrap {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, rgba(27, 58, 107, 0.08) 0%, rgba(27, 58, 107, 0.04) 100%);
  transition: background 0.3s;
}

.service-card-rich:hover .service-icon-wrap {
  background: linear-gradient(135deg, rgba(232, 119, 34, 0.15) 0%, rgba(232, 119, 34, 0.08) 100%);
}

.service-card-rich ul {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100);
}

.service-card-rich li {
  font-size: 0.8125rem;
  color: var(--gray-500);
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.service-card-rich li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* Trust / Why Grid */
.trust-card {
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--gray-200);
  transition: all 0.3s;
  height: 100%;
}

.trust-card:hover {
  box-shadow: 0 12px 40px rgba(27, 58, 107, 0.08);
  border-color: transparent;
}

.trust-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

/* Process Steps */
.process-step {
  position: relative;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid var(--gray-200);
  height: 100%;
  transition: all 0.3s;
}

.process-step:hover {
  box-shadow: 0 16px 40px rgba(27, 58, 107, 0.08);
  border-color: var(--accent);
}

.process-step-label {
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.process-step-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--gray-100);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  letter-spacing: -0.04em;
}

/* Testimonials */
.testimonials-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.testimonial-card-rich {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1rem;
  padding: 2.5rem;
  height: 100%;
  transition: all 0.3s;
}

.testimonial-card-rich:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(232, 119, 34, 0.4);
}

.quote-mark {
  font-size: 4rem;
  line-height: 1;
  color: var(--accent);
  font-family: Georgia, serif;
  margin-bottom: -1rem;
}

.testimonial-nav-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.2);
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.testimonial-nav-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
}

/* Advantages */
.advantage-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--gray-200);
}
.advantage-item:last-child { border-bottom: none; }

.advantage-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  min-width: 3rem;
  opacity: 0.3;
}

/* Jurisdiction Tags */
.jurisdiction-tag {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--gray-200);
  color: var(--navy);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
  transition: all 0.2s;
}
.jurisdiction-tag:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(232, 119, 34, 0.05);
  transform: translateY(-2px);
}

/* Contact Form */
.contact-section {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(232, 119, 34, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.form-input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid var(--gray-200);
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  color: var(--gray-700);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(232, 119, 34, 0.15);
}

.form-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 0.375rem;
}

.contact-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.contact-perk {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.875rem;
}

.contact-form-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

/* FAQ */
.faq-item {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid var(--gray-200);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item[open] { border-color: var(--accent); }

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  color: var(--navy);
  font-size: 0.9375rem;
  list-style: none;
  user-select: none;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question-text { flex: 1; text-align: left; }
.faq-icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid var(--accent);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.faq-item[open] .faq-icon {
  background: var(--accent);
  color: #fff;
  transform: rotate(180deg);
}
.faq-icon::before { content: '+'; }
.faq-item[open] .faq-icon::before { content: '−'; }

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  color: var(--gray-600);
  font-size: 0.9375rem;
  line-height: 1.7;
}
.faq-accordion { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-answer a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}
.faq-answer a:hover { text-decoration: underline; }

/* Pricing */
.pricing-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid var(--gray-200);
  height: 100%;
  transition: all 0.3s;
}
.pricing-card:hover {
  box-shadow: 0 16px 40px rgba(27, 58, 107, 0.1);
}
.pricing-card.featured {
  border-color: var(--accent);
  box-shadow: 0 16px 40px rgba(232, 119, 34, 0.15);
  position: relative;
}

/* Footer — CSS fallback (Tailwind bg-navy-dark missing on inner pages) */
footer.bg-navy-dark {
  background-color: var(--navy-dark);
  color: rgba(255, 255, 255, 0.9);
}
footer.bg-navy-dark h3,
footer.bg-navy-dark h4 {
  color: #fff;
}
footer.bg-navy-dark p,
footer.bg-navy-dark li {
  color: rgba(191, 219, 254, 0.85);
}
.footer-link {
  color: rgba(191, 219, 254, 0.8);
  transition: color 0.2s;
  text-decoration: none;
}
.footer-link:hover { color: var(--accent); }

/* Page Hero (inner pages) — premium full-cover */
.page-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  padding: 7rem 0 4rem;
  overflow: hidden;
  background-image: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=1920&q=85');
  background-size: cover;
  background-position: center;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(7, 24, 41, 0.94) 0%, rgba(11, 37, 69, 0.82) 100%);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-fade-up {
  animation: fadeUp 0.7s ease-out forwards;
}

/* Testimonial slider */
.testimonial-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-slide {
  min-width: 100%;
  padding: 0 0.5rem;
}

@media (min-width: 768px) {
  .testimonial-slide { min-width: 50%; }
}
@media (min-width: 1024px) {
  .testimonial-slide { min-width: 33.333%; }
}

/* Design version switcher (preview only) */
.design-switcher {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 200;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  background: var(--navy);
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: calc(100vw - 2rem);
}
.design-switcher-label {
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  padding: 0 0.25rem;
}
.design-switcher-link {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2rem 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  transition: background 0.2s;
}
.design-switcher-link:hover {
  background: var(--accent);
}
.design-switcher-link.is-active {
  background: var(--accent);
  pointer-events: none;
}
@media (max-width: 520px) {
  .design-switcher {
    left: 1rem;
    right: 1rem;
    justify-content: center;
  }
}
