


:root {
  --header-h: 78px;
  --nav-ink: rgba(7, 20, 36, 0.9);
  --nav-ink-soft: rgba(7, 20, 36, 0.78);
  --bunny-red: #ff385c;
  --warm-charcoal: #222222;
  --soft-gray: #717171;
  --canvas-white: #ffffff;
  --wash-gray: #f7f7f7;
  --sunset-orange: #ffb4a2;
  --type-display: clamp(56px, 6vw, 72px);
  --type-title-1: clamp(40px, 4.7vw, 56px);
  --type-title-2: clamp(30px, 3.4vw, 40px);
  --type-body-lg: clamp(20px, 1.9vw, 28px);
  --type-body: clamp(16px, 1.2vw, 24px);
  --type-caption: clamp(12px, 0.9vw, 16px);
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --space-8: 64px;
  --radius-pill: 999px;
  --radius-card: 24px;

  --hero-bg-url: url("assets/hero-bunny-1.webp");

  --hero-px: 0;
  --hero-py: 0;

  --salary-progress: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", Aeonik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--wash-gray);
  color: var(--warm-charcoal);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* Nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}

.nav__inner {
  width: min(1280px, 92vw);
  height: var(--header-h);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  pointer-events: auto;
}

.nav__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 3.3vw, 52px);
  aspect-ratio: 1;
  border-radius: 18px;
  overflow: hidden;
  background: var(--bunny-red);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.nav__brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero */
.rv-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
}

.rv-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg-url);
  background-size: cover;
  background-position: 50% 40%;
  transform: scale(1.08)
    translate3d(calc(var(--hero-px) * -12px), calc(var(--hero-py) * -9px), 0);
  will-change: transform;
}

.rv-hero__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      1200px 680px at 18% 42%,
      rgba(16, 28, 52, 0.45),
      rgba(16, 28, 52, 0.18) 58%,
      rgba(16, 28, 52, 0) 78%
    ),
    linear-gradient(
      90deg,
      rgba(8, 20, 38, 0.5) 0%,
      rgba(8, 20, 38, 0.29) 43%,
      rgba(8, 20, 38, 0.09) 70%,
      rgba(8, 20, 38, 0) 100%
    );
}

.rv-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1280px, 92vw);
  margin: 0 auto;
  min-height: 100vh;
  padding: calc(var(--header-h) + 40px) 0 62px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: clamp(28px, 5.2vw, 86px);
}

.rv-hero__copy {
  max-width: 610px;
}

.rv-hero__title {
  margin: 0;
  font-size: var(--type-display);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-transform: none;
  font-variant: normal;
  text-shadow: 0 12px 44px rgba(0, 0, 0, 0.2);
}

.rv-hero__sub {
  margin: 22px 0 28px;
  max-width: 46ch;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
  text-wrap: pretty;
}

.rv-hero__sub-break {
  white-space: nowrap;
  font-weight: 700;
}

.rv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 var(--space-4);
  border-radius: var(--radius-pill);
  background: var(--bunny-red);
  color: #fff;
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 600;
  letter-spacing: -0.01em;
  box-shadow: 0 16px 54px rgba(0, 0, 0, 0.27);
  transition: transform 160ms ease, background-color 160ms ease;
}

.rv-btn:hover {
  transform: translateY(-1px);
  background: #e62f50;
}

.rv-hero__stage {
  display: flex;
  justify-content: flex-end;
}

.rv-stage {
  position: relative;
  width: min(548px, 42vw);
  aspect-ratio: 4 / 5;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 44px 130px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform-style: preserve-3d;
  transform: translate3d(calc(var(--hero-px) * 12px), calc(var(--hero-py) * 10px), 0)
    rotateX(calc(var(--hero-py) * -3.6deg)) rotateY(calc(var(--hero-px) * 5.2deg));
  will-change: transform;
}

.rv-stage__edge {
  position: absolute;
  inset: 8px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.rv-state {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 66px 56px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translate3d(0, 22px, -40px) scale(0.985);
  filter: blur(10px);
  pointer-events: none;
  transition: opacity 780ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 780ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 780ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.rv-state.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}

.rv-state.is-leaving {
  opacity: 0;
  transform: translate3d(0, -16px, -52px) scale(0.98);
  filter: blur(12px);
}

.rv-amount {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.rv-amount__kicker {
  margin: 0 0 12px;
  font-size: 40px;
  font-size: clamp(16px, 1.1vw, 40px);
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.84);
}

.rv-amount__number {
  font-size: clamp(58px, 4.8vw, 78px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

.rv-amount__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.93);
  color: rgba(12, 20, 34, 0.94);
  font-size: 38px;
  font-size: clamp(17px, 1.2vw, 38px);
  font-weight: 500;
  letter-spacing: -0.01em;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
}

.rv-tx {
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 22px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 560ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: 120ms;
}

.rv-state.is-active .rv-tx {
  opacity: 1;
  transform: translateY(0);
}

.rv-tx__icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #4f5cf5;
  color: #fff;
  display: grid;
  place-items: center;
}

.rv-tx__icon svg {
  width: 24px;
  height: 24px;
}

.rv-tx__meta {
  min-width: 0;
}

.rv-tx__label {
  font-size: 38px;
  font-size: clamp(16px, 0.95vw, 22px);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(14, 23, 38, 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rv-tx__time {
  margin-top: 1px;
  font-size: clamp(13px, 0.9vw, 16px);
  letter-spacing: -0.01em;
  color: rgba(15, 25, 41, 0.54);
}

.rv-tx__amt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 56, 92, 0.14);
  border: 1px solid rgba(255, 56, 92, 0.46);
  font-size: clamp(13px, 0.85vw, 15px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #b1163b;
  white-space: nowrap;
}

/* Savings hero section */
.savings-hero {
  position: relative;
  color: #fff;
  background-image: radial-gradient(
      1200px 440px at 50% 10%,
      rgba(174, 190, 222, 0.52),
      rgba(174, 190, 222, 0) 65%
    ),
    linear-gradient(
      180deg,
      rgba(19, 31, 50, 0.88) 0%,
      rgba(19, 31, 50, 0.42) 26%,
      rgba(8, 13, 21, 0.16) 57%,
      rgba(5, 7, 10, 0.8) 100%
    ),
    url("assets/references/bunny-app/7a88c57b-f75a-4e3f-8ab1-4476f7b487d3.png");
  background-size: cover;
  background-position: center 58%;
  overflow: hidden;
}

.savings-hero__inner {
  width: min(1320px, 94vw);
  margin: 0 auto;
  min-height: 100vh;
  padding: clamp(84px, 7.2vw, 108px) 0 clamp(34px, 4.2vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.savings-hero__copy {
  max-width: 1120px;
  text-align: center;
}

.savings-hero__copy h2 {
  margin: 0;
  font-size: var(--type-title-1);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.savings-hero__lead {
  margin: clamp(20px, 2.2vw, 30px) auto 0;
  max-width: 920px;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.32;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.95);
}

.savings-hero__lead sup {
  font-size: 0.55em;
  vertical-align: super;
  line-height: 0;
}

.savings-hero__fine {
  margin: 10px auto 0;
  max-width: 1110px;
  font-size: clamp(14px, 1vw, 19px);
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: rgba(236, 241, 249, 0.76);
}

.savings-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(24px, 2.5vw, 40px);
  height: 56px;
  padding: 0 var(--space-4);
  border-radius: var(--radius-pill);
  background: var(--bunny-red);
  color: #fff;
  font-size: clamp(16px, 1.05vw, 19px);
  font-weight: 600;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 36px rgba(255, 56, 92, 0.3);
}

.savings-hero__stage {
  margin-top: clamp(34px, 4.4vw, 56px);
}

.savings-card {
  position: relative;
  width: min(440px, 31vw);
  aspect-ratio: 0.82;
  border-radius: 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.48);
  background: rgba(7, 9, 15, 0.14);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: clamp(148px, 12vw, 182px);
}

.savings-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.savings-card__kicker {
  margin: 0;
  font-size: clamp(14px, 1vw, 17px);
  letter-spacing: -0.01em;
  color: rgba(241, 245, 254, 0.86);
}

.savings-card__amount {
  margin: 10px 0 0;
  font-size: clamp(56px, 4.7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.savings-card__badge {
  margin: 14px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: rgba(17, 22, 31, 0.92);
  font-size: clamp(16px, 1.02vw, 20px);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.savings-card__actions {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
}

.savings-card__action {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(29, 34, 46, 0.66);
  color: rgba(255, 255, 255, 0.95);
}

.savings-card__action svg {
  width: 21px;
  height: 21px;
}

.savings-card__action.is-active {
  background: rgba(255, 255, 255, 0.95);
  color: rgba(16, 21, 32, 0.97);
}

.savings-hero__tabs {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.savings-hero__tabs button {
  height: 44px;
  padding: 0 var(--space-3);
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(247, 247, 247, 0.16);
  color: #fff;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.savings-hero__tabs button.is-active {
  background: rgba(255, 56, 92, 0.18);
  color: #fff;
  border-color: rgba(255, 56, 92, 0.62);
}

.savings-hero__tabs button:focus-visible {
  outline: 2px solid rgba(255, 56, 92, 0.7);
  outline-offset: 2px;
}

/* Salary section */
.salary {
  position: relative;
  background: var(--wash-gray);
  color: var(--warm-charcoal);
  padding: 92px 0 120px;
}

.salary__inner {
  width: min(1280px, 92vw);
  margin: 0 auto;
}

.salary__copy {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.salary__copy h2 {
  margin: 0;
  font-size: var(--type-title-1);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.salary__copy p {
  margin: 18px auto 24px;
  max-width: 730px;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.32;
  letter-spacing: -0.01em;
  color: rgba(22, 28, 39, 0.88);
}

.salary__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 var(--space-4);
  border-radius: var(--radius-pill);
  background: var(--bunny-red);
  color: #fff;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 600;
  letter-spacing: -0.01em;
  box-shadow: 0 12px 32px rgba(255, 56, 92, 0.25);
}

.salary__cards {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: end;
  perspective: 1400px;
}

.salary-card {
  border-radius: 28px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  transform-origin: 50% 100%;
  will-change: transform;
}

.salary-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.salary-card--left {
  transform: translate3d(
      calc((1 - var(--salary-progress)) * -18px),
      calc((1 - var(--salary-progress)) * 34px),
      0
    )
    rotate(-1.3deg)
    scale(calc(0.93 + var(--salary-progress) * 0.07));
}

.salary-card--center {
  transform: translate3d(
      0,
      calc((1 - var(--salary-progress)) * 48px),
      0
    )
    rotate(0deg)
    scale(calc(0.96 + var(--salary-progress) * 0.07));
}

.salary-card--right {
  transform: translate3d(
      calc((1 - var(--salary-progress)) * 18px),
      calc((1 - var(--salary-progress)) * 34px),
      0
    )
    rotate(1.3deg)
    scale(calc(0.93 + var(--salary-progress) * 0.07));
}

.salary-card--left,
.salary-card--center,
.salary-card--right {
  animation: cardFloat 7.4s ease-in-out infinite;
}

.salary-card--center {
  animation-delay: -1.8s;
}

.salary-card--right {
  animation-delay: -3.2s;
}

@keyframes cardFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -9px;
  }
}

/* Entry */
[data-enter] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.is-ready [data-enter] {
  opacity: 1;
  transform: translateY(0);
}

.is-ready .rv-hero__stage[data-enter] {
  transition-delay: 110ms;
}

.is-ready .salary__cards[data-enter] {
  transition-delay: 90ms;
}

/* Mobile */
@media (max-width: 980px) {
  :root {
    --header-h: 66px;
  }

  .nav__brand {
    width: clamp(38px, 10.8vw, 44px);
    border-radius: 16px;
  }

  .savings-hero {
    background-position: 52% 54%;
  }

  .savings-hero__inner {
    width: min(1320px, 92vw);
    min-height: max(860px, 88vh);
    padding: 94px 0 52px;
  }

  .savings-hero__copy {
    max-width: 94vw;
  }

  .savings-hero__copy h2 {
    font-size: clamp(48px, 11vw, 70px);
  }

  .savings-hero__lead {
    margin-top: 16px;
    max-width: 94vw;
    font-size: clamp(17px, 4.2vw, 21px);
  }

  .savings-hero__fine {
    max-width: 94vw;
    font-size: clamp(13px, 2.9vw, 16px);
    line-height: 1.32;
  }

  .savings-hero__cta {
    margin-top: 20px;
    height: 50px;
    padding: 0 26px;
    font-size: clamp(15px, 3.6vw, 18px);
  }

  .savings-hero__stage {
    margin-top: 44px;
  }

  .savings-card {
    width: min(360px, 84vw);
    border-radius: 24px;
    padding-top: 122px;
  }

  .savings-card::before {
    inset: 6px;
    border-radius: 18px;
  }

  .savings-card__amount {
    font-size: clamp(50px, 13.5vw, 72px);
  }

  .savings-card__actions {
    bottom: 30px;
    gap: 10px;
  }

  .savings-card__action {
    width: 44px;
    height: 44px;
  }

  .savings-card__action svg {
    width: 19px;
    height: 19px;
  }

  .savings-hero__tabs {
    width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 4vw 6px;
    gap: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .savings-hero__tabs::-webkit-scrollbar {
    display: none;
  }

  .savings-hero__tabs button {
    flex: 0 0 auto;
    height: 42px;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 13px;
  }

  .rv-hero__inner {
    min-height: 100vh;
    padding: calc(var(--header-h) + 20px) 0 42px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .rv-hero__title {
    font-size: clamp(50px, 15vw, 94px);
  }

  .rv-hero__sub {
    font-size: clamp(16px, 5.2vw, 32px);
    margin: 18px 0 22px;
  }

  .rv-btn {
    height: 56px;
    padding: 0 24px;
    font-size: 36px;
    font-size: clamp(16px, 5vw, 36px);
  }

  .rv-hero__stage {
    justify-content: center;
  }

  .rv-stage {
    width: min(420px, 92vw);
    border-radius: 30px;
  }

  .rv-stage__edge {
    border-radius: 24px;
  }

  .rv-state {
    padding: 54px 22px 20px;
  }

  .rv-amount__kicker {
    font-size: clamp(18px, 5.2vw, 26px);
  }

  .rv-amount__number {
    font-size: clamp(62px, 16vw, 90px);
  }

  .rv-amount__pill {
    height: 42px;
    padding: 0 18px;
    font-size: clamp(15px, 4.6vw, 22px);
  }

  .rv-tx {
    border-radius: 18px;
    padding: 11px 12px;
    gap: 10px;
  }

  .rv-tx__icon {
    width: 38px;
    height: 38px;
  }

  .rv-tx__icon svg {
    width: 20px;
    height: 20px;
  }

  .rv-tx__label {
    font-size: clamp(16px, 4.9vw, 20px);
  }

  .rv-tx__time {
    font-size: clamp(12px, 3.7vw, 15px);
  }

  .rv-tx__amt {
    height: 28px;
    padding: 0 10px;
    font-size: clamp(12px, 3.6vw, 14px);
  }

  .salary {
    padding: 72px 0 88px;
  }

  .salary__copy h2 {
    font-size: clamp(44px, 12vw, 68px);
  }

  .salary__copy p {
    font-size: clamp(16px, 4.6vw, 21px);
    margin: 14px auto 20px;
  }

  .salary__btn {
    height: 48px;
    padding: 0 22px;
    font-size: clamp(15px, 4.4vw, 18px);
  }

  .salary__cards {
    margin-top: 30px;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .salary-card {
    flex: 0 0 min(72vw, 320px);
    scroll-snap-align: center;
    border-radius: 24px;
    padding: 2px;
    transform: none !important;
    animation: none;
  }

  .salary__cards::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 744px) and (max-width: 980px) {
  .rv-hero__inner {
    gap: 18px;
    padding: calc(var(--header-h) + 18px) 0 34px;
  }

  .rv-hero__title {
    font-size: clamp(56px, 10.2vw, 74px);
    line-height: 0.96;
  }

  .rv-hero__sub {
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.32;
    margin: 14px 0 18px;
  }

  .rv-stage {
    width: min(380px, 72vw);
    border-radius: 28px;
  }

  .rv-state {
    padding: 46px 20px 18px;
  }

  .rv-btn {
    height: 46px;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(255, 56, 92, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rv-hero__bg,
  .rv-stage {
    transform: none !important;
  }

  .rv-state,
  .rv-tx,
  [data-enter],
  .salary-card {
    transition: none !important;
    animation: none !important;
  }
}

/* What our users say */
.user-say {
  margin-top: 72px;
  background: var(--bunny-red);
  color: #f5f3f4;
  padding: clamp(72px, 9vw, 128px) 0 clamp(52px, 6vw, 84px);
}

.user-say__inner {
  width: min(1240px, 92vw);
  margin: 0 auto;
}

.user-say__tag {
  margin: 0;
  font-size: var(--type-caption);
  line-height: 1.33;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.user-say__mark {
  margin: clamp(70px, 9vw, 130px) 0 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
  font-size: clamp(78px, 8vw, 118px);
  line-height: 0.68;
  color: rgba(255, 255, 255, 0.9);
}

.user-say__panel-shell {
  position: relative;
}

.user-say__panel-wrap {
  position: relative;
  display: grid;
  padding: 0 0 clamp(54px, 6vw, 84px);
}

.user-say__panel {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 340ms ease, transform 340ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.user-say__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.user-say__panel blockquote {
  margin: 0;
  max-width: min(980px, 100%);
}

@media (min-width: 981px) {
  .rv-tx__label {
    font-size: clamp(15px, 0.88vw, 19px);
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.16;
  }
}

.user-say__panel blockquote p {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
  font-size: clamp(30px, 3.2vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 450;
  color: #fff;
  text-wrap: balance;
}

.user-say__panel blockquote cite {
  display: block;
  margin-top: clamp(28px, 3vw, 42px);
  font-style: normal;
  font-size: clamp(18px, 1.4vw, 28px);
  line-height: 1.28;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.user-say__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 8px;
}

.user-say__tab {
  --fill-progress: 0;
  position: relative;
  flex: 1;
  height: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.user-say__tab::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.35);
}

.user-say__tab::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%) scaleX(var(--fill-progress));
  transform-origin: left center;
  background: #fff;
}

.user-say__tab:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.user-say__tab.is-active::before,
.user-say__tab[aria-selected="true"]::before {
  background: rgba(255, 255, 255, 0.55);
}

.user-say__tab:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.76);
  outline-offset: 3px;
}

/* Bunny clients section */
.bunny-clients {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: clamp(780px, 64vw, 980px);
  padding: clamp(64px, 4.6vw, 80px) 0 clamp(64px, 6vw, 120px);
}

.bunny-clients > :not(.bunny-clients__background) {
  position: relative;
  z-index: 1;
}

.bunny-clients__background {
  position: absolute;
  inset: 0;
  background-color: var(--bunny-red);
}

.bunny-clients__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 16, 22, 0.18) 0%,
    rgba(12, 16, 22, 0.04) 44%,
    rgba(12, 16, 22, 0.3) 100%
  );
}

.bunny-clients__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.065) translate3d(0, 0, 0);
  will-change: transform;
}

.bunny-clients__inner {
  width: min(1280px, 92vw);
  margin: 0 auto;
}

.bunny-clients__title {
  margin: clamp(80px, 5.2vw, 96px) auto clamp(64px, 6vw, 120px);
  max-width: min(1040px, 92vw);
  text-align: center;
  font-family: "Outfit", Aeonik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(48px, 4.7vw, 82px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff6f5;
  text-wrap: balance;
}

.bunny-clients__cards {
  list-style: none;
  position: relative;
  width: clamp(320px, 26.1vw, 430px);
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-family: "Outfit", Aeonik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bunny-clients__item {
  position: relative;
}

.bunny-clients__item:nth-child(1) {
  z-index: 15;
}

.bunny-clients__item:nth-child(2) {
  z-index: 14;
}

.bunny-clients__item:nth-child(3) {
  z-index: 13;
}

.bunny-clients__item:nth-child(4) {
  z-index: 12;
}

.bunny-clients__card {
  position: relative;
  display: block;
  margin: clamp(6px, 0.42vw, 8px) 0;
  padding: clamp(14px, 0.95vw, 16px);
  border-radius: clamp(12px, 0.95vw, 16px);
  background: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.05);
  transform-origin: 50% 100%;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  will-change: transform, clip-path;
}

.bunny-clients__card-title {
  margin: 0;
  font-size: clamp(14px, 0.9vw, 15px);
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
}

.bunny-clients__card-text {
  margin: 0;
  font-size: clamp(14px, 0.9vw, 15px);
  line-height: 1.42;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.bunny-clients__client {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: clamp(14px, 0.9vw, 15px);
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.bunny-clients__avatar {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: var(--avatar-bg, #fff);
  color: var(--avatar-ink, #360802);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 450;
}

/* Event ops capability section */
.rv-spend {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-family: "Outfit", Aeonik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 88px 0 82px;
}

.rv-spend__inner {
  width: min(1160px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 500px 360px;
  justify-content: center;
  align-items: start;
  gap: 58px;
}

.rv-spend__copy {
  max-width: 100%;
  padding-top: 8px;
}

.rv-spend__title {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(42px, 3.15vw, 56px);
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.rv-spend__lead {
  margin: 26px 0 0;
  max-width: 36ch;
  font-size: clamp(18px, 1.22vw, 21px);
  line-height: 1.34;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.rv-spend__list {
  margin: 18px 0 0;
  padding-left: 28px;
  max-width: 40ch;
  display: grid;
  gap: 8px;
  font-size: clamp(17px, 1.16vw, 19px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.rv-spend__carousel-shell {
  min-width: 0;
  width: min(760px, 100%);
  justify-self: end;
  display: flex;
  flex-direction: column;
}

.rv-spend__carousel {
  --card-width: 360px;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 2px 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rv-spend__carousel::-webkit-scrollbar {
  display: none;
}

.rv-spend-card {
  position: relative;
  flex: 0 0 var(--card-width);
  aspect-ratio: 720 / 1016;
  border-radius: 26px;
  scroll-snap-align: start;
}

.rv-spend-card::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 32px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 0 8px rgba(255, 255, 255, 0.03),
    0 0 0 18px rgba(255, 255, 255, 0.02),
    0 26px 62px rgba(0, 0, 0, 0.62);
  pointer-events: none;
}

.rv-cap-card {
  --bg-one: rgba(255, 88, 133, 0.26);
  --bg-two: rgba(255, 176, 130, 0.2);
  position: relative;
  height: 100%;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.84);
  overflow: hidden;
  padding: 24px 20px 18px;
  display: flex;
  flex-direction: column;
}

.rv-cap-card::before {
  content: "";
  position: absolute;
  inset: -8%;
  background:
    radial-gradient(95% 60% at 84% 88%, var(--bg-one), transparent 64%),
    radial-gradient(84% 68% at 15% 12%, var(--bg-two), transparent 65%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03) 42%, rgba(7, 8, 11, 0.82) 100%);
  filter: blur(1.2px);
  transform: scale(1.04);
}

.rv-cap-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 11, 15, 0.44), rgba(10, 11, 15, 0.7)),
    radial-gradient(100% 100% at 52% 100%, rgba(255, 255, 255, 0.08), transparent 72%);
}

.rv-cap-card > * {
  position: relative;
  z-index: 1;
}

.rv-spend-card--audience .rv-cap-card {
  --bg-one: rgba(255, 95, 128, 0.27);
  --bg-two: rgba(250, 164, 114, 0.2);
}

.rv-spend-card--guestlist .rv-cap-card {
  --bg-one: rgba(255, 134, 102, 0.25);
  --bg-two: rgba(167, 138, 255, 0.2);
}

.rv-spend-card--api .rv-cap-card {
  --bg-one: rgba(82, 246, 156, 0.22);
  --bg-two: rgba(72, 174, 255, 0.2);
}

.rv-spend-card--integrations .rv-cap-card {
  --bg-one: rgba(87, 154, 255, 0.23);
  --bg-two: rgba(255, 171, 102, 0.18);
}

.rv-spend-card--roi .rv-cap-card {
  --bg-one: rgba(255, 136, 122, 0.26);
  --bg-two: rgba(88, 201, 232, 0.17);
}

.rv-cap-card__eyebrow {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff4d74;
}

.rv-cap-card__title {
  margin: 12px 0 0;
  max-width: 9.8ch;
  font-size: 22px;
  line-height: 1.06;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rv-cap-card__desc {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: -0.005em;
  font-weight: 500;
  color: rgba(238, 238, 238, 0.72);
}

.rv-cap-card__chips {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rv-cap-card__chips li {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  padding: 7px 12px;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: -0.005em;
  font-weight: 600;
  color: rgba(236, 236, 236, 0.92);
}

.rv-cap-card__metric {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  font-weight: 600;
  color: rgba(236, 236, 236, 0.6);
}

.rv-cap-card__metric strong {
  color: #ffb0a3;
  font-size: 17px;
}

.rv-cap-card__panel {
  margin-top: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
}

.rv-cap-card__panel-label {
  margin: 0;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 191, 175, 0.88);
}

.rv-cap-bars {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.rv-cap-bars li {
  display: grid;
  grid-template-columns: 82px 1fr 36px;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  line-height: 1.2;
  letter-spacing: -0.005em;
  font-weight: 600;
  color: rgba(236, 236, 236, 0.82);
}

.rv-cap-bars li strong {
  text-align: right;
  color: rgba(255, 255, 255, 0.94);
}

.rv-cap-bars__track {
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.rv-cap-bars__track i {
  --fill: 50%;
  display: block;
  width: var(--fill);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff5a79, #ffae9d);
}

.rv-cap-rules {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.rv-cap-rules li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.17);
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.rv-cap-rules__name {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  line-height: 1.2;
  letter-spacing: -0.005em;
  font-weight: 600;
  color: rgba(239, 239, 239, 0.9);
}

.rv-cap-rules__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff647d;
  box-shadow: 0 0 0 2px rgba(255, 100, 125, 0.18);
  flex: 0 0 auto;
}

.rv-cap-rules li:nth-child(2) .rv-cap-rules__dot {
  background: #ffb39e;
}

.rv-cap-rules li:nth-child(3) .rv-cap-rules__dot {
  background: #ff8f6d;
}

.rv-cap-rules li strong {
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.005em;
  font-weight: 600;
  color: rgba(255, 191, 175, 0.9);
}

.rv-cap-code {
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 13, 20, 0.74);
  padding: 11px 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.rv-cap-code p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.005em;
  color: rgba(248, 248, 248, 0.88);
}

.rv-cap-code p span {
  color: #ff4d74;
  font-weight: 700;
  margin-right: 5px;
}

.rv-cap-code p.is-muted {
  margin-top: 4px;
  color: rgba(248, 248, 248, 0.38);
  font-style: italic;
}

.rv-cap-apps {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.rv-cap-app {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.16);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: -0.005em;
  font-weight: 600;
  color: rgba(240, 240, 240, 0.88);
}

.rv-cap-app__icon {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  display: inline-grid;
  place-items: center;
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #f3f6ff;
  flex: 0 0 auto;
}

.rv-cap-app__icon.is-sf {
  background: #19a7e4;
}

.rv-cap-app__icon.is-hs {
  background: #ff885f;
}

.rv-cap-app__icon.is-sl {
  background: #6d2a91;
}

.rv-cap-app__icon.is-st {
  background: #635bff;
}

.rv-cap-app__icon.is-ga {
  background: #f58e00;
}

.rv-cap-app__icon.is-zp {
  background: #004a5b;
}

.rv-cap-kpis {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rv-cap-kpis > div {
  padding: 6px 8px 2px;
  text-align: center;
}

.rv-cap-kpis > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.rv-cap-kpis strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #fff;
}

.rv-cap-kpis > div:last-child strong {
  color: #ff4d74;
}

.rv-cap-kpis span {
  display: block;
  margin-top: 8px;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: -0.005em;
  font-weight: 600;
  color: rgba(238, 238, 238, 0.58);
}

.rv-spend__dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.rv-spend__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(167, 178, 192, 0.52);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.rv-spend__dot.is-active,
.rv-spend__dot[aria-selected="true"] {
  background: #dce3ee;
  transform: scale(1.15);
}

.rv-spend__dot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.74);
  outline-offset: 3px;
}

/* Bunny unify section */
.bunny-unify {
  background: var(--bunny-red);
  color: #fff;
  overflow: visible;
}

.bunny-unify__header {
  height: 200vh;
  margin-bottom: -40vh;
}

.bunny-unify__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.bunny-unify__title-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.bunny-unify__title {
  margin: 0;
  padding-bottom: 0.5em;
  white-space: pre-line;
  font-family: "Outfit", Aeonik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(72px, 57.726px + 3.66vw, 120px);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  transform-origin: center center;
  will-change: transform, opacity;
}

.bunny-unify__snippets {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.bunny-unify__snippet-item {
  position: absolute;
}

.bunny-unify__snippet {
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: transform, opacity;
}

.bunny-unify__snippet img {
  width: 100%;
  height: auto;
  display: block;
}

.bunny-unify__snippet-item--1 {
  left: 19%;
  top: 6.25%;
  transform: translate(-6%, -40%);
  width: clamp(140px, 122.138px + 4.58vw, 200px);
}

.bunny-unify__snippet-item--2 {
  right: 16.75%;
  top: 3.125%;
  transform: translate(5%, -2%);
  width: clamp(154px, 134.344px + 5.04vw, 220px);
  z-index: 4;
}

.bunny-unify__snippet-item--3 {
  bottom: 20%;
  right: 13.75%;
  transform: translate(4%, -10%);
  width: clamp(168px, 146.55px + 5.5vw, 240px);
  z-index: 2;
}

.bunny-unify__snippet-item--4 {
  bottom: 8.25%;
  left: 31.25%;
  transform: translate(0, 0);
  width: clamp(154px, 134.344px + 5.04vw, 220px);
  z-index: 5;
}

.bunny-unify__snippet-item--5 {
  left: 1.75%;
  top: 37.25%;
  transform: translate(-6%, -10%);
  width: clamp(154px, 134.344px + 5.04vw, 220px);
  z-index: 3;
}

.bunny-unify__main {
  position: relative;
}

.bunny-unify__taglines {
  --items: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Outfit", Aeonik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(48px, 26.55px + 5.5vw, 120px);
  line-height: 1;
  letter-spacing: 0;
  user-select: none;
}

.bunny-unify__taglines li {
  height: 100vh;
  margin-top: calc(-80vh + 1.1em);
  padding-top: 50vh;
  position: sticky;
  top: 0;
  transform: translateY(calc((var(--index) - var(--items) * 0.5) * 1.1em));
}

.bunny-unify__taglines li:first-child {
  margin-top: 0;
}

.bunny-unify__tagline-spacer {
  height: 20vh !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
}

.bunny-unify__tagline-row {
  display: flex;
  gap: 20px;
  align-items: center;
  opacity: 0.8;
  transform: translate3d(0, 100%, 0);
  will-change: transform, opacity;
}

.bunny-unify__icon-card {
  width: clamp(40px, 28.105px + 3.05vw, 80px);
  height: clamp(40px, 28.105px + 3.05vw, 80px);
  border-radius: clamp(12px, 8.412px + 0.92vw, 24px);
  display: grid;
  place-items: center;
  background: var(--color);
}

.bunny-unify__icon-card svg {
  width: clamp(24px, 16.863px + 1.83vw, 48px);
  height: clamp(24px, 16.863px + 1.83vw, 48px);
  color: #fff;
}

.bunny-unify__tagline-row h3 {
  margin: 0;
  font: inherit;
  font-weight: 500;
  color: var(--color);
}

/* Bunny final CTA */
.bunny-final-cta {
  background: var(--bunny-red);
  color: #fff;
  padding: clamp(96px, 8vw, 128px) 0 clamp(112px, 10vw, 160px);
}

.bunny-final-cta__inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
  text-align: center;
  font-family: "Outfit", Aeonik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bunny-final-cta__inner h2 {
  margin: 0;
  font-size: var(--type-display);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
}

.bunny-final-cta__inner p {
  margin: clamp(24px, 3vw, 40px) auto 0;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  max-width: 860px;
}

.bunny-final-cta__cta {
  margin-top: clamp(32px, 3vw, 48px);
  height: 56px;
  padding: 0 var(--space-4);
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: var(--warm-charcoal);
  font-family: "Outfit", Aeonik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bunny-final-cta__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

/* Simple footer */
.site-footer {
  border-top: 1px solid rgba(4, 13, 32, 0.08);
  background: var(--wash-gray);
  color: var(--soft-gray);
  padding: 20px 0 24px;
}

.site-footer__inner {
  width: min(1240px, 92vw);
  margin: 0 auto;
  text-align: center;
  display: block;
}

.site-footer__copy {
  margin: 0;
  font-family: "Outfit", Aeonik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(12px, 0.78vw, 14px);
  line-height: 1.33;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: var(--soft-gray);
}

@media only screen and (max-width: 1290px) {
  .bunny-unify__snippet-item--1 {
    top: 5%;
  }

  .bunny-unify__snippet-item--3 {
    bottom: 20%;
    right: 5%;
  }

  .bunny-unify__snippet-item--4 {
    bottom: 4%;
  }
}

@media only screen and (max-width: 1023px) {
  .bunny-unify__title {
    font-size: clamp(56px, 9.4vw, 88px);
    line-height: 0.98;
  }

  .bunny-unify__snippet-item--1 {
    left: 75%;
    top: 14%;
  }

  .bunny-unify__snippet-item--2 {
    right: 38%;
    top: 10%;
  }

  .bunny-unify__snippet-item--3 {
    bottom: 10%;
    right: 20%;
  }

  .bunny-unify__snippet-item--4 {
    bottom: 12%;
    left: 20%;
  }

  .bunny-unify__snippet-item--5 {
    left: 5%;
    top: 14%;
  }
}

@media only screen and (max-width: 743px) {
  .bunny-unify__title {
    font-size: clamp(44px, 11.8vw, 62px);
    line-height: 1;
  }

  .bunny-unify__snippet-item--1 {
    left: 82%;
    top: 4.75%;
  }

  .bunny-unify__snippet-item--2 {
    right: 38%;
    top: 4.75%;
  }

  .bunny-unify__snippet-item--3 {
    bottom: 4.75%;
    right: 3.5%;
  }

  .bunny-unify__snippet-item--4 {
    bottom: 4.75%;
    left: 3.5%;
  }

  .bunny-unify__snippet-item--5 {
    left: unset;
    right: 78%;
    top: 4.75%;
  }

  .bunny-final-cta {
    padding: 64px 0 88px;
  }

  .bunny-final-cta__inner {
    width: min(1240px, 90vw);
  }

  .bunny-final-cta__inner h2 {
    font-size: clamp(52px, 14vw, 84px);
    line-height: 0.98;
  }

  .bunny-final-cta__inner p {
    margin-top: 24px;
    font-size: clamp(17px, 4.8vw, 21px);
  }

  .bunny-final-cta__cta {
    height: 52px;
    padding: 0 26px;
    margin-top: 32px;
    font-size: 16px;
  }

  .site-footer__inner {
    width: min(1240px, 90vw);
  }
}

@media only screen and (max-width: 370px) {
  .bunny-unify__snippet-item--3 {
    right: 2%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1120px) {
  .user-say {
    margin-top: 64px;
    padding-top: clamp(62px, 10vw, 92px);
  }

  .user-say__mark {
    margin-top: clamp(54px, 7vw, 90px);
  }

  .user-say__panel blockquote p {
    font-size: clamp(30px, 4.8vw, 48px);
    line-height: 1.06;
  }

  .bunny-clients {
    min-height: clamp(720px, 76vw, 920px);
    padding-top: 56px;
  }

  .bunny-clients__title {
    margin-top: 72px;
    margin-bottom: 74px;
    font-size: clamp(44px, 6.2vw, 62px);
  }

  .bunny-clients__cards {
    width: min(480px, 74vw);
  }

  .rv-spend {
    padding-top: 72px;
    padding-bottom: 68px;
  }

  .rv-spend__inner {
    width: min(980px, 92vw);
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .rv-spend__copy {
    max-width: 100%;
    padding-top: 0;
  }

  .rv-spend__title {
    max-width: 10.6ch;
    font-size: clamp(40px, 6.8vw, 48px);
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .rv-spend__lead,
  .rv-spend__list {
    font-size: 17px;
    line-height: 1.34;
  }

  .rv-spend__list {
    padding-left: 24px;
    gap: 7px;
  }

  .rv-spend__carousel-shell {
    width: 100%;
    justify-self: stretch;
  }

  .rv-spend__carousel {
    --card-width: min(360px, 78vw);
    gap: 18px;
  }

  .rv-cap-card {
    padding: 22px 18px 16px;
  }

  .rv-cap-card__title {
    font-size: 21px;
  }

  .rv-cap-card__desc {
    font-size: 12.5px;
  }

  .rv-cap-card__chips li {
    font-size: 11px;
  }

  .rv-cap-app {
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .savings-hero {
    background-position: 50% 56%;
  }

  .savings-hero__inner {
    width: min(1320px, 92vw);
    min-height: 760px;
    padding: 78px 0 42px;
  }

  .savings-hero__copy h2 {
    font-size: clamp(42px, 12.4vw, 58px);
  }

  .savings-hero__lead {
    font-size: clamp(17px, 5.3vw, 20px);
    line-height: 1.22;
  }

  .savings-hero__fine {
    font-size: 12.5px;
    line-height: 1.34;
  }

  .savings-hero__cta {
    height: 46px;
    margin-top: 16px;
  }

  .savings-hero__stage {
    margin-top: 34px;
  }

  .savings-card {
    width: min(338px, 92vw);
    border-radius: 22px;
    padding-top: 106px;
  }

  .savings-card__badge {
    height: 38px;
    padding: 0 16px;
  }

  .user-say {
    margin-top: 52px;
    padding: 58px 0 46px;
  }

  .user-say__inner {
    width: min(1240px, 90vw);
  }

  .user-say__tag {
    font-size: 14px;
  }

  .user-say__mark {
    margin-top: 42px;
    font-size: clamp(66px, 17vw, 92px);
  }

  .user-say__panel-wrap {
    padding-bottom: 44px;
  }

  .user-say__panel blockquote p {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.015em;
  }

  .user-say__panel blockquote cite {
    margin-top: 20px;
    font-size: 16px;
  }

  .user-say__tab {
    height: 16px;
  }

  .bunny-clients {
    min-height: 0;
    padding: 42px 0 72px;
  }

  .bunny-clients__inner {
    width: min(1280px, 90vw);
  }

  .bunny-clients__title {
    margin-top: 96px;
    margin-bottom: 48px;
    font-size: clamp(40px, 12.2vw, 64px);
  }

  .bunny-clients__cards {
    width: min(560px, 92vw);
  }

  .rv-spend {
    padding: 46px 0 58px;
  }

  .rv-spend__inner {
    width: min(1240px, 90vw);
    gap: 24px;
  }

  .rv-spend__title {
    max-width: 10ch;
    font-size: 34px;
    line-height: 1;
  }

  .rv-spend__lead,
  .rv-spend__list {
    font-size: 16px;
    line-height: 1.34;
  }

  .rv-spend__list {
    margin-top: 16px;
    gap: 6px;
    padding-left: 22px;
  }

  .rv-spend__carousel {
    --card-width: min(314px, 84vw);
    gap: 14px;
    padding-bottom: 8px;
  }

  .rv-spend-card {
    border-radius: 22px;
  }

  .rv-spend-card::before {
    inset: -10px;
    border-radius: 28px;
  }

  .rv-cap-card {
    padding: 20px 16px 14px;
  }

  .rv-cap-card__eyebrow {
    font-size: 10px;
  }

  .rv-cap-card__title {
    font-size: 19px;
    line-height: 1.08;
  }

  .rv-cap-card__desc {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.4;
  }

  .rv-cap-card__chips {
    gap: 7px;
  }

  .rv-cap-card__chips li {
    padding: 6px 10px;
    font-size: 10.5px;
  }

  .rv-cap-card__metric {
    margin-top: 12px;
    font-size: 11.5px;
  }

  .rv-cap-card__metric strong {
    font-size: 16px;
  }

  .rv-cap-card__panel {
    border-radius: 14px;
    padding: 10px;
  }

  .rv-cap-card__panel-label {
    font-size: 9px;
  }

  .rv-cap-bars li {
    grid-template-columns: 70px 1fr 34px;
    font-size: 10.8px;
    gap: 6px;
  }

  .rv-cap-bars__track {
    height: 8px;
  }

  .rv-cap-rules {
    gap: 6px;
  }

  .rv-cap-rules li {
    padding: 7px 9px;
  }

  .rv-cap-rules__name,
  .rv-cap-rules li strong {
    font-size: 10.8px;
  }

  .rv-cap-code {
    padding: 9px 10px;
  }

  .rv-cap-code p {
    font-size: 11px;
  }

  .rv-cap-apps {
    gap: 6px;
  }

  .rv-cap-app {
    padding: 7px 8px;
    font-size: 10.5px;
    gap: 6px;
  }

  .rv-cap-app__icon {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .rv-cap-kpis strong {
    font-size: 24px;
  }

  .rv-cap-kpis span {
    font-size: 10.5px;
    margin-top: 7px;
  }

  .bunny-clients__card {
    margin: 8px 0;
    padding: 14px;
    border-radius: 14px;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
  }

  .bunny-clients__card-title,
  .bunny-clients__card-text {
    font-size: 14px;
    line-height: 1.45;
  }

  .bunny-clients__client {
    margin-top: 12px;
    font-size: 14px;
  }

  .bunny-clients__avatar {
    --size: 36px;
    font-size: 14px;
  }

  .site-footer__inner {
    width: min(1240px, 90vw);
  }

  .site-footer {
    padding: 18px 0 20px;
  }

  .site-footer__copy {
    font-size: 13px;
  }
}

/* Keep all primary CTAs at the same visual thickness */
.rv-btn,
.savings-hero__cta,
.salary__btn,
.bunny-final-cta__cta {
  height: 42px;
  min-height: 42px;
}
