:root{color-scheme:light;--color-primary: #af0025;--color-primary-strong: #dd0031;--color-on-primary: #ffffff;--color-gradient-start: #dd0031;--color-gradient-end: #80001a;--color-inverse-surface: #181c20;--color-on-inverse: #ffffff;--color-text: #181c20;--color-text-muted: #5c5f60;--color-surface: #ffffff;--color-surface-subtle: #f1f4f9;--color-surface-raised: #ffffff;--color-border: #7a828b;--color-focus: #0067c5;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;--content-max: 75rem;--text-max: 43rem;--page-gutter: clamp(1rem, 3vw, 2.5rem);--section-space: clamp(3rem, 8vw, 5rem);--radius-control: .25rem;--radius-card: .5rem;--shadow-ambient: 0 .25rem 1.25rem rgba(0, 0, 0, .04);--shadow-card: 0 .25rem 1.5rem rgba(0, 0, 0, .08);--transition-fast: .16s ease}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--color-primary: #e63946;--color-primary-strong: #ff4d6d;--color-on-primary: #0d1117;--color-gradient-start: #ff4d6d;--color-gradient-end: #ff8fa3;--color-inverse-surface: #181c20;--color-on-inverse: #ffffff;--color-text: #e0e6ed;--color-text-muted: #8b949e;--color-surface: #0d1117;--color-surface-subtle: #161b22;--color-surface-raised: #0d1117;--color-border: #30363d;--color-focus: #58a6ff;--shadow-ambient: 0 .25rem 1.25rem rgba(0, 0, 0, .4);--shadow-card: 0 .25rem 1.5rem rgba(0, 0, 0, .6)}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Inter-Regular.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/Inter-SemiBold.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/Inter-Bold.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/JetBrainsMono-Regular.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/JetBrainsMono-SemiBold.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth}body{margin:0;background:var(--color-surface);color:var(--color-text);font-family:var(--font-sans);font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}h1,h2,h3,h4{margin:0;color:var(--color-text);font-family:var(--font-sans);font-weight:700;letter-spacing:0;line-height:1.1;text-wrap:balance}h1{max-width:var(--text-max);font-size:clamp(2.25rem,4vw,3rem);line-height:1.1}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2.2vw,1.65rem)}h4{font-size:1.05rem}a{color:var(--color-primary);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--color-primary-strong)}:where(a,button,summary,input,select,textarea):focus-visible{outline:2px solid var(--color-focus);outline-offset:4px;border-radius:4px}p,ul,ol{margin:0}ul,ol{padding-left:1.15rem}li+li{margin-top:.45rem}code,pre,kbd,samp,.technical-token{font-family:var(--font-mono)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}.text-gradient-primary{background:linear-gradient(135deg,var(--color-gradient-start),var(--color-gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;display:inline-block}@keyframes reveal-up{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@supports (animation-timeline: view()){.animate-on-scroll{animation:reveal-up linear both;animation-timeline:view();animation-range:entry 5% cover 25%}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface-subtle)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}::selection{background:var(--color-primary);color:var(--color-on-primary)}::-moz-selection{background:var(--color-primary);color:var(--color-on-primary)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.78rem 1.05rem;border:1px solid transparent;border-radius:var(--radius-control);background:var(--color-surface);color:var(--color-text);font-family:var(--font-sans);font-size:.95rem;font-weight:600;line-height:1.15;text-align:center;text-decoration:none;transition:box-shadow var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast),color var(--transition-fast);cursor:pointer}.button--large{min-height:3.25rem;padding:.95rem 1.35rem;font-size:1rem}.button:hover{border-color:transparent;color:var(--color-primary);box-shadow:var(--shadow-ambient)}.button--primary{position:relative;overflow:hidden;border-color:transparent;background:var(--color-primary-strong);color:var(--color-on-primary);box-shadow:0 .25rem 1rem #af00254d}.button--primary:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:shine 5s infinite cubic-bezier(.4,0,.2,1)}@keyframes shine{0%{left:-100%}15%{left:200%}to{left:200%}}.button--primary:hover{border-color:transparent;background:var(--color-primary);color:var(--color-on-primary);box-shadow:var(--shadow-ambient)}.button--ghost{background:transparent;border-color:transparent}.button--ghost:hover{background:var(--color-surface-subtle)}.button-row{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.contact-card{display:grid;gap:1rem;padding:clamp(1.4rem,3vw,2rem);background:var(--color-surface);border:1px solid transparent;border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.contact-form{display:grid;gap:1rem}.form-grid{display:grid;gap:.9rem;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:.35rem}.field--wide,.form-grid__note{grid-column:1 / -1}.form-grid__action{width:fit-content}.field label{color:var(--color-text);font-size:.92rem;font-weight:600}.field input,.field select,.field textarea{width:100%;border:1px solid transparent;box-shadow:var(--shadow-card);border-radius:var(--radius-control);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:1rem;padding:.78rem .85rem}.field textarea{min-height:128px;resize:vertical}.note{color:var(--color-text-muted);font-size:.94rem}.site-header{position:sticky;top:0;z-index:20;isolation:isolate;border-bottom:1px solid transparent;background:color-mix(in srgb,var(--color-surface) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:1.25rem}.brand{display:inline-flex;align-items:center;gap:.72rem;color:var(--color-text);font-weight:700;text-decoration:none;white-space:nowrap}.brand__logo{display:block;flex-shrink:0;border-radius:var(--radius-control)}.brand--footer{font-size:1.05rem;margin-bottom:.4rem}.site-footer__brand{display:flex;flex-direction:column;gap:.3rem}.site-nav{display:flex;align-items:center;gap:1.1rem;color:var(--color-text-muted);font-size:.93rem;font-weight:600}.site-nav a{border-radius:var(--radius-control);color:inherit;text-decoration:none}.site-nav a:hover{color:var(--color-primary)}.site-nav a:not(.button){padding:.45rem .5rem}.site-nav a.is-active:not(.button){background:var(--color-surface-subtle);color:var(--color-primary)}.site-nav .button{margin-left:.2rem}.site-nav .button--primary,.site-nav .button--primary:hover,.site-nav .button--primary:focus-visible{color:var(--color-on-primary)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:0;background:transparent;border:none;border-radius:var(--radius-control);cursor:pointer;color:var(--color-text)}.mobile-menu-toggle:hover{background:var(--color-surface-subtle)}.mobile-menu-toggle[aria-expanded=true] .hamburger{background:transparent}.mobile-menu-toggle[aria-expanded=true] .hamburger:before{top:0;transform:rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] .hamburger:after{bottom:0;transform:rotate(-45deg)}.hamburger{position:relative;width:24px;height:2px;background:currentColor;margin-top:8px}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;width:100%;height:2px;background:currentColor;transition:transform .2s ease}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hero{padding:clamp(4.6rem,9vw,8.7rem) 0 4rem}.hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.78fr);align-items:center;gap:clamp(2.2rem,5vw,5rem)}.hero__copy{display:grid;gap:1.55rem}.hero__lead{max-width:740px;color:var(--color-text-muted);font-size:clamp(1.08rem,2vw,1.34rem);line-height:1.6}.hero__trust{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.2rem;padding:0;list-style:none}.hero__trust li{margin:0;padding:.52rem .72rem;border:1px solid transparent;border-radius:999px;background:var(--color-surface);color:var(--color-text-muted);font-size:.9rem;font-weight:600}.hero__image{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface-raised);box-shadow:none;aspect-ratio:4 / 3}.hero__panel{position:absolute;right:-1.2rem;bottom:-1.5rem;width:min(330px,calc(100% - 2rem));padding:1.1rem;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-ambient)}.hero__panel strong{display:block;color:var(--color-text);font-size:1.02rem;line-height:1.25}.hero__panel span{display:block;margin-top:.28rem;color:var(--color-text-muted);font-size:.92rem;line-height:1.45}.section{padding:var(--section-space) 0}.section--soft,.section--raised{background:var(--color-surface)}.section--slanted{position:relative;margin-top:4vw}.section--slanted:before{content:"";position:absolute;top:-4vw;left:0;width:100%;height:8vw;background:var(--color-surface);transform:skewY(-2deg);border-top:1px solid var(--color-border);z-index:-1}.section--dark{background:#111418;color:var(--color-surface)}.section-heading,.section-header{position:relative;display:flex;flex-direction:column;gap:1rem;min-width:0;max-width:820px;margin-bottom:clamp(2rem,4vw,3.2rem);overflow:hidden}.section-heading h2,.section-header h2{position:relative;z-index:1;font-size:clamp(1.75rem,3vw,2rem);font-weight:600;line-height:1.2;letter-spacing:-.01em}.section-watermark{position:absolute;top:-20%;left:-5%;max-width:100%;overflow:hidden;font-size:clamp(4rem,10vw,8rem);font-weight:900;color:#00000005;z-index:0;-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap}@media(prefers-color-scheme:dark){.section-watermark{color:#ffffff05}}@media(max-width:680px){.section-watermark{left:0;font-size:clamp(2.5rem,12vw,4rem)}}.section-eyebrow{position:relative;z-index:1;display:inline-block;align-self:flex-start;padding:.2rem .8rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);background:var(--color-surface-subtle);border-radius:1rem}.section-heading--center .section-eyebrow,.section-header--center .section-eyebrow{align-self:center}.section-heading-line{position:relative;z-index:1;width:3rem;height:4px;background:linear-gradient(90deg,var(--color-primary-strong),transparent);border-radius:2px}.section-heading--center .section-heading-line,.section-header--center .section-heading-line{margin:0 auto;width:6rem;background:linear-gradient(90deg,transparent,var(--color-primary-strong),transparent)}.section-heading--center,.section-header--center{margin-right:auto;margin-left:auto;text-align:center}.section-lead{color:var(--color-text-muted);font-size:clamp(1.02rem,1.7vw,1.2rem)}.section--dark .section-lead{color:var(--color-text-muted)}.card{display:grid;gap:1rem;align-content:start;min-height:100%;padding:clamp(1.5rem,3vw,2rem);border:1px solid transparent;border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-card);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.card:hover{transform:translateY(-4px);box-shadow:0 1rem 2rem #0000001f}@supports (animation-timeline: view()){.card{animation:reveal-up linear both;animation-timeline:view();animation-range:entry 5% cover 25%}}.card--interactive:hover{border-color:var(--color-primary)}.card--accent{border-color:var(--color-primary);background:var(--color-surface-subtle)}.card__meta,.bento-card .eyebrow{display:inline-flex;align-items:center;padding:.3rem .8rem;background:#af002514;color:var(--color-primary-strong);border-radius:2rem;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 0 12px #af002526;width:fit-content}@media(prefers-color-scheme:dark){.card__meta,.bento-card .eyebrow{background:#e6394626;box-shadow:0 0 12px #e6394633}}.card p,.card ul{color:var(--color-text-muted)}.card .button{width:fit-content;margin-top:.2rem}.price{display:inline-flex;align-items:baseline;gap:.25rem;color:var(--color-text);font-size:1.35rem;font-weight:700}.price small{color:var(--color-text-muted);font-size:.9rem;font-weight:600}.check-list{display:grid;gap:.7rem;padding:0;list-style:none}.check-list li{position:relative;margin:0;padding-left:1.75rem}.check-list li:before{content:"";position:absolute;top:.55rem;left:0;width:.82rem;height:.82rem;border-radius:50%;background:var(--color-primary)}.process-steps,.steps{position:relative;display:grid;gap:.85rem;counter-reset:step;list-style:none;padding:0;margin:0;z-index:1}@supports (animation-timeline: view()){.process-steps:before{content:"";position:absolute;top:2rem;left:2.1rem;bottom:2rem;width:2px;background:repeating-linear-gradient(to bottom,var(--color-border) 0,var(--color-border) 4px,transparent 4px,transparent 8px);z-index:2}.process-steps:after{content:"";position:absolute;top:2rem;left:2.1rem;bottom:2rem;width:2px;background:linear-gradient(to bottom,var(--color-primary-strong),var(--color-primary),transparent);z-index:3;transform-origin:top;animation:timeline-grow linear;animation-timeline:view();animation-range:entry 20% cover 60%}}@keyframes timeline-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.process-steps li,.step{position:relative;display:grid;gap:.35rem;padding:1.1rem 1.1rem 1.1rem 4rem;border:1px solid transparent;border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-card)}.process-steps li span[aria-hidden=true],.step:before{counter-increment:step;content:counter(step);position:absolute;top:1.05rem;left:1.1rem;display:grid;width:2rem;height:2rem;place-items:center;border-radius:50%;background:var(--color-primary);color:var(--color-on-primary);font-size:.9rem;font-weight:700;z-index:4;box-shadow:0 0 15px #af002566}.process-steps li p,.step p{color:var(--color-text-muted)}.pricing-table{overflow:hidden;border:1px solid transparent;border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-card)}.pricing-row{display:grid;grid-template-columns:1.1fr 1.4fr .7fr;gap:1rem;align-items:center;padding:1.1rem 1.25rem;border-bottom:1px solid var(--color-border)}.pricing-row:last-child{border-bottom:0}.pricing-row p{color:var(--color-text-muted);font-size:.96rem}.testimonial{display:grid;gap:1rem;padding:1.3rem;border:1px solid transparent;border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-card)}.testimonial p{color:var(--color-text-muted)}.testimonial footer{color:var(--color-text-muted);font-size:.94rem;font-weight:700}.faq,.faq-list{display:grid;gap:.8rem}.faq details,.faq-list details{border:1px solid transparent;border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-card)}.faq summary,.faq-list summary{cursor:pointer;padding:1.05rem 1.2rem;color:var(--color-text);font-weight:700}.faq details p,.faq-list details p{padding:0 1.2rem 1.15rem;color:var(--color-text-muted)}.cta-band{padding:clamp(2rem,5vw,3.5rem);border-radius:var(--radius-card);background:var(--color-surface-subtle);border:1px solid transparent;box-shadow:var(--shadow-card)}.cta-band__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:center}.cta-band p{max-width:720px;color:var(--color-text-muted)}.page-hero{position:relative;overflow:hidden;padding:clamp(3.8rem,8vw,7rem) 0 clamp(2.5rem,5vw,4.5rem)}.page-hero__inner{position:relative;z-index:1;display:grid;gap:1.2rem;max-width:920px}.article{max-width:820px;margin:0 auto;padding:0 0 clamp(4rem,8vw,6rem)}.article h2{margin-top:2.4rem;font-size:clamp(1.55rem,3vw,2.2rem)}.article h3{margin-top:1.8rem}.article p,.article ul,.article ol{margin-top:1rem;color:var(--color-text-muted)}.article strong{color:var(--color-text)}.site-footer{padding:2.5rem 0;border-top:1px solid transparent}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:start}.footer-links{display:flex;flex-wrap:wrap;gap:.85rem 1.1rem;justify-content:flex-end;font-size:.92rem;font-weight:600}.footer-links a{color:var(--color-text-muted);text-decoration:none}.footer-links a:hover{color:var(--color-primary)}.legal{color:var(--color-text-muted);font-size:.9rem}.legal strong{color:var(--color-text)}@media(max-width:980px){.site-header__inner{align-items:center;padding:1rem 0}.mobile-menu-toggle{display:flex}.brand,.mobile-menu-toggle{position:relative;z-index:2}.site-nav{position:absolute;top:100%;left:0;right:0;z-index:1;flex-direction:column;align-items:stretch;gap:0;padding:1rem;background:var(--color-surface);border-bottom:1px solid transparent;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.site-nav--open{opacity:1;visibility:visible;transform:translateY(0)}.site-nav a:not(.button){padding:.85rem 1rem;border-radius:var(--radius-control)}.site-nav .button{margin-left:0;margin-top:.5rem;display:inline-flex;width:100%}.hero__grid,.cta-band__inner,.site-footer__inner{grid-template-columns:1fr}.hero__media{max-width:720px}.pricing-row{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}@media(max-width:680px){.hero{padding-top:3.5rem}.hero__grid{gap:2rem}.hero__panel{position:static;width:auto;margin-top:1rem}.hero__image{aspect-ratio:4 / 3.2}.hero__trust{align-items:stretch;flex-direction:column}.card .button{width:100%}.process-steps li,.step{padding-left:1.1rem}.process-steps li span[aria-hidden=true],.step:before{position:static}.cta-band{margin-right:-2px;margin-left:-2px}.button-row{align-items:stretch;flex-direction:column}.button-row .button{width:100%}.form-grid{grid-template-columns:1fr}.form-grid__action{width:100%}}.marquee{display:flex;overflow:hidden;background:var(--color-surface-subtle);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1rem 0;white-space:nowrap;-webkit-user-select:none;user-select:none}.marquee__inner{display:flex;gap:2rem;animation:marquee-scroll 25s linear infinite}.marquee__inner span{font-weight:700;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.page-shell{min-height:100vh;background:var(--color-surface)}.container{width:min(calc(100% - 2 * var(--page-gutter)),var(--content-max));margin:0 auto}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--grid-column-min, 17rem)),1fr))}.grid--2{--grid-column-min: 22rem}.grid--3{--grid-column-min: 17rem}.grid--4{--grid-column-min: 14rem}@media(min-width:48rem){.grid--bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(180px,auto)}.grid--bento:not(:has(>*:nth-child(4)))>*:nth-child(1){grid-column:span 2}.grid--bento:has(>*:nth-child(4)){grid-template-columns:repeat(3,1fr)}.grid--bento:has(>*:nth-child(4))>*:nth-child(4n+1),.grid--bento:has(>*:nth-child(4))>*:nth-child(4n+4){grid-column:span 2}}.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr));align-items:start;gap:clamp(2rem,5vw,4.5rem)}section[id]{scroll-margin-top:6rem}.hero{position:relative;overflow:hidden;padding:clamp(3.5rem,6vw,5rem) 0 var(--section-space);background:var(--color-surface)}.hero__mesh{position:absolute;top:-50%;left:-50%;width:200%;height:200%;z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(175,0,37,.07),transparent 30%),radial-gradient(circle at 60% 40%,rgba(200,50,50,.04),transparent 40%),radial-gradient(circle at 40% 60%,rgba(255,100,100,.03),transparent 35%);animation:mesh-rotate 40s linear infinite;filter:blur(60px)}@keyframes mesh-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__grid{position:relative;z-index:1;grid-template-columns:repeat(auto-fit,minmax(min(100%,29rem),1fr));gap:clamp(2.5rem,5vw,4.5rem)}.hero__title{font-family:var(--font-sans);font-size:clamp(2.25rem,5vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--color-text)}.hero__copy{gap:1.5rem}.hero__lead{max-width:var(--text-max);font-size:clamp(1rem,1.7vw,1.25rem);color:var(--color-text-muted)}.hero__media{position:relative}.hero__circle-bg{aspect-ratio:1;width:100%;border-radius:50%;background:var(--color-surface-subtle);display:flex;align-items:center;justify-content:center;padding:clamp(2rem,5vw,4rem);position:relative;z-index:2}.hero__image{width:100%;height:100%;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;transform:rotate(3deg);border:none}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__glow{position:absolute;bottom:-2.5rem;left:-2.5rem;width:15rem;height:15rem;background:#af002514;border-radius:50%;filter:blur(40px);z-index:1}.bento-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:980px){.bento-grid{grid-template-columns:repeat(3,1fr)}.bento-card--large{grid-column:span 2}}.bento-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid transparent;border-radius:1rem;padding:clamp(1.5rem,3vw,2.5rem);box-shadow:var(--shadow-card)}.bento-card__content{display:flex;flex-direction:column;height:100%}.bento-card h3{font-family:var(--font-sans);font-size:1.5rem;font-weight:600;margin:.5rem 0 1rem}.bento-card p{color:var(--color-text-muted);line-height:1.6;margin-bottom:2rem;flex-grow:1}.bento-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.price-small{font-weight:600;color:var(--color-text)}.eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);font-weight:700;display:block}.testimonial-section{width:min(calc(100% - 2 * var(--page-gutter)),var(--text-max));text-align:center}.testimonial-section__quote{display:block;margin-bottom:2rem;color:var(--color-primary);font-size:4rem;line-height:1;opacity:.2}.testimonial-large-wrapper{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:4rem;padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.testimonial-large-wrapper::-webkit-scrollbar{display:none}.testimonial-large{flex:0 0 100%;scroll-snap-align:center;box-sizing:border-box}.testimonial-large blockquote{font-size:clamp(1.25rem,3vw,1.8rem);font-style:italic;color:var(--color-text);line-height:1.6;margin-bottom:1.5rem;font-weight:500}.testimonial-large footer{font-weight:700;color:var(--color-text-muted)}.carousel-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:1.5rem;margin-top:1rem}.carousel-nav{display:flex;flex:0 0 3rem;align-items:center;justify-content:center;width:3rem;min-width:3rem;height:3rem;min-height:3rem;border-radius:50%;background:transparent;border:none;color:var(--color-primary);cursor:pointer;transition:background .2s,color .2s}.carousel-nav:hover:not(:disabled){background:var(--color-surface);color:var(--color-primary-strong)}.carousel-nav:disabled{opacity:.3;cursor:not-allowed}.carousel-dots{display:flex;flex:0 0 100%;order:-1;justify-content:center}.carousel-dot{position:relative;display:flex;flex:0 0 44px;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;min-height:44px;border-radius:50%;background:transparent;border:none;padding:0;cursor:pointer}.carousel-dot:before{content:"";width:12px;height:12px;border-radius:50%;background:var(--color-border);transition:background .2s,transform .2s}.carousel-dot.active:before{background:var(--color-primary);transform:scale(1.2)}.cta-band-large{background:var(--color-inverse-surface);color:var(--color-on-inverse);border-radius:1.5rem;padding:clamp(2.5rem,6vw,5rem)}.cta-band-large .section-heading h2,.cta-band-large .section-heading .section-lead,.cta-band-large .contact-form>.note{color:var(--color-on-inverse)}.cta-band-large .section-heading .section-lead,.cta-band-large .contact-form>.note{opacity:.8}.cta-band-large .contact-form>.note a{color:var(--color-on-inverse);font-weight:600}#kontakt .split{grid-template-columns:repeat(auto-fit,minmax(min(100%,28rem),1fr))}.breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;color:var(--color-text-muted);font-size:.9rem}.breadcrumb a{color:inherit;text-decoration:none}.breadcrumb span:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--color-border)}.focused-page,.course-page,.utility-page{background:var(--color-surface)}.page-hero--focused{padding:clamp(4rem,8vw,6rem) 0;border-bottom:1px solid var(--color-surface-raised)}.focused-hero{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(20rem,1fr);align-items:center;gap:clamp(2.5rem,6vw,5rem)}.focused-hero__copy{display:grid;gap:1.25rem}.focused-hero__copy h1{max-width:16ch}.focused-hero__media{overflow:hidden;margin:0;border:1px solid transparent;border-radius:var(--radius-card);background:var(--color-surface-raised);box-shadow:var(--shadow-card)}.focused-hero__media img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.page-hero--centered .page-hero__inner,.page-hero--course .page-hero__inner,.page-hero--utility .page-hero__inner{justify-items:center;margin:0 auto;text-align:center}.page-hero--centered .breadcrumb,.page-hero--course .breadcrumb{justify-content:center}.page-hero--centered h1,.page-hero--course h1{max-width:22ch}.page-hero--centered .hero__lead,.page-hero--course .hero__lead{max-width:48rem}.page-hero--focused .button-row,.page-hero--course .button-row,.page-hero--utility .button-row{justify-content:center}.focused-page--corporate .page-hero--focused .button-row{justify-content:flex-start}.focused-section--summary .card{padding:clamp(1.35rem,2.5vw,1.75rem)}.focused-section--split .split,.course-section--split .split{grid-template-columns:minmax(0,.75fr) minmax(0,1.35fr)}.focused-page .process-steps,.course-page .process-steps{grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:1rem}.focused-section:not(.focused-section--split) .section-heading,.course-section:not(.course-section--split) .section-heading{margin-right:auto;margin-left:auto;text-align:center}.focused-section--cta,.course-section--cta{padding-top:clamp(2.5rem,6vw,4rem);padding-bottom:clamp(2.5rem,6vw,4rem)}.page-hero--course{padding:clamp(4rem,8vw,6.5rem) 0;border-bottom:1px solid var(--color-surface-raised);background:var(--color-surface-subtle)}.page-hero--course .page-hero__inner{max-width:62rem}.page-hero--utility{padding:clamp(4rem,9vw,7rem) 0;border-bottom:1px solid var(--color-surface-raised);background:var(--color-surface-subtle)}.page-hero--utility .page-hero__inner{max-width:50rem}.utility-hero__card{padding:clamp(2rem,5vw,3.5rem);border:1px solid transparent;border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-card)}.utility-page--privacy .page-hero--utility{padding:clamp(3rem,7vw,5rem) 0}.utility-page__section{padding-top:clamp(2.5rem,6vw,4rem)}.utility-page__content{max-width:var(--text-max);margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem)}.utility-page__content h2{font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:1.25}.utility-page__content h2:not(:first-child){margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--color-surface-raised)}.utility-page__content .button{width:fit-content;margin-top:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:680px){.hero{padding-top:3rem}.hero h1{max-width:none}.page-hero--focused,.page-hero--course,.page-hero--utility{padding-top:3rem;padding-bottom:3rem}.utility-hero__card{padding:1.5rem}.utility-page__content .button{width:100%}}@media(max-width:980px){.focused-hero,.focused-section--split .split,.course-section--split .split{grid-template-columns:1fr}.focused-hero__media{max-width:48rem}}.hero__pattern{position:absolute;inset:0;z-index:0;opacity:.25;background-size:32px 32px;background-image:linear-gradient(to right,var(--color-border) 1px,transparent 1px),linear-gradient(to bottom,var(--color-border) 1px,transparent 1px);mask-image:radial-gradient(ellipse at center 20%,black 15%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse at center 20%,black 15%,transparent 70%);pointer-events:none}
