/* ==========================================================================
   Hava Kargo — premium aviation polish (scoped to .gwc-svc--hava)
   ========================================================================== */

.gwc-svc--hava {
  overflow-x: hidden;
}

.gwc-svc--hava .gwc-svc-hero__title {
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.12;
  max-width: 18ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.gwc-svc--hava .gwc-svc-hero__title span {
  display: none;
}

.gwc-svc--hava .gwc-svc-hero__desc {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
}

.gwc-svc--hava .gwc-hk-hero__grid {
  align-items: center;
}

.gwc-svc--hava .gwc-hk-hero__photo {
  background-position: center 42% !important;
}

.gwc-svc--hava .gwc-hk-hero__panel-photo {
  background-position: center 40% !important;
}

.gwc-svc--hava .gwc-svc-hero__panel-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 16, 0.15) 0%, rgba(4, 8, 16, 0.55) 100%);
  pointer-events: none;
}

/* Hero trust bar */
.gwc-hk-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.gwc-hk-trustbar li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.gwc-hk-trustbar__check {
  color: var(--svc-gold-light, #e8c547);
  font-weight: 700;
}

/* Hero gradient — cinematic aviation */
.gwc-svc--hava .gwc-svc-hero__gradient {
  background:
    linear-gradient(100deg, rgba(4, 8, 16, 0.97) 0%, rgba(4, 8, 16, 0.88) 38%, rgba(10, 22, 40, 0.55) 68%, rgba(10, 22, 40, 0.32) 100%),
    radial-gradient(circle at 72% 38%, rgba(201, 162, 39, 0.14) 0%, transparent 48%),
    radial-gradient(circle at 58% 68%, rgba(0, 180, 216, 0.1) 0%, transparent 42%),
    linear-gradient(0deg, rgba(4, 8, 16, 0.94) 0%, transparent 44%);
}

/* SEO intro */
.gwc-hk-intro {
  padding-top: clamp(56px, 8vw, 80px);
  padding-bottom: clamp(56px, 8vw, 80px);
}

.gwc-hk-intro__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 3.5vw, 40px);
  align-items: start;
}

.gwc-hk-intro__inner > .gwc-svc-eyebrow,
.gwc-hk-intro__inner > .gwc-svc-heading {
  grid-column: 1 / -1;
}

.gwc-hk-intro__inner > .gwc-svc-heading {
  margin-bottom: 0;
  max-width: 22ch;
}

.gwc-hk-intro__prose {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gwc-hk-intro__prose p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(15, 39, 68, 0.84);
}

.gwc-hk-intro__prose strong {
  color: var(--svc-navy-2, #0a1628);
  font-weight: 700;
}

.gwc-hk-intro__media {
  position: relative;
  min-height: 340px;
  border-radius: var(--svc-radius, 20px);
  box-shadow: 0 24px 60px rgba(10, 22, 40, 0.14);
  overflow: hidden;
}

.gwc-hk-intro__media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(4, 8, 16, 0.08) 0%, rgba(4, 8, 16, 0.42) 100%),
    linear-gradient(0deg, rgba(10, 22, 40, 0.55) 0%, transparent 45%);
  pointer-events: none;
}

/* Why section — aviation atmosphere */
.gwc-hk-why {
  position: relative;
  overflow: hidden;
}

.gwc-hk-why__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 85% 20%, rgba(0, 180, 216, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 60% 45% at 10% 80%, rgba(201, 162, 39, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.gwc-hk-why .gwc-container {
  position: relative;
  z-index: 1;
}

.gwc-hk-why__grid {
  margin-top: 36px;
}

.gwc-svc--hava .gwc-svc-trust__card {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(201, 162, 39, 0.16);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gwc-svc--hava .gwc-svc-trust__card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 28px 64px rgba(201, 162, 39, 0.14);
}

.gwc-svc--hava .gwc-svc-trust__card h3 {
  font-size: 0.82rem;
}

.gwc-svc--hava .gwc-svc-trust__copy p {
  font-size: 0.8rem;
  color: rgba(10, 22, 40, 0.76);
}

/* Aviation icons for Hava Kargo cards */
.gwc-svc--hava .gwc-svc-icon--door {
  --svc-icon-color: rgba(0, 180, 216, 0.95);
  --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10.5h16v9H4z'/%3E%3Cpath d='M7.5 10.5V6.5h9v4'/%3E%3Cpath d='M12 14v3'/%3E%3C/g%3E%3C/svg%3E");
}

.gwc-svc--hava .gwc-svc-icon--cargo {
  --svc-icon-color: rgba(232, 197, 71, 0.95);
  --svc-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5h12v8H3.5z'/%3E%3Cpath d='M15.5 10.5h3.5l2 2.5v3.5H15.5z'/%3E%3Cpath d='M7 17.5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0z'/%3E%3Cpath d='M17 17.5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0z'/%3E%3C/g%3E%3C/svg%3E");
}

/* Process timeline */
.gwc-hk-process__track::before {
  background: linear-gradient(90deg, var(--svc-gold, #c9a227), var(--svc-cyan, #00b4d8));
}

.gwc-svc--hava .gwc-svc-process__step h3 {
  color: var(--svc-navy-2, #0a1628);
}

/* Regional sections — aviation-only bg, consistent cards */
.gwc-hk-regions .gwc-container {
  position: relative;
  z-index: 1;
}

.gwc-hk-regions__bg {
  opacity: 0 !important;
  background: none !important;
}

.gwc-hk-regions__bg::after {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 180, 216, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, #060d18 0%, var(--svc-navy-2, #0a1628) 48%, #060d18 100%) !important;
}

.gwc-hk-regions__list {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.5vw, 28px);
  margin-top: 36px;
}

.gwc-hk-region {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border-radius: var(--svc-radius, 20px);
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.1);
  box-shadow: 0 20px 56px rgba(4, 8, 16, 0.12);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gwc-hk-region:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 72px rgba(4, 8, 16, 0.16);
}

.gwc-hk-region--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.gwc-hk-region--reverse .gwc-hk-region__media {
  order: 2;
}

.gwc-hk-region--reverse .gwc-hk-region__body {
  order: 1;
}

.gwc-hk-region__media {
  position: relative;
  min-height: 260px;
  overflow: hidden;
}

.gwc-hk-region__photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.6s ease;
}

.gwc-hk-region:hover .gwc-hk-region__photo {
  transform: scale(1.04);
}

.gwc-hk-region__media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 16, 0.55) 0%, rgba(4, 8, 16, 0.2) 45%, rgba(4, 8, 16, 0.35) 100%),
    linear-gradient(0deg, rgba(4, 8, 16, 0.65) 0%, transparent 50%);
  pointer-events: none;
}

.gwc-hk-region__tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(4, 8, 16, 0.72);
  border: 1px solid rgba(232, 197, 71, 0.35);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
}

.gwc-hk-region__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 32px);
}

.gwc-hk-region__title {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
  color: var(--svc-navy-2, #0a1628);
  letter-spacing: -0.02em;
}

.gwc-hk-region__text {
  margin: 0 0 18px;
  font-size: 0.96rem;
  line-height: 1.68;
  color: rgba(15, 39, 68, 0.78);
}

.gwc-hk-region__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--svc-gold, #c9a227);
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}

.gwc-hk-region__link:hover {
  color: var(--svc-navy-2, #0a1628);
  gap: 10px;
}

/* Micro export */
.gwc-hk-micro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
}

.gwc-hk-micro__visual {
  position: sticky;
  top: 100px;
  min-height: 440px;
  border-radius: var(--svc-radius, 20px);
  box-shadow: 0 24px 60px rgba(10, 22, 40, 0.12);
  overflow: hidden;
  isolation: isolate;
}

.gwc-hk-micro__visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 8, 16, 0.05) 0%, rgba(4, 8, 16, 0.5) 100%),
    linear-gradient(90deg, rgba(10, 22, 40, 0.35) 0%, transparent 60%);
  pointer-events: none;
}

.gwc-hk-micro__blocks {
  display: grid;
  gap: 14px;
}

.gwc-hk-micro__block {
  padding: 20px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 39, 68, 0.08);
  box-shadow: 0 8px 28px rgba(10, 22, 40, 0.05);
  border-left: 3px solid rgba(201, 162, 39, 0.45);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.gwc-hk-micro__block:hover {
  border-left-color: var(--svc-gold, #c9a227);
  box-shadow: 0 12px 36px rgba(10, 22, 40, 0.08);
}

.gwc-hk-micro__block h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--svc-navy-2, #0a1628);
}

.gwc-hk-micro__block p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: rgba(15, 39, 68, 0.76);
}

/* Pricing — premium conversion block */
.gwc-hk-pricing {
  position: relative;
  overflow: hidden;
}

.gwc-hk-pricing__bg {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-size: cover;
  background-position: center;
}

.gwc-hk-pricing__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(201, 162, 39, 0.15) 0%, transparent 55%),
    linear-gradient(180deg, rgba(4, 8, 16, 0.94) 0%, rgba(4, 8, 16, 0.98) 100%);
}

.gwc-hk-pricing__inner {
  position: relative;
  z-index: 1;
}

.gwc-hk-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.gwc-hk-pricing__card {
  padding: 24px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.gwc-hk-pricing__card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(232, 197, 71, 0.35);
}

.gwc-hk-pricing__card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--svc-gold-light, #e8c547);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.gwc-hk-pricing__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.86);
}

.gwc-hk-pricing__cta {
  margin-top: 36px;
  text-align: center;
}

.gwc-hk-pricing .gwc-svc-lead {
  color: rgba(255, 255, 255, 0.78);
}

/* FAQ polish */
.gwc-hk-faq {
  padding-bottom: clamp(64px, 10vw, 96px);
}

.gwc-hk-faq .gwc-svc-faq__wrap {
  max-width: 860px;
  margin: 32px auto 0;
}

.gwc-hk-faq .gwc-svc-faq__item {
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid rgba(15, 39, 68, 0.08);
  background: #fff;
  box-shadow: 0 4px 20px rgba(10, 22, 40, 0.04);
}

.gwc-hk-faq .gwc-svc-faq__trigger {
  font-weight: 700;
  color: var(--svc-navy-2, #0a1628);
  padding: 18px 24px;
}

.gwc-hk-faq .gwc-svc-faq__panel p {
  color: rgba(15, 39, 68, 0.76);
  line-height: 1.75;
}

/* Final CTA — darker, stronger */
.gwc-hk-cta .gwc-hk-cta__bg {
  background-position: center 45% !important;
}

.gwc-hk-cta .gwc-svc-cta__bg::after {
  background:
    radial-gradient(ellipse 75% 55% at 50% 100%, rgba(201, 162, 39, 0.22) 0%, transparent 58%),
    linear-gradient(180deg, rgba(2, 5, 12, 0.92) 0%, rgba(2, 5, 12, 0.97) 100%) !important;
}

.gwc-hk-cta .gwc-svc-cta__title {
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}

.gwc-hk-cta .gwc-svc-cta__desc {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.gwc-hk-cta .gwc-svc-btn--gold {
  box-shadow: 0 16px 48px rgba(201, 162, 39, 0.28);
}

/* WhatsApp float clearance on Hava Kargo page */
.gwc-hava-kargo-page .gwc-main {
  padding-bottom: 24px;
}

@media (max-width: 1100px) {
  .gwc-hk-intro__inner,
  .gwc-hk-micro__grid {
    grid-template-columns: 1fr;
  }

  .gwc-hk-intro__inner > .gwc-svc-heading {
    max-width: none;
  }

  .gwc-hk-micro__visual {
    position: static;
    min-height: 280px;
  }

  .gwc-hk-region,
  .gwc-hk-region--reverse {
    grid-template-columns: 1fr;
  }

  .gwc-hk-region--reverse .gwc-hk-region__media,
  .gwc-hk-region--reverse .gwc-hk-region__body {
    order: unset;
  }

  .gwc-hk-region__media {
    min-height: 220px;
  }

  .gwc-hk-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .gwc-svc--hava .gwc-svc-hero__title {
    max-width: none;
    font-size: clamp(1.45rem, 6.5vw, 1.85rem);
  }

  .gwc-hk-trustbar {
    gap: 8px 12px;
  }

  .gwc-hk-trustbar li {
    font-size: 0.74rem;
  }

  .gwc-hk-intro__media {
    min-height: 240px;
  }

  .gwc-hk-region__media {
    min-height: 200px;
  }

  .gwc-hk-region__body {
    padding: 20px 18px;
  }

  .gwc-hk-pricing__grid {
    grid-template-columns: 1fr;
  }

  .gwc-hk-cta {
    padding-bottom: calc(clamp(80px, 12vh, 120px) + 16px);
  }

  .gwc-hava-kargo-page .gwc-float {
    bottom: 18px;
    right: 16px;
  }
}

@media (max-width: 430px) {
  .gwc-hk-intro__prose p {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .gwc-hk-region__tag {
    font-size: 0.62rem;
    padding: 5px 10px;
  }

  .gwc-hk-faq .gwc-svc-faq__trigger {
    font-size: 0.92rem;
    padding: 16px 18px;
  }
}
