*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:none;transition:color .3s ease}a:hover{color:#535bf2}h1,h2,h3{line-height:1.2}button{border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:600;font-family:inherit;color:#fff;background-color:transparent;cursor:pointer;transition:all .3s ease}button:hover{transform:translateY(-3px)}button:focus,button:focus-visible{outline-offset:2px}.app{display:flex;flex-direction:column}.header{background-color:#ffffff1a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);position:fixed;top:0;left:0;width:100%;z-index:1000;padding-top:1.5rem;padding-bottom:.5rem;transition:all .3s ease;border-bottom:none}.header.scrolled{background-color:#fffffffa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding-top:.5rem;padding-bottom:.5rem;box-shadow:0 4px 20px #0000000d}.header.faq-page{background-color:#0009}.header.faq-page.scrolled{background-color:#000c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d}.header.faq-page.scrolled .nav-links a{color:#fff}.header.faq-page.scrolled .nav-links a.active{color:#ff006e}.nav{max-width:1600px;margin:0 auto;padding:.5rem 4rem;display:flex;justify-content:space-between;align-items:center;gap:3rem;transition:padding .3s ease}.header.scrolled .nav{padding:.5rem 4rem}.logo-img{height:55px;width:auto;object-fit:contain;transition:all .3s ease}.header.scrolled .logo-img{height:45px}.nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0;flex:1;justify-content:flex-end;align-items:center;margin-right:3rem}.nav-links a{color:#fff;font-weight:500;font-size:1.1rem;transition:color .3s ease;position:relative;text-decoration:none;padding-bottom:5px;letter-spacing:.3px;white-space:nowrap}.header.scrolled .nav-links a{color:#444}.nav-links a.active{color:#ff006e;font-weight:600}.nav-links a.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#ff006e;display:block}.header.scrolled .nav-links a:hover,.header.scrolled .nav-links a.active{color:#ff006e}.btn-register{background-color:#ff006e;color:#fff;border:none;padding:.65rem 2.2rem;border-radius:50px;font-weight:800;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 10px #ff006e4d;display:flex;align-items:center;justify-content:center;line-height:1}.btn-register:hover{background-color:#d0005a;transform:translateY(-2px);box-shadow:0 6px 15px #ff006e66}.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center}.hero-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000b3,#0006,#0000001a);z-index:2}.hero-overlay.hero-overlay-vertical{background:linear-gradient(to bottom,#0000004d,#0000)!important}.hero-content{position:relative;z-index:3;width:100%;padding:0 4rem;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start}.hero-title{font-size:5.5rem;font-weight:800;color:#fff;margin-bottom:2rem;text-align:left;line-height:1.05;display:flex;flex-direction:column;letter-spacing:-1px}.text-pink{color:#ff006e;font-weight:900}.hero-indicators{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.hero-indicator{width:60px;height:4px;background-color:#ffffff4d;cursor:pointer;transition:all .3s ease;border-radius:2px}.hero-indicator.active{background-color:#ff006e;width:100px}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .3s ease;color:#fffc;opacity:.7}.hero-arrow:hover{background:#ffffff40;border-color:#fff6;color:#fff;opacity:1;transform:translateY(-50%) scale(1.1)}.hero-arrow-left{left:2rem}.hero-arrow-right{right:2rem}.hero-arrow svg{width:20px;height:20px}.btn-hero{background-color:#ff006e;color:#fff;border:none;padding:.8rem 2.5rem;border-radius:15px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff006e4d;margin-top:1rem}.btn-hero:hover{background-color:#d0005a;transform:translateY(-2px);box-shadow:0 6px 20px #ff006e66}.chat-button{position:fixed;bottom:2rem;right:2rem;width:90px;height:90px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:1000}.chat-icon{width:100%;height:100%;object-fit:contain;border-radius:50%}.chat-button:hover{transform:scale(1.1)}.chat-window{position:fixed;bottom:2rem;right:2rem;width:380px;height:600px;background-color:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;z-index:1001;animation:slideUp .3s ease-out;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:linear-gradient(135deg,#ff006e,#d0005a);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;border-radius:20px 20px 0 0}.chat-header-content{flex:1}.chat-title{font-size:1.3rem;font-weight:700;margin:0 0 .3rem}.chat-subtitle{font-size:.85rem;margin:0;opacity:.9}.chat-close-btn{background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;line-height:1}.chat-close-btn:hover{background-color:#fff3}.chat-messages{flex:1;padding:1.5rem;overflow-y:auto;background-color:#f8f9fa;display:flex;flex-direction:column;gap:1rem}.chat-message{display:flex;margin-bottom:.5rem}.chat-message-bot{justify-content:flex-start}.chat-message-user{justify-content:flex-end}.message-content{max-width:75%;padding:.8rem 1rem;border-radius:15px;font-size:.9rem;line-height:1.4}.chat-message-bot .message-content{background-color:#fff;color:#333;box-shadow:0 2px 5px #0000001a}.chat-message-user .message-content{background-color:#ff006e;color:#fff}.chat-input-container{padding:1rem 1.5rem;background-color:#fff;border-top:1px solid #e9ecef;display:flex;gap:.5rem;align-items:center}.chat-input{flex:1;padding:.8rem 1rem;border:1px solid #e9ecef;border-radius:25px;font-size:.9rem;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#ff006e}.chat-input:disabled{background-color:#f8f9fa;cursor:not-allowed}.chat-send-btn{width:40px;height:40px;border-radius:50%;background-color:#ff006e;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;flex-shrink:0}.chat-send-btn:hover:not(:disabled){background-color:#d0005a}.chat-send-btn:disabled{background-color:#ccc;cursor:not-allowed}.chat-media-image,.chat-media-video{max-width:100%;max-height:300px;border-radius:10px;margin-bottom:.5rem}.chat-media-caption{margin-top:.5rem;font-size:.85rem;opacity:.8;margin-bottom:0}.chat-document-link{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff3;border-radius:8px;transition:background-color .2s}.chat-message-user .chat-document-link{background-color:#ffffff4d}.chat-document-link:hover{background-color:#ffffff4d;text-decoration:underline}.chat-typing-indicator{display:flex;gap:4px;padding:.5rem 0}.chat-typing-indicator span{width:8px;height:8px;border-radius:50%;background-color:#999;animation:typing 1.4s infinite}.chat-typing-indicator span:nth-child(2){animation-delay:.2s}.chat-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.chat-input-container form{display:flex;gap:.5rem;align-items:center;width:100%}@media(max-width:968px){.nav{padding:.5rem 1.5rem;justify-content:space-between}.header.scrolled .nav{padding:.5rem 1.5rem}.nav-brand{margin-left:0}.nav-links,.btn-register{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:.5rem;width:50px;height:50px;z-index:1001;margin-right:0}.mobile-menu-btn img{width:100%;height:100%;object-fit:contain}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:1000;animation:fadeIn .3s ease-out}.mobile-menu-content{position:absolute;top:0;right:0;width:280px;height:100%;background-color:#fff;box-shadow:-2px 0 10px #0000001a;padding:5rem 2rem 2rem;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.mobile-menu.closing{animation:fadeOut .3s ease-out}.mobile-menu-content.closing{animation:slideOutRight .3s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.mobile-menu-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-links li a{color:#333;font-size:1.1rem;font-weight:500;text-decoration:none;display:block;padding:.5rem 0;border-bottom:1px solid #e9ecef;transition:color .2s}.mobile-menu-links li a:hover{color:#ff006e}.mobile-btn-register{margin-top:2rem;background-color:#ff006e;color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:800;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #ff006e4d;width:100%}.mobile-btn-register:hover{background-color:#d0005a;transform:translateY(-2px);box-shadow:0 6px 15px #ff006e66}}@media(min-width:969px){.mobile-menu-btn,.mobile-menu{display:none}}@media(max-width:968px){.hero{height:70vh;min-height:500px}.hero.hero-fourth-active{height:27vh;min-height:350px}.hero-arrow{width:40px;height:40px;opacity:.6}.hero-arrow-left{left:1rem}.hero-arrow-right{right:1rem}.hero-arrow svg{width:18px;height:18px}.about-new{padding:2rem 1rem!important;text-align:center}.about-container-new{padding:0;max-width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.about-title-new{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:.3rem;align-items:baseline;justify-content:center!important;font-size:40px;margin:0 auto 2rem;line-height:1.3;text-align:center;width:100%;max-width:100%}.title-line-dark,.title-line-pink{display:inline-block;font-size:40px;text-align:center;margin:0}.tips-bar-text{font-size:2rem!important;white-space:nowrap}.tips-title{font-size:2.5rem!important;white-space:nowrap}.tips-paragraph{padding-left:1rem;padding-right:1rem}.tips-decoration-circle{display:none!important}.location{padding:2rem 1rem!important}.location-container{margin:0 auto!important}.location-card{flex-direction:column!important;padding:0!important;gap:0!important;border-radius:20px!important}.location-map-wrapper{width:100%!important;margin-top:0!important;margin-bottom:0!important;min-height:300px!important;border-bottom:4px solid #ff006e!important}.location-map-iframe{height:300px!important;border-radius:20px 20px 0 0!important}.location-content{padding:2rem 1.5rem!important;text-align:center!important;width:100%!important}.location-title{font-size:2.5rem!important;text-align:center!important;margin-bottom:1.5rem!important}.location-desc{font-size:1rem!important;text-align:center!important;margin-bottom:1.5rem!important;line-height:1.5!important}.location-hours-title{text-align:center!important;font-size:1.1rem!important;margin-bottom:.5rem!important}.location-hours{text-align:center!important;font-size:1rem!important;margin-bottom:2rem!important}.btn-location{margin:0 auto!important;display:block!important;width:fit-content!important}.discover-app{height:70vh!important;min-height:500px!important;background-position:33% 30%!important}.discover-overlay{background:#00000080!important}.discover-content{padding:4rem 2rem 3rem!important;align-items:flex-start!important;gap:.5rem!important;width:100%!important;max-width:100%!important}.discover-title{font-size:2rem!important;text-align:left!important;max-width:100%!important;line-height:1.2!important;margin-bottom:.5rem!important}.discover-title .title-white,.discover-title .title-pink{text-shadow:2px 2px 4px rgba(0,0,0,.3)!important}.discover-logo{margin-bottom:0!important;margin-top:0!important}.ubii-logo-img{height:80px!important;margin-left:-10px!important}.discover-buttons{margin-top:0!important;align-items:flex-start!important;gap:.75rem!important;width:100%!important;max-width:280px!important}.discover-buttons .btn-store{width:auto!important;max-width:180px!important;transition:transform .3s ease,opacity .3s ease!important}.discover-buttons .btn-store:hover{transform:scale(1.05)!important;opacity:.9!important}.discover-buttons .btn-store img{width:180px!important;max-width:180px!important;height:auto!important;display:block!important}.products{padding:2rem 1rem!important;text-align:center}.products-container{flex-direction:column;align-items:center;gap:2rem;position:relative;padding:0 1rem}.products-info{flex-direction:column;align-items:center;gap:1rem;width:100%;order:1;position:relative}.products-text{text-align:center;width:100%}.products-title{font-size:1.8rem!important;flex-direction:row!important;justify-content:center;align-items:baseline;gap:.3rem;margin-bottom:2rem;white-space:nowrap!important}.title-dark,.title-pink-nowrap{white-space:nowrap!important;display:inline!important}.btn-products{display:none}.products-carousel{width:calc(300px + .8rem)!important;max-width:calc(300px + .8rem)!important;order:2;margin:0 auto;position:relative;padding:0!important;overflow:hidden!important;mask-image:none!important;-webkit-mask-image:none!important;display:flex;align-items:center;justify-content:center;min-height:100px}.carousel-track{gap:.8rem!important;justify-content:flex-start;align-items:center;display:flex;width:auto}.carousel-card{width:150px!important;height:100px!important;min-width:150px!important;max-width:150px!important;flex-shrink:0!important;display:flex!important;align-items:center;justify-content:center;padding:8px;box-sizing:border-box;overflow:hidden!important;background-color:#fff}.carousel-card-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:transform .3s ease}.carousel-card-link:hover{transform:scale(1.05)}.carousel-card img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.products-container,.products-info{position:relative}.products-container .nav-arrow.left-arrow,.products-container .products-info .nav-arrow.left-arrow{position:absolute!important;left:-3rem!important;top:150px!important;bottom:auto!important;z-index:100!important;font-size:2rem;min-width:40px;height:40px;display:flex!important;align-items:center;justify-content:center;color:#ff0062;cursor:pointer!important;pointer-events:auto!important;transform:none!important}.products-container>.nav-arrow.right-arrow{position:absolute!important;right:-2rem!important;left:auto!important;top:150px!important;bottom:auto!important;z-index:100!important;font-size:2rem;min-width:40px;height:40px;display:flex!important;align-items:center;justify-content:center;color:#ff0062;cursor:pointer!important;pointer-events:auto!important;transform:none!important}.hero-slide{background-size:cover;background-position:center center;background-repeat:no-repeat}.hero-slide .hero-overlay.hero-overlay-vertical{background:linear-gradient(to bottom,#0006,#0000)!important}.hero-content{padding:0 2rem;align-items:center;text-align:center;width:100%;max-width:100%;position:absolute;bottom:5rem;left:50%;transform:translate(-50%);z-index:3}.hero-title{font-size:2.5rem;text-align:center;align-items:center;margin-bottom:1rem;line-height:1.2}.hero-title-line{text-align:center}.btn-hero{font-size:1rem;padding:.7rem 2rem;margin-top:.5rem;align-self:center}.hero-indicators{bottom:1.5rem;gap:.8rem}.hero-indicator{width:40px;height:3px}.hero-indicator.active{width:60px}.hero-overlay{background:linear-gradient(to bottom,#0009,#0000004d,#0000001a)}.hero-overlay.hero-overlay-vertical{background:linear-gradient(to bottom,#00000080,#0000)!important}}.btn-primary{background-color:#e91e63;color:#fff;border:none}.btn-primary:hover{background-color:#c2185b}.services{padding:5rem 2rem;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#213547}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#213547}.service-card p{color:#666;line-height:1.6}.about-new{position:relative;padding:2rem 2rem 8rem;background-color:#f8f9fa;overflow:hidden;text-align:center}.about-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.about-bg-img{width:100%;height:100%;object-fit:cover;opacity:.05;pointer-events:none}.about-container-new{position:relative;z-index:2;max-width:1000px;margin:0 auto}.about-title-new{font-size:3.5rem;font-weight:800;margin-bottom:4rem;display:flex;flex-direction:column;line-height:1.2}.title-line-dark{color:#2e0064}.title-line-pink{color:#ff006e}.about-content-new{max-width:900px;margin:0 auto;text-align:justify;text-align-last:left}.about-paragraph{font-size:1.1rem;line-height:1.8;color:#1a1a1a;margin-bottom:2.5rem;font-weight:400}.about-paragraph strong{font-weight:700;color:#2e0064}.text-purple-bold{color:#2e0064;font-weight:800;font-size:1.15rem}.tips-wrapper{position:relative;overflow:visible}.tips-section{background-color:#f8f9fa;padding-bottom:8rem;position:relative;overflow:visible;text-align:center}.tips-gradient-bar{background:linear-gradient(90deg,#4a0e4e,#e91e63,#ffffff80);padding:1.5rem 0;margin-bottom:5rem;color:#fff}.tips-bar-text{font-size:3.5rem;margin:0;font-weight:500}.tips-bar-text strong{font-weight:800}.tips-container{max-width:800px;margin:0 auto;position:relative;z-index:2}.tips-title{font-size:5rem;margin-bottom:3rem;font-weight:800}.text-pink-title{color:#ff006e}.text-dark-title{color:#2e0064}.tips-content{margin-bottom:3rem}.tips-paragraph{font-size:1.3rem;color:#2e0064;line-height:1.5;margin-bottom:2rem;font-weight:500;max-width:550px;margin-left:auto;margin-right:auto}.tips-paragraph strong{color:#2e0064;font-weight:800}.btn-tips{background-color:#ff006e;color:#fff;border:none;padding:.8rem 4rem;border-radius:15px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #ff006e4d}.btn-tips:hover{background-color:#d0005a;transform:translateY(-3px)}.tips-decoration-circle{position:absolute;top:150px;right:-100px;width:500px;height:500px;background-color:#e9ecef;border-radius:50%;z-index:0;opacity:.3;pointer-events:none;transform:translateY(50%)}.features{padding:4rem 2rem 2rem;background-color:#f8f9fa;position:relative;overflow:hidden}.features-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.features-bg-img{width:100%;height:100%;object-fit:cover;opacity:.05;pointer-events:none}.features-wrapper{max-width:1100px;margin:0 auto;position:relative;z-index:2}.features-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:3rem;display:flex;align-items:baseline;justify-content:center;gap:.3rem;line-height:1.2;width:100%}.features-container{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 4rem;justify-items:center}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center}.feature-icon{height:90px;width:auto;object-fit:contain;margin-bottom:1.5rem}.feature-title{color:#2e0064;font-size:1.3rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.feature-desc{color:#1a1a1a;font-size:1rem;line-height:1.6;max-width:450px;margin:0 auto}@media(max-width:768px){.features-title{font-size:2rem!important;margin-bottom:2rem!important}.features-container{grid-template-columns:1fr!important;gap:3rem!important}}@media(max-width:968px){.features{padding:2rem 1rem 3rem!important}.tips-section{padding-bottom:3rem!important}.tips-gradient-bar{margin-bottom:1.5rem!important}.tips-content{padding:0 1rem!important}}.reasons{padding-top:10rem;position:relative;background-color:#f3f3f3;overflow:hidden;width:100%}.reasons-background{position:absolute;top:0;left:0;width:50%;height:100%;z-index:1;opacity:.1}.reasons-bg-img{width:100%;transform:translate(20%) translateY(70%)}.reasons-content{display:flex;width:100%;min-height:100vh;position:relative;z-index:2}.reasons-text-col{flex:1;padding:6rem 2rem 6rem 4rem;display:flex;flex-direction:column;justify-content:center;max-width:58%;padding-left:8%}.reasons-image-col{flex:1;position:relative;max-width:42%;margin-left:auto}.buyers-img{width:100%;height:100%;object-fit:cover;border-top-left-radius:150px;display:block}.reasons-title{font-size:3.5rem;line-height:1.1;margin-bottom:4rem;display:flex;flex-direction:column;font-weight:800}.title-pink{color:#e91e63}.title-pink-nowrap{white-space:nowrap}.title-dark{color:#2e0064}.reasons-list{display:flex;flex-direction:column;gap:2.5rem}.reason-item{display:flex;align-items:center;gap:1rem}.reason-icon-wrapper{flex-shrink:0;z-index:2}.reason-number-img{width:90px;height:90px;object-fit:contain;display:block}.reason-desc{font-size:1rem;line-height:1.6;margin:0;max-width:380px;text-align:justify;background:linear-gradient(90deg,#fff,#555 20%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reason-item:nth-child(1) .reason-desc{max-width:390px}.reason-item:nth-child(2) .reason-desc{max-width:390px}.reason-item:nth-child(3) .reason-desc{max-width:390px}.reason-item:nth-child(2){margin-left:4rem}.reason-item:nth-child(3){margin-left:8rem}.section-divider{width:100%;height:50px;background:linear-gradient(90deg,#4a0e4e,#e91e63,#f8bbd0);position:relative;z-index:5}.levels{padding:6rem 2rem;background-color:#f8f9fa;text-align:center}.levels-title{font-size:3rem;font-weight:800;margin-bottom:4rem}.levels-title-pink{color:#ff4081}.levels-title-dark{color:#2e0064}.levels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:5rem 4rem;max-width:1200px;margin:0 auto}.level-card{background:linear-gradient(90deg,#3d0043,#d81b60,#fce4ec);border-radius:70px;padding:3rem 2rem 4rem 3rem;position:relative;color:#fff;text-align:left;display:flex;justify-content:space-between;overflow:visible;min-height:240px;box-shadow:0 10px 20px #0000001a}.level-content{z-index:2;flex:1;padding-right:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.level-name{font-size:3rem;font-weight:800;margin-bottom:.5rem;margin-top:0}.level-desc{font-size:1rem;line-height:1.4;margin-bottom:0;opacity:1;max-width:280px;font-weight:500}.btn-level{position:absolute;bottom:-25px;left:3rem;background-color:#ff0062;color:#fff;border:none;padding:.8rem 2.5rem;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 8px #0003;z-index:10}.level-star{position:absolute;top:1.5rem;right:1.5rem;transform:none;width:140px;height:140px;object-fit:contain;z-index:1}.products{padding:6rem 2rem;background-color:#f8f9fa;overflow:visible;position:relative}.products-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}.products-info{display:flex;align-items:center;gap:2rem;flex:1}.products-text{text-align:left}.products-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem;display:flex;flex-direction:column}.btn-products{background-color:#ff0062;color:#fff;border:none;padding:.8rem 2.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 8px #0003}.nav-arrow{color:#ff0062;font-size:3rem;cursor:pointer;transition:transform .2s;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:60px}.nav-arrow:hover{transform:scale(1.2)}.nav-arrow.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.nav-arrow.disabled:hover{transform:none}.products-carousel{width:680px;flex-shrink:0;display:flex;align-items:center;gap:2rem;position:relative;overflow:hidden;mask-image:linear-gradient(to right,black 60%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 60%,transparent 100%);padding:1.5rem 0}.carousel-track{display:flex;gap:40px;overflow:visible}.carousel-card{width:400px;height:260px;border-radius:20px;overflow:hidden;flex-shrink:0;position:relative;box-shadow:0 10px 20px #0000001a;display:flex;align-items:center;justify-content:center;padding:15px;box-sizing:border-box;background-color:#fff}.carousel-card-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.carousel-card-link:hover{transform:scale(1.05)}.carousel-card img{width:100%;height:100%;object-fit:contain;pointer-events:none}.discover-app{position:relative;width:100%;height:80vh;background-size:cover;background-position:center 10%;background-repeat:no-repeat;display:flex;align-items:center}.discover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center}.discover-content{max-width:1400px;width:100%;margin:0 auto;padding:0 4rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.discover-title{font-size:4rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2;display:flex;flex-direction:column;align-items:flex-start}.discover-title .title-white,.discover-title .title-pink{text-shadow:2px 2px 4px rgba(0,0,0,.3)}.discover-title .title-normal{font-weight:400}.title-white{color:#fff}.discover-logo{margin-bottom:0;margin-top:0;display:flex;align-items:center;justify-content:flex-start}.ubii-logo-img{margin-left:-30px;height:150px;width:auto;object-fit:contain}.discover-buttons{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;margin-top:0}.discover-buttons .btn-store{background:transparent;border:none;padding:0;cursor:pointer;transition:transform .3s ease,opacity .3s ease;display:block}.discover-buttons .btn-store:hover{transform:scale(1.05);opacity:.9}.discover-buttons .btn-store img{width:200px;height:auto;display:block}.btn-discover{background-color:#ff0062;color:#fff;border:none;padding:.8rem 3rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s;width:fit-content;box-shadow:0 4px 10px #ff006266;text-align:center}.btn-discover:hover{transform:translateY(-3px)}.location{padding:12rem 2rem 8rem;background-color:#f8f9fa;background-size:cover;background-position:center 0px;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center}.location-container{max-width:1000px;width:100%;margin:40px auto}.location-card{background-color:#2e0064;border-radius:30px;display:flex;align-items:center;padding:3rem;gap:3rem;position:relative;box-shadow:0 15px 30px #0003}.location-map-wrapper{flex:1;position:relative;margin-top:-6rem;margin-bottom:-1rem;min-height:450px}.location-map-iframe{width:100%;height:440px;border:none;border-radius:20px;box-shadow:0 10px 20px #00000026;display:block}.location-content{flex:1.2;color:#fff;text-align:left}.location-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;margin-top:0}.location-desc{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:1;font-weight:500}.location-hours-title{color:#ff006e;font-size:1.2rem;font-weight:800;margin-bottom:.5rem}.location-hours{font-size:1.2rem;font-weight:500;margin-bottom:2.5rem}.btn-location{background-color:#ff006e;color:#fff;border:none;padding:.8rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s;box-shadow:0 4px 10px #ff006266}.btn-location:hover{transform:translateY(-3px)}.contact{padding:5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.contact .section-title{color:#fff}.contact-text{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.footer{background-color:#2e0064;color:#fff;padding:5rem 2rem 2rem;position:relative;overflow:visible}.app{overflow-x:hidden;width:100%}.footer-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.footer-logo-row{margin-bottom:3rem}.footer-logo{height:60px;width:auto}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:6rem;text-align:left}.footer-heading{color:#ff006e;font-size:1.1rem;margin-bottom:1.5rem;font-weight:700}.footer-hours-heading{margin-top:1.5rem;margin-bottom:.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-links li a{color:#fff;font-size:.95rem;text-decoration:none;font-weight:400;transition:color .2s}.footer-links li a:hover{color:#ff006e}.footer-address-text,.footer-hours-text{color:#fff;font-size:.95rem;line-height:1.6;margin:0;font-weight:400}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:center;gap:.8rem;font-size:.95rem;font-weight:400}.footer-email-link{color:#fff;text-decoration:none;transition:color .3s ease;font-size:.95rem;font-weight:400}.footer-email-link:hover{color:#ff006e;text-decoration:underline}.contact-icon-envelope{color:#ff006e;font-size:1.2rem;border:2px solid #ff006e;border-radius:4px;width:24px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.8rem;line-height:1}.contact-icon-envelope{content:"";border:none;width:auto;height:auto;font-size:1.2rem}.social-icons{display:flex;padding-left:4dvb;gap:1rem}.social-icon-link img{width:45px;height:45px;object-fit:contain;transition:transform .2s}.social-icon-link:hover img{transform:scale(1.1)}.footer-bottom{text-align:center;font-size:.9rem;color:#fff;margin-top:2rem;font-weight:400}.footer-points{position:absolute;bottom:0;right:0;width:300px;pointer-events:none;z-index:0;opacity:.6;max-height:100%}@media(max-width:968px){.footer-content{grid-template-columns:1fr 1fr;gap:3rem}.scroll-top-btn{width:80px;height:80px;top:-40px}.scroll-top-btn img{width:40px}.footer-points{display:none!important}.chat-button{width:60px!important;height:60px!important;bottom:1.5rem!important;right:1.5rem!important}.scroll-to-top-btn{width:45px!important;height:45px!important;bottom:calc(2rem + 60px)!important;right:1.95rem!important}.scroll-to-top-btn img{width:25px!important;height:25px!important}.chat-window{width:90vw!important;max-width:400px!important;height:70vh!important;max-height:600px!important;inset:50% auto auto 50%!important;transform:translate(-50%,-50%)!important;animation:slideUpCentered .3s ease-out!important}@keyframes slideUpCentered{0%{opacity:0;transform:translate(-50%,calc(-50% + 20px))}to{opacity:1;transform:translate(-50%,-50%)}}}@media(max-width:600px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-logo{height:40px}.footer{padding-top:4rem}}.footer-heading.text-white{color:#fff}.text-pink-footer{color:#ff006e;font-weight:700}.footer-heading-link{color:#fff;text-decoration:none;transition:color .2s ease}.footer-heading-link:hover{color:#ff006e}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-out}.popup-content{position:relative;max-width:800px;width:90%;border-radius:20px;box-shadow:0 25px 50px #00000080;animation:scaleIn .3s cubic-bezier(.175,.885,.32,1.275)}.popup-bg{width:100%;height:auto;display:block;border-radius:20px}.popup-close-btn{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;padding:0;width:40px;height:40px;transition:transform .2s;z-index:10;outline:none}.popup-close-btn img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.popup-close-btn:hover{transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.popup-text-content{position:absolute;top:50%;left:4rem;transform:translateY(-50%);z-index:5;display:flex;flex-direction:column;gap:2rem}.popup-title{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0;display:flex;flex-direction:column;text-align:left}.popup-line-1{display:block;white-space:nowrap}.popup-ya{color:#3d005f;font-weight:800;display:inline}.popup-tarjeta,.popup-fisica{font-size:3.8rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:-1px}.popup-cta-btn{background-color:#2e0064;color:#fff;border:none;padding:1rem 2.5rem;border-radius:15px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2e006466;width:fit-content;text-transform:none}.popup-cta-btn:hover{background-color:#3d0080;transform:translateY(-2px);box-shadow:0 6px 20px #2e006480}@media(max-width:968px){.popup-content{max-width:95%!important;width:95%!important;border-radius:15px!important}.popup-bg{border-radius:15px!important}.popup-close-btn{top:15px!important;right:15px!important;width:35px!important;height:35px!important}.popup-text-content{top:60px!important;bottom:2rem!important;left:1.5rem!important;right:1.5rem!important;transform:none!important;gap:1.5rem!important;align-items:flex-start!important;text-align:left!important}.popup-title{font-size:1.8rem!important;text-align:left!important;align-items:flex-start!important;width:100%!important}.popup-line-1{font-size:1.8rem!important;white-space:nowrap!important}.popup-tarjeta,.popup-fisica{font-size:3rem!important;text-align:left!important}.popup-cta-btn{padding:.9rem 2rem!important;font-size:1.1rem!important;margin:0!important;align-self:flex-start!important}}.scroll-to-top-btn{position:fixed;bottom:9rem;right:3.3rem;width:60px;height:60px;background-color:#ff006e;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;box-shadow:0 4px 15px #ff006e66;transition:all .3s ease;animation:fadeInUp .3s ease-out;padding:0}.scroll-to-top-btn img{width:40px;height:40px;object-fit:contain;display:block}.scroll-to-top-btn:hover{background-color:#d0005a;transform:translateY(-3px);box-shadow:0 6px 20px #ff006e80}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-main{min-height:100vh;background-color:#f8f9fa;padding:8rem 2rem 4rem;position:relative;overflow:visible}.faq-main:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,rgba(200,200,200,.1) 1px,transparent 1px);background-size:30px 30px;pointer-events:none;z-index:0}.faq-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.faq-title{text-align:center;font-size:4rem;font-weight:800;margin-bottom:3rem;line-height:1.1}.faq-title-dark{color:#2e0064}.faq-title-pink{color:#ff006e}.faq-validation-notice{text-align:right;margin-bottom:3rem;padding-right:1rem}.faq-validation-notice p{color:#666;font-size:.95rem;margin:0;font-style:italic}.faq-search-container{display:flex;justify-content:center;margin-bottom:4rem}.faq-search-bar{background-color:#2e0064;border-radius:50px;padding:1rem 1.5rem;display:flex;align-items:center;gap:.8rem;width:100%;max-width:600px;box-shadow:0 4px 15px #2e00644d}.faq-search-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0;filter:brightness(0) invert(1)}.faq-search-input{flex:1;background:transparent;border:none;color:#fff;font-size:1.3rem;font-weight:500;outline:none;font-family:Poppins,sans-serif;caret-color:#ff006e}.faq-search-input::placeholder{color:#ffffffe6}.faq-section{margin-bottom:4rem}.faq-section-title{color:#ff006e;font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:left}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;border-top:1px solid #e0e0e0;padding-top:2rem}.faq-column{display:flex;flex-direction:column;gap:2.5rem}.faq-item{border-bottom:1px solid #e0e0e0;padding-bottom:2rem}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-item-full{grid-column:1 / -1;margin-top:1rem}.faq-question{color:#460067;font-size:1.2rem;font-weight:700;margin-bottom:1rem;line-height:1.4}.faq-answer{color:#460067;font-size:1rem;font-weight:400;line-height:1.6;margin:0}@media(max-width:968px){.faq-main{padding:6rem 1.5rem 3rem}.faq-title{font-size:2.5rem!important;margin-bottom:2rem!important}.faq-search-container{margin-bottom:3rem}.faq-search-bar{padding:.9rem 1.5rem;max-width:100%}.faq-search-input{font-size:1rem}.faq-section-title{font-size:1.5rem!important;margin-bottom:2rem!important}.faq-grid{grid-template-columns:1fr!important;gap:2rem!important;padding-top:1.5rem!important}.faq-column{gap:2rem!important}.faq-item{padding-bottom:1.5rem!important}.faq-question{font-size:1.1rem!important}.faq-answer{font-size:.95rem!important}.faq-validation-notice{text-align:center!important;margin-bottom:2rem!important;padding-right:0!important}.faq-item-full{grid-column:1!important}}.faq-highlight{background-color:#ff006e;color:#fff;padding:0;border-radius:2px;font-weight:700;display:inline}.faq-no-results{text-align:center;padding:3rem 2rem;color:#666}.faq-no-results p{font-size:1.2rem;margin:0}.tips-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10000;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.tips-popup-content{position:relative;width:90%;max-width:900px;max-height:90vh;overflow-y:auto;border-radius:20px;box-shadow:0 20px 60px #00000080}.tips-popup-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:20px;z-index:1}.tips-popup-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;padding:0}.tips-popup-close:hover{transform:scale(1.1);opacity:.8}.tips-popup-close img{width:100%;height:100%;object-fit:contain}.tips-popup-body{position:relative;z-index:2;padding:3.5rem 3.5rem 3rem;color:#fff;min-height:500px}.tips-popup-title{font-size:2.8rem;font-weight:800;margin-bottom:2.5rem;text-align:center;display:flex;align-items:baseline;justify-content:center;gap:.3rem;line-height:1.2}.tips-popup-title-pink{color:#ff006e}.tips-popup-title-white{color:#fff}.tips-popup-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem;max-width:100%}.tips-popup-column{display:flex;flex-direction:column;gap:2rem}.tips-popup-item{display:flex;flex-direction:column;gap:.6rem}.tips-popup-item-title{font-size:1.15rem;font-weight:700;color:#ff006e;margin:0;line-height:1.3}.tips-popup-item-text{font-size:.95rem;font-weight:400;color:#fff;margin:0;line-height:1.5}@media(max-width:968px){.tips-popup-content{width:95%;max-width:100%}.tips-popup-body{padding:3rem 2rem 2rem}.tips-popup-title{font-size:2rem;margin-bottom:2rem}.tips-popup-grid{grid-template-columns:1fr;gap:2rem}.tips-popup-item-title{font-size:1.1rem}.tips-popup-item-text{font-size:.95rem}.tips-popup-close{width:35px;height:35px;top:15px;right:15px}}.credix-tips-main{min-height:100vh;margin-top:0;padding-top:0}.credix-tips-hero{position:relative;width:100%;height:50vh;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0;padding-top:0}.credix-tips-banner{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.credix-tips-hero-content{position:relative;z-index:2;text-align:center}.credix-tips-title{font-size:5rem;font-weight:800;display:flex;align-items:baseline;justify-content:center;gap:.5rem;line-height:1.2}.credix-tips-title-pink{color:#ff006e}.credix-tips-title-white{color:#fff}.credix-tips-content{background-color:#f8f9fa;min-height:50vh;padding-bottom:4rem;margin-bottom:2rem}.credix-tips-text-banner{background-color:#f8f9fa;margin-bottom:2rem;text-align:center;display:flex;align-items:center;justify-content:center;min-height:200px}.credix-tips-text-content{color:#460067;font-size:1.4rem;font-weight:700;margin:0;line-height:1.8;text-align:center}.credix-tips-pink-box{background-color:#ff006e;border-radius:150px;margin-bottom:1.5rem;text-align:center;border:5px solid #460067}.credix-tips-pink-text{color:#fff;font-size:1.5rem;font-weight:600;margin:0;line-height:1.1}.credix-tips-pink-text strong{font-weight:800}.credix-tips-arrow{display:flex;justify-content:center;align-items:center;margin-bottom:3rem}.credix-tips-arrow svg{width:40px;height:40px}.credix-tips-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 4rem}.credix-tips-column{display:flex;flex-direction:column;gap:2.5rem}.credix-tips-item{background-color:transparent;padding:0;border-radius:0;box-shadow:none}.credix-tips-item-title{font-size:1.5rem;font-weight:700;color:#ff006e;margin-bottom:1rem}.credix-tips-item-description{font-size:1.1rem;color:#460067;line-height:1.7;margin:0}.credix-tips-item-last{margin-bottom:3rem}.credix-tips-back-btn{position:fixed;top:100px;left:1rem;background-color:#ff006e;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;z-index:999;transition:all .3s ease;box-shadow:0 4px 10px #ff006e4d;font-family:Poppins,sans-serif}.credix-tips-back-btn:hover{background-color:#d0005a;transform:translateY(-2px);box-shadow:0 6px 15px #ff006e66}@media(max-width:968px){.credix-tips-hero{height:60vh;min-height:300px}.credix-tips-title{font-size:3rem}.credix-tips-content{padding:1rem 0 4rem!important;margin-bottom:2rem}.credix-tips-content>.container{padding-left:1rem!important;padding-right:1rem!important;max-width:100%!important}.credix-tips-text-banner{padding:3rem .75rem!important;margin-left:0!important;margin-right:0!important;margin-bottom:1.5rem;min-height:150px;width:100%!important}.credix-tips-text-content{font-size:.9rem;line-height:1.5;white-space:pre-line;max-width:100%!important;margin:0!important;padding:0 1rem!important;width:100%!important}.credix-tips-pink-box{padding:1.5rem 2rem;margin-bottom:1rem;border:2px solid #460067}.credix-tips-pink-text{font-size:.9rem;line-height:1.6}.credix-tips-arrow{margin-bottom:2rem}.credix-tips-arrow svg{width:30px;height:30px}.credix-tips-arrow svg path{stroke-width:3!important}.credix-tips-grid{grid-template-columns:1fr;gap:2.5rem;max-width:100%;margin:0 auto}.credix-tips-column{gap:2.5rem;width:100%}.credix-tips-item{text-align:center;width:100%;max-width:100%}.credix-tips-item-title{font-size:1.4rem;font-weight:700;color:#ff006e;margin-bottom:.8rem;text-align:center}.credix-tips-item-description{font-size:1rem;color:#460067;line-height:1.6;text-align:center;margin:0}.credix-tips-item-last{margin-bottom:4rem!important}.credix-tips-back-btn{top:130px;left:.5rem;padding:.6rem 1.2rem;font-size:.85rem}}.register-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease-out}.register-popup-content{position:relative;background-color:#fff;border-radius:20px;box-shadow:0 25px 50px #00000080;animation:scaleIn .3s cubic-bezier(.175,.885,.32,1.275);max-width:600px;max-height:900px;width:100%;display:flex;flex-direction:column;overflow:hidden}.register-popup-content.request-card-popup{max-height:600px}.register-popup-content.request-card-popup .register-iframe-container iframe{height:600px}.register-popup-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:all .3s ease}.register-popup-close img{width:24px;height:24px;object-fit:contain;filter:brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(5000%) hue-rotate(250deg) brightness(.4) contrast(1)}.register-popup-close:hover{transform:scale(1.1);background:#fff;box-shadow:0 4px 12px #0000004d}.register-popup-header{padding:2rem 2rem 1rem;border-bottom:2px solid #f0f0f0}.register-popup-title{font-size:2rem;font-weight:800;color:#460067;margin:0;text-align:center;font-family:Poppins,sans-serif}.register-tabs{display:flex;border-bottom:2px solid #f0f0f0;padding:0 2rem}.register-tab{flex:1;padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;text-align:center}.register-tab:hover{color:#ff006e;background-color:#ff006e0d}.register-tab.active{color:#ff006e;border-bottom-color:#ff006e;font-weight:700}.register-iframe-container{padding:2rem;overflow:auto;flex:1;display:flex;justify-content:center;align-items:flex-start;background-color:#f8f9fa}.register-iframe{width:100%;max-width:600px;height:850px;border:none;border-radius:10px;box-shadow:0 4px 15px #0000001a;background-color:#fff}.register-iframe-placeholder{width:100%;max-width:600px;min-height:400px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border-radius:10px;border:2px dashed #ddd}@media(max-width:968px){.register-popup-content{max-width:95vw;max-height:95vh;border-radius:15px}.register-popup-content.request-card-popup{max-height:85vh}.register-popup-content.request-card-popup .register-iframe-container iframe{height:500px}.register-popup-close{width:35px;height:35px;top:15px;right:15px}.register-popup-close img{width:20px;height:20px;filter:brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(5000%) hue-rotate(250deg) brightness(.4) contrast(1)}.register-popup-header{padding:1.5rem 1.5rem 1rem}.register-popup-title{font-size:1.5rem}.register-tabs{padding:0 1rem}.register-tab{padding:.8rem 1rem;font-size:.9rem}.register-iframe-container{padding:1rem}.register-iframe{height:600px;max-width:100%;width:100%}}
