.tph-hub {
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px 16px 24px;
  box-sizing: border-box;
}

.tph-module {
  margin: 24px auto 30px;
  color: #252525;
}

.tph-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: #1D9771;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.tph-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
}

.tph-section-head h2,
.tph-section-head h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

.tph-section-head p {
  max-width: 470px;
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.tph-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid #dde7ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 42, 63, 0.1);
}

.tph-hero-copy {
  padding: 28px;
  background: linear-gradient(135deg, #f5fbf9 0%, #fff 58%);
}

.tph-hero-copy h2 {
  margin: 0 0 12px;
  color: #172d3d;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.15;
}

.tph-hero-copy p {
  margin: 0 0 20px;
  color: #454545;
  font-size: 17px;
  line-height: 1.58;
}

.tph-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border: 2px solid #1866B4;
  border-radius: 999px;
  background: #1866B4;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.tph-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
}

.tph-btn.is-outline {
  background: #fff;
  color: #1866B4;
}

.tph-btn.is-outline:hover {
  background: #f0f7ff;
  color: #124d87;
}

.tph-preview {
  padding: 24px;
  background: #16364b;
  color: #fff;
}

.tph-preview-shell {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
}

.tph-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.tph-preview-label {
  color: rgba(255,255,255,0.78);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.tph-preview-total {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.tph-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 14px 16px 4px;
}

.tph-scenario {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 10px;
  background: rgba(255,255,255,0.08);
}

.tph-scenario strong {
  display: block;
  margin: 0 0 5px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.tph-scenario span {
  display: block;
  color: rgba(255,255,255,0.76);
  font-size: 12px;
  line-height: 1.25;
}

.tph-cost-bars {
  padding: 12px 16px 18px;
}

.tph-bar {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  color: rgba(255,255,255,0.84);
  font-size: 12px;
  font-weight: 700;
}

.tph-bar-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
}

.tph-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #5dd2a6;
}

.tph-quick-grid,
.tph-card-grid,
.tph-airport-grid,
.tph-check-grid {
  display: grid;
  gap: 14px;
}

.tph-quick-grid {
  grid-template-columns: repeat(5, 1fr);
}

.tph-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tph-airport-grid {
  grid-template-columns: repeat(5, 1fr);
}

.tph-check-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tph-mini-card,
.tph-lever-card,
.tph-island-card,
.tph-action-card,
.tph-airport-card,
.tph-check-card {
  display: block;
  min-width: 0;
  height: 100%;
  padding: 16px;
  border: 1px solid #e2e7eb;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  box-sizing: border-box;
  text-decoration: none;
}

.tph-mini-card {
  border-top: 4px solid #1D9771;
  padding: 14px;
}

.tph-mini-card i,
.tph-lever-card i,
.tph-action-card i,
.tph-check-card i {
  color: #1866B4;
  font-size: 20px;
}

.tph-mini-card strong,
.tph-lever-card strong,
.tph-island-card strong,
.tph-action-card strong,
.tph-airport-card strong,
.tph-check-card strong {
  display: block;
  margin: 8px 0 6px;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.tph-mini-card span,
.tph-lever-card span,
.tph-island-card span,
.tph-action-card span,
.tph-airport-card span,
.tph-check-card span {
  display: block;
  color: #575757;
  font-size: 13px;
  line-height: 1.45;
}

.tph-card-cta {
  margin-top: 10px;
  color: #1866B4;
  font-size: 13px;
  font-weight: 800;
}

.tph-lever-card:hover,
.tph-island-card:hover,
.tph-action-card:hover,
.tph-airport-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  text-decoration: none;
}

.tph-island-card {
  position: relative;
  overflow: hidden;
  padding-top: 18px;
}

.tph-island-card::before,
.tph-airport-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--tph-accent, #1D9771);
}

.tph-island-card i,
.tph-airport-card i {
  color: var(--tph-accent, #1D9771);
  font-size: 24px;
}

.tph-action-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.tph-action-card {
  border-top: 4px solid var(--tph-accent, #1866B4);
}

.tph-map-module {
  max-width: 960px;
  margin: 28px auto;
  padding: 18px 18px 10px;
  border: 1px solid #e4e9f0;
  border-radius: 8px;
  background: #f8fbfd;
  box-sizing: border-box;
}

.tph-airport-card {
  position: relative;
  padding-top: 18px;
}

.tph-airport-card .tph-airport-code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--tph-accent, #1866B4);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.tph-airport-links {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.tph-airport-links a {
  flex: 1 1 0;
  padding: 8px 7px;
  border-radius: 7px;
  background: #f3f7fa;
  color: #1866B4;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.tph-airport-links a:hover {
  background: var(--tph-accent, #1866B4);
  color: #fff;
  text-decoration: none;
}

.tph-widget-wrap .hg-tfw {
  margin-top: 12px;
  margin-bottom: 12px;
}

.tph-anchor-title {
  max-width: 1000px;
  margin: 30px auto 18px;
  padding: 0 16px;
  text-align: center;
  box-sizing: border-box;
}

.tph-anchor-title h2 {
  margin: 0 0 8px;
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.tph-anchor-title p {
  max-width: 680px;
  margin: 0 auto;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .tph-hero-card {
    grid-template-columns: 1fr;
  }

  .tph-quick-grid,
  .tph-card-grid,
  .tph-action-grid,
  .tph-airport-grid,
  .tph-check-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .tph-hub {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tph-section-head {
    display: block;
  }

  .tph-section-head h2,
  .tph-section-head h3 {
    font-size: 23px;
  }

  .tph-section-head p {
    margin-top: 8px;
    font-size: 14px;
  }

  .tph-hero-copy,
  .tph-preview {
    padding: 20px;
  }

  .tph-hero-copy h2 {
    font-size: 25px;
  }

  .tph-hero-copy p {
    font-size: 15px;
  }

  .tph-scenario-grid,
  .tph-quick-grid,
  .tph-card-grid,
  .tph-action-grid,
  .tph-airport-grid,
  .tph-check-grid {
    grid-template-columns: 1fr;
  }

  .tph-bar {
    grid-template-columns: 76px minmax(0, 1fr) 46px;
  }
}
