/* ========== Marketing page shared styles (About / Contact) ========== */

.text-center { text-align: center; }

/* HERO */
.page-hero {
  background: linear-gradient(135deg, #096198 0%, #0a4d7a 60%, #08395c 100%);
  color: #fff;
  padding: 80px 24px 90px;
  position: relative;
  overflow: hidden;
}
.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(245,166,35,0.10);
  pointer-events: none;
}
.page-hero::before { width: 380px; height: 380px; top: -120px; right: -120px; }
.page-hero::after  { width: 260px; height: 260px; bottom: -120px; left: -80px; background: rgba(255,255,255,0.06); }
.page-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-hero__eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
  color: #f5a623;
  margin: 0 0 18px;
  padding: 6px 16px;
  border: 1px solid rgba(245,166,35,0.4);
  border-radius: 20px;
  background: rgba(245,166,35,0.08);
}
.page-hero__title {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 18px;
  letter-spacing: -0.5px;
}
.page-hero__subtitle {
  font-size: 19px;
  line-height: 1.55;
  margin: 0 auto 32px;
  max-width: 680px;
  color: #cfd9e3;
  font-weight: 300;
}
.page-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #f5a623;
  color: #0b2d44;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 32px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.page-hero__cta:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,0.32); }
.page-hero__cta-phone { font-size: 17px; }

@media (max-width: 700px) {
  .page-hero { padding: 56px 20px 64px; }
  .page-hero__title { font-size: 30px; }
  .page-hero__subtitle { font-size: 16px; }
}

/* STATS */
.stats {
  background: #ffffff;
  padding: 50px 24px;
  border-bottom: 1px solid #e3e9f0;
}
.stats__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-align: center;
}
.stats__number {
  font-size: 42px;
  font-weight: 700;
  color: #096198;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -1px;
}
.stats__label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #6b7a8a;
  font-weight: 700;
}
@media (min-width: 700px) { .stats__grid { grid-template-columns: repeat(4, 1fr); } }

/* CONTENT SECTIONS */
.content-section { padding: 70px 24px; background: #ffffff; }
.content-section--alt { background: #f5f7fa; }
.content-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.content-section__eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #f5a623;
  margin: 0 0 12px;
}
.content-section__title {
  font-size: 32px;
  line-height: 1.2;
  color: #0a4d7a;
  margin: 0 0 24px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.content-section p {
  color: #455564;
  line-height: 1.75;
  font-size: 16px;
  margin: 0 0 14px;
}
.content-section--split .content-section__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}
@media (min-width: 900px) {
  .content-section--split .content-section__inner {
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
  }
}

/* FEATURE GRID (icons) */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 40px;
}
.feature-card {
  background: #fff;
  border: 1px solid #e3e9f0;
  border-radius: 12px;
  padding: 28px 24px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(9,97,152,0.10);
  border-color: #cfd9e3;
}
.feature-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f0f6 0%, #f5e8d4 100%);
  margin-bottom: 16px;
  color: #096198;
}
.feature-card__icon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { color: #096198; font-size: 18px; margin: 0 0 8px; font-weight: 700; }
.feature-card p  { color: #6b7a8a; font-size: 15px; line-height: 1.6; margin: 0; }
@media (min-width: 700px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .feature-grid { grid-template-columns: repeat(3, 1fr); } }

/* VALUE CARDS (numbered) */
.value-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 40px;
}
.value-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 36px 28px 28px;
  border: 1px solid #e3e9f0;
  overflow: hidden;
}
.value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #096198 0%, #f5a623 100%);
}
.value-card__num {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #f5a623;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.value-card h3 { color: #0a4d7a; font-size: 22px; margin: 0 0 12px; font-weight: 700; }
.value-card p  { color: #455564; font-size: 15px; line-height: 1.7; margin: 0; }
@media (min-width: 768px) { .value-grid { grid-template-columns: repeat(3, 1fr); } }

/* NOTICE BLOCK */
.notice {
  background: #fff8ec;
  border-top: 1px solid #f5e0bd;
  border-bottom: 1px solid #f5e0bd;
  padding: 36px 24px;
}
.notice__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.notice__eyebrow {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 12px;
  font-weight: 700;
  color: #b07414;
  margin: 0 0 8px;
}
.notice p { color: #6b5530; font-size: 15px; line-height: 1.65; margin: 0; }

/* CTA BAND */
.cta-band {
  background: #096198;
  padding: 50px 24px;
  color: #fff;
  position: relative;
}
.cta-band::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(85%, 1100px);
  height: 1px;
  background: rgba(255,255,255,0.18);
}
.cta-band__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.cta-band__title { font-size: 26px; margin: 0 0 6px; font-weight: 700; line-height: 1.25; }
.cta-band__subtitle { margin: 0; color: #cfd9e3; font-size: 16px; }
.cta-band__btn {
  display: inline-block;
  background: #f5a623;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 32px;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transition: transform 0.2s, background 0.2s;
}
.cta-band__btn:hover { background: #e09416; color: #ffffff; transform: translateY(-2px); }
@media (min-width: 800px) {
  .cta-band__inner { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ========== CONTACT-SPECIFIC ========== */

.contact-section { padding: 60px 24px; background: #ffffff; }
.contact-section--alt { background: #f5f7fa; }
.contact-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 40px;
}
.contact-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 26px;
  border: 1px solid #e3e9f0;
  text-align: center;
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
}
.contact-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(9,97,152,0.10); }
.contact-card--featured {
  background: linear-gradient(135deg, #096198 0%, #0a4d7a 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 36px rgba(9,97,152,0.25);
}
.contact-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e8f0f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #096198;
}
.contact-card__icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.contact-card--featured .contact-card__icon { background: rgba(255,255,255,0.15); color: #f5a623; }
.contact-card h3 { color: #0a4d7a; font-size: 19px; margin: 0 0 10px; font-weight: 700; }
.contact-card p { color: #6b7a8a; font-size: 14px; line-height: 1.55; margin: 0 0 16px; }
.contact-card--featured h3 { color: #ffffff; }
.contact-card--featured p  { color: #cfd9e3; }
.contact-card__value {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #096198;
  margin-bottom: 16px;
  word-break: break-word;
}
.contact-card--featured .contact-card__value { color: #f5a623; font-size: 22px; }
.contact-card__btn {
  display: inline-block;
  background: #f5a623;
  color: #0b2d44;
  padding: 12px 24px;
  border-radius: 26px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-card__btn:hover { background: #e09416; }
@media (min-width: 800px) { .contact-cards { grid-template-columns: repeat(3, 1fr); } }

/* CONTACT FORM */
.contact-form-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  margin-top: 40px;
  align-items: start;
}
.contact-form-info h3 {
  color: #0a4d7a;
  font-size: 22px;
  margin: 0 0 12px;
  font-weight: 700;
}
.contact-form-info p { color: #455564; line-height: 1.7; margin: 0 0 18px; }
.contact-form-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-form-info li {
  padding: 10px 0 10px 28px;
  position: relative;
  color: #455564;
}
.contact-form-info li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  color: #f5a623;
  font-weight: 700;
}
.contact-form {
  background: #fff;
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(9,45,68,0.08);
  border: 1px solid #e3e9f0;
}
.contact-form .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b7a8a;
  margin-bottom: 6px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  background: #fafbfc;
  color: #222;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s, background 0.2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: #096198; background: #fff; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form button {
  width: 100%;
  background: #f5a623;
  color: #ffffff;
  border: none;
  padding: 15px 26px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s, transform 0.2s;
}
.contact-form button:hover { background: #e09416; color: #ffffff; transform: translateY(-1px); }
.form-success {
  display: none;
  margin-top: 18px;
  padding: 14px 18px;
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
  border-radius: 8px;
  font-size: 14px;
}
@media (min-width: 900px) {
  .contact-form-wrap { grid-template-columns: 1fr 1.3fr; gap: 50px; }
  .contact-form .row.two { grid-template-columns: 1fr 1fr; }
}
