:root{
  --navy:#071a3d;
  --navy-2:#0a255a;
  --blue:#0f4ec9;
  --cyan:#10c7c1;
  --cyan-soft:#dffaf8;
  --ink:#0b1733;
  --muted:#66728a;
  --line:#dfe6f1;
  --paper:#f6f8fc;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(7,26,61,.12);
  --radius:26px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-60px;background:#fff;padding:12px 16px;z-index:1000;border-radius:8px}
.skip-link:focus{top:16px}

.site-header{
  position:fixed;inset:0 0 auto;z-index:100;
  transition:background .25s,border-color .25s,box-shadow .25s;
  border-bottom:1px solid transparent;
}
.site-header.scrolled{background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-color:rgba(7,26,61,.08);box-shadow:0 8px 30px rgba(7,26,61,.06)}
.nav-shell{height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{width:335px;height:88px;display:flex;align-items:center;overflow:visible;flex:0 0 auto}
.brand img{width:100%;height:auto;max-height:88px;object-fit:contain;object-position:left center}
.site-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}
.site-nav>a{position:relative}
.site-nav>a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:right .2s}
.site-nav>a:hover::after{right:0}
.nav-cta{padding:12px 18px;border-radius:999px;background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(7,26,61,.18)}
.nav-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:10px}
.nav-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:2px;transition:.2s}

.hero{
  position:relative;min-height:820px;padding:160px 0 100px;
  background:
    radial-gradient(circle at 75% 28%,rgba(16,199,193,.14),transparent 26%),
    radial-gradient(circle at 10% 10%,rgba(15,78,201,.08),transparent 32%),
    linear-gradient(180deg,#fafdff 0%,#fff 72%);
  overflow:hidden;
}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(15,78,201,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(15,78,201,.045) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000,transparent 72%)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(4px);opacity:.75}
.hero-orb-one{width:380px;height:380px;right:-180px;top:80px;background:rgba(16,199,193,.14)}
.hero-orb-two{width:280px;height:280px;left:-170px;bottom:40px;background:rgba(15,78,201,.12)}
.hero-layout{position:relative;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:66px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--blue)}
.eyebrow span{width:26px;height:2px;background:linear-gradient(90deg,var(--blue),var(--cyan))}
.hero h1{font-size:clamp(48px,6.3vw,82px);line-height:.98;letter-spacing:-.055em;margin:24px 0 26px;max-width:760px}
.hero h1 em{font-style:normal;color:transparent;background:linear-gradient(100deg,var(--blue),var(--cyan));background-clip:text;-webkit-background-clip:text}
.hero-lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:690px}
.hero-actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:14px;padding:15px 21px;font-weight:800;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:linear-gradient(135deg,var(--blue),#0b78d1 62%,var(--cyan));color:#fff;box-shadow:0 16px 32px rgba(15,78,201,.24)}
.button-ghost{background:#fff;border:1px solid var(--line);box-shadow:0 10px 28px rgba(7,26,61,.06)}
.hero-proof{display:flex;gap:34px;margin-top:46px;padding-top:28px;border-top:1px solid var(--line);max-width:660px}
.hero-proof div{display:grid;gap:5px}
.hero-proof strong{font-size:14px;color:var(--navy)}
.hero-proof span{font-size:12px;color:var(--muted)}

.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}
.visual-halo{position:absolute;width:510px;height:510px;border-radius:50%;background:radial-gradient(circle,rgba(16,199,193,.2),rgba(15,78,201,.06) 48%,transparent 70%);animation:pulse 5s ease-in-out infinite}
.command-card{position:relative;width:min(100%,560px);background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);backdrop-filter:blur(22px);border-radius:30px;padding:20px;box-shadow:0 36px 100px rgba(7,26,61,.19);overflow:hidden}
.command-card::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(15,78,201,.25),transparent 45%,rgba(16,199,193,.25));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}
.command-top,.visual-footer{display:flex;align-items:center;justify-content:space-between}
.status{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800;color:var(--navy)}
.status span{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 6px rgba(34,197,94,.12)}
.mini-dots{display:flex;gap:5px}.mini-dots i{width:7px;height:7px;border-radius:50%;background:#d6deeb}
.map-canvas{position:relative;height:388px;margin:18px 0;background:linear-gradient(145deg,#071a3d,#0a2e6c);border-radius:22px;overflow:hidden}
.map-canvas::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 65% 35%,rgba(16,199,193,.18),transparent 25%)}
.world-lines{width:100%;height:100%;position:relative;z-index:1}
.grid-lines path{stroke:rgba(255,255,255,.07);stroke-width:1}
.route{stroke-dasharray:8 11;animation:dash 16s linear infinite}
.route-b{animation-duration:20s}.route-c{animation-duration:13s}
.nodes circle{transform-box:fill-box;transform-origin:center;animation:nodePulse 2.8s ease-in-out infinite}
.nodes circle:nth-child(2n){animation-delay:.7s}
.locator{animation:float 3.5s ease-in-out infinite}
.map-badge{position:absolute;z-index:3;display:grid;gap:2px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);background:rgba(7,26,61,.72);backdrop-filter:blur(10px);border-radius:12px;color:#fff;font-size:10px}
.map-badge b{font-size:11px}.map-badge span{color:#9edbd8}
.badge-a{left:18px;top:18px}.badge-b{right:18px;top:66px}.badge-c{left:26px;bottom:22px}
.visual-footer{gap:12px}.metric{flex:1;display:grid;gap:4px;padding:10px 12px;background:#f6f8fc;border-radius:12px}
.metric span{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}
.metric strong{font-size:12px}
.float-chip{position:absolute;display:flex;align-items:center;gap:9px;padding:12px 15px;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:0 16px 40px rgba(7,26,61,.13);font-size:12px;font-weight:800;animation:float 4s ease-in-out infinite}
.chip-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--cyan-soft);color:#059d99}
.chip-one{right:-26px;top:90px}.chip-two{left:-38px;bottom:105px;animation-delay:1s}

.trusted-strip{border-block:1px solid var(--line);background:#fff}
.strip-inner{min-height:86px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;color:#8a95a9;font-size:11px;font-weight:900;letter-spacing:.16em}
.strip-inner i{width:4px;height:4px;border-radius:50%;background:var(--cyan)}

.section{padding:120px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:50px}
.section-head h2,.platform-copy h2,.process-intro h2,.global-copy h2,.contact-copy h2{font-size:clamp(38px,4.7vw,62px);line-height:1.06;letter-spacing:-.045em;margin:14px 0 0}
.section-head>p{max-width:470px;color:var(--muted);line-height:1.75}
.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.solution-card{position:relative;min-height:360px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}
.solution-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:rgba(15,78,201,.25)}
.solution-card.featured{grid-column:span 2;display:grid;grid-template-columns:auto 1fr;gap:22px;background:linear-gradient(145deg,#f9fbff,#edf8ff)}
.card-number{position:absolute;right:22px;top:18px;font-size:70px;line-height:1;font-weight:900;color:rgba(7,26,61,.045)}
.solution-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:var(--cyan-soft);position:relative;z-index:1}
.solution-icon svg{width:31px;height:31px;fill:none;stroke:var(--blue);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.card-copy{position:relative;z-index:1}.pill,.product-label,.product-state{display:inline-flex;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.pill{background:var(--navy);color:#fff}
.solution-card h3{font-size:24px;letter-spacing:-.03em;margin:20px 0 12px}
.solution-card p{color:var(--muted);line-height:1.7;margin:0}
.solution-card ul{padding:0;list-style:none;margin:18px 0 52px;display:grid;gap:10px}
.solution-card li{font-size:13px;font-weight:700}
.solution-card li::before{content:"✓";color:#06a6a0;margin-right:8px}
.card-link{position:absolute;left:110px;bottom:30px;font-size:13px;font-weight:900;color:var(--blue)}
.card-link span{margin-left:8px}
.mini-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:26px}.mini-tags span{font-size:10px;font-weight:800;padding:7px 9px;border-radius:999px;background:var(--paper);color:var(--muted)}

.platform-section{background:linear-gradient(145deg,var(--navy),#092b66 70%,#0b4d79);color:#fff;overflow:hidden}
.platform-layout{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:80px}
.section-kicker.light{color:#7ee7e2}
.platform-copy p,.global-copy p{color:#bac9df;line-height:1.8;font-size:17px}
.text-link{display:inline-flex;gap:12px;margin-top:18px;color:#fff;font-weight:900}
.architecture{position:relative;min-height:540px}
.architecture-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:210px;height:210px;border-radius:50%;display:grid;place-content:center;text-align:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);box-shadow:0 0 0 20px rgba(255,255,255,.04),0 0 0 42px rgba(255,255,255,.025);backdrop-filter:blur(16px)}
.architecture-center img{width:88px;height:58px;object-fit:contain;margin:0 auto 7px;filter:brightness(0) invert(1)}
.architecture-center strong{font-size:19px}.architecture-center span{font-size:10px;color:#9edbd8;margin-top:4px}
.architecture-node{position:absolute;z-index:2;width:150px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);display:grid;gap:4px}
.architecture-node b{font-size:12px}.architecture-node span{font-size:9px;color:#9eb2cd}
.node-users{left:2%;top:5%}.node-map{right:2%;top:5%}.node-data{left:0;bottom:20%}.node-ai{right:0;bottom:20%}.node-api{left:50%;transform:translateX(-50%);bottom:0}
.architecture-lines{position:absolute;inset:10px 0 0;width:100%;height:100%;z-index:1}
.architecture-lines path{stroke:rgba(126,231,226,.38);stroke-width:2;fill:none;stroke-dasharray:5 8;animation:dash 18s linear infinite}

.products-section{background:var(--paper)}
.product-showcase{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:20px}
.product-panel{min-height:510px;border-radius:28px;padding:30px;position:relative;overflow:hidden;box-shadow:0 16px 50px rgba(7,26,61,.08)}
.product-top{display:flex;justify-content:space-between;gap:10px;position:relative;z-index:3}.product-label{background:var(--navy);color:#fff}.product-state{background:rgba(255,255,255,.8);color:var(--navy)}
.product-panel h3{font-size:32px;letter-spacing:-.04em;margin:24px 0 10px;position:relative;z-index:3}
.product-panel>p{line-height:1.7;color:var(--muted);position:relative;z-index:3}
.product-estate{background:linear-gradient(145deg,#fff,#e8f2ff)}
.product-mobile{background:linear-gradient(160deg,#071a3d,#0c397d);color:#fff}.product-mobile>p{color:#bfd0e8}.product-mobile .product-label{background:var(--cyan);color:var(--navy)}
.product-white-label{background:linear-gradient(145deg,#effdfb,#d9f8f4)}
.dashboard-mock{position:absolute;left:26px;right:-50px;bottom:-48px;height:285px;display:grid;grid-template-columns:70px 1fr;border-radius:20px 0 0 0;background:#fff;box-shadow:0 24px 60px rgba(7,26,61,.15);overflow:hidden;transform:rotate(-2deg)}
.mock-sidebar{background:var(--navy);padding:23px 18px;display:grid;align-content:start;gap:18px}.mock-sidebar i{height:8px;border-radius:8px;background:rgba(255,255,255,.2)}
.mock-main{padding:18px}.mock-head{display:flex;justify-content:space-between}.mock-head i:first-child{width:100px;height:11px;background:#dce5f3;border-radius:8px}.mock-head i:last-child{width:34px;height:34px;background:var(--cyan-soft);border-radius:50%}
.mock-grid{position:relative;margin-top:16px;height:205px;border-radius:14px;background-image:linear-gradient(rgba(15,78,201,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(15,78,201,.08) 1px,transparent 1px);background-size:34px 34px;background-color:#f7fbff}
.mock-grid>span{position:absolute;height:4px;border-radius:5px;background:#cddcf0;transform:rotate(-22deg)}.mock-grid>span:nth-child(1){width:160px;left:16px;top:70px}.mock-grid>span:nth-child(2){width:180px;right:10px;top:115px}.mock-grid>span:nth-child(3){width:120px;left:80px;bottom:38px}.mock-grid>span:nth-child(4){width:90px;right:50px;top:45px}
.mock-pin{position:absolute;width:14px;height:14px;border-radius:50% 50% 50% 0;background:var(--cyan);transform:rotate(-45deg);box-shadow:0 4px 12px rgba(16,199,193,.35)}.pin-a{left:25%;top:28%}.pin-b{left:61%;top:48%}.pin-c{right:18%;bottom:23%}
.phone-stage{position:absolute;left:0;right:0;bottom:-65px;height:320px}
.phone{position:absolute;width:150px;height:300px;border:6px solid #08142f;border-radius:30px;background:#fff;box-shadow:0 28px 55px rgba(0,0,0,.35);overflow:hidden}
.phone-front{left:48%;transform:translateX(-42%) rotate(5deg);z-index:2}.phone-back{left:18%;transform:rotate(-10deg);opacity:.72}
.phone-notch{position:absolute;z-index:3;top:0;left:50%;transform:translateX(-50%);width:68px;height:16px;background:#08142f;border-radius:0 0 12px 12px}
.phone-ui{height:100%;padding:27px 10px 9px}.phone-search{height:20px;background:#eef3f8;border-radius:8px;margin-bottom:8px}.phone-map{position:relative;height:176px;background-image:linear-gradient(rgba(15,78,201,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(15,78,201,.08) 1px,transparent 1px);background-size:24px 24px;background-color:#e8f7f6}.phone-sheet{height:78px;border-radius:12px;background:#fff;margin-top:-10px;padding:12px;box-shadow:0 -6px 20px rgba(7,26,61,.1)}.phone-sheet b,.phone-sheet span{display:block;height:7px;border-radius:8px;background:#dfe7f2;margin-bottom:8px}.phone-sheet b{width:55%}.phone-sheet span:last-child{width:75%}
.mobile-pin{position:absolute;width:12px;height:12px;border-radius:50% 50% 50% 0;background:var(--blue);transform:rotate(-45deg)}.p1{left:20%;top:35%}.p2{right:25%;top:22%}.p3{left:58%;bottom:20%}
.white-label-stack{position:absolute;left:26px;right:26px;bottom:38px;display:grid;gap:12px}.white-label-stack div{height:66px;display:flex;align-items:center;gap:15px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 25px rgba(7,26,61,.08)}.white-label-stack span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--navy);color:#fff;font-weight:900}.white-label-stack b{font-size:13px}

.process-section{background:#fff}
.process-intro{max-width:760px;margin-bottom:50px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.process-step{padding:34px 30px 20px 0;border-right:1px solid var(--line);min-height:240px}.process-step:not(:first-child){padding-left:30px}.process-step:last-child{border-right:0}
.process-step>span{font-size:12px;font-weight:900;color:var(--cyan)}.process-step h3{font-size:24px;margin:50px 0 12px}.process-step p{color:var(--muted);line-height:1.65;font-size:14px}

.global-section{padding:110px 0;background:linear-gradient(150deg,#071a3d,#0b2f6c);color:#fff;overflow:hidden}
.global-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}
.global-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.global-points span{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);padding:10px 13px;border-radius:999px;font-size:11px;font-weight:800}

.contact-section{background:var(--paper)}
.contact-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;padding:58px;border-radius:34px;background:#fff;box-shadow:var(--shadow)}
.contact-copy p{color:var(--muted);line-height:1.75}.contact-info{display:grid;gap:10px;margin-top:36px}.contact-info a{font-size:18px;font-weight:900;color:var(--blue)}.contact-info span{font-size:13px;color:var(--muted)}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:grid;gap:8px}.contact-form label:nth-child(4){grid-column:1/-1}.contact-form label>span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);background:#fbfcff;border-radius:12px;padding:13px 14px;outline:none;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(15,78,201,.08)}.contact-form textarea{resize:vertical}.contact-form button{grid-column:1/-1}.contact-form small{grid-column:1/-1;color:var(--muted);line-height:1.5}

.site-footer{background:#06152f;color:#fff;padding:70px 0 28px}
.footer-top{display:flex;justify-content:space-between;gap:70px;padding-bottom:55px}
.footer-brand img{width:210px;height:100px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.footer-brand p{color:#8fa2bd;font-size:12px;margin:0}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:70px}.footer-links div{display:grid;align-content:start;gap:12px}.footer-links b{font-size:12px}.footer-links a{color:#8fa2bd;font-size:12px}.footer-links a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:25px;border-top:1px solid rgba(255,255,255,.1);color:#7f93af;font-size:11px}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}
@keyframes dash{to{stroke-dashoffset:-320}}
@keyframes float{50%{transform:translateY(-10px)}}
@keyframes pulse{50%{transform:scale(1.06);opacity:.55}}
@keyframes nodePulse{50%{transform:scale(1.35)}}

@media (max-width:1050px){
  .hero-layout,.platform-layout,.global-layout,.contact-shell{grid-template-columns:1fr}
  .hero{padding-top:135px}.hero-copy{text-align:center}.hero-lead,.hero-proof{margin-inline:auto}.hero-actions{justify-content:center}.hero-proof{justify-content:center}
  .hero-visual{margin-top:10px}.chip-one{right:0}.chip-two{left:0}
  .solution-grid{grid-template-columns:1fr 1fr}.solution-card.featured{grid-column:1/-1}
  .product-showcase{grid-template-columns:1fr 1fr}.product-white-label{grid-column:1/-1;min-height:360px}
  .platform-copy{text-align:center;max-width:720px;margin:auto}.architecture{max-width:700px;width:100%;margin:auto}
  .global-copy{text-align:center;max-width:720px;margin:auto}.global-points{justify-content:center}
}
@media (max-width:760px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .nav-shell{height:84px}.brand{width:245px;height:68px}.nav-toggle{display:block;z-index:3}
  .site-nav{position:fixed;left:14px;right:14px;top:84px;display:grid;gap:0;padding:12px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);transform:translateY(-15px);opacity:0;pointer-events:none;transition:.2s}
  .site-nav.open{transform:none;opacity:1;pointer-events:auto}.site-nav a{padding:13px}.nav-cta{text-align:center;margin-top:4px}
  .hero{min-height:auto;padding:125px 0 75px}.hero h1{font-size:47px}.hero-lead{font-size:16px}.hero-proof{gap:18px;flex-wrap:wrap}.hero-visual{min-height:450px}.command-card{padding:13px;border-radius:22px}.map-canvas{height:310px}.float-chip{display:none}.visual-footer{display:grid;grid-template-columns:repeat(3,1fr)}.metric{padding:8px}.metric strong{font-size:10px}
  .section{padding:82px 0}.section-head{display:block}.section-head>p{margin-top:22px}.section-head h2,.platform-copy h2,.process-intro h2,.global-copy h2,.contact-copy h2{font-size:40px}
  .solution-grid{grid-template-columns:1fr}.solution-card.featured{display:block}.solution-card{min-height:auto}.card-link{left:30px}.solution-card ul{margin-bottom:55px}
  .platform-layout{gap:20px}.architecture{min-height:500px;transform:scale(.88);margin-inline:-6%}
  .product-showcase{grid-template-columns:1fr}.product-white-label{grid-column:auto}.product-panel{min-height:480px}
  .process-grid{grid-template-columns:1fr 1fr}.process-step:nth-child(2){border-right:0}.process-step{border-bottom:1px solid var(--line)}
  .contact-shell{padding:30px 22px;gap:38px}.contact-form{grid-template-columns:1fr}.contact-form label:nth-child(4),.contact-form button,.contact-form small{grid-column:auto}
  .footer-top{display:block}.footer-links{margin-top:40px;gap:20px}.footer-bottom{display:grid}
}
@media (max-width:500px){
  .hero h1{font-size:40px}.hero-actions .button{width:100%}.hero-proof{display:grid;grid-template-columns:1fr 1fr}.hero-proof div:last-child{grid-column:1/-1}
  .hero-visual{min-height:400px}.map-canvas{height:270px}.map-badge{padding:8px}.badge-b{top:54px}
  .architecture{transform:scale(.68);margin-inline:-23%;min-height:430px}
  .process-grid{grid-template-columns:1fr}.process-step,.process-step:not(:first-child){padding:28px 0;border-right:0}.process-step h3{margin-top:25px}
  .satellite-system{width:350px;height:350px}.globe{width:225px;height:225px}.globe-visual{min-height:360px}.footer-links{grid-template-columns:1fr 1fr}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}


/* Sabit dairesel InnovaGIS Core görseli */
.platform-constellation{
  position:relative;
  width:min(100%,620px);
  aspect-ratio:1.18/1;
  margin-inline:auto;
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 48%,rgba(15,78,201,.18),transparent 24%),
    radial-gradient(circle at 50% 50%,rgba(16,199,193,.08),transparent 52%),
    linear-gradient(145deg,#061630,#0a2f69);
  box-shadow:0 38px 100px rgba(7,26,61,.22);
  overflow:hidden;
}
.platform-constellation::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(circle at center,#000,transparent 78%);
}
.platform-constellation::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%,rgba(18,201,194,.22) 0 2px,transparent 3px),
    radial-gradient(circle at 77% 16%,rgba(15,78,201,.28) 0 2px,transparent 3px),
    radial-gradient(circle at 82% 72%,rgba(255,150,45,.25) 0 2px,transparent 3px),
    radial-gradient(circle at 18% 76%,rgba(145,69,255,.25) 0 2px,transparent 3px);
  pointer-events:none;
}
.constellation-glow{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(24,126,255,.22),transparent 68%);
}
.constellation-ring{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  border:1px solid rgba(100,190,255,.28);
}
.ring-one{width:360px;height:360px}
.ring-two{width:470px;height:470px;border-style:dashed;border-color:rgba(16,199,193,.18)}

.constellation-core{
  position:absolute;
  z-index:5;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:230px;
  height:230px;
  border-radius:50%;
  display:grid;
  place-content:center;
  text-align:center;
  background:linear-gradient(145deg,#fff,#edf5ff);
  border:8px solid rgba(255,255,255,.5);
  box-shadow:0 25px 60px rgba(0,0,0,.28),0 0 0 18px rgba(255,255,255,.035);
}
.constellation-core img{
  width:112px;
  height:86px;
  object-fit:contain;
  margin:0 auto 2px;
}
.constellation-core strong{
  font-size:30px;
  line-height:1;
  letter-spacing:-.04em;
  color:var(--navy);
}
.constellation-core span{
  margin-top:6px;
  font-size:17px;
  font-weight:900;
  letter-spacing:.3em;
  color:var(--navy);
  padding-left:.3em;
}

.constellation-node{
  position:absolute;
  z-index:6;
  width:150px;
  height:150px;
  border-radius:50%;
  display:grid;
  place-content:center;
  justify-items:center;
  text-align:center;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 22px 45px rgba(0,0,0,.25),inset 0 0 28px rgba(255,255,255,.08);
}
.constellation-node b{
  margin-top:7px;
  font-size:13px;
  line-height:1.1;
}
.constellation-node small{
  margin-top:5px;
  font-size:8px;
  color:rgba(255,255,255,.78);
}
.node-symbol{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
}
.node-symbol svg{
  width:44px;
  height:44px;
  fill:none;
  stroke:#fff;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.api-symbol{
  width:54px;
  height:40px;
  border:3px solid #fff;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
}
.node-web{
  left:36px;
  top:36px;
  background:linear-gradient(145deg,#0d72e6,#154cc8);
}
.node-portal{
  right:36px;
  top:36px;
  background:linear-gradient(145deg,#12a56e,#08744d);
}
.node-saas{
  left:38px;
  bottom:42px;
  background:linear-gradient(145deg,#8b43d7,#5c24a8);
}
.node-api{
  right:18px;
  bottom:42px;
  background:linear-gradient(145deg,#ff9b28,#e96b12);
}
.constellation-links{
  position:absolute;
  inset:0;
  z-index:3;
  width:100%;
  height:100%;
}
.constellation-links path{
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
}
.constellation-links path:nth-child(1){stroke:rgba(57,143,255,.75)}
.constellation-links path:nth-child(2){stroke:rgba(29,207,144,.72)}
.constellation-links path:nth-child(3){stroke:rgba(164,89,255,.72)}
.constellation-links path:nth-child(4){stroke:rgba(255,155,40,.76)}

@media (max-width:760px){
  .platform-constellation{
    width:min(100%,560px);
    min-height:460px;
  }
  .constellation-core{
    width:190px;
    height:190px;
  }
  .constellation-core img{width:90px;height:68px}
  .constellation-core strong{font-size:25px}
  .constellation-core span{font-size:14px}
  .constellation-node{
    width:124px;
    height:124px;
  }
  .node-web,.node-saas{left:16px}
  .node-portal,.node-api{right:16px}
  .node-web,.node-portal{top:22px}
  .node-saas,.node-api{bottom:24px}
  .ring-one{width:300px;height:300px}
  .ring-two{width:390px;height:390px}
}
@media (max-width:500px){
  .platform-constellation{min-height:400px}
  .constellation-core{width:155px;height:155px}
  .constellation-core img{width:72px;height:52px}
  .constellation-core strong{font-size:20px}
  .constellation-core span{font-size:11px}
  .constellation-node{width:104px;height:104px}
  .constellation-node b{font-size:10px}
  .constellation-node small{font-size:6px}
  .node-symbol{width:36px;height:36px}
  .node-symbol svg{width:34px;height:34px}
  .api-symbol{width:44px;height:32px;font-size:12px}
  .node-web,.node-saas{left:8px}
  .node-portal,.node-api{right:8px}
  .ring-one{width:250px;height:250px}
  .ring-two{width:320px;height:320px}
}


/* Mimari merkez düzenlemesi: logo kaldırıldı */
.architecture-center{
  padding:24px;
}
.architecture-center strong{
  font-size:23px;
  line-height:1.15;
}
.architecture-center span{
  font-size:11px;
  margin-top:8px;
}


/* Veri Katmanı, API Gateway ve AI Engine: tamamen aynı lacivert */
.architecture .node-data,
.architecture .node-api,
.architecture .node-ai{
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.15) !important;
  color:#ffffff !important;
  backdrop-filter:blur(12px);
}
.architecture .node-data span,
.architecture .node-api span,
.architecture .node-ai span{
  color:#9eb2cd !important;
}


/* V4: Hero şemasında dört dairenin simetrik yerleşimi */
.platform-constellation .node-saas{
  left:24px !important;
  right:auto !important;
  bottom:32px !important;
  transform:none !important;
}
.platform-constellation .node-api{
  left:auto !important;
  right:24px !important;
  bottom:32px !important;
  transform:none !important;
}

/* V4: API Gateway, Veri Katmanı ve AI Engine tam olarak aynı yüzey rengi */
.architecture .node-data,
.architecture .node-api,
.architecture .node-ai{
  background:rgba(255,255,255,.10) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.15) !important;
  color:#ffffff !important;
  backdrop-filter:blur(12px);
}
.architecture .node-data span,
.architecture .node-api span,
.architecture .node-ai span{
  color:#9eb2cd !important;
}

/* Mimari API Gateway kutusunun kendi merkez konumu korunur */
.architecture .node-api{
  left:50% !important;
  right:auto !important;
  bottom:0 !important;
  transform:translateX(-50%) !important;
}

@media (max-width:760px){
  .platform-constellation .node-saas{
    left:10px !important;
    bottom:20px !important;
  }
  .platform-constellation .node-api{
    right:10px !important;
    bottom:20px !important;
  }
}
@media (max-width:500px){
  .platform-constellation .node-saas{
    left:4px !important;
    bottom:14px !important;
  }
  .platform-constellation .node-api{
    right:4px !important;
    bottom:14px !important;
  }
}

/* V7: Türkiye merkezli Avrupa-Asya-Afrika dünya haritası */
.globe-visual{
  min-height:500px;
  display:grid;
  place-items:center;
  perspective:900px;
}
.regional-globe{
  position:relative;
  width:470px;
  height:470px;
  display:grid;
  place-items:center;
}
.regional-globe-halo{
  position:absolute;
  inset:2%;
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(16,199,193,.15),rgba(15,78,201,.07) 44%,transparent 72%);
  filter:blur(12px);
}
.regional-map{
  position:relative;
  z-index:2;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:drop-shadow(0 28px 42px rgba(0,0,0,.24));
}
.regional-sea{
  fill:url(#regionalSea);
}
.regional-graticule{
  fill:none;
  stroke:rgba(147,226,222,.18);
  stroke-width:1.15;
}
.regional-countries{
  fill-rule:evenodd;
}
.map-country{
  fill:url(#regionalLand);
  fill-opacity:.42;
  stroke:rgba(174,245,241,.66);
  stroke-width:.72;
  vector-effect:non-scaling-stroke;
  transition:fill-opacity .25s ease;
}
.turkey-country{
  fill:url(#turkeyFill);
  stroke:#ffffff;
  stroke-width:1.8;
  vector-effect:non-scaling-stroke;
  filter:url(#regionalMapGlow);
}
.regional-globe-outline{
  fill:none;
  stroke:rgba(126,231,226,.72);
  stroke-width:2.4;
}
.turkey-pulse{
  fill:none;
  stroke:#6df4ed;
  transform-box:fill-box;
  transform-origin:center;
}
.turkey-pulse-one{
  stroke-width:1.5;
  opacity:.35;
  animation:turkeyPulse 2.8s ease-out infinite;
}
.turkey-pulse-two{
  stroke-width:2;
  opacity:.7;
  animation:turkeyPulse 2.8s ease-out infinite .55s;
}
.turkey-dot{
  fill:#ffffff;
  stroke:#10c7c1;
  stroke-width:2.5;
}
@keyframes turkeyPulse{
  0%{transform:scale(.55);opacity:.75}
  75%,100%{transform:scale(1.65);opacity:0}
}

@media (max-width:760px){
  .globe-visual{min-height:430px}
  .regional-globe{
    width:390px;
    height:390px;
  }
  .regional-map{
    width:350px;
    height:350px;
  }
}
@media (max-width:500px){
  .globe-visual{min-height:350px}
  .regional-globe{
    width:315px;
    height:315px;
  }
  .regional-map{
    width:285px;
    height:285px;
  }
}


/* V8: Harita etiketleri kaldırıldı; Türkiye parlayan odak olarak korunuyor */
.turkey-country{
  fill:url(#turkeyFill);
  stroke:#ffffff;
  stroke-width:2.2;
  vector-effect:non-scaling-stroke;
  filter:url(#regionalMapGlow);
  animation:turkeyCountryGlow 3.2s ease-in-out infinite;
}
.turkey-dot{
  fill:#ffffff;
  stroke:#10c7c1;
  stroke-width:2.8;
  filter:drop-shadow(0 0 6px rgba(109,244,237,.95));
}
.turkey-pulse-one{
  stroke-width:1.7;
  opacity:.42;
  animation:turkeyPulse 2.8s ease-out infinite;
}
.turkey-pulse-two{
  stroke-width:2.2;
  opacity:.78;
  animation:turkeyPulse 2.8s ease-out infinite .55s;
}

@keyframes turkeyCountryGlow{
  0%,100%{
    opacity:1;
    filter:url(#regionalMapGlow);
  }
  50%{
    opacity:.88;
    filter:url(#regionalMapGlow) drop-shadow(0 0 8px rgba(109,244,237,.9));
  }
}
