*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0f;--bg-card: #12121a;--bg-code: #0d0d14;--text: #e0e0e8;--text-muted: #8888a0;--accent: #6366f1;--accent-hover: #818cf8;--green: #22c55e;--border: #1e1e2e;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", monospace;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-width: 1100px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}nav{display:flex;justify-content:space-between;align-items:center;max-width:var(--max-width);margin:0 auto;padding:1.5rem 2rem}.logo{font-family:var(--font-mono);font-size:1.25rem;font-weight:700;color:var(--text);text-decoration:none}.dot{color:var(--accent)}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.nav-links a:hover{color:var(--text)}section{max-width:var(--max-width);margin:0 auto;padding:5rem 2rem}section h2{font-family:var(--font-mono);font-size:2rem;margin-bottom:.75rem}.subtitle{color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem}.hero{text-align:center;padding:8rem 2rem 4rem}.hero h1{font-family:var(--font-mono);font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{color:var(--text-muted);font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.7}.tiers{display:flex;align-items:flex-start;gap:0;flex-wrap:wrap;justify-content:center}.tier-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:2rem;flex:1;min-width:200px;max-width:260px}.tier-connector{display:flex;align-items:center;padding:0 .5rem;color:var(--text-muted);font-size:1.5rem;margin-top:3rem}.step-number{font-family:var(--font-mono);font-size:2rem;font-weight:700;color:var(--accent);margin-bottom:1rem}.tier-card h3{font-family:var(--font-mono);font-size:1.05rem;margin-bottom:.5rem}.tier-tagline{color:var(--green);font-family:var(--font-mono);font-size:.8rem;font-weight:600;margin-bottom:.75rem}.tier-card p:not(.tier-tagline):not(.tier-meta span){color:var(--text-muted);font-size:.88rem;line-height:1.6}.tier-meta{display:flex;justify-content:space-between;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}.tier-meta span{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}.callout-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:var(--max-width);margin:0 auto;padding:0 2rem 5rem}.callout{background:var(--bg-card);border-radius:8px;padding:2rem}.patxer-callout{border-left:3px solid var(--green)}.company-callout{border-left:3px solid var(--accent)}.callout h3{font-family:var(--font-mono);font-size:1rem;margin-bottom:1rem}.patxer-callout h3{color:var(--green)}.company-callout h3{color:var(--accent)}.callout p{color:var(--text-muted);font-size:.9rem;line-height:1.7;margin-bottom:.75rem}.callout p:last-child{margin-bottom:0}.philosophy{text-align:center}.highlight-box{background:var(--bg-card);border:1px solid var(--accent);border-radius:8px;padding:1.5rem 2rem;max-width:600px;margin:2rem auto}.highlight-box p{font-family:var(--font-mono);font-size:1rem;color:var(--text);line-height:1.7}.highlight-box em{color:var(--accent);font-style:normal;font-weight:600}.philosophy-text{color:var(--text-muted);font-size:1rem;max-width:600px;margin:0 auto;line-height:1.8}.faq-list{max-width:700px;margin:2rem auto 0}details{border-bottom:1px solid var(--border);padding:1.25rem 0}summary{font-family:var(--font-mono);font-size:1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--text-muted);font-size:1.25rem}details[open] summary:after{content:"−"}details p{color:var(--text-muted);font-size:.95rem;margin-top:1rem;line-height:1.7}footer{border-top:1px solid var(--border);max-width:var(--max-width);margin:0 auto;padding:3rem 2rem 1.5rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-brand p{color:var(--text-muted);font-size:.9rem;margin-top:.5rem}.footer-links{display:flex;gap:3rem}.footer-links h4{font-family:var(--font-mono);font-size:.85rem;margin-bottom:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.footer-links a{display:block;color:var(--text-muted);text-decoration:none;font-size:.9rem;padding:.25rem 0;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;text-align:center}.footer-bottom p{color:var(--text-muted);font-size:.8rem}@media(max-width:768px){nav{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero{padding:5rem 1.5rem 3rem}section{padding:3rem 1.5rem}.tiers{flex-direction:column;align-items:center}.tier-card{max-width:100%}.tier-connector{transform:rotate(90deg);margin:.5rem 0}.callout-section{grid-template-columns:1fr}}
