/* ========================================
   Google SEO / GEO page
   Scoped to .page-google-seo only
   ======================================== */

.page-google-seo .site-header,
.page-google-seo .site-header.is-scrolled,
.page-google-seo .site-header.is-menu-open,
.page-google-seo .site-header:hover {
  background: var(--white);
  box-shadow: var(--shadow-header);
}

.page-google-seo .main-nav a,
.page-google-seo .site-header:hover .main-nav a,
.page-google-seo .site-header.is-scrolled .main-nav a,
.page-google-seo .site-header.is-menu-open .main-nav a {
  color: var(--text-muted) !important;
}

.page-google-seo .main-nav a.active,
.page-google-seo .main-nav a:hover,
.page-google-seo .site-header:hover .main-nav a.active,
.page-google-seo .site-header:hover .main-nav a:hover,
.page-google-seo .site-header.is-scrolled .main-nav a.active,
.page-google-seo .site-header.is-scrolled .main-nav a:hover {
  color: var(--primary) !important;
}

.page-google-seo .lang-item,
.page-google-seo .site-header:hover .lang-item,
.page-google-seo .site-header.is-scrolled .lang-item,
.page-google-seo .site-header.is-menu-open .lang-item {
  color: var(--text-muted);
}

.page-google-seo .lang-item.is-active,
.page-google-seo .lang-item:hover {
  color: var(--primary);
}

.page-google-seo .lang-divider {
  background: var(--border-lang);
}

.page-google-seo .icon-btn img,
.page-google-seo .nav-chevron {
  filter: brightness(0) saturate(100%);
  opacity: 0.65;
}

.page-google-seo .nav-toggle span {
  background: var(--text-muted);
  box-shadow: none;
}

.page-google-seo .sg-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
  box-sizing: border-box;
}

.page-google-seo .sg-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--primary);
  background: transparent;
  transition: color 0.3s ease;
  padding: 0;
}

.page-google-seo .sg-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.page-google-seo .sg-more-icon svg {
  width: 8px;
  height: 8px;
  display: block;
}

.page-google-seo .sg-more:hover .sg-more-icon {
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--primary);
}

.page-google-seo .sg-more:hover .sg-more-icon svg path {
  fill: var(--primary);
}

/* ---------- Intro ---------- */
.page-google-seo .sg-intro {
  padding: calc(var(--header-h) + 98px) 0 96px;
  background: var(--white);
}

.page-google-seo .sg-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 48px 64px;
  align-items: center;
}

.page-google-seo .sg-intro h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--text-dark);
}

.page-google-seo .sg-intro__panel {
  border-left: 1px solid #c9cdd3;
  padding: 0 40px;
}

.page-google-seo .sg-intro__panel p {
  margin: 0 0 50px;
  font-size: 18px;
  line-height: 1.85;
  color: var(--text-muted);
}

/* ---------- Quote visual ---------- */
.page-google-seo .sg-quote {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #eaf3ff 0%, #f4f8ff 42%, #e8f2ff 100%);
}

.page-google-seo .sg-quote__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
  min-height: 360px;
      padding: 48px clamp(20px, 4vw, 80px);
}

.page-google-seo .sg-quote__copy {
  position: relative;
  z-index: 1;
}

.page-google-seo .sg-quote__copy::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--primary);
}

.page-google-seo .sg-quote__copy p {
  margin: 0;
      max-width: 14em;
      font-size: 35px;
      font-weight: 300;
      line-height: 1.55;
      color: #566887;
}

.page-google-seo .sg-quote__media {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgb(17 40 80 / 23%);
}

.page-google-seo .sg-quote__video {
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  background: #d7e4f4;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.page-google-seo .sg-quote__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, #1175fccf 0%, rgba(234, 243, 255, 0) 50%);
}

.page-google-seo .sg-quote__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.page-google-seo .sg-quote__orb--a {
  width: 72px;
  height: 72px;
  left: 8%;
  top: 18%;
  background: radial-gradient(circle at 30% 30%, #7eb6ff, #1175fc);
  opacity: 0.85;
}

.page-google-seo .sg-quote__orb--b {
  width: 28px;
  height: 28px;
  right: 8%;
  top: 22%;
  background: #ff8a3d;
}

.page-google-seo .sg-quote__orb--c {
  width: 56px;
  height: 56px;
  right: 4%;
  bottom: 18%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 40, 80, 0.08);
}

/* ---------- Strategy accordion ---------- */
.page-google-seo .sg-strategy {
  padding: 88px 0;
  background: var(--white);
}

.page-google-seo .sg-strategy__head {
  margin-bottom: 56px;
  text-align: center;
}

.page-google-seo .sg-strategy__head h2 {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-dark);
}

.page-google-seo .sg-strategy__lead {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-dark);
}

.page-google-seo .sg-strategy__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 48px 64px;
  align-items: start;
}

.page-google-seo .sg-acc {
  border-top: 1px solid #eceff3;
  border-bottom: 1px solid #eceff3;
}

.page-google-seo .sg-acc__item {
  position: relative;
  border-bottom: 1px solid #eceff3;
  box-sizing: border-box;
  overflow: hidden;
}

.page-google-seo .sg-acc__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: var(--primary);
  transition: width 0.6s ease;
}

.page-google-seo .sg-acc__item.is-open::before,
.page-google-seo .sg-acc.sg-acc--desktop .sg-acc__item:hover::before {
  width: 100%;
}

.page-google-seo .sg-acc__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 22px 0;
  border: 0;
  background: none;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #cacaca;
  cursor: pointer;
  transition: color 0.4s ease;
}

.page-google-seo .sg-acc__trigger span {
  display: inline-block;
  transform-origin: left center;
  transition: transform 0.4s ease, color 0.4s ease;
}

.page-google-seo .sg-acc__item.is-open .sg-acc__trigger {
  color: var(--text-dark);
}

.page-google-seo .sg-acc__item.is-open .sg-acc__trigger span {
  color: var(--primary);
}

.page-google-seo .sg-acc__arrow {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.55;
  filter: grayscale(1) brightness(1.15);
  transition: opacity 0.4s ease, filter 0.4s ease;
}

.page-google-seo .sg-acc__item.is-open .sg-acc__arrow {
  opacity: 1;
  filter: none;
}

/* Desktop: height-driven accordion (GrowthMan-style) */
.page-google-seo .sg-acc.sg-acc--desktop {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.page-google-seo .sg-acc.sg-acc--desktop .sg-acc__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  transition: height 0.4s ease;
}

.page-google-seo .sg-acc.sg-acc--desktop .sg-acc__item.is-open .sg-acc__trigger span {
  transform: scale(1.5);
}

.page-google-seo .sg-acc.sg-acc--desktop .sg-acc__panel {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.page-google-seo .sg-acc.sg-acc--desktop .sg-acc__panel-inner {
  overflow: hidden;
  min-height: 0;
  padding-top: 4px;
  transform: scale(0.9);
  transform-origin: left top;
  transition: transform 0.4s ease;
}

.page-google-seo .sg-acc.sg-acc--desktop .sg-acc__item.is-open .sg-acc__panel-inner {
  transform: scale(1);
}

/* Mobile / narrow: classic expand panel */
.page-google-seo .sg-acc:not(.sg-acc--desktop) .sg-acc__item.is-open .sg-acc__trigger span {
  color: var(--primary);
}

.page-google-seo .sg-acc:not(.sg-acc--desktop) .sg-acc__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.page-google-seo .sg-acc:not(.sg-acc--desktop) .sg-acc__item.is-open .sg-acc__panel {
  grid-template-rows: 1fr;
}

.page-google-seo .sg-acc:not(.sg-acc--desktop) .sg-acc__panel-inner {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transform: scale(0.96);
  transform-origin: left top;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.page-google-seo .sg-acc:not(.sg-acc--desktop) .sg-acc__item.is-open .sg-acc__panel-inner {
  opacity: 1;
  transform: scale(1);
}

.page-google-seo .sg-acc__panel-inner p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-muted);
}

.page-google-seo .sg-acc__panel-inner .sg-acc__tags {
    margin: 0;
    padding-bottom: 28px;
    font-size: 14px;
    line-height: 2;
    color: #333;
}

.page-google-seo .sg-acc__panel-inner p:not(.sg-acc__tags):last-child {
  padding-bottom: 28px;
}

@media (prefers-reduced-motion: reduce) {
  .page-google-seo .sg-acc__item,
  .page-google-seo .sg-acc__panel,
  .page-google-seo .sg-acc__panel-inner,
  .page-google-seo .sg-acc__trigger span,
  .page-google-seo .sg-acc__arrow,
  .page-google-seo .sg-acc__item::before {
    transition: none;
  }

  .page-google-seo .sg-acc__panel-inner {
    opacity: 1;
    transform: none;
  }

  .page-google-seo .sg-acc.sg-acc--desktop .sg-acc__item.is-open .sg-acc__trigger span {
    transform: none;
  }
}

.page-google-seo .sg-strategy__media {
  padding: 12px;
  border-radius: 12px;
  background: var(--white);
}

.page-google-seo .sg-strategy__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ---------- GEO drive ---------- */
.page-google-seo .sg-geo-drive {
  padding: 24px 0 88px;
  background: var(--white);
}

.page-google-seo .sg-geo-drive h2 {
  margin: 0 auto 48px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--text-dark);
}

.page-google-seo .sg-geo-drive__accent {
  color: var(--primary);
}

.page-google-seo .sg-geo-drive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.page-google-seo .sg-geo-card {
  padding: 32px 28px 36px;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  border-bottom: 4px solid var(--primary);
  background: var(--white);
  box-shadow: 0 8px 28px rgba(17, 40, 80, 0.06);
  transition: box-shadow 0.25s ease;
}

.page-google-seo .sg-geo-card:hover {
  box-shadow: 0 12px 32px rgba(17, 117, 252, 0.12);
}

.page-google-seo .sg-geo-card h3 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 500;
  color: var(--text-dark);
  transition: color 0.25s ease;
}

.page-google-seo .sg-geo-card__sub {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eceff3;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-muted);
  transition: color 0.25s ease;
}

.page-google-seo .sg-geo-card:hover h3,
.page-google-seo .sg-geo-card:hover .sg-geo-card__sub,
.page-google-seo .sg-geo-card:hover .sg-geo-card__li {
  color: var(--primary);
}

.page-google-seo .sg-geo-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-google-seo .sg-geo-card__li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
  transition: color 0.25s ease;
}

.page-google-seo .sg-geo-card__li:last-child {
  margin-bottom: 0;
}


.page-google-seo .sg-geo-card__li::after {
  content: "";
      position: absolute;
      left: 5px;
      top: 0.45em;
      width: 10px;
      height: 7px;
      border-left: 3px solid var(--primary);
      border-bottom: 3px solid var(--primary);
      transform: rotate(-45deg);
}

.page-google-seo .sg-geo-card:hover .sg-geo-card__li::before {
  opacity: 0.28;
}

/* ---------- GEO what ---------- */
.page-google-seo .sg-geo-what {
  padding: 48px 0 88px;
  background: var(--white);
}

.page-google-seo .sg-geo-what h2 {
  margin: 0 0 56px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: var(--text-dark);
}

.page-google-seo .sg-geo-what__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.page-google-seo .sg-geo-what__item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 32px 28px 24px;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  background: var(--white);
}

.page-google-seo .sg-geo-what__item h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
  color: var(--primary);
}

.page-google-seo .sg-geo-what__lead {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-dark);
}

.page-google-seo .sg-geo-what__body {
  margin: 0 0 24px;
  flex: 1;
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-muted);
}

.page-google-seo .sg-geo-what__media {
  margin-top: auto;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.page-google-seo .sg-geo-what__media img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
}

/* ---------- Process (unused on this page) ---------- */
.page-google-seo .sg-process {
  padding: 24px 0 88px;
  background: var(--white);
}

.page-google-seo .sg-process h2 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: var(--text-dark);
}

.page-google-seo .sg-process__lead {
  margin: 0 auto 40px;
  max-width: 40em;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-muted);
}

.page-google-seo .sg-process__card {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 36px 40px 40px;
}

.page-google-seo .sg-process__steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}

.page-google-seo .sg-process__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 8px 20px;
  background: none;
  cursor: pointer;
  color: var(--text-muted);
}

.page-google-seo .sg-process__step:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -4px;
  top: 6px;
  font-size: 18px;
  color: #c5ced8;
  pointer-events: none;
}

.page-google-seo .sg-process__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
}

.page-google-seo .sg-process__label {
  font-size: 13px;
  line-height: 1.3;
  transition: color 0.25s ease;
}

.page-google-seo .sg-process__step.is-active {
  color: var(--primary);
}

.page-google-seo .sg-process__step.is-active .sg-process__num {
  background: var(--primary);
  color: var(--white);
}

.page-google-seo .sg-process__step.is-active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 1px;
  height: 16px;
  background: #d8e0ea;
  transform: translateX(-50%);
}

.page-google-seo .sg-process__body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  grid-template-rows: minmax(200px, auto) auto;
  column-gap: 48px;
  row-gap: 8px;
}

.page-google-seo .sg-process__viewport {
  grid-column: 1 / -1;
  grid-row: 1;
  overflow: hidden;
  min-height: 200px;
}

.page-google-seo .sg-process__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 48px;
  opacity: 0;
  transform: translateY(36px);
}

.page-google-seo .sg-process__panel.is-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

@media (prefers-reduced-motion: reduce) {
  .page-google-seo .sg-process__panel {
    transform: none;
  }

  .page-google-seo .sg-process__panel.is-in {
    transition: opacity 0.2s ease;
  }
}

.page-google-seo .sg-process__copy h3,
.page-google-seo .sg-process__side h3 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 500;
  color: var(--text-dark);
}

.page-google-seo .sg-process__copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-muted);
}

.page-google-seo .sg-process__nav {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  gap: 12px;
  padding-top: 20px;
}

.page-google-seo .sg-process__arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f3f5f8;
  color: #8a93a0;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-google-seo .sg-process__arrow:hover:not(:disabled) {
  background: var(--primary);
  color: var(--white);
}

.page-google-seo .sg-process__arrow:disabled {
  opacity: 0.4;
  cursor: default;
}

.page-google-seo .sg-process__side {
  padding-left: 48px;
  border-left: 1px solid #eef2f7;
}

.page-google-seo .sg-process__roles {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.page-google-seo .sg-process__role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 10px 18px;
  border: 1px solid #e6ebf2;
  border-radius: 999px;
  font-size: 14px;
  color: var(--text-muted);
  background: var(--white);
}

/* ---------- Cases ---------- */
.page-google-seo .sg-cases {
  padding: 24px 0 96px;
  background: var(--white);
}

.page-google-seo .sg-cases__head {
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eceff3;
}

.page-google-seo .sg-cases h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  color: var(--text-dark);
}

.page-google-seo .sg-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.page-google-seo .sg-filter {
  flex: 0 0 auto;
  padding: 9px 22px;
  border-radius: 999px;
  border: 1px solid #e6ebf2;
  background: var(--white);
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-google-seo .sg-filter.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.page-google-seo .sg-cases__count {
  margin: 0 0 18px;
  font-size: 13px;
  color: #c5ccd6;
}

.page-google-seo .sg-cases__count em {
  font-style: normal;
  font-weight: 500;
  color: var(--primary);
}

.page-google-seo .sg-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}

.page-google-seo .sg-case {
  min-width: 0;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.page-google-seo .sg-case__media {
  display: block;
  overflow: hidden;
      border-radius: 8px 8px 0 0;
  background: #eef3f9;
  aspect-ratio: 16 / 10;
}

.page-google-seo .sg-case__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.page-google-seo .sg-case:hover .sg-case__media img {
  transform: scale(1.04);
}

.page-google-seo .sg-case__cat {
  display: block;
      margin: 14px 20px 6px;
  font-size: 12px;
  color: var(--text-light);
}

.page-google-seo .sg-case h3 {
  margin: 0 20px 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-dark);
}

.page-google-seo .sg-case .sg-more {
  margin: 0 20px 20px;
  padding: 0;
  color: #666;
  transition: color 0.3s ease;
}

.page-google-seo .sg-case .sg-more-icon {
  width: 20px;
  height: 20px;
}

.page-google-seo .sg-case .sg-more-icon svg {
  width: 8px;
  height: 8px;
}

.page-google-seo .sg-case .sg-more:hover {
  background: transparent;
  color: var(--primary);
}

.page-google-seo .sg-case .sg-more:hover .sg-more-icon {
  background: var(--primary);
  box-shadow: none;
}

.page-google-seo .sg-case .sg-more:hover .sg-more-icon svg path {
  fill: var(--white);
}

.page-google-seo .sg-pages {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.page-google-seo .sg-pages[hidden] {
  display: none;
}

.page-google-seo .sg-page {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: #d8dee8;
  cursor: pointer;
}

.page-google-seo .sg-page.is-active {
  background: var(--primary);
}

.page-google-seo .sg-empty {
  grid-column: 1 / -1;
  padding: 40px 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 14px;
}

@media (max-width: 1200px) {
  .page-google-seo .sg-intro {
    padding: calc(var(--header-h) + 32px) 0 40px;
  }

  .page-google-seo .sg-intro__grid,
  .page-google-seo .sg-quote__grid,
  .page-google-seo .sg-strategy__grid,
  .page-google-seo .sg-geo-drive__grid,
  .page-google-seo .sg-geo-what__grid,
  .page-google-seo .sg-process__body,
  .page-google-seo .sg-cases__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-google-seo .sg-intro h1 {
    font-size: 28px;
  }

  .page-google-seo .sg-intro__panel {
    padding: 0 0 0 20px;
  }

  .page-google-seo .sg-intro__panel p {
    margin: 0 0 30px;
    font-size: 16px;
  }

  .page-google-seo .sg-quote__copy p,
  .page-google-seo .sg-strategy__head h2,
  .page-google-seo .sg-strategy__lead,
  .page-google-seo .sg-geo-drive h2,
  .page-google-seo .sg-geo-what h2,
  .page-google-seo .sg-process h2,
  .page-google-seo .sg-cases h2 {
    font-size: 24px;
  }

  .page-google-seo .sg-quote__grid {
    min-height: 0;
    padding: 32px;
  }
	.page-google-seo .sg-quote__media {
	    margin-top: 30px;
	    margin-left: 0;
	}
  .page-google-seo .sg-acc__trigger {
    font-size: 18px;
    padding: 18px 0;
  }
  .page-google-seo .sg-process__card {
    padding: 24px 16px 28px;
  }

  .page-google-seo .sg-process__steps {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page-google-seo .sg-process__step {
    flex: 0 0 108px;
  }

  .page-google-seo .sg-process__body,
  .page-google-seo .sg-process__panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-google-seo .sg-process__nav {
    grid-column: 1;
  }

  .page-google-seo .sg-process__side {
    padding-left: 0;
    border-left: none;
    padding-top: 8px;
  }

  .page-google-seo .sg-strategy,
  .page-google-seo .sg-geo-drive,
  .page-google-seo .sg-geo-what,
  .page-google-seo .sg-process {
    padding: 48px 0;
  }

  .page-google-seo .sg-cases {
    padding: 16px 0 64px;
  }
}
