/* Home guide and brand rules split from base.css. Keep before refined home overrides. */

/* Homepage guide polish. */

.guide-section {
  margin-top: 18px;
  padding-bottom: 54px;
}

.guide-section .section__head {
  margin-bottom: 18px;
}

.guide-section .section__head h2 {
  color: #0f172a;
  font-size: clamp(24px, 5vw, 34px);
  font-weight: 950;
}

.guide-blocks {
  gap: 14px;
}

.guide-block {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  border-color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 22px 58px rgba(30, 41, 59, 0.09);
}

.guide-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 36%),
    linear-gradient(315deg, rgba(22, 119, 255, 0.06), transparent 42%);
  pointer-events: none;
}

.guide-block > * {
  position: relative;
  z-index: 1;
}

.guide-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 28px;
  border: 1px solid rgba(22, 119, 255, 0.16);
  border-radius: 999px;
  background: rgba(238, 245, 255, 0.74);
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 950;
}

.guide-block--text {
  align-content: center;
  padding: 22px;
}

.guide-block--text h2 {
  margin-top: 6px;
}

.guide-block--text .guide-step-media {
  margin-top: 14px;
  border: 1px solid rgba(226, 232, 240, 0.84);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

.guide-block--image {
  min-height: 220px;
  border-style: solid;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.22)),
    linear-gradient(135deg, rgba(22, 119, 255, 0.06), rgba(4, 120, 87, 0.04));
}

.guide-placeholder {
  display: grid;
  place-items: center;
  gap: 8px;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  min-height: 180px;
  border: 1px dashed rgba(100, 116, 139, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.28)),
    rgba(248, 250, 252, 0.52);
  color: #64748b;
  text-align: center;
}

.guide-placeholder b {
  font-size: 18px;
  font-weight: 950;
}

.guide-placeholder small {
  font-size: 13px;
  font-weight: 760;
}

@media (min-width: 760px) {
  .guide-blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-block--image {
    min-height: 260px;
  }

  .guide-block--image:nth-child(2n) {
    grid-row: span 2;
  }
}

@media (max-width: 640px) {
  .guide-block {
    min-height: 118px;
  }

  .guide-block--image {
    min-height: 230px;
  }
}

/* Homepage brand motion hero. */

.hero--brand {
  isolation: isolate;
  display: grid;
  align-items: end;
  justify-items: center;
  min-height: clamp(280px, 40vw, 420px);
  padding-bottom: clamp(18px, 4vw, 34px);
  background:
    radial-gradient(circle at 78% 18%, rgba(22, 119, 255, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(238, 245, 255, 0.48)),
    rgba(255, 255, 255, 0.48);
}

.hero--brand::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), transparent 34%),
    linear-gradient(315deg, rgba(22, 119, 255, 0.08), transparent 42%);
}

.hero--brand .hero__actions {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(100%, 380px);
}

.hero--brand .hero-link {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 16px 34px rgba(22, 119, 255, 0.28),
    0 8px 16px rgba(15, 23, 42, 0.08);
  transform: translateY(0);
  transition:
    transform 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out),
    background 180ms var(--ease-out);
}

.hero--brand .hero-link:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 24px 46px rgba(22, 119, 255, 0.34),
    0 12px 22px rgba(15, 23, 42, 0.1);
}

.hero--brand .hero-link:active {
  transform: translateY(-1px);
}

.hero--brand h1 {
  color: #0f172a;
  text-shadow: none;
}

.hero--brand .eyebrow {
  color: rgba(22, 119, 255, 0.78);
}

.brand-motion {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: clamp(96px, 13vw, 150px);
  pointer-events: none;
  animation: brandDrop 900ms var(--ease-out) both;
}

.brand-motion::before {
  content: none;
}

.brand-motion__piece {
  position: relative;
  left: auto;
  top: auto;
  color: rgba(15, 23, 42, 0.1);
  font-size: clamp(86px, 20vw, 260px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.82;
  white-space: nowrap;
  transform: translateX(0);
}

.brand-motion__piece--left {
  clip-path: none;
  -webkit-mask-image: none;
  mask-image: none;
  animation: brandJoinLeft 900ms var(--ease-out) both;
}

.brand-motion__piece--right {
  clip-path: none;
  -webkit-mask-image: none;
  mask-image: none;
  animation: brandJoinRight 900ms var(--ease-out) both;
}

@keyframes brandDrop {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes brandJoinLeft {
  from {
    opacity: 0.2;
    transform: translateX(-56px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes brandJoinRight {
  from {
    opacity: 0.2;
    transform: translateX(56px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 640px) {
  .hero--brand {
    min-height: 260px;
  }

  .brand-motion__piece {
    font-size: clamp(74px, 25vw, 140px);
  }

  .brand-motion::before {
    content: none;
  }
}

/* Homepage guide replacement. */

.guide-experience {
  display: grid;
  gap: 18px;
}

.guide-promise,
.guide-products,
.guide-mission {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 54px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(22px) saturate(1.18);
}

.guide-promise {
  min-height: 66px;
}

.guide-promise__track {
  display: flex;
  width: max-content;
  animation: guidePromiseSlide 12s linear infinite;
}

.guide-promise__track span {
  display: grid;
  place-items: center;
  min-width: min(760px, calc(100vw - 28px));
  min-height: 66px;
  padding: 0 22px;
  color: rgba(48, 84, 132, 0.82);
  font-size: clamp(16px, 3.6vw, 21px);
  line-height: 1.35;
  font-weight: 850;
  text-align: center;
}

.guide-products {
  padding: 18px;
}

.guide-product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(245px, 320px);
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  padding-bottom: 2px;
}

.guide-product-card {
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 108px;
  border: 1px solid rgba(191, 219, 254, 0.8);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 252, 0.54)),
    rgba(255, 255, 255, 0.58);
  padding: 14px;
  color: inherit;
  text-decoration: none;
}

.guide-product-card__media {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(238, 245, 255, 0.7);
}

.guide-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-product-card__media b {
  color: var(--accent-strong);
  font-size: 24px;
  font-weight: 900;
}

.guide-product-card__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.guide-product-card__copy b {
  overflow: hidden;
  color: rgba(15, 23, 42, 0.78);
  font-size: 19px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-product-card__copy small {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.guide-product-card strong {
  grid-column: 2;
  color: var(--price);
  font-size: 17px;
  font-weight: 920;
  white-space: nowrap;
}

.guide-product-card--loading span,
.guide-product-card--loading div {
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(226, 232, 240, 0.45), rgba(255, 255, 255, 0.72), rgba(226, 232, 240, 0.45));
  animation: shimmer 1.2s linear infinite;
}

.guide-product-empty {
  display: grid;
  place-items: center;
  min-height: 108px;
  color: #64748b;
  font-weight: 850;
}

.guide-mission {
  margin: 0;
  padding: 18px 20px;
  color: rgba(15, 23, 42, 0.72);
  font-size: clamp(17px, 3.6vw, 22px);
  line-height: 1.5;
  font-weight: 820;
  text-align: center;
}

@keyframes guidePromiseSlide {
  0%, 26% {
    transform: translateX(0);
  }

  34%, 60% {
    transform: translateX(-33.333%);
  }

  68%, 94% {
    transform: translateX(-66.666%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 640px) {
  .guide-products {
    padding: 12px;
  }

  .guide-product-rail {
    grid-auto-columns: minmax(230px, 82vw);
  }
}

/* Softer homepage guide section. */

.guide-experience {
  gap: 20px;
}

.guide-promise,
.guide-mission {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.guide-promise {
  margin: 0;
  padding: 0 10px;
  color: rgba(48, 84, 132, 0.82);
  font-size: clamp(17px, 4vw, 22px);
  line-height: 1.45;
  font-weight: 850;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.62);
}

.guide-promise__track {
  animation: none;
}

.guide-products {
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 2px 0;
}

.guide-product-rail {
  display: block;
  overflow: hidden;
  padding: 0;
  scrollbar-width: none;
}

.guide-product-rail::-webkit-scrollbar {
  display: none;
}

.guide-product-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: guideProductMarquee 30s linear infinite;
  will-change: transform;
}

.guide-product-track.is-static {
  justify-content: center;
  width: 100%;
  animation: none;
}

.guide-products:hover .guide-product-track {
  animation-play-state: paused;
}

.guide-product-card {
  flex: 0 0 238px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  min-height: 82px;
  border-color: rgba(255, 255, 255, 0.68);
  padding: 10px 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.28)),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 12px 28px rgba(48, 84, 132, 0.08);
}

.guide-product-card__media {
  width: 54px;
  height: 54px;
}

.guide-product-card__copy b {
  font-size: 17px;
}

.guide-product-card__copy small {
  font-size: 12px;
}

.guide-product-card strong {
  font-size: 15px;
}

.guide-mission {
  margin: 0;
  padding: 0 14px 10px;
  color: rgba(48, 84, 132, 0.74);
  font-size: clamp(16px, 3.8vw, 21px);
  line-height: 1.55;
  font-weight: 760;
  text-align: center;
}

@keyframes guideProductMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

/* Rebuilt guide interaction: soft sparkle recognition. */

.guide-support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 4px 10px;
}

.guide-support__text {
  max-width: 260px;
  margin: 0;
  color: rgba(48, 84, 132, 0.74);
  font-size: clamp(14px, 3.4vw, 17px);
  line-height: 1.55;
  font-weight: 760;
  text-align: right;
}

.guide-support__action {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
}

.guide-support__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -10px 24px rgba(22, 119, 255, 0.05),
    0 12px 28px rgba(48, 84, 132, 0.1);
  cursor: pointer;
  transition:
    transform 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out);
}

.guide-support__button:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -10px 24px rgba(22, 119, 255, 0.08),
    0 18px 42px rgba(48, 84, 132, 0.16);
}

.guide-support__button:disabled {
  cursor: default;
}

.guide-support__orb {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 24%, #ffffff 0 16%, rgba(159, 211, 255, 0.92) 40%, rgba(5, 150, 105, 0.7) 100%);
  box-shadow:
    0 0 0 7px rgba(22, 119, 255, 0.045),
    0 8px 18px rgba(5, 150, 105, 0.14);
}

.guide-support__spark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(5, 150, 105, 0.62);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
}

.guide-support__spark--two,
.guide-support__spark--five {
  background: rgba(22, 119, 255, 0.48);
}

.guide-support__spark--three,
.guide-support__spark--six {
  width: 3px;
  height: 3px;
  background: rgba(148, 163, 184, 0.68);
}

.guide-support__spark--one {
  --x: -23px;
  --y: -15px;
}

.guide-support__spark--two {
  --x: 2px;
  --y: -27px;
}

.guide-support__spark--three {
  --x: 25px;
  --y: -12px;
}

.guide-support__spark--four {
  --x: 24px;
  --y: 16px;
}

.guide-support__spark--five {
  --x: -3px;
  --y: 27px;
}

.guide-support__spark--six {
  --x: -25px;
  --y: 12px;
}

.guide-support__wave {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(5, 150, 105, 0.2);
  border-radius: 999px;
  opacity: 0;
}

.guide-support__button.is-tapped {
  animation: guideSupportTap 560ms var(--ease-out) both;
}

.guide-support__button.is-tapped .guide-support__wave {
  animation: guideSupportWave 680ms var(--ease-out) both;
}

.guide-support__button.is-tapped .guide-support__spark {
  animation: guideSupportSpark 720ms var(--ease-out) both;
}

.guide-support__bubble {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 4;
  transform: translateX(-50%);
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(238, 245, 255, 0.28)),
    rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 12px 28px rgba(48, 84, 132, 0.1);
  backdrop-filter: blur(16px) saturate(1.18);
  padding: 8px 11px;
  color: rgba(48, 84, 132, 0.78);
  font-size: 12px;
  font-weight: 850;
  pointer-events: none;
  animation: guideSupportBubble 1150ms var(--ease-out) both;
}

.guide-support__bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 9px;
  height: 9px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(10px);
}

.guide-support__count {
  position: relative;
  display: grid;
  gap: 2px;
}

.guide-support__count strong {
  color: rgba(15, 23, 42, 0.68);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.guide-support__count strong.is-bumped {
  animation: guideCountBump 620ms var(--ease-out) both;
}

.guide-support__count span {
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.guide-support__delta {
  position: absolute;
  left: calc(100% + 6px);
  top: -6px;
  color: var(--price);
  font-size: 13px;
  font-weight: 950;
  pointer-events: none;
  animation: guideCountDelta 820ms var(--ease-out) both;
}

@keyframes guideSupportTap {
  0% {
    transform: scale(1);
  }

  42% {
    transform: scale(0.92);
  }

  74% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes guideSupportWave {
  0% {
    opacity: 0.72;
    transform: scale(0.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}

@keyframes guideSupportSpark {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }

  36% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1.15);
  }
}

@keyframes guideCountBump {
  0% {
    color: rgba(15, 23, 42, 0.68);
    transform: translateY(0) scale(1);
  }

  42% {
    color: var(--price);
    transform: translateY(-4px) scale(1.12);
  }

  100% {
    color: rgba(15, 23, 42, 0.68);
    transform: translateY(0) scale(1);
  }
}

@keyframes guideSupportBubble {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px) scale(0.96);
  }

  18%, 66% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -24px) scale(0.98);
  }
}

@keyframes guideCountDelta {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.86);
  }

  24% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-16px) scale(1.08);
  }
}

@media (max-width: 640px) {
  .guide-support {
    flex-direction: column;
    gap: 10px;
  }

  .guide-support__text {
    max-width: 280px;
    text-align: center;
  }
}

/* Component-library inspired guide block: masked marquee + compact proof action. */

.guide-section {
  margin-top: clamp(20px, 4vw, 42px);
  padding-top: clamp(8px, 2vw, 16px);
}

.guide-section .section__head {
  display: none;
}

.guide-blocks {
  display: block;
}

.guide-blocks::before {
  content: none;
}

.guide-experience {
  width: min(760px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.guide-promise {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 18px;
  color: rgba(48, 84, 132, 0.72);
  font-size: clamp(16px, 3.6vw, 20px);
  line-height: 1.45;
  font-weight: 820;
}

.guide-products {
  position: relative;
  margin: 2px auto 0;
  padding: 10px 0;
}

.guide-products::before,
.guide-products::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 74px;
  pointer-events: none;
}

.guide-products::before {
  left: 0;
  background: linear-gradient(90deg, rgba(226, 237, 248, 0.95), rgba(226, 237, 248, 0));
}

.guide-products::after {
  right: 0;
  background: linear-gradient(270deg, rgba(226, 237, 248, 0.95), rgba(226, 237, 248, 0));
}

.guide-product-rail {
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.guide-product-track {
  gap: 14px;
  animation-duration: 34s;
}

.guide-product-track.is-static {
  justify-content: center;
}

.guide-product-card {
  flex-basis: 268px;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 78px;
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.22)),
    rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 10px 26px rgba(48, 84, 132, 0.07);
}

.guide-product-card__media {
  width: 52px;
  height: 52px;
}

.guide-product-card__copy b {
  color: rgba(15, 23, 42, 0.68);
  font-size: 16px;
  font-weight: 820;
}

.guide-product-card strong {
  font-size: 14px;
  font-weight: 900;
}

.guide-support {
  width: min(560px, 100%);
  margin: 2px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12)),
    rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 12px 32px rgba(48, 84, 132, 0.07);
  backdrop-filter: blur(18px) saturate(1.14);
  padding: 10px 14px 10px 18px;
}

.guide-support__text {
  max-width: none;
  color: rgba(48, 84, 132, 0.7);
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}

.guide-support__button {
  width: 46px;
  height: 46px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.98), rgba(226, 237, 248, 0.62) 46%, rgba(255, 255, 255, 0.32)),
    rgba(255, 255, 255, 0.34);
}

.guide-support__count strong {
  font-size: 22px;
}

.guide-mission {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 16px;
  color: rgba(48, 84, 132, 0.62);
  font-size: clamp(15px, 3.4vw, 19px);
  font-weight: 760;
}

@media (max-width: 640px) {
  .guide-experience {
    gap: 16px;
  }

  .guide-products::before,
  .guide-products::after {
    width: 44px;
  }

  .guide-product-card {
    flex-basis: 236px;
  }

  .guide-support {
    width: min(100%, 360px);
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 14px;
  }

  .guide-support__text {
    text-align: center;
  }
}

/* Final home guide texture: one cohesive glass surface matching the hero. */

.guide-section {
  width: min(100%, 760px);
  margin: clamp(18px, 4vw, 32px) auto 0;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.78), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(22, 119, 255, 0.055), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(238, 245, 255, 0.18)),
    rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 18px 54px rgba(31, 41, 55, 0.07);
  backdrop-filter: blur(20px) saturate(1.16);
  padding: clamp(20px, 4vw, 28px);
}

.guide-section::before {
  content: none;
}

.guide-experience {
  width: 100%;
  gap: 18px;
}

.guide-promise {
  max-width: 560px;
  color: rgba(48, 84, 132, 0.68);
  font-size: clamp(16px, 3.2vw, 20px);
  font-weight: 820;
}

.guide-products {
  margin: 0;
  padding: 0;
}

.guide-products::before,
.guide-products::after {
  width: 54px;
}

.guide-product-rail {
  padding: 2px 0;
}

.guide-product-track.is-static {
  justify-content: center;
}

.guide-product-track.is-static .guide-product-card {
  flex-basis: min(100%, 390px);
}

.guide-product-card {
  min-height: 74px;
  border-color: rgba(255, 255, 255, 0.38);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.14)),
    rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 10px 24px rgba(48, 84, 132, 0.055);
}

.guide-product-card__media {
  opacity: 0.92;
}

.guide-support {
  width: min(100%, 520px);
  border-color: rgba(255, 255, 255, 0.32);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 8px 22px rgba(48, 84, 132, 0.045);
}

.guide-mission {
  max-width: 560px;
  color: rgba(48, 84, 132, 0.58);
  font-size: clamp(15px, 3.2vw, 18px);
}

@media (max-width: 640px) {
  .guide-section {
    width: min(100% - 16px, 560px);
    padding: 18px 12px;
  }

  .guide-products::before,
  .guide-products::after {
    width: 30px;
  }

  .guide-support {
    border-radius: 8px;
  }
}

/* Final guide pass: integrated proof strip instead of stacked cards. */

.guide-section {
  position: relative;
  isolation: isolate;
  width: min(100%, 980px);
  margin: clamp(12px, 3vw, 26px) auto 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: clamp(12px, 3vw, 22px) 0 clamp(48px, 7vw, 78px);
}

.guide-section::before {
  content: "";
  position: absolute;
  inset: -20px max(-24px, -3vw) auto;
  z-index: -1;
  height: 76%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18) 42%, transparent 72%),
    linear-gradient(90deg, transparent, rgba(22, 119, 255, 0.055) 36%, rgba(5, 150, 105, 0.045) 64%, transparent);
  filter: blur(10px);
  pointer-events: none;
}

.guide-blocks {
  position: relative;
  z-index: 1;
}

.guide-experience {
  width: 100%;
  gap: clamp(18px, 3vw, 26px);
}

.guide-promise {
  max-width: 720px;
  padding: 0 18px;
  color: rgba(43, 78, 124, 0.76);
  font-size: clamp(16px, 2.8vw, 21px);
  line-height: 1.42;
  font-weight: 820;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.guide-products {
  position: relative;
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 8px 0 10px;
}

.guide-products::before,
.guide-products::after {
  width: clamp(42px, 9vw, 110px);
}

.guide-products::before {
  background: linear-gradient(90deg, rgba(232, 240, 249, 0.98), rgba(232, 240, 249, 0));
}

.guide-products::after {
  background: linear-gradient(270deg, rgba(232, 240, 249, 0.98), rgba(232, 240, 249, 0));
}

.guide-product-rail {
  padding: 4px 0 8px;
  mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
}

.guide-product-track {
  gap: 12px;
  animation-duration: 42s;
}

.guide-product-track.is-static {
  animation: guideProductMarquee 42s linear infinite;
}

.guide-product-card {
  flex: 0 0 222px;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  min-height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.14)),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 8px 22px rgba(48, 84, 132, 0.055);
  padding: 9px 10px;
}

.guide-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.2)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 14px 32px rgba(48, 84, 132, 0.09);
}

.guide-product-card__media {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.82), rgba(226, 237, 248, 0.38)),
    rgba(255, 255, 255, 0.2);
}

.guide-product-card__copy b {
  color: rgba(17, 24, 39, 0.64);
  font-size: 14px;
  font-weight: 780;
}

.guide-product-card__copy small {
  color: rgba(48, 84, 132, 0.56);
  font-size: 11px;
  font-weight: 760;
}

.guide-product-card strong {
  color: rgba(5, 150, 105, 0.78);
  font-size: 13px;
  font-weight: 860;
}

.guide-support {
  width: min(100% - 28px, 560px);
  margin: -2px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

.guide-support__text {
  max-width: 260px;
  color: rgba(48, 84, 132, 0.66);
  font-size: clamp(13px, 2.8vw, 15px);
  line-height: 1.42;
  font-weight: 740;
  text-align: right;
}

.guide-support__action {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 10px 28px rgba(48, 84, 132, 0.045);
  padding: 6px 12px 6px 7px;
}

.guide-support__button {
  width: 46px;
  height: 46px;
  border-color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.96) 0 15%, rgba(170, 220, 255, 0.72) 42%, rgba(92, 205, 164, 0.52) 100%),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -10px 20px rgba(5, 150, 105, 0.08),
    0 12px 24px rgba(48, 84, 132, 0.12);
}

.guide-support__button:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -10px 22px rgba(5, 150, 105, 0.1),
    0 18px 34px rgba(48, 84, 132, 0.16);
}

.guide-support__orb {
  width: 15px;
  height: 15px;
  background:
    radial-gradient(circle at 32% 24%, #ffffff 0 17%, rgba(108, 190, 255, 0.92) 44%, rgba(5, 150, 105, 0.66) 100%);
  box-shadow:
    0 0 0 7px rgba(22, 119, 255, 0.045),
    0 7px 16px rgba(5, 150, 105, 0.15);
}

.guide-support__bubble {
  bottom: calc(100% + 12px);
  border-color: rgba(255, 255, 255, 0.78);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(238, 245, 255, 0.34)),
    rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 32px rgba(48, 84, 132, 0.12);
  padding: 8px 12px;
  color: rgba(43, 78, 124, 0.8);
  font-size: 12px;
  letter-spacing: 0;
  animation-duration: 1250ms;
}

.guide-support__bubble::after {
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.52);
}

.guide-support__count {
  min-width: 68px;
}

.guide-support__count strong {
  color: rgba(17, 24, 39, 0.64);
  font-size: 24px;
  font-weight: 880;
}

.guide-support__count span {
  color: rgba(48, 84, 132, 0.55);
  font-size: 12px;
  font-weight: 760;
}

.guide-support__delta {
  left: auto;
  right: -6px;
  top: -10px;
  color: rgba(5, 150, 105, 0.86);
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.guide-mission {
  max-width: 640px;
  padding: 0 18px;
  color: rgba(48, 84, 132, 0.56);
  font-size: clamp(15px, 2.9vw, 18px);
  line-height: 1.55;
  font-weight: 720;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.62);
}

@media (max-width: 640px) {
  .guide-section {
    width: 100%;
    margin-top: 12px;
    padding: 12px 0 56px;
  }

  .guide-section::before {
    inset-inline: -18px;
    height: 82%;
  }

  .guide-experience {
    gap: 18px;
  }

  .guide-products {
    width: calc(100% + 24px);
    margin-left: -12px;
  }

  .guide-product-card {
    flex-basis: 210px;
  }

  .guide-support {
    width: min(100% - 24px, 360px);
    flex-direction: column;
    gap: 8px;
  }

  .guide-support__text {
    max-width: 300px;
    text-align: center;
  }
}

/* Remove the framed guide container: content now sits directly on the page texture. */

.guide-section {
  width: min(100%, 980px);
  margin-top: clamp(10px, 2.6vw, 22px);
  padding: clamp(10px, 2.6vw, 18px) 0 clamp(50px, 7vw, 78px);
  overflow: visible;
}

.guide-section::before {
  content: none;
}

.guide-blocks {
  padding: 0;
}

.guide-experience {
  gap: clamp(20px, 3.2vw, 28px);
}

.guide-promise {
  color: rgba(83, 147, 216, 0.78);
  font-size: clamp(17px, 3vw, 22px);
  font-weight: 840;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88),
    0 10px 24px rgba(83, 147, 216, 0.18);
  will-change: transform;
  animation: guideTextFloat 4.8s var(--ease-out) infinite;
}

.guide-promise::after {
  content: "";
  display: block;
  width: min(220px, 48%);
  height: 1px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, transparent, rgba(117, 177, 230, 0.48), transparent);
  opacity: 0.58;
  animation: guideTextGlow 4.8s var(--ease-out) infinite;
}

.guide-products {
  width: min(100vw, 960px);
  padding: 2px 0 4px;
}

.guide-products::before,
.guide-products::after {
  z-index: 3;
}

.guide-products::before {
  background: linear-gradient(90deg, rgba(232, 240, 249, 0.96), rgba(232, 240, 249, 0));
}

.guide-products::after {
  background: linear-gradient(270deg, rgba(232, 240, 249, 0.96), rgba(232, 240, 249, 0));
}

.guide-product-rail {
  position: relative;
}

.guide-product-rail::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 8px;
  bottom: 8px;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 24% 50%, rgba(95, 171, 238, 0.18), transparent 46%),
    radial-gradient(ellipse at 76% 50%, rgba(138, 196, 246, 0.14), transparent 48%);
  opacity: 0.82;
  pointer-events: none;
}

.guide-product-track {
  position: relative;
  z-index: 1;
  gap: 18px;
  animation-duration: 48s;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.guide-product-group {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
}

.guide-product-card {
  flex-basis: 230px;
  min-height: 58px;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.guide-product-card:hover {
  background: transparent;
  box-shadow: none;
}

.guide-product-card__media {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 10px 24px rgba(48, 84, 132, 0.07);
}

.guide-product-card__copy b {
  color: rgba(17, 24, 39, 0.58);
}

.guide-product-card__copy small {
  color: rgba(51, 84, 128, 0.52);
}

.guide-product-card strong {
  color: #000000;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

/* Stable mobile marquee containment. */

.guide-product-track {
  display: flex;
  width: max-content;
}

.guide-product-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  width: 230px;
  max-width: 230px;
  flex: 0 0 230px;
  overflow: hidden;
}

.guide-product-card__media {
  grid-row: 1 / 3;
  grid-column: 1;
}

.guide-product-card__copy,
.guide-product-card__copy b,
.guide-product-card__copy small,
.guide-product-card strong {
  min-width: 0;
  max-width: 100%;
}

.guide-product-card strong {
  grid-column: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.guide-product-card__copy b,
.guide-product-card__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .guide-product-card {
    grid-template-columns: 48px minmax(0, 1fr);
    width: 214px;
    max-width: 214px;
    flex-basis: 214px;
  }

  .guide-product-card strong {
    font-size: 15px;
  }
}

.guide-support {
  width: min(100% - 28px, 560px);
  margin-top: 0;
  gap: 16px;
}

.guide-support__action {
  min-height: 50px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.guide-support__text {
  max-width: 230px;
  color: rgba(137, 104, 142, 0.62);
  font-size: clamp(12px, 2.6vw, 14px);
  font-weight: 680;
  letter-spacing: 0;
}

.guide-support__button {
  border-color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.98) 0 15%, rgba(170, 220, 255, 0.72) 42%, rgba(92, 205, 164, 0.54) 100%),
    rgba(255, 255, 255, 0.28);
  backdrop-filter: none;
}

.guide-support__count strong {
  color: rgba(17, 24, 39, 0.6);
}

.guide-support__count span {
  color: rgba(51, 84, 128, 0.52);
}

.guide-mission {
  color: rgba(51, 84, 128, 0.56);
}

@media (max-width: 640px) {
  .guide-section {
    width: 100%;
    padding-top: 8px;
  }

  .guide-products {
    width: calc(100% + 24px);
  }

  .guide-product-card {
    flex-basis: 214px;
  }
}

@keyframes guideTextFloat {
  0%, 100% {
    transform: translateY(0);
  }

  48% {
    transform: translateY(-3px);
  }
}

@keyframes guideTextGlow {
  0%, 100% {
    opacity: 0.36;
    transform: scaleX(0.86);
  }

  48% {
    opacity: 0.72;
    transform: scaleX(1);
  }
}

/* Uiverse checkbox by catraco, adapted as the recognition interaction. */

.heart-container {
  --heart-color: rgb(255, 91, 137);
  position: relative;
  width: 50px;
  height: 50px;
  transition: .3s;
}

.heart-container .checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 20;
  cursor: pointer;
}

.heart-container .svg-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heart-container .svg-outline,
.heart-container .svg-filled {
  fill: var(--heart-color);
  position: absolute;
}

.heart-container .svg-outline,
.heart-container .svg-filled {
  width: 100%;
  height: 100%;
}

.heart-container .svg-filled {
  animation: keyframes-svg-filled 1s;
  display: none;
}

.heart-container .svg-celebrate {
  position: absolute;
  animation: keyframes-svg-celebrate .5s;
  animation-fill-mode: forwards;
  display: none;
  stroke: var(--heart-color);
  fill: var(--heart-color);
  stroke-width: 2px;
}

.heart-container .checkbox:checked~.svg-container .svg-filled {
  display: block
}

.heart-container .checkbox:checked~.svg-container .svg-celebrate {
  display: block
}

.heart-container.guide-support__button {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  min-height: 0;
  cursor: pointer;
}

.heart-container.guide-support__button:hover {
  transform: scale(1.08);
  box-shadow: none;
}

.heart-container.guide-support__button[aria-disabled="true"] {
  cursor: default;
}

@keyframes keyframes-svg-filled {
  0% {
    transform: scale(0);
  }

  25% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
    filter: brightness(1.5);
  }
}

@keyframes keyframes-svg-celebrate {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    filter: brightness(1.5);
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
    display: none;
  }
}

/* Refined home brand entrance. */

.home-intro {
  display: none;
}

html.home-intro-enabled .home-intro {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(112, 191, 255, 0.18), transparent 27%),
    linear-gradient(145deg, #fbfdff 0%, #f3f9ff 52%, #fbfffe 100%);
  opacity: 1;
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1), visibility 520ms;
}

.home-intro__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(680px, 74vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(92, 169, 255, 0.12);
  filter: blur(62px);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.62);
}

.home-intro__stage {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: min(420px, 82vw);
  transform: translateY(7px);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
}

.home-intro__mark {
  position: relative;
  width: 35px;
  height: 35px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(145deg, #7ac8ff, #2d7cff 66%, #1760df);
  box-shadow: 0 14px 28px rgba(45, 124, 255, 0.23);
  opacity: 0;
  transform: translateY(12px) scale(0.72) rotate(-7deg);
}

.home-intro__mark::after {
  content: "";
  position: absolute;
  inset: -55% 48% -55% -30%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: translateX(-180%) rotate(18deg);
}

.home-intro__wordmark {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #1b263a;
  font-size: clamp(64px, 11vw, 116px);
  font-weight: 850;
  line-height: 0.88;
  letter-spacing: -0.1em;
}

.home-intro__word {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
}

.home-intro__word--one {
  transform: translateX(-34px);
}

.home-intro__word--pw {
  color: #2d7cff;
  transform: translateX(34px);
}

.home-intro__progress {
  position: relative;
  width: min(210px, 48vw);
  height: 2px;
  margin-top: 34px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(45, 124, 255, 0.1);
  opacity: 0;
}

.home-intro__progress i {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #8fd8ff, #2d7cff 58%, #62ddc5);
  box-shadow: 0 0 14px rgba(45, 124, 255, 0.42);
  transform: scaleX(0);
  transform-origin: left center;
}

.home-intro.is-playing .home-intro__glow {
  animation: homeIntroGlow 1250ms both cubic-bezier(0.22, 1, 0.36, 1);
}

.home-intro.is-playing .home-intro__mark {
  animation: homeIntroMark 720ms 80ms both cubic-bezier(0.16, 1, 0.3, 1);
}

.home-intro.is-playing .home-intro__mark::after {
  animation: homeIntroShine 720ms 520ms both cubic-bezier(0.22, 1, 0.36, 1);
}

.home-intro.is-playing .home-intro__word--one {
  animation: homeIntroWordLeft 780ms 180ms both cubic-bezier(0.16, 1, 0.3, 1);
}

.home-intro.is-playing .home-intro__word--pw {
  animation: homeIntroWordRight 780ms 180ms both cubic-bezier(0.16, 1, 0.3, 1);
}

.home-intro.is-playing .home-intro__progress {
  animation: homeIntroProgressFade 680ms 460ms both ease;
}

.home-intro.is-playing .home-intro__progress i {
  animation: homeIntroProgress 720ms 500ms both cubic-bezier(0.65, 0, 0.35, 1);
}

.home-intro.is-leaving {
  visibility: hidden;
  opacity: 0;
}

.home-intro.is-leaving .home-intro__stage {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(-12px) scale(1.025);
}

html.home-intro-enabled .home-page .brand-motion__piece,
html.home-intro-enabled .home-page .hero--brand .hero__actions {
  animation-play-state: paused;
}

.home-page {
  --home-ink: #172033;
  --home-muted: #718198;
  --home-blue: #2d7cff;
  --home-blue-deep: #1760df;
  --home-line: rgba(158, 192, 224, 0.38);
  min-height: 100vh;
  color: var(--home-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(128, 207, 255, 0.23), transparent 28%),
    radial-gradient(circle at 94% 22%, rgba(153, 234, 218, 0.17), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #f1f7fd 52%, #f7fbff 100%);
}

.home-page::before,
.home-page::after,
.home-page .topbar::before,
.home-page .topbar::after {
  display: none;
}

.home-page .topbar {
  position: relative;
  z-index: 10;
  width: min(1160px, calc(100% - 40px));
  min-height: 70px;
  margin: 18px auto 0;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(210, 228, 244, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 40px rgba(52, 96, 142, 0.08);
  backdrop-filter: blur(18px) saturate(1.1);
}

.home-page .brand {
  color: var(--home-ink);
  font-size: 21px;
  font-weight: 820;
  letter-spacing: -0.045em;
}

.home-page .brand::before {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(145deg, #71c1ff, #2d7cff 68%, #1760df);
  box-shadow: 0 7px 16px rgba(45, 124, 255, 0.25);
}

.home-page .nav {
  gap: 2px;
  padding: 4px;
  border: 0;
  border-radius: 12px;
  background: rgba(237, 244, 251, 0.82);
  box-shadow: none;
}

.home-page .nav a {
  min-height: 36px;
  padding: 0 15px;
  border: 0;
  border-radius: 9px;
  color: #53657b;
  font-size: 13px;
  font-weight: 720;
  box-shadow: none;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.home-page .nav a:hover,
.home-page .nav a[aria-current="page"] {
  color: var(--home-ink);
  background: #fff;
  box-shadow: 0 5px 14px rgba(48, 87, 128, 0.09);
}

.home-page main {
  width: min(1160px, calc(100% - 40px));
  max-width: none;
  margin: 12px auto 0;
  padding: 0 0 48px;
}

.home-page .hero--brand {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  overflow: hidden;
  padding: 54px 40px 42px;
  border: 1px solid rgba(194, 219, 242, 0.88);
  border-radius: 26px;
  background:
    radial-gradient(circle at 75% 24%, rgba(115, 185, 255, 0.24), transparent 26%),
    radial-gradient(circle at 24% 90%, rgba(133, 226, 205, 0.19), transparent 25%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 255, 0.9));
  box-shadow: 0 28px 72px rgba(58, 105, 151, 0.14);
  isolation: isolate;
}

.home-page .hero--brand::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.56;
  background-image:
    linear-gradient(rgba(83, 144, 204, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 144, 204, 0.07) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, #000 20%, transparent 76%);
}

.home-page .hero--brand::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 74px;
  z-index: -1;
  width: min(620px, 72%);
  height: 92px;
  border-radius: 50%;
  background: rgba(86, 157, 255, 0.17);
  filter: blur(38px);
  transform: translateX(-50%);
}

.home-page .brand-motion {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: auto;
  height: auto;
  margin: -28px 0 62px;
  color: var(--home-ink);
  font-size: clamp(108px, 15vw, 184px);
  font-weight: 850;
  line-height: 0.82;
  letter-spacing: -0.095em;
  filter: none;
}

.home-page .brand-motion::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -36px;
  width: 72%;
  height: 28px;
  border-radius: 50%;
  background: rgba(45, 124, 255, 0.13);
  filter: blur(18px);
  transform: translateX(-50%);
}

.home-page .brand-motion__piece {
  position: static;
  display: inline-block;
  width: auto;
  color: inherit;
  font-size: inherit;
  opacity: 1;
  transform: none;
  text-shadow: none;
  animation-duration: 760ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-page .brand-motion__piece--left {
  color: #1b263a;
  animation-name: homeBrandRevealLeft;
}

.home-page .brand-motion__piece--right {
  color: var(--home-blue);
  animation-name: homeBrandRevealRight;
}

.home-page .hero--brand .hero__actions {
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 2;
  display: block;
  margin: 0;
  transform: translateX(-50%);
  animation: homeActionReveal 720ms 180ms both cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-page .hero--brand .hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 280px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #3c8aff, #2675f5 68%, #1d62dc);
  box-shadow:
    0 18px 34px rgba(45, 124, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  font-size: 15px;
  font-weight: 780;
  letter-spacing: 0.03em;
  transform: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.home-page .hero--brand .hero-link:hover {
  color: #fff;
  filter: saturate(1.06);
  transform: translateY(-3px);
  box-shadow:
    0 23px 42px rgba(45, 124, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.home-page .hero--brand .hero-link:active {
  transform: translateY(0) scale(0.985);
}

.home-page .hero--brand .hero-link svg {
  width: 24px;
  fill: currentColor;
  transition: transform 180ms ease;
}

.home-page .hero--brand .hero-link:hover svg {
  transform: translateX(4px);
}

.home-page .hover-underline-animation::after {
  display: none;
}

.home-page .hover-underline-animation {
  letter-spacing: 0.08em;
}

.home-page .guide-section {
  width: 100%;
  margin: 0;
  padding: 34px 0 0;
  background: transparent;
}

.home-page .guide-section::before,
.home-page .guide-blocks::before,
.home-page .guide-products::before,
.home-page .guide-products::after {
  display: none;
}

.home-page .guide-blocks,
.home-page .guide-experience {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.home-page .guide-promise {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 42px;
  margin: 0 auto;
  padding: 0 20px;
  border: 1px solid rgba(134, 181, 226, 0.34);
  border-radius: 999px;
  color: #496b91;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(61, 108, 153, 0.07);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.5;
  letter-spacing: 0;
  animation: homePromiseReveal 620ms 280ms both ease-out;
}

.home-page .guide-promise::before {
  content: "✓";
  display: grid;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #3bbf9b;
  font-size: 11px;
  box-shadow: 0 5px 12px rgba(59, 191, 155, 0.2);
}

.home-page .guide-promise::after {
  display: none;
}

.home-page .guide-products {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 4px 0;
  overflow: hidden;
}

.home-page .guide-product-rail {
  width: 100%;
  min-height: 0;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

.home-page .guide-product-track {
  display: flex;
  width: max-content;
  animation: homeProductMarquee 34s linear infinite;
  will-change: transform;
}

.home-page .guide-product-track.is-static {
  width: 100%;
  animation: none;
}

.home-page .guide-product-rail:hover .guide-product-track {
  animation-play-state: paused;
}

.home-page .guide-product-group {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.home-page .guide-product-track.is-static .guide-product-group {
  width: 100%;
  justify-content: center;
}

.home-page .guide-product-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  width: 250px;
  min-width: 250px;
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(176, 205, 232, 0.52);
  border-radius: 17px;
  color: var(--home-ink);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(59, 104, 149, 0.07);
  backdrop-filter: blur(12px);
  transform: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-page .guide-product-card:hover {
  border-color: rgba(87, 151, 230, 0.52);
  box-shadow: 0 18px 36px rgba(57, 112, 171, 0.13);
  transform: translateY(-3px);
}

.home-page .guide-product-card__media {
  grid-row: 1 / 3;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(174, 207, 237, 0.52);
  border-radius: 14px;
  background: linear-gradient(145deg, #f4faff, #e6f2ff);
  box-shadow: none;
}

.home-page .guide-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .guide-product-card__media b {
  color: var(--home-blue);
  font-size: 19px;
  font-weight: 820;
}

.home-page .guide-product-card__copy {
  min-width: 0;
}

.home-page .guide-product-card__copy b {
  display: block;
  overflow: hidden;
  color: #243249;
  font-size: 14px;
  font-weight: 790;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .guide-product-card__copy small {
  display: block;
  margin-top: 5px;
  color: #8291a5;
  font-size: 11px;
}

.home-page .guide-product-card > strong {
  grid-column: 1 / 3;
  color: var(--home-blue-deep);
  font-size: 15px;
  font-weight: 810;
  letter-spacing: -0.02em;
}

.home-page .guide-product-empty {
  display: grid;
  width: min(100%, 720px);
  min-height: 76px;
  margin: 0 auto;
  place-items: center;
  border: 1px dashed rgba(152, 190, 226, 0.48);
  border-radius: 18px;
  color: #71859c;
  background: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: 680;
}

.home-page .guide-product-card--loading {
  animation: homeSkeleton 1.1s ease-in-out infinite alternate;
}

.home-page .guide-support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(183, 207, 230, 0.46);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 28px rgba(62, 103, 145, 0.06);
}

.home-page .guide-support__text {
  max-width: 240px;
  margin: 0;
  color: #7b6f83;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
}

.home-page .guide-support__action {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 6px 12px;
  border: 1px solid rgba(209, 220, 236, 0.78);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.home-page .guide-support__button {
  width: 38px;
  height: 38px;
}

.home-page .guide-support__count {
  min-width: 54px;
}

.home-page .guide-support__count strong {
  color: #28364b;
  font-size: 17px;
  line-height: 1;
}

.home-page .guide-support__count span {
  margin-top: 3px;
  color: #8290a3;
  font-size: 10px;
}

.home-page .guide-mission {
  margin: -8px 0 0;
  color: #8191a5;
  font-size: 12px;
  font-weight: 620;
  letter-spacing: 0.01em;
  text-align: center;
}

@keyframes homeIntroGlow {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.62); }
  45% { opacity: 1; }
  100% { opacity: 0.56; transform: translate(-50%, -50%) scale(1); }
}

@keyframes homeIntroMark {
  0% { opacity: 0; transform: translateY(12px) scale(0.72) rotate(-7deg); }
  58% { opacity: 1; transform: translateY(-2px) scale(1.04) rotate(1deg); }
  100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}

@keyframes homeIntroShine {
  from { transform: translateX(-180%) rotate(18deg); }
  to { transform: translateX(370%) rotate(18deg); }
}

@keyframes homeIntroWordLeft {
  from { opacity: 0; filter: blur(8px); transform: translateX(-34px); }
  to { opacity: 1; filter: blur(0); transform: translateX(0); }
}

@keyframes homeIntroWordRight {
  from { opacity: 0; filter: blur(8px); transform: translateX(34px); }
  to { opacity: 1; filter: blur(0); transform: translateX(0); }
}

@keyframes homeIntroProgressFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes homeIntroProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes homeBrandRevealLeft {
  from { opacity: 0; transform: translateX(-28px); filter: blur(6px); }
  to { opacity: 1; transform: translateX(0); filter: blur(0); }
}

@keyframes homeBrandRevealRight {
  from { opacity: 0; transform: translateX(28px); filter: blur(6px); }
  to { opacity: 1; transform: translateX(0); filter: blur(0); }
}

@keyframes homeActionReveal {
  from { opacity: 0; transform: translate(-50%, 14px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes homePromiseReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes homeProductMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes homeSkeleton {
  from { opacity: 0.52; }
  to { opacity: 0.92; }
}

@media (max-width: 720px) {
  .home-page .topbar,
  .home-page main {
    width: calc(100% - 20px);
  }

  .home-page .topbar {
    min-height: 62px;
    margin-top: 9px;
    padding: 0 10px 0 14px;
    border-radius: 15px;
  }

  .home-page .brand {
    font-size: 19px;
  }

  .home-page .brand::before {
    width: 20px;
    height: 20px;
    border-radius: 7px;
  }

  .home-page .nav {
    padding: 3px;
  }

  .home-page .nav a {
    min-height: 33px;
    padding: 0 10px;
    font-size: 12px;
  }

  .home-page .nav a[aria-current="page"] {
    display: none;
  }

  .home-page main {
    margin-top: 8px;
    padding-bottom: 30px;
  }

  .home-page .hero--brand {
    min-height: 370px;
    padding: 40px 18px 34px;
    border-radius: 20px;
  }

  .home-page .brand-motion {
    margin: -22px 0 64px;
    font-size: clamp(76px, 24vw, 98px);
    letter-spacing: -0.105em;
  }

  .home-page .hero--brand .hero__actions {
    bottom: 30px;
  }

  .home-page .hero--brand .hero-link {
    width: min(292px, calc(100vw - 56px));
    min-height: 50px;
  }

  .home-page .guide-section {
    padding-top: 24px;
  }

  .home-page .guide-blocks,
  .home-page .guide-experience {
    gap: 24px;
  }

  .home-page .guide-promise {
    width: 100%;
    min-height: 46px;
    padding: 8px 14px;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
  }

  .home-page .guide-product-rail {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .home-page .guide-product-card {
    width: 220px;
    min-width: 220px;
  }

  .home-page .guide-support {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 14px 18px;
  }

  .home-page .guide-support__text {
    max-width: none;
    text-align: center;
  }

  .home-page .guide-mission {
    padding: 0 16px;
    line-height: 1.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-intro {
    display: none !important;
  }

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

/* Home brand support refresh: keep the OnePw wordmark, soften everything around it. */

.home-page {
  --home-cute-font: "LXGW WenKai Screen", "Kaiti SC", "STKaiti", "KaiTi", cursive;
  --home-ink: #172033;
  --home-muted: #66768b;
  --home-blue: #2f7df6;
  --home-blue-deep: #155bd8;
  --home-mint: #23b99a;
  --home-peach: #fff2e8;
  --home-lilac: #f2efff;
  background:
    radial-gradient(circle at 10% 2%, rgba(126, 211, 252, 0.24), transparent 27%),
    radial-gradient(circle at 88% 15%, rgba(255, 205, 186, 0.26), transparent 25%),
    radial-gradient(circle at 22% 82%, rgba(170, 238, 217, 0.22), transparent 26%),
    linear-gradient(180deg, #f9fcff 0%, #eef8fb 48%, #fbfdff 100%);
}

.home-page .topbar {
  border-color: rgba(188, 213, 236, 0.72);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 16px 46px rgba(43, 86, 126, 0.08);
}

.home-page .nav {
  background: rgba(238, 246, 251, 0.88);
}

.home-page .nav a {
  color: #566982;
  font-weight: 760;
}

.home-page .nav a:hover,
.home-page .nav a[aria-current="page"] {
  color: #152238;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(51, 93, 132, 0.1);
}

.home-page .hero--brand {
  border-color: rgba(183, 211, 238, 0.74);
  background:
    radial-gradient(circle at 72% 21%, rgba(92, 164, 255, 0.22), transparent 27%),
    radial-gradient(circle at 20% 86%, rgba(42, 198, 164, 0.15), transparent 27%),
    radial-gradient(circle at 48% 102%, rgba(255, 188, 160, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 255, 0.91));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 30px 76px rgba(52, 97, 142, 0.13);
}

.home-page .hero--brand .hero-link {
  border-radius: 999px;
  background: linear-gradient(135deg, #3d8bff 0%, #246ff2 58%, #155bd8 100%);
  box-shadow:
    0 18px 34px rgba(47, 125, 246, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-weight: 820;
}

.home-page .guide-section {
  padding-top: 34px;
}

.home-page .guide-blocks,
.home-page .guide-experience {
  gap: 30px;
}

.home-page .guide-promise {
  min-height: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #3f6489;
  font-family: var(--home-cute-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.home-page .guide-promise::before {
  content: "\2713";
  width: auto;
  height: auto;
  margin-right: 7px;
  color: #22b99a;
  background: transparent;
  box-shadow: none;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.home-page .guide-product-rail {
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}

.home-page .guide-product-group {
  gap: 16px;
  padding-right: 16px;
}

.home-page .guide-product-card {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px 14px;
  width: 268px;
  min-width: 268px;
  min-height: 124px;
  border-color: rgba(174, 202, 228, 0.46);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(249, 252, 255, 0.66)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 16px 36px rgba(52, 93, 132, 0.08);
  padding: 15px;
}

.home-page .guide-product-card:hover {
  border-color: rgba(63, 139, 226, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 22px 46px rgba(55, 105, 153, 0.13);
}

.home-page .guide-product-card__media {
  width: 56px;
  height: 56px;
  border-color: rgba(171, 205, 236, 0.5);
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.98), transparent 34%),
    linear-gradient(145deg, #fff1e8, #eaf5ff 66%, #e9fff8);
}

.home-page .guide-product-card__copy {
  align-self: center;
  display: grid;
  gap: 5px;
}

.home-page .guide-product-card__copy b {
  color: #1f2c42;
  font-size: 15px;
  font-weight: 820;
  letter-spacing: 0;
}

.home-page .guide-product-card__copy small {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0;
  color: #71839c;
  font-family: var(--home-cute-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-page .guide-product-card > strong {
  align-self: end;
  color: #1767d8;
  font-size: 16px;
  font-weight: 840;
  letter-spacing: 0;
}

.home-page .guide-product-empty {
  min-height: 42px;
  margin-top: 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6a7f98;
  font-family: var(--home-cute-font);
  font-weight: 400;
}

.home-page .guide-support {
  margin-top: 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.home-page .guide-support__text,
.home-page .guide-mission {
  color: #6f7f95;
  font-family: var(--home-cute-font);
  font-weight: 400;
  letter-spacing: 0;
}

.home-page .guide-support__action {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.home-page .heart-container.guide-support__button {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .heart-container.guide-support__button:hover {
  box-shadow: none;
}

.home-page .guide-support__count strong {
  color: #1f2c42;
  font-weight: 840;
}

.home-page .guide-support__count span {
  color: #7a8aa1;
  font-family: var(--home-cute-font);
  font-size: 11px;
  font-weight: 400;
}

.home-page .guide-mission {
  margin-top: -6px;
  font-size: 13px;
}

html.home-intro-enabled .home-page .brand-motion__piece,
html.home-intro-enabled .home-page .hero--brand .hero__actions {
  animation-play-state: running;
}

@media (max-width: 720px) {
  .home-page .hero--brand {
    min-height: 368px;
    padding: 34px 18px 30px;
  }

  .home-page .brand-motion {
    width: 100%;
    margin: -8px auto 62px;
    font-size: clamp(48px, 16.5vw, 62px);
    letter-spacing: -0.075em;
    transform: translateX(0);
  }

  .home-page .brand-motion::before {
    bottom: -28px;
    width: 82%;
  }

  .home-page .hero--brand .hero__actions {
    bottom: 28px;
    width: min(260px, calc(100vw - 84px));
  }

  .home-page .hero--brand .hero-link {
    width: 100%;
  }

  .home-page .guide-section {
    padding-top: 24px;
  }

  .home-page .guide-blocks,
  .home-page .guide-experience {
    gap: 28px;
  }

  .home-page .guide-promise {
    display: flex;
    width: min(100%, 330px);
    min-height: 0;
    border-radius: 0;
    padding: 0 6px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }

  .home-page .guide-promise::before {
    flex: 0 0 auto;
  }

  .home-page .guide-product-empty {
    min-height: 38px;
    margin-top: 0;
  }

  .home-page .guide-product-card {
    width: 236px;
    min-width: 236px;
    min-height: 122px;
    border-radius: 20px;
  }

  .home-page .guide-product-card__copy small {
    font-size: 12px;
  }

  .home-page .guide-support {
    margin-top: 2px;
  }
}
