.ind-page{--bg:#111612;--bg2:#161c14;--card:#1c2418;--green:#7fc610;--border:rgba(255,255,255,.08);--white:#f4faf2;--gray:rgba(255,255,255,.5);--muted:rgba(255,255,255,.38);--font:"Montserrat",system-ui,sans-serif;font-family:var(--font);color:var(--white);letter-spacing:normal}.ind-page .container{max-width:1200px;margin:0 auto;padding:0 48px}.ind-page .page-hero{padding:84px 0 60px;border-bottom:1px solid var(--border);background:var(--bg2);text-align:center;position:relative;overflow:hidden}.ind-page .page-hero:before{content:"";position:absolute;top:-160px;left:50%;transform:translateX(-50%);width:760px;height:520px;background:radial-gradient(ellipse,rgba(127,198,16,.09),transparent 70%);pointer-events:none}.ind-page .hero-label{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green);margin-bottom:18px;position:relative}.ind-page .hero-title{font-size:clamp(34px,5vw,58px);font-weight:800;letter-spacing:-.03em;line-height:1.08;margin-bottom:18px;position:relative}.ind-page .hero-title span{color:var(--green)}.ind-page .hero-sub{font-size:16px;color:var(--gray);line-height:1.75;max-width:600px;margin:0 auto;position:relative}.ind-page .subnav{position:-webkit-sticky;position:sticky;top:68px;z-index:150;background:rgba(17,22,18,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.ind-page .subnav-inner{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding:12px 0}.ind-page .subnav-inner::-webkit-scrollbar{display:none}.ind-page .subnav-btn{flex-shrink:0;background:transparent;border:1px solid var(--border);color:rgba(255,255,255,.55);font-family:var(--font);font-size:13px;font-weight:600;padding:8px 18px;border-radius:100px;cursor:pointer;transition:all .2s;white-space:nowrap}.ind-page .subnav-btn:hover{border-color:rgba(127,198,16,.4);color:#fff}.ind-page .subnav-btn.active{background:var(--green);color:#0a1208;border-color:var(--green)}.ind-page .ind-sec{padding:80px 0;border-bottom:1px solid var(--border);scroll-margin-top:130px;position:relative}.ind-page .ind-sec:nth-of-type(2n){background:var(--bg2)}.ind-page .reveal{opacity:0;transform:translateY(34px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.ind-page .reveal.in{opacity:1;transform:none}.ind-page .reveal.d1{transition-delay:.08s}.ind-page .reveal.d2{transition-delay:.16s}.ind-page .reveal.d3{transition-delay:.24s}.ind-page .ind-head{position:relative;text-align:center;max-width:760px;margin:0 auto 40px}.ind-page .ind-head>*{position:relative;z-index:1}.ind-page .ind-bigname{font-size:clamp(40px,7vw,84px);font-weight:900;letter-spacing:-.04em;line-height:1;text-transform:uppercase;margin-bottom:18px}.ind-page .ind-bigname span{color:var(--green)}.ind-page .ind-subtitle{font-size:clamp(17px,2vw,22px);font-weight:700;color:var(--white);letter-spacing:-.01em;margin-bottom:14px;line-height:1.3}.ind-page .ind-desc{font-size:15.5px;color:var(--gray);line-height:1.8;margin:0 auto;max-width:600px}.ind-page .ind-band{position:relative;border-radius:18px;overflow:hidden;border:1px solid var(--border);background:var(--bg);margin-bottom:36px;height:380px}.ind-page .ind-band canvas{width:100%;height:100%;display:block}.ind-page .ind-band-stats{position:absolute;right:18px;bottom:18px;display:flex;gap:10px}.ind-page .band-stat{background:rgba(17,22,18,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border);border-radius:11px;padding:11px 16px;text-align:right}.ind-page .band-stat-n{font-size:19px;font-weight:800;color:var(--green);letter-spacing:-.02em;line-height:1}.ind-page .band-stat-l{font-size:10px;color:var(--muted);margin-top:4px;letter-spacing:.04em}.ind-page .pt-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:38px}.ind-page .pt-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:24px 20px;transition:border-color .25s,transform .2s}.ind-page .pt-card:hover{border-color:rgba(127,198,16,.28);transform:translateY(-3px)}.ind-page .pt-ic{width:40px;height:40px;border-radius:10px;background:rgba(127,198,16,.1);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.ind-page .pt-h{font-size:14.5px;font-weight:700;margin-bottom:7px}.ind-page .pt-t{font-size:13px;color:var(--muted);line-height:1.6}.ind-page .chip-bar{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:flex-start}.ind-page .chip-group{text-align:center}.ind-page .chip-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.ind-page .chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.ind-page .chip{background:rgba(127,198,16,.08);border:1px solid rgba(127,198,16,.25);color:var(--green);font-size:12.5px;font-weight:600;padding:7px 15px;border-radius:8px;cursor:pointer;transition:background .2s}.ind-page .chip:hover{background:rgba(127,198,16,.16)}.ind-page .chip.alt{background:rgba(255,255,255,.04);border-color:var(--border);color:rgba(255,255,255,.6)}.ind-page .chip.alt:hover{background:rgba(255,255,255,.08)}.ind-page .chip-div{width:1px;align-self:stretch;background:var(--border)}@media(max-width:760px){.ind-page .pt-grid{grid-template-columns:1fr 1fr}.ind-page .chip-div{display:none}}@media(max-width:480px){.ind-page .pt-grid{grid-template-columns:1fr}}.ind-page .cta{padding:90px 0}.ind-page .cta-inner{border:1px solid rgba(127,198,16,.22);border-radius:24px;padding:64px 48px;text-align:center;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(127,198,16,.06),transparent)}.ind-page .cta-inner:before{content:"";position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:560px;height:380px;background:radial-gradient(ellipse,rgba(127,198,16,.08),transparent 70%);pointer-events:none}.ind-page .cta-title{font-size:clamp(26px,3.4vw,40px);font-weight:800;letter-spacing:-.025em;margin-bottom:14px;position:relative}.ind-page .cta-sub{font-size:16px;color:var(--gray);max-width:480px;margin:0 auto 32px;line-height:1.7;position:relative}.ind-page .cta-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;position:relative}.ind-page .btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#0a1208;font-family:var(--font);font-size:14px;font-weight:700;padding:13px 28px;border-radius:10px;transition:opacity .2s}.ind-page .btn-primary:hover{opacity:.87}.ind-page .btn-secondary{display:inline-flex;align-items:center;gap:8px;border:1.5px solid rgba(255,255,255,.2);color:rgba(255,255,255,.75);font-family:var(--font);font-size:14px;font-weight:600;padding:12px 26px;border-radius:10px;transition:border-color .2s,color .2s}.ind-page .btn-secondary:hover{border-color:var(--white);color:var(--white)}@media(max-width:900px){.ind-page .container{padding-left:24px;padding-right:24px}.ind-page .ind-row{grid-template-columns:1fr;gap:36px}.ind-page .ind-row.reverse{direction:ltr}}@media(prefers-reduced-motion:reduce){.ind-page .reveal{transition:none;opacity:1;transform:none}}#retail :is(h1,h2,h3,h4,h5,h6){font-size:40px!important}#retail :is(h1,h2,h3,h4,h5,h6){font-weight:600!important}#retail :is(h1,h2,h3,h4,h5,h6){color:rgb(127,198,16)!important}#retail .ind-subtitle{font-weight:500!important}#retail .ind-desc{width:700px!important;width:1000px!important;width:600px!important}#malls :is(h1,h2,h3,h4,h5,h6){font-size:40px!important}#malls :is(h1,h2,h3,h4,h5,h6){font-weight:500!important}#malls :is(h1,h2,h3,h4,h5,h6){color:rgb(127,198,16)!important}#malls .ind-subtitle{font-weight:500!important}#supermarkets :is(h1,h2,h3,h4,h5,h6){font-weight:500!important}#supermarkets :is(h1,h2,h3,h4,h5,h6){font-size:40px!important}#supermarkets :is(h1,h2,h3,h4,h5,h6){color:rgb(127,198,16)!important}#supermarkets .ind-subtitle{font-weight:500!important}#leisure :is(h1,h2,h3,h4,h5,h6){font-size:40px!important}#leisure :is(h1,h2,h3,h4,h5,h6){font-weight:600!important}#leisure :is(h1,h2,h3,h4,h5,h6){color:rgb(127,198,16)!important}#leisure .ind-subtitle{font-weight:500!important}#education-and-public-institutions :is(h1,h2,h3,h4,h5,h6){font-weight:500!important}#education-and-public-institutions :is(h1,h2,h3,h4,h5,h6){font-size:44px!important}#education-and-public-institutions :is(h1,h2,h3,h4,h5,h6){font-size:40px!important}#education-and-public-institutions :is(h1,h2,h3,h4,h5,h6){color:rgb(127,198,16)!important}#education-and-public-institutions .ind-subtitle{font-weight:500!important}#airports :is(h1,h2,h3,h4,h5,h6){font-weight:500!important}#airports :is(h1,h2,h3,h4,h5,h6){font-size:40px!important}#airports :is(h1,h2,h3,h4,h5,h6){color:rgb(127,198,16)!important}#airports .ind-subtitle{font-weight:500!important}#public-transportation :is(h1,h2,h3,h4,h5,h6){font-weight:500!important}#public-transportation :is(h1,h2,h3,h4,h5,h6){font-size:40px!important}#public-transportation :is(h1,h2,h3,h4,h5,h6){color:rgb(127,198,16)!important}#public-transportation .ind-subtitle{font-weight:500!important}#smart-cities :is(h1,h2,h3,h4,h5,h6){font-weight:600!important}#smart-cities :is(h1,h2,h3,h4,h5,h6){font-weight:500!important}#smart-cities :is(h1,h2,h3,h4,h5,h6){font-size:40px!important}#smart-cities :is(h1,h2,h3,h4,h5,h6){color:rgb(127,198,16)!important}#smart-cities .ind-subtitle{font-weight:500!important}#smart-buildings :is(h1,h2,h3,h4,h5,h6){font-weight:500!important}#smart-buildings :is(h1,h2,h3,h4,h5,h6){font-size:40px!important}#smart-buildings :is(h1,h2,h3,h4,h5,h6){color:rgb(127,198,16)!important}#smart-buildings .ind-subtitle{font-weight:500!important}