.layout{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.layout-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #E5E7EB;transition:box-shadow .2s}.layout-header.scrolled{box-shadow:0 1px 3px #0000000d}.layout-header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 768px){.layout-header-inner{padding:0 2rem}}.layout-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.layout-logo-text{display:flex;flex-direction:column}.layout-logo-title{font-size:1.125rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.5px}.layout-logo-tagline{font-size:.75rem;color:#6b7280;font-weight:500;font-style:italic;text-transform:lowercase}.layout-nav{display:none}@media (min-width: 768px){.layout-nav{display:flex;align-items:center;gap:.25rem}}.layout-nav-link{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#475569;text-decoration:none;transition:color .2s}.layout-nav-link:hover,.layout-nav-link.active{color:#2563eb}.layout-dropdown{position:relative}.layout-dropdown-trigger{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#475569;cursor:pointer;transition:color .2s}.layout-dropdown-trigger:hover,.layout-dropdown-trigger.active{color:#2563eb}.layout-dropdown-arrow{transition:transform .2s}.layout-dropdown-arrow.open{transform:rotate(180deg)}.layout-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.25rem;width:13rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:.25rem 0}.layout-dropdown-item{display:block;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#111827;text-decoration:none;transition:background .2s,color .2s}.layout-dropdown-item:hover{background:#f8fafc}.layout-dropdown-item.active{background:#f1f5f9;color:#2563eb}.layout-cta-btn{display:none}@media (min-width: 768px){.layout-cta-btn{display:inline-flex;align-items:center;padding:.625rem 1.25rem;background:#2563eb;color:#fff;font-size:.875rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s}.layout-cta-btn:hover{background:#1e3a8a}}.layout-mobile-toggle{display:block;padding:.5rem;background:none;border:none;color:#111827;cursor:pointer}@media (min-width: 768px){.layout-mobile-toggle{display:none}}.layout-mobile-toggle svg{width:1.5rem;height:1.5rem}.layout-mobile-menu{display:block;border-top:1px solid #E5E7EB;background:#fff;padding:1rem}@media (min-width: 768px){.layout-mobile-menu{display:none}}.layout-mobile-nav{display:flex;flex-direction:column;gap:.25rem}.layout-mobile-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-weight:600;color:#475569;text-decoration:none}.layout-mobile-link.active{color:#2563eb}.layout-mobile-dropdown-trigger{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-weight:600;color:#475569;cursor:pointer}.layout-mobile-dropdown-trigger .layout-dropdown-arrow{margin-left:auto}.layout-mobile-dropdown-inner{padding-left:1.5rem;padding-top:.5rem;padding-bottom:.5rem}.layout-mobile-dropdown-link{display:block;padding:.5rem 0;font-size:.875rem;color:#475569;text-decoration:none}.layout-mobile-dropdown-link.active{color:#2563eb;font-weight:500}.layout-mobile-cta{margin-top:.5rem;margin-left:1rem;margin-right:1rem;padding:.75rem 1rem;background:#2563eb;color:#fff;font-weight:600;border-radius:8px;text-align:center;text-decoration:none;display:block}.layout-mobile-cta:hover{background:#1e3a8a}.layout-main{flex:1}.layout-footer{background:#0f172a;color:#fff;padding-top:4rem;padding-bottom:2rem}.layout-footer .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.layout-footer .container{padding:0 2rem}}.layout-footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width: 768px){.layout-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.layout-footer-grid{grid-template-columns:repeat(4,1fr)}}.layout-footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.layout-footer-desc{color:#94a3b8;font-size:.875rem;line-height:1.6}.layout-footer-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;margin-bottom:1rem}.layout-footer-links{list-style:none;padding:0;margin:0}.layout-footer-links li{margin-bottom:.5rem}.layout-footer-links a{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .2s}.layout-footer-links a:hover{color:#fff}.layout-footer-bottom{padding-top:2rem;border-top:1px solid #1E293B;display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 768px){.layout-footer-bottom{flex-direction:row;justify-content:space-between}}.layout-footer-copyright{color:#64748b;font-size:.875rem}.layout-footer-legal{display:flex;gap:1.5rem}.layout-footer-legal a{color:#64748b;font-size:.875rem;text-decoration:none;transition:color .2s}.layout-footer-legal a:hover{color:#fff}.layout-footer-social{display:flex;gap:1rem}.layout-footer-social a{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .2s}.layout-footer-social a:hover{color:#fff}.home-page{min-height:100vh}.home-hero{background:#f8fafc;padding:4rem 0}@media (min-width: 768px){.home-hero{padding:6rem 0}}.home-hero .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.home-hero .container{padding:0 2rem}}.home-hero-content{max-width:48rem}.home-hero-badge{font-size:.875rem;font-weight:600;color:#2563eb;margin-bottom:1rem}.home-hero-title{font-size:1.875rem;font-weight:700;color:#111827;line-height:1.2;margin-bottom:1.5rem}.home-hero-title .highlight{color:#2563eb}@media (min-width: 768px){.home-hero-title{font-size:2.25rem}}@media (min-width: 1024px){.home-hero-title{font-size:3rem}}.home-hero-desc{font-size:1.125rem;color:#475569;margin-bottom:2rem;max-width:36rem;line-height:1.6}.home-hero-tags{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.home-hero-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;font-size:.875rem;font-weight:500;color:#111827}.home-hero-ctas{display:flex;flex-wrap:wrap;gap:1rem}.home-btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#2563eb;color:#fff;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s}.home-btn-primary:hover{background:#1e3a8a}.home-btn-secondary{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border:2px solid #E5E7EB;color:#111827;font-weight:600;border-radius:8px;text-decoration:none;transition:border-color .2s,color .2s}.home-btn-secondary:hover{border-color:#2563eb;color:#2563eb}.home-section{padding:4rem 0}@media (min-width: 768px){.home-section{padding:6rem 0}}.home-section-white{background:#fff}.home-section-light{background:#f8fafc}.home-section-dark{background:#0f172a;color:#fff}.home-section .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.home-section .container{padding:0 2rem}}.home-section-header{text-align:center;margin-bottom:3rem}.home-section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.home-section-title{font-size:1.875rem}}.home-section-subtitle{color:#475569;max-width:42rem;margin:0 auto;line-height:1.6}.home-services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.home-services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.home-services-grid{grid-template-columns:repeat(3,1fr)}}.home-service-card{display:block;padding:1.5rem;background:#f8fafc;border:1px solid #E5E7EB;border-radius:8px;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.home-service-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #00000014}.home-service-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#1e3a8a;color:#fff;border-radius:8px;margin-bottom:1rem;transition:transform .2s}.home-service-card:hover .home-service-icon{transform:scale(1.02)}.home-service-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.home-service-desc{color:#475569;font-size:.875rem;line-height:1.5}.home-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 1024px){.home-metrics-grid{grid-template-columns:repeat(4,1fr)}}.home-metric-card{padding:1.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;text-align:center;transition:box-shadow .2s}.home-metric-card:hover{box-shadow:0 4px 12px #00000014}.home-metric-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#1e3a8a;color:#fff;border-radius:8px;margin:0 auto .75rem}.home-metric-number{font-size:1.5rem;font-weight:700;color:#111827}@media (min-width: 768px){.home-metric-number{font-size:1.875rem}}.home-metric-number .suffix{color:#2563eb}.home-metric-label{font-size:.875rem;font-weight:500;color:#475569;margin-top:.25rem}.home-experience{max-width:48rem;margin:0 auto;text-align:center}.home-experience-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}@media (min-width: 768px){.home-experience-title{font-size:1.875rem}}.home-experience-text{color:#475569;font-size:1.125rem;line-height:1.7;margin-bottom:1rem}.home-experience-text:last-of-type{margin-bottom:2rem}.home-industries-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.home-industries-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.home-industries-grid{grid-template-columns:repeat(4,1fr)}}.home-industry-card{padding:1.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;transition:border-color .2s,box-shadow .2s}.home-industry-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #00000014}.home-industry-name{font-weight:600;color:#111827;margin-bottom:.5rem}.home-industry-desc{font-size:.875rem;color:#475569}.home-tech-wrap{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.home-tech-tag{padding:.5rem 1rem;background:#f8fafc;border:1px solid #E5E7EB;border-radius:8px;font-size:.875rem;font-weight:500;color:#111827}.home-why-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.home-why-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.home-why-grid{grid-template-columns:repeat(4,1fr)}}.home-why-card{padding:1.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;transition:box-shadow .2s}.home-why-card:hover{box-shadow:0 4px 12px #00000014}.home-why-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#1e3a8a;color:#fff;border-radius:8px;margin-bottom:1rem}.home-why-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.home-why-desc{color:#475569;font-size:.875rem}.home-process-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:56rem;margin:0 auto}@media (min-width: 768px){.home-process-grid{grid-template-columns:repeat(3,1fr)}}.home-process-step{text-align:center}.home-process-num{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-weight:700;font-size:1.125rem;border-radius:8px;margin:0 auto 1rem}.home-process-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.home-process-desc{color:#475569;font-size:.875rem}.home-process-link{display:block;text-align:center;margin-top:3rem;color:#2563eb;font-weight:600;text-decoration:none}.home-process-link:hover{color:#1e3a8a}.home-testimonial-wrap{max-width:42rem;margin:0 auto}.home-testimonial-card{padding:2rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 1px 3px #0000000d}.home-testimonial-icon{font-size:2.5rem;color:#2563eb;opacity:.4;margin-bottom:1rem}.home-testimonial-quote{font-size:1.125rem;color:#111827;font-style:italic;margin-bottom:1.5rem;line-height:1.6}.home-testimonial-author{display:flex;align-items:center;gap:1rem}.home-testimonial-avatar{width:3rem;height:3rem;border-radius:50%;background:#1e3a8a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.home-testimonial-name{font-weight:600;color:#111827}.home-testimonial-location{font-size:.875rem;color:#475569}.home-testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.home-testimonial-dot{width:.5rem;height:.5rem;border-radius:50%;border:none;cursor:pointer;padding:0;background:#e5e7eb;transition:background .2s}.home-testimonial-dot.active{background:#2563eb}.home-cta-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}@media (min-width: 768px){.home-cta-title{font-size:2.25rem}}.home-cta-desc{color:#94a3b8;max-width:36rem;margin:0 auto 2rem;line-height:1.6}.home-cta-btns{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.home-cta-btn-primary{display:inline-flex;padding:.75rem 1.5rem;background:#2563eb;color:#fff;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s}.home-cta-btn-primary:hover{background:#1e3a8a}.home-cta-btn-outline{display:inline-flex;padding:.75rem 1.5rem;border:2px solid #fff;color:#fff;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s,color .2s}.home-cta-btn-outline:hover{background:#fff;color:#0f172a}.about-page{min-height:100vh;background:#f8fafc}.about-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.about-page .container{padding:0 2rem}}.about-hero{padding:4rem 0;background:#fff}@media (min-width: 768px){.about-hero{padding:6rem 0}}.about-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;margin-bottom:2rem}.about-breadcrumb a{color:#475569;text-decoration:none}.about-breadcrumb a:hover{color:#2563eb}.about-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.about-hero-grid{grid-template-columns:1.2fr 1fr;align-items:start}}.about-hero-title{font-size:1.875rem;font-weight:700;color:#111827;line-height:1.2}.about-hero-title .highlight{color:#2563eb}@media (min-width: 768px){.about-hero-title{font-size:2.25rem}}.about-hero-desc{color:#475569;font-size:1.125rem;line-height:1.7}.about-section{padding:4rem 0}@media (min-width: 768px){.about-section{padding:6rem 0}}.about-section-light{background:#f8fafc}.about-section-white{background:#fff}.about-section-dark{background:#0f172a;text-align:center}.about-section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:3rem;text-align:center}.about-mission-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.about-mission-grid{grid-template-columns:repeat(2,1fr)}}.about-mission-card{padding:2rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px}.about-mission-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#1e3a8a;color:#fff;border-radius:8px;margin-bottom:1.5rem}.about-mission-card h2{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.about-mission-card p{color:#475569;line-height:1.7}.about-timeline{max-width:42rem;margin:0 auto}.about-timeline-item{display:flex;gap:1.5rem;margin-bottom:2rem}.about-timeline-year{flex-shrink:0;width:4rem;text-align:right;font-size:.875rem;font-weight:600;color:#2563eb}.about-timeline-content{flex:1;border-left:2px solid #E5E7EB;padding-left:1.5rem}.about-timeline-content h3{font-weight:600;color:#111827;margin-bottom:.5rem}.about-timeline-content p{font-size:.875rem;color:#475569}.about-who-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.about-who-grid{grid-template-columns:1fr 1fr}}.about-who-title{font-size:1.875rem;font-weight:700;color:#111827}.about-who-subtitle{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.about-who-text{color:#475569;margin-bottom:1rem;line-height:1.7}.about-team-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.about-team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.about-team-grid{grid-template-columns:repeat(4,1fr)}}.about-team-card{padding:1.5rem;background:#f8fafc;border:1px solid #E5E7EB;border-radius:8px;text-align:center}.about-team-avatar{width:6rem;height:6rem;border-radius:50%;background:#1e3a8a;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;overflow:hidden}.about-team-avatar img{width:100%;height:100%;object-fit:cover}.about-team-name{font-weight:600;color:#111827}.about-team-role{font-size:.875rem;font-weight:500;color:#2563eb;margin-bottom:.5rem}.about-team-bio{font-size:.875rem;color:#475569}.about-achievements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 1024px){.about-achievements-grid{grid-template-columns:repeat(4,1fr)}}.about-achievement-card{padding:1.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;text-align:center}.about-achievement-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#1e3a8a;color:#fff;border-radius:8px;margin:0 auto 1rem}.about-achievement-number{font-size:1.5rem;font-weight:700;color:#2563eb}.about-achievement-label{font-size:.875rem;font-weight:500;color:#475569}.about-cta-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}@media (min-width: 768px){.about-cta-title{font-size:1.875rem}}.about-cta-btn{display:inline-flex;padding:.75rem 1.5rem;background:#2563eb;color:#fff;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s}.about-cta-btn:hover{background:#1e3a8a}.service-page{min-height:100vh;background:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.service-breadcrumb{background:#0006;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.6rem 0;position:sticky;top:0;z-index:999;border-bottom:1px solid rgba(255,255,255,.1)}.breadcrumb-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.breadcrumb-links{display:flex;align-items:center;gap:.5rem;color:#fffc;font-size:.9rem}.breadcrumb-links a{color:#fffc;text-decoration:none;transition:color .3s}.breadcrumb-links a:hover{color:#fff}.breadcrumb-separator{color:#ffffff80;margin:0 .25rem}.breadcrumb-active{flex:1}.breadcrumb-active span{display:inline-block;padding:.4rem 1rem;background:#2563eb;color:#fff;border-radius:8px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.breadcrumb-actions{display:flex;align-items:center;gap:1rem}.breadcrumb-link{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .3s}.breadcrumb-link:hover{color:#fff}.breadcrumb-button{padding:.4rem 1rem;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:6px;font-size:.85rem;font-weight:500;transition:background .3s}.breadcrumb-button:hover{background:#fff3}.service-hero-modern{position:relative;min-height:80vh;padding:4rem 0 6rem;background:#f8fafc;overflow:hidden}.service-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.15}.bg-element{position:absolute;opacity:.3;filter:blur(2px)}.bg-table{top:10%;left:5%;width:200px;height:150px;background:#2563eb33;border-radius:8px;border:1px solid rgba(102,126,234,.3)}.bg-chart{top:20%;right:10%;width:180px;height:180px;background:transparent;border-radius:50%}.bg-graph{bottom:15%;left:15%;width:250px;height:120px;background:#2563eb26;border-radius:4px}.bg-logo{font-size:1.2rem;font-weight:700;color:#667eea66;text-transform:uppercase;letter-spacing:2px}.bg-logo-1{bottom:25%;left:8%}.bg-logo-2{bottom:20%;left:20%}.bg-logo-3{bottom:15%;right:15%}.bg-logo-4{bottom:10%;right:25%}.bg-text{font-size:.9rem;font-weight:600;color:#667eea4d;text-transform:uppercase;letter-spacing:1px}.bg-text-1{top:15%;left:12%}.bg-text-2{top:20%;left:25%}.bg-text-3{top:25%;right:20%}.bg-text-4{top:30%;right:12%}.bg-text-5{bottom:30%;left:30%}.bg-text-6{bottom:25%;right:30%}.service-hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem}.service-hero-left{position:relative}.service-title-modern{font-size:5rem;font-weight:900;line-height:1.1;margin-bottom:2rem;color:#2563eb;background:#2563eb;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:-1px;text-shadow:0 2px 10px rgba(102,126,234,.3)}@supports not (-webkit-background-clip: text){.service-title-modern{color:#2563eb;background:none}}.highlight-modern{display:block;color:#1e3a8a;background:#2563eb;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 10px rgba(118,75,162,.3)}@supports not (-webkit-background-clip: text){.highlight-modern{color:#1e3a8a;background:none}}.service-faint-text{font-size:1rem;color:#0000004d;line-height:1.6;font-weight:400;max-width:500px;position:absolute;top:-30px;left:0;z-index:-1}.service-hero-right{padding-left:2rem}.service-description{font-size:1.1rem;line-height:1.8;color:#1a1a1a;font-weight:400;max-width:600px}@media (max-width: 968px){.breadcrumb-content{flex-wrap:wrap;gap:1rem}.breadcrumb-actions{order:-1;width:100%;justify-content:flex-end}.service-hero-content{grid-template-columns:1fr;gap:3rem}.service-title-modern{font-size:3.5rem}.service-hero-right{padding-left:0}.service-faint-text{position:relative;top:0;margin-top:1rem}}@media (max-width: 768px){.service-title-modern{font-size:2.5rem}.service-description{font-size:1rem}.breadcrumb-links{font-size:.8rem}.breadcrumb-active span{font-size:.75rem;padding:.3rem .8rem}}@media (max-width: 480px){.service-title-modern{font-size:2rem}.service-hero-modern{padding:3rem 0 4rem}}.service-hero{background:#f0f8ff;padding:6rem 0 4rem;text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh}.web-dev-hero{background-image:url(https://media.istockphoto.com/id/1371339413/photo/co-working-team-meeting-concept-businessman-using-smart-phone-and-digital-tablet-and-laptop.jpg?s=1024x1024&w=is&k=20&c=YdGWQdXQYg-G1H89Q12soaleNQEKH9JpihwvrLdFHeA=);background-size:cover;background-position:center;background-attachment:fixed}.mobile-app-hero{background-image:url(https://images.pexels.com/photos/1092671/pexels-photo-1092671.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-size:cover;background-position:center;background-attachment:fixed}.inventory-hero{background-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT2gsSvqhew4fU3duSyM_pTlFgSRF_cKAPtIw&s);background-size:cover;background-position:center;background-attachment:fixed}.cloud-hero{background-image:url(https://5.imimg.com/data5/SELLER/Default/2024/12/476632654/EP/PK/BL/721332/cloud-solutions-services-500x500.jpg);background-size:cover;background-position:center;background-attachment:fixed}.service-hero:before{display:none}.service-title{font-size:5rem;font-weight:800;margin-bottom:2rem;line-height:1.1;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.service-title .highlight{color:#5e61e6;position:relative;display:inline-block;padding-bottom:5px}.service-title .highlight:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#5e61e6;border-radius:2px}@supports not (-webkit-background-clip: text){.service-title .highlight{color:#2563eb;background:none}}.service-subtitle{font-size:1.15rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6;position:relative;z-index:1;font-weight:500}.service-hero-content-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;text-align:left}.design-hero{background-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQH3Ii-N22ODs38RwTZDpblKmLXy2E7hGTEew&s);background-size:cover;background-position:center;background-attachment:fixed;padding:2rem 0;min-height:calc(100vh - 120px)}.design-hero .service-title{justify-content:flex-start;font-size:4rem}.design-hero .service-subtitle{margin:0;text-align:left}.service-hero-graphic{display:flex;justify-content:center;perspective:1000px;animation:fadeInRight 1s ease-out}.design-flowchart{background:#fff;padding:1.5rem 2rem;border-radius:20px;box-shadow:0 20px 50px #0000000d;border:1px solid rgba(0,0,0,.03);position:relative;animation:float 6s ease-in-out infinite}.flow-main-box{background:#a3d9a5;color:#2d5a27;padding:1rem 1.5rem;border-radius:12px;font-weight:700;font-size:1.1rem;margin-bottom:2rem;text-align:center;border:2px solid #8cc68a;box-shadow:0 4px 10px #a3d9a54d}.flow-vertical-line{position:relative;padding-left:3rem;display:flex;flex-direction:column;gap:.85rem}.flow-vertical-line:before{content:"";position:absolute;left:0;top:-1.5rem;bottom:2rem;width:2px;background:#2d5a27}.flow-node{position:relative}.flow-node:before{content:"";position:absolute;left:-3rem;top:50%;width:3rem;height:2px;background:#2d5a27}.flow-node:after{content:"▶";position:absolute;left:-.5rem;top:50%;transform:translateY(-50%);font-size:.7rem;color:#2d5a27}.flow-node-content{background:#eef7ee;color:#2d5a27;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;border:1px solid #d4ecd4;transition:all .3s ease;text-align:center;min-width:180px}.flow-node:hover .flow-node-content{background:#a3d9a5;transform:translate(10px);box-shadow:0 5px 15px #a3d9a566}@media (max-width: 968px){.service-hero-content-split{grid-template-columns:1fr;text-align:center;gap:3rem}.design-hero .service-title{justify-content:center}.service-hero-graphic{order:2}}.service-content-modern{padding:6rem 0;background:#fff;position:relative}.service-content-wrapper{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem}.service-content-left{animation:fadeInUp .8s ease-out}.service-subheading{font-size:2.5rem;font-weight:800;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.5px}.service-divider{width:80px;height:4px;background:#2563eb;border-radius:2px;margin-bottom:2rem}.service-description-text{font-size:1.15rem;line-height:1.9;color:#4a5568;margin-bottom:3rem;font-weight:400}.service-features-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.service-features-modern{list-style:none;padding:0;margin:0 0 3rem;display:flex;flex-direction:column;gap:1rem}.service-feature-item{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:#fff;border-radius:12px;transition:all .3s ease;border:2px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;margin-bottom:.75rem;animation:fadeInUp .8s ease-out;animation-fill-mode:both}.service-feature-item:nth-child(1){animation-delay:.1s}.service-feature-item:nth-child(2){animation-delay:.2s}.service-feature-item:nth-child(3){animation-delay:.3s}.service-feature-item:nth-child(4){animation-delay:.4s}.service-feature-item:nth-child(5){animation-delay:.5s}.service-feature-item:nth-child(6){animation-delay:.6s}.service-feature-item:nth-child(7){animation-delay:.7s}.service-feature-item:nth-child(8){animation-delay:.8s}.service-feature-item:hover{background:#2563eb0d;border-color:#667eea4d;transform:translate(8px);box-shadow:0 4px 15px #667eea26}.service-feature-item:last-child{margin-bottom:0}.feature-icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#2563eb1a;border-radius:12px;flex-shrink:0;transition:all .3s ease}.service-feature-item:hover .feature-icon-wrapper{background:#2563eb;transform:scale(1.1) rotate(5deg)}.feature-icon{font-size:1.5rem;color:#2563eb;transition:all .3s ease}.service-feature-item:hover .feature-icon{color:#fff;transform:scale(1.1)}.service-feature-item span{font-size:1.05rem;color:#1a1a1a;font-weight:500;line-height:1.5;flex:1}.service-cta-modern{display:inline-block;padding:1.25rem 3rem;background:#2563eb;color:#fff;font-weight:700;font-size:1.1rem;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px #667eea4d;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out .9s both}.service-cta-modern:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff26;transition:left .5s ease}.service-cta-modern:hover:before{left:100%}.service-cta-modern:hover{transform:translateY(-4px);box-shadow:0 12px 35px #667eea66}.service-content-right{position:relative;height:600px;animation:fadeInRight .8s ease-out}.design-showcase{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;perspective:1000px}.design-browser{position:absolute;background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;overflow:hidden;transition:all .4s ease}.browser-1{width:320px;height:220px;top:10%;left:5%;z-index:3;animation:browserFloat1 8s ease-in-out infinite}.browser-2{width:350px;height:250px;bottom:15%;right:5%;z-index:2;animation:browserFloat2 10s ease-in-out infinite;animation-delay:2s}.design-browser:hover{transform:scale(1.05) rotate(0)!important;box-shadow:0 30px 80px #667eea40;z-index:10;animation-play-state:paused}.browser-header{background:#f5f5f5;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #e0e0e0}.browser-dots{display:flex;gap:.4rem}.browser-dots span{width:10px;height:10px;border-radius:50%;background:#ddd}.browser-dots span:nth-child(1){background:#ff5f57}.browser-dots span:nth-child(2){background:#ffbd2e}.browser-dots span:nth-child(3){background:#28ca42}.browser-url-bar{flex:1;height:24px;background:#fff;border-radius:6px;border:1px solid #e0e0e0;position:relative;overflow:hidden}.browser-url-bar:before{content:"";position:absolute;left:8px;top:50%;transform:translateY(-50%);width:60%;height:8px;background:#2563eb;border-radius:4px;animation:urlPulse 3s ease-in-out infinite}.browser-content{padding:1.5rem;height:calc(100% - 50px);background:#fff;position:relative;overflow:hidden}.design-elements{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;height:100%}.design-element{background:#2563eb;border-radius:8px;position:relative;overflow:hidden;animation:elementGlow 4s ease-in-out infinite}.element-1{animation-delay:0s;opacity:.8}.element-2{animation-delay:1s;opacity:.7;background:#2563eb}.element-3{animation-delay:2s;opacity:.6}.element-4{animation-delay:3s;opacity:.9;background:#2563ebe6}.design-layout{height:100%;display:flex;flex-direction:column;gap:1rem}.design-mockup-header{height:40px;background:#2563eb;border-radius:6px;animation:headerPulse 5s ease-in-out infinite}.design-mockup-body{flex:1;display:grid;grid-template-columns:80px 1fr;gap:1rem}.design-mockup-sidebar{background:#f8f9fa;border-radius:6px;border:2px dashed #e0e0e0}.design-mockup-main{display:flex;flex-direction:column;gap:.75rem}.design-mockup-card{flex:1;background:#2563eb1a;border-radius:6px;border:1px solid rgba(102,126,234,.2);animation:cardShimmer 6s ease-in-out infinite}.design-mockup-card:nth-child(2){animation-delay:3s}.design-tools{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;display:flex;gap:1rem;pointer-events:none}.tool{width:50px;height:50px;border-radius:12px;background:#fff;box-shadow:0 8px 25px #00000026;position:relative;animation:toolFloat 6s ease-in-out infinite}.tool-palette{animation-delay:0s;background:#2563eb}.tool-palette:before{content:"🎨";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem}.tool-brush{animation-delay:2s;background:#2563eb}.tool-brush:before{content:"🖌️";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem}.tool-code{animation-delay:4s;background:#2563eb}.tool-code:before{content:"</>";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1rem;font-weight:700;color:#fff}.floating-shapes{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.shape{position:absolute;opacity:.1;animation:shapeFloat 12s ease-in-out infinite}.shape-circle{width:120px;height:120px;border-radius:50%;background:#2563eb;top:20%;right:15%;animation-delay:0s}.shape-square{width:80px;height:80px;border-radius:12px;background:#2563eb;bottom:30%;left:10%;animation-delay:4s;transform:rotate(45deg)}.shape-triangle{width:0;height:0;border-left:40px solid transparent;border-right:40px solid transparent;border-bottom:70px solid rgba(102,126,234,.3);top:60%;right:25%;animation-delay:8s}@keyframes browserFloat1{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-15px) rotate(-8deg)}}@keyframes browserFloat2{0%,to{transform:translateY(0) rotate(6deg)}50%{transform:translateY(-15px) rotate(6deg)}}@keyframes urlPulse{0%,to{opacity:.6;transform:translateY(-50%) scaleX(1)}50%{opacity:1;transform:translateY(-50%) scaleX(1.1)}}@keyframes elementGlow{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes headerPulse{0%,to{opacity:.9}50%{opacity:1}}@keyframes cardShimmer{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(5px)}}@keyframes toolFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.1)}}@keyframes shapeFloat{0%,to{transform:translate(0) rotate(0);opacity:.1}33%{transform:translate(30px,-30px) rotate(120deg);opacity:.15}66%{transform:translate(-20px,20px) rotate(240deg);opacity:.1}}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes floatBlob{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes floatCard{0%,to{transform:translateY(0) rotate(var(--rotation, 0deg))}50%{transform:translateY(-20px) rotate(var(--rotation, 0deg))}}@media (max-width: 968px){.service-content-wrapper{grid-template-columns:1fr;gap:3rem}.service-content-right{height:500px}.browser-1{width:250px;height:180px}.browser-2{width:280px;height:200px}.tool{width:40px;height:40px}.service-title{font-size:3rem}.service-subheading{font-size:2rem}}@media (max-width: 768px){.service-content-right{height:400px}.browser-1{width:200px;height:140px;top:5%;left:2%}.browser-2{width:220px;height:160px;bottom:10%;right:2%}.browser-content{padding:1rem}.design-elements{gap:.5rem}.design-mockup-body{grid-template-columns:60px 1fr;gap:.75rem}.tool{width:35px;height:35px}.tool-palette:before,.tool-brush:before{font-size:1.2rem}.tool-code:before{font-size:.85rem}.shape-circle{width:80px;height:80px}.shape-square{width:60px;height:60px}.shape-triangle{border-left:30px solid transparent;border-right:30px solid transparent;border-bottom:50px solid rgba(102,126,234,.3)}.service-title{font-size:2.5rem}.service-subheading{font-size:1.75rem}.service-description-text,.service-feature-item span{font-size:1rem}.service-cta-modern{padding:1rem 2rem;font-size:1rem}}.development-showcase{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;perspective:1000px}.code-window{background:#1e1e1e;border-radius:12px;box-shadow:0 20px 60px #0000004d;overflow:hidden;width:400px;animation:floatCode 6s ease-in-out infinite;position:relative;z-index:2}.code-header{background:#2d2d2d;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #3d3d3d}.code-dots{display:flex;gap:.5rem}.code-dots span{width:12px;height:12px;border-radius:50%;background:#4a4a4a}.code-dots span:nth-child(1){background:#ff5f56}.code-dots span:nth-child(2){background:#ffbd2e}.code-dots span:nth-child(3){background:#27c93f}.code-title{color:#9ca3af;font-size:.85rem;font-weight:500;font-family:Monaco,Menlo,monospace}.code-content{padding:1.5rem;font-family:Monaco,Menlo,monospace;font-size:.9rem;line-height:1.8}.code-line{margin-bottom:.5rem}.code-keyword{color:#c792ea}.code-variable{color:#82aaff}.code-function{color:#ffcb6b}.code-string{color:#c3e88d}.code-number{color:#f78c6c}.tech-badge{position:absolute;background:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;color:#2563eb;box-shadow:0 4px 15px #667eea33;animation:floatBadge 4s ease-in-out infinite;z-index:1}.badge-1{top:10%;left:-10%;animation-delay:0s;background:#2563eb1a;border:2px solid rgba(102,126,234,.3)}.badge-2{top:50%;right:-15%;animation-delay:1s;background:#2563eb1a;border:2px solid rgba(102,126,234,.3)}.badge-3{bottom:15%;left:-5%;animation-delay:2s;background:#2563eb1a;border:2px solid rgba(102,126,234,.3)}.badge-4{top:30%;right:-10%;animation-delay:1.5s;background:#2563eb1a;border:2px solid rgba(102,126,234,.3)}@keyframes floatCode{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}@keyframes floatBadge{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}@media (max-width: 968px){.code-window{width:350px}.tech-badge{font-size:.8rem;padding:.6rem 1.2rem}.badge-1,.badge-2,.badge-3,.badge-4{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin:.5rem;display:inline-block}}@media (max-width: 768px){.code-window{width:100%;max-width:320px}.code-content{font-size:.8rem;padding:1rem}.development-showcase{flex-direction:column;gap:1rem}}.mobile-showcase{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;perspective:1000px}.phone-mockup{position:absolute;width:180px;height:360px;background:#1a1a1a;border-radius:35px;padding:12px;box-shadow:0 20px 60px #0006;animation:floatPhone 6s ease-in-out infinite;z-index:2}.phone-ios{left:20%;top:15%;animation-delay:0s;background:#0f172a}.phone-android{right:20%;bottom:15%;animation-delay:2s;background:#2d8659}.phone-screen{width:100%;height:100%;background:#fff;border-radius:28px;overflow:hidden;position:relative}.phone-content{width:100%;height:100%;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem}.app-header{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.app-icon{width:40px;height:40px;background:#2563eb;border-radius:10px;box-shadow:0 4px 12px #667eea4d}.app-title{font-size:.9rem;font-weight:700;color:#1a1a1a}.app-features{display:flex;flex-direction:column;gap:.75rem;flex:1}.app-feature{width:100%;height:60px;background:#2563eb1a;border-radius:10px;border:1px solid rgba(102,126,234,.2);animation:pulseFeature 3s ease-in-out infinite}.app-feature:nth-child(1){animation-delay:0s}.app-feature:nth-child(2){animation-delay:1s}.app-feature:nth-child(3){animation-delay:2s}.mobile-showcase .tech-badge{position:absolute;background:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;color:#2563eb;box-shadow:0 4px 15px #667eea33;animation:floatBadge 4s ease-in-out infinite;z-index:1}.mobile-showcase .badge-1{top:5%;left:5%;animation-delay:0s;background:#2563eb1a;border:2px solid rgba(102,126,234,.3)}.mobile-showcase .badge-2{top:50%;right:5%;animation-delay:1s;background:#2d86591a;border:2px solid rgba(61,220,132,.3);color:#2d8659}.mobile-showcase .badge-3{bottom:10%;left:10%;animation-delay:2s;background:#2563eb1a;border:2px solid rgba(97,218,251,.3);color:#00acc1}.mobile-showcase .badge-4{top:25%;right:10%;animation-delay:1.5s;background:#2563eb1a;border:2px solid rgba(0,180,216,.3);color:#0077b6}@keyframes floatPhone{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(3deg)}}@keyframes pulseFeature{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.98)}}@media (max-width: 968px){.phone-mockup{width:150px;height:300px}.mobile-showcase .tech-badge{font-size:.8rem;padding:.6rem 1.2rem}.mobile-showcase .badge-1,.mobile-showcase .badge-2,.mobile-showcase .badge-3,.mobile-showcase .badge-4{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin:.5rem;display:inline-block}.phone-ios,.phone-android{position:relative;left:auto;right:auto;top:auto;bottom:auto;margin:1rem}}@media (max-width: 768px){.phone-mockup{width:140px;height:280px}.mobile-showcase{flex-direction:column;gap:1rem;height:auto;min-height:400px}.phone-content{padding:1rem .75rem}.app-feature{height:50px}}.inventory-showcase{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;perspective:1000px}.dashboard-window{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;overflow:hidden;width:450px;animation:floatDashboard 6s ease-in-out infinite;position:relative;z-index:2;border:2px solid #e5e7eb}.dashboard-header{background:#2563eb;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem}.dashboard-dots{display:flex;gap:.5rem}.dashboard-dots span{width:12px;height:12px;border-radius:50%;background:#ffffff80}.dashboard-title{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.5px}.dashboard-content{padding:1.5rem;background:#f8fafc}.dashboard-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.stat-card{background:#fff;padding:1rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;box-shadow:0 2px 8px #0000000d;border:1px solid #e5e7eb}.stat-icon{width:40px;height:40px;background:#2563eb1a;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-info{flex:1}.stat-label{font-size:.75rem;color:#6b7280;font-weight:500;margin-bottom:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:#1a1a1a}.dashboard-chart{display:flex;align-items:flex-end;gap:.75rem;height:120px;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.chart-bar{flex:1;background:#2563eb;border-radius:4px 4px 0 0;min-height:20px;animation:growBar 2s ease-out}@keyframes floatDashboard{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}@keyframes growBar{0%{height:0}to{height:100%}}.inventory-showcase .tech-badge{position:absolute;background:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;color:#2563eb;box-shadow:0 4px 15px #667eea33;animation:floatBadge 4s ease-in-out infinite;z-index:1}.inventory-showcase .badge-1{top:10%;left:-10%;animation-delay:0s;background:#2563eb1a;border:2px solid rgba(102,126,234,.3)}.inventory-showcase .badge-2{top:50%;right:-15%;animation-delay:1s;background:#2563eb1a;border:2px solid rgba(102,126,234,.3)}.inventory-showcase .badge-3{bottom:15%;left:-5%;animation-delay:2s;background:#2563eb1a;border:2px solid rgba(102,126,234,.3)}.inventory-showcase .badge-4{top:30%;right:-10%;animation-delay:1.5s;background:#2563eb1a;border:2px solid rgba(102,126,234,.3)}@media (max-width: 968px){.dashboard-window{width:400px}.inventory-showcase .tech-badge{font-size:.8rem;padding:.6rem 1.2rem}.inventory-showcase .badge-1,.inventory-showcase .badge-2,.inventory-showcase .badge-3,.inventory-showcase .badge-4{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin:.5rem;display:inline-block}}@media (max-width: 768px){.dashboard-window{width:100%;max-width:350px}.dashboard-content{padding:1rem}.inventory-showcase{flex-direction:column;gap:1rem;height:auto;min-height:400px}}.cloud-showcase{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;perspective:1000px}.cloud-infrastructure{position:relative;width:400px;height:400px;animation:floatCloud 8s ease-in-out infinite;z-index:2}.cloud-server{position:absolute;width:120px;height:120px;background:#2563eb;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 30px #667eea4d;animation:pulseServer 3s ease-in-out infinite}.server-1{top:10%;left:20%;animation-delay:0s}.server-2{top:50%;right:20%;animation-delay:1s}.server-3{bottom:10%;left:50%;animation-delay:2s}.server-icon{width:50px;height:50px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003}.server-icon:before{content:"";width:30px;height:30px;background:#2563eb;border-radius:6px}.server-label{color:#fff;font-size:.85rem;font-weight:700;text-align:center}.cloud-connections{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.connection-line{position:absolute;background:#2563eb4d;height:2px;animation:pulseLine 2s ease-in-out infinite}.line-1{top:20%;left:32%;width:36%;transform:rotate(25deg);animation-delay:0s}.line-2{top:60%;left:38%;width:24%;transform:rotate(-35deg);animation-delay:.5s}.line-3{top:45%;left:32%;width:18%;transform:rotate(90deg);animation-delay:1s}@keyframes floatCloud{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes pulseServer{0%,to{transform:scale(1);box-shadow:0 10px 30px #667eea4d}50%{transform:scale(1.05);box-shadow:0 15px 40px #667eea80}}.server-3{animation:floatServer3 4s ease-in-out infinite}@keyframes floatServer3{0%,to{transform:translate(-50%) translateY(0) scale(1);box-shadow:0 10px 30px #667eea4d}50%{transform:translate(-50%) translateY(-10px) scale(1.05);box-shadow:0 15px 40px #667eea80}}@keyframes pulseLine{0%,to{opacity:.3;width:100%}50%{opacity:.6;width:110%}}.cloud-showcase .tech-badge{position:absolute;background:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;color:#2563eb;box-shadow:0 4px 15px #667eea33;animation:floatBadge 4s ease-in-out infinite;z-index:1}.cloud-showcase .badge-1{top:5%;left:5%;animation-delay:0s;background:#2563eb1a;border:2px solid rgba(255,153,0,.3);color:#ff8c00}.cloud-showcase .badge-2{top:50%;right:5%;animation-delay:1s;background:#2563eb1a;border:2px solid rgba(0,120,212,.3);color:#0078d4}.cloud-showcase .badge-3{bottom:10%;left:10%;animation-delay:2s;background:#2563eb1a;border:2px solid rgba(234,67,53,.3);color:#ea4335}.cloud-showcase .badge-4{top:25%;right:10%;animation-delay:1.5s;background:#2563eb1a;border:2px solid rgba(0,180,216,.3);color:#0077b6}@media (max-width: 968px){.cloud-infrastructure{width:350px;height:350px}.cloud-server{width:100px;height:100px}.cloud-showcase .tech-badge{font-size:.8rem;padding:.6rem 1.2rem}.cloud-showcase .badge-1,.cloud-showcase .badge-2,.cloud-showcase .badge-3,.cloud-showcase .badge-4{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin:.5rem;display:inline-block}.server-1,.server-2,.server-3{position:relative;top:auto;left:auto;right:auto;bottom:auto;margin:1rem;animation:none}.server-3{transform:none}}@media (max-width: 768px){.cloud-infrastructure{width:100%;max-width:300px;height:300px}.cloud-server{width:80px;height:80px}.server-icon{width:40px;height:40px}.server-label{font-size:.75rem}.cloud-showcase{flex-direction:column;gap:1rem;height:auto;min-height:400px}}.blog-page{min-height:100vh;background:#f8fafc}.blog-hero{background:#f8fafc;color:#1a1a1a;padding:8rem 0 6rem;text-align:center;position:relative;overflow:hidden}.page-title{font-size:4.5rem;font-weight:900;margin-bottom:2rem;text-transform:uppercase;letter-spacing:3px;color:#1a1a1a;text-shadow:none;position:relative;display:inline-block}.blog-hero .highlight{color:#b794f6;background-color:#b794f6;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 15px rgba(183,148,246,.4));position:relative;text-shadow:0 2px 10px rgba(183,148,246,.5)}@supports not (-webkit-background-clip: text){.blog-hero .highlight{color:#b794f6;background:none}}.blog-hero .highlight:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:3px;background-color:gold;border-radius:2px;box-shadow:0 2px 10px #ffd70080}.page-subtitle{font-size:1.5rem;opacity:1;max-width:900px;margin:0 auto;color:#4a5568;text-shadow:none;font-weight:400;line-height:1.6}.blog-content{padding:4rem 0;background:#f9f9f9}.blog-filters{margin-bottom:3rem}.search-form{display:flex;gap:1rem;margin-bottom:2rem;max-width:600px}.search-input-wrapper{position:relative;flex:1}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.search-input:focus{border-color:#2563eb}.search-button{padding:1rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s}.search-button:hover{background:#1e3a8a}.category-filters{display:flex;gap:1rem;flex-wrap:wrap}.category-filter{padding:.75rem 1.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;color:#333}.category-filter:hover,.category-filter.active{background:#2563eb;color:#fff;border-color:#2563eb}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.blog-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.blog-card-image{width:100%;height:200px;overflow:hidden;background:#f5f5f5}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-category{display:inline-block;padding:.25rem .75rem;background:#2563eb;color:#fff;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.blog-card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.blog-card-title a{color:inherit;transition:color .3s}.blog-card-title a:hover{color:#2563eb}.blog-card-excerpt{color:#666;line-height:1.6;margin-bottom:1rem;flex:1}.blog-card-meta{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.9rem;color:#999}.blog-meta-item{display:flex;align-items:center;gap:.5rem}.blog-read-more{display:flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:600;transition:gap .3s}.blog-read-more:hover{gap:1rem}.loading,.no-posts{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#666}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem}.pagination-button{padding:.75rem 1.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.pagination-button:hover:not(:disabled){background:#2563eb;color:#fff;border-color:#2563eb}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#666;font-weight:600}@media (max-width: 968px){.page-title{font-size:3rem;letter-spacing:2px}.page-subtitle{font-size:1.2rem;padding:0 1rem}.blog-hero{padding:6rem 0 4rem}}@media (max-width: 768px){.page-title{font-size:2.5rem}.blog-grid{grid-template-columns:1fr}.search-form{flex-direction:column}}@media (max-width: 480px){.page-title{font-size:2rem}.page-subtitle{font-size:1rem}}.blog-post-page{min-height:100vh;padding:4rem 0;background-color:#f8fafc}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:600;margin-bottom:2rem;transition:gap .3s}.back-link:hover{gap:1rem}.blog-post{background:#fff;border-radius:12px;overflow:hidden;max-width:900px;margin:0 auto;box-shadow:0 4px 20px #0000001a}.post-featured-image{width:100%;height:400px;overflow:hidden;background:#f5f5f5}.post-featured-image img{width:100%;height:100%;object-fit:cover}.post-header{padding:3rem 3rem 2rem}.post-category{display:inline-block;padding:.5rem 1rem;background:#2563eb;color:#fff;border-radius:6px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.post-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}.post-meta{display:flex;gap:2rem;color:#999;font-size:.95rem}.post-meta-item{display:flex;align-items:center;gap:.5rem}.post-content{padding:0 3rem 3rem;font-size:1.1rem;line-height:1.8;color:#333}.post-content h2,.post-content h3{margin-top:2rem;margin-bottom:1rem;color:#1a1a1a}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-left:2rem;margin-bottom:1.5rem}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.related-posts{padding:3rem;border-top:1px solid #e0e0e0;background:#f9f9f9}.related-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1a1a1a}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.related-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s;text-decoration:none;color:inherit}.related-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.related-image{width:100%;height:150px;overflow:hidden;background:#f5f5f5}.related-image img{width:100%;height:100%;object-fit:cover}.related-content{padding:1.5rem}.related-content h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.related-content p{color:#666;font-size:.9rem;line-height:1.6}.loading,.not-found{text-align:center;padding:4rem 2rem;font-size:1.2rem;color:#666}@media (max-width: 768px){.post-header,.post-content{padding:2rem 1.5rem}.post-title{font-size:2rem}.related-posts{padding:2rem 1.5rem}}.new-post-page{padding:120px 0 60px;min-height:80vh;background-color:#f8fafc}.new-post-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;max-width:800px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.content-editor{font-family:monospace;font-size:.9rem;line-height:1.5}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.save-button,.cancel-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s}.save-button{background-color:#3b82f6;color:#fff;border:none}.save-button:hover:not(:disabled){background-color:#2563eb}.save-button:disabled{opacity:.7;cursor:not-allowed}.cancel-button{background-color:transparent;border:1px solid #e2e8f0;color:#64748b}.cancel-button:hover{background-color:#f1f5f9;color:#475569}.error-message{background-color:#fee2e2;color:#ef4444;padding:1rem;border-radius:4px;margin-bottom:2rem;text-align:center}.contact-page{min-height:100vh;background:#f8fafc}.contact-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.contact-page .container{padding:0 2rem}}.contact-hero{padding:4rem 0;background:#fff;text-align:center}@media (min-width: 768px){.contact-hero{padding:6rem 0}}.contact-hero-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.contact-hero-title{font-size:2.25rem}}.contact-hero-subtitle{font-size:1.25rem;color:#2563eb;font-weight:600;margin-bottom:1rem}.contact-hero-desc{color:#475569;max-width:42rem;margin:0 auto;line-height:1.6}.contact-content{padding:4rem 0 6rem}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:72rem;margin:0 auto}@media (min-width: 1024px){.contact-grid{grid-template-columns:2fr 3fr}}.contact-info-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.contact-info-quote{color:#2563eb;font-weight:500;font-style:italic;margin-bottom:1rem}.contact-info-text{color:#475569;margin-bottom:2rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-detail-item{display:flex;gap:1rem;align-items:flex-start}.contact-detail-icon{color:#2563eb;flex-shrink:0;margin-top:.125rem}.contact-detail-item h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.contact-detail-item p{color:#475569;font-size:.875rem;line-height:1.5}.contact-form{padding:2rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px}.contact-form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.contact-form-grid{grid-template-columns:repeat(2,1fr)}}.contact-form-group{margin-bottom:1.5rem}.contact-form-label{display:block;font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.5rem}.contact-form-label svg{vertical-align:middle;margin-right:.25rem}.contact-form-input,.contact-form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #E5E7EB;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contact-form-textarea{resize:vertical;min-height:120px}.contact-form-status{padding:1rem;border-radius:8px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.contact-form-status.success{background:#d1fae5;color:#065f46}.contact-form-status.error{background:#fee2e2;color:#991b1b}.contact-form-submit{width:100%;padding:.75rem 1rem;background:#2563eb;color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}.contact-form-submit:hover:not(:disabled){background:#1e3a8a}.contact-form-submit:disabled{opacity:.7;cursor:not-allowed}.growth-page{min-height:100vh;background:#f8fafc}.growth-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.growth-page .container{padding:0 2rem}}.growth-hero{padding:4rem 0;background:#fff;text-align:center}@media (min-width: 768px){.growth-hero{padding:6rem 0}}.growth-hero-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}.growth-hero-title .highlight{color:#2563eb}@media (min-width: 768px){.growth-hero-title{font-size:2.25rem}}.growth-hero-desc{color:#475569;max-width:42rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.growth-content{padding:4rem 0}@media (min-width: 768px){.growth-content{padding:6rem 0}}.growth-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:72rem;margin:0 auto}@media (min-width: 1024px){.growth-grid{grid-template-columns:1fr 1fr}}.growth-steps{display:flex;flex-direction:column;gap:2rem}.growth-step{display:flex;gap:1.5rem;padding:1.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;transition:border-color .2s,box-shadow .2s}.growth-step:hover{border-color:#2563eb;box-shadow:0 4px 12px #00000014}.growth-step-num{flex-shrink:0;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:#1e3a8a;color:#fff;font-weight:700;border-radius:8px}.growth-step-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.growth-step-desc{font-size:.875rem;color:#475569}.growth-details-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.growth-details-subtitle{color:#475569;font-weight:500;margin-bottom:2rem}.growth-detail-section{margin-bottom:2rem}.growth-detail-heading{font-size:1.125rem;font-weight:600;color:#2563eb;margin-bottom:.75rem}.growth-detail-text{color:#475569;line-height:1.7}.growth-cta-btn{display:inline-flex;margin-top:2rem;padding:.75rem 1.5rem;background:#2563eb;color:#fff;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s}.growth-cta-btn:hover{background:#1e3a8a}.pricing-page{min-height:100vh;background:#f8fafc}.pricing-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.pricing-page .container{padding:0 2rem}}.pricing-hero{padding:4rem 0;background:#fff;text-align:center}@media (min-width: 768px){.pricing-hero{padding:6rem 0}}.pricing-hero-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.pricing-hero-title{font-size:2.25rem}}.pricing-hero-subtitle{color:#475569;max-width:42rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.pricing-section{padding:3rem 0}@media (min-width: 768px){.pricing-section{padding:4rem 0}}.pricing-section-alt{background:#fff}.pricing-section-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.5rem;text-align:center}.pricing-cards-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:64rem;margin:0 auto}@media (min-width: 768px){.pricing-cards-grid-3{grid-template-columns:repeat(3,1fr)}.pricing-cards-grid-2{grid-template-columns:repeat(2,1fr);max-width:48rem}}.pricing-card-wrap{max-width:28rem;margin:0 auto}.pricing-card{padding:1.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.pricing-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #00000014}.pricing-card-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.pricing-card-price{color:#2563eb;font-weight:600;margin-bottom:1rem}.pricing-card-price-extra{color:#2563eb;font-weight:600;font-size:.875rem;margin-bottom:1rem}.pricing-card-features{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.pricing-card-features li{font-size:.875rem;color:#475569;margin-bottom:.5rem;display:flex;align-items:flex-start;gap:.5rem}.pricing-card-features li:before{content:"•";color:#2563eb}.pricing-card-btn{display:block;width:100%;padding:.625rem 1rem;background:#2563eb;color:#fff;font-weight:600;border-radius:8px;text-align:center;text-decoration:none;transition:background .2s}.pricing-card-btn:hover{background:#1e3a8a}.pricing-cta{padding:4rem 0;background:#0f172a;text-align:center}@media (min-width: 768px){.pricing-cta{padding:6rem 0}}.pricing-cta-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.pricing-cta-btn{display:inline-flex;padding:.75rem 1.5rem;background:#2563eb;color:#fff;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s}.pricing-cta-btn:hover{background:#1e3a8a}/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:root,:host{--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-white:#fff;--spacing:.25rem;--container-2xl:42rem;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--font-weight-semibold:600;--font-weight-bold:700;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.h-6{height:calc(var(--spacing) * 6)}.h-12{height:calc(var(--spacing) * 12)}.min-h-screen{min-height:100vh}.w-6{width:calc(var(--spacing) * 6)}.w-12{width:calc(var(--spacing) * 12)}.max-w-2xl{max-width:var(--container-2xl)}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:calc(var(--spacing) * 4)}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.border-\[\#E5E7EB\]{border-color:#e5e7eb}.bg-\[\#1E3A8A\]{background-color:#1e3a8a}.bg-\[\#2563EB\]{background-color:#2563eb}.bg-\[\#F8FAFC\]{background-color:#f8fafc}.bg-white{background-color:var(--color-white)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-16{padding-block:calc(var(--spacing) * 16)}.pb-20{padding-bottom:calc(var(--spacing) * 20)}.text-center{text-align:center}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-\[\#111827\]{color:#111827}.text-\[\#475569\]{color:#475569}.text-white{color:var(--color-white)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.group-hover\:scale-\[1\.02\]:is(:where(.group):hover *){scale:1.02}.hover\:border-\[\#2563EB\]:hover{border-color:#2563eb}.hover\:bg-\[\#1E3A8A\]:hover{background-color:#1e3a8a}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}@media (min-width:40rem){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:48rem){.md\:py-24{padding-block:calc(var(--spacing) * 24)}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}}@media (min-width:64rem){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111827;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s,background-color .2s}button{cursor:pointer;border:none;outline:none}input,textarea{outline:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.container{padding:0 2rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
