:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:#fff}#root{min-height:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-orange: #ff6b35;--secondary-orange: #f4a261;--light-orange: #ffa07a;--lighter-orange: #ffb088;--lightest-orange: #ffe5d9;--dark-orange: #e85d2c;--text-dark: #2c3e50;--text-light: #6c757d;--white: #ffffff;--light-bg: #fffaf7}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--white);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.header{background:#fff;box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:10;padding:1rem 0}.header .container{display:flex;justify-content:space-between;align-items:center}.header-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.header-link{color:var(--text-dark);font-weight:600;text-decoration:none;padding:.35rem .5rem;transition:color .2s ease}.header-link:hover{color:var(--primary-orange)}.language-toggle{display:inline-flex;gap:2px;padding:4px;border-radius:999px;border:1px solid var(--lightest-orange);background:var(--light-bg)}.language-toggle button{border:none;background:transparent;color:var(--text-dark);font-weight:600;font-size:.85rem;padding:4px 10px;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.language-toggle button.active{background:var(--primary-orange);color:var(--white);box-shadow:0 6px 18px #ff6b3533}.language-toggle button:focus-visible{outline:2px solid var(--dark-orange);outline-offset:2px}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-orange);text-decoration:none}.logo-text{color:var(--text-dark)}.logo-image{display:inline-block;object-fit:contain}.menu-toggle{display:none;border:none;background:transparent;padding:.25rem;cursor:pointer;width:44px;height:44px;align-items:center;justify-content:center}.menu-toggle svg{width:28px;height:28px;color:var(--text-dark);transition:color .2s ease,transform .2s ease}.menu-toggle.open svg{color:var(--primary-orange);transform:translateY(1px)}.btn{padding:12px 30px;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.btn-primary{background:var(--primary-orange);color:#fff;box-shadow:0 12px 30px #ff6b354d}.btn-primary:hover{background:var(--dark-orange);transform:translateY(-2px)}.btn-secondary{background:#fff;color:var(--primary-orange);border:2px solid var(--primary-orange)}.btn-secondary:hover{background:var(--lightest-orange)}.btn-large{padding:16px 40px;font-size:1.1rem}.hero{background:linear-gradient(135deg,var(--lightest-orange) 0%,white 100%);padding:90px 0 70px;text-align:center}.hero-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;margin-bottom:1rem}.hero-title-highlight{color:var(--primary-orange)}.hero-subtitle{font-size:1.25rem;color:var(--text-dark);font-weight:600}.hero-copy{max-width:760px;margin:1rem auto 2rem;color:var(--text-light);font-size:1.1rem}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;align-items:center;margin-bottom:.5rem}.hero-note{font-size:.95rem;color:var(--text-light);margin-bottom:2rem}.section-tag{color:var(--primary-orange);font-weight:700;text-transform:uppercase;font-size:.85rem;letter-spacing:.08em;margin-bottom:.75rem;display:inline-block;text-align:center;width:100%}.monster-label{color:var(--primary-orange);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;margin-bottom:.5rem;text-align:center;display:block;width:100%}.hero-link{color:var(--primary-orange);font-weight:600;text-decoration:none}.hero-image img{width:100%;border-radius:18px;box-shadow:0 30px 60px #00000026}.not-found{padding:120px 0;background:var(--light-bg)}.not-found-card{max-width:720px;margin:0 auto;padding:48px 32px;text-align:center;background:var(--white);border:1px solid #f2e8df;border-radius:16px;box-shadow:0 20px 60px #00000014}.not-found-code{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:var(--light-bg);color:var(--text-dark);font-weight:700;letter-spacing:.05em;margin-bottom:14px}.not-found-card img{width:140px;height:140px;object-fit:contain;margin:0 auto 10px}.not-found-card h1{font-size:32px;margin-bottom:12px}.not-found-lead{font-size:18px;color:var(--text-light);margin-bottom:24px}.feature-overview{padding:90px 0;background:#fff}.feature-overview h2{text-align:center;font-size:2.5rem;margin-bottom:2.5rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.feature-card{background:var(--light-bg);border:1px solid var(--lightest-orange);border-radius:18px;padding:30px;display:flex;flex-direction:column;gap:1.5rem;height:100%;box-shadow:0 12px 30px #0000000d}.feature-card img{width:140px;height:auto;margin:0 auto}.feature-card h3{font-size:1.4rem;margin-bottom:.5rem}.feature-card p{color:var(--text-light);margin-bottom:1rem}.pain-grid{background:var(--light-bg);padding:80px 0}.pain-grid h2{text-align:center;font-size:2.2rem;margin-bottom:2rem}.pain-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.pain-card{background:#fff;border-radius:12px;padding:22px;border:1px solid #f1d4c4;box-shadow:0 15px 30px #0000000d}.pain-card h3{font-size:1.2rem;margin-bottom:.5rem}.pain-card p{color:var(--text-light)}.testimonial-spotlight{background:var(--primary-orange);padding:80px 0;color:#fff}.testimonial-card{background:#ffffff1f;border-radius:18px;padding:40px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.testimonial-quote{font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-author img{width:64px;height:64px;border-radius:50%}.testimonial-author h4{margin-bottom:.25rem}.testimonial-author p{color:#fffc}.platform{padding:90px 0;text-align:center}.section-lead{color:var(--text-light);font-size:1.2rem;max-width:720px;margin:.75rem auto 0}.platform-content{display:flex;align-items:center;gap:40px;margin:40px 0}.platform-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;text-align:left}.platform-list{list-style:none;background:var(--light-bg);border-radius:16px;padding:24px;border:1px solid var(--lightest-orange)}.platform-list li{position:relative;padding-left:28px;margin-bottom:1rem;color:var(--text-dark)}.platform-list li:before{content:"•";position:absolute;left:8px;color:var(--primary-orange);font-size:1.5rem;line-height:1}.platform-list li:last-child{margin-bottom:0}.platform-illustration{flex:0 0 320px;text-align:center}.platform-illustration img{width:100%;max-width:320px;height:auto}.pricing-simple{background:var(--light-bg);padding:90px 0;text-align:center}.pricing-card-simple{background:#fff;border:2px solid var(--primary-orange);border-radius:20px;padding:40px;max-width:640px;margin:30px auto 0;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 20px 40px #0000000f}.price-callout{font-size:3rem;font-weight:800;color:var(--primary-orange)}.price-note{color:var(--text-light)}.pricing-card-simple ul{list-style:none;text-align:left}.pricing-card-simple li{padding-left:26px;margin-bottom:.8rem;position:relative;color:var(--text-dark)}.pricing-card-simple li:before{content:"✓";position:absolute;left:0;color:var(--primary-orange);font-weight:700}.pricing-page{background:var(--white)}.pricing-hero{padding:110px 0 70px;background:linear-gradient(135deg,#ff6b3514,#fff0)}.pricing-hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:48px;align-items:center}.pricing-hero-text h1{font-size:3rem;line-height:1.1;margin-bottom:1rem}.pricing-hero-lead{font-size:1.25rem;color:var(--text-dark);margin-bottom:1.5rem;max-width:560px}.pricing-hero-bullets{list-style:none;margin-bottom:2rem;display:flex;flex-direction:column;gap:.75rem}.pricing-hero-bullets li{position:relative;padding-left:32px;font-weight:500;color:var(--text-dark)}.pricing-hero-bullets li:before{content:"✓";position:absolute;left:0;top:0;color:var(--primary-orange);font-weight:700}.pricing-hero-card{background:#fff;border:1px solid var(--lightest-orange);border-radius:20px;padding:32px;text-align:center;box-shadow:0 30px 50px #2c3e5014;max-width:360px;margin-left:auto;margin-right:auto}.pricing-hero-note{text-transform:uppercase;font-size:.85rem;letter-spacing:.08em;color:var(--text-light)}.pricing-hero-price{font-size:3.5rem;font-weight:800;color:var(--primary-orange);margin:.5rem 0}.pricing-hero-caption{color:var(--text-light);margin-top:.75rem}.pricing-plan-section{padding:90px 0;text-align:center}.pricing-plan-section .section-lead{max-width:640px;margin:.5rem auto 2rem}.pricing-faq{padding:90px 0;background:var(--light-bg)}.pricing-faq-item{margin-top:1rem;background:#fff;border:1px solid var(--lightest-orange);border-radius:16px;box-shadow:0 18px 36px #0000000a;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.pricing-faq-item.open{border-color:#ff6b3566;box-shadow:0 24px 48px #2c3e501f}.faq-trigger{width:100%;border:none;background:transparent;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:1.05rem;font-weight:600;color:var(--text-dark);cursor:pointer;text-align:left}.faq-trigger span:first-child{flex:1}.faq-trigger:focus-visible{outline:2px solid var(--primary-orange);outline-offset:-4px}.faq-icon{width:34px;height:34px;border-radius:50%;border:1px solid var(--lightest-orange);display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1;color:var(--primary-orange)}.faq-panel{padding:0 24px;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease,padding-top .35s ease}.faq-panel p{color:var(--text-light)}.pricing-faq-item.open .faq-panel{padding:0 24px 24px;opacity:1}.pricing-cta{padding:90px 0}.pricing-cta-card{background:var(--text-dark);color:#fff;border-radius:24px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:30px}.pricing-cta-copy{color:#ffffffd9;font-size:1.1rem;margin-top:.75rem;max-width:520px}.pricing-cta-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.pricing-cta-actions .btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6)}.pricing-cta-actions .btn-secondary:hover{border-color:#fff}.frameworks{padding:90px 0;background:var(--primary-orange);color:#fff}.frameworks h2{text-align:center;font-size:2.3rem;margin-bottom:2rem}.framework-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.framework-card{background:#fff;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 24px #0000000d;color:var(--text-dark)}.framework-card h3{margin-bottom:.75rem}.framework-card p{color:var(--text-light)}.closing-cta{background:#fff;color:var(--text-dark);text-align:center;padding:80px 0}.closing-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:30px auto;max-width:720px}.closing-list li{position:relative;padding-left:28px;text-align:left}.closing-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-orange);font-weight:700}.about-page section{padding:80px 0}.about-hero{background:linear-gradient(120deg,var(--lightest-orange),white);text-align:center}.about-hero h1{font-size:clamp(2.2rem,4vw,3.4rem);margin-bottom:1rem}.about-hero-copy{max-width:720px;margin:0 auto;color:var(--text-light);font-size:1.15rem}.about-stats{margin-top:2.5rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-stat{background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.05);padding:20px 28px;text-align:left;min-width:180px;box-shadow:0 10px 24px #0000000a}.about-stat span{display:block;font-size:1.8rem;font-weight:700;color:var(--primary-orange)}.about-stat p{color:var(--text-light);margin-top:.35rem}.about-founder{background:#fff}.about-founder-content{display:flex;align-items:center;gap:3rem}.about-founder-text h2{font-size:2rem;margin-bottom:1rem}.about-founder-body{color:var(--text-light);font-size:1.05rem;margin-bottom:1rem}.about-founder-credit{font-weight:600;color:var(--text-dark)}.about-founder-card{flex:0 0 320px;border-radius:24px;overflow:hidden;border:1px solid #f1f1f5;box-shadow:0 20px 40px #14142b1f}.about-founder-card img{display:block;width:100%;height:auto}.about-pillars h3,.about-timeline h3{text-align:center;font-size:2.1rem;margin-bottom:2rem}.about-pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.about-pillar-card{background:#fff;border-radius:18px;padding:24px;border:1px solid rgba(0,0,0,.05);box-shadow:0 12px 24px #00000008}.about-pillar-card h4{margin-bottom:.65rem}.about-pillar-card p{color:var(--text-light)}.about-timeline{background:#f6f7f9}.about-timeline-items{display:flex;flex-direction:column;gap:1.5rem}.about-timeline-card{background:#fff;border-radius:18px;padding:24px;display:flex;gap:1.5rem;border:1px solid rgba(0,0,0,.05)}.about-timeline-year{font-size:1.2rem;font-weight:700;color:var(--primary-orange);min-width:64px}.about-timeline-card p{color:var(--text-light);margin-top:.4rem}.about-cta{background:#fff}.about-cta-card{background:var(--text-dark);border-radius:32px;padding:48px;color:#fff;text-align:center;box-shadow:0 40px 60px #14142b4d}.about-cta-card p{color:#fffc;margin:1rem auto 2rem;max-width:520px}.values-page section{padding:80px 0}.values-hero{background:#0f172a;color:#fff;text-align:center}.values-hero h1{font-size:clamp(2.3rem,4vw,3.2rem);margin-bottom:1rem}.values-hero-copy{max-width:680px;margin:0 auto;color:#fffc;font-size:1.15rem}.values-northstar{margin-top:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--lightest-orange)}.values-grid{background:#fff}.values-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.values-card{border-radius:18px;padding:28px;border:1px solid rgba(0,0,0,.05);background:#fff;box-shadow:0 12px 28px #0000000a}.values-card h3{margin-bottom:.6rem}.values-card p{color:var(--text-light)}.values-proof{background:#f6f7f9}.values-proof-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:center}.values-proof-content ul{list-style:none;display:flex;flex-direction:column;gap:1rem}.values-proof-content li{position:relative;padding-left:24px;color:var(--text-dark)}.values-proof-content li:before{content:"•";position:absolute;left:0;color:var(--primary-orange);font-size:1.5rem;line-height:1}.values-cta{background:#fff}.values-cta-card{background:#101828;color:#fff;border-radius:32px;padding:48px;text-align:center}.values-cta-card p{color:#fffc;margin:1rem auto 2rem;max-width:520px}.why-page section{padding:80px 0}.why-hero{background:linear-gradient(135deg,var(--lightest-orange) 0%,white 100%);text-align:center}.why-hero-lead{font-size:1.2rem;color:var(--text-light);max-width:760px;margin:0 auto 1.5rem}.why-hero-points{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1.5rem auto 0;max-width:800px}.why-hero-points li{background:#fff;border-radius:999px;padding:.65rem 1.2rem;box-shadow:0 10px 25px #00000014;font-weight:600}.why-metrics{background:#fff}.why-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.why-metric-card{background:var(--light-bg);border-radius:16px;padding:1.5rem;box-shadow:0 12px 30px #0000000d;text-align:center}.why-metric-value{font-size:2.2rem;font-weight:800;color:var(--primary-orange);margin-bottom:.35rem}.why-differentiators{background:var(--light-bg)}.why-section-lead{color:var(--text-light);max-width:720px;margin:.5rem auto 2rem;text-align:center}.why-diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.why-diff-card{background:#fff;border-radius:18px;padding:1.5rem;border:1px solid #f4d3c6;box-shadow:0 10px 24px #0000000a}.why-diff-highlight{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-orange)}.why-proof{background:#fff}.why-proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:start}.why-proof-grid ul{list-style:none;display:flex;flex-direction:column;gap:.85rem}.why-proof-grid li{position:relative;padding-left:1.4rem;color:var(--text-dark)}.why-proof-grid li:before{content:"•";position:absolute;left:0;color:var(--primary-orange);font-size:1.3rem;line-height:1}.why-operators{background:#f6f7f9}.why-operators-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 20px 40px #00000014;text-align:center}.why-operators-card blockquote{margin:1.5rem auto 0;font-size:1.1rem;color:var(--text-dark);max-width:720px}.why-operators-card cite{display:flex;flex-direction:column;font-style:normal;margin-top:1rem;color:var(--text-light);font-weight:600}.why-operators-card cite span{font-weight:400}.why-cta{background:var(--light-bg)}.why-cta-card{background:#fff;border-radius:24px;padding:2.5rem;text-align:center;box-shadow:0 20px 50px #00000014}.product-feature-page section{padding:80px 0}.product-feature-hero{background:linear-gradient(140deg,var(--lightest-orange),#fff);text-align:center}.product-feature-hero h1{font-size:clamp(2.2rem,4vw,3.2rem);margin-bottom:1rem}.product-feature-description{max-width:760px;margin:0 auto;color:var(--text-light);font-size:1.15rem}.product-feature-benefits{background:#fff}.product-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.product-feature-card{border-radius:18px;padding:28px;border:1px solid rgba(0,0,0,.05);background:#fff;box-shadow:0 12px 24px #0000000d}.product-feature-card p{color:var(--text-light);margin-top:.5rem}.product-feature-workflow{background:#f6f7f9}.product-feature-workflow-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:center}.product-feature-workflow-content ol{list-style:none;counter-reset:pf-steps;display:flex;flex-direction:column;gap:1rem}.product-feature-workflow-content li{counter-increment:pf-steps;position:relative;padding-left:42px;color:var(--text-dark)}.product-feature-workflow-content li:before{content:counter(pf-steps);position:absolute;left:0;top:0;width:28px;height:28px;border-radius:50%;background:var(--primary-orange);color:#fff;font-weight:700;display:grid;place-items:center}.product-feature-cta{background:#fff}.product-feature-cta-card{background:var(--text-dark);border-radius:32px;padding:48px;text-align:center;color:#fff}.product-feature-cta-card p{color:#ffffffd9;margin:1rem auto 2rem;max-width:520px}.thank-you-page section{padding:80px 0}.thank-you-hero{background:linear-gradient(140deg,var(--lightest-orange),#fff);text-align:center}.thank-you-hero h1{font-size:clamp(2.3rem,4vw,3.2rem);margin-bottom:1rem}.thank-you-hero-copy{max-width:720px;margin:0 auto;color:var(--text-light);font-size:1.15rem}.thank-you-checklist{list-style:none;max-width:560px;margin:30px auto 0;display:flex;flex-direction:column;gap:.75rem;text-align:left}.thank-you-checklist li{position:relative;padding-left:32px}.thank-you-checklist li:before{content:"✓";position:absolute;left:0;top:0;color:var(--primary-orange);font-weight:700}.thank-you-hero-actions{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.thank-you-expectations{background:#fff}.thank-you-expectations h2,.thank-you-expectations-lead{text-align:center}.thank-you-expectations-lead{max-width:700px;margin:.75rem auto 2.5rem}.thank-you-expectations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.thank-you-expectation-card{background:var(--light-bg);border-radius:20px;padding:28px;border:1px solid rgba(0,0,0,.05);display:flex;gap:1rem;align-items:flex-start}.expectation-icon{width:40px;height:40px;border-radius:50%;background:var(--primary-orange);color:#fff;display:grid;place-items:center;font-weight:700;flex-shrink:0}.thank-you-expectation-card p{margin-top:.35rem;color:var(--text-light)}.thank-you-resources{background:#f6f7f9}.thank-you-resources h2{text-align:center;margin-bottom:2rem}.thank-you-resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.thank-you-resource-card{background:#fff;border-radius:20px;padding:32px;border:1px solid rgba(0,0,0,.05);box-shadow:0 20px 40px #0f172a14;text-align:left}.thank-you-resource-card p{color:var(--text-light);margin:.75rem 0 1.5rem}.thank-you-support{text-align:center;margin-top:2rem;color:var(--text-light);font-size:.95rem}.footer{background:#0f172a;color:#ffffffe6;padding-top:80px}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;margin-bottom:60px}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px}.footer-column h4{margin-bottom:.8rem;color:#fff}.footer-column ul{list-style:none;margin-top:1rem;display:flex;flex-direction:column;gap:.45rem}.footer-column a{text-decoration:none;color:#ffffffb3;font-weight:500;transition:color .2s ease}.footer-column a:hover{color:#fff}.footer-newsletter{background:#ffffff0f;border-radius:24px;padding:32px;border:1px solid rgba(255,255,255,.15)}.newsletter-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#ffb08c}.footer-newsletter h3{margin:.6rem 0;font-size:1.6rem;color:#fff}.newsletter-copy{color:#fffc;margin:.5rem 0 1.5rem}.newsletter-form{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:1rem}.newsletter-form input{flex:1 1 220px;padding:.85rem 1.1rem;border-radius:14px;border:1px solid rgba(255,255,255,.4);background:#ffffff14;color:#fff}.newsletter-form input::placeholder{color:#ffffffa6}.newsletter-form button{border:none;border-radius:14px;padding:.85rem 1.5rem;font-weight:600;background:#fff;color:#0f172a;cursor:pointer}.newsletter-form button[disabled]{opacity:.7;cursor:not-allowed}.newsletter-feedback{min-height:1.25rem;font-size:.9rem;margin-bottom:.8rem}.newsletter-feedback.success{color:#3ea876}.newsletter-feedback.error{color:#ff7b7b}.footer-newsletter small,.footer-newsletter a{color:#ffffffbf}.footer-social{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.2rem}.social-icon{width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff}.social-icon:hover{border-color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:60px;padding:28px 0}.footer-bottom-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-bottom-links a{text-decoration:none;color:#ffffffb3}.footer-bottom-links a:hover{color:#fff}.footer-copy{margin:0;color:#ffffffb3}.footer-bottom-left{display:flex;flex-direction:column;gap:.4rem}.alternatives-page section{padding:80px 0}.alternatives-hero{background:linear-gradient(135deg,var(--lightest-orange) 0%,white 100%);text-align:center}.alternatives-tag{text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--primary-orange);margin-bottom:.75rem;display:inline-block}.alternatives-lead{font-size:1.2rem;color:var(--text-light);margin-bottom:1.5rem}.alternatives-hero-points{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1.5rem 0 2rem;padding:0}.alternatives-hero-points li{background:#fff;border-radius:16px;padding:.85rem 1.2rem;box-shadow:0 15px 35px #ff6b3526;max-width:320px;flex:1 1 240px}.alternatives-metrics{background:var(--white)}.alternatives-list{background:#fff}.alternatives-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.alternative-card{background:var(--light-bg);border-radius:20px;padding:1.5rem;box-shadow:0 8px 24px #2c3e5014;display:flex;flex-direction:column;gap:1rem}.alternative-card h3{margin-bottom:.25rem}.alternative-card p{flex:1;color:var(--text-light)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.metric-card{background:var(--light-bg);border-radius:20px;padding:1.5rem;box-shadow:0 10px 25px #2c3e5014;text-align:center}.metric-value{font-size:2rem;font-weight:800;color:var(--primary-orange);margin-bottom:.25rem}.alternatives-comparison{background:#fff}.comparison-header{max-width:760px;margin:0 auto 2.5rem;text-align:center}.comparison-lead{color:var(--text-light);margin-top:.75rem}.comparison-table{border-radius:20px;overflow:hidden;border:1px solid rgba(44,62,80,.1)}.comparison-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem;padding:1.25rem;background:#fff}.comparison-row:nth-child(2n){background:var(--light-bg)}.comparison-head{background:var(--text-dark);color:#fff;font-weight:600}.comparison-row span{display:block}.comparison-label{font-weight:600;color:var(--text-dark)}.alternatives-usecases{background:var(--light-bg)}.usecase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.usecase-card{background:#fff;border-radius:18px;padding:1.75rem;box-shadow:0 12px 28px #2c3e5014}.usecase-card p{color:var(--text-light);margin:.75rem 0 1rem}.usecase-card ul{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:.5rem}.usecase-card li{position:relative;padding-left:1.25rem}.usecase-card li:before{content:"•";color:var(--primary-orange);position:absolute;left:0;font-size:1.2rem;line-height:1}.alternatives-cta{background:var(--text-dark);color:#fff;text-align:center}.alternatives-cta-lead{margin:1rem auto 2rem;max-width:640px;color:#ffffffd9}.blog-page section,.blog-article section{padding:100px 0}.blog-hero{background:var(--light-bg);text-align:center}.blog-hero h1{font-size:clamp(2.25rem,3vw,3rem);margin-bottom:1rem}.blog-hero-copy{font-size:1.15rem;color:var(--text-light);max-width:720px;margin:0 auto}.blog-list{background:#fff}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.blog-card{background:var(--light-bg);border-radius:20px;padding:1.75rem;box-shadow:0 20px 35px #4e596914;display:flex;flex-direction:column;gap:.75rem;height:100%}.blog-card-meta{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light)}.blog-card h2{font-size:1.35rem;margin:0}.blog-card p{color:var(--text-light)}.blog-card-link{margin-top:auto;font-weight:600;color:var(--primary-orange);text-decoration:none}.blog-card-link:hover{text-decoration:underline}.blog-empty{text-align:center;font-size:1.1rem;color:var(--text-light)}.blog-article-hero{background:var(--light-bg)}.blog-back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.95rem;color:var(--text-light);text-decoration:none;margin-bottom:1rem}.blog-back-link:hover{color:var(--primary-orange)}.blog-article h1{font-size:clamp(2.5rem,3.5vw,3.5rem);margin-bottom:.75rem}.blog-article-meta{color:var(--text-light);font-size:.95rem;margin-bottom:1.25rem}.blog-article-excerpt{font-size:1.2rem;color:var(--text-dark);max-width:720px}.blog-article-body{background:#fff}.blog-article-content{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.blog-article-section h2{font-size:1.6rem;margin-bottom:1rem}.blog-bullet-list{list-style:none;padding:1.25rem 1.5rem;margin:1.5rem 0;display:flex;flex-direction:column;gap:.65rem;border-left:4px solid var(--primary-orange);border-radius:12px;background:var(--light-bg)}.blog-bullet-list li{color:var(--text-dark);line-height:1.5;font-weight:500}.blog-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1.25rem}.blog-tool-card{background:var(--light-bg);border-radius:16px;padding:1.25rem;box-shadow:0 12px 28px #0000000d}.blog-tool-card h3{margin-bottom:.35rem}.blog-tool-tag{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:.75rem}.blog-article-cta{background:var(--text-dark);color:#fff}.blog-article-cta-card{max-width:720px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1rem}.blog-article-cta-card p{color:#ffffffd9;font-size:1.1rem}@media(max-width:768px){.header{padding:.5rem 0}.header .container{flex-direction:row;align-items:center;gap:.5rem;flex-wrap:nowrap;position:relative}.logo-text{display:none}.logo{gap:.5rem;flex-shrink:0}.menu-toggle{display:inline-flex}.header-actions{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem;border-radius:16px;box-shadow:0 12px 30px #0000001f;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease;z-index:20}.header-actions.open{opacity:1;pointer-events:auto;transform:translateY(0)}.header-actions .btn{width:100%;padding:10px 16px;font-size:.95rem}.header-actions .header-link{width:100%;text-align:center}.language-toggle{width:100%;justify-content:center}.language-toggle button{font-size:.8rem;padding:4px 10px}.hero-actions{flex-direction:column;justify-content:center}.alternatives-page section{padding:60px 0}.alternatives-hero-points{flex-direction:column}.alternatives-hero-points li{max-width:100%}.alternatives-card-grid,.comparison-row,.usecase-grid{grid-template-columns:1fr}.testimonial-card{padding:30px 24px}.platform-content{flex-direction:column}.platform-grid,.feature-grid,.pain-items,.framework-cards{grid-template-columns:1fr}.pricing-card-simple{padding:30px 24px}.pricing-hero{padding:80px 0 40px}.pricing-hero-text h1{font-size:2.4rem}.pricing-hero-card{order:-1}.pricing-cta-card{flex-direction:column;text-align:center}.pricing-cta-actions{justify-content:center;width:100%}.about-page section{padding:60px 0}.about-founder-content{flex-direction:column}.about-founder-card{width:100%}.about-stats{flex-direction:column;align-items:stretch}.about-cta-card{padding:32px 24px}.values-page section{padding:60px 0}.values-cta-card{padding:32px 24px}.product-feature-page section{padding:60px 0}.product-feature-cta-card{padding:32px 24px}.thank-you-page section{padding:60px 0}.thank-you-hero-actions{flex-direction:column;width:100%}.thank-you-expectations-grid,.thank-you-resource-grid,.footer-top{grid-template-columns:1fr}.footer-columns{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.footer-newsletter{order:-1}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}.footer-bottom-content{flex-direction:column;align-items:flex-start}.footer-bottom-links,.footer-certifications{justify-content:flex-start}.blog-page section,.blog-article section{padding:60px 0}.blog-grid,.blog-tools{grid-template-columns:1fr}.blog-article-cta-card{padding:0 1rem}}
