:root {
  --ink: #2b2b2b;
  --muted: #6f7d82;
  --cream: #fff8ef;
  --cream-2: #fff3e4;
  --teal: #12aec9;
  --teal-dark: #0e7c93;
  --coral: #f2635f;
  --coral-2: #ff9e7a;
  --yellow: #ffe94a;
  --line: #efe4d2;
  --blue-soft: #eaf7f9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(70, 50, 20, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 248, 239, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.nav {
  width: min(1120px, calc(100% - 32px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}
.brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #22c7de, #1191c0);
  color: var(--white);
  font-size: 17px;
}
.brand-text { font-size: 18px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #4a555a;
  font-size: 14px;
  font-weight: 800;
}
.pill-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: #e7f7fa;
  color: var(--teal-dark);
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 900;
}
.pill-status span { font-family: ui-sans-serif, system-ui, sans-serif; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(180deg, rgba(255, 214, 150, .10) 0 2px, rgba(255, 255, 255, 0) 2px 9px),
    linear-gradient(180deg, #fffdf8, var(--cream-2));
}
.hero-bg {
  position: absolute;
  inset: 0;
  opacity: .17;
  pointer-events: none;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% 50%;
}
.hero-inner {
  position: relative;
  width: min(1120px, calc(100% - 32px));
  min-height: 720px;
  margin: 0 auto;
  padding: 74px 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 48px;
}
.mini-badge {
  display: inline-flex;
  margin: 0;
  border: 1px solid #f3e3cc;
  border-radius: 999px;
  background: var(--white);
  color: var(--teal-dark);
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 900;
}
.hero h1 {
  margin: 18px 0 0;
  font-size: 64px;
  line-height: 1.18;
  font-weight: 900;
}
.hero h1 em {
  color: var(--coral);
  font-style: normal;
}
.hero h1 span { color: var(--teal); }
.lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: #7d7466;
  font-size: 18px;
  font-weight: 700;
}
.hero-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.hero-prices div {
  min-width: 146px;
  border: 1px solid #f0e2cc;
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 12px 24px -18px rgba(120, 90, 30, .55);
}
.hero-prices small {
  display: block;
  padding: 8px 12px 3px;
  color: #8b8172;
  font-size: 11px;
  font-weight: 800;
}
.hero-prices strong {
  display: block;
  background: var(--yellow);
  padding: 4px 12px 7px;
  font-size: 26px;
  line-height: 1;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 0;
  padding: 0 22px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.btn-primary {
  background: linear-gradient(135deg, #22c7de, #1191c0);
  color: var(--white);
  box-shadow: 0 12px 24px -12px rgba(18, 145, 192, .9);
}
.btn-coral {
  background: linear-gradient(135deg, var(--coral-2), var(--coral));
  color: var(--white);
  box-shadow: 0 12px 24px -12px rgba(242, 99, 95, .8);
}
.btn-outline {
  border: 1.5px solid var(--teal);
  background: var(--white);
  color: var(--teal-dark);
}
.hero-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .72);
  padding: 28px 18px;
  box-shadow: var(--shadow);
}
.photo-before,
.photo-after {
  width: 132px;
  height: 176px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border-radius: 12px;
  text-align: center;
}
.photo-before {
  border: 2px dashed #d9c7a6;
  background: #fffdf8;
}
.photo-after {
  border: 2px solid #c7eaf0;
  background: linear-gradient(180deg, #f4fbfc, #e9f5f8);
  box-shadow: 0 18px 30px -20px rgba(18, 145, 192, .55);
}
.avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #e8b592 0 28%, transparent 29%),
    radial-gradient(circle at 50% 92%, #26333f 0 42%, transparent 43%),
    linear-gradient(#eaf7f9, #eaf7f9);
}
.proof-arrow {
  color: var(--teal);
  font-size: 28px;
  font-weight: 900;
}
.hero-proof small {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 900;
}

.medals {
  width: min(820px, calc(100% - 32px));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.medal {
  text-align: center;
}
.medal strong {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 2px solid #e4bc55;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 32%, #fff6d8, #f1d178);
  color: var(--teal-dark);
  font-size: 14px;
  line-height: 1.18;
  box-shadow: 0 10px 18px -10px rgba(180, 140, 40, .55);
}
.medal span {
  display: block;
  margin-top: 6px;
  color: #8b8172;
  font-size: 12px;
  font-weight: 800;
}

.section-heading {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 26px;
  text-align: center;
}
.kicker {
  margin: 0 0 5px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 900;
}
.section-heading h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 900;
}
.section-heading p:not(.kicker) {
  color: #7d7466;
}

.preview-section {
  padding: 82px 0 86px;
}
.preview-shell {
  width: min(720px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid #e9eef1;
  border-radius: 22px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 24px 60px -26px rgba(18, 80, 100, .5);
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #f4f7f9;
  border-bottom: 1px solid #e9eef1;
}
.browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.browser-bar span:nth-child(1) { background: #ff7e7e; }
.browser-bar span:nth-child(2) { background: #ffc94d; }
.browser-bar span:nth-child(3) { background: #4fd08a; }
.browser-bar strong {
  flex: 1;
  border: 1px solid #e5ebee;
  border-radius: 999px;
  background: var(--white);
  padding: 4px 12px;
  color: #7c8b96;
  font-size: 12px;
  text-align: center;
}
.stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 16px 18px 8px;
}
.step-dot {
  display: grid;
  justify-items: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: #aeb9c1;
  font-size: 11px;
  font-weight: 800;
}
.step-dot span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #edf2f4;
}
.step-dot.is-current,
.step-dot.is-done { color: var(--teal-dark); }
.step-dot.is-current span,
.step-dot.is-done span {
  background: linear-gradient(135deg, #22c7de, #1191c0);
  color: var(--white);
}
.step-dot.is-current span {
  box-shadow: 0 0 0 5px rgba(18, 174, 201, .16);
}
.flow-panel {
  display: none;
  padding: 18px 22px 26px;
  text-align: center;
}
.flow-panel.is-active { display: block; }
.flow-panel h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
}
.flow-panel p {
  margin: 5px 0 14px;
  color: #7c8b96;
}
.drop-zone {
  border: 2px dashed #bfe7ee;
  border-radius: 16px;
  background: #f4fbfc;
  padding: 30px 18px;
}
.camera-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  border: 1px solid #dcebef;
  border-radius: 50%;
  background: var(--white);
  font-size: 24px;
}
.input-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.drop-zone input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.text-link,
.back-link {
  display: inline-flex;
  border: 0;
  background: transparent;
  color: var(--teal);
  font-size: 14px;
  font-weight: 900;
}
.text-link { margin-top: 14px; text-decoration: underline; }
.back-link { margin-top: 11px; color: #9aa7af; }
.note {
  display: block;
  margin-top: 10px;
  color: #9aa7af;
}
.preview-card {
  position: relative;
  width: min(300px, 86%);
  aspect-ratio: 3 / 4;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7fafb, #e9f0f2);
  box-shadow: 0 14px 34px -16px rgba(20, 60, 80, .5);
}
.preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .25s ease, transform .25s ease;
}
.preview-card .correction-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, .85);
}
.preview-card.is-corrected img {
  filter: brightness(1.06) contrast(1.04) saturate(.96);
  transform: scale(1.01);
}
.preview-card.has-generated-image img {
  filter: none;
  transform: none;
}
.preview-card.is-corrected .correction-frame { opacity: 1; }
.preview-card[data-purpose-frame="resume"].is-corrected .correction-frame {
  background: linear-gradient(180deg, #f8f8f8 0%, #efefef 100%);
  box-shadow: inset 0 0 0 12px #f5f5f5;
}
.preview-card[data-purpose-frame="mynumber"].is-corrected .correction-frame,
.preview-card[data-purpose-frame="passport"].is-corrected .correction-frame {
  background: #f0f0f0;
  box-shadow: inset 0 0 0 12px #ececec;
}
.preview-card[data-purpose-frame="license"].is-corrected .correction-frame {
  background: #ffffff;
  box-shadow: inset 0 0 0 14px #fff;
}
.preview-card.clothing-suit.is-corrected img {
  filter: brightness(1.05) contrast(1.03) saturate(.94) hue-rotate(-4deg);
}
.preview-card.clothing-casual.is-corrected img {
  filter: brightness(1.04) contrast(1.02) saturate(.98);
}
.correction-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  border-radius: 8px;
  background: rgba(18, 145, 192, .88);
  color: var(--white);
  padding: 6px 8px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}
.image-gen-status {
  min-height: 18px;
  margin: 10px auto 0;
  width: min(360px, 100%);
  color: #4d5a62;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}
.gen-progress {
  width: min(360px, 100%);
  margin: 12px auto 0;
}
.gen-progress-track {
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #dceff3;
}
.gen-progress-fill {
  position: relative;
  width: 0%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: linear-gradient(135deg, #22c7de, #1191c0);
  transition: width .25s ease;
}
.gen-progress-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  animation: gen-shimmer 1.2s infinite;
}
.gen-progress-stage {
  margin: 7px 0 0;
  color: #4d5a62;
  font-size: 12px;
  font-weight: 900;
}
@keyframes gen-shimmer {
  100% { transform: translateX(100%); }
}
@media (prefers-reduced-motion: reduce) {
  .gen-progress-fill::after { animation: none; }
  .gen-progress-fill { transition: width .25s ease; }
}
.watermark {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(38, 51, 63, .72);
  color: var(--white);
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}
.adjust-chip {
  margin-top: 12px;
  border: 1px solid #c7eaf0;
  border-radius: 999px;
  background: #e7f7fa;
  color: var(--teal-dark);
  padding: 7px 14px;
  font-weight: 900;
}
.adjust-chip.is-active {
  background: linear-gradient(135deg, #22c7de, #1191c0);
  color: var(--white);
  border-color: transparent;
}
.purpose-title,
.purpose-size {
  font-size: 13px;
}
.purpose-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.purpose-chips button {
  border: 1px solid #c7eaf0;
  border-radius: 999px;
  background: var(--white);
  color: var(--teal-dark);
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 900;
}
.purpose-chips button.is-selected {
  background: linear-gradient(135deg, #22c7de, #1191c0);
  color: var(--white);
}
.wide { width: min(360px, 100%); margin-top: 14px; }
.output-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.output-list button {
  position: relative;
  min-height: 78px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  grid-template-areas: "radio title price" "radio desc price";
  gap: 2px 12px;
  align-items: center;
  border: 1px solid #e7edf0;
  border-radius: 12px;
  background: var(--white);
  padding: 13px 14px;
  text-align: left;
}
.output-list button.is-selected {
  border-color: var(--teal);
  background: #f3fbfc;
}
.output-list span {
  grid-area: radio;
  width: 17px;
  height: 17px;
  border: 2px solid #d3e3e8;
  border-radius: 50%;
}
.output-list button.is-selected span {
  border: 5px solid var(--teal);
}
.output-list strong { grid-area: title; }
.output-list small {
  grid-area: desc;
  color: #7c8b96;
}
.output-list b {
  grid-area: price;
  color: var(--teal-dark);
  font-size: 22px;
}
.output-list i {
  position: absolute;
  top: -10px;
  right: 12px;
  border-radius: 999px;
  background: #ff7e7e;
  color: var(--white);
  padding: 3px 9px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.checkout-head,
.order-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.checkout-head span {
  border-radius: 999px;
  background: #e7f7fa;
  color: var(--teal-dark);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 900;
}
.order-line {
  border: 1px solid #e7edf0;
  border-radius: 12px;
  background: #f5f8fa;
  padding: 12px 14px;
  margin: 12px 0;
}
.order-line strong { font-size: 24px; }
.pay-form {
  display: grid;
  gap: 10px;
}
.pay-form input {
  width: 100%;
  border: 1px solid #dce4e8;
  border-radius: 10px;
  padding: 12px 13px;
}
.pay-form div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.checkout-prep {
  display: grid;
  gap: 10px;
  margin-bottom: 4px;
}
.checkout-safe-note {
  margin: 0;
  padding: 12px 13px;
  border-radius: 10px;
  border: 1px solid #dce4e8;
  background: #f8fbfc;
  color: #4a5a63;
  font-size: 13px;
  line-height: 1.55;
}
.resume-form .resume-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
  text-align: left;
}
.resume-field {
  display: grid;
  gap: 4px;
  font-size: 12px;
  font-weight: 800;
  color: #4d5a62;
}
.resume-field.wide { grid-column: 1 / -1; }
.resume-field input,
.resume-field textarea {
  width: 100%;
  border: 1px solid #dce4e8;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
}
.resume-section {
  margin-top: 12px;
  text-align: left;
}
.resume-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}
.resume-rows { display: grid; gap: 8px; }
.resume-field-row {
  display: grid;
  grid-template-columns: 56px 44px 1fr auto;
  gap: 8px;
  align-items: center;
}
.resume-field-row input {
  border: 1px solid #dce4e8;
  border-radius: 8px;
  padding: 8px 8px;
  font-size: 13px;
}
.resume-warning {
  margin: 10px 0 0;
  color: #c0392b;
  font-size: 13px;
  font-weight: 800;
}
.inline-note { margin-top: 6px; }
.char-count {
  color: #8b98a0;
  font-size: 11px;
  font-weight: 700;
}
.clothing-chips { margin-top: 6px; }
.stripe {
  background: #635bff;
  color: var(--white);
}
.done-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #38d29a, var(--teal));
  color: var(--white);
  font-size: 34px;
  font-weight: 900;
}
.download-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  text-align: left;
}
.download-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1.5px solid #c7eaf0;
  border-radius: 12px;
  background: #f3fbfc;
  padding: 13px 15px;
  color: var(--teal-dark);
  font-weight: 900;
}

.reasons,
.usage-flow {
  padding: 78px 0;
  background: var(--blue-soft);
}
.reason-list,
.price-grid,
.usage-list {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
.reason-list,
.price-grid {
  grid-template-columns: repeat(3, 1fr);
}
.reason-list article,
.price-grid article,
.usage-list li {
  border-radius: 16px;
  background: var(--white);
  padding: 22px;
  box-shadow: 0 12px 24px -20px rgba(20, 80, 90, .5);
}
.reason-list span,
.usage-list span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c7de, #1191c0);
  color: var(--white);
  font-weight: 900;
}
.reason-list h3,
.price-grid h3 {
  margin: 12px 0 4px;
  font-size: 20px;
}
.reason-list p,
.price-grid p,
.usage-list p {
  margin: 0;
  color: var(--muted);
}

.price-section,
.standard-section,
.faq-section {
  padding: 78px 0;
}
.price-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  padding: 0;
}
.price-grid .featured {
  border: 2px solid var(--teal);
  box-shadow: 0 22px 44px -26px rgba(18, 174, 201, .6);
}
.price-grid i {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 999px;
  background: #ff7e7e;
  color: var(--white);
  padding: 3px 11px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.price-grid header,
.price-grid p {
  padding: 18px 18px 0;
}
.price-grid header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.price-grid header h3 {
  margin: 0;
}
.price-grid header small {
  color: #a99a7f;
  font-weight: 800;
}
.price-grid footer {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  background: var(--yellow);
  padding: 12px 18px;
}
.price-grid footer span {
  color: #7a6a12;
  font-size: 12px;
  font-weight: 900;
}
.price-grid footer strong {
  font-size: 32px;
  line-height: 1;
}
.upsell-band {
  width: min(840px, calc(100% - 32px));
  margin: 20px auto 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--coral-2), var(--coral));
  color: var(--white);
  padding: 24px;
}
.upsell-band small {
  font-weight: 900;
  opacity: .9;
}
.upsell-band h3 {
  margin: 8px 0 4px;
  font-size: 24px;
}
.upsell-band p {
  margin: 0;
}
.upsell-band a {
  display: inline-flex;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--white);
  color: var(--coral);
  padding: 10px 16px;
  font-weight: 900;
}

.standard-table,
.check-note,
.faq-list {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
}
.standard-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.standard-table > div {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1.9fr;
}
.standard-table > div:first-child {
  background: var(--teal);
  color: var(--white);
}
.standard-table > div:not(:first-child):nth-child(odd) {
  background: #fbfdf4;
}
.standard-table strong,
.standard-table span {
  padding: 14px 16px;
}
.standard-table span {
  border-top: 1px solid #f0ebdd;
  color: #6f7d82;
}
.standard-table span:first-child {
  color: var(--ink);
  font-weight: 900;
}
.check-note {
  margin-top: 14px;
  border-radius: 12px;
  background: var(--blue-soft);
  padding: 16px;
}
.check-note strong {
  color: var(--teal-dark);
}
.check-note p {
  margin: 4px 0 0;
  color: #5e7278;
}

.usage-list {
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  list-style: none;
}
.usage-list li {
  display: grid;
  gap: 8px;
}
.usage-list b {
  font-size: 18px;
}

.faq-list {
  display: grid;
  gap: 10px;
}
.faq-list details {
  overflow: hidden;
  border: 1px solid #e7edf0;
  border-radius: 12px;
  background: var(--white);
}
.faq-list summary {
  display: flex;
  gap: 8px;
  align-items: center;
  background: #e9f6f8;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 900;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span,
.faq-list p b {
  color: var(--teal);
}
.faq-list p {
  margin: 0;
  border-left: 3px solid var(--coral-2);
  padding: 16px 18px;
  color: #6b7883;
}

.site-footer {
  background: #0e3a44;
  color: #cfe6ea;
  padding: 34px 0 104px;
}
.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.site-footer .brand {
  color: var(--white);
}
.site-footer p {
  max-width: 760px;
  margin: 14px 0;
  color: #8fb6bd;
  font-size: 14px;
}
.site-footer small {
  color: #5f8790;
}
.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  gap: 9px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .95);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -10px 26px -14px rgba(70, 50, 20, .2);
}

@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 46px 0 70px;
  }
  .hero h1 { font-size: 46px; }
  .lead { font-size: 16px; }
  .hero-proof {
    width: min(430px, 100%);
    margin: 0 auto;
  }
  .reason-list,
  .price-grid,
  .usage-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .nav {
    width: calc(100% - 28px);
    max-width: 362px;
    margin-left: 14px;
    margin-right: 0;
    min-height: 58px;
  }
  .brand-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .brand-text { font-size: 16px; }
  .pill-status { display: none; }
  .hero-bg {
    opacity: .12;
  }
  .hero-inner {
    width: calc(100% - 28px);
    max-width: 362px;
    margin-left: 14px;
    margin-right: 0;
    padding: 28px 0 58px;
    gap: 28px;
  }
  .mini-badge {
    font-size: 12px;
  }
  .hero h1 {
    font-size: 34px;
    line-height: 1.27;
  }
  .lead {
    margin-top: 12px;
    font-size: 14px;
  }
  .hero-prices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .hero-prices div { min-width: 0; }
  .hero-prices strong { font-size: 23px; }
  .hero-actions {
    display: none;
  }
  .hero-proof {
    padding: 18px 12px;
    gap: 8px;
  }
  .photo-before,
  .photo-after {
    width: 112px;
    height: 150px;
  }
  .medals {
    width: calc(100% - 28px);
    max-width: 362px;
    margin-right: 0;
    margin-left: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
    margin-top: -24px;
  }
  .medal {
    min-width: 0;
    border: 1px solid rgba(239, 228, 210, .9);
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    padding: 10px 6px;
  }
  .medal strong {
    width: 62px;
    height: 62px;
    font-size: 12px;
  }
  .medal span { font-size: 10px; }
  .section-heading {
    width: calc(100% - 28px);
    max-width: 362px;
    margin-left: 14px;
    margin-right: 0;
  }
  .section-heading h2 {
    font-size: 25px;
  }
  .preview-section,
  .reasons,
  .price-section,
  .standard-section,
  .usage-flow,
  .faq-section {
    padding: 58px 0;
  }
  .preview-shell,
  .reason-list,
  .price-grid,
  .usage-list,
  .standard-table,
  .check-note,
  .faq-list,
  .upsell-band {
    width: calc(100% - 28px);
    max-width: 362px;
    margin-left: 14px;
    margin-right: 0;
  }
  .browser-bar strong {
    font-size: 11px;
  }
  .stepper {
    gap: 4px;
    padding: 14px 10px 4px;
  }
  .step-dot {
    font-size: 10px;
  }
  .flow-panel {
    padding: 16px 14px 24px;
  }
  .flow-panel h3 {
    font-size: 20px;
  }
  .input-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .output-list button {
    grid-template-columns: 20px 1fr;
    grid-template-areas: "radio title" "radio desc" "radio price";
  }
  .output-list b {
    font-size: 20px;
  }
  .pay-form div {
    grid-template-columns: 1fr;
  }
  .standard-table {
    font-size: 13px;
  }
  .standard-table strong,
  .standard-table span {
    padding: 11px 9px;
  }
  .mobile-cta {
    display: flex;
  }
  .mobile-cta .btn {
    flex: 1;
    min-height: 50px;
    padding: 0 10px;
    font-size: 13px;
  }
}
