* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: Georgia, 'Times New Roman', serif;
  color: #1a1a2e;
  background: #fff;
  line-height: 1.8;
  font-size: 17px;
}
.blog-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
.blog-eyebrow {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a7a6e;
  margin-bottom: 16px;
}
h1 {
  font-size: clamp(26px, 5vw, 38px);
  line-height: 1.2;
  font-weight: normal;
  color: #0f172a;
  margin-bottom: 20px;
}
.blog-meta {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e2e8f0;
}
.blog-intro {
  font-size: 19px;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 36px;
  font-style: italic;
}
p { margin-bottom: 20px; color: #374151; }
h2 {
  font-size: clamp(20px, 3.5vw, 26px);
  font-weight: normal;
  color: #0f172a;
  margin: 48px 0 16px;
  padding-top: 16px;
  border-top: 2px solid #1a7a6e;
}
h3 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 32px 0 10px;
  letter-spacing: 0.02em;
}

/* Quick links */
.quick-links {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 28px 0;
  background: #f8fafc;
}
.quick-links .ql-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 14px;
}
.quick-links .ql-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.quick-links a.ql-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  padding: 9px 14px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a !important;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.quick-links a.ql-btn:hover { border-color: #1a7a6e; box-shadow: 0 0 0 2px #d1fae5; }
.quick-links .ql-note {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

/* Tip box */
.tip-box {
  background: #f0fdf9;
  border-left: 4px solid #1a7a6e;
  padding: 18px 22px;
  margin: 28px 0;
  border-radius: 0 8px 8px 0;
}
.tip-box .tip-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1a7a6e;
  margin-bottom: 8px;
}
.tip-box p { margin: 0; font-size: 15px; color: #134e4a; }

/* Tables */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 24px 0; }
.table-scroll .airport-table,
.table-scroll .cost-table { margin: 0; }

.airport-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}
.airport-table th {
  background: #0f172a;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.airport-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e2e8f0;
  color: #374151;
  vertical-align: top;
}
.airport-table tr:nth-child(even) td { background: #f8fafc; }
.airport-table tr:last-child td { border-bottom: none; }

.cost-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
}
.cost-table th {
  background: #1a7a6e;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.cost-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e2e8f0;
  color: #374151;
  vertical-align: top;
}
.cost-table tr:nth-child(even) td { background: #f8fafc; }
.cost-table .total-row td {
  font-weight: 700;
  background: #f0fdf9;
  color: #0f172a;
  border-top: 2px solid #1a7a6e;
  border-bottom: none;
}

/* Site cards */
.site-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 22px 24px;
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.site-card .site-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.site-card .site-icon.flights { background: #eff6ff; }
.site-card .site-icon.cars { background: #f0fdf9; }
.site-card .site-body { flex: 1; }
.site-card .site-name {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}
.site-card .site-desc {
  font-size: 14px;
  color: #64748b;
  margin: 0 0 10px;
  line-height: 1.6;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.site-card a.site-link {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1a7a6e;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.site-card a.site-link:hover { text-decoration: underline; }

/* Internal links */
.internal-links {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 48px 0 32px;
}
.internal-links .il-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 16px;
}
.internal-links ul { list-style: none; padding: 0; margin: 0; }
.internal-links ul li { margin-bottom: 10px; }
.internal-links ul li::before { content: "→ "; color: #1a7a6e; font-weight: 700; }
.internal-links ul li a {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  color: #1a7a6e;
  text-decoration: none;
  font-weight: 600;
}
.internal-links ul li a:hover { text-decoration: underline; }

/* FAQ */
.faq-section { margin: 48px 0; }
.faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 20px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-q {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  line-height: 1.4;
}
.faq-a { font-size: 15px; color: #374151; line-height: 1.7; margin: 0; }

/* Final CTA */
.final-cta {
  background: linear-gradient(135deg, #0f172a 0%, #1a2744 100%);
  border-radius: 12px;
  padding: 32px 28px;
  margin: 40px 0;
  text-align: center;
}
.final-cta .cta-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a7a6e;
  margin-bottom: 10px;
}
.final-cta p { color: #cbd5e1; font-size: 15px; margin-bottom: 20px; }
.final-cta a.btn-direct {
  display: inline-block;
  background: #1a7a6e;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 8px;
  letter-spacing: 0.04em;
}

/* Disclaimer */
.disclaimer {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  color: #94a3b8;
  border-top: 1px solid #e2e8f0;
  padding-top: 24px;
  margin-top: 48px;
  line-height: 1.6;
}

@media (max-width: 520px) {
  .site-card { flex-direction: column; gap: 12px; }
  .airport-table, .cost-table { font-size: 13px; }
  .airport-table th, .airport-table td,
  .cost-table th, .cost-table td { padding: 8px 10px; }
  .quick-links .ql-row { flex-direction: column; }
  .quick-links a.ql-btn { white-space: normal; }
}
