/* 섹션별 디자인을 확정하면서 스타일을 추가합니다. */

* {
  box-sizing: border-box;
}

.mobile-compare-break {
  display: none;
}

/* CONTACT US / FOOTER — adnoon original structure */
.contact-section {
  position: relative;
  z-index: 6;
  min-height: 1280px;
  padding: 150px 40px;
  overflow: clip;
  color: #fff;
  background: #111;
}

.contact-section__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 9, .9), rgba(5, 7, 9, .7)),
    url("../images/contact_bg.jpg") center / cover no-repeat;
  transform: scale(1.015);
}

.contact-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1590px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 7vw, 120px);
  align-items: start;
}

.contact-intro {
  align-self: stretch;
}

.contact-intro__sticky {
  position: sticky;
  top: 150px;
}

.contact-kicker {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.contact-lead {
  margin: 45px 0 0;
  font-size: 22px;
  font-weight: 600;
}

.contact-intro h2 {
  margin: 18px 0 0;
  font-size: clamp(40px, 3.2vw, 58px);
  line-height: 1.25;
  letter-spacing: -.045em;
}

.contact-pm {
  max-width: 520px;
  margin-top: 70px;
  display: flex;
  align-items: center;
}

.contact-pm__portrait {
  position: relative;
  z-index: 2;
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.contact-pm__portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(.92);
  transition: opacity .55s ease, transform .7s cubic-bezier(.22,1,.36,1);
}

.contact-pm__portrait img.is-active {
  opacity: 1;
  transform: scale(1);
}

.contact-pm > p {
  position: relative;
  z-index: 1;
  min-height: 68px;
  margin: 0 0 0 -20px;
  padding: 22px 30px 20px 42px;
  border-radius: 999px;
  background: #6923a0;
  font-size: 17px;
  white-space: nowrap;
}

.contact-form {
  padding: 44px 46px 50px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(5, 6, 8, .64);
  backdrop-filter: blur(8px);
}

.contact-form fieldset {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 24px;
  border: 0;
}

.contact-form legend {
  width: 100%;
  margin-bottom: 45px;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(255,255,255,.28);
  font-size: 25px;
  font-weight: 750;
}

.contact-field {
  display: block;
  min-width: 0;
}

.contact-field--full {
  grid-column: 1 / -1;
}

.contact-field > span {
  display: block;
  margin-bottom: 13px;
  color: rgba(255,255,255,.84);
  font-size: 15px;
  font-weight: 650;
}

.contact-field > input,
.contact-field > select,
.contact-field > textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.34);
  border-radius: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
}

.contact-field > input,
.contact-field > select {
  height: 48px;
}

.contact-field > textarea {
  padding: 12px 0;
  resize: vertical;
}

.contact-field > input:focus,
.contact-field > select:focus,
.contact-field > textarea:focus {
  border-bottom-color: #ac47fb;
}

.contact-field > select option {
  color: #111;
}

.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.contact-options label,
.contact-consent label {
  cursor: pointer;
}

.contact-options input,
.contact-consent input {
  accent-color: #ac47fb;
}

.contact-consent {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.contact-consent a {
  color: #fff;
  text-decoration: underline;
}

.contact-submit {
  grid-column: 2;
  justify-self: end;
  width: 210px;
  height: 64px;
  padding: 0 16px 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-radius: 999px;
  color: #111;
  background: #fff;
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
}

.contact-submit span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #7f28bf;
  font-size: 22px;
}

.site-footer {
  position: relative;
  z-index: 7;
  padding: 52px 40px 80px;
  border-top: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.65);
  background: #050505;
}

.site-footer__inner {
  width: min(100%, 1590px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr 180px;
  gap: 36px;
  align-items: start;
}

.site-footer__logo img {
  width: 125px;
  filter: brightness(0) invert(1);
  opacity: .42;
}

.site-footer__info p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer__info p:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.site-footer__info a {
  margin-right: 22px;
  color: inherit;
  text-decoration: none;
}

.site-footer__copyright {
  margin-top: 24px !important;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 22px;
}

.site-footer__links > a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.site-footer__kakao {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111 !important;
  background: #fee500;
  font-size: 10px !important;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .contact-section {
    min-height: 0;
    padding: 110px 24px;
  }

  .contact-section__inner {
    grid-template-columns: 1fr;
  }

  .contact-intro__sticky {
    position: static;
  }

  .contact-form {
    padding: 36px 30px 42px;
  }

  .site-footer__inner {
    grid-template-columns: 150px 1fr;
  }

  .site-footer__links {
    grid-column: 2;
    align-items: flex-start;
    flex-direction: row;
  }
}

@media (max-width: 680px) {
  .contact-section {
    padding: 90px 18px;
  }

  .contact-intro h2 {
    font-size: 36px;
  }

  .contact-pm__portrait {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .contact-pm > p {
    min-height: 56px;
    padding: 18px 22px 16px 32px;
    font-size: 13px;
  }

  .contact-form {
    padding: 30px 20px 34px;
  }

  .contact-form fieldset {
    grid-template-columns: 1fr;
  }

  .contact-field--full,
  .contact-submit {
    grid-column: 1;
  }

  .contact-submit {
    justify-self: stretch;
    width: 100%;
  }

  .site-footer {
    padding: 45px 18px 60px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__links {
    grid-column: 1;
  }
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  color: #111;
  background: #f8f7f7;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  transition: background 1s ease-in-out;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 152px;
  overflow: visible;
  background: transparent;
  transition: height 0.4s ease, background 0.4s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

.site-header:not(.menu-open) .site-logo img {
  filter: invert(1);
}

.site-header:not(.menu-open) .main-link {
  color: #fff;
}

.site-header:not(.menu-open) .search-button span {
  border-color: #fff;
}

.site-header:not(.menu-open) .search-button span::after,
.site-header:not(.menu-open) .menu-button span {
  background: #fff;
}

.site-header:not(.menu-open) .menu-button {
  border-color: rgba(255, 255, 255, 0.28);
}

.site-header.on-light:not(.menu-open) {
  background: rgba(248, 247, 247, .88);
  backdrop-filter: blur(14px);
}

.site-header.on-dark-section:not(.menu-open) {
  background: rgba(16, 14, 18, .9);
  backdrop-filter: blur(14px);
}

body.faq-phase .site-header.on-dark-section:not(.menu-open) {
  background: transparent;
  backdrop-filter: none;
}

.site-header.on-light:not(.menu-open) .site-logo img {
  filter: none;
}

.site-header.on-light:not(.menu-open) .main-link {
  color: #111;
}

.site-header.on-light:not(.menu-open) .search-button span {
  border-color: #111;
}

.site-header.on-light:not(.menu-open) .search-button span::after,
.site-header.on-light:not(.menu-open) .menu-button span {
  background: #111;
}

.site-header.on-light:not(.menu-open) .menu-button {
  border-color: rgba(17, 17, 17, .2);
}

.site-header.menu-open {
  height: 540px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.header-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 80px), 1590px);
  height: 152px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.site-logo {
  display: block;
  width: 133px;
  height: 62px;
}

.site-logo img {
  display: block;
  width: 100%;
  height: 100%;
  transition: filter 0.3s ease;
}

.site-header.menu-open .site-logo img {
  filter: invert(1);
}

.main-menu {
  height: 152px;
  display: flex;
  align-items: center;
  align-self: start;
  gap: 0;
}

.main-item {
  position: relative;
  height: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  transition: padding 0.4s ease;
}

.site-header.menu-open .main-item {
  padding-right: 40px;
  padding-left: 40px;
}

.main-link {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.site-header.menu-open .main-link {
  color: #fff;
}

.sub-menu {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease;
}

.site-header.menu-open .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.sub-menu a:hover,
.sub-menu a.current {
  color: #ac47fb;
}

.header-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 24px;
}

.search-button,
.menu-button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.search-button {
  width: 36px;
  height: 62px;
  position: relative;
}

.search-button span {
  position: absolute;
  left: 7px;
  top: 21px;
  width: 16px;
  height: 16px;
  border: 2px solid #111;
  border-radius: 50%;
}

.search-button span::after {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  background: #111;
  transform: rotate(45deg);
  content: "";
}

.menu-button {
  width: 62px;
  height: 62px;
  padding: 0;
  display: grid;
  place-content: center;
  gap: 8px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 10px;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: #111;
  transition: transform 0.25s ease;
}

.site-header.menu-open .search-button span {
  border-color: #fff;
}

.site-header.menu-open .search-button span::after,
.site-header.menu-open .menu-button span {
  background: #fff;
}

.site-header.menu-open .menu-button {
  border-color: rgba(255, 255, 255, 0.2);
}

.main-hero {
  position: sticky;
  top: 0;
  min-height: 100svh;
  padding: 190px 24px 80px;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(52, 18, 76, 0.28), transparent 42%),
    #030204;
  color: #fff;
  background-position: center;
  background-size: cover;
}

body.faq-phase .main-hero {
  visibility: hidden;
}

.main-hero.hero-covered {
  visibility: hidden;
}

.main-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  content: "";
}

.gradient-canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  contain: strict;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1050px);
  text-align: center;
  transform: translate3d(0, -38px, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.hero-kicker {
  margin: 0 0 26px;
  color: #d094ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(44px, 3.65vw, 62px);
  line-height: 1.08;
  letter-spacing: -.038em;
  text-wrap: balance;
}

.hero-content h1 span {
  color: #ac47fb;
}

.hero-content h1 .hero-title-line {
  color: #fff;
}

.hero-title-line + .hero-title-line::before {
  content: " ";
}

.hero-description {
  margin: 35px auto 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.85;
}

.hero-actions {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-button {
  min-height: 58px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease;
}

.hero-button:hover {
  transform: translateY(-3px);
}

.hero-button--primary {
  background: #ac47fb;
  box-shadow: 0 15px 40px rgba(172, 71, 251, .28);
}

.hero-button--line {
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
}

.hero-scroll {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  color: rgba(255,255,255,.38);
  font-size: 10px;
  letter-spacing: .18em;
  transform: translateX(-50%);
}

.hero-reveal {
  opacity: 0;
  filter: blur(16px);
  transform: translateY(12px);
}

.main-hero.hero-motion-active .hero-reveal {
  animation: heroFocus 1.05s cubic-bezier(.22, 1, .36, 1) forwards;
}

.main-hero.hero-motion-active .hero-reveal--1 { animation-delay: .16s; }
.main-hero.hero-motion-active .hero-reveal--2 { animation-delay: .28s; }
.main-hero.hero-motion-active .hero-reveal--3 { animation-delay: .42s; }
.main-hero.hero-motion-active .hero-reveal--4 { animation-delay: .56s; }
.main-hero.hero-motion-active .hero-reveal--5 { animation-delay: .72s; }

.hero-stats {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 138px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, .11);
  background: rgba(3, 2, 4, .12);
  backdrop-filter: blur(3px);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

.hero-stats__inner {
  width: min(calc(100% - 160px), 1320px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hero-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-stat + .hero-stat {
  border-left: 1px solid rgba(255, 255, 255, .11);
}

.hero-stat strong {
  color: #fff;
  font-size: clamp(28px, 2.15vw, 38px);
  line-height: 1;
  letter-spacing: -.045em;
}

.hero-stat__label {
  margin-top: 13px;
  color: rgba(255, 255, 255, .62);
  font-size: 16px;
  font-weight: 650;
}

.hero-stat__unit {
  margin-left: .04em;
}

@keyframes heroFocus {
  0% {
    opacity: 0;
    filter: blur(16px);
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.industry-section {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 130px 40px 130px;
  overflow: hidden;
  border-radius: 34px 34px 0 0;
  background: #f8f7f7;
  color: #111;
  box-shadow: none;
  transition: background 1s ease-in-out;
}

body.compare-phase .industry-section {
  background: #100e12;
}

.industry-inner {
  width: min(100%, 1500px);
  margin: 0 auto;
}

.industry-heading {
  max-width: 1000px;
  margin: 0 auto 76px;
  text-align: center;
}

.industry-kicker {
  margin: 0 0 22px;
  color: #8d31e2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}

.industry-heading h2 {
  margin: 0;
  font-size: clamp(38px, 3.25vw, 54px);
  line-height: 1.1;
  letter-spacing: -.038em;
}

.industry-heading h2 span {
  display: inline;
}

.industry-heading h2 .industry-title-line {
  display: block;
  color: rgba(34, 34, 34, .1);
  background-image: linear-gradient(to right, #222, #222);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background-size 1s linear;
}

.scroll-word {
  color: inherit;
}

.industry-heading .industry-title-line:first-child {
  transition-delay: .6s;
}

.industry-heading .industry-title-line:nth-child(2) {
  transition-delay: 1.2s;
}

.industry-heading.title-fill-active .industry-title-line {
  background-size: 100% 100%;
}

.industry-heading:not(.title-fill-active) .industry-title-line {
  background-size: 0% 100%;
  transition-duration: 0s;
  transition-delay: 0s;
}

.industry-heading > p:last-child {
  margin: 30px 0 0;
  color: #555159;
  font-size: 17px;
  line-height: 1.8;
}

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

.industry-card {
  position: relative;
  height: 265px;
  overflow: hidden;
  border: 1px solid #ddd9df;
  border-radius: 18px;
  background: #fff;
  transition:
    background .35s ease,
    color .35s ease,
    border-color .35s ease,
    transform .4s cubic-bezier(.22, 1, .36, 1),
    box-shadow .4s ease;
}

.industry-card:hover {
  background: #fff;
  color: #17121b;
  border-color: #ac47fb;
  box-shadow: 0 22px 55px rgba(92, 35, 134, .12);
  transform: translateY(-8px) scale(1.015);
}

.industry-card.is-open {
  background:
    radial-gradient(circle at 90% 10%, rgba(172, 71, 251, .3), transparent 42%),
    linear-gradient(145deg, #351248 0%, #1b0c27 100%);
  color: #fff;
  border-color: rgba(172, 71, 251, .72);
  box-shadow: 0 24px 60px rgba(70, 17, 103, .22);
  transform: translateY(-5px);
}

.industry-card.reveal-card.is-visible:hover {
  transform: translateY(-8px) scale(1.015);
}

.industry-card.reveal-card.is-visible.is-open {
  transform: translateY(-5px);
}

.industry-card__toggle {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.industry-card__number {
  color: #9635e9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.industry-card__title {
  margin-top: 15px;
  font-size: 27px;
  font-weight: 750;
  letter-spacing: -.045em;
}

.industry-card__summary {
  margin-top: 10px;
  color: #625d66;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.55;
  transition: color .35s ease;
}

.industry-card:hover .industry-card__summary {
  color: #4f4953;
}

.industry-card.is-open .industry-card__summary {
  color: rgba(255, 255, 255, .63);
}

.industry-card__icon {
  position: absolute;
  right: 25px;
  bottom: 23px;
  width: 38px;
  height: 38px;
  border: 1px solid #d6d2da;
  border-radius: 50%;
  transition: border-color .3s ease, transform .4s cubic-bezier(.22, 1, .36, 1);
}

.industry-card__icon::before,
.industry-card__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.industry-card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.industry-card:hover .industry-card__icon {
  border-color: #ac47fb;
  color: #9635e9;
  background: #fff;
}

.industry-card.is-open .industry-card__icon {
  border-color: rgba(255,255,255,.32);
}

.industry-card.is-open .industry-card__icon {
  transform: rotate(45deg);
}

.industry-card__detail {
  position: absolute;
  z-index: 3;
  top: 105px;
  right: 36px;
  bottom: 20px;
  left: 36px;
  pointer-events: none;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(15px);
  transition:
    opacity .38s ease,
    filter .5s cubic-bezier(.22, 1, .36, 1),
    transform .5s cubic-bezier(.22, 1, .36, 1);
}

.industry-card.is-open .industry-card__detail {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.industry-card__detail > div {
  padding: 0;
}

.industry-card__detail p {
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.68);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.industry-card__detail ul {
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.industry-card__detail li {
  position: relative;
  margin-top: 6px;
  padding-left: 16px;
  color: rgba(255,255,255,.82);
  font-size: 14.5px;
  line-height: 1.4;
}

.industry-card__detail li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ac47fb;
  content: "";
}

.industry-card__promo {
  position: absolute;
  bottom: 24px;
  left: 36px;
  padding: 11px 17px;
  display: inline-flex;
  border: 1px solid rgba(172,71,251,.55);
  border-radius: 999px;
  color: #fff;
  background: #9635e9;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(150, 53, 233, .24);
  animation: promoPulse 2.2s ease-out infinite;
  transition: color .3s ease, background .3s ease;
}

.industry-card:hover .industry-card__promo {
  color: #fff;
  background: #8525d8;
}

.industry-card.is-open .industry-card__promo {
  color: #d9a4ff;
  background: rgba(172,71,251,.13);
}

.industry-card.is-open .industry-card__summary {
  opacity: 0;
}

.industry-card.is-open .industry-card__promo {
  display: none;
}

@keyframes promoPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(172,71,251,.25);
  }
  65%,
  100% {
    box-shadow: 0 0 0 10px rgba(172,71,251,0);
  }
}

.industry-note {
  margin: 60px 0 0;
  color: #625d66;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.industry-transition-spacer,
.process-transition-spacer {
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: 0;
  padding: 220px 0;
  background: transparent;
}

body.compare-phase .industry-transition-spacer {
  background: transparent;
}

.noon-reveal,
.reveal-on-scroll,
.reveal-card {
  opacity: 0;
  transform: translateY(48px);
}

.noon-basic-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity .9s cubic-bezier(.22, 1, .36, 1),
    transform .9s cubic-bezier(.22, 1, .36, 1);
  transition-delay: 0ms;
  will-change: opacity, transform;
}

.noon-basic-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: var(--basic-reveal-delay, 0ms);
}

.cta-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity .85s cubic-bezier(.22, 1, .36, 1),
    transform .85s cubic-bezier(.22, 1, .36, 1),
    color .3s ease,
    border-color .3s ease,
    background-color .3s ease;
  will-change: opacity, transform;
}

.cta-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.noon-reveal.is-visible,
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 1s cubic-bezier(.22, 1, .36, 1),
    transform 1s cubic-bezier(.22, 1, .36, 1);
}

.noon-reveal--heading.is-visible {
  transition-delay: .4s;
}

.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .85s cubic-bezier(.22, 1, .36, 1),
    transform .85s cubic-bezier(.22, 1, .36, 1),
    background .35s ease,
    color .35s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.compare-section {
  position: relative;
  z-index: 3;
  margin-top: 0;
  min-height: 980px;
  padding: 150px 40px 140px;
  overflow: visible;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

body.compare-phase {
  background-color: #100e12;
}

.compare-inner {
  width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, .95fr) minmax(700px, 1.4fr);
  gap: clamp(60px, 6vw, 110px);
  align-items: start;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition:
    opacity 1s ease .4s,
    transform 1s ease .4s;
}

.compare-section.is-visible .compare-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.compare-heading-wrap {
  position: relative;
  align-self: stretch;
}

.compare-heading-pin {
  position: sticky;
  top: 190px;
}

.compare-kicker {
  margin: 0 0 24px;
  color: #c77cff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}

.compare-heading h2 {
  margin: 0;
  font-size: clamp(38px, 3.25vw, 54px);
  line-height: 1.12;
  letter-spacing: -.038em;
}

.compare-heading h2 span {
  color: #ac47fb;
}

.compare-heading > p:last-child {
  max-width: 510px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .56);
  font-size: 17px;
  line-height: 1.8;
}

.compare-board {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.compare-board__head,
.compare-item {
  display: grid;
  grid-template-columns: 150px 1fr 1.15fr;
  gap: 0;
  align-items: center;
}

.compare-board__head {
  min-height: 82px;
  color: rgba(255, 255, 255, .38);
  font-size: 17px;
  font-weight: 750;
}

.compare-board__head strong {
  color: #c77cff;
  font-size: 18px;
}

.compare-board__head > :nth-child(2) {
  color: rgba(255, 255, 255, .68);
}

.compare-board__head > :first-child,
.compare-board__head > :nth-child(2),
.compare-board__head > :nth-child(3),
.compare-item > strong,
.compare-item__basic,
.compare-item__noon {
  justify-content: center;
  text-align: center;
}

.compare-board__head > span,
.compare-board__head > strong,
.compare-item > strong,
.compare-item__basic,
.compare-item__noon {
  height: 100%;
  display: flex;
  align-items: center;
}

.compare-board__head > :nth-child(2),
.compare-board__head > :nth-child(3),
.compare-item__basic,
.compare-item__noon {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.compare-board__head > :nth-child(2),
.compare-board__head > :nth-child(3),
.compare-item__basic {
  padding-right: 28px;
  padding-left: 36px;
}

.compare-board__head > :nth-child(3),
.compare-item__noon {
  background: rgba(172, 71, 251, .15);
  border-left-color: rgba(210, 156, 255, .48);
  box-shadow: inset 0 1px rgba(225, 190, 255, .24);
  animation: noonColumnPulse 1.4s ease-in-out infinite alternate;
}

.compare-item:last-child .compare-item__noon {
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .16),
    inset 0 -1px rgba(255, 255, 255, .16);
}

.compare-item {
  position: relative;
  min-height: 116px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  transition-delay: var(--compare-delay, 0ms) !important;
}

.compare-item > strong {
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
}

.compare-item__basic {
  color: rgba(255, 255, 255, .62);
  font-size: 16px;
  line-height: 1.55;
}

.compare-item__noon {
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  transition: color .3s ease, font-size .3s cubic-bezier(.22, 1, .36, 1);
}

.compare-item:hover .compare-item__noon {
  color: #d69cff;
  font-size: 19px;
}

@keyframes noonColumnPulse {
  0% {
    background-color: rgba(172, 71, 251, .1);
  }
  100% {
    background-color: rgba(172, 71, 251, .28);
  }
}

.process-section {
  position: relative;
  z-index: 4;
  padding: 120px 40px 0;
  color: #fff;
  background: #100e12;
  transition: background 1s ease-in-out;
}

body.faq-phase .process-section {
  background: #f7f5f7;
}

.process-transition-spacer {
  grid-column: 1 / -1;
  justify-self: center;
}

body.faq-phase .process-transition-spacer {
  background: transparent;
}

.process-inner {
  width: min(100%, 1500px);
  margin: 0 auto;
}

.process-heading {
  max-width: 650px;
  margin: 0 0 65px;
  text-align: left;
}

.process-kicker {
  margin: 0 0 22px;
  color: #d59aff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}

.process-heading h2 {
  margin: 0;
  font-size: clamp(40px, 3.25vw, 54px);
  line-height: 1.08;
  letter-spacing: -.038em;
}

.process-heading h2 span {
  color: #c45cff;
}

.process-heading h2 .process-title-line {
  color: #fff;
  white-space: nowrap;
}

.process-title-mobile-break {
  display: none;
}

.process-heading > p:last-child {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 18px;
  line-height: 1.8;
}

.process-stage {
  display: grid;
  grid-template-columns: minmax(560px, 1.08fr) minmax(520px, .92fr);
  gap: clamp(70px, 7vw, 120px);
  align-items: start;
  border: 0;
  background: transparent;
}

.process-content {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

.process-steps {
  padding: 0;
}

.process-mobile-slider {
  display: none;
}

.process-step {
  position: relative;
  min-height: 245px;
  margin-bottom: 20px;
  padding: 38px 42px 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  opacity: .58;
  filter: grayscale(1);
  transition:
    opacity .45s ease,
    filter .45s ease,
    transform .55s cubic-bezier(.22, 1, .36, 1),
    border-color .4s ease,
    background .4s ease;
}

.process-step.is-active {
  opacity: 1;
  filter: grayscale(0);
  border-color: rgba(172, 71, 251, .5);
  background: rgba(172, 71, 251, .15);
  color: #fff;
  box-shadow:
    0 24px 55px rgba(0, 0, 0, .18),
    inset 0 1px rgba(225, 190, 255, .24);
  transform: translateX(-10px);
}

.process-step__number {
  color: #9635e9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

.process-step h3 {
  margin: 16px 0 12px;
  font-size: clamp(27px, 1.9vw, 34px);
  line-height: 1.2;
  letter-spacing: -.045em;
}

.process-step p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 18px;
  line-height: 1.75;
}

.process-step.is-active p {
  color: rgba(255, 255, 255, .72);
}

.process-step.is-active .process-step__number {
  color: #c77cff;
}

.process-step__line {
  display: none;
}

.process-visual-wrap {
  position: sticky;
  top: 185px;
  grid-column: 1;
  grid-row: 1;
  padding: 0;
  will-change: opacity;
  transition: opacity .08s linear;
}

.process-visual {
  position: relative;
  height: min(78vh, 780px);
  min-height: 680px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.process-screen {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  filter: blur(12px);
  transform: translateY(28px) scale(.97);
  transition:
    opacity .5s ease,
    filter .65s cubic-bezier(.22, 1, .36, 1),
    transform .65s cubic-bezier(.22, 1, .36, 1);
}

.process-screen.is-active {
  z-index: 2;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.target-map {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(210, 156, 255, .18);
  border-radius: 50%;
}

.process-screen.is-active .target-map {
  animation:
    target-outer-ring 1.65s cubic-bezier(.25, .1, .25, 1) .08s both,
    target-map-glow 5.2s ease-in-out 2s infinite;
}

.target-map::before,
.target-map::after {
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(210, 156, 255, .18);
  border-radius: 50%;
  content: "";
}

.target-map::after {
  inset: 34%;
}

.process-screen.is-active .target-map::before {
  animation:
    target-ring-grow 1.4s cubic-bezier(.25, .1, .25, 1) .24s both,
    target-ring-breathe 5.2s ease-in-out 2s infinite;
}

.process-screen.is-active .target-map::after {
  animation:
    target-ring-grow 1.2s cubic-bezier(.25, .1, .25, 1) .08s both,
    target-ring-breathe 5.2s ease-in-out 2s infinite;
}

.target-core {
  position: absolute;
  z-index: 2;
  inset: 36%;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #ac47fb;
  text-align: center;
  box-shadow: 0 0 45px rgba(172,71,251,.5);
}

.target-core b {
  font-size: 30px;
}

.target-core span {
  margin-top: 6px;
  font-size: 13px;
}

.process-screen.is-active .target-core {
  animation:
    target-core-enter 1.12s cubic-bezier(.25, .1, .25, 1) both,
    target-core-breathe 5.2s ease-in-out 2s infinite;
}

.target-node {
  position: absolute;
  z-index: 3;
  min-width: 68px;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 99px;
  background: #321b3d;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  opacity: 0;
}

.target-node--1 {
  --node-start-x: 0;
  --node-start-y: 260px;
  --node-mid-x: -18px;
  --node-mid-y: 72px;
  --node-over-x: 7px;
  --node-over-y: -9px;
  --node-drift-x: 4px;
  --node-drift-y: -6px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.target-node--2 {
  --node-start-x: -260px;
  --node-start-y: 0;
  --node-mid-x: -72px;
  --node-mid-y: -18px;
  --node-over-x: 9px;
  --node-over-y: 7px;
  --node-drift-x: 6px;
  --node-drift-y: 4px;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.target-node--3 {
  --node-start-x: 0;
  --node-start-y: -260px;
  --node-mid-x: 18px;
  --node-mid-y: -72px;
  --node-over-x: -7px;
  --node-over-y: 9px;
  --node-drift-x: -4px;
  --node-drift-y: 6px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.target-node--4 {
  --node-start-x: 260px;
  --node-start-y: 0;
  --node-mid-x: 72px;
  --node-mid-y: 18px;
  --node-over-x: -9px;
  --node-over-y: -7px;
  --node-drift-x: -6px;
  --node-drift-y: -4px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.process-screen.is-active .target-node {
  animation:
    target-node-reveal 1.3s cubic-bezier(.25, .1, .25, 1) .58s both,
    target-node-glow 5.2s ease-in-out 2s infinite;
}

@keyframes target-outer-ring {
  from {
    border-color: transparent;
    box-shadow: inset 0 0 0 0 rgba(210, 156, 255, 0);
    clip-path: circle(5% at 50% 50%);
  }
  to {
    border-color: rgba(210, 156, 255, .18);
    box-shadow: inset 0 0 32px rgba(172, 71, 251, .025);
    clip-path: circle(75% at 50% 50%);
  }
}

@keyframes target-ring-grow {
  from {
    opacity: 0;
    scale: .15;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes target-ring-breathe {
  0%, 100% {
    border-color: rgba(210, 156, 255, .18);
    scale: 1;
  }
  50% {
    border-color: rgba(210, 156, 255, .34);
    scale: 1.018;
  }
}

@keyframes target-map-glow {
  0%, 100% {
    box-shadow: inset 0 0 32px rgba(172, 71, 251, .025);
  }
  50% {
    box-shadow: inset 0 0 54px rgba(172, 71, 251, .075);
  }
}

@keyframes target-core-enter {
  from {
    opacity: 0;
    scale: .62;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}

@keyframes target-core-breathe {
  0%, 100% {
    scale: 1;
    box-shadow: 0 0 38px rgba(172,71,251,.38);
  }
  50% {
    scale: 1.025;
    box-shadow: 0 0 52px rgba(172,71,251,.55);
  }
}

@keyframes target-node-reveal {
  0% {
    opacity: 0;
    scale: .88;
    filter: blur(7px);
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}

@keyframes target-node-glow {
  0%, 100% {
    scale: 1;
    border-color: rgba(255,255,255,.14);
    background: #321b3d;
  }
  50% {
    scale: 1.025;
    border-color: rgba(210,156,255,.38);
    background: #392047;
  }
}

.screen-caption {
  position: absolute;
  right: 34px;
  bottom: 28px;
  left: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.screen-caption b {
  font-size: 14px;
}

.screen-caption span {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  font-weight: 650;
}

.process-screen.is-active .screen-caption b,
.process-screen.is-active .screen-caption span {
  animation: target-caption-enter .7s cubic-bezier(.22, 1, .36, 1) .75s both;
}

.process-screen.is-active .screen-caption span {
  animation-delay: .9s;
}

@keyframes target-caption-enter {
  from {
    opacity: 0;
    translate: 0 12px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

.filter-form {
  width: min(100%, 590px);
  padding: 24px 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(172,71,251,.06);
}

.filter-form > div {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 28px;
  gap: 26px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.filter-form span {
  color: rgba(255,255,255,.78);
  font-size: 18px;
  font-weight: 650;
}

.filter-form b {
  color: #d69cff;
  font-size: 16px;
}

.filter-form i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ac47fb;
}

.filter-form i::after {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  content: "✓";
}

.filter-form .filter-result {
  grid-template-columns: 1fr auto;
  border: 0;
}

.filter-result strong {
  padding: 11px 16px;
  border-radius: 9px;
  background: rgba(172,71,251,.18);
  color: #d69cff;
  font-size: 14px;
  letter-spacing: .08em;
}

.process-screen.is-active .filter-form {
  animation: filter-form-enter .9s cubic-bezier(.22, 1, .36, 1) both;
}

.process-screen.is-active .filter-form > div {
  animation: filter-row-enter .85s cubic-bezier(.22, 1, .36, 1) both;
}

.process-screen.is-active .filter-form > div:nth-child(1) { animation-delay: .18s; }
.process-screen.is-active .filter-form > div:nth-child(2) { animation-delay: .34s; }
.process-screen.is-active .filter-form > div:nth-child(3) { animation-delay: .5s; }
.process-screen.is-active .filter-form > div:nth-child(4) { animation-delay: .68s; }

.process-screen.is-active .filter-form i {
  animation: filter-check-enter .65s cubic-bezier(.22, 1, .36, 1) both;
}

.process-screen.is-active .filter-form > div:nth-child(1) i { animation-delay: .56s; }
.process-screen.is-active .filter-form > div:nth-child(2) i { animation-delay: .72s; }
.process-screen.is-active .filter-form > div:nth-child(3) i { animation-delay: .88s; }

.process-screen.is-active .filter-result strong {
  animation:
    filter-result-enter .75s cubic-bezier(.22, 1, .36, 1) .98s both,
    filter-result-glow 3.4s ease-in-out 1.75s infinite;
}

@keyframes filter-form-enter {
  from {
    opacity: 0;
    scale: .94;
    filter: blur(8px);
  }
  to {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}

@keyframes filter-row-enter {
  from {
    opacity: 0;
    translate: 0 18px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes filter-check-enter {
  from {
    opacity: 0;
    scale: .3;
    rotate: -35deg;
  }
  to {
    opacity: 1;
    scale: 1;
    rotate: 0deg;
  }
}

@keyframes filter-result-enter {
  from {
    opacity: 0;
    scale: .82;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes filter-result-glow {
  0%, 100% {
    background: rgba(172,71,251,.18);
    box-shadow: 0 0 0 rgba(172,71,251,0);
  }
  50% {
    background: rgba(172,71,251,.3);
    box-shadow: 0 0 24px rgba(172,71,251,.2);
  }
}

.shield-screen {
  width: min(100%, 590px);
  text-align: center;
}

.shield-icon {
  position: relative;
  width: 164px;
  height: 184px;
  margin: 0 auto 34px;
  overflow: hidden;
  display: grid;
  place-content: center;
  background: linear-gradient(155deg, #bc6dff, #7421ba);
  clip-path: polygon(50% 0, 94% 17%, 85% 73%, 50% 100%, 15% 73%, 6% 17%);
  filter: drop-shadow(0 20px 25px rgba(172,71,251,.3));
}

.shield-icon span {
  position: relative;
  z-index: 2;
  font-size: 52px;
}

.shield-screen > strong {
  font-size: 32px;
}

.blocked-list {
  margin-top: 42px;
  display: grid;
  gap: 14px;
}

.blocked-list span {
  min-height: 68px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.76);
  font-size: 17px;
  font-weight: 650;
}

.blocked-list b {
  color: #c77cff;
  font-size: 13px;
  letter-spacing: .08em;
}

.shield-icon::after {
  position: absolute;
  inset: -55% -25%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    transparent 36%,
    rgba(255,255,255,.34) 50%,
    transparent 64%
  );
  content: "";
  translate: 0 -75%;
}

.process-screen.is-active .shield-icon {
  animation:
    shield-enter 1.15s cubic-bezier(.22, 1, .36, 1) both,
    shield-breathe 3.8s ease-in-out 1.6s infinite;
}

.process-screen.is-active .shield-icon::after {
  animation: shield-scan 2.8s ease-in-out 1.15s infinite;
}

.process-screen.is-active .shield-icon span {
  animation: shield-check-enter .7s cubic-bezier(.22, 1, .36, 1) .62s both;
}

.process-screen.is-active .shield-screen > strong {
  animation: shield-title-enter .8s cubic-bezier(.22, 1, .36, 1) .55s both;
}

.process-screen.is-active .blocked-list span {
  animation: blocked-row-reveal .9s cubic-bezier(.22, 1, .36, 1) both;
}

.process-screen.is-active .blocked-list span:nth-child(1) { animation-delay: .82s; }
.process-screen.is-active .blocked-list span:nth-child(2) { animation-delay: 1.04s; }
.process-screen.is-active .blocked-list span:nth-child(3) { animation-delay: 1.26s; }

.process-screen.is-active .blocked-list b {
  animation: blocked-badge-enter .65s cubic-bezier(.22, 1, .36, 1) both;
}

.process-screen.is-active .blocked-list span:nth-child(1) b { animation-delay: 1.2s; }
.process-screen.is-active .blocked-list span:nth-child(2) b { animation-delay: 1.42s; }
.process-screen.is-active .blocked-list span:nth-child(3) b { animation-delay: 1.64s; }

@keyframes shield-enter {
  from {
    opacity: 0;
    scale: .7;
    filter: drop-shadow(0 0 0 rgba(172,71,251,0)) blur(9px);
  }
  to {
    opacity: 1;
    scale: 1;
    filter: drop-shadow(0 20px 25px rgba(172,71,251,.3)) blur(0);
  }
}

@keyframes shield-breathe {
  0%, 100% {
    scale: 1;
    filter: drop-shadow(0 20px 25px rgba(172,71,251,.28));
  }
  50% {
    scale: 1.025;
    filter: drop-shadow(0 24px 34px rgba(172,71,251,.48));
  }
}

@keyframes shield-scan {
  0%, 22% { translate: 0 -75%; opacity: 0; }
  38% { opacity: 1; }
  72%, 100% { translate: 0 75%; opacity: 0; }
}

@keyframes shield-check-enter {
  from { opacity: 0; scale: .4; rotate: -18deg; }
  to { opacity: 1; scale: 1; rotate: 0deg; }
}

@keyframes shield-title-enter {
  from { opacity: 0; translate: 0 14px; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes blocked-row-reveal {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0 round 14px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 14px);
  }
}

@keyframes blocked-badge-enter {
  from { opacity: 0; scale: .72; }
  to { opacity: 1; scale: 1; }
}

.report-screen {
  width: min(100%, 600px);
}

.report-score {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.report-score span {
  color: rgba(255,255,255,.5);
  font-size: 14px;
  letter-spacing: .1em;
}

.report-score strong {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  font-size: 92px;
  line-height: 1;
  letter-spacing: -.04em;
}

.report-score em {
  color: #c77cff;
  font-size: 34px;
  font-style: normal;
}

.report-chart {
  height: 310px;
  margin-top: 46px;
  padding: 26px 30px 0;
  display: flex;
  align-items: flex-end;
  gap: 22px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    rgba(255,255,255,.035);
  background-size: 100% 25%;
}

.report-chart i {
  flex: 1;
  height: var(--bar);
  border-radius: 7px 7px 0 0;
  background: linear-gradient(#c77cff, #7421ba);
  box-shadow: 0 0 18px rgba(172,71,251,.18);
  transform-origin: bottom;
}

.report-meta {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.55);
  font-size: 16px;
}

.report-meta b {
  color: #c77cff;
}

.process-screen.is-active .report-score > span {
  animation: report-label-enter .75s cubic-bezier(.22, 1, .36, 1) .1s both;
}

.process-screen.is-active .report-score strong {
  animation: report-score-enter 1s cubic-bezier(.22, 1, .36, 1) .18s both;
}

.process-screen.is-active .report-chart {
  animation: report-chart-enter .85s cubic-bezier(.22, 1, .36, 1) .35s both;
}

.process-screen.is-active .report-chart i {
  animation: report-bar-grow 1.05s cubic-bezier(.22, 1, .36, 1) both;
}

.process-screen.is-active .report-chart i:nth-child(1) { animation-delay: .5s; }
.process-screen.is-active .report-chart i:nth-child(2) { animation-delay: .62s; }
.process-screen.is-active .report-chart i:nth-child(3) { animation-delay: .74s; }
.process-screen.is-active .report-chart i:nth-child(4) { animation-delay: .86s; }
.process-screen.is-active .report-chart i:nth-child(5) { animation-delay: .98s; }
.process-screen.is-active .report-chart i:nth-child(6) {
  animation:
    report-bar-grow 1.05s cubic-bezier(.22, 1, .36, 1) 1.1s both,
    report-last-bar-glow 3.2s ease-in-out 2.15s infinite;
}

.process-screen.is-active .report-meta {
  animation: report-meta-enter .8s cubic-bezier(.22, 1, .36, 1) 1.25s both;
}

@keyframes report-label-enter {
  from { opacity: 0; translate: -14px 0; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes report-score-enter {
  from {
    opacity: 0;
    scale: .78;
    filter: blur(8px);
  }
  to {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}

@keyframes report-chart-enter {
  from { opacity: 0; translate: 0 18px; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes report-bar-grow {
  from {
    opacity: 0;
    scale: 1 0;
  }
  to {
    opacity: 1;
    scale: 1 1;
  }
}

@keyframes report-last-bar-glow {
  0%, 100% {
    filter: brightness(1);
    box-shadow: 0 0 18px rgba(172,71,251,.18);
  }
  50% {
    filter: brightness(1.22);
    box-shadow: 0 0 30px rgba(172,71,251,.4);
  }
}

@keyframes report-meta-enter {
  from { opacity: 0; translate: 0 12px; }
  to { opacity: 1; translate: 0 0; }
}

.faq-section {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  margin-top: 0;
  padding: 150px 40px 180px;
  overflow: hidden;
  border-radius: 0;
  color: #151218;
  background: transparent;
  box-shadow: none;
}

body.faq-phase {
  background-color: #f7f5f7;
}

.faq-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1500px);
  margin: 0 auto;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition:
    opacity 1s ease .4s,
    transform 1s ease .4s;
}

.faq-heading {
  margin: 0 auto 85px;
  text-align: center;
  opacity: 1;
  translate: none;
  transition: none;
}

.faq-kicker {
  margin: 0 auto 24px;
  color: #9635e9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}

.faq-heading h2 {
  margin: 0;
  font-size: clamp(38px, 3.1vw, 52px);
  line-height: 1.1;
  letter-spacing: -.038em;
}

.faq-list {
  width: min(100%, 1040px);
  margin: 0 auto;
  border: 0;
  opacity: 1;
  translate: none;
  transition: none;
}

.faq-section.is-visible .faq-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.faq-item {
  margin-bottom: 12px;
  overflow: hidden;
  border: 0;
  border-radius: 13px;
  background: #fff;
  transition:
    border-color .35s ease,
    background .35s ease;
}

.faq-item.is-open {
  background: rgba(172, 71, 251, .045);
}

.faq-question {
  width: 100%;
  min-height: 82px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border: 0;
  background: transparent;
  color: #151218;
  text-align: left;
  cursor: pointer;
}

.faq-question > span {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: clamp(18px, 1.2vw, 21px);
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: -.025em;
}

.faq-question b {
  color: #9635e9;
  font-size: 12px;
  letter-spacing: .08em;
}

.faq-question i {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition:
    border-color .35s ease,
    rotate .45s cubic-bezier(.22, 1, .36, 1);
}

.faq-question i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #5f5963;
  border-bottom: 1.5px solid #5f5963;
  content: "";
  translate: -50% -65%;
  rotate: 45deg;
}

.faq-item.is-open .faq-question i {
  rotate: 180deg;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .55s cubic-bezier(.22, 1, .36, 1);
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 58px 26px;
  color: #68616d;
  font-size: 18px;
  line-height: 1.8;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item:hover .faq-question i {
  color: #ac47fb;
}

.faq-item:hover .faq-question > span {
  color: #7e27ca;
}

.law-event-section {
  position: relative;
  z-index: 6;
  padding: 150px 40px;
  overflow: hidden;
  color: #17131a;
  background: #fff;
}

.law-event-panel {
  position: relative;
  width: min(100%, 1500px);
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
  align-items: center;
  column-gap: clamp(60px, 8vw, 130px);
  row-gap: 18px;
}

.law-event-copy,
.law-event-visual {
  position: relative;
  z-index: 1;
}

.law-event-copy {
  min-height: 570px;
  display: flex;
  flex-direction: column;
}

.law-event-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: #9635e9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  pointer-events: none;
  cursor: default;
}

.law-event-panel h2 {
  margin: 0;
  font-size: clamp(38px, 3.25vw, 54px);
  line-height: 1.12;
  letter-spacing: -.038em;
}

.law-event-panel h2 strong {
  display: table;
  margin-top: 8px;
  padding: .02em .08em .06em;
  color: #fff;
  background: #ac47fb;
  font-weight: 800;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: translateX(-28px);
}

.law-event-panel.is-visible h2 strong {
  animation:
    law-event-highlight-enter 1.25s cubic-bezier(.22, 1, .36, 1) .5s both,
    law-event-highlight-breathe 2.2s ease-in-out 1.85s infinite alternate;
}

@keyframes law-event-highlight-enter {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateX(-28px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}

@keyframes law-event-highlight-breathe {
  from {
    filter: brightness(1);
    box-shadow: 0 0 0 rgba(172, 71, 251, 0);
  }
  to {
    filter: brightness(1.1);
    box-shadow: 0 8px 28px rgba(172, 71, 251, .32);
  }
}

.law-event-description {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 30px 0 0;
  color: #555159;
  font-size: 17px;
  line-height: 1.8;
}

.law-event-visual {
  min-height: 570px;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  isolation: isolate;
}

.law-event-video-wrap {
  position: relative;
  width: 142%;
  opacity: 0;
  transform: scale(.62);
  transform-origin: center;
}

.law-event-panel.is-visible .law-event-video-wrap {
  animation: law-event-video-enter 1.15s cubic-bezier(.22, 1, .36, 1) .35s both;
}

@keyframes law-event-video-enter {
  0% {
    opacity: 0;
    transform: scale(.62);
  }
  72% {
    opacity: 1;
    transform: scale(1.035);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.law-event-video {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  filter: none;
  mix-blend-mode: normal;
  object-fit: contain;
}

.law-event-slides {
  position: relative;
  z-index: 2;
  min-height: 570px;
}

.law-event-slide {
  position: absolute;
  inset: 0;
  padding: 52px 58px 48px;
  display: grid;
  grid-template-rows: auto 1fr;
  opacity: 0;
  visibility: hidden;
  transform: translateX(70px);
  transition:
    opacity .75s cubic-bezier(.22, 1, .36, 1),
    transform .75s cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear .75s;
}

.law-event-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
}

.law-event-slide__number {
  color: #9635e9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
}

.law-event-slide h3 {
  align-self: end;
  margin: 0;
  color: #17131a;
  font-size: clamp(32px, 2.8vw, 48px);
  line-height: 1.08;
  letter-spacing: -.038em;
}

.law-event-donut {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: min(76%, 420px);
  aspect-ratio: 1;
  perspective: 900px;
  transform: translate(-50%, -50%);
}

.law-event-donut__chart {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: law-event-donut-spin 9s linear infinite;
}

.law-event-donut svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  transform: rotateX(58deg);
  transform-origin: 50% 50%;
}

.law-event-donut circle {
  stroke-width: 28;
  stroke-linecap: butt;
  stroke-dasharray: 112 277.6;
  transform-origin: 90px 90px;
  transition: filter .7s ease, opacity .7s ease;
}

.law-event-donut__depth {
  transform: translateY(13px) rotateX(58deg) !important;
  filter: brightness(.58);
  opacity: .9;
}

.donut-segment--1 circle { stroke: #ac47fb; stroke-dashoffset: 0; }
.donut-segment--2 circle { stroke: #7e27ca; stroke-dashoffset: -130; }
.donut-segment--3 circle { stroke: #d59aff; stroke-dashoffset: -260; }

.donut-segment--1 {
  transform-origin: 90px 90px;
  animation: law-event-segment-1 3.4s ease-in-out infinite alternate;
}

.donut-segment--2 {
  transform-origin: 90px 90px;
  animation: law-event-segment-2 3.8s ease-in-out .3s infinite alternate;
}

.donut-segment--3 {
  transform-origin: 90px 90px;
  animation: law-event-segment-3 3.6s ease-in-out .6s infinite alternate;
}

[data-active-segment="1"] .law-event-donut__face .donut-segment--1 circle,
[data-active-segment="2"] .law-event-donut__face .donut-segment--2 circle,
[data-active-segment="3"] .law-event-donut__face .donut-segment--3 circle {
  filter: brightness(1.22) drop-shadow(0 8px 10px rgba(172, 71, 251, .4));
}

@keyframes law-event-donut-spin {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

@keyframes law-event-segment-1 {
  from { transform: translate(0, 0); }
  to { transform: translate(0, -9px); }
}

@keyframes law-event-segment-2 {
  from { transform: translate(0, 0); }
  to { transform: translate(8px, 6px); }
}

@keyframes law-event-segment-3 {
  from { transform: translate(0, 0); }
  to { transform: translate(-8px, 6px); }
}

.law-event-slider-nav {
  position: absolute;
  right: 58px;
  bottom: 54px;
  z-index: 3;
  display: flex;
  gap: 7px;
}

.law-event-slider-nav span {
  width: 24px;
  height: 3px;
  border-radius: 99px;
  background: rgba(23, 19, 26, .16);
  transition: width .45s ease, background .45s ease;
}

.law-event-slider-nav span.is-active {
  width: 45px;
  background: #ac47fb;
}

.law-event-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 38px;
  min-height: 58px;
  padding: 0 27px;
  align-items: center;
  gap: 20px;
  border: 1px solid #17131a;
  border-radius: 8px;
  color: #fff;
  background: #17131a;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition:
    opacity .85s cubic-bezier(.22, 1, .36, 1),
    transform .85s cubic-bezier(.22, 1, .36, 1),
    color .3s ease,
    border-color .3s ease,
    background .3s ease;
  animation: law-event-button-pulse .82s ease-in-out infinite alternate;
}

.law-event-copy .law-event-button {
  margin-top: 24px;
  align-self: flex-start;
}

.law-event-benefits {
  margin: auto 0 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 9px;
  list-style: none;
}

.law-event-benefits li {
  min-height: 54px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dedbe2;
  border-radius: 999px;
  color: #29242d;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.law-event-benefits svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: #8845ff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.law-event-button:hover {
  border-color: #ac47fb;
  background: #ac47fb;
}

.law-event-button span {
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.law-event-button:hover span {
  transform: translateX(5px);
}

@keyframes law-event-button-pulse {
  from {
    border-color: #17131a;
    background: #17131a;
    box-shadow: 0 0 0 rgba(172, 71, 251, 0);
  }
  to {
    border-color: #ac47fb;
    background: #ac47fb;
    box-shadow: 0 0 24px rgba(172, 71, 251, .42);
  }
}

.law-event-note {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #918a96;
  font-size: 13px;
  line-height: 1.6;
}

.law-event-note-break {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    height: 92px;
  }

  .header-inner {
    width: calc(100% - 36px);
    height: 92px;
    grid-template-columns: 1fr auto;
  }

  .site-logo {
    width: 94px;
    height: auto;
  }

  .main-menu,
  .search-button {
    display: none;
  }

  .site-header.menu-open {
    height: 92px;
    background: rgba(5, 4, 7, .94);
    backdrop-filter: none;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    border-radius: 8px;
  }

  .main-hero {
    min-height: 100svh;
    padding: 120px 18px 188px;
  }

  .hero-content {
    transform: translateY(-18px);
  }

  .hero-content h1 {
    font-size: clamp(34px, 8.8vw, 40px);
    line-height: 1.16;
    letter-spacing: -.045em;
    text-wrap: initial;
  }

  .hero-content h1 .hero-title-line {
    display: block;
  }

  .hero-content h1 br {
    display: none;
  }

  .hero-title-line + .hero-title-line::before {
    content: none;
  }

  .hero-description {
    margin-top: 26px;
    width: min(100%, 350px);
    font-size: 14px;
    line-height: 1.85;
    word-break: keep-all;
  }

  .hero-description br {
    display: none;
  }

  .hero-actions {
    width: max-content;
    max-width: 100%;
    margin: 34px auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-button {
    width: 100%;
  }

  .hero-stats {
    bottom: 20px;
    height: 112px;
  }

  .hero-stats__inner {
    width: 100%;
  }

  .hero-stat strong {
    font-size: clamp(23px, 6.5vw, 30px);
  }

  .hero-stat__label {
    margin-top: 9px;
    font-size: 12px;
  }

  .industry-section {
    position: relative;
    top: auto;
    margin-top: 0;
    padding: 100px 18px 90px;
    border-radius: 20px 20px 0 0;
  }

  .industry-transition-spacer {
    height: 220px;
  }

  .compare-section {
    margin-top: 0;
  }

  .industry-heading {
    margin-bottom: 50px;
  }

  .industry-heading h2 {
    font-size: clamp(34px, 8.7vw, 46px);
  }

  .industry-heading > p:last-child {
    font-size: 15px;
  }

  .industry-heading > p:last-child br {
    display: none;
  }

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

  .industry-card {
    height: 275px;
  }

  .industry-card__toggle {
    padding: 32px 28px;
  }

  .industry-card__summary {
    font-size: 17px;
  }

  .industry-card__detail {
    top: 105px;
    right: 28px;
    left: 28px;
  }

  .industry-card__promo {
    left: 28px;
  }

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

  .compare-section {
    min-height: 0;
    padding: 105px 18px 110px;
  }

  .compare-inner {
    display: block;
  }

  .compare-heading-wrap {
    position: static;
    margin-bottom: 65px;
  }

  .compare-heading-pin {
    position: static;
  }

  .compare-heading h2 {
    font-size: clamp(35px, 9vw, 47px);
  }

  .compare-heading > p:last-child {
    font-size: 15px;
  }

  .compare-board__head {
    display: none;
  }

  .compare-item {
    min-height: 0;
    padding: 28px 0;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
  }

  .compare-item > strong {
    grid-column: 1 / -1;
    justify-content: flex-start;
    text-align: left;
    color: #c77cff;
  }

  .compare-item__basic,
  .compare-item__noon {
    height: auto;
    border-left: 0;
    font-size: 15px;
  }

  .compare-item__basic {
    padding: 0;
  }

  .compare-item__noon {
    background: transparent;
    padding-left: 16px;
    animation: none;
  }

  .compare-board__head > :nth-child(3) {
    animation: none;
  }

  .process-section {
    padding: 105px 18px 0;
  }

  .process-heading {
    margin-bottom: 48px;
    text-align: left;
  }

  .process-heading h2 {
    font-size: clamp(35px, 9vw, 47px);
  }

  .process-heading > p:last-child {
    font-size: 15px;
  }

  .process-heading > p:last-child br {
    display: none;
  }

  .process-stage {
    display: flex;
    flex-direction: column;
    gap: 55px;
  }

  .process-visual-wrap {
    position: static;
    width: 100%;
    padding: 0;
  }

  .process-visual {
    height: 480px;
    border-radius: 20px;
    min-height: 0;
    box-shadow: none;
  }

  .process-screen {
    padding: 32px 24px;
  }

  .process-steps {
    width: 100%;
    padding: 0;
  }

  .process-step {
    min-height: 0;
    margin-bottom: 14px;
    padding: 30px 25px 34px;
    opacity: .45;
  }

  .process-step.is-active {
    transform: none;
  }

  .process-step h3 {
    font-size: 27px;
  }

  .process-step p {
    font-size: 15px;
  }

  .process-step p br {
    display: none;
  }

  .process-step__line {
    left: 25px;
  }

  .target-map {
    width: min(90%, 350px);
  }

  .process-transition-spacer {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 120px 0;
    align-self: center;
  }

  .faq-section {
    padding: 105px 18px 120px;
  }

  .faq-inner {
    display: block;
  }

  .faq-heading {
    position: static;
    margin-bottom: 58px;
  }

  .faq-heading h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .faq-question {
    min-height: 96px;
    padding: 24px 0;
    gap: 18px;
  }

  .faq-question > span {
    gap: 14px;
    font-size: 18px;
  }

  .faq-question i {
    width: 22px;
    height: 22px;
  }

  .faq-answer p {
    padding: 0 8px 28px 0;
    font-size: 17px;
  }

  .law-event-section {
    padding: 105px 18px;
  }

  .law-event-panel {
    min-height: 0;
    display: block;
  }

  .law-event-copy {
    min-height: 0;
  }

  .law-event-panel h2 {
    font-size: clamp(31px, 8.5vw, 42px);
  }

  .law-event-description {
    font-size: 16px;
  }

  .law-event-description br {
    display: none;
  }

  .law-event-copy .law-event-button {
    margin-top: 38px;
  }

  .law-event-benefits {
    margin-top: 38px;
    flex-wrap: wrap;
  }

  .law-event-visual {
    min-height: 0;
    margin-top: 60px;
    border-radius: 24px;
  }

  .law-event-video {
    width: 100%;
  }

  .law-event-video-wrap {
    width: 132%;
  }

  .law-event-slides {
    min-height: 500px;
  }

  .law-event-slide {
    padding: 34px 28px;
  }

  .law-event-slide h3 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .law-event-donut {
    top: 50%;
    width: min(78%, 340px);
  }

  .law-event-slider-nav {
    right: 28px;
    bottom: 38px;
  }

  .law-event-note {
    margin: 18px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-reveal,
  .noon-reveal,
  .reveal-on-scroll,
  .reveal-card,
  .noon-basic-reveal,
  .cta-reveal {
    animation: none;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .compare-board__head > :nth-child(3),
  .compare-item__noon {
    animation: none;
  }

  .law-event-panel h2 strong {
    opacity: 1;
    clip-path: none;
    transform: none;
    animation: none;
  }

  .law-event-button {
    animation: none;
  }

  .law-event-video-wrap,
  .law-event-panel.is-visible .law-event-video-wrap {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .law-event-donut__chart,
  .donut-segment--1,
  .donut-segment--2,
  .donut-segment--3 {
    animation: none;
  }
}

/* Partnership application */
.partnership-apply {
  position: relative;
  z-index: 6;
  padding: 130px 40px;
  color: #151318;
  background: #f6f7f9;
}

.partnership-apply__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.partnership-apply__heading p {
  margin: 0 0 18px;
  color: #9635e9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}

.partnership-apply__heading {
  text-align: center;
}

.law-event-kicker {
  display: inline-block;
  text-decoration: none;
}

.partnership-apply__heading h2 {
  margin: 0;
  font-size: clamp(38px, 3.25vw, 54px);
  line-height: 1.1;
  letter-spacing: -.038em;
}

.partnership-title-break {
  display: inline;
}

.partnership-subtitle-break {
  display: none;
}

.partnership-apply__heading > span {
  display: block;
  margin-top: 28px;
  color: #6f6974;
  font-size: 18px;
  line-height: 1.8;
}

.partnership-form {
  margin-top: 48px;
  padding: clamp(38px, 4vw, 58px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 28px;
  border: 1px solid #e0dce4;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(52, 43, 61, .08);
}

.partnership-form label {
  display: block;
  min-width: 0;
}

.partnership-form label > span {
  display: block;
  margin-bottom: 12px;
  color: #3c3740;
  font-size: 16px;
  font-weight: 700;
}

.partnership-form label b {
  color: #ac47fb;
  font-size: 17px;
  font-weight: 800;
}

.partnership-form input,
.partnership-form select,
.partnership-form textarea {
  width: 100%;
  padding: 0 18px;
  border: 1px solid #e2dfe5;
  border-radius: 9px;
  outline: none;
  color: #18151b;
  background: #f9f9fb;
  font: inherit;
  transition: border-color .3s ease, background .3s ease;
}

.partnership-form input,
.partnership-form select {
  height: 58px;
}

.partnership-form select {
  padding-right: 54px;
  appearance: none;
  -webkit-appearance: none;
  background-image: none;
}

.partnership-form__select {
  position: relative;
}

.partnership-form__select::after {
  position: absolute;
  right: 22px;
  bottom: 25px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #5f5963;
  border-bottom: 1.5px solid #5f5963;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.partnership-form__select.is-open::after {
  transform: rotate(225deg);
}

.partnership-form textarea {
  min-height: 128px;
  padding-top: 17px;
  resize: vertical;
}

.partnership-form input::placeholder {
  color: #9b95a0;
}

.partnership-form textarea::placeholder {
  color: #9b95a0;
}

.partnership-form input:focus,
.partnership-form select:focus,
.partnership-form textarea:focus {
  border-color: rgba(172,71,251,.8);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(172,71,251,.08);
}

.partnership-form select option {
  color: #111;
}

.partnership-form__wide {
  grid-column: 1 / -1;
}

.partnership-form button {
  grid-column: 1 / -1;
  justify-self: center;
  width: auto;
  min-height: 58px;
  margin-top: 14px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #17131a;
  border-radius: 8px;
  color: #fff;
  background: #17131a;
  font-size: 16px;
  font-weight: 800;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
  animation: law-event-button-pulse .82s ease-in-out infinite alternate;
  transition:
    opacity .85s cubic-bezier(.22, 1, .36, 1),
    transform .85s cubic-bezier(.22, 1, .36, 1),
    color .3s ease,
    border-color .3s ease,
    background .3s ease;
}

.partnership-form button:hover {
  border-color: #ac47fb;
  background: #ac47fb;
}

.partnership-form button > span {
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.partnership-form button:hover > span {
  transform: translateX(5px);
}

/* CONTACT US — original full-width form treatment */
.contact-section {
  min-height: 0;
  padding: 150px 40px 110px;
}

.contact-section__bg {
  background:
    linear-gradient(rgba(4, 6, 8, .76), rgba(4, 6, 8, .9)),
    url("../images/contact_bg.jpg") center / cover no-repeat;
}

.contact-form {
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.contact-form fieldset {
  gap: 30px 22px;
}

.contact-field > span {
  margin-bottom: 10px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}

.contact-field > input,
.contact-field > select,
.contact-field > textarea,
.contact-options {
  border: 1px solid rgba(255,255,255,.055);
  background: rgba(0,0,0,.26);
}

.contact-field > input,
.contact-field > select {
  height: 58px;
  padding: 0 18px;
}

.contact-field > textarea {
  min-height: 120px;
  padding: 18px;
}

.contact-field > input:focus,
.contact-field > select:focus,
.contact-field > textarea:focus {
  border-color: rgba(172,71,251,.62);
}

.contact-options {
  min-height: 58px;
  padding: 18px 20px;
  align-items: center;
}

.contact-options--period {
  justify-content: flex-start;
  gap: 28px;
}

.contact-captcha {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 0;
}

.contact-captcha > span:first-child,
.contact-captcha small {
  grid-column: 1 / -1;
}

.contact-captcha__code {
  height: 58px;
  margin: 0 !important;
  display: grid !important;
  place-items: center;
  color: rgba(255,255,255,.66) !important;
  background:
    repeating-linear-gradient(15deg, transparent 0 5px, rgba(255,255,255,.06) 6px 7px),
    #17202c;
  font-family: monospace;
  letter-spacing: .08em;
}

.contact-captcha > input {
  grid-column: 2;
}

.contact-captcha small {
  margin-top: 9px;
  color: rgba(255,255,255,.56);
  font-size: 13px;
}

.contact-captcha small button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.contact-consent {
  margin-top: 22px;
}

.contact-submit {
  background: rgba(255,255,255,.88);
}

@media (max-width: 1100px) {
  .contact-section {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .compare-section {
    padding: 92px 16px 100px;
  }

  .compare-heading-wrap {
    margin-bottom: 48px;
  }

  .compare-kicker {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .compare-heading h2 {
    font-size: clamp(32px, 8.6vw, 38px);
    line-height: 1.16;
  }

  .compare-heading > p:last-child {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
  }

  .compare-heading > p:last-child br {
    display: none;
  }

  .compare-board {
    display: grid;
    gap: 14px;
    border-top: 0;
  }

  .compare-item {
    min-height: 0;
    padding: 22px;
    display: block;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 16px;
    background: rgba(255, 255, 255, .025);
  }

  .compare-item > strong,
  .compare-item__basic,
  .compare-item__noon {
    width: 100%;
    height: auto;
    display: block;
    border-left: 0;
    text-align: left;
  }

  .compare-item > strong {
    margin-bottom: 20px;
    color: #c77cff;
    font-size: 14px;
  }

  .compare-item__basic,
  .compare-item__noon {
    position: relative;
    padding: 36px 18px 16px;
    border-radius: 12px;
  }

  .compare-item__basic {
    color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .045);
    font-size: 15px;
  }

  .compare-item__noon {
    margin-top: 10px;
    color: #fff;
    background: rgba(172, 71, 251, .2);
    border: 1px solid rgba(199, 124, 255, .34);
    box-shadow: none;
    font-size: 16px;
    animation: noonColumnPulse 1.4s ease-in-out infinite alternate;
  }

  .compare-item__basic::before,
  .compare-item__noon::before {
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
  }

  .compare-item__basic::before {
    color: rgba(255, 255, 255, .4);
    content: "일반 DB 대행사";
  }

  .compare-item__noon::before {
    color: #d9a4ff;
    content: "눈커뮤니케이션";
  }

  .compare-item:hover .compare-item__noon {
    color: #fff;
    font-size: 16px;
  }

  /* Mobile comparison matrix */
  .compare-board {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 16px;
    background: rgba(255, 255, 255, .018);
  }

  .compare-board::before {
    content: "";
    position: absolute;
    z-index: 5;
    inset: -1px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    clip-path: inset(0 0 100% 0 round 16px);
    transition: clip-path 1.35s cubic-bezier(.22, 1, .36, 1);
    pointer-events: none;
  }

  .compare-board:has(.compare-board__head.is-visible)::before {
    clip-path: inset(0 0 0 0 round 16px);
  }

  .compare-board__head {
    min-height: 64px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 0;
    background: rgba(255, 255, 255, .035);
  }

  .compare-board__head > :first-child {
    display: none;
  }

  .compare-board__head > :nth-child(2),
  .compare-board__head > :nth-child(3) {
    min-width: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 0;
    text-align: center;
    font-size: 13px;
  }

  .compare-board__head > :nth-child(2) {
    grid-column: 1;
  }

  .compare-board__head > :nth-child(3) {
    grid-column: 2;
    border-left: 1px solid rgba(220, 174, 255, .5);
    box-shadow: none;
  }

  .compare-board__head > :nth-child(2) {
    color: rgba(255, 255, 255, .58);
  }

  .compare-board__head > :nth-child(3) {
    color: #d0a9df;
    background: rgba(128, 79, 159, .24);
    box-shadow: none;
  }

  .compare-item {
    min-height: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .11);
    border-radius: 0;
    background: transparent;
  }

  .compare-item > strong {
    grid-column: 1 / -1;
    margin: 0;
    padding: 14px 16px 10px;
    display: block;
    color: #c77cff;
    background: rgba(255, 255, 255, .018);
    font-size: 12px;
    text-align: left;
  }

  .compare-item__basic,
  .compare-item__noon {
    min-height: 78px;
    margin: 0;
    padding: 17px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    text-align: center;
    line-height: 1.55;
  }

  .compare-item__basic {
    color: rgba(255, 255, 255, .62);
    background: transparent;
    font-size: 14px;
  }

  .compare-item__noon {
    color: #fff;
    background: rgba(172, 71, 251, .16);
    border-left: 1px solid rgba(210, 156, 255, .26);
    box-shadow: none;
    font-size: 14.5px;
    font-weight: 700;
  }

  .compare-item__basic::before,
  .compare-item__noon::before {
    content: none;
  }

  .compare-item:hover .compare-item__noon {
    color: #fff;
    font-size: 14.5px;
  }

  /* Mobile symmetric comparison layout */
  .compare-heading-wrap {
    margin-bottom: 48px;
    text-align: center;
  }

  .law-event-note-break {
    display: block;
  }

  .compare-heading {
    text-align: center;
  }

  .compare-heading > p:last-child {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .compare-board__head {
    grid-template-columns: 1fr 1fr;
  }

  .compare-board__head > :nth-child(2),
  .compare-board__head > :nth-child(3) {
    min-height: 64px;
    padding: 0 18px;
    font-size: 13px;
    line-height: 1.4;
  }

  .compare-item {
    position: relative;
    min-height: 116px;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .compare-item::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -1px;
    right: 0;
    width: 50%;
    height: 1px;
    background: rgba(220, 174, 255, .38);
    pointer-events: none;
  }

  .compare-item > strong {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    margin: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #fff;
    background: #ac47fb;
    box-shadow: 0 8px 24px rgba(172, 71, 251, .3);
    font-size: 11.5px;
    line-height: 1.15;
    text-align: center;
    word-break: keep-all;
    transform: translate(-50%, -50%);
  }

  .compare-item__basic,
  .compare-item__noon {
    width: 100%;
    min-width: 0;
    min-height: 116px;
    box-sizing: border-box;
    padding: 24px 34px;
    font-size: 14.5px;
    line-height: 1.55;
    word-break: keep-all;
    text-align: center;
    justify-content: center;
  }

  .compare-item__basic {
    grid-column: 1;
    padding-left: 34px;
    padding-right: 34px;
  }

  .compare-item__noon {
    grid-column: 2;
    padding-left: 34px;
    padding-right: 34px;
    background: rgba(172, 71, 251, .2);
    border-top: 0;
    border-left: 1px solid rgba(220, 174, 255, .5);
    box-shadow: none;
    animation: none;
  }

  .compare-item:last-child .compare-item__noon {
    box-shadow: none;
  }

  .mobile-compare-break {
    display: initial;
  }

  .compare-item:hover .compare-item__noon {
    font-size: 14.5px;
  }

  .industry-section {
    padding: 88px 16px 80px;
    border-radius: 18px 18px 0 0;
  }

  .industry-heading {
    margin-bottom: 44px;
  }

  .industry-kicker {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .industry-heading h2 {
    font-size: clamp(31px, 8.4vw, 36px);
    line-height: 1.16;
  }

  .industry-heading > p:last-child {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
  }

  .industry-grid {
    gap: 14px;
  }

  .industry-card {
    height: 265px;
    border-radius: 16px;
    transition:
      background .35s ease,
      color .35s ease,
      border-color .35s ease,
      box-shadow .4s ease;
  }

  .industry-card.is-open {
    height: 265px;
    transform: none;
  }

  .industry-card:hover,
  .industry-card.reveal-card.is-visible:hover,
  .industry-card.reveal-card.is-visible.is-open {
    transform: none;
  }

  .industry-card__toggle {
    padding: 27px 24px;
  }

  .industry-card__number {
    font-size: 12px;
  }

  .industry-card__title {
    margin-top: 13px;
    font-size: 25px;
  }

  .industry-card__summary {
    margin-top: 9px;
    font-size: 16px;
  }

  .industry-card__icon {
    right: 22px;
    bottom: 21px;
    width: 36px;
    height: 36px;
  }

  .industry-card__detail {
    top: 96px;
    right: 24px;
    bottom: 18px;
    left: 24px;
  }

  .industry-card__detail p {
    font-size: 15px;
  }

  .industry-card__detail li {
    font-size: 13.5px;
  }

  .industry-card__promo {
    bottom: 21px;
    left: 24px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .industry-note {
    margin-top: 36px;
    font-size: 14px;
    line-height: 1.65;
  }

  /* PARTNERSHIP EVENT: mobile content flow */
  .law-event-section {
    padding: 96px 18px 104px;
  }

  .law-event-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .law-event-copy {
    display: contents;
  }

  .law-event-kicker {
    order: 1;
    margin: 0 0 20px;
    text-align: center;
  }

  .law-event-panel h2 {
    order: 2;
    width: 100%;
    font-size: clamp(31px, 8.5vw, 39px);
    line-height: 1.16;
    text-align: center;
  }

  .law-event-panel h2 strong {
    display: table;
    margin: 10px auto 0;
    padding: .06em .1em .1em;
  }

  .law-event-visual {
    order: 3;
    width: 100%;
    min-height: 300px;
    margin: 34px 0 12px;
    overflow: hidden;
    border-radius: 0;
  }

  .law-event-video-wrap {
    width: 124%;
    margin: 0 -12%;
  }

  .law-event-description {
    order: 4;
    width: 100%;
    max-width: 420px;
    margin: 18px auto 0;
    color: #555159;
    font-size: 15.5px;
    line-height: 1.75;
    text-align: center;
  }

  .law-event-benefits {
    order: 5;
    width: min(100%, 336px);
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .law-event-benefits li {
    width: 100%;
    min-height: 52px;
    padding: 0 18px 0 25px;
    justify-content: flex-start;
    font-size: 14px;
    box-sizing: border-box;
  }

  .law-event-copy .law-event-button {
    order: 6;
    width: auto;
    min-height: 58px;
    margin: 28px auto 0;
    padding: 0 27px;
    align-self: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .law-event-note {
    order: 7;
    width: min(100%, 390px);
    margin: 18px auto 0;
    font-size: 12.5px;
    line-height: 1.65;
    text-align: center;
  }

  .partnership-apply {
    padding: 92px 18px 100px;
  }

  .partnership-apply__inner {
    padding: 0;
  }

  .partnership-form {
    width: min(100%, 420px);
    margin: 40px auto 0;
    padding: 32px 24px 36px;
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 22px;
    box-sizing: border-box;
  }

  .partnership-title-break {
    display: block;
  }

  .partnership-subtitle-break {
    display: block;
  }

  .partnership-apply__heading > span {
    max-width: 400px;
    margin: 24px auto 0;
    font-size: 16px;
    line-height: 1.75;
  }

  .partnership-form label > span {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .partnership-form__wide,
  .partnership-form button {
    grid-column: 1;
  }

  .partnership-form button {
    width: auto;
  }

  /* HOW IT WORKS: mobile sticky visual + sequential steps */
  .process-section {
    padding-right: 18px;
    padding-left: 18px;
    overflow: clip;
  }

  body.faq-phase .process-section {
    background: #f7f5f7;
  }

  body.faq-phase .process-mobile-slider {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility .28s ease;
  }

  body.faq-phase .site-header.on-dark-section:not(.menu-open) {
    background: rgba(247, 245, 247, .96);
    backdrop-filter: blur(14px);
  }

  body.faq-phase .site-header.on-dark-section:not(.menu-open) .site-logo img {
    filter: none;
  }

  body.faq-phase .site-header.on-dark-section:not(.menu-open) .menu-button {
    border-color: rgba(17, 17, 17, .2);
  }

  body.faq-phase .site-header.on-dark-section:not(.menu-open) .menu-button span {
    background: #111;
  }

  .process-inner,
  .process-stage,
  .process-content,
  .process-heading,
  .process-steps,
  .process-step {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .process-stage {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .process-content {
    display: contents;
  }

  .process-heading {
    order: 1;
    margin: 0 0 42px;
    text-align: center;
  }

  .process-heading h2 {
    max-width: 100%;
    font-size: clamp(32px, 8vw, 38px);
    line-height: 1.12;
  }

  .process-heading h2 .process-title-line {
    white-space: normal;
  }

  .process-title-mobile-break {
    display: block;
  }

  .process-heading > p:last-child {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.75;
  }

  .process-heading > p:last-child br {
    display: block;
  }

  .process-visual-wrap {
    display: none;
  }

  .process-visual {
    width: 100%;
    height: 292px;
    min-height: 0;
    border-radius: 16px;
    background: #100e12;
  }

  .process-screen {
    padding: 18px 16px;
  }

  .target-map {
    width: min(72vw, 270px);
  }

  .process-steps {
    display: none;
  }

  .process-step {
    min-height: 210px;
    margin: 0 0 22px;
    padding: 30px 25px 34px;
  }

  .process-step h3 {
    font-size: 26px;
  }

  .process-step p {
    font-size: 15px;
    line-height: 1.7;
  }

  .process-transition-spacer {
    order: 4;
    display: none;
    height: 0;
    padding: 0;
  }

  .process-mobile-slider {
    order: 2;
    width: 100%;
    min-width: 0;
    display: block;
  }

  .process-mobile-track {
    width: 100%;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    cursor: grab;
    user-select: none;
  }

  .process-mobile-track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }

  .process-mobile-track::-webkit-scrollbar {
    display: none;
  }

  .process-mobile-slide {
    flex: 0 0 100%;
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: center;
    border: 0;
    border-radius: 20px;
    background: transparent;
  }

  .process-mobile-visual {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-bottom: 0;
    border-radius: 20px;
    background: transparent;
  }

  .process-mobile-visual .process-screen {
    padding: 18px 16px;
  }

  .process-mobile-visual .target-map {
    width: 220px;
  }

  .process-mobile-visual .target-node {
    min-width: 52px;
    padding: 8px 11px;
    font-size: 12px;
  }

  .process-mobile-visual .target-core b {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.03em;
  }

  .process-mobile-visual .target-core span {
    margin-top: 5px;
    font-size: 9px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .process-mobile-visual .target-core {
    inset: 34%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .process-mobile-visual .screen-caption {
    right: 15px;
    bottom: 12px;
    left: 15px;
  }

  .process-mobile-visual .screen-caption b,
  .process-mobile-visual .screen-caption span {
    font-size: 11px;
  }

  .process-mobile-visual .filter-form {
    width: 100%;
    padding: 12px 16px;
    border-radius: 16px;
  }

  .process-mobile-visual .filter-form > div {
    min-height: 54px;
    grid-template-columns: 1fr auto 20px;
    gap: 10px;
  }

  .process-mobile-visual .filter-form > .filter-result {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .process-mobile-visual .filter-form span {
    font-size: 13px;
  }

  .process-mobile-visual .filter-form b {
    font-size: 12px;
  }

  .process-mobile-visual .filter-form i {
    width: 20px;
    height: 20px;
  }

  .process-mobile-visual .filter-form i::after {
    font-size: 12px;
    line-height: 20px;
  }

  .process-mobile-visual .filter-result strong {
    padding: 8px 10px;
    font-size: 11px;
  }

  .process-mobile-visual .shield-icon {
    width: 78px;
    height: 90px;
    margin-bottom: 10px;
  }

  .process-mobile-visual .shield-icon span {
    font-size: 30px;
  }

  .process-mobile-visual .shield-screen > strong {
    font-size: 20px;
  }

  .process-mobile-visual .blocked-list {
    width: min(100%, 310px);
    margin: 15px auto 0;
    gap: 7px;
  }

  .process-mobile-visual .blocked-list span {
    min-height: 40px;
    padding: 9px 13px;
    border-radius: 10px;
    font-size: 12px;
  }

  .process-mobile-visual .blocked-list b {
    font-size: 9px;
  }

  .process-mobile-visual .report-score span {
    font-size: 11px;
  }

  .process-mobile-visual .report-score strong {
    gap: 6px;
    font-size: 54px;
  }

  .process-mobile-visual .report-score em {
    font-size: 22px;
  }

  .process-mobile-visual .report-chart {
    height: 155px;
    margin-top: 16px;
    padding: 14px 16px 0;
    gap: 10px;
    border-radius: 12px;
  }

  .process-mobile-visual .report-meta {
    margin-top: 11px;
    font-size: 11px;
  }

  .process-mobile-copy {
    min-height: 205px;
    margin-top: 14px;
    padding: 28px 32px 32px;
    border: 1px solid rgba(172, 71, 251, .5);
    border-radius: 20px;
    background: rgba(172, 71, 251, .15);
    box-shadow:
      0 24px 55px rgba(0, 0, 0, .18),
      inset 0 1px rgba(225, 190, 255, .24);
    text-align: left;
  }

  .process-mobile-copy .process-step__number {
    color: #c77cff;
  }

  .process-mobile-copy h3 {
    margin: 14px 0 12px;
    font-size: 25px;
    line-height: 1.25;
  }

  .process-mobile-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.7;
  }

  .process-mobile-copy p br {
    display: block;
  }

  .process-mobile-navigation {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .process-mobile-arrow {
    display: none;
  }

  .process-mobile-arrow:disabled {
    opacity: .3;
  }

  .process-mobile-dots {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .process-mobile-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .28);
    transition: width .3s ease, background .3s ease;
  }

  .process-mobile-dot.is-active {
    width: 24px;
    background: #ac47fb;
  }

  /* FAQ mobile sizing */
  .faq-section {
    padding: 88px 18px 100px;
  }

  .faq-heading {
    margin-bottom: 46px;
  }

  .faq-kicker {
    margin-bottom: 18px;
  }

  .faq-heading h2 {
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.16;
    letter-spacing: -.035em;
  }

  .faq-item {
    margin-bottom: 10px;
    border-radius: 14px;
  }

  .faq-question {
    min-height: 88px;
    padding: 20px;
    gap: 14px;
  }

  .faq-question > span {
    min-width: 0;
    gap: 12px;
    font-size: 16.5px;
    line-height: 1.45;
  }

  .faq-question b {
    flex: 0 0 auto;
    font-size: 11px;
  }

  .faq-question i {
    width: 20px;
    height: 20px;
  }

  .faq-answer p {
    padding: 0 20px 25px 50px;
    font-size: 15px;
    line-height: 1.75;
  }
}

.compare-final-mobile {
  display: none;
}

.compare-final-desktop {
  display: block;
}

@media (max-width: 680px) {
  .industry-heading h2,
  .compare-heading h2,
  .process-heading h2,
  .faq-heading h2,
  .law-event-panel h2,
  .partnership-apply__heading h2 {
    font-size: clamp(32px, 8.72vw, 36px);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.035em;
  }

  .industry-kicker,
  .compare-kicker,
  .process-kicker,
  .faq-kicker,
  .law-event-kicker,
  .partnership-apply__heading p {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
  }

  .industry-heading > p:last-child,
  .compare-heading > p:last-child,
  .process-heading > p:last-child,
  .law-event-description,
  .partnership-apply__heading > span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
  }

  .compare-final-desktop {
    display: none;
  }

  .compare-final-mobile {
    display: block;
    line-height: 1.55;
  }

  .compare-item:last-child .compare-item__noon {
    padding-left: 48px;
    padding-right: 18px;
  }
}
