:root {
  color-scheme: dark;
  --bg: #19191d;
  --surface: #25252b;
  --text: #f6f5f3;
  --muted: #b9bac3;
  --muted-2: #91929d;
  --orange: #ff9832;
  --orange-hover: #ffad59;
  --line: rgba(255,255,255,.12);
  --line-soft: rgba(255,255,255,.07);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--bg); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button, select { max-width: 100%; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: normal; }
h1, h2 { font-weight: 780; letter-spacing: -.045em; }
em { color: var(--orange); font-style: normal; }
.page-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section-space { padding-block: clamp(64px, 7vw, 104px); }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: .8125rem; line-height: 1.5; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 9px; font-size: 1rem; font-weight: 750; line-height: 1.4; text-align: center; transition: background-color .18s, border-color .18s; }
.button-primary { color: #1b1713; background: var(--orange); }
.button-primary:hover { background: var(--orange-hover); }
.button-secondary { color: var(--orange); border-color: rgba(255,152,50,.45); background: rgba(25,25,29,.45); }
.button-secondary:hover { background: rgba(255,152,50,.1); border-color: var(--orange); }
.button-full { width: 100%; }
.button-small { min-height: 44px; padding: 10px 16px; font-size: .875rem; }
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; padding: 12px max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid var(--line-soft); background: rgba(27,27,31,.95); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; color: var(--text); font-size: 1rem; font-weight: 850; letter-spacing: .065em; }
.brand img { width: 40px; height: 35px; object-fit: contain; }
.header-context { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .875rem; }
.header-nav { display: flex; align-items: center; gap: 24px; }
.header-nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); font-size: .9375rem; font-weight: 600; }
.header-nav a:hover { color: var(--orange); }
.header-nav a[aria-current="true"] { color: var(--orange); }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--bg); }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; background: url("./assets/ulatek-gameplay.webp") 60% 42% / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg,var(--bg) 0%,var(--bg) 3%,rgba(25,25,29,.9) 12%,rgba(25,25,29,0) 42%),linear-gradient(90deg,rgba(17,19,18,.95) 0%,rgba(17,19,18,.82) 40%,rgba(17,19,18,.18) 85%); }
.hero-inner { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.8fr); align-items: center; gap: clamp(36px,6vw,84px); padding-block: 82px 88px; min-height: 690px; }
.hero h1 { margin: 0 0 24px; font-size: clamp(2.8rem,4.8vw,4.25rem); line-height: 1.07; }
.hero h1 span, .hero h1 em { display: block; }
.hero-lede { max-width: 570px; margin: 0 0 28px; color: #c8cbd0; font-size: 1.125rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; color: #d6d7d8; font-size: .875rem; }
.hero-proof span::before { content: "✓"; margin-right: 7px; color: var(--orange); font-weight: 800; }
.hero-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; margin-top: 22px; padding-block: 10px; color: #e2e2e6; font-size: .875rem; }
.hero-rating > span { white-space: nowrap; }
.hero-rating strong { font-weight: 700; }
.hero-rating .rating-stars { color: #64da58; font-size: 1.625rem; letter-spacing: .025em; line-height: 1; }
.featured-card { align-self: center; overflow: hidden; border: 1px solid rgba(255,152,50,.5); border-radius: 16px; background: rgba(32,33,34,.9); box-shadow: 0 24px 64px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.card-bar { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px; border-bottom: 1px solid var(--line); color: var(--orange); font-size: .875rem; font-weight: 700; }
.region-badge { padding: 3px 8px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); font-size: .75rem; }
.featured-content { padding: 28px 24px 24px; }
.featured-content .eyebrow { font-size: .75rem; margin-bottom: 10px; }
.featured-content h2 { margin: 0 0 10px; font-size: clamp(1.8rem,2.8vw,2.5rem); line-height: 1.1; }
.featured-mode { color: var(--muted); font-size: .9375rem; margin-bottom: 24px; }
.featured-options { margin: 0; }
.featured-options label { display: flex; align-items: center; gap: 10px; cursor: pointer; min-height: 44px; }
.featured-options input { accent-color: var(--orange); width: 18px; height: 18px; flex-shrink: 0; margin: 0; }
.featured-options > div:has(input:checked) { background: rgba(255,152,50,.07); border-radius: 8px; }
.featured-options > div { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 14px; padding-block: 15px; border-top: 1px solid var(--line); }
.featured-options dt { font-size: .875rem; line-height: 1.5; font-weight: 600; }
.featured-options dd { margin: 0; font-size: 1.125rem; gap: 5px; }
.featured-options dd small { font-size: .75rem; }
.featured-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; padding-block: 18px; border-block: 1px solid var(--line); }
.featured-facts div { display: grid; gap: 3px; }
.featured-facts span { color: var(--muted-2); font-size: .8125rem; }
.featured-facts strong { font-size: 1.0625rem; }
.featured-price { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 24px; }
.gold-price { display: inline-flex; align-items: baseline; gap: 8px; color: var(--orange); font-weight: 780; font-variant-numeric: tabular-nums; white-space: nowrap; letter-spacing: -.025em; }
.gold-price small { color: var(--muted-2); font-size: .75rem; font-weight: 750; letter-spacing: .04em; }
.featured-price .gold-price { font-size: 2.125rem; line-height: 1.25; }
.featured-price > span { color: var(--muted); font-size: .8125rem; }
.booking-countdown { margin-bottom: 22px; margin-top: 8px; padding: 18px 0 0; border-top: 1px solid var(--line); }
.countdown-label { color: #d4d4da; font-size: .8125rem; font-weight: 650; }
.countdown-digits { display: flex; align-items: flex-start; gap: 10px; margin-block: 10px 12px; }
.countdown-digits > span { display: grid; justify-items: center; gap: 3px; }
.countdown-digits strong { min-width: 52px; font-size: 2.125rem; font-weight: 700; line-height: 1.2; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.countdown-digits b { color: var(--orange); font-size: 1.875rem; font-weight: 500; line-height: 1.4; }
.countdown-digits small { color: var(--muted-2); font-size: .75rem; letter-spacing: .1em; }
.booking-countdown p { margin: 0; color: var(--muted-2); font-size: .75rem; line-height: 1.6; }
.pay-label { display: inline-block; color: var(--orange); font-size: .8125rem; font-weight: 800; letter-spacing: .075em; line-height: 1.4; }
.pay-label::before { content: "✓"; margin-right: 6px; }

.benefits-section { padding-block: 4px 56px; background: var(--bg); }
.payment-banner { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 28px 32px; border: 1px solid rgba(255,152,50,.22); border-radius: 12px; background: linear-gradient(100deg,rgba(255,152,50,.09),rgba(255,152,50,.015)); }
.payment-title { max-width: 580px; }
.payment-title h2 { font-size: 1.5rem; line-height: 1.3; margin: 9px 0 0; letter-spacing: -.025em; }
.payment-banner > p { max-width: 350px; margin: 0; color: var(--muted); font-size: 1rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; margin-top: 36px; }
.benefit-grid article { min-width: 0; }
.benefit-label { color: var(--muted-2); font-size: .8125rem; }
.benefit-grid h3 { margin: 10px 0; font-size: 1.1875rem; letter-spacing: -.02em; line-height: 1.4; text-wrap: pretty; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.section-heading > div:first-child { max-width: 800px; min-width: 0; }
.section-heading h2, .process-intro h2, .faq-intro h2, .final-cta h2 { margin: 0; font-size: clamp(2rem,3.5vw,3.25rem); line-height: 1.14; }
.section-heading p:last-child, .faq-intro > p:not(.eyebrow), .final-cta p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.region-control { display: inline-flex; align-self: flex-start; flex: 0 0 auto; padding: 4px; border: 1px solid var(--line); border-radius: 9px; background: #212126; }
.region-control button { min-width: 60px; min-height: 44px; padding: 8px 16px; border: 0; border-radius: 5px; background: transparent; color: #777780; font-size: .875rem; font-weight: 750; cursor: not-allowed; }
.region-control button[aria-selected="true"] { color: #211a12; background: var(--orange); }
.card-bar .region-control-compact { padding: 2px; border-radius: 6px; align-self: center; }
.card-bar .region-control-compact button { min-width: 38px; min-height: 30px; padding: 4px 8px; font-size: .75rem; }

.schedule-section { border-block: 1px solid var(--line-soft); background: #202025; padding-block: 48px; }
.schedule-section .section-heading { margin-bottom: 24px; }
.schedule-filters { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.schedule-filters label { display: grid; gap: 7px; min-width: 0; }
.schedule-filters label > span { color: var(--muted); font-size: .875rem; }
.schedule-filters select { width: 100%; min-height: 48px; padding: 10px 8px 10px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--text); background: #2c2c32; font-size: 1rem; cursor: pointer; text-overflow: ellipsis; }
.schedule-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.schedule-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; min-height: 38px; padding: 7px 20px; border-bottom: 1px solid var(--line); font-size: .875rem; background: rgba(0,0,0,.1); }
.schedule-count { color: var(--muted); }
.data-freshness { margin: 24px 0 0; color: var(--muted-2); font-size: .875rem; text-align: center; }
.data-freshness[data-stale="true"] { color: var(--orange); }
.schedule-timezone { margin-left: auto; color: var(--muted-2); }
.schedule-toolbar { flex-wrap: wrap; }
.time-switch { display: inline-flex; border: 1px solid var(--line); border-radius: 7px; padding: 2px; gap: 2px; }
.time-switch button { min-height: 40px; padding: 6px 12px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); cursor: pointer; font-size: .875rem; }
.time-switch button[aria-pressed="true"] { color: var(--orange); background: rgba(255,152,50,.12); }
.schedule-head, .schedule-row { display: grid; grid-template-columns: minmax(0,1fr) 17rem 6.5rem 90px; gap: 22px; align-items: center; padding-inline: 24px; }
.schedule-head { min-height: 30px; color: var(--muted-2); font-size: .8125rem; border-bottom: 1px solid var(--line-soft); }
.schedule-list { overflow: visible; }
.schedule-row { min-height: 44px; padding-block: 4px; border-bottom: 1px solid var(--line-soft); }
.schedule-pagination { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 4px 20px; border-top: 1px solid var(--line-soft); }
.schedule-pagination[hidden] { display: none; }
.schedule-pagination button { min-height: 44px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 7px; background: transparent; color: var(--orange); cursor: pointer; }
.schedule-pagination button:disabled { opacity: .4; cursor: default; }
.schedule-pagination span { font-size: .875rem; color: var(--muted); }
.schedule-row:last-child { border-bottom: 0; }
.schedule-run, .schedule-time { display: grid; gap: 4px; min-width: 0; }
.schedule-run { display: flex; align-items: baseline; flex-wrap: wrap; gap: 2px 10px; }
.schedule-run strong { font-size: 1rem; font-weight: 650; line-height: 1.4; }
.schedule-run small { font-size: .8125rem; color: var(--muted-2); }
.schedule-time strong { font-size: .9375rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.schedule-time small { color: var(--muted-2); font-size: .8125rem; }
.slot-pill { color: var(--muted); font-size: .875rem; white-space: nowrap; }
.schedule-book { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; min-width: 76px; padding: 5px 12px; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 6px; font-size: .875rem; font-weight: 650; }
.schedule-book:hover { color: var(--orange); border-color: var(--orange); background: rgba(255,152,50,.06); }
.schedule-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 4px 20px; border-top: 1px solid var(--line); }
.schedule-footer p { margin: 0; color: var(--muted-2); font-size: .875rem; }
.schedule-footer a, .footer-discord { padding-block: 10px; color: var(--orange); font-size: .9375rem; font-weight: 700; }
.schedule-empty { display: grid; justify-items: center; gap: 8px; padding: 36px 24px; text-align: center; }
.schedule-empty strong { font-size: 1.125rem; }
.schedule-empty p { margin: 0 0 12px; color: var(--muted); }

.pricing-section { position: relative; isolation: isolate; background: #18181c; }
.pricing-section::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(180deg,#18181c 0%,rgba(24,24,28,.72) 16%,rgba(24,24,28,.78) 72%,#18181c 100%),url("./assets/coiled-altar-gameplay.webp") center 35% / cover no-repeat; }
.pricing-payment { margin-top: 18px; padding: 8px 13px; border: 1px solid rgba(255,152,50,.3); border-radius: 7px; background: rgba(255,152,50,.07); font-size: .875rem; }
.service-board { display: grid; gap: 18px; }
.service-group { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.65fr); gap: 44px; padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: #222227; }
.service-group-featured { border-color: rgba(255,152,50,.5); background: linear-gradient(110deg,rgba(255,152,50,.055),transparent 45%),#222227; }
.service-intro .eyebrow { margin-bottom: 12px; font-size: .6875rem; letter-spacing: .07em; }
.service-intro h3 { margin: 0 0 14px; font-size: clamp(1.5rem,2.25vw,1.875rem); line-height: 1.2; letter-spacing: -.035em; text-wrap: pretty; }
.service-intro > p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: .9375rem; line-height: 1.65; }
.service-metrics { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 24px; }
.service-metrics > span { display: grid; gap: 3px; color: var(--muted-2); font-size: .6875rem; }
.service-metrics strong { color: #e5e5e8; font-size: 1.375rem; line-height: 1.2; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.service-options { display: grid; align-content: center; }
.service-option { display: grid; grid-template-columns: minmax(0,1fr) auto 72px; align-items: center; gap: 20px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.service-option:first-child { padding-top: 0; }
.service-option:last-child { padding-bottom: 0; border-bottom: 0; }
.service-option h4 { margin: 0 0 6px; font-size: 1rem; line-height: 1.45; font-weight: 680; text-wrap: pretty; }
.service-option p { margin: 0; color: var(--muted-2); font-size: .8125rem; line-height: 1.5; }
.service-option .gold-price { font-size: 1.1875rem; gap: 5px; }
.service-option .gold-price small { font-size: .625rem; }
.service-book { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid rgba(255,152,50,.4); border-radius: 7px; color: var(--orange); background: rgba(255,152,50,.04); font-size: .875rem; font-weight: 750; }
.service-book:hover { background: rgba(255,152,50,.14); border-color: var(--orange); }
.full-clear-offer { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; padding: 26px 32px; border-left: 1px solid var(--line); }
.full-clear-offer > span { color: var(--muted-2); font-size: .8125rem; }
.full-clear-offer .gold-price { font-size: 2.5rem; line-height: 1.25; }
.full-clear-offer .button { margin-top: 14px; }
.price-disclaimer { margin: 24px 0 0; color: var(--muted-2); font-size: .875rem; text-align: center; }

.reviews-section { background: var(--bg); border-top: 1px solid var(--line-soft); }
.reviews-rating { margin: 22px 0 0; text-align: center; }
.reviews-rating > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 18px; font-size: 1.125rem; }
.reviews-rating > div > span { white-space: nowrap; }
.reviews-rating .reviews-rating-stars { color: #64da58; font-size: 1.75rem; letter-spacing: .04em; line-height: 1; }
.reviews-rating p { margin: 10px 0 0; color: var(--muted); font-size: .875rem; }
.review-carousel { min-width: 0; }
.review-track { position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 3); gap: 18px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding-block: 4px; }
.review-track::-webkit-scrollbar { display: none; width: 0; height: 0; }
.review-card { display: flex; flex-direction: column; align-items: flex-start; scroll-snap-align: start; min-width: 0; min-height: 290px; padding: 26px; border: 1px solid rgba(255,152,50,.28); border-radius: 12px; background: #202024; }
.review-stars { margin: 0 0 16px; color: #64da58; font-size: 1.5rem; letter-spacing: .05em; line-height: 1; }
.review-card h3 { margin-bottom: 12px; font-size: 1.125rem; line-height: 1.4; text-wrap: pretty; }
.review-card p { margin-bottom: 24px; color: #c7c7cf; font-size: 1rem; line-height: 1.65; }
.review-controls { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 18px; }
.review-controls button { display: inline-grid; place-items: center; min-width: 48px; min-height: 48px; border: 1px solid rgba(255,152,50,.45); border-radius: 8px; background: transparent; color: var(--orange); font-size: 1.375rem; cursor: pointer; }
.review-controls button:disabled { color: #72727a; border-color: var(--line); cursor: default; }
.review-controls button:not(:disabled):hover { background: rgba(255,152,50,.09); }
.review-controls > span { min-width: 70px; text-align: center; color: var(--muted); font-size: .875rem; font-variant-numeric: tabular-nums; }
.reviews-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); gap: 64px; align-items: center; }
.reviews-intro h2 { margin: 0 0 20px; font-size: clamp(2rem,3.5vw,3.25rem); line-height: 1.14; }
.reviews-intro > p:last-child { max-width: 420px; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.discord-reviews-panel { padding: 34px; border: 1px solid var(--line); border-left: 3px solid var(--orange); border-radius: 12px; background: #24242a; }
.reviews-source { display: block; margin-bottom: 20px; color: var(--muted-2); font-size: .8125rem; }
.discord-reviews-panel h3 { margin: 0 0 16px; font-size: clamp(1.5rem,2.4vw,2rem); line-height: 1.25; letter-spacing: -.025em; text-wrap: pretty; }
.discord-reviews-panel p { margin-bottom: 24px; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.loot-section { background: #202025; border-top: 1px solid var(--line-soft); }
.loot-story { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 54px; align-items: center; }
.loot-scene { position: relative; align-self: stretch; min-height: 390px; margin: 0; overflow: hidden; border-radius: 14px; border: 1px solid var(--line); }
.loot-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(12,16,14,.96),transparent 52%); }
.loot-scene img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.loot-scene figcaption { position: absolute; z-index: 1; inset: auto 28px 26px; display: grid; gap: 6px; }
.loot-scene figcaption span { font-size: .6875rem; letter-spacing: .1em; text-transform: uppercase; color: #c5d3c9; }
.loot-scene figcaption strong { font-size: 1.375rem; letter-spacing: -.02em; }
.loot-copy h2 { font-size: clamp(2rem,3.5vw,3.25rem); line-height: 1.12; margin-bottom: 22px; }
.loot-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.7; }
.loot-copy > p strong { color: #dedee3; font-weight: 650; }
.loot-numbers { display: grid; grid-template-columns: .9fr .9fr 1.1fr; gap: 14px; padding-block: 24px; margin-block: 24px 18px; border-block: 1px solid var(--line); }
.loot-numbers > div { display: grid; gap: 7px; }
.loot-numbers strong { color: #d6b4ff; font-size: clamp(1.5rem,2.5vw,2rem); line-height: 1.15; letter-spacing: -.025em; white-space: nowrap; }
.loot-numbers span { font-size: .6875rem; color: var(--muted-2); line-height: 1.5; }
.loot-copy > p.loot-caveat { font-size: .8125rem; margin-bottom: 0; color: var(--muted-2); }
.bonus-roll-guide { margin-top: 36px; padding: 28px; border: 1px solid rgba(214,180,255,.2); border-radius: 12px; background: rgba(214,180,255,.025); }
.bonus-roll-heading h3 { margin-bottom: 12px; font-size: 1.375rem; line-height: 1.35; letter-spacing: -.025em; text-wrap: pretty; }
.bonus-roll-heading p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.bonus-roll-counts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin: 24px 0; }
.bonus-roll-counts > div { padding-left: 20px; border-left: 2px solid rgba(214,180,255,.35); }
.bonus-roll-counts dt { color: #dedee3; font-size: .875rem; line-height: 1.5; }
.bonus-roll-counts dd { margin: 10px 0 4px; color: var(--muted); font-size: 1rem; }
.bonus-roll-counts dd strong { color: #d6b4ff; font-size: 1.5rem; }
.bonus-roll-counts span { display: block; margin-top: 4px; color: var(--muted-2); font-size: .8125rem; }
.bonus-roll-limit { margin: 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .875rem; line-height: 1.7; }
.bonus-roll-limit strong { color: #e1d2f2; font-weight: 600; }
.bonus-roll-supply { margin: 14px 0 0; color: var(--muted-2); font-size: .875rem; line-height: 1.7; }
.bonus-roll-supply strong { color: var(--muted); font-weight: 600; }
.loot-advice { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px; margin-block: 44px; }
.loot-advice article { padding-top: 22px; border-top: 1px solid var(--line); }
.advice-label { color: var(--orange); font-size: .6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .075em; }
.loot-advice h3 { margin: 10px 0 12px; font-size: 1.1875rem; line-height: 1.4; letter-spacing: -.02em; text-wrap: pretty; }
.loot-advice p { color: var(--muted); font-size: .9375rem; line-height: 1.65; margin-bottom: 0; }
.loot-table-wrap { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.loot-table { width: 100%; border-collapse: collapse; text-align: left; font-size: .875rem; }
.loot-table caption { text-align: left; padding: 20px 24px; font-size: 1.0625rem; font-weight: 700; background: rgba(255,255,255,.025); }
.loot-table th, .loot-table td { padding: 16px 24px; border-top: 1px solid var(--line-soft); }
.loot-table thead th { color: var(--muted-2); font-size: .75rem; font-weight: 500; }
.loot-table tbody th { font-weight: 600; color: #dfdfe5; }
.loot-table td { color: var(--muted); }
.loot-table td.myth-reward { color: #d6b4ff; }
.loot-footnote { margin: 16px 0 24px; max-width: 950px; font-size: .75rem; color: var(--muted-2); line-height: 1.65; }
.command-heading { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; color: var(--text); letter-spacing: -.055em; }
.seo-section { padding-block: 48px; border-top: 1px solid var(--line-soft); background: #17171b; }
.seo-copy h2 { margin-bottom: 16px; font-size: 1.5rem; line-height: 1.35; letter-spacing: -.025em; text-wrap: pretty; }
.seo-copy h3 { margin: 24px 0 12px; font-size: 1rem; line-height: 1.5; text-wrap: pretty; }
.seo-copy p { margin-bottom: 0; color: var(--muted-2); font-size: .875rem; line-height: 1.8; }

.process-section { border-block: 1px solid var(--line-soft); background: #222227; }
.process-intro { margin-bottom: 36px; }
.process-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; list-style: none; padding: 0; margin: 0; }
.process-list li { display: flex; gap: 16px; align-items: flex-start; }
.step-number { color: var(--orange); font-size: 1.125rem; font-weight: 750; padding-top: 2px; }
.process-list h3 { font-size: 1.1875rem; margin-bottom: 8px; line-height: 1.4; text-wrap: pretty; }
.process-list p { margin: 0; color: var(--muted); font-size: 1rem; }
.faq-shell { display: grid; grid-template-columns: minmax(250px,.7fr) minmax(0,1.3fr); gap: 72px; }
.faq-intro .button { margin-top: 24px; }
@media (min-width: 861px) {
  .faq-intro { position: sticky; top: 112px; align-self: start; }
}
.faq-list article { padding: 24px 0; border-top: 1px solid var(--line); }
.faq-list article:first-child { padding-top: 0; border-top: 0; }
.faq-list article:last-child { padding-bottom: 0; }
.faq-list h3 { font-size: 1.125rem; margin-bottom: 10px; line-height: 1.45; text-wrap: pretty; }
.faq-list p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }

.final-cta { position: relative; isolation: isolate; padding-block: 84px; border-block: 1px solid rgba(255,152,50,.25); background: #20221e url("./assets/tidebound-gameplay.webp") center 44% / cover no-repeat; }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(20,22,18,.94),rgba(20,22,18,.8)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta-inner > div { max-width: 790px; }
.final-cta .button { flex: 0 0 auto; }
footer { background: #131316; padding-block: 30px; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.footer-inner p { margin: 0; color: var(--muted-2); font-size: .75rem; line-height: 1.65; }
.mobile-booking { display: none; }

@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: minmax(0,1fr) minmax(300px,.85fr); gap: 32px; padding-block: 64px; min-height: 0; }
  .hero h1 { font-size: clamp(2.5rem,4.7vw,3.3rem); }
  .service-group { grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: 28px; padding: 28px; }
  .service-option { grid-template-columns: minmax(0,1fr) auto; gap: 12px 18px; }
  .service-option > div { grid-column: 1 / -1; }
  .service-option .service-book { min-width: 84px; }
  .loot-story { gap: 32px; }
  .benefit-grid { gap: 24px; }
  .faq-shell { gap: 40px; }
}
@media (max-width: 860px) {
  .page-shell { width: min(680px,calc(100% - 40px)); }
  .site-header { position: static; min-height: 68px; padding: 10px 20px; flex-wrap: wrap; gap: 4px 20px; }
  .header-nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; }
  .header-nav a { font-size: .875rem; }
  html { scroll-padding-top: 24px; }
  .header-context { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; padding-block: 54px; }
  .hero h1 { font-size: clamp(2.3rem,7vw,3.8rem); max-width: 100%; }
  .hero-lede { max-width: 610px; }
  .hero-backdrop { background-position: 66% top; background-size: auto 620px; }
  .hero::before { background: linear-gradient(180deg,rgba(17,19,18,.65),#19191d 64%); }
  .featured-card { width: 100%; }
  .featured-content { display: block; }
  .booking-countdown { display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; align-items: center; }
  .countdown-digits { grid-column: 2; grid-row: 1 / 3; margin: 0; }
  .booking-countdown p { grid-column: 1; }
  .payment-banner { flex-direction: column; align-items: flex-start; gap: 14px; padding: 24px; }
  .payment-banner > p { max-width: none; }
  .benefit-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .section-heading { align-items: flex-start; gap: 22px; }
  .section-heading h2, .process-intro h2, .faq-intro h2, .final-cta h2 { font-size: clamp(2rem,4.8vw,2.75rem); }
  .schedule-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .schedule-head { display: none; }
  .schedule-row { grid-template-columns: minmax(0,1fr) auto auto; gap: 3px 10px; padding: 9px 16px; }
  .schedule-run { grid-column: 1 / 3; grid-row: 1; }
  .schedule-time { grid-column: 1; grid-row: 2; }
  .slot-pill { grid-column: 2; grid-row: 2; }
  .schedule-book { grid-column: 3; grid-row: 1 / 3; min-width: 64px; min-height: 44px; }
  .service-group { grid-template-columns: 1fr; gap: 28px; }
  .service-intro h3 { font-size: 1.875rem; }
  .service-options { border-top: 1px solid var(--line); }
  .service-option { grid-template-columns: minmax(0,1fr) auto 80px; gap: 18px; }
  .service-option > div { grid-column: auto; }
  .service-option:first-child { padding-top: 24px; }
  .full-clear-offer { border-left: 0; border-top: 1px solid var(--line); padding: 26px 0 0; }
  .loot-story { grid-template-columns: 1fr; gap: 32px; }
  .reviews-layout { grid-template-columns: 1fr; gap: 28px; }
  .review-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .booking-countdown > p:last-child { grid-column: 1 / -1; }
  .loot-scene { min-height: 0; aspect-ratio: 16 / 9; }
  .loot-copy h2 { font-size: 2.75rem; }
  .loot-numbers { max-width: 480px; }
  .loot-advice { grid-template-columns: 1fr; gap: 24px; margin-block: 36px; }
  .loot-table th, .loot-table td { padding: 16px; }
  .process-list { grid-template-columns: 1fr; gap: 24px; }
  .process-list li { gap: 20px; }
  .faq-shell { grid-template-columns: 1fr; gap: 32px; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .footer-inner { grid-template-columns: 1fr auto; gap: 24px; }
  .footer-inner p { grid-column: 1 / -1; grid-row: 2; }
  .mobile-booking { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: fixed; inset: auto 0 0; z-index: 60; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: rgba(27,27,31,.97); backdrop-filter: blur(16px); border-top: 1px solid rgba(255,152,50,.3); box-shadow: 0 -8px 30px rgba(0,0,0,.24); }
  .mobile-booking > div { display: grid; gap: 2px; }
  .mobile-booking strong { color: var(--orange); font-size: .8125rem; letter-spacing: .03em; }
  .mobile-booking > div > span { color: var(--muted); font-size: .75rem; }
  .mobile-booking .button { min-height: 48px; padding-inline: 16px; font-size: .9375rem; }
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
}
@media (max-width: 520px) {
  .page-shell { width: calc(100% - 36px); }
  .site-header { padding-inline: 18px; gap: 12px; }
  .brand { font-size: .8125rem; gap: 6px; }
  .brand img { width: 31px; height: 28px; }
  .site-header .button { font-size: .8125rem; padding-inline: 11px; gap: 7px; }
  .hero-inner { padding-block: 40px; gap: 30px; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .05em; margin-bottom: 14px; }
  .hero h1 { font-size: clamp(2rem,8.8vw,2.85rem); line-height: 1.12; margin-bottom: 20px; }
  .hero-lede { font-size: 1rem; line-height: 1.65; margin-bottom: 24px; }
  .hero-actions { display: flex; gap: 10px; }
  .hero-actions .button { padding-inline: 10px; gap: 8px; font-size: .9375rem; }
  .hero-proof { gap: 10px 15px; margin-top: 22px; font-size: .8125rem; }
  .featured-content { display: block; padding: 22px; }
  .card-bar { padding: 12px 22px; }
  .featured-content h2 { font-size: 1.875rem; }
  .featured-mode { margin-bottom: 18px; }
  .featured-facts { margin-bottom: 18px; padding-block: 14px; }
  .featured-price { margin: 0 0 20px; gap: 7px; }
  .featured-price .gold-price { font-size: 2rem; }
  .benefits-section { padding-bottom: 48px; }
  .payment-banner { padding: 22px; }
  .payment-title h2 { font-size: 1.375rem; }
  .benefit-grid { gap: 26px 22px; margin-top: 28px; }
  .benefit-grid h3 { font-size: 1.0625rem; line-height: 1.4; }
  .benefit-grid p { font-size: 1rem; line-height: 1.55; }
  .section-space { padding-block: 56px; }
  .section-heading { flex-direction: column; gap: 18px; margin-bottom: 24px; }
  .section-heading h2, .process-intro h2, .faq-intro h2, .final-cta h2 { font-size: clamp(1.875rem,7.8vw,2.25rem); line-height: 1.18; }
  .section-heading .eyebrow { margin-bottom: 12px; font-size: .75rem; }
  .region-control button { min-width: 64px; }
  .schedule-filters { gap: 12px; }
  .filter-raid, .filter-date { grid-column: 1 / -1; }
  .schedule-toolbar { padding: 7px 16px; gap: 6px 12px; }
  .schedule-timezone { margin-left: auto; font-size: .8125rem; }
  .schedule-row { padding: 9px 12px; }
  .schedule-run strong { font-size: .9375rem; }
  .schedule-time strong, .slot-pill { font-size: .8125rem; }
  .schedule-time { grid-column: 1 / -1; grid-row: 2; }
  .slot-pill { grid-column: 1 / 3; grid-row: 3; }
  .schedule-book { grid-row: 3; }
  .schedule-footer { flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 16px; }
  .booking-countdown { display: block; }
  .countdown-digits { margin-block: 12px; }
  .featured-options > div { grid-template-columns: 1fr; gap: 5px; padding-block: 13px; }
  .featured-options dd { font-size: 1.25rem; }
  .service-group { padding: 22px; gap: 24px; }
  .service-intro h3 { font-size: 1.75rem; }
  .service-option { grid-template-columns: minmax(0,1fr) auto; gap: 14px; }
  .service-option > div { grid-column: 1 / -1; }
  .service-option .gold-price { font-size: 1.375rem; }
  .service-option .service-book { min-width: 90px; }
  .full-clear-offer .gold-price { font-size: 2.25rem; }
  .full-clear-offer .button { width: 100%; }
  .price-disclaimer { text-align: left; font-size: .75rem; }
  .data-freshness { text-align: left; font-size: .8125rem; }
  .loot-scene { aspect-ratio: 16 / 10; }
  .loot-scene figcaption { inset: auto 20px 20px; }
  .loot-copy h2 { font-size: clamp(1.875rem,8vw,2.5rem); }
  .loot-numbers { gap: 12px; }
  .loot-numbers strong { font-size: 1.5rem; }
  .loot-table, .loot-table tbody { display: block; }
  .loot-table caption { display: block; padding: 18px; }
  .loot-table thead { display: none; }
  .loot-table tr { display: block; padding: 18px; border-top: 1px solid var(--line); }
  .loot-table th, .loot-table td { display: block; padding: 0; border: 0; }
  .loot-table tbody th { margin-bottom: 12px; font-size: .9375rem; }
  .loot-table td { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 12px; margin-top: 7px; font-size: .8125rem; }
  .loot-table td::before { color: var(--muted-2); font-size: .75rem; }
  .loot-table td:nth-child(2)::before { content: "Standard loot"; }
  .loot-table td:nth-child(3)::before { content: "Bonus roll"; }
  .loot-section .button { width: 100%; }
  .reviews-intro h2 { font-size: clamp(1.875rem,7.8vw,2.25rem); }
  .discord-reviews-panel { padding: 24px; }
  .discord-reviews-panel .button { width: 100%; }
  .review-track { grid-auto-columns: 88%; gap: 14px; }
  .review-card { padding: 22px; min-height: 300px; }
  .bonus-roll-guide { padding: 22px; }
  .bonus-roll-counts { grid-template-columns: 1fr; gap: 22px; }
  .process-intro { margin-bottom: 28px; }
  .final-cta { padding-block: 56px; }
  .final-cta h2 { text-wrap: pretty; }
  .final-cta .button { width: 100%; }
  .footer-inner { gap: 20px; }
  .mobile-booking { padding-inline: 14px; }
  .mobile-booking .button { padding-inline: 12px; gap: 8px; font-size: .875rem; }
}
@media (max-width: 360px) {
  .brand { letter-spacing: .025em; }
  .site-header .brand span { font-size: .75rem; }
  .site-header .button > span { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .mobile-booking { gap: 8px; }
  .mobile-booking .button { padding-inline: 10px; font-size: .8125rem; }
  .mobile-booking > div > span { font-size: .75rem; }
}
.hero-mobile-copy, .hero-mobile-rating { display: none; }

@media (max-width: 860px) {
  .site-header { gap: 0; padding: 8px 18px 0; min-height: 0; }
  .header-inner > .button { display: none; }
  .site-header .brand { min-height: 36px; }
  .header-nav { gap: 6px 12px; flex-wrap: wrap; }
  .header-nav a { white-space: nowrap; }
  .header-nav a { min-height: 44px; }
  .hero-inner { padding-block: 28px 36px; gap: 22px; }
  .hero h1 { font-size: clamp(1.75rem, 6.5vw, 2.8rem); line-height: 1.13; margin-bottom: 14px; }
  .hero-desktop-copy, .hero-proof, .hero-rating { display: none; }
  .hero-mobile-copy { display: block; max-width: 32ch; margin-bottom: 8px; font-size: 1rem; line-height: 1.5; }
  .hero-actions .button { min-height: 44px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 1rem; }
  .hero-actions .button:hover { background: transparent; text-decoration: underline; }
  .hero-mobile-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 12px; font-size: .875rem; color: #d6d7d8; }
  .hero-mobile-rating > span:first-child { color: #64da58; font-size: 1.125rem; letter-spacing: -.04em; margin-right: 3px; }
  .hero-mobile-rating > span:last-child { white-space: nowrap; }
  .hero-backdrop { background-position: 66% top; background-size: auto 520px; }
  .hero::before { background: linear-gradient(180deg,rgba(17,19,18,.25),#19191d 520px),linear-gradient(90deg,rgba(17,19,18,.96),rgba(17,19,18,.75) 60%,rgba(17,19,18,.48)); }
  .featured-content { padding: 18px; }
  .card-bar { padding: 10px 18px; }
}

.site-header { display: flex; align-items: center; padding: 12px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
@media (max-width: 860px) {
  .site-header { padding: 8px 0 0; }
  .header-inner { flex-wrap: wrap; gap: 0; }
}

.schedule-head, .schedule-row { grid-template-columns: minmax(0,1fr) 5rem 17rem 8rem 6.5rem 76px; column-gap: 16px; padding-inline: 20px; }
.schedule-run strong, .schedule-time strong { font-weight: 400; }
.schedule-id { color: var(--muted-2); font-size: .875rem; white-space: nowrap; }
.schedule-price { color: var(--orange); font-size: .875rem; white-space: nowrap; }
@media (max-width: 1100px) and (min-width: 861px) {
  .schedule-head, .schedule-row { grid-template-columns: minmax(0,1fr) 4.5rem 15rem 7.5rem 6rem 76px; column-gap: 10px; padding-inline: 14px; }
  .schedule-time strong { font-size: .875rem; }
}
@media (max-width: 860px) {
  .schedule-row { grid-template-columns: minmax(0,1fr) auto; gap: 6px 12px; padding: 12px 16px; }
  .schedule-run { grid-column: 1 / -1; grid-row: 1; }
  .schedule-id { grid-column: 1 / -1; grid-row: 2; }
  .schedule-id::before { content: 'Event ID: '; }
  .schedule-time { grid-column: 1 / -1; grid-row: 3; }
  .schedule-price { grid-column: 1; grid-row: 4; }
  .schedule-price::before { content: 'Price: '; color: var(--muted); }
  .slot-pill { grid-column: 1; grid-row: 5; }
  .schedule-book { grid-column: 2; grid-row: 4 / 6; }
}

.schedule-actions { display: flex; align-items: center; gap: 6px; }
.schedule-copy { display: inline-grid; place-items: center; flex: 0 0 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 6px; background: transparent; color: var(--muted); cursor: pointer; }
.schedule-copy:hover { color: var(--orange); border-color: var(--orange); }
@media (min-width: 861px) {
  .schedule-head, .schedule-row { grid-template-columns: minmax(0,1fr) 4.5rem 16rem 7.5rem 6rem 118px; column-gap: 12px; }
}
@media (max-width: 860px) {
  .schedule-actions { grid-column: 2; grid-row: 4 / 6; }
  .schedule-copy { height: 44px; flex-basis: 44px; }
  .schedule-price, .slot-pill { grid-column: 1 / -1; }
  .schedule-actions { grid-column: 1 / -1; grid-row: 6; justify-content: flex-end; }
}

.schedule-row { min-height: 68px; padding-block: 12px; }
.schedule-identity { display: grid; grid-template-columns: minmax(0,1fr) 36px; align-items: center; gap: 8px; width: 100%; }
.schedule-identity .schedule-id { grid-column: 1; grid-row: 1; min-width: 0; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.schedule-identity .schedule-copy { grid-column: 2; grid-row: 1; width: 36px; }
.discount-badge { color: var(--orange); background: rgba(255,152,50,.1); border-radius: 4px; padding: 2px 4px; font-size: .75rem; white-space: nowrap; }
.schedule-price small { color: var(--muted-2); font-size: .8125rem; font-weight: 400; }
.schedule-book { min-height: 44px; padding: 10px 16px; color: var(--orange); border-color: rgba(255,152,50,.45); background: rgba(255,152,50,.07); }
.schedule-book:hover { background: rgba(255,152,50,.14); border-color: var(--orange); }
.schedule-actions { justify-content: flex-end; }
@media (min-width: 861px) {
  .schedule-head, .schedule-row { grid-template-columns: minmax(0,1.3fr) 6rem 15rem 5.5rem minmax(12rem,1fr) 76px; column-gap: 16px; padding-inline: 24px; }
  .schedule-head > span:nth-child(5), .schedule-price { text-align: left; justify-self: start; }
}
@media (min-width: 861px) and (max-width: 1100px) {
  .schedule-head, .schedule-row { grid-template-columns: minmax(0,1fr) 6rem 14rem 5.5rem 12rem 76px; column-gap: 10px; padding-inline: 16px; }
}
@media (max-width: 860px) {
  .schedule-row { padding: 18px 16px; row-gap: 10px; }
  .schedule-identity { grid-column: 1 / -1; grid-row: 2; grid-template-columns: minmax(0,1fr) 44px; }
  .schedule-identity .schedule-copy { width: 44px; }
  .schedule-id::before { content: 'Event ID: '; }
  .schedule-time { grid-column: 1 / -1; grid-row: 3; }
  .slot-pill { grid-column: 1 / -1; grid-row: 4; }
  .schedule-price { grid-column: 1; grid-row: 5; }
  .schedule-price::before { content: ''; }
  .schedule-actions { grid-column: 2; grid-row: 5; }
}

.schedule-controls { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 16px; }
.schedule-zone-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.schedule-zone-controls .schedule-timezone { margin: 0; font-size: .875rem; }
.schedule-row { min-height: 58px; padding-block: 7px; }
.schedule-head { min-height: 38px; }
.schedule-footer { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 12px 20px; padding: 12px 24px; }
.schedule-footer .schedule-pagination { border: 0; padding: 0; gap: 12px; }
.schedule-paging { display: flex; align-items: center; gap: 20px; }
.page-size { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .875rem; }
.page-size select { min-height: 44px; padding: 8px; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 8px; }
.schedule-pagination button { display: grid; place-items: center; width: 44px; padding: 0; font-size: 1.6rem; line-height: 1; background: rgba(255,152,50,.05); }
.schedule-pagination button:not(:disabled):hover { border-color: var(--orange); background: rgba(255,152,50,.12); }
.schedule-pagination span { min-width: 44px; text-align: center; font-variant-numeric: tabular-nums; }
.schedule-footer > a { font-size: .875rem; justify-self: end; text-align: right; }
@media (max-width: 860px) {
  .schedule-controls { justify-content: flex-start; }
  .schedule-row { padding-block: 14px; }
  .schedule-footer { padding: 12px 16px; gap: 12px; grid-template-columns: 1fr; justify-items: center; }
  .schedule-footer > a { justify-self: center; text-align: center; }
}

.schedule-filters { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.schedule-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; white-space: normal; font-variant-numeric: tabular-nums; }
.schedule-price-current { white-space: nowrap; }
.schedule-price del { color: var(--muted-2); font-size: .8125rem; white-space: nowrap; }
.schedule-filters select:disabled { color: var(--muted); opacity: .6; cursor: not-allowed; }
@media (max-width: 860px) {
  .schedule-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .schedule-filters .filter-raid, .schedule-filters .filter-timezone { grid-column: auto; }
}
@media (max-width: 520px) {
  .schedule-filters { grid-template-columns: 1fr; }
}

.service-board { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; align-items: stretch; }
.service-board .service-group { display: flex; flex-direction: column; gap: 28px; min-width: 0; padding: 32px 24px; }
.service-board .service-group:nth-child(2) { order: -1; }
.service-board .service-group-featured { border-color: var(--orange); box-shadow: 0 12px 40px rgba(0,0,0,.18); background: linear-gradient(180deg,rgba(255,152,50,.09),transparent 55%),#222227; }
.service-board .service-intro h3 { font-size: clamp(1.5rem,2vw,1.875rem); line-height: 1.25; }
.service-board .service-intro .eyebrow { font-size: .75rem; }
.service-board .service-metrics { gap: 16px; }
.service-board .service-metrics > span { font-size: .8125rem; }
.service-board .service-options { margin-top: auto; align-content: start; }
.service-board .service-option { grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding-block: 14px; }
.service-board .service-option > div { grid-column: 1 / -1; }
.service-board .service-option:first-child { padding-top: 0; }
.service-board .service-option:last-child { padding-bottom: 0; }
.service-board .service-option .gold-price { font-size: 1.25rem; flex-wrap: wrap; }
.service-board .service-option .gold-price small { font-size: .75rem; }
.service-board .full-clear-offer { margin-top: auto; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); gap: 10px; }
.service-board .full-clear-offer .gold-price { font-size: clamp(1.75rem,2.4vw,2.25rem); flex-wrap: wrap; }
.service-board .full-clear-offer .button { width: 100%; margin-top: 8px; }
@media (max-width: 1000px) {
  .service-board { grid-template-columns: 1fr; }
  .service-board .service-group { padding: 26px; }
  .service-board .service-options { margin-top: 0; }
}

.section-space[id] { scroll-margin-top: calc(24px - clamp(64px, 7vw, 104px)); }
.bonus-simple { padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(90deg,rgba(25,25,29,.97),rgba(25,25,29,.88)),url('./assets/coiled-altar-gameplay.webp') center / cover; }
.bonus-simple h2 { margin: 0 0 16px; font-size: clamp(2rem,3.5vw,3.25rem); line-height: 1.14; }
.bonus-lead { max-width: 850px; color: var(--muted); margin-bottom: 24px; font-size: 1.0625rem; }
.bonus-lead strong { color: var(--text); }
.bonus-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; list-style: none; margin: 0; padding: 24px 0; border-block: 1px solid var(--line); }
.bonus-steps li { display: flex; gap: 12px; }
.bonus-steps li > span { color: var(--orange); font-size: .875rem; padding-top: 3px; }
.bonus-steps h3 { font-size: 1.125rem; margin: 0 0 6px; }
.bonus-steps p { color: var(--muted); font-size: .9375rem; margin: 0; }
.bonus-weekly { margin: 22px 0; color: var(--muted); }
.bonus-weekly strong { color: var(--text); }
.bonus-bottom { display: flex; align-items: center; gap: 24px; }
.bonus-bottom .button { flex-shrink: 0; }
.bonus-bottom p { max-width: 610px; color: var(--muted-2); font-size: .8125rem; margin: 0; }
@media (max-width: 860px) {
  .bonus-simple { padding: 24px 20px; }
  .bonus-steps { grid-template-columns: 1fr; gap: 18px; }
  .bonus-bottom { flex-direction: column; align-items: stretch; gap: 14px; }
}
.bonus-upgrade { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.bonus-pitch h2 { margin: 0 0 20px; font-size: clamp(2rem,3.5vw,3.25rem); line-height: 1.14; }
.bonus-pitch > p:not(.eyebrow) { color: var(--muted); }
.bonus-pitch > p strong { color: var(--text); }
.bonus-pitch .button { margin: 4px 0 16px; }
.upgrade-proof { padding-left: 40px; border-left: 1px solid var(--line); }
.upgrade-levels { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.upgrade-levels > div { display: grid; gap: 5px; }
.upgrade-levels div > span { font-size: .75rem; letter-spacing: .07em; color: var(--muted); }
.upgrade-levels strong { font-size: clamp(3.5rem,6vw,5.5rem); font-weight: 780; line-height: 1.1; letter-spacing: -.06em; color: #d6b4ff; }
.upgrade-levels small { font-size: .875rem; color: var(--muted); }
.upgrade-arrow { color: var(--orange); font-size: 2rem; }
.upgrade-cost { padding-block: 20px; margin-block: 24px 16px; border-block: 1px solid var(--line); }
.upgrade-cost > strong { font-size: 1.25rem; }
.upgrade-cost p { margin: 8px 0 0; font-size: .9375rem; color: var(--muted); }
.upgrade-location { color: var(--muted); font-size: .9375rem; }
.bonus-upgrade .bonus-fine { margin: 0; font-size: .8125rem; line-height: 1.6; color: var(--muted-2); }
@media (max-width: 860px) {
  .bonus-upgrade { grid-template-columns: 1fr; gap: 28px; }
  .upgrade-proof { padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
