/* PSD-led local previews for /how and /ai-conversation. */

.psd-subpage-page {
  --psd-blue: #0054fe;
  --psd-ink: #000;
  --psd-base: #fdfbf8;
  --psd-band: #fdf4e7;
  --psd-cta: #e8f7fc;
  overflow-x: clip;
  background: var(--psd-base);
  color: var(--psd-ink);
}

.psd-subpage-page #main {
  overflow: clip;
}

.psd-subpage-page #main > section {
  display: none;
}

.psd-subpage-page .site-beta-notice {
  display: none !important;
}

.psd-subpage-page .site-header {
  right: 0;
  left: 0;
  width: 100%;
}

.psd-subpage-page .site-footer {
  margin-top: 0;
}

.psd-subpage-page .sd-devfab {
  display: none !important;
}

.sd-psd-page {
  background: var(--psd-base);
  color: var(--psd-ink);
}

.sd-psd-page *,
.sd-psd-page *::before,
.sd-psd-page *::after {
  box-sizing: border-box;
}

.sd-psd-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sd-psd-page a {
  color: inherit;
}

.sd-psd-shell {
  width: min(calc(100% - 130px), 1310px);
  margin-inline: auto;
}

.sd-psd-blue {
  color: var(--psd-blue);
}

.sd-psd-breadcrumb {
  display: flex;
  gap: 7px;
  align-items: center;
  padding-top: 76px;
  color: #111;
  font-size: 19px;
  font-weight: 650;
}

.sd-psd-breadcrumb a {
  text-decoration: none;
}

.sd-psd-breadcrumb span:last-child {
  color: var(--psd-blue);
}

.sd-psd-title {
  margin: 0;
  color: var(--psd-ink);
  font-weight: 900;
  letter-spacing: 0;
}

.sd-psd-copy {
  color: #222;
  font-size: 18px;
  line-height: 1.65;
}

.sd-psd-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--psd-blue);
  color: #fff !important;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
}

.sd-psd-link:focus-visible {
  outline: 4px solid rgba(0, 84, 254, .25);
  outline-offset: 4px;
}

.sd-psd-final-cta {
  background: var(--psd-cta);
}

.sd-psd-final-cta__inner {
  display: flex;
  min-height: 203px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sd-psd-final-cta h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.12;
}

.sd-psd-final-cta__highlight {
  padding: .02em .12em .06em;
  background: #6f8eaf;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
}

.sd-psd-final-cta a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.sd-psd-final-cta a::after {
  margin-left: 24px;
  color: #000;
  content: "←";
  font-size: 42px;
  line-height: .7;
}

/* How page */

.sd-how-intro {
  display: flex;
  min-height: max(787px, calc(100svh - 196px));
  flex-direction: column;
}

.sd-how-hero {
  flex: 1 0 auto;
  padding-bottom: 24px;
}

.sd-how-hero__copy {
  padding-top: 70px;
  padding-bottom: 20px;
}

.sd-how-hero__primary {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
  font-size: 66px;
  font-weight: 900;
  line-height: 1.05;
}

.sd-how-hero__bubble-link {
  position: relative;
  display: inline-grid;
  width: 117px;
  height: 68px;
  flex: none;
  place-items: center;
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none !important;
}

.sd-how-hero__bubble-link img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.sd-how-hero__bubble-link span {
  position: relative;
  z-index: 1;
  transform: translateY(-2px);
}

.sd-how-hero__title {
  margin-top: 20px;
  font-size: 88px;
  line-height: 1.05;
}

.sd-how-hero__lede {
  display: grid;
  gap: 4px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.6;
}

.sd-how-steps {
  background: var(--psd-band);
}

.sd-how-steps__stage {
  padding: 32px 16px 52px;
}

.sd-how-steps__visuals {
  display: grid;
  min-height: 310px;
  grid-template-columns: minmax(250px, 332px) 153px 218px 153px minmax(260px, 341px);
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.sd-how-step-visual {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
}

.sd-how-step-visual--message {
  width: 332px;
  max-width: 100%;
  justify-self: start;
}

.sd-how-step-visual--message p {
  position: absolute;
  inset: 34px 24px 28px;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.35;
}

.sd-how-step-visual--draft {
  width: 218px;
}

.sd-how-step-visual--draft img {
  width: 104.129%;
  max-width: none;
  justify-self: start;
  transform: translateX(-.881%);
}

.sd-how-step-visual--plane {
  width: 341px;
  justify-self: end;
}

.sd-how-step-arrow {
  width: 153px;
}

.sd-how-steps__labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.sd-how-step-label {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.sd-how-step-label:first-child {
  justify-content: flex-start;
  padding-left: 28px;
}

.sd-how-step-label:last-child {
  justify-content: flex-end;
  padding-right: 28px;
}

.sd-how-step-label b {
  display: grid;
  width: 43px;
  height: 43px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: var(--psd-blue);
  color: #fff;
  font-size: 26px;
}

.sd-how-roles {
  padding: 96px 0 118px;
}

.sd-how-roles__heading {
  display: flex;
  min-height: 260px;
  align-items: flex-start;
  justify-content: space-between;
}

.sd-how-roles__title {
  font-size: 64px;
  line-height: 1.34;
}

.sd-how-roles__signature {
  display: inline-block;
  width: 143px;
  margin-left: 10px;
  vertical-align: -.16em;
}

.sd-how-roles__free {
  width: 344px;
  margin: -8px 18px 0 0;
}

.sd-how-role-groups {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 36px;
}

.sd-how-role-group {
  min-width: 0;
}

.sd-how-role-group + .sd-how-role-group {
  border-left: 2px dashed #bbb;
  padding-left: 36px;
}

.sd-how-role-group__label {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-bottom: 45px;
  padding: 0 14px;
  border-radius: 8px;
  background: #163fe7;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.sd-how-role-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.sd-how-role-group--receiver .sd-how-role-items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sd-how-role-item {
  display: grid;
  min-width: 0;
  grid-template-rows: 180px auto;
  gap: 22px;
  place-items: center;
  text-align: center;
}

.sd-how-role-item img {
  max-width: 160px;
  max-height: 180px;
  object-fit: contain;
}

.sd-how-role-item strong {
  font-size: 26px;
  line-height: 1.2;
}

.sd-how-safety {
  padding: 78px 0 124px;
}

.sd-how-safety__title {
  font-size: 64px;
  line-height: 1.3;
}

.sd-how-safety__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
  margin-top: 84px;
}

.sd-how-safety-item {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.sd-how-safety-item img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
}

.sd-how-safety-item h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
}

.sd-how-safety-item p {
  margin: 12px 0 0;
  color: #333;
  font-size: 17px;
  line-height: 1.45;
}

/* Conversational contract page */

.sd-ai-hero {
  min-height: max(630px, calc(100svh - 196px));
}

.sd-ai-hero__copy {
  position: relative;
  padding-top: 53px;
}

.sd-ai-hero__title {
  max-width: none;
}

.sd-ai-hero__line {
  display: block;
  width: max-content;
  max-width: 100%;
  transform-origin: left top;
}

.sd-ai-hero__line--base {
  font-size: 72px;
  font-weight: 700;
  line-height: .9;
  scale: .946 1;
}

.sd-ai-hero__line--em {
  margin-top: 28px;
  font-size: 100px;
  font-weight: 900;
  line-height: .91;
  scale: .952 1;
}

.sd-ai-hero__lede {
  margin-top: 75px;
  font-size: 20px;
  line-height: 29px;
}

.sd-ai-hero__scroll-arrow {
  position: absolute;
  top: 65px;
  left: 69.62%;
  display: block;
  width: 171px;
  height: 292px;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 234px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.sd-ai-example {
  position: relative;
  height: 642px;
  padding: 0;
}

.sd-ai-example > .sd-psd-shell {
  position: relative;
  height: 100%;
}

.sd-ai-example__title {
  position: absolute;
  top: 63px;
  left: 0;
  width: max-content;
  font-size: 72px;
  font-weight: 700;
  line-height: .9;
  transform-origin: left top;
  scale: .925 1;
}

.sd-ai-example > .sd-psd-shell > .sd-psd-copy {
  position: absolute;
  top: 157px;
  left: 2px;
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.sd-ai-example__stage {
  position: absolute;
  inset: 0;
  min-height: 0;
  margin: 0;
}

.sd-ai-example__copy {
  position: absolute;
  inset: 0;
  min-width: 0;
  padding: 0;
}

.sd-ai-example__copy p {
  position: absolute;
  top: 226px;
  left: 89px;
  margin: 0;
  width: max-content;
  max-width: none;
  font-family: "KyoboHandwriting2025lyb", "Nanum Pen Script", "Apple SD Gothic Neo", sans-serif;
  font-size: 40px;
  line-height: 68px;
  transform-origin: left top;
  scale: .932 1;
  white-space: nowrap;
}

.sd-ai-example__rays {
  position: absolute;
  top: 195px;
  left: 0;
  width: 65px;
}

.sd-ai-example__handwriting {
  position: absolute;
  top: 356px;
  left: 137px;
  width: 488px;
  margin: 0;
}

.sd-ai-example__visual {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.sd-ai-example__contract {
  position: absolute;
  top: 140px;
  left: calc(65.5% - 2px);
  width: 228px;
}

.sd-ai-example__phone {
  position: absolute;
  top: 151px;
  left: calc(79.24% - 2px);
  z-index: 2;
  width: 169px;
}

.sd-ai-example__highlight {
  position: absolute;
  top: 85px;
  left: 84.8%;
  width: 144px;
}

.sd-ai-example__cta {
  position: absolute;
  top: 526px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0;
}

.sd-ai-example__cta .sd-psd-link {
  min-width: 280px;
  padding-inline: 18px;
}

.sd-ai-hitl {
  padding-top: 108px;
}

.sd-ai-hitl__title {
  font-size: 62px;
  line-height: 1.2;
}

.sd-ai-hitl__lede {
  margin: 18px 0 46px;
}

.sd-ai-hitl__approval-term {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.sd-ai-hitl__approval-term img {
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 135px;
  max-width: none;
}

.sd-ai-hitl__band {
  background: var(--psd-band);
}

.sd-ai-hitl__flow {
  display: grid;
  min-height: 330px;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  gap: 24px;
  align-items: center;
}

.sd-ai-hitl__node {
  display: grid;
  min-width: 0;
  grid-template-rows: 215px auto;
  gap: 18px;
  place-items: center;
  text-align: center;
}

.sd-ai-hitl__node img {
  max-height: 215px;
  object-fit: contain;
}

.sd-ai-hitl__node strong {
  font-size: 36px;
  line-height: 1.15;
}

.sd-ai-hitl__arrow {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}

.sd-ai-hitl__approval {
  position: relative;
}

.sd-ai-hitl__approval-note {
  position: absolute;
  right: -126px;
  bottom: 14px;
  width: 190px;
  color: #f3a400;
  font-family: "Nanum Pen Script", "Apple SD Gothic Neo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  transform: rotate(-3deg);
}

.sd-ai-hitl__approval-note img {
  position: absolute;
  top: -8px;
  left: -10px;
  width: 135px;
  max-height: none;
}

.sd-ai-dev {
  padding: 32px 0 168px;
}

.sd-ai-dev__badge {
  width: 172px;
  margin-bottom: 15px;
}

.sd-ai-dev__title {
  width: max-content;
  max-width: 100%;
  font-size: 72px;
  font-weight: 700;
  line-height: .92;
  transform-origin: left top;
  scale: .946 1;
}

.sd-ai-dev__copy {
  margin: 14px 0 0;
}

.sd-ai-dev__actions {
  display: flex;
  gap: 78px;
  margin-top: 18px;
}

.sd-ai-dev__actions .sd-psd-link {
  padding-inline: 13px;
}

.sd-ai-faq {
  padding: 22px 0 20px;
}

.sd-ai-faq__title {
  width: max-content;
  max-width: 100%;
  font-size: 72px;
  font-weight: 700;
  line-height: .92;
  transform-origin: left top;
  scale: .946 1;
}

.sd-ai-faq__list {
  width: min(100%, 650px);
  margin-top: 22px;
}

.sd-ai-faq details {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: var(--psd-cta);
  box-shadow: -3px 1px 6px rgba(0, 0, 0, .38);
}

.sd-ai-faq details + details {
  margin-top: 10px;
}

.sd-ai-faq summary {
  position: relative;
  min-height: 54px;
  padding: 11px 58px 11px 24px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
}

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

.sd-ai-faq summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "+";
  font-size: 28px;
  font-weight: 800;
  transform: translateY(-50%);
}

.sd-ai-faq details[open] summary::after {
  content: "−";
}

.sd-ai-faq__answer {
  padding: 0 24px 20px;
  color: #222;
  font-size: 18px;
  line-height: 1.6;
}

.sd-ai-faq__more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
}

.sd-ai-faq__more .sd-psd-link {
  min-width: 252px;
  background: var(--psd-cta);
  box-shadow: -3px 1px 6px rgba(0, 0, 0, .38);
  color: #222 !important;
}

@media (max-width: 1180px) {
  .sd-psd-shell {
    width: min(calc(100% - 64px), 1050px);
  }

  .sd-how-hero__primary {
    font-size: 54px;
  }

  .sd-how-hero__title {
    font-size: 72px;
  }

  .sd-how-steps__visuals {
    grid-template-columns: minmax(220px, 300px) 100px 190px 100px minmax(220px, 300px);
    gap: 10px;
  }

  .sd-how-step-arrow {
    width: 100px;
  }

  .sd-how-step-visual--draft {
    width: 190px;
  }

  .sd-how-step-visual--plane,
  .sd-how-step-visual--message {
    width: 300px;
  }

  .sd-how-step-visual--message p {
    font-size: 23px;
  }

  .sd-how-step-label {
    font-size: 26px;
  }

  .sd-how-role-items {
    gap: 20px;
  }

  .sd-how-safety__items {
    gap: 30px;
  }

  .sd-how-safety-item {
    grid-template-columns: 135px minmax(0, 1fr);
  }

  .sd-ai-hitl__approval-note {
    right: -30px;
    bottom: -26px;
  }
}

@media (max-width: 767px) {
  .sd-how-intro {
    display: block;
    min-height: 0;
  }

  .psd-subpage-page .site-footer {
    margin-top: 0;
  }

  .sd-psd-shell {
    width: calc(100% - 40px);
  }

  .sd-psd-breadcrumb {
    padding-top: 96px;
    font-size: 14px;
  }

  .sd-psd-copy {
    font-size: 16px;
    line-height: 1.6;
  }

  .sd-psd-final-cta__inner {
    min-height: 260px;
    padding: 46px 16px calc(56px + env(safe-area-inset-bottom, 0px));
  }

  .sd-psd-final-cta h2 {
    font-size: 38px;
    line-height: 1.18;
  }

  .sd-psd-final-cta a {
    margin-top: 28px;
    font-size: 24px;
  }

  .sd-psd-final-cta a::after {
    margin-left: 14px;
    font-size: 34px;
  }

  .sd-how-hero__copy {
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .sd-how-hero__primary {
    display: block;
    font-size: 42px;
    line-height: 1.12;
  }

  .sd-how-hero__bubble-link {
    width: 104px;
    height: 60px;
    margin-top: 18px;
    font-size: 16px;
  }

  .sd-how-hero__title {
    margin-top: 22px;
    font-size: 52px;
    line-height: 1.12;
  }

  .sd-how-hero__lede {
    gap: 8px;
    margin-top: 24px;
    font-size: 16px;
  }

  .sd-how-steps__stage {
    padding: 64px 20px 72px;
  }

  .sd-how-steps__visuals {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 20px;
  }

  .sd-how-step-visual--message,
  .sd-how-step-visual--plane {
    width: min(100%, 300px);
    align-self: center;
  }

  .sd-how-step-visual--draft {
    width: 190px;
  }

  .sd-how-step-visual--message p {
    inset: 30px 22px 26px;
    font-size: 23px;
  }

  .sd-how-step-arrow {
    width: 112px;
    transform: rotate(90deg);
  }

  .sd-how-steps__labels {
    display: none;
  }

  .sd-how-step-visual::after {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
    font-size: 24px;
    font-weight: 800;
  }

  .sd-how-step-visual--message::after {
    content: "①  상황 말하기";
  }

  .sd-how-step-visual--draft::after {
    width: max-content;
    content: "②  AI가 초안을 만들어요";
  }

  .sd-how-step-visual--plane::after {
    content: "③  확인하고 보내요";
  }

  .sd-how-roles {
    padding: 96px 0 108px;
  }

  .sd-how-roles__heading {
    display: block;
    min-height: 0;
  }

  .sd-how-roles__title,
  .sd-how-safety__title {
    font-size: 43px;
    line-height: 1.3;
  }

  .sd-how-roles__signature {
    width: 104px;
  }

  .sd-how-roles__free {
    width: 255px;
    margin: 38px auto 64px;
  }

  .sd-how-role-groups {
    display: block;
  }

  .sd-how-role-group + .sd-how-role-group {
    margin-top: 70px;
    padding: 64px 0 0;
    border-top: 2px dashed #bbb;
    border-left: 0;
  }

  .sd-how-role-group__label {
    margin-bottom: 32px;
    font-size: 24px;
  }

  .sd-how-role-items,
  .sd-how-role-group--receiver .sd-how-role-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 20px;
  }

  .sd-how-role-group--receiver .sd-how-role-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sd-how-role-item {
    grid-template-rows: 135px auto;
    gap: 14px;
  }

  .sd-how-role-item img {
    width: 100%;
    max-width: 120px;
    max-height: 135px;
  }

  .sd-how-role-item strong {
    font-size: 18px;
  }

  .sd-how-safety {
    padding: 76px 0 112px;
  }

  .sd-how-safety__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 64px;
  }

  .sd-how-safety-item {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 20px;
  }

  .sd-how-safety-item h3 {
    font-size: 28px;
  }

  .sd-how-safety-item p {
    font-size: 15px;
  }

  .sd-ai-hero {
    min-height: max(610px, calc(100svh - 120px));
  }

  .sd-ai-hero__copy {
    padding-top: 42px;
  }

  .sd-ai-hero__scroll-arrow {
    display: none;
  }

  .sd-ai-hero__title {
    font-size: 50px;
    line-height: 1.28;
  }

  .sd-ai-hero__line--base,
  .sd-ai-hero__line--em {
    width: auto;
    font-size: 50px;
    line-height: 1.12;
    scale: none;
  }

  .sd-ai-hero__line--em {
    margin-top: 8px;
  }

  .sd-ai-hero__lede {
    margin-top: 28px;
    font-size: 16px;
  }

  .sd-ai-example {
    height: auto;
    padding: 72px 0 92px;
  }

  .sd-ai-example > .sd-psd-shell {
    height: auto;
  }

  .sd-ai-example__title,
  .sd-ai-hitl__title,
  .sd-ai-dev__title,
  .sd-ai-faq__title {
    font-size: 42px;
    line-height: 1.25;
    scale: none;
  }

  .sd-ai-example__stage {
    position: relative;
    inset: auto;
    display: block;
    min-height: 660px;
    margin-top: 34px;
  }

  .sd-ai-example__cta {
    position: static;
    width: auto;
    margin-top: 54px;
  }

  .sd-ai-example__title,
  .sd-ai-example > .sd-psd-shell > .sd-psd-copy {
    position: static;
  }

  .sd-ai-example > .sd-psd-shell > .sd-psd-copy {
    margin-top: 10px;
  }

  .sd-ai-example__copy {
    position: relative;
    inset: auto;
    padding-left: 36px;
  }

  .sd-ai-example__copy p {
    position: static;
    width: auto;
    max-width: 100%;
    font-size: 28px;
    line-height: 1.75;
    overflow-wrap: anywhere;
    scale: none;
    white-space: normal;
  }

  .sd-ai-example__rays {
    top: 4px;
    left: -10px;
    width: 42px;
  }

  .sd-ai-example__handwriting {
    position: static;
    width: 92%;
    margin: 22px 0 0;
  }

  .sd-ai-example__visual {
    position: relative;
    inset: auto;
    min-height: 330px;
    margin-top: 28px;
  }

  .sd-ai-example__contract {
    top: 25px;
    left: calc(20% - 2px);
    width: 194px;
  }

  .sd-ai-example__phone {
    top: 42px;
    left: calc(58% - 2px);
    width: 145px;
  }

  .sd-ai-example__highlight {
    top: -15px;
    right: 0;
    left: auto;
    width: 112px;
  }

  .sd-ai-hitl {
    padding-top: 72px;
  }

  .sd-ai-hitl__lede {
    margin-bottom: 38px;
  }

  .sd-ai-hitl__approval-term img {
    right: auto;
    left: 0;
    width: 100%;
  }

  .sd-ai-hitl__flow {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 18px;
    padding: 54px 0 70px;
  }

  .sd-ai-hitl__node {
    width: 100%;
    grid-template-rows: 180px auto;
  }

  .sd-ai-hitl__node img {
    max-height: 182px;
  }

  .sd-ai-hitl__node strong {
    font-size: 29px;
  }

  .sd-ai-hitl__arrow {
    transform: rotate(90deg);
  }

  .sd-ai-hitl__approval-note {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    width: max-content;
    max-width: 100%;
    margin-top: 8px;
    font-size: 21px;
  }

  .sd-ai-dev {
    padding: 64px 0 112px;
  }

  .sd-ai-dev__badge {
    width: 140px;
    margin-bottom: 16px;
  }

  .sd-ai-dev__actions {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    margin-top: 34px;
  }

  .sd-ai-dev__actions .sd-psd-link {
    width: 100%;
    min-height: 52px;
    padding-inline: 16px;
    font-size: 19px;
  }

  .sd-ai-faq {
    padding: 40px 0 96px;
  }

  .sd-ai-faq__list {
    margin-top: 48px;
  }

  .sd-ai-faq summary {
    min-height: 64px;
    padding: 16px 52px 16px 18px;
    font-size: 19px;
    line-height: 1.35;
  }

  .sd-ai-faq__answer {
    padding: 0 18px 20px;
    font-size: 15px;
  }

  .sd-ai-faq__more {
    width: 100%;
  }

  .sd-ai-faq__more .sd-psd-link {
    width: 100%;
    min-width: 0;
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .sd-psd-shell {
    width: calc(100% - 32px);
  }

  .sd-how-hero__primary {
    font-size: 38px;
  }

  .sd-how-hero__title {
    font-size: 46px;
  }

  .sd-how-role-group--receiver .sd-how-role-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-ai-hero__title {
    font-size: 45px;
  }

  .sd-ai-hero__line--base,
  .sd-ai-hero__line--em {
    font-size: 45px;
  }

  .sd-ai-example__copy p {
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sd-psd-page *,
  .sd-psd-page *::before,
  .sd-psd-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
