*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1a3a5c;--navy-mid:#2a5a8a;--navy-light:#ebf2fa;--green:#16a34a;--green-light:#f0fdf4;--orange:#ea580c;--orange-light:#fff7ed;--white:#fff;--bg:#f7f9fc;--bg-warm:#f5f3ef;--border:#dde3ec;--text:#0f1a2a;--soft:#56677a;--muted:#8a99ab;--f:"Inter",system-ui,-apple-system,sans-serif;--mono:"Inter",system-ui,-apple-system,sans-serif;--max:1280px;--pad:clamp(24px,5vw,72px);--section-pad:clamp(72px,10vw,120px);--dark:#060d1a;--dark-alt:#0a1628;--accent:#2563eb;--accent-bg:#eef3fd;--gold:#d97706;--gold-bright:#fbbf24}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--f);background:var(--dark);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none;width:0;height:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}.nav{position:fixed;top:0;left:0;right:0;z-index:200;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--pad);background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s}.nav.scrolled{box-shadow:0 2px 20px rgba(26,58,92,.08)}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.04em;color:var(--navy)}.nav-logo img{height:28px}.nav-links{display:flex;gap:32px;align-items:center}.nav-links a{font-size:14px;font-weight:500;color:var(--soft);transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-links a.active{color:var(--navy);font-weight:600}.nav-cta{display:inline-flex;align-items:center;padding:10px 22px;border-radius:8px;background:var(--navy);color:var(--white);font-size:14px;font-weight:600;transition:background .2s,transform .15s;white-space:nowrap}.nav-cta:hover{background:var(--navy-mid);transform:translateY(-1px)}.container{padding:0 var(--pad)}.container,.section{max-width:var(--max);margin:0 auto}.section{padding:var(--section-pad) var(--pad)}.eyebrow{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--green);margin-bottom:16px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.hero-wrap{padding-top:68px;background:linear-gradient(160deg,#ebf2fa,#f7f9fc 55%,#fff);min-height:92vh;display:flex}.hero,.hero-wrap{align-items:center}.hero{max-width:var(--max);margin:0 auto;padding:clamp(64px,10vw,112px) var(--pad);display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px}.hero-eyebrow{margin-bottom:20px}.hero-title{font-size:clamp(36px,5.5vw,68px);font-weight:800;letter-spacing:-.04em;line-height:1.1;color:var(--text);margin-bottom:24px}.hero-title em{font-style:normal;color:var(--navy)}.hero-title .accent{color:var(--green)}.hero-sub{font-size:18px;color:var(--soft);line-height:1.65;margin-bottom:36px;max-width:500px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.gacs-strip .eyebrow{color:hsla(0,0%,100%,.5)}.gacs-steps{display:flex;flex-direction:column;gap:20px}footer{background:var(--navy);color:hsla(0,0%,100%,.75);padding:64px var(--pad) 32px}.sub-page footer{background:#060d1a;border-top:1px solid hsla(0,0%,100%,.07)}.footer-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:48px;border-bottom:1px solid hsla(0,0%,100%,.1)}.footer-brand h3{font-size:18px;font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:12px}.footer-brand p{font-size:14px;line-height:1.7;margin-bottom:20px}.footer-col h4{font-size:13px;font-weight:700;color:hsla(0,0%,100%,.6);letter-spacing:.04em;margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col li a{font-size:14px;color:hsla(0,0%,100%,.6);transition:color .2s}.footer-col li a:hover{color:var(--white)}.footer-bottom{max-width:var(--max);margin:28px auto 0;display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:12px}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:hsla(0,0%,100%,.45);transition:color .2s}.footer-bottom-links a:hover{color:hsla(0,0%,100%,.8)}.page-header{padding-top:68px;background:linear-gradient(160deg,var(--navy-light) 0,var(--white) 100%);padding-bottom:72px}.page-header .container{padding-top:clamp(48px,8vw,80px)}.page-header h1{font-size:clamp(32px,5vw,60px);font-weight:800;letter-spacing:-.04em;color:var(--text);line-height:1.1;max-width:680px;margin-top:16px}.page-header p{font-size:18px;color:var(--soft);max-width:560px;margin-top:16px;line-height:1.65}.class-card.active{border-color:var(--green);background:var(--green-light)}.demo-direct{margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.demo-direct-label{font-size:13px;color:var(--muted);margin-bottom:14px;font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase}.demo-direct-link{display:flex;gap:12px;align-items:center;font-size:15px;font-weight:600;color:var(--navy);text-decoration:none;transition:opacity .2s}.demo-direct-link:hover{opacity:.7}.sub-page{background:var(--dark);color:#f5f3ef;--text:#f5f3ef;--soft:hsla(40,23%,95%,.55);--muted:hsla(40,23%,95%,.3);--border:hsla(0,0%,100%,.09);--white:#0f1d30;--bg:#0a1628;--navy-light:hsla(0,0%,100%,.06);--navy:#4878b8;--navy-mid:rgba(251,191,36,.6);--green-light:rgba(34,197,94,.1);--orange-light:rgba(249,115,22,.08)}.sub-page nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:rgba(6,13,26,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.07);transition:background .3s,border-color .3s}.sub-page nav.light{background:hsla(40,23%,95%,.95);border-bottom-color:rgba(0,0,0,.08)}.sub-page .nav-logo{display:flex;align-items:center;text-decoration:none}.sub-page .nav-links{display:flex;gap:36px;list-style:none}.sub-page .nav-links a{text-decoration:none;color:hsla(40,23%,95%,.65);font-size:14px;font-weight:500;transition:color .15s}.sub-page .nav-links a:hover{color:#f5f3ef}.sub-page nav.light .nav-links a{color:#56677a}.sub-page nav.light .nav-links a:hover{color:#060d1a}.sub-page .nav-cta{padding:9px 20px;background:var(--gold);color:#060d1a;border-radius:8px;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:-.01em;transition:opacity .15s}.sub-page .nav-cta:hover{opacity:.85}.nav-item-dropdown{position:relative}.nav-item-dropdown>a{display:inline-flex;align-items:center;gap:5px}.nav-item-dropdown .nav-chevron{transition:transform .2s}.nav-item-dropdown:hover .nav-chevron{transform:rotate(180deg)}.nav-item-dropdown:after{content:"";position:absolute;top:100%;left:-20px;right:-20px;height:16px}.nav-dropdown{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(-6px);min-width:210px;margin:0;padding:8px;list-style:none;background:rgba(10,22,40,.98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.09);border-radius:12px;box-shadow:0 16px 40px rgba(0,0,0,.35);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s}.nav-item-dropdown:focus-within .nav-dropdown,.nav-item-dropdown:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}.nav-dropdown li{display:block}.nav-dropdown a{display:block;padding:10px 14px;border-radius:8px;font-size:14px;font-weight:500;white-space:nowrap;transition:background .15s,color .15s}.sub-page .nav-dropdown a,.sub-page nav.light .nav-dropdown a{color:hsla(40,23%,95%,.65)}.sub-page .nav-dropdown a:hover,.sub-page nav.light .nav-dropdown a:hover{background:hsla(0,0%,100%,.07);color:#f5f3ef}.sub-page .page-header{padding-top:68px;background:linear-gradient(160deg,#060d1a,#0a1628);border-bottom:1px solid hsla(0,0%,100%,.06);padding-bottom:80px}.sub-page .page-header .container{padding-top:clamp(48px,8vw,80px)}.sub-page .page-header .eyebrow{color:var(--gold-bright)}.sub-page .page-header h1{color:#f5f3ef}.sub-page .page-header h1 em{font-style:italic;font-weight:300;color:rgba(251,191,36,.55)}.sub-page .page-header p{color:hsla(40,23%,95%,.55)}.sub-page .eyebrow{color:var(--gold-bright)}.sub-page .eyebrow-navy{color:rgba(251,191,36,.75)}.sub-page .eyebrow-muted{color:hsla(40,23%,95%,.3)}.sub-page .section-title em{color:rgba(251,191,36,.6)}.sub-page .btn-primary{background:var(--accent)}.sub-page .btn-primary:hover{background:#1d4ed8;box-shadow:0 6px 20px rgba(37,99,235,.35);transform:translateY(-2px)}.sub-page .btn-outline{color:#f5f3ef;border-color:hsla(40,23%,95%,.28)}.sub-page .btn-outline:hover{background:hsla(40,23%,95%,.08);border-color:hsla(40,23%,95%,.45)}.sub-page .feature-card:hover{border-color:rgba(251,191,36,.35);box-shadow:0 8px 32px rgba(0,0,0,.35)}.sub-page .feature-title{color:#f5f3ef}.sub-page .process-step-num{color:hsla(0,0%,100%,.1)}.sub-page .process-step-title{color:#f5f3ef}.sub-page .process-step.highlighted{background:var(--accent);border-color:var(--accent)}.sub-page .process-step.highlighted .process-step-num{color:hsla(0,0%,100%,.2)}.sub-page .sector-card:hover{border-color:rgba(251,191,36,.35);box-shadow:0 8px 32px rgba(0,0,0,.35)}.sub-page .sector-detail h3,.sub-page .sector-name{color:#f5f3ef}.sub-page .sector-divider{border-top-color:hsla(0,0%,100%,.08)}.sub-page .sector-solution-label{color:#22c55e}.sub-page .class-card.active{border-color:rgba(34,197,94,.4);background:rgba(34,197,94,.1)}.sub-page .class-badge,.sub-page .class-name{color:#f5f3ef}.sub-page .class-badge.green{color:#22c55e}.sub-page .faq-q{background:var(--white);color:#f5f3ef}.sub-page .faq-q>span{color:var(--gold-bright)!important}.sub-page .guarantee-text h4{color:#22c55e}.sub-page .member-photo{background:rgba(72,120,184,.15);color:#4878b8}.sub-page .member-name{color:#f5f3ef}.sub-page .member-role{color:var(--gold-bright)}.sub-page .value-num{color:hsla(40,23%,95%,.22)}.sub-page .value-title{color:#f5f3ef}.sub-page .membership-badge{color:#f5f3ef;border-color:hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04)}.sub-page .contact-link{background:var(--white);border-color:hsla(0,0%,100%,.09)}.sub-page .contact-link:hover{border-color:rgba(251,191,36,.4)}.sub-page .route-partner{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.08);color:hsla(40,23%,95%,.5)}.sub-page .project-card-tag{color:var(--gold-bright)}.sub-page .project-card-title,.sub-page .project-stat-val{color:#f5f3ef}.sub-page .project-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.5)}.sub-page .case-stat-val{color:#f5f3ef}.sub-page .case-img-label{background:rgba(6,13,26,.82);color:#f5f3ef;border:1px solid hsla(0,0%,100%,.12)}.sub-page .case-img-overlay{background:linear-gradient(135deg,rgba(6,13,26,.65),transparent 60%)}.sub-page .case-name{color:#f5f3ef}.sub-page .cta-block{background:#f5f3ef}.sub-page .cta-block .section-title{color:#060d1a}.sub-page .cta-block .section-title em{color:#1a3a5c}.sub-page .cta-block .section-sub{color:#56677a}.sub-page .cta-block .eyebrow,.sub-page .cta-block .eyebrow-navy{color:#2a5a8a}.sub-page .cta-block .btn-primary{background:#060d1a;color:#f5f3ef}.sub-page .cta-block .btn-primary:hover{background:#0a1628;box-shadow:0 6px 20px rgba(6,13,26,.3)}.sub-page .cta-block .btn-outline{color:#060d1a;border-color:rgba(6,13,26,.25)}.sub-page .cta-block .btn-outline:hover{background:rgba(6,13,26,.06)}.sub-page .sub-hero{padding-top:64px;min-height:60vh;display:flex;align-items:flex-end;background:#060d1a;border-bottom:1px solid hsla(0,0%,100%,.06)}.sub-page .sub-hero.ep-hero,.sub-page .sub-hero.gacs-hero{background:transparent}.ep-glow{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 90% 85% at 58% 35%,rgba(16,185,129,.2) 0,transparent 75%),radial-gradient(ellipse 85% 80% at 42% 55%,rgba(37,99,235,.2) 0,transparent 75%),radial-gradient(ellipse 60% 55% at 50% 45%,rgba(6,182,212,.14) 0,transparent 65%)}.sub-page>:not(.ep-glow):not(nav){position:relative;z-index:1}.sub-page .sub-hero-inner{max-width:1280px;margin:0 auto;padding:72px var(--pad) 88px}.sub-page .sub-hero-title{font-size:clamp(36px,5.5vw,76px);font-weight:700;letter-spacing:-.05em;line-height:1;margin:20px 0 28px;color:#f5f3ef;max-width:900px}.sub-page .sub-hero-title em{font-style:italic;font-weight:300;color:rgba(251,191,36,.55)}.sub-page .sub-hero-sub{font-size:clamp(16px,1.5vw,19px);color:hsla(40,23%,95%,.65);max-width:560px;line-height:1.7}.sub-page .ep-hero-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.sub-page .ep-hero-visual{background:transparent}.sub-page .ep-hero-visual canvas,.sub-page .ep-hero-visual img{width:100%;height:auto;display:block}.sub-page .sub-section{max-width:1280px;margin:0 auto;padding:clamp(72px,10vw,112px) var(--pad)}.sub-page .sub-section-alt{background:#0a1628}.sub-page .sub-section-alt .sub-section{background:transparent}.sub-page .sec-eye{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:hsla(40,23%,95%,.4);margin-bottom:24px}.sub-page .sec-title{font-size:clamp(28px,4vw,52px);font-weight:700;letter-spacing:-.04em;line-height:1.05;margin-bottom:56px;max-width:820px;color:#f5f3ef}.sub-page .sec-title em{font-style:italic;font-weight:300;color:rgba(251,191,36,.55)}.sub-page .sec-body{font-size:clamp(16px,1.4vw,18px);color:hsla(40,23%,95%,.65);line-height:1.75;max-width:680px;margin-bottom:28px}.sub-page .sub-stats{display:flex;gap:56px;flex-wrap:wrap;padding:40px 0;border-top:1px solid hsla(0,0%,100%,.09);border-bottom:1px solid hsla(0,0%,100%,.09);margin-bottom:80px}.sub-page .sub-stat-val{font-size:clamp(28px,3.2vw,48px);font-weight:700;letter-spacing:-.05em;color:#f5f3ef;line-height:1;margin-bottom:8px}.sub-page .sub-stat-lbl{font-size:13px;color:hsla(40,23%,95%,.4);line-height:1.4;max-width:130px}.sub-page .ep-stats{justify-content:center}.sub-page .ep-stats .sub-stat-item{text-align:center}.sub-page .gacs-stats{justify-content:center}.sub-page .gacs-stats .sub-stat-item{text-align:center}.sub-page .ep-stats .sub-stat-lbl{margin-left:auto;margin-right:auto}.sub-page .steps-compact{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:start;border:1px solid hsla(0,0%,100%,.09);border-radius:16px;overflow:hidden}.sub-page .steps-compact-item{padding:48px 40px;background:hsla(0,0%,100%,.03);display:flex;flex-direction:column;gap:20px}.sub-page .steps-compact-divider{width:1px;background:hsla(0,0%,100%,.09);align-self:stretch}.sub-page .ep-steps,.sub-page .gacs-steps{background:transparent}.sub-page .gacs-steps .steps-compact{border:none;background:transparent;grid-gap:16px;gap:16px;display:grid;grid-template-columns:1fr 1fr 1fr}.sub-page .gacs-steps .steps-compact-item{background:#f5f3ef;border-radius:14px;border:none}.sub-page .gacs-steps .steps-compact-divider{display:none}.sub-page .gacs-steps .steps-compact-num{color:rgba(6,13,26,.25)}.sub-page .gacs-steps .steps-compact-name{color:#060d1a}.sub-page .gacs-steps .steps-compact-desc{color:rgba(6,13,26,.6)}.sub-page .ep-steps .steps-compact{border:none;background:transparent;grid-gap:16px;gap:16px;display:grid;grid-template-columns:1fr 1fr 1fr}.sub-page .ep-steps .steps-compact-item{background:#f5f3ef;border-radius:14px;border:none}.sub-page .ep-steps .steps-compact-divider{display:none}.sub-page .ep-steps .steps-compact-num{color:rgba(6,13,26,.25)}.sub-page .ep-steps .steps-compact-name{color:#060d1a}.sub-page .ep-steps .steps-compact-desc{color:rgba(6,13,26,.6)}.sub-page .steps-compact-num{font-family:var(--f);font-size:52px;font-weight:700;color:hsla(40,23%,95%,.3);letter-spacing:-.04em;line-height:1}.sub-page .steps-compact-name{font-size:20px;font-weight:700;letter-spacing:-.025em;color:#f5f3ef;margin-bottom:8px}.sub-page .steps-compact-desc{font-size:14px;color:hsla(40,23%,95%,.62);line-height:1.65}.sub-page .sub-routes-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.sub-page .sub-route-card{border:1px solid hsla(0,0%,100%,.09);border-radius:20px;padding:52px 48px;display:flex;flex-direction:column;background:hsla(0,0%,100%,.03)}.sub-page .sub-route-card-accent{background:rgba(37,99,235,.1);border-color:rgba(37,99,235,.25)}.sub-page .sub-route-badge{display:inline-block;font-family:var(--f);font-size:22px;font-weight:700;letter-spacing:-.02em;text-transform:none;padding:4px 14px;border-radius:6px;margin-bottom:28px;width:-moz-fit-content;width:fit-content;background:rgba(251,191,36,.1);color:#fbbf24;border:1px solid rgba(251,191,36,.2)}.sub-page .sub-route-title{font-size:clamp(22px,2.5vw,32px);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:16px;color:#f5f3ef}.sub-page .sub-route-sub{font-size:15px;color:hsla(40,23%,95%,.62);line-height:1.7;margin-bottom:28px;flex:1 1}.sub-page .sub-route-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.sub-page .sub-route-list li{font-size:14px;color:hsla(40,23%,95%,.62);padding-left:20px;position:relative;line-height:1.6}.sub-page .sub-route-list li:before{content:"↗";position:absolute;left:0;color:#fbbf24;font-size:12px}.sub-page .sub-route-cta{font-size:14px;font-weight:600;color:#fbbf24;text-decoration:none;display:inline-flex;align-items:center;border-bottom:1px solid rgba(251,191,36,.2);padding-bottom:2px;transition:opacity .15s;width:-moz-fit-content;width:fit-content}.sub-page .sub-route-cta:hover{opacity:.7}.sub-page .sub-callout{padding:28px 36px;border-left:3px solid rgba(251,191,36,.4);background:rgba(251,191,36,.04);border-radius:0 12px 12px 0;margin:32px 0 40px}.sub-page .sub-callout p{font-size:17px;font-weight:500;color:#f5f3ef;line-height:1.65}.sub-page .sub-link{font-size:14px;font-weight:600;color:var(--accent);text-decoration:none;border-bottom:1px solid var(--accent-bg);padding-bottom:2px;transition:opacity .15s;display:inline-flex;align-items:center}.sub-page .sub-link:hover{opacity:.7}.sub-page .sub-link-gold{color:#fbbf24;border-bottom-color:rgba(251,191,36,.2)}.sub-page .sub-faq{display:flex;flex-direction:column;border-top:1px solid hsla(0,0%,100%,.09)}.sub-page .sub-faq-item{border-bottom:1px solid hsla(0,0%,100%,.09)}.sub-page .sub-faq-q{display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-size:17px;font-weight:600;color:#f5f3ef;cursor:pointer;gap:20px;background:none;border:none;width:100%;text-align:left;transition:color .15s}.sub-page .sub-faq-q:hover{color:#fbbf24}.sub-page .sub-faq-icon{font-size:20px;color:rgba(251,191,36,.6);flex-shrink:0;font-style:normal}.sub-page .sub-faq-a{padding:0 0 24px;font-size:15px;color:hsla(40,23%,95%,.7);line-height:1.75;max-width:720px}.sub-page .sub-klassen{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px;border:1px solid hsla(0,0%,100%,.09);border-radius:14px;overflow:hidden;margin-bottom:56px}.sub-page .sub-klasse{padding:28px 24px;background:hsla(0,0%,100%,.03)}.sub-page .sub-klasse.active{background:rgba(37,99,235,.12);border:1px solid rgba(37,99,235,.3)}.sub-page .sub-klasse-letter{font-size:36px;font-weight:900;letter-spacing:-.04em;color:hsla(40,23%,95%,.4);margin-bottom:8px;line-height:1}.sub-page .sub-klasse.active .sub-klasse-letter{color:#f5f3ef}.sub-page .sub-klasse-name{font-size:13px;font-weight:700;color:hsla(40,23%,95%,.6);margin-bottom:6px}.sub-page .sub-klasse.active .sub-klasse-name{color:#f5f3ef}.sub-page .sub-klasse-desc{font-size:12px;color:hsla(40,23%,95%,.5);line-height:1.5}.sub-page .sub-klasse.active .sub-klasse-desc{color:hsla(40,23%,95%,.72)}.sub-page .sub-klasse-badge{display:inline-block;font-family:var(--mono);font-size:9px;letter-spacing:.1em;color:#fbbf24;margin-top:8px}.sub-page .vw-sector-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.sub-page .vw-sector-card{padding:36px 32px;border-radius:16px;border:1px solid hsla(0,0%,100%,.09);background:hsla(0,0%,100%,.03);display:flex;flex-direction:column;transition:border-color .25s,box-shadow .25s,transform .25s}.sub-page .vw-sector-card:hover{border-color:rgba(251,191,36,.3);box-shadow:0 8px 40px rgba(0,0,0,.4);transform:translateY(-3px)}.sub-page .vw-card-num{font-family:var(--mono);font-size:10px;letter-spacing:.12em;color:rgba(251,191,36,.55);margin-bottom:12px}.sub-page .vw-card-name{font-size:22px;font-weight:700;color:#f5f3ef;letter-spacing:-.03em;line-height:1.2;margin-bottom:20px}.sub-page .vw-card-divider{border:none;border-top:1px solid hsla(0,0%,100%,.08);margin-bottom:20px}.sub-page .vw-card-block{margin-bottom:16px}.sub-page .vw-card-label{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px}.sub-page .vw-card-label-pain{color:rgba(234,88,12,.75)}.sub-page .vw-card-label-sol{color:rgba(34,197,94,.65)}.sub-page .vw-card-text{font-size:14px;color:hsla(40,23%,95%,.55);line-height:1.65}.sub-page .vw-card-link{font-size:13px;font-weight:600;color:#fbbf24;text-decoration:none;margin-top:auto;padding-top:20px;display:inline-flex;align-items:center;border-top:1px solid hsla(0,0%,100%,.06);width:100%;transition:opacity .15s}.sub-page .vw-card-link:hover{opacity:.7}.sub-page .vw-open-block{margin-top:56px;padding:48px;border-radius:16px;border:1px solid hsla(0,0%,100%,.09);background:hsla(0,0%,100%,.03);display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}@media (max-width:1024px){.sub-page .vw-sector-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.sub-page .vw-open-block,.sub-page .vw-sector-grid{grid-template-columns:1fr}.sub-page .vw-open-block{gap:24px}}.sub-page .sub-first-section,.sub-page .vw-grid-section{padding-top:clamp(104px,13vw,152px)}.sub-page .proj-title{max-width:760px}.sub-page .proj-overview-stats{margin-top:8px;margin-bottom:64px}.sub-page .proj-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.sub-page a.proj-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;border-radius:16px;border:1px solid hsla(0,0%,100%,.09);background:hsla(0,0%,100%,.03);overflow:hidden;transition:border-color .25s,box-shadow .25s,transform .25s}.sub-page a.proj-card:hover{border-color:rgba(251,191,36,.3);box-shadow:0 8px 40px rgba(0,0,0,.4);transform:translateY(-3px)}.sub-page .proj-card-img{position:relative;overflow:hidden;width:100%;aspect-ratio:16/10;background:linear-gradient(135deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02));border-bottom:1px solid hsla(0,0%,100%,.09);display:flex;align-items:center;justify-content:center}.sub-page .proj-card-img span{font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:hsla(40,23%,95%,.3);text-transform:uppercase}.sub-page .proj-card-body{padding:28px 28px 32px;display:flex;flex-direction:column;flex:1 1}.sub-page .proj-card-eyebrow{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(251,191,36,.55);margin-bottom:12px}.sub-page .proj-card-title{font-size:20px;font-weight:700;color:#f5f3ef;letter-spacing:-.025em;line-height:1.2;margin-bottom:18px}.sub-page .proj-card-metric{display:flex;align-items:baseline;gap:10px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid hsla(0,0%,100%,.08)}.sub-page .proj-card-metric-val{font-size:34px;font-weight:700;letter-spacing:-.04em;color:#22c55e;line-height:1}.sub-page .proj-card-metric-lbl{font-size:13px;color:hsla(40,23%,95%,.45)}.sub-page .proj-card-text{font-size:14px;color:hsla(40,23%,95%,.55);line-height:1.6;margin-bottom:24px}.sub-page .proj-card-link{font-size:13px;font-weight:600;color:#fbbf24;margin-top:auto;transition:opacity .15s}.sub-page a.proj-card:hover .proj-card-link{opacity:.7}@media (max-width:1024px){.sub-page .proj-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.sub-page .proj-grid{grid-template-columns:1fr}}.sub-page .demo-title{max-width:760px}.sub-page .demo-layout{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:56px;gap:56px;align-items:start;margin-top:56px}.sub-page .demo-points{display:flex;flex-direction:column;gap:26px}.sub-page .demo-point{display:grid;grid-template-columns:34px 1fr;grid-gap:14px;gap:14px;align-items:start}.sub-page .demo-point-num{font-family:var(--mono);font-size:12px;color:rgba(251,191,36,.55);letter-spacing:.08em;padding-top:4px}.sub-page .demo-point-title{font-size:16px;font-weight:700;color:#f5f3ef;letter-spacing:-.01em;margin-bottom:4px}.sub-page .demo-point-desc{font-size:14px;color:hsla(40,23%,95%,.55);line-height:1.6}.sub-page .demo-direct{margin-top:40px;padding-top:28px;border-top:1px solid hsla(0,0%,100%,.09)}.sub-page .demo-direct-label{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:hsla(40,23%,95%,.4);margin-bottom:14px}.sub-page .demo-direct-link{display:block;font-size:16px;font-weight:700;color:#f5f3ef;text-decoration:none;margin-bottom:8px;transition:color .15s}.sub-page .demo-direct-link:hover{color:#fbbf24}.sub-page .demo-cal-widget{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 24px 60px rgba(0,0,0,.4)}@media (max-width:900px){.sub-page .demo-layout{grid-template-columns:1fr;gap:40px}}.sub-page .oo-team-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;gap:20px}.sub-page .oo-team-card{display:flex;flex-direction:column}.sub-page .oo-team-photo{position:relative;overflow:hidden;width:100%;aspect-ratio:3/4;border-radius:14px;margin-bottom:16px;background:linear-gradient(135deg,hsla(0,0%,100%,.07),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.09);display:flex;align-items:center;justify-content:center}.sub-page .oo-team-photo span{font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:hsla(40,23%,95%,.3);text-transform:uppercase}.sub-page .oo-team-name{font-size:16px;font-weight:700;color:#f5f3ef;letter-spacing:-.01em}@media (max-width:900px){.sub-page .oo-team-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.sub-page .oo-team-grid{grid-template-columns:repeat(2,1fr)}}.sub-page a.vw-sector-card{text-decoration:none;color:inherit}.sub-page .vw-card-img-ph{position:relative;overflow:hidden;width:100%;aspect-ratio:16/10;border-radius:10px;margin-bottom:20px;background:linear-gradient(135deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.09);display:flex;align-items:center;justify-content:center}.sub-page .vw-card-img-ph span{font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:hsla(40,23%,95%,.3);text-transform:uppercase}.sub-page .sector-hero-inner{display:grid;grid-template-columns:3fr 2fr;grid-gap:56px;gap:56px;align-items:center}.sub-page .sector-back{display:inline-flex;align-items:center;font-size:13px;font-weight:600;color:hsla(40,23%,95%,.5);text-decoration:none;margin-bottom:24px;transition:color .15s}.sub-page .sector-back:hover{color:#f5f3ef}.sub-page .sector-hero-text .btn-cta-primary{display:inline-flex}.sub-page .sector-img-placeholder{position:relative;overflow:hidden;width:100%;aspect-ratio:4/3;border-radius:16px;background:linear-gradient(135deg,hsla(0,0%,100%,.07),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.09);display:flex;align-items:center;justify-content:center;text-align:center}.sub-page .sector-img-placeholder span{font-family:var(--mono);font-size:12px;letter-spacing:.08em;color:hsla(40,23%,95%,.32);text-transform:uppercase;line-height:1.6}.sub-page .sector-stats-section{padding-top:8px;padding-bottom:8px}.sub-page .sector-stats-section .sub-stats{margin-bottom:0}.sub-page .sector-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.sub-page .sector-tag{padding:10px 18px;border-radius:100px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.03);font-size:14px;font-weight:500;color:hsla(40,23%,95%,.8)}.sub-page .sector-steps{display:flex;flex-direction:column;margin-top:16px;border-top:1px solid hsla(0,0%,100%,.09)}.sub-page .sector-step{display:grid;grid-template-columns:64px 1fr;grid-gap:28px;gap:28px;padding:28px 0;border-bottom:1px solid hsla(0,0%,100%,.08)}.sub-page .sector-step-num{font-family:var(--mono);font-size:13px;color:rgba(251,191,36,.55);letter-spacing:.1em;padding-top:3px}.sub-page .sector-step-head{display:flex;align-items:baseline;gap:14px;margin-bottom:8px;flex-wrap:wrap}.sub-page .sector-step-name{font-size:19px;font-weight:700;letter-spacing:-.02em;color:#f5f3ef}.sub-page .sector-step-dur{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:hsla(40,23%,95%,.35)}.sub-page .sector-step-desc{font-size:15px;color:hsla(40,23%,95%,.6);line-height:1.65;max-width:720px}@media (max-width:900px){.sub-page .sector-hero-inner{grid-template-columns:1fr;gap:40px}.sub-page .sector-step{grid-template-columns:48px 1fr;gap:18px}}.sub-page .sub-sector-row{padding:56px 0;border-bottom:1px solid hsla(0,0%,100%,.09);display:grid;grid-template-columns:260px 1fr 1fr;grid-gap:48px;gap:48px;align-items:start;position:relative;transition:box-shadow .25s}.sub-page .sub-sector-row:first-child{border-top:1px solid hsla(0,0%,100%,.09)}.sub-page .sub-sector-row:hover{box-shadow:inset 3px 0 0 rgba(251,191,36,.5)}.sub-page .sub-sector-row:hover .sub-sector-name{color:#fbbf24}.sub-page .sub-sector-ghost-num{position:absolute;top:28px;left:-6px;font-family:var(--mono);font-size:88px;font-weight:900;color:hsla(40,23%,95%,.035);letter-spacing:-.06em;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sub-page .sub-sector-num{font-family:var(--mono);font-size:10px;color:hsla(40,23%,95%,.3);letter-spacing:.1em;margin-bottom:10px}.sub-page .sub-sector-name{font-size:22px;font-weight:700;color:#f5f3ef;letter-spacing:-.03em;transition:color .2s}.sub-page .sub-sector-label{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;color:hsla(40,23%,95%,.3)}.sub-page .sub-sector-label-pain{color:rgba(234,88,12,.8)}.sub-page .sub-sector-label-sol{color:rgba(34,197,94,.7)}.sub-page .sub-sector-text{font-size:14px;color:hsla(40,23%,95%,.55);line-height:1.7}.sub-page .sub-sector-pain-box{padding:14px 18px;background:rgba(234,88,12,.06);border-left:2px solid rgba(234,88,12,.35);border-radius:0 8px 8px 0}.sub-page .sub-sector-sol-box{padding:14px 18px;background:rgba(34,197,94,.05);border-left:2px solid rgba(34,197,94,.25);border-radius:0 8px 8px 0}.sub-page .sub-case-stats{display:flex;gap:48px;flex-wrap:wrap;padding:36px 0;border-top:1px solid hsla(0,0%,100%,.09);border-bottom:1px solid hsla(0,0%,100%,.09);margin:32px 0 40px}.sub-page .sub-case-stat-val{font-size:clamp(32px,3.5vw,52px);font-weight:700;letter-spacing:-.05em;color:#f5f3ef;line-height:1;margin-bottom:6px}.sub-page .sub-case-stat-val.accent{color:#22c55e}.sub-page .sub-case-stat-lbl{font-size:12px;color:hsla(40,23%,95%,.4);line-height:1.4;max-width:120px}.sub-page .sub-team-list{display:flex;flex-direction:column;border-top:1px solid hsla(0,0%,100%,.09)}.sub-page .sub-team-item{display:grid;grid-template-columns:260px 1fr;grid-gap:48px;gap:48px;padding:40px 0;border-bottom:1px solid hsla(0,0%,100%,.09);align-items:start}.sub-page .sub-team-name{font-size:18px;font-weight:700;color:#f5f3ef;letter-spacing:-.025em;margin-bottom:4px}.sub-page .sub-team-role{font-size:13px;color:rgba(251,191,36,.75);font-weight:600}.sub-page .sub-team-bio{font-size:15px;color:hsla(40,23%,95%,.55);line-height:1.65}.sub-page .sub-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:start}.sub-page .sub-split-3-2{grid-template-columns:3fr 2fr}.sub-page .sub-cta-wrap{background:#060d1a;border-top:1px solid hsla(0,0%,100%,.07);padding:clamp(72px,10vw,112px) var(--pad);text-align:center}.sub-page .sub-cta-inner{max-width:680px;margin:0 auto}.sub-page .sub-cta-title{font-size:clamp(28px,4vw,52px);font-weight:700;letter-spacing:-.04em;line-height:1.05;color:#f5f3ef;margin-bottom:20px}.sub-page .sub-cta-title em{font-style:italic;font-weight:300;color:rgba(251,191,36,.5)}.sub-page .sub-cta-sub{font-size:17px;color:hsla(40,23%,95%,.45);line-height:1.65;margin-bottom:40px;max-width:480px;margin-left:auto;margin-right:auto}.sub-page .sub-cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;align-items:center}.sub-page .btn-cta-primary{display:inline-flex;align-items:center;padding:15px 30px;background:#f5f3ef;color:#060d1a;border-radius:10px;text-decoration:none;font-size:14px;font-weight:700;transition:opacity .15s}.sub-page .btn-cta-primary:hover{opacity:.88}.sub-page .btn-cta-ghost{display:inline-flex;align-items:center;padding:15px;color:hsla(40,23%,95%,.45);text-decoration:none;font-size:14px;transition:color .15s}.sub-page .btn-cta-ghost:hover{color:#f5f3ef}.sub-page .notfound-wrap{position:relative;min-height:calc(100vh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px var(--pad) 80px;overflow:hidden}.sub-page .notfound-ghost{position:absolute;top:8%;left:50%;transform:translateX(-50%);font-family:var(--mono);font-size:clamp(140px,26vw,340px);font-weight:900;color:hsla(40,23%,95%,.035);letter-spacing:-.06em;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.sub-page .notfound-wrap>*{position:relative;z-index:1}.sub-page .notfound-title{font-size:clamp(30px,4.2vw,54px);font-weight:700;letter-spacing:-.04em;line-height:1.1;color:#f5f3ef;margin:16px 0 20px}.sub-page .notfound-title em{font-style:italic;font-weight:300;color:rgba(251,191,36,.55)}.sub-page .notfound-body{max-width:480px;margin-left:auto;margin-right:auto;text-align:center}.sub-page .notfound-links{display:flex;gap:28px;flex-wrap:wrap;justify-content:center;margin-top:64px;padding-top:32px;border-top:1px solid hsla(0,0%,100%,.08)}.sub-page .notfound-links a{font-size:13px;color:hsla(40,23%,95%,.45);text-decoration:none;transition:color .15s}.sub-page .notfound-links a:hover{color:#f5f3ef}.sub-page .legal-page .sec-title{max-width:760px}.sub-page .legal-updated{font-family:var(--mono);font-size:12px;color:hsla(40,23%,95%,.35);letter-spacing:.04em;margin-bottom:32px}.sub-page .legal-intro{margin-bottom:8px}.sub-page .legal-content{max-width:720px;margin-top:24px}.sub-page .legal-content section{padding-top:36px;margin-top:36px;border-top:1px solid hsla(0,0%,100%,.08)}.sub-page .legal-content section:first-child{padding-top:0;margin-top:0;border-top:none}.sub-page .legal-content h2{font-size:20px;font-weight:700;letter-spacing:-.02em;color:#f5f3ef;margin-bottom:14px}.sub-page .legal-content p{font-size:15px;color:hsla(40,23%,95%,.62);line-height:1.75;margin-bottom:14px}.sub-page .legal-content p:last-child{margin-bottom:0}.sub-page .legal-content ul{padding-left:20px;margin-bottom:14px;display:flex;flex-direction:column;gap:8px}.sub-page .legal-content li{font-size:15px;color:hsla(40,23%,95%,.62);line-height:1.6}.sub-page .legal-content a{color:#fbbf24;text-decoration:none;border-bottom:1px solid rgba(251,191,36,.3)}.sub-page .legal-content a:hover{opacity:.8}.sub-page .sub-section-cream{background:#f5f3ef}.sub-page .sub-section-cream .sec-eye{color:rgba(6,13,26,.4)}.sub-page .sub-section-cream .ep-sec-title,.sub-page .sub-section-cream .sec-title,.sub-page .sub-section-cream h2,.sub-page .sub-section-cream h3{color:#060d1a}.sub-page .sub-section-cream .sec-body,.sub-page .sub-section-cream p{color:rgba(6,13,26,.6)}.sub-page .sub-section-cream .steps-compact-num{color:rgba(6,13,26,.2);border-color:rgba(6,13,26,.1)}.sub-page .sub-section-cream .steps-compact-name{color:#060d1a}.sub-page .sub-section-cream .steps-compact-desc{color:rgba(6,13,26,.6)}.sub-page .sub-section-cream .steps-compact-divider{background:rgba(6,13,26,.1)}.sub-page .sub-section-cream .sub-stat-val{color:#060d1a}.sub-page .sub-section-cream .sub-stat-lbl{color:rgba(6,13,26,.45)}@media (max-width:900px){.sub-page nav{padding:0 24px}.sub-page .sub-hero-inner{padding:56px 24px 72px}.sub-page .ep-hero-inner,.sub-page .sub-split{grid-template-columns:1fr;gap:40px}.sub-page .sub-routes-grid,.sub-page .sub-split-3-2{grid-template-columns:1fr}.sub-page .sub-sector-row{grid-template-columns:1fr;gap:20px}.sub-page .sub-team-item{gap:12px}.sub-page .steps-compact,.sub-page .sub-team-item{grid-template-columns:1fr}.sub-page .steps-compact-divider{width:auto;height:1px}.sub-page .sub-klassen{grid-template-columns:1fr 1fr}}@media (max-width:768px){.sub-page nav{height:60px}.sub-page .sub-hero{padding-top:60px}.sub-page .sub-stats{gap:32px}.sub-page .sub-route-card{padding:36px 28px}.sub-page .sub-case-stats{gap:28px}}.home-page{--bg:#f5f3ef;--text:#060d1a;--soft:#6b6455;--border:#e2ddd5;--green:#22c55e}.home-page nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:rgba(6,13,26,.85);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.07);transition:background .3s,border-color .3s}.home-page nav.light{background:hsla(40,23%,95%,.92);border-bottom-color:var(--border)}.home-page .nav-logo{display:flex;align-items:center;text-decoration:none}.home-page .nav-links{display:flex;gap:36px;list-style:none}.home-page .nav-links a{text-decoration:none;color:hsla(40,23%,95%,.65);font-size:14px;font-weight:500;transition:color .15s}.home-page .nav-links a:hover{color:#f5f3ef}.home-page nav.light .nav-links a{color:var(--soft)}.home-page nav.light .nav-links a:hover{color:var(--text)}.home-page .nav-cta{padding:9px 20px;background:var(--gold);color:#060d1a;border-radius:8px;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:-.01em;transition:opacity .15s}.home-page .nav-cta:hover{opacity:.85}.home-page .nav-dropdown a,.home-page nav.light .nav-dropdown a{color:hsla(40,23%,95%,.65)}.home-page .nav-dropdown a:hover,.home-page nav.light .nav-dropdown a:hover{background:hsla(0,0%,100%,.07);color:#f5f3ef}.home-page .hero-wrap{position:relative;background:#060d1a url(/foto-technicus.png) 50%/cover no-repeat;overflow:hidden;min-height:100vh;display:block;padding-top:0}.home-page .hero-wrap:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(105deg,rgba(4,10,22,.92),rgba(4,10,22,.78) 38%,rgba(4,10,22,.45) 58%,rgba(4,10,22,.2) 75%,rgba(4,10,22,.1)),radial-gradient(ellipse 100% 30% at 50% 100%,rgba(4,10,22,.95) 0,transparent 70%)}.home-page .hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 48px 72px;max-width:1400px;margin:0 auto;overflow:visible;grid-template-columns:unset;gap:0;align-items:unset}.home-page .hero,.home-page .hero-content{position:relative;z-index:2}.home-page .hero-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#fbbf24;margin-bottom:28px;display:flex;align-items:center;gap:12px}.home-page .hero-eyebrow:before{content:"";width:28px;height:1px;background:#fbbf24;flex-shrink:0}.home-page .hero-title{font-size:clamp(36px,4.8vw,72px);font-weight:700;letter-spacing:-.05em;line-height:1;margin-bottom:28px;text-wrap:balance;color:#f5f3ef}.home-page .hero-title em{font-style:italic;font-weight:300;color:rgba(251,191,36,.55)}.home-page .hero-sub{font-size:clamp(16px,1.6vw,19px);color:hsla(40,23%,95%,.55);max-width:520px;margin-bottom:44px;line-height:1.55;font-weight:400}.home-page .hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:48px}.home-page .btn-primary-hero{display:inline-flex;align-items:center;padding:15px 30px;background:#f5f3ef;color:var(--text);border-radius:10px;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:-.01em;transition:opacity .15s}.home-page .btn-primary-hero:hover{opacity:.88}.home-page .btn-sec{display:inline-flex;align-items:center;gap:6px;padding:15px 0;color:hsla(40,23%,95%,.5);text-decoration:none;font-size:14px;font-weight:500;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}.home-page .btn-sec:hover{color:#f5f3ef;border-color:hsla(40,23%,95%,.4)}.home-page .hero-stats{display:flex;gap:56px;padding-top:44px;border-top:1px solid hsla(40,23%,95%,.1)}.home-page .stat-val{font-size:clamp(24px,2.6vw,38px);font-weight:700;letter-spacing:-.04em;line-height:1;margin-bottom:6px;color:#f5f3ef}.home-page .stat-lbl{font-size:13px;color:hsla(40,23%,95%,.45);line-height:1.4;max-width:130px}.home-page .hero-bg-word{position:absolute;right:-20px;top:50%;transform:translateY(-55%);font-size:clamp(200px,22vw,380px);font-weight:800;letter-spacing:-.06em;color:transparent;-webkit-text-stroke:1px rgba(34,197,94,.06);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;white-space:nowrap}.home-page .trust-section{background:#f5f3ef;border-top:1px solid rgba(6,13,26,.08);border-bottom:1px solid rgba(6,13,26,.08);position:relative;z-index:3}.home-page .trust-static{display:flex;align-items:center;gap:0;padding:22px 48px;border-bottom:1px solid rgba(6,13,26,.07)}.home-page .trust-group{display:flex;align-items:center;gap:16px;padding:0 36px;border-right:1px solid rgba(6,13,26,.1)}.home-page .trust-group:first-child{padding-left:0}.home-page .trust-group:last-child{border-right:none}.home-page .trust-lbl{font-family:var(--mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:rgba(6,13,26,.38);white-space:nowrap}.home-page .trust-names{display:flex;gap:14px;align-items:center}.home-page .trust-name{font-size:14px;font-weight:600;color:rgba(6,13,26,.7);letter-spacing:-.02em;white-space:nowrap}.home-page .trust-bull{color:rgba(6,13,26,.22);font-size:11px}.home-page .trust-logos{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.home-page .trust-logo-img{height:34px;width:auto;max-width:200px;object-fit:contain;display:block}.home-page .ticker-wrap{display:flex;align-items:center;padding:0 0 0 48px;gap:32px;overflow:hidden}.home-page .ticker-eyebrow{font-family:var(--mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:rgba(6,13,26,.38);white-space:nowrap;flex-shrink:0;padding:20px 0}.home-page .ticker-divider{width:1px;height:28px;background:rgba(6,13,26,.1);flex-shrink:0}.home-page .ticker-mask{flex:1 1;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent)}.home-page .ticker-track{display:flex;align-items:center;gap:0;white-space:nowrap;will-change:transform}.home-page .ticker-item{font-size:14px;font-weight:600;color:rgba(6,13,26,.6);letter-spacing:-.01em;padding:20px 28px;flex-shrink:0;transition:color .2s}.home-page .ticker-item:hover{color:rgba(6,13,26,.9)}.home-page .ticker-sep{color:rgba(6,13,26,.18);font-size:10px;flex-shrink:0}.home-page .ticker-logo-wrap{padding:0 32px;flex-shrink:0;display:flex;align-items:center}.home-page .ticker-logo-img{height:40px;width:auto;max-width:170px;object-fit:contain;display:block;opacity:.9;transition:opacity .2s}.home-page .ticker-logo-img:hover{opacity:1}.home-page .anim-section{background:var(--dark-alt)}.home-page .anim-header{max-width:1400px;margin:0 auto;padding:80px 48px 0}.home-page .anim-header h2{font-size:clamp(28px,4vw,52px);font-weight:700;letter-spacing:-.04em;color:#f5f3ef;margin-bottom:12px}.home-page .anim-header h2 em{font-style:italic;font-weight:300;opacity:.45}.home-page .anim-header p{font-size:15px;color:hsla(40,23%,95%,.5);max-width:460px;line-height:1.55}.home-page #animation-root{height:600px;position:relative;z-index:10}.home-page .home-section{max-width:1400px;margin:0 auto;padding:112px 48px}.home-page .sec-eye{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--soft);margin-bottom:24px}.home-page .sec-title{font-size:clamp(28px,4vw,52px);font-weight:700;letter-spacing:-.04em;line-height:1.05;margin-bottom:64px;max-width:900px}.home-page .sec-eye-on-dark{color:hsla(40,23%,95%,.4)}.home-page .sec-title-on-dark{color:#f5f3ef}.home-page .sec-title em{font-style:italic;font-weight:300}.home-page .pain-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden}.home-page .pain-card{background:var(--bg);padding:36px}.home-page .pain-card.wide{grid-column:1/-1;display:grid;grid-template-columns:3fr 2fr;grid-gap:36px;gap:36px;align-items:center}.home-page .pain-card-img{position:relative;width:100%;height:280px;border-radius:10px;overflow:hidden;background:#1a2a1a}.home-page .pain-card-img img{width:100%;height:100%;object-fit:cover}.home-page .pain-num{font-family:var(--mono);font-size:10px;letter-spacing:.1em;color:var(--soft);margin-bottom:20px}.home-page .pain-title{font-size:22px;font-weight:600;letter-spacing:-.025em;margin-bottom:14px;line-height:1.2}.home-page .pain-body{font-size:14px;color:var(--soft);line-height:1.65}.home-page .pain-body ul{padding-left:16px;margin-top:10px;display:flex;flex-direction:column;gap:5px}.home-page .steps-compact{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;grid-gap:0;gap:0;align-items:start;border:1px solid var(--border);border-radius:16px;overflow:hidden}.home-page .steps-compact-item{padding:48px 40px;background:var(--bg);display:flex;flex-direction:column;gap:20px}.home-page .steps-compact-divider{width:1px;background:var(--border);align-self:stretch}.home-page .steps-compact-num{font-family:var(--mono);font-size:11px;color:var(--soft);letter-spacing:.1em}.home-page .steps-compact-name{font-size:20px;font-weight:700;letter-spacing:-.025em;margin-bottom:8px}.home-page .steps-compact-desc{font-size:14px;color:var(--soft);line-height:1.65}.home-page .gacs-compact-row{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:0;gap:0;align-items:stretch}.home-page .gacs-compact-card{padding:72px 60px;background:var(--bg);border:1px solid var(--border);border-radius:16px}.home-page .gacs-compact-card-dark{background:#060d1a;border-color:transparent}.home-page .gacs-compact-arrow{display:flex;align-items:center;justify-content:center;padding:0 20px;font-size:22px;color:var(--soft)}.home-page .gacs-compact-step{font-size:20px;font-weight:600;color:var(--soft);margin-bottom:20px}.home-page .gacs-compact-title{font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:14px;line-height:1.35}.home-page .gacs-compact-desc{font-size:20px;color:var(--soft);line-height:1.65}.home-page .home-routes-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;overflow:visible}.home-page .home-route-card{border:1px solid var(--border);border-radius:20px;padding:52px 48px;display:flex;flex-direction:column;gap:0;background:var(--bg)}.home-page .home-route-card-accent{background:hsla(0,0%,100%,.045);border-color:hsla(0,0%,100%,.12);color:#f5f3ef}.home-page .route-badge{display:inline-block;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:28px;width:-moz-fit-content;width:fit-content}.home-page .route-badge-dark{background:var(--dark);color:#fbbf24}.home-page .route-badge-light{background:rgba(251,191,36,.15);color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.home-page .home-route-icon{font-size:36px;margin-bottom:20px}.home-page .home-route-title{font-size:clamp(24px,2.8vw,36px);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:14px}.home-page .home-route-card-accent .home-route-title{color:#f5f3ef}.home-page .home-route-sub{font-size:15px;color:var(--soft);line-height:1.6;margin-bottom:32px}.home-page .home-route-card-accent .home-route-sub{color:hsla(40,23%,95%,.55)}.home-page .home-route-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px;margin-bottom:40px;flex:1 1}.home-page .home-route-list li{font-size:14px;color:var(--soft);padding-left:20px;position:relative;line-height:1.5}.home-page .home-route-list li:before{content:"↗";position:absolute;left:0;color:var(--accent);font-size:12px}.home-page .home-route-card-accent .home-route-list li{color:hsla(40,23%,95%,.6)}.home-page .home-route-card-accent .home-route-list li:before{color:#fbbf24}.home-page .home-route-cta{font-size:14px;font-weight:600;color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;border-bottom:1px solid var(--accent-bg);padding-bottom:2px;transition:opacity .15s;width:-moz-fit-content;width:fit-content}.home-page .home-route-card-accent .home-route-cta{color:#fbbf24;border-bottom-color:rgba(251,191,36,.25)}.home-page .home-route-cta:hover{opacity:.7}.home-page .sector-switcher{display:grid;grid-template-columns:1fr 340px;border:1px solid var(--border);border-radius:16px;overflow:hidden;min-height:500px}.home-page .sector-display{position:relative;overflow:hidden;background:#060d1a}.home-page .sector-img,.home-page .sector-imgs{position:absolute;inset:0}.home-page .sector-img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.home-page .sector-img.active{opacity:1}.home-page .sector-overlay{position:absolute;bottom:0;left:0;right:0;height:180px;display:flex;flex-direction:column;justify-content:flex-end;padding:0 44px 36px;background:linear-gradient(0deg,rgba(6,13,26,.88) 0,rgba(6,13,26,.3) 60%,transparent)}.home-page .sector-overlay-tag{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#fbbf24;margin-bottom:10px}.home-page .sector-overlay-desc{font-size:15px;color:hsla(40,23%,95%,.85);line-height:1.6;max-width:480px;font-weight:400;height:48px;overflow:hidden}.home-page .sector-list{display:flex;flex-direction:column;border-left:1px solid var(--border)}.home-page .sector-list-item{display:flex;align-items:center;justify-content:space-between;padding:0 28px;height:calc(500px / 6);font-size:15px;font-weight:500;cursor:pointer;border-bottom:1px solid var(--border);transition:background .15s,color .15s;color:var(--soft);background:var(--bg)}.home-page .sector-list-item:last-child{border-bottom:none}.home-page .sector-list-item svg{opacity:0;transition:opacity .15s;flex-shrink:0}.home-page .sector-list-item.active{background:#0a1628;color:#f5f3ef;font-weight:600}.home-page .sector-list-item.active svg{opacity:1;color:#fbbf24}.home-page .sector-list-item:not(.active):hover{background:#f0ede8;color:var(--text)}.home-page .cta-wrap{background:var(--text);color:var(--bg)}.home-page .cta-inner{max-width:1400px;margin:0 auto;padding:120px 48px}.home-page .cta-inner-split{display:grid;grid-template-columns:1fr auto;grid-gap:64px;gap:64px;align-items:center}.home-page .cta-inner h2{font-size:clamp(32px,4vw,58px);font-weight:700;letter-spacing:-.05em;line-height:.98;margin-bottom:52px;overflow-wrap:break-word}.home-page .cta-inner h2 em{font-style:italic;font-weight:300;opacity:.4}.home-page .cta-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.home-page .cta-photo{position:relative;flex-shrink:0;width:520px;height:360px}.home-page .cta-photo img{object-fit:cover;object-position:center 20%;border-radius:16px}.home-page .cta-photo-caption{margin-top:12px;font-size:12px;color:hsla(40,23%,95%,.35);font-family:var(--mono);letter-spacing:.04em;text-align:center}.home-page .btn-light{display:inline-flex;align-items:center;padding:15px 30px;background:var(--bg);color:var(--text);border-radius:10px;text-decoration:none;font-size:14px;font-weight:600;transition:opacity .15s}.home-page .btn-light:hover{opacity:.88}.home-page .btn-ghost{display:inline-flex;align-items:center;padding:15px;color:hsla(40,23%,95%,.55);text-decoration:none;font-size:14px;transition:color .15s}.home-page .btn-ghost:hover{color:var(--bg)}.home-page footer{background:var(--text);border-top:1px solid hsla(0,0%,100%,.07);padding:0}.home-page .footer-inner{max-width:1400px;margin:0 auto;padding:64px 48px;gap:56px;border-bottom:1px solid hsla(0,0%,100%,.07)}.home-page .footer-brand p{color:hsla(40,23%,95%,.45)}.home-page .footer-status{display:inline-flex;align-items:center;gap:6px;margin-top:20px;font-family:var(--mono);font-size:11px;color:#22c55e}.home-page .status-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.home-page .footer-col h4{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(40,23%,95%,.35);margin-bottom:18px}.home-page .footer-col a{color:hsla(40,23%,95%,.6)}.home-page .footer-col a:hover{color:var(--bg)}.home-page .footer-bottom{max-width:1400px;margin:0 auto;padding:22px 48px;border-top:1px solid hsla(0,0%,100%,.07);display:flex;justify-content:space-between;font-size:12px;color:hsla(40,23%,95%,.3)}.home-page .footer-bottom-links a{color:hsla(40,23%,95%,.3)}.home-page .footer-bottom-links a:hover{color:hsla(40,23%,95%,.6)}#page-thread{position:fixed;left:max(20px,calc(50vw - 748px));top:50%;transform:translateY(-50%);z-index:150;display:flex;flex-direction:column;align-items:center;gap:26px;pointer-events:none}.thread-line{position:absolute;top:-8px;bottom:-8px;width:1px;left:50%;transform:translateX(-50%);background:linear-gradient(180deg,transparent 0,rgba(72,120,184,.4) 12%,rgba(72,120,184,.4) 88%,transparent)}.thread-dot{width:5px;height:5px;border-radius:50%;background:rgba(72,120,184,.35);border:1px solid rgba(72,120,184,.5);position:relative;z-index:1;flex-shrink:0;cursor:pointer;pointer-events:auto;transition:width .35s cubic-bezier(.34,1.56,.64,1),height .35s cubic-bezier(.34,1.56,.64,1),background .35s,box-shadow .35s,margin .35s}.thread-dot.active{width:9px;height:9px;background:#fbbf24;border-color:#fbbf24;box-shadow:0 0 10px rgba(251,191,36,.6),0 0 22px rgba(251,191,36,.25);margin:-2px 0}.thread-dot:hover:not(.active){background:rgba(72,120,184,.7);width:7px;height:7px;margin:-1px 0}.flow-top,.flow-top-dark,.flow-top-sm{position:relative}@media (max-width:1024px){.hero{grid-template-columns:1fr;max-width:680px}footer .footer-inner{grid-template-columns:1fr 1fr;gap:32px}.home-page .cta-photo{width:420px;height:300px}}@media (max-width:900px){.home-page nav{padding:0 24px}.home-page .hero{padding:0 24px 64px}.home-page .hero-stats{gap:32px;flex-wrap:wrap}.home-page .home-section{padding:72px 24px}.home-page .gacs-compact-row,.home-page .pain-card.wide,.home-page .pain-grid{grid-template-columns:1fr}.home-page .gacs-compact-arrow{padding:12px 0;transform:rotate(90deg)}.home-page .footer-inner{grid-template-columns:1fr 1fr;gap:40px}.home-page .anim-header{padding:48px 24px 0}.home-page .cta-inner-split{grid-template-columns:1fr}.home-page .cta-photo{display:none}.home-page .sector-switcher{grid-template-columns:1fr}.home-page .sector-display{min-height:300px;position:relative}.home-page .sector-list{border-left:none;border-top:1px solid var(--border)}.home-page .sector-list-item{height:56px}#page-thread{display:none}}@media (max-width:768px){.nav-links{display:none}footer .footer-inner{gap:28px}.home-page .home-routes-grid,.home-page .steps-compact,footer .footer-inner{grid-template-columns:1fr}.home-page .steps-compact-divider{width:auto;height:1px}.home-page .footer-inner{grid-template-columns:1fr}}@media (max-width:600px){footer .footer-inner{grid-template-columns:1fr}}