:root{--brand-blue: #0ea5e9;--brand-indigo: #4f46e5;--text-white: #ffffff;--text-gray: #d1d5db;--gray-700: #374151;--gray-500: #6b7280;--gray-900: #111827}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;overflow-x:hidden;line-height:1.7}html{scroll-behavior:smooth}h1,h2,h3,h4{font-weight:400;line-height:1.2}h1{font-size:clamp(44px,7vw,72px);margin-bottom:24px}h2{font-size:clamp(36px,5vw,56px);margin-bottom:20px}h3{font-size:clamp(24px,3vw,32px);margin-bottom:16px}p{line-height:1.8;color:#fffc;margin-bottom:20px}section{padding:50px 0}.container,.container-narrow{max-width:100%;padding:0 16px}@media(min-width:480px){.container,.container-narrow{padding:0 24px}}@media(min-width:768px){.container{max-width:1200px;padding:0 32px}.container-narrow{max-width:960px;padding:0 32px}.industry-grid>a:last-child{grid-column:1 / -1}}@media(min-width:1024px){.container{max-width:1280px;margin:0 auto;padding:0 40px}.container-narrow{max-width:960px;margin:0 auto;padding:0 48px}}.gradient-text{background-image:linear-gradient(to right,#0ea5e9,#4f46e5);background-clip:text;-webkit-background-clip:text;color:transparent}.section-label{font-size:13px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#00a3ff;margin-bottom:1rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#1a1f2c;width:100%;margin:0;padding-top:80px}.hero-content{position:relative;z-index:10;padding:40px 0;text-align:center;max-width:900px;margin:0 auto}.hero-inner{display:flex;flex-direction:column;align-items:center;z-index:1;max-width:1000px}.hero-tag{display:inline-flex;padding:.5rem 1rem;border-radius:9999px;background:#ffffff1a;color:#fff;font-size:.875rem;font-weight:500;line-height:1.25rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);margin-bottom:1.5rem;text-align:center;animation:fadeInUp 1s ease-out .4s backwards;width:fit-content}.hero h1{max-width:900px;margin-bottom:32px;animation:fadeInUp 1s ease-out .4s backwards;text-align:center;color:#fff}.hero-intro{font-size:20px;color:#faf9f6d9;max-width:820px;line-height:1.75;margin:0 auto 48px;animation:fadeInUp 1s ease-out .4s backwards;text-align:center}.hero-value-props{display:flex;gap:30px;max-width:850px;margin-bottom:0;animation:fadeInUp 1s ease-out .4s backwards;color:#d1d5db;justify-content:center}.value-prop{font-size:18px;color:#fffffff2;font-weight:500;text-wrap:nowrap}.value-prop:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--brand-blue);margin-right:8px;box-shadow:0 0 10px var(--brand-blue);margin-bottom:2px}.hero-cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;animation:fadeInUp 1s ease-out .6s backwards}.btn{padding:18px 36px;font-size:14px;font-weight:600;letter-spacing:.5px;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;animation:fadeInUp 1s ease-out .4s backwards}.btn-hero-primary{background:var(--brand-blue);color:var(--text-white);padding:18px 36px;border-radius:4px;text-decoration:none;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn-outline{background:transparent;color:var(--brand-blue);border:1px solid var(--brand-blue);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn svg{width:20px;height:20px;transition:transform .3s ease}@media(max-width:480px){.hero{padding-top:60px;padding-bottom:40px;min-height:auto}.hero-content{padding:20px 0}.hero h1{font-size:32px;margin-bottom:20px}.hero-intro{font-size:16px;line-height:1.75;margin-bottom:32px}.hero-value-props{display:none}}@media(min-width:481px)and (max-width:768px){.hero{padding-top:80px}.hero h1{font-size:36px}.hero-intro{font-size:17px;margin-bottom:36px}.hero-value-props{display:none}}@media(min-width:769px)and (max-width:1024px){.hero{padding-top:100px}.hero h1{font-size:42px}.hero-intro{font-size:18px;line-height:1.75;margin-bottom:40px}}@media(min-width:1025px){.hero{padding-top:120px}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero{padding:80px 0}.hero-content{padding:60px 0}.hero h1{font-size:2.75rem}.hero-intro{font-size:20px;line-height:1.75;margin-bottom:40px}}.industries-section{padding:50px 0}.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.industries-section a{text-decoration:none}.industry-card{position:relative;overflow:hidden;background:#252a37;border:1px solid #d1d5db;color:#fff;border-radius:1.5rem;padding:3rem;transition:all .4s ease;min-height:644px}.industry-header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #d1d5db}.industry-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,var(--brand-blue) 0%,var(--brand-indigo) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.industry-icon-wrapper svg{width:28px;height:28px;color:#fff}.industry-title-group h2{margin-bottom:.5rem;font-size:2.25rem}.industry-tagline{font-size:1.125rem;color:#d1d5db;font-weight:500;margin-bottom:0}.industry-body{padding-left:0}.industry-description{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;color:#d1d5db}.industry-capabilities{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.public-sector{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;min-height:auto}.capability-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#4a9eff0d;border-radius:.5rem;transition:all .3s ease}.capability-item:hover{background:#4a9eff1a;transform:translate(8px)}.capability-item svg{width:24px;height:24px;flex-shrink:0;color:var(--brand-blue);margin-top:2px}.capability-item span{font-size:1rem;color:#fff;font-weight:500}.industry-card{cursor:pointer}.industry-card:hover:before{opacity:1}.industry-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--brand-blue),var(--brand-indigo));opacity:0;transition:opacity .3s ease}.industry-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(74,158,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.industry-card:hover{transform:translateY(-4px)}.industry-card:hover:after{opacity:1}@media(max-width:1024px){.hero-visual{width:60%}.services-grid{grid-template-columns:1fr}.industry-header{flex-direction:column;gap:1.5rem}.industry-capabilities{grid-template-columns:1fr}}@media(max-width:768px){:root{--spacing-xl: 4rem}.hero{min-height:auto;padding:5rem 0}.hero-visual{width:100%;opacity:.3}.hero-intro{font-size:1.25rem}.industry-card{padding:2rem 1.5rem}.industry-grid{grid-template-columns:1fr}.industry-grid>a:last-child{grid-column:auto}.industry-icon-wrapper{width:44px;height:44px}.industry-icon-wrapper svg{width:30px;height:30px}.industry-title-group h2{font-size:1.75rem}.public-sector{display:grid;grid-template-columns:1fr;gap:1.25rem}.industry-description{font-size:1rem}.cta-actions{flex-direction:column;align-items:stretch}.footer-links{flex-direction:column;gap:1rem}}@media(max-width:480px){.container,.container-narrow{padding:0 1rem}.industry-card{padding:1.5rem 1rem}.industry-grid{grid-template-columns:1fr}.industry-header{padding-bottom:1rem;margin-bottom:1rem}}@media(prefers-reduced-motion:no-preference){.industry-card{animation:fadeInUp .6s ease-out backwards}.industry-card:nth-child(1){animation-delay:.1s}.industry-card:nth-child(2){animation-delay:.2s}.industry-card:nth-child(3){animation-delay:.3s}.industry-card:nth-child(4){animation-delay:.4s}.industry-card:nth-child(5){animation-delay:.5s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
