@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --wg-blue: #5194e6;
  --wg-blue-deep: #1f5fb4;
  --wg-blue-hover: #3c79c4;
  --wg-ink: #143144;
  --wg-text: #4a6076;
  --wg-muted: #7c90a5;
  --wg-bg: #ffffff;
  --wg-tint: #f3faff;
  --wg-tint-2: #f2f4ff;
  --wg-line: #e3ecf5;
  --wg-amber: #faac1d;
  --wg-green: #15ac76;
  --wg-shadow-s: 0 1px 2px rgba(20, 49, 68, 0.05), 0 2px 10px rgba(20, 49, 68, 0.05);
  --wg-shadow-m: 0 20px 48px -22px rgba(31, 95, 180, 0.28);
  --wg-shadow-blue: 0 14px 30px -10px rgba(81, 148, 230, 0.5);
}

/* Modern homepage hero inspired by the local landing reference */
.wg-modern .wg-btn--primary,
.wg-modern .wg-btn--primary:visited,
.wg-modern .wg-btn--primary:hover,
.wg-modern .wg-btn--primary:focus-visible {
  color: #ffffff !important;
}

.wg-modern .wg-btn--primary svg {
  color: #ffffff;
  stroke: #ffffff;
}

.wg-hero--landing {
  overflow: hidden;
  padding: 70px 0 44px;
  text-align: center;
  background:
    linear-gradient(180deg, #eaf4ff 0%, #f6fbff 54%, #ffffff 100%);
}

.wg-hero--landing .wg-wrap {
  position: relative;
  z-index: 1;
}

.wg-hero-intro {
  max-width: 840px;
  margin: 0 auto;
}

.wg-hero--landing .wg-pill {
  margin: 0 auto;
  border-color: rgba(184, 209, 236, 0.82);
  background: rgba(255, 255, 255, 0.86);
  color: var(--blue-deep);
}

.wg-hero--landing .wg-pill span {
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
}

.wg-hero--landing .wg-hero-intro h1 {
  max-width: 790px;
  margin: 24px auto 0;
  font-size: 68px;
  line-height: 1.03;
}

.wg-hero--landing .wg-hero-intro h1 span {
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wg-hero--landing .wg-lead {
  max-width: 640px;
  margin: 24px auto 0;
  font-size: 19px;
  line-height: 1.75;
}

.wg-hero--landing .wg-cta-row {
  justify-content: center;
}

.wg-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.wg-hero-assurances {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.wg-hero-assurances span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(203, 224, 255, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0 13px;
  color: var(--text);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(20, 49, 68, 0.04);
}

.wg-hero-assurances span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: var(--green);
  margin-right: 8px;
  box-shadow: 0 0 0 4px rgba(28, 184, 118, 0.12);
}

.wg-hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0 15px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(20, 49, 68, 0.05);
}

.wg-hero-trust b {
  color: var(--ink);
}

.wg-landing-stage {
  position: relative;
  max-width: 1120px;
  margin: 54px auto 0;
  padding: 0 0 72px;
  text-align: left;
}

.wg-browser-preview {
  position: relative;
  width: calc(100% - 118px);
  overflow: hidden;
  border: 1px solid rgba(209, 226, 243, 0.96);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 44px 92px -44px rgba(31, 95, 180, 0.56);
}

.wg-browser-bar {
  display: grid;
  grid-template-columns: 94px minmax(180px, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  border-bottom: 1px solid rgba(227, 236, 245, 0.95);
  background: linear-gradient(180deg, #f8fbff, #eef6ff);
  padding: 12px 18px;
}

.wg-browser-dots {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.wg-browser-dots i {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #c8d8ea;
}

.wg-browser-dots i:nth-child(2) {
  background: #9fc2ea;
}

.wg-browser-dots i:nth-child(3) {
  background: var(--blue);
}

.wg-browser-url,
.wg-browser-state {
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.wg-browser-url {
  justify-self: center;
  width: min(320px, 100%);
  padding: 7px 16px;
  text-align: center;
}

.wg-browser-state {
  padding: 7px 12px;
  color: var(--green);
  background: rgba(21, 172, 118, 0.1);
}

.wg-browser-editor {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  min-height: 510px;
}

.wg-editor-sidebar {
  border-right: 1px solid rgba(227, 236, 245, 0.95);
  background: #f4f9ff;
  padding: 20px 16px;
}

.wg-editor-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
}

.wg-editor-brand span,
.wg-side-nav span svg,
.wg-demo-grid svg,
.wg-float-card > span,
.wg-floating-phone__modules svg {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
}

.wg-editor-brand span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  color: #ffffff;
}

.wg-landing-stage svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.wg-editor-sidebar small {
  display: block;
  margin: 26px 8px 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wg-side-nav {
  display: grid;
  gap: 5px;
}

.wg-side-nav span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  border-radius: 8px;
  padding: 0 11px;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}

.wg-side-nav .is-active {
  border: 1px solid rgba(213, 228, 243, 0.95);
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(20, 49, 68, 0.05);
}

.wg-side-nav .is-active svg {
  color: var(--blue-deep);
}

.wg-editor-main {
  background: #ffffff;
  padding: 28px 30px 30px;
}

.wg-editor-topline,
.wg-editor-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.wg-editor-topline p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.wg-editor-topline span {
  padding: 0 5px;
  color: #b5c3d3;
}

.wg-editor-topline a,
.wg-editor-title-row button {
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  padding: 8px 14px;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.wg-editor-title-row {
  margin-top: 18px;
}

.wg-editor-title-row h2 {
  margin: 0;
  color: var(--ink) !important;
  font-size: 30px;
  line-height: 1.1;
}

.wg-editor-title-row p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.wg-editor-title-row button {
  border-color: transparent;
  background: var(--blue);
  color: #ffffff;
  cursor: default;
}

.wg-demo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(227, 236, 245, 0.95);
}

.wg-demo-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1.5px solid rgba(209, 226, 243, 0.98);
  border-radius: 999px;
  background: #ffffff;
  padding: 0 17px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(20, 49, 68, 0.04);
}

.wg-demo-tabs .is-active {
  border-color: rgba(81, 148, 230, 0.46);
  background: linear-gradient(180deg, #f5faff, #eaf4ff);
  color: var(--blue-deep);
  box-shadow: 0 14px 26px rgba(81, 148, 230, 0.14);
}

.wg-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.wg-demo-grid article {
  min-height: 112px;
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(20, 49, 68, 0.05);
}

.wg-demo-grid svg {
  color: var(--blue-deep);
}

.wg-demo-grid b,
.wg-demo-grid small {
  display: block;
}

.wg-demo-grid b {
  margin-top: 12px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.wg-demo-grid small {
  margin-top: 6px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.wg-floating-phone {
  position: absolute;
  right: 0;
  top: 102px;
  z-index: 3;
  width: 256px;
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px;
  box-shadow: 0 38px 78px -38px rgba(31, 95, 180, 0.62);
  transform: rotate(3deg);
}

.wg-floating-phone__screen {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}

.wg-floating-phone__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px 10px;
}

.wg-floating-phone__top span {
  border-radius: 999px;
  background: var(--tint);
  color: var(--blue-deep);
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 850;
}

.wg-floating-phone__top img {
  width: 130px;
  height: auto;
}

.wg-floating-phone__photo {
  display: flex;
  align-items: flex-end;
  min-height: 152px;
  margin: 0 2px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(20, 49, 68, 0.04), rgba(20, 49, 68, 0.56)),
    url("/assets/images/welloguest-host-welcome-small.jpg") center / cover;
  padding: 14px;
}

.wg-floating-phone__photo p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.18;
}

.wg-floating-phone__modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 2px 2px;
}

.wg-floating-phone__modules span {
  display: grid;
  place-items: center;
  min-height: 78px;
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: #f5faff;
  padding: 9px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.wg-floating-phone__modules svg {
  margin-bottom: 7px;
  color: var(--blue-deep);
}

.wg-float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 270px;
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 14px;
  box-shadow: 0 26px 56px -30px rgba(31, 95, 180, 0.55);
}

.wg-float-card > span {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(81, 148, 230, 0.12);
  color: var(--blue-deep);
}

.wg-float-card b,
.wg-float-card small {
  display: block;
}

.wg-float-card b {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.wg-float-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.wg-float-card--qr {
  right: 72px;
  bottom: 24px;
}

.wg-float-card--lang {
  left: 18px;
  bottom: 116px;
}

@media (max-width: 1020px) {
  .wg-hero--landing .wg-hero-intro h1 {
    max-width: 700px;
    font-size: 56px;
  }

  .wg-browser-preview {
    width: 100%;
  }

  .wg-floating-phone {
    right: 22px;
    top: 136px;
    width: 230px;
  }

  .wg-browser-editor {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .wg-editor-sidebar {
    padding: 18px 12px;
  }

  .wg-editor-main {
    padding: 24px;
  }

  .wg-float-card--qr {
    right: 54px;
  }
}

@media (max-width: 860px) {
  .wg-landing-stage {
    padding-bottom: 0;
  }

  .wg-browser-bar {
    grid-template-columns: auto 1fr;
  }

  .wg-browser-state {
    display: none;
  }

  .wg-browser-editor {
    grid-template-columns: 1fr;
  }

  .wg-editor-sidebar,
  .wg-floating-phone,
  .wg-float-card {
    display: none;
  }

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

@media (max-width: 640px) {
  .wg-hero--landing {
    padding: 52px 0 34px;
  }

  .wg-hero--landing .wg-hero-intro h1 {
    font-size: 39px;
  }

  .wg-hero--landing .wg-lead {
    font-size: 16px;
  }

  .wg-hero-trust span {
    width: 100%;
    justify-content: center;
  }

  .wg-hero-assurances span {
    width: 100%;
    justify-content: center;
  }

  .wg-landing-stage {
    margin-top: 36px;
  }

  .wg-browser-bar {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wg-browser-dots {
    display: none;
  }

  .wg-editor-main {
    padding: 20px 14px 16px;
  }

  .wg-editor-topline,
  .wg-editor-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .wg-editor-topline a,
  .wg-editor-title-row button {
    display: none;
  }

  .wg-editor-title-row h2 {
    font-size: 25px;
  }

  .wg-demo-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 14px;
  }

  .wg-demo-tabs span {
    flex: 0 0 auto;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--wg-bg);
  color: var(--wg-text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

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

.field-input {
  width: 100%;
  min-height: 52px;
  border: 1.5px solid var(--wg-line);
  border-radius: 13px;
  background: #fcfbfe;
  color: var(--wg-ink);
  padding: 0 16px;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

textarea.field-input {
  min-height: 130px;
  padding-top: 14px;
}

.field-input:focus {
  border-color: var(--wg-blue);
  box-shadow: 0 0 0 4px rgba(81, 148, 230, 0.14);
}

label > span {
  display: block;
  margin-bottom: 9px;
  color: var(--wg-muted);
  font-size: 13px;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wg-ink) !important;
  letter-spacing: 0 !important;
}

p {
  color: var(--wg-text);
}

a {
  color: var(--wg-blue-deep);
}

a:hover {
  color: var(--wg-blue-hover);
}

::selection {
  background: rgba(81, 148, 230, 0.2);
  color: var(--wg-ink);
}

.wg-404-page {
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 58%, #f7fbff 100%);
}

.wg-404-hero {
  overflow: hidden;
  padding: 82px 0 52px;
  text-align: center;
}

.wg-404-grid {
  max-width: 920px;
  margin: 0 auto;
}

.wg-404-copy {
  max-width: 860px;
  margin: 0 auto;
}

.wg-404-copy .wg-kicker {
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  background: var(--wg-tint);
  color: var(--wg-blue-deep);
}

.wg-404-copy h1 {
  margin: 22px auto 0;
  max-width: 760px;
  color: var(--wg-ink);
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1;
  font-weight: 900;
}

.wg-404-copy p {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--wg-text);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.75;
}

.wg-404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.wg-404-links {
  padding: 0 0 58px;
}

.wg-404-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wg-404-links__grid a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  border: 1px solid var(--wg-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  text-decoration: none;
  box-shadow: var(--wg-shadow-s);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wg-404-links__grid a:hover {
  border-color: rgba(81, 148, 230, 0.48);
  box-shadow: var(--wg-shadow-m);
  transform: translateY(-2px);
}

.wg-404-links__grid strong {
  color: var(--wg-ink);
  font-size: 20px;
  font-weight: 900;
}

.wg-404-links__grid span {
  color: var(--wg-text);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .wg-404-links__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .wg-404-hero {
    padding: 54px 0 38px;
  }

  .wg-404-actions .wg-btn {
    width: 100%;
  }
}

.jb-admin-body {
  min-height: 100vh;
  background:
    radial-gradient(900px 520px at 80% -10%, rgba(203, 224, 255, 0.72), rgba(203, 224, 255, 0) 60%),
    linear-gradient(180deg, #f4f9ff 0%, #ffffff 42%, #f8fbff 100%);
}

.jb-admin,
.jb-admin * {
  box-sizing: border-box;
}

.jb-admin {
  --admin-ink: #143144;
  --admin-text: #4a6076;
  --admin-muted: #7c90a5;
  --admin-line: #e3ecf5;
  --admin-blue: #5194e6;
  --admin-blue-deep: #1f5fb4;
  --admin-green: #15ac76;
  --admin-orange: #f58e57;
  --admin-red: #e64e68;
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 72px;
  color: var(--admin-text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jb-admin-login {
  display: grid;
  min-height: 100vh;
  place-items: center;
}

.jb-admin-login__card {
  width: min(480px, 100%);
  border: 1px solid rgba(227, 236, 245, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 34px;
  box-shadow: 0 34px 80px -46px rgba(31, 95, 180, 0.55);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.jb-admin-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #e7f0f9;
  padding: 0 14px;
  color: var(--admin-blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jb-admin-login h1,
.jb-admin-hero h1 {
  margin: 18px 0 0;
  color: var(--admin-ink);
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 900;
  line-height: 1.04;
}

.jb-admin-login p,
.jb-admin-hero p,
.jb-admin-rules p {
  margin: 16px 0 0;
  color: var(--admin-text);
  font-size: 17px;
  line-height: 1.7;
}

.jb-admin-login form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.jb-admin-login__error {
  border: 1px solid rgba(230, 78, 104, 0.26);
  border-radius: 8px;
  background: #ffecee;
  padding: 12px 14px;
  color: #a9401e !important;
  font-size: 14px !important;
  font-weight: 800;
}

.jb-admin-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.jb-admin-hero > div {
  max-width: 780px;
}

.jb-admin-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--admin-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0 18px;
  color: var(--admin-ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(20, 49, 68, 0.06);
}

.jb-admin-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.jb-admin-stats article,
.jb-admin-rules,
.jb-admin-table-card {
  border: 1px solid rgba(227, 236, 245, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 56px -38px rgba(31, 95, 180, 0.4);
}

.jb-admin-stats article {
  padding: 22px;
}

.jb-admin-stats span {
  display: block;
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.jb-admin-stats strong {
  display: block;
  margin-top: 6px;
  color: var(--admin-ink);
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
}

.jb-admin-rules {
  margin-bottom: 18px;
  padding: 22px;
}

.jb-admin-rules h2 {
  margin: 0;
  color: var(--admin-ink);
  font-size: 22px;
  font-weight: 900;
}

.jb-admin-table-card {
  overflow: hidden;
}

.jb-admin-table-wrap {
  overflow-x: auto;
}

.jb-admin-table {
  width: 100%;
  min-width: 1220px;
  border-collapse: collapse;
}

.jb-admin-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f4f9ff;
  color: var(--admin-muted);
  padding: 15px 18px;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.jb-admin-table td {
  vertical-align: top;
  border-top: 1px solid var(--admin-line);
  padding: 18px;
  color: var(--admin-text);
  font-size: 14px;
  line-height: 1.45;
}

.jb-admin-table strong,
.jb-admin-table span {
  color: var(--admin-ink);
}

.jb-admin-table strong,
.jb-admin-table p {
  display: block;
  max-width: 330px;
  margin: 0;
}

.jb-admin-table small {
  display: block;
  margin-top: 7px;
  color: var(--admin-muted);
  font-size: 12px;
  font-weight: 800;
}

.jb-admin-url {
  display: inline-flex;
  color: var(--admin-blue-deep);
  font-weight: 900;
  text-decoration: none;
}

.jb-admin-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 34px;
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 950;
}

.jb-admin-score.is-good {
  background: var(--admin-green);
}

.jb-admin-score.is-warn {
  background: var(--admin-orange);
}

.jb-admin-score.is-bad {
  background: var(--admin-red);
}

.jb-admin-image {
  display: grid;
  gap: 8px;
  width: 150px;
  color: var(--admin-blue-deep);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.jb-admin-image img {
  width: 150px;
  height: 84px;
  border: 1px solid var(--admin-line);
  border-radius: 8px;
  object-fit: cover;
  background: #f4f9ff;
}

.jb-admin-empty {
  color: var(--admin-muted) !important;
  font-weight: 850;
}

.jb-admin-ok {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(21, 172, 118, 0.1);
  padding: 7px 11px;
  color: var(--admin-green) !important;
  font-size: 12px;
  font-weight: 950;
}

.jb-admin-table ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jb-admin-table li {
  position: relative;
  max-width: 250px;
  padding-left: 15px;
  color: var(--admin-text);
  font-size: 13px;
  font-weight: 750;
}

.jb-admin-table li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--admin-orange);
}

@media (max-width: 820px) {
  .jb-admin {
    width: min(100% - 24px, 1500px);
    padding: 32px 0 56px;
  }

  .jb-admin-hero,
  .jb-admin-stats {
    grid-template-columns: 1fr;
  }

  .jb-admin-hero {
    display: grid;
  }

  .jb-admin-login__card {
    padding: 26px;
  }
}

/* Modern WelloGuest landing page */
body.wg-modern-home {
  margin: 0;
  background: #ffffff;
}

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

.wg-modern {
  --graphite50: #f2f5ff;
  --graphite100: #d0d4f8;
  --graphite300: #9ba1e4;
  --graphite500: #6670c0;
  --graphite700: #3c3e88;
  --graphite900: #1a1b3c;
  --sky50: #e7f0f9;
  --sky100: #cbe0ff;
  --sky300: #8abcff;
  --sky500: #5194e6;
  --sky700: #1f5fb4;
  --sky900: #0b2c6b;
  --aqua50: #e8fcfb;
  --aqua100: #c0f3f1;
  --aqua300: #70dad4;
  --aqua500: #289c9a;
  --aqua700: #145c5c;
  --aqua900: #0b3133;
  --leaf50: #effbee;
  --leaf100: #d9f3d8;
  --leaf300: #a7dfa2;
  --leaf500: #7bce82;
  --leaf700: #316b3c;
  --leaf900: #113026;
  --sun50: #fff5e7;
  --sun100: #ffe4c6;
  --sun300: #fdbb7e;
  --sun500: #f58e57;
  --sun700: #e86d3a;
  --sun900: #a9401e;
  --rose50: #ffecee;
  --rose100: #ffdae0;
  --rose300: #ff9fb0;
  --rose500: #e64e68;
  --blue: var(--sky500);
  --blue-deep: var(--sky700);
  --blue-hover: #3c79c4;
  --ink: #143144;
  --text: #4a6076;
  --muted: #7c90a5;
  --tint: var(--sky50);
  --tint-2: var(--graphite50);
  --line: #e3ecf5;
  --amber: var(--sun500);
  --green: var(--leaf500);
  --shadow-soft: 0 12px 34px rgba(20, 49, 68, 0.08);
  --shadow-blue: 0 16px 30px -14px rgba(81, 148, 230, 0.75);
  min-height: 100vh;
  overflow: hidden;
  color: var(--text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.wg-modern img,
.wg-modern svg {
  display: block;
}

.wg-modern a {
  color: inherit;
}

.wg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wg-wrap {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.wg-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(227, 236, 245, 0.9);
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.wg-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.wg-brand {
  display: inline-flex;
  align-items: center;
  flex: none;
  text-decoration: none;
}

.wg-brand img {
  width: 184px;
  height: auto;
}

.wg-nav__links,
.wg-nav__actions,
.wg-footer nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.wg-nav__links a,
.wg-login,
.wg-footer a {
  color: var(--text);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.wg-nav__links a:hover,
.wg-login:hover,
.wg-footer a:hover {
  color: var(--blue-deep);
}

.wg-nav__links a[aria-current="page"] {
  color: var(--blue-deep);
}

.wg-nav__actions .wg-btn--primary,
.wg-nav__actions .wg-btn--primary:visited {
  display: inline-flex;
  background: var(--wg-blue) !important;
  color: #ffffff !important;
  box-shadow: var(--wg-shadow-blue);
}

.wg-nav__actions .wg-btn--primary:hover,
.wg-nav__actions .wg-btn--primary:focus-visible {
  background: var(--wg-blue-hover) !important;
  color: #ffffff !important;
}

.wg-nav__actions .wg-btn--primary svg {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  color: #ffffff;
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

.wg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.wg-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

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

.wg-btn--primary {
  background: var(--blue);
  color: #ffffff;
  box-shadow: var(--shadow-blue);
}

.wg-btn--primary:hover {
  background: var(--blue-hover);
  color: #ffffff;
}

.wg-btn--ghost {
  border: 1.5px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(20, 49, 68, 0.05);
}

.wg-btn--ghost:hover {
  border-color: rgba(81, 148, 230, 0.75);
  color: var(--blue-deep);
}

.wg-btn--white {
  background: #ffffff;
  color: var(--blue-deep);
}

.wg-btn--outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  color: #ffffff;
}

.wg-btn--large {
  min-height: 56px;
  padding: 0 30px;
  font-size: 16px;
}

.wg-menu {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
}

.wg-menu span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

.wg-hero {
  background:
    radial-gradient(740px 420px at 88% 8%, rgba(81, 148, 230, 0.2), transparent 62%),
    radial-gradient(620px 380px at 8% 12%, rgba(216, 222, 255, 0.66), transparent 64%),
    linear-gradient(180deg, rgba(243, 250, 255, 0.98) 0%, rgba(255, 255, 255, 1) 88%);
  padding: 72px 0 36px;
}

.wg-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 48px;
}

.wg-pill,
.wg-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wg-pill {
  gap: 10px;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 7px 15px 7px 8px;
  color: var(--blue-deep);
  box-shadow: 0 8px 20px rgba(20, 49, 68, 0.05);
}

.wg-pill span {
  border-radius: 999px;
  background: var(--amber);
  color: #ffffff;
  padding: 4px 10px;
}

.wg-hero h1,
.wg-section-head h2,
.wg-split__copy h2,
.wg-final h2 {
  margin: 0;
  color: var(--ink) !important;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0 !important;
}

.wg-hero h1 {
  max-width: 640px;
  margin-top: 22px;
  font-size: 58px;
}

.wg-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.75;
}

.wg-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.wg-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.wg-proof span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 13px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.wg-proof b {
  color: var(--ink);
}

.wg-hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wg-hero-visual svg,
.wg-icon svg,
.wg-modules article span svg,
.wg-step-grid article > span svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-admin-preview,
.wg-guest-preview,
.wg-hero-metric {
  border: 1px solid rgba(227, 236, 245, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 74px -34px rgba(31, 95, 180, 0.48);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.wg-admin-preview {
  width: min(470px, 100%);
  padding: 18px;
}

.wg-preview-top,
.wg-editor-head,
.wg-guest-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.wg-preview-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
}

.wg-preview-brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  color: #ffffff;
}

.wg-preview-status {
  border-radius: 999px;
  background: rgba(21, 172, 118, 0.12);
  color: var(--green);
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 850;
}

.wg-editor-head {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, var(--tint));
  padding: 16px;
}

.wg-editor-head b {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

.wg-editor-head small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.wg-editor-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wg-editor-actions span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 850;
}

.wg-editor-actions .is-save {
  border-color: transparent;
  background: var(--blue);
  color: #ffffff;
}

.wg-editor-tabs {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  overflow: hidden;
}

.wg-editor-tabs span {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  padding: 8px 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.wg-editor-tabs .is-active {
  border-color: rgba(81, 148, 230, 0.35);
  background: var(--tint);
  color: var(--blue-deep);
}

.wg-editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.wg-editor-grid div {
  min-height: 108px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 10px 25px rgba(20, 49, 68, 0.05);
}

.wg-editor-grid svg {
  color: var(--blue-deep);
}

.wg-editor-grid b {
  display: block;
  margin-top: 11px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}

.wg-editor-grid small {
  display: block;
  margin-top: 5px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
}

.wg-guest-preview {
  position: absolute;
  right: 0;
  top: 68px;
  width: 242px;
  padding: 10px;
  transform: rotate(3deg);
}

.wg-guest-top {
  height: 44px;
  padding: 0 8px;
}

.wg-guest-top span {
  border-radius: 999px;
  background: var(--tint);
  color: var(--blue-deep);
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 850;
}

.wg-guest-top img {
  width: 126px;
  height: auto;
}

.wg-guest-photo {
  display: flex;
  align-items: flex-end;
  min-height: 138px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(20, 49, 68, 0.06), rgba(20, 49, 68, 0.52)),
    url("/assets/images/welloguest-host-welcome-small.jpg") center / cover;
  padding: 14px;
}

.wg-guest-photo p {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
}

.wg-guest-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.wg-guest-modules span {
  min-height: 78px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--tint);
  padding: 10px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.wg-guest-modules svg {
  margin: 0 auto 8px;
  color: var(--blue-deep);
}

.wg-hero-metric {
  position: absolute;
  right: 58px;
  bottom: 42px;
  display: flex;
  align-items: center;
  width: 260px;
  gap: 12px;
  padding: 14px;
}

.wg-hero-metric span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(81, 148, 230, 0.12);
  color: var(--blue-deep);
}

.wg-hero-metric b,
.wg-hero-metric small {
  display: block;
}

.wg-hero-metric b {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}

.wg-hero-metric small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.wg-product-stage {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wg-phone {
  width: min(330px, 82vw);
  border-radius: 38px;
  background: var(--ink);
  padding: 10px;
  box-shadow: 0 42px 85px -42px rgba(31, 95, 180, 0.72);
}

.wg-phone__screen {
  overflow: hidden;
  min-height: 640px;
  border-radius: 30px;
  background: #ffffff;
}

.wg-phone__hero {
  min-height: 228px;
  padding: 16px 18px 44px;
  background:
    linear-gradient(180deg, rgba(20, 49, 68, 0.05), rgba(20, 49, 68, 0.48)),
    url("/assets/images/welloguest-host-welcome-small.jpg") center / cover;
  color: #ffffff;
}

.wg-phone__bar {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
}

.wg-phone__hero img {
  width: 142px;
  margin-top: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.wg-phone__hero h2 {
  margin: 22px 0 0;
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.15;
}

.wg-phone__hero p {
  max-width: 230px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.45;
}

.wg-phone__body {
  position: relative;
  z-index: 2;
  margin-top: -22px;
  padding: 0 14px 16px;
}

.wg-phone__tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wg-phone__tiles span,
.wg-phone__notice,
.wg-product-card,
.wg-benefits article,
.wg-modules article,
.wg-step-grid article,
.wg-pricing article,
.wg-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(20, 49, 68, 0.06);
}

.wg-phone__tiles span {
  min-height: 92px;
  padding: 14px 12px;
}

.wg-phone__tiles b {
  display: block;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
}

.wg-phone__tiles small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.wg-phone__notice {
  margin-top: 12px;
  padding: 16px;
  background: var(--tint);
}

.wg-phone__notice strong {
  color: var(--ink);
  font-size: 14px;
}

.wg-phone__notice p {
  margin: 7px 0 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.55;
}

.wg-product-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 252px;
  gap: 12px;
  padding: 14px;
}

.wg-product-card--top {
  top: 54px;
  left: 0;
}

.wg-product-card--bottom {
  right: 0;
  bottom: 70px;
}

.wg-product-card b {
  display: block;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.3;
}

.wg-product-card small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.wg-mini-icon,
.wg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 8px;
  background: rgba(21, 172, 118, 0.13);
  color: var(--green);
  font-weight: 850;
}

.wg-mini-icon {
  width: 38px;
  height: 38px;
  font-size: 18px;
}

.wg-mini-icon--amber {
  background: rgba(250, 172, 29, 0.18);
  color: #b66f00;
  font-size: 12px;
}

.wg-platforms {
  padding: 28px 0 6px;
  text-align: center;
}

.wg-platforms span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wg-platforms div div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  margin-top: 16px;
}

.wg-platforms b {
  color: #9bacbd;
  font-size: 17px;
}

.wg-section {
  padding: 88px 0 0;
}

.wg-section--soft {
  margin-top: 88px;
  padding: 88px 0;
  background: linear-gradient(180deg, var(--tint), #ffffff);
}

.wg-section-head {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.wg-kicker {
  justify-content: center;
  margin: 0 auto;
  background: var(--sky50);
  color: var(--sky700);
  padding: 7px 15px;
}

.wg-section-head h2,
.wg-split__copy h2,
.wg-final h2 {
  margin-top: 17px;
  font-size: 40px;
}

.wg-section-head p,
.wg-split__copy p,
.wg-final p {
  margin: 17px auto 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.wg-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.wg-benefits article,
.wg-modules article,
.wg-step-grid article,
.wg-pricing article {
  padding: 26px;
}

.wg-icon {
  width: 44px;
  height: 44px;
  background: var(--tint-2);
  color: var(--blue-deep);
}

.wg-icon svg {
  width: 22px;
  height: 22px;
}

.wg-benefits h3,
.wg-modules h3,
.wg-step-grid h3,
.wg-pricing h3 {
  margin: 17px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.wg-benefits p,
.wg-modules p,
.wg-step-grid p,
.wg-pricing p {
  margin: 9px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.65;
}

.wg-split {
  padding: 92px 0 0;
}

.wg-split__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 58px;
}

.wg-split__media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.wg-split__media img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.wg-split__copy .wg-kicker {
  margin: 0;
}

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

.wg-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
}

.wg-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.78);
}

.wg-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.wg-modules article span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: rgba(81, 148, 230, 0.1);
  padding: 5px 10px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 850;
}

.wg-modules article span svg {
  width: 15px;
  height: 15px;
}

.wg-steps {
  padding: 88px 0;
  background: var(--ink);
}

.wg-section-head--dark h2 {
  color: #ffffff !important;
}

.wg-section-head--dark .wg-kicker {
  background: rgba(81, 148, 230, 0.18);
  color: #9cc4f2;
}

.wg-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.wg-step-grid article {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.wg-step-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(81, 148, 230, 0.16);
  color: var(--amber);
  font-size: 13px;
  font-weight: 850;
}

.wg-step-grid article > span svg {
  width: 21px;
  height: 21px;
}

.wg-step-grid h3 {
  color: #ffffff;
}

.wg-step-grid p {
  color: #b7c8d9;
}

.wg-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  margin-top: 46px;
}

.wg-pricing article {
  position: relative;
  display: flex;
  flex-direction: column;
}

.wg-pricing strong {
  display: block;
  margin: 22px 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 850;
}

.wg-pricing strong small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.wg-price-tax {
  display: block;
  margin: -14px 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.wg-pricing ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.wg-pricing li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.5;
}

.wg-pricing li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.78);
}

.wg-price-note {
  margin-top: auto !important;
  margin-bottom: 18px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  font-weight: 750;
}

.wg-price-table {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
}

.wg-price-table span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px dashed var(--line);
  padding: 0 0 8px;
  color: var(--text);
  font-size: 13px;
  font-weight: 750;
}

.wg-price-table b {
  color: var(--blue-deep);
}

.wg-pricing .wg-btn {
  margin-top: 0;
}

.wg-pricing .is-featured {
  border: 2px solid var(--blue);
  box-shadow: 0 24px 60px -30px rgba(31, 95, 180, 0.5);
}

.wg-testimonials {
  padding-bottom: 0;
}

.wg-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.wg-testimonial-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 10px 25px rgba(20, 49, 68, 0.06);
}

.wg-testimonial-grid span {
  color: var(--amber);
  font-size: 13px;
  letter-spacing: 2px;
}

.wg-testimonial-grid p {
  margin: 15px 0 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}

.wg-testimonial-grid b {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.wg-badge {
  position: absolute;
  top: -16px;
  left: 24px;
  border-radius: 999px;
  background: var(--amber);
  color: #ffffff;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 850;
}

.wg-faq {
  padding-bottom: 92px;
}

.wg-faq__list {
  display: grid;
  max-width: 780px;
  margin: 44px auto 0;
  gap: 12px;
}

.wg-faq details {
  overflow: hidden;
}

.wg-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
}

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

.wg-faq summary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--tint-2);
  color: var(--blue-deep);
  font-weight: 850;
  transition: transform 0.18s ease;
}

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

.wg-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--text);
  font-size: 14px;
}

.wg-final {
  padding: 86px 0;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  text-align: center;
}

.wg-final h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff !important;
}

.wg-final p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
}

.wg-final .wg-cta-row {
  justify-content: center;
}

.wg-proof--light {
  justify-content: center;
  margin-top: 24px;
}

.wg-proof--light span {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}

.wg-footer {
  padding: 32px 0;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.wg-footer .wg-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wg-footer .wg-brand img {
  width: 164px;
}

.wg-footer__brand {
  max-width: 380px;
}

.wg-footer__brand p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1020px) {
  .wg-hero__grid,
  .wg-split__grid {
    grid-template-columns: 1fr;
  }

  .wg-hero__copy {
    text-align: center;
  }

  .wg-hero__copy .wg-pill,
  .wg-cta-row,
  .wg-proof {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wg-hero h1,
  .wg-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .wg-product-stage {
    min-height: 540px;
  }

  .wg-hero-visual {
    justify-content: center;
    min-height: 590px;
  }

  .wg-admin-preview {
    margin-right: 120px;
  }

  .wg-split__copy {
    text-align: center;
  }

  .wg-split__copy .wg-kicker {
    margin: 0 auto;
  }

  .wg-check-list {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

@media (max-width: 860px) {
  .wg-nav__links,
  .wg-nav__actions {
    position: absolute;
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
    box-shadow: var(--shadow-soft);
  }

  .wg-nav__links {
    top: 78px;
  }

  .wg-nav__actions {
    top: 248px;
  }

  .wg-nav.is-open .wg-nav__links,
  .wg-nav.is-open .wg-nav__actions {
    display: flex;
  }

  .wg-menu {
    display: block;
  }

  .wg-benefits,
  .wg-modules,
  .wg-step-grid,
  .wg-pricing,
  .wg-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .wg-platforms div div {
    gap: 16px;
  }

  .wg-footer .wg-wrap {
    flex-direction: column;
    text-align: center;
  }

  .wg-footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .wg-wrap {
    width: min(100% - 32px, 1160px);
  }

  .wg-brand img {
    width: 154px;
  }

  .wg-hero {
    padding: 52px 0 26px;
  }

  .wg-hero h1 {
    font-size: 38px;
  }

  .wg-lead {
    font-size: 16px;
  }

  .wg-btn--large {
    width: 100%;
  }

  .wg-product-stage {
    min-height: 610px;
  }

  .wg-hero-visual {
    min-height: auto;
    flex-direction: column;
    gap: 14px;
  }

  .wg-admin-preview,
  .wg-guest-preview,
  .wg-hero-metric {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
    transform: none;
  }

  .wg-editor-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .wg-editor-actions {
    justify-content: flex-start;
  }

  .wg-editor-tabs {
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .wg-editor-tabs span {
    flex: 0 0 auto;
  }

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

  .wg-product-card {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 12px 0;
  }

  .wg-product-stage {
    flex-direction: column;
  }

  .wg-phone {
    order: 2;
  }

  .wg-product-card--top {
    order: 1;
  }

  .wg-product-card--bottom {
    order: 3;
  }

  .wg-phone__screen {
    min-height: 600px;
  }

  .wg-section,
  .wg-split {
    padding-top: 68px;
  }

  .wg-section--soft {
    margin-top: 68px;
    padding: 68px 0;
  }

  .wg-section-head h2,
  .wg-split__copy h2,
  .wg-final h2 {
    font-size: 30px;
  }

  .wg-split__media img {
    height: 330px;
  }

  .wg-steps,
  .wg-final {
    padding: 68px 0;
  }

  .wg-faq {
    padding-bottom: 68px;
  }
}

/* Final cascade guards for the rebuilt homepage hero */
.wg-modern .wg-hero.wg-hero--landing {
  overflow: hidden;
  padding: 70px 0 44px;
  text-align: center;
  background: linear-gradient(180deg, #eaf4ff 0%, #f6fbff 54%, #ffffff 100%);
}

.wg-modern .wg-hero.wg-hero--landing .wg-hero-intro h1 {
  max-width: 790px;
  margin: 24px auto 0;
  font-size: 68px;
  line-height: 1.03;
}

.wg-modern .wg-hero.wg-hero--landing .wg-lead {
  margin-right: auto;
  margin-left: auto;
}

.wg-modern .wg-btn--primary,
.wg-modern .wg-btn--primary:visited,
.wg-modern .wg-btn--primary:hover,
.wg-modern .wg-btn--primary:focus-visible {
  color: #ffffff !important;
}

.wg-modern .wg-browser-editor,
.wg-modern .wg-editor-main,
.wg-modern .wg-demo-tabs {
  min-width: 0;
}

@media (max-width: 1020px) {
  .wg-modern .wg-hero.wg-hero--landing .wg-hero-intro h1 {
    max-width: 700px;
    font-size: 56px;
  }
}

@media (max-width: 640px) {
  .wg-modern .wg-hero.wg-hero--landing {
    padding: 52px 0 34px;
  }

  .wg-modern .wg-hero.wg-hero--landing .wg-hero-intro {
    max-width: 100%;
  }

  .wg-modern .wg-hero.wg-hero--landing .wg-pill {
    max-width: min(100%, 282px);
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .wg-modern .wg-hero.wg-hero--landing .wg-hero-intro h1 {
    max-width: min(100%, 282px);
    font-size: 30px;
    line-height: 1.12;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .wg-modern .wg-hero.wg-hero--landing .wg-lead {
    max-width: min(100%, 282px);
    font-size: 15px;
    line-height: 1.65;
    overflow-wrap: break-word;
  }

  .wg-modern .wg-hero.wg-hero--landing .wg-cta-row {
    width: min(100%, 282px);
    margin-right: auto;
    margin-left: auto;
  }

  .wg-modern .wg-hero.wg-hero--landing .wg-btn--large {
    max-width: 100%;
    min-width: 0;
    padding-right: 18px;
    padding-left: 18px;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }

  .wg-modern .wg-landing-stage,
  .wg-modern .wg-browser-preview {
    max-width: 100%;
  }
}

/* Homepage conversion refinements */
.wg-modern .wg-btn svg.wg-arrow {
  width: 10px;
  height: 10px;
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

.wg-modern .wg-editor-brand {
  min-height: 36px;
}

.wg-modern .wg-editor-brand img {
  width: 154px;
  max-width: 100%;
  height: auto;
}

.wg-modern .wg-hero-rating {
  align-items: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  gap: 16px;
  color: var(--ink);
}

.wg-modern .wg-avatar-stack {
  display: flex;
  align-items: center;
}

.wg-modern .wg-avatar-stack i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: -8px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
  box-shadow: 0 10px 20px rgba(20, 49, 68, 0.08);
}

.wg-modern .wg-avatar-stack i:first-child {
  margin-left: 0;
}

.wg-modern .wg-avatar-stack i:nth-child(1),
.wg-modern .wg-review-author i:nth-child(1) {
  background: #f4562f;
}

.wg-modern .wg-avatar-stack i:nth-child(2) {
  background: #273767;
}

.wg-modern .wg-avatar-stack i:nth-child(3) {
  background: #f4562f;
}

.wg-modern .wg-avatar-stack i:nth-child(4) {
  background: #16a56f;
}

.wg-modern .wg-rating-copy {
  color: #5b6678;
  font-size: 18px;
  font-weight: 750;
}

.wg-modern .wg-rating-copy b {
  color: #202944;
  font-size: 20px;
}

.wg-modern .wg-stars {
  color: #f5a11a;
  font-style: normal;
  letter-spacing: 1px;
}

.wg-modern .wg-section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.wg-modern .wg-steps {
  background: linear-gradient(180deg, #eaf4ff 0%, #f8fbff 100%);
}

.wg-modern .wg-section-head--dark h2 {
  color: var(--ink) !important;
}

.wg-modern .wg-section-head--dark p {
  color: var(--text);
}

.wg-modern .wg-section-head--dark .wg-kicker {
  background: #ffffff;
  color: var(--blue-deep);
}

.wg-modern .wg-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wg-modern .wg-step-grid article {
  border-color: rgba(213, 228, 243, 0.95);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(20, 49, 68, 0.07);
}

.wg-modern .wg-step-grid article > span {
  background: rgba(81, 148, 230, 0.12);
  color: var(--blue-deep);
}

.wg-modern .wg-step-grid h3 {
  color: var(--ink);
}

.wg-modern .wg-step-grid p {
  color: var(--text);
}

.wg-modern .wg-testimonials {
  overflow: hidden;
  padding-bottom: 0;
}

.wg-modern .wg-review-carousel {
  position: relative;
  width: 100%;
  margin-top: 46px;
  overflow: hidden;
}

.wg-modern .wg-review-carousel::before,
.wg-modern .wg-review-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: min(170px, 18vw);
  height: 100%;
  pointer-events: none;
}

.wg-modern .wg-review-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.wg-modern .wg-review-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

.wg-modern .wg-review-track {
  display: flex;
  width: max-content;
  gap: 20px;
  padding: 0 20px 18px;
  animation: wgReviewScroll 44s linear infinite;
}

.wg-modern .wg-review-track:hover {
  animation-play-state: paused;
}

.wg-modern .wg-review-card {
  width: 390px;
  min-height: 230px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 18px 42px rgba(20, 49, 68, 0.07);
}

.wg-modern .wg-review-card p {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.7;
}

.wg-modern .wg-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.wg-modern .wg-review-author i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--blue-deep);
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.wg-modern .wg-review-card:nth-child(3n + 2) .wg-review-author i {
  background: #273767;
}

.wg-modern .wg-review-card:nth-child(3n) .wg-review-author i {
  background: #16a56f;
}

.wg-modern .wg-review-author b,
.wg-modern .wg-review-author small {
  display: block;
}

.wg-modern .wg-review-author b {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.wg-modern .wg-review-author small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

@keyframes wgReviewScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 10px));
  }
}

.wg-modern .wg-final {
  padding: 94px 0 28px;
  background: #ffffff;
  text-align: left;
}

.wg-modern .wg-final__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #eaf4ff 0%, #dbeeff 100%);
  box-shadow: 0 30px 80px -48px rgba(31, 95, 180, 0.55);
}

.wg-modern .wg-final__copy {
  align-self: center;
  padding: 58px;
}

.wg-modern .wg-final h2 {
  max-width: 670px;
  margin: 0;
  color: #202944 !important;
  font-size: 42px;
  line-height: 1.14;
}

.wg-modern .wg-final p {
  max-width: 620px;
  margin: 20px 0 0;
  color: #4a6076;
  font-size: 16px;
  line-height: 1.72;
}

.wg-modern .wg-final .wg-btn {
  margin-top: 32px;
}

.wg-modern .wg-final__media {
  position: relative;
  min-height: 430px;
}

.wg-modern .wg-final__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wg-modern .wg-footer {
  margin-top: 0;
  padding: 76px 0 82px;
  border-top: 0;
  background: #202944;
  color: rgba(255, 255, 255, 0.82);
}

.wg-modern .wg-footer__grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: start;
  gap: 78px;
}

.wg-modern .wg-footer .wg-brand img {
  width: 190px;
}

.wg-modern .wg-footer__brand p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px;
  line-height: 1.55;
}

.wg-modern .wg-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 34px;
}

.wg-modern .wg-footer__social a,
.wg-modern .wg-footer__social span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--blue);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.wg-modern .wg-footer__social a:hover,
.wg-modern .wg-footer__social a:focus-visible {
  background: var(--blue-deep);
  color: #ffffff;
  transform: translateY(-1px);
}

.wg-modern .wg-footer__social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
}

.wg-modern .wg-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 48px;
}

.wg-modern .wg-footer__columns div {
  display: grid;
  gap: 15px;
}

.wg-modern .wg-footer__columns h3 {
  margin: 0 0 5px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 850;
}

.wg-modern .wg-footer__columns a,
.wg-modern .wg-footer__columns a:visited {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.35;
  text-decoration: none;
}

.wg-modern .wg-footer__columns a:hover {
  color: #ffffff !important;
}

@media (max-width: 1120px) {
  .wg-modern .wg-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wg-modern .wg-final__panel {
    grid-template-columns: 1fr;
  }

  .wg-modern .wg-final__media {
    min-height: 340px;
  }

  .wg-modern .wg-footer__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}

@media (max-width: 860px) {
  .wg-modern .wg-hero-rating {
    flex-direction: column;
    gap: 10px;
  }

  .wg-modern .wg-rating-copy {
    font-size: 15px;
  }

  .wg-modern .wg-benefits,
  .wg-modern .wg-step-grid {
    grid-template-columns: 1fr;
  }

  .wg-modern .wg-review-card {
    width: 315px;
  }

  .wg-modern .wg-final__copy {
    padding: 36px 24px;
  }

  .wg-modern .wg-final h2 {
    font-size: 32px;
  }

  .wg-modern .wg-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wg-modern .wg-final {
    padding-top: 68px;
  }

  .wg-modern .wg-final__media {
    min-height: 260px;
  }

  .wg-modern .wg-footer {
    padding: 58px 0;
  }

  .wg-modern .wg-footer__columns {
    grid-template-columns: 1fr;
  }
}

/* Global footer styles: the footer sits outside the .wg-modern main wrapper. */
.wg-footer {
  margin-top: 0;
  padding: 76px 0 82px;
  border-top: 0;
  background: #202944;
  color: rgba(255, 255, 255, 0.82);
}

.wg-footer .wg-footer__grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: start;
  gap: 78px;
}

.wg-footer .wg-brand img {
  width: 190px;
}

.wg-footer__brand p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 15px;
  line-height: 1.55;
}

.wg-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 34px;
}

.wg-footer__social a,
.wg-footer__social span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--wg-blue);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.wg-footer__social a:hover,
.wg-footer__social a:focus-visible {
  background: var(--wg-blue-deep);
  color: #ffffff;
  transform: translateY(-1px);
}

.wg-footer__social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
}

.wg-footer__social a[aria-label="Instagram"] svg rect,
.wg-footer__social a[aria-label="Instagram"] svg circle:first-of-type {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.wg-footer__social a[aria-label="Instagram"] svg circle:last-of-type {
  fill: currentColor;
  stroke: none;
}

.wg-footer .wg-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 48px;
}

.wg-footer__columns div {
  display: grid;
  gap: 15px;
}

.wg-footer__columns h3 {
  margin: 0 0 5px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 850;
}

.wg-footer__columns a,
.wg-footer__columns a:visited {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.35;
  text-decoration: none;
}

.wg-footer__columns a:hover {
  color: #ffffff !important;
}

@media (max-width: 1120px) {
  .wg-footer .wg-footer__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}

@media (max-width: 860px) {
  .wg-footer .wg-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wg-footer {
    padding: 58px 0;
  }

  .wg-footer .wg-footer__columns {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wg-modern .wg-review-track {
    animation: none;
  }
}

/* Refined animated homepage sections */
.wg-modern .wg-hero--landing .wg-pill {
  gap: 8px;
  border-color: rgba(81, 148, 230, 0.18);
  background: rgba(255, 255, 255, 0.62);
  padding: 8px 14px;
  color: var(--blue-deep);
  box-shadow: none;
}

.wg-modern .wg-hero--landing .wg-pill span {
  background: transparent;
  color: var(--blue-deep);
  padding: 0;
}

.wg-modern .wg-hero--landing .wg-pill span::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 0 2px 10px;
  border-radius: 999px;
  background: var(--blue);
}

.wg-modern .wg-cfg {
  margin-top: 42px;
}

.wg-modern .wg-cfg-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.wg-modern .wg-cfg-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  border: 1.5px solid rgba(213, 228, 243, 0.98);
  border-radius: 999px;
  background: #ffffff;
  padding: 0 18px 0 12px;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(20, 49, 68, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.wg-modern .wg-cfg-tab:hover {
  border-color: rgba(81, 148, 230, 0.42);
  color: var(--blue-deep);
  transform: translateY(-2px);
}

.wg-modern .wg-cfg-tab:focus {
  outline: none;
}

.wg-modern .wg-cfg-tab:focus-visible {
  box-shadow: 0 0 0 4px rgba(81, 148, 230, 0.16), 0 18px 34px rgba(81, 148, 230, 0.14);
}

.wg-modern .wg-cfg-tab.is-active {
  border-color: rgba(81, 148, 230, 0.58);
  background: linear-gradient(180deg, #ffffff, #eef7ff);
  color: var(--blue-deep);
  box-shadow: 0 18px 34px rgba(81, 148, 230, 0.14);
}

.wg-modern .wg-cfg-tab span,
.wg-modern .wg-cfg-copy .wg-cfg-list span,
.wg-modern .wg-bento-copy > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.wg-modern .wg-cfg-tab span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(81, 148, 230, 0.1);
  color: var(--blue-deep);
}

.wg-modern .wg-cfg-tab svg,
.wg-modern .wg-cfg-art svg,
.wg-modern .wg-equipment-showcase svg,
.wg-modern .wg-bento-grid svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.wg-modern .wg-cfg-stage {
  margin-top: 40px;
  border: 1px solid rgba(213, 228, 243, 0.92);
  border-radius: 8px;
  background:
    radial-gradient(520px 260px at 92% 10%, rgba(81, 148, 230, 0.14), transparent 66%),
    linear-gradient(180deg, #ffffff, #f8fbff);
  padding: 34px;
  box-shadow: 0 32px 78px -48px rgba(31, 95, 180, 0.5);
}

.wg-modern .wg-cfg-panel {
  display: none;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 46px;
  min-height: 360px;
}

.wg-modern .wg-cfg-panel.is-active {
  display: grid;
  animation: wgCfgIn 0.42s ease both;
}

.wg-modern .wg-cfg-copy .wg-kicker {
  margin: 0;
}

.wg-modern .wg-cfg-copy h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.12;
  font-weight: 850;
}

.wg-modern .wg-cfg-copy p {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.72;
}

.wg-modern .wg-cfg-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.wg-modern .wg-cfg-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.wg-modern .wg-cfg-list span {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.wg-modern .wg-cfg-art {
  position: relative;
  min-height: 320px;
}

.wg-modern .wg-cfg-card,
.wg-modern .wg-cfg-mini,
.wg-modern .wg-cfg-link-row,
.wg-modern .wg-cfg-module-card,
.wg-modern .wg-cfg-equipment-card,
.wg-modern .wg-cfg-poster {
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(20, 49, 68, 0.07);
}

.wg-modern .wg-cfg-form-card {
  width: min(410px, 100%);
  padding: 22px;
}

.wg-modern .wg-cfg-form-card label {
  display: block;
  margin: 16px 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.wg-modern .wg-cfg-form-card label:first-child {
  margin-top: 0;
}

.wg-modern .wg-cfg-input {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: #fcfbfe;
  padding: 0 15px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.wg-modern .wg-cfg-input svg {
  color: var(--blue-deep);
}

.wg-modern .wg-cfg-langs {
  display: flex;
  gap: 8px;
}

.wg-modern .wg-cfg-langs span,
.wg-modern .wg-cfg-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wg-modern .wg-cfg-langs span {
  width: 43px;
  height: 36px;
  border-radius: 8px;
  background: var(--tint);
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 850;
}

.wg-modern .wg-cfg-mini {
  position: absolute;
  right: 22px;
  top: 42px;
  flex-direction: column;
  width: 170px;
  min-height: 82px;
  background: linear-gradient(180deg, #ffffff, #f2fbf8);
  color: var(--green);
  animation: wgFloat 4s ease-in-out infinite;
}

.wg-modern .wg-cfg-mini b {
  color: var(--green);
  font-size: 15px;
}

.wg-modern .wg-cfg-mini small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.wg-modern .wg-cfg-art--links,
.wg-modern .wg-cfg-art--modules,
.wg-modern .wg-cfg-art--equipment {
  display: grid;
  align-content: center;
  gap: 14px;
}

.wg-modern .wg-cfg-link-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 13px;
  align-items: center;
  min-height: 76px;
  padding: 14px 16px;
  animation: wgCfgPop 0.44s ease both;
}

.wg-modern .wg-cfg-link-row:nth-child(2),
.wg-modern .wg-cfg-module-card:nth-child(2),
.wg-modern .wg-cfg-equipment-card:nth-child(2) {
  animation-delay: 0.06s;
}

.wg-modern .wg-cfg-link-row:nth-child(3),
.wg-modern .wg-cfg-module-card:nth-child(3),
.wg-modern .wg-cfg-equipment-card:nth-child(3) {
  animation-delay: 0.12s;
}

.wg-modern .wg-cfg-link-row svg {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--tint);
  padding: 10px;
  color: var(--blue-deep);
}

.wg-modern .wg-cfg-link-row b,
.wg-modern .wg-cfg-link-row small {
  display: block;
}

.wg-modern .wg-cfg-link-row b {
  color: var(--ink);
  font-size: 15px;
}

.wg-modern .wg-cfg-link-row small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.wg-modern .wg-cfg-art--modules,
.wg-modern .wg-cfg-art--equipment {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wg-modern .wg-cfg-module-card,
.wg-modern .wg-cfg-equipment-card {
  position: relative;
  min-height: 126px;
  padding: 18px;
  animation: wgCfgPop 0.44s ease both;
}

.wg-modern .wg-cfg-module-card svg,
.wg-modern .wg-cfg-equipment-card svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(81, 148, 230, 0.1);
  padding: 8px;
  color: var(--blue-deep);
}

.wg-modern .wg-cfg-module-card b,
.wg-modern .wg-cfg-equipment-card b,
.wg-modern .wg-cfg-module-card small,
.wg-modern .wg-cfg-equipment-card small {
  display: block;
}

.wg-modern .wg-cfg-module-card b,
.wg-modern .wg-cfg-equipment-card b {
  margin-top: 14px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
}

.wg-modern .wg-cfg-module-card small,
.wg-modern .wg-cfg-equipment-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.wg-modern .wg-cfg-module-card i {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 36px;
  height: 21px;
  border-radius: 999px;
  background: rgba(21, 172, 118, 0.16);
}

.wg-modern .wg-cfg-module-card i::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: var(--green);
}

.wg-modern .wg-cfg-equipment-card.is-featured {
  background: linear-gradient(180deg, #ffffff, #f1f9ff);
  border-color: rgba(81, 148, 230, 0.35);
}

.wg-modern .wg-cfg-art--style {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wg-modern .wg-cfg-poster {
  width: 230px;
  padding: 20px 18px;
  text-align: center;
  transform: rotate(-2deg);
}

.wg-modern .wg-cfg-poster img {
  width: 150px;
  margin: 0 auto 18px;
}

.wg-modern .wg-cfg-poster b {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 16px;
}

.wg-modern .wg-cfg-qr {
  display: grid;
  grid-template-columns: repeat(3, 28px);
  justify-content: center;
  gap: 7px;
}

.wg-modern .wg-cfg-qr span {
  height: 28px;
  border-radius: 5px;
  background: var(--ink);
}

.wg-modern .wg-cfg-qr span:nth-child(2),
.wg-modern .wg-cfg-qr span:nth-child(5) {
  background: var(--blue);
}

.wg-modern .wg-cfg-colors {
  position: absolute;
  right: 50px;
  bottom: 48px;
  display: flex;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  padding: 8px;
  box-shadow: 0 18px 38px rgba(20, 49, 68, 0.08);
  animation: wgFloat 4s ease-in-out infinite 0.4s;
}

.wg-modern .wg-cfg-colors i {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--blue);
}

.wg-modern .wg-cfg-colors i:nth-child(2) {
  background: var(--blue-deep);
}

.wg-modern .wg-cfg-colors i:nth-child(3) {
  background: var(--green);
}

.wg-modern .wg-cfg-colors i:nth-child(4) {
  background: var(--amber);
}

.wg-modern .wg-equipment-showcase {
  padding: 96px 0;
  background:
    radial-gradient(560px 320px at 72% 10%, rgba(81, 148, 230, 0.16), transparent 62%),
    linear-gradient(180deg, #ffffff, #f3faff);
}

.wg-modern .wg-equipment-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 58px;
}

.wg-modern .wg-equipment-copy .wg-kicker {
  margin: 0;
}

.wg-modern .wg-equipment-copy h2 {
  margin: 18px 0 0;
  color: var(--ink) !important;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 850;
}

.wg-modern .wg-equipment-copy p {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.76;
}

.wg-modern .wg-equipment-flow {
  display: grid;
  gap: 12px;
  margin: 26px 0 28px;
}

.wg-modern .wg-equipment-flow span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.wg-modern .wg-equipment-flow i {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.wg-modern .wg-equipment-stage {
  position: relative;
  min-height: 540px;
}

.wg-modern .wg-equipment-phone,
.wg-modern .wg-equipment-panel,
.wg-modern .wg-equipment-chip {
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 26px 58px -30px rgba(31, 95, 180, 0.52);
}

.wg-modern .wg-equipment-phone {
  position: absolute;
  left: 72px;
  top: 12px;
  z-index: 2;
  width: 310px;
  padding: 12px;
}

.wg-modern .wg-equipment-phone__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 12px;
}

.wg-modern .wg-equipment-phone__top span {
  border-radius: 999px;
  background: var(--tint);
  color: var(--blue-deep);
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 850;
}

.wg-modern .wg-equipment-phone__top img {
  width: 142px;
}

.wg-modern .wg-equipment-cover {
  min-height: 148px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(20, 49, 68, 0.08), rgba(20, 49, 68, 0.62)),
    url("/assets/images/welloguest-host-welcome-small.jpg") center / cover;
  padding: 18px;
  color: #ffffff;
}

.wg-modern .wg-equipment-cover b,
.wg-modern .wg-equipment-cover small {
  display: block;
}

.wg-modern .wg-equipment-cover b {
  margin-top: 62px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.18;
}

.wg-modern .wg-equipment-cover small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.wg-modern .wg-equipment-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.wg-modern .wg-equipment-tiles span {
  display: grid;
  place-items: center;
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--tint);
  color: var(--ink);
  padding: 10px;
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.wg-modern .wg-equipment-tiles svg {
  margin-bottom: 7px;
  color: var(--blue-deep);
}

.wg-modern .wg-equipment-panel {
  position: absolute;
  z-index: 3;
  width: 280px;
  padding: 18px;
}

.wg-modern .wg-equipment-panel b {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
}

.wg-modern .wg-equipment-panel--list {
  right: 8px;
  top: 60px;
  animation: wgPanelSlide 7s ease-in-out infinite;
}

.wg-modern .wg-equipment-panel--list span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 8px 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}

.wg-modern .wg-equipment-panel--list svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(81, 148, 230, 0.1);
  padding: 8px;
  color: var(--blue-deep);
}

.wg-modern .wg-equipment-panel--list small {
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
}

.wg-modern .wg-equipment-panel--detail {
  right: 34px;
  bottom: 56px;
  animation: wgDetailPop 7s ease-in-out infinite;
}

.wg-modern .wg-equipment-panel--detail p {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.5;
}

.wg-modern .wg-equipment-video {
  position: relative;
  height: 96px;
  margin-top: 14px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(20, 49, 68, 0.06), rgba(20, 49, 68, 0.5)),
    url("/assets/images/welloguest-host-welcome-small.jpg") center / cover;
}

.wg-modern .wg-equipment-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.wg-modern .wg-equipment-video span::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid var(--blue-deep);
}

.wg-modern .wg-equipment-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}

.wg-modern .wg-equipment-chip svg {
  color: var(--blue-deep);
}

.wg-modern .wg-equipment-chip--one {
  left: 20px;
  bottom: 84px;
  animation: wgFloat 4s ease-in-out infinite;
}

.wg-modern .wg-equipment-chip--two {
  right: 76px;
  top: 12px;
  animation: wgFloat 4s ease-in-out infinite 0.45s;
}

.wg-modern .wg-equipment-touch {
  position: absolute;
  left: 302px;
  top: 248px;
  z-index: 5;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(81, 148, 230, 0.22);
  animation: wgTouch 2.2s ease-in-out infinite;
}

.wg-modern .wg-equipment-touch::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  background: var(--blue);
}

.wg-modern .wg-more-bento {
  padding: 92px 0;
  background: #ffffff;
}

.wg-modern .wg-bento-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.wg-modern .wg-bento-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(230px, 0.78fr);
  align-items: center;
  gap: 18px;
  min-height: 250px;
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 26px 58px -44px rgba(31, 95, 180, 0.42);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wg-modern .wg-bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 66px -44px rgba(31, 95, 180, 0.54);
}

.wg-modern .wg-bento-copy > span {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: rgba(81, 148, 230, 0.11);
  color: var(--blue-deep);
}

.wg-modern .wg-bento-card--stats .wg-bento-copy > span {
  background: rgba(21, 172, 118, 0.12);
  color: var(--green);
}

.wg-modern .wg-bento-card--extras .wg-bento-copy > span {
  background: rgba(250, 172, 29, 0.16);
  color: #d98400;
}

.wg-modern .wg-bento-card--lodging .wg-bento-copy > span {
  background: rgba(81, 148, 230, 0.12);
  color: var(--blue-deep);
}

.wg-modern .wg-bento-copy h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 850;
}

.wg-modern .wg-bento-copy p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.64;
}

.wg-modern .wg-bento-visual {
  min-width: 0;
}

.wg-modern .wg-bento-checklist,
.wg-modern .wg-bento-bars,
.wg-modern .wg-bento-extra span,
.wg-modern .wg-bento-lodgings span {
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(20, 49, 68, 0.07);
}

.wg-modern .wg-bento-checklist {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.wg-modern .wg-bento-checklist span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
}

.wg-modern .wg-bento-checklist i {
  width: 18px;
  height: 18px;
  border: 2px solid var(--line);
  border-radius: 5px;
}

.wg-modern .wg-bento-checklist i.is-checked {
  position: relative;
  border-color: var(--green);
  background: var(--green);
}

.wg-modern .wg-bento-checklist i.is-checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

.wg-modern .wg-bento-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  height: 120px;
  padding: 20px;
}

.wg-modern .wg-bento-bars i {
  display: block;
  width: 30px;
  border-radius: 7px 7px 3px 3px;
  background: linear-gradient(180deg, #31d09a, var(--green));
  animation: wgBar 2.8s ease-in-out infinite;
}

.wg-modern .wg-bento-bars i:nth-child(1) {
  height: 42%;
}

.wg-modern .wg-bento-bars i:nth-child(2) {
  height: 68%;
  animation-delay: 0.12s;
}

.wg-modern .wg-bento-bars i:nth-child(3) {
  height: 52%;
  animation-delay: 0.24s;
}

.wg-modern .wg-bento-bars i:nth-child(4) {
  height: 84%;
  animation-delay: 0.36s;
}

.wg-modern .wg-bento-bars i:nth-child(5) {
  height: 62%;
  animation-delay: 0.48s;
}

.wg-modern .wg-bento-extra {
  display: grid;
  gap: 12px;
}

.wg-modern .wg-bento-extra span {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 10px;
}

.wg-modern .wg-bento-extra svg {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(250, 172, 29, 0.14);
  padding: 10px;
  color: #d98400;
}

.wg-modern .wg-bento-extra b,
.wg-modern .wg-bento-extra small {
  display: block;
}

.wg-modern .wg-bento-extra b {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.2;
}

.wg-modern .wg-bento-extra small {
  margin-top: 3px;
  color: #d98400;
  font-size: 12px;
  font-weight: 850;
}

.wg-modern .wg-bento-extra i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
}

.wg-modern .wg-bento-lodgings {
  display: grid;
  gap: 12px;
}

.wg-modern .wg-bento-lodgings span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.wg-modern .wg-bento-lodgings svg {
  color: var(--blue-deep);
}

.wg-modern .wg-testimonials {
  overflow: hidden;
}

.wg-modern .wg-review-carousel {
  overflow-x: clip;
  overflow-y: visible;
  margin-top: 30px;
  padding: 24px 64px 38px;
}

.wg-modern .wg-review-carousel::before,
.wg-modern .wg-review-carousel::after {
  width: 54px;
  pointer-events: none;
}

.wg-modern .wg-review-track {
  padding: 8px 0 22px;
}

.wg-modern .wg-review-card {
  box-shadow: 0 16px 34px rgba(20, 49, 68, 0.07);
}

@keyframes wgCfgIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wgCfgPop {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes wgFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes wgPanelSlide {
  0%,
  18% {
    opacity: 0;
    transform: translateX(22px);
  }
  28%,
  72% {
    opacity: 1;
    transform: translateX(0);
  }
  86%,
  100% {
    opacity: 0.78;
    transform: translateX(8px);
  }
}

@keyframes wgDetailPop {
  0%,
  38% {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  48%,
  86% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0.86;
    transform: translateY(5px) scale(0.99);
  }
}

@keyframes wgTouch {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(81, 148, 230, 0.24);
    transform: scale(0.92);
  }
  50% {
    box-shadow: 0 0 0 18px rgba(81, 148, 230, 0);
    transform: scale(1);
  }
}

@keyframes wgBar {
  0%,
  100% {
    transform: scaleY(0.84);
  }
  50% {
    transform: scaleY(1);
  }
}

@media (max-width: 1120px) {
  .wg-modern .wg-cfg-panel,
  .wg-modern .wg-equipment-grid,
  .wg-modern .wg-bento-grid {
    grid-template-columns: 1fr;
  }

  .wg-modern .wg-cfg-stage {
    padding: 28px;
  }

  .wg-modern .wg-cfg-panel {
    min-height: 0;
  }

  .wg-modern .wg-equipment-stage {
    max-width: 680px;
    margin: 8px auto 0;
    width: 100%;
  }

  .wg-modern .wg-bento-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(230px, 0.7fr);
  }
}

@media (max-width: 860px) {
  .wg-modern .wg-cfg-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 2px 12px;
  }

  .wg-modern .wg-cfg-tab {
    flex: 0 0 auto;
  }

  .wg-modern .wg-cfg-panel,
  .wg-modern .wg-cfg-art--modules,
  .wg-modern .wg-cfg-art--equipment,
  .wg-modern .wg-bento-card {
    grid-template-columns: 1fr;
  }

  .wg-modern .wg-cfg-copy h3,
  .wg-modern .wg-equipment-copy h2 {
    font-size: 30px;
  }

  .wg-modern .wg-cfg-stage {
    padding: 22px;
  }

  .wg-modern .wg-cfg-mini,
  .wg-modern .wg-cfg-colors {
    position: static;
    margin-top: 14px;
  }

  .wg-modern .wg-cfg-mini {
    width: 100%;
  }

  .wg-modern .wg-equipment-stage {
    min-height: 620px;
  }

  .wg-modern .wg-equipment-phone {
    left: 50%;
    width: min(310px, 100%);
    transform: translateX(-50%);
  }

  .wg-modern .wg-equipment-panel--list {
    left: 0;
    right: auto;
    top: 370px;
  }

  .wg-modern .wg-equipment-panel--detail {
    right: 0;
    bottom: 8px;
  }

  .wg-modern .wg-equipment-chip--one,
  .wg-modern .wg-equipment-chip--two,
  .wg-modern .wg-equipment-touch {
    display: none;
  }

  .wg-modern .wg-bento-card {
    min-height: 0;
  }

  .wg-modern .wg-review-carousel::before,
  .wg-modern .wg-review-carousel::after {
    width: 24px;
  }

  .wg-modern .wg-review-carousel {
    padding-inline: 22px;
  }
}

@media (max-width: 640px) {
  .wg-modern .wg-cfg-stage {
    margin-top: 26px;
    padding: 18px;
  }

  .wg-modern .wg-cfg-tab {
    min-height: 48px;
    padding-right: 14px;
    font-size: 13px;
  }

  .wg-modern .wg-cfg-art {
    min-height: 0;
  }

  .wg-modern .wg-cfg-form-card,
  .wg-modern .wg-cfg-poster {
    width: 100%;
  }

  .wg-modern .wg-equipment-showcase,
  .wg-modern .wg-more-bento {
    padding: 72px 0;
  }

  .wg-modern .wg-equipment-stage {
    min-height: 680px;
  }

  .wg-modern .wg-equipment-panel {
    width: min(280px, 100%);
  }

  .wg-modern .wg-equipment-panel--list,
  .wg-modern .wg-equipment-panel--detail {
    left: 50%;
    right: auto;
    animation: none;
    transform: translateX(-50%);
  }

  .wg-modern .wg-equipment-panel--detail {
    bottom: 0;
  }

  .wg-modern .wg-bento-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wg-modern .wg-cfg-panel.is-active,
  .wg-modern .wg-cfg-link-row,
  .wg-modern .wg-cfg-module-card,
  .wg-modern .wg-cfg-equipment-card,
  .wg-modern .wg-cfg-mini,
  .wg-modern .wg-cfg-colors,
  .wg-modern .wg-equipment-panel--list,
  .wg-modern .wg-equipment-panel--detail,
  .wg-modern .wg-equipment-chip,
  .wg-modern .wg-equipment-touch,
  .wg-modern .wg-bento-bars i {
    animation: none;
  }
}

/* Configuration section: closer to the original local landing configurator */
.wg-modern .wg-cfg {
  margin-top: 44px;
}

.wg-modern .wg-cfg-tabs {
  gap: 12px;
  margin-bottom: 46px;
}

.wg-modern .wg-cfg-tab {
  min-height: 60px;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  padding: 12px 20px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  box-shadow: 0 10px 25px rgba(20, 49, 68, 0.06);
}

.wg-modern .wg-cfg-tab.is-active {
  border-color: var(--blue-deep);
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 24px 58px -28px rgba(31, 95, 180, 0.48);
}

.wg-modern .wg-cfg-tab:focus-visible {
  box-shadow: 0 0 0 4px rgba(81, 148, 230, 0.16), 0 24px 58px -28px rgba(31, 95, 180, 0.48);
}

.wg-modern .wg-cfg-tab span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e4f0fd;
  color: var(--blue-deep);
}

.wg-modern .wg-cfg-tab:nth-child(1) span {
  background: #e4f0fd;
  color: #2f7fd6;
}

.wg-modern .wg-cfg-tab:nth-child(2) span {
  background: #edf1ff;
  color: #4b63d8;
}

.wg-modern .wg-cfg-tab:nth-child(3) span {
  background: #dff0ff;
  color: var(--blue-deep);
}

.wg-modern .wg-cfg-tab:nth-child(4) span {
  background: #e3f6ec;
  color: var(--green);
}

.wg-modern .wg-cfg-tab:nth-child(5) span {
  background: #ecebfb;
  color: #6b63d6;
}

.wg-modern .wg-cfg-tab svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.9;
}

.wg-modern .wg-cfg-stage {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.wg-modern .wg-cfg-panel {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
  min-height: 0;
}

.wg-modern .wg-cfg-panel.is-active {
  animation: wgCfgIn 0.55s ease both;
}

.wg-modern .wg-cfg-copy h3 {
  margin-top: 0;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 850;
}

.wg-modern .wg-cfg-copy p {
  max-width: 470px;
  font-size: 17px;
  line-height: 1.62;
}

.wg-modern .wg-cfg-list {
  gap: 10px;
  margin-top: 20px;
}

.wg-modern .wg-cfg-list li {
  font-size: 14.5px;
  font-weight: 650;
}

.wg-modern .wg-cfg-list span {
  width: 15px;
  height: 15px;
}

.wg-modern .wg-cfg-art {
  min-height: 400px;
  border-radius: 8px;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(81, 148, 230, 0.2), rgba(238, 247, 255, 0.92) 48%, rgba(242, 244, 255, 0.96) 100%);
  box-shadow: 0 26px 62px -32px rgba(31, 95, 180, 0.45);
  padding: 36px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.wg-modern .wg-cfg-card,
.wg-modern .wg-cfg-chip,
.wg-modern .wg-cfg-mini-card {
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(20, 49, 68, 0.08);
}

.wg-modern .wg-cfg-fiche-card {
  width: 100%;
  max-width: 326px;
  padding: 22px;
}

.wg-modern .wg-cfg-fiche-card small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wg-modern .wg-cfg-fiche-card b {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 850;
}

.wg-modern .wg-cfg-fiche-card p {
  margin: 6px 0 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
}

.wg-modern .wg-cfg-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  padding: 12px 13px;
}

.wg-modern .wg-cfg-chip--top {
  top: 11%;
  left: 6%;
}

.wg-modern .wg-cfg-chip--bottom {
  right: 6%;
  bottom: 10%;
}

.wg-modern .wg-cfg-chip span,
.wg-modern .wg-cfg-mini-card span,
.wg-modern .wg-cfg-row2 span {
  display: grid;
  place-items: center;
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--soft, #e4f0fd);
  color: var(--tone, var(--blue-deep));
}

.wg-modern .wg-cfg-chip svg,
.wg-modern .wg-cfg-mini-card svg,
.wg-modern .wg-cfg-row2 svg {
  width: 22px;
  height: 22px;
}

.wg-modern .wg-cfg-chip b,
.wg-modern .wg-cfg-mini-card b,
.wg-modern .wg-cfg-row2 b {
  display: block;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 850;
}

.wg-modern .wg-cfg-chip i,
.wg-modern .wg-cfg-mini-card i {
  display: block;
  width: 62px;
  height: 7px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--line);
}

.wg-modern .wg-cfg-art--links,
.wg-modern .wg-cfg-art--equipment {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 11px;
}

.wg-modern .wg-cfg-mini-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 74px;
  padding: 12px 13px;
  animation: wgCfgPop 0.4s cubic-bezier(0.3, 0.85, 0.4, 1.35) backwards;
}

.wg-modern .wg-cfg-mini-card:nth-child(1) span,
.wg-modern .wg-cfg-row2:nth-child(1) span {
  --soft: #e4f0fd;
  --tone: var(--blue-deep);
}

.wg-modern .wg-cfg-mini-card:nth-child(2) span,
.wg-modern .wg-cfg-row2:nth-child(2) span {
  --soft: #e3f6ec;
  --tone: var(--green);
}

.wg-modern .wg-cfg-mini-card:nth-child(3) span,
.wg-modern .wg-cfg-row2:nth-child(3) span {
  --soft: #ecebfb;
  --tone: #6b63d6;
}

.wg-modern .wg-cfg-mini-card:nth-child(4) span,
.wg-modern .wg-cfg-row2:nth-child(4) span {
  --soft: #fff0d6;
  --tone: #d98400;
}

.wg-modern .wg-cfg-mini-card:nth-child(5) span {
  --soft: #eaf4ff;
  --tone: #2f7fd6;
}

.wg-modern .wg-cfg-mini-card:nth-child(6) span {
  --soft: #e6f7ef;
  --tone: #12a571;
}

.wg-modern .wg-cfg-mini-card:nth-child(2),
.wg-modern .wg-cfg-row2:nth-child(2) {
  animation-delay: 0.07s;
}

.wg-modern .wg-cfg-mini-card:nth-child(3),
.wg-modern .wg-cfg-row2:nth-child(3) {
  animation-delay: 0.14s;
}

.wg-modern .wg-cfg-mini-card:nth-child(4),
.wg-modern .wg-cfg-row2:nth-child(4) {
  animation-delay: 0.21s;
}

.wg-modern .wg-cfg-mini-card:nth-child(5) {
  animation-delay: 0.28s;
}

.wg-modern .wg-cfg-mini-card:nth-child(6) {
  animation-delay: 0.35s;
}

.wg-modern .wg-cfg-art--modules {
  display: grid;
  place-items: center;
}

.wg-modern .wg-cfg-modcard {
  width: 100%;
  max-width: 350px;
  padding: 7px 18px;
}

.wg-modern .wg-cfg-row2 {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 11px 4px;
  animation: wgCfgPop 0.4s cubic-bezier(0.3, 0.85, 0.4, 1.35) backwards;
}

.wg-modern .wg-cfg-row2 + .wg-cfg-row2 {
  border-top: 1px solid var(--line);
}

.wg-modern .wg-cfg-row2 b {
  font-size: 14.5px;
}

.wg-modern .wg-cfg-row2 > i {
  position: relative;
  flex: none;
  width: 38px;
  height: 22px;
  margin-left: auto;
  border-radius: 999px;
  background: var(--green);
}

.wg-modern .wg-cfg-row2 > i::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #ffffff;
}

.wg-modern .wg-cfg-art--style {
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(107, 99, 214, 0.16), rgba(238, 247, 255, 0.92) 48%, rgba(242, 244, 255, 0.96) 100%);
}

.wg-modern .wg-cfg-panel.is-active .wg-cfg-card,
.wg-modern .wg-cfg-panel.is-active .wg-cfg-chip {
  animation: wgCfgPop 0.4s cubic-bezier(0.3, 0.85, 0.4, 1.35) backwards;
}

.wg-modern .wg-cfg-panel.is-active .wg-cfg-chip--top {
  animation-delay: 0.22s;
}

.wg-modern .wg-cfg-panel.is-active .wg-cfg-chip--bottom {
  animation-delay: 0.3s;
}

@media (max-width: 980px) {
  .wg-modern .wg-cfg-panel {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .wg-modern .wg-cfg-art {
    min-height: 340px;
  }
}

@media (max-width: 640px) {
  .wg-modern .wg-cfg-tabs {
    margin-bottom: 30px;
  }

  .wg-modern .wg-cfg-tab {
    min-height: 50px;
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .wg-modern .wg-cfg-tab span {
    width: 28px;
    height: 28px;
  }

  .wg-modern .wg-cfg-tab svg {
    width: 15px;
    height: 15px;
  }

  .wg-modern .wg-cfg-copy h3 {
    font-size: 31px;
  }

  .wg-modern .wg-cfg-art {
    min-height: 0;
    padding: 22px;
  }

  .wg-modern .wg-cfg-art--links,
  .wg-modern .wg-cfg-art--equipment {
    grid-template-columns: 1fr;
  }

  .wg-modern .wg-cfg-chip {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
}

/* Final refinements requested on the restored configurator */
.wg-modern .wg-cfg-chip--module-top {
  top: 13%;
  right: 6%;
}

.wg-modern .wg-cfg-art--style {
  --wg-demo-color: var(--blue);
  --wg-demo-soft: #e4f0fd;
  display: grid;
  grid-template-columns: minmax(260px, 0.96fr) minmax(180px, 0.72fr);
  gap: 0;
  background:
    radial-gradient(120% 120% at 100% 0%, var(--wg-demo-soft), rgba(238, 247, 255, 0.92) 48%, rgba(242, 244, 255, 0.96) 100%);
}

.wg-modern .wg-cfg-perso-card {
  position: relative;
  z-index: 2;
  width: min(360px, 100%);
  justify-self: end;
  padding: 24px;
}

.wg-modern .wg-cfg-perso-card small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wg-modern .wg-cfg-theme-swatches {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.wg-modern .wg-cfg-theme-swatches span {
  width: 58px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.wg-modern .wg-cfg-theme-swatches span:nth-child(1) {
  background: linear-gradient(135deg, #2b2f48, #10131f);
}

.wg-modern .wg-cfg-theme-swatches span:nth-child(2) {
  background: linear-gradient(135deg, #eef0f4, #d8dde6);
}

.wg-modern .wg-cfg-theme-swatches span:nth-child(3) {
  background: linear-gradient(135deg, #bfe3ef, #7ec8dd);
}

.wg-modern .wg-cfg-theme-swatches span:nth-child(4) {
  background: linear-gradient(135deg, #cfe6c4, #a9cf95);
}

.wg-modern .wg-cfg-dots {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}

.wg-modern .wg-cfg-dots i {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 999px;
}

.wg-modern .wg-cfg-dots i.is-active {
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 7px var(--wg-demo-color);
}

.wg-modern .wg-cfg-phone-preview {
  position: relative;
  z-index: 3;
  width: 168px;
  border: 1px solid rgba(213, 228, 243, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(20, 49, 68, 0.12);
  overflow: hidden;
  transform: translateX(-4px);
}

.wg-modern .wg-cfg-phone-top {
  background: var(--wg-demo-color);
  color: #ffffff;
  padding: 15px 14px;
  font-size: 16px;
  font-weight: 850;
  transition: background 0.28s ease;
}

.wg-modern .wg-cfg-phone-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
}

.wg-modern .wg-cfg-phone-tiles span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 8px;
  background: var(--wg-demo-soft);
  color: var(--wg-demo-color);
  transition: background 0.28s ease, color 0.28s ease;
}

.wg-modern .wg-cfg-phone-tiles svg {
  width: 22px;
  height: 22px;
}

.wg-modern .wg-cfg-cursor {
  position: absolute;
  z-index: 5;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background: rgba(20, 49, 68, 0.38);
  box-shadow: 0 6px 16px rgba(20, 49, 68, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: left 0.52s ease, top 0.52s ease, opacity 0.2s ease, transform 0.14s ease;
}

.wg-modern .wg-cfg-cursor.is-tapping {
  transform: translate(-50%, -50%) scale(0.72);
}

.wg-modern .wg-equipment-floats {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.wg-modern .wg-equipment-float {
  position: absolute;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: var(--soft, #e4f0fd);
  color: var(--tone, var(--blue-deep));
  box-shadow: 0 18px 38px rgba(20, 49, 68, 0.12);
  animation: wgEquipmentFloat 5.8s ease-in-out infinite;
}

.wg-modern .wg-equipment-float svg {
  width: 28px;
  height: 28px;
}

.wg-modern .wg-equipment-float--one {
  --soft: #e3f6ec;
  --tone: #15ac76;
  left: 5%;
  top: 22%;
}

.wg-modern .wg-equipment-float--two {
  --soft: #fff0d6;
  --tone: #d98400;
  right: 7%;
  top: 12%;
  animation-delay: 0.35s;
}

.wg-modern .wg-equipment-float--three {
  --soft: #ecebfb;
  --tone: #6b63d6;
  left: 2%;
  bottom: 22%;
  animation-delay: 0.7s;
}

.wg-modern .wg-equipment-float--four {
  --soft: #fdece4;
  --tone: #ef5a2e;
  right: 3%;
  bottom: 18%;
  animation-delay: 1.05s;
}

.wg-modern .wg-equipment-float--five {
  --soft: #e4f0fd;
  --tone: #2f7fd6;
  left: 18%;
  top: 52%;
  animation-delay: 1.4s;
}

@keyframes wgEquipmentFloat {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.78) rotate(-4deg);
  }
  15% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(-4deg);
  }
  52% {
    opacity: 1;
    transform: translateY(-14px) scale(1.02) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(-4deg);
  }
}

@media (max-width: 860px) {
  .wg-modern .wg-equipment-floats {
    display: none;
  }
}

@media (max-width: 640px) {
  .wg-modern .wg-cfg-art--style {
    grid-template-columns: 1fr;
  }

  .wg-modern .wg-cfg-perso-card,
  .wg-modern .wg-cfg-phone-preview {
    justify-self: stretch;
    width: 100%;
    transform: none;
  }

  .wg-modern .wg-cfg-dots {
    flex-wrap: wrap;
  }
}

/* Equipment section: restore the original phone-led animation with the new WelloGuest palette */
.wg-modern .wg-equipment-showcase {
  background:
    radial-gradient(600px 340px at 78% 9%, rgba(81, 148, 230, 0.14), transparent 64%),
    radial-gradient(480px 320px at 92% 84%, rgba(255, 173, 48, 0.12), transparent 66%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.wg-modern .wg-equipment-copy h2 {
  max-width: 520px;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0;
}

.wg-modern .wg-equipment-copy p {
  max-width: 590px;
  font-size: 17px;
  line-height: 1.78;
}

.wg-modern .wg-equipment-flow {
  margin-bottom: 12px;
}

.wg-modern .wg-equipment-flow i {
  position: relative;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background: rgba(81, 148, 230, 0.14);
  box-shadow: none;
}

.wg-modern .wg-equipment-flow i::before {
  content: "";
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--blue-deep);
  border-left: 2px solid var(--blue-deep);
  transform: rotate(-45deg) translate(1px, -1px);
}

.wg-modern .wg-equipment-proof {
  display: grid;
  justify-content: start;
  justify-items: start;
  gap: 12px;
  margin: 0 0 30px;
}

.wg-modern .wg-equipment-proof span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.wg-modern .wg-equipment-proof span::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(81, 148, 230, 0.14);
  box-shadow: inset 0 0 0 1px rgba(81, 148, 230, 0.08);
}

.wg-modern .wg-equipment-proof span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--blue-deep);
  border-left: 2px solid var(--blue-deep);
  transform: translateY(-62%) rotate(-45deg);
}

.wg-modern .wg-equipment-copy .wg-btn--large {
  width: fit-content;
  max-width: 100%;
}

.wg-modern .wg-equipment-stage {
  display: grid;
  place-items: center;
  min-height: 690px;
  overflow: visible;
  padding: 32px 24px 22px;
}

.wg-modern .wg-equipment-phone {
  position: relative;
  left: auto;
  top: auto;
  z-index: 3;
  width: min(326px, 100%);
  height: 634px;
  transform: none;
  border: 0;
  border-radius: 46px;
  background: #0d172c;
  padding: 8px;
  box-shadow: 0 38px 88px rgba(13, 23, 44, 0.24);
}

.wg-modern .wg-equipment-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 38px;
  background: #f2f5f9;
  color: var(--ink);
}

.wg-modern .wg-equipment-home {
  position: absolute;
  inset: 0;
  background: #f2f5f9;
}

.wg-modern .wg-equipment-home-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  height: 72px;
  padding: 0 20px;
  background: linear-gradient(180deg, #ddecff, #eaf4ff);
}

.wg-modern .wg-equipment-lang {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 36px;
  border: 1px solid rgba(20, 49, 68, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  padding: 0 11px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.wg-modern .wg-equipment-lang::before {
  content: "";
  width: 19px;
  height: 13px;
  border-radius: 3px;
  background: linear-gradient(90deg, #2357a5 0 33%, #ffffff 33% 66%, #e33b34 66%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.wg-modern .wg-equipment-brand {
  justify-self: center;
  color: var(--blue);
  font-size: 19px;
  font-weight: 900;
}

.wg-modern .wg-equipment-info {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.wg-modern .wg-equipment-hero-img {
  position: relative;
  display: grid;
  place-items: center;
  height: 164px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(81, 148, 230, 0.34), rgba(13, 23, 44, 0.92)),
    linear-gradient(110deg, #263247, #111827 70%);
}

.wg-modern .wg-equipment-hero-img::before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  bottom: 0;
  height: 96px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 10px, transparent 10px 26px),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.38));
  clip-path: polygon(0 62%, 10% 50%, 22% 58%, 35% 44%, 48% 58%, 62% 38%, 80% 56%, 100% 42%, 100% 100%, 0 100%);
  opacity: 0.72;
}

.wg-modern .wg-equipment-hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 22%, rgba(81, 148, 230, 0.75), transparent 25%),
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.44));
}

.wg-modern .wg-equipment-hero-img b {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.wg-modern .wg-equipment-module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 18px 24px;
  transform: translateY(-18px);
}

.wg-modern .wg-equipment-module {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 11px;
  min-height: 104px;
  border-radius: 22px;
  background: #ffffff;
  padding: 14px 9px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(20, 49, 68, 0.05);
}

.wg-modern .wg-equipment-module.is-target {
  animation: wgEquipmentModulePulse 9s ease-in-out infinite;
}

.wg-modern .wg-equipment-module span,
.wg-modern .wg-equipment-sheet-icon,
.wg-modern .wg-equipment-list i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--soft, #e4f0fd);
  color: var(--tone, var(--blue-deep));
}

.wg-modern .wg-equipment-module svg,
.wg-modern .wg-equipment-sheet-icon svg,
.wg-modern .wg-equipment-list svg {
  width: 23px;
  height: 23px;
}

.wg-modern .wg-equipment-dim {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  background: linear-gradient(180deg, rgba(245, 247, 252, 0.94), rgba(245, 247, 252, 0.66) 45%, rgba(245, 247, 252, 0.22));
  animation: wgEquipmentDim 9s ease-in-out infinite;
  pointer-events: none;
}

.wg-modern .wg-equipment-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  overflow: hidden;
  border-radius: 34px 34px 0 0;
  background: #f3f5f8;
  box-shadow: 0 -24px 58px rgba(13, 23, 44, 0.24);
}

.wg-modern .wg-equipment-list-sheet {
  height: 74%;
  padding: 24px 15px 20px;
  transform: translateY(104%);
  animation: wgEquipmentListPanel 9s cubic-bezier(0.25, 0.86, 0.26, 1) infinite;
}

.wg-modern .wg-equipment-detail-sheet {
  z-index: 5;
  height: 86%;
  padding: 24px 15px 0;
  transform: translateY(104%);
  animation: wgEquipmentDetailPanel 9s cubic-bezier(0.25, 0.86, 0.26, 1) infinite;
}

.wg-modern .wg-equipment-sheet-head {
  display: grid;
  grid-template-columns: 38px 48px 1fr;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

.wg-modern .wg-equipment-sheet-head b {
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.wg-modern .wg-equipment-back {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 21px;
  font-weight: 850;
}

.wg-modern .wg-equipment-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wg-modern .wg-equipment-list span {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  border-radius: 16px;
  background: #ffffff;
  padding: 10px 13px;
  color: var(--ink);
}

.wg-modern .wg-equipment-list span.is-primary {
  animation: wgEquipmentRowPulse 9s ease-in-out infinite;
}

.wg-modern .wg-equipment-list b {
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.wg-modern .wg-equipment-list em {
  color: #c9d1de;
  font-size: 30px;
  font-style: normal;
  line-height: 1;
}

.wg-modern .wg-equipment-detail-window {
  height: calc(100% - 76px);
  overflow: hidden;
}

.wg-modern .wg-equipment-detail-scroll {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-bottom: 26px;
  animation: wgEquipmentDetailScroll 9s ease-in-out infinite;
}

.wg-modern .wg-equipment-detail-scroll article {
  border-radius: 17px;
  background: #ffffff;
  padding: 15px;
  color: var(--ink);
}

.wg-modern .wg-equipment-detail-scroll h4 {
  margin: 0 0 15px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.wg-modern .wg-equipment-detail-scroll p {
  margin: 0;
  color: #66758c;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.6;
}

.wg-modern .wg-equipment-detail-scroll p + p {
  margin-top: 15px;
}

.wg-modern .wg-equipment-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wg-modern .wg-equipment-photo-grid span {
  height: 75px;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  background:
    linear-gradient(135deg, #dde4ef 0 48%, transparent 49%),
    linear-gradient(45deg, #edf2f8 0 48%, #cbd4e1 49%);
}

.wg-modern .wg-equipment-video-card {
  position: relative;
  height: 108px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(140deg, #101828, #27344e 58%, #5194e6 160%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.wg-modern .wg-equipment-video-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 19px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

.wg-modern .wg-equipment-video-card::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 19px;
  width: 38%;
  height: 9px;
  border-radius: 999px;
  background: var(--blue);
}

.wg-modern .wg-equipment-video-card span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 13px 24px rgba(81, 148, 230, 0.38);
}

.wg-modern .wg-equipment-video-card span::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
}

.wg-modern .wg-equipment-touch {
  position: absolute;
  z-index: 8;
  left: calc(50% - 17px);
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: rgba(81, 148, 230, 0.2);
  box-shadow: 0 14px 28px rgba(13, 23, 44, 0.24);
  offset-path: path("M -54 174 C -28 158, 21 119, 76 78 S 84 23, 94 -42 S 108 -72, 116 -94");
  offset-distance: 0%;
  offset-rotate: 0deg;
  transform: scale(0.92);
  animation: wgEquipmentTouchPath 9s linear infinite, wgEquipmentTouchPress 9s ease-in-out infinite;
  pointer-events: none;
}

.wg-modern .wg-equipment-touch::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: inherit;
  background: var(--blue);
}

.wg-modern .wg-equipment-touch::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(81, 148, 230, 0.42);
  border-radius: inherit;
  background: transparent;
  animation: wgEquipmentTapRing 9s ease-in-out infinite;
}

.wg-modern .wg-equipment-floats {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
}

.wg-modern .wg-equipment-float {
  opacity: 0;
  width: 60px;
  height: 60px;
  border-radius: 19px;
  transform: translateY(14px) scale(0.72) rotate(var(--rot, 0deg));
  animation: wgEquipmentFloatOld 5.8s ease-in-out infinite;
}

.wg-modern .wg-equipment-float--one {
  --soft: #dff8f3;
  --tone: #12bfa7;
  --rot: -8deg;
  left: 7%;
  top: 18%;
}

.wg-modern .wg-equipment-float--two {
  --soft: #fff2dd;
  --tone: #d69028;
  --rot: 7deg;
  right: 8%;
  top: 15%;
  animation-delay: 0.18s;
}

.wg-modern .wg-equipment-float--three {
  --soft: #e6edff;
  --tone: #4e6ef2;
  --rot: 6deg;
  left: 7%;
  bottom: 20%;
  animation-delay: 0.31s;
}

.wg-modern .wg-equipment-float--four {
  --soft: #fdece4;
  --tone: #ee572e;
  --rot: -6deg;
  right: 7%;
  bottom: 22%;
  animation-delay: 0.44s;
}

.wg-modern .wg-equipment-float--five {
  --soft: #ece7ff;
  --tone: #5f6ff1;
  --rot: -9deg;
  right: 16%;
  top: 49%;
  animation-delay: 0.57s;
}

@keyframes wgEquipmentFloatOld {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.72) rotate(var(--rot, 0deg));
  }
  13% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(var(--rot, 0deg));
  }
  50% {
    opacity: 1;
    transform: translateY(-13px) scale(1.02) rotate(var(--rot, 0deg));
  }
  84%,
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(var(--rot, 0deg));
  }
}

@keyframes wgEquipmentModulePulse {
  0%,
  10%,
  28%,
  100% {
    transform: scale(1);
    box-shadow: 0 10px 24px rgba(20, 49, 68, 0.05);
  }
  16%,
  23% {
    transform: scale(1.035);
    box-shadow: 0 16px 34px rgba(81, 148, 230, 0.17);
  }
}

@keyframes wgEquipmentDim {
  0%,
  29.5%,
  98%,
  100% {
    opacity: 0;
  }
  35%,
  92% {
    opacity: 1;
  }
}

@keyframes wgEquipmentListPanel {
  0%,
  30% {
    transform: translateY(104%);
  }
  37%,
  55% {
    transform: translateY(0);
  }
  64%,
  100% {
    transform: translateY(104%);
  }
}

@keyframes wgEquipmentRowPulse {
  0%,
  32%,
  52%,
  100% {
    transform: scale(1);
  }
  42%,
  49% {
    transform: scale(1.025);
    box-shadow: 0 14px 30px rgba(21, 172, 118, 0.14);
  }
}

@keyframes wgEquipmentDetailPanel {
  0%,
  54% {
    transform: translateY(104%);
  }
  63%,
  93% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(104%);
  }
}

@keyframes wgEquipmentDetailScroll {
  0%,
  67% {
    transform: translateY(0);
  }
  80%,
  91% {
    transform: translateY(-350px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes wgEquipmentTouchPath {
  0%,
  6% {
    opacity: 0;
    offset-distance: 0%;
  }
  10% {
    opacity: 0.95;
  }
  22%,
  27% {
    opacity: 1;
    offset-distance: 45%;
  }
  46%,
  52% {
    opacity: 1;
    offset-distance: 78%;
  }
  64% {
    opacity: 0.7;
    offset-distance: 100%;
  }
  70%,
  100% {
    opacity: 0;
    offset-distance: 100%;
  }
}

@keyframes wgEquipmentTouchPress {
  0%,
  23.6%,
  27.4%,
  47.8%,
  52.2%,
  100% {
    transform: scale(0.94);
  }
  24.4%,
  49% {
    transform: scale(0.76);
  }
  26%,
  51% {
    transform: scale(1);
  }
}

@keyframes wgEquipmentTapRing {
  0%,
  23.5%,
  27.6%,
  47.8%,
  52.4%,
  100% {
    opacity: 0;
    transform: scale(0.82);
  }
  24.7%,
  49.2% {
    opacity: 1;
    transform: scale(1.42);
  }
  26.6%,
  51.4% {
    opacity: 0;
    transform: scale(2.08);
  }
}

@media (max-width: 1120px) {
  .wg-modern .wg-equipment-stage {
    max-width: 680px;
    min-height: 690px;
    margin: 8px auto 0;
  }
}

@media (max-width: 860px) {
  .wg-modern .wg-equipment-proof {
    justify-content: start;
    justify-items: start;
  }

  .wg-modern .wg-equipment-floats {
    display: block;
  }
}

@media (max-width: 640px) {
  .wg-modern .wg-equipment-copy .wg-btn--large {
    width: 100%;
    max-width: 300px;
    min-height: 54px;
    justify-content: center;
    padding-inline: 22px;
    font-size: 15px;
  }

  .wg-modern .wg-equipment-copy h2,
  .wg-module-detail-copy h2,
  .wg-module-detail-use h2,
  .wg-section-head h2,
  .wg-split__copy h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.14;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .wg-modern .wg-equipment-copy p,
  .wg-module-detail-copy p,
  .wg-module-detail-use p,
  .wg-section-head p,
  .wg-split__copy p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
    overflow-wrap: break-word;
  }

  .wg-modern .wg-equipment-stage {
    min-height: 620px;
    padding: 18px 0 12px;
  }

  .wg-modern .wg-equipment-phone {
    width: min(288px, 100%);
    height: 574px;
    border-radius: 39px;
  }

  .wg-modern .wg-equipment-screen {
    border-radius: 32px;
  }

  .wg-modern .wg-equipment-home-top {
    height: 64px;
    padding-inline: 15px;
  }

  .wg-modern .wg-equipment-brand {
    font-size: 16px;
  }

  .wg-modern .wg-equipment-info {
    width: 23px;
    height: 23px;
    font-size: 11px;
  }

  .wg-modern .wg-equipment-hero-img {
    height: 145px;
  }

  .wg-modern .wg-equipment-hero-img b {
    font-size: 25px;
  }

  .wg-modern .wg-equipment-module-grid {
    gap: 10px;
    padding-inline: 14px;
    transform: translateY(-15px);
  }

  .wg-modern .wg-equipment-module {
    min-height: 92px;
    border-radius: 20px;
    font-size: 11px;
  }

  .wg-modern .wg-equipment-module span,
  .wg-modern .wg-equipment-sheet-icon,
  .wg-modern .wg-equipment-list i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .wg-modern .wg-equipment-sheet-head {
    grid-template-columns: 35px 42px 1fr;
    gap: 9px;
    margin-bottom: 17px;
  }

  .wg-modern .wg-equipment-sheet-head b {
    font-size: 19px;
  }

  .wg-modern .wg-equipment-back {
    width: 35px;
    height: 35px;
  }

  .wg-modern .wg-equipment-list-sheet {
    padding: 21px 12px 18px;
  }

  .wg-modern .wg-equipment-list span {
    min-height: 58px;
    padding: 9px 11px;
  }

  .wg-modern .wg-equipment-list b {
    font-size: 14.5px;
  }

  .wg-modern .wg-equipment-detail-sheet {
    padding: 21px 12px 0;
  }

  .wg-modern .wg-equipment-detail-scroll article {
    padding: 13px;
  }

  .wg-modern .wg-equipment-detail-scroll p {
    font-size: 12.8px;
  }

  .wg-modern .wg-equipment-photo-grid span {
    height: 66px;
  }

  .wg-modern .wg-equipment-video-card {
    height: 98px;
  }

  .wg-modern .wg-equipment-float {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .wg-modern .wg-equipment-float svg {
    width: 22px;
    height: 22px;
  }

  .wg-modern .wg-equipment-float--five {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wg-modern .wg-equipment-float,
  .wg-modern .wg-equipment-module.is-target,
  .wg-modern .wg-equipment-dim,
  .wg-modern .wg-equipment-list-sheet,
  .wg-modern .wg-equipment-list span.is-primary,
  .wg-modern .wg-equipment-detail-sheet,
  .wg-modern .wg-equipment-detail-scroll,
  .wg-modern .wg-equipment-touch,
  .wg-modern .wg-equipment-touch::after {
    animation: none;
  }

  .wg-modern .wg-equipment-float {
    opacity: 1;
    transform: rotate(var(--rot, 0deg));
  }

  .wg-modern .wg-equipment-touch {
    display: none;
  }

  .wg-modern .wg-equipment-dim {
    opacity: 1;
  }

  .wg-modern .wg-equipment-list-sheet {
    transform: translateY(104%);
  }

  .wg-modern .wg-equipment-detail-sheet {
    transform: translateY(0);
  }
}

/* Bento "Et aussi": closer to the original lighter product-card rhythm */
.wg-modern .wg-more-bento {
  background: #ffffff;
  padding: 86px 0 96px;
}

.wg-modern .wg-bento-grid {
  gap: 22px;
  margin-top: 44px;
}

.wg-modern .wg-bento-card {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.78fr);
  gap: 20px;
  min-height: 0;
  border-color: rgba(226, 234, 244, 0.92);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.96));
  padding: 24px;
  box-shadow:
    0 22px 58px -42px rgba(20, 49, 68, 0.48),
    0 8px 18px rgba(20, 49, 68, 0.035);
}

.wg-modern .wg-bento-card--check {
  grid-template-columns: minmax(0, 1fr) minmax(245px, 0.78fr);
}

.wg-modern .wg-bento-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 32px 66px -44px rgba(20, 49, 68, 0.58),
    0 10px 24px rgba(20, 49, 68, 0.045);
}

.wg-modern .wg-bento-copy > span {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #e8ebf5;
  color: #2e3861;
}

.wg-modern .wg-bento-card--stats .wg-bento-copy > span {
  background: #e0f5eb;
  color: #18a871;
}

.wg-modern .wg-bento-card--extras .wg-bento-copy > span {
  background: #fdece4;
  color: #ef5a2e;
}

.wg-modern .wg-bento-card--lodging .wg-bento-copy > span {
  background: #ece7ff;
  color: #6759df;
}

.wg-modern .wg-bento-copy h3 {
  margin-top: 14px;
  max-width: 340px;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 900;
}

.wg-modern .wg-bento-copy p {
  max-width: 340px;
  color: #65748b;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.48;
}

.wg-modern .wg-bento-checklist,
.wg-modern .wg-bento-bars,
.wg-modern .wg-bento-extra span,
.wg-modern .wg-bento-lodgings span {
  border-color: rgba(226, 234, 244, 0.92);
  border-radius: 8px;
  box-shadow:
    0 16px 34px rgba(20, 49, 68, 0.07),
    0 2px 7px rgba(20, 49, 68, 0.035);
}

.wg-modern .wg-bento-checklist {
  width: min(250px, 100%);
  margin-left: auto;
  gap: 9px;
  padding: 12px;
}

.wg-modern .wg-bento-checklist span {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 40px;
  border-color: rgba(226, 234, 244, 0.95);
  color: #727d92;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.wg-modern .wg-bento-checklist i {
  position: relative;
  justify-self: center;
}

.wg-modern .wg-bento-checklist i.is-checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 5px;
  height: 9px;
  border-right: 2.4px solid #ffffff;
  border-bottom: 2.4px solid #ffffff;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

.wg-modern .wg-bento-bars {
  width: min(210px, 100%);
  height: 102px;
  margin-left: auto;
  padding: 20px 22px;
}

.wg-modern .wg-bento-bars i {
  width: 28px;
  background: linear-gradient(180deg, #31d09a, #17a873);
}

.wg-modern .wg-bento-extra {
  gap: 14px;
}

.wg-modern .wg-bento-extra span {
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  min-height: 60px;
  padding: 9px 10px;
}

.wg-modern .wg-bento-extra span:nth-child(1) svg {
  background: #fdece4;
  color: #ef5a2e;
}

.wg-modern .wg-bento-extra span:nth-child(2) svg {
  background: #ece7ff;
  color: #6b63d6;
}

.wg-modern .wg-bento-extra b {
  font-size: 13.5px;
  font-weight: 900;
}

.wg-modern .wg-bento-extra small {
  color: #ef5a2e;
}

.wg-modern .wg-bento-extra span:nth-child(2) small {
  color: #6b63d6;
}

.wg-modern .wg-bento-extra i {
  position: relative;
  background: #ef5a2e;
  box-shadow: 0 10px 18px rgba(239, 90, 46, 0.18);
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.wg-modern .wg-bento-extra i::before,
.wg-modern .wg-bento-extra i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.wg-modern .wg-bento-extra i::before {
  width: 13px;
  height: 2.6px;
}

.wg-modern .wg-bento-extra i::after {
  width: 2.6px;
  height: 13px;
}

.wg-modern .wg-bento-lodgings {
  gap: 12px;
}

.wg-modern .wg-bento-lodgings span {
  min-height: 44px;
  padding: 0 16px;
  color: #202944;
  font-size: 13.5px;
  font-weight: 850;
}

@media (max-width: 1120px) {
  .wg-modern .wg-bento-card {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.76fr);
  }

  .wg-modern .wg-bento-card--check {
    grid-template-columns: minmax(0, 1fr) minmax(235px, 0.78fr);
  }
}

@media (max-width: 860px) {
  .wg-modern .wg-bento-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px;
  }

  .wg-modern .wg-bento-bars {
    margin-left: 0;
  }

  .wg-modern .wg-bento-checklist {
    width: 100%;
    margin-left: 0;
  }
}

/* Two-line testimonials marquee */
.wg-modern .wg-testimonials {
  overflow: hidden;
  padding-bottom: 0;
}

.wg-modern .wg-review-carousel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  margin-top: 46px;
  overflow: hidden;
  border-radius: 0 0 32px 32px;
  background: #f4f7ff;
  padding: 42px 0 62px;
}

.wg-modern .wg-review-carousel::before,
.wg-modern .wg-review-carousel::after {
  display: none;
}

.wg-modern .wg-review-row {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.wg-modern .wg-review-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 0;
  will-change: transform;
}

.wg-modern .wg-review-track--left {
  animation: wgReviewsLeft 58s linear infinite;
}

.wg-modern .wg-review-track--right {
  animation: wgReviewsRight 58s linear infinite;
}

.wg-modern .wg-review-carousel:hover .wg-review-track {
  animation-play-state: paused;
}

.wg-modern .wg-review-card {
  width: 360px;
  min-height: 188px;
  border: 1px solid rgba(226, 234, 244, 0.96);
  background: #ffffff;
  padding: 24px;
  box-shadow:
    0 18px 38px rgba(20, 49, 68, 0.08),
    0 2px 8px rgba(20, 49, 68, 0.04);
}

.wg-modern .wg-review-card p {
  margin-top: 18px;
  color: #2a3348;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.wg-modern .wg-review-author {
  margin-top: 22px;
}

.wg-modern .wg-review-author i {
  width: 38px;
  height: 38px;
  font-size: 12px;
}

@keyframes wgReviewsLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@keyframes wgReviewsRight {
  from {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 640px) {
  .wg-modern .wg-review-carousel {
    gap: 14px;
    padding: 30px 0 44px;
  }

  .wg-modern .wg-review-card {
    width: 300px;
    min-height: 194px;
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wg-modern .wg-review-track--left,
  .wg-modern .wg-review-track--right {
    animation: none;
  }
}

/* Modern WelloGuest about page */
body.wg-modern-about {
  margin: 0;
  background: #ffffff;
}

.wg-modern-about .wg-nav__links a[aria-current="page"] {
  color: var(--blue-deep);
}

.wg-page-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 80px;
  background:
    radial-gradient(circle at 72% 0%, rgba(81, 148, 230, 0.14), transparent 33%),
    linear-gradient(180deg, var(--sky50) 0%, #ffffff 96%);
  text-align: center;
}

.wg-page-hero::before {
  content: "";
  position: absolute;
  right: max(26px, calc((100vw - 1160px) / 2));
  top: 68px;
  width: 76px;
  height: 76px;
  background: url("/assets/images/form_bleu.webp") center / contain no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.wg-page-hero__inner {
  max-width: 920px;
  margin: 0 auto;
}

.wg-page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wg-page-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg) translateY(2px);
}

.wg-page-hero h1 {
  max-width: 840px;
  margin: 24px auto 0;
  color: var(--ink);
  font-size: 56px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
}

.wg-page-hero p {
  max-width: 790px;
  margin: 24px auto 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.75;
}

.wg-page-hero .wg-btn {
  margin-top: 34px;
}

.wg-about-intro {
  padding: 88px 0 0;
}

.wg-about-intro__grid,
.wg-about-story__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.wg-about-intro article,
.wg-about-card-grid article,
.wg-about-value-grid article,
.wg-about-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.wg-about-intro article {
  padding: 34px;
}

.wg-about-intro article:nth-child(1),
.wg-about-card-grid article:nth-child(1) {
  --about-accent: var(--sky700);
  --about-accent-soft: var(--sky50);
}

.wg-about-intro article:nth-child(2),
.wg-about-card-grid article:nth-child(2) {
  --about-accent: var(--aqua700);
  --about-accent-soft: var(--aqua50);
}

.wg-about-card-grid article:nth-child(3) {
  --about-accent: var(--sun700);
  --about-accent-soft: var(--sun50);
}

.wg-about-intro span,
.wg-about-card-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--about-accent-soft, var(--sky50));
  color: var(--about-accent, var(--sky700));
}

.wg-about-card-grid article::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
  height: 84px;
  border-radius: 0 8px 0 84px;
  background: var(--about-accent-soft, var(--sky50));
  opacity: 0.72;
  pointer-events: none;
}

.wg-about-intro svg,
.wg-about-card-grid svg,
.wg-about-panel svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-about-intro h2 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.2;
}

.wg-about-intro p {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}

.wg-about-mission {
  padding-top: 96px;
}

.wg-about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.wg-about-card-grid article {
  padding: 30px;
}

.wg-about-card-grid h3 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.22;
}

.wg-about-card-grid p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

.wg-about-story {
  padding: 96px 0;
}

.wg-about-story__grid {
  align-items: center;
  gap: 58px;
}

.wg-about-story__copy h2 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.14;
}

.wg-about-story__copy p {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.78;
}

.wg-about-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 252, 251, 0.9)),
    #ffffff;
  isolation: isolate;
}

.wg-about-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.wg-about-panel__head img {
  width: 170px;
}

.wg-about-panel__head span {
  border-radius: 999px;
  background: var(--leaf50);
  color: var(--leaf700);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 850;
}

.wg-about-panel__message {
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(20, 49, 68, 0.06);
}

.wg-about-panel__message small {
  color: var(--aqua700);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.wg-about-panel__message p {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.42;
}

.wg-about-panel__rows {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.wg-about-panel__rows span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.wg-about-panel__rows svg {
  flex: none;
  color: var(--blue-deep);
}

.wg-about-panel__rows span:nth-child(1) svg {
  color: var(--sky700);
}

.wg-about-panel__rows span:nth-child(2) svg {
  color: var(--aqua700);
}

.wg-about-panel__rows span:nth-child(3) svg {
  color: var(--sun700);
}

.wg-about-panel__rows b {
  margin-left: auto;
  color: var(--leaf700);
  font-size: 12px;
}

.wg-about-values {
  padding: 92px 0;
  background:
    linear-gradient(180deg, var(--sky50), #ffffff 92%);
}

.wg-about-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.wg-about-value-grid article {
  padding: 26px;
}

.wg-about-value-grid article:nth-child(1) {
  --value-soft: var(--sky50);
  --value-accent: var(--sky700);
}

.wg-about-value-grid article:nth-child(2) {
  --value-soft: var(--aqua50);
  --value-accent: var(--aqua700);
}

.wg-about-value-grid article:nth-child(3) {
  --value-soft: var(--sun50);
  --value-accent: var(--sun700);
}

.wg-about-value-grid article:nth-child(4) {
  --value-soft: var(--rose50);
  --value-accent: var(--rose500);
}

.wg-about-value-grid span {
  display: inline-flex;
  border-radius: 999px;
  background: var(--value-soft, var(--sky50));
  padding: 6px 11px;
  color: var(--value-accent, var(--sky700));
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.wg-about-value-grid h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.wg-about-value-grid p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.68;
}

.wg-about-faq {
  padding-top: 88px;
  padding-bottom: 0;
}

.wg-about-final {
  padding-top: 92px;
}

@media (max-width: 1120px) {
  .wg-about-story__grid {
    grid-template-columns: 1fr;
  }

  .wg-about-card-grid,
  .wg-about-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .wg-page-hero {
    padding: 76px 0 64px;
  }

  .wg-page-hero h1 {
    font-size: 42px;
  }

  .wg-page-hero p {
    font-size: 17px;
  }

  .wg-about-intro__grid,
  .wg-about-card-grid,
  .wg-about-value-grid {
    grid-template-columns: 1fr;
  }

  .wg-about-story__copy h2 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .wg-page-hero {
    padding: 58px 0 52px;
  }

  .wg-page-hero__inner {
    max-width: 100%;
  }

  .wg-page-hero::before {
    display: none;
  }

  .wg-page-hero h1 {
    max-width: min(100%, 300px);
    font-size: 29px;
    line-height: 1.14;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .wg-page-hero p {
    max-width: min(100%, 300px);
    font-size: 15px;
    line-height: 1.65;
    overflow-wrap: break-word;
  }

  .wg-page-hero .wg-btn {
    width: min(100%, 300px);
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    padding-right: 18px;
    padding-left: 18px;
    white-space: normal;
    text-align: center;
  }

  .wg-about-intro,
  .wg-about-mission,
  .wg-about-story,
  .wg-about-values,
  .wg-about-faq,
  .wg-about-final {
    padding-top: 68px;
  }

  .wg-about-story {
    padding-bottom: 68px;
  }

  .wg-about-intro article,
  .wg-about-card-grid article,
  .wg-about-value-grid article,
  .wg-about-panel {
    padding: 24px;
  }

  .wg-about-panel__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .wg-about-panel__message p {
    font-size: 18px;
  }
}

/* Modern WelloGuest contact page */
body.wg-modern-contact {
  margin: 0;
  background: #ffffff;
}

.wg-modern-contact .wg-nav__links a[aria-current="page"] {
  color: var(--blue-deep);
}

.wg-contact-hero {
  padding-bottom: 72px;
}

.wg-contact-main {
  padding: 76px 0 0;
}

.wg-contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1fr);
  gap: 44px;
  align-items: start;
}

.wg-contact-copy {
  position: sticky;
  top: 112px;
}

.wg-contact-copy .wg-kicker {
  margin: 0;
}

.wg-contact-copy h2 {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 42px;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}

.wg-contact-copy p {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.78;
}

.wg-contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.wg-contact-methods a,
.wg-contact-note,
.wg-contact-form,
.wg-contact-card-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.wg-contact-methods a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.wg-contact-methods a:hover {
  border-color: var(--sky300);
  transform: translateY(-2px);
}

.wg-contact-methods svg,
.wg-contact-note svg,
.wg-contact-card-grid svg {
  width: 48px;
  height: 48px;
  flex: none;
  border-radius: 14px;
  background: var(--sky50);
  padding: 12px;
  color: var(--sky700);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-contact-methods a:nth-child(2) svg {
  background: var(--aqua50);
  color: var(--aqua700);
}

.wg-contact-methods b,
.wg-contact-methods small {
  display: block;
}

.wg-contact-methods b {
  color: var(--ink);
  font-size: 15px;
  font-weight: 850;
}

.wg-contact-methods small {
  margin-top: 3px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
}

.wg-contact-note {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 16px;
}

.wg-contact-note svg {
  background: var(--sun50);
  color: var(--sun700);
}

.wg-contact-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.58;
}

.wg-contact-form {
  position: relative;
  overflow: hidden;
  padding: 34px;
}

.wg-contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wg-contact-alert {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
}

.wg-contact-alert strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.wg-contact-alert p,
.wg-contact-alert ul {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.55;
}

.wg-contact-alert ul {
  padding-left: 18px;
}

.wg-contact-alert--success {
  border-color: rgba(123, 206, 130, 0.42);
  background: var(--leaf50);
}

.wg-contact-alert--error {
  border-color: rgba(230, 78, 104, 0.28);
  background: var(--rose50);
}

.wg-contact-form__head {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.wg-contact-form__head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 850;
  line-height: 1.2;
}

.wg-contact-form__head p {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
}

.wg-contact-fields {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.wg-contact-fields label {
  display: grid;
}

.wg-contact-fields label span {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.wg-contact-field--full {
  grid-column: 1 / -1;
}

.wg-contact-fields .field-input {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  border: 1.5px solid var(--line);
  border-radius: 13px;
  background: #fcfbfe;
  padding: 0 16px;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.wg-contact-fields textarea.field-input {
  height: auto;
  min-height: 150px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.wg-contact-fields .field-input::placeholder {
  color: #9aa8ba;
}

.wg-contact-fields .field-input:focus {
  border-color: var(--sky500);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(81, 148, 230, 0.14);
}

.wg-contact-form .wg-btn {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.wg-contact-reasons {
  padding: 92px 0 0;
}

.wg-contact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.wg-contact-card-grid article {
  padding: 28px;
}

.wg-contact-card-grid article:nth-child(2) svg {
  background: var(--aqua50);
  color: var(--aqua700);
}

.wg-contact-card-grid article:nth-child(3) svg {
  background: var(--sun50);
  color: var(--sun700);
}

.wg-contact-card-grid h3 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.28;
}

.wg-contact-card-grid p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

.wg-contact-faq {
  padding-top: 88px;
  padding-bottom: 0;
}

.wg-contact-final {
  padding-top: 92px;
}

@media (max-width: 1120px) {
  .wg-contact-main__grid {
    grid-template-columns: 1fr;
  }

  .wg-contact-copy {
    position: static;
  }

  .wg-contact-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .wg-contact-main,
  .wg-contact-reasons,
  .wg-contact-faq,
  .wg-contact-final {
    padding-top: 68px;
  }

  .wg-contact-copy h2 {
    font-size: 32px;
  }

  .wg-contact-form {
    padding: 24px;
  }

  .wg-contact-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .wg-contact-methods a,
  .wg-contact-note {
    grid-template-columns: 1fr;
  }

  .wg-contact-form .wg-btn {
    width: 100%;
  }
}

/* Modern WelloGuest modules page */
body.wg-modern-modules {
  margin: 0;
  background: #ffffff;
}

.wg-modern-modules .wg-nav__links a[aria-current="page"] {
  color: var(--blue-deep);
}

.wg-modules-hero {
  padding-bottom: 72px;
}

.wg-modules-intro {
  padding: 84px 0 92px;
  background: #ffffff;
}

.wg-modules-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1fr);
  gap: 52px;
  align-items: center;
}

.wg-modules-intro__copy .wg-kicker {
  margin: 0;
}

.wg-modules-intro__copy h2 {
  max-width: 570px;
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 42px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.wg-modules-intro__copy p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.78;
}

.wg-modules-intro__copy .wg-check-list {
  margin-top: 28px;
}

.wg-modules-preview {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wg-modules-preview__phone {
  position: relative;
  z-index: 2;
  width: min(320px, calc(100% - 58px));
  overflow: hidden;
  border: 8px solid #0d172c;
  border-radius: 44px;
  background: #f2f5f9;
  box-shadow: 0 28px 70px rgba(13, 23, 44, 0.22);
}

.wg-modules-preview__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 18px;
  background: linear-gradient(180deg, #ddecff, #edf6ff);
}

.wg-modules-preview__top span,
.wg-modules-preview__top i {
  display: inline-grid;
  place-items: center;
  height: 32px;
  border: 1px solid rgba(20, 49, 68, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.wg-modules-preview__top span {
  width: 54px;
}

.wg-modules-preview__top i {
  width: 32px;
}

.wg-modules-preview__top b {
  display: grid;
  place-items: center;
  justify-self: center;
}

.wg-modules-preview__top b img {
  display: block;
  width: 132px;
  max-width: 100%;
  height: auto;
}

.wg-modules-preview__cover {
  display: grid;
  place-items: center;
  min-height: 150px;
  background:
    linear-gradient(180deg, rgba(81, 148, 230, 0.2), rgba(13, 23, 44, 0.82)),
    linear-gradient(115deg, #263247, #111827 68%);
  color: #ffffff;
  padding: 24px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.wg-modules-preview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  transform: translateY(-8px);
}

.wg-modules-preview__grid span {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 96px;
  border-radius: 20px;
  background: #ffffff;
  padding: 13px 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  box-shadow: 0 9px 22px rgba(20, 49, 68, 0.05);
}

.wg-modules-preview__grid svg {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--sky50);
  padding: 11px;
  color: var(--sky700);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-modules-preview__grid span:nth-child(3) svg,
.wg-modules-preview__grid span:nth-child(6) svg {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-modules-preview__grid span:nth-child(4) svg {
  background: #ece7ff;
  color: var(--graphite700);
}

.wg-modules-preview__grid span:nth-child(5) svg {
  background: var(--sun50);
  color: var(--sun700);
}

.wg-modules-preview__card {
  position: absolute;
  z-index: 3;
  display: block;
  width: 198px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px;
  box-shadow: 0 20px 46px rgba(20, 49, 68, 0.12);
}

.wg-modules-preview__card-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.wg-modules-preview__card-head svg {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--sky50);
  padding: 8px;
  color: var(--sky700);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-modules-preview__card-head b {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.wg-modules-preview__rows,
.wg-modules-preview__places {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.wg-modules-preview__rows span,
.wg-modules-preview__places span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(227, 236, 245, 0.92);
  border-radius: 8px;
  background: #fcfbfe;
  padding: 8px 9px;
}

.wg-modules-preview__places span {
  grid-template-columns: 1fr;
  gap: 3px;
}

.wg-modules-preview__rows small,
.wg-modules-preview__places small {
  color: var(--text);
  font-size: 9.5px;
  font-weight: 750;
  line-height: 1.25;
}

.wg-modules-preview__rows strong,
.wg-modules-preview__places strong {
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.wg-modules-preview__rows strong {
  border-radius: 999px;
  background: var(--sky50);
  padding: 4px 7px;
  color: var(--sky700);
  letter-spacing: 0.04em;
}

.wg-modules-preview__card--one {
  right: 4px;
  top: 112px;
}

.wg-modules-preview__card--two {
  left: 2px;
  bottom: 108px;
}

.wg-modules-preview__card--two .wg-modules-preview__card-head svg {
  background: var(--sun50);
  color: var(--leaf700);
}

.wg-modules-preview__card--two .wg-modules-preview__places strong::before {
  content: "•";
  margin-right: 7px;
  color: var(--leaf700);
}

.wg-modules-catalog {
  padding: 92px 0 98px;
  background:
    radial-gradient(circle at 92% 0%, rgba(81, 148, 230, 0.1), transparent 30%),
    linear-gradient(180deg, var(--sky50), #ffffff 92%);
}

.wg-modules-catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.wg-modules-catalog__grid article {
  --module-soft: var(--sky50);
  --module-tone: var(--sky700);
  display: flex;
  min-height: 300px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.wg-modules-catalog__grid article:hover {
  border-color: var(--sky300);
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(20, 49, 68, 0.1);
}

.wg-modules-catalog__grid article:nth-child(3),
.wg-modules-catalog__grid article:nth-child(6) {
  --module-soft: var(--leaf50);
  --module-tone: var(--leaf700);
}

.wg-modules-catalog__grid article:nth-child(4),
.wg-modules-catalog__grid article:nth-child(7) {
  --module-soft: #ece7ff;
  --module-tone: var(--graphite700);
}

.wg-modules-catalog__grid article:nth-child(5),
.wg-modules-catalog__grid article:nth-child(8),
.wg-modules-catalog__grid article:nth-child(9) {
  --module-soft: var(--sun50);
  --module-tone: var(--sun700);
}

.wg-modules-catalog__grid article:nth-child(10) {
  --module-soft: var(--aqua50);
  --module-tone: var(--aqua700);
}

.wg-modules-catalog__grid article:nth-child(11) {
  --module-soft: var(--rose50);
  --module-tone: var(--rose500);
}

.wg-modules-catalog__grid article > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--module-soft);
  color: var(--module-tone);
}

.wg-modules-catalog__grid article > span svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-modules-catalog__grid small {
  margin-top: 22px;
  color: var(--module-tone);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wg-modules-catalog__grid h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.22;
}

.wg-modules-catalog__grid p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.68;
}

.wg-modules-catalog__grid a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.wg-modules-catalog__grid a .wg-arrow {
  width: 10px;
  height: 10px;
}

.wg-modules-equipment {
  padding-top: 96px;
}

.wg-modules-flow {
  padding: 92px 0 0;
  background: #ffffff;
}

.wg-modules-flow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.wg-modules-flow__grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.wg-modules-flow__grid small {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.wg-modules-flow__grid h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 850;
  line-height: 1.2;
}

.wg-modules-flow__grid p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.68;
}

.wg-modules-faq {
  padding-top: 88px;
  padding-bottom: 0;
}

.wg-modules-final {
  padding-top: 92px;
}

@media (max-width: 1180px) {
  .wg-modules-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .wg-modules-intro__grid {
    grid-template-columns: 1fr;
  }

  .wg-modules-intro__copy {
    max-width: 720px;
  }

  .wg-modules-preview {
    min-height: 560px;
  }

  .wg-modules-preview__card--one {
    right: max(72px, calc(50% - 316px));
  }

  .wg-modules-preview__card--two {
    left: max(72px, calc(50% - 316px));
  }
}

@media (max-width: 760px) {
  .wg-modules-intro,
  .wg-modules-catalog,
  .wg-modules-flow,
  .wg-modules-faq,
  .wg-modules-final {
    padding-top: 68px;
  }

  .wg-modules-intro {
    padding-bottom: 68px;
  }

  .wg-modules-intro__copy h2 {
    font-size: 32px;
  }

  .wg-modules-catalog__grid,
  .wg-modules-flow__grid {
    grid-template-columns: 1fr;
  }

  .wg-modules-catalog__grid article {
    min-height: 0;
  }

  .wg-modules-preview {
    min-height: 520px;
    padding: 18px 0 0;
  }

  .wg-modules-preview__card {
    display: none;
  }
}

@media (max-width: 520px) {
  .wg-modules-preview {
    min-height: 485px;
  }

  .wg-modules-preview__phone {
    width: min(268px, calc(100% - 34px));
    border-width: 7px;
    border-radius: 36px;
  }

  .wg-modules-preview__cover {
    min-height: 112px;
    font-size: 21px;
  }

  .wg-modules-preview__grid span {
    min-height: 76px;
    border-radius: 17px;
    font-size: 10px;
  }

  .wg-modules-preview__grid svg {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    padding: 9px;
  }
}

/* Module detail pages */
.wg-module-detail-page .wg-page-hero {
  padding-bottom: 66px;
}

.wg-module-detail-intro,
.wg-module-detail-benefits,
.wg-module-detail-use,
.wg-module-detail-steps,
.wg-module-detail-related,
.wg-module-detail-faq {
  padding: 92px 0;
}

.wg-module-detail-intro {
  background: #ffffff;
}

.wg-module-detail-intro__grid,
.wg-module-detail-use__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.86fr);
  align-items: center;
  gap: 64px;
}

.wg-module-detail-copy h2,
.wg-module-detail-use h2 {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 42px;
  font-weight: 850;
  line-height: 1.1;
}

.wg-module-detail-copy p,
.wg-module-detail-use p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.76;
}

.wg-module-detail-preview {
  position: relative;
  min-height: 600px;
  display: grid;
  place-items: center;
}

.wg-module-phone {
  position: relative;
  z-index: 2;
  width: min(330px, 100%);
  border: 10px solid #0d172c;
  border-radius: 42px;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f7ff, #ffffff);
  box-shadow: 0 34px 90px rgba(20, 49, 68, 0.16);
}

.wg-module-phone__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  height: 66px;
  padding: 0 18px;
  background: linear-gradient(180deg, #ddecff, #eef6ff);
}

.wg-module-phone__top span,
.wg-module-phone__top i {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 34px;
  border: 1px solid rgba(20, 49, 68, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.wg-module-phone__top img {
  justify-self: center;
  width: 150px;
  max-width: 100%;
}

.wg-module-phone__cover {
  display: grid;
  place-items: center;
  min-height: 150px;
  background:
    radial-gradient(circle at 72% 24%, rgba(81, 148, 230, 0.42), transparent 32%),
    linear-gradient(135deg, #263c5e, #0d172c 74%);
  padding: 26px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.wg-module-welcome-card {
  margin: -26px 18px 22px;
  border-radius: 24px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 18px 44px rgba(20, 49, 68, 0.12);
}

.wg-module-welcome-card > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--sky50);
  color: var(--sky700);
}

.wg-module-welcome-card svg,
.wg-module-note svg,
.wg-module-detail-cards svg,
.wg-module-related-grid svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-module-welcome-card h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.wg-module-welcome-card p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.wg-module-welcome-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.wg-module-welcome-card small {
  border-radius: 999px;
  background: var(--graphite50);
  padding: 8px 10px;
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 900;
}

.wg-module-note {
  position: absolute;
  z-index: 3;
  width: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 18px;
  box-shadow: 0 24px 64px rgba(20, 49, 68, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.wg-module-note--one {
  right: 0;
  top: 118px;
}

.wg-module-note--two {
  left: 0;
  bottom: 106px;
}

.wg-module-note svg {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--sky50);
  padding: 11px;
  color: var(--blue-deep);
}

.wg-module-note--two svg {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-module-note b {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.wg-module-note small {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.wg-module-detail-benefits,
.wg-module-detail-related {
  background:
    radial-gradient(circle at 88% 8%, rgba(81, 148, 230, 0.1), transparent 30%),
    linear-gradient(180deg, var(--sky50), #ffffff 90%);
}

.wg-module-detail-cards,
.wg-module-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.wg-module-detail-cards article,
.wg-module-related-grid a,
.wg-module-example-stack article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.wg-module-detail-cards article > span,
.wg-module-related-grid a > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--sky50);
  color: var(--sky700);
}

.wg-module-detail-cards article:nth-child(2) > span,
.wg-module-related-grid a:nth-child(2) > span {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-module-detail-cards article:nth-child(3) > span {
  background: #ece7ff;
  color: var(--graphite700);
}

.wg-module-detail-cards article:nth-child(4) > span,
.wg-module-related-grid a:nth-child(3) > span {
  background: var(--sun50);
  color: var(--sun700);
}

.wg-module-detail-cards h3 {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

.wg-module-detail-cards p,
.wg-module-related-grid small {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}

.wg-module-detail-use {
  background: #ffffff;
}

.wg-module-example-stack {
  display: grid;
  gap: 14px;
}

.wg-module-example-stack small {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: var(--sky50);
  padding: 7px 12px;
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wg-module-example-stack p {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.65;
}

.wg-module-detail-steps {
  background: var(--sky50);
}

.wg-module-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wg-module-related-grid a {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.wg-module-related-grid b {
  margin-top: 20px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.wg-module-detail-faq {
  padding-top: 88px;
  padding-bottom: 88px;
  background: linear-gradient(180deg, #ffffff, var(--sky50));
}

.wg-modern .wg-module-detail-final {
  padding: 58px 0 88px;
  background: #ffffff;
}

@media (max-width: 1120px) {
  .wg-module-detail-intro__grid,
  .wg-module-detail-use__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .wg-module-detail-copy,
  .wg-module-detail-use__grid > div:first-child {
    max-width: 720px;
  }

  .wg-module-detail-preview {
    min-height: 570px;
  }

  .wg-module-detail-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wg-module-detail-intro,
  .wg-module-detail-benefits,
  .wg-module-detail-use,
  .wg-module-detail-steps,
  .wg-module-detail-related,
  .wg-module-detail-faq,
  .wg-module-detail-final {
    padding-top: 68px;
  }

  .wg-module-detail-intro {
    padding-bottom: 68px;
  }

  .wg-module-detail-copy h2,
  .wg-module-detail-use h2 {
    font-size: 32px;
  }

  .wg-module-detail-cards,
  .wg-module-related-grid {
    grid-template-columns: 1fr;
  }

  .wg-module-detail-preview {
    min-height: 500px;
  }

  .wg-modern .wg-module-detail-final {
    padding: 52px 0 68px;
  }

  .wg-module-detail-faq {
    padding-bottom: 68px;
  }

  .wg-module-note {
    display: none;
  }
}

@media (max-width: 520px) {
  .wg-module-phone {
    width: min(292px, 100%);
    border-width: 7px;
    border-radius: 34px;
  }

  .wg-module-phone__top {
    height: 60px;
    padding-inline: 13px;
  }

  .wg-module-phone__top img {
    width: 128px;
  }

  .wg-module-phone__cover {
    min-height: 128px;
    font-size: 23px;
  }

  .wg-module-welcome-card {
    margin-inline: 14px;
    padding: 18px;
  }
}

/* Pricing page */
.wg-pricing-page .wg-page-hero {
  padding-bottom: 64px;
}

.wg-pricing-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.wg-pricing-trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(203, 224, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 9px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(20, 49, 68, 0.06);
}

.wg-pricing-trust svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--blue-deep);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-pricing-section {
  padding: 88px 0 96px;
  background: #ffffff;
}

.wg-pricing-page .wg-pricing article {
  padding: 30px;
}

.wg-pricing-page .wg-pricing h3 {
  font-size: 24px;
}

.wg-pricing-page .wg-pricing strong {
  font-size: 36px;
}

.wg-pricing-page .wg-pricing .wg-price-tax {
  margin-top: -16px;
}

.wg-pricing-page .wg-pricing .is-featured {
  background:
    radial-gradient(circle at 86% 8%, rgba(81, 148, 230, 0.12), transparent 32%),
    #ffffff;
}

.wg-pricing-included {
  padding: 92px 0;
  background:
    radial-gradient(circle at 92% 4%, rgba(40, 156, 154, 0.1), transparent 28%),
    linear-gradient(180deg, var(--sky50), #ffffff 92%);
}

.wg-pricing-included__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.wg-pricing-included__grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 26px;
  box-shadow: var(--shadow-soft);
}

.wg-pricing-included__grid span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sky50);
  color: var(--sky700);
}

.wg-pricing-included__grid article:nth-child(2) span {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-pricing-included__grid article:nth-child(3) span {
  background: var(--graphite50);
  color: var(--graphite700);
}

.wg-pricing-included__grid article:nth-child(4) span {
  background: var(--sun50);
  color: var(--sun700);
}

.wg-pricing-included__grid svg,
.wg-volume-card svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-pricing-included__grid h3 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

.wg-pricing-included__grid p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

.wg-pricing-volume {
  padding: 92px 0;
  background: #ffffff;
}

.wg-pricing-volume__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 64px;
}

.wg-pricing-volume h2 {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.1;
  font-weight: 850;
}

.wg-pricing-volume p {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.76;
}

.wg-pricing-volume .wg-check-list {
  margin-top: 26px;
}

.wg-volume-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(231, 240, 249, 0.7), rgba(255, 255, 255, 0.95)),
    #ffffff;
  padding: 24px;
  box-shadow: 0 28px 70px rgba(20, 49, 68, 0.1);
}

.wg-volume-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 15px 16px;
}

.wg-volume-card div + div {
  margin-top: 10px;
}

.wg-volume-card span {
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.wg-volume-card b {
  border-radius: 999px;
  background: var(--sky50);
  padding: 7px 11px;
  color: var(--blue-deep);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.wg-volume-card .is-best {
  border-color: rgba(81, 148, 230, 0.38);
  background: linear-gradient(135deg, var(--sky50), #ffffff);
}

.wg-volume-card .is-best b {
  background: var(--blue);
  color: #ffffff;
}

.wg-volume-card small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.wg-pricing-faq {
  padding-top: 88px;
  padding-bottom: 0;
  background: linear-gradient(180deg, var(--sky50), #ffffff 80%);
}

.wg-pricing-final {
  padding-top: 92px;
}

@media (max-width: 1080px) {
  .wg-pricing-included__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wg-pricing-volume__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wg-volume-card {
    max-width: 560px;
  }
}

@media (max-width: 760px) {
  .wg-pricing-section,
  .wg-pricing-included,
  .wg-pricing-volume,
  .wg-pricing-faq,
  .wg-pricing-final {
    padding-top: 68px;
  }

  .wg-pricing-page .wg-pricing article {
    padding: 24px;
  }

  .wg-pricing-included__grid {
    grid-template-columns: 1fr;
  }

  .wg-pricing-volume h2 {
    font-size: 32px;
  }

  .wg-pricing-volume p {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .wg-pricing-trust {
    justify-content: flex-start;
  }

  .wg-pricing-trust span {
    width: 100%;
    border-radius: 8px;
  }

  .wg-volume-card {
    padding: 16px;
  }

  .wg-volume-card div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Solution page */
.wg-solution-page .wg-page-hero {
  padding-bottom: 66px;
}

.wg-solution-intro {
  padding: 88px 0 96px;
  background: #ffffff;
}

.wg-solution-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 64px;
}

.wg-solution-copy h2,
.wg-solution-modules h2 {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.1;
  font-weight: 850;
}

.wg-solution-copy p,
.wg-solution-modules p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.76;
}

.wg-solution-copy .wg-check-list {
  margin-top: 26px;
}

.wg-solution-preview {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.wg-solution-phone {
  position: relative;
  z-index: 2;
  width: min(330px, 100%);
  border: 10px solid #0d172c;
  border-radius: 42px;
  overflow: hidden;
  background: #f2f5f9;
  box-shadow: 0 34px 90px rgba(20, 49, 68, 0.16);
}

.wg-solution-phone__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  height: 66px;
  padding: 0 18px;
  background: linear-gradient(180deg, #ddecff, #eaf4ff);
}

.wg-solution-phone__top span,
.wg-solution-phone__top i {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 34px;
  border: 1px solid rgba(20, 49, 68, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.wg-solution-phone__top img {
  justify-self: center;
  width: 150px;
  max-width: 100%;
}

.wg-solution-cover {
  display: grid;
  place-items: center;
  min-height: 170px;
  background:
    radial-gradient(circle at 78% 20%, rgba(81, 148, 230, 0.42), transparent 30%),
    linear-gradient(135deg, #263c5e, #0d172c 74%);
  padding: 26px;
  color: #ffffff;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}

.wg-solution-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.wg-solution-tiles span {
  display: grid;
  place-items: center;
  min-height: 102px;
  border-radius: 22px;
  background: #ffffff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 14px 34px rgba(20, 49, 68, 0.08);
}

.wg-solution-tiles svg {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  border-radius: 14px;
  background: var(--sky50);
  padding: 10px;
  color: var(--blue-deep);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-solution-tiles span:nth-child(3) svg,
.wg-solution-tiles span:nth-child(6) svg {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-solution-tiles span:nth-child(4) svg {
  background: #ece7ff;
  color: var(--graphite700);
}

.wg-solution-tiles span:nth-child(5) svg {
  background: var(--sun50);
  color: var(--sun700);
}

.wg-solution-float {
  position: absolute;
  z-index: 3;
  width: 240px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 18px;
  box-shadow: 0 24px 64px rgba(20, 49, 68, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.wg-solution-float--one {
  right: 0;
  top: 132px;
}

.wg-solution-float--two {
  left: 0;
  bottom: 106px;
}

.wg-solution-float svg {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--sky50);
  padding: 11px;
  color: var(--blue-deep);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-solution-float--two svg {
  background: var(--aqua50);
  color: var(--aqua700);
}

.wg-solution-float b {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.wg-solution-float small {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.wg-solution-switch,
.wg-solution-outcomes {
  padding: 92px 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(81, 148, 230, 0.1), transparent 30%),
    linear-gradient(180deg, var(--sky50), #ffffff 90%);
}

.wg-solution-switch__grid,
.wg-solution-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.wg-solution-switch__grid article,
.wg-solution-feature-grid article,
.wg-solution-outcome-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 30px;
  box-shadow: var(--shadow-soft);
}

.wg-solution-switch__grid article {
  display: flex;
  flex-direction: column;
}

.wg-solution-switch__grid .is-after {
  border-color: rgba(81, 148, 230, 0.42);
  background: linear-gradient(135deg, var(--sky50), #ffffff);
}

.wg-solution-switch__grid small {
  width: fit-content;
  border-radius: 999px;
  background: var(--rose50);
  padding: 7px 12px;
  color: var(--rose500);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wg-solution-switch__grid .is-after small {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-solution-switch__grid h3,
.wg-solution-feature-grid h3,
.wg-solution-outcome-grid h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
}

.wg-solution-switch__grid p,
.wg-solution-feature-grid p,
.wg-solution-outcome-grid p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}

.wg-solution-switch__grid ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.wg-solution-switch__grid li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.wg-solution-switch__grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--rose300);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.72);
}

.wg-solution-switch__grid .is-after li::before {
  background: var(--leaf500);
}

.wg-solution-features,
.wg-solution-modules {
  padding: 92px 0;
  background: #ffffff;
}

.wg-solution-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.wg-solution-feature-grid span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sky50);
  color: var(--sky700);
}

.wg-solution-feature-grid article:nth-child(2) span {
  background: var(--aqua50);
  color: var(--aqua700);
}

.wg-solution-feature-grid article:nth-child(3) span {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-solution-feature-grid article:nth-child(4) span {
  background: var(--sun50);
  color: var(--sun700);
}

.wg-solution-feature-grid svg,
.wg-solution-module-list svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-solution-modules {
  background:
    radial-gradient(circle at 90% 14%, rgba(40, 156, 154, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff, var(--sky50));
}

.wg-solution-modules__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 58px;
}

.wg-solution-modules .wg-btn {
  margin-top: 28px;
}

.wg-solution-module-list {
  display: grid;
  gap: 12px;
}

.wg-solution-module-list span {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 15px;
  box-shadow: 0 18px 40px rgba(20, 49, 68, 0.06);
}

.wg-solution-module-list svg {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sky50);
  padding: 13px;
  color: var(--blue-deep);
}

.wg-solution-module-list span:nth-child(3) svg,
.wg-solution-module-list span:nth-child(4) svg {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-solution-module-list b {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.wg-solution-module-list small {
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.wg-solution-outcomes {
  background: #ffffff;
}

.wg-solution-outcome-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wg-solution-outcome-grid b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--sky50);
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
}

.wg-solution-final {
  padding-top: 92px;
  padding-bottom: 0;
}

.wg-solution-faq {
  padding-top: 88px;
  background: linear-gradient(180deg, #ffffff, var(--sky50));
}

@media (max-width: 1120px) {
  .wg-solution-intro__grid,
  .wg-solution-modules__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .wg-solution-preview {
    min-height: 600px;
  }

  .wg-solution-feature-grid,
  .wg-solution-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wg-solution-intro,
  .wg-solution-switch,
  .wg-solution-features,
  .wg-solution-modules,
  .wg-solution-outcomes,
  .wg-solution-final,
  .wg-solution-faq {
    padding-top: 68px;
  }

  .wg-solution-copy h2,
  .wg-solution-modules h2 {
    font-size: 32px;
  }

  .wg-solution-copy p,
  .wg-solution-modules p {
    font-size: 16px;
  }

  .wg-solution-switch__grid,
  .wg-solution-feature-grid,
  .wg-solution-outcome-grid {
    grid-template-columns: 1fr;
  }

  .wg-solution-preview {
    min-height: 545px;
  }

  .wg-solution-float {
    display: none;
  }

  .wg-solution-phone {
    width: min(292px, 100%);
  }
}

@media (max-width: 520px) {
  .wg-solution-phone {
    border-width: 7px;
    border-radius: 34px;
  }

  .wg-solution-phone__top {
    height: 60px;
    padding-inline: 13px;
  }

  .wg-solution-phone__top img {
    width: 128px;
  }

  .wg-solution-cover {
    min-height: 132px;
    font-size: 23px;
  }

  .wg-solution-tiles {
    gap: 10px;
    padding: 14px;
  }

  .wg-solution-tiles span {
    min-height: 82px;
    border-radius: 18px;
    font-size: 11px;
  }

  .wg-solution-tiles svg {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    padding: 9px;
  }

  .wg-solution-module-list span {
    grid-template-columns: 44px 1fr;
    padding: 13px;
  }

  .wg-solution-module-list svg {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    padding: 11px;
  }
}

/* Modern legal pages */
body.wg-modern-legal {
  margin: 0;
  background: #ffffff;
}

.wg-legal-hero {
  padding-bottom: 64px;
}

.wg-legal-updated {
  display: inline-flex;
  margin-top: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 9px 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(20, 49, 68, 0.06);
}

.wg-legal-main {
  padding: 82px 0 96px;
  background:
    radial-gradient(circle at 92% 0%, rgba(112, 218, 212, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff, var(--sky50) 100%);
}

.wg-legal-grid {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.wg-legal-aside {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
}

.wg-legal-aside__card,
.wg-legal-links,
.wg-legal-sections article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.wg-legal-aside__card {
  padding: 26px;
}

.wg-legal-aside__card img {
  width: 184px;
  max-width: 100%;
}

.wg-legal-aside__card > p {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.65;
}

.wg-legal-summary {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.wg-legal-summary article {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--sky50);
  padding: 12px 14px;
}

.wg-legal-summary article:nth-child(2) {
  background: var(--aqua50);
}

.wg-legal-summary article:nth-child(3) {
  background: var(--graphite50);
}

.wg-legal-summary article:nth-child(4) {
  background: var(--sun50);
}

.wg-legal-summary small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.wg-legal-summary strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.wg-legal-links {
  display: grid;
  overflow: hidden;
}

.wg-legal-links a {
  border-bottom: 1px solid var(--line);
  padding: 15px 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.wg-legal-links a:last-child {
  border-bottom: 0;
}

.wg-legal-links a:hover {
  background: var(--sky50);
  color: var(--blue-deep);
}

.wg-legal-sections {
  display: grid;
  gap: 18px;
}

.wg-legal-sections article {
  padding: 34px;
}

.wg-legal-sections h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}

.wg-legal-sections p {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.78;
}

.wg-legal-sections a {
  color: var(--blue-deep);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.wg-legal-sections ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.wg-legal-sections li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.55;
}

.wg-legal-sections li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(81, 148, 230, 0.12);
}

@media (max-width: 980px) {
  .wg-legal-grid {
    grid-template-columns: 1fr;
  }

  .wg-legal-aside {
    position: static;
  }

  .wg-legal-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wg-legal-main {
    padding: 58px 0 72px;
  }

  .wg-legal-summary {
    grid-template-columns: 1fr;
  }

  .wg-legal-aside__card,
  .wg-legal-sections article {
    padding: 24px;
  }

  .wg-legal-sections h2 {
    font-size: 24px;
  }

  .wg-legal-sections p {
    font-size: 15px;
  }
}

/* Actualites */
.wg-news-hero {
  padding-bottom: 86px;
}

.wg-news-main {
  padding: 76px 0 104px;
  background: #ffffff;
}

.wg-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wg-news-card {
  display: grid;
  align-content: start;
  min-height: 360px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 20px 58px -36px rgba(20, 49, 68, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.wg-news-card:hover {
  transform: translateY(-4px);
  border-color: var(--sky300);
  box-shadow: 0 28px 70px -38px rgba(31, 95, 180, 0.34);
}

.wg-news-card__icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: var(--sky50);
  color: var(--blue-deep);
}

.wg-news-card:nth-child(2) .wg-news-card__icon {
  background: var(--sun50);
  color: var(--sun700);
}

.wg-news-card:nth-child(3) .wg-news-card__icon {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-news-card__icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.wg-news-card__meta {
  margin-bottom: 14px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wg-news-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.14;
}

.wg-news-card p {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.68;
}

.wg-news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 900;
}

.wg-news-card__link .wg-arrow {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  color: currentColor;
}

.wg-article-hero .wg-page-hero__inner {
  max-width: 980px;
}

.wg-article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.wg-article-meta span,
.wg-article-meta time {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(138, 188, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0 14px;
  color: var(--graphite700);
  font-size: 13px;
  font-weight: 850;
}

.wg-article-main {
  padding: 76px 0 64px;
  background: #ffffff;
}

.wg-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 340px);
  gap: 42px;
  align-items: start;
}

.wg-article-body {
  min-width: 0;
}

.wg-article-summary,
.wg-article-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 34px;
  box-shadow: 0 18px 50px -34px rgba(20, 49, 68, 0.22);
}

.wg-article-section {
  margin-top: 18px;
}

.wg-article-summary {
  background: linear-gradient(135deg, var(--sky50), #ffffff);
}

.wg-article-summary h2,
.wg-article-section h2,
.wg-article-aside__card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.18;
}

.wg-article-summary ul,
.wg-article-section ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.wg-article-summary li,
.wg-article-section li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.58;
}

.wg-article-summary li::before,
.wg-article-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(81, 148, 230, 0.14);
}

.wg-article-section p {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.78;
}

.wg-article-section p:first-of-type {
  margin-top: 20px;
}

.wg-article-section h3 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.wg-article-faq__list {
  display: grid;
  gap: 22px;
  margin-top: 24px;
}

.wg-article-faq__item p {
  margin-top: 8px;
}

.wg-article-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
}

.wg-article-aside__card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 18px 50px -34px rgba(20, 49, 68, 0.22);
}

.wg-article-aside__card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.wg-article-aside__card li a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--sky50);
  padding: 13px 14px;
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
  text-decoration: none;
}

.wg-article-aside__card li a:hover {
  border-color: var(--sky300);
  background: #ffffff;
}

.wg-article-aside__cta {
  background: linear-gradient(135deg, var(--sky50), #ffffff);
}

.wg-article-aside__cta p {
  margin: 12px 0 18px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.62;
}

.wg-news-final {
  padding: 28px 0 92px;
  background: #ffffff;
}

.wg-final__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--sky50), #ffffff);
  padding: 38px;
}

.wg-final__card h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.12;
}

.wg-final__card p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .wg-news-grid {
    grid-template-columns: 1fr;
  }

  .wg-news-card {
    min-height: 0;
  }

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

  .wg-article-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .wg-news-hero {
    padding-bottom: 62px;
  }

  .wg-news-main,
  .wg-article-main {
    padding: 52px 0 70px;
  }

  .wg-news-card,
  .wg-article-summary,
  .wg-article-section,
  .wg-article-aside__card {
    padding: 24px;
  }

  .wg-news-card h2,
  .wg-article-summary h2,
  .wg-article-section h2,
  .wg-article-aside__card h2 {
    font-size: 23px;
  }

  .wg-article-section p {
    font-size: 16px;
  }

  .wg-article-meta {
    justify-content: flex-start;
  }

  .wg-final__card {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .wg-final__card h2 {
    font-size: 30px;
  }
}

/* Keep breathing room before the footer on every page ending with a FAQ. */
.wg-modern .wg-faq {
  padding-bottom: 92px;
}

@media (max-width: 760px) {
  .wg-modern .wg-faq {
    padding-bottom: 68px;
  }
}

.wg-demos-page {
  background: #ffffff;
  color: var(--ink);
}

.wg-demos-hero {
  padding-bottom: 72px;
}

.wg-demos-grid-section {
  padding: 82px 0 94px;
  background: linear-gradient(180deg, #ffffff 0%, var(--sky50) 100%);
}

.wg-demos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.wg-demo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(11, 44, 107, 0.08);
}

.wg-demo-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--sky50);
}

.wg-demo-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.wg-demo-card:hover .wg-demo-card__image img {
  transform: scale(1.045);
}

.wg-demo-card__body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.wg-demo-card__city {
  width: fit-content;
  border-radius: 999px;
  background: var(--sky50);
  padding: 7px 13px;
  color: var(--sky700);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.wg-demo-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.13;
}

.wg-demo-card p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
}

.wg-demo-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wg-demo-card__tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  padding: 7px 11px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.wg-demo-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;
  color: var(--sky700);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.wg-demo-card__link .wg-arrow {
  width: 10px;
  height: 10px;
}

.wg-demos-cta {
  padding: 0 0 96px;
  background: var(--sky50);
}

.wg-demos-cta .wg-final-cta__card {
  background: linear-gradient(135deg, var(--sky100), #ffffff);
}

/* City SEO pages */
.wg-city-page {
  background: #ffffff;
  color: var(--ink);
  overflow-x: clip;
}

.wg-city-hero {
  padding-bottom: 74px;
}

.wg-city-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.wg-city-hero__actions .wg-btn {
  margin-top: 0;
}

.wg-city-intro,
.wg-city-demo,
.wg-city-modules,
.wg-city-listing {
  padding: 88px 0;
}

.wg-city-intro {
  background: #ffffff;
}

.wg-city-intro__grid,
.wg-city-demo__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
  min-width: 0;
}

.wg-city-intro h2,
.wg-city-demo h2 {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 42px;
  font-weight: 850;
  line-height: 1.12;
}

.wg-city-intro p,
.wg-city-demo p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.75;
}

.wg-city-local-grid,
.wg-city-card-grid,
.wg-city-module-grid,
.wg-city-listing-grid {
  display: grid;
  gap: 18px;
}

.wg-city-local-grid {
  grid-template-columns: 1fr;
}

.wg-city-card-grid,
.wg-city-module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.wg-city-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wg-city-local-grid article,
.wg-city-card-grid article,
.wg-city-module-grid a,
.wg-city-listing-card {
  min-width: 0;
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 26px;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
}

.wg-city-local-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.wg-city-local-grid article > span {
  grid-row: 1 / span 2;
}

.wg-city-local-grid article > h3,
.wg-city-local-grid article > p {
  grid-column: 2;
}

.wg-city-local-grid span,
.wg-city-card-grid span,
.wg-city-module-grid span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sky50);
  color: var(--sky700);
}

.wg-city-local-grid article:nth-child(2) span,
.wg-city-card-grid article:nth-child(2) span,
.wg-city-module-grid a:nth-child(2) span {
  background: var(--aqua50);
  color: var(--aqua700);
}

.wg-city-local-grid article:nth-child(3) span,
.wg-city-card-grid article:nth-child(3) span,
.wg-city-module-grid a:nth-child(3) span {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-city-card-grid article:nth-child(4) span {
  background: var(--sun50);
  color: var(--sun700);
}

.wg-city-local-grid svg,
.wg-city-card-grid svg,
.wg-city-module-grid svg,
.wg-city-listing-card svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wg-city-local-grid h3,
.wg-city-card-grid h3,
.wg-city-module-grid h3,
.wg-city-listing-card h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 850;
  line-height: 1.2;
}

.wg-city-local-grid article h3 {
  margin-top: 0;
}

.wg-city-local-grid p,
.wg-city-card-grid p,
.wg-city-module-grid p,
.wg-city-listing-card p {
  margin: 11px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.68;
}

.wg-city-essentials,
.wg-city-modules {
  padding: 92px 0;
  background:
    radial-gradient(circle at 90% 12%, rgba(40, 156, 154, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff, var(--sky50));
}

.wg-city-demo {
  background: #ffffff;
}

.wg-city-demo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(20, 49, 68, 0.11);
}

.wg-city-demo-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--sky50);
}

.wg-city-demo-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.wg-city-demo-card:hover .wg-city-demo-card__image img {
  transform: scale(1.04);
}

.wg-city-demo-card > div:not(.wg-city-demo-card__fallback) {
  padding: 28px;
}

.wg-city-demo-card__eyebrow,
.wg-city-listing-card > span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: var(--sky50);
  padding: 7px 13px;
  color: var(--sky700);
  font-size: 12px;
  font-weight: 900;
}

.wg-city-demo-card h3 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.12;
}

.wg-city-demo-card p {
  margin: 13px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.wg-city-demo-card .wg-btn {
  margin-top: 22px;
}

.wg-city-demo-card__fallback {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 76% 18%, rgba(250, 172, 29, 0.25), transparent 28%),
    linear-gradient(135deg, var(--sky50), #ffffff);
  color: var(--ink);
}

.wg-city-demo-card__fallback span,
.wg-city-demo-card__fallback strong {
  display: block;
}

.wg-city-demo-card__fallback span {
  color: var(--sky700);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wg-city-demo-card__fallback strong {
  margin-top: 8px;
  font-size: 38px;
  line-height: 1;
}

.wg-city-modules {
  background: #ffffff;
}

.wg-city-module-grid a {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.wg-city-module-grid a:hover,
.wg-city-module-grid a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(81, 148, 230, 0.42);
  box-shadow: 0 22px 52px rgba(31, 95, 180, 0.12);
}

.wg-city-final {
  padding-top: 88px;
  padding-bottom: 0;
}

.wg-city-faq {
  padding-top: 88px;
  background: linear-gradient(180deg, #ffffff, var(--sky50));
}

.wg-city-listing {
  background: linear-gradient(180deg, #ffffff, var(--sky50));
}

.wg-city-listing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.wg-city-listing-card {
  min-height: 100%;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.wg-city-listing-card:nth-child(3n + 2) > span {
  background: var(--aqua50);
  color: var(--aqua700);
}

.wg-city-listing-card:nth-child(3n) > span {
  background: var(--leaf50);
  color: var(--leaf700);
}

.wg-city-listing-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--sky700);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.wg-city-listing-card a svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
  stroke: none;
}

.wg-city-listing-card:hover {
  transform: translateY(-2px);
  border-color: rgba(81, 148, 230, 0.42);
  box-shadow: 0 22px 52px rgba(31, 95, 180, 0.12);
}

@media (max-width: 1120px) {
  .wg-city-intro__grid,
  .wg-city-demo__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wg-city-card-grid,
  .wg-city-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .wg-city-hero {
    padding-bottom: 58px;
  }

  .wg-city-intro,
  .wg-city-essentials,
  .wg-city-demo,
  .wg-city-modules,
  .wg-city-listing,
  .wg-city-final,
  .wg-city-faq {
    padding-top: 68px;
  }

  .wg-city-intro,
  .wg-city-essentials,
  .wg-city-demo,
  .wg-city-modules,
  .wg-city-listing {
    padding-bottom: 68px;
  }

  .wg-city-intro h2,
  .wg-city-demo h2 {
    font-size: 32px;
  }

  .wg-city-intro p,
  .wg-city-demo p {
    font-size: 16px;
  }

  .wg-city-card-grid,
  .wg-city-module-grid,
  .wg-city-listing-grid {
    grid-template-columns: 1fr;
  }

  .wg-city-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wg-city-hero__actions .wg-btn {
    width: min(100%, 300px);
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .wg-city-local-grid article {
    grid-template-columns: 1fr;
  }

  .wg-city-local-grid article > span,
  .wg-city-local-grid article > h3,
  .wg-city-local-grid article > p {
    grid-column: auto;
    grid-row: auto;
  }

  .wg-city-local-grid article,
  .wg-city-card-grid article,
  .wg-city-module-grid a,
  .wg-city-listing-card,
  .wg-city-demo-card > div:not(.wg-city-demo-card__fallback) {
    padding: 20px;
  }

  .wg-city-demo-card h3 {
    font-size: 24px;
  }

  .wg-city-demo-card__fallback strong {
    font-size: 30px;
  }
}

.wg-cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: min(1120px, calc(100vw - 32px));
  box-sizing: border-box;
  transform: translateX(-50%);
  border: 1px solid rgba(207, 221, 238, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 60px rgba(11, 44, 107, 0.14);
  padding: 16px 18px 16px 22px;
  color: var(--ink);
  backdrop-filter: blur(14px);
}

.wg-cookie-consent[hidden] {
  display: none;
}

.wg-cookie-consent__copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: baseline;
  min-width: 0;
}

.wg-cookie-consent__copy strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  white-space: nowrap;
}

.wg-cookie-consent__copy span,
.wg-cookie-consent__copy a {
  font-size: 13px;
  line-height: 1.45;
}

.wg-cookie-consent__copy span {
  color: var(--text);
  font-weight: 700;
}

.wg-cookie-consent__copy a {
  width: fit-content;
  color: var(--sky700);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.wg-cookie-consent__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.wg-cookie-consent__btn {
  appearance: none;
  min-width: 112px;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 20px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.wg-cookie-consent__btn:hover {
  transform: translateY(-1px);
}

.wg-cookie-consent__btn--ghost {
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
}

.wg-cookie-consent__btn--primary {
  border: 1px solid #5194e6;
  background: #5194e6;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(81, 148, 230, 0.26);
}

.wg-cookie-consent__btn--primary:hover,
.wg-cookie-consent__btn--primary:focus-visible {
  border-color: #3c79c4;
  background: #3c79c4;
}

@media (max-width: 1100px) {
  .wg-demos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wg-demos-hero {
    padding-bottom: 56px;
  }

  .wg-demos-grid-section {
    padding: 56px 0 70px;
  }

  .wg-demos-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wg-demo-card__body {
    padding: 20px;
  }

  .wg-demo-card h3 {
    font-size: 22px;
  }

  .wg-demos-cta {
    padding-bottom: 72px;
  }

  .wg-cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    transform: none;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .wg-cookie-consent__copy {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .wg-cookie-consent__copy strong,
  .wg-cookie-consent__copy a {
    white-space: normal;
  }

  .wg-cookie-consent__actions {
    justify-content: stretch;
  }

  .wg-cookie-consent__btn {
    flex: 1;
  }
}
