:root {
  --blue: #2980af;
  --blue-dark: #12506f;
  --blue-deep: #123a4c;
  --teal: #00a4b0;
  --teal-dark: #007c86;
  --yellow: #ffea00;
  --ink: #153744;
  --text: #294854;
  --muted: #607882;
  --line: #d9e7ea;
  --soft: #eef8f9;
  --soft-blue: #edf5fa;
  --white: #ffffff;
  --shadow: 0 22px 58px rgba(28, 83, 102, 0.12);
  --shadow-small: 0 12px 30px rgba(28, 83, 102, 0.1);
  --radius: 6px 42px 6px 6px;
  --radius-small: 5px 28px 5px 5px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

.google-business-profile-page {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

.google-business-profile-page {
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  overflow-x: clip;
}

.google-business-profile-page img {
  display: block;
  max-width: 100%;
}

.google-business-profile-page a {
  color: inherit;
  text-decoration: none;
}

.google-business-profile-page button,
.google-business-profile-page input,
.google-business-profile-page textarea,
.google-business-profile-page select {
  font: inherit;
}

.google-business-profile-page mark {
  color: inherit;
  background: linear-gradient(transparent 77%, var(--yellow) 77%);
  padding: 0 0.06em;
}

.google-business-profile-page .container {
  width: min(1120px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
}

.google-business-profile-page .section {
  padding: 96px 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.google-business-profile-page a:focus-visible,
.google-business-profile-page summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.sp-only {
  display: none;
}

.section-label {
  margin: 0 0 17px;
  color: var(--teal-dark);
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.section-heading {
  margin-bottom: 58px;
}

.section-heading h2,
.instagram-copy h2,
.sns-copy h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(35px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.42;
}

.section-heading > p:last-child {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
}

.center-heading {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.7fr);
  gap: 70px;
  align-items: end;
}

.split-heading > p:last-child {
  margin: 0 0 7px;
}

.heading-light h2,
.heading-light > p:last-child,
.heading-light .section-label {
  color: var(--white);
}

.heading-light .section-label {
  color: #93edf1;
}

.google-business-profile-page .button {
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 17px 27px;
  border: 2px solid transparent;
  border-radius: 4px 30px 4px 4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.google-business-profile-page .button i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
}

.google-business-profile-page .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(16, 71, 91, 0.2);
}

.button-primary {
  color: var(--white);
  background: var(--teal);
}

.button-primary i {
  color: var(--teal-dark);
  background: var(--white);
}

.button-yellow {
  color: var(--ink);
  background: var(--yellow);
}

.button-yellow i,
.button-dark i {
  color: var(--white);
  background: var(--ink);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 88px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(217, 231, 234, 0.9);
  backdrop-filter: blur(16px);
}

.site-header .header-inner {
  display: flex;
  width: min(1320px, calc(100% - 54px));
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}

.brand img {
  width: 148px;
  height: auto;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.global-nav a {
  position: relative;
}

.global-nav a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--yellow);
  content: "";
  transition: width 0.2s ease;
}

.global-nav a:hover::after {
  width: 100%;
}

.header-contact {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 13px;
  padding: 11px 22px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(55, 81, 87, 0.14);
  font-size: 14px;
  font-weight: 800;
}

.header-contact span {
  font-size: 18px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 0;
  background:
    linear-gradient(90deg, rgba(238, 248, 249, 0.84) 1px, transparent 1px) 0 0 / 66px 66px,
    linear-gradient(rgba(238, 248, 249, 0.84) 1px, transparent 1px) 0 0 / 66px 66px,
    linear-gradient(135deg, #fff 0%, #fff 46%, #eff9fa 100%);
}

.hero-deco {
  position: absolute;
  border: 1px solid rgba(0, 164, 176, 0.25);
  border-radius: 50%;
  pointer-events: none;
}

.hero-deco-one {
  top: -320px;
  right: -250px;
  width: 760px;
  height: 760px;
}

.hero-deco-two {
  bottom: 70px;
  left: -260px;
  width: 520px;
  height: 520px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 58px;
  align-items: center;
  min-height: 550px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.hero-kicker {
  display: block;
  margin: 0 0 23px;
  color: var(--blue-dark);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(44px, 3.6vw, 50px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.36;
}

.service-name {
  margin: 29px 0 0;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.5;
}

.hero-lead {
  margin: 13px 0 31px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.9;
}

.hero-actions {
  display: block;
}

.hero-actions .button {
  min-width: 280px;
  justify-content: center;
  text-align: center;
}

.hero-media {
  position: relative;
  z-index: 1;
  min-height: 490px;
}

.hero-image-wrap {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  max-width: 630px;
  height: 440px;
  overflow: hidden;
  background: var(--soft-blue);
  border-radius: 4px 48px 4px 4px;
  box-shadow: var(--shadow);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-point {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  padding: 16px 20px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: var(--shadow-small);
  font-size: 15px;
}

.point-one {
  top: 84px;
  left: -12px;
}

.point-two {
  top: 180px;
  right: -30px;
}

.point-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.search-asset-badge {
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: -4px;
  width: 300px;
  padding: 23px 25px;
  color: var(--white);
  background: var(--blue-deep);
  border-left: 7px solid var(--yellow);
  border-radius: 0 0 22px 0;
  box-shadow: var(--shadow);
}

.search-asset-badge > span {
  display: block;
  margin-bottom: 7px;
  color: #8ee7eb;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.search-asset-badge strong {
  font-size: 18px;
  line-height: 1.6;
}

/* Problems */
.problem-section {
  background: var(--soft);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.problem-card {
  display: flex;
  min-height: 160px;
  align-items: center;
  padding: 24px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  box-shadow: 0 10px 0 rgba(41, 128, 175, 0.06);
}

.problem-card:nth-child(2),
.problem-card:nth-child(4) {
  transform: none;
}

.problem-card h3 {
  width: 100%;
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.65;
  text-align: center;
}

.problem-answer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  margin-top: 70px;
}

.problem-answer > span {
  padding: 8px 18px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.problem-answer p {
  margin: 0;
  color: var(--ink);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.65;
}

.problem-answer strong {
  color: var(--blue);
  font-weight: 900;
}

/* Search journey */
.search-moment {
  background: var(--white);
}

.search-moment .split-heading,
.service-section .split-heading {
  grid-template-columns: minmax(0, 0.82fr) minmax(590px, 1.18fr);
  gap: 42px;
}

.search-moment .split-heading {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.search-moment .split-heading > div,
.search-moment .split-heading > p:last-child {
  text-align: center;
}

.search-moment .split-heading h2,
.search-moment .split-heading > p:last-child {
  white-space: nowrap;
}

.search-moment .split-heading > p:last-child {
  align-self: center;
  margin-top: 0;
}

.service-section .split-heading {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.service-section .split-heading > div {
  text-align: center;
}

.service-section .split-heading h2 {
  font-size: 30px;
  white-space: nowrap;
}

.service-section .split-heading > p:last-child {
  margin: 0;
  text-align: center;
}

.target-section .split-heading {
  display: block;
  text-align: center;
}

.target-section .split-heading > p:last-child {
  margin-top: 20px;
  white-space: nowrap;
}

.profile-search-example {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 36px;
  align-items: stretch;
  margin: 0 0 48px;
  padding: 38px;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.profile-search-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

.profile-search-copy > span,
.instagram-proof-copy > span {
  display: inline-block;
  padding: 6px 12px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.profile-search-copy > span {
  width: max-content;
  max-width: 100%;
  align-self: flex-start;
}

.profile-search-copy h3,
.instagram-proof-copy h3 {
  margin: 18px 0 12px;
  color: var(--ink);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
}

.profile-search-copy p,
.instagram-proof-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.85;
}

.profile-search-copy > p {
  font-size: 18px;
  line-height: 1.9;
}

.profile-search-copy > span + p {
  margin-top: 20px;
}

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

.profile-info-item {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 86px;
  padding: 13px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 5px 20px 5px 5px;
}

.profile-info-item > i {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-style: normal;
}

.profile-info-item:nth-child(2n) > i {
  color: var(--ink);
  background: var(--yellow);
}

.profile-info-item svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.profile-info-item > span,
.profile-info-item strong,
.profile-info-item small {
  display: block;
}

.profile-info-item strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.profile-info-item small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.profile-search-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 5px 28px 5px 5px;
  box-shadow: var(--shadow-small);
}

.profile-search-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.journey-panel {
  padding: 48px 40px;
  background: var(--soft-blue);
  border-radius: var(--radius);
}

.journey-track {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.journey-item {
  position: relative;
  display: flex;
  width: 175px;
  min-height: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  text-align: center;
}

.journey-num {
  position: absolute;
  top: 12px;
  left: 15px;
  color: var(--teal-dark);
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.journey-symbol {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  margin-bottom: 12px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 900;
}

.journey-item strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.journey-item small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.journey-focus {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
  box-shadow: 0 14px 28px rgba(0, 164, 176, 0.23);
  transform: translateY(-12px);
}

.journey-focus .journey-num,
.journey-focus strong,
.journey-focus small {
  color: var(--white);
}

.journey-focus .journey-symbol {
  color: var(--teal-dark);
  background: var(--yellow);
}

.journey-last .journey-symbol {
  color: var(--ink);
  background: var(--yellow);
}

.journey-arrow {
  display: grid;
  place-items: center;
  color: var(--teal);
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.moment-message {
  margin: 49px 0 0;
  color: var(--ink);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
}

.moment-message .moment-highlight,
.moment-message .desktop-only em {
  display: inline;
  background: linear-gradient(transparent 78%, var(--yellow) 78%);
  font-style: normal;
}

/* Four services */
.service-section {
  background: var(--blue-deep);
}

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

.service-card {
  position: relative;
  min-height: 390px;
  padding: 38px 38px 34px;
  overflow: hidden;
  background: var(--white);
  border-radius: var(--radius);
}

.service-card::after {
  position: absolute;
  right: -74px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border: 34px solid var(--soft-blue);
  border-radius: 50%;
  content: "";
}

.service-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.service-number {
  color: var(--blue);
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.service-verb {
  padding: 6px 14px;
  color: var(--white);
  background: var(--blue);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
}

.service-offer {
  position: relative;
  z-index: 1;
  min-width: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.service-card-option .service-card-top {
  padding-right: 110px;
}

.service-icon {
  position: absolute;
  top: 32px;
  right: 36px;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-size: 34px;
  font-weight: 900;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin: 38px 0 17px;
  color: var(--ink);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.52;
}

.service-card p {
  position: relative;
  z-index: 1;
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.service-card-benefit {
  grid-column: 1 / -1;
  min-height: 230px;
  padding: 30px 38px 24px;
  border: 5px solid var(--yellow);
}

.service-card-benefit::after {
  border-color: rgba(255, 234, 0, 0.28);
}

.benefit-label {
  position: absolute;
  top: 34px;
  right: 38px;
  z-index: 2;
  padding: 9px 18px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.benefit-note {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 5px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 800;
}

.benefit-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 30px;
  align-items: center;
  margin-top: 16px;
}

.service-card-benefit .benefit-content h3,
.service-card-benefit .benefit-content p {
  margin: 0;
  text-align: left;
}

.service-card-benefit .benefit-content h3 {
  font-size: 20px;
}

.service-card-benefit .benefit-content p {
  max-width: none;
  font-size: 14px;
}

.service-card p a {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.service-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 14px;
  color: var(--blue-dark);
  background: var(--soft-blue);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
}

.service-featured {
  background: var(--teal);
  outline: 7px solid var(--yellow);
  outline-offset: -7px;
}

.service-featured::after {
  border-color: rgba(255, 255, 255, 0.15);
}

.service-featured .service-number,
.service-featured h3,
.service-featured p {
  color: var(--white);
}

.service-featured .service-verb,
.service-featured .service-icon {
  color: var(--ink);
  background: var(--yellow);
}

.service-featured .service-tag {
  color: var(--ink);
  background: var(--white);
}

.recommend-label,
.option-label {
  position: absolute;
  top: 0;
  right: 36px;
  padding: 7px 13px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 0 0 8px 8px;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.option-label {
  top: 26px;
  right: 28px;
  padding: 10px 18px;
  color: var(--white);
  background: var(--blue);
  border-radius: 999px;
  font-size: 14px;
}

.inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 56px;
  padding: 34px 38px;
  border-radius: 6px 34px 6px 6px;
}

.inline-cta-light {
  background: var(--white);
}

.inline-cta > div > span {
  display: block;
  margin-bottom: 5px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.inline-cta h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

/* Instagram */
.instagram-section {
  background: var(--white);
}

.instagram-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: center;
}

.instagram-copy h2 {
  font-size: clamp(38px, 3.8vw, 50px);
}

.instagram-copy > p:not(.section-label) {
  margin: 27px 0 31px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.95;
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
}

.check-list li::before {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  content: "✓";
  font-size: 14px;
}

.connection-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 125px 1fr;
  align-items: center;
  min-height: 500px;
  padding: 55px 44px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 234, 0, 0.3), transparent 27%),
    var(--soft);
  border-radius: 6px 52px 6px 6px;
}

.connection-note {
  grid-column: 2;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.connection-card {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 295px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 5px 28px 5px 5px;
  box-shadow: var(--shadow-small);
  text-align: center;
}

.destination-card {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.connection-label {
  position: absolute;
  top: 15px;
  padding: 4px 10px;
  color: var(--blue-dark);
  background: var(--soft-blue);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.destination-card .connection-label {
  color: var(--ink);
  background: var(--yellow);
}

.connection-logo {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--teal);
  border-radius: 21px;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.connection-logo svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.instagram-logo {
  color: var(--white);
  background: radial-gradient(circle at 30% 105%, #fdf497 0 5%, #fd5949 38%, #d6249f 62%, #285aeb 90%);
}

.destination-card .connection-logo {
  color: var(--blue);
  background: var(--white);
  border-radius: 50%;
  font-size: 34px;
}

.google-business-logo svg {
  width: 46px;
  height: 46px;
}

.connection-card strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
}

.destination-card strong {
  color: var(--white);
}

.connection-card small {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.destination-card small {
  color: #d7f4f5;
}

.connection-center {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.connection-center span {
  padding: 8px 14px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
}

.connection-center b {
  color: var(--teal);
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.connection-center small {
  max-width: 125px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.asset-stamp {
  position: absolute;
  right: -15px;
  bottom: 12px;
  z-index: 4;
  display: flex;
  width: 145px;
  height: 145px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--yellow);
  border: 7px solid var(--white);
  border-radius: 50%;
  text-align: center;
  transform: rotate(7deg);
}

.asset-stamp strong {
  font-size: 23px;
  font-weight: 900;
}

.asset-stamp span {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.instagram-proof {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 40px;
  align-items: center;
  margin: 64px 0 0;
  padding: 38px;
  background: var(--soft-blue);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.instagram-proof-image {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 5px 28px 5px 5px;
  box-shadow: var(--shadow-small);
}

.instagram-proof-image img {
  width: 100%;
  height: auto;
}

.instagram-result {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 36px;
  padding: 27px 33px;
  color: var(--white);
  background: var(--blue-deep);
  border-radius: 6px 34px 6px 6px;
}

.instagram-result > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.instagram-result span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.instagram-result strong {
  font-size: 15px;
  font-weight: 800;
}

.instagram-result i {
  color: #84e5e8;
  font-size: 22px;
  font-style: normal;
}

.center-cta {
  margin-top: 44px;
  text-align: center;
}

.center-cta p {
  margin: 0 0 13px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

/* Before / After */
.before-after-section {
  background: var(--soft-blue);
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
}

.state-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-small);
}

.state-head {
  padding: 30px 34px;
  color: var(--white);
  background: #7c9098;
}

.after-card .state-head {
  background: var(--teal);
}

.state-head > span {
  display: block;
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.state-head strong {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.55;
}

.state-card ul {
  margin: 0;
  padding: 20px 34px 28px;
  list-style: none;
}

.state-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.state-card li:last-child {
  border-bottom: 0;
}

.state-card li span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.state-card li b {
  color: var(--ink);
  text-align: right;
  font-size: 16px;
  font-weight: 900;
}

.after-card li b {
  color: var(--teal-dark);
}

.change-arrow {
  position: relative;
  z-index: 2;
  display: flex;
  width: 106px;
  height: 106px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: center;
  color: var(--ink);
  background: var(--yellow);
  border: 7px solid var(--soft-blue);
  border-radius: 50%;
}

.change-arrow span {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.change-arrow b {
  font-size: 30px;
  line-height: 1;
}

/* Targets */
.target-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.target-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 17px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.target-card:hover {
  border-color: var(--teal);
  box-shadow: var(--shadow-small);
  transform: translateY(-5px);
}

.target-card > span {
  display: grid;
  width: 65px;
  height: 65px;
  place-items: center;
  margin-bottom: 17px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.target-card > span svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.target-card:nth-child(2n) > span {
  color: var(--ink);
  background: var(--yellow);
}

.target-card strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
}

.target-card small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.target-note {
  margin: 34px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

/* MEO diagram */
.difference-section {
  color: var(--white);
  background: var(--blue-deep);
}

.meo-heading {
  max-width: 1120px;
}

.meo-heading h2 {
  font-size: clamp(34px, 3.1vw, 41px);
  white-space: nowrap;
}

.meo-heading h2 mark {
  display: inline-block;
  padding-right: 0.12em;
  padding-left: 0.12em;
}

.meo-heading > p:last-child {
  color: #d7e8ee;
  font-size: 18px;
}

.meo-process {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.meo-step {
  position: relative;
  display: flex;
  min-height: 335px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 28px 34px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.meo-step-result {
  border: 4px solid var(--yellow);
}

.meo-number {
  position: absolute;
  top: 22px;
  left: 24px;
  color: var(--teal);
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.meo-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  margin-bottom: 23px;
  color: var(--blue-dark);
  background: var(--soft-blue);
  border-radius: 50%;
}

.meo-step-result .meo-icon {
  background: var(--yellow);
}

.meo-icon svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.meo-step h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.meo-step p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.meo-arrow {
  color: var(--yellow);
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.meo-conclusion {
  margin: 38px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}

.meo-conclusion strong {
  color: var(--yellow);
  font-weight: 800;
}

.comparison-table-wrap {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--text);
  background: var(--white);
  table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
  padding: 22px 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table tr > *:last-child {
  border-right: 0;
}

.comparison-table thead th {
  height: 130px;
  color: var(--white);
  background: #526e79;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.comparison-table thead th:first-child {
  width: 22%;
  background: #3d5964;
}

.comparison-table thead .recommended-column {
  position: relative;
  color: var(--ink);
  background: var(--yellow);
}

.recommended-column span {
  display: block;
  margin-bottom: 5px;
  color: var(--teal-dark);
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.comparison-table tbody th {
  color: var(--ink);
  background: #f4f8f9;
  font-size: 15px;
  font-weight: 800;
}

.comparison-table tbody td {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.comparison-table tbody td:nth-child(2) {
  color: var(--blue-dark);
  background: #f3fcfc;
  font-weight: 900;
}

.table-check {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  font-size: 14px;
}

.sub-link {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 15px;
  margin: 30px auto 0;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--yellow);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
}

.sub-link span {
  color: var(--yellow);
  font-size: 22px;
}

/* Flow */
.flow-section {
  background: var(--white);
}

.flow-lead {
  font-size: 19px !important;
  white-space: nowrap;
}

.flow-section .split-heading {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 40px;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.flow-list li {
  position: relative;
  display: flex;
  min-height: 205px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 26px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.flow-list li::after {
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 2;
  width: 24px;
  height: 24px;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.flow-list li:nth-child(4)::after,
.flow-list li:last-child::after {
  display: none;
}

.flow-list > li > span {
  color: var(--teal);
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.flow-list strong,
.flow-list small {
  display: block;
}

.flow-list strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
}

.flow-list small {
  margin-top: 9px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.flow-list li:nth-child(5),
.flow-list li:nth-child(6),
.flow-list li:nth-child(7) {
  background: var(--white);
}

/* Plans */
.plans-section {
  background: var(--soft);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  min-height: 530px;
  flex-direction: column;
  padding: 40px 34px 33px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-small);
}

.plan-label {
  color: var(--teal-dark);
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.plan-card h3 {
  margin: 15px 0 14px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.45;
}

.plan-card > p {
  min-height: 93px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.plan-card ul {
  display: grid;
  gap: 0;
  margin: 28px 0 31px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plan-card li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.plan-card li::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 50%;
  content: "✓";
  font-size: 11px;
}

.plan-price {
  display: block;
  margin-top: auto;
  padding: 15px 10px;
  color: var(--blue-dark);
  background: var(--soft-blue);
  border-radius: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
}

.plan-featured {
  border: 3px solid var(--teal);
  transform: translateY(-13px);
}

.plan-recommend {
  position: absolute;
  top: -3px;
  right: 30px;
  padding: 6px 16px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 0 0 9px 9px;
  font-size: 12px;
  font-weight: 900;
}

.plan-featured .plan-price {
  color: var(--white);
  background: var(--teal);
}

.pricing-cta {
  background: var(--white);
  border: 1px solid var(--line);
}

/* SNS */
.sns-section {
  color: var(--white);
  background: var(--white);
}

.sns-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: center;
  padding: 64px;
  overflow: hidden;
  background: var(--blue);
  border-radius: 6px 52px 6px 6px;
}

.sns-copy .section-label {
  color: #b8f1f3;
}

.sns-copy h2 {
  color: var(--white);
  font-size: clamp(32px, 3.2vw, 40px);
  white-space: nowrap;
}

.sns-copy > p:last-child {
  margin: 25px 0 0;
  color: #e7f5fa;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.95;
}

.sns-route {
  display: grid;
  gap: 7px;
}

.sns-route > div {
  position: relative;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 16px 20px;
  color: var(--ink);
  background: var(--white);
  border-radius: 13px;
}

.sns-route > div > span {
  grid-row: span 2;
  color: var(--teal);
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.sns-route strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.sns-route small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.sns-route > i {
  color: var(--yellow);
  text-align: center;
  font-size: 19px;
  font-style: normal;
  line-height: 1;
}

.sns-route .sns-route-last {
  color: var(--ink);
  background: var(--yellow);
}

.sns-route .sns-route-last span,
.sns-route .sns-route-last small {
  color: var(--ink);
}

/* FAQ */
.faq-section {
  background: var(--soft-blue);
}

.faq-container {
  max-width: none;
}

.faq-list {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px 34px 6px 6px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  display: grid;
  grid-template-columns: 45px 1fr 36px;
  gap: 17px;
  align-items: center;
  padding: 26px 30px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

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

.faq-q {
  color: var(--teal);
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.faq-list summary strong {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
}

.faq-list summary strong a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.faq-list summary i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-list details[open] summary i {
  color: var(--ink);
  background: var(--yellow);
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 17px;
  padding: 0 84px 28px 30px;
}

.faq-answer > span {
  color: var(--blue);
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.faq-answer p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
}

/* Final CTA */
.final-cta {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 164, 176, 0.34), transparent 33%),
    var(--blue-deep);
}

.final-shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.final-shape-one {
  top: -230px;
  left: -120px;
  width: 520px;
  height: 520px;
}

.final-shape-two {
  right: -170px;
  bottom: -300px;
  width: 620px;
  height: 620px;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.final-cta .section-label {
  color: #9ee9ec;
}

.final-cta h2 {
  color: var(--white);
  font-size: clamp(38px, 3.8vw, 48px);
}

.final-cta h2 mark {
  color: var(--white);
  background: linear-gradient(transparent 79%, var(--yellow) 79%);
}

.final-cta-inner > p:not(.section-label) {
  margin: 25px 0 34px;
  color: #d8e9ee;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.95;
}

.final-cta .button {
  min-height: 76px;
  padding-inline: 36px;
  font-size: 19px;
}

.final-cta-inner > small {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #afc9d2;
  font-weight: 700;
}

/* Footer */
.site-footer {
  padding: 75px 0 28px;
  color: var(--white);
  background: var(--blue-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 70px;
  align-items: start;
}

.footer-brand img {
  width: 170px;
  padding: 9px;
  background: var(--white);
  border-radius: 10px;
}

.footer-brand p {
  margin: 24px 0 0;
  color: #bdd2da;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 25px;
  font-size: 13px;
  font-weight: 800;
}

.footer-links a:hover,
.site-footer address a:hover {
  color: var(--yellow);
}

.site-footer address {
  display: grid;
  gap: 6px;
  color: #bdd2da;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
}

.site-footer address strong {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 14px;
}

.site-footer address a {
  width: max-content;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 23px;
  color: #88a6b1;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 11px;
  font-weight: 700;
}

.mobile-fixed-cta {
  display: none;
}

@media (max-width: 1100px) {
  .global-nav {
    gap: 20px;
    font-size: 12px;
  }

  .hero-grid {
    grid-template-columns: 1.07fr 0.93fr;
    gap: 30px;
  }

  .hero h1 {
    font-size: 47px;
  }

  .hero-image-wrap {
    right: 0;
    width: 100%;
    max-width: none;
  }

  .point-two {
    right: -26px;
  }

  .problem-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .problem-card {
    grid-column: span 2;
  }

  .problem-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .problem-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .search-moment .split-heading,
  .service-section .split-heading {
    grid-template-columns: minmax(0, 0.8fr) minmax(540px, 1.2fr);
    gap: 32px;
  }

  .service-section .split-heading {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-moment .split-heading {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-moment .split-heading > p:last-child {
    font-size: 15px;
  }

  .journey-panel {
    padding-inline: 25px;
  }

  .journey-item {
    width: 145px;
  }

  .journey-item strong {
    font-size: 14px;
  }

  .instagram-layout {
    gap: 38px;
  }

  .service-offer {
    font-size: 18px;
  }

  .service-card-option .service-card-top {
    padding-right: 100px;
  }

  .connection-visual {
    grid-template-columns: 1fr 90px 1fr;
    padding-inline: 25px;
  }

  .sns-panel {
    grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.7fr);
    gap: 38px;
    padding: 50px;
  }
}

@media (min-width: 841px) and (max-width: 920px) {
  .search-moment .split-heading,
  .service-section .split-heading {
    display: block;
    text-align: center;
  }

  .search-moment .split-heading > p:last-child,
  .service-section .split-heading > p:last-child {
    margin-top: 22px;
  }
}

@media (max-width: 840px) {
  .google-business-profile-page {
    padding-bottom: 0;
    font-size: 17px;
  }

  html {
    scroll-padding-top: 0;
  }

  .google-business-profile-page .container {
    width: min(100% - 32px, 620px);
  }

  .google-business-profile-page .section {
    padding: 72px 0;
  }

  .sp-only {
    display: initial;
  }

  .sp-lines {
    display: block;
  }

  .sp-lines > span {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .section-label {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .instagram-copy h2,
  .sns-copy h2,
  .final-cta h2 {
    font-size: clamp(29px, 8.1vw, 34px);
    letter-spacing: -0.03em;
    line-height: 1.48;
  }

  .problem-section .section-heading h2 {
    font-size: clamp(24px, 6.7vw, 28px);
    white-space: nowrap;
  }

  .section-heading > p:last-child {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.85;
  }

  .split-heading {
    display: block;
  }

  .split-heading > p:last-child {
    margin-top: 17px;
  }

  .search-moment .split-heading h2,
  .search-moment .split-heading > p:last-child,
  .target-section .split-heading > p:last-child,
  .meo-heading h2 {
    white-space: normal;
  }

  .service-section .split-heading h2 {
    font-size: clamp(29px, 8.1vw, 34px);
    white-space: normal;
  }

  .google-business-profile-page .button {
    width: 100%;
    min-height: 66px;
    gap: 14px;
    padding: 16px 19px;
    font-size: 17px;
  }

  .google-business-profile-page .button i {
    width: 31px;
    height: 31px;
  }

  .site-header {
    height: 70px;
  }

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

  .brand img {
    width: 112px;
  }

  .global-nav {
    display: none;
  }

  .header-contact {
    min-height: 42px;
    gap: 7px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .header-contact span {
    font-size: 15px;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-deco-one {
    top: -180px;
    right: -210px;
    width: 440px;
    height: 440px;
  }

  .hero-grid {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    padding-bottom: 42px;
  }

  .hero-kicker {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .hero h1 {
    font-size: clamp(30px, 8.2vw, 34px);
    font-weight: 700;
    line-height: 1.4;
  }

  .hero h1 .sp-lines > span,
  .hero-lead .sp-lines > span {
    white-space: nowrap;
  }

  .service-name {
    margin-top: 23px;
    font-size: 20px;
    line-height: 1.55;
  }

  .hero-lead {
    margin-top: 12px;
    font-size: clamp(15px, 4.25vw, 17px);
    line-height: 1.85;
  }

  .hero-actions {
    display: block;
  }

  .hero-media {
    min-height: 340px;
  }

  .hero-image-wrap {
    top: 0;
    right: -18px;
    left: -18px;
    width: auto;
    height: 310px;
    border-radius: 4px 32px 4px 4px;
  }

  .hero-image-wrap img {
    object-position: 62% center;
  }

  .hero-point {
    min-width: 0;
    padding: 10px 13px;
    font-size: 12px;
  }

  .point-number {
    width: 29px;
    height: 29px;
    font-size: 9px;
  }

  .point-one {
    top: 20px;
    left: -8px;
  }

  .point-two {
    display: none;
  }

  .search-asset-badge {
    right: -3px;
    bottom: 9px;
    width: 265px;
    padding: 17px 19px;
  }

  .search-asset-badge strong {
    font-size: 16px;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .problem-card,
  .problem-card:nth-child(2),
  .problem-card:nth-child(4),
  .problem-card:nth-child(5) {
    display: flex;
    min-height: 104px;
    align-items: center;
    padding: 22px 20px;
    transform: none;
    grid-column: auto;
  }

  .problem-card h3 {
    font-size: 17px;
    line-height: 1.6;
  }


  .problem-answer {
    display: block;
    margin-top: 43px;
    text-align: center;
  }

  .problem-answer > span {
    display: inline-block;
    margin-bottom: 13px;
  }

  .problem-answer p {
    font-size: clamp(17px, 4.7vw, 19px);
    line-height: 1.75;
  }

  .problem-answer p .sp-lines > span {
    white-space: nowrap;
  }

  .search-moment .split-heading {
    text-align: center;
  }

  .search-moment .split-heading > p:last-child .sp-lines > span {
    white-space: nowrap;
  }

  .journey-panel {
    width: min(100%, 390px);
    margin-inline: auto;
    padding: 22px;
    border-radius: 5px 32px 5px 5px;
  }

  .profile-search-example {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 35px;
    padding: 24px;
  }

  .profile-search-copy {
    padding: 0;
  }

  .profile-search-copy > span {
    align-self: center;
  }

  .profile-search-copy > p {
    font-size: 16px;
  }

  .profile-search-copy > p .sp-lines > span {
    white-space: nowrap;
  }

  .profile-info-grid {
    margin-top: 25px;
  }

  .profile-info-item small {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.45;
  }

  .profile-search-copy h3,
  .instagram-proof-copy h3 {
    font-size: 23px;
  }

  .profile-search-image {
    height: auto;
  }

  .journey-track {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    margin-inline: auto;
    justify-items: center;
  }

  .journey-item {
    display: flex;
    width: min(100%, 330px);
    min-height: 184px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px 24px;
    text-align: center;
  }

  .journey-num {
    top: 7px;
    right: auto;
    left: 10px;
  }

  .journey-symbol {
    width: 58px;
    height: 58px;
    margin: 0 0 10px;
    font-size: 24px;
  }

  .journey-item strong {
    font-size: 18px;
  }

  .journey-item small {
    margin-top: 4px;
    font-size: 14px;
  }

  .journey-focus {
    transform: none;
  }

  .journey-arrow {
    height: 32px;
    font-size: 0;
  }

  .journey-arrow::before {
    content: "↓";
    font-size: 22px;
  }

  .moment-message {
    margin-top: 36px;
    font-size: 19px;
    line-height: 1.8;
  }

  .moment-message .sp-lines > span {
    white-space: nowrap;
  }

  .service-section .split-heading {
    text-align: center;
  }

  .service-section .split-heading > p:last-child {
    margin-top: 26px;
    font-size: clamp(14px, 3.9vw, 16px);
    letter-spacing: -0.03em;
    line-height: 1.48;
  }

  .service-section .split-heading .sp-lines > span {
    white-space: nowrap;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    min-height: 0;
    padding: 29px 24px 27px;
    border-radius: 5px 28px 5px 5px;
  }

  .service-card-benefit {
    min-height: 0;
    padding-right: 24px;
    border-width: 4px;
  }

  .service-card-benefit .service-card-top {
    padding-top: 36px;
  }

  .benefit-label {
    top: 18px;
    right: 21px;
    padding: 8px 15px;
    font-size: 13px;
  }

  .benefit-note {
    font-size: 13px;
  }

  .benefit-content {
    display: block;
    margin-top: 28px;
  }

  .service-card-benefit .benefit-content p {
    margin-top: 18px;
    font-size: 16px;
    white-space: normal;
  }

  .service-card-benefit .benefit-content h3 {
    font-size: 23px;
    white-space: normal;
  }

  .service-card-top {
    flex-wrap: wrap;
    gap: 10px 12px;
  }

  .service-number {
    font-size: 42px;
  }

  .service-verb {
    font-size: 13px;
  }

  .service-offer {
    flex: 1;
    font-size: 17px;
  }

  .service-card-option .service-card-top {
    padding-top: 36px;
    padding-right: 0;
  }

  .service-icon {
    top: 24px;
    right: 22px;
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .service-card h3 {
    margin-top: 32px;
    font-size: 23px;
  }

  .service-card h3 .sp-lines > span {
    white-space: nowrap;
  }

  .service-card p {
    font-size: 16px;
    line-height: 1.85;
  }

  .recommend-label,
  .option-label {
    right: 21px;
  }

  .option-label {
    top: 18px;
    padding: 8px 15px;
    font-size: 13px;
  }

  .inline-cta {
    display: block;
    margin-top: 35px;
    padding: 25px 22px;
  }

  .inline-cta h3 {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .instagram-layout {
    display: block;
  }

  .instagram-copy h2 {
    text-align: center;
  }

  .instagram-copy > p:not(.section-label) {
    margin: 22px 0 25px;
    font-size: 16px;
  }

  .check-list li {
    align-items: flex-start;
    font-size: 16px;
  }

  .check-list {
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .connection-visual {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    margin-top: 42px;
    padding: 28px 23px 50px;
    border-radius: 5px 32px 5px 5px;
  }

  .connection-note {
    margin-top: 12px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .connection-card {
    min-height: 220px;
  }

  .connection-center b {
    font-size: 0;
  }

  .connection-center b::before {
    content: "↓";
    font-size: 37px;
  }

  .connection-center small {
    max-width: none;
    font-size: 14px;
  }

  .asset-stamp {
    right: -8px;
    bottom: -18px;
    width: 120px;
    height: 120px;
    border-width: 5px;
  }

  .asset-stamp strong {
    font-size: 20px;
  }

  .instagram-result {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 57px;
    padding: 23px;
  }

  .instagram-proof {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 42px;
    padding: 24px;
  }

  .instagram-result > div {
    display: grid;
    grid-template-columns: 48px minmax(0, 240px);
    width: min(100%, 300px);
    justify-content: center;
    margin-inline: auto;
    padding: 9px 0;
    text-align: left;
  }

  .instagram-result i {
    text-align: center;
    font-size: 0;
  }

  .instagram-result i::before {
    content: "↓";
    font-size: 19px;
  }

  .center-cta {
    margin-top: 36px;
  }

  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .state-card {
    border-radius: 5px 28px 5px 5px;
  }

  .state-head {
    padding: 24px;
  }

  .state-head strong {
    font-size: 20px;
  }

  .state-card ul {
    padding: 14px 24px 22px;
  }

  .state-card li {
    padding: 13px 0;
  }

  .change-arrow {
    width: 86px;
    height: 86px;
    margin: -5px 0;
  }

  .change-arrow b {
    font-size: 0;
  }

  .change-arrow b::before {
    content: "↓";
    font-size: 25px;
  }

  .target-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }

  .target-card {
    min-height: 190px;
    padding: 20px 10px;
  }

  .target-card > span {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .target-card > span svg {
    width: 29px;
    height: 29px;
  }

  .target-card strong {
    font-size: 15px;
  }

  .target-card small {
    font-size: 11px;
  }

  .target-note {
    margin-top: 25px;
    font-size: 16px;
  }

  .target-section .split-heading,
  .target-note {
    text-align: center;
  }

  .target-section .split-heading .sp-lines > span,
  .target-note .sp-lines > span {
    white-space: nowrap;
  }

  .meo-heading {
    max-width: 100%;
  }

  .meo-heading h2 {
    font-size: clamp(21.5px, 5.9vw, 26px);
    line-height: 1.58;
  }

  .meo-heading h2 .sp-lines > span,
  .meo-heading > p:last-child .sp-lines > span,
  .meo-conclusion .sp-lines > span {
    white-space: nowrap;
  }

  .meo-heading > p:last-child {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.8;
  }

  .meo-process {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .meo-step {
    min-height: 0;
    padding: 58px 24px 30px;
  }

  .meo-arrow {
    font-size: 0;
  }

  .meo-arrow::before {
    content: "↓";
    font-size: 34px;
  }

  .meo-conclusion {
    margin-top: 28px;
    font-size: clamp(15px, 4.3vw, 17px);
  }

  .comparison-table-wrap {
    overflow-x: auto;
    border-radius: 15px;
    -webkit-overflow-scrolling: touch;
  }

  .comparison-table {
    min-width: 760px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 17px 18px;
  }

  .comparison-table thead th {
    height: 110px;
    font-size: 16px;
  }

  .comparison-table tbody td {
    font-size: 14px;
  }

  .sub-link {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.7;
  }

  .flow-list {
    grid-template-columns: 1fr;
  }

  .flow-lead {
    font-size: 17px !important;
    white-space: normal;
  }

  .flow-section .split-heading {
    text-align: center;
  }

  .flow-lead .sp-lines > span {
    white-space: nowrap;
  }

  .flow-list li {
    display: grid;
    grid-template-columns: 62px minmax(0, 230px);
    min-height: 0;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 21px 19px;
  }

  .flow-list li::after,
  .flow-list li:nth-child(4)::after {
    top: auto;
    right: auto;
    bottom: -12px;
    left: 50%;
    display: block;
    background: inherit;
    transform: translateX(-50%) rotate(135deg);
  }

  .flow-list li:last-child::after {
    display: none;
  }

  .flow-list > li > span {
    width: 62px;
    font-size: 38px;
    text-align: left;
  }

  .flow-list li > div {
    min-width: 0;
    text-align: left;
  }

  .flow-list small {
    margin-top: 0;
    line-height: 1.5;
  }

  .plan-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .plan-card {
    min-height: 0;
    padding: 31px 25px 25px;
    border-radius: 20px;
  }

  .plan-card h3 {
    font-size: 22px;
  }

  .plan-card > p {
    min-height: 0;
    font-size: 15px;
  }

  .plan-featured {
    transform: none;
  }

  .sns-panel {
    display: block;
    padding: 42px 24px;
    border-radius: 5px 32px 5px 5px;
  }

  .sns-copy h2 {
    font-size: clamp(23px, 6.3vw, 27px);
    white-space: normal;
  }

  .sns-copy h2 .sp-lines > span {
    white-space: nowrap;
  }

  .sns-copy > p:last-child {
    font-size: 16px;
  }

  .sns-route {
    margin-top: 36px;
  }

  .faq-list {
    border-radius: 15px;
  }

  .faq-list summary {
    grid-template-columns: 32px 1fr 30px;
    gap: 11px;
    padding: 20px 16px;
  }

  .faq-q {
    font-size: 23px;
  }

  .faq-list summary strong {
    font-size: 16px;
    line-height: 1.65;
  }

  .faq-list summary i {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .faq-answer {
    grid-template-columns: 32px 1fr;
    gap: 11px;
    padding: 0 18px 24px 16px;
  }

  .faq-answer > span {
    font-size: 22px;
  }

  .faq-answer p {
    font-size: 16px;
    line-height: 1.85;
  }

  .final-cta {
    padding: 80px 0;
  }

  .final-cta-inner > p:not(.section-label) {
    margin: 20px 0 28px;
    font-size: clamp(14px, 3.85vw, 16px);
    letter-spacing: -0.03em;
  }

  .final-cta-inner > p .sp-lines > span {
    white-space: nowrap;
  }

  .final-cta .button {
    min-height: 72px;
    padding: 16px 18px;
    font-size: 16px;
  }

  .site-footer {
    padding: 57px 0 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-brand img {
    width: 150px;
  }

  .footer-links {
    gap: 12px 20px;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
    margin-top: 40px;
  }

  .mobile-fixed-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: block;
    padding: 9px 12px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(12px);
  }

  .mobile-fixed-cta a {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 999px;
    font-size: 16px;
    font-weight: 900;
  }

  .mobile-fixed-cta span {
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .header-contact {
    padding-inline: 11px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .target-grid {
    grid-template-columns: 1fr;
  }

  .target-card {
    min-height: 165px;
  }

  .profile-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* WordPress mobile width alignment */
@media (max-width: 840px) {
  body.google-business-profile-landing { width: 100%; max-width: 100%; overflow-x: hidden; }
  .google-business-profile-page { width: 100%; max-width: 100%; margin-left: 0; overflow-x: hidden; }
  .google-business-profile-page .container { width: calc(100% - 32px); max-width: 620px; }
}

/* WordPress mobile shell: keep the approved smartphone composition full-width. */
@media (max-width: 840px) {
  body.google-business-profile-landing { overflow-x: hidden !important; }
  .google-business-profile-page, .google-business-profile-page *, .google-business-profile-page *::before, .google-business-profile-page *::after { box-sizing: border-box; }
  .google-business-profile-page { position: relative; left: 50%; width: 100vw; max-width: 100vw; margin-right: -50vw; margin-left: -50vw; transform: none; overflow-x: hidden; }
  .google-business-profile-page .container { width: min(calc(100vw - 32px), 620px); max-width: calc(100vw - 32px); margin-right: auto; margin-left: auto; }
  .google-business-profile-page section, .google-business-profile-page .hero-grid, .google-business-profile-page .journey-panel, .google-business-profile-page .journey-track, .google-business-profile-page .journey-item, .google-business-profile-page .service-grid, .google-business-profile-page .service-card, .google-business-profile-page .connection-visual, .google-business-profile-page .instagram-result, .google-business-profile-page .flow-list, .google-business-profile-page .flow-list li, .google-business-profile-page .sns-panel, .google-business-profile-page .final-cta-inner { max-width: 100%; }
  .google-business-profile-page .sp-lines > span, .google-business-profile-page p, .google-business-profile-page h1, .google-business-profile-page h2, .google-business-profile-page h3, .google-business-profile-page strong, .google-business-profile-page small { max-width: 100%; }
  .google-business-profile-page .mobile-fixed-cta { right: 0; left: 0; width: 100vw; max-width: 100vw; }
}

/* Restore the approved mobile content width and prevent profile-card clipping. */
@media (max-width: 840px) {
  .google-business-profile-page figure { margin: 0; }
  .google-business-profile-page .profile-search-copy h3,
  .google-business-profile-page .instagram-proof-copy h3 { font-size: 20px; letter-spacing: -0.035em; }
  .google-business-profile-page .profile-search-copy > p { font-size: 15px; letter-spacing: -0.03em; }
  .google-business-profile-page .profile-search-copy > p .sp-lines > span { white-space: normal; }
}

/* WordPress theme adds 40px inner container padding on phones. Reset it for this LP only. */
@media (max-width: 840px) {
  .google-business-profile-page .container { padding-right: 0 !important; padding-left: 0 !important; }
}

/* Mobile typography: keep the benefit heading together and set the requested CTA line break. */
@media (max-width: 840px) {
  .google-business-profile-page .service-card-benefit .benefit-content h3 .sp-only br { display: none; }
  .google-business-profile-page .service-card-benefit .benefit-content h3 { font-size: 21px; line-height: 1.55; }
  .google-business-profile-page .inline-cta-light h3 { font-size: 0; line-height: 1.6; }
  .google-business-profile-page .inline-cta-light h3::before { content: "どこから整えるべきか\A無料診断で分かります。"; white-space: pre; font-size: 19px; line-height: 1.6; }
}

/* Preserve Japanese word groups in the mobile benefit card. */
@media (max-width: 840px) {
  .google-business-profile-page .service-card-benefit .benefit-content h3 { font-size: 0; }
  .google-business-profile-page .service-card-benefit .benefit-content h3::before { content: "検索されたいキーワードを\A活かした投稿キャプションを手軽に。"; white-space: pre; font-size: 21px; line-height: 1.55; }
  .google-business-profile-page .service-card-benefit .service-offer { font-size: 17px; letter-spacing: -0.05em; white-space: nowrap; }
}

/* Requested responsive copy for the caption-generation benefit. */
@media (max-width: 840px) {
  .google-business-profile-page .service-card-benefit .benefit-content h3::before { content: "検索されたいキーワードを\A活かした投稿キャプションを\Aご使用いただけます。"; }
}

/* Visible hero product name. */
.google-business-profile-page .service-name { font-size: 0; }
.google-business-profile-page .service-name::after { content: "Googleビジネスプロフィール運用サポート"; font-size: 16px; }