@font-face {
  font-family: 'Inspire';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://static-assets.bamgrid.com/fonts/inspire/Inspire-Regular.f2199f841165c4ddbafcf177da3ef974.woff2') format('woff2');
}
@font-face {
  font-family: 'Inspire';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://static-assets.bamgrid.com/fonts/inspire/Inspire-Bold.4ff15ddc93445342649194969715b0b5.woff2') format('woff2');
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inspire', 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #040714;
  color: #f9f9f9;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: #0063e5; text-decoration: none; }
a:hover { color: #1a78ff; }

.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(4, 7, 20, 0.92);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 14px clamp(16px, 3vw, 40px);
  display: flex; justify-content: space-between; align-items: center;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 24px; width: auto; }
.brand .disney-logo { filter: brightness(0) invert(1); }
.brand .sep { width: 1px; height: 20px; background: rgba(255,255,255,0.2); }
.brand .label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.topbar-links { display: flex; gap: 24px; }
.topbar-links a {
  color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 500; transition: color 0.2s;
}
.topbar-links a:hover { color: #fff; }
@media (max-width: 720px) { .topbar-links { display: none; } }

.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: flex-end;
  padding: 0 clamp(16px, 3vw, 40px) clamp(60px, 8vw, 100px);
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 160% 100% at 65% -10%, rgba(0,99,229,0.35) 0%, transparent 55%),
    radial-gradient(ellipse 80% 60% at 20% 80%, rgba(0,99,229,0.10) 0%, transparent 50%),
    #040714;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 40%, rgba(4,7,20,0.6) 100%);
}
.hero-fade { position: absolute; inset-inline: 0; bottom: 0; height: 200px;
  background: linear-gradient(transparent, #040714); }
.hero-content {
  position: relative; z-index: 1; max-width: 800px; padding-top: 160px;
}
.hero-logos { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; }
.hero-logos img:first-child { height: 44px; filter: brightness(0) invert(1); }
.hero-logos .sep { width: 1px; height: 32px; background: rgba(255,255,255,0.2); }
.hero-logos img:last-child { height: 20px; opacity: 0.7; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px;
}
.eyebrow::before { content: ''; width: 20px; height: 1px; background: #0063e5; }
.eyebrow span {
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: #0063e5;
}
h1 {
  font-size: clamp(48px, 7vw, 82px); font-weight: 900;
  line-height: 0.97; letter-spacing: -0.02em; margin: 0;
}
h1 .accent { color: #0063e5; }
.hero-sub {
  margin-top: 24px; font-size: 18px; color: #a8b3cf;
  max-width: 600px; line-height: 1.7;
}
.hero-meta {
  margin-top: 32px; display: flex; flex-wrap: wrap; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,0.35);
}

.section {
  padding: clamp(60px, 8vw, 100px) clamp(16px, 3vw, 40px);
  max-width: 1200px; margin: 0 auto;
}
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px;
}
.section-eyebrow::before { content: ''; width: 20px; height: 1px; background: #0063e5; }
.section-eyebrow span {
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: #0063e5;
}
.section h2 {
  font-size: clamp(32px, 4vw, 48px); font-weight: 900;
  letter-spacing: -0.02em; margin: 0 0 8px;
}
.section .subtitle { font-size: 17px; color: #a8b3cf; max-width: 600px; margin-bottom: 40px; }

.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.card {
  background: rgba(13, 21, 32, 0.8); border: 1px solid rgba(255,255,255,0.05);
  border-radius: 16px; padding: 28px; transition: border-color 0.3s;
}
.card:hover { border-color: rgba(0,99,229,0.3); }
.card-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: #0063e5; margin-bottom: 12px;
}
.card h3 { font-size: 18px; font-weight: 700; margin: 0 0 6px; }
.card p { font-size: 14px; color: #a8b3cf; margin: 0; line-height: 1.6; }
.card .meta {
  margin-top: 16px; font-size: 12px; color: rgba(168,179,207,0.5);
  display: flex; flex-wrap: wrap; gap: 12px;
}
.card .tag {
  display: inline-block; padding: 3px 10px; border-radius: 100px;
  font-size: 11px; font-weight: 600; background: rgba(0,99,229,0.15); color: #0063e5;
}
.card .tag.gold { background: rgba(249,200,70,0.15); color: #f9c846; }
.card .tag.coral { background: rgba(255,111,97,0.15); color: #ff6f61; }
.card .tag.green { background: rgba(52,211,153,0.15); color: #34d399; }

.timeline { position: relative; }
.timeline-day {
  margin-bottom: 48px;
}
.timeline-day h3 {
  font-size: 14px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #0063e5; margin: 0 0 16px;
  padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.timeline-item {
  display: flex; gap: 16px; padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.timeline-time {
  width: 100px; flex-shrink: 0; font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.4); padding-top: 2px;
}
.timeline-body h4 { font-size: 15px; font-weight: 600; margin: 0 0 4px; }
.timeline-body p { font-size: 13px; color: #a8b3cf; margin: 0; }

.cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 8px;
  background: #0063e5; color: #fff; font-weight: 700; font-size: 15px;
  transition: background 0.2s; border: none; cursor: pointer;
}
.cta-btn:hover { background: #1a78ff; color: #fff; }
.cta-outline {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 8px;
  background: transparent; color: #fff; font-weight: 600; font-size: 15px;
  border: 1px solid rgba(255,255,255,0.3); transition: all 0.2s; cursor: pointer;
}
.cta-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); color: #fff; }

.footer {
  background: #02040e; border-top: 1px solid rgba(255,255,255,0.05);
  padding: 48px clamp(16px, 3vw, 40px);
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px;
}
.footer-logos { display: flex; align-items: center; gap: 20px; }
.footer-logos img:first-child { height: 20px; filter: brightness(0) invert(1); opacity: 0.6; }
.footer-logos .sep { width: 1px; height: 16px; background: rgba(255,255,255,0.15); }
.footer-logos img:last-child { height: 16px; opacity: 0.35; }
.footer p { font-size: 11px; color: rgba(168,179,207,0.4); text-align: right; line-height: 1.7; margin: 0; }

.divider { height: 1px; background: rgba(255,255,255,0.04); margin: 0; border: none; }
