/* ============================================================
   AuraVolt – Main Stylesheet
   ============================================================ */

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

:root {
  --sun: #F5A623;
  --sun-light: #FFD07B;
  --sky: #0A1628;
  --sky-mid: #112240;
  --sky-light: #1D3461;
  --white: #F8F5EE;
  --gray: #A8B2C1;
  --green: #3DDC97;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--sky);
  color: var(--white);
  overflow-x: hidden;
}

/* ─── TOP BAR ─── */
.topbar {
  background: var(--sun);
  padding: 8px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--sky);
}
.topbar a { color: var(--sky); text-decoration: none; }
.topbar-socials { display: flex; gap: 16px; }
.topbar-socials a:hover { opacity: 0.7; }

/* ─── NAV ─── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 22, 40, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(245,166,35,0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 72px;
}
.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
}
.footer-logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
  margin-bottom: 12px;
  display: block;
}

.nav-links { display: flex; gap: 32px; align-items: center; list-style: none; }
.nav-links a {
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--sun); }
.nav-links a.active { color: var(--sun); }
.nav-cta {
  background: var(--sun);
  color: var(--sky) !important;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 700 !important;
  transition: background 0.2s, transform 0.2s !important;
}
.nav-cta:hover { background: var(--sun-light) !important; transform: translateY(-1px); }

/* hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }

/* ─── SHARED SECTION STYLES ─── */
section { padding: 100px 80px; }
.section-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.section-sub {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--gray);
  margin-bottom: 48px;
  max-width: 640px;
}
.divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--sun), transparent);
  margin-bottom: 20px;
  border-radius: 2px;
}

/* ─── BUTTONS ─── */
.btn-primary {
  background: var(--sun);
  color: var(--sky);
  padding: 16px 36px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.25s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { background: var(--sun-light); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(245,166,35,0.35); }
.btn-secondary {
  background: transparent;
  color: var(--white);
  padding: 16px 36px;
  border-radius: 4px;
  border: 1.5px solid rgba(255,255,255,0.25);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-secondary:hover { border-color: var(--sun); color: var(--sun); }

/* ─── SCROLL REVEAL ANIMATION ─── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #050e1f 0%, #0A1628 50%, #0d1f3a 100%);
}

.sun-orb {
  position: absolute;
  top: -80px; right: -80px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #FFD07B 0%, #F5A623 35%, rgba(245,166,35,0.3) 60%, transparent 75%);
  animation: pulse-sun 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes pulse-sun {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.05); opacity: 1; }
}

.panel-grid {
  position: absolute;
  right: 0; top: 0;
  width: 55%;
  height: 100%;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 1px, transparent 1px, transparent 80px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 1px, transparent 1px, transparent 120px);
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0.6;
}

.panels-visual {
  position: absolute;
  right: 5%;
  top: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 6px;
  width: 420px;
  height: 280px;
  transform: translateY(-50%) perspective(800px) rotateY(-10deg) rotateX(5deg);
  animation: float-panels 8s ease-in-out infinite;
}
@keyframes float-panels {
  0%, 100% { transform: translateY(-50%) perspective(800px) rotateY(-10deg) rotateX(5deg) translateZ(0); }
  50% { transform: translateY(calc(-50% - 12px)) perspective(800px) rotateY(-10deg) rotateX(5deg) translateZ(20px); }
}

.panel-cell {
  border-radius: 4px;
  background: linear-gradient(135deg, #0f2a4e 0%, #1a3d6b 40%, #0d2040 100%);
  border: 1px solid rgba(61,220,151,0.2);
  position: relative;
  overflow: hidden;
}
.panel-cell::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 1px, transparent 1px, transparent 20px);
}
.panel-cell::after {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 1px, transparent 1px, transparent 15px);
}
.panel-cell.lit {
  background: linear-gradient(135deg, #1a4a7a 0%, #2462a0 40%, #163d6a 100%);
  box-shadow: 0 0 20px rgba(61,220,151,0.15);
  border-color: rgba(61,220,151,0.4);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 60px 0 60px 80px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,166,35,0.12);
  border: 1px solid rgba(245,166,35,0.3);
  color: var(--sun);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  animation: fade-up 0.8s ease both;
}
.hero-tag::before { content: '●'; font-size: 8px; animation: blink 2s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: 1px;
  margin-bottom: 8px;
  animation: fade-up 0.8s 0.15s ease both;
}
.hero h1 em { font-style: normal; color: var(--sun); display: block; }
.hero h1 span { color: var(--white); }

.hero-sub {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 20px;
  color: var(--gray);
  margin-bottom: 28px;
  animation: fade-up 0.8s 0.25s ease both;
}

.hero-body {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(248,245,238,0.75);
  max-width: 500px;
  margin-bottom: 40px;
  animation: fade-up 0.8s 0.35s ease both;
}

.hero-actions {
  display: flex; gap: 16px; flex-wrap: wrap;
  animation: fade-up 0.8s 0.45s ease both;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
  animation: fade-up 0.8s 0.55s ease both;
}
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  color: var(--sun);
  line-height: 1;
}
.stat-label { font-size: 13px; color: var(--gray); margin-top: 4px; }

@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── HOW IT WORKS ─── */
.how-section {
  background: var(--sky-mid);
  position: relative;
  overflow: hidden;
}
.how-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(245,166,35,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 60px;
}
.step-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 48px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.step-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--sun), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.step-card:hover { background: rgba(255,255,255,0.04); }
.step-card:hover::before { opacity: 1; }
.step-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 72px;
  color: rgba(245,166,35,0.12);
  line-height: 1;
  margin-bottom: -8px;
}
.step-icon {
  width: 48px; height: 48px;
  background: rgba(245,166,35,0.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(245,166,35,0.2);
}
.step-icon svg { width: 24px; height: 24px; stroke: var(--sun); fill: none; }
.step-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.step-card .step-tagline {
  font-size: 13px;
  color: var(--sun);
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}
.step-card p { font-size: 15px; line-height: 1.7; color: rgba(248,245,238,0.65); }
.step-list { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.step-list li {
  font-size: 14px;
  color: rgba(248,245,238,0.7);
  display: flex; gap: 10px; align-items: flex-start;
}
.step-list li::before { content: '→'; color: var(--sun); flex-shrink: 0; margin-top: 1px; }

/* ─── SERVICES ─── */
.services-section { background: var(--sky); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.service-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  padding: 40px 36px;
  transition: all 0.3s;
}
.service-card:hover {
  border-color: rgba(245,166,35,0.3);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.service-icon-wrap {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(245,166,35,0.15), rgba(245,166,35,0.05));
  border: 1px solid rgba(245,166,35,0.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.service-icon-wrap svg { width: 28px; height: 28px; stroke: var(--sun); fill: none; stroke-width: 1.5; }
.service-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.service-card p { font-size: 14px; line-height: 1.7; color: rgba(248,245,238,0.6); }

/* ─── WHY US ─── */
.why-section {
  background: linear-gradient(135deg, #0e1e36 0%, #112240 100%);
  position: relative;
  overflow: hidden;
}
.why-section::after {
  content: '';
  position: absolute; bottom: 0; right: 0;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(61,220,151,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.why-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.why-stat-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  padding: 32px 28px;
  transition: all 0.3s;
}
.why-stat-card:hover { border-color: rgba(61,220,151,0.3); }
.why-stat-card .big-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 56px;
  color: var(--green);
  line-height: 1;
  margin-bottom: 4px;
}
.why-stat-card .num-label { font-size: 13px; color: var(--gray); }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.why-list li {
  display: flex; gap: 16px; align-items: flex-start;
  font-size: 15px; color: rgba(248,245,238,0.75); line-height: 1.6;
}
.check-icon {
  width: 24px; height: 24px;
  background: rgba(61,220,151,0.1);
  border: 1px solid rgba(61,220,151,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
  color: var(--green); font-size: 12px;
}

/* ─── TESTIMONIALS ─── */
.testimonials-section { background: var(--sky-mid); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.testimonial-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  padding: 36px;
}
.quote-mark {
  font-family: 'DM Serif Display', serif;
  font-size: 72px;
  color: rgba(245,166,35,0.2);
  line-height: 0.6;
  margin-bottom: 16px;
}
.testimonial-card p { font-size: 15px; line-height: 1.7; color: rgba(248,245,238,0.75); margin-bottom: 24px; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sun), var(--sky-light));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  color: var(--sky);
}
.reviewer-name { font-weight: 600; font-size: 14px; }
.reviewer-loc { font-size: 12px; color: var(--gray); margin-top: 2px; }
.stars { color: var(--sun); font-size: 13px; margin-bottom: 4px; letter-spacing: 2px; }

/* ─── PRODUCTS / BRANDS ─── */
.products-section { background: var(--sky); }
.brands-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
  justify-content: center;
}
.brand-pill {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 0.5px;
  transition: all 0.25s;
}
.brand-pill:hover { border-color: var(--sun); color: var(--sun); background: rgba(245,166,35,0.05); }

/* ─── CTA ─── */
.cta-section {
  background: linear-gradient(135deg, #0e1e36 0%, #0A1628 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 120px 80px;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(245,166,35,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.cta-section .section-title { font-size: clamp(44px, 6vw, 80px); }
.cta-section .section-sub { max-width: 500px; margin-left: auto; margin-right: auto; text-align: center; }
.cta-form {
  display: flex;
  gap: 12px;
  max-width: 520px;
  margin: 40px auto 0;
}
.cta-input {
  flex: 1;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  padding: 16px 20px;
  color: var(--white);
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  transition: border-color 0.2s;
}
.cta-input:focus { border-color: var(--sun); }
.cta-input::placeholder { color: var(--gray); }
.cta-badges {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 48px;
  flex-wrap: wrap;
}
.cta-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gray);
}
.cta-badge::before {
  content: '✓';
  width: 20px; height: 20px;
  background: rgba(61,220,151,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
  font-size: 11px;
  flex-shrink: 0;
}

/* ─── FOOTER ─── */
footer {
  background: #060f1e;
  padding: 64px 80px 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand { max-width: 300px; }
.footer-logo {
  margin-bottom: 16px;
}
.footer-brand p { font-size: 14px; color: var(--gray); line-height: 1.7; }
.footer-phone {
  display: flex; align-items: center; gap: 8px;
  font-size: 18px; font-weight: 700;
  color: var(--sun);
  margin-top: 20px;
  text-decoration: none;
}
.footer-col h4 {
  font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--sun); margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  color: var(--gray); text-decoration: none; font-size: 14px; transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--gray);
}
.footer-bottom a { color: var(--gray); text-decoration: none; }
.footer-bottom a:hover { color: var(--sun); }
.footer-bottom-links { display: flex; gap: 24px; }

/* ─── PAGE HERO (inner pages) ─── */
.page-hero {
  background: linear-gradient(135deg, #050e1f 0%, #0A1628 60%, #0d1f3a 100%);
  padding: 120px 80px 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(245,166,35,0.1);
}
.page-hero::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,166,35,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero .section-tag { display: block; }
.page-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.page-hero p {
  font-size: 17px; line-height: 1.7;
  color: rgba(248,245,238,0.7);
  max-width: 580px;
}

/* ─── CONTACT PAGE ─── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--gray); letter-spacing: 0.5px; }
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  padding: 14px 16px;
  color: var(--white);
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--sun); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(168,178,193,0.5); }
.form-group select option { background: var(--sky-mid); color: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }
.contact-info { display: flex; flex-direction: column; gap: 32px; }
.contact-item { display: flex; gap: 20px; align-items: flex-start; }
.contact-icon {
  width: 48px; height: 48px;
  background: rgba(245,166,35,0.1);
  border: 1px solid rgba(245,166,35,0.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-icon svg { width: 22px; height: 22px; stroke: var(--sun); fill: none; stroke-width: 1.8; }
.contact-item h4 { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--sun); margin-bottom: 4px; }
.contact-item p, .contact-item a { font-size: 15px; color: rgba(248,245,238,0.75); line-height: 1.6; text-decoration: none; }
.contact-item a:hover { color: var(--sun); }

/* ─── PRICING PAGE ─── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
.pricing-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  padding: 40px 36px;
  transition: all 0.3s;
  position: relative;
}
.pricing-card.featured {
  border-color: rgba(245,166,35,0.4);
  background: rgba(245,166,35,0.04);
}
.pricing-badge {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: var(--sun);
  color: var(--sky);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 100px;
}
.pricing-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.pricing-range {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  color: var(--sun);
  line-height: 1;
  margin: 16px 0 4px;
}
.pricing-note { font-size: 12px; color: var(--gray); margin-bottom: 24px; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.pricing-features li {
  font-size: 14px; color: rgba(248,245,238,0.7);
  display: flex; gap: 10px; align-items: flex-start;
}
.pricing-features li::before { content: '✓'; color: var(--green); font-size: 13px; flex-shrink: 0; margin-top: 1px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  section { padding: 72px 28px; }
  nav { padding: 0 24px; }
  .topbar { padding: 8px 24px; font-size: 12px; }
  .topbar-socials { display: none; }
  .hero-content { padding: 80px 28px 60px; }
  .panels-visual { display: none; }
  .sun-orb { width: 300px; height: 300px; top: -40px; right: -40px; }
  .how-grid,
  .services-grid,
  .testimonials-grid,
  .why-inner,
  .contact-grid,
  .pricing-grid { grid-template-columns: 1fr; }
  .why-stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .cta-form { flex-direction: column; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--sky); border-bottom: 1px solid rgba(255,255,255,0.1); padding: 24px; gap: 20px; }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .hero-stats { gap: 24px; }
  footer { padding: 48px 28px 24px; }
  .cta-section { padding: 80px 28px; }
  .page-hero { padding: 100px 28px 60px; }
  .form-row { grid-template-columns: 1fr; }
}
