/* V9 — floating hero frame and a full-width Moneybird-style footer. */
:root {
  --wg-v9-hero-h: min(calc(100svh - 32px), 688px);
  --wg-v9-frame: min(1536px, calc(100% - 32px));
  --wg-v9-content: min(1200px, calc(100vw - 80px));
  --wg-v9-footer: #052a20;
  --wg-v9-footer-card: #0b3b2b;
}

/* V16 — richer, sector-specific pages inspired by Moneybird's editorial rhythm. */
body.wg-v9.wg-branch-page {
  --branch-accent: #0b805d;
  --branch-soft: #eef7f3;
}

.wg-branch-page .branch-intro {
  width: var(--wg-page);
  margin-inline: auto;
  padding: clamp(88px, 9vw, 136px) 0 clamp(76px, 8vw, 116px);
  background: #fff;
}

.wg-branch-page .branch-section-head {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.wg-branch-page .branch-section-head .section-heading {
  max-width: 800px;
  margin-inline: auto;
}

.wg-branch-page .branch-section-head .section-sub {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
}

.wg-branch-page .branch-reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
}

.wg-branch-page .branch-reason {
  min-width: 0;
}

.wg-branch-page .branch-reason__icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 25px;
  place-items: center;
  color: var(--wg-ink);
  background: #fff;
  border: 1px solid rgba(7, 29, 22, .13);
  border-radius: 22px;
}

.wg-branch-page .branch-reason__icon .material-symbols-rounded {
  font-size: 31px;
}

.wg-branch-page .branch-reason h3 {
  margin: 0 0 12px;
  color: var(--wg-ink);
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.wg-branch-page .branch-reason p {
  margin: 0;
  color: var(--wg-copy);
  font-size: 16px;
  line-height: 1.65;
}

.wg-branch-page .branch-solutions {
  width: var(--wg-page);
  margin: 0 auto;
  padding: clamp(82px, 8vw, 118px) 0;
  background: var(--wg-sand);
  border-radius: 40px;
}

.wg-branch-page .branch-feature-list {
  display: grid;
  gap: clamp(72px, 9vw, 132px);
}

.wg-branch-page .branch-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .8fr);
  gap: clamp(50px, 7vw, 104px);
  align-items: center;
}

.wg-branch-page .branch-feature:nth-child(even) {
  grid-template-columns: minmax(340px, .8fr) minmax(0, 1.05fr);
}

.wg-branch-page .branch-feature:nth-child(even) .branch-feature__visual {
  order: 2;
}

.wg-branch-page .branch-feature__copy .section-eyebrow {
  display: block;
  margin-bottom: 14px;
}

.wg-branch-page .branch-feature__copy h3 {
  max-width: 590px;
  margin: 0;
  color: var(--wg-ink);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 620;
  letter-spacing: -.04em;
  line-height: 1.1;
  text-wrap: balance;
}

.wg-branch-page .branch-feature__copy > p {
  max-width: 570px;
  margin: 20px 0 0;
  color: var(--wg-copy);
  font-size: 17px;
  line-height: 1.65;
}

.wg-branch-page .branch-checks {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.wg-branch-page .branch-checks li {
  position: relative;
  padding-left: 30px;
  color: var(--wg-ink);
  font-size: 16px;
  line-height: 1.5;
}

.wg-branch-page .branch-checks li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "check";
  color: var(--branch-accent);
  font-family: "Material Symbols Rounded";
  font-size: 20px;
  font-weight: 700;
}

.wg-branch-page .branch-demo {
  position: relative;
  display: grid;
  min-height: 500px;
  padding: clamp(28px, 4vw, 54px);
  place-items: center;
  overflow: hidden;
  background: var(--branch-soft);
  border: 1px solid rgba(7, 29, 22, .07);
  border-radius: 32px;
}

.wg-branch-page .branch-demo::before {
  position: absolute;
  width: 310px;
  height: 310px;
  right: -130px;
  bottom: -150px;
  content: "";
  background: color-mix(in srgb, var(--branch-accent) 18%, transparent);
  border-radius: 50%;
}

.wg-branch-page .branch-browser {
  position: relative;
  z-index: 1;
  width: min(100%, 570px);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(7, 29, 22, .12);
  border-radius: 18px;
  box-shadow: 0 28px 58px -34px rgba(4, 34, 24, .36);
  transform: rotate(-1.6deg);
}

.wg-branch-page .branch-feature:nth-child(even) .branch-browser {
  transform: rotate(1.6deg);
}

.wg-branch-page .branch-browser__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 13px;
  background: #f7f8f7;
  border-bottom: 1px solid rgba(7, 29, 22, .08);
}

.wg-branch-page .branch-browser__bar i {
  display: block;
  width: 7px;
  height: 7px;
  background: #d8dddb;
  border-radius: 50%;
}

.wg-branch-page .branch-browser__site {
  min-height: 330px;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 27, 20, .9) 0%, rgba(3, 27, 20, .64) 53%, rgba(3, 27, 20, .08) 100%),
    var(--branch-image) center / cover;
}

.wg-branch-page .branch-browser__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.wg-branch-page .branch-browser__brand::before {
  width: 22px;
  height: 22px;
  content: "";
  background: var(--branch-accent);
  border: 4px solid rgba(255,255,255,.7);
  border-radius: 8px;
}

.wg-branch-page .branch-browser__site strong {
  display: block;
  max-width: 310px;
  margin-top: 76px;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 620;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.wg-branch-page .branch-browser__site span:last-child {
  display: inline-block;
  margin-top: 22px;
  padding: 10px 14px;
  color: var(--wg-ink);
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.wg-branch-page .branch-demo--leads {
  background: #dff1e9;
}

.wg-branch-page .branch-dashboard {
  position: relative;
  z-index: 1;
  width: min(100%, 550px);
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(7, 29, 22, .1);
  border-radius: 22px;
  box-shadow: 0 28px 58px -34px rgba(4, 34, 24, .32);
}

.wg-branch-page .branch-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.wg-branch-page .branch-dashboard__top strong {
  color: var(--wg-ink);
  font-size: 17px;
}

.wg-branch-page .branch-dashboard__top span {
  padding: 6px 9px;
  color: var(--branch-accent);
  background: var(--branch-soft);
  border-radius: 999px;
  font-size: 0;
  font-weight: 700;
}

.wg-branch-page .branch-dashboard__top span::after {
  content: "Voorbeeld";
  font-size: 11px;
}

.wg-branch-page .branch-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.wg-branch-page .branch-dashboard__metric {
  padding: 18px;
  background: #f6f8f7;
  border-radius: 14px;
}

.wg-branch-page .branch-dashboard__metric small,
.wg-branch-page .branch-dashboard__metric strong {
  display: block;
}

.wg-branch-page .branch-dashboard__metric small {
  margin-bottom: 8px;
  color: #64726d;
  font-size: 11px;
}

.wg-branch-page .branch-dashboard__metric strong {
  color: var(--wg-ink);
  font-size: 25px;
  letter-spacing: -.035em;
}

.wg-branch-page .branch-dashboard__request {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(7, 29, 22, .08);
}

.wg-branch-page .branch-dashboard__request > span:first-child {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--branch-accent);
  background: var(--branch-soft);
  border-radius: 11px;
}

.wg-branch-page .branch-dashboard__request strong,
.wg-branch-page .branch-dashboard__request small {
  display: block;
}

.wg-branch-page .branch-dashboard__request strong {
  color: var(--wg-ink);
  font-size: 13px;
}

.wg-branch-page .branch-dashboard__request small {
  margin-top: 3px;
  color: #718079;
  font-size: 11px;
}

.wg-branch-page .branch-dashboard__request > em {
  color: var(--branch-accent);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.wg-branch-page .branch-proof {
  width: var(--wg-page);
  margin: clamp(88px, 9vw, 132px) auto;
  padding: clamp(52px, 6vw, 78px);
  color: #fff;
  background: var(--wg-green);
  border-radius: 36px;
}

.wg-branch-page .branch-proof__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .75fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}

.wg-branch-page .branch-proof .section-eyebrow {
  color: rgba(255,255,255,.68);
}

.wg-branch-page .branch-proof h2 {
  max-width: 700px;
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(34px, 4.3vw, 58px);
  font-weight: 620;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.wg-branch-page .branch-proof__head > p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.6;
}

.wg-branch-page .branch-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wg-branch-page .branch-proof__grid article {
  min-height: 205px;
  padding: 28px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
}

.wg-branch-page .branch-proof__grid .material-symbols-rounded {
  margin-bottom: 38px;
  color: #8edcc1;
  font-size: 30px;
}

.wg-branch-page .branch-proof__grid h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 19px;
  font-weight: 650;
}

.wg-branch-page .branch-proof__grid p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.55;
}

.wg-branch-page .branch-faq {
  width: var(--wg-page);
  margin: 0 auto;
  padding: clamp(88px, 9vw, 128px) 0;
}

.wg-branch-page .branch-faq__layout {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.2fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: start;
}

.wg-branch-page .branch-faq__intro {
  position: sticky;
  top: 128px;
}

.wg-branch-page .branch-faq__intro h2 {
  margin: 12px 0 18px;
  color: var(--wg-ink);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 620;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.wg-branch-page .branch-faq__intro p {
  margin: 0;
  color: var(--wg-copy);
  line-height: 1.65;
}

.wg-branch-page .branch-faq details {
  border-top: 1px solid rgba(7, 29, 22, .15);
}

.wg-branch-page .branch-faq details:last-child {
  border-bottom: 1px solid rgba(7, 29, 22, .15);
}

.wg-branch-page .branch-faq summary {
  position: relative;
  padding: 25px 52px 25px 0;
  color: var(--wg-ink);
  cursor: pointer;
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 650;
  line-height: 1.35;
  list-style: none;
}

.wg-branch-page .branch-faq summary::-webkit-details-marker { display: none; }

.wg-branch-page .branch-faq summary::after {
  position: absolute;
  right: 2px;
  top: 50%;
  content: "+";
  color: var(--branch-accent);
  font-size: 30px;
  font-weight: 400;
  transform: translateY(-50%);
}

.wg-branch-page .branch-faq details[open] summary::after { content: "−"; }

.wg-branch-page .branch-faq details p {
  max-width: 690px;
  margin: -5px 0 26px;
  color: var(--wg-copy);
  font-size: 16px;
  line-height: 1.65;
}

.wg-branch-page .aanpak-section {
  margin-top: clamp(88px, 9vw, 132px);
}

.wg-branch-page .dienst-showcase .section-header {
  max-width: 850px;
}

.wg-branch-page .dienst-price {
  width: var(--wg-page);
  margin-inline: auto;
}

.wg-branch-page .case-next { display: none; }

@media (max-width: 980px) {
  .wg-branch-page .branch-feature,
  .wg-branch-page .branch-feature:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .wg-branch-page .branch-feature:nth-child(even) .branch-feature__visual { order: 0; }
  .wg-branch-page .branch-demo { min-height: 450px; }
}

@media (max-width: 760px) {
  .wg-branch-page .branch-intro,
  .wg-branch-page .branch-solutions,
  .wg-branch-page .branch-proof,
  .wg-branch-page .branch-faq,
  .wg-branch-page .dienst-price {
    width: calc(100% - 24px);
  }

  .wg-branch-page .branch-intro { padding-top: 70px; }
  .wg-branch-page .branch-section-head { margin-bottom: 42px; }
  .wg-branch-page .branch-reasons { grid-template-columns: 1fr; gap: 40px; }
  .wg-branch-page .branch-reason__icon { width: 64px; height: 64px; margin-bottom: 18px; border-radius: 18px; }

  .wg-branch-page .branch-solutions {
    padding: 70px 0;
    border-radius: 28px;
  }

  .wg-branch-page .branch-solutions > .container,
  .wg-branch-page .branch-proof > .container,
  .wg-branch-page .branch-faq > .container { padding-inline: 18px; }

  .wg-branch-page .branch-feature-list { gap: 76px; }
  .wg-branch-page .branch-feature { gap: 32px; }
  .wg-branch-page .branch-demo { min-height: 360px; padding: 20px; border-radius: 24px; }
  .wg-branch-page .branch-browser__site { min-height: 280px; padding: 22px; }
  .wg-branch-page .branch-browser__site strong { margin-top: 58px; }
  .wg-branch-page .branch-dashboard { padding: 20px; }

  .wg-branch-page .branch-proof {
    padding: 54px 0;
    border-radius: 28px;
  }

  .wg-branch-page .branch-proof__head,
  .wg-branch-page .branch-faq__layout { grid-template-columns: 1fr; gap: 30px; }
  .wg-branch-page .branch-proof__grid { grid-template-columns: 1fr; }
  .wg-branch-page .branch-proof__grid article { min-height: 0; }
  .wg-branch-page .branch-proof__grid .material-symbols-rounded { margin-bottom: 24px; }
  .wg-branch-page .branch-faq__intro { position: static; }
}

@media (max-width: 430px) {
  .wg-branch-page .branch-dashboard__metrics { grid-template-columns: 1fr; }
  .wg-branch-page .branch-dashboard__request { grid-template-columns: 34px 1fr; }
  .wg-branch-page .branch-dashboard__request > em { grid-column: 2; }
  .wg-branch-page .branch-browser__site strong { font-size: 27px; }
}

html:has(body.wg-v9),
body.wg-v9 { overflow-x: clip; background: #fff; }

/* Homepage and overstappen: full-bleed like Moneybird, with the content constrained inside. */
.wg-v9 .wg-v2-hero-shell,
.wg-v9 .switch-hero-shell {
  height: calc(var(--wg-v9-hero-h) + var(--wg-v9-hero-h)) !important;
  min-height: 0 !important;
  background: #fff !important;
}

.wg-v9 .wg-v2-hero,
.wg-v9 .switch-hero {
  top: 0 !important;
  width: 100% !important;
  height: var(--wg-v9-hero-h) !important;
  min-height: 0 !important;
  max-height: none !important;
  margin-inline: auto !important;
  border-radius: 0 !important;
}

.wg-v9 .wg-v2-sheet,
.wg-v9 .switch-sheet {
  margin-top: calc((var(--wg-v9-hero-h) + 84px) * -1) !important;
  border-radius: 32px 32px 0 0 !important;
}

/* Detail pages: sticky inside its own shell, so the photo can never bleed into the footer. */
.wg-v9.wg-page-v8 .dienst-hero-shell {
  height: calc(var(--wg-v9-hero-h) + var(--wg-v9-hero-h)) !important;
  min-height: 0 !important;
  background: #fff;
}

.wg-v9.wg-page-v8 .dienst-hero {
  position: sticky !important;
  inset: auto !important;
  top: 0 !important;
  width: var(--wg-v9-frame) !important;
  height: var(--wg-v9-hero-h) !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 auto !important;
  border-radius: 32px !important;
}

.wg-v9.wg-page-v8 .dienst-hero-shell + .benefits-section {
  margin-top: calc((var(--wg-v9-hero-h) + 84px) * -1) !important;
  border-radius: 32px 32px 0 0 !important;
}

.wg-v9.wg-page-v8 .dienst-hero-shell ~ section {
  position: relative;
  z-index: 3;
}

/* Footer bridge: a calm brand-colour band with a repeated lightweight navigation. */
.wg-footer-v9-bridge {
  position: relative;
  z-index: 6;
  min-height: 120px;
  padding: 0;
  background: #0b805d;
}

.wg-footer-v9-bridge__inner { display: none; }

/* One broad dark ending, matching Moneybird's structure instead of an inset gradient card. */
.wg-v9 .site-footer-outer,
.wg-v9 .site-footer,
.wg-v9 .switch-footer {
  position: relative;
  z-index: 5;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: var(--wg-v9-footer) !important;
}

.wg-v9 .site-footer-outer { padding: 0 !important; }
.wg-v9 .site-footer,
.wg-v9 .switch-footer {
  min-height: 560px;
  padding: 72px 0 24px !important;
  color: rgba(255,255,255,.68);
  box-shadow: none !important;
  overflow: hidden;
}
.wg-v9 .site-footer::before,
.wg-v9 .site-footer::after { display: none !important; }

.wg-v9 .site-footer > .container,
.wg-v9 .switch-footer > .container {
  width: var(--wg-v9-content) !important;
  max-width: 1200px !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.wg-v9 .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr .8fr .9fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 72px;
}

.wg-v9 .footer-nav-heading {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.wg-v9 .footer-nav a,
.wg-v9 .footer-nav address,
.wg-v9 .footer-tagline { color: rgba(255,255,255,.56); }
.wg-v9 .footer-nav a:hover { color: #fff; }
.wg-v9 .footer-social a { background: rgba(255,255,255,.1); }

.wg-footer-v9-score {
  min-height: 208px;
  padding: 28px;
  border-radius: 24px;
  color: #fff;
  background: var(--wg-v9-footer-card);
}
.wg-footer-v9-score span,
.wg-footer-v9-score small { display: block; }
.wg-footer-v9-score span { margin-bottom: 12px; font-size: 16px; font-weight: 700; }
.wg-footer-v9-score strong { font-size: 52px; line-height: 1; letter-spacing: -.05em; }
.wg-footer-v9-score strong em { color: rgba(255,255,255,.46); font-size: 22px; font-style: normal; }
.wg-footer-v9-score small { margin-top: 18px; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.45; }

.wg-v9 .footer-partners {
  margin: 0 0 32px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.wg-v9 .footer-bottom { border-top: 0; padding-top: 0; color: rgba(255,255,255,.44); }

@media (max-width: 980px) {
  .wg-v9 .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .wg-v9 .footer-brand { grid-column: 1 / -1; }
  .wg-footer-v9-score { grid-column: span 1; }
}

@media (min-width: 700px) and (max-width: 900px) {
  .wg-v9 .wg-v2-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .wg-v9 .wg-v2-stats article {
    min-height: 164px;
    padding: 22px 20px;
  }

  .wg-v9 .wg-v2-stats strong {
    font-size: 48px;
  }
}

@media (max-width: 820px) {
  :root {
    --wg-v9-hero-h: min(calc(100svh - 16px), 760px);
    --wg-v9-frame: calc(100vw - 16px);
    --wg-v9-content: calc(100vw - 72px);
  }
  .wg-v9 .wg-v2-hero,
  .wg-v9 .switch-hero,
  .wg-v9.wg-page-v8 .dienst-hero { border-radius: 26px !important; }
  .wg-v9 .wg-v2-sheet,
  .wg-v9 .switch-sheet,
  .wg-v9.wg-page-v8 .dienst-hero-shell + .benefits-section { border-radius: 26px 26px 0 0 !important; }
  .wg-footer-v9-bridge { min-height: 96px; }
  .wg-v9 .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .wg-footer-v9-score { grid-column: 1 / -1; }
  .wg-v9 .mobile-menu__overlay .logo-text { color: #0f1a17 !important; }
  .wg-v9 .mobile-menu__overlay .logo-wm-w,
  .wg-v9 .mobile-menu__overlay .logo-wm-w path { color: #0b805d !important; stroke: currentColor !important; }
}

@media (max-width: 560px) {
  .wg-v9 .site-footer,
  .wg-v9 .switch-footer { padding-top: 56px !important; }
  .wg-v9 .footer-grid { grid-template-columns: 1fr; }
  .wg-v9 .footer-brand,
  .wg-footer-v9-score { grid-column: auto; }
}

/* V15 — sector pages use Moneybird's band hero, not the homepage overlap. */
:root { --wg-branch-hero-h: min(100svh, 686px); }

body.wg-v9.wg-page-v8.wg-branch-page .dienst-hero-shell {
  height: var(--wg-branch-hero-h) !important;
  min-height: 0 !important;
  overflow: hidden;
  background: #fff;
}

body.wg-v9.wg-page-v8.wg-branch-page .dienst-hero {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  width: 100% !important;
  height: var(--wg-branch-hero-h) !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 0 0 40px 40px !important;
}

body.wg-v9.wg-page-v8.wg-branch-page .dienst-hero .container {
  transform: translateY(var(--wg-branch-hero-offset, 0px));
  will-change: transform;
}

body.wg-v9.wg-page-v8.wg-branch-page .wg-page-hero__image {
  filter: saturate(1.01) contrast(1.025) !important;
  transform: scale(1.01) !important;
  transition: none !important;
}

body.wg-v9.wg-page-v8.wg-branch-page .dienst-hero::after { display: none; }

body.wg-v9.wg-page-v8.wg-branch-page .dienst-hero-shell + .benefits-section {
  margin-top: 0 !important;
  border-radius: 0 !important;
}

@media (max-width: 820px) {
  :root { --wg-branch-hero-h: min(100svh, 760px); }

  body.wg-v9.wg-page-v8.wg-branch-page .dienst-hero {
    border-radius: 0 0 30px 30px !important;
  }
}

/* V10 responsive polish — measured at 320, 390, 768, 1024 and 1440px. */
.wg-v9 main :is(section[id], [id]),
.wg-v9 .wg-v2-sheet > section,
.wg-v9 .switch-sheet > section {
  scroll-margin-top: 112px;
}

@media (min-width: 700px) and (max-width: 900px) {
  /* Three benefits remain one calm row on tablet instead of becoming a long list. */
  .wg-v9 .wg-v2-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  /* The third service becomes a deliberate wide feature instead of a stranded card. */
  .wg-v9 .wg-v2-service-card:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 28px;
    align-items: stretch;
  }

  .wg-v9 .wg-v2-service-card:last-child .wg-v2-service-card__image {
    min-height: 320px;
    height: 100%;
    aspect-ratio: auto;
  }

  .wg-v9 .wg-v2-service-card:last-child .wg-v2-service-card__body {
    min-height: 320px;
    padding: 28px 8px 8px 0;
  }

  /* Two portrait cards, followed by a lower full-width action card. */
  .wg-v9 .wg-v2-integration-grid,
  .wg-v9 .wg-v2-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wg-v9 .wg-v2-integration-grid > :last-child,
  .wg-v9 .wg-v2-review-grid > :last-child {
    grid-column: 1 / -1;
  }

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

  .wg-v9 .wg-v2-review-cta {
    min-height: 300px;
  }

  /* Detail and branch cards keep the same two-column rhythm as their step cards. */
  .wg-v9.wg-page-v8 .benefits-grid,
  .wg-v9.wg-page-v8 .dsc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 601px) and (max-width: 699px) {
  .wg-v9 .wg-v2-service-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 820px) {
  :root {
    /* 760px on narrow phones, easing to 688px on tablet without an 820px jump. */
    --wg-v9-hero-h: min(
      calc(100svh - 16px),
      clamp(688px, calc(834px - 19vw), 760px)
    );
  }

  .wg-v9 main :is(section[id], [id]),
  .wg-v9 .wg-v2-sheet > section,
  .wg-v9 .switch-sheet > section {
    scroll-margin-top: 92px;
  }
}

@media (max-width: 560px) {
  /* Let the next section announce itself underneath detail-page heroes. */
  .wg-v9.wg-page-v8 .benefits-section {
    padding-top: 56px !important;
  }
}

/* V11 — exact Moneybird mobile hero rhythm. */
@media (max-width: 600px) {
  :root {
    --wg-v9-hero-h: clamp(650px, calc(100svh - 24px), 900px);
    --wg-v9-frame: 100%;
    --wg-v9-content: calc(100vw - 48px);
  }

  .wg-v9 .wg-v2-hero,
  .wg-v9 .switch-hero,
  .wg-v9.wg-page-v8 .dienst-hero {
    width: 100% !important;
    border-radius: 0 !important;
  }

  .wg-v9 .wg-v2-sheet,
  .wg-v9 .switch-sheet,
  .wg-v9.wg-page-v8 .dienst-hero-shell + .benefits-section {
    border-radius: 30px 30px 0 0 !important;
  }

  .wg-v9 .wg-v2-hero__content,
  .wg-v9 .switch-hero__content {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 100%;
    margin: 0 !important;
    padding: clamp(188px, 22.5svh, 216px) 24px 116px !important;
    justify-content: flex-start !important;
  }

  .wg-v9 .wg-v2-hero h1,
  .wg-v9 .switch-hero h1,
  .wg-v9.wg-page-v8 .dienst-h1 {
    font-size: clamp(30px, 9.5vw, 38px) !important;
    line-height: 1.22 !important;
    letter-spacing: -.025em !important;
  }

  .wg-v9 .wg-v2-hero__lead,
  .wg-v9 .switch-hero__content > p:not(.switch-pill) {
    max-width: 34ch;
    margin-top: 16px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .wg-v9 .wg-v2-actions,
  .wg-v9 .switch-actions { margin-top: 18px !important; gap: 12px !important; }

  .wg-v9 .wg-v2-button,
  .wg-v9 .switch-button {
    min-height: 40px !important;
    border-radius: 12px !important;
  }

  .wg-v9 .wg-v2-proof,
  .wg-v9 .switch-proof { margin-top: 18px !important; }

  .wg-v9.wg-page-v8 .dienst-hero .container {
    box-sizing: border-box;
    width: 100% !important;
    margin: 0 !important;
    padding: clamp(188px, 22.5svh, 216px) 24px 56px !important;
  }

  .wg-v9.wg-page-v8 .dienst-h1 {
    width: 100%;
    margin-top: 16px !important;
  }

  .wg-v9.wg-page-v8 .dienst-hero-cta { margin-top: 20px !important; gap: 12px !important; }
  .wg-v9.wg-page-v8 .wg-page-proof { margin-top: 18px !important; }

  body.wg-header-v8.wg-v8-header-condensed:not(.wg-v2-header-solid):has(.wg-v2):has(.hero--video) .site-header .logo-text {
    color: #063d2c !important;
  }

  body.wg-header-v8.wg-v8-header-condensed:not(.wg-v2-header-solid):has(.wg-v2):has(.hero--video) .site-header .logo-wm-w,
  body.wg-header-v8.wg-v8-header-condensed:not(.wg-v2-header-solid):has(.wg-v2):has(.hero--video) .site-header .logo-wm-w path {
    color: #0b805d !important;
    stroke: currentColor !important;
  }
}

@media (max-width: 360px) {
  .wg-v9 .wg-v2-hero__content,
  .wg-v9 .switch-hero__content,
  .wg-v9.wg-page-v8 .dienst-hero .container {
    padding-top: 164px !important;
  }
}

/* V12 — one clear CTA hierarchy near the bottom of the homepage. */
.wg-v9 .wg-v2-price {
  border: 1px solid rgba(6, 61, 44, .08);
  background: #f4f2ec;
}

.wg-v9 .wg-v2-price .wg-v2-eyebrow {
  color: #0b805d;
}

.wg-v9 .wg-v2-price h2,
.wg-v9 .wg-v2-price h2 span {
  color: #09231a;
}

.wg-v9 .wg-v2-price__lead {
  color: #53635b;
}

.wg-v9 .wg-v2-price .wg-v2-button--primary {
  background: #0b805d;
  color: #fff;
}

.wg-v9 .wg-v2-price .wg-v2-button--primary:hover {
  background: #065f46;
}

.wg-v9 .wg-v2-price .wg-v2-text-link {
  color: #214b3d;
}

.wg-v9 .wg-v2-price__ribbon {
  opacity: .10;
}

.wg-v9 .contact-form .wg-v2-contact-submit {
  align-self: flex-start;
  width: auto;
  min-height: 44px;
  padding: 0 20px !important;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px !important;
  background: #0b805d !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
}

.wg-v9 .contact-form .wg-v2-contact-submit:hover {
  background: #065f46 !important;
}

.wg-v9 .contact-form .wg-v2-contact-submit > .material-symbols-rounded {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 20px;
}

.wg-v9 .contact-form .wg-v2-contact-submit:hover > .material-symbols-rounded {
  transform: translateX(3px);
}

.wg-v9 .contact-form .wg-v2-contact-submit:focus-visible {
  outline: 3px solid rgba(11, 128, 93, .24);
  outline-offset: 3px;
}

/* V13 — calm Moneybird-style content system for the homepage. */
:root {
  --wg-v13-outer: min(1408px, calc(100% - 32px));
  --wg-v13-content: min(1248px, calc(100% - 64px));
  --wg-v13-reading: 760px;
  --wg-v13-ink: #09231a;
  --wg-v13-copy: #46564e;
  --wg-v13-line: rgba(9, 35, 26, .10);
  --wg-v13-soft: #f4f4f1;
  --wg-v13-sand: #f4f2ec;
}

.wg-v9 .wg-v2-sheet {
  background: #fff;
}

.wg-v9 .wg-v2-trusted {
  width: var(--wg-v13-content);
  padding: 58px 0 84px;
}

.wg-v9 .wg-v2-trusted > p {
  margin-bottom: 30px;
  color: #748078;
  font-size: 12px;
  letter-spacing: .065em;
}

.wg-v9 .wg-v2-trusted__logos {
  gap: clamp(28px, 4.5vw, 72px);
}

.wg-v9 .wg-v2-trusted__logos img {
  max-width: 126px;
  max-height: 42px;
  opacity: .52;
}

/* Introduction: plain white, followed by proof in a single soft shell. */
.wg-v9 .wg-v2-promise {
  width: 100%;
  margin: 0;
  padding: 92px 0 128px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.wg-v9 .wg-v2-promise > .wg-v2-ribbon {
  display: none;
}

.wg-v9 .wg-v2-promise > .wg-v2-section-head {
  width: min(var(--wg-v13-reading), calc(100% - 48px));
}

.wg-v9 .wg-v2-section-head h2,
.wg-v9 .wg-v2-price h2 {
  color: var(--wg-v13-ink);
}

.wg-v9 .wg-v2-section-head h2 span {
  color: inherit;
}

.wg-v9 .wg-v2-section-head > p:last-child {
  margin-top: 24px;
  color: var(--wg-v13-copy);
  line-height: 1.58;
}

.wg-v9 .wg-v2-benefits {
  width: var(--wg-v13-content);
  max-width: 1120px;
  margin-top: 64px;
  gap: clamp(32px, 5vw, 72px);
}

.wg-v9 .wg-v2-benefits article {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wg-v9 .wg-v2-benefits .material-symbols-rounded {
  margin-bottom: 16px;
  color: #0b805d;
  font-size: 26px;
  font-variation-settings: "FILL" 1;
}

.wg-v9 .wg-v2-benefits h3 {
  margin-bottom: 10px;
  color: var(--wg-v13-ink);
  font-size: 19px;
}

.wg-v9 .wg-v2-benefits p {
  color: var(--wg-v13-copy);
  font-size: 15px;
  line-height: 1.55;
}

.wg-v9 .wg-v2-stats {
  width: var(--wg-v13-content);
  max-width: 1248px;
  margin: 72px auto 0;
  padding: 48px;
  gap: 24px;
  border-radius: 32px;
  background: var(--wg-v13-soft);
}

.wg-v9 .wg-v2-stats article {
  min-height: 176px;
  padding: 30px 32px;
  border: 1px solid var(--wg-v13-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(9, 35, 26, .02);
}

.wg-v9 .wg-v2-stats strong {
  color: #0b805d;
  font-size: clamp(54px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -.055em;
}

.wg-v9 .wg-v2-stats span {
  max-width: 245px;
  margin-top: 12px;
  color: #263c33;
  font-size: 14px;
  line-height: 1.45;
}

/* Product demo: not another card, but one generous editorial row. */
.wg-v9 .wg-v2-portal-stage {
  width: var(--wg-v13-content);
  max-width: 1120px;
  margin: 128px auto 0;
  padding: 0;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(56px, 7vw, 96px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wg-v9 .wg-v2-portal-window {
  order: 1;
  border-radius: 22px;
  box-shadow: 0 28px 64px rgba(9, 35, 26, .14);
  transform: rotate(-2deg);
}

.wg-v9 .wg-v2-portal-copy {
  order: 2;
  max-width: 410px;
}

.wg-v9 .wg-v2-portal-copy h3 {
  color: var(--wg-v13-ink);
  font-size: clamp(34px, 3.2vw, 46px);
}

.wg-v9 .wg-v2-portal-copy > p:not(.wg-v2-eyebrow) {
  color: var(--wg-v13-copy);
  line-height: 1.6;
}

/* Services: one centered title and three equal, quiet cards. */
.wg-v9 .wg-v2-services {
  width: var(--wg-v13-content);
  margin: 0 auto;
  padding: 124px 0;
}

.wg-v9 .wg-v2-services .wg-v2-section-head--left {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wg-v9 .wg-v2-service-grid {
  gap: 20px;
  margin-top: 64px;
}

.wg-v9 .wg-v2-service-card {
  min-height: 555px;
  padding: 18px 18px 28px;
  border: 1px solid var(--wg-v13-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: none;
}

.wg-v9 .wg-v2-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(9, 35, 26, .08);
}

.wg-v9 .wg-v2-service-card__image {
  height: 300px;
  margin-bottom: 0;
  border-radius: 19px;
}

.wg-v9 .wg-v2-service-card__image > strong {
  right: 22px;
  bottom: 20px;
  left: 22px;
  font-size: 25px;
}

.wg-v9 .wg-v2-service-card__body {
  min-height: 215px;
  padding: 25px 6px 0;
}

.wg-v9 .wg-v2-service-card__body h3 {
  color: var(--wg-v13-ink);
  font-size: 22px;
}

.wg-v9 .wg-v2-service-card__body > p {
  margin-top: 12px;
  color: var(--wg-v13-copy);
  line-height: 1.55;
}

/* Integrations and reviews use the broad rounded Moneybird frame. */
.wg-v9 .wg-v2-integrations,
.wg-v9 .wg-v2-reviews {
  width: var(--wg-v13-outer);
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(9, 35, 26, .08);
  border-radius: 36px;
}

.wg-v9 .wg-v2-integrations {
  padding: 96px max(32px, calc((100% - 1248px) / 2));
  background: #fff;
}

.wg-v9 .wg-v2-tile-stack {
  width: 108px;
  margin: -24px auto 28px;
}

.wg-v9 .wg-v2-integrations > .wg-v2-section-head {
  max-width: 760px;
}

.wg-v9 .wg-v2-integration-grid {
  max-width: 1120px;
  margin-top: 58px;
  gap: 18px;
}

.wg-v9 .wg-v2-integration-grid article {
  min-height: 284px;
  padding: 36px 28px;
  border: 1px solid var(--wg-v13-line);
  border-radius: 20px;
  background: #fff;
}

.wg-v9 .wg-v2-integration-grid article > img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.wg-v9 .wg-v2-integration-grid h3 {
  color: var(--wg-v13-ink);
  font-size: 20px;
}

.wg-v9 .wg-v2-integration-grid p {
  color: var(--wg-v13-copy);
  line-height: 1.55;
}

.wg-v9 .wg-v2-tool-row {
  max-width: 860px;
  margin-top: 36px;
  padding: 18px 24px;
  border: 0;
  border-top: 1px solid var(--wg-v13-line);
  border-radius: 0;
  background: transparent;
}

.wg-v9 .wg-v2-reviews {
  margin-top: 32px;
  padding: 112px max(32px, calc((100% - 1248px) / 2));
  background: #fff;
}

.wg-v9 .wg-v2-reviews > .wg-v2-section-head {
  max-width: 760px;
}

.wg-v9 .wg-v2-reviews .wg-v2-section-head h2 strong {
  display: block;
  margin-bottom: 4px;
  color: var(--wg-v13-ink);
  font-size: clamp(72px, 8vw, 112px);
  line-height: .95;
  letter-spacing: -.065em;
}

.wg-v9 .wg-v2-review-grid {
  max-width: 1120px;
  margin-top: 60px;
  gap: 20px;
}

.wg-v9 .wg-v2-review-card,
.wg-v9 .wg-v2-review-cta {
  min-height: 430px;
  border-radius: 24px;
}

.wg-v9 .wg-v2-review-card > div {
  padding: 28px;
}

.wg-v9 .wg-v2-review-card blockquote {
  font-size: 18px;
  line-height: 1.34;
}

.wg-v9 .wg-v2-review-cta {
  background: #0b805d;
}

.wg-v9 .wg-v2-review-cta > div {
  padding: 32px;
}

.wg-v9 .wg-v2-review-cta span {
  font-size: clamp(30px, 2.8vw, 40px);
}

/* The price CTA is the one restrained sand accent between proof and contact. */
.wg-v9 .wg-v2-price {
  width: var(--wg-v13-content);
  margin: 96px auto;
  padding: 68px 64px;
  border-radius: 32px;
}

.wg-v9 .wg-v2-price h2 {
  max-width: 640px;
}

.wg-v9 .wg-v2-price__lead {
  max-width: 590px;
  margin-top: 18px;
  line-height: 1.58;
}

.wg-v9 .wg-v2-price__ribbon {
  opacity: .07;
}

body.wg-v9:has(.wg-v2) .contact-section {
  padding: 104px 0 !important;
  background: #fff !important;
}

body.wg-v9:has(.wg-v2) .contact-section > .container {
  width: var(--wg-v13-content);
  max-width: 1248px;
  padding: 0 !important;
}

body.wg-v9:has(.wg-v2) .contact-inner {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

body.wg-v9:has(.wg-v2) .contact-form-wrap {
  box-shadow: none !important;
}

/* V14 — a calm, human final step instead of a loose form on a white field. */
body.wg-v9:has(.wg-v2) .contact-section > .container {
  width: var(--wg-v13-outer);
  max-width: 1408px;
  padding: 72px !important;
  border-radius: 32px;
  background: var(--wg-v13-sand);
}

body.wg-v9:has(.wg-v2) .contact-inner {
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}

.wg-v9 .contact-eyebrow,
.wg-v9 .contact-form-heading > span {
  margin: 0 0 16px;
  color: #0b805d;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wg-v9 .contact-text .section-heading {
  max-width: 560px;
  margin: 0;
  color: var(--wg-v13-ink) !important;
  font-size: clamp(42px, 4.1vw, 58px) !important;
  font-weight: 650 !important;
  line-height: 1.04 !important;
  letter-spacing: -.045em !important;
}

.wg-v9 .contact-text .section-heading .amber {
  color: inherit !important;
  font-style: normal;
}

.wg-v9 .contact-text .section-sub {
  max-width: 510px;
  margin: 24px 0 0;
  color: var(--wg-v13-copy);
  font-size: 17px;
  line-height: 1.65;
}

.wg-v9 .contact-human-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: #31473e;
  font-size: 14px;
  font-weight: 600;
}

.wg-v9 .contact-human-proof__avatars { display: flex; }
.wg-v9 .contact-human-proof__avatars img {
  width: 36px;
  height: 36px;
  margin-left: -9px;
  border: 2px solid var(--wg-v13-sand);
  border-radius: 50%;
  object-fit: cover;
}
.wg-v9 .contact-human-proof__avatars img:first-child { margin-left: 0; }

.wg-v9 .contact-methods { margin-top: 32px; gap: 8px; }
.wg-v9 .contact-method {
  min-height: 58px;
  padding: 10px 14px !important;
  border-color: rgba(9,35,26,.09) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.72) !important;
  box-shadow: none !important;
}
.wg-v9 .contact-method:hover {
  border-color: rgba(11,128,93,.28) !important;
  background: #fff !important;
  transform: translateX(3px);
}

body.wg-v9:has(.wg-v2) .contact-form-wrap {
  padding: 40px !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: #fff;
  box-shadow:
    0 1px 1px -.5px rgba(31,33,32,.03),
    0 6px 16px -8px rgba(31,33,32,.08),
    0 22px 48px -24px rgba(31,33,32,.13) !important;
}

.wg-v9 .contact-form-heading { margin-bottom: 28px; }
.wg-v9 .contact-form-heading > span { display: block; margin-bottom: 8px; }
.wg-v9 .contact-form-heading h3 {
  margin: 0;
  color: var(--wg-v13-ink);
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.wg-v9 .contact-form { gap: 18px !important; }
.wg-v9 .contact-form input,
.wg-v9 .contact-form textarea { background: #f7f8f6 !important; }
.wg-v9 .contact-form .form-privacy {
  margin: 2px 0 0;
  text-align: left;
}

@media (max-width: 980px) {
  body.wg-v9:has(.wg-v2) .contact-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 600px) {
  body.wg-v9:has(.wg-v2) .contact-section > .container {
    width: calc(100% - 24px);
    padding: 40px 20px 20px !important;
    border-radius: 26px;
  }

  .wg-v9 .contact-text .section-heading {
    font-size: clamp(38px, 12vw, 48px) !important;
  }

  .wg-v9 .contact-text .section-sub { font-size: 16px; }
  .wg-v9 .contact-human-proof { align-items: flex-start; }
  body.wg-v9:has(.wg-v2) .contact-form-wrap {
    padding: 28px 20px !important;
    border-radius: 20px !important;
  }
}

@media (max-width: 980px) {
  .wg-v9 .wg-v2-portal-stage {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .wg-v9 .wg-v2-portal-copy {
    order: 1;
    max-width: 620px;
  }

  .wg-v9 .wg-v2-portal-window {
    order: 2;
    max-width: 760px;
  }

}

@media (max-width: 820px) {
  :root {
    --wg-v13-outer: calc(100% - 24px);
    --wg-v13-content: calc(100% - 48px);
  }

  .wg-v9 .wg-v2-trusted {
    padding: 48px 0 66px;
  }

  .wg-v9 .wg-v2-promise {
    width: 100%;
    padding: 76px 0 96px;
    border-radius: 0;
  }

  .wg-v9 .wg-v2-benefits {
    gap: 30px !important;
  }

  .wg-v9 .wg-v2-stats {
    padding: 24px;
    gap: 14px;
  }

  .wg-v9 .wg-v2-stats article {
    min-height: 150px;
    padding: 24px;
  }

  .wg-v9 .wg-v2-portal-stage {
    padding: 0;
    border-radius: 0;
  }

  .wg-v9 .wg-v2-services {
    width: var(--wg-v13-content);
    padding: 96px 0;
  }

  .wg-v9 .wg-v2-integrations,
  .wg-v9 .wg-v2-reviews {
    width: var(--wg-v13-outer);
    padding: 80px 32px;
    border-radius: 30px;
  }

  .wg-v9 .wg-v2-price {
    width: var(--wg-v13-content);
    margin: 72px auto;
    padding: 56px 40px;
  }

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

  body.wg-v9:has(.wg-v2) .contact-section > .container {
    width: var(--wg-v13-outer);
  }

}

@media (max-width: 600px) {
  :root {
    --wg-v13-outer: calc(100% - 24px);
    --wg-v13-content: calc(100% - 40px);
  }

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

  .wg-v9 .wg-v2-trusted > p {
    margin-bottom: 24px;
  }

  .wg-v9 .wg-v2-promise {
    padding: 68px 0 84px;
  }

  .wg-v9 .wg-v2-promise > .wg-v2-section-head {
    width: var(--wg-v13-content);
  }

  .wg-v9 .wg-v2-benefits {
    grid-template-columns: 1fr !important;
    margin-top: 48px;
    gap: 34px !important;
  }

  .wg-v9 .wg-v2-benefits article {
    display: grid;
    grid-template-columns: 28px 1fr;
    column-gap: 12px;
  }

  .wg-v9 .wg-v2-benefits .material-symbols-rounded {
    grid-row: 1 / 3;
    margin: 1px 0 0;
    font-size: 23px;
  }

  .wg-v9 .wg-v2-benefits h3 {
    margin-bottom: 7px;
    font-size: 18px;
  }

  .wg-v9 .wg-v2-stats {
    grid-template-columns: 1fr;
    width: var(--wg-v13-outer);
    margin-top: 52px;
    padding: 16px;
    border-radius: 24px;
  }

  .wg-v9 .wg-v2-stats article {
    min-height: 126px;
    padding: 22px 24px;
    border-radius: 14px;
  }

  .wg-v9 .wg-v2-stats strong {
    font-size: 52px;
  }

  .wg-v9 .wg-v2-portal-stage {
    width: var(--wg-v13-content);
    margin-top: 88px;
    gap: 36px;
  }

  .wg-v9 .wg-v2-portal-copy h3 {
    font-size: 32px;
  }

  .wg-v9 .wg-v2-portal-window {
    border-radius: 16px;
    transform: rotate(-1deg);
  }

  .wg-v9 .wg-v2-portal-layout {
    min-height: 310px;
  }

  .wg-v9 .wg-v2-portal-chart {
    display: none;
  }

  .wg-v9 .wg-v2-services {
    padding: 84px 0;
  }

  .wg-v9 .wg-v2-service-grid {
    margin-top: 48px;
    gap: 16px;
  }

  .wg-v9 .wg-v2-service-card {
    min-height: 0;
    padding: 14px 14px 24px;
    border-radius: 24px;
  }

  .wg-v9 .wg-v2-service-card__image {
    height: 248px;
    border-radius: 16px;
  }

  .wg-v9 .wg-v2-service-card__body {
    min-height: 230px;
    padding: 22px 6px 0;
  }

  .wg-v9 .wg-v2-integrations,
  .wg-v9 .wg-v2-reviews {
    padding: 68px 20px;
    border-radius: 26px;
  }

  .wg-v9 .wg-v2-tile-stack {
    width: 92px;
    margin-top: -14px;
  }

  .wg-v9 .wg-v2-integration-grid,
  .wg-v9 .wg-v2-review-grid {
    margin-top: 44px;
    gap: 14px;
  }

  .wg-v9 .wg-v2-integration-grid article {
    min-height: 0;
    padding: 30px 22px;
    border-radius: 18px;
  }

  .wg-v9 .wg-v2-tool-row {
    gap: 20px;
    margin-top: 26px;
    padding: 20px 4px 0;
  }

  .wg-v9 .wg-v2-reviews {
    margin-top: 16px;
  }

  .wg-v9 .wg-v2-reviews .wg-v2-section-head h2 strong {
    font-size: 70px;
  }

  .wg-v9 .wg-v2-review-card {
    min-height: 420px;
  }

  .wg-v9 .wg-v2-review-cta {
    min-height: 300px;
  }

  .wg-v9 .wg-v2-price {
    width: var(--wg-v13-outer);
    margin: 56px auto;
    padding: 44px 24px;
    border-radius: 26px;
  }

  body.wg-v9:has(.wg-v2) .contact-section {
    padding: 64px 0 !important;
  }

  body.wg-v9:has(.wg-v2) .contact-section > .container {
    width: var(--wg-v13-outer);
  }

}
