.hero-section{justify-content:center;align-items:center;min-height:100vh;padding:2rem 0;display:flex;position:relative;overflow:hidden}.trust-badges-container{background:linear-gradient(90deg,var(--bg-primary)0%,transparent 10%,transparent 90%,var(--bg-primary)100%);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;width:100%;padding:2rem 0;overflow:hidden}.trust-badges-track{gap:2rem;width:fit-content;display:flex}.trust-badge{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#1a1a1a80;border:1px solid #ffffff0f;border-radius:1rem;align-items:center;gap:.75rem;min-width:200px;padding:1rem 1.5rem;transition:all .3s;display:flex}.trust-badge:hover{background:#1a1a1ab3;border-color:#8b5cf64d}.trust-badge-icon{width:40px;height:40px;color:var(--accent-primary-light);background:linear-gradient(135deg,#8b5cf633,#8b5cf60d);border:1px solid #8b5cf64d;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-badge-content{flex-direction:column;gap:.125rem;display:flex}.trust-badge-title{color:var(--text-primary);font-size:.9375rem;font-weight:600;line-height:1.2}.trust-badge-description{color:var(--text-tertiary);font-size:.75rem;line-height:1.3}.how-it-works-section{background:linear-gradient(#0000 0%,#8b5cf605 50%,#0000 100%);padding:6rem 0;position:relative}.how-it-works-content{max-width:1100px;margin:0 auto}.steps-timeline{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;padding:0;list-style:none;display:grid;position:relative}.step-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#1a1a1a80;border:1px solid #ffffff1a;border-radius:1.5rem;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative}.step-card:hover{border-color:#8b5cf64d;transform:translateY(-4px);box-shadow:0 8px 32px #8b5cf626}.step-icon-wrapper{border-radius:1rem;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex;position:relative}.step-primary{background:linear-gradient(135deg,#8b5cf633,#8b5cf60d);border:1px solid #8b5cf64d}.step-success{background:linear-gradient(135deg,#10b98133,#10b9810d);border:1px solid #10b9814d}.step-warning{background:linear-gradient(135deg,#f59e0b33,#f59e0b0d);border:1px solid #f59e0b4d}.step-icon{color:var(--accent-primary-light)}.step-success .step-icon{color:var(--accent-success)}.step-warning .step-icon{color:var(--accent-warning)}.step-number{background:var(--accent-primary);border:2px solid var(--bg-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.step-content{flex-direction:column;gap:.75rem;display:flex}.step-title{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.step-description{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.step-connector{display:none}.interactive-background{z-index:0;pointer-events:none;opacity:.8;width:100%;height:100%;position:fixed;top:0;left:0}.hero-bg-gradient{pointer-events:none;background:radial-gradient(#8b5cf626 0%,#8b5cf60d 40%,#0000 70%);width:100%;max-width:1200px;height:800px;animation:8s ease-in-out infinite float;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.hero-content{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.hero-badge{color:var(--accent-primary-light);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.hero-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.6}.hero-subtitle strong{color:var(--accent-primary-light);font-weight:600}.hero-features{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:4rem;display:flex}.hero-feature{color:var(--text-primary);justify-content:center;align-items:center;gap:.5rem;font-size:1rem;display:flex}.feature-icon{color:var(--accent-success)}.scroll-indicator{color:var(--text-tertiary);z-index:10;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(to bottom,transparent,var(--text-tertiary),transparent);width:1px;height:40px;animation:2s ease-in-out infinite scrollLineMove}.scroll-indicator span{animation:2s ease-in-out infinite scrollTextFade}@keyframes scrollLineMove{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}}@keyframes scrollTextFade{0%,to{opacity:.5}50%{opacity:1}}@media (max-width:768px){.hero-features{flex-direction:column;align-items:center;gap:1rem}.hero-feature{text-align:center;justify-content:center}.hero-badge{padding:.375rem .75rem;font-size:.75rem}.scroll-indicator{display:none}}.service-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#1a1a1a80;border:1px solid #ffffff1a;border-radius:1.5rem;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.service-card:hover{border-color:#8b5cf64d;transform:translateY(-4px);box-shadow:0 8px 32px #8b5cf626}.service-card-horizontal{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#1a1a1a80;border:1px solid #ffffff1a;border-radius:1.5rem;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.service-card-horizontal:before{content:"";background:linear-gradient(90deg,#0000,#8b5cf60d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.service-card-horizontal:hover:before{left:100%}.service-card-horizontal:hover{border-color:#8b5cf666;transform:translateY(-3px);box-shadow:0 12px 40px #8b5cf633}.service-header-horizontal{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.5rem;display:flex}.service-title-group{flex:1;align-items:center;gap:1rem;display:flex}.service-icon-wrapper{background:linear-gradient(135deg,#8b5cf633,#8b5cf60d);border:1px solid #8b5cf64d;border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.service-icon{color:var(--accent-primary-light)}.service-name{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.375rem;font-weight:600}.info-button{width:36px;height:36px;color:var(--accent-primary-light);cursor:pointer;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.info-button:hover{background:#8b5cf633;border-color:#8b5cf666;transform:scale(1.1)}.features-popup{z-index:100;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#141414fa;border:1px solid #8b5cf64d;border-radius:1rem;min-width:320px;max-width:400px;padding:1.25rem;position:absolute;top:4rem;left:1rem;box-shadow:0 8px 32px #00000080,0 0 0 1px #8b5cf61a}.features-popup-header{color:var(--accent-primary-light);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff1a;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.features-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.features-list li{color:var(--text-secondary);align-items:flex-start;gap:.625rem;font-size:.9375rem;line-height:1.5;display:flex}.feature-check{color:var(--accent-success);flex-shrink:0;margin-top:.125rem}.features-list li span{flex:1}.status-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;flex-shrink:0;align-items:center;gap:.375rem;padding:.4375rem .875rem;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex}.status-tag.status-available{color:var(--accent-success);background:linear-gradient(135deg,#10b98126,#10b98114);border:1px solid #10b98166;box-shadow:0 2px 8px #10b98133}.status-tag.status-limited{color:var(--accent-warning);background:linear-gradient(135deg,#f59e0b26,#f59e0b14);border:1px solid #f59e0b66;animation:2s ease-in-out infinite pulse-glow;box-shadow:0 2px 8px #f59e0b33}@keyframes pulse-glow{0%,to{box-shadow:0 2px 8px #f59e0b33}50%{box-shadow:0 2px 12px #f59e0b66}}.service-info-horizontal{flex:1;align-items:center;gap:1rem;display:flex}.service-plans-horizontal{flex-direction:column;gap:1rem;display:flex}.plan-option-horizontal{background:#ffffff05;border:1px solid #ffffff0f;border-radius:1.125rem;grid-template-columns:1fr auto auto;align-items:center;gap:2rem;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:grid;position:relative}.plan-option-horizontal:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#8b5cf633,#0000);border-radius:1.125rem;padding:1px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.plan-option-horizontal:hover:before{opacity:1}.plan-option-horizontal:hover{background:#ffffff0a;border-color:#8b5cf640;transform:translate(4px)}.plan-info-section,.plan-header{flex-direction:column;gap:.5rem;display:flex}.plan-name{color:var(--text-primary);letter-spacing:-.01em;font-size:1.0625rem;font-weight:600}.plan-duration-badge{color:var(--accent-primary-light);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:.375rem;align-items:center;width:fit-content;padding:.25rem .625rem;font-size:.8125rem;font-weight:500;display:inline-flex}.plan-pricing-section,.price-display{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.price-row{align-items:center;gap:.625rem;display:flex}.price-original-strikethrough{color:var(--text-tertiary);opacity:.8;font-size:1rem;font-weight:500;-webkit-text-decoration:line-through #ef444499;text-decoration:line-through #ef444499;text-decoration-thickness:2px}.savings-tag{color:var(--accent-success);text-transform:uppercase;letter-spacing:.03em;background:linear-gradient(135deg,#10b98133,#10b9811a);border:1px solid #10b98166;border-radius:.375rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.price-current-large{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:700;line-height:1}.plan-action-section{align-items:center;display:flex}.btn-whatsapp-modern{background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-light));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.875rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #8b5cf64d}.btn-whatsapp-modern:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-whatsapp-modern:hover:before{width:300px;height:300px}.btn-whatsapp-modern:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 28px #8b5cf699}.btn-whatsapp-modern:active{transform:translateY(0)scale(.98)}.btn-whatsapp-modern>*{z-index:1;position:relative}.plan-content-horizontal{flex:1;align-items:center;gap:2rem;display:flex}.plan-details{flex-direction:column;gap:.25rem;min-width:200px;display:flex}.plan-pricing{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.pricing-main{flex-direction:column;gap:.25rem;display:flex}.price-original-large{color:var(--text-tertiary);opacity:.7;font-size:1rem;font-weight:500;text-decoration:line-through;text-decoration-thickness:2px}.savings-badge-large{color:var(--accent-success);text-transform:uppercase;letter-spacing:.025em;background:linear-gradient(135deg,#10b98126,#10b9810d);border:1px solid #10b9814d;border-radius:9999px;align-items:center;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.price-meta{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.btn-whatsapp-compact{background:var(--accent-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.btn-whatsapp-compact:hover{background:var(--accent-primary-light);transform:translateY(-1px);box-shadow:0 0 24px #8b5cf666}.btn-whatsapp-compact:active{transform:translateY(0)}.trust-section{background:linear-gradient(#8b5cf605 0%,#0000 50%,#8b5cf605 100%);padding:6rem 0;position:relative}.trust-content{max-width:1100px;margin:0 auto}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);text-align:center;background:#1a1a1a80;border:1px solid #ffffff1a;border-radius:1.25rem;padding:2rem 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.stat-card:hover{border-color:#8b5cf64d;box-shadow:0 8px 32px #0000004d}.stat-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:inline-flex}.stat-success .stat-icon-wrapper{background:#10b9811a;border:1px solid #10b98133}.stat-success .stat-icon{color:var(--accent-success)}.stat-primary .stat-icon-wrapper{background:#8b5cf61a;border:1px solid #8b5cf633}.stat-primary .stat-icon{color:var(--accent-primary-light)}.stat-warning .stat-icon-wrapper{background:#f59e0b1a;border:1px solid #f59e0b33}.stat-warning .stat-icon{color:var(--accent-warning)}.stat-value{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.stat-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.verifications-showcase{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#1a1a1a80;border:1px solid #ffffff1a;border-radius:1.5rem;padding:3rem 2rem}.showcase-title{color:var(--text-primary);text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.showcase-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2rem}.verifications-grid{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.verification-card{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.verification-card:hover{background:#ffffff0a;border-color:#8b5cf64d}.verification-card-static{background:#ffffff05;border:1px solid #ffffff0f;border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.verification-card-static:hover{background:#ffffff0a}.verification-avatar{background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-light));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:600;display:flex}.verification-info{flex:1}.verification-name{color:var(--text-primary);margin-bottom:.25rem;font-weight:500}.verification-service{color:var(--accent-primary-light);margin-bottom:.125rem;font-size:.9375rem;font-weight:500}.verification-date{color:var(--text-tertiary);font-size:.8125rem}.verification-url{color:var(--text-tertiary);font-family:Courier New,monospace;font-size:.875rem}.verification-badge{color:var(--accent-success);background:#10b9811a;border:1px solid #10b98133;border-radius:9999px;flex-shrink:0;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;display:flex}.verification-icon{color:var(--text-tertiary);flex-shrink:0}.showcase-note{color:var(--text-secondary);background:#8b5cf60d;border:1px solid #8b5cf61a;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;display:flex}.faq-section{padding:6rem 0 8rem;position:relative}.faq-content{max-width:900px;margin:0 auto}.faq-list{flex-direction:column;gap:1rem;margin-bottom:4rem;display:flex}.faq-item{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#1a1a1a80;border:1px solid #ffffff1a;border-radius:1rem;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:#8b5cf633}.faq-item.active{background:#1a1a1ab3;border-color:#8b5cf64d}.faq-question{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;font-size:1.125rem;font-weight:500;transition:color .2s;display:flex}.faq-question:hover{color:var(--accent-primary-light)}.faq-icon{width:32px;height:32px;color:var(--accent-primary-light);background:#8b5cf61a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.faq-item.active .faq-icon{background:#8b5cf633}.faq-answer{overflow:hidden}.faq-answer-content{color:var(--text-secondary);padding:0 1.5rem 1.5rem;line-height:1.7}.faq-cta{text-align:center;background:#8b5cf60d;border:1px solid #8b5cf626;border-radius:1.5rem;padding:3rem 2rem}.faq-cta p{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:500}.btn-contact{background:var(--accent-primary);color:#fff;border-radius:.75rem;padding:.875rem 2rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-contact:hover{background:var(--accent-primary-light);transform:translateY(-2px);box-shadow:0 0 32px #8b5cf666}.footer{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#141414cc;border-top:1px solid #ffffff0f;padding:3rem 0}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{flex:1;min-width:200px}.brand-name{background:linear-gradient(to right,var(--accent-primary),#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.brand-tagline{color:var(--text-secondary);font-size:.9375rem;line-height:1.5}.footer-whatsapp{color:var(--text-primary);background:#ffffff08;border:1px solid #ffffff0f;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.footer-whatsapp:hover{color:var(--accent-primary-light);background:#8b5cf61a;border-color:#8b5cf64d;transform:translateY(-2px)}.footer-bottom{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:2rem;display:flex}.footer-right{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.footer-copyright{color:var(--text-tertiary);white-space:nowrap;font-size:.875rem}.footer-links{align-items:center;gap:1rem;display:flex}.footer-link{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--accent-primary-light)}.footer-separator{color:var(--text-tertiary);font-size:.875rem}@media (max-width:1024px){.footer-content{flex-direction:column;align-items:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.steps-timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-section{min-height:auto;padding:4rem 0 6rem}.hero-title{font-size:clamp(2rem,8vw,3rem)}.hero-subtitle{font-size:1rem}.hero-features{flex-direction:column;align-items:flex-start;gap:1rem}.hero-badge{padding:.375rem .75rem;font-size:.75rem}.scroll-indicator{display:none}.trust-badges-container{padding:1.5rem 0}.trust-badge{min-width:180px;padding:.875rem 1.25rem}.trust-badge-icon{width:36px;height:36px}.trust-badge-title{font-size:.875rem}.how-it-works-section{padding:4rem 0}.steps-timeline{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:1.5rem}.step-icon-wrapper{width:56px;height:56px}.step-title{font-size:1.125rem}.step-description{font-size:.875rem}.service-card-horizontal{padding:1.5rem}.service-header-horizontal{flex-direction:row;align-items:center;gap:.75rem}.service-title-group{gap:.75rem}.service-icon-wrapper{width:44px;height:44px}.service-icon{width:22px;height:22px}.service-name{font-size:1.125rem}.status-tag{padding:.375rem .75rem;font-size:.6875rem}.plan-option-horizontal{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem}.plan-pricing-section,.price-display{align-items:flex-start;width:100%}.price-row{justify-content:space-between;width:100%}.price-current-large{font-size:1.625rem}.price-original-strikethrough{font-size:.9375rem}.savings-tag{padding:.1875rem .4375rem;font-size:.625rem}.plan-action-section{width:100%}.btn-whatsapp-modern{width:100%;padding:.875rem 1.5rem}.plan-pricing{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}.pricing-main{width:100%}.price-current{font-size:1.25rem}.price-original-large{font-size:.9375rem}.price-meta{flex-direction:row;align-items:center;gap:.5rem}.trust-section{padding:4rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem 1rem}.stat-value{font-size:1.75rem}.verifications-showcase{padding:2rem 1.5rem}.showcase-title{font-size:1.25rem}.verification-card-static{padding:1rem}.verification-badge{padding:.25rem .5rem;font-size:.75rem}.faq-section{padding:4rem 0 6rem}.faq-question{padding:1.25rem;font-size:1rem}.faq-answer-content{padding:0 1.25rem 1.25rem;font-size:.9375rem}.faq-cta{padding:2rem 1.5rem}.faq-cta p{font-size:1.125rem}.footer{padding:2rem 0}.footer-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-copyright{text-align:left}.floating-whatsapp{bottom:1.5rem;right:1.5rem}.whatsapp-button{width:56px;height:56px}.whatsapp-menu{width:calc(100vw - 3rem);max-width:320px}}@media (max-width:480px){.hero-section{padding:3rem 0 5rem}.hero-content{padding:0 .5rem}.hero-title{font-size:clamp(1.75rem,10vw,2.5rem);line-height:1.2}.hero-subtitle{font-size:.9375rem;line-height:1.5}.hero-badge{padding:.25rem .5rem;font-size:.6875rem}.hero-features{gap:.75rem}.hero-feature{font-size:.875rem}.trust-badge{min-width:160px;padding:.75rem 1rem}.trust-badge-icon{width:32px;height:32px}.trust-badge-title{font-size:.8125rem}.trust-badge-description{font-size:.6875rem}.section-header{margin-bottom:2.5rem}.section-title{margin-bottom:.75rem;font-size:clamp(1.5rem,6vw,2rem)}.section-subtitle{font-size:.9375rem}.service-card-horizontal{padding:1.25rem}.service-header-horizontal{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.service-title-group{width:100%}.service-icon-wrapper{width:40px;height:40px}.service-icon{width:20px;height:20px}.service-name{font-size:1.0625rem}.status-tag{padding:.3125rem .625rem;font-size:.625rem}.plan-option-horizontal{gap:1rem;padding:1rem}.plan-name{font-size:.9375rem}.plan-duration-badge{padding:.1875rem .5rem;font-size:.75rem}.price-current-large{font-size:1.5rem}.price-original-strikethrough{font-size:.875rem}.savings-tag{gap:.1875rem;padding:.125rem .375rem;font-size:.5625rem}.savings-tag svg{width:10px;height:10px}.btn-whatsapp-modern{padding:.75rem 1.25rem;font-size:.875rem}.btn-whatsapp-modern svg{width:16px;height:16px}.plan-duration{font-size:.8125rem}.price-current{font-size:1.125rem}.price-original{font-size:.8125rem}.savings-badge{padding:.0625rem .375rem;font-size:.6875rem}.stats-grid{grid-template-columns:1fr;gap:.875rem}.stat-card{padding:1.25rem 1rem}.stat-icon-wrapper{width:48px;height:48px}.stat-value{font-size:1.5rem}.stat-label{font-size:.8125rem}.verifications-showcase{padding:1.5rem 1rem}.showcase-title{font-size:1.125rem}.showcase-subtitle{font-size:.875rem}.verification-card-static{gap:.75rem;padding:.875rem}.verification-avatar{width:40px;height:40px;font-size:1.125rem}.verification-name{font-size:.9375rem}.verification-service{font-size:.875rem}.verification-date{font-size:.75rem}.verification-badge{padding:.25rem .5rem;font-size:.6875rem}.faq-question{padding:1rem;font-size:.9375rem}.faq-icon{width:28px;height:28px}.faq-answer-content{padding:0 1rem 1rem;font-size:.875rem}.faq-cta{padding:1.5rem 1rem}.faq-cta p{font-size:1rem}.btn-contact{padding:.75rem 1.5rem;font-size:.9375rem}.footer-brand{width:100%}.brand-name{font-size:1.25rem}.brand-tagline{font-size:.875rem}.footer-whatsapp{justify-content:center;width:100%;padding:.625rem 1.25rem;font-size:.875rem}.footer-copyright{text-align:center;width:100%;font-size:.8125rem}.floating-whatsapp{bottom:1rem;right:1rem}.whatsapp-button{width:52px;height:52px}.whatsapp-menu{width:calc(100vw - 2rem);padding:.75rem}.whatsapp-menu-header{padding:.75rem}.whatsapp-menu-header h4{font-size:.9375rem}.whatsapp-menu-header p{font-size:.75rem}.whatsapp-option{gap:.75rem;padding:.875rem}.whatsapp-option-icon{width:36px;height:36px}.whatsapp-option-title{font-size:.875rem}}.floating-whatsapp-container{pointer-events:none;z-index:1000;width:100vw;height:100vh;position:fixed;top:0;left:0}.floating-whatsapp{z-index:1000;pointer-events:all;cursor:grab;flex-direction:column;align-items:flex-end;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}.floating-whatsapp:active{cursor:grabbing}.whatsapp-button{background:linear-gradient(135deg,var(--accent-primary),var(--accent-primary-light));cursor:pointer;border:1px solid #8b5cf64d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s cubic-bezier(.16,1,.3,1);animation:2s ease-in-out infinite pulse-shadow;display:flex;position:relative;box-shadow:0 8px 32px #8b5cf666,0 0 #8b5cf666}.whatsapp-button:hover{transform:scale(1.05);box-shadow:0 12px 48px #8b5cf699,0 0 0 8px #8b5cf61a}.whatsapp-button svg{color:#fff}@keyframes pulse-shadow{0%,to{box-shadow:0 8px 32px #8b5cf666,0 0 #8b5cf666}50%{box-shadow:0 8px 32px #8b5cf699,0 0 0 12px #8b5cf61a}}.whatsapp-menu{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#141414fa;border:1px solid #8b5cf633;border-radius:1.25rem;flex-direction:column;gap:.625rem;width:320px;padding:1rem;display:flex;box-shadow:0 20px 60px #0009,inset 0 0 0 1px #8b5cf61a}.whatsapp-menu-header{border-bottom:1px solid #ffffff0f;margin-bottom:.5rem;padding:1rem}.whatsapp-menu-header h4{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 .375rem;font-size:1rem;font-weight:600}.whatsapp-menu-header p{color:var(--text-tertiary);margin:0;font-size:.8125rem;line-height:1.4}.whatsapp-option{cursor:pointer;text-align:left;width:100%;color:inherit;background:#ffffff05;border:1px solid #ffffff0f;border-radius:.875rem;align-items:center;gap:.875rem;padding:1rem;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.whatsapp-option:hover{background:#8b5cf614;border-color:#8b5cf64d;transform:translate(4px)}.whatsapp-option-custom{background:linear-gradient(135deg,#8b5cf626,#7c3aed1a);border:1.5px dashed #8b5cf666}.whatsapp-option-custom:hover{background:linear-gradient(135deg,#8b5cf640,#7c3aed26);border-color:#8b5cf699}.whatsapp-option-custom .whatsapp-option-icon{background:#8b5cf633;border-color:#8b5cf666}.whatsapp-option-custom .whatsapp-option-title{color:var(--accent-primary-light);font-weight:600}.whatsapp-option-icon{width:40px;height:40px;color:var(--accent-primary-light);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.whatsapp-option-content{flex:1}.whatsapp-option-title{color:var(--text-primary);font-size:.9375rem;font-weight:500;line-height:1.4}@media (max-width:768px){.floating-whatsapp{bottom:1.5rem;right:1.5rem}.whatsapp-button{width:56px;height:56px}.whatsapp-menu{width:calc(100vw - 3rem);max-width:320px;right:-1rem}.hero-features{flex-direction:column;align-items:center;gap:1rem}}
.search-bar-wrapper{justify-content:center;width:100%;margin-bottom:3rem;display:flex}.search-bar-container{flex-direction:column;gap:.75rem;width:100%;max-width:600px;display:flex}.search-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.search-input{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);width:100%;color:var(--text-primary);background:#1a1a1a99;border:2px solid #8b5cf633;border-radius:1rem;outline:none;padding:1rem 1rem 1rem 3rem;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.search-input::placeholder{color:var(--text-tertiary)}.search-input:focus{background:#1a1a1acc;border-color:#8b5cf680;box-shadow:0 0 0 4px #8b5cf61a,0 8px 24px #8b5cf633}.search-icon{color:var(--accent-primary-light);pointer-events:none;z-index:1;position:absolute;left:1rem}.search-clear-button{cursor:pointer;width:28px;height:28px;color:var(--accent-primary-light);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;right:1rem}.search-clear-button:hover{background:#8b5cf633;border-color:#8b5cf64d;transform:scale(1.05)}.search-clear-button:active{transform:scale(.95)}.search-results-count{text-align:center;color:var(--text-secondary);padding:.5rem;font-size:.875rem}.no-results{color:var(--text-tertiary);font-style:italic}.results-found{color:var(--accent-primary-light);font-weight:500}@media (max-width:768px){.search-bar-wrapper{margin-bottom:2.5rem}.search-input{padding:.875rem 2.75rem;font-size:.9375rem}.search-icon{left:.875rem}.search-clear-button{width:26px;height:26px;right:.875rem}}@media (max-width:480px){.search-bar-wrapper{margin-bottom:2rem}.search-input{border-radius:.875rem;padding:.75rem 2.5rem;font-size:.875rem}.search-icon{left:.75rem}.search-clear-button{width:24px;height:24px;right:.75rem}.search-results-count{font-size:.8125rem}}
.homepage{background-color:var(--bg-primary);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");min-height:100vh}.services-section{padding:6rem 0;position:relative}.section-header{text-align:center;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.section-title{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section-subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.services-grid{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.services-toggle-wrapper{justify-content:center;margin-top:2.5rem;display:flex}.btn-toggle-services{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:var(--text-primary);cursor:pointer;background:#1a1a1a99;border:2px solid #8b5cf64d;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.btn-toggle-services:before{content:"";opacity:0;background:linear-gradient(135deg,#8b5cf61a,#8b5cf60d);transition:opacity .3s;position:absolute;inset:0}.btn-toggle-services:hover{border-color:#8b5cf680;transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf640}.btn-toggle-services:hover:before{opacity:1}.btn-toggle-services:active{transform:translateY(0)}.btn-toggle-services>*{z-index:1;position:relative}.hidden-count{color:var(--accent-primary-light);background:#8b5cf633;border:1px solid #8b5cf64d;border-radius:9999px;align-items:center;padding:.25rem .625rem;font-size:.8125rem;font-weight:600;display:inline-flex}.no-results-message{justify-content:center;align-items:center;min-height:300px;padding:3rem 2rem;display:flex}.no-results-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.no-results-content p{color:var(--text-secondary);margin:0;font-size:1.125rem}.btn-clear-search{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-clear-search:hover{background:var(--accent-primary-light);transform:translateY(-1px);box-shadow:0 0 24px #8b5cf666}.btn-clear-search:active{transform:translateY(0)}@media (max-width:768px){.services-section{padding:4rem 0}.services-grid{grid-template-columns:1fr}.section-header{margin-bottom:2.5rem}.service-plans-horizontal{flex-direction:column;gap:.75rem}.services-toggle-wrapper{margin-top:2rem}.btn-toggle-services{gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem}.hidden-count{padding:.1875rem .5rem;font-size:.75rem}.no-results-message{min-height:250px;padding:2rem 1.5rem}.no-results-content p{font-size:1rem}}@media (max-width:480px){.services-section{padding:3rem 0}.section-header{margin-bottom:2rem}.section-title{font-size:clamp(1.5rem,6vw,2rem)}.section-subtitle{font-size:.9375rem}.btn-toggle-services{gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem}.hidden-count{padding:.125rem .4375rem;font-size:.6875rem}.no-results-message{min-height:200px;padding:2rem 1rem}.no-results-content p{font-size:.9375rem}.btn-clear-search{padding:.625rem 1.25rem;font-size:.875rem}}
