/* ==========================================================================
   Linktree homepage clone - stylesheet
   Rebuilt by hand from the live site's design tokens (Tailwind v4 theme):
   colours, fluid type scale, breakpoints (sm 480 / md 768 / lg 992 /
   xl 1280 / 2xl 1440 / 3xl 1920), spacing and motion.
   ========================================================================== */

@font-face {
  font-family: "Linksans";
  src: url("../assets/fonts/LinkSans-LinkSansVF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* linklio brand palette (token names kept from the original build so every rule still resolves)
     blue #0a33fd, magenta #fd1ca8, lime #d4ee06, overlap purple #db0abb, plus tints */
  --blue: #0a33fd;
  --blue-deep: #0a1fb0;
  --blue-ink: #06157a;
  --magenta: #fd1ca8;
  --lime: #d4ee06;
  --purple: #db0abb;
  --tint-blue: #dbe2ff;
  --tint-pink: #ffd6ee;
  --tint-lime: #f1fbb0;
  --shade: #1e2330;
  --shade-hover: #303541;
  --forest: var(--blue-ink);        /* hero text + primary dark button */
  --lavender: var(--tint-pink);      /* soft pink surfaces + buttons */
  --iris: var(--blue);               /* solid blue card */
  --chartreuse: var(--lime);         /* primary CTA */
  --chartreuse-hover: #c9e200;
  --hydrangea: var(--blue);          /* create section + cycling word */
  --marble: #f3f3f1;
  --currant: var(--blue-deep);       /* share section + FAQ background */
  --goldenrod: #d6a336;
  --dahlia: var(--blue-ink);         /* footer */
  --light-green: var(--tint-lime);   /* analyze section */
  --orchid: var(--purple);           /* promo bar */
  --concrete: #676b5f;
  --grey: #e0e2d9;
  --hairline: #00000014;
  --hairline-strong: #0003;
  --nav-hover: #eff0ec;
  --stone: #a8a29e;
  --stone-dark: #78716c;

  --font: "Linksans", "Inter", ui-sans-serif, system-ui, sans-serif;

  /* fluid spacing steps used across the page */
  --fluid-4: 1.14vw;
  --fluid-8: 2.28vw;
  --fluid-12: 3.42vw;
  --fluid-16: 4.57vw;

  /* navbar height = pill top margin + pill height; main is pulled up by the same amount */
  --navbar: 9.85vw;
}
@media (max-width: 991.98px) { :root { --navbar: 12.25vw; } }
@media (max-width: 767.98px) { :root { --navbar: 12.5vw; } }
@media (max-width: 479.98px) { :root { --navbar: 26vw; } }
@media (min-width: 1280px)   { :root { --navbar: 125.45px; } }
@media (min-width: 1440px)   { :root { --navbar: 138px; } }
@media (min-width: 1920px)   { :root { --navbar: 151.8px; } }

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; border: 0 solid; }
html { height: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: auto; overflow-x: clip; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; min-height: 100%; overflow-x: clip; background: #fff; color: var(--shade); font-family: var(--font); font-size: 16px; line-height: 1.5; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
p, h1, h2, h3, h4, h5, h6 { letter-spacing: -.02em; }
a { color: inherit; text-decoration: inherit; }
button { font: inherit; color: inherit; background: none; padding: 0; cursor: pointer; }
input { font: inherit; }
img, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
ul { margin: 0; padding: 0; list-style: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }
.text-balance { text-wrap: balance; }

.skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link:focus { position: fixed; top: 16px; left: 16px; z-index: 9999; width: auto; height: auto; clip: auto; overflow: visible; padding: 8px 16px; border-radius: 16px; background: var(--shade); color: #fff; outline: 2px solid #fff; outline-offset: 2px; }

.container { position: relative; width: 90vw; max-width: 1504px; margin-left: auto; margin-right: auto; }
@media (max-width: 991.98px) { .container { width: 95vw; } }
@media (max-width: 479.98px) { .container { width: 90vw; max-width: none; } }

/* --------------------------------------------------------------------------
   Type scale (Linksans variable font, exact clamps from the live site)
   -------------------------------------------------------------------------- */
.t-h1 { font-family: var(--font); font-variation-settings: "wght" 820; font-weight: 800; line-height: 1.07; letter-spacing: -.02em; font-size: clamp(62px, 6.28vw, 90px); }
.t-h2 { font-family: var(--font); font-variation-settings: "wght" 820; font-weight: 700; line-height: 1.06; letter-spacing: -.02em; font-size: clamp(20px, 4vw, 56px); }
.t-h3 { font-family: var(--font); font-weight: 500; line-height: 1.3; letter-spacing: -.01em; font-size: clamp(24px, 2.85vw, 41px); }
.t-body { font-family: var(--font); font-variation-settings: "wght" 418; font-weight: 400; line-height: 1.5; letter-spacing: -.02em; font-size: clamp(14px, 1.29vw, 19px); }
@media (max-width: 991.98px) {
  .t-h1 { font-size: clamp(42px, 8.7vw, 86px); }
  .t-h2 { font-size: clamp(20px, 4.8vw, 47px); }
  .t-h3 { font-size: clamp(20px, 3.42vw, 34px); }
  .t-body { font-size: clamp(14px, 2vw, 20px); }
}
@media (max-width: 479.98px) {
  .t-h1 { font-size: clamp(30px, 9.6vw, 46px); }
  .t-h2 { font-size: clamp(28px, 8.5vw, 41px); }
  .t-h3 { font-size: clamp(18px, 5.25vw, 30px); }
  .t-body { font-size: clamp(13px, 4vw, 19px); }
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .t-h1 { font-size: clamp(62px, 6.28vw, 73.3px); }
  .t-h2 { font-size: clamp(20px, 4vw, 56px); }
  .t-h3 { font-size: clamp(24px, 2.85vw, 41px); }
}
@media (min-width: 1280px) {
  .t-h1 { font-size: 73.3px; }
  .t-h2 { font-size: 50.9px; }
  .t-h3 { font-size: 36.36px; }
  .t-body { font-size: 16.6px; }
}
@media (min-width: 1440px) {
  .t-h1 { font-size: 80px; }
  .t-h2 { font-size: 56px; }
  .t-h3 { font-size: 40px; }
  .t-body { font-size: 18.18px; }
}
@media (min-width: 1920px) {
  .t-h1 { font-size: 88px; }
  .t-body { font-size: 20px; }
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  white-space: nowrap; border-radius: 9999px; font-weight: 500; text-align: center;
  cursor: pointer; user-select: none; font-size: 16px; line-height: 1.5;
  transition: background-color 150ms ease-out, transform 150ms ease-out, filter 150ms ease-out, box-shadow 150ms ease-out;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.02); }
.btn:active { transform: scale(.97); transition-duration: 80ms; }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--shade); }
.btn--lg { min-height: 3.75rem; min-width: 18.75rem; padding: 0 36px; }
.btn--md { height: 56px; padding: 0 28px; }
.btn--forest { background: var(--forest); color: var(--marble); }
.btn--chartreuse { background: var(--chartreuse); color: var(--shade); }
.btn--lavender { background: var(--lavender); color: var(--shade); }
@media (max-width: 479.98px) { .btn--lg { min-height: 4.4rem; min-width: 80vw; padding: 0 7vw; } }
@media (prefers-reduced-motion: reduce) { .btn { transition: none; } .btn:hover, .btn:active { transform: none; } }

/* Claim-your-Linktree form (hero + footer) */
.claim { display: flex; align-items: stretch; gap: .57vw; }
.claim__input {
  margin: 0; max-height: 64px; min-width: 20.736vw; border-radius: .57vw; border: none; background: #fff;
  padding: 8px var(--fluid-4); font-family: var(--font); font-size: 1.14vw; line-height: 1.5; font-weight: 500; color: #757575;
  transition: all 150ms;
}
.claim__input:focus { outline: 2px solid #fff; outline-offset: 2px; }
.claim__input::placeholder { color: #757575; opacity: .7; }
@media (min-width: 480px) and (max-width: 1279.98px) { .claim .btn--lg { min-height: 0; } }
@media (min-width: 480px) and (max-width: 991.98px) {
  .claim__input { height: 5.56vw; }
  .claim .btn--lg { min-width: calc(5.56vw * 300 / 60); padding-inline: calc(5.56vw * 36 / 60); font-size: calc(5.56vw * 16 / 60); }
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .claim__input { height: 4.64vw; }
  .claim .btn--lg { min-width: calc(4.64vw * 300 / 60); padding-inline: calc(4.64vw * 36 / 60); font-size: calc(4.64vw * 16 / 60); }
}
@media (max-width: 991.98px) { .claim { gap: 8px; } .claim__input { min-width: 24.88vw; align-self: center; border-radius: .8vw; padding: 0 1.36vw; font-size: 1.6vw; } }
@media (max-width: 479.98px) { .claim { flex-direction: column; align-items: center; gap: 3vw; } .claim__input { max-height: 60px; min-width: 85vw; border-radius: 1.7vw; padding: 4vw; font-size: 4vw; } }
@media (min-width: 1280px) { .claim { gap: 7.27px; } .claim__input { min-width: 263.88px; border-radius: 7.27px; padding-inline: 14.5px; font-size: 14.5px; } }
@media (min-width: 1440px) { .claim { gap: 8px; } .claim__input { min-width: 290.4px; border-radius: 8px; padding-inline: 16px; font-size: 16px; } }

/* --------------------------------------------------------------------------
   Promo banner
   -------------------------------------------------------------------------- */
.promo { position: relative; z-index: 10; display: flex; min-height: 64px; width: 100%; align-items: center; justify-content: center; padding: 9px 16px; text-align: center; font-size: 14px; line-height: 21px; background: var(--orchid); color: #fff; }
.promo[hidden] { display: none; }
.promo__link { display: flex; flex-direction: column; align-items: center; justify-content: center; transition: opacity 150ms; }
.promo__link:hover, .promo__link:focus-visible { opacity: .7; }
.promo__inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.promo__badge { position: absolute; top: 50%; left: 16px; flex-shrink: 0; transform: translateY(-50%); user-select: none; }
.promo__badge img { width: 84px; height: auto; }
.promo__lead { font-weight: 500; }
.promo__cta { text-decoration: underline; text-underline-offset: 2px; }
.promo__close { position: absolute; top: 50%; right: 8px; display: grid; width: 40px; height: 40px; place-items: center; transform: translateY(-50%); color: var(--shade); transition: opacity 150ms; }
.promo__close:hover, .promo__close:focus-visible { opacity: .6; }
.promo__close svg { width: 16px; height: 16px; }
@media (min-width: 480px) {
  .promo { padding-inline: 35px; }
  .promo__link, .promo__inner { flex-direction: row; flex-wrap: wrap; column-gap: 6px; }
  .promo__badge { position: static; margin: -4px 6px -4px 0; transform: none; }
  .promo__close { right: 16px; }
  .promo__close svg { width: 14px; height: 14px; }
}

/* --------------------------------------------------------------------------
   Navigation
   -------------------------------------------------------------------------- */
.site-header { display: contents; }
.nav { position: sticky; top: 0; z-index: 999; display: flex; width: 100%; flex-direction: column; overflow: visible; background: transparent; will-change: transform; transform: translateY(0); transition: transform 300ms ease-out; }
.nav--hidden { transform: translateY(-100%); transition-duration: 400ms; }
.nav__pill {
  position: relative; display: flex; align-items: center; margin: var(--fluid-12) auto 0; width: 90vw; max-width: 1568px;
  gap: var(--fluid-12); padding: .928vw 3.14vw; padding-right: .928vw; border-radius: 9999px; background: #fff;
  border: 1px solid var(--hairline); transition: border-color 200ms, box-shadow 200ms;
}
.nav--scrolled .nav__pill { border-color: var(--hairline-strong); box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.nav__logo { display: block; flex: none; width: 8.42vw; color: var(--shade); }
.nav__logo svg { display: block; width: 100%; height: auto; }
.nav__logo .logo-mark { display: none; }
.nav__links { position: static; display: flex; align-items: center; margin-right: auto; }
.nav__item { position: static; }
.nav__trigger { display: flex; align-items: center; padding: 0; background: transparent; border: 0; }
.nav__link {
  display: block; color: var(--shade); font-family: var(--font); font-weight: 400; line-height: 1.5; cursor: pointer;
  font-size: 1.07vw; border-radius: .57vw; padding: .857vw var(--fluid-4); background: transparent; transition: background-color 150ms;
}
.nav__link:hover, .nav__trigger:hover .nav__link, .nav__item.is-open > .nav__trigger .nav__link { background: var(--nav-hover); }
.nav__chevron { display: none; margin-left: auto; width: 20px; height: 20px; flex-shrink: 0; transition: transform 150ms ease-out; }
.nav__actions { display: flex; align-items: center; gap: .57vw; }
.nav__btn {
  display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; font-weight: 400;
  min-height: 4.3vw; padding: 0 1.8vw; font-size: 1.11vw; transition: background-color 150ms ease-out, transform 150ms ease-out;
}
.nav__btn:focus-visible { outline: none; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--shade); }
.nav__btn--login { border-radius: .57vw; background: var(--nav-hover); color: var(--shade); }
.nav__btn--login:hover { background: #e9e9e9; }
.nav__btn--signup { border-radius: 9999px; background: var(--shade); color: #fff; letter-spacing: .01em; }
.nav__btn--signup:hover { background: #262d3e; }
.nav__burger { display: none; }

@media (min-width: 1280px) {
  .nav__pill { margin-top: 43.6px; gap: 43.6px; padding: 11.8px 40px; padding-right: 11.8px; }
  .nav__logo { width: 107.27px; }
  .nav__link { font-size: 13.63px; border-radius: 7.27px; }
  .nav__actions { gap: 7.27px; }
  .nav__btn { min-height: 55px; padding-inline: 23.1px; font-size: 14.22px; }
  .nav__btn--login { border-radius: 7.27px; }
}
@media (min-width: 1440px) {
  .nav__pill { margin-top: 48px; gap: 48px; padding: 13px 44px; padding-right: 13px; }
  .nav__logo { width: 118px; }
  .nav__link { font-size: 15px; border-radius: 8px; padding: 12px 16px; }
  .nav__actions { gap: 8px; }
  .nav__btn { min-height: 62px; padding-inline: 26px; font-size: 16px; }
  .nav__btn--login { border-radius: 8px; }
}
@media (min-width: 1920px) { .nav__link { font-size: 18px; padding: 14.4px 19.2px; } }

/* Desktop dropdown panel */
.nav__dropdown { position: absolute; left: 0; right: 0; margin: 0 auto; padding-top: 2.07vw; display: none; }
.nav__dropdown.is-open { display: block; animation: nav-dropdown-in 220ms ease-out; }
@media (min-width: 1280px) { .nav__dropdown { padding-top: 26.4px; } }
.menu { display: grid; max-height: 80svh; width: 80vw; max-width: 1284px; grid-template-columns: 1fr 1fr 1fr; gap: .857vw; overflow: auto; border-radius: 1.14vw; background: #fff; padding: .857vw; margin: 0 auto; }
.menu__tabs { display: flex; flex-direction: column; gap: .857vw; border-right: 1px solid var(--nav-hover); padding-right: .857vw; }
.menu__tab { display: flex; align-items: center; cursor: pointer; border-radius: .57vw; padding: 1.23vw var(--fluid-4) 1.23vw 0; text-align: left; font-family: var(--font); font-size: 1.07vw; line-height: 1.5; color: var(--shade); transition: background-color 150ms; }
.menu__tab.is-active, .menu__tab:hover { background: var(--nav-hover); }
.menu__tab-icon { display: flex; width: 3.42vw; align-items: center; justify-content: center; color: var(--shade); }
.menu__tab-icon svg { width: 1.42vw; height: auto; }
.menu__tab-icon svg.is-wide { width: 2.25vw; }
.menu__tab-icon svg.is-md { width: 1.57vw; }
.menu__tab-label { margin-right: auto; font-weight: 400; font-size: 1.14vw; line-height: 1.5; color: var(--shade); }
.menu__tab-chevron { width: 1.42vw; height: auto; color: var(--stone); }
.menu__content { grid-column: span 2; }
.menu__panel { display: none; gap: .857vw; }
.menu__panel.is-active { display: flex; animation: nav-tab-panel-in 200ms ease-out; }
.menu__links { display: flex; width: 50%; flex-direction: column; gap: .57vw; }
.menu__link { display: flex; flex-direction: column; border-radius: .57vw; padding: .4285vw var(--fluid-4); font-size: 1.07vw; line-height: 1.5; color: var(--concrete); transition: background-color 150ms; }
.menu__link:hover { background: var(--nav-hover); }
.menu__link-text { display: flex; flex-direction: column; }
.menu__link-title { margin-right: auto; color: var(--shade); font-size: 1vw; }
.menu__link-desc { color: var(--stone-dark); font-weight: 400; font-size: .857vw; }
.menu__link-arrow { display: none; width: 1.42vw; }
.menu__hr { height: 1px; width: 100%; align-self: stretch; background: var(--nav-hover); }
.menu__social-head { padding-top: 1.72vw; }
.menu__social-head .menu__link:hover { background: transparent; }
.menu__platforms { display: flex; flex-wrap: wrap; gap: .857vw; border-radius: .57vw; padding: .857vw var(--fluid-4); }
.menu__platform { display: flex; width: 3.42vw; height: 3.42vw; align-items: center; justify-content: center; border-radius: 1.14vw; background: var(--nav-hover); color: var(--shade); transition: background-color 150ms, color 150ms; }
.menu__platform:hover { background: var(--shade); color: var(--nav-hover); }
.menu__platform-icon { width: 1.72vw; height: 1.72vw; }
.menu__platform-icon svg { width: 100%; height: 100%; }
.menu__divider { width: 1px; align-self: stretch; background: var(--nav-hover); }
.menu__featured { display: flex; width: 50%; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.menu__featured-heading { margin-right: auto; font-weight: 400; font-size: 1.14vw; line-height: 1.5; color: var(--shade); }
.menu__featured-card { margin-top: .857vw; display: flex; width: 100%; flex-direction: column; }
.menu__featured-card img { aspect-ratio: 16 / 9; width: 100%; height: auto; border-radius: 16px; object-fit: cover; }
.menu__featured-text { display: flex; flex-direction: column; border-radius: .57vw; padding: .857vw 0; font-size: 1.07vw; line-height: 1.5; color: var(--concrete); }
@media (min-width: 1280px) {
  .menu { gap: 10.9px; padding: 10.9px; border-radius: 14.5px; }
  .menu__tabs { gap: 10.9px; padding-right: 10.9px; }
  .menu__tab { border-radius: 7.27px; padding-top: 15.6px; padding-bottom: 15.6px; font-size: 13.63px; }
  .menu__tab-icon { width: 43.63px; }
  .menu__tab-icon svg { width: 18.18px; }
  .menu__tab-icon svg.is-wide { width: 25.4px; }
  .menu__tab-icon svg.is-md { width: 20px; }
  .menu__tab-label, .menu__featured-heading { font-size: 14.5px; }
  .menu__tab-chevron { width: 18.18px; }
  .menu__panel { gap: 10.9px; }
  .menu__links { gap: 7.27px; }
  .menu__link { border-radius: 7.27px; padding-inline: 14.5px; font-size: 13.63px; }
  .menu__link-title { font-size: 12.72px; }
  .menu__link-desc { font-size: 10.9px; }
  .menu__social-head { padding-top: 21.8px; }
  .menu__platforms { gap: 10.9px; border-radius: 7.27px; padding: 10.9px 14.5px; }
  .menu__platform-icon { width: 21.8px; height: 21.8px; }
  .menu__featured-card { margin-top: 10.9px; }
  .menu__featured-text { font-size: 13.63px; padding-block: 10.9px; }
}
@media (min-width: 1440px) {
  .menu { gap: 12px; padding: 12px; border-radius: 16px; }
  .menu__tab-label, .menu__featured-heading { font-size: 16px; }
  .menu__links { gap: 8.8px; }
  .menu__link-title { font-size: 14px; }
  .menu__link-desc { font-size: 12px; }
  .menu__featured-card { margin-top: 13.2px; }
}
@media (min-width: 1920px) { .menu__tab-label, .menu__featured-heading { font-size: 17.6px; } .menu__link-title { font-size: 15.4px; } .menu__link-desc { font-size: 13.2px; } }

/* Mobile / tablet drawer (< 992px) */
@media (max-width: 991.98px) {
  .nav__pill { width: 95vw; gap: .68vw; padding: 1.2vw 3.7vw; padding-right: 1.2vw; }
  .nav__logo { position: relative; z-index: 12; width: 14vw; }
  .nav__links {
    position: fixed; top: 0; right: 0; left: 0; z-index: 500; height: 100dvh; flex-direction: column; align-items: stretch; overflow: auto;
    background: #fbfbf9; padding: 16vw 2.5vw 6vw; margin: 0; transform: translateX(100%); pointer-events: none;
    transition: transform 250ms cubic-bezier(.25,.1,.25,1); will-change: transform;
  }
  .nav.is-drawer-open .nav__links { transform: translateX(0); pointer-events: auto; }
  .nav__item, .nav__links > .nav__link { width: 100%; border-bottom: 1px solid var(--hairline); }
  .nav__trigger { width: 100%; }
  .nav__link { border-radius: 0; padding: 3vw 0; font-size: 2.8vw; font-weight: 500; }
  .nav__link:hover, .nav__trigger:hover .nav__link, .nav__item.is-open > .nav__trigger .nav__link { background: transparent; }
  .nav__chevron { display: block; }
  .nav__item.is-open .nav__chevron { transform: rotate(180deg); transition-duration: 200ms; }
  .nav__dropdown { position: static; display: grid; padding-top: 0; margin: 0; grid-template-rows: 0fr; overflow: hidden; transition: grid-template-rows 180ms ease-out; }
  .nav__dropdown.is-open { grid-template-rows: 1fr; transition-duration: 250ms; animation: none; }
  .nav__dropdown-inner { min-height: 0; overflow: hidden; }
  .menu { max-height: none; width: 100%; max-width: none; grid-template-columns: 1fr; gap: 1.2vw; background: transparent; padding: 0 0 3vw; border-radius: 0; }
  .menu__tabs { gap: 1.2vw; border-right: 0; padding-right: 0; }
  .menu__tab { border-radius: 0; padding: 1.2vw var(--fluid-4) 1.2vw 0; font-size: 1.6vw; }
  .menu__tab.is-active, .menu__tab:hover { background: transparent; }
  .menu__tab-icon { width: 4.85vw; }
  .menu__tab-icon svg { width: 2vw; }
  .menu__tab-icon svg.is-wide { width: 3.195vw; }
  .menu__tab-icon svg.is-md { width: 2.2vw; }
  .menu__tab-label { font-size: 2.2vw; }
  .menu__tab-chevron { width: 2vw; transition: transform 150ms; }
  .menu__tab.is-active .menu__tab-chevron { transform: rotate(90deg); }
  .menu__content { grid-column: auto; }
  .menu__panel.is-active { flex-direction: column; animation: none; }
  .menu__links, .menu__featured { width: 100%; }
  .menu__link { border-radius: 0; padding: 1.2vw 0; font-size: 1.6vw; }
  .menu__link:hover { background: transparent; }
  .menu__link-title { font-size: 2vw; }
  .menu__link-desc { font-size: 1.7vw; line-height: 1.5; }
  .menu__link-arrow { display: block; width: 2vw; margin-left: auto; }
  .menu__link { flex-direction: row; align-items: center; }
  .menu__platforms { gap: 1.2vw; border-radius: 0; padding: 1.2vw 0; }
  .menu__platform { width: 4.8vw; height: 4.8vw; border-radius: 1.6vw; }
  .menu__platform-icon { width: 2.4vw; height: 2.4vw; }
  .menu__divider { display: none; }
  .menu__featured { position: relative; gap: 4vw; overflow: hidden; border-top: 1px solid var(--nav-hover); padding-top: 6vw; margin-top: 2vw; }
  .menu__featured-heading { font-size: 2.2vw; }
  .menu__featured-card { margin-top: 0; }
  .nav__actions { position: relative; z-index: 12; margin-left: auto; gap: .68vw; }
  .nav__btn { min-height: 6.5vw; padding-inline: 3vw; font-size: 2vw; }
  .nav__btn--login { border-radius: .8vw; }
  .nav__burger { position: relative; z-index: 12; display: flex; align-items: center; justify-content: center; width: 6.5vw; height: 6.5vw; border-radius: 9999px; padding: 1.8vw; background: transparent; }
  .burger { position: relative; display: block; width: 22px; height: 14px; pointer-events: none; }
  .burger span { position: absolute; left: 0; display: block; width: 100%; height: 2px; border-radius: 9999px; background: var(--shade); transform-origin: center; transition: transform 280ms cubic-bezier(.65,0,.35,1), opacity 160ms ease-out; }
  .burger span:nth-child(1) { top: 0; }
  .burger span:nth-child(2) { top: calc(50% - 1px); }
  .burger span:nth-child(3) { top: calc(100% - 2px); }
  .nav.is-drawer-open .burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav.is-drawer-open .burger span:nth-child(2) { opacity: 0; }
  .nav.is-drawer-open .burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}
@media (max-width: 479.98px) {
  .nav__pill { width: 93vw; margin-top: 6vw; padding: 2vw 5vw; padding-right: 2.5vw; }
  .nav__logo { width: 7vw; }
  .nav__logo .logo-wordmark { display: none; }
  .nav__logo .logo-mark { display: block; }
  .nav__links { padding: 34vw 4vw 30vw; }
  .nav__link { font-size: 4.5vw; padding: 6vw 0; }
  .menu__tab { padding: 3vw var(--fluid-4) 3vw 0; }
  .menu__tab-icon { width: 12.125vw; }
  .menu__tab-icon svg { width: 5vw; }
  .menu__tab-icon svg.is-wide { width: 7.9875vw; }
  .menu__tab-icon svg.is-md { width: 5.5vw; }
  .menu__tab-label { font-size: 4vw; }
  .menu__tab-chevron { width: 5vw; }
  .menu__link { padding: 3vw 0; }
  .menu__link-title { font-size: 3.55vw; }
  .menu__link-desc { font-size: 3vw; }
  .menu__link-arrow { width: 4vw; }
  .menu__platforms { gap: 2vw; padding: 3vw 0; }
  .menu__platform { width: 12vw; height: 12vw; border-radius: 4vw; }
  .menu__platform-icon { width: 6vw; height: 6vw; }
  .menu__featured-heading { font-size: 4vw; }
  .nav__actions { gap: 2vw; }
  .nav__btn { min-height: 0; padding: 3.51vw 4.75vw 3.89vw; font-size: 3vw; }
  .nav__btn--login { border-radius: 2vw; }
  .nav__burger { width: 12.37vw; height: 12.37vw; padding: 3.5vw; }
}

@keyframes nav-dropdown-in { 0% { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nav-tab-panel-in { 0% { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

/* --------------------------------------------------------------------------
   Main + generic section layouts
   -------------------------------------------------------------------------- */
.main { margin-top: calc(-1 * var(--navbar)); max-width: 100%; }

.feature { position: relative; padding: 80px 0; }
.feature__grid { display: grid; align-items: center; gap: 40px; }
.feature__copy { display: flex; flex-direction: column; gap: 24px; }
.feature__lede { max-width: 60ch; }
.feature__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.feature__cta--desktop { display: none; }
.feature__cta--mobile { width: 100%; justify-content: center; }
.feature__media { width: 100%; }
@media (max-width: 767.98px) { .feature__copy { align-items: center; text-align: center; } }
@media (min-width: 768px) {
  .feature { padding: 128px 0; }
  .feature__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
  .feature__grid--media-first > .feature__copy { order: 2; }
  .feature__cta--desktop { display: flex; justify-content: flex-start; }
  .feature__cta--mobile { display: none; }
}
@media (min-width: 992px) { .feature__grid { gap: 64px; } }

.feature--create { background: var(--magenta); color: #fff; }
.feature--create .feature__title { color: #fff; }
.feature--create .feature__lede { color: #fff; }
.feature--share { background: var(--purple); color: #fff; }
.feature--share .feature__title { color: var(--lime); }
.feature--share .feature__lede { color: #fff; }
.feature--share .btn--lavender { background: var(--lime); }
.feature--analyze { background: var(--light-green); color: var(--shade); }
.feature__still img { display: block; width: 100%; height: auto; border-radius: 48px; }
@media (max-width: 767.98px) { .feature__still img { border-radius: 28px; } }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; display: flex; flex-direction: column; justify-content: center; background: var(--blue); color: #fff; padding: 21vw 0 16vw; }
.hero__grid { display: grid; align-items: center; gap: 40px; }
.hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; margin-top: var(--fluid-4); }
.hero__title { color: #fff; }
.hero__lede { max-width: 60ch; color: var(--tint-blue); }
.hero__cta { display: flex; width: 100%; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 12px; }
.hero__media { width: 100%; }
.hero__tower-layer { pointer-events: none; position: absolute; inset: 0; display: none; }
.hero__tower-container { height: 100%; }
.hero__tower-clip { position: absolute; top: 0; bottom: 0; right: 0; width: 40vw; max-width: 676.8px; overflow: hidden; }
.hero__tower { --gap: 40px; --card-step: calc(var(--card-size) + var(--gap)); --hero-tower-duration: 30s; display: flex; gap: var(--gap); animation-play-state: paused; }
.hero__tower--vertical { position: absolute; left: 0; right: 0; top: calc(50% - min(20vw, 338.4px)); flex-direction: column; animation: home-hero-tower-up var(--hero-tower-duration) ease-in-out infinite paused; }
.hero__tower--horizontal { position: absolute; top: 0; bottom: 0; left: calc(50% - min(42.5vw, 215px)); flex-direction: row; align-items: center; animation: home-hero-tower-left var(--hero-tower-duration) ease-in-out infinite paused; }
.hero__tower.is-running { animation-play-state: running; will-change: transform; }
.hero__tower:hover { animation-play-state: paused; }
.hero__tower-mobile { position: relative; display: block; height: min(85vw, 430px); margin: 0 -24px; overflow: hidden; }
.tower__card { display: block; aspect-ratio: 1 / 1; flex-shrink: 0; }
.hero__tower--vertical .tower__card { width: 100%; }
.hero__tower--horizontal .tower__card { height: 100%; }
.tower__card-inner { position: relative; display: block; height: 100%; width: 100%; overflow: hidden; border-radius: 7.425vw; }
.tower__card-inner img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; transition: opacity 200ms; }
.tower__card-inner img.is-hidden { opacity: 0; }
.tower__lottie { position: absolute; inset: 0; height: 100%; width: 100%; }
.tower__lottie svg { width: 100% !important; height: 100% !important; }
@media (max-width: 479.98px) { .hero { min-height: 90svh; justify-content: flex-start; padding-top: 37vw; } .hero__copy { margin-top: 5vw; } }
@media (max-width: 991.98px) { .hero__copy { margin-top: 2vw; } }
@media (max-width: 767.98px) { .hero__copy { align-items: center; text-align: center; } .hero__cta { justify-content: center; } }
@media (min-width: 768px) {
  .hero { padding: 18.5vw 0; }
  .hero__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
  .hero__grid > .hero__copy { margin-top: 0; }
  .hero__tower-layer { display: block; }
  .hero__tower-mobile { display: none; }
}
@media (min-width: 768px) and (max-width: 1279.98px) { .hero__title { font-size: clamp(40px, 5.417vw, 78px); } }
@media (min-width: 992px) { .hero__grid { gap: 64px; } .hero__cta { margin-top: calc(3.42vw - 2rem); } }
@media (min-width: 1280px) { .hero__copy { margin-top: 14.5px; } .tower__card-inner { border-radius: 37.8px; } }
@media (min-width: 1440px) { .hero__copy { margin-top: 0; } .tower__card-inner { border-radius: 41.6px; } }
@media (min-width: 1920px) { .hero { padding: 275px 0; } .hero__copy { margin-top: 19.2px; } }
@media (orientation: landscape) and (min-width: 992px) { .hero { min-height: 90svh; } }
@media (prefers-reduced-motion: reduce) { .hero__tower { animation: none; } }

@keyframes home-hero-tower-up {
  0%, 2% { transform: translateY(0); }
  20%, 22% { transform: translateY(calc(-1 * var(--card-step))); }
  40%, 42% { transform: translateY(calc(-2 * var(--card-step))); }
  60%, 62% { transform: translateY(calc(-3 * var(--card-step))); }
  80%, 82% { transform: translateY(calc(-4 * var(--card-step))); }
  to { transform: translateY(calc(-5 * var(--card-step))); }
}
@keyframes home-hero-tower-left {
  0%, 2% { transform: translateX(0); }
  20%, 22% { transform: translateX(calc(-1 * var(--card-step))); }
  40%, 42% { transform: translateX(calc(-2 * var(--card-step))); }
  60%, 62% { transform: translateX(calc(-3 * var(--card-step))); }
  80%, 82% { transform: translateX(calc(-4 * var(--card-step))); }
  to { transform: translateX(calc(-5 * var(--card-step))); }
}

/* --------------------------------------------------------------------------
   Create section video card, Share section Rive canvas, Analyze picture
   -------------------------------------------------------------------------- */
.video-card { position: relative; overflow: hidden; border-radius: 48px; }
.video-card__poster { pointer-events: none; position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; opacity: 1; transition: opacity 300ms; }
.video-card.is-playing .video-card__poster { opacity: 0; }
.video-card__video { display: block; width: 100%; height: auto; object-fit: cover; }
.rive-box { width: 100%; aspect-ratio: 1 / 1; }
.rive-box__inner { height: 100%; width: 100%; }
.rive-box__canvas { width: 100%; height: 100%; max-width: 100%; }
.analyze-img { display: block; width: 100%; height: auto; }
@media (prefers-reduced-motion: reduce) { .video-card__poster { transition: none; } }

/* --------------------------------------------------------------------------
   Trusted by 70M+ (cycling word + creator marquee)
   -------------------------------------------------------------------------- */
.trusted { position: relative; display: flex; flex-direction: column; gap: 3.57vw; padding: 80px 0; overflow: hidden; background: var(--marble); color: var(--shade); }
.trusted__head { display: flex; flex-direction: column; align-items: center; gap: 24px; margin: 0 auto; max-width: 1280px; text-align: center; }
.trusted__heading { display: flex; flex-direction: column; align-items: center; }
.trusted__title { text-align: center; font-weight: 700; }
.cycling { position: relative; width: 100%; height: 5.12vw; overflow: hidden; contain: paint; }
.cycling__layer { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; contain: paint; transform: translate3d(0, 0, 0); }
.cycling__layer.is-animating { transition: transform 300ms cubic-bezier(1, 0, 0, 1); will-change: transform; }
.cycling__word { display: inline-block; white-space: nowrap; text-align: center; font-weight: 700; color: var(--hydrangea); line-height: 1.28; }
@media (max-width: 991.98px) { .trusted { gap: 4.284vw; } }
@media (max-width: 479.98px) { .trusted { gap: 16vw; } .cycling { height: 10.88vw; } }
@media (min-width: 768px) { .trusted { padding: 128px 0; } }
@media (min-width: 1280px) { .trusted { gap: 45.45px; } .cycling { height: 65.15px; } }
@media (min-width: 1440px) { .trusted { gap: 50px; } .cycling { height: 71.68px; } }

.marquee { position: relative; }
.marquee__viewport { overflow: hidden; overflow-x: clip; overflow-y: visible; }
.marquee__track { display: flex; align-items: stretch; padding: 0 24px; will-change: transform; }
@media (min-width: 768px) { .marquee__track { padding: 0 48px; } }
.creator-card { min-width: 0; margin-right: 16px; flex: none; width: 22.5714vw; min-height: 28.5vw; }
.creator-card--wide { width: 35.71vw; }
.creator-card__link { position: relative; display: block; width: 100%; height: 100%; overflow: visible; perspective: 1000px; }
.creator-card__link:focus-visible { outline: none; box-shadow: 0 0 0 2px transparent, 0 0 0 4px var(--shade); }
.creator-card__flipper { position: relative; height: 100%; width: 100%; transform-style: preserve-3d; transition: transform 700ms cubic-bezier(.433,.217,.355,1); }
.creator-card__front { position: absolute; inset: 0; transform: translateZ(1px); backface-visibility: hidden; }
.creator-card__front > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; border-radius: var(--radius); }
.creator-card__front > img.is-top { object-position: 50% 12%; }
.creator-card__back { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; transform: rotateY(180deg) translateZ(1px); backface-visibility: hidden; background: var(--back); border-radius: var(--radius); }
.creator-card__mobile-pill { position: absolute; left: 0; right: 0; bottom: 24px; z-index: 2; display: none; align-items: center; justify-content: center; }
.handle-pill { display: inline-flex; height: 42.45px; align-items: center; justify-content: center; gap: 6px; border-radius: 9999px; border: 1px solid #0000001a; background: #fff; padding: 0 14px; font-size: 12px; font-weight: 500; line-height: 120%; color: var(--shade); }
.handle-pill img { display: block; width: 17px; }
.creator-card--r3xl { --radius: 64px; }
.creator-card--pill { --radius: 9999px; }
.creator-card--rmd { --radius: 16px; }
@media (min-width: 480px) { .creator-card__link:hover .creator-card__flipper, .creator-card__link:focus-visible .creator-card__flipper { transform: rotateY(180deg); } }
@media (max-width: 991.98px) { .creator-card { width: 27.08vw; min-height: 34.2vw; } .creator-card--wide { width: 42.85vw; } }
@media (max-width: 479.98px) {
  .creator-card, .creator-card--wide { width: 85vw; min-height: 265px; --radius: 32px; }
  .creator-card__link { perspective: none; }
  .creator-card__back { display: none; }
  .creator-card__mobile-pill { display: flex; }
}
@media (min-width: 1280px) { .creator-card { width: 287.2px; min-height: 363.6px; } .creator-card--wide { width: 454px; } }
@media (min-width: 1440px) { .creator-card { width: 316px; min-height: 400px; } .creator-card--wide { width: 500px; } }
@media (min-width: 1920px) { .creator-card { width: 378.9px; min-height: 480px; } .creator-card--wide { width: 600px; } }

/* --------------------------------------------------------------------------
   Solutions cards
   -------------------------------------------------------------------------- */
.solutions { position: relative; background: var(--marble); padding: 0; overflow: visible; }
.solutions__grid { display: flex; flex-direction: column; gap: 16px; }
.solutions__col { display: flex; width: 100%; flex-direction: column; justify-content: space-between; gap: 16px; }
.solution-card { display: flex; height: 100%; width: 100%; flex-direction: column; align-items: flex-start; justify-content: flex-end; border-radius: 32px; padding: 48px 40px; transition: transform 150ms ease-out, filter 150ms ease-out; }
.solution-card:hover { transform: translateY(-2px); filter: brightness(1.02); }
.solution-card__title { font-size: 5.25vw !important; line-height: 1.3; letter-spacing: -.01em; font-weight: 500; font-variation-settings: "wght" 560; }
.solution-card--lavender { background: var(--lavender); color: var(--shade); gap: 80px; }
.solution-card--chartreuse { background: var(--chartreuse); color: var(--shade); gap: var(--fluid-16); }
.solution-card--iris { background: var(--iris); color: #fff; gap: 4.28vw; }
.solution-card__art { width: 100%; }
.solution-card--chartreuse .solution-card__art { margin: 0 auto; max-width: 35vw; }
.solution-card--iris .solution-card__art { margin: 0 auto; max-width: 34.85vw; }
.solution-card__art img { display: block; width: 100%; height: auto; }
@media (max-width: 991.98px) { .solution-card--chartreuse { gap: 5.4vw; } .solution-card--chartreuse .solution-card__art { max-width: 49vw; } .solution-card--iris { gap: 6.0776vw; } .solution-card--iris .solution-card__art { max-width: 41.82vw; } }
@media (max-width: 479.98px) {
  .solutions__col { gap: 4vw; }
  .solution-card--lavender { gap: 5vw; } .solution-card--chartreuse { gap: 6vw; } .solution-card--iris { gap: 12vw; }
  .solution-card--chartreuse .solution-card__art { max-width: 65vw; }
  .solution-card--iris .solution-card__art { position: relative; left: -1vw; max-width: 70vw; }
}
@media (min-width: 768px) { .solutions__grid { flex-direction: row; gap: 16px; } .solution-card__title { font-size: 28px !important; line-height: 36.4px; } }
@media (min-width: 768px) and (max-width: 1279.98px) { .solution-card--iris { height: auto; align-self: stretch; } }
@media (min-width: 1280px) { .solution-card--chartreuse { gap: 58.18px; } .solution-card--chartreuse .solution-card__art { max-width: 445.4px; } .solution-card--iris { gap: 54.5px; } .solution-card--iris .solution-card__art { max-width: 443.6px; } }
@media (min-width: 1440px) { .solution-card--chartreuse .solution-card__art { max-width: 490px; } .solution-card--iris { gap: 60px; } .solution-card--iris .solution-card__art { max-width: 488px; } }
@media (min-width: 1920px) { .solution-card--chartreuse { gap: 64px; } .solution-card--chartreuse .solution-card__art { max-width: 539px; } .solution-card--iris .solution-card__art { max-width: 536.8px; } }
@media (prefers-reduced-motion: reduce) { .solution-card:hover { transform: none; } }

/* --------------------------------------------------------------------------
   Pricing CTA, Featured in
   -------------------------------------------------------------------------- */
.pricing-cta { position: relative; background: var(--marble); color: var(--shade); padding: 96px 0; }
.pricing-cta__inner { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.pricing-cta__title { max-width: 20ch; text-align: center; }
.pricing-cta__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 8px; }
@media (min-width: 768px) { .pricing-cta { padding: 160px 0; } .pricing-cta__inner { gap: 32px; } }

.featured { position: relative; background: var(--marble); color: var(--shade); padding: 64px 0; }
.featured__inner { display: flex; flex-direction: column; gap: 32px; }
.featured__head { display: flex; flex-direction: column; align-items: center; gap: 48px; margin: 0 auto; max-width: 960px; text-align: center; }
.featured__logos { display: flex; max-width: 1045px; margin: 0 auto; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 13.3px; }
.featured__pill { display: flex; align-items: center; justify-content: center; width: 319px; height: 72px; min-height: 72px; max-height: 72px; border-radius: 32px; background: #fff; padding: 26px; transition: transform 150ms ease-out; }
.featured__pill img { display: block; width: auto; max-width: 100%; object-fit: contain; }
.featured__pill img.h-5 { height: 20px; } .featured__pill img.h-8 { height: 32px; } .featured__pill img.h-6 { height: 24px; } .featured__pill img.h-4 { height: 16px; }
@media (max-width: 479.98px) { .featured__pill { width: calc(50% - 6.65px); } }
@media (min-width: 768px) { .featured { padding: 96px 0; } .featured__inner { gap: 48px; } }

/* --------------------------------------------------------------------------
   Testimonials carousel
   -------------------------------------------------------------------------- */
.testimonials { position: relative; background: var(--marble); color: var(--shade); padding: 48px 0 80px; }
.testimonials__inner { display: flex; flex-direction: column; gap: 40px; }
.carousel { position: relative; }
.carousel__viewport { overflow: hidden; }
.carousel__track { display: flex; align-items: stretch; transform: translate3d(0, 0, 0); }
.carousel__track.is-animating { transition: transform 650ms cubic-bezier(.25, .1, .25, 1); }
.carousel__slide { min-width: 0; flex: 0 0 100%; }
.testimonial { display: flex; width: 100%; flex-direction: column; align-items: center; gap: var(--fluid-16); margin: 0 auto; }
.testimonial__image { width: 59.28vw; max-width: 992px; margin: 0 auto; overflow: hidden; border-radius: 7.425vw; }
.testimonial__image img { display: block; width: 100%; height: auto; }
.testimonial__text { display: flex; width: 78vw; max-width: 992.727px; flex-direction: column; align-items: center; gap: var(--fluid-12); margin: 0 auto; text-align: center; }
.testimonial__quote { font-weight: 700; line-height: 1.06; letter-spacing: -.02em; }
.testimonial__caption { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.testimonial__caption p { color: var(--concrete); line-height: 1.5; }
.carousel__nav { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: var(--fluid-16); }
.carousel__btn { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid currentColor; background: transparent; color: currentColor; transition: opacity 150ms, transform 150ms; }
.carousel__btn:hover { transform: translateY(-1px); opacity: .8; }
.carousel__btn:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--marble), 0 0 0 4px currentColor; }
.carousel__btn svg { width: 20px; height: 20px; }
.carousel__btn--prev svg { transform: rotate(180deg); }
@media (max-width: 991.98px) { .testimonial { gap: 5.484vw; } }
@media (max-width: 479.98px) { .testimonial { gap: 13.7vw; } .testimonial__image { width: 100%; max-width: 90vw; } .testimonial__text { width: 85vw; gap: 6.84vw; } }
@media (min-width: 768px) { .testimonials { padding: 64px 0 128px; } .testimonials__inner { gap: 56px; } }
@media (min-width: 1280px) { .testimonial { gap: 58.18px; } .testimonial__image { width: 754.5px; max-width: 754.5px; border-radius: 37.8px; } .testimonial__text { gap: 43.6px; } .carousel__nav { margin-top: 58.18px; } }
@media (min-width: 1440px) { .testimonial { gap: 64px; } .testimonial__image { width: 830px; max-width: 830px; border-radius: 41.6px; } .testimonial__text { gap: 48px; } .carousel__nav { margin-top: 64px; } }
@media (min-width: 1920px) { .testimonial { gap: 50px; } .testimonial__image { width: 1092px; max-width: 1092px; border-radius: 50px; } .testimonial__text { max-width: 1092px; } }
@media (prefers-reduced-motion: reduce) { .carousel__track.is-animating { transition: none; } }

/* --------------------------------------------------------------------------
   FAQ accordion
   -------------------------------------------------------------------------- */
.faq { position: relative; background: var(--blue-deep); color: var(--tint-blue); padding: 96px 0; }
.faq__inner { display: flex; width: 100%; max-width: 1024px; flex-direction: column; align-items: center; gap: 48px; margin: 0 auto; padding: 0 24px; }
.faq__head { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.faq__title { max-width: 20ch; text-align: center; font-weight: 700; }
.faq__list { display: flex; width: 100%; flex-direction: column; gap: 16px; }
.faq__item { border-radius: 24px; border: 2px solid transparent; outline: 2px solid rgba(0,0,0,.3); background: rgba(0,0,0,.3); }
.faq__item:hover { border-color: var(--blue-deep); }
.faq__trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 24px; padding: 24px; text-align: left; font-size: 18px; line-height: 1.5; font-weight: 500; letter-spacing: -.01em; color: currentColor; transition: opacity 150ms; }
.faq__trigger:hover { opacity: .9; }
.faq__trigger:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--blue-deep), 0 0 0 4px currentColor; border-radius: inherit; }
.faq__trigger span { flex: 1; }
.faq__trigger svg { width: 24px; height: 24px; flex-shrink: 0; transition: transform 200ms; }
.faq__item.is-open .faq__trigger svg { transform: rotate(180deg); }
.faq__content { overflow: hidden; font-size: 16px; line-height: 1.5; color: currentColor; }
.faq__content[hidden] { display: none; }
.faq__content.is-opening { animation: accordion-down 180ms ease-out; }
.faq__content.is-closing { animation: accordion-up 180ms ease-out; }
.faq__body { padding: 0 24px 24px; }
.faq__body a { text-decoration: underline; text-underline-offset: 2px; }
@keyframes accordion-down { from { height: 0; } to { height: var(--content-height); } }
@keyframes accordion-up { from { height: var(--content-height); } to { height: 0; } }
@media (min-width: 480px) { .faq__item { border-radius: 28px; } }
@media (min-width: 768px) { .faq { padding: 160px 0; } .faq__inner { padding: 0 32px; } .faq__item { border-radius: 32px; } .faq__trigger { padding: 32px; } .faq__body { padding: 0 32px 24px; } }
@media (min-width: 992px) { .faq__inner { padding: 0; } .faq__title { font-size: 56px; line-height: 59.36px; } .faq__trigger { padding: 40px; font-size: 20px; } .faq__body { padding: 0 40px 32px; } }
@media (prefers-reduced-motion: reduce) { .faq__content.is-opening, .faq__content.is-closing { animation: none; } .faq__trigger svg { transition: none; } }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer { position: relative; overflow: hidden; background: var(--dahlia); padding: 17.85vw 0 var(--fluid-8); }
.footer__inner { position: relative; width: 90vw; max-width: 1504px; margin: 0 auto; }
.footer__closer { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 2.85vw; margin-bottom: 17.85vw; }
.footer__closer-title { color: var(--lime); text-align: center; }
.footer__closer-title span { display: block; }
.footer__claim { display: flex; flex-direction: row; margin-top: var(--fluid-12); }
.footer__card-wrap { position: relative; }
.footer__reeve { position: absolute; left: 0; bottom: 100%; z-index: 0; display: block; max-width: none; width: 24vw; height: auto; }
.footer__jackson { position: absolute; right: 0; bottom: 100%; z-index: 0; display: block; max-width: none; width: 21vw; height: auto; }
.footer__card { position: relative; z-index: 1; display: flex; flex-direction: column; gap: var(--fluid-12); overflow: visible; border-radius: 1.14vw; background: #fff; padding: var(--fluid-16); }
.footer__links-block { display: flex; width: 100%; flex-direction: column; gap: var(--fluid-12); }
.footer__columns { display: flex; width: 100%; }
.footer__col { display: flex; flex: 1; flex-direction: column; gap: 1.72vw; }
.footer__col-title { font-weight: 500; line-height: 1.5; color: var(--shade); font-size: 1.72vw; }
.footer__col-links { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: var(--fluid-4); }
.footer__col-links a, .footer__lang a, .footer__lang span { font-weight: 400; line-height: 1.5; font-size: .928vw; letter-spacing: -.013em; color: var(--concrete); transition: opacity 150ms; }
.footer__col-links a:hover, .footer__lang a:hover { opacity: .7; }
.footer__lang { display: flex; flex-wrap: wrap; align-items: center; gap: var(--fluid-4); }
.footer__lang span { color: var(--shade); letter-spacing: normal; }
.footer__lang a { letter-spacing: normal; }
.footer__bottom { display: flex; align-items: center; justify-content: flex-start; }
.footer__auth { display: flex; align-items: center; justify-content: flex-start; gap: .57vw; }
.footer__auth-btn { display: inline-flex; align-items: center; justify-content: center; text-align: center; font-family: var(--font); line-height: 1; font-weight: 500; padding: 1.42vw 1.85vw 1.57vw; font-size: 1.14vw; transition: background-color 150ms; }
.footer__auth-btn--login { background: var(--marble); color: var(--shade); border-radius: .57vw; }
.footer__auth-btn--login:hover { background: var(--grey); }
.footer__auth-btn--start { background: var(--chartreuse); color: var(--shade); border-radius: 9999px; }
.footer__auth-btn--start:hover { background: var(--chartreuse-hover); }
.footer__apps { position: relative; display: flex; margin-left: auto; gap: .571vw; }
.footer__stores { display: flex; gap: .571vw; }
.footer__store { display: inline-flex; align-items: center; justify-content: center; border-radius: 9999px; background: var(--shade); height: 4.57vw; padding: 1.28vw 1.42vw var(--fluid-4); transition: background-color 150ms; }
.footer__store:hover, .footer__social:hover { background: var(--shade-hover); }
.footer__store svg { display: block; height: auto; fill: #fff; }
.footer__store--apple svg { width: 7.5vw; }
.footer__store--google svg { width: 8.42vw; }
.footer__socials { display: flex; align-items: center; justify-content: center; gap: .571vw; }
.footer__social { display: inline-flex; align-items: center; justify-content: center; width: 4.57vw; height: 4.57vw; border-radius: 9999px; background: var(--shade); transition: background-color 150ms; }
.footer__social svg { width: 36px; height: 26px; }
.footer__ack { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: var(--fluid-8); margin-top: 6.85vw; }
.footer__flags { display: flex; gap: var(--fluid-12); }
.footer__flags img { width: 7.14vw; height: auto; }
.footer__ack-text { width: 90vw; max-width: 1280px; text-align: center; color: var(--tint-blue); letter-spacing: .01em; font-size: 1.14vw; }

@media (max-width: 991.98px) {
  .footer { padding: 21.42vw 0 2.736vw; }
  .footer__closer { gap: var(--fluid-12); margin-bottom: 21.42vw; }
  .footer__claim { margin-top: 4.104vw; }
  .footer__reeve { width: 28vw; }
  .footer__jackson { width: 24vw; }
  .footer__card { border-radius: 1.36vw; }
  .footer__col { gap: 2.064vw; }
  .footer__col-title { font-size: 2.064vw; }
  .footer__col-links { gap: 1.36vw; }
  .footer__col-links a, .footer__lang a, .footer__lang span { font-size: 1.2vw; }
  .footer__lang { gap: 1.36vw; }
  .footer__auth { gap: .685vw; }
  .footer__auth-btn { padding: 1.704vw 2.22vw 1.884vw; font-size: 1.7vw; }
  .footer__auth-btn--login { border-radius: .8vw; }
  .footer__apps, .footer__stores, .footer__socials { gap: .68vw; }
  .footer__store, .footer__social { height: 5.484vw; }
  .footer__social { width: 5.484vw; }
  .footer__store--apple svg { width: 9vw; }
  .footer__store--google svg { width: 10.1vw; }
  .footer__ack { gap: 2.736vw; margin-top: 8.22vw; }
  .footer__flags { gap: 4.104vw; }
  .footer__flags img { width: 8.568vw; }
  .footer__ack-text { max-width: none; font-size: 1.36vw; }
}
@media (max-width: 479.98px) {
  .footer { width: 100vw; max-width: 100%; padding: 27vw 0 5vw; }
  .footer__closer { gap: 8.57vw; margin-bottom: 27vw; }
  .footer__closer-title span { display: inline; }
  .footer__reeve { width: 26vw; }
  .footer__jackson { width: 22vw; }
  .footer__card { border-radius: 3.4vw; padding: 10vw 5vw 16vw; }
  .footer__columns { flex-direction: column; gap: 8vw; margin-bottom: 8vw; }
  .footer__col { gap: 5vw; }
  .footer__col-title { font-size: 5vw; }
  .footer__col-links { gap: 3vw; }
  .footer__col-links a, .footer__lang a, .footer__lang span { font-size: 4vw; }
  .footer__lang { gap: 3vw; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 10vw; }
  .footer__auth { width: 100%; flex-direction: column; align-items: stretch; gap: 3vw; }
  .footer__auth-btn { padding: 6.3vw 7vw; font-size: 4vw; line-height: 1.06; }
  .footer__auth-btn--login { border-radius: 2vw; }
  .footer__apps { margin-left: 0; width: 100%; flex-direction: column; gap: 10vw; }
  .footer__stores { width: 100%; justify-content: space-between; gap: 2.5vw; }
  .footer__store { width: 100%; height: 16.5vw; padding: 4.608vw 5vw 4.08vw; }
  .footer__store--apple svg { width: 27vw; min-width: 27vw; }
  .footer__store--google svg { width: 30.3vw; }
  .footer__socials { width: 100%; gap: 3vw; }
  .footer__social { width: 16.5vw; height: 16.5vw; }
  .footer__ack { gap: 6.84vw; margin-top: 20.55vw; }
  .footer__flags { gap: 10.26vw; }
  .footer__flags img { width: 21.4vw; }
  .footer__ack-text { width: 75vw; font-size: 3.5vw; }
}
@media (min-width: 1280px) {
  .footer { padding: 227.27px 0 29.09px; }
  .footer__closer { gap: 36.36px; margin-bottom: 227.27px; }
  .footer__reeve { width: 307px; }
  .footer__jackson { width: 269px; }
  .footer__card { gap: 43.63px; border-radius: 14.5px; padding: 58.18px; }
  .footer__links-block { gap: 43.63px; }
  .footer__col { gap: 21.8px; }
  .footer__col-title { font-size: 21.81px; }
  .footer__col-links { gap: 14.5px; }
  .footer__col-links a, .footer__lang a, .footer__lang span { font-size: 11.8px; }
  .footer__lang { gap: 14.5px; }
  .footer__auth { gap: 7.27px; }
  .footer__auth-btn { padding: 18.18px 23.63px 20px; font-size: 14.5px; }
  .footer__auth-btn--login { border-radius: 7.27px; }
  .footer__apps, .footer__stores, .footer__socials { gap: 7.27px; }
  .footer__store { height: 58.18px; padding: 16.36px 18.18px 14.5px; }
  .footer__social { width: 58.18px; height: 58.18px; }
  .footer__store--apple svg { width: 95.45px; }
  .footer__store--google svg { width: 107.27px; }
  .footer__ack { gap: 29.09px; margin-top: 87.27px; }
  .footer__flags { gap: 43.6px; }
  .footer__flags img { width: 90.9px; }
  .footer__ack-text { font-size: 14.5px; }
}
@media (min-width: 1440px) {
  .footer { padding: 250px 0 32px; }
  .footer__closer { gap: 40px; margin-bottom: 250px; }
  .footer__reeve { width: 346px; }
  .footer__jackson { width: 302px; }
  .footer__card { gap: 48px; border-radius: 16px; padding: 64px; }
  .footer__links-block { gap: 48px; }
  .footer__col { gap: 24px; }
  .footer__col-title { font-size: 24px; }
  .footer__col-links { gap: 16px; }
  .footer__col-links a, .footer__lang a, .footer__lang span { font-size: 13px; }
  .footer__lang { gap: 16px; }
  .footer__auth { gap: 8px; }
  .footer__auth-btn { padding: 20px 26px 22px; font-size: 16px; }
  .footer__auth-btn--login { border-radius: 8px; }
  .footer__apps, .footer__stores, .footer__socials { gap: 8px; }
  .footer__store { height: 64px; padding: 18px 20px 16px; }
  .footer__social { width: 64px; height: 64px; }
  .footer__store--apple svg { width: 106px; }
  .footer__store--google svg { width: 118px; }
  .footer__ack { gap: 32px; margin-top: 96px; }
  .footer__flags { gap: 48px; }
  .footer__flags img { width: 100px; }
  .footer__ack-text { font-size: 16px; }
}

/* --------------------------------------------------------------------------
   linklio additions: logo, brand cards in the marquee, press text-logos,
   waitlist modal
   -------------------------------------------------------------------------- */
.nav__logo .logo-wordmark { width: 100%; height: auto; }
.footer__logo { display: block; width: 140px; color: var(--shade); margin-bottom: 8px; }
.handle-pill svg { display: block; width: 17px; height: 17px; }

.brand-card { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: var(--radius); font-family: var(--font); letter-spacing: -.02em; }
.brand-card__word { font-weight: 800; font-variation-settings: "wght" 860; line-height: 1; }
.brand-card__sub { font-weight: 500; letter-spacing: .12em; text-transform: uppercase; font-size: .55em; opacity: .85; }
.brand-card--nova { background: var(--shade); color: #fff; font-size: clamp(28px, 3.3vw, 52px); }
.brand-card--nova .brand-card__word { letter-spacing: .04em; }
.brand-card--pulse { background: var(--lime); color: var(--shade); font-size: clamp(30px, 3.6vw, 58px); }
.brand-card--pulse .brand-card__word { letter-spacing: .06em; font-style: italic; }
.brand-card--pulse .brand-card__sub { font-size: .5em; letter-spacing: .3em; opacity: .9; }
.brand-card--harbour { background: var(--blue); color: #fff; font-size: clamp(22px, 2.4vw, 38px); gap: 10px; }
.brand-card__crest { width: 2.3em; height: auto; display: block; margin-bottom: .2em; }
@media (max-width: 479.98px) { .brand-card--nova { font-size: 44px; } .brand-card--harbour { font-size: 34px; } }

.press { display: block; white-space: nowrap; color: var(--shade); line-height: 1; }
.press--serif { font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 26px; letter-spacing: -.02em; }
.press--mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-weight: 600; font-size: 18px; letter-spacing: .08em; }
.press--serif-italic { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; font-size: 27px; }
.press--black { font-family: var(--font); font-weight: 900; font-variation-settings: "wght" 900; font-size: 26px; letter-spacing: -.04em; }
.press--wide { font-family: var(--font); font-weight: 700; font-size: 19px; letter-spacing: .22em; }
@media (max-width: 479.98px) { .press { transform: scale(.72); } }

.wl { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 16px; }
.wl[hidden] { display: none; }
.wl__backdrop { position: absolute; inset: 0; background: rgba(6, 21, 122, .72); backdrop-filter: blur(6px); }
.wl__dialog { position: relative; width: 100%; max-width: 520px; max-height: calc(100dvh - 32px); overflow: auto; border-radius: 32px; background: #fff; color: var(--shade); padding: 40px 32px 32px; box-shadow: 0 30px 80px rgba(0,0,0,.35); animation: wl-in 220ms ease-out; }
.wl__close { position: absolute; top: 16px; right: 16px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 9999px; background: var(--nav-hover); color: var(--shade); }
.wl__close svg { width: 18px; height: 18px; }
.wl__mark { width: 56px; margin-bottom: 16px; }
.wl__mark svg { width: 100%; height: auto; }
.wl__title { font-family: var(--font); font-weight: 800; font-variation-settings: "wght" 820; letter-spacing: -.02em; line-height: 1.06; font-size: clamp(28px, 4vw, 40px); margin-bottom: 10px; }
.wl__lede { color: var(--concrete); font-size: 16px; line-height: 1.5; margin-bottom: 24px; }
.wl__lede strong { color: var(--shade); }
.wl__form { display: flex; flex-direction: column; gap: 8px; }
.wl__label { font-size: 13px; font-weight: 500; color: var(--stone-dark); margin-top: 8px; }
.wl__field { display: flex; align-items: center; border-radius: 12px; background: var(--marble); border: 1px solid var(--hairline-strong); padding-left: 14px; transition: box-shadow 150ms; }
.wl__field:focus-within, .wl__input--full:focus { outline: none; box-shadow: 0 0 0 3px var(--tint-blue); border-color: var(--blue); }
.wl__prefix { color: var(--stone-dark); font-weight: 500; font-size: 16px; }
.wl__input { width: 100%; min-width: 0; margin: 0; border: 0; background: transparent; padding: 14px 14px 14px 2px; font-size: 16px; font-weight: 500; color: var(--shade); }
.wl__input:focus { outline: none; }
.wl__input--full { border-radius: 12px; background: var(--marble); border: 1px solid var(--hairline-strong); padding-left: 14px; }
.wl__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.wl__error { color: #b3001b; font-size: 14px; margin: 4px 0 0; }
.wl__error[hidden] { display: none; }
.wl__submit { margin-top: 16px; width: 100%; min-width: 0; }
.wl__submit[disabled] { opacity: .6; cursor: progress; }
.wl__fine { font-size: 12px; color: var(--stone-dark); text-align: center; margin-top: 6px; }
.wl__fine a { text-decoration: underline; text-underline-offset: 2px; }
.wl__step[hidden] { display: none; }
@keyframes wl-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@media (max-width: 479.98px) { .wl { padding: 12px; align-items: flex-end; } .wl__dialog { border-radius: 24px; padding: 32px 22px 22px; } }
@media (prefers-reduced-motion: reduce) { .wl__dialog { animation: none; } }

/* legal pages */
.legal { background: var(--marble); color: var(--shade); padding: calc(var(--navbar) + 48px) 0 96px; }
.legal__inner { width: 90vw; max-width: 780px; margin: 0 auto; }
.legal__title { font-family: var(--font); font-weight: 800; font-variation-settings: "wght" 820; letter-spacing: -.02em; line-height: 1.06; font-size: clamp(36px, 5vw, 60px); margin-bottom: 8px; }
.legal__meta { color: var(--stone-dark); font-size: 14px; margin-bottom: 40px; }
.legal h2 { font-family: var(--font); font-weight: 700; font-size: 22px; letter-spacing: -.02em; margin: 40px 0 12px; }
.legal p, .legal li { font-size: 16px; line-height: 1.65; color: #3a3f4b; }
.legal p { margin: 0 0 14px; }
.legal ul { padding-left: 20px; list-style: disc; margin: 0 0 14px; }
.legal li { margin-bottom: 6px; }
.legal a { text-decoration: underline; text-underline-offset: 2px; }
.legal__nav { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; font-size: 14px; }
.legal__nav a { padding: 8px 14px; border-radius: 9999px; background: #fff; border: 1px solid var(--hairline); text-decoration: none; }
.legal__nav a[aria-current] { background: var(--shade); color: #fff; }

/* Share section: GSAP card swap (port of the CardSwap component) with platform logos */
.feature__media--swap { position: relative; width: 100%; aspect-ratio: 1 / 1; max-width: 640px; margin: 0 auto; }
.swap { position: absolute; inset: 0; perspective: 900px; overflow: visible; }
.swap__stage { position: absolute; left: 4%; bottom: 10%; width: 56%; aspect-ratio: 5 / 4; transform-origin: bottom left; }
.swap__card { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; border-radius: 12%; padding: 7% 7% 0; color: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.22); transform-style: preserve-3d; backface-visibility: hidden; will-change: transform; }
.swap__card--youtube { background: #ff0033; }
.swap__card--tiktok { background: #111111; }
.swap__card--threads { background: #ffffff; color: #101010; }
.swap__card--instagram { background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%); }
.swap__card--facebook { background: #1877f2; }
.swap__card--x { background: #2b2f36; }
.swap__avatar { position: absolute; top: 9%; left: 8%; width: 30%; aspect-ratio: 1 / 1; display: grid; place-items: center; }
.swap__avatar svg { width: 100%; height: 100%; }
.swap__bars { position: absolute; top: 14%; left: 44%; width: 30%; display: flex; flex-direction: column; gap: 9px; }
.swap__bars i { display: block; height: 8px; border-radius: 9999px; background: currentColor; opacity: .5; }
.swap__bars i:last-child { width: 70%; }
.swap__logo { position: absolute; top: 8%; right: 8%; width: 17%; aspect-ratio: 1 / 1; display: grid; place-items: center; }
.swap__logo svg { width: 100%; height: 100%; }
.swap__pill { position: absolute; left: 0; bottom: 6%; z-index: 20; height: 54px; padding: 0 20px; font-size: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.swap__pill svg { width: 22px; height: 22px; }
@media (max-width: 767.98px) { .feature__media--swap { max-width: 90vw; } .swap__stage { left: 2%; width: 58%; } .swap__pill { height: 44px; font-size: 13px; padding: 0 14px; } .swap__bars { gap: 6px; } .swap__bars i { height: 5px; } }
