:root{--bg: #07111f;--bg-soft: #0d1830;--card: rgba(255, 255, 255, .05);--line: rgba(255, 255, 255, .12);--text: #f5f8ff;--muted: #a9bbd0;--primary: #5ef3cb;--primary-2: #7ab5ff;--shadow: 0 24px 60px rgba(0,0,0,.3);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at 10% 0%,rgba(94,243,203,.14),transparent 24%),radial-gradient(circle at 90% 10%,rgba(122,181,255,.15),transparent 20%),linear-gradient(180deg,#07111f,#091427)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{display:block;max-width:100%}h1,h2,h3,h4,p{margin-top:0}.container{width:min(1200px,calc(100% - 2rem));margin:0 auto}.narrow{width:min(820px,100%)}.header{position:sticky;top:0;z-index:50;background:#07111fd6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.9rem}.brand-badge{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#04221b;box-shadow:0 12px 30px #5ef3cb2e}.brand-title{font-weight:800;font-size:1rem}.brand-subtitle{color:var(--muted);font-size:.82rem}.desktop-nav{display:flex;gap:1rem;align-items:center}.nav-link{color:var(--muted);transition:.25s ease}.nav-link:hover,.nav-link.active{color:var(--text)}.mobile-toggle{display:none;border:1px solid var(--line);background:transparent;color:var(--text);border-radius:12px;padding:.7rem}.mobile-nav{background:#07111ffa;border-top:1px solid var(--line)}.mobile-nav-inner{display:grid;gap:1rem;padding:1rem 0 1.2rem}.hero,.section-hero{padding:6rem 0 4rem}.hero-grid,.grid-2,.footer-grid,.cta-panel,.stats-grid{display:grid;gap:2rem}.hero-grid{grid-template-columns:1.02fr .98fr;align-items:center}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.footer-grid{grid-template-columns:1.2fr .7fr .7fr}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.eyebrow{display:inline-block;font-size:.78rem;text-transform:uppercase;letter-spacing:.25em;color:var(--primary);font-weight:700;margin-bottom:1rem}h1{font-size:clamp(2.6rem,5vw,4.9rem);line-height:1.06;margin-bottom:1rem}h2{font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.14;margin-bottom:1rem}h3{font-size:1.22rem;margin-bottom:.75rem}p{color:var(--muted);line-height:1.75}.hero-copy,.section-description{max-width:720px;font-size:1.04rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:16px;padding:.95rem 1.4rem;font-weight:700;transition:.25s ease;border:1px solid transparent;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#04161d}.btn-secondary{background:#ffffff0a;color:var(--text);border-color:var(--line)}.btn-inline{white-space:nowrap}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero-points{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:1rem}.hero-point{display:inline-flex;align-items:center;gap:.45rem;color:var(--text);font-size:.94rem}.card,.hero-visual,.cta-panel,.stat-box{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:28px}.card{padding:1.35rem}.hero-visual{position:relative;overflow:hidden;min-height:520px;padding:1.25rem}.hero-image-stack{position:relative;z-index:2;height:100%}.hero-main-image{width:100%;height:360px;object-fit:cover;border-radius:24px;border:1px solid var(--line)}.hero-info-card{position:relative;width:min(92%,380px);margin:-56px auto 0;padding:1.1rem;border-radius:22px;background:#091427eb;border:1px solid var(--line)}.logo-xl{width:76px;height:76px;border-radius:22px;display:grid;place-items:center;font-weight:800;font-size:1.75rem;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#03131a;margin-bottom:1rem}.orb{position:absolute;border-radius:999px;filter:blur(24px)}.orb-a{width:180px;height:180px;background:#5ef3cb40;top:6%;left:4%;animation:floaty 7s ease-in-out infinite}.orb-b{width:220px;height:220px;background:#7ab5ff38;right:4%;bottom:6%;animation:floaty 9s ease-in-out infinite}.orb-c{width:120px;height:120px;background:#ffffff14;right:18%;top:10%;animation:floaty 8s ease-in-out infinite}@keyframes floaty{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-14px) translate(8px)}}.section{padding:5rem 0}.section-muted{background:#ffffff05;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-heading{margin-bottom:2rem}.stat-box{padding:1.25rem;display:grid;gap:.35rem}.stat-box strong{font-size:1.18rem;color:var(--text)}.stat-box span{color:var(--muted)}.card-grid{display:grid;gap:1.4rem}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.icon-chip{width:50px;height:50px;border-radius:18px;display:grid;place-items:center;margin-bottom:1rem;color:var(--primary);background:#5ef3cb1f;border:1px solid rgba(94,243,203,.18)}.service-card{overflow:hidden;padding:0}.service-media img,.blog-media img,.full-image img{width:100%;height:220px;object-fit:cover}.small-image img{height:210px}.service-body,.blog-card{padding:1.25rem}.blog-card{overflow:hidden;padding:0 0 1.25rem}.blog-card .post-tag,.blog-card h3,.blog-card p{margin-left:1.25rem;margin-right:1.25rem}.stack-list{display:grid;gap:.85rem;margin-top:1rem}.stack-list>div{padding:.95rem 1rem;border-radius:18px;background:#ffffff0a;border:1px solid var(--line);color:var(--text);display:flex;align-items:center;gap:.6rem}.process-column{display:grid;gap:1rem}.timeline-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.1rem}.timeline-item span{min-width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#04161d;font-weight:800}.sticky-card{position:sticky;top:100px}.quote-card{position:relative}.quote-icon{color:var(--primary);margin-bottom:.75rem}.quote{font-size:1.04rem;color:var(--text)}.meta-text{color:var(--primary);font-size:.92rem}.post-tag{display:inline-block;padding:.35rem .65rem;border-radius:999px;background:#5ef3cb1f;color:var(--primary);font-size:.82rem;font-weight:700;margin-bottom:.9rem}.filter-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.chip{border:1px solid var(--line);background:#ffffff0a;color:var(--text);padding:.8rem 1rem;border-radius:999px;cursor:pointer}.chip-active{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#04161d;border-color:transparent}.contact-form label{display:grid;gap:.45rem;color:var(--text);margin-bottom:1rem;font-weight:600}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}input,textarea,select{border-radius:14px;border:1px solid var(--line);background:#ffffff0a;color:var(--text);padding:.95rem 1rem;outline:none}input:focus,textarea:focus,select:focus{border-color:#5ef3cb80;box-shadow:0 0 0 4px #5ef3cb14}.success-msg{color:var(--primary);font-weight:700;margin-top:1rem}.cta-panel{padding:2rem;grid-template-columns:1fr auto;align-items:center}.social-row{display:flex;gap:.75rem;margin-top:1rem}.social-row a{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#ffffff0a;border:1px solid var(--line)}.footer{margin-top:2rem;border-top:1px solid var(--line);background:#040a12c7;padding-top:3rem}.footer-brand{margin-bottom:1rem}.footer-copy{max-width:430px}.footer-links{display:grid;gap:.65rem}.footer-bottom{margin-top:2rem;padding:1.4rem 0 2rem;border-top:1px solid var(--line)}.whatsapp-float{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#25d366,#5ef3cb);color:#052015;box-shadow:0 22px 45px #25d36659;z-index:60;animation:floatButton 2.8s ease-in-out infinite}@keyframes floatButton{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.text-center{text-align:center}.min-center{min-height:60vh;display:grid;place-items:center}.compact-card{min-height:100%}@media (max-width: 1080px){.hero-grid,.grid-2,.footer-grid,.cta-panel,.stats-grid,.card-grid.three,.card-grid.two{grid-template-columns:1fr}.sticky-card{position:static}}@media (max-width: 820px){.desktop-nav{display:none}.mobile-toggle{display:inline-flex}.hero,.section-hero{padding:5rem 0 3rem}.form-grid{grid-template-columns:1fr}.hero-main-image{height:280px}.hero-info-card{width:100%;margin-top:1rem}}@media (max-width: 560px){.container{width:min(100% - 1.1rem,1200px)}.btn{width:100%}.hero-actions{flex-direction:column}.hero-points{flex-direction:column;align-items:flex-start}.whatsapp-float{width:54px;height:54px;right:14px;bottom:14px}}.brand-wordmark{max-width:210px}.wordmark-logo{width:100%;height:auto;display:block}.footer-wordmark{width:180px;max-width:100%;margin-bottom:1rem}.hero-wordmark{width:150px;max-width:100%;margin-bottom:1rem}@media (max-width: 560px){.brand-wordmark{max-width:156px}.footer-wordmark{width:150px}.hero-wordmark{width:130px}}.hero-showcase{padding-top:5.5rem;padding-bottom:3rem}.hero-grid-v2{grid-template-columns:.95fr 1.05fr}.hero-visual-home{min-height:470px}.hero-main-image-tall{width:100%;height:100%;min-height:470px;object-fit:cover;border-radius:28px;border:1px solid var(--line)}.section-lined{border-top:1px solid rgba(255,255,255,.08)}.info-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:2rem;align-items:center}.image-panel{border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#ffffff0a;box-shadow:var(--shadow)}.image-panel img{width:100%;height:320px;object-fit:cover}.compact-heading{margin-bottom:1.5rem}.icon-grid{display:grid;gap:1rem}.icon-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.icon-grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}.feature-icon-card{padding:1.2rem 1rem;background:#ffffff0a;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);text-align:center}.feature-icon-card h3{font-size:1rem;line-height:1.35;margin-bottom:0}.feature-icon-wrap{width:58px;height:58px;margin:0 auto .9rem;border-radius:18px;display:grid;place-items:center;color:var(--primary);background:#5ef3cb1c;border:1px solid rgba(94,243,203,.16)}.service-mini-card h3{font-size:.96rem}.blog-read-btn{margin:0 1.25rem;width:calc(100% - 2.5rem)}@media (max-width: 1180px){.icon-grid.five,.icon-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 980px){.hero-grid-v2,.info-split{grid-template-columns:1fr}}@media (max-width: 680px){.icon-grid.five,.icon-grid.six{grid-template-columns:repeat(2,minmax(0,1fr))}.image-panel img{height:240px}}@media (max-width: 480px){.icon-grid.five,.icon-grid.six{grid-template-columns:1fr}}.wordmark-logo,.footer-wordmark{width:58px;height:58px;object-fit:contain}.hero-wordmark{width:72px;height:72px;object-fit:contain}.brand-wordmark{max-width:58px}@media (max-width: 560px){.wordmark-logo,.footer-wordmark{width:52px;height:52px}.hero-wordmark{width:64px;height:64px}.brand-wordmark{max-width:52px}}
