:root {
  --teal-950:#002f3d;
  --teal-900:#003f52;
  --teal-800:#005568;
  --teal-700:#007789;
  --teal-500:#09a0a7;
  --orange:#f47825;
  --orange-2:#ff9a36;
  --yellow:#f9c74b;
  --mint:#9bc8a2;
  --mint-2:#d8ead9;
  --blue:#549db5;
  --ink:#0c2831;
  --muted:#587079;
  --paper:#f6f8f7;
  --white:#fff;
  --line:rgba(4,67,82,.12);
  --radius:26px;
  --shadow:0 30px 80px rgba(0,47,61,.14);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.section{padding:118px 0;position:relative}
.grain{position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.022;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}

/* Brand motif */
.brand{display:inline-flex;align-items:center;gap:13px}
.brand-symbol{width:46px;height:46px;position:relative;display:inline-block;flex:none}
.brand-symbol>span{position:absolute;width:23px;height:32px;border-radius:100% 0 100% 0;transform:rotate(45deg)}
.brand-symbol>span:nth-child(1){left:1px;top:1px;background:linear-gradient(155deg,var(--mint-2),var(--blue))}
.brand-symbol>span:nth-child(2){right:0;top:8px;background:linear-gradient(155deg,var(--yellow),var(--orange))}
.brand-symbol>span:nth-child(3){left:8px;bottom:0;background:linear-gradient(155deg,var(--teal-500),var(--teal-900));opacity:.95}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:22px;letter-spacing:.02em}.brand-copy small{font-size:10.5px;letter-spacing:.06em;margin-top:4px;opacity:.72}
.petal-stack{position:absolute}.petal{position:absolute;width:130px;height:210px;border-radius:100% 0 100% 0;transform:rotate(45deg);filter:drop-shadow(0 30px 40px rgba(0,0,0,.12))}.petal-mint{background:linear-gradient(160deg,#d3e6c1 0%,#78aeb5 65%,#005f72 100%)}.petal-orange{background:linear-gradient(160deg,#ffe35d 0%,#f79232 50%,#f35f27 100%)}.petal-blue{background:linear-gradient(160deg,#84c4c5,#00667a)}

.site-header{position:fixed;inset:0 0 auto;z-index:1000;color:#fff;transition:.35s ease}
.site-header.scrolled{background:rgba(255,255,255,.92);color:var(--ink);backdrop-filter:blur(18px);box-shadow:0 10px 35px rgba(0,47,61,.08);border-bottom:1px solid var(--line)}
.nav-shell{height:88px;display:flex;align-items:center;gap:34px}
.site-header .brand{margin-right:auto}.site-header .brand-copy small{color:rgba(255,255,255,.72)}.site-header.scrolled .brand-copy small{color:var(--muted)}
.main-nav{display:flex;gap:29px;align-items:center}.main-nav a{font-size:14px;font-weight:650;opacity:.84;position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;height:2px;bottom:-8px;background:var(--orange);transition:.25s}.main-nav a:hover:after{right:0}.main-nav a:hover{opacity:1}
.nav-cta{padding:11px 17px;border-radius:999px;border:1px solid rgba(255,255,255,.28);font-size:13px;font-weight:750;transition:.25s}.site-header.scrolled .nav-cta{border-color:var(--line);background:var(--teal-900);color:#fff}.nav-cta:hover{transform:translateY(-2px);background:var(--orange);border-color:var(--orange);color:#fff}
.menu-toggle{display:none;width:44px;height:44px;background:none;border:0;cursor:pointer}.menu-toggle i{display:block;width:23px;height:2px;background:currentColor;margin:5px auto;transition:.25s}

.hero{min-height:900px;background:radial-gradient(circle at 64% 30%,rgba(35,184,185,.15),transparent 28%),linear-gradient(125deg,var(--teal-950) 0%,var(--teal-900) 54%,#005d69 100%);color:#fff;position:relative;overflow:hidden;padding:150px 0 105px;display:flex;align-items:center}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,36,46,.5),transparent 52%),linear-gradient(0deg,rgba(0,29,37,.5),transparent 38%)}
.hero-grid-bg{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,transparent 0%,#000 55%,#000 100%)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(1px)}.glow-a{width:520px;height:520px;right:-180px;top:-160px;background:radial-gradient(circle,rgba(244,120,37,.3),transparent 65%)}.glow-b{width:420px;height:420px;left:30%;bottom:-230px;background:radial-gradient(circle,rgba(9,160,167,.2),transparent 65%)}
.hero-petals{left:-120px;bottom:8px;opacity:.28;transform:scale(.8)}.hero-petals .petal:nth-child(1){left:0;top:0}.hero-petals .petal:nth-child(2){left:88px;top:94px}.hero-petals .petal:nth-child(3){left:-2px;top:185px}
.hero-layout{display:grid;grid-template-columns:.9fr 1.25fr;gap:70px;align-items:center;position:relative;z-index:2}
.hero-kicker,.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:var(--teal-700)}.hero-kicker{color:#b8e1df;margin-bottom:22px}.hero-kicker span{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px rgba(244,120,37,.12)}
.hero h1{font-size:clamp(52px,5.4vw,82px);line-height:.99;letter-spacing:-.055em;font-weight:780;margin-bottom:28px}.hero h1 em,.section-heading em,.section-top em,.workflow h2 em,.coverage h2 em,.centered h2 em,.cta-shell h2 em{font-style:normal;color:var(--orange)}
.hero-copy>p{font-size:17px;line-height:1.75;color:rgba(255,255,255,.72);max-width:590px;margin-bottom:34px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:15px 23px;border-radius:999px;font-size:14px;font-weight:800;transition:.25s}.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;box-shadow:0 16px 34px rgba(244,120,37,.24)}.btn-orange:hover{transform:translateY(-3px);box-shadow:0 22px 42px rgba(244,120,37,.34)}.btn-ghost{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.04);color:#fff}.btn-ghost:hover{background:rgba(255,255,255,.1);transform:translateY(-3px)}
.hero-proof{margin-top:52px;display:flex;gap:0}.hero-proof>div{padding:0 28px;border-right:1px solid rgba(255,255,255,.15)}.hero-proof>div:first-child{padding-left:0}.hero-proof>div:last-child{border:0}.hero-proof strong{display:block;font-size:28px;line-height:1;color:#fff}.hero-proof span{display:block;font-size:11px;color:rgba(255,255,255,.55);margin-top:8px;text-transform:uppercase;letter-spacing:.12em}

.hero-dashboard{position:relative;perspective:1300px}.dashboard-window{background:#f8fbfa;color:var(--ink);border-radius:24px;box-shadow:0 48px 110px rgba(0,18,24,.44);overflow:hidden;border:1px solid rgba(255,255,255,.22);transform:rotateY(-4deg) rotateX(2deg);transform-origin:center;transition:.5s}.hero-dashboard:hover .dashboard-window{transform:rotateY(0) rotateX(0) translateY(-4px)}
.window-bar{height:48px;background:#fff;border-bottom:1px solid #e7eeec;display:flex;align-items:center;padding:0 18px;gap:16px;font-size:10px;color:#60737a}.window-bar>span{margin:auto}.window-dots{display:flex;gap:5px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#d8e1df}.window-dots i:first-child{background:#f27b57}.window-dots i:nth-child(2){background:#f8c04d}.window-dots i:nth-child(3){background:#70c28b}.window-bar>b{font-size:9px;color:#13855b;display:flex;align-items:center;gap:6px}.window-bar>b i{width:6px;height:6px;border-radius:50%;background:#2fc477;box-shadow:0 0 0 4px rgba(47,196,119,.12)}
.dashboard-main{display:grid;grid-template-columns:54px 1fr;min-height:510px}.dash-side{background:var(--teal-950);padding:14px 8px;display:flex;flex-direction:column;align-items:center;gap:10px}.mini-logo{width:30px;height:30px;border-radius:9px;background:var(--orange);color:white;display:grid;place-items:center;font-size:9px;font-weight:900;margin-bottom:12px}.dash-side button{width:32px;height:32px;border:0;border-radius:9px;background:transparent;color:rgba(255,255,255,.45);cursor:pointer}.dash-side button.active,.dash-side button:hover{background:rgba(255,255,255,.12);color:#fff}
.dash-content{padding:24px}.dash-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.dash-head small,.card-title small{font-size:8px;letter-spacing:.13em;color:#87989d}.dash-head h2{font-size:18px;margin-top:3px}.company-switch{display:flex;background:#edf3f1;border-radius:9px;padding:3px}.company-switch button{border:0;background:transparent;font-size:8px;font-weight:800;color:#8a9a9f;padding:6px 9px;border-radius:7px}.company-switch button.active{background:white;color:var(--teal-900);box-shadow:0 3px 10px rgba(0,50,63,.08)}
.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.metric-row article{background:white;border:1px solid #e7eeec;border-radius:13px;padding:13px}.metric-row span{display:block;font-size:8px;color:#7c8d92}.metric-row strong{font-size:14px;color:var(--teal-900);display:block;margin:3px 0}.metric-row small{font-size:7px;color:#9aa8ab}
.dash-grid{display:grid;grid-template-columns:1.35fr 1fr;grid-template-rows:1fr auto;gap:11px}.dash-grid>article{background:white;border:1px solid #e7eeec;border-radius:14px;padding:14px}.chart-card{grid-row:span 2}.card-title{display:flex;justify-content:space-between;gap:8px}.card-title b{display:block;font-size:9px}.card-title>span{font-size:7px;background:#eff5f3;border-radius:7px;padding:4px 7px;height:max-content;color:#74858a}
.bars{height:150px;display:flex;align-items:end;gap:9px;padding:20px 5px 8px;border-bottom:1px solid #e9efed;background:repeating-linear-gradient(to top,transparent 0 29px,#edf2f0 30px)}.bars i{flex:1;height:var(--a);border-radius:4px 4px 0 0;background:var(--teal-700);position:relative}.bars i:after{content:"";position:absolute;width:58%;height:var(--b);bottom:0;right:-30%;background:var(--orange);border-radius:4px 4px 0 0}.chart-legend{display:flex;gap:15px;margin-top:11px;font-size:7px;color:#7d8e92}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i{width:7px;height:7px;border-radius:2px;background:var(--teal-700)}.chart-legend span:nth-child(2) i{background:var(--orange)}
.ndvi-map{height:96px;margin-top:11px;border-radius:10px;background:linear-gradient(135deg,#173a38,#1e5545 60%,#596944);position:relative;overflow:hidden}.ndvi-map:after{content:"";position:absolute;inset:0;background:repeating-radial-gradient(ellipse at 70% 30%,transparent 0 12px,rgba(255,255,255,.05) 13px 14px)}.ndvi-map i{position:absolute;width:28px;height:44px;border-radius:60% 20% 60% 30%;transform:rotate(35deg);z-index:2}.ndvi-map i:nth-child(1){background:#e1402c;left:18%;top:25%}.ndvi-map i:nth-child(2){background:#f69231;left:34%;top:35%}.ndvi-map i:nth-child(3){background:#f5d64e;left:51%;top:19%}.ndvi-map i:nth-child(4){background:#7ec45c;left:65%;top:32%}.ndvi-map i:nth-child(5){background:#1f9a63;left:77%;top:17%}.ndvi-map b{position:absolute;right:7px;bottom:5px;font-size:6px;color:white;z-index:3}.ndvi-scale{display:flex;align-items:center;gap:7px;font-size:6px;color:#7e8f93;margin-top:8px}.ndvi-scale i{height:4px;flex:1;border-radius:5px;background:linear-gradient(90deg,#d83d2d,#f6d84e,#2b9d63)}
.water-list{margin-top:9px;display:grid;gap:6px}.water-list>div{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:7px;background:#f5f8f7;border-radius:8px;font-size:7px}.water-list b{font-size:7px}.water-list i{font-style:normal;font-size:6px;padding:3px 5px;border-radius:5px}.water-list .ok{color:#187c59;background:#dff3e9}
.float-card{position:absolute;background:#fff;color:var(--ink);border-radius:14px;box-shadow:0 20px 50px rgba(0,26,34,.25);z-index:4}.float-ndvi{right:-20px;top:74px;padding:14px 17px}.float-ndvi span{font-size:8px;color:var(--orange);font-weight:900}.float-ndvi b{display:block;font-size:10px}.float-ndvi small{display:block;font-size:7px;color:#819196;margin-top:2px}.float-update{left:-40px;bottom:34px;padding:12px 16px;display:flex;align-items:center;gap:10px}.float-update>i{width:27px;height:27px;border-radius:50%;background:var(--mint-2);position:relative}.float-update>i:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#14845c;font-size:11px;font-style:normal}.float-update b{font-size:9px;display:block}.float-update small{font-size:7px;color:#87969a;display:block}
.scroll-hint{position:absolute;z-index:3;left:50%;bottom:28px;transform:translateX(-50%);font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.45);display:flex;align-items:center;gap:9px}.scroll-hint span{width:28px;height:1px;background:rgba(255,255,255,.35);position:relative}.scroll-hint span:after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg)}

.section-heading h2,.section-top h2,.workflow h2,.coverage h2,.centered h2{font-size:clamp(39px,4vw,60px);line-height:1.1;letter-spacing:-.045em;margin-top:17px}.intro-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:100px;align-items:end}.intro-copy>p{font-size:18px;line-height:1.8;color:var(--muted)}.intro-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.intro-tags span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;border:1px solid var(--line);padding:8px 12px;border-radius:999px;background:white}
.feature-strip{margin-top:80px;display:grid;grid-template-columns:repeat(3,1fr);background:white;border-radius:24px;box-shadow:0 25px 70px rgba(0,54,67,.08);overflow:hidden;border:1px solid var(--line)}.feature-strip article{padding:34px;display:grid;grid-template-columns:54px 1fr;gap:20px;border-right:1px solid var(--line)}.feature-strip article:last-child{border:0}.feature-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;font-size:23px;font-weight:900}.feature-icon.land{color:#fff;background:var(--teal-800)}.feature-icon.visual{color:#fff;background:linear-gradient(135deg,var(--orange),var(--yellow))}.feature-icon.report{color:var(--teal-900);background:var(--mint-2)}.feature-strip small{font-size:9px;color:var(--orange);font-weight:900}.feature-strip h3{font-size:18px;margin:2px 0 8px}.feature-strip p{font-size:12px;color:var(--muted)}

.modules{background:var(--teal-950);color:#fff;overflow:hidden}.modules:before{content:"";position:absolute;width:800px;height:800px;border-radius:50%;right:-430px;top:100px;background:radial-gradient(circle,rgba(244,120,37,.16),transparent 65%)}.section-top{display:flex;align-items:end;justify-content:space-between;gap:70px;margin-bottom:58px;position:relative;z-index:2}.section-top>p{max-width:430px;color:rgba(255,255,255,.62);font-size:15px}.eyebrow.light{color:#a9dbd5}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;position:relative;z-index:2}.module-card{min-height:315px;border-radius:25px;padding:29px;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:.35s;border:1px solid rgba(255,255,255,.08)}.module-card:hover{transform:translateY(-6px);box-shadow:0 28px 65px rgba(0,0,0,.2)}.module-card.large{grid-row:span 2;min-height:648px}.module-card.orange{background:linear-gradient(150deg,#ff9a36,#f06a20);color:#fff}.module-card.teal{background:linear-gradient(145deg,#0b8191,#005467)}.module-card.mint{background:linear-gradient(145deg,#d8ead9,#97c5a1);color:var(--ink)}.module-card.dark{background:linear-gradient(145deg,#0a2832,#001b24)}.module-card.biodiversity{background:linear-gradient(145deg,#1f5f4d,#083d3b)}.module-card.database{background:#fff;color:var(--ink)}.module-number{position:absolute;right:24px;top:20px;font-size:11px;font-weight:900;opacity:.5}.module-copy{margin-top:auto;max-width:78%;position:relative;z-index:2}.module-copy>span{font-size:9px;font-weight:900;letter-spacing:.16em;opacity:.72}.module-copy h3{font-size:29px;line-height:1.05;letter-spacing:-.03em;margin:10px 0 15px}.module-card.large .module-copy h3{font-size:45px}.module-copy p{font-size:12px;line-height:1.65;opacity:.73}.module-copy small{font-size:9px;display:block;margin-top:16px;font-weight:750;opacity:.65}.module-arrow{position:absolute;right:24px;bottom:24px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid currentColor;opacity:.55;transition:.25s}.module-card:hover .module-arrow{opacity:1;transform:rotate(45deg)}
.module-icon{position:absolute;right:38px;top:55px;width:100px;height:100px;border-radius:31px;display:grid;place-items:center;font-size:40px;font-weight:200;background:rgba(255,255,255,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.module-card.mint .module-icon,.module-card.database .module-icon{background:rgba(0,67,82,.08)}.terrain{position:absolute;inset:60px 30px auto 30px;height:300px;perspective:900px}.terrain i{position:absolute;left:7%;right:7%;height:130px;border-radius:50%;transform:rotateX(66deg) rotateZ(-8deg);border:2px solid rgba(255,255,255,.4)}.terrain i:nth-child(1){top:10px;background:rgba(0,71,82,.22)}.terrain i:nth-child(2){top:57px;left:17%;right:15%;background:rgba(255,213,75,.2)}.terrain i:nth-child(3){top:105px;left:25%;right:24%;background:rgba(0,77,75,.26)}.terrain b{position:absolute;width:130px;height:130px;border-radius:50%;left:43%;top:84px;background:radial-gradient(circle at 35% 30%,#a2d5d0,#0f7181);box-shadow:0 20px 60px rgba(0,57,66,.4)}.leaf-art{position:absolute;right:30px;top:45px;width:170px;height:170px}.leaf-art i{position:absolute;width:75px;height:115px;border-radius:100% 0 100% 0;transform:rotate(45deg);background:rgba(255,255,255,.15)}.leaf-art i:nth-child(1){left:0;top:15px;background:linear-gradient(150deg,#d3e6c1,#4a9f7b)}.leaf-art i:nth-child(2){left:65px;top:0;background:linear-gradient(150deg,#f9d34e,#f07726)}.leaf-art i:nth-child(3){left:52px;top:67px;background:linear-gradient(150deg,#59a8a8,#006173)}

.workflow{background:#fff}.workflow-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:100px;align-items:start}.workflow-copy{position:sticky;top:130px}.workflow-copy>p{font-size:16px;color:var(--muted);line-height:1.8;margin:25px 0}.text-link{font-size:13px;font-weight:850;color:var(--teal-800);display:inline-flex;gap:13px;align-items:center}.workflow-flow{display:grid;gap:12px}.flow-step{display:grid;grid-template-columns:38px 58px 1fr;gap:19px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--paper);transition:.3s}.flow-step:hover,.flow-step.active{background:var(--teal-900);color:#fff;transform:translateX(-8px);box-shadow:0 22px 55px rgba(0,63,82,.16)}.flow-step>span{font-size:10px;color:var(--orange);font-weight:900}.flow-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#fff;color:var(--teal-900);font-size:22px}.flow-step small{font-size:8px;letter-spacing:.15em;font-weight:850;opacity:.6}.flow-step h3{font-size:20px;margin:2px 0}.flow-step p{font-size:11px;opacity:.66}.flow-step.active p,.flow-step:hover p{color:rgba(255,255,255,.66)}

.coverage{padding-top:0;background:#fff}.coverage-card{background:linear-gradient(130deg,var(--teal-950),var(--teal-800));color:#fff;border-radius:32px;padding:65px;display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;position:relative;overflow:hidden}.coverage-card:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;left:-120px;bottom:-220px;background:radial-gradient(circle,var(--orange),transparent 67%);opacity:.25}.coverage-copy p{color:rgba(255,255,255,.62);margin-top:20px;font-size:14px;max-width:500px}.company-cards{display:grid;gap:13px}.company-cards article{display:grid;grid-template-columns:62px 1fr auto;gap:18px;align-items:center;padding:19px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(10px)}.company-cards article>span{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:var(--orange);font-weight:900}.company-cards article:nth-child(2)>span{background:var(--mint);color:var(--teal-950)}.company-cards small{font-size:8px;opacity:.6}.company-cards h3{font-size:20px}.company-cards p{font-size:9px;color:rgba(255,255,255,.54)}.company-cards b{font-size:18px;opacity:.55}

.roadmap{background:var(--paper)}.centered{text-align:center;max-width:820px}.centered .eyebrow{justify-content:center}.centered>p{color:var(--muted);max-width:700px;margin:22px auto 0}.roadmap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}.roadmap-card{background:#fff;border-radius:23px;padding:30px;border:1px solid var(--line);position:relative;box-shadow:0 18px 50px rgba(0,62,76,.06)}.roadmap-card>span{position:absolute;right:24px;top:24px;font-size:10px;color:var(--orange);font-weight:900}.roadmap-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:25px;background:var(--teal-900);color:#fff;margin-bottom:23px}.roadmap-icon.domestic{background:linear-gradient(135deg,var(--orange),var(--yellow))}.roadmap-icon.sustain{background:var(--mint);color:var(--teal-950)}.roadmap-card h3{font-size:23px}.roadmap-card p{font-size:12px;color:var(--muted);margin:9px 0 28px;min-height:58px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.timeline.six{grid-template-columns:repeat(6,1fr)}.timeline.eight{grid-template-columns:repeat(8,1fr)}.timeline i{height:5px;background:#dce6e4;border-radius:5px}.timeline i.done{background:var(--orange);box-shadow:0 0 0 4px rgba(244,120,37,.1)}.roadmap-card small{font-size:8px;color:#8a999d;letter-spacing:.1em;text-transform:uppercase;margin-top:10px;display:block}

.cta-section{padding:0 0 100px;background:var(--paper)}.cta-shell{min-height:430px;border-radius:34px;background:linear-gradient(130deg,#00485c,#00313f);color:#fff;padding:72px;display:grid;grid-template-columns:1fr .55fr;gap:70px;align-items:center;position:relative;overflow:hidden}.cta-shell h2{font-size:clamp(45px,5vw,72px);line-height:1.01;letter-spacing:-.05em;margin-top:18px}.cta-side{position:relative;z-index:2}.cta-side p{color:rgba(255,255,255,.64);font-size:15px;margin-bottom:27px}.cta-petals{right:180px;bottom:-120px;opacity:.18;transform:scale(.8)}.cta-petals .petal:nth-child(1){left:0;top:0}.cta-petals .petal:nth-child(2){left:85px;top:78px}.cta-petals .petal:nth-child(3){left:-10px;top:166px}

.site-footer{background:#071f28;color:#fff;padding:70px 0 24px}.footer-main{display:grid;grid-template-columns:1.3fr .65fr .65fr .7fr;gap:55px}.footer-brand p{font-size:12px;color:rgba(255,255,255,.48);max-width:280px;margin-top:22px}.footer-main h4{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.43);margin-bottom:17px}.footer-main>div>a:not(.brand){display:block;font-size:12px;color:rgba(255,255,255,.68);margin:9px 0}.footer-main>div>a:hover{color:var(--orange)}.alamtri-wordmark{align-self:start;justify-self:end;display:grid;grid-template-columns:auto auto;position:relative;line-height:.8}.alamtri-wordmark strong{font-size:28px;letter-spacing:-.05em}.alamtri-wordmark small{grid-column:1/3;text-align:right;font-size:17px;color:#70aeb7;margin-top:6px}.tri-mark{width:24px;height:28px;position:relative;margin-left:3px}.tri-mark i{position:absolute;width:8px;height:13px;border-radius:100% 0 100% 0;transform:rotate(45deg)}.tri-mark i:nth-child(1){background:#96c99c;left:0;top:0}.tri-mark i:nth-child(2){background:#f8c548;right:0;top:0}.tri-mark i:nth-child(3){background:#41a3b1;left:0;bottom:0}.tri-mark i:nth-child(4){background:#ef7628;right:0;bottom:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;font-size:9px;color:rgba(255,255,255,.36);letter-spacing:.06em}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.75,.25,1)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}

@media (max-width:1050px){.hero-layout{grid-template-columns:1fr;gap:55px}.hero{padding-top:140px}.hero-copy{max-width:730px}.hero-dashboard{max-width:800px;width:100%;margin:auto}.intro-grid,.workflow-layout{gap:55px}.module-card.large{grid-row:auto;min-height:410px}.module-grid{grid-template-columns:1fr 1fr}.coverage-card{grid-template-columns:1fr;gap:45px}.footer-main{grid-template-columns:1.2fr .7fr .7fr}.alamtri-wordmark{justify-self:start}.cta-shell{grid-template-columns:1fr .6fr}}
@media (max-width:820px){.section{padding:88px 0}.nav-shell{height:76px}.main-nav{position:absolute;top:76px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;color:var(--ink);border-radius:18px;padding:10px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:12px 15px}.nav-cta{display:none}.menu-toggle{display:block}.intro-grid{grid-template-columns:1fr;gap:35px}.feature-strip{grid-template-columns:1fr}.feature-strip article{border-right:0;border-bottom:1px solid var(--line)}.module-grid{grid-template-columns:1fr}.module-card,.module-card.large{min-height:360px}.section-top{flex-direction:column;align-items:flex-start;gap:25px}.workflow-layout{grid-template-columns:1fr}.workflow-copy{position:relative;top:auto}.roadmap-grid{grid-template-columns:1fr}.cta-shell{grid-template-columns:1fr;padding:55px 35px;gap:35px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.alamtri-wordmark{justify-self:start}.hero-proof{flex-wrap:wrap}.float-ndvi{right:-5px}.float-update{left:-5px}.dashboard-window{transform:none}}
@media (max-width:560px){.container{width:min(100% - 26px,1180px)}.hero{min-height:auto;padding:125px 0 85px}.hero-layout{gap:45px}.hero h1{font-size:49px}.hero-copy>p{font-size:15px}.hero-actions{display:grid}.btn{width:100%}.hero-proof{margin-top:38px}.hero-proof>div{padding:0 15px}.hero-proof strong{font-size:22px}.hero-proof span{font-size:8px}.dashboard-main{grid-template-columns:38px 1fr;min-height:440px}.dash-side{padding:10px 4px}.dash-side button{width:28px;height:28px}.dash-content{padding:14px}.metric-row{grid-template-columns:1fr 1fr}.metric-row article:nth-child(3){display:none}.dash-grid{grid-template-columns:1fr}.chart-card{grid-row:auto}.ndvi-card,.water-card{display:none}.bars{height:120px}.float-card{display:none}.section-heading h2,.section-top h2,.workflow h2,.coverage h2,.centered h2{font-size:39px}.feature-strip article{padding:27px 22px}.module-card,.module-card.large{min-height:390px;padding:24px}.module-card.large .module-copy h3,.module-copy h3{font-size:31px}.module-copy{max-width:88%}.module-art{opacity:.6}.flow-step{grid-template-columns:28px 48px 1fr;padding:17px;gap:12px}.flow-icon{width:48px;height:48px}.coverage-card{padding:38px 24px}.company-cards article{grid-template-columns:50px 1fr auto}.company-cards article>span{width:50px;height:50px}.cta-shell{border-radius:24px;padding:45px 25px}.cta-shell h2{font-size:45px}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:7px}.scroll-hint{display:none}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}


/* Official AlamTri Geo logo */
.brand{gap:0}
.brand-logo-shell{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.45);border-radius:13px;padding:7px 11px;box-shadow:0 10px 30px rgba(0,31,40,.15);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.brand:hover .brand-logo-shell{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,31,40,.22)}
.brand-logo{display:block;width:184px;height:auto;object-fit:contain}
.site-header.scrolled .brand-logo-shell,.sub-header .brand-logo-shell{border-color:var(--line);box-shadow:0 8px 24px rgba(0,47,61,.08)}
.footer-brand .brand-logo-shell{padding:9px 13px;border-radius:14px}
.footer-brand .brand-logo{width:205px}
.footer-official-logo{align-self:start;justify-self:end;display:inline-flex;padding:10px 14px;background:#fff;border-radius:15px;box-shadow:0 14px 35px rgba(0,0,0,.18)}
.footer-official-logo img{display:block;width:220px;height:auto}
@media (max-width:1050px){.footer-official-logo{justify-self:start}}
@media (max-width:560px){.brand-logo-shell{padding:6px 9px;border-radius:11px}.brand-logo{width:145px}.footer-brand .brand-logo{width:175px}.footer-official-logo img{width:185px}}

/* 1DEA logo transparency — hard override */
.brand-logo-shell,
.site-header .brand-logo-shell,
.sub-header .brand-logo-shell,
.footer-brand .brand-logo-shell {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  filter: none !important;
}
.brand-logo,
.brand-logo-shell img {
  display: block;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Real photographic module cards — July 2026 */
.photo-module-grid{align-items:stretch}
.module-card.photo-card{
  isolation:isolate;
  background:#062f3d;
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.module-card.photo-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 86% 14%,var(--photo-accent,rgba(244,120,37,.42)),transparent 34%),
    linear-gradient(180deg,rgba(0,28,36,.02) 0%,rgba(0,28,36,.18) 35%,rgba(0,25,33,.92) 78%,rgba(0,23,30,.98) 100%);
  transition:opacity .35s ease;
}
.module-card.photo-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.12),transparent 32%);
  mix-blend-mode:soft-light;
}
.module-card.photo-card:hover::before{opacity:.9}
.module-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  filter:saturate(.94) contrast(1.04) brightness(.92);
  transform:scale(1.002);
  transition:transform .7s cubic-bezier(.2,.75,.25,1),filter .45s ease;
}
.module-card.photo-card:hover .module-photo{transform:scale(1.055);filter:saturate(1.04) contrast(1.07) brightness(.96)}
.module-card.photo-card .module-number{
  z-index:3;
  opacity:1;
  min-width:34px;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(0,35,44,.46);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}
.module-card.photo-card .module-copy{
  max-width:86%;
  z-index:3;
  text-shadow:0 2px 18px rgba(0,0,0,.52);
}
.module-card.photo-card .module-copy>span{color:#ffd39d;opacity:1}
.module-card.photo-card .module-copy h3{color:#fff}
.module-card.photo-card .module-copy p{color:rgba(255,255,255,.84);opacity:1}
.module-card.photo-card .module-copy small{color:rgba(255,255,255,.72);opacity:1}
.module-card.photo-card .module-arrow{
  z-index:3;
  color:#fff;
  background:rgba(0,35,44,.42);
  border-color:rgba(255,255,255,.6);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.module-card.photo-land{--photo-accent:rgba(244,120,37,.62)}
.module-card.photo-water{--photo-accent:rgba(25,185,193,.52)}
.module-card.photo-waste{--photo-accent:rgba(232,154,52,.46)}
.module-card.photo-nursery{--photo-accent:rgba(109,179,105,.52)}
.module-card.photo-biodiversity{--photo-accent:rgba(106,189,129,.48)}
.module-card.photo-incident{--photo-accent:rgba(244,120,37,.58)}
.module-card.photo-land .module-photo{object-position:center 48%}
.module-card.photo-water .module-photo{object-position:center 48%}
.module-card.photo-waste .module-photo{object-position:center 42%}
.module-card.photo-nursery .module-photo{object-position:center 49%}
.module-card.photo-biodiversity .module-photo{object-position:center 45%}
.module-card.photo-incident .module-photo{object-position:center 50%}
@media (max-width:560px){
  .module-card.photo-card .module-copy{max-width:91%}
  .module-card.photo-card .module-copy h3{font-size:31px}
  .module-card.photo-card::before{background:linear-gradient(180deg,rgba(0,28,36,.04) 0%,rgba(0,28,36,.22) 32%,rgba(0,25,33,.94) 76%,rgba(0,23,30,.99) 100%)}
}

/* =========================
   HERO MODULE SLIDER
   ========================= */
.hero-module-slider{position:relative;min-width:0;--slide-duration:4600ms;perspective:1400px}
.slider-frame{position:relative;z-index:3;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:28px;background:rgba(246,250,249,.96);box-shadow:0 50px 120px rgba(0,19,25,.48);transform:rotateY(-2.2deg) rotateX(1deg);transform-origin:center;transition:transform .55s ease,box-shadow .55s ease;backdrop-filter:blur(14px)}
.hero-module-slider:hover .slider-frame,.hero-module-slider:focus-within .slider-frame{transform:rotateY(0) rotateX(0) translateY(-4px);box-shadow:0 58px 130px rgba(0,19,25,.55)}
.slider-topbar{height:52px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;color:#16353d;background:rgba(249,252,251,.98);border-bottom:1px solid rgba(0,63,82,.08)}
.slider-live{display:inline-flex;align-items:center;gap:9px;font-size:10px;font-weight:900;letter-spacing:.13em}.slider-live i{width:8px;height:8px;border-radius:50%;background:#46c987;box-shadow:0 0 0 5px rgba(70,201,135,.13),0 0 18px rgba(70,201,135,.65)}
.slider-count{display:flex;align-items:baseline;gap:3px;font-size:12px;color:#82979c}.slider-count b{font-size:18px;color:var(--teal-900);font-variant-numeric:tabular-nums}.slider-count em{font-style:normal}
.hero-slides{position:relative;height:570px;background:#003745;isolation:isolate}
.hero-slide{position:absolute;inset:0;display:block;overflow:hidden;color:#fff;opacity:0;pointer-events:none;transform:scale(1.018);z-index:1;will-change:opacity,transform;transition:opacity 1.35s cubic-bezier(.22,.61,.36,1),transform 1.75s cubic-bezier(.22,.61,.36,1)}
.hero-slide.is-active{opacity:1;pointer-events:auto;transform:scale(1);z-index:2}
.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.96) contrast(1.03);transform:scale(1.06)}
.hero-slide.is-active img{animation:heroSliderZoom var(--slide-duration) cubic-bezier(.22,.61,.36,1) both}
@keyframes heroSliderZoom{from{transform:scale(1.06)}to{transform:scale(1.015)}}
.hero-slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,33,43,.9) 0%,rgba(0,42,52,.68) 46%,rgba(0,44,52,.15) 78%),linear-gradient(0deg,rgba(0,27,35,.88) 0%,transparent 56%),linear-gradient(135deg,rgba(244,120,37,.14),transparent 42%)}
.slide-orbit{position:absolute;width:360px;height:360px;border-radius:50%;right:-98px;top:45px;border:1px solid rgba(255,255,255,.22);box-shadow:0 0 0 35px rgba(255,255,255,.035),0 0 0 72px rgba(255,255,255,.022);opacity:.78;transform:scale(.86);transition:transform 1s ease}
.hero-slide.is-active .slide-orbit{transform:scale(1)}
.hero-slide-content{position:absolute;left:38px;right:38px;bottom:38px;z-index:2;max-width:72%}
.slide-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;font-size:10px;font-weight:900;letter-spacing:.15em;color:#ffc18b}.slide-eyebrow:before{content:"";width:20px;height:2px;border-radius:999px;background:var(--orange)}
.hero-slide-content h2{margin:0 0 14px;font-size:clamp(38px,3.1vw,52px);line-height:.97;letter-spacing:-.045em;color:#fff;text-shadow:0 8px 30px rgba(0,24,31,.35)}
.hero-slide-content p{max-width:520px;margin:0 0 18px;font-size:14px;line-height:1.62;color:rgba(255,255,255,.8)}
.slide-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.slide-meta span{padding:7px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(0,45,55,.32);backdrop-filter:blur(6px);font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.82)}
.slide-link{display:inline-flex;align-items:center;gap:12px;font-size:13px;color:#fff}.slide-link i{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-style:normal;background:linear-gradient(135deg,var(--orange),var(--orange-2));box-shadow:0 10px 28px rgba(244,120,37,.28);transition:.25s}.hero-slide:hover .slide-link i{transform:translate(3px,-3px);box-shadow:0 14px 35px rgba(244,120,37,.38)}
.slide-number{position:absolute;z-index:3;right:25px;top:24px;display:grid;place-items:center;width:46px;height:46px;border-radius:15px;border:1px solid rgba(255,255,255,.26);background:rgba(0,55,64,.36);backdrop-filter:blur(10px);font-size:12px;font-weight:900;letter-spacing:.08em}
.slider-arrow{position:absolute;z-index:8;top:calc(50% - 18px);display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;background:rgba(0,44,53,.4);backdrop-filter:blur(9px);box-shadow:0 10px 26px rgba(0,22,28,.2);transition:.22s}.slider-arrow:hover{background:var(--orange);border-color:var(--orange);transform:scale(1.07)}.slider-prev{left:14px}.slider-next{right:14px}.slider-arrow span{font-size:18px;line-height:1}
.slider-footer{position:relative;height:78px;padding:0 18px;display:flex;align-items:center;background:rgba(249,252,251,.98);border-top:1px solid rgba(0,63,82,.08)}
.slider-tabs{width:100%;display:grid;grid-template-columns:repeat(6,1fr);gap:4px}
.slider-tab{position:relative;padding:12px 3px 11px;display:flex;flex-direction:column;align-items:center;gap:6px;border-radius:12px;color:#71878c;font-size:9px;font-weight:850;letter-spacing:.03em;transition:.25s}.slider-tab i{width:7px;height:7px;border-radius:50%;background:#c9d6d3;transition:.25s}.slider-tab:hover{background:#edf4f1;color:var(--teal-900)}.slider-tab.is-active{background:#e4f1ed;color:var(--teal-900)}.slider-tab.is-active i{background:var(--orange);box-shadow:0 0 0 5px rgba(244,120,37,.12)}
.slider-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(0,63,82,.08);overflow:hidden}.slider-progress i{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--orange),#ffad47,var(--mint));transform-origin:left;animation:heroSlideProgress var(--slide-duration) linear forwards}
.hero-module-slider.is-paused .slider-progress i{animation-play-state:paused}
@keyframes heroSlideProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.slider-shadow-card{position:absolute;z-index:1;left:34px;right:34px;height:90%;bottom:-18px;border-radius:28px;border:1px solid rgba(255,255,255,.1);background:rgba(0,89,98,.28);filter:blur(.1px)}.shadow-one{transform:rotate(-2.2deg)}.shadow-two{left:58px;right:20px;bottom:-31px;opacity:.42;transform:rotate(2deg)}

@media (max-width:1050px){.hero-module-slider{max-width:840px;width:100%;margin:auto}.hero-slides{height:560px}}
@media (max-width:820px){.slider-frame{transform:none}.hero-slides{height:500px}.hero-slide-content{max-width:78%}.slider-shadow-card{display:none}}
@media (max-width:560px){.slider-topbar{height:46px;padding:0 14px}.slider-live{font-size:8px}.slider-count b{font-size:15px}.hero-slides{height:445px}.hero-slide-content{left:22px;right:22px;bottom:28px;max-width:90%}.hero-slide-content h2{font-size:35px}.hero-slide-content p{font-size:12px;line-height:1.52;margin-bottom:14px}.slide-meta{margin-bottom:16px}.slide-meta span{font-size:7px;padding:6px 8px}.slide-number{width:39px;height:39px;right:17px;top:17px;border-radius:12px}.slide-orbit{width:245px;height:245px;right:-100px}.slider-arrow{width:36px;height:36px;top:47%}.slider-prev{left:8px}.slider-next{right:8px}.slider-footer{height:62px;padding:0 9px}.slider-tab{padding:10px 2px 9px}.slider-tab span{display:none}.slider-tab i{width:8px;height:8px}}
@media (prefers-reduced-motion:reduce){.hero-slide,.hero-slide img,.slider-frame,.slide-orbit,.slider-progress i{animation:none!important;transition:none!important}}


/* =========================================================
   HERO SLIDER — FULL BLEED FLOATING GLASS OVERRIDE
   Removes all white chrome and overlays controls on the image.
   ========================================================= */
.hero-module-slider{filter:drop-shadow(0 22px 28px rgba(0,18,26,.18))}
.hero-module-slider .slider-frame{
  position:relative!important;
  overflow:hidden!important;
  background:transparent!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:28px!important;
  box-shadow:0 22px 48px rgba(0,18,26,.26),0 8px 20px rgba(0,12,20,.12)!important;
}
.hero-module-slider:hover .slider-frame,
.hero-module-slider:focus-within .slider-frame{
  box-shadow:0 28px 60px rgba(0,18,26,.30),0 12px 26px rgba(0,12,20,.14)!important;
}
.hero-module-slider .hero-slides{
  height:700px!important;
  border-radius:inherit!important;
  background:#003745!important;
}
.hero-module-slider .slider-topbar{
  position:absolute!important;
  z-index:20!important;
  top:16px!important;
  left:18px!important;
  right:18px!important;
  height:46px!important;
  padding:0 15px!important;
  color:#fff!important;
  background:rgba(0,39,49,.42)!important;
  border:1px solid rgba(255,255,255,.15)!important;
  border-radius:14px!important;
  box-shadow:0 10px 24px rgba(0,16,23,.16)!important;
  backdrop-filter:blur(14px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(14px) saturate(1.08)!important;
}
.hero-module-slider .slider-count{color:rgba(255,255,255,.62)!important}
.hero-module-slider .slider-count b{color:#fff!important}
.hero-module-slider .slider-footer{
  position:absolute!important;
  z-index:20!important;
  left:18px!important;
  right:18px!important;
  bottom:16px!important;
  height:62px!important;
  padding:0 10px!important;
  background:rgba(0,39,49,.46)!important;
  border:1px solid rgba(255,255,255,.15)!important;
  border-radius:16px!important;
  box-shadow:0 12px 28px rgba(0,16,23,.18)!important;
  backdrop-filter:blur(15px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(15px) saturate(1.08)!important;
}
.hero-module-slider .slider-tabs{gap:5px!important}
.hero-module-slider .slider-tab{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.64)!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.hero-module-slider .slider-tab:hover{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}
.hero-module-slider .slider-tab.is-active{
  background:rgba(255,255,255,.13)!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)!important;
}
.hero-module-slider .slider-progress{
  left:12px!important;
  right:12px!important;
  bottom:5px!important;
  height:2px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.10)!important;
}
.hero-module-slider .hero-slide-content{bottom:105px!important}
.hero-module-slider .slider-shadow-card{
  z-index:1!important;
  left:12%!important;
  right:12%!important;
  height:28px!important;
  bottom:-15px!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(0,0,0,.23)!important;
  filter:blur(17px)!important;
  transform:none!important;
  pointer-events:none!important;
}
.hero-module-slider .slider-shadow-card.shadow-two{
  left:20%!important;
  right:20%!important;
  bottom:-25px!important;
  opacity:.30!important;
}
@media (max-width:1050px){
  .hero-module-slider .hero-slides{height:650px!important}
}
@media (max-width:820px){
  .hero-module-slider .hero-slides{height:570px!important}
  .hero-module-slider .slider-topbar{top:12px!important;left:12px!important;right:12px!important}
  .hero-module-slider .slider-footer{left:12px!important;right:12px!important;bottom:12px!important}
  .hero-module-slider .hero-slide-content{bottom:92px!important}
}
@media (max-width:560px){
  .hero-module-slider .hero-slides{height:500px!important}
  .hero-module-slider .slider-topbar{height:42px!important;padding:0 12px!important}
  .hero-module-slider .slider-footer{height:52px!important;padding:0 7px!important;border-radius:14px!important}
  .hero-module-slider .hero-slide-content{bottom:78px!important}
  .hero-module-slider .slider-tab{padding:8px 2px!important}
}


/* =========================================================
   Priority landing refinements: current metrics, input access,
   and integration-status strip
   ========================================================= */
.nav-input-link{position:relative;color:#fff!important}
.nav-input-link:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;border-radius:999px;background:var(--orange);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}
.nav-input-link:hover:after{transform:scaleX(1)}
.hero-actions{margin-bottom:13px}
.btn-input{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}
.btn-input:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.48)}
.hero-module-jump{display:inline-flex;align-items:center;gap:9px;margin:0 0 29px;color:rgba(255,255,255,.62);font-size:10px;font-weight:800;letter-spacing:.04em;transition:.22s}
.hero-module-jump span{color:var(--orange);font-size:13px;transition:transform .22s}
.hero-module-jump:hover{color:#fff}.hero-module-jump:hover span{transform:translateY(3px)}
.integration-status{position:relative;z-index:8;margin-top:-1px;padding:0;background:linear-gradient(180deg,#003c4b 0%,#edf3f1 100%)}
.integration-status-shell{min-height:96px;display:grid;grid-template-columns:1.3fr .8fr .8fr .8fr 1.35fr;align-items:center;border-radius:23px;background:rgba(249,252,251,.94);border:1px solid rgba(255,255,255,.65);box-shadow:0 20px 62px rgba(0,34,43,.15);overflow:hidden;backdrop-filter:blur(16px);transform:translateY(34px)}
.status-lead,.status-item{min-height:64px;padding:0 22px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-right:1px solid rgba(0,63,82,.08)}
.status-lead{justify-content:flex-start;flex-direction:row;gap:13px}
.status-pulse{width:10px;height:10px;border-radius:50%;background:#49ca86;box-shadow:0 0 0 6px rgba(73,202,134,.13),0 0 18px rgba(73,202,134,.5);flex:0 0 auto}
.status-lead small,.status-item small{display:block;margin-bottom:5px;color:#85979b;font-size:7px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.status-lead strong,.status-item strong{display:block;color:var(--teal-950);font-size:11px;line-height:1.35}
.status-item{text-align:center}
.status-source{border-right:0}
.intro{padding-top:132px!important}
@media(max-width:1080px){.integration-status-shell{grid-template-columns:1.3fr repeat(3,1fr)}.status-source{grid-column:1/-1;min-height:52px;border-top:1px solid rgba(0,63,82,.08);border-right:0}.status-item:nth-of-type(4){border-right:0}}
@media(max-width:820px){.main-nav .nav-input-link{color:var(--teal-950)!important}.hero-module-jump{margin-bottom:25px}.integration-status{padding:0 18px}.integration-status-shell{grid-template-columns:1fr 1fr;transform:translateY(24px)}.status-lead{grid-column:1/-1;justify-content:center;border-right:0;border-bottom:1px solid rgba(0,63,82,.08)}.status-item{border-bottom:1px solid rgba(0,63,82,.08)}.status-item:nth-of-type(3){border-right:0}.status-source{grid-column:1/-1;border-bottom:0}.intro{padding-top:105px!important}}
@media(max-width:520px){.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hero-actions .btn{padding:0 12px;font-size:10px}.hero-module-jump{font-size:9px}.integration-status{padding:0 14px}.integration-status-shell{grid-template-columns:1fr;border-radius:19px}.status-lead,.status-item,.status-source{grid-column:1;min-height:56px;border-right:0;border-bottom:1px solid rgba(0,63,82,.08)}.status-source{border-bottom:0}.intro{padding-top:92px!important}}


/* =========================================================
   Landing page refinement — glass integration bar and
   cleaner hero viewport balance (2026-07-07)
   ========================================================= */
.hero{
  min-height:860px;
  padding:136px 0 148px;
  align-items:flex-start;
}
.hero-layout{
  gap:56px;
  align-items:start;
}
.hero h1{
  font-size:clamp(50px,5vw,78px);
  margin-bottom:24px;
}
.hero-copy>p{
  margin-bottom:28px;
}
.hero-proof{
  margin-top:34px;
}
.scroll-hint{
  bottom:112px;
}
.hero-module-slider .hero-slides{
  height:640px!important;
}
.hero-module-slider .hero-slide-content{
  bottom:98px!important;
}

.integration-status{
  position:relative;
  z-index:10;
  margin-top:-92px;
  padding:0 0 8px;
  background:transparent;
}
.integration-status-shell{
  min-height:94px;
  display:grid;
  grid-template-columns:1.3fr .8fr .8fr .8fr 1.35fr;
  align-items:center;
  border-radius:24px;
  overflow:hidden;
  transform:none;
  background:linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 48px rgba(0,20,28,.22);
  backdrop-filter:blur(18px) saturate(1.25);
  -webkit-backdrop-filter:blur(18px) saturate(1.25);
}
.status-lead,.status-item{
  min-height:64px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border-right:1px solid rgba(255,255,255,.12);
}
.status-lead{
  justify-content:flex-start;
  flex-direction:row;
  gap:13px;
}
.status-pulse{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#56d48e;
  box-shadow:0 0 0 7px rgba(86,212,142,.11),0 0 22px rgba(86,212,142,.4);
  flex:0 0 auto;
}
.status-lead small,.status-item small{
  display:block;
  margin-bottom:5px;
  color:rgba(227,244,242,.76);
  font-size:7px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.status-lead strong,.status-item strong{
  display:block;
  color:#fff;
  font-size:11px;
  line-height:1.35;
}
.status-item{
  text-align:center;
}
.status-source{
  border-right:0;
}
.status-source strong{
  font-size:10.5px;
}
.intro{
  padding-top:88px!important;
}

@media (max-width:1050px){
  .hero{
    min-height:auto;
    padding:132px 0 140px;
  }
  .hero-layout{
    gap:46px;
  }
  .hero-module-slider .hero-slides{
    height:600px!important;
  }
  .scroll-hint{
    bottom:100px;
  }
}

@media (max-width:820px){
  .hero{
    min-height:auto;
    padding:120px 0 124px;
  }
  .hero-layout{
    gap:34px;
  }
  .hero-proof{
    margin-top:30px;
  }
  .scroll-hint{
    display:none;
  }
  .hero-module-slider .hero-slides{
    height:540px!important;
  }
  .hero-module-slider .hero-slide-content{
    bottom:88px!important;
  }
  .integration-status{
    margin-top:-68px;
    padding:0 18px 8px;
  }
  .integration-status-shell{
    grid-template-columns:1fr 1fr;
  }
  .status-lead{
    grid-column:1/-1;
    justify-content:center;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .status-item{
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .status-item:nth-of-type(3){
    border-right:0;
  }
  .status-source{
    grid-column:1/-1;
    border-bottom:0;
  }
  .intro{
    padding-top:86px!important;
  }
}

@media (max-width:560px){
  .hero{
    padding:116px 0 104px;
  }
  .hero h1{
    font-size:46px;
  }
  .hero-copy>p{
    font-size:15px;
  }
  .hero-module-slider .hero-slides{
    height:470px!important;
  }
  .hero-module-slider .hero-slide-content{
    bottom:74px!important;
  }
  .integration-status{
    margin-top:-52px;
    padding:0 14px 8px;
  }
  .integration-status-shell{
    grid-template-columns:1fr;
    border-radius:19px;
  }
  .status-lead,.status-item,.status-source{
    grid-column:1;
    min-height:56px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .status-source{
    border-bottom:0;
  }
  .intro{
    padding-top:74px!important;
  }
}


/* =========================================================
   Landing page refinement — proportional slider + status bar
   inside hero area (2026-07-07 second pass)
   ========================================================= */
.hero{
  min-height:880px!important;
  padding:136px 0 176px!important;
  align-items:flex-start!important;
}
.hero-layout{
  gap:60px!important;
  align-items:start!important;
}
.hero-module-slider{
  margin-top:28px;
}
.hero-module-slider .hero-slides{
  height:628px!important;
}
.hero-module-slider .hero-slide-content{
  bottom:96px!important;
}
.scroll-hint{
  z-index:9;
  bottom:32px!important;
}

.integration-status{
  position:relative;
  z-index:12;
  margin-top:-158px!important;
  padding:0!important;
  background:transparent!important;
}
.integration-status-shell{
  min-height:88px;
  transform:none!important;
  border-radius:24px;
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 18px 40px rgba(0,18,26,.18)!important;
  backdrop-filter:blur(18px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.08)!important;
}
.status-lead,.status-item{
  min-height:60px;
  border-right:1px solid rgba(255,255,255,.10)!important;
}
.status-source{border-right:0!important}
.status-lead small,.status-item small{
  color:rgba(227,244,242,.68)!important;
}
.status-lead strong,.status-item strong{
  color:#f7fffe!important;
}
.intro{
  padding-top:34px!important;
}

@media (max-width:1050px){
  .hero{
    padding:132px 0 168px!important;
  }
  .hero-layout{
    gap:44px!important;
  }
  .hero-module-slider{
    margin-top:18px;
  }
  .hero-module-slider .hero-slides{
    height:590px!important;
  }
  .integration-status{
    margin-top:-146px!important;
  }
  .intro{
    padding-top:38px!important;
  }
}

@media (max-width:820px){
  .hero{
    padding:120px 0 138px!important;
  }
  .hero-layout{
    gap:34px!important;
  }
  .hero-module-slider{
    margin-top:0;
  }
  .hero-module-slider .hero-slides{
    height:535px!important;
  }
  .hero-module-slider .hero-slide-content{
    bottom:86px!important;
  }
  .integration-status{
    margin-top:-118px!important;
    padding:0 18px!important;
  }
  .integration-status-shell{
    grid-template-columns:1fr 1fr;
  }
  .intro{
    padding-top:52px!important;
  }
}

@media (max-width:560px){
  .hero{
    padding:116px 0 112px!important;
  }
  .hero-module-slider .hero-slides{
    height:470px!important;
  }
  .hero-module-slider .hero-slide-content{
    bottom:74px!important;
  }
  .integration-status{
    margin-top:-88px!important;
    padding:0 14px!important;
  }
  .integration-status-shell{
    border-radius:18px;
    grid-template-columns:1fr;
  }
  .status-lead,.status-item,.status-source{
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
  }
  .status-source{
    border-bottom:0!important;
  }
  .intro{
    padding-top:46px!important;
  }
}


/* =========================================================
   Intro eyebrow position fix (2026-07-07)
   ========================================================= */
.intro .section-heading{
  padding-top:26px;
}
.intro .section-heading .eyebrow{
  margin-bottom:14px;
}
@media (max-width:820px){
  .intro .section-heading{
    padding-top:18px;
  }
}
@media (max-width:560px){
  .intro .section-heading{
    padding-top:14px;
  }
}


/* =========================================================
   Scrolled header input-data color fix (2026-07-07)
   ========================================================= */
.site-header.scrolled .main-nav .nav-input-link{
  color:var(--teal-950)!important;
}
.site-header.scrolled .main-nav .nav-input-link:hover{
  color:var(--orange)!important;
}


/* =========================================================
   Remove "Tentang 1DEA" eyebrow in intro section (2026-07-07)
   ========================================================= */
.intro .section-heading > .eyebrow{
  display:none !important;
}
.intro .section-heading{
  padding-top:0 !important;
}


/* =========================================================
   Mobile hero cleanup (2026-07-07)
   Goal: remove ugly integration panel on phone and tighten
   hero-to-intro spacing for a cleaner mobile experience.
   ========================================================= */
@media (max-width: 560px){
  .hero{
    min-height:auto !important;
    padding:108px 0 38px !important;
  }
  .hero-layout{
    gap:26px !important;
  }
  .hero-copy{
    order:1;
  }
  .hero-module-slider{
    order:2;
    margin-top:0 !important;
  }
  .hero h1{
    font-size:42px !important;
    line-height:0.97 !important;
    margin-bottom:18px !important;
  }
  .hero-copy > p{
    font-size:15px !important;
    line-height:1.72 !important;
    margin-bottom:22px !important;
  }
  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .hero-actions .btn{
    width:100% !important;
  }
  .hero-proof{
    margin-top:22px !important;
  }
  .hero-module-jump,
  .integration-status,
  .scroll-hint{
    display:none !important;
  }
  .hero-module-slider .hero-slides{
    height:408px !important;
    border-radius:26px !important;
  }
  .hero-module-slider .hero-slide-content{
    left:18px !important;
    right:18px !important;
    bottom:64px !important;
    max-width:90% !important;
  }
  .hero-module-slider .hero-slide-content h2{
    font-size:34px !important;
    line-height:0.98 !important;
    margin-bottom:10px !important;
  }
  .hero-module-slider .hero-slide-content p{
    font-size:12px !important;
    line-height:1.56 !important;
    margin-bottom:12px !important;
  }
  .hero-module-slider .slide-meta{
    margin-bottom:12px !important;
    gap:8px !important;
  }
  .hero-module-slider .slide-meta span{
    font-size:8px !important;
    padding:6px 9px !important;
  }
  .hero-module-slider .slider-topbar{
    height:44px !important;
    padding:0 13px !important;
  }
  .hero-module-slider .slide-number{
    width:38px !important;
    height:38px !important;
    border-radius:12px !important;
    right:14px !important;
    top:14px !important;
  }
  .hero-module-slider .slider-arrow{
    width:34px !important;
    height:34px !important;
    top:48% !important;
  }
  .hero-module-slider .slider-prev{left:8px !important;}
  .hero-module-slider .slider-next{right:8px !important;}
  .hero-module-slider .slider-footer{
    height:58px !important;
    padding:0 8px !important;
  }
  .hero-module-slider .slider-tab{
    padding:9px 2px !important;
  }
  .hero-module-slider .slider-tab span{
    display:none !important;
  }
  .hero-module-slider .slider-tab i{
    width:8px !important;
    height:8px !important;
  }
  .intro{
    padding-top:34px !important;
  }
}


/* =========================================================
   Intro spacing rebalance (2026-07-07)
   Fix: intro title too close to top edge and bottom spacing too loose.
   ========================================================= */
.intro{
  padding:84px 0 92px !important;
}
.intro-grid{
  align-items:start !important;
  gap:74px !important;
}
.intro .section-heading h2{
  margin-top:0 !important;
}
.intro .feature-strip{
  margin-top:50px !important;
}

@media (max-width:1050px){
  .intro{
    padding:72px 0 84px !important;
  }
  .intro-grid{
    gap:56px !important;
  }
}

@media (max-width:820px){
  .intro{
    padding:58px 0 74px !important;
  }
  .intro-grid{
    gap:34px !important;
  }
  .intro .feature-strip{
    margin-top:36px !important;
  }
}

@media (max-width:560px){
  .intro{
    padding:34px 0 56px !important;
  }
  .intro .feature-strip{
    margin-top:30px !important;
  }
}


/* =========================================================
   Responsive AlamTri Geo logo system (2026-07-07)
   - Monochrome logo on dark hero/footer
   - Full-color logo on light scrolled header
   - Removed duplicate logo block in footer
   ========================================================= */
.header-brand .brand-logo-shell{
  position:relative;
  width:184px;
  height:66px;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
}
.header-brand .brand-logo{
  position:absolute;
  inset:0 auto auto 0;
  width:184px;
  height:66px;
  object-fit:contain;
  object-position:left center;
  transition:opacity .28s ease,transform .28s ease;
}
.header-brand .brand-logo-light{
  opacity:1;
  transform:translateY(0);
}
.header-brand .brand-logo-dark{
  opacity:0;
  transform:translateY(2px);
}
.site-header.scrolled .header-brand .brand-logo-light{
  opacity:0;
  transform:translateY(-2px);
}
.site-header.scrolled .header-brand .brand-logo-dark{
  opacity:1;
  transform:translateY(0);
}

.site-footer .footer-main{
  grid-template-columns:1.35fr .65fr .65fr;
  align-items:start;
}
.site-footer .footer-brand-logo .brand-logo-shell{
  width:210px;
  height:76px;
}
.site-footer .brand-logo-footer{
  width:210px;
  height:76px;
  object-fit:contain;
  object-position:left center;
}
.site-footer .footer-brand p{
  margin-top:18px;
}
.footer-official-logo{
  display:none!important;
}

@media (max-width:1050px){
  .site-footer .footer-main{
    grid-template-columns:1.2fr .7fr .7fr;
  }
}
@media (max-width:820px){
  .site-footer .footer-main{
    grid-template-columns:1fr 1fr;
  }
  .site-footer .footer-brand{
    grid-column:1/-1;
  }
}
@media (max-width:560px){
  .header-brand .brand-logo-shell{
    width:150px;
    height:58px;
  }
  .header-brand .brand-logo{
    width:150px;
    height:58px;
  }
  .site-footer .footer-main{
    grid-template-columns:1fr;
  }
  .site-footer .footer-brand{
    grid-column:auto;
  }
  .site-footer .footer-brand-logo .brand-logo-shell,
  .site-footer .brand-logo-footer{
    width:190px;
    height:68px;
  }
}


/* =========================================================
   Editorial numbering system — About, Workflow, Roadmap
   Replaces decorative icons with restrained sequence markers.
   ========================================================= */
.feature-strip article{
  grid-template-columns:42px 1fr!important;
  gap:18px!important;
  align-items:start!important;
}
.feature-index{
  position:relative;
  display:inline-flex;
  align-items:flex-start;
  justify-content:flex-start;
  min-height:42px;
  padding-top:12px;
  color:var(--teal-900);
  font-size:18px;
  line-height:1;
  font-weight:850;
  letter-spacing:-.04em;
  font-variant-numeric:tabular-nums;
}
.feature-index:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:22px;
  height:2px;
  border-radius:999px;
  background:var(--orange);
}
.feature-strip article:nth-child(2) .feature-index,
.feature-strip article:nth-child(3) .feature-index{
  color:var(--teal-800);
}
.feature-strip h3{
  margin:0 0 8px!important;
}

.flow-step{
  grid-template-columns:58px 1fr!important;
  gap:20px!important;
  align-items:center!important;
}
.flow-index{
  position:relative;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(0,63,82,.09);
  color:var(--teal-900)!important;
  font-size:17px!important;
  line-height:1;
  font-weight:900!important;
  letter-spacing:-.03em;
  font-variant-numeric:tabular-nums;
  box-shadow:0 10px 24px rgba(0,63,82,.06);
}
.flow-index:after{
  content:"";
  position:absolute;
  bottom:8px;
  width:14px;
  height:2px;
  border-radius:999px;
  background:var(--orange);
}
.flow-step.active .flow-index,
.flow-step:hover .flow-index{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.18);
  color:#fff!important;
  box-shadow:none;
}
.flow-step.active .flow-index:after,
.flow-step:hover .flow-index:after{
  background:#ff9a36;
}

.roadmap-card{
  padding-top:28px!important;
}
.roadmap-stage{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:27px;
  padding-bottom:15px;
  border-bottom:1px solid var(--line);
}
.roadmap-stage span{
  color:#809398;
  font-size:8px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.roadmap-stage strong{
  color:var(--orange);
  font-size:20px;
  line-height:1;
  font-weight:850;
  letter-spacing:-.04em;
  font-variant-numeric:tabular-nums;
}
.roadmap-card h3{
  margin-top:0!important;
}

@media(max-width:820px){
  .feature-strip article{
    grid-template-columns:38px 1fr!important;
  }
  .flow-step{
    grid-template-columns:54px 1fr!important;
  }
  .flow-index{
    width:54px;
    height:54px;
    border-radius:16px;
  }
}

@media(max-width:560px){
  .feature-strip article{
    padding:25px 22px!important;
    grid-template-columns:34px 1fr!important;
    gap:15px!important;
  }
  .feature-index{
    min-height:36px;
    font-size:16px;
  }
  .flow-step{
    grid-template-columns:48px 1fr!important;
    gap:14px!important;
    padding:17px!important;
  }
  .flow-index{
    width:48px;
    height:48px;
    border-radius:14px;
    font-size:15px!important;
  }
  .roadmap-stage{
    margin-bottom:22px;
  }
}


/* =========================================================
   GSAP Scroll Animation Layer — Stage 1
   ========================================================= */
html.gsap-active .reveal{
  transition:none!important;
}
html.gsap-active .module-card,
html.gsap-active .flow-step,
html.gsap-active .roadmap-card,
html.gsap-active .feature-strip article{
  will-change:transform,opacity;
}
html.gsap-active .module-photo{
  will-change:transform;
}
@media (prefers-reduced-motion: reduce){
  html.gsap-active .reveal,
  html.gsap-active .module-card,
  html.gsap-active .flow-step,
  html.gsap-active .roadmap-card,
  html.gsap-active .feature-strip article,
  html.gsap-active .module-photo{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }
}


/* =========================================================
   GSAP stability fix — persistent visibility
   Prevents reveal elements from returning to opacity:0 after
   animation cleanup and keeps primary hero actions accessible.
   ========================================================= */
html.gsap-active .reveal{
  opacity:1;
  visibility:visible;
  transform:none;
}
html.gsap-active .hero-actions > *,
html.gsap-active .hero-module-jump{
  visibility:visible;
}


/* =========================================================
   Dedicated tablet + mobile composition (2026-07-08)
   Desktop rules above remain unchanged.
   ========================================================= */

/* Tablet landscape / compact desktop */
@media (min-width:821px) and (max-width:1050px){
  .container{width:min(100% - 48px,900px)}
  .nav-shell{height:78px}
  .header-brand .brand-logo-shell,
  .header-brand .brand-logo{width:164px;height:60px}
  .main-nav{gap:20px}
  .main-nav a{font-size:12px}

  .hero{
    min-height:auto!important;
    padding:118px 0 112px!important;
  }
  .hero-layout{
    grid-template-columns:1fr!important;
    gap:46px!important;
  }
  .hero-copy{max-width:720px}
  .hero h1{font-size:58px!important;line-height:1!important}
  .hero-copy>p{max-width:660px;font-size:16px}
  .hero-actions{margin-bottom:12px}
  .hero-proof{margin-top:30px}
  .hero-module-slider{max-width:780px!important;margin:0 auto!important}
  .hero-module-slider .hero-slides{height:500px!important}
  .hero-module-slider .hero-slide-content{bottom:88px!important}
  .integration-status{margin-top:-70px!important;padding:0 24px!important}
  .integration-status-shell{grid-template-columns:1.2fr 1fr 1fr!important}
  .status-source{grid-column:1/-1!important}

  .intro{padding:70px 0 82px!important}
  .intro-grid{grid-template-columns:1fr 1fr!important;gap:48px!important;align-items:start!important}
  .section-heading h2,.section-top h2,.workflow h2,.coverage h2,.centered h2{font-size:44px!important}
  .feature-strip{grid-template-columns:repeat(3,1fr)!important}
  .feature-strip article{padding:28px 22px!important}

  .module-grid{grid-template-columns:1fr 1fr!important;gap:18px!important}
  .module-card,.module-card.large{min-height:340px!important;grid-row:auto!important}
  .module-card.large{grid-column:1/-1!important;min-height:390px!important}
  .module-copy h3,.module-card.large .module-copy h3{font-size:32px!important}

  .workflow-layout{grid-template-columns:1fr!important;gap:42px!important}
  .workflow-copy{max-width:760px;position:relative!important;top:auto!important}
  .workflow-flow{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .flow-step{min-height:142px}

  .coverage-card{grid-template-columns:1fr!important;gap:36px!important;padding:48px!important}
  .company-cards{grid-template-columns:1fr 1fr!important}

  .roadmap-grid{grid-template-columns:1fr 1fr!important;gap:18px!important}
  .roadmap-card:last-child{grid-column:1/-1}
  .cta-shell{grid-template-columns:1fr .72fr!important;padding:56px 48px!important}
}

/* Tablet portrait and large phones */
@media (min-width:561px) and (max-width:820px){
  .container{width:min(100% - 36px,720px)}
  .nav-shell{height:72px}
  .header-brand .brand-logo-shell,
  .header-brand .brand-logo{width:154px;height:56px}

  .hero{padding:102px 0 72px!important}
  .hero-layout{grid-template-columns:1fr!important;gap:34px!important}
  .hero h1{font-size:50px!important;line-height:1!important}
  .hero-copy>p{font-size:15px!important;max-width:640px}
  .hero-actions{display:flex!important;gap:10px!important}
  .hero-actions .btn{width:auto!important}
  .hero-proof{margin-top:26px!important}
  .hero-module-slider{max-width:690px!important;margin:0 auto!important}
  .hero-module-slider .hero-slides{height:430px!important}
  .hero-module-slider .hero-slide-content{bottom:76px!important;max-width:82%!important}
  .hero-module-slider .hero-slide-content h2{font-size:38px!important}
  .integration-status{display:none!important}

  .intro{padding:58px 0 70px!important}
  .intro-grid{grid-template-columns:1fr!important;gap:24px!important}
  .section-heading h2,.section-top h2,.workflow h2,.coverage h2,.centered h2{font-size:40px!important}
  .feature-strip{grid-template-columns:1fr!important;margin-top:32px!important}
  .feature-strip article{border-right:0!important;border-bottom:1px solid var(--line)!important}
  .feature-strip article:last-child{border-bottom:0!important}

  .module-grid{grid-template-columns:1fr 1fr!important;gap:16px!important}
  .module-card,.module-card.large{min-height:310px!important;grid-row:auto!important;grid-column:auto!important;padding:24px!important}
  .module-copy h3,.module-card.large .module-copy h3{font-size:28px!important}
  .module-copy p{font-size:13px!important}

  .workflow-layout{grid-template-columns:1fr!important;gap:34px!important}
  .workflow-copy{position:relative!important;top:auto!important}
  .workflow-flow{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .flow-step{min-height:138px;padding:18px!important}

  .coverage-card{grid-template-columns:1fr!important;gap:30px!important;padding:40px 30px!important}
  .company-cards{grid-template-columns:1fr!important}

  .roadmap-grid{grid-template-columns:1fr!important;gap:14px!important}
  .roadmap-card{padding:25px!important}
  .cta-shell{grid-template-columns:1fr!important;padding:48px 34px!important;gap:30px!important}

  .site-footer .footer-main{grid-template-columns:1.15fr .8fr .8fr!important;gap:28px!important}
  .site-footer .footer-brand{grid-column:auto!important}
}

/* Handphone */
@media (max-width:560px){
  .container{width:min(100% - 26px,520px)!important}
  .nav-shell{height:68px!important}
  .header-brand .brand-logo-shell,
  .header-brand .brand-logo{width:142px!important;height:52px!important}
  .menu-toggle{width:44px!important;height:44px!important}
  .main-nav{
    position:fixed!important;
    top:76px!important;
    left:13px!important;
    right:13px!important;
    max-height:calc(100vh - 92px);
    overflow:auto;
    border-radius:20px!important;
    padding:12px!important;
    box-shadow:0 24px 70px rgba(0,31,40,.24)!important;
  }
  .main-nav a{min-height:46px;display:flex;align-items:center;padding:12px 15px!important}
  body.menu-open{overflow:hidden}

  .hero{
    min-height:auto!important;
    padding:92px 0 42px!important;
  }
  .hero-layout{grid-template-columns:1fr!important;gap:26px!important}
  .hero-kicker{font-size:9px!important;letter-spacing:.12em!important;margin-bottom:15px!important}
  .hero h1{font-size:38px!important;line-height:1.02!important;letter-spacing:-.045em!important;margin-bottom:16px!important}
  .hero-copy>p{font-size:14px!important;line-height:1.65!important;margin-bottom:20px!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:12px!important}
  .hero-actions .btn{width:100%!important;min-height:48px!important}
  .hero-module-jump{display:inline-flex!important;margin:0 0 18px!important;font-size:10px!important}
  .hero-proof{margin-top:18px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;width:100%!important}
  .hero-proof>div{padding:0 10px!important;text-align:center!important}
  .hero-proof>div:first-child{padding-left:0!important}
  .hero-proof>div:last-child{padding-right:0!important}
  .hero-proof strong{font-size:22px!important}
  .hero-proof span{font-size:7px!important;letter-spacing:.09em!important}

  .hero-module-slider{margin:0!important;width:100%!important}
  .hero-module-slider .hero-slides{height:344px!important;border-radius:22px!important}
  .hero-module-slider .slider-frame{border-radius:22px!important}
  .hero-module-slider .slider-topbar{top:10px!important;left:10px!important;right:10px!important;height:38px!important;padding:0 11px!important;border-radius:12px!important}
  .hero-module-slider .slider-live{font-size:7px!important}
  .hero-module-slider .slider-count b{font-size:13px!important}
  .hero-module-slider .hero-slide-content{left:18px!important;right:18px!important;bottom:62px!important;max-width:88%!important}
  .hero-module-slider .slide-eyebrow{display:none!important}
  .hero-module-slider .hero-slide-content h2{font-size:28px!important;line-height:1!important;margin-bottom:8px!important}
  .hero-module-slider .hero-slide-content p{font-size:11.5px!important;line-height:1.45!important;margin-bottom:10px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .hero-module-slider .slide-meta{display:none!important}
  .hero-module-slider .slide-link{font-size:10px!important}
  .hero-module-slider .slide-number{width:34px!important;height:34px!important;font-size:11px!important;right:12px!important;top:58px!important}
  .hero-module-slider .slider-arrow{display:none!important}
  .hero-module-slider .slider-footer{left:10px!important;right:10px!important;bottom:10px!important;height:42px!important;padding:0 8px!important;border-radius:12px!important}
  .hero-module-slider .slider-tab{min-height:34px!important;padding:6px 2px!important}
  .hero-module-slider .slider-tab span{display:none!important}
  .hero-module-slider .slider-tab i{width:7px!important;height:7px!important}
  .integration-status{display:none!important}

  .section{padding:58px 0!important}
  .intro{padding:44px 0 58px!important}
  .intro-grid{grid-template-columns:1fr!important;gap:22px!important}
  .section-heading h2,.section-top h2,.workflow h2,.coverage h2,.centered h2{font-size:34px!important;line-height:1.08!important}
  .intro-copy>p{font-size:15px!important;line-height:1.72!important}
  .intro-tags{margin-top:20px!important;gap:7px!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:4px!important;scrollbar-width:none}
  .intro-tags::-webkit-scrollbar{display:none}
  .intro-tags span{white-space:nowrap!important;font-size:8px!important;padding:7px 10px!important}
  .feature-strip{grid-template-columns:1fr!important;margin-top:28px!important;border-radius:20px!important}
  .feature-strip article{padding:21px 18px!important;grid-template-columns:32px 1fr!important;gap:13px!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
  .feature-strip article:last-child{border-bottom:0!important}
  .feature-strip h3{font-size:17px!important;margin-bottom:4px!important}
  .feature-strip p{font-size:12px!important;line-height:1.55!important}

  .modules{overflow:hidden}
  .section-top{gap:16px!important;margin-bottom:28px!important}
  .section-top p{font-size:14px!important;line-height:1.65!important}
  .module-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
    padding:0 13px 12px!important;
    margin:0!important;
    width:100%!important;
    max-width:none!important;
    scrollbar-width:none;
  }
  .module-grid::-webkit-scrollbar{display:none}
  .module-card,.module-card.large{
    flex:0 0 84vw!important;
    min-height:292px!important;
    height:292px!important;
    grid-row:auto!important;
    grid-column:auto!important;
    padding:22px!important;
    scroll-snap-align:center!important;
    border-radius:22px!important;
  }
  .module-copy{max-width:92%!important}
  .module-copy h3,.module-card.large .module-copy h3{font-size:27px!important;line-height:1.02!important}
  .module-copy p{font-size:12px!important;line-height:1.5!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .module-copy small{font-size:9px!important}
  .module-number{font-size:10px!important}

  .workflow-layout{grid-template-columns:1fr!important;gap:28px!important}
  .workflow-copy{position:relative!important;top:auto!important}
  .workflow-copy>p{font-size:14px!important;line-height:1.7!important}
  .workflow-flow{display:block!important;position:relative!important;padding-left:10px}
  .workflow-flow:before{content:"";position:absolute;left:33px;top:28px;bottom:28px;width:1px;background:rgba(255,255,255,.14)}
  .flow-step{grid-template-columns:48px 1fr!important;min-height:auto!important;padding:16px!important;margin-bottom:10px!important;gap:14px!important}
  .flow-step:last-child{margin-bottom:0!important}
  .flow-step h3{font-size:17px!important}
  .flow-step p{font-size:12px!important;line-height:1.5!important}
  .flow-step small{font-size:8px!important}

  .coverage-card{grid-template-columns:1fr!important;gap:26px!important;padding:32px 22px!important;border-radius:24px!important}
  .coverage-copy p{font-size:14px!important}
  .company-cards{grid-template-columns:1fr!important;gap:10px!important}
  .company-cards article{grid-template-columns:46px 1fr auto!important;padding:15px!important}
  .company-cards article>span{width:46px!important;height:46px!important}

  .roadmap-grid{grid-template-columns:1fr!important;gap:12px!important}
  .roadmap-card{padding:22px!important;border-radius:20px!important}
  .roadmap-stage{margin-bottom:16px!important;padding-bottom:11px!important}
  .roadmap-card h3{font-size:21px!important}
  .roadmap-card p{font-size:13px!important;line-height:1.55!important}
  .roadmap-card .timeline{display:none!important}
  .roadmap-card>small{display:inline-flex!important;margin-top:14px!important;padding:6px 9px!important;border-radius:999px!important;background:rgba(0,63,82,.06)!important}

  .cta-shell{grid-template-columns:1fr!important;gap:24px!important;padding:38px 24px!important;border-radius:24px!important}
  .cta-shell h2{font-size:38px!important}
  .cta-side .btn{width:100%!important}

  .site-footer{padding-top:54px!important}
  .site-footer .footer-main{grid-template-columns:1fr 1fr!important;gap:28px 18px!important}
  .site-footer .footer-brand{grid-column:1/-1!important}
  .site-footer .footer-brand-logo .brand-logo-shell,
  .site-footer .brand-logo-footer{width:170px!important;height:60px!important}
  .site-footer .footer-brand p{margin-top:12px!important;max-width:300px!important;font-size:12px!important}
  .site-footer h4{font-size:9px!important;margin-bottom:12px!important}
  .site-footer a{font-size:12px!important;margin-bottom:8px!important}
  .footer-bottom{padding:22px 0!important;gap:5px!important;font-size:9px!important}

  html.gsap-active .module-card,
  html.gsap-active .flow-step,
  html.gsap-active .roadmap-card,
  html.gsap-active .feature-strip article{will-change:auto!important}
}


/* =========================================================
   Intro section overflow fix — tablet & mobile only (2026-07-08)
   Keeps module cards horizontally swipeable while locking the
   Tentang 1DEA section to the viewport width.
   ========================================================= */
@media (max-width:820px){
  .intro,
  .intro > .container,
  .intro-grid,
  .intro .section-heading,
  .intro-copy,
  .intro-tags,
  .intro .feature-strip{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .intro{
    overflow-x:clip !important;
  }

  @supports not (overflow:clip){
    .intro{overflow-x:hidden !important;}
  }

  .intro-grid > *{
    min-width:0 !important;
  }

  .intro .section-heading h2,
  .intro-copy > p{
    max-width:100% !important;
    overflow-wrap:anywhere;
  }

  .intro-tags{
    display:flex !important;
    flex-wrap:wrap !important;
    overflow:visible !important;
    padding-right:0 !important;
    padding-bottom:0 !important;
    overscroll-behavior-x:none !important;
  }

  .intro-tags span{
    flex:0 1 auto !important;
    max-width:100% !important;
    white-space:normal !important;
    text-align:center;
  }

  .intro .feature-strip,
  .intro .feature-strip article{
    transform:none;
    max-width:100% !important;
    min-width:0 !important;
  }
}

@media (max-width:560px){
  .intro-tags{
    gap:7px !important;
  }

  .intro-tags span{
    font-size:7.5px !important;
    line-height:1.25 !important;
    padding:7px 9px !important;
  }
}


/* =========================================================
   Mobile Tentang cards — match Cara Kerja visual rhythm
   ========================================================= */
@media (max-width:560px){
  .intro .feature-strip{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:30px !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    overflow:visible !important;
  }

  .intro .feature-strip article{
    display:grid !important;
    grid-template-columns:48px 1fr !important;
    align-items:center !important;
    gap:14px !important;
    min-height:118px !important;
    padding:16px !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:18px !important;
    box-shadow:0 10px 28px rgba(0,54,67,.055) !important;
  }

  .intro .feature-strip article:last-child{
    border:1px solid var(--line) !important;
  }

  .intro .feature-index{
    position:relative !important;
    width:48px !important;
    height:48px !important;
    min-height:48px !important;
    padding:0 !important;
    display:grid !important;
    place-items:center !important;
    border-radius:14px !important;
    background:var(--teal-900) !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:900 !important;
    box-shadow:0 9px 22px rgba(0,63,82,.14) !important;
  }

  .intro .feature-index:before{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:auto !important;
    bottom:8px !important;
    width:14px !important;
    height:2px !important;
    transform:translateX(-50%) !important;
    background:var(--orange) !important;
  }

  .intro .feature-strip h3{
    margin:0 0 5px !important;
    font-size:17px !important;
    line-height:1.25 !important;
  }

  .intro .feature-strip p{
    margin:0 !important;
    font-size:12px !important;
    line-height:1.55 !important;
  }
}


/* =========================================================
   Mobile Tentang alignment correction (2026-07-08)
   - Restore normal container inset for heading/copy/tags
   - Return feature list to the previous unified card style
   ========================================================= */
@media (max-width:820px){
  .intro > .container{
    width:min(100% - 32px, 1180px) !important;
    max-width:1180px !important;
    margin-inline:auto !important;
  }
}

@media (max-width:560px){
  .intro > .container{
    width:calc(100% - 32px) !important;
    margin-inline:auto !important;
  }

  .intro .section-heading,
  .intro-copy,
  .intro-tags{
    width:100% !important;
    max-width:100% !important;
  }

  /* Restore the previous unified feature panel */
  .intro .feature-strip{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
    margin-top:28px !important;
    padding:0 !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:20px !important;
    box-shadow:0 18px 46px rgba(0,54,67,.07) !important;
    overflow:hidden !important;
  }

  .intro .feature-strip article{
    display:grid !important;
    grid-template-columns:32px 1fr !important;
    align-items:start !important;
    gap:13px !important;
    min-height:auto !important;
    padding:21px 18px !important;
    background:transparent !important;
    border:0 !important;
    border-bottom:1px solid var(--line) !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .intro .feature-strip article:last-child{
    border:0 !important;
  }

  .intro .feature-index{
    position:relative !important;
    width:32px !important;
    height:auto !important;
    min-height:32px !important;
    padding-top:13px !important;
    display:block !important;
    border-radius:0 !important;
    background:transparent !important;
    color:var(--teal-900) !important;
    font-size:15px !important;
    font-weight:900 !important;
    box-shadow:none !important;
  }

  .intro .feature-index:before{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    top:0 !important;
    bottom:auto !important;
    width:24px !important;
    height:2px !important;
    transform:none !important;
    background:var(--orange) !important;
  }

  .intro .feature-strip h3{
    margin:0 0 4px !important;
    font-size:17px !important;
    line-height:1.3 !important;
  }

  .intro .feature-strip p{
    margin:0 !important;
    font-size:12px !important;
    line-height:1.55 !important;
  }
}


/* =========================================================
   Global tablet/mobile viewport overflow fix (2026-07-08)
   Locks the document to the viewport while preserving the
   intentional horizontal swipe inside Modul Utama.
   ========================================================= */
@media (max-width:1050px){
  html,
  body{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    overflow-x:hidden !important;
    position:relative !important;
  }

  @supports (overflow:clip){
    html,
    body{overflow-x:clip !important;}
  }

  body > main,
  main,
  .site-header,
  .hero,
  .intro,
  .modules,
  .workflow,
  .coverage,
  .roadmap,
  .cta,
  .site-footer{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow-x:clip !important;
  }

  .container,
  .nav-shell,
  .hero-layout,
  .hero-copy,
  .hero-module-slider,
  .slider-frame,
  .hero-slides,
  .intro-grid,
  .section-heading,
  .intro-copy,
  .feature-strip,
  .section-top,
  .workflow-layout,
  .workflow-copy,
  .workflow-flow,
  .coverage-card,
  .company-cards,
  .roadmap-grid,
  .cta-shell,
  .footer-main,
  .footer-bottom{
    max-width:100% !important;
    min-width:0 !important;
  }

  img,
  svg,
  video,
  canvas,
  iframe{
    max-width:100% !important;
  }

  .hero-grid-bg,
  .hero-glow,
  .petal-stack,
  .modules:before,
  .cta-petals{
    pointer-events:none !important;
  }

  /* Mobile/tablet animation must not leave horizontal transforms. */
  html.gsap-active .hero-copy,
  html.gsap-active .hero-module-slider,
  html.gsap-active .intro .section-heading,
  html.gsap-active .intro-copy,
  html.gsap-active .workflow-copy,
  html.gsap-active .flow-step,
  html.gsap-active .company-cards article,
  html.gsap-active .roadmap-card,
  html.gsap-active .feature-strip article{
    translate:none !important;
  }

  /* The only intentional horizontal scroll area. */
  .modules{
    overflow-x:clip !important;
  }
  .modules .container{
    overflow:visible !important;
  }
  .module-grid{
    overscroll-behavior-x:contain !important;
    -webkit-overflow-scrolling:touch !important;
    touch-action:pan-x pan-y !important;
    contain:layout paint !important;
  }
  .module-grid > *{
    min-width:0;
  }
}

@media (max-width:820px){
  .container{
    width:calc(100% - 32px) !important;
    margin-inline:auto !important;
  }

  .hero-layout,
  .intro-grid,
  .workflow-layout,
  .coverage-card,
  .roadmap-grid,
  .cta-shell,
  .footer-main{
    width:100% !important;
  }

  .hero h1,
  .section-heading h2,
  .section-top h2,
  .workflow h2,
  .coverage h2,
  .centered h2,
  .hero-copy > p,
  .intro-copy > p,
  .section-top > p{
    max-width:100% !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
  }
}

@media (max-width:560px){
  .container{
    width:calc(100% - 32px) !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .site-header{
    left:0 !important;
    right:0 !important;
  }

  .hero-actions,
  .hero-proof,
  .hero-module-slider,
  .intro-tags,
  .feature-strip,
  .workflow-flow,
  .company-cards,
  .roadmap-grid{
    width:100% !important;
  }

  .hero-actions .btn{
    max-width:100% !important;
  }

  /* Keep the swipe track edge-to-edge inside the module section only. */
  .modules .module-grid{
    width:calc(100% + 32px) !important;
    max-width:none !important;
    margin-left:-16px !important;
    margin-right:-16px !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }
}


/* =========================================================
   Restore Modul Utama horizontal swipe on tablet/mobile
   while keeping the document viewport locked.
   ========================================================= */
@media (max-width:820px){
  .modules{
    overflow:hidden !important;
  }

  .modules > .container{
    width:100% !important;
    max-width:100% !important;
    margin-inline:0 !important;
    overflow:hidden !important;
  }

  .modules .section-top{
    width:calc(100% - 32px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .modules .module-grid{
    display:flex !important;
    flex-wrap:nowrap !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 16px 14px !important;

    overflow-x:scroll !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior-x:contain !important;
    scroll-snap-type:x mandatory !important;
    scroll-padding-inline:16px !important;

    touch-action:pan-x !important;
    contain:none !important;
    pointer-events:auto !important;
    scrollbar-width:none !important;
  }

  .modules .module-grid::-webkit-scrollbar{
    display:none !important;
  }

  .modules .module-card,
  .modules .module-card.large{
    flex:0 0 min(84vw, 430px) !important;
    width:min(84vw, 430px) !important;
    min-width:min(84vw, 430px) !important;
    max-width:min(84vw, 430px) !important;
    scroll-snap-align:start !important;
    scroll-snap-stop:normal !important;
  }
}

@media (min-width:821px) and (max-width:1050px){
  .modules{
    overflow:hidden !important;
  }

  .modules .module-grid{
    overflow:visible !important;
    touch-action:auto !important;
    contain:none !important;
  }
}


/* =========================================================
   Spatial Intelligence — WebGIS Reklamasi feature
   ========================================================= */
.spatial-intelligence{
  margin-top:28px;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  min-height:330px;
  border-radius:30px;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 20%,rgba(29,173,178,.18),transparent 34%),
    linear-gradient(135deg,#062f3c 0%,#063f4d 52%,#075764 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 68px rgba(0,24,32,.2);
}
.spatial-copy{
  padding:48px 46px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  position:relative;
  z-index:2;
}
.spatial-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:17px;
  color:#8ad5d4;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.18em;
}
.spatial-eyebrow:before{
  content:"";
  width:28px;
  height:2px;
  border-radius:999px;
  background:var(--orange);
}
.spatial-copy h3{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(36px,3.5vw,56px);
  line-height:1;
  letter-spacing:-.045em;
}
.spatial-copy p{
  max-width:500px;
  margin:0;
  color:rgba(239,250,249,.72);
  font-size:15px;
  line-height:1.75;
}
.spatial-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}
.spatial-meta span{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:rgba(255,255,255,.78);
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.spatial-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  margin-top:28px;
  padding:13px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  color:#fff;
  font-size:12px;
  font-weight:850;
  box-shadow:0 14px 28px rgba(244,120,37,.24);
  transition:transform .22s ease,box-shadow .22s ease;
}
.spatial-action:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(244,120,37,.32);
}
.spatial-action i{font-style:normal;font-size:15px}
.spatial-visual{
  min-height:330px;
  padding:26px 28px 26px 0;
  position:relative;
}
.spatial-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#063f4d 0%,transparent 18%);
  pointer-events:none;
  z-index:2;
}
.spatial-preview-frame{
  position:relative;
  height:100%;
  min-height:278px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 24px 50px rgba(0,15,22,.22);
  background:linear-gradient(145deg,#0a6770,#07505e 58%,#0b3d4d);
}
.spatial-preview-frame:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,25,33,.18));
  pointer-events:none;
}
.spatial-preview-image{
  width:100%;
  height:100%;
  min-height:278px;
  display:block;
  object-fit:cover;
  object-position:center;
}
.map-topbar{
  position:absolute;
  z-index:5;
  left:28px;
  right:48px;
  top:48px;
  height:42px;
  padding:0 14px;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(3,38,47,.72);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}
.map-topbar span{
  display:flex;
  align-items:center;
  gap:8px;
  color:#e9fbfa;
  font-size:8px;
  font-weight:850;
  letter-spacing:.13em;
}
.map-topbar span i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#4fda91;
  box-shadow:0 0 0 5px rgba(79,218,145,.12);
}
.map-topbar b{
  color:#80cfd1;
  font-size:8px;
  letter-spacing:.13em;
}
.map-canvas{
  height:100%;
  min-height:278px;
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    radial-gradient(circle at 68% 42%,rgba(40,175,163,.28),transparent 28%),
    radial-gradient(circle at 25% 74%,rgba(119,167,86,.28),transparent 24%),
    linear-gradient(145deg,#0a6770,#07505e 58%,#0b3d4d);
  background-size:36px 36px,36px 36px,auto,auto,auto;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 24px 50px rgba(0,15,22,.22);
}
.map-canvas:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,25,33,.2));
  pointer-events:none;
}
.map-contour{
  position:absolute;
  border:1px solid rgba(177,231,219,.21);
  border-radius:48% 52% 61% 39% / 42% 39% 61% 58%;
  transform:rotate(-12deg);
}
.contour-a{width:340px;height:180px;right:4%;top:15%}
.contour-b{width:285px;height:130px;right:9%;top:23%}
.contour-c{width:220px;height:86px;right:14%;top:31%}
.map-polygon{
  position:absolute;
  clip-path:polygon(8% 15%,72% 0,100% 44%,78% 100%,15% 88%,0 48%);
  border:1px solid rgba(255,255,255,.2);
}
.polygon-a{width:190px;height:125px;left:16%;bottom:12%;background:rgba(107,181,91,.25);transform:rotate(9deg)}
.polygon-b{width:160px;height:110px;right:18%;bottom:11%;background:rgba(244,120,37,.18);transform:rotate(-7deg)}
.map-road{
  position:absolute;
  height:2px;
  border-radius:999px;
  background:rgba(244,211,108,.6);
  transform-origin:left center;
  box-shadow:0 0 0 1px rgba(255,255,255,.04);
}
.road-a{width:72%;left:8%;top:58%;transform:rotate(-8deg)}
.road-b{width:54%;left:29%;top:32%;transform:rotate(18deg)}
.map-pin{
  position:absolute;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  background:#ff8a2c;
  box-shadow:0 8px 20px rgba(0,22,30,.35),0 0 0 6px rgba(255,138,44,.12);
  z-index:3;
}
.map-pin i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#fff;
}
.pin-a{left:42%;top:38%}
.pin-b{right:20%;top:56%;background:#63c985;box-shadow:0 8px 20px rgba(0,22,30,.35),0 0 0 6px rgba(99,201,133,.12)}
.pin-c{left:28%;bottom:18%;background:#56b6ca;box-shadow:0 8px 20px rgba(0,22,30,.35),0 0 0 6px rgba(86,182,202,.12)}
.map-info-card{
  position:absolute;
  z-index:4;
  left:22px;
  bottom:20px;
  min-width:235px;
  padding:15px 16px;
  border-radius:16px;
  display:flex;
  flex-direction:column;
  gap:4px;
  background:rgba(246,252,251,.9);
  color:var(--teal-950);
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 16px 30px rgba(0,21,29,.18);
  backdrop-filter:blur(12px);
}
.map-info-card small{font-size:7px;font-weight:850;letter-spacing:.13em;color:var(--orange)}
.map-info-card strong{font-size:15px;line-height:1.2}
.map-info-card span{font-size:9px;color:#60747b}
.map-scale{
  position:absolute;
  z-index:4;
  right:18px;
  bottom:18px;
  display:grid;
  grid-template-columns:auto auto;
  gap:3px 7px;
  color:rgba(255,255,255,.8);
  font-size:7px;
  font-weight:750;
}
.map-scale i{grid-column:1/-1;width:76px;height:3px;border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff}
.map-scale span:last-child{text-align:right}

@media(max-width:900px){
  .spatial-intelligence{grid-template-columns:1fr;min-height:auto}
  .spatial-copy{padding:40px 34px 28px}
  .spatial-visual{padding:0 24px 24px;min-height:290px}
  .spatial-visual:before{display:none}
  .map-topbar{left:42px;right:42px;top:22px}
}
@media(max-width:560px){
  .spatial-intelligence{
    width:calc(100% - 32px)!important;
    margin:24px auto 0!important;
    border-radius:24px;
  }
  .spatial-copy{padding:30px 22px 22px}
  .spatial-copy h3{font-size:35px}
  .spatial-copy p{font-size:13px;line-height:1.65}
  .spatial-meta{gap:6px;margin-top:18px}
  .spatial-meta span{font-size:7px;padding:6px 8px}
  .spatial-action{margin-top:22px;width:100%}
  .spatial-visual{padding:0 14px 14px;min-height:245px}
  .spatial-preview-frame,.spatial-preview-image{min-height:245px;border-radius:18px}
  .map-scale{display:none}
  .contour-a{right:-30%;top:18%}
  .polygon-a{left:5%;bottom:23%}
}

/* =========================================================
   WebGIS landing refinements — July 2026
   - Keep seven hero tabs on one row
   - Use a standard-size WebGIS module card
   ========================================================= */
.hero-module-slider .slider-tabs{
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  gap:3px!important;
}
.hero-module-slider .slider-tab{
  min-width:0!important;
  padding-left:2px!important;
  padding-right:2px!important;
}
.hero-module-slider .slider-tab span{
  display:block;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:8px;
}

.module-card.photo-webgis{
  --photo-accent:rgba(23,184,177,.42);
}
.module-card.webgis-cover-card::before{
  background:
    linear-gradient(180deg,rgba(0,24,32,.02) 0%,rgba(0,24,32,.08) 48%,rgba(0,22,30,.24) 100%)!important;
}
.module-card.webgis-cover-card::after{
  background:linear-gradient(115deg,rgba(255,255,255,.08),transparent 38%)!important;
}
.module-card.webgis-cover-card .module-photo{
  object-position:center;
  filter:saturate(.96) contrast(1.04) brightness(.9);
}
.module-card.webgis-cover-card:hover .module-photo{
  filter:saturate(1.02) contrast(1.06) brightness(.94);
}

@media (max-width:820px){
  .hero-module-slider .slider-tab span{display:none!important}
}


/* =========================================================
   Mobile refinement pack — July 2026
   - Mobile-only WebGIS cover with clean overlay
   - Tighter coverage + CTA spacing
   ========================================================= */
.module-photo-mobile,
.webgis-mobile-copy,
.webgis-mobile-tags,
.webgis-esri-badge{display:none}

.module-card.webgis-cover-card .module-photo-desktop{display:block}
.module-card.webgis-cover-card .module-photo-mobile{display:none}

@media (max-width:560px){
  /* tighter vertical rhythm */
  .coverage.section{padding-top:56px!important;padding-bottom:72px!important}
  .cta-section{padding:0 0 72px!important}

  /* platform coverage compact */
  .coverage-card{
    padding:28px 20px!important;
    gap:18px!important;
    border-radius:24px!important;
  }
  .coverage-copy{padding-right:0!important}
  .coverage-copy .eyebrow{font-size:10px!important;letter-spacing:.16em!important}
  .coverage-copy h2{
    font-size:31px!important;
    line-height:1.04!important;
    letter-spacing:-.045em!important;
    margin-top:12px!important;
  }
  .coverage-copy p{
    margin-top:14px!important;
    font-size:13px!important;
    line-height:1.65!important;
    max-width:none!important;
  }
  .company-cards{gap:10px!important}
  .company-cards article{
    grid-template-columns:46px 1fr 20px!important;
    gap:14px!important;
    padding:14px!important;
    border-radius:18px!important;
    align-items:center!important;
  }
  .company-cards article>span{
    width:46px!important;
    height:46px!important;
    border-radius:14px!important;
    font-size:16px!important;
  }
  .company-cards small{font-size:8px!important;letter-spacing:.06em!important}
  .company-cards h3{font-size:18px!important;line-height:1.08!important}
  .company-cards p{font-size:10px!important;line-height:1.45!important;margin-top:4px!important;color:rgba(255,255,255,.7)!important}
  .company-cards b{font-size:15px!important;opacity:.62!important}

  /* compact final CTA */
  .cta-shell{
    min-height:auto!important;
    padding:30px 22px!important;
    gap:18px!important;
    border-radius:24px!important;
    align-items:flex-start!important;
  }
  .cta-shell>div:first-of-type{max-width:none!important}
  .cta-shell .eyebrow{font-size:10px!important;letter-spacing:.16em!important}
  .cta-shell h2{
    font-size:34px!important;
    line-height:1.02!important;
    letter-spacing:-.05em!important;
    margin-top:12px!important;
  }
  .cta-side p{
    font-size:13px!important;
    line-height:1.6!important;
    margin:0 0 16px!important;
    max-width:none!important;
  }
  .cta-side .btn{
    min-height:52px!important;
    padding:0 16px!important;
    font-size:13px!important;
  }
  .cta-petals{display:none!important}

  /* mobile-specific WebGIS card */
  .module-card.webgis-cover-card{
    min-height:390px!important;
    padding:20px!important;
    overflow:hidden!important;
  }
  .module-card.webgis-cover-card .module-photo-desktop{display:none!important}
  .module-card.webgis-cover-card .module-photo-mobile{
    display:block!important;
    object-position:center center!important;
    filter:saturate(.94) contrast(1.03) brightness(.82)!important;
    transform:scale(1)!important;
  }
  .module-card.webgis-cover-card::before{
    background:
      linear-gradient(180deg,rgba(0,26,34,.08) 0%,rgba(0,26,34,.18) 22%,rgba(0,23,30,.48) 54%,rgba(0,22,30,.9) 100%)!important;
  }
  .module-card.webgis-cover-card::after{
    background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 38%)!important;
  }
  .module-card.webgis-cover-card .module-number{
    top:14px!important;
    right:14px!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    padding:0!important;
    font-size:11px!important;
  }
  .module-card.webgis-cover-card .module-arrow{
    right:16px!important;
    bottom:16px!important;
    width:42px!important;
    height:42px!important;
    z-index:4!important;
  }
  .webgis-mobile-copy,
  .webgis-mobile-tags,
  .webgis-esri-badge{display:block}
  .webgis-mobile-copy{
    position:absolute;
    left:18px;
    right:18px;
    bottom:82px;
    z-index:4;
    max-width:84%!important;
    text-shadow:0 2px 18px rgba(0,0,0,.5);
  }
  .webgis-mobile-copy>span{
    display:block;
    color:#ffd39d!important;
    font-size:9px!important;
    font-weight:900!important;
    letter-spacing:.16em!important;
    margin-bottom:10px!important;
  }
  .webgis-mobile-copy h3{
    margin:0 0 10px!important;
    font-size:29px!important;
    line-height:1.02!important;
    color:#fff!important;
  }
  .webgis-mobile-copy p{
    margin:0 0 8px!important;
    font-size:11.5px!important;
    line-height:1.5!important;
    color:rgba(255,255,255,.86)!important;
    display:-webkit-box!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .webgis-mobile-copy small{
    display:block!important;
    font-size:9px!important;
    color:rgba(255,255,255,.72)!important;
    letter-spacing:.02em!important;
  }
  .webgis-mobile-tags{
    position:absolute;
    left:18px;
    top:16px;
    display:flex!important;
    gap:6px;
    z-index:4;
    max-width:72%;
    flex-wrap:wrap;
  }
  .webgis-mobile-tags span{
    padding:6px 9px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.18);
    background:rgba(0,35,44,.42);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    color:#eaf8f8;
    font-size:7px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    line-height:1;
  }
  .webgis-esri-badge{
    position:absolute;
    left:18px;
    bottom:18px;
    z-index:4;
    height:26px;
    padding:0 10px;
    border-radius:999px;
    display:flex!important;
    align-items:center;
    background:rgba(0,35,44,.55);
    border:1px solid rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    box-shadow:0 10px 24px rgba(0,16,22,.18);
  }
  .webgis-esri-badge img{
    height:12px;
    width:auto;
    display:block;
    opacity:.95;
  }
}


/* =========================================================
   Equal mobile module card height — July 2026
   ========================================================= */
@media (max-width:560px){
  .modules .module-grid{
    align-items:stretch!important;
  }

  .modules .module-card,
  .modules .module-card.large,
  .modules .module-card.webgis-cover-card{
    height:390px!important;
    min-height:390px!important;
    max-height:390px!important;
    box-sizing:border-box!important;
    flex:0 0 min(84vw,430px)!important;
    align-self:stretch!important;
    overflow:hidden!important;
  }

  .modules .module-card.webgis-cover-card .webgis-mobile-copy{
    bottom:74px!important;
  }

  .modules .module-card.webgis-cover-card .webgis-mobile-copy p{
    -webkit-line-clamp:2!important;
  }

  .modules .module-card.webgis-cover-card .webgis-mobile-copy small{
    margin-top:4px!important;
  }
}
