:root {
  --hm-ink: #17352d;
  --hm-forest: #205747;
  --hm-deep: #103b32;
  --hm-sage: #ddeae3;
  --hm-sage-mid: #8eae9a;
  --hm-cream: #fbf8f2;
  --hm-coral: #ef7566;
  --hm-gold: #f3ba4c;
  --hm-muted: #668078;
  --hm-line: #d8e3de;
  --hm-white: #ffffff;
  --hm-shadow: 0 28px 70px rgba(23, 53, 45, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--hm-cream);
  color: var(--hm-ink);
  font-family: "Avenir Next", "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input {
  font-family: "Avenir Next", "Segoe UI", Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.hm-navbar {
  min-height: 80px;
  padding: 14px 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: 180ms ease;
}

.hm-navbar.is-scrolled {
  min-height: 70px;
  padding: 9px 0;
  background: rgba(251, 248, 242, 0.94);
  border-color: rgba(23, 53, 45, 0.1);
  box-shadow: 0 12px 34px rgba(23, 53, 45, 0.07);
  backdrop-filter: blur(18px);
}

.hm-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--hm-ink);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.hm-navbar .hm-brand,
.hm-navbar .hm-brand:hover,
.hm-navbar .hm-brand:focus,
.hm-navbar .hm-brand:active,
.hm-navbar .hm-brand:visited {
  color: var(--hm-ink) !important;
}

.hm-brand img {
  width: 42px;
  height: 42px;
}

.is-scrolled .hm-brand {
  color: var(--hm-ink);
}

.hm-navbar .nav-link {
  margin: 0 2px;
  padding: 12px 13px !important;
  color: #48665d;
  font-size: 0.88rem;
  font-weight: 700;
}

.hm-navbar .nav-link:hover,
.hm-navbar .nav-link:focus {
  color: var(--hm-ink);
}

.hm-navbar.is-scrolled .nav-link {
  color: #48665d;
}

.hm-navbar.is-scrolled .nav-link:hover,
.hm-navbar.is-scrolled .nav-link:focus {
  color: var(--hm-ink);
}

.navbar-toggler {
  display: flex;
  width: 46px;
  height: 42px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--hm-line);
  border-radius: 13px;
}

.is-scrolled .navbar-toggler {
  border-color: var(--hm-line);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(239, 117, 102, 0.2);
}

.navbar-toggler span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--hm-ink);
  border-radius: 20px;
}

.is-scrolled .navbar-toggler span {
  background: var(--hm-ink);
}

.hm-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 16px;
  font-size: 0.92rem;
  font-weight: 800;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.hm-btn:hover {
  transform: translateY(-2px);
}

.hm-btn svg,
.hm-text-link svg,
.hm-document-card > svg,
.hm-btn i,
.hm-text-link i,
.hm-document-card > i {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hm-btn-small {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 13px;
  background: var(--hm-coral);
  color: var(--hm-ink);
}

.hm-btn-small:hover {
  color: var(--hm-ink);
  background: #f28b7e;
  box-shadow: 0 10px 24px rgba(239, 117, 102, 0.24);
}

.hm-btn-coral {
  background: var(--hm-coral);
  color: var(--hm-ink);
  box-shadow: 0 14px 30px rgba(239, 117, 102, 0.2);
}

.hm-btn-coral:hover {
  color: var(--hm-ink);
  background: #f28b7e;
  box-shadow: 0 18px 38px rgba(239, 117, 102, 0.28);
}

.hm-btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: var(--hm-white);
}

.hm-btn-outline-light:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
  color: var(--hm-white);
}

.hm-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  padding: 135px 0 60px;
  background:
    linear-gradient(110deg, rgba(16, 59, 50, 0.99), rgba(26, 74, 61, 0.96)),
    var(--hm-deep);
}

.hm-hero::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.09) 0.8px,
    transparent 0.8px
  );
  background-size: 24px 24px;
  content: "";
  mask-image: linear-gradient(to right, black, transparent 80%);
}

.hm-hero .container {
  z-index: 2;
}

.hm-hero h1 {
  max-width: 830px;
  margin: 16px 0 22px;
  color: var(--hm-white);
  font-size: clamp(3.15rem, 6vw, 5.7rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.hm-hero-lead {
  max-width: 700px;
  color: #d7e6df;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.62;
}

.hm-eyebrow {
  margin: 0 0 12px;
  color: #688d81;
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hm-eyebrow-light {
  color: #b6d2c6;
}

.hm-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  color: #c6dbd2;
  font-size: 0.82rem;
  font-weight: 700;
}

.hm-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hm-trust-row svg,
.hm-check-list svg,
.hm-form-success svg,
.hm-trust-row i,
.hm-check-list i,
.hm-form-success i {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hm-hero-device {
  position: relative;
  width: min(420px, 88vw);
  margin: 0 auto;
}

.hm-hero-device > img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  filter: drop-shadow(0 36px 42px rgba(1, 23, 18, 0.5));
  transform: rotate(2deg);
}

.hm-device-glow {
  position: absolute;
  z-index: 0;
  top: 16%;
  left: -8%;
  width: 115%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(142, 174, 154, 0.18);
  filter: blur(4px);
}

.hm-hero-orb {
  position: absolute;
  border-radius: 50%;
  background: rgba(207, 225, 216, 0.08);
  filter: blur(1px);
}

.hm-hero-orb-one {
  top: -250px;
  right: -180px;
  width: 650px;
  height: 650px;
}

.hm-hero-orb-two {
  bottom: -300px;
  left: -280px;
  width: 650px;
  height: 650px;
}

.hm-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  min-width: 148px;
  flex-direction: column;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  background: rgba(251, 248, 242, 0.92);
  color: var(--hm-ink);
  box-shadow: 0 18px 40px rgba(7, 35, 27, 0.25);
  backdrop-filter: blur(10px);
}

.hm-float-card strong {
  color: var(--hm-coral);
  font-size: 1.6rem;
  line-height: 1;
}

.hm-float-card span {
  margin-top: 4px;
  color: var(--hm-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.hm-float-card-match {
  top: 23%;
  left: -21%;
}

.hm-float-card-stars {
  right: -18%;
  bottom: 22%;
}

.hm-proof {
  position: relative;
  z-index: 4;
  padding: 0 0 38px;
  background: var(--hm-cream);
}

.hm-proof .container {
  margin-top: -38px;
  overflow: hidden;
  border: 1px solid var(--hm-line);
  border-radius: 24px;
  background: var(--hm-white);
  box-shadow: 0 20px 45px rgba(23, 53, 45, 0.09);
}

.hm-proof-item {
  display: flex;
  min-height: 128px;
  align-items: center;
  gap: 18px;
  padding: 28px 34px;
  border-right: 1px solid var(--hm-line);
}

.hm-proof-item:last-child {
  border-right: 0;
}

.hm-proof-item strong {
  flex: 0 0 auto;
  color: var(--hm-forest);
  font-size: 1.7rem;
  line-height: 1;
}

.hm-proof-item span {
  color: var(--hm-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.hm-source-note {
  margin: 0;
  padding: 12px 20px;
  border-top: 1px solid var(--hm-line);
  color: #7d9089;
  font-size: 0.73rem;
  text-align: center;
}

.hm-source-note a {
  color: var(--hm-forest);
  font-weight: 800;
}

.hm-section {
  padding: 80px 0;
}

.hm-section h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.hm-section h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.hm-section-lead {
  color: var(--hm-muted);
  font-size: 1.09rem;
  line-height: 1.7;
}

.hm-section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
}

.hm-section-heading > p:last-child {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--hm-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.hm-solution-section {
  background: var(--hm-cream);
}

.hm-problem-card,
.hm-solution-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

.hm-problem-card {
  min-height: 520px;
  padding: 38px;
  border: 1px solid var(--hm-line);
  background: var(--hm-white);
}

.hm-problem-card h3 {
  max-width: 360px;
  margin: 25px 0 18px;
}

.hm-problem-card > p:not(.hm-eyebrow) {
  color: var(--hm-muted);
  line-height: 1.7;
}

.hm-card-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
  border-radius: 50%;
  background: var(--hm-sage);
  color: var(--hm-forest);
  font-size: 0.77rem;
  font-weight: 900;
}

.hm-clean-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hm-clean-list li {
  padding: 13px 0;
  border-top: 1px solid var(--hm-line);
  color: #36584f;
  font-size: 0.92rem;
  font-weight: 750;
}

.hm-solution-card {
  min-height: 520px;
  background: var(--hm-deep);
  color: var(--hm-white);
}

.hm-solution-copy {
  position: relative;
  z-index: 2;
  width: 66%;
  padding: 40px 18px 40px 40px;
}

.hm-solution-card .hm-card-number {
  margin-bottom: 46px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--hm-white);
}

.hm-solution-card h3 {
  margin: 20px 0;
}

.hm-solution-card p:not(.hm-eyebrow) {
  color: #c7dbd2;
  line-height: 1.7;
}

.hm-solution-card > img {
  position: absolute;
  right: -62px;
  bottom: -190px;
  width: 46%;
  filter: drop-shadow(0 26px 28px rgba(0, 0, 0, 0.32));
  transform: rotate(-4deg);
}

.hm-solution-path {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hm-solution-path span {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--hm-white);
  font-size: 0.75rem;
  font-weight: 800;
}

.hm-features-section {
  background: #f4f7f4;
}

.hm-feature-stack {
  display: grid;
  gap: 24px;
}

.hm-feature-row {
  overflow: hidden;
  padding: 46px;
  border: 1px solid var(--hm-line);
  border-radius: 36px;
  background: var(--hm-white);
}

.hm-feature-row h3 {
  max-width: 520px;
  margin: 12px 0 18px;
}

.hm-feature-copy {
  max-width: 540px;
  color: var(--hm-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hm-check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hm-check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #36594f;
  font-size: 0.9rem;
  font-weight: 750;
}

.hm-check-list svg,
.hm-check-list i {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  padding: 4px;
  border-radius: 50%;
  background: var(--hm-sage);
  color: var(--hm-forest);
}

.hm-feature-visual {
  position: relative;
  display: grid;
  min-height: 450px;
  place-items: center;
  overflow: hidden;
  border-radius: 28px;
  background: var(--hm-sage);
}

.hm-feature-coral .hm-feature-visual {
  background:
    radial-gradient(circle at 80% 20%, #ffd6cf 0 22%, transparent 23%),
    #f7e7e2;
}

.hm-feature-gold .hm-feature-visual {
  background:
    radial-gradient(circle at 25% 80%, #ffeab5 0 20%, transparent 21%),
    #f9f0d9;
}

.hm-feature-visual img {
  width: min(330px, 78%);
  margin-bottom: -210px;
  filter: drop-shadow(0 28px 25px rgba(23, 53, 45, 0.22));
  transition: transform 260ms ease;
}

.hm-feature-row:hover .hm-feature-visual img {
  transform: translateY(-8px);
}

.hm-explain-section {
  background: var(--hm-coral);
}

.hm-score-card,
.hm-bars-card {
  height: 100%;
  border-radius: 30px;
}

.hm-score-card {
  padding: 36px;
  background: var(--hm-deep);
  color: var(--hm-white);
}

.hm-score-card .hm-eyebrow {
  margin-top: 30px;
}

.hm-score-card h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.hm-score-card > p:last-child {
  color: #c8dcd3;
  line-height: 1.7;
}

.hm-score-ring {
  display: grid;
  width: 125px;
  height: 125px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--hm-deep) 55%, transparent 57%),
    conic-gradient(var(--hm-coral) 0 92%, rgba(255, 255, 255, 0.16) 92%);
}

.hm-score-ring span {
  font-size: 1.8rem;
  font-weight: 850;
}

.hm-bars-card {
  padding: 36px;
  background: rgba(255, 255, 255, 0.94);
}

.hm-bar-row + .hm-bar-row {
  margin-top: 24px;
}

.hm-bar-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: var(--hm-ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.hm-bar-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--hm-sage);
}

.hm-bar-track > div {
  height: 100%;
  border-radius: inherit;
  background: var(--hm-forest);
}

.hm-agree-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 34px;
}

.hm-agree-row span {
  padding: 12px 14px;
  border-radius: 13px;
  background: #edf3ef;
  color: #3f6258;
  font-size: 0.78rem;
  font-weight: 750;
}

.hm-prototype-section {
  overflow: hidden;
  background: var(--hm-deep);
  color: var(--hm-white);
}

.hm-text-soft {
  color: #b9cfc6;
}

.hm-journey-tabs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.hm-journey-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #afc7bd;
  font-size: 0.82rem;
  font-weight: 800;
  transition: 160ms ease;
}

.hm-journey-tabs button span {
  font-size: 0.68rem;
  opacity: 0.72;
}

.hm-journey-tabs button:hover,
.hm-journey-tabs button.active {
  border-color: var(--hm-coral);
  background: var(--hm-coral);
  color: var(--hm-ink);
}

.hm-journey-panel {
  min-height: 650px;
  padding: 40px 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 24%, rgba(142, 174, 154, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.035);
}

.hm-journey-panel h3 {
  max-width: 600px;
  margin: 18px 0;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.hm-journey-copy {
  max-width: 590px;
  color: #bcd0c7;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hm-result-box {
  max-width: 560px;
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 3px solid var(--hm-coral);
  border-radius: 0 15px 15px 0;
  background: rgba(255, 255, 255, 0.07);
}

.hm-result-box span {
  color: var(--hm-coral);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hm-result-box p {
  margin: 5px 0 0;
  color: #d3e2dc;
  font-size: 0.9rem;
}

.hm-round-btn {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--hm-white);
  font-size: 1.2rem;
  transition: 160ms ease;
}

.hm-round-btn:hover {
  border-color: var(--hm-coral);
  background: var(--hm-coral);
  color: var(--hm-ink);
}

.hm-journey-device {
  position: relative;
  display: grid;
  height: 600px;
  place-items: center;
}

.hm-journey-device::before {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(142, 174, 154, 0.11);
  content: "";
}

.hm-journey-device img {
  position: relative;
  z-index: 2;
  height: 590px;
  max-width: none;
  filter: drop-shadow(0 34px 30px rgba(0, 0, 0, 0.36));
  animation: hm-screen-in 280ms ease both;
}

.hm-screen-enter {
  animation: hm-screen-in 280ms ease both;
}

@keyframes hm-screen-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hm-video-section {
  margin-top: 72px;
}

.hm-video-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}

.hm-video-heading h3 {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
}

.hm-video-frame {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 560px !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 auto !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hm-video-frame iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  aspect-ratio: 16 / 9 !important;
  border: 0 !important;
  background: transparent !important;
}

.hm-video-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.hm-youtube-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.hm-youtube-link:hover,
.hm-youtube-link:focus-visible {
  color: #ff9f93;
  text-decoration: underline;
}

.hm-transcript {
  margin-top: 18px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.hm-transcript summary {
  padding: 18px 0;
  color: #d5e4de;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.hm-transcript ol {
  margin: 0 0 22px;
  color: #adc4ba;
  font-size: 0.86rem;
  line-height: 1.7;
}

.hm-campaign-section {
  background: #f4f7f4;
}

.hm-campaign-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--hm-line);
  border-radius: 28px;
  background: var(--hm-white);
}

.hm-campaign-card::after {
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  opacity: 0.22;
}

.hm-accent-coral {
  --accent: var(--hm-coral);
}

.hm-accent-gold {
  --accent: var(--hm-gold);
}

.hm-accent-sage {
  --accent: var(--hm-sage-mid);
}

.hm-accent-forest {
  --accent: var(--hm-forest);
}

.hm-campaign-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #779087;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.hm-campaign-tag {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--hm-sage);
  color: var(--hm-forest);
  font-size: 0.64rem;
  letter-spacing: 0;
}

.hm-campaign-card h3 {
  max-width: 520px;
  margin: 34px 0 14px;
  font-size: 1.6rem;
}

.hm-campaign-card p {
  max-width: 560px;
  margin: 0;
  color: var(--hm-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.hm-social-concept {
  margin-top: 38px;
  padding: 44px;
  overflow: hidden;
  border-radius: 36px;
  background: var(--hm-deep);
  color: var(--hm-white);
}

.hm-social-concept h3 {
  margin: 18px 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.hm-social-concept .col-lg-5 > p:not(.hm-eyebrow) {
  color: #c2d5cd;
  line-height: 1.7;
}

.hm-hashtag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hm-hashtag-row span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #d2e1db;
  font-size: 0.75rem;
  font-weight: 800;
}

.hm-promo-callout {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 28px;
  padding: 17px 19px;
  border-left: 3px solid var(--hm-gold);
  background: rgba(255, 255, 255, 0.06);
}

.hm-promo-callout span {
  color: var(--hm-gold);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.hm-promo-callout strong {
  font-size: 0.9rem;
}

.hm-social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  transform: rotate(2deg);
}

.hm-social-post {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 26px;
  color: var(--hm-ink);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2);
}

.hm-post-one {
  background: var(--hm-coral);
}

.hm-post-two {
  margin-top: 48px;
  background: var(--hm-sage);
}

.hm-social-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 800;
}

.hm-social-meta img {
  width: 31px;
  height: 31px;
}

.hm-social-post > p {
  color: var(--hm-ink);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.hm-social-post small {
  color: rgba(23, 53, 45, 0.72);
  font-weight: 800;
}

.hm-social-stat {
  display: flex;
  width: 120px;
  height: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 8px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
}

.hm-social-stat strong {
  font-size: 1.8rem;
  line-height: 1;
}

.hm-social-stat span {
  margin-top: 3px;
  font-size: 0.66rem;
  font-weight: 800;
}

.hm-stars-pill {
  align-self: flex-start;
  padding: 13px 16px;
  border-radius: 999px;
  background: var(--hm-gold);
  font-size: 0.82rem;
  font-weight: 850;
}

.hm-campus-section {
  background: var(--hm-cream);
}

.hm-value-list {
  display: grid;
  gap: 13px;
  margin-top: 32px;
}

.hm-value-list > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--hm-line);
  border-radius: 18px;
  background: var(--hm-white);
}

.hm-value-list > div > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--hm-sage);
  color: var(--hm-forest);
  font-size: 0.72rem;
  font-weight: 900;
}

.hm-value-list p {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}

.hm-value-list strong {
  font-size: 0.9rem;
}

.hm-value-list small {
  color: var(--hm-muted);
  font-size: 0.76rem;
}

.hm-admin-card {
  padding: 28px;
  border: 1px solid var(--hm-line);
  border-radius: 32px;
  background: var(--hm-white);
  box-shadow: var(--hm-shadow);
}

.hm-admin-card-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

.hm-admin-card-header span:not(.hm-live-pill) {
  color: #789087;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.hm-admin-card-header h3 {
  margin-top: 8px;
  font-size: 1.5rem;
}

.hm-live-pill {
  padding: 8px 10px;
  border-radius: 999px;
  background: #fde4de;
  color: #a44a3d;
  font-size: 0.64rem;
  font-weight: 850;
  white-space: nowrap;
}

.hm-admin-tool {
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #f2f6f3;
}

.hm-admin-tool > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: var(--hm-deep);
  color: var(--hm-white);
  font-size: 0.72rem;
  font-weight: 900;
}

.hm-admin-tool h4 {
  margin: 18px 0 8px;
  font-size: 0.95rem;
  font-weight: 850;
}

.hm-admin-tool p {
  margin: 0;
  color: var(--hm-muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

.hm-admin-note {
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--hm-line);
  color: #71867f;
  font-size: 0.72rem;
}

.hm-documents-section {
  background: #f4f7f4;
}

.hm-document-card {
  display: grid;
  min-height: 165px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 25px;
  border: 1px solid var(--hm-line);
  border-radius: 24px;
  background: var(--hm-white);
  color: var(--hm-ink);
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.hm-document-card:hover {
  color: var(--hm-ink);
  box-shadow: 0 18px 40px rgba(23, 53, 45, 0.1);
  transform: translateY(-4px);
}

.hm-doc-icon {
  display: grid;
  width: 52px;
  height: 64px;
  place-items: center;
  border-radius: 10px 17px 10px 10px;
  background: var(--hm-sage);
  color: var(--hm-forest);
  font-size: 0.85rem;
  font-weight: 900;
}

.hm-document-card > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.hm-document-card small {
  margin-bottom: 6px;
  color: #789087;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.hm-document-card strong {
  font-size: 1rem;
}

.hm-document-card em {
  margin-top: 5px;
  color: var(--hm-muted);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.4;
}

.hm-pilot-section {
  padding: 0 0 80px;
  background: #f4f7f4;
}

.hm-pilot-panel {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 36px;
  background: var(--hm-deep);
  color: var(--hm-white);
}

.hm-pilot-panel::after {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: rgba(142, 174, 154, 0.12);
  content: "";
}

.hm-pilot-panel .row {
  position: relative;
  z-index: 2;
}

.hm-pilot-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1;
}

.hm-pilot-panel .col-lg-6 > p:not(.hm-eyebrow) {
  max-width: 590px;
  color: #bfd3ca;
  line-height: 1.7;
}

.hm-pilot-form label {
  display: block;
  margin-bottom: 9px;
  color: #c8dbd3;
  font-size: 0.75rem;
  font-weight: 800;
}

.hm-form-row {
  display: flex;
  gap: 10px;
}

.hm-pilot-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  outline: 0;
  background: rgba(255, 255, 255, 0.1);
  color: var(--hm-white);
  font-size: 0.9rem;
  padding: 0 18px;
}

.hm-pilot-form input::placeholder {
  color: #9fb8ae;
}

.hm-pilot-form input:focus {
  border-color: var(--hm-coral);
  box-shadow: 0 0 0 4px rgba(239, 117, 102, 0.16);
}

.hm-pilot-form > small {
  display: block;
  margin-top: 10px;
  color: #8da99e;
  font-size: 0.68rem;
}

.hm-form-success {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.hm-form-success > span {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--hm-coral);
  color: var(--hm-ink);
}

.hm-form-success p {
  margin: 4px 0 0;
  color: #bed1c9;
  font-size: 0.82rem;
}

.hm-about-section {
  background: var(--hm-cream);
}

.hm-about-mark {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 40px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 75% 20%, rgba(239, 117, 102, 0.3), transparent 28%),
    var(--hm-sage);
}

.hm-about-mark img {
  width: 100%;
}

.hm-about-mark span {
  color: #527469;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.hm-about-section h2 {
  margin-bottom: 24px;
}

.hm-about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
}

.hm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hm-forest);
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}

.hm-text-link:hover {
  color: var(--hm-coral);
}

.hm-text-link-light {
  color: #d0e0d9;
}

.hm-text-link-light:hover {
  color: var(--hm-coral);
}

.hm-team-credit {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--hm-line);
  color: #789087;
  font-size: 0.78rem;
}

.hm-footer {
  padding: 55px 0 26px;
  background: #0b2d25;
  color: var(--hm-white);
}

.hm-brand-light {
  color: var(--hm-white);
}

.hm-footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.hm-footer-top > p {
  margin: 0;
  color: #a8c0b6;
  font-size: 0.86rem;
}

.hm-footer-links {
  display: flex;
  gap: 20px;
}

.hm-footer-links a {
  color: #c2d4cc;
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.hm-footer-links a:hover {
  color: var(--hm-coral);
}

.hm-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #78978b;
  font-size: 0.67rem;
}

@media (max-width: 1199.98px) {
  .hm-float-card-match {
    left: -8%;
  }

  .hm-float-card-stars {
    right: -5%;
  }

  .hm-solution-copy {
    width: 72%;
  }

  .hm-solution-card > img {
    right: -75px;
  }
}

@media (max-width: 991.98px) {
  .hm-navbar {
    background: rgba(251, 248, 242, 0.97);
    backdrop-filter: blur(16px);
  }

  .hm-navbar.is-scrolled {
    background: rgba(251, 248, 242, 0.97);
  }

  .hm-navbar .navbar-collapse {
    margin-top: 12px;
    padding: 10px 8px 18px;
    border-top: 1px solid var(--hm-line);
  }

  .hm-navbar.is-scrolled .navbar-collapse {
    border-color: var(--hm-line);
  }

  .hm-navbar .nav-link {
    padding: 10px 4px !important;
  }

  .hm-btn-small {
    margin-top: 8px;
  }

  .hm-hero {
    padding-top: 120px;
  }

  .hm-hero h1 {
    max-width: 760px;
  }

  .hm-hero-device {
    margin-top: 10px;
  }

  .hm-proof .container {
    width: calc(100% - 40px);
  }

  .hm-proof-item {
    min-height: 112px;
  }

  .hm-proof-item:nth-child(2) {
    border-right: 0;
  }

  .hm-proof-item:last-child {
    border-top: 1px solid var(--hm-line);
  }

  .hm-section {
    padding: 68px 0;
  }

  .hm-feature-row {
    padding: 36px;
  }

  .hm-journey-panel {
    padding: 38px;
  }

  .hm-journey-device {
    margin-top: 10px;
  }

  .hm-social-concept {
    padding: 38px;
  }

  .hm-social-grid {
    margin-top: 15px;
  }

  .hm-footer-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .hm-hero {
    min-height: auto;
    padding-bottom: 45px;
  }

  .hm-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.2rem);
  }

  .hm-hero-lead {
    font-size: 1rem;
  }

  .hm-trust-row {
    gap: 12px 18px;
  }

  .hm-hero-device {
    width: min(350px, 85vw);
  }

  .hm-float-card {
    min-width: 126px;
    padding: 12px 14px;
  }

  .hm-float-card-match {
    left: -2%;
  }

  .hm-float-card-stars {
    right: -1%;
  }

  .hm-proof .container {
    width: calc(100% - 28px);
  }

  .hm-proof-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--hm-line);
  }

  .hm-proof-item:last-child {
    border-top: 0;
    border-bottom: 0;
  }

  .hm-section {
    padding: 56px 0;
  }

  .hm-section h2 {
    font-size: 2.1rem;
  }

  .hm-problem-card {
    min-height: auto;
    padding: 28px;
  }

  .hm-card-number {
    margin-bottom: 38px;
  }

  .hm-solution-card {
    min-height: 650px;
  }

  .hm-solution-copy {
    width: 100%;
    padding: 29px;
  }

  .hm-solution-card > img {
    right: 50%;
    bottom: -290px;
    width: 72%;
    transform: translateX(50%) rotate(-3deg);
  }

  .hm-feature-row {
    padding: 24px;
    border-radius: 28px;
  }

  .hm-feature-visual {
    min-height: 410px;
  }

  .hm-feature-visual img {
    width: min(285px, 78%);
    margin-bottom: -170px;
  }

  .hm-score-card,
  .hm-bars-card {
    padding: 27px;
  }

  .hm-agree-row {
    grid-template-columns: 1fr;
  }

  .hm-journey-tabs {
    grid-template-columns: repeat(7, minmax(84px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .hm-journey-panel {
    min-height: auto;
    padding: 26px;
    border-radius: 26px;
  }

  .hm-journey-device {
    height: 520px;
  }

  .hm-journey-device img {
    height: 510px;
  }

  .hm-video-heading {
    align-items: start;
    flex-direction: column;
  }

  .hm-social-concept {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .hm-social-grid {
    grid-template-columns: 1fr;
    transform: none;
  }

  .hm-post-two {
    margin-top: 0;
  }

  .hm-social-post {
    min-height: 310px;
  }

  .hm-admin-card {
    padding: 24px;
  }

  .hm-pilot-section {
    padding-bottom: 56px;
  }

  .hm-pilot-panel {
    padding: 32px 22px;
    border-radius: 28px;
  }

  .hm-form-row {
    flex-direction: column;
  }

  .hm-pilot-form input {
    min-height: 54px;
  }

  .hm-about-mark {
    min-height: 280px;
    padding: 35px;
  }

  .hm-about-links {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .hm-footer-links {
    flex-wrap: wrap;
  }

  .hm-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hm-btn {
    width: 100%;
  }

  .hm-hero-device {
    width: 310px;
  }

  .hm-float-card {
    display: none;
  }

  .hm-campaign-top {
    align-items: start;
    flex-direction: column;
  }

  .hm-journey-device {
    height: 460px;
  }

  .hm-journey-device img {
    height: 450px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}