/* TRiBECA SmartLaunch - Viatris Offer Custom Styles */

:root {
  --tribeca-navy: #0f2444;
  --tribeca-blue: #1a4a8a;
  --tribeca-gold: #c9a84c;
  --tribeca-light-blue: #4a90d9;
  --tribeca-teal: #0d7a6e;
  --tribeca-gray: #6c757d;
  --tribeca-light: #f4f7fb;
}

/* ---- GLOBAL ---- */
body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: #2c2c2c;
  background: #fff;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

/* ---- NAVBAR ---- */
.navbar-tribeca {
  background: var(--tribeca-navy);
  border-bottom: 3px solid var(--tribeca-gold);
}

.navbar-tribeca .navbar-brand {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.navbar-tribeca .navbar-brand span {
  color: var(--tribeca-gold);
}

.navbar-tribeca .nav-link {
  color: rgba(255,255,255,0.85) !important;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}

.navbar-tribeca .nav-link:hover,
.navbar-tribeca .nav-link.active {
  color: var(--tribeca-gold) !important;
}

/* ---- NAVBAR DROPDOWN ---- */
.navbar-tribeca .dropdown-menu {
  background: var(--tribeca-navy);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 8px;
  padding: 6px 0;
  min-width: 220px;
}

.navbar-tribeca .dropdown-item {
  color: rgba(255,255,255,0.85);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 8px 18px;
  transition: all 0.15s;
}

.navbar-tribeca .dropdown-item:hover,
.navbar-tribeca .dropdown-item:focus {
  background: rgba(201,168,76,0.15);
  color: var(--tribeca-gold);
}

/* ---- HERO ---- */
.hero-section {
  background: linear-gradient(135deg, var(--tribeca-navy) 0%, var(--tribeca-blue) 60%, #1e6ba8 100%);
  color: #fff;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(74,144,217,0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201,168,76,0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.hero-tagline {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-tagline span {
  color: var(--tribeca-gold);
}

.hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  margin-top: 1rem;
}

/* ---- SECTION HEADERS ---- */
.section-header {
  padding: 60px 0 40px;
}

.section-header .label {
  color: var(--tribeca-gold);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}

.section-header h2 {
  font-size: 2.2rem;
  color: var(--tribeca-navy);
}

.section-header p {
  color: var(--tribeca-gray);
  font-size: 1.05rem;
  max-width: 700px;
}

.divider-gold {
  width: 60px;
  height: 4px;
  background: var(--tribeca-gold);
  margin: 1rem 0;
}

/* ---- CARDS ---- */
.feature-card {
  border: 1px solid #e5eaf2;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
  background: #fff;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15,36,68,0.12);
}

.feature-card .icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--tribeca-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.feature-card .icon-box i {
  font-size: 1.5rem;
  color: var(--tribeca-blue);
}

.feature-card h5 {
  color: var(--tribeca-navy);
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.feature-card p {
  color: var(--tribeca-gray);
  font-size: 0.9rem;
  margin: 0;
}

/* ---- STAT BOXES ---- */
.stat-box {
  text-align: center;
  padding: 30px 20px;
}

.stat-box .number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--tribeca-gold);
  line-height: 1;
}

.stat-box .label {
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

/* ---- BENEFIT ITEM ---- */
.benefit-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.benefit-item .bi {
  font-size: 1.4rem;
  color: var(--tribeca-gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.benefit-item h6 {
  color: var(--tribeca-navy);
  font-weight: 700;
  margin-bottom: 4px;
}

.benefit-item p {
  color: var(--tribeca-gray);
  font-size: 0.9rem;
  margin: 0;
}

/* ---- QUOTE ---- */
.quote-box {
  background: var(--tribeca-light);
  border-left: 5px solid var(--tribeca-gold);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  font-style: italic;
  color: var(--tribeca-navy);
  font-size: 1.05rem;
}

.quote-box cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 0.85rem;
  color: var(--tribeca-gray);
  font-weight: 600;
}

/* ---- TIMELINE ---- */
.timeline-step {
  position: relative;
  padding-left: 50px;
  margin-bottom: 36px;
}

.timeline-step::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 36px;
  bottom: -36px;
  width: 2px;
  background: #e0e7f0;
}

.timeline-step:last-child::before {
  display: none;
}

.timeline-step .step-dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--tribeca-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.timeline-step h6 {
  font-weight: 700;
  color: var(--tribeca-navy);
  margin-bottom: 4px;
}

.timeline-step p {
  color: var(--tribeca-gray);
  font-size: 0.9rem;
  margin: 0;
}

/* ---- BADGE PILL ---- */
.pill {
  display: inline-block;
  background: var(--tribeca-light);
  border: 1px solid #cdd8ea;
  color: var(--tribeca-navy);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  margin: 3px;
}

/* ---- DARK SECTION ---- */
.section-dark {
  background: var(--tribeca-navy);
  color: #fff;
}

.section-dark h2, .section-dark h3 {
  color: #fff;
}

.section-dark p {
  color: rgba(255,255,255,0.75);
}

/* ---- GOLD SECTION ---- */
.section-gold {
  background: var(--tribeca-gold);
  color: var(--tribeca-navy);
}

/* ---- PAGE HEADER ---- */
.page-header {
  background: linear-gradient(135deg, var(--tribeca-navy) 0%, var(--tribeca-blue) 100%);
  color: #fff;
  padding: 60px 0 50px;
  margin-bottom: 0;
}

.page-header .label {
  color: var(--tribeca-gold);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.page-header h1 {
  font-size: 2.6rem;
  font-weight: 800;
}

.page-header p {
  color: rgba(255,255,255,0.8);
  font-size: 1.1rem;
}

/* ---- FOOTER ---- */
footer {
  background: var(--tribeca-navy);
  color: rgba(255,255,255,0.6);
  padding: 32px 0;
  font-size: 0.85rem;
}

footer .brand {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

footer .brand span {
  color: var(--tribeca-gold);
}

footer a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}

footer a:hover {
  color: var(--tribeca-gold);
}

/* ---- WORLD MAP PLACEHOLDER ---- */
.world-map-placeholder {
  background: var(--tribeca-light);
  border-radius: 12px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}

/* ---- TABLE FEATURE ---- */
.feature-table td {
  vertical-align: middle;
  padding: 12px 16px;
}

.feature-table td:first-child {
  font-weight: 600;
  color: var(--tribeca-navy);
}

/* ---- CTA SECTION ---- */
.cta-section {
  background: linear-gradient(135deg, var(--tribeca-blue) 0%, var(--tribeca-navy) 100%);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.cta-section h2 {
  color: #fff;
  font-size: 2.2rem;
}

.cta-section p {
  color: rgba(255,255,255,0.8);
  font-size: 1.1rem;
}

.btn-gold {
  background: var(--tribeca-gold);
  color: var(--tribeca-navy);
  font-weight: 700;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 1rem;
  transition: background 0.2s, transform 0.2s;
}

.btn-gold:hover {
  background: #b8963f;
  color: var(--tribeca-navy);
  transform: translateY(-2px);
}

.btn-outline-light-custom {
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
  background: transparent;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s;
}

.btn-outline-light-custom:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255,255,255,0.1);
}

/* ---- SETUP BOX ---- */
.setup-box {
  background: var(--tribeca-light);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
}

.setup-box h5 {
  color: var(--tribeca-navy);
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.setup-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.setup-box ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  color: var(--tribeca-gray);
  font-size: 0.9rem;
}

.setup-box ul li::before {
  content: '✓';
  color: var(--tribeca-teal);
  font-weight: 700;
  flex-shrink: 0;
}

/* ---- WEEK TIMELINE ---- */
.week-timeline {
  display: flex;
  gap: 0;
  overflow-x: auto;
  margin: 30px 0;
}

.week-col {
  flex: 1;
  min-width: 120px;
  text-align: center;
}

.week-col .week-label {
  background: var(--tribeca-navy);
  color: var(--tribeca-gold);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 4px;
  border-right: 1px solid rgba(255,255,255,0.15);
}

.week-col .week-content {
  background: var(--tribeca-light);
  min-height: 100px;
  padding: 10px 6px;
  font-size: 0.8rem;
  border-right: 1px solid #d8e2ef;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.phase-bar {
  background: var(--tribeca-blue);
  color: #fff;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 0.75rem;
  text-align: center;
}

.phase-bar.gold {
  background: var(--tribeca-gold);
  color: var(--tribeca-navy);
}

.phase-bar.teal {
  background: var(--tribeca-teal);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-tagline { font-size: 2rem; }
  .page-header h1 { font-size: 1.8rem; }
  .section-header h2 { font-size: 1.6rem; }
}
