/* =========================================================
   HOME HERO V3.2 — LIGHT PREMIUM HERO / LOWER HEIGHT
========================================================= */

.wd-home-hero-light {
  position: relative;
  overflow: hidden;
  padding: 66px 0 44px;
  background:
    radial-gradient(circle at top left, rgba(98, 173, 255, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(145, 120, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f9fbfe 0%, #eef4fa 100%);
  color: #0f172a;
}

.wd-home-hero-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.wd-home-hero-head {
  max-width: 1240px;
  margin: 0 auto 26px;
  text-align: center;
}

.wd-home-hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.84);
  color: #475569;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.wd-home-hero-head h1 {
  margin: 0;
  font-size: clamp(2.85rem, 5.6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 950;
  color: #0f172a;
}

/* ================= VISUAL STAGE ================= */

.wd-home-hero-stage {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) 148px;
  gap: 22px;
  align-items: center;
  margin: 0 auto;
}

.wd-home-stage-image {
  position: relative;
  height: 320px;
  border-radius: 26px;
  overflow: hidden;
  background: #dbe7f4;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.10);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
  opacity: 0.94;
}

.wd-home-stage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wd-home-stage-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
}

.wd-home-stage-image-left {
  transform: translateX(8px);
}

.wd-home-stage-image-right {
  transform: translateX(-8px);
}

/* ================= COCKPIT ================= */

.wd-home-cockpit {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 250px;
  overflow: hidden;
  min-height: 390px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 24px 72px rgba(15, 23, 42, 0.10),
    0 2px 0 rgba(255,255,255,0.92) inset;
}

.wd-home-cockpit-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 16px 0;
  background: #0b1220;
  color: rgba(255,255,255,0.72);
}

.wd-home-cockpit-sidebar i {
  font-size: 0.95rem;
}

.wd-home-cockpit-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #ffffff;
  color: #0b1220;
  font-size: 0.74rem;
  font-weight: 950;
}

.wd-home-cockpit-main {
  padding: 24px 26px;
}

.wd-home-cockpit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.wd-home-cockpit-label {
  display: block;
  margin-bottom: 3px;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wd-home-cockpit-top strong {
  display: block;
  color: #0f172a;
  font-size: 1rem;
}

.wd-home-cockpit-icons {
  display: flex;
  gap: 7px;
}

.wd-home-cockpit-icons span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #e9f8ef;
  color: #21864b;
  font-size: 0.84rem;
}

.wd-home-chat-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.wd-home-avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #eef2f7;
  color: #0f172a;
  font-size: 0.76rem;
  font-weight: 950;
}

.wd-home-avatar-ai {
  background: #eaf7ef;
  color: #227544;
}

.wd-home-chat-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 0.9rem;
}

.wd-home-chat-copy p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
  font-size: 0.92rem;
}

.wd-home-cockpit-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.wd-home-cockpit-cards article {
  min-height: 76px;
  padding: 12px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.wd-home-cockpit-cards span {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wd-home-cockpit-cards strong {
  display: block;
  color: #0f172a;
  font-size: 0.88rem;
  line-height: 1.35;
}

.wd-home-cockpit-panel {
  padding: 24px 20px;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 219, 183, 0.32), transparent 42%),
    #fcf8f3;
}

.wd-home-profile-mini {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.wd-home-profile-avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 950;
  font-size: 0.82rem;
}

.wd-home-profile-mini strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 0.92rem;
}

.wd-home-profile-mini small {
  display: block;
  color: #64748b;
  line-height: 1.42;
  font-size: 0.78rem;
}

.wd-home-flow-list {
  display: grid;
  gap: 12px;
}

.wd-home-flow-list div {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.45;
}

.wd-home-flow-list i {
  color: #4a9d35;
  font-size: 0.95rem;
  transform: translateY(1px);
}

/* ================= FOOT ================= */

.wd-home-hero-foot {
  max-width: 900px;
  margin: 22px auto 0;
  text-align: center;
}

.wd-home-hero-lead {
  margin: 0 auto;
  max-width: 740px;
  color: #475569;
  font-size: clamp(0.98rem, 1.28vw, 1.1rem);
  line-height: 1.75;
}

.wd-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.wd-home-hero-btn,
.wd-home-hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wd-home-hero-btn-primary {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.wd-home-hero-btn-secondary {
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #0f172a;
  background: rgba(255,255,255,0.82);
}

.wd-home-hero-link {
  color: #0f172a;
  padding-inline: 8px;
}

.wd-home-hero-btn:hover,
.wd-home-hero-link:hover {
  transform: translateY(-2px);
}

.wd-home-hero-btn-primary:hover {
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

/* trust pills in one row */
.wd-home-hero-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.wd-home-hero-trust span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15, 23, 42, 0.09);
  color: #475569;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1100px) {
  .wd-home-hero-stage {
    grid-template-columns: 110px minmax(0, 1fr) 110px;
    gap: 14px;
  }

  .wd-home-stage-image {
    height: 280px;
  }

  .wd-home-cockpit {
    grid-template-columns: 50px minmax(0, 1fr) 220px;
    min-height: 370px;
  }
}

@media (max-width: 920px) {
  .wd-home-hero-light {
    padding: 60px 0 40px;
  }

  .wd-home-hero-stage {
    grid-template-columns: 1fr;
  }

  .wd-home-stage-image {
    display: none;
  }

  .wd-home-cockpit {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .wd-home-cockpit-panel {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }
}

@media (max-width: 640px) {
  .wd-home-hero-shell {
    width: min(100% - 24px, 720px);
  }

  .wd-home-hero-head {
    margin-bottom: 20px;
  }

  .wd-home-cockpit {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 24px;
  }

  .wd-home-cockpit-sidebar {
    display: none;
  }

  .wd-home-cockpit-main,
  .wd-home-cockpit-panel {
    padding: 20px;
  }

  .wd-home-cockpit-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .wd-home-cockpit-cards {
    grid-template-columns: 1fr;
  }

  .wd-home-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wd-home-hero-btn,
  .wd-home-hero-link {
    width: 100%;
  }

  .wd-home-hero-link {
    min-height: 44px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
  }

  .wd-home-hero-trust {
    justify-content: flex-start;
  }
}



/* =========================================================
   HERO — FULL SECTION
   Clean · Business · Tech · Cinematic Light
========================================================= */

/* ===============================
   HERO FRAME
================================ */

.hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 92px);
  overflow: hidden;
  background-color: #edf3f7;
}

/* ===============================
   BACKGROUND IMAGE
================================ */

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}



/* ===============================
   HERO CONTENT
================================ */

.hero-content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: calc(100vh - 92px);

  width: min(1600px, calc(100% - 56px));
  max-width: 1600px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;

  padding-top: 56px;
  padding-right: 0;
  padding-bottom: 42px;
  padding-left: 0;
}

/* ===============================
   HERO INTRO
   centered title and lead
================================ */

.hero-intro {
  max-width: 980px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 54px;
  margin-left: auto;
  text-align: center;
}

.hero-kicker {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 56px;
  margin-left: 0;

  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2f678d;
}

.hero h1 {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;

  max-width: 920px;

  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 760;
  color: #102033;
  text-align: center;
}

.hero-lead {
  margin-top: 22px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;

  max-width: 780px;

  font-size: 17px;
  line-height: 1.66;
  color: #506577;
  text-align: center;
}

/* ===============================
   FEATURE ROW
================================ */

.hero-feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

.hero-feature {
  display: inline-flex;
  align-items: center;

  min-height: 36px;
  max-width: 900px;

  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;

  padding-top: 0;
  padding-right: 18px;
  padding-bottom: 0;
  padding-left: 18px;

  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.14);

  background-color: rgba(255, 255, 255, 0.10);
  color: #244764;

  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;

  box-shadow:
    0 10px 24px rgba(31, 63, 91, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-free-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #b7df52;
  color: #16210f;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(183, 223, 82, 0.24);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.hero-free-btn:hover {
  transform: translateY(-1px);
  background: #addb42;
  color: #11180d;
  box-shadow: 0 16px 34px rgba(183, 223, 82, 0.30);
}

.hero-free-btn:active {
  transform: translateY(0);
}

/* ===============================
   STRIPS GRID
================================ */

.hero-strips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;

  margin-top: 0;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}

/* ===============================
   SINGLE STRIP
   plain glass strip
================================ */

.hero-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: center;

  min-height: 126px;
  overflow: hidden;
  text-decoration: none;

  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);

  background-color: rgba(255, 255, 255, 0.12);

  box-shadow:
    0 10px 24px rgba(31, 63, 91, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.hero-strip:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.48);
  border-color: rgba(255, 255, 255, 0.44);

  box-shadow:
    0 16px 34px rgba(31, 63, 91, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

/* ===============================
   STRIP TEXT
================================ */

.hero-strip-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  padding-top: 18px;
  padding-right: 4px;
  padding-bottom: 18px;
  padding-left: 18px;

  text-align: left;
}

.hero-strip-text h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.16;
  font-weight: 720;
  color: #102033;
}

.hero-strip-text p {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;

  font-size: 13px;
  line-height: 1.5;
  color: #5c6f80;
}

/* ===============================
   STRIP IMAGE
   plain inside same strip
================================ */

.hero-strip-image {
  display: flex;
  align-items: center;
  justify-content: center;

  padding-top: 6px;
  padding-right: 9px;
  padding-bottom: 6px;
  padding-left: 0px;
}

.hero-strip-image img {
  display: block;
  width: 66px;
  height: 100px;
  object-fit: fill;
  object-position: center center;
}
/* ===============================
   TRUST LINE
================================ */

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;

  padding-top: 0;
  padding-right: 14px;
  padding-bottom: 0;
  padding-left: 14px;

  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.24);

  background-color: rgba(255, 255, 255, 0.24);
  color: #355169;

  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;

  box-shadow:
    0 8px 20px rgba(31, 63, 91, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ===============================
   HERO ACTIONS
================================ */

.hero-actions {
  display: flex;
  align-items: right;
  justify-content: right;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 18px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  width: auto;
  min-width: 220px;
  max-width: 280px;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.hero-btn:hover {
  transform: translateY(-1px);
}

.hero-btn:active {
  transform: translateY(0);
}

/* ===============================
   PRIMARY BUTTON
================================ */

.hero-btn-primary {
  border-color: rgba(16, 32, 51, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(244, 248, 251, 0.88) 100%);
  color: #123e65;
  
}

.hero-btn-primary:hover {
  border-color: rgba(18, 62, 101, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 246, 250, 0.94) 100%);
  box-shadow:
    0 16px 34px rgba(31, 63, 91, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

/* ===============================
   SECONDARY BUTTON
================================ */

.hero-btn-secondary {
  border-color: rgba(18, 62, 101, 0.14);
  background: rgba(255, 255, 255, 0.12);
  color: #1f4f73;
}

.hero-btn-secondary:hover {
  border-color: rgba(18, 62, 101, 0.22);
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    0 16px 34px rgba(31, 63, 91, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 820px) {
  .hero-actions {
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .hero-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

/* ===============================
   LARGE DISPLAYS
================================ */

@media (min-width: 1700px) {
  .hero-content {
    width: min(1640px, calc(100% - 72px));
  }

  .hero h1 {
    max-width: 980px;
  }
}

/* ===============================
   MEDIUM DESKTOP
================================ */

@media (max-width: 1280px) {
  .hero-content {
    width: min(1500px, calc(100% - 40px));
  }

  .hero-strips {
    gap: 14px;
  }

  .hero-strip {
    grid-template-columns: minmax(0, 1fr) 72px;
  }

  .hero-strip::after {
    right: 72px;
  }

  .hero-strip-image img {
    width: 52px;
    height: 80px;
  }
}

/* ===============================
   TABLET
================================ */

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    min-height: auto;
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 34px;
    padding-left: 0;
  }

  .hero-intro {
    margin-bottom: 28px;
  }

  .hero-feature-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .hero-feature {
    max-width: 100%;
  }

  .hero-strips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 820px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    width: calc(100% - 32px);
    min-height: auto;

    padding-top: 42px;
    padding-right: 0;
    padding-bottom: 28px;
    padding-left: 0;
  }

  .hero-kicker {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.08;
    max-width: 100%;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.64;
    max-width: 100%;
  }

  .hero-feature-row {
    gap: 14px;
    margin-bottom: 14px;
  }

  .hero-feature {
    min-height: 44px;
    max-width: 100%;

    padding-top: 0;
    padding-right: 14px;
    padding-bottom: 0;
    padding-left: 14px;

    font-size: 11.5px;
  }

  .hero-free-btn {
    min-height: 44px;

    padding-top: 0;
    padding-right: 14px;
    padding-bottom: 0;
    padding-left: 14px;

    font-size: 13px;
  }

  .hero-strips {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-strip {
    grid-template-columns: minmax(0, 1fr) 82px;
    min-height: 126px;
  }

  .hero-strip::after {
    right: 82px;
  }

  .hero-strip-image img {
    width: 56px;
    height: 78px;
  }

  .hero-trust {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* ===============================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {
  .hero-content {
    width: calc(100% - 24px);

    padding-top: 34px;
    padding-right: 0;
    padding-bottom: 22px;
    padding-left: 0;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-strip {
    grid-template-columns: minmax(0, 1fr) 70px;
    min-height: 118px;
  }

  .hero-strip::after {
    right: 70px;
    width: 22px;
  }

  .hero-strip-text {
    padding-top: 16px;
    padding-right: 12px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .hero-strip-text h3 {
    font-size: 16px;
  }

  .hero-strip-text p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .hero-strip-image {
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .hero-strip-image img {
    width: 48px;
    height: 68px;
  }
}

/* ===============================
   REDUCED MOTION
================================ */

@media (prefers-reduced-motion: reduce) {
  .hero-free-btn,
  .hero-strip {
    transition: none;
  }
}

