:root {
  --at-pink: #f0187d;
  --at-pink-hover: #ce0b67;
  --at-cyan: #00b9c8;
  --at-cyan-soft: #dffafd;
  --at-bg: #f6f7fb;
  --at-surface: #ffffff;
  --at-surface-2: #eef1f6;
  --at-text: #121827;
  --at-muted: #647084;
  --at-border: #dfe4ec;
  --at-header: rgba(255,255,255,.94);
  --at-shadow: 0 14px 42px rgba(17,24,39,.08);
  --at-shadow-sm: 0 5px 18px rgba(17,24,39,.07);
  --at-radius-sm: 12px;
  --at-radius: 18px;
  --at-radius-lg: 28px;
  --at-container: 1320px;
  --at-event-hero-ratio: 6250 / 1800;
  --at-focus: 0 0 0 3px rgba(0,185,200,.28);
}

:root[data-theme="night"] {
  --at-bg: #07111f;
  --at-surface: #0e1b2c;
  --at-surface-2: #14243a;
  --at-text: #f6f8fc;
  --at-muted: #aebbd0;
  --at-border: #263851;
  --at-header: rgba(7,17,31,.94);
  --at-shadow: 0 18px 52px rgba(0,0,0,.3);
  --at-shadow-sm: 0 8px 24px rgba(0,0,0,.22);
  --at-cyan-soft: #0b3543;
}

html { scroll-behavior: smooth; background: var(--at-bg); }
body.altoque-app { background: var(--at-bg); color: var(--at-text); font-family: Inter, "Segoe UI", Arial, sans-serif; overflow-x: hidden; }
body.altoque-app, body.altoque-app *, body.altoque-app *::before, body.altoque-app *::after { box-sizing: border-box; }
body.altoque-app h1, body.altoque-app h2, body.altoque-app h3, body.altoque-app h4, body.altoque-app h5, body.altoque-app h6 { color: var(--at-text); letter-spacing: -.025em; }
body.altoque-app p, body.altoque-app li { color: var(--at-muted); }
body.altoque-app a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
body.altoque-app img { max-width: 100%; }
body.altoque-app :focus-visible { outline: none; box-shadow: var(--at-focus); border-radius: 8px; }
.at-container { width: min(calc(100% - 40px), var(--at-container)); margin-inline: auto; }
.at-section { padding: 76px 0; background: var(--at-bg); }
.at-section--surface { background: var(--at-surface); }
.at-eyebrow { color: var(--at-pink); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.at-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.at-section-head h2 { margin: 5px 0 0; font-size: clamp(1.65rem, 3vw, 2.55rem); }
.at-section-head p { margin: 8px 0 0; }
.at-link { color: var(--at-pink); font-weight: 800; white-space: nowrap; }
.at-btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .82rem; font-weight: 800; letter-spacing: .025em; line-height: 1; cursor: pointer; }
.at-btn--primary { color: #fff !important; background: var(--at-pink); box-shadow: 0 9px 20px rgba(240,24,125,.22); }
.at-btn--primary:hover { background: var(--at-pink-hover); transform: translateY(-1px); }
.at-btn--secondary { color: var(--at-text) !important; background: var(--at-surface); border-color: var(--at-border); }
.at-btn--secondary:hover { border-color: var(--at-cyan); color: var(--at-cyan) !important; }
.at-icon-btn { width: 44px; height: 44px; display: inline-grid; place-items: center; border: 1px solid var(--at-border); border-radius: 50%; color: var(--at-text); background: var(--at-surface); cursor: pointer; }
.at-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 10px; border-radius: 999px; color: var(--at-pink); background: color-mix(in srgb, var(--at-pink) 11%, var(--at-surface)); font-size: .67rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

/* Header */
.main-header { position: sticky; top: 0; z-index: 1000; background: var(--at-header); border-bottom: 1px solid var(--at-border); backdrop-filter: blur(16px); }
.at-header-main { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 24px; min-height: 82px; }
.at-logo img { width: 190px; max-height: 54px; object-fit: contain; object-position: left center; }
.at-search-shell { min-width: 0; position: relative; z-index: 1002; }
.at-search { height: 48px; display: grid; grid-template-columns: minmax(140px, 205px) 1fr 48px; overflow: hidden; border: 1px solid var(--at-border); border-radius: 999px; background: var(--at-surface); }
.at-search select, .at-search input, .at-search button { border: 0; background: transparent; color: var(--at-text); }
.at-search select { padding: 0 18px; border-right: 1px solid var(--at-border); font-weight: 700; }
.at-search input { min-width: 0; padding: 0 18px; }
.at-search button { color: #fff; background: var(--at-pink); cursor: pointer; }
.at-header-actions { display: flex; align-items: center; gap: 9px; }
.at-header-actions select { height: 42px; padding: 0 8px; border: 1px solid var(--at-border); border-radius: 10px; color: var(--at-text); background: var(--at-surface); }
.at-theme-toggle { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--at-border); border-radius: 999px; color: var(--at-text); background: var(--at-surface); font-weight: 700; cursor: pointer; }
.at-theme-toggle__icon { color: var(--at-cyan); }
.at-header-nav { border-top: 1px solid var(--at-border); }
.at-header-nav__inner { min-height: 48px; display: flex; align-items: center; gap: 32px; }
.at-header-nav a { color: var(--at-muted); font-size: .9rem; font-weight: 700; }
.at-header-nav a:hover, .at-header-nav a.active { color: var(--at-pink); }
.at-mobile-bar, .at-mobile-nav, .at-mobile-nav-backdrop { display: none; }
.at-mobile-search-panel { display: none; }
.at-autocomplete-results[hidden] { display: none; }
.at-desktop-autocomplete-results { width: 100%; max-height: min(440px, calc(100vh - 150px)); position: absolute; left: 0; top: calc(100% + 9px); z-index: 1010; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--at-border); border-radius: 16px; background: var(--at-surface); box-shadow: 0 22px 54px rgba(2,8,20,.34); }
.at-autocomplete-item { min-height: 68px; display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 11px; padding: 7px 10px; border-bottom: 1px solid var(--at-border); color: var(--at-text); transition: background .16s ease; }
.at-autocomplete-item:hover, .at-autocomplete-item:focus-visible { color: var(--at-text); background: color-mix(in srgb, var(--at-cyan) 9%, var(--at-surface)); outline: none; }
.at-autocomplete-item img { width: 72px; height: 54px; border-radius: 9px; object-fit: cover; background: var(--at-surface-2); }
.at-autocomplete-copy { min-width: 0; display: grid; gap: 1px; }
.at-autocomplete-copy strong, .at-autocomplete-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.at-autocomplete-copy strong { color: var(--at-text); font-size: .83rem; line-height: 1.25; }
.at-autocomplete-copy small { color: var(--at-muted); font-size: .67rem; line-height: 1.3; }
.at-autocomplete-all { min-height: 44px; display: flex; align-items: center; justify-content: center; color: var(--at-pink); font-size: .76rem; font-weight: 800; }
.at-autocomplete-status { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; color: var(--at-muted); font-size: .76rem; text-align: center; }
.at-autocomplete-spinner { width: 16px; height: 16px; border: 2px solid var(--at-border); border-top-color: var(--at-cyan); border-radius: 50%; animation: at-spin .7s linear infinite; }

/* Hero */
.hero-section { background: var(--at-bg); padding: 24px 0 0; }
.at-mobile-hero-slider { display: none; }
.hero-section .hero-slider { width: min(calc(100% - 40px), 1320px); position: relative; margin: auto; border-radius: 24px; overflow: hidden; box-shadow: var(--at-shadow); background: #07111f; }
.hero-section .slider-item { height: 100%; min-height: 0; position: relative; display: flex !important; align-items: center; padding: clamp(38px, 5vw, 68px) !important; overflow: hidden; isolation: isolate; background: #07111f; }
.hero-section .slider-item::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; z-index: -1; pointer-events: none; background: linear-gradient(0deg, rgba(2,8,20,.38), transparent); }
.hero-section .slider-item .deviceWise { position: absolute !important; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: var(--at-hero-position, center center); z-index: -2 !important; }
.hero-section .at-desktop-hero-cta { position: absolute; left: clamp(40px, 4.2vw, 60px); bottom: clamp(40px, 4.2vw, 58px); z-index: 3; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 27px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff !important; background: linear-gradient(135deg, var(--at-pink), #b818ef); box-shadow: 0 12px 30px rgba(237,14,108,.24); font-size: .78rem; font-weight: 900; letter-spacing: .045em; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.hero-section .at-desktop-hero-cta:hover { color: #fff !important; filter: brightness(1.07); box-shadow: 0 14px 34px rgba(237,14,108,.34); transform: translateY(-2px); }
.hero-section .at-desktop-hero-cta:active { transform: scale(.98); }
.hero-section .at-desktop-hero-cta:focus-visible { outline: 3px solid rgba(44,224,235,.75); outline-offset: 3px; }
.hero-section .hero-content { position: relative; z-index: 1; max-width: 610px; }
.hero-section .hero-content h1 { max-width: 12ch; color: #fff; font-size: clamp(2.3rem, 4.2vw, 3.85rem); line-height: .96; margin: 12px 0 11px; letter-spacing: -.035em; }
.hero-section .hero-content p { max-width: 520px; margin-bottom: 0; color: #e7edf7; font-size: 1rem; }
.hero-section .at-hero-subtitle { font-size: clamp(.95rem, 1.4vw, 1.16rem); }
.at-hero-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 15px; color: #fff; font-size: .82rem; font-weight: 750; }
.at-hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.at-hero-meta i { color: var(--at-cyan); }
.hero-section .theme-btn { min-height: 46px; display: inline-flex; align-items: center; margin-top: 17px; padding: 12px 23px; border-radius: 999px; color: #fff !important; background: var(--at-pink); font-size: .8rem; font-weight: 900; }
.hero-slider-btn { width: 46px !important; height: 46px !important; display: grid !important; place-items: center; border-radius: 50%; color: #fff !important; background: rgba(4,10,21,.55); backdrop-filter: blur(8px); }
.hero-section .slick-dots { position: absolute; left: 50%; bottom: 17px; z-index: 5; display: flex !important; align-items: center; justify-content: center; gap: 7px; width: auto; margin: 0; padding: 0; list-style: none; transform: translateX(-50%); }
.hero-section .slick-dots li { width: 8px; height: 8px; margin: 0; line-height: 1; }
.hero-section .slick-dots button { width: 8px; height: 8px; display: block; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 999px; color: transparent; background: rgba(255,255,255,.28); font-size: 0; line-height: 0; }
.hero-section .slick-dots .slick-active { width: 23px; }
.hero-section .slick-dots .slick-active button { width: 23px; background: #fff; }

@media (min-width: 1200px) {
  .hero-section .hero-slider,
  .event-details-thumbnail { aspect-ratio: var(--at-event-hero-ratio); }
  .hero-section .hero-slider .slick-list,
  .hero-section .hero-slider .slick-track { height: 100%; }
  .event-details-thumbnail > div { width: 100%; height: 100%; }
  .event-details-thumbnail img.cover_image_desktop {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: var(--at-event-cover-position, center center);
  }
}

/* Event cards */
.at-event-grid { width: min(100%, 1280px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 22px; margin-inline: auto; }
.at-event-card { min-width: 0; min-height: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--at-border); border-radius: 18px; background: var(--at-surface); box-shadow: var(--at-shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.at-event-card:hover { transform: translateY(-4px); box-shadow: var(--at-shadow); }
.at-event-card__media { position: relative; flex: 0 0 auto; aspect-ratio: 16 / 9; overflow: hidden; background: var(--at-surface-2); }
.at-event-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.at-event-card:hover .at-event-card__media img { transform: scale(1.035); }
.at-event-card__date { position: absolute; left: 12px; top: 12px; width: 58px; min-width: 58px; min-height: 64px; display: grid; align-content: center; padding: 7px 5px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; text-align: center; color: #fff; background: rgba(7,17,31,.92); box-shadow: 0 7px 18px rgba(2,8,20,.2), 0 0 0 1px rgba(240,24,125,.05); backdrop-filter: blur(10px); }
.at-event-card__date strong, .at-event-card__date span { display: block; }
.at-event-card__date strong { color: var(--at-pink); font-size: 1.48rem; font-weight: 800; line-height: .95; }
.at-event-card__date span { margin-top: 5px; color: #fff; font-size: .72rem; font-weight: 700; line-height: 1; letter-spacing: .045em; text-transform: uppercase; }
.at-event-card__favorite { position: absolute; right: 12px; top: 12px; width: 40px; height: 40px; }
.at-event-card__body { min-height: 0; flex: 1; display: flex; flex-direction: column; padding: 13px 15px 14px; }
.at-demo-badge { align-self: flex-start; display: inline-flex; margin-bottom: 5px; padding: 3px 7px; border-radius: 999px; color: #9a5800; background: #fff1c2; font-size: .56rem; font-weight: 900; letter-spacing: .04em; line-height: 1.25; }
[data-theme="night"] .at-demo-badge { color: #ffd782; background: rgba(255,190,61,.14); }
.at-event-card__body h3 { min-height: 2.48em; display: -webkit-box; overflow: hidden; margin: 2px 0 6px; font-size: 1.04rem; font-weight: 750; line-height: 1.24; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.at-event-card__body h3 a { color: var(--at-text); }
.at-event-card__meta { min-width: 0; display: flex; align-items: center; gap: 7px; min-height: 18px; margin: 1px 0; color: var(--at-muted); font-size: .79rem; }
.at-event-card__meta span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.at-event-card__meta i { width: 14px; margin-top: 3px; color: var(--at-cyan); text-align: center; }
.at-event-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--at-border); }
.at-event-card__price small { display: block; color: var(--at-muted); font-size: .65rem; }
.at-event-card__price strong { color: var(--at-text); font-size: 1.08rem; font-weight: 800; }
.at-event-card__footer .at-btn { min-height: 38px; padding: 9px 14px; }
.at-events-page__header { display: grid; justify-items: start; margin-bottom: 24px; }
.at-events-page__header h1 { margin: 6px 0 5px; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: .98; }
.at-events-page__header p { margin: 0; font-size: .98rem; }
.at-results-count { display: inline-flex; align-items: center; min-height: 30px; margin-top: 13px; padding: 6px 11px; border: 1px solid var(--at-border); border-radius: 999px; color: var(--at-muted); background: var(--at-surface-2); font-size: .74rem; font-weight: 800; }
.at-filter-bar { display: grid; grid-template-columns: minmax(240px, 1.45fr) repeat(3, minmax(145px, 1fr)) auto; align-items: end; gap: 13px; margin-bottom: 24px; padding: 18px; border: 1px solid var(--at-border); border-radius: 20px; background: var(--at-surface); box-shadow: var(--at-shadow-sm); }
.at-filter-bar label { margin: 0; color: var(--at-muted); font-size: .72rem; font-weight: 800; }
.at-filter-bar label span { display: block; margin: 0 0 7px 4px; }
.at-filter-bar input, .at-filter-bar select { width: 100%; min-width: 0; height: 48px; padding: 0 13px; border: 1px solid var(--at-border); border-radius: 12px; outline: 0; color: var(--at-text); background: var(--at-bg); font-size: .82rem; transition: border-color .18s ease, box-shadow .18s ease; }
.at-filter-bar input:focus, .at-filter-bar select:focus { border-color: var(--at-cyan); box-shadow: 0 0 0 3px rgba(0,185,200,.14); }
.at-filter-bar__actions { min-width: 118px; display: grid; justify-items: stretch; gap: 6px; }
.at-filter-bar__actions .at-btn { min-height: 48px; white-space: nowrap; }
.at-filter-bar__actions > a { color: var(--at-muted); font-size: .68rem; font-weight: 750; text-align: center; }
.at-filter-bar__actions > a:hover { color: var(--at-pink); }
.at-filter-bar.is-filtering .at-btn i { animation: at-spin .7s linear infinite; }
.at-filter-bar.is-filtering .at-btn i::before { content: "\f110"; }
[data-explorer-results] { min-height: 160px; transition: opacity .18s ease; }
.at-events-page.is-searching [data-explorer-results] { opacity: .48; pointer-events: none; }
.at-events-page.is-searching .at-filter-bar .at-btn i { animation: at-spin .7s linear infinite; }
.at-events-page.is-searching .at-filter-bar .at-btn i::before { content: "\f110"; }
.at-active-filter { display: flex; justify-content: space-between; margin: -8px 0 22px; color: var(--at-muted); font-size: .78rem; }
.at-active-filter a { color: var(--at-pink); font-weight: 800; }
.at-pagination { display: flex; justify-content: center; margin-top: 38px; }
.at-pagination .pagination { gap: 6px; }
.at-pagination .page-link { border-color: var(--at-border); border-radius: 10px !important; color: var(--at-text); background: var(--at-surface); }
.at-pagination .active .page-link { border-color: var(--at-pink); background: var(--at-pink); }

/* Commercial and trust */
.at-sell-banner { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; padding: clamp(34px, 6vw, 72px); border-radius: var(--at-radius-lg); color: #fff; background: #111d36; box-shadow: var(--at-shadow); }
.at-sell-banner::before { content: ""; position: absolute; width: 420px; height: 420px; right: -110px; top: -190px; border-radius: 50%; background: rgba(0,185,200,.18); }
.at-sell-banner > div:first-child { position: relative; z-index: 2; }
.at-sell-banner h2 { color: #fff !important; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; }
.at-sell-banner p { color: #cbd5e5 !important; }
.at-benefits { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; margin: 25px 0; }
.at-benefit { display: flex; align-items: center; gap: 10px; color: #eef4ff; font-size: .86rem; font-weight: 700; }
.at-benefit i { color: var(--at-cyan); }
.at-device-stage { min-height: 430px; position: relative; display: grid; place-items: center; isolation: isolate; opacity: 0; transform: translateY(20px) scale(.98); transition: opacity .68s ease, transform .68s cubic-bezier(.2,.8,.2,1); }
.at-device-stage.is-visible { opacity: 1; transform: none; }
.at-device-glow { width: 90%; height: 34%; position: absolute; left: 5%; bottom: 2%; z-index: -1; border-radius: 50%; background: radial-gradient(ellipse, rgba(0,198,215,.24), rgba(237,33,140,.12) 45%, transparent 72%); filter: blur(18px); }
.at-laptop { width: min(96%, 690px); position: relative; transition: transform .45s ease; }
.at-laptop__camera { width: 5px; height: 5px; position: absolute; left: 50%; top: 7px; z-index: 3; border-radius: 50%; background: #4d596b; box-shadow: 0 0 0 2px #101725; }
.at-laptop__screen { aspect-ratio: 16/10; display: grid; grid-template-columns: 23% 1fr; overflow: hidden; border: 10px solid #111827; border-bottom-width: 14px; border-radius: 20px 20px 8px 8px; color: #edf5ff; background: #07111f; box-shadow: inset 0 0 0 1px rgba(255,255,255,.13), 0 28px 48px rgba(0,0,0,.42); }
.at-laptop__base { width: 108%; height: 19px; margin-left: -4%; position: relative; border-radius: 2px 2px 18px 18px; background: linear-gradient(180deg,#8993a5 0,#30394a 38%,#111827 100%); box-shadow: 0 18px 28px rgba(0,0,0,.35); }
.at-laptop__base::after { content: ""; width: 104%; height: 5px; position: absolute; left: -2%; bottom: -3px; border-radius: 50%; background: #080d17; }
.at-laptop__base span { width: 19%; height: 6px; display: block; margin: auto; border-radius: 0 0 7px 7px; background: #121a29; }
.at-showcase-sidebar { padding: 18px 10px; border-right: 1px solid rgba(255,255,255,.06); background: #081523; }
.at-showcase-sidebar img { width: 76%; max-height: 27px; margin: 0 0 21px 7%; object-fit: contain; object-position: left center; }
.at-showcase-sidebar span { height: 28px; display: flex; align-items: center; gap: 7px; margin: 3px 0; padding: 0 8px; border-radius: 6px; color: #8fa1b8; font-size: 7px; font-weight: 700; }
.at-showcase-sidebar span.is-active { color: #fff; background: rgba(0,198,215,.15); box-shadow: inset 2px 0 #00c6d7; }
.at-showcase-sidebar i { width: 10px; color: #00c6d7; text-align: center; }
.at-showcase-dashboard { min-width: 0; padding: 16px; background: radial-gradient(circle at 80% 0,rgba(237,33,140,.06),transparent 34%),#091522; }
.at-showcase-dashboard > header { min-height: 34px; display: flex; align-items: flex-start; justify-content: space-between; }
.at-showcase-dashboard header strong,.at-showcase-dashboard header small { display: block; }
.at-showcase-dashboard header strong { font-size: 13px; }
.at-showcase-dashboard header small { margin-top: 2px; color: #71849d; font-size: 6px; }
.at-showcase-avatar { display: flex; align-items: center; gap: 8px; color: #91a5bc; font-size: 8px; }
.at-showcase-avatar b { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(0,198,215,.4); border-radius: 50%; color: #fff; background: #12243a; font-size: 7px; }
.at-showcase-kpis { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; margin: 8px 0; }
.at-showcase-kpis > div { min-width: 0; min-height: 58px; position: relative; padding: 9px; border: 1px solid rgba(255,255,255,.065); border-radius: 8px; background: rgba(16,31,49,.82); }
.at-showcase-kpis i { position: absolute; right: 8px; top: 8px; color: #00c6d7; font-size: 8px; }
.at-showcase-kpis small,.at-showcase-kpis strong { display: block; }
.at-showcase-kpis small { max-width: 76%; color: #8498b2; font-size: 5.8px; line-height: 1.2; }
.at-showcase-kpis strong { margin-top: 7px; color: #fff; font-size: 14px; }
.at-showcase-chart { height: 130px; padding: 11px 13px 5px; border: 1px solid rgba(255,255,255,.065); border-radius: 9px; background: rgba(10,24,39,.9); }
.at-showcase-chart strong,.at-showcase-chart small { display: block; }
.at-showcase-chart strong { font-size: 8px; }
.at-showcase-chart small { color: #71849d; font-size: 5.5px; }
.at-showcase-chart svg { width: 100%; height: 86px; opacity: .9; }
.at-showcase-lower { display: grid; grid-template-columns: 1.18fr .82fr; gap: 7px; margin-top: 8px; }
.at-showcase-lower > div { min-width: 0; min-height: 62px; padding: 9px; border: 1px solid rgba(255,255,255,.065); border-radius: 8px; background: rgba(10,24,39,.9); }
.at-showcase-lower strong { display: block; margin-bottom: 7px; font-size: 7px; }
.at-showcase-lower span { display: flex; align-items: center; gap: 5px; overflow: hidden; margin: 4px 0; color: #8da1b9; font-size: 5.5px; text-overflow: ellipsis; white-space: nowrap; }
.at-showcase-lower span > i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; color: #ed218c; background: #ed218c; }
.at-phone { width: clamp(116px, 24%, 166px); position: absolute; right: -2%; bottom: 1%; z-index: 4; padding: 7px; border: 2px solid #6c778a; border-radius: 28px; background: linear-gradient(145deg,#273246,#070b12 40%); box-shadow: 0 25px 45px rgba(0,0,0,.55),-8px 0 25px rgba(237,33,140,.12); opacity: 0; transform: translateX(20px); transition: opacity .58s .2s ease, transform .58s .2s cubic-bezier(.2,.8,.2,1); }
.at-device-stage.is-visible .at-phone { opacity: 1; transform: none; }
.at-phone__speaker { width: 36%; height: 5px; position: absolute; left: 32%; top: 7px; z-index: 3; border-radius: 0 0 7px 7px; background: #05080d; }
.at-phone__screen { aspect-ratio: 9/18.6; overflow: hidden; border-radius: 21px; color: #edf5ff; background: #071421; }
.at-phone__screen > header { height: 12%; display: flex; align-items: center; justify-content: space-between; padding: 10px 9px 4px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 7px; }
.at-phone__screen > header img { width: 48%; max-height: 19px; object-fit: contain; }
.at-phone-event { margin: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; background: #0c1c2d; }
.at-phone-event > img { width: 100%; height: 55px; display: block; object-fit: cover; }
.at-phone-event > div { padding: 7px; }
.at-phone-event strong { display: -webkit-box; overflow: hidden; color: #fff; font-size: 7.5px; line-height: 1.22; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.at-phone-event small { display: block; overflow: hidden; margin-top: 4px; color: #91a3b9; font-size: 4.8px; text-overflow: ellipsis; white-space: nowrap; }
.at-phone-event small i { width: 8px; color: #00c6d7; }
.at-phone-event > span { min-height: 20px; display: grid; place-items: center; margin: 0 7px 7px; border-radius: 10px; color: #fff; background: linear-gradient(90deg,#ed218c,#a90dff); font-size: 5px; font-weight: 800; }
.at-phone-tickets,.at-phone-shortcuts { padding: 0 8px 8px; }
.at-phone-tickets > strong,.at-phone-shortcuts > strong { font-size: 6px; }
.at-phone-tickets > small { float: right; color: #00c6d7; font-size: 4px; }
.at-phone-tickets > div { display: flex; align-items: center; gap: 7px; margin-top: 6px; padding: 7px; border-radius: 7px; background: #0c1c2d; }
.at-phone-tickets > div > i { color: #00c6d7; font-size: 10px; }
.at-phone-tickets span { min-width: 0; overflow: hidden; color: #fff; font-size: 5px; text-overflow: ellipsis; white-space: nowrap; }
.at-phone-tickets span small { display: block; margin-top: 2px; color: #71849d; font-size: 4px; }
.at-phone-shortcuts > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; margin-top: 6px; }
.at-phone-shortcuts span { display: grid; justify-items: center; gap: 3px; color: #dbe7f5; }
.at-phone-shortcuts i { color: #00c6d7; font-size: 8px; }
.at-phone-shortcuts small { font-size: 3.6px; }
@media (hover:hover) and (min-width:1025px) {
  .at-device-stage:hover .at-laptop { transform: translateY(-3px); }
  .at-device-stage:hover .at-phone { transform: translateY(-4px); }
}
@media (prefers-reduced-motion:reduce) {
  .at-device-stage,.at-phone,.at-laptop { opacity: 1; transform: none; transition: none; }
}
.at-trust { border-block: 1px solid var(--at-border); background: var(--at-surface); }
.at-trust__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.at-trust__item { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 100px; padding: 20px; border-right: 1px solid var(--at-border); }
.at-trust__item:last-child { border: 0; }
.at-trust__item i { color: var(--at-cyan); font-size: 1.5rem; }
.at-trust__item strong, .at-trust__item span { display: block; }
.at-trust__item strong { color: var(--at-text); }
.at-trust__item span { color: var(--at-muted); font-size: .75rem; }

/* Footer */
.footer-section.at-footer { padding: 68px 0 0 !important; color: var(--at-muted); background: #080f1d !important; }
.at-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .8fr) 1.15fr; gap: 40px; }
.at-footer .footer-logo img { max-width: 190px; max-height: 58px; object-fit: contain; object-position: left; }
.at-footer h5 { color: #fff; margin-bottom: 18px; }
.at-footer p, .at-footer a { color: #aab5c8; }
.at-footer a:hover { color: var(--at-cyan); }
.at-footer ul { margin: 0; padding: 0; list-style: none; }
.at-footer li { margin-bottom: 10px; }
.at-footer-newsletter { display: flex; margin-top: 15px; }
.at-footer-newsletter input { min-width: 0; flex: 1; height: 44px; padding: 0 13px; border: 1px solid #344158; border-radius: 12px 0 0 12px; color: #fff; background: #101b2e; }
.at-footer-newsletter button { width: 46px; border: 0; border-radius: 0 12px 12px 0; color: #fff; background: var(--at-pink); }
.at-footer-note { font-size: .72rem; }
.at-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding: 24px 0; border-top: 1px solid #273249; }

/* Legacy/public pages visual bridge */
.bg-lighter, .events-section, .event-details-area, .checkout-area, .login-area, .user-dashboard, .breadcrumb-area { background: var(--at-bg) !important; }
.breadcrumb-area::before { opacity: .72; }
.event-item, .shop-item, .product-item, .form-wrapper, .checkout-form, .login-form, .user-sidebar, .user-dashboard .card, .event-details-content, .event-info-widget { border-color: var(--at-border) !important; border-radius: var(--at-radius) !important; color: var(--at-text); background: var(--at-surface) !important; box-shadow: var(--at-shadow-sm); }
body.altoque-app input, body.altoque-app select, body.altoque-app textarea, body.altoque-app .form-control { border-color: var(--at-border); border-radius: 11px; color: var(--at-text); background: var(--at-surface); }
body.altoque-app .theme-btn, body.altoque-app .main-btn, body.altoque-app button[type="submit"] { border-radius: 999px; }
body.altoque-app .theme-btn { background: var(--at-pink); }
.page-wrapper { background: var(--at-bg); }
.preloader { background-color: var(--at-bg) !important; }

/* AltoqueTicket brand splash — first load and full refresh only */
.at-brand-splash {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  overflow: hidden;
  overscroll-behavior: contain;
  touch-action: none;
  isolation: isolate;
  background: var(--at-bg);
  opacity: 1;
  visibility: visible;
  animation: at-splash-shell 1.65s cubic-bezier(.22,.72,.24,1) both;
}
.at-splash-skip .at-brand-splash { display: none; }
.at-brand-splash.is-complete { pointer-events: none; opacity: 0; visibility: hidden; }
.at-brand-splash__stage {
  position: relative;
  display: grid;
  place-items: center;
  width: min(82vw, 430px);
  height: 180px;
}
.at-brand-splash__mark {
  position: relative;
  width: clamp(240px, 24vw, 340px);
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  filter: blur(5px);
  transform: scale(.935) translateZ(0);
  animation: at-splash-mark 1.55s cubic-bezier(.16,.82,.24,1) .18s both;
  will-change: transform, opacity, filter;
}
.at-brand-splash__mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.at-brand-splash__beam {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(88vw, 460px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 2%, var(--at-pink) 36%, var(--at-cyan) 66%, transparent 98%);
  opacity: 0;
  filter: blur(.35px);
  transform: translate(-58%, -50%) scaleX(.12);
  transform-origin: center;
  animation: at-splash-beam .72s cubic-bezier(.2,.8,.2,1) .12s both;
}
.at-brand-splash__sheen {
  position: absolute;
  inset: -30% auto -30% -38%;
  width: 18%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.7), rgba(0,185,200,.28), transparent);
  opacity: 0;
  transform: skewX(-16deg) translateX(0);
  animation: at-splash-sheen .58s ease-out .64s both;
  pointer-events: none;
}
:root[data-theme="night"] .at-brand-splash__mark {
  filter: blur(5px) drop-shadow(0 0 16px rgba(0,185,200,.12));
}

@keyframes at-splash-shell {
  0% { opacity: 0; }
  10%, 74% { opacity: 1; transform: scale(1); visibility: visible; }
  100% { opacity: 0; transform: scale(1.02); visibility: hidden; pointer-events: none; }
}
@keyframes at-splash-beam {
  0% { opacity: 0; transform: translate(-58%, -50%) scaleX(.12); }
  35% { opacity: .82; }
  72% { opacity: .42; transform: translate(-50%, -50%) scaleX(1); }
  100% { opacity: 0; transform: translate(-47%, -50%) scaleX(.72); }
}
@keyframes at-splash-mark {
  0%, 10% { opacity: 0; filter: blur(5px); transform: scale(.935) translateZ(0); }
  42% { opacity: 1; filter: blur(0); transform: scale(1) translateZ(0); }
  68% { opacity: 1; filter: blur(0); transform: scale(1.015) translateZ(0); }
  82% { opacity: 1; filter: blur(0); transform: scale(1) translateZ(0); }
  100% { opacity: 0; filter: blur(1px); transform: scale(1.02) translateZ(0); }
}
@keyframes at-splash-sheen {
  0% { opacity: 0; transform: skewX(-16deg) translateX(0); }
  24% { opacity: .72; }
  100% { opacity: 0; transform: skewX(-16deg) translateX(760%); }
}

@media (max-width: 1023px) {
  .at-brand-splash__mark { width: clamp(230px, 32vw, 290px); }
}
@media (max-width: 767px) {
  .at-brand-splash__stage { width: min(86vw, 300px); height: 140px; }
  .at-brand-splash__mark { width: clamp(190px, 55vw, 230px); }
  .at-brand-splash__beam { width: min(82vw, 300px); }
}
@media (prefers-reduced-motion: reduce) {
  .at-brand-splash { animation: at-splash-reduced .38s ease-out both; }
  .at-brand-splash__mark { opacity: 1; filter: none; transform: none; animation: none; }
  .at-brand-splash__beam, .at-brand-splash__sheen { display: none; animation: none; }
}
@keyframes at-splash-reduced {
  0% { opacity: 0; }
  28%, 72% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; pointer-events: none; }
}
.event-details-thumbnail { width: min(calc(100% - 40px), var(--at-container)); margin: 28px auto 0; overflow: hidden; border-radius: var(--at-radius-lg); background: var(--at-surface-2); box-shadow: var(--at-shadow); }
.event-details-thumbnail img { width: 100%; max-height: 620px; object-fit: cover; }
.event-details-section .container { max-width: var(--at-container); }
.event-details-content { padding: clamp(20px, 4vw, 38px); }
.event-details-content .event-top-date_2 { border-radius: 15px; background: var(--at-pink); }
.event-details-content .title { color: var(--at-text); font-size: clamp(1.8rem, 4vw, 3rem); }
.event-details-content .event-bottom-content { min-width: 0; }
.event-details-section .event-info li, .event-details-section .event-meta li { color: var(--at-muted); }
.event-details-section .event-info i, .event-details-section .event-meta i { color: var(--at-cyan); }
.event-details-section .share_button { border-radius: 50%; background: var(--at-pink); }
.user-login-section, .user-signup-section, .forget-password-section, .checkout-section, .shopping-area { min-height: 65vh; padding-block: 70px !important; background: var(--at-bg) !important; }
.user-login-section .form-wrapper, .user-signup-section .form-wrapper, .forget-password-section .form-wrapper, .checkout-section .form-wrapper { max-width: 680px; margin-inline:auto; padding:clamp(22px,5vw,42px); border:1px solid var(--at-border); border-radius:var(--at-radius-lg); background:var(--at-surface); box-shadow:var(--at-shadow); }
.user-login-section h3, .user-signup-section h3, .forget-password-section h3 { font-size:clamp(1.7rem,4vw,2.5rem); }
.user-login-section .theme-btn, .user-signup-section .theme-btn, .forget-password-section .theme-btn { width:100%; min-height:48px; color:#fff; background:var(--at-pink); }
.checkout-section .widget, .checkout-section .order-summary, .shopping-area .cart-table { border:1px solid var(--at-border); border-radius:var(--at-radius); color:var(--at-text); background:var(--at-surface); box-shadow:var(--at-shadow-sm); }
.checkout-section .payment-method label { border-radius:12px; color:var(--at-text); background:var(--at-surface-2); }
.customer-dashboard .user-sidebar, .customer-dashboard .user-profile-details, .customer-dashboard .card { border:1px solid var(--at-border); border-radius:var(--at-radius); background:var(--at-surface); box-shadow:var(--at-shadow-sm); }
.at-empty-state { grid-column:1/-1; padding:70px 25px; border:1px dashed var(--at-border); border-radius:var(--at-radius); text-align:center; background:var(--at-surface); }
.at-empty-state i { color:var(--at-cyan); font-size:2rem; }

@media (max-width: 1199px) {
  .at-header-main { grid-template-columns: 170px 1fr auto; gap: 14px; }
  .at-logo img { width: 160px; }
  .at-header-actions .at-account-secondary, .at-theme-toggle [data-theme-label] { display: none; }
  .hero-section .hero-slider { width: calc(100% - 40px); }
  .hero-section .slider-item { height: clamp(350px, 35vw, 390px); }
  .at-event-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
  .at-footer-grid { grid-template-columns: 1.2fr repeat(2, .8fr); }
  .at-footer-col--organizer, .at-footer-col--newsletter { margin-top: 10px; }
}

@media (max-width: 991px) {
  .page-wrapper { overflow: visible; }
  .at-desktop-header { display: none; }
  .at-mobile-bar { min-height: 64px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
  .at-mobile-bar .at-logo { min-width: 0; flex: 1; }
  .at-mobile-bar .at-logo img { width: min(160px, 100%); max-height: 46px; }
  .at-mobile-bar .at-icon-btn { flex: 0 0 42px; width: 42px; height: 42px; }
  .at-mobile-header-theme { flex: 0 0 42px; }
  .at-mobile-header-theme .at-theme-toggle { width: 42px; height: 42px; min-height: 42px; display: grid; place-items: center; padding: 0; border-radius: 50%; }
  .at-mobile-header-theme [data-theme-label] { display: none; }
  html.nav-open, body.altoque-app.nav-open { overflow: hidden; overscroll-behavior: none; }
  .at-mobile-nav-backdrop { display: block; position: fixed; inset: 0; z-index: 1100; border: 0; background: rgba(2, 8, 20, .64); backdrop-filter: blur(2px); cursor: default; }
  .at-mobile-nav-backdrop[hidden] { display: none; }
  .at-mobile-nav { display: block; position: fixed; inset: 0 0 0 auto; z-index: 1101; width: min(88vw, 360px); height: 100vh; height: 100dvh; padding: max(18px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: var(--at-bg); box-shadow: -18px 0 48px rgba(2, 8, 20, .28); animation: at-mobile-drawer-in .22s ease-out both; }
  .at-mobile-nav[hidden] { display: none; }
  .at-mobile-nav-close { width: 42px; height: 42px; display: grid; place-items: center; margin-left: auto; border: 1px solid var(--at-border); border-radius: 50%; color: var(--at-text); background: var(--at-surface); cursor: pointer; }
  .at-mobile-nav .at-search { grid-template-columns: 1fr 48px; border-radius: 14px; }
  .at-mobile-nav .at-search select { display: none; }
  .at-mobile-links { display: grid; margin-top: 18px; }
  .at-mobile-links a { min-height: 48px; display: flex; align-items: center; padding: 10px 5px; border-bottom: 1px solid var(--at-border); color: var(--at-text); font-weight: 750; }
  .at-mobile-theme { display: flex; justify-content: flex-end; margin-bottom: 14px; }
  @keyframes at-mobile-drawer-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
  .at-mobile-search-panel { position: absolute; left: 14px; right: 14px; top: calc(100% + 1px); z-index: 1003; display: block; padding: 10px; border: 1px solid var(--at-border); border-radius: 0 0 18px 18px; background: var(--at-surface); box-shadow: var(--at-shadow); }
  .at-mobile-search-panel[hidden] { display: none; }
  .at-mobile-autocomplete { height: 46px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 40px; align-items: center; overflow: hidden; border: 1px solid var(--at-border); border-radius: 14px; background: var(--at-bg); }
  .at-mobile-autocomplete > i { color: var(--at-cyan); text-align: center; }
  .at-mobile-autocomplete input { width: 100%; min-width: 0; height: 44px; padding: 0 5px; border: 0; outline: 0; color: var(--at-text); background: transparent; font-size: 16px; }
  .at-mobile-search-close { width: 40px; height: 40px; border: 0; color: var(--at-muted); background: transparent; cursor: pointer; }
  .at-autocomplete-results { max-height: min(440px, calc(100vh - 150px)); margin-top: 8px; overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid var(--at-border); }
  .at-autocomplete-item { min-height: 68px; display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 11px; padding: 7px 4px; border-bottom: 1px solid var(--at-border); color: var(--at-text); }
  .at-autocomplete-item img { width: 72px; height: 54px; border-radius: 9px; object-fit: cover; background: var(--at-surface-2); }
  .at-autocomplete-copy { min-width: 0; display: grid; gap: 1px; }
  .at-autocomplete-copy strong, .at-autocomplete-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .at-autocomplete-copy strong { color: var(--at-text); font-size: .83rem; line-height: 1.25; }
  .at-autocomplete-copy small { color: var(--at-muted); font-size: .67rem; line-height: 1.3; }
  .at-autocomplete-all { min-height: 42px; display: flex; align-items: center; justify-content: center; color: var(--at-pink); font-size: .76rem; font-weight: 800; }
  .at-autocomplete-status { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--at-muted); font-size: .76rem; }
  .at-autocomplete-spinner { width: 16px; height: 16px; border: 2px solid var(--at-border); border-top-color: var(--at-cyan); border-radius: 50%; animation: at-spin .7s linear infinite; }
  .hero-section .slider-item { height: clamp(320px, 42vw, 370px); padding: 36px !important; }
  .hero-section .at-desktop-hero-cta { display: none; }
  .at-event-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
  .at-sell-banner { grid-template-columns: 1fr; }
  .at-device-stage { max-width: 720px; width: 100%; margin: auto; }
  .at-trust__grid { grid-template-columns: repeat(2,1fr); }
  .at-trust__item:nth-child(2) { border-right: 0; }
  .at-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--at-border); }
  .at-filter-bar { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .at-filter-bar__actions { grid-column: 1 / -1; }
  .at-filter-bar .at-btn { width: 100%; }
}

@media (max-width: 767px) {
  .main-header { position: sticky; }
  @keyframes at-spin { to { transform: rotate(360deg); } }
  .at-container { width: min(calc(100% - 28px), var(--at-container)); }
  .at-section { padding: 46px 0; }
  .at-section-head { align-items: flex-start; }
  .at-section-head h2 { font-size: clamp(1.5rem, 7vw, 1.75rem); }
  .hero-section { padding-top: 14px; }
  .hero-section .hero-slider { display: none; }
  .at-mobile-hero-slider { width: calc(100% - 28px); display: block; position: relative; margin: 0 auto; overflow: hidden; border-radius: 20px; background: var(--at-surface-2); box-shadow: var(--at-shadow); }
  .at-mobile-hero-slide { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--at-surface-2); }
  .at-mobile-hero-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
  .at-mobile-hero-cta { position: absolute; left: 50%; bottom: 28px; z-index: 2; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 999px; color: #fff !important; background: var(--at-pink); box-shadow: 0 9px 24px rgba(2, 8, 20, .35); font-size: .7rem; font-weight: 900; letter-spacing: .035em; transform: translateX(-50%); white-space: nowrap; }
  .at-mobile-hero-slider .slick-dots { position: absolute; left: 50%; bottom: 10px; z-index: 3; display: flex !important; align-items: center; gap: 6px; width: auto; margin: 0; padding: 0; list-style: none; transform: translateX(-50%); }
  .at-mobile-hero-slider .slick-dots li { width: 7px; height: 7px; margin: 0; }
  .at-mobile-hero-slider .slick-dots button { width: 7px; height: 7px; display: block; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 999px; color: transparent; background: rgba(2,8,20,.3); font-size: 0; }
  .at-mobile-hero-slider .slick-dots .slick-active button { background: #fff; }
  .hero-section .slider-item { height: clamp(250px, 67vw, 310px); padding: 22px 20px 43px !important; align-items: flex-end; }
  .hero-section .slider-item::after { background: linear-gradient(0deg, rgba(2,8,20,.94) 0%, rgba(2,8,20,.5) 58%, rgba(2,8,20,.08)); }
  .hero-section .slider-item .deviceWise { object-position: center center; }
  .hero-section .at-demo-hero .deviceWise { object-position: 66% center; }
  .hero-section .hero-content { max-width: 92%; }
  .hero-section .hero-content .at-badge { min-height: 20px; padding: 3px 7px; font-size: .52rem; }
  .hero-section .hero-content h1 { max-width: 15ch; margin: 7px 0 5px; font-size: clamp(1.55rem, 7.5vw, 2rem); line-height: 1; }
  .hero-section .hero-content p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size: .78rem; }
  .at-hero-meta { gap: 5px 11px; margin-top: 8px; font-size: .66rem; }
  .at-hero-meta span:last-child { flex-basis: 100%; }
  .hero-section .theme-btn { min-height: 38px; margin-top: 9px; padding: 9px 15px; font-size: .68rem; }
  .hero-slider-btn { display: none !important; }
  .hero-section .slick-dots { bottom: 11px; }
  .at-event-grid { width: 100%; grid-template-columns: repeat(2, minmax(0,1fr)); align-items: stretch; column-gap: 12px; row-gap: 18px; }
  .at-event-card { height: auto; min-height: 0; display: flex; border-radius: 15px; }
  .at-event-card__media { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .at-event-card__date { left: 8px; top: 8px; width: 52px; min-width: 52px; min-height: 58px; padding: 5px 3px; border-radius: 11px; }
  .at-event-card__date strong { font-size: 1.28rem; }
  .at-event-card__date span { font-size: .64rem; }
  .at-event-card__favorite { right: 8px; top: 8px; width: 42px; height: 42px; }
  .at-event-card__body { height: auto; min-height: 0; flex: 1; display: flex; padding: 10px; }
  .at-demo-badge { display: none; }
  .at-event-card__body h3 { min-height: 2.5em; margin: 0 0 5px; font-size: .88rem; line-height: 1.25; }
  .at-event-card__meta { min-height: 17px; gap: 5px; margin: 1px 0; font-size: .7rem; line-height: 1.2; }
  .at-event-card__meta i { width: 11px; font-size: .7rem; }
  .at-event-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-top: 6px; padding-top: 8px; }
  .at-event-card__price { min-width: 0; flex: 1; display: block; margin: 0; }
  .at-event-card__price small { font-size: .56rem; line-height: 1.1; }
  .at-event-card__price strong { min-width: 0; display: block; overflow: hidden; font-size: .96rem; font-weight: 800; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
  .at-event-card__footer .at-btn { width: auto; min-width: 78px; min-height: 42px; flex: 0 0 auto; padding: 9px 10px; border-radius: 21px; font-size: .64rem; }
  .at-events-page { padding-top: 34px; }
  .at-events-page__header { margin-bottom: 18px; }
  .at-events-page__header h1 { max-width: 12ch; margin: 5px 0 5px; font-size: clamp(1.8rem, 9vw, 2.25rem); line-height: 1; }
  .at-events-page__header p { font-size: .84rem; line-height: 1.45; }
  .at-results-count { min-height: 28px; margin-top: 10px; padding: 5px 9px; font-size: .68rem; }
  .at-filter-bar { grid-template-columns: minmax(0,1fr); gap: 11px; margin-bottom: 20px; padding: 14px; border-radius: 17px; }
  .at-filter-bar label span { margin-bottom: 5px; }
  .at-filter-bar input, .at-filter-bar select { height: 48px; font-size: 16px; }
  .at-filter-bar__actions { grid-column: auto; gap: 7px; }
  .at-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 22px; }
  .at-footer-col--brand, .at-footer-col--newsletter { grid-column: 1 / -1; }
  .at-footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .at-mobile-bar { width: calc(100% - 24px); min-height: 62px; gap: 7px; }
  .at-mobile-bar .at-logo img { width: min(142px, 100%); }
  .at-mobile-bar .at-icon-btn { flex-basis: 40px; width: 40px; height: 40px; }
  .at-mobile-header-theme { flex-basis: 40px; }
  .at-mobile-header-theme .at-theme-toggle { width: 40px; height: 40px; min-height: 40px; }
  .at-section-head { display: block; }
  .at-section-head .at-link { display: inline-block; margin-top: 13px; }
  .at-event-card__favorite { right: 8px; top: 8px; width: 42px; height: 42px; }
  .at-demo-badge { display: none; }
  .at-benefits { grid-template-columns: 1fr; }
  .at-sell-banner { padding: 32px 22px; }
  .at-device-stage { width: min(100%, 540px); min-height: clamp(270px, 76vw, 350px); margin-top: 28px; }
  .at-laptop { width: 91%; margin-left: -5%; }
  .at-phone { width: clamp(96px, 27vw, 126px); right: 1%; }
  .at-showcase-dashboard { padding: 10px; }
  .at-showcase-chart { height: 105px; }
  .at-showcase-chart svg { height: 65px; }
  .at-trust__item { align-items: flex-start; justify-content: flex-start; min-height: 92px; padding: 16px 12px; }
}

@media (max-width: 359px) {
  .at-mobile-bar { gap: 7px; }
  .at-mobile-bar .at-logo img { max-width: 122px; }
  .at-mobile-bar .at-icon-btn { flex-basis: 38px; width: 38px; height: 38px; min-height: 38px; }
  .at-mobile-header-theme { flex-basis: 38px; }
  .at-mobile-header-theme .at-theme-toggle { width: 38px; height: 38px; min-height: 38px; }
  .at-event-grid { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Event detail: ticket selection, purchase summary and related events */
.at-event-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: var(--at-muted);
  font-weight: 700;
}
.at-event-back:hover,
.at-event-back:focus-visible { color: var(--at-pink); }
.at-ticket-panel .sidebar-sticky { position: static; }
.at-ticket-panel .event-details-information {
  padding: 24px;
  border: 1px solid var(--at-border);
  border-radius: 24px;
  background: var(--at-surface);
  box-shadow: var(--at-shadow-sm);
}
.at-ticket-selection-heading { margin: 26px 0 18px; }
.at-ticket-selection-heading__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--at-cyan);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.at-ticket-selection-heading h2 {
  margin: 0;
  color: var(--at-text);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}
.at-ticket-selection-heading p { margin: 5px 0 0; color: var(--at-muted); }
.at-ticket-purchase-layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(225px, 3fr);
  align-items: start;
  gap: 18px;
}
.at-ticket-options { min-width: 0; }
.at-ticket-options > b,
.at-ticket-options > hr { display: none; }
.at-ticket-options > p.mb-0 {
  margin: 14px 0 0 !important;
  padding: 16px 18px 0;
  border: 1px solid var(--at-border);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: var(--at-surface-2);
  color: var(--at-text);
  font-size: 1rem;
}
.at-ticket-options > .click-show {
  padding: 6px 18px 10px;
  border-right: 1px solid var(--at-border);
  border-left: 1px solid var(--at-border);
  background: var(--at-surface-2);
  color: var(--at-muted);
  font-size: .84rem;
}
.at-ticket-options .price-count {
  min-height: 76px;
  margin: 12px 0;
  padding: 14px 16px;
  border: 1px solid var(--at-border);
  border-radius: 18px;
  background: var(--at-surface-2);
  box-shadow: none;
}
.at-ticket-options > .click-show + .price-count {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}
.at-ticket-options .price-count h6 {
  margin: 0;
  color: var(--at-pink);
  font-size: 1.28rem;
  font-weight: 850;
}
.at-ticket-options .quantity-input {
  display: grid;
  grid-template-columns: 42px 46px 42px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--at-border);
  border-radius: 999px;
  background: var(--at-surface);
}
.at-ticket-options .quantity-input button,
.at-ticket-options .quantity-input input {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--at-text);
  text-align: center;
}
.at-ticket-options .quantity-input button {
  color: var(--at-pink);
  font-size: 1.2rem;
  font-weight: 800;
}
.at-ticket-options .quantity-input button:hover,
.at-ticket-options .quantity-input button:focus-visible { background: color-mix(in srgb, var(--at-pink) 12%, transparent); }
.at-purchase-summary {
  position: sticky;
  top: 112px;
  padding: 20px;
  border: 1px solid var(--at-border);
  border-radius: 20px;
  background: var(--at-surface-2);
  box-shadow: var(--at-shadow-sm);
}
.at-purchase-summary h3 { margin: 0 0 18px; color: var(--at-text); font-size: 1.12rem; }
.at-purchase-summary__count,
.at-purchase-summary .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.at-purchase-summary__count { color: var(--at-muted); font-size: .82rem; }
.at-purchase-summary__count strong { color: var(--at-text); font-size: 1rem; }
.at-purchase-summary .total {
  margin: 18px 0;
  padding-top: 16px;
  border-top: 1px solid var(--at-border);
  color: var(--at-text);
}
.at-purchase-summary .total b { color: var(--at-text); }
.at-purchase-summary .total .h4 { margin: 0; color: var(--at-pink); font-size: 1.35rem; font-weight: 850; }
.at-purchase-summary .comprar-ahora-main {
  min-height: 50px;
  border-radius: 999px;
  background: var(--at-pink);
  box-shadow: 0 12px 25px color-mix(in srgb, var(--at-pink) 28%, transparent);
}
.at-purchase-summary__security { margin: 12px 0 0; color: var(--at-muted); font-size: .72rem; text-align: center; }
.at-purchase-summary__security i { margin-right: 4px; color: var(--at-cyan); }
.releted-event-header .slick-next-prev { display: none; }
.releted-event-header { margin-bottom: 22px; }
.releted-event-header h3 { color: var(--at-text); font-size: clamp(1.65rem, 2.7vw, 2rem); }
.at-related-events-legacy { display: none !important; }
.at-floating-purchase { display: none; }

@media (min-width: 992px) {
  .at-event-detail-layout > .col-lg-7 { flex: 0 0 34%; max-width: 34%; }
  .at-event-detail-layout > .at-ticket-panel { flex: 0 0 66%; max-width: 66%; }
}

@media (max-width: 991.98px) {
  .at-ticket-purchase-layout { grid-template-columns: 1fr; }
  .at-purchase-summary { position: static; }
}

@media (max-width: 767.98px) {
  .event-details-section { padding-bottom: 112px !important; }
  .at-event-back { margin-bottom: 14px; font-size: .86rem; }
  .at-ticket-panel .event-details-information { padding: 16px; border-radius: 20px; }
  .at-ticket-selection-heading { margin: 22px 0 14px; }
  .at-ticket-selection-heading h2 { font-size: 1.45rem; }
  .at-ticket-selection-heading p { font-size: .84rem; }
  .at-ticket-options > p.mb-0 { padding: 13px 14px 0; font-size: .92rem; }
  .at-ticket-options > .click-show { padding: 5px 14px 9px; }
  .at-ticket-options .price-count { min-height: 66px; padding: 11px 12px; border-radius: 15px; }
  .at-ticket-options .price-count h6 { font-size: 1.12rem; }
  .at-ticket-options .quantity-input { grid-template-columns: 38px 40px 38px; }
  .at-ticket-options .quantity-input button,
  .at-ticket-options .quantity-input input { height: 40px; }
  .at-purchase-summary { padding: 16px; border-radius: 16px; }
  .at-purchase-summary .offcanvas-toggle { display: none; }
  .at-floating-purchase {
    position: fixed;
    right: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
    z-index: var(--at-z-floating, 850);
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .at-floating-purchase .comprar-ahora {
    display: flex;
    align-items: center;
    gap: 11px;
    width: auto !important;
    min-height: 50px;
    padding: 10px 18px;
    border: 0;
    border-radius: 999px;
    background: var(--at-pink);
    color: #fff;
    box-shadow: 0 12px 30px color-mix(in srgb, var(--at-pink) 42%, transparent);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .03em;
    animation: at-purchase-breathe 3.6s ease-in-out infinite;
  }
  .at-floating-purchase .comprar-ahora strong { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.34); font-size: .88rem; }
}

/* Secure checkout continuation and checkout surface */
.at-checkout-choice-section {
  min-height: calc(100dvh - 130px);
  display: grid;
  place-items: center;
  padding: 64px 20px;
  background: var(--at-bg);
}
.at-checkout-choice {
  width: min(100%, 680px);
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid var(--at-border);
  border-radius: 28px;
  background: var(--at-surface);
  box-shadow: var(--at-shadow);
  text-align: center;
}
.at-checkout-choice h1 { margin: 8px 0 10px; font-size: clamp(2rem, 5vw, 3rem); }
.at-checkout-choice > p { max-width: 540px; margin: 0 auto; color: var(--at-muted); }
.at-checkout-choice__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 28px 0;
  padding: 17px 20px;
  border: 1px solid var(--at-border);
  border-radius: 16px;
  color: var(--at-muted);
  background: var(--at-surface-2);
}
.at-checkout-choice__summary strong { color: var(--at-pink); font-size: 1.35rem; }
.at-checkout-choice__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.at-checkout-choice__actions form,
.at-checkout-choice__actions .at-btn { width: 100%; }
.at-checkout-choice__actions .at-btn { min-height: 54px; }
.at-checkout-choice__security { margin-top: 18px !important; font-size: .78rem; }
.at-checkout-choice__security i { color: var(--at-cyan); }

.checkout-area { background: var(--at-bg); }
.checkout-area .form > .row { align-items: start; }
.checkout-area .form > .row > [class*="col-"] {
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--at-border);
  border-radius: 22px;
  background: var(--at-surface);
  box-shadow: var(--at-shadow-sm);
}
.checkout-area .form > .row > .col-lg-8 { flex: 0 0 calc(66.666% - 16px); max-width: calc(66.666% - 16px); }
.checkout-area .form > .row > .col-lg-4 { position: sticky; top: 104px; flex: 0 0 calc(33.333% - 16px); max-width: calc(33.333% - 16px); margin-left: 32px; }
.checkout-area .from-title,
.checkout-area label,
.checkout-area .checkout-product h6 a,
.checkout-area .package-summary .text,
.checkout-area .package-summary .number { color: var(--at-text) !important; }
.checkout-area .checkout-product .content span,
.checkout-area .text-warning { color: var(--at-muted) !important; }
.checkout-area .form-control,
.checkout-area .form_control {
  width: 100%;
  border: 1px solid var(--at-border);
  border-radius: 12px;
  color: var(--at-text);
  background: var(--at-surface-2);
}
.checkout-area .theme-btn { min-height: 54px; border-radius: 999px; background: var(--at-pink); font-weight: 800; }
.checkout-area .slot-box { border: 1px solid var(--at-border); background: var(--at-surface-2); }

@media (max-width: 991.98px) {
  .checkout-area .form > .row { gap: 20px; }
  .checkout-area .form > .row > .col-lg-8,
  .checkout-area .form > .row > .col-lg-4 {
    position: static;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .at-checkout-choice-section { padding: 34px 16px; }
  .at-checkout-choice { padding: 26px 18px; border-radius: 22px; }
  .at-checkout-choice__summary { margin: 22px 0; padding: 14px; }
  .at-checkout-choice__actions { grid-template-columns: 1fr; }
  .checkout-area { padding-top: 34px !important; }
  .checkout-area .container { padding-inline: 16px; }
  .checkout-area .form > .row > [class*="col-"] { padding: 18px 16px; border-radius: 18px; }
}

@keyframes at-purchase-breathe {
  0%, 100% { transform: translateY(0); box-shadow: 0 12px 30px color-mix(in srgb, var(--at-pink) 34%, transparent); }
  50% { transform: translateY(-2px); box-shadow: 0 15px 34px color-mix(in srgb, var(--at-pink) 48%, transparent); }
}

@media (prefers-reduced-motion: reduce) {
  .at-floating-purchase .comprar-ahora { animation: none; }
}

/* Event detail refinement: heading metadata and compact ticket flow */
.at-event-page-heading {
  width: 100%;
  margin-bottom: 24px;
}
.at-event-page-heading__content { width: 100%; }
.at-event-page-heading .event-details-top { margin: 0; }
.at-event-page-heading .event-details-top .title {
  margin: 0;
  color: var(--at-text);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
}
.at-event-page-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  margin-top: 16px;
  color: var(--at-muted);
  font-size: .95rem;
  font-weight: 650;
}
.at-event-page-meta span { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.at-event-page-meta i { width: 17px; color: var(--at-cyan); text-align: center; }
.at-event-page-meta__location { flex-basis: 100%; }
.at-event-page-heading .at-demo-badge { margin-top: 11px; }

.at-event-supporting-info {
  color: var(--at-text);
}
.at-event-supporting-info > b,
.at-event-supporting-info .author h6,
.at-event-supporting-info .author h6 a,
.at-event-supporting-info .dropdown > a,
.at-event-supporting-info .form-group > b,
.at-event-supporting-info .form-group > b i {
  color: var(--at-text) !important;
}
.at-event-supporting-info .author .content > a,
.at-event-supporting-info .dropdown > a:hover { color: var(--at-cyan) !important; }
.at-event-supporting-info hr { border-color: var(--at-border); }
.at-event-supporting-info .dropdown { padding-top: 12px !important; padding-bottom: 12px !important; }
.at-event-supporting-info .form-group { margin-bottom: 18px !important; }

.at-ticket-panel .event-details-information {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.at-ticket-options > p.mb-0 {
  padding: 15px 18px 5px;
}
.at-ticket-options > .click-show {
  min-height: 0;
  padding: 0 18px 9px;
  line-height: 1.35;
}
.at-ticket-options .price-count {
  min-height: 0;
  margin: 10px 0;
  padding: 15px 18px;
}
.at-ticket-options > p.mb-0 + .price-count {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}
.at-ticket-options .price-count h6 { font-size: clamp(1.35rem, 2vw, 1.62rem); }
.at-purchase-summary .comprar-ahora-main {
  width: 100%;
  min-height: 56px;
  font-size: 1rem;
  font-weight: 800;
}

@media (min-width: 992px) {
  .at-event-introduction {
    max-width: 1040px;
  }
  .at-event-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
    align-items: start;
    gap: clamp(28px, 3vw, 42px);
    margin: 38px 0 0;
  }
  .at-event-detail-layout > .at-event-media-column,
  .at-event-detail-layout > .at-ticket-panel {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding-inline: 0;
  }
  .at-event-media-column .our-location img {
    display: block;
    width: 100%;
    height: auto;
    margin-inline: auto;
    border-radius: 18px;
  }
  .at-event-media-column .video iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }
  .at-event-media-column .music iframe {
    display: block;
    width: 100%;
    border-radius: 18px;
  }
  .at-ticket-selection-heading { margin-top: 30px; }
  .at-ticket-purchase-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .at-event-supporting-info {
    max-width: none;
    margin-top: 0;
    padding: 20px 22px;
    border: 1px solid var(--at-border);
    border-radius: 18px;
    background: var(--at-surface);
  }
  .at-event-detail-layout > .at-ticket-panel { margin-top: 0; }
  .at-purchase-summary { position: static; }
  .at-ticket-options > p.mb-0 { padding: 12px 16px 2px; }
  .at-ticket-options .price-count { padding: 9px 16px 11px; }
  .at-ticket-options .quantity-input { grid-template-columns: 40px 44px 40px; }
  .at-ticket-options .quantity-input button,
  .at-ticket-options .quantity-input input { height: 38px; }
}

@media (max-width: 767.98px) {
  .event-details-section { padding-top: 28px !important; }
  .at-event-page-heading { margin-bottom: 18px; }
  .at-event-page-heading .event-details-top .title {
    font-size: clamp(1.8rem, 8.2vw, 2.25rem);
    line-height: 1.08;
  }
  .at-event-page-meta {
    display: grid;
    gap: 8px;
    margin-top: 15px;
    font-size: .9rem;
    line-height: 1.35;
  }
  .at-event-page-meta__location { flex-basis: auto; }
  .at-event-page-heading .at-demo-badge { margin-top: 9px; }
  .at-event-back { margin-bottom: 22px; }
  .at-event-supporting-info { margin-bottom: 24px; }
  .at-event-supporting-info .author { margin-bottom: 10px; }
  .at-ticket-selection-heading { margin: 24px 0 14px; }
  .at-ticket-options > p.mb-0 {
    padding: 14px 16px 4px;
    font-size: 1rem;
  }
  .at-ticket-options > .click-show {
    padding: 0 16px 8px;
    font-size: .8rem;
  }
  .at-ticket-options .price-count {
    min-height: 0;
    margin: 9px 0;
    padding: 12px 16px 14px;
  }
  .at-ticket-options .price-count h6 { font-size: 1.45rem; }
  .at-ticket-options .quantity-input { grid-template-columns: 38px 38px 38px; }
  .at-purchase-summary {
    padding: 15px 16px;
  }
  .at-purchase-summary h3 { margin-bottom: 13px; }
  .at-purchase-summary .total { margin: 13px 0; padding-top: 12px; }
  .at-purchase-summary__security { margin-top: 9px; }
  .at-floating-purchase {
    right: 16px;
    left: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .at-floating-purchase.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .at-floating-purchase .comprar-ahora {
    width: 100% !important;
    min-height: 56px;
    justify-content: center;
    padding-inline: 22px;
    font-size: 1rem;
  }
  .at-floating-purchase .comprar-ahora strong { margin-left: auto; font-size: 1rem; }
}
