@font-face{font-family:'Poppins';font-style:normal;font-weight:300;font-display:swap;src:url('/fonts/poppins-latin-300.woff2') format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/poppins-latin-400.woff2') format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/poppins-latin-500.woff2') format('woff2')}@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/poppins-latin-600.woff2') format('woff2')}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--bg-alt:#f7f8fc;--bg-card:#fff;--gold:#ffbe0d;--gold-dark:#e6a800;--gold-soft:#fff8e1;--gold-glow:rgba(255,190,13,.10);--gold-border:rgba(255,190,13,.40);--gold-border-strong:rgba(255,190,13,.70);--text:#111118;--text-muted:#5e6472;--text-dim:#9ca3af;--border:#e8eaf0;--shadow:0 2px 12px rgba(0,0,0,.06);--shadow-md:0 8px 28px rgba(0,0,0,.09);--shadow-lg:0 20px 56px rgba(0,0,0,.11);--radius:14px;--radius-lg:22px;--radius-sm:8px;--ease:cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}body{font-family:'Poppins',sans-serif;font-weight:300;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6}h1,h2,h3,h4{font-family:'Poppins',sans-serif;line-height:1.2;letter-spacing:-0.01em;font-weight:600}a{text-decoration:none;color:inherit}img{max-width:100%}.logo{height:46px;width:185px;display:block;flex-shrink:0}.footer-logo{height:46px;width:185px;display:block}.navbar{position:fixed;top:16px;left:50%;transform:translateX(-50%);width:calc(100% - 32px);max-width:1180px;z-index:1000;padding:14px 16px 14px 28px;background:rgba(255,255,255,.50);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.7);border-radius:100px;box-shadow:none;transition:all .3s var(--ease)}.navbar.scrolled{top:12px;background:rgba(255,255,255,.62);box-shadow:none}.nav-inner{max-width:100%;margin:0;padding:0;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;cursor:pointer}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{font-size:14px;font-weight:400;color:var(--text-muted);transition:color .2s;position:relative}.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .25s var(--ease)}.nav-links a:hover{color:var(--text)}.nav-links a:hover::after{width:100%}.nav-cta{background:var(--text) !important;color:#fff !important;font-weight:500 !important;padding:10px 22px !important;border-radius:100px !important;transition:all .2s !important}.nav-cta:hover{background:var(--gold) !important;color:#000 !important;transform:translateY(-1px);box-shadow:0 6px 18px rgba(255,190,13,.30) !important}.nav-cta::after{display:none !important}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .25s}.nav-mobile{display:none;position:fixed;inset:0;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:28px}.nav-mobile.open{display:flex}.nav-mobile a{font-family:'Poppins',sans-serif;font-size:24px;font-weight:500;color:var(--text-muted);transition:color .2s}.nav-mobile a:hover{color:var(--gold)}.nav-close{position:absolute;top:22px;right:24px;background:none;border:none;cursor:pointer;color:var(--text);font-size:30px;line-height:1}.hero{min-height:92vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:140px 0 100px;background:linear-gradient(160deg,#fffdf5 0,#fff 55%,#f7f8fc 100%)}.hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:0;animation:orbIn 1.4s var(--ease) forwards,orbFloat 12s ease-in-out infinite}.orb-1{width:700px;height:700px;background:radial-gradient(circle,rgba(255,190,13,.28),rgba(255,160,0,.08));top:-220px;right:-200px;animation-delay:.3s,1.5s}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(99,179,237,.14),rgba(66,153,225,.04));bottom:-150px;left:-100px;animation-delay:.6s,5s}@keyframes orbIn{to{opacity:1}}@keyframes orbFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-24px) scale(1.03)}}.hero-inner{max-width:1200px;margin:0 auto;padding:0 28px;position:relative;z-index:1;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--gold-glow);border:1px solid var(--gold-border);border-radius:100px;padding:7px 18px;font-size:13px;font-weight:500;color:#b08000;margin-bottom:30px;animation:fadeUp .7s var(--ease) both}.hero-title{font-size:clamp(36px,5.2vw,68px);font-weight:500;color:var(--text);max-width:1100px;margin:0 auto 26px;line-height:1.1;letter-spacing:-0.025em;animation:fadeUp .7s var(--ease) .1s both}.hero-title .accent{color:var(--gold);font-weight:600}.hero-sub{font-size:clamp(16px,2.2vw,19px);color:var(--text-muted);max-width:780px;margin:0 auto 44px;animation:fadeUp .7s var(--ease) .2s both;font-weight:300;white-space:nowrap}.hero-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:72px;animation:fadeUp .7s var(--ease) .3s both}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--text);color:#fff;font-family:'Poppins',sans-serif;font-size:15px;font-weight:500;padding:15px 30px;border-radius:100px;border:none;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.btn-primary:hover{background:var(--gold);color:#000;transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,190,13,.35)}.btn-outline-white{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text);font-family:'Poppins',sans-serif;font-size:15px;font-weight:400;padding:14px 26px;border-radius:100px;border:1px solid var(--border);cursor:pointer;transition:border-color .2s,background .2s}.btn-outline-white:hover{border-color:#c0c4d0;background:#f4f5f8}.deco-badge{position:absolute;width:110px;height:110px;animation:spin 20s linear infinite;pointer-events:none;z-index:2}.deco-badge-1{top:14%;left:6%}.deco-badge-2{bottom:14%;right:6%}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.deco-badge svg{width:100%;height:100%}.hero-stats{display:flex;gap:14px;justify-content:center;max-width:720px;margin:0 auto;animation:fadeUp .7s var(--ease) .4s both}.stat-item{background:#fff;border:1px solid #eaecf0;border-radius:14px;padding:16px 18px;display:flex;align-items:center;gap:13px;flex:1;box-shadow:0 2px 12px rgba(0,0,0,.05);transition:box-shadow .25s,transform .25s}.stat-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.09);transform:translateY(-2px)}.stat-icon{width:44px;height:44px;flex-shrink:0;background:var(--gold-soft);border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-text{display:flex;flex-direction:column}.stat-val{font-family:'Poppins',sans-serif;font-size:20px;font-weight:600;color:var(--text);line-height:1.15;display:block}.stat-lbl{font-size:11px;color:var(--text-muted);margin-top:2px;font-weight:300}@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}section{padding:110px 0;position:relative;z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 28px}.section-badge{display:inline-flex;align-items:center;gap:6px;background:var(--gold-glow);border:1px solid var(--gold-border);border-radius:100px;padding:5px 14px;font-size:11px;font-weight:600;color:#b08000;text-transform:uppercase;letter-spacing:.07em;margin-bottom:20px}.section-title{font-size:clamp(30px,5vw,56px);font-weight:500;color:var(--text);margin-bottom:16px;line-height:1.15;letter-spacing:-0.02em}.section-title .accent{color:var(--gold);font-weight:600}.section-sub{font-size:17px;color:var(--text-muted);max-width:600px;line-height:1.7;font-weight:300}.section-header{margin-bottom:64px}.section-header.center{text-align:center}.section-header.center .section-sub{margin:0 auto}.divider{width:48px;height:3px;background:var(--gold);border-radius:2px;margin:18px 0}.center .divider{margin:18px auto}.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.reveal.in{opacity:1;transform:translateY(0)}.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}.d5{transition-delay:.40s}.services{background:var(--bg)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 30px;box-shadow:var(--shadow);transition:border-color .25s,transform .25s,box-shadow .25s}.service-card:hover{border-color:var(--gold-border);transform:translateY(-6px);box-shadow:var(--shadow-lg)}.svc-icon{width:52px;height:52px;background:var(--gold-soft);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.service-card h3{font-size:19px;font-weight:600;margin-bottom:12px;color:var(--text)}.service-card p{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:20px;font-weight:300}.svc-features{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:24px}.svc-features li{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:var(--text-muted);font-weight:300}.svc-features li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:7px}.link-arr{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#b08000;transition:gap .2s}.link-arr:hover{gap:10px}.pain{background:var(--bg-alt)}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:64px}.pain-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:30px 26px;box-shadow:var(--shadow);transition:border-color .25s,transform .25s,box-shadow .25s}.pain-card:hover{border-color:rgba(239,68,68,.30);transform:translateY(-3px);box-shadow:var(--shadow-md)}.pain-icon{width:46px;height:46px;background:rgba(239,68,68,.07);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.pain-card h3{font-size:16px;font-weight:600;margin-bottom:10px;color:var(--text)}.pain-card p{font-size:13px;color:var(--text-muted);line-height:1.75;font-weight:300}.cta-banner{background:linear-gradient(135deg,#fffae8,#fff4cc);border:1px solid rgba(255,190,13,.35);border-radius:var(--radius-lg);padding:70px 48px;text-align:center;position:relative;overflow:hidden}.cta-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% -10%,rgba(255,190,13,.18) 0,transparent 60%);pointer-events:none}.cta-deco{position:absolute;right:30px;top:30px;width:80px;height:80px;animation:spin 18s linear infinite;opacity:.5}.cta-banner h2{font-size:clamp(26px,4vw,42px);font-weight:500;margin-bottom:16px;position:relative;color:var(--text);letter-spacing:-0.02em}.cta-banner p{font-size:16px;color:#7a6a30;max-width:560px;margin:0 auto 32px;position:relative;font-weight:300}.cta-trust{margin-top:22px;font-size:12px;color:#9a8040;position:relative;font-weight:400}#por-que{background:var(--bg)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow);transition:border-color .25s,transform .25s,box-shadow .25s}.why-card:hover{border-color:var(--gold-border);transform:translateY(-3px);box-shadow:var(--shadow-md)}.why-icon{width:46px;height:46px;background:var(--gold-soft);border-radius:12px;display:flex;align-items:center;justify-content:center}.why-card h3{font-size:16px;font-weight:600;margin-bottom:6px;color:var(--text)}.why-card p{font-size:13px;color:var(--text-muted);line-height:1.65;font-weight:300}.pricing{background:var(--bg-alt)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.pricing-label{font-size:11px;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;margin:0 0 14px;display:flex;align-items:center;gap:10px}.pricing-label::after{content:'';flex:1;height:1px;background:var(--border)}.pricing-volume-badge{display:inline-flex;align-items:center;font-size:10px;font-weight:600;border-radius:100px;padding:2px 8px;letter-spacing:.04em;white-space:nowrap}.plan-example{font-size:11px;color:#16a34a;font-weight:600;margin-bottom:10px}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 26px;position:relative;box-shadow:var(--shadow);transition:border-color .25s,transform .25s,box-shadow .25s}.pricing-card:hover{border-color:var(--gold-border);transform:translateY(-4px);box-shadow:var(--shadow-md)}.pricing-card.featured{border-color:var(--gold-border-strong);background:linear-gradient(160deg,#fffae6,#fff);transform:translateY(-12px);box-shadow:0 16px 48px rgba(255,190,13,.18)}.pricing-card.featured:hover{transform:translateY(-16px);box-shadow:0 24px 60px rgba(255,190,13,.22)}.pop-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--text);color:#fff;font-size:10px;font-weight:600;padding:4px 14px;border-radius:100px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.plan-name{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.plan-sub{font-size:12px;color:var(--text-dim);margin-bottom:20px;font-weight:300}.plan-price{font-family:'Poppins',sans-serif;font-size:30px;font-weight:600;color:var(--text);line-height:1;margin-bottom:4px;letter-spacing:-0.02em}.plan-price .cur{font-size:14px;color:var(--text-muted);font-weight:400}.plan-period{font-size:12px;color:var(--text-dim);margin-bottom:26px;font-weight:300}.plan-feats{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.plan-feats li{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--text-muted);line-height:1.5;font-weight:300}.plan-feats li.off{color:var(--text-dim)}.chk{width:14px;height:14px;color:var(--gold);flex-shrink:0;margin-top:1px}.xmk{width:14px;height:14px;color:var(--text-dim);flex-shrink:0;margin-top:1px}.plan-ideal{font-size:12px;color:var(--text-dim);line-height:1.5;font-weight:300;padding-top:16px;border-top:1px solid var(--border);margin-bottom:20px}.btn-plan{width:100%;padding:12px;border-radius:100px;font-family:'Poppins',sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid var(--border);background:transparent;color:var(--text-muted)}.btn-plan:hover{border-color:var(--text);color:var(--text);background:#fff}.btn-plan.gold{background:var(--text);color:#fff;border-color:transparent;font-weight:500}.btn-plan.gold:hover{background:var(--gold);color:#000;transform:translateY(-1px);box-shadow:0 6px 20px rgba(255,190,13,.32)}.faq{background:var(--bg)}.faq-list{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:border-color .25s,box-shadow .25s}.faq-item.open{border-color:var(--gold-border);box-shadow:var(--shadow-md)}.faq-q{width:100%;background:none;border:none;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;font-family:'Poppins',sans-serif;font-size:15px;font-weight:500;color:var(--text);text-align:left;transition:color .2s}.faq-q:hover{color:#b08000}.faq-ic{width:24px;height:24px;flex-shrink:0;background:var(--gold-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s;color:#b08000;font-size:16px;line-height:1}.faq-item.open .faq-ic{transform:rotate(45deg)}.faq-ans{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-ans{max-height:320px}.faq-ans-inner{padding:0 24px 22px;font-size:14px;color:var(--text-muted);line-height:1.75;font-weight:300}.contact{background:var(--bg-alt)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-info{display:flex;flex-direction:column;gap:20px}.contact-row{display:flex;align-items:center;gap:14px}.c-icon{width:44px;height:44px;flex-shrink:0;background:var(--gold-soft);border-radius:11px;display:flex;align-items:center;justify-content:center}.c-lbl{font-size:10px;font-weight:600;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.c-val{font-size:14px;color:var(--text);font-weight:500}.visit-box{background:var(--bg-card);border:1px solid var(--gold-border);border-radius:var(--radius);padding:26px 24px;margin-top:6px;box-shadow:var(--shadow)}.visit-box h3{font-size:17px;font-weight:600;margin-bottom:8px;color:var(--text)}.visit-box p{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:18px;font-weight:300}.btn-gold-outline{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border-radius:100px;border:1px solid var(--gold-border-strong);background:transparent;color:#b08000;font-family:'Poppins',sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s}.btn-gold-outline:hover{background:var(--gold-glow)}.contact-form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px 32px;box-shadow:var(--shadow-md)}.contact-form h3{font-size:22px;font-weight:600;margin-bottom:6px;color:var(--text);letter-spacing:-0.01em}.contact-form>p{font-size:14px;color:var(--text-muted);margin-bottom:26px;font-weight:300}.fg{margin-bottom:16px}.fl{display:block;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.fi{width:100%;background:#f9f9fb;border:1px solid var(--border);border-radius:10px;padding:12px 14px;color:var(--text);font-family:'Poppins',sans-serif;font-size:14px;font-weight:300;outline:none;transition:border-color .2s,box-shadow .2s}.fi:focus{border-color:var(--gold-border-strong);box-shadow:0 0 0 3px rgba(255,190,13,.12)}.fi::placeholder{color:var(--text-dim)}textarea.fi{resize:vertical;min-height:100px}.form-btn{width:100%;padding:14px;background:var(--text);color:#fff;border:none;border-radius:100px;font-family:'Poppins',sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.form-btn:hover{background:var(--gold);color:#000;transform:translateY(-2px);box-shadow:0 10px 28px rgba(255,190,13,.30)}footer{background:#111118;padding:64px 0 32px;position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:48px}.ft-brand .footer-logo{}filter:brightness(0) invert(1);height:36px}.ft-brand p{font-size:13px;color:#a8b1c0;line-height:1.7;margin-top:18px;max-width:280px;font-weight:300}.ft-social{display:flex;gap:10px;margin-top:22px}.soc-link{width:36px;height:36px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);border-radius:9px;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}.soc-link:hover{border-color:var(--gold-border);background:rgba(255,190,13,.10)}.ft-col h4{font-size:11px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.07em;margin-bottom:20px}.ft-links{list-style:none;display:flex;flex-direction:column;gap:12px}.ft-links a{font-size:13px;color:#a8b1c0;transition:color .2s;font-weight:300}.ft-links a:hover{color:var(--gold)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:26px;border-top:1px solid rgba(255,255,255,.06);font-size:12px;color:#a8b1c0;flex-wrap:wrap;gap:6px;font-weight:300}.wa-fab{position:fixed;bottom:26px;right:26px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:900;cursor:pointer;transition:transform .2s,box-shadow .2s}.wa-fab:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 8px 28px rgba(37,211,102,.5)}@media (max-width:1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card.featured{transform:none;box-shadow:0 12px 36px rgba(255,190,13,.15)}.pricing-card.featured:hover{transform:translateY(-4px)}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.ft-brand{grid-column:span 2}.deco-badge{width:90px;height:90px}.deco-badge-1{top:12%;left:4%}.deco-badge-2{bottom:12%;right:4%}}@media (max-width:768px){.nav-links{display:none}.nav-hamburger{display:flex}.navbar{top:12px;padding:10px 12px 10px 18px;width:calc(100% - 20px)}.navbar.scrolled{top:10px}.logo{height:36px;width:145px}section{padding:70px 0}.container{padding:0 20px}.section-header{margin-bottom:44px}.section-title{font-size:clamp(26px,5.5vw,40px)}.section-sub{font-size:15px}.hero{padding:100px 0 60px;min-height:auto}.hero-inner{padding:0 20px}.hero-title{font-size:clamp(30px,7vw,52px);margin-bottom:18px}.hero-sub{font-size:15px;margin-bottom:32px;max-width:100%;white-space:normal}.hero-actions{gap:12px;margin-bottom:48px}.hero-badge{font-size:12px;margin-bottom:24px}.deco-badge{display:none}.hero-stats{gap:10px;max-width:100%}.stat-item{padding:13px;gap:10px}.stat-icon{width:38px;height:38px;border-radius:9px}.stat-val{font-size:18px}.stat-lbl{font-size:10px}.services-grid{grid-template-columns:1fr;gap:16px}.service-card{padding:28px 22px}.pain-grid{grid-template-columns:1fr;gap:16px;margin-bottom:44px}.pain-card{padding:24px 20px}.cta-banner{padding:44px 24px}.cta-banner h2{font-size:clamp(22px,5vw,32px)}.cta-banner p{font-size:14px}.cta-deco{width:60px;height:60px;top:20px;right:20px}.why-grid{grid-template-columns:1fr;gap:14px}.why-card{padding:22px 20px}.pricing-grid{grid-template-columns:1fr;gap:16px}.pricing-card{padding:26px 22px}.faq-q{font-size:14px;padding:18px 20px}.faq-ans-inner{padding:0 20px 18px;font-size:13px}.contact-grid{grid-template-columns:1fr;gap:36px}.contact-form{padding:28px 22px}.visit-box{padding:22px 20px}.footer-grid{grid-template-columns:1fr;gap:30px}.ft-brand{grid-column:span 1}.footer-bottom{flex-direction:column;text-align:center;gap:8px}footer{padding:50px 0 26px}}@media (max-width:480px){.logo{height:28px}.hero{padding:90px 0 56px}.hero-title{font-size:clamp(26px,8vw,38px);line-height:1.2}.hero-sub{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch}.btn-primary,.btn-outline-white{justify-content:center;width:100%;padding:14px 22px;font-size:14px}.hero-stats{flex-direction:column;gap:10px}.stat-item{padding:14px}.stat-val{font-size:18px}.stat-lbl{font-size:11px}.section-badge{font-size:10px;padding:4px 12px}.section-title{font-size:clamp(22px,6.5vw,32px)}.section-sub{font-size:14px}.service-card{padding:24px 18px}.service-card h3{font-size:17px}.svc-icon{width:44px;height:44px}.pain-card{padding:22px 18px}.pain-card h3{font-size:15px}.cta-banner{padding:34px 18px}.cta-banner h2{font-size:clamp(20px,5.5vw,28px)}.cta-banner p{font-size:13px}.cta-deco{display:none}.why-card{padding:20px 18px}.pricing-card{padding:24px 20px}.plan-price{font-size:26px}.btn-plan{padding:13px;font-size:13px}.faq-q{font-size:13px;padding:16px 18px}.faq-ic{width:22px;height:22px;font-size:14px}.faq-ans-inner{padding:0 18px 16px;font-size:13px}.contact-form{padding:24px 18px}.contact-form h3{font-size:19px}.fi{padding:13px;font-size:14px}textarea.fi{min-height:90px}.form-btn{font-size:14px;padding:14px}footer{padding:42px 0 22px}.ft-brand p{font-size:12px}.ft-links a{font-size:13px}.wa-fab{bottom:18px;right:18px;width:52px;height:52px}}@media (max-width:360px){.hero-title{font-size:26px}.section-title{font-size:22px}.container{padding:0 16px}.stat-item{padding:12px;gap:10px}.stat-icon{width:36px;height:36px}}@media (hover:none) and (pointer:coarse){.btn-primary,.btn-outline-white,.btn-plan,.form-btn{min-height:48px}.nav-hamburger{padding:8px}.faq-q{min-height:56px}.soc-link{width:40px;height:40px}}.hero-inner{display:grid !important;grid-template-columns:1fr 1fr;align-items:center;gap:48px;text-align:left}.hero-inner .hero-title{max-width:none;margin-left:0;margin-right:0}.hero-inner .hero-sub{max-width:500px;margin-left:0;margin-right:0;white-space:normal}.hero-inner .hero-actions{justify-content:flex-start}.hero-inner .hero-stats{justify-content:flex-start;max-width:none;margin:0}.hero-inner .hero-badge{margin-left:0}.hero-radar{position:relative;display:flex;align-items:center;justify-content:center;height:460px}.rwrap{position:relative;width:400px;height:400px}.rring{position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid}.rr1{width:400px;height:400px;border-color:rgba(255,190,13,.18)}.rr2{width:280px;height:280px;border-color:rgba(255,190,13,.28)}.rr3{width:165px;height:165px;border-color:rgba(255,190,13,.45)}.rr4{width:65px;height:65px;border-color:rgba(255,190,13,.70);background:rgba(255,190,13,.07)}.rcross{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;pointer-events:none}.rcross::before,.rcross::after{content:'';position:absolute;background:rgba(0,0,0,.07)}.rcross::before{width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.rcross::after{width:1px;height:100%;top:0;left:50%;transform:translateX(-50%)}.rsweep-trail{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border-radius:50%;background:conic-gradient( from 0deg at 50% 50%,transparent 280deg,rgba(255,190,13,.07) 320deg,rgba(255,190,13,.18) 355deg,transparent 360deg );animation:rspin 4s linear infinite;pointer-events:none}.rsweep-arm{position:absolute;top:50%;left:50%;width:50%;height:1.5px;transform-origin:0 50%;background:linear-gradient(90deg,rgba(255,190,13,.95),transparent);animation:rspin 4s linear infinite;border-radius:2px}@keyframes rspin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.rcenter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:var(--gold);border-radius:50%;box-shadow:0 0 14px rgba(255,190,13,.9),0 0 28px rgba(255,190,13,.5);z-index:5}.rpulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,190,13,.35);animation:rpexpand 3.2s ease-out infinite}.rpulse-2{animation-delay:1.07s}.rpulse-3{animation-delay:2.13s}@keyframes rpexpand{0%{width:12px;height:12px;opacity:.9}100%{width:200px;height:200px;opacity:0}}.rpin{position:absolute;display:flex;flex-direction:column;align-items:center;animation:rbob 3.8s ease-in-out infinite;z-index:4}.rpin-icon{width:30px;height:30px;background:var(--gold);border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(255,190,13,.45);flex-shrink:0}.rpin-core{width:11px;height:11px;background:#fff;border-radius:50%;transform:rotate(45deg)}.rpin-card{margin-top:7px;background:#fff;border:1px solid rgba(0,0,0,.10);border-radius:10px;padding:7px 11px;white-space:nowrap;box-shadow:0 6px 22px rgba(0,0,0,.11)}.rpin-name{font-size:10.5px;font-weight:600;color:#111118;margin-bottom:2px}.rpin-stars{font-size:10px;color:var(--gold);letter-spacing:.5px}.rpa{top:7%;left:60%;animation-delay:0s}.rpb{top:55%;left:5%;animation-delay:.85s}.rpc{top:73%;left:57%;animation-delay:1.70s}.rpd{top:20%;left:15%;animation-delay:2.55s}@keyframes rbob{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (max-width:768px){.hero-inner{grid-template-columns:1fr !important;text-align:center;gap:16px}.hero-inner .hero-title{margin:0 auto 26px}.hero-inner .hero-sub{margin:0 auto 44px;max-width:100%}.hero-inner .hero-actions{justify-content:center}.hero-inner .hero-stats{justify-content:center}.hero-radar{display:flex;height:300px}.rwrap{width:280px;height:280px}.rr1{width:280px;height:280px}.rr2{width:196px;height:196px}.rr3{width:116px;height:116px}.rr4{width:44px;height:44px}.rcross{width:280px;height:280px}.rsweep-trail{width:280px;height:280px}.rpin-icon{width:24px;height:24px}.rpin-core{width:9px;height:9px}.rpin-card{padding:5px 8px;margin-top:5px}.rpin-name{font-size:9.5px}.rpin-stars{font-size:9px}}@media (max-width:1100px){.hero-radar{height:380px}.rwrap{width:340px;height:340px}.rr1{width:340px;height:340px}.rr2{width:238px;height:238px}.rr3{width:141px;height:141px}.rcross{width:340px;height:340px}.rsweep-trail{width:340px;height:340px}}@media (max-width:900px){.hero-inner{grid-template-columns:1fr !important;text-align:center;gap:20px}.hero-inner .hero-title{margin:0 auto 26px}.hero-inner .hero-sub{margin:0 auto 44px;max-width:100%}.hero-inner .hero-actions{justify-content:center}.hero-inner .hero-stats{justify-content:center}.hero-inner .hero-badge{margin-left:auto;margin-right:auto}.hero-radar{display:flex;height:340px}.rwrap{width:310px;height:310px}.rr1{width:310px;height:310px}.rr2{width:217px;height:217px}.rr3{width:128px;height:128px}.rcross{width:310px;height:310px}.rsweep-trail{width:310px;height:310px}}@media (max-width:480px){.hero-radar{height:268px}.rwrap{width:248px;height:248px}.rr1{width:248px;height:248px}.rr2{width:174px;height:174px}.rr3{width:104px;height:104px}.rr4{width:40px;height:40px}.rcross{width:248px;height:248px}.rsweep-trail{width:248px;height:248px}.rpin-icon{width:22px;height:22px}.rpin-core{width:8px;height:8px}.rpin-card{padding:4px 7px}.rpin-name{font-size:9px}.rpin-stars{font-size:8px}}@media (max-width:360px){.hero-radar{height:240px}.rwrap{width:220px;height:220px}.rr1{width:220px;height:220px}.rr2{width:154px;height:154px}.rr3{width:92px;height:92px}.rr4{width:36px;height:36px}.rcross{width:220px;height:220px}.rsweep-trail{width:220px;height:220px}}

/* ===== Seccion "La plataforma" (animada — 2026-06-20) ===== */
.plataforma{background:var(--bg-alt)}
.show-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center;margin-bottom:54px}
.side{display:flex;flex-direction:column;gap:18px}
.card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-md);overflow:hidden}
.reply-card{padding:16px}
.rc-head{display:flex;align-items:center;gap:10px;margin-bottom:9px}
.rc-av{width:32px;height:32px;border-radius:50%;background:#fdecea;color:#c0392b;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}
.rc-name{font-size:13px;font-weight:500;color:#111118}.rc-stars{font-size:11px;color:#e24b4a;letter-spacing:1px}
.rc-text{font-size:12.5px;color:var(--text-muted);line-height:1.5;font-weight:300;margin-bottom:11px}
.rc-reply{background:var(--gold-soft);border:1px solid var(--gold-border);border-radius:11px;padding:11px 12px;min-height:96px}
.rc-rhead{display:flex;align-items:center;gap:7px;margin-bottom:6px}.rc-from{font-size:11px;font-weight:600;color:#111118}
.badge-ai{font-size:9px;font-weight:600;color:#b08000;background:var(--gold-glow);border:1px solid var(--gold-border);border-radius:100px;padding:2px 8px;display:inline-flex;align-items:center;gap:4px}
.spin{display:inline-block;width:9px;height:9px;border:1.5px solid var(--gold);border-top-color:transparent;border-radius:50%;animation:aispin .7s linear infinite}
@keyframes aispin{to{transform:rotate(360deg)}}
.rc-rtext{font-size:11.5px;color:#5a4a18;line-height:1.5;font-weight:400;min-height:52px}
.caret{display:inline-block;width:1.5px;height:13px;background:var(--gold-dark);vertical-align:-2px;animation:blink .7s step-end infinite}
@keyframes blink{50%{opacity:0}}
.rc-done{margin-top:8px;font-size:10.5px;font-weight:600;color:#16a34a;opacity:0;transition:.35s}.rc-done.show{opacity:1}
.auto-post .ap-head{display:flex;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid var(--border)}
.ap-ic{width:30px;height:30px;border-radius:9px;background:var(--gold-soft);display:flex;align-items:center;justify-content:center;color:#b08000;font-size:15px}
.ap-title{font-size:12.5px;font-weight:600;color:#111118}.ap-sub{font-size:10px;color:var(--text-dim)}
.ap-badge{margin-left:auto;font-size:9.5px;font-weight:600;color:#b08000;background:var(--gold-glow);border:1px solid var(--gold-border);border-radius:100px;padding:3px 9px}
.ap-body{padding:13px 15px}
.ap-photo{height:74px;border-radius:10px;background:linear-gradient(120deg,#fff1c4,#ffd97a);margin-bottom:10px;position:relative}
.ap-photo::after{content:'GBP · Publicación';position:absolute;left:10px;bottom:8px;font-size:10px;font-weight:600;color:#8a6a10}
.ap-text{font-size:12px;color:var(--text-muted);line-height:1.5;font-weight:300}.ap-text b{color:#111118;font-weight:500}
.ap-foot{font-size:10px;color:var(--text-dim);margin-top:8px}
.phone-stage{position:relative;display:flex;justify-content:center;align-items:center;min-height:640px;perspective:1500px}
.phone-stage::before{content:'';position:absolute;width:430px;height:430px;border:2px solid var(--gold-border);border-radius:50%;top:6%;left:0;opacity:.45;z-index:0}
.phone-stage::after{content:'';position:absolute;width:340px;height:300px;background:radial-gradient(circle,rgba(255,190,13,.12),transparent 70%);bottom:-4%;right:-4%;z-index:0}
.scene{position:relative;transform-style:preserve-3d;transform:rotateY(-22deg) rotateX(7deg) rotate(-1.5deg);z-index:3}
.phone{position:relative;width:296px;height:606px;border-radius:50px;padding:12px;background:linear-gradient(118deg,transparent 24%,rgba(255,255,255,.22) 38%,rgba(255,255,255,.06) 45%,transparent 53%),linear-gradient(305deg,transparent 58%,rgba(255,255,255,.08) 71%,transparent 81%),linear-gradient(225deg,#30303b 0%,#13131a 38%,#08080d 100%);box-shadow:0 0 0 2px #46464f,2px 3px 0 #18181e,4px 6px 0 #15151a,6px 9px 0 #111116,8px 12px 0 #0e0e13,10px 15px 0 #0b0b10,12px 18px 0 #08080d,36px 46px 66px rgba(0,0,0,.32),inset 0 2px 3px rgba(255,255,255,.28),inset -3px 2px 6px rgba(255,255,255,.15),inset 2px -3px 7px rgba(0,0,0,.55)}
.phone::before{content:'';position:absolute;top:15px;left:50%;transform:translateX(-50%);width:104px;height:24px;background:#0d0d14;border-radius:0 0 15px 15px;z-index:6}
.phone::after{content:'';position:absolute;left:4%;right:16%;bottom:-30px;height:42px;background:radial-gradient(ellipse,rgba(0,0,0,.22),transparent 70%);filter:blur(8px);z-index:-1}
.phone-screen{width:100%;height:100%;background:#e9ebee;border-radius:39px;overflow:hidden;position:relative}
.m-search{position:absolute;top:18px;left:16px;right:16px;z-index:7;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.10);display:flex;align-items:center;gap:11px;padding:11px 14px}
.m-search .mn{color:var(--text-muted);font-size:14px}.m-search .q{flex:1;font-size:13px;color:#3c4043;font-weight:500}.m-search .sr{color:var(--text-dim);font-size:14px}
.m-map{position:absolute;inset:0;background:#e9ebee}
.m-roads{position:absolute;inset:0;width:100%;height:100%}
.m-roads .rd{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round}
.m-pin{position:absolute;width:24px;height:24px;background:var(--gold);border-radius:50% 50% 50% 0;transform:rotate(-45deg) scale(0);transform-origin:50% 92%;box-shadow:0 6px 13px rgba(255,160,0,.45);animation:drop .55s cubic-bezier(.2,1.3,.4,1) forwards}
.m-pin i{display:block;width:8.5px;height:8.5px;background:#fff;border-radius:50%;margin:7.5px auto;transform:rotate(45deg)}
@keyframes drop{0%{transform:rotate(-45deg) translateY(-46px) scale(0);opacity:0}60%{opacity:1}100%{transform:rotate(-45deg) translateY(0) scale(1);opacity:1}}
.biz-card{position:absolute;z-index:8;left:-8%;top:43%;width:236px;background:#fff;border-radius:17px;box-shadow:0 28px 56px rgba(0,0,0,.28);padding:14px 16px;display:flex;gap:14px;align-items:center;transform-style:preserve-3d;opacity:0;animation:pop .6s cubic-bezier(.2,1.2,.3,1) 1s forwards}
@keyframes pop{from{opacity:0;transform:translateZ(72px) translateY(12px) scale(.93)}to{opacity:1;transform:translateZ(72px) translateY(0) scale(1)}}
.biz-ic{width:52px;height:52px;border-radius:13px;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px rgba(255,160,0,.30)}
.biz-ic svg{width:31px;height:31px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.biz-name{font-size:16px;font-weight:600;color:#111118;letter-spacing:-.01em}
.biz-rate{display:flex;align-items:center;gap:6px;margin-top:2px}
.stars{display:inline-flex;color:#dcdfe4;font-size:15px;letter-spacing:1.5px}
.stars .f{color:var(--gold)}
.stars .h{position:relative;color:#dcdfe4}
.stars .h::before{content:'★';position:absolute;left:0;top:0;width:50%;overflow:hidden;color:var(--gold)}
.biz-cnt{color:var(--text-muted);font-weight:400;font-size:13px}
.biz-near{font-size:13px;color:#e6a800;font-style:italic;font-weight:500;margin-top:3px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px 22px;box-shadow:var(--shadow)}
.step-n{width:30px;height:30px;border-radius:9px;background:var(--text);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;margin-bottom:14px}
.step h3{font-size:16px;font-weight:600;margin-bottom:7px}.step p{font-size:13px;color:var(--text-muted);line-height:1.6;font-weight:300}
@media(max-width:900px){.show-grid{grid-template-columns:1fr;gap:64px}.steps{grid-template-columns:1fr}.phone{transform:rotateY(-9deg) rotateX(3deg)}.biz-card{left:0}}