:root {
  color-scheme: light;
  --ink: #171717;
  --muted: #6f6b66;
  --line: #161616;
  --paper: #f8f8f6;
  --card: #fffefb;
  --mint: #e4fffb;
  --blue: #bfe6f3;
  --danger: #a33a32;
  --success: #2f6b45;
  font-family: "Kantumruy Pro", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: min(100%, 500px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 24px 18px 30px;
  overflow-x: hidden;
}

.brand-mark {
  display: flex;
  justify-content: center;
  margin: 0 0 22px;
}

.brand-mark img {
  display: block;
  width: 154px;
  height: auto;
}

.product-card {
  position: relative;
  padding-top: 44px;
}

.action-column {
  display: grid;
  gap: 18px;
  min-width: 0;
  margin-top: 28px;
}

.product-copy {
  position: relative;
  display: grid;
  justify-items: center;
  padding-top: 58px;
  margin-bottom: 24px;
  text-align: center;
}

.kicker {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
  display: inline-grid;
  min-height: 52px;
  place-items: center;
  margin: 0;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--mint);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1;
  transform: rotate(-12deg);
  white-space: nowrap;
}

h1 {
  max-width: 440px;
  margin: 0;
  font-size: clamp(60px, 17vw, 104px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0;
}

.product-copy h1 {
  max-width: 100%;
  font-size: clamp(52px, 10vw, 84px);
  line-height: 0.9;
}

.product-copy h1 span {
  display: block;
}

.selected-product-name {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.product-image {
  position: relative;
  width: calc(100% - 14px);
  margin: 0 auto;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--card);
  touch-action: pan-y;
  user-select: none;
}

.product-image::before {
  content: "";
  position: absolute;
  inset: 16px 8px -18px 18px;
  z-index: -1;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--mint);
}

.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.88);
  color: var(--ink);
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-button span {
  display: block;
  margin-top: -2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
}

.carousel-prev {
  left: 12px;
}

.carousel-next {
  right: 12px;
}

.carousel-dots {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  gap: 6px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffefa;
  cursor: pointer;
}

.carousel-dot[aria-pressed="true"] {
  width: 18px;
  background: var(--ink);
}

.product-image figcaption {
  position: absolute;
  right: 12px;
  bottom: 18px;
  display: inline-grid;
  min-height: 46px;
  place-items: center;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffefa;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1;
  transform: rotate(-8deg);
}

.release-line {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.promo-card {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 17px 16px 15px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fffefa;
}

.promo-label {
  display: inline-grid;
  min-height: 28px;
  place-items: center;
  margin: 0 0 10px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--mint);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
  transform: rotate(-4deg);
}

.promo-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.promo-card ul {
  display: grid;
  gap: 7px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.promo-card li {
  position: relative;
  padding-left: 14px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.promo-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 5px;
  height: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--blue);
  transform: translateY(-50%);
}

.promo-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.alert-form {
  margin-top: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffefa;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.choice-prompt {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.product-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.option-group {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.product-group legend,
.option-group legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  padding: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.product-chip,
.option-chip {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.option-chip:first-of-type {
  grid-column: 1 / -1;
}

.product-chip input,
.option-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.product-chip-card {
  display: grid;
  gap: 7px;
  min-height: 96px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.product-thumb {
  display: block;
  width: 100%;
  height: 58px;
  overflow: hidden;
  border: 1px solid rgba(22, 22, 22, 0.2);
  border-radius: 12px;
  background: #fffefa;
}

.product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}

.product-thumb-grid img {
  min-width: 0;
}

.product-label {
  display: grid;
  min-height: 28px;
  place-items: center;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
}

.option-chip span {
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 0 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: lowercase;
}

.product-chip input:checked + .product-chip-card,
.option-chip input:checked + span {
  background: var(--mint);
  box-shadow: inset 0 0 0 1px var(--line);
}

.product-chip input:focus-visible + .product-chip-card,
.option-chip input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(191, 230, 243, 0.62);
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 13px;
}

.field label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.field > span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  outline: none;
  background: #ffffff;
  color: var(--ink);
  font-size: 17px;
}

.field textarea {
  min-height: 128px;
  padding-block: 15px;
  line-height: 1.5;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  box-shadow: 0 0 0 3px rgba(191, 230, 243, 0.62);
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.consent-row input {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--ink);
  flex: 0 0 auto;
}

.text-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.privacy-box {
  margin: 12px 0 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.privacy-box p {
  margin: 0;
}

.privacy-box p + p {
  margin-top: 7px;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.submit-button {
  width: 100%;
  min-height: 56px;
  margin-top: 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--ink);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.submit-button[disabled] {
  opacity: 0.68;
  cursor: wait;
}

.submit-loading {
  display: none;
}

.submit-button[disabled] .submit-label {
  display: none;
}

.submit-button[disabled] .submit-loading {
  display: inline;
}

.form-message {
  min-height: 18px;
  margin: 10px 0 0;
  color: var(--danger);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.form-message.is-success {
  color: var(--success);
}

.lit-credit {
  margin: 18px 0 0;
  color: rgba(22, 22, 22, 0.48);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(22, 22, 22, 0.36);
}

.success-card {
  width: min(100%, 378px);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffefa;
  box-shadow: 0 24px 90px rgba(22, 22, 22, 0.2);
}

.success-date-art {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 18px;
  object-fit: cover;
}

.success-kicker {
  margin: 16px 0 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.success-card h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
}

.success-card p:not(.success-kicker) {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.success-card button {
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 800;
}

.info-shell {
  width: 100%;
  max-width: 860px;
  min-height: 100svh;
  margin: 0 auto;
  padding: 24px 18px 34px;
}

.service-shell {
  word-break: keep-all;
  overflow-x: hidden;
}

.mobile-only {
  display: none;
}

.simple-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  margin-bottom: 34px;
}

.brand-mark.small {
  margin: 0;
  justify-content: flex-start;
}

.brand-mark.small img {
  width: 132px;
}

.brand-text {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  text-decoration: none;
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.header-link {
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.header-link.cta-link {
  display: grid;
  min-height: 34px;
  place-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
}

.service-shell h1,
.service-shell h2,
.service-shell h3,
.service-shell p {
  overflow-wrap: break-word;
}

.info-hero {
  position: relative;
  padding-top: 56px;
  margin-bottom: 22px;
}

.info-hero.compact {
  margin-bottom: 18px;
}

.info-kicker {
  left: 4px;
}

.service-shell .info-kicker {
  left: 0;
  top: 0;
  transform: rotate(-12deg);
}

.info-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(46px, 11vw, 92px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.dashboard-shell .info-hero h1 {
  font-size: clamp(58px, 14vw, 104px);
}

.service-shell .info-hero h1 {
  display: grid;
  gap: 2px;
  max-width: 720px;
  font-size: 68px;
  line-height: 0.98;
  letter-spacing: 0;
}

.service-shell .info-hero {
  padding-top: 76px;
}

.info-lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

.info-lead span {
  display: block;
}

.problem-grid,
.pricing-grid,
.metric-grid {
  display: grid;
  gap: 12px;
}

.service-snapshot,
.dashboard-product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--mint);
}

.snapshot-copy {
  display: grid;
  align-content: end;
  min-height: 210px;
  padding: 26px;
}

.snapshot-copy span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.snapshot-copy p {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 31px;
  font-weight: 800;
  line-height: 1.15;
}

.service-snapshot figure {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  margin: 0;
  border-top: 1px solid var(--line);
  overflow: hidden;
  border-radius: 0 0 21px 21px;
  background: #fffefa;
}

.service-snapshot img {
  display: block;
  width: min(100%, 470px);
  max-height: 100%;
  padding: 20px;
  object-fit: contain;
}

.service-snapshot figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffefa;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1;
}

.benefit-bubbles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 24px;
}

.benefit-bubble {
  position: relative;
  min-height: 168px;
  padding: 18px 18px 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fffefa;
}

.benefit-bubble::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 22px;
  height: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fffefa;
  transform: rotate(45deg);
}

.brand-bubble::after {
  left: 34px;
}

.customer-bubble::after {
  right: 34px;
}

.customer-bubble {
  text-align: left;
}

.customer-bubble .bubble-illo {
  margin-left: 0;
  margin-right: auto;
}

.bubble-illo {
  position: relative;
  width: 48px;
  height: 38px;
  margin-bottom: 22px;
}

.bubble-illo span,
.bubble-illo i {
  position: absolute;
  display: block;
  border: 1px solid var(--line);
  background: var(--mint);
}

.bubble-illo span {
  inset: 0 6px 8px 0;
  border-radius: 999px;
}

.bubble-illo i {
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.customer-bubble .bubble-illo span {
  background: #fff7c8;
}

.benefit-bubble > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.benefit-bubble p {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.feature-showcase {
  margin-top: 34px;
}

.feature-showcase h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  min-height: 520px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffefa;
}

.feature-copy span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--mint);
  font-size: 12px;
  font-weight: 900;
}

.feature-copy h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.28;
}

.feature-copy p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.feature-mock-image {
  display: grid;
  align-self: end;
  min-height: 330px;
  margin: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.feature-mock-image img {
  display: block;
  width: 100%;
  max-width: 330px;
  max-height: 330px;
  object-fit: contain;
}

.mini-alert-mock,
.mini-demand-mock,
.mini-dashboard-mock,
.mini-message-mock {
  align-self: end;
  min-height: 172px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
}

.mini-alert-mock {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 8px;
  padding: 13px;
}

.mini-logo {
  grid-column: 1 / -1;
  font-size: 11px;
  font-weight: 900;
}

.mini-title {
  align-self: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 0.9;
}

.mini-photo {
  grid-row: span 3;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffefa url("./assets/red-flipflop-cutout.png") center / contain no-repeat;
}

.mini-input,
.mini-button {
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
}

.mini-button {
  background: var(--ink);
}

.mini-demand-mock {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.mini-demand-mock div {
  display: grid;
  grid-template-columns: 72px 1fr 28px;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  font-weight: 900;
}

.mini-demand-mock i {
  display: block;
  width: var(--w);
  height: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--mint);
}

.mini-dashboard-mock {
  padding: 16px;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.mini-metrics span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.mini-table-row {
  height: 24px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.18);
}

.mini-message-mock {
  display: grid;
  place-items: center;
  padding: 18px;
  background: #fff7c8;
}

.chat-bubble {
  width: min(100%, 240px);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px 18px 18px 6px;
  background: #ffffff;
}

.chat-bubble strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.chat-bubble p {
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.chat-bubble em {
  display: grid;
  min-height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.pricing-list {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 10px;
  background: #fffefa;
}

.price-row {
  display: grid;
  grid-template-columns: 24px 1fr auto minmax(140px, 0.8fr);
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 18px;
  cursor: pointer;
}

.price-row + .price-row {
  border-top-color: rgba(22, 22, 22, 0.16);
  border-radius: 0;
}

.price-row.recommended {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.price-row input {
  accent-color: var(--ink);
}

.price-row span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-row span em {
  display: inline-grid;
  min-height: 20px;
  margin-left: 6px;
  padding: 0 8px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--mint);
  color: var(--ink);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0;
}

.price-row strong {
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  white-space: nowrap;
}

.price-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.team-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 20px;
  align-items: center;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffefa;
}

.team-copy span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-copy h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.14;
}

.team-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.62;
}

.team-description span {
  display: block;
}

.team-description span + span::before {
  content: "";
}

.team-mockup {
  justify-self: end;
  width: 240px;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.team-mockup img {
  display: block;
  width: 100%;
  height: auto;
}

.apply-shell .info-hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 10vw, 84px);
  overflow: visible;
}

.apply-shell .info-hero h1 span {
  display: block;
}

.apply-shell .info-hero.compact {
  padding-top: 76px;
}

.apply-shell .info-kicker {
  left: 0;
  top: 8px;
  transform: rotate(-7deg);
}

.apply-form {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffefa;
}

.apply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.apply-plan-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 13px;
  padding: 0;
  border: 0;
}

.apply-plan-group legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.apply-plan-group label {
  cursor: pointer;
}

.apply-plan-group input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.apply-plan-group span {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.apply-plan-group b {
  color: var(--ink);
  font-size: 17px;
}

.apply-plan-group em {
  justify-self: start;
  padding: 2px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--mint);
  color: var(--ink);
  font-size: 10px;
  font-style: normal;
}

.apply-plan-group input:checked + span {
  background: var(--mint);
  box-shadow: inset 0 0 0 1px var(--line);
}

.payment-note {
  margin-top: 2px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.payment-note span,
.bank-box span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-note p {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.bank-box {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--mint);
}

.bank-box strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
}

.bank-box p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.problem-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.problem-grid article,
.price-card,
.metric-card,
.admin-gate,
.dashboard-panel,
.how-it-works,
.quiet-cta {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fffefa;
}

.problem-grid article {
  min-height: 150px;
  padding: 18px;
}

.problem-grid span,
.price-card span,
.metric-card span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem-grid p {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.how-it-works,
.pricing-section,
.quiet-cta,
.admin-gate,
.dashboard-panel {
  margin-top: 14px;
}

.how-it-works,
.quiet-cta,
.admin-gate,
.dashboard-panel {
  padding: 18px;
}

.how-it-works h2,
.pricing-section h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.step-list {
  display: grid;
  gap: 8px;
}

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

.step-list p {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.step-list strong {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--mint);
  font-size: 12px;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  min-height: 188px;
  padding: 18px;
}

.price-card.featured {
  background: var(--mint);
  box-shadow: inset 0 0 0 1px var(--line);
}

.price-card strong {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.price-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.quiet-cta {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 18px;
  align-items: center;
}

.quiet-cta p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.link-button {
  display: grid;
  place-items: center;
  margin: 0;
  text-decoration: none;
}

.admin-gate {
  max-width: 420px;
}

.admin-gate .field span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.preview-link {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.dashboard-product {
  grid-template-columns: 84px 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  padding: 10px;
  background: #fffefa;
}

.dashboard-product img {
  display: block;
  width: 84px;
  height: 84px;
  border: 1px solid var(--line);
  border-radius: 16px;
  object-fit: cover;
}

.dashboard-product span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.dashboard-product strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.dashboard-product p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.dashboard-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.dashboard-actions p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.dashboard-shell .simple-header {
  justify-content: center;
}

.dashboard-shell .brand-mark.small {
  justify-content: center;
}

.outline-button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.outline-button[disabled] {
  opacity: 0.62;
  cursor: wait;
}

.metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card {
  padding: 16px;
}

.metric-card strong {
  display: block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.option-chart-card {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
}

.option-chart-card h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.option-summary {
  display: grid;
  gap: 11px;
  margin: 0;
}

.option-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.option-count {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
}

.option-count-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.option-count span {
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.option-count strong {
  color: var(--muted);
}

.option-bar-track {
  height: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffefa;
}

.option-bar-track i {
  display: block;
  height: 100%;
  border-right: 1px solid var(--line);
  border-radius: inherit;
  background: var(--mint);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
}

table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(22, 22, 22, 0.14);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
}

th {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

tbody tr:last-child td {
  border-bottom: 0;
}

@media (min-width: 760px) {
  .page-shell {
    width: min(100%, 1120px);
    display: grid;
    grid-template-columns: minmax(460px, 560px) minmax(340px, 400px);
    grid-template-areas:
      "brand brand"
      "product action"
      "credit credit";
    justify-content: center;
    gap: 0 54px;
    align-items: start;
    padding: 28px 34px 40px;
  }

  .brand-mark {
    grid-area: brand;
    margin-bottom: 8px;
  }

  .product-card {
    grid-area: product;
  }

  .action-column {
    grid-area: action;
    align-self: center;
    gap: 16px;
    margin-top: 0;
    padding-top: 18px;
  }

  .lit-credit {
    grid-area: credit;
  }
}

@media (max-width: 760px) {
  .mobile-only {
    display: block;
  }

  .product-card {
    padding-top: 28px;
  }

  .product-copy {
    padding-top: 62px;
    margin-bottom: 18px;
  }

  .product-copy h1 {
    font-size: clamp(38px, 11vw, 44px);
  }

  .selected-product-name {
    margin-top: 10px;
    font-size: 12px;
  }

  .product-image {
    aspect-ratio: 3 / 4;
  }

  .release-line {
    font-size: 18px;
  }

  .promo-card {
    padding: 15px 14px 14px;
  }

  .promo-card h2 {
    font-size: 18px;
  }

  .promo-card li {
    font-size: 11px;
  }

  .alert-form {
    margin-top: 0;
    padding: 16px;
  }

  .product-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .product-chip-card {
    grid-template-columns: 52px 1fr;
    align-items: center;
    min-height: 64px;
    padding: 6px;
    border-radius: 16px;
  }

  .product-thumb {
    width: 52px;
    height: 52px;
    border-radius: 11px;
  }

  .product-label {
    min-height: 24px;
    font-size: 10px;
    justify-items: start;
    text-align: left;
  }

  .problem-grid,
  .benefit-bubbles,
  .feature-grid,
  .pricing-grid,
  .quiet-cta,
  .team-section,
  .apply-grid,
  .apply-plan-group,
  .compact-list,
  .service-snapshot {
    grid-template-columns: 1fr;
  }

  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .metric-card {
    padding: 14px 12px;
  }

  .metric-card strong {
    font-size: 28px;
  }

  .service-snapshot figure {
    min-height: 520px;
  }

  .service-shell .info-hero h1 {
    font-size: 46px;
    line-height: 1.03;
  }

  .service-shell .info-hero {
    padding-top: 78px;
  }

  .snapshot-copy {
    min-height: 170px;
  }

  .service-snapshot img {
    width: min(100%, 430px);
    padding: 16px;
  }

  .problem-grid article,
  .price-card,
  .feature-card {
    min-height: auto;
  }

  .feature-mock-image {
    min-height: 360px;
  }

  .feature-mock-image img {
    max-height: 360px;
  }

  .team-mockup {
    justify-self: center;
    width: min(300px, 82vw);
  }

  .team-description span {
    display: block;
  }

  .team-description span + span::before {
    content: "";
  }

  .price-row {
    grid-template-columns: 24px 1fr;
    gap: 8px 12px;
    padding-block: 14px;
  }

  .price-row strong,
  .price-row p {
    grid-column: 2;
  }
}

@media (max-width: 420px) {
  .page-shell {
    padding-inline: 14px;
  }

  .kicker {
    left: 0;
    top: 0;
    min-height: 46px;
    padding-inline: 15px;
    font-size: 18px;
    transform: rotate(-10deg);
  }

  .product-card {
    padding-top: 28px;
  }

  .product-copy {
    padding-top: 62px;
    margin-bottom: 18px;
  }

  .service-shell .info-kicker {
    transform: rotate(-10deg);
  }

  h1 {
    font-size: clamp(54px, 17vw, 68px);
  }

  .product-copy h1 {
    font-size: clamp(34px, 10.5vw, 40px);
  }

  .selected-product-name {
    margin-top: 10px;
    font-size: 12px;
  }

  .product-image {
    width: calc(100% - 10px);
    aspect-ratio: 3 / 4;
  }

  .product-image figcaption {
    right: 16px;
    bottom: 14px;
    min-height: 36px;
    padding-inline: 13px;
    font-size: 15px;
    transform: rotate(-5deg);
  }

  .release-line {
    font-size: 18px;
  }

  .promo-label {
    min-height: 26px;
    font-size: 14px;
  }

  .promo-card h2 {
    font-size: 17px;
  }

  .alert-form {
    margin-top: 0;
    padding: 16px;
  }

  .option-group {
    gap: 6px;
  }

  .product-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .product-chip-card {
    grid-template-columns: 52px 1fr;
    align-items: center;
    min-height: 64px;
    padding: 6px;
    border-radius: 16px;
  }

  .product-thumb {
    width: 52px;
    height: 52px;
    border-radius: 11px;
  }

  .product-label {
    min-height: 24px;
    font-size: 10px;
    justify-items: start;
    text-align: left;
  }

  .info-shell {
    width: auto;
    max-width: none;
    padding-inline: 14px;
  }

  .simple-header {
    width: 100%;
  }

  .header-link.cta-link {
    padding-inline: 12px;
    font-size: 10px;
  }

  .info-hero h1,
  .dashboard-shell .info-hero h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .service-shell .info-hero h1 {
    font-size: 38px;
    line-height: 1.03;
  }

  .service-shell .info-hero {
    padding-top: 76px;
  }

  .info-lead,
  .problem-grid p,
  .benefit-bubble p,
  .quiet-cta p {
    font-size: 15px;
  }

  .snapshot-copy {
    min-height: 190px;
    padding: 18px;
  }

  .snapshot-copy p {
    font-size: 24px;
  }

  .feature-showcase h2 {
    font-size: 18px;
  }

  .feature-copy h3 {
    font-size: 18px;
  }

  .service-snapshot figure {
    min-height: 460px;
  }

  .feature-mock-image {
    min-height: 330px;
  }

  .feature-mock-image img {
    max-height: 330px;
  }

  .team-copy h2 {
    font-size: 23px;
  }

  .team-copy p {
    font-size: 14px;
  }

  .mini-demand-mock div {
    grid-template-columns: 68px 1fr 24px;
  }

  .apply-shell .info-hero h1 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.02;
  }

  .apply-shell .info-hero.compact {
    padding-top: 70px;
  }

  .apply-shell .info-kicker {
    top: 6px;
    transform: rotate(-5deg);
  }

  .step-list p {
    min-height: auto;
    border-radius: 18px;
    padding: 10px 12px;
    align-items: flex-start;
  }

  .metric-card strong {
    font-size: 24px;
  }

  th,
  td {
    padding-inline: 9px;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .option-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
