:root {
  --wg-green: #047857;
  --wg-green-bright: #059669;
  --wg-green-deep: #063d2c;
  --wg-green-dark: #06291f;
  --wg-sage: #b8d7c8;
  --wg-sand: #f5f5f4;
  --wg-sand-deep: #e7e5e4;
  --wg-mist: #fafaf9;
  --wg-ink: #0b1712;
  --wg-muted: #5d6862;
  --wg-line: rgba(11, 23, 18, .10);
  --wg-radius-xl: 44px;
  --wg-radius-lg: 30px;
  --wg-shadow: 0 22px 70px rgba(6, 41, 31, .12);
}

html {
  scroll-behavior: smooth;
}

body:has(.wg-v2) {
  background: #fff;
  color: var(--wg-ink);
  overflow-x: clip;
}

body:has(.wg-v2) .topbalk {
  display: none !important;
}

body:has(.wg-v2) .site-header,
body:has(.wg-v2) .site-header.scrolled,
body:has(.wg-v2) .site-header:not(.scrolled) {
  position: fixed !important;
  inset: 0 auto auto 50% !important;
  z-index: 1000;
  width: min(1320px, calc(100% - 32px));
  height: 92px;
  transform: translateX(-50%);
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: inset .25s ease, width .25s ease, height .25s ease, border-radius .25s ease, background .25s ease, box-shadow .25s ease;
}

body.wg-v2-header-solid:has(.wg-v2) .site-header,
body.wg-v2-header-solid:has(.wg-v2) .site-header.scrolled,
body.wg-v2-header-solid:has(.wg-v2) .site-header:not(.scrolled) {
  inset: 16px auto auto 50% !important;
  height: 76px;
  border-color: rgba(231, 229, 228, .72);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 12px 40px rgba(15, 26, 23, .10);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

body:has(.wg-v2) .nav-inner {
  width: 100%;
  max-width: none;
  height: 100%;
  padding-inline: 28px;
}

body:has(.wg-v2) .site-header .logo-text,
body:has(.wg-v2) .site-header .nav-mega-trigger,
body:has(.wg-v2) .site-header .lang-btn {
  color: #fff !important;
  text-shadow: none !important;
}

body:has(.wg-v2) .site-header .nav-links > li > a {
  color: #fff !important;
  text-shadow: none !important;
}

body:has(.wg-v2) .site-header .logo-wm-w {
  color: #fff;
}

body.wg-v2-header-solid:has(.wg-v2) .site-header .logo-text,
body.wg-v2-header-solid:has(.wg-v2) .site-header .nav-mega-trigger,
body.wg-v2-header-solid:has(.wg-v2) .site-header .lang-btn,
body.wg-v2-header-solid:has(.wg-v2) .site-header .nav-links > li > a {
  color: var(--wg-ink) !important;
}

body.wg-v2-header-solid:has(.wg-v2) .site-header .logo-wm-w {
  color: var(--wg-green-bright);
}

body:has(.wg-v2) .site-header .nav-cta {
  min-height: 46px;
  padding: 0 24px;
  border-radius: 15px;
  background: var(--wg-green) !important;
  color: #fff !important;
  box-shadow: none;
}

body:has(.wg-v2) #main-content > :not(.wg-v2):not(.contact-section) {
  display: none !important;
}

.wg-v2,
.wg-v2 * {
  box-sizing: border-box;
}

.wg-v2 {
  position: relative;
  isolation: isolate;
  font-family: "Manrope", sans-serif;
}

.wg-v2 a {
  text-decoration: none;
}

.wg-v2-hero-shell {
  position: relative;
  height: 200svh;
  min-height: 850px;
  background: var(--wg-sand);
}

.wg-v2-hero {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 690px;
  overflow: hidden;
  background: #e8e2d8;
}

.wg-v2-hero__image,
.wg-v2-hero__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wg-v2-hero__image {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.96) contrast(1.02);
}

.wg-v2-hero__wash {
  z-index: 1;
  background: linear-gradient(90deg, rgba(246, 242, 234, .98) 0%, rgba(246, 242, 234, .88) 31%, rgba(246, 242, 234, .30) 56%, rgba(6, 41, 31, .03) 100%);
}

.wg-v2-hero__content {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 96px));
  margin: 0 auto;
  padding-top: clamp(180px, 24vh, 250px);
}

.wg-v2-kicker,
.wg-v2-eyebrow {
  margin: 0 0 18px;
  color: var(--wg-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wg-v2-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--wg-ink);
  font-size: clamp(58px, 6.7vw, 102px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .94;
}

.wg-v2-hero h1 span,
.wg-v2-section-head h2 span,
.wg-v2-price h2 span {
  color: var(--wg-green);
}

.wg-v2-hero__lead {
  max-width: 625px;
  margin: 28px 0 0;
  color: #33413a;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 500;
  line-height: 1.55;
}

.wg-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.wg-v2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.wg-v2-button:hover {
  transform: translateY(-2px);
}

.wg-v2-button .material-symbols-rounded,
.wg-v2-text-link .material-symbols-rounded,
.wg-v2-service-card > span .material-symbols-rounded {
  font-size: 20px;
}

.wg-v2-button--primary {
  background: var(--wg-green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(4, 120, 87, .22);
}

.wg-v2-button--primary:hover {
  background: #036b4e;
}

.wg-v2-button--light {
  border-color: rgba(11, 23, 18, .16);
  background: rgba(255, 255, 255, .76);
  color: var(--wg-ink);
  backdrop-filter: blur(10px);
}

.wg-v2-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: #445149;
  font-size: 13px;
}

.wg-v2-proof__stars {
  color: #e6a822;
  font-size: 17px;
  letter-spacing: .08em;
}

.wg-v2-sheet {
  position: relative;
  z-index: 3;
  margin-top: -100svh;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  background: #fff;
  box-shadow: 0 -28px 80px rgba(6, 41, 31, .10);
}

.wg-v2-usp {
  padding: 22px 0;
  border-bottom: 1px solid var(--wg-line);
  background: #fff;
}

.wg-v2-usp__viewport {
  overflow: hidden;
}

.wg-v2-usp__track {
  display: flex;
  width: max-content;
  animation: wg-v2-marquee 30s linear infinite;
}

.wg-v2-usp__track > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 30px;
  color: #35443c;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.wg-v2-usp__track .material-symbols-rounded {
  color: var(--wg-green-bright);
  font-size: 20px;
}

@keyframes wg-v2-marquee {
  to { transform: translateX(-50%); }
}

.wg-v2-trusted {
  width: min(1320px, calc(100% - 96px));
  margin: 0 auto;
  padding: 52px 0 74px;
  text-align: center;
}

.wg-v2-trusted > p {
  margin: 0 0 34px;
  color: #768078;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.wg-v2-trusted__logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 84px);
}

.wg-v2-trusted__logos img {
  width: 100%;
  max-width: 140px;
  max-height: 48px;
  margin: 0 auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .62;
}

.wg-v2-promise {
  position: relative;
  padding: 120px max(48px, calc((100vw - 1320px) / 2)) 110px;
  background: var(--wg-sand);
}

.wg-v2-ribbon {
  position: absolute;
  right: -160px;
  top: -120px;
  width: min(620px, 45vw);
  opacity: .12;
  transform: rotate(-10deg);
  pointer-events: none;
}

.wg-v2-section-head {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.wg-v2-section-head--left {
  max-width: 1000px;
  margin-left: 0;
  text-align: left;
}

.wg-v2-section-head h2,
.wg-v2-price h2 {
  margin: 0;
  color: var(--wg-green-dark);
  font-size: clamp(42px, 5.1vw, 76px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.wg-v2-section-head h2 strong {
  color: var(--wg-green);
}

.wg-v2-section-head > p:last-child {
  max-width: 760px;
  margin: 26px auto 0;
  color: #34443c;
  font-size: 18px;
  line-height: 1.65;
}

.wg-v2-section-head--left > p:last-child {
  margin-left: 0;
}

.wg-v2-benefits {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 76px auto 0;
}

.wg-v2-benefits article {
  padding: 0 10px;
}

.wg-v2-benefits .material-symbols-rounded {
  display: block;
  margin-bottom: 18px;
  color: var(--wg-green-bright);
  font-size: 28px;
}

.wg-v2-benefits h3 {
  margin: 0 0 12px;
  color: var(--wg-green-dark);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.wg-v2-benefits p {
  margin: 0;
  color: #4e5c54;
  font-size: 15px;
  line-height: 1.65;
}

.wg-v2-portal-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  max-width: 1320px;
  margin: 100px auto 0;
  padding: clamp(34px, 5vw, 72px);
  border: 1px solid rgba(6, 61, 44, .08);
  border-radius: var(--wg-radius-xl);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 26px 65px rgba(6, 41, 31, .08);
}

.wg-v2-portal-copy h3 {
  margin: 0;
  color: var(--wg-green-dark);
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.05;
}

.wg-v2-portal-copy > p:not(.wg-v2-eyebrow) {
  margin: 22px 0;
  color: #46564d;
  font-size: 16px;
  line-height: 1.7;
}

.wg-v2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wg-green);
  font-size: 15px;
  font-weight: 800;
}

.wg-v2-portal-window {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(6, 41, 31, .13);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(6, 41, 31, .14);
  transform: rotate(1deg);
}

.wg-v2-portal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid var(--wg-line);
}

.wg-v2-portal-brand {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
}

.wg-v2-mini-w {
  color: var(--wg-green-bright);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.15em;
  transform: rotate(-10deg);
}

.wg-v2-portal-account {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--wg-green-deep);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.wg-v2-portal-layout {
  display: grid;
  grid-template-columns: 155px 1fr;
  min-height: 410px;
}

.wg-v2-portal-layout aside {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 14px;
  border-right: 1px solid var(--wg-line);
  background: #fbfcfa;
}

.wg-v2-portal-layout aside > span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-radius: 10px;
  color: #667269;
  font-size: 11px;
  font-weight: 700;
}

.wg-v2-portal-layout aside > span.is-active {
  background: #e7f3ed;
  color: var(--wg-green);
}

.wg-v2-portal-layout aside .material-symbols-rounded {
  font-size: 17px;
}

.wg-v2-portal-main {
  min-width: 0;
  padding: 28px;
}

.wg-v2-portal-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.wg-v2-portal-heading div {
  display: flex;
  flex-direction: column;
}

.wg-v2-portal-heading small,
.wg-v2-portal-heading > span {
  color: #7b867f;
  font-size: 10px;
}

.wg-v2-portal-heading strong {
  color: var(--wg-green-dark);
  font-size: 20px;
}

.wg-v2-portal-heading > span {
  padding: 8px 11px;
  border: 1px solid var(--wg-line);
  border-radius: 9px;
  background: #fff;
}

.wg-v2-portal-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.wg-v2-portal-metrics > div {
  display: flex;
  min-width: 0;
  min-height: 108px;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--wg-line);
  border-radius: 14px;
  background: #fff;
}

.wg-v2-portal-metrics span,
.wg-v2-portal-metrics em {
  color: #77827b;
  font-size: 9px;
  font-style: normal;
}

.wg-v2-portal-metrics strong {
  margin: 7px 0 3px;
  color: var(--wg-green-dark);
  font-size: 27px;
  letter-spacing: -.05em;
}

.wg-v2-portal-metrics em {
  color: var(--wg-green);
}

.wg-v2-portal-chart {
  margin-top: 13px;
  padding: 16px;
  border: 1px solid var(--wg-line);
  border-radius: 14px;
}

.wg-v2-chart-head {
  display: flex;
  justify-content: space-between;
  color: #69756e;
  font-size: 9px;
}

.wg-v2-chart-head strong {
  color: var(--wg-green);
}

.wg-v2-chart-bars {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 106px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed rgba(6, 41, 31, .12);
}

.wg-v2-chart-bars i {
  width: 100%;
  height: var(--h);
  border-radius: 5px 5px 2px 2px;
  background: var(--wg-sage);
}

.wg-v2-chart-bars i:nth-last-child(-n + 2) {
  background: var(--wg-green);
}

.wg-v2-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 52px auto 0;
  padding: 22px;
  border-radius: 32px;
  background: rgba(6, 41, 31, .055);
}

.wg-v2-stats article {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(6, 41, 31, .08);
  border-radius: 22px;
  background: #fff;
}

.wg-v2-stats strong {
  color: var(--wg-green-bright);
  font-size: clamp(48px, 5.6vw, 76px);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: 1;
}

.wg-v2-stats span {
  max-width: 220px;
  margin-top: 12px;
  color: #3d4d44;
  font-size: 14px;
  line-height: 1.45;
}

.wg-v2-services,
.wg-v2-integrations,
.wg-v2-reviews,
.wg-v2-price {
  padding: 120px max(48px, calc((100vw - 1320px) / 2));
}

.wg-v2-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
}

.wg-v2-service-card {
  display: flex;
  min-height: 570px;
  flex-direction: column;
  padding: 20px 20px 28px;
  overflow: hidden;
  border: 1px solid var(--wg-line);
  border-radius: 30px;
  background: var(--wg-mist);
  color: var(--wg-ink);
  transition: transform .25s ease, box-shadow .25s ease;
}

.wg-v2-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--wg-shadow);
}

.wg-v2-service-card--sand {
  background: var(--wg-sand);
}

.wg-v2-service-card--green {
  background: var(--wg-green);
  color: #fff;
}

.wg-v2-service-card__image {
  height: 310px;
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.wg-v2-service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wg-v2-service-icon {
  display: grid;
  height: 310px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, .12);
}

.wg-v2-service-icon .material-symbols-rounded {
  font-size: 82px;
  opacity: .9;
}

.wg-v2-service-card > p {
  margin: 0 0 10px;
  color: var(--wg-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wg-v2-service-card--green > p {
  color: #b8f3d6;
}

.wg-v2-service-card h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.18;
}

.wg-v2-service-card > span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 28px;
  font-size: 14px;
  font-weight: 800;
}

.wg-v2-integrations {
  position: relative;
  overflow: hidden;
  background: var(--wg-sand);
}

.wg-v2-tile-stack {
  display: block;
  width: 130px;
  height: auto;
  margin: -30px auto 26px;
}

.wg-v2-integration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 64px auto 0;
}

.wg-v2-integration-grid article {
  min-height: 300px;
  padding: 40px;
  border: 1px solid rgba(6, 41, 31, .09);
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  text-align: center;
}

.wg-v2-integration-grid article > img {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
  object-fit: contain;
}

.wg-v2-integration-grid article > span {
  display: table;
  margin: 0 auto 9px;
  padding: 4px 9px;
  border-radius: 99px;
  background: #edf1ed;
  color: #657168;
  font-size: 11px;
  font-weight: 700;
}

.wg-v2-integration-grid h3 {
  margin: 0 0 10px;
  color: var(--wg-green-dark);
  font-size: 22px;
  font-weight: 800;
}

.wg-v2-integration-grid p {
  margin: 0;
  color: #45554c;
  font-size: 14px;
  line-height: 1.65;
}

.wg-v2-tool-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  max-width: 920px;
  margin: 46px auto 0;
  padding: 22px 28px;
  border: 1px solid rgba(6, 41, 31, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .55);
}

.wg-v2-tool-row > span {
  color: #718078;
  font-size: 12px;
  font-weight: 700;
}

.wg-v2-tool-row img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.wg-v2-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 64px auto 0;
}

.wg-v2-review-card,
.wg-v2-review-cta {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 30px;
}

.wg-v2-review-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wg-v2-review-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 25%, rgba(4, 25, 18, .94) 100%);
}

.wg-v2-review-card > div {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 30px;
  color: #fff;
}

.wg-v2-review-card blockquote {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.32;
}

.wg-v2-review-card p {
  display: flex;
  flex-direction: column;
  margin: 22px 0 0;
  font-size: 12px;
}

.wg-v2-review-card p span {
  color: rgba(255, 255, 255, .72);
}

.wg-v2-review-cta {
  background: var(--wg-green);
  color: #fff;
}

.wg-v2-review-cta > img {
  position: absolute;
  right: -170px;
  bottom: -50px;
  width: 520px;
  opacity: .28;
  transform: rotate(-22deg);
}

.wg-v2-review-cta > div {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
}

.wg-v2-review-cta span {
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.03;
}

.wg-v2-review-cta a {
  align-self: flex-start;
  padding: 13px 17px;
  border-radius: 12px;
  background: #fff;
  color: var(--wg-green-dark);
  font-size: 13px;
  font-weight: 800;
}

.wg-v2-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  background: var(--wg-green-dark);
}

.wg-v2-price .wg-v2-eyebrow {
  color: #8fd5b3;
}

.wg-v2-price h2 {
  color: #fff;
  font-size: clamp(38px, 4.4vw, 66px);
}

.wg-v2-price h2 span {
  color: #8fd5b3;
}

.wg-v2-price__actions {
  display: flex;
  min-width: 270px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.wg-v2-price .wg-v2-button--primary {
  background: #fff;
  color: var(--wg-green-dark);
  box-shadow: none;
}

.wg-v2-price .wg-v2-text-link {
  color: #cfe6da;
}

body:has(.wg-v2) .contact-section {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
  background: var(--wg-sand) !important;
}

body:has(.wg-v2) .contact-card,
body:has(.wg-v2) .contact-form-wrap,
body:has(.wg-v2) .contact-option {
  border-color: rgba(6, 41, 31, .09) !important;
  box-shadow: 0 20px 55px rgba(6, 41, 31, .08) !important;
}

@media (max-width: 1100px) {
  body:has(.wg-v2) .site-header,
  body:has(.wg-v2) .site-header.scrolled,
  body:has(.wg-v2) .site-header:not(.scrolled) {
    width: calc(100% - 36px);
  }

  .wg-v2-hero__content,
  .wg-v2-trusted {
    width: calc(100% - 64px);
  }

  .wg-v2-portal-stage {
    grid-template-columns: 1fr;
  }

  .wg-v2-portal-copy {
    max-width: 650px;
  }

  .wg-v2-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wg-v2-service-card--green {
    grid-column: 1 / -1;
    min-height: 430px;
  }
}

@media (max-width: 820px) {
  body:has(.wg-v2) .site-header,
  body:has(.wg-v2) .site-header.scrolled,
  body:has(.wg-v2) .site-header:not(.scrolled) {
    inset: 12px auto auto 50% !important;
    width: calc(100% - 24px);
    height: 66px;
    border-radius: 20px;
  }

  body:has(.wg-v2) .nav-inner {
    padding-inline: 18px;
  }

  .wg-v2-hero-shell {
    height: 200svh;
    min-height: 760px;
  }

  .wg-v2-hero {
    min-height: 650px;
  }

  .wg-v2-hero__image {
    object-position: 60% center;
  }

  .wg-v2-hero__wash {
    background: linear-gradient(90deg, rgba(246, 242, 234, .95) 0%, rgba(246, 242, 234, .79) 48%, rgba(246, 242, 234, .20) 100%);
  }

  .wg-v2-hero__content {
    width: calc(100% - 48px);
    padding-top: 156px;
  }

  .wg-v2-sheet {
    margin-top: -100svh;
    border-radius: 34px 34px 0 0;
  }

  .wg-v2-trusted {
    width: calc(100% - 40px);
  }

  .wg-v2-trusted__logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .wg-v2-trusted__logos img:nth-child(n + 4) {
    display: none;
  }

  .wg-v2-promise,
  .wg-v2-services,
  .wg-v2-integrations,
  .wg-v2-reviews,
  .wg-v2-price {
    padding: 88px 24px;
  }

  .wg-v2-benefits,
  .wg-v2-stats,
  .wg-v2-integration-grid,
  .wg-v2-review-grid {
    grid-template-columns: 1fr;
  }

  .wg-v2-benefits {
    gap: 32px;
  }

  .wg-v2-benefits article {
    padding: 0;
  }

  .wg-v2-portal-stage {
    padding: 24px;
  }

  .wg-v2-portal-window {
    transform: none;
  }

  .wg-v2-stats article {
    min-height: 140px;
  }

  .wg-v2-service-grid {
    grid-template-columns: 1fr;
  }

  .wg-v2-service-card--green {
    grid-column: auto;
  }

  .wg-v2-service-card {
    min-height: 520px;
  }

  .wg-v2-review-card,
  .wg-v2-review-cta {
    min-height: 520px;
  }

  .wg-v2-tool-row {
    flex-wrap: wrap;
  }

  .wg-v2-price {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 580px) {
  .wg-v2-hero-shell {
    height: 200svh;
  }

  .wg-v2-hero__image {
    object-position: 66% center;
  }

  .wg-v2-hero__wash {
    background: linear-gradient(180deg, rgba(246, 242, 234, .74) 0%, rgba(246, 242, 234, .87) 46%, rgba(246, 242, 234, .96) 100%);
  }

  .wg-v2-hero__content {
    display: flex;
    width: calc(100% - 36px);
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 130px 0 92px;
  }

  .wg-v2-kicker {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .wg-v2-hero h1 {
    font-size: clamp(45px, 14.5vw, 64px);
  }

  .wg-v2-hero__lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .wg-v2-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .wg-v2-button {
    width: 100%;
  }

  .wg-v2-proof {
    align-items: flex-start;
    margin-top: 19px;
    font-size: 11px;
  }

  .wg-v2-usp__viewport {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .wg-v2-usp__track {
    animation: none;
  }

  .wg-v2-usp__track > span[aria-hidden="true"] {
    display: none;
  }

  .wg-v2-trusted {
    padding: 42px 0 58px;
  }

  .wg-v2-trusted__logos {
    gap: 24px;
  }

  .wg-v2-section-head h2,
  .wg-v2-price h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .wg-v2-section-head > p:last-child {
    font-size: 16px;
  }

  .wg-v2-ribbon {
    right: -180px;
    top: -20px;
    width: 520px;
  }

  .wg-v2-portal-layout {
    grid-template-columns: 1fr;
  }

  .wg-v2-portal-layout aside {
    display: none;
  }

  .wg-v2-portal-main {
    padding: 18px;
  }

  .wg-v2-portal-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .wg-v2-portal-metrics > div:last-child {
    display: none;
  }

  .wg-v2-service-card {
    min-height: 470px;
  }

  .wg-v2-service-card__image,
  .wg-v2-service-icon {
    height: 250px;
  }

  .wg-v2-tool-row > span {
    width: 100%;
    text-align: center;
  }

  .wg-v2-price__actions {
    width: 100%;
    min-width: 0;
  }

  body:has(.wg-v2) .contact-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wg-v2-usp__track {
    animation: none;
  }

  .wg-v2-button,
  .wg-v2-service-card {
    transition: none;
  }
}

body:has(.wg-v2) .mobile-menu__trigger {
  color: var(--wg-ink, #0b2d23) !important;
}

body:has(.wg-v2) .hamburger span {
  background: var(--wg-ink, #0b2d23) !important;
}

body:has(.wg-v2):has(.hero--video) .site-header:not(.scrolled) .nav-links > li > a,
body:has(.wg-v2):has(.hero--video) .site-header:not(.scrolled) .nav-mega-trigger,
body:has(.wg-v2):has(.hero--video) .site-header:not(.scrolled) .lang-btn {
  color: var(--wg-ink, #0b1712) !important;
  text-shadow: none !important;
}

/* Moneybird V3 fidelity: Outfit-display, transparante heroheader en frisse contained surfaces. */
body:has(.wg-v2) {
  font-family: "Inter", sans-serif;
}

.wg-v2 {
  font-family: "Inter", sans-serif;
}

.wg-v2 h1,
.wg-v2 h2,
.wg-v2 h3,
.wg-v2-stats strong,
.wg-v2-review-cta span,
body:has(.wg-v2) .contact-section h2,
body:has(.wg-v2) .contact-section h3 {
  font-family: "Outfit", sans-serif;
}

.wg-v2-hero-shell {
  background: #fff;
}

.wg-v2-hero {
  border-radius: 0 0 32px 32px;
  background: #13211c;
}

.wg-v2-hero__image {
  object-position: center center;
  filter: saturate(1.02) contrast(1.035);
}

.wg-v2-hero__wash {
  background: linear-gradient(90deg, rgba(2, 12, 9, .88) 0%, rgba(3, 18, 13, .64) 34%, rgba(3, 18, 13, .24) 62%, rgba(3, 18, 13, .10) 100%);
}

.wg-v2-hero__content {
  width: min(1320px, calc(100% - 68px));
  padding-top: clamp(190px, 27vh, 270px);
}

.wg-v2-kicker {
  color: #a7e2c4;
}

.wg-v2-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(56px, 5.2vw, 76px);
  font-weight: 600;
  letter-spacing: -.038em;
  line-height: 1;
}

.wg-v2-hero h1 span {
  color: #91ddb7;
}

.wg-v2-hero__lead {
  max-width: 590px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(17px, 1.45vw, 20px);
}

.wg-v2-button--light {
  border-color: rgba(255, 255, 255, .54);
  background: rgba(8, 18, 14, .22);
  color: #fff;
}

.wg-v2-proof {
  color: rgba(255, 255, 255, .82);
}

.wg-v2-sheet {
  border-radius: 40px 40px 0 0;
  box-shadow: 0 -18px 48px rgba(15, 26, 23, .08);
}

.wg-v2-trusted {
  width: min(1248px, calc(100% - 32px));
}

.wg-v2-promise,
.wg-v2-integrations,
.wg-v2-price {
  width: min(1248px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
}

.wg-v2-promise {
  padding: 112px 48px 96px;
  background: var(--wg-sand);
}

.wg-v2-services,
.wg-v2-reviews {
  width: min(1248px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
  padding: 120px 24px;
}

.wg-v2-integrations {
  padding: 104px 48px;
  background: var(--wg-sand);
}

.wg-v2-price {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 88px 64px;
}

.wg-v2-portal-stage {
  border-color: rgba(15, 26, 23, .08);
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 26, 23, .07);
}

.wg-v2-integration-grid article,
.wg-v2-tool-row {
  background: #fff;
}

.wg-v2-service-card {
  background: #fafaf9;
}

.wg-v2-service-card--sand {
  background: #f5f5f4;
}

body:has(.wg-v2) .contact-section {
  background: #fff !important;
}

body:not(.wg-v2-header-solid):has(.wg-v2):has(.hero--video) .site-header .logo-text,
body:not(.wg-v2-header-solid):has(.wg-v2):has(.hero--video) .site-header .nav-mega-trigger,
body:not(.wg-v2-header-solid):has(.wg-v2):has(.hero--video) .site-header .lang-btn,
body:not(.wg-v2-header-solid):has(.wg-v2):has(.hero--video) .site-header .nav-links > li > a {
  color: #fff !important;
  text-shadow: none !important;
}

body:not(.wg-v2-header-solid):has(.wg-v2) .mobile-menu__trigger {
  color: #fff !important;
}

body:not(.wg-v2-header-solid):has(.wg-v2) .hamburger span {
  background: #fff !important;
}

body.wg-v2-header-solid:has(.wg-v2) .mobile-menu__trigger {
  color: var(--wg-ink) !important;
}

body.wg-v2-header-solid:has(.wg-v2) .hamburger span {
  background: var(--wg-ink) !important;
}

@media (max-width: 820px) {
  body:has(.wg-v2) .site-header,
  body:has(.wg-v2) .site-header.scrolled,
  body:has(.wg-v2) .site-header:not(.scrolled) {
    inset: 0 auto auto 50% !important;
    width: 100%;
    height: 76px;
    border-radius: 0;
  }

  body.wg-v2-header-solid:has(.wg-v2) .site-header,
  body.wg-v2-header-solid:has(.wg-v2) .site-header.scrolled,
  body.wg-v2-header-solid:has(.wg-v2) .site-header:not(.scrolled) {
    inset: 12px auto auto 50% !important;
    width: calc(100% - 24px);
    height: 66px;
    border-radius: 20px;
  }

  .wg-v2-hero__wash {
    background: linear-gradient(90deg, rgba(2, 12, 9, .88) 0%, rgba(3, 18, 13, .60) 54%, rgba(3, 18, 13, .18) 100%);
  }

  .wg-v2-promise,
  .wg-v2-integrations,
  .wg-v2-price {
    width: calc(100% - 24px);
    padding: 84px 24px;
    border-radius: 30px;
  }

  .wg-v2-services,
  .wg-v2-reviews {
    width: 100%;
    padding: 88px 24px;
  }
}

@media (max-width: 580px) {
  .wg-v2-hero__image {
    object-position: 64% center;
  }

  .wg-v2-hero__wash {
    background: linear-gradient(180deg, rgba(2, 12, 9, .42) 0%, rgba(2, 12, 9, .58) 42%, rgba(2, 12, 9, .90) 100%);
  }

  .wg-v2-hero h1 {
    font-size: clamp(46px, 13.5vw, 58px);
    line-height: .98;
  }

  .wg-v2-kicker {
    color: #b9ead1;
  }

  .wg-v2-price {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  body:has(.wg-v2) .contact-section > .container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
