/* ==========================================================================
   Corporate Landing pages — Diplomatic, Aviation, Fleet, RFQ
   Complements main.css (dark + gold luxury design system)
   ========================================================================== */

/* ---------- Hero band ---------- */
.corp-hero {
  position: relative;
  padding: 3.5rem 0 3.2rem;
  background:
    radial-gradient(900px 320px at 85% -40px, rgba(201,162,39,0.16), transparent 60%),
    linear-gradient(180deg, #14161c 0%, #0b0c10 100%);
  border-bottom: 1px solid rgba(201,162,39,0.22);
}
.corp-hero .breadcrumbs { margin-bottom: 1.4rem; }
.corp-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #c9a227;
  margin-bottom: 0.7rem;
}
.corp-hero h1 { margin-bottom: 0.9rem; max-width: 900px; }
.corp-lead {
  color: #9aa0a6;
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 760px;
}
.corp-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 2rem; }

/* ---------- Body ---------- */
.corp-body { padding: 1px 0 4.5rem; }
.corp-body .entry-content { max-width: 1000px; }
.corp-body .entry-content p:last-child { margin-bottom: 0; }

/* ---------- Numbered sections ---------- */
.corp-section { margin-top: 4.2rem; }
.corp-section:first-child { margin-top: 3rem; }
.corp-section__head { display: flex; align-items: center; gap: 14px; margin-bottom: 1.6rem; }
.corp-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #c9a227;
  line-height: 1;
  min-width: 58px;
}
.corp-section__head h2 { margin: 0; font-size: clamp(1.4rem, 3vw, 2rem); }
.corp-section__head .corp-eyebrow { margin: 0 0 0.25rem; }

/* ---------- Feature cards ---------- */
.corp-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.corp-feature {
  background: #1b1e26;
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 2px solid rgba(201,162,39,0.55);
  border-radius: 8px;
  padding: 1.7rem 1.6rem;
  transition: transform 0.2s, border-color 0.2s;
}
.corp-feature:hover { transform: translateY(-4px); border-color: rgba(201,162,39,0.8); }
.corp-feature__icon { font-size: 1.7rem; color: #c9a227; margin-bottom: 0.9rem; }
.corp-feature h3 { font-size: 1.1rem; margin-bottom: 0.55rem; }
.corp-feature p { color: #9aa0a6; font-size: 0.94rem; margin: 0; }

/* ---------- Two-column blocks ---------- */
.corp-cols { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
.corp-cols h3 { font-size: 1.25rem; margin-bottom: 0.6rem; }
.corp-cols p { color: #9aa0a6; }
.corp-cols--stack { grid-column: 1 / -1; }

/* ---------- Gold checklists ---------- */
.corp-check { list-style: none; margin: 0; padding: 0; }
.corp-check li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #d5d5d5;
  line-height: 1.65;
}
.corp-check li::before {
  content: "\2713";
  position: absolute;
  left: 0; top: 1px;
  width: 1.3rem; height: 1.3rem;
  display: inline-flex; align-items: center; justify-content: center;
  color: #14161c;
  background: linear-gradient(135deg, #c9a227, #e3c65b);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
}
.corp-check li strong { color: #fff; }
.corp-check--grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }

/* ---------- Fleet spec cards ---------- */
.corp-spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.corp-spec {
  background: #1b1e26;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  overflow: hidden;
}
.corp-spec__tag {
  background: linear-gradient(135deg, #c9a227, #e3c65b);
  color: #14161c;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 0 0 10px 0;
}
.corp-spec__body { padding: 1.4rem 1.6rem 1.6rem; }
.corp-spec__name { font-family: "Playfair Display", Georgia, serif; font-size: 1.25rem; margin-bottom: 1.1rem; }
.corp-spec__rows { list-style: none; margin: 0; padding: 0; }
.corp-spec__rows li {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #9aa0a6; font-size: 0.92rem;
}
.corp-spec__rows li:last-child { border-bottom: 0; }
.corp-spec__rows b { color: #fff; text-align: right; font-weight: 600; }

/* ---------- Amenity chips ---------- */
.corp-amenities { display: flex; flex-wrap: wrap; gap: 12px; }
.corp-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0.7rem 1.2rem;
  background: #1b1e26;
  border: 1px solid rgba(201,162,39,0.35);
  border-radius: 999px;
  color: #e8e8e8;
  font-size: 0.92rem;
  font-weight: 500;
}
.corp-chip::before { content: "\2022"; color: #c9a227; }

/* ---------- SLA banner (RFQ) ---------- */
.corp-sla {
  display: flex; align-items: center; gap: 28px;
  padding: 2rem 2.2rem;
  margin: 3.2rem 0 2rem;
  background:
    radial-gradient(700px 200px at 100% 0, rgba(201,162,39,0.14), transparent 60%),
    #14161c;
  border: 1px solid rgba(201,162,39,0.4);
  border-left: 4px solid #c9a227;
  border-radius: 10px;
  flex-wrap: wrap;
}
.corp-sla__num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.4rem; font-weight: 700; line-height: 1; color: #c9a227;
  min-width: 130px;
}
.corp-sla__num small { font-size: 1.1rem; color: #9aa0a6; display: block; font-family: "Inter", sans-serif; letter-spacing: 0.1em; }
.corp-sla h2 { margin: 0 0 0.4rem; font-size: 1.5rem; }
.corp-sla p { color: #9aa0a6; margin: 0; max-width: 640px; }

/* ---------- Direct contact cards (RFQ) ---------- */
.corp-direct { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin: 1.8rem 0 2.6rem; }
.corp-direct__card {
  display: block;
  background: #1b1e26;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 1.6rem;
  color: #fff;
  transition: transform 0.2s, border-color 0.2s;
}
.corp-direct__card:hover { transform: translateY(-4px); border-color: rgba(201,162,39,0.6); color: #fff; }
.corp-direct__icon { display: block; font-size: 1.6rem; color: #c9a227; margin-bottom: 0.8rem; }
.corp-direct__card b { display: block; font-size: 1.05rem; margin-bottom: 0.3rem; color: #fff; }
.corp-direct__card span { color: #9aa0a6; font-size: 0.92rem; }

/* ---------- CF7 form panel (RFQ) ---------- */
.corp-form-wrap {
  margin: 2rem 0 3rem;
  padding: 2.2rem;
  background: #14161c;
  border: 1px solid rgba(201,162,39,0.3);
  border-radius: 12px;
}
.corp-form-wrap .wpcf7-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.corp-form-wrap label {
  display: block;
  font-size: 0.85rem;
  color: #9aa0a6;
  margin-bottom: 6px;
}
.corp-form-wrap input[type="text"],
.corp-form-wrap input[type="email"],
.corp-form-wrap input[type="tel"],
.corp-form-wrap input[type="url"],
.corp-form-wrap select,
.corp-form-wrap textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  background: #1b1e26;
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  border-radius: 4px;
  font-size: 0.95rem;
  font-family: inherit;
}
.corp-form-wrap input:focus, .corp-form-wrap select:focus, .corp-form-wrap textarea:focus {
  outline: none; border-color: #c9a227;
}
.corp-form-wrap [role="main"] { grid-column: 1 / -1; }
.corp-form-wrap .wpcf7-submit {
  background: linear-gradient(135deg, #c9a227, #e3c65b);
  color: #14161c;
  border: 0;
  border-radius: 4px;
  padding: 0.85rem 1.8rem;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: inherit;
  cursor: pointer;
  transition: filter 0.2s;
}
.corp-form-wrap .wpcf7-submit:hover { filter: brightness(1.08); }
.wpcf7-response-output { grid-column: 1 / -1; }

/* ---------- Bottom CTA strip ---------- */
.corp-cta-strip {
  margin-top: 4.2rem;
  padding: 3.4rem 0;
  background:
    radial-gradient(800px 260px at 12% 120%, rgba(201,162,39,0.12), transparent 60%),
    #14161c;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  text-align: center;
  overflow: hidden;
}
.corp-cta-strip h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0.3em 0; }
.corp-cta-strip .section__lead { max-width: 640px; margin: 0 auto 1.6rem; }
.corp-cta-strip .corp-actions { justify-content: center; margin-top: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  body { overflow-x: hidden; }
  .corp-hero { padding: 2.4rem 0 2.4rem; }
  .corp-cols { grid-template-columns: 1fr; gap: 26px; }
  .corp-check--grid { grid-template-columns: 1fr; }
  .corp-sla { padding: 1.6rem; }
  .corp-form-wrap { padding: 1.5rem 1.2rem; }
  .corp-spec__rows li { font-size: 0.86rem; }
}