﻿*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;height:100%;overflow-x:hidden;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:#ff48ab #f5f5f5}body{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff;margin:0;padding:0;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:thin;scrollbar-color:#ff48ab #f5f5f5}body::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:#f5f5f5}body::-webkit-scrollbar-thumb{background:linear-gradient(135deg, #FF48AB 0%, #ff6bc4 100%);border-radius:6px;border:2px solid #f5f5f5}body::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg, #ff6bc4 0%, #FF48AB 100%)}body.lp-vets{color:#e4e8ed;background-color:#11294c;position:relative;scrollbar-color:#ff48ab #0f2240}body.lp-vets::before{content:"";position:fixed;inset:0;background:linear-gradient(145deg, #1a3560 0%, #152d52 40%, #122a4e 70%, #11294c 100%);z-index:-2;pointer-events:none}body.lp-vets::after{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);background-size:64px 64px;z-index:-1;pointer-events:none}body.lp-vets::-webkit-scrollbar-track{background:#0f2240}body.lp-vets::-webkit-scrollbar-thumb{background:linear-gradient(135deg, #FF48AB 0%, #a31d5a 100%);border-color:#0f2240}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width: 768px){.container{padding:0 1.5rem}}button,a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.header{background:#fff;padding:1rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);border-bottom:1px solid rgba(0,0,0,.05)}.header.scrolled{background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.1);padding:.875rem 0}.header.hidden{transform:translateY(-100%);opacity:0}.header .container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.header .header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.header .logo{display:flex;align-items:center;flex-shrink:0;z-index:10}.header .logo a{display:flex;align-items:center;text-decoration:none}.header .logo .logo-icon{height:2rem;width:auto;display:block;object-fit:contain}.header .header-nav{display:flex;align-items:center;gap:2.5rem;flex:1;justify-content:center}@media(max-width: 1024px){.header .header-nav{display:none}}.header .header-nav .nav-link{color:#333;text-decoration:none;font-size:.95rem;font-weight:500;font-family:"Poppins",sans-serif;transition:color .3s ease;position:relative;white-space:nowrap}.header .header-nav .nav-link:hover{color:#ff48ab}.header .header-nav .nav-link:active{color:#ff48ab}.header .header-nav .nav-link.nav-link-download{cursor:pointer}.header .header-actions{display:flex;align-items:center;flex-shrink:0}@media(max-width: 1024px){.header .header-actions{display:none}}.header .header-actions .btn-header-agende{background:linear-gradient(90deg, #ff6bc4 0%, #FF48AB 100%);color:#fff;text-decoration:none;padding:.625rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:600;font-family:"Poppins",sans-serif;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px rgba(255,72,168,.3)}.header .header-actions .btn-header-agende:hover{background:linear-gradient(90deg, #FF48AB 0%, #ff6bc4 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,72,168,.4)}.header .header-actions .btn-header-agende:active{transform:translateY(0)}.header .menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:1001;transition:all .3s ease}@media(max-width: 1024px){.header .menu-toggle{display:flex}}.header .menu-toggle span{width:100%;height:2px;background:#333;border-radius:2px;transition:all .3s ease;transform-origin:center}.header .menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px, 8px)}.header .menu-toggle.active span:nth-child(2){opacity:0}.header .menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px, -7px)}.header .mobile-nav{display:none;flex-direction:column;position:absolute;top:135%;left:0;right:0;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:1.5rem 2rem;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-top:1px solid rgba(0,0,0,.05)}@media(max-width: 1024px){.header .mobile-nav{display:flex}}.header .mobile-nav.active{transform:translateY(0);opacity:1;visibility:visible}.header .mobile-nav .mobile-nav-link{color:#333;text-decoration:none;font-size:1rem;font-weight:500;font-family:"Poppins",sans-serif;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05);transition:color .3s ease}.header .mobile-nav .mobile-nav-link:hover{color:#ff48ab}.header .mobile-nav .mobile-nav-link.mobile-nav-link-download{cursor:pointer}.header .mobile-nav .btn-mobile-agende{background:linear-gradient(90deg, #ff6bc4 0%, #FF48AB 100%);color:#fff;text-decoration:none;padding:.875rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;font-family:"Poppins",sans-serif;text-align:center;margin-top:.5rem;box-shadow:0 2px 8px rgba(255,72,168,.3);transition:all .3s ease;border-bottom:none}.header .mobile-nav .btn-mobile-agende:hover{background:linear-gradient(90deg, #FF48AB 0%, #ff6bc4 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,72,168,.4)}.header.header-dark{background:#fff;border-bottom-color:rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.08)}.header.header-dark.scrolled{background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.1)}.header.header-dark .logo .logo-icon{filter:none}.header.header-dark .header-nav .nav-link{color:#333;font-weight:500}.header.header-dark .header-nav .nav-link:hover{color:#ff48ab}.header.header-dark .nav-link-cta{background:#ff48ab;color:#fff !important;padding:.5rem 1.25rem;border-radius:50px;font-weight:600}.header.header-dark .nav-link-cta:hover{background:#e63990;color:#fff !important}.header.header-dark .menu-toggle span{background:#ff48ab}.header.header-dark .menu-toggle.active span{background:#ff48ab}.header.header-dark .mobile-nav{background:#fff;border-top-color:rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.1)}.header.header-dark .mobile-nav .mobile-nav-link{color:#333;font-weight:500;border-bottom-color:rgba(0,0,0,.08)}.header.header-dark .mobile-nav .mobile-nav-link:hover{color:#ff48ab}.header.header-dark .mobile-nav .mobile-nav-link.nav-link-cta{background:#ff48ab;color:#fff !important;border:none;text-align:center;margin-top:.5rem}@media(max-width: 768px){.header{padding:.875rem 0}.header.scrolled{padding:.75rem 0}.header .container{padding:0 1.5rem}.header .logo .logo-icon{height:1.75rem}}.hero-vets{position:relative;min-height:100vh;display:flex;align-items:center;padding:6.5rem 0 4.5rem;overflow:hidden}@media(min-width: 969px){.hero-vets{padding-top:8.5rem}}.hero-vets .hero-vets-bg{position:absolute;inset:0;z-index:0;background:rgba(0,0,0,0);pointer-events:none}.hero-vets .hero-vets-bg .hero-vets-bg-grid,.hero-vets .hero-vets-bg .hero-vets-bg-glow{display:none}.hero-vets .hero-vets-container{position:relative;z-index:2;width:100%}.hero-vets .hero-vets-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:3rem;align-items:center;max-width:1120px;margin:0 auto}@media(max-width: 968px){.hero-vets .hero-vets-grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}}.hero-vets .hero-vets-content{max-width:540px;animation:heroVetsFadeIn 1s cubic-bezier(0.4, 0, 0.2, 1) .05s forwards}@media(max-width: 968px){.hero-vets .hero-vets-content{max-width:none}}.hero-vets .hero-vets-title{font-family:"Poppins",sans-serif;font-size:clamp(1.75rem,3.8vw,2.65rem);font-weight:800;line-height:1.24;color:#fff;margin-bottom:1.1rem;letter-spacing:-0.025em;text-shadow:0 2px 20px rgba(0,0,0,.2)}.hero-vets .hero-vets-title .highlight{color:#ff48ab;background:linear-gradient(135deg, #FF48AB 0%, #ff6bc4 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width: 968px){.hero-vets .hero-vets-title{margin-bottom:.9rem}}.hero-vets .hero-vets-subtitle{font-size:clamp(.92rem,1.65vw,1.08rem);color:hsla(0,0%,100%,.82);line-height:1.62;margin-bottom:1.35rem;font-weight:400}.hero-vets .hero-vets-bullets{list-style:none;padding:0;margin:0 0 1.6rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:flex-start}@media(max-width: 968px){.hero-vets .hero-vets-bullets{justify-content:center}}.hero-vets .hero-vets-bullets li{position:relative;padding-left:1.35rem;font-size:.92rem;color:hsla(0,0%,100%,.92);font-weight:500;text-align:left;white-space:nowrap}.hero-vets .hero-vets-bullets li::before{content:"✓";position:absolute;left:0;top:0;color:#ff48ab;font-weight:700;font-size:.95em}@media(max-width: 768px){.hero-vets .hero-vets-bullets li{white-space:normal;font-size:.88rem}}@media(max-width: 968px){.hero-vets .hero-vets-cta{display:flex;flex-direction:column;align-items:center}}.hero-vets .hero-vets-cta .btn-hero-vets{display:inline-block;background:linear-gradient(135deg, #FF48AB 0%, #ff6bc4 100%);color:#fff;font-family:"Poppins",sans-serif;font-size:1rem;font-weight:700;padding:.95rem 1.85rem;border-radius:50px;text-decoration:none;box-shadow:0 4px 24px rgba(255,72,168,.45),0 0 0 1px hsla(0,0%,100%,.06) inset;transition:transform .28s ease,box-shadow .28s ease}.hero-vets .hero-vets-cta .btn-hero-vets:hover{transform:translateY(-3px);box-shadow:0 10px 36px rgba(255,72,168,.55),0 0 0 1px hsla(0,0%,100%,.1) inset}.hero-vets .hero-vets-cta .hero-vets-microcopy{margin-top:.85rem;font-size:.8rem;color:hsla(0,0%,100%,.58)}.hero-vets .hero-vets-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:400px;animation:heroVetsVisualIn 1.1s cubic-bezier(0.4, 0, 0.2, 1) .2s both}.hero-vets .hero-vets-impact{position:relative;width:100%;max-width:440px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.hero-vets .hero-vets-impact-glow{position:absolute;inset:-22%;border-radius:50%;background:radial-gradient(circle, rgba(255, 72, 168, 0.4) 0%, rgba(255, 72, 168, 0.12) 40%, transparent 70%);filter:blur(36px);animation:heroImpactPulse 4s ease-in-out infinite}.hero-vets .hero-vets-impact-orbit{position:absolute;inset:-12px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:0}.hero-vets .hero-vets-impact-orbit-spin{position:absolute;inset:0;border-radius:50%;border:3px dashed rgba(255,72,168,.9);animation:heroRingSpin 8s linear infinite}.hero-vets .hero-vets-impact-ring-wrap{position:absolute;inset:0;border-radius:50%;overflow:hidden;z-index:1}.hero-vets .hero-vets-impact-ring-spin{position:absolute;top:50%;left:50%;width:150%;height:150%;margin-top:-75%;margin-left:-75%;border-radius:50%;background:conic-gradient(from 0deg, #FF48AB, #ff6bc4, #ff8fd4, #FF48AB, #ff6bc4, #ff8fd4, #FF48AB);animation:heroRingSpin 2.5s linear infinite}.hero-vets .hero-vets-impact-ring-hole{position:absolute;inset:6px;border-radius:50%;background:#0d0d10;pointer-events:none;overflow:hidden}.hero-vets .hero-vets-impact-bg-carousel{position:absolute;inset:0;border-radius:50%}.hero-vets .hero-vets-impact-bg-carousel::before{content:"";position:absolute;inset:0;border-radius:50%;background:rgba(0,0,0,.22);pointer-events:none;z-index:1}.hero-vets .hero-vets-impact-bg-slide{position:absolute;inset:0;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;animation:heroBgCarousel 12s ease-in-out infinite}.hero-vets .hero-vets-impact-bg-slide:nth-child(1){background-image:url("../img/vets/carolina vianna.png");animation-delay:0s}.hero-vets .hero-vets-impact-bg-slide:nth-child(2){background-image:url("../img/vets/joyce delandre.png");animation-delay:-4s}.hero-vets .hero-vets-impact-bg-slide:nth-child(3){background-image:url("../img/vets/júlia estela.png");animation-delay:-8s}@keyframes heroBgCarousel{0%{opacity:0}3%{opacity:1}22%{opacity:1}25%{opacity:0}100%{opacity:0}}.hero-vets .hero-vets-impact-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.hero-vets .hero-vets-impact-number{font-family:"Poppins",sans-serif;font-size:clamp(3.6rem,10vw,5.75rem);font-weight:900;line-height:1;letter-spacing:-0.03em;background:linear-gradient(180deg, #ff48ab 0%, #ff6bc4 35%, #FF48AB 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;filter:drop-shadow(0 2px 8px rgba(255, 72, 168, 0.3))}.hero-vets .hero-vets-impact-unit{font-size:clamp(.9rem,1.8vw,1.05rem);font-weight:700;color:hsla(0,0%,100%,.9);text-transform:lowercase;letter-spacing:.02em;margin-top:.35rem;max-width:220px;line-height:1.25}.hero-vets .hero-vets-impact-divider{width:60px;height:3px;background:linear-gradient(90deg, transparent, #FF48AB, transparent);border-radius:2px;margin:1rem 0 .5rem}.hero-vets .hero-vets-impact-tagline{font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:800;color:#fff;letter-spacing:-0.02em}.hero-vets .hero-vets-impact-sub{font-size:.8rem;font-weight:600;color:hsla(0,0%,100%,.6);margin-top:.5rem;letter-spacing:.05em}@keyframes heroImpactPulse{0%,100%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes heroRingSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes heroVetsFadeIn{from{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}@keyframes heroVetsVisualIn{from{opacity:0;transform:translateX(28px) scale(0.98)}to{opacity:1;transform:translateX(0) scale(1)}}.lp-ticker{width:100%;overflow:hidden;padding:.9rem 0;background:#fff}.lp-ticker-track{display:flex;align-items:center;gap:.75rem;width:max-content;animation:lpTickerScroll 40s linear infinite;will-change:transform}.lp-ticker-content{display:flex;align-items:center;gap:.75rem;padding:0;flex-shrink:0}.lp-ticker-item{display:inline-flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;color:#000;white-space:nowrap}.lp-ticker-icon{width:20px;height:20px;flex-shrink:0;stroke:#ff48ab}.lp-ticker-sep{color:rgba(0,0,0,.5);font-weight:700;user-select:none;flex-shrink:0}@keyframes lpTickerScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes beneficioBorderSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.section-animate{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(0.4, 0, 0.2, 1),transform .7s cubic-bezier(0.4, 0, 0.2, 1)}.section-animate.in-view{opacity:1;transform:translateY(0)}.section-animate .passo-card,.section-animate .beneficio-card{opacity:0;transform:translateY(24px);transition:opacity .5s cubic-bezier(0.4, 0, 0.2, 1),transform .5s cubic-bezier(0.4, 0, 0.2, 1);transition-delay:calc(.1s*var(--delay, 0))}.section-animate.in-view .passo-card,.section-animate.in-view .beneficio-card{opacity:1;transform:translateY(0)}.section-animate.section-bg-light{opacity:1;transform:translateY(0)}.lp-section{padding:4.5rem 0;position:relative}@media(max-width: 768px){.lp-section{padding:3rem 0}}.section-bg-light{background:#fff}@media(max-width: 768px){.section-bg-light{padding:3rem 0}}.section-bg-light .lp-section-title{color:#1a1d24}.section-bg-light .section-como-funciona-subtitle{color:#555}.section-bg-light .passo-card{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08)}.section-bg-light .passo-card .passo-titulo{color:#1a1d24}.section-bg-light .passo-card .passo-texto{color:#555}.section-bg-light .section-beneficios .lp-section-title{color:#1a1d24}.section-bg-light .o-que-e-texto,.section-bg-light .transparencia-texto,.section-bg-light .video-dr-texto{color:#444 !important}.section-bg-light .transparencia-intro{color:#333 !important}.section-bg-light .o-que-e-lista li,.section-bg-light .transparencia-lista li{color:#444 !important}.section-bg-light .o-que-e-obs,.section-bg-light .transparencia-obs{color:#666 !important}.section-bg-light .section-app-intro{color:#555 !important}.section-bg-light .casos-ideais-lista li{color:#444 !important}.section-bg-light .casos-ideais-seguranca{color:#666 !important}.section-bg-light .section-casos-ideais .lp-section-title,.section-bg-light .section-o-que-e .lp-section-title,.section-bg-light .section-transparencia .lp-section-title,.section-bg-light .section-video-dr .lp-section-title,.section-bg-light .section-app .lp-section-title{color:#1a1d24}.lp-section-title{font-family:"Poppins",sans-serif;font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:700;color:#fff;text-align:center;max-width:720px;margin:0 auto 2.5rem;line-height:1.3}.lp-section-title .highlight{color:#ff48ab;background:linear-gradient(135deg, #FF48AB 0%, #ff6bc4 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width: 768px){.lp-section-title{margin-bottom:2rem}}.lp-section-cta{text-align:center;margin-top:2.5rem}.btn-lp-primary{display:inline-block;background:linear-gradient(135deg, #FF48AB 0%, #ff6bc4 100%);color:#fff;font-family:"Poppins",sans-serif;font-size:1rem;font-weight:600;padding:.9rem 1.75rem;border-radius:50px;text-decoration:none;box-shadow:0 4px 20px rgba(255,72,168,.35);transition:transform .25s ease,box-shadow .25s ease}.btn-lp-primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px rgba(255,72,168,.45)}.section-como-funciona .lp-section-cta{margin-top:3rem}.section-como-funciona .btn-lp-primary{padding:1rem 2.25rem;font-size:1.05rem;font-weight:700;box-shadow:0 6px 24px rgba(255,72,168,.4);letter-spacing:.02em}.section-como-funciona .btn-lp-primary:hover{box-shadow:0 8px 32px rgba(255,72,168,.5),0 0 40px rgba(255,72,168,.15)}.section-como-funciona-subtitle{text-align:center;font-size:1.05rem;color:hsla(0,0%,100%,.75);margin:-1.25rem auto 2.5rem;max-width:420px;position:relative;padding-bottom:1.5rem}.section-como-funciona-subtitle::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;border-radius:2px;background:linear-gradient(90deg, transparent, #FF48AB, transparent);opacity:.7}.como-funciona-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;margin-top:.5rem;position:relative}@media(max-width: 968px){.como-funciona-grid{grid-template-columns:repeat(2, 1fr);gap:1.25rem}}@media(max-width: 480px){.como-funciona-grid{grid-template-columns:1fr;gap:1rem}}.passo-card{background:linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(255, 255, 255, 0.04) 100%);border:1px solid hsla(0,0%,100%,.12);border-radius:20px;padding:2.25rem 1.5rem;text-align:center;transition:transform .35s cubic-bezier(0.4, 0, 0.2, 1),border-color .3s ease,box-shadow .35s ease;position:relative;overflow:hidden;backdrop-filter:blur(12px)}.passo-card::before{content:"";position:absolute;inset:0;border-radius:20px;padding:1px;background:linear-gradient(145deg, rgba(255, 72, 168, 0.35), transparent 40%, transparent 60%, rgba(255, 72, 168, 0.1));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s ease}@media(min-width: 969px){.passo-card:not(:last-child)::after{content:"";position:absolute;top:50%;left:100%;margin-left:0;width:1.5rem;height:2px;margin-top:-1px;background:linear-gradient(90deg, rgba(255, 72, 168, 0.6), rgba(255, 72, 168, 0.2));border-radius:1px;pointer-events:none;opacity:.8}}.passo-card:hover{transform:translateY(-6px);border-color:rgba(255,72,168,.4);box-shadow:0 16px 40px rgba(0,0,0,.35),0 0 0 1px rgba(255,72,168,.15),0 0 30px rgba(255,72,168,.08)}.passo-card:hover::before{opacity:1}.passo-card:hover .passo-numero{transform:scale(1.08);box-shadow:0 6px 24px rgba(255,72,168,.5)}.passo-card .passo-numero{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;background:linear-gradient(135deg, #FF48AB 0%, #ff6bc4 100%);color:#fff;font-weight:800;font-size:1.2rem;margin-bottom:1.35rem;box-shadow:0 4px 20px rgba(255,72,168,.45);transition:transform .3s ease,box-shadow .3s ease}.passo-card .passo-titulo{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.6rem;line-height:1.3;letter-spacing:-0.01em}.passo-card .passo-texto{font-size:.925rem;color:hsla(0,0%,100%,.72);line-height:1.55;margin:0}.beneficios-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;margin-top:1rem}@media(max-width: 968px){.beneficios-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.beneficios-grid{grid-template-columns:1fr}}.beneficio-card{position:relative;border-radius:20px;padding:1.75rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,72,168,.12)}.beneficio-card::before{content:"";position:absolute;inset:-4px;border-radius:24px;background:conic-gradient(from 0deg, transparent 0deg, transparent 260deg, rgba(255, 72, 168, 0.15) 275deg, #ff6bc4 295deg, #ff8fd4 310deg, #fff 320deg, #ff8fd4 330deg, #ff6bc4 345deg, rgba(255, 72, 168, 0.2) 360deg);animation:beneficioBorderSpin 4s linear infinite;pointer-events:none;z-index:0;will-change:transform;filter:drop-shadow(0 0 6px rgba(255, 72, 168, 0.4))}.beneficio-card::after{content:"";position:absolute;inset:4px;border-radius:16px;background:#efeeee;pointer-events:none;z-index:1}.beneficio-card>*{position:relative;z-index:2}.beneficio-card .beneficio-icon{width:48px;height:48px;margin-bottom:1rem}.beneficio-card .beneficio-icon svg{width:100%;height:100%;stroke:#ff48ab}.beneficio-card h3{font-size:1.05rem;font-weight:700;color:#000;margin-bottom:.4rem}.beneficio-card p{font-size:.9rem;color:rgba(0,0,0,.7);line-height:1.5;margin:0}.section-video-dr .lp-section-title{margin-bottom:2rem}.video-dr-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto}@media(max-width: 900px){.video-dr-inner{grid-template-columns:1fr;gap:2rem}.video-dr-inner .video-dr-wrap{order:-1;max-width:560px;margin:0 auto}}.video-dr-wrap{position:relative;border-radius:24px;overflow:hidden;padding:4px;box-shadow:0 20px 50px rgba(0,0,0,.4);border:1px solid rgba(255,72,168,.12);aspect-ratio:16/9}.video-dr-wrap::before{content:"";position:absolute;inset:-4px;border-radius:24px;background:conic-gradient(from 0deg, transparent 0deg, transparent 260deg, rgba(255, 72, 168, 0.15) 275deg, #ff6bc4 295deg, #ff8fd4 310deg, #fff 320deg, #ff8fd4 330deg, #ff6bc4 345deg, rgba(255, 72, 168, 0.2) 360deg);animation:beneficioBorderSpin 4s linear infinite;pointer-events:none;z-index:0;will-change:transform;filter:drop-shadow(0 0 6px rgba(255, 72, 168, 0.4))}.video-dr-wrap::after{content:"";position:absolute;inset:4px;border-radius:16px;background:#0d0d10;pointer-events:none;z-index:1}.video-dr-iframe-inner{position:relative;z-index:2;width:calc(100% - 8px);height:calc(100% - 8px);margin:4px;border-radius:16px;overflow:hidden}.video-dr-iframe-inner iframe{display:block;width:100%;height:100%;border:none;vertical-align:middle}.video-dr-content{max-width:100%}.video-dr-texto{font-size:1.05rem;color:hsla(0,0%,100%,.82);line-height:1.65;margin:0 0 1rem}.video-dr-texto:last-of-type{margin-bottom:1.5rem}.section-o-que-e .lp-section-title{margin-bottom:2rem}.o-que-e-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto}@media(max-width: 900px){.o-que-e-inner{grid-template-columns:1fr;gap:2rem}.o-que-e-inner .o-que-e-img-wrap{order:-1;max-width:420px;margin:0 auto}}.o-que-e-content{max-width:100%}.o-que-e-img-wrap{position:relative;border-radius:24px;overflow:hidden;padding:4px;box-shadow:0 20px 50px rgba(0,0,0,.4);border:1px solid rgba(255,72,168,.12)}.o-que-e-img-wrap::before{content:"";position:absolute;inset:-4px;border-radius:24px;background:conic-gradient(from 0deg, transparent 0deg, transparent 260deg, rgba(255, 72, 168, 0.15) 275deg, #ff6bc4 295deg, #ff8fd4 310deg, #fff 320deg, #ff8fd4 330deg, #ff6bc4 345deg, rgba(255, 72, 168, 0.2) 360deg);animation:beneficioBorderSpin 4s linear infinite;pointer-events:none;z-index:0;will-change:transform;filter:drop-shadow(0 0 6px rgba(255, 72, 168, 0.4))}.o-que-e-img-wrap::after{content:"";position:absolute;inset:4px;border-radius:16px;background:#0d0d10;pointer-events:none;z-index:1}.o-que-e-img{display:block;width:calc(100% - 8px);height:auto;margin:4px;vertical-align:middle;position:relative;z-index:2;border-radius:16px}.o-que-e-texto{font-size:1.05rem;color:hsla(0,0%,100%,.82);line-height:1.65;margin-bottom:1rem}.o-que-e-lista{list-style:none;padding:0;margin:1rem 0 1.25rem}.o-que-e-lista li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:hsla(0,0%,100%,.9);font-size:1rem}.o-que-e-lista li::before{content:"✓";position:absolute;left:0;color:#ff48ab;font-weight:700}.o-que-e-obs{font-size:.95rem;color:hsla(0,0%,100%,.55);font-style:italic;margin:0}.section-casos-ideais .lp-section-title{margin-bottom:2rem}.casos-ideais-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto}@media(max-width: 900px){.casos-ideais-inner{grid-template-columns:1fr;gap:2rem}.casos-ideais-inner .casos-ideais-img-wrap{max-width:420px;margin:0 auto}}.casos-ideais-img-wrap{position:relative;border-radius:24px;overflow:hidden;padding:4px;box-shadow:0 20px 50px rgba(0,0,0,.4);border:1px solid rgba(255,72,168,.12)}.casos-ideais-img-wrap::before{content:"";position:absolute;inset:-4px;border-radius:24px;background:conic-gradient(from 0deg, transparent 0deg, transparent 260deg, rgba(255, 72, 168, 0.15) 275deg, #ff6bc4 295deg, #ff8fd4 310deg, #fff 320deg, #ff8fd4 330deg, #ff6bc4 345deg, rgba(255, 72, 168, 0.2) 360deg);animation:beneficioBorderSpin 4s linear infinite;pointer-events:none;z-index:0;will-change:transform;filter:drop-shadow(0 0 6px rgba(255, 72, 168, 0.4))}.casos-ideais-img-wrap::after{content:"";position:absolute;inset:4px;border-radius:16px;background:#0d0d10;pointer-events:none;z-index:1}.casos-ideais-img{display:block;width:calc(100% - 8px);height:auto;margin:4px;vertical-align:middle;position:relative;z-index:2;border-radius:16px}.casos-ideais-content{max-width:100%}.casos-ideais-lista{list-style:none;padding:0;margin:0 0 1.5rem;max-width:100%;display:grid;gap:.6rem}.casos-ideais-lista li{padding-left:1.5rem;position:relative;color:hsla(0,0%,100%,.88);font-size:1rem}.casos-ideais-lista li::before{content:"•";position:absolute;left:0;color:#ff48ab}.casos-ideais-seguranca{font-size:.9rem;color:hsla(0,0%,100%,.5);margin:0;line-height:1.5}.section-transparencia .lp-section-title{margin-bottom:2rem}.transparencia-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto}@media(max-width: 900px){.transparencia-inner{grid-template-columns:1fr;gap:2rem}.transparencia-inner .transparencia-img-wrap{order:-1;max-width:420px;margin:0 auto}}.transparencia-content{max-width:100%}.transparencia-texto{font-size:1.05rem;color:hsla(0,0%,100%,.82);line-height:1.65;margin:0 0 1rem}.transparencia-intro{font-size:1.05rem;font-weight:600;color:hsla(0,0%,100%,.9);line-height:1.5;margin:0 0 1rem}.transparencia-img-wrap{position:relative;border-radius:24px;overflow:hidden;padding:4px;box-shadow:0 20px 50px rgba(0,0,0,.4);border:1px solid rgba(255,72,168,.12)}.transparencia-img-wrap::before{content:"";position:absolute;inset:-4px;border-radius:24px;background:conic-gradient(from 0deg, transparent 0deg, transparent 260deg, rgba(255, 72, 168, 0.15) 275deg, #ff6bc4 295deg, #ff8fd4 310deg, #fff 320deg, #ff8fd4 330deg, #ff6bc4 345deg, rgba(255, 72, 168, 0.2) 360deg);animation:beneficioBorderSpin 4s linear infinite;pointer-events:none;z-index:0;will-change:transform;filter:drop-shadow(0 0 6px rgba(255, 72, 168, 0.4))}.transparencia-img-wrap::after{content:"";position:absolute;inset:4px;border-radius:16px;background:#0d0d10;pointer-events:none;z-index:1}.transparencia-img{display:block;width:calc(100% - 8px);height:auto;margin:4px;vertical-align:middle;position:relative;z-index:2;border-radius:16px}.transparencia-lista{list-style:none;padding:0;margin:0 0 1.25rem;max-width:100%;display:grid;gap:.5rem}.transparencia-lista li{padding-left:1.5rem;position:relative;color:hsla(0,0%,100%,.88);font-size:1rem}.transparencia-lista li::before{content:"✓";position:absolute;left:0;color:#ff48ab;font-weight:700}.transparencia-obs{font-size:.95rem;color:hsla(0,0%,100%,.6);margin:0;line-height:1.5}.section-app{background:#ff48a8}.section-app .lp-section-title{margin-bottom:.5rem;color:#fff}.section-app .lp-section-title .highlight{color:#11294c;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#11294c;background-clip:unset}.section-app-intro{font-size:1.05rem;color:hsla(0,0%,100%,.95);line-height:1.6;margin:0 auto 2.5rem;max-width:520px;text-align:center}.app-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem;max-width:1200px;margin:0 auto;align-items:center;justify-items:center}@media(max-width: 1000px){.app-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 520px){.app-grid{grid-template-columns:1fr;gap:1.25rem}}.app-img-wrap{position:relative;border-radius:24px;overflow:hidden;padding:4px;box-shadow:0 20px 50px rgba(0,0,0,.4);border:1px solid rgba(255,72,168,.12);max-width:280px;width:100%}.app-img-wrap::before{content:"";position:absolute;inset:-4px;border-radius:24px;background:conic-gradient(from 0deg, transparent 0deg, transparent 260deg, rgba(255, 72, 168, 0.15) 275deg, #ff6bc4 295deg, #ff8fd4 310deg, #fff 320deg, #ff8fd4 330deg, #ff6bc4 345deg, rgba(255, 72, 168, 0.2) 360deg);animation:beneficioBorderSpin 4s linear infinite;pointer-events:none;z-index:0;will-change:transform;filter:drop-shadow(0 0 6px rgba(255, 72, 168, 0.4))}.app-img-wrap::after{content:"";position:absolute;inset:4px;border-radius:16px;background:#0d0d10;pointer-events:none;z-index:1}.app-img{display:block;width:calc(100% - 8px);height:auto;margin:4px;vertical-align:middle;position:relative;z-index:2;border-radius:16px}.section-cta-footer{padding:0}.section-cta-footer-container{max-width:100%;padding:0}.section-cta-footer-picture{display:block;width:100%;line-height:0}.section-cta-footer-img{display:block;width:100%;height:auto;vertical-align:middle}.section-fale-conosco{padding-bottom:4rem}.section-fale-conosco .lp-section-title{margin-bottom:2rem}.section-fale-conosco .contact-form-panel{max-width:720px;margin:0 auto;background:#ff4cae;border-radius:16px;padding:1.75rem 2rem;box-shadow:0 8px 32px rgba(255,76,174,.4)}@media(max-width: 768px){.section-fale-conosco .contact-form-panel{padding:1.5rem 1.5rem}}.section-fale-conosco .contact-form-fields{display:flex;flex-direction:column;gap:1rem}.section-fale-conosco .contact-form-fields .form-group{margin:0}.section-fale-conosco .contact-form-fields .form-group label{display:block;color:#fff;font-size:.9rem;font-weight:500;margin-bottom:.35rem;font-family:"Poppins",sans-serif}.section-fale-conosco .contact-form-fields .form-group label .required{color:#fff;margin-left:2px}.section-fale-conosco .contact-form-fields .form-group input,.section-fale-conosco .contact-form-fields .form-group textarea{width:100%;padding:.75rem 1rem;font-size:.95rem;font-family:"Poppins",sans-serif;color:#1a1a1a;background:#fff;border:none;border-radius:10px;outline:none;transition:box-shadow .3s ease;resize:vertical;box-sizing:border-box}.section-fale-conosco .contact-form-fields .form-group input::placeholder,.section-fale-conosco .contact-form-fields .form-group textarea::placeholder{color:#999}.section-fale-conosco .contact-form-fields .form-group input:focus,.section-fale-conosco .contact-form-fields .form-group textarea:focus{box-shadow:0 0 0 3px rgba(0,0,0,.15)}.section-fale-conosco .contact-form-fields .form-group textarea{min-height:85px;max-height:220px}@media(max-width: 768px){.section-fale-conosco .contact-form-fields .form-group textarea{min-height:75px}}.section-fale-conosco .contact-form-fields .contact-form-submit{margin-top:.25rem;width:100%;padding:.875rem 1.75rem;background:#1a1a1a;color:#fff;font-size:1.125rem;font-weight:700;font-family:"Poppins",sans-serif;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.25)}.section-fale-conosco .contact-form-fields .contact-form-submit:hover{background:#333;transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,.3)}.section-fale-conosco .contact-form-fields .contact-form-submit:active{transform:translateY(0)}.floating-buttons{position:fixed;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:1000}@media(max-width: 768px){.floating-buttons{bottom:1.5rem;right:1.5rem}}.floating-buttons .whatsapp-button{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg, #25D366 0%, #128C7E 100%);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;animation:pulseWhatsApp 2s ease-in-out infinite}.floating-buttons .whatsapp-button svg{width:32px;height:32px}.floating-buttons .whatsapp-button:hover{transform:translateY(-4px) scale(1.1);box-shadow:0 8px 30px rgba(37,211,102,.6);animation:none}.floating-buttons .whatsapp-button:active{transform:translateY(-2px) scale(1.05)}@media(max-width: 768px){.floating-buttons .whatsapp-button{width:56px;height:56px}.floating-buttons .whatsapp-button svg{width:28px;height:28px}}.scroll-top-button{position:relative;flex-shrink:0;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg, #FF48AB 0%, #ff6bc4 100%);display:flex;align-items:center;justify-content:center;color:#fff;border:none;box-shadow:0 4px 20px rgba(255,72,168,.4);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);z-index:1000}.scroll-top-button.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-button svg{width:24px;height:24px}.scroll-top-button:hover{transform:translateY(-4px) scale(1.1);box-shadow:0 8px 30px rgba(255,72,168,.6)}.scroll-top-button:active{transform:translateY(-2px) scale(1.05)}@media(max-width: 768px){.scroll-top-button{width:46px;height:46px}.scroll-top-button svg{width:22px;height:22px}}@keyframes pulseWhatsApp{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4)}50%{box-shadow:0 4px 30px rgba(37,211,102,.7)}}.footer{width:100%;background:#fff;padding:3rem 0 0;font-family:"Poppins",sans-serif;border-top:1px solid #e5e5e5}.footer .container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width: 768px){.footer .container{padding:0 1.5rem}}.footer .footer-main{display:grid;grid-template-columns:.8fr 1fr 1.2fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2.5rem}@media(max-width: 1024px){.footer .footer-main{grid-template-columns:1fr 1fr 1fr;gap:2rem}}@media(max-width: 768px){.footer .footer-main{grid-template-columns:1fr 1fr;gap:1.5rem}}@media(max-width: 480px){.footer .footer-main{grid-template-columns:1fr;gap:2rem}}.footer .footer-main .footer-brand .footer-logo{margin-bottom:0}.footer .footer-main .footer-brand .footer-logo img{height:20px;width:auto}@media(max-width: 768px){.footer .footer-main .footer-brand .footer-logo img{height:60px}}.footer .footer-main .footer-column h4{font-size:.95rem;font-weight:700;color:#11294c;margin-bottom:1rem;font-family:"Poppins",sans-serif}@media(max-width: 768px){.footer .footer-main .footer-column h4{font-size:.9rem;margin-bottom:.875rem}}.footer .footer-main .footer-column ul{list-style:none;padding:0;margin:0}.footer .footer-main .footer-column ul li{margin-bottom:.6rem}.footer .footer-main .footer-column ul li:last-child{margin-bottom:0}.footer .footer-main .footer-column ul li a{font-size:.875rem;color:#666;text-decoration:none;transition:color .3s ease;display:inline-block}@media(max-width: 768px){.footer .footer-main .footer-column ul li a{font-size:.85rem}}.footer .footer-main .footer-column ul li a:hover{color:#ff48ab}.footer .footer-main .footer-download h4{font-size:.95rem;font-weight:700;color:#11294c;margin-bottom:1rem;font-family:"Poppins",sans-serif}@media(max-width: 768px){.footer .footer-main .footer-download h4{font-size:.9rem;margin-bottom:.875rem}}.footer .footer-main .footer-download .footer-app-badges{display:flex;flex-direction:row;gap:.75rem;align-items:center}@media(max-width: 768px){.footer .footer-main .footer-download .footer-app-badges{gap:.5rem}}.footer .footer-main .footer-download .footer-app-badges a{display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:8px}.footer .footer-main .footer-download .footer-app-badges a:hover{transform:translateY(-2px);opacity:.9}.footer .footer-main .footer-download .footer-app-badges a svg{width:50px;height:50px;display:block}@media(max-width: 768px){.footer .footer-main .footer-download .footer-app-badges a svg{width:45px;height:45px}}.footer .footer-reward-section{padding:1.5rem 0}.footer .footer-reward-section .container{display:flex;justify-content:flex-end}@media(max-width: 768px){.footer .footer-reward-section .container{justify-content:center}}.footer .footer-reward-section .footer-reward-button{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:#ff48ab;border-radius:50px;color:#fff;text-decoration:none;border:none;box-shadow:0 4px 16px rgba(255,72,168,.3);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;white-space:nowrap;font-family:"Poppins",sans-serif}@media(max-width: 768px){.footer .footer-reward-section .footer-reward-button{padding:.75rem 1.25rem;gap:.65rem}}.footer .footer-reward-section .footer-reward-button .reward-text{font-family:"Poppins",sans-serif;font-size:.875rem;line-height:1.3;text-align:left;font-weight:500}@media(max-width: 768px){.footer .footer-reward-section .footer-reward-button .reward-text{font-size:.8rem}}.footer .footer-reward-section .footer-reward-button .reward-text strong{font-size:1.1rem;font-weight:700}@media(max-width: 768px){.footer .footer-reward-section .footer-reward-button .reward-text strong{font-size:1rem}}.footer .footer-reward-section .footer-reward-button .reward-icon{width:28px;height:28px;flex-shrink:0;stroke:#fff}@media(max-width: 768px){.footer .footer-reward-section .footer-reward-button .reward-icon{width:24px;height:24px}}.footer .footer-reward-section .footer-reward-button:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 6px 20px rgba(255,72,168,.5)}.footer .footer-reward-section .footer-reward-button:active{transform:translateY(-1px) scale(1.01)}.footer .footer-bottom{border-top:1px solid #e5e5e5;padding:1.25rem 0}.footer .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}@media(max-width: 968px){.footer .footer-bottom .footer-bottom-content{flex-direction:column;text-align:center;gap:1.5rem}}.footer .footer-bottom .footer-bottom-content .footer-social-bottom{display:flex;gap:.75rem;align-items:center}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-social-bottom a{width:36px;height:36px}}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a svg{width:20px;height:20px}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-social-bottom a svg{width:18px;height:18px}}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a:nth-child(1){background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);color:#fff}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a:nth-child(1):hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(240,148,51,.4)}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a:nth-child(2){background:#1877f2;color:#fff}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a:nth-child(2):hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(24,119,242,.4)}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a:nth-child(3){background:#0077b5;color:#fff}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a:nth-child(3):hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,119,181,.4)}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a:nth-child(4){background:red;color:#fff}.footer .footer-bottom .footer-bottom-content .footer-social-bottom a:nth-child(4):hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(255,0,0,.4)}.footer .footer-bottom .footer-bottom-content .footer-info{font-size:.8rem;color:#888;line-height:1.3;text-align:center}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-info{font-size:.75rem}}.footer .footer-bottom .footer-bottom-content .footer-info .footer-name{font-size:1rem;font-weight:600;color:#ff48ab;display:block;margin-bottom:.1rem}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-info .footer-name{font-size:.95rem}}.footer .footer-bottom .footer-bottom-content .footer-info .footer-role{font-size:.85rem;color:#888;display:block;margin-bottom:.1rem}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-info .footer-role{font-size:.8rem}}.footer .footer-bottom .footer-bottom-content .footer-info .footer-crmv{font-size:.8rem;color:#888;display:block}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-info .footer-crmv{font-size:.75rem}}.footer .footer-bottom .footer-bottom-content .footer-info .footer-email{font-size:.8rem;color:#888;text-decoration:none;display:inline-block;margin-top:.1rem;transition:color .2s ease}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-info .footer-email{font-size:.75rem}}.footer .footer-bottom .footer-bottom-content .footer-info .footer-email:hover{color:#ff4cae}.footer .footer-bottom .footer-bottom-content .footer-links{display:flex;gap:2rem;white-space:nowrap}@media(max-width: 480px){.footer .footer-bottom .footer-bottom-content .footer-links{flex-direction:column;gap:.75rem}}.footer .footer-bottom .footer-bottom-content .footer-links a{font-size:.8rem;color:#888;text-decoration:none;transition:color .3s ease}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-links a{font-size:.75rem}}.footer .footer-bottom .footer-bottom-content .footer-links a:hover{color:#ff48ab}.footer .footer-bottom .footer-bottom-content .footer-reward-button{display:flex;align-items:center;gap:.65rem;padding:.75rem 1.35rem;background:linear-gradient(135deg, #00D9A3 0%, #00C28E 100%);border:2px solid #00d9a3;border-radius:50px;color:#fff;text-decoration:none;box-shadow:0 4px 16px rgba(0,217,163,.3);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;white-space:nowrap}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-reward-button{padding:.65rem 1.15rem;gap:.55rem}}@media(max-width: 480px){.footer .footer-bottom .footer-bottom-content .footer-reward-button{width:100%;justify-content:center}}.footer .footer-bottom .footer-bottom-content .footer-reward-button .reward-text{font-family:"Poppins",sans-serif;font-size:.8rem;line-height:1.25;text-align:left;font-weight:500}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-reward-button .reward-text{font-size:.75rem}}.footer .footer-bottom .footer-bottom-content .footer-reward-button .reward-text strong{font-size:1rem;font-weight:700}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-reward-button .reward-text strong{font-size:.9rem}}.footer .footer-bottom .footer-bottom-content .footer-reward-button .reward-icon{width:24px;height:24px;flex-shrink:0;stroke:#fff}@media(max-width: 768px){.footer .footer-bottom .footer-bottom-content .footer-reward-button .reward-icon{width:22px;height:22px}}.footer .footer-bottom .footer-bottom-content .footer-reward-button:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 6px 20px rgba(0,217,163,.4)}.footer .footer-bottom .footer-bottom-content .footer-reward-button:active{transform:translateY(-1px) scale(1.01)}.discount-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center;padding:1rem}.discount-modal.active{display:flex}.discount-modal .discount-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.discount-modal .discount-modal-content{position:relative;background:#fff;border-radius:24px;padding:2.5rem;max-width:500px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out;z-index:1}@media(max-width: 768px){.discount-modal .discount-modal-content{padding:2rem 1.5rem;border-radius:20px}}.discount-modal .discount-modal-content .discount-modal-close{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,0);border:none;font-size:2rem;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.discount-modal .discount-modal-content .discount-modal-close:hover{background:#f5f5f5;color:#333}.discount-modal .discount-modal-content .discount-modal-header{text-align:center;margin-bottom:2rem}.discount-modal .discount-modal-content .discount-modal-header .discount-icon{margin:0 auto 1rem;display:block}.discount-modal .discount-modal-content .discount-modal-header .discount-modal-title{font-size:2rem;font-weight:700;color:#11294c;margin:0 0 .5rem;font-family:"Poppins",sans-serif}@media(max-width: 768px){.discount-modal .discount-modal-content .discount-modal-header .discount-modal-title{font-size:1.75rem}}.discount-modal .discount-modal-content .discount-modal-header .discount-modal-subtitle{font-size:1.125rem;color:#666;margin:0;font-family:"Poppins",sans-serif}@media(max-width: 768px){.discount-modal .discount-modal-content .discount-modal-header .discount-modal-subtitle{font-size:1rem}}.discount-modal .discount-modal-content .discount-modal-body .discount-modal-description{font-size:1rem;color:#333;line-height:1.6;margin:0 0 1.5rem;text-align:center;font-family:"Poppins",sans-serif}@media(max-width: 768px){.discount-modal .discount-modal-content .discount-modal-body .discount-modal-description{font-size:.95rem}}.discount-modal .discount-modal-content .discount-modal-body .discount-coupon{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg, rgba(255, 72, 168, 0.1) 0%, rgba(255, 72, 168, 0.05) 100%);border:2px solid #ff48ab;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1rem;gap:1rem}@media(max-width: 768px){.discount-modal .discount-modal-content .discount-modal-body .discount-coupon{flex-direction:column;padding:1rem}}.discount-modal .discount-modal-content .discount-modal-body .discount-coupon .coupon-code{font-size:1.5rem;font-weight:700;color:#ff48ab;letter-spacing:.1em;font-family:"Poppins",sans-serif}@media(max-width: 768px){.discount-modal .discount-modal-content .discount-modal-body .discount-coupon .coupon-code{font-size:1.25rem}}.discount-modal .discount-modal-content .discount-modal-body .discount-coupon .coupon-copy-btn{display:flex;align-items:center;gap:.5rem;background:#ff48ab;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:"Poppins",sans-serif;text-transform:none}@media(max-width: 768px){.discount-modal .discount-modal-content .discount-modal-body .discount-coupon .coupon-copy-btn{width:100%;justify-content:center;padding:.625rem 1.25rem}}.discount-modal .discount-modal-content .discount-modal-body .discount-coupon .coupon-copy-btn svg{width:20px;height:20px;stroke:currentColor;fill:none}.discount-modal .discount-modal-content .discount-modal-body .discount-coupon .coupon-copy-btn:hover{background:#e63990;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,72,168,.4)}.discount-modal .discount-modal-content .discount-modal-body .discount-coupon .coupon-copy-btn:active{transform:translateY(0)}.discount-modal .discount-modal-content .discount-modal-body .discount-coupon .coupon-copy-btn.copied{background:#10b981}.discount-modal .discount-modal-content .discount-modal-body .discount-coupon .coupon-copy-btn.copied:hover{background:#059669}.discount-modal .discount-modal-content .discount-modal-body .coupon-copied-message{text-align:center;font-size:.875rem;color:#10b981;font-weight:600;margin:0;opacity:0;transition:opacity .3s ease;font-family:"Poppins",sans-serif}.discount-modal .discount-modal-content .discount-modal-body .coupon-copied-message.show{opacity:1}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-20px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}/*# sourceMappingURL=style.css.map */
