@font-face{font-family:"Neue Einstellung";src:url(../fonts/neue-einstellung/NeueEinstellung-Regular.woff2)format("woff2"),url(../fonts/neue-einstellung/NeueEinstellung-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Neue Einstellung";src:url(../fonts/neue-einstellung/NeueEinstellung-Bold.woff2)format("woff2"),url(../fonts/neue-einstellung/NeueEinstellung-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Neue Einstellung";src:url(../fonts/neue-einstellung/NeueEinstellung-Black.otf)format("opentype");font-weight:900;font-style:normal;font-display:swap}:root{--navy-primary:#0a1929;--slate-blue:#1A2332;--navy-dark:#0D1117;--slate-gray:#4A5568;--primary:#426d8e;--primary-hover:#355A75;--accent:#f8cf5d;--accent-hover:#E8B840;--accent-light:#FADA80;--secondary:#50933e;--secondary-hover:#3F7A30;--forest-green:#3F7A30;--diesel:#6B6558;--diesel-light:#8A8477;--warning:#E8A020;--amber-warning:#E8A020;--success:#50933e;--destructive:#C45B4F;--destructive-hover:#B04A3F;--pv:#f8cf5d;--wind:#50933e;--battery:#6B8DB5;--grid:#426d8e;--load:#C45B4F;--text-primary:#0a1929;--text-secondary:#4A5568;--text-tertiary:#5A6478;--text-link:#426d8e;--bg-primary:#F8F6F1;--bg-secondary:#F0EDE6;--bg-tertiary:#E8E3DA;--bg-accent:#FFF8E8;--border-light:#D4CFC7;--border-medium:#C2BDB5;--border-accent:#426d8e;--surface:rgba(255, 255, 255, 0.72);--border-glass:rgba(212, 207, 199, 0.7);--ring:#426d8e;--container-max:1440px;--section-padding:96px 24px;--section-padding-mobile:60px 16px}[data-theme=dark]{--primary:#6BA3C7;--primary-hover:#426d8e;--text-primary:#E6E1D8;--text-secondary:#8B949E;--text-tertiary:#7C8590;--text-link:#6BA3C7;--bg-primary:#0D1117;--bg-secondary:#161B22;--bg-tertiary:#21262D;--bg-accent:#1A2332;--success:#6BBF54;--destructive:#D47268;--destructive-hover:#C45B4F;--pv:#f8cf5d;--wind:#6BBF54;--battery:#6B8DB5;--grid:#6BA3C7;--load:#D47268;--amber-warning:#f8cf5d;--surface:rgba(255, 255, 255, 0.05);--border-glass:rgba(255, 255, 255, 0.06);--ring:#6BA3C7;--border-light:#30363D;--border-medium:#3D444D}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body,nav{background:var(--bg-primary)}body,h1,h2,h3,h4,h5,h6{font-family:"Neue Einstellung",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text-primary)}body{line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2}h1{font-size:56px;letter-spacing:-1.5px}h2{font-size:42px;letter-spacing:-1px}h3{font-size:28px;letter-spacing:-.5px}h4{font-size:22px}p{line-height:1.7;color:var(--text-secondary)}a{color:var(--text-link);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-hover)}.container{max-width:var(--container-max);margin:0 auto;padding:0 48px}.section{padding:var(--section-padding)}nav{position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid var(--border-light);height:76px;transition:background-color .3s ease,border-color .3s ease}.logo,.nav-container{display:flex;align-items:center}.nav-container{max-width:var(--container-max);margin:0 auto;padding:0 48px;height:76px;justify-content:space-between}.logo{gap:14px;text-decoration:none;color:var(--text-primary)}.logo img{background:0 0!important;vertical-align:middle}[data-theme=dark] .logo-dark{display:block!important}.logo img,.logo-light{display:block}.logo-dark,[data-theme=dark] .logo-light{display:none!important}[data-theme=dark] .logo-dark{grid-template-columns:repeat(2,.value-icon {
  width: 64px;
  height: 64px;
  background: var(--primary);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(66, 109, 142, 0.25);
}

.value-icon svg {/* ============================================ */
/* ANIMATIONS */
/* ============================================ */

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

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

/* ============================================ */
/* PRINT STYLES */
/* ============================================ */

@media print {
  nav,
  footer,
  .cookie-banner,
  .cta-section {
    display: none;
  }
}

/* ============================================ */
/* HOMEPAGE IMPROVEMENTS & DESIGN OVERHAUL */
/* ============================================ */

/* ============================================ */
/* 1. HERO SECTION IMPROVEMENTS */
/* ============================================ */

.hero {
  margin-top: 76px;
  padding: 100px 48px 80px;
  min-height: auto;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-light);
}

[data-theme="dark"] .hero {
  background: var(--bg-primary);
}

/* Subtle accent line at bottom */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--primary);
  border-radius: 4px 4px 0 0;
}

.hero-headline {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 24px;
}

/* Gradient text for emphasis */
.hero-headline .highlight {
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subheadline {.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  border: 1px solid rgba(66, 109, 142, 0.1);
  transition: all 0.2s ease;
}

[data-theme="dark"] .trust-item {
  background: rgba(30, 41, 59, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.trust-item:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 109, 142, 0.1);
}

.trust-icon {
  width: 22px;
  height: 22px;
  color: var(--forest-green);
}

/* Hero CTA improvements */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 38px;
  background: linear-gradient(135deg, var(--primary) 0%, #2A4A60 100%);
  color: white;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(66, 109, 142, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-hover) 0%, #2A4A60 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(66, 109, 142, 0.35);
  color: white;
}

/* Hero visual - LARGER screenshot */
.hero-visual {
  position: relative;
}

.hero-visual img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(10, 25, 41, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
  transition: all 0.4s ease;
}

.hero-visual img:hover {
  transform: perspective(1200px) rotateY(0deg) rotateX(0deg) scale(1.02);
  box-shadow: 0 40px 80px rgba(10, 25, 41, 0.25);
}

/* Decorative glow behind screenshot */
.hero-visual::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 5%;
  right: 5%;
  bottom: 10%;
  background: linear-gradient(135deg, rgba(66, 109, 142, 0.15) 0%, rgba(53, 90, 117, 0.15) 100%);
  border-radius: 20px;
  filter: blur(40px);
  z-index: -1;
}

/* ============================================ */
/* 2. VALUE CARDS (Why Energy Optima) */
/* ============================================ */

.value-section {
  padding: 120px 48px;
  background: #ffffff;
}

.value-heading {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -1px;
  color: var(--text-primary);
}

.value-grid {
  display: grid;grid-template-columns:repeat(2,/* Icons - refined size */
.value-icon {
  width: 52px;height:52px;background:var(--primary);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 12px rgba(66, 109, 142,.value-icon svg {/* ============================================ */
/* 3. SEGMENT/PRICING CARDS */
/* ============================================ */

.segment-section {
  padding: 120px 48px;
  background: var(--bg-primary);
}

.segment-heading {/* Color-specific card hover effects */
.segment-orange:hover {
  border-color: var(--amber-warning);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.15);
  transform: translateY(-4px);
}

.segment-green:hover {
  border-color: var(--forest-green);
  box-shadow: 0 8px 24px rgba(53, 90, 117, 0.15);
  transform: translateY(-4px);
}

.segment-blue:hover {
  border-color: var(--primary);box-shadow:0 8px 24px rgba(66, 109, 142,/* Segment Card Pricing & CTA */
.segment-pricing {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  margin-top: 28px;
  margin-bottom: 20px;
}

.segment-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.segment-cta:hover {
  gap: 12px;
  color: var(--primary-hover);
}

/* Capability Section Alternating Backgrounds */
.capability-alt-1 {
  background: #ffffff;
}

.capability-alt-2 {
  background: #ffffff;
}

/* Capability Numbered Badges */
.capability-number {
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(66, 109, 142, 0.25);
}

/* Enhanced Trust Metrics */
.trust-section {
  background: var(--bg-primary);
  padding: 96px 48px;
}

.trust-content {
  max-width: var(--container-max);
  margin: 0 auto;
}

.trust-section h2 {
  color: var(--text-primary);
}

.stat-highlight {
  color: var(--text-secondary);
}

.methodology-note {
  color: var(--text-secondary);
}

.metric-icon {
  width: 56px;
  height: 56px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.metric-icon svg {
  width: 28px;
  height: 28px;
  stroke: white;
}

.metric-detail {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: 8px;
  font-weight: 400;
}

/* ============================================ */
/* 4. CAPABILITY SECTIONS - ENHANCED */
/* ============================================ */

.capability-section {
  padding: 100px 48px;
  position: relative;
}

.capability-alt-1 {
  background: var(--bg-primary);
}

.capability-alt-2 {
  background: var(--bg-primary);
}

[data-theme="dark"] .capability-alt-2 {
  background: var(--bg-primary);
}

.capability-container {
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 64px;
  align-items: center;
}

.capability-section.reverse .capability-container {
  grid-template-columns: 55% 45%;
}

/* Refined numbered badges */
.capability-number {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary), #2A4A60);
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(66, 109, 142, 0.25);
  transition: transform 0.3s ease;
}

.capability-section:hover .capability-number {
  transform: scale(1.05);
}

.capability-label {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary);
  margin-bottom: 16px;
}

.capability-section h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: var(--text-primary);
  line-height: 1.2;
}

.capability-section .description {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 24px;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 36px;
}

.feature-list li {
  font-size: 17px;
  color: var(--text-secondary);
  padding-left: 40px;
  position: relative;
  line-height: 1.7;
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: var(--secondary);
  color: white;
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.learn-more {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.learn-more:hover {
  gap: 16px;
  background: var(--primary);
  color: white;
  transform: translateX(4px);
}

.learn-more:hover svg {
  stroke: white;
}

/* Capability images - LARGER with effects */
.capability-visual {
  position: relative;
}

.capability-visual img {
  width: 100%;
  max-width: 800px;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(10, 25, 41, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.capability-visual img:hover {
  transform: scale(1.03);
  box-shadow: 0 35px 80px rgba(10, 25, 41, 0.2);
}

.capability-visual iframe {
  border-radius: 16px !important;
  box-shadow: 0 25px 60px rgba(10, 25, 41, 0.15);
  transition: all 0.4s ease;
}

.capability-visual iframe:hover {
  box-shadow: 0 35px 80px rgba(10, 25, 41, 0.2);
}

/* ============================================ */
/* 5. TRUST SECTION - ENHANCED */
/* ============================================ */

.trust-section {
  padding: 120px 48px;
  background: linear-gradient(180deg, var(--bg-tertiary) 0%, var(--bg-secondary) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .trust-section {
  background: linear-gradient(180deg, var(--bg-secondary) 0%, #0D1117 100%);
}

/* Decorative elements */
.trust-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 50%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(66, 109, 142, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.trust-section::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 50%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(53, 90, 117, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.trust-content {
  max-width: var(--container-max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.trust-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.stat-highlight {
  font-size: 20px;
  color: var(--text-secondary);
  margin-bottom: 64px;
  font-weight: 500;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto 64px;
}

.metric {
  text-align: center;
  padding: 32px 24px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.metric:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(66, 109, 142, 0.1);
  border-color: var(--primary);
}

.metric-icon {
  width: 48px;
  height: 48px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 12px rgba(66, 109, 142, 0.2);
  transition: transform 0.3s ease;
}

.metric:hover .metric-icon {
  transform: scale(1.05);
}

.metric-icon svg {.metric-label {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 8px;
}

.metric-detail {
  font-size: 14px;
  color: var(--text-tertiary);
  font-weight: 500;
}

.methodology-note {
  font-size: 15px;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 48px auto 0;
  line-height: 1.7;
  padding: 24px 32px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--border-light);
}

/* ============================================ */
/* 6. CTA SECTION - ENHANCED */
/* ============================================ */

.cta-section {
  padding: 96px 48px;
  background: var(--bg-primary);
  text-align: center;
  position: relative;
  border-top: 1px solid var(--border-light);
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--primary);
  border-radius: 0 0 4px 4px;
}

[data-theme="dark"] .cta-section {
  background: var(--bg-primary);
}

.cta-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  color: var(--text-primary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section .lead {
  font-size: 17px;
  color: var(--text-secondary);
  margin-bottom: 32px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  line-height: 1.4;
  padding: 18px 40px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary) 0%, #2A4A60 100%);
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(66, 109, 142, 0.3);
  transition: all 0.2s ease;
}

.cta-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(66, 109, 142, 0.4);
}

.cta-section .trial-note {
  margin-top: 20px;
  font-size: 14px;
  color: var(--text-tertiary);
}

.cta-section .trial-note a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.cta-section .trial-note a:hover {
  text-decoration: underline;
}

/* ============================================ */
/* 7. FOOTER - ENHANCED */
/* ============================================ */

footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-light);
  padding: 80px 48px 40px;
}

.footer-content {
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 80px;
  margin-bottom: 60px;
}

.footer-brand {
   max-width: 340px;
   text-align: center;
}

.footer-brand .logo {
   justify-content: center;
}

.footer-tagline {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin: 20px 0 16px;
}

.footer-brand p {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.8;
}

.footer-column h4 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: var(--text-primary);
}

.footer-column a {
  font-size: 15px;
  color: var(--text-secondary);
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-column a:hover {
  color: var(--primary);
  transform: translateX(4px);
}

.footer-bottom {
  max-width: var(--container-max);
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid var(--border-light);
  text-align: center;
  font-size: 14px;
  color: var(--text-tertiary);
}

/* ============================================ */
/* 8. COOKIE BANNER - SMALLER, BOTTOM */
/* ============================================ */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg-primary);
  border-top: 1px solid var(--border-light);
  box-shadow: 0 -8px 32px rgba(10, 25, 41, 0.1);
  z-index: 9999;
  padding: 16px 24px;
  transition: transform 0.3s ease;
}

.cookie-content {
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cookie-content p {
  font-size: 13px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.btn-accept {
  padding: 10px 20px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-accept:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
}

.btn-reject {
  padding: 10px 20px;
  background: transparent;
  color: var(--text-secondary);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-reject:hover {
  border-color: var(--text-secondary);
  background: var(--bg-tertiary);
}

/* ============================================ */
/* 9. RESPONSIVE ADJUSTMENTS */
/* ============================================ */

@media (max-width: 1200px) {
  .hero-headline {
    font-size: 48px;
  }

  .hero-visual img {
    max-width: 100%;
  }

  .value-heading,
  .segment-heading,
  .trust-section h2,
  .cta-section h2 {
    font-size: 40px;
  }

  .capability-section h2 {}

@media (max-width: 1023px) {
  .hero-container,
  .capability-container,
  .capability-section.reverse .capability-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-visual {
    order: -1;
  }

  .hero-visual img {
    transform: none;
    max-width: 100%;
  }

  .hero-visual img:hover {
    transform: scale(1.02);
  }

  .value-grid {.trust-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 80px 24px;
    min-height: auto;
    margin-top: 64px;
  }

  .hero-headline {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .hero-subheadline {.trust-item {
    padding: 6px 12px;
    font-size: 13px;
  }

  .value-section,
  .segment-section,
  .capability-section,
  .trust-section,
  .cta-section {
    padding: 80px 24px;
  }

  .value-heading,
  .segment-heading,
  .trust-section h2,
  .cta-section h2 {
    font-size: 32px;
  }

  .capability-section h2 {.metric {.trust-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cookie-content {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .cookie-actions {
    width: 100%;
  }

  .btn-accept,
  .btn-reject {
    flex: 1;
  }
}

/* ============================================ */
/* PRICING CALCULATOR */
/* ============================================ */

.pricing-calculator {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 32px 40px;
  max-width: 1080px;
  margin: 0 auto;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.calculator-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-light);
}

.calculator-header svg {
  width: 28px;
  height: 28px;
  color: var(--primary);
  flex-shrink: 0;
}

.calculator-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

.calculator-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.calculator-field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 14px;
}

.calculator-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

  .calc-option {
    padding: 12px 18px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    background: var(--bg-primary);
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
  }

.calc-option:hover {
  border-color: var(--border-medium);
  color: var(--text-primary);
  background: var(--bg-secondary);
}

.calc-option.selected {
  background: var(--text-primary);
  border-color: var(--text-primary);
  color: var(--bg-primary);
}

[data-theme="dark"] .calc-option.selected {
  background: white;
  border-color: white;
  color: var(--navy-dark);
}

.calculator-result {
  margin-top: 24px;
  padding: 20px 24px;
  background: #FDFCFA;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.result-recommendation {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.result-recommendation .result-label {
  font-size: 12px;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.result-recommendation .result-plan {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
}

.result-recommendation .result-category {
  font-size: 14px;
  color: var(--text-secondary);
  margin-left: 6px;
}

.result-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.result-price .result-amount {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-primary);
}

.result-price .result-period {
  font-size: 14px;
  color: var(--text-secondary);
}

.result-price .result-per-user {
  font-size: 13px;
  color: var(--text-tertiary);
  margin-left: 8px;
}

.calculator-result .btn-primary {.benefit-icon {.spots-list {.btn-charter {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary) 0%, #2A4A60 100%);
  color: white;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: 8px;
  box-shadow: 0 4px 12px rgba(66, 109, 142, 0.25);
}

.btn-charter:hover {
  transform: translateY(-2px);box-shadow:0 6px 20px rgba(66, 109, 142,/* ============================================ */
/* PER-USER PRICING DISPLAY */
/* ============================================ */

.per-user-breakdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(53, 90, 117, 0.1);
  border: 1px solid rgba(53, 90, 117, 0.3);
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 12px;
  font-size: 13px;
}

.per-user-breakdown span {
  color: var(--text-secondary);
}

.per-user-breakdown strong {
  color: var(--forest-green);
  font-weight: 700;
}

.additional-user {
  font-size: 12px;
  color: var(--text-tertiary);
  margin-top: 8px;
  text-align: center;
}

/* ============================================ */
/* PRICING CALCULATOR RESPONSIVE */
/* ============================================ */

@media (max-width: 768px) {
  .pricing-calculator {
    padding: 24px 20px;
  }

  .calculator-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .calculator-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .calculator-header h3 {
    font-size: 18px;
  }

  .calculator-options {
    gap: 8px;
  }

  .calc-option {
    padding: 8px 14px;
    font-size: 13px;
  }

  .calculator-result {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .result-price {}

/* ============================================ */
/* PAGE HERO - INNER PAGES (2026-01-09) */
/* Modern Gradient Design for Platform, Pricing, Methodology, About */
/* ============================================ */

.page-hero {
  margin-top: 76px;
  padding: 100px 48px 80px;
  min-height: auto;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-light);
}

[data-theme="dark"] .page-hero {
  background: var(--bg-primary);
}

/* Decorative gradient orb */
.page-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(66, 109, 142, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

[data-theme="dark"] .page-hero::before {
  background: radial-gradient(circle, rgba(66, 109, 142, 0.15) 0%, transparent 70%);
}

/* Accent line at bottom */
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--primary);
  border-radius: 4px 4px 0 0;
}

.page-hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Category tag above title */
.page-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary);
  margin-bottom: 20px;
  padding: 8px 16px;
  background: rgba(66, 109, 142, 0.08);
  border-radius: 20px;
  border: 1px solid rgba(66, 109, 142, 0.15);
}

[data-theme="dark"] .page-hero-tag {
  background: rgba(66, 109, 142, 0.15);
  border-color: rgba(66, 109, 142, 0.25);
  color: #6BA3C7;
}

.page-hero-tag svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  max-width: 16px;
  flex-shrink: 0;
}

.page-hero h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.page-hero .lead {
  font-size: 20px;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 640px;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
  .page-hero {
    padding: 80px 24px 60px;
  }

  .page-hero h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .page-hero .lead {
    font-size: 17px;
  }

  .page-hero-tag {
    font-size: 11px;
    padding: 6px 12px;
  }

  .page-hero::before {
    width: 250px;
    height: 250px;
    top: -50px;
    right: -50px;
  }
}

/* ============================================ */
/* HOMEPAGE REDESIGN V4 - SHADCN-INSPIRED */
/* ============================================ */

/* Trust Badges with Gradient Borders */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: var(--bg-primary);
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  position: relative;
  transition: all 0.3s ease;
}

.trust-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: var(--primary);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.trust-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 109, 142, 0.15);
}

.trust-badge .badge-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-badge .badge-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary);
  transition: transform 0.3s ease;
}

.trust-badge:hover .badge-icon svg {
  transform: scale(1.1);
}

/* Button Glow Effect */
.btn-primary-glow {
  position: relative;
  overflow: visible;
}

.btn-primary-glow::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: var(--primary);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.3s ease;
}

.btn-primary-glow:hover::before {
  opacity: 0.5;
}

.btn-large {
  padding: 18px 36px;
  font-size: 17px;
}

/* Enhanced Hero Visual */
.hero-visual-enhanced {
  position: relative;
}

.hero-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.15),
    0 0 0 1px var(--border-light);
}

.hero-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.hero-visual-enhanced:hover .hero-image-wrapper img {
  transform: scale(1.02);
}

.hero-image-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10, 25, 41, 0.03) 100%);
  pointer-events: none;
}

/* Bento Grid Layout */
.bento-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
  min-height: 480px;
}

.bento-card {
  background: #FDFCFA;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bento-card:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(66, 109, 142, 0.08);
  transform: translateY(-4px);
}

.bento-featured {
  grid-row: span 2;
  background: #FDFCFA;
}

.bento-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary);
}

.bento-icon-wrapper {
  width: 56px;
  height: 56px;
  background: var(--bg-tertiary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.bento-icon-featured {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--primary), var(--slate-blue));
}

.bento-icon-featured .fallback-icon {
  stroke: white;
}

.bento-card:hover .bento-icon-wrapper {
  transform: scale(1.05);
}

.bento-icon-wrapper svg {
  width: 28px;
  height: 28px;
  stroke: var(--primary);
}

.bento-featured .bento-icon-wrapper svg {
  width: 36px;
  height: 36px;
}

.bento-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.bento-featured h3 {
  font-size: 24px;
}

.bento-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.bento-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  background: var(--bg-tertiary);
  border-radius: 20px;
  font-size: 13px;
  color: var(--text-secondary);
}

.stat-pill .stat-number {
  font-weight: 600;
  color: var(--primary);
}

/* Lottie Icon Placeholder */
.lottie-icon {
  width: 100%;
  height: 100%;
  display: none; /* Will be shown when Lottie loads */
}

.fallback-icon {.segment-orange::before {.segment-green::before {.segment-blue::before {
  background: linear-gradient(90deg, var(--primary),.segment-gray::before {
  background: linear-gradient(90deg, #6B6558,.segment-gray:hover {
  border-color: #6B6558;box-shadow:0 8px 24px rgba(107, 114, 128,/* Purple theme (Enterprise) */
.segment-purple::before {
  background: linear-gradient(90deg, #6B8DB5,.segment-purple:hover {
  border-color: #6B8DB5;box-shadow:0 8px 24px rgba(124, 58, 237,/* Popular Badge */
.segment-popular {
  border: 2px solid var(--forest-green);box-shadow:0 8px 24px rgba(53, 90, 117,.segment-popular:hover {
  transform: scale(1.04);
}

.popular-badge {
  position: absolute;
  top: -1px;
  right: 24px;
  background: var(--primary);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  border-radius: 0 0 8px 8px;
  text-transform: uppercase;
}

/* Bold Keywords in Feature Lists */
.benefits strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* Manufacturer Logo Bar */
.manufacturer-logos {
  margin-top: 48px;
  padding: 32px 24px;
  background: #FAF8F5;
  border-radius: 16px;
  border: 1px solid var(--border-light);
  overflow: hidden;
}

.logos-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
}

.logos-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.logo-item {
  padding: 12px 24px;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.logo-item:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.logo-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.5px;
}

/* Professional Brand Logo Styling */
.logo-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 56px;
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.logo-brand:hover {
  background: var(--bg-secondary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.brand-lg, .brand-catl, .brand-byd, .brand-kokam, .brand-samsung, .brand-a123 {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.5px;
}

.brand-catl {
  font-size: 18px;
  letter-spacing: 1px;
}

.brand-byd {
  font-size: 22px;
  letter-spacing: 0.5px;
}

.brand-kokam {
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.brand-sub {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-tertiary);
  letter-spacing: 0.5px;
  margin-top: 2px;
}

/* Logo Marquee / Infinite Scroll */
.logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.logo-marquee::before,
.logo-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, #FAF8F5, transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, #FAF8F5, transparent);
}

.logo-marquee-track {
  display: flex;
  gap: 48px;
  animation: marquee-scroll 40s linear infinite;
  width: max-content;
}

.logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logo-slide {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  min-width: 180px;
  height: 90px;
  transition: all 0.3s ease;
}

.logo-slide:hover {
  border-color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(66, 109, 142, 0.15);
}

.logo-slide img {
  max-width: 140px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logo-slide:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Responsive marquee */
@media (max-width: 768px) {
  .logo-marquee-track {
    gap: 20px;
    animation-duration: 25s;
  }

  .logo-slide {
    min-width: 140px;
    height: 70px;
    padding: 12px 20px;
  }

  .logo-slide img {
    max-width: 110px;
    max-height: 40px;
  }

  .logo-marquee::before,
  .logo-marquee::after {
    width: 40px;
  }
}

.brand-text {/* Scroll Animation Styles */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-animate].animate-in {
  opacity: 1;
  transform: translateY(0);
}

[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] {/* Responsive Bento Grid */
@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    min-height: auto;
  }

  .bento-featured {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .bento-featured {.trust-badge {
    font-size: 13px;
    padding: 8px 14px;
  }

  .logos-grid {
    gap: 16px;
  }

  .logo-item {
    padding: 8px 16px;
  }

  .logo-text {
    font-size: 12px;
  }

  .segment-popular {
    transform: none;
  }

  .segment-popular:hover {
    transform: translateY(-4px);
  }
}

/* ============================================ */
/* FEATURE DEMO CHARTS - ENHANCED */
/* ============================================ */

/* Full-width demo visual with hover interaction */
.capability-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-light);
  transition: all 0.4s ease;
}

.capability-visual:hover {
  border-color: var(--primary);
  box-shadow: 0 12px 32px rgba(66, 109, 142, 0.12);
}

.capability-visual iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.capability-visual:hover iframe {
  transform: scale(1.01);
}

/* Removed "Click to interact" overlay - demos have their own buttons */

/* Removed hover state for removed overlay */
.capability-visual:hover::after {
  display: none;
}

/* Image-based capability visuals */
.capability-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  transition: transform 0.5s ease;
}

.capability-visual:hover img {
  transform: scale(1.03);
}

/* Capability section animations */
.capability-section {
  opacity: 1;
}

.capability-section[data-animate] {
  opacity: 0;
  transform: translateY(40px);
}

.capability-section[data-animate].animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* Removed pulsing animation - cleaner look for professional audience */

/* ============================================ */
/* SHADCN-INSPIRED NAVBAR ENHANCEMENTS */
/* ============================================ */

nav {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] nav {
  background: rgba(13, 17, 23, 0.92);
  border-bottom-color: #30363D;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s ease;
}

[data-theme="dark"] .nav-links a::after {
  background: #f8cf5d;
}

.nav-links a:hover::after {
  width: 100%;
}

.btn-nav {
  position: relative;
  overflow: hidden;
}

.btn-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn-nav:hover::before {
  left: 100%;
}

[data-theme="dark"] .btn-nav::before {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
}

/* ============================================ */
/* SHADCN-INSPIRED FOOTER ENHANCEMENTS */
/* ============================================ */

footer {
  background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
  border-top: 1px solid var(--border-light);
}

.footer-brand .logo img {
  transition: transform 0.3s ease;
}

.footer-brand:hover .logo img {
  transform: scale(1.02);
}

.footer-column h4 {
  position: relative;
  display: inline-block;
}

.footer-column h4::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--primary);
}

.footer-column ul li a {
  position: relative;
  display: inline-block;
}

.footer-column ul li a::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary);
  transition: width 0.3s ease;
}

.footer-column ul li a:hover::before {
  width: 100%;
}

[data-theme="dark"] footer {
  background: linear-gradient(180deg, #0D1117 0%, #161B22 100%);
  border-top-color: #30363D;
}

[data-theme="dark"] .footer-column h4 {
  color: #E6E1D8;
}

[data-theme="dark"] .footer-column h4::after {
  background: #f8cf5d;
}

[data-theme="dark"] .footer-column a {
  color: #8B949E;
}

[data-theme="dark"] .footer-column a:hover {
  color: #f8cf5d;
}

[data-theme="dark"] .footer-column ul li a::before {
  background: #f8cf5d;
}

[data-theme="dark"] .footer-tagline {[data-theme="dark"] .social-link:hover {
  background: rgba(248, 207, 93, 0.15);
  color: #f8cf5d;
  border-color: rgba(248, 207, 93, 0.3);
}

[data-theme="dark"] .footer-bottom {
  border-top-color: #30363D;
  color: #8B949E;
}

/* ============================================ */
/* ABOUT PAGE STYLES */
/* ============================================ */

/* Stats Section */
.about-stats-section {
  padding: 0 24px 80px;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.about-stats-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-stat-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.about-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.about-stat-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}

.about-stat-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.about-stat-desc {
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 1.5;
}

/* Gap Section */
.about-gap-section {
  padding: 80px 24px 120px;
  background: var(--bg-primary);
}

.about-gap-container {
  max-width: 1100px;
  margin: 0 auto;
}

.about-gap-container h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}

.about-section-subtitle {
  text-align: center;
  color: var(--text-secondary);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.about-gap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.about-gap-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.about-gap-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C45B4F, #D47268);
}

.about-gap-accent-green {
  background: var(--primary);
}

.about-gap-new {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(66, 109, 142, 0.1);
}

.about-gap-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.about-gap-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-gap-icon-red {
  background: linear-gradient(135deg, #E8E3DA, #D4CFC7);
}

.about-gap-icon-green {
  background: linear-gradient(135deg, #DDE9F2, #B0D4EA);
}

.about-gap-header h3 {
  font-size: 20px;
  margin: 0;
}

.about-gap-old .about-gap-header h3 {
  color: #B04A3F;
}

.about-gap-new .about-gap-header h3 {
  color: #2A4A60;
}

.about-gap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-gap-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.5;
}

.about-gap-list li:last-child {
  margin-bottom: 0;
}

.about-gap-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.about-gap-callout {
  text-align: center;
  margin-top: 48px;
  padding: 32px;
  background: linear-gradient(135deg, rgba(66, 109, 142, 0.05), rgba(66, 109, 142, 0.05));
  border-radius: 12px;
}

.about-gap-callout p {
  color: var(--text-primary);
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

.about-gap-callout span {.about-social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
}

.about-social-link:hover {
  border-color: var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px rgba(66, 109, 142,.about-credential {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
}

.about-credential svg {
  color: var(--forest-green);
  flex-shrink: 0;
}

/* Vision Section */
.about-vision-section {
  padding: 120px 24px;
  background: var(--bg-primary);
}

.about-vision-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-vision-badge {
  display: inline-block;
  background: var(--primary);
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-vision-quote {
  font-size: 32px;
  line-height: 1.5;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0 0 32px 0;
  border: none;
  padding: 0;
}

.about-vision-description {
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}

/* Differentiators Section */
.about-differentiators-section {
  padding: 120px 24px;
  background: var(--bg-primary);
}

.about-differentiators-container {
  max-width: 1100px;
  margin: 0 auto;
}

.about-differentiators-container h2 {
  font-size: 36px;
  margin-bottom: 60px;
  text-align: center;
}

.about-differentiators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.about-differentiator-card {
  background: var(--bg-primary);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.about-differentiator-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.about-differentiator-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.about-differentiator-icon-blue {
  background: linear-gradient(135deg, var(--primary), #6BA3C7);
  box-shadow: 0 8px 24px rgba(66, 109, 142, 0.25);
}

.about-differentiator-icon-green {
  background: var(--primary);
  box-shadow: 0 8px 24px rgba(66, 109, 142, 0.25);
}

.about-differentiator-icon-slate {
  background: linear-gradient(135deg, var(--slate-blue), #6B6558);
  box-shadow: 0 8px 24px rgba(100, 116, 139, 0.25);
}

.about-differentiator-card h3 {
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 600;
}

.about-differentiator-card p {/* Location Section */
.about-location-section {
  padding: 120px 24px;
  background: var(--bg-primary);
}

.about-location-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.about-location-badge {
  display: inline-block;
  background: rgba(66, 109, 142, 0.1);
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.about-location-content h2 {
  font-size: 40px;
  margin-bottom: 28px;
  line-height: 1.2;
}

.about-location-content p {
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.about-location-card {
  background: linear-gradient(135deg, var(--bg-primary), rgba(66, 109, 142, 0.05));
  border-radius: 20px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.about-location-icon {
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, var(--primary), #6BA3C7);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  box-shadow: 0 8px 24px rgba(66, 109, 142, 0.3);
}

.about-location-address {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.about-location-city {
  color: var(--text-secondary);
  font-size: 17px;
  margin-bottom: 32px;
}

.about-location-contact {
  border-top: 1px solid var(--border-light);
  padding-top: 28px;
}

.about-location-contact-label {
  font-size: 13px;
  color: var(--text-tertiary);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.about-location-contact a {
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
}

/* About CTA Section */
.about-cta-section {
  padding: 100px 24px;
  background: linear-gradient(135deg, rgba(66, 109, 142, 0.08), rgba(66, 109, 142, 0.08));
}

.about-cta-container {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.about-cta-container h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.about-cta-container p {
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 36px;
}

/* ============================================ */
/* CONTACT PAGE STYLES */
/* ============================================ */

/* Contact Main Section */
.contact-main-section {
  padding: 0 24px 80px;
}

.contact-main-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
}

/* Contact Form */
.contact-form-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.contact-form-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-form-header h2 {
  font-size: 28px;
  margin: 0;
}

.contact-response-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(66, 109, 142, 0.1);
  color: var(--forest-green);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-field label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: inherit;
  transition: all 0.2s ease;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(66, 109, 142, 0.1);
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
  color: var(--text-tertiary);
}

.contact-form-field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 48px;
}

.contact-form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form-submit {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.contact-form-submit .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: flex-start;
}

.contact-form-privacy {
  font-size: 13px;
  color: var(--text-tertiary);
  margin: 0;
}

.contact-form-privacy a {
  color: var(--primary);
}

/* Contact Sidebar */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  transition: all 0.2s ease;
}

.contact-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.contact-info-card-primary {
  background: linear-gradient(135deg, rgba(66, 109, 142, 0.05), var(--bg-secondary));
  border: 1px solid rgba(66, 109, 142, 0.1);
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.contact-info-icon-blue {
  background: var(--primary);
}

.contact-info-icon-green {
  background: var(--forest-green);
}

.contact-info-icon-slate {
  background: var(--slate-blue);
}

.contact-info-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.contact-info-card p {
  color: var(--text-secondary);
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.5;
}

.contact-info-secondary {
  color: var(--text-tertiary) !important;
}

.contact-info-link {
  display: inline-block;
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
}

.contact-response-times {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.contact-response-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--text-secondary);
}

.contact-response-value {
  font-weight: 600;
  color: var(--text-primary);
}

.contact-info-timezone {
  font-size: 12px !important;
  color: var(--text-tertiary) !important;
  font-style: italic;
  margin-top: 12px !important;
}

/* Social Card */
.contact-social-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 28px;
}

.contact-social-card h4 {
  font-size: 14px;
  color: var(--text-tertiary);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-social-links {
  display: flex;
  gap: 12px;
}

.contact-social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-primary);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  color: var(--text-secondary);
  transition: all 0.2s ease;
}

.contact-social-link:hover {/* FAQ Section */
.contact-faq-section {
  padding: 80px 24px;
  background: var(--bg-primary);
}

.contact-faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.contact-faq-container h3 {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
}

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

.contact-faq-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  transition: all 0.2s ease;
}

.contact-faq-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.contact-faq-icon {
  width: 48px;
  height: 48px;
  background: rgba(66, 109, 142, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--primary);
}

.contact-faq-card h4 {
  font-size: 17px;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.contact-faq-card p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.contact-faq-link {
  font-size: 14px;
  color: var(--primary);
  font-weight: 600;
}

/* ============================================ */
/* RESPONSIVE STYLES - ABOUT & CONTACT */
/* ============================================ */

@media (max-width: 1023px) {
  .about-stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-gap-grid {.about-differentiators-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-location-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .contact-main-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .about-stats-section {
    margin-top: -20px;
    padding-bottom: 60px;
  }

  .about-stats-container {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .about-stat-card {
    padding: 24px 16px;
  }

  .about-stat-number {
    font-size: 36px;
  }

  .about-stat-label {
    font-size: 14px;
  }

  .about-gap-section {
    padding: 60px 24px 80px;
  }

  .about-gap-card {.about-vision-quote {
    font-size: 24px;
  }

  .about-differentiators-grid {.about-location-section {
    padding: 80px 24px;
  }

  .contact-form-wrapper {
    padding: 32px 24px;
  }

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

  .contact-faq-grid {}

/* ============================================ */
/* INVESTORS PAGE STYLES */
/* ============================================ */

/* Opportunity Section */
.investors-opportunity-section {
  padding: var(--section-padding);
  background: var(--bg-primary);
}

.investors-opportunity-container {
  max-width: var(--container-max);
  margin: 0 auto;
}

.investors-section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px;
}

.investors-section-header h2 {
  font-size: 42px;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.investors-section-header p {
  font-size: 20px;
  color: var(--text-secondary);
  line-height: 1.7;
}

.investors-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.investors-opportunity-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.investors-opportunity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--border-accent);
}

.investors-opportunity-icon {
  width: 64px;
  height: 64px;
  background: var(--primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.investors-opportunity-icon svg {
  color: white;
}

.investors-opportunity-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.investors-opportunity-card p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Why Energy Optima Section */
.investors-why-section {
  padding: var(--section-padding);
  background: var(--bg-primary);
}

.investors-why-container {
  max-width: var(--container-max);
  margin: 0 auto;
}

.investors-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.investors-why-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  border: 2px solid var(--border-light);
  position: relative;
  transition: all 0.3s ease;
}

.investors-why-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}

.investors-why-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary);
  opacity: 0.2;
  position: absolute;
  top: 24px;
  right: 32px;
  line-height: 1;
}

.investors-why-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.investors-why-card p {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Market Position Section */
.investors-market-section {
  padding: var(--section-padding);
  background: var(--bg-primary);
}

.investors-market-container {
  max-width: 1200px;
  margin: 0 auto;
}

.investors-market-content h2 {
  font-size: 42px;
  margin-bottom: 16px;
  color: var(--text-primary);
  text-align: center;
}

.investors-market-intro {
  font-size: 20px;
  color: var(--text-secondary);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px;
  line-height: 1.7;
}

.investors-market-segments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.investors-market-segment {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
}

.investors-market-segment h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.investors-market-segment p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
}

.investors-market-segment ul {
  list-style: none;
  padding: 0;
}

.investors-market-segment ul li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-secondary);
  line-height: 1.7;
}

.investors-market-segment ul li:last-child {
  border-bottom: none;
}

.investors-market-segment ul li strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* Technology Section */
.investors-tech-section {
  padding: var(--section-padding);
  background: var(--bg-primary);
}

.investors-tech-container {
  max-width: var(--container-max);
  margin: 0 auto;
}

.investors-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.investors-tech-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.investors-tech-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.investors-tech-card h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.investors-tech-card p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
}

.investors-tech-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.investors-tech-link:hover {
  gap: 12px;
  color: var(--forest-green);
}

/* Leadership Section */
.investors-leadership-section {
  padding: var(--section-padding);
  background: var(--bg-primary);
}

.investors-leadership-container {
  max-width: 1200px;
  margin: 0 auto;
}

.investors-leadership-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  margin-top: 48px;
}

.investors-leadership-main {
  background: var(--bg-primary);
  padding: 48px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
}

.investors-leadership-main h3 {
  font-size: 28px;
  margin-bottom: 24px;
  color: var(--text-primary);
}

.investors-leadership-main p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 20px;
}

.investors-leadership-main p:last-child {
  margin-bottom: 0;
}

.investors-leadership-vision {
  background: var(--primary);
  padding: 48px;
  border-radius: 16px;
  color: white;
}

.investors-leadership-vision h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
}

.investors-leadership-vision p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin-bottom: 24px;
}

.investors-leadership-vision ul {
  list-style: none;
  padding: 0;
}

.investors-leadership-vision ul li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.investors-leadership-vision ul li:last-child {
  border-bottom: none;
}

.investors-leadership-vision ul li strong {
  color: white;
  font-weight: 600;
}

/* Materials Request Section */
.investors-materials-section {
  padding: var(--section-padding);
  background: var(--bg-primary);
  scroll-margin-top: 100px;
}

.investors-materials-container {
  max-width: 900px;
  margin: 0 auto;
}

.investors-materials-header {
  text-align: center;
  margin-bottom: 48px;
}

.investors-materials-header h2 {
  font-size: 42px;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.investors-materials-header p {
  font-size: 20px;
  color: var(--text-secondary);
}

.investors-materials-form {
  background: #ffffff;
  padding: 48px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
}

.investors-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.investors-form-field {
  margin-bottom: 24px;
}

.investors-form-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.investors-form-field input,
.investors-form-field select,
.investors-form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  background: var(--bg-primary);
  color: var(--text-primary);
  transition: all 0.3s ease;
}

.investors-form-field input:focus,
.investors-form-field select:focus,
.investors-form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.investors-form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.investors-form-submit {
  text-align: center;
  margin-top: 32px;
}

.investors-form-note {/* Hero CTA Group */
.hero-cta-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

/* Responsive Styles */
@media (max-width: 1023px) {
  .investors-opportunity-grid,
  .investors-why-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .investors-market-segments,
  .investors-tech-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .investors-leadership-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .investors-form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .investors-section-header h2,
  .investors-materials-header h2,.investors-section-header p,
  .investors-materials-header p,.investors-opportunity-card,
  .investors-why-card,
  .investors-tech-card,
  .investors-market-segment {
    padding: 28px;
  }

  .investors-leadership-main,
  .investors-leadership-vision,
  .investors-materials-form {
    padding: 32px 24px;
  }

  .hero-cta-group {
    flex-direction: column;
  }

  .hero-cta-group .btn-primary,
  .hero-cta-group .btn-secondary {}

/* Investors Trust Badges */
.investors-trust-badges {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 32px 0;
}

.investors-trust-badge {
  padding: 10px 20px;
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Traction Section */
.investors-traction-section {
  padding: var(--section-padding);
  background: var(--bg-primary);
}

.investors-traction-container {
  max-width: var(--container-max);
  margin: 0 auto;
  text-align: center;
}

.investors-traction-container h2 {
  font-size: 42px;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.investors-traction-subtitle {
  font-size: 20px;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto 64px;
  line-height: 1.7;
}

.investors-traction-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.investors-traction-stat {
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.investors-traction-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--primary);
}

.traction-stat-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 12px;
}

.traction-stat-icon svg {
  color: white;
}

.traction-stat-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.traction-stat-label {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* CTA Buttons Group */
.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

/* Responsive */
@media (max-width: 1023px) {
  .investors-traction-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .investors-trust-badges {
    gap: 12px;
  }

  .investors-trust-badge {
    font-size: 13px;
    padding: 8px 16px;
  }

  .investors-traction-container h2 {
    font-size: 32px;
  }

  .investors-traction-subtitle {
    font-size: 18px;
  }

  .investors-traction-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .btn-primary,
  .cta-buttons .btn-secondary {/* Adjust Calendly responsive height */
@media (max-width: 767px) {}

/* Investor Page Hero CTA Buttons - Horizontal Layout */
.page-hero .hero-cta-group {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* Mobile responsive */
@media (max-width: 767px) {
  .page-hero .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }

  .page-hero .hero-cta-group .btn-primary,
  .page-hero .hero-cta-group .btn-secondary {.banner-badge {.banner-link {
  color: #6BA3C7;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.banner-link:hover {
  color: #8BB8D8;
}

.banner-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  position: absolute;
  right: 16px;
}

.banner-close:hover {
  color: white;
}

@media (max-width: 767px) {.banner-badge {
    order: 1;
  }

  .banner-link {
    order: 3;
  }
}

/* ============================================ */
/* HERO GRADIENT BACKGROUND - 2026-01-16 */
/* ============================================ */

.hero {
  background: var(--bg-primary);
}

[data-theme="dark"] .hero {
  background: var(--bg-primary);
}

/* ============================================ */
/* ACCENT TEXT COLOR - 2026-01-16 */
/* ============================================ */

.text-accent {
  color: var(--primary);
  position: relative;
}

/* Alternative: gradient text */
.text-accent-gradient {
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme="dark"] .text-accent {
  color: #6BA3C7;
}

/* ============================================ */
/* HERO STATS - 2026-01-16 */
/* ============================================ */

.hero-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero-stat {
  flex: 1;
  min-width: 180px;
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.hero-stat:hover {
  background: #ffffff;
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(66, 109, 142, 0.1);
}

.stat-header {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.stat-number {
  color: var(--primary);
  font-weight: 700;
}

.stat-description {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.4;
}

[data-theme="dark"] .hero-stat {
  background: rgba(22, 27, 34, 0.8);
  border-color: #30363D;
}

[data-theme="dark"] .hero-stat:hover {
  background: rgba(22, 27, 34, 1);
  border-color: rgba(248, 207, 93, 0.3);
  box-shadow: 0 8px 24px rgba(248, 207, 93, 0.08);
}

[data-theme="dark"] .stat-number {
  color: #f8cf5d;
}

[data-theme="dark"] .bento-card {
  background: #161B22;
  border-color: #30363D;
}

[data-theme="dark"] .bento-card:hover {
  border-color: rgba(248, 207, 93, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .bento-card h3 {
  color: #E6E1D8;
}

[data-theme="dark"] .bento-card p {
  color: #8B949E;
}

@media (max-width: 767px) {
  .hero-stats {
    flex-direction: column;
    gap: 16px;
  }

  .hero-stat {@media (max-width: 767px) {}

/* ============================================ */
/* STRATEGIC COLOR OVERRIDES - OPTION A */
/* ============================================ */

/* Primary CTA uses Green (Brand Color) */
.btn-primary-glow {
  background: var(--primary) !important;
}

.btn-primary-glow::before {
  background: var(--primary) !important;
}

.btn-primary-glow:hover {
  background: var(--secondary) !important;
}

/* Keep .text-accent as green for headlines */
.text-accent {
  color: var(--primary) !important;
}

[data-theme="dark"] .text-accent {
  color: #6BA3C7 !important;
}

/* Keep stat numbers as green */
.stat-number {
  color: var(--primary) !important;
}

[data-theme="dark"] .stat-number {
  color: #6BA3C7 !important;
}

/* Secondary text can use Earth Brown */
.text-earth {
  color: var(--diesel);
}

/* Success/sustainability use Bright Green */
.text-success {/* Fix 3: Normalize manufacturer logo sizes */
.manufacturer-logos img,
.logo-slide img {
  height: 36px !important;
  width: auto !important;
  object-fit: contain !important;
  max-width: 140px !important;
}

/* Fix 4: Add micro-interactions */
.bento-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bento-card:hover {
  transform: translateY(-6px)!important;box-shadow:0 16px 48px rgba(0, 0, 0,/* Fix 6: Link hover underline */
a:not(.btn-primary):not(.btn-secondary):hover {
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
}

/* Fix 7: Strengthen number visibility */
.stat-pill .stat-number,
.bento-stats .stat-number {
  color: var(--primary) !important;
  font-weight: 700 !important;
}

/* Fix 8: Ensure hero gradient shows */
.hero {
  background: var(--bg-primary) !important;
}

[data-theme="dark"] .hero {
  background: var(--bg-primary) !important;
}

/* Differentiation Strip */
.differentiation-strip {
  background: linear-gradient(90deg, #EDF3F8 0%, #EDF3F8 100%);border-top:1px solid rgba(66,109,142,.1);border-bottom:1px solid rgba(66, 109, 142,[data-theme="dark"] .differentiation-strip {
  background: linear-gradient(90deg, #0D1117 0%, #1A2332 100%);
  border-top: 1px solid rgba(52, 211, 153, 0.1);
  border-bottom: 1px solid rgba(66, 109, 142, 0.1);
}

@media (max-width: 767px) {}

/* ============================================ */
/* DARK MODE TEXT VISIBILITY FIXES */
/* ============================================ */

/* Value Section ("Why Energy Optima") */
[data-theme="dark"] .value-section {
  background: var(--bg-primary);
}

[data-theme="dark"] .value-heading {/* Segment/Pricing Cards */
[data-theme="dark"] .segment-section {
  background: var(--bg-primary);
}

[data-theme="dark"] .segment-heading {[data-theme="dark"] .segment-pricing {/* Feature Cards */
[data-theme="dark"] .feature-card {
  background: var(--bg-secondary);
  border-color: var(--border-light);
}

[data-theme="dark"] .feature-card h3 {
  color: #D4CFC7;
}

[data-theme="dark"] .feature-card p {
  color: #8B949E;
}

[data-theme="dark"] .feature-card ul li {/* Trust Section */
[data-theme="dark"] .trust-section h2 {
  color: #D4CFC7;
}

[data-theme="dark"] .stat-highlight {
  color: #8B949E;
}

[data-theme="dark"] .metric {
  background: var(--bg-secondary);
  border-color: var(--border-light);
}

[data-theme="dark"] .metric-label {
  color: #D4CFC7;
}

[data-theme="dark"] .metric-detail {
  color: #8B949E;
}

[data-theme="dark"] .methodology-note {
  background: var(--bg-secondary);
  border-color: var(--border-light);
  color: #8B949E;
}

/* Trust Badges */
[data-theme="dark"] .trust-badge {
  background: var(--bg-secondary);
  color: #8B949E;
}

/* Capability Sections */
[data-theme="dark"] .capability-section h2 {
  color: #D4CFC7;
}

[data-theme="dark"] .capability-section .description {
  color: #8B949E;
}

[data-theme="dark"] .capability-label {
  color: #6BA3C7;
}

[data-theme="dark"] .feature-list li {
  color: #8B949E;
}

/* Tier Cards (Pricing Page) */
[data-theme="dark"] .tier-card {
  background: var(--bg-secondary);
  border-color: var(--border-light);
}

[data-theme="dark"] .tier-card h3 {
  color: #D4CFC7;
}

[data-theme="dark"] .tier-card p,
[data-theme="dark"] .tier-card .description {
  color: #8B949E;
}

[data-theme="dark"] .tier-card .price {
  color: #D4CFC7;
}

/* CTA Section */
[data-theme="dark"] .cta-section h2 {
  color: #D4CFC7;
}

[data-theme="dark"] .cta-section .lead {
  color: #8B949E;
}

[data-theme="dark"] .cta-section .trial-note {/* ============================================ */
/* INLINE MOCK UI MOBILE OVERRIDES */
/* ============================================ */

@media (max-width: 767px) {
  .report-formats-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .report-formats-grid-2 {
    grid-template-columns: 1fr 1fr !important;
  }

  .capability-visual > div {
    padding: 20px !important;
    min-height: auto !important;
  }
}

/* Footer text */
[data-theme="dark"] .footer-section h4 {
  color: #D4CFC7;
}

[data-theme="dark"] .footer-section a {
  color: #8B949E;
}

/* Technical Specs */
[data-theme="dark"] .technical-specs {
  background: var(--bg-secondary);
}

[data-theme="dark"] .technical-specs h3 {
  color: #D4CFC7;
}

/* ============================================ */
/* MOBILE OPTIMIZATION PASS (2026-04-23)
   iPhone 14 Pro: 390×844, Samsung Galaxy S24: 360×780
   ============================================ */

/* P0: Prevent horizontal overflow from comparison table and wide elements */
html {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .comparison-table-wrapper {
    margin: 0 -24px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .comparison-table-wrapper::after {
    content: '← Scroll to see more →';
    display: block;
    text-align: center;
    font-size: 12px;
    color: var(--text-tertiary);
    padding: 8px;
    background: var(--bg-accent);
  }

  /* P0: Inline max-width divs on platform/methodology — add padding */
  .capability-section [style*="max-width"] {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .page-section [style*="max-width"] {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

/* P1: Hamburger button touch target (44×44px minimum) */
@media (max-width: 1023px) {
  .mobile-menu-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}

/* P1: Segment grid — single column on mobile */
@media (max-width: 767px) {}

/* P1: Trust metrics — tighter on mobile */
@media (max-width: 767px) {.metric-label {
    font-size: 12px;
    line-height: 1.3;
  }

  .trust-metrics {
    gap: 12px;
  }
}

/* P1: Billing toggle — stack or shrink on mobile */
@media (max-width: 767px) {
  .billing-option {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* P1: Pricing cards — tighter on mobile */
@media (max-width: 767px) {
  .tier-card {
    padding: 24px 16px;
  }
}

/* P1: Pricing table two — horizontal scroll on mobile */
@media (max-width: 767px) {
  .pricing-table-two {
    flex-direction: column;
    padding: 0 16px;
  }

  .pricing-table-two .tier-card {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* P1: Platform "Choose Your Path" cards — stack cleanly */
@media (max-width: 767px) {
  .workflow-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .workflow-card {
    padding: 24px 20px;
  }

  .workflow-card h3 {
    font-size: 18px;
  }

  .workflow-card ul {
    font-size: 13px;
  }
}

/* P1: Steps section — stack vertically */
@media (max-width: 767px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .step-card {
    padding: 20px 16px;
  }
}

/* P1: Built Different cards — stack */
@media (max-width: 767px) {
  .bento-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bento-card {
    padding: 24px 20px;
  }
}

/* P1: Integration cards — stack */
@media (max-width: 767px) {
  .integration-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .integration-card {
    padding: 20px 16px;
  }
}

/* P2: Footer gap reduced on mobile */
@media (max-width: 767px) {
  .footer-content {
    gap: 32px;
  }

  .footer-column {
    margin-bottom: 0;
  }
}

/* P2: Cookie banner buttons */
@media (max-width: 767px) {
  .btn-accept,
  .btn-reject {
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* P2: Page hero margin-top for mobile nav */
@media (max-width: 767px) {
  .page-hero {
    margin-top: 56px;
  }
}

/* P2: Pricing calculator — full width on mobile */
@media (max-width: 767px) {
  .pricing-calculator {
    padding: 24px 16px;
    border-radius: 12px;
  }

  .calculator-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* P2: FAQ — full width touch targets */
@media (max-width: 767px) {
  .faq-item {
    border-radius: 8px;
  }

  .faq-question {
    padding: 16px;
    font-size: 15px;
    min-height: 48px;
  }
}

/* P2: Section separators — shorter on mobile */
@media (max-width: 767px) {
  .section-separator {
    width: 60px;
  }
}

/* P2: Capability visual boxes — scale down */
@media (max-width: 767px) {
  .capability-visual > div {
    padding: 16px !important;
    gap: 12px !important;
  }
}

/* P2: Investors tables — scroll wrapper */
@media (max-width: 767px) {
  .investor-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px;
  }

  .investor-table-wrapper table {
    min-width: 500px;
  }
}

/* P2: Methodology tables — scroll wrapper */
@media (max-width: 767px) {
  .methodology-content table,
  .page-section table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px;
  }

  .methodology-content table thead,
  .methodology-content table tbody,
  .methodology-content table tr,
  .methodology-content table th,
  .methodology-content table td {
    display: block;
  }
}

/* ============================================ */
/* ACCESSIBILITY: REDUCED MOTION */
/* ============================================ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.section-heading-heavy {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
}

/* Feature cards on simulation sub-pages */
[data-theme="dark"] .features-section {
    background: var(--bg-primary);
}
[data-theme="dark"] .feature-card {@media (max-width: 1023px) {}

@media (max-width: 767px) {}

/* ============================================ */
/* ACTIVE NAV INDICATOR */
/* ============================================ */

.nav-links a.nav-active {
    color: var(--primary);
    position: relative;
}

.nav-links a.nav-active::after {/* ============================================ */
/* DROPDOWN MENU DARK MODE */
/* ============================================ */

[data-theme="dark"] .dropdown-menu {
    background: #1e293b;
    border-color: var(--border-dark, #30363d);
}

[data-theme="dark"] .dropdown-menu a {
    color: var(--text-secondary);
}

[data-theme="dark"] .dropdown-menu a:hover {
    background: rgba(107, 163, 199, 0.1);
    color: var(--primary);
}}