:root {
  --bg: #090a0d;
  --surface: #111319;
  --surface-2: #171a21;
  --line: rgba(255,255,255,.10);
  --text: #f7f7f8;
  --muted: #a4a8b3;
  --orange: #ff6a00;
  --orange-2: #ff8a1f;
  --orange-soft: rgba(255,106,0,.14);
  --radius: 24px;
  --shadow: 0 24px 70px rgba(0,0,0,.38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; font-family: "Manrope", system-ui, sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; padding-bottom: 76px; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.75; }
::selection { background: var(--orange); color: #fff; }
.ambient { position: fixed; width: 420px; height: 420px; border-radius: 50%; filter: blur(120px); pointer-events: none; opacity: .13; z-index: -1; background: var(--orange); }
.ambient-one { top: -170px; right: -140px; }
.ambient-two { bottom: 8%; left: -270px; opacity: .08; }
.site-header { background: rgba(9,10,13,.72); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.06); }
.navbar { min-height: 72px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; }
.brand-lockup > span:last-child { display: flex; flex-direction: column; line-height: .98; }
.brand-lockup strong { font-size: 1rem; font-weight: 800; letter-spacing: -.03em; }
.brand-lockup small { font-size: .62rem; color: var(--muted); text-transform: uppercase; letter-spacing: .23em; margin-top: 4px; }
.brand-symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--orange), #ff9b3e); box-shadow: 0 10px 30px rgba(255,106,0,.28); color: white; }
.nav-link { color: #d9dbe1; font-weight: 600; font-size: .9rem; }
.nav-link:hover, .nav-link.active { color: var(--orange-2); }
.btn-brand { border: 0; color: #fff; font-weight: 800; background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 14px 35px rgba(255,106,0,.25); }
.btn-brand:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 18px 40px rgba(255,106,0,.32); }
.btn-ghost { color: #fff; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.btn-ghost:hover { color: #fff; border-color: rgba(255,106,0,.55); background: var(--orange-soft); }
.mobile-drawer { background: #0e1015; }
.mobile-menu-links { display: grid; gap: 10px; }
.mobile-menu-links a { display: flex; gap: 14px; align-items: center; padding: 16px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid var(--line); font-weight: 700; }
.mobile-menu-links i { color: var(--orange-2); }
.hero-section { padding-top: 130px; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #d8dae0; font-size: .72rem; letter-spacing: .17em; text-transform: uppercase; font-weight: 800; margin-bottom: 18px; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); box-shadow: 0 0 12px var(--orange); }
.display-title { margin: 0; max-width: 820px; font-size: clamp(2.65rem, 10vw, 5.8rem); line-height: .98; letter-spacing: -.065em; font-weight: 800; }
.display-title em { color: var(--orange-2); font-style: normal; }
.hero-copy { max-width: 720px; font-size: 1.04rem; margin: 24px 0 0; }
.hero-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; }
.hero-actions .btn { padding: 14px 22px; font-size: .92rem; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid var(--line); padding-top: 22px; max-width: 560px; }
.trust-row div { display: flex; flex-direction: column; border-right: 1px solid var(--line); padding-right: 10px; margin-right: 10px; }
.trust-row div:last-child { border: 0; }
.trust-row strong { font-size: 1.55rem; line-height: 1; color: #fff; }
.trust-row span { font-size: .64rem; color: var(--muted); margin-top: 7px; }
.hero-console { background: linear-gradient(180deg, rgba(28,31,38,.94), rgba(13,15,20,.96)); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.06); border-radius: 26px; overflow: hidden; position: relative; }
.hero-console:before { content:""; position:absolute; inset:-40% 10% auto; height:240px; background:radial-gradient(circle, rgba(255,106,0,.28), transparent 68%); filter: blur(30px); }
.console-topbar { height: 48px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 6px; padding: 0 15px; position:relative; }
.console-topbar .dot { width: 7px; height: 7px; border-radius: 50%; background: #525762; }
.console-topbar .dot:first-child { background: var(--orange); }
.console-label { margin-left: auto; font-size: .54rem; letter-spacing: .16em; color: #8f949e; }
.console-logo-wrap { margin: 18px; height: 145px; border-radius: 18px; overflow: hidden; background: radial-gradient(circle at 35% 40%, rgba(255,112,0,.28), rgba(255,255,255,.04) 54%, rgba(255,255,255,.02)); display:grid; place-items:center; position:relative; }
.console-logo { width: 98%; max-height: 160px; object-fit: cover; mix-blend-mode: screen; filter: saturate(1.1) contrast(1.08); }
.solution-stack { padding: 0 18px 18px; display: grid; gap: 9px; }
.solution-chip { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.03); }
.solution-chip i { width: 36px; height: 36px; display:grid; place-items:center; border-radius: 11px; color: var(--orange-2); background: var(--orange-soft); }
.solution-chip span { font-weight: 700; font-size: .8rem; }
.solution-chip b { font-size: .48rem; letter-spacing: .13em; color: #737983; }
.solution-chip.active { border-color: rgba(255,106,0,.42); background: rgba(255,106,0,.08); }
.console-footer { min-height: 48px; padding: 0 18px; border-top: 1px solid var(--line); display:flex; align-items:center; justify-content:space-between; font-size:.63rem; color:var(--muted); }
.console-footer i { color: var(--orange-2); margin-right: 5px; }
.pulse { width:8px; height:8px; border-radius:50%; background:#46dc86; box-shadow:0 0 0 6px rgba(70,220,134,.09); }
.hero-marquee { margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; overflow:hidden; transform: rotate(-1deg); background: rgba(255,255,255,.025); }
.marquee-track { width:max-content; display:flex; align-items:center; gap:22px; animation: marquee 34s linear infinite; font-weight:800; font-size:.78rem; text-transform:uppercase; letter-spacing:.09em; }
.marquee-track i { color: var(--orange); font-size:.65rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section-pad { padding: 92px 0; }
.section-heading { margin-bottom: 38px; }
.section-heading h2, .section-pad h2 { font-size: clamp(2rem, 8vw, 4.3rem); line-height: 1.04; letter-spacing: -.055em; font-weight: 800; margin: 0; }
.section-heading p { margin: 0; max-width: 570px; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.service-card { position: relative; min-height: 280px; padding: 24px; border-radius: var(--radius); background: linear-gradient(155deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); border: 1px solid var(--line); overflow:hidden; display:flex; flex-direction:column; transition: .3s ease; }
.service-card:before { content:""; position:absolute; width:130px; height:130px; right:-65px; top:-65px; border-radius:50%; background:var(--orange); filter:blur(60px); opacity:.10; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(255,106,0,.35); }
.service-card.featured { background: linear-gradient(145deg, rgba(255,106,0,.19), rgba(255,255,255,.035)); }
.service-icon { width:50px; height:50px; display:grid; place-items:center; border-radius:15px; background:var(--orange-soft); color:var(--orange-2); font-size:1.35rem; margin-bottom:42px; }
.service-number { position:absolute; top:24px; right:24px; color:#6f747d; font-size:.72rem; font-weight:800; }
.service-card h3 { font-size:1.35rem; font-weight:800; letter-spacing:-.03em; }
.service-card p { font-size:.88rem; margin-bottom:20px; }
.service-card ul { display:flex; flex-wrap:wrap; gap:7px; padding:0; list-style:none; margin:0 0 20px; }
.service-card li { border:1px solid var(--line); border-radius:99px; padding:6px 9px; font-size:.62rem; color:#c5c8cf; }
.service-card > a { margin-top:auto; font-size:.78rem; font-weight:800; color:#fff; display:flex; align-items:center; gap:8px; }
.service-card > a i { color:var(--orange); }
.solar-metrics { display:grid; gap:8px; margin:10px 0 22px; }
.solar-metrics div { display:flex; gap:10px; align-items:center; font-size:.74rem; color:#ccd0d8; }
.solar-metrics i { color:var(--orange-2); }
.package-section { background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0)); }
.section-heading.text-center p { max-width:680px; }
.package-card { position:relative; padding:24px; border-radius:var(--radius); background:#111319; border:1px solid var(--line); box-shadow:0 18px 50px rgba(0,0,0,.2); display:flex; flex-direction:column; }
.package-card.popular { border-color:rgba(255,106,0,.55); background:linear-gradient(180deg, rgba(255,106,0,.15), #111319 45%); }
.popular-label { position:absolute; top:15px; right:15px; font-size:.53rem; text-transform:uppercase; letter-spacing:.12em; background:var(--orange); color:white; padding:6px 9px; border-radius:99px; font-weight:800; }
.package-icon { width:50px; height:50px; border-radius:15px; display:grid; place-items:center; background:rgba(255,255,255,.05); color:var(--orange-2); font-size:1.3rem; margin-bottom:24px; }
.package-tag { color:var(--orange-2); font-size:.58rem; letter-spacing:.17em; font-weight:800; }
.package-card h3 { font-size:2rem; font-weight:800; margin:6px 0; }
.package-card p { font-size:.82rem; min-height:67px; }
.package-list { list-style:none; padding:17px 0 22px; margin:0 0 22px; border-top:1px solid var(--line); display:grid; gap:11px; }
.package-list li { color:#d7d9df; font-size:.75rem; }
.package-list i { color:var(--orange-2); margin-right:8px; }
.package-card .btn { margin-top:auto; }
.section-copy { font-size:1rem; }
.process-summary { display:grid; gap:12px; margin-top:28px; }
.process-summary > div { display:flex; gap:12px; align-items:flex-start; }
.process-summary i { width:42px; height:42px; border-radius:13px; background:var(--orange-soft); color:var(--orange-2); display:grid; place-items:center; flex:0 0 auto; }
.process-summary span { display:flex; flex-direction:column; }
.process-summary b { font-size:.83rem; }
.process-summary small { color:var(--muted); margin-top:3px; }
.timeline { display:grid; gap:12px; }
.timeline-item { display:grid; grid-template-columns:44px 1fr 44px; align-items:center; gap:12px; padding:18px; border-radius:18px; border:1px solid var(--line); background:rgba(255,255,255,.035); }
.timeline-item > span { font-size:.65rem; color:var(--orange-2); font-weight:800; }
.timeline-item h3 { font-size:1rem; margin:0 0 4px; font-weight:800; }
.timeline-item p { margin:0; font-size:.72rem; line-height:1.55; }
.timeline-item > i { width:40px; height:40px; border-radius:12px; display:grid; place-items:center; background:rgba(255,255,255,.05); color:#fff; }
.about-section { padding-top:30px; }
.about-panel { border:1px solid rgba(255,106,0,.24); background:radial-gradient(circle at 90% 20%, rgba(255,106,0,.19), transparent 36%), linear-gradient(150deg, #15181f, #0e1015); border-radius:32px; padding:28px; overflow:hidden; }
.about-panel p { max-width:790px; }
.benefit-grid { display:grid; gap:12px; margin-top:28px; }
.benefit-grid > div { display:flex; gap:11px; align-items:flex-start; }
.benefit-grid i { color:var(--orange-2); font-size:1rem; margin-top:2px; }
.benefit-grid span { display:flex; flex-direction:column; }
.benefit-grid b { font-size:.82rem; }
.benefit-grid small { color:var(--muted); font-size:.67rem; margin-top:3px; }
.about-visual { position:relative; min-height:300px; display:grid; place-items:center; }
.core-mark { width:110px; height:110px; border-radius:32px; background:linear-gradient(145deg,var(--orange),#ff9440); box-shadow:0 25px 65px rgba(255,106,0,.28); display:grid; place-items:center; position:relative; z-index:3; }
.core-mark i { font-size:2.5rem; }
.core-mark span { position:absolute; bottom:14px; font-size:.56rem; font-weight:900; letter-spacing:.17em; }
.orbit { position:absolute; border:1px solid rgba(255,255,255,.11); border-radius:50%; }
.orbit-one { width:230px; height:230px; }
.orbit-two { width:300px; height:300px; }
.floating-node { position:absolute; width:48px; height:48px; display:grid; place-items:center; background:#1d2028; border:1px solid var(--line); border-radius:15px; color:var(--orange-2); box-shadow:0 12px 30px rgba(0,0,0,.28); }
.node-one { top:30px; left:24%; }
.node-two { top:45%; right:8%; }
.node-three { bottom:20px; left:30%; }
.node-four { top:36%; left:4%; }
.contact-section { padding-bottom:70px; }
.contact-card { border-radius:32px; padding:28px; border:1px solid var(--line); background:linear-gradient(145deg, rgba(255,106,0,.12), rgba(255,255,255,.035)); box-shadow:var(--shadow); }
.contact-details { display:grid; gap:12px; margin-top:26px; }
.contact-details a, .contact-details > div { display:flex; gap:12px; align-items:center; }
.contact-details i { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; background:var(--orange-soft); color:var(--orange-2); }
.contact-details span { display:flex; flex-direction:column; font-size:.78rem; font-weight:700; }
.contact-details small { color:var(--muted); font-size:.61rem; font-weight:500; margin-bottom:2px; }
.quote-form { background:rgba(8,9,12,.55); border:1px solid var(--line); border-radius:24px; padding:20px; }
.form-label { font-size:.67rem; font-weight:700; color:#dadde3; }
.form-control, .form-select { min-height:50px; background:#12151b; border:1px solid rgba(255,255,255,.09); color:white; border-radius:13px; font-size:.78rem; }
.form-control:focus, .form-select:focus { background:#12151b; color:white; border-color:var(--orange); box-shadow:0 0 0 .2rem rgba(255,106,0,.12); }
.form-control::placeholder { color:#696e78; }
textarea.form-control { min-height:110px; }
.form-note { text-align:center; font-size:.59rem; color:#7f848e; }
.site-footer { border-top:1px solid var(--line); padding:38px 0 95px; }
.footer-top { display:flex; flex-direction:column; gap:20px; align-items:flex-start; }
.footer-top p { margin:0; font-size:.8rem; }
.social-links { display:flex; gap:8px; }
.social-links a { width:38px; height:38px; display:grid; place-items:center; border-radius:12px; border:1px solid var(--line); color:#c7cbd2; }
.social-links a:hover { color:white; background:var(--orange); border-color:var(--orange); }
.footer-bottom { margin-top:28px; padding-top:20px; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:12px; font-size:.64rem; color:#747983; }
.footer-bottom a { color:#c9ccd2; }
.mobile-bottom-nav { position:fixed; z-index:1040; left:10px; right:10px; bottom:max(10px, env(safe-area-inset-bottom)); height:64px; border-radius:20px; background:rgba(17,19,25,.9); backdrop-filter:blur(22px); border:1px solid rgba(255,255,255,.12); box-shadow:0 16px 45px rgba(0,0,0,.42); display:grid; grid-template-columns:repeat(4,1fr); padding:7px; }
.mobile-bottom-nav a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; color:#777d87; font-size:.54rem; font-weight:700; border-radius:14px; }
.mobile-bottom-nav i { font-size:1.02rem; }
.mobile-bottom-nav a.active { color:var(--orange-2); background:var(--orange-soft); }
.mobile-bottom-nav .mobile-cta { color:#fff; background:linear-gradient(135deg,var(--orange),var(--orange-2)); }
.toast { background:#171a21; color:white; border:1px solid var(--line); }
.toast-header { background:#111319; color:white; border-bottom:1px solid var(--line); }
.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.08s; }.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media (min-width: 576px) {
  .hero-actions { flex-direction:row; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .service-card.wide { grid-column:1/-1; }
  .benefit-grid { grid-template-columns:repeat(2,1fr); }
  .footer-top { flex-direction:row; justify-content:space-between; align-items:center; }
  .footer-bottom { flex-direction:row; justify-content:space-between; }
}
@media (min-width: 992px) {
  body { padding-bottom:0; }
  .site-header .navbar { min-height:82px; }
  .hero-section { padding-top:170px; }
  .hero-copy { font-size:1.1rem; }
  .hero-console { max-width:510px; margin-left:auto; }
  .section-pad { padding:128px 0; }
  .section-heading { margin-bottom:54px; }
  .services-grid { grid-template-columns:repeat(12,1fr); gap:18px; }
  .service-card { min-height:330px; padding:28px; }
  .service-card.featured { grid-column:span 6; grid-row:span 2; min-height:678px; }
  .service-card:not(.featured):not(.wide) { grid-column:span 3; }
  .service-card.wide { grid-column:span 6; }
  .service-card.featured .service-icon { width:64px; height:64px; font-size:1.65rem; margin-bottom:150px; }
  .service-card.featured h3 { font-size:2.2rem; }
  .service-card.wide { display:grid; grid-template-columns:auto 1fr; column-gap:18px; }
  .service-card.wide .service-icon { grid-row:1/3; }
  .service-card.wide .service-number { right:28px; top:28px; }
  .service-card.wide .solar-metrics, .service-card.wide > a { grid-column:2; }
  .timeline-item { padding:22px; grid-template-columns:55px 1fr 50px; }
  .timeline-item h3 { font-size:1.12rem; }
  .timeline-item p { font-size:.8rem; }
  .about-panel { padding:54px; }
  .contact-card { padding:54px; }
  .quote-form { padding:26px; }
  .site-footer { padding-bottom:38px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *:before, *:after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
