*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#0a0a0a;--white:#fff;--gray:#6b6b6b;--light:#f5f5f5;--border:#e5e5e5;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--black);background:var(--white);line-height:1.6}nav{z-index:100;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:60px;margin:0 auto;padding:0 2rem;display:flex}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--gray);font-size:.875rem;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--black)}.logo{letter-spacing:-.02em;color:var(--black);font-size:1rem;font-weight:700;text-decoration:none}.btn-nav{color:var(--black);border:1px solid var(--black);border-radius:4px;padding:.45rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.btn-nav:hover{background:var(--black);color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container.narrow{max-width:760px}.container.center{text-align:center}.eyebrow{letter-spacing:.1em;color:var(--gray);text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:600}h1{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}h2{letter-spacing:-.025em;margin-bottom:1.25rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2}h3{letter-spacing:-.01em;margin-bottom:.4rem;font-size:1rem;font-weight:600}p{color:var(--gray);margin-bottom:1rem;font-size:.975rem;line-height:1.7}.btn-primary{background:var(--black);color:var(--white);border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-block}.btn-primary:hover{opacity:.8}.btn-primary.large{padding:1rem 2rem;font-size:1rem}.btn-ghost{color:var(--black);border:1px solid var(--border);border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .15s;display:inline-block}.btn-ghost:hover{border-color:var(--black)}.hero{border-bottom:1px solid var(--border);padding:5rem 0}.hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.hero-sub{margin-bottom:2rem;font-size:1.05rem}.hero-ctas{flex-wrap:wrap;gap:.75rem;display:flex}.feature-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.feature{border:1px solid var(--border);border-radius:6px;padding:1.5rem}.icon{border:1px solid var(--border);width:32px;height:32px;color:var(--black);border-radius:4px;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:1rem;display:inline-flex}.problem,.faq,.how-it-works,.what-we-do{border-bottom:1px solid var(--border);padding:5rem 2rem}.why-now,.objections{background:var(--light);border-bottom:1px solid var(--border);padding:5rem 2rem}.for-whom{border-bottom:1px solid var(--border);padding:5rem 0}.quotes{flex-direction:column;gap:.5rem;margin:1.5rem 0;display:flex}blockquote{color:var(--black);border-left:2px solid var(--black);padding-left:1rem;font-size:.975rem;font-style:italic}.audience-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2.5rem;display:grid}.audience-item{border-top:2px solid var(--black);padding-top:1rem}.steps{flex-direction:column;gap:2rem;margin-top:2.5rem;display:flex}.step{align-items:flex-start;gap:1.5rem;display:flex}.step-num{border:1px solid var(--black);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.objection-list{flex-direction:column;gap:2rem;margin-top:2.5rem;display:flex}.objection{border-left:2px solid var(--border);padding-left:1.5rem}.objection h3{margin-bottom:.4rem;font-size:1rem}.cta-section{border-bottom:1px solid var(--border);padding:6rem 2rem}.cta-section p{max-width:520px;margin:0 auto 1rem}.cta-section h2{margin-bottom:1.5rem}.contact-form{flex-direction:column;gap:1.25rem;margin-top:2.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--black);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--border);width:100%;font-family:var(--font);color:var(--black);background:var(--white);border-radius:4px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus{border-color:var(--black)}.form-group textarea{resize:vertical}.contact-form .btn-primary{align-self:flex-start;margin-top:.5rem}@media (width<=600px){.form-row{grid-template-columns:1fr}.contact-form .btn-primary{text-align:center;width:100%}}.faq-list{flex-direction:column;margin-top:2.5rem;display:flex}.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}.faq-item:first-child{border-top:1px solid var(--border)}.faq-item h3{margin-bottom:.5rem}.faq-item p{margin-bottom:0}.blog-index{padding:5rem 0}.blog-header{margin-bottom:3rem}.post-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.post-card{border:1px solid var(--border);color:inherit;border-radius:6px;flex-direction:column;text-decoration:none;transition:border-color .15s;display:flex;overflow:hidden}.post-card:hover{border-color:var(--black)}.post-card-body{flex:1;padding:1.5rem}.post-date{color:var(--gray);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem}.post-card h2{letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.1rem;font-weight:600;line-height:1.3}.post-card p{color:var(--gray);margin:0;font-size:.875rem;line-height:1.6}.post-card-footer{border-top:1px solid var(--border);color:var(--gray);padding:1rem 1.5rem;font-size:.8rem}.post-page{padding:4rem 0 6rem}.post-meta{margin-bottom:2.5rem}.post-meta time{color:var(--gray);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.post-page h1{margin-bottom:.75rem}.post-description{color:var(--gray);margin-bottom:0;font-size:1.1rem}.post-divider{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.prose h2{margin:2rem 0 1rem;font-size:1.5rem}.prose h3{margin:1.5rem 0 .75rem;font-size:1.15rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{color:var(--gray);margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-bottom:.4rem;line-height:1.7}.prose blockquote{margin:1.5rem 0}.prose strong,.prose a{color:var(--black)}footer{padding:2rem 0}footer .container{justify-content:space-between;align-items:center;display:flex}footer span{color:var(--gray);font-size:.875rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--gray);font-size:.875rem;text-decoration:none}.footer-links a:hover{color:var(--black)}@media (width<=900px){.hero .container{grid-template-columns:1fr;gap:3rem}.audience-grid,.post-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.feature-grid,.audience-grid{grid-template-columns:1fr}.hero-ctas{flex-direction:column}footer .container{text-align:center;flex-direction:column;gap:1rem}.post-grid{grid-template-columns:1fr}.nav-links{display:none}}
