:root {
  --pro-ink: #15201b;
  --pro-text: #32423a;
  --pro-muted: #66756f;
  --pro-line: #dce7df;
  --pro-soft: #f4f7f1;
  --pro-white: #ffffff;
  --pro-green: #7f9f22;
  --pro-green-dark: #536e10;
  --pro-blue: #2e6f8e;
  --pro-blue-dark: #1d5068;
  --pro-gold: #dba43a;
  --pro-shadow: 0 18px 44px rgba(21, 32, 27, 0.12);
}

body.pro-site {
  min-width: 0;
  background: var(--pro-soft) !important;
  color: var(--pro-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.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 img {
  max-width: 100%;
  height: auto;
}

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

.pro-header {
  position: sticky;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid rgba(21, 32, 27, 0.09);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(21, 32, 27, 0.08);
  backdrop-filter: blur(14px);
}

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

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

.pro-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--pro-ink) !important;
  text-decoration: none !important;
}

.pro-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.pro-brand strong {
  display: block;
  color: var(--pro-ink);
  font-size: 17px;
  line-height: 1.1;
}

.pro-brand span {
  display: block;
  color: var(--pro-muted);
  font-size: 12px;
  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: var(--pro-ink) !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
}

.pro-nav a:hover,
.pro-nav a.is-active {
  background: #edf5e6;
  color: var(--pro-green-dark) !important;
}

.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-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-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 var(--pro-line);
  border-radius: 6px;
  background: #fff;
  color: var(--pro-ink);
  font-size: 23px;
}

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

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

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

.pro-hero {
  padding: 70px 0 56px;
  background:
    linear-gradient(120deg, rgba(244, 247, 241, 0.98), rgba(255, 255, 255, 0.94)),
    #fff;
}

.pro-hero-grid {
  display: grid;
  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;
  letter-spacing: 0;
}

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

.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;
  filter: drop-shadow(0 18px 24px rgba(32, 43, 37, 0.14));
}

.pro-hero-logo {
  padding: 18px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

.pro-card {
  min-height: 260px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(21, 32, 27, 0.08);
}

.pro-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #edf5e6;
  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: 16px;
  line-height: 1.65;
}

.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: #7f9f22;
  --phase-heading: #536e10;
  --phase-soft: #f0f6df;
  --phase-ring: rgba(127, 159, 34, 0.22);
}

.pro-phase-summary-2 {
  --phase-accent: #2e6f8e;
  --phase-heading: #1d5068;
  --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: #edf5e6;
  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: 15px;
  line-height: 1.45;
}

.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: 17px;
  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: 15px;
  line-height: 1.55;
}

.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-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: 17px;
  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 {
  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: 17px;
  line-height: 1.65;
}

.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: 16px;
  line-height: 1.72;
}

.pro-cta {
  padding: 56px 0;
  background: #1e3d35;
  color: #fff;
}

.pro-cta .pro-inner {
  display: flex;
  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: #d8e5df;
  font-size: 17px;
  line-height: 1.55;
}

.pro-cta .pro-button {
  background: var(--pro-gold);
  color: #1b211b !important;
  box-shadow: none;
}

.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: 18px;
  line-height: 1.55;
}

.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: 15px;
  line-height: 1.45;
}

.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 #edf5e6;
  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: #edf5e6;
  color: var(--pro-green-dark);
  font-size: 13px;
  font-weight: 850;
}

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

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

.pro-advisor-contact a,
.pro-advisor-contact span {
  color: var(--pro-text);
  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);
}

.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: 16px;
}

.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: #edf5e6;
  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 #edf5e6;
  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 {
  background: #15201b;
  color: #d8e4de;
}

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

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

.pro-footer p,
.pro-footer li {
  margin: 0 0 9px;
  color: #d8e4de;
  font-size: 15px;
  line-height: 1.6;
}

.pro-footer a {
  color: #fff !important;
}

.pro-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #afbbb5;
  font-size: 13px;
  line-height: 1.55;
}

.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: #d8e4de;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
}

.pro-footer-credit:hover {
  color: #fff !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.16);
  border-radius: 999px;
  color: #d8e4de !important;
  text-decoration: none !important;
}

.pro-footer-login:hover {
  border-color: rgba(219, 164, 58, 0.8);
  color: var(--pro-gold) !important;
}

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

@media (max-width: 1050px) {
  .pro-title {
    font-size: 46px;
  }

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

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

  .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.is-open {
    display: flex;
  }

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

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

  .pro-header-inner {
    min-height: 70px;
  }

  .pro-brand img {
    width: 46px;
    height: 46px;
  }

  .pro-brand span {
    display: none;
  }

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

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

  .pro-lead {
    font-size: 18px;
  }

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

  .pro-section-head h2,
  .pro-page-title h1 {
    font-size: 31px;
  }

  .pro-section-head p {
    margin-top: 10px;
  }

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

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

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

  .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 .pro-button {
    margin-top: 18px;
  }
}
