.mkt-header{position:sticky;top:0;z-index:100;background:#0a0a0fd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:border-color .3s,background .3s}.mkt-header.scrolled{background:#0a0a0ff7;border-bottom-color:var(--border)}.mkt-header-inner{display:flex;align-items:center;gap:1.5rem;height:64px}.mkt-logo{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.mkt-logo-icon{width:36px;height:36px;background:var(--purple);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:900;color:#fff;box-shadow:0 0 16px #7c3aed66}.mkt-logo-text{display:flex;flex-direction:column;line-height:1.1}.mkt-logo-name{font-size:1rem;font-weight:800;color:var(--text-primary)}.mkt-logo-highlight{color:var(--purple)}.mkt-logo-tagline{font-size:.65rem;color:var(--text-muted);font-weight:500}.mkt-logo-img{height:52px;width:auto;max-width:200px;object-fit:contain}.mkt-nav{display:flex;align-items:center;gap:.25rem;margin-left:1rem}.mkt-nav-link,.mkt-nav-btn{padding:.45rem .85rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:500;color:var(--text-secondary);transition:var(--transition);display:flex;align-items:center;gap:.3rem}.mkt-nav-link:hover,.mkt-nav-btn:hover{color:var(--text-primary);background:var(--bg-hover)}.mkt-dropdown{position:relative}.mkt-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem;min-width:180px;box-shadow:var(--shadow-card);z-index:200}.mkt-dropdown-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:var(--radius-sm);font-size:.88rem;color:var(--text-secondary);transition:var(--transition)}.mkt-dropdown-item:hover{background:var(--bg-hover);color:var(--text-primary)}.mkt-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.mkt-icon-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary);transition:var(--transition)}.mkt-icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.mkt-cart-btn{position:relative}.mkt-cart-badge{position:absolute;top:2px;right:2px;background:var(--purple);color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mkt-user-btn{display:flex;align-items:center;gap:.5rem;padding:.3rem .75rem .3rem .3rem;border-radius:999px;background:var(--bg-card);border:1px solid var(--border);transition:var(--transition)}.mkt-user-btn:hover{border-color:var(--purple)}.mkt-avatar{width:28px;height:28px;background:var(--purple);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff}.mkt-user-name{font-size:.85rem;font-weight:600;color:var(--text-primary)}.mkt-login-btn{padding:.45rem 1rem;font-size:.85rem}.mkt-search-bar{border-top:1px solid var(--border);background:var(--bg-surface);padding:.75rem 0}.mkt-search-form{display:flex;align-items:center;gap:.75rem}.mkt-search-icon{color:var(--text-muted);flex-shrink:0}.mkt-search-input{flex:1;background:none;border:none;outline:none;font-size:1rem;color:var(--text-primary);font-family:inherit}.mkt-search-input::placeholder{color:var(--text-muted)}.mkt-mobile-toggle{display:none}.mkt-mobile-menu{display:none;border-top:1px solid var(--border);background:var(--bg-surface)}.mkt-mobile-inner{padding:1rem;display:flex;flex-direction:column;gap:.25rem}.mkt-mobile-link{padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.95rem;color:var(--text-secondary);transition:var(--transition);display:block}.mkt-mobile-link:hover{background:var(--bg-hover);color:var(--text-primary)}.mkt-mobile-divider{height:1px;background:var(--border);margin:.5rem 0}.mkt-mobile-logout{color:var(--red);width:100%;text-align:left}@media (max-width: 900px){.mkt-nav{display:none}.mkt-mobile-toggle{display:flex}.mkt-mobile-menu{display:block}.mkt-login-btn{display:none!important}.mkt-user-name{display:none}}.payment-icons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.payment-icon-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 8px;border-radius:6px;border:2px solid transparent;background:#ffffff14;transition:border-color .2s,background .2s,transform .15s;opacity:.7}.payment-icon-item.selected{border-color:#06c;background:#0066cc1a;opacity:1;transform:scale(1.05)}.payment-icon-item img{display:block;width:28px;height:28px}.payment-icon-label{font-size:.6rem;color:inherit;white-space:nowrap;opacity:.85}.mkt-footer .payment-icon-item,.footer .payment-icon-item{padding:5px 6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.mkt-footer .payment-icon-item img,.footer .payment-icon-item img{width:22px;height:22px}.mkt-footer .payment-icon-label,.footer .payment-icon-label{display:none}.mkt-footer{background:var(--bg-surface);border-top:1px solid var(--border);margin-top:30px}.mkt-footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:1.5rem!important}.mkt-footer-brand p{font-size:.88rem;color:var(--text-muted);margin-top:.75rem;line-height:1.7;max-width:280px}.mkt-footer-ecosystem{font-size:.75rem!important;color:var(--purple-light)!important;font-weight:500;margin-top:.25rem!important;opacity:.8}.mkt-footer-logo{display:flex;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:800;color:var(--text-primary)}.mkt-footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.mkt-footer-social a{width:36px;height:36px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1rem;transition:var(--transition)}.mkt-footer-social a:hover{border-color:var(--purple);color:var(--purple-light)}.mkt-footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem}.mkt-footer-col a{display:block;font-size:.88rem;color:var(--text-secondary);padding:.3rem 0;transition:var(--transition)}.mkt-footer-col a:hover{color:var(--purple-light)}.mkt-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-top:1px solid var(--border);font-size:.82rem;color:var(--text-muted)}.mkt-footer-links{display:flex;gap:1.5rem}.mkt-footer-links a{color:var(--text-muted);transition:var(--transition)}.mkt-footer-links a:hover{color:var(--text-secondary)}@media (max-width: 900px){.mkt-footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.mkt-footer-brand{grid-column:1 / -1}}@media (max-width: 500px){.mkt-footer-inner{grid-template-columns:1fr}.mkt-footer-bottom{flex-direction:column;gap:.75rem;text-align:center}}.mkt-footer-disclaimer{background:#00000040;border-top:1px solid rgba(255,255,255,.06);padding:.75rem 2rem;text-align:center;font-size:.72rem;color:#ffffff59;line-height:1.5}.mkt-footer-intermediadora{font-size:.7rem;color:#ffffff40!important;text-decoration:none;border-left:1px solid rgba(255,255,255,.1);padding-left:.75rem}.mkt-footer-intermediadora:hover{color:#ffffff80!important}.ev-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.ev-card:hover{transform:translateY(-4px);border-color:#7c3aed59;box-shadow:0 12px 40px #00000080,0 0 0 1px #7c3aed26}.ev-card-link{display:block;height:100%}.ev-card-thumb{position:relative;aspect-ratio:16/9;overflow:hidden}.ev-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ev-card:hover .ev-card-thumb img{transform:scale(1.05)}.ev-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%)}.ev-card-featured{position:absolute;top:.75rem;right:.75rem;background:#eab308e6;color:#000;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:999px}.ev-card-badge{position:absolute;bottom:.75rem;left:.75rem}.ev-card-body{padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.ev-card-title{font-size:.95rem;font-weight:700;color:var(--text-primary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ev-card-meta{display:flex;flex-wrap:wrap;gap:.5rem}.ev-card-meta-item{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--text-muted)}.ev-card-company{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--text-muted)}.ev-card-company-dot{width:6px;height:6px;background:var(--purple);border-radius:50%;flex-shrink:0}.ev-card-verified{font-size:.65rem;font-weight:700;color:#22c55e;background:#22c55e1f;border:1px solid rgba(34,197,94,.3);border-radius:4px;padding:1px 5px;letter-spacing:.02em;white-space:nowrap}gap: .4rem; font-size: .78rem; color: var(--text-muted); } .ev-card-company-dot{width:6px;height:6px;background:var(--purple);border-radius:50%;flex-shrink:0}.ev-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.25rem;padding-top:.75rem;border-top:1px solid var(--border)}.ev-card-price{display:flex;flex-direction:column;line-height:1.2}.ev-card-price span{font-size:.7rem;color:var(--text-muted)}.ev-card-price strong{font-size:1rem;font-weight:800;color:var(--purple-light)}.ev-card-installment{font-size:.72rem;color:#22c55e;font-weight:600;margin-top:2px;letter-spacing:-.01em}.ev-card-cta{font-size:.8rem;font-weight:600;color:var(--purple-light);transition:var(--transition)}.ev-card:hover .ev-card-cta{color:var(--purple-light);letter-spacing:.02em}.ev-card--large .ev-card-thumb{aspect-ratio:4/3}.ev-card--large .ev-card-title{font-size:1.05rem}.hero{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}.hero--platform{min-height:unset;display:block}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center top;opacity:0;transition:opacity 1s ease}.hero-bg.active{opacity:1}.hero-img-full{display:block;width:100%;height:auto;opacity:0;transition:opacity 1s ease;position:relative;z-index:0}.hero-img-full.active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a0fd9,#0a0a0f99 60%,#0a0a0f66)}.hero--platform .hero-overlay{background:linear-gradient(to bottom,#0a0a0f73,#0a0a0f8c,#0a0a0fb3)}.hero--platform .hero-content{position:absolute;bottom:3rem;left:0;right:0;z-index:2;max-width:760px}.hero-content{position:relative;z-index:1;padding:5rem 1.5rem 4rem;max-width:760px}.hero-badge{margin-bottom:1.25rem}.hero-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;line-height:1.15;color:#fff;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.05rem;color:#ffffffbf;margin-bottom:2rem;max-width:560px;line-height:1.7}.hero-search-box{max-width:720px;width:100%}.hero-search-tabs{display:flex;gap:4px;margin-bottom:-1px;padding-left:8px}.hero-search-tab{display:flex;align-items:center;gap:6px;padding:10px 18px;border:none;border-radius:12px 12px 0 0;background:#ffffff0f;color:#fff9;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;border:1px solid transparent;border-bottom:none}.hero-search-tab:hover{background:#ffffff1a;color:#ffffffe6}.hero-search-tab.active{background:#ffffff1a;color:#fff;border-color:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hero-tab-icon{font-size:1rem}.hero-tab-label{white-space:nowrap}.hero-search{display:flex;align-items:center;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-xl);padding:.5rem;gap:0}.hero-search-field{display:flex;align-items:center;gap:.6rem;flex:1;padding:.5rem 1rem}.hero-search-field-icon{color:#ffffff80;flex-shrink:0}.hero-search-field input{background:none;border:none;outline:none;font-size:.95rem;color:#fff;font-family:inherit;width:100%}.hero-search-field input::placeholder{color:#ffffff73}.hero-search-divider{width:1px;height:28px;background:#ffffff26;flex-shrink:0}.hero-search-btn{border-radius:var(--radius-lg);padding:.7rem 1.5rem;flex-shrink:0}.hero-dots{display:flex;gap:.5rem;margin-top:2rem}.hero-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;transition:var(--transition)}.hero-dot.active{background:var(--purple);width:24px;border-radius:4px}.stats-bar{background:var(--bg-surface);border-bottom:1px solid var(--border);padding:1.25rem 0}.stats-inner{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.1rem}.stat-item strong{font-size:1.4rem;font-weight:900;color:var(--purple-light)}.stat-item span{font-size:.78rem;color:var(--text-muted)}.stat-divider{width:1px;height:36px;background:var(--border)}.home-section{padding:3rem 0}.home-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.see-all-link{display:flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;color:var(--purple-light);transition:var(--transition)}.see-all-link:hover{gap:.5rem}.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.cat-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem .75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer}.cat-card:hover{border-color:var(--cat-color, var(--purple));background:var(--bg-hover);transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.cat-emoji{font-size:2rem}.cat-label{font-size:.82rem;font-weight:600;color:var(--text-secondary)}.event-row-wrapper{position:relative;padding:0 1rem}.event-row{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem 2.5rem;scrollbar-width:none}.event-row::-webkit-scrollbar{display:none}.event-row-item{flex:0 0 280px;scroll-snap-align:start}.row-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;background:var(--bg-card);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:1.1rem;transition:var(--transition);box-shadow:var(--shadow-card)}.row-arrow:hover{background:var(--purple);color:#fff;border-color:var(--purple)}.row-arrow-left{left:0}.row-arrow-right{right:0}.ev-card-skeleton{flex:0 0 280px;height:320px;border-radius:var(--radius-lg)}.partner-banner{background:linear-gradient(135deg,var(--purple-dark) 0%,#1a0a3a 100%);border-top:1px solid rgba(124,58,237,.3);border-bottom:1px solid rgba(124,58,237,.3);padding:3.5rem 0;margin:2rem 0}.partner-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.partner-text h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.partner-text p{color:#ffffffb3;max-width:520px;font-size:.95rem}.partner-btn{padding:.85rem 2rem;font-size:1rem;flex-shrink:0}@media (max-width: 1100px){.cat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hero{min-height:480px}.hero-search-box{width:100%}.hero-search-tabs{overflow-x:auto;padding-bottom:2px}.hero-search-tab{padding:8px 12px;font-size:.75rem}.hero-search{flex-direction:column;border-radius:var(--radius-lg)}.hero-search-divider{width:100%;height:1px}.hero-search-field{width:100%}.cat-grid{grid-template-columns:repeat(3,1fr)}.stats-inner{gap:1rem}.stat-divider{display:none}.partner-inner{flex-direction:column;text-align:center}}@media (max-width: 480px){.cat-grid{grid-template-columns:repeat(2,1fr)}.event-row-item{flex:0 0 240px}}.tenant-hero{position:relative;min-height:480px;display:flex;align-items:center;background-size:cover;background-position:center}.tenant-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000008c,#00000059)}.tenant-hero-content{position:relative;z-index:1;padding:4rem 1.5rem;text-align:center}.tenant-hero-badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.82rem;font-weight:600;padding:.4rem 1rem;border-radius:999px;margin-bottom:1.25rem}.tenant-hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:#fff;margin-bottom:.75rem;text-shadow:0 2px 20px rgba(0,0,0,.4)}.tenant-hero-desc{font-size:1.05rem;color:#ffffffd9;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto}.tenant-hero-search{display:flex;align-items:center;background:#fff;border-radius:12px;overflow:hidden;max-width:640px;margin:0 auto;box-shadow:0 8px 32px #00000040}.tenant-search-field{display:flex;align-items:center;gap:.5rem;flex:1;padding:0 1rem;color:#666}.tenant-search-field input{border:none;outline:none;font-size:.9rem;color:#333;width:100%;padding:1rem 0;background:transparent}.tenant-search-divider{width:1px;height:28px;background:#e5e7eb;flex-shrink:0}.tenant-search-btn{border:none;color:#fff;font-weight:700;font-size:.9rem;padding:1rem 1.5rem;cursor:pointer;white-space:nowrap;transition:opacity .2s}.tenant-search-btn:hover{opacity:.9}.tenant-footer{background:#1a1a2e;color:#fffc;padding:3rem 0 0;margin-top:4rem}.tenant-footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.tenant-footer-brand p{font-size:.88rem;color:#ffffff8c;margin-top:.75rem;line-height:1.6;max-width:320px}.tenant-footer-name{font-size:1.4rem;font-weight:800;color:#fff}.tenant-footer-contact h4,.tenant-footer-links h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff6;margin-bottom:1rem}.tenant-footer-contact p{display:flex;align-items:center;gap:.5rem;font-size:.85rem;margin-bottom:.5rem}.tenant-footer-whatsapp{display:inline-block;margin-top:.75rem;background:#25d366;color:#fff;font-size:.82rem;font-weight:600;padding:.4rem .9rem;border-radius:6px;text-decoration:none}.tenant-footer-links{display:flex;flex-direction:column;gap:.5rem}.tenant-footer-links a{font-size:.85rem;color:#ffffffa6;text-decoration:none;transition:color .2s}.tenant-footer-links a:hover{color:#fff}.tenant-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:.78rem;color:#ffffff59}.tenant-footer-powered a{color:#ffffff80;text-decoration:none}.tenant-footer-powered a:hover{color:#fff}.mkt-header-tenant{border-bottom:2px solid var(--purple)}.mkt-nav-whatsapp{color:#25d366!important;font-weight:600}@media (max-width: 768px){.tenant-hero-search{flex-direction:column;border-radius:12px}.tenant-search-divider{width:100%;height:1px}.tenant-footer-inner{grid-template-columns:1fr;gap:1.5rem}.tenant-footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.tenant-gallery-section{padding:3rem 0;background:var(--bg-surface)}.tenant-section-title{font-size:1.3rem;font-weight:800;margin-bottom:1.5rem;color:var(--text-primary)}.tenant-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.tenant-gallery-item{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3;cursor:pointer;background:var(--bg-card)}.tenant-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.tenant-gallery-item:hover img{transform:scale(1.05)}.tenant-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);display:flex;align-items:flex-end;padding:.75rem;opacity:0;transition:opacity .2s}.tenant-gallery-item:hover .tenant-gallery-overlay{opacity:1}.tenant-gallery-overlay span{color:#fff;font-size:.82rem;font-weight:600}.tenant-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;padding:1rem}.tenant-gallery-modal img{max-width:90vw;max-height:80vh;border-radius:var(--radius-md)}.tenant-gallery-modal p{color:#fff;margin-top:.75rem;font-size:.9rem}.tenant-modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff26;border:none;color:#fff;font-size:2rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.tenant-reviews-section{padding:3rem 0}.tenant-reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.tenant-avg{display:flex;align-items:center;gap:.5rem}.tenant-avg-score{font-size:2rem;font-weight:900;color:var(--orange)}.tenant-avg-stars{font-size:1.2rem;color:#f59e0b}.tenant-avg-label{font-size:.82rem;color:var(--text-muted)}.tenant-reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.tenant-review-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.tenant-review-top{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.tenant-review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-light));color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tenant-review-top strong{font-size:.9rem;color:var(--text-primary);display:block}.tenant-verified{font-size:.72rem;color:var(--green);display:block;margin-top:2px}.tenant-review-stars{color:#f59e0b;font-size:.85rem;margin-top:2px}.tenant-review-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin:0}@media (max-width: 600px){.tenant-gallery-grid{grid-template-columns:repeat(2,1fr)}.tenant-reviews-grid{grid-template-columns:1fr}}.ep2-page{min-height:100vh;background:#0a0a0f}.ep2-hero{background:linear-gradient(135deg,#1a0a3e,#0a0a0f);padding:2.5rem 0 1.5rem;border-bottom:1px solid rgba(108,71,255,.15)}.ep2-title{font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:.25rem}.ep2-sub{color:#94a3b8;font-size:.9rem}.ep2-filter-bar{background:#0f0f1a;border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:64px;z-index:100;padding:.75rem 0}.ep2-filter-inner{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ep2-cat-chips{display:flex;gap:.4rem;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.ep2-cat-chips::-webkit-scrollbar{display:none}.ep2-cat-chip{display:flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border-radius:999px;font-size:.82rem;font-weight:600;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;cursor:pointer;white-space:nowrap;transition:all .2s}.ep2-cat-chip:hover{border-color:#6c47ff80;color:#e2e8f0}.ep2-cat-chip.active{background:#6c47ff33;border-color:#6c47ff;color:#a78bfa}.ep2-filter-sep{width:1px;height:24px;background:#ffffff1a;flex-shrink:0;margin:0 .25rem}.ep2-filter-btn-wrap{position:relative}.ep2-filter-btn{display:flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:999px;font-size:.82rem;font-weight:500;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;cursor:pointer;white-space:nowrap;transition:all .2s;max-width:180px;overflow:hidden;text-overflow:ellipsis}.ep2-filter-btn:hover{border-color:#6c47ff66;color:#e2e8f0}.ep2-filter-btn.has-value{border-color:#6c47ff;color:#a78bfa;background:#6c47ff1a}.ep2-filter-clear{display:flex;align-items:center;margin-left:.25rem;opacity:.6;transition:opacity .2s}.ep2-filter-clear:hover{opacity:1}.ep2-filter-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:#1a1a2e;border:1px solid rgba(108,71,255,.3);border-radius:12px;padding:.75rem;min-width:260px;box-shadow:0 8px 32px #0006;display:flex;gap:.5rem;z-index:200}.ep2-filter-dropdown input{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem .75rem;color:#e2e8f0;font-size:.88rem}.ep2-filter-dropdown input:focus{outline:none;border-color:#6c47ff}.ep2-filter-dropdown input::placeholder{color:#64748b}.ep2-apply-btn{background:#6c47ff;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}.ep2-apply-btn:hover{background:#7c5cff}.ep2-clear-all{display:flex;align-items:center;gap:.3rem;padding:.4rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;cursor:pointer;transition:all .2s;white-space:nowrap}.ep2-clear-all:hover{background:#ef444433}.ep2-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99}.ep2-content{padding:2rem 1.5rem 5rem}.ep2-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.ep2-skeleton{height:320px;border-radius:12px;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.ep2-empty{text-align:center;padding:5rem 2rem;color:#64748b}.ep2-empty span{font-size:3rem;display:block;margin-bottom:1rem}.ep2-empty h3{font-size:1.2rem;color:#94a3b8;margin-bottom:.5rem}.ep2-empty p{font-size:.9rem}.ep2-empty button{color:#a78bfa;text-decoration:underline;background:none;border:none;cursor:pointer}.ep2-load-more{text-align:center;margin-top:2.5rem}@media (max-width: 768px){.ep2-title{font-size:1.4rem}.ep2-filter-sep{display:none}.ep2-filter-inner{gap:.35rem}.ep2-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}.ep-loading,.ep-error{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-secondary)}.ep-error h2{font-size:1.5rem;color:var(--text-primary)}.ep-hero{min-height:420px;background-size:cover;background-position:center;position:relative}.ep-hero.ep-hero-no-image{min-height:auto;background:linear-gradient(135deg,#1a1040,#0f0a2e 60%,#1a1040)}.ep-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0f4d,#0a0a0fd9);display:flex;align-items:flex-end;padding-bottom:3rem}.ep-hero.ep-hero-no-image .ep-hero-overlay{position:relative;inset:auto;background:none;padding:3rem 0 2.5rem}.ep-hero-inner{width:100%}.ep-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#fff9;margin-bottom:1rem}.ep-breadcrumb a{color:#ffffffb3}.ep-breadcrumb a:hover{color:#fff}.ep-breadcrumb span{color:#fff6}.ep-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#7c3aed4d;border:1px solid rgba(124,58,237,.5);color:var(--purple-light);border-radius:999px;padding:.3rem .9rem;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.ep-dot{width:6px;height:6px;background:var(--green);border-radius:50%;display:inline-block}.ep-hero-title{font-size:2.2rem;font-weight:900;line-height:1.2;margin-bottom:.75rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.ep-hero-location{display:flex;align-items:center;gap:.4rem;color:#ffffffbf;font-size:.95rem;margin-bottom:.5rem}.ep-hero-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.ep-hero-tags span{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.3rem .9rem;font-size:.82rem;color:#ffffffd9}.ep-container{padding-top:2.5rem!important;padding-bottom:6rem}.ep-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start;min-height:60vh}.ep-section{margin-bottom:2.5rem}.ep-section-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:var(--text-primary)}.ep-description{color:var(--text-secondary);line-height:1.8}.ep-toggle-desc{display:inline-flex;align-items:center;gap:.3rem;color:var(--purple-light);font-size:.9rem;margin-top:.75rem}.ep-gallery{display:flex;flex-direction:column;gap:.75rem}.ep-gallery-main{border-radius:var(--radius-lg);overflow:hidden;max-height:400px}.ep-gallery-main img{width:100%;height:100%;object-fit:cover}.ep-gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.ep-gallery-thumb{width:80px;height:60px;border-radius:var(--radius-sm);background-size:cover;background-position:center;cursor:pointer;border:2px solid transparent;transition:var(--transition)}.ep-gallery-thumb.active{border-color:var(--purple)}.ep-gallery-thumb:hover{border-color:var(--purple-light)}.ep-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.ep-info-item{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;display:flex;flex-direction:column;gap:.3rem}.ep-info-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.ep-info-value{font-size:.95rem;font-weight:600;color:var(--text-primary)}.ep-metadata{display:flex;flex-direction:column;gap:.5rem}.ep-meta-item{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.9rem}.ep-meta-icon{width:22px;height:22px;background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.ep-dates-list{display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.ep-dates-list::-webkit-scrollbar{height:4px}.ep-dates-list::-webkit-scrollbar-thumb{background:var(--purple);border-radius:4px}.ep-date-btn{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.5rem;text-align:center;transition:var(--transition);min-width:100%;flex-shrink:0}.ep-date-btn:hover{border-color:var(--purple);background:var(--bg-hover)}.ep-date-label{font-size:.7rem;font-weight:700;color:var(--purple-light);text-align:center;background:#7c3aed26;border-radius:var(--radius-sm);padding:.25rem .5rem;white-space:nowrap}.ep-date-full{font-size:.72rem;color:var(--text-primary);font-weight:500;white-space:nowrap}.ep-date-time{font-size:.7rem;color:var(--text-muted);white-space:nowrap}.ep-date-price{font-size:.85rem;font-weight:700;color:var(--orange);white-space:nowrap}.ep-date-arrow,.ep-dates-mobile{display:none}.ep-sidebar{position:sticky;top:80px}.ep-buy-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1rem}.ep-buy-header{text-align:center;padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.ep-buy-from{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:.25rem}.ep-buy-price{display:block;font-size:2rem;font-weight:900;color:var(--orange)}.ep-buy-per{display:block;font-size:.8rem;color:var(--text-muted)}.ep-buy-section{margin-bottom:1.25rem}.ep-buy-label{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.ep-buy-trust{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted);justify-content:center;margin-top:1rem}.ep-share{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.ep-share p{font-size:.85rem;color:var(--text-muted)}.ep-share-wa{display:inline-flex;align-items:center;gap:.4rem;background:#25d366;color:#fff;border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:var(--transition)}.ep-share-wa:hover{background:#1ebe5d}@media (max-width: 900px){.ep-layout{grid-template-columns:1fr}.ep-sidebar{position:static}.ep-dates-mobile{display:block}.ep-buy-card .ep-buy-section{display:none}.ep-hero-title{font-size:1.6rem}}.ep-comments-section{margin-top:2rem}.ep-comments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.ep-comments-count{font-size:.85rem;color:var(--text-muted);font-weight:400;margin-left:.5rem}.ep-avg-rating{display:flex;align-items:center;gap:.5rem}.ep-avg-score{font-size:1.5rem;font-weight:800;color:var(--orange)}.ep-stars{display:flex;gap:2px}.ep-stars .star-filled{color:#f59e0b;fill:#f59e0b}.ep-stars .star-empty{color:#d1d5db}.ep-stars-sm{margin-top:2px}.ep-comments-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.ep-comment{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem}.ep-comment-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.6rem}.ep-comment-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-light));color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ep-comment-meta{display:flex;flex-direction:column;gap:2px}.ep-comment-meta strong{font-size:.88rem;color:var(--text-primary)}.ep-verified{font-size:.72rem;color:var(--green);font-weight:500}.ep-comment-text{font-size:.88rem;color:var(--text-secondary);line-height:1.6;margin:0}.ep-no-comments{font-size:.88rem;color:var(--text-muted);margin-bottom:1.5rem}.ep-comment-form-wrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-top:1rem}.ep-comment-form-wrap h3{font-size:.95rem;font-weight:700;margin-bottom:1rem}.ep-star-select{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.ep-star-select label{font-size:.82rem;color:var(--text-secondary)}.ep-stars-input{display:flex;gap:4px}.ep-star-btn{background:none;border:none;cursor:pointer;color:#d1d5db;padding:0;transition:color .15s}.ep-star-btn.active{color:#f59e0b}.ep-star-btn.active svg{fill:#f59e0b}.ep-comment-fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.ep-comment-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.ep-comment-field label{font-size:.78rem;font-weight:600;color:var(--text-secondary)}.ep-comment-field input,.ep-comment-field textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.6rem .85rem;color:var(--text-primary);font-size:.88rem;resize:vertical}.ep-comment-field input:focus,.ep-comment-field textarea:focus{outline:none;border-color:var(--purple)}.ep-comment-error{color:var(--red);font-size:.8rem;margin-bottom:.5rem}.ep-comment-submit{display:flex;align-items:center;gap:.5rem;background:var(--purple);color:#fff;border:none;border-radius:var(--radius-md);padding:.7rem 1.5rem;font-size:.88rem;font-weight:600;cursor:pointer;transition:var(--transition)}.ep-comment-submit:hover:not(:disabled){background:var(--purple-light)}.ep-comment-submit:disabled{opacity:.6;cursor:not-allowed}.ep-comment-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:var(--radius-md);padding:1rem;color:var(--green);font-size:.88rem}@media (max-width: 600px){.ep-comment-fields{grid-template-columns:1fr}}.ep-extras-list{display:flex;flex-direction:column;gap:.5rem}.ep-extras-item{padding:.6rem 1rem;background:var(--bg-card, #1e293b);border-radius:8px;font-size:.9rem;color:var(--text-secondary, #e2e8f0);border-left:3px solid var(--purple, #7c3aed)}.ep-extras-important .ep-extras-item{border-left-color:#f59e0b;background:#f59e0b14}.ep-slideshow-outer{overflow:hidden;padding:1.5rem 0;background:var(--bg-surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ep-slideshow-track{display:flex;gap:1rem;animation:slide 30s linear infinite;width:max-content}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.ep-slideshow-item{width:200px;height:130px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.ep-slideshow-item img{width:100%;height:100%;object-fit:cover}.ep-departure-list{display:flex;flex-direction:column;gap:.5rem}.ep-departure-item{display:flex;align-items:center;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;cursor:pointer;transition:var(--transition)}.ep-departure-item:hover{border-color:var(--purple)}.ep-departure-item.active{border-color:var(--purple);background:#7c3aed14}.ep-departure-radio{flex-shrink:0}.ep-radio-dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--border-hover);transition:var(--transition);position:relative}.ep-radio-dot.active{border-color:var(--purple);background:var(--purple);box-shadow:0 0 0 3px #7c3aed33}.ep-radio-dot.active:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:#fff;border-radius:50%}.ep-departure-info{flex:1}.ep-departure-name{font-weight:600;font-size:.95rem;margin-bottom:.3rem}.ep-departure-details{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:var(--text-muted)}.ep-departure-details span{display:flex;align-items:center;gap:.25rem}.ep-departure-price{font-weight:700;color:var(--orange);font-size:.9rem;white-space:nowrap}.ep-loading-small,.ep-no-points{color:var(--text-muted);font-size:.9rem;padding:1rem;text-align:center}.edp-date-box{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;color:var(--text-secondary)}.edp-date-box div{display:flex;align-items:center;gap:.4rem}.edp-selected-dep{background:#7c3aed14;border:1px solid rgba(124,58,237,.2);border-radius:var(--radius-md);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--text-secondary)}.edp-selected-dep strong{color:var(--text-primary)}.edp-qty-ctrl{display:flex;align-items:center;gap:0;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;width:fit-content}.edp-qty-ctrl button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:var(--transition)}.edp-qty-ctrl button:hover{background:var(--bg-hover);color:var(--text-primary)}.edp-qty-ctrl span{min-width:40px;text-align:center;font-weight:700;font-size:1rem;border-left:1px solid var(--border);border-right:1px solid var(--border);padding:0 .5rem;line-height:40px}.edp-qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-secondary)}.edp-total-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-top:1px solid var(--border);margin-bottom:1rem;font-size:.9rem;color:var(--text-secondary)}.edp-total-row strong{font-size:1.3rem;color:var(--orange)}.edp-btn-buy{width:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:.9rem;font-size:1rem;font-weight:700;transition:var(--transition);margin-bottom:.5rem}.edp-btn-buy:hover{transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed66}.edp-btn-cart{width:100%;background:transparent;color:var(--text-secondary);border:1px solid var(--border-hover);border-radius:var(--radius-md);padding:.75rem;font-size:.9rem;font-weight:600;transition:var(--transition);margin-bottom:1rem}.edp-btn-cart:hover{border-color:var(--purple);color:var(--purple-light)}.edp-btn-cart:disabled{opacity:.7}.ep-ticket-types{display:flex;flex-direction:column;gap:.5rem}.ep-ticket-type{display:flex;align-items:center;gap:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1rem 1.25rem;cursor:pointer;transition:all .2s}.ep-ticket-type:hover{border-color:#6c47ff66;background:#6c47ff0d}.ep-ticket-type.active{border-color:var(--purple);background:#6c47ff1a}.ep-ticket-type-radio{flex-shrink:0}.ep-ticket-type-info{flex:1}.ep-ticket-type-name{font-size:.95rem;font-weight:700;color:#e2e8f0}.ep-ticket-type-desc{font-size:.78rem;color:#94a3b8;margin-top:.15rem}.ep-ticket-type-batch{font-size:.75rem;color:#a78bfa;margin-top:.2rem}.ep-ticket-type-price{font-size:1.1rem;font-weight:800;color:var(--orange);white-space:nowrap}.ep-inclusions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-top:8px}.ep-inclusion-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 10px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0d;text-align:center}.ep-inclusion-icon{font-size:1.8rem;line-height:1}.ep-inclusion-name{font-size:.82rem;font-weight:500;color:#ffffffd9}.ep-inclusion-badge{font-size:.7rem;background:#fff3cd;color:#856404;border-radius:20px;padding:2px 8px;font-weight:500}.ep-itinerary{display:flex;flex-direction:column;gap:16px;margin-top:8px}.ep-itinerary-day{border-left:3px solid var(--primary, #6c63ff);padding-left:16px}.ep-itinerary-day-header{font-weight:700;font-size:.95rem;color:#222;margin-bottom:8px;display:flex;align-items:center;gap:10px}.ep-itinerary-day-date{font-size:.78rem;font-weight:400;color:#888}.ep-itinerary-activities{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.ep-itinerary-activity{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:#444}.ep-act-time{min-width:42px;font-weight:600;color:var(--primary, #6c63ff);font-size:.82rem}.ep-act-desc{flex:1}.cp-loading,.cp-error{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-secondary)}.cp-hero{min-height:320px;background:linear-gradient(135deg,var(--bg-surface) 0%,#1a1030 100%);background-size:cover;background-position:center;position:relative}.cp-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0f66,#0a0a0fd9);display:flex;align-items:flex-end;padding-bottom:2.5rem}.cp-hero-inner{width:100%}.cp-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#ffffff80;margin-bottom:1rem}.cp-breadcrumb a{color:#ffffffb3}.cp-breadcrumb a:hover{color:#fff}.cp-logo-wrap{width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;border:3px solid rgba(255,255,255,.15);margin-bottom:1rem;background:var(--bg-card)}.cp-logo{width:100%;height:100%;object-fit:contain}.cp-name{font-size:2rem;font-weight:900;margin-bottom:.5rem}.cp-location{display:flex;align-items:center;gap:.4rem;color:#ffffffb3;font-size:.9rem}.cp-container{padding:2.5rem 1.5rem 4rem}.cp-layout{display:grid;grid-template-columns:1fr 280px;gap:2rem;align-items:start}.cp-section{margin-bottom:2.5rem}.cp-section h2{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.cp-description{color:var(--text-secondary);line-height:1.8}.cp-events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.cp-empty{text-align:center;padding:3rem;color:var(--text-muted)}.cp-empty span{font-size:2.5rem;display:block;margin-bottom:.75rem}.cp-sidebar{position:sticky;top:80px}.cp-info-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.cp-info-card h3{font-size:.95rem;font-weight:700;margin-bottom:1rem}.cp-info-row{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--text-secondary);padding:.5rem 0;border-bottom:1px solid var(--border);transition:var(--transition)}.cp-info-row:last-child{border-bottom:none}a.cp-info-row{color:var(--purple-light)}a.cp-info-row:hover{color:var(--purple-light);text-decoration:underline}@media (max-width: 900px){.cp-layout{grid-template-columns:1fr}.cp-sidebar{position:static}}.companies-page{min-height:100vh;background:#0a0a0f}.companies-hero{background:linear-gradient(135deg,#1a0a3e,#0a0a0f);padding:4rem 0 3rem;border-bottom:1px solid rgba(108,71,255,.2)}.companies-hero h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.5rem}.companies-hero p{color:#94a3b8;font-size:1rem}.companies-container{padding:3rem 1.5rem 5rem}.companies-loading,.companies-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#94a3b8;gap:1rem}.companies-empty span{font-size:3rem}.companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.company-card{display:flex;align-items:center;gap:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem;text-decoration:none;transition:all .2s}.company-card:hover{border-color:#6c47ff66;background:#6c47ff0f;transform:translateY(-2px)}.company-card-logo{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#6c47ff26}.company-card-logo img{width:100%;height:100%;object-fit:cover}.company-card-initial{width:100%;height:100%;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:#a78bfa}.company-card-info{flex:1;min-width:0}.company-card-info h3{font-size:.95rem;font-weight:700;color:#e2e8f0;margin-bottom:.25rem}.company-card-desc{font-size:.78rem;color:#94a3b8;line-height:1.4;margin-bottom:.5rem}.company-card-meta{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.72rem;color:#64748b}.company-card-meta span{display:flex;align-items:center;gap:.25rem}.company-card-arrow{color:#6c47ff;font-size:1.2rem;flex-shrink:0}.cart-page{min-height:100vh;display:flex;flex-direction:column}.cart-page>footer{margin-top:auto}.cart-empty-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 1rem}.cart-empty{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-empty-icon{color:var(--text-muted)}.cart-empty h2{font-size:1.5rem}.cart-empty p{color:var(--text-secondary)}.cart-container{padding:2rem 1.5rem 6rem;flex:1}.cart-top{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.cart-top h1{font-size:1.5rem;font-weight:800;flex:1}.cart-back{font-size:.85rem}.cart-clear{font-size:.82rem;color:var(--red);background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:999px;padding:.3rem .75rem;transition:var(--transition)}.cart-clear:hover{background:#ef444433}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;align-items:center}.cart-item-img{width:90px;height:70px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-img-placeholder{width:100%;height:100%;background:var(--bg-card);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{font-size:.95rem;font-weight:700;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-date,.cart-item-dep{font-size:.8rem;color:var(--text-muted);margin-bottom:.2rem}.cart-item-type{font-size:.8rem;color:var(--purple-light);margin-bottom:.2rem;font-weight:600}.cart-item-unit{font-size:.82rem;color:var(--text-secondary);margin-top:.3rem}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.cart-qty{display:flex;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.cart-qty button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:var(--transition)}.cart-qty button:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.cart-qty button:disabled{opacity:.3}.cart-qty span{min-width:32px;text-align:center;font-weight:700;font-size:.9rem;border-left:1px solid var(--border);border-right:1px solid var(--border)}.cart-item-total{font-size:1rem;font-weight:700;color:var(--orange)}.cart-remove{color:var(--text-muted);transition:var(--transition);padding:.25rem}.cart-remove:hover{color:var(--red)}.cart-summary{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:80px}.cart-summary h2{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.cart-summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem}.cart-summary-muted{color:var(--text-muted);font-size:.82rem}.cart-summary-divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:.95rem;color:var(--text-secondary)}.cart-summary-total strong{font-size:1.4rem;color:var(--orange)}.cart-btn-checkout{width:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:.9rem;font-size:1rem;font-weight:700;transition:var(--transition);margin-bottom:1.25rem}.cart-btn-checkout:hover{transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed66}.cart-payment-methods{margin-bottom:1rem}.cart-payment-methods p{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.cart-pm-badges{display:flex;gap:.5rem}.cart-pm-badges span{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem .6rem;font-size:.75rem;font-weight:600;color:var(--text-secondary)}.cart-security{font-size:.8rem;color:var(--text-muted);text-align:center}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 600px){.cart-item{flex-wrap:wrap}.cart-item-img{width:60px;height:50px}.cart-item-actions{flex-direction:row;align-items:center;width:100%;justify-content:space-between}}.loading-spinner{display:inline-block;border-width:3px;border-style:solid;border-radius:50%;animation:spinner-rotate .7s linear infinite;flex-shrink:0}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.auth-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.auth-modal{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:440px;position:relative;box-shadow:0 20px 60px #0000004d}.auth-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;line-height:1}.auth-modal-close:hover{color:#333}.auth-modal-header{text-align:center;margin-bottom:1.25rem}.auth-modal-header h2{font-size:1.3rem;margin-bottom:.25rem}.auth-modal-header p{font-size:.88rem;color:#666}.auth-modal-tabs{display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:1.25rem}.auth-modal-tabs button{flex:1;padding:.6rem;border:none;background:#f9fafb;font-size:.88rem;cursor:pointer;font-weight:500;color:#666;transition:all .2s}.auth-modal-tabs button.active{background:#6c47ff;color:#fff}.auth-modal-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.6rem .9rem;border-radius:8px;font-size:.83rem;margin-bottom:1rem}.auth-modal-form{display:flex;flex-direction:column;gap:.9rem}.auth-modal-field{display:flex;flex-direction:column;gap:.3rem}.auth-modal-field label{font-size:.82rem;font-weight:500;color:#374151}.auth-modal-field input{padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .2s}.auth-modal-field input:focus{border-color:#6c47ff}.auth-modal-field select{padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;outline:none;background:#fff;transition:border-color .2s}.auth-modal-field select:focus{border-color:#6c47ff}.auth-modal-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.auth-modal-btn{padding:.75rem;background:#6c47ff;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s;margin-top:.25rem}.auth-modal-btn:hover:not(:disabled){opacity:.9}.auth-modal-btn:disabled{opacity:.6;cursor:not-allowed}.auth-modal-footer{text-align:center;font-size:.75rem;color:#9ca3af;margin-top:1rem}.checkout-page{min-height:100vh;display:flex;flex-direction:column}.checkout-container{padding:2rem 1.5rem 6rem;flex:1}.checkout-top{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.checkout-top h1{font-size:1.5rem;font-weight:800}.checkout-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.checkout-section{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.25rem}.checkout-section h2{font-size:1rem;font-weight:700;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.checkout-auth-notice{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:#f973161a;border:1px solid rgba(249,115,22,.2);border-radius:var(--radius-md);padding:.75rem 1rem;margin-bottom:1.25rem}.checkout-auth-notice-text{display:flex;align-items:center;gap:.5rem;color:var(--orange-light);font-size:.85rem}.checkout-auth-notice-btn{background:var(--purple, #6c47ff);color:#fff;border:none;border-radius:6px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:opacity .2s}.checkout-auth-notice-btn:hover{opacity:.85}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-field{display:flex;flex-direction:column;gap:.4rem}.checkout-field label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.checkout-field input,.checkout-field select{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem .9rem;color:var(--text-primary);font-size:.9rem;transition:var(--transition)}.checkout-field input:focus,.checkout-field select:focus{outline:none;border-color:var(--purple)}.checkout-field input::placeholder{color:var(--text-muted)}.checkout-field.error input,.checkout-field.error select{border-color:var(--red)}.field-error{font-size:.75rem;color:var(--red)}.checkout-items{display:flex;flex-direction:column;gap:.75rem}.checkout-item{display:flex;gap:1rem;align-items:center;padding:.75rem;background:var(--bg-card);border-radius:var(--radius-md)}.checkout-item img{width:60px;height:50px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.checkout-item-info{flex:1}.checkout-item-info h3{font-size:.88rem;font-weight:600;margin-bottom:.25rem}.checkout-item-info p{font-size:.78rem;color:var(--text-muted)}.checkout-item-total{font-weight:700;color:var(--orange);font-size:.9rem;white-space:nowrap}.checkout-btn-submit{width:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:1rem;font-size:1rem;font-weight:700;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.checkout-btn-submit:hover{transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed66}.checkout-btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.checkout-summary{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:80px}.checkout-summary h2{font-size:1rem;font-weight:700;margin-bottom:1.25rem}.checkout-summary-row{display:flex;justify-content:space-between;font-size:.88rem;color:var(--text-secondary);margin-bottom:.6rem}.checkout-summary-row .muted{color:var(--text-muted);font-size:.8rem}.checkout-summary-divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.checkout-summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem;color:var(--text-secondary)}.checkout-summary-total strong{font-size:1.4rem;color:var(--orange)}.checkout-pm{margin-bottom:1rem}.checkout-pm p{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.checkout-pm ul{display:flex;flex-direction:column;gap:.3rem}.checkout-pm li{font-size:.82rem;color:var(--text-secondary)}.checkout-security{font-size:.8rem;color:var(--text-muted);text-align:center}@media (max-width: 900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width: 600px){.checkout-grid{grid-template-columns:1fr}}.checkout-passengers-hint{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.checkout-passengers{display:flex;flex-direction:column;gap:1.25rem}.checkout-passenger{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}.checkout-passenger-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.checkout-passenger-num{background:linear-gradient(135deg,var(--purple),var(--purple-light));color:#fff;font-size:.75rem;font-weight:700;padding:.2rem .65rem;border-radius:999px}.checkout-passenger-event{font-size:.82rem;color:var(--text-muted);flex:1}.checkout-same-buyer{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--purple-light);cursor:pointer;margin-left:auto}.checkout-same-buyer input{accent-color:var(--purple);cursor:pointer}.checkout-field input:disabled,.checkout-field select:disabled{opacity:.5;cursor:not-allowed}.checkout-field-optional{font-size:.75rem;color:var(--text-muted);font-weight:400}.checkout-seat-section{margin-top:1rem;padding:.75rem 1rem;background:#6c47ff0f;border:1px solid rgba(108,71,255,.2);border-radius:var(--radius-md)}.checkout-seat-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.85rem}.checkout-seat-selected{color:var(--purple-light);font-weight:600}.checkout-seat-free{color:var(--text-muted)}.checkout-seat-toggle{margin-left:auto;background:var(--purple);color:#fff;border:none;border-radius:6px;padding:.3rem .75rem;font-size:.78rem;cursor:pointer}.seat-map{margin-top:1rem}.seat-map-front{text-align:center;font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem}.seat-row{display:flex;gap:4px;justify-content:center;margin-bottom:4px}.seat-aisle{width:16px}.seat-empty{width:32px;height:32px}.seat-btn{width:32px;height:32px;border:1.5px solid rgba(108,71,255,.4);border-radius:5px;background:transparent;color:var(--text-secondary);font-size:.7rem;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.seat-btn:hover:not(:disabled){border-color:var(--purple);color:var(--purple-light);background:#6c47ff1a}.seat-btn.selected{background:var(--purple);border-color:var(--purple);color:#fff}.seat-btn.taken{background:#ef44441a;border-color:#ef44444d;color:var(--red);cursor:not-allowed;opacity:.6}.seat-simple-grid{display:flex;flex-wrap:wrap;gap:6px;margin-top:.75rem}.seat-legend{display:flex;gap:1rem;align-items:center;margin-top:.75rem;font-size:.72rem;color:var(--text-muted);flex-wrap:wrap}.checkout-insurance{margin-top:.75rem;padding:.75rem 1rem;background:#22c55e0f;border:1px solid rgba(34,197,94,.2);border-radius:var(--radius-md)}.checkout-insurance-label{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;font-size:.85rem;color:var(--text-secondary)}.checkout-insurance-label input{margin-top:2px;accent-color:var(--green)}.checkout-insurance-price{color:var(--green);font-weight:700}.checkout-coupon-input{display:flex;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.checkout-coupon-input input{flex:1;background:var(--bg-card);border:none;padding:.65rem 1rem;color:var(--text-primary);font-size:.9rem;letter-spacing:.05em;font-weight:600}.checkout-coupon-input input::placeholder{font-weight:400;letter-spacing:0}.checkout-coupon-input button{background:var(--purple);color:#fff;border:none;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;cursor:pointer;transition:var(--transition);white-space:nowrap}.checkout-coupon-input button:hover:not(:disabled){background:var(--purple-light)}.checkout-coupon-input button:disabled{opacity:.5;cursor:not-allowed}.checkout-coupon-applied{display:flex;align-items:center;gap:.75rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.88rem;color:var(--green)}.checkout-coupon-value{margin-left:auto;font-weight:700}.checkout-coupon-remove{background:none;border:none;color:var(--red);cursor:pointer;font-size:1rem;padding:0 .25rem}.checkout-coupon-error{color:var(--red);font-size:.82rem;margin-top:.5rem}.checkout-summary-discount{color:var(--green)}.checkout-summary-discount span:last-child{font-weight:700}.checkout-terms{margin:1rem 0;padding:1rem;background:#6c47ff0f;border:1px solid rgba(108,71,255,.2);border-radius:var(--radius-md)}.checkout-terms.error{border-color:#ef444466;background:#ef44440f}.checkout-terms-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.85rem;color:var(--text-secondary);line-height:1.5}.checkout-terms-label input[type=checkbox]{margin-top:2px;accent-color:var(--purple);flex-shrink:0;width:16px;height:16px;cursor:pointer}.checkout-terms-label a{color:var(--purple-light);text-decoration:underline}.checkout-terms-label a:hover{opacity:.8}.checkout-terms-error{color:var(--red);font-size:.78rem;margin-top:.5rem}.checkout-departure-group{margin-bottom:1.25rem}.checkout-departure-event{font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}.checkout-departure-list{display:flex;flex-direction:column;gap:.5rem}.checkout-departure-option{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:border-color .15s,background .15s}.checkout-departure-option:hover{border-color:var(--primary)}.checkout-departure-option.selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 8%,transparent)}.checkout-departure-option input[type=radio]{margin-top:3px;accent-color:var(--primary)}.checkout-departure-option div{display:flex;flex-direction:column;gap:.2rem}.checkout-departure-option strong{font-size:.9rem}.checkout-departure-option span{font-size:.8rem;color:var(--text-secondary)}.pp-page{min-height:100vh;background:linear-gradient(180deg,#0b0b16,#14142a)}.pp-container{max-width:1400px;margin:0 auto;padding:2rem 2rem 4rem}.pp-top{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.pp-back-btn{display:flex;align-items:center;gap:6px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);color:#a78bfa;padding:8px 16px;border-radius:8px;font-size:13px;cursor:pointer;transition:all .2s;white-space:nowrap}.pp-back-btn:hover{background:#8b5cf633}.pp-title{font-size:1.75rem;font-weight:800;color:#fff;margin:0}.pp-subtitle{font-size:.875rem;color:#8b8ba0;margin:4px 0 0}.pp-layout{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:start}.pp-section{background:#14142a99;border:1px solid rgba(139,92,246,.15);border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 0 30px #8b5cf60d}.pp-section-title{font-size:.9rem;font-weight:700;color:#e2e2f0;margin:0 0 16px}.pp-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.pp-section-header .pp-section-title{margin:0}.pp-secure-badge{display:flex;align-items:center;gap:4px;font-size:11px;color:#10b981;background:#10b9811a;padding:4px 10px;border-radius:20px;border:1px solid rgba(16,185,129,.2)}.pp-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pp-tab{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;background:#1e1e3c80;border:2px solid rgba(255,255,255,.06);border-radius:12px;cursor:pointer;transition:all .2s;color:#8b8ba0;font-size:12px;font-weight:600}.pp-tab img{width:28px;height:28px;object-fit:contain;opacity:.7;transition:opacity .2s}.pp-tab:hover{border-color:#8b5cf64d;background:#8b5cf60d}.pp-tab.active{border-color:#8b5cf6;background:#8b5cf61a;color:#fff;box-shadow:0 0 20px #8b5cf626}.pp-tab.active img{opacity:1}.pp-card-form{margin-top:4px}.pp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.pp-form-grid-3{grid-template-columns:1fr 1fr 1fr}.pp-field{display:flex;flex-direction:column;gap:6px}.pp-field label{font-size:12px;font-weight:600;color:#a0a0b8;text-transform:uppercase;letter-spacing:.5px}.pp-field input,.pp-field select{background:#0f0f1ecc;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 14px;color:#fff;font-size:14px;transition:border-color .2s;outline:none}.pp-field input:focus,.pp-field select:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.pp-field input::placeholder{color:#555}.pp-field select{cursor:pointer}.pp-field select option{background:#1a1a2e;color:#fff}.pp-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:12px 16px;border-radius:10px;font-size:13px;margin-bottom:16px}.pp-paypal-container{background:#0f0f1e80;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;min-height:70px}.pp-loading-text{text-align:center;color:#666;font-size:13px}.pp-btn-pay{width:100%;padding:16px 24px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;box-shadow:0 4px 20px #8b5cf64d}.pp-btn-pay:hover{transform:translateY(-1px);box-shadow:0 6px 30px #8b5cf666}.pp-btn-pay:disabled{opacity:.6;cursor:not-allowed;transform:none}.pp-btn-icon{font-size:18px}.pp-trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.pp-trust-item{display:flex;align-items:flex-start;gap:8px;font-size:11px;color:#8b8ba0}.pp-trust-item span:first-child{font-size:18px}.pp-trust-item strong{display:block;color:#c4c4d8;font-size:11px}.pp-trust-item small{color:#666;font-size:10px}.pp-summary{position:sticky;top:100px}.pp-summary-inner{background:#14142a99;border:1px solid rgba(139,92,246,.15);border-radius:16px;padding:24px;box-shadow:0 0 30px #8b5cf60d}.pp-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}.pp-summary-header h3{font-size:1rem;font-weight:700;color:#fff;margin:0}.pp-summary-count{font-size:12px;color:#10b981;font-weight:600}.pp-summary-customer{display:flex;flex-direction:column;gap:2px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.06)}.pp-summary-customer strong{color:#fff;font-size:14px}.pp-summary-customer span{color:#8b8ba0;font-size:12px}.pp-summary-items{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.pp-summary-item{display:flex;gap:12px;align-items:flex-start;padding:10px;background:#0f0f1e80;border-radius:10px}.pp-summary-item img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.pp-summary-item div{display:flex;flex-direction:column;gap:2px}.pp-summary-item strong{color:#e2e2f0;font-size:13px;line-height:1.3}.pp-summary-item span{color:#8b8ba0;font-size:11px}.pp-summary-totals{padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.pp-summary-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;color:#8b8ba0}.pp-free{color:#10b981;font-weight:600}.pp-summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:12px;margin-top:8px;border-top:1px solid rgba(255,255,255,.1)}.pp-summary-total span{font-size:14px;color:#8b8ba0}.pp-summary-total strong{font-size:1.5rem;color:#8b5cf6;font-weight:800}.pp-summary-secure{display:flex;gap:10px;align-items:flex-start;margin-top:16px;padding:14px;background:#10b9810d;border:1px solid rgba(16,185,129,.15);border-radius:10px}.pp-summary-secure svg{color:#10b981;flex-shrink:0;margin-top:2px}.pp-summary-secure strong{display:block;color:#10b981;font-size:12px}.pp-summary-secure small{color:#8b8ba0;font-size:11px}.pp-btn-summary{margin-top:16px}@media (max-width: 1024px){.pp-layout{grid-template-columns:1fr}.pp-summary{position:static}.pp-tabs,.pp-trust-bar{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.pp-container{padding:1rem 1rem 3rem}.pp-tabs{grid-template-columns:1fr 1fr}.pp-form-grid,.pp-form-grid-3{grid-template-columns:1fr}.pp-trust-bar{grid-template-columns:1fr 1fr}.pp-top{flex-direction:column;gap:12px}}.pp-pix-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.pp-pix-card{background:#14142acc;border:1px solid rgba(139,92,246,.2);border-radius:20px;padding:2.5rem;max-width:480px;width:100%;text-align:center}.pp-pix-card h2{font-size:1.25rem;color:#fff;margin-bottom:.5rem}.pp-pix-value{font-size:1.75rem;font-weight:800;color:#8b5cf6;margin-bottom:1.5rem}.pp-qrcode{width:220px;height:220px;border-radius:12px;margin:0 auto 1.5rem;display:block;background:#fff;padding:8px}.pp-pix-copy{display:flex;gap:8px;margin-bottom:1rem}.pp-pix-copy input{flex:1;background:#0f0f1ecc;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 12px;color:#fff;font-size:11px}.pp-pix-copy button{background:#8b5cf6;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:13px;cursor:pointer;white-space:nowrap}.pp-pix-expired{padding:1.5rem;background:#ef44441a;border-radius:12px}.pp-pix-expired p{color:#f87171;margin-bottom:12px}.pp-timer{margin-bottom:1.5rem;padding:12px 16px;background:#0f0f1e80;border-radius:10px}.pp-timer-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pp-timer-row span{color:#8b8ba0;font-size:13px}.pp-timer-count{color:#fff;font-size:1.25rem;font-weight:700}.pp-timer-bar{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.pp-timer-bar-fill{height:100%;background:#8b5cf6;border-radius:2px;transition:width 1s linear}.pp-timer-warning .pp-timer-count{color:#f59e0b}.pp-timer-urgent .pp-timer-count{color:#ef4444}.pp-timer-warn-text{color:#f59e0b;font-size:12px;margin-top:8px}.pp-success{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.pp-success-card{background:#14142acc;border:1px solid rgba(16,185,129,.3);border-radius:20px;padding:3rem;max-width:500px;width:100%;text-align:center}.pp-success-icon{font-size:3rem;margin-bottom:1rem}.pp-success-card h2{color:#10b981;font-size:1.5rem;margin-bottom:.5rem}.pp-success-card p{color:#8b8ba0;font-size:14px}.pp-success-info{margin:1.5rem 0;text-align:left}.pp-success-info-item{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05);color:#c4c4d8;font-size:13px}.pp-success-actions{display:flex;gap:12px;margin-top:1.5rem;justify-content:center;flex-wrap:wrap}.pp-success-actions .btn{padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:none}.pp-success-actions .btn-primary{background:#8b5cf6;color:#fff}.pp-success-actions .btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.1);color:#8b8ba0}.pp-boleto-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.pp-boleto-card{background:#14142acc;border:1px solid rgba(139,92,246,.2);border-radius:20px;padding:2.5rem;max-width:480px;width:100%;text-align:center}.pp-boleto-card h2{color:#fff;font-size:1.25rem;margin-bottom:1rem}.pp-boleto-info{margin-top:1.5rem;text-align:left}.pp-boleto-info-item{padding:8px 0;color:#8b8ba0;font-size:13px;border-bottom:1px solid rgba(255,255,255,.05)}.portal-wrap{display:grid;grid-template-columns:240px 1fr;gap:2rem;padding-top:2rem;padding-bottom:4rem;min-height:70vh;align-items:start}.portal-sidebar{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:80px}.portal-user{display:flex;align-items:center;gap:.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.portal-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;flex-shrink:0}.portal-user-name{font-size:.9rem;font-weight:700}.portal-user-email{font-size:.75rem;color:var(--text-muted)}.portal-nav{display:flex;flex-direction:column;gap:.25rem}.portal-nav-link{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;border-radius:var(--radius-md);font-size:.88rem;font-weight:500;color:var(--text-secondary);transition:var(--transition);width:100%;text-align:left}.portal-nav-link:hover{background:var(--bg-hover);color:var(--text-primary)}.portal-nav-link.active{background:#7c3aed26;color:var(--purple-light)}.portal-logout{color:var(--red);margin-top:.5rem}.portal-logout:hover{background:#ef44441a;color:var(--red)}.portal-main{min-width:0}.portal-page-header{margin-bottom:2rem}.portal-page-header h1{font-size:1.5rem;font-weight:800;margin-bottom:.25rem}.portal-page-header p{color:var(--text-secondary);font-size:.9rem}.portal-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.portal-stat{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;text-align:center}.portal-stat-icon{font-size:1.75rem;margin-bottom:.5rem}.portal-stat-value{font-size:1.8rem;font-weight:900}.portal-stat-label{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.portal-stat.purple .portal-stat-value{color:var(--purple-light)}.portal-stat.orange .portal-stat-value{color:var(--orange)}.portal-stat.green .portal-stat-value{color:var(--green)}.portal-stat.yellow .portal-stat-value{color:var(--yellow)}.portal-section{margin-bottom:2.5rem}.portal-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.portal-section-header h2{font-size:1rem;font-weight:700}.portal-view-all{font-size:.82rem;color:var(--purple-light)}.portal-view-all:hover{text-decoration:underline}.portal-list{display:flex;flex-direction:column;gap:.75rem}.portal-item{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;transition:var(--transition)}.portal-item:hover{border-color:var(--border-hover)}.portal-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.portal-item-title{font-size:.95rem;font-weight:700;margin-bottom:.2rem}.portal-item-sub{font-size:.8rem;color:var(--text-muted)}.portal-item-meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.82rem;color:var(--text-secondary)}.portal-item-meta span{display:flex;align-items:center;gap:.3rem}.status-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.status-badge.paid,.status-badge.active{background:#22c55e26;color:var(--green);border:1px solid rgba(34,197,94,.3)}.status-badge.pending{background:#eab30826;color:var(--yellow);border:1px solid rgba(234,179,8,.3)}.status-badge.cancelled,.status-badge.expired{background:#ef44441a;color:var(--red);border:1px solid rgba(239,68,68,.2)}.status-badge.used{background:#ffffff0f;color:var(--text-muted);border:1px solid var(--border)}.portal-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.portal-filter-btn{padding:.4rem 1rem;border-radius:999px;font-size:.82rem;font-weight:600;background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);transition:var(--transition)}.portal-filter-btn:hover{border-color:var(--purple);color:var(--purple-light)}.portal-filter-btn.active{background:#7c3aed33;border-color:var(--purple);color:var(--purple-light)}.portal-empty{text-align:center;padding:3rem;color:var(--text-muted)}.portal-empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.portal-empty h3{font-size:1.1rem;color:var(--text-secondary);margin-bottom:.5rem}.portal-empty p{font-size:.88rem;margin-bottom:1.25rem}.portal-ticket-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.portal-btn-download{display:inline-flex;align-items:center;gap:.4rem;background:var(--purple);color:#fff;border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:var(--transition)}.portal-btn-download:hover{background:var(--purple-light)}.portal-btn-resend{display:inline-flex;align-items:center;gap:.4rem;background:transparent;color:var(--purple-light);border:1px solid rgba(124,58,237,.3);border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:var(--transition)}.portal-btn-resend:hover{background:#7c3aed1a}.portal-form{display:flex;flex-direction:column;gap:1.25rem}.portal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.portal-field{display:flex;flex-direction:column;gap:.4rem}.portal-field label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.portal-field input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:.65rem .9rem;color:var(--text-primary);font-size:.9rem;transition:var(--transition)}.portal-field input:focus{outline:none;border-color:var(--purple)}.portal-field input::placeholder{color:var(--text-muted)}.portal-field input:disabled{opacity:.5}.portal-btn-save{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:.75rem 2rem;font-size:.95rem;font-weight:700;transition:var(--transition);align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem}.portal-btn-save:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.portal-btn-save:disabled{opacity:.6}.portal-success-msg{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:var(--green);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.88rem}.portal-auth-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:2rem}.portal-auth-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;width:100%;max-width:420px}.portal-auth-logo{text-align:center;margin-bottom:2rem}.portal-auth-logo .logo-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:900;color:#fff;margin:0 auto .75rem}.portal-auth-logo h1{font-size:1.3rem;font-weight:800}.portal-auth-logo p{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.portal-auth-form{display:flex;flex-direction:column;gap:1rem}.portal-auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:var(--red);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.85rem}.portal-auth-btn{width:100%;background:linear-gradient(135deg,var(--purple) 0%,var(--purple-light) 100%);color:#fff;border-radius:var(--radius-md);padding:.85rem;font-size:.95rem;font-weight:700;transition:var(--transition);margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.portal-auth-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.portal-auth-btn:disabled{opacity:.6}.portal-auth-footer{text-align:center;margin-top:1.5rem;font-size:.85rem;color:var(--text-muted)}.portal-auth-footer a{color:var(--purple-light)}.portal-auth-footer a:hover{text-decoration:underline}.portal-loading{display:flex;align-items:center;justify-content:center;padding:4rem;color:var(--text-muted);gap:1rem}@media (max-width: 900px){.portal-wrap{grid-template-columns:1fr}.portal-sidebar{position:static}}@media (max-width: 600px){.portal-form-grid{grid-template-columns:1fr}.portal-stats{grid-template-columns:repeat(2,1fr)}}.portal-forgot-link{text-align:right;margin-top:.5rem}.portal-forgot-link a{font-size:.85rem;color:var(--color-primary, #a855f7);text-decoration:none}.portal-forgot-link a:hover{text-decoration:underline}.portal-auth-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80;border-radius:8px;padding:1rem;text-align:center;margin-bottom:1rem}.portal-success-icon{font-size:2rem;margin-bottom:.5rem}.portal-auth-hint{font-size:.8rem;opacity:.7;margin-top:.25rem}.portal-global-account-info{display:flex;align-items:flex-start;gap:.6rem;background:#7c3aed14;border:1px solid rgba(124,58,237,.25);border-radius:8px;padding:.75rem 1rem;font-size:.82rem;color:var(--text-secondary, #94a3b8);margin-bottom:1.25rem;line-height:1.5}.portal-global-account-info span:first-child{font-size:1rem;flex-shrink:0}.portal-global-account-info strong{color:#a78bfa}.portal-account-type{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}.portal-account-option{display:flex;align-items:flex-start;gap:.75rem;background:#7c3aed0f;border:1px solid rgba(124,58,237,.2);border-radius:10px;padding:.9rem 1rem;cursor:pointer;transition:border-color .2s}.portal-account-option--active{background:#7c3aed1f;border-color:#7c3aed80}.portal-account-option input[type=checkbox]{margin-top:2px;accent-color:var(--purple);width:16px;height:16px;flex-shrink:0}.portal-account-option div{display:flex;flex-direction:column;gap:2px}.portal-account-option strong{font-size:.88rem;color:var(--text-primary)}.portal-account-option span{font-size:.78rem;color:var(--text-muted)}.portal-account-local-warn{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:8px;padding:.65rem .9rem;font-size:.78rem;color:#fbbf24}.portal-pending-alert{display:flex;flex-direction:column;gap:.25rem;background:#eab30814;border:1px solid rgba(234,179,8,.25);border-radius:var(--radius-md);padding:.65rem .9rem;margin-top:.75rem;font-size:.82rem;color:var(--yellow)}.portal-pending-hint{font-size:.76rem;color:var(--text-muted)}.portal-item-actions{display:flex;gap:.5rem;margin-top:.75rem}.portal-btn-tickets{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;background:var(--purple);color:#fff;border-radius:var(--radius-md);font-size:.82rem;font-weight:500;text-decoration:none;transition:opacity .2s}.portal-btn-tickets:hover{opacity:.85}.portal-btn-cancel{display:inline-flex;align-items:center;gap:.35rem;margin-top:.5rem;padding:.35rem .8rem;background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.4);border-radius:var(--radius-md);font-size:.78rem;cursor:pointer;transition:background .2s;width:fit-content}.portal-btn-cancel:hover:not(:disabled){background:#ef444414}.portal-btn-cancel:disabled{opacity:.5;cursor:not-allowed}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--purple);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}.pr-page{min-height:100vh;background:var(--bg-primary);padding:3rem 1rem 5rem}.pr-container{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.pr-header{text-align:center}.pr-badge{display:inline-block;background:#7c3aed26;color:var(--purple);border:1px solid rgba(124,58,237,.3);border-radius:999px;padding:.35rem 1rem;font-size:.85rem;font-weight:600;margin-bottom:1rem}.pr-header h1{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:.75rem}.pr-header p{color:var(--text-secondary);font-size:1rem}.pr-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.pr-benefit{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.pr-benefit-icon{font-size:1.75rem}.pr-benefit strong{font-size:.9rem;color:var(--text-primary)}.pr-benefit span{font-size:.78rem;color:var(--text-muted)}.pr-steps{display:flex;align-items:center;justify-content:center;gap:0}.pr-step{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.85rem}.pr-step.active{color:var(--purple)}.pr-step.done{color:var(--green, #10B981)}.pr-step-num{width:28px;height:28px;border-radius:50%;background:var(--bg-card);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.pr-step.active .pr-step-num{background:var(--purple);border-color:var(--purple);color:#fff}.pr-step.done .pr-step-num{background:#10b981;border-color:#10b981;color:#fff}.pr-step-line{flex:1;height:2px;background:var(--border);margin:0 1rem;max-width:80px}.pr-form-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;padding:2rem}.pr-form-card h2{font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.pr-step-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.pr-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.pr-field{display:flex;flex-direction:column;gap:.4rem}.pr-field-full{grid-column:span 2}.pr-field label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.pr-field input,.pr-field select,.pr-field textarea{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:.65rem .9rem;color:var(--text-primary);font-size:.9rem;transition:border-color .2s;font-family:inherit}.pr-field input:focus,.pr-field select:focus,.pr-field textarea:focus{outline:none;border-color:var(--purple)}.pr-field input::placeholder,.pr-field textarea::placeholder{color:var(--text-muted)}.pr-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.pr-field textarea{resize:vertical}.pr-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;border-radius:8px;padding:.75rem 1rem;font-size:.88rem;margin-bottom:1rem}.pr-btn{width:100%;padding:.9rem;font-size:1rem;font-weight:700}.pr-login-link{text-align:center;font-size:.82rem;color:var(--text-muted);margin-top:1rem}.pr-login-link a{color:var(--purple);text-decoration:underline}.pr-terms{font-size:.78rem;color:var(--text-muted);text-align:center;margin-bottom:1.25rem}.pr-terms a{color:var(--purple)}.pr-actions{display:flex;gap:1rem}.pr-actions .btn-ghost{flex:0 0 auto}.pr-actions .pr-btn{flex:1}.pr-success{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.pr-success-icon{font-size:4rem}.pr-success h2{font-size:1.8rem;font-weight:800}.pr-success p{color:var(--text-secondary);max-width:480px}.pr-success-info{background:#7c3aed14;border:1px solid rgba(124,58,237,.2);border-radius:10px;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:var(--text-secondary);text-align:left;width:100%;max-width:420px}@media (max-width: 640px){.pr-benefits{grid-template-columns:1fr 1fr}.pr-grid{grid-template-columns:1fr}.pr-field-full{grid-column:span 1}.pr-header h1{font-size:1.5rem}}.pr-contract-box{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.5rem;max-height:320px;overflow-y:auto;font-size:.85rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1.25rem}.pr-contract-box h3{font-size:1rem;color:var(--text-primary);margin-bottom:.25rem}.pr-contract-box h4{font-size:.88rem;color:var(--purple);margin:1rem 0 .25rem}.pr-contract-box ul{padding-left:1.25rem;margin:.25rem 0}.pr-contract-box hr{border-color:var(--border);margin:.75rem 0}.pr-contract-full-link{margin-top:1rem;text-align:center}.pr-contract-full-link a{color:var(--purple-light);font-size:.85rem}.pr-contract-accept{background:#6c47ff0f;border:1px solid rgba(108,71,255,.2);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.pr-contract-accept.error{border-color:#ef444466;background:#ef44440f}.pr-contract-accept label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.85rem;color:var(--text-secondary)}.pr-contract-accept input[type=checkbox]{margin-top:3px;accent-color:var(--purple);flex-shrink:0;width:16px;height:16px}.pr-contract-error{color:var(--red, #ef4444);font-size:.78rem;margin-top:.5rem}.legal-page{min-height:100vh;background:#0a0a0f}.legal-hero{background:linear-gradient(135deg,#1a0a3e,#0a0a0f);padding:3rem 0 2rem;border-bottom:1px solid rgba(108,71,255,.15)}.legal-breadcrumb{font-size:.82rem;color:#64748b;margin-bottom:.75rem}.legal-breadcrumb a{color:#a78bfa;text-decoration:none}.legal-breadcrumb a:hover{text-decoration:underline}.legal-hero h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.25rem}.legal-hero p{color:#64748b;font-size:.88rem}.legal-content{padding:3rem 1.5rem 5rem;max-width:800px}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.15rem;font-weight:700;color:#a78bfa;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(108,71,255,.2)}.legal-content h3{font-size:1rem;font-weight:700;color:#e2e8f0;margin-bottom:.5rem}.legal-content p{color:#94a3b8;line-height:1.8;margin-bottom:.75rem;font-size:.95rem}.legal-content ul,.legal-content ol{padding-left:1.5rem;margin-bottom:1rem}.legal-content li{color:#94a3b8;line-height:1.8;margin-bottom:.3rem;font-size:.95rem}.legal-content a{color:#a78bfa}.legal-content a:hover{text-decoration:underline}.legal-content strong{color:#e2e8f0}.legal-skeleton{height:60px;background:#ffffff0d;border-radius:8px;animation:shimmer 1.5s infinite;background-size:200% 100%;background-image:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.cf-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.cf-step{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:relative}.cf-step-num{position:absolute;top:-12px;left:1.5rem;background:var(--purple);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.cf-step-icon{font-size:2rem;margin-bottom:.75rem}.cf-step h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.cf-step p{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.cf-payment{background:#7c3aed0f;border:1px solid rgba(124,58,237,.2);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem}.cf-payment h2{font-size:1.2rem;font-weight:700;margin-bottom:1.25rem}.cf-payment-grid{display:flex;gap:1.5rem;flex-wrap:wrap}.cf-payment-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.5rem;min-width:140px;text-align:center}.cf-payment-icon{font-size:1.75rem}.cf-payment-item strong{font-size:.9rem;color:var(--text-primary)}.cf-payment-item span{font-size:.78rem;color:var(--text-muted)}.cf-faq{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.cf-faq-item{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}.cf-faq-item h3{font-size:.95rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.cf-faq-item p{font-size:.88rem;color:var(--text-secondary);line-height:1.6;margin:0}.cf-cta{text-align:center;background:linear-gradient(135deg,#7c3aed26,#7c3aed0d);border:1px solid rgba(124,58,237,.25);border-radius:var(--radius-lg);padding:3rem 2rem;margin-bottom:3rem}.cf-cta h2{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.cf-cta p{color:var(--text-secondary);font-size:1rem}.sr-page{font-family:Inter,sans-serif;color:#1a1a2e}.sr-page section{padding:60px 24px}.sr-page h2{font-size:1.8rem;font-weight:700;margin-bottom:24px;text-align:center}.sr-banner{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:80px 40px;position:relative}.sr-banner-logo{height:80px;margin-bottom:24px;object-fit:contain;position:absolute;top:30px;left:40px}.sr-banner-title{font-size:2.5rem;font-weight:800;margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.sr-banner-subtitle{font-size:1.1rem;opacity:.9;max-width:600px;margin-bottom:20px}.sr-banner-highlights{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:24px}.sr-highlight-chip{background:#ffffff26;padding:6px 16px;border-radius:20px;font-size:.85rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sr-btn{display:inline-block;color:#fff;padding:14px 36px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.05rem;transition:transform .2s,box-shadow .2s}.sr-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.sr-btn-outline{display:inline-block;padding:12px 28px;border-radius:8px;border:2px solid;text-decoration:none;font-weight:600;transition:all .2s}.sr-btn-outline:hover{opacity:.8}.sr-banner-card{padding:40px 24px;min-height:50vh;display:flex;align-items:center;justify-content:center}.sr-banner-card-inner{width:100%;max-width:1000px;min-height:350px;display:flex;align-items:center;padding:48px;overflow:hidden;background-size:cover;background-position:center}.sr-banner-card-content{max-width:50%}.sr-banner-card-content h1{font-size:2rem;font-weight:800;margin-bottom:12px;line-height:1.2}.sr-banner-card-content p{font-size:1rem;margin-bottom:20px;line-height:1.6}@media (max-width: 768px){.sr-banner-card-inner{padding:32px 24px;min-height:250px}.sr-banner-card-content{max-width:100%}.sr-banner-card-content h1{font-size:1.5rem}}.sr-text-image{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1000px;margin:0 auto}.sr-text-image-reverse{direction:rtl}.sr-text-image-reverse>*{direction:ltr}.sr-text-image h2{text-align:left;font-size:1.5rem}.sr-text-image p{color:#555;line-height:1.8;margin:16px 0 24px}.sr-text-label{font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:1px solid;padding:4px 14px;border-radius:20px;display:inline-block;margin-bottom:16px}.sr-text-subtitle{color:#555;line-height:1.8;margin:12px 0 20px;font-size:.95rem}.sr-text-image-gallery{display:flex;flex-direction:column;gap:10px}.sr-text-image-main{border-radius:12px;overflow:hidden}.sr-text-image-main img{width:100%;height:280px;object-fit:cover}.sr-text-image-thumbs{display:flex;gap:8px}.sr-text-image-thumbs img{width:80px;height:56px;object-fit:cover;border-radius:8px;border:2px solid transparent}.sr-text-image-thumbs .sr-thumb-active{border-color:#2563eb}.sr-text-image-video{border-radius:12px;overflow:hidden;aspect-ratio:16/9}.sr-text-image-video iframe{width:100%;height:100%}.sr-text-image-bordered .sr-text-image-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.sr-text-image-img img{width:100%;height:280px;object-fit:cover;border-radius:12px}.sr-placeholder-img{width:100%;height:280px;background:#e0e0e0;border-radius:12px}.sr-pricing{background:#f8fafc;padding:60px 24px;text-align:center}.sr-pricing-label{font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:1px solid currentColor;display:inline-block;padding:4px 14px;border-radius:20px;margin-bottom:12px}.sr-pricing-subtitle{font-size:.95rem;color:#666;margin-bottom:28px}.sr-pricing-list{max-width:800px;margin:0 auto;text-align:left;border-top:1px solid #e2e8f0}.sr-pricing-row{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0;transition:background .2s}.sr-pricing-row:hover{background:#00000005}.sr-pricing-highlight{background:linear-gradient(90deg,rgba(34,197,94,.08),transparent);border-left:4px solid #22c55e}.sr-pricing-row-left{display:flex;flex-direction:column;gap:4px}.sr-pricing-row-label{font-size:.65rem;text-transform:uppercase;letter-spacing:1px;color:#999;font-weight:600}.sr-pricing-row-name{font-size:1.05rem;font-weight:700;color:#1a1a2e}.sr-pricing-row-desc{font-size:.82rem;color:#888}.sr-pricing-row-right{display:flex;align-items:center;gap:16px}.sr-pricing-row-side{font-size:.7rem;color:#999;white-space:nowrap}.sr-pricing-row-price{font-size:1.3rem;font-weight:800;color:#22c55e;white-space:nowrap}.sr-pricing-row-btn{display:inline-block;color:#fff;padding:8px 20px;border-radius:24px;font-size:.8rem;font-weight:700;white-space:nowrap;text-decoration:none;transition:transform .2s,box-shadow .2s}.sr-pricing-row-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.sr-pricing-desc-bottom{font-size:.78rem;color:#999;margin-top:16px;text-transform:uppercase;letter-spacing:.5px}.sr-pricing-installments{font-size:.85rem;color:#666;margin-top:8px}@media (max-width: 768px){.sr-pricing-row{flex-direction:column;align-items:flex-start;gap:12px}.sr-pricing-row-right{width:100%;justify-content:space-between}}.sr-itinerary{max-width:800px;margin:0 auto;text-align:center}.sr-itinerary-label{font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:1px solid;padding:4px 14px;border-radius:20px;display:inline-block;margin-bottom:12px}.sr-itinerary-subtitle{color:#666;font-size:.95rem;margin-bottom:28px}.sr-itinerary-list{display:flex;flex-direction:column;text-align:left}.sr-itinerary-item{display:flex;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background .2s}.sr-itinerary-item:hover{background:#00000005}.sr-itinerary-num{width:40px;height:40px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.sr-itinerary-info{flex:1;display:flex;flex-direction:column;gap:2px}.sr-itinerary-day-label{font-size:.65rem;text-transform:uppercase;letter-spacing:1px;color:#999;font-weight:600}.sr-itinerary-day-title{font-size:1.05rem;font-weight:600}.sr-itinerary-day-desc{color:#666;margin:8px 0 0;font-size:.9rem;line-height:1.7}.sr-itinerary-arrow{font-size:1.2rem;color:#999;margin-left:auto}.sr-features{max-width:800px;margin:0 auto}.sr-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sr-feature-item{display:flex;align-items:center;gap:10px;background:#f0f7ff;padding:12px 16px;border-radius:8px}.sr-feature-check{color:#25d366;font-weight:700}.sr-testimonials{background:#f8f9fa}.sr-testimonials-grid{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.sr-testimonial-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;max-width:350px}.sr-testimonial-stars{color:#f59e0b;font-size:1.2rem;margin-bottom:12px}.sr-testimonial-text{font-style:italic;color:#555;margin-bottom:12px}.sr-whatsapp-cta{text-align:center;color:#fff;padding:60px 24px}.sr-whatsapp-cta h2{color:#fff}.sr-whatsapp-cta p{opacity:.9;margin-bottom:24px}.sr-btn-white{display:inline-block;background:#fff;color:#25d366;padding:16px 36px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.05rem;transition:transform .2s}.sr-btn-white:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.sr-urgency{text-align:center;padding:60px 24px}.sr-urgency h2{font-size:1.8rem;font-weight:800;margin-bottom:24px}.sr-urgency-badge{display:inline-block;background:#0003;color:inherit;padding:6px 16px;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;border:1px solid rgba(255,255,255,.3)}.sr-countdown{display:flex;gap:12px;justify-content:center;margin:24px 0}.sr-countdown-unit{display:flex;flex-direction:column;align-items:center}.sr-countdown-num{background:#0000004d;color:inherit;font-size:2.2rem;font-weight:800;padding:12px 20px;border-radius:10px;min-width:60px;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sr-countdown-label{font-size:.65rem;font-weight:600;margin-top:6px;opacity:.7;letter-spacing:1px}.sr-btn-urgency{display:inline-block;background:#ffffff26;color:inherit;padding:14px 36px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1rem;margin-top:16px;transition:transform .2s,background .2s;border:2px solid rgba(255,255,255,.3)}.sr-btn-urgency:hover{transform:translateY(-2px);background:#ffffff40}@media (max-width: 768px){.sr-banner-title{font-size:1.8rem}.sr-text-image,.sr-features-grid{grid-template-columns:1fr}.sr-pricing-grid{flex-direction:column;align-items:center}}.sr-photo{display:flex;align-items:center;justify-content:center;min-height:400px;padding:48px 24px}.sr-photo-card{width:90%;max-width:900px;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #0000004d}.sr-photo-card img,.sr-photo-full{width:100%;height:auto;display:block}.sr-biography{overflow:hidden}.sr-biography-hero{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center}.sr-biography-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}.sr-biography-title{position:relative;z-index:1;font-weight:900;letter-spacing:6px;text-transform:uppercase;text-align:center}.sr-biography-text{padding:32px 48px;line-height:1.8;text-align:center;max-width:800px;margin:0 auto}.sr-faq{text-align:center}.sr-faq-label{font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:1px solid currentColor;padding:4px 16px;border-radius:20px;display:inline-block;margin-bottom:12px}.sr-faq-subtitle{color:#666;font-size:.95rem;margin-bottom:32px}.sr-faq-list{max-width:700px;margin:0 auto;text-align:left}.sr-faq-item{border-bottom:1px solid #e2e8f0}.sr-faq-question{display:flex;align-items:center;gap:12px;width:100%;padding:18px 0;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:500;text-align:left}.sr-faq-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sr-faq-arrow{margin-left:auto;font-size:1.2rem;color:#999}.sr-faq-answer{padding:0 0 18px 20px;color:#555;line-height:1.7}.sr-gallery{padding:60px 24px;max-width:1000px;margin:0 auto}.sr-gallery-subtitle{text-align:center;color:#666;margin-bottom:32px;font-size:1rem}.sr-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.sr-gallery-item{border-radius:12px;overflow:hidden;aspect-ratio:16/10}.sr-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.sr-gallery-item:hover img{transform:scale(1.05)}.sr-items-grid{padding:60px 24px;text-align:center;max-width:1000px;margin:0 auto}.sr-items-label{font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:1px solid;padding:4px 14px;border-radius:20px;display:inline-block;margin-bottom:16px}.sr-items-subtitle{color:#666;margin-bottom:32px}.sr-items-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.sr-item-card{background:#f8f9fa;border-radius:16px;padding:32px 20px;text-align:center;transition:transform .3s}.sr-item-card:hover{transform:translateY(-4px)}.sr-item-icon{font-size:2rem;display:block;margin-bottom:12px}.sr-item-title{font-size:1rem;font-weight:700;display:block;margin-bottom:8px}.sr-item-desc{font-size:.85rem;color:#666;line-height:1.6}.sr-travel{padding:40px 24px;text-align:center;background:linear-gradient(180deg,#f0f7ff,#fff)}.sr-travel-label{font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;border:1px solid;padding:4px 14px;border-radius:20px;display:inline-block;margin-bottom:12px}.sr-travel-subtitle{color:#666;margin-bottom:24px;font-size:1rem}.sr-travel-content{max-width:900px;margin:0 auto;text-align:left;display:grid;grid-template-columns:1fr 1fr;gap:16px}.sr-travel-group{margin-bottom:0}.sr-travel-content>.sr-travel-info{grid-column:1 / -1}.sr-travel-group-title{font-size:1rem;font-weight:700;margin-bottom:10px;padding-bottom:6px;border-bottom:2px solid #e2e8f0}.sr-travel-leg{background:#fff;border-radius:12px;padding:14px 18px;margin-bottom:8px;box-shadow:0 2px 8px #0000000a;border-left:3px solid #3b82f6}.sr-travel-leg:hover{transform:translate(2px)}.sr-travel-route{display:flex;align-items:center;gap:10px;margin-bottom:6px;font-size:.95rem}.sr-travel-arrow{color:#3b82f6;font-size:1.4rem;font-weight:700}.sr-travel-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:.85rem;color:#555;align-items:center}.sr-travel-tag{background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#1d4ed8;padding:4px 12px;border-radius:8px;font-size:.75rem;font-weight:700;border:1px solid #bfdbfe}.sr-travel-hotel{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #0000000f;border-left:4px solid #f59e0b}.sr-travel-hotel-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:1.1rem}.sr-travel-room{margin:10px 0 4px;font-size:.95rem;color:#333}.sr-travel-meals{margin:4px 0 12px;font-size:.95rem;color:#333}.sr-travel-extras{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #f0f0f0}.sr-travel-extra-chip{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);color:#166534;padding:6px 14px;border-radius:8px;font-size:.8rem;font-weight:600;border:1px solid #bbf7d0}.sr-travel-info{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:16px;padding:20px 24px;margin-top:24px}.sr-travel-info h4{font-size:1rem;margin-bottom:10px;font-weight:700}.sr-travel-info p{font-size:.9rem;color:#555;line-height:1.7;margin:0}.sr-footer-premium{position:relative;background:linear-gradient(180deg,#050816,#081224,#0b1020);color:#fff;overflow:hidden}.sr-fp-glow{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.15) 0%,transparent 70%);pointer-events:none}.sr-fp-inner{max-width:1100px;margin:0 auto;padding:60px 24px 40px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:32px;position:relative;z-index:1}.sr-fp-brand{display:flex;flex-direction:column;gap:8px}.sr-fp-logo{max-height:70px;max-width:160px;margin-bottom:12px;object-fit:contain;filter:brightness(1.1)}.sr-fp-name{font-size:1.4rem;font-weight:800;margin:0}.sr-fp-slogan{font-size:.85rem;opacity:.6;line-height:1.5;margin:4px 0 12px}.sr-fp-cadastur{width:180px;height:auto;margin-top:12px;object-fit:contain}.sr-fp-col{display:flex;flex-direction:column;gap:6px}.sr-fp-col-title{font-size:.65rem;letter-spacing:2px;opacity:.4;font-weight:700;margin-bottom:8px}.sr-fp-item{font-size:.88rem;opacity:.85;margin:0;display:flex;align-items:center;gap:6px}.sr-fp-item-sub{font-size:.8rem;opacity:.5;margin:0;padding-left:22px}.sr-fp-socials{display:flex;gap:10px;margin-top:4px}.sr-fp-social-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;transition:all .3s}.sr-fp-social-btn:hover{background:#2563eb33;border-color:#2563eb80;transform:scale(1.1);box-shadow:0 0 20px #2563eb4d}.sr-fp-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border-radius:30px;font-weight:700;font-size:.85rem;text-decoration:none;transition:all .3s;margin-top:8px}.sr-fp-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #25d3664d}.sr-fp-badges{display:flex;flex-direction:column;gap:6px;margin-top:16px}.sr-fp-badge{font-size:.75rem;opacity:.5}.sr-fp-bottom{max-width:1100px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);font-size:.78rem;opacity:.4;position:relative;z-index:1}.sr-fp-bottom-links{display:flex;gap:16px;align-items:center}.sr-fp-powered strong{color:#3b82f6}@media (max-width: 768px){.sr-fp-inner{grid-template-columns:1fr;gap:24px}}.sr-video{text-align:center;max-width:900px;margin:0 auto}.sr-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:16px;box-shadow:0 8px 32px #00000026}.sr-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.sr-section-wrap{position:relative}.sr-section-wrap .sr-cta-btn,.sr-section-wrap .sr-pricing-cta,.sr-section-wrap .sr-wacta-btn,.sr-section-wrap .sr-banner-cta,.sr-section-wrap a[class*=cta],.sr-section-wrap button[class*=cta]{background:var(--section-btn-color, #25d366)!important}.sr-footer-premium .sr-fp-cta-btn{background:var(--fp-btn-color, #25d366)!important}.lp-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a1a;background:#fff;line-height:1.6}.lp-container{max-width:1100px;margin:0 auto;padding:0 24px}.lp-section{padding:72px 0}.lp-mt{margin-top:24px}.lp-section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2.5px;color:#6c63ff;text-transform:uppercase;margin-bottom:10px;background:#6c63ff14;padding:4px 12px;border-radius:20px}.lp-section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;margin:0 0 20px;line-height:1.2;color:#111}.lp-section-subtitle{color:#666;font-size:1.05rem;margin-bottom:40px;max-width:600px}.lp-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f9f9f9}.lp-spinner{width:44px;height:44px;border:4px solid #eee;border-top-color:#6c63ff;border-radius:50%;animation:lp-spin .8s linear infinite}@keyframes lp-spin{to{transform:rotate(360deg)}}.lp-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none;cursor:pointer;border:none;transition:all .2s;white-space:nowrap}.lp-btn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.lp-btn-whatsapp{background:#25d366;color:#fff}.lp-btn-primary{background:#6c63ff;color:#fff}.lp-btn-outline{background:transparent;color:#6c63ff;border:2px solid #6c63ff}.lp-btn-sm{padding:10px 20px;font-size:13px}.lp-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 12px #0000000f}.lp-header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.lp-header-logo{text-decoration:none;display:flex;align-items:center}.lp-header-logo-img{height:44px;max-width:180px;object-fit:contain}.lp-header-logo-text{font-size:1.2rem;font-weight:800;color:#1a1a1a}.lp-header-actions{display:flex;gap:12px;align-items:center}.lp-hero{position:relative;min-height:560px;display:flex;align-items:center;background:#1a1a2e;background-size:cover;background-position:center}.lp-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000c7,#00000059)}.lp-hero-content{position:relative;z-index:1;padding:80px 0}.lp-hero-badge{display:inline-block;background:#6c63ffe6;color:#fff;font-size:12px;font-weight:700;letter-spacing:1.5px;padding:6px 16px;border-radius:20px;margin-bottom:16px;text-transform:uppercase}.lp-hero-title{font-size:clamp(2rem,5vw,3.6rem);font-weight:900;color:#fff;margin:0 0 16px;line-height:1.1;max-width:720px}.lp-hero-subtitle{font-size:1.15rem;color:#ffffffd9;margin:0 0 12px;max-width:600px}.lp-hero-desc{font-size:1rem;color:#ffffffb3;margin:0 0 36px;max-width:580px;line-height:1.7}.lp-hero-actions{display:flex;gap:16px;flex-wrap:wrap}.lp-hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.lp-hero-tag{background:#ffffff26;color:#fff;font-size:12px;font-weight:600;padding:5px 14px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lp-about{background:#f8f9ff}.lp-about-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.lp-about-text p{color:#555;font-size:1rem;line-height:1.8;margin-bottom:16px}.lp-about-image img{width:100%;border-radius:16px;object-fit:cover;max-height:400px;box-shadow:0 12px 40px #0000001f}@media (max-width: 768px){.lp-about-inner{grid-template-columns:1fr}}.lp-itinerary{background:#fff}.lp-itinerary-list{display:flex;flex-direction:column;gap:0;margin-bottom:36px}.lp-itinerary-item{display:flex;gap:0;position:relative}.lp-itinerary-item:not(:last-child):before{content:"";position:absolute;left:28px;top:52px;bottom:-8px;width:2px;background:#e8e8ff}.lp-itinerary-num{width:56px;height:56px;min-width:56px;background:#6c63ff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;margin-right:20px;margin-bottom:24px;box-shadow:0 4px 12px #6c63ff4d;flex-shrink:0}.lp-itinerary-body{padding:12px 0 24px;flex:1}.lp-itinerary-body strong{display:block;font-size:1.05rem;font-weight:700;color:#111;margin-bottom:6px}.lp-itinerary-body p{color:#666;font-size:14px;line-height:1.7;margin:0}.lp-itinerary-day-label{font-size:11px;font-weight:700;color:#6c63ff;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.lp-cta-inline{margin-top:8px}.lp-gallery{background:#f8f9ff}.lp-gallery-main{border-radius:16px;overflow:hidden;margin-bottom:12px;max-height:420px}.lp-gallery-main img{width:100%;height:420px;object-fit:cover}.lp-gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.lp-gallery-thumb{border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:4/3}.lp-gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.lp-gallery-thumb:hover img{transform:scale(1.05)}.lp-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.lp-gallery-item img{width:100%;height:200px;object-fit:cover;border-radius:10px}.lp-includes{background:#fff}.lp-includes-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.lp-includes-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}.lp-includes-list li{font-size:15px;color:#333;padding:12px 16px;background:#f5f5ff;border-radius:8px;border-left:3px solid #6c63ff;line-height:1.5}.lp-includes-note{background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:12px 16px;font-size:14px;color:#795548;margin-top:8px}.lp-includes-image img{width:100%;border-radius:16px;object-fit:cover;box-shadow:0 12px 40px #0000001a}@media (max-width: 768px){.lp-includes-inner{grid-template-columns:1fr}}.lp-pricing{background:#f8f9ff}.lp-pricing-subtitle{color:#666;margin:-8px 0 36px;font-size:1rem}.lp-pricing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:32px}.lp-pricing-card{background:#fff;border:2px solid #eee;border-radius:16px;padding:32px 28px;position:relative;text-align:center;transition:box-shadow .2s,transform .2s}.lp-pricing-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-4px)}.lp-pricing-highlight{border-color:#6c63ff;box-shadow:0 8px 32px #6c63ff2e}.lp-pricing-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:#6c63ff;color:#fff;font-size:11px;font-weight:700;padding:5px 16px;border-radius:20px;letter-spacing:1px;white-space:nowrap}.lp-pricing-name{font-size:1.15rem;font-weight:700;margin:0 0 8px;color:#111}.lp-pricing-price{font-size:2.4rem;font-weight:900;color:#6c63ff;margin:12px 0;line-height:1}.lp-pricing-price-label{font-size:14px;color:#888;margin-bottom:16px}.lp-pricing-desc{color:#666;font-size:14px;margin-bottom:24px;line-height:1.6}.lp-pricing-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch}.lp-pricing-actions .lp-btn{justify-content:center}.lp-pricing-payment{background:#fff;border-radius:12px;padding:20px 24px;margin-top:8px;border:1px solid #eee;color:#555;font-size:14px;text-align:center}.lp-countdown{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;text-align:center}.lp-countdown .lp-section-title{color:#fff}.lp-countdown .lp-section-subtitle{color:#ffffffb3;margin:0 auto 36px}.lp-countdown-inner{display:flex;flex-direction:column;align-items:center;gap:36px}.lp-countdown-grid{display:flex;gap:20px}.lp-countdown-unit{display:flex;flex-direction:column;align-items:center;background:#ffffff14;border-radius:12px;padding:16px 24px;min-width:80px}.lp-countdown-number{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;line-height:1;color:#6c63ff}.lp-countdown-label{font-size:11px;letter-spacing:2px;color:#ffffff80;margin-top:6px;text-transform:uppercase}.lp-countdown .lp-mt{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.lp-testimonials{background:#fff}.lp-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.lp-testimonial-card{background:#f8f9ff;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:10px;border:1px solid #eee}.lp-testimonial-header{display:flex;align-items:center;gap:12px}.lp-testimonial-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;background:#6c63ff;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0}.lp-testimonial-name{font-weight:700;font-size:15px}.lp-testimonial-text{color:#555;font-size:14px;line-height:1.7;font-style:italic}.lp-stars{color:#f5a623;font-size:16px;letter-spacing:1px}.lp-why{background:#f8f9ff}.lp-why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.lp-why-card{background:#fff;border-radius:16px;padding:28px 24px;text-align:center;border:1px solid #eee;transition:box-shadow .2s,transform .2s}.lp-why-card:hover{box-shadow:0 8px 28px #00000014;transform:translateY(-3px)}.lp-why-icon{font-size:2.2rem;display:block;margin-bottom:12px}.lp-why-card h3{font-size:1rem;font-weight:700;margin:0 0 8px;color:#111}.lp-why-card p{color:#666;font-size:14px;line-height:1.6;margin:0}.lp-faq{background:#fff}.lp-faq-list{display:flex;flex-direction:column;gap:10px;max-width:800px}.lp-faq-item{border:1px solid #eee;border-radius:12px;overflow:hidden;transition:box-shadow .2s}.lp-faq-item.open{box-shadow:0 4px 16px #6c63ff1a;border-color:#d0ccff}.lp-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 22px;background:#fff;border:none;cursor:pointer;font-size:15px;font-weight:600;text-align:left;gap:16px;color:#111}.lp-faq-item.open .lp-faq-question{background:#f5f5ff;color:#6c63ff}.lp-faq-question span{font-size:1.4rem;font-weight:400;flex-shrink:0;color:#6c63ff}.lp-faq-answer{padding:16px 22px 20px;background:#fafafa;color:#555;font-size:14px;line-height:1.7}.lp-cta-final{background:linear-gradient(135deg,#6c63ff,#5a52e0)}.lp-cta-final .lp-section-title{color:#fff}.lp-cta-subtitle{color:#fffc;font-size:1.05rem;margin-bottom:32px}.lp-cta-final-inner{text-align:center}.lp-cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.lp-cta-final .lp-btn-whatsapp{background:#fff;color:#25d366}.lp-cta-final .lp-btn-primary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.4)}.lp-footer-custom{background:#0d1117;border-top:1px solid rgba(255,255,255,.08);padding:2.5rem 1.5rem 1.5rem}.lp-footer-inner{max-width:900px;margin:0 auto;text-align:center}.lp-footer-about{color:#fff9;font-size:.9rem;margin-bottom:1.2rem;line-height:1.7}.lp-footer-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;margin-bottom:1.2rem;font-size:.88rem;color:#ffffffb3}.lp-footer-contact a{color:#00d9a8;text-decoration:none}.lp-footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}.lp-footer-links a{color:#fff6;font-size:.8rem;text-decoration:none}.lp-footer-links a:hover{color:#fff}.lp-footer-copy{color:#ffffff4d;font-size:.78rem}@media (max-width: 600px){.lp-section{padding:48px 0}.lp-countdown-grid{gap:10px}.lp-countdown-unit{padding:12px 16px;min-width:64px}.lp-hero-actions{flex-direction:column}.lp-cta-actions{flex-direction:column;align-items:center}.lp-gallery-thumbs{grid-template-columns:repeat(2,1fr)}.lp-pricing-grid{grid-template-columns:1fr}}.notfound-page{min-height:70vh;display:flex;align-items:center;justify-content:center;background:#0a0a0f;padding:2rem}.notfound-content{text-align:center;max-width:480px}.notfound-code{font-size:8rem;font-weight:900;background:linear-gradient(135deg,#6c47ff,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.notfound-emoji{font-size:3rem;margin-bottom:1rem}.notfound-content h1{color:#fff;font-size:1.8rem;margin-bottom:.75rem}.notfound-content p{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:2rem}.notfound-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.notfound-btn{padding:.75rem 1.75rem;border-radius:8px;font-weight:600;text-decoration:none;font-size:.95rem;transition:all .2s}.notfound-btn--primary{background:linear-gradient(135deg,#6c47ff,#ff6b35);color:#fff}.notfound-btn--primary:hover{opacity:.9;transform:translateY(-2px)}.notfound-btn--secondary{background:#ffffff14;color:#e2e8f0;border:1px solid rgba(255,255,255,.15)}.notfound-btn--secondary:hover{background:#ffffff1f;transform:translateY(-2px)}.cart-fab{position:fixed;bottom:2rem;right:2rem;z-index:90;display:flex;align-items:center;gap:.6rem;background:var(--purple);color:#fff;padding:.75rem 1.25rem;border-radius:999px;font-size:.9rem;font-weight:700;box-shadow:0 8px 32px #7c3aed80;transition:transform .2s ease,box-shadow .2s ease;animation:fab-in .3s ease}.cart-fab:hover{transform:translateY(-2px);box-shadow:0 12px 40px #7c3aed99}.cart-fab-count{background:#fff;color:var(--purple);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800}@keyframes fab-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 500px){.cart-fab-label{display:none}}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;display:flex;flex-direction:column}:root{--bg-base: #0a0a0f;--bg-surface: #13131a;--bg-card: #1a1a24;--bg-hover: #22222e;--border: rgba(255,255,255,.08);--border-hover: rgba(255,255,255,.16);--purple: #7C3AED;--purple-light: #9D5CF6;--purple-dark: #5B21B6;--orange: #F97316;--orange-light: #FB923C;--green: #22C55E;--red: #EF4444;--yellow: #EAB308;--text-primary: #F1F1F5;--text-secondary: #A0A0B8;--text-muted: #6B6B85;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--shadow-card: 0 4px 24px rgba(0,0,0,.4);--shadow-glow: 0 0 40px rgba(124,58,237,.15);--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-base);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100%;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;flex:1;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;display:block}ul{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--purple-dark);border-radius:3px}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.container-wide{max-width:1440px;margin:0 auto;padding:0 1.5rem}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .75rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge-purple{background:#7c3aed33;color:var(--purple-light);border:1px solid rgba(124,58,237,.3)}.badge-orange{background:#f9731633;color:var(--orange-light);border:1px solid rgba(249,115,22,.3)}.badge-green{background:#22c55e26;color:var(--green);border:1px solid rgba(34,197,94,.25)}.badge-yellow{background:#eab30826;color:var(--yellow);border:1px solid rgba(234,179,8,.25)}.badge-gray{background:#ffffff0f;color:var(--text-secondary);border:1px solid var(--border)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.4rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--purple);color:#fff}.btn-primary:hover{background:var(--purple-light);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--text-primary);border:1px solid var(--border-hover)}.btn-outline:hover{background:var(--bg-hover);border-color:var(--purple);color:var(--purple-light)}.btn-ghost{background:#ffffff0f;color:var(--text-secondary)}.btn-ghost:hover{background:#ffffff1a;color:var(--text-primary)}.section-title{font-size:1.4rem;font-weight:800;color:var(--text-primary);display:flex;align-items:center;gap:.6rem}.section-title .accent{color:var(--purple-light)}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-hover) 50%,var(--bg-card) 75%);background-size:800px 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-sm)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--purple);border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.container,.container-wide{padding:0 1rem}}
