:root{--bg:#ffffff;--surface:#f7fafc;--card:#ffffff;--border:#e5e7eb;--fg:#0f172a;--muted:#64748b;--accent:#0ea5a4;--accent-2:#14b8a6;--max:1200px;--radius:16px;--shadow:0 8px 28px rgba(2,6,23,.08)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans;color:var(--fg);background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block;border-radius:12px}.container{max-width:var(--max);margin:0 auto;padding:0 24px}.app .page{min-height:calc(100vh - 160px);background:var(--bg)}.btn{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:var(--accent);color:#fff;font-weight:600;border:0;cursor:pointer;box-shadow:var(--shadow)}.btn.secondary{background:#0f172a0d;color:var(--fg);border:1px solid var(--border)}.chip{display:inline-flex;padding:6px 10px;border-radius:999px;background:#0f172a0d;color:var(--muted);font-weight:600;font-size:12px}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 900px){.grid-3,.grid-2{grid-template-columns:1fr}}.nav{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:saturate(150%) blur(8px);backdrop-filter:saturate(150%) blur(8px);border-bottom:1px solid var(--border)}.nav .inner{display:flex;align-items:center;justify-content:space-between;height:72px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.2px}.brand .logo{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:grid;place-items:center;color:#fff;font-weight:900}.menu{display:flex;gap:18px;align-items:center}.menu a{padding:10px 12px;border-radius:10px;color:#0f172a}.menu a.active,.menu a:hover{background:#0f172a0d}.section{padding:64px 0}.section h2{font-size:32px;margin:0 0 10px}.subtle{color:var(--muted)}.hero{padding:38px 0 30px}.hero .title{font-size:4rem;line-height:1.05;margin:18px 0 10px}.hero .lead{font-size:18px;color:var(--muted);max-width:760px}.hero .cta{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.emailbar{display:flex;gap:10px;align-items:center;background:var(--card);border:1px solid var(--border);padding:8px;border-radius:999px;box-shadow:var(--shadow)}.emailbar input{border:0;outline:none;padding:10px 14px;min-width:240px;border-radius:999px}.emailbar button{white-space:nowrap}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.card h3{margin:0 0 6px}.card p{color:var(--muted)}.t-card blockquote{color:var(--fg);margin:0}.t-card footer{margin-top:8px;color:var(--muted)}.cta-band{background:linear-gradient(120deg,var(--accent),var(--accent-2));color:#fff;border-radius:20px;padding:28px}.cta-band .title{font-size:32px;margin:8px 0 12px}.cta-band .emailbar{background:#ffffff26;border-color:transparent}.cta-band .emailbar input{background:transparent;color:#fff}.cta-band .emailbar input::placeholder{color:#f0fdfa}.cta-band .btn.secondary{background:transparent;color:#fff;border-color:#fff5}footer{border-top:1px solid var(--border);margin-top:40px;background:var(--surface)}.foot{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;align-items:flex-start;padding:32px 0;color:var(--muted)}.foot h4{color:var(--fg);margin:0 0 10px}.foot small{color:#94a3b8}.foot .links{display:flex;gap:10px;flex-wrap:wrap}.legal{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid var(--border);color:#94a3b8;font-size:14px}@media (max-width: 900px){.foot{grid-template-columns:1fr}.legal{flex-direction:column;gap:8px}}.video-hero{position:relative;min-height:92vh;display:flex;align-items:center;color:#fff;isolation:isolate}.video-hero .overlay{position:relative;z-index:2}.video-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;background:#000}.video-bg .bgvid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity var(--fade-ms, .7s) ease;will-change:opacity}.video-bg .bgvid.active{opacity:1}.video-bg .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000059,#0000008c);pointer-events:none}.container{max-width:none!important;width:80%!important;padding-left:0!important;padding-right:0!important;margin:0 auto}.section,.hero,.cta-band{padding-left:0!important;padding-right:0!important}@media (max-width: 640px){.overlay,.section .container,.cta-band .container{padding-left:12px!important;padding-right:12px!important}}.grid{display:grid;gap:clamp(12px,2vw,28px)}.grid.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 1024px){.grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid.grid-2,.grid.grid-3{grid-template-columns:1fr}}img,video{max-width:100%;height:auto;display:block}.video-hero .overlay{padding-inline:clamp(8px,2vw,24px)}.industries{padding:4rem 0;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:16px}.industries-head{text-align:center;max-width:900px;margin:0 auto 2rem}.industries-head h2{font-size:2rem;line-height:1.2;margin:0 0 .75rem}.industries-head p{color:var(--muted);font-size:1.05rem;line-height:1.7}.industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 1100px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.industries-grid{grid-template-columns:1fr}}.industry-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;overflow:hidden}.industry-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #0206171f;border-color:#14b8a659}.industry-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2))}.badge{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.02em;padding:.35rem .6rem;border-radius:999px;background:#0ea5a41a;color:var(--accent);margin-bottom:.6rem}.industry-card h3{margin:.2rem 0 .5rem;font-size:1.1rem}.industry-card p{margin:0 0 .9rem;color:var(--muted)}.industry-card .link{font-weight:600;text-decoration:none;color:var(--accent);border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.industry-card .link:hover{color:var(--accent-2);border-color:var(--accent-2)}.services-title{text-align:center;font-size:2rem;margin:0 0 1rem}.services-hero-wrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.services-hero{width:100%;height:clamp(220px,38vw,360px);object-fit:cover;display:block}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(65% 60% at 50% 40%,#fff0,#00000040 68%,#00000059);pointer-events:none}.services-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:-70px;position:relative}@media (max-width:1024px){.services-cards{grid-template-columns:1fr 1fr;margin-top:-60px}}@media (max-width:640px){.services-cards{grid-template-columns:1fr;margin-top:-50px}}.svc-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:5rem 1.5rem;min-height:220px;text-align:center;box-shadow:0 12px 28px #0206171a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;position:relative;overflow:hidden}.svc-card:before{content:"";position:absolute;left:-20%;top:-60%;width:140%;height:120%;background:var(--svc-grad, linear-gradient(90deg, var(--accent), var(--accent-2)));opacity:.08;transform:rotate(8deg)}.svc-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #02061729;border-color:#14b8a659}.svc-badge{width:48px;height:48px;margin:-36px auto 12px;border-radius:14px;display:grid;place-items:center;color:#fff;z-index:1;position:relative;box-shadow:0 8px 24px #02061740;background:var(--svc-badge, linear-gradient(135deg, var(--accent), var(--accent-2)))}.grad-teal{--svc-grad: linear-gradient(135deg, #0ea5a4, #14b8a6);--svc-badge: linear-gradient(135deg, #0ea5a4, #14b8a6)}.grad-purple{--svc-grad: linear-gradient(135deg, #7c3aed, #22d3ee);--svc-badge: linear-gradient(135deg, #7c3aed, #22d3ee)}.grad-orange{--svc-grad: linear-gradient(135deg, #f59e0b, #ef4444);--svc-badge: linear-gradient(135deg, #f59e0b, #ef4444)}.svc-card h3{margin:.35rem 0 .4rem;font-size:1.08rem}.svc-card p{color:var(--muted);font-size:.95rem;line-height:1.6;margin:0 0 .7rem;min-height:3.6em}.svc-more{display:inline-block;font-weight:800;letter-spacing:.02em;color:var(--accent);transition:color .2s ease}.svc-card:hover .svc-more{color:var(--accent-2)}.vg-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206178c;display:grid;place-items:center;padding:1rem;z-index:60}.vg-modal-panel{width:min(720px,100%);background:#fff;color:var(--fg);border-radius:16px;box-shadow:0 24px 60px #02061759;padding:1.2rem 1.2rem 1rem;position:relative;border:1px solid var(--border)}.vg-close{position:absolute;top:.6rem;right:.6rem;width:36px;height:36px;border-radius:10px;background:#0b0f19;color:#fff;border:none;font-size:22px;cursor:pointer;display:grid;place-items:center}.vg-close:hover{filter:brightness(1.1)}.vg-modal h3{margin:.2rem 0 .5rem;font-size:1.25rem}.vg-modal-body{color:var(--fg)}.vg-modal-text{color:var(--muted);margin:0 0 .75rem;line-height:1.7}.vg-modal-list{margin:0 0 1rem 1.1rem;color:var(--muted)}.btn.primary{display:inline-block;padding:.7rem 1.1rem;border-radius:10px;text-decoration:none;font-weight:700;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;box-shadow:0 10px 20px #14b8a640}.btn.primary:hover{filter:brightness(1.05)}.grad-red{--svc-grad: linear-gradient(135deg, #dc2626, #ef4444);--svc-badge: linear-gradient(135deg, #dc2626, #ef4444)}.grad-pink{--svc-grad: linear-gradient(135deg, #ec4899, #f472b6);--svc-badge: linear-gradient(135deg, #ec4899, #f472b6)}.grad-green{--svc-grad: linear-gradient(135deg, #22c55e, #16a34a);--svc-badge: linear-gradient(135deg, #22c55e, #16a34a)}@media (max-width: 767px){.container{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important}.section{padding:48px 0}.grid,.grid.grid-2,.grid.grid-3,.services-cards,.industries-grid,.foot{grid-template-columns:1fr!important;gap:16px}.nav .inner{height:auto;padding:12px 0}.menu{flex-wrap:wrap;gap:8px}.video-hero{min-height:72vh;align-items:flex-end;text-align:center}.video-hero .overlay{width:100%;padding:72px 0 24px}.video-bg .shade{background:linear-gradient(180deg,#000000a6,#00000073 30%,#000000a6)}.hero .title{font-size:clamp(28px,7.2vw,36px);line-height:1.15;margin:10px 0 8px;text-align:center}.hero .lead{font-size:16px;max-width:none;margin:0 auto;text-align:center}.emailbar{width:100%;display:grid;grid-template-columns:1fr;gap:10px;border-radius:12px}.emailbar input{min-width:0;width:100%;font-size:16px;height:44px;border-radius:10px}.emailbar .btn,.hero .cta .btn{width:100%;justify-content:center;height:44px}.card{padding:18px}.section h2,.industries-head h2{font-size:24px;text-align:center;margin:0 0 8px}.subtle,.industries-head p{font-size:16px;text-align:center}img[style*=margin-left]{margin-left:0!important}img[style*=margin-top]{margin-top:16px!important}img{width:100%;height:auto}.services-cards{margin-top:0!important}.cta-band{padding:20px;text-align:center;border-radius:16px}.cta-band .title{font-size:22px;margin:6px 0 8px}.cta-band .emailbar .btn,.cta-band .btn{width:100%}.legal{flex-direction:column;gap:8px;text-align:center}}@media (max-width: 360px){.hero .title{font-size:26px}.emailbar input{font-size:15px}}@media (max-width: 767px){html,body{overflow-x:hidden}.container{padding-left:16px!important;padding-right:16px!important}.nav .inner{height:auto;padding:10px 0;flex-direction:column;align-items:stretch;gap:10px}.brand{justify-content:center}.menu{flex-wrap:wrap;justify-content:center;gap:10px}.menu a{padding:12px 14px;border-radius:12px}.video-hero{min-height:70vh;text-align:center;align-items:flex-end}.video-hero .overlay{width:100%;padding-top:88px!important;padding-bottom:24px!important}.nudge-up{transform:none!important}.hero .title{font-size:clamp(26px,7vw,34px);line-height:1.15;margin:10px 0 8px;text-align:center}.hero .lead{font-size:16px;max-width:none;margin:0 auto 12px;text-align:center;color:#fff!important}.hero .cta,.hero .btn{display:inline-flex;justify-content:center;align-items:center}.hero .btn{min-height:44px;margin-left:auto;margin-right:auto}.video-bg .shade{background:linear-gradient(180deg,#0000009e,#00000073 30%,#0000009e)}.grid.grid-2,.grid.grid-3{grid-template-columns:1fr!important}.section img[style*=margin-left]{margin-left:0!important}.section img[style*=margin-top]{margin-top:16px!important}.section img{width:100%;height:auto;display:block}.section h2{text-align:center;font-size:24px;margin:0 0 8px}.section .subtle,.industries-head p{text-align:center;font-size:16px!important}.section .btn{display:inline-flex;justify-content:center;align-items:center;min-height:44px;margin-left:auto;margin-right:auto}.section ul.subtle{font-size:16px!important;padding-left:18px}.industries-grid{grid-template-columns:1fr!important;gap:14px}.foot{grid-template-columns:1fr!important;text-align:center}.foot .links{justify-content:center}.legal{flex-direction:column!important;gap:8px;text-align:center}}@media (min-width: 768px) and (max-width: 1024px){.grid.grid-3,.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.section-expertise .container{text-align:center}.section-expertise .chip{display:inline-block;margin:0 auto 8px}.section-expertise h2{text-align:center;font-size:24px;margin:12px 0 8px}.section-expertise .subtle{text-align:center;font-size:16px!important;margin-left:auto;margin-right:auto}.section-expertise .grid.grid-3{grid-template-columns:1fr!important;justify-items:center;gap:14px}.section-expertise .grid.grid-3 .card{width:100%;max-width:520px;text-align:center}.section-expertise .grid.grid-3 .card h3{margin-bottom:6px}.section-expertise .grid.grid-3 .card .btn{display:inline-flex;justify-content:center;align-items:center;min-height:44px;margin:8px auto 0}.section-expertise img[style*=margin-left]{margin-left:0!important}.section-expertise img[style*=margin-top]{margin-top:16px!important}.section-expertise img{width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}}@media (max-width: 767px){.section-services .container{text-align:center}.section-services .chip{display:inline-block;margin:0 auto 8px}.section-services h2{text-align:center;font-size:24px;margin:12px 0 8px}.section-services .subtle{text-align:center;font-size:16px!important;margin-left:auto;margin-right:auto}.section-services ul.subtle{list-style-position:inside;padding-left:0;text-align:center;font-size:16px!important;margin:12px auto}.section-services ul.subtle li{margin:6px 0}.section-services .btn{display:inline-flex;justify-content:center;align-items:center;min-height:44px;margin-left:auto;margin-right:auto;margin-top:12px}.section-services [style*=margin-left]{margin-left:0!important}}@media (max-width: 767px){.section-testimonials .chip{display:inline-block;margin:0 auto 12px;text-align:center}}.cta{display:flex;gap:16px;align-items:center;justify-content:space-between;border-radius:16px;padding:24px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff}@media (max-width: 767px){.cta{flex-direction:column;text-align:center}.cta .btn{margin-top:16px;width:auto;padding:12px 24px;display:inline-flex;justify-content:center;align-items:center}}.actions{display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap}@media (max-width: 767px){.actions{justify-content:center;gap:8px}.actions .btn{flex:1 1 auto;max-width:160px}}
