/* Fastlane Careers — light, editorial, conversion-first */

:root {
  --bg: #ffffff;
  --bg-alt: #eef3ff;
  --surface: #ffffff;
  --ink: #0b1020;
  --ink-soft: #3a4154;
  --muted: #66708a;
  --line: rgba(11, 16, 32, 0.1);
  --accent: #0066ff;
  --accent-hover: #0052e0;
  --accent-soft: rgba(0, 102, 255, 0.12);
  --accent-on-dark: #0066ff;
  --dark: #111318;
  --dark-soft: #2a303c;
  --on-dark: #ffffff;
  --on-dark-muted: #6d7380;
  --shadow: 0 18px 50px rgba(17, 19, 24, 0.08);
  --pad: clamp(1.25rem, 5vw, 3.5rem);
  --section: clamp(4.25rem, 11vw, 7.5rem);
  --wrap: 1120px;
  --header: 4.25rem;
  --proof: 2.65rem;
  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(1200px 540px at 8% -8%, rgba(0, 140, 255, 0.28), transparent 55%),
    radial-gradient(900px 480px at 100% 0%, rgba(0, 70, 255, 0.18), transparent 48%),
    linear-gradient(180deg, #edf4ff 0%, #ffffff 32%, #e8f0ff 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(1.7rem, 8vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(1.7rem, 4.6vw, 2.85rem);
  font-weight: 700;
}

h3 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

p + p {
  margin-top: 1rem;
}

a {
  color: var(--accent);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent-hover);
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

::selection {
  background: var(--accent);
  color: #fff;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  background: var(--accent);
  color: #fff;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: 100%;
  max-width: calc(var(--wrap) + (var(--pad) * 2));
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* Sticky proof + header */

.site-chrome {
  position: sticky;
  top: 0;
  z-index: 50;
  padding-top: env(safe-area-inset-top);
}

.proof-bar {
  height: var(--proof);
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #0057ff 0%, #2b8aff 52%, #6eb6ff 100%);
  color: #fff;
  overflow: hidden;
}

.proof-bar .marquee {
  width: 100%;
}

.marquee {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-x 38s linear infinite;
}

.marquee-track-logos {
  animation-duration: 30s;
}

.proof-set {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  padding-inline: 1rem;
  flex-shrink: 0;
}

.proof-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.stars {
  color: #ffd56a;
  letter-spacing: 0.05em;
  font-size: 0.82rem;
  line-height: 1;
}

.star-row {
  --fill: 100%;
  display: inline-grid;
  vertical-align: middle;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.star-row .star-base,
.star-row .star-mask {
  grid-area: 1 / 1;
  white-space: nowrap;
}

.star-row .star-base {
  color: rgba(255, 255, 255, 0.28);
}

.star-row .star-mask {
  width: var(--fill);
  overflow: hidden;
}

.star-row .star-fill {
  display: block;
  width: max-content;
  color: #ffd56a;
}

.star-4 { --fill: 80%; }
.star-45 { --fill: 90%; }
.star-5 { --fill: 100%; }

.star-row-ink .star-base {
  color: color-mix(in srgb, var(--ink) 16%, transparent);
}

.star-row-ink .star-fill {
  color: #ffd56a;
}

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

.marquee:hover .marquee-track,
.carousel-wrap:hover .carousel-track,
.carousel.is-paused .carousel-track,
.logo-marquee.is-paused .marquee-track {
  animation-play-state: paused;
}

.site-header {
  position: relative;
  z-index: 40;
  background: color-mix(in srgb, #ffffff 82%, transparent);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--ease), background var(--ease);
}

.site-chrome.is-scrolled .site-header {
  border-bottom-color: var(--line);
  background: color-mix(in srgb, #ffffff 90%, transparent);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header);
  gap: 0.75rem;
  max-width: 100%;
}

.brand {
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.02rem;
  white-space: nowrap;
}

.brand:hover {
  color: var(--ink);
}

.nav {
  display: none;
  align-items: center;
  gap: 1.55rem;
}

.nav > a:not(.btn) {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.nav > a:not(.btn):hover {
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.3rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease);
}

.btn:hover {
  color: #fff;
}

.btn-primary,
.btn-nav {
  color: #fff;
  background: linear-gradient(135deg, #6cb4ff 0%, #2b7dff 42%, #0046e0 100%);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 12px 32px rgba(0, 87, 255, 0.32);
}

.btn-primary:hover,
.btn-nav:hover {
  color: #fff;
  background: linear-gradient(135deg, #87c4ff 0%, #3d8aff 40%, #003dc4 100%);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 14px 36px rgba(0, 70, 230, 0.38);
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: color-mix(in srgb, var(--ink) 18%, transparent);
}

.btn-secondary:hover {
  background: color-mix(in srgb, var(--ink) 8%, transparent);
  color: var(--ink);
  border-color: color-mix(in srgb, var(--ink) 32%, transparent);
}

.btn-nav {
  min-height: 2.45rem;
  padding: 0 0.95rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.btn-mobile-cta {
  flex: 0 0 auto;
}

.btn-ghost-light {
  background: transparent;
  color: var(--ink);
  border-color: color-mix(in srgb, var(--ink) 22%, transparent);
}

.btn-ghost-light:hover {
  background: var(--ink);
  color: var(--bg);
}

.btn-final {
  min-height: 3.5rem;
  padding-inline: 1.6rem;
  font-size: 1.02rem;
}

@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover,
  .btn-nav:hover,
  .btn-final:hover {
    transform: translateY(-1px);
  }
}

/* Hero */

.hero {
  position: relative;
  padding: 1.35rem 0 2.6rem;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto;
  height: 28rem;
  background: radial-gradient(ellipse at 80% 0%, rgba(0, 102, 255, 0.16), transparent 62%);
  pointer-events: none;
  z-index: -1;
}

.hero-grid {
  display: grid;
  gap: 2.1rem;
}

.hero-copy {
  max-width: 40rem;
}

.hero-panel {
  display: none;
}

.eyebrow {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 0.85rem;
}

.hero-copy h1 {
  max-width: none;
  margin-bottom: 0.9rem;
}

.product-label {
  display: block;
  margin-bottom: 1.05rem;
  color: var(--accent);
  font-size: clamp(1.02rem, 4.5vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.product-label .label-rest {
  display: block;
}

.product-label.light {
  color: var(--accent);
  margin-inline: auto;
  text-align: center;
}

.hero-copy > p:not(.eyebrow):not(.product-label):not(.guarantee) {
  color: var(--ink-soft);
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.hero-actions .btn {
  width: 100%;
}

.meta-pills {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.32rem;
  padding: 0;
  margin-top: 1.05rem;
}

.meta-pills li {
  display: inline-flex;
  align-items: center;
  flex: 1 1 0;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--ink-soft);
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  background: color-mix(in srgb, #ffffff 78%, #cfe0ff);
  border-radius: 999px;
  padding: 0.36rem 0.38rem 0.36rem 0.32rem;
  white-space: nowrap;
}

.meta-pills .tick {
  width: 0.88rem;
  height: 0.88rem;
  margin-right: 0.25rem;
}

.meta-pills .tick svg {
  width: 0.58rem;
  height: 0.58rem;
}

.tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #6cb4ff, #0057ff);
  flex-shrink: 0;
}

.tick svg {
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  margin: 0;
  transform: translate(0, 0.5px);
}

.tick svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guarantee {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 34rem;
  margin-top: 1.1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(0, 87, 255, 0.12), rgba(110, 182, 255, 0.18));
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.45;
}

.guarantee strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.12rem;
}

.guarantee-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #6cb4ff, #0046e0);
}

.guarantee-final {
  margin: 0 auto 1.2rem;
  text-align: left;
}

.logo-rail {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  padding: 1.2rem 0 1.45rem;
}

.logo-rail-label {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}

.logo-rail .logo-set {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
  padding-inline: 1.1rem;
  flex-shrink: 0;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  min-width: 0;
  height: 3.15rem;
}

.logo-item img {
  width: auto;
  height: auto;
  max-width: 9.5rem;
  max-height: 2.85rem;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1) brightness(1.22) contrast(0.82);
}

.logo-item-named {
  flex-direction: row;
  gap: 0.4rem;
}

.logo-item-named img {
  max-height: 2.85rem;
  max-width: none;
  width: auto;
  flex-shrink: 0;
}

.logo-words {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #5c6478;
  text-align: left;
  line-height: 1.1;
  white-space: nowrap;
}

.marquee-track-logos {
  animation: marquee-x 70s linear infinite;
}

/* About */

.about {
  padding: var(--section) 0;
}

.about-inner {
  max-width: 42rem;
}

.about-intro {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.about-intro h2 {
  font-size: clamp(1.45rem, 4.2vw, 2.35rem);
  margin: 0.15rem 0 0;
}

.avatar {
  width: 4.75rem;
  height: 4.75rem;
  margin: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-alt);
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px color-mix(in srgb, var(--accent) 35%, transparent);
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.avatar.is-empty img {
  display: none;
}

.about-name {
  margin: 0.35rem 0 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

/* Problem */

.problem {
  background: var(--bg-alt);
  padding: var(--section) 0;
}

.problem-inner {
  max-width: 40rem;
}

.problem h2 {
  margin-bottom: 1.4rem;
}

.problem-lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.problem-emphasis {
  margin-top: 1.5rem !important;
  font-size: clamp(1.12rem, 2.6vw, 1.4rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: var(--ink);
  text-wrap: wrap;
}

.problem-practise .keep-together {
  white-space: nowrap;
}

.problem-close {
  margin-top: 1.5rem !important;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  color: var(--accent);
}

/* How it works */

.how {
  padding: var(--section) 0;
}

.how h2 {
  margin-bottom: 2.4rem;
  max-width: 12ch;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
  position: relative;
}

.step {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  column-gap: 0.85rem;
  position: relative;
  padding: 0 0 2rem 0;
}

.step:last-child {
  padding-bottom: 0;
}

.step::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 1.55rem;
  bottom: 0.15rem;
  width: 1px;
  background: var(--line);
}

.step:last-child::before {
  display: none;
}

.step-num {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding-top: 0.18rem;
}

.step h3,
.step p {
  grid-column: 2;
}

.step p {
  margin-top: 0.45rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.briefing {
  margin-top: 2.75rem;
  padding: 1.35rem 1.3rem 1.4rem;
  border-radius: 1.15rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
}

.briefing h3 {
  margin-bottom: 0.45rem;
}

.briefing p {
  color: var(--ink-soft);
}

.section-cta {
  margin-top: 2rem;
}

.section-cta .btn {
  width: 100%;
}

/* Reviews */

.reviews {
  padding: var(--section) 0 4.5rem;
  background: var(--bg-alt);
}

.reviews h2 {
  margin-bottom: 2rem;
}

.quote-hero {
  position: relative;
  max-width: 40rem;
  padding-top: 0.4rem;
}

.quote-hero::before {
  content: "“";
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: var(--accent);
  margin-bottom: 0.55rem;
}

.quote-hero p {
  font-size: clamp(1.08rem, 2.4vw, 1.28rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-wrap: pretty;
}

.quote-hero footer,
.t-card footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.7rem;
  margin-top: 1.1rem;
  font-family: var(--font);
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--muted);
  letter-spacing: -0.01em;
}

.carousel-wrap {
  margin-top: 2.4rem;
  position: relative;
}

.carousel-wrap::before,
.carousel-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(1.5rem, 6vw, 3rem);
  height: calc(100% - 1rem);
  pointer-events: none;
  z-index: 1;
}

.carousel-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-alt), transparent);
}

.carousel-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-alt), transparent);
}

.carousel {
  --gutter: max(var(--pad), calc((100% - var(--wrap)) / 2));
  overflow: hidden;
  padding: 0.15rem 0 1rem;
  min-height: 11rem;
}

.carousel-track {
  display: flex;
  gap: 0.9rem;
  width: max-content;
  padding-inline: var(--gutter);
  animation: marquee-x 180s linear infinite;
  will-change: transform;
}

.t-card {
  flex: 0 0 min(78vw, 22rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.25rem 1.2rem 1.2rem;
}

.t-card p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

@media (hover: hover) and (pointer: fine) {
  .t-card {
    transition: transform 200ms ease, border-color 200ms ease;
  }

  .t-card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--ink) 18%, var(--line));
  }
}

.unis {
  margin-top: 1.75rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-wrap: pretty;
}

/* About */

/* About copy */

.about-copy > p {
  color: var(--ink-soft);
}

.about-copy .about-name,
.about-copy .pull,
.about-copy .closing {
  color: var(--ink);
}

.pull {
  margin: 1.35rem 0 !important;
  font-size: clamp(1.2rem, 2.6vw, 1.5rem);
  font-weight: 650;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.03em;
}

.closing {
  margin: 1.4rem 0 1.5rem !important;
  font-weight: 800;
  font-size: 1.18rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.text-link {
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.12rem;
}

.text-link:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.featured {
  padding: 0 0 2.75rem;
}

.featured-inner {
  max-width: 36rem;
  text-align: center;
  margin-inline: auto;
}

.featured-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.45rem;
}

.featured-link {
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 550;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.featured-link:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

/* Final CTA */

.final {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, #eef5ff 0%, #d7e8ff 100%);
  color: var(--ink);
  padding: var(--section) 0;
}

.final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 102, 255, 0.1), transparent 58%);
  pointer-events: none;
  z-index: -1;
}

.final-inner {
  max-width: 38rem;
  text-align: center;
  margin-inline: auto;
}

.final h2 {
  margin-bottom: 1.2rem;
}

.offer {
  list-style: none;
  padding: 1.4rem 0 1.7rem;
  margin: 0 auto 0.4rem;
  max-width: 24rem;
  width: 100%;
  color: var(--muted);
}

.offer li {
  display: flex;
  align-items: center;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--line);
}

.offer-price {
  color: var(--ink);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  justify-content: center;
}

.offer li:first-child {
  border-top: 1px solid var(--line);
}

.final .btn-primary {
  width: min(100%, 24rem);
  margin-inline: auto;
}

.final-follow {
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.final-follow p {
  color: var(--muted);
}

.final-follow p:first-child {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.final-follow .btn {
  margin-top: 1.2rem;
  width: min(100%, 22rem);
  margin-inline: auto;
}

/* Footer */

.site-footer {
  background: var(--bg);
  color: var(--muted);
  padding: 0 0 calc(2.4rem + env(safe-area-inset-bottom));
}

.footer-inner {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
  text-align: center;
}

.footer-inner .brand {
  color: var(--ink);
  display: inline-block;
  margin-bottom: 0.35rem;
}

.footer-inner p + p {
  margin-top: 0.35rem;
}

.site-footer a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

.site-footer a:hover {
  color: var(--accent);
}

.copyright {
  margin-top: 1.1rem !important;
  font-size: 0.8rem;
  color: var(--muted);
}

/* Reveal */

.js .reveal {
  opacity: 0;
  transform: translateY(10px);
  animation: reveal-fallback 0.4s ease 1.25s forwards;
}

.js .reveal.is-in {
  opacity: 1;
  transform: none;
  animation: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

@keyframes reveal-fallback {
  to {
    opacity: 1;
    transform: none;
  }
}

section[id],
.final {
  scroll-margin-top: calc(var(--header) + var(--proof) + env(safe-area-inset-top) + 0.6rem);
}

/* Tablet */

@media (max-width: 360px) {
  .brand {
    font-size: 0.92rem;
  }

  .btn-nav {
    padding: 0 0.78rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 640px) {
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero-actions .btn {
    width: auto;
  }

  .meta-pills {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .meta-pills li {
    flex: 0 0 auto;
    font-size: 0.78rem;
    padding: 0.42rem 0.78rem 0.42rem 0.55rem;
  }

  .meta-pills .tick {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.4rem;
  }

  .meta-pills .tick svg {
    width: 0.72rem;
    height: 0.72rem;
  }

  .hero-copy h1 {
    max-width: 18ch;
  }

  .briefing {
    padding: 1.5rem 1.6rem;
  }
}

@media (min-width: 760px) {
  .nav {
    display: flex;
  }

  .btn-mobile-cta {
    display: none;
  }

  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem 2.4rem;
  }

  .step {
    display: block;
    padding: 1.35rem 0 0;
    border-top: 1px solid var(--line);
  }

  .step::before {
    display: none;
  }

  .step-num {
    display: block;
    font-size: 1.7rem;
    letter-spacing: -0.06em;
    color: color-mix(in srgb, var(--ink) 18%, transparent);
    margin-bottom: 0.55rem;
  }

  .step p {
    margin-top: 0.55rem;
  }

  .section-cta .btn {
    width: auto;
  }

  .logo-marquee .marquee-track-logos {
    animation: none;
    width: 100%;
    transform: none;
    justify-content: center;
  }

  .logo-marquee .logo-set[aria-hidden="true"] {
    display: none;
  }

  .logo-rail .logo-set {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem 1.6rem;
    justify-content: center;
    padding-inline: var(--pad);
  }

  .logo-item {
    max-width: 14.5rem;
    height: 4.8rem;
    flex: none;
    width: 100%;
  }

  .logo-item img {
    max-height: 4.5rem;
    max-width: 100%;
  }

  .logo-item-named img {
    max-height: 4.4rem;
    max-width: none;
  }

  .logo-words {
    font-size: 1.05rem;
  }

  .carousel-track {
    animation-duration: 140s;
  }
}

/* Desktop */

@media (min-width: 860px) {
  .hero {
    padding: 1.9rem 0 4rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr);
    align-items: center;
    gap: 2.4rem 2.8rem;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-copy h1 {
    max-width: 14em;
  }

  .product-label {
    white-space: nowrap;
  }

  .product-label .label-rest {
    display: inline;
  }

  .hero-panel {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-review {
    margin: 0;
    padding: 1.05rem 1.15rem 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.05rem;
    box-shadow: 0 14px 36px rgba(17, 19, 24, 0.07);
  }

  .hero-review:nth-child(1) {
    transform: rotate(-0.8deg);
  }

  .hero-review:nth-child(2) {
    transform: rotate(0.7deg);
    margin-left: 0.85rem;
  }

  .hero-review:nth-child(3) {
    transform: rotate(-0.4deg);
    margin-right: 0.55rem;
  }

  .hero-review p {
    margin-top: 0.5rem;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 550;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }

  .hero-review footer {
    margin-top: 0.7rem;
    font-size: 0.8rem;
    font-weight: 650;
    color: var(--muted);
    font-style: normal;
  }

  .avatar {
    width: 5.75rem;
    height: 5.75rem;
  }

  .t-card {
    flex: 0 0 21.5rem;
  }
}

@media (min-width: 1100px) {
  .steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .marquee-track [aria-hidden="true"],
  .carousel-track [aria-hidden="true"],
  .logo-marquee .logo-set[aria-hidden="true"] {
    display: none;
  }

  .marquee-track,
  .carousel-track,
  .proof-set {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    transform: none;
  }

  .carousel {
    overflow-x: auto;
  }
}
