/* PresGro homepage revamp, scoped to .presgro-home-v2. */

body.presgro-home-v2 {
  --rv-ink: #091c36;
  --rv-ink-soft: #183452;
  --rv-muted: #5e7084;
  --rv-blue: #1463f3;
  --rv-blue-dark: #0d4fc7;
  --rv-blue-soft: #eaf3ff;
  --rv-green: #4aae43;
  --rv-green-dark: #2f7d32;
  --rv-green-soft: #eef8ec;
  --rv-paper: #fbfcf8;
  --rv-surface: #ffffff;
  --rv-line: #d8e2ec;
  --rv-navy: #071a33;
  --rv-container: min(1200px, calc(100vw - 48px));
  --rv-section-space: clamp(5rem, 8vw, 7.5rem);
  --rv-grid-gap: clamp(1.25rem, 2.3vw, 2rem);
  --rv-radius-control: 8px;
  --rv-radius-surface: 12px;
  --rv-radius-media: 6px;
  --rv-shadow-raised: 0 20px 54px rgba(9, 28, 54, 0.12);
  --rv-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--rv-paper);
  color: var(--rv-ink-soft);
  font-family: "Manrope", "Segoe UI", sans-serif;
  padding-top: 0 !important;
}

body.presgro-home-v2,
body.presgro-home-v2 * {
  box-sizing: border-box;
}

body.presgro-home-v2 main {
  overflow: clip;
}

body.presgro-home-v2 .container {
  width: var(--rv-container);
  max-width: none;
  margin-inline: auto;
}

body.presgro-home-v2 h1,
body.presgro-home-v2 h2 {
  margin: 0;
  color: var(--rv-ink);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.presgro-home-v2 h1 {
  font-size: clamp(3.5rem, 6.1vw, 5.3rem);
  line-height: 0.96;
}

body.presgro-home-v2 h2 {
  font-size: clamp(2.4rem, 4vw, 3.65rem);
  line-height: 1.02;
}

body.presgro-home-v2 h3 {
  margin: 0;
  color: var(--rv-ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 750;
  letter-spacing: -0.025em;
}

body.presgro-home-v2 p {
  color: inherit;
}

body.presgro-home-v2 .section,
body.presgro-home-v2 section[id] {
  scroll-margin-top: 90px;
}

body.presgro-home-v2 a,
body.presgro-home-v2 button,
body.presgro-home-v2 input,
body.presgro-home-v2 textarea {
  -webkit-tap-highlight-color: transparent;
}

body.presgro-home-v2 :focus-visible {
  outline: 3px solid rgba(20, 99, 243, 0.35);
  outline-offset: 4px;
}

body.presgro-home-v2 .button {
  min-height: 48px;
  padding: 0.78rem 1.15rem;
  border: 1px solid transparent;
  border-radius: var(--rv-radius-control);
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

body.presgro-home-v2 .button:hover,
body.presgro-home-v2 .button:focus-visible {
  box-shadow: none;
  transform: none;
}

body.presgro-home-v2 .button--primary,
body.presgro-home-v2 .button--nav {
  border-color: var(--rv-blue);
  background: var(--rv-blue);
  color: #ffffff;
}

body.presgro-home-v2 .button--primary:hover,
body.presgro-home-v2 .button--primary:focus-visible,
body.presgro-home-v2 .button--nav:hover,
body.presgro-home-v2 .button--nav:focus-visible {
  border-color: var(--rv-blue-dark);
  background: var(--rv-blue-dark);
  color: #ffffff;
}

body.presgro-home-v2 .button--secondary {
  border-color: #b7c5d4;
  background: transparent;
  color: var(--rv-ink);
}

body.presgro-home-v2 .button--secondary:hover,
body.presgro-home-v2 .button--secondary:focus-visible {
  border-color: var(--rv-blue);
  background: var(--rv-blue-soft);
  color: var(--rv-blue-dark);
}

body.presgro-home-v2 .pgv2-text-link,
body.presgro-home-v2 .pgv2-inverse-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--rv-blue-dark);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

body.presgro-home-v2 .pgv2-text-link:hover,
body.presgro-home-v2 .pgv2-text-link:focus-visible {
  color: var(--rv-ink);
}

/* Header */

body.presgro-home-v2 .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 72px;
  border: 0;
  border-bottom: 1px solid rgba(9, 28, 54, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

body.presgro-home-v2 .site-header::before,
body.presgro-home-v2 .site-header::after {
  display: none;
}

body.presgro-home-v2 .site-header__inner,
body.presgro-home-v2 .header-inner {
  min-height: 71px;
  gap: clamp(1rem, 2.5vw, 2.25rem);
}

body.presgro-home-v2 .site-header__brand {
  flex: 0 0 auto;
}

body.presgro-home-v2 .brand__logo {
  display: block;
  width: 146px;
  max-width: 100%;
  height: auto;
}

body.presgro-home-v2 .primary-nav {
  margin-left: auto;
}

body.presgro-home-v2 .nav__list {
  align-items: center;
  gap: clamp(0.75rem, 1.35vw, 1.3rem);
}

body.presgro-home-v2 .nav__link {
  position: relative;
  padding: 0.4rem 0;
  color: var(--rv-ink-soft);
  border: 0;
  background: transparent;
  font-size: 0.84rem;
  font-weight: 650;
  text-decoration: none;
}

body.presgro-home-v2 .nav__link:not(.nav__phone)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--rv-blue);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

body.presgro-home-v2 .nav__link:not(.nav__phone):hover::after,
body.presgro-home-v2 .nav__link:not(.nav__phone):focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.presgro-home-v2 .nav__phone {
  gap: 0.45rem;
  margin-left: 0.25rem;
}

body.presgro-home-v2 .nav__phone .icon {
  color: var(--rv-green-dark);
}

body.presgro-home-v2 .nav__phone-text {
  gap: 0.05rem;
}

body.presgro-home-v2 .nav__phone-text strong {
  color: var(--rv-ink);
  font-size: 0.81rem;
}

body.presgro-home-v2 .nav__phone-text small {
  color: var(--rv-muted);
  font-size: 0.66rem;
  font-weight: 600;
}

body.presgro-home-v2 .nav__cta {
  min-height: 42px;
  padding-inline: 0.95rem;
  white-space: nowrap;
}

body.presgro-home-v2 .menu-toggle {
  min-width: 48px;
  min-height: 44px;
  border: 1px solid var(--rv-line);
  border-radius: var(--rv-radius-control);
  background: #ffffff;
  color: var(--rv-ink);
  font-weight: 750;
}

/* Hero */

body.presgro-home-v2 .pgv2-hero {
  position: relative;
  min-height: 0;
  padding: clamp(5rem, 8vw, 7.4rem) 0 clamp(5rem, 7vw, 6.8rem);
  border: 0;
  background: var(--rv-paper);
}

body.presgro-home-v2 .pgv2-hero::before,
body.presgro-home-v2 .pgv2-hero::after {
  display: none;
}

body.presgro-home-v2 .pgv2-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: center;
  gap: clamp(2.5rem, 5.5vw, 5.5rem);
}

body.presgro-home-v2 .pgv2-hero__copy {
  max-width: 600px;
}

body.presgro-home-v2 .pgv2-kicker,
body.presgro-home-v2 .section-heading > .pgv2-kicker {
  margin: 0 0 1rem;
  color: var(--rv-green-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.presgro-home-v2 .pgv2-hero__copy h1 {
  max-width: 9.5ch;
}

body.presgro-home-v2 .pgv2-hero .hero__lead {
  max-width: 37rem;
  margin: 1.75rem 0 0;
  color: var(--rv-ink-soft);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.75;
}

body.presgro-home-v2 .pgv2-hero .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

body.presgro-home-v2 .pgv2-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
  margin: 1.75rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--rv-line);
  list-style: none;
}

body.presgro-home-v2 .pgv2-hero__proof li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--rv-muted);
  font-size: 0.78rem;
  font-weight: 650;
}

body.presgro-home-v2 .pgv2-hero__proof li::before {
  position: absolute;
  top: 0.46em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--rv-green);
  content: "";
}

body.presgro-home-v2 .pgv2-hero__visual {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.presgro-home-v2 .pgv2-hero__visual::before,
body.presgro-home-v2 .pgv2-hero__visual::after {
  display: none !important;
}

body.presgro-home-v2 .pgv2-hero__image-plane {
  position: relative;
  display: grid;
  min-height: 430px;
  place-items: center;
  overflow: hidden;
  padding: clamp(1rem, 2.5vw, 2rem);
  border-top: 5px solid var(--rv-green);
  border-radius: var(--rv-radius-media);
  background: var(--rv-blue-soft);
}

body.presgro-home-v2 .pgv2-hero__image-plane::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20, 99, 243, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 99, 243, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
}

body.presgro-home-v2 .pgv2-hero__visual .hero-showcase__device {
  position: relative;
  z-index: 1;
  width: min(100%, 710px);
  height: auto;
  margin: 0;
  border-radius: 2px;
  box-shadow: var(--rv-shadow-raised);
}

body.presgro-home-v2 .pgv2-hero__visual figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 1rem;
  margin-top: 0.85rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--rv-muted);
  font-size: 0.73rem;
  line-height: 1.55;
}

body.presgro-home-v2 .pgv2-hero__visual figcaption span {
  color: var(--rv-ink);
  font-weight: 750;
}

/* Ruled proof row */

body.presgro-home-v2 .pgv2-proof-strip {
  padding: 0;
  border-top: 1px solid var(--rv-line);
  border-bottom: 1px solid var(--rv-line);
  background: #ffffff;
}

body.presgro-home-v2 .pgv2-proof-strip .benefits-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.presgro-home-v2 .pgv2-proof-strip .benefit-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1rem;
  min-width: 0;
  margin: 0;
  padding: 1.65rem clamp(1rem, 2vw, 1.65rem);
  border: 0;
  border-right: 1px solid var(--rv-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.presgro-home-v2 .pgv2-proof-strip .benefit-item:first-child {
  padding-left: 0;
}

body.presgro-home-v2 .pgv2-proof-strip .benefit-item:last-child {
  padding-right: 0;
  border-right: 0;
}

body.presgro-home-v2 .pgv2-proof-strip__number {
  color: var(--rv-blue);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.5;
}

body.presgro-home-v2 .pgv2-proof-strip h2 {
  margin: 0 0 0.35rem;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

body.presgro-home-v2 .pgv2-proof-strip p {
  margin: 0;
  color: var(--rv-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

/* Shared section headings */

body.presgro-home-v2 .section {
  padding: var(--rv-section-space) 0;
  border: 0;
}

body.presgro-home-v2 .section-heading {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

body.presgro-home-v2 .section-heading > p,
body.presgro-home-v2 .section-heading > div > p {
  margin: 1.35rem 0 0;
  color: var(--rv-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

/* Service */

body.presgro-home-v2 .pgv2-service {
  background: var(--rv-paper);
}

body.presgro-home-v2 .pgv2-service__layout {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

body.presgro-home-v2 .pgv2-service .pgv2-section-heading {
  position: sticky;
  top: 110px;
}

body.presgro-home-v2 .pgv2-service .pgv2-section-heading p {
  max-width: 30rem;
}

body.presgro-home-v2 .pgv2-service .pgv2-text-link {
  margin-top: 1.5rem;
}

body.presgro-home-v2 .pgv2-service__rows {
  border-top: 1px solid var(--rv-ink);
}

body.presgro-home-v2 .pgv2-service .service-card {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) minmax(165px, 0.7fr);
  align-items: start;
  gap: 1.25rem;
  margin: 0;
  padding: 2rem 0 2.2rem;
  border: 0;
  border-bottom: 1px solid var(--rv-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.presgro-home-v2 .pgv2-service .service-card:hover {
  border-color: var(--rv-line);
  box-shadow: none;
  transform: none;
}

body.presgro-home-v2 .pgv2-service__number {
  color: var(--rv-blue);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.55;
}

body.presgro-home-v2 .pgv2-service__content h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

body.presgro-home-v2 .pgv2-service__content p {
  margin: 0.75rem 0 0;
  color: var(--rv-muted);
  font-size: 0.89rem;
  line-height: 1.7;
}

body.presgro-home-v2 .pgv2-service .compact-list {
  display: grid;
  gap: 0.65rem;
  margin: 0.1rem 0 0;
  padding: 0;
  list-style: none;
}

body.presgro-home-v2 .pgv2-service .compact-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--rv-ink-soft);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.5;
}

body.presgro-home-v2 .pgv2-service .compact-list li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--rv-green);
  content: "" !important;
}

/* Work */

body.presgro-home-v2 .pgv2-work {
  background: var(--rv-navy);
  color: #ffffff;
}

body.presgro-home-v2 .pgv2-work .pgv2-work__heading {
  display: grid;
  grid-template-columns: minmax(0, 8fr) auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

body.presgro-home-v2 .pgv2-work h2,
body.presgro-home-v2 .pgv2-work h3 {
  color: #ffffff;
}

body.presgro-home-v2 .pgv2-work .pgv2-work__heading p {
  max-width: 48rem;
  color: #bac8d8;
}

body.presgro-home-v2 .pgv2-work .button--secondary {
  border-color: rgba(255, 255, 255, 0.38);
  color: #ffffff;
}

body.presgro-home-v2 .pgv2-work .button--secondary:hover,
body.presgro-home-v2 .pgv2-work .button--secondary:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--rv-navy);
}

body.presgro-home-v2 .pgv2-work__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: clamp(2rem, 3.8vw, 3.75rem) var(--rv-grid-gap);
}

body.presgro-home-v2 .pgv2-work .pgv2-work-card {
  grid-column: span 5;
  display: block;
  min-width: 0;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.presgro-home-v2 .pgv2-work .pgv2-work-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

body.presgro-home-v2 .pgv2-work .pgv2-work-card--featured {
  grid-column: span 7;
  grid-row: span 2;
}

body.presgro-home-v2 .pgv2-work .showroom-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: var(--rv-radius-media);
  background: #0e2a4d;
}

body.presgro-home-v2 .pgv2-work .pgv2-work-card--featured .showroom-card__media {
  aspect-ratio: 4 / 3;
}

body.presgro-home-v2 .pgv2-work .showroom-card__media::after {
  display: none;
}

body.presgro-home-v2 .pgv2-work .showroom-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

body.presgro-home-v2 .pgv2-work .showroom-card__media:hover img,
body.presgro-home-v2 .pgv2-work .showroom-card__media:focus-visible img {
  transform: scale(1.015);
}

body.presgro-home-v2 .pgv2-work .showroom-card__body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 0.35rem 1rem;
  padding: 1rem 0 0;
  border: 0;
  background: transparent;
}

body.presgro-home-v2 .pgv2-work-card__type {
  grid-column: 1 / -1;
  margin: 0;
  color: #7fd176;
  font-size: 0.72rem;
  font-weight: 750;
}

body.presgro-home-v2 .pgv2-work .showroom-card__body h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
}

body.presgro-home-v2 .pgv2-work .showroom-card__body > p:not(.pgv2-work-card__type) {
  grid-column: 1 / -1;
  margin: 0.35rem 0 0;
  color: #bac8d8;
  font-size: 0.82rem;
  line-height: 1.65;
}

body.presgro-home-v2 .pgv2-work .showroom-card__link {
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.28em;
}

body.presgro-home-v2 .pgv2-work .showroom-card__link::after {
  display: none;
}

/* Packages */

body.presgro-home-v2 .pgv2-packages {
  background: #ffffff;
}

body.presgro-home-v2 .pgv2-packages__heading {
  display: grid;
  grid-template-columns: minmax(0, 8fr) auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

body.presgro-home-v2 .pgv2-packages__heading p {
  max-width: 48rem;
}

body.presgro-home-v2 #packages .pgv2-package-table {
  margin: 0;
  padding: 0;
  border: 1px solid var(--rv-line);
  border-radius: 0;
  background: transparent;
}

body.presgro-home-v2 #packages .package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
}

body.presgro-home-v2 #packages .package-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 660px;
  flex-direction: column;
  margin: 0;
  padding: clamp(1.5rem, 2.7vw, 2.25rem);
  border: 0;
  border-right: 1px solid var(--rv-line);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  transform: none;
}

body.presgro-home-v2 #packages .package-card:last-child {
  border-right: 0;
}

body.presgro-home-v2 #packages .package-card:hover {
  border-color: var(--rv-line);
  box-shadow: none;
  transform: none;
}

body.presgro-home-v2 #packages .package-card--managed,
body.presgro-home-v2 #packages .package-card--featured {
  border-top: 4px solid var(--rv-blue);
  background: var(--rv-blue-soft);
  box-shadow: none;
}

body.presgro-home-v2 #packages .package-card--managed::before,
body.presgro-home-v2 #packages .package-card--featured::before {
  display: none;
}

body.presgro-home-v2 #packages .package-card__badge {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--rv-green-dark);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

body.presgro-home-v2 #packages .pgv2-package-card__top {
  min-height: 104px;
  padding-right: 0.5rem;
}

body.presgro-home-v2 #packages .pgv2-package-card__top h3 {
  max-width: 11ch;
  font-size: clamp(1.35rem, 2.1vw, 1.7rem);
}

body.presgro-home-v2 #packages .pgv2-package-card__top p {
  margin: 0.65rem 0 0;
  color: var(--rv-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

body.presgro-home-v2 #packages .package-card__price {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.35rem 1rem;
  margin: 0;
  padding: 1.4rem 0;
  border-top: 1px solid var(--rv-line);
  border-bottom: 1px solid var(--rv-line);
}

body.presgro-home-v2 #packages .price-month {
  color: var(--rv-ink);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 1;
}

body.presgro-home-v2 #packages .price-month [data-billing-period] {
  margin-left: 0.2rem;
  color: var(--rv-muted);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0;
}

body.presgro-home-v2 #packages .package-card .price-setup {
  display: grid;
  justify-items: end;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--rv-ink);
  font-size: 0.8rem;
  font-weight: 750;
}

body.presgro-home-v2 #packages .price-setup__label {
  color: var(--rv-muted);
  font-size: 0.64rem;
  font-weight: 650;
}

body.presgro-home-v2 #packages .price-annual {
  grid-column: 1 / -1;
  color: var(--rv-muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

body.presgro-home-v2 #packages .package-list {
  display: grid;
  gap: 0;
  margin: 1.1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

body.presgro-home-v2 #packages .package-list li {
  position: relative;
  margin: 0;
  padding: 0.7rem 0 0.7rem 1.45rem;
  border-bottom: 1px solid rgba(216, 226, 236, 0.85);
  color: var(--rv-ink-soft);
  font-size: 0.78rem;
  line-height: 1.5;
}

body.presgro-home-v2 #packages .package-card .package-list li::before {
  position: absolute;
  top: 1.03rem;
  left: 0.05rem;
  width: 7px;
  height: 7px;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--rv-green) !important;
  box-shadow: none !important;
  color: transparent;
  content: "" !important;
}

body.presgro-home-v2 #packages .package-card__cta {
  width: 100%;
  margin-top: auto;
}

body.presgro-home-v2 #packages .package-carousel__hint,
body.presgro-home-v2 #packages .package-carousel__nav {
  display: none;
}

body.presgro-home-v2 #packages .package-reassurance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin: 0;
  padding: 1.4rem 0 0;
  border: 0;
}

body.presgro-home-v2 #packages .package-reassurance p {
  margin: 0;
  color: var(--rv-muted);
  font-size: 0.76rem;
  line-height: 1.6;
}

body.presgro-home-v2 #packages .package-reassurance strong {
  color: var(--rv-ink);
}

/* Fit guidance */

body.presgro-home-v2 .pgv2-fit {
  border-top: 1px solid var(--rv-line);
  border-bottom: 1px solid var(--rv-line);
  background: var(--rv-paper);
}

body.presgro-home-v2 .pgv2-fit__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: start;
  gap: clamp(3rem, 6vw, 6rem);
}

body.presgro-home-v2 .pgv2-fit__heading {
  max-width: 34rem;
}

body.presgro-home-v2 .pgv2-fit__heading h2 {
  font-size: clamp(2.25rem, 3.7vw, 3.25rem);
}

body.presgro-home-v2 .pgv2-fit__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--rv-line);
  background: #ffffff;
}

body.presgro-home-v2 .pgv2-fit-card {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  border-top: 4px solid var(--rv-blue);
  background: #ffffff;
}

body.presgro-home-v2 .pgv2-fit-card + .pgv2-fit-card {
  border-left: 1px solid var(--rv-line);
}

body.presgro-home-v2 .pgv2-fit-card--positive {
  border-top-color: var(--rv-green);
  background: var(--rv-green-soft);
}

body.presgro-home-v2 .pgv2-fit-card__label {
  margin: 0 0 1.1rem;
  color: var(--rv-green-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.presgro-home-v2 .pgv2-fit-card:not(.pgv2-fit-card--positive) .pgv2-fit-card__label {
  color: var(--rv-blue-dark);
}

body.presgro-home-v2 .pgv2-fit-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.25;
}

body.presgro-home-v2 .pgv2-fit-card ul {
  display: grid;
  gap: 0;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

body.presgro-home-v2 .pgv2-fit-card li {
  position: relative;
  padding: 0.72rem 0 0.72rem 1.35rem;
  border-top: 1px solid rgba(216, 226, 236, 0.9);
  color: var(--rv-ink-soft);
  font-size: 0.8rem;
  line-height: 1.55;
}

body.presgro-home-v2 .pgv2-fit-card li::before {
  position: absolute;
  top: 1.05rem;
  left: 0.05rem;
  width: 6px;
  height: 6px;
  background: var(--rv-green);
  content: "";
}

body.presgro-home-v2 .pgv2-fit-card:not(.pgv2-fit-card--positive) li::before {
  background: var(--rv-blue);
}

/* Process */

body.presgro-home-v2 .pgv2-process {
  background: var(--rv-paper);
}

body.presgro-home-v2 .pgv2-process__heading {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(240px, 3fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

body.presgro-home-v2 .pgv2-process__heading > p {
  margin: 0;
}

body.presgro-home-v2 #process .process-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--rv-ink);
}

body.presgro-home-v2 #process .timeline-card {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  padding: 2rem clamp(1rem, 2vw, 1.75rem) 0;
  border: 0;
  border-right: 1px solid var(--rv-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.presgro-home-v2 #process .timeline-card:first-child {
  padding-left: 0;
}

body.presgro-home-v2 #process .timeline-card:last-child {
  padding-right: 0;
  border-right: 0;
}

body.presgro-home-v2 #process .timeline-card:hover {
  box-shadow: none;
  transform: none;
}

body.presgro-home-v2 #process .timeline-card__marker {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--rv-blue);
}

body.presgro-home-v2 #process .timeline-card__marker::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--rv-blue);
  content: "";
}

body.presgro-home-v2 #process .timeline-card__marker em {
  display: block;
  color: var(--rv-blue);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

body.presgro-home-v2 #process .timeline-card h3 {
  font-size: 1rem;
  line-height: 1.35;
}

body.presgro-home-v2 #process .timeline-card p {
  margin: 0.75rem 0 0;
  color: var(--rv-muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

/* Ownership */

body.presgro-home-v2 .pgv2-ownership {
  background: var(--rv-navy);
  color: #ffffff;
}

body.presgro-home-v2 .pgv2-ownership__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.presgro-home-v2 .pgv2-ownership .section-heading,
body.presgro-home-v2 .pgv2-ownership .comparison-card {
  min-width: 0;
  padding: 0 clamp(1.5rem, 3vw, 3rem);
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.presgro-home-v2 .pgv2-ownership .section-heading {
  padding-left: 0;
}

body.presgro-home-v2 .pgv2-ownership .comparison-card:last-child {
  padding-right: 0;
  border-right: 0;
}

body.presgro-home-v2 .pgv2-ownership .comparison-card:hover {
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow: none;
  transform: none;
}

body.presgro-home-v2 .pgv2-ownership h2,
body.presgro-home-v2 .pgv2-ownership h3 {
  color: #ffffff;
}

body.presgro-home-v2 .pgv2-ownership .section-heading p {
  color: #bac8d8;
}

body.presgro-home-v2 .pgv2-ownership .comparison-card h3 {
  margin-bottom: 1.3rem;
  font-size: 1.05rem;
}

body.presgro-home-v2 .pgv2-ownership .comparison-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.presgro-home-v2 .pgv2-ownership .comparison-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #dce5ef;
  font-size: 0.8rem;
  line-height: 1.5;
}

body.presgro-home-v2 .pgv2-ownership .comparison-list li::before {
  position: absolute;
  top: 1.14rem;
  left: 0.05rem;
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 0;
  background: var(--rv-green);
  color: transparent;
  content: "" !important;
}

body.presgro-home-v2 .pgv2-inverse-link {
  margin-top: 1.3rem;
  color: #ffffff;
}

/* FAQ */

body.presgro-home-v2 .pgv2-faq {
  background: var(--rv-paper);
}

body.presgro-home-v2 .pgv2-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

body.presgro-home-v2 .pgv2-faq .faq-heading {
  display: block;
}

body.presgro-home-v2 .pgv2-faq .faq-heading .pgv2-text-link {
  margin-top: 1.5rem;
}

body.presgro-home-v2 .pgv2-faq .faq-list {
  margin: 0;
  border-top: 1px solid var(--rv-ink);
}

body.presgro-home-v2 .pgv2-faq .faq-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--rv-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.presgro-home-v2 .pgv2-faq .faq-question {
  min-height: 72px;
  padding: 1.2rem 3rem 1.2rem 0;
  color: var(--rv-ink);
  font-size: 0.96rem;
  font-weight: 750;
  text-align: left;
}

body.presgro-home-v2 .pgv2-faq .faq-question::after {
  right: 0.15rem;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  color: var(--rv-blue);
  content: "+";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  transform: none;
  transition: transform 180ms ease;
}

body.presgro-home-v2 .pgv2-faq .faq-item.is-open .faq-question::after {
  transform: rotate(45deg);
}

body.presgro-home-v2 .pgv2-faq .faq-answer {
  padding: 0 3.25rem 1.4rem 0;
  color: var(--rv-muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

body.presgro-home-v2 .pgv2-faq .faq-answer p {
  margin: 0;
}

/* Enquiry */

body.presgro-home-v2 .pgv2-enquiry {
  padding: var(--rv-section-space) 0;
  background: var(--rv-navy);
}

body.presgro-home-v2 .pgv2-enquiry .final-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: start;
  gap: clamp(3rem, 6vw, 6rem);
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
}

body.presgro-home-v2 .pgv2-enquiry .final-cta-panel::before,
body.presgro-home-v2 .pgv2-enquiry .final-cta-panel::after {
  display: none;
}

body.presgro-home-v2 .pgv2-enquiry .final-enquiry__copy {
  position: sticky;
  top: 110px;
  max-width: 32rem;
  padding: 0;
}

body.presgro-home-v2 .pgv2-enquiry .final-enquiry__copy h2 {
  color: #ffffff;
}

body.presgro-home-v2 .pgv2-enquiry .final-enquiry__copy > p {
  margin: 1.35rem 0 0;
  color: #bac8d8;
  font-size: 0.98rem;
  line-height: 1.75;
}

body.presgro-home-v2 .pgv2-enquiry .final-enquiry__copy .pgv2-enquiry__response {
  color: #7fd176;
  font-size: 0.78rem;
  font-weight: 700;
}

body.presgro-home-v2 .pgv2-enquiry .final-enquiry__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 2rem;
}

body.presgro-home-v2 .pgv2-enquiry .contact-link {
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 0.8rem;
  text-decoration: underline;
  text-underline-offset: 0.28em;
}

body.presgro-home-v2 .pgv2-enquiry .contact-link:hover,
body.presgro-home-v2 .pgv2-enquiry .contact-link:focus-visible {
  background: transparent;
  color: #7fd176;
}

body.presgro-home-v2 .pgv2-enquiry .final-cta-panel .quick-enquiry.quick-enquiry--separate {
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-top: 5px solid var(--rv-green) !important;
  border-radius: var(--rv-radius-surface) !important;
  background: #ffffff !important;
  box-shadow: var(--rv-shadow-raised) !important;
  color: var(--rv-ink-soft);
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry.quick-enquiry--separate::before,
body.presgro-home-v2 .pgv2-enquiry .quick-enquiry.quick-enquiry--separate::after {
  display: none !important;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry.quick-enquiry--separate .contact-form {
  display: grid;
  gap: 1.15rem;
  margin: 0;
  padding: clamp(1.4rem, 3.4vw, 2.7rem);
  border: 0;
  border-radius: calc(var(--rv-radius-surface) - 1px);
  background: #ffffff !important;
  box-shadow: none !important;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__intro {
  margin: 0 0 0.2rem;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__title {
  color: var(--rv-ink);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
}

body.presgro-home-v2 .pgv2-enquiry .contact-note {
  margin: 0.5rem 0 0;
  color: var(--rv-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

body.presgro-home-v2 .pgv2-enquiry .pgv2-enquiry__privacy {
  margin: 0.55rem 0 0;
  color: var(--rv-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

body.presgro-home-v2 .pgv2-enquiry .pgv2-enquiry__privacy a {
  color: var(--rv-blue-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__field-group {
  display: grid;
  gap: 0.45rem;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__label {
  color: var(--rv-ink);
  font-size: 0.73rem;
  font-weight: 750;
}

body.presgro-home-v2 .pgv2-enquiry .input-control {
  width: 100%;
  min-height: 50px;
  padding: 0.82rem 0.95rem;
  border: 1px solid #b8c6d5;
  border-radius: var(--rv-radius-control);
  background: #ffffff;
  box-shadow: none;
  color: var(--rv-ink);
  font-family: inherit;
  font-size: 0.88rem;
}

body.presgro-home-v2 .pgv2-enquiry .input-control:hover {
  border-color: #91a5ba;
}

body.presgro-home-v2 .pgv2-enquiry .input-control:focus {
  border-color: var(--rv-blue);
  box-shadow: 0 0 0 3px rgba(20, 99, 243, 0.13);
  outline: 0;
}

body.presgro-home-v2 .pgv2-enquiry textarea.input-control {
  min-height: 125px;
  resize: vertical;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__turnstile {
  margin: 0;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__actions {
  margin: 0.2rem 0 0;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__actions .button {
  width: 100%;
}

body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__fallback {
  margin: 0;
  border-radius: var(--rv-radius-control);
}

/* Footer */

body.presgro-home-v2 .site-footer {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--rv-navy);
  color: #ffffff;
}

body.presgro-home-v2 .site-footer__panel {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 5fr) minmax(220px, 3fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
  margin: 0 auto;
  padding: 3.25rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.presgro-home-v2 .site-footer .brand__logo {
  width: 140px;
  filter: brightness(0) invert(1);
}

body.presgro-home-v2 .site-footer__tag {
  max-width: 22rem;
  margin: 1rem 0 0;
  color: #9db0c4;
  font-size: 0.78rem;
  line-height: 1.65;
}

body.presgro-home-v2 .site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1.5rem;
}

body.presgro-home-v2 .site-footer a {
  color: #dce5ef;
  font-size: 0.74rem;
}

body.presgro-home-v2 .site-footer a:hover,
body.presgro-home-v2 .site-footer a:focus-visible {
  color: #ffffff;
}

body.presgro-home-v2 .site-footer__aside {
  display: grid;
  gap: 0.8rem;
  justify-items: start;
}

body.presgro-home-v2 .site-footer__contact-links {
  display: grid;
  gap: 0.65rem;
}

body.presgro-home-v2 .site-footer__contact-link {
  gap: 0.5rem;
}

body.presgro-home-v2 .site-footer__response,
body.presgro-home-v2 .site-footer__bottom {
  margin: 0;
  color: #8196ac;
  font-size: 0.68rem;
}

/* Responsive */

@media (max-width: 1080px) {
  body.presgro-home-v2 .nav__list {
    gap: 0.8rem;
  }

  body.presgro-home-v2 .nav__link {
    font-size: 0.78rem;
  }

  body.presgro-home-v2 .nav__phone {
    display: none;
  }

  body.presgro-home-v2 .pgv2-hero__layout {
    gap: 3rem;
  }

  body.presgro-home-v2 .pgv2-hero__image-plane {
    min-height: 360px;
  }

  body.presgro-home-v2 .pgv2-service__layout,
  body.presgro-home-v2 .pgv2-faq__layout {
    gap: 4rem;
  }

  body.presgro-home-v2 #packages .package-card {
    min-height: 690px;
    padding: 1.65rem;
  }
}

@media (max-width: 920px) {
  body.presgro-home-v2 .pgv2-hero__layout {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  body.presgro-home-v2 .pgv2-hero__copy {
    max-width: 720px;
  }

  body.presgro-home-v2 .pgv2-hero__copy h1 {
    max-width: 11ch;
  }

  body.presgro-home-v2 .pgv2-hero__visual {
    max-width: 760px;
  }

  body.presgro-home-v2 .pgv2-proof-strip .benefits-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.presgro-home-v2 .pgv2-proof-strip .benefit-item {
    border-bottom: 1px solid var(--rv-line);
  }

  body.presgro-home-v2 .pgv2-proof-strip .benefit-item:nth-child(2) {
    border-right: 0;
  }

  body.presgro-home-v2 .pgv2-proof-strip .benefit-item:nth-child(3),
  body.presgro-home-v2 .pgv2-proof-strip .benefit-item:nth-child(4) {
    border-bottom: 0;
  }

  body.presgro-home-v2 .pgv2-proof-strip .benefit-item:nth-child(3) {
    padding-left: 0;
  }

  body.presgro-home-v2 .pgv2-service__layout,
  body.presgro-home-v2 .pgv2-faq__layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  body.presgro-home-v2 .pgv2-service .pgv2-section-heading,
  body.presgro-home-v2 .pgv2-enquiry .final-enquiry__copy {
    position: static;
  }

  body.presgro-home-v2 .pgv2-service .pgv2-section-heading {
    max-width: 690px;
  }

  body.presgro-home-v2 .pgv2-work .pgv2-work__heading,
  body.presgro-home-v2 .pgv2-packages__heading,
  body.presgro-home-v2 .pgv2-process__heading,
  body.presgro-home-v2 .pgv2-fit__layout {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.5rem;
  }

  body.presgro-home-v2 .pgv2-fit__heading {
    max-width: 700px;
  }

  body.presgro-home-v2 .pgv2-work .pgv2-work__heading .button {
    width: fit-content;
  }

  body.presgro-home-v2 #packages .package-grid {
    grid-template-columns: 1fr;
  }

  body.presgro-home-v2 #packages .package-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--rv-line);
  }

  body.presgro-home-v2 #packages .package-card:last-child {
    border-bottom: 0;
  }

  body.presgro-home-v2 #packages .package-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }

  body.presgro-home-v2 #packages .package-card__cta {
    width: fit-content;
    margin-top: 0.25rem;
  }

  body.presgro-home-v2 .pgv2-ownership__grid {
    grid-template-columns: 1fr;
  }

  body.presgro-home-v2 .pgv2-ownership .section-heading,
  body.presgro-home-v2 .pgv2-ownership .comparison-card {
    padding: 2rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  body.presgro-home-v2 .pgv2-ownership .section-heading {
    padding-top: 0;
  }

  body.presgro-home-v2 .pgv2-ownership .comparison-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  body.presgro-home-v2 .pgv2-enquiry .final-cta-panel {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  body.presgro-home-v2 .pgv2-enquiry .final-enquiry__copy {
    max-width: 680px;
  }

  body.presgro-home-v2 .site-footer__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.presgro-home-v2 .site-footer__aside {
    grid-column: 1 / -1;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
}

@media (max-width: 859px) {
  body.presgro-home-v2 .site-header {
    min-height: 66px;
  }

  body.presgro-home-v2 .site-header__inner,
  body.presgro-home-v2 .header-inner {
    position: relative;
    min-height: 65px;
  }

  body.presgro-home-v2 .brand__logo {
    width: 128px;
  }

  body.presgro-home-v2 .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  body.presgro-home-v2 .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 66px);
    overflow-y: auto;
    margin: 0;
    padding: 0.65rem;
    border: 1px solid var(--rv-line);
    border-top: 0;
    border-radius: 0 0 var(--rv-radius-surface) var(--rv-radius-surface);
    background: #ffffff;
    box-shadow: var(--rv-shadow-raised);
  }

  body.presgro-home-v2 .primary-nav::before,
  body.presgro-home-v2 .primary-nav::after {
    display: none !important;
  }

  body.presgro-home-v2 .primary-nav.is-open {
    display: block;
    border-radius: 0 0 var(--rv-radius-control) var(--rv-radius-control) !important;
    background: #ffffff !important;
    box-shadow: 0 18px 38px rgba(9, 28, 54, 0.18) !important;
  }

  body.presgro-home-v2 .primary-nav .nav__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.presgro-home-v2 .primary-nav .nav__link {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    padding: 0.7rem 0.75rem;
    border: 0 !important;
    border-bottom: 1px solid var(--rv-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 0.9rem;
  }

  body.presgro-home-v2 .primary-nav .nav__link::after {
    display: none;
  }

  body.presgro-home-v2 .primary-nav .nav__phone {
    display: flex;
    margin: 0;
    border-radius: 0 !important;
  }

  body.presgro-home-v2 .primary-nav .nav__cta {
    width: 100%;
    margin-top: 0.65rem;
  }
}

@media (max-width: 720px) {
  body.presgro-home-v2 #packages .pgv2-package-table {
    overflow: hidden;
    border: 0;
  }

  body.presgro-home-v2 #packages .package-carousel__hint {
    display: block;
    margin: 0 0 0.8rem;
    color: var(--rv-muted);
    font-size: 0.72rem;
  }

  body.presgro-home-v2 #packages .package-grid {
    display: flex;
    gap: 0.8rem;
    overflow-x: auto;
    padding: 0 8vw 0.4rem;
    scroll-padding-inline: 8vw;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.presgro-home-v2 #packages .package-grid::-webkit-scrollbar {
    display: none;
  }

  body.presgro-home-v2 #packages .package-card {
    flex: 0 0 min(84vw, 430px);
    min-height: 660px;
    border: 1px solid var(--rv-line);
    scroll-snap-align: center;
  }

  body.presgro-home-v2 #packages .package-card__badge {
    position: static;
    margin: 0 0 0.7rem;
  }

  body.presgro-home-v2 #packages .package-card:last-child {
    border: 1px solid var(--rv-line);
  }

  body.presgro-home-v2 #packages .package-list {
    grid-template-columns: 1fr;
  }

  body.presgro-home-v2 #packages .package-card__cta {
    width: 100%;
    margin-top: auto;
  }

  body.presgro-home-v2 #packages .package-carousel__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1rem;
  }

  body.presgro-home-v2 #packages .package-carousel__dot {
    min-height: 42px;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--rv-line);
    border-radius: var(--rv-radius-control);
    background: #ffffff;
    color: var(--rv-muted);
    font-size: 0.7rem;
    font-weight: 750;
  }

  body.presgro-home-v2 #packages .package-carousel__dot.is-active {
    border-color: var(--rv-blue);
    background: var(--rv-blue);
    color: #ffffff;
  }
}

@media (max-width: 640px) {
  body.presgro-home-v2 {
    --rv-container: min(100%, calc(100vw - 40px));
    --rv-section-space: 4.25rem;
  }

  body.presgro-home-v2 h1 {
    font-size: clamp(2.75rem, 13vw, 3.55rem);
  }

  body.presgro-home-v2 h2 {
    font-size: clamp(2.15rem, 10vw, 2.85rem);
  }

  body.presgro-home-v2 .pgv2-hero {
    padding: 4.5rem 0 4rem;
  }

  body.presgro-home-v2 .pgv2-hero .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.presgro-home-v2 .pgv2-hero .hero__actions .button {
    width: 100%;
  }

  body.presgro-home-v2 .pgv2-hero__proof {
    display: grid;
    gap: 0.7rem;
  }

  body.presgro-home-v2 .pgv2-hero__image-plane {
    min-height: 0;
    padding: 1rem;
  }

  body.presgro-home-v2 .pgv2-hero__visual figcaption {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  body.presgro-home-v2 .pgv2-proof-strip .benefits-strip__inner {
    grid-template-columns: 1fr;
  }

  body.presgro-home-v2 .pgv2-proof-strip .benefit-item,
  body.presgro-home-v2 .pgv2-proof-strip .benefit-item:first-child,
  body.presgro-home-v2 .pgv2-proof-strip .benefit-item:nth-child(3),
  body.presgro-home-v2 .pgv2-proof-strip .benefit-item:last-child {
    padding: 1.25rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--rv-line);
  }

  body.presgro-home-v2 .pgv2-proof-strip .benefit-item:last-child {
    border-bottom: 0;
  }

  body.presgro-home-v2 .pgv2-fit__cards {
    grid-template-columns: 1fr;
  }

  body.presgro-home-v2 .pgv2-fit-card + .pgv2-fit-card {
    border-left: 0;
    border-top-color: var(--rv-blue);
  }

  body.presgro-home-v2 .pgv2-service .service-card {
    grid-template-columns: 2rem 1fr;
    gap: 1rem;
    padding: 1.6rem 0;
  }

  body.presgro-home-v2 .pgv2-service .compact-list {
    grid-column: 2;
  }

  body.presgro-home-v2 .pgv2-work__grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  body.presgro-home-v2 .pgv2-work .pgv2-work-card,
  body.presgro-home-v2 .pgv2-work .pgv2-work-card--featured {
    grid-column: auto;
    grid-row: auto;
  }

  body.presgro-home-v2 .pgv2-work .showroom-card__media,
  body.presgro-home-v2 .pgv2-work .pgv2-work-card--featured .showroom-card__media {
    aspect-ratio: 4 / 3;
  }

  body.presgro-home-v2 .pgv2-work .showroom-card__body {
    grid-template-columns: 1fr;
  }

  body.presgro-home-v2 .pgv2-process__heading > p {
    margin-top: 0;
  }

  body.presgro-home-v2 #process .process-timeline {
    grid-template-columns: 1fr;
    border-top: 1px solid var(--rv-ink);
  }

  body.presgro-home-v2 #process .timeline-card,
  body.presgro-home-v2 #process .timeline-card:first-child,
  body.presgro-home-v2 #process .timeline-card:last-child {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 1rem;
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--rv-line);
  }

  body.presgro-home-v2 #process .timeline-card:last-child {
    border-bottom: 0;
  }

  body.presgro-home-v2 #process .timeline-card__marker {
    margin: 0;
  }

  body.presgro-home-v2 #process .timeline-card__marker::before {
    display: none;
  }

  body.presgro-home-v2 #process .timeline-card__marker em {
    font-size: 2.4rem;
  }

  body.presgro-home-v2 .pgv2-enquiry .quick-enquiry__grid {
    grid-template-columns: 1fr;
  }

  body.presgro-home-v2 .site-footer__panel {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.presgro-home-v2 .site-footer__aside {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  body.presgro-home-v2 {
    --rv-container: min(100%, calc(100vw - 32px));
  }

  body.presgro-home-v2 .pgv2-hero .hero__lead {
    font-size: 0.96rem;
  }

  body.presgro-home-v2 #packages .package-grid {
    padding-inline: 4vw;
    scroll-padding-inline: 4vw;
  }

  body.presgro-home-v2 #packages .package-card {
    flex-basis: 88vw;
    min-height: 650px;
    padding: 1.35rem;
  }

  body.presgro-home-v2 #packages .package-card__badge {
    top: 1.05rem;
    right: 1.1rem;
  }

  body.presgro-home-v2 .pgv2-enquiry .contact-form {
    padding: 1.25rem;
  }

  body.presgro-home-v2 .site-footer__nav {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.presgro-home-v2 *,
  body.presgro-home-v2 *::before,
  body.presgro-home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  body.presgro-home-v2 .pgv2-work .showroom-card__media img {
    transform: none !important;
  }
}
