*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--bg:#0A0A0A;--bg-surface:#141414;--bg-card:#1A1A1A;--bg-card-hover:#222;--text:#F0EDE6;--text-muted:#888;--border:rgba(255,255,255,0.07);--border-hover:rgba(255,140,0,0.4);--nav-bg:rgba(10,10,10,0.88);--accent:#FF8C00;--accent-hover:#E07A00;--accent-light:rgba(255,140,0,0.12);--accent-glow:rgba(255,140,0,0.07);--btn-ghost-border:rgba(255,255,255,0.18);--btn-ghost-hover:rgba(255,255,255,0.05);--cta-text:#0A0A0A;--process-stroke:#FF8C00;--toggle-bg:#1A1A1A;--toggle-border:rgba(255,255,255,0.1);--input-bg:#1A1A1A;--input-border:rgba(255,255,255,0.1);--input-focus:rgba(255,140,0,0.4)}[data-theme=light]{--bg:#FAFAF8;--bg-surface:#F1EFE9;--bg-card:#FFFFFF;--bg-card-hover:#F7F5F0;--text:#111;--text-muted:#666;--border:rgba(0,0,0,0.08);--border-hover:rgba(200,80,0,0.35);--nav-bg:rgba(250,250,248,0.92);--accent:#D95F00;--accent-hover:#BB5000;--accent-light:rgba(217,95,0,0.1);--accent-glow:rgba(217,95,0,0.05);--btn-ghost-border:rgba(0,0,0,0.15);--btn-ghost-hover:rgba(0,0,0,0.04);--cta-text:#FFFFFF;--process-stroke:#D95F00;--toggle-bg:#FFFFFF;--toggle-border:rgba(0,0,0,0.1);--input-bg:#FFFFFF;--input-border:rgba(0,0,0,0.12);--input-focus:rgba(217,95,0,0.4)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-dm-sans),"DM Sans",sans-serif;line-height:1.6;overflow-x:hidden;transition:background .3s,color .3s}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 5%;background:var(--nav-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:background .3s,border-color .3s}.logo{font-family:var(--font-syne),"Syne",sans-serif;font-weight:800;font-size:1.25rem;letter-spacing:-.02em;color:var(--text);text-decoration:none}.logo span{color:var(--accent)}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-links{display:flex;gap:1.75rem;list-style:none}.nav-links a{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .2s;font-weight:500}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--accent)!important;color:var(--cta-text)!important;padding:.5rem 1.2rem!important;border-radius:4px!important;font-weight:600!important}.nav-cta:hover{background:var(--accent-hover)!important}.theme-toggle{width:36px;height:36px;background:var(--toggle-bg);border:1px solid var(--toggle-border);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.95rem;transition:transform .15s,background .3s;flex-shrink:0}.theme-toggle:hover{transform:scale(1.1)}.hamburger,[data-theme=dark] .icon-sun,[data-theme=light] .icon-moon{display:none}.hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.hamburger span{display:block;height:2px;background:var(--text);border-radius:2px;transition:transform .25s,opacity .25s}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;top:65px;left:0;right:0;z-index:99;background:var(--bg-surface);display:flex;flex-direction:column;padding:1rem 5%;gap:.25rem}.mobile-menu,.mobile-menu a{border-bottom:1px solid var(--border)}.mobile-menu a{color:var(--text-muted);text-decoration:none;font-size:1rem;font-weight:500;padding:.75rem 0;transition:color .2s}.mobile-menu a:hover{color:var(--accent)}.mobile-menu-cta{color:var(--accent)!important;font-weight:700!important;border-bottom:none!important}.hero{display:flex;flex-direction:column;justify-content:flex-start;padding:9rem 5% 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-150px;right:-150px;width:550px;height:550px;background:radial-gradient(circle,var(--accent-glow) 0,transparent 70%);pointer-events:none}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.hero-tag:before{content:"";display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%}.hero h1{font-family:var(--font-syne),"Syne",sans-serif;font-size:clamp(2.2rem,5.5vw,5rem);font-weight:800;line-height:.95;letter-spacing:-.03em;max-width:860px;margin-bottom:1.25rem}.hero h1 .highlight{color:var(--accent)}.hero-sub{font-size:.95rem;color:var(--text-muted);max-width:500px;line-height:1.65;margin-bottom:1.75rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero-numbers{display:flex;gap:2.5rem;margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--border);flex-wrap:wrap}.hero-number span{display:block;font-family:var(--font-syne),"Syne",sans-serif;font-size:2rem;font-weight:800;color:var(--accent);line-height:1}.hero-number p{font-size:.78rem;color:var(--text-muted);margin-top:.3rem;text-transform:uppercase;letter-spacing:.06em}.btn-primary{background:var(--accent);color:var(--cta-text);font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-weight:600;font-size:.95rem;padding:.9rem 2rem;border:none;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-ghost{background:transparent;color:var(--text);font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-weight:500;font-size:.95rem;padding:.9rem 2rem;border:1px solid var(--btn-ghost-border);border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,border-color .2s,transform .15s}.btn-ghost:hover{background:var(--btn-ghost-hover);border-color:var(--accent);transform:translateY(-1px)}section{padding:6rem 5%}.bg-surface{background:var(--bg-surface);transition:background .3s}.section-tag{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-family:var(--font-syne),"Syne",sans-serif;font-size:clamp(1.7rem,3.5vw,3rem);font-weight:800;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.2rem}.section-sub{color:var(--text-muted);max-width:480px;font-size:.95rem}.section-cta{margin-top:3rem;text-align:center}:root{--tc-w:310px;--tc-g:20px;--tc-step:calc(var(--tc-w) + var(--tc-g))}.tcarousel-outer{display:flex;align-items:center;gap:1rem;margin:3.5rem auto 0;max-width:calc(var(--tc-w) * 3 + var(--tc-g) * 2 + 5rem)}.tcarousel-arrow{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s,color .2s}.tcarousel-arrow:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.tcarousel-wrap{overflow:hidden;flex:1 1;max-width:calc(var(--tc-w) * 3 + var(--tc-g) * 2)}.tcarousel-track{display:flex;gap:var(--tc-g);transform:translateX(calc(-1 * var(--tc-step)));transition:transform .43s cubic-bezier(.25,.46,.45,.94);will-change:transform}.tcarousel-track--next{transform:translateX(calc(-2 * var(--tc-step)))}.tcarousel-track--prev{transform:translateX(0)}.tcarousel-track--reset{transition:none!important;transform:translateX(calc(-1 * var(--tc-step)))}.tcard{flex:0 0 var(--tc-w);padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;gap:1.25rem;opacity:.4;transform:scale(.92);transition:opacity .43s ease,transform .43s ease,border-color .43s ease;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tcard--active{opacity:1;transform:scale(1);border-color:var(--border-hover);pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.testimonial-stars{color:var(--accent);font-size:1rem;letter-spacing:.1em}.testimonial-quote{font-size:.95rem;color:var(--text);line-height:1.8;flex:1 1}.testimonial-quote strong{color:var(--accent);font-weight:700}.testimonial-author{display:flex;align-items:center;gap:.85rem;padding-top:1.25rem;border-top:1px solid var(--border)}.testimonial-avatar-wrap{flex-shrink:0}.testimonial-avatar{background:var(--accent-light);border:2px solid var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-syne),"Syne",sans-serif;font-weight:800;font-size:.82rem;color:var(--accent)}.testimonial-avatar,.testimonial-logo{width:48px;height:48px;border-radius:50%}.testimonial-logo{object-fit:cover;border:2px solid var(--border);display:block}.testimonial-name{font-family:var(--font-syne),"Syne",sans-serif;font-weight:700;font-size:.9rem;color:var(--text)}.testimonial-company{font-size:.78rem;color:var(--text-muted);margin-top:.1rem}.result-segment{font-size:.7rem;background:var(--accent-light);color:var(--accent);padding:.18rem .55rem;border-radius:20px;display:inline-block;margin-top:.3rem}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.75rem}.testimonial-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;padding:0;transition:background .25s,transform .25s}.testimonial-dot--active{background:var(--accent);transform:scale(1.4)}.results-cta{margin-top:3rem;text-align:center}.whatsapp-float{position:fixed;bottom:1.75rem;right:1.75rem;z-index:200;width:54px;height:54px;background:#25D366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.4);transition:transform .2s,box-shadow .2s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 22px rgba(37,211,102,.55)}.btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem}.footer-whatsapp{color:#25D366!important;font-weight:600!important}.value-prop{padding:3rem 5% 5rem;text-align:center}.value-prop-text{max-width:640px;margin:0 auto 3rem;font-size:1rem;line-height:1.8;color:var(--text-muted)}.value-prop-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding-top:2.5rem;border-top:1px solid var(--border)}.vp-stat span{display:block;font-family:var(--font-syne),"Syne",sans-serif;font-size:2rem;font-weight:800;color:var(--accent);line-height:1}.vp-stat p{font-size:.78rem;color:var(--text-muted);margin-top:.3rem;text-transform:uppercase;letter-spacing:.06em}.includes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));grid-gap:1rem;gap:1rem;margin-top:3rem}.include-item{display:flex;gap:1rem;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;transition:border-color .2s}.include-item:hover{border-color:var(--border-hover)}.include-icon{flex-shrink:0;margin-top:.1rem}.bonus-item-icon,.include-icon{color:var(--accent);display:flex}.include-item h3{font-family:var(--font-syne),"Syne",sans-serif;font-size:.875rem;font-weight:700;margin-bottom:.35rem}.include-item p{font-size:.82rem;color:var(--text-muted);line-height:1.6}.bonus-wrap{margin-top:3.5rem;padding:2.5rem;background:var(--accent-light);border:1px solid var(--border-hover);border-radius:14px}.bonus-tag{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.bonus-title{font-family:var(--font-syne),"Syne",sans-serif;font-size:1.15rem;font-weight:800;margin-bottom:1.75rem}.bonus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.bonus-item{background:var(--bg-card);border-radius:10px;padding:1.25rem;display:flex;gap:.85rem}.bonus-item-icon{font-size:1.2rem;flex-shrink:0}.bonus-item h4{font-family:var(--font-syne),"Syne",sans-serif;font-size:.85rem;font-weight:700;margin-bottom:.3rem}.bonus-item p{font-size:.8rem;color:var(--text-muted);line-height:1.55}.includes-addons{margin-top:1.75rem;font-size:.82rem;color:var(--text-muted);text-align:center}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1px;gap:1px;margin-top:3.5rem;border:1px solid var(--border);border-radius:8px;overflow:hidden}.process-item{padding:2.5rem 2rem;background:var(--bg-card);transition:background .2s}.process-item:hover{background:var(--bg-card-hover)}.process-num{font-size:2.8rem;font-weight:800;line-height:1;margin-bottom:1.2rem;-webkit-text-stroke:1.5px var(--process-stroke);color:transparent;opacity:.35}.process-item h3,.process-num{font-family:var(--font-syne),"Syne",sans-serif}.process-item h3{font-size:1rem;font-weight:700;margin-bottom:.7rem}.process-item p{font-size:.875rem;color:var(--text-muted);line-height:1.65}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:3.5rem}.service-card{padding:2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;transition:border-color .2s,transform .2s,background .3s}.service-card:hover{border-color:var(--border-hover);transform:translateY(-3px)}.service-icon{width:40px;height:40px;background:var(--accent-light);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.1rem}.service-card h3{font-family:var(--font-syne),"Syne",sans-serif;font-size:.95rem;font-weight:700;margin-bottom:.6rem}.service-card p{font-size:.85rem;color:var(--text-muted);line-height:1.65}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));grid-gap:1rem;gap:1rem;margin-top:3rem}.audience-card{padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;text-align:center;transition:border-color .2s,background .3s}.audience-card:hover{border-color:var(--border-hover)}.audience-icon{color:var(--accent);margin-bottom:.75rem;display:flex}.audience-card h4{font-family:var(--font-syne),"Syne",sans-serif;font-size:.88rem;font-weight:700;margin-bottom:.4rem}.audience-card p{font-size:.78rem;color:var(--text-muted)}.about-section{padding:6rem 5%}.about-grid{display:grid;grid-template-columns:280px 1fr;grid-gap:5rem;gap:5rem;align-items:center}.about-photo-wrapper{display:flex;justify-content:center}.about-photo{width:260px;height:320px;border-radius:12px;object-fit:cover;object-position:center top;border:1px solid var(--border);display:block}.about-role{font-size:.85rem;color:var(--accent);font-weight:600;margin-bottom:1.5rem;letter-spacing:.02em}.about-text{font-size:.95rem;color:var(--text-muted);line-height:1.75;margin-bottom:1rem}.about-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.badge{font-size:.78rem;font-weight:600;background:var(--accent-light);color:var(--accent);padding:.35rem .85rem;border-radius:20px}.contact-section{padding:6rem 5%}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:start}.form-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2.5rem}.form-steps{gap:.5rem;margin-bottom:2rem}.form-step-dot,.form-steps{display:flex;align-items:center}.form-step-dot{width:28px;height:28px;border-radius:50%;background:var(--bg-surface);border:1px solid var(--border);justify-content:center;font-size:.75rem;font-weight:700;color:var(--text-muted);transition:all .2s}.form-step-dot.active{background:var(--accent);border-color:var(--accent);color:var(--cta-text)}.form-body{display:flex;flex-direction:column;gap:1.25rem}.form-step-title{font-family:var(--font-syne),"Syne",sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;font-weight:500;color:var(--text-muted)}.form-group input,.form-group select,.form-group textarea{background:var(--input-bg);border:1px solid var(--input-border);border-radius:6px;padding:.75rem 1rem;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:.95rem;color:var(--text);width:100%;transition:border-color .2s;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--input-focus)}.form-group textarea{resize:vertical;min-height:100px}.form-group select{cursor:pointer}.input-error{border-color:#e53e3e!important}.form-error{font-size:.78rem;color:#e53e3e;margin-top:.15rem}.label-optional{font-size:.75rem;color:var(--text-muted);font-weight:400}.form-row{display:grid;grid-template-columns:1fr 80px;grid-gap:.75rem;gap:.75rem}.form-radio-group{display:flex;gap:1.5rem}.form-radio{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.form-btn{width:100%;text-align:center;padding:1rem;font-size:1rem}.form-actions{display:flex;gap:.75rem}.form-actions .btn-ghost{flex:0 0 auto}.form-actions .btn-primary{flex:1 1;text-align:center}.form-qualifier-card{background:var(--accent-light);border:1px solid var(--border-hover);border-radius:10px;padding:1.5rem;text-align:center}.form-qualifier-value{font-family:var(--font-syne),"Syne",sans-serif;font-size:2.5rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:.75rem}.form-qualifier-value span{font-size:1rem;font-weight:500;color:var(--text-muted)}.form-qualifier-desc{font-size:.88rem;color:var(--text-muted);line-height:1.6}.form-qualifier-question{font-weight:600;text-align:center;font-size:.95rem}.form-qualifier-actions{display:flex;flex-direction:column;gap:.75rem}.form-no-partner{text-align:center;padding:1rem 0}.form-no-icon{font-size:2.5rem;margin-bottom:1rem}.form-no-partner h3{font-family:var(--font-syne),"Syne",sans-serif;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.form-no-partner p{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.5rem}.form-success{text-align:center;padding:2rem 0;align-items:center}.form-success-icon{width:56px;height:56px;background:var(--accent);color:var(--cta-text);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}.form-success h3{font-family:var(--font-syne),"Syne",sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.form-success p{font-size:.9rem;color:var(--text-muted);line-height:1.65}footer{padding:2.5rem 5%;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}footer p{font-size:.8rem;color:var(--text-muted)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.8rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-legal{width:100%;display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem}.footer-legal a{font-size:.75rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--accent)}.footer-legal span{font-size:.75rem;color:var(--text-muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s ease forwards}.fade-up-2{animation:fadeUp .7s ease .12s both}.fade-up-3{animation:fadeUp .7s ease .25s both}.fade-up-4{animation:fadeUp .7s ease .38s both}@media (max-width:900px){.contact-wrapper{grid-template-columns:1fr;gap:2rem}.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-photo-wrapper{justify-content:flex-start}}@media (max-width:700px){.nav-links{display:none}.hamburger{display:flex}.about-section,.contact-section,section{padding:4rem 5%}.hero{padding:7rem 5% 4rem}.hero-numbers{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-top:2.5rem}.hero-number{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-number span{font-size:1.6rem}.hero-number p{margin-top:.2rem}.value-prop-stats{gap:1.5rem}.vp-stat span{font-size:1.5rem}.includes-grid{grid-template-columns:1fr}.bonus-wrap{padding:1.5rem}.bonus-grid{grid-template-columns:1fr}.tcarousel-arrow{display:none}.tcarousel-outer{justify-content:center}.tcarousel-wrap{flex:none;width:88vw;max-width:88vw}.tcarousel-track{transform:translateX(calc(-2 * (88vw + 16px)));gap:16px}.tcarousel-track--next{transform:translateX(calc(-3 * (88vw + 16px)))}.tcarousel-track--prev{transform:translateX(calc(-1 * (88vw + 16px)))}.tcarousel-track--reset{transition:none!important;transform:translateX(calc(-2 * (88vw + 16px)))}.tcard{flex:0 0 88vw;padding:1.5rem}.process-grid{grid-template-columns:1fr}.contact-wrapper{gap:2rem}.section-title{font-size:1.5rem}.form-card{padding:1.25rem}.form-row{grid-template-columns:1fr 70px}.form-radio-group{gap:.75rem}.form-actions,.form-radio-group{flex-direction:column}.form-actions .btn-ghost{width:100%;text-align:center}.form-qualifier-value{font-size:2rem}.form-step-dot{width:24px;height:24px;font-size:.7rem}footer{flex-direction:column;align-items:flex-start}}.seo-page{padding-top:72px}.seo-container{max-width:780px;margin:0 auto;padding:0 5%}.seo-hero{background:var(--bg);padding:5rem 0 4rem;border-bottom:1px solid var(--border)}.seo-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted);margin-bottom:1.5rem}.seo-breadcrumb a{color:var(--text-muted);text-decoration:none}.seo-breadcrumb a:hover{color:var(--accent)}.seo-h1{font-family:var(--font-syne);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:var(--text);margin-bottom:1.25rem}.seo-lead{font-size:1.05rem;color:var(--text-muted);line-height:1.7;max-width:640px;margin-bottom:2rem}.seo-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.seo-section{padding:4rem 0}.seo-section h2{font-family:var(--font-syne);font-size:clamp(1.3rem,3vw,1.75rem);font-weight:700;color:var(--text);margin-bottom:1rem}.seo-section p{color:var(--text-muted);line-height:1.75;margin-bottom:1rem}.seo-problems{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.seo-problem-item{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:8px;padding:1.25rem 1.5rem}.seo-problem-item strong{display:block;color:var(--text);font-size:.95rem;margin-bottom:.4rem}.seo-problem-item p{font-size:.9rem;margin-bottom:0;color:var(--text-muted)}.seo-steps{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.seo-step{display:flex;gap:1.25rem;align-items:flex-start}.seo-step-num{font-family:var(--font-syne);font-size:1.25rem;font-weight:800;color:var(--accent);min-width:36px;line-height:1;padding-top:2px}.seo-step strong{display:block;color:var(--text);margin-bottom:.3rem;font-size:.95rem}.seo-step p{font-size:.9rem;margin-bottom:0;color:var(--text-muted);line-height:1.6}.seo-highlight{border-left:3px solid var(--accent);border-radius:0 8px 8px 0;padding:1rem 1.25rem;margin:1.5rem 0;font-size:.95rem;color:var(--text);line-height:1.6}.seo-case,.seo-highlight{background:var(--accent-light)}.seo-case{border:1px solid var(--border-hover);border-radius:12px;padding:2rem;margin:1.5rem 0 1rem}.seo-quote{font-size:1.05rem;color:var(--text);line-height:1.7;font-style:normal;border:none;padding:0;margin-bottom:1rem}.seo-quote strong{color:var(--accent)}.seo-case-author{font-size:.85rem;color:var(--text-muted);margin-bottom:0}.seo-case-img{display:block;width:100%;height:auto;border-radius:8px;margin-top:1.25rem;border:1px solid var(--border)}.seo-case-disclaimer{font-size:.85rem;color:var(--text-muted);font-style:italic}.seo-pricing{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin:1.5rem 0}.seo-pricing-item{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.5rem}.seo-pricing-item strong{display:block;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.seo-pricing-value{display:block;font-family:var(--font-syne);font-size:1.5rem;font-weight:700;color:var(--accent);margin-bottom:.75rem}.seo-pricing-item p{font-size:.85rem;margin-bottom:0;line-height:1.55}.seo-form-container{max-width:560px}.seo-form{gap:1rem;margin-top:2rem}.seo-form,.seo-form-group{display:flex;flex-direction:column}.seo-form-group{gap:.35rem}.seo-form input{background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;padding:.85rem 1rem;color:var(--text);font-size:.95rem;font-family:var(--font-dm-sans);transition:border-color .2s;width:100%}.seo-form input:focus{outline:none;border-color:var(--accent)}.seo-form-btn{width:100%;justify-content:center;margin-top:.5rem}.seo-form-disclaimer{font-size:.8rem;color:var(--text-muted);text-align:center;margin-bottom:0!important}.seo-form-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem;text-align:center;background:var(--accent-light);border:1px solid var(--border-hover);border-radius:12px;margin-top:2rem}.seo-form-success-icon{width:48px;height:48px;background:var(--accent);color:var(--cta-text);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.seo-form-success p{color:var(--text);margin-bottom:0}@media (max-width:700px){.seo-hero{padding:4rem 0 3rem}.seo-section{padding:3rem 0}.seo-pricing{grid-template-columns:1fr}.seo-hero-cta{flex-direction:column}.seo-hero-cta .btn-ghost,.seo-hero-cta .btn-primary{width:100%;text-align:center;justify-content:center}}@font-face{font-family:Syne;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Syne;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Syne;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Syne;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Syne;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Syne;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Syne;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Syne;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Syne;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Syne;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Syne;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/0da54fcd0470ea43-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Syne;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/680a7121f7a85e3f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Syne;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8a1d8947e5852e30-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Syne Fallback;src:local("Arial");ascent-override:93.93%;descent-override:27.93%;line-gap-override:0.00%;size-adjust:98.47%}.__className_c1a642{font-family:Syne,Syne Fallback;font-style:normal}.__variable_c1a642{--font-syne:"Syne","Syne Fallback"}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_c95b6f{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_c95b6f{--font-dm-sans:"DM Sans","DM Sans Fallback"}