/* ===== LANDING PAGES ===== */

/* ---- Landing Header ---- */
.landing-header {
  background: #0a1628;
  padding: 16px 0;
}

.landing-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.landing-header .block {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.landing-header .text-formatted::after {
  content: "";
  display: table;
  clear: both;
}

.landing-logo {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  line-height: 40px;
}

.landing-logo:hover {
  color: #fff;
  text-decoration: none;
}

.landing-phone {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  line-height: 40px;
}

.landing-phone:hover {
  color: #fff;
  text-decoration: none;
}

/* ---- Landing Footer ---- */
.landing-footer {
  background: #0a1628;
  color: #cbd5e1;
  padding: 40px 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.landing-footer .block {
  margin: 0;
  padding: 0;
  border: none;
}

.landing-footer p {
  font-size: 14px;
  margin: 0;
}

.landing-footer a {
  color: #cbd5e1;
  text-decoration: none;
}

.landing-footer a:hover {
  color: #fff;
}

/* ---- Landing Hero ---- */
.landing-hero {
  color: #fff;
  padding: 60px 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.landing-hero > .paragraph__column {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.landing-hero .paragraph {
  margin-bottom: 0;
}

.landing-hero h1 {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
}

.landing-hero p {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.landing-hero--blue {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
}

.landing-hero--navy {
  background: linear-gradient(135deg, #0a1628 0%, #1a2942 100%);
}

/* ---- Content Grid (2-column layout) ---- */
.landing-content {
  padding: 60px 0;
  font-family: 'Inter', sans-serif;
}

.landing-content .paragraph {
  margin-bottom: 0;
}

/* The div_wrapper adds a .paragraph__column child — make that the grid container */
.content-grid > .paragraph__column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  padding-left: 24px !important;
  padding-right: 24px !important;
  max-width: 1200px;
  margin: 0 auto;
}

.content-grid--wider-form > .paragraph__column {
  grid-template-columns: 1fr 1.2fr;
}

/* Zero out paragraph__column padding on children inside the grid */
.content-grid .paragraph > .paragraph__column {
  padding: 0 !important;
}

/* ---- Benefits / Info Side ---- */
.landing-info h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  color: #0a1628;
  margin-bottom: 16px;
  line-height: 1.2;
}

.landing-info > p {
  color: #475569;
  margin-bottom: 32px;
}

.benefit-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.benefit-item .benefit-icon {
  width: 48px;
  height: 48px;
  background: #1e40af;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-item .benefit-icon svg {
  fill: #fff;
}

.benefit-text h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 4px;
}

.benefit-text p {
  font-size: 14px;
  color: #475569;
}

/* Service items (quote page) */
.service-options h3 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  border-left: 4px solid #1e40af;
}

.service-item svg {
  fill: #1e40af;
  flex-shrink: 0;
  margin-top: 2px;
}

.service-item-text h4 {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0a1628;
  margin-bottom: 2px;
}

.service-item-text p {
  font-size: 13px;
  color: #475569;
}

/* Trust signals / contract vehicles */
.trust-signals {
  margin-top: 32px;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
}

.trust-signals h4,
.contract-vehicles h3 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trust-badges,
.vehicle-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.trust-badge,
.vehicle-badge {
  padding: 8px 16px;
  background: #f8fafc;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.vehicle-badge {
  border: 1px solid #e2e8f0;
}

/* ---- Form Side ---- */
.form-container {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: 'Inter', sans-serif;
}

.form-container h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  color: #0a1628;
  margin-bottom: 8px;
  line-height: 1.2;
}

.form-container > .paragraph__column > p,
.form-container > p {
  font-size: 14px;
  color: #475569;
  margin-bottom: 24px;
}

/* ---- Webform Styling ---- */
.form-container .js-form-item {
  margin-bottom: 20px;
}

.form-container label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
}

.form-container .form-required::after {
  color: #d97706;
}

/* Override Bootstrap mb-3 on form items */
.form-container .js-form-item.mb-3 {
  margin-bottom: 20px !important;
}

.form-container input.form-control,
.form-container select.form-select,
.form-container textarea.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s;
  background: #fff;
  height: auto;
}

.form-container input.form-control:focus,
.form-container select.form-select:focus,
.form-container textarea.form-control:focus {
  outline: none;
  border-color: #1e40af;
  box-shadow: none;
}

/* Two-column form rows */
.form-container .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-container .form-row > .js-form-item {
  margin-bottom: 20px;
}

/* Submit button — override Bootstrap .btn.btn-primary.form-control */
.form-container .webform-button--submit.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  font-family: 'Inter', sans-serif;
  background: #1e40af;
  color: #fff;
  box-shadow: none;
}

.form-container .webform-button--submit.btn:hover {
  background: #2563eb;
  color: #fff;
}

/* Gold submit variant for quote page */
.content-grid--wider-form .form-container .webform-button--submit.btn {
  background: #d97706;
}

.content-grid--wider-form .form-container .webform-button--submit.btn:hover {
  background: #f59e0b;
}

/* Webform actions wrapper */
.form-container .form-actions {
  margin-top: 4px;
}

/* Privacy note under webform */
.form-container .form-note {
  font-size: 12px;
  color: #475569;
  margin-top: 16px;
  text-align: center;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .content-grid > .paragraph__column,
  .content-grid--wider-form > .paragraph__column {
    grid-template-columns: 1fr;
  }

  .form-container .form-row {
    grid-template-columns: 1fr;
  }

  .landing-hero h1 {
    font-size: 1.8rem;
  }

  .form-container {
    padding: 24px;
  }
}

