@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ivx-home-bg: #fff7ef;
  --ivx-home-paper: #fffaf4;
  --ivx-home-card: rgba(255, 255, 255, 0.84);
  --ivx-home-ink: #130f0f;
  --ivx-home-muted: #6d615b;
  --ivx-home-gold: #e7b164;
  --ivx-home-gold-deep: #b87831;
  --ivx-home-rose: #f37790;
  --ivx-home-coral: #ffab78;
  --ivx-home-dark: #0a0909;
  --ivx-home-dark-soft: #181311;
  --ivx-home-line: rgba(109, 77, 50, 0.14);
  --ivx-home-shadow: 0 24px 80px rgba(46, 28, 19, 0.14);
}

.ivx-homepage-redesign,
.ivx-homepage-redesign * {
  box-sizing: border-box;
}

body.ivx-homepage-redesign {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(243, 119, 144, 0.12), transparent 24%),
    linear-gradient(180deg, #fff9f4 0%, #fff7ef 100%);
  color: var(--ivx-home-ink);
  font-family: 'Manrope', var(--ivx-font-sans);
}

body.ivx-homepage-redesign a {
  color: inherit;
  text-decoration: none;
}

body.ivx-homepage-redesign h1,
body.ivx-homepage-redesign h2,
body.ivx-homepage-redesign h3,
body.ivx-homepage-redesign .ivx-brand__text strong {
  font-family: 'Cormorant Garamond', var(--ivx-font-serif);
  letter-spacing: -0.02em;
}

.ivx-homepage-redesign .wrap {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
}

.ivx-homepage-redesign .topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0));
  border-bottom: 0;
  box-shadow: none;
}

.ivx-homepage-redesign .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 88px;
}

.ivx-homepage-redesign .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex: 1;
  margin: 0 2rem;
  color: rgba(255, 247, 235, 0.9);
  font: 700 0.88rem/1 'Manrope', sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.ivx-homepage-redesign .nav-links a:hover {
  color: #fff;
}

.ivx-homepage-redesign .ivx-brand__icon {
  color: #f8d39b;
  background: rgba(248, 211, 155, 0.14);
}

.ivx-homepage-redesign .ivx-brand__text strong,
.ivx-homepage-redesign .ivx-brand__text span {
  color: #fff;
}

.ivx-homepage-redesign .ivx-home-nav-cta {
  min-height: 50px;
  color: var(--ivx-home-ink);
  background: #fff4ea;
  border-color: rgba(255, 255, 255, 0.75);
}

.ivx-homepage-redesign .ivx-home-nav-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--ivx-home-rose), var(--ivx-home-coral));
  border-color: transparent;
}

.ivx-homepage-redesign .ivx-mobile-toggle {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.ivx-home-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 70% 24%, rgba(250, 193, 115, 0.22), transparent 22%),
    linear-gradient(90deg, #060707 0%, rgba(12, 12, 12, 0.98) 42%, rgba(33, 20, 12, 0.94) 100%);
}

.ivx-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(255, 247, 239, 0.94));
  pointer-events: none;
}

.ivx-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.94fr);
  gap: 2.5rem;
  align-items: center;
  min-height: 100vh;
  padding: 8.3rem 0 4.25rem;
}

.ivx-home-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.3rem 0.9rem;
  border: 1px solid rgba(231, 177, 100, 0.75);
  border-radius: 999px;
  color: #ffdaa4;
  background: rgba(255, 196, 121, 0.08);
  font: 800 0.74rem/1 'Manrope', sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ivx-home-eyebrow--light {
  color: var(--ivx-home-gold-deep);
  border-color: rgba(184, 120, 49, 0.36);
  background: rgba(231, 177, 100, 0.14);
}

.ivx-home-hero__copy h1 {
  max-width: 670px;
  margin: 1.2rem 0 1rem;
  font-size: clamp(4rem, 7vw, 6.9rem);
  line-height: 0.9;
}

.ivx-home-hero__copy h1 em,
.ivx-home-showcase__intro h2 em,
.ivx-home-steps h2 em {
  color: #f7c490;
  font-style: normal;
}

.ivx-home-hero__copy p {
  max-width: 640px;
  color: rgba(255, 240, 225, 0.86);
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.ivx-home-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.ivx-home-proof article {
  min-height: 112px;
  padding: 1rem 1rem 1rem 1.1rem;
  border-left: 1px solid rgba(247, 196, 144, 0.28);
}

.ivx-home-proof strong {
  display: block;
  font-size: 1rem;
}

.ivx-home-proof span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(255, 232, 213, 0.76);
  font-size: 0.88rem;
  line-height: 1.5;
}

.ivx-home-hero__actions,
.ivx-home-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.ivx-homepage-redesign .btn {
  min-height: 56px;
  padding: 0.95rem 1.35rem;
  border-radius: 16px;
  font: 800 0.86rem/1 'Manrope', sans-serif;
  letter-spacing: 0.02em;
  text-transform: none;
}

.ivx-homepage-redesign .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--ivx-home-rose), var(--ivx-home-coral));
  border-color: transparent;
  box-shadow: 0 18px 46px rgba(243, 119, 144, 0.34);
}

.ivx-homepage-redesign .btn-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #f25d84, #ff9b67);
}

.ivx-homepage-redesign .btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}

.ivx-homepage-redesign .btn-ghost:hover {
  color: var(--ivx-home-ink);
  background: #fff;
  border-color: #fff;
}

.ivx-homepage-redesign .btn-light {
  color: var(--ivx-home-ink);
  background: #fff5ee;
  border-color: rgba(255, 255, 255, 0.82);
}

.ivx-home-visual {
  position: relative;
  min-height: 660px;
}

.ivx-home-visual__photo {
  position: absolute;
  inset: 0 0 70px 96px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(15, 9, 6, 0.1), rgba(15, 9, 6, 0.5)),
    url('images/home-premium/hero-couple.webp') center right / cover;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.36);
}

.ivx-home-visual__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 55%, rgba(255, 212, 160, 0.22), transparent 24%);
}

.ivx-home-phone {
  position: absolute;
  width: 214px;
  height: 436px;
  padding: 10px;
  border: 7px solid #111;
  border-radius: 38px;
  background: #090909;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.52);
}

.ivx-home-phone::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 94px;
  height: 18px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
  z-index: 2;
}

.ivx-home-phone span {
  display: block;
  height: 100%;
  border-radius: 28px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ivx-home-phone--left {
  left: 34px;
  top: 140px;
  transform: rotate(-10deg);
}

.ivx-home-phone--main {
  top: 48px;
  left: 220px;
  width: 260px;
  height: 528px;
  z-index: 2;
}

.ivx-home-phone--right {
  right: 14px;
  top: 158px;
  transform: rotate(9deg);
}

.ivx-home-price-badge {
  position: absolute;
  right: -4px;
  bottom: 54px;
  z-index: 3;
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(247, 196, 144, 0.48);
  background: radial-gradient(circle at 35% 30%, rgba(243, 119, 144, 0.16), rgba(12, 10, 9, 0.96));
  color: #ffe7cb;
  text-align: center;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.ivx-home-price-badge small,
.ivx-home-price-badge span {
  display: block;
  font: 700 0.88rem/1.1 'Manrope', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ivx-home-price-badge strong {
  display: block;
  margin: 0.2rem 0;
  color: #ff9ba8;
  font: 700 4.3rem/1 'Cormorant Garamond', serif;
}

.ivx-home-benefits {
  position: relative;
  z-index: 1;
  margin-top: -18px;
}

.ivx-home-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border-radius: 28px;
  background: linear-gradient(90deg, rgba(233, 196, 149, 0.55), rgba(245, 215, 183, 0.5));
  box-shadow: var(--ivx-home-shadow);
}

.ivx-home-benefit {
  min-height: 176px;
  padding: 2rem 1.55rem 1.8rem;
  background: rgba(255, 248, 241, 0.98);
}

.ivx-home-benefit strong {
  display: block;
  font-size: 1.08rem;
}

.ivx-home-benefit p {
  margin-top: 0.75rem;
  color: var(--ivx-home-muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.ivx-home-showcase,
.ivx-home-collection,
.ivx-home-steps,
.ivx-home-faq {
  padding: 6rem 0;
}

.ivx-home-showcase__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 2.4rem;
  align-items: center;
}

.ivx-home-showcase__intro h2,
.ivx-home-section-head h2,
.ivx-home-pricing__intro h2,
.ivx-home-final-cta h2 {
  margin: 0.9rem 0 1rem;
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 0.94;
}

.ivx-home-showcase__intro p,
.ivx-home-section-head p,
.ivx-home-pricing__intro p {
  color: var(--ivx-home-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.ivx-home-showcase__social {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.ivx-home-showcase__social small {
  color: var(--ivx-home-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.ivx-home-avatar-stack {
  display: inline-flex;
  align-items: center;
}

.ivx-home-avatar-stack b {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-left: -8px;
  border: 2px solid #fff6ef;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(135deg, #473129, #d18f70);
}

.ivx-home-avatar-stack b:first-child {
  margin-left: 0;
}

.ivx-home-showcase__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.ivx-home-category-card {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 50px rgba(45, 28, 18, 0.2);
}

.ivx-home-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.1), rgba(8, 8, 8, 0.78));
}

.ivx-home-category-card > * {
  position: relative;
  z-index: 1;
}

.ivx-home-category-card__icon {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #ffd8a6;
  background: rgba(255, 248, 236, 0.12);
  backdrop-filter: blur(10px);
  font-size: 1.05rem;
}

.ivx-home-category-card strong,
.ivx-home-category-card small {
  display: block;
}

.ivx-home-category-card strong {
  font-size: 1.7rem;
}

.ivx-home-category-card small {
  margin-top: 0.35rem;
  color: rgba(255, 241, 228, 0.86);
  font-size: 0.9rem;
}

.ivx-home-category-card.is-active {
  outline: 3px solid rgba(243, 119, 144, 0.72);
  outline-offset: 4px;
}

.ivx-home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.ivx-home-section-head--center {
  grid-template-columns: 1fr;
  text-align: center;
}

.ivx-home-collection {
  background:
    radial-gradient(circle at right top, rgba(247, 196, 144, 0.12), transparent 22%),
    var(--ivx-home-paper);
}

.ivx-homepage-redesign .ivx-catalog-toolbar {
  gap: 0.75rem;
  margin: 0 0 1.75rem;
}

.ivx-homepage-redesign .ivx-filter-pill {
  min-height: 46px;
  padding: 0.75rem 1rem;
  border-color: rgba(201, 163, 118, 0.24);
  color: var(--ivx-home-muted);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.ivx-homepage-redesign .ivx-filter-pill.is-active {
  color: #fff;
  background: linear-gradient(135deg, #1b1715, #352018);
  border-color: transparent;
}

.ivx-home-template-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.ivx-home-template-card {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  border-radius: 28px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  box-shadow: 0 28px 90px rgba(32, 20, 13, 0.2);
}

.ivx-home-template-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(10, 8, 7, 0.9));
}

.ivx-home-template-card__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.3rem;
  color: #fff;
}

.ivx-home-template-card__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  color: #f7d6aa;
  background: rgba(255, 255, 255, 0.1);
  font: 800 0.68rem/1 'Manrope', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ivx-home-template-card h3 {
  margin-top: 0.7rem;
  font-size: 2rem;
}

.ivx-home-template-card p {
  margin-top: 0.55rem;
  color: rgba(255, 239, 222, 0.78);
  line-height: 1.56;
}

.ivx-home-template-card.is-hidden {
  display: none;
}

.ivx-homepage-redesign .ivx-template-badges {
  gap: 0.42rem;
  margin-top: 0.95rem;
}

.ivx-homepage-redesign .ivx-template-badges small {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 245, 234, 0.88);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.62rem;
}

.ivx-homepage-redesign .template-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.ivx-homepage-redesign .template-actions form {
  margin: 0;
}

.ivx-homepage-redesign .template-actions .btn {
  min-height: 46px;
}

.ivx-home-pricing {
  padding: 6rem 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 24%, rgba(247, 196, 144, 0.15), transparent 22%),
    radial-gradient(circle at 10% 80%, rgba(243, 119, 144, 0.12), transparent 18%),
    linear-gradient(180deg, #090808 0%, #13100e 100%);
}

.ivx-home-pricing__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 2rem;
  align-items: start;
}

.ivx-home-pricing__intro p {
  color: rgba(255, 234, 214, 0.78);
}

.ivx-home-pricing__meta {
  margin-top: 1.3rem;
  color: #f5d6ae;
  line-height: 1.6;
}

.ivx-home-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.ivx-home-price-card {
  height: 100%;
  padding: 1.8rem;
  border: 1px solid rgba(247, 196, 144, 0.26);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.24);
}

.ivx-home-price-card.is-featured {
  position: relative;
  border-color: rgba(243, 119, 144, 0.72);
  box-shadow: 0 0 0 1px rgba(243, 119, 144, 0.22), 0 0 54px rgba(243, 119, 144, 0.18);
  transform: translateY(-14px);
}

.ivx-home-price-card small {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(243, 119, 144, 0.16);
  color: #ffbdcb;
  font: 800 0.66rem/1 'Manrope', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ivx-home-price-card h3 {
  margin-top: 0.95rem;
  font-size: 1.9rem;
}

.ivx-home-price-card__value {
  margin: 0.5rem 0 0.7rem;
  color: #ffe5c0;
  font: 700 clamp(3rem, 5vw, 4.6rem)/1 'Cormorant Garamond', serif;
}

.ivx-home-price-card p {
  color: rgba(255, 236, 220, 0.74);
  line-height: 1.6;
}

.ivx-home-price-card ul {
  margin: 1.15rem 0 1.35rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.ivx-home-price-card li {
  position: relative;
  padding-left: 1.2rem;
  color: rgba(255, 245, 234, 0.88);
}

.ivx-home-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f9c684;
}

.ivx-home-price-card .btn {
  width: 100%;
}

.ivx-home-steps {
  background:
    radial-gradient(circle at 0% 100%, rgba(247, 196, 144, 0.12), transparent 22%),
    radial-gradient(circle at 100% 0%, rgba(243, 119, 144, 0.08), transparent 22%),
    linear-gradient(180deg, #fffaf4 0%, #fff7ef 100%);
}

.ivx-home-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.ivx-home-step-card {
  padding: 1.25rem 1.2rem 1.5rem;
  border: 1px solid var(--ivx-home-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--ivx-home-shadow);
  text-align: center;
}

.ivx-home-step-card__phone {
  width: 108px;
  height: 208px;
  margin: 0 auto 1rem;
  padding: 6px;
  border-radius: 26px;
  background: #0f0f10;
  box-shadow: 0 18px 46px rgba(30, 18, 12, 0.16);
}

.ivx-home-step-card__phone span {
  display: block;
  height: 100%;
  border-radius: 20px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ivx-home-step-card b {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  color: #d8647e;
  background: rgba(243, 119, 144, 0.12);
  font: 800 0.92rem/1 'Manrope', sans-serif;
}

.ivx-home-step-card strong {
  display: block;
  font-size: 1.16rem;
}

.ivx-home-step-card p {
  margin-top: 0.65rem;
  color: var(--ivx-home-muted);
  line-height: 1.62;
}

.ivx-home-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.ivx-home-faq__grid article {
  padding: 1.35rem;
  border: 1px solid var(--ivx-home-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ivx-home-shadow);
}

.ivx-home-faq__grid h3 {
  font-size: 1.45rem;
}

.ivx-home-faq__grid p {
  margin-top: 0.65rem;
  color: var(--ivx-home-muted);
  line-height: 1.65;
}

.ivx-home-final-cta {
  padding: 0 0 4.5rem;
}

.ivx-home-final-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 2.1rem 2rem;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, rgba(244, 120, 144, 0.94), rgba(252, 176, 120, 0.94));
  box-shadow: 0 28px 70px rgba(243, 119, 144, 0.2);
}

.ivx-home-final-cta h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.3rem);
  line-height: 1.05;
}

.ivx-home-final-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.36);
}

.ivx-homepage-redesign .footer {
  padding-top: 0;
  background: transparent;
}

.ivx-homepage-redesign .footer .wrap {
  padding: 0 0 2rem;
  color: var(--ivx-home-muted);
}

.ivx-homepage-redesign .footer strong,
.ivx-homepage-redesign .footer a {
  color: var(--ivx-home-ink);
}

@media (max-width: 1180px) {
  .ivx-home-hero__grid,
  .ivx-home-showcase__grid,
  .ivx-home-pricing__grid,
  .ivx-home-section-head {
    grid-template-columns: 1fr;
  }

  .ivx-home-showcase__cards,
  .ivx-home-template-grid,
  .ivx-home-price-grid,
  .ivx-home-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ivx-home-visual {
    min-height: 620px;
  }

  .ivx-home-phone--main {
    left: 180px;
  }

  .ivx-home-price-card.is-featured {
    transform: none;
  }
}

@media (max-width: 860px) {
  .ivx-homepage-redesign .nav-links,
  .ivx-homepage-redesign .ivx-home-nav-cta {
    display: none;
  }

  .ivx-homepage-redesign .ivx-mobile-toggle {
    display: inline-grid;
    place-items: center;
  }

  .ivx-homepage-redesign .ivx-mobile-menu {
    background: rgba(9, 9, 10, 0.94);
    border-top-color: rgba(255, 255, 255, 0.08);
  }

  .ivx-homepage-redesign .ivx-mobile-menu a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .ivx-homepage-redesign .ivx-mobile-menu a span {
    color: rgba(255, 241, 225, 0.62);
  }

  .ivx-home-proof,
  .ivx-home-benefits__grid,
  .ivx-home-faq__grid {
    grid-template-columns: 1fr;
  }

  .ivx-home-showcase__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ivx-home-category-card {
    min-height: 280px;
  }

  .ivx-home-visual {
    min-height: 540px;
  }

  .ivx-home-visual__photo {
    inset: 0 0 40px 0;
  }

  .ivx-home-phone--left {
    left: 6px;
    top: 156px;
  }

  .ivx-home-phone--main {
    left: 108px;
    top: 72px;
    width: 232px;
    height: 472px;
  }

  .ivx-home-phone--right {
    right: 12px;
    top: 174px;
  }

  .ivx-home-price-badge {
    width: 144px;
    height: 144px;
    bottom: 18px;
  }
}

@media (max-width: 640px) {
  .ivx-homepage-redesign .wrap {
    width: min(100% - 1rem, 1240px);
  }

  .ivx-home-hero__grid {
    min-height: auto;
    padding: 6.5rem 0 2.4rem;
    gap: 2rem;
  }

  .ivx-home-hero__copy h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .ivx-home-hero__actions .btn,
  .ivx-home-final-cta__actions .btn,
  .ivx-home-price-card .btn {
    width: 100%;
  }

  .ivx-home-visual {
    min-height: 420px;
  }

  .ivx-home-visual__photo {
    inset: 0 0 30px 0;
    border-radius: 30px;
    background-position: center;
  }

  .ivx-home-phone {
    width: 132px;
    height: 270px;
    padding: 7px;
    border-width: 5px;
    border-radius: 26px;
  }

  .ivx-home-phone span {
    border-radius: 18px;
  }

  .ivx-home-phone--left {
    left: 0;
    top: 118px;
  }

  .ivx-home-phone--main {
    left: calc(50% - 82px);
    top: 36px;
    width: 164px;
    height: 332px;
  }

  .ivx-home-phone--right {
    right: 0;
    top: 126px;
  }

  .ivx-home-price-badge {
    right: 6px;
    bottom: -6px;
    width: 118px;
    height: 118px;
  }

  .ivx-home-price-badge strong {
    font-size: 3.1rem;
  }

  .ivx-home-showcase,
  .ivx-home-collection,
  .ivx-home-pricing,
  .ivx-home-steps,
  .ivx-home-faq {
    padding: 4rem 0;
  }

  .ivx-home-showcase__cards,
  .ivx-home-template-grid,
  .ivx-home-price-grid,
  .ivx-home-step-grid {
    grid-template-columns: 1fr;
  }

  .ivx-home-template-card {
    min-height: 500px;
  }

  .ivx-home-final-cta {
    padding-bottom: 3rem;
  }

  .ivx-home-final-cta__inner {
    padding: 1.5rem;
  }
}
