/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #13233f;
  --muted: #68758a;
  --blue: #2563a9;
  --pale: #dceafe;
  --line: #dbe4f0;
  --cream: #f4f7fb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  background: radial-gradient(circle at 78% 9%, #e4eeff 0, #0000 25%), #f7f9fc;
  margin: 0;
  font-family:
    Pretendard,
    Noto Sans KR,
    Apple SD Gothic Neo,
    Arial,
    sans-serif;
}
.shell {
  width: min(1180px, 100% - 48px);
  margin: auto;
}
.topbar {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 10;
  background: #f7f9fcdb;
  border-bottom: 1px solid #13233f1a;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 0 max(24px, 50% - 590px);
  display: flex;
  position: sticky;
  top: 0;
}
.brand {
  color: var(--ink);
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}
.brandMark {
  background: var(--blue);
  color: #fff;
  border-radius: 11px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}
.strategyLink {
  color: var(--blue);
  background: #fff;
  border: 1px solid #b9cfea;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.strategyLink:hover {
  background: var(--pale);
}
.hero {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
  min-height: 720px;
  padding: 70px 0 80px;
  display: grid;
}
.eyebrow {
  letter-spacing: 0.18em;
  color: var(--blue);
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 800;
}
.hero h1 {
  letter-spacing: -0.065em;
  margin: 0;
  font-size: 70px;
  line-height: 1.04;
}
.hero h1 em {
  color: var(--blue);
  font-style: normal;
}
.lead {
  color: var(--muted);
  margin: 28px 0;
  font-size: 18px;
  line-height: 1.75;
}
.heroTags {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}
.heroTags span {
  border: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
  border-radius: 20px;
  padding: 8px 11px;
  font-size: 11px;
}
.phoneStage {
  place-items: center;
  height: 560px;
  display: grid;
  position: relative;
}
.phoneStage .glow {
  background: radial-gradient(circle, #c7dcfa, #c7dcfa00 68%);
  border-radius: 50%;
  width: 420px;
  height: 420px;
  position: absolute;
}
.phoneStage > img {
  object-fit: contain;
  filter: drop-shadow(0 30px 45px #13233f30);
  z-index: 2;
  width: auto;
  height: 510px;
  position: relative;
}
.floating {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffeb;
  border: 1px solid #d8e4f2;
  border-radius: 14px;
  padding: 15px 17px;
  position: absolute;
  box-shadow: 0 16px 35px #13233f1a;
}
.floating b,
.floating span {
  display: block;
}
.floating b {
  font-size: 12px;
}
.floating span {
  color: var(--muted);
  margin-top: 5px;
  font-size: 10px;
}
.f1 {
  top: 24%;
  left: 5%;
}
.f2 {
  bottom: 24%;
  right: 0;
}
.promise {
  background: var(--ink);
  color: #fff;
  padding: 88px 0;
}
.promiseInner > p {
  color: #a9bde0;
  letter-spacing: 0.08em;
  font-size: 12px;
}
.promise h2 {
  letter-spacing: -0.04em;
  margin: 14px 0 50px;
  font-size: 43px;
  line-height: 1.28;
}
.numbers {
  border-top: 1px solid #ffffff29;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.numbers div {
  padding: 25px 25px 0 0;
}
.numbers strong,
.numbers span {
  display: block;
}
.numbers strong {
  color: #8bb8ec;
  font-size: 18px;
}
.numbers span {
  color: #b8c4d6;
  margin-top: 7px;
  font-size: 12px;
}
.features {
  padding: 105px 0;
}
.sectionHead {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
  display: flex;
}
.sectionHead h2 {
  letter-spacing: -0.045em;
  margin: 0;
  font-size: 38px;
}
.sectionHead > p {
  color: var(--muted);
  font-size: 12px;
}
.featureList {
  gap: 18px;
  display: grid;
}
.featureList article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 28px;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 470px;
  display: grid;
  overflow: hidden;
}
.featureList article.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}
.featureList article.reverse .featureText {
  order: 2;
}
.featureList article.reverse .screen {
  order: 1;
}
.featureText {
  flex-direction: column;
  justify-content: center;
  padding: 65px;
  display: flex;
}
.featureText > span {
  color: var(--blue);
  letter-spacing: 0.13em;
  font-size: 12px;
  font-weight: 800;
}
.featureText h3 {
  letter-spacing: -0.04em;
  margin: 19px 0 14px;
  font-size: 31px;
}
.featureText p {
  color: var(--muted);
  max-width: 390px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.screen {
  background: linear-gradient(145deg, #edf4ff, #d8e8fb);
  place-items: center;
  padding: 38px;
  display: grid;
}
.screen img {
  filter: drop-shadow(0 20px 28px #13233f29);
  max-width: 100%;
  max-height: 395px;
}
.allFeatures {
  background: #eaf0f8;
  padding: 95px 0;
}
.sectionHead.light {
  margin-bottom: 40px;
}
.featureGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
}
.featureGrid div {
  background: #fff;
  border: 1px solid #dae4f1;
  border-radius: 18px;
  min-height: 130px;
  padding: 25px;
}
.featureGrid b {
  color: var(--blue);
  font-size: 17px;
}
.featureGrid p {
  color: var(--muted);
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 1.65;
}
.closing {
  text-align: center;
  padding: 120px 0;
}
.closing h2 {
  letter-spacing: -0.05em;
  margin: 0 0 30px;
  font-size: 46px;
  line-height: 1.25;
}
.closing a {
  color: #fff;
  background: var(--blue);
  border-radius: 13px;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 30px 0 38px;
  font-size: 11px;
}
footer .shell {
  align-items: center;
  gap: 25px;
  display: flex;
}
footer strong {
  color: var(--ink);
  font-size: 14px;
}
footer a {
  color: var(--blue);
  margin-left: auto;
  font-weight: 700;
  text-decoration: none;
}
@media (width<=900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .heroCopy {
    text-align: center;
  }
  .heroTags {
    justify-content: center;
  }
  .phoneStage {
    height: 500px;
  }
  .featureList article,
  .featureList article.reverse {
    grid-template-columns: 1fr;
  }
  .featureList article.reverse .featureText,
  .featureList article.reverse .screen {
    order: initial;
  }
  .featureText {
    padding: 45px;
  }
  .featureGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width<=600px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }
  .topbar {
    height: 62px;
    padding: 0 14px;
  }
  .brand > span:last-child {
    display: none;
  }
  .strategyLink {
    padding: 8px 10px;
    font-size: 11px;
  }
  .hero {
    min-height: 0;
    padding: 54px 0;
  }
  .hero h1 {
    font-size: 48px;
  }
  .lead {
    font-size: 15px;
  }
  .desktop {
    display: none;
  }
  .phoneStage {
    height: 440px;
  }
  .phoneStage > img {
    height: 405px;
  }
  .floating {
    display: none;
  }
  .promise {
    padding: 62px 0;
  }
  .promise h2 {
    font-size: 31px;
  }
  .numbers {
    grid-template-columns: 1fr;
  }
  .numbers div {
    border-bottom: 1px solid #ffffff1f;
    padding: 20px 0;
  }
  .features {
    padding: 70px 0;
  }
  .sectionHead {
    margin-bottom: 35px;
    display: block;
  }
  .sectionHead h2 {
    font-size: 30px;
  }
  .sectionHead > p {
    line-height: 1.5;
  }
  .featureList article {
    min-height: 0;
  }
  .featureText {
    padding: 32px 25px;
  }
  .featureText h3 {
    font-size: 25px;
  }
  .screen {
    padding: 27px;
  }
  .screen img {
    max-height: 360px;
  }
  .allFeatures {
    padding: 65px 0;
  }
  .featureGrid {
    grid-template-columns: 1fr;
  }
  .closing {
    padding: 80px 0;
  }
  .closing h2 {
    font-size: 34px;
  }
  footer .shell {
    display: block;
  }
  footer span,
  footer a {
    margin: 8px 0 0;
    display: block;
  }
}
.featureText {
  background: #e8f3ff;
}
.featureText > span {
  color: #5fa4df;
  letter-spacing: -0.04em;
  font-size: 48px;
  font-weight: 850;
  line-height: 1;
}
.featureText h3 {
  margin-top: 22px;
}
.screen {
  background: #fff;
}
@media (width<=600px) {
  .featureText > span {
    font-size: 40px;
  }
}
.navLinks {
  align-items: center;
  gap: 8px;
  display: flex;
}
.guideLink {
  color: var(--blue);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.textLink {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
@media (width<=600px) {
  .navLinks {
    gap: 2px;
  }
  .guideLink {
    padding: 8px 6px;
    font-size: 10px;
  }
}
.useCases {
  background: #fff;
  padding: 120px 0;
  scroll-margin-top: 72px;
}
.useCasesHead {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 78px;
}
.useCasesHead h2 {
  letter-spacing: -0.055em;
  margin: 0;
  font-size: 58px;
  line-height: 1.08;
}
.useCasesHead > p:last-child {
  color: var(--muted);
  margin: 25px 0 0;
  font-size: 17px;
  line-height: 1.75;
}
.caseList {
  gap: 28px;
  display: grid;
}
.useCase {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #fbfdff, #edf4fd);
  border-radius: 30px;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 44px;
  min-height: 590px;
  padding: 60px 68px;
  display: grid;
  overflow: hidden;
}
.useCase:nth-child(2n) .caseCopy {
  order: 2;
}
.useCase:nth-child(2n) .caseScreens {
  order: 1;
}
.caseCopy > span {
  letter-spacing: 0.1em;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.caseCopy h3 {
  letter-spacing: -0.045em;
  margin: 17px 0 24px;
  font-size: 38px;
  line-height: 1.25;
}
.caseCopy h3 em {
  color: var(--blue);
  font-style: normal;
}
.caseCopy p {
  color: var(--muted);
  max-width: 500px;
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.8;
}
.caseCopy p b {
  color: var(--ink);
}
.caseCopy strong {
  color: var(--blue);
  background: #fff;
  border-radius: 11px;
  margin-top: 18px;
  padding: 12px 15px;
  font-size: 13px;
  display: inline-block;
  box-shadow: 0 8px 22px #2563a917;
}
.caseScreens {
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}
.caseScreens img {
  border: 1px solid #dbe4f0;
  border-radius: 25px;
  width: min(220px, 32%);
  display: block;
  box-shadow: 0 22px 48px #13233f29;
}
.caseScreens img:nth-child(2) {
  transform: translateY(20px);
}
.caseScreens.four {
  grid-template-columns: repeat(2, minmax(0, 190px));
  gap: 12px;
  display: grid;
}
.caseScreens.four img {
  width: 100%;
  transform: none;
}
.closingText {
  color: var(--muted);
  margin: -10px 0 28px;
  font-size: 16px;
}
@media (width<=900px) {
  .useCase,
  .useCase:nth-child(2n) {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 50px;
  }
  .useCase:nth-child(2n) .caseCopy,
  .useCase:nth-child(2n) .caseScreens {
    order: initial;
  }
  .caseCopy {
    text-align: center;
  }
  .caseCopy p {
    margin-inline: auto;
  }
  .caseScreens img {
    width: min(260px, 45%);
  }
}
@media (width<=600px) {
  .useCases {
    padding: 78px 0;
  }
  .useCasesHead {
    margin-bottom: 45px;
  }
  .useCasesHead h2 {
    font-size: 42px;
  }
  .useCasesHead > p:last-child {
    font-size: 15px;
  }
  .caseList {
    gap: 18px;
  }
  .useCase,
  .useCase:nth-child(2n) {
    border-radius: 22px;
    min-height: 0;
    padding: 38px 20px;
  }
  .caseCopy h3 {
    font-size: 29px;
  }
  .caseCopy p {
    font-size: 16px;
  }
  .caseScreens {
    gap: 8px;
  }
  .caseScreens img {
    border-radius: 18px;
    width: 47%;
  }
  .caseScreens img:nth-child(2) {
    transform: translateY(15px);
  }
}
@media (width<=900px) {
  .caseScreens.three img {
    width: min(215px, 31%);
  }
  .caseScreens.two img {
    width: min(260px, 45%);
  }
  .caseScreens.four img {
    width: 100%;
  }
}
@media (width<=600px) {
  .caseScreens.three img {
    width: 31%;
  }
  .caseScreens.two img {
    width: 47%;
  }
  .caseScreens.four {
    grid-template-columns: repeat(2, minmax(0, 130px));
    gap: 8px;
  }
  .caseScreens.four img {
    width: 100%;
    transform: none;
  }
}
.caseCopy > span {
  letter-spacing: 0;
  color: #1e5fae;
  align-items: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  display: inline-flex;
}
.caseCopy p {
  font-size: 19px;
  line-height: 1.78;
}
.caseCopy strong {
  padding: 13px 17px;
  font-size: 15px;
  line-height: 1.45;
}
@media (width<=600px) {
  .caseCopy > span {
    font-size: 16px;
  }
  .caseCopy p {
    font-size: 17px;
  }
  .caseCopy strong {
    font-size: 14px;
  }
}
.caseTabs {
  z-index: 8;
  border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fffffff0;
  border-radius: 18px;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 0 0 28px;
  padding: 10px;
  display: grid;
  position: sticky;
  top: 72px;
  box-shadow: 0 12px 30px #13233f14;
}
.caseTabs a {
  color: #52637b;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  display: flex;
}
.caseTabs a:hover {
  background: var(--pale);
  color: var(--blue);
}
.caseTabs b {
  color: var(--blue);
  font-size: 15px;
}
.useCase {
  scroll-margin-top: 158px;
}
@media (width<=760px) {
  .caseTabs {
    border-radius: 0;
    justify-content: flex-start;
    margin-inline: calc(50% - 50vw);
    padding-inline: 14px;
    display: flex;
    top: 62px;
    overflow-x: auto;
  }
  .caseTabs a {
    min-width: max-content;
    font-size: 14px;
  }
  .caseTabs b {
    font-size: 14px;
  }
  .useCase {
    scroll-margin-top: 145px;
  }
}
.phoneStage > img {
  filter: drop-shadow(0 26px 38px #13233f29);
  max-width: 100%;
  height: auto;
  max-height: 540px;
}
@media (width<=600px) {
  .phoneStage > img {
    max-width: 100%;
    height: auto;
    max-height: 405px;
  }
}
.brandIcon {
  object-fit: contain;
  flex: none;
  width: 58px;
  height: 58px;
}
@media (width<=600px) {
  .brandIcon {
    width: 46px;
    height: 46px;
  }
}
.allFeatures,
.allFeatures.compact {
  background: #fff;
}
.featureOverview {
  width: 100%;
  height: auto;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
}
.promise {
  padding: 58px 0;
}
.promise h2 {
  margin: 12px 0 34px;
}
@media (width<=600px) {
  .promise {
    padding: 48px 0;
  }
  .promise h2 {
    margin-bottom: 28px;
  }
}
.useCases > .shell {
  width: min(1440px, 100% - 48px);
}
.useCasesHead {
  text-align: left;
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto 58px;
}
.useCasesHead h2 {
  font-size: 58px;
}
.useCasesHead > p:last-child {
  max-width: 720px;
  margin-top: 22px;
}
.caseList {
  gap: 0;
}
.useCase,
.useCase:nth-child(2n) {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  border-radius: 0;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  min-height: 800px;
  padding: 92px 0;
  overflow: visible;
}
.useCase:nth-child(2n) {
  grid-template-columns: 1.22fr 0.78fr;
}
.caseNum {
  color: #dceaff;
  margin-bottom: 12px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}
.caseCopy {
  text-align: left;
}
.caseCopy > span {
  letter-spacing: 0.16em;
  margin: 0 0 17px;
  font-size: 12px;
}
.caseCopy h3 {
  margin: 0 0 25px;
  font-size: clamp(36px, 3.35vw, 52px);
  line-height: 1.2;
}
.caseCopy p {
  max-width: 600px;
  margin: 0 0 13px;
  font-size: 18px;
  line-height: 1.8;
}
.caseCopy strong {
  color: #fff;
  background: #2f7df4;
  border-radius: 14px;
  margin-top: 20px;
  padding: 14px 18px;
  font-size: 16px;
  box-shadow: 0 12px 28px #2f7df433;
}
.caseScreens {
  gap: 12px;
}
.caseScreens img {
  background: #fff;
  border-radius: 28px;
  width: min(280px, 31.5%);
  margin: 0;
  padding: 7px;
  box-shadow: 0 22px 58px #1f385a29;
}
.caseScreens.two img {
  width: min(320px, 46%);
}
.caseScreens.four {
  grid-template-columns: repeat(2, minmax(0, 250px));
  gap: 14px;
}
.caseScreens.four img {
  width: 100%;
}
@media (width<=900px) {
  .useCase,
  .useCase:nth-child(2n) {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
    padding: 70px 0;
  }
  .caseCopy {
    text-align: left;
  }
  .caseScreens,
  .caseScreens.four {
    justify-content: flex-start;
    padding: 14px 5px 45px;
    display: flex;
    overflow-x: auto;
  }
  .caseScreens img,
  .caseScreens.two img,
  .caseScreens.four img {
    width: 235px;
    min-width: 235px;
  }
  .caseScreens.four img {
    transform: none;
  }
}
@media (width<=600px) {
  .useCases > .shell {
    width: min(100% - 28px, 1440px);
  }
  .useCasesHead {
    text-align: left;
  }
  .useCasesHead h2 {
    font-size: 42px;
  }
  .caseNum {
    font-size: 58px;
  }
  .caseCopy h3 {
    font-size: 36px;
  }
  .caseCopy p {
    font-size: 17px;
  }
}
.caseTabs {
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  border-radius: 0;
  justify-content: center;
  gap: 8px;
  margin: 0 calc(50% - 50vw) 30px;
  padding: 12px 18px;
  display: flex;
  overflow-x: auto;
}
.caseTabs a {
  white-space: nowrap;
  color: #637086;
  border-radius: 999px;
  min-height: 0;
  padding: 10px 15px;
  font-size: 13px;
}
.caseTabs a.active {
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}
.caseTabs a.active b {
  color: #fff;
}
@media (width<=760px) {
  .caseTabs {
    justify-content: flex-start;
    margin-inline: calc(50% - 50vw);
    padding-inline: 10px;
  }
  .caseTabs a {
    font-size: 13px;
  }
}
:root {
  --blue: #2f7df4;
}
.useCases {
  --ink: #13233f;
  --muted: #68758a;
  --blue: #2f7df4;
  color: var(--ink);
  font-family:
    Arial,
    Noto Sans KR,
    sans-serif;
}
.caseCopy > span {
  color: var(--blue);
  font-weight: 700;
}
.caseCopy h3 {
  color: var(--ink);
  letter-spacing: -0.04em;
  font-weight: 400;
}
.caseCopy h3 em {
  color: var(--blue);
  font-weight: 400;
}
.caseCopy p {
  color: var(--muted);
  font-weight: 400;
}
.caseCopy p b {
  color: var(--ink);
  font-weight: 700;
}
.caseCopy strong {
  background: var(--blue);
  font-weight: 700;
}
.introStoreButtons {
  gap: 10px;
  margin: 25px 0 18px;
  display: flex;
}
.introStoreButton {
  color: #14233a;
  background: #fff;
  border: 1px solid #d5e1ef;
  border-radius: 13px;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  height: 56px;
  padding: 9px 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 8px 22px #20487a12;
}
.introStoreButton > i {
  text-align: center;
  width: 24px;
  font-size: 19px;
  font-style: normal;
}
.introStoreButton > span,
.introStoreButton small,
.introStoreButton b {
  display: block;
}
.introStoreButton small {
  color: #728095;
  font-size: 9px;
  line-height: 1.15;
}
.introStoreButton b {
  margin-top: 3px;
  font-size: 15px;
  line-height: 1.1;
}
.introStoreButton.disabled {
  opacity: 0.5;
  cursor: default;
}
.introStoreButton:not(.disabled):hover {
  border-color: #a9c8ef;
  transform: translateY(-2px);
}
@media (width<=600px) {
  .introStoreButtons {
    flex-direction: column;
  }
  .introStoreButton {
    width: 190px;
  }
}
.introStoreButton {
  width: 200px;
  min-width: 0;
  height: 56px;
  box-shadow: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  border-radius: 999px;
  padding: 0;
  display: block;
  overflow: hidden;
}
.introStoreButton img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.introStoreButton:hover {
  transform: translateY(-2px);
}
.hero {
  align-items: start;
}
.heroCopy {
  padding-top: 20px;
}
.phoneStage {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.phoneStage .introStoreButtons {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  gap: 6px;
  margin: -82px 0 0;
  display: flex;
  position: relative;
}
.phoneStage .introStoreButton {
  flex: 0 0 126px;
  width: 126px;
  height: 35px;
}
@media (width<=900px) {
  .heroCopy {
    padding-top: 0;
  }
  .phoneStage {
    margin-top: 24px;
  }
}
@media (width<=600px) {
  .phoneStage .introStoreButtons {
    flex-direction: row;
    margin-top: -62px;
  }
  .phoneStage .introStoreButton {
    flex-basis: 118px;
    width: 118px;
    height: 33px;
  }
}
.hero {
  min-height: 620px;
  padding-top: 44px;
  padding-bottom: 46px;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

/* =========================================
   Unified Site Header (Pixel-perfect & Consistent)
   ========================================= */
.siteHeader {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 72px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, "Pretendard Variable", Pretendard,
    "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

.headerShell {
  width: min(1180px, 100% - 48px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.headerBrand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #14233a;
  flex-shrink: 0;
}

.headerLogo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

.headerBrand strong,
.headerBrand span {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #14233a;
  line-height: 1.2;
}

.headerNav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.headerNav a {
  font-size: 14px;
  font-weight: 700;
  color: #7b8c9e;
  text-decoration: none;
  padding: 8px 0;
  line-height: 1;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none;
  transition: color 0.15s ease;
  white-space: nowrap;
  position: relative;
}

.headerNav a:hover {
  color: #14233a;
  text-decoration: none;
  border: none !important;
  border-bottom: none !important;
}

.headerNav a.active {
  color: #2f80ed;
  font-weight: 700;
  text-decoration: none;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.headerNav a.active:hover {
  color: #246fcf;
}

.headerNav a::before,
.headerNav a::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 640px) {
  .headerShell {
    width: min(100% - 28px, 1180px);
  }
  .siteHeader {
    height: 64px;
  }
  .headerLogo {
    width: 38px;
    height: 38px;
  }
  .headerBrand strong,
  .headerBrand span {
    font-size: 14px;
  }
  .headerNav {
    gap: 14px;
  }
  .headerNav a {
    font-size: 12px;
  }
}
