.visual-page {
  color: var(--neutral-900);
  background: var(--paper);
  font-weight: 400;
  line-height: 1.5;
}

.visual-page :focus-visible {
  outline: 3px solid rgba(7, 159, 157, 0.38);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--neutral-200);
  background: rgba(255, 255, 255, 0.96);
}

.site-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  text-decoration: none;
}

.wordmark strong,
.site-footer__brand strong {
  font-size: 1.38rem;
  font-weight: 750;
  letter-spacing: -0.055em;
}

.wordmark__symbol {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 23px;
}

.wordmark__symbol i {
  position: absolute;
  width: 20px;
  height: 18px;
  border: 2px solid var(--brand-teal);
  border-radius: 7px;
}

.wordmark__symbol i::after {
  position: absolute;
  bottom: -5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid var(--brand-teal);
  border-left: 2px solid var(--brand-teal);
  content: "";
  transform: skewY(-28deg);
}

.wordmark__symbol i:last-child {
  right: 0;
  bottom: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 48px);
  margin-inline: auto;
}

.main-nav a {
  position: relative;
  color: var(--neutral-600);
  font-size: 0.92rem;
  font-weight: 680;
  text-decoration: none;
}

.main-nav a.is-active {
  color: var(--store-700);
}

.main-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--store-600);
  content: "";
}

.main-nav span {
  margin-left: 4px;
  color: #9ba3aa;
  font-size: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(115deg, var(--store-700), var(--store-600));
  box-shadow: 0 12px 26px rgba(7, 124, 131, 0.14);
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.button--small {
  min-height: 44px;
  padding-inline: 20px;
}

.button span {
  font-size: 1.1rem;
}

.service-hero {
  position: relative;
  display: grid;
  min-height: 740px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 22%, rgba(32, 184, 173, 0.18), transparent 31%),
    linear-gradient(135deg, #fff 0%, #f7fbfc 45%, #eaf8f7 100%);
}

.service-hero::before {
  position: absolute;
  inset: 0 0 0 auto;
  width: 55vw;
  opacity: 0.7;
  background-image:
    radial-gradient(circle at center, rgba(7, 159, 157, 0.14) 1.2px, transparent 1.4px);
  background-size: 30px 30px;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 28%);
}

.service-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(590px, 1.2fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: center;
  padding-block: 52px;
}

.detail-context,
.eyebrow,
.access-panel__label {
  margin: 0 0 14px;
  color: var(--store-700);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.detail-context {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--neutral-500);
  font-size: 0.68rem;
  letter-spacing: 0;
}

.detail-context i {
  width: 18px;
  height: 1px;
  background: var(--neutral-300);
}

.service-identity {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
  color: var(--store-800);
}

.service-identity__mark {
  position: relative;
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 12px 12px 12px 4px;
  background: linear-gradient(145deg, var(--store-500), var(--store-700));
  box-shadow: 0 9px 18px rgba(7, 124, 131, 0.18);
}

.service-identity__mark i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.service-identity strong {
  font-size: 1rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.04em;
}

.service-identity__logo--storetalk {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.service-hero h1,
.section-heading h2 {
  margin-top: 0;
  overflow-wrap: normal;
  word-break: keep-all;
  font-weight: 760;
}

.service-hero h1 {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: clamp(4.5rem, 6.3vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.078em;
}

.service-family {
  display: flex;
  min-height: 25px;
  align-items: center;
  margin: 0 0 14px;
  color: var(--store-700);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  opacity: 0.82;
}

.service-family::before {
  display: inline-block;
  flex: 0 0 25px;
  width: 25px;
  height: 3px;
  margin: 0 9px 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--store-600), var(--blue-600));
  content: "";
}

.automation-cue {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--store-700);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.automation-cue > span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--store-600);
  font-size: 0.94rem;
  letter-spacing: 0;
}

.service-hero__lead {
  max-width: 590px;
  margin: 0;
  color: var(--neutral-900);
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 730;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.service-hero__support {
  max-width: 550px;
  margin: 15px 0 0;
  color: var(--neutral-600);
  font-size: 0.96rem;
  line-height: 1.68;
}

.benefit-list {
  display: grid;
  max-width: 580px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 25px 0 29px;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  min-width: 0;
  padding-top: 12px;
  border-top: 1px solid var(--store-200);
}

.benefit-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--store-600);
  font-size: 0.7rem;
  font-weight: 850;
}

.benefit-list strong {
  display: block;
  font-size: 0.82rem;
  line-height: 1.4;
  word-break: keep-all;
}

.service-hero__visual {
  position: relative;
  margin: 0;
}

.service-hero__visual img {
  width: 100%;
  filter: drop-shadow(0 26px 45px rgba(7, 88, 103, 0.14));
}

.service-hero__visual figcaption,
.automation-stage figcaption {
  margin-top: 10px;
  color: var(--neutral-500);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: right;
}

.mobile-hero-flow,
.mobile-automation {
  display: none;
}

.commerce-automation {
  position: relative;
  padding: 104px 0 88px;
  overflow: hidden;
  background: #fff;
}

.commerce-automation::before {
  position: absolute;
  top: 260px;
  left: -160px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 184, 173, 0.09), transparent 68%);
  content: "";
}

.section-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 58px;
  align-items: end;
  margin-bottom: 48px;
}

.section-heading h2 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(2.8rem, 4.7vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.section-heading > p {
  max-width: 390px;
  margin: 0 0 8px auto;
  color: var(--neutral-600);
  font-size: 1.02rem;
  line-height: 1.72;
}

.automation-stage {
  position: relative;
  margin: 0;
  padding: 26px;
  border: 1px solid var(--store-200);
  border-radius: 38px;
  background:
    radial-gradient(circle at 83% 20%, rgba(36, 116, 229, 0.1), transparent 24%),
    linear-gradient(145deg, var(--store-050), #f7fbff);
  box-shadow: var(--shadow-soft);
}

.automation-stage img {
  width: 100%;
}

.automation-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 30px 0 74px;
}

.automation-notes p {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin: 0;
  padding: 22px 4px;
  border-bottom: 1px solid var(--store-200);
  color: var(--neutral-600);
  font-size: 0.9rem;
}

.automation-notes span {
  color: var(--store-700);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.access-panel {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 46px 52px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 24%, rgba(32, 184, 173, 0.35), transparent 28%),
    linear-gradient(115deg, var(--store-900), var(--blue-900));
}

.access-panel__label {
  margin-bottom: 9px;
  color: var(--store-300);
}

.access-panel > div:first-child > p:nth-child(2) {
  max-width: 710px;
  margin: 0;
  font-size: clamp(1.28rem, 2.2vw, 2rem);
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.access-panel__back-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 20px;
  color: #b9d8db;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.access-panel__actions {
  display: grid;
  min-width: 205px;
  gap: 12px;
}

.access-panel .button {
  color: var(--store-900);
  background: #fff;
  box-shadow: none;
}

.access-panel__external {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #e4fbf7;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.site-footer {
  padding: 58px 0 64px;
  color: #aebbd2;
  background: #081d31;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 0.9fr auto;
  gap: 52px;
  align-items: start;
}

.site-footer p {
  margin: 7px 0 0;
  font-size: 0.74rem;
  line-height: 1.7;
}

.site-footer__brand strong {
  color: #fff;
}

.site-footer__label {
  color: var(--store-300);
  font-size: 0.66rem !important;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.site-footer a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1120px) {
  .service-hero__grid {
    grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
    gap: 24px;
  }

  .service-hero h1 {
    font-size: 4.7rem;
  }
}

@media (max-width: 920px) {
  .site-header__inner {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .service-hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 48px 64px;
  }

  .service-hero__copy {
    max-width: 720px;
  }

  .service-hero__visual {
    max-width: 780px;
    margin-inline: auto;
  }

  .section-heading,
  .access-panel,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    margin-left: 0;
  }

  .automation-notes {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 600px) {
  .site-header__inner {
    min-height: 66px;
  }

  .site-header .button--small {
    min-height: 42px;
    padding-inline: 17px;
  }

  .service-hero,
  .service-hero__grid {
    min-height: 0;
  }

  .service-hero__grid {
    gap: 40px;
    padding-block: 40px 52px;
  }

  .service-hero h1 {
    font-size: 4rem;
  }

  .service-family {
    font-size: 0.68rem;
  }

  .service-hero__lead {
    font-size: 1.36rem;
  }

  .service-hero__support {
    font-size: 0.91rem;
  }

  .benefit-list {
    gap: 8px;
  }

  .benefit-list strong {
    font-size: 0.68rem;
  }

  .service-hero__visual {
    width: 100%;
    margin-left: 0;
  }

  .service-hero__visual > img,
  .automation-stage > img {
    display: none;
  }

  .mobile-hero-flow {
    display: grid;
    gap: 11px;
    padding: 22px;
    border: 1px solid var(--store-200);
    border-radius: 28px;
    background: linear-gradient(155deg, #fff, var(--store-050));
    box-shadow: var(--shadow-soft);
  }

  .mobile-hero-flow > i {
    color: var(--store-600);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 900;
    text-align: center;
  }

  .mobile-hero-flow__events,
  .mobile-hero-flow__notice {
    display: grid;
    gap: 6px;
    padding: 17px;
    border: 1px solid var(--neutral-200);
    border-radius: 18px;
    background: #fff;
  }

  .mobile-hero-flow span,
  .mobile-automation span {
    color: var(--store-700);
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.08em;
  }

  .mobile-hero-flow strong,
  .mobile-automation strong {
    font-size: 1rem;
  }

  .mobile-hero-flow em,
  .mobile-automation em {
    color: var(--neutral-600);
    font-size: 0.72rem;
    font-style: normal;
  }

  .mobile-hero-flow__storetalk {
    display: grid;
    gap: 7px;
    padding: 20px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(145deg, var(--store-500), var(--store-800));
  }

  .mobile-hero-flow__storetalk span,
  .mobile-hero-flow__storetalk em {
    color: var(--store-100);
  }

  .mobile-hero-flow__storetalk strong {
    font-size: 1.65rem;
  }

  .mobile-hero-flow__channels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .mobile-hero-flow__channels span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px;
    border: 1px solid var(--store-200);
    border-radius: 14px;
    color: var(--neutral-900);
    background: #fff;
    letter-spacing: 0;
  }

  .mobile-hero-flow__channels b {
    color: var(--store-600);
    font-size: 0.62rem;
  }

  .commerce-automation {
    padding: 72px 0 62px;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 34px;
  }

  .section-heading h2 {
    font-size: 2.55rem;
  }

  .section-heading > p {
    font-size: 0.92rem;
  }

  .automation-stage {
    width: 100%;
    margin-left: 0;
    padding: 18px;
    border-radius: 24px;
  }

  .mobile-automation {
    display: grid;
    gap: 15px;
  }

  .mobile-automation__timeline {
    display: grid;
    gap: 8px;
  }

  .mobile-automation__timeline p {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
  }

  .mobile-automation__timeline span {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--store-600);
    letter-spacing: 0;
  }

  .mobile-automation__control {
    display: grid;
    gap: 9px;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, var(--store-500), var(--store-800));
  }

  .mobile-automation__control span,
  .mobile-automation__control p,
  .mobile-automation__control em {
    color: var(--store-100);
  }

  .mobile-automation__control p,
  .mobile-automation__message p {
    margin: 0;
    font-size: 0.76rem;
  }

  .mobile-automation__control div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .mobile-automation__control em {
    padding: 9px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14);
    text-align: center;
  }

  .mobile-automation__message {
    display: grid;
    gap: 7px;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, var(--blue-800), var(--blue-900));
  }

  .mobile-automation__message span,
  .mobile-automation__message p {
    color: var(--store-200);
  }

  .mobile-automation__fallback {
    margin: 0;
    padding: 12px 14px;
    border: 1px dashed #f2c4b7;
    border-radius: 14px;
    color: var(--sms-cue);
    background: #fff;
    font-size: 0.78rem;
    font-weight: 750;
  }

  .automation-stage figcaption {
    padding-right: 8px;
    font-size: 0.58rem;
  }

  .automation-notes {
    margin-bottom: 52px;
  }

  .automation-notes p {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-inline: 2px;
  }

  .access-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    padding: 34px 27px;
    border-radius: 27px;
  }

  .access-panel__actions,
  .access-panel .button {
    width: 100%;
  }

  .site-footer__grid {
    display: grid;
    gap: 26px;
  }
}
