:root{--bg-deep:#20251f;--bg-surface:#2a3128;--bg-elevated:#343c31;--bg-input:#262d24;--border-glass:rgba(183, 204, 170, 0.2);--border-subtle:rgba(255, 255, 255, 0.05);--border-glow:rgba(183, 204, 170, 0.4);--text-primary:#f4f1e8;--text-secondary:#c2c7b9;--text-muted:#a3ac9b;--accent:#b7ccaa;--accent-hover:#cbdbbf;--accent-glow:rgba(183, 204, 170, 0.35);--accent-dim:rgba(183, 204, 170, 0.12);--shadow-deep:rgba(0, 0, 0, 0.4);--shadow-deeper:rgba(0, 0, 0, 0.5)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#f4f1e8;background-color:#20251f;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.02'/%3E%3C/svg%3E");min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}main{flex:1;position:relative;z-index:10}.mesh-gradient{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(183,204,170,.035) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(183,204,170,2%) 0%,transparent 60%);animation:none}@keyframes mesh-drift{0%{transform:translate(0,0)scale(1)}100%{transform:translate(2%,-2%)scale(1.05)}}.sparks-container{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}.spark{position:absolute;width:3px;height:3px;background:#b7ccaa;border-radius:50%;opacity:0;filter:blur(1px);animation:spark-rise 8s ease-out infinite}@keyframes spark-rise{0%{opacity:0;transform:translateY(100vh)scale(0)}10%{opacity:.8}90%{opacity:.3}100%{opacity:0;transform:translateY(-20vh)scale(1.5)}}h1,h2,h3,h4,h5,h6{color:#f4f1e8;font-weight:600;line-height:1.2;margin-bottom:16px}h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}h2{font-size:clamp(1.75rem,4vw,2rem);font-weight:700;letter-spacing:-.01em}h3{font-size:1.5rem}p{margin-bottom:16px}a{color:#b7ccaa;text-decoration:none;transition:color .2s ease}a:hover{color:#cbdbbf}code{font-family:jetbrains mono,Consolas,monospace;font-size:.875rem;background:#2a3128;padding:2px 6px;border-radius:6px}.container{position:relative;z-index:10;width:100%;max-width:1200px;margin:0 auto;padding-left:clamp(20px,4vw,60px);padding-right:clamp(20px,4vw,60px)}.section{padding:clamp(80px,12vh,140px)0}section{padding:clamp(80px,12vh,140px)0}.site-header{position:fixed;top:0;left:0;right:0;padding:16px clamp(20px,4vw,60px);z-index:100;background:#20251f;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid rgba(183,204,170,.2)}.is-homepage .site-header{transform:translateY(-100%);transition:transform .3s ease-out}.is-homepage .site-header.header-visible{transform:translateY(0)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:0}.site-header .logo{display:flex;align-items:center}.site-header .logo img{height:96px;width:auto}.site-header .main-nav{display:flex;align-items:center;gap:32px}@media(max-width:767px){.site-header .main-nav{display:none}}.site-header .main-nav a{color:#c2c7b9;font-weight:500;transition:color .2s ease}.site-header .main-nav a:hover,.site-header .main-nav a.active{color:#f4f1e8}.nav-dropdown{position:relative}@media(max-width:767px){.nav-dropdown{display:none}}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:4px;background:0 0;border:none;color:#c2c7b9;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;padding:0;transition:color .2s ease}.nav-dropdown-trigger:hover{color:#f4f1e8}.nav-dropdown-trigger .dropdown-arrow{transition:transform .2s ease;width:10px;height:6px;flex-shrink:0}.nav-dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);min-width:200px;background:#2a3128;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid rgba(183,204,170,.2);border-radius:10px;padding:8px 0;opacity:0;visibility:hidden;transform:translateX(-50%)translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;box-shadow:0 8px 32px rgba(0,0,0,.5);z-index:200}.nav-dropdown-menu a{display:block;padding:12px 24px;color:#c2c7b9;font-size:.875rem;font-weight:500;white-space:nowrap;transition:background .15s ease,color .15s ease}.nav-dropdown-menu a:hover,.nav-dropdown-menu a:focus{background:rgba(183,204,170,8%);color:#f4f1e8}.nav-dropdown-menu a:focus-visible{outline:2px solid #b7ccaa;outline-offset:-2px}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%)translateY(0)}.nav-dropdown:hover .nav-dropdown-trigger .dropdown-arrow,.nav-dropdown:focus-within .nav-dropdown-trigger .dropdown-arrow{transform:rotate(180deg)}.mobile-nav-group{display:flex;flex-direction:column}.mobile-nav-parent{display:flex;align-items:center;justify-content:space-between;width:100%;background:0 0;border:none;padding:16px;color:#c2c7b9;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1.1rem;font-weight:500;cursor:pointer;border-radius:10px;transition:background .2s ease,color .2s ease}.mobile-nav-parent:hover{color:#f4f1e8;background:rgba(255,255,255,5%)}.mobile-nav-parent .dropdown-arrow{transition:transform .2s ease;width:10px;height:6px;flex-shrink:0}.mobile-nav-parent[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.mobile-nav-children{display:none;padding-left:16px}.mobile-nav-parent[aria-expanded=true]+.mobile-nav-children{display:flex;flex-direction:column}.mobile-nav-children a{padding:12px 16px;font-size:1rem;color:#a3ac9b}.mobile-nav-children a:hover{color:#f4f1e8}body{padding-top:120px}@media(min-width:768px){body{padding-top:130px}}body.is-homepage{padding-top:0}body.nav-open{overflow:hidden}.nav-toggle{display:none;width:44px;height:44px;background:0 0;border:none;cursor:pointer;position:relative;z-index:110}@media(max-width:767px){.nav-toggle{display:flex;align-items:center;justify-content:center}}.hamburger{width:24px;height:2px;background:#f4f1e8;position:relative;transition:background .2s ease}.hamburger::before,.hamburger::after{content:'';position:absolute;left:0;width:24px;height:2px;background:#f4f1e8;transition:transform .3s ease,top .3s ease}.hamburger::before{top:-7px}.hamburger::after{top:7px}.nav-open .hamburger{background:0 0}.nav-open .hamburger::before{top:0;transform:rotate(45deg)}.nav-open .hamburger::after{top:0;transform:rotate(-45deg)}.mobile-nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:90;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.nav-open .mobile-nav-backdrop{opacity:1;visibility:visible}.mobile-nav{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:#20251f;backdrop-filter:none;-webkit-backdrop-filter:none;border-left:1px solid rgba(183,204,170,.2);z-index:100;padding:100px 24px 24px;display:flex;flex-direction:column;gap:8px;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-open .mobile-nav{transform:translateX(0)}.mobile-nav a{display:block;padding:16px;color:#c2c7b9;font-size:1.1rem;font-weight:500;border-radius:10px;transition:background .2s ease,color .2s ease}.mobile-nav a:hover,.mobile-nav a.active{color:#f4f1e8;background:rgba(255,255,255,5%)}.mobile-nav .mobile-nav-cta{margin-top:16px;padding:16px;background:#b7ccaa;color:#0a0a0a;text-align:center;font-weight:600;border-radius:10px;box-shadow:none}.mobile-nav .mobile-nav-cta:hover{color:#0a0a0a;background:#cbdbbf}@media(min-width:768px){.mobile-nav{display:none}}.site-footer{position:relative;z-index:10;padding:32px;background:#20251f;backdrop-filter:none;-webkit-backdrop-filter:none;border-top:1px solid rgba(183,204,170,.2);margin-top:auto;text-align:center}.site-footer .footer-content{text-align:center}.site-footer .footer-copyright{color:#c2c7b9;margin-bottom:8px;font-size:.85rem}.site-footer .footer-copyright a{color:#b7ccaa}.site-footer .footer-copyright a:hover{text-decoration:underline}.site-footer .footer-address{color:#a3ac9b;font-size:.8rem;margin-bottom:16px}.site-footer .footer-trust{color:#a3ac9b;font-size:.75rem;margin-bottom:8px}.site-footer .footer-nav{display:flex;justify-content:center;gap:24px}.site-footer .footer-nav a{color:#a3ac9b;font-size:.875rem}.site-footer .footer-nav a:hover{color:#c2c7b9}.site-footer .site-version{display:flex;flex-wrap:wrap;justify-content:center;gap:.35em .65em;margin-top:16px;font-family:jetbrains mono,Consolas,monospace;font-size:.75rem;color:#a3ac9b}.glass-card,.kritis-insight,.kritis-stat,.kritis-chart-panel,.compliance-card,.comparison-row,.dashboard-preview,.client-item-detailed,.client-item,.form-card,.contact-form-wrapper,.tech-item,.hero-glass-panel,.card,.glass-card-accent,.solution-card,.pain-card{background:#2a3128;border:1px solid rgba(183,204,170,.2);border-radius:16px;box-shadow:0 3px 12px rgba(0,0,0,8%);transition:border-color .2s ease}.glass-card:hover,.kritis-insight:hover,.kritis-stat:hover,.kritis-chart-panel:hover,.compliance-card:hover,.comparison-row:hover,.dashboard-preview:hover,.client-item-detailed:hover,.client-item:hover,.form-card:hover,.contact-form-wrapper:hover,.tech-item:hover,.hero-glass-panel:hover,.card:hover,.glass-card-accent:hover,.solution-card:hover,.pain-card:hover{border-color:rgba(183,204,170,.4)}.glass-card-accent,.solution-card,.pain-card{position:relative;overflow:hidden}.glass-card-accent::before,.solution-card::before,.pain-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#b7ccaa,transparent);opacity:0;transition:opacity .3s ease}.glass-card-accent:hover::before,.solution-card:hover::before,.pain-card:hover::before{opacity:1}.card{padding:24px}.card-with-icon{text-align:center}@media(min-width:768px){.card-with-icon{text-align:left}}.card-icon{width:52px;height:52px;background:rgba(183,204,170,.12);border:1px solid rgba(183,204,170,.2);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:16px;box-shadow:0 0 25px rgba(183,204,170,.35)}@media(min-width:768px){.card-icon{width:56px;height:56px}}.problem-section{position:relative;overflow:hidden}.problem-backdrop{position:absolute;inset:0;background:url(/images/problem-visual.webp)50% 40%/cover no-repeat;opacity:.25;mask-image:radial-gradient(ellipse 120% 90% at 50% 55%,black 30%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse 120% 90% at 50% 55%,black 30%,transparent 75%)}.problem-container{position:relative}.problem-steps{display:flex;align-items:stretch;gap:16px;justify-content:center;margin-top:24px}@media(max-width:768px){.problem-steps{flex-direction:column;align-items:center}}.problem-step{flex:1;max-width:320px;padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,6%);background:rgba(255,255,255,2%);transition:border-color .3s,background .3s;counter-increment:problem-step;position:relative}.problem-step::before{content:"0" counter(problem-step);display:block;font-family:jetbrains mono,Consolas,monospace;font-size:.7rem;letter-spacing:.1em;color:rgba(255,255,255,.3);margin-bottom:8px}.problem-step h3{font-size:1.1rem;margin-bottom:8px;color:rgba(255,255,255,.7)}.problem-step p{font-size:.95rem;color:rgba(255,255,255,.55);line-height:1.5}.problem-step+.problem-step::after{content:"\2192";position:absolute;left:-16px;top:50%;transform:translate(-50%,-50%);color:rgba(255,255,255,.2);font-size:1.1rem}@media(max-width:768px){.problem-step+.problem-step::after{content:"\2193";left:50%;top:-16px}}.problem-step.problem-step--active{border-color:rgba(183,204,170,.3);background:rgba(8,8,12,.85)}.problem-step.problem-step--active::before{color:rgba(183,204,170,.5)}.problem-step.problem-step--active h3{color:#b7ccaa}.problem-step.problem-step--active p{color:rgba(255,255,255,.7)}.problem-steps{counter-reset:problem-step}.card-risk{text-align:center}.card-risk .risk-icon{display:block;font-size:2.5rem;margin-bottom:16px;filter:grayscale(100%)brightness(1.2)}.card-risk h3{color:#f59e0b;margin-bottom:12px}.card-risk .risk-dates{list-style:none;padding:0;margin:0;text-align:left;display:inline-block}.card-risk .risk-dates li{margin-bottom:8px;font-size:.95rem}.card-risk .risk-dates li:last-child{margin-bottom:0}.card-risk .risk-dates li strong{color:#f59e0b;font-weight:600}.card-risk .risk-subline{color:var(--color-text-muted,#888);font-size:.95rem;margin-top:8px}.risk-subtext{text-align:center;max-width:700px;margin:32px auto 0;color:#c2c7b9;font-size:1.05rem}.response-stat{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:48px}@media(max-width:640px){.response-stat{flex-direction:column;gap:16px}}.response-stat__side{text-align:center}.response-stat__number{display:block;font-family:jetbrains mono,monospace;font-size:2.5rem;font-weight:700;line-height:1.1}@media(max-width:640px){.response-stat__number{font-size:1.75rem}}.response-stat__caption{display:block;font-size:.85rem;color:#888;margin-top:4px}.response-stat__side--warning .response-stat__number{color:#f59e0b;opacity:.75}.response-stat__side--success .response-stat__number{color:#b7ccaa}.response-stat__arrow{font-size:2rem;color:#555}@media(max-width:640px){.response-stat__arrow{transform:rotate(90deg)}}.response-stat__context{text-align:center;color:#666;font-size:.8rem;margin-top:-24px;margin-bottom:32px;font-style:italic}.response-comparison{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}@media(max-width:768px){.response-comparison{grid-template-columns:1fr}}.response-panel{background:#2a3128;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,8%);border-radius:12px;padding:24px;transition:transform .2s ease,box-shadow .2s ease}.response-panel:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.response-panel h3{font-size:1.25rem;margin-bottom:16px;font-weight:600}.response-panel--warning{opacity:.85}.response-panel--warning h3{color:#f59e0b}.response-panel--success{border-color:rgba(183,204,170,.3);box-shadow:0 0 20px rgba(183,204,170,.1)}.response-panel--success h3{color:#b7ccaa}.response-panel--success:hover{box-shadow:0 8px 24px rgba(0,0,0,.3),0 0 24px rgba(183,204,170,.15)}.response-timeline{display:flex;flex-direction:column;gap:16px}.response-item{display:grid;grid-template-columns:100px 1fr 80px;align-items:center;gap:12px}@media(max-width:480px){.response-item{grid-template-columns:80px 1fr 60px}}.response-label{font-size:.875rem;color:#a0a0a0}.response-bar{height:8px;border-radius:4px;width:var(--bar-width,50%);transition:width .3s ease}.response-panel--warning .response-bar{background:linear-gradient(90deg,rgba(245,158,11,.6),rgba(245,158,11,.9))}.response-panel--success .response-bar{background:linear-gradient(90deg,rgba(183,204,170,.6),rgba(183,204,170,.95))}.response-duration{font-family:jetbrains mono,monospace;font-size:.875rem;text-align:right}.response-panel--warning .response-duration{color:#f59e0b}.response-panel--success .response-duration{color:#b7ccaa}.response-subtext{text-align:center;color:#888;font-size:.95rem;max-width:600px;margin:0 auto}.response-cta{text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,6%)}.response-cta-note{margin-top:12px;margin-bottom:0;font-size:.85rem;color:#a3ac9b}.entscheidungsmoment{position:relative;min-height:65vh;display:flex;align-items:flex-end;background-size:cover;background-position:50%;background-attachment:fixed;overflow:hidden}.entscheidungsmoment::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(6,6,6,.95) 0%,rgba(6,6,6,.4) 50%,rgba(6,6,6,.1) 100%);z-index:1}@media(max-width:640px){.entscheidungsmoment{min-height:auto;padding:80px 0;background-attachment:scroll}}.entscheidungsmoment-content{position:relative;z-index:2;text-align:center;max-width:640px;margin:0 auto;padding:0 24px 80px}.entscheidungsmoment-label{font-size:2.5rem;font-weight:700;color:#f0f0f0;letter-spacing:.01em;line-height:1.2;margin:0}@media(max-width:640px){.entscheidungsmoment-label{font-size:1.75rem}}.entscheidungsmoment-sub{font-size:1.1rem;font-weight:400;color:#c2c7b9;margin-top:12px}@media(max-width:640px){.entscheidungsmoment-sub{font-size:.95rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.95rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn-primary,.subscribe-form button{background:#b7ccaa;color:#20251f;box-shadow:none}.btn-primary:hover,.subscribe-form button:hover{background:#cbdbbf;color:#20251f}.btn-secondary{background:0 0;color:#f4f1e8;border:1px solid rgba(183,204,170,.2)}.btn-secondary:hover{border-color:rgba(183,204,170,.4);background:rgba(183,204,170,.12);color:#f4f1e8}.main-nav a.header-cta{padding:8px 16px;background:#b7ccaa;color:#20251f;text-decoration:none;font-weight:600;font-size:.875rem;border:none;border-radius:6px;transition:background .2s ease;box-shadow:none}.main-nav a.header-cta:hover{background:#cbdbbf;color:#20251f}.form-group{margin-bottom:16px}.form-label{display:block;color:#f4f1e8;font-weight:500;margin-bottom:8px}.form-input,.subscribe-form input[type=email],.form-textarea{width:100%;padding:16px 20px;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;color:#f4f1e8;background:#262d24;border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .2s ease}.form-input:focus,.subscribe-form input[type=email]:focus,.form-textarea:focus{outline:none;border-color:rgba(183,204,170,.5);box-shadow:0 0 0 4px rgba(183,204,170,.12);background:rgba(20,24,32,.95)}.form-input::placeholder,.subscribe-form input[type=email]::placeholder,.form-textarea::placeholder{color:#a3ac9b}.form-textarea{min-height:150px;resize:vertical}.subscribe-form{display:flex;gap:12px}.subscribe-form input[type=email]{flex:1}@media(max-width:640px){.subscribe-form{flex-direction:column}.subscribe-form button{width:100%}}.hero{min-height:calc(100vh - 130px);display:flex;align-items:center;position:relative;padding:64px 0;overflow-x:clip}.is-homepage .hero{min-height:100vh}.hero-logo{text-align:center;padding-top:32px;margin-bottom:24px}.hero-logo img{height:200px;width:auto;opacity:.5}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,80px);align-items:center;position:relative}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}}.hero-content{max-width:720px}.hero-content--centered{max-width:800px;margin:0 auto;text-align:center}.hero-content--centered .hero-title{margin-bottom:16px}.hero-content--centered .hero-subtitle{margin-bottom:24px;margin-left:auto;margin-right:auto}@media(min-width:900px){.hero-content--centered .hero-subtitle{white-space:nowrap}}.hero-content--centered .hero-cta{justify-content:center}.hero-content--centered .hero-trust{justify-content:center;margin-top:24px;border-top-color:rgba(255,255,255,.1)}.hero-arrow{display:block;text-align:center;color:#b7ccaa;font-weight:700;font-size:.55em;line-height:1;margin:.1em 0;filter:drop-shadow(0 0 6px rgba(183,204,170,.35))}.hero-title-line{display:block}.hero-title{margin-bottom:32px;letter-spacing:-.025em}.hero-title .accent,.hero-title .text-accent{color:#b7ccaa;text-shadow:0 0 40px rgba(183,204,170,.35);font-weight:700}.hero-subtitle{font-size:1.1rem;color:#c2c7b9;margin-bottom:16px;line-height:1.8;letter-spacing:.01em;font-weight:400}@media(min-width:768px){.hero-subtitle{font-size:1.15rem}}.hero-gravitas{font-size:.9rem;color:rgba(255,255,255,.45);line-height:1.6;letter-spacing:.03em;margin-top:24px;margin-bottom:24px;max-width:540px;margin-left:auto;margin-right:auto}.hero-statement{font-size:1.25rem;color:#f4f1e8;font-weight:600;margin-bottom:24px;line-height:1.5;letter-spacing:-.01em}@media(min-width:768px){.hero-statement{font-size:1.35rem}}.hero-icp{font-size:.85rem;color:#b7ccaa;margin-top:24px;margin-bottom:24px;font-weight:500;letter-spacing:.02em;opacity:.9}.hero-cta{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hero-link-secondary{color:#88eead;font-size:.95rem;font-weight:600;letter-spacing:.01em;text-decoration:none;padding-bottom:2px;border-bottom:1px solid rgba(136,238,173,.35);transition:color .2s ease,border-color .2s ease}.hero-link-secondary:hover{color:#cbdbbf;border-bottom-color:rgba(136,238,173,.75)}.hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,6%);font-size:.8rem;color:#a3ac9b;letter-spacing:.01em}.hero-trust span{display:flex;align-items:center;gap:8px}.hero-trust .check{color:#b7ccaa;text-shadow:0 0 10px rgba(183,204,170,.35);font-size:.9em}@media(max-width:640px){.hero-trust{flex-direction:column;gap:12px}}.hero-with-bg{min-height:100vh;padding-top:0;background-size:cover;background-position:50% 0;background-repeat:no-repeat;align-items:flex-end}.hero-with-bg .container{position:relative;z-index:2;padding-bottom:48px}.hero-with-bg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(8,8,12,.88) 0%,rgba(8,8,12,.55) 35%,rgba(8,8,12,.15) 70%,rgba(8,8,12,5%) 100%);pointer-events:none;z-index:1}@media(max-width:640px){.hero-with-bg{background-position:50% 20%}.hero-with-bg .container{padding-bottom:32px}.hero-with-bg::before{background:linear-gradient(to top,rgba(8,8,12,.92) 0%,rgba(8,8,12,.7) 35%,rgba(8,8,12,.3) 70%,rgba(8,8,12,.1) 100%)}}.hero-with-bg .hero-card{max-width:680px;margin:0 auto;padding:clamp(32px,5vw,56px)clamp(24px,4vw,48px);background:rgba(12,15,20,.65);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(183,204,170,.12);border-radius:16px;text-align:center}.hero-with-bg--centered{align-items:center;min-height:85vh}.hero-with-bg--centered .container{padding-bottom:0}.hero-with-bg--centered::before{background:radial-gradient(ellipse at 40% 40%,rgba(8,8,12,.15) 0%,rgba(8,8,12,.6) 50%,rgba(8,8,12,.9) 100%)}@media(max-width:640px){.hero-with-bg--centered{min-height:70vh}.hero-with-bg--centered::before{background:rgba(8,8,12,.8)}}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:500px}@media(max-width:900px){.hero-visual{min-height:400px}}@media(max-width:640px){.hero-visual{min-height:300px}}.hero-visual-image{position:absolute;width:140%;max-width:none;height:auto;right:-20%;mask-image:radial-gradient(ellipse 70% 70% at center,black 20%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at center,black 20%,transparent 80%)}@media(max-width:900px){.hero-visual-image{width:100%;right:0;position:relative;max-height:400px}}@media(max-width:640px){.hero-visual-image{max-height:300px}}.hero-glass-panel{width:100%;flex:1;padding:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:visible}@media(max-width:640px){.hero-glass-panel{flex:1;min-height:200px;padding:24px}}.panel-icon{width:72px;height:72px;background:rgba(183,204,170,.12);border:1px solid rgba(183,204,170,.4);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 0 40px rgba(183,204,170,.35)}.panel-icon svg{width:36px;height:36px;color:#b7ccaa}@media(max-width:640px){.panel-icon{width:56px;height:56px;margin-bottom:16px}.panel-icon svg{width:28px;height:28px}}.hero-glass-panel--grid{position:relative}.hero-glass-panel--grid::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(183,204,170,4%) 1px,transparent 1px),linear-gradient(90deg,rgba(183,204,170,4%) 1px,transparent 1px);background-size:32px 32px;border-radius:16px;pointer-events:none}.hero-glass-panel--comparison{position:relative;padding:12px}@media(min-width:640px){.hero-glass-panel--comparison{padding:16px}}.hero-glass-panel--comparison::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(183,204,170,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(183,204,170,.025) 1px,transparent 1px);background-size:24px 24px;border-radius:16px;pointer-events:none}.panel-grid-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.panel-title{font-family:jetbrains mono,Consolas,monospace;font-size:1.1rem;font-weight:600;color:#b7ccaa;margin-bottom:8px}.panel-subtitle{font-size:.9rem;color:#c2c7b9;margin-bottom:32px}.urgency-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(183,204,170,.12);backdrop-filter:blur(10px);border:1px solid rgba(183,204,170,.2);padding:8px 16px;border-radius:30px;font-size:.75rem;font-weight:500;color:#b7ccaa;margin-bottom:24px;margin-right:8px;letter-spacing:.02em}.urgency-badge--warning{background:rgba(255,193,7,.12);border-color:rgba(255,193,7,.25);color:#fbbf24}.urgency-badge span:first-child{filter:grayscale(100%)brightness(1.2)}.floating-badges--overlay{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:2}@media(max-width:900px){.floating-badges--overlay{position:relative;bottom:auto;left:auto;transform:none;margin-top:16px}}.floating-badges{display:flex;flex-wrap:nowrap;gap:8px;justify-content:center}@media(max-width:640px){.floating-badges{flex-direction:column;align-items:center}}.floating-badge{background:rgba(20,24,32,.85);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,5%);padding:6px 12px;border-radius:8px;font-size:.75rem;color:#c2c7b9;display:flex;align-items:center;gap:8px;transition:all .3s ease;white-space:nowrap}.floating-badge:hover{border-color:rgba(183,204,170,.2);background:rgba(30,35,45,.85)}.badge-dot{width:8px;height:8px;background:#b7ccaa;border-radius:50%;box-shadow:0 0 8px #b7ccaa}.dna-visualization{flex:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:280px;overflow:visible}@media(max-width:900px){.dna-visualization{min-height:240px}}@media(max-width:640px){.dna-visualization{min-height:200px}}#dna-helix-container{width:100%;height:100%;min-height:260px;display:flex;align-items:center;justify-content:center}#dna-helix-container svg{overflow:visible}@media(max-width:900px){#dna-helix-container{min-height:220px}}@media(max-width:640px){#dna-helix-container{min-height:180px}}@media(prefers-reduced-motion:reduce){#dna-helix-container *{animation:none!important;transition:none!important}}.dna-label{font-family:jetbrains mono,Consolas,monospace;font-size:.85rem;color:#c2c7b9;text-transform:uppercase;letter-spacing:.1em;margin:0}@media(max-width:640px){.dna-label{font-size:.75rem}}.dependency-graph{width:100%;max-width:320px;height:auto;margin-bottom:16px}.dependency-graph .node{animation:node-float 4s ease-in-out infinite}.dependency-graph .node-1{animation-delay:0s}.dependency-graph .node-2{animation-delay:.5s}.dependency-graph .node-3{animation-delay:1s}.dependency-graph .node-4{animation-delay:1.5s}.dependency-graph .node-5{animation-delay:2s}.dependency-graph .node-6{animation-delay:2.5s}.dependency-graph .node-7{animation-delay:.3s}.dependency-graph .node-8{animation-delay:.8s}.dependency-graph .node-9{animation-delay:1.3s}.dependency-graph .node-10{animation-delay:1.8s}.dependency-graph .node-central{animation:node-pulse 3s ease-in-out infinite}.dependency-graph .conn{stroke-dasharray:8 4;animation:conn-flow 2s linear infinite}.dependency-graph .conn-1{animation-delay:0s}.dependency-graph .conn-2{animation-delay:.2s}.dependency-graph .conn-3{animation-delay:.4s}.dependency-graph .conn-4{animation-delay:.6s}.dependency-graph .conn-5{animation-delay:.8s}.dependency-graph .conn-6{animation-delay:1s}.dependency-graph .conn-7{animation-delay:.1s}.dependency-graph .conn-8{animation-delay:.3s}.dependency-graph .conn-9{animation-delay:.5s}.dependency-graph .conn-10{animation-delay:.7s}.dependency-graph .pulse-ring{animation:pulse-expand 3s ease-out infinite;transform-origin:center}@keyframes node-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes node-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes conn-flow{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-24}}@keyframes pulse-expand{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.8);opacity:0}}.section-header{text-align:center;margin-bottom:clamp(48px,8vw,80px);max-width:700px;margin-left:auto;margin-right:auto}.section-label{font-family:jetbrains mono,Consolas,monospace;font-size:.75rem;font-weight:500;color:#b7ccaa;text-transform:uppercase;letter-spacing:.15em;margin-bottom:16px}.section-subtitle{font-size:1.05rem;color:#c2c7b9;line-height:1.7}.page-content{padding:64px 0}@media(min-width:768px){.page-content{padding:80px 0}}.page-content h1{margin-bottom:32px}.page-content h2{margin-top:48px;margin-bottom:16px}.page-content ul,.page-content ol{margin-bottom:16px;padding-left:24px}.page-content li{margin-bottom:8px}.grid-2{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:768px){.grid-4{grid-template-columns:repeat(4,1fr)}}.badge,.badge-category,.compliance-badge{display:inline-block;font-family:jetbrains mono,Consolas,monospace;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;padding:6px 12px;border-radius:6px;margin-bottom:12px}.badge-default{background:rgba(163,172,155,.15);color:#c2c7b9}.badge-urgent,.compliance-badge.urgent{background:rgba(239,68,68,.12);color:#fca5a5}.badge-warning,.compliance-badge.upcoming{background:rgba(245,158,11,.12);color:#fcd34d}.badge-success{background:rgba(34,197,94,.12);color:#b7ccaa}.timeline{max-width:800px;margin:0 auto}.timeline-container{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:24px;align-items:stretch}.timeline-marker{display:flex;flex-direction:column;align-items:center}.timeline-dot{width:48px;height:48px;background:#2a3128;backdrop-filter:blur(10px);border:2px solid #b7ccaa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:jetbrains mono,Consolas,monospace;font-size:.9rem;font-weight:600;color:#b7ccaa;flex-shrink:0;box-shadow:0 0 20px rgba(183,204,170,.35)}.timeline-line{width:2px;flex:1;background:linear-gradient(to bottom,#b7ccaa,rgba(183,204,170,.2));margin:8px 0}.timeline-content{flex:1;padding-bottom:32px}.timeline-content h3{font-size:1.1rem;font-weight:600;margin-bottom:8px}.timeline-content p{color:#c2c7b9;font-size:.95rem;line-height:1.6}.timeline-duration{font-family:jetbrains mono,Consolas,monospace;font-size:.8rem;color:#b7ccaa;margin-top:8px;display:block}.timeline-icon{font-size:1.2rem;filter:grayscale(100%)brightness(1.2)}.timeline-phase-1 .timeline-dot{border-color:#f59e0b;box-shadow:0 0 20px rgba(245,158,11,.3)}.timeline-phase-2 .timeline-dot{border-color:#c4b50e;box-shadow:0 0 20px rgba(196,181,14,.3)}.timeline-phase-3 .timeline-dot{border-color:#8fcc5a;box-shadow:0 0 20px rgba(143,204,90,.3)}.timeline-phase-4 .timeline-dot,.timeline-phase-final .timeline-dot{border-color:#b7ccaa;box-shadow:0 0 20px rgba(183,204,170,.35);background:rgba(136,238,173,.1)}.timeline-phase-1 .timeline-line{background:linear-gradient(to bottom,#f59e0b,#c4b50e)}.timeline-phase-2 .timeline-line{background:linear-gradient(to bottom,#c4b50e,#8fcc5a)}.timeline-phase-3 .timeline-line{background:linear-gradient(to bottom,#8fcc5a,#b7ccaa)}.timeline-deliverables{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.deliverable{display:inline-block;padding:4px 12px;font-size:.8rem;font-family:jetbrains mono,Consolas,monospace;border:1px solid rgba(183,204,170,.35);border-radius:20px;background:rgba(183,204,170,6%);color:#c2c7b9}.timeline-phase-final .timeline-content{border-left:2px solid #b7ccaa;padding-left:16px}.timeline-phase-final .timeline-content h3{color:#b7ccaa}.tech-stack-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.tech-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 32px;text-align:center}.tech-item strong,.tech-item .tech-name{font-family:jetbrains mono,Consolas,monospace;font-size:.95rem;font-weight:500;color:#f4f1e8}.tech-item .tech-desc{font-size:.75rem;color:#a3ac9b}.contact-form-wrapper{max-width:500px;margin:0 auto;padding:32px}.contact-info{max-width:500px;margin:48px auto 0;text-align:center}.contact-info h3{margin-bottom:16px}.contact-info p{margin-bottom:12px}.form-card{padding:32px}.form-title{font-size:.8rem;font-weight:600;color:#b7ccaa;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.success-state{display:none;text-align:center;padding:24px}.success-state.show{display:block}.success-icon{width:56px;height:56px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.5rem;color:#20251f;box-shadow:0 0 30px rgba(34,197,94,.4)}.success-title{font-size:1.25rem;font-weight:600;margin-bottom:8px}.success-text{color:#c2c7b9;font-size:.95rem}.success-text strong{color:#b7ccaa}blockquote.definition{font-size:1.125rem;font-style:italic;color:#f4f1e8;border-left:3px solid #b7ccaa;padding-left:24px;margin:24px auto;max-width:800px}@media(min-width:768px){blockquote.definition{font-size:1.25rem}}.founder-hero{position:relative;min-height:85vh;display:flex;align-items:flex-end;overflow:hidden}.founder-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.founder-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.founder-hero-bg::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(32,37,31,.3) 0%,rgba(32,37,31,.5) 50%,rgba(32,37,31,.95) 100%)}.founder-hero-content{position:relative;z-index:2;width:100%;padding-bottom:64px}.founder-hero-content .container{max-width:900px}.founder-hero-content h1{font-size:3rem;font-weight:700;margin-bottom:16px;letter-spacing:-.02em}@media(min-width:768px){.founder-hero-content h1{font-size:4.5rem}}.founder-tagline{font-size:1.25rem;color:#c2c7b9;line-height:1.6;max-width:500px}@media(min-width:768px){.founder-tagline{font-size:1.5rem}}.story-content p{font-size:1.125rem;line-height:1.8;margin-bottom:24px}.story-content p strong{color:#f4f1e8}.client-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.client-item{padding:16px 24px;font-weight:500;color:#f4f1e8;font-size:.875rem}@media(min-width:768px){.client-item{font-size:1rem;padding:16px 32px}}.client-grid-detailed{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;max-width:900px;margin:0 auto}@media(min-width:768px){.client-grid-detailed{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.client-grid-detailed{grid-template-columns:repeat(4,1fr)}}.client-item-detailed{padding:16px 24px;display:flex;flex-direction:column;gap:4px;text-align:center}.client-item-detailed .client-name{font-weight:600;color:#f4f1e8;font-size:.875rem}@media(min-width:768px){.client-item-detailed .client-name{font-size:1rem}}.client-item-detailed .client-context{font-size:.7rem;color:#a3ac9b;line-height:1.4}@media(min-width:768px){.client-item-detailed .client-context{font-size:.75rem}}.client-logo-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 24px;margin-bottom:24px}.client-logo-name{font-size:.9rem;font-weight:500;color:#c2c7b9;opacity:.8}.client-logo-name:hover{opacity:1;color:#f4f1e8}.client-highlight{text-align:center;font-style:italic;color:#a3ac9b;font-size:.95rem;max-width:600px;margin:0 auto}.founder-strip{padding:2rem 0}.founder-card{display:flex;align-items:center;gap:1.5rem;text-decoration:none;color:inherit;max-width:800px;margin:0 auto;padding:1.25rem 1.5rem;border-radius:12px;border:1px solid rgba(183,204,170,.1);background:rgba(255,255,255,3%);transition:border-color .2s ease,background .2s ease}.founder-card:hover{border-color:rgba(183,204,170,.25);background:rgba(255,255,255,5%)}.founder-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0}.founder-info{flex-shrink:0}.founder-name{font-weight:600;font-size:1.05rem;margin:0}.founder-credential{color:#a3ac9b;font-size:.85rem;margin:.15rem 0 0}.founder-badges{color:#a3ac9b;font-size:.75rem;letter-spacing:.03em;opacity:.7;margin:.25rem 0 0}.founder-quote{font-style:italic;font-size:.9rem;color:#a3ac9b;border-left:2px solid #b7ccaa;padding-left:1rem;margin:0}@media(max-width:768px){.founder-card{flex-direction:column;text-align:center;gap:1rem}.founder-quote{border-left:none;border-top:2px solid #b7ccaa;padding-left:0;padding-top:.75rem}}.dashboard-preview{padding:32px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,5%)}.dashboard-title{font-family:jetbrains mono,Consolas,monospace;font-size:.8rem;color:#a3ac9b;text-transform:uppercase;letter-spacing:.1em}.dashboard-status{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#b7ccaa}.status-dot{width:8px;height:8px;background:#b7ccaa;border-radius:50%;box-shadow:0 0 10px #b7ccaa;animation:blink 2s ease-in-out infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.4}}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:900px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.dashboard-grid{grid-template-columns:1fr 1fr;gap:16px}}.dashboard-stat{text-align:center;padding:16px;background:rgba(20,24,32,.5);border-radius:12px;border:1px solid rgba(255,255,255,5%)}.stat-value{font-family:jetbrains mono,Consolas,monospace;font-size:2rem;font-weight:700;color:#f4f1e8;display:block;margin-bottom:4px}.stat-value.green{color:#b7ccaa;text-shadow:0 0 20px rgba(183,204,170,.35)}.stat-value.red{color:#ef4444}.stat-value.yellow{color:#f59e0b}.stat-label{font-size:.8rem;color:#a3ac9b}.mini-chart{height:48px;display:flex;align-items:flex-end;justify-content:center;gap:3px;margin-top:16px}.chart-bar{width:6px;background:linear-gradient(to top,#b7ccaa,rgba(183,204,170,.35));border-radius:2px 2px 0 0;animation:bar-grow 1s ease-out forwards;transform-origin:bottom}@keyframes bar-grow{from{transform:scaleY(0)}to{transform:scaleY(1)}}.comparison-table{max-width:750px;margin:0 auto}.comparison-header{display:grid;grid-template-columns:1fr 120px 120px;gap:16px;padding:16px 24px;margin-bottom:12px}.comparison-header span{font-size:.9rem;font-weight:600;color:#a3ac9b;text-align:center}.comparison-header span:first-child{text-align:left}.comparison-header .rebaze-label{color:#b7ccaa}@media(max-width:900px){.comparison-header{grid-template-columns:1fr 80px 80px}}@media(max-width:640px){.comparison-header{grid-template-columns:1fr 60px 60px;gap:8px;padding:16px}}.comparison-row{display:grid;grid-template-columns:1fr 120px 120px;gap:16px;align-items:center;padding:16px 24px;margin-bottom:12px}.comparison-row p{font-size:.95rem;font-weight:500;margin-bottom:0}@media(max-width:900px){.comparison-row{grid-template-columns:1fr 80px 80px}}@media(max-width:640px){.comparison-row{grid-template-columns:1fr 60px 60px;gap:8px;padding:16px}}.comparison-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto}.comparison-icon.negative{background:rgba(239,68,68,.15);color:#ef4444}.comparison-icon.positive{background:rgba(183,204,170,.12);color:#b7ccaa;box-shadow:0 0 15px rgba(183,204,170,.35)}.pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.pain-card{padding:28px}.pain-card::before{background:linear-gradient(90deg,transparent,#ef4444,transparent)}.pain-icon{width:52px;height:52px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:16px}.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:900px){.solution-grid{grid-template-columns:1fr}}.solution-card{padding:32px}.solution-icon{width:56px;height:56px;background:rgba(183,204,170,.12);border:1px solid rgba(183,204,170,.2);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:24px;box-shadow:0 0 20px rgba(183,204,170,.35)}.compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:900px){.compliance-grid{grid-template-columns:1fr}}.compliance-card{padding:28px}.final-cta{text-align:center;position:relative}.final-cta::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80%;height:300px;background:radial-gradient(ellipse at 50% 100%,rgba(183,204,170,.12) 0%,transparent 70%);pointer-events:none}.guarantee{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;color:#a3ac9b;font-size:.85rem}.guarantee .icon{color:#b7ccaa}.text-center{text-align:center}.text-accent{color:#b7ccaa;text-shadow:0 0 40px rgba(183,204,170,.35)}.text-muted{color:#a3ac9b}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}hr{border:none;border-top:1px solid rgba(183,204,170,.2);margin:32px 0}.form-hidden{display:none!important}.error{display:block!important;margin-top:16px;padding:12px 16px;border-radius:10px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.3);color:#fca5a5;font-size:.9rem}.logo-strip{padding:48px 0;background:0 0;text-align:center}.logo-strip .section-label{margin-bottom:24px}.logo-strip-label{font-family:jetbrains mono,Consolas,monospace;font-size:.75rem;font-weight:500;color:#a3ac9b;text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-bottom:24px}.logo-strip-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:32px}@media(max-width:640px){.logo-strip-grid{gap:24px}}.client-logo{height:40px;width:auto;opacity:.6;filter:grayscale(100%)brightness(1.2);transition:all .3s ease}.client-logo:hover{opacity:1;filter:grayscale(0%)brightness(1)}@media(max-width:640px){.client-logo{height:32px}}.leistungen-hero .service-cards{align-items:stretch}.leistungen-hero .service-cards .glass-card,.leistungen-hero .service-cards .kritis-insight,.leistungen-hero .service-cards .kritis-stat,.leistungen-hero .service-cards .kritis-chart-panel,.leistungen-hero .service-cards .glass-card-accent,.leistungen-hero .service-cards .card,.leistungen-hero .service-cards .hero-glass-panel,.leistungen-hero .service-cards .tech-item,.leistungen-hero .service-cards .contact-form-wrapper,.leistungen-hero .service-cards .form-card,.leistungen-hero .service-cards .client-item,.leistungen-hero .service-cards .client-item-detailed,.leistungen-hero .service-cards .dashboard-preview,.leistungen-hero .service-cards .comparison-row,.leistungen-hero .service-cards .pain-card,.leistungen-hero .service-cards .solution-card,.leistungen-hero .service-cards .compliance-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.leistungen-hero .service-cards .glass-card .service-icon,.leistungen-hero .service-cards .kritis-insight .service-icon,.leistungen-hero .service-cards .kritis-stat .service-icon,.leistungen-hero .service-cards .kritis-chart-panel .service-icon,.leistungen-hero .service-cards .glass-card-accent .service-icon,.leistungen-hero .service-cards .card .service-icon,.leistungen-hero .service-cards .hero-glass-panel .service-icon,.leistungen-hero .service-cards .tech-item .service-icon,.leistungen-hero .service-cards .contact-form-wrapper .service-icon,.leistungen-hero .service-cards .form-card .service-icon,.leistungen-hero .service-cards .client-item .service-icon,.leistungen-hero .service-cards .client-item-detailed .service-icon,.leistungen-hero .service-cards .dashboard-preview .service-icon,.leistungen-hero .service-cards .comparison-row .service-icon,.leistungen-hero .service-cards .pain-card .service-icon,.leistungen-hero .service-cards .solution-card .service-icon,.leistungen-hero .service-cards .compliance-card .service-icon{font-size:2.5rem;filter:grayscale(100%)brightness(1.2);margin-bottom:16px;flex-shrink:0}.leistungen-hero .service-cards .glass-card h3,.leistungen-hero .service-cards .kritis-insight h3,.leistungen-hero .service-cards .kritis-stat h3,.leistungen-hero .service-cards .kritis-chart-panel h3,.leistungen-hero .service-cards .glass-card-accent h3,.leistungen-hero .service-cards .card h3,.leistungen-hero .service-cards .hero-glass-panel h3,.leistungen-hero .service-cards .tech-item h3,.leistungen-hero .service-cards .contact-form-wrapper h3,.leistungen-hero .service-cards .form-card h3,.leistungen-hero .service-cards .client-item h3,.leistungen-hero .service-cards .client-item-detailed h3,.leistungen-hero .service-cards .dashboard-preview h3,.leistungen-hero .service-cards .comparison-row h3,.leistungen-hero .service-cards .pain-card h3,.leistungen-hero .service-cards .solution-card h3,.leistungen-hero .service-cards .compliance-card h3{margin-bottom:12px;flex-shrink:0}.leistungen-hero .service-cards .glass-card p,.leistungen-hero .service-cards .kritis-insight p,.leistungen-hero .service-cards .kritis-stat p,.leistungen-hero .service-cards .kritis-chart-panel p,.leistungen-hero .service-cards .glass-card-accent p,.leistungen-hero .service-cards .card p,.leistungen-hero .service-cards .hero-glass-panel p,.leistungen-hero .service-cards .tech-item p,.leistungen-hero .service-cards .contact-form-wrapper p,.leistungen-hero .service-cards .form-card p,.leistungen-hero .service-cards .client-item p,.leistungen-hero .service-cards .client-item-detailed p,.leistungen-hero .service-cards .dashboard-preview p,.leistungen-hero .service-cards .comparison-row p,.leistungen-hero .service-cards .pain-card p,.leistungen-hero .service-cards .solution-card p,.leistungen-hero .service-cards .compliance-card p{font-size:.95rem;color:#c2c7b9;margin-bottom:0;flex-grow:1;display:flex;align-items:flex-start}.leistungen-hero .service-cards .glass-card .card-tags,.leistungen-hero .service-cards .kritis-insight .card-tags,.leistungen-hero .service-cards .kritis-stat .card-tags,.leistungen-hero .service-cards .kritis-chart-panel .card-tags,.leistungen-hero .service-cards .glass-card-accent .card-tags,.leistungen-hero .service-cards .card .card-tags,.leistungen-hero .service-cards .hero-glass-panel .card-tags,.leistungen-hero .service-cards .tech-item .card-tags,.leistungen-hero .service-cards .contact-form-wrapper .card-tags,.leistungen-hero .service-cards .form-card .card-tags,.leistungen-hero .service-cards .client-item .card-tags,.leistungen-hero .service-cards .client-item-detailed .card-tags,.leistungen-hero .service-cards .dashboard-preview .card-tags,.leistungen-hero .service-cards .comparison-row .card-tags,.leistungen-hero .service-cards .pain-card .card-tags,.leistungen-hero .service-cards .solution-card .card-tags,.leistungen-hero .service-cards .compliance-card .card-tags{margin-top:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;flex-shrink:0}.leistungen-hero .service-cards .glass-card:hover,.leistungen-hero .service-cards .kritis-insight:hover,.leistungen-hero .service-cards .kritis-stat:hover,.leistungen-hero .service-cards .kritis-chart-panel:hover,.leistungen-hero .service-cards .glass-card-accent:hover,.leistungen-hero .service-cards .card:hover,.leistungen-hero .service-cards .hero-glass-panel:hover,.leistungen-hero .service-cards .tech-item:hover,.leistungen-hero .service-cards .contact-form-wrapper:hover,.leistungen-hero .service-cards .form-card:hover,.leistungen-hero .service-cards .client-item:hover,.leistungen-hero .service-cards .client-item-detailed:hover,.leistungen-hero .service-cards .dashboard-preview:hover,.leistungen-hero .service-cards .comparison-row:hover,.leistungen-hero .service-cards .pain-card:hover,.leistungen-hero .service-cards .solution-card:hover,.leistungen-hero .service-cards .compliance-card:hover{transform:translateY(-6px);border-color:rgba(183,204,170,.4);box-shadow:0 12px 40px rgba(0,0,0,.5),0 0 28px rgba(183,204,170,.18),inset 0 1px rgba(255,255,255,8%)}.product-title{display:flex;flex-direction:column;gap:.15rem;margin-bottom:12px;line-height:1.05}.product-brand{display:block;font-size:.72em;font-weight:600;letter-spacing:.12em;text-transform:lowercase;color:rgba(183,204,170,.82)}.product-name{display:block;font-size:1em;font-weight:700;color:#f4f1e8}.product-inline{white-space:nowrap}.product-inline .product-brand,.product-inline .product-name{display:inline}.product-inline .product-brand{margin-right:.28rem;font-size:.82em}.product-card{height:100%}.product-scope-list{list-style:none;margin:16px 0;padding:16px 16px 16px calc(16px + 10px);background:linear-gradient(180deg,rgba(255,255,255,4%),rgba(255,255,255,2%));border:1px solid rgba(255,255,255,6%);border-radius:14px}.product-scope-list li{position:relative;margin-bottom:12px;padding-left:1.15rem;color:rgba(255,255,255,.96);line-height:1.45}.product-scope-list li:last-child{margin-bottom:0}.product-scope-list li::before{content:"";position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:50%;background:var(--color-accent,#b7ccaa);box-shadow:0 0 10px rgba(183,204,170,.35)}@media(max-width:640px){.product-scope-list{padding:16px 12px 16px calc(12px + 8px)}.product-scope-list li{padding-left:1rem}}.product-card--primary{border-left:4px solid var(--color-accent,#b7ccaa);background:linear-gradient(180deg,rgba(183,204,170,.1),rgba(255,255,255,2%))}.product-topic-title{margin-bottom:12px}.sprint-reference a{color:var(--color-accent,#b7ccaa)}.kritis-section{background:rgba(37,37,37,.6)}.kritis-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}@media(max-width:900px){.kritis-grid{grid-template-columns:1fr}}.kritis-chart-panel{padding:24px}.kritis-chart{height:240px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:32px}.kritis-bar-container{display:flex;align-items:flex-end;justify-content:center;gap:24px;height:100%;width:100%;max-width:400px}@media(max-width:640px){.kritis-bar-container{gap:16px}}.kritis-bar{display:flex;flex-direction:column;align-items:center;flex:1;max-width:80px;height:100%;position:relative}.kritis-bar-fill{width:100%;height:0;border-radius:4px 4px 0 0;transition:height 1s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0}.kritis-bar[data-year="2021"] .kritis-bar-fill{background:linear-gradient(to top,rgba(245,158,11,.5),rgba(245,158,11,.8))}.kritis-bar[data-year="2022"] .kritis-bar-fill{background:linear-gradient(to top,rgba(245,158,11,.6),rgba(249,115,22,.85))}.kritis-bar[data-year="2023"] .kritis-bar-fill{background:linear-gradient(to top,rgba(249,115,22,.7),rgba(239,68,68,.85))}.kritis-bar[data-year="2024"] .kritis-bar-fill{background:linear-gradient(to top,rgba(239,68,68,.8),#ef4444);box-shadow:0 0 20px rgba(239,68,68,.4)}.kritis-bar.is-visible .kritis-bar-fill{height:var(--bar-height)}.kritis-bar-value{font-family:jetbrains mono,Consolas,monospace;font-size:.9rem;font-weight:600;color:#f4f1e8;position:absolute;bottom:calc(var(--bar-height) + 8px);opacity:0;transition:opacity .3s ease .8s}.kritis-bar.is-visible .kritis-bar-value{opacity:1}.kritis-bar--current .kritis-bar-value{color:#ef4444;text-shadow:0 0 10px rgba(239,68,68,.5)}.kritis-bar-year{font-family:jetbrains mono,Consolas,monospace;font-size:.75rem;color:#a3ac9b;position:absolute;bottom:-24px}.kritis-chart-source{text-align:center;font-size:.75rem;color:#a3ac9b;margin:16px 0 0;font-style:italic}.kritis-stats{display:flex;flex-direction:column;gap:16px}.kritis-stat{padding:16px 24px;display:flex;flex-direction:column;gap:4px}.kritis-stat-value{font-family:jetbrains mono,Consolas,monospace;font-size:1.75rem;font-weight:700;color:#f4f1e8}.kritis-stat-value--alert{color:#ef4444;text-shadow:0 0 20px rgba(239,68,68,.5)}.kritis-stat-value--warning{color:#f59e0b}.kritis-stat-label{font-size:.875rem;color:#c2c7b9}.kritis-insight{display:flex;align-items:flex-start;gap:16px;padding:24px;border-left:3px solid #f59e0b}@media(max-width:640px){.kritis-insight{flex-direction:column;gap:12px}}.kritis-insight-icon{font-size:1.5rem;filter:grayscale(100%)brightness(1.2);flex-shrink:0}.kritis-insight p{margin:0;font-size:.95rem;color:#c2c7b9;line-height:1.6}.kritis-insight p strong{color:#f59e0b;font-weight:600}@media(prefers-reduced-motion:reduce){.kritis-bar-fill{transition:none;height:var(--bar-height)}.kritis-bar-value{transition:none;opacity:1}}.border-accent-left{border-left:3px solid #b7ccaa}.border-urgent-left{border-left:3px solid #ef4444}.border-warning-left{border-left:3px solid #f59e0b}.card-label{font-size:.875rem;color:#c2c7b9;margin-bottom:4px}.card-label strong{color:#f4f1e8}.card-body{font-size:.95rem}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.card-header h3{margin:0}.card-deliverables{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.badge-category{background:rgba(183,204,170,.1);color:#b7ccaa}.project-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.project-list .card-header{flex-wrap:wrap}.industry-icon{font-size:2rem;filter:grayscale(100%)brightness(1.2);display:block;margin-bottom:12px}.industry-icon-lg{font-size:3rem;filter:grayscale(100%)brightness(1.2);display:block;margin-bottom:16px}.stat-number{font-family:jetbrains mono,Consolas,monospace;font-size:2rem;font-weight:700;color:#b7ccaa;display:block;margin-bottom:8px}.section-intro{max-width:700px;margin:0 auto}.section-intro-narrow{max-width:600px;margin:0 auto}.glass-info-box{margin-top:32px;padding:24px 32px;background:#2a3128;border:1px solid rgba(255,255,255,8%);border-radius:16px;border-left:3px solid #b7ccaa;max-width:800px;margin-left:auto;margin-right:auto}.glass-info-box p{margin:0;font-size:.95rem;color:#c2c7b9}.glass-info-box strong.info-label{color:#b7ccaa}.glass-cta{text-align:center;padding:2.5rem 2rem;background:rgba(42,42,42,.6);backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid rgba(136,238,173,.15);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.4);margin:48px auto;max-width:700px}.glass-cta p{color:#a3ac9b;font-size:1.05rem}.founder-section{padding:80px 0}.founder-card{display:flex;align-items:center;gap:48px;max-width:900px;margin:0 auto}@media(max-width:768px){.founder-card{flex-direction:column;text-align:center;gap:32px}}.founder-portrait{flex-shrink:0}.founder-portrait img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid #b7ccaa;box-shadow:0 0 0 8px rgba(183,204,170,.1)}@media(min-width:769px){.founder-portrait img{width:220px;height:220px}}.founder-intro{flex:1}.founder-intro .name{font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 4px}.founder-intro .role{font-size:.9rem;color:#b7ccaa;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}.founder-intro .tagline{font-size:1.5rem;font-weight:500;color:#ccc;line-height:1.4;margin:0}@media(max-width:768px){.founder-intro .tagline{font-size:1.25rem}}.tool-name{font-family:jetbrains mono,Consolas,monospace}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:#2a3128;backdrop-filter:none;-webkit-backdrop-filter:none;border:1px solid rgba(183,204,170,.2);border-radius:16px;overflow:hidden;transition:border-color .2s ease}.faq-item[open]{border-color:rgba(183,204,170,.4)}.faq-question{padding:24px;font-size:1.05rem;font-weight:600;color:#f4f1e8;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-question::-webkit-details-marker{display:none}.faq-question::after{content:'+';font-family:jetbrains mono,Consolas,monospace;font-size:1.25rem;color:#b7ccaa;flex-shrink:0;margin-left:16px;transition:transform .2s ease}.faq-item[open] .faq-question::after{content:'\2212'}.faq-question:hover{color:#b7ccaa}.faq-question:focus-visible{outline:2px solid #b7ccaa;outline-offset:2px}@media(max-width:640px){.faq-question{padding:16px;font-size:.95rem}}.faq-answer{padding:0 24px 24px;color:#c2c7b9;font-size:.95rem;line-height:1.7}.faq-answer p{margin-bottom:12px}.faq-answer p:last-child{margin-bottom:0}@media(max-width:640px){.faq-answer{padding:0 16px 16px}}.section-heading{margin-bottom:48px}.section-alt{background:var(--color-bg-surface-alt,#252525)}.content-narrow{max-width:800px;margin:0 auto}.list-spaced{margin-top:12px;padding-left:20px}.text-small{font-size:.875rem}.stat-label{margin:0;font-size:.875rem}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.mesh-gradient{animation:none}.spark{display:none}}.ai-bridge{max-width:992px;margin:24px auto 0;padding:24px 32px;background:linear-gradient(135deg,rgba(183,204,170,4%) 0%,rgba(183,204,170,1%) 100%);border:1px solid rgba(183,204,170,.15);border-left:3px solid #b7ccaa;border-radius:16px;position:relative}.ai-bridge>p{color:#c2c7b9;font-size:.95rem;line-height:1.6;margin:0 0 16px}.ai-bridge__label{display:inline-block;font-family:jetbrains mono,Consolas,monospace;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#b7ccaa;margin-bottom:12px;padding:2px 10px;background:rgba(183,204,170,8%);border-radius:6px}.ai-bridge__items{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.ai-bridge__items span{font-family:jetbrains mono,Consolas,monospace;font-size:.8rem;color:#f4f1e8;padding:6px 14px;background:rgba(255,255,255,4%);border:1px solid rgba(255,255,255,8%);border-radius:6px;white-space:nowrap}.ai-bridge__question{font-size:1rem;color:#f4f1e8;margin:0;font-weight:500}@media(max-width:640px){.ai-bridge{padding:16px 24px}.ai-bridge__items{flex-direction:column}.ai-bridge__items span{white-space:normal}}.scenario-card{max-width:640px;margin:24px auto 0;padding:24px 32px;background:rgba(245,158,11,4%);border:1px solid rgba(245,158,11,.2);border-radius:16px;position:relative}.scenario-card__label{display:inline-block;font-family:jetbrains mono,Consolas,monospace;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f59e0b;margin-bottom:12px;padding:2px 10px;background:rgba(245,158,11,.1);border-radius:6px}.scenario-card__headline{font-size:1.05rem;font-weight:600;color:#f4f1e8;margin:0 0 16px;line-height:1.5}.scenario-card__questions{display:flex;flex-direction:column;gap:4px;margin-bottom:16px;padding-left:16px;border-left:2px solid rgba(245,158,11,.25)}.scenario-card__questions p{font-family:jetbrains mono,Consolas,monospace;font-size:.85rem;color:#c2c7b9;margin:0;line-height:1.6}.scenario-card__punchline{font-size:.95rem;color:#f4f1e8;margin:0;font-weight:500}@media(max-width:640px){.scenario-card{padding:16px 24px}}.agent-risk-card{text-align:left;position:relative;overflow:hidden;border-top:2px solid rgba(245,158,11,.4)}.agent-risk-card__icon{font-size:1.8rem;margin-bottom:12px;filter:grayscale(100%)brightness(1.4);line-height:1}.agent-risk-card h3{font-size:1.05rem;color:#f4f1e8;margin-bottom:12px;font-weight:600}.agent-risk-card>p{font-size:.92rem;line-height:1.6;color:#c2c7b9;margin-bottom:8px}.agent-risk-card__question{font-size:.88rem;font-style:italic;color:#f59e0b;margin:12px 0 0;padding-top:12px;border-top:1px solid rgba(255,255,255,5%)}.judgment-statement{margin:24px 0;padding:24px 32px;background:linear-gradient(135deg,rgba(183,204,170,4%) 0%,transparent 60%);border:1px solid rgba(183,204,170,.12);border-radius:16px;position:relative}.judgment-statement::before{content:'';position:absolute;left:0;top:16px;bottom:16px;width:3px;background:linear-gradient(180deg,#b7ccaa,rgba(183,204,170,.2));border-radius:2px}.judgment-statement__lead{font-size:1.15rem;font-weight:600;color:#f4f1e8;margin:0 0 12px}.judgment-statement p{font-size:1rem;line-height:1.7;color:#c2c7b9;margin:0 0 12px}.judgment-statement p:last-child{margin-bottom:0}.judgment-statement__close{font-size:.95rem;color:#a3ac9b;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,6%)}@media(max-width:640px){.judgment-statement{padding:16px 24px}}.home-answerability{padding-top:0;color:#f4f1e8}.home-answerability ::selection{color:#20251f;background:#b7ccaa}.home-answerability section{scroll-margin-top:0}.home-answerability h1,.home-answerability h2,.home-answerability h3{text-wrap:balance;overflow-wrap:break-word}.home-answerability h2{max-width:28ch;margin-bottom:24px;font-size:clamp(1.75rem,3vw,2rem);line-height:1.2}.home-answerability p,.home-answerability dd{color:#c2c7b9;overflow-wrap:break-word}.home-answerability dd{margin:0}.home-answerability a:not(.btn){text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.25em}.home-answerability a:focus-visible{outline:2px solid #b7ccaa;outline-offset:5px;border-radius:6px}.home-answerability .btn{max-width:100%;min-height:48px;white-space:normal;text-align:center;line-height:1.5;text-wrap:balance}.home-answerability .ha-section{padding:64px 0}.home-answerability .ha-hero{padding:48px 0 64px}.home-answerability .ha-hero-copy{max-width:880px}.home-answerability .ha-category{margin-bottom:24px;color:#b7ccaa;font-family:jetbrains mono,Consolas,monospace;font-size:.875rem;font-weight:500;line-height:1.5;letter-spacing:.06em;text-transform:uppercase}.home-answerability h1{max-width:25ch;margin-bottom:24px;font-size:clamp(2.125rem,4.5vw,3.5rem);line-height:1.12}.home-answerability .ha-lead{max-width:69ch;margin-bottom:24px;font-size:1.125rem;line-height:1.65}.home-answerability .ha-offering{max-width:72ch;margin-bottom:24px;color:#f4f1e8}.home-answerability .ha-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 32px}.home-answerability .ha-cta-note{margin:12px 0 0;font-size:.875rem}.home-answerability .ha-hero-trust{margin:32px 0 0;padding-top:16px;border-top:1px solid rgba(183,204,170,.2);font-size:.875rem;line-height:1.7}.home-answerability .ha-hero-trust span{display:inline-block}.home-answerability .ha-hero-trust a{display:inline-flex;align-items:center;min-height:44px;color:#f4f1e8}.home-answerability .ha-text-link{display:inline-flex;align-items:center;min-height:44px}.home-answerability .ha-explanation,.home-answerability .ha-closing{border-top:1px solid rgba(183,204,170,.2);border-bottom:1px solid rgba(183,204,170,.2);background:#2a3128}.home-answerability h2>span{display:block}.home-answerability .ha-split{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1.35fr);align-items:start;gap:64px}.home-answerability .ha-prose{max-width:72ch}.home-answerability .ha-prose>:last-child{margin-bottom:0}.home-answerability .ha-principles{border-top:1px solid rgba(183,204,170,.2)}.home-answerability .ha-principles>div{padding:24px 0;border-bottom:1px solid rgba(183,204,170,.2)}.home-answerability .ha-principles dt{margin-bottom:8px;color:#f4f1e8;font-weight:600;font-size:1.125rem}.home-answerability .ha-principles dd{max-width:70ch}.home-answerability .ha-decisions{margin-top:32px}.home-answerability .ha-decisions>div{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,2fr);gap:32px;padding:24px 0;border-top:1px solid rgba(183,204,170,.2)}.home-answerability .ha-decisions dt{font-size:1.125rem;font-weight:600;line-height:1.4}.home-answerability .ha-decisions dd{max-width:70ch}.home-answerability .ha-regulatory{margin-top:32px;padding-top:24px;border-top:1px solid rgba(183,204,170,.2)}.home-answerability .ha-regulatory p{margin-bottom:8px}.home-answerability .ha-regulatory strong{color:#f4f1e8}.home-answerability .ha-use-section{border-top:1px solid rgba(183,204,170,.2)}.home-answerability .ha-use-cases{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;margin-top:32px}.home-answerability .ha-use-cases h3{margin-bottom:16px;font-size:1.125rem;line-height:1.4;text-wrap:pretty}.home-answerability .ha-scope-note{font-size:.875rem;line-height:1.7}.home-answerability .ha-example-section{padding-top:32px}.home-answerability .ha-answerability{margin-top:32px;padding-top:24px;border-top:1px solid rgba(183,204,170,.2)}.home-answerability .ha-answerability h3{margin-bottom:12px;font-size:1.125rem;line-height:1.4;text-wrap:pretty}.home-answerability .ha-example{margin:32px 0 24px;border:1px solid rgba(183,204,170,.2);border-radius:20px;background:#2a3128;backdrop-filter:blur(20px)saturate(150%);-webkit-backdrop-filter:blur(20px)saturate(150%);box-shadow:0 8px 32px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,5%)}.home-answerability .ha-example figcaption{padding:24px 32px;color:#f4f1e8;font-size:.875rem;font-weight:600;border-bottom:1px solid rgba(183,204,170,.2)}.home-answerability .ha-evidence{padding:0 32px}.home-answerability .ha-evidence>div{display:grid;grid-template-columns:160px minmax(0,1fr);gap:24px;padding:16px 0}.home-answerability .ha-evidence>div+div{border-top:1px solid rgba(183,204,170,.2)}.home-answerability .ha-evidence dt{color:#f4f1e8;font-weight:600}.home-answerability .ha-evidence dd{max-width:72ch}.home-answerability .ha-evidence .ha-evidence-answer dd{color:#f4f1e8;font-weight:600}.home-answerability .ha-example-note{max-width:78ch;margin-bottom:0}.home-answerability .ha-standards{margin-top:24px;padding-top:24px;border-top:1px solid rgba(183,204,170,.2);font-size:.875rem;line-height:1.7}.home-answerability .ha-approach-intro{max-width:76ch}.home-answerability .ha-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;margin:32px 0 0;padding-left:24px}.home-answerability .ha-steps li{padding:16px 0 0 8px}.home-answerability .ha-steps li::marker{color:#b7ccaa;font-family:jetbrains mono,Consolas,monospace;font-weight:500}.home-answerability .ha-steps h3{font-size:1.125rem;line-height:1.4;margin-bottom:12px}.home-answerability .ha-steps p{margin-bottom:0}.home-answerability .ha-founder{display:grid;grid-template-columns:160px minmax(0,1fr);gap:32px;align-items:center;max-width:840px;margin-bottom:64px}.home-answerability .ha-founder img{display:block;width:160px;height:160px;object-fit:cover;border-radius:16px}.home-answerability .ha-founder h2{font-size:1.5rem;margin-bottom:4px}.home-answerability .ha-founder p{max-width:64ch;margin-bottom:12px}.home-answerability .ha-founder .ha-founder-role{color:#f4f1e8;font-size:.875rem}.home-answerability .ha-founder-links{display:flex;flex-wrap:wrap;gap:0 24px;font-size:.875rem}.home-answerability .ha-closing-copy{border-top:1px solid rgba(183,204,170,.2);padding-top:48px}.home-answerability .ha-closing-copy p{max-width:70ch;margin-bottom:32px}@media(max-width:900px){.home-answerability .ha-split{grid-template-columns:minmax(0,1fr);gap:32px}.home-answerability .ha-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-answerability .ha-steps{gap:32px}}@media(max-width:639px){.home-answerability .ha-hero{padding:32px 0 48px}.home-answerability .ha-category{font-size:.75rem;letter-spacing:.04em;margin-bottom:16px}.home-answerability h1{margin-bottom:16px;font-size:2rem}.home-answerability .ha-lead{font-size:1rem;line-height:1.6;margin-bottom:16px}.home-answerability .ha-offering{margin-bottom:16px}.home-answerability .ha-actions{align-items:flex-start;flex-direction:column;gap:8px}.home-answerability .btn{width:100%;padding:12px 16px}.home-answerability .ha-section{padding:48px 0}.home-answerability .ha-use-cases{grid-template-columns:minmax(0,1fr);gap:32px}.home-answerability .ha-principles,.home-answerability .ha-decisions>div,.home-answerability .ha-evidence>div,.home-answerability .ha-steps{grid-template-columns:minmax(0,1fr);gap:8px}.home-answerability .ha-principles{gap:0}.home-answerability .ha-decisions>div{gap:12px}.home-answerability .ha-example figcaption{padding:16px 24px}.home-answerability .ha-evidence{padding:0 24px}.home-answerability .ha-steps{gap:16px}.home-answerability .ha-founder{grid-template-columns:minmax(0,1fr);gap:24px;margin-bottom:32px}.home-answerability .ha-closing-copy{padding-top:32px}}@media(prefers-reduced-motion:reduce){.home-answerability a{transition:none}.home-answerability a:hover{transform:none}}:root{--shell-header-height:97px}html{scroll-padding-top:calc(var(--shell-header-height) + 16px)}body.is-homepage{padding-top:var(--shell-header-height)}.is-homepage .site-header{transform:none;transition:none}.site-header{z-index:110}.site-header .logo{min-height:64px;flex-shrink:0}.site-header .logo img{width:172px;height:auto}.site-header .main-nav{gap:24px}.site-header .main-nav>a,.site-header .nav-dropdown-trigger{min-height:44px;display:inline-flex;align-items:center}.nav-dropdown-menu[hidden],.mobile-nav[hidden],.mobile-nav-children[hidden]{display:none}.nav-dropdown-menu:not([hidden]){opacity:1;visibility:visible;transform:translateX(-50%)translateY(0)}.nav-dropdown .nav-dropdown-trigger[aria-expanded=false] .dropdown-arrow{transform:none}.nav-dropdown .nav-dropdown-trigger[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.mobile-nav{top:var(--shell-header-height);height:calc(100vh - var(--shell-header-height));height:calc(100dvh - var(--shell-header-height));padding-top:16px;padding-bottom:calc(24px + env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;visibility:hidden}.nav-open .mobile-nav{visibility:visible}.mobile-nav .mobile-nav-children a{color:#c2c7b9}@media(max-width:1023px){.site-header .main-nav{display:none}.nav-toggle{display:flex;align-items:center;justify-content:center}.mobile-nav:not([hidden]){display:flex}}@media(min-width:1024px){.mobile-nav,.mobile-nav-backdrop{display:none}}.skip-link{position:fixed;top:8px;left:8px;z-index:300;transform:translateY(-200%);padding:12px 16px;border-radius:6px;background:#20251f;color:#b7ccaa}.skip-link:focus{transform:none}.site-header :focus-visible,.mobile-nav :focus-visible,.site-footer :focus-visible,.home-answerability :focus-visible{outline:2px solid #b7ccaa;outline-offset:4px}.site-header ::selection,.mobile-nav ::selection,.site-footer ::selection,.home-answerability ::selection{background:#b7ccaa;color:#20251f}.skip-link:focus-visible{outline:2px solid #b7ccaa;outline-offset:2px}.site-footer{padding:32px 20px}.site-footer .container{padding-inline:0}.site-footer .footer-trust,.site-footer .footer-address,.site-footer .footer-nav a,.site-footer .site-version{color:#c2c7b9;font-size:.875rem}.site-footer .site-version{opacity:1}.site-footer .footer-nav{flex-wrap:wrap;gap:8px 24px}.site-footer .footer-nav a{display:inline-flex;align-items:center;min-height:44px;max-width:100%;overflow-wrap:anywhere}.site-footer .footer-nav a:hover{color:#f4f1e8;text-decoration:underline;text-underline-offset:.2em}.site-footer .footer-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-block:24px;padding-block:24px;border-block:1px solid rgba(183,204,170,.2);text-align:left}.site-footer .footer-groups h2{margin-bottom:12px;color:#f4f1e8;font-size:1rem;letter-spacing:normal}.site-footer .footer-groups .footer-nav{flex-direction:column;align-items:flex-start;gap:0;margin:0}@media(max-width:639px){.site-footer .footer-groups{grid-template-columns:minmax(0,1fr);gap:24px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.mesh-gradient,.spark{animation:none}.sparks-container{display:none}.site-header *,.mobile-nav,.mobile-nav *,.mobile-nav-backdrop{transition:none}}.is-homepage .sparks-container{display:none}.is-homepage .mesh-gradient{animation:none}.home-answerability .container{max-width:1360px}.home-answerability .ha-hero{position:relative;padding:clamp(40px,5vw,72px)0 0;background:radial-gradient(ellipse at 85% 30%,rgba(40,107,73,.1),transparent 55%)}.home-answerability .ha-hero-layout{display:grid;grid-template-columns:minmax(0,1.08fr)minmax(0,1fr);gap:0 24px;align-items:center}.home-answerability .ha-hero-copy{position:relative;z-index:1;padding-bottom:32px}.home-answerability .ha-category{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;text-transform:none;letter-spacing:0;font-size:14px;font-weight:500;margin-bottom:24px}.home-answerability h1{font-size:clamp(36px,3.65vw,50px);line-height:1.12;letter-spacing:-.045em;max-width:23ch;margin-bottom:24px;text-wrap:pretty}.home-answerability .ha-lead{max-width:53ch;font-size:17px;line-height:1.7;margin-bottom:28px}.home-answerability .ha-actions{gap:8px 24px}.home-answerability .ha-cta-note{font-size:13px}.home-answerability .supply-art{position:relative;min-width:0;margin:-20px -20px 0 -12px;align-self:center}.home-answerability .supply-art__drawing{display:block;width:100%;height:auto;overflow:visible;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif}.home-answerability .supply-art__scene{position:relative}.home-answerability .supply-art__mobile-labels{display:none}.home-answerability .supply-art__caption{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;margin:-16px 24px 34px;font-size:13px;color:#c0d4c6;line-height:1.5}.home-answerability .supply-art__caption [aria-hidden]{color:#6e9d81}.home-answerability .ha-founder-intro{grid-column:1/-1;display:grid;grid-template-columns:64px auto 1fr auto;gap:24px;align-items:center;margin-top:24px;padding:28px 0;border-top:1px solid rgba(183,204,170,.2)}.home-answerability .ha-founder-intro img{display:block;height:64px;width:64px;border-radius:50%;object-fit:cover;border:1px solid rgba(175,255,207,.28)}.home-answerability .ha-founder-intro p{margin:0;font-size:13px;line-height:1.7}.home-answerability .ha-founder-intro__identity a{color:#f4f1e8;font-weight:600}.home-answerability .ha-founder-intro__experience{padding-left:24px;border-left:1px solid rgba(183,204,170,.2);color:#d2dfd5}.home-answerability .ha-founder-intro__experience span{color:#c2c7b9}.home-answerability .ha-founder-intro__link{font-size:13px}.home-answerability .ha-section{padding-block:80px}.home-answerability .ha-explanation{background:linear-gradient(120deg,rgba(32,49,40,.48),rgba(19,27,24,.3))}.home-answerability .ha-example-section{position:relative;background:radial-gradient(ellipse at 50% 38%,rgba(61,115,81,.1),transparent 70%)}.home-answerability .ha-example{background:linear-gradient(125deg,#15231c,#101913 72%);border-radius:20px;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 24px 80px rgba(0,0,0,.16)}.home-answerability .ha-example figcaption{color:#adbcaf;font-size:12px;font-weight:400;padding:20px 32px}.home-answerability .evidence-flow{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:28px 32px 36px;gap:32px}.home-answerability .evidence-flow li{min-width:0;position:relative;padding-right:24px}.home-answerability .evidence-flow li+li{border-left:1px solid rgba(147,191,160,.14);padding-left:32px}.home-answerability .evidence-flow li:last-child{padding-right:0}.home-answerability .evidence-flow h3{font-size:20px;line-height:1.3;letter-spacing:-.025em;margin:0 0 12px;text-wrap:pretty}.home-answerability .evidence-flow p{font-size:14px;line-height:1.7;margin-bottom:20px}.home-answerability .evidence-flow .evidence-flow__step{color:#9be7b5;font-size:12px;margin:16px 0 8px}.home-answerability .evidence-flow__drawing{margin-inline:-12px}.home-answerability .evidence-flow__drawing svg{display:block;width:100%;height:auto;max-height:160px}.home-answerability .evidence-flow__status,.home-answerability .evidence-flow__annotation{display:inline-block;font-size:12px;line-height:1.5}.home-answerability .evidence-flow__status{color:#f3c9c5;background:rgba(225,137,137,6%);border:1px solid rgba(235,163,163,.25);border-radius:5px;padding:6px 10px}.home-answerability .evidence-flow__annotation{color:#a8bbae}.home-answerability .ha-example-details{border-top:1px solid rgba(183,204,170,.2)}.home-answerability .ha-example-details summary{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:64px;padding:16px 32px;color:#d9eddf;font-size:14px;cursor:pointer;list-style:none}.home-answerability .ha-example-details summary::-webkit-details-marker{display:none}.home-answerability .ha-example-details summary:hover{background:rgba(108,255,178,.035)}.home-answerability .ha-example-details summary:focus-visible{outline:2px solid #b7ccaa;outline-offset:-5px;border-radius:8px}.home-answerability .ha-example-details summary span{font-size:23px;font-weight:400;line-height:1}.home-answerability .ha-example-details[open] summary{border-bottom:1px solid rgba(183,204,170,.2)}.home-answerability .ha-example-details[open] summary span{transform:rotate(45deg)}.home-answerability .ha-example-details .ha-evidence{padding-block:12px}.home-answerability .ha-closing-copy{border-top:0;padding-top:0}@media(max-width:1100px){.home-answerability .ha-founder-intro{grid-template-columns:64px auto 1fr;gap:20px}.home-answerability .ha-founder-intro__link{grid-column:2/-1;margin-top:-16px;justify-self:start}.home-answerability .ha-actions{gap:8px 16px}.home-answerability .ha-actions .btn{padding-inline:20px}.home-answerability .evidence-flow{gap:20px;padding-inline:24px}.home-answerability .evidence-flow li{padding-right:0}.home-answerability .evidence-flow li+li{padding-left:20px}}@media(max-width:900px){.home-answerability .ha-hero-layout{grid-template-columns:minmax(0,1fr)}.home-answerability .ha-hero-copy{max-width:650px;padding-bottom:0}.home-answerability h1{font-size:clamp(36px,5.6vw,48px)}.home-answerability .ha-lead{max-width:60ch}.home-answerability .supply-art{width:100%;max-width:580px;justify-self:center;margin:32px 0 0}.home-answerability .ha-founder-intro{margin-top:0}}@media(max-width:639px){.home-answerability .ha-hero{padding-top:32px}.home-answerability .ha-category{font-size:12px;margin-bottom:20px}.home-answerability h1{font-size:clamp(30px,8.5vw,38px);letter-spacing:-.035em;margin-bottom:20px}.home-answerability .ha-lead{font-size:16px;line-height:1.65;margin-bottom:24px}.home-answerability .ha-actions{gap:8px}.home-answerability .ha-cta-note{margin-top:4px}.home-answerability .supply-art{margin-top:36px}.home-answerability .supply-art__drawing text{visibility:hidden}.home-answerability .supply-art__mobile-labels{display:block}.home-answerability .supply-art__mobile-labels span{position:absolute;padding:1px 4px;background:#182820;border-radius:3px;color:#e5f6eb;font-size:14px;line-height:1.25;white-space:nowrap;transform:translateX(-50%)}.home-answerability .supply-art__mobile-labels .supply-art__label-component{left:23.59%;top:calc(25.76% - 14px)}.home-answerability .supply-art__mobile-labels .supply-art__label-model{left:50.31%;top:calc(15.76% - 14px)}.home-answerability .supply-art__mobile-labels .supply-art__label-supplier{left:78.28%;top:calc(27.97% - 14px)}.home-answerability .supply-art__mobile-labels .supply-art__label-system{right:9.84%;top:calc(79.83% - 14px);transform:none;background:#112019}.home-answerability .supply-art__caption{margin:0 0 32px;gap:10px;font-size:12px}.home-answerability .ha-founder-intro{grid-template-columns:56px minmax(0,1fr);padding-block:24px;gap:12px 16px}.home-answerability .ha-founder-intro img{width:56px;height:56px}.home-answerability .ha-founder-intro__experience{grid-column:1/-1;border:0;padding-left:0}.home-answerability .ha-founder-intro__link{grid-column:1/-1;margin-top:-8px}.home-answerability .ha-section{padding-block:56px}.home-answerability .ha-example figcaption{padding:18px 24px}.home-answerability .evidence-flow{grid-template-columns:minmax(0,1fr);gap:28px;padding:16px 24px 28px}.home-answerability .evidence-flow li+li{border-left:0;border-top:1px solid rgba(147,191,160,.2);padding:24px 0 0}.home-answerability .evidence-flow h3{font-size:23px}.home-answerability .evidence-flow p{font-size:15px}.home-answerability .evidence-flow__drawing{margin:0}.home-answerability .evidence-flow__drawing svg{max-height:155px}.home-answerability .ha-example-details summary{padding:16px 24px}.home-answerability .ha-closing-copy{padding-top:0}}@media(prefers-reduced-motion:no-preference){.supply-art__drawing{animation:supply-appear 1.2s ease-out both}}@keyframes supply-appear{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;list-style:none;margin:0;padding:0}.team-member{min-width:0;scroll-margin-top:120px}.team-member__portrait{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:6px;background:#dfe4dc}.team-member__identity{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px;margin-top:18px}.team-member__identity .team-member__name{margin:0;font-size:25px;letter-spacing:-.025em}.team-member__kind{font-size:12px;color:#b6c8bc}.team-member__role{margin:8px 0 0;font-size:14px;line-height:1.6;color:#b7ccaa}.team-member__bio{margin:16px 0 0;font-size:15px;line-height:1.75;color:#c2c7b9}.team-member__link{display:block;color:#f4f1e8;text-decoration:none;border-radius:6px}.team-member__link:hover .team-member__name{text-decoration:underline;text-decoration-color:#b7ccaa;text-underline-offset:.2em}.team-member__link:focus-visible{outline:2px solid #b7ccaa;outline-offset:6px}.home-answerability .home-team{grid-column:1/-1;padding:28px 0 40px;margin-top:20px;border-top:1px solid rgba(183,204,170,.2)}.home-answerability .home-team__heading{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:12px 24px;margin-bottom:24px}.home-answerability .home-team__heading h2{margin:0;font-size:26px}.home-answerability .home-team .team-member__portrait{aspect-ratio:5/4;object-position:center 38%}.home-answerability .home-team a.team-member__link{text-decoration:none}.home-answerability .home-team .team-member__identity .team-member__name{font-size:22px}.home-answerability .home-team .team-member__role{font-size:13px;color:#b7ccaa}.team-intro{padding:64px 0 72px}.team-intro__heading{max-width:700px;margin-bottom:40px}.team-intro h1{font-size:clamp(36px,5vw,56px);letter-spacing:-.04em;margin-bottom:20px}.team-intro__lead{font-size:20px;line-height:1.65;color:#c2c7b9;margin:0}.team-intro__note{margin:28px 0 0;color:#c2c7b9;font-size:12px}.contact-person{display:flex;align-items:center;gap:16px;margin:28px 0}.contact-person img{width:72px;height:72px;object-fit:cover;border-radius:6px}.contact-person strong{display:block;color:#f4f1e8}.contact-person span{color:#c2c7b9;font-size:13px}@media(max-width:1023px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}}@media(max-width:540px){.team-grid:not(.team-grid--compact){grid-template-columns:minmax(0,1fr);gap:40px}.team-grid--compact{gap:24px 16px}.team-member__identity{gap:2px 8px}.team-intro{padding-block:40px 56px}.team-intro__lead{font-size:18px}}.engineering-copy .text-muted,.engineering-copy .client-context,.engineering-copy .form-notice{color:#c2c7b9}.engineering-copy p a:not(.btn),.engineering-copy li a:not(.btn){text-decoration:underline;text-underline-offset:.2em}:root{--paper:#e4e9df;--paper-card:#f7f7f0;--paper-ink:#25382d;--paper-secondary:#4e6255;--forest:#315b45;--forest-hover:#244733;--paper-border:#a4b3a3;--paper-input-border:#7b8c7a;--color-bg-surface-alt:#2a3128;--color-text-secondary:#c2c7b9}body.is-about,body.is-contact{padding-top:var(--shell-header-height)}.home-answerability .ha-hero{padding-bottom:24px;background:0 0}.home-answerability .ha-explanation{background:#2a3128}.home-answerability .ha-example-section{background:0 0}.home-answerability .ha-example{background:#2a3128;box-shadow:none}.home-answerability .home-team{background:#e4e9df;color:#25382d;padding-block:40px 48px;margin-top:0;border-top:0}.home-answerability .home-team h1,.home-answerability .home-team h2,.home-answerability .home-team h3,.home-answerability .home-team h4,.home-answerability .home-team strong{color:#25382d}.home-answerability .home-team p{color:#4e6255}.home-answerability .home-team a:not(.btn){color:#315b45}.home-answerability .home-team a:not(.btn):hover{color:#244733}.home-answerability .home-team a:focus-visible,.home-answerability .home-team button:focus-visible{outline:2px solid #315b45;outline-offset:5px}.home-answerability .home-team .btn-primary,.home-answerability .home-team .subscribe-form button,.subscribe-form .home-answerability .home-team button{background:#315b45;color:#f7f7f0;box-shadow:none}.home-answerability .home-team .btn-primary:hover,.home-answerability .home-team .subscribe-form button:hover,.subscribe-form .home-answerability .home-team button:hover{background:#244733;color:#f7f7f0}.home-answerability .home-team .team-member__link{color:#25382d}.home-answerability .home-team .team-member__kind{color:#4e6255}.home-answerability .home-team .team-member__role{color:#315b45}.home-answerability .home-team .team-member__link:hover .team-member__name{text-decoration-color:#315b45}.home-answerability .ha-closing{background:#e4e9df;color:#25382d;border-color:#a4b3a3}.home-answerability .ha-closing h1,.home-answerability .ha-closing h2,.home-answerability .ha-closing h3,.home-answerability .ha-closing h4,.home-answerability .ha-closing strong{color:#25382d}.home-answerability .ha-closing p{color:#4e6255}.home-answerability .ha-closing a:not(.btn){color:#315b45}.home-answerability .ha-closing a:not(.btn):hover{color:#244733}.home-answerability .ha-closing a:focus-visible,.home-answerability .ha-closing button:focus-visible{outline:2px solid #315b45;outline-offset:5px}.home-answerability .ha-closing .btn-primary,.home-answerability .ha-closing .subscribe-form button,.subscribe-form .home-answerability .ha-closing button{background:#315b45;color:#f7f7f0;box-shadow:none}.home-answerability .ha-closing .btn-primary:hover,.home-answerability .ha-closing .subscribe-form button:hover,.subscribe-form .home-answerability .ha-closing button:hover{background:#244733;color:#f7f7f0}.home-answerability .supply-art__drawing{filter:saturate(.5)}.team-intro{background:#e4e9df;color:#25382d}.team-intro h1,.team-intro h2,.team-intro h3,.team-intro h4,.team-intro strong{color:#25382d}.team-intro p{color:#4e6255}.team-intro a:not(.btn){color:#315b45}.team-intro a:not(.btn):hover{color:#244733}.team-intro a:focus-visible,.team-intro button:focus-visible{outline:2px solid #315b45;outline-offset:5px}.team-intro .btn-primary,.team-intro .subscribe-form button,.subscribe-form .team-intro button{background:#315b45;color:#f7f7f0;box-shadow:none}.team-intro .btn-primary:hover,.team-intro .subscribe-form button:hover,.subscribe-form .team-intro button:hover{background:#244733;color:#f7f7f0}.team-intro .team-member__kind{color:#4e6255}.team-intro .team-member__role{color:#315b45}.is-contact main{background:#e4e9df;color:#25382d}.is-contact main h1,.is-contact main h2,.is-contact main h3,.is-contact main h4,.is-contact main strong{color:#25382d}.is-contact main p{color:#4e6255}.is-contact main a:not(.btn){color:#315b45}.is-contact main a:not(.btn):hover{color:#244733}.is-contact main a:focus-visible,.is-contact main button:focus-visible{outline:2px solid #315b45;outline-offset:5px}.is-contact main .btn-primary,.is-contact main .subscribe-form button,.subscribe-form .is-contact main button{background:#315b45;color:#f7f7f0;box-shadow:none}.is-contact main .btn-primary:hover,.is-contact main .subscribe-form button:hover,.subscribe-form .is-contact main button:hover{background:#244733;color:#f7f7f0}.is-contact main .form-notice,.is-contact main .contact-person span{color:#4e6255}.glass-card-accent::before,.pain-card::before,.solution-card::before{display:none}.btn,.main-nav a.header-cta{transition:background-color .2s ease,border-color .2s ease,color .2s ease}.home-answerability h1,.release-controls-page h1{max-width:none;font-size:clamp(34px,3.4vw,46px);font-weight:500;line-height:1.23;letter-spacing:-.025em}.home-answerability h1>span,.release-controls-page h1>span{display:block;text-wrap:balance}.home-answerability .ha-hero-layout,.release-controls-page .ha-hero-layout{gap:24px 40px;grid-template-columns:minmax(0,1.12fr)minmax(0,1fr)}.home-answerability .ha-hero,.release-controls-page .ha-hero{padding-bottom:32px}.home-answerability #vorgehen,.home-answerability #answerability,.release-controls-page #vorgehen,.release-controls-page #answerability{scroll-margin-top:110px}.home-answerability .delivery-art,.release-controls-page .delivery-art{margin:0;min-width:0}.home-answerability .delivery-art figcaption,.release-controls-page .delivery-art figcaption{color:#c2c7b9;font-size:13px;text-align:center;margin-top:12px}.home-answerability .artifact-cube,.release-controls-page .artifact-cube{display:block;width:76px;height:88px;flex:none}.home-answerability .artifact-node,.release-controls-page .artifact-node{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;text-align:center}.home-answerability .artifact-node__name,.release-controls-page .artifact-node__name{color:#f4f1e8;font-size:14px;font-weight:600;line-height:1.4}.home-answerability .artifact-node__detail,.release-controls-page .artifact-node__detail{color:#c2c7b9;font-size:13px;line-height:1.4}.home-answerability .control-mark,.release-controls-page .control-mark{display:grid;place-items:center;width:26px;height:26px;flex:0 0 26px;border:1px solid #b7ccaa;border-radius:50%;color:#b7ccaa;font-weight:600}.home-answerability .control-mark--missing,.release-controls-page .control-mark--missing{border-style:dashed;color:#f4f1e8}.home-answerability .control-stop,.release-controls-page .control-stop{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;background:#b7ccaa;color:#20251f;font-size:26px;font-weight:600;clip-path:polygon(28% 0,72% 0,100% 28%,100% 72%,72% 100%,28% 100%,0 72%,0 28%)}.home-answerability .release-gate,.release-controls-page .release-gate{padding:28px 24px 20px;border:1px solid rgba(183,204,170,.2);border-radius:20px;background:#2a3128}.home-answerability .release-gate__inputs,.release-controls-page .release-gate__inputs{display:grid;grid-template-columns:minmax(80px,1fr)minmax(0,2fr);align-items:center;gap:20px}.home-answerability .release-gate__evidence,.release-controls-page .release-gate__evidence{min-width:0}.home-answerability .release-gate__evidence>p,.release-controls-page .release-gate__evidence>p{margin:0 0 12px;font-size:14px;color:#f4f1e8;font-weight:500}.home-answerability .release-gate__evidence ul,.release-controls-page .release-gate__evidence ul{list-style:none;padding:0;margin:0}.home-answerability .release-gate__evidence li,.release-controls-page .release-gate__evidence li{display:flex;align-items:center;gap:10px;margin:8px 0;font-size:14px;color:#c2c7b9;line-height:1.4}.home-answerability .release-gate__missing,.release-controls-page .release-gate__missing{padding-top:8px;border-top:1px dashed rgba(183,204,170,.4)}.home-answerability .release-gate__rule,.release-controls-page .release-gate__rule{display:flex;justify-content:center;position:relative;padding:32px 0}.home-answerability .release-gate__rule::before,.release-controls-page .release-gate__rule::before{content:'';position:absolute;top:0;bottom:0;left:50%;border-left:1px solid #b7ccaa}.home-answerability .release-gate__rule>span,.release-controls-page .release-gate__rule>span{position:relative;padding:10px 24px;border:1px solid #b7ccaa;border-radius:6px;background:#343c31;color:#f4f1e8;font-size:15px;font-weight:600}.home-answerability .release-gate__outcomes,.release-controls-page .release-gate__outcomes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;position:relative;padding-top:24px}.home-answerability .release-gate__outcomes::before,.release-controls-page .release-gate__outcomes::before{content:'';position:absolute;top:0;left:24%;right:24%;border-top:1px solid #b7ccaa}.home-answerability .release-gate__outcomes>div,.release-controls-page .release-gate__outcomes>div{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:16px 10px;border-radius:8px}.home-answerability .release-gate__outcomes>div::before,.release-controls-page .release-gate__outcomes>div::before{content:'';position:absolute;height:24px;bottom:100%;left:50%;border-left:1px solid #b7ccaa}.home-answerability .release-gate__outcomes strong,.release-controls-page .release-gate__outcomes strong{color:#f4f1e8;font-size:18px;font-weight:600}.home-answerability .release-gate__outcomes>div>span:last-child,.release-controls-page .release-gate__outcomes>div>span:last-child{color:#c2c7b9;font-size:13px;line-height:1.4}.home-answerability .release-gate__stop,.release-controls-page .release-gate__stop{border:1px solid #b7ccaa;background:#343c31}.home-answerability .release-gate__pass,.release-controls-page .release-gate__pass{border:1px dashed rgba(183,204,170,.4)}.home-answerability .release-gate__pass .control-mark,.release-controls-page .release-gate__pass .control-mark{width:32px;height:32px;flex-basis:32px}.home-answerability .release-gate__exception,.release-controls-page .release-gate__exception{position:relative;margin:28px 0 0;padding-top:14px;font-size:13px;text-align:center;line-height:1.5}.home-answerability .release-gate__exception::before,.release-controls-page .release-gate__exception::before{content:'';position:absolute;top:-28px;left:24%;width:52%;height:28px;border:1px dashed rgba(183,204,170,.4);border-top:0;border-radius:0 0 6px 6px}.home-answerability .release-gate__exception::after,.release-controls-page .release-gate__exception::after{content:'';position:absolute;top:-28px;left:calc(76% - 3px);width:6px;height:6px;border-left:1px solid #b7ccaa;border-top:1px solid #b7ccaa;transform:rotate(45deg)}.home-answerability .artifact-path,.release-controls-page .artifact-path{display:grid;grid-template-columns:minmax(0,1fr)76px minmax(0,1fr);align-items:start;gap:8px;margin:28px 0}.home-answerability .artifact-path__connection,.release-controls-page .artifact-path__connection{padding-top:22px;color:#c2c7b9;text-align:center;font-size:12px;line-height:1.4}.home-answerability .artifact-path__arrow,.release-controls-page .artifact-path__arrow{display:block;position:relative;margin:14px 4px 0;border-top:1px solid #b7ccaa}.home-answerability .artifact-path__arrow::after,.release-controls-page .artifact-path__arrow::after{content:'';position:absolute;width:7px;height:7px;right:0;top:-4px;border-top:1px solid #b7ccaa;border-right:1px solid #b7ccaa;transform:rotate(45deg)}.home-answerability .artifact-path__barrier,.release-controls-page .artifact-path__barrier{display:block;position:relative;margin-top:14px;border-top:1px dashed #b7ccaa}.home-answerability .artifact-path__barrier::before,.home-answerability .artifact-path__barrier::after,.release-controls-page .artifact-path__barrier::before,.release-controls-page .artifact-path__barrier::after{content:'';position:absolute;left:50%;top:-12px;height:24px;border-left:2px solid #b7ccaa}.home-answerability .artifact-path__barrier::after,.release-controls-page .artifact-path__barrier::after{left:calc(50% + 5px)}.home-answerability .test-record,.release-controls-page .test-record{width:76px;height:88px;border:1px solid #b7ccaa;border-radius:7px;background:#343c31;padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:6px;color:#b7ccaa}.home-answerability .test-record strong,.release-controls-page .test-record strong{color:#f4f1e8;font-size:24px;line-height:1}.home-answerability .test-record i,.release-controls-page .test-record i{grid-column:1/-1;display:block;height:2px;margin-top:4px;background:#b7ccaa;opacity:.5}.home-answerability .test-record i:last-child,.release-controls-page .test-record i:last-child{width:65%}.home-answerability .artifact-mismatch,.release-controls-page .artifact-mismatch{flex:none;color:#f4f1e8;font-family:jetbrains mono,Consolas,monospace;font-size:18px}.home-answerability .release-comparison,.release-controls-page .release-comparison{margin:32px 0 24px;border:1px solid rgba(183,204,170,.2);border-radius:20px;background:#2a3128;overflow:hidden}.home-answerability .release-comparison>figcaption,.release-controls-page .release-comparison>figcaption{padding:20px 32px;border-bottom:1px solid rgba(183,204,170,.2);font-size:13px;color:#c2c7b9}.home-answerability .release-comparison__pair,.release-controls-page .release-comparison__pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-answerability .release-comparison__implementation,.release-controls-page .release-comparison__implementation{margin:0;padding:20px 32px;border-top:1px solid rgba(183,204,170,.2);font-size:15px}.home-answerability .release-snapshot,.release-controls-page .release-snapshot{padding:28px 32px 32px}.home-answerability .release-snapshot+.release-snapshot,.release-controls-page .release-snapshot+.release-snapshot{border-left:1px solid rgba(183,204,170,.2)}.home-answerability .release-snapshot h3,.release-controls-page .release-snapshot h3{font-size:20px;margin:0 0 24px}.home-answerability .release-snapshot .ha-category,.release-controls-page .release-snapshot .ha-category{margin-bottom:12px}.home-answerability .release-snapshot>p:last-child,.release-controls-page .release-snapshot>p:last-child{margin-bottom:0}.home-answerability .release-snapshot--new,.release-controls-page .release-snapshot--new{background:#343c31}.home-answerability .release-snapshot__finding,.release-controls-page .release-snapshot__finding{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid rgba(183,204,170,.2);font-size:15px;line-height:1.5}.home-answerability .release-snapshot__exception,.release-controls-page .release-snapshot__exception{font-size:13px;line-height:1.5}.home-answerability .rio-capabilities,.release-controls-page .rio-capabilities{margin:24px 0;padding-block:16px;border-block:1px solid rgba(183,204,170,.2)}.home-answerability .rio-capabilities h3,.release-controls-page .rio-capabilities h3{margin:20px 0 12px;font-size:18px}@media(max-width:1000px){.home-answerability .ha-hero-layout,.release-controls-page .ha-hero-layout{gap:24px}.home-answerability h1,.release-controls-page h1{font-size:clamp(28px,3.5vw,40px)}.home-answerability .release-snapshot,.release-controls-page .release-snapshot{padding:24px}}@media(max-width:760px){.home-answerability .ha-hero-layout,.release-controls-page .ha-hero-layout{grid-template-columns:minmax(0,1fr);gap:0}.home-answerability h1,.release-controls-page h1{font-size:clamp(27px,7.6vw,40px)}.home-answerability .delivery-art,.release-controls-page .delivery-art{max-width:500px;width:100%;margin:0 auto}.home-answerability .ha-hero-copy,.release-controls-page .ha-hero-copy{padding-bottom:12px}}@media(max-width:639px){.home-answerability .release-comparison__pair,.release-controls-page .release-comparison__pair{grid-template-columns:minmax(0,1fr)}.home-answerability .release-snapshot+.release-snapshot,.release-controls-page .release-snapshot+.release-snapshot{border-left:0;border-top:1px solid rgba(183,204,170,.2)}.home-answerability .release-comparison>figcaption,.home-answerability .release-comparison__implementation,.release-controls-page .release-comparison>figcaption,.release-controls-page .release-comparison__implementation{padding:20px}.home-answerability .release-gate,.release-controls-page .release-gate{padding:24px 16px 16px}.home-answerability .release-gate__inputs,.release-controls-page .release-gate__inputs{gap:12px}.home-answerability .release-gate__outcomes,.release-controls-page .release-gate__outcomes{gap:12px}.home-answerability .release-gate__evidence li,.release-controls-page .release-gate__evidence li{gap:8px}.home-answerability .artifact-path,.release-controls-page .artifact-path{grid-template-columns:minmax(0,1fr)64px minmax(0,1fr);gap:4px}.home-answerability .artifact-cube,.home-answerability .test-record,.release-controls-page .artifact-cube,.release-controls-page .test-record{width:64px;height:74px}}.release-controls-page h1,.release-controls-page h2,.release-controls-page h3{text-wrap:balance;overflow-wrap:break-word}.release-controls-page h2{font-size:clamp(1.75rem,3vw,2rem);line-height:1.25}.release-controls-page .rc-intro-copy{max-width:860px;margin-bottom:32px}.release-controls-page .rc-lead{max-width:72ch;font-size:1.1rem;line-height:1.65}.release-controls-page .rc-lead strong{font-weight:500;color:#f4f1e8}.release-controls-page .rc-section-intro{max-width:76ch;margin-bottom:32px}.release-controls-page .rc-clarification{max-width:80ch;margin:24px 0 0}.release-controls-page .rc-icon{width:36px;height:36px;flex:0 0 36px;color:#b7ccaa;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.release-controls-page .rc-overview{margin:0;padding:32px;background:#2a3128;border:1px solid rgba(183,204,170,.2);border-radius:20px}.release-controls-page .rc-route{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;list-style:none;padding:0;margin:0}.release-controls-page .rc-route li{display:flex;align-items:center;gap:12px;position:relative;min-width:0;padding-block:16px}.release-controls-page .rc-route li:not(:last-child)::after{content:'';position:absolute;right:-19px;top:calc(50% - 4px);width:8px;height:8px;border-top:1px solid #b7ccaa;border-right:1px solid #b7ccaa;transform:rotate(45deg)}.release-controls-page .rc-route strong{display:block;color:#f4f1e8;font-size:17px;font-weight:600}.release-controls-page .rc-route span{display:block;margin-top:4px;color:#c2c7b9;font-size:13px;line-height:1.4}.release-controls-page .rc-decision{display:flex;align-items:center;gap:16px;padding:24px 0;margin:16px 0 0;border-top:1px dashed rgba(183,204,170,.4)}.release-controls-page .rc-stop{display:grid;place-items:center;flex:0 0 32px;height:32px;background:#b7ccaa;color:#20251f;font-size:26px;clip-path:polygon(28% 0,72% 0,100% 28%,100% 72%,72% 100%,28% 100%,0 72%,0 28%)}.release-controls-page .rc-overview figcaption{color:#c2c7b9;font-size:13px;line-height:1.5}.release-controls-page .rc-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.release-controls-page .rc-controls h3{font-size:1.2rem;line-height:1.4;margin:16px 0 12px}.release-controls-page .rc-controls p{margin-bottom:0}.release-controls-page .rc-sources{border-block:1px solid rgba(183,204,170,.2);margin-top:32px;padding-block:16px}.release-controls-page .rc-sources summary{color:#b7ccaa;cursor:pointer;font-weight:500;padding-block:8px}.release-controls-page .rc-sources summary:focus-visible{outline:2px solid #b7ccaa;outline-offset:4px}.release-controls-page .rc-sources[open] summary{margin-bottom:16px}.release-controls-page .rc-sources p{font-size:.95rem}.release-controls-page .btn{max-width:100%;white-space:normal}@media(max-width:1000px){.release-controls-page .rc-route{gap:24px}.release-controls-page .rc-route li{flex-direction:column;align-items:flex-start}.release-controls-page .rc-route li:not(:last-child)::after{right:-15px}.release-controls-page .rc-controls{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.release-controls-page .rc-overview{padding:24px}.release-controls-page .rc-route{grid-template-columns:minmax(0,1fr);gap:16px}.release-controls-page .rc-route li{flex-direction:row;padding:0;gap:16px}.release-controls-page .rc-route li:not(:last-child)::after{left:14px;right:auto;top:auto;bottom:-10px;width:6px;height:6px;transform:rotate(135deg)}.release-controls-page .rc-controls{grid-template-columns:minmax(0,1fr)}}