.signup-intent-visual {
  --intent-mint: #55e6b3;
  --intent-green: #19b98a;
  --intent-ink: #061d3d;
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

.signup-intent-visual::after {
  background: linear-gradient(90deg, rgba(0, 18, 30, .18), transparent 46%, rgba(4, 20, 34, .08));
}

.intent-story {
  top: 7.4%;
  left: 5.35%;
  width: 45%;
}

.intent-brand-lockup {
  gap: 15px;
  margin-bottom: 4.4vh;
}

.intent-brand-lockup img {
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.intent-brand-lockup > span {
  font-size: clamp(2.25rem, 3.55vw, 4rem);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.055em;
}

.intent-brand-lockup small {
  margin-top: 15px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(.67rem, .85vw, .92rem);
  font-weight: 650;
  letter-spacing: .13em;
}

.intent-pill {
  padding: 9px 17px;
  border-color: rgba(85, 230, 179, .7);
  color: #f2fffa;
  background: rgba(0, 33, 42, .32);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
  font-size: clamp(.56rem, .68vw, .73rem);
  font-weight: 750;
  letter-spacing: .16em;
}

.intent-story h1 {
  margin: 2.8vh 0 1.55vh;
  max-width: 760px;
  font-size: clamp(3rem, 4.7vw, 5.35rem);
  font-weight: 850;
  line-height: .96;
  letter-spacing: -.058em;
  text-wrap: balance;
}

.intent-story h1 em {
  color: var(--intent-mint);
  background: linear-gradient(100deg, #5ce8b5 8%, #7ff2c7 78%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intent-story > p {
  max-width: 590px;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(.91rem, 1.12vw, 1.2rem);
  font-weight: 480;
  line-height: 1.5;
  letter-spacing: -.01em;
}

.intent-story-actions {
  display: flex;
  align-items: flex-start;
  gap: clamp(21px, 2.35vw, 42px);
  margin-top: 3.7vh;
}

.intent-story-actions button {
  display: grid;
  justify-items: center;
  width: auto;
  min-width: 74px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, .96);
  background: transparent;
  font: inherit;
  text-align: center;
  backdrop-filter: none;
}

.intent-story-actions button b {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 0 10px;
  border: 1px solid rgba(85, 230, 179, .72);
  border-radius: 15px;
  color: var(--intent-mint);
  background: linear-gradient(145deg, rgba(10, 60, 65, .8), rgba(1, 29, 42, .58));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 12px 24px rgba(0, 0, 0, .17);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.intent-story-actions svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.intent-story-actions button span {
  font-size: clamp(.64rem, .7vw, .76rem);
  font-weight: 650;
  line-height: 1.32;
}

.intent-story-actions button:hover,
.intent-story-actions button:focus-visible {
  transform: none;
  outline: none;
  background: transparent;
}

.intent-story-actions button:hover b,
.intent-story-actions button:focus-visible b {
  transform: translateY(-4px);
  color: #062e29;
  background: var(--intent-mint);
  box-shadow: 0 16px 30px rgba(16, 198, 140, .28);
}

.intent-hotspot-nav {
  top: 22px;
  right: 3.25%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.intent-hotspot-nav > button:not(.intent-help) {
  padding: 8px 0;
  color: rgba(255, 255, 255, .94);
  font-size: .83rem;
  font-weight: 620;
  letter-spacing: -.01em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .38);
}

.intent-hotspot-nav > button:not(.intent-help)::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 4px;
  border-radius: 2px;
  background: var(--intent-mint);
  transition: width 160ms ease;
}

.intent-hotspot-nav > button:not(.intent-help):hover::after,
.intent-hotspot-nav > button:not(.intent-help):focus-visible::after {
  width: 100%;
}

.intent-hotspot-nav > span {
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, .52);
}

.intent-hotspot-nav .intent-help {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-left: 10px;
  padding: 0 20px;
  border: 1px solid rgba(105, 237, 191, .72);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 38, 52, .26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 10px 28px rgba(0, 0, 0, .12);
  font-size: .84rem;
  font-weight: 720;
  backdrop-filter: blur(16px);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
  text-decoration: none;
}

.intent-help svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.intent-hotspot-nav .intent-help:hover,
.intent-hotspot-nav .intent-help:focus-visible {
  transform: translateY(-2px);
  color: #062c28;
  background: var(--intent-mint);
  outline: none;
}

.intent-auth-card {
  right: 3.35%;
  width: min(510px, 30.5vw);
  padding: 34px 40px 38px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 24px;
  background: rgba(255, 255, 255, .965);
  box-shadow: 0 32px 80px rgba(4, 21, 38, .28), inset 0 1px 0 #fff;
}

.intent-auth-card h1 {
  color: var(--intent-ink);
  font-size: clamp(1.8rem, 2vw, 2.25rem);
  font-weight: 840;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.intent-auth-card > p {
  color: #607087;
  font-size: .96rem;
  font-weight: 480;
}

.intent-auth-tabs {
  margin-bottom: 38px;
}

.intent-auth-tabs button {
  min-height: 58px;
  color: #526178;
  font-size: .87rem;
  font-weight: 650;
}

.intent-auth-tabs button.is-active {
  color: var(--intent-ink);
}

.intent-auth-tabs button.is-active::after {
  height: 3px;
  border-radius: 3px;
  background: var(--intent-green);
}

.intent-login-form > label,
.intent-register-form > label,
.intent-otp-form > label {
  min-height: 58px;
  border-color: #d3deeb;
  border-radius: 13px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.intent-login-form > label:focus-within,
.intent-register-form > label:focus-within,
.intent-otp-form > label:focus-within {
  border-color: #35c79c;
  box-shadow: 0 0 0 4px rgba(31, 188, 142, .1);
}

.intent-sign-in {
  min-height: 58px;
  border-radius: 13px;
  background: linear-gradient(135deg, #22bf91, #159f78);
  box-shadow: 0 12px 26px rgba(17, 164, 122, .22);
  font-size: .9rem;
  font-weight: 720;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.intent-sign-in:hover,
.intent-sign-in:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(17, 164, 122, .28);
}

.intent-social button {
  min-height: 56px;
  border-color: #d3deeb;
  border-radius: 13px;
  color: #172a45;
  background: #fff;
  font-weight: 620;
}

.intent-buy-internet {
  border-radius: 14px;
  background: linear-gradient(135deg, #e7f8f3, #dbf3ed);
}

@media (max-width: 1280px) {
  .intent-story { width: 48%; }
  .intent-story-actions { gap: 18px; }
  .intent-hotspot-nav { gap: 10px; }
  .intent-hotspot-nav .intent-help { padding: 0 15px; }
  .intent-auth-card { width: min(470px, 32vw); padding-inline: 32px; }
}

@media (max-width: 980px) {
  .intent-hotspot-nav > button:not(.intent-help),
  .intent-hotspot-nav > span { display: none; }
  .intent-hotspot-nav { right: 20px; }
  .intent-story-actions { justify-content: flex-start; }
}

@media (max-width: 820px) {
  .intent-story { top: 74px; left: 24px; right: 24px; }
  .intent-story h1 { font-size: clamp(2.7rem, 12vw, 4.25rem); }
  .intent-story-actions { gap: 20px; overflow-x: auto; padding-bottom: 8px; }
  .intent-story-actions button:nth-child(n) { display: grid; }
  .intent-auth-card { right: 18px; left: 18px; width: auto; padding: 30px 24px 34px; }
}

@media (max-width: 480px) {
  .intent-brand-lockup { margin-bottom: 24px; }
  .intent-story > p { max-width: 100%; }
  .intent-story-actions button:nth-child(n) { display: grid; }
  .intent-story-actions { scrollbar-width: none; }
  .intent-story-actions::-webkit-scrollbar { display: none; }
  .intent-auth-tabs { margin-bottom: 28px; }
}
