:root{
  --navy:#061a39;--navy2:#092c58;--blue:#196ed8;--cyan:#1ec8d7;--teal:#20c9b7;--ink:#0e2547;--muted:#64748b;--line:#dce8f4;--soft:#f4f9fc;--white:#fff;--shadow:0 28px 80px rgba(5,29,60,.15);--radius:24px;--max:1240px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.section{padding:96px 0}.section-dark{background:var(--navy);color:#fff}.section-tint{background:linear-gradient(180deg,#f7fbfe,#eef8fb)}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:800;color:#19b9c5;margin-bottom:14px}.section-heading h2,.aqua-copy h2,.contact-copy h2,.global-overlay h2{font-family:"Space Grotesk",sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1.06;margin:.15em 0 .35em}.section-heading p,.section-lead,.aqua-copy>p,.contact-copy>p{font-size:1.06rem;color:var(--muted);max-width:720px}.section-heading.center{text-align:center;max-width:800px;margin:0 auto 48px}.section-heading.center p{margin-inline:auto}.section-heading.light p{color:#bfd3e8}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(5,24,52,.78);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:#fff}.brand img{width:48px;height:48px}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font-family:"Space Grotesk";font-size:1.25rem;letter-spacing:.03em}.brand small{font-size:.68rem;letter-spacing:.05em;margin-top:5px}.main-nav{display:flex;align-items:center;gap:17px;color:#d8e9f8;font-size:.82rem;font-weight:700;white-space:nowrap}.main-nav a:hover{color:#fff}.nav-cta{padding:11px 18px;border:1px solid rgba(89,236,224,.55);border-radius:999px;background:rgba(34,211,197,.08)}.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:1.6rem}
.hero{position:relative;overflow:hidden;padding:150px 0 80px;min-height:790px}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 22%,rgba(25,110,216,.38),transparent 32%),radial-gradient(circle at 72% 58%,rgba(32,201,183,.26),transparent 31%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .97fr;gap:60px;align-items:center}.hero-copy h1{font-family:"Space Grotesk";font-size:clamp(3rem,6vw,5.7rem);line-height:.96;margin:.1em 0 .3em;letter-spacing:-.035em}.hero-copy h1 span{background:linear-gradient(90deg,#fff,#58dff0 42%,#25d2b8);-webkit-background-clip:text;color:transparent}.hero-copy>p{color:#c7d8e8;font-size:1.1rem;max-width:670px}.hero-actions{display:flex;gap:14px;margin:32px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:12px;font-weight:800;border:1px solid transparent;cursor:pointer}.btn-primary{color:#031a36;background:linear-gradient(135deg,#61e3ec,#2bd0b1);box-shadow:0 14px 36px rgba(43,208,177,.2)}.btn-ghost{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.04)}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;max-width:620px}.trust-row div{display:flex;flex-direction:column}.trust-row strong{font-size:.94rem}.trust-row span{color:#89a8c2;font-size:.78rem}.hero-image-card{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 40px 100px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.14)}.hero-image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(5,24,52,.34))}.hero-image-card>img{width:100%;height:620px;object-fit:cover}.building-board{position:absolute;z-index:3;top:34px;right:34px;display:flex;align-items:center;gap:10px;background:#061a39;border:2px solid #56e8e0;border-radius:8px;padding:11px 15px;box-shadow:0 10px 28px rgba(0,0,0,.22);color:#fff}.building-board img{width:34px}.building-board span{display:flex;flex-direction:column;line-height:1}.building-board strong{font-size:.88rem;letter-spacing:.04em}.building-board small{font-size:.48rem;margin-top:4px}.hero-badge{position:absolute;z-index:3;left:24px;bottom:24px;max-width:310px;padding:14px 18px;border-radius:12px;background:rgba(5,24,52,.88);border-left:3px solid #23cdbd;font-weight:700;font-size:.85rem}.proof-strip{background:#fff;border-bottom:1px solid var(--line)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid div{display:flex;align-items:center;gap:14px;padding:24px 0;border-right:1px solid var(--line)}.proof-grid div:last-child{border-right:0}.proof-grid span{font-weight:800;color:#20b8c4}.proof-grid p{margin:0;font-weight:700;font-size:.9rem}
.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.solution-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 40px rgba(17,58,95,.07);transition:.3s ease}.solution-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.solution-card>img{width:100%;aspect-ratio:1.45/1;object-fit:cover}.card-body{padding:26px}.pill{display:inline-block;padding:7px 11px;border-radius:999px;background:#e9f8fb;color:#0b7285;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.card-body h3{font-family:"Space Grotesk";font-size:1.5rem;line-height:1.15;margin:14px 0 10px}.card-body p{color:var(--muted);font-size:.93rem}.card-body ul{padding:0;margin:18px 0 0;list-style:none}.card-body li{padding:8px 0;border-top:1px solid #edf2f7;font-size:.88rem;font-weight:700}
.split-heading{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:end;margin-bottom:36px}.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.industry-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;min-height:220px}.industry-grid span{font-size:2rem}.industry-grid h3{font-family:"Space Grotesk";font-size:1.2rem;margin:14px 0 6px}.industry-grid p{color:var(--muted);font-size:.9rem}
.aqua-section{background:#fff}.aqua-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.aqua-visual img{border-radius:28px;box-shadow:var(--shadow)}.feature-list{display:grid;gap:12px;margin:28px 0}.feature-list div{display:flex;gap:14px;padding:14px 0;border-top:1px solid var(--line)}.feature-list b{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--teal));font-size:.78rem}.feature-list span{display:flex;flex-direction:column}.feature-list small{color:var(--muted);margin-top:2px}.text-link{font-weight:800;color:#087c95}
.why-section{background:linear-gradient(135deg,#041831,#082c55 58%,#087c80)}.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.why-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.why-cards article{padding:28px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11)}.why-cards strong{color:#50dce0}.why-cards h3{font-family:"Space Grotesk";margin:12px 0 6px}.why-cards p{color:#bdd0e0;font-size:.9rem}
.process-line{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:42px}.process-line div{position:relative;padding:22px;border-top:3px solid #dcecf4}.process-line b{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#071f45;color:#4ce0df}.process-line h3{font-family:"Space Grotesk"}.process-line p{font-size:.86rem;color:var(--muted)}
.global-card{position:relative;border-radius:30px;overflow:hidden;min-height:420px;box-shadow:var(--shadow)}.global-card>img{width:100%;height:100%;object-fit:cover}.global-overlay{position:absolute;left:0;top:0;bottom:0;width:min(58%,680px);padding:58px;background:linear-gradient(90deg,rgba(4,24,49,.96),rgba(4,24,49,.72),transparent);display:flex;flex-direction:column;justify-content:center;color:#fff}.global-overlay p{max-width:540px;color:#c1d8e8}
.contact-section{background:linear-gradient(180deg,#f8fcfe,#edf8fb)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.contact-points{display:flex;flex-direction:column;gap:12px;margin-top:30px}.contact-points a,.contact-points span{font-weight:700;color:#234b70}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 14px 45px rgba(17,58,95,.08)}.contact-form label{display:flex;flex-direction:column;gap:7px;font-size:.82rem;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d8e6f2;background:#fafdff;border-radius:10px;padding:13px;font:inherit;color:var(--ink);outline:0}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#24bebf;box-shadow:0 0 0 3px rgba(36,190,191,.1)}.full{grid-column:1/-1}
.site-footer{background:#04162e;color:#c5d9e8;padding:30px 0}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr auto;align-items:center;gap:20px}.footer-brand img{width:42px}.footer-links{display:flex;gap:16px;font-size:.8rem}.site-footer small{font-size:.72rem}
.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}
@media(max-width:1050px){.main-nav{gap:16px}.hero-grid,.aqua-grid,.why-grid,.contact-grid,.split-heading{grid-template-columns:1fr}.hero-visual{max-width:760px}.solution-grid{grid-template-columns:1fr}.industry-grid{grid-template-columns:repeat(2,1fr)}.process-line{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.global-overlay{width:75%}}
@media(max-width:760px){.container{width:min(var(--max),calc(100% - 24px))}.section{padding:70px 0}.nav-toggle{display:block}.main-nav{position:absolute;top:78px;left:12px;right:12px;display:none;flex-direction:column;align-items:stretch;background:#061a39;padding:18px;border-radius:16px;box-shadow:0 22px 50px rgba(0,0,0,.25)}.main-nav.open{display:flex}.nav-cta{text-align:center}.hero{padding-top:120px}.hero-grid{gap:34px}.hero-copy h1{font-size:clamp(2.7rem,13vw,4.2rem)}.hero-image-card>img{height:430px}.building-board{top:16px;right:16px;transform:scale(.82);transform-origin:top right}.trust-row{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid div{border-bottom:1px solid var(--line)}.industry-grid,.why-cards,.contact-form,.footer-grid{grid-template-columns:1fr}.process-line{grid-template-columns:1fr 1fr}.global-overlay{position:relative;width:100%;background:#061a39;padding:32px}.global-card>img{height:260px}.footer-links{flex-wrap:wrap}}
@media(max-width:480px){.proof-grid,.industry-grid,.process-line{grid-template-columns:1fr}.hero-actions{flex-direction:column}.btn{width:100%}.site-header .brand small{display:none}.site-header .brand strong{font-size:1rem}.hero-badge{left:14px;right:14px;bottom:14px}.contact-form{padding:18px}}
/* Hero V2 — steel blue + cyan interactive ecosystem */
.site-header{background:rgba(15,36,58,.82)}
.brand-logo{width:310px!important;height:auto!important;filter:brightness(0) invert(1)}
.hero-v2{min-height:760px;background:linear-gradient(135deg,#102a43 0%,#163b5c 45%,#0b2e4a 100%);isolation:isolate}
.hero-v2:before{background:linear-gradient(110deg,rgba(7,28,49,.58),rgba(10,59,82,.15));z-index:-3}
.network-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:-2;opacity:.58}
.hero-glow{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none;z-index:-1}.hero-glow-one{width:420px;height:420px;right:5%;top:12%;background:rgba(0,191,166,.16)}.hero-glow-two{width:360px;height:360px;left:28%;bottom:-12%;background:rgba(2,136,209,.18)}
.hero-v2-grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center;min-height:590px}.hero-v2 .hero-copy{max-width:660px}.hero-v2 .hero-copy h1{font-size:clamp(3rem,5.5vw,5.3rem)}
.tech-ecosystem{position:relative;width:min(600px,100%);aspect-ratio:1;margin:auto}.orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(82,225,234,.22);border-radius:50%;transform:translate(-50%,-50%)}.orbit-a{width:92%;height:92%;animation:spin 28s linear infinite}.orbit-b{width:68%;height:68%;border-style:dashed;animation:spinReverse 22s linear infinite}.orbit-c{width:44%;height:44%;animation:pulseOrbit 4s ease-in-out infinite}
.core{position:absolute;left:50%;top:50%;width:150px;height:150px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,#1c6ea0,#102a43 64%);border:1px solid rgba(97,227,236,.7);box-shadow:0 0 0 12px rgba(0,191,166,.04),0 0 55px rgba(30,200,215,.28);text-align:center}.core-mark{font-family:"Space Grotesk";font-size:62px;font-weight:700;line-height:.7;color:#55e2e5}.core small{position:absolute;bottom:27px;font-size:.6rem;letter-spacing:.18em;color:#d7f7f7}
.hotspot{position:absolute;width:104px;height:104px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#e9ffff;background:rgba(17,53,78,.78);border:1px solid rgba(82,225,234,.38);backdrop-filter:blur(10px);box-shadow:0 14px 38px rgba(0,0,0,.2),0 0 25px rgba(0,191,166,.08);transition:.3s ease;animation:floatNode 5s ease-in-out infinite}.hotspot b{font-family:"Space Grotesk";font-size:1.2rem;color:#59e5e6}.hotspot span{font-size:.68rem;font-weight:800;letter-spacing:.04em}.hotspot:hover,.hotspot:focus{transform:scale(1.09);background:rgba(18,80,105,.95);border-color:#5ee6e4;box-shadow:0 18px 45px rgba(0,0,0,.26),0 0 38px rgba(30,200,215,.24);outline:none}.hs-ai{left:42%;top:1%}.hs-digital{left:3%;top:25%;animation-delay:-1s}.hs-immersive{right:1%;top:25%;animation-delay:-2s}.hs-product{right:9%;bottom:10%;animation-delay:-3s}.hs-industry{left:12%;bottom:8%;animation-delay:-4s}.hs-cloud{left:43%;bottom:-1%;animation-delay:-2.5s}
.hero-scroll{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:9px;color:#a9d3df;font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.hero-scroll span{width:18px;height:30px;border:1px solid rgba(132,228,232,.55);border-radius:12px;position:relative}.hero-scroll span:after{content:"";position:absolute;width:3px;height:6px;background:#5de1df;border-radius:2px;left:7px;top:6px;animation:scrollDot 1.6s ease-in-out infinite}.anchor-target{position:relative;top:-90px}
.form-note{margin:0;font-size:.82rem;color:#087c95;font-weight:700}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spinReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes pulseOrbit{50%{opacity:.45;transform:translate(-50%,-50%) scale(1.05)}}@keyframes floatNode{50%{margin-top:-8px}}@keyframes scrollDot{0%{opacity:0;transform:translateY(0)}35%{opacity:1}100%{opacity:0;transform:translateY(10px)}}
@media(max-width:1050px){.hero-v2-grid{grid-template-columns:1fr}.tech-ecosystem{max-width:560px}.hero-v2{padding-bottom:100px}.brand-logo{width:270px!important}}
@media(max-width:760px){.brand-logo{width:220px!important}.tech-ecosystem{max-width:430px}.hotspot{width:82px;height:82px}.hotspot b{font-size:1rem}.hotspot span{font-size:.58rem}.core{width:120px;height:120px}.core-mark{font-size:50px}.hero-v2-grid{gap:20px}.hero-scroll{display:none}}
@media(max-width:480px){.brand-logo{width:190px!important}.tech-ecosystem{transform:scale(.94)}.hotspot{width:70px;height:70px}.hotspot span{display:none}}
@media(prefers-reduced-motion:reduce){.orbit,.hotspot,.hero-scroll span:after{animation:none!important}.reveal{transition:none}}
/* ===== Cinematic AI Hero V3 ===== */
.hero-v3{position:relative;min-height:820px;overflow:hidden;isolation:isolate;background:linear-gradient(118deg,#020b16 0%,#071a2c 43%,#0a2b3d 72%,#061722 100%);padding:120px 0 76px}
.hero-v3:before{content:"";position:absolute;inset:0;z-index:-5;background:radial-gradient(circle at 73% 46%,rgba(30,223,221,.11),transparent 27%),radial-gradient(circle at 18% 38%,rgba(36,104,193,.17),transparent 31%),linear-gradient(90deg,rgba(1,9,18,.86),rgba(1,9,18,.18) 58%,rgba(1,9,18,.38))}
.ai-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:-4;opacity:.9}
.ai-grid{position:absolute;inset:0;z-index:-3;opacity:.16;background-image:linear-gradient(rgba(86,220,231,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(86,220,231,.1) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,transparent 2%,#000 25%,#000 78%,transparent 100%);transform:perspective(650px) rotateX(68deg) translateY(52%);transform-origin:center bottom}
.ai-aurora{position:absolute;border-radius:50%;filter:blur(85px);pointer-events:none;z-index:-2;opacity:.22}.aurora-one{width:430px;height:430px;background:#00e2cf;right:8%;top:18%;animation:aurora 8s ease-in-out infinite}.aurora-two{width:380px;height:380px;background:#176fda;left:28%;bottom:-16%;animation:aurora 10s ease-in-out infinite reverse}
.hero-v3-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.04fr;gap:44px;align-items:center;min-height:610px}.hero-v3-copy{max-width:720px}.hero-kicker{display:inline-flex;align-items:center;gap:10px;color:#86dce5;font-size:.72rem;font-weight:800;letter-spacing:.18em}.hero-kicker i{width:7px;height:7px;border-radius:50%;background:#48eee0;box-shadow:0 0 0 6px rgba(72,238,224,.08),0 0 22px #48eee0;animation:statusPulse 2.2s infinite}.hero-v3 h1{font-family:"Space Grotesk";font-size:clamp(3.7rem,6.3vw,6.6rem);line-height:.91;letter-spacing:-.055em;margin:.22em 0 .12em;color:#f6fbff}.hero-v3 h1 span{background:linear-gradient(90deg,#f7ffff 5%,#62e9ee 48%,#20cfb6 100%);-webkit-background-clip:text;color:transparent}.hero-v3 h2{font-family:"Space Grotesk";font-size:clamp(1.35rem,2.2vw,2rem);font-weight:500;letter-spacing:.01em;color:#91a9bc;margin:0 0 22px}.hero-v3-copy>p{max-width:650px;color:#a9c1d2;font-size:1.03rem;line-height:1.8}.hero-v3 .btn{border-radius:999px;padding:14px 23px}.hero-v3 .btn-primary b{margin-left:9px}.hero-v3 .btn-ghost{backdrop-filter:blur(8px)}
.ai-stage{position:relative;width:min(640px,100%);aspect-ratio:1;margin:auto;transform-style:preserve-3d;transition:transform .16s ease-out}.ai-stage:before,.ai-stage:after{content:"";position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.ai-stage:before{width:78%;height:78%;border:1px solid rgba(83,228,232,.13);box-shadow:inset 0 0 70px rgba(35,204,206,.03);animation:breathRing 5s ease-in-out infinite}.ai-stage:after{width:54%;height:54%;border:1px dashed rgba(83,228,232,.16);animation:spin 32s linear infinite}
.ai-core{position:absolute;left:50%;top:50%;width:184px;height:184px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle at 42% 34%,rgba(77,243,236,.25),rgba(8,48,70,.78) 46%,rgba(2,15,29,.96) 72%);border:1px solid rgba(104,239,237,.44);box-shadow:0 0 45px rgba(24,218,210,.16),inset 0 0 32px rgba(53,228,226,.1)}.core-p{font-family:"Space Grotesk";font-size:72px;font-weight:700;line-height:.8;background:linear-gradient(160deg,#72f5ed,#31bde7 50%,#296fd2);-webkit-background-clip:text;color:transparent;text-shadow:0 0 34px rgba(72,238,224,.15)}.ai-core small{margin-top:13px;font-size:.53rem;letter-spacing:.19em;color:#8ec9d2}.core-halo{position:absolute;border-radius:50%;border:1px solid rgba(79,236,232,.22)}.core-halo.h1{inset:-22px;animation:spin 14s linear infinite}.core-halo.h2{inset:-55px;border-style:dashed;animation:spinReverse 23s linear infinite}.core-halo.h3{inset:-95px;border-color:rgba(70,161,211,.12);animation:breathRing 5s ease-in-out infinite}
.ai-path{position:absolute;min-width:118px;padding:10px 14px;border-left:1px solid rgba(88,231,233,.5);color:#eaffff;background:linear-gradient(90deg,rgba(6,40,58,.68),rgba(6,40,58,.05));backdrop-filter:blur(5px);transition:.28s ease}.ai-path:before{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#50eee3;left:-4px;top:15px;box-shadow:0 0 14px #50eee3}.ai-path span{display:block;font-size:.69rem;font-weight:800;letter-spacing:.12em}.ai-path small{display:block;color:#779cac;font-size:.61rem;margin-top:2px}.ai-path:hover,.ai-path:focus{transform:translateX(5px);background:linear-gradient(90deg,rgba(14,102,117,.74),rgba(6,40,58,.06));outline:none}.p-ai{right:3%;top:19%}.p-digital{left:3%;top:25%}.p-immersive{right:1%;bottom:27%}.p-products{left:6%;bottom:21%}.p-industry{right:26%;bottom:3%}.p-careers{left:28%;bottom:3%}
.signal{position:absolute;width:5px;height:5px;border-radius:50%;background:#6ffff2;box-shadow:0 0 14px #6ffff2;animation:signalMove 6s linear infinite}.signal-a{left:23%;top:45%}.signal-b{right:22%;top:42%;animation-delay:-2s}.signal-c{left:48%;bottom:17%;animation-delay:-4s}
.hero-v3-bottom{position:absolute;left:0;right:0;bottom:0;border-top:1px solid rgba(132,223,228,.1);background:rgba(2,14,26,.42);backdrop-filter:blur(8px)}.hero-v3-bottom .container{height:52px;display:flex;align-items:center;justify-content:space-between;color:#648a9c;font-size:.61rem;font-weight:800;letter-spacing:.16em}.hero-v3 .hero-scroll{bottom:67px;color:#7399aa;font-size:.55rem;letter-spacing:.16em}
@keyframes aurora{50%{transform:translate(28px,-18px) scale(1.08);opacity:.32}}@keyframes statusPulse{50%{opacity:.55;box-shadow:0 0 0 10px rgba(72,238,224,0),0 0 12px #48eee0}}@keyframes breathRing{50%{transform:translate(-50%,-50%) scale(1.055);opacity:.55}}@keyframes signalMove{0%{transform:translate(0,0);opacity:0}15%{opacity:1}50%{transform:translate(55px,-32px);opacity:.85}100%{transform:translate(115px,15px);opacity:0}}
@media(max-width:1050px){.hero-v3{padding-top:115px}.hero-v3-inner{grid-template-columns:1fr;gap:0}.hero-v3-copy{text-align:center;margin:auto}.hero-v3-copy>p{margin-left:auto;margin-right:auto}.hero-v3 .hero-actions{justify-content:center}.ai-stage{max-width:560px;margin-top:8px}.hero-v3-bottom{position:relative;margin-top:30px}.hero-v3 .hero-scroll{display:none}}
@media(max-width:760px){.hero-v3{padding-top:105px;padding-bottom:0}.hero-v3 h1{font-size:clamp(3rem,15vw,4.6rem)}.hero-v3-copy>p{font-size:.94rem}.ai-stage{max-width:430px}.ai-core{width:135px;height:135px}.core-p{font-size:54px}.ai-path{min-width:95px;padding:8px 10px}.ai-path span{font-size:.58rem}.ai-path small{font-size:.53rem}.hero-v3-bottom .container{gap:18px;overflow:hidden;justify-content:center}.hero-v3-bottom span:nth-child(n+4){display:none}}
@media(max-width:480px){.ai-stage{max-width:350px}.p-industry{right:18%}.hero-kicker{font-size:.58rem}.hero-v3 .hero-actions{flex-direction:column}.hero-v3-bottom span:nth-child(n+3){display:none}}
@media(prefers-reduced-motion:reduce){.ai-aurora,.core-halo,.signal,.hero-kicker i{animation:none!important}.ai-stage{transition:none}}

/* ===== V3.3 navigation polish ===== */
.site-header{transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}
.site-header.scrolled{background:rgba(4,22,46,.9);border-bottom-color:rgba(89,236,224,.14);box-shadow:0 12px 35px rgba(0,0,0,.14)}
.main-nav a:not(.nav-cta){position:relative;padding:29px 0 26px;transition:color .22s ease}
.main-nav a:not(.nav-cta)::after{content:"";position:absolute;left:50%;right:50%;bottom:18px;height:2px;border-radius:2px;background:linear-gradient(90deg,#58eee4,#36bfe2);transition:left .25s ease,right .25s ease,box-shadow .25s ease}
.main-nav a:not(.nav-cta):hover,.main-nav a:not(.nav-cta):focus-visible,.main-nav a:not(.nav-cta).active{color:#fff;outline:none}
.main-nav a:not(.nav-cta):hover::after,.main-nav a:not(.nav-cta):focus-visible::after,.main-nav a:not(.nav-cta).active::after{left:0;right:0;box-shadow:0 0 12px rgba(88,238,228,.45)}
.nav-cta{transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}
.nav-cta:hover,.nav-cta:focus-visible{transform:translateY(-1px);background:rgba(34,211,197,.17);border-color:#59ece0;box-shadow:0 0 20px rgba(34,211,197,.14);outline:2px solid transparent}
.brand:focus-visible{outline:2px solid #59ece0;outline-offset:7px;border-radius:6px}
.back-to-top{position:fixed;right:24px;bottom:24px;z-index:950;width:46px;height:46px;border-radius:50%;border:1px solid rgba(89,236,224,.45);background:rgba(5,31,53,.88);backdrop-filter:blur(12px);color:#7df4eb;font-size:1.25rem;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s ease;box-shadow:0 12px 32px rgba(0,0,0,.2)}
.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover,.back-to-top:focus-visible{background:#0b5166;color:#fff;border-color:#75f2e8;outline:none;transform:translateY(-2px)}
@media(max-width:1050px){.main-nav a:not(.nav-cta){padding:10px 0}.main-nav a:not(.nav-cta)::after{bottom:3px}.back-to-top{right:16px;bottom:16px}}
@media(prefers-reduced-motion:reduce){.site-header,.main-nav a,.main-nav a::after,.nav-cta,.back-to-top{transition:none!important}}
/* V3.4 complete-home additions */
.story-grid,.product-layout,.innovation-grid,.talent-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.visual-panel{min-height:390px;border-radius:28px;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 30%,rgba(0,235,246,.25),transparent 28%),linear-gradient(135deg,#071b35,#123a57 55%,#087f91);box-shadow:0 30px 80px rgba(7,27,53,.18)}.visual-panel:before{content:"";position:absolute;inset:12%;border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:0 0 0 40px rgba(255,255,255,.03),0 0 0 80px rgba(255,255,255,.025)}.visual-orbit{position:absolute;width:160px;height:160px;border:1px solid #4de8ee;border-radius:50%;left:50%;top:45%;transform:translate(-50%,-50%);box-shadow:0 0 60px rgba(77,232,238,.3)}.visual-word{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);font:700 24px 'Space Grotesk';letter-spacing:.22em;color:#fff}.visual-caption{position:absolute;bottom:34px;left:34px;right:34px;color:#bcecf0;font-size:13px;letter-spacing:.06em}.service-six{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.service-six article,.insight-grid article{background:#fff;border:1px solid #dfeaf1;border-radius:18px;padding:26px;box-shadow:0 12px 30px rgba(10,42,70,.06);transition:.3s}.service-six article:hover,.insight-grid article:hover{transform:translateY(-5px);border-color:#56dfe8}.service-six i{font-style:normal;color:#09aebe;font-weight:800;font-size:13px}.service-six h3{margin:14px 0 8px}.center-link{text-align:center;margin-top:28px}.product-showcase{padding:40px;border-radius:28px;color:#fff;background:radial-gradient(circle at 70% 20%,rgba(52,233,235,.28),transparent 30%),linear-gradient(145deg,#061a34,#0a4661);min-height:410px;position:relative;overflow:hidden}.product-showcase .status{font-size:11px;letter-spacing:.14em;padding:8px 12px;border:1px solid rgba(90,239,238,.45);border-radius:99px;color:#7af0ed}.product-showcase h3{font-size:28px;max-width:520px;margin-top:220px}.aqua-rings{position:absolute;right:30px;top:35px;width:240px;height:190px}.aqua-rings b{position:absolute;border:1px solid rgba(77,232,238,.55);border-radius:50%;inset:20px}.aqua-rings b:nth-child(2){inset:50px}.aqua-rings b:nth-child(3){inset:80px;background:radial-gradient(circle,#4de8ee,transparent 65%)}.innovation-visual{height:420px;position:relative}.data-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120px;height:120px;border-radius:50%;display:grid;place-items:center;border:1px solid #5ce7ea;color:#fff;font:700 32px 'Space Grotesk';box-shadow:0 0 70px rgba(72,233,235,.25)}.data-node{position:absolute;padding:10px 14px;border:1px solid rgba(92,231,234,.4);border-radius:99px;color:#aef4f3;font-size:11px;letter-spacing:.1em}.n1{left:8%;top:20%}.n2{right:8%;top:20%}.n3{left:10%;bottom:18%}.n4{right:4%;bottom:18%}.mini-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.mini-points span{padding:12px;border-left:2px solid #36d7df;background:rgba(255,255,255,.04);color:#d7eef3}.light-link{color:#62e7e9!important}.work-grid,.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}.work-grid article{border:1px solid #dfeaf1;border-radius:20px;overflow:hidden;background:#fff;padding-bottom:24px}.work-grid article>span,.work-grid article h3,.work-grid article p{margin-left:22px;margin-right:22px}.work-grid article>span{display:block;color:#08a8b9;font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-top:18px}.work-visual{height:148px;position:relative;overflow:hidden;background:#f5f8fa;border-bottom:1px solid #e7edf1}.work-visual:before{content:"";position:absolute;width:108px;height:108px;border:1px solid #dce7eb;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 24px rgba(225,235,239,.42),0 0 0 48px rgba(232,240,243,.28)}.work-visual:after{content:"";position:absolute;width:42px;height:2px;background:#55cbd2;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:2px}.w2{background:#f8fafb}.w2:before{border-radius:22px;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 0 22px rgba(230,238,242,.4),0 0 0 44px rgba(237,243,245,.3)}.w3{background:#f4f7f9}.w3:before{width:132px;height:72px;border-radius:18px;box-shadow:0 0 0 22px rgba(228,237,241,.38),0 0 0 44px rgba(235,242,244,.26)}.work-grid article{box-shadow:0 10px 28px rgba(10,42,70,.045);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.work-grid article:hover{transform:translateY(-3px);border-color:#cfe3e7;box-shadow:0 14px 34px rgba(10,42,70,.07)}.talent-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.talent-cards div{min-height:170px;padding:24px;border-radius:18px;background:linear-gradient(145deg,#08274b,#0d5266);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.talent-cards b{color:#5ee9e8;margin-bottom:8px}.insight-grid article span{color:#08a8b9;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.insight-grid article h3{font-size:20px;margin:14px 0 8px}.main-nav a.active:not(.nav-cta){color:#51e2e5}.main-nav a.active:not(.nav-cta):after{transform:scaleX(1)!important}.section{scroll-margin-top:88px}@media(max-width:900px){.story-grid,.product-layout,.innovation-grid,.talent-grid{grid-template-columns:1fr;gap:32px}.service-six,.work-grid,.insight-grid{grid-template-columns:1fr}.talent-cards{grid-template-columns:1fr}.visual-panel,.product-showcase,.innovation-visual{min-height:320px;height:auto}.product-showcase h3{margin-top:180px}}
/* V3.5 Services + Industries */
.service-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px}.service-pillar{background:#fff;border:1px solid #dce9f0;border-radius:22px;overflow:hidden;box-shadow:0 18px 42px rgba(7,31,55,.07);transition:.3s}.service-pillar:hover{transform:translateY(-6px);border-color:#50dfe5;box-shadow:0 24px 52px rgba(7,55,77,.12)}.pillar-art{height:220px;position:relative;overflow:hidden;background:#061b34}.pillar-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(3,17,31,.65))}.art-digital{background:radial-gradient(circle at 50% 38%,rgba(68,235,235,.35),transparent 23%),linear-gradient(135deg,#061a36,#103d68)}.art-ui{position:absolute;inset:42px 48px;border:1px solid rgba(95,238,237,.35);border-radius:18px;box-shadow:0 0 45px rgba(48,221,224,.12);display:grid;place-items:center}.art-ui b{font:700 42px 'Space Grotesk';color:#68eeec}.art-ui i{position:absolute;height:1px;background:#47dfe4;width:52%;left:24%;opacity:.45}.art-ui i:nth-of-type(1){top:28%}.art-ui i:nth-of-type(2){top:68%;width:36%}.art-ui i:nth-of-type(3){width:1px;height:70%;left:50%;top:15%}.art-immersive{background:linear-gradient(145deg,#18334d,#52758a)}.building-wire{position:absolute;left:21%;right:21%;top:20%;bottom:12%;border:1px solid rgba(198,246,247,.65);transform:skewY(-5deg);box-shadow:inset 0 0 45px rgba(95,231,235,.08)}.building-wire:before,.building-wire:after,.building-wire b{content:"";position:absolute;border:1px solid rgba(194,245,247,.38)}.building-wire:before{inset:18% 14%}.building-wire:after{left:50%;top:0;bottom:0}.building-wire b:nth-child(1){left:0;right:0;top:35%}.building-wire b:nth-child(2){left:0;right:0;top:68%}.building-wire b:nth-child(3){top:-16%;left:15%;right:15%;height:18%;transform:skewY(10deg)}.art-product{background:radial-gradient(circle at 25% 35%,rgba(0,210,211,.2),transparent 24%),linear-gradient(145deg,#052a3d,#064f5d)}.aqua-dashboard{position:absolute;inset:35px;border:1px solid rgba(88,236,232,.3);border-radius:16px;padding:18px;color:#83f1ed}.aqua-dashboard b{font-size:10px;letter-spacing:.15em}.aqua-dashboard i{display:block;height:8px;margin-top:17px;border-radius:10px;background:linear-gradient(90deg,#42e0df 38%,rgba(255,255,255,.1) 38%)}.aqua-dashboard i:nth-of-type(2){background:linear-gradient(90deg,#3a9ee7 64%,rgba(255,255,255,.1) 64%)}.aqua-dashboard i:nth-of-type(3){background:linear-gradient(90deg,#52e7b5 51%,rgba(255,255,255,.1) 51%)}.aqua-dashboard span{position:absolute;bottom:16px;right:16px;font-size:9px;letter-spacing:.12em}.pillar-copy{padding:26px}.pillar-copy>span,.industry-visual>div:last-child>span{font-size:10px;font-weight:800;letter-spacing:.12em;color:#08a8b9}.pillar-copy h3{font-size:23px;margin:10px 0}.pillar-copy p{min-height:74px}.pillar-copy ul{list-style:none;padding:0;margin:18px 0}.pillar-copy li{padding:6px 0 6px 18px;position:relative;font-size:13px;color:#4b6274}.pillar-copy li:before{content:"✓";position:absolute;left:0;color:#0ab8bc;font-weight:800}.industry-visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px}.industry-visual{background:#fff;border:1px solid #dce9f0;border-radius:20px;overflow:hidden;box-shadow:0 14px 34px rgba(8,40,66,.06);transition:.3s}.industry-visual:hover{transform:translateY(-5px);border-color:#54dde3}.industry-scene{height:165px;display:grid;place-items:center;position:relative;overflow:hidden;color:#dffcff}.industry-scene:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(3,19,34,.3))}.industry-scene span{position:relative;z-index:1;text-shadow:0 0 28px rgba(65,232,231,.6)}.realestate .industry-scene{background:linear-gradient(160deg,#507a98,#102c46)}.skyline{font-size:52px;letter-spacing:5px}.aqua .industry-scene{background:radial-gradient(ellipse at 50% 65%,#1d8998 0 16%,transparent 17%),linear-gradient(#78b9c8,#0d6073)}.ponds{font-size:31px;line-height:1.2}.business .industry-scene{background:linear-gradient(135deg,#193a58,#0b7080)}.dashboard-lines{font:700 28px monospace;line-height:1.6}.startup .industry-scene{background:radial-gradient(circle at 50% 60%,rgba(67,235,229,.24),transparent 24%),linear-gradient(135deg,#0a2548,#16547a)}.launch{font-size:80px}.education .industry-scene{background:linear-gradient(145deg,#375a76,#16374f)}.learning{font-size:35px;letter-spacing:8px}.emerging .industry-scene{background:radial-gradient(circle at 65% 30%,rgba(63,226,221,.25),transparent 30%),linear-gradient(145deg,#112a4d,#075268)}.nodes{font:700 22px monospace;line-height:1.2}.industry-visual>div:last-child{padding:22px}.industry-visual h3{font-size:20px;margin:8px 0}.industry-visual p{font-size:13px;line-height:1.65;margin:0}@media(max-width:900px){.service-pillars,.industry-visual-grid{grid-template-columns:1fr}.pillar-copy p{min-height:0}.pillar-art{height:200px}}

/* V3.6 realistic Services + Industries */
.card-photo{display:block;width:100%;height:220px;object-fit:cover;background:#0a2943}.industry-visual .card-photo{height:176px}.realistic-cards .service-pillar,.realistic-cards .industry-visual{overflow:hidden}.btn-card{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;padding:11px 16px;border-radius:10px;background:linear-gradient(135deg,#0c7fe8,#0bc4c8);color:#fff!important;font-size:12px;font-weight:800;text-decoration:none;box-shadow:0 8px 20px rgba(8,139,187,.18);transition:.25s}.btn-card:hover,.btn-card:focus-visible{transform:translateY(-2px);box-shadow:0 12px 26px rgba(8,139,187,.28);outline:2px solid #65e8e7;outline-offset:2px}.btn-card b{font-size:15px}.btn-secondary{display:inline-flex;gap:10px;align-items:center;text-decoration:none}.industry-visual>div:last-child{display:flex;flex-direction:column;align-items:flex-start;height:100%}.industry-visual .btn-card{margin-top:auto}.industry-visual p{margin-bottom:18px}@media(max-width:900px){.card-photo,.industry-visual .card-photo{height:210px}}
\n/* V3.8 refinement: compact readable service content + aligned CTAs */\n.proof-title{text-align:center;padding-top:20px;margin-bottom:-4px;font-family:"Space Grotesk",sans-serif;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#087c95}\n.proof-grid span{font-size:.9rem}\n.service-pillar{display:flex;flex-direction:column;height:100%}\n.service-pillar .pillar-copy{display:flex;flex-direction:column;flex:1;padding:24px 26px 26px}\n.service-pillar .pillar-copy h3{line-height:1.2;margin:8px 0 10px}\n.service-pillar .pillar-copy p{line-height:1.42;margin:0 0 12px;min-height:0;font-size:.91rem}\n.service-pillar .pillar-copy ul{margin:8px 0 16px}\n.service-pillar .pillar-copy li{line-height:1.38;padding-top:3px;padding-bottom:3px}\n.service-pillar .btn-card{margin-top:auto;align-self:flex-start}\n.contact-form .btn-primary{background:linear-gradient(135deg,#0c7fe8,#0bc4c8);color:#fff;box-shadow:0 8px 20px rgba(8,139,187,.18)}\n.contact-form .btn-primary:hover,.contact-form .btn-primary:focus-visible{transform:translateY(-2px);box-shadow:0 12px 26px rgba(8,139,187,.28);outline:2px solid #65e8e7;outline-offset:2px}\n@media(max-width:900px){.service-pillar .pillar-copy p{line-height:1.45}}\n
/* V3.9 final homepage refinements */
.service-pillars{align-items:stretch}
.service-pillars .service-pillar{height:100%;min-height:0}
.service-pillars .card-photo{height:190px}
.service-pillar .pillar-copy{padding:20px 24px 22px}
.service-pillar .pillar-copy h3{margin:4px 0 8px;font-size:22px}
.service-pillar .pillar-copy p{line-height:1.4;margin:0 0 9px;font-size:.89rem}
.service-pillar .pillar-copy ul{margin:5px 0 13px}
.service-pillar .pillar-copy li{line-height:1.34;padding-top:2px;padding-bottom:2px}
.service-pillar .btn-card{margin-top:auto;min-height:42px}

/* Turn the value strip into a polished Why Choose Puppalas component */
.proof-strip{padding:26px 0 30px;background:linear-gradient(180deg,#f8fcfe 0%,#fff 100%);border-bottom:1px solid var(--line)}
.proof-title{padding-top:0;margin:0 0 17px;font-size:.8rem;color:#087c95}
.proof-grid{gap:14px}
.proof-grid div{position:relative;overflow:hidden;min-height:92px;padding:18px 20px;border:1px solid #dceaf2!important;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(8,54,83,.055);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.proof-grid div:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#0c7fe8,#0bc4c8)}
.proof-grid div:hover{transform:translateY(-3px);border-color:#7edee2!important;box-shadow:0 15px 32px rgba(8,83,108,.1)}
.proof-grid span{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,#e7f5ff,#e7fbf8);color:#078da4;font-size:.9rem}
.proof-grid p{font-family:"Space Grotesk",sans-serif;font-size:.96rem;color:#123a5b}

/* One primary CTA language across cards and contact */
.btn-card,.contact-form .btn-primary{background:linear-gradient(135deg,#0c7fe8,#0bc4c8);color:#fff!important;box-shadow:0 8px 20px rgba(8,139,187,.18)}
.btn-card:hover,.btn-card:focus-visible,.contact-form .btn-primary:hover,.contact-form .btn-primary:focus-visible{transform:translateY(-2px);box-shadow:0 12px 26px rgba(8,139,187,.28);outline:2px solid #65e8e7;outline-offset:2px}
@media(max-width:900px){.service-pillars .card-photo{height:205px}.proof-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.proof-grid{grid-template-columns:1fr}}

/* V3.9.1 layout corrections: fluid desktop canvas + guaranteed CTA baseline */
:root{--max:1440px}
.container{width:calc(100% - 64px);max-width:var(--max);margin-left:auto;margin-right:auto}
.section,.proof-strip,.hero-v3,.hero-v3-bottom,.site-footer,.site-header{width:100%}

.service-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch}
.service-pillars > .service-pillar{display:grid;grid-template-rows:190px 1fr;height:100%;align-self:stretch}
.service-pillars > .service-pillar > .card-photo{width:100%;height:190px;object-fit:cover}
.service-pillars > .service-pillar > .pillar-copy{display:flex;flex-direction:column;height:100%;min-height:0;padding:20px 24px 22px}
.service-pillars .pillar-copy .btn-card{margin-top:auto;align-self:flex-start;flex:0 0 auto}

@media(max-width:900px){
  .container{width:calc(100% - 36px)}
  .service-pillars{grid-template-columns:1fr;grid-auto-rows:auto}
  .service-pillars > .service-pillar{grid-template-rows:205px auto}
  .service-pillars > .service-pillar > .card-photo{height:205px}
}
@media(max-width:560px){.container{width:calc(100% - 28px)}}

/* V3.9.2 — authentic About Puppalas office visual */
.about-office-card{
  margin:0;
  position:relative;
  min-height:390px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(15,68,100,.12);
  box-shadow:0 24px 60px rgba(5,35,58,.16),0 8px 24px rgba(10,93,122,.08);
  background:#eaf5f8;
  isolation:isolate;
  transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease;
}
.about-office-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(3,23,43,.34) 100%),linear-gradient(120deg,rgba(0,191,203,.06),transparent 45%);
  pointer-events:none;
  z-index:1;
}
.about-office-card>img{
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
  object-position:center 48%;
  transform:scale(1.001);
  transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .45s ease;
  filter:saturate(.98) contrast(1.02);
}
.about-office-card:hover{
  transform:translateY(-6px);
  border-color:rgba(20,184,197,.34);
  box-shadow:0 34px 80px rgba(5,35,58,.22),0 12px 32px rgba(0,184,196,.12);
}
.about-office-card:hover>img{transform:scale(1.035);filter:saturate(1.04) contrast(1.04)}
.about-office-overlay{
  position:absolute;
  left:22px;
  right:22px;
  bottom:20px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
  max-width:calc(100% - 44px);
  padding:11px 15px;
  border-radius:14px;
  background:rgba(255,255,255,.91);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 10px 28px rgba(2,26,45,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.about-office-overlay img{width:118px;height:auto;flex:0 0 auto}
.about-office-overlay span{font-size:.78rem;line-height:1.25;font-weight:800;color:#0b2946;letter-spacing:.02em;white-space:nowrap}
@media(max-width:900px){
  .about-office-card,.about-office-card>img{min-height:330px}
  .about-office-overlay{left:14px;right:14px;bottom:14px;max-width:calc(100% - 28px);padding:10px 12px}
  .about-office-overlay img{width:100px}
  .about-office-overlay span{font-size:.72rem;white-space:normal}
}


/* V3.9.4 — final approved About hierarchy: clean image + text-led purpose */
.story-section .about-office-card::after{display:none}
.story-section .about-office-card>img{filter:none}
.story-section .about-office-card:hover>img{filter:none}

/* V3.9.5 — approved three-section final tweaks */
/* Hero: exact website Digital P asset swap only; animation container/halos/signals unchanged. */
.core-digital-p{width:78px;height:68px;display:block;object-fit:contain;filter:drop-shadow(0 0 18px rgba(72,238,224,.18))}
/* Why Choose Puppalas now uses the shared eyebrow language and page spacing rhythm. */
.proof-strip{padding:54px 0 38px}
.proof-eyebrow{display:block;width:max-content;margin:0 auto 20px;text-align:center}
/* About: copy first, approved premises image second. */
.story-section .story-grid{grid-template-columns:1fr 1fr;gap:64px;align-items:center}
@media(max-width:900px){.story-section .story-grid{grid-template-columns:1fr;gap:32px}.core-digital-p{width:62px;height:56px}}

/* V3.9.7 — Products: selected real shrimp-pond image; approved copy/layout retained */
.product-showcase-real{
  background-image:linear-gradient(180deg,rgba(3,22,38,.12) 0%,rgba(3,22,38,.26) 40%,rgba(3,22,38,.90) 100%),url('https://upload.wikimedia.org/wikipedia/commons/8/82/Shrimp_pond_with_aerator_2.jpg');
  background-size:cover;
  background-position:center;
  box-shadow:0 24px 58px rgba(6,38,62,.18);
}
.product-showcase-real .status,.product-showcase-real h3,.product-showcase-real p{position:relative;z-index:1}
.product-showcase-real .status{background:rgba(4,31,48,.58);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.product-showcase-real h3{margin-top:220px;text-shadow:0 2px 18px rgba(0,0,0,.35)}
.product-showcase-real p{text-shadow:0 2px 12px rgba(0,0,0,.28)}
@media(max-width:900px){.product-showcase-real{background-position:center}.product-showcase-real h3{margin-top:180px}}

/* V3.9.8: realistic Research & Innovation visual */
.innovation-photo{overflow:hidden;border-radius:28px;background:#071b35;box-shadow:0 30px 80px rgba(7,27,53,.18)}
.innovation-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}

/* V3.10 — professional icon-led Industries */
.industry-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.industry-icon-card{display:flex;flex-direction:column;overflow:visible;padding-top:26px;background:#fff}
.industry-icon-card .industry-icon{width:64px;height:64px;margin:0 22px 2px;display:grid;place-items:center;border-radius:18px;background:#f1f8fa;border:1px solid #d7e9ed;color:#087f98;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.industry-icon-card .industry-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.industry-icon-card>div:last-child{padding:16px 22px 22px;flex:1}
.industry-icon-card h3{margin:4px 0 8px}
.industry-icon-card:hover .industry-icon{transform:translateY(-2px);border-color:#9ddce1;background:#edfafa}
@media(max-width:1050px){.industry-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.industry-icon-grid{grid-template-columns:1fr}}

/* v3.11 Industries professional 4-column card refinement */
.industry-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.industry-icon-card{cursor:pointer;padding-top:22px;box-shadow:0 10px 28px rgba(8,40,66,.045);border-color:#e0eaee}
.industry-icon-card .industry-icon{width:58px;height:58px;margin:0 20px 0;border-radius:15px;background:#f7fafb;border-color:#dce7ea;color:#116f83}
.industry-icon-card .industry-icon svg{width:29px;height:29px;stroke-width:1.55}
.industry-icon-card>div:last-child{padding:14px 20px 20px}
.industry-icon-card h3{font-size:18px;line-height:1.25;margin:4px 0 8px}
.industry-icon-card p{font-size:12.5px;line-height:1.6;margin-bottom:14px}
.industry-explore{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:#087f98;text-decoration:none;font-size:12px;font-weight:750}
.industry-explore b{font-size:14px;transition:transform .2s ease}.industry-explore:hover b{transform:translateX(3px)}
.industry-icon-card:hover{transform:translateY(-3px);border-color:#b9dce1;box-shadow:0 14px 32px rgba(8,40,66,.075)}
.industry-icon-card:hover .industry-icon{transform:none;background:#f3f9fa;border-color:#c7e1e5}
@media(max-width:1100px){.industry-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.industry-icon-grid{grid-template-columns:1fr}}

/* v3.11.1 — industries: actual external SVG assets */
.industry-icon-card .industry-icon img{width:30px;height:30px;display:block;object-fit:contain}
.industry-icon-card .industry-icon svg{display:none}
.industry-all-link{display:inline-flex;align-items:center;gap:7px;color:#116f83;font-weight:700;text-decoration:none;font-size:14px;margin-top:8px}
.industry-all-link:hover{color:#064d5d}
.industry-icon-card:focus-visible{outline:3px solid rgba(17,111,131,.24);outline-offset:3px}

/* v3.11.2 — Industries icon treatment inspired by professional app-style SVG tiles.
   Source icons: Font Awesome Free 6.7.2 (official SVG assets, CC BY 4.0). */
.industry-icon-card .industry-icon{
  width:66px;
  height:66px;
  margin:0 20px 2px;
  border:0;
  border-radius:17px;
  background:linear-gradient(145deg,#eaf4ff 0%,#e8fbfa 100%);
  box-shadow:inset 0 0 0 1px rgba(12,127,232,.07);
  position:relative;
  overflow:hidden;
}
.industry-icon-card .industry-icon img{display:none}
.industry-icon-card .industry-icon::before{
  content:"";
  width:30px;
  height:30px;
  display:block;
  background:linear-gradient(145deg,#0c7fe8 15%,#08aeb6 100%);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
}
.industry-icon-card:nth-child(1) .industry-icon::before{-webkit-mask-image:url('../images/industry-icons/real-estate.svg');mask-image:url('../images/industry-icons/real-estate.svg')}
.industry-icon-card:nth-child(2) .industry-icon::before{-webkit-mask-image:url('../images/industry-icons/aquaculture.svg');mask-image:url('../images/industry-icons/aquaculture.svg')}
.industry-icon-card:nth-child(3) .industry-icon::before{-webkit-mask-image:url('../images/industry-icons/sme.svg');mask-image:url('../images/industry-icons/sme.svg')}
.industry-icon-card:nth-child(4) .industry-icon::before{-webkit-mask-image:url('../images/industry-icons/startups.svg');mask-image:url('../images/industry-icons/startups.svg')}
.industry-icon-card:nth-child(5) .industry-icon::before{-webkit-mask-image:url('../images/industry-icons/education.svg');mask-image:url('../images/industry-icons/education.svg')}
.industry-icon-card:nth-child(6) .industry-icon::before{-webkit-mask-image:url('../images/industry-icons/healthcare.svg');mask-image:url('../images/industry-icons/healthcare.svg')}
.industry-icon-card:nth-child(7) .industry-icon::before{-webkit-mask-image:url('../images/industry-icons/emerging.svg');mask-image:url('../images/industry-icons/emerging.svg')}
.industry-icon-card:nth-child(8) .industry-icon::before{-webkit-mask-image:url('../images/industry-icons/government.svg');mask-image:url('../images/industry-icons/government.svg')}
.industry-icon-card:hover .industry-icon{
  background:linear-gradient(145deg,#e5f2ff 0%,#e2faf8 100%);
  box-shadow:inset 0 0 0 1px rgba(12,127,232,.12),0 7px 16px rgba(14,116,144,.08);
}
.industry-icon-card:hover .industry-icon::before{transform:scale(1.04)}
.industry-icon-card .industry-icon::before{transition:transform .22s ease}

/* V3.11.3 — reliable professional SVG icon rendering */
.industry-icon-card .industry-icon img{display:block !important;width:30px;height:30px;object-fit:contain}
.industry-icon-card .industry-icon::before{content:none !important;display:none !important;-webkit-mask-image:none !important;mask-image:none !important}


/* V3.11.4 — Industries card center alignment */
.industry-icon-card {
  text-align: center;
  align-items: center;
}
.industry-icon-card .industry-icon {
  margin-left: auto;
  margin-right: auto;
}
.industry-icon-card h3,
.industry-icon-card p,
.industry-icon-card .industry-explore,
.industry-icon-card a {
  text-align: center;
}
.industry-icon-card .industry-explore {
  justify-content: center;
}


/* V3.12 — final Industries / Work / Careers refinements */

/* Industries: icon remains centered; all copy stays left aligned for scanability */
.industry-icon-card { text-align:left !important; align-items:stretch !important; }
.industry-icon-card .industry-icon {
  margin-left:auto !important;
  margin-right:auto !important;
}
.industry-icon-card h3,
.industry-icon-card p,
.industry-icon-card .industry-explore,
.industry-icon-card a {
  text-align:left !important;
}
.industry-icon-card .industry-explore { justify-content:flex-start !important; }

/* Work & Case Studies: replace empty/dash treatment with relevant, restrained SVG anchors */
.work-visual {
  height:118px;
  display:grid;
  place-items:center;
  background:#f8fafb !important;
  border-bottom:1px solid #e7edf1;
}
.work-visual::before,
.work-visual::after { content:none !important; display:none !important; }
.work-visual img {
  width:52px;
  height:52px;
  object-fit:contain;
  opacity:.92;
}
.work-grid article:hover .work-visual img { transform:scale(1.035); }
.work-visual img { transition:transform .22s ease; }

/* Careers: centered standalone SVGs, no icon tile/background; keep existing gradient cards */
.talent-cards div {
  justify-content:flex-end;
  align-items:flex-start;
  position:relative;
  padding-top:28px;
}
.talent-icon {
  width:38px;
  height:38px;
  object-fit:contain;
  align-self:center;
  margin:0 auto auto;
  opacity:.94;
}
.talent-cards b,
.talent-cards span { text-align:left; width:100%; }

/* v4 final polish */
.work-grid article{border:0!important;box-shadow:0 5px 18px rgba(16,42,67,.075)!important;overflow:hidden}
.work-visual{border-bottom:2px solid rgba(11,135,153,.48)!important;background:#fbfdfe!important}
.talent-icon{margin-bottom:12px!important}
.insight-card,.insights-grid article{position:relative;background:#fff;isolation:isolate}
.insight-card::after,.insights-grid article::after{content:"";position:absolute;left:10%;right:10%;bottom:-9px;height:24px;z-index:-1;background:linear-gradient(90deg,rgba(25,102,210,.08),rgba(15,183,177,.09));filter:blur(13px);border-radius:999px}
.final-footer{background:#071b2e;color:#cbd6df;padding-top:58px}.final-footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1.15fr;gap:56px;padding-bottom:44px}.final-footer h4{color:#fff;margin:0 0 16px}.final-footer p{color:#aebdca;line-height:1.7}.footer-logo{display:inline-flex;flex-direction:column;color:#fff!important;font-weight:800;text-decoration:none;font-size:20px;margin-bottom:15px}.footer-logo span{font-size:11px;color:#6bd3d0}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px}.final-footer a{color:#cbd6df;text-decoration:none}.footer-social{display:flex;gap:10px;margin-top:20px}.footer-social a{width:34px;height:34px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding:18px 0;color:#8fa2b2;font-size:13px}@media(max-width:800px){.final-footer-grid{grid-template-columns:1fr;gap:30px}}

.footer-brand-logo{display:inline-block;margin-bottom:16px}.footer-brand-logo img{display:block;width:220px;max-width:100%;height:auto}

/* v4.0.3 exact header logo mirrored in footer */
.footer-brand-logo{display:inline-block;margin-bottom:16px}
.footer-brand-logo img{display:block;width:220px;max-width:100%;height:auto}
.footer-social a{overflow:hidden;padding:0;background:transparent!important}
.footer-social img{display:block;width:22px;height:22px;object-fit:contain}

/* v4.0.4 final refinements */
.final-footer .footer-brand-logo img.brand-logo{display:block;height:auto;max-width:100%}
.footer-legal-row{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}
@media(max-width:700px){.footer-legal-row{flex-direction:column;justify-content:center;text-align:center;gap:6px}}

/* v4.0.5 launch polish */
.footer-legal-row{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:4px!important}
.back-top-zone{display:flex;justify-content:flex-end;max-width:1180px;margin:0 auto;padding:22px 24px 16px}
.back-to-top-final{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(11,135,153,.25);background:#fff;color:#0b5870;border-radius:999px;padding:10px 15px;font-weight:700;box-shadow:0 6px 18px rgba(16,42,67,.09);cursor:pointer}
.pss-chat{position:fixed;right:24px;bottom:24px;z-index:9999;font-family:inherit}
.pss-chat-launcher{width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(135deg,#0a75c9,#10b9ae);color:#fff;box-shadow:0 12px 30px rgba(9,77,112,.25);cursor:pointer}
.pss-ai-mark{font-weight:800;font-size:15px;letter-spacing:.04em}
.pss-chat-panel{position:absolute;right:0;bottom:72px;width:min(370px,calc(100vw - 32px));background:#fff;border:1px solid #e4edf2;border-radius:18px;box-shadow:0 20px 55px rgba(14,43,67,.2);overflow:hidden}
.pss-chat-head{display:flex;align-items:center;justify-content:space-between;padding:16px 17px;background:#071b2e;color:#fff}.pss-chat-head small{display:block;color:#9fc0cf;margin-top:2px}.pss-chat-head button{border:0;background:transparent;color:#fff;font-size:25px;cursor:pointer}
.pss-chat-body{padding:18px;background:#f8fbfc}.pss-bubble{background:#fff;border:1px solid #e6eef2;border-radius:5px 15px 15px 15px;padding:12px 13px;color:#31485b;line-height:1.5}
.pss-quick{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.pss-quick button{border:1px solid #b9dde0;background:#fff;color:#087b8c;border-radius:999px;padding:7px 10px;cursor:pointer}
.pss-chat-input{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:11px 12px;border-top:1px solid #e5edf1}.pss-ai-chip{font-size:11px;font-weight:800;color:#087b8c}.pss-chat-input input{border:0;outline:0;min-width:0;font:inherit}.pss-chat-input button{width:35px;height:35px;border:0;border-radius:50%;background:#0b8799;color:#fff;cursor:pointer}
@media(max-width:600px){.pss-chat{right:16px;bottom:16px}.back-top-zone{justify-content:center;padding-top:18px}}

/* v4.0.6 Back to Top refinement */
.back-top-zone{display:flex!important;justify-content:center!important;align-items:center!important;max-width:none!important;width:100%!important;margin:0 auto!important;padding:24px 24px 18px!important;background:#f7fafc!important}
.back-to-top-final{background:linear-gradient(135deg,#0b8799,#0a75c9)!important;color:#fff!important;border:0!important;box-shadow:0 7px 20px rgba(11,135,153,.18)!important}
.back-to-top-final:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(11,135,153,.24)!important}
