.graphic-page {
  --graphic-bg: #f7f5fb;
  --graphic-panel: rgba(255, 255, 255, .92);
  --graphic-line: rgba(84, 54, 140, .14);
  --graphic-soft: rgba(16, 16, 20, .72);
  --graphic-cyan: #82cce8;
  --graphic-pink: #ff28d7;
  --graphic-ink: #24143d;
  background: var(--line-field-pattern), var(--graphic-bg);
  overflow-x: hidden;
}

.graphic-page .seo-kicker {
  letter-spacing: 0;
}

.graphic-page .seo-section {
  padding-block: 88px;
}

.graphic-page .seo-section h2 {
  font-size: 3rem;
  line-height: 1.12;
  text-wrap: balance;
}

.graphic-page .seo-section p,
.graphic-page .seo-section li {
  text-wrap: pretty;
}

.graphic-page .graphic-hero .seo-hero__inner {
  max-width: 1080px;
}

.graphic-page .graphic-hero h1 {
  line-height: 1.08;
  max-width: min(100%, 16.5ch);
  text-wrap: balance;
}

.graphic-page .graphic-hero .seo-hero__inner > p:not(.seo-kicker),
.graphic-page .graphic-hero .seo-actions {
  max-width: min(100%, var(--seo-hero-copy-width, 860px));
}

.graphic-intro {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(247, 245, 251, .96)),
    var(--line-field-pattern);
}

.graphic-intro__grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, .98fr) minmax(280px, .48fr);
}

.graphic-intro__copy {
  display: grid;
  gap: 16px;
}

.graphic-intro__copy p {
  max-width: 880px;
}

.graphic-intro-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 245, 252, .9)),
    var(--line-field-pattern);
  border: 1px solid var(--graphic-line);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(36, 20, 61, .12);
  overflow: hidden;
}

.graphic-intro-card img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.graphic-intro-card div {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.graphic-intro-card strong {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.12;
}

.graphic-intro-card p {
  color: var(--graphic-soft);
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.graphic-foundations {
  background:
    linear-gradient(180deg, #fff 0%, #f6f3fb 100%),
    var(--line-field-pattern);
}

.graphic-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.graphic-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .88)),
    var(--line-field-pattern);
  border: 1px solid var(--graphic-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 20, 61, .09);
  display: grid;
  gap: 14px;
  min-height: 312px;
  padding: 24px;
  position: relative;
}

.graphic-card:before {
  background: linear-gradient(90deg, var(--purple), var(--graphic-pink), var(--graphic-cyan));
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}

.graphic-card__index {
  align-items: center;
  background: rgba(84, 54, 140, .1);
  border: 1px solid rgba(84, 54, 140, .16);
  border-radius: 999px;
  color: var(--purple);
  display: inline-flex;
  font-size: .8rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.graphic-card h3,
.graphic-keywords__panel h3,
.graphic-asset-card h3 {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.graphic-card p {
  color: var(--graphic-soft);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.58;
  margin: 0;
}

.graphic-finder {
  background: linear-gradient(118deg, #211138 0%, #392061 46%, #56388d 100%);
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.graphic-finder:before {
  background: var(--line-field-pattern);
  content: "";
  inset: 0;
  opacity: .13;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.graphic-finder__inner {
  display: grid;
  gap: 44px;
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.graphic-finder__intro {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.graphic-finder .seo-kicker,
.graphic-finder h2,
.graphic-finder p {
  color: #fff;
}

.graphic-finder-lab {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(13, 8, 28, .28);
  display: grid;
  grid-template-columns: minmax(250px, .42fr) minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
}

.graphic-finder-lab__tabs {
  border-right: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}

.graphic-finder-lab__tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  cursor: pointer;
  display: grid;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  gap: 6px;
  justify-items: start;
  line-height: 1.15;
  min-height: 94px;
  padding: 20px;
  text-align: left;
  transition: background .18s ease, color .18s ease;
}

.graphic-finder-lab__tab:last-child {
  border-bottom: 0;
}

.graphic-finder-lab__tab span {
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.35;
}

.graphic-finder-lab__tab[aria-selected="true"] {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.graphic-finder-lab__tab:focus-visible {
  outline: 3px solid rgba(130, 204, 232, .8);
  outline-offset: -3px;
}

.graphic-finder-lab__panel {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .32fr);
  padding: 34px;
}

.graphic-finder-lab__copy {
  display: grid;
  gap: 16px;
}

.graphic-finder-lab__label {
  color: rgba(255, 255, 255, .74);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.graphic-finder-lab__panel h3 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 760px;
  text-wrap: balance;
}

.graphic-finder-lab__panel p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.62;
  margin: 0;
  max-width: 760px;
}

.graphic-finder-lab__outcomes {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.graphic-finder-lab__outcomes li {
  color: rgba(255, 255, 255, .88);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
}

.graphic-finder-lab__outcomes li:before {
  background: var(--graphic-cyan);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: .48em;
  width: 8px;
}

.graphic-finder-lab__signal {
  align-content: center;
  aspect-ratio: 1;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .08));
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .18);
  display: grid;
  gap: 12px;
  justify-items: center;
  min-height: 204px;
  padding: 24px;
}

.graphic-finder-lab__score {
  color: #fff;
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.graphic-finder-lab__score-label {
  color: rgba(255, 255, 255, .74);
  font-size: .82rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.graphic-finder-lab__meter {
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
  display: block;
  height: 10px;
  overflow: hidden;
  width: 100%;
}

.graphic-finder-lab__meter span {
  background: linear-gradient(90deg, var(--graphic-cyan), #fff, var(--graphic-pink));
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width .28s ease;
  width: var(--graphic-finder-score, 82%);
}

.graphic-process {
  background: linear-gradient(180deg, #f6f3fb, #fff);
}

.graphic-process__inner {
  display: grid;
  gap: 50px;
  margin: 0 auto;
  max-width: var(--header-max-width);
}

.graphic-process__intro {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.graphic-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.graphic-steps li {
  background: #fff;
  border: 1px solid var(--graphic-line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(36, 20, 61, .08);
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 22px;
  position: relative;
}

.graphic-steps li:after {
  background: linear-gradient(90deg, var(--purple), var(--graphic-pink));
  content: "";
  height: 2px;
  left: 22px;
  position: absolute;
  right: -14px;
  top: 44px;
  z-index: 0;
}

.graphic-steps li:last-child:after {
  display: none;
}

.graphic-steps span {
  align-items: center;
  background: var(--purple);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 44px;
  z-index: 1;
}

.graphic-steps h3 {
  color: var(--purple-deep);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.14;
  margin: 0;
}

.graphic-steps p {
  color: var(--graphic-soft);
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.55;
  margin: 0;
}

.graphic-split-section,
.graphic-assets {
  background: #fff;
}

.graphic-split {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(280px, .6fr) minmax(0, .95fr);
}

.graphic-split__media {
  border: 1px solid var(--graphic-line);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(36, 20, 61, .14);
  overflow: hidden;
}

.graphic-split__media img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.graphic-split__copy,
.graphic-keywords__copy {
  display: grid;
  gap: 16px;
}

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

.graphic-link-grid a {
  background: linear-gradient(180deg, #fff, #fbf9ff);
  border: 1px solid var(--graphic-line);
  border-radius: 8px;
  color: var(--purple-deep);
  font-size: .98rem;
  font-weight: 900;
  line-height: 1.2;
  min-height: 58px;
  padding: 18px;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.graphic-link-grid a:after {
  content: " ->";
}

.graphic-link-grid a:hover,
.graphic-link-grid a:focus-visible {
  border-color: rgba(84, 54, 140, .34);
  box-shadow: 0 14px 34px rgba(36, 20, 61, .1);
  color: var(--purple);
  transform: translateY(-1px);
}

.graphic-assets {
  background:
    linear-gradient(180deg, #fff, #f7f5fb),
    var(--line-field-pattern);
}

.graphic-assets__intro {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
  max-width: 940px;
}

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

.graphic-asset-card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--graphic-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 20, 61, .1);
  overflow: hidden;
}

.graphic-asset-card img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.graphic-asset-card div {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.graphic-asset-card p {
  color: var(--graphic-soft);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.58;
  margin: 0;
}

.graphic-keywords {
  background:
    linear-gradient(135deg, #fff, #f6f3fb),
    var(--line-field-pattern);
}

.graphic-keywords__grid {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .62fr);
}

.graphic-keywords__panel {
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--graphic-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 20, 61, .1);
  display: grid;
  gap: 18px;
  padding: 24px;
}

.graphic-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.graphic-keyword-list li {
  background: #fff;
  border: 1px solid var(--graphic-line);
  border-radius: 999px;
  color: var(--purple-deep);
  font-size: .94rem;
  font-weight: 900;
  line-height: 1.16;
  padding: 12px 14px;
}

.graphic-faq {
  background:
    linear-gradient(180deg, #f6f3fb, #fff),
    var(--line-field-pattern);
}

.graphic-faq-list {
  display: grid;
  gap: 12px;
}

.graphic-faq-list details {
  background: linear-gradient(180deg, #fff, #fbf9ff);
  border: 1px solid var(--graphic-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(36, 20, 61, .08);
  overflow: hidden;
}

.graphic-faq-list summary {
  color: var(--purple-deep);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  list-style: none;
  padding: 20px 56px 20px 22px;
  position: relative;
}

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

.graphic-faq-list summary:after {
  align-items: center;
  background: rgba(84, 54, 140, .1);
  border-radius: 50%;
  color: var(--purple);
  content: "+";
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 30px;
}

.graphic-faq-list details[open] summary:after {
  content: "-";
}

.graphic-faq-list p {
  color: var(--graphic-soft);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.65;
  margin: 0;
  padding: 0 22px 22px;
}

.graphic-cta {
  background: linear-gradient(118deg, #211138 0%, #392061 47%, #56388d 100%);
  color: #fff;
  overflow: hidden;
}

.graphic-cta__inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto;
  max-width: var(--header-max-width);
  min-height: 230px;
}

.graphic-cta .seo-kicker,
.graphic-cta h2,
.graphic-cta p {
  color: #fff;
}

.graphic-cta h2 {
  font-size: 3.2rem;
  max-width: 920px;
}

.graphic-cta p:not(.seo-kicker) {
  color: rgba(255, 255, 255, .86);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.6;
  margin-top: 12px;
  max-width: 820px;
}

.graphic-cta .seo-actions {
  justify-content: end;
  margin-top: 0;
}

.seo-footer__form-panel {
  scroll-margin-top: calc(var(--header-top) + var(--header-height) + 24px);
  width: 100%;
}

.seo-footer .site-footer__field--service {
  grid-column: 1 / -1;
}

.seo-footer__brand-map {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  margin-top: 22px;
  overflow: hidden;
}

.seo-footer__brand-map .site-footer__map-frame {
  aspect-ratio: 16 / 9;
  min-height: 190px;
  width: 100%;
}

.seo-footer__brand-map .site-footer__map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.seo-footer__brand-map .site-footer__map-placeholder {
  align-content: center;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: grid;
  gap: 12px;
  min-height: inherit;
  padding: 18px;
}

.seo-footer__brand-map .site-footer__map-placeholder p {
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.seo-footer__brand-map .site-footer__map-consent {
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: var(--purple-deep);
  cursor: pointer;
  font: inherit;
  font-size: .94rem;
  font-weight: 900;
  justify-self: start;
  min-height: 42px;
  padding: 0 16px;
}

.seo-footer__brand-map .site-footer__map-consent:focus-visible {
  outline: 3px solid rgba(130, 204, 232, .9);
  outline-offset: 3px;
}

.seo-footer__brand-map .site-footer__map-caption {
  background: rgba(255, 255, 255, .08);
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 10px;
  padding: 14px;
}

.seo-footer__brand-map .site-footer__address {
  color: #fff;
  display: grid;
  font-style: normal;
  gap: 2px;
  line-height: 1.45;
}

.seo-footer__brand-map .site-footer__map-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.seo-footer__brand-map .site-footer__map-links a {
  color: #fff;
  font-size: .88rem;
  font-weight: 850;
}

.seo-footer__brand-map .site-footer__map-credit {
  color: rgba(255, 255, 255, .7);
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .graphic-reveal {
      animation: graphic-reveal linear both;
      animation-range: entry 10% cover 34%;
      animation-timeline: view();
      opacity: 0;
      transform: translateY(18px);
    }
  }
}

@keyframes graphic-reveal {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .graphic-card-grid,
  .graphic-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .graphic-steps li:after {
    display: none;
  }

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

@media (max-width: 980px) {
  .graphic-page .seo-section h2,
  .graphic-cta h2 {
    font-size: 2.35rem;
  }

  .graphic-page .graphic-hero h1 {
    font-size: 3.35rem;
  }

  .graphic-intro__grid,
  .graphic-keywords__grid,
  .graphic-split,
  .graphic-cta__inner {
    grid-template-columns: 1fr;
  }

  .graphic-finder-lab {
    grid-template-columns: 1fr;
  }

  .graphic-finder-lab__tabs {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    border-right: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .graphic-finder-lab__tab {
    min-height: 96px;
  }

  .graphic-cta .seo-actions {
    justify-content: start;
  }

  .graphic-split__media,
  .graphic-intro-card {
    max-width: 540px;
  }
}

@media (max-width: 720px) {
  .graphic-page .graphic-hero {
    padding-bottom: 150px;
    padding-top: 136px;
  }

  .graphic-page .graphic-hero .seo-kicker {
    font-size: .72rem;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .graphic-page .graphic-hero h1 {
    font-size: 2.24rem;
    line-height: 1.09;
    max-width: 100%;
    text-wrap: wrap;
  }

  .graphic-page .graphic-hero .seo-hero__inner > p:not(.seo-kicker) {
    font-size: 1rem;
    line-height: 1.5;
    max-width: min(calc(100% - 12px), 20rem);
  }

  .graphic-page .seo-section {
    padding-block: 58px;
  }

  .graphic-page .seo-section h2,
  .graphic-cta h2 {
    font-size: 2rem;
  }

  .graphic-card-grid,
  .graphic-steps,
  .graphic-finder-lab__tabs,
  .graphic-finder-lab__panel,
  .graphic-link-grid,
  .graphic-assets-grid {
    grid-template-columns: 1fr;
  }

  .graphic-card,
  .graphic-steps li {
    min-height: 0;
    padding: 22px;
  }

  .graphic-finder-lab {
    min-height: 0;
  }

  .graphic-finder-lab__panel {
    padding: 24px;
  }

  .graphic-finder-lab__panel h3 {
    font-size: 1.8rem;
  }

  .graphic-finder-lab__signal {
    align-content: center;
    aspect-ratio: auto;
    justify-items: start;
    min-height: 118px;
  }

  .graphic-finder-lab__score {
    font-size: 2.6rem;
  }

  .graphic-cta {
    padding-block: 72px;
  }

  .graphic-cta__inner {
    min-height: 0;
  }

  .graphic-keyword-list li {
    font-size: .88rem;
  }
}

@media (max-width: 390px) {
  .graphic-page .graphic-hero {
    padding-bottom: 154px;
  }

  .graphic-page .graphic-hero h1 {
    font-size: 1.96rem;
  }

  .graphic-page .graphic-hero .seo-hero__inner > p:not(.seo-kicker) {
    font-size: .96rem;
    line-height: 1.48;
    max-width: calc(100% - 14px);
  }

  .graphic-finder-lab__tab {
    padding: 18px;
  }

  .graphic-faq-list summary {
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .graphic-reveal,
  .graphic-finder-lab__meter span,
  .graphic-link-grid a {
    animation: none;
    transition: none;
    transform: none;
  }
}
