/* Google Business Profile optimization service page */

body.page-gbp-studio {
  --gbp-ink: #061f25;
  --gbp-deep: #06262b;
  --gbp-teal: #0d6f68;
  --gbp-cyan: #9be7df;
  --gbp-lime: #ddff57;
  --gbp-paper: #f8faf9;
  --gbp-band: #edf5f2;
  --gbp-surface: #ffffff;
  --gbp-muted: rgba(6, 31, 37, 0.68);
  --gbp-line: rgba(6, 31, 37, 0.12);
  --gbp-soft-line: rgba(255, 255, 255, 0.14);
  --gbp-warning: #d97955;
  --gbp-warning-soft: rgba(217, 121, 85, 0.12);
  --gbp-shadow: 0 18px 46px rgba(6, 31, 37, 0.10);
  --gbp-soft-shadow: 0 10px 30px rgba(6, 31, 37, 0.07);
  overflow-x: clip;
  color: var(--gbp-ink);
  background:
    linear-gradient(to right, rgba(6, 31, 37, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(6, 31, 37, 0.026) 1px, transparent 1px),
    var(--gbp-paper);
  background-size: 96px 96px, 96px 96px, auto;
}

body.page-gbp-studio .site-header {
  background: rgba(248, 250, 249, 0.96);
  border-bottom-color: rgba(6, 31, 37, 0.10);
}

body.page-gbp-studio .nav-link[aria-current="page"],
body.page-gbp-studio .mobile-link[aria-current="page"] {
  background: rgba(13, 111, 104, 0.13);
  color: var(--gbp-ink);
  font-weight: 800;
}

body.page-gbp-studio .mobile-nav {
  background: rgba(248, 250, 249, 0.98);
  box-shadow: 0 20px 40px rgba(6, 31, 37, 0.10);
}

body.page-gbp-studio .gbp-studio-page {
  overflow: clip;
}

body.page-gbp-studio .gbp-studio-page *,
body.page-gbp-studio .gbp-studio-page *::before,
body.page-gbp-studio .gbp-studio-page *::after {
  box-sizing: border-box;
}

body.page-gbp-studio .gbp-studio-page h1,
body.page-gbp-studio .gbp-studio-page h2,
body.page-gbp-studio .gbp-studio-page h3,
body.page-gbp-studio .gbp-studio-page p {
  overflow-wrap: break-word;
}

body.page-gbp-studio .gbp-studio-page .btn {
  border-radius: 999px;
  font-weight: 800;
}

body.page-gbp-studio .gbp-studio-page .btn-primary {
  background: var(--gbp-lime);
  border-color: rgba(221, 255, 87, 0.86);
  color: var(--gbp-ink);
  box-shadow: 0 14px 32px rgba(10, 90, 78, 0.22);
}

body.page-gbp-studio .gbp-studio-page .btn-ghost {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(6, 31, 37, 0.13);
  color: var(--gbp-ink);
}

.gbp-hero {
  position: relative;
  padding: 56px 0 0;
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(760px 520px at 78% 16%, rgba(41, 170, 138, 0.30), transparent 62%),
    linear-gradient(135deg, #062327 0%, #073c3f 48%, #0a5b52 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.gbp-hero::after {
  content: "";
  display: block;
  height: 22px;
  margin-top: 36px;
  background: linear-gradient(90deg, var(--gbp-lime), var(--gbp-cyan), #f2ca70);
}

.gbp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.gbp-hero-copy {
  min-width: 0;
}

.gbp-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 3.92rem;
  line-height: 1.01;
  letter-spacing: 0;
}

.gbp-hero-lead {
  max-width: 670px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.74;
}

.gbp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.gbp-hero .btn-ghost {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}

.gbp-hero-note {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
  line-height: 1.64;
}

.gbp-command {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.gbp-command-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.gbp-command-head span {
  color: var(--gbp-lime);
  font-size: 0.84rem;
  font-weight: 900;
}

.gbp-command-head strong {
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.52rem;
  line-height: 1.05;
  text-align: right;
}

.gbp-score-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.gbp-score-card,
.gbp-command-grid article {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.gbp-score-card {
  min-height: 112px;
  padding: 16px;
}

.gbp-score-card span,
.gbp-command-grid span {
  display: block;
  color: var(--gbp-cyan);
  font-size: 0.75rem;
  font-weight: 900;
}

.gbp-score-card strong {
  display: block;
  margin-top: 14px;
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.05;
}

.gbp-score-card small,
.gbp-command-grid small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.38;
}

.gbp-score-card.is-large {
  background:
    radial-gradient(110px 110px at 24px 78px, rgba(221, 255, 87, 0.18), transparent 70%),
    rgba(255, 255, 255, 0.065);
}

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

.gbp-command-grid article {
  min-height: 118px;
  padding: 16px;
}

.gbp-command-grid strong {
  display: block;
  margin-top: 15px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
}

.gbp-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.gbp-proof-row div {
  min-height: 96px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.gbp-proof-row strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}

.gbp-proof-row span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.48;
}

.gbp-section {
  padding: 88px 0;
  background: rgba(248, 250, 249, 0.76);
}

.gbp-section:nth-of-type(even) {
  background: rgba(237, 245, 242, 0.78);
}

.gbp-section-label {
  margin: 0 0 12px;
  color: var(--gbp-teal);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gbp-section h2,
.gbp-cta-card h2 {
  max-width: 900px;
  margin: 0;
  color: var(--gbp-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 2.8rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.gbp-section-head {
  max-width: 860px;
  margin-bottom: 38px;
}

.gbp-section-head p:not(.gbp-section-label),
.gbp-section-copy p:not(.gbp-section-label),
.gbp-cta-card p {
  max-width: 670px;
  margin: 16px 0 0;
  color: var(--gbp-muted);
  font-size: 1.01rem;
  line-height: 1.72;
}

.gbp-explain-grid,
.gbp-measure-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 54px;
  align-items: start;
}

.gbp-section-copy {
  position: sticky;
  top: calc(var(--header-offset, 90px) + 24px);
}

.gbp-benefit-grid,
.gbp-scope-grid,
.gbp-fit-grid,
.gbp-related-grid,
.gbp-measure-cards {
  display: grid;
  gap: 14px;
}

.gbp-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gbp-benefit-grid article,
.gbp-scope-grid article,
.gbp-fit-grid article,
.gbp-related-card,
.gbp-measure-cards article,
.gbp-faq-item {
  border: 1px solid var(--gbp-line);
  border-radius: 8px;
  background: var(--gbp-surface);
  box-shadow: var(--gbp-soft-shadow);
}

.gbp-benefit-grid article {
  min-height: 244px;
  padding: 24px;
}

.gbp-benefit-grid span,
.gbp-scope-grid span,
.gbp-related-card span {
  display: block;
  margin-bottom: 42px;
  color: var(--gbp-teal);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gbp-benefit-grid h3,
.gbp-scope-grid h3,
.gbp-fit-grid h3,
.gbp-related-card h3,
.gbp-measure-cards h3,
.gbp-process-list h3 {
  margin: 0;
  color: var(--gbp-ink);
  font-size: 1.13rem;
  line-height: 1.28;
}

.gbp-benefit-grid p,
.gbp-scope-grid p,
.gbp-fit-grid p,
.gbp-related-card p,
.gbp-process-list p {
  margin: 12px 0 0;
  color: var(--gbp-muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.gbp-diagnosis {
  background:
    radial-gradient(760px 430px at 86% 12%, rgba(217, 121, 85, 0.15), transparent 64%),
    #f8f3ee;
  border-top: 1px solid rgba(217, 121, 85, 0.20);
  border-bottom: 1px solid rgba(217, 121, 85, 0.20);
}

.gbp-diagnosis .gbp-section-label {
  color: #a55535;
}

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

.gbp-diagnosis-grid article {
  padding: 18px 20px;
  border: 1px solid rgba(217, 121, 85, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.gbp-diagnosis-grid strong,
.gbp-diagnosis-grid span {
  display: block;
}

.gbp-diagnosis-grid strong {
  color: var(--gbp-ink);
  font-size: 0.98rem;
}

.gbp-diagnosis-grid span {
  margin-top: 7px;
  color: rgba(6, 31, 37, 0.66);
  font-size: 0.92rem;
  line-height: 1.55;
}

.gbp-scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gbp-scope-grid article {
  min-height: 260px;
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gbp-process {
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, var(--gbp-ink) 0%, #083d3f 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.gbp-process .gbp-section-label {
  color: var(--gbp-cyan);
}

.gbp-process h2 {
  color: #ffffff;
}

.gbp-process .gbp-section-head p:not(.gbp-section-label) {
  color: rgba(255, 255, 255, 0.70);
}

.gbp-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: gbp-process;
}

.gbp-process-list li {
  min-height: 236px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.gbp-process-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 34px;
  margin-bottom: 44px;
  border-radius: 8px;
  background: rgba(221, 255, 87, 0.12);
  color: var(--gbp-lime);
  font-size: 0.82rem;
  font-weight: 900;
}

.gbp-process-list h3 {
  color: #ffffff;
}

.gbp-process-list p {
  color: rgba(255, 255, 255, 0.68);
}

.gbp-fit-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gbp-fit-grid article {
  min-height: 190px;
  padding: 22px;
}

.gbp-measure-section {
  background: var(--gbp-band);
  border-top: 1px solid var(--gbp-line);
  border-bottom: 1px solid var(--gbp-line);
}

.gbp-measure-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gbp-measure-cards article {
  padding: 24px;
}

.gbp-measure-cards ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.gbp-measure-cards li {
  position: relative;
  padding-left: 20px;
  color: var(--gbp-muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.gbp-measure-cards li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--gbp-teal);
}

.gbp-cta-band {
  padding: 72px 0;
  background: var(--gbp-paper);
}

.gbp-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, auto);
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(620px 360px at 92% 0%, rgba(13, 111, 104, 0.18), transparent 62%),
    var(--gbp-ink);
  box-shadow: var(--gbp-shadow);
}

.gbp-cta-card h2 {
  color: #ffffff;
}

.gbp-cta-card p {
  color: rgba(255, 255, 255, 0.72);
}

.gbp-cta-actions {
  display: grid;
  gap: 12px;
}

.gbp-cta-actions span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  text-align: center;
}

.gbp-related {
  background: rgba(237, 245, 242, 0.78);
}

.gbp-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gbp-related-card {
  display: block;
  min-height: 220px;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gbp-related-card span {
  margin-bottom: 34px;
}

.gbp-faq-section {
  background: var(--gbp-paper);
}

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

.gbp-faq-item {
  overflow: hidden;
}

.gbp-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 64px;
  padding: 18px 22px;
  cursor: pointer;
  color: var(--gbp-ink);
  font-weight: 900;
  list-style: none;
}

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

.gbp-faq-item summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--gbp-teal);
  border-bottom: 2px solid var(--gbp-teal);
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.gbp-faq-item[open] summary::after {
  transform: rotate(225deg);
}

.gbp-faq-item p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--gbp-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

body.page-gbp-studio .footer {
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    #062327;
  background-size: 72px 72px, 72px 72px, auto;
}

@media (hover: hover) {
  .gbp-benefit-grid article:hover,
  .gbp-scope-grid article:hover,
  .gbp-fit-grid article:hover,
  .gbp-related-card:hover,
  .gbp-faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 111, 104, 0.24);
    box-shadow: var(--gbp-shadow);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gbp-benefit-grid article,
  .gbp-scope-grid article,
  .gbp-fit-grid article,
  .gbp-related-card,
  .gbp-faq-item {
    transition: none;
  }
}

@media (max-width: 1120px) {
  .gbp-hero-grid,
  .gbp-explain-grid,
  .gbp-measure-grid {
    grid-template-columns: 1fr;
  }

  .gbp-section-copy {
    position: static;
  }

  .gbp-command {
    max-width: none;
  }

  .gbp-benefit-grid,
  .gbp-scope-grid,
  .gbp-process-list,
  .gbp-fit-grid,
  .gbp-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.page-gbp-studio main#main {
    padding-top: 96px;
  }

  .gbp-hero {
    padding-top: 54px;
  }
}

@media (max-width: 780px) {
  .gbp-hero h1 {
    font-size: 3rem;
    line-height: 1.04;
  }

  .gbp-score-row,
  .gbp-proof-row,
  .gbp-benefit-grid,
  .gbp-scope-grid,
  .gbp-process-list,
  .gbp-fit-grid,
  .gbp-measure-cards,
  .gbp-related-grid,
  .gbp-faq-list {
    grid-template-columns: 1fr;
  }

  .gbp-cta-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body.page-gbp-studio {
    background-size: 58px 58px, 58px 58px, auto;
  }

  body.page-gbp-studio main#main {
    padding-top: 88px;
  }

  .gbp-hero {
    padding-top: 38px;
  }

  .gbp-hero h1 {
    font-size: 2.35rem;
  }

  .gbp-hero-lead {
    font-size: 1rem;
    line-height: 1.66;
  }

  .gbp-hero-actions,
  .gbp-cta-actions {
    align-items: stretch;
  }

  .gbp-hero-actions .btn,
  .gbp-cta-actions .btn {
    width: 100%;
  }

  .gbp-command,
  .gbp-cta-card {
    padding: 20px;
  }

  .gbp-score-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gbp-command-head {
    display: grid;
  }

  .gbp-command-head strong {
    text-align: left;
  }

  .gbp-command-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gbp-score-card,
  .gbp-command-grid article {
    min-height: 0;
    padding: 12px;
  }

  .gbp-score-card strong {
    margin-top: 10px;
    font-size: 1.04rem;
  }

  .gbp-score-card small,
  .gbp-command-grid small {
    display: none;
  }

  .gbp-command-grid strong {
    margin-top: 10px;
    font-size: 0.92rem;
  }

  .gbp-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
  }

  .gbp-proof-row div {
    min-height: 0;
    padding: 12px;
  }

  .gbp-proof-row strong {
    font-size: 0.84rem;
  }

  .gbp-proof-row span {
    display: none;
  }

  .gbp-hero::after {
    margin-top: 38px;
  }

  .gbp-section {
    padding: 66px 0;
  }

  .gbp-section h2,
  .gbp-cta-card h2 {
    font-size: 2.08rem;
    line-height: 1.08;
  }

  .gbp-section-head {
    margin-bottom: 28px;
  }

  .gbp-benefit-grid article,
  .gbp-scope-grid article,
  .gbp-fit-grid article,
  .gbp-related-card,
  .gbp-measure-cards article,
  .gbp-process-list li {
    min-height: 0;
    padding: 20px;
  }

  .gbp-benefit-grid span,
  .gbp-scope-grid span,
  .gbp-related-card span,
  .gbp-process-list span {
    margin-bottom: 24px;
  }

  .gbp-diagnosis-grid {
    grid-template-columns: 1fr;
  }

  .gbp-faq-item summary {
    padding: 16px 18px;
  }

  .gbp-faq-item p {
    padding: 0 18px 18px;
  }
}

@media (max-width: 390px) {
  .gbp-hero h1 {
    font-size: 2.08rem;
  }

  .gbp-section h2,
  .gbp-cta-card h2 {
    font-size: 1.86rem;
  }

  .gbp-command-grid,
  .gbp-proof-row {
    grid-template-columns: 1fr;
  }

  .gbp-proof-row div {
    border-top: 1px solid var(--gbp-soft-line);
  }

  .gbp-proof-row div:first-child {
    border-top: 0;
  }
}
