:root {
    --tour-navy: #06262d;
    --tour-blue: #004a59;
    --tour-cyan: #1ececa;
    --tour-magenta: #d41367;
    --tour-magenta-dark: #940d48;
    --tour-pink: #ff75ad;
    --tour-gold: #f5ce3e;
    --tour-ink: #313131;
    --tour-muted: #666666;
    --tour-mist: #f0f3f6;
    --tour-white: #ffffff;
}

.tour-awards { background: #fff; color: var(--tour-ink); overflow: hidden; }
.tour-awards-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.tour-awards h1,.tour-awards h2,.tour-awards h3 { letter-spacing: -.035em; }
.tour-awards h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.55rem); font-weight: 800; line-height: 1.12; }
.tour-awards p { line-height: 1.7; }
.tour-awards-overline { margin: 0 0 10px; color: var(--tour-cyan); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.tour-awards-hero { position: relative; isolation: isolate; min-height: 620px; display: grid; align-items: center; padding: 72px 0 82px; overflow: hidden; background: radial-gradient(circle at 10% 10%,rgba(30,206,202,.24),transparent 30%),linear-gradient(125deg,#06262d 0%,#004a59 55%,#0b626c 100%); color: #fff; }
.tour-awards-hero::after { content:""; position:absolute; z-index:-1; inset:auto -10% -160px 30%; height:310px; border-radius:50%; background:rgba(255,255,255,.06); transform:rotate(-8deg); }
.tour-awards-orb { position:absolute; z-index:-1; border-radius:50%; filter:blur(2px); }
.tour-awards-orb-one { width:260px; height:260px; right:5%; top:-70px; background:rgba(212,19,103,.28); }
.tour-awards-orb-two { width:180px; height:180px; left:-60px; bottom:20px; background:rgba(245,206,62,.18); }
.tour-awards-hero-grid { display:grid; grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr); gap:70px; align-items:center; }
.tour-awards-kicker { display:inline-flex; align-items:center; gap:8px; min-height:38px; padding:7px 14px; margin-bottom:24px; border:1px solid rgba(255,255,255,.22); border-radius:999px; background:rgba(255,255,255,.09); font-weight:700; font-size:.9rem; }
.tour-awards-kicker .material-symbols-outlined { color:var(--tour-gold); font-size:20px; }
.tour-awards-hero .tour-awards-overline { color:#7ee2dc; }
.tour-awards-hero h1 { max-width:760px; margin:0; font-size:clamp(2.75rem,5.4vw,5rem); font-weight:850; line-height:.96; }
.tour-awards-hero h1 span { display:block; color:var(--tour-pink); }
.tour-awards-lead { max-width:670px; margin:28px 0 30px; color:#dcebf3; font-size:clamp(1.08rem,2vw,1.28rem); }
.tour-awards-actions { display:flex; flex-wrap:wrap; gap:12px; }
.tour-awards-button { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:50px; padding:12px 20px; border:1px solid transparent; border-radius:13px; font-weight:800; text-decoration:none; transition:transform .18s ease,box-shadow .18s ease,background .18s ease; }
.tour-awards-button:hover { transform:translateY(-2px); }
.tour-awards-button:focus-visible,.tour-awards summary:focus-visible { outline:3px solid #ffbf47; outline-offset:3px; }
.tour-awards-button-primary { background:var(--tour-magenta); color:#fff; box-shadow:0 14px 30px rgba(212,19,103,.28); }
.tour-awards-button-primary:hover { background:var(--tour-magenta-dark); color:#fff; }
.tour-awards-button-ghost { border-color:rgba(255,255,255,.35); background:rgba(255,255,255,.08); color:#fff; }
.tour-awards-button-ghost:hover { background:rgba(255,255,255,.16); color:#fff; }
.tour-awards-button-outline { border-color:#a9bfcd; background:#fff; color:var(--tour-navy); }
.tour-awards-button-outline:hover { border-color:var(--tour-blue); color:var(--tour-blue); }
.tour-awards-date { display:flex; align-items:center; gap:12px; margin-top:30px; color:#dcebf3; }
.tour-awards-date>.material-symbols-outlined { color:var(--tour-gold); }
.tour-awards-date small,.tour-awards-date strong { display:block; }.tour-awards-date small { margin-bottom:2px; font-size:.77rem; letter-spacing:.08em; text-transform:uppercase; }.tour-awards-date strong { color:#fff; }

.tour-awards-stage { position:relative; min-height:460px; }
.tour-awards-medal { position:absolute; z-index:2; top:10px; right:4%; display:grid; place-items:center; width:260px; height:260px; border:1px solid rgba(255,255,255,.28); border-radius:50%; background:linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,255,255,.04)); box-shadow:inset 0 0 0 16px rgba(255,255,255,.04),0 35px 60px rgba(0,0,0,.25); backdrop-filter:blur(12px); }
.tour-awards-medal .material-symbols-outlined { position:absolute; top:52px; color:var(--tour-gold); font-size:58px; font-variation-settings:'FILL' 1; }.tour-awards-medal strong { margin-top:70px; font-size:5.3rem; line-height:1; }.tour-awards-medal small { margin-top:-24px; color:#bfe7ef; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.tour-awards-stage-card { position:absolute; z-index:3; right:15%; bottom:35px; width:min(330px,82%); padding:23px; border-radius:22px; background:#fff; color:var(--tour-ink); box-shadow:0 30px 65px rgba(0,0,0,.28); transform:rotate(-3deg); }.tour-awards-stage-card>.material-symbols-outlined { color:var(--tour-magenta); font-size:36px; }.tour-awards-stage-card p { margin:12px 0 0; color:var(--tour-muted); font-size:.77rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }.tour-awards-stage-card strong,.tour-awards-stage-card small { display:block; }.tour-awards-stage-card strong { margin:3px 0; font-size:1.35rem; }.tour-awards-stage-card small { color:var(--tour-muted); }
.tour-awards-ribbon { position:absolute; z-index:1; left:-15%; bottom:120px; width:130%; padding:11px 0; overflow:hidden; background:var(--tour-magenta); color:#fff; font-weight:850; letter-spacing:.15em; white-space:nowrap; transform:rotate(8deg); box-shadow:0 12px 25px rgba(0,0,0,.16); }

.tour-awards-intro { padding:60px 0; background:var(--tour-magenta); }.tour-awards-intro-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }.tour-awards-intro h2 { color:var(--tour-white); font-size:clamp(1.55rem,2.45vw,2.2rem); }.tour-awards-intro .tour-awards-overline { color:#ffe1ee; }.tour-awards-intro p:last-child { margin:0; color:#fff5f9; font-size:1.04rem; }
.tour-awards-section { padding:88px 0; }.tour-awards-section-heading { max-width:790px; margin-bottom:38px; }.tour-awards-section-heading>p:last-child { color:var(--tour-muted); font-size:1.05rem; }
.tour-awards-participation-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }.tour-awards-participation-card { display:grid; grid-template-columns:72px 1fr; gap:20px; padding:28px; border:1px solid #d9e5ec; border-radius:22px; background:#fff; box-shadow:0 18px 45px rgba(6,38,45,.08); }.tour-awards-participation-card>.material-symbols-outlined { display:grid; place-items:center; width:66px; height:66px; border-radius:18px; font-size:34px; }.tour-awards-participation-card.is-self>.material-symbols-outlined { background:#e5f8f5; color:#087b76; }.tour-awards-participation-card.is-nomination>.material-symbols-outlined { background:#fde9f2; color:var(--tour-magenta); }.tour-awards-participation-card small { color:var(--tour-muted); font-weight:800; text-transform:uppercase; letter-spacing:.08em; }.tour-awards-participation-card h3 { margin:5px 0 8px; font-size:1.18rem; font-weight:800; line-height:1.25; }.tour-awards-participation-card p { margin:0; color:var(--tour-muted); }

.tour-awards-categories { background:var(--tour-navy); color:#fff; }.tour-awards-section-heading.is-light .tour-awards-overline { color:#7ee2dc; }.tour-awards-section-heading.is-light h2 { color:#fff; }.tour-awards-category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }.tour-awards-category-card { position:relative; min-height:350px; padding:28px; border:1px solid rgba(255,255,255,.13); border-radius:22px; overflow:hidden; background:rgba(255,255,255,.07); }.tour-awards-category-card::after { content:""; position:absolute; right:-45px; bottom:-55px; width:155px; height:155px; border-radius:50%; opacity:.19; }.tour-awards-category-card.is-green::after { background:#45dec9; }.tour-awards-category-card.is-purple::after { background:#f66aaa; }.tour-awards-category-card.is-gold::after { background:var(--tour-gold); }.tour-awards-category-card>.material-symbols-outlined { display:grid; place-items:center; width:58px; height:58px; border-radius:17px; background:rgba(255,255,255,.11); color:var(--tour-gold); font-size:31px; }.tour-awards-category-card>p:first-of-type { margin:34px 0 10px; color:#7ee2dc; font-weight:850; }.tour-awards-category-card h3 { min-height:52px; margin:0 0 15px; color:#fff; font-size:1.22rem; font-weight:800; line-height:1.28; }.tour-awards-category-card p:last-child { margin:0; color:#ccdde7; }

.tour-awards-timeline { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin:0; padding:0; list-style:none; }.tour-awards-timeline li { position:relative; padding-right:25px; }.tour-awards-timeline li::before { content:""; position:absolute; top:23px; left:48px; right:0; height:2px; background:#c9dce6; }.tour-awards-timeline li:last-child::before { display:none; }.tour-awards-timeline li>span { position:relative; z-index:1; display:grid; place-items:center; width:48px; height:48px; margin-bottom:20px; border-radius:50%; background:var(--tour-blue); color:#fff; font-weight:850; box-shadow:0 0 0 7px #e5f3f8; }.tour-awards-timeline small { color:var(--tour-magenta); font-weight:800; }.tour-awards-timeline h3 { margin:7px 0; font-size:1.02rem; font-weight:800; line-height:1.3; }.tour-awards-timeline p { margin:0; color:var(--tour-muted); font-size:.93rem; }

.tour-awards-bases { background:var(--tour-mist); }.tour-awards-bases-grid { display:grid; grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr); gap:70px; align-items:start; }.tour-awards-bases-copy { position:sticky; top:120px; }.tour-awards-bases-copy>p { color:var(--tour-muted); }.tour-awards-note { display:flex; gap:12px; margin-top:25px; padding:18px; border-radius:16px; background:#fff7df; color:#664d00; }.tour-awards-note>.material-symbols-outlined { color:#ad7c00; }.tour-awards-note p { margin:0; font-size:.92rem; }
.tour-awards-accordion { display:grid; gap:12px; }.tour-awards-accordion details { border:1px solid #cfdee5; border-radius:16px; background:#fff; overflow:hidden; }.tour-awards-accordion summary { display:flex; align-items:center; gap:12px; min-height:68px; padding:16px 20px; cursor:pointer; color:var(--tour-navy); font-weight:800; list-style:none; }.tour-awards-accordion summary::-webkit-details-marker { display:none; }.tour-awards-accordion summary::after { content:"+"; margin-left:auto; font-size:1.5rem; font-weight:500; }.tour-awards-accordion details[open] summary::after { content:"−"; }.tour-awards-accordion summary>.material-symbols-outlined { color:var(--tour-magenta); }.tour-awards-accordion details>div { padding:0 22px 20px 54px; color:var(--tour-muted); }.tour-awards-accordion ul { margin:0; padding-left:18px; }.tour-awards-accordion li+li { margin-top:7px; }

.tour-awards-form-section { background:#fff; }.tour-awards-form-heading { display:flex; justify-content:space-between; gap:30px; align-items:center; margin-bottom:30px; }.tour-awards-form-heading>div:first-child { max-width:760px; }.tour-awards-form-heading p:last-child { color:var(--tour-muted); }.tour-awards-form-badge { display:flex; align-items:center; gap:11px; flex:0 0 auto; padding:14px 16px; border:1px solid #bfe3df; border-radius:14px; background:#ecfaf8; color:#17635f; }.tour-awards-form-badge>.material-symbols-outlined { font-size:28px; }.tour-awards-form-badge strong,.tour-awards-form-badge small { display:block; }.tour-awards-form-badge small { margin-top:2px; color:#47756f; }
.tour-awards-login-card { display:grid; grid-template-columns:72px minmax(0,1fr) auto; gap:20px; align-items:center; padding:26px; border:1px solid #d3e0e8; border-radius:22px; background:linear-gradient(120deg,#f4fbfc,#fff); box-shadow:0 18px 45px rgba(6,38,45,.08); }.tour-awards-login-icon { display:grid; place-items:center; width:66px; height:66px; border-radius:18px; background:var(--tour-navy); color:#fff; }.tour-awards-login-icon>.material-symbols-outlined { font-size:34px; }.tour-awards-login-card h3 { margin:0 0 6px; font-size:1.15rem; font-weight:800; line-height:1.3; }.tour-awards-login-card p { margin:0; color:var(--tour-muted); }.tour-awards-login-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:9px; }
.tour-awards-form-shell { border:1px solid #d5e2e9; border-radius:24px; background:#f5f8fb; box-shadow:0 22px 55px rgba(7,59,92,.1); overflow:hidden; }.tour-awards-form-shell .enc-page { padding-top:22px; }.tour-awards-form-shell .enc-hero { display:none; }.tour-awards-unavailable { display:flex; align-items:flex-start; gap:14px; padding:22px; border-radius:18px; background:#fff7df; color:#664d00; }.tour-awards-unavailable>.material-symbols-outlined { font-size:30px; }.tour-awards-unavailable p { margin:5px 0 0; }

@media (max-width: 980px) {
    .tour-awards-hero-grid,.tour-awards-bases-grid { grid-template-columns:1fr; }
    .tour-awards-stage { width:min(520px,100%); min-height:390px; margin-inline:auto; }
    .tour-awards-bases-copy { position:static; }
    .tour-awards-category-grid { grid-template-columns:1fr; }
    .tour-awards-category-card { min-height:auto; }
    .tour-awards-timeline { grid-template-columns:1fr 1fr; gap:32px 18px; }
    .tour-awards-timeline li::before { display:none; }
    .tour-awards-login-card { grid-template-columns:66px 1fr; }.tour-awards-login-actions { grid-column:1/-1; justify-content:flex-start; }
}

@media (max-width: 700px) {
    .tour-awards-container { width:min(100% - 28px,1180px); }
    .tour-awards-hero { min-height:auto; padding:55px 0 64px; }
    .tour-awards-hero-grid { gap:35px; }
    .tour-awards-hero h1 { font-size:clamp(2.5rem,12vw,3.65rem); }
    .tour-awards-stage { min-height:330px; }.tour-awards-medal { width:210px; height:210px; right:3%; }.tour-awards-medal .material-symbols-outlined { top:37px; }.tour-awards-medal strong { font-size:4.3rem; }.tour-awards-stage-card { right:5%; bottom:16px; }.tour-awards-ribbon { left:-28%; width:155%; bottom:95px; }
    .tour-awards-intro { padding:46px 0; }.tour-awards-intro-grid,.tour-awards-participation-grid { grid-template-columns:1fr; gap:24px; }
    .tour-awards-section { padding:64px 0; }.tour-awards-section-heading { margin-bottom:28px; }
    .tour-awards-timeline { grid-template-columns:1fr; }.tour-awards-timeline li { display:grid; grid-template-columns:48px 1fr; gap:15px; padding:0; }.tour-awards-timeline li>span { grid-row:1/3; margin:0; }
    .tour-awards-form-heading { align-items:flex-start; flex-direction:column; }.tour-awards-form-badge { width:100%; }
    .tour-awards-login-card { grid-template-columns:1fr; text-align:center; }.tour-awards-login-icon { margin-inline:auto; }.tour-awards-login-actions { justify-content:stretch; }.tour-awards-login-actions .tour-awards-button { width:100%; }
    .tour-awards-actions .tour-awards-button { width:100%; }
}

@media (prefers-reduced-motion: reduce) {
    .tour-awards-button { transition:none; }
    html { scroll-behavior:auto !important; }
}
