@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap");:root{--bg:#f8fafc;--panel:#ffffff;--panel-soft:#f8fafc;--ink:#0f172a;--muted:#475569;--muted-light:#94a3b8;--line:rgba(226,232,240,0.72);--indigo:#4f46e5;--indigo-dark:#4338ca;--violet:#7c3aed;--emerald:#059669;--slate-900:#0f172a;--shadow:0 24px 70px rgba(148,163,184,0.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--muted);background:var(--bg);font-family:Plus Jakarta Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(100% - 48px,1280px);margin:0 auto}.nav{position:fixed;top:0;right:0;left:0;z-index:50;background:rgba(248,250,252,.82);border-bottom:1px solid rgba(226,232,240,.5);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.navInner{height:80px;display:flex;align-items:center;justify-content:space-between}.brand{gap:8px;color:var(--ink);font-family:Outfit,system-ui,sans-serif;font-size:20px;font-weight:700;letter-spacing:0}.brand,.brandMark{display:inline-flex;align-items:center}.brandMark{width:32px;height:32px;justify-content:center;color:#fff;background:var(--indigo);border-radius:8px;transition:background .18s ease}.brand:hover .brandMark{background:var(--indigo-dark)}.brandLogo{width:32px;height:32px;flex:0 0 auto;object-fit:cover;border-radius:8px;box-shadow:0 8px 18px rgba(15,23,42,.16)}.navLinks{display:flex;align-items:center;gap:32px}.navLinks a{color:var(--muted);font-size:14px;font-weight:600;transition:color .18s ease}.navLinks a:hover{color:var(--indigo)}.navActions{display:flex;align-items:center;gap:12px}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-size:14px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.button:hover{transform:translateY(-1px)}.buttonDark{padding:10px 20px;color:#fff;background:var(--slate-900);box-shadow:0 14px 28px rgba(15,23,42,.18)}.buttonDark:hover{background:#1e293b}.buttonPrimary{padding:14px 24px;color:#fff;background:var(--indigo);box-shadow:0 18px 36px rgba(79,70,229,.2)}.buttonPrimary:hover{background:var(--indigo-dark)}.buttonLight{padding:14px 24px;color:var(--ink);background:#fff;border:1px solid var(--line)}.buttonLight:hover{background:#f8fafc;border-color:#cbd5e1}.menuButton{display:none;width:44px;height:44px;align-items:center;justify-content:center;color:var(--muted);background:transparent;border:0}.hero{position:relative;overflow:hidden;padding:208px 0 128px}.heroGlow{position:absolute;top:50%;left:50%;z-index:-1;width:800px;height:800px;background:rgba(79,70,229,.1);border-radius:999px;filter:blur(56px);transform:translate(-50%,-50%)}.heroGrid{display:grid;grid-template-columns:7fr 5fr;align-items:center;grid-gap:64px;gap:64px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:32px;padding:7px 12px;color:var(--muted);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;font-size:12px;font-weight:700}.eyebrow span{width:8px;height:8px;background:var(--indigo);border-radius:999px}h1,h2,h3,h4{margin:0;color:var(--ink);font-family:Outfit,system-ui,sans-serif;letter-spacing:0}.hero h1{max-width:820px;margin-bottom:24px;font-size:clamp(48px,7vw,72px);line-height:1.05;font-weight:800}.hero h1 span{color:transparent;background:linear-gradient(90deg,var(--indigo),var(--violet));-webkit-background-clip:text;background-clip:text}.heroCopy>p{max-width:680px;margin:0 0 40px;color:var(--muted);font-size:20px;line-height:1.7}.heroActions{gap:16px;margin-bottom:48px}.heroActions,.heroBadges{display:flex;flex-wrap:wrap}.heroBadges{gap:12px}.badge{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;color:var(--muted);background:#fff;border:1px solid rgba(226,232,240,.6);border-radius:8px;box-shadow:0 10px 25px rgba(226,232,240,.62);font-size:14px}.badge svg{color:var(--indigo)}.heroVisual,.photoFrame{position:relative}.photoFrame{aspect-ratio:4/5;overflow:hidden;background:#e2e8f0;border-radius:24px}.photoFrame:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.4),transparent)}.photoFrame img{width:100%;height:100%;object-fit:cover;display:block}.floatingCard{position:absolute;bottom:-24px;left:-24px;width:min(320px,72%);padding:24px;background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:var(--shadow)}.floatingHeader{display:flex;align-items:center;gap:16px;margin-bottom:12px}.floatingHeader span{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--indigo);background:#e0e7ff;border-radius:999px}.floatingHeader small,.floatingHeader strong{display:block}.floatingHeader strong{color:var(--ink);font-size:14px}.floatingHeader small{color:#64748b;font-size:12px}.miniChart{height:48px;display:flex;align-items:flex-end;gap:4px;padding:4px;background:#f8fafc;border-radius:8px}.miniChart i{flex:1 1;background:var(--indigo);border-radius:4px 4px 0 0}.miniChart i:first-child{opacity:.2}.miniChart i:nth-child(2){opacity:.4}.miniChart i:nth-child(3){opacity:.6}.miniChart i:nth-child(4){opacity:.8}.section{padding:128px 0}.sectionWhite{background:#fff}.sectionIntro{max-width:680px;margin:0 auto 80px;text-align:center}.darkKicker,.sectionIntro span{display:block;margin-bottom:12px;color:var(--indigo);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.sectionIntro h2,.servicesGrid h2{margin-bottom:24px;font-size:clamp(34px,5vw,52px);line-height:1.12;font-weight:800}.sectionIntro p{margin:0;font-size:18px;line-height:1.7}.productGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:40px;gap:40px}.productCard{min-height:100%;display:flex;flex-direction:column;padding:48px;background:#f8fafc;border:1px solid rgba(226,232,240,.62);border-radius:24px;transition:box-shadow .26s ease,transform .26s ease}.productCard:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.productIcon{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:32px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 24px rgba(226,232,240,.7)}.productIcon.emerald{color:var(--emerald)}.productIcon.violet{color:var(--violet)}.productIconImage{width:40px;height:40px;object-fit:contain;border-radius:8px}.productSubtitleNote{margin:-16px 0 24px;color:#64748b;font-size:13px;font-weight:500}.productCard h3{margin-bottom:12px;font-size:28px;font-weight:800}.productSubtitle{margin:0 0 24px;color:var(--indigo);font-size:14px;font-weight:700}.productCopy{margin:0 0 40px;line-height:1.7}.productCard ul{flex:1 1;display:grid;grid-gap:16px;gap:16px;margin:0 0 48px;padding:0;list-style:none}.productCard li{display:flex;align-items:flex-start;gap:12px}.productCard li svg{flex:0 0 auto;margin-top:2px;color:var(--emerald)}.productCard:nth-child(2) li svg{color:var(--violet)}.textLink{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-weight:800;transition:color .18s ease,gap .18s ease}.textLink:hover{gap:12px;color:var(--indigo)}.sectionDark{color:#cbd5e1;background:var(--slate-900)}.sectionDark h2,.sectionDark h3,.sectionDark h4{color:#fff}.darkKicker{color:#818cf8}.servicesGrid{display:grid;grid-template-columns:5fr 7fr;grid-gap:96px;gap:96px}.servicesLead{margin:0 0 48px;color:#94a3b8;font-size:18px;line-height:1.75}.timeline{position:relative;display:grid;grid-gap:32px;gap:32px}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:15px;width:1px;background:#1e293b}.timelineItem{position:relative;display:flex;align-items:flex-start;gap:24px}.timelineItem>span{z-index:1;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#cbd5e1;background:#1e293b;border:4px solid var(--slate-900);border-radius:999px;font-size:14px;font-weight:800}.timelineItem>span.active{color:#fff;background:var(--indigo)}.timelineItem h4{margin-bottom:4px;font-size:18px}.timelineItem p{margin:0;color:#94a3b8;font-size:14px}.serviceCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.serviceCards article{padding:32px;background:rgba(30,41,59,.5);border:1px solid rgba(51,65,85,.55);border-radius:20px;transition:background .18s ease}.serviceCards article:hover{background:#1e293b}.serviceCards svg{margin-bottom:24px;color:#818cf8}.serviceCards h3{margin-bottom:12px;font-size:22px}.serviceCards p{margin:0;color:#94a3b8;font-size:14px;line-height:1.75}.serviceCta{justify-content:space-between;gap:32px;margin-top:64px;padding:40px;background:var(--indigo);border-radius:24px}.serviceCta,.serviceCta>div{display:flex;align-items:center}.serviceCta>div{gap:24px}.serviceCta span{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff;background:rgba(255,255,255,.2);border-radius:999px}.serviceCta p{margin:0;color:#fff;font-size:18px;font-weight:700;line-height:1.6}.serviceCta a{flex:0 0 auto;padding:16px 32px;color:#312e81;background:#fff;border-radius:999px;box-shadow:0 18px 30px rgba(49,46,129,.22);font-size:14px;font-weight:800}.contactSection{background:#f8fafc}.contactGrid{width:min(100%,1024px);display:grid;grid-template-columns:5fr 7fr;grid-gap:32px;gap:32px;margin:0 auto}.contactCards{display:grid;grid-gap:24px;gap:24px}.contactCard,.contactForm,.quickCard{background:#fff;border:1px solid rgba(226,232,240,.62);border-radius:24px}.contactCard,.quickCard{padding:32px;box-shadow:0 10px 26px rgba(226,232,240,.48)}.contactCard svg{margin-bottom:16px;color:var(--indigo)}.contactCard h3,.quickCard h3{margin-bottom:4px;font-size:18px}.contactCard p,.quickCard p{margin:0;line-height:1.7}.contactCard a:hover{color:var(--indigo)}.quickCard{color:#cbd5e1;background:var(--slate-900);border-color:var(--slate-900)}.quickCard svg{margin-bottom:16px;color:#818cf8}.quickCard h3{color:#fff}.quickCard p{margin-bottom:24px;color:#94a3b8;font-size:14px}.quickCard div{display:flex;gap:16px}.quickCard a{padding:9px 16px;color:#fff;background:rgba(255,255,255,.1);border-radius:8px;font-size:14px;font-weight:700;transition:background .18s ease}.quickCard a:hover{background:rgba(255,255,255,.2)}.contactForm{display:grid;grid-gap:24px;gap:24px;padding:48px;box-shadow:var(--shadow)}.contactForm h3{margin-bottom:8px;font-size:28px;font-weight:800}.contactForm input,.contactForm textarea{width:100%;padding:16px 20px;color:var(--ink);background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:0;transition:border-color .18s ease,box-shadow .18s ease}.contactForm textarea{resize:none}.contactForm input:focus,.contactForm textarea:focus{border-color:var(--indigo);box-shadow:0 0 0 4px rgba(79,70,229,.16)}.contactForm input::placeholder,.contactForm textarea::placeholder{color:#94a3b8}.contactPhoneInput{display:flex;align-items:stretch;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:border-color .18s ease,box-shadow .18s ease}.contactPhoneInput:focus-within{border-color:var(--indigo);box-shadow:0 0 0 4px rgba(79,70,229,.16)}.contactPhoneInput input,.contactPhoneInput select{border:0;border-radius:0;box-shadow:none;background:transparent}.contactPhoneInput select{width:auto;min-width:118px;max-width:132px;padding:16px 36px 16px 16px;color:var(--ink);border-right:1px solid #e2e8f0;font-size:14px;font-weight:600;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.contactPhoneInput input:focus,.contactPhoneInput select:focus{border-color:transparent;box-shadow:none}.contactPhoneInput input{flex:1 1;min-width:0}.contactForm button{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:var(--indigo);border:0;border-radius:12px;box-shadow:0 18px 34px rgba(79,70,229,.22);font-weight:800;cursor:pointer;transition:background .18s ease}.contactForm button:hover{background:var(--indigo-dark)}.contactForm button:disabled{opacity:.7;cursor:not-allowed}.contactFormStatus{margin:0;padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.6}.contactFormStatusSuccess{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.contactFormStatusError{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.footer{padding:48px 0;text-align:center;background:#fff;border-top:1px solid #e2e8f0}.footer .container{display:flex;flex-direction:column;align-items:center}.footer p{max-width:460px;margin:24px 0;color:#64748b;font-size:14px;line-height:1.7}.footer small{color:#94a3b8;font-size:12px}.productHero{position:relative;overflow:hidden;padding:152px 0 72px}.productHero.emerald{--product-accent:var(--emerald)}.productHero.violet{--product-accent:var(--violet)}.productHero .eyebrow span{background:var(--product-accent)}.productHeroGrid{display:grid;grid-template-columns:6fr 5fr;align-items:center;grid-gap:72px;gap:72px}.backLink{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;color:var(--muted);font-size:14px;font-weight:800;transition:color .18s ease,gap .18s ease}.backLink:hover{gap:12px;color:var(--product-accent)}.productHero h1{max-width:760px;margin-bottom:24px;font-size:clamp(46px,6vw,72px);line-height:1.05;font-weight:800}.productHero p{max-width:680px;margin:0 0 40px;color:var(--muted);font-size:20px;line-height:1.7}.productHero .buttonPrimary{background:var(--product-accent);box-shadow:0 18px 36px color-mix(in srgb,var(--product-accent) 22%,transparent)}.productHero .buttonPrimary:hover{background:color-mix(in srgb,var(--product-accent) 86%,#111827)}.productVisual{position:relative;min-height:520px;overflow:hidden;background:#e2e8f0;border-radius:24px;box-shadow:var(--shadow)}.productVisual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.58),transparent 58%)}.productVisual img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block}.productVisualOverlay{position:absolute;right:24px;bottom:24px;left:24px;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.productVisualOverlay div{min-width:0;padding:16px;color:#fff;background:rgba(15,23,42,.68);border:1px solid rgba(255,255,255,.14);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.productVisualOverlay svg{margin-bottom:12px;color:#c7d2fe}.productVisualOverlay span,.productVisualOverlay strong{display:block}.productVisualOverlay span{margin-bottom:4px;color:#cbd5e1;font-size:12px;font-weight:700}.productVisualOverlay strong{color:#fff;font-size:14px}.productStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:56px}.productStats div{padding:24px;background:#fff;border:1px solid rgba(226,232,240,.7);border-radius:20px;box-shadow:0 18px 44px rgba(226,232,240,.58)}.productStats span,.productStats strong{display:block}.productStats strong{margin-bottom:8px;color:var(--ink);font-family:Outfit,system-ui,sans-serif;font-size:24px;font-weight:800}.productStats span{color:#64748b;line-height:1.55}.sectionKicker{display:block;margin-bottom:12px;color:var(--indigo);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.detailGrid{display:grid;grid-template-columns:5fr 6fr;grid-gap:72px;gap:72px;align-items:start;margin-bottom:72px}.detailGrid h2,.productContact h2{margin-bottom:24px;font-size:clamp(34px,5vw,52px);line-height:1.12;font-weight:800}.detailGrid p,.productContact p{margin:0;font-size:18px;line-height:1.75}.detailList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.detailList div{display:flex;align-items:flex-start;gap:12px;padding:18px;background:#f8fafc;border:1px solid rgba(226,232,240,.7);border-radius:16px;color:var(--muted);font-weight:700;line-height:1.5}.detailList svg{flex:0 0 auto;margin-top:2px;color:var(--indigo)}.highlightGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.highlightGrid article{padding:28px;background:#f8fafc;border:1px solid rgba(226,232,240,.7);border-radius:20px;transition:transform .18s ease,box-shadow .18s ease}.highlightGrid article:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.highlightGrid svg{margin-bottom:24px;color:var(--indigo)}.highlightGrid h3{margin-bottom:12px;font-size:21px;font-weight:800}.highlightGrid p{margin:0;line-height:1.7}.productProcess .servicesGrid{align-items:start}.productTimeline{display:grid;grid-gap:18px;gap:18px}.productTimeline>div{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;gap:20px;padding:24px;background:rgba(30,41,59,.5);border:1px solid rgba(51,65,85,.55);border-radius:20px}.productTimeline span{color:#818cf8;font-family:Outfit,system-ui,sans-serif;font-size:20px;font-weight:800}.productTimeline h3{margin-bottom:8px;font-size:22px}.productTimeline p{margin:0;color:#94a3b8;line-height:1.7}.productCta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:72px}.productCta>div{padding:28px;background:var(--indigo);border-radius:20px}.productCta svg{margin-bottom:20px;color:#fff}.productCta h3{margin-bottom:12px;color:#fff;font-size:22px}.productCta p{margin:0;color:#e0e7ff;line-height:1.7}.productContact{display:grid;grid-template-columns:5fr 5fr;grid-gap:56px;gap:56px;align-items:center}.productContactCards{grid-template-columns:1fr}@media (max-width:980px){.hero{padding-top:160px}.contactGrid,.detailGrid,.heroGrid,.productContact,.productHeroGrid,.servicesGrid{grid-template-columns:1fr}.servicesGrid{gap:56px}.productGrid{gap:24px}.serviceCta{align-items:flex-start;flex-direction:column}.highlightGrid,.productCta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.container{width:min(100% - 32px,1280px)}.buttonDark,.navLinks{display:none}.menuButton{display:inline-flex}.hero{padding:136px 0 88px}.hero h1{font-size:46px}.heroCopy>p{font-size:18px}.heroActions{align-items:stretch;flex-direction:column}.button{width:100%}.floatingCard{display:none}.section{padding:88px 0}.sectionIntro{margin-bottom:48px}.detailList,.highlightGrid,.productCta,.productGrid,.productStats,.productVisualOverlay,.serviceCards{grid-template-columns:1fr}.contactForm,.productCard,.productStats div{padding:32px}.productHero{padding-top:128px}.productHero h1{font-size:42px}.productHero p{font-size:18px}.productVisual,.productVisual img{min-height:480px}.serviceCta{padding:32px}.serviceCta>div{align-items:flex-start}.quickCard div{flex-wrap:wrap}}@media (max-width:460px){.hero h1{font-size:40px}.heroBadges{display:grid}.contactCard,.contactForm,.highlightGrid article,.productCard,.productCta>div,.productTimeline>div,.quickCard,.serviceCards article{padding:24px}}