.tech-root *,.tech-root :before,.tech-root :after{box-sizing:border-box;margin:0;padding:0}.tech-root{color:#1a1a2e;-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.tech-root a{color:inherit;text-decoration:none}.tech-root img{max-width:100%}.tech-root .nav{z-index:100;padding:1.25rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.tech-root .nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;padding:.75rem 0;box-shadow:0 1px #0000000f}.tech-root .nav-inner{justify-content:space-between;align-items:center;display:flex}.tech-root .nav-logo{align-items:center;display:flex}.tech-root .nav-logo-img{width:auto;height:44px;transition:opacity .3s;display:block}.tech-root .nav-right{align-items:center;gap:1.5rem;display:flex}.tech-root .nav-links{gap:1.75rem;display:flex}.tech-root .nav-links a{font-size:.85rem;font-weight:500;transition:color .2s}.tech-root .nav:not(.scrolled) .nav-links a{color:#ffffffb3}.tech-root .nav:not(.scrolled) .nav-links a:hover{color:#fff}.tech-root .nav.scrolled .nav-links a{color:#64748b}.tech-root .nav.scrolled .nav-links a:hover{color:#1a1a2e}.tech-root .lang-switch{gap:.25rem;display:flex}.tech-root .lang-switch button{color:#fff6;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600;transition:all .2s}.tech-root .lang-switch button:hover{color:#ffffffb3;border-color:#ffffff4d}.tech-root .lang-switch button.active{color:#fff;background:#ffffff1f;border-color:#ffffff4d}.tech-root .nav.scrolled .lang-switch button{color:#94a3b8;border-color:#e2e8f0}.tech-root .nav.scrolled .lang-switch button.active{color:#1a1a2e;background:#f1f5f9;border-color:#cbd5e1}.tech-root .hero{text-align:left;background:linear-gradient(135deg,#0c1222 0%,#0f2847 50%,#0a3260 100%);padding:140px 0 80px;position:relative;overflow:hidden}.tech-root .hero:before{content:"";background:#f973160f;border-radius:50%;width:700px;height:700px;position:absolute;top:-30%;right:-10%}.tech-root .hero:after{content:"";background:#f973160a;border-radius:50%;width:500px;height:500px;position:absolute;bottom:-40%;left:-10%}.tech-root .hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.tech-root .hero h1{letter-spacing:-.035em;color:#fff;margin:0 0 1.25rem;font-size:3.5rem;font-weight:700;line-height:1.05}.tech-root .hero h1 em{color:#f97316;font-style:normal}.tech-root .hero p{color:#ffffff80;max-width:480px;margin:0 0 2rem;font-size:1.05rem;line-height:1.65}.tech-root .hero-badge{color:#fb923c;background:#f9731626;border:1px solid #f973164d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-flex}.tech-root .hero-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.tech-root .hero-btn-primary{color:#fff;background:#f97316;border-radius:8px;align-items:center;padding:.8rem 1.5rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.tech-root .hero-btn-primary:hover{background:#ea580c;transform:translateY(-1px)}.tech-root .hero-btn-outline{color:#fffc;border:1px solid #ffffff40;border-radius:8px;align-items:center;padding:.8rem 1.5rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.tech-root .hero-btn-outline:hover{border-color:#ffffff80}.tech-root .hero-badges{flex-wrap:wrap;gap:2rem;display:flex}.tech-root .hero-badges span{color:#ffffff59;align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;display:flex}.tech-root .hero-badges i{color:#f97316;font-size:.55rem}.tech-root .hero-mock{background:#0d1f33;border:1px solid #ffffff14;border-radius:14px;padding:1.25rem}.tech-root .mock-bar{gap:5px;margin-bottom:1rem;display:flex}.tech-root .mock-bar span{border-radius:50%;width:8px;height:8px}.tech-root .mock-bar span:first-child{background:#ff5f57}.tech-root .mock-bar span:nth-child(2){background:#febc2e}.tech-root .mock-bar span:nth-child(3){background:#28c840}.tech-root .mock-header,.tech-root .mock-row,.tech-root .mock-total{border-radius:5px;gap:.6rem;margin-bottom:3px;padding:.5rem .6rem;font-family:SF Mono,Monaco,monospace;font-size:.72rem;display:flex}.tech-root .mock-header{color:#ffffff4d;letter-spacing:.06em;text-transform:uppercase;font-size:.62rem;font-weight:600}.tech-root .mock-row{color:#ffffff8c;background:#ffffff08}.tech-root .mock-total{color:#fffc;border-top:1px solid #ffffff1a;margin-top:.4rem;padding-top:.6rem;font-weight:600}.tech-root .mock-header span:first-child,.tech-root .mock-row span:first-child,.tech-root .mock-total span:first-child{flex:1;min-width:0}.tech-root .mock-header span:not(:first-child),.tech-root .mock-row span:not(:first-child),.tech-root .mock-total span:not(:first-child){text-align:right;flex-shrink:0;width:80px}.tech-root .mock-green{color:#fb923c}.tech-root .mock-anim{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(8px)}.tech-root .mock-anim.mock-visible{opacity:1;transform:translateY(0)}.tech-root .mock-balanced{animation:.6s .3s balancePulse}.tech-root .mock-check{color:#fb923c;opacity:0;margin-left:.4rem;font-size:.6rem;animation:.4s .5s forwards checkIn}.tech-root .mock-scene-title{letter-spacing:.1em;text-transform:uppercase;color:#fb923c;margin-bottom:.75rem;font-size:.6rem;font-weight:600}.tech-root .mock-fade-in{animation:.6s forwards mockFadeIn}.tech-root .mock-fade-out{animation:.6s forwards mockFadeOut}@keyframes balancePulse{0%{box-shadow:none}50%{box-shadow:0 0 20px #38bdf826}to{box-shadow:none}}@keyframes checkIn{to{opacity:1}}@keyframes mockFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes mockFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.tech-root .section{padding:5.5rem 0}.tech-root .section:nth-child(2n){background:#f8fafc}.tech-root .section-header{text-align:center;margin-bottom:3.5rem}.tech-root .section-tag{letter-spacing:.12em;text-transform:uppercase;color:#f97316;margin-bottom:.6rem;font-size:.72rem;font-weight:700}.tech-root .section-header h2{letter-spacing:-.03em;color:#1a1a2e;max-width:550px;margin:0 auto;font-size:2.5rem;font-weight:800}.tech-root .section-header p{color:#64748b;max-width:500px;margin:.75rem auto 0;font-size:1rem}.tech-root .products{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.tech-root .products-3{grid-template-columns:repeat(3,1fr)}.tech-root .products-4{grid-template-columns:repeat(4,1fr)}.tech-root a.product{color:inherit;text-decoration:none}.tech-root .product{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;padding:2.5rem 2rem 2rem;transition:all .3s;display:flex;position:relative;overflow:visible}.tech-root .product:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 20px 60px #00000014}.tech-root .product-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-size:1.3rem;display:flex}.tech-root .product h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.tech-root .product-subtitle{color:#94a3b8;margin-bottom:1rem;font-size:.82rem;font-weight:500}.tech-root .product p{color:#64748b;margin:0 0 1.5rem;font-size:.88rem;line-height:1.65}.tech-root .product-features{margin:0 0 1.75rem;list-style:none}.tech-root .product-features li{color:#475569;align-items:center;gap:.6rem;padding:.3rem 0;font-size:.82rem;display:flex}.tech-root .product-features i{color:#f97316;width:14px;font-size:.55rem}.tech-root .portfolio{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tech-root .portfolio-item{color:inherit;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;padding:1.75rem 1.5rem;text-decoration:none;transition:all .3s;display:flex}.tech-root .portfolio-item:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 20px 60px #00000014}.tech-root .portfolio-head{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.tech-root .portfolio-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.tech-root .portfolio-icon img{object-fit:contain;width:100%;height:100%}.tech-root .portfolio-title{color:#1a1a2e;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.tech-root .portfolio-host{color:#94a3b8;margin-top:.15rem;font-size:.7rem;font-weight:500}.tech-root .portfolio-desc{color:#64748b;flex:1;margin:0 0 1rem;font-size:.83rem;line-height:1.6}.tech-root .portfolio-stack{flex-wrap:wrap;gap:.35rem;margin-bottom:.85rem;display:flex}.tech-root .portfolio-chip{color:#475569;letter-spacing:.01em;background:#f1f5f9;border-radius:100px;padding:.22rem .55rem;font-size:.65rem;font-weight:600}.tech-root .portfolio-link{color:#f97316;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;display:inline-flex}.tech-root .portfolio-link i{font-size:.7rem}.tech-root .about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.tech-root .about-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.tech-root .about-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem}.tech-root .about-stat-val{color:#1a1a2e;letter-spacing:-.02em;font-size:2rem;font-weight:800}.tech-root .about-stat-label{color:#94a3b8;margin-top:.2rem;font-size:.78rem}.tech-root .about-text h2{letter-spacing:-.025em;margin-bottom:1rem;font-size:2rem;font-weight:800}.tech-root .about-text p{color:#64748b;margin-bottom:1rem;font-size:.92rem;line-height:1.7}.tech-root .values{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.tech-root .value{text-align:center;padding:2rem 1.25rem}.tech-root .value-icon{color:#f97316;background:#f9731614;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.1rem;display:flex}.tech-root .value h3{margin-bottom:.4rem;font-size:.95rem;font-weight:700}.tech-root .value p{color:#64748b;font-size:.8rem;line-height:1.55}.tech-root .approach-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tech-root .approach-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:2.25rem 1.75rem;transition:all .3s}.tech-root .approach-card:hover{border-color:#0000;transform:translateY(-2px);box-shadow:0 20px 60px #0000000f}.tech-root .approach-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.tech-root .approach-card h3{letter-spacing:-.015em;color:#1a1a2e;margin-bottom:.75rem;font-size:1.2rem;font-weight:800}.tech-root .approach-card p{color:#475569;margin:0 0 1.25rem;font-size:.92rem;line-height:1.7}.tech-root .approach-list{border-top:1px solid #f1f5f9;margin:0;padding:1rem 0 0;list-style:none}.tech-root .approach-list li{color:#1a1a2e;align-items:center;gap:.7rem;padding:.4rem 0;font-size:.85rem;font-weight:500;display:flex}.tech-root .approach-list li i{color:#10b981;width:14px;font-size:.7rem}.tech-root .nav-cta-link{background:#f97316;border-radius:8px;padding:.45rem 1rem;transition:all .2s;color:#fff!important;font-weight:600!important}.tech-root .nav-cta-link:hover{background:#ea580c;transform:translateY(-1px)}.tech-root .cta{text-align:center;color:#fff;background:linear-gradient(135deg,#0c1222 0%,#0a3260 100%);padding:6rem 0}.tech-root .cta h2{margin-bottom:.75rem;font-size:2.25rem;font-weight:800}.tech-root .cta p{color:#ffffff73;margin-bottom:2rem;font-size:1.05rem}.tech-root .cta-btn{color:#fff;background:#f97316;border-radius:10px;align-items:center;gap:.6rem;padding:.85rem 2rem;font-size:.92rem;font-weight:600;transition:all .2s;display:inline-flex}.tech-root .cta-btn:hover{color:#fff;background:#ea580c;transform:translateY(-1px)}.tech-root .cta-prominent{background:linear-gradient(135deg,#0c1222 0%,#0a3260 60%,#f97316 200%);padding:7rem 0}.tech-root .cta-prominent .container{text-align:left;grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;display:grid}.tech-root .cta-header{color:#fff}.tech-root .cta-tag{letter-spacing:.08em;text-transform:uppercase;color:#f97316;background:#f9731614;border:1px solid #f973164d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.45rem .95rem;font-size:.78rem;font-weight:700;display:inline-flex}.tech-root .cta-prominent h2{letter-spacing:-.025em;margin-bottom:1.25rem;font-size:2.7rem;font-weight:800;line-height:1.1}.tech-root .cta-prominent p{color:#ffffffa6;max-width:480px;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.6}.tech-root .cta-quick{flex-wrap:wrap;gap:.75rem;display:flex}.tech-root .cta-pill{color:#fff;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:100px;align-items:center;gap:.55rem;padding:.7rem 1.15rem;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.tech-root .cta-pill:hover{color:#fff;background:#ffffff1f;border-color:#ffffff59;transform:translateY(-1px)}.tech-root .cta-pill i{color:#f97316;font-size:.95rem}.tech-root .cta-form-wrap{background:#fff;border-radius:24px;padding:2.25rem;box-shadow:0 30px 80px #00000059}.tech-root .cta-form-header{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;align-items:center;gap:.6rem;margin-bottom:1.25rem;font-size:.78rem;font-weight:700;display:flex}.tech-root .cta-form-header i{color:#f97316}.tech-root .cta-form-wrap .cf-field label{color:#475569}.tech-root .cta-form-wrap .cf-field input,.tech-root .cta-form-wrap .cf-field textarea,.tech-root .cta-form-wrap .cf-field select{color:#1a1a2e;background-color:#f8fafc;border-color:#e2e8f0}.tech-root .cta-form-wrap .cf-field input::placeholder,.tech-root .cta-form-wrap .cf-field textarea::placeholder{color:#94a3b8}.tech-root .cta-form-wrap .cf-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat}.tech-root .cta-form-wrap .cf-field select option{color:#1a1a2e;background:#fff}.tech-root .inline-cta{color:#fff;background:#f97316;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.tech-root .inline-cta:hover{color:#fff;background:#ea580c;transform:translateY(-1px)}.tech-root .inline-cta i{font-size:.85rem}.tech-root .inline-cta-ghost{color:#f97316;background:0 0;border:1.5px solid #f97316;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.tech-root .inline-cta-ghost:hover{color:#f97316;background:#f9731614;transform:translateY(-1px)}.tech-root .section-cta{text-align:center;margin-top:2.5rem}.tech-root .section-cta-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.tech-root .footer{background:#0d1117;padding:3rem 0 2rem}.tech-root .footer-inner{justify-content:space-between;align-items:flex-start;display:flex}.tech-root .footer-brand{margin-bottom:.75rem}.tech-root .footer-tagline{color:#ffffff40;margin-bottom:1rem;font-size:.78rem}.tech-root .footer-copy{color:#fff3;font-size:.72rem}.tech-root .footer-links{gap:3rem;display:flex}.tech-root .footer-col h4{letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.tech-root .footer-col a{color:#ffffff59;padding:.25rem 0;font-size:.82rem;transition:color .2s;display:block}.tech-root .footer-col a:hover{color:#fffc}.tech-root .footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;display:flex}.tech-root .footer-social{gap:1rem;display:flex}.tech-root .footer-social a{color:#ffffff40;font-size:.9rem;transition:color .2s}.tech-root .footer-social a:hover{color:#ffffffb3}.tech-root .contact-form{text-align:left;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;max-width:560px;margin:0 auto;padding:2rem}.tech-root .contact-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;display:flex}.tech-root .contact-success i{color:#f97316;margin-bottom:1rem;font-size:2.5rem}.tech-root .contact-success h3{color:#fff;margin-bottom:.4rem;font-size:1.25rem;font-weight:700}.tech-root .contact-success p{color:#ffffff80;font-size:.92rem}.tech-root .cf-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.tech-root .cf-field{margin-bottom:1rem}.tech-root .cf-field label{color:#ffffff80;margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:block}.tech-root .cf-field input,.tech-root .cf-field textarea,.tech-root .cf-field select{color:#fff;resize:vertical;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;outline:none;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.88rem;transition:border-color .2s}.tech-root .cf-field input::placeholder,.tech-root .cf-field textarea::placeholder{color:#fff3}.tech-root .cf-field input:focus,.tech-root .cf-field textarea:focus,.tech-root .cf-field select:focus{border-color:#f97316}.tech-root .cf-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgba(255,255,255,0.4)' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;padding-right:2.5rem}.tech-root .cf-field select option{color:#fff;background:#1a1a2e}.tech-root .cf-submit{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.tech-root .cf-submit:hover:not(:disabled){background:#ea580c;transform:translateY(-1px)}.tech-root .cf-submit:disabled{opacity:.6;cursor:not-allowed}.tech-root .cf-error{text-align:center;color:#f87171;margin-top:.75rem;font-size:.82rem}@media (width<=991px){.tech-root .hero{text-align:center;padding:110px 0 50px}.tech-root .hero h1{font-size:2.5rem}.tech-root .hero p{max-width:100%;margin:0 auto 2rem}.tech-root .hero-grid{grid-template-columns:1fr}.tech-root .hero-mock{display:none}.tech-root .hero-badges,.tech-root .hero-actions{justify-content:center}.tech-root .products{grid-template-columns:1fr;max-width:500px;margin:0 auto}.tech-root .products-3{grid-template-columns:1fr}.tech-root .products-4,.tech-root .portfolio{grid-template-columns:repeat(2,1fr)}.tech-root .approach-grid{grid-template-columns:1fr}.tech-root .cta-prominent .container{text-align:center;grid-template-columns:1fr;gap:2.5rem}.tech-root .cta-prominent h2{font-size:2rem}.tech-root .cta-prominent p{margin-left:auto;margin-right:auto}.tech-root .cta-quick{justify-content:center}.tech-root .about-grid{grid-template-columns:1fr;gap:2rem}.tech-root .values{grid-template-columns:repeat(2,1fr)}.tech-root .footer-inner{flex-direction:column;gap:2rem}}@media (width<=575px){.tech-root .hero{padding:100px 0 50px}.tech-root .hero h1{font-size:1.85rem}.tech-root .hero p{font-size:.92rem}.tech-root .nav-logo-img{height:40px}.tech-root .nav-links,.tech-root .lang-switch{display:none}.tech-root .section{padding:3.5rem 0}.tech-root .section-header h2{font-size:1.5rem}.tech-root .section-header{margin-bottom:2rem}.tech-root .values{grid-template-columns:1fr}.tech-root .products-4{grid-template-columns:1fr;max-width:500px;margin:0 auto}.tech-root .hero-badges{gap:.75rem}.tech-root .hero-badges span{font-size:.72rem}.tech-root .cta{padding:4rem 0}.tech-root .cta h2{font-size:1.5rem}.tech-root .cta p{font-size:.9rem}.tech-root .cf-row{grid-template-columns:1fr}.tech-root .footer-links{flex-direction:column;gap:1.5rem}.tech-root .product{padding:1.75rem 1.5rem 1.5rem}.tech-root .portfolio{grid-template-columns:1fr;max-width:500px;margin:0 auto}.tech-root .cta-prominent{padding:4.5rem 0}.tech-root .cta-prominent h2{font-size:1.6rem}.tech-root .approach-card{padding:2rem 1.5rem}}.tech-root{color:#1a1a2e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.tech-root *,.tech-root :before,.tech-root :after{box-sizing:border-box}.tech-root .container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.tech-hero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#0c4a6e 50%,#082f49 100%);padding:6rem 0 3rem}.tech-hero h1{letter-spacing:-.025em;color:#fff;margin:0 0 1rem;font-size:2.6rem;font-weight:700;line-height:1.15}.tech-hero h1 em{color:#38bdf8;font-style:normal}.tech-hero p{color:#ffffffbf;max-width:720px;margin:0 0 1.6rem;font-size:1.05rem;line-height:1.65}.tech-hero a{color:#cbd5e1}.tech-hero-eyebrow{color:#7dd3fc;text-transform:uppercase;letter-spacing:.06em;background:#0ea5e926;border:1px solid #0ea5e94d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem .95rem;font-size:.75rem;font-weight:600;display:inline-flex}.tech-hero-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.4rem;display:flex}.tech-cta-primary{color:#fff;background:#0ea5e9;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.tech-cta-primary:hover{background:#0284c7;transform:translateY(-1px)}.tech-cta-secondary{color:#ffffffd9;background:0 0;border:1px solid #ffffff40;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:border-color .2s;display:inline-flex}.tech-cta-secondary:hover{border-color:#ffffff80}.tech-section{background:#fff;padding:4rem 0}.tech-section.alt{background:#f8fafc}.tech-section.dark{color:#e2e8f0;background:#0f172a}.tech-section.dark h2,.tech-section.dark h3{color:#fff}.tech-section.dark .tech-section-tag{color:#7dd3fc;background:#0ea5e926;border-color:#0ea5e94d}.tech-section-header{text-align:center;max-width:760px;margin:0 auto 2.5rem}.tech-section-header h2{color:#0f172a;letter-spacing:-.015em;margin:.6rem 0;font-size:2rem;font-weight:700;line-height:1.25}.tech-section-header p{color:#64748b;max-width:640px;margin:0 auto;font-size:1rem;line-height:1.6}.tech-section.dark .tech-section-header h2{color:#fff}.tech-section.dark .tech-section-header p{color:#94a3b8}.tech-section-tag{color:#0369a1;text-transform:uppercase;letter-spacing:.05em;background:#0ea5e914;border:1px solid #0ea5e926;border-radius:100px;padding:.32rem .85rem;font-size:.72rem;font-weight:700;display:inline-block}.tech-grid{gap:1.4rem;display:grid}.tech-grid-2{grid-template-columns:repeat(2,1fr)}.tech-grid-3{grid-template-columns:repeat(3,1fr)}@media (width<=880px){.tech-grid-2,.tech-grid-3{grid-template-columns:1fr}}.tech-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem 1.7rem;transition:border-color .2s,box-shadow .2s}.tech-card:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #0f172a0f}.tech-card h3{color:#0f172a;margin:0 0 .6rem;font-size:1.1rem;font-weight:700}.tech-card p{color:#475569;margin:0;font-size:.92rem;line-height:1.6}.tech-section.dark .tech-card{background:#1e293b;border-color:#334155}.tech-section.dark .tech-card h3{color:#f1f5f9}.tech-section.dark .tech-card p{color:#cbd5e1}.tech-cta-strip{color:#fff;text-align:center;background:linear-gradient(135deg,#0c4a6e 0%,#082f49 100%);padding:3.5rem 0}.tech-cta-strip h2{color:#fff;margin:0 0 .7rem;font-size:1.7rem;font-weight:700}.tech-cta-strip p{color:#ffffffbf;margin:0 0 1.5rem;font-size:1rem}.tech-cta-strip .tech-cta-primary{background:#0ea5e9}
