.nav[data-astro-cid-ct3bgug4]{position:fixed;top:0;left:0;right:0;z-index:9990;background:var(--bg-nav);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-inner[data-astro-cid-ct3bgug4]{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:1200px;margin:0 auto;padding:0 24px}.nav-logo[data-astro-cid-ct3bgug4]{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.5px}.nav-logo[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]{color:var(--accent)}.nav-links[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:32px;list-style:none}.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4]{color:var(--text-secondary);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;position:relative}.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width var(--transition)}.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4]:hover{color:var(--text-primary)}.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4]:hover:after{width:100%}.nav-right[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:16px}.lang-dropdown[data-astro-cid-ct3bgug4]{position:relative}.lang-current[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--border-light);color:var(--text-secondary);padding:5px 10px;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:600;transition:var(--transition);font-family:var(--font-body)}.lang-current[data-astro-cid-ct3bgug4]:hover{border-color:var(--text-muted);color:var(--text-primary)}.lang-flag[data-astro-cid-ct3bgug4]{border-radius:2px;display:block}.lang-chevron[data-astro-cid-ct3bgug4]{transition:transform .2s}.lang-dropdown[data-astro-cid-ct3bgug4].open .lang-chevron[data-astro-cid-ct3bgug4]{transform:rotate(180deg)}.lang-menu[data-astro-cid-ct3bgug4]{display:none;position:absolute;top:calc(100% + 6px);right:0;background:var(--bg-card);border:1px solid var(--border-light);border-radius:8px;padding:4px;min-width:100%;box-shadow:0 8px 24px #0000004d;z-index:100}.lang-dropdown[data-astro-cid-ct3bgug4].open .lang-menu[data-astro-cid-ct3bgug4]{display:block}.lang-option[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:5px;text-decoration:none;color:var(--text-secondary);font-size:.75rem;font-weight:600;transition:background .15s}.lang-option[data-astro-cid-ct3bgug4]:hover{background:#ffffff0f;color:var(--text-primary)}.nav-icon[data-astro-cid-ct3bgug4]{display:none}.nav-cta[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:6px;background:var(--accent);color:#fff!important;padding:9px 20px;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;transition:var(--transition)}.nav-cta[data-astro-cid-ct3bgug4]:hover{background:var(--accent-light);color:#fff!important}.nav-toggle[data-astro-cid-ct3bgug4]{display:none;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:8px}.hamburger[data-astro-cid-ct3bgug4]{width:22px;height:16px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]{display:block;width:100%;height:2px;background:currentColor;border-radius:1px;transition:transform .3s ease,opacity .3s ease}.nav-toggle[data-astro-cid-ct3bgug4].open .hamburger[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[data-astro-cid-ct3bgug4].open .hamburger[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-ct3bgug4].open .hamburger[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero[data-astro-cid-ct3bgug4]{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:100px;padding-bottom:60px}.hero[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);background:radial-gradient(circle,var(--accent-glow) 0%,transparent 65%);pointer-events:none;animation:heroGlow 8s ease-in-out infinite alternate}@keyframes heroGlow{0%{opacity:.25;transform:translate(-50%,-50%) scale(1)}to{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}}.hero-centered[data-astro-cid-ct3bgug4]{text-align:center;max-width:1200px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:40px;min-height:calc(100vh - 220px);justify-content:center}.hero-badge[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:8px;background:var(--bg-card);border:1px solid var(--border-light);padding:8px 16px;border-radius:100px;font-size:.8rem;color:var(--text-secondary);margin-bottom:40px}.hero-badge[data-astro-cid-ct3bgug4] svg[data-astro-cid-ct3bgug4]{color:var(--accent)}.hero-provocation[data-astro-cid-ct3bgug4]{font-size:1.1rem;color:var(--accent-light);font-weight:700;letter-spacing:3px;text-transform:uppercase;font-family:var(--font-heading);animation:provocation-pulse 2.5s ease-in-out infinite}@keyframes provocation-pulse{0%,to{opacity:.7;text-shadow:0 0 0 transparent}50%{opacity:1;text-shadow:0 0 10px var(--accent-glow)}}.hero[data-astro-cid-ct3bgug4] h1[data-astro-cid-ct3bgug4]{font-size:clamp(2.5rem,4.5vw,3.75rem);line-height:1.08;letter-spacing:-2px;max-width:900px}.hero[data-astro-cid-ct3bgug4] h1[data-astro-cid-ct3bgug4] .hero-keyword[data-astro-cid-ct3bgug4]{color:#e05a38!important;text-shadow:0 0 30px rgba(200,66,32,.5);position:relative;display:inline;animation:keywordPulse 2.5s ease-in-out infinite}.hero[data-astro-cid-ct3bgug4] h1[data-astro-cid-ct3bgug4] .hero-keyword[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#c84220,#e05a38);border-radius:2px;box-shadow:0 0 20px #c8422080;animation:keywordGlow 2.5s ease-in-out infinite}.hero[data-astro-cid-ct3bgug4] h1[data-astro-cid-ct3bgug4] .hero-keyword[data-astro-cid-ct3bgug4]:nth-of-type(2){animation-delay:1.25s}.hero[data-astro-cid-ct3bgug4] h1[data-astro-cid-ct3bgug4] .hero-keyword[data-astro-cid-ct3bgug4]:nth-of-type(2):after{animation-delay:1.25s}.hero[data-astro-cid-ct3bgug4] h1[data-astro-cid-ct3bgug4] .hero-keyword[data-astro-cid-ct3bgug4]:nth-of-type(3){animation-delay:2.5s}.hero[data-astro-cid-ct3bgug4] h1[data-astro-cid-ct3bgug4] .hero-keyword[data-astro-cid-ct3bgug4]:nth-of-type(3):after{animation-delay:2.5s}@keyframes keywordPulse{0%,to{text-shadow:0 0 10px rgba(200,66,32,.3)}50%{text-shadow:0 0 20px rgba(200,66,32,.5)}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.hero-keyword.hero-shimmer{color:transparent!important;text-shadow:none!important;background-image:linear-gradient(105deg,#e05a38 0% 30%,#ffd4c0 45%,#fff,#ffd4c0 55%,#e05a38 70% 100%)!important;background-size:300% 100%;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;animation:shimmer 6s linear infinite!important}.hero-keyword.hero-shimmer:after{display:none!important}@keyframes keywordGlow{0%,to{box-shadow:0 0 12px #c8422066}50%{box-shadow:0 0 30px #c8422099,0 0 50px #c842204d}}.hero-value[data-astro-cid-ct3bgug4]{font-size:1.25rem;color:var(--text-secondary);max-width:720px;margin:0 auto 56px;line-height:1.7}.hero-columns[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:56px;text-align:left}.hero-col[data-astro-cid-ct3bgug4]{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:32px;transition:var(--transition)}.hero-col[data-astro-cid-ct3bgug4]:hover{border-color:var(--accent);background:var(--bg-card-hover);transform:translateY(-2px)}.hero-col-header[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:14px;margin-bottom:20px}.hero-col-icon[data-astro-cid-ct3bgug4]{width:48px;height:48px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-col-icon--security[data-astro-cid-ct3bgug4]{background:#c842201f;color:var(--accent)}.hero-col-icon--performance[data-astro-cid-ct3bgug4]{background:#0891b21f;color:var(--accent-teal)}.hero-col[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.3px}.hero-col[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{color:var(--text-secondary);font-size:.95rem;line-height:1.75;margin:0}.hero-text[data-astro-cid-ct3bgug4]{font-size:1.15rem;color:var(--text-secondary);margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.8}.hero-cta[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;align-items:center}.hero-risks[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;max-width:960px}.hero-risk-card[data-astro-cid-ct3bgug4]{position:relative;border-radius:var(--radius-lg);padding:1.5px;text-align:left;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1)}.hero-risk--1[data-astro-cid-ct3bgug4]{background:linear-gradient(145deg,#c8422099,#c842200f 70%,#ffffff08)}.hero-risk--2[data-astro-cid-ct3bgug4]{background:linear-gradient(145deg,#d9770699,#d977060f 70%,#ffffff08)}.hero-risk--3[data-astro-cid-ct3bgug4]{background:linear-gradient(145deg,#0891b299,#0891b20f 70%,#ffffff08)}.hero-risk-card-inner[data-astro-cid-ct3bgug4]{background:linear-gradient(160deg,#12121cf7,#0a0a12fc);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:calc(var(--radius-lg) - 1.5px);padding:36px 30px;height:100%;position:relative;overflow:hidden}.hero-risk-card-inner[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:-50%;left:-30%;width:80%;height:80%;border-radius:50%;opacity:.05;pointer-events:none;transition:opacity .5s ease}.hero-risk--1[data-astro-cid-ct3bgug4] .hero-risk-card-inner[data-astro-cid-ct3bgug4]:before{background:radial-gradient(circle,#e05a38,transparent 70%)}.hero-risk--2[data-astro-cid-ct3bgug4] .hero-risk-card-inner[data-astro-cid-ct3bgug4]:before{background:radial-gradient(circle,#f59e0b,transparent 70%)}.hero-risk--3[data-astro-cid-ct3bgug4] .hero-risk-card-inner[data-astro-cid-ct3bgug4]:before{background:radial-gradient(circle,#22d3ee,transparent 70%)}.hero-risk-card[data-astro-cid-ct3bgug4]:hover .hero-risk-card-inner[data-astro-cid-ct3bgug4]:before{opacity:.12}.hero-risk-card[data-astro-cid-ct3bgug4]:hover{transform:translateY(-6px);box-shadow:0 25px 50px #0006,0 8px 20px #0003}.hero-risk--1[data-astro-cid-ct3bgug4]:hover{background:linear-gradient(145deg,#c84220cc,#c842201a 70%,#ffffff0d)}.hero-risk--2[data-astro-cid-ct3bgug4]:hover{background:linear-gradient(145deg,#d97706cc,#d977061a 70%,#ffffff0d)}.hero-risk--3[data-astro-cid-ct3bgug4]:hover{background:linear-gradient(145deg,#0891b2cc,#0891b21a 70%,#ffffff0d)}.hero-risk-icon[data-astro-cid-ct3bgug4]{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative}.hero-risk--1[data-astro-cid-ct3bgug4] .hero-risk-icon[data-astro-cid-ct3bgug4]{background:#c842201a;color:#e05a38;box-shadow:0 0 20px #c8422014;animation:riskShake 3s ease-in-out infinite}.hero-risk--2[data-astro-cid-ct3bgug4] .hero-risk-icon[data-astro-cid-ct3bgug4]{background:#d977061a;color:#f59e0b;box-shadow:0 0 20px #d9770614;animation:riskPulse 2.5s ease-in-out infinite}.hero-risk--3[data-astro-cid-ct3bgug4] .hero-risk-icon[data-astro-cid-ct3bgug4]{background:#0891b21a;color:#22d3ee;box-shadow:0 0 20px #0891b214;animation:riskBounce 3s ease-in-out infinite}@keyframes riskShake{0%,85%,to{transform:rotate(0)}88%{transform:rotate(-6deg)}91%{transform:rotate(6deg)}94%{transform:rotate(-4deg)}97%{transform:rotate(3deg)}}@keyframes riskPulse{0%,to{transform:scale(1);box-shadow:0 0 20px #d9770614}50%{transform:scale(1.08);box-shadow:0 0 28px #d977062e}}@keyframes riskBounce{0%,to{transform:translateY(0)}15%{transform:translateY(-4px)}30%{transform:translateY(0)}45%{transform:translateY(-2px)}60%{transform:translateY(0)}}.hero-risk-label[data-astro-cid-ct3bgug4]{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:14px}.hero-risk--1[data-astro-cid-ct3bgug4] .hero-risk-label[data-astro-cid-ct3bgug4]{color:#e05a38}.hero-risk--2[data-astro-cid-ct3bgug4] .hero-risk-label[data-astro-cid-ct3bgug4]{color:#f59e0b}.hero-risk--3[data-astro-cid-ct3bgug4] .hero-risk-label[data-astro-cid-ct3bgug4]{color:#22d3ee}.hero-risk-text[data-astro-cid-ct3bgug4]{color:#ffffff8c;font-size:.9rem;line-height:1.75;margin:0;font-weight:400}.hero-pills[data-astro-cid-ct3bgug4]{display:flex;gap:16px;flex-wrap:wrap}.hero-pill[data-astro-cid-ct3bgug4]{padding:10px 20px;border:1px solid rgba(255,255,255,.08);border-radius:100px;font-size:.8rem;color:var(--text-secondary);background:#ffffff0a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-weight:500;transition:border-color .3s ease,background .3s ease}.hero-pill[data-astro-cid-ct3bgug4]:hover{border-color:#c842204d;background:#ffffff0f}.audit-visual[data-astro-cid-ct3bgug4]{position:relative;max-width:520px;width:100%;margin:80px auto 72px}.radar-bg[data-astro-cid-ct3bgug4]{position:absolute;top:50%;left:50%;width:600px;height:600px;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.radar-ring[data-astro-cid-ct3bgug4]{position:absolute;border-radius:50%;border:1.5px solid rgba(200,66,32,.35);top:50%;left:50%;transform:translate(-50%,-50%)}.radar-ring[data-astro-cid-ct3bgug4]:nth-child(1){width:100%;height:100%;border-color:transparent}.radar-ring[data-astro-cid-ct3bgug4]:nth-child(2){width:66%;height:66%;border-color:#c8422040}.radar-ring[data-astro-cid-ct3bgug4]:nth-child(3){width:33%;height:33%;border-color:#c842202e}.radar-crosshair[data-astro-cid-ct3bgug4]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.radar-crosshair[data-astro-cid-ct3bgug4]:before,.radar-crosshair[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;background:#c8422026}.radar-crosshair[data-astro-cid-ct3bgug4]:before{width:1px;height:100%;top:0;left:50%}.radar-crosshair[data-astro-cid-ct3bgug4]:after{width:100%;height:1px;top:50%;left:0}.radar-sweep[data-astro-cid-ct3bgug4]{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:conic-gradient(from 0deg,transparent 0deg,rgba(200,66,32,.06) 5deg,rgba(200,66,32,.35) 45deg,transparent 90deg);filter:blur(2px);animation:radarSpin 4s linear infinite}.radar-center[data-astro-cid-ct3bgug4]{position:absolute;top:50%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px #c8422099,0 0 30px #c842204d}.radar-bug[data-astro-cid-ct3bgug4]{position:absolute;color:var(--accent);filter:drop-shadow(0 0 6px rgba(200,66,32,.6)) drop-shadow(0 0 14px rgba(200,66,32,.25));animation:radarBlink 3s ease-in-out infinite}.radar-bug[data-astro-cid-ct3bgug4] svg[data-astro-cid-ct3bgug4]{width:100%;height:100%}.radar-bug[data-astro-cid-ct3bgug4]:nth-child(7){width:16px;height:16px;top:6%;left:55%;animation-delay:.5s}.radar-bug[data-astro-cid-ct3bgug4]:nth-child(8){width:14px;height:14px;top:88%;left:38%;animation-delay:1.8s}.radar-bug[data-astro-cid-ct3bgug4]:nth-child(9){width:15px;height:15px;top:30%;left:4%;animation-delay:2.5s}.radar-bug[data-astro-cid-ct3bgug4]:nth-child(10){width:16px;height:16px;top:65%;left:93%;animation-delay:.2s}@keyframes radarSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes radarBlink{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(2)}}.hero-terminal[data-astro-cid-ct3bgug4]{position:relative;z-index:1;background:#0c0c14d9;border:1px solid rgba(200,66,32,.15);border-radius:12px;overflow:hidden;box-shadow:0 0 60px #c8422014,0 25px 80px #00000080;width:100%}.terminal-header[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:12px;padding:12px 18px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.terminal-dots[data-astro-cid-ct3bgug4]{display:flex;gap:6px}.tdot[data-astro-cid-ct3bgug4]{width:10px;height:10px;border-radius:50%}.tdot[data-astro-cid-ct3bgug4].r{background:#ff5f57}.tdot[data-astro-cid-ct3bgug4].y{background:#ffbd2e}.tdot[data-astro-cid-ct3bgug4].g{background:#28c840}.terminal-title[data-astro-cid-ct3bgug4]{font-family:SF Mono,Fira Code,Cascadia Code,Courier New,monospace;font-size:.7rem;color:var(--text-muted);letter-spacing:.5px}.terminal-body[data-astro-cid-ct3bgug4]{padding:20px 24px;font-family:SF Mono,Fira Code,Cascadia Code,Courier New,monospace;font-size:.85rem;line-height:1.9}.scan-line[data-astro-cid-ct3bgug4]{opacity:0;white-space:nowrap;color:var(--text-secondary)}.scan-row[data-astro-cid-ct3bgug4]{display:flex;align-items:baseline}.sn[data-astro-cid-ct3bgug4]{white-space:nowrap}.sd[data-astro-cid-ct3bgug4]{flex:1;border-bottom:1px dotted rgba(255,255,255,.08);margin:0 8px;min-height:1em}.sv[data-astro-cid-ct3bgug4]{white-space:nowrap;text-align:right;font-weight:700}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]{animation:scanIn .35s ease forwards}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(1){animation-delay:.2s}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(2){animation-delay:.4s}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(3){animation-delay:.7s}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(4){animation-delay:1s}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(5){animation-delay:1.3s}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(6){animation-delay:1.6s}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(7){animation-delay:1.9s}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(8){animation-delay:2.2s}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(9){animation-delay:2.5s}.audit-visual[data-astro-cid-ct3bgug4].scan-active .scan-line[data-astro-cid-ct3bgug4]:nth-child(10){animation-delay:2.8s}@keyframes scanIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.sl-cmd[data-astro-cid-ct3bgug4]{color:var(--accent-teal)}.sl-blank[data-astro-cid-ct3bgug4]{opacity:1!important;animation:none!important}.si[data-astro-cid-ct3bgug4]{margin-right:4px;font-weight:700}.si[data-astro-cid-ct3bgug4].pass{color:#28c840}.si[data-astro-cid-ct3bgug4].fail{color:#ff5f57}.sd[data-astro-cid-ct3bgug4]{color:var(--text-muted);opacity:.25;letter-spacing:2px}.sv[data-astro-cid-ct3bgug4].pass{color:#28c840}.sv[data-astro-cid-ct3bgug4].fail{color:#ff5f57}.sl-result[data-astro-cid-ct3bgug4]{color:var(--text-secondary);border-top:1px solid rgba(255,255,255,.06);padding-top:8px;margin-top:4px}.sl-score[data-astro-cid-ct3bgug4]{color:#ffbd2e;font-weight:700}.sl-warn[data-astro-cid-ct3bgug4]{color:#ff5f57;font-weight:600}.btn-call[data-astro-cid-ct3bgug4]{background:transparent;color:var(--accent-teal);border:1px solid rgba(8,145,178,.3)}.btn-call[data-astro-cid-ct3bgug4]:hover{background:#0891b214;border-color:var(--accent-teal);color:var(--accent-teal);transform:translateY(-2px)}.btn-call[data-astro-cid-ct3bgug4] svg[data-astro-cid-ct3bgug4]{width:16px;height:16px}.hero[data-astro-cid-ct3bgug4] .btn-primary[data-astro-cid-ct3bgug4]{position:relative;overflow:hidden}@keyframes hero-btn-pulse{0%,to{box-shadow:0 4px 20px var(--accent-glow)}50%{box-shadow:0 8px 40px var(--accent-glow),0 0 60px #c8422026}}@keyframes hero-btn-shimmer{0%,to{left:-75%}50%{left:125%}}.hero-visual[data-astro-cid-ct3bgug4]{position:relative;display:flex;align-items:center;justify-content:center}.hero-graphic[data-astro-cid-ct3bgug4]{width:100%;max-width:440px;aspect-ratio:1;position:relative}.hero-graphic-glow[data-astro-cid-ct3bgug4]{position:absolute;inset:-40%;pointer-events:none;opacity:0;background:radial-gradient(circle 220px at var(--glow-x, 50%) var(--glow-y, 50%),rgba(200,66,32,.35) 0%,rgba(200,66,32,.12) 30%,transparent 70%);transition:opacity .4s ease;z-index:0}.hero-graphic[data-astro-cid-ct3bgug4]:hover .hero-graphic-glow[data-astro-cid-ct3bgug4]{opacity:1}.hero-ring[data-astro-cid-ct3bgug4]{position:absolute;border-radius:50%;border:1px solid var(--border);animation:spin 40s linear infinite}.hero-ring[data-astro-cid-ct3bgug4]:nth-child(2){inset:0;border-color:var(--border-light)}.hero-ring[data-astro-cid-ct3bgug4]:nth-child(3){inset:12%;border-color:#c842201a;animation-duration:35s;animation-direction:reverse}.hero-ring[data-astro-cid-ct3bgug4]:nth-child(4){inset:25%;border-color:#c8422026;animation-duration:25s}.hero-ring[data-astro-cid-ct3bgug4]:nth-child(5){inset:38%;border-color:#c8422033;animation-duration:18s;animation-direction:reverse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-center-icon[data-astro-cid-ct3bgug4]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px var(--accent-glow)}.hero-orbit[data-astro-cid-ct3bgug4]{position:absolute;top:50%;left:50%;width:0;height:0;animation:orbit 50s linear infinite}.hero-orbit[data-astro-cid-ct3bgug4].orbit-1{animation-delay:0s}.hero-orbit[data-astro-cid-ct3bgug4].orbit-2{animation-delay:-16.66s}.hero-orbit[data-astro-cid-ct3bgug4].orbit-3{animation-delay:-33.33s}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-float-card[data-astro-cid-ct3bgug4]{position:absolute;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:16px 20px;display:flex;align-items:center;gap:12px;backdrop-filter:blur(10px);white-space:nowrap;transform:translate(-50%,-50%) translateY(-180px);animation:counter-orbit 50s linear infinite}.orbit-1[data-astro-cid-ct3bgug4] .hero-float-card[data-astro-cid-ct3bgug4]{animation-delay:0s}.orbit-2[data-astro-cid-ct3bgug4] .hero-float-card[data-astro-cid-ct3bgug4]{animation-delay:-16.66s}.orbit-3[data-astro-cid-ct3bgug4] .hero-float-card[data-astro-cid-ct3bgug4]{animation-delay:-33.33s}@keyframes counter-orbit{0%{transform:translate(-50%,-50%) translateY(-180px) rotate(0)}to{transform:translate(-50%,-50%) translateY(-180px) rotate(-360deg)}}.float-icon[data-astro-cid-ct3bgug4]{width:40px;height:40px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.float-icon[data-astro-cid-ct3bgug4].orange{background:#c8422026;color:var(--accent)}.float-icon[data-astro-cid-ct3bgug4].blue{background:#3b82f626;color:#3b82f6}.float-icon[data-astro-cid-ct3bgug4].green{background:#22c55e26;color:#22c55e}.float-text[data-astro-cid-ct3bgug4]{font-size:.8rem;font-weight:600;color:var(--text-primary)}.float-sub[data-astro-cid-ct3bgug4]{font-size:.7rem;color:var(--text-muted)}.hero-stats[data-astro-cid-ct3bgug4]{display:flex;gap:56px;margin-top:56px;padding-top:36px;border-top:1px solid var(--border);justify-content:center}.hero-stat-number[data-astro-cid-ct3bgug4]{font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--accent)}.hero-stat-label[data-astro-cid-ct3bgug4]{font-size:.8rem;color:var(--text-muted);margin-top:2px}.section-divider[data-astro-cid-ct3bgug4]{position:relative;height:1px;overflow:visible}.section-divider[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:0;left:10%;width:80%;height:1px;background:linear-gradient(90deg,transparent,rgba(200,66,32,.5),var(--accent),rgba(200,66,32,.5),transparent);background-size:200% 100%;animation:dividerSweep 4s ease-in-out infinite;z-index:2}.section-divider[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;top:-1px;left:10%;width:80%;height:3px;background:linear-gradient(90deg,transparent,rgba(200,66,32,.15),transparent);background-size:200% 100%;animation:dividerSweep 4s ease-in-out infinite;filter:blur(4px);z-index:1}@keyframes dividerSweep{0%{background-position:200% 0}to{background-position:-200% 0}}.stagger-group[data-astro-cid-ct3bgug4] .pillar-card[data-astro-cid-ct3bgug4],.stagger-group[data-astro-cid-ct3bgug4] .audit-card[data-astro-cid-ct3bgug4]{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.stagger-group[data-astro-cid-ct3bgug4].revealed .pillar-card[data-astro-cid-ct3bgug4],.stagger-group[data-astro-cid-ct3bgug4].revealed .audit-card[data-astro-cid-ct3bgug4]{opacity:1;transform:translateY(0)}.stagger-group[data-astro-cid-ct3bgug4].revealed>[data-astro-cid-ct3bgug4]:nth-child(1){transition-delay:0ms}.stagger-group[data-astro-cid-ct3bgug4].revealed>[data-astro-cid-ct3bgug4]:nth-child(2){transition-delay:.12s}.stagger-group[data-astro-cid-ct3bgug4].revealed>[data-astro-cid-ct3bgug4]:nth-child(3){transition-delay:.24s}.stagger-group[data-astro-cid-ct3bgug4].revealed>[data-astro-cid-ct3bgug4]:nth-child(4){transition-delay:.36s}.stagger-group[data-astro-cid-ct3bgug4].revealed>[data-astro-cid-ct3bgug4]:nth-child(5){transition-delay:.48s}.stagger-group[data-astro-cid-ct3bgug4].revealed>[data-astro-cid-ct3bgug4]:nth-child(6){transition-delay:.6s}.stagger-group[data-astro-cid-ct3bgug4].revealed>[data-astro-cid-ct3bgug4]:nth-child(7){transition-delay:.72s}.stagger-group[data-astro-cid-ct3bgug4].revealed>[data-astro-cid-ct3bgug4]:nth-child(8){transition-delay:.84s}.stagger-group[data-astro-cid-ct3bgug4].revealed>[data-astro-cid-ct3bgug4]:nth-child(9){transition-delay:.96s}[data-astro-cid-ct3bgug4][data-count]{font-variant-numeric:tabular-nums}.counted[data-astro-cid-ct3bgug4]{animation:numberGlow 1s ease-out}@keyframes numberGlow{0%{text-shadow:0 0 0 transparent}30%{text-shadow:0 0 20px rgba(200,66,32,.6),0 0 40px rgba(200,66,32,.3)}to{text-shadow:0 0 0 transparent}}.tilt-perspective[data-astro-cid-ct3bgug4]{perspective:800px}.tilt-card[data-astro-cid-ct3bgug4]{transform-style:preserve-3d;transition:transform .15s ease-out}.tilt-card[data-astro-cid-ct3bgug4]:hover{will-change:transform}.tilt-card[data-astro-cid-ct3bgug4] .tilt-glare[data-astro-cid-ct3bgug4]{position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at var(--glare-x, 50%) var(--glare-y, 50%),rgba(255,255,255,.06) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;z-index:1}.tilt-card[data-astro-cid-ct3bgug4]:hover .tilt-glare[data-astro-cid-ct3bgug4]{opacity:1}@media(max-width:768px){.tilt-card[data-astro-cid-ct3bgug4] .tilt-glare[data-astro-cid-ct3bgug4]{display:none}}.cursor-glow-section[data-astro-cid-ct3bgug4]{--cursor-x: 50%;--cursor-y: 50%;position:relative}.cursor-glow-section[data-astro-cid-ct3bgug4]>.cursor-glow-overlay[data-astro-cid-ct3bgug4]{position:absolute;inset:0;pointer-events:none;background:radial-gradient(600px circle at var(--cursor-x) var(--cursor-y),rgba(200,66,32,.04) 0%,transparent 100%);opacity:0;transition:opacity .3s ease;z-index:0}.cursor-glow-section[data-astro-cid-ct3bgug4]:hover>.cursor-glow-overlay[data-astro-cid-ct3bgug4]{opacity:1}@media(max-width:768px){.cursor-glow-section[data-astro-cid-ct3bgug4]>.cursor-glow-overlay[data-astro-cid-ct3bgug4]{display:none}}.section-label[data-astro-cid-ct3bgug4]:after{content:"//";margin-left:8px;opacity:.3;font-family:SF Mono,Fira Code,monospace}.section[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:40px;right:24px;width:60px;height:60px;border:1px solid var(--border);border-radius:50%;opacity:.15;pointer-events:none}.section[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;top:56px;right:40px;width:24px;height:24px;border:1px solid rgba(200,66,32,.15);border-radius:50%;pointer-events:none}.pillars[data-astro-cid-ct3bgug4]{background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pillars-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.pillar-card[data-astro-cid-ct3bgug4]{padding:40px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);position:relative;overflow:hidden;display:flex;flex-direction:column}.pillar-card[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent);transform:scaleX(0);transition:transform var(--transition)}.pillar-card[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;bottom:12px;right:12px;width:20px;height:20px;border-right:1px solid rgba(200,66,32,.15);border-bottom:1px solid rgba(200,66,32,.15);pointer-events:none;transition:var(--transition)}.pillar-card[data-astro-cid-ct3bgug4]:hover:before{transform:scaleX(1)}.pillar-card[data-astro-cid-ct3bgug4]:hover:after{border-color:#c8422059}.pillar-card[data-astro-cid-ct3bgug4]:hover{border-color:var(--border-light);box-shadow:0 20px 60px #0000004d}.pillar-card[data-astro-cid-ct3bgug4]:not(.tilt-card):hover{transform:translateY(-4px)}.pillar-bg[data-astro-cid-ct3bgug4]{position:absolute;inset:0;pointer-events:none;opacity:.1;background-repeat:no-repeat;background-position:top right;background-size:50%;transition:opacity .4s ease}.pillar-card[data-astro-cid-ct3bgug4]:hover .pillar-bg[data-astro-cid-ct3bgug4]{opacity:.22}.pillar-bg--1[data-astro-cid-ct3bgug4]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='200' fill='none' stroke='%23c84220' stroke-width='.7' opacity='.7'%3E%3Cpath d='M110 20l30 17v35l-30 17-30-17V37z'/%3E%3Cpath d='M170 55l30 17v35l-30 17-30-17V72z' opacity='.5'/%3E%3Cpath d='M110 90l30 17v35l-30 17-30-17v-35z' opacity='.6'/%3E%3Cpath d='M50 55l30 17v35l-30 17-30-17V72z' opacity='.4'/%3E%3Cpath d='M170 125l30 17v35l-30 17-30-17v-35z' opacity='.3'/%3E%3Cpath d='M50 125l30 17v35l-30 17-30-17v-35z' opacity='.25'/%3E%3Ccircle cx='110' cy='20' r='2.5' fill='%23c84220' opacity='.5'/%3E%3Ccircle cx='140' cy='37' r='2' fill='%23c84220' opacity='.4'/%3E%3Ccircle cx='110' cy='90' r='2.5' fill='%23c84220' opacity='.45'/%3E%3Ccircle cx='80' cy='72' r='2' fill='%23c84220' opacity='.35'/%3E%3C/svg%3E")}.pillar-bg--2[data-astro-cid-ct3bgug4]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='200' fill='none' stroke='%23c84220' stroke-width='.7' opacity='.7'%3E%3Ccircle cx='110' cy='60' r='8' stroke-width='1.2'/%3E%3Ccircle cx='50' cy='30' r='5' opacity='.5'/%3E%3Ccircle cx='170' cy='40' r='5' opacity='.5'/%3E%3Ccircle cx='60' cy='120' r='5' opacity='.4'/%3E%3Ccircle cx='160' cy='130' r='5' opacity='.4'/%3E%3Ccircle cx='110' cy='170' r='5' opacity='.3'/%3E%3Cline x1='110' y1='60' x2='50' y2='30' stroke-dasharray='3 4' opacity='.35'/%3E%3Cline x1='110' y1='60' x2='170' y2='40' stroke-dasharray='3 4' opacity='.35'/%3E%3Cline x1='110' y1='60' x2='60' y2='120' stroke-dasharray='3 4' opacity='.3'/%3E%3Cline x1='110' y1='60' x2='160' y2='130' stroke-dasharray='3 4' opacity='.3'/%3E%3Cline x1='110' y1='60' x2='110' y2='170' stroke-dasharray='3 4' opacity='.25'/%3E%3Ccircle cx='110' cy='60' r='20' stroke-dasharray='2 3' opacity='.2'/%3E%3Ccircle cx='110' cy='60' r='55' stroke-dasharray='2 4' opacity='.12'/%3E%3C/svg%3E")}.pillar-bg--3[data-astro-cid-ct3bgug4]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='200' fill='none' stroke='%23c84220' stroke-width='.7' opacity='.7'%3E%3Ccircle cx='110' cy='100' r='25' stroke-dasharray='3 4' opacity='.25'/%3E%3Ccircle cx='110' cy='100' r='50' stroke-dasharray='2 5' opacity='.15'/%3E%3Ccircle cx='110' cy='100' r='75' stroke-dasharray='2 6' opacity='.1'/%3E%3Cpath d='M20 100h30l8-30 12 60 10-45 12 35 8-20h100' stroke-width='1.2' opacity='.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='110' cy='100' r='3' fill='%23c84220' opacity='.5'/%3E%3Ccircle cx='70' cy='130' r='2' fill='%23c84220' opacity='.3'/%3E%3Ccircle cx='150' cy='80' r='2' fill='%23c84220' opacity='.3'/%3E%3C/svg%3E")}.pillar-icon[data-astro-cid-ct3bgug4]{width:56px;height:56px;border-radius:var(--radius-md);background:#c842201a;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:24px}.pillar-free-badge[data-astro-cid-ct3bgug4]{position:absolute;top:16px;right:16px;background:#16a34a;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.08em;padding:5px 12px;border-radius:20px;z-index:2;box-shadow:0 2px 12px #16a34a59;animation:free-pulse 2.5s ease-in-out infinite}@keyframes free-pulse{0%,to{box-shadow:0 2px 12px #16a34a59}50%{box-shadow:0 4px 24px #16a34a8c}}.pillar-card[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{font-size:1.25rem;margin-bottom:12px}.pillar-card[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{color:var(--text-secondary);font-size:.95rem;line-height:1.7;flex:1}.pillar-tags[data-astro-cid-ct3bgug4]{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.pillar-tag[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:999px;border:1px solid rgba(8,145,178,.2);background:#0891b20a;color:var(--accent-teal, #0891b2);font-size:.85rem;font-weight:600;letter-spacing:.01em}.showcase[data-astro-cid-ct3bgug4]{background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.showcase-tabs[data-astro-cid-ct3bgug4]{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:40px}.showcase-chip[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .25s ease;white-space:nowrap;font-family:inherit}.showcase-chip[data-astro-cid-ct3bgug4]:hover{border-color:var(--accent);color:var(--text)}.showcase-chip[data-astro-cid-ct3bgug4].active{background:var(--accent);border-color:var(--accent);color:#fff}.showcase-chip[data-astro-cid-ct3bgug4] svg[data-astro-cid-ct3bgug4]{flex-shrink:0}.showcase-panel[data-astro-cid-ct3bgug4]{position:relative}.showcase-category[data-astro-cid-ct3bgug4]{display:none}.showcase-category[data-astro-cid-ct3bgug4].active{display:block;animation:showcaseFadeIn .35s ease}@keyframes showcaseFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.showcase-cards[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.showcase-auto-card[data-astro-cid-ct3bgug4]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:28px 24px;position:relative;transition:border-color .25s ease,box-shadow .25s ease;overflow:hidden}.showcase-auto-card[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;left:var(--ripple-x, 50%);top:var(--ripple-y, 50%);width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(8,145,178,.12) 0%,transparent 70%);transform:translate(-50%,-50%) scale(0);pointer-events:none;transition:transform .5s ease,opacity .5s ease;opacity:0;z-index:0}.showcase-auto-card[data-astro-cid-ct3bgug4]:hover:before{transform:translate(-50%,-50%) scale(1);opacity:1}.showcase-auto-card[data-astro-cid-ct3bgug4]>[data-astro-cid-ct3bgug4]{position:relative;z-index:1}.showcase-auto-card[data-astro-cid-ct3bgug4]:hover{border-color:#0891b24d;box-shadow:0 4px 20px #0891b20f}.showcase-auto-icon[data-astro-cid-ct3bgug4]{width:40px;height:40px;border-radius:10px;background:#0891b214;display:flex;align-items:center;justify-content:center;color:var(--accent-teal, #0891b2);margin-bottom:16px}.showcase-auto-card[data-astro-cid-ct3bgug4] h4[data-astro-cid-ct3bgug4]{font-size:1rem;font-weight:600;margin-bottom:8px;color:var(--text)}.showcase-auto-card[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{color:var(--text-secondary);font-size:.9rem;line-height:1.65;margin:0}.showcase-auto-benefit[data-astro-cid-ct3bgug4]{margin-top:14px;padding-top:12px;border-top:1px solid var(--border);font-size:.82rem;font-weight:600;color:var(--accent-teal, #0891b2);line-height:1.5}@media(max-width:768px){.showcase-tabs[data-astro-cid-ct3bgug4]{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.showcase-tabs[data-astro-cid-ct3bgug4]::-webkit-scrollbar{display:none}.showcase-cards[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}}.services-list[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column}.service-row[data-astro-cid-ct3bgug4]{display:flex;align-items:flex-start;gap:24px;padding:32px 0;border-bottom:1px solid var(--border);transition:var(--transition);position:relative}.service-row[data-astro-cid-ct3bgug4]:first-child{border-top:1px solid var(--border)}.service-row[data-astro-cid-ct3bgug4]:hover{padding-left:16px;background:linear-gradient(90deg,rgba(200,66,32,.04) 0%,transparent 70%)}.service-row-num[data-astro-cid-ct3bgug4]{font-family:SF Mono,Fira Code,monospace;font-size:1.1rem;font-weight:600;color:var(--accent);opacity:.5;min-width:36px;padding-top:2px;letter-spacing:1px;line-height:1.4}.service-row-icon[data-astro-cid-ct3bgug4]{width:44px;height:44px;min-width:44px;border-radius:var(--radius-sm);background:#c8422014;display:flex;align-items:center;justify-content:center;color:var(--accent);transition:var(--transition)}.service-row[data-astro-cid-ct3bgug4]:hover .service-row-icon[data-astro-cid-ct3bgug4]{background:#c8422026}.service-row-content[data-astro-cid-ct3bgug4]{flex:1}.service-row-content[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{font-size:1.1rem;margin-bottom:6px}.service-row-content[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.audit-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.audit-card[data-astro-cid-ct3bgug4]{background:linear-gradient(160deg,#12121cf7,#0a0a12fc);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);padding:32px 28px;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1),border-color .5s ease;position:relative;overflow:hidden}.audit-card[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:0;left:0;right:0;height:1.5px;background:linear-gradient(90deg,transparent,rgba(200,66,32,.5),transparent);opacity:0;transition:opacity .5s ease}.audit-card[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;top:-40%;left:-20%;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(200,66,32,.06),transparent 70%);pointer-events:none;opacity:0;transition:opacity .5s ease}.audit-card[data-astro-cid-ct3bgug4]:hover{border-color:#c8422033;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d,0 0 30px #c842200a}.audit-card[data-astro-cid-ct3bgug4]:hover:before{opacity:1}.audit-card[data-astro-cid-ct3bgug4]:hover:after{opacity:1}.audit-card-icon[data-astro-cid-ct3bgug4]{width:48px;height:48px;border-radius:12px;background:#c8422014;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:18px;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s ease;box-shadow:0 0 16px #c842200d}.audit-card[data-astro-cid-ct3bgug4]:hover .audit-card-icon[data-astro-cid-ct3bgug4]{transform:scale(1.08);box-shadow:0 0 24px #c842201f}.audit-card[data-astro-cid-ct3bgug4] h4[data-astro-cid-ct3bgug4]{font-size:1.05rem;margin-bottom:10px;font-weight:600}.audit-card[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{color:#ffffff8c;font-size:.88rem;line-height:1.7}.risks-groups[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.risk-group[data-astro-cid-ct3bgug4]{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:28px;transition:var(--transition)}.risk-group[data-astro-cid-ct3bgug4]:hover{border-color:var(--border-light);transform:translateY(-2px);box-shadow:0 12px 30px #0003}.risk-group--red[data-astro-cid-ct3bgug4]:hover{border-color:#dc262666}.risk-group--amber[data-astro-cid-ct3bgug4]:hover{border-color:#f59e0b66}.risk-group--teal[data-astro-cid-ct3bgug4]:hover{border-color:#0891b266}.risk-group-header[data-astro-cid-ct3bgug4]{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border)}.risk-group-icon[data-astro-cid-ct3bgug4]{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.risk-group--red[data-astro-cid-ct3bgug4] .risk-group-icon[data-astro-cid-ct3bgug4]{background:#dc26261f;color:#ef4444}.risk-group--amber[data-astro-cid-ct3bgug4] .risk-group-icon[data-astro-cid-ct3bgug4]{background:#f59e0b1f;color:#f59e0b}.risk-group--teal[data-astro-cid-ct3bgug4] .risk-group-icon[data-astro-cid-ct3bgug4]{background:#0891b21f;color:#22d3ee}.risk-group-header[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{font-size:1.05rem;font-weight:700;margin-bottom:4px}.risk-group-tag[data-astro-cid-ct3bgug4]{font-size:.65rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.risk-group--red[data-astro-cid-ct3bgug4] .risk-group-tag[data-astro-cid-ct3bgug4]{color:#ef4444}.risk-group--amber[data-astro-cid-ct3bgug4] .risk-group-tag[data-astro-cid-ct3bgug4]{color:#f59e0b}.risk-group--teal[data-astro-cid-ct3bgug4] .risk-group-tag[data-astro-cid-ct3bgug4]{color:#22d3ee}.risk-group-items[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:0}.risk-row[data-astro-cid-ct3bgug4]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.risk-row[data-astro-cid-ct3bgug4]:last-child{border-bottom:none}.risk-row-name[data-astro-cid-ct3bgug4]{font-size:.88rem;color:var(--text-primary);font-weight:500}.risk-row-severity[data-astro-cid-ct3bgug4]{font-size:.65rem;font-weight:700;letter-spacing:.5px;padding:3px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.risk-sev--critico[data-astro-cid-ct3bgug4],.risk-sev--critical[data-astro-cid-ct3bgug4],.risk-sev--critique[data-astro-cid-ct3bgug4],.risk-sev--kritisch[data-astro-cid-ct3bgug4]{background:#dc26261f;color:#ef4444;animation:sevCritPulse 2s ease-in-out infinite}.risk-sev--alto[data-astro-cid-ct3bgug4],.risk-sev--high[data-astro-cid-ct3bgug4],.risk-sev--u00e9levu00e9[data-astro-cid-ct3bgug4],.risk-sev--hoch[data-astro-cid-ct3bgug4]{background:#f59e0b1f;color:#f59e0b;animation:sevHighPulse 2.5s ease-in-out infinite}@keyframes sevCritPulse{0%,to{box-shadow:0 0 4px #dc26261a}50%{box-shadow:0 0 12px #dc262659,0 0 24px #dc26261a}}@keyframes sevHighPulse{0%,to{box-shadow:0 0 4px #f59e0b1a}50%{box-shadow:0 0 10px #f59e0b4d,0 0 20px #f59e0b14}}.risk-sev--medio[data-astro-cid-ct3bgug4],.risk-sev--medium[data-astro-cid-ct3bgug4],.risk-sev--moyen[data-astro-cid-ct3bgug4],.risk-sev--mittel[data-astro-cid-ct3bgug4]{background:#3b82f61f;color:#3b82f6}.risks-baseline[data-astro-cid-ct3bgug4]{margin-top:32px;text-align:center}.risks-baseline-metrics[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:16px;padding:14px 28px;background:#ef44440f;border:1px solid rgba(239,68,68,.15);border-radius:var(--radius)}.risks-baseline-metric[data-astro-cid-ct3bgug4]{display:flex;align-items:baseline;gap:6px}.risks-baseline-value[data-astro-cid-ct3bgug4]{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:#ef4444}.risks-baseline-label[data-astro-cid-ct3bgug4]{font-size:.8rem;color:var(--text-muted)}.risks-baseline-sep[data-astro-cid-ct3bgug4]{color:var(--text-muted);opacity:.3;font-size:1.2rem}.risks-result[data-astro-cid-ct3bgug4]{margin-top:48px;padding:36px 40px;background:linear-gradient(135deg,#22c55e0f,#22c55e05);border:1px solid rgba(34,197,94,.15);border-bottom:1.5px solid rgba(34,197,94,.4);border-radius:var(--radius);position:relative;overflow:hidden}.risks-result[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1.5px;background:linear-gradient(90deg,transparent,#22c55e,transparent);box-shadow:0 0 8px #22c55e4d,0 0 16px #22c55e26;animation:resultPulse 2.5s ease-in-out infinite}@keyframes resultPulse{0%,to{box-shadow:0 0 8px #22c55e4d,0 0 16px #22c55e1a}50%{box-shadow:0 0 18px #22c55e99,0 0 36px #22c55e40}}.risks-result-header[data-astro-cid-ct3bgug4]{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:28px}.risks-result-label[data-astro-cid-ct3bgug4]{font-size:.7rem;font-weight:700;letter-spacing:1px;color:#22c55e;background:#22c55e1f;padding:4px 12px;border-radius:4px;flex-shrink:0}.risks-result-header[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]{font-size:.95rem;color:var(--text-secondary)}.risks-result-metrics[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.risks-metric[data-astro-cid-ct3bgug4]{text-align:center;padding:16px 0;flex:1}.risks-metric-value[data-astro-cid-ct3bgug4]{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;color:#22c55e;margin-bottom:8px;letter-spacing:-1px}.risks-metric-label[data-astro-cid-ct3bgug4]{font-size:clamp(.8rem,1.2vw,.95rem);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.service-badge[data-astro-cid-ct3bgug4]{display:inline-block;background:#0891b21f;color:var(--accent-teal);font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:100px;letter-spacing:.5px;margin-left:12px;vertical-align:middle}.about[data-astro-cid-ct3bgug4]{background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.about[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;bottom:-40%;left:-10%;width:50%;height:80%;background:radial-gradient(ellipse,var(--accent-glow) 0%,transparent 70%);pointer-events:none;opacity:.25}.about-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-text[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{color:var(--text-secondary);margin-bottom:20px;font-size:1.05rem;line-height:1.8}.about-highlights[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:20px;margin-top:36px}.about-highlight[data-astro-cid-ct3bgug4]{display:flex;gap:16px;align-items:flex-start}.about-highlight-icon[data-astro-cid-ct3bgug4]{width:44px;height:44px;min-width:44px;border-radius:var(--radius-sm);background:#c842201a;display:flex;align-items:center;justify-content:center;color:var(--accent)}.about-highlight[data-astro-cid-ct3bgug4] h4[data-astro-cid-ct3bgug4]{font-size:1rem;margin-bottom:4px}.about-highlight[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{font-size:.9rem!important;margin-bottom:0!important}.about-card[data-astro-cid-ct3bgug4]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:48px;position:relative;overflow:hidden}.about-card[data-astro-cid-ct3bgug4]:before{content:"{ }";position:absolute;top:16px;right:20px;font-family:SF Mono,Fira Code,monospace;font-size:.75rem;color:var(--text-muted);opacity:.2}.about-card[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;bottom:0;right:0;width:120px;height:120px;background:radial-gradient(circle at bottom right,rgba(200,66,32,.06),transparent 70%);pointer-events:none}.about-number[data-astro-cid-ct3bgug4]{font-family:var(--font-heading);font-size:5rem;font-weight:700;color:var(--accent);line-height:1;opacity:.9}.about-number-label[data-astro-cid-ct3bgug4]{font-size:1.2rem;color:var(--text-secondary);margin-top:8px}.about-mini-cards[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}.about-mini-card[data-astro-cid-ct3bgug4]{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;text-align:center}.about-mini-number[data-astro-cid-ct3bgug4]{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;color:var(--text-primary)}.about-mini-label[data-astro-cid-ct3bgug4]{font-size:.8rem;color:var(--text-muted);margin-top:4px}#tech[data-astro-cid-ct3bgug4]{position:relative;overflow:hidden}.arch-glow-bg[data-astro-cid-ct3bgug4]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(200,66,32,.04) 0%,rgba(8,145,178,.03) 40%,transparent 70%);pointer-events:none;z-index:0}#tech[data-astro-cid-ct3bgug4] .container[data-astro-cid-ct3bgug4]{position:relative;z-index:1}.arch-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.apps-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.app-card[data-astro-cid-ct3bgug4]{padding:28px 24px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);position:relative;overflow:hidden;transition:border-color var(--transition)}.app-card[data-astro-cid-ct3bgug4]:hover{border-color:#c842204d}.app-card[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity var(--transition)}.app-card[data-astro-cid-ct3bgug4]:hover:before{opacity:.6}.app-card-icon[data-astro-cid-ct3bgug4]{color:var(--accent);margin-bottom:16px}.app-card[data-astro-cid-ct3bgug4] h4[data-astro-cid-ct3bgug4]{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:8px}.app-card-desc[data-astro-cid-ct3bgug4]{font-size:.82rem;color:var(--text-muted);line-height:1.5;margin-bottom:16px}.app-card-examples[data-astro-cid-ct3bgug4]{list-style:none;display:flex;flex-wrap:wrap;gap:6px}.app-card-examples[data-astro-cid-ct3bgug4] li[data-astro-cid-ct3bgug4]{font-size:.72rem;color:var(--text-secondary);padding:4px 10px;border-radius:100px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.arch-pills[data-astro-cid-ct3bgug4]{display:flex;justify-content:center;gap:16px;margin-top:40px;flex-wrap:wrap}.arch-pill[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:100px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--text-secondary);font-size:.85rem;font-weight:500;letter-spacing:.02em}.arch-pill[data-astro-cid-ct3bgug4] svg[data-astro-cid-ct3bgug4]{color:var(--accent);flex-shrink:0}.arch-card[data-astro-cid-ct3bgug4]{position:relative;border-radius:var(--radius-lg);background:linear-gradient(160deg,#12121cf7,#0a0a12fc);border:1px solid rgba(255,255,255,.06);transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1),border-color .5s ease}.arch-card[data-astro-cid-ct3bgug4]:hover{transform:translateY(-4px);border-color:#ffffff1a;box-shadow:0 20px 50px #0000004d,0 8px 20px #0003}.arch-card-inner[data-astro-cid-ct3bgug4]{padding:40px 36px;height:100%;display:flex;flex-direction:column}.arch-header[data-astro-cid-ct3bgug4]{text-align:center;margin-bottom:28px}.arch-icon-wrap[data-astro-cid-ct3bgug4]{width:48px;height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;position:relative}[data-astro-cid-ct3bgug4][data-arch=static] .arch-icon-wrap[data-astro-cid-ct3bgug4]{background:#c8422014;border:1px solid rgba(200,66,32,.12)}[data-astro-cid-ct3bgug4][data-arch=dynamic] .arch-icon-wrap[data-astro-cid-ct3bgug4]{background:#0891b214;border:1px solid rgba(8,145,178,.12)}.arch-icon[data-astro-cid-ct3bgug4]{width:32px;height:32px}[data-astro-cid-ct3bgug4][data-arch=static] .arch-icon[data-astro-cid-ct3bgug4]{color:var(--accent-light)}[data-astro-cid-ct3bgug4][data-arch=dynamic] .arch-icon[data-astro-cid-ct3bgug4]{color:var(--accent-teal-light)}.arch-title[data-astro-cid-ct3bgug4]{font-size:1.5rem;font-weight:700;margin-bottom:6px;letter-spacing:-.02em}.arch-ideal[data-astro-cid-ct3bgug4]{font-size:.95rem;color:var(--text-muted);margin:0}.arch-check[data-astro-cid-ct3bgug4]{width:20px;height:20px;flex-shrink:0;margin-top:1px}[data-astro-cid-ct3bgug4][data-arch=static] .arch-check[data-astro-cid-ct3bgug4]{color:var(--accent-light)}[data-astro-cid-ct3bgug4][data-arch=dynamic] .arch-check[data-astro-cid-ct3bgug4]{color:var(--accent-teal-light)}.arch-tech-bar[data-astro-cid-ct3bgug4]{padding-top:20px;border-top:1px solid rgba(255,255,255,.04);display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.arch-tech-item[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:6px;opacity:.85;transition:opacity .3s ease}.arch-tech-item[data-astro-cid-ct3bgug4] img[data-astro-cid-ct3bgug4]{width:18px;height:18px;object-fit:contain}.arch-tech-item[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]{font-size:.75rem;color:var(--text-secondary);font-weight:500;letter-spacing:.3px}.arch-card[data-astro-cid-ct3bgug4]:hover .arch-tech-item[data-astro-cid-ct3bgug4]{opacity:1}.arch-compare[data-astro-cid-ct3bgug4]{margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.compare-table-sm[data-astro-cid-ct3bgug4]{display:block;table-layout:auto}.compare-table-sm[data-astro-cid-ct3bgug4] colgroup[data-astro-cid-ct3bgug4],.compare-table-sm[data-astro-cid-ct3bgug4] thead[data-astro-cid-ct3bgug4]{display:none}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;gap:10px}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] tr[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:2px 16px;padding:14px 18px;background:#ffffff05;border-radius:10px;border:1px solid rgba(255,255,255,.04);transition:background .3s ease,border-color .3s ease}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] tr[data-astro-cid-ct3bgug4]:hover{background:#ffffff0a;border-color:#ffffff14}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4]:first-child{grid-column:1 / -1;font-size:.68rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);font-weight:700;padding:0 0 6px;border:none;height:auto;white-space:normal}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-old,.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-new{padding:0;border:none;height:auto;font-size:.84rem;line-height:1.45}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-old,.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-new{display:flex;align-items:flex-start;gap:8px}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-old:before,.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-new:before{flex-shrink:0;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;margin-top:1px}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-old{color:var(--text-muted)}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-old:before{content:"✕";background:#ef44441f;color:#ef4444}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-new{color:var(--text-primary);font-weight:500}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-new:before{content:"✓";background:#22c55e1f;color:#22c55e}.process-section[data-astro-cid-ct3bgug4]{background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.process-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.process-step[data-astro-cid-ct3bgug4]{text-align:center;padding:40px 24px;position:relative}.process-step[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;top:95px;right:-12px;width:24px;height:1px;background:var(--text-muted);opacity:.4}.process-step[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:91px;right:-12px;width:8px;height:8px;border-right:1px solid var(--text-muted);border-bottom:1px solid var(--text-muted);transform:rotate(-45deg);opacity:.4}.process-step[data-astro-cid-ct3bgug4]:nth-child(3n):after,.process-step[data-astro-cid-ct3bgug4]:nth-child(3n):before{display:none}.process-step[data-astro-cid-ct3bgug4]:last-child:after,.process-step[data-astro-cid-ct3bgug4]:last-child:before{display:none}.process-number[data-astro-cid-ct3bgug4]{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;color:var(--accent);opacity:.2;line-height:1;margin-bottom:20px}.process-icon[data-astro-cid-ct3bgug4]{width:60px;height:60px;border-radius:50%;background:#c842201a;border:1px solid rgba(200,66,32,.2);display:flex;align-items:center;justify-content:center;color:var(--accent);margin:0 auto 20px}.process-step[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{font-size:1.1rem;margin-bottom:10px}.process-badge[data-astro-cid-ct3bgug4]{display:inline-block;background:#0891b21f;color:var(--accent-teal);font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:100px;margin-bottom:12px;letter-spacing:.5px}.process-step[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.compare-table-wrap[data-astro-cid-ct3bgug4]{overflow-x:auto;-webkit-overflow-scrolling:touch;flex:1;display:flex;flex-direction:column}.compare-table[data-astro-cid-ct3bgug4]{width:100%;border-collapse:separate;border-spacing:0;font-size:.9rem;table-layout:fixed;flex:1}.compare-table[data-astro-cid-ct3bgug4] col[data-astro-cid-ct3bgug4]:first-child{width:25%}.compare-table[data-astro-cid-ct3bgug4] col[data-astro-cid-ct3bgug4]:nth-child(2){width:37.5%}.compare-table[data-astro-cid-ct3bgug4] col[data-astro-cid-ct3bgug4]:nth-child(3){width:37.5%}.compare-table[data-astro-cid-ct3bgug4] thead[data-astro-cid-ct3bgug4] th[data-astro-cid-ct3bgug4]{padding:16px 20px;text-align:left;font-weight:600;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.08)}.compare-table[data-astro-cid-ct3bgug4] thead[data-astro-cid-ct3bgug4] th[data-astro-cid-ct3bgug4]:first-child{color:var(--text-secondary)}.compare-table[data-astro-cid-ct3bgug4] thead[data-astro-cid-ct3bgug4] th[data-astro-cid-ct3bgug4].compare-old{color:var(--text-muted)}.compare-table[data-astro-cid-ct3bgug4] thead[data-astro-cid-ct3bgug4] th[data-astro-cid-ct3bgug4].compare-new{color:var(--text-primary)}.compare-table[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4]{padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:middle;line-height:1.5;height:56px}.compare-table[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4]:first-child{font-weight:500;white-space:nowrap}.compare-table[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-old{color:var(--text-secondary)}.compare-table[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-new{color:var(--text-primary);font-weight:500}.compare-table[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] tr[data-astro-cid-ct3bgug4]:hover td[data-astro-cid-ct3bgug4]{background:#c8422008}.compare-legacy[data-astro-cid-ct3bgug4]{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:auto;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.04)}.compare-legacy-text[data-astro-cid-ct3bgug4]{width:100%;text-align:center;color:var(--text-muted);font-size:.72rem;margin-top:2px;opacity:.5}.compare-legacy-item[data-astro-cid-ct3bgug4]{display:flex;flex-direction:column;align-items:center;gap:4px;position:relative;opacity:.35}.compare-legacy-item[data-astro-cid-ct3bgug4] img[data-astro-cid-ct3bgug4]{filter:grayscale(1) brightness(1.3);width:24px;height:24px}.compare-legacy-item[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]{font-size:.62rem;color:var(--text-muted);font-weight:500}.compare-legacy-x[data-astro-cid-ct3bgug4]{position:absolute;top:-3px;right:-5px;line-height:1;filter:drop-shadow(0 0 4px rgba(239,68,68,.3))}.compare-legacy-x[data-astro-cid-ct3bgug4] svg[data-astro-cid-ct3bgug4]{width:11px;height:11px}.chi-siamo-box[data-astro-cid-ct3bgug4]{max-width:640px;margin:0 auto;text-align:center;padding:40px 32px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.chi-siamo-box[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{font-size:1.3rem;margin-bottom:16px;color:var(--text-primary)}.chi-siamo-box[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{color:var(--text-secondary);font-size:1rem;line-height:1.7}.references-grid[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.reference-card[data-astro-cid-ct3bgug4]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px;transition:var(--transition);position:relative}.reference-card[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;top:12px;right:12px;width:16px;height:16px;border-top:1px solid rgba(200,66,32,.12);border-right:1px solid rgba(200,66,32,.12);pointer-events:none}.reference-card[data-astro-cid-ct3bgug4]:hover{border-color:var(--border-light)}.reference-quote[data-astro-cid-ct3bgug4]{font-size:1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:24px;font-style:italic}.reference-quote[data-astro-cid-ct3bgug4]:before{content:"“";font-size:3rem;color:var(--accent-teal);opacity:.4;line-height:0;display:block;margin-bottom:8px;font-family:Georgia,serif}.reference-author[data-astro-cid-ct3bgug4]{display:flex;align-items:center;gap:12px}.reference-avatar[data-astro-cid-ct3bgug4]{width:44px;height:44px;border-radius:50%;background:var(--bg-secondary);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:var(--text-muted);flex-shrink:0}.reference-name[data-astro-cid-ct3bgug4]{font-weight:600;font-size:.95rem}.reference-role[data-astro-cid-ct3bgug4]{color:var(--text-muted);font-size:.8rem}.reference-company[data-astro-cid-ct3bgug4]{color:var(--accent);font-size:.8rem;font-weight:500}.contact[data-astro-cid-ct3bgug4]{background:var(--bg-secondary);border-top:1px solid var(--border);position:relative;overflow:hidden}.contact[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:-20%;left:30%;width:40%;height:60%;background:radial-gradient(ellipse,var(--accent-glow) 0%,transparent 70%);pointer-events:none;opacity:.2}.contact-centered[data-astro-cid-ct3bgug4]{max-width:680px;margin:0 auto}.contact-bottom[data-astro-cid-ct3bgug4]{display:flex;justify-content:center;align-items:center;gap:32px;margin-top:32px;flex-wrap:wrap}.contact-bottom[data-astro-cid-ct3bgug4] .book-call-link[data-astro-cid-ct3bgug4]{margin-top:0}.contact-detail[data-astro-cid-ct3bgug4]{display:flex;gap:10px;align-items:center}.contact-detail-icon[data-astro-cid-ct3bgug4]{width:44px;height:44px;min-width:44px;border-radius:var(--radius-sm);background:#c842201a;display:flex;align-items:center;justify-content:center;color:var(--accent)}.contact-detail-text[data-astro-cid-ct3bgug4]{font-size:.95rem;color:var(--text-secondary)}.contact-detail-text[data-astro-cid-ct3bgug4] strong[data-astro-cid-ct3bgug4]{display:block;color:var(--text-primary);font-size:.85rem;margin-bottom:2px}.book-call-link[data-astro-cid-ct3bgug4]{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding:14px 24px;background:#0891b20f;border:1px solid rgba(8,145,178,.2);border-radius:var(--radius-sm);color:var(--accent-teal)!important;font-size:.95rem;font-weight:600;transition:var(--transition)}.book-call-link[data-astro-cid-ct3bgug4]:hover{background:#0891b21f;border-color:var(--accent-teal);transform:translateY(-2px);color:var(--accent-teal-light)!important}.contact-form[data-astro-cid-ct3bgug4]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px;position:relative;overflow:hidden}.contact-form[data-astro-cid-ct3bgug4]:before{content:"";position:absolute;top:-40px;right:-40px;width:80px;height:80px;border:1px solid rgba(200,66,32,.08);border-radius:50%;pointer-events:none}.contact-form[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;bottom:-30px;left:-30px;width:60px;height:60px;border:1px solid var(--border);border-radius:50%;pointer-events:none}.form-group[data-astro-cid-ct3bgug4]{margin-bottom:20px}.form-group[data-astro-cid-ct3bgug4] label[data-astro-cid-ct3bgug4]{display:block;font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px}.form-group[data-astro-cid-ct3bgug4] input[data-astro-cid-ct3bgug4],.form-group[data-astro-cid-ct3bgug4] textarea[data-astro-cid-ct3bgug4]{width:100%;padding:12px 16px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-family:var(--font-body);font-size:.95rem;transition:var(--transition)}.form-group[data-astro-cid-ct3bgug4] input[data-astro-cid-ct3bgug4]:focus,.form-group[data-astro-cid-ct3bgug4] textarea[data-astro-cid-ct3bgug4]:focus{outline:none;border-color:var(--accent-teal);box-shadow:0 0 0 3px var(--accent-teal-glow)}.form-group[data-astro-cid-ct3bgug4] input[data-astro-cid-ct3bgug4]::placeholder,.form-group[data-astro-cid-ct3bgug4] textarea[data-astro-cid-ct3bgug4]::placeholder{color:var(--text-muted)}.form-group[data-astro-cid-ct3bgug4] textarea[data-astro-cid-ct3bgug4]{resize:vertical;min-height:120px}.form-row[data-astro-cid-ct3bgug4]{display:grid;grid-template-columns:1fr 1fr;gap:16px}.btn-submit[data-astro-cid-ct3bgug4]{width:100%;padding:14px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:8px}.btn-submit[data-astro-cid-ct3bgug4]:hover{background:var(--accent-light);transform:translateY(-1px)}#form-status[data-astro-cid-ct3bgug4]{text-align:center;margin-top:16px;font-size:.9rem}#form-status[data-astro-cid-ct3bgug4].success{color:#22c55e}#form-status[data-astro-cid-ct3bgug4].error{color:#ef4444}.footer[data-astro-cid-ct3bgug4]{padding:48px 0 24px;border-top:1px solid var(--border)}.footer-content[data-astro-cid-ct3bgug4]{display:flex;justify-content:space-between;align-items:center;gap:16px}.footer-left[data-astro-cid-ct3bgug4],.footer-right[data-astro-cid-ct3bgug4]{flex:1}.footer-right[data-astro-cid-ct3bgug4]{display:flex;justify-content:flex-end}.footer-center[data-astro-cid-ct3bgug4]{flex:0 0 auto;text-align:center}.footer-logo[data-astro-cid-ct3bgug4]{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--text-primary)}.footer-logo[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]{color:var(--accent)}.footer-copy[data-astro-cid-ct3bgug4]{color:var(--text-muted);font-size:.85rem}.footer-swiss[data-astro-cid-ct3bgug4]{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;color:var(--text-muted);font-size:.75rem}.footer-legal-link[data-astro-cid-ct3bgug4]{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color var(--transition)}.footer-legal-link[data-astro-cid-ct3bgug4]:hover{color:var(--text-primary)}.footer-sep[data-astro-cid-ct3bgug4]{color:var(--text-muted);opacity:.5}@media(max-width:1024px){.hero-columns[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}.about-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr;gap:48px}.audit-grid[data-astro-cid-ct3bgug4],.apps-grid[data-astro-cid-ct3bgug4]{grid-template-columns:repeat(2,1fr)}.service-row[data-astro-cid-ct3bgug4]{gap:16px}.pillars-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}.team-grid[data-astro-cid-ct3bgug4]{grid-template-columns:repeat(2,1fr)}.process-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr;gap:16px}.process-step[data-astro-cid-ct3bgug4]{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px 20px;text-align:left;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:0 16px;align-items:center}.process-step[data-astro-cid-ct3bgug4] .process-number[data-astro-cid-ct3bgug4]{grid-row:1 / 3;font-size:2.5rem;margin-bottom:0}.process-step[data-astro-cid-ct3bgug4] .process-icon[data-astro-cid-ct3bgug4]{display:none}.process-step[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{margin-bottom:4px}.process-step[data-astro-cid-ct3bgug4] .process-badge[data-astro-cid-ct3bgug4]{margin-bottom:0;justify-self:start}.process-step[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{grid-column:1 / -1;margin-top:12px}.process-step[data-astro-cid-ct3bgug4]:after,.process-step[data-astro-cid-ct3bgug4]:before{display:none}.references-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}.contact-centered[data-astro-cid-ct3bgug4]{max-width:100%}.arch-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr;max-width:560px;margin:0 auto}}@media(max-width:768px){.nav-links[data-astro-cid-ct3bgug4]{display:none;position:absolute;top:100%;left:0;right:0;height:calc(100vh - 72px);height:calc(100dvh - 72px);background:var(--bg-primary);flex-direction:column;padding:24px 20px;gap:16px;overflow-y:auto}.nav-links[data-astro-cid-ct3bgug4].open{display:flex}.nav-links[data-astro-cid-ct3bgug4] li[data-astro-cid-ct3bgug4]{list-style:none;width:100%}.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4]{display:flex;flex-direction:row;align-items:center;gap:16px;padding:20px 22px;background:var(--bg-card);border:1px solid var(--border-light);border-left:3px solid var(--accent);border-radius:var(--radius-md);font-size:1.1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-primary);transition:var(--transition)}.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4]:after{display:none}.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4]:hover,.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4]:active{background:var(--bg-card-hover);border-color:var(--accent);border-left-color:var(--accent-light);transform:translate(4px);color:var(--text-primary)}.nav-icon[data-astro-cid-ct3bgug4]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;border-radius:10px;background:#c842201a;color:var(--accent-light)}.nav-icon[data-astro-cid-ct3bgug4] svg[data-astro-cid-ct3bgug4],.nav-links[data-astro-cid-ct3bgug4] .nav-icon[data-astro-cid-ct3bgug4]{width:40px;height:40px;padding:8px}.nav-links[data-astro-cid-ct3bgug4].open li[data-astro-cid-ct3bgug4]{opacity:0;transform:translate(-20px);animation:navSlideIn .4s ease forwards}.nav-links[data-astro-cid-ct3bgug4].open li[data-astro-cid-ct3bgug4]:nth-child(1){animation-delay:50ms}.nav-links[data-astro-cid-ct3bgug4].open li[data-astro-cid-ct3bgug4]:nth-child(2){animation-delay:.12s}.nav-links[data-astro-cid-ct3bgug4].open li[data-astro-cid-ct3bgug4]:nth-child(3){animation-delay:.19s}.nav-links[data-astro-cid-ct3bgug4].open li[data-astro-cid-ct3bgug4]:nth-child(4){animation-delay:.26s}@keyframes navSlideIn{to{opacity:1;transform:translate(0)}}.nav-toggle[data-astro-cid-ct3bgug4]{display:block}.nav-cta[data-astro-cid-ct3bgug4]{display:none}.hero-risks[data-astro-cid-ct3bgug4]{grid-template-columns:1fr;gap:16px}.hero[data-astro-cid-ct3bgug4]:before{animation:none;opacity:.3}.hero-risk--1[data-astro-cid-ct3bgug4] .hero-risk-icon[data-astro-cid-ct3bgug4],.hero-risk--2[data-astro-cid-ct3bgug4] .hero-risk-icon[data-astro-cid-ct3bgug4],.hero-risk--3[data-astro-cid-ct3bgug4] .hero-risk-icon[data-astro-cid-ct3bgug4]{animation:none}.hero-risk-card[data-astro-cid-ct3bgug4]{text-align:center}.hero-risk-card-inner[data-astro-cid-ct3bgug4]{padding:18px 20px;display:flex;flex-direction:column;align-items:center}.audit-card[data-astro-cid-ct3bgug4]{padding:22px 20px}.audit-card-icon[data-astro-cid-ct3bgug4]{width:38px;height:38px;margin-bottom:12px}.audit-card[data-astro-cid-ct3bgug4] h4[data-astro-cid-ct3bgug4]{margin-bottom:6px}.audit-card[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{line-height:1.55}.risk-group[data-astro-cid-ct3bgug4]{padding:20px 18px}.risk-group-header[data-astro-cid-ct3bgug4]{margin-bottom:16px;padding-bottom:14px;gap:10px}.risk-group-icon[data-astro-cid-ct3bgug4]{width:36px;height:36px}.risk-row[data-astro-cid-ct3bgug4]{padding:7px 0}.arch-card-inner[data-astro-cid-ct3bgug4]{padding:24px 20px}.arch-header[data-astro-cid-ct3bgug4]{margin-bottom:18px}.arch-icon-wrap[data-astro-cid-ct3bgug4]{width:38px;height:38px;margin-bottom:10px}.service-row[data-astro-cid-ct3bgug4]{padding:20px 0;gap:14px}.service-row-icon[data-astro-cid-ct3bgug4]{width:36px;height:36px;min-width:36px}.service-row-content[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{line-height:1.55}.process-step[data-astro-cid-ct3bgug4]{padding:24px 16px}.risks-result[data-astro-cid-ct3bgug4]{padding:24px 20px;margin-top:32px}.hero-keyword,.hero-keyword.hero-shimmer{animation:none!important}.audit-visual[data-astro-cid-ct3bgug4]{max-width:360px}.radar-bg[data-astro-cid-ct3bgug4]{width:380px;height:380px}.hero[data-astro-cid-ct3bgug4] h1[data-astro-cid-ct3bgug4]{font-size:2rem}.hero-provocation[data-astro-cid-ct3bgug4]{font-size:.95rem}.risks-groups[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}.service-row-num[data-astro-cid-ct3bgug4]{display:none}.service-row[data-astro-cid-ct3bgug4]{gap:14px;padding:24px 0}.team-grid[data-astro-cid-ct3bgug4],.form-row[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}.about-card[data-astro-cid-ct3bgug4]{padding:28px 20px}.about-number[data-astro-cid-ct3bgug4]{font-size:3.5rem}.about-number-label[data-astro-cid-ct3bgug4]{font-size:1rem}.about-mini-cards[data-astro-cid-ct3bgug4]{gap:10px;margin-top:20px}.about-mini-card[data-astro-cid-ct3bgug4]{padding:14px 10px}.about-mini-number[data-astro-cid-ct3bgug4]{font-size:1.4rem}.about-mini-label[data-astro-cid-ct3bgug4]{font-size:.72rem}.about-highlight-icon[data-astro-cid-ct3bgug4]{width:36px;height:36px;min-width:36px}.contact-form[data-astro-cid-ct3bgug4]{padding:24px 18px}.form-group[data-astro-cid-ct3bgug4]{margin-bottom:14px}.contact-detail-icon[data-astro-cid-ct3bgug4]{width:36px;height:36px;min-width:36px}.contact-bottom[data-astro-cid-ct3bgug4]{gap:20px}.hero-cta[data-astro-cid-ct3bgug4]{flex-direction:column;align-items:center}.hero-pills[data-astro-cid-ct3bgug4],.btn[data-astro-cid-ct3bgug4]{justify-content:center}.footer-content[data-astro-cid-ct3bgug4]{flex-direction:column;text-align:center}.footer-left[data-astro-cid-ct3bgug4],.footer-right[data-astro-cid-ct3bgug4]{flex:unset;justify-content:center}.lang-dropdown[data-astro-cid-ct3bgug4]{order:-1}.audit-grid[data-astro-cid-ct3bgug4],.apps-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] tr[data-astro-cid-ct3bgug4]{padding:10px 14px;gap:2px 10px}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4]:first-child{font-size:.7rem;padding:0 0 4px}.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-old,.compare-table-sm[data-astro-cid-ct3bgug4] tbody[data-astro-cid-ct3bgug4] td[data-astro-cid-ct3bgug4].compare-new{font-size:.82rem}.arch-compare[data-astro-cid-ct3bgug4]{margin-top:16px;padding-top:16px}.compare-legacy[data-astro-cid-ct3bgug4]{margin-top:16px}.references-grid[data-astro-cid-ct3bgug4]{grid-template-columns:1fr}.risks-result-metrics[data-astro-cid-ct3bgug4]{grid-template-columns:repeat(2,1fr);gap:16px}.risks-result[data-astro-cid-ct3bgug4]{padding:24px 20px}.risks-result-header[data-astro-cid-ct3bgug4]{flex-direction:column;align-items:flex-start;gap:8px}.risks-baseline-metrics[data-astro-cid-ct3bgug4]{flex-direction:column;gap:8px;padding:16px 20px}.risks-baseline-sep[data-astro-cid-ct3bgug4]{display:none}.section-label[data-astro-cid-ct3bgug4]{font-size:.85rem}.section-title[data-astro-cid-ct3bgug4]{font-size:clamp(1.6rem,6vw,2.2rem)}.section-subtitle[data-astro-cid-ct3bgug4]{font-size:1rem}.pillar-card[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4],.process-step[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4],.team-bio[data-astro-cid-ct3bgug4],.service-row-content[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4],.about-highlight[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{font-size:1rem!important}.pillar-card[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4],.process-step[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{font-size:1.15rem}.hero-subtitle[data-astro-cid-ct3bgug4]{font-size:1rem}.hero-stat-value[data-astro-cid-ct3bgug4]{font-size:1.6rem}.hero-stat-label[data-astro-cid-ct3bgug4]{font-size:.85rem}.arch-title[data-astro-cid-ct3bgug4]{font-size:1.1rem}.arch-header[data-astro-cid-ct3bgug4]{gap:12px;margin-bottom:16px}.arch-icon-wrap[data-astro-cid-ct3bgug4]{width:40px;height:40px}.audit-card[data-astro-cid-ct3bgug4] h4[data-astro-cid-ct3bgug4]{font-size:1.1rem}.audit-card[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{font-size:1rem}.hero-risk-label[data-astro-cid-ct3bgug4]{font-size:.78rem}.hero-risk-text[data-astro-cid-ct3bgug4]{font-size:.95rem}.risk-group-header[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{font-size:1.1rem}.risk-group-tag[data-astro-cid-ct3bgug4]{font-size:.72rem}.risk-row-name[data-astro-cid-ct3bgug4]{font-size:.95rem}.risk-row-severity[data-astro-cid-ct3bgug4]{font-size:.72rem}.risks-metric-label[data-astro-cid-ct3bgug4]{font-size:.85rem}.service-row-content[data-astro-cid-ct3bgug4] h3[data-astro-cid-ct3bgug4]{font-size:1.15rem}.service-row-content[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{font-size:1rem}.risk-label[data-astro-cid-ct3bgug4]{font-size:.95rem}.contact-detail-text[data-astro-cid-ct3bgug4] span[data-astro-cid-ct3bgug4]{font-size:1rem}.form-group[data-astro-cid-ct3bgug4] label[data-astro-cid-ct3bgug4]{font-size:.95rem}.form-group[data-astro-cid-ct3bgug4] input[data-astro-cid-ct3bgug4],.form-group[data-astro-cid-ct3bgug4] textarea[data-astro-cid-ct3bgug4]{font-size:1rem}.btn[data-astro-cid-ct3bgug4]{font-size:1rem;padding:16px 28px}.cookie-text[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4],.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4]{font-size:.95rem}.compare-table[data-astro-cid-ct3bgug4]{font-size:.88rem}.footer-col[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4],.footer-col[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4],.footer-col[data-astro-cid-ct3bgug4] li[data-astro-cid-ct3bgug4]{font-size:.95rem}}@media(prefers-reduced-motion:no-preference){.hero-provocation[data-astro-cid-ct3bgug4],.hero-badge[data-astro-cid-ct3bgug4],.hero[data-astro-cid-ct3bgug4] h1[data-astro-cid-ct3bgug4] .line[data-astro-cid-ct3bgug4],.hero-text[data-astro-cid-ct3bgug4],.hero-cta[data-astro-cid-ct3bgug4],.hero-risks[data-astro-cid-ct3bgug4]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.hero[data-astro-cid-ct3bgug4].hero-entrance .hero-provocation[data-astro-cid-ct3bgug4]{opacity:1;transform:translateY(0);transition-delay:0ms}.hero[data-astro-cid-ct3bgug4].hero-entrance .hero-badge[data-astro-cid-ct3bgug4]{opacity:1;transform:translateY(0);transition-delay:50ms}.hero[data-astro-cid-ct3bgug4].hero-entrance h1[data-astro-cid-ct3bgug4] .line[data-astro-cid-ct3bgug4]:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.1s}.hero[data-astro-cid-ct3bgug4].hero-entrance h1[data-astro-cid-ct3bgug4] .line[data-astro-cid-ct3bgug4]:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.2s}.hero[data-astro-cid-ct3bgug4].hero-entrance h1[data-astro-cid-ct3bgug4] .line[data-astro-cid-ct3bgug4]:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.3s}.hero[data-astro-cid-ct3bgug4].hero-entrance .hero-text[data-astro-cid-ct3bgug4],.hero[data-astro-cid-ct3bgug4].hero-entrance .hero-risks[data-astro-cid-ct3bgug4]{opacity:1;transform:translateY(0);transition-delay:.4s}.hero[data-astro-cid-ct3bgug4].hero-entrance .hero-cta[data-astro-cid-ct3bgug4]{opacity:1;transform:translateY(0);transition-delay:.6s}}.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4].nav-active{color:var(--text-primary)}.nav-links[data-astro-cid-ct3bgug4] a[data-astro-cid-ct3bgug4].nav-active:after{width:100%}@media(prefers-reduced-motion:no-preference){.nav[data-astro-cid-ct3bgug4]{transition:height .3s ease,box-shadow .3s ease,border-color .3s ease}.nav-inner[data-astro-cid-ct3bgug4]{transition:height .3s ease}.nav-logo[data-astro-cid-ct3bgug4]{transition:transform .3s ease}}.nav[data-astro-cid-ct3bgug4].nav-scrolled{box-shadow:0 4px 30px #0000004d;border-bottom-color:transparent}.nav[data-astro-cid-ct3bgug4].nav-scrolled .nav-inner[data-astro-cid-ct3bgug4]{height:56px}.nav[data-astro-cid-ct3bgug4].nav-scrolled .nav-logo[data-astro-cid-ct3bgug4]{transform:scale(.9)}@media(max-width:768px){.nav[data-astro-cid-ct3bgug4].nav-scrolled .nav-links[data-astro-cid-ct3bgug4]{top:56px}}.form-group[data-astro-cid-ct3bgug4]{position:relative}@media(prefers-reduced-motion:no-preference){.form-group[data-astro-cid-ct3bgug4] label[data-astro-cid-ct3bgug4]{transition:transform .3s ease,color .3s ease}.form-group[data-astro-cid-ct3bgug4]:focus-within label[data-astro-cid-ct3bgug4]{transform:translateY(-2px);color:var(--accent-teal)}}.form-group[data-astro-cid-ct3bgug4]:after{content:"";position:absolute;bottom:0;left:50%;width:100%;height:2px;background:var(--accent-teal);transform:translate(-50%) scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1);border-radius:1px;pointer-events:none}.form-group[data-astro-cid-ct3bgug4]:focus-within:after{transform:translate(-50%) scaleX(1)}@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.pillar-card[data-astro-cid-ct3bgug4]{--border-angle: 0deg}@media(prefers-reduced-motion:no-preference){.pillar-card[data-astro-cid-ct3bgug4]>.tilt-glare[data-astro-cid-ct3bgug4]{background:conic-gradient(from var(--border-angle),transparent 70%,rgba(200,66,32,.12) 100%);opacity:0;transition:opacity .4s ease}.pillar-card[data-astro-cid-ct3bgug4]:hover>.tilt-glare[data-astro-cid-ct3bgug4]{opacity:1;animation:border-spin 3s linear infinite}@keyframes border-spin{to{--border-angle: 360deg}}}@media(prefers-reduced-motion:no-preference)and (min-width:769px){.section[data-astro-cid-ct3bgug4][data-parallax]:before,.section[data-astro-cid-ct3bgug4][data-parallax]:after{transition:none;transform:translateY(var(--parallax-y, 0px));will-change:transform}}.process-number[data-astro-cid-ct3bgug4]{font-family:SF Mono,Fira Code,Consolas,monospace;border-left:2px solid var(--accent);padding-left:12px;display:inline-block}@media(min-width:1025px){.process-step[data-astro-cid-ct3bgug4]{position:relative}.process-step[data-astro-cid-ct3bgug4] .process-connector[data-astro-cid-ct3bgug4]{position:absolute;top:50%;right:0;width:2px;height:60%;background:var(--border-light);transform-origin:top;transform:scaleY(0);transition:transform .6s cubic-bezier(.16,1,.3,1)}.process-step[data-astro-cid-ct3bgug4].visible .process-connector[data-astro-cid-ct3bgug4]{transform:scaleY(1)}.process-step[data-astro-cid-ct3bgug4]:nth-child(3n) .process-connector[data-astro-cid-ct3bgug4],.process-step[data-astro-cid-ct3bgug4]:last-child .process-connector[data-astro-cid-ct3bgug4]{display:none}}.faq-grid[data-astro-cid-ct3bgug4]{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item[data-astro-cid-ct3bgug4]{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;transition:border-color var(--transition)}.faq-item[data-astro-cid-ct3bgug4]:hover{border-color:var(--accent)}.faq-question[data-astro-cid-ct3bgug4]{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:none;border:none;color:var(--text-primary);font-family:var(--font-heading);font-size:1.05rem;font-weight:600;cursor:pointer;text-align:left;gap:16px;transition:color var(--transition)}.faq-question[data-astro-cid-ct3bgug4]:hover{color:var(--accent-light)}.faq-chevron[data-astro-cid-ct3bgug4]{flex-shrink:0;color:var(--text-muted);transition:transform .3s ease}.faq-item[data-astro-cid-ct3bgug4].open .faq-chevron[data-astro-cid-ct3bgug4]{transform:rotate(180deg);color:var(--accent)}.faq-answer[data-astro-cid-ct3bgug4]{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item[data-astro-cid-ct3bgug4].open .faq-answer[data-astro-cid-ct3bgug4]{max-height:300px}.faq-answer[data-astro-cid-ct3bgug4] p[data-astro-cid-ct3bgug4]{padding:0 24px 20px;color:var(--text-secondary);font-size:.95rem;line-height:1.7;margin:0}
