:root{
  --brand:#ef2c1f;
  --brand-2:#ff6238;
  --brand-dark:#c71d14;
  --violet:#4236a4;
  --ink:#171725;
  --ink-soft:#343442;
  --muted:#737382;
  --soft:#f6f7fb;
  --cream:#fffaf1;
  --line:#e8e8ef;
  --success:#188754;
  --shadow-sm:0 8px 24px rgba(28,25,52,.07);
  --shadow-md:0 18px 48px rgba(28,25,52,.12);
  --shadow-lg:0 32px 80px rgba(28,25,52,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%}
button,input,select,textarea{font:inherit}
.container-xxl{max-width:1450px}

/* Header */
.premium-header{z-index:1035;background:rgba(255,255,255,.97);box-shadow:0 4px 24px rgba(28,25,52,.07);backdrop-filter:blur(18px);border-bottom:1px solid rgba(34,32,44,.05)}
.header-main{background:#fff}
.header-grid{min-height:84px;display:grid;grid-template-columns:190px minmax(320px,1fr) auto;gap:28px;align-items:center}
.brand-link{display:flex;align-items:center;min-width:0}
.site-logo{display:block;width:auto;height:58px;max-width:185px;object-fit:contain;background:#fffbea;border-radius:10px;padding:3px}
.header-search{height:50px;border:1px solid #dedee7;border-radius:10px;align-items:center;background:#fff;overflow:hidden;transition:.2s;max-width:650px;width:100%;justify-self:center}
.header-search:focus-within{border-color:#aaa4d9;box-shadow:0 0 0 4px rgba(66,54,164,.08)}
.header-search>i{margin-left:16px;color:#777887;font-size:.95rem}
.header-search input{border:0;outline:0;flex:1;min-width:0;padding:0 13px;color:var(--ink);background:transparent}
.header-search input::placeholder{color:#9797a3}
.header-search button{height:100%;border:0;padding:0 20px;background:#f5f5f9;color:#343442;font-weight:700}
.header-search button:hover{background:#ececf3}
.header-actions{display:flex;align-items:center;gap:12px}
.location-trigger{min-width:150px;border:1px solid #e2e2e8;background:#fff;border-radius:10px;padding:8px 13px;display:flex;align-items:center;gap:10px;color:var(--ink);box-shadow:none}
.location-trigger:after{margin-left:auto}
.location-trigger:hover{border-color:#c5c3d4;background:#fbfbfd}
.location-pin{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#fff1ee;color:var(--brand)}
.location-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15;min-width:0}
.location-copy small{font-size:.68rem;color:#8b8b98;text-transform:uppercase;letter-spacing:.05em}
.location-copy strong{font-size:.87rem;max-width:88px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.location-menu{width:330px;padding:0;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden}
.location-menu-head{padding:18px 20px 12px;display:flex;flex-direction:column}
.location-menu-head strong{font-size:1rem}.location-menu-head small{color:var(--muted);margin-top:3px}
.location-search-box{margin:0 15px 10px;border:1px solid var(--line);height:42px;border-radius:10px;display:flex;align-items:center;gap:9px;padding:0 12px;background:#f9f9fb}
.location-search-box i{color:#8c8c98}.location-search-box input{border:0;background:transparent;outline:0;width:100%}
.location-list{max-height:290px;overflow:auto;padding:5px 10px 12px}
.location-list a{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;font-weight:600;color:#41414d}
.location-list a:hover{background:#fff2ef;color:var(--brand)}
.location-list a>i:first-child{width:22px;text-align:center;color:var(--brand)}
.location-empty{padding:18px 12px;color:var(--muted);font-size:.88rem}
.mobile-menu-btn{border:0;width:45px;height:45px;border-radius:12px;background:#f5f5f8;color:#242431;font-size:1.15rem}
.header-nav{border-top:1px solid #f0f0f3;background:#fff}
.header-nav>.container-xxl{min-height:52px}
.main-menu{display:flex;align-items:center;gap:4px}
.main-menu>a,.menu-dropdown>button{border:0;background:none;color:#363642;font-weight:700;font-size:.91rem;padding:15px 13px;position:relative}
.main-menu>a:hover,.main-menu>a.active,.menu-dropdown>button:hover{color:var(--brand)}
.main-menu>a.active:after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:2px;background:var(--brand);border-radius:2px}
.menu-dropdown>button:after{margin-left:7px}
.category-menu{width:285px;border:1px solid var(--line);border-radius:15px;padding:8px;box-shadow:var(--shadow-md)}
.category-menu .dropdown-item{padding:11px 12px;border-radius:10px;display:flex;gap:11px;align-items:center;font-weight:600;color:#454551}
.category-menu .dropdown-item i{width:24px;text-align:center;color:var(--brand)}
.category-menu .dropdown-item:hover{background:#fff2ef;color:var(--brand)}
.nav-cta{display:flex;align-items:center;gap:14px}.organizer-link{font-weight:700;font-size:.9rem;color:#4c4c58}.organizer-link:hover{color:var(--brand)}
.btn{border-radius:10px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-brand{background:linear-gradient(135deg,var(--brand),var(--brand-2));border-color:transparent;color:#fff;padding:.77rem 1.2rem;box-shadow:0 11px 25px rgba(239,44,31,.23)}
.btn-brand:hover,.btn-brand:focus{background:linear-gradient(135deg,var(--brand-dark),var(--brand));border-color:transparent;color:#fff;box-shadow:0 14px 31px rgba(239,44,31,.30)}
.btn-outline-brand{border:1.5px solid var(--brand);color:var(--brand);background:#fff;padding:.72rem 1.18rem}
.btn-outline-brand:hover{background:var(--brand);color:#fff}
.mobile-nav{width:min(390px,92vw)}.mobile-nav-logo{height:56px;max-width:180px;object-fit:contain}.mobile-search{height:48px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#f8f8fb}.mobile-search input{border:0;outline:0;background:transparent;width:100%}.mobile-menu{display:flex;flex-direction:column;margin-top:18px}.mobile-menu a{padding:14px 4px;border-bottom:1px solid #eeeef2;font-weight:700;display:flex;align-items:center;gap:13px}.mobile-menu a i{width:24px;color:var(--brand)}
.premium-alert{border:0;border-radius:14px;box-shadow:var(--shadow-sm)}

/* Hero */
.premium-hero{position:relative;overflow:hidden;padding:72px 0 58px;background:radial-gradient(circle at 12% 25%,rgba(255,214,151,.55),transparent 29%),radial-gradient(circle at 91% 14%,rgba(255,189,170,.42),transparent 25%),linear-gradient(115deg,#fff8f5 0%,#fff 47%,#fff7ee 100%)}
.premium-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,#ef2c1f 1.2px,transparent 1.4px),radial-gradient(circle,#ffad68 1.2px,transparent 1.4px);background-size:52px 52px,78px 78px;background-position:10px 15px,25px 35px;opacity:.11;mask-image:linear-gradient(to right,transparent 0%,#000 20%,#000 80%,transparent 100%)}
.hero-confetti{position:absolute;border-radius:999px;filter:blur(.2px);opacity:.32;transform:rotate(18deg)}
.hero-confetti-one{width:280px;height:280px;border:35px solid #ffdad1;left:-170px;bottom:-130px}.hero-confetti-two{width:260px;height:260px;border:45px solid #ffe0ba;right:-150px;top:-150px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#fff;border:1px solid #f1dfda;color:var(--brand);font-size:.83rem;font-weight:800;box-shadow:0 10px 30px rgba(40,29,52,.08)}
.premium-hero h1{font-family:"Playfair Display",serif;font-size:clamp(3.1rem,5.8vw,5.55rem);line-height:.94;letter-spacing:-.052em;margin:22px 0 24px;color:#1c1b2d;max-width:710px}
.premium-hero h1 span{display:block;color:var(--brand)}
.premium-hero p{font-size:1.08rem;line-height:1.8;color:var(--muted);max-width:660px;margin:0}
.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:27px}.hero-buttons .btn{min-height:54px;display:inline-flex;align-items:center;gap:12px;justify-content:center;padding-left:21px;padding-right:21px}
.hero-trust{display:flex;flex-wrap:wrap;gap:22px;margin-top:31px;color:#474752;font-size:.87rem;font-weight:700}.hero-trust span{display:flex;gap:9px;align-items:center}.hero-trust i{color:var(--brand);font-size:1rem}
.hero-showcase{position:relative;min-height:485px;padding-top:30px}
.showcase-label{position:absolute;left:24px;top:0;z-index:7;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;text-transform:uppercase;font-weight:800;letter-spacing:.06em;font-size:.75rem;padding:10px 15px;border-radius:10px 10px 4px 4px;box-shadow:0 10px 24px rgba(239,44,31,.23)}
.hero-event-stack{position:relative;height:345px;margin-left:18px}
.hero-mini-card{position:absolute;display:block;width:250px;background:#fff;border:1px solid rgba(232,232,239,.9);border-radius:16px;overflow:hidden;box-shadow:0 20px 46px rgba(32,24,55,.17);transition:.25s;color:var(--ink)}
.hero-mini-card:hover{transform:translateY(-7px)!important;color:var(--ink);z-index:8!important}
.hero-mini-card-1{left:0;top:20px;z-index:5;width:270px}
.hero-mini-card-2{left:225px;top:55px;z-index:4;transform:scale(.91)}
.hero-mini-card-3{left:425px;top:85px;z-index:3;transform:scale(.84)}
.hero-mini-image{height:155px;position:relative;background:#f4f1fa}.hero-mini-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-heart{position:absolute;right:11px;top:10px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(18,18,30,.26);color:#fff;backdrop-filter:blur(5px)}
.hero-mini-body{padding:13px 14px 14px;display:flex;flex-direction:column;gap:5px}.hero-mini-body strong{font-size:1.02rem;line-height:1.25;min-height:41px}.hero-mini-body small{font-size:.75rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-mini-body small i{width:16px;color:#92929e}.hero-mini-body b{color:var(--brand);font-size:.87rem;margin-top:2px}
.hero-empty-showcase{height:315px;margin:20px 0 0 20px;border:1px dashed #ddd5d3;border-radius:22px;background:rgba(255,255,255,.78);display:grid;place-items:center;text-align:center;padding:35px}.hero-empty-showcase i{font-size:3.2rem;color:#e2aaa2}.hero-empty-showcase h3{margin:0;font-size:1.2rem}.hero-empty-showcase p{font-size:.9rem}
.hero-stat-strip{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:repeat(3,1fr);padding:13px 8px;margin:8px 0 0 18px;position:relative;z-index:8}
.hero-stat-strip>div{display:grid;grid-template-columns:42px auto;grid-template-rows:auto auto;column-gap:9px;align-items:center;padding:5px 16px;border-right:1px solid #eeeef2}.hero-stat-strip>div:last-child{border-right:0}.stat-icon{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff0e8;color:var(--brand)}.hero-stat-strip strong{font-size:1.1rem}.hero-stat-strip small{font-size:.72rem;color:var(--muted)}

/* Category rail and marketplace */
.category-rail-section{padding:17px 0;background:#fff;border-bottom:1px solid #f0f0f4}.category-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px;overflow-x:auto;scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}
.category-tile{border:1px solid var(--line);border-radius:13px;background:#fff;min-width:205px;padding:13px 14px;display:flex;align-items:center;gap:12px;color:#343440;transition:.22s}.category-tile:hover,.category-tile.active{border-color:#ffb8aa;background:#fff8f6;box-shadow:0 10px 25px rgba(239,44,31,.09);color:var(--brand);transform:translateY(-2px)}.category-icon{flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:#f6f6fa;display:grid;place-items:center;font-size:1.05rem;color:#2f2e3d}.category-tile:hover .category-icon,.category-tile.active .category-icon{background:#ffe7e2;color:var(--brand)}.category-tile span:last-child{display:flex;flex-direction:column;min-width:0}.category-tile strong{font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-tile small{font-size:.72rem;color:var(--muted);margin-top:2px}
.event-marketplace{padding:42px 0 82px;background:#f7f8fb}
.market-filter{background:#fff;border:1px solid var(--line);border-radius:16px;padding:7px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1.08fr .9fr 1.08fr 1fr 1fr auto;align-items:stretch;gap:0}
.market-filter-item{display:flex;align-items:center;gap:12px;padding:8px 16px;border-right:1px solid #eeeef2;min-width:0}.market-filter-item>i{font-size:1rem;color:#333341}.market-filter-item label{display:flex;flex-direction:column;font-size:.68rem;color:#8b8b97;letter-spacing:.02em;width:100%;min-width:0}.market-filter-item select{border:0;background:transparent;outline:0;color:#272733;font-weight:700;padding:2px 20px 0 0;min-width:0;width:100%;appearance:auto}.filter-submit{border:0;border-radius:11px;background:#171725;color:#fff;font-weight:700;padding:0 17px;display:flex;align-items:center;gap:8px;white-space:nowrap}.filter-submit:hover{background:var(--brand)}
.section-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:46px 0 24px}.eyebrow{display:inline-block;color:var(--brand);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.section-heading-row h2,.how-heading h2{font-family:"Playfair Display",serif;font-size:clamp(2rem,3vw,3rem);letter-spacing:-.035em;margin:0}.section-heading-row p,.how-heading p{color:var(--muted);margin:8px 0 0}.clear-filter{font-size:.87rem;font-weight:700;color:var(--brand);white-space:nowrap}.clear-filter:hover{color:var(--brand-dark)}
.market-event-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;box-shadow:0 10px 28px rgba(29,26,52,.06);transition:.25s}.market-event-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(29,26,52,.13)}
.market-event-image{height:240px;display:block;position:relative;overflow:hidden;background:#eee}.market-event-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.market-event-card:hover .market-event-image img{transform:scale(1.045)}
.date-block{position:absolute;left:13px;top:13px;width:48px;height:55px;border-radius:10px;background:rgba(255,255,255,.95);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(20,20,30,.16)}.date-block strong{font-size:1.25rem;line-height:1}.date-block small{font-size:.64rem;font-weight:800;margin-top:3px;color:#575763}.save-event{position:absolute;right:13px;top:13px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(20,20,30,.30);color:#fff;backdrop-filter:blur(4px)}.featured-chip{position:absolute;left:13px;bottom:13px;background:var(--brand);color:#fff;border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.market-event-body{padding:17px 17px 16px}.card-category{font-size:.72rem;color:var(--brand);font-weight:800;text-transform:uppercase;letter-spacing:.06em}.card-category i{margin-right:5px}.market-event-body h3{font-size:1.08rem;line-height:1.35;margin:9px 0 12px;font-weight:800;min-height:47px}.market-event-body h3 a:hover{color:var(--brand)}.card-meta{display:flex;flex-direction:column;gap:7px;font-size:.78rem;color:var(--muted)}.card-meta span{display:flex;gap:8px;align-items:flex-start}.card-meta i{width:14px;text-align:center;margin-top:2px;color:#8e8e9b}.card-bottom{border-top:1px solid #eeeef2;margin-top:15px;padding-top:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.card-bottom>div{display:flex;flex-direction:column}.card-bottom small{font-size:.69rem;color:var(--muted)}.card-bottom strong{font-size:.9rem;color:var(--brand);margin-top:2px}.card-bottom>a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff0ed;color:var(--brand)}.card-bottom>a:hover{background:var(--brand);color:#fff}
.empty-state{padding:58px 22px;text-align:center;border:1px dashed #d9d7e1;border-radius:20px;background:#fff}.premium-empty{box-shadow:var(--shadow-sm)}.empty-icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:#fff0ed;color:var(--brand);font-size:2rem;margin:0 auto 17px}.empty-state h3{font-size:1.35rem;font-weight:800}.empty-state p{color:var(--muted);margin-bottom:20px}

/* Promo and steps */
.booking-promo{padding:0 0 82px;background:#f7f8fb}.promo-card{position:relative;overflow:hidden;min-height:325px;border-radius:26px;padding:48px 56px;background:linear-gradient(120deg,#251c54,#4d3aaf 60%,#773c97);color:#fff;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;box-shadow:0 28px 70px rgba(50,35,100,.23)}.promo-card:before,.promo-card:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}.promo-card:before{width:340px;height:340px;right:-120px;top:-160px}.promo-card:after{width:200px;height:200px;left:45%;bottom:-150px}.promo-copy{position:relative;z-index:2;max-width:720px}.promo-copy>span{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em;color:#ffbaa8}.promo-copy h2{font-family:"Playfair Display",serif;font-size:clamp(2rem,4vw,3.3rem);line-height:1.08;margin:10px 0 14px;letter-spacing:-.035em}.promo-copy p{color:rgba(255,255,255,.72);line-height:1.7;max-width:650px}.promo-copy .btn{margin-top:11px}.promo-visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.qr-visual{width:145px;height:145px;border-radius:24px;background:#fff;color:#161622;display:grid;place-items:center;font-size:5.4rem;transform:rotate(-5deg);box-shadow:0 25px 55px rgba(0,0,0,.26)}.ticket-visual{margin-left:-18px;background:linear-gradient(135deg,#ff7450,#ef2c1f);border-radius:18px;padding:27px 25px;width:245px;transform:rotate(6deg);box-shadow:0 25px 55px rgba(0,0,0,.25);display:flex;flex-direction:column}.ticket-visual span{font-size:.64rem;font-weight:800;letter-spacing:.1em}.ticket-visual strong{font-size:1.3rem;margin:28px 0 4px}.ticket-visual small{color:rgba(255,255,255,.75)}
.how-section{padding:82px 0;background:#fff}.how-heading{max-width:720px;margin:0 auto 38px}.how-card{height:100%;position:relative;border:1px solid var(--line);border-radius:20px;padding:30px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden;transition:.25s}.how-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.how-card>span{position:absolute;right:20px;top:15px;font-family:"Playfair Display",serif;font-size:3.2rem;color:#f1f1f5;font-weight:800}.how-card>i{width:58px;height:58px;border-radius:16px;background:#fff0ed;color:var(--brand);display:grid;place-items:center;font-size:1.35rem;margin-bottom:21px}.how-card h3{font-size:1.15rem;font-weight:800}.how-card p{color:var(--muted);line-height:1.65;margin:0}

/* Shared internal pages */
.section-pad{padding:72px 0}.section-title{font-family:"Playfair Display",serif;font-size:clamp(2rem,4vw,3.15rem);letter-spacing:-.035em}.section-subtitle{color:var(--muted);max-width:680px}
.detail-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 15%,rgba(255,125,92,.28),transparent 28%),linear-gradient(135deg,#201a3a,#4135a4 62%,#722f74);color:#fff;padding:66px 0}.detail-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,#fff 1px,transparent 1px);background-size:45px 45px;opacity:.08}.detail-hero .container{position:relative}.detail-image{width:100%;height:390px;object-fit:cover;border-radius:22px;background:#fff8d8;box-shadow:0 26px 65px rgba(0,0,0,.25);border:6px solid rgba(255,255,255,.12)}
.detail-card,.booking-card,.policy-card,.verify-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:var(--shadow-sm)}.detail-card{transition:.22s}.detail-card:hover{box-shadow:var(--shadow-md)}
.icon-info{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--line)}.icon-info:last-child{border-bottom:0}.icon-info i{flex:0 0 42px;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#f2efff;color:var(--violet)}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.price-box{border:1px solid var(--line);background:#fcfbff;border-radius:12px;padding:10px;text-align:center;transition:.2s}.price-box:hover{border-color:#cfc8f5;background:#f8f6ff}.price-box small{display:block;color:var(--muted);font-size:.71rem}.price-box strong{font-size:.9rem}
.form-label{font-weight:700;font-size:.88rem}.form-control,.form-select{border-radius:11px;border-color:#dddde6;padding:.74rem .88rem}.form-control:focus,.form-select:focus{border-color:#938be0;box-shadow:0 0 0 .2rem rgba(66,54,164,.11)}
.type-choice{position:relative}.type-choice input{position:absolute;opacity:0}.type-choice label{display:block;border:2px solid var(--line);border-radius:15px;padding:16px;cursor:pointer;height:100%;transition:.2s}.type-choice input:checked+label{border-color:var(--brand);background:#fff8f6;box-shadow:0 10px 25px rgba(239,44,31,.10)}.type-choice i{font-size:1.3rem;color:var(--brand);margin-bottom:8px}.payment-option{border:1px solid var(--line);border-radius:15px;padding:16px}.booking-summary{position:sticky;top:150px}.summary-line{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed var(--line)}.summary-total{font-size:1.25rem;font-weight:800;color:var(--brand)}

/* Receipt / status */
.receipt-wrap{max-width:900px;margin:32px auto;background:#fff;border:1px solid #ddd;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(30,20,50,.12)}.receipt-head{padding:24px;background:linear-gradient(135deg,#fffce9,#f4f0ff);display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid var(--line)}.receipt-logo{height:62px;max-width:250px}.receipt-body{padding:28px}.receipt-table td{padding:10px;border-bottom:1px solid #eee}.qr-box{border:1px dashed #bbb;border-radius:16px;padding:12px;text-align:center}.qr-box img{width:160px;height:160px}.status-panel{border-radius:18px;padding:20px}.status-valid{background:#ecfbf2;border:1px solid #bdebcf}.status-pending{background:#fff8e7;border:1px solid #ffe0a2}.status-invalid{background:#fff0f0;border:1px solid #ffc6c6}

/* Footer */
.site-footer{background:#171725;color:#fff;margin-top:0}.footer-main{padding:58px 0 42px}.footer-logo{height:64px;max-width:210px;object-fit:contain;background:#fffbea;border-radius:11px;padding:5px}.footer-about{color:rgba(255,255,255,.62);line-height:1.7;max-width:430px;margin-top:17px}.footer-social{display:flex;gap:9px;margin-top:20px}.footer-social a{width:38px;height:38px;border-radius:10px;display:grid!important;place-items:center;background:rgba(255,255,255,.08);margin:0!important;color:#fff!important}.footer-social a:hover{background:var(--brand)}.site-footer h6{font-weight:800;margin-bottom:17px}.site-footer .footer-link{display:block;color:rgba(255,255,255,.63);margin:9px 0;font-size:.9rem}.site-footer .footer-link:hover{color:#fff;transform:translateX(2px)}.footer-contact-item{display:flex;gap:11px;color:rgba(255,255,255,.65);font-size:.89rem;margin-bottom:12px}.footer-contact-item i{color:#ff7b5d;width:18px;margin-top:3px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.57);font-size:.84rem;padding:17px 0}.footer-bottom a{color:rgba(255,255,255,.7)}

@media(max-width:1399px){
  .header-grid{grid-template-columns:175px minmax(280px,1fr) auto;gap:18px}
  .hero-mini-card-3{left:390px}.hero-mini-card-2{left:205px}
}
@media(max-width:1199px){
  .header-grid{grid-template-columns:190px 1fr auto}.header-search{max-width:none}.premium-hero{padding-top:58px}.hero-showcase{min-height:460px;margin-top:12px}.hero-event-stack{max-width:690px;margin-left:auto;margin-right:auto}.hero-stat-strip{max-width:690px;margin-left:auto;margin-right:auto}
  .market-filter{grid-template-columns:repeat(3,1fr)}.market-filter-item{border-bottom:1px solid #eeeef2}.market-filter-item:nth-child(3){border-right:0}.market-filter-item:nth-child(4),.market-filter-item:nth-child(5){border-bottom:0}.filter-submit{min-height:58px;justify-content:center}
  .category-rail{grid-template-columns:repeat(6,205px)}
}
@media(max-width:991px){
  .header-grid{grid-template-columns:1fr auto;min-height:76px}.site-logo{height:52px}.header-search{display:none!important}.location-trigger{min-width:142px}.premium-hero{text-align:left;padding:50px 0}.premium-hero h1{font-size:clamp(3rem,9vw,4.7rem)}.hero-showcase{margin-top:10px}.hero-event-stack{height:330px}.hero-mini-card-3{left:410px}.hero-stat-strip{margin-top:0}.promo-card{grid-template-columns:1fr;padding:42px}.promo-visual{margin-top:35px}.booking-summary{position:static}.detail-image{height:320px}
}
@media(max-width:767px){
  .location-copy small{display:none}.location-trigger{min-width:0;width:45px;height:45px;padding:0;justify-content:center}.location-trigger:after{display:none}.location-pin{background:transparent}.location-copy{display:none}.location-menu{width:min(330px,92vw)}
  .premium-hero{padding:42px 0}.premium-hero h1{font-size:3.15rem}.premium-hero p{font-size:1rem;line-height:1.65}.hero-buttons .btn{width:100%}.hero-trust{gap:13px;display:grid;grid-template-columns:1fr}.hero-showcase{min-height:auto;padding-top:35px}.hero-event-stack{height:auto;display:grid;grid-template-columns:1fr;gap:13px;margin:0}.hero-mini-card{position:relative!important;left:auto!important;top:auto!important;width:100%!important;transform:none!important;display:grid;grid-template-columns:145px 1fr}.hero-mini-card-2,.hero-mini-card-3{display:grid}.hero-mini-image{height:145px}.hero-mini-body strong{min-height:auto}.hero-stat-strip{grid-template-columns:1fr;margin:15px 0 0}.hero-stat-strip>div{border-right:0;border-bottom:1px solid #eeeef2}.hero-stat-strip>div:last-child{border-bottom:0}
  .category-rail{grid-template-columns:repeat(6,190px)}.market-filter{grid-template-columns:1fr}.market-filter-item{border-right:0!important;border-bottom:1px solid #eeeef2!important}.filter-submit{height:52px}.section-heading-row{align-items:flex-start;flex-direction:column;margin-top:36px}.market-event-image{height:260px}.promo-card{padding:34px 24px}.promo-visual{transform:scale(.82);margin-left:-25px;margin-right:-25px}.how-section{padding:62px 0}.section-pad{padding:55px 0}.price-grid{grid-template-columns:1fr}.receipt-head{align-items:flex-start;flex-direction:column}.receipt-body{padding:18px}
}
@media(max-width:575px){
  .header-grid{min-height:70px}.site-logo{height:46px;max-width:150px}.header-actions{gap:6px}.mobile-menu-btn{width:42px;height:42px}.premium-hero h1{font-size:2.75rem}.showcase-label{left:0}.hero-mini-card{grid-template-columns:120px 1fr}.hero-mini-image{height:132px}.hero-mini-body{padding:11px}.hero-mini-body strong{font-size:.93rem}.hero-mini-body small{font-size:.69rem}.market-event-image{height:235px}.promo-visual{display:none}.promo-card{min-height:auto}.promo-copy h2{font-size:2.05rem}.footer-main{padding-top:45px}
}
@media print{
  .premium-header,.site-footer,.no-print,.alert{display:none!important}
  body{background:#fff}
  .receipt-wrap{box-shadow:none;border:1px solid #999;margin:0;max-width:none}
  .receipt-body{padding:20px}
}

/* =========================================================
   Dynamic Multicolor Beauty Event Theme V2
   ========================================================= */
body{background:#fff;color:var(--ink)}
.beauty-header{z-index:1040;background:rgba(255,255,255,.97);box-shadow:0 10px 35px rgba(40,20,70,.08);backdrop-filter:blur(18px)}
.header-ribbon{background:linear-gradient(90deg,var(--accent),var(--brand),var(--brand2));color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.01em}
.header-ribbon .container-xxl{min-height:31px}.ribbon-message{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ribbon-spark{margin-right:8px}.ribbon-contact{gap:20px}.ribbon-contact a{display:flex;align-items:center;gap:6px;color:#fff;opacity:.93}
.header-core{background:rgba(255,255,255,.98)}.header-layout{min-height:86px;display:grid;grid-template-columns:205px minmax(350px,1fr) auto;gap:24px;align-items:center}.brand-shell{position:relative;display:flex;align-items:center}.brand-glow{position:absolute;inset:8px 22px;background:linear-gradient(90deg,rgba(240,43,97,.13),rgba(255,122,24,.18),rgba(123,44,255,.12));filter:blur(14px);border-radius:50%}.brand-shell .site-logo{position:relative;height:60px;max-width:195px;padding:4px 7px;border-radius:14px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,#ffd537,#ff4f8e,#8d48ff) border-box;border:2px solid transparent;object-fit:contain}
.beauty-header .header-search{height:52px;max-width:690px;width:100%;justify-self:center;display:flex;align-items:center;border:1px solid #e7e1ed;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(54,35,77,.06);overflow:hidden;transition:.25s}.beauty-header .header-search:focus-within{border-color:rgba(240,43,97,.42);box-shadow:0 0 0 5px rgba(240,43,97,.08),0 12px 30px rgba(54,35,77,.08)}.beauty-header .header-search .search-icon{width:48px;text-align:center;color:var(--brand)}.beauty-header .header-search input{flex:1;border:0;outline:0;background:transparent;padding:0 4px;color:var(--ink)}.beauty-header .header-search button{height:42px;margin-right:5px;border:0;border-radius:12px;padding:0 19px;color:#fff;font-weight:800;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 7px 17px rgba(240,43,97,.2)}
.beauty-header .header-actions{display:flex;align-items:center;gap:10px}.beauty-header .location-trigger{min-width:155px;height:52px;border:1px solid #e8e2ed;border-radius:15px;padding:7px 12px;background:#fff;box-shadow:0 7px 22px rgba(42,30,61,.05)}.beauty-header .location-pin{background:linear-gradient(135deg,rgba(240,43,97,.14),rgba(255,122,24,.16));color:var(--brand);border-radius:11px}.header-signin{height:48px;padding:0 16px;border:1px solid rgba(240,43,97,.32);border-radius:13px;color:var(--brand);font-weight:800;align-items:center;gap:7px}.header-signin:hover{background:#fff2f7}.header-book{height:49px;padding:0 19px;border-radius:14px;align-items:center;gap:10px;color:#fff;font-weight:800;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 11px 25px rgba(240,43,97,.22)}.header-book:hover{color:#fff;transform:translateY(-2px)}
.beauty-header .header-nav{border-top:1px solid #f1edf4;background:#fff}.beauty-header .header-nav>.container-xxl{min-height:50px}.beauty-header .main-menu{display:flex;align-items:center;gap:2px}.beauty-header .main-menu>a,.beauty-header .menu-dropdown>button{display:flex;align-items:center;gap:7px;border:0;background:transparent;padding:14px 12px;color:#383244;font-size:.88rem;font-weight:750;position:relative}.beauty-header .main-menu>a i,.beauty-header .menu-dropdown>button i{font-size:.8rem;color:#9a90a2}.beauty-header .main-menu>a:hover,.beauty-header .menu-dropdown>button:hover,.beauty-header .main-menu>a.active{color:var(--brand)}.beauty-header .main-menu>a.active:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;border-radius:10px;background:linear-gradient(90deg,var(--brand),var(--brand2),var(--accent))}.nav-trust{display:flex;gap:18px;color:#6f6875;font-size:.78rem;font-weight:700}.nav-trust span{display:flex;gap:6px;align-items:center}.nav-trust i{color:var(--brand)}
.category-menu{width:640px!important;padding:16px!important;border-radius:20px!important}.category-menu-title{font-weight:800;margin:0 0 12px 4px}.category-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.category-menu-card{display:flex;gap:11px;padding:11px;border:1px solid #eee8f1;border-radius:14px;align-items:center}.category-menu-card>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--cat1),var(--cat2))}.category-menu-card div{min-width:0}.category-menu-card b,.category-menu-card small{display:block}.category-menu-card b{font-size:.86rem}.category-menu-card small{font-size:.7rem;color:#857d89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-menu-card:hover{background:#fffafe;border-color:#e7d9eb;transform:translateY(-1px)}
.location-list a span{display:flex;flex-direction:column}.location-list a span b{font-size:.86rem}.location-list a span small{font-size:.7rem;color:#8e8793;font-weight:500}.mobile-location-title{padding:12px 14px;border-radius:12px;background:linear-gradient(90deg,#fff0f6,#fff7eb);font-weight:800;margin-top:12px}.mobile-location-title i{color:var(--brand);margin-right:8px}.mobile-category-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#a19aa5;font-weight:800;padding:18px 4px 3px}
.btn-brand{background:linear-gradient(135deg,var(--brand),var(--brand2));border:0;color:#fff!important;box-shadow:0 13px 28px rgba(240,43,97,.23)}.btn-brand:hover{background:linear-gradient(135deg,var(--accent),var(--brand));box-shadow:0 16px 34px rgba(123,44,255,.22)}.btn-soft{border:1px solid rgba(240,43,97,.32);background:rgba(255,255,255,.88);color:var(--brand);font-weight:800}.btn-soft:hover{background:#fff0f6;color:var(--brand)}

.hero-stage{position:relative;overflow:hidden;padding:38px 0 0;background:linear-gradient(180deg,#fff 0%,#fff9fc 54%,#fff 100%)}.hero-blob{position:absolute;border-radius:50%;filter:blur(2px);opacity:.6}.hero-blob-one{width:380px;height:380px;left:-170px;top:120px;background:radial-gradient(circle,#ffc6df 0%,rgba(255,198,223,0) 70%)}.hero-blob-two{width:470px;height:470px;right:-220px;top:-80px;background:radial-gradient(circle,#d7c2ff 0%,rgba(215,194,255,0) 70%)}.hero-slide{min-height:530px;border-radius:34px;padding:55px 66px;background:radial-gradient(circle at 16% 15%,rgba(255,255,255,.92),rgba(255,255,255,.12) 35%),linear-gradient(125deg,var(--hero1),var(--hero2));border:1px solid rgba(92,55,107,.08);box-shadow:0 28px 80px rgba(82,45,93,.10);overflow:hidden}.hero-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(240,43,97,.18);background:rgba(255,255,255,.82);backdrop-filter:blur(10px);color:var(--brand);padding:10px 15px;border-radius:999px;font-size:.8rem;font-weight:800;box-shadow:0 9px 25px rgba(75,41,90,.08)}.hero-slide h1{font-family:"Playfair Display",serif;font-size:clamp(3.45rem,5vw,5.25rem);line-height:.94;letter-spacing:-.055em;margin:30px 0 22px;color:var(--ink);max-width:720px}.hero-slide h1 span{display:block;background:linear-gradient(90deg,var(--brand),var(--brand2),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent;padding-bottom:8px}.hero-copy{font-size:1.09rem;color:#6d6573;line-height:1.75;max-width:650px}.hero-buttons{display:flex;gap:14px;margin-top:28px}.hero-buttons .btn{display:inline-flex;align-items:center;gap:10px;padding:15px 23px;border-radius:15px}.hero-trust-row{display:flex;flex-wrap:wrap;gap:22px;margin-top:31px;color:#544d59;font-size:.82rem;font-weight:750}.hero-trust-row span{display:flex;align-items:center;gap:7px}.hero-trust-row i{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#fff;color:var(--brand);box-shadow:0 7px 16px rgba(45,30,60,.08)}.hero-visual-wrap{position:relative;padding:14px 20px 28px}.hero-image-card{position:relative;border-radius:32px;background:#fff;padding:9px;box-shadow:0 30px 70px rgba(65,25,77,.22);transform:rotate(1.2deg)}.hero-image-card:before{content:"";position:absolute;inset:-13px;border:1px solid rgba(255,255,255,.74);border-radius:38px}.hero-image-card img{width:100%;height:405px;object-fit:cover;border-radius:25px;display:block}.floating-event-card{position:absolute;left:-20px;bottom:-2px;width:300px;padding:17px;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 42px rgba(55,30,64,.19);border:1px solid rgba(255,255,255,.8);display:flex;flex-direction:column}.floating-event-card>span{text-transform:uppercase;color:var(--brand);font-size:.68rem;font-weight:900;letter-spacing:.08em}.floating-event-card strong{font-size:1rem;margin:4px 0}.floating-event-card small{color:#7b7380}.floating-event-card small i{margin-right:6px}.floating-event-card b{margin-top:7px;color:var(--brand);font-size:.88rem}.hero-indicators{bottom:14px}.hero-indicators [data-bs-target]{width:24px;height:5px;border:0;border-radius:20px;background:#b4a5b7}.hero-indicators .active{width:50px;background:linear-gradient(90deg,var(--brand),var(--brand2))}
.hero-stats{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);margin:-4px 45px 0;background:#fff;border:1px solid #eee6f1;border-radius:23px;box-shadow:0 20px 55px rgba(61,38,75,.11);overflow:hidden}.hero-stats>div{padding:22px 25px;display:grid;grid-template-columns:48px auto;column-gap:12px;align-items:center;border-right:1px solid #f0eaf2}.hero-stats>div:last-child{border-right:0}.stat-icon{grid-row:1/3;width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#fff;font-size:1.1rem}.stat-icon.pink{background:linear-gradient(135deg,#ff3d84,#ff8b63)}.stat-icon.orange{background:linear-gradient(135deg,#ff7b1a,#ffd12a)}.stat-icon.purple{background:linear-gradient(135deg,#7b2cff,#d34cff)}.stat-icon.blue{background:linear-gradient(135deg,#168cff,#19d0d2)}.hero-stats strong{font-size:1.22rem;line-height:1}.hero-stats small{color:#807887;font-size:.73rem}
.category-strip{padding:25px 0 6px}.category-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(205px,1fr);overflow-x:auto;gap:12px;padding:8px 2px 17px;scrollbar-width:thin}.category-pill{display:grid;grid-template-columns:46px 1fr auto;gap:10px;align-items:center;padding:13px;border-radius:17px;border:1px solid #eee7f1;background:#fff;box-shadow:0 9px 22px rgba(64,39,77,.05);min-height:78px}.category-pill>span{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--cat1),var(--cat2));box-shadow:0 9px 17px color-mix(in srgb,var(--cat1) 22%,transparent)}.category-pill strong,.category-pill small{display:block}.category-pill strong{font-size:.84rem}.category-pill small{font-size:.68rem;color:#8b838f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:125px}.category-pill>i{font-size:.72rem;color:#b0a7b4}.category-pill:hover,.category-pill.active{border-color:color-mix(in srgb,var(--cat1) 35%,#ddd);transform:translateY(-3px);box-shadow:0 15px 30px rgba(64,39,77,.09)}
.event-discovery{padding:68px 0 82px}.section-heading{margin-bottom:34px}.section-heading .eyebrow,.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.11em;color:var(--brand);font-size:.73rem;font-weight:900;margin-bottom:10px}.section-heading h2,.faq-section h2,.booking-type-intro h2{font-family:"Playfair Display",serif;font-size:clamp(2.1rem,3.6vw,3.35rem);font-weight:800;letter-spacing:-.04em;margin-bottom:12px}.section-heading p,.faq-section p{color:#7c7481;max-width:710px}.split-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.view-all-link{font-weight:800;color:var(--brand);white-space:nowrap;padding-bottom:12px}.view-all-link i{margin-left:7px}.discovery-filter{display:grid;grid-template-columns:1.15fr 1fr 1.15fr 1fr 1.15fr auto;align-items:stretch;border:1px solid #e9e2ed;border-radius:22px;background:#fff;box-shadow:0 16px 44px rgba(56,33,70,.08);overflow:hidden;margin-bottom:25px}.discovery-filter label{display:flex;align-items:center;gap:11px;padding:14px 16px;border-right:1px solid #eee8f1;min-width:0}.discovery-filter label>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#fff0f6,#fff5e9);color:var(--brand);flex:0 0 auto}.discovery-filter label>div{min-width:0;flex:1}.discovery-filter small{display:block;color:#99909d;font-size:.68rem;font-weight:700}.discovery-filter select,.discovery-filter input{width:100%;border:0;outline:0;background:transparent;font-weight:750;color:#322d36;padding:0;min-width:0}.filter-button{border:0;padding:0 20px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-weight:800;min-width:140px}.filter-button i{margin-right:8px}.event-toolbar{display:flex;justify-content:space-between;align-items:center;color:#736b78;font-size:.86rem;margin-bottom:20px}.event-toolbar strong{color:var(--ink)}.event-toolbar select{border:1px solid #e6dfe9;border-radius:11px;padding:9px 12px;background:#fff;color:#5e5663;font-weight:700}
.event-card-new{height:100%;border:1px solid #eee6f1;border-radius:23px;background:#fff;overflow:hidden;box-shadow:0 12px 35px rgba(57,34,70,.07);transition:.28s}.event-card-new:hover{transform:translateY(-7px);box-shadow:0 23px 52px rgba(57,34,70,.13)}.event-image{height:255px;position:relative;display:block;overflow:hidden;background:linear-gradient(135deg,var(--cat1),var(--cat2))}.event-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,10,28,.32),transparent 48%)}.event-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.event-card-new:hover .event-image img{transform:scale(1.05)}.event-date-box{position:absolute;z-index:2;left:16px;top:16px;width:55px;height:62px;border-radius:14px;background:rgba(255,255,255,.94);display:grid;place-items:center;align-content:center;box-shadow:0 10px 25px rgba(0,0,0,.14)}.event-date-box b{font-size:1.3rem;line-height:1}.event-date-box small{font-size:.65rem;font-weight:900;color:#777}.featured-chip{position:absolute;z-index:2;right:15px;top:15px;padding:8px 11px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-size:.68rem;font-weight:900}.featured-chip i{margin-right:4px}.event-card-body{padding:20px}.event-cat{display:inline-flex;align-items:center;gap:7px;color:var(--cat1);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.event-card-body h3{font-size:1.21rem;line-height:1.32;margin:10px 0 8px;font-weight:850}.event-card-body h3 a:hover{color:var(--brand)}.event-card-body>p{color:#827a86;font-size:.84rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.event-meta{display:flex;flex-direction:column;gap:7px;padding:12px 0 15px;border-bottom:1px dashed #e8e0eb}.event-meta span{font-size:.78rem;color:#665e6b;display:flex;align-items:center;gap:8px}.event-meta i{width:16px;color:var(--cat1)}.event-price-row{display:flex;justify-content:space-between;align-items:flex-end;padding-top:15px;gap:12px}.event-price-row small,.event-price-row strong{display:block}.event-price-row small{font-size:.67rem;color:#99909d}.event-price-row strong{font-size:1.05rem;color:var(--brand)}.event-price-row>a{display:flex;align-items:center;gap:7px;font-size:.82rem;font-weight:850;color:var(--ink)}.event-price-row>a:hover{color:var(--brand)}.empty-state{text-align:center;padding:75px 20px;border:1px dashed #dcd2e1;border-radius:24px;background:#fffafd}.empty-state>span{width:75px;height:75px;border-radius:22px;display:grid;place-items:center;margin:0 auto 20px;background:linear-gradient(135deg,#ffe5f0,#fff1d9);color:var(--brand);font-size:1.8rem}.empty-state h3{font-family:"Playfair Display",serif}.empty-state p{color:#817985}
.booking-types-section{padding:20px 0 78px}.booking-types-card{display:grid;grid-template-columns:.9fr 1.5fr;gap:40px;padding:55px;border-radius:32px;background:radial-gradient(circle at 10% 10%,rgba(255,117,172,.24),transparent 28%),radial-gradient(circle at 90% 90%,rgba(74,207,220,.2),transparent 28%),linear-gradient(135deg,#1b1434,#4c226e 58%,#7b2cff);color:#fff;box-shadow:0 28px 70px rgba(45,24,67,.2)}.eyebrow.light{color:#ffd17d}.booking-type-intro p{color:rgba(255,255,255,.7);line-height:1.7}.booking-type-items{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.booking-type-items>div{padding:24px 19px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.booking-type-items h3{font-size:1.05rem;margin:14px 0 7px}.booking-type-items p{font-size:.77rem;color:rgba(255,255,255,.66);margin:0;line-height:1.6}.gradient-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#fff;font-size:1.1rem}.gradient-icon.pink{background:linear-gradient(135deg,#ff3d84,#ff8a43)}.gradient-icon.purple{background:linear-gradient(135deg,#7b2cff,#e04aff)}.gradient-icon.orange{background:linear-gradient(135deg,#ff7a18,#ffd124)}
.how-section{padding:78px 0;background:linear-gradient(180deg,#fff,#fff8fb)}.how-card-new{position:relative;height:100%;padding:34px 28px;border-radius:23px;border:1px solid #eee5f1;background:#fff;box-shadow:0 12px 34px rgba(58,34,72,.06);overflow:hidden}.how-card-new>span{position:absolute;right:18px;top:7px;font-family:"Playfair Display",serif;font-size:4.4rem;color:#f4edf6;font-weight:900}.how-card-new>div{position:relative;width:57px;height:57px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;font-size:1.25rem;box-shadow:0 12px 24px rgba(240,43,97,.22)}.how-card-new h3{position:relative;font-size:1.15rem;margin:22px 0 9px}.how-card-new p{position:relative;color:#7f7784;font-size:.86rem;line-height:1.65;margin:0}
.testimonial-section{padding:80px 0;background:linear-gradient(135deg,#fff4f8,#f8f3ff)}.testimonial-card{height:100%;padding:27px;border-radius:22px;background:#fff;border:1px solid #eee5f1;box-shadow:0 14px 38px rgba(59,35,73,.07)}.testimonial-card .stars{color:#ffad17;font-size:.78rem;margin-bottom:15px}.testimonial-card p{color:#675f6c;line-height:1.75}.testimonial-user{display:flex;align-items:center;gap:11px;margin-top:21px}.testimonial-user>span{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;font-weight:900}.testimonial-user strong,.testimonial-user small{display:block}.testimonial-user small{color:#99909d;font-size:.72rem}
.faq-section{padding:85px 0}.premium-accordion .accordion-item{border:1px solid #eee5f1;border-radius:16px!important;overflow:hidden;margin-bottom:12px}.premium-accordion .accordion-button{font-weight:800;padding:19px 21px;box-shadow:none}.premium-accordion .accordion-button:not(.collapsed){color:var(--brand);background:#fff4f8}.premium-accordion .accordion-body{color:#716975;line-height:1.7;padding:4px 21px 21px}
.site-footer{position:relative;background:linear-gradient(135deg,#171126,#24163d 60%,#351b50);overflow:hidden}.footer-wave{height:6px;background:linear-gradient(90deg,var(--brand),var(--brand2),#ffd22d,#24c8cd,var(--accent),var(--brand))}.footer-brand-card{max-width:420px}.footer-brand-card p{color:rgba(255,255,255,.66);line-height:1.8;margin-top:18px}.footer-contact-item a{color:rgba(255,255,255,.68)}.site-footer:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-170px;top:60px;background:radial-gradient(circle,rgba(240,43,97,.18),transparent 70%)}

@media(max-width:1399px){.header-layout{grid-template-columns:190px minmax(300px,1fr) auto;gap:15px}.header-signin{display:none!important}.hero-slide{padding:48px}.hero-image-card img{height:380px}.discovery-filter{grid-template-columns:repeat(3,1fr)}.discovery-filter label:nth-child(3){border-right:0}.discovery-filter label{border-bottom:1px solid #eee8f1}.discovery-filter label:nth-child(n+4){border-bottom:0}.filter-button{min-height:66px}}
@media(max-width:1199px){.header-layout{grid-template-columns:190px 1fr auto}.hero-slide{padding:45px 42px}.hero-slide h1{font-size:4rem}.hero-stats{margin:0 20px}.category-menu{width:500px!important}.booking-types-card{grid-template-columns:1fr}.discovery-filter{grid-template-columns:repeat(3,1fr)}}
@media(max-width:991px){.header-layout{grid-template-columns:1fr auto;min-height:76px}.beauty-header .header-search{display:none!important}.hero-stage{padding-top:22px}.hero-slide{text-align:left;padding:42px 35px}.hero-slide h1{font-size:3.8rem}.hero-visual-wrap{margin-top:20px}.hero-image-card img{height:370px}.hero-stats{grid-template-columns:repeat(2,1fr);margin:0}.hero-stats>div:nth-child(2){border-right:0}.hero-stats>div:nth-child(-n+2){border-bottom:1px solid #f0eaf2}.booking-types-card{padding:42px 30px}.event-image{height:240px}}
@media(max-width:767px){.header-ribbon .container-xxl{min-height:27px}.ribbon-message{font-size:.68rem}.brand-shell .site-logo{height:51px;max-width:165px}.beauty-header .location-trigger{min-width:48px;width:48px;padding:0;justify-content:center}.beauty-header .location-copy{display:none}.beauty-header .location-trigger:after{display:none}.hero-slide{min-height:auto;padding:35px 23px;border-radius:24px}.hero-slide h1{font-size:3.1rem}.hero-copy{font-size:.96rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{justify-content:center;width:100%}.hero-trust-row{display:grid;grid-template-columns:1fr;gap:10px}.hero-visual-wrap{padding:5px 0 36px}.hero-image-card img{height:320px}.floating-event-card{left:10px;right:10px;width:auto}.hero-stats{grid-template-columns:1fr;border-radius:19px}.hero-stats>div{border-right:0!important;border-bottom:1px solid #f0eaf2!important}.hero-stats>div:last-child{border-bottom:0!important}.split-heading{display:block}.view-all-link{display:none}.discovery-filter{grid-template-columns:1fr;border-radius:18px}.discovery-filter label{border-right:0!important;border-bottom:1px solid #eee8f1!important}.filter-button{height:58px}.event-toolbar{align-items:flex-start;gap:12px;flex-direction:column}.booking-type-items{grid-template-columns:1fr}.booking-types-card{padding:35px 22px}.category-scroll{grid-auto-columns:225px}.faq-section{padding:62px 0}.event-discovery{padding:55px 0}.event-image{height:255px}}
@media(max-width:575px){.header-layout{min-height:68px}.brand-shell .site-logo{height:45px;max-width:145px}.header-book{display:none!important}.beauty-header .header-actions{gap:6px}.hero-slide h1{font-size:2.6rem}.hero-image-card img{height:270px}.hero-stats>div{padding:17px 20px}.section-heading h2,.faq-section h2,.booking-type-intro h2{font-size:2.25rem}.event-image{height:225px}.booking-types-card{border-radius:24px}.testimonial-section{padding:62px 0}}
