:root {
  --pro-ink: #15201b;
  --pro-text: #32423a;
  --pro-muted: #66756f;
  --pro-line: #dce7df;
  --pro-soft: #f4f7f1;
  --pro-white: #ffffff;
  --pro-green: #a6c724;
  --pro-green-dark: #486013;
  --pro-green-light: #d8e9a7;
  --pro-green-soft: #f0f7e8;
  --pro-blue: #1f7897;
  --pro-blue-dark: #155a72;
  --pro-gold: #dba43a;
  --pro-red: #d64b56;
  --pro-shadow: 0 16px 38px rgba(31, 48, 39, 0.1);
  --pro-font-body: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --pro-font-heading: "Segoe UI", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
}

html.pro-loading body {
  visibility: hidden !important;
}

body.pro-site {
  min-width: 0;
  background: var(--pro-soft) !important;
  color: var(--pro-text);
  font-family: var(--pro-font-body) !important;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.pro-site *,
.pro-site *::before,
.pro-site *::after {
  box-sizing: border-box;
}

.pro-site #Wrapper,
.pro-site #Content,
.pro-site .content_wrapper {
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
}

.pro-site #Header_wrapper,
.pro-site #Subheader,
.pro-site #Side_slide,
.pro-site .section-page-footer,
.pro-site .search_wrapper {
  display: none !important;
}

.pro-site .sections_group,
.pro-site .entry-content {
  width: 100% !important;
  float: none !important;
}

.pro-site a {
  color: var(--pro-blue);
}

.pro-site h1,
.pro-site h2,
.pro-site h3,
.pro-site h4,
.pro-site h5,
.pro-site h6,
.pro-site button,
.pro-site input,
.pro-site select,
.pro-site textarea {
  font-family: var(--pro-font-heading) !important;
}

.pro-site img {
  max-width: 100%;
  height: auto;
}

.pro-shell {
  min-height: 100vh;
}

.pro-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  background: #a6c724;
  color: #fff;
  box-shadow: 0 10px 26px rgba(72, 96, 19, 0.2);
  backdrop-filter: blur(14px);
}

.pro-header::before,
.pro-header::after {
  display: none;
}

.pro-header-inner,
.pro-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.pro-header-inner {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.pro-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  text-decoration: none !important;
}

.pro-brand img {
  width: 52px;
  height: 52px;
  padding: 4px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(31, 48, 39, 0.08);
  object-fit: contain;
  box-sizing: border-box;
}

.pro-brand strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}

.pro-brand span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.2;
}

.pro-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.pro-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 11px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none !important;
}

.pro-nav a:hover,
.pro-nav a.is-active {
  background: rgba(255, 255, 255, 0.18);
  color: #fff !important;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.42);
}

.pro-nav .pro-nav-cta,
.pro-button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--pro-blue);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(46, 111, 142, 0.22);
  cursor: pointer;
}

.pro-nav .pro-nav-cta {
  background: #fff;
  color: var(--pro-green-dark) !important;
  box-shadow: 0 12px 24px rgba(72, 96, 19, 0.18);
}

.pro-nav .pro-nav-cta:hover,
.pro-nav .pro-nav-cta:focus-visible {
  background: rgba(255, 255, 255, 0.9);
  color: var(--pro-green-dark) !important;
}

.pro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pro-button:hover,
.pro-button:focus-visible,
.pro-nav .pro-nav-cta:hover,
.pro-nav .pro-nav-cta:focus-visible {
  background: var(--pro-blue-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.pro-nav .pro-nav-cta:hover,
.pro-nav .pro-nav-cta:focus-visible {
  background: rgba(255, 255, 255, 0.9);
  color: var(--pro-green-dark) !important;
}

.pro-button.secondary {
  background: #fff;
  color: var(--pro-ink) !important;
  border: 1px solid var(--pro-line);
  box-shadow: none;
}

.pro-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 23px;
}

.pro-section {
  padding: 76px 0;
}

.pro-section.white {
  background: #fff;
}

.pro-section.soft {
  background: var(--pro-soft);
}

.pro-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 56px;
  background:
    radial-gradient(circle at 90% 18%, rgba(216, 233, 167, 0.45), transparent 32%),
    linear-gradient(120deg, rgba(240, 247, 232, 0.98) 0%, rgba(255, 255, 255, 0.98) 62%),
    #fff;
}

.pro-hero::before,
.pro-hero::after {
  display: none;
}

.pro-hero-grid {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 44px;
  align-items: center;
}

.pro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--pro-green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pro-kicker:before {
  width: 34px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: var(--pro-green);
}

.pro-title {
  max-width: 820px;
  margin: 0;
  color: var(--pro-ink);
  font-size: 58px;
  line-height: 1.02;
  font-weight: 850;
  font-family: var(--pro-font-heading);
  letter-spacing: 0;
}

.pro-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: #3d4c45;
  font-size: 23px;
  line-height: 1.62;
}

.pro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pro-hero-media {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 16px;
  align-items: end;
}

.pro-proof-card,
.pro-card,
.pro-text-panel,
.pro-search-panel,
.pro-advisor-card,
.pro-quote {
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--pro-shadow);
}

.pro-hero-stamp {
  align-self: center;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  filter: drop-shadow(0 14px 22px rgba(32, 43, 37, 0.12));
}

.pro-hero-logo {
  padding: 20px;
  border: 0;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 232, 0.82)),
    #fff;
  box-shadow: 0 16px 34px rgba(32, 43, 37, 0.1);
}

.pro-hero-media img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.pro-hero-showcase {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 16px;
  align-items: stretch;
}

.pro-hero-portrait,
.pro-hero-card,
.pro-hero-steps {
  border: 1px solid rgba(54, 95, 47, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--pro-shadow);
}

.pro-hero-portrait {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 24px;
  background:
    linear-gradient(180deg, #ffffff, var(--pro-green-soft));
}

.pro-hero-portrait img {
  width: min(220px, 100%);
  border-radius: 50%;
  filter: drop-shadow(0 16px 24px rgba(31, 48, 39, 0.16));
}

.pro-hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
}

.pro-hero-card img {
  width: min(260px, 100%);
  margin-bottom: 18px;
}

.pro-hero-card strong {
  display: block;
  color: var(--pro-green-dark);
  font-size: 23px;
  line-height: 1.2;
}

.pro-hero-card span {
  display: block;
  margin-top: 10px;
  color: var(--pro-muted);
  font-size: 17px;
  line-height: 1.62;
}

.pro-hero-steps {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--pro-line);
}

.pro-hero-steps span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px;
  background: #fff;
  color: var(--pro-green-dark);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.pro-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.pro-proof-card {
  position: relative;
  overflow: hidden;
  padding: 17px 18px;
  box-shadow: none;
}

.pro-proof-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: var(--pro-green);
  pointer-events: none;
}

.pro-proof-card strong {
  display: block;
  color: var(--pro-ink);
  font-size: 16px;
  line-height: 1.25;
}

.pro-proof-card span {
  display: block;
  margin-top: 5px;
  color: var(--pro-muted);
  font-size: 15px;
  line-height: 1.45;
}

.pro-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.pro-section-head h2 {
  position: relative;
  max-width: 760px;
  margin: 0;
  color: var(--pro-ink);
  font-size: 40px;
  line-height: 1.12;
  font-weight: 820;
}

.pro-section-head h2::after {
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 14px;
  content: "";
  border-radius: 999px;
  background: var(--pro-green);
}

.pro-section-head p {
  max-width: 470px;
  margin: 0;
  color: var(--pro-muted);
  font-size: 19px;
  line-height: 1.65;
}

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

.pro-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(21, 32, 27, 0.07);
}

.pro-card::after {
  display: none;
}

.pro-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--pro-green-soft);
  color: var(--pro-green-dark);
  font-weight: 900;
}

.pro-card h3 {
  margin: 0 0 12px;
  color: var(--pro-ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.pro-card p {
  margin: 0;
  color: var(--pro-text);
  font-size: 18px;
  line-height: 1.72;
}

.pro-section-title {
  max-width: 760px;
  margin: 0;
  color: var(--pro-ink);
  font-size: 40px;
  line-height: 1.12;
  font-weight: 820;
}

.pro-section-lead {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--pro-muted);
  font-size: 19px;
  line-height: 1.72;
}

.pro-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pro-offer-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(21, 32, 27, 0.06);
}

.pro-offer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--pro-green-soft);
}

.pro-offer-icon img {
  max-width: 54px;
  max-height: 54px;
  object-fit: contain;
}

.pro-offer-card h3 {
  margin: 0 0 10px;
  color: var(--pro-ink);
  font-size: 21px;
  line-height: 1.2;
}

.pro-offer-card p {
  margin: 0;
  color: var(--pro-text);
  font-size: 18px;
  line-height: 1.72;
}

.pro-phase-summary {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 27, 0.08);
}

.pro-phase-summary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--phase-accent);
}

.pro-phase-summary .pro-card-num {
  background: var(--phase-soft);
  color: var(--phase-accent);
  box-shadow: inset 0 0 0 1px var(--phase-ring);
}

.pro-phase-summary h3 {
  position: relative;
  width: fit-content;
  color: var(--phase-heading);
}

.pro-phase-summary h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  border-radius: 999px;
  background: var(--phase-accent);
}

.pro-phase-summary-1 {
  --phase-accent: var(--pro-green);
  --phase-heading: var(--pro-green-dark);
  --phase-soft: var(--pro-green-soft);
  --phase-ring: rgba(127, 159, 34, 0.22);
}

.pro-phase-summary-2 {
  --phase-accent: var(--pro-blue);
  --phase-heading: var(--pro-blue-dark);
  --phase-soft: #e8f3f7;
  --phase-ring: rgba(46, 111, 142, 0.22);
}

.pro-phase-summary-3 {
  --phase-accent: #dba43a;
  --phase-heading: #8a5f09;
  --phase-soft: #fff5df;
  --phase-ring: rgba(219, 164, 58, 0.28);
}

.pro-phase-card-list {
  display: grid;
  gap: 20px;
}

.pro-phase-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 32, 27, 0.07);
}

.pro-phase-card-head span,
.pro-phase-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--pro-green-soft);
  color: var(--pro-green-dark);
  font-size: 13px;
  font-weight: 900;
}

.pro-phase-card-head h2 {
  margin: 0;
  color: var(--pro-ink);
  font-size: 28px;
  line-height: 1.15;
}

.pro-phase-card-head p {
  margin: 8px 0 0;
  color: var(--pro-muted);
  font-size: 17px;
  line-height: 1.55;
}

.pro-phase-card .pro-phase-copy {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pro-phase-card .pro-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.pro-phase-copy p,
.pro-phase-copy li {
  margin: 0 0 15px;
  color: var(--pro-text);
  font-size: 18px;
  line-height: 1.72;
}

.pro-phase-copy p:last-child,
.pro-phase-copy li:last-child {
  margin-bottom: 0;
}

.pro-phase-copy h3,
.pro-phase-copy h4 {
  margin: 24px 0 12px;
  color: var(--pro-ink);
  font-weight: 820;
  line-height: 1.25;
}

.pro-phase-gallery {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.pro-phase-gallery img,
.pro-phase-media img,
.pro-phase-copy img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.pro-phase-detail .pro-phase-copy p:has(img) {
  display: none;
}

.pro-phase-gallery img {
  max-height: 150px;
}

.pro-phase-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.pro-phase-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--pro-line);
  border-radius: 6px;
  background: #fff;
  color: var(--pro-ink) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.pro-phase-tabs a:hover {
  border-color: transparent;
  background: var(--pro-blue-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.pro-phase-tabs a.is-active {
  border-color: transparent;
  background: var(--pro-blue);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(46, 111, 142, 0.22);
}

.pro-phase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.35fr);
  gap: 24px;
  align-items: start;
}

.pro-phase-detail .pro-phase-copy,
.pro-phase-side {
  padding: 28px;
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 32, 27, 0.07);
}

.pro-phase-media {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pro-line);
}

.pro-phase-next h3 {
  margin: 0 0 9px;
  color: var(--pro-ink);
  font-size: 20px;
  line-height: 1.2;
}

.pro-phase-next p {
  margin: 0;
  color: var(--pro-muted);
  font-size: 17px;
  line-height: 1.65;
}

.pro-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
}

.pro-split.reverse {
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.85fr);
}

.pro-example-layout,
.pro-result-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.pro-example-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.pro-example-list span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(54, 95, 47, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--pro-green-dark);
  font-size: 16px;
  font-weight: 820;
}

.pro-example-panel {
  position: relative;
  padding: 26px;
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, var(--pro-green-soft));
  box-shadow: var(--pro-shadow);
}

.pro-example-panel > img {
  display: block;
  width: min(300px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 20px 28px rgba(31, 48, 39, 0.12));
}

.pro-example-card {
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 32, 27, 0.07);
}

.pro-example-card strong,
.pro-example-card span {
  display: block;
}

.pro-example-card strong {
  color: var(--pro-ink);
  font-size: 20px;
}

.pro-example-card span {
  margin-top: 8px;
  color: var(--pro-muted);
  font-size: 17px;
  line-height: 1.65;
}

.pro-result-layout {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
}

.pro-result-media {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 16px;
  align-items: center;
}

.pro-result-media img {
  width: 100%;
  max-height: 340px;
  padding: 18px;
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 12px 28px rgba(21, 32, 27, 0.07);
  box-sizing: border-box;
}

.pro-image-panel img {
  width: 100%;
  max-height: 410px;
  object-fit: contain;
}

.pro-text-panel {
  padding: 31px;
  box-shadow: 0 12px 34px rgba(21, 32, 27, 0.08);
}

.pro-text-panel p,
.pro-text-panel li {
  margin: 0 0 14px;
  color: var(--pro-text);
  font-size: 18px;
  line-height: 1.72;
}

.pro-text-panel p:last-child {
  margin-bottom: 0;
}

.pro-inline-logo {
  max-height: 26px;
  width: auto;
  vertical-align: middle;
}

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

.pro-feature {
  padding: 26px;
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.pro-feature-free {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.pro-feature img {
  width: 122px;
  height: 122px;
  margin-bottom: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.pro-feature-free img {
  border-radius: 0;
  object-fit: contain;
}

.pro-feature strong {
  display: block;
  color: var(--pro-ink);
  font-size: 19px;
}

.pro-quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pro-quote-grid.compact {
  margin-top: 24px;
}

.pro-quote {
  margin: 0;
  padding: 22px 24px;
  box-shadow: 0 10px 26px rgba(21, 32, 27, 0.07);
}

.pro-quote p {
  margin: 0;
  color: var(--pro-text);
  font-size: 18px;
  line-height: 1.72;
}

.pro-quote strong {
  color: var(--pro-ink);
}

.pro-site .mcb-section-323590794 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 36px 0 14px;
}

.pro-site .mcb-section-323590794 .mcb-background-overlay,
.pro-site .mcb-section-323590794 .mcb-wrap-background-overlay {
  display: none;
}

.pro-site .mcb-section-323590794 .mcb-section-inner-323590794 {
  display: flex;
  justify-content: center;
  width: min(100% - 32px, 980px) !important;
  max-width: 980px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.pro-site .mcb-section-323590794 .mcb-wrap-848271902 {
  float: none !important;
  width: 100% !important;
  max-width: 880px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.pro-site .mcb-section-323590794 .mcb-wrap-inner-848271902 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin: 0 auto;
}

.pro-site .mcb-section-323590794 .mcb-item-31ab09d93,
.pro-site .mcb-section-323590794 .mcb-item-06d40b8fd {
  float: none !important;
  width: 100% !important;
  max-width: 880px;
  margin: 0 auto !important;
}

.pro-site .mcb-section-323590794 .mcb-item-31ab09d93 {
  order: 1;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pro-site .mcb-section-323590794 .mcb-item-31ab09d93 .mcb-column-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pro-site .mcb-section-323590794 .mcb-item-06d40b8fd {
  order: 2;
}

.pro-site .mcb-section-323590794 .image_frame,
.pro-site .mcb-section-323590794 .image_wrapper,
.pro-site .mcb-section-323590794 .alignright {
  display: flex !important;
  justify-content: center;
  float: none !important;
  margin: 0 auto !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center;
}

.pro-site .mcb-section-323590794 .image_wrapper img {
  display: inline-block;
  width: min(112px, 34vw);
  height: auto;
}

.pro-site .mcb-section-323590794 .mfn-visualeditor-content {
  padding: 26px 30px;
  border: 1px solid rgba(219, 164, 58, 0.28);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21, 32, 27, 0.08);
  text-align: center;
}

.pro-site .mcb-section-323590794 h4 {
  margin: 0 0 14px;
  color: var(--pro-ink);
  font-size: 20px;
  line-height: 1.45;
}

.pro-site .mcb-section-323590794 p {
  margin: 0;
  color: var(--pro-text);
  font-size: 18px;
  line-height: 1.72;
}

.pro-cta {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
  background:
    linear-gradient(135deg, var(--pro-green-dark), #244a30);
  color: #fff;
}

.pro-cta::before {
  display: none;
}

.pro-cta .pro-inner {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.pro-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.18;
}

.pro-cta p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.65;
}

.pro-cta .pro-button {
  background: #fff;
  color: var(--pro-green-dark) !important;
  box-shadow: 0 12px 26px rgba(12, 24, 17, 0.2);
}

.pro-page-title {
  padding: 54px 0 34px;
  background: #fff;
  border-bottom: 1px solid var(--pro-line);
}

.pro-page-title h1 {
  margin: 0;
  color: var(--pro-ink);
  font-size: 44px;
  line-height: 1.1;
  font-weight: 820;
}

.pro-page-title p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--pro-muted);
  font-size: 20px;
  line-height: 1.62;
}

.pro-search-panel {
  padding: 24px;
}

.pro-advisor-layout,
.pro-advisor-listing {
  display: grid;
  gap: 24px;
  align-items: start;
}

.pro-advisor-layout {
  grid-template-columns: minmax(290px, 0.75fr) minmax(0, 1.25fr);
}

.pro-advisor-listing {
  grid-template-columns: 1fr;
}

.pro-advisor-filter {
  position: sticky;
  top: 96px;
  z-index: 5;
}

.pro-advisor-filter .pro-search-form {
  grid-template-columns: minmax(260px, 1fr) minmax(150px, 220px) auto auto;
  align-items: end;
}

.pro-advisor-filter .pro-field {
  display: grid;
  align-self: end;
}

.pro-advisor-filter .pro-button {
  align-self: end;
}

.pro-search-form {
  display: grid;
  gap: 14px;
}

.pro-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--pro-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.pro-field input,
.pro-field select {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  border: 1px solid #cbd8d0;
  border-radius: 6px;
  background: #fff;
  color: var(--pro-ink);
  font-size: 16px;
  box-sizing: border-box;
}

.pro-advisor-status {
  margin: 16px 0 0;
  color: var(--pro-muted);
  font-size: 17px;
  line-height: 1.55;
}

.pro-advisor-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pro-advisor-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 21px;
  box-shadow: 0 12px 30px rgba(21, 32, 27, 0.08);
}

.pro-advisor-card-head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 15px;
}

.pro-advisor-photo,
.pro-advisor-photo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 3px solid var(--pro-green-soft);
  border-radius: 50%;
  background: #f4f7f1;
  color: var(--pro-green-dark);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(21, 32, 27, 0.1);
}

.pro-advisor-card h3 {
  margin: 0 0 8px;
  color: var(--pro-ink);
  font-size: 22px;
  line-height: 1.22;
  font-weight: 820;
}

.pro-distance {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--pro-green-soft);
  color: var(--pro-green-dark);
  font-size: 13px;
  font-weight: 850;
}

.pro-advisor-card address {
  margin: 0 0 13px;
  color: var(--pro-text);
  font-size: 17px;
  font-style: normal;
  line-height: 1.65;
}

.pro-advisor-contact {
  display: grid;
  gap: 7px;
  margin-top: auto;
}

.pro-advisor-contact a,
.pro-advisor-contact span {
  color: var(--pro-text);
  font-size: 16px;
  overflow-wrap: anywhere;
}

.pro-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.pro-card-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 6px;
  background: var(--pro-blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.pro-card-actions a.secondary {
  background: #fff;
  color: var(--pro-ink) !important;
  border: 1px solid var(--pro-line);
}

.pro-empty {
  grid-column: 1 / -1;
  padding: 26px;
  border: 1px dashed #b7c7bd;
  border-radius: 8px;
  background: #fff;
  color: var(--pro-muted);
  font-size: 17px;
  line-height: 1.6;
}

.pro-site .gwolle-gb {
  max-width: 980px;
  margin: 0 auto;
}

.pro-site .gwolle-gb-write-button {
  margin: 0 0 22px;
  text-align: right;
}

.pro-site .gwolle-gb-write-button input,
.pro-site .gwolle_gb_submit input[type="submit"] {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--pro-blue);
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(46, 111, 142, 0.22);
  cursor: pointer;
}

.pro-site .gwolle-gb-write-button input:hover,
.pro-site .gwolle_gb_submit input[type="submit"]:hover {
  background: var(--pro-blue-dark);
}

.pro-site .gwolle-gb-write {
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid rgba(21, 32, 27, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(21, 32, 27, 0.08);
}

.pro-site .gwolle-gb-write h3 {
  margin: 0 0 18px;
  color: var(--pro-ink);
  font-size: 24px;
}

.pro-site .gwolle-gb-write .label {
  margin: 0 0 6px;
}

.pro-site .gwolle-gb-write label {
  color: var(--pro-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pro-site .gwolle-gb-write input[type="text"],
.pro-site .gwolle-gb-write input[type="email"],
.pro-site .gwolle-gb-write input[type="url"],
.pro-site .gwolle-gb-write textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cbd8d0;
  border-radius: 6px;
  background: #fff;
  color: var(--pro-ink);
  font-size: 17px;
}

.pro-site .gwolle-gb-write textarea {
  min-height: 150px;
  padding: 12px 13px;
  resize: vertical;
}

.pro-site .gwolle-gb-notice {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #f4f7f1;
  color: var(--pro-muted);
  font-size: 14px;
  line-height: 1.55;
}

.pro-site .gwolle-gb-total {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 4px 0 18px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--pro-green-soft);
  color: var(--pro-green-dark);
  font-size: 14px;
  font-weight: 850;
}

.pro-site .gwolle-gb-entries-list {
  display: grid;
  gap: 18px;
}

.pro-site .gwolle-gb-entries-list .gb-entry {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.pro-site .gwolle-gb-entries-list .gb-entry article {
  position: relative;
  padding: 24px 26px 25px;
  border: 1px solid rgba(21, 32, 27, 0.09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(21, 32, 27, 0.08);
  overflow: hidden;
}

.pro-site .gwolle-gb-entries-list .gb-entry article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--pro-green), var(--pro-blue));
}

.pro-site .gwolle-gb-entries-list .gb-author-info {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
  row-gap: 5px;
  margin: 0 0 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #edf2ee;
}

.pro-site .gwolle-gb-entries-list .gb-author-avatar {
  grid-row: 1 / span 3;
  width: 52px;
  height: 52px;
}

.pro-site .gwolle-gb-entries-list .gb-author-avatar img {
  display: block;
  width: 52px;
  height: 52px;
  border: 2px solid var(--pro-green-soft);
  border-radius: 50%;
  object-fit: cover;
}

.pro-site .gwolle-gb-entries-list .gb-author-name {
  color: var(--pro-ink);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 850;
}

.pro-site .gwolle-gb-entries-list .gb-author-origin,
.pro-site .gwolle-gb-entries-list .gb-datetime {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  color: var(--pro-muted);
  font-size: 13px;
  line-height: 1.35;
}

.pro-site .gwolle-gb-entries-list .gb-author-origin-text,
.pro-site .gwolle-gb-entries-list .gb-date-text,
.pro-site .gwolle-gb-entries-list .gb-time-text {
  color: var(--pro-text);
}

.pro-site .gwolle-gb-entries-list .gb-entry-content {
  color: var(--pro-text);
  font-size: 17px;
  line-height: 1.75;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.pro-site .gwolle-gb-entries-list .gb-entry-content::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 15px;
  border-radius: 999px;
  background: var(--pro-gold);
}

.pro-site .page-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 24px 0;
}

.pro-site .page-navigation .page-numbers,
.pro-site .page-navigation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #dbe7df;
  border-radius: 6px;
  background: #fff;
  color: var(--pro-ink) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.pro-site .page-navigation .current,
.pro-site .page-navigation a:hover {
  border-color: transparent;
  background: var(--pro-blue);
  color: #fff !important;
}

.pro-footer {
  position: relative;
  overflow: hidden;
  background: #a6c724;
  color: #fff;
}

.pro-footer::before,
.pro-footer::after {
  display: none;
}

.pro-footer-main {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 28px;
  padding: 46px 0;
}

.pro-footer h3 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 19px;
}

.pro-footer p,
.pro-footer li {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.68;
}

.pro-footer a {
  color: #ffffff !important;
  font-weight: 800;
}

.pro-footer-bottom {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.62;
}

.pro-footer-bottom span {
  min-width: 0;
}

.pro-footer-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
}

.pro-footer-credit {
  color: #fff;
  font-size: 15px;
  text-decoration: none !important;
  white-space: nowrap;
}

.pro-footer-credit:hover {
  color: #ffffff !important;
}

.pro-footer-login {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
  text-decoration: none !important;
}

.pro-footer-login:hover {
  border-color: #fff;
  background: #fff;
  color: var(--pro-green-dark) !important;
}

.pro-footer-login svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pro-site .pro-page-title p,
.pro-site .pro-section p,
.pro-site .pro-phase-copy p,
.pro-site .pro-phase-copy li,
.pro-site .pro-text-panel p,
.pro-site .pro-example-layout p,
.pro-site .pro-result-layout p,
.pro-site .pro-advisor-card p,
.pro-site .gwolle-gb-entries-list .gb-entry-content {
  font-family: var(--pro-font-body) !important;
}

@media (max-width: 1050px) {
  .pro-header {
    overflow: visible;
  }

  .pro-title {
    font-size: 46px;
  }

  .pro-hero-grid,
  .pro-split,
  .pro-split.reverse,
  .pro-example-layout,
  .pro-result-layout,
  .pro-advisor-layout,
  .pro-phase-card,
  .pro-phase-layout {
    grid-template-columns: 1fr;
  }

  .pro-proof-row,
  .pro-card-grid,
  .pro-offer-grid,
  .pro-feature-grid,
  .pro-advisor-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pro-result-media {
    max-width: 620px;
  }

  .pro-advisor-filter {
    position: static;
  }

  .pro-nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 72px;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--pro-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--pro-shadow);
  }

  .pro-nav a {
    color: var(--pro-ink) !important;
  }

  .pro-nav a:hover,
  .pro-nav a.is-active {
    background: var(--pro-green-soft);
    color: var(--pro-green-dark) !important;
    box-shadow: inset 0 -2px 0 rgba(166, 199, 36, 0.34);
  }

  .pro-nav .pro-nav-cta {
    background: var(--pro-green);
    color: #fff !important;
  }

  .pro-nav .pro-nav-cta:hover,
  .pro-nav .pro-nav-cta:focus-visible {
    background: var(--pro-green-dark);
    color: #fff !important;
  }

  .pro-nav.is-open {
    display: flex;
  }

  .pro-menu-toggle {
    display: inline-flex;
  }
}

@media (max-width: 760px) {
  html,
  body.pro-site {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.62;
    overflow-x: hidden;
  }

  .pro-site #Wrapper,
  .pro-site #Content,
  .pro-site .content_wrapper,
  .pro-site .sections_group,
  .pro-site .entry-content,
  .pro-home,
  .pro-section,
  .pro-hero,
  .pro-page-title,
  .pro-cta,
  .pro-footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .pro-header-inner,
  .pro-inner {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .pro-header-inner {
    display: flex;
    min-height: 70px;
    gap: 10px;
    justify-content: flex-start;
  }

  .pro-brand img {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
  }

  .pro-brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 54px);
    gap: 9px;
  }

  .pro-brand > span {
    display: block;
    min-width: 0;
  }

  .pro-brand strong {
    max-width: 190px;
    font-size: 16px;
    line-height: 1.08;
    white-space: normal;
  }

  .pro-brand > span > span {
    display: none;
  }

  .pro-menu-toggle {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    margin-left: auto;
  }

  .pro-nav {
    left: 14px;
    right: 14px;
    top: 66px;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    padding: 10px;
  }

  .pro-nav a {
    justify-content: center;
    min-height: 44px;
    padding: 0 12px;
    font-size: 16px;
  }

  .pro-section,
  .pro-hero {
    padding: 42px 0;
  }

  .pro-hero {
    background:
      linear-gradient(120deg, rgba(240, 247, 232, 0.98) 0%, rgba(255, 255, 255, 0.98) 62%),
      #fff;
  }

  .pro-section.white,
  .pro-section.soft,
  .pro-page-title {
    background-image: none;
  }

  .pro-footer {
    background: #a6c724;
  }

  .pro-title {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .pro-lead {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.62;
    overflow-wrap: anywhere;
  }

  .pro-section-head {
    display: block;
  }

  .pro-section-head h2,
  .pro-page-title h1 {
    max-width: 100%;
    font-size: 29px;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .pro-section-head p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.62;
  }

  .pro-hero-media,
  .pro-hero-showcase,
  .pro-proof-row,
  .pro-card-grid,
  .pro-offer-grid,
  .pro-feature-grid,
  .pro-quote-grid,
  .pro-example-list,
  .pro-result-media,
  .pro-advisor-results,
  .pro-footer-main {
    grid-template-columns: 1fr;
  }

  .pro-section-title {
    max-width: 100%;
    font-size: 29px;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .pro-section-lead {
    max-width: 100%;
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .pro-actions,
  .pro-card-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pro-button,
  .pro-card-actions a,
  .pro-nav .pro-nav-cta {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    text-align: center;
  }

  .pro-card,
  .pro-proof-card,
  .pro-hero-card,
  .pro-offer-card,
  .pro-example-panel,
  .pro-text-panel,
  .pro-search-panel,
  .pro-advisor-card,
  .pro-quote {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .pro-card,
  .pro-offer-card,
  .pro-advisor-card {
    min-height: 0;
  }

  .pro-card p,
  .pro-offer-card p,
  .pro-phase-copy p,
  .pro-phase-copy li,
  .pro-text-panel p,
  .pro-text-panel li,
  .pro-quote p {
    font-size: 16px;
    line-height: 1.68;
  }

  .pro-hero-portrait {
    min-height: 0;
    padding: 18px;
  }

  .pro-hero-portrait img {
    width: min(180px, 70vw);
  }

  .pro-hero-card img {
    width: min(220px, 100%);
  }

  .pro-hero-steps {
    grid-template-columns: 1fr;
  }

  .pro-proof-card span {
    font-size: 14px;
  }

  .pro-advisor-filter .pro-search-form {
    grid-template-columns: 1fr;
  }

  .pro-advisor-filter .pro-button,
  .pro-search-form .pro-button {
    width: 100%;
  }

  .pro-advisor-card-head {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .pro-advisor-photo,
  .pro-advisor-photo-fallback {
    width: 56px;
    height: 56px;
    font-size: 17px;
  }

  .pro-advisor-card h3 {
    font-size: 20px;
  }

  .pro-advisor-contact a,
  .pro-advisor-contact span {
    font-size: 15px;
  }

  .pro-phase-card,
  .pro-phase-detail .pro-phase-copy,
  .pro-phase-side {
    padding: 21px;
  }

  .pro-phase-card {
    align-items: stretch;
  }

  .pro-phase-card .pro-actions {
    justify-content: stretch;
  }

  .pro-phase-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pro-phase-tabs a {
    justify-content: center;
  }

  .pro-example-panel > img {
    width: min(240px, 100%);
  }

  .pro-result-media {
    gap: 12px;
  }

  .pro-result-media img {
    max-height: 260px;
    padding: 12px;
  }

  .pro-page-title {
    padding: 38px 0 26px;
  }

  .pro-page-title p {
    font-size: 17px;
    line-height: 1.62;
  }

  .pro-site .gwolle-gb-write {
    padding: 20px;
  }

  .pro-site .gwolle-gb-write-button {
    text-align: left;
  }

  .pro-site .gwolle-gb-entries-list .gb-entry article {
    padding: 20px 20px 22px;
  }

  .pro-site .gwolle-gb-entries-list .gb-author-info {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
  }

  .pro-site .gwolle-gb-entries-list .gb-author-avatar,
  .pro-site .gwolle-gb-entries-list .gb-author-avatar img {
    width: 44px;
    height: 44px;
  }

  .pro-site .gwolle-gb-entries-list .gb-entry-content {
    font-size: 16px;
    line-height: 1.68;
  }

  .pro-cta .pro-inner {
    display: block;
  }

  .pro-cta h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .pro-cta p {
    font-size: 17px;
    line-height: 1.62;
  }

  .pro-cta .pro-button {
    margin-top: 18px;
  }

  .pro-footer-main {
    gap: 22px;
    padding: 34px 0;
  }

  .pro-footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    padding: 18px 0 22px;
  }

  .pro-footer-actions {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .pro-footer-credit {
    max-width: calc(100% - 54px);
    white-space: normal;
  }

  .pro-hero-media {
    transform: none;
  }

  .pro-hero::before {
    top: 84px;
    width: 72vw;
    height: 42px;
    opacity: 0.32;
  }

  .pro-hero::after {
    width: 62vw;
    opacity: 0.42;
  }
}
