/* ============================================================
   KALUM KABS — home.css
   Homepage-specific styles. Loaded ONLY on is_front_page().
   Do NOT import into global.css.
   ============================================================ */


/* ============================================================
   HOME HERO SECTION
   ============================================================ */

.home-hero {
  position: relative;
  z-index: 2; /* ensures hero + its card children paint above the About section */
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  overflow: visible; /* cards at bottom extend below the hero edge */
  /* No overlays — uploaded image already contains required treatment */
}

/* Main two-column area */
.home-hero__main {
  padding-top: calc(var(--site-header-full-height) + 60px);
  padding-bottom: 60px;
}

/* Two-column grid: content left, form right */
.home-hero__grid {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 48px;
  align-items: start;
}

/* ── LEFT: CONTENT ── */

.home-hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px;
  max-width: 100%;
}

/* Badge */
.home-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.30);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  width: fit-content;
}

/* Tagline */
.home-hero__tagline {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #D6B54A;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
}

/* Main H1 */
.home-hero__heading {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}

.home-hero__heading .hero-highlight {
  color: #D6B54A;
  font-weight: 700;
}

/* Description */
.home-hero__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.90);
  margin: 0;
  max-width: 540px;
}

/* ── RIGHT: FORM CARD ── */

.home-hero__form-card {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 36px 32px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.20), 0 8px 20px rgba(0,0,0,0.10);
  width: 100%;
}

.home-hero__form-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #071B2E;
  margin: 0 0 24px;
}

/* ── FORM GRID LAYOUT ── */

.khero-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}

.khero-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Full-width group (submit button) */
.khero-form-group--full {
  grid-column: 1 / -1;
}

/* Label */
.khero-label {
  display: block;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748B;
}

/* Input wrapper — positions the icon */
.khero-input-wrap {
  position: relative;
  display: block;
}

/* Icon via CSS ::before — all icon types */
.khero-input-wrap::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.khero-input-wrap--user::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.khero-input-wrap--email::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

.khero-input-wrap--service::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='3' width='15' height='13'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5'/%3E%3C/svg%3E");
}

.khero-input-wrap--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 9.81a19.79 19.79 0 01-3.07-8.67A2 2 0 012 1h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.09 8.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E");
}

.khero-input-wrap--location::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.khero-input-wrap--date::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

.khero-input-wrap--time::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
}

.khero-input-wrap--passengers::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75'/%3E%3C/svg%3E");
}

.khero-input-wrap--luggage::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='7' width='20' height='14' rx='2'/%3E%3Cpath d='M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2'/%3E%3C/svg%3E");
}

/* Base input / select */
.khero-input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 40px;
  border: 1px solid #D1D5DB;
  border-radius: 24px;
  background: #FFFFFF;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #071B2E;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: border-color 0.2s ease;
  display: block;
}

.khero-input::placeholder {
  color: #9CA3AF;
}

.khero-input:focus {
  border-color: #071B2E;
  box-shadow: none;
  outline: none;
}

/* Dropdown chevron on selects */
.khero-input.khero-select {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

/* Submit button */
.khero-submit {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: #1B2033;
  color: #FFFFFF;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  display: block;
}

.khero-submit:hover {
  background: #252B42;
  transform: translateY(-1px);
}
.khero-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.khero-submit__loading {
  align-items: center;
  gap: 8px;
}
.khero-submit__loading:not([hidden]) {
  display: inline-flex;
}
@keyframes kk-spin { to { transform: rotate(360deg); } }
.kk-spin { animation: kk-spin 0.8s linear infinite; display: block; }

/* Error message */
.khero-error {
  background: #FEF2F2;
  color: #DC2626;
  border: 1px solid #FCA5A5;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

/* Success state */
.khero-success {
  text-align: center;
  padding: 32px 16px;
  color: #FFFFFF;
}
.khero-success__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.khero-success__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #FFFFFF;
}
.khero-success__msg {
  font-size: 14px;
  margin: 0 0 8px;
  opacity: 0.85;
}
.khero-success__ref {
  font-size: 13px;
  opacity: 0.75;
  margin: 0;
}

/* ── CF7 FORM OVERRIDES ── */
/* When admin pastes a CF7 shortcode, these rules style CF7's output
   to match the custom .khero-* design exactly. */

.home-hero__cf7-wrapper .wpcf7 {
  margin: 0;
  padding: 0;
}

/* CF7 form element acts as the grid container */
.home-hero__cf7-wrapper .wpcf7-form .khero-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}

/* CF7 renders inputs inside a .wpcf7-form-control-wrap span.
   Target the actual form controls within our icon wrappers. */
.home-hero__cf7-wrapper .khero-input-wrap .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.home-hero__cf7-wrapper .khero-input-wrap .wpcf7-form-control {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 40px;
  border: 1px solid #D1D5DB;
  border-radius: 24px;
  background: #FFFFFF;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #071B2E;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: border-color 0.2s ease;
  display: block;
}

.home-hero__cf7-wrapper .khero-input-wrap .wpcf7-form-control:focus {
  border-color: #071B2E;
  box-shadow: none;
}

.home-hero__cf7-wrapper .khero-input-wrap .wpcf7-form-control.wpcf7-select {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

/* CF7 submit button */
.home-hero__cf7-wrapper .wpcf7-submit,
.home-hero__cf7-wrapper input[type="submit"] {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: #1B2033;
  color: #FFFFFF;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  display: block;
}

.home-hero__cf7-wrapper .wpcf7-submit:hover,
.home-hero__cf7-wrapper input[type="submit"]:hover {
  background: #252B42;
}

/* CF7 validation messages */
.home-hero__cf7-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #EF4444;
  margin-top: 4px;
  padding-left: 16px;
  display: block;
}

.home-hero__cf7-wrapper .wpcf7-response-output {
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  margin: 12px 0 0;
  border-width: 1px;
}

/* ── APP DOWNLOAD STRIP (inside left content column) ── */

.home-hero__app-strip {
  margin-top: 24px;
  width: 100%;
}

/* "PREFER MOBILE BOOKING?" label with lines */
.home-hero__app-strip-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.home-hero__app-strip-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.25);
  display: block;
}

.home-hero__app-strip-text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.9;
  white-space: nowrap;
  text-align: center;
}

/* Row: QR box (left) + glass card (right) */
.home-hero__app-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Standalone QR code box */
.home-hero__app-qr {
  width: 112px;
  height: 112px;
  flex-shrink: 0;
  background: #FFFFFF;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-hero__app-qr img,
.home-hero__app-qr svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Glassmorphism card: text + stacked buttons */
.home-hero__app-card {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.20);
  padding: 20px 24px;
  min-height: 88px;
}

/* App text block */
.home-hero__app-content {
  flex: 1;
  min-width: 0;
}

.home-hero__app-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 4px;
}

.home-hero__app-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(255,255,255,0.72);
  margin: 0;
}

/* Store buttons — stacked vertically */
.home-hero__app-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.home-hero__store-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  min-width: 112px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.35);
  color: #FFFFFF;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.home-hero__store-btn:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.55);
  color: #FFFFFF;
}

.home-hero__store-btn svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}


/* ============================================================
   RESPONSIVE: TABLET (max 991px)
   ============================================================ */
@media (max-width: 991px) {

  .home-hero__main {
    padding-top: calc(var(--site-header-full-height) + 40px);
    padding-bottom: 40px;
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-hero__heading {
    font-size: 44px;
  }

  .home-hero__desc {
    max-width: 100%;
  }

  .home-hero__content {
    max-width: 100%;
  }

  .home-hero__form-card {
    max-width: 620px;
  }
}


/* ============================================================
   RESPONSIVE: MOBILE (max 767px)
   ============================================================ */
@media (max-width: 767px) {

  .home-hero__main {
    padding-top: calc(var(--site-header-full-height) + 28px);
    padding-bottom: 28px;
  }

  .home-hero__heading {
    font-size: 36px;
    line-height: 1.1;
  }

  .home-hero__tagline {
    font-size: 15px;
  }

  .home-hero__desc {
    font-size: 16px;
  }

  .home-hero__form-card {
    border-radius: 20px;
    padding: 24px 20px;
    max-width: 100%;
  }

  .khero-form-grid,
  .home-hero__cf7-wrapper .wpcf7-form .khero-form-grid {
    grid-template-columns: 1fr;
  }

  .home-hero__app-row {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero__app-qr {
    align-self: center;
  }

  .home-hero__app-card {
    width: 100%;
    min-height: auto;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .home-hero__app-buttons {
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }

  .home-hero__store-btn {
    flex: 1;
    justify-content: center;
  }
}


/* ============================================================
   RESPONSIVE: SMALL MOBILE (max 480px)
   ============================================================ */
@media (max-width: 480px) {

  .home-hero__heading {
    font-size: 36px;
    line-height: 1.12;
  }

  .home-hero__tagline {
    font-size: 14px;
  }

  .home-hero__form-card {
    border-radius: 16px;
    padding: 20px 16px;
  }

  .home-hero__app-qr {
    width: 88px;
    height: 88px;
  }

  .home-hero__app-title {
    font-size: 14px;
    line-height: 22px;
  }
}


/* ============================================================
   HOME AREA CONTACT CARDS
   Four cards floating between Hero and About section.
   Negative margin creates the partial-overlap visual effect.
   ============================================================ */

.home-area-contacts {
  position: relative;
  z-index: 10;
  margin-top: 25px;
  margin-bottom: -113px;
}

.home-area-contacts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card base */
.home-area-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px 20px 28px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

a.home-area-card {
  cursor: pointer;
}

.home-area-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.13);
}

/* Icon circle */
.home-area-card__icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(214,181,74,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D6B54A;
  flex-shrink: 0;
  margin-bottom: 6px;
  will-change: transform, opacity;
}

/* Subtle pulse glow animation — slow, premium, non-distracting */
@keyframes hacc-icon-pulse {
  0%,  100% { opacity: 1;    transform: scale(1);    }
  50%        { opacity: 0.76; transform: scale(1.06); }
}

.home-area-card__icon-wrap--pulse {
  animation: hacc-icon-pulse 2.8s ease-in-out infinite;
}

/* Label */
.home-area-card__label {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94A3B8;
}

/* Value */
.home-area-card__value {
  display: block;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1B2033;
}

/* Smaller value text for longer strings (service hours) */
.home-area-card__value--sm {
  font-size: 18px;
  line-height: 26px;
}

/* ── Area contacts: Tablet (991px) ── */
@media (max-width: 991px) {
  .home-area-contacts {
    margin-top: 25px;
    margin-bottom: -80px;
  }

  .home-area-contacts__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .home-area-card__value {
    font-size: 20px;
    line-height: 28px;
  }
}

/* ── Area contacts: Mobile (767px) ── */
@media (max-width: 767px) {
  .home-area-contacts {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home-area-contacts__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-area-card {
    padding: 24px 20px;
  }

  .home-area-card__value {
    font-size: 18px;
    line-height: 26px;
  }
}

/* ── Area contacts: Small mobile (480px) ── */
@media (max-width: 480px) {
  .home-area-contacts {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .home-area-card__value {
    font-size: 16px;
    line-height: 24px;
  }
}


/* ============================================================
   HOME ABOUT SECTION
   Replaces the default .about section on the homepage.
   Padding-top accounts for the -113px area-cards overlap.
   ============================================================ */

.home-about {
  background: #FFFFFF;
  padding-top: 200px;   /* 113px card overlap + 87px breathing room */
  padding-bottom: 120px;
}

/* ── Container ── */
.home-about__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 144px;
  width: 100%;
}

/* ── Two-column grid ── */
.home-about__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr; /* ~45% / 55% */
  gap: 80px;
  align-items: center;
}

/* ── LEFT: Content ── */
.home-about__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Heading */
.home-about__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 56px;
  line-height: 66px;
  color: #1B2033;
  margin: 0;
  letter-spacing: -0.02em;
}

.home-about__title-highlight {
  color: #D6B54A;
}

/* Descriptions */
.home-about__descriptions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 560px;
}

.home-about__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #475569;
  margin: 0;
}

/* Feature list */
.home-about__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-about__feature {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-about__feature-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #D6B54A1A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-about__feature-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #1B2033;
}

/* ── RIGHT: Image Composition ── */
.home-about__images {
  position: relative;
  height: 560px;
  flex-shrink: 0;
}

/* Main portrait image (right side, larger) */
.home-about__main-image-wrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.home-about__main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Secondary floating image (left side, overlapping) */
.home-about__secondary-image-wrap {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 3;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home-about__secondary-image-wrap {
    top: 12%;
  }
}

@media (max-width: 767px) {
  .home-about__secondary-image-wrap {
    top: 15%;
    left: 0;
  }
}

.home-about__secondary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Floating experience card */
.home-about__experience-card {
  position: absolute;
  bottom: 0;
  left: -8px;
  z-index: 4;
  background: #FFC000;
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 16px 48px rgba(214,181,74,0.40), 0 4px 16px rgba(214,181,74,0.20);
  min-width: 270px;
}

.home-about__experience-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: #1B2033;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  flex-shrink: 0;
}

.home-about__experience-text {
  display: flex;
  flex-direction: column;
}

.home-about__experience-label {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1B2033;
}

.home-about__experience-year {
  display: block;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1B2033;
}

/* ── RESPONSIVE: Tablet (991px) ── */
@media (max-width: 991px) {
  .home-about {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .home-about__container {
    padding: 0 48px;
  }

  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .home-about__title {
    font-size: 44px;
    line-height: 54px;
  }

  .home-about__images {
    height: 480px;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
}

/* ── RESPONSIVE: Mobile (767px) ── */
@media (max-width: 767px) {
  .home-about {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .home-about__container {
    padding: 0 24px;
  }

  .home-about__title {
    font-size: 36px;
    line-height: 46px;
  }

  .home-about__desc {
    font-size: 16px;
    line-height: 28px;
  }

  .home-about__feature-text {
    font-size: 16px;
  }

  .home-about__images {
    height: 400px;
  }

  .home-about__experience-card {
    min-width: 220px;
    padding: 16px 18px;
  }

  .home-about__experience-year {
    font-size: 32px;
    line-height: 38px;
  }
}

/* ── RESPONSIVE: Small mobile (480px) ── */
@media (max-width: 480px) {
  .home-about {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .home-about__title {
    font-size: 30px;
    line-height: 40px;
  }

  .home-about__images {
    height: 340px;
  }

  .home-about__experience-year {
    font-size: 26px;
    line-height: 32px;
  }
}


/* ============================================================
   HOME SERVICES SECTION
   Replaces the old .services section on the homepage.
   ============================================================ */

.home-services {
  background: #F5F7FA;
  padding: 80px 0;
}

.home-services__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* ── Section header ── */
.home-services__header {
  text-align: center;
  margin-bottom: 56px;
}

.home-services__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #071B2E;
  margin: 0 0 12px;
}

.home-services__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64748B;
  margin: 0;
}

/* Grid — padding clears the icon's 3px left overflow + shadow bleed */
.home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 8px;
  padding-left: 8px;
}

/* ── Card — kk-service SVG shape variant ── */
.kk-service-card {
  position: relative;
  width: 100%;
  min-height: 280px;
  aspect-ratio: 368 / 280;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.kk-service-card:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0px 8px 24px rgba(15, 23, 42, 0.10));
}

/* SVG shape — fills card; preserveAspectRatio="none" stretches path */
.kk-service-card-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  pointer-events: none;
  overflow: visible;
  background: none; /* must stay transparent — white comes from the path fill below */
}

/* SVG path fill — white follows the exact subtract shape, never the bounding box */
.kk-service-card-bg {
  fill: #FFFFFF;
}

/* Icon badge: 48×48 circle positioned at notch corner */
.kk-service-card-icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.kk-service-card-icon svg,
.kk-service-card-icon img {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

/* Content area — absolutely positioned above SVG */
.kk-service-card-content {
  position: absolute;
  top: 80px;
  left: 32px;
  right: 32px;
  bottom: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Title ── */
.kk-service-card-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #1B2033;
  margin: 0;
}

/* ── Description ── */
.kk-service-card-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #7182A0;
  margin: 0;
  flex: 1;
}

/* ── Tags ── */
.kk-service-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kk-service-card-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: #D1FAE5;
  color: #10B981;
  border-radius: 999px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}

/* ── Learn More link ── */
.kk-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #1B2033;
  text-decoration: none;
  transition: color 0.2s ease;
}

.kk-service-card-link:hover {
  color: #D6B54A;
}

.kk-service-card-link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.kk-service-card-link:hover svg {
  transform: translateX(3px);
}

/* ── RESPONSIVE: Tablet (991px) ── */
@media (max-width: 991px) {
  .home-services {
    padding: 64px 0;
  }

  .home-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-services__title {
    font-size: 36px;
    line-height: 46px;
  }
}

/* ── RESPONSIVE: Mobile (767px) ── */
@media (max-width: 767px) {
  .home-services {
    padding: 56px 0;
  }

  .home-services__grid {
    grid-template-columns: 1fr;
  }

  .home-services__header {
    margin-bottom: 40px;
  }

  .home-services__title {
    font-size: 30px;
    line-height: 40px;
  }

  .kk-service-card-content {
    left: 24px;
    right: 24px;
    top: 72px;
    bottom: 20px;
    gap: 14px;
  }

  .kk-service-card-title {
    font-size: 20px;
  }

  .kk-service-card-desc {
    font-size: 16px;
  }
}


/* ============================================================
   HOME SERVING AREA SECTION
   Styles moved to assets/css/serving-section.css (shared with Booking page).
   ============================================================ */


/* ============================================================
   WHY RIDERS CHOOSE US SECTION
   ============================================================ */

.why-riders-section {
  background: #071B2E;
  padding: 80px 0;
}

.why-riders-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 144px;
  width: 100%;
}

/* ── Section header ── */
.why-riders-header {
  text-align: center;
  margin-bottom: 64px;
}

.why-riders-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #FFFFFF;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.why-riders-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #D1D5DC;
  max-width: 720px;
  margin: 0 auto;
}

/* ── Features grid ── */
.why-riders-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── Feature card ── */
.why-riders-card {
  background: #0B2542;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 32px 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-riders-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

/* ── Icon container ── */
.why-riders-icon {
  width: 48px;
  height: 48px;
  min-height: 48px;
  background: rgba(214,181,74,0.12);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.why-riders-icon svg,
.why-riders-icon img {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

/* ── Card title ── */
.why-riders-card-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0 0 12px;
}

/* ── Card description ── */
.why-riders-card-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #94A3B8;
  margin: 0;
}

/* ── Tablet (991px) ── */
@media (max-width: 991px) {
  .why-riders-container {
    padding: 0 40px;
  }

  .why-riders-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-riders-title {
    font-size: 38px;
    line-height: 48px;
  }
}

/* ── Mobile (767px) ── */
@media (max-width: 767px) {
  .why-riders-section {
    padding: 60px 0;
  }

  .why-riders-container {
    padding: 0 20px;
  }

  .why-riders-header {
    margin-bottom: 48px;
  }

  .why-riders-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-riders-title {
    font-size: 36px;
    line-height: 46px;
  }

  .why-riders-subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .why-riders-card {
    padding: 24px 20px;
  }
}


/* ============================================================
   FLEET SECTION  (.fleet-section + .fs-* classes)
   Template part: template-parts/sections/section-fleet.php
   ============================================================ */

.fleet-section {
  background: #F5F7FA;
  padding: 80px 0;
}

.fleet-section__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 144px;
  width: 100%;
}

/* ── Header (left-aligned) ── */
.fleet-section__header {
  margin-bottom: 48px;
}

.fleet-section__title {
  color: #0F172B;
  margin: 0 0 12px;
  /* font-size/line-height inherited from global h2 */
}

.fleet-section__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #62748E;
  margin: 0;
}

/*
 * ── Grid ────────────────────────────────────────────────────
 * justify-content: center ensures that when fewer than 3 cards
 * occupy a row (e.g. the last 2 of 5), they are centered
 * automatically — matching the Figma layout.
 */
.fs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

/* ── Card (3-column: calc splits the row evenly) ── */
.fs-card {
  flex: 0 0 calc((100% - 64px) / 3); /* (width - 2 * 32px gap) / 3 */
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(15,23,42,0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 14px 32px rgba(15,23,42,0.10);
}

/* ── Card image ── */
.fs-card__image-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.fs-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.fs-card:hover .fs-card__image {
  transform: scale(1.03);
}

.fs-card__image-placeholder {
  width: 100%;
  height: 220px;
  background: #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94A3B8;
  flex-shrink: 0;
}

/* ── Card body ── */
.fs-card__body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ── Vehicle title ── */
.fs-card__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #0F172B;
  text-align: center;
  margin: 0 0 18px;
}

/* ── Specs pills ── */
.fs-card__pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.fs-card__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #F1F5F9;
  border-radius: 999px;
  padding: 8px 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #62748E;
}

.fs-card__pill svg {
  flex-shrink: 0;
}

/* ── Amenities ── */
.fs-card__amenities {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #62748E;
  margin: 0 0 22px;
  flex: 1;
  text-align: left;
}

.fs-card__amenities-label {
  font-weight: 700;
  color: #0F172B;
}

/* ── Action buttons ── */
.fs-card__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: auto;
}

.fs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.fs-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.fs-btn svg {
  flex-shrink: 0;
}

.fs-btn--call {
  background: #071B2E;
  color: #FFFFFF;
}

.fs-btn--call:hover {
  color: #FFFFFF;
}

.fs-btn--wa {
  background: #D6B54A;
  color: #071B2E;
}

.fs-btn--wa:hover {
  color: #071B2E;
}

.fs-btn--email {
  background: #D6B54A;
  color: #071B2E;
}

.fs-btn--email:hover {
  color: #071B2E;
}

/* ── Tablet (991px): 2 columns ── */
@media (max-width: 991px) {
  .fleet-section__container {
    padding: 0 40px;
  }

  .fs-card {
    flex: 0 0 calc((100% - 32px) / 2); /* 2 columns */
  }

  .fleet-section__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}

/* ── Mobile (767px): 1 column ── */
@media (max-width: 767px) {
  .fleet-section {
    padding: 60px 0;
  }

  .fleet-section__container {
    padding: 0 20px;
  }

  .fs-grid {
    gap: 20px;
  }

  .fs-card {
    flex: 0 0 100%;
  }

  .fs-card__title {
    font-size: 20px;
    line-height: 30px;
  }

  .fs-card__amenities {
    font-size: 16px;
    line-height: 26px;
  }

  .fs-btn {
    font-size: 15px;
    padding: 10px 16px;
  }
}

/* ── Small mobile (480px): stack buttons if very narrow ── */
@media (max-width: 480px) {
  .fs-card__actions {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   HOW IT WORKS SECTION  (.how-it-works-section + .hiw-* classes)
   Template part: template-parts/sections/section-how-it-works.php
   ============================================================ */

.how-it-works-section {
  background: #FFFFFF;
  padding: 100px 0;
}

.hiw-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 144px;
  width: 100%;
}

/* ── Header ── */
.hiw-header {
  text-align: center;
  margin-bottom: 80px;
}

.hiw-title {
  color: #071B2E;
  margin: 0 0 16px;
  /* size from global h2 */
}

.hiw-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64748B;
  margin: 0;
}

/* ── Steps row ── */
.hiw-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/*
 * ── Horizontal process line ─────────────────────────────────
 * Gray background track spans from the center of step 1 to the
 * center of step 3 (each step = 1/3 of row → center = 1/6 in).
 * z-index 0 keeps it behind the icon circles (z-index 1).
 */
.hiw-process-track {
  position: absolute;
  top: 64px;              /* half of 128px icon = vertical center */
  left: calc(100% / 6);  /* center of step 1 */
  right: calc(100% / 6); /* center of step 3 */
  height: 2px;
  background: #E5E7EB;
  z-index: 0;
  overflow: hidden;
}

/* Animated gold fill — CSS only, no JS */
.hiw-process-fill {
  height: 100%;
  width: 0;
  background: #D6B54A;
  animation: hiw-fill-h 4s ease-in-out infinite;
}

/* Horizontal fill: 0 → step2 (50%) → step3 (100%) → hold → fade → reset */
@keyframes hiw-fill-h {
  0%   { width: 0%;    opacity: 1; }
  35%  { width: 50%;   opacity: 1; }
  65%  { width: 100%;  opacity: 1; }
  82%  { width: 100%;  opacity: 1; }
  92%  { width: 100%;  opacity: 0; }
  93%  { width: 0%;    opacity: 0; }
  100% { width: 0%;    opacity: 0; }
}

/* Vertical fill for mobile layout */
@keyframes hiw-fill-v {
  0%   { height: 0%;    opacity: 1; }
  35%  { height: 50%;   opacity: 1; }
  65%  { height: 100%;  opacity: 1; }
  82%  { height: 100%;  opacity: 1; }
  92%  { height: 100%;  opacity: 0; }
  93%  { height: 0%;    opacity: 0; }
  100% { height: 0%;    opacity: 0; }
}

/* ── Individual step ── */
.hiw-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1; /* above process track */
}

/* Icon circle + badge wrapper */
.hiw-step__icon-wrap {
  position: relative;
  width: 128px;
  height: 128px;
  flex-shrink: 0;
}

/* Dark navy circle */
.hiw-step__icon {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #071B2E;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 12px 32px rgba(15,23,42,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D6B54A;
}

.hiw-step__icon svg,
.hiw-step__icon img {
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
}

/* Gold number badge — top-right of icon */
.hiw-step__badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 44px;
  height: 44px;
  background: #D6B54A;
  color: #071B2E;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

/* Step title */
.hiw-step__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #071B2E;
  text-align: center;
  margin: 36px 0 16px;
}

/* Step description */
.hiw-step__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64748B;
  text-align: center;
  max-width: 380px;
  margin: 0;
}

/* ── Tablet (991px) ── */
@media (max-width: 991px) {
  .hiw-container {
    padding: 0 40px;
  }

  .hiw-step__title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 28px;
  }

  .hiw-step__desc {
    font-size: 16px;
    line-height: 26px;
    max-width: 260px;
  }
}

/* ── Mobile (767px): vertical stack ── */
@media (max-width: 767px) {
  .how-it-works-section {
    padding: 70px 0;
  }

  .hiw-container {
    padding: 0 20px;
  }

  .hiw-header {
    margin-bottom: 56px;
  }

  /* Stack steps vertically */
  .hiw-steps {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  /* Vertical process line: runs from center of step area down */
  .hiw-process-track {
    top: 48px;           /* half of 96px mobile icon */
    left: 50%;
    right: auto;
    width: 2px;
    height: calc(100% - 96px);
    transform: translateX(-50%);
  }

  /* Switch to height animation for vertical fill */
  .hiw-process-fill {
    width: 100%;
    height: 0;
    animation: hiw-fill-v 4s ease-in-out infinite;
  }

  .hiw-step {
    padding: 20px 0;
  }

  /* Reduce icon size */
  .hiw-step__icon-wrap,
  .hiw-step__icon {
    width: 96px;
    height: 96px;
  }

  .hiw-step__icon svg,
  .hiw-step__icon img {
    width: 36px;
    height: 36px;
  }

  .hiw-step__badge {
    width: 36px;
    height: 36px;
    font-size: 15px;
    top: -4px;
    right: -4px;
    border-width: 3px;
  }

  .hiw-step__title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .hiw-step__desc {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}


/* ============================================================
   FAQ SECTION  (.faq-section + .faq-section__* classes)
   Template part: template-parts/sections/section-faq.php
   JS accordion: assets/js/faq.js (enqueued in template part)
   ============================================================ */

.faq-section {
  background: #FFFFFF;
  padding: 80px 0;
}

.faq-section__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 144px;
  width: 100%;
}

/* ── Section header ── */
.faq-section__header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-section__title {
  color: #071B2E;
  margin: 0 0 16px;
  /* font-size/weight from global h2 */
}

.faq-section__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64748B;
  margin: 0;
}

/* ── Accordion list ── */
.faq-section__list {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── FAQ item card ── */
.faq-section__item {
  background: #F5F7FA;
  border: 1px solid #E8E8E8;
  border-radius: 24px;
  padding: 24px;
  transition: all 0.3s ease;
}

/* ── Trigger button ── */
.faq-section__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-family);
}

/* ── Question text ── */
.faq-section__question {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #071B2E;
}

/* ── Chevron icon ── */
.faq-section__icon {
  flex-shrink: 0;
  color: #64748B;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

/* Rotate chevron when open */
.faq-section__item.open .faq-section__icon {
  transform: rotate(180deg);
}

/* ── Answer panel ── */
.faq-section__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-section__item.open .faq-section__panel {
  max-height: 600px; /* large enough for any answer */
}

/* ── Answer text ── */
.faq-section__answer {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #64748B;
  margin: 20px 0 0;
  max-width: 90%;
}

/* ── Tablet (991px) ── */
@media (max-width: 991px) {
  .faq-section__container {
    padding: 0 40px;
  }
}

/* ── Mobile (767px) ── */
@media (max-width: 767px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-section__container {
    padding: 0 20px;
  }

  .faq-section__item {
    border-radius: 20px;
    padding: 20px;
  }

  .faq-section__question {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-section__answer {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}


/* CTA Banner Section styles → assets/css/cta-banner-section.css (shared with Contact page) */


/* Mobile App Section styles → assets/css/mobile-app-section.css (shared with About page) */
