/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.flex{display:flex}.grid{display:grid}.hidden{display:none}.grow{flex-grow:1}.text-center{text-align:center}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--red:#e32424;--red-dark:#b91c1c;--bg:#0a0a0a;--bg-2:#111;--bg-3:#1a1a1a;--border:#ffffff12;--text:#fff;--text-muted:#9ca3af;--font:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--radius:12px;--shadow:0 4px 24px #0006}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-red{color:var(--red)}.text-center{text-align:center}.section-tag{letter-spacing:.15em;color:var(--red);text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.section-title{margin-bottom:1rem;font-size:clamp(1.55rem,3vw,2.25rem);font-weight:800;line-height:1.15}.section-desc{color:var(--text-muted);font-size:.95rem;line-height:1.7}.text-link{color:var(--red);font-size:.875rem;font-weight:600;transition:opacity .2s}.text-link:hover{opacity:.75}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.65rem 1.4rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-outline{color:#fff;background:0 0;border:1.5px solid #ffffff40}.btn-outline:hover{background:#ffffff0d;border-color:#ffffff80}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border);background:#0a0a0ad1;padding:1rem 0;transition:transform .28s,background .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0;transform:translateY(0)}.navbar.hidden{transform:translateY(-110%)}.navbar.at-top{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;box-shadow:0 1px #00000014,0 2px 16px #0000000f}.navbar.scrolled .nav-link{color:#64748b}.navbar.scrolled .logo-white,.navbar.scrolled .nav-link.active,.navbar.scrolled .nav-link:hover{color:#0f172a}.navbar.scrolled .logo-text small{color:#94a3b8}.navbar.scrolled .hamburger span{background:#0f172a}.nav-inner{gap:2rem}.logo,.nav-inner{align-items:center;display:flex}.logo{flex-shrink:0;gap:.6rem}.logo-icon{justify-content:center;align-items:center;width:30px;height:50px;padding:0;display:flex}.logo-icon svg{width:100%;height:100%}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-text span{letter-spacing:.05em;font-size:1rem;font-weight:800}.logo-text small{letter-spacing:.12em;color:var(--text-muted);margin-top:2px;font-size:.45rem}.logo-white{color:#fff}.logo-red{color:var(--red)}.nav-links{align-items:center;gap:.25rem;margin-left:auto;display:flex}.nav-link{color:var(--text-muted);padding:.4rem .75rem;font-size:.875rem;transition:color .2s;position:relative}.nav-link.active,.nav-link:hover{color:#fff}.nav-link.active:after{content:"";background:var(--red);border-radius:2px;width:18px;height:2px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.nav-cta{margin-left:.5rem}.nav-item-wrap{display:contents}.nav-dropdown{position:relative}.nav-dropdown-button{cursor:pointer;background:0 0;border:0;font-family:inherit}.nav-dropdown-button:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:.35rem;height:.35rem;margin-left:.35rem;display:inline-block;transform:translateY(-2px)rotate(45deg)}.nav-dropdown-menu{opacity:0;pointer-events:none;background:#080808f5;border:1px solid #ffffff1a;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;width:min(86vw,520px);padding:.9rem;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%,8px);box-shadow:0 18px 40px #00000052}.navbar.scrolled .nav-dropdown-menu{background:#fff;border-color:#0f172a14;box-shadow:0 18px 40px #0f172a24}.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-product-group{gap:.25rem;display:grid}.nav-product-group a{color:#ffffffad;border-radius:6px;padding:.42rem .5rem;font-size:.78rem;display:block}.nav-product-group a:hover{color:#fff;background:#e324241a}.nav-product-group .nav-product-title{color:#fff;font-size:.82rem;font-weight:800}.navbar.scrolled .nav-product-group a{color:#64748b}.navbar.scrolled .nav-product-group a:hover{color:#0f172a;background:#e3242414}.navbar.scrolled .nav-product-group .nav-product-title{color:#0f172a}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-scrolled .logo-white{color:#0f172a}.mobile-scrolled .logo-text small{color:#94a3b8}.mobile-menu-overlay{z-index:101;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000085;position:fixed;inset:0}.mobile-menu{z-index:102;background:#0a0a0a;border-left:1px solid #ffffff14;flex-direction:column;width:min(82vw,340px);padding:1.5rem;transition:transform .28s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-20px 0 50px #00000059}.mobile-menu.open{transform:translate(0)}.mobile-menu.mobile-scrolled{background:#fff;border-left-color:#0f172a14;box-shadow:-20px 0 50px #0f172a29}.mobile-menu-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.mobile-menu-close{color:#fff;cursor:pointer;background:#ffffff14;border:0;border-radius:6px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.85rem;line-height:1;transition:opacity .2s,background .2s;display:inline-flex}.mobile-menu-close:hover{opacity:.72}.mobile-menu.mobile-scrolled .mobile-menu-close{color:#0f172a;background:#0f172a0f}.mobile-menu-nav{flex-direction:column;flex:1;display:flex}.mobile-link{color:#ffffffb8;border-bottom:1px solid #ffffff1a;padding:1rem 0;font-size:1rem;font-weight:600;transition:color .2s,padding-left .2s;display:block}.mobile-link.active,.mobile-link:hover{color:var(--red);padding-left:.25rem}.mobile-menu.mobile-scrolled .mobile-link{color:#475569;border-bottom-color:#0f172a14}.mobile-menu.mobile-scrolled .mobile-link.active,.mobile-menu.mobile-scrolled .mobile-link:hover{color:var(--red)}.mobile-menu-cta{margin-top:2rem}.mobile-products-toggle{color:#ffffffb8;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;margin-top:.2rem;padding:1rem 0;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.mobile-products-toggle:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:.45rem;height:.45rem;transition:transform .2s;transform:rotate(45deg)}.mobile-products-toggle.open:after{transform:rotate(225deg)}.mobile-products-panel{border-bottom:1px solid #ffffff1a;padding:.35rem 0 .65rem}.mobile-product-group{gap:.18rem;padding:.45rem 0;display:grid}.mobile-product-group a{color:#ffffffad;padding:.42rem 0;font-size:.92rem;display:block}.mobile-product-group a:first-child{color:#fff;font-weight:750}.mobile-menu.mobile-scrolled .mobile-products-toggle{color:#475569;border-bottom-color:#0f172a14}.mobile-menu.mobile-scrolled .mobile-products-panel{border-bottom-color:#0f172a14}.mobile-menu.mobile-scrolled .mobile-product-group a{color:#64748b}.mobile-menu.mobile-scrolled .mobile-product-group a:first-child{color:#0f172a}.hero{flex-direction:column;min-height:100vh;padding:8rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero-bg-grid{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 0),linear-gradient(90deg,#ffffff08 1px,#0000 0);background-size:60px 60px;position:absolute;inset:0}.hero-bg-grid:after{content:"";background:radial-gradient(60% 50% at 60% 40%,#e3242414 0,#0000 70%);position:absolute;inset:0}.hero-inner{z-index:1;flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-tag{letter-spacing:.2em;color:var(--red);margin-bottom:1.25rem;font-size:.7rem;font-weight:700}.hero-title{margin-bottom:1.5rem;font-size:clamp(2.1rem,4.6vw,3.25rem);font-weight:900;line-height:1.1}.hero-desc{color:var(--text-muted);max-width:440px;margin-bottom:2rem;font-size:.95rem}.hero-actions{gap:1rem}.hero-actions,.hero-trust{flex-wrap:wrap;display:flex}.hero-trust{align-items:center;gap:.75rem;margin-top:1.35rem}.hero-trust span{color:#ffffffc7;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;padding:.35rem .75rem;font-size:.68rem;font-weight:700}.hero-visual{justify-content:center;align-items:center;height:400px;display:flex;position:relative}.glow-cube{width:180px;height:180px;transform-style:preserve-3d;animation:floatCube 4s ease-in-out infinite;position:relative}@keyframes floatCube{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-16px)rotate(3deg)}}.cube-face{border:1px solid #e324244d;border-radius:16px;position:absolute}.cube-front{background:linear-gradient(135deg,#1a1a1a,#0d0d0d);border-color:#e3242480;justify-content:center;align-items:center;display:flex;inset:0}.cube-front svg{width:70px;height:70px}.cube-top{transform-origin:bottom;background:linear-gradient(#2a2a2a,#1a1a1a);border-radius:8px 8px 0 0;width:80%;height:30px;top:-28px;left:10%;transform:perspective(600px)rotateX(60deg)}.cube-right{transform-origin:0;background:linear-gradient(90deg,#1e1e1e,#141414);border-radius:0 8px 8px 0;width:30px;height:80%;top:10%;right:-28px;transform:perspective(600px)rotateY(-60deg)}.cube-glow{filter:blur(20px);z-index:-1;background:radial-gradient(#e3242459 0,#0000 70%);position:absolute;inset:-30px}.floating-card{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a1a1ae6;border-radius:8px;align-items:center;gap:.5rem;padding:.45rem .8rem;font-size:.68rem;font-weight:600;animation:floatCube 4s ease-in-out infinite;display:flex;position:absolute}.fc-1{animation-delay:.5s;bottom:60px;left:10px}.fc-2{animation-delay:1s;top:80px;right:10px}.fc-3{animation-delay:1.4s;top:24px;left:52px}.fc-4{animation-delay:1.8s;bottom:28px;right:44px}.fc-5{animation-delay:2.2s;top:190px;right:-6px}.fc-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #22c55e}.hero-fade-bottom{background:linear-gradient(transparent,var(--bg));pointer-events:none;height:120px;position:absolute;bottom:0;left:0;right:0}.conversion-strip{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem 0}.proof-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.proof-card{border-radius:var(--radius);background:linear-gradient(#ffffff0b,#ffffff05);border:1px solid #ffffff17;padding:1.35rem}.proof-card h3{margin-bottom:.45rem;font-size:.95rem}.proof-card p{color:var(--text-muted);font-size:.82rem;line-height:1.65}.services{background:var(--bg-2);padding:6rem 0}.section-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;display:flex}.section-header-right{text-align:right;max-width:300px}.section-header-right .section-desc{margin-bottom:.5rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.service-card{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);color:inherit;cursor:pointer;font:inherit;text-align:left;width:100%;padding:1.45rem 1.25rem;transition:border-color .25s,transform .25s;position:relative;overflow:hidden}.service-card:after{content:"";background:var(--red);transform-origin:0;height:2px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{border-color:#e324244d;transform:translateY(-4px)}.service-card:hover:after{transform:scaleX(1)}.service-icon{width:44px;height:44px;color:var(--red);background:#e324241a;border:1px solid #e3242433;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-icon svg{width:20px;height:20px}.service-card h3{margin-bottom:.6rem;font-size:.9rem;font-weight:700}.service-card p{color:var(--text-muted);margin-bottom:1rem;font-size:.78rem;line-height:1.55}.card-arrow{color:var(--red);font-size:.78rem;font-weight:700;transition:transform .2s;display:inline-block}.service-card:hover .card-arrow{transform:translate(4px)}.service-modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000c2;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.service-modal{background:var(--bg-2);border-radius:var(--radius);border:1px solid #e3242447;width:min(760px,100%);max-height:min(86vh,760px);padding:2rem;position:relative;overflow-y:auto;box-shadow:0 24px 80px #0000008c}.service-modal-close{border:1px solid var(--border);background:var(--bg-3);color:#fff;cursor:pointer;border-radius:8px;width:34px;height:34px;font-size:1.4rem;line-height:1;position:absolute;top:1rem;right:1rem}.service-modal-icon{width:52px;height:52px;color:var(--red);background:#e324241a;border:1px solid #e3242433;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-modal-icon svg{width:24px;height:24px}.service-modal h2{margin-bottom:1rem;font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.15}.service-modal-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.75}.service-modal-grid{grid-template-columns:1.1fr .9fr;gap:1.25rem;display:grid}.service-modal-grid>div{background:var(--bg-3);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.service-modal-grid h3{margin-bottom:.8rem;font-size:.9rem}.service-modal-grid li,.service-modal-grid p{color:var(--text-muted);font-size:.84rem;line-height:1.65}.service-modal-grid ul{gap:.55rem;padding-left:1rem;display:grid}.service-modal-grid .btn{margin-top:1rem}.stats{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-item{text-align:center;padding:1.5rem 1rem}.stat-icon{width:56px;height:56px;color:var(--red);background:#e3242414;border:1px solid #e3242426;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.stat-icon svg{width:22px;height:22px}.stat-number{margin-bottom:.4rem;font-size:2.75rem;font-weight:900;line-height:1}.stat-number:after{content:"+";color:var(--red)}.stat-item p{color:var(--text-muted);font-size:.82rem}.about{background:var(--bg-2);padding:6rem 0}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-globe,.about-visual{justify-content:center;display:flex;position:relative}.about-globe{background:radial-gradient(circle at 35% 30%,#e324242e,#0000 28%),radial-gradient(circle,#101010 0,#050505 68%,#000 100%);border:1px solid #e3242459;border-radius:50%;align-items:center;width:320px;height:320px;overflow:hidden;box-shadow:0 0 32px #e3242447,0 0 90px #e324242e,inset 0 0 34px #e3242429}.about-globe:before{content:"";border:1px solid #e3242438;border-radius:50%;position:absolute;inset:18px;box-shadow:inset 0 0 28px #e324242e}.globe-grid,.globe-lat,.globe-long,.globe-orbit{position:absolute}.globe-grid{border-radius:50%;inset:20px}.globe-lat{border-color:#e3242473 #0000;border-style:solid;border-width:1px;border-radius:50%;height:42%;left:7%;right:7%}.globe-lat-1{top:16%}.globe-lat-2{opacity:.85;height:26%;top:29%}.globe-lat-3{bottom:16%}.globe-long{border-color:#0000 #e3242480;border-style:solid;border-width:1px;border-radius:50%;width:44%;top:4%;bottom:4%;left:28%}.globe-long-1{transform:rotate(0)}.globe-long-2{opacity:.8;transform:rotate(58deg)}.globe-long-3{opacity:.8;transform:rotate(-58deg)}.globe-core{z-index:2;text-align:center;background:#000000a8;border:1px solid #e3242447;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:.85rem 1rem;display:flex;position:relative;box-shadow:0 0 26px #e3242447}.globe-core svg{width:34px;height:56px;margin-bottom:.45rem}.globe-core strong{letter-spacing:.09em;font-size:.82rem}.globe-core span{color:var(--text-muted);letter-spacing:.16em;margin-top:.25rem;font-size:.48rem;font-weight:700}.globe-orbit{border-color:#e3242459 #0000;border-style:solid;border-width:1px;border-radius:50%;inset:34px}.globe-orbit-1{transform:rotate(28deg)}.globe-orbit-2{opacity:.65;transform:rotate(-28deg)}.about-content{padding-top:1rem}.about-desc{color:var(--text-muted);margin-bottom:1.75rem;font-size:.95rem}.about-features{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.about-feature{gap:.75rem;font-size:.875rem}.about-feature,.feature-check{align-items:center;display:flex}.feature-check{width:22px;height:22px;color:var(--red);background:#e3242426;border-radius:50%;flex-shrink:0;justify-content:center;font-size:.7rem;font-weight:900}.solutions{background:var(--bg);padding:6rem 0}.solutions-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.solution-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .25s,background .25s}.solution-card:hover{background:var(--bg-3);border-color:#e324244d}.sol-num{color:#e3242433;font-variant-numeric:tabular-nums;margin-bottom:.75rem;font-size:2rem;font-weight:900}.solution-card h3{margin-bottom:.5rem;font-size:1rem;font-weight:700}.solution-card p{color:var(--text-muted);font-size:.82rem;line-height:1.7}.process{background:var(--bg-2);padding:6rem 0}.process-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.process-card{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);min-height:220px;padding:1.5rem;transition:border-color .25s,transform .25s}.process-card:hover{border-color:#e3242447;transform:translateY(-4px)}.process-card span{color:#e324248c;font-variant-numeric:tabular-nums;margin-bottom:1rem;font-size:1.45rem;font-weight:900;display:inline-flex}.process-card h3{margin-bottom:.55rem;font-size:1rem}.process-card p{color:var(--text-muted);font-size:.82rem;line-height:1.65}.portfolio{background:var(--bg-2);padding:6rem 0}.portfolio-grid{grid-template-rows:260px 220px;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.portfolio-card{border-radius:var(--radius);background:var(--bg-3);border:1px solid var(--border);cursor:pointer;background-position:50%;background-size:cover;position:relative;overflow:hidden}.portfolio-card.pc-large{background:linear-gradient(135deg,#1a0a0a,#1a1a2e);grid-area:span 2/span 2}.portfolio-card.pc-sm:nth-child(2){background:linear-gradient(135deg,#0a1a0a,#0a1a1a)}.portfolio-card.pc-sm:nth-child(3){background:linear-gradient(135deg,#0a0a1a,#1a0a1a)}.portfolio-card.pc-sm:nth-child(4){background:linear-gradient(135deg,#1a1a0a,#1a0a0a)}.portfolio-card.pc-sm:nth-child(5){background:linear-gradient(135deg,#0a1a1a,#0a0a1a)}.pc-overlay{opacity:0;background:linear-gradient(#0000 20%,#000000d9);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.portfolio-card:hover .pc-overlay{opacity:1}.pc-tag{background:var(--red);color:#fff;letter-spacing:.1em;border-radius:4px;align-self:flex-start;margin-bottom:.5rem;padding:.25rem .6rem;font-size:.65rem;font-weight:700;display:inline-block}.pc-overlay h3{margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.pc-overlay p{color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem}.clients{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);padding:3.5rem 0}.clients-label{text-align:center;letter-spacing:.18em;color:var(--text-muted);margin-bottom:2rem;font-size:.68rem;font-weight:700}.clients-strip{flex-wrap:wrap;justify-content:center;gap:3rem}.client-item,.clients-strip{align-items:center;display:flex}.client-item{letter-spacing:.12em;color:#ffffff40;gap:.5rem;font-size:.75rem;font-weight:700;transition:color .2s}.client-item:hover{color:#ffffff80}.client-item svg{width:18px;height:18px}.testimonials{background:var(--bg);border-top:1px solid var(--border);padding:6rem 0}.testimonial-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.testimonial-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.testimonial-card p{color:#ffffffdb;margin-bottom:1.25rem;font-size:.88rem;line-height:1.7}.testimonial-card strong{font-size:.9rem;display:block}.testimonial-card span{color:var(--text-muted);font-size:.78rem}.blog-page{background:var(--bg);min-height:100vh}.blog-page-hero{background:radial-gradient(ellipse 60% 60% at 80% 25%,#e324241f,transparent 62%),var(--bg);border-bottom:1px solid var(--border);padding:9rem 0 3rem}.blog-page-hero .hero-desc{margin-bottom:0}.blog{background:var(--bg-2);padding:6rem 0}.blog-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.blog-card{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);transition:transform .25s,border-color .25s;overflow:hidden}.blog-card:hover{border-color:#e3242433;transform:translateY(-4px)}.blog-img{background-position:50%;background-size:cover;height:180px}.bi-1{background:linear-gradient(135deg,#1a0a0a,#0a1a2e)}.bi-2{background:linear-gradient(135deg,#0a1a0a,#0a0a1e)}.bi-3{background:linear-gradient(135deg,#1a1a0a,#1a0a1e)}.blog-body{padding:1.5rem}.blog-tag{color:var(--red);letter-spacing:.1em;background:#e324241f;border-radius:4px;margin-bottom:.75rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700;display:inline-block}.blog-card h3{margin-bottom:.5rem;font-size:.92rem;font-weight:700;line-height:1.4}.blog-card p{color:var(--text-muted);margin-bottom:1rem;font-size:.8rem;line-height:1.6}.blog-meta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.conversion-cta{background:var(--bg);padding:4rem 0}.conversion-cta-inner{background:radial-gradient(ellipse 60% 80% at 90% 10%,#e324241f,transparent 60%),var(--bg-2);border-radius:var(--radius);border:1px solid #e3242433;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:2rem;display:grid}.conversion-cta .section-title{max-width:720px;font-size:clamp(1.35rem,2.6vw,2rem)}.conversion-cta .section-desc{max-width:680px}.contact{background:var(--bg);padding:6rem 0}.contact-inner{grid-template-columns:1fr 1.3fr;align-items:start;gap:5rem;display:grid}.contact-info{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.ci-item{color:var(--text-muted);align-items:flex-start;gap:.875rem;font-size:.875rem;display:flex}.ci-item svg{width:18px;height:18px;color:var(--red);flex-shrink:0;margin-top:3px}.ci-item a{color:inherit;font-weight:500;text-decoration:none}.ci-item a:hover{color:var(--red)}.ci-hint{opacity:.5;letter-spacing:.02em;margin-bottom:1px;font-size:.68rem;display:block}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-muted);font-size:.8rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:var(--bg-2);border:1px solid var(--border);color:#fff;font-size:.875rem;font-family:var(--font);resize:vertical;border-radius:8px;padding:.7rem 1rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff3}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#e3242480;outline:none}.form-group select{appearance:none;color:#fff}.form-success{color:#4ade80;text-align:center;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;display:none}.form-success.visible{display:block}.form-error{color:#f87171;text-align:center;margin-top:.5rem;font-size:.875rem}.products{background:#fff;padding:6rem 0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-top:2rem;display:grid}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:1rem;min-height:100%;padding:1.5rem;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;box-shadow:0 18px 42px #0f172a0f}.product-card:hover{border-color:#e3242438;transform:translateY(-4px);box-shadow:0 22px 54px #0f172a1a}.product-card-top{align-items:center;gap:.85rem;display:flex}.product-card-top span{width:42px;height:42px;color:var(--red);background:#e3242414;border-radius:8px;place-items:center;font-size:.78rem;font-weight:850;display:grid}.product-card h3{color:#0f172a;margin:0;font-size:1.1rem}.product-card p{color:#64748b;margin:0;font-size:.9rem;line-height:1.65}.product-tags{flex-wrap:wrap;gap:.45rem;margin-top:auto;display:flex}.product-tags span{color:#475569;border:1px solid #e5e7eb;border-radius:999px;padding:.35rem .55rem;font-size:.74rem;font-weight:650}.footer{background:var(--bg-2);border-top:1px solid var(--border)}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1.5fr;gap:3rem;padding:4rem 1.5rem 3rem;display:grid}.footer-tagline{color:var(--text-muted);max-width:260px;margin:1rem 0 1.5rem;font-size:.82rem;line-height:1.7}.social-links{gap:.75rem;display:flex}.social-link{border:1px solid var(--border);width:34px;height:34px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.social-link:hover{border-color:var(--red);color:var(--red)}.social-link svg{width:15px;height:15px}.social-text-link{letter-spacing:.04em;font-size:.68rem;font-weight:850}.footer-col h4{letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.footer-col a{color:var(--text-muted);margin-bottom:.7rem;font-size:.825rem;transition:color .2s;display:block}.footer-col a:hover{color:#fff}.footer-newsletter p{color:var(--text-muted);margin-bottom:1rem;font-size:.8rem;line-height:1.6}.newsletter-form{gap:.5rem;display:flex}.newsletter-form input{background:var(--bg-3);border:1px solid var(--border);color:#fff;font-size:.8rem;font-family:var(--font);border-radius:6px;flex:1;min-width:0;padding:.6rem .875rem}.newsletter-form input::placeholder{color:#fff3}.newsletter-form input:focus{border-color:#e3242466;outline:none}.newsletter-form .btn{flex-shrink:0;padding:.6rem 1rem}.footer-bottom{border-top:1px solid var(--border);padding:1.25rem 0}.footer-bottom .container{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:var(--text-muted);transition:color .2s}.footer-bottom-links a:hover{color:#fff}.reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.services-grid,.solutions-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.proof-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.footer-inner,.product-grid{grid-template-columns:1fr 1fr}.footer-inner{gap:2rem}.footer-brand{grid-column:span 2}.hero-inner{gap:2rem}.hero-visual{height:320px}.glow-cube{width:150px;height:150px}.contact-inner{gap:3rem}}@media (max-width:768px){.nav-cta,.nav-links{display:none}.hamburger{display:flex}.hero{padding:7rem 0 4rem}.hero-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-desc{max-width:100%}.hero-actions,.hero-trust{justify-content:center}.hero-visual{order:-1;height:200px}.glow-cube{width:130px;height:130px}.cube-right,.cube-top{display:none}.fc-1{bottom:20px;left:20px}.fc-2{top:20px;right:20px}.fc-3{top:18px;left:18px}.fc-4{bottom:18px;right:18px}.fc-5{display:none}.section-header{flex-direction:column;gap:.5rem}.section-header-right{text-align:left;max-width:100%}.services-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.conversion-cta-inner,.process-grid,.product-grid,.service-modal-grid,.solutions-grid,.testimonial-grid{grid-template-columns:1fr}.service-modal{padding:1.5rem}.about-inner{grid-template-columns:1fr;gap:3rem}.about-visual{display:none}.portfolio-grid{grid-template-rows:auto;grid-template-columns:1fr}.portfolio-card{height:200px}.portfolio-card.pc-large{grid-area:span 1/span 1}.pc-overlay{opacity:1}.blog-grid{grid-template-columns:1fr}.blog-header{flex-direction:column;align-items:flex-start;gap:.5rem}.contact-inner{gap:2rem}.contact-inner,.footer-inner,.form-row{grid-template-columns:1fr}.footer-inner{gap:2rem}.footer-brand{grid-column:span 1}.footer-bottom .container{text-align:center;flex-direction:column;gap:.75rem}.clients-strip{gap:1.5rem}.hero-bg-grid{background-size:40px 40px}}@media (max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:1.85rem}.section-title{font-size:1.45rem}.btn{padding:.58rem .95rem;font-size:.76rem}.hero-trust span{font-size:.64rem}}.hero-pillars{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.75rem;display:flex}.pillar{letter-spacing:.08em;border:1px solid;border-radius:20px;padding:.3rem .8rem;font-size:.75rem;font-weight:700}.pillar-zero{color:var(--red);background:#e3242414;border-color:#e3242466}.pillar-power{color:#f59e0b;background:#f59e0b14;border-color:#f59e0b66}.pillar-gadgets{color:#3b82f6;background:#3b82f614;border-color:#3b82f666}.pillar-sep{color:var(--text-muted);font-size:.9rem}.divisions{background:var(--bg-2);padding:6rem 0}.divisions-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.division-card{background:var(--bg-3);border:1px solid var(--border);border-radius:16px;flex-direction:column;padding:2.5rem 2rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.division-card:hover{transform:translateY(-6px)}.div-zero{border-top:3px solid var(--red)}.div-zero:hover{border-color:var(--red);box-shadow:0 12px 40px #e3242426}.div-power{border-top:3px solid #f59e0b}.div-power:hover{border-color:#f59e0b;box-shadow:0 12px 40px #f59e0b26}.div-gadgets{border-top:3px solid #3b82f6}.div-gadgets:hover{border-color:#3b82f6;box-shadow:0 12px 40px #3b82f626}.division-icon{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.division-icon svg{width:22px;height:22px}.div-zero .division-icon{color:var(--red);background:#e324241a}.div-power .division-icon{color:#f59e0b;background:#f59e0b1a}.div-gadgets .division-icon{color:#3b82f6;background:#3b82f61a}.division-sub{letter-spacing:.15em;text-transform:uppercase;margin-bottom:.4rem;font-size:.68rem;font-weight:700}.div-zero .division-sub{color:var(--red)}.div-power .division-sub{color:#f59e0b}.div-gadgets .division-sub{color:#3b82f6}.division-name{margin-bottom:.875rem;font-size:1.35rem;font-weight:800}.division-desc{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.division-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem;display:flex}.div-tag{letter-spacing:.04em;border-radius:4px;padding:.2rem .6rem;font-size:.68rem;font-weight:600}.div-zero .div-tag{color:var(--red);background:#e324241a}.div-power .div-tag{color:#f59e0b;background:#f59e0b1a}.div-gadgets .div-tag{color:#3b82f6;background:#3b82f61a}.btn-div{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;align-self:flex-start;align-items:center;gap:.4rem;padding:.65rem 1.3rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-div-zero{background:var(--red);color:#fff}.btn-div-zero:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-div-power{color:#000;background:#f59e0b}.btn-div-power:hover{background:#d97706;transform:translateY(-1px)}.btn-div-gadgets{color:#fff;background:#3b82f6}.btn-div-gadgets:hover{background:#2563eb;transform:translateY(-1px)}.btn-div-lenicle{color:#fff;background:#3167ef}.btn-div-lenicle:hover{background:#4f79ed;transform:translateY(-1px)}.gsvc-section{background:var(--bg);padding:6rem 0}.gsvc-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem;display:grid}.gsvc-col{background:var(--bg-2);border-radius:var(--radius);border:1px solid var(--border);border-top:2px solid;padding:2rem}.acc-zero{border-top-color:var(--red)}.acc-power{border-top-color:#f59e0b}.acc-gadgets{border-top-color:#3b82f6}.gsvc-heading{letter-spacing:.05em;margin-bottom:1.5rem;font-size:.9rem;font-weight:800}.acc-zero .gsvc-heading{color:var(--red)}.acc-power .gsvc-heading{color:#f59e0b}.acc-gadgets .gsvc-heading{color:#3b82f6}.gsvc-items{flex-direction:column;gap:1.25rem;display:flex}.gsvc-item{align-items:flex-start;gap:.75rem;display:flex}.gsvc-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:1px;display:flex}.gsvc-icon svg{width:16px;height:16px}.acc-zero .gsvc-icon{color:var(--red);background:#e324241a}.acc-power .gsvc-icon{color:#f59e0b;background:#f59e0b1a}.acc-gadgets .gsvc-icon{color:#3b82f6;background:#3b82f61a}.gsvc-title{margin-bottom:.2rem;font-size:.82rem;font-weight:700}.gsvc-text{color:var(--text-muted);font-size:.775rem;line-height:1.6}.eco-hero{text-align:center;align-items:center;min-height:70vh;padding:9rem 0 5rem;display:flex;position:relative;overflow:hidden}.eco-hero:before{content:"";pointer-events:none;background:radial-gradient(60% 60% at 50% 40%,#e3242412 0,#0000 70%);position:absolute;inset:0}.eco-hero-inner{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.eco-hero-badge{background:#e324241f;border:1px solid #e324244d;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 2rem;padding:14px;display:flex}.eco-hero-badge svg{width:100%;height:100%}.eco-hero-title{margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:900;line-height:1.1}.eco-hero-desc{color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;font-size:1rem;line-height:1.7}.eco-hero-pills{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.eco-pill{letter-spacing:.06em;border-bottom:2px solid;border-radius:24px 24px 0 0;padding:.5rem 1.25rem;font-size:.82rem;font-weight:700;transition:all .2s}.ep-zero{color:#dedbe6;border-color:#e3242480}.ep-zero:hover{background:#e324242e}.ep-power{color:#dedbe6;border-color:#0bf50f80}.ep-power:hover{background:#0bf5462e}.ep-gadgets{color:#dedbe6;border-color:#3b82f680}.ep-gadgets:hover{background:#3b82f62e}.ep-lenicle{color:#dedbe6;border-color:#8b5cf680}.ep-lenicle:hover{background:#8b5cf62e}.eco-division{background:var(--bg-2);border-top:1px solid var(--border);padding:5rem 0 4rem}.eco-division:nth-child(odd){background:var(--bg)}.eco-division-light{border-top-color:#e2e8f0;background:#fff!important}.eco-division-light .section-title{color:#0f172a}.eco-division-light .about-desc{color:#64748b}.eco-division-light .eco-bullet{color:#475569}.eco-division-light .eco-feat-card{background:#f8fafc;border-color:#e2e8f0}.eco-division-light .eco-feat-card h4{color:#0f172a}.eco-division-light .eco-feat-card p{color:#64748b}.eco-div-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;margin-bottom:4rem;display:grid}.eco-division-alt .eco-div-inner{direction:rtl}.eco-division-alt .eco-div-inner>*{direction:ltr}.eco-tag-zero{color:var(--red)}.eco-tag-power{color:#f59e0b}.eco-tag-gadgets{color:#3b82f6}.eco-tag-lenicle{color:#7981d7}.eco-tagline{letter-spacing:.1em;text-transform:uppercase;margin-top:-.25rem;margin-bottom:1rem;font-size:.85rem;font-weight:700}.eco-bullets{flex-direction:column;gap:.75rem;margin:1.5rem 0 2rem;list-style:none;display:flex}.eco-bullet{align-items:center;gap:.65rem;font-size:.875rem;display:flex}.eco-check{flex-shrink:0;width:18px;height:18px}.eco-check svg{width:100%;height:100%}.eco-features-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.eco-feat-card{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .25s,transform .25s}.eco-feat-card:hover{transform:translateY(-3px)}.efc-zero:hover{border-color:#e324244d}.efc-power:hover{border-color:#f59e0b4d}.efc-gadgets:hover{border-color:#3b82f64d}.efc-lenicle:hover{border-color:#8b5cf64d}.eco-feat-icon{width:36px;height:36px;margin-bottom:.875rem}.eco-feat-icon svg{width:100%;height:100%}.eco-feat-card h4{margin-bottom:.4rem;font-size:.875rem;font-weight:700}.eco-feat-card p{color:var(--text-muted);font-size:.78rem;line-height:1.6}.eco-visual{justify-content:center;align-items:center;height:320px;display:flex;position:relative}.ev-glow{filter:blur(60px);opacity:.25;pointer-events:none;border-radius:50%;position:absolute;inset:-20px}.ev-glow-red{background:var(--red)}.ev-glow-amber{background:#f59e0b}.ev-glow-blue{background:#3b82f6}.ev-glow-purple{background:#1339f5}.ev-card{background:var(--bg-2);border:1px solid var(--border);z-index:1;border-radius:16px;width:280px;padding:1.5rem;position:relative}.ev-bar{background:var(--red);border-radius:3px;height:3px;margin-bottom:1.25rem}.ev-bar-amber{background:#f59e0b}.ev-bar-blue{background:#3b82f6}.ev-bar-purple{background:#7892d5}.ev-lines{flex-direction:column;gap:.6rem;display:flex}.ev-line{color:var(--text-muted);background:#ffffff08;border-radius:4px;padding:.35rem .6rem;font-family:Courier New,monospace;font-size:.75rem}.ev-energy-rings{justify-content:center;align-items:center;height:120px;margin-bottom:1rem;display:flex;position:relative}.ev-ring{border:1px solid #f59e0b40;border-radius:50%;animation:pulse-ring 3s ease-in-out infinite;position:absolute}.ev-ring-1{width:60px;height:60px;animation-delay:0s}.ev-ring-2{width:90px;height:90px;animation-delay:.5s}.ev-ring-3{width:120px;height:120px;animation-delay:1s}@keyframes pulse-ring{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.ev-sun-center{z-index:1;color:#f59e0b;width:40px;height:40px;position:relative}.ev-sun-center svg{width:100%;height:100%}.ev-caption{text-align:center;color:var(--text-muted);font-family:Courier New,monospace;font-size:.75rem}.ev-device-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.ev-device-icon{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626;border-radius:10px;justify-content:center;align-items:center;padding:.875rem;display:flex}.ev-device-icon svg{width:22px;height:22px}.ev-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .875rem;font-size:.72rem;font-weight:700;display:flex;position:absolute;bottom:20px;right:20px}.ev-badge svg{width:14px;height:14px}.ev-badge-red{color:var(--red);background:#e3242426;border:1px solid #e324244d}.ev-badge-amber{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d}.ev-badge-blue{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f64d}.ev-badge-purple{color:#5783f1;background:#95aceb26;border:1px solid #8b5cf64d}.eco-cta-band{background:var(--bg-2);border-top:1px solid var(--border);padding:5rem 0}.eco-cta-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.eco-cta-actions{flex-shrink:0;gap:1rem;display:flex}@media (max-width:1024px){.divisions-grid,.gsvc-grid{grid-template-columns:1fr 1fr}.eco-features-grid{grid-template-columns:repeat(2,1fr)}.eco-div-inner{gap:3rem}}@media (max-width:768px){.divisions-grid,.gsvc-grid{grid-template-columns:1fr}.eco-features-grid{grid-template-columns:1fr 1fr}.hero-pillars{justify-content:center}.eco-div-inner{grid-template-columns:1fr}.eco-division-alt .eco-div-inner{direction:ltr}.eco-visual{height:260px}.eco-cta-inner{text-align:center;flex-direction:column}.eco-cta-actions{justify-content:center}}@media (max-width:480px){.eco-features-grid{grid-template-columns:1fr}.eco-hero-title{font-size:2rem}.divisions-grid{grid-template-columns:1fr}}.contact-page-hero{text-align:center;padding:10rem 0 5rem;position:relative;overflow:hidden}.contact-page-hero-inner{z-index:1;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.contact-page-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:900;line-height:1.1}.contact-page-desc{max-width:520px;color:var(--text-muted);font-size:1.05rem;line-height:1.7}.floating-cta{z-index:200;background:var(--red);color:#fff;opacity:0;pointer-events:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;transition:opacity .3s,transform .3s,background .2s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(16px)scale(.95);box-shadow:0 4px 24px #e3242473}.floating-cta-visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.floating-cta:hover{background:var(--red-dark);transform:translateY(-2px)scale(1.02);box-shadow:0 6px 32px #e3242499}.floating-cta svg{flex-shrink:0;width:18px;height:18px}@media (max-width:480px){.floating-cta span{display:none}.floating-cta{border-radius:50%;padding:.875rem;bottom:1.5rem;right:1.5rem}.floating-cta svg{width:20px;height:20px}}.hero-visual-inner{align-items:center;gap:2.5rem;display:flex}.hero-prog{flex-direction:column;display:flex}.prog-step{align-items:flex-start;gap:.875rem;display:flex}.prog-track{flex-direction:column}.prog-node,.prog-track{flex-shrink:0;align-items:center;display:flex}.prog-node{background:var(--bg-3);width:34px;height:34px;color:var(--text-muted);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;font-size:.7rem;font-weight:800;transition:border-color .4s,background .4s,color .4s,box-shadow .4s}.prog-active .prog-node{border-color:var(--red);color:var(--red);background:#e324241a;animation:progPulse 1.3s ease-in-out infinite}.prog-done .prog-node{color:#22c55e;background:#22c55e1a;border-color:#22c55e}.prog-connector{background:#ffffff12;border-radius:1px;width:2px;height:22px;margin:3px 0;transition:background .5s}.prog-connector.filled{background:#22c55e59}.prog-info{padding-top:5px;padding-bottom:16px}.prog-label{color:var(--text-muted);margin:0 0 3px;font-size:.875rem;font-weight:700;line-height:1;transition:color .3s}.prog-active .prog-label{color:#fff}.prog-done .prog-label{color:#22c55e}.prog-detail{color:var(--text-muted);opacity:.6;font-size:.7rem;transition:opacity .3s}.prog-active .prog-detail{opacity:1;color:#ffffff8c}@keyframes progPulse{0%,to{box-shadow:0 0 #e3242459}50%{box-shadow:0 0 0 8px #e3242400}}.light .section-title{color:#0f172a}.light .section-tag{color:var(--red)}.light .section-desc{color:#64748b}.light .text-link{color:var(--red)}.services.light{background:#fff}.services.light .service-card{background:#f8fafc;border-color:#00000012}.services.light .service-card h3{color:#0f172a}.services.light .service-card p{color:#64748b}.services.light .service-card:hover{background:#fff;border-color:#e3242438}.services.light .card-arrow{color:var(--red)}.services.light .service-icon{background:#e3242412}.about.light{background:#f8fafc}.about.light .about-desc{color:#64748b}.about.light .about-feature span{color:#1e293b}.about.light .feature-check{background:#e3242414}.about.light .btn-outline{color:#1e293b;border-color:#0000002e}.about.light .btn-outline:hover{background:#0000000a;border-color:#00000059}.testimonials.light{background:#f8fafc;border-top-color:#00000012}.testimonials.light .testimonial-card{background:#fff;border-color:#00000012;box-shadow:0 1px 4px #0000000a}.testimonials.light .testimonial-card p{color:#374151}.testimonials.light .testimonial-card strong{color:#0f172a}.testimonials.light .testimonial-card span{color:#64748b}.conversion-strip.light{background:#f8fafc;border-top-color:#00000012;border-bottom-color:#00000012}.conversion-strip.light .proof-card{background:#fff;border-color:#00000012;box-shadow:0 1px 4px #0000000a}.conversion-strip.light .proof-card h3{color:#0f172a}.conversion-strip.light .proof-card p{color:#64748b}.stats.light{background:#fff;border-top-color:#00000012;border-bottom-color:#00000012}.stats.light .stat-number{color:#0f172a}.stats.light .stat-item p{color:#64748b}.stats.light .stat-icon{background:#e324240f;border-color:#e324241f}.process.light{background:#f8fafc}.process.light .section-header-right .section-desc{color:#64748b}.process.light .process-card{background:#fff;border-color:#00000012;box-shadow:0 1px 4px #0000000a}.process.light .process-card:hover{border-color:#e3242438;box-shadow:0 4px 16px #00000014}.process.light .process-card h3{color:#0f172a}.process.light .process-card p{color:#64748b}.clients.light{background:#fff;border-top-color:#00000012;border-bottom-color:#00000012}.clients.light .clients-label{color:#94a3b8}.clients.light .client-item{color:#00000038}.clients.light .client-item:hover{color:#00000080}.conversion-cta.light{background:#f8fafc}.conversion-cta.light .conversion-cta-inner{background:radial-gradient(60% 80% at 90% 10%,#e324240f,#0000 60%),#fff;border-color:#e324242e}.conversion-cta.light .section-title{color:#0f172a}.conversion-cta.light .section-desc{color:#64748b}.contact.light{background:#f8fafc}.contact.light .section-title{color:#0f172a}.contact.light .about-desc{color:#64748b}.contact.light .ci-item,.contact.light .form-group label{color:#475569}.contact.light .form-group input,.contact.light .form-group select,.contact.light .form-group textarea{color:#0f172a;background:#fff;border-color:#00000024}.contact.light .form-group input::placeholder,.contact.light .form-group textarea::placeholder{color:#94a3b8}.contact.light .form-group select{color:#0f172a}.contact.light .form-group input:focus,.contact.light .form-group select:focus,.contact.light .form-group textarea:focus{border-color:#e3242473}@media (max-width:768px){.hero-visual-inner{flex-direction:column;gap:1.5rem}.hero-prog{display:none}}