@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary-navy:#032b56;--primary-navy-dark:#011832;--primary-navy-light:#064789;--primary-blue:#0284c7;--primary-blue-light:#38bdf8;--accent-emerald:#10b981;--accent-emerald-dark:#059669;--accent-emerald-light:#34d399;--grad-hero:linear-gradient(135deg, #021a36 0%, #032b56 50%, #0369a1 100%);--grad-brand:linear-gradient(135deg, #10b981 0%, #0284c7 100%);--grad-accent:linear-gradient(135deg, #34d399 0%, #38bdf8 100%);--grad-card:linear-gradient(180deg, #ffffffe6 0%, #f8fafcf2 100%);--grad-dark-card:linear-gradient(180deg, #0f172acc 0%, #032b56d9 100%);--bg-main:#f8fafc;--bg-card:#fff;--text-main:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--border-light:#e2e8f0;--border-focus:#0284c7;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000000d;--shadow-glow:0 0 25px #10b98140;--shadow-blue-glow:0 0 25px #0284c740;--radius-sm:6px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:9999px;--transition:all .25s cubic-bezier(.4, 0, .2, 1);--container-max:1240px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;color:var(--text-main);background-color:var(--bg-main);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section-wrapper{padding:3.25rem 0 4.25rem;position:relative}.section-wrapper.bg-alt{background-color:#f1f5f9}.section-wrapper.bg-dark{color:#fff;background:linear-gradient(#021a36 0%,#01142a 100%)}.section-header{text-align:center;max-width:760px;margin:0 auto 2.25rem}.section-badge{border-radius:var(--radius-full);color:var(--accent-emerald-dark);text-transform:uppercase;letter-spacing:.08em;background:#10b9811a;border:1px solid #10b98140;align-items:center;gap:8px;margin-bottom:.75rem;padding:5px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.section-badge.badge-blue{color:var(--primary-blue);background:#0284c71a;border-color:#0284c740}.text-gradient{background:linear-gradient(135deg,#10b981 0%,#0284c7 50%,#6366f1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-emerald{background:linear-gradient(135deg,#34d399 0%,#38bdf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.section-title{color:var(--primary-navy);letter-spacing:-.025em;margin-bottom:.85rem;font-size:2.65rem;font-weight:800;line-height:1.2}.section-wrapper.bg-dark .section-title{color:#fff}.section-subtitle{color:var(--text-muted);max-width:680px;margin:0 auto;font-size:1.075rem;line-height:1.7}.section-wrapper.bg-dark .section-subtitle{color:#94a3b8}.btn{border-radius:var(--radius-md);transition:var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:10px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--grad-brand);color:#fff;box-shadow:0 4px 14px #10b98159}.btn-primary:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 20px #10b98173}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3}.btn-secondary:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.btn-outline{color:var(--primary-navy);border:1.5px solid var(--border-light);background:0 0}.btn-outline:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:#0284c70d}.btn-sm{border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.85rem}.btn-lg{border-radius:var(--radius-md);padding:.9rem 2.2rem;font-size:1.05rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}@keyframes floatAnim{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-7px)rotate(.5deg)}}@keyframes scanlineAnim{0%{opacity:0;transform:translateY(-100%)}50%{opacity:.5}to{opacity:0;transform:translateY(1000%)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes radarRing{0%{opacity:.8;transform:scale(.95)}to{opacity:0;transform:scale(2.2)}}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:4.5s ease-in-out infinite floatAnim}.animate-pulse-glow{animation:2.5s ease-in-out infinite pulseGlow}.card-hover-glow{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.card-hover-glow:hover{transform:translateY(-6px);box-shadow:0 20px 35px -10px #022b5626,0 0 20px #10b9811a}.floating-contact-trigger{z-index:1000;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#021a36 0%,#032b56 100%);border:1.5px solid #34d39966;border-radius:9999px;align-items:center;gap:10px;padding:12px 20px;transition:all .3s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 10px 30px #022b5659,0 0 20px #10b98140}.floating-contact-trigger:hover{border-color:#10b981;transform:translateY(-4px)scale(1.03);box-shadow:0 15px 35px #022b5673,0 0 25px #10b98166}.floating-beacon-dot{background:#10b981;border-radius:50%;width:10px;height:10px;position:relative}.floating-beacon-dot:after{content:"";border:2px solid #34d399;border-radius:50%;animation:1.8s cubic-bezier(.25,.46,.45,.94) infinite radarRing;position:absolute;inset:-4px}.home-page-animated section{animation:.8s ease-out fadeIn}.home-page-animated .service-card,.home-page-animated .template-card,.home-page-animated .pricing-card,.home-page-animated .case-card,.home-page-animated .blog-card{transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s,border-color .3s}.home-page-animated .service-card:hover,.home-page-animated .template-card:hover,.home-page-animated .pricing-card:hover,.home-page-animated .case-card:hover,.home-page-animated .blog-card:hover{transform:translateY(-8px)}@media (width<=1024px){.section-title{font-size:2.2rem}}@media (width<=768px){.section-wrapper{padding:3rem 0}.section-title{font-size:1.85rem}.section-subtitle{font-size:1rem}.floating-contact-trigger{padding:10px 16px;font-size:.85rem;bottom:20px;right:20px}}.sankalva-navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background-color:#fffffff0;border-bottom:1px solid #e2e8f0d9;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0;left:0;box-shadow:0 4px 20px -2px #022b560d}.sankalva-navbar.scrolled{background-color:#fffffffa;border-bottom-color:#38bdf84d;box-shadow:0 10px 30px -5px #022b561f,0 0 15px #10b9810d}.navbar-inner{justify-content:space-between;align-items:center;height:82px;display:flex}.navbar-nav{align-items:center;gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}.nav-link-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:8px 12px;font-size:.98rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.nav-link-btn:hover{color:#0284c7;background:#0284c70f;transform:translateY(-1px)}.nav-link-btn.active{color:#032b56;background:#032b560d;font-weight:700}.nav-link-btn.active:after{content:"";background:linear-gradient(90deg,#032b56 0%,#10b981 100%);border-radius:4px;height:2.5px;position:absolute;bottom:0;left:12px;right:12px;box-shadow:0 1px 6px #10b98166}.navbar-actions{align-items:center;gap:1rem;display:flex}.nav-contact-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#0284c7 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:.7rem 1.5rem;font-size:.925rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0284c747,0 0 10px #10b98126}.nav-contact-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;transition:left .6s;position:absolute;top:0;left:-75%;transform:skew(-25deg)}.nav-contact-btn:hover:before{left:125%}.nav-contact-btn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 22px #10b98166,0 0 15px #0284c74d}.mobile-menu-toggle{color:#0f172a;cursor:pointer;background:0 0;border:none;padding:8px;display:none}.mobile-drawer{z-index:999;background:#fff;border-bottom:2px solid #e2e8f0;flex-direction:column;gap:.85rem;padding:1.5rem;display:none;position:fixed;top:82px;left:0;right:0;box-shadow:0 20px 25px -5px #0000001a}.mobile-drawer.open{display:flex}.mobile-nav-link{color:#334155;border-radius:8px;padding:10px 14px;font-size:1.05rem;font-weight:600;transition:all .2s}.mobile-nav-link.active{color:#032b56;background:#f1f5f9;font-weight:700}@media (width<=1100px){.navbar-nav{gap:1.15rem}}@media (width<=900px){.navbar-nav{display:none}.mobile-menu-toggle{justify-content:center;align-items:center;display:flex}.navbar-actions .nav-contact-btn{display:none}}.sankalva-footer{color:#94a3b8;background:#01142a;border-top:1px solid #ffffff14;padding:5rem 0 2rem}.footer-top-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3.5rem;margin-bottom:4rem;display:grid}.footer-brand-col{flex-direction:column;display:flex}.footer-about-text{color:#94a3b8;max-width:340px;margin-top:1.25rem;margin-bottom:1.5rem;font-size:.925rem;line-height:1.7}.footer-socials{gap:12px;display:flex}.social-icon-btn{color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.social-icon-btn:hover{color:#fff;background:#0284c7;transform:translateY(-2px)}.footer-heading{color:#fff;letter-spacing:.02em;margin-bottom:1.5rem;font-size:1rem;font-weight:700}.footer-links-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-link-btn{color:#94a3b8;text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;transition:color .2s}.footer-link-btn:hover{color:#34d399}.footer-bottom-bar{color:#64748b;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-locations-strip{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}@media (width<=1024px){.footer-top-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=640px){.footer-top-grid{grid-template-columns:1fr}.footer-bottom-bar{flex-direction:column;align-items:flex-start}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#021a36cc;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.contact-modal-box{background:#fff;border-radius:24px;width:100%;max-width:680px;max-height:92vh;padding:2.5rem;position:relative;overflow-y:auto;box-shadow:0 25px 60px -15px #0006}.modal-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.modal-close-btn:hover{color:#0f172a;background:#e2e8f0}.contact-form-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:1.5rem;display:grid}.form-group-full{grid-column:span 2}.form-label{color:#334155;margin-bottom:6px;font-size:.875rem;font-weight:600;display:block}.form-input,.form-select,.form-textarea{color:#0f172a;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:10px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#fff;border-color:#0284c7;outline:none;box-shadow:0 0 0 3px #0284c726}.services-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:6px;display:grid}.service-check-pill{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;transition:all .2s;display:flex}.service-check-pill.selected{color:#065f46;background:#10b98114;border-color:#10b981;font-weight:600}.success-state-box{text-align:center;padding:3rem 1.5rem}.success-icon-wrap{color:#10b981;background:#10b98126;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;display:flex}@media (width<=640px){.contact-form-grid{grid-template-columns:1fr}.form-group-full{grid-column:span 1}.services-checkbox-grid{grid-template-columns:1fr}}.sankalva-hero{color:#fff;background:linear-gradient(145deg,#021a36 0%,#032b56 45%,#0369a1 95%,#0284c7 100%);border-bottom:1px solid #ffffff1a;padding:5.5rem 0 4.5rem;position:relative;overflow:hidden}.hero-glow-1{pointer-events:none;background:radial-gradient(circle,#10b98147 0%,#10b98100 70%);border-radius:50%;width:600px;height:600px;animation:7s ease-in-out infinite pulseGlow;position:absolute;top:-120px;right:-100px}.hero-glow-2{pointer-events:none;background:radial-gradient(circle,#38bdf847 0%,#0284c700 70%);border-radius:50%;width:650px;height:650px;animation:9s ease-in-out infinite alternate pulseGlow;position:absolute;bottom:-150px;left:-120px}.hero-grid-pattern{pointer-events:none;background-image:linear-gradient(90deg,#ffffff0d 1px,#0000 1px),linear-gradient(#ffffff0d 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 70%,#0000 100%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 70%,#0000 100%)}.hero-layout{z-index:2;grid-template-columns:1.15fr .85fr;align-items:center;gap:3.5rem;display:grid;position:relative}.hero-badge-pill{color:#6ee7b7;letter-spacing:.06em;text-transform:uppercase;background:#10b98126;border:1px solid #34d39959;border-radius:9999px;align-items:center;gap:8px;margin-bottom:1.25rem;padding:6px 14px;font-size:.825rem;font-weight:700;display:inline-flex;box-shadow:0 0 15px #10b98133}.hero-badge-pill .pulse-dot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:1.8s infinite pulseGlow;box-shadow:0 0 10px #10b981}.hero-heading{letter-spacing:-.025em;margin-bottom:1.25rem;font-size:3.25rem;font-weight:800;line-height:1.15}.hero-heading .highlight{background:linear-gradient(135deg,#34d399 0%,#38bdf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-description{color:#cbd5e1;max-width:600px;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.hero-cta-group{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.hero-floating-badges-row{flex-wrap:wrap;gap:8px;margin-bottom:2rem;display:flex}.hero-float-chip{color:#e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a99;border:1px solid #38bdf84d;border-radius:8px;align-items:center;gap:6px;padding:5px 12px;font-size:.8rem;font-weight:600;transition:all .25s;display:inline-flex}.hero-float-chip:hover{color:#34d399;background:#0f172ae6;border-color:#10b981;transform:translateY(-2px)}.hero-stats-strip{border-top:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-top:1.75rem;display:grid}.stat-item{flex-direction:column;display:flex}.stat-val{color:#fff;align-items:baseline;font-size:1.85rem;font-weight:800;line-height:1.1;display:flex}.stat-val .suffix{color:#10b981;font-size:1.4rem}.stat-lbl{color:#94a3b8;margin-top:4px;font-size:.78rem;font-weight:500}.hero-showcase-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172ae0;border:1px solid #38bdf840;border-radius:20px;padding:1.8rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 35px #0284c733}.showcase-scanline{background:linear-gradient(90deg,#0000,#38bdf8,#34d399,#0000);height:2px;animation:4s linear infinite scanlineAnim;position:absolute;top:0;left:0;right:0}.showcase-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.terminal-dots{gap:6px;display:flex}.terminal-dots span{border-radius:50%;width:10px;height:10px}.terminal-dots span:first-child{background:#ef4444}.terminal-dots span:nth-child(2){background:#f59e0b}.terminal-dots span:nth-child(3){background:#10b981}.terminal-title{color:#94a3b8;font-family:monospace;font-size:.825rem}.terminal-live-badge{color:#34d399;background:#10b9811f;border:1px solid #34d3994d;border-radius:4px;align-items:center;gap:6px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.showcase-feature-list{flex-direction:column;gap:1rem;display:flex}.showcase-card-item{background:#1e293bb3;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:14px;padding:1rem;transition:all .25s;display:flex}.showcase-card-item:hover{background:#1e293bf2;border-color:#34d39966;transform:translate(4px)}.showcase-icon-box{color:#38bdf8;background:linear-gradient(135deg,#10b98133,#0284c733);border:1px solid #34d3994d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.showcase-item-content h4{color:#fff;margin-bottom:2px;font-size:.95rem;font-weight:700}.showcase-item-content p{color:#94a3b8;font-size:.8rem;line-height:1.4}.hero-partners-banner{background:#0f172a80;border:1px solid #ffffff14;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding:1.15rem 1.75rem;display:flex}.partners-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.825rem;font-weight:600}.partners-badges{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.partner-chip{color:#cbd5e1;align-items:center;gap:6px;font-size:.825rem;font-weight:600;display:flex}@media (width<=1024px){.hero-layout{grid-template-columns:1fr;gap:2.5rem}.hero-heading{font-size:2.75rem}}@media (width<=768px){.sankalva-hero{padding:3.5rem 0 3rem}.hero-heading{font-size:2.1rem}.hero-stats-strip{grid-template-columns:repeat(2,1fr);gap:1.25rem}.hero-partners-banner{flex-direction:column;align-items:flex-start}}.tech-marquee-wrapper{background:#02142a;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;width:100%;padding:1.25rem 0;position:relative;overflow:hidden}.tech-marquee-wrapper:before,.tech-marquee-wrapper:after{content:"";z-index:2;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.tech-marquee-wrapper:before{background:linear-gradient(90deg,#02142a 0%,#0000 100%);left:0}.tech-marquee-wrapper:after{background:linear-gradient(270deg,#02142a 0%,#0000 100%);right:0}.tech-marquee-track{gap:2.5rem;width:max-content;animation:28s linear infinite scrollMarquee;display:flex}.tech-marquee-track:hover{animation-play-state:paused}.marquee-item{color:#94a3b8;letter-spacing:.03em;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:10px;padding:6px 14px;font-size:.925rem;font-weight:700;transition:all .25s;display:flex}.marquee-item:hover{color:#38bdf8;background:#38bdf814;border-color:#38bdf866;transform:translateY(-2px)}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.service-arch-box{color:#fff;background:#021a36;border:1px solid #0284c74d;border-radius:16px;margin-top:1rem;margin-bottom:1.25rem;padding:1.25rem;box-shadow:0 10px 25px #0000004d}.service-arch-title{color:#38bdf8;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin-bottom:.85rem;font-size:.8rem;font-weight:800;display:flex}.service-arch-flow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.service-arch-node{color:#f8fafc;background:#0f172ad9;border:1px solid #38bdf84d;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:700;display:flex;box-shadow:0 2px 6px #0003}.service-arch-arrow{color:#38bdf8;font-size:.85rem;font-weight:900;animation:1.5s infinite alternate pulseArrow}.srv-dash-box{color:#fff;background:#03172e;border:1px solid #0284c74d;border-radius:16px;margin-top:1rem;margin-bottom:1.25rem;padding:1.25rem;box-shadow:0 12px 30px #00000059}.srv-dash-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;display:flex}.srv-dash-title{color:#38bdf8;align-items:center;gap:6px;font-size:.9rem;font-weight:800;display:flex}.srv-dash-badge{color:#10b981;background:#10b98126;border-radius:9999px;align-items:center;gap:5px;padding:3px 8px;font-size:.7rem;font-weight:800;display:flex}.srv-dash-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;display:grid}.srv-dash-card{background:#0f172acc;border:1px solid #ffffff14;border-radius:10px;padding:10px}.srv-dash-label{color:#94a3b8;margin-bottom:4px;font-size:.7rem;font-weight:600}.srv-dash-val{color:#fff;font-size:1.25rem;font-weight:850}.srv-dash-sub{color:#10b981;margin-top:2px;font-size:.675rem;font-weight:700}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3.5rem;display:grid}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000000a}.service-card:hover{border-color:#0284c7;transform:translateY(-6px);box-shadow:0 20px 30px -10px #022b561f,0 8px 10px -6px #10b98114}.service-img-header{background:#021a36;height:175px;position:relative;overflow:hidden}.service-img-header img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.service-card:hover .service-img-header img{transform:scale(1.06)}.service-play-overlay-btn{color:#fff;cursor:pointer;opacity:0;z-index:5;background:#0284c7e6;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9);box-shadow:0 0 20px #0284c799}.service-card:hover .service-play-overlay-btn{opacity:1;transform:translate(-50%,-50%)scale(1.08)}.service-play-overlay-btn:hover{background:#10b981;box-shadow:0 0 25px #10b981cc}.service-img-overlay{background:linear-gradient(#021a3633 0%,#021a36e0 100%);justify-content:space-between;align-items:flex-end;padding:1rem 1.25rem;display:flex;position:absolute;inset:0}.service-icon-wrap{color:#0284c7;background:#fffffff2;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;box-shadow:0 4px 10px #00000026}.service-card:hover .service-icon-wrap{color:#fff;background:linear-gradient(135deg,#10b981 0%,#0284c7 100%);transform:scale(1.08)}.service-badge{text-transform:uppercase;letter-spacing:.06em;color:#032b56;background:#ffffffe6;border-radius:9999px;padding:4px 10px;font-size:.725rem;font-weight:700}.service-card-body{flex-direction:column;flex-grow:1;padding:1.5rem 1.75rem 1.75rem;display:flex}.service-title{color:#032b56;margin-bottom:.6rem;font-size:1.25rem;font-weight:700;line-height:1.3}.service-desc{color:#64748b;flex-grow:1;margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.service-capabilities{flex-direction:column;gap:8px;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.service-capabilities li{color:#334155;align-items:flex-start;gap:8px;font-size:.85rem;display:flex}.service-capabilities li svg{color:#10b981;flex-shrink:0;margin-top:3px}.service-tech-tags{flex-wrap:wrap;gap:6px;margin-bottom:1.25rem;display:flex}.tech-tag{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:3px 8px;font-size:.725rem;font-weight:600}.service-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.service-cta-btn{color:#0284c7;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.service-cta-btn:hover{color:#059669;gap:9px}.creative-services-section{border-top:1px solid #e2e8f0;margin-top:2rem;margin-bottom:3.5rem;padding-top:3rem}.creative-services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.creative-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000000a}.creative-card:hover{border-color:#f97316;transform:translateY(-8px);box-shadow:0 25px 35px -10px #022b5626,0 0 20px #f9731626}.creative-img-wrap{background:#021a36;height:180px;position:relative;overflow:hidden}.creative-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.creative-card:hover .creative-img-wrap img{transform:scale(1.08)}.creative-badge-top{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:9999px;padding:4px 10px;font-size:.725rem;font-weight:800;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #ea580c66}.creative-icon-pill{color:#ea580c;background:#fffffff2;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex;position:absolute;bottom:12px;left:12px;box-shadow:0 4px 10px #00000026}.creative-card:hover .creative-icon-pill{color:#fff;background:#ea580c;transform:scale(1.1)}.industry-section-wrap{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:3.5rem}.industry-tabs-nav{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:2.5rem;display:flex}.industry-tab-btn{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:.7rem 1.4rem;font-size:.925rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 4px #00000005}.industry-tab-btn:hover{color:#0284c7;border-color:#0284c7;transform:translateY(-2px);box-shadow:0 6px 14px #0284c714}.industry-tab-btn.active{color:#fff;background:linear-gradient(135deg,#021a36 0%,#032b56 100%);border-color:#021a36;box-shadow:0 8px 20px -4px #022b564d}.industry-showcase-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;grid-template-columns:1.1fr 1fr;align-items:center;gap:3rem;padding:2.5rem;display:grid;box-shadow:0 20px 40px -15px #022b5614}.industry-visual-wrap{background:#020617;border:1px solid #334155;border-radius:16px;height:310px;position:relative;overflow:hidden;box-shadow:0 15px 30px -10px #0000004d}.industry-visual-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.industry-visual-wrap:hover .industry-visual-img{transform:scale(1.06)}.industry-visual-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#34d399;text-transform:uppercase;background:#021a36d9;border:1px solid #34d3994d;border-radius:9999px;padding:4px 12px;font-size:.775rem;font-weight:700;position:absolute;top:14px;left:14px}.industry-visual-overlay{color:#fff;background:linear-gradient(#0000 0%,#021a36f2 100%);padding:1.5rem 1.25rem 1rem;position:absolute;bottom:0;left:0;right:0}.industry-visual-title{margin-bottom:2px;font-size:1.05rem;font-weight:800}.industry-visual-sub{color:#94a3b8;font-size:.8rem}@media (width<=1024px){.services-grid,.creative-services-grid{grid-template-columns:repeat(2,1fr)}.industry-showcase-card{grid-template-columns:1fr;gap:2rem;padding:2rem}}@media (width<=640px){.services-grid,.creative-services-grid{grid-template-columns:1fr}.industry-tabs-nav{grid-template-columns:1fr 1fr;gap:8px;display:grid}.industry-tab-btn{justify-content:center;padding:.6rem .8rem;font-size:.8rem}}.product-hero-container{text-align:center;background:linear-gradient(#022b560d 0%,#fff0 100%);border-radius:24px;margin-bottom:2.5rem;padding:4rem 1.5rem 3rem;position:relative;overflow:hidden}.product-hero-bg-canvas{pointer-events:none;z-index:0;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.product-hero-content{z-index:1;max-width:860px;margin:0 auto;position:relative}.product-hero-badge{color:#0284c7;letter-spacing:.05em;text-transform:uppercase;background:#0284c71a;border:1px solid #0284c740;border-radius:9999px;align-items:center;gap:8px;margin-bottom:1.25rem;padding:6px 16px;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #0284c714}.product-hero-title{color:#032b56;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.75rem;font-weight:850;line-height:1.2}.product-hero-title .text-gradient{background:linear-gradient(135deg,#0284c7 0%,#06b6d4 50%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.product-hero-subtitle{color:#475569;max-width:760px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.65}.hero-node-flow-bar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:1.5rem;padding:10px 20px;display:flex;box-shadow:0 10px 25px -5px #0000000a}.hero-node-chip{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:.825rem;font-weight:700;display:flex}.hero-node-arrow{color:#0284c7;font-weight:900;animation:1.5s infinite alternate pulseArrow}@keyframes pulseArrow{0%{opacity:.4;transform:translate(-2px)}to{opacity:1;transform:translate(2px)}}@media (width<=768px){.product-hero-title{font-size:2rem}.product-hero-subtitle{font-size:.975rem}}.product-filter-wrapper{flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.product-filter-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:1100px;margin:0 auto;display:flex}.filter-tab-btn{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;align-items:center;gap:6px;padding:8px 16px;font-size:.825rem;font-weight:700;transition:all .22s ease-in-out;display:inline-flex}.filter-tab-btn:hover{color:#0284c7;background:#0284c70a;border-color:#0284c7;transform:translateY(-1px)}.filter-tab-btn.active{color:#fff;background:#0284c7;border-color:#0284c7;box-shadow:0 4px 14px #0284c74d}.product-search-box{width:100%;max-width:440px;position:relative}.product-search-input{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1;border-radius:14px;outline:none;width:100%;padding:10px 16px 10px 42px;font-size:.9rem;transition:all .2s;box-shadow:0 4px 12px #00000008}.product-search-input:focus{border-color:#0284c7;box-shadow:0 0 0 3.5px #0284c726}.product-search-icon{color:#64748b;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.product-search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.product-search-clear:hover{color:#0f172a;background:#f1f5f9}.prod-card-box{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.prod-card-box:before{content:"";opacity:0;background:linear-gradient(90deg,#0284c7,#10b981);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.prod-card-box:hover{border-color:#38bdf8;transform:translateY(-6px);box-shadow:0 20px 40px -10px #0284c726}.prod-card-box:hover:before{opacity:1}.prod-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.prod-card-icon-wrap{color:#0284c7;background:#0284c714;border:1px solid #0284c726;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex}.prod-card-box:hover .prod-card-icon-wrap{color:#fff;background:#0284c7}.prod-card-cat-badge{color:#0284c7;text-transform:uppercase;background:#0284c714;border-radius:9999px;padding:4px 10px;font-size:.725rem;font-weight:800}.prod-card-title{color:#032b56;margin-bottom:.35rem;font-size:1.35rem;font-weight:800;line-height:1.3}.prod-card-tagline{color:#10b981;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.prod-card-desc{color:#64748b;margin-bottom:1.25rem;font-size:.9rem;line-height:1.55}.prod-card-features-list{flex-wrap:wrap;gap:6px;margin-bottom:1.5rem;display:flex}.prod-card-ft-pill{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600}.prod-card-preview-wrap{border-radius:12px;width:100%;height:160px;margin-bottom:1.25rem;position:relative;overflow:hidden}.prod-card-preview-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.prod-card-box:hover .prod-card-preview-img{transform:scale(1.06)}.prod-card-btn{color:#0284c7;cursor:pointer;background:#fff;border:1.5px solid #0284c7;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.prod-card-btn:hover{color:#fff;background:#0284c7;box-shadow:0 4px 14px #0284c74d}.sim-dashboard-container{color:#f8fafc;background:#07192e;border:1px solid #0284c74d;border-radius:20px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #0006}.sim-dashboard-topbar{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.sim-dashboard-title-group{align-items:center;gap:10px;display:flex}.sim-dashboard-title{color:#fff;font-size:1.1rem;font-weight:800}.sim-dashboard-status-tag{color:#10b981;text-transform:uppercase;background:#10b98126;border-radius:9999px;align-items:center;gap:6px;padding:3px 10px;font-size:.725rem;font-weight:800;display:flex}.sim-pulse-indicator{background:#10b981;border-radius:50%;width:8px;height:8px;animation:1.2s infinite alternate liveBlink;box-shadow:0 0 10px #10b981}@keyframes liveBlink{0%{opacity:.3}to{opacity:1}}.edumanage-mode-tabs{background:#0f172acc;border:1px solid #ffffff1a;border-radius:12px;gap:6px;padding:4px;display:flex}.edumanage-mode-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-size:.775rem;font-weight:700;transition:all .2s}.edumanage-mode-btn.active{color:#fff;background:#0284c7;box-shadow:0 2px 8px #0284c766}.sim-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-bottom:1.25rem;display:grid}.sim-metric-card{background:#0f172a99;border:1px solid #ffffff14;border-radius:12px;padding:12px}.sim-metric-label{color:#94a3b8;margin-bottom:4px;font-size:.725rem;font-weight:600}.sim-metric-val{color:#fff;font-size:1.35rem;font-weight:850}.sim-metric-trend{color:#10b981;margin-top:2px;font-size:.7rem;font-weight:700}.sim-columns-kanban{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;margin-top:1rem;display:grid}.sim-kanban-col{background:#0f172ab3;border:1px solid #ffffff14;border-radius:10px;padding:8px}.sim-kanban-header{color:#38bdf8;text-transform:uppercase;border-bottom:1px solid #ffffff1a;margin-bottom:8px;padding-bottom:4px;font-size:.675rem;font-weight:800}.sim-kanban-card{color:#e2e8f0;background:#1e293be6;border-left:3px solid #0284c7;border-radius:6px;margin-bottom:6px;padding:6px 8px;font-size:.7rem}.scada-gauge-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.scada-gauge-box{text-align:center;background:#0f172acc;border:1px solid #10b9814d;border-radius:12px;padding:12px}.scada-gauge-title{color:#94a3b8;font-size:.725rem;font-weight:700}.scada-gauge-value{color:#34d399;margin:6px 0;font-size:1.5rem;font-weight:900}.sim-progress-bar-wrap{background:#ffffff1a;border-radius:9999px;width:100%;height:6px;margin-top:6px;overflow:hidden}.sim-progress-bar-fill{background:linear-gradient(90deg,#0284c7,#10b981);border-radius:9999px;height:100%;transition:width .6s}.product-architecture-box{color:#fff;background:#031b34;border:1px solid #0284c74d;border-radius:16px;margin-top:1.25rem;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000040}.architecture-header-title{letter-spacing:.05em;color:#38bdf8;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:1rem;font-size:.85rem;font-weight:800;display:flex}.architecture-flow-nodes{justify-content:space-between;align-items:center;gap:8px;padding-bottom:.5rem;display:flex;overflow-x:auto}.architecture-node-card{text-align:center;background:#0f172acc;border:1px solid #38bdf840;border-radius:12px;flex:1;min-width:100px;padding:10px 14px;transition:all .25s;position:relative}.architecture-node-card:hover{background:#0284c733;border-color:#38bdf8;transform:translateY(-2px)}.architecture-node-step{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:.65rem;font-weight:900}.architecture-node-label{color:#f8fafc;font-size:.8rem;font-weight:700;line-height:1.2}.architecture-connector-line{color:#38bdf8;flex-shrink:0;justify-content:center;align-items:center;width:24px;display:flex;position:relative}.architecture-pulse-dot{background:#38bdf8;border-radius:50%;width:6px;height:6px;animation:1.8s linear infinite movePulse;box-shadow:0 0 8px #38bdf8}@keyframes movePulse{0%{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.4)}to{opacity:.2;transform:scale(.8)}}@media (width<=768px){.architecture-flow-nodes{flex-direction:column;align-items:stretch}.architecture-connector-line{width:100%;height:18px;transform:rotate(90deg)}}.ecosystem-container{color:#fff;text-align:center;background:linear-gradient(#031b34 0%,#021226 100%);border:1px solid #0284c74d;border-radius:24px;margin-top:4rem;margin-bottom:3.5rem;padding:3.5rem 2rem;position:relative;overflow:hidden;box-shadow:0 25px 60px #0006}.ecosystem-badge{color:#38bdf8;letter-spacing:.05em;text-transform:uppercase;background:#38bdf81f;border:1px solid #38bdf84d;border-radius:9999px;margin-bottom:.75rem;padding:4px 14px;font-size:.775rem;font-weight:800;display:inline-block}.ecosystem-title{color:#fff;margin-bottom:.75rem;font-size:2.25rem;font-weight:850}.ecosystem-subtitle{color:#94a3b8;max-width:680px;margin:0 auto 2.5rem;font-size:1rem;line-height:1.6}.ecosystem-tree-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;max-width:1100px;margin:0 auto;display:grid}.ecosystem-node-card{text-align:left;cursor:pointer;background:#0f172acc;border:1px solid #ffffff1a;border-radius:14px;padding:1rem;transition:all .25s}.ecosystem-node-card:hover{background:#0284c740;border-color:#38bdf8;transform:translateY(-3px);box-shadow:0 10px 25px #0284c733}.ecosystem-node-name{color:#fff;margin-bottom:2px;font-size:.95rem;font-weight:800}.ecosystem-node-cat{color:#38bdf8;font-size:.725rem;font-weight:700}.product-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2100;background:#021a36d9;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out fadeInModal;display:flex;position:fixed;inset:0}@keyframes fadeInModal{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.product-modal-box{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:960px;max-height:92vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000080}.product-modal-close{color:#64748b;cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.product-modal-close:hover{color:#0f172a;background:#e2e8f0}.product-modal-header{background:linear-gradient(#f8fafc 0%,#fff 100%);border-bottom:1px solid #e2e8f0;padding:2.5rem 2.5rem 1.5rem}.product-modal-badge{color:#0284c7;letter-spacing:.05em;background:#0284c71a;border-radius:9999px;margin-bottom:.75rem;padding:4px 12px;font-size:.75rem;font-weight:800;display:inline-block}.product-modal-title{color:#032b56;margin-bottom:.5rem;font-size:2.25rem;font-weight:850;line-height:1.25}.product-modal-tagline{color:#10b981;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.product-modal-body{flex-direction:column;gap:2rem;padding:2.5rem;display:flex}.product-modal-features-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}.product-feature-chip{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;font-weight:600;display:flex}.product-modal-pricing-section{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.5rem;box-shadow:0 4px 16px #022b560a}.product-pricing-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.product-pricing-badge{color:#0284c7;letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:6px;font-size:.75rem;font-weight:800;display:inline-flex}.product-pricing-title{color:#032b56;margin:2px 0 0;font-size:1.25rem;font-weight:850}.product-pricing-discount-pill{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:5px 12px;font-size:.75rem;font-weight:800}.product-pricing-table-container{border:1px solid #e2e8f0;border-radius:14px;overflow-x:auto}.product-modal-pricing-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.product-modal-pricing-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.product-modal-pricing-table th{color:#475569;text-transform:uppercase;letter-spacing:.04em;padding:12px 16px;font-size:.775rem;font-weight:800}.product-modal-pricing-table td{vertical-align:middle;color:#334155;border-bottom:1px solid #f1f5f9;padding:14px 16px}.product-modal-pricing-table tr:last-child td{border-bottom:none}.product-modal-pricing-table tbody tr:hover{background:#f8fafc}.product-modal-pricing-table tbody tr.popular-tier-row{background:#0284c708}.plan-name-cell{color:#032b56;flex-wrap:wrap;align-items:center;gap:8px;font-weight:800;display:flex}.plan-title{color:#032b56;font-size:.95rem;font-weight:850}.popular-tag{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#0284c7;border-radius:9999px;padding:2px 8px;font-size:.675rem;font-weight:800}.plan-emp-cell{color:#475569;font-weight:600}.plan-price-cell{color:#0284c7;font-weight:800}.price-val{color:#0284c7;font-size:.975rem;font-weight:850}.plan-bestfor-cell{color:#64748b;font-size:.825rem}.product-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom-right-radius:24px;border-bottom-left-radius:24px;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex}@media (width<=768px){.product-modal-header,.product-modal-body,.product-modal-footer{padding:1.5rem}.product-modal-title{font-size:1.65rem}.product-modal-footer{flex-direction:column;align-items:stretch;gap:12px}.product-modal-pricing-table th,.product-modal-pricing-table td{padding:10px 12px;font-size:.8rem}}.products-tabs-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;margin-bottom:2.5rem;display:flex}.product-tab-btn{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;padding:.9rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 4px #00000008}.product-tab-btn:hover{color:#0284c7;border-color:#0284c7;transform:translateY(-2px);box-shadow:0 6px 14px #0284c714}.product-tab-btn.active{color:#fff;background:linear-gradient(135deg,#021a36 0%,#032b56 100%);border-color:#021a36;box-shadow:0 10px 20px -5px #022b564d}.product-tab-btn.active .tab-icon{color:#34d399}.product-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;grid-template-columns:1.15fr 1.05fr;align-items:start;gap:3.5rem;padding:2.75rem;transition:opacity .3s,transform .3s;display:grid;position:relative;box-shadow:0 20px 45px -15px #022b5614}.product-info-col{flex-direction:column;display:flex}.product-meta-header{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:.85rem;display:flex}.product-top-badge{color:#059669;letter-spacing:.06em;text-transform:uppercase;background:#10b9811f;border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:800;display:inline-flex}.product-category-tag{color:#0284c7;background:#0284c71a;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:700}.product-name{color:#032b56;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.35rem;font-weight:800;line-height:1.2}.product-desc{color:#475569;margin-bottom:1.75rem;font-size:1rem;line-height:1.7}.product-tech-stack{margin-bottom:1.75rem}.product-tech-label{text-transform:uppercase;color:#94a3b8;letter-spacing:.06em;margin-bottom:8px;font-size:.75rem;font-weight:800;display:block}.product-tech-badges-list{flex-wrap:wrap;gap:8px;display:flex}.prod-tech-chip{color:#03498b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:5px;padding:4px 11px;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex}.prod-tech-chip:hover{color:#0284c7;background:#f1f5f9;border-color:#0284c7}.product-features-heading{text-transform:uppercase;color:#032b56;letter-spacing:.05em;margin-bottom:10px;font-size:.875rem;font-weight:800}.product-features-grid{grid-template-columns:1fr 1fr;gap:10px 14px;margin-bottom:1.75rem;display:grid}.product-feature-item{color:#334155;align-items:flex-start;gap:8px;font-size:.875rem;font-weight:500;line-height:1.4;display:flex}.product-feature-item svg{color:#10b981;flex-shrink:0;margin-top:2px}.product-stats-strip{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:1.75rem;padding:12px 16px;display:grid}.product-stat-val{color:#032b56;font-size:1.15rem;font-weight:800}.product-stat-lbl{color:#64748b;text-transform:uppercase;font-size:.725rem;font-weight:600}.product-media-showcase-col{flex-direction:column;gap:1rem;display:flex}.media-mode-bar{background:#f1f5f9;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;padding:4px;display:flex}.media-mode-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.825rem;font-weight:700;transition:all .2s;display:flex}.media-mode-btn.active{color:#fff;background:#032b56;box-shadow:0 2px 6px #022b5633}.media-player-box{background:#020617;border:1px solid #334155;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 20px 35px -10px #00000059}.product-demo-video{object-fit:cover;width:100%;height:300px;display:block}.video-overlay-bar{color:#fff;background:linear-gradient(#02061700 0%,#020617f2 100%);justify-content:space-between;align-items:center;padding:1rem 1.25rem .85rem;display:flex;position:absolute;bottom:0;left:0;right:0}.video-status-indicator{align-items:center;gap:8px;font-size:.8rem;font-weight:600;display:flex}.video-live-dot{background-color:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulseGlow}.gallery-display-box{flex-direction:column;gap:10px;display:flex}.gallery-main-img-wrap{border:1px solid #e2e8f0;border-radius:16px;height:250px;position:relative;overflow:hidden;box-shadow:0 10px 20px -5px #0000001a}.gallery-main-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-main-img-wrap:hover .gallery-main-img{transform:scale(1.03)}.gallery-caption-overlay{color:#fff;background:linear-gradient(#0000 0%,#021a36eb 100%);padding:1.25rem 1rem .75rem;position:absolute;bottom:0;left:0;right:0}.gallery-caption-title{margin-bottom:2px;font-size:.9rem;font-weight:700}.gallery-caption-sub{color:#cbd5e1;font-size:.775rem}.gallery-thumbs-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.gallery-thumb-card{cursor:pointer;border:2px solid #0000;border-radius:10px;height:80px;transition:all .2s;position:relative;overflow:hidden}.gallery-thumb-card.active{border-color:#10b981;box-shadow:0 0 10px #10b98166}.gallery-thumb-card img{object-fit:cover;width:100%;height:100%}.product-telemetry-col{color:#fff;background:#0f172a;border:1px solid #334155;border-radius:16px;padding:1.75rem;box-shadow:0 20px 35px -10px #0006}.telemetry-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.85rem;display:flex}.telemetry-badge{color:#34d399;background:#10b98126;border:1px solid #34d3994d;border-radius:9999px;align-items:center;gap:6px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.telemetry-metrics-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.metric-tile{text-align:center;background:#1e293bb3;border:1px solid #ffffff14;border-radius:10px;padding:.75rem}.metric-tile .m-val{color:#38bdf8;margin-bottom:2px;font-size:1.05rem;font-weight:800}.metric-tile .m-lbl{color:#94a3b8;text-transform:uppercase;font-size:.68rem}.telemetry-logs-box{color:#a7f3d0;background:#020617;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:5px;margin-bottom:1rem;padding:.85rem;font-family:Courier New,monospace;font-size:.75rem;display:flex}.telemetry-logs-box .log-line{align-items:center;gap:8px;display:flex}.log-time{color:#64748b}.log-ok{color:#34d399;font-weight:700}@media (width<=1024px){.product-detail-card{grid-template-columns:1fr;gap:2.25rem;padding:2rem}.product-features-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.products-tabs-nav{grid-template-columns:1fr 1fr;gap:8px;display:grid}.product-tab-btn{justify-content:center;padding:.75rem 1rem;font-size:.85rem}.product-detail-card{padding:1.5rem}.product-name{font-size:1.75rem}.product-features-grid{grid-template-columns:1fr}.product-stats-strip{grid-template-columns:1fr;gap:8px}}.products-category-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.prod-cat-tab-btn{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .25s;box-shadow:0 1px 3px #00000005}.prod-cat-tab-btn:hover{color:#0284c7;border-color:#0284c7;transform:translateY(-1px)}.prod-cat-tab-btn.active{color:#fff;background:linear-gradient(135deg,#021a36 0%,#032b56 100%);border-color:#021a36;box-shadow:0 4px 12px #022b5640}.products-portfolio-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000008}.product-card:hover{border-color:#0284c7;transform:translateY(-6px);box-shadow:0 20px 35px -10px #022b561f,0 0 15px #10b9811a}.product-card.selected{border-color:#10b981;box-shadow:0 10px 25px -5px #10b98133}.product-card-img-wrap{background:#021a36;height:165px;position:relative;overflow:hidden}.product-card-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card-img-wrap img{transform:scale(1.07)}.product-card-overlay{background:linear-gradient(#021a3626 0%,#021a36d9 100%);justify-content:space-between;align-items:flex-end;padding:1rem 1.25rem;display:flex;position:absolute;inset:0}.product-card-icon-pill{color:#0284c7;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex;box-shadow:0 4px 10px #00000026}.product-card:hover .product-card-icon-pill{color:#fff;background:linear-gradient(135deg,#10b981 0%,#0284c7 100%);transform:scale(1.1)}.product-card-badge{text-transform:uppercase;letter-spacing:.05em;color:#032b56;background:#fffffff2;border-radius:9999px;padding:4px 10px;font-size:.7rem;font-weight:800}.product-status-tag{text-transform:uppercase;color:#fff;background:#10b981e6;border-radius:9999px;padding:3px 8px;font-size:.68rem;font-weight:800;position:absolute;top:10px;right:10px;box-shadow:0 2px 6px #0003}.product-card-body{flex-direction:column;flex-grow:1;padding:1.5rem 1.6rem;display:flex}.product-card-title{color:#032b56;font-size:1.2rem;font-weight:800;line-height:1.3}.product-card-cat{color:#0284c7;background:#0284c714;border-radius:4px;padding:2px 8px;font-size:.725rem;font-weight:700}.product-card-desc{color:#64748b;flex-grow:1;margin-bottom:1.1rem;font-size:.875rem;line-height:1.6}.product-card-features{flex-direction:column;gap:6px;margin:0 0 1.1rem;padding:0;list-style:none;display:flex}.product-card-features li{color:#334155;align-items:center;gap:7px;font-size:.825rem;font-weight:500;display:flex}.product-card-tech-list{flex-wrap:wrap;gap:5px;margin-bottom:1.25rem;display:flex}.prod-tech-chip-sm{color:#03498b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:2px 7px;font-size:.7rem;font-weight:700}.product-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;padding-top:1rem;display:flex}@media (width<=1024px){.products-portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.products-portfolio-grid{grid-template-columns:1fr}}.clients-section-wrapper{background:#fff;padding:3.5rem 0 4.5rem;position:relative}.clients-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;margin-bottom:3rem;display:grid}.client-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:center;padding:2.25rem 1.5rem;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #00000008}.client-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0284c7 0%,#10b981 100%);height:4px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.client-card:hover{border-color:#38bdf8;transform:translateY(-6px);box-shadow:0 20px 40px -10px #0284c726}.client-card:hover:before{opacity:1}.client-logo-box{justify-content:center;align-items:center;width:100%;height:65px;margin-bottom:1.25rem;padding:.25rem;display:flex}.client-logo-img{object-fit:contain;max-width:180px;max-height:52px;transition:transform .35s}.client-card:hover .client-logo-img{transform:scale(1.05)}.client-name{color:#032b56;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.6rem;font-size:1.15rem;font-weight:900}.client-industry{color:#0284c7;background:#0284c714;border-radius:9999px;margin-bottom:1.5rem;padding:6px 14px;font-size:.8rem;font-weight:700;line-height:1.3}.client-case-btn{color:#0284c7;cursor:pointer;background:#fff;border:1px solid #bae6fd;border-radius:8px;align-items:center;gap:6px;padding:7px 16px;font-size:.825rem;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex}.client-case-btn:hover{color:#fff;background:#0284c7;border-color:#0284c7;box-shadow:0 4px 12px #0284c740}.marquee-label-heading{color:#475569;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:850}.client-logo-strip-container{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;border-radius:16px;margin-top:.75rem;padding:1.25rem 0;position:relative;overflow:hidden}.client-logo-strip-track{align-items:center;gap:2.5rem;width:max-content;animation:28s linear infinite logoScroll;display:flex}.client-logo-strip-container:hover .client-logo-strip-track{animation-play-state:paused}.strip-logo-item{white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:12px;padding:8px 20px;display:flex;box-shadow:0 2px 8px #00000008}.strip-logo-img{object-fit:contain;max-width:110px;height:24px}.strip-logo-text{color:#032b56;letter-spacing:.04em;font-size:.85rem;font-weight:850}@keyframes logoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.client-logo-strip-track{animation:none}}@media (width<=1024px){.clients-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.clients-grid{grid-template-columns:1fr}}.case-category-filter-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.case-cat-btn{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .25s;box-shadow:0 1px 3px #00000005}.case-cat-btn:hover{color:#0284c7;border-color:#0284c7;transform:translateY(-1px)}.case-cat-btn.active{color:#fff;background:linear-gradient(135deg,#021a36 0%,#032b56 100%);border-color:#021a36;box-shadow:0 4px 12px #022b5640}.case-studies-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.case-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #022b560a}.case-card:hover{border-color:#0284c7;transform:translateY(-6px);box-shadow:0 20px 35px -10px #022b561f}.case-card-img-wrap{background:#021a36;height:190px;position:relative;overflow:hidden}.case-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.case-card:hover .case-card-img{transform:scale(1.07)}.case-card-video{object-fit:cover;width:100%;height:100%;display:block}.case-card-gradient-overlay{background:linear-gradient(#0000 40%,#021a36d9 100%);position:absolute;inset:0}.case-image-fallback{text-align:center;background:linear-gradient(135deg,#021a36 0%,#0f172a 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.case-industry{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#38bdf8;text-transform:uppercase;z-index:2;background:#021a36d9;border:1px solid #38bdf84d;border-radius:9999px;padding:4px 10px;font-size:.725rem;font-weight:800;position:absolute;top:12px;left:12px}.case-video-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:2;background:#0f172ad9;border:1px solid #fff3;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:.75rem;font-weight:700;transition:all .2s;display:flex;position:absolute;bottom:12px;right:12px}.case-video-btn:hover{color:#fff;background:#10b981;border-color:#10b981}.case-card-body{flex-direction:column;flex-grow:1;padding:1.5rem 1.6rem;display:flex}.case-title{color:#032b56;margin-bottom:1rem;font-size:1.15rem;font-weight:800;line-height:1.35}.case-section-block{margin-bottom:.85rem}.case-section-lbl{text-transform:uppercase;color:#0284c7;letter-spacing:.05em;margin-bottom:2px;font-size:.725rem;font-weight:800}.case-section-txt{color:#475569;font-size:.875rem;line-height:1.55}.case-impact-list{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:5px;margin-top:4px;padding:8px 10px;display:flex}.case-impact-item{color:#334155;align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.case-tech-row{flex-wrap:wrap;gap:5px;margin-bottom:1.25rem;display:flex}.case-tech-pill{color:#03498b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:2px 7px;font-size:.7rem;font-weight:700}.case-card-actions{align-items:center;gap:8px;margin-top:auto;display:flex}@media (width<=1200px){.case-studies-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.case-products-grid,.impact-pillar-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=640px){.case-studies-grid{grid-template-columns:1fr}.case-products-grid,.impact-pillar-grid{grid-template-columns:1fr!important}.case-category-filter-bar{flex-wrap:wrap;gap:6px;display:flex}.case-cat-btn{padding:6px 12px;font-size:.78rem}}.testimonials-metrics-banner{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1rem;margin-bottom:3rem;padding:1.5rem 2rem;display:flex;box-shadow:0 10px 25px -5px #0000000a}.metric-box{text-align:center}.metric-num{color:#032b56;font-size:2rem;font-weight:850}.metric-label{color:#64748b;margin-top:2px;font-size:.825rem;font-weight:700}.metric-divider{background:#e2e8f0;width:1px;height:40px}.featured-testimonial-box{color:#fff;background:linear-gradient(135deg,#021a36 0%,#032b56 100%);border-radius:24px;padding:3rem 2.5rem;position:relative;box-shadow:0 20px 45px #022b5640}.featured-top-tag{color:#34d399;background:#10b98126;border-radius:9999px;align-items:center;gap:6px;margin-bottom:1.25rem;padding:4px 12px;font-size:.775rem;font-weight:800;display:inline-flex}.featured-quote{color:#f8fafc;margin-bottom:2rem;font-size:1.25rem;font-style:italic;font-weight:600;line-height:1.7}.featured-author-row{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.featured-avatar{object-fit:cover;border:2px solid #10b981;border-radius:50%;width:54px;height:54px}.featured-author-name{color:#fff;font-size:1.1rem;font-weight:800}.featured-author-role{color:#cbd5e1;font-size:.85rem}.testimonial-filter-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.testimonial-tab-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;padding:8px 16px;font-size:.825rem;font-weight:700;transition:all .2s}.testimonial-tab-btn:hover{color:#0284c7;border-color:#0284c7}.testimonial-tab-btn.active{color:#fff;background:#0284c7;border-color:#0284c7;box-shadow:0 4px 12px #0284c74d}.testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;padding:2.25rem;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 25px -5px #0000000a}.testimonial-card:hover{border-color:#38bdf8;transform:translateY(-5px);box-shadow:0 20px 40px -10px #022b561f}.testimonial-cat-badge{color:#0284c7;background:#0284c714;border-radius:9999px;padding:3px 10px;font-size:.725rem;font-weight:800}.testimonial-stars{gap:4px;display:flex}.testimonial-quote{color:#334155;margin-bottom:1.75rem;font-size:.975rem;font-style:italic;line-height:1.65}.testimonial-author{border-top:1px solid #f1f5f9;align-items:center;gap:12px;padding-top:1.25rem;display:flex}.author-avatar{object-fit:cover;border:2px solid #10b981;border-radius:50%;width:48px;height:48px}.author-name{color:#032b56;font-size:.95rem;font-weight:800}.author-role{color:#64748b;font-size:.8rem}@media (width<=768px){.metric-divider{display:none}}.blog-category-filter-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.blog-cat-btn{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .25s;box-shadow:0 1px 3px #00000005}.blog-cat-btn:hover{color:#0284c7;border-color:#0284c7;transform:translateY(-1px)}.blog-cat-btn.active{color:#fff;background:linear-gradient(135deg,#021a36 0%,#032b56 100%);border-color:#021a36;box-shadow:0 4px 12px #022b5640}.featured-blog-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;transition:all .35s;overflow:hidden;box-shadow:0 15px 35px -10px #022b5614}.featured-blog-card:hover{border-color:#0284c7;box-shadow:0 25px 45px -10px #022b5626}.featured-blog-grid{grid-template-columns:1fr 1fr;display:grid}.featured-blog-img-wrap{background:#021a36;height:100%;min-height:320px;position:relative;overflow:hidden}.featured-blog-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.featured-blog-card:hover .featured-blog-img{transform:scale(1.05)}.featured-blog-video{object-fit:cover;width:100%;height:100%;display:block}.featured-badge{color:#fff;letter-spacing:.05em;z-index:2;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:9999px;padding:4px 12px;font-size:.725rem;font-weight:800;position:absolute;top:16px;left:16px;box-shadow:0 4px 10px #10b9814d}.featured-blog-content{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.featured-blog-title{color:#032b56;margin-bottom:.85rem;font-size:1.6rem;font-weight:800;line-height:1.3}.featured-blog-summary{color:#475569;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.blog-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #022b560a}.blog-card:hover{border-color:#0284c7;transform:translateY(-6px);box-shadow:0 20px 35px -10px #022b561f}.blog-card-img-wrap{background:#021a36;height:185px;position:relative;overflow:hidden}.blog-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-card-img{transform:scale(1.07)}.blog-card-video{object-fit:cover;width:100%;height:100%;display:block}.blog-image-fallback{text-align:center;background:linear-gradient(135deg,#021a36 0%,#0f172a 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.blog-category-badge{color:#38bdf8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;z-index:2;background:#021a36d9;border:1px solid #38bdf84d;border-radius:9999px;padding:4px 10px;font-size:.725rem;font-weight:800;position:absolute;top:12px;left:12px}.blog-readtime-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#021a36d9;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:4px;padding:4px 9px;font-size:.725rem;font-weight:700;display:flex;position:absolute;top:12px;right:12px}.blog-video-toggle-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:2;background:#0f172ad9;border:1px solid #fff3;border-radius:6px;align-items:center;gap:5px;padding:4px 9px;font-size:.725rem;font-weight:700;transition:all .2s;display:flex;position:absolute;bottom:12px;right:12px}.blog-video-toggle-btn:hover{background:#10b981;border-color:#10b981}.blog-card-body{flex-direction:column;flex-grow:1;padding:1.5rem 1.6rem;display:flex}.blog-title{color:#032b56;margin-bottom:.65rem;font-size:1.15rem;font-weight:800;line-height:1.35}.blog-summary{color:#475569;flex-grow:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.blog-tags{flex-wrap:wrap;gap:5px;margin-bottom:1.25rem;display:flex}.blog-tag-pill{color:#03498b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:2px 7px;font-size:.7rem;font-weight:700}.blog-footer-meta{color:#64748b;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:.85rem;font-size:.8rem;font-weight:600;display:flex}@media (width<=1200px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=900px){.featured-blog-grid{grid-template-columns:1fr}.featured-blog-img-wrap{height:240px;min-height:240px}}@media (width<=640px){.blog-grid{grid-template-columns:1fr}.blog-category-filter-bar{flex-wrap:wrap;gap:6px;display:flex}.blog-cat-btn{padding:6px 12px;font-size:.78rem}}.clients-page-container{background:#fff;min-height:100vh}.clients-hero-section{text-align:center;background:linear-gradient(#f0fdf4 0%,#f8fafc 100%);border-bottom:1px solid #e2e8f0;padding:5.5rem 0 3.5rem;position:relative}.clients-hero-badge{color:#032b56;letter-spacing:.08em;background:#fff;border:1px solid #cbd5e1;border-radius:9999px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 16px;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:0 2px 10px #0000000a}.badge-pulse-dot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseBeacon;box-shadow:0 0 0 3px #10b98140}.clients-hero-title{color:#032b56;letter-spacing:-.02em;max-width:900px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:900;line-height:1.2}.clients-hero-subtitle{color:#475569;max-width:760px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.65}.clients-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:960px;margin:0 auto;display:grid}.client-stat-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem 1rem;transition:transform .3s,border-color .3s;box-shadow:0 4px 16px #00000005}.client-stat-card:hover{border-color:#0284c7;transform:translateY(-3px)}.client-stat-value{color:#032b56;margin-bottom:.25rem;font-size:1.9rem;font-weight:900}.client-stat-label{color:#64748b;font-size:.825rem;font-weight:700}.clients-cta-banner{color:#fff;background:#032b56;margin-top:2rem;padding:4.5rem 0}.clients-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;display:flex}.clients-cta-text{max-width:650px}.clients-cta-text h3{color:#fff;margin-bottom:.75rem;font-size:1.85rem;font-weight:850}.clients-cta-text p{color:#94a3b8;font-size:1rem;line-height:1.6}.clients-cta-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-outline-white{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #ffffff40;border-radius:9999px;padding:.75rem 1.75rem;font-weight:700;transition:all .25s}.btn-outline-white:hover{color:#fff;background:#ffffff1a;border-color:#fff}@media (width<=900px){.clients-stats-grid{grid-template-columns:repeat(2,1fr)}.clients-cta-inner{text-align:center;flex-direction:column}.clients-cta-actions{justify-content:center}}@media (width<=500px){.clients-stats-grid{grid-template-columns:1fr}}
