@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-bg:#0d1f1c;--color-surface:#132e29;--color-surface-2:#1a3d37;--color-accent:#2dd4a7;--color-accent-dim:#1a9e7a;--color-accent-glow:#2dd4a726;--color-text:#f0ede6;--color-muted:#8ba89f;--color-border:#1f3d37;--font-display:"Syne", sans-serif;--font-body:"DM Sans", sans-serif;--font-mono:"JetBrains Mono", monospace;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--shadow-card:0 0 0 1px var(--color-border), 0 4px 24px #0000004d;--shadow-glow:0 0 0 1px var(--color-accent), 0 0 32px var(--color-accent-glow);--transition:.25s cubic-bezier(.4, 0, .2, 1);--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:9999;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");position:fixed;inset:0}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.02em;line-height:1.15}h1{font-size:clamp(2.8rem,7vw,5.5rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3.2rem);font-weight:700}h3{font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:600}h4{font-size:1.1rem;font-weight:600}p{color:var(--color-muted);font-size:1rem;line-height:1.7}.eyebrow{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:.6rem;font-size:.75rem;font-weight:500;display:flex}.eyebrow:before{content:"";background:var(--color-accent);flex-shrink:0;width:24px;height:2px;display:inline-block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (width>=768px){.container{padding:0 2.5rem}}section{padding:6rem 0}.section-header{margin-bottom:4rem}.section-header .eyebrow{margin-bottom:1rem}.section-header h2{white-space:pre-line;margin-bottom:1rem}.section-header p{max-width:560px;font-size:1.1rem}.btn{border-radius:var(--radius-sm);font-family:var(--font-body);transition:all var(--transition);white-space:nowrap;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--color-accent);color:var(--color-bg)}.btn-primary:hover{background:#3fecbf;transform:translateY(-2px);box-shadow:0 8px 24px #2dd4a74d}.btn-secondary{color:var(--color-text);border:1.5px solid var(--color-border);background:0 0}.btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px)}#site-nav{z-index:1000;background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:1.25rem 0;position:relative}.nav-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.nav-logo{font-family:var(--font-display);color:var(--color-text);flex-shrink:0;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;display:flex}.nav-logo .logo-icon{background:var(--color-accent);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.nav-logo .logo-icon svg{width:18px;height:18px}.nav-links{align-items:center;gap:.25rem;display:none}.nav-links a{color:var(--color-muted);border-radius:var(--radius-sm);transition:all var(--transition);padding:.4rem .75rem;font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--color-text);background:var(--color-surface)}.nav-cta{display:none}.nav-hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:flex}.nav-hamburger span{background:var(--color-text);width:22px;height:2px;transition:all var(--transition);border-radius:2px;display:block}.nav-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile-drawer{border-top:1px solid var(--color-border);padding:1rem 0;display:none}.nav-mobile-drawer.open{display:block}.nav-mobile-links{flex-direction:column;gap:.25rem;display:flex}.nav-mobile-links a{color:var(--color-muted);border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);padding:.65rem .5rem;font-size:1rem;font-weight:500;display:block}.nav-mobile-links .btn-primary{color:var(--color-bg)}.nav-mobile-links a:hover{color:var(--color-text);background:var(--color-surface)}@media (width>=900px){.nav-mobile-drawer{display:none!important}.nav-links,.nav-cta{display:flex}.nav-hamburger{display:none}}#hero{align-items:center;min-height:100svh;padding-top:4rem;display:flex;position:relative;overflow:hidden}#hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#2dd4a712 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-20%;right:-10%}.hero-grid{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=900px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-eyebrow{margin-bottom:1.25rem}.hero-headline{white-space:pre-line;margin-bottom:1.5rem}.hero-headline em{color:var(--color-accent);font-style:normal}.hero-sub{max-width:520px;margin-bottom:2.5rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero-stats{border-top:1px solid var(--color-border);grid-template-columns:repeat(2,1fr);gap:1.25rem;padding-top:2.5rem;display:grid}@media (width>=480px){.hero-stats{grid-template-columns:repeat(4,1fr)}}.hero-stat-value{font-family:var(--font-display);color:var(--color-text);margin-bottom:.3rem;font-size:1.75rem;font-weight:800;line-height:1}.hero-stat-label{color:var(--color-muted);font-size:.8rem;font-weight:500}.hero-graphic{justify-content:center;align-items:center;display:flex;position:relative}.shield-wrapper{justify-content:center;align-items:center;width:320px;height:320px;animation:6s ease-in-out infinite float;display:flex;position:relative}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.shield-ring{border:1px solid var(--color-accent);opacity:.2;border-radius:50%;animation:3s ease-out infinite pulse-ring;position:absolute}.shield-ring:first-child{width:200px;height:200px;animation-delay:0s}.shield-ring:nth-child(2){width:280px;height:280px;animation-delay:1s}.shield-ring:nth-child(3){width:360px;height:360px;animation-delay:2s}@keyframes pulse-ring{0%{opacity:.2;transform:scale(.95)}50%{opacity:.08;transform:scale(1.05)}to{opacity:.2;transform:scale(.95)}}.shield-core{z-index:2;background:var(--color-surface);border:2px solid var(--color-accent);border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative;box-shadow:0 0 60px #2dd4a733}.shield-core svg{width:64px;height:64px;color:var(--color-accent)}.orbit-dot{background:var(--color-accent);border-radius:50%;width:8px;height:8px;animation:8s linear infinite orbit;position:absolute}.orbit-dot:nth-child(5){animation-delay:-2s}.orbit-dot:nth-child(6){background:var(--color-muted);width:6px;height:6px;animation-delay:-5s}@keyframes orbit{0%{transform:rotate(0)translate(130px)rotate(0)}to{transform:rotate(360deg)translate(130px)rotate(-360deg)}}.hero-tag{font-family:var(--font-mono);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-accent);border-radius:var(--radius-sm);white-space:nowrap;padding:.35rem .65rem;font-size:.65rem;position:absolute}.hero-tag:nth-child(7){top:10%;left:0}.hero-tag:nth-child(8){top:25%;right:0}.hero-tag:nth-child(9){bottom:20%;left:5%}.hero-tag:nth-child(10){bottom:35%;right:5%}#services{background:var(--color-surface);clip-path:polygon(0 3%,100% 0,100% 97%,0 100%);padding:8rem 0}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition);padding:2rem;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--color-accent);transform-origin:0;height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-glow);transform:translateY(-6px)}.service-card:hover:before{transform:scaleX(1)}.service-icon{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:52px;height:52px;color:var(--color-accent);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-icon svg{width:26px;height:26px}.service-tag{font-family:var(--font-mono);letter-spacing:.1em;color:var(--color-accent);margin-bottom:.5rem;font-size:.65rem}.service-card h3{color:var(--color-text);margin-bottom:.75rem;font-size:1.35rem}.service-card>p{margin-bottom:1.5rem;font-size:.95rem}.service-features{border-top:1px solid var(--color-border);flex-direction:column;gap:.5rem;padding-top:1.25rem;display:flex}.service-feature{color:var(--color-muted);align-items:center;gap:.6rem;font-size:.875rem;display:flex}.service-feature:before{content:"";background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}#why-us{position:relative;overflow:hidden}.why-bg-number{font-family:var(--font-display);color:var(--color-surface);pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0;font-size:30vw;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.why-content{z-index:1;position:relative}.why-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.why-grid{grid-template-columns:repeat(4,1fr)}}.why-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition);padding:1.75rem}.why-card:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:0 8px 32px #0000004d}.why-icon{background:var(--color-accent-glow);border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-accent);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.why-icon svg{width:22px;height:22px}.why-card h4{color:var(--color-text);margin-bottom:.5rem}.why-card p{font-size:.9rem}#testimonials{background:var(--color-surface);clip-path:polygon(0 3%,100% 0,100% 97%,0 100%);padding:8rem 0}.testimonials-track-wrapper{position:relative;overflow:hidden}.testimonials-track-wrapper:before,.testimonials-track-wrapper:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.testimonials-track-wrapper:before{background:linear-gradient(to right, var(--color-surface), transparent);left:0}.testimonials-track-wrapper:after{background:linear-gradient(to left, var(--color-surface), transparent);right:0}.testimonials-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;gap:1.5rem;padding:1rem .5rem 2rem;display:flex;overflow-x:auto}.testimonial-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);scroll-snap-align:start;min-width:320px;max-width:380px;transition:all var(--transition);flex-shrink:0;padding:2rem}.testimonial-card:hover{border-color:var(--color-accent);transform:translateY(-4px)}.testimonial-quote{color:var(--color-accent);font-size:2rem;font-family:var(--font-display);margin-bottom:.75rem;line-height:1}.testimonial-text{color:var(--color-text);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.testimonial-author{border-top:1px solid var(--color-border);align-items:center;gap:.75rem;padding-top:1.25rem;display:flex}.testimonial-avatar{background:var(--color-surface-2);width:40px;height:40px;font-family:var(--font-display);color:var(--color-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.testimonial-name{color:var(--color-text);margin-bottom:.1rem;font-size:.9rem;font-weight:600}.testimonial-role{color:var(--color-muted);font-size:.8rem}#team{padding:6rem 0}.team-layout{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=900px){.team-layout{grid-template-columns:1fr 2fr;align-items:start;gap:5rem}}.team-copy .section-header{margin-bottom:2rem}.team-copy p{font-size:1rem}.team-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=480px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition);padding:1.75rem 1.5rem}.team-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.team-avatar{background:var(--color-surface-2);border:2px solid var(--color-accent);width:64px;height:64px;font-family:var(--font-display);color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.1rem;font-weight:800;display:flex}.team-name{font-family:var(--font-display);color:var(--color-text);margin-bottom:.25rem;font-size:1rem;font-weight:700}.team-role{font-family:var(--font-mono);color:var(--color-accent);letter-spacing:.08em;margin-bottom:.75rem;font-size:.7rem}.team-bio{font-size:.85rem;line-height:1.6}#contact{background:var(--color-surface);clip-path:polygon(0 3%,100% 0,100% 100%,0 100%);padding:6rem 0}.contact-layout{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=768px){.contact-layout{grid-template-columns:1fr 1.5fr;align-items:start;gap:5rem}}.contact-info h2{margin-bottom:1rem}.contact-info p{margin-bottom:2rem}.contact-details{flex-direction:column;gap:1rem;display:flex}.contact-detail{color:var(--color-muted);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.contact-detail-icon{background:var(--color-accent-glow);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-detail-icon svg{width:16px;height:16px}.contact-form{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:2.5rem}.form-row{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}@media (width>=480px){.form-row{grid-template-columns:1fr 1fr}}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group.full{grid-column:1/-1}label{color:var(--color-muted);font-size:.85rem;font-weight:500}input,textarea,select{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font-family:var(--font-body);transition:border-color var(--transition);outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem}input::placeholder,textarea::placeholder{color:var(--color-muted);opacity:.6}input:focus,textarea:focus,select:focus{border-color:var(--color-accent)}textarea{resize:vertical;min-height:120px}.form-submit{justify-content:center;width:100%;padding:1rem;font-size:1rem}.form-note{text-align:center;color:var(--color-muted);margin-top:1rem;font-size:.8rem}.form-success{text-align:center;color:var(--color-accent);font-family:var(--font-display);padding:2rem;font-size:1.25rem;font-weight:700;display:none}footer{background:var(--color-bg);border-top:1px solid var(--color-border);padding:3rem 0 2rem}.footer-inner{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=640px){.footer-inner{grid-template-columns:1.5fr 1fr 1fr;gap:3rem}}.footer-brand .nav-logo{margin-bottom:.75rem}.footer-brand p{max-width:260px;font-size:.9rem}.footer-col h5{letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);font-size:.8rem;font-family:var(--font-mono);margin-bottom:1rem}.footer-col a{color:var(--color-muted);transition:color var(--transition);padding:.25rem 0;font-size:.9rem;display:block}.footer-col a:hover{color:var(--color-accent)}.footer-bottom{border-top:1px solid var(--color-border);color:var(--color-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;font-size:.8rem;display:flex}.social-links{gap:.75rem;display:flex}.social-link{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--color-muted);transition:all var(--transition);justify-content:center;align-items:center;display:flex}.social-link:hover{color:var(--color-accent);border-color:var(--color-accent)}.social-link svg{width:16px;height:16px}.blog-hero{padding:5rem 0}.blog-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;display:grid}@media (width>=640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:all var(--transition);flex-direction:column;padding:1.75rem;display:flex}.blog-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.blog-tag{font-family:var(--font-mono);letter-spacing:.1em;color:var(--color-accent);margin-bottom:.75rem;font-size:.65rem}.blog-card h3{color:var(--color-text);margin-bottom:.75rem;font-size:1.15rem}.blog-card p{flex:1;margin-bottom:1.5rem;font-size:.9rem}.blog-meta{border-top:1px solid var(--color-border);color:var(--color-muted);justify-content:space-between;align-items:center;padding-top:1rem;font-size:.8rem;display:flex}.blog-read-more{color:var(--color-accent);transition:gap var(--transition);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.blog-read-more:hover{gap:.7rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (width<=480px){.hero-graphic{display:none}.shield-wrapper{width:240px;height:240px}}.post-hero{border-bottom:1px solid var(--color-border);padding:5rem 0 4rem;position:relative}.post-hero:after{content:"";pointer-events:none;background:radial-gradient(at 70%,#2dd4a70d 0%,#0000 60%);position:absolute;inset:0}.post-tag{font-family:var(--font-mono);letter-spacing:.1em;color:var(--color-accent);margin-bottom:1rem;font-size:.7rem}.post-body{padding:4rem 0 6rem}@media (width>=900px){.post-body.container{max-width:800px}}.post-content{color:var(--color-text);font-size:1.05rem;line-height:1.8}.post-content h3{color:var(--color-text);margin:2.5rem 0 .75rem;font-size:1.4rem}.post-content p{color:var(--color-muted);margin-bottom:1.25rem}.post-content ul{flex-direction:column;gap:.6rem;margin:1rem 0 1.5rem 1.25rem;display:flex}.post-content ul li{color:var(--color-muted);line-height:1.7;list-style:outside}.post-content em{color:var(--color-accent);font-style:normal}.post-content a{color:var(--color-accent);text-underline-offset:3px;text-decoration:underline}.post-cta-block h3{margin-bottom:.75rem;font-size:1.5rem}.page-404{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100svh;padding:2rem;display:flex}.page-404 .big-number{font-family:var(--font-display);color:var(--color-surface);-webkit-user-select:none;user-select:none;font-size:clamp(6rem,20vw,14rem);font-weight:800;line-height:1}.page-404 h1{font-size:clamp(1.5rem,4vw,2.5rem)}.page-404 p{max-width:400px;font-size:1.05rem}.page-404-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.legal-page{max-width:760px;padding:5rem 0 6rem}.legal-page h1{margin-bottom:.5rem}.legal-page .legal-date{color:var(--color-muted);margin-bottom:3rem;font-size:.9rem}.legal-page h2{margin:2.5rem 0 .75rem;font-size:1.35rem}.legal-page p{margin-bottom:1rem}.legal-page ul{margin:.75rem 0 1rem 1.5rem}.legal-page ul li{color:var(--color-muted);margin-bottom:.4rem;list-style:outside}.post-hero{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:8rem 0 4rem}.post-back{color:var(--color-muted);transition:color var(--transition);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;display:inline-flex}.post-back:hover{color:var(--color-accent)}.post-back svg{width:16px;height:16px}.post-tag{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;font-size:.7rem}.post-title{max-width:800px;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem)}.post-excerpt{max-width:640px;color:var(--color-muted);margin-bottom:2rem;font-size:1.15rem}.post-meta-bar{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.post-author-chip{color:var(--color-text);align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;display:flex}.post-author-avatar{background:var(--color-surface-2);border:1.5px solid var(--color-accent);width:34px;height:34px;font-family:var(--font-display);color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.post-date{color:var(--color-muted);font-size:.85rem}.post-body{grid-template-columns:1fr;gap:3rem;padding-top:4rem;padding-bottom:6rem;display:grid}@media (width>=1024px){.post-body{grid-template-columns:1fr 300px;align-items:start}}.post-content{max-width:680px}.post-content h2,.post-content h3{color:var(--color-text);margin:2.5rem 0 1rem}.post-content h2{font-size:1.75rem}.post-content h3{font-size:1.3rem}.post-content p{color:var(--color-muted);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.post-content ul,.post-content ol{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-left:0;display:flex}.post-content ul li{color:var(--color-muted);gap:.75rem;font-size:1rem;line-height:1.7;list-style:none;display:flex}.post-content ul li:before{content:"";background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.65rem}.post-content ol{padding-left:1.5rem;list-style:decimal}.post-content ol li{color:var(--color-muted);font-size:1rem;line-height:1.7}.post-content strong{color:var(--color-text);font-weight:600}.post-content em{color:var(--color-text)}.post-content a{color:var(--color-accent);-webkit-text-decoration:underline #2dd4a74d;text-decoration:underline #2dd4a74d}.post-content a:hover{-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent)}.post-content blockquote{border-left:3px solid var(--color-accent);background:var(--color-surface);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--color-text);margin:2rem 0;padding:1rem 1.5rem;font-style:italic}.post-content code{font-family:var(--font-mono);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-accent);border-radius:4px;padding:.15em .4em;font-size:.875em}.post-content pre{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin:2rem 0;padding:1.5rem;overflow-x:auto}.post-content pre code{background:0 0;border:none;padding:0;font-size:.9rem}.sidebar-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:6rem}.sidebar-card-title{font-family:var(--font-display);color:var(--color-text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.sidebar-card p{font-size:.9rem}.post-cta-block{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);margin:3rem 0;padding:2.5rem}.post-cta-block h3{color:var(--color-text);margin-bottom:.75rem}.post-cta-block p{font-size:1rem}.post-more{border-top:1px solid var(--color-border);margin-top:4rem;padding-top:3rem}.error-page{text-align:center;justify-content:center;align-items:center;min-height:100svh;padding:2rem;display:flex}.error-code{font-family:var(--font-display);color:var(--color-surface);z-index:0;margin-bottom:-1rem;font-size:clamp(6rem,20vw,14rem);font-weight:800;line-height:1;position:relative}.error-content{z-index:1;position:relative}.error-content h1{margin-bottom:1rem}.error-content p{margin-bottom:2rem;font-size:1.1rem}.legal-hero{border-bottom:1px solid var(--color-border);padding:8rem 0 3rem}.legal-body{max-width:720px;margin:0 auto;padding:4rem 1.5rem 6rem}.legal-body h2{color:var(--color-text);margin:2.5rem 0 .75rem;font-size:1.4rem}.legal-body p{margin-bottom:1.25rem;font-size:1rem}.legal-body ul{margin-bottom:1.25rem;padding-left:1.5rem}.legal-body ul li{color:var(--color-muted);margin-bottom:.5rem}
