/* ===== HOW IT WORKS — PAGE-SPECIFIC CSS ===== */

/* ---- HERO ---- */
.hiw-hero {
  width: 100%;
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 20% 48%, rgba(9,158,248,.13), transparent 37%),
              linear-gradient(125deg, #020817 0%, #040D2E 45%, #061155 100%);
}

.hiw-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 92px 0;
  display: flex;
  align-items: center;
  gap: 52px;
  min-height: 740px;
}

/* LEFT VISUAL */
.hiw-hero-visual {
  flex: 0 0 46%;
  min-width: 0;
  position: relative;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* Thin atmospheric orbital ring — light only, no science iconography */
.hiw-hero-orbital-ring {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  border: 1.5px solid rgba(9, 158, 248, 0.15);
  z-index: 0;
}

.hiw-hero-ambient-cyan {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(9, 158, 248, 0.16), transparent 65%);
  filter: blur(14px);
  z-index: 0;
}

.hiw-hero-ambient-violet {
  position: absolute;
  width: 380px;
  height: 380px;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107, 13, 216, 0.12), transparent 68%);
  filter: blur(16px);
  z-index: 0;
}

/* Shipping asset stage — depth via CSS only, image pixels untouched */
.hiw-hero-shipping-stage {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.hiw-hero-shipping {
  width: 660px;
  max-width: none;
  max-height: 520px;
  height: auto;
  object-fit: contain;
  opacity: 1;
  mix-blend-mode: normal;
  transform: perspective(1200px) rotateY(-1deg) rotateX(.5deg) scale(1.03) translateX(-20px);
  filter:
    drop-shadow(0 32px 36px rgba(0,0,0,.42))
    drop-shadow(0 10px 22px rgba(9,158,248,.20));
}

.hiw-hero-reflection {
  width: 78%;
  height: 46px;
  margin-top: -14px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(9, 158, 248, 0.20), rgba(9,158,248,0.06) 55%, transparent 75%);
  filter: blur(9px);
}

/* RIGHT COPY */
.hiw-hero-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hiw-hero-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #099EF8;
  margin: 0 0 20px;
}

.hiw-hero-headline {
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -1.7px;
  margin: 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 630px;
}

.hiw-line-white {
  color: #FFFFFF;
}

.hiw-line-gradient-1 {
  background: linear-gradient(90deg, #099EF8 0%, #6B0DD8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hiw-line-gradient-2 {
  background: linear-gradient(90deg, #6B0DD8 0%, #F13ACB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hiw-hero-divider {
  width: 80px;
  height: 2px;
  background: #099EF8;
  margin: 12px 0;
  border-radius: 2px;
}

.hiw-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
  color: #B8C8E8;
  max-width: 560px;
  margin: 14px 0 30px;
}

/* VALUE PAIR */
.hiw-hero-values {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 8px;
}

.hiw-value-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
}

.hiw-value-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiw-value-icon svg { width: 100%; height: 100%; }

.hiw-value-text h4 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px;
  letter-spacing: 0.3px;
}

.hiw-value-text p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  color: #B8C8E8;
  margin: 0;
}

.hiw-value-divider {
  width: 1px;
  background: rgba(184, 200, 232, 0.16);
  margin: 8px 18px;
  flex: 0 0 1px;
}

/* ---- STEP-BY-STEP SECTION ---- */
.hiw-steps-section {
  background: #FFFFFF;
  padding: 100px 0 105px;
}

.hiw-steps-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.hiw-steps-header {
  text-align: center;
  margin-bottom: 44px;
}

.hiw-steps-title {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #040D2E;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.hiw-steps-underline {
  width: 42px;
  height: 4px;
  background: #FFB700;
  border-radius: 2px;
  margin: 0 auto;
}

.hiw-steps-timeline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  position: relative;
}

.hiw-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.hiw-step-number {
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1;
}

.hiw-step-circle {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 2px dashed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  margin-bottom: 22px;
  position: relative;
}

.hiw-step-icon {
  width: 220px;
  height: 150px;
  object-fit: contain;
}

.hiw-step-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #040D2E;
  margin: 0 0 10px;
  letter-spacing: 0.3px;
}

.hiw-step-desc {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #526581;
  margin: 0;
  max-width: 280px;
}

.hiw-step-connector {
  flex: 0 0 60px;
  height: 2px;
  border-top: 2px dotted;
  margin-top: 162px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: transparent !important;
}

/* Journey line colors: blue -> violet -> teal -> amber */
.hiw-step:nth-of-type(1) + .hiw-step-connector { border-top-color: rgba(9,158,248,.45); }
.hiw-step:nth-of-type(3) + .hiw-step-connector { border-top-color: rgba(107,13,216,.45); }
.hiw-step:nth-of-type(5) + .hiw-step-connector { border-top-color: rgba(3,132,171,.45); }

/* ---- FIVE-BENEFIT STRIP ---- */
.hiw-benefits-section {
  background: #FFFFFF;
  padding: 0 40px 80px;
}

.hiw-benefits-strip {
  max-width: 1310px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E5ECF5;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(4, 13, 46, 0.06);
  padding: 52px 32px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.hiw-benefit {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 16px;
}

.hiw-benefit-icon {
  width: 132px;
  height: 122px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiw-benefit-icon svg, .hiw-benefit-icon img { width: 100%; height: 100%; object-fit: contain; }

.hiw-benefit-title {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #040D2E;
  margin: 0 0 8px;
  letter-spacing: 0.3px;
}

.hiw-benefit-desc {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #526581;
  margin: 0;
}

.hiw-benefit-sep {
  width: 1px;
  background: #E5ECF5;
  flex: 0 0 1px;
  align-self: center;
  height: 72%;
  margin: 0;
}

/* ---- PAGE-SPECIFIC CTA BAND ---- */
.hiw-cta-band-wrap {
  background: #FFFFFF;
  padding: 0 40px 70px;
  display: flex;
  justify-content: center;
}

.hiw-cta-band {
  max-width: 1310px;
  width: 100%;
  min-height: 164px;
  background: radial-gradient(ellipse at 30% 50%, rgba(9, 158, 248, 0.08), transparent 60%),
              linear-gradient(135deg, #040D2E 0%, #061155 100%);
  border-radius: 20px;
  padding: 40px 44px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.hiw-cta-left {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw-cta-vmark {
  width: 64px;
  height: auto;
  opacity: 0.9;
}

.hiw-cta-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hiw-cta-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  color: #00E5E5;
  margin: 0;
  letter-spacing: 0.5px;
}

.hiw-cta-sub {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
}

.hiw-cta-reassurance {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hiw-cta-reassurance-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.hiw-cta-right {
  flex: 0 0 auto;
}

.hiw-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(100deg, #099EF8, #6B0DD8);
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 34px;
  height: 54px;
  border-radius: 13px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.15s;
}

.hiw-cta-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ===== RESPONSIVE: TABLET (1024px) ===== */
@media (max-width: 1024px) {
  .hiw-hero { min-height: 640px; }
  .hiw-hero-inner { min-height: 640px; padding: 72px 0; gap: 44px; }
  .hiw-hero-visual { height: 470px; }
  .hiw-hero-orbital-ring { width: 390px; height: 390px; }
  .hiw-hero-ambient-cyan { width: 400px; height: 400px; }
  .hiw-hero-ambient-violet { width: 300px; height: 300px; }
  .hiw-hero-shipping { width: 450px; max-height: 420px; transform: none; }
  .hiw-hero-headline { font-size: 54px; }
  .hiw-hero-sub { font-size: 17px; }
  .hiw-steps-section { padding: 88px 0; }
  .hiw-steps-title { font-size: 38px; letter-spacing: 3px; }
  .hiw-step-number { font-size: 22px; }
  .hiw-step-circle { width: 210px; height: 210px; }
  .hiw-step-icon { width: 190px; height: 130px; }
  .hiw-step-connector { margin-top: 143px; flex-basis: 36px; }
  .hiw-step-title { font-size: 19px; }
  .hiw-step-desc { font-size: 16px; max-width: 260px; }
  .hiw-benefit-icon { width: 110px; height: 102px; }
  .hiw-benefits-strip { padding: 30px 22px; }
}

/* ===== RESPONSIVE: MOBILE (430px) ===== */
@media (max-width: 768px) {
  .hiw-hero {
    min-height: auto;
  }
  .hiw-hero-inner {
    flex-direction: column;
    padding: 36px 20px;
    min-height: auto;
    gap: 28px;
  }
  .hiw-hero-visual {
    flex: 0 0 auto;
    height: auto;
    width: 100%;
    order: 2;
    padding: 20px 0 8px;
  }
  .hiw-hero-shipping-stage {
    width: 100%;
  }
  .hiw-hero-orbital-ring {
    width: 300px;
    height: 300px;
  }
  .hiw-hero-ambient-cyan {
    width: 310px;
    height: 310px;
    opacity: 0.7;
  }
  .hiw-hero-ambient-violet {
    width: 220px;
    height: 220px;
    opacity: 0.7;
  }
  .hiw-hero-shipping {
    width: 100%;
    max-width: 460px;
    max-height: none;
    opacity: 1;
    mix-blend-mode: normal;
    transform: none;
  }
  .hiw-hero-reflection {
    width: 70%;
    height: 30px;
  }
  .hiw-hero-copy {
    order: 1;
    text-align: left;
  }
  .hiw-hero-eyebrow {
    font-size: 14px;
  }
  .hiw-hero-headline {
    font-size: 46px;
    line-height: 1.02;
    max-width: 100%;
  }
  .hiw-hero-sub {
    font-size: 17px;
  }
  .hiw-hero-values {
    flex-direction: row;
    gap: 0;
  }
  .hiw-value-divider {
    margin: 8px 14px;
  }
  .hiw-value-text h4 {
    font-size: 14px;
  }
  .hiw-value-text p {
    font-size: 13px;
  }

  /* Steps: vertical */
  .hiw-steps-timeline {
    flex-direction: column;
    gap: 32px;
  }
  .hiw-step {
    padding: 0;
  }
  .hiw-step-connector {
    display: none;
  }
  .hiw-steps-section {
    padding: 64px 0 56px;
  }
  .hiw-steps-title {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .hiw-step-circle { width: 180px; height: 180px; }
  .hiw-step-icon { width: 160px; height: 108px; }
  .hiw-step-title { font-size: 18px; }
  .hiw-step-desc { font-size: 16px; max-width: 260px; }

  /* Benefits: 1 col */
  .hiw-benefits-strip {
    flex-direction: column;
    gap: 22px;
    padding: 30px 22px;
  }
  .hiw-benefit-icon { width: 108px; height: 100px; }
  .hiw-benefit-title { font-size: 18px; }
  .hiw-benefit-desc { font-size: 16px; }
  .hiw-benefit-sep {
    width: 100%;
    height: 1px;
    margin: 4px 0;
  }
  .hiw-benefits-section {
    padding: 0 16px 50px;
  }

  /* CTA band: stack */
  .hiw-cta-band {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    gap: 16px;
  }
  .hiw-cta-left {
    order: 1;
  }
  .hiw-cta-center {
    order: 2;
    align-items: center;
  }
  .hiw-cta-reassurance {
    order: 3;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .hiw-cta-right {
    order: 4;
    width: 100%;
  }
  .hiw-cta-btn {
    width: 100%;
  }
  .hiw-cta-band-wrap {
    padding: 0 16px 50px;
  }
}

@media (max-width: 430px) {
  .hiw-hero-headline {
    font-size: 40px;
  }
  .hiw-hero-eyebrow {
    font-size: 13px;
  }
  .hiw-hero-sub {
    font-size: 16px;
  }
  .hiw-hero-shipping {
    max-width: 400px;
  }
  .hiw-hero-values {
    flex-direction: column;
    gap: 12px;
  }
  .hiw-value-divider {
    width: 100%;
    height: 1px;
    margin: 4px 0;
  }
  .hiw-steps-title {
    font-size: 32px;
    letter-spacing: 1.5px;
  }
  .hiw-step-circle { width: 150px; height: 150px; }
  .hiw-step-icon { width: 132px; height: 90px; }
  .hiw-step-title { font-size: 18px; }
  .hiw-step-desc { font-size: 16px; max-width: 280px; }
  .hiw-benefit-icon { width: 100px; height: 92px; }
  .hiw-benefit-title { font-size: 18px; }
  .hiw-benefit-desc { font-size: 16px; }
  .hiw-cta-heading {
    font-size: 24px;
  }
  .hiw-cta-sub {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .hiw-hero-headline { font-size: 40px; }
  .hiw-hero-shipping { max-width: 360px; }
  .hiw-step-circle { width: 140px; height: 140px; }
  .hiw-step-icon { width: 124px; height: 84px; }
  .hiw-step-desc { font-size: 16px; }
}

