@font-face{font-family:"Montserrat";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/montserrat-latin-400-normal.woff2)format("woff2")}*{margin:0;padding:0;box-sizing:border-box}img{max-width:100%;height:auto}:root{--color-black:#000;--color-white:#fff;--color-gray-light:#f5f5f5;--color-gray:#ededed;--color-gray-dark:#444;--color-gray-note:#555;--color-primary:#ffd700;--font-base:"Montserrat", "Helvetica Neue", Arial, sans-serif;--font-logo:"Impact", sans-serif;--container-max:1200px;--fs-h1:clamp(2rem, 4vw, 2.75rem);--fs-h2:clamp(1.6rem, 3vw, 2rem);--fs-h3:1.25rem;--fs-body:1rem;--fs-small:0.9rem;--space-section:clamp(2rem, 5vw, 4rem)}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{font-size:var(--fs-body)}.hero-note,.pricing-note,small{font-size:var(--fs-small)}body{font-family:var(--font-base);color:var(--color-black);background:var(--color-white);line-height:1.6}section{padding-block:var(--space-section)}.container{width:100%;max-width:var(--container-max);padding-inline:1rem;margin-inline:auto}.text-center{text-align:center}.wa-sprite{display:none}.section-alt{background-color:var(--color-gray-light)}.site-header{background:var(--color-primary);position:fixed;top:0;left:0;right:0;width:100%;z-index:100;transition:box-shadow .25s ease}main{padding-top:7rem;background:linear-gradient(var(--color-primary) 7rem,var(--color-white) 7rem)}.header-inner{display:flex;align-items:center;gap:1rem;padding-block:1rem;transition:padding-block .25s ease;position:relative;flex-wrap:nowrap}.brand{display:inline-flex;align-items:center;gap:.75rem;min-width:0;text-decoration:none;flex-shrink:0}.brand img{height:5rem;width:auto;transition:height .25s ease}.brand,.logo,.nav-list a{color:var(--color-black)}.logo{font-family:var(--font-logo);font-size:3rem;letter-spacing:.1rem;line-height:1.1;white-space:nowrap;font-weight:700;text-transform:uppercase}.nav-list{display:flex;list-style:none;gap:clamp(1.4rem,2.2vw,2.6rem);margin:0;flex:1 1 auto;min-width:0;justify-content:center;flex-wrap:wrap}.nav-list li{white-space:nowrap}.nav-list a{text-decoration:none;font-weight:500;font-size:1.05rem;transition:opacity .15s ease}.nav-list a:hover{opacity:.72}.nav-list a[aria-current=page]{opacity:1;font-weight:700}.nav-toggle-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:0 0;border:0;cursor:pointer;padding:.4rem;width:2.5rem;height:2.5rem;flex-shrink:0}.brand img,.header-inner>.btn-whatsapp{flex-shrink:0}.nav-toggle-btn span{display:block;width:22px;height:2px;background:var(--color-black);transition:transform .2s ease,opacity .2s ease}.nav-toggle-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle-btn[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.btn{display:inline-block;border-radius:999px;font-weight:600;text-decoration:none;text-align:center;padding:.75rem 1.5rem;transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease}.btn-trx{background:var(--color-primary);color:var(--color-black)}.btn-invert,.btn-whatsapp{background:var(--color-black);color:var(--color-white)}.btn-trx,.btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem}.btn-trx:active,.btn-trx:hover{background:color-mix(in srgb,var(--color-primary),#000 10%);transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.18)}.btn-invert:active,.btn-invert:hover,.btn-whatsapp:active,.btn-whatsapp:hover{background:#111;transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.18)}.btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.btn.btn-invert,.btn.btn-invert:hover,.btn.btn-whatsapp,.btn.btn-whatsapp:hover{color:var(--color-white)}.btn.btn-trx,.btn.btn-trx:hover{color:var(--color-black)}.hero,.hero *{position:relative}.hero *{z-index:2;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.6),0 1px 1px rgba(0,0,0,.3)}.hero{overflow:hidden;background:#000;text-align:center;padding:5rem 1.5rem}.hero::after{content:"";position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.45)}.hero-media{position:absolute;inset:0;z-index:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-title{font-family:var(--font-logo);font-size:clamp(2.2rem,5vw,3.5rem);letter-spacing:.02em;text-transform:uppercase;line-height:1.1;margin-bottom:1.25rem;text-shadow:0 3px 8px rgba(0,0,0,.7)}.hero-lead{font-size:clamp(1rem,2vw,1.2rem);max-width:560px;margin:0 auto 1.5rem;opacity:.92}.hero .btn{margin-top:.5rem;margin-bottom:1rem}.hero .btn-trx{color:var(--color-black);text-shadow:none}.hero .btn-trx .wa-icon,.hero .btn-trx .wa-icon *{color:var(--color-black);fill:currentColor;text-shadow:none}.hero .btn-invert,.hero .btn-whatsapp{color:var(--color-white);text-shadow:none}.hero-note{margin-top:.25rem}.hero-badge{display:inline-block;background:rgba(255,255,255,.12);color:rgba(255,255,255,.88);font-size:.8rem;font-weight:500;text-shadow:none;padding:.22rem .65rem;border-radius:.2rem}.trust{padding:2.5rem 1.5rem;background:var(--color-gray-light);border-top:3px solid var(--color-primary)}.comp-card ul li,.trust-inner{display:flex;align-items:center}.trust-inner{gap:2.5rem;max-width:700px;margin:0 auto}.trust-content .trust-name{font-size:1.4rem;margin-bottom:.4rem}.trust-content p{margin-bottom:0}.trust-stats{display:flex;gap:1.5rem;margin-top:1.25rem;flex-wrap:wrap}.trust-stat{display:flex;flex-direction:column;align-items:flex-start}.trust-stat-number{font-family:var(--font-logo);font-size:1.5rem;line-height:1;color:var(--color-black)}.trust-stat-label{font-size:.75rem;color:var(--color-gray-dark);text-transform:uppercase;letter-spacing:.04em}.profile-pic{width:140px;height:140px;flex-shrink:0;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.2)}.benefits{background:var(--color-white)}.benefits-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto}.benefit{flex:1 1 220px;max-width:280px;text-align:center}.benefit-icon-wrap{width:3.5rem;height:3.5rem;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.benefit-icon-svg{width:1.5rem;height:1.5rem;stroke:var(--color-black)}.benefit h3{margin-bottom:.5rem}.benefit p,.trust-content p{color:var(--color-gray-dark)}.cta-band{background:var(--color-black);padding:3rem 1.5rem;text-align:center}.cta-band-text{color:var(--color-white);font-size:1.2rem;font-weight:500;margin-bottom:1.25rem}.testimonial{max-width:960px;margin:0 auto;padding-top:3rem;padding-bottom:.5rem;text-align:center}.testimonial h2{margin-bottom:3rem}.testimonial-grid{display:flex;flex-wrap:wrap;gap:1.5rem}.testimonial-col{flex:1 1 260px;min-width:0;display:flex}.testimonial-card{background:var(--color-gray-light);border-radius:1rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;width:100%}.testimonial-img{width:100px;height:100px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.15);display:block;margin-inline:auto;margin-bottom:1rem;aspect-ratio:1/1}.testimonial-stars{color:var(--color-primary);font-size:1.1rem;letter-spacing:.1em;margin-bottom:.75rem}.testimonial-quote{position:relative;line-height:1.75;font-style:italic;color:var(--color-gray-dark);padding-top:1.5rem;flex:1}.testimonial-quote::before{content:"“";position:absolute;top:-.25rem;left:50%;transform:translateX(-50%);font-size:3.5rem;line-height:1;color:var(--color-primary);opacity:.5;font-style:normal}.testimonial-author{margin-top:.75rem;font-weight:600;color:var(--color-gray-dark);font-style:normal}.comparison{padding:3rem 1.5rem;text-align:center;background:var(--color-white)}.comparison h2,.pricing h2{margin-bottom:.5rem}.comparison-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;max-width:680px;margin:2rem auto 0}.comp-card{flex:1 1 260px;max-width:320px;border-radius:1rem;padding:1.75rem 1.5rem;position:relative;text-align:left}.comp-card h3{font-size:1.1rem;margin-bottom:1.25rem}.comp-card ul{list-style:none;padding:0;margin:0}.comp-card ul li{gap:.6rem;padding:.45rem 0;font-size:.95rem;border-bottom:1px solid rgba(0,0,0,.06)}.comp-card ul li:last-child{border-bottom:none}.comp-card-others{background:var(--color-gray-light);border:2px solid var(--color-gray)}.comp-card-others h3,.comp-card-others ul li{color:var(--color-gray-dark)}.comp-card-trx{background:var(--color-black);border:2px solid var(--color-primary)}.comp-card-trx h3{color:var(--color-primary);margin-top:.75rem}.comp-card-trx ul li{color:var(--color-white);border-bottom-color:rgba(255,255,255,.08)}.comp-x{color:#d44;font-weight:700;flex-shrink:0;width:1.2rem;text-align:center}.comp-check,.pricing-list li::before{color:var(--color-primary);font-weight:700}.comp-check{flex-shrink:0;width:1.2rem;text-align:center}.comp-card .recommended-badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%)}.recommended-badge{display:inline-block;font-family:var(--font-base);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-black);background:var(--color-primary);border-radius:999px;padding:.15rem .6rem;white-space:nowrap}.pricing{padding:3rem 1.5rem;background:var(--color-gray-light);text-align:center}.pricing-subtitle{color:var(--color-gray-dark);margin-bottom:2rem}.pricing-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;max-width:780px;margin:0 auto 1.5rem}.pricing-card{flex:1 1 280px;max-width:340px;background:var(--color-white);border:2px solid var(--color-gray);border-radius:1rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.pricing-card-featured{border-color:var(--color-primary);box-shadow:0 8px 32px rgba(255,215,0,.2)}.pricing-badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);background:var(--color-primary);color:var(--color-black);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .8rem;border-radius:999px;white-space:nowrap}.pricing-card h3{margin-top:.5rem;margin-bottom:.75rem}.pricing-price{font-family:var(--font-logo);font-size:2.5rem;line-height:1;color:var(--color-black);margin-bottom:.25rem}.pricing-desc,.pricing-per{color:var(--color-gray-dark);font-size:.9rem;margin-bottom:1.25rem}.pricing-per{margin-bottom:.1rem}.pricing-per-session{color:var(--color-primary);background:var(--color-black);font-size:.8rem;font-weight:700;padding:.2rem .7rem;border-radius:999px;display:inline-block;margin-bottom:1.25rem}.pricing-list{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left;width:100%}.pricing-list li{padding:.3rem 0;padding-left:1.4rem;position:relative}.pricing-list li::before{content:"✓";position:absolute;left:0}.pricing-card .btn{margin-top:auto}.pricing-note{color:var(--color-gray-note);margin-top:.5rem}.footer{background:var(--color-primary);padding:2rem 1.5rem;text-align:center}.footer h2{color:var(--color-black);margin-bottom:1rem}.copyright{padding-top:1em}.more-info{border-bottom:1px dotted}.footer .site-credit,.pricing-list li{font-size:.9rem;color:var(--color-gray-dark)}.footer .site-credit{margin-top:.25rem}.footer .site-credit a{color:inherit;text-decoration:none;border-bottom:1px dotted currentColor}.footer .site-credit a:focus,.footer .site-credit a:hover{opacity:.85}.footer .site-credit a:focus-visible{outline:2px solid currentColor;outline-offset:2px}.page-hero{background:var(--color-black);padding:4rem 1.5rem;text-align:center}.page-hero h1{font-family:var(--font-logo);font-size:clamp(2rem,5vw,3rem);color:var(--color-primary);text-transform:uppercase;letter-spacing:.04em;line-height:1.1;margin-bottom:.75rem}.page-hero p{color:rgba(255,255,255,.8);max-width:560px;margin:0 auto}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-gray)}.faq-item summary{cursor:pointer;padding:1.1rem .5rem;font-weight:600;font-size:1rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";font-size:1.5rem;font-weight:300;color:var(--color-primary);flex-shrink:0;transition:transform .2s ease}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-answer{padding:0 .5rem 1.25rem;color:var(--color-gray-dark);line-height:1.7}.about-section{max-width:760px;margin:0 auto}.about-section h2{margin-bottom:1rem}.about-section>*+h2{margin-top:2rem}.about-section p,.audience-item p,.service-card p{color:var(--color-gray-dark)}.about-section p+p{margin-top:.75rem}.about-section.text-center>p{max-width:620px;margin-inline:auto;margin-top:.75rem}.about-section .trust-inner{max-width:100%}.about-section .profile-pic{width:160px;height:160px}.section-intro,.section-subtitle{color:var(--color-gray-dark);margin-bottom:1.5rem}.section-intro{margin-top:.5rem;margin-bottom:2.5rem}.cert-list{list-style:none;padding:0;margin:0 auto;text-align:left;max-width:480px}.cert-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;border-bottom:1px solid var(--color-gray);font-weight:500}.cert-list li::before{content:"★";position:absolute;left:0;color:var(--color-primary)}.services-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;max-width:860px;margin:0 auto}.service-card{flex:1 1 250px;max-width:380px;background:var(--color-white);border:2px solid var(--color-gray);border-radius:1rem;padding:2rem 1.5rem;position:relative}.service-card h3{margin-bottom:.75rem}.service-card .pricing-price{font-size:1.8rem;margin:.5rem 0}.service-card--featured{border-color:var(--color-primary)}.service-card--featured h3{margin-top:.5rem}.audience-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;max-width:860px;margin:0 auto}.audience-item{flex:1 1 200px;max-width:260px;text-align:center;padding:1.5rem 1rem;background:var(--color-gray-light);border-radius:1rem}.audience-item h4{font-size:1rem;margin-bottom:.4rem}.audience-item p{font-size:.9rem}.gracias-check,.gracias-section{display:flex;align-items:center;justify-content:center}.gracias-section{min-height:60vh;flex-direction:column;text-align:center;padding:4rem 1.5rem}.gracias-check{width:4.5rem;height:4.5rem;background:var(--color-primary);border-radius:50%;margin:0 auto 1.5rem;font-size:2rem}.gracias-title{font-family:var(--font-logo);font-size:clamp(2rem,4vw,2.75rem);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.gracias-lead{max-width:480px;color:var(--color-gray-dark);margin:0 auto 2rem}.wa-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;fill:currentColor;flex-shrink:0}header .wa-icon{width:16px;height:16px}.btn-float-wa{position:fixed;bottom:1rem;right:1rem;width:3.5rem;height:3.5rem;background:#25d366;color:var(--color-white);text-decoration:none;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;box-shadow:0 4px 16px rgba(0,0,0,.25);z-index:999;transition:transform .18s ease,box-shadow .18s ease}.btn-float-wa:focus,.btn-float-wa:hover{color:var(--color-white);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.btn-float-wa .wa-icon,.btn-float-wa .wa-icon *{width:1.75rem;height:1.75rem;color:var(--color-white);fill:currentColor}.site-header.scrolled{box-shadow:0 2px 12px rgba(0,0,0,.12)}.site-header.scrolled .header-inner{padding-block:.4rem}.site-header.scrolled .brand img{height:3rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:60;background:var(--color-black);border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 1rem}.cookie-inner{max-width:var(--container-max);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.cookie-text{font-size:13px;color:rgba(255,255,255,.7);line-height:1.6;max-width:60ch}.cookie-policy-link{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px;margin-left:.375rem;transition:color .15s}.cookie-policy-link:hover{color:#fff}.cookie-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{font-size:13px;padding:.625rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:opacity .15s;font-family:var(--font-base)}.cookie-btn--accept{background:var(--color-primary);color:var(--color-black)}.cookie-btn--reject{background:0 0;color:rgba(255,255,255,.7);border-color:rgba(255,255,255,.3)}.cookie-btn:hover{opacity:.8}.cookie-btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.footer-legal{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;margin-top:.75rem}.cookie-manage-btn,.footer-legal a{font-size:11px;color:#4a4100;text-decoration:none;background:0 0;border:0;cursor:pointer;padding:0;font-family:var(--font-base);transition:color .15s}.cookie-manage-btn:hover,.footer-legal a:hover{color:var(--color-black)}.cookie-table-wrap{overflow-x:auto;margin-top:1rem}.cookie-table{width:100%;border-collapse:collapse;font-size:var(--fs-small)}.cookie-table thead tr{background:var(--color-gray-light)}.cookie-table th{padding:.6rem .8rem;text-align:left;border-bottom:2px solid var(--color-gray)}.cookie-table td{padding:.6rem .8rem;border-bottom:1px solid var(--color-gray)}