@import url("glacierair-landing.css");

:root {
  --color-accent: #0055ff;
  --color-accent-dark: #003fcc;
  --color-highlight: #0055ff;
  --color-blue-bg: #eaf1ff;
}

.hero-bullets {
  list-style: none;
  text-align: left;
  max-width: 560px;
  margin: 0 auto 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-bullets li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14.5px;
  line-height: 1.4;
  color: var(--color-text-muted);
}
.hero-bullets .ico {
  flex: 0 0 28px;
  font-size: 22px;
  line-height: 1.2;
}
.hero-bullets strong {
  display: block;
  color: var(--color-text);
  font-size: 15px;
  margin-bottom: 2px;
}

.stock-pill {
  display: inline-block;
  background: #fff3f0;
  color: #e2231a;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.secure-line {
  text-align: center;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--color-text-muted);
  margin: 16px 0 10px;
  text-transform: uppercase;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 8px 0 8px;
}
.trust-card {
  background: var(--color-bg-alt);
  border-radius: var(--radius);
  padding: 16px 12px;
  text-align: center;
}
.trust-card .ico { font-size: 24px; margin-bottom: 6px; }
.trust-card h4 { font-size: 13.5px; font-weight: 800; margin-bottom: 4px; }
.trust-card p { font-size: 12px; color: var(--color-text-muted); line-height: 1.35; }

.pieces-left {
  text-align: center;
  font-weight: 800;
  color: #e2231a;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.warn-box {
  background: #fff8e6;
  border: 1px solid #f5d07a;
  border-radius: var(--radius);
  padding: 16px 18px;
  margin-bottom: 16px;
}
.warn-box h3 { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.warn-box p { font-size: 14px; color: var(--color-text-muted); }

.mid-cta-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-muted);
  margin-top: 12px;
}

.faq-lead {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 14.5px;
  margin: -8px auto 18px;
  max-width: 480px;
}

.bottom-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 8px 0 36px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
}

@media (min-width: 960px) {
  .hero-bullets { margin-left: 0; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .secure-line { text-align: left; }
  .stock-pill { display: inline-block; }
}
