/*
Theme Name: Defaris
Theme URI: https://defaris.com
Author: Defaris
Author URI: https://defaris.com
Description: Defaris — Premium family care coordination platform for overseas Pakistanis. A modern dark-theme WordPress theme, fully compatible with Elementor Free. Drag-and-drop editable, no coding required.
Version: 2.0.1
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: defaris
Tags: family-care, overseas, pakistan, responsive, dark, elementor, custom-logo, custom-colors, full-width-template

Defaris WordPress Theme, Copyright 2026 Defaris
*/

/* =============================================
   GOOGLE FONTS
   ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

/* =============================================
   CSS DESIGN TOKENS — DARK THEME
   ============================================= */
:root {
  /* Dark Background Palette */
  --bg-base:        #080d14;
  --bg-card:        #0f1923;
  --bg-card-hover:  #141f2e;
  --bg-section:     #0b1320;
  --bg-elevated:    #162030;
  --bg-glass:       rgba(255,255,255,0.04);
  --bg-glass-hover: rgba(255,255,255,0.08);
  --border:         rgba(255,255,255,0.08);
  --border-hover:   rgba(201,146,42,0.45);

  /* Brand Colors */
  --gold:           #c9922a;
  --gold-light:     #e8b94a;
  --gold-dark:      #a67520;
  --gold-glow:      rgba(201,146,42,0.18);
  --blue:           #1a3c5e;
  --blue-light:     #2a5a8a;
  --blue-bright:    #3b82f6;
  --green:          #22c55e;
  --green-dark:     #16a34a;
  --red:            #ef4444;
  --purple:         #a855f7;
  --cyan:           #06b6d4;
  --orange:         #f97316;

  /* Text */
  --text-primary:   #f1f5f9;
  --text-secondary: #94a3b8;
  --text-muted:     #64748b;
  --text-white:     #ffffff;

  /* Typography */
  --font-heading: 'Poppins', sans-serif;
  --font-body:    'Inter', sans-serif;

  /* Shadows */
  --shadow-sm:  0 2px 10px rgba(0,0,0,0.25);
  --shadow:     0 4px 24px rgba(0,0,0,0.35);
  --shadow-lg:  0 8px 48px rgba(0,0,0,0.5);
  --shadow-xl:  0 16px 64px rgba(0,0,0,0.6);
  --shadow-gold:0 8px 40px rgba(201,146,42,0.25);

  /* Radii */
  --radius:    10px;
  --radius-lg: 18px;
  --radius-xl: 28px;

  /* Transitions */
  --transition:      all 0.3s cubic-bezier(0.4,0,0.2,1);
  --transition-fast: all 0.15s ease;

  /* Layout */
  --container-max: 1200px;
  --section-pad:   100px 0;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  background: var(--bg-base);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold-light); }
ul, ol { list-style: none; }
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-white);
}
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* =============================================
   LAYOUT
   ============================================= */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}
.section       { padding: var(--section-pad); }
.section-sm    { padding: 60px 0; }
.section-lg    { padding: 130px 0; }
.section-dark  { background: var(--bg-section); }
.section-card  { background: var(--bg-card); }

/* =============================================
   TYPOGRAPHY
   ============================================= */
.section-header { text-align: center; margin-bottom: 64px; }

.section-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold);
  background: var(--gold-glow);
  border: 1px solid rgba(201,146,42,0.3);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 18px;
  line-height: 1.15;
}
.section-title span { color: var(--gold); }

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: var(--transition-fast);
}
.btn:hover::after { background: rgba(255,255,255,0.06); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff;
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(201,146,42,0.3);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: var(--text-white);
  border-color: rgba(255,255,255,0.2);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.06);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline-gold:hover {
  background: var(--gold-glow);
  transform: translateY(-2px);
}

.btn-dark {
  background: var(--bg-elevated);
  color: var(--text-white);
  border-color: var(--border);
}
.btn-dark:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.btn-lg  { padding: 18px 42px; font-size: 1rem; }
.btn-sm  { padding: 10px 22px; font-size: 0.82rem; }
.w-full  { width: 100%; justify-content: center; }

/* =============================================
   HEADER / NAV
   ============================================= */
#masthead {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  transition: var(--transition);
  background: transparent;
}
#masthead.scrolled {
  background: rgba(8,13,20,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 24px;
  max-width: var(--container-max);
  margin: 0 auto;
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(201,146,42,0.35);
}
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-white);
  letter-spacing: -0.5px;
}
.logo-tagline {
  font-family: var(--font-heading);
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

/* Nav */
.main-navigation { display: flex; align-items: center; }
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0; padding: 0;
  list-style: none;
}
.nav-menu > li { position: relative; }
.nav-link {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  padding: 10px 14px;
  border-radius: 8px;
  transition: var(--transition-fast);
  white-space: nowrap;
}
.nav-link:hover,
.nav-menu > li.current-menu-item > .nav-link {
  color: var(--gold);
  background: var(--gold-glow);
}

/* Dropdown */
.sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-card);
  border-radius: var(--radius);
  box-shadow: var(--shadow-xl);
  min-width: 220px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  list-style: none;
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
}
.nav-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.sub-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 0.88rem;
  color: var(--text-secondary);
  transition: var(--transition-fast);
}
.sub-menu a:hover {
  color: var(--gold);
  background: var(--gold-glow);
  padding-left: 26px;
}

/* Header CTA */
.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}

/* Mobile Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  border: none;
  background: transparent;
}
.menu-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--text-white);
  transition: var(--transition);
  border-radius: 2px;
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--bg-base);
  padding: 120px 0 80px;
}

/* Ambient glows */
.hero-glow-1 {
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,146,42,0.1) 0%, transparent 70%);
  top: -200px; right: -150px;
  pointer-events: none;
}
.hero-glow-2 {
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.08) 0%, transparent 70%);
  bottom: -100px; left: -100px;
  pointer-events: none;
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* Hero badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold-glow);
  border: 1px solid rgba(201,146,42,0.35);
  border-radius: 50px;
  padding: 8px 18px;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.badge-dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse-dot 1.5s infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:0.6; transform:scale(0.75); }
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  color: var(--text-white);
  line-height: 1.08;
  margin-bottom: 22px;
  letter-spacing: -1.5px;
}
.hero-title .highlight {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-tagline-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(201,146,42,0.12), rgba(201,146,42,0.06));
  border: 1px solid rgba(201,146,42,0.25);
  border-radius: 6px;
  padding: 10px 18px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: var(--gold-light);
  font-style: italic;
  font-weight: 500;
}

.hero-description {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 38px;
  line-height: 1.8;
  max-width: 530px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.hero-stats {
  display: flex;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.hero-stat-number {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.hero-stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hero Visual Card */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-card-main {
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 38px 32px;
  width: 100%;
  max-width: 410px;
  box-shadow: var(--shadow-xl), inset 0 1px 0 rgba(255,255,255,0.05);
}
.hero-card-icon {
  width: 62px; height: 62px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 18px;
  box-shadow: 0 6px 24px rgba(201,146,42,0.35);
}
.hero-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 6px;
}
.hero-card-text {
  color: var(--text-secondary);
  font-size: 0.88rem;
  margin-bottom: 22px;
}
.service-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.service-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.78);
  font-size: 0.88rem;
}
.check-icon {
  width: 20px; height: 20px;
  background: rgba(34,197,94,0.15);
  border: 1px solid rgba(34,197,94,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  color: var(--green);
  flex-shrink: 0;
}
.hero-card-badge {
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  border-radius: 50px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  color: var(--green);
  font-weight: 600;
}

/* Floating cards on hero */
.hero-float-1, .hero-float-2 {
  position: absolute;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-white);
  white-space: nowrap;
}
.hero-float-1 {
  top: -18px; right: -24px;
  animation: float-a 3s ease-in-out infinite;
}
.hero-float-2 {
  bottom: -18px; left: -24px;
  animation: float-b 3.5s ease-in-out infinite;
}
.float-icon {
  width: 34px; height: 34px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
}
.float-icon.green { background: rgba(34,197,94,0.12); color: var(--green); }
.float-icon.gold  { background: var(--gold-glow); color: var(--gold); }

@keyframes float-a {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
@keyframes float-b {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(8px); }
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--text-muted);
  font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase;
  animation: bounce-y 2s infinite;
}
.scroll-mouse {
  width: 22px; height: 36px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 11px;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 5px;
}
.scroll-wheel {
  width: 3px; height: 7px;
  background: var(--gold);
  border-radius: 2px;
  animation: scroll-w 1.5s infinite;
}
@keyframes scroll-w {
  0%   { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(10px); opacity: 0; }
}
@keyframes bounce-y {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(-6px); }
}

/* =============================================
   TRUST BAR
   ============================================= */
.trust-bar {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--text-secondary);
  font-family: var(--font-heading);
}
.trust-icon { font-size: 1.15rem; }
.trust-divider { width: 1px; height: 22px; background: var(--border); }

/* =============================================
   SERVICES SECTION
   ============================================= */
.services-section { background: var(--bg-section); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 34px 26px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--blue-bright));
  transform: scaleX(0);
  transition: var(--transition);
  transform-origin: left;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-hover);
  background: var(--bg-card-hover);
}
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 58px; height: 58px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  transition: var(--transition);
}
.icon-blue   { background: rgba(26,60,94,0.3);   color: var(--blue-bright); }
.icon-gold   { background: var(--gold-glow);      color: var(--gold); }
.icon-green  { background: rgba(34,197,94,0.12);  color: var(--green); }
.icon-red    { background: rgba(239,68,68,0.12);  color: var(--red); }
.icon-purple { background: rgba(168,85,247,0.12); color: var(--purple); }
.icon-cyan   { background: rgba(6,182,212,0.12);  color: var(--cyan); }
.icon-orange { background: rgba(249,115,22,0.12); color: var(--orange); }

.service-card:hover .service-icon { transform: scale(1.08); }

.service-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 9px;
}
.service-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 18px;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--gold);
  transition: var(--transition-fast);
  font-family: var(--font-heading);
}
.service-link:hover { gap: 10px; color: var(--gold-light); }

/* =============================================
   WHY CHOOSE US
   ============================================= */
.why-section { background: var(--bg-base); }

.why-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.why-main-img {
  width: 100%;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--bg-card);
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem;
  color: var(--text-muted);
  border: 1px solid var(--border);
  position: relative;
}
.why-main-img img { width: 100%; height: 100%; object-fit: cover; }
.why-badge-card {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 18px 22px;
  box-shadow: var(--shadow-xl);
  text-align: center;
  min-width: 130px;
  border-top: 3px solid var(--gold);
}
.why-badge-number {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.why-badge-label {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.why-features { display: flex; flex-direction: column; gap: 22px; margin-top: 30px; }
.why-feature-item { display: flex; gap: 16px; align-items: flex-start; }
.why-feature-icon {
  width: 50px; height: 50px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.why-feature-content h4 {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text-white);
}
.why-feature-content p {
  font-size: 0.86rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* =============================================
   HOW IT WORKS
   ============================================= */
.how-section { background: var(--bg-section); }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}
.steps-grid::before {
  content: '';
  position: absolute;
  top: 38px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--blue-bright));
  opacity: 0.3;
}

.step-card { text-align: center; position: relative; z-index: 1; }
.step-number-wrap {
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 18px;
  position: relative;
}
.step-number {
  width: 74px; height: 74px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--gold);
  box-shadow: 0 0 0 6px var(--gold-glow);
  position: relative; z-index: 1;
}
.step-icon {
  position: absolute;
  top: -5px; right: -5px;
  width: 26px; height: 26px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem;
  color: #000;
}
.step-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 8px;
}
.step-desc { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.7; }

/* =============================================
   FOUNDER / CEO SECTION
   ============================================= */
.founder-section {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.founder-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(201,146,42,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.founder-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.founder-img-wrap { position: relative; }
.founder-img-frame {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 3/4;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 2px solid var(--border);
  box-shadow: var(--shadow-xl);
  position: relative;
}
.founder-img-frame::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(8,13,20,0.4));
  pointer-events: none;
}
.founder-img-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
}

.founder-gold-badge {
  position: absolute;
  bottom: -16px; right: -16px;
  width: 94px; height: 94px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  box-shadow: 0 8px 32px rgba(201,146,42,0.5);
  font-family: var(--font-heading);
}
.founder-gold-badge .badge-top {
  font-size: 1.3rem; font-weight: 900; color: #000; line-height: 1;
}
.founder-gold-badge .badge-bot {
  font-size: 0.58rem; font-weight: 700; color: rgba(0,0,0,0.7); text-transform: uppercase; letter-spacing: 1px;
}

.founder-tag { font-size: 0.72rem; font-weight: 700; color: var(--gold); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }
.founder-name { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 900; color: var(--text-white); margin-bottom: 4px; }
.founder-title { font-size: 0.9rem; color: var(--gold); font-weight: 600; margin-bottom: 22px; }
.founder-bio { font-size: 0.96rem; color: var(--text-secondary); line-height: 1.85; margin-bottom: 28px; }

.founder-quote {
  background: var(--bg-elevated);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px;
  margin-bottom: 28px;
}
.founder-quote-text {
  font-size: 1rem;
  color: var(--text-white);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 8px;
}
.founder-quote-author { font-size: 0.8rem; color: var(--gold); font-weight: 600; }

.founder-credentials {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 20px;
}
.founder-credential {
  display: flex; align-items: center; gap: 8px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 16px;
  font-size: 0.82rem;
  color: var(--text-secondary);
  font-weight: 500;
}
.founder-credential i { color: var(--gold); }

/* =============================================
   STATS SECTION
   ============================================= */
.stats-section {
  background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-section) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  text-align: center;
  padding: 40px 20px;
  position: relative;
}
.stat-item::after {
  content: '';
  position: absolute;
  right: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: var(--border);
}
.stat-item:last-child::after { display: none; }
.stat-number {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label { font-size: 0.82rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }

/* =============================================
   TESTIMONIALS
   ============================================= */
.testimonials-section { background: var(--bg-section); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  transition: var(--transition);
}
.testimonial-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.testimonial-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-text {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 22px;
  font-style: italic;
}
.testimonial-author { display: flex; gap: 14px; align-items: center; }
.author-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  color: #000;
  font-family: var(--font-heading);
  flex-shrink: 0;
}
.author-name { font-size: 0.92rem; font-weight: 700; color: var(--text-white); margin-bottom: 2px; }
.author-meta { font-size: 0.78rem; color: var(--text-muted); }

/* =============================================
   PRICING SECTION
   ============================================= */
.pricing-section { background: var(--bg-base); }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px 30px;
  transition: var(--transition);
  position: relative;
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-hover);
}

.pricing-card.featured {
  background: linear-gradient(160deg, #0f1e32 0%, #162038 100%);
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 1px rgba(201,146,42,0.2), var(--shadow-gold);
  transform: translateY(-8px);
}
.pricing-card.featured:hover { transform: translateY(-14px); }

/* NEW: Premium Annual card */
.pricing-card.premium-annual {
  background: linear-gradient(160deg, #1a0d2e 0%, #2d1052 100%);
  border: 2px solid var(--purple);
  box-shadow: 0 0 0 1px rgba(168,85,247,0.2), 0 8px 40px rgba(168,85,247,0.15);
}
.pricing-card.premium-annual:hover { transform: translateY(-12px); }

.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.badge-popular  { background: var(--gold-glow); border: 1px solid rgba(201,146,42,0.3); color: var(--gold); }
.badge-best     { background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.25); color: var(--green); }
.badge-annual   { background: rgba(168,85,247,0.15); border: 1px solid rgba(168,85,247,0.3); color: var(--purple); }

.pricing-plan-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 8px;
}
.pricing-plan-desc {
  font-size: 0.84rem;
  color: var(--text-secondary);
  margin-bottom: 26px;
  line-height: 1.6;
}

.pricing-price-wrap { margin-bottom: 28px; }
.pricing-price {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--text-white);
  line-height: 1;
}
.pricing-price .currency { font-size: 1.4rem; vertical-align: top; margin-top: 8px; display: inline-block; }
.pricing-price .period   { font-size: 0.9rem; font-weight: 500; color: var(--text-muted); }
.pricing-savings {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--green);
  background: rgba(34,197,94,0.1);
  border: 1px solid rgba(34,197,94,0.2);
  border-radius: 50px;
  padding: 4px 12px;
}
.pricing-savings-annual {
  color: var(--purple);
  background: rgba(168,85,247,0.1);
  border-color: rgba(168,85,247,0.2);
}

.pricing-divider {
  height: 1px;
  background: var(--border);
  margin: 24px 0;
}

.pricing-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.pricing-feature {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.88rem;
  color: var(--text-secondary);
}
.pricing-feature.has { color: var(--text-primary); }
.pricing-check {
  width: 18px; height: 18px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.pricing-check.yes { background: rgba(34,197,94,0.15); color: var(--green); border: 1px solid rgba(34,197,94,0.3); }
.pricing-check.no  { background: rgba(100,116,139,0.1); color: var(--text-muted); border: 1px solid var(--border); }

/* =============================================
   CTA SECTION
   ============================================= */
.cta-section {
  background: linear-gradient(135deg, #0d2540 0%, #0b1320 50%, #0d1f35 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% -20%, rgba(201,146,42,0.12) 0%, transparent 60%);
}
.cta-content { text-align: center; position: relative; z-index: 1; }
.cta-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 16px;
  line-height: 1.15;
}
.cta-text { font-size: 1.05rem; color: var(--text-secondary); margin-bottom: 36px; max-width: 580px; margin-left: auto; margin-right: auto; }
.cta-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =============================================
   BLOG SECTION
   ============================================= */
.blog-section { background: var(--bg-section); }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-hover);
}
.blog-card-img {
  height: 200px;
  background: var(--bg-elevated);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: var(--text-muted);
  position: relative;
  overflow: hidden;
}
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-category {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--gold-glow);
  border: 1px solid rgba(201,146,42,0.3);
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-card-body { padding: 24px; }
.blog-card-meta {
  display: flex; align-items: center; gap: 14px;
  font-size: 0.78rem; color: var(--text-muted);
  margin-bottom: 10px;
}
.blog-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 10px;
  line-height: 1.4;
  transition: var(--transition-fast);
}
.blog-card:hover .blog-card-title { color: var(--gold); }
.blog-card-excerpt { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 18px; }
.blog-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.82rem; font-weight: 600; color: var(--gold);
  font-family: var(--font-heading);
}
.blog-card-link:hover { gap: 10px; color: var(--gold-light); }

/* =============================================
   CONTACT PAGE SECTION
   ============================================= */
.contact-cards-section {
  background: var(--bg-card);
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.contact-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px 18px;
  text-align: center;
  transition: var(--transition);
}
.contact-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.contact-card-icon { margin: 0 auto 12px !important; }
.contact-card-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.contact-card-value {
  font-weight: 700;
  color: var(--text-white);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  line-height: 1.4;
  display: block;
}

.contact-main-section { background: var(--bg-base); }
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 60px;
  align-items: flex-start;
}
.contact-info-col { padding-top: 8px; }
.contact-info-desc { color: var(--text-secondary); line-height: 1.8; margin-bottom: 28px; }

.contact-detail-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 30px; }
.contact-detail-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--transition-fast);
}
.contact-detail-item:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-sm);
}
.contact-detail-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.contact-detail-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 3px;
}
.contact-detail-value {
  font-weight: 700;
  color: var(--text-white);
  font-size: 0.9rem;
  word-break: break-all;
}
.contact-detail-value a { color: var(--text-white); }
.contact-detail-value a:hover { color: var(--gold); }

.contact-hours-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  margin-bottom: 26px;
}
.contact-hours-title { font-size: 0.96rem; font-weight: 700; margin-bottom: 14px; color: var(--text-white); }
.contact-hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  font-size: 0.85rem;
}
.hours-day { color: var(--text-secondary); }
.hours-time { font-weight: 600; color: var(--text-white); }

.contact-social-label { font-size: 0.72rem; color: var(--text-muted); font-weight: 700; margin-bottom: 10px; letter-spacing: 1px; }
.contact-social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.contact-social-btn {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted);
  font-size: 0.95rem;
  transition: var(--transition);
  text-decoration: none;
}
.contact-social-btn:hover {
  background: var(--gold-glow);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

/* Contact Form */
.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 42px;
  box-shadow: var(--shadow-xl);
}
.contact-form-title { font-size: 1.4rem; font-weight: 800; margin-bottom: 8px; color: var(--text-white); }
.contact-form-sub   { font-size: 0.88rem; color: var(--text-secondary); margin-bottom: 26px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 7px;
  font-family: var(--font-heading);
}
.form-required { color: var(--red); }

.form-control {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-white);
  background: var(--bg-elevated);
  transition: var(--transition-fast);
  outline: none;
}
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
  background: var(--bg-card-hover);
}
.form-control::placeholder { color: var(--text-muted); }
textarea.form-control { resize: vertical; min-height: 130px; }
select.form-control { cursor: pointer; }

.form-consent {
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 18px;
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.6;
}
.form-consent input[type="checkbox"] {
  width: 16px; height: 16px;
  flex-shrink: 0; margin-top: 2px;
  accent-color: var(--gold);
}
.form-consent a { color: var(--gold); }

.form-submit-btn { width: 100%; justify-content: center; font-size: 0.98rem; padding: 16px; }

.form-result-msg {
  margin-top: 14px;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.form-result-msg.success {
  background: rgba(34,197,94,0.08);
  border-color: rgba(34,197,94,0.25);
  color: var(--green);
}
.form-result-msg.error {
  background: rgba(239,68,68,0.08);
  border-color: rgba(239,68,68,0.25);
  color: var(--red);
}

.contact-map-placeholder {
  margin-top: 58px;
  border-radius: var(--radius-xl);
  min-height: 260px;
  border: 1px solid var(--border);
  background: var(--bg-card);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 12px;
  padding: 40px 20px; text-align: center;
}
.contact-map-address { font-weight: 600; font-size: 0.96rem; color: var(--text-white); margin: 0; }

/* =============================================
   FAQ SECTION
   ============================================= */
.faq-section { background: var(--bg-section); }
.faq-grid { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition-fast);
}
.faq-item:hover { border-color: var(--border-hover); }
.faq-item.open   { border-color: var(--gold); }

.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px;
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--text-white);
  font-family: var(--font-heading);
  gap: 16px;
  user-select: none;
}
.faq-question:hover { color: var(--gold); }
.faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  color: var(--gold);
  transition: var(--transition);
}
.faq-item.open .faq-icon { background: var(--gold-glow); border-color: var(--gold); transform: rotate(45deg); }

.faq-answer { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.open .faq-answer { max-height: 400px; padding-bottom: 20px; }
.faq-answer p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.8; margin: 0; }

/* =============================================
   FREE TRIAL POLICY
   ============================================= */
.free-trial-policy-section {
  background: linear-gradient(135deg, #0a1828, #0d2540, #091624);
  border: 1px solid rgba(201,146,42,0.2);
  border-radius: var(--radius-xl);
  padding: 58px 46px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 80px rgba(201,146,42,0.06);
}
.free-trial-policy-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,146,42,0.08) 0%, transparent 60%);
}
.free-trial-policy-inner { position: relative; z-index: 1; }

.free-trial-badge { display: flex; align-items: center; gap: 18px; margin-bottom: 38px; }
.free-trial-badge-icon {
  width: 58px; height: 58px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #000;
  flex-shrink: 0;
  box-shadow: 0 6px 24px rgba(201,146,42,0.4);
}
.free-trial-badge-tag {
  display: inline-block;
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
  color: var(--gold-light);
  background: var(--gold-glow);
  border: 1px solid rgba(201,146,42,0.3);
  padding: 4px 14px; border-radius: 50px; margin-bottom: 6px;
}
.free-trial-badge-title { font-size: clamp(1.4rem,3vw,1.9rem); font-weight: 900; color: var(--text-white); margin: 0; }

.free-trial-cards { display: flex; align-items: stretch; gap: 0; margin-bottom: 36px; }
.free-trial-card {
  flex: 1;
  background: var(--bg-glass);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 34px 26px;
  text-align: center;
  backdrop-filter: blur(12px);
  transition: var(--transition);
}
.free-trial-card:hover { background: var(--bg-glass-hover); transform: translateY(-4px); }
.free-trial-card--free { border-color: rgba(34,197,94,0.3); background: rgba(34,197,94,0.05); }
.free-trial-card--paid { border-color: rgba(201,146,42,0.3); background: rgba(201,146,42,0.05); }

.free-trial-card-number { font-family: var(--font-heading); font-size: clamp(2.4rem,5vw,3.3rem); font-weight: 900; color: var(--text-white); line-height: 1; margin-bottom: 4px; }
.free-trial-card--free .free-trial-card-number { color: #86efac; }
.free-trial-card--paid .free-trial-card-number { color: var(--gold-light); }
.free-trial-card-unit   { font-size: 0.9rem; font-weight: 600; color: var(--text-muted); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 1px; }
.free-trial-card-label  { font-size: 0.92rem; color: var(--text-white); font-weight: 700; margin-bottom: 10px; }
.free-trial-card-desc   { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 14px; }
.free-trial-card-icon-wrap {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.78rem; font-weight: 600; padding: 5px 12px; border-radius: 50px;
}
.free-trial-card-icon--green { background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.25); color: #86efac; }
.free-trial-card-icon--gold  { background: var(--gold-glow); border: 1px solid rgba(201,146,42,0.25); color: var(--gold-light); }

.free-trial-divider {
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  padding: 0 22px;
}
.free-trial-divider span {
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 0.78rem; font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 1.5px;
}

.free-trial-steps {
  display: flex; align-items: center;
  background: var(--bg-glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px 30px;
}
.free-trial-step { flex: 1; display: flex; align-items: center; gap: 12px; }
.free-trial-step-num {
  width: 34px; height: 34px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.9rem; color: #000; flex-shrink: 0;
}
.free-trial-step-text { font-size: 0.84rem; color: var(--text-secondary); line-height: 1.4; flex: 1; }
.free-trial-step-arrow { padding: 0 18px; color: var(--text-muted); font-size: 0.9rem; }

/* =============================================
   PAGE HERO (Inner Pages)
   ============================================= */
.page-hero {
  background: linear-gradient(135deg, var(--bg-base) 0%, var(--bg-section) 100%);
  border-bottom: 1px solid var(--border);
  padding: 130px 0 60px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% -10%, rgba(201,146,42,0.07) 0%, transparent 60%);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 14px;
  margin-top: 10px;
  line-height: 1.15;
}
.page-hero-sub {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 580px;
  line-height: 1.8;
  margin: 0;
}

/* Breadcrumb */
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: var(--text-muted); flex-wrap: wrap; }
.breadcrumb a { color: var(--gold); }
.breadcrumb .sep { color: var(--text-muted); }
.breadcrumb .current { color: var(--text-secondary); }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--bg-card);
  border-top: 1px solid var(--border);
}
.footer-main { padding: 70px 0 48px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 40px;
}

.footer-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; margin-bottom: 20px;
  display: inline-flex;
}
.footer-logo-icon {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.footer-logo-text { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 800; color: var(--text-white); }
.footer-logo-tag  { font-size: 0.6rem; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; }

.footer-about { font-size: 0.86rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; }

.footer-social-title { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); font-weight: 700; margin-bottom: 10px; }
.footer-socials { display: flex; gap: 9px; flex-wrap: wrap; }
.footer-social {
  width: 38px; height: 38px;
  border-radius: 9px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); font-size: 0.9rem;
  transition: var(--transition);
}
.footer-social:hover {
  background: var(--gold-glow);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.footer-col-title {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--text-white);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-link {
  font-size: 0.86rem;
  color: var(--text-secondary);
  transition: var(--transition-fast);
  display: flex; align-items: center; gap: 7px;
}
.footer-link::before {
  content: '›';
  color: var(--gold);
  font-weight: 700;
  transition: var(--transition-fast);
}
.footer-link:hover { color: var(--gold); padding-left: 4px; }

.footer-contact-items { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact-icon { font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.footer-contact-text {
  font-size: 0.84rem;
  color: var(--text-secondary);
  line-height: 1.6;
}
.footer-contact-text a { color: var(--text-secondary); }
.footer-contact-text a:hover { color: var(--gold); }

/* Newsletter */
.footer-newsletter-text { font-size: 0.82rem; color: var(--text-secondary); margin-bottom: 12px; }
.newsletter-form { display: flex; gap: 0; }
.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-right: none;
  border-radius: var(--radius) 0 0 var(--radius);
  font-size: 0.84rem;
  color: var(--text-white);
  outline: none;
}
.newsletter-input:focus { border-color: var(--gold); }
.newsletter-input::placeholder { color: var(--text-muted); }
.newsletter-btn {
  padding: 12px 18px;
  background: var(--gold);
  color: #000;
  border: none;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition-fast);
}
.newsletter-btn:hover { background: var(--gold-light); }

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.footer-copy { font-size: 0.8rem; color: var(--text-muted); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-link { font-size: 0.78rem; color: var(--text-muted); transition: var(--transition-fast); }
.footer-bottom-link:hover { color: var(--gold); }

/* =============================================
   WHATSAPP FLOAT
   ============================================= */
.whatsapp-float {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 999;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  transition: var(--transition);
  animation: pulse-wa 2s infinite;
}
.whatsapp-float:hover { transform: scale(1.12); box-shadow: 0 10px 34px rgba(37,211,102,0.6); }
@keyframes pulse-wa {
  0%,100% { box-shadow: 0 6px 24px rgba(37,211,102,0.4); }
  50%      { box-shadow: 0 6px 30px rgba(37,211,102,0.65), 0 0 0 8px rgba(37,211,102,0.08); }
}

/* =============================================
   ELEMENTOR FREE COMPATIBILITY
   ============================================= */
.elementor-section-wrap > .elementor-section:first-child { margin-top: 80px; }
.elementor-page.elementor-page-blank { padding-top: 0; }
body.elementor-page #page { padding-top: 0; }

/* Full-width Elementor override */
.page-template-elementor-full-width #masthead,
.page-template-elementor-full-width .site-footer { display: block; }
.elementor-page-title { display: none; }

/* Elementor widget overrides for dark theme */
.elementor-widget-text-editor,
.elementor-widget-text-editor p { color: var(--text-secondary); }
.elementor-widget-heading .elementor-heading-title { color: var(--text-white); }
.elementor-button { font-family: var(--font-heading) !important; }

/* =============================================
   404 PAGE
   ============================================= */
.error-404 { text-align: center; padding: 160px 20px; }
.error-404-code {
  font-family: var(--font-heading);
  font-size: 9rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1; margin-bottom: 16px;
}
.error-404-title { font-size: 2rem; color: var(--text-white); margin-bottom: 14px; }
.error-404-text  { color: var(--text-secondary); margin-bottom: 32px; }

/* =============================================
   SCROLL REVEAL ANIMATION
   ============================================= */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   UTILITY CLASSES
   ============================================= */
.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-gold   { color: var(--gold) !important; }
.text-white  { color: var(--text-white) !important; }
.text-muted  { color: var(--text-muted) !important; }
.mt-0  { margin-top: 0; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mb-0  { margin-bottom: 0; }
.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }
.w-full { width: 100%; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.gap-16 { gap: 16px; }

/* Alignments */
.alignleft   { float: left; margin-right: 1.5em; }
.alignright  { float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin: 0 auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }

/* =============================================
   RESPONSIVE — TABLET (≤1024px)
   ============================================= */
@media (max-width: 1024px) {
  :root { --section-pad: 72px 0; }

  .hero-inner          { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual         { display: none; }
  .hero-title          { font-size: clamp(2rem, 5vw, 3rem); }

  .services-grid       { grid-template-columns: repeat(2, 1fr); }
  .why-inner           { grid-template-columns: 1fr; gap: 44px; }
  .why-visual          { display: none; }
  .steps-grid          { grid-template-columns: repeat(2, 1fr); }
  .steps-grid::before  { display: none; }
  .stats-grid          { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div:nth-child(2)::after { display: none; }
  .testimonials-grid   { grid-template-columns: 1fr; gap: 18px; }
  .blog-grid           { grid-template-columns: repeat(2, 1fr); }
  .founder-inner       { grid-template-columns: 1fr; gap: 40px; }
  .founder-img-wrap    { max-width: 280px; margin: 0 auto; }
  .footer-grid         { grid-template-columns: 1fr 1fr; gap: 32px; }
  .pricing-grid        { grid-template-columns: 1fr 1fr; gap: 20px; }
  .pricing-card.featured { transform: none; }
  .pricing-card.premium-annual { order: 1; }
  .contact-layout      { grid-template-columns: 1fr; gap: 36px; }
  .contact-cards-grid  { grid-template-columns: repeat(2, 1fr); }
  .free-trial-cards    { flex-direction: column; gap: 14px; }
  .free-trial-divider  { flex-direction: row; padding: 8px 0; }
  .free-trial-steps    { flex-direction: column; gap: 14px; padding: 22px; }
  .free-trial-step     { width: 100%; }
  .free-trial-step-arrow { padding: 0; transform: rotate(90deg); }
}

/* =============================================
   RESPONSIVE — MOBILE (≤768px)
   ============================================= */
@media (max-width: 768px) {
  :root { --section-pad: 56px 0; }

  .header-inner     { padding: 0 16px; }
  .main-navigation  { display: none; }
  .menu-toggle      { display: flex; }
  .header-cta       { display: none; }

  .mobile-nav-open .main-navigation {
    display: flex; flex-direction: column;
    position: fixed; inset: 0;
    background: rgba(8,13,20,0.98);
    backdrop-filter: blur(24px);
    z-index: 2000;
    align-items: center; justify-content: center;
  }
  .mobile-nav-open .nav-menu { flex-direction: column; gap: 0; align-items: center; }
  .mobile-nav-open .nav-link { font-size: 1.25rem; padding: 16px 28px; }

  .services-grid     { grid-template-columns: 1fr; }
  .steps-grid        { grid-template-columns: 1fr; }
  .stats-grid        { grid-template-columns: 1fr 1fr; }
  .blog-grid         { grid-template-columns: 1fr; }
  .footer-grid       { grid-template-columns: 1fr; }
  .pricing-grid      { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .pricing-card.featured { transform: none; }
  .form-row          { grid-template-columns: 1fr; gap: 0; }
  .contact-form-wrap { padding: 26px 18px; }
  .contact-cards-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .contact-card      { padding: 18px 14px; }

  .hero-stats        { gap: 18px; flex-wrap: wrap; }
  .hero-cta-group    { flex-direction: column; align-items: flex-start; }
  .footer-bottom     { flex-direction: column; text-align: center; gap: 8px; }
  .trust-bar-inner   { gap: 16px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .page-hero         { padding: 120px 0 52px; }

  .free-trial-policy-section { padding: 34px 18px; border-radius: var(--radius-lg); }
  .free-trial-badge   { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 24px; }
  .free-trial-card    { padding: 26px 18px; }
  .free-trial-steps   { padding: 18px 14px; }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (≤480px)
   ============================================= */
@media (max-width: 480px) {
  .trust-bar-inner    { flex-direction: column; gap: 14px; }
  .trust-divider      { display: none; }
  .cta-group          { flex-direction: column; align-items: center; }
  .contact-cards-grid { grid-template-columns: 1fr; }
  .hero-stats         { justify-content: flex-start; flex-wrap: wrap; gap: 16px; }
  .whatsapp-float     { bottom: 16px; right: 16px; }
}

/* =============================================
   PRICING — 3-COLUMN GRID & ANNUAL PLAN CARD
   ============================================= */

/* 3-col pricing override */
.pricing-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

/* Popular badge */
.popular-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
  background: rgba(201,146,42,0.15);
  border: 1px solid rgba(201,146,42,0.35);
  color: var(--gold);
}

/* Annual badge */
.annual-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
  background: rgba(168,85,247,0.15);
  border: 1px solid rgba(168,85,247,0.35);
  color: #c084fc;
}

.annual-name { color: #c084fc !important; }

/* Pricing price elements */
.pricing-currency {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-white);
  vertical-align: top;
  margin-top: 8px;
  display: inline-block;
  line-height: 1;
}
.pricing-amount {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: var(--text-white);
  line-height: 1;
  letter-spacing: -1px;
}
.pricing-period {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-left: 4px;
}
.pricing-plan-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 10px;
}

/* Annual-specific price elements */
.annual-was-price {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.annual-saving-badge {
  display: inline-block;
  background: rgba(168,85,247,0.2);
  color: #c084fc;
  border: 1px solid rgba(168,85,247,0.3);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  margin-left: 6px;
}
.annual-equiv {
  font-size: 0.8rem;
  color: #c084fc;
  margin-top: 6px;
  font-weight: 600;
}

/* Pricing feature items (new semantic classes) */
.pricing-feature-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.5;
}
.pricing-feature-item strong { color: var(--text-primary); }
.feature-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
  background: rgba(34,197,94,0.15);
  color: #22c55e;
  border: 1px solid rgba(34,197,94,0.3);
}
.feature-check.annual-check {
  background: rgba(168,85,247,0.15);
  color: #c084fc;
  border-color: rgba(168,85,247,0.3);
}
.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  flex-grow: 1;
}

/* Unavailable features block */
.pricing-unavailable-wrap {
  padding: 12px 0;
  border-top: 1px dashed var(--border);
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.pricing-unavail-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.pricing-note {
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 12px;
}
.annual-note { color: #c084fc; opacity: 0.8; }

/* Annual plan button */
.btn-annual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  box-shadow: 0 4px 20px rgba(168,85,247,0.35);
}
.btn-annual:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(168,85,247,0.5);
  color: #fff;
}

/* Highlight gold text */
.highlight-gold { color: var(--gold); font-weight: 700; }

/* Pricing help box */
.pricing-help-box {
  max-width: 860px;
  margin: 48px auto 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px;
  text-align: center;
}
.pricing-help-box h4 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--text-white);
}
.pricing-help-box p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Payment methods grid */
.payment-methods-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
.payment-method-card {
  text-align: center;
  padding: 28px 20px;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  transition: var(--transition);
}
.payment-method-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
}
.payment-icon { font-size: 2.2rem; margin-bottom: 10px; }
.payment-method-card h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 6px;
}
.payment-method-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0;
}
.payment-contact-note {
  background: linear-gradient(135deg, rgba(26,60,94,0.15), rgba(201,146,42,0.06));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
}
.payment-contact-note p {
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.8;
  font-size: 0.92rem;
}
.payment-contact-note a { color: var(--gold); font-weight: 600; }
.payment-contact-note a:hover { color: var(--gold-light); }

/* =============================================
   CONTACT PAGE — DARK THEME ENHANCEMENTS
   ============================================= */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: start;
}
.contact-info-col {}
.contact-form-col {}

.contact-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px 18px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.contact-card-icon {
  width: 42px; height: 42px;
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.contact-card-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
}
.contact-card-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
}
.contact-card-value a {
  color: var(--text-primary);
  transition: color 0.2s;
}
.contact-card-value a:hover { color: var(--gold); }

.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 40px 36px;
}
.contact-form-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 6px;
}
.contact-form-sub {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group { margin-bottom: 18px; }
.form-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 7px;
  letter-spacing: 0.3px;
}
.form-control {
  width: 100%;
  background: var(--bg-deep, #050a12);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 13px 16px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.92rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  -webkit-appearance: none;
}
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,146,42,0.12);
}
.form-control::placeholder { color: var(--text-muted); opacity: 0.6; }
select.form-control { cursor: pointer; }
textarea.form-control { resize: vertical; min-height: 120px; }

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}
.form-consent a { color: var(--gold); }
.form-consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--gold);
  flex-shrink: 0;
}

.form-submit-btn {
  width: 100%;
  justify-content: center;
  padding: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.form-result {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  display: none;
}
.form-result.success {
  background: rgba(34,197,94,0.1);
  border: 1px solid rgba(34,197,94,0.25);
  color: #22c55e;
  display: block;
}
.form-result.error {
  background: rgba(239,68,68,0.1);
  border: 1px solid rgba(239,68,68,0.25);
  color: #f87171;
  display: block;
}

/* Hours table */
.hours-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.hours-table td {
  padding: 8px 12px;
  font-size: 0.85rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}
.hours-table td:first-child { color: var(--text-primary); font-weight: 600; }
.hours-table tr:last-child td { border-bottom: none; }

/* Contact section heading */
.contact-section-heading {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

/* =============================================
   FOUNDER / CEO SECTION — DARK THEME
   ============================================= */
.founder-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 60px;
  align-items: center;
}
.founder-img-wrap {
  position: relative;
}
.founder-img-wrap img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  border: 2px solid var(--border);
}
.founder-img-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold) 0%, #f5c842 100%);
  color: #000;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 8px 20px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(201,146,42,0.4);
}
.founder-name {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 4px;
}
.founder-title {
  font-size: 0.9rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.founder-bio {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}
.founder-signature {
  font-family: 'Brush Script MT', cursive, serif;
  font-size: 2rem;
  color: var(--gold);
  margin-top: 24px;
}

/* =============================================
   ABOUT PAGE — DARK ENHANCEMENTS
   ============================================= */
.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.mission-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 32px 26px;
  text-align: center;
  transition: var(--transition);
}
.mission-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-5px);
  box-shadow: var(--shadow-xl);
}
.mission-icon {
  width: 64px; height: 64px;
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 20px;
}

/* =============================================
   FAQ PAGE — DARK ACCORDION ENHANCEMENTS
   ============================================= */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.active { border-color: var(--gold); }
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-white);
  transition: color 0.2s;
}
.faq-question:hover { color: var(--gold); }
.faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--bg-deep, #050a12);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: all 0.3s;
}
.faq-item.active .faq-icon {
  background: var(--gold);
  border-color: var(--gold);
  color: #000;
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
}
.faq-item.active .faq-answer {
  max-height: 600px;
  padding: 0 24px 20px;
}
.faq-answer p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* =============================================
   PAGE HERO — DARK THEME
   ============================================= */
.page-hero {
  background: linear-gradient(135deg, #0b1320 0%, #0f1b2d 50%, #080d14 100%);
  padding: 140px 0 64px;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% -10%, rgba(201,146,42,0.08) 0%, transparent 55%);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: var(--text-white);
  margin: 12px 0 16px;
  line-height: 1.1;
}
.page-hero-sub {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 640px;
  line-height: 1.7;
}

/* =============================================
   BREADCRUMB — DARK
   ============================================= */
.breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-sep { color: var(--border-hover); }
.breadcrumb-current { color: var(--gold); }

/* =============================================
   RESPONSIVE UPDATES — TABLET
   ============================================= */
@media (max-width: 1024px) {
  .pricing-grid-3 { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .pricing-card.premium-annual { order: 0; }
  .payment-methods-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .contact-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .mission-grid { grid-template-columns: 1fr 1fr; }
  .founder-inner { grid-template-columns: 1fr; gap: 36px; }
  .founder-img-wrap { max-width: 320px; margin: 0 auto; }
}

/* =============================================
   RESPONSIVE UPDATES — MOBILE
   ============================================= */
@media (max-width: 768px) {
  .pricing-grid-3 { max-width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 28px 18px; }
  .contact-cards-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .contact-card { padding: 16px 12px; }
  .payment-methods-grid { grid-template-columns: 1fr; }
  .mission-grid { grid-template-columns: 1fr; }
}

/* =============================================
   RESPONSIVE UPDATES — SMALL MOBILE
   ============================================= */
@media (max-width: 480px) {
  .contact-cards-grid { grid-template-columns: 1fr; }
  .pricing-help-box { padding: 24px 16px; }
  .contact-form-wrap { padding: 22px 14px; }
}

