.home-v2 {
  background: #fff;
}

.home-v2 main {
  display: block;
}

.home-v2 h2,
.home-v2 h3,
.home-v2 p {
  text-wrap: pretty;
}

.home-header {
  width: 100%;
  min-height: 78px;
  padding-inline: max(24px, calc((100% - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(223, 231, 242, .85);
  backdrop-filter: blur(16px);
}

.home-header .desktop-nav {
  gap: 27px;
  font-size: 13px;
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 11px;
  place-content: center;
  gap: 4px;
  cursor: pointer;
  list-style: none;
  background: #eef3ff;
  border-radius: 12px;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  display: block;
  width: 19px;
  height: 2px;
  background: var(--navy);
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}

.mobile-menu[open] summary span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu[open] summary span:nth-child(2) {
  opacity: 0;
}

.mobile-menu[open] summary span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu nav {
  display: grid;
  width: min(330px, calc(100vw - 32px));
  padding: 14px;
  position: absolute;
  top: 53px;
  right: 0;
  gap: 5px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(8, 45, 104, .18);
}

.mobile-menu nav a {
  display: block;
  padding: 12px 14px;
  color: #455b78;
  border-radius: 10px;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.home-v2 .home-header .mobile-menu nav > a {
  display: block;
}

.mobile-menu nav a:hover {
  color: var(--blue);
  background: #f3f6fc;
}

.mobile-menu nav .nav-cta {
  margin-top: 4px;
  color: #fff;
  text-align: center;
}

.home-hero {
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  gap: 44px;
  min-height: 690px;
  padding-block: 74px 96px;
}

.home-hero-visual {
  min-height: 520px;
  position: relative;
}

.home-hero-glow {
  position: absolute;
  border-radius: 50%;
}

.home-glow-blue {
  width: 420px;
  height: 420px;
  top: -20px;
  right: -34px;
  background: #e6eeff;
}

.home-glow-teal {
  width: 300px;
  height: 300px;
  bottom: 0;
  left: -24px;
  background: #dff8f4;
}

.home-image-window {
  width: min(100%, 548px);
  padding: 8px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
  background: #fff;
  border-radius: 28px;
  box-shadow: var(--shadow);
  transform: rotate(1.1deg);
}

.home-window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 42px;
  padding-inline: 10px;
  color: #738197;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 10px;
}

.home-window-bar > strong {
  color: var(--navy);
  font-family: "Comfortaa", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: -.04em;
}

.home-window-bar .window-dots {
  display: flex;
  gap: 5px;
}

.home-window-bar .window-dots i {
  width: 7px;
  height: 7px;
  background: #dfe5ef;
  border-radius: 50%;
}

.home-window-bar .live-pill {
  justify-self: end;
}

.home-image-stage {
  height: 405px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #eef8ff 0%, #f2f6ff 50%, #e5f9f5 100%);
  border-radius: 21px;
}

.home-image-stage::before {
  content: "";
  width: 330px;
  height: 330px;
  position: absolute;
  right: -120px;
  bottom: -190px;
  background: rgba(112, 71, 235, .09);
  border-radius: 50%;
}

.home-image-stage img {
  width: 96%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: center bottom;
}

.hero-price-card {
  display: flex;
  width: 180px;
  padding: 17px 20px;
  position: absolute;
  left: -7px;
  bottom: 48px;
  z-index: 5;
  flex-direction: column;
  background: #fff;
  border: 1px solid #edf1f7;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(27, 68, 122, .18);
  transform: rotate(-3deg);
}

.hero-price-card > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-price-card strong {
  margin-top: 2px;
  color: var(--navy);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 29px;
  letter-spacing: -.04em;
}

.hero-price-card small {
  margin-left: 3px;
  color: var(--muted);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.hero-progress-card {
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: 270px;
  padding: 12px 15px;
  position: absolute;
  right: -16px;
  bottom: 7px;
  z-index: 6;
  color: #fff;
  background: var(--navy);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(8, 45, 104, .22);
  transform: rotate(2deg);
}

.hero-progress-card > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.hero-progress-card small {
  color: #bfcce2;
  font-size: 9px;
}

.hero-progress-card strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
}

.mini-icon svg {
  width: 21px;
  height: 21px;
}

.mini-icon-blue { color: var(--blue); background: #e9f0ff; }
.mini-icon-teal { color: var(--teal); background: #e1f8f5; }
.mini-icon-violet { color: var(--violet); background: #eee9ff; }
.mini-icon-yellow { color: #b98000; background: #fff3ca; }

.home-split-section {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 82px;
  padding-block: 120px;
}

.image-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 18px 55px rgba(25, 57, 105, .1);
}

.image-card::before,
.image-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.image-card-blue::before {
  width: 270px;
  height: 270px;
  top: -50px;
  left: -55px;
  background: #e9f0ff;
}

.image-card-blue::after {
  width: 190px;
  height: 190px;
  right: -38px;
  bottom: -45px;
  background: #e1f8f5;
}

.home-split-visual {
  min-height: 470px;
  display: grid;
  place-items: center;
  padding: 34px;
}

.home-split-visual > img {
  width: 100%;
  max-height: 395px;
  object-fit: contain;
}

.image-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  position: absolute;
  right: -18px;
  bottom: 28px;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(25, 57, 105, .15);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.image-note svg {
  width: 21px;
  height: 21px;
  color: var(--teal);
}

.home-split-copy > h2,
.platform-copy > h2,
.faq-intro > h2 {
  margin: 16px 0 0;
  color: var(--navy);
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.home-split-copy > p,
.platform-copy > p,
.faq-intro > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.feature-list {
  display: grid;
  gap: 5px;
  margin-top: 28px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.feature-list article:last-child {
  border-bottom: 0;
}

.feature-list article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--blue);
  background: #e9f0ff;
  border-radius: 11px;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.feature-list h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 17px;
}

.feature-list p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.placement-path .path-step {
  min-height: 350px;
}

.placement-path .text-link {
  position: relative;
  z-index: 2;
  margin-top: 17px;
  font-size: 13px;
}

.platform-section {
  padding-block: 110px;
  overflow: hidden;
  background: var(--surface);
}

.platform-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 76px;
}

.platform-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.platform-checks span {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 66px;
  padding: 13px;
  color: #455b78;
  background: #fff;
  border: 1px solid #edf1f7;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(25, 57, 105, .05);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.platform-checks i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--teal);
  background: #ddf7f3;
  border-radius: 50%;
  font-style: normal;
}

.platform-visual {
  min-height: 490px;
  position: relative;
}

.platform-orbit {
  position: absolute;
  border-radius: 50%;
}

.orbit-one {
  width: 440px;
  height: 440px;
  top: 10px;
  left: 40px;
  background: #e4edff;
}

.orbit-two {
  width: 210px;
  height: 210px;
  right: -20px;
  bottom: -20px;
  background: #dff8f4;
}

.platform-device {
  width: min(100%, 580px);
  padding: 9px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7edf6;
  border-radius: 27px;
  box-shadow: var(--shadow);
  transform: rotate(-1.4deg);
}

.device-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 35px;
  padding-inline: 9px;
}

.device-bar i {
  width: 7px;
  height: 7px;
  background: #dfe5ef;
  border-radius: 50%;
}

.platform-device img {
  display: block;
  width: 100%;
  max-height: 410px;
  object-fit: contain;
  border-radius: 19px;
}

.advantages-section {
  padding-block: 118px;
}

.advantages-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 62px;
  margin-top: 65px;
}

.advantages-image {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 34px;
}

.advantages-image img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}

.image-card-teal::before {
  width: 250px;
  height: 250px;
  top: -50px;
  right: -42px;
  background: #e1f8f5;
}

.image-card-teal::after {
  width: 160px;
  height: 160px;
  left: -32px;
  bottom: -36px;
  background: #eee9ff;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.advantage-grid article {
  display: flex;
  gap: 14px;
  min-height: 190px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(25, 57, 105, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.advantage-grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(25, 57, 105, .1);
}

.advantage-grid h3 {
  margin: 3px 0 7px;
  color: var(--navy);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.advantage-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.outcomes-section {
  padding-block: 112px;
  background: var(--surface);
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 62px;
}

.outcomes-grid article {
  padding: 17px 17px 27px;
  position: relative;
  background: #fff;
  border: 1px solid #edf1f7;
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(25, 57, 105, .07);
}

.outcome-image {
  display: grid;
  height: 235px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #eef4ff, #effaf8);
  border-radius: 18px;
}

.outcome-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.outcomes-grid article > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin: -21px 13px 0 auto;
  position: relative;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border: 4px solid #fff;
  border-radius: 50%;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.outcomes-grid h3 {
  margin: 4px 9px 8px;
  color: var(--navy);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 20px;
}

.outcomes-grid p {
  margin: 0 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.home-pricing {
  padding-bottom: 120px;
}

.home-pricing-grid {
  gap: 18px;
}

.home-pricing-grid .price-card {
  min-height: 690px;
  padding: 28px;
}

.home-pricing-grid .recommended-plan {
  background: linear-gradient(155deg, #082d68, #0c49b9);
}

.home-pricing-grid .plan-topline {
  align-items: flex-start;
  gap: 12px;
}

.home-pricing-grid .plan-topline h3 {
  line-height: 1.2;
}

.plan-date {
  align-self: flex-start;
  margin-top: 17px;
  padding: 7px 10px;
  color: #35506f;
  background: #eef3ff;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 700;
}

.recommended-plan .plan-date {
  color: #fff;
  background: rgba(255, 255, 255, .11);
}

.plan-image {
  width: 100%;
  height: 130px;
  margin-top: 14px;
  object-fit: contain;
}

.home-pricing-grid .price-card ul {
  margin-top: 19px;
}

.home-pricing-grid .price-card li {
  flex-wrap: wrap;
  row-gap: 0;
}

.home-pricing-grid .price-card li strong {
  margin-right: 2px;
}

.private-plan-card .plan-topline h3 {
  color: var(--teal);
}

.testimonials-section {
  padding-block: 110px;
  overflow: hidden;
  background: var(--surface);
}

.testimonials-heading p {
  max-width: 520px;
}

.testimonial-track {
  display: grid;
  grid-auto-columns: minmax(320px, 390px);
  grid-auto-flow: column;
  gap: 20px;
  margin-top: 58px;
  padding: 8px max(1px, calc((100vw - 1180px) / 2)) 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: #c7d4e6 transparent;
  scrollbar-width: thin;
}

.testimonial-card {
  min-height: 330px;
  padding: 20px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #edf1f7;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(25, 57, 105, .07);
}

.testimonial-card .stars {
  margin-bottom: 16px;
  color: #ffb400;
  font-size: 14px;
  letter-spacing: 2px;
}

.testimonial-card a {
  display: grid;
  min-height: 235px;
  place-items: center;
}

.testimonial-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
}

.testimonial-embed iframe {
  width: 100%;
  height: 255px;
  border: 0;
}

.scroll-hint {
  margin: 18px 0 0;
  color: #8a98aa;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.faq-section {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 85px;
  padding-block: 120px;
}

.faq-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 8px 28px rgba(25, 57, 105, .04);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  cursor: pointer;
  color: var(--navy);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--blue);
  background: #e9f0ff;
  border-radius: 9px;
  font-size: 21px;
  font-weight: 500;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -2px 50px 22px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.contact-section {
  padding-block: 105px;
  background: var(--surface);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  margin-top: 58px;
}

.contact-grid > * {
  display: flex;
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #edf1f7;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(25, 57, 105, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(25, 57, 105, .11);
}

.contact-grid small {
  margin-top: 21px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-grid strong {
  max-width: 100%;
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: var(--navy);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.home-final-cta {
  margin-top: 110px;
}

.home-footer {
  grid-template-columns: auto 1fr auto;
  gap: 35px;
  min-height: 180px;
  margin-top: 25px;
}

.footer-social {
  display: flex;
  gap: 20px;
  justify-self: center;
}

.footer-social a {
  color: #526780;
  font-family: "Nunito", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.footer-social a:hover,
.footer-credits a:hover {
  color: var(--blue);
}

.footer-credits {
  text-align: right;
}

.footer-credits p + p {
  margin-top: 4px;
}

.footer-credits a {
  color: var(--navy);
  font-weight: 700;
}

@media (max-width: 1120px) {
  .home-header .desktop-nav {
    gap: 18px;
    font-size: 12px;
  }

  .home-hero {
    grid-template-columns: .88fr 1.12fr;
    gap: 26px;
  }

  .home-hero h1 {
    font-size: 54px;
  }

  .advantages-layout {
    grid-template-columns: .62fr 1.38fr;
    gap: 36px;
  }

  .advantage-grid article {
    padding: 18px;
  }

  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  .home-header .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .home-hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }

  .home-hero .hero-copy {
    max-width: 690px;
  }

  .home-hero-visual {
    width: min(650px, 100%);
    min-height: 540px;
    margin-inline: auto;
  }

  .home-image-window {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(1deg);
  }

  .home-split-section,
  .platform-layout,
  .advantages-layout {
    grid-template-columns: 1fr;
  }

  .home-split-section {
    gap: 65px;
  }

  .home-split-visual {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .platform-copy {
    max-width: 700px;
  }

  .platform-visual {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .advantages-image {
    width: min(560px, 100%);
    min-height: 470px;
    margin-inline: auto;
  }

  .outcomes-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-inline: auto;
    margin-top: 55px;
  }

  .home-pricing-grid {
    max-width: 620px;
  }

  .home-pricing-grid .price-card {
    min-height: auto;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .faq-intro {
    max-width: 620px;
    position: static;
  }
}

@media (max-width: 700px) {
  .home-header {
    min-height: 70px;
    padding-inline: 16px;
  }

  .home-header .brand {
    font-size: 20px;
  }

  .home-hero {
    padding-block: 42px 62px;
  }

  .home-hero .hero-copy {
    text-align: left;
  }

  .home-hero .eyebrow,
  .home-hero .hero-actions,
  .home-hero .hero-points {
    justify-content: flex-start;
  }

  .home-hero h1 {
    font-size: clamp(42px, 13vw, 57px);
  }

  .home-hero-visual {
    min-height: 430px;
  }

  .home-image-window {
    width: 94%;
    border-radius: 22px;
  }

  .home-image-stage {
    height: 305px;
  }

  .hero-price-card {
    width: 155px;
    padding: 13px 15px;
    left: 0;
    bottom: 35px;
  }

  .hero-price-card strong {
    font-size: 24px;
  }

  .hero-progress-card {
    max-width: 230px;
    right: -3px;
    bottom: -1px;
  }

  .home-split-section,
  .advantages-section,
  .faq-section {
    padding-block: 82px;
  }

  .home-split-visual {
    min-height: 340px;
    padding: 22px;
    border-radius: 22px;
  }

  .image-note {
    right: -5px;
    bottom: 16px;
  }

  .placement-path .path-step {
    min-height: auto;
  }

  .platform-section,
  .outcomes-section,
  .testimonials-section,
  .contact-section {
    padding-block: 82px;
  }

  .platform-checks,
  .advantage-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .platform-visual {
    min-height: 360px;
  }

  .orbit-one {
    width: 310px;
    height: 310px;
  }

  .platform-device {
    top: 15px;
  }

  .advantages-layout {
    margin-top: 48px;
  }

  .advantages-image {
    min-height: 360px;
    padding: 22px;
  }

  .advantage-grid article {
    min-height: auto;
  }

  .outcome-image {
    height: 210px;
  }

  .testimonial-track {
    grid-auto-columns: minmax(290px, 88vw);
    margin-top: 45px;
  }

  .testimonial-card {
    min-height: 300px;
  }

  .faq-list details {
    padding-inline: 18px;
  }

  .faq-list summary {
    min-height: 68px;
    font-size: 15px;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .contact-grid > * {
    min-height: 165px;
  }

  .home-final-cta {
    margin-top: 76px;
  }

  .home-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 45px;
    text-align: center;
  }

  .footer-social {
    justify-self: center;
  }

  .footer-credits {
    text-align: center;
  }
}

@media (max-width: 430px) {
  .home-hero .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-hero-visual {
    min-height: 390px;
  }

  .home-image-stage {
    height: 272px;
  }

  .hero-progress-card {
    max-width: 205px;
  }

  .hero-progress-card .mini-icon {
    display: none;
  }

  .image-note {
    font-size: 10px;
  }

  .platform-visual {
    min-height: 310px;
  }

  .home-pricing-grid .price-card {
    padding: 24px;
  }
}
