@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/atkinson-hyperlegible-400-v1.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/atkinson-hyperlegible-700-v1.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/atkinson-hyperlegible-700-v1.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-latin-v1.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-latin-v1.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/noto-sans-latin-v1.woff2") format("woff2");
}

:root {
  --page: #111111;
  --navy: #061c5b;
  --white: #ffffff;
  --ink: #071645;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--page);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: "Atkinson Hyperlegible", "Noto Sans", Arial, sans-serif;
  font-size: 18px;
}

.flow-locked,
.flow-locked body {
  height: 100dvh;
  overflow: hidden;
}

main {
  padding-bottom: 260px;
}

.flow-locked main,
.offer-open main {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
  padding-bottom: 0;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
button,
a {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
}

.flow-locked .offer50-section,
.flow-locked .lead-section,
.privacy-section,
.modal-layer[hidden],
.modal-card[hidden] {
  display: none;
}

.hero-section {
  position: relative;
  min-height: 100dvh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 25% 35%, rgba(28, 64, 148, 0.35), transparent 38%),
    #061b67;
}

.hero-visual {
  position: relative;
  z-index: 1;
  width: min(100vw, 940px);
  height: clamp(580px, 52vw, 820px);
  margin: 6px auto 0;
  overflow: visible;
  background: transparent;
  pointer-events: none;
}

.hero-device-pair {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: min(100%, 1120px);
  z-index: 2;
  transform: translateX(50%) translateY(-72px) scale(1.3);
  transform-origin: center bottom;
}

.hero-scene,
.hero-phone {
  display: block;
  height: auto;
  object-fit: contain;
  background: transparent;
  user-select: none;
  pointer-events: none;
}

.hero-device-pair picture {
  display: block;
}

.hero-scene {
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: auto;
  height: clamp(540px, 47vw, 760px);
  z-index: 2;
  transform: translateX(calc(-50% - 22px));
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.16));
}

.hero-phone {
  position: absolute;
  z-index: 4;
  bottom: 0;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
}

.hero-phone-iphone {
  left: clamp(14px, 1vw, 24px);
  bottom: 126px;
  width: clamp(240px, 20vw, 324px);
  transform: rotate(-9deg);
}

.hero-phone-android {
  right: clamp(14px, 1vw, 24px);
  bottom: 122px;
  width: clamp(240px, 20vw, 324px);
  transform: rotate(8deg);
}

.hero-section.is-dimmed .hero-copy,
.hero-section.is-dimmed .hero-visual {
  filter: brightness(0.48);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(calc(100vw - 64px), 820px);
  margin: 0 auto;
  padding-top: clamp(16px, 2vw, 34px);
  text-align: center;
}

.hero-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-lockup {
  position: relative;
  display: inline-grid;
  min-width: min(92vw, 620px);
  place-items: center;
  margin: 0 auto 10px;
  color: #fff;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -14px;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.94);
}

.brand-autonomy,
.brand-digital {
  font-family: "Noto Sans", "Atkinson Hyperlegible", Arial, sans-serif;
  font-weight: 900;
  line-height: 0.8;
}

.brand-autonomy {
  font-size: clamp(32px, 4.4vw, 58px);
}

.brand-digital {
  margin-top: -3px;
  font-size: clamp(50px, 7.8vw, 112px);
}

.brand-number {
  font-size: clamp(43px, 5.5vw, 75px);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-zero {
  margin-left: -0.02em;
}

.brand-plus {
  margin-left: 0.12em;
  padding-top: 0.05em;
  font-size: clamp(16px, 2.2vw, 30px);
  font-weight: 900;
}

.hero-copy h1 {
  margin: -8px auto 14px;
  color: #fff;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-button {
  display: inline-flex;
  width: min(100%, 480px);
  min-width: 280px;
  height: 58px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  border: 0;
  border-radius: 999px;
  color: #050505;
  background: #ffffff;
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.28);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-cue {
  position: absolute;
  top: calc(100% + 6px);
  left: max(-34px, calc(50% - 286px));
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  transform: none;
}

.hero-cue-arrow {
  width: 58px;
  height: auto;
  transform: rotate(-12deg) translateY(-10px);
}

.hero-cue-text {
  font-size: 18px;
  font-weight: 900;
  line-height: 0.95;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .hero-visual {
    height: clamp(500px, 88vw, 720px);
  }

  .hero-device-pair {
    transform: translateX(50%) translateY(-54px) scale(1.08);
  }

  .hero-phone-iphone,
  .hero-phone-android {
    width: clamp(170px, 28vw, 250px);
  }

  .hero-scene {
    height: clamp(460px, 74vw, 650px);
  }

  .brand-lockup {
    min-width: min(92vw, 520px);
  }

  .hero-copy h1 {
    font-size: clamp(36px, 8vw, 62px);
  }

  .hero-button {
    width: min(100%, 420px);
    min-width: 0;
    height: 56px;
    min-height: 56px;
    padding: 0 24px;
    font-size: 18px;
  }

  .hero-cue {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-section {
    justify-content: flex-start;
  }

  .hero-copy {
    width: min(calc(100vw - 26px), 390px);
    padding-top: max(16px, env(safe-area-inset-top));
  }

  .brand-autonomy {
    font-size: clamp(26px, 9vw, 42px);
  }

  .brand-digital {
    font-size: clamp(42px, 15vw, 72px);
  }

  .brand-number {
    font-size: clamp(41px, 12.5vw, 63px);
  }

  .brand-plus {
    font-size: clamp(16px, 5vw, 25px);
  }

  .hero-copy h1 {
    margin-top: -6px;
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero-button {
    min-width: min(82vw, 260px);
    min-height: 56px;
    padding: 14px 28px;
    font-size: 19px;
  }

  .hero-visual {
    width: 100vw;
    height: min(58dvh, 470px);
    min-height: 340px;
    margin-top: 4px;
  }

  .hero-device-pair {
    bottom: -10px;
    width: min(112vw, 520px);
    transform: translateX(50%) translateY(0) scale(1);
  }

  .hero-scene {
    height: min(56dvh, 430px);
    transform: translateX(calc(-50% - 8px));
  }

  .hero-phone-iphone {
    left: 8px;
    bottom: 68px;
    width: clamp(126px, 34vw, 168px);
  }

  .hero-phone-android {
    right: 8px;
    bottom: 68px;
    width: clamp(126px, 34vw, 168px);
  }
}

@media (min-width: 901px) {
  .hero-copy {
    position: absolute;
    top: clamp(18px, 2.4vw, 42px);
    left: 50%;
    z-index: 3;
    width: min(calc(100vw - 80px), 760px);
    margin: 0;
    padding: 0 18px 0;
    transform: translateX(-50%);
  }

  .hero-cta {
    margin-top: 8px;
  }

  .hero-button {
    width: min(100%, 460px);
    min-width: 280px;
    height: 56px;
    min-height: 56px;
    padding: 0 34px;
    font-size: 18px;
  }

  .hero-visual {
    position: absolute;
    left: 50%;
    bottom: -196px;
    z-index: 1;
    width: min(100vw, 890px);
    height: clamp(536px, 47vw, 770px);
    margin: 0;
    overflow: visible;
    transform: translateX(-50%);
  }

  .hero-device-pair {
    width: min(100%, 1040px);
    transform: translateX(50%) translateY(88px) scale(1.16);
  }

  .hero-scene {
    bottom: -162px;
    height: clamp(512px, 44vw, 710px);
    transform: translateX(calc(-50% - 34px)) scale(1.16);
    transform-origin: center bottom;
  }

  .hero-phone-iphone {
    bottom: 250px;
    width: clamp(218px, 18vw, 296px);
  }

  .hero-phone-android {
    bottom: 246px;
    width: clamp(218px, 18vw, 296px);
  }

  .hero-cue {
    top: calc(100% + 8px);
    left: max(-18px, calc(50% - 294px));
    gap: 6px;
  }

  .hero-cue-text {
    max-width: 100px;
    font-size: 17px;
    transform: rotate(-4deg) translateX(-6px);
  }

  .brand-lockup {
    margin-bottom: 16px;
  }

  .brand-autonomy {
    font-size: clamp(17px, 1.9vw, 28px);
  }

  .brand-digital {
    font-size: clamp(26px, 2.8vw, 50px);
  }

  .brand-number {
    font-size: clamp(43px, 5.5vw, 75px);
  }

  .hero-copy h1 {
    max-width: 860px;
    font-size: clamp(44px, 4.4vw, 70px);
    line-height: 0.9;
    letter-spacing: 0;
  }
}

/* Home hero refresh: keep the rest of the flow intact and only replace the first screen. */
.home-page .hero-section {
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 78% 12%, rgba(23, 97, 255, 0.08), transparent 24%),
    radial-gradient(circle at 14% 84%, rgba(255, 184, 0, 0.08), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.home-page .home-entry {
  width: min(calc(100vw - 32px), 1180px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: 24px 40px;
  align-items: center;
}

.home-page .home-entry__header {
  grid-column: 1 / -1;
}

.home-page .home-entry__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.home-page .home-entry__brand-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  position: relative;
}

.home-page .home-entry__brand-mark img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.home-page .home-entry__brand strong {
  display: block;
  color: #071f68;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 0.98;
}

.home-page .home-entry__brand span {
  display: block;
  margin-top: 4px;
  color: #071645;
  font-size: clamp(14px, 1.4vw, 18px);
}

.home-page .home-entry__copy h1 {
  margin: 0;
  color: #071f68;
  font-size: clamp(42px, 4.9vw, 74px);
  font-weight: 900;
  line-height: 1.01;
}

.home-page .home-entry__copy h1 strong {
  color: #1761ff;
  font: inherit;
}

.home-page .home-entry__subtitle {
  max-width: 650px;
  margin: 16px 0 0;
  color: #071645;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.28;
}

.home-page .home-entry__subtitle > span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
  color: #ffffff;
  background: #37a927;
  font-size: 16px;
  vertical-align: 4px;
}

.home-page .home-entry__video-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(7, 31, 104, 0.18);
  border-radius: 24px;
  background: #081131;
  box-shadow: 0 20px 52px rgba(7, 31, 104, 0.18);
}

.home-page .home-entry__video-frame,
.home-page .home-entry__video-placeholder {
  width: 100%;
  aspect-ratio: 9 / 16;
}

.home-page .home-entry__video-placeholder {
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 28px 20px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 32%, rgba(39, 125, 255, 0.26), transparent 28%),
    linear-gradient(180deg, #09173d 0%, #040d23 100%);
  text-align: center;
}

.home-page .home-entry__play-circle {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #071f68;
  background: #ffffff;
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.home-page .home-entry__video-placeholder strong {
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1.05;
}

.home-page .home-entry__video-placeholder span {
  max-width: 24ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.28;
}

.home-page .home-entry__symbols {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-page .home-entry__symbols span {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 10px;
  border: 1px solid rgba(7, 31, 104, 0.08);
  border-radius: 18px;
  color: #071645;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 31, 104, 0.08);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
}

.home-page .home-entry__cta {
  grid-column: 1;
  width: min(100%, 480px);
  height: 56px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 28px;
  border-radius: 18px;
  color: #050505;
  background: #ffffff;
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.18);
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.home-page .home-entry__symbol-icon,
.home-page .home-entry__safe-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.home-page .home-entry__symbol-icon--whatsapp {
  background: #21c45d;
}

.home-page .home-entry__symbol-icon--bank {
  background: #1761ff;
}

.home-page .home-entry__symbol-icon--safe,
.home-page .home-entry__safe-icon {
  background: #168c39;
}

.home-page .home-entry__cta span {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffc940;
  background: #071f68;
  font-size: 0.9em;
}

.home-page .home-entry__platforms {
  grid-column: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #071645;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 500;
}

.home-page .home-entry__platforms img {
  width: 24px;
  height: 24px;
}

.home-page .home-entry__safe-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  color: #125c2b;
  background: linear-gradient(90deg, #f0fff4, #f6fff7);
  box-shadow: 0 14px 34px rgba(18, 92, 43, 0.08);
}

.home-page .home-entry__safe-card strong {
  display: block;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.08;
}

.home-page .home-entry__safe-card span {
  display: block;
  margin-top: 4px;
  color: #163c22;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.25;
}

.home-page .home-entry__safe-heart {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 2px solid #168c39;
  border-radius: 50%;
  color: #168c39;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 900px) {
  .home-page .home-entry {
    width: min(calc(100vw - 28px), 460px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-page .home-entry__header,
  .home-page .home-entry__symbols,
  .home-page .home-entry__cta,
  .home-page .home-entry__platforms,
  .home-page .home-entry__safe-card {
    grid-column: 1;
  }

  .home-page .home-entry__brand-mark,
  .home-page .home-entry__brand-mark img {
    width: 48px;
    height: 48px;
  }

  .home-page .home-entry__brand strong {
    font-size: clamp(23px, 6.8vw, 31px);
  }

  .home-page .home-entry__brand span {
    font-size: 14px;
  }

  .home-page .home-entry__copy h1 {
    font-size: clamp(35px, 10vw, 48px);
    line-height: 1.04;
  }

  .home-page .home-entry__subtitle {
    margin-top: 12px;
    font-size: clamp(18px, 5vw, 24px);
  }

  .home-page .home-entry__video-card {
    width: min(100%, 330px);
    margin-inline: auto;
  }

  .home-page .home-entry__symbols {
    gap: 10px;
  }

  .home-page .home-entry__symbols span {
    min-height: 84px;
    flex-direction: column;
    gap: 7px;
    padding: 10px 8px;
    font-size: 15px;
  }

  .home-page .home-entry__symbols img {
    width: 34px;
    height: 34px;
  }

  .home-page .home-entry__cta {
    width: 100%;
    height: 56px;
    min-height: 56px;
    font-size: clamp(18px, 5.7vw, 24px);
  }

  .home-page .home-entry__cta span {
    width: 38px;
    height: 38px;
  }

  .home-page .home-entry__platforms {
    justify-content: center;
    font-size: 18px;
  }

  .home-page .home-entry__safe-card {
    gap: 12px;
    padding: 14px 12px;
  }

  .home-page .home-entry__safe-card strong {
    font-size: 19px;
  }

  .home-page .home-entry__safe-card span {
    font-size: 13px;
  }

  .home-page .home-entry__symbol-icon,
  .home-page .home-entry__safe-icon {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .home-page .home-entry__safe-heart {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .home-page .home-entry__play-circle {
    width: 72px;
    height: 72px;
    font-size: 28px;
  }
}

.home-page .hero-section {
  padding: 24px 16px;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 78% 12%, rgba(23, 97, 255, 0.08), transparent 24%),
    radial-gradient(circle at 14% 84%, rgba(255, 184, 0, 0.08), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.home-page .home-intro-shell {
  width: min(calc(100vw - 32px), 1240px);
  margin: 0 auto;
}

.home-page .home-intro-shell .intro-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  grid-template-areas:
    "copy video"
    "action video"
    "detail video";
  align-items: center;
  gap: clamp(24px, 3vw, 44px);
}

.home-page .home-intro-shell .intro-copy-panel {
  grid-area: copy;
  justify-items: center;
  align-content: start;
  gap: 14px;
  min-width: 0;
  max-width: 720px;
}

.home-page .home-intro-shell .video-panel {
  grid-area: video;
  align-self: start;
}

.home-page .home-intro-shell .intro-action-panel {
  grid-area: action;
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: center;
  min-width: 0;
}

.home-page .home-intro-shell .intro-detail-panel {
  grid-area: detail;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.home-page .home-intro-shell .intro-kicker img {
  width: clamp(38px, 3.4vw, 50px);
  height: clamp(38px, 3.4vw, 50px);
  object-fit: contain;
}

.home-page .home-intro-title {
  width: 100%;
  margin: 0;
  color: var(--ink);
  max-width: 720px;
  font-size: clamp(32px, 3.45vw, 50px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-wrap: balance;
}

.home-page .home-intro-title span {
  color: #050505;
}

.home-page .home-intro-shell .intro-subtitle {
  max-width: 640px;
  margin: 0;
  font-size: clamp(18px, 1.52vw, 22px);
  line-height: 1.24;
}

.home-page .home-intro-shell .intro-cta-note {
  margin: 0;
  color: #071645;
  font-size: clamp(17px, 1.32vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.home-page .home-intro-shell .intro-cta-note--headline {
  width: 100%;
  max-width: 640px;
  font-size: clamp(19px, 1.55vw, 22px);
  line-height: 1.18;
  font-weight: 900;
  color: #050505;
  text-wrap: balance;
}

.home-page .home-intro-shell .primary-button {
  min-height: 76px;
  height: 76px;
  margin-top: 0;
  border: 2px solid rgba(255, 232, 158, 0.9);
  color: #061536;
  background: linear-gradient(180deg, #ffbd45 0%, #f28a16 100%);
  box-shadow:
    0 20px 38px rgba(242, 138, 22, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.home-page .home-intro-shell .hero-button {
  position: relative;
  overflow: hidden;
  width: min(100%, 500px);
  min-width: 320px;
  max-width: 100%;
  min-height: 80px;
  height: 80px;
  padding-inline: 38px;
  justify-self: center;
  font-size: clamp(20px, 2vw, 24px);
  animation: hero-cta-pulse 2.2s ease-in-out infinite;
}

.home-page .home-intro-shell .hero-button::before {
  position: absolute;
  top: -45%;
  left: -30%;
  width: 20%;
  height: 190%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  content: "";
  transform: skewX(-20deg);
  animation: hero-cta-shine 2.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes hero-cta-pulse {
  0%, 100% {
    box-shadow:
      0 20px 38px rgba(242, 138, 22, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow:
      0 22px 54px rgba(242, 138, 22, 0.68),
      inset 0 1px 0 rgba(255, 255, 255, 0.62);
  }
}

@keyframes hero-cta-shine {
  0%, 20% {
    left: -30%;
  }
  70%, 100% {
    left: 120%;
  }
}

.home-page .home-intro-shell .intro-kicker--mobile {
  display: none;
}

.home-page .home-intro-shell .primary-button::after {
  content: none;
  margin-left: 0;
}

.home-page .home-intro-shell .video-frame,
.home-page .home-intro-shell .video-frame.is-portrait {
  width: min(400px, 100%);
  height: auto;
  aspect-ratio: 9 / 16;
  border: 7px solid #071645;
  outline: 3px solid #ffffff;
  outline-offset: 0;
  border-radius: 32px;
  box-shadow:
    0 24px 54px rgba(7, 22, 69, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.home-page .home-intro-shell .video-frame video {
  object-fit: cover;
}

.home-page .home-intro-shell .video-panel {
  gap: 10px;
}

.home-page .home-intro-benefit-icon,
.home-page .home-intro-note-icon {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
}

.home-page .home-intro-benefit-icon {
  width: 46px;
  height: 46px;
  justify-self: center;
  font-size: 28px;
  color: inherit;
  background: transparent;
}

.home-page .home-intro-benefit-icon--check {
  background: #0f8a8b;
}

.home-page .home-intro-benefit-icon--phone {
  background: #1761ff;
  font-size: 24px;
}

.home-page .home-intro-benefit-icon--chat {
  background: #21c45d;
}

.home-page .home-intro-benefit-icon--shield {
  background: #db3b32;
}

.home-page .home-intro-benefit-icon--emoji {
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 30px;
  line-height: 1;
}

.home-page .home-intro-note-icon {
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #071f68;
  font-size: 11px;
}

.home-page .home-intro-shell .intro-security-note {
  text-decoration: none;
}

.home-page .home-intro-shell .intro-security-note:hover {
  text-decoration: underline;
}

.home-page .home-intro-shell .intro-security-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  color: #071645;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 800;
  line-height: 1.15;
}

.home-page .home-intro-shell .intro-security-brand img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .home-page .hero-section {
    padding: 14px 12px;
  }

  .home-page .home-intro-shell {
    width: min(calc(100vw - 20px), 520px);
    padding: 22px 18px 20px;
    border-radius: 28px;
  }

  .home-page .home-intro-title {
    font-size: clamp(28px, 8.4vw, 40px);
    line-height: 1;
    max-width: 100%;
    text-wrap: initial;
  }

  .home-page .home-intro-shell .intro-video-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "video"
      "action"
      "detail";
    gap: 14px;
  }

  .home-page .home-intro-shell .intro-copy-panel {
    gap: 12px;
    justify-items: center;
  }

  .home-page .home-intro-shell .intro-kicker--desktop {
    display: none;
  }

  .home-page .home-intro-shell .intro-kicker {
    font-size: clamp(15px, 4.5vw, 22px);
  }

  .home-page .home-intro-shell .intro-kicker img {
    width: 40px;
    height: 40px;
  }

  .home-page .home-intro-shell .intro-kicker--mobile {
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-inline: auto;
    text-align: center;
    display: inline-flex;
  }

  .home-page .home-intro-shell .intro-action-panel {
    gap: 12px;
    justify-items: stretch;
  }

  .home-page .home-intro-shell .intro-cta-note {
    text-align: center;
    font-size: clamp(17px, 4.6vw, 21px);
    line-height: 1.18;
  }

  .home-page .home-intro-shell .intro-security-brand {
    font-size: clamp(14px, 4vw, 17px);
  }

  .home-page .home-intro-shell .intro-security-brand img {
    width: 24px;
    height: 24px;
  }

  .home-page .home-intro-shell .intro-cta-note--headline {
    max-width: 100%;
    font-size: clamp(18px, 4.9vw, 24px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .home-page .home-intro-shell .intro-benefit {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    min-height: 70px;
    padding: 8px 12px;
  }

  .home-page .home-intro-shell .intro-benefit img {
    width: 38px;
    height: 38px;
  }

  .home-page .home-intro-shell .home-intro-benefit-icon {
    width: auto;
    height: auto;
    font-size: 24px;
  }

  .home-page .home-intro-shell .intro-benefit h3 {
    font-size: clamp(16px, 4.2vw, 19px);
  }

  .home-page .home-intro-shell .intro-benefit p {
    font-size: clamp(13px, 3.6vw, 15px);
  }

  .home-page .home-intro-shell .video-frame,
  .home-page .home-intro-shell .video-frame.is-portrait {
    width: min(100%, 380px);
    height: auto;
    aspect-ratio: 9 / 16;
    border-width: 6px;
    border-radius: 28px;
  }

  .home-page .home-intro-shell .video-panel {
    gap: 12px;
  }

  .home-page .home-intro-shell .intro-detail-panel {
    gap: 10px;
  }

  .home-page .home-intro-shell .primary-button {
    min-height: 76px;
    height: 76px;
    font-size: clamp(20px, 5.6vw, 26px);
  }

  .home-page .home-intro-shell .hero-button {
    width: 100%;
    min-width: 0;
    padding-inline: 20px;
    justify-self: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-intro-shell .hero-button,
  .home-page .home-intro-shell .hero-button::before {
    animation: none;
  }
}
