:root {
  /* ── Vendor Primary Card (red) ───────────────── */
  --fv-card-primary-bg:           linear-gradient(145deg, #a62d0d 0%, #8b2309 100%);
  --fv-card-primary-border-color: transparent;

  /* ── Vendor Hero ─────────────────────────────── */
  /* Same base gradient as the cards, layered with radials for depth */
  --fv-hero-bg:
    radial-gradient(ellipse 60% 80% at 66% 48%, rgba(205, 68, 22, 0.75) 0%, transparent 100%),
    radial-gradient(ellipse at 0% 0%,     rgba(10, 2, 0, 0.60) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(10, 2, 0, 0.50) 0%, transparent 40%),
    linear-gradient(145deg, #a62d0d 0%, #8b2309 100%);

  --fv-hero-text:         #ffffff;
  --fv-hero-text-muted:   rgba(255, 255, 255, 0.74);
  --fv-hero-title-accent: #ffffff;
  --fv-hero-label-color:  rgba(255, 255, 255, 0.60);
  --fv-hero-border-color: rgba(255, 255, 255, 0.16);
  --fv-hero-divider-bg:   rgba(255, 255, 255, 0.22);
  --fv-hero-hub-border:   rgba(255, 255, 255, 0.45);
}



.logo img,
.logo-responsive img {
  filter: brightness(0) invert(1);
}

.burgermenu {
  filter: brightness(0) invert(1);
}

.header-active {
  background-color: #a62d0d;
}

.header:hover {
  background-color: #a62d0d;
}

.navbar a {
  color: var(--color-secondary);
}

.navbar a:hover {
  color: var(--color-secondary-hover);
}

.account .for-couples-link {
  color: var(--color-secondary);
  font-size: 0.85rem;
  font-weight: bold;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.account .portal-login-button {
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 12px;
  padding: 14px 22px;
  background-color: #111111;
  color: var(--color-secondary);
  font-size: 0.85rem;
  font-weight: bold;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.account .portal-login-button:hover {
    transform: translateY(-2px);
    background-color: #111111;
}


/* ================================================================
   VENDOR CTA
================================================================ */

.fv-cta-section {
  padding-bottom: var(--section-y);
  padding-top: 116px;
  overflow: hidden;
}

.fv-cta-card {
  position: relative;
  border-radius: 28px;
}

/* NEW INNER CLIPPING LAYER */
.fv-cta-card-inner {
  background:
    radial-gradient(
      circle 210px at calc(100% - 232px) 50%,
      rgba(198, 82, 30, 0.75) 0%,
      transparent 100%
    ),
    var(--fv-card-primary-bg);

  border-radius: 28px;
  padding: 64px 72px;
  padding-right: 340px;
  min-height: 280px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  overflow: hidden; /* moved here */
  position: relative;
  z-index: 1;
}

/* ── Text column ── */
.fv-cta-text {
  z-index: 3;
}

.fv-cta-label {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--body-font-family);
}

.fv-cta-heading {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(1.75rem, 2.8vw, 2.5rem);
  line-height: 1.22;
  max-width: 520px;
}

.fv-cta-heading em {
  font-style: italic;
  font-family: var(--display-font-family);
}

.fv-cta-desc {
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 460px;
  line-height: 1.8;
  font-family: var(--body-font-family);
}

.fv-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: var(--color-primary);
  font-family: var(--body-font-family);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: var(--btn-radius);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
  text-decoration: none;
}

.fv-cta-btn:hover {
  background: #f0ebe8;
  color: var(--color-primary);
  transform: translateY(-2px);
}

.fv-phone-circle {
  background-color: #8b2309;
  position: absolute;
  right: 92px;
  bottom: 0;
  top: 100px;
  width: 470px;
  height: 470px;
  display: flex;
  align-items: flex-end;
  border-radius: 50%;
  z-index: 1;
}

/* ── Phone visual ── */

.fv-cta-visual {
  position: absolute;
  right: 157px;
  bottom: 0;
  top: -100px; /* NOW WORKS */
  width: 340px;
  display: flex;
  align-items: flex-end;
  z-index: 5;
}

.fv-cta-phone-outer {
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, #d4d4d4 0%, #909090 35%, #3e3e3e 100%);
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  padding: 3px 3px 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}

.fv-cta-phone {
  width: 100%;
  flex: 1;
  min-height: 380px;
  background: #14100d;
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
  border-top: 10px solid #0a0704;
  border-left: 10px solid #0a0704;
  border-right: 10px solid #0a0704;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}

.fv-cta-status-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  height: 48px;
  pointer-events: none;
}

.fv-cta-time {
  font-size: 0.68rem;
  font-weight: 700;
  color: #111111;
  font-family: var(--body-font-family);
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.fv-cta-dynamic-island {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 15px;
  background: #0a0704;
  border-radius: 12px;
}

.fv-cta-status-icons {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #111111;
  font-size: 0.6rem;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.fv-cta-phone-screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.fv-cta-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* ── Responsive (UNCHANGED) ── */

@media (max-width: 1200px) {
  .fv-phone-circle {
    right: 72px;
    top: 100px;
    width: 450px;
    height: 450px;
  }

  .fv-cta-visual {
    right: 137px;
    width: 320px;
  }
}

@media (max-width: 1024px) {
  .fv-cta-card-inner {
    padding: 64px 42px;
    padding-right: 300px;
  }

  .fv-cta-heading {
    max-width: 360px;
  }

  .fv-cta-desc {
    max-width: 360px;
  }

  .fv-phone-circle {
    right: 12px;
    top: 100px;
    width: 400px;
    height: 400px;
  }

  .fv-cta-visual {
    right: 62px;
    width: 300px;
  }
}

@media (max-width: 768px) {
  .fv-cta-section {
    padding-top: 0;
  }

  .fv-cta-card-inner {
    padding: 44px 36px;
    min-height: unset;
  }

  .fv-cta-text {
    text-align: center;
    margin: 0 auto;
  }

  .fv-phone-circle {
    display: none;
  }

  .fv-cta-visual {
    display: none;
  }

  .fv-cta-heading {
    font-size: 1.65rem;
  }
}