 :root {
  --bg: #071017;
  --bg-soft: #0b1620;
  --surface: rgba(13, 24, 34, 0.72);
  --surface-strong: rgba(8, 18, 27, 0.92);
  --card: rgba(255, 255, 255, 0.05);
  --stroke: rgba(255,255,255,.1);
  --text: #f3f8fb;
  --muted: #9bb0bd;
  --primary: #6CC264;
  --secondary: #F2BE3E;
  --danger: #ff7676;
  --shadow: 0 18px 70px rgba(0,0,0,.28);
}
body[data-theme="light"] {
  --bg: #f5f3ed;
  --bg-soft: #eeebe2;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --card: rgba(17, 24, 39, 0.04);
  --stroke: rgba(17,24,39,.09);
  --text: #121212;
  --muted: #5d635f;
  --primary: #6CC264;
  --secondary: #F2BE3E;
  --shadow: 0 18px 50px rgba(17,24,39,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(242,190,62,.16), transparent 28%),
    radial-gradient(circle at top right, rgba(108,194,100,.14), transparent 25%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 35%, var(--bg) 100%);
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.page-shell { position: relative; overflow: clip; }
.page-shell-home::before,
.page-shell-home::after {
  content: '';
  position: fixed;
  inset: auto;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: .28;
  z-index: -1;
}
.page-shell-home::before { width: 380px; height: 380px; top: 8%; left: -80px; background: rgba(111,215,255,.22); }
.page-shell-home::after { width: 420px; height: 420px; right: -90px; bottom: 10%; background: rgba(167,255,77,.18); }
#hero-canvas { position: fixed; inset: 0; width: 100%; height: 100%; z-index: -2; opacity: .9; }
.section-pad { padding: 1.2rem clamp(1.2rem, 3vw, 2rem) 4.5rem; }
.glass {
  background: var(--surface);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.site-header {
  width: min(1240px, calc(100% - 2rem));
  margin: 1.2rem auto 0;
  padding: 1rem 1.1rem;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: sticky;
  top: 1rem;
  z-index: 40;
}
.brand-link { display: flex; align-items: center; gap: .8rem; }
.brand { display:flex; align-items:center; gap:.8rem; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 16px; display:grid; place-items:center; font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--secondary)); color:#061118;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}
.brand strong { display:block; }
.brand span { display:block; color: var(--muted); font-size: .86rem; margin-top: .15rem; }
nav { display:flex; gap: 1rem; align-items:center; flex-wrap:wrap; }
nav a { color: var(--muted); transition: color .25s ease, transform .25s ease; }
nav a:hover { color: var(--text); transform: translateY(-1px); }
.nav-cta {
  color: #061118;
  background: linear-gradient(135deg, var(--primary), #ddff8f);
  padding: .85rem 1rem;
  border-radius: 999px;
  font-weight: 800;
}
.hero {
  width: min(1240px, 100%);
  margin: 1.8rem auto 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: center;
}
.eyebrow { color: var(--primary); font-weight: 800; letter-spacing: .14em; font-size: .78rem; text-transform: uppercase; }
.hero h1 { font-size: clamp(3rem, 6vw, 5.8rem); line-height: .95; margin: .7rem 0 1rem; max-width: 11ch; }
.lead, .section-copy, .feature-card p, .service-card p, .testimonial-card p, .faq-item p, .site-footer p, .dashboard-topbar p, .story-card p, .impact-panel p, .impact-list li, .timeline-item p { color: var(--muted); }
.hero-copy { position: relative; z-index: 1; }
.cta-row, .actions-row { display:flex; gap:1rem; flex-wrap:wrap; margin-top: 1.5rem; }
.cta-row.compact { margin-top: 1rem; justify-content: center; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; padding: .95rem 1.22rem; border-radius: 16px; font-weight: 800;
  border: 1px solid var(--stroke); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.18); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #d8ff87); color:#061118; }
.btn-secondary { background: rgba(255,255,255,.04); color: var(--text); }
.btn-danger { background: rgba(255,107,107,.12); color: #ffd4d4; border-color: rgba(255,107,107,.24); }
.hero-mini-note {
  display: inline-flex; align-items: center; gap: .7rem; padding: .8rem 1rem; border-radius: 999px; margin-top: 1.4rem;
  color: var(--muted); font-size: .94rem;
}
.pulse-dot {
  width: 10px; height: 10px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 0 rgba(167,255,77,.55); animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(167,255,77,.45); }
  70% { box-shadow: 0 0 0 12px rgba(167,255,77,0); }
  100% { box-shadow: 0 0 0 0 rgba(167,255,77,0); }
}
.stats-grid, .feature-grid, .service-grid, .testimonial-grid, .dashboard-grid, .content-list-grid, .story-grid, .impact-grid {
  display:grid; gap:1rem;
}
.stats-grid-hero { grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 2rem; }
.stat-card, .feature-card, .service-card, .testimonial-card, .dash-card, .content-card, .story-card, .impact-panel, .impact-metrics { padding: 1.25rem; border-radius: 26px; }
.stat-card strong, .dash-card strong { font-size: 2rem; display:block; margin-bottom:.35rem; }
.stat-card span, .dash-card span { color: var(--muted); }
.hero-visual { position: relative; min-height: 640px; }
.orb { position:absolute; border-radius:50%; filter: blur(30px); opacity: .65; }
.orb-one { width: 300px; height: 300px; background: rgba(111,215,255,.22); top: 8%; left: 8%; }
.orb-two { width: 220px; height: 220px; background: rgba(167,255,77,.18); bottom: 5%; right: 10%; }
.mock-device {
  width: min(430px, 90%); min-height: 560px; margin: 1rem auto 0; border-radius: 42px; padding: 1rem; position: relative;
  transform: rotate(-7deg) perspective(1200px) rotateY(-11deg); background: linear-gradient(180deg, rgba(18,31,42,.88), rgba(10,17,24,.96));
}
.device-top { width: 100px; height: 12px; border-radius: 20px; background: rgba(255,255,255,.12); margin: 0 auto 1rem; }
.device-screen { min-height: calc(560px - 44px); border-radius: 30px; background: linear-gradient(180deg, rgba(111,215,255,.1), rgba(255,255,255,.03)); padding: 1rem; position: relative; overflow: hidden; }
.dashboard-sim { display: grid; gap: 1rem; }
.dashboard-chip-row { display:flex; gap:.55rem; flex-wrap:wrap; }
.dash-chip {
  padding: .45rem .75rem; border-radius: 999px; background: rgba(255,255,255,.05); color: var(--muted); font-size: .8rem; border: 1px solid rgba(255,255,255,.07);
}
.dash-chip.active { background: rgba(167,255,77,.14); color: var(--primary); border-color: rgba(167,255,77,.22); }
.dashboard-hero-panel {
  display:flex; justify-content:space-between; align-items:center; gap:1rem; padding: 1rem; border-radius: 24px; background: rgba(255,255,255,.05);
}
.dashboard-hero-panel strong { display:block; font-size: 2.2rem; margin: .2rem 0; }
.dashboard-hero-panel span, .dashboard-hero-panel small, .metric-tile small { color: var(--muted); }
.energy-ring {
  width: 86px; height: 86px; display:grid; place-items:center; border-radius:50%; border: 8px solid rgba(111,215,255,.12); border-top-color: var(--primary); border-right-color: var(--secondary); font-weight: 800;
}
.dashboard-bars {
  display:grid; grid-template-columns: repeat(6,1fr); gap:.6rem; align-items:end; min-height: 150px; padding: 1rem; border-radius: 24px; background: rgba(255,255,255,.04);
}
.dashboard-bars span { border-radius: 999px 999px 14px 14px; background: linear-gradient(180deg, rgba(167,255,77,.7), rgba(111,215,255,.28)); }
.dashboard-bars span:nth-child(1) { height: 62%; }
.dashboard-bars span:nth-child(2) { height: 82%; }
.dashboard-bars span:nth-child(3) { height: 48%; }
.dashboard-bars span:nth-child(4) { height: 74%; }
.dashboard-bars span:nth-child(5) { height: 90%; }
.dashboard-bars span:nth-child(6) { height: 66%; }
.dashboard-bottom-row { display:grid; grid-template-columns: repeat(2,1fr); gap:.8rem; }
.metric-tile { padding: 1rem; border-radius: 20px; background: rgba(255,255,255,.04); }
.metric-tile strong { display:block; font-size: 1.8rem; margin-top: .2rem; }
.floating-card {
  position:absolute; border-radius: 24px; padding: 1rem 1.1rem; width: 210px;
}
.floating-card span, .timeline-header span, .service-tag { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.floating-card strong { display:block; font-size: 2rem; margin: .3rem 0 .2rem; }
.floating-card small { color: var(--muted); }
.top-card { top: 10%; right: 0%; }
.bottom-card { left: 0; bottom: 12%; }
.side-card { right: 8%; bottom: 2%; }
.section-heading { max-width: 820px; margin-bottom: 1.7rem; }
.section-heading.narrow { max-width: 760px; }
.section-heading h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); margin: .3rem 0 .55rem; line-height: 1.02; }
.story-section, .impact-section, .faq-section { width: min(1240px, 100%); margin: 0 auto; }
.story-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.story-card { min-height: 240px; }
.story-kicker {
  display:inline-flex; margin-bottom: 1rem; width: 44px; height: 44px; border-radius: 14px; align-items:center; justify-content:center;
  background: linear-gradient(135deg, rgba(167,255,77,.16), rgba(111,215,255,.16)); color: var(--primary); font-weight: 800;
}
.solutions-section { position: relative; }
.plan-cards-row { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin: 0 0 1rem; }
.plan-card { padding: 1.3rem; border-radius: 28px; }
.plan-card-top { display:flex; align-items:flex-start; justify-content:space-between; gap: 1rem; margin-bottom: .85rem; }
.plan-pill { display:inline-flex; align-items:center; padding: .45rem .72rem; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid var(--stroke); color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.plan-card strong { font-size: clamp(2rem, 4vw, 2.7rem); line-height: 1; display:inline-flex;flex-direction:column; }
.plan-card strong span { font-size: .95rem; color: var(--muted); font-weight: 600; margin-left: .25rem; }
.solutions-layout { display:grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; align-items: stretch; }
.solution-stack { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.feature-card { min-height: 220px; }
.icon-badge {
  width: 54px; height: 54px; border-radius: 18px; display:grid; place-items:center; margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(167,255,77,.18), rgba(111,215,255,.22)); color: var(--primary); font-size: 1.35rem;
}
.timeline-card { border-radius: 30px; padding: 1.3rem; display:grid; gap: 1rem; }
.timeline-header strong { display:block; font-size: 1.55rem; margin-top: .4rem; }
.timeline-item {
  display:grid; grid-template-columns: 54px 1fr; gap: .9rem; padding: 1rem; border-radius: 22px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.05);
}
.timeline-item span:first-child {
  width: 54px; height: 54px; border-radius: 16px; display:grid; place-items:center; font-weight: 800; color: #061118;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}
.timeline-item h4 { margin: .1rem 0 .35rem; }
.alt-bg { background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.012)); }
.impact-grid { grid-template-columns: 1fr 1fr .9fr; }
.impact-list { margin: 0; padding-left: 1.15rem; display:grid; gap:.75rem; }
.impact-metrics { display:grid; gap:.75rem; }
.metric-row {
  display:flex; justify-content:space-between; gap:1rem; padding: .95rem 1rem; border-radius: 18px; background: rgba(255,255,255,.04);
}
.metric-row span { color: var(--muted); }
.metric-row strong { font-size: 1rem; }
.service-grid-v2 { grid-template-columns: repeat(3, minmax(0,1fr)); margin-bottom: 1.2rem; }
.service-card { padding: 0; overflow:hidden; min-height: 310px; display:flex; flex-direction:column; }
.service-card img { width:100%; height: 190px; object-fit:cover; }
.service-card-body { padding: 1.2rem; display:grid; gap:.45rem; }
.gallery-grid { display:grid; gap: 1rem; }
.gallery-grid-v2 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.gallery-card { position:relative; min-height: 320px; overflow:hidden; border-radius: 28px; background: rgba(255,255,255,.03); }
.gallery-card img { width:100%; height:100%; object-fit:cover; }
.gallery-card figcaption, .gallery-card.placeholder > div { position:absolute; left:1rem; right:1rem; bottom:1rem; border-radius: 18px; padding: .9rem 1rem; }
.testimonial-grid-v2 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.person { margin-top: 1rem; display:flex; flex-direction:column; gap:.2rem; color: var(--muted); }
.faq-shell { display:grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; padding: 1rem; border-radius: 30px; }
.faq-list { border-radius: 28px; }
.faq-item { padding: 1rem; border-bottom: 1px solid var(--stroke); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary { cursor:pointer; font-weight: 700; list-style: none; position: relative; padding-right: 1.5rem; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content: '+'; position:absolute; right: 0; top: 0; color: var(--primary); font-size: 1.2rem; }
.faq-item[open] summary::after { content: '–'; }
.faq-side-panel {
  padding: 1.35rem; border-radius: 24px; background: linear-gradient(180deg, rgba(167,255,77,.08), rgba(111,215,255,.08)); border: 1px solid rgba(255,255,255,.08); align-self: stretch;
}
.faq-side-panel h3 { margin-top: 0; font-size: 1.45rem; }
.cta-band-wrap { width: min(1240px, 100%); margin: 0 auto; }
.cta-band {
  padding: 1.5rem; border-radius: 32px; display:grid; gap: 1rem; align-items:center;
}
.cta-band h2 { margin: .4rem 0 0; font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.05; }
.site-footer {
  width: min(1240px, 100%);
  margin: 0 auto;
  display:flex; gap:2rem; justify-content:space-between; flex-wrap:wrap;
}
.footer-links { display:grid; gap:.5rem; color: var(--muted); }
.dashboard-shell { display:grid; grid-template-columns: 290px 1fr; gap: 1.2rem; padding: 1.2rem; }
.dashboard-sidebar { border-radius: 28px; padding: 1.3rem; display:grid; gap: .8rem; height: fit-content; position: sticky; top: 1.2rem; }
.dashboard-sidebar h2 { margin-bottom: .3rem; }
.dashboard-sidebar a {
  color: var(--muted); padding: .8rem .95rem; border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid transparent;
}
.dashboard-sidebar a:hover { color: var(--text); border-color: rgba(255,255,255,.08); }
.dashboard-main { padding: .4rem 0; }
.dashboard-topbar { margin-bottom: 1.3rem; display:flex; justify-content:space-between; align-items:end; gap:1rem; }
.split { align-items:center; }
.dashboard-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.dash-card { min-height: 130px; display:flex; flex-direction:column; justify-content:center; }
.form-card, .auth-card { max-width: 980px; border-radius: 28px; padding: 1.4rem; }
.dashboard-auth-shell { display:grid; place-items:center; padding: 2rem; min-height: 100vh; }
.auth-card { width:min(520px, 100%); }
input, textarea, select {
  width:100%; margin-top:.45rem; margin-bottom:1rem; background: rgba(255,255,255,.04); border:1px solid var(--stroke);
  border-radius: 14px; color: var(--text); padding: .9rem 1rem;
}
textarea { min-height: 140px; resize: vertical; }
label { font-weight: 600; }
.helptext, .flash-message, .errorlist { color: var(--muted); }
.errorlist { margin: .2rem 0 .8rem; }
.flash-message {
  margin-bottom: 1rem; padding: .85rem 1rem; border-radius: 14px; background: rgba(167,255,77,.1); border: 1px solid rgba(167,255,77,.25);
}
.content-list-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.content-card { display:flex; justify-content:space-between; align-items:center; gap:1rem; }
.reveal-up, .reveal-scale { opacity: 0; transform: translateY(30px); }
.reveal-scale { transform: scale(.96); }
@media (max-width: 1100px) {
  .hero, .solutions-layout, .impact-grid, .faq-shell, .cta-band { grid-template-columns: 1fr; }
  .solution-stack, .story-grid, .service-grid-v2, .gallery-grid-v2, .testimonial-grid-v2, .dashboard-grid, .content-list-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid-hero { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 980px) {
  .hero, .dashboard-shell, .site-header { grid-template-columns: 1fr; }
  .hero { display:grid; }
  .site-header {
    border-radius: 28px;
    display:grid;
    justify-content:stretch;
  }
  nav { justify-content: flex-start; }
  .hero-visual { min-height: 480px; }
  .mock-device { min-height: 460px; transform: none; }
  .device-screen { min-height: 416px; }
  .top-card, .bottom-card, .side-card { position: relative; inset: auto; width: auto; margin: .75rem auto 0; }
  .service-grid-v2, .gallery-grid-v2, .testimonial-grid-v2, .solution-stack, .dashboard-grid, .content-list-grid, .story-grid, .stats-grid-hero { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .section-pad { padding-bottom: 3.5rem; }
  .hero h1 { max-width: none; }
  .site-header { width: min(100% - 1rem, 1240px); }
  .dashboard-topbar, .content-card { flex-direction: column; align-items: flex-start; }
}

.theme-toggle {
  display:inline-flex; align-items:center; gap:.5rem; border:1px solid var(--stroke); background:transparent; color:var(--text);
  border-radius:999px; padding:.8rem 1rem; cursor:pointer; transition:transform .25s ease, background .25s ease, border-color .25s ease;
}
.theme-toggle:hover { transform: translateY(-1px); background: rgba(255,255,255,.04); }
body[data-theme="light"] .theme-toggle:hover { background: rgba(17,24,39,.04); }
body[data-theme="light"] .nav-cta, body[data-theme="light"] .btn-primary { color:#111; }
body[data-theme="light"] .btn-secondary { background: rgba(17,24,39,.04); }
body[data-theme="light"] .brand-mark { color:#111; }
body[data-theme="light"] .orb-one { background: rgba(108,194,100,.15); }
body[data-theme="light"] .orb-two { background: rgba(242,190,62,.16); }
@media (max-width: 900px) { .theme-toggle span { display:none; } }

@media (max-width: 900px) { .plan-cards-row { grid-template-columns: 1fr; } }

 .plan-cards-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.plan-card {
    position: relative;
    padding: 28px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.plan-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(242, 190, 62, 0.18), transparent 40%);
    pointer-events: none;
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    border-color: rgba(108, 194, 100, 0.45);
}

.plan-card-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #F2BE3E, #ffd978);
    color: #1b1b1b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 20px rgba(242, 190, 62, 0.2);
}

.plan-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.plan-pill {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(108, 194, 100, 0.15);
    color: #6CC264;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.plan-card h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
}

.plan-price {
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
    color: #F2BE3E;
}

.plan-price span {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-muted);
}

.plan-description {
    margin: 0 0 18px;
    color: var(--text-muted);
    line-height: 1.7;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 12px;
}

.plan-features li {
    position: relative;
    padding-left: 28px;
    line-height: 1.6;
}

.plan-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(108, 194, 100, 0.16);
    color: #6CC264;
    font-size: 0.8rem;
    font-weight: 800;
}

.plan-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: auto;
}

.plan-note {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.featured-plan {
    border: 1px solid rgba(242, 190, 62, 0.35);
    box-shadow: 0 18px 45px rgba(242, 190, 62, 0.08);
    transform: scale(1.02);
}

.featured-plan::after {
    content: "";
    position: absolute;
    inset: auto -40px -40px auto;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(108, 194, 100, 0.18), transparent 70%);
    pointer-events: none;
}

@media (max-width: 900px) {
    .plan-cards-row {
        grid-template-columns: 1fr;
    }

    .featured-plan {
        transform: none;
    }

    .plan-card-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .plan-price {
        white-space: normal;
    }
}



/* Keep section content widths consistent */
.solutions-section,
#proof,
.why-section {
  width: min(1240px, 100%);
  margin: 0 auto;
}

/* Why CajinSolar cards */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-card {
  position: relative;
  display: grid;
  gap: 1rem;
  min-height: 260px;
  padding: 1.35rem;
  border-radius: 28px;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(242,190,62,.14), transparent 42%);
  pointer-events: none;
}

.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(108,194,100,.34);
  box-shadow: 0 20px 48px rgba(0,0,0,.16);
}

.benefit-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(108,194,100,.18), rgba(242,190,62,.18));
  border: 1px solid rgba(255,255,255,.08);
  color: var(--secondary);
  font-size: 1.35rem;
}

.benefit-copy h3 {
  margin: 0 0 .45rem;
  font-size: 1.28rem;
  line-height: 1.2;
}

.benefit-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.benefit-points {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}

.benefit-points li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--text);
  line-height: 1.55;
}

.benefit-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42rem;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 0 6px rgba(108,194,100,.08);
}

@media (max-width: 1100px) {
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }
}


/* Background 3D canvas should stay decorative */
#hero-canvas {
  pointer-events: none;
}


/* Theme-aware mock device */
body[data-theme="light"] .mock-device {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,243,237,.94));
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 22px 55px rgba(17,24,39,.10);
}
body[data-theme="light"] .device-top {
  background: rgba(17,24,39,.12);
}
body[data-theme="light"] .device-screen {
  background: linear-gradient(180deg, rgba(108,194,100,.08), rgba(17,24,39,.03));
}
body[data-theme="light"] .dashboard-hero-panel,
body[data-theme="light"] .dashboard-bars,
body[data-theme="light"] .metric-tile,
body[data-theme="light"] .dash-chip {
  background: rgba(17,24,39,.035);
}

/* Better mobile nav */
.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,.04);
  color: var(--text);
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    align-items: center;
    gap: .9rem;
  }
  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    margin-top: .1rem;
  }
  .site-nav {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    margin-top: .2rem;
    padding: .65rem;
    border-radius: 22px;
    border: 1px solid var(--stroke);
    background: var(--surface-strong);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    gap: .35rem;
  }
  .site-nav.is-open {
    display: flex;
  }
  .site-nav a,
  .site-nav .theme-toggle {
    width: 100%;
    justify-content: flex-start;
    padding: .95rem 1rem;
    border-radius: 16px;
    background: rgba(255,255,255,.03);
    border: 1px solid transparent;
  }
  body[data-theme="light"] .site-nav a,
  body[data-theme="light"] .site-nav .theme-toggle {
    background: rgba(17,24,39,.03);
  }
  .site-nav .nav-cta {
    justify-content: center;
    margin-top: .35rem;
  }
  .site-nav .theme-toggle span {
    display: inline;
  }
}

/* More operational hero 3D support */
#hero-canvas {
  opacity: .95;
}


/* Homepage data-driven section polish */
.showcase-section, .why-section { width: min(1240px, 100%); margin: 0 auto; }
.showcase-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:1rem; }
.showcase-card { position:relative; min-height:220px; padding:1.35rem; border-radius:28px; display:grid; gap:.9rem; overflow:hidden; }
.showcase-card::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at top right, rgba(242,190,62,.14), transparent 42%); pointer-events:none; }
.showcase-eyebrow { display:inline-flex; align-items:center; width:max-content; padding:.45rem .7rem; border-radius:999px; background:rgba(108,194,100,.12); color:var(--primary); font-size:.78rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.showcase-card h3 { margin:0; font-size:1.35rem; }
.showcase-card p { margin:0; color:var(--muted); line-height:1.65; }
.showcase-metric { margin-top:auto; display:grid; gap:.2rem; }
.showcase-metric strong { font-size:2rem; color:var(--secondary); }
.showcase-metric span { color:var(--muted); }
.ride-options-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.ride-option-card { display:grid; gap:1rem; min-height:unset; }
.ride-option-subtitle { margin:-.35rem 0 0; color:var(--muted); }
.ride-steps { display:grid; gap:.8rem; }
.ride-step { display:grid; grid-template-columns: 46px 1fr; gap:.8rem; padding:.9rem; border-radius:18px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.05); }
.ride-step span { width:46px; height:46px; border-radius:14px; display:grid; place-items:center; font-weight:800; color:#061118; background:linear-gradient(135deg, var(--primary), var(--secondary)); }
.ride-step h4 { margin:.05rem 0 .25rem; }
.ride-step p { margin:0; color:var(--muted); }
.impact-grid-rich { grid-template-columns: .95fr 1.05fr; align-items:start; }
.impact-plan-stack { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:1rem; }
.impact-plan-card { position:relative; display:flex; flex-direction:column; min-height:100%; padding:1.3rem; border-radius:28px; }
.service-card { position:relative; border:1px solid rgba(255,255,255,.08); background:var(--surface); box-shadow:var(--shadow); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at top right, rgba(108,194,100,.12), transparent 38%); pointer-events:none; }
.service-card:hover { transform:translateY(-6px); border-color:rgba(108,194,100,.28); box-shadow:0 20px 48px rgba(0,0,0,.16); }
.service-card-body { position:relative; z-index:1; display:grid; gap:.6rem; }
.service-card-body h3 { margin:0; font-size:1.3rem; }
.service-card-body p { margin:0; color:var(--muted); line-height:1.65; }
.service-tag { display:inline-flex; width:max-content; padding:.4rem .7rem; border-radius:999px; background:rgba(242,190,62,.12); color:var(--secondary); font-weight:700; }
.station-meta { display:flex; align-items:center; gap:.45rem; color:var(--text); font-size:.94rem; margin-top:.2rem; }
.station-meta i { color:var(--secondary); }
@media (max-width: 1100px) {
  .showcase-grid, .impact-plan-stack, .ride-options-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .showcase-grid, .ride-options-grid, .impact-plan-stack, .impact-grid-rich { grid-template-columns: 1fr; }
}


/* Visual fixes for pricing + impact sections */
.plan-card,
.impact-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.plan-card-badge {
  position: static;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 16px;
  z-index: 2;
}

.plan-card-top {
  align-items: flex-end;
  gap: 1.25rem;
}

.plan-card-heading {
  flex: 1 1 auto;
  min-width: 0;
}

.plan-price {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  gap: .35rem;
  text-align: right;
}

.plan-price span {
  display: inline-block;
  margin-left: 0;
  color: var(--muted);
}

.plan-description,
.plan-note {
  color: var(--muted);
}

.plan-features {
  margin: 0 0 1.4rem;
  align-content: start;
}

.plan-features li {
  white-space: normal;
  word-break: break-word;
}

.timeline-card {
  align-content: start;
  align-items: start;
  grid-auto-rows: max-content;
  min-height: unset;
}

.timeline-item {
  align-items: start;
}

.impact-grid-rich {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 1.2rem;
  align-items: stretch;
}

.impact-panel {
  min-height: 100%;
}

.impact-plan-stack {
  align-items: stretch;
}

.impact-plan-card {
  min-height: 100%;
  justify-content: flex-start;
  border: 1px solid rgba(255,255,255,.08);
}

.impact-plan-footer {
  margin-top: auto;
  padding-top: .6rem;
}

@media (max-width: 1100px) {
  .plan-card-top {
    align-items: flex-start;
  }
  .plan-price {
    text-align: left;
  }
}


/* Targeted ownership and plan layout fixes */
.plan-card-top {
  align-items: flex-start;
}

.plan-card-badge {
  position: static;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 14px;
  max-width: max-content;
}

.plan-price {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: flex-end;
  gap: .35rem;
  text-align: right;
  white-space: nowrap;
}

.plan-price span {
  color: var(--muted);
}

.impact-grid-rich {
  grid-template-columns: minmax(280px, .9fr) minmax(540px, 1.1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.impact-eligibility-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.impact-plan-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.impact-plan-card {
  min-height: 100%;
  padding: 1.4rem;
  justify-content: flex-start;
}

.impact-plan-card .plan-card-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  margin-bottom: 1rem;
}

.impact-plan-card .plan-card-heading {
  display: grid;
  gap: .45rem;
}

.impact-plan-card .plan-pill {
  width: max-content;
}

.impact-plan-card .plan-price {
  justify-self: start;
  text-align: left;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

.impact-plan-card .plan-description {
  margin-bottom: 1rem;
}

.impact-plan-card .plan-features {
  margin-bottom: 1.25rem;
}

.impact-plan-footer {
  margin-top: auto;
  padding-top: .35rem;
}

@media (max-width: 1180px) {
  .impact-grid-rich {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .impact-plan-stack {
    grid-template-columns: 1fr;
  }

  .impact-plan-card {
    padding: 1.2rem;
  }

  .impact-plan-card .plan-price {
    white-space: normal;
  }
}
