:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f5f5f4;background:#0c0a09;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #0c0a09;--panel: #1c1917;--panel-2: rgba(28, 25, 23, .78);--panel-3: #111111;--border: #292524;--text: #f5f5f4;--muted: #d6d3d1;--subtle: #a8a29e;--accent: #ffffff;--accent-text: #111111;--max-width: 1180px;--radius: 24px;--shadow: 0 24px 60px rgba(0, 0, 0, .22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at top,rgba(255,255,255,.07),transparent 28%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}input,textarea{width:100%;border:1px solid var(--border);background:#151311;color:var(--text);border-radius:16px;padding:.95rem 1rem}input::placeholder,textarea::placeholder{color:#8a837d}textarea{resize:vertical}.site-shell{min-height:100vh}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0c0a09bd;border-bottom:1px solid rgba(41,37,36,.65)}.header-inner{min-height:84px;display:flex;align-items:center;gap:1.5rem;justify-content:space-between}.brand-block{min-width:0}.brand-name{font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.brand-tagline{color:var(--subtle);font-size:.92rem;margin-top:.2rem}.top-nav{display:flex;align-items:center;gap:1.15rem;flex-wrap:wrap}.top-nav a{color:var(--muted);font-size:.95rem}.top-nav a:hover{color:var(--text)}.legal-nav{justify-content:center}.language-switcher{display:flex;justify-content:flex-end}.language-switcher-inner{display:flex;align-items:center;gap:.65rem;border:1px solid var(--border);background:#1c1917e6;border-radius:18px;padding:.55rem .7rem}.language-label{color:var(--subtle);font-size:.85rem}.language-buttons{display:flex;gap:.35rem}.lang-button{padding:.42rem .72rem;border-radius:12px;color:var(--muted);background:#292524;font-size:.82rem;transition:.2s ease}.lang-button:hover{background:#3a3532}.lang-button.active{background:var(--accent);color:var(--accent-text);font-weight:700}.hero-section{padding:6rem 0 4rem}.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem}.hero-copy{max-width:900px}.badge{display:inline-flex;align-items:center;border:1px solid #3a3532;background:#1c1917d9;color:#e7e5e4;padding:.45rem .9rem;border-radius:999px;font-size:.88rem;margin-bottom:1.2rem}h1,h2,h3{margin:0;letter-spacing:-.03em}h1{font-size:clamp(2.6rem,5vw,5rem);line-height:1.04;max-width:980px}.hero-text{font-size:clamp(1.05rem,1.7vw,1.24rem);line-height:1.8;max-width:780px;color:var(--muted);margin-top:1.5rem}.hero-actions{margin-top:2rem;display:flex;gap:.85rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:18px;padding:.95rem 1.35rem;min-height:52px;font-weight:600;transition:.2s ease;border:none;cursor:pointer}.button-primary{background:var(--accent);color:var(--accent-text)}.button-primary:hover{transform:translateY(-1px);opacity:.95}.button-secondary{border:1px solid #3a3532;background:transparent;color:var(--text)}.button-secondary:hover{background:#ffffff0a}.tag-list{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.65rem}.tag{border:1px solid var(--border);color:var(--subtle);padding:.45rem .8rem;border-radius:999px;font-size:.86rem}.hero-proof{margin-top:1.3rem;color:var(--subtle);max-width:760px;line-height:1.8}.section{padding:5rem 0}.section-dark{border-top:1px solid rgba(41,37,36,.7);border-bottom:1px solid rgba(41,37,36,.7);background:#1c19176b}.section-heading{margin-bottom:2rem}.section-heading.narrow{max-width:860px}.section-label{color:var(--subtle);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;margin:0 0 .8rem}.section-title{font-size:clamp(2rem,3vw,3rem);line-height:1.12;max-width:950px}.section-text{color:var(--muted);line-height:1.9;margin-top:1.1rem;max-width:780px}.section-text-large{font-size:1.08rem}.card-grid{display:grid;gap:1.25rem}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid rgba(41,37,36,.9);background:var(--panel-2);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow)}.card h2,.card h3{font-size:1.28rem;margin-top:.7rem}.card p{color:var(--muted);line-height:1.8;margin-top:.9rem}.compact-card{padding:1.35rem}.compact-head{display:flex;align-items:center;gap:.9rem}.compact-head h3{margin-top:0}.icon-box{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#111;border:1px solid #3a3532;flex:0 0 auto}.split-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:2rem;align-items:start}.stack-grid,.principles-list{display:grid;gap:1rem}.principle-item{display:flex;gap:.8rem;align-items:flex-start;color:var(--text);line-height:1.75}.faq-list{display:grid;gap:.9rem}.faq-item{border:1px solid var(--border);border-radius:20px;background:#1c1917a6;padding:1rem 1.1rem}.faq-item summary{cursor:pointer;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{color:var(--muted);line-height:1.8;margin:.9rem 0 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.contact-card{display:flex;flex-direction:column;gap:1rem}.contact-form{display:grid;gap:1rem}.contact-form label{display:grid;gap:.45rem}.contact-form span{color:var(--muted);font-size:.94rem}.form-note,.muted-note{color:var(--subtle);line-height:1.8}.site-footer{border-top:1px solid rgba(41,37,36,.8);padding:1.4rem 0 2rem}.footer-inner{display:flex;justify-content:space-between;gap:1rem}.footer-grid{align-items:start}.footer-brand{font-weight:700;margin-bottom:.45rem}.footer-copy{color:var(--subtle);line-height:1.8;max-width:700px}.footer-links{display:flex;gap:1rem;flex-wrap:wrap}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--text)}.legal-section{padding-top:4.5rem}.legal-container{max-width:980px}.legal-title{font-size:clamp(2.1rem,4vw,3.7rem);line-height:1.08}.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2rem}.legal-card{min-height:100%}.legal-row{display:grid;gap:.35rem;margin-bottom:1.1rem}.legal-row span{color:var(--subtle);font-size:.88rem;text-transform:uppercase;letter-spacing:.12em}.legal-row strong{color:var(--text);line-height:1.7;font-weight:600}@media(max-width:1080px){.header-inner{flex-wrap:wrap;padding:1rem 0}.top-nav{order:3;width:100%;justify-content:flex-start}.card-grid.three,.split-grid,.contact-grid,.legal-grid{grid-template-columns:1fr}}@media(max-width:640px){.hero-section{padding:4.5rem 0 3rem}.section{padding:3.8rem 0}.language-label{display:none}.button{width:100%}.footer-inner{flex-direction:column}}
