/*
 * Fonts local to the AttentionHome component.
 * Family names are prefixed with "Attention" to avoid collisions with
 * styles in the consuming Webflow/DevLink project.
 *
 * @font-face src must be absolute hosted URLs — never relative files.
 * Webflow CLI packs SSR assets as UTF-8, so relative font urls become
 * corrupted data URIs and staging falls back to system sans.
 */

@property --nav-offset {
  syntax: "<length>";
  inherits: true;
  initial-value: 80px;
}

:host {
  --nav-h: 80px;
  --nav-offset: 80px;
}

html {
  overflow-x: clip;
}

@media (max-width: 1023px) {
  :host {
    --nav-h: 72px;
    --nav-offset: 72px;
  }
}

@font-face {
  font-family: "AttentionRoobert";
  src:
    url("https://attention-home-preview.vercel.app/fonts/Roobert-Medium.woff2")
      format("woff2"),
    url("https://attention-home-preview.vercel.app/fonts/Roobert-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AttentionOverusedGrotesk";
  src: url("https://attention-home-preview.vercel.app/fonts/OverusedGrotesk-Roman.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AttentionOverusedGrotesk";
  src: url("https://attention-home-preview.vercel.app/fonts/OverusedGrotesk-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AttentionDepartureMono";
  src: url("https://attention-home-preview.vercel.app/fonts/DepartureMono-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.ViLGPYor1UWnxXK0ECqH {
  background: #fafafa;
  margin-top: -1px;
  --ease-out-strong: cubic-bezier(0.23, 1, 0.32, 1);
  --duration-fast: 160ms;
  --duration-hover: 220ms;
}

.cc3dwlAlMWjoo7ScykKw {
  background: transparent;
  margin-top: -1px;
  --ease-out-strong: cubic-bezier(0.23, 1, 0.32, 1);
  --duration-fast: 160ms;
  --duration-hover: 220ms;
}

.ViLGPYor1UWnxXK0ECqH,
.cc3dwlAlMWjoo7ScykKw,
.ViLGPYor1UWnxXK0ECqH *,
.cc3dwlAlMWjoo7ScykKw * {
  box-sizing: border-box;
}

.mHzkmJrM7lWlmHhYNzlm {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 1023px) {
  .mHzkmJrM7lWlmHhYNzlm {
    padding: 0;
  }
}

.GCYpWBg3kknkxuY72sCK {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 4px 4px 4px 20px;
  background: #4545e5;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  font: inherit;
  color: inherit;
  appearance: none;
  text-decoration: none;
  transition: background-color 240ms cubic-bezier(0.23, 1, 0.32, 1);
}

.vvjs8aMjTSJ3rzWAPk6Q {
  width: 100%;
  justify-content: space-between;
}

.qRiWvi1Ne6b67Zzs4NuW {
  font-family: "AttentionOverusedGrotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fafafa;
  white-space: nowrap;
}

.zczHvrZfqjvo6rgyI_iA {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.gydxmkeyAD_qwEuLEdep {
  display: block;
  width: 32px;
  height: 32px;
}

@media (max-width: 1023px) {
  .GCYpWBg3kknkxuY72sCK {
    width: 100%;
    height: 40px;
    flex-shrink: 0;
    justify-content: space-between;
    box-sizing: border-box;
  }
}

@media (hover: hover) and (pointer: fine) {
  .GCYpWBg3kknkxuY72sCK:hover {
    background-color: #5252eb;
  }
}

@media (prefers-reduced-motion: reduce) {
  .GCYpWBg3kknkxuY72sCK {
    transition: none;
  }
}

.UFzw4nEW2NSYe5025lDZ {
  display: flex;
  width: 456px;
  max-width: 100%;
  min-height: 48px;
}

.UFzw4nEW2NSYe5025lDZ .w-form,
.UFzw4nEW2NSYe5025lDZ form {
  width: 100%;
  max-width: 456px;
  margin: 0;
}

.UFzw4nEW2NSYe5025lDZ ::slotted(.w-form),
.UFzw4nEW2NSYe5025lDZ ::slotted(form),
.UFzw4nEW2NSYe5025lDZ ::slotted(div) {
  width: 100%;
  max-width: 456px;
  margin: 0;
}

@media (max-width: 1023px) {
  .UFzw4nEW2NSYe5025lDZ {
    width: 100%;
    max-width: 100%;
  }

  .UFzw4nEW2NSYe5025lDZ .w-form,
  .UFzw4nEW2NSYe5025lDZ form,
  .UFzw4nEW2NSYe5025lDZ ::slotted(.w-form),
  .UFzw4nEW2NSYe5025lDZ ::slotted(form),
  .UFzw4nEW2NSYe5025lDZ ::slotted(div) {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .UFzw4nEW2NSYe5025lDZ {
    width: 100%;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .UFzw4nEW2NSYe5025lDZ .w-form,
  .UFzw4nEW2NSYe5025lDZ form,
  .UFzw4nEW2NSYe5025lDZ ::slotted(.w-form),
  .UFzw4nEW2NSYe5025lDZ ::slotted(form),
  .UFzw4nEW2NSYe5025lDZ ::slotted(div) {
    width: 100%;
    max-width: 100%;
  }
}

.hACrvFsP_bRNGn4IHb1w {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 4px 4px 4px 12px;
  background: rgba(20, 19, 26, 0.08);
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 240ms cubic-bezier(0.23, 1, 0.32, 1);
}

._BXYlDSlHLtRdvbo7J0l {
  font-family: "AttentionOverusedGrotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #14131a;
  white-space: nowrap;
}

.VfN0kNCXtNcriFGx0Fb8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 8px;
}

.Pj0ZOs1MVqSfA43r6C8u {
  display: block;
  width: 12px;
  height: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .hACrvFsP_bRNGn4IHb1w:hover {
    background-color: rgba(20, 19, 26, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hACrvFsP_bRNGn4IHb1w {
    transition: none;
  }
}

.A_qlekV4GKjOZuUgN8SL {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.KrSlDsNaFbwXT9C3n8AQ {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
}

.oF2uq3_T3mpx_4Mc4pcO {
    position: relative;
    width: 25%;
    height: 80px;
    border: 1px solid #ededed;
    border-radius: 10px;
    overflow: hidden;
}

.oF2uq3_T3mpx_4Mc4pcO:not(:nth-child(4n + 1)) {
    width: calc(25% + 1px);
    margin-left: -1px;
}

.oF2uq3_T3mpx_4Mc4pcO:nth-child(n + 5) {
    height: 81px;
    margin-top: -1px;
}

.SpAPALlRFQtrf5MIDa1D {
    position: absolute;
    inset: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.tp2EQPseiPWZEdtSwxfh {
    display: block;
    flex-shrink: 0;
}

.ux33uTzIJRiyg0GkGoAO {
    position: absolute;
    top: -1px;
    right: -1px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #4545e5;
    text-decoration: none;
}

.ux33uTzIJRiyg0GkGoAO:hover,
.ux33uTzIJRiyg0GkGoAO:focus-visible {
    color: #14131a;
}

.zvotya5BwKMfhNF3Mqtz {
    margin: 0;
    font-family: "AttentionDepartureMono", monospace;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: inherit;
    white-space: nowrap;
}

.L8JpRTCrNh9UAlgGmegA {
    display: block;
    width: 8px;
    height: 12px;
    flex-shrink: 0;
    background: currentColor;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiBvdmVyZmxvdz0idmlzaWJsZSIgc3R5bGU9ImRpc3BsYXk6IGJsb2NrOyIgd2lkdGg9IjgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA4IDEyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iU3VidHJhY3QiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCA2LjcyOTc4TDQuOTUxNzUgMFY1LjI3MDIyTDggNS4yNzAyM0wzLjA0ODI1IDEyTDMuMDQ4MjUgNi43Mjk3OEgwWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=) center / contain no-repeat;
    mask: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiBvdmVyZmxvdz0idmlzaWJsZSIgc3R5bGU9ImRpc3BsYXk6IGJsb2NrOyIgd2lkdGg9IjgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA4IDEyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iU3VidHJhY3QiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCA2LjcyOTc4TDQuOTUxNzUgMFY1LjI3MDIyTDggNS4yNzAyM0wzLjA0ODI1IDEyTDMuMDQ4MjUgNi43Mjk3OEgwWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=) center / contain no-repeat;
}

.CQijCqE_ynVYE7eoFWN0 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 81px;
    margin-top: -1px;
}

.xTy0nJ5DQss0e8hJv169 {
    width: 25%;
    height: 100%;
    border: 1px solid #ededed;
    border-radius: 8px;
}

.xTy0nJ5DQss0e8hJv169:last-child {
    width: calc(25% + 1px);
    margin-left: -1px;
}

.racJXfnsFAjuJNAJOVdO {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% + 1px);
    height: 100%;
    margin-left: -1px;
    padding: 0 23px 0 24px;
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 8px;
}

.xyOplWy6Et0kd6DNo1Yr {
    margin: 0;
    font-family: "AttentionOverusedGrotesk", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #14131a;
    white-space: nowrap;
}

.L3yDFsr67exqvTqhdGx9 {
    width: 100%;
    height: 64px;
    overflow: hidden;
}

.hG1QyLtCmUSaj8d9F9AJ {
    display: flex;
    width: max-content;
    animation: yHkCwhf02hxGcJ6ahb21 32s linear infinite;
}

.L3yDFsr67exqvTqhdGx9 .oF2uq3_T3mpx_4Mc4pcO,
.L3yDFsr67exqvTqhdGx9 .oF2uq3_T3mpx_4Mc4pcO:nth-child(n + 5) {
    width: 210px;
    height: 64px;
    flex-shrink: 0;
    margin: 0;
}

.L3yDFsr67exqvTqhdGx9 .oF2uq3_T3mpx_4Mc4pcO+.oF2uq3_T3mpx_4Mc4pcO {
    margin-left: -1px;
}

._JvmZ_t6kodCnJ7TYSoL .hG1QyLtCmUSaj8d9F9AJ {
    animation-play-state: paused;
}

@media (max-width: 1279px) {
    .OCtbNgFhQ9JJbIaJK3TE {
        display: none;
    }

    .zvotya5BwKMfhNF3Mqtz {
        display: none;
        visibility: hidden;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hG1QyLtCmUSaj8d9F9AJ {
        animation: none;
    }
}

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

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

.dSY9luV0vuFYe5DamfaX {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.SZh8nG3ejwVFP2uhTDOy {
  color: inherit;
  text-decoration: none;
}

.T9pjRPyEVivytYVXVgak {
  flex: 1 0 0;
  min-width: 1px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  outline: none;
  font-family: "AttentionOverusedGrotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.14px;
  color: #14131a;
}

.T9pjRPyEVivytYVXVgak::placeholder {
  color: #706f74;
}

.dX6_ousQMsSfTXCgYMOA {
  display: flex;
  align-items: center;
  width: 456px;
  max-width: 100%;
  min-height: 48px;
}

/* Left card — Figma 598:5586: 624x692, border #ededed, r8, py 104, pl 32, pr 64.
   Figma strokes are inside the frame, so CSS padding = Figma padding - 1px border. */
.UMagJINy6v29nZmZMzZI {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  padding: 103px 63px 103px 31px;
  border: 1px solid #ededed;
  border-radius: 8px;
  margin-top: -1px;
}

.niq74MqcsjSkdfOf2_i_ {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.FInmoK8IbZH4RwYzBZFw {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}

/* G2 badge — Figma 598:5852 */
.qDmJeS52RXatNwiCGodg {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 5px 11px;
  border: 1px solid #ededed;
  border-radius: 8px;
}

.gjLhuY1Tm_E9LbM39GTE {
  display: block;
  width: 16px;
  height: 16px;
}

.gFFlCGjB_SajaAMDv1j1 {
  margin: 0;
  font-family: "AttentionDepartureMono", monospace;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  color: #14131a;
  white-space: nowrap;
}

.hcbTbraT7hzyW35NXqfs {
  color: #706f74;
}

/* Headline — Figma 598:5842: Roobert Medium 56/1.1, -1.68px, ss11 */
.QUE7OG7fXQNX_CIaLYRd {
  margin: 0;
  font-family: "AttentionRoobert", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1.68px;
  color: #14131a;
  font-feature-settings: "ss11" 1;
}

/* Body — Figma 598:5843: Overused Grotesk 400 16/1.4 */
.TDcqq9XXQum_0hG0Dezw {
  margin: 0;
  font-family: "AttentionOverusedGrotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #14131a;
  width: 100%;
}

/* Email input — Figma 598:5873: 456x48, white, border #ededed, r8 */
.ykB0oq6vp4K4LdxN4Yns {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 456px;
  max-width: 100%;
  padding: 4px 4px 4px 20px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 8px;
  overflow: hidden;
}

.ykB0oq6vp4K4LdxN4Yns:focus-within:has(:focus-visible) {
  outline: 1px solid #4545e5;
  outline-offset: 0;
}

.Y_e1Y651M8REwkckBF1a {
  flex: 1 0 0;
  min-width: 1px;
  margin: 0;
  font-family: "AttentionOverusedGrotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.14px;
  color: #706f74;
}

/* Right visual — Figma 691:5133 ("Lottie" annotation): 624x692, r8, clipped.
   The aspect ratio locks the container to the exact Figma dimensions so the
   placeholder image can be swapped for the final Lottie without layout work. */
.Ph0vvn2dH8vKoqKn_aKY {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  aspect-ratio: 624 / 692;
  margin-top: -1px;
  margin-bottom: 1px;
  border-radius: 8px;
  overflow: hidden;
  background: #14131a;
}

.EbASXYlgqRw7MdpQ5cGo,
.RuKpsgS8bk6Rl3c4n1mY {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.EbASXYlgqRw7MdpQ5cGo {
  z-index: 0;
  object-fit: cover;
  pointer-events: none;
}

.RuKpsgS8bk6Rl3c4n1mY {
  z-index: 1;
  pointer-events: none;
}

.RuKpsgS8bk6Rl3c4n1mY canvas,
.RuKpsgS8bk6Rl3c4n1mY svg {
  display: block;
  width: 100%;
  height: 100%;
}

.BeXwekTtQs9eehbbBRNV {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .EbASXYlgqRw7MdpQ5cGo {
    display: none;
  }
}

@media (max-width: 1023px) {
  .dSY9luV0vuFYe5DamfaX {
    flex-direction: column;
    align-items: stretch;
  }

  .BeXwekTtQs9eehbbBRNV {
    display: block;
    width: 100%;
    height: 64px;
    overflow: hidden;
    flex-shrink: 0;
    margin-top: -1px;
  }

  /* Figma 953:1632: py 60 / px 20, inside stroke → CSS padding - 1px. */
  .UMagJINy6v29nZmZMzZI {
    flex: none;
    width: 100%;
    gap: 40px;
    padding: 59px 19px;
  }

  .QUE7OG7fXQNX_CIaLYRd {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  .ykB0oq6vp4K4LdxN4Yns,
  .dX6_ousQMsSfTXCgYMOA {
    width: 100%;
    flex: none;
    max-width: 100%;
  }

  .Ph0vvn2dH8vKoqKn_aKY {
    flex: none;
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 420 / 466;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 8px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .dSY9luV0vuFYe5DamfaX {
    flex-wrap: wrap;
  }

  .UMagJINy6v29nZmZMzZI {
    order: 1;
  }

  .Ph0vvn2dH8vKoqKn_aKY {
    order: 2;
  }

  .BeXwekTtQs9eehbbBRNV {
    display: block;
    order: 3;
    flex: 1 1 100%;
    width: 100%;
    height: 64px;
    overflow: hidden;
    margin-top: -1px;
  }
}

@media (max-width: 767px) {
  .ykB0oq6vp4K4LdxN4Yns,
  .dX6_ousQMsSfTXCgYMOA {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: none;
    min-height: 0;
    overflow: visible;
  }

  .ykB0oq6vp4K4LdxN4Yns:focus-within {
    outline: none;
  }

  .T9pjRPyEVivytYVXVgak {
    flex: none;
    width: 100%;
    height: 48px;
    padding: 4px 4px 4px 20px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 8px;
  }

  .T9pjRPyEVivytYVXVgak:focus-visible {
    outline: 1px solid #4545e5;
    outline-offset: 0;
  }
}

