:root {
  --ink: #172337;
  --muted: #687386;
  --blue: #315cf5;
  --mist: #f5f7fb;
  --line: #e5eaf2;
  --navy: #142944;
  --teal: #21856c;
  font-family: Pretendard, 'Apple SD Gothic Neo', 'Malgun Gothic', system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
summary:focus-visible {
  outline: 3px solid #6085ff;
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
h1,
h2 {
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(2rem, 3.7vw, 3.15rem);
}
h1 > span,
h2 > span,
h3 > span {
  display: block;
}
button,
a,
summary {
  touch-action: manipulation;
}
.container {
  width: min(1160px, calc(100% - 80px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 12px 20px;
  border-radius: 8px;
  color: #fff;
  background: var(--blue);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgb(255 255 255 / 94%);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgb(229 234 242 / 75%);
}
.header-inner {
  height: 78px;
  width: min(1280px, calc(100% - 80px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 24px;
  font-weight: 760;
  letter-spacing: -1.2px;
  white-space: nowrap;
}
.brand-symbol {
  width: 25px;
  height: 29px;
  color: var(--blue);
  stroke: none;
}
.brand-os {
  color: var(--blue);
  font-weight: 600;
  margin-left: 2px;
}
.nav-links,
.header-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links {
  font-size: 14px;
  font-weight: 560;
}
.nav-links a:hover {
  color: var(--blue);
}
.header-actions {
  gap: 20px;
}
.language-button {
  padding: 8px 0;
  border: 0;
  background: none;
  font-size: 12px;
  font-weight: 700;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  padding: 14px 23px;
  border: 1px solid var(--blue);
  border-radius: 9px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.button:hover {
  background: #224adc;
  border-color: #224adc;
  box-shadow: 0 5px 14px rgb(49 92 245 / 15%);
}
.button svg {
  width: 18px;
  height: 18px;
}
.button-small {
  min-height: 39px;
  padding: 10px 18px;
  border-radius: 7px;
  font-size: 13px;
}
.button-outline {
  background: #fff;
  color: var(--ink);
  border-color: #dce2ec;
}
.button-outline:hover {
  background: var(--mist);
  border-color: #b9c6dd;
  box-shadow: none;
}
.menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  padding: 9px;
  border: none;
  background: transparent;
}
.menu-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  background: var(--ink);
  margin-block: 5px;
  transition: transform 0.15s;
}
.menu-toggle[aria-expanded='true'] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.menu-toggle[aria-expanded='true'] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.hero {
  padding-top: 50px;
}
.hero-heading {
  text-align: center;
}
.product-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 30px;
  color: #56667b;
  font-size: 12px;
  font-weight: 550;
}
.product-label > span:last-child {
  margin-left: 9px;
  font-size: 17px;
  line-height: 1;
  color: #8f9db0;
}
.label-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}
h1 {
  margin-top: 25px;
  font-size: clamp(2.65rem, 4.8vw, 4.05rem);
  line-height: 1.24;
}
.hero-description {
  font-size: 18px;
  line-height: 1.75;
  margin: 24px auto 0;
  max-width: 610px;
  color: #69768b;
  letter-spacing: -0.03em;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 29px;
}
.hero-actions .button-outline svg {
  width: 15px;
}
.hero-audience {
  font-size: 12px;
  margin-top: 17px;
  color: #657289;
}
.product-stage {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 40px;
  padding: 24px 36px 22px;
  border: 1px solid #dce5f3;
  border-radius: 20px;
  background-color: #edf2fa;
  background-image:
    linear-gradient(rgb(154 179 218 / 10%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(154 179 218 / 10%) 1px, transparent 1px);
  background-size: 32px 32px;
}
.stage-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6c7d97;
  font-size: 11px;
}
.stage-caption > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 650;
  color: #526887;
}
.stage-caption .label-dot {
  background: #6482b4;
  width: 5px;
  height: 5px;
}
.workspace-composition {
  position: relative;
  padding: 30px 0 37px;
}
.workspace-window {
  width: 89%;
  background: #fff;
  border-radius: 11px;
  border: 1px solid #d6e0f0;
  overflow: hidden;
  box-shadow:
    0 18px 38px -24px rgb(33 59 105 / 37%),
    0 2px 4px rgb(33 59 105 / 4%);
}
.window-chrome {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-inline: 14px;
  border-bottom: 1px solid var(--line);
  color: #7f8b9d;
  font-size: 10px;
  background: #fbfcfe;
}
.window-dots {
  display: flex;
  gap: 5px;
  min-width: 95px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d7dfeb;
}
.chrome-badge {
  font-size: 9px;
}
.workspace-body {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  min-height: 335px;
}
.workspace-sidebar {
  background: #fafbfe;
  border-right: 1px solid var(--line);
  padding: 24px 12px 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.workspace-identity {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
  padding-inline: 4px;
}
.mini-mark {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  font-size: 17px;
  font-weight: 750;
  flex-shrink: 0;
}
.workspace-identity small {
  display: block;
  margin-top: 4px;
  color: #8995a8;
  font-size: 9px;
  font-weight: 400;
}
.workspace-sidebar > p {
  margin: 25px 8px 6px;
  font-size: 9px;
  color: #94a0b1;
}
.sidebar-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px;
  color: #738198;
  font-size: 11px;
  border-radius: 5px;
}
.sidebar-item svg {
  width: 15px;
  height: 15px;
}
.sidebar-item.is-active {
  background: #ebf0ff;
  color: var(--blue);
  font-weight: 650;
}
.sidebar-bottom {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding: 24px 4px 0;
  font-size: 10px;
  color: #5d6d85;
}
.sidebar-bottom > span:last-child {
  margin-left: auto;
}
.workspace-avatar {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #e9eef7;
  border-radius: 50%;
  color: #6f83a2;
}
.workspace-main {
  padding: 21px 125px 23px 26px;
  min-width: 0;
}
.workspace-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 9px;
  color: #8a96a9;
}
.sample-label {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  color: #748198;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 500;
  white-space: nowrap;
}
.workspace-breadcrumb .sample-label {
  margin-left: auto;
}
.workspace-main h2 {
  font-size: 23px;
  letter-spacing: -0.04em;
  margin-top: 19px;
}
.workspace-main > p {
  font-size: 10px;
  margin-top: 7px;
  line-height: 1.65;
  min-height: 33px;
}
.workspace-order {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 14px;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.order-icon {
  background: #edf2ff;
  border-radius: 7px;
  padding: 8px;
  color: var(--blue);
  display: flex;
}
.order-icon svg {
  width: 21px;
  height: 21px;
}
.workspace-order strong {
  display: block;
  font-size: 12px;
  font-weight: 650;
}
.workspace-order small {
  display: block;
  color: #8792a5;
  font-size: 9px;
  margin-top: 5px;
}
.pill {
  border: 1px solid #dce5ff;
  background: #eef3ff;
  color: var(--blue);
  display: inline-flex;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.workspace-order .pill {
  margin-left: auto;
  font-size: 9px;
  padding: 4px 6px;
}
.workspace-table {
  margin-top: 16px;
}
.workspace-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.6fr;
  align-items: center;
  gap: 8px;
  padding: 11px 8px;
  border-bottom: 1px solid #edf0f6;
  font-size: 10px;
}
.table-heading {
  color: #8a96a9;
  font-size: 9px;
  background: #fafbfe;
  padding-block: 8px;
}
.table-person {
  display: flex;
  gap: 7px;
  align-items: center;
}
.table-person i {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf0ff;
  color: #6680bf;
  font-size: 9px;
  font-style: normal;
}
.workspace-row:last-child .table-person i {
  background: #f2edfa;
  color: #9a7dbe;
}
.table-person strong {
  font-weight: 550;
}
.table-status {
  display: inline-flex;
  color: #7c8799;
  font-size: 9px;
  background: #f5f7fa;
  padding: 4px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.table-status.is-used {
  background: #e8f6f0;
  color: var(--teal);
}
.table-pass {
  color: #8b97aa;
  font-size: 9px;
}
.workspace-bottom {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #8290a7;
  margin-top: 16px;
}
.small-check {
  color: #759687;
}
.visitor-pass {
  position: absolute;
  width: 233px;
  right: -4px;
  top: 59px;
  border-radius: 15px;
  border: 5px solid #fff;
  background: #fff;
  box-shadow:
    0 18px 45px -16px rgb(42 67 116 / 25%),
    0 0 0 1px #e3e9f5;
  transform: rotate(4deg);
  overflow: hidden;
}
.pass-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--blue);
  color: #fff;
  padding: 14px 17px 8px;
  font-weight: 650;
  font-size: 10px;
}
.pass-top svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: none;
}
.pass-heading {
  display: grid;
  gap: 9px;
  color: #fff;
  background: var(--blue);
  padding: 17px 17px 25px;
}
.pass-eyebrow {
  font-size: 9px;
  opacity: 0.75;
}
.pass-heading strong {
  font-size: 21px;
  letter-spacing: -0.06em;
}
.pass-heading > span:last-child {
  font-size: 9px;
  opacity: 0.8;
}
.pass-qr {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 20px 10px 16px;
}
.pass-qr svg {
  width: 86px;
  height: 86px;
  color: #22324e;
  stroke: none;
}
.pass-qr > span {
  font-size: 8px;
  color: #95a0b1;
}
.pass-benefits {
  padding: 0 15px 14px;
  display: grid;
  gap: 10px;
  border-bottom: 1px dashed #dae1ef;
}
.pass-benefits > div {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #6e7d93;
}
.pass-benefits [data-preview-admission],
.pass-benefits [data-preview-drink] {
  font-size: 9px;
  color: #7b8697;
}
.pass-benefits .is-used {
  color: var(--teal);
}
.pass-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 12px 5px;
  font-size: 8px;
  color: #8391a6;
}
.pass-footer .label-dot {
  width: 4px;
  height: 4px;
}
.delivery-toast {
  display: flex;
  align-items: center;
  gap: 11px;
  position: absolute;
  bottom: 12px;
  left: 26%;
  padding: 13px 16px;
  border: 1px solid #e5e9f0;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 9px 20px -10px rgb(48 65 106 / 20%);
}
.chat-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: #fee75b;
  color: #483b28;
}
.chat-icon svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  stroke: none;
}
.delivery-toast strong {
  display: block;
  font-size: 11px;
  font-weight: 650;
}
.delivery-toast div > span {
  display: block;
  font-size: 9px;
  color: #9299a6;
  margin-top: 5px;
}
.toast-check {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #edf7f2;
  color: #64a38b;
  margin-left: 14px;
  font-size: 10px;
}
.preview-controls {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}
.preview-controls > span {
  font-size: 10px;
  color: #7b8aa2;
}
.preview-tabs {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid #dce5f2;
  border-radius: 30px;
  background: #e7edf7;
}
.preview-tabs button {
  border: 0;
  background: transparent;
  padding: 8px 15px;
  border-radius: 20px;
  color: #7b88a0;
  font-size: 11px;
  font-weight: 550;
}
.preview-tabs button.is-active {
  color: var(--blue);
  background: #fff;
  box-shadow: 0 1px 4px rgb(72 94 131 / 8%);
}
.journey-strip {
  padding-block: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.journey-intro {
  color: #8390a4;
}
.journey-strip > div {
  display: flex;
  gap: 28px;
  align-items: center;
  color: #586981;
  font-weight: 550;
}
.journey-strip i {
  font-weight: 300;
  font-style: normal;
  color: #d0d8e5;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 44px;
}
.section-label {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
}
.section-heading > p {
  font-size: 14px;
  max-width: 345px;
  line-height: 1.85;
  padding-bottom: 3px;
}
.solution-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: start;
}
.flow-tabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 5px;
}
.flow-tab {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 19px;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
}
.step-number {
  font-size: 11px;
  color: #9da8ba;
  font-weight: 600;
  align-self: flex-start;
  margin-top: 4px;
}
.flow-tab strong {
  display: block;
  font-size: 16px;
  font-weight: 650;
}
.flow-tab small {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  color: #68788e;
  font-weight: 400;
}
.tab-arrow {
  margin-left: auto;
  color: #b0bdd3;
  font-size: 20px;
}
.flow-tab:hover {
  background: #fafbfe;
}
.flow-tab.is-active {
  background: #f1f5ff;
  border-color: #e0e8fd;
}
.flow-tab.is-active strong,
.flow-tab.is-active .step-number,
.flow-tab.is-active .tab-arrow {
  color: var(--blue);
}
.flow-panel {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 12px;
  min-height: 490px;
}
.preview-chrome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: 9px;
  color: #8995a9;
  padding: 10px 14px 18px;
}
.preview-chrome > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 650;
  color: #4a5a75;
  font-size: 11px;
}
.preview-chrome .mini-mark {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 12px;
}
.flow-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 29px;
  min-height: 373px;
}
.panel-kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}
.flow-content h3 {
  font-size: 24px;
  letter-spacing: -0.045em;
  line-height: 1.4;
}
.flow-content > p:not(.panel-kicker) {
  font-size: 13px;
  margin-top: 10px;
  min-height: 48px;
}
.sample-order {
  margin-top: 25px;
}
.order-top {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 12px;
}
.order-top > strong {
  font-size: 13px;
  font-weight: 650;
}
.order-top .pill {
  font-size: 9px;
}
.order-line {
  display: flex;
  align-items: baseline;
  gap: 20px;
  justify-content: space-between;
  padding: 11px 0;
  border-top: 1px solid #eff2f7;
  font-size: 11px;
}
.order-line > span {
  color: #8995a7;
  flex-shrink: 0;
}
.order-line strong {
  font-weight: 550;
  text-align: right;
}
.preview-footnote {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 10px;
  line-height: 1.65;
  padding: 16px 15px 2px;
  color: #6c7b91;
}
.info-icon {
  display: inline-grid;
  place-items: center;
  width: 13px;
  height: 13px;
  border: 1px solid #b7c3d7;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 8px;
}
.product-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.product-principles article {
  padding-left: 17px;
  border-left: 2px solid #d9e3ff;
}
.product-principles h3 {
  font-size: 15px;
  font-weight: 650;
  margin-bottom: 10px;
}
.product-principles p {
  font-size: 14px;
  line-height: 1.85;
}
.notification-story {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 100px;
  align-items: center;
  background: #f5f7fc;
  border-radius: 20px;
  padding: 62px;
  margin-top: 100px;
}
.notification-copy h3 {
  font-size: 32px;
  line-height: 1.38;
  letter-spacing: -0.055em;
  margin-bottom: 20px;
}
.notification-copy > p:not(.section-label) {
  font-size: 14px;
}
.notification-steps {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  counter-reset: message-step;
}
.notification-steps li {
  position: relative;
  padding: 0 0 22px 37px;
  counter-increment: message-step;
}
.notification-steps li:last-child {
  padding-bottom: 0;
}
.notification-steps li::before {
  content: counter(message-step);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #d8e1f2;
  border-radius: 50%;
  color: #7389b8;
  font-size: 10px;
  z-index: 1;
}
.notification-steps li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 22px;
  bottom: 0;
  border-left: 1px solid #dce4f4;
}
.notification-steps strong {
  font-size: 13px;
  font-weight: 600;
  display: block;
}
.notification-steps li > span {
  display: block;
  color: #8b96a9;
  font-size: 11px;
  margin-top: 6px;
}
.alimtalk-preview {
  background: #e9eff6;
  border: 1px solid #e0e6ef;
  border-radius: 17px;
  overflow: hidden;
  padding: 0 16px 16px;
  box-shadow: 0 14px 34px -28px #516686;
}
.alimtalk-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 3px;
  font-size: 11px;
}
.alimtalk-header > span {
  font-size: 9px;
  color: #8390a4;
}
.alimtalk-message {
  border: 1px solid #e3e6ec;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
  padding: 20px;
  border-top: 7px solid #f7dc60;
}
.alimtalk-sender {
  font-size: 9px;
  color: #9aa1ae;
}
.alimtalk-message h4 {
  font-size: 14px;
  margin: 12px 0;
  font-weight: 650;
}
.alimtalk-message > p:not(.alimtalk-sender) {
  font-size: 11px;
}
.alimtalk-message dl {
  font-size: 11px;
  margin: 22px 0;
}
.alimtalk-message dl > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-block: 6px;
}
.alimtalk-message dt {
  color: #9ba4b3;
}
.alimtalk-message dd {
  margin: 0;
  text-align: right;
}
.alimtalk-action {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding: 11px;
  background: #f5f6f8;
  border: 1px solid #e6e9ef;
  border-radius: 5px;
}
.alimtalk-action:hover {
  border-color: #b8c8e5;
  background: #edf2ff;
}
.alimtalk-note {
  font-size: 9px;
  line-height: 1.7;
  margin: 14px 5px 0;
  color: #8592a5;
}
.experience-section {
  background: var(--navy);
  color: #fff;
  padding-block: 96px 72px;
}
.experience-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.experience-image {
  position: relative;
  height: 460px;
  overflow: hidden;
  border-radius: 12px;
}
.experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
  font-size: 12px;
  background: rgb(16 31 44 / 55%);
  padding: 8px 13px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
}
.experience-copy .section-label {
  color: #9db6f7;
  font-size: 11px;
}
.experience-copy h2 {
  font-size: 39px;
}
.experience-copy > p {
  color: #9fadc1;
  font-size: 13px;
}
.experience-copy .experience-lead {
  color: #e1e7f0;
  font-size: 15px;
  margin: 25px 0 17px;
}
.experience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 26px;
}
.experience-tags > span {
  border: 1px solid #3d4d63;
  border-radius: 5px;
  padding: 6px 9px;
  color: #c3cfe0;
  font-size: 10px;
}
.experience-copy .experience-note {
  font-size: 10px;
  line-height: 1.8;
  color: #8394ae;
  margin-top: 22px;
}
.field-details {
  border-top: 1px solid #30425c;
  margin-top: 64px;
  padding-top: 38px;
}
.field-details-heading {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: baseline;
  margin-bottom: 23px;
}
.field-details-heading h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.field-details-heading p {
  color: #8092ad;
  font-size: 10px;
  max-width: 360px;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
.field-grid details {
  border-bottom: 1px solid #30425c;
  padding-block: 18px;
}
.field-grid summary {
  display: grid;
  grid-template-columns: 77px 1fr 18px;
  gap: 10px;
  align-items: center;
  list-style: none;
  cursor: pointer;
}
.field-grid summary::-webkit-details-marker {
  display: none;
}
.field-category {
  color: #88a3ce;
  font-size: 10px;
}
.field-grid h3 {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
  color: #c9d4e5;
}
.detail-plus {
  font-size: 19px;
  color: #7289ac;
  text-align: right;
  font-weight: 300;
}
.field-grid details[open] .detail-plus {
  transform: rotate(45deg);
}
.field-grid details > p {
  color: #93a6c0;
  font-size: 12px;
  padding: 16px 27px 3px 87px;
}
.role-tabs {
  display: flex;
  gap: 4px;
  width: fit-content;
  background: #f3f5f9;
  border: 1px solid #e8ecf3;
  padding: 5px;
  border-radius: 9px;
  margin-bottom: 23px;
}
.role-tabs button {
  border: 0;
  background: transparent;
  padding: 11px 23px;
  border-radius: 6px;
  color: #69788e;
  font-size: 13px;
  font-weight: 550;
}
.role-tabs button[aria-selected='true'] {
  background: #fff;
  color: var(--blue);
  box-shadow: 0 2px 5px rgb(30 52 90 / 7%);
}
.role-panel {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 22px 80px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
#role-copy h3 {
  font-size: 27px;
  letter-spacing: -0.04em;
  line-height: 1.35;
  margin-bottom: 16px;
}
#role-copy > p:last-child {
  font-size: 14px;
  max-width: 520px;
}
#role-copy .section-label {
  font-size: 11px;
}
#role-checks {
  list-style: none;
  margin: 0;
  padding: 25px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 21px;
  background: #f7f9fd;
  border: 1px solid #edf0f7;
  border-radius: 9px;
  grid-column: 2;
  grid-row: 1 / 3;
}
#role-checks li {
  display: flex;
  align-items: baseline;
  gap: 13px;
  font-size: 13px;
  color: #63748d;
  line-height: 1.7;
}
#role-checks li::before {
  content: '✓';
  color: var(--blue);
  font-size: 12px;
}
.role-panel > .button {
  justify-self: start;
  min-height: 42px;
  font-size: 12px;
  padding: 11px 17px;
}
.onboarding-section {
  background: #f6f8fc;
  padding-block: 65px;
}
.onboarding-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 28px;
  margin-bottom: 38px;
}
.onboarding-heading h2 {
  font-size: 28px;
}
.onboarding-heading p {
  font-size: 12px;
}
.onboarding-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
}
.onboarding-steps li {
  position: relative;
  border-top: 1px solid #d7dfed;
  padding-top: 24px;
}
.onboarding-steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e7f5;
  background: #fff;
  color: #597bbf;
  border-radius: 7px;
  width: 31px;
  height: 31px;
  font-size: 10px;
}
.onboarding-steps h3 {
  font-size: 16px;
  letter-spacing: -0.03em;
  margin-block: 17px 10px;
}
.onboarding-steps p {
  font-size: 14px;
  max-width: 280px;
}
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.contact-copy {
  padding-top: 20px;
}
.contact-copy h2 {
  font-size: 45px;
}
.contact-copy > p:not(.section-label) {
  margin-top: 25px;
  font-size: 14px;
}
.contact-channels {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.contact-channel {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
}
.contact-phone:hover {
  background: var(--mist);
}
.contact-channel-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.contact-channel-label {
  font-size: 12px;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.contact-phone .contact-channel-label {
  color: var(--muted);
}
.contact-channel strong {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.contact-phone strong {
  font-size: 27px;
  letter-spacing: -0.035em;
}
.contact-channel-arrow {
  margin-left: auto;
  font-size: 22px;
}
.contact-kakao {
  background: #fee500;
  border-color: #fee500;
  color: #191919;
}
.contact-kakao:hover {
  background: #f2d900;
  border-color: #f2d900;
}
.contact-email {
  display: inline-block;
  font-size: 21px;
  font-weight: 550;
  color: var(--blue);
  margin-top: 31px;
  letter-spacing: -0.025em;
  border-bottom: 1px solid #ccdaff;
  padding-bottom: 4px;
}
.contact-copy .contact-note {
  color: #8c97a9;
  font-size: 11px;
  margin-top: 28px;
}
.lead-form {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfcfe;
  display: grid;
  gap: 20px;
}
.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.lead-form label > span {
  font-size: 12px;
  font-weight: 600;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
input,
select,
textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #dde3ec;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
}
input::placeholder,
textarea::placeholder {
  color: #9ca5b5;
}
textarea {
  resize: vertical;
}
.optional {
  font-weight: 400;
  color: #9da5b5;
}
.submit-button {
  width: 100%;
  font-size: 13px;
  min-height: 47px;
  justify-content: space-between;
  padding-inline: 18px;
}
.submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-help {
  text-align: center;
  color: #6e7c91;
  font-size: 10px;
  line-height: 1.7;
  margin-top: -8px;
}
.mail-fallback {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.mail-fallback[hidden] {
  display: none;
}
.mail-fallback p {
  font-size: 12px;
  margin-bottom: 15px;
}
.copy-button {
  border: 1px solid #d0dcf4;
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 12px;
  color: var(--blue);
  background: #fff;
  font-size: 12px;
}
.site-footer {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 31px;
}
.site-footer .brand {
  font-size: 20px;
}
.site-footer > span {
  color: #97a0af;
  font-size: 10px;
}
.site-footer > span:nth-child(2) {
  margin-right: auto;
  margin-left: 15px;
}
.noscript-note {
  padding: 24px;
  text-align: center;
  font-size: 13px;
}
html[lang='en'] h1 {
  font-size: clamp(2.5rem, 5vw, 4.1rem);
  letter-spacing: -0.055em;
}
html[lang='en'] .workspace-order strong {
  font-size: 11px;
}
html[lang='en'] .pass-heading strong {
  font-size: 19px;
}
html[lang='en'] .section-heading > p {
  max-width: 340px;
}
html[lang='en'] .field-grid summary {
  grid-template-columns: 90px 1fr 18px;
}
@media (max-width: 1100px) {
  .header-inner {
    gap: 24px;
  }
  .nav-links {
    gap: 23px;
  }
  .product-stage {
    padding-inline: 24px;
  }
  .workspace-body {
    grid-template-columns: 146px minmax(0, 1fr);
  }
  .workspace-sidebar {
    padding-inline: 9px;
  }
  .workspace-identity {
    font-size: 10px;
    gap: 6px;
  }
  .workspace-identity small {
    font-size: 8px;
  }
  .workspace-main {
    padding-inline: 18px;
  }
  .workspace-window {
    width: 92%;
  }
  .visitor-pass {
    width: 205px;
    right: -4px;
    top: 96px;
  }
  .workspace-main {
    padding-right: 105px;
  }
  .workspace-breadcrumb .sample-label {
    display: none;
  }
  .workspace-order {
    flex-wrap: wrap;
    padding: 10px;
    gap: 7px;
  }
  .workspace-order .pill {
    margin-left: 0;
  }
  .workspace-row {
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 5px;
    padding-inline: 2px;
  }
  .workspace-row > :last-child {
    display: none;
  }
  .delivery-toast {
    left: 20%;
  }
  .journey-strip {
    gap: 15px;
    font-size: 10px;
  }
  .journey-strip > div {
    gap: 18px;
  }
  .solution-layout {
    gap: 32px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .flow-content {
    padding: 24px;
  }
  .flow-tab {
    padding-inline: 12px;
    gap: 14px;
  }
  .notification-story {
    gap: 40px;
    padding: 42px;
  }
  .experience-layout {
    gap: 45px;
  }
  .experience-image {
    height: 435px;
  }
  .experience-copy h2 {
    font-size: 34px;
  }
  .role-panel {
    gap: 24px 42px;
  }
  .contact-section {
    gap: 60px;
  }
}
@media (max-width: 800px) {
  .container,
  .header-inner {
    width: calc(100% - 48px);
  }
  .header-inner {
    height: 68px;
  }
  .brand {
    font-size: 22px;
  }
  .header-actions {
    gap: 16px;
  }
  .nav-links {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 14px 24px 20px;
    background: #fff;
    box-shadow: 0 14px 20px rgb(39 57 84 / 6%);
    border-bottom: 1px solid var(--line);
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links a {
    padding: 14px 8px;
    width: 100%;
  }
  .menu-toggle {
    display: block;
  }
  .hero {
    padding-top: 55px;
  }
  h1 {
    font-size: clamp(2.3rem, 6.6vw, 3.5rem);
  }
  .hero-description {
    font-size: 16px;
  }
  .product-stage {
    margin-top: 43px;
    padding-inline: 20px;
  }
  .workspace-window {
    width: 93%;
  }
  .workspace-body {
    grid-template-columns: minmax(0, 1fr);
    min-height: 345px;
  }
  .workspace-sidebar {
    display: none;
  }
  .workspace-main {
    padding-right: 120px;
  }
  .workspace-row {
    padding-block: 12px;
  }
  .visitor-pass {
    width: 186px;
    top: 91px;
    right: -3px;
  }
  .pass-heading {
    padding: 12px 12px 18px;
  }
  .pass-heading strong {
    font-size: 18px;
  }
  .pass-qr {
    padding-block: 15px 12px;
  }
  .pass-qr svg {
    width: 76px;
    height: 76px;
  }
  .pass-top {
    padding: 11px 12px 8px;
  }
  .pass-heading > span:last-child {
    font-size: 8px;
  }
  .delivery-toast {
    left: 7%;
    bottom: 12px;
  }
  .preview-controls {
    gap: 12px;
  }
  .preview-controls > span {
    font-size: 9px;
  }
  .journey-strip {
    flex-direction: column;
    gap: 17px;
    padding-block: 28px;
  }
  .journey-strip > div {
    font-size: 11px;
  }
  .section {
    padding-block: 80px;
  }
  .section-heading {
    gap: 28px;
  }
  .section-heading > p {
    font-size: 12px;
    max-width: 245px;
  }
  .solution-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 20px;
  }
  .flow-tab {
    gap: 10px;
    padding: 20px 12px;
  }
  .flow-tab strong {
    font-size: 14px;
  }
  .flow-tab small {
    font-size: 10px;
    line-height: 1.6;
  }
  .flow-tab .tab-arrow {
    display: none;
  }
  .flow-content {
    padding: 21px;
  }
  .flow-content h3 {
    font-size: 22px;
  }
  .flow-content > p:not(.panel-kicker) {
    font-size: 12px;
  }
  .order-top {
    flex-wrap: wrap;
  }
  .order-line {
    font-size: 10px;
    gap: 12px;
  }
  .preview-chrome {
    padding-inline: 3px;
    gap: 9px;
  }
  .preview-chrome > span:last-child {
    font-size: 8px;
    text-align: right;
  }
  .preview-footnote {
    padding-inline: 5px;
    font-size: 9px;
  }
  .product-principles {
    gap: 24px;
    margin-top: 38px;
  }
  .product-principles h3 {
    font-size: 13px;
  }
  .product-principles p {
    font-size: 11px;
  }
  .notification-story {
    margin-top: 72px;
    padding: 33px;
    gap: 26px;
    grid-template-columns: 1fr 1fr;
  }
  .notification-copy h3 {
    font-size: 25px;
  }
  .notification-copy > p:not(.section-label) {
    font-size: 12px;
  }
  .notification-copy .section-label {
    font-size: 10px;
  }
  .alimtalk-preview {
    padding-inline: 11px;
  }
  .alimtalk-message {
    padding: 15px;
  }
  .experience-section {
    padding-block: 65px 50px;
  }
  .experience-layout {
    gap: 30px;
  }
  .experience-image {
    height: 440px;
  }
  .experience-copy h2 {
    font-size: 30px;
  }
  .experience-copy .experience-lead {
    font-size: 13px;
  }
  .experience-copy > p {
    font-size: 12px;
  }
  .field-details {
    margin-top: 42px;
  }
  .field-details-heading {
    flex-direction: column;
    gap: 10px;
  }
  .field-grid {
    gap: 0 25px;
  }
  .field-grid summary,
  html[lang='en'] .field-grid summary {
    grid-template-columns: 1fr 18px;
    gap: 7px;
  }
  .field-category {
    grid-column: 1;
  }
  .field-grid h3 {
    grid-column: 1;
  }
  .detail-plus {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .field-grid details > p {
    padding: 15px 18px 0 0;
  }
  .role-tabs {
    width: 100%;
    justify-content: space-between;
  }
  .role-tabs button {
    font-size: 12px;
    padding-inline: 17px;
  }
  .role-panel {
    padding: 30px;
    gap: 24px 28px;
    grid-template-columns: 1.1fr 1fr;
  }
  #role-copy h3 {
    font-size: 23px;
  }
  #role-copy > p:last-child {
    font-size: 12px;
  }
  #role-checks {
    padding: 20px;
  }
  #role-checks li {
    font-size: 11px;
    gap: 8px;
  }
  .onboarding-heading {
    flex-direction: column;
    gap: 14px;
  }
  .onboarding-heading h2 {
    font-size: 25px;
  }
  .onboarding-steps {
    gap: 30px;
  }
  .onboarding-steps h3 {
    font-size: 14px;
  }
  .onboarding-steps p {
    font-size: 11px;
  }
  .contact-section {
    gap: 36px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .contact-copy h2 {
    font-size: 33px;
  }
  .contact-channel {
    gap: 12px;
    padding: 16px;
  }
  .contact-channel strong {
    font-size: 16px;
  }
  .contact-phone strong {
    font-size: 24px;
  }
  .contact-channel-label {
    font-size: 11px;
  }
  .contact-copy .section-label {
    font-size: 11px;
  }
  .contact-copy > p:not(.section-label) {
    font-size: 12px;
  }
  .contact-email {
    font-size: 17px;
  }
  .contact-copy .contact-note {
    font-size: 10px;
  }
  .lead-form {
    padding: 22px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 14px;
  }
  .site-footer > span:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  :root {
    scroll-padding-top: 86px;
  }
  .container,
  .header-inner {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 64px;
    gap: 10px;
  }
  .brand {
    font-size: 21px;
    gap: 6px;
  }
  .brand-symbol {
    width: 22px;
    height: 24px;
  }
  .header-actions {
    gap: 13px;
  }
  .header-actions > .button {
    display: none;
  }
  .menu-toggle {
    padding-inline: 5px;
    width: 28px;
  }
  .language-button {
    font-size: 11px;
  }
  .nav-links {
    top: 64px;
    padding-inline: 20px;
  }
  .hero {
    padding-top: 42px;
  }
  .product-label {
    font-size: 10px;
    padding: 6px 10px;
    gap: 7px;
  }
  .product-label > span:last-child {
    margin-left: 3px;
  }
  h1 {
    font-size: clamp(1.95rem, 7.5vw, 2.7rem);
    margin-top: 25px;
    line-height: 1.3;
    letter-spacing: -0.06em;
  }
  html[lang='en'] h1 {
    font-size: clamp(1.9rem, 7.7vw, 2.8rem);
  }
  .hero-description {
    font-size: 13px;
    margin-top: 19px;
    line-height: 1.85;
  }
  .hero-actions {
    gap: 8px;
    margin-top: 23px;
  }
  .hero-actions .button {
    min-height: 46px;
    padding: 12px 13px;
    font-size: 11px;
    gap: 8px;
    border-radius: 7px;
  }
  .hero-actions .button svg {
    width: 14px;
    height: 14px;
  }
  .hero-actions .button-outline svg {
    width: 11px;
  }
  .hero-audience {
    font-size: 10px;
    margin-top: 14px;
  }
  .product-stage {
    margin-top: 33px;
    width: calc(100% - 24px);
    padding: 16px 12px;
    border-radius: 13px;
    background-size: 24px 24px;
  }
  .stage-caption {
    font-size: 9px;
  }
  .stage-caption > span:last-child {
    font-size: 8px;
  }
  .workspace-composition {
    padding-top: 19px;
    padding-bottom: 34px;
  }
  .workspace-window {
    width: 100%;
    border-radius: 8px;
  }
  .window-chrome {
    padding-inline: 10px;
    height: 27px;
    font-size: 8px;
  }
  .window-dots {
    min-width: 50px;
    gap: 4px;
  }
  .window-dots i {
    width: 4px;
    height: 4px;
  }
  .chrome-badge {
    font-size: 7px;
  }
  .workspace-body {
    min-height: 342px;
  }
  .workspace-main {
    padding: 16px 14px 150px;
  }
  .workspace-breadcrumb {
    font-size: 8px;
    gap: 7px;
  }
  .workspace-main h2 {
    font-size: 21px;
    margin-top: 16px;
  }
  .workspace-main > p {
    font-size: 9px;
    min-height: 30px;
    margin-top: 6px;
  }
  .workspace-order {
    padding: 10px;
    margin-top: 7px;
    flex-wrap: nowrap;
  }
  .order-icon {
    padding: 6px;
  }
  .order-icon svg {
    width: 16px;
    height: 16px;
  }
  .workspace-order strong,
  html[lang='en'] .workspace-order strong {
    font-size: 10px;
  }
  .workspace-order small {
    font-size: 7px;
  }
  .workspace-order .pill {
    margin-left: auto;
    font-size: 7px;
    padding: 4px;
  }
  .workspace-table {
    margin-top: 13px;
  }
  .workspace-row {
    grid-template-columns: 1.15fr 1fr 1fr;
    padding-block: 9px;
    font-size: 9px;
  }
  .table-heading {
    font-size: 8px;
    padding: 7px 3px;
  }
  .table-person {
    gap: 5px;
  }
  .table-person i {
    width: 19px;
    height: 19px;
    font-size: 8px;
  }
  .table-status {
    font-size: 8px;
    padding: 4px 5px;
  }
  .workspace-bottom {
    display: none;
  }
  .visitor-pass {
    width: 154px;
    right: 7px;
    top: auto;
    bottom: 13px;
    border-width: 3px;
    border-radius: 10px;
    transform: rotate(5deg);
  }
  .pass-top {
    padding: 9px 10px;
    font-size: 8px;
  }
  .pass-top svg {
    width: 12px;
    height: 12px;
  }
  .pass-heading {
    padding: 4px 10px 11px;
    gap: 6px;
  }
  .pass-eyebrow {
    display: none;
  }
  .pass-heading strong,
  html[lang='en'] .pass-heading strong {
    font-size: 15px;
  }
  .pass-heading > span:last-child {
    font-size: 7px;
  }
  .pass-qr {
    padding: 10px 6px;
    gap: 4px;
  }
  .pass-qr svg {
    width: 48px;
    height: 48px;
  }
  .pass-qr > span {
    font-size: 6px;
  }
  .pass-benefits,
  .pass-footer {
    display: none;
  }
  .delivery-toast {
    bottom: 55px;
    left: 10px;
    max-width: calc(100% - 170px);
    padding: 8px;
    gap: 6px;
    border-radius: 7px;
  }
  .chat-icon {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    flex-shrink: 0;
  }
  .chat-icon svg {
    width: 17px;
    height: 17px;
  }
  .delivery-toast strong {
    font-size: 9px;
    line-height: 1.5;
    word-break: keep-all;
  }
  .delivery-toast div > span {
    font-size: 7px;
    line-height: 1.6;
    margin-top: 2px;
    word-break: keep-all;
  }
  .toast-check {
    display: none;
  }
  .preview-controls {
    flex-direction: column;
    gap: 10px;
    margin-top: 2px;
  }
  .preview-tabs button {
    font-size: 10px;
    padding: 8px 16px;
  }
  .journey-strip {
    width: calc(100% - 40px);
    padding-block: 28px;
    gap: 14px;
  }
  .journey-intro {
    font-size: 10px;
  }
  .journey-strip > div {
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    font-size: 9px;
  }
  .section {
    padding-block: 63px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 29px;
  }
  h2 {
    font-size: 29px;
  }
  .section-label {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .section-heading > p,
  html[lang='en'] .section-heading > p {
    max-width: 100%;
    font-size: 12px;
  }
  .section-heading > p br {
    display: none;
  }
  .solution-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .flow-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
    gap: 4px;
  }
  .flow-tab {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 7px;
    gap: 8px;
    border-radius: 7px;
    background: #f8f9fc;
  }
  .step-number {
    margin-top: 0;
    font-size: 9px;
  }
  .flow-tab strong {
    font-size: 10px;
    line-height: 1.5;
    word-break: keep-all;
    text-align: left;
  }
  .flow-tab small {
    display: none;
  }
  .flow-panel {
    min-height: 0;
    padding: 10px;
    border-radius: 11px;
  }
  .preview-chrome {
    padding: 6px 5px 14px;
  }
  .preview-chrome > span:first-child {
    font-size: 10px;
  }
  .flow-content {
    padding: 24px 20px;
    min-height: 352px;
  }
  .flow-content h3 {
    font-size: 23px;
  }
  .flow-content > p:not(.panel-kicker) {
    font-size: 12px;
    min-height: 40px;
  }
  .order-top {
    margin-top: 6px;
  }
  .order-top > strong {
    font-size: 12px;
  }
  .order-line {
    font-size: 11px;
    padding-block: 12px;
  }
  .preview-footnote {
    font-size: 9px;
    padding: 14px 6px 6px;
  }
  .product-principles {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 30px;
    padding-top: 27px;
  }
  .product-principles article {
    padding-left: 16px;
  }
  .product-principles h3 {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .product-principles p {
    font-size: 12px;
  }
  .notification-story {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 28px 22px;
    border-radius: 13px;
    margin-top: 53px;
  }
  .notification-copy h3 {
    font-size: 28px;
  }
  .notification-copy > p:not(.section-label) {
    font-size: 12px;
  }
  .notification-steps {
    margin-top: 23px;
  }
  .notification-steps strong {
    font-size: 12px;
  }
  .notification-steps li > span {
    font-size: 10px;
  }
  .alimtalk-preview {
    max-width: 350px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 13px;
  }
  .alimtalk-message {
    padding: 20px;
  }
  .alimtalk-message > p:not(.alimtalk-sender) {
    font-size: 11px;
  }
  .experience-section {
    padding-block: 45px;
  }
  .experience-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .experience-image {
    height: 260px;
    border-radius: 9px;
  }
  .photo-label {
    bottom: 16px;
    left: 16px;
    font-size: 10px;
  }
  .experience-copy h2 {
    font-size: 31px;
  }
  .experience-copy .experience-lead {
    font-size: 14px;
    margin-top: 20px;
  }
  .experience-copy > p {
    font-size: 12px;
  }
  .experience-copy .experience-note {
    font-size: 10px;
  }
  .experience-tags {
    margin-top: 22px;
  }
  .field-details {
    padding-top: 27px;
    margin-top: 30px;
  }
  .field-details-heading h3 {
    font-size: 17px;
  }
  .field-details-heading p {
    font-size: 10px;
  }
  .field-grid {
    grid-template-columns: 1fr;
  }
  .field-grid details {
    padding-block: 15px;
  }
  .field-grid h3 {
    font-size: 12px;
  }
  .field-grid details > p {
    font-size: 11px;
  }
  .role-tabs {
    gap: 2px;
    padding: 4px;
    border-radius: 8px;
  }
  .role-tabs button {
    padding: 9px 5px;
    font-size: 10px;
    flex: 1;
    line-height: 1.5;
  }
  .role-panel {
    padding: 25px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  #role-copy h3 {
    font-size: 24px;
  }
  #role-copy > p:last-child {
    font-size: 12px;
  }
  #role-checks {
    grid-column: auto;
    grid-row: auto;
    padding: 20px;
    gap: 16px;
  }
  #role-checks li {
    font-size: 12px;
  }
  .role-panel > .button {
    width: 100%;
  }
  .onboarding-section {
    padding-block: 45px;
  }
  .onboarding-heading {
    gap: 12px;
    margin-bottom: 25px;
  }
  .onboarding-heading h2 {
    font-size: 27px;
    line-height: 1.45;
  }
  .onboarding-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .onboarding-steps li {
    padding-top: 22px;
    display: grid;
    grid-template-columns: 31px 1fr;
    gap: 7px 15px;
  }
  .onboarding-steps li > span {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .onboarding-steps h3 {
    grid-column: 2;
    font-size: 14px;
    margin: 0;
    padding-top: 4px;
  }
  .onboarding-steps p {
    grid-column: 2;
    max-width: 100%;
    font-size: 11px;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-copy {
    padding-top: 0;
  }
  .contact-copy h2 {
    font-size: 34px;
  }
  .contact-copy > p:not(.section-label) {
    margin-top: 18px;
    font-size: 13px;
  }
  .contact-email {
    font-size: 20px;
    margin-top: 22px;
  }
  .contact-copy .contact-note {
    font-size: 10px;
  }
  .lead-form {
    padding: 22px;
    gap: 19px;
  }
  .lead-form label > span {
    font-size: 11px;
  }
  input,
  textarea,
  select {
    font-size: 16px;
    padding: 10px;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 12px;
  }
  .form-row {
    gap: 12px;
  }
  .site-footer {
    padding-block: 26px;
    align-items: flex-start;
  }
  .site-footer .brand {
    font-size: 20px;
  }
  .site-footer > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .site-footer > span:last-child {
    padding-top: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
