@import "https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;600;800&family=Sora:wght@300;400;500;700&display=swap";
:root{--color-brand-red:#d9232a;--color-brand-dark:#121212;--color-brand-gray:#4a4a4a;--color-text-main:#1a1a1a;--color-text-muted:#666;--color-bg-light:#f4f4f4;--color-bg-white:#fff;--color-accent-blue:#4a4a4a;--color-accent-green:#1a1a1a;--color-accent-yellow:#d9232a;--font-heading:"Archivo",sans-serif;--font-body:"Sora",sans-serif;--space-unit:8px;--space-sm:16px;--space-md:32px;--space-lg:64px;--space-xl:128px}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-body);color:var(--color-text-main);background-color:var(--color-bg-light);scroll-behavior:smooth;height:100%;overflow-x:hidden}main{width:100%;max-width:100vw;overflow-x:hidden}section.slide{width:100%;min-height:100vh;padding:var(--space-lg)var(--space-md);justify-content:center;align-items:center;display:flex;position:relative}h1,h2,h3,h4,.eyebrow{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.02em}h1.headline{color:var(--color-brand-dark);margin-bottom:var(--space-md);font-size:clamp(48px,8vw,96px);font-weight:800;line-height:.9}h1.headline span{color:var(--color-brand-red);display:block}h2.headline{margin-bottom:var(--space-md);font-size:clamp(32px,5vw,64px);font-weight:700;line-height:1}.eyebrow{letter-spacing:.2em;color:var(--color-brand-red);margin-bottom:var(--space-sm);border-bottom:2px solid var(--color-brand-red);padding-bottom:4px;font-size:14px;font-weight:600;display:inline-block}.subheadline{color:var(--color-text-muted);max-width:600px;font-size:clamp(18px,2vw,24px);font-weight:300;line-height:1.5}.slide-hero{background:radial-gradient(circle at 70% 30%,#fff 0%,#f5f5f5 100%);overflow:hidden}.slide-hero .content{z-index:2;gap:var(--space-lg);grid-template-columns:1fr 1fr;align-items:center;width:100%;max-width:1400px;display:grid;position:relative}@media (max-width:900px){.slide-hero .content{text-align:center;grid-template-columns:1fr}.slide-hero .content p.subheadline{margin:0 auto}}.hero-image-container{border-radius:24px;transition:transform .5s;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);box-shadow:0 40px 80px -20px #00000026}.hero-image-container:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.slide-solution{background-color:#fff;flex-direction:column}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;width:100%;max-width:1400px;margin-top:64px;display:grid}.feature-card{background:#fafafa;border:1px solid #eee;border-radius:12px;padding:32px;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.feature-card:hover{border-color:var(--color-brand-red);transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.feature-card .icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;font-size:32px;display:flex;box-shadow:0 4px 12px #0000000d}.feature-card h4{color:var(--color-brand-dark);margin-bottom:8px;font-size:20px}.feature-card p{color:#666;margin-bottom:16px;font-size:15px;line-height:1.6}.feature-card .result{color:var(--color-brand-red);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}.slide-problems{color:#fff;background-color:#121212}.slide-problems h2.headline{color:#fff}.slide-problems h2.headline span{color:var(--color-brand-red)}.slide-problems .problem-card{background:#1e1e1e;border:1px solid #333;border-radius:12px;padding:32px}.slide-problems .problem-card h4{color:#fff}.slide-problems .problem-card p{color:#aaa}.slide-faq{background-color:var(--color-bg-light)}.faq-list{width:100%;max-width:800px;margin-top:48px}.faq-item{cursor:pointer;background:#fff;border-radius:16px;margin-bottom:16px;padding:32px;transition:all .2s;box-shadow:0 4px 6px #00000005}.faq-item:hover{transform:scale(1.01);box-shadow:0 10px 20px #0000000d}.faq-question{font-family:var(--font-heading);color:var(--color-brand-dark);font-size:20px;font-weight:600}.faq-answer{color:#555;margin-top:12px;font-size:16px;line-height:1.6}.btn{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;border-radius:4px;justify-content:center;align-items:center;padding:16px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--color-brand-red);color:#fff}.btn-primary:hover{background-color:#b01a20;transform:translateY(-2px);box-shadow:0 15px 30px #d9232a4d}.btn-secondary{color:var(--color-brand-dark);background-color:#0000;border:2px solid #ddd;margin-left:16px}.btn-secondary:hover{border-color:var(--color-brand-dark);background:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide>.content{animation:.8s cubic-bezier(.2,.8,.2,1) forwards fadeInUp}.nav-dots{z-index:100;flex-direction:column;gap:16px;display:flex;position:fixed;top:50%;right:32px;transform:translateY(-50%)}.nav-dot{cursor:pointer;background:0 0;border:2px solid #888;border-radius:50%;width:12px;height:12px;transition:all .3s;box-shadow:0 0 2px #0003}.nav-dot:hover{border-color:var(--color-brand-red);transform:scale(1.2)}.nav-dot.active{background:var(--color-brand-red);border-color:var(--color-brand-red);transform:scale(1.4);box-shadow:0 0 10px #d9232a66}.slide-problems .nav-dot,.slide-hero .nav-dot{border-color:#888}.slide-problems .nav-dot.active{border-color:var(--color-brand-red);background:var(--color-brand-red)}.logo{z-index:100;font-family:var(--font-heading);letter-spacing:-.05em;color:var(--color-brand-dark);align-items:center;gap:8px;font-size:24px;font-weight:800;text-decoration:none;display:flex;position:fixed;top:32px;left:40px}.slide-anatomy{background:#fff;flex-direction:column}.hotspot{background:var(--color-brand-red);cursor:pointer;border-radius:50%;width:16px;height:16px;animation:2s infinite pulse;position:absolute;box-shadow:0 0 #d9232ab3}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #d9232ab3}70%{transform:scale(1);box-shadow:0 0 0 10px #d9232a00}to{transform:scale(.95);box-shadow:0 0 #d9232a00}}@media (max-width:900px){section.slide{min-height:auto;padding:80px 24px}h1.headline{font-size:clamp(40px,9vw,64px)}.slide-anatomy .content{flex-direction:column!important;gap:40px!important}.slide-anatomy .content>div:first-child{width:100%;height:320px!important}.slide-problems .content>div{grid-template-columns:1fr!important;gap:40px!important}.slide-solution .content>div:nth-child(2){grid-template-columns:1fr!important;gap:24px!important}.slide-solution .content>div:nth-child(2)>div:nth-child(2){min-height:360px;height:auto!important}.slide-live-features .content>div>div{direction:ltr!important;grid-template-columns:1fr!important;gap:32px!important}.slide-live-features .content>div{gap:80px!important}}@media (max-width:640px){:root{--space-md:20px;--space-lg:40px}section.slide{padding:64px 18px}h1.headline{margin-bottom:20px;font-size:clamp(36px,11vw,56px)}h2.headline{margin-bottom:20px;font-size:clamp(28px,7vw,44px)}.subheadline{font-size:clamp(16px,4vw,18px)}.slide-hero .cta-group{flex-direction:column;gap:12px;width:100%;display:flex!important}.slide-hero .cta-group .btn{width:100%;padding:14px 20px;margin-left:0!important}.hero-image-container{border-radius:16px;transform:none!important}.hero-image-container .glass-overlay{padding:16px!important}.hero-image-container .glass-overlay div:last-child{font-size:15px!important}.logo,a.logo{top:16px!important;left:18px!important}.logo img,a.logo img{height:36px!important}.nav-dots{display:none!important}.features-grid{grid-template-columns:1fr!important;gap:16px!important;margin-top:40px!important}.feature-card{padding:24px!important}.slide-hardware .content>div:nth-child(3),.slide-compliance .content>div:nth-child(2),.slide-cost .content>div:nth-child(2),.slide-twin .content>div:nth-child(3){grid-template-columns:1fr!important;gap:16px!important}.slide-hardware,.slide-twin,.slide-cost,.slide-compliance,.slide-live-features,.slide-solution,.slide-anatomy{padding:64px 18px!important}.slide-hardware .content>div:first-child,.slide-twin .content>div:first-child,.slide-cost .content>div:first-child,.slide-compliance .content>div:first-child,.slide-live-features .content>div:first-child,.slide-solution .content>div:first-child{margin-bottom:40px!important}.slide-cost .content>div:nth-child(2)>div{padding:28px 22px!important}.slide-cta .trust-badges{flex-direction:column!important;gap:24px!important;margin-top:48px!important}.slide-cta .cta-buttons .btn{padding:16px 32px!important;font-size:16px!important}.faq-item{border-radius:12px;padding:20px!important}.faq-question{font-size:17px!important}.faq-answer{font-size:15px!important}.slide-hardware .content>div:nth-child(2){margin-bottom:32px!important}.slide-hardware .content>div:nth-child(2)>div:last-child{padding:18px!important}.slide-hardware .content>div:nth-child(2)>div:last-child>div:last-child{font-size:16px!important}.slide-anatomy .anatomy-item{padding:18px!important}}@media (hover:none){.feature-card:hover,.faq-item:hover,.problem-card:hover{transform:none!important}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter","Inter Fallback"}
