@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root{
  --bg:#f7f8fb;
  --surface:#fff;
  --ink:#141826;
  --muted:#6c7688;
  --line:#e5e8ef;
  --navy:#11182d;
  --violet:#7764f6;
  --cyan:#36ccd5;
  --coral:#ff8d74;
  --green:#53b98b;
  --shadow:0 28px 90px rgba(25,34,64,.12);
  --radius:28px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.narrow{max-width:850px}
.center{text-align:center}

.site-header{background:rgba(247,248,251,.88);backdrop-filter:blur(16px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(229,232,239,.7)}
.header-inner{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:800}
.brand-mark-image{width:34px;height:34px;display:block;object-fit:contain;flex:0 0 34px}
.mini-mark-image{width:22px;height:22px;display:block;object-fit:contain;flex:0 0 22px}
.main-nav{display:flex;gap:28px;color:#586173;font-size:14px;font-weight:700}
.header-actions{justify-self:end;display:flex;align-items:center;gap:16px}
.text-link{font-size:14px;font-weight:700}

.button{min-height:50px;padding:0 22px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--navy);color:#fff;font-weight:800;font-size:14px;box-shadow:0 10px 24px rgba(17,24,45,.13)}
.button-small{min-height:42px;padding:0 17px}
.button-secondary{background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:none}
.button-light{background:#fff;color:var(--navy)}
.wide{width:100%}

.hero{position:relative;overflow:hidden;padding:88px 0 112px}
.hero-inner{text-align:center;position:relative;z-index:2}
.hero-glow{position:absolute;border-radius:50%;pointer-events:none}
.hero-glow-left{width:520px;height:520px;left:-210px;top:-80px;background:radial-gradient(circle,rgba(54,204,213,.19),transparent 67%)}
.hero-glow-right{width:650px;height:650px;right:-260px;top:70px;background:radial-gradient(circle,rgba(119,100,246,.17),transparent 67%)}
.eyebrow{display:inline-flex;padding:8px 14px;border:1px solid #e3e7ef;background:rgba(255,255,255,.78);border-radius:999px;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800;color:#626c7d}
.hero h1{max-width:1000px;margin:26px auto 22px;font-size:clamp(58px,7vw,96px);line-height:.98;letter-spacing:-.055em}
.hero h1 span{display:block;background:linear-gradient(90deg,#2fcbd4,#7965f5 51%,#ff8c72);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy{max-width:760px;margin:0 auto;font-size:18px;line-height:1.75;color:var(--muted)}
.hero-actions{margin-top:30px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.hero-note{margin:15px 0 0;color:#9099a8;font-size:12px}

.dashboard-preview{position:relative;max-width:1030px;margin:74px auto 0;text-align:left;background:#fff;border:1px solid #e6e9f0;border-radius:28px;box-shadow:0 35px 100px rgba(25,34,64,.16);overflow:visible}
.dashboard-bar{height:58px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4;background:#fbfcfe;border-radius:28px 28px 0 0;font-size:12px}
.mini-brand{display:flex;align-items:center;gap:8px;font-weight:800}
.mini-mark{width:18px;height:18px;border-radius:6px;background:linear-gradient(135deg,#35cfd7,#7c67ff,#ff8f73)}
.dashboard-status{display:flex;gap:8px;align-items:center;color:#667085;font-weight:700}.dashboard-status span{width:7px;height:7px;background:#55bd8c;border-radius:50%}
.dashboard-grid{display:grid;grid-template-columns:180px 1fr;min-height:520px;overflow:hidden;border-radius:0 0 28px 28px}
.dashboard-nav{padding:24px 16px;background:#fafbfc;border-right:1px solid #eef0f4}
.dashboard-nav a{display:flex;align-items:center;gap:11px;padding:12px 13px;border-radius:11px;margin-bottom:6px;color:#7b8493;font-size:12px;font-weight:700}
.dashboard-nav a.active{background:#eef0ff;color:#6658db}
.dashboard-nav span{width:18px;text-align:center}
.dashboard-main{padding:30px}
.dashboard-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.dashboard-heading small{color:#9aa3b2;font-size:10px;font-weight:800;letter-spacing:.12em}
.dashboard-heading h2{margin:5px 0 0;font-size:26px;letter-spacing:-.03em}
.record-score{padding:11px 14px;min-width:92px;border:1px solid #e8ebf0;border-radius:14px}
.record-score span{display:block;color:#929baa;font-size:10px}.record-score strong{display:block;margin-top:3px;font-size:20px}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.stat-grid article{padding:18px;border:1px solid #e8ebf0;border-radius:16px;background:#fff}
.stat-grid span,.stat-grid small{display:block;color:#8e97a6;font-size:10px}.stat-grid strong{display:block;margin:8px 0 6px;font-size:16px}
.performance-card{margin-top:16px;padding:20px;border:1px solid #e8ebf0;border-radius:18px}
.performance-head{display:flex;justify-content:space-between;align-items:flex-start}
.performance-head small{display:block;color:#99a2b1;font-size:9px;font-weight:800;letter-spacing:.12em}.performance-head strong{display:block;margin-top:4px;font-size:14px}.performance-head>span{font-size:10px;color:#929baa}
.chart{height:190px;margin-top:12px;background-image:linear-gradient(#edf0f4 1px,transparent 1px);background-size:100% 25%;position:relative}
.chart svg{width:100%;height:100%}.chart-area{fill:url(#area)}.chart-line{fill:none;stroke:url(#line);stroke-width:4;stroke-linecap:round}
.chart-labels{display:flex;justify-content:space-between;color:#99a2b1;font-size:9px;margin-top:8px}
.floating{position:absolute;background:#fff;border:1px solid #e7eaf0;border-radius:16px;box-shadow:0 18px 48px rgba(25,34,64,.14)}
.floating-one{left:-34px;top:100px;padding:14px 16px;display:flex;align-items:center;gap:10px}.floating-one .check{width:30px;height:30px;border-radius:10px;background:#e8faf3;color:#289a6d;display:grid;place-items:center;font-weight:800}
.floating small{display:block;color:#949dac;font-size:9px}.floating strong{display:block;font-size:12px;margin-top:3px}
.floating-two{right:-42px;bottom:56px;width:235px;padding:16px 18px}.floating-two span{display:block;color:#8d96a5;font-size:9px;margin-top:7px}

.section{padding:106px 0}
.section-kicker{font-size:11px;letter-spacing:.16em;font-weight:800;color:var(--violet)}
.section-kicker.light{color:#87dee5}
.section h2,.final-cta h2{margin:14px 0 20px;font-size:clamp(40px,5vw,64px);line-height:1.05;letter-spacing:-.045em}
.problem-section p,.section-heading>p,.benchmark-section p,.future-copy p{color:var(--muted);font-size:17px;line-height:1.75}
.strong-copy{font-weight:700;color:#263042!important}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:85px;align-items:end}
.split p{margin:0 0 8px}

.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}
.feature-card{position:relative;min-height:270px;padding:26px;background:#fff;border:1px solid #e6e9ef;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(17,24,39,.04)}
.feature-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-92px;top:-92px;opacity:.11}
.feature-card.violet:after{background:#7764f6}.feature-card.coral:after{background:#ff8d74}.feature-card.aqua:after{background:#36ccd5}.feature-card.amber:after{background:#f2b84b}.feature-card.blue:after{background:#5b8df0}.feature-card.green:after{background:#53b98b}
.feature-top{display:flex;justify-content:space-between}.feature-top span{font-size:12px;color:#97a0af;font-weight:800}.feature-top i{width:10px;height:10px;border-radius:50%;background:#7764f6}
.coral .feature-top i{background:#ff8d74}.aqua .feature-top i{background:#36ccd5}.amber .feature-top i{background:#f2b84b}.blue .feature-top i{background:#5b8df0}.green .feature-top i{background:#53b98b}
.feature-card h3{margin:54px 0 10px;font-size:26px;letter-spacing:-.03em}.feature-card p{margin:0;max-width:92%;color:#697486;line-height:1.7;font-size:14px}.feature-arrow{position:absolute;right:24px;bottom:21px;color:#818a99;font-size:20px}

.intelligence-wrap{padding-top:40px}
.intelligence-section{padding:72px;border-radius:30px;background:linear-gradient(135deg,#11182f,#1a2140 62%,#20264f);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;box-shadow:var(--shadow)}
.intelligence-section>div:first-child>p{color:#c6cede;line-height:1.8;font-size:15px}
.intelligence-points{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.intelligence-points div{padding-top:15px;border-top:1px solid rgba(255,255,255,.14)}.intelligence-points span{display:block;color:#88dfe5;font-size:10px;font-weight:800}.intelligence-points strong{display:block;margin-top:7px}.intelligence-points p{margin:6px 0 0;color:#abb5c8;font-size:12px;line-height:1.6}
.insight-card{padding:27px;border-radius:22px;background:#fff;color:#182033;box-shadow:0 30px 78px rgba(0,0,0,.25)}
.insight-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:800}.insight-top em{font-style:normal;padding:5px 8px;border-radius:999px;background:#eeeaff;color:#6959dc;font-size:9px}
.insight-icon{width:44px;height:44px;border-radius:14px;margin-top:26px;display:grid;place-items:center;background:linear-gradient(135deg,#e8fbfc,#eeeaff);color:#6657db;font-size:22px}
.insight-card h3{font-size:25px;line-height:1.25;margin:17px 0 10px}.insight-card>p{color:#697486;line-height:1.7;font-size:14px}
.comparison{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:21px 0}.comparison div{padding:14px;background:#f5f7fa;border-radius:12px}.comparison span{display:block;color:#8d96a5;font-size:9px}.comparison strong{display:block;margin-top:5px;font-size:13px}.insight-card>a{font-size:12px;font-weight:800;color:#6455d7}

.benchmark-section{text-align:center}.benchmark-card{margin:44px auto 0;max-width:930px;padding:34px;display:grid;grid-template-columns:300px 1fr;gap:50px;text-align:left;background:#fff;border:1px solid #e6e9ef;border-radius:24px;box-shadow:0 16px 45px rgba(17,24,39,.06)}
.benchmark-copy>span{font-size:10px;color:#7764f6;font-weight:800;letter-spacing:.12em}.benchmark-copy h3{margin:8px 0 10px;font-size:20px}.benchmark-copy>strong{font-size:54px;letter-spacing:-.05em}.benchmark-copy p{font-size:12px;line-height:1.6}
.benchmark-scale{align-self:center}.scale-labels,.scale-values{display:flex;justify-content:space-between;color:#98a1b0;font-size:10px}.scale-track{height:14px;margin:23px 0;position:relative;border-radius:999px;background:linear-gradient(90deg,#ffd2c8,#ddd7ff,#c9efdf)}.scale-range{position:absolute;left:28%;right:24%;inset-block:0;border-radius:999px;background:rgba(119,100,246,.16)}.scale-marker{position:absolute;left:58%;top:-32px;transform:translateX(-50%);font-size:9px;font-weight:800;color:#6657db}.scale-marker i{display:block;width:3px;height:36px;margin:4px auto 0;background:#6657db;border-radius:999px}.benchmark-note{text-align:center;color:#98a1b0;font-size:11px!important;margin-top:15px}

.future-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.orbit{position:relative;height:460px}.orbit-line{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #dfe3eb;border-radius:50%}.orbit-line-one{width:250px;height:250px}.orbit-line-two{width:390px;height:390px}.orbit-centre{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:132px;height:132px;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(135deg,#18213b,#273158);color:#fff;box-shadow:0 18px 45px rgba(17,24,45,.2)}.orbit-centre small{font-size:10px;letter-spacing:.12em}.orbit-centre strong{font-size:18px}.orbit-item{position:absolute;width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e3e7ed;box-shadow:0 12px 30px rgba(17,24,39,.08);font-size:11px;font-weight:800}.orbit-item.heating{left:48px;top:92px}.orbit-item.solar{right:68px;top:38px}.orbit-item.battery{right:16px;top:215px}.orbit-item.ev{left:110px;bottom:16px}.orbit-item.tariff{left:6px;top:245px}

.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:930px;margin-top:46px}.price-card{position:relative;padding:34px;background:#fff;border:1px solid #e4e7ec;border-radius:24px}.price-card.premium{border-color:#cfc8ff;box-shadow:0 18px 55px rgba(95,78,210,.12)}.popular{position:absolute;top:20px;right:20px;padding:7px 10px;border-radius:999px;background:#eeeaff;color:#6959dc;font-size:8px;font-weight:800;letter-spacing:.08em}.price-label{display:block;color:#7764f6;font-size:10px;font-weight:800;letter-spacing:.14em}.price{margin:16px 0}.price strong{font-size:48px;letter-spacing:-.05em}.price span{color:#8a93a2;font-size:13px}.price-card>p{color:#697486;line-height:1.7;font-size:14px}.price-card ul{list-style:none;padding:0;margin:24px 0 28px}.price-card li{position:relative;padding:8px 0 8px 26px;color:#475467;font-size:13px}.price-card li:before{content:"✓";position:absolute;left:0;color:#4db88a;font-weight:800}

.final-cta{position:relative;margin-top:30px;margin-bottom:78px;padding:84px 48px;border-radius:30px;overflow:hidden;text-align:center;background:linear-gradient(135deg,#10182d,#202755);color:#fff;box-shadow:var(--shadow)}.cta-content{position:relative;z-index:2}.cta-content>span{color:#c8cfdd;font-size:14px}.cta-content p{max-width:680px;margin:0 auto 28px;color:#c7cede;line-height:1.7}.cta-glow{position:absolute;width:720px;height:720px;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(105,93,255,.28),transparent 64%)}

.site-footer{padding:0 0 40px}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:end}.site-footer p{margin:10px 0 0;color:#8b94a3;font-size:12px}.site-footer nav{display:flex;gap:24px;color:#596274;font-size:12px;font-weight:700}.footer-meta{grid-column:1/-1;padding-top:20px;border-top:1px solid #e4e7ec;display:flex;justify-content:space-between;color:#98a1b0;font-size:10px}

@media(max-width:1000px){
  .main-nav{display:none}.header-inner{grid-template-columns:1fr auto}
  .feature-grid{grid-template-columns:repeat(2,1fr)}.intelligence-section{grid-template-columns:1fr;padding:54px}.future-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .shell{width:min(100% - 28px,1180px)}.site-header{position:relative}.header-inner{height:68px}.header-actions .text-link{display:none}.button-small{font-size:12px;padding:0 13px}
  .hero{padding:60px 0 78px}.hero h1{font-size:52px}.hero-copy{font-size:16px}
  .dashboard-grid{grid-template-columns:1fr}.dashboard-nav{display:none}.dashboard-main{padding:20px}.stat-grid{grid-template-columns:1fr}.floating{display:none}
  .section{padding:78px 0}.split{grid-template-columns:1fr;gap:18px}.feature-grid{grid-template-columns:1fr}
  .intelligence-wrap{padding-top:16px}.intelligence-section{width:calc(100% - 28px);padding:36px 24px;border-radius:24px}.intelligence-points{grid-template-columns:1fr}
  .benchmark-card{grid-template-columns:1fr;gap:24px;padding:24px}.future-grid{gap:28px}.orbit{transform:scale(.86);transform-origin:center}
  .pricing-grid{grid-template-columns:1fr}.final-cta{width:calc(100% - 28px);padding:64px 22px}
  .footer-grid{grid-template-columns:1fr}.site-footer nav{flex-wrap:wrap}.footer-meta{flex-direction:column;gap:8px}
}
