
:root{
  --bg:#f7fbff; --surface:#ffffff; --surface2:#eef7ff; --text:#071827; --muted:#5c7080;
  --blue:#0b72ff; --blue2:#00a3ff; --navy:#071827; --yellow:#ffd21f; --line:rgba(7,24,39,.12);
  --shadow:0 24px 70px rgba(10,66,140,.16); --glass:rgba(255,255,255,.76);
}
[data-theme="dark"]{
  --bg:#06111f; --surface:#0b1d33; --surface2:#102844; --text:#f4f9ff; --muted:#a9bdd0;
  --blue:#4db2ff; --blue2:#0477ff; --navy:#eaf5ff; --yellow:#ffd84a; --line:rgba(255,255,255,.14);
  --shadow:0 30px 90px rgba(0,0,0,.42); --glass:rgba(8,22,39,.76);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"SF Pro Display","SF Pro Text",-apple-system,BlinkMacSystemFont,"Aftika","Montserrat","Segoe UI",system-ui,sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(11,114,255,.16), transparent 32rem),
    radial-gradient(circle at 86% 10%, rgba(255,210,31,.20), transparent 24rem),
    linear-gradient(180deg,var(--bg),var(--surface2));
  color:var(--text); overflow-x:hidden;
}
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:80;opacity:.045;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 260 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a{color:inherit;text-decoration:none}
.nav{
  position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:60;width:min(1180px,calc(100% - 28px));
  display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;border:1px solid var(--line);
  border-radius:999px;background:var(--glass);backdrop-filter:blur(20px);box-shadow:0 12px 45px rgba(0,0,0,.08)
}
.logo{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.04em}
.logo-mark{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--blue2) 58%,var(--yellow));box-shadow:0 0 26px rgba(11,114,255,.28)}
.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;color:var(--muted);font-weight:700}
.nav-links a:hover{color:var(--blue)}
.theme-toggle{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:10px 13px;cursor:pointer;font-weight:800}
.mobile-menu{display:none}
.hero{min-height:100vh;display:grid;place-items:center;position:relative;perspective:1300px;padding:130px 22px 80px;overflow:hidden}
.hero-inner{width:min(1180px,100%);display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center;transform-style:preserve-3d}
.kicker{display:inline-flex;gap:9px;align-items:center;padding:10px 15px;border-radius:999px;background:rgba(11,114,255,.10);border:1px solid var(--line);color:var(--blue);font-weight:900;font-size:13px;margin-bottom:22px}
h1{font-size:clamp(44px,7.6vw,98px);line-height:.9;letter-spacing:-.085em;text-wrap:balance}
.grad{background:linear-gradient(90deg,var(--blue),var(--blue2),var(--yellow));-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{color:var(--muted);font-size:clamp(16px,2vw,20px);line-height:1.72;max-width:690px;margin:26px 0 34px}
.cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.btn{display:inline-flex;align-items:center;gap:10px;border-radius:999px;border:0;padding:15px 22px;font-weight:950;background:linear-gradient(135deg,var(--blue),var(--blue2));color:white;box-shadow:0 18px 42px rgba(11,114,255,.26);transition:.25s;cursor:pointer}
.btn:hover{transform:translateY(-3px);box-shadow:0 26px 62px rgba(11,114,255,.34)}
.btn.alt{background:var(--surface);color:var(--text);border:1px solid var(--line);box-shadow:none}
.solar-3d{position:relative;min-height:500px;transform-style:preserve-3d}
.sun{position:absolute;right:8%;top:2%;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,var(--yellow),rgba(255,210,31,.06) 70%);filter:blur(1px);box-shadow:0 0 90px rgba(255,210,31,.5)}
.panel-field{position:absolute;inset:80px auto auto 0;width:620px;height:360px;transform:rotateX(62deg) rotateZ(-35deg) translateZ(35px);transform-style:preserve-3d}
.panel{position:absolute;width:150px;height:94px;border-radius:14px;border:1px solid rgba(255,255,255,.45);background:
linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px) 0 0/37px 100%,
linear-gradient(0deg,rgba(255,255,255,.18) 1px,transparent 1px) 0 0/100% 23px,
linear-gradient(135deg,#0b72ff,#062d74);box-shadow:var(--shadow)}
.panel::after{content:"";position:absolute;inset:auto 14px -18px;height:18px;background:rgba(0,0,0,.18);transform:rotateX(90deg);transform-origin:top;border-radius:0 0 10px 10px}
.p1{left:0;top:0}.p2{left:170px;top:0}.p3{left:340px;top:0}.p4{left:85px;top:114px}.p5{left:255px;top:114px}.p6{left:425px;top:114px}
.float-card{position:absolute;right:0;bottom:20px;width:295px;padding:24px;border:1px solid var(--line);border-radius:30px;background:var(--glass);backdrop-filter:blur(18px);box-shadow:var(--shadow);transform:translateZ(130px)}
.float-card b{display:block;font-size:42px;letter-spacing:-.05em;color:var(--blue)}
.section{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:92px 0}
.section h2{font-size:clamp(34px,5vw,66px);line-height:.96;letter-spacing:-.07em;max-width:840px;margin-bottom:18px}
.sub{color:var(--muted);line-height:1.72;font-size:18px;max-width:780px;margin-bottom:34px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{min-height:250px;padding:27px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(145deg,var(--surface),rgba(255,255,255,.55));box-shadow:var(--shadow);transform-style:preserve-3d;transition:transform .15s ease,border-color .25s ease;overflow:hidden;position:relative}
[data-theme="dark"] .card{background:linear-gradient(145deg,var(--surface),rgba(255,255,255,.04))}
.card::before{content:"";position:absolute;inset:-90px auto auto -90px;width:180px;height:180px;background:radial-gradient(circle,rgba(11,114,255,.15),transparent 70%)}
.card:hover{border-color:rgba(11,114,255,.5)}
.icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:rgba(11,114,255,.12);font-size:25px;margin-bottom:28px;transform:translateZ(40px)}
.card h3{font-size:23px;letter-spacing:-.035em;margin-bottom:12px;transform:translateZ(32px)}
.card p{color:var(--muted);line-height:1.65;transform:translateZ(22px)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}
.stat{padding:25px;border-radius:26px;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}
.stat b{display:block;font-size:38px;letter-spacing:-.05em;color:var(--blue)}
.stat span{color:var(--muted);font-size:14px;font-weight:700}
.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.steps{display:grid;gap:14px}
.step{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:22px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 14px 48px rgba(10,66,140,.08)}
.num{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--yellow),#fff0a2);color:#071827;font-weight:950}
.step p{color:var(--muted);line-height:1.55;margin-top:5px}
.portfolio-stage{perspective:1600px;overflow:hidden;padding:10px 0 24px}
.portfolio-track{display:flex;gap:24px;transform-style:preserve-3d;animation:carouselFloat 16s ease-in-out infinite}
.project-card{min-width:360px;height:430px;border-radius:36px;overflow:hidden;position:relative;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--surface);transform-style:preserve-3d;transition:transform .35s ease}
.project-card:nth-child(1){transform:rotateY(-14deg) translateZ(20px)}
.project-card:nth-child(2){transform:rotateY(7deg) translateZ(70px)}
.project-card:nth-child(3){transform:rotateY(-6deg) translateZ(35px)}
.project-card:nth-child(4){transform:rotateY(13deg) translateZ(15px)}
.project-card:hover{transform:rotateY(0deg) translateZ(110px) translateY(-8px)}
.project-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.02)}
.project-info{position:absolute;inset:auto 18px 18px;padding:20px;border-radius:24px;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.4)}
[data-theme="dark"] .project-info{background:rgba(7,24,39,.78)}
.project-info h3{font-size:22px;letter-spacing:-.04em}
.project-info p{color:var(--muted);line-height:1.45;margin-top:7px;font-size:14px}
@keyframes carouselFloat{0%,100%{transform:translateX(0) rotateX(0deg)}50%{transform:translateX(-70px) rotateX(2deg)}}
.showcase{min-height:430px;border:1px solid var(--line);border-radius:40px;padding:36px;background:radial-gradient(circle at 72% 20%,rgba(255,210,31,.22),transparent 24rem),linear-gradient(135deg,var(--surface),var(--surface2));box-shadow:var(--shadow);overflow:hidden;position:relative}
.showcase::after{content:"";position:absolute;right:-130px;bottom:-190px;width:560px;height:410px;border-radius:34px;border:1px solid rgba(255,255,255,.35);background:
linear-gradient(90deg,rgba(255,255,255,.24) 1px,transparent 1px) 0 0/55px 100%,
linear-gradient(0deg,rgba(255,255,255,.20) 1px,transparent 1px) 0 0/100% 44px,
linear-gradient(135deg,#0b72ff,#062d74);transform:rotateX(62deg) rotateZ(-28deg);box-shadow:var(--shadow)}
.showcase > *{position:relative;z-index:2}
.pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.pill{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(11,114,255,.08);color:var(--muted);font-weight:800;font-size:14px}
.team-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:stretch}
.team-card{padding:30px;border-radius:34px;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}
.team-actions{display:grid;gap:14px;margin-top:20px}
.team-action{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px;border-radius:22px;border:1px solid var(--line);background:rgba(11,114,255,.06);font-weight:900}
.team-action span{color:var(--muted);font-weight:700;font-size:14px}
.calc-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}
.form-card{padding:28px;border:1px solid var(--line);border-radius:32px;background:var(--surface);box-shadow:var(--shadow)}
label{display:block;font-weight:900;margin:15px 0 8px}
input,select,textarea{width:100%;padding:14px 15px;border-radius:16px;border:1px solid var(--line);background:var(--bg);color:var(--text);font:inherit;outline:none}
textarea{min-height:116px;resize:vertical}
.result{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}
.result .stat{box-shadow:none}
.contact-band{text-align:center;padding:90px 22px 110px;border-top:1px solid var(--line);background:radial-gradient(circle at 50% 0%,rgba(11,114,255,.16),transparent 30rem)}
.contact-band h2{font-size:clamp(38px,6vw,78px);letter-spacing:-.08em;line-height:.95;margin-bottom:20px}
.contact-band p{color:var(--muted);max-width:680px;margin:0 auto 28px;line-height:1.7;font-size:18px}
.whatsapp{position:fixed;right:20px;bottom:20px;z-index:70;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:white;font-size:30px;box-shadow:0 18px 50px rgba(37,211,102,.38);transition:.25s}
.whatsapp:hover{transform:translateY(-4px) scale(1.03)}
footer{text-align:center;color:var(--muted);padding:28px;font-size:14px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}
.reveal.show{opacity:1;transform:translateY(0)}
.page-head{padding:150px 22px 45px;width:min(1180px,100%);margin:auto}
.page-head h1{max-width:900px}
@media(max-width:900px){
  .nav{flex-wrap:wrap}
  .nav-links{display:none}
  .nav-links.open{
    display:flex;flex-direction:column;align-items:flex-start;gap:16px;
    order:3;width:100%;margin-top:12px;padding-top:14px;
    border-top:1px solid var(--line);font-size:15px;font-weight:700;
  }
  .mobile-menu{display:block;color:var(--muted);font-weight:900;cursor:pointer;user-select:none}
  .hero-inner,.split,.calc-wrap,.team-grid{grid-template-columns:1fr}
  .solar-3d{min-height:390px;transform:scale(.8);transform-origin:top left}
  .grid,.stats,.result{grid-template-columns:1fr}
  .section{padding:66px 0}.hero{padding-top:120px}
  .portfolio-track{overflow-x:auto;animation:none;padding-bottom:16px;scroll-snap-type:x mandatory}
  .project-card{min-width:82vw;height:400px;scroll-snap-align:center;transform:none!important}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* Apple-style product-page refinements */
body{
  background:
    radial-gradient(circle at 50% -12%, rgba(0,113,227,.16), transparent 34rem),
    linear-gradient(180deg,#fbfbfd,var(--bg) 45%,var(--surface2));
}
[data-theme="dark"] body{
  background:
    radial-gradient(circle at 50% -12%, rgba(77,178,255,.16), transparent 34rem),
    linear-gradient(180deg,#05080d,var(--bg) 46%,var(--surface2));
}
.nav{
  top:0;
  width:100%;
  border-radius:0;
  border-left:0;border-right:0;border-top:0;
  box-shadow:none;
  min-height:52px;
  padding:10px max(22px,calc((100vw - 1180px)/2));
  background:rgba(251,251,253,.82);
}
[data-theme="dark"] .nav{background:rgba(5,8,13,.82)}
.logo-mark{border-radius:9px}
.nav-links{gap:26px;font-size:12px;font-weight:600}
.theme-toggle{font-size:12px;padding:7px 10px}
.hero.video-hero{
  min-height:100svh;
  padding:0;
  background:#000;
  isolation:isolate;
}
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-3;
  filter:saturate(1.08) contrast(1.05);
}
.hero-poster{
  position:absolute;
  inset:0;
  background:url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=2200&q=88") center/cover;
  z-index:-4;
}
.video-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg,rgba(0,0,0,.42) 0%,rgba(0,0,0,.18) 45%,rgba(0,0,0,.66) 100%),
    radial-gradient(circle at 50% 42%,rgba(0,113,227,.18),transparent 38rem);
}
.video-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:22vh;
  z-index:-1;
  background:linear-gradient(180deg,transparent,var(--bg));
}
.video-hero .hero-inner{
  min-height:100svh;
  display:grid;
  place-items:center;
  grid-template-columns:1fr;
  text-align:center;
  padding:110px 22px 70px;
}
.hero-copy{
  width:min(980px,100%);
  margin:auto;
}
.video-hero .kicker{
  color:#fff;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
}
.video-hero h1{
  color:#fff;
  margin:auto;
  max-width:1060px;
  font-weight:800;
  letter-spacing:-.075em;
  text-shadow:0 22px 90px rgba(0,0,0,.55);
}
.video-hero .lead{
  color:rgba(255,255,255,.86);
  margin-left:auto;
  margin-right:auto;
  max-width:780px;
}
.video-hero .btn.alt{
  background:rgba(255,255,255,.15);
  color:#fff;
  border-color:rgba(255,255,255,.28);
  backdrop-filter:blur(18px);
}
.scroll-cue{
  position:absolute;
  bottom:32px;
  left:50%;
  transform:translateX(-50%);
  color:rgba(255,255,255,.8);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.section{
  padding:86px 0;
}
.section h2{
  font-weight:800;
  letter-spacing:-.065em;
}
.apple-intro{
  text-align:center;
  padding-top:80px;
  padding-bottom:32px;
}
.apple-intro h2{
  margin-left:auto;
  margin-right:auto;
  font-size:clamp(42px,6vw,86px);
}
.apple-intro .sub{
  margin-left:auto;
  margin-right:auto;
  max-width:760px;
  font-size:21px;
}
.portfolio-stage{
  margin-top:22px;
  border-radius:42px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.3));
  border:1px solid var(--line);
  padding:28px;
  box-shadow:var(--shadow);
}
[data-theme="dark"] .portfolio-stage{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}
.project-card{
  min-width:410px;
  height:520px;
  border-radius:34px;
}
.project-info{
  inset:auto 22px 22px;
  border-radius:26px;
}
.project-info h3{font-size:25px}
.product-strip{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding:30px 0 60px;
}
.product-tile{
  min-height:520px;
  border-radius:38px;
  padding:34px;
  background:var(--surface);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;
}
.product-tile h3{
  font-size:clamp(26px,3vw,42px);
  letter-spacing:-.06em;
  line-height:1;
  max-width:320px;
}
.product-tile p{
  color:var(--muted);
  line-height:1.65;
  margin-top:14px;
  font-weight:600;
}
.product-visual{
  position:absolute;
  left:50%;
  bottom:-80px;
  transform:translateX(-50%) rotateX(60deg) rotateZ(-35deg);
  width:420px;
  height:260px;
  border-radius:28px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.32) 1px,transparent 1px) 0 0/52px 100%,
    linear-gradient(0deg,rgba(255,255,255,.24) 1px,transparent 1px) 0 0/100% 42px,
    linear-gradient(135deg,#0071e3,#061c4d);
  box-shadow:0 40px 90px rgba(0,0,0,.24);
}
.yellow-dot{
  width:90px;height:90px;border-radius:50%;
  background:radial-gradient(circle,var(--yellow),rgba(255,210,31,.15) 68%,transparent 69%);
  position:absolute;right:34px;bottom:48px;
}
.execution-section{
  padding-top:70px;
}
@media(max-width:900px){
  .nav{padding-left:18px;padding-right:18px}
  .video-hero .hero-inner{padding-top:90px}
  .portfolio-stage{padding:14px;border-radius:30px}
  .project-card{min-width:84vw;height:470px}
  .product-strip{grid-template-columns:1fr}
  .product-tile{min-height:420px}
}


/* v4 visual storytelling sections */
.visual-grid{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
  padding:50px 0 80px;
}
.visual-card{
  min-height:520px;
  border-radius:42px;
  overflow:hidden;
  position:relative;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:var(--surface);
}
.visual-card.small{min-height:249px}
.visual-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
  transition:transform .7s ease;
}
.visual-card:hover img{transform:scale(1.045)}
.visual-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.72));
}
.visual-copy{
  position:absolute;
  left:28px;
  right:28px;
  bottom:26px;
  z-index:2;
  color:white;
}
.visual-copy h3{
  font-size:clamp(26px,3vw,44px);
  letter-spacing:-.06em;
  line-height:1;
}
.visual-copy p{
  margin-top:10px;
  color:rgba(255,255,255,.82);
  line-height:1.55;
  font-weight:600;
  max-width:620px;
}
.visual-stack{display:grid;gap:22px}
.document-scene{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 24%,rgba(255,210,31,.28),transparent 20rem),
    linear-gradient(135deg,#f7fbff,#dbeeff);
}
[data-theme="dark"] .document-scene{
  background:
    radial-gradient(circle at 72% 24%,rgba(255,210,31,.18),transparent 20rem),
    linear-gradient(135deg,#0b1d33,#071827);
}
.document{
  position:absolute;
  width:240px;
  height:320px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(7,24,39,.12);
  border-radius:18px;
  box-shadow:0 26px 70px rgba(7,24,39,.18);
  padding:24px;
  color:#071827;
}
.document.one{right:10%;top:12%;transform:rotate(5deg)}
.document.two{left:12%;bottom:7%;transform:rotate(-8deg)}
.doc-line{height:9px;border-radius:99px;background:#d6e3ef;margin:14px 0}
.doc-line.short{width:58%}
.doc-badge{
  width:68px;height:68px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:white;font-weight:900;
  margin-bottom:18px;
}
.client-strip{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  padding:80px 0 110px;
}
.client-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:28px;
}
.client-head h2{
  font-size:clamp(38px,5vw,72px);
  line-height:.95;
  letter-spacing:-.075em;
  max-width:720px;
}
.client-head p{
  color:var(--muted);
  line-height:1.65;
  max-width:360px;
  font-weight:600;
}
.client-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:22px;
}
.client-card{
  min-height:500px;
  border-radius:42px;
  overflow:hidden;
  position:relative;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:block;
  background:var(--surface);
}
.client-card.tall{min-height:500px}
.client-card.compact{min-height:239px}
.client-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}
.client-card:hover img{transform:scale(1.05)}
.client-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.72));
}
.client-copy{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:24px;
  color:white;
}
.client-copy h3{
  font-size:clamp(24px,3vw,42px);
  line-height:1;
  letter-spacing:-.06em;
}
.client-copy p{
  color:rgba(255,255,255,.82);
  margin-top:9px;
  line-height:1.5;
  font-weight:600;
}
.client-stack{display:grid;gap:22px}
.services-visual{
  margin-top:34px;
}
@media(max-width:900px){
  .visual-grid,.client-grid{grid-template-columns:1fr}
  .visual-card,.visual-card.small,.client-card,.client-card.compact{min-height:430px}
  .client-head{display:block}
  .client-head p{margin-top:16px}
}


/* v5 expansive portfolio + EPC visual refinements */
.portfolio-fullbleed{
  width:100%;
  padding:40px 0 90px;
  overflow:hidden;
}
.portfolio-fullbleed .portfolio-stage{
  width:100%;
  max-width:none;
  margin:30px 0 0;
  border-left:0;
  border-right:0;
  border-radius:0;
  padding:38px max(26px,calc((100vw - 1320px)/2));
  background:
    linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.42)),
    radial-gradient(circle at 50% 0%,rgba(0,113,227,.12),transparent 36rem);
}
[data-theme="dark"] .portfolio-fullbleed .portfolio-stage{
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03)),
    radial-gradient(circle at 50% 0%,rgba(77,178,255,.12),transparent 36rem);
}
.portfolio-fullbleed .portfolio-track{
  gap:30px;
}
.portfolio-fullbleed .project-card{
  min-width:520px;
  height:620px;
  border-radius:40px;
}
.portfolio-fullbleed .project-info{
  inset:auto 24px 24px;
  border-radius:28px;
}
.portfolio-fullbleed .project-info h3{
  font-size:30px;
}
.portfolio-fullbleed .project-info p{
  font-size:15px;
}
.sld-scene{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 20%,rgba(255,210,31,.18),transparent 18rem),
    linear-gradient(135deg,#f8fbff,#dbe9f7);
}
[data-theme="dark"] .sld-scene{
  background:
    radial-gradient(circle at 78% 20%,rgba(255,210,31,.14),transparent 18rem),
    linear-gradient(135deg,#081524,#102844);
}
.sld-paper{
  position:absolute;
  width:330px;
  height:430px;
  background:white;
  border-radius:24px;
  border:1px solid rgba(7,24,39,.1);
  box-shadow:0 30px 90px rgba(7,24,39,.18);
  overflow:hidden;
}
.sld-paper.one{
  left:12%;
  top:10%;
  transform:rotate(-6deg);
}
.sld-paper.two{
  right:10%;
  bottom:8%;
  transform:rotate(8deg);
}
.sld-header{
  height:58px;
  background:linear-gradient(90deg,#0071e3,#2ea6ff);
}
.sld-content{
  padding:20px;
}
.sld-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:18px;
}
.sld-box{
  height:54px;
  border-radius:12px;
  border:2px solid #d8e5f0;
  position:relative;
}
.sld-box::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  width:2px;
  height:18px;
  background:#b9cfe0;
  transform:translateX(-50%);
}
.sld-line{
  height:10px;
  border-radius:99px;
  background:#d8e5f0;
  margin:14px 0;
}
.sld-line.short{width:56%}
.money-scene{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 18%,rgba(255,210,31,.22),transparent 20rem),
    linear-gradient(135deg,#f8fbff,#dfeeff);
}
[data-theme="dark"] .money-scene{
  background:
    radial-gradient(circle at 72% 18%,rgba(255,210,31,.12),transparent 20rem),
    linear-gradient(135deg,#081524,#102844);
}
.money-doc{
  position:absolute;
  width:260px;
  height:330px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 28px 80px rgba(7,24,39,.18);
  border:1px solid rgba(7,24,39,.08);
  padding:22px;
}
.money-doc.one{left:12%;top:12%;transform:rotate(-5deg)}
.money-doc.two{right:10%;bottom:10%;transform:rotate(8deg)}
.money-circle{
  width:84px;height:84px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#00a86b,#5be29f);
  color:white;
  font-size:38px;
  font-weight:900;
  margin-bottom:18px;
}
.chart{
  height:120px;
  border-radius:16px;
  background:
    linear-gradient(180deg,transparent 92%,#d8e5f0 92%),
    linear-gradient(90deg,transparent 92%,#d8e5f0 92%);
  background-size:100% 30px,40px 100%;
  position:relative;
  overflow:hidden;
}
.chart::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:22px;
  height:4px;
  background:linear-gradient(90deg,#00a86b,#ffd21f);
  transform:skewY(-12deg);
  border-radius:999px;
}
.tools-scene{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 18%,rgba(255,210,31,.18),transparent 20rem),
    linear-gradient(135deg,#eef5fc,#dbe8f7);
}
[data-theme="dark"] .tools-scene{
  background:
    radial-gradient(circle at 72% 18%,rgba(255,210,31,.12),transparent 20rem),
    linear-gradient(135deg,#081524,#102844);
}
.tool-box{
  position:absolute;
  width:340px;
  height:220px;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(7,24,39,.08);
  box-shadow:0 30px 90px rgba(7,24,39,.16);
}
.tool-box.one{
  left:12%;
  top:18%;
  transform:rotate(-6deg);
}
.tool-box.two{
  right:10%;
  bottom:12%;
  transform:rotate(8deg);
}
.tool-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding:26px;
}
.tool{
  aspect-ratio:1;
  border-radius:18px;
  background:linear-gradient(135deg,#0071e3,#0b2d74);
  position:relative;
}
.tool::before{
  content:"";
  position:absolute;
  inset:22%;
  border:4px solid rgba(255,255,255,.88);
  border-radius:10px;
}
.tool.wrench::before{
  inset:18%;
  border-radius:50px;
  transform:rotate(42deg);
}
.tool.scope::before{
  border-radius:50%;
}


/* v6: keep tile text visible, add symbolic visual layer without replacing the message */
.product-tile{
  isolation:isolate;
}
.tile-symbols{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.92;
}
.product-tile > h3,
.product-tile > p{
  position:relative;
  z-index:3;
}
.product-tile > h3{
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.58));
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.45);
  border-radius:24px;
  padding:18px;
}
[data-theme="dark"] .product-tile > h3{
  background:linear-gradient(180deg,rgba(8,22,39,.78),rgba(8,22,39,.52));
  border-color:rgba(255,255,255,.12);
}
.product-tile > p{
  background:rgba(255,255,255,.68);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.38);
  border-radius:20px;
  padding:14px 16px;
  max-width:92%;
}
[data-theme="dark"] .product-tile > p{
  background:rgba(8,22,39,.68);
  border-color:rgba(255,255,255,.12);
}
.tile-symbols.sld-symbols .sld-paper.one{
  left:auto;
  right:8%;
  top:8%;
  transform:rotate(7deg) scale(.82);
}
.tile-symbols.sld-symbols .sld-paper.two{
  left:8%;
  right:auto;
  bottom:4%;
  transform:rotate(-8deg) scale(.82);
}
.tile-symbols.money-symbols .money-doc.one{
  left:auto;
  right:7%;
  top:8%;
  transform:rotate(7deg) scale(.84);
}
.tile-symbols.money-symbols .money-doc.two{
  left:8%;
  right:auto;
  bottom:5%;
  transform:rotate(-7deg) scale(.84);
}
.floating-rupee{
  position:absolute;
  right:12%;
  bottom:42%;
  width:86px;
  height:86px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#00a86b,#ffd21f);
  color:white;
  font-size:44px;
  font-weight:900;
  box-shadow:0 22px 58px rgba(0,0,0,.18);
}
.tile-symbols.tools-symbols .tool-box.one{
  left:auto;
  right:5%;
  top:9%;
  transform:rotate(7deg) scale(.82);
}
.tile-symbols.tools-symbols .tool-box.two{
  left:7%;
  right:auto;
  bottom:5%;
  transform:rotate(-8deg) scale(.82);
}
.diagnostic-gauge{
  position:absolute;
  right:14%;
  bottom:38%;
  width:120px;
  height:120px;
  border-radius:50%;
  background:
    conic-gradient(from 220deg,#00a86b 0 35%,#ffd21f 35% 72%,#ff5a3c 72% 100%);
  box-shadow:0 22px 58px rgba(0,0,0,.18);
}
.diagnostic-gauge::after{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:50%;
  background:rgba(255,255,255,.92);
}
.diagnostic-gauge::before{
  content:"";
  position:absolute;
  z-index:2;
  width:46px;
  height:5px;
  border-radius:999px;
  background:#071827;
  left:50%;
  top:50%;
  transform-origin:left center;
  transform:rotate(-28deg);
}


/* v7 refined symbolic overlays */
.product-strip{
  align-items:stretch;
}
.product-tile{
  position:relative;
  overflow:hidden;
  min-height:560px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.product-tile h3{
  position:relative;
  z-index:5;
  background:none !important;
  border:none !important;
  backdrop-filter:none !important;
  padding:0 !important;
  max-width:360px;
}
.product-tile p{
  position:relative;
  z-index:5;
  background:none !important;
  border:none !important;
  backdrop-filter:none !important;
  padding:0 !important;
  max-width:360px;
  margin-top:14px;
}
.symbol-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
}
.tile-glow{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(30px);
  opacity:.18;
}
.tile-glow.blue{
  background:#0071e3;
  right:-120px;
  top:-120px;
}
.tile-glow.yellow{
  background:#ffd21f;
  left:-140px;
  bottom:-140px;
}

/* Engineering tile */
.sld-sheet{
  position:absolute;
  width:300px;
  height:390px;
  border-radius:24px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(7,24,39,.08);
  box-shadow:0 40px 90px rgba(0,0,0,.12);
  overflow:hidden;
}
[data-theme="dark"] .sld-sheet{
  background:rgba(255,255,255,.88);
}
.sld-sheet.main{
  right:32px;
  top:48px;
  transform:rotate(8deg);
}
.sld-sheet.secondary{
  right:120px;
  bottom:42px;
  transform:rotate(-9deg) scale(.82);
  opacity:.88;
}
.sld-top{
  height:56px;
  background:linear-gradient(90deg,#0071e3,#42b4ff);
}
.sld-body{
  padding:20px;
}
.sld-node-row{
  display:flex;
  justify-content:space-between;
  margin-top:28px;
}
.sld-node{
  width:58px;
  height:58px;
  border-radius:16px;
  border:3px solid #d7e6f5;
  position:relative;
}
.sld-node::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  width:3px;
  height:22px;
  background:#bfd4e7;
  transform:translateX(-50%);
}
.sld-line-wide{
  height:10px;
  border-radius:999px;
  background:#dbe7f2;
  margin:14px 0;
}
.sld-line-wide.short{
  width:58%;
}
.cad-grid{
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(0,113,227,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,113,227,.06) 1px, transparent 1px);
  background-size:32px 32px;
  opacity:.55;
}

/* Commercial tile */
.finance-doc{
  position:absolute;
  width:250px;
  height:320px;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(7,24,39,.08);
  box-shadow:0 36px 80px rgba(0,0,0,.12);
  padding:22px;
}
.finance-doc.one{
  right:38px;
  top:56px;
  transform:rotate(7deg);
}
.finance-doc.two{
  right:140px;
  bottom:46px;
  transform:rotate(-8deg) scale(.84);
}
.finance-badge{
  width:74px;
  height:74px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#00a86b,#ffe36b);
  color:white;
  font-size:34px;
  font-weight:900;
  margin-bottom:18px;
}
.finance-chart{
  height:110px;
  border-radius:16px;
  background:
    linear-gradient(180deg,transparent 92%,#dbe7f2 92%),
    linear-gradient(90deg,transparent 92%,#dbe7f2 92%);
  background-size:100% 28px,36px 100%;
  position:relative;
}
.finance-chart::after{
  content:"";
  position:absolute;
  left:18px;
  right:20px;
  bottom:28px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,#00a86b,#ffd21f);
  transform:skewY(-12deg);
}
.rupee-float{
  position:absolute;
  left:42px;
  bottom:54px;
  width:110px;
  height:110px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#00a86b,#ffe36b);
  color:white;
  font-size:52px;
  font-weight:900;
  box-shadow:0 26px 70px rgba(0,0,0,.14);
}

/* Maintenance tile */
.tool-case{
  position:absolute;
  width:320px;
  height:210px;
  border-radius:30px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(7,24,39,.08);
  box-shadow:0 36px 80px rgba(0,0,0,.12);
}
.tool-case.one{
  right:30px;
  top:60px;
  transform:rotate(7deg);
}
.tool-case.two{
  right:120px;
  bottom:44px;
  transform:rotate(-8deg) scale(.84);
}
.tool-layout{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:24px;
}
.tool-icon{
  aspect-ratio:1;
  border-radius:18px;
  background:linear-gradient(135deg,#0071e3,#07235a);
  position:relative;
}
.tool-icon::before{
  content:"";
  position:absolute;
  inset:22%;
  border:4px solid rgba(255,255,255,.9);
  border-radius:14px;
}
.tool-icon.wrench::before{
  inset:18%;
  border-radius:999px;
  transform:rotate(42deg);
}
.tool-icon.scope::before{
  border-radius:50%;
}
.diagnostic-ring{
  position:absolute;
  left:36px;
  bottom:52px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:conic-gradient(#00a86b 0 38%, #ffd21f 38% 74%, #ff5a3c 74% 100%);
  box-shadow:0 26px 70px rgba(0,0,0,.14);
}
.diagnostic-ring::after{
  content:"";
  position:absolute;
  inset:16px;
  border-radius:50%;
  background:white;
}
.diagnostic-ring::before{
  content:"";
  position:absolute;
  z-index:2;
  width:48px;
  height:5px;
  background:#071827;
  border-radius:999px;
  left:50%;
  top:50%;
  transform-origin:left center;
  transform:rotate(-32deg);
}


/* v9 Apple-inspired highlights + smooth 3D solar flows */
.energy-flow{
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  overflow:hidden;
  opacity:.75;
}
.energy-line{
  position:absolute;
  width:42vw;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--blue),var(--yellow),transparent);
  filter:blur(.2px);
  opacity:.22;
  animation:energyMove 9s linear infinite;
}
.energy-line:nth-child(1){top:16%;left:-15%;animation-delay:0s}
.energy-line:nth-child(2){top:44%;right:-20%;animation-delay:-3s;transform:rotate(-8deg)}
.energy-line:nth-child(3){bottom:20%;left:-18%;animation-delay:-5.5s;transform:rotate(6deg)}
@keyframes energyMove{
  0%{translate:-30vw 0;opacity:0}
  18%{opacity:.25}
  75%{opacity:.25}
  100%{translate:120vw 0;opacity:0}
}

.solar-orbit-wrap{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  padding:30px 0 72px;
}
.solar-orbit{
  min-height:540px;
  border-radius:46px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 32%,rgba(255,210,31,.18),transparent 20rem),
    linear-gradient(135deg,var(--surface),var(--surface2));
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
  perspective:1400px;
}
.orbit-sun{
  position:absolute;
  top:54px;
  left:50%;
  translate:-50% 0;
  width:128px;
  height:128px;
  border-radius:50%;
  background:radial-gradient(circle,var(--yellow),rgba(255,210,31,.2) 58%,transparent 70%);
  box-shadow:0 0 90px rgba(255,210,31,.45);
  animation:pulseSun 4s ease-in-out infinite;
}
@keyframes pulseSun{50%{scale:1.08;filter:saturate(1.2)}}
.orbit-ring{
  position:absolute;
  left:50%;
  top:52%;
  width:760px;
  height:320px;
  border:1px solid rgba(0,113,227,.16);
  border-radius:50%;
  transform:translate(-50%,-50%) rotateX(68deg);
}
.orbit-item{
  position:absolute;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 30px 80px rgba(0,0,0,.16);
  transform-style:preserve-3d;
  animation:floatItem 6s ease-in-out infinite;
}
@keyframes floatItem{50%{translate:0 -14px;rotate:1deg}}
.orbit-panel{
  width:250px;
  height:150px;
  left:10%;
  bottom:85px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px) 0 0/50px 100%,
    linear-gradient(0deg,rgba(255,255,255,.20) 1px,transparent 1px) 0 0/100% 38px,
    linear-gradient(135deg,#0071e3,#092b73);
  transform:rotateX(58deg) rotateZ(-24deg);
}
.orbit-inverter{
  width:160px;
  height:220px;
  right:17%;
  bottom:92px;
  background:linear-gradient(145deg,#eef6ff,#ffffff);
  padding:24px;
  animation-delay:-1.5s;
}
[data-theme="dark"] .orbit-inverter{background:linear-gradient(145deg,#102844,#0b1d33)}
.orbit-inverter::before{
  content:"INV";
  display:grid;
  place-items:center;
  height:70px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:white;
  font-weight:900;
}
.orbit-transformer{
  width:220px;
  height:140px;
  left:42%;
  bottom:55px;
  background:linear-gradient(145deg,#1d3349,#071827);
  animation-delay:-3s;
}
.orbit-transformer::before,
.orbit-transformer::after{
  content:"";
  position:absolute;
  top:-34px;
  width:34px;
  height:50px;
  border-radius:10px 10px 0 0;
  background:#ffd21f;
}
.orbit-transformer::before{left:58px}
.orbit-transformer::after{right:58px}
.orbit-copy{
  position:absolute;
  left:42px;
  top:42px;
  max-width:390px;
}
.orbit-copy h2{
  font-size:clamp(36px,5vw,70px);
  line-height:.95;
  letter-spacing:-.075em;
  margin:0 0 14px;
}
.orbit-copy p{
  color:var(--muted);
  line-height:1.65;
  font-weight:600;
}

/* Projects page highlight flow */
.highlights-shell{
  width:100%;
  padding:80px 0 110px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(0,113,227,.11),transparent 34rem),
    linear-gradient(180deg,var(--bg),var(--surface2));
}
.highlights-head{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto 28px;
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:end;
}
.highlights-head h2{
  font-size:clamp(42px,6vw,86px);
  line-height:.94;
  letter-spacing:-.085em;
  max-width:760px;
}
.highlights-head p{
  color:var(--muted);
  line-height:1.65;
  max-width:360px;
  font-weight:650;
}
.highlights-scroller{
  display:flex;
  gap:28px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:18px max(24px,calc((100vw - 1180px)/2)) 28px;
  scrollbar-width:none;
}
.highlights-scroller::-webkit-scrollbar{display:none}
.highlight-card{
  position:relative;
  flex:0 0 min(78vw,880px);
  height:min(76vh,680px);
  min-height:560px;
  border-radius:46px;
  overflow:hidden;
  scroll-snap-align:center;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#000;
}
.highlight-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .9s cubic-bezier(.2,.8,.2,1);
}
.highlight-card:hover img{transform:scale(1.045)}
.highlight-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72)),
    radial-gradient(circle at 80% 20%,rgba(255,210,31,.12),transparent 22rem);
}
.highlight-copy{
  position:absolute;
  z-index:2;
  left:42px;
  right:42px;
  bottom:38px;
  color:white;
}
.highlight-copy h3{
  font-size:clamp(34px,4vw,64px);
  line-height:.95;
  letter-spacing:-.075em;
  max-width:700px;
}
.highlight-copy p{
  max-width:620px;
  margin-top:14px;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.6;
  font-weight:600;
}
.highlight-meta{
  position:absolute;
  z-index:2;
  top:30px;
  left:30px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.highlight-meta span{
  border-radius:999px;
  padding:10px 14px;
  color:white;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  backdrop-filter:blur(18px);
  font-size:13px;
  font-weight:850;
}
.highlight-indicator-wrap{
  width:min(1180px,calc(100% - 48px));
  margin:2px auto 0;
  height:6px;
  border-radius:999px;
  background:rgba(127,127,127,.18);
  overflow:hidden;
}
.highlight-indicator{
  width:18%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue),var(--yellow));
  transform-origin:left;
  transition:transform .16s linear,width .16s linear;
}
.projects-archive{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  padding:70px 0 100px;
}
.archive-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.archive-card{
  min-height:380px;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.archive-card img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.archive-card::after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));
}
.archive-card div{
  position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:white;
}
.archive-card h3{
  font-size:28px;line-height:1;letter-spacing:-.055em;
}
.archive-card p{
  color:rgba(255,255,255,.8);line-height:1.5;margin-top:8px;font-weight:600;
}
@media(max-width:900px){
  .solar-orbit{min-height:680px}
  .orbit-copy{left:24px;right:24px}
  .orbit-panel{left:2%;bottom:130px;scale:.85}
  .orbit-inverter{right:4%;bottom:155px;scale:.85}
  .orbit-transformer{left:24%;bottom:55px;scale:.85}
  .highlights-head{display:block}
  .highlights-head p{margin-top:16px}
  .highlight-card{flex-basis:86vw;min-height:520px;border-radius:34px}
  .highlight-copy{left:26px;right:26px;bottom:28px}
  .archive-grid{grid-template-columns:1fr}
}


/* v10 solar-cell texture background + Apple-like hero carousel */
.energy-flow{
  opacity:.62;
}
.energy-flow::before{
  content:"";
  position:absolute;
  inset:-20%;
  background:
    linear-gradient(90deg, rgba(0,113,227,.065) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,113,227,.05) 1px, transparent 1px),
    linear-gradient(135deg, transparent 48%, rgba(255,210,31,.08) 49%, rgba(255,210,31,.08) 51%, transparent 52%);
  background-size:92px 92px, 92px 92px, 184px 184px;
  transform:rotateX(62deg) rotateZ(-24deg) scale(1.2);
  transform-origin:center;
  animation:solarTextureDrift 22s linear infinite;
  opacity:.72;
}
.energy-flow::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,210,31,.10),transparent 20rem),
    radial-gradient(circle at 80% 70%,rgba(0,113,227,.10),transparent 24rem);
}
@keyframes solarTextureDrift{
  from{translate:-70px -40px}
  to{translate:70px 40px}
}
.energy-line{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(0,113,227,.55),rgba(255,210,31,.62),transparent);
  opacity:.16;
}

/* Home carousel below hero in Apple highlights style */
.apple-home-highlights{
  width:100%;
  padding:86px 0 105px;
  background:#1d1d1f;
  color:#f5f5f7;
  overflow:hidden;
  position:relative;
}
.apple-home-highlights::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 0%,rgba(0,113,227,.16),transparent 32rem),
    radial-gradient(circle at 75% 12%,rgba(255,210,31,.10),transparent 20rem);
  pointer-events:none;
}
.apple-highlights-head{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto 34px;
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
}
.apple-highlights-head h2{
  font-size:clamp(44px,6vw,88px);
  line-height:.92;
  letter-spacing:-.085em;
  color:#f5f5f7;
}
.apple-highlights-head a{
  color:#2997ff;
  font-weight:700;
}
.apple-rail{
  position:relative;
  z-index:2;
  display:flex;
  gap:28px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:20px max(22px,calc((100vw - 1180px)/2)) 34px;
  scrollbar-width:none;
}
.apple-rail::-webkit-scrollbar{display:none}
.apple-card{
  flex:0 0 min(82vw,1020px);
  height:min(70vh,610px);
  min-height:540px;
  border-radius:34px;
  overflow:hidden;
  background:#000;
  position:relative;
  scroll-snap-align:center;
  box-shadow:0 40px 120px rgba(0,0,0,.42);
  border:1px solid rgba(255,255,255,.08);
}
.apple-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.88;
  transition:transform 1s cubic-bezier(.2,.8,.2,1), opacity .35s;
}
.apple-card:hover img{
  transform:scale(1.045);
  opacity:.95;
}
.apple-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72)),
    radial-gradient(circle at 70% 20%,rgba(255,210,31,.12),transparent 22rem);
}
.apple-card-visual{
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  place-items:center;
  pointer-events:none;
}
.apple-chip{
  width:250px;
  height:250px;
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(150,160,170,.78)),
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.7),transparent 12rem);
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.38), 0 34px 90px rgba(0,0,0,.45);
  display:grid;
  place-items:center;
  color:#111;
  font-weight:900;
  text-align:center;
  letter-spacing:-.05em;
  font-size:38px;
}
.apple-panel-symbol{
  width:340px;
  height:210px;
  border-radius:24px;
  transform:rotateX(60deg) rotateZ(-28deg);
  background:
    linear-gradient(90deg,rgba(255,255,255,.26) 1px,transparent 1px) 0 0/56px 100%,
    linear-gradient(0deg,rgba(255,255,255,.18) 1px,transparent 1px) 0 0/100% 42px,
    linear-gradient(135deg,#0071e3,#061b4f);
  box-shadow:0 40px 100px rgba(0,0,0,.5);
}
.apple-inverter-symbol{
  width:220px;
  height:310px;
  border-radius:28px;
  background:linear-gradient(145deg,#f5f5f7,#aeb8c2);
  box-shadow:0 40px 100px rgba(0,0,0,.5);
  padding:28px;
}
.apple-inverter-symbol::before{
  content:"INV";
  display:grid;
  place-items:center;
  height:88px;
  border-radius:22px;
  background:linear-gradient(135deg,#0071e3,#00a3ff);
  color:white;
  font-size:38px;
  font-weight:900;
}
.apple-doc-symbol{
  width:260px;
  height:340px;
  border-radius:26px;
  background:rgba(255,255,255,.92);
  box-shadow:0 40px 100px rgba(0,0,0,.5);
  padding:26px;
}
.apple-doc-symbol::before{
  content:"PPA";
  width:84px;
  height:84px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#00a86b,#ffd21f);
  color:white;
  font-weight:900;
  font-size:28px;
  margin-bottom:20px;
}
.apple-doc-line{
  height:12px;
  border-radius:99px;
  background:#d5dde5;
  margin:16px 0;
}
.apple-card-copy{
  position:absolute;
  z-index:3;
  left:50%;
  bottom:46px;
  transform:translateX(-50%);
  width:min(720px,calc(100% - 48px));
  text-align:center;
  color:#f5f5f7;
}
.apple-card-copy h3{
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  letter-spacing:-.055em;
}
.apple-card-copy p{
  color:rgba(245,245,247,.78);
  margin-top:12px;
  font-size:17px;
  line-height:1.55;
  font-weight:600;
}
.apple-controls{
  position:relative;
  z-index:3;
  margin:10px auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
}
.apple-dots{
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
  border-radius:999px;
  padding:14px 20px;
}
.apple-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.52);
  transition:.25s;
}
.apple-dot.active{
  width:44px;
  border-radius:999px;
  background:transparent;
  border:2px solid #2997ff;
  position:relative;
}
.apple-dot.active::after{
  content:"";
  position:absolute;
  left:4px;
  right:4px;
  top:50%;
  height:3px;
  border-radius:999px;
  background:#2997ff;
  transform:translateY(-50%);
}
.apple-play{
  width:54px;
  height:54px;
  border-radius:50%;
  border:0;
  background:rgba(255,255,255,.09);
  color:#fff;
  font-size:22px;
  display:grid;
  place-items:center;
}
@media(max-width:900px){
  .apple-highlights-head{display:block}
  .apple-highlights-head a{display:block;margin-top:16px}
  .apple-card{flex-basis:86vw;height:560px;border-radius:30px}
  .apple-chip{width:210px;height:210px}
  .apple-panel-symbol{width:270px;height:170px}
}


/* v12 clean EPC tiles: text on top, 3D solar symbols on bottom */
.product-strip{
  align-items:stretch;
}

.product-tile{
  position:relative;
  overflow:hidden;
  min-height:580px;
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  isolation:isolate;
}

.product-tile h3,
.product-tile p{
  position:relative;
  z-index:6;
  max-width:100%;
}

.product-tile h3{
  font-size:clamp(30px,3vw,46px);
  line-height:.95;
  letter-spacing:-.075em;
  margin:0;
}

.product-tile p{
  font-size:16px;
  line-height:1.62;
  margin-top:18px;
  max-width:92%;
  color:var(--muted);
}

/* Hide older cluttered symbol layers inside these tiles */
.product-tile .symbol-overlay,
.product-tile .tile-symbols,
.product-tile .sld-scene,
.product-tile .money-scene,
.product-tile .tools-scene,
.product-tile .sld-paper,
.product-tile .money-doc,
.product-tile .tool-box,
.product-tile .diagnostic-ring,
.product-tile .diagnostic-gauge,
.product-tile .floating-rupee,
.product-tile .rupee-float{
  display:none !important;
}

.clean-tile-visual{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:58%;
  z-index:2;
  pointer-events:none;
  overflow:hidden;
}

.clean-tile-visual::before{
  content:"";
  position:absolute;
  inset:auto -20% -34% -20%;
  height:90%;
  background:
    radial-gradient(circle at 50% 38%,rgba(0,113,227,.16),transparent 26rem),
    radial-gradient(circle at 20% 70%,rgba(255,210,31,.22),transparent 20rem);
}

.clean-solar-plant{
  position:absolute;
  left:50%;
  bottom:30px;
  width:430px;
  height:260px;
  transform:translateX(-50%) rotateX(62deg) rotateZ(-30deg);
  transform-style:preserve-3d;
}

.clean-panel{
  position:absolute;
  width:126px;
  height:76px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.45);
  background:
    linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px) 0 0/31px 100%,
    linear-gradient(0deg,rgba(255,255,255,.16) 1px,transparent 1px) 0 0/100% 19px,
    linear-gradient(135deg,#0b72ff,#061c4d);
  box-shadow:0 22px 46px rgba(0,0,0,.18);
}

.clean-panel::after{
  content:"";
  position:absolute;
  inset:auto 12px -12px;
  height:12px;
  background:rgba(0,0,0,.22);
  transform:rotateX(90deg);
  transform-origin:top;
  border-radius:0 0 8px 8px;
}

.clean-panel.p1{left:0;top:0}
.clean-panel.p2{left:142px;top:0}
.clean-panel.p3{left:284px;top:0}
.clean-panel.p4{left:70px;top:92px}
.clean-panel.p5{left:212px;top:92px}

.clean-inverter{
  position:absolute;
  right:26px;
  bottom:36px;
  width:110px;
  height:150px;
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(212,226,238,.9));
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 28px 70px rgba(0,0,0,.16);
  padding:18px;
}

.clean-inverter::before{
  content:"INV";
  display:grid;
  place-items:center;
  height:54px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:white;
  font-weight:900;
}

.clean-docs{
  position:absolute;
  right:22px;
  bottom:22px;
  width:210px;
  height:260px;
  border-radius:28px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 28px 70px rgba(0,0,0,.14);
  transform:rotate(7deg);
  padding:24px;
}

.clean-docs::before{
  content:"PPA";
  width:74px;
  height:74px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:white;
  font-weight:900;
  background:linear-gradient(135deg,#21b86b,var(--yellow));
  margin-bottom:22px;
}

.clean-doc-line{
  height:11px;
  border-radius:99px;
  background:#d8e4ef;
  margin:16px 0;
}

.clean-money{
  position:absolute;
  left:42px;
  bottom:54px;
  width:88px;
  height:88px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:white;
  font-size:44px;
  font-weight:900;
  background:linear-gradient(135deg,#21b86b,var(--yellow));
  box-shadow:0 24px 60px rgba(0,0,0,.16);
}

.clean-tools{
  position:absolute;
  right:24px;
  bottom:34px;
  width:260px;
  height:170px;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 28px 70px rgba(0,0,0,.14);
  padding:22px;
  transform:rotate(-6deg);
}

.clean-tool-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.clean-tool{
  aspect-ratio:1;
  border-radius:17px;
  background:linear-gradient(135deg,#0b72ff,#061c4d);
  position:relative;
}

.clean-tool::before{
  content:"";
  position:absolute;
  inset:24%;
  border:4px solid rgba(255,255,255,.92);
  border-radius:12px;
}

.clean-tool.wrench::before{
  border-radius:999px;
  transform:rotate(42deg);
}

.clean-tool.gauge::before{
  border-radius:50%;
}

.clean-gauge{
  position:absolute;
  left:46px;
  bottom:54px;
  width:98px;
  height:98px;
  border-radius:50%;
  background:conic-gradient(#1fb86a 0 40%, #ffd21f 40% 74%, #ff563f 74% 100%);
  box-shadow:0 24px 60px rgba(0,0,0,.15);
}

.clean-gauge::after{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:50%;
  background:white;
}

.clean-gauge::before{
  content:"";
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  width:39px;
  height:5px;
  border-radius:999px;
  background:#071827;
  transform-origin:left center;
  transform:rotate(-28deg);
}

@media(max-width:900px){
  .product-tile{
    min-height:520px;
    padding:30px;
  }
  .clean-solar-plant{
    scale:.78;
    bottom:18px;
  }
}


/* v13 parallax rooftop section */
.rooftop-parallax-section{
  position:relative;
  width:100%;
  max-width:none !important;
  margin:0 !important;
  padding:118px max(28px,calc((100vw - 1180px)/2)) !important;
  overflow:hidden;
  isolation:isolate;
  color:white;
  background:
    linear-gradient(180deg,rgba(5,12,20,.58),rgba(5,12,20,.70)),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=2400&q=90") center/cover fixed;
}

.rooftop-parallax-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 22% 18%,rgba(0,113,227,.32),transparent 28rem),
    radial-gradient(circle at 78% 38%,rgba(255,210,31,.22),transparent 24rem),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.36));
}

.rooftop-parallax-section::after{
  content:"";
  position:absolute;
  inset:-20%;
  z-index:-1;
  opacity:.16;
  background:
    linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.10) 1px,transparent 1px);
  background-size:84px 84px;
  transform:rotateX(62deg) rotateZ(-24deg);
  animation:solarTextureDrift 26s linear infinite;
}

.rooftop-parallax-section h2,
.rooftop-parallax-section .sub{
  color:white;
  text-shadow:0 18px 60px rgba(0,0,0,.42);
}

.rooftop-parallax-section .sub{
  color:rgba(255,255,255,.84);
}

.rooftop-parallax-section .grid .card,
.rooftop-parallax-section .stats .stat{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.26);
  backdrop-filter:blur(24px);
  box-shadow:0 28px 90px rgba(0,0,0,.26);
}

.rooftop-parallax-section .card h3,
.rooftop-parallax-section .card p,
.rooftop-parallax-section .stat span{
  color:white;
}

.rooftop-parallax-section .card p,
.rooftop-parallax-section .stat span{
  color:rgba(255,255,255,.78);
}

.rooftop-parallax-section .stat b{
  color:#fff;
  text-shadow:0 0 28px rgba(41,151,255,.45);
}

.rooftop-parallax-section .icon{
  background:rgba(255,255,255,.18);
  color:white;
}

@media(max-width:900px){
  .rooftop-parallax-section{
    background-attachment:scroll;
    padding:78px 22px !important;
  }
}


/* v14 full-width section page heroes */
.page-head{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  border-radius:0 !important;
}

.section-page-hero{
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  border-radius:0 !important;
}

.section-page-hero > div{
  width:min(1180px, calc(100% - 44px));
  margin:0 auto;
}

@media(max-width:900px){
  .section-page-hero > div{
    width:calc(100% - 36px);
  }
}


/* v15 advanced solar calculator */
.calculator-v15{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  padding:80px 0 110px;
}
.calc-v15-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:24px;
  align-items:start;
}
.calc-panel{
  padding:30px;
  border:1px solid var(--line);
  border-radius:36px;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(24px);
  box-shadow:var(--shadow);
}
[data-theme="dark"] .calc-panel{
  background:rgba(8,22,39,.76);
}
.calc-panel h2{
  font-size:clamp(32px,4vw,54px);
  line-height:.98;
  letter-spacing:-.07em;
  margin-bottom:20px;
}
.calc-help{
  color:var(--muted);
  line-height:1.62;
  font-weight:600;
  margin-bottom:18px;
}
.calc-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.calc-panel label{
  font-size:14px;
  font-weight:900;
  margin:16px 0 8px;
}
.calc-panel input,
.calc-panel select{
  border-radius:18px;
  min-height:54px;
  font-weight:650;
}
.suggested-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(0,113,227,.10);
  color:var(--blue);
  font-size:13px;
  font-weight:850;
}
.finance-switch{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-top:22px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(0,113,227,.06);
}
.switch{
  position:relative;
  width:66px;
  height:36px;
  flex:0 0 auto;
}
.switch input{
  opacity:0;
  width:0;
  height:0;
}
.slider{
  position:absolute;
  cursor:pointer;
  inset:0;
  background:rgba(127,127,127,.28);
  transition:.25s;
  border-radius:999px;
}
.slider::before{
  content:"";
  position:absolute;
  height:28px;
  width:28px;
  left:4px;
  top:4px;
  border-radius:50%;
  background:white;
  box-shadow:0 4px 14px rgba(0,0,0,.22);
  transition:.25s;
}
.switch input:checked + .slider{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
}
.switch input:checked + .slider::before{
  transform:translateX(30px);
}
.output-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:18px;
}
.output-card{
  padding:22px;
  min-height:132px;
  border:1px solid var(--line);
  border-radius:26px;
  background:rgba(255,255,255,.62);
}
[data-theme="dark"] .output-card{
  background:rgba(255,255,255,.06);
}
.output-card b{
  display:block;
  color:var(--blue);
  font-size:clamp(28px,3.2vw,42px);
  line-height:1;
  letter-spacing:-.055em;
}
.output-card span{
  display:block;
  color:var(--muted);
  font-size:14px;
  font-weight:850;
  margin-top:8px;
}
.finance-results{
  display:none;
  margin-top:16px;
}
.finance-results.show{
  display:grid;
}
.calc-assumptions{
  margin-top:18px;
  padding:18px;
  border-radius:24px;
  background:rgba(255,210,31,.12);
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
  font-weight:650;
}
.chart-panel{
  margin-top:24px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:36px;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(24px);
  box-shadow:var(--shadow);
}
[data-theme="dark"] .chart-panel{
  background:rgba(8,22,39,.76);
}
.chart-panel h2{
  font-size:clamp(30px,4vw,52px);
  line-height:1;
  letter-spacing:-.07em;
  margin-bottom:18px;
}
.savings-chart{
  width:100%;
  height:420px;
  display:block;
}
.chart-legend{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  color:var(--muted);
  font-weight:800;
  font-size:14px;
}
.legend-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  display:inline-block;
  margin-right:7px;
}
.legend-grid{background:var(--blue)}
.legend-solar{background:#18a058}
.legend-finance{background:var(--yellow)}
@media(max-width:900px){
  .calc-v15-layout,
  .calc-row,
  .output-grid{
    grid-template-columns:1fr;
  }
  .calculator-v15{
    padding:60px 0 86px;
  }
  .savings-chart{
    height:360px;
  }
}


/* v17 financial snapshot graph + one pager */
.financial-snapshot{
  margin-top:24px;
  border-radius:38px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:var(--surface);
}

.snapshot-top{
  background:#1f426f;
  color:white;
  padding:34px 36px 78px;
  display:grid;
  grid-template-columns:1fr 1.35fr;
  gap:32px;
  align-items:start;
}

.snapshot-title h2{
  color:#ffd21f;
  font-size:clamp(28px,3vw,42px);
  letter-spacing:-.055em;
  line-height:1;
  margin:0 0 16px;
}

.snapshot-title p{
  color:rgba(255,255,255,.88);
  max-width:420px;
  line-height:1.55;
  font-weight:650;
}

.snapshot-assumptions{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px 24px;
}

.snapshot-input{
  display:grid;
  grid-template-columns:1fr 112px;
  gap:12px;
  align-items:center;
}

.snapshot-input label{
  margin:0;
  color:white;
  font-size:15px;
  line-height:1.1;
}

.snapshot-input input{
  min-height:48px;
  border:0;
  border-radius:999px;
  background:white;
  color:#1d1d1f;
  text-align:center;
  font-weight:800;
}

.snapshot-summary-card{
  width:min(980px,calc(100% - 48px));
  margin:-50px auto 30px;
  background:white;
  border:4px solid #ffd21f;
  box-shadow:0 24px 80px rgba(0,0,0,.16);
  display:grid;
  grid-template-columns:220px 1fr;
  gap:28px;
  padding:28px 34px;
  align-items:center;
  position:relative;
  z-index:2;
}

[data-theme="dark"] .snapshot-summary-card{
  background:#f8fbff;
  color:#071827;
}

.bank-graphic{
  height:140px;
  display:grid;
  place-items:end center;
  position:relative;
}

.bank-building{
  width:160px;
  height:92px;
  border:3px solid #1f426f;
  border-top:0;
  position:relative;
  background:
    linear-gradient(90deg,rgba(0,113,227,.14) 1px,transparent 1px) 0 0/22px 100%,
    linear-gradient(0deg,rgba(0,113,227,.14) 1px,transparent 1px) 0 0/100% 18px,
    white;
}

.bank-building::before{
  content:"";
  position:absolute;
  left:-18px;
  right:-18px;
  top:-42px;
  height:42px;
  background:linear-gradient(135deg,#071827,#1f426f);
  clip-path:polygon(50% 0,100% 100%,0 100%);
}

.bank-building::after{
  content:"STELLAR FINANCING";
  position:absolute;
  left:50%;
  top:-16px;
  transform:translateX(-50%);
  font-size:8px;
  font-weight:900;
  color:#1f426f;
  background:white;
  padding:3px 8px;
  border-radius:999px;
  white-space:nowrap;
}

.snapshot-copy h3{
  font-size:clamp(28px,3vw,40px);
  line-height:1.1;
  letter-spacing:-.055em;
  color:#1f426f;
  margin-bottom:14px;
}

.snapshot-copy p{
  color:#6b7280;
  line-height:1.55;
  font-weight:650;
}

.chart-panel.financial-chart-panel{
  padding:0;
  overflow:hidden;
}

.financial-chart-area{
  padding:26px 34px 0;
  background:white;
}

[data-theme="dark"] .financial-chart-area{
  background:#f8fbff;
}

.financial-bar-chart{
  width:100%;
  height:470px;
  display:block;
}

.cumulative-table{
  width:100%;
  border-collapse:collapse;
  background:white;
  color:#071827;
  font-weight:650;
}

.cumulative-table th{
  background:#005b8b;
  color:white;
  text-align:left;
  padding:12px 18px;
  font-size:15px;
}

.cumulative-table td{
  border-bottom:1px solid #d1d5db;
  padding:11px 18px;
  font-size:14px;
}

.cumulative-table tr:last-child td{
  font-weight:900;
}

.row-label{
  display:flex;
  align-items:center;
  gap:12px;
}

.color-pill{
  width:34px;
  height:18px;
  border-radius:999px;
  display:inline-block;
}

.pill-savings{background:#f5bd1f}
.pill-emi{background:#8b8f94}
.pill-maint{background:#53575c}
.pill-net{background:#18a058}

.financing-explainer{
  margin-top:28px;
  border-radius:34px;
  border:4px solid #ffd21f;
  background:white;
  color:#071827;
  padding:34px;
  display:grid;
  grid-template-columns:250px 1fr;
  gap:34px;
  align-items:center;
  box-shadow:var(--shadow);
}

.financing-explainer h2{
  font-size:clamp(30px,4vw,54px);
  color:#1f426f;
  line-height:1.05;
  letter-spacing:-.06em;
  margin-bottom:18px;
}

.financing-explainer p{
  color:#6b7280;
  line-height:1.55;
  font-size:18px;
  font-weight:650;
  margin-top:10px;
}

.finance-mini{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:22px;
}

.finance-mini div{
  background:#eef7ff;
  border-radius:22px;
  padding:18px;
  text-align:center;
}

.finance-mini b{
  display:block;
  color:#0a7d28;
  font-size:26px;
}

.finance-mini span{
  color:#1f426f;
  font-size:13px;
  font-weight:900;
}

.download-row{
  display:flex;
  justify-content:center;
  margin-top:26px;
}

.download-onepager{
  border:0;
  border-radius:999px;
  padding:16px 24px;
  font-weight:950;
  color:white;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  box-shadow:0 18px 42px rgba(0,113,227,.25);
  cursor:pointer;
}

@media(max-width:900px){
  .snapshot-top,
  .snapshot-assumptions,
  .snapshot-summary-card,
  .financing-explainer{
    grid-template-columns:1fr;
  }
  .snapshot-summary-card{
    width:calc(100% - 32px);
    padding:24px;
  }
  .snapshot-input{
    grid-template-columns:1fr;
  }
  .financial-bar-chart{
    height:420px;
  }
  .cumulative-table{
    font-size:12px;
  }
  .cumulative-table th,
  .cumulative-table td{
    padding:10px 8px;
  }
}


/* v18 Apple-style integrated financial snapshot */
.financial-snapshot{
  position:relative;
  width:100vw;
  margin:34px 0 0 calc(50% - 50vw);
  border:0;
  border-radius:0;
  box-shadow:none;
  overflow:hidden;
  isolation:isolate;
  background:
    linear-gradient(180deg,rgba(4,10,18,.70),rgba(4,10,18,.82)),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=2400&q=90") center/cover fixed;
  color:white;
  padding:90px max(24px,calc((100vw - 1180px)/2)) 100px;
}

.financial-snapshot::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 22% 16%,rgba(0,113,227,.34),transparent 26rem),
    radial-gradient(circle at 80% 24%,rgba(255,210,31,.20),transparent 28rem),
    linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.42));
}

.financial-snapshot::after{
  content:"";
  position:absolute;
  inset:-20%;
  z-index:-1;
  opacity:.13;
  background:
    linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.10) 1px,transparent 1px);
  background-size:84px 84px;
  transform:rotateX(62deg) rotateZ(-24deg);
  animation:solarTextureDrift 26s linear infinite;
}

.snapshot-top{
  background:transparent;
  color:white;
  padding:0;
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:42px;
  align-items:start;
}

.snapshot-title h2{
  color:white;
  font-size:clamp(44px,6vw,84px);
  letter-spacing:-.085em;
  line-height:.92;
  margin:0 0 20px;
  text-shadow:0 22px 80px rgba(0,0,0,.38);
}

.snapshot-title h2::after{
  content:"";
  display:block;
  width:96px;
  height:6px;
  border-radius:999px;
  margin-top:22px;
  background:linear-gradient(90deg,var(--blue),var(--yellow));
}

.snapshot-title p{
  color:rgba(255,255,255,.82);
  max-width:540px;
  line-height:1.65;
  font-size:18px;
  font-weight:650;
}

.snapshot-assumptions{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.snapshot-input{
  display:grid;
  grid-template-columns:1fr 108px;
  gap:14px;
  align-items:center;
  padding:18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:26px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(24px);
  box-shadow:0 22px 70px rgba(0,0,0,.18);
}

.snapshot-input label{
  color:white;
  margin:0;
  font-size:13px;
  line-height:1.18;
  font-weight:850;
}

.snapshot-input input{
  min-height:48px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#071827;
  text-align:center;
  font-weight:900;
}

.snapshot-summary-card{
  width:100%;
  margin:34px 0 24px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 32px 100px rgba(0,0,0,.28);
  backdrop-filter:blur(26px);
  display:grid;
  grid-template-columns:190px 1fr;
  gap:28px;
  padding:28px;
  align-items:center;
  position:relative;
  z-index:2;
  border-radius:36px;
  color:white;
}

[data-theme="dark"] .snapshot-summary-card{
  background:rgba(255,255,255,.14);
  color:white;
}

.bank-graphic{
  height:150px;
  display:grid;
  place-items:center;
}

.bank-building{
  width:150px;
  height:88px;
  border:2px solid rgba(255,255,255,.72);
  border-top:0;
  position:relative;
  background:
    linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px) 0 0/22px 100%,
    linear-gradient(0deg,rgba(255,255,255,.14) 1px,transparent 1px) 0 0/100% 18px,
    rgba(255,255,255,.10);
  border-radius:0 0 10px 10px;
  box-shadow:0 22px 60px rgba(0,0,0,.26);
}

.bank-building::before{
  content:"";
  position:absolute;
  left:-18px;
  right:-18px;
  top:-42px;
  height:42px;
  background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(0,113,227,.55));
  clip-path:polygon(50% 0,100% 100%,0 100%);
}

.bank-building::after{
  content:"STELLAR FINANCING";
  position:absolute;
  left:50%;
  top:-16px;
  transform:translateX(-50%);
  font-size:8px;
  font-weight:950;
  color:#071827;
  background:rgba(255,255,255,.92);
  padding:4px 8px;
  border-radius:999px;
  white-space:nowrap;
}

.snapshot-copy h3{
  font-size:clamp(28px,3vw,44px);
  line-height:1.08;
  letter-spacing:-.065em;
  color:white;
  margin-bottom:12px;
}

.snapshot-copy p{
  color:rgba(255,255,255,.72);
  line-height:1.55;
  font-weight:650;
}

.financial-chart-area{
  padding:28px 28px 0;
  border-radius:36px 36px 0 0;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(24px);
}

[data-theme="dark"] .financial-chart-area{
  background:rgba(255,255,255,.92);
}

.financial-bar-chart{
  width:100%;
  height:470px;
  display:block;
}

.cumulative-table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  background:rgba(255,255,255,.92);
  color:#071827;
  font-weight:650;
  border-radius:0 0 36px 36px;
}

.cumulative-table th{
  background:rgba(0,91,139,.96);
  color:white;
  text-align:left;
  padding:14px 18px;
  font-size:15px;
}

.cumulative-table td{
  border-bottom:1px solid rgba(7,24,39,.12);
  padding:13px 18px;
  font-size:14px;
}

.financing-explainer{
  position:relative;
  width:100vw;
  margin:0 0 0 calc(50% - 50vw);
  border:0;
  border-radius:0;
  background:
    linear-gradient(180deg,rgba(251,251,253,.92),rgba(238,247,255,.96));
  color:#071827;
  padding:88px max(24px,calc((100vw - 1180px)/2));
  display:grid;
  grid-template-columns:300px 1fr;
  gap:50px;
  align-items:center;
  box-shadow:none;
}

.financing-explainer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 16% 22%,rgba(0,113,227,.14),transparent 24rem),
    radial-gradient(circle at 84% 72%,rgba(255,210,31,.15),transparent 26rem);
}

.financing-explainer > *{
  position:relative;
  z-index:2;
}

.financing-explainer h2{
  font-size:clamp(42px,5vw,78px);
  color:#071827;
  line-height:.95;
  letter-spacing:-.085em;
  margin-bottom:20px;
}

.financing-explainer p{
  color:#5c7080;
  line-height:1.6;
  font-size:19px;
  font-weight:650;
  margin-top:12px;
  max-width:820px;
}

.finance-mini{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-top:22px;
}

.finance-mini div{
  background:rgba(255,255,255,.76);
  border:1px solid rgba(7,24,39,.10);
  box-shadow:0 18px 50px rgba(10,66,140,.10);
  border-radius:24px;
  padding:18px;
  text-align:left;
}

.finance-mini b{
  display:block;
  color:#0071e3;
  font-size:30px;
  letter-spacing:-.04em;
}

.finance-mini span{
  color:#5c7080;
  font-size:13px;
  font-weight:900;
}

.download-row{
  display:flex;
  justify-content:flex-start;
  margin-top:28px;
}

.download-onepager{
  border:0;
  border-radius:999px;
  padding:16px 24px;
  font-weight:950;
  color:white;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  box-shadow:0 18px 42px rgba(0,113,227,.25);
  cursor:pointer;
}

@media(max-width:900px){
  .financial-snapshot{
    padding:70px 20px 76px;
    background-attachment:scroll;
  }
  .snapshot-top,
  .snapshot-assumptions,
  .snapshot-summary-card,
  .financing-explainer{
    grid-template-columns:1fr;
  }
  .snapshot-input{
    grid-template-columns:1fr;
  }
  .financial-chart-area{
    padding:18px 12px 0;
  }
  .financial-bar-chart{
    height:420px;
  }
  .cumulative-table th,
  .cumulative-table td{
    padding:10px 8px;
    font-size:12px;
  }
  .financing-explainer{
    padding:68px 22px;
  }
}


/* v19 corrected calculator + integrated glass graph */
.output-card b#calcAnnualSavings{
  color:var(--blue);
}

.financial-chart-area{
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.20);
  border-bottom:0;
  backdrop-filter:blur(26px);
  box-shadow:0 24px 90px rgba(0,0,0,.20);
}

[data-theme="dark"] .financial-chart-area{
  background:rgba(255,255,255,.10) !important;
}

.financial-bar-chart{
  background:transparent;
}

.cumulative-table{
  background:rgba(255,255,255,.12) !important;
  color:white;
  backdrop-filter:blur(26px);
  border:1px solid rgba(255,255,255,.20);
  border-top:0;
}

.cumulative-table th{
  background:rgba(255,255,255,.12);
  color:white;
  border-bottom:1px solid rgba(255,255,255,.18);
}

.cumulative-table td{
  color:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(255,255,255,.14);
}

.cumulative-table tr:last-child td{
  color:white;
}

.chart-panel,
.financial-snapshot canvas{
  background:transparent;
}

.row-label{
  color:white;
}

.color-pill{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
}

.pill-savings{
  background:rgba(255,210,31,.75);
}

.pill-emi{
  background:rgba(255,255,255,.42);
}

.pill-maint{
  background:rgba(24,215,206,.72);
}

.pill-net{
  background:rgba(24,160,88,.72);
}
