:root {
  --blue: #071c86;
  --blue-2: #0c47df;
  --red: #ff330e;
  --orange: #ff5a14;
  --green: #0b7f64;
  --purple: #6150c7;
  --line: #d8deef;
  --text: #05123e;
  --muted: #5b6380;
  --soft: #f6f8fc;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  background: #fff;
}
a { color: inherit; text-decoration: none; }

.lp-exact-page {
  min-height: 100vh;
  background: #fff;
}
.lp-exact {
  position: relative;
  width: min(100%, 933px);
  margin: 0 auto;
}
.lp-exact img {
  display: block;
  width: 100%;
  height: auto;
}
.hotspot {
  position: absolute;
  display: block;
  border-radius: 999px;
}
.hotspot:focus-visible {
  outline: 4px solid #ffb000;
  outline-offset: 3px;
}
.nav-use { left: 57.4%; top: 1.35%; width: 7.3%; height: 2.1%; }
.nav-document { left: 66.0%; top: 1.35%; width: 8.9%; height: 2.1%; }
.nav-consult { left: 77.2%; top: .95%; width: 17.0%; height: 2.8%; }
.hero-consult { left: 8.85%; top: 16.8%; width: 15.6%; height: 2.55%; }
.hero-document { left: 25.1%; top: 16.8%; width: 15.4%; height: 2.55%; }
.icon-use { left: 65.6%; top: 6.55%; width: 10.7%; height: 8.0%; }
.icon-document { left: 76.8%; top: 6.55%; width: 10.7%; height: 8.0%; }
.icon-consult { left: 88.1%; top: 6.55%; width: 9.0%; height: 8.0%; }
.footer-use { left: 50.6%; top: 94.8%; width: 9.4%; height: 2.8%; border-radius: 8px; }
.footer-document { left: 61.2%; top: 94.8%; width: 9.8%; height: 2.8%; border-radius: 8px; }
.footer-consult { left: 72.7%; top: 94.8%; width: 15.1%; height: 2.8%; border-radius: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 22px 14px;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid #edf0f7;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 900;
  color: var(--blue);
}
.bot-face {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: transparent;
  border: 4px solid var(--blue);
  border-radius: 16px;
  background:
    radial-gradient(circle at 35% 45%, var(--blue) 0 4px, transparent 5px),
    radial-gradient(circle at 65% 45%, var(--blue) 0 4px, transparent 5px),
    radial-gradient(circle at 50% 70%, var(--red) 0 5px, transparent 6px),
    #fff;
  position: relative;
}
.bot-face::before {
  content: "";
  position: absolute;
  top: -13px;
  width: 4px;
  height: 12px;
  background: var(--blue);
}
.bot-face::after {
  content: "";
  position: absolute;
  top: -18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
}
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 800;
}
.nav-cta {
  color: #fff;
  background: var(--red);
  padding: 13px 24px;
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 36px;
  max-width: 1120px;
  min-height: 310px;
  margin: 0 auto;
  padding: 22px 22px 8px;
}
.hero-copy h1 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: clamp(34px, 5.5vw, 58px);
  line-height: 1.25;
  letter-spacing: 0;
}
.hero-copy h1 span { white-space: nowrap; }
.hero-copy strong {
  color: var(--red);
  font-size: 1.24em;
}
.hero-copy p {
  max-width: 520px;
  font-weight: 800;
  line-height: 1.8;
}
.hero-actions, .footer-band {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 900;
  border: 2px solid transparent;
}
.button.primary { background: var(--red); color: #fff; }
.button.secondary { color: var(--blue-2); border-color: #b8c8ff; background: #fff; }
.button.light { color: var(--blue); background: #fff; border-radius: 10px; }
.button.yellow { color: #fff; background: #ffb000; border-radius: 10px; }
.hero-visual {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  background:
    linear-gradient(90deg, #fff 0 5%, rgba(255,255,255,.1) 35%, #fff8f2 100%),
    linear-gradient(120deg, #f7fbff, #fff1e2);
}
.person-card {
  position: absolute;
  left: 80px;
  bottom: 0;
  width: 230px;
  height: 290px;
}
.person-head {
  width: 86px;
  height: 104px;
  margin: 0 auto;
  border-radius: 48% 48% 44% 44%;
  background: linear-gradient(#4b210d 0 24%, #ffd1b6 25%);
  box-shadow: 28px 14px 0 #4b210d;
}
.person-body {
  width: 190px;
  height: 180px;
  margin: -2px auto 0;
  border-radius: 80px 80px 6px 6px;
  background: linear-gradient(100deg, #fff 0 48%, #f1e2d5 49%);
}
.phone {
  position: absolute;
  right: 48px;
  top: 116px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 60px;
  color: #fff;
  font-weight: 900;
  border-radius: 8px;
  background: #111;
  transform: rotate(-10deg);
}
.hero-bubble {
  position: absolute;
  top: 72px;
  display: grid;
  place-items: center;
  width: 126px;
  height: 148px;
  color: var(--blue);
  font-weight: 900;
  text-align: center;
  border: 1px solid #e0e5ef;
  border-radius: 50%;
  background: rgba(255,255,255,.84);
  box-shadow: 0 16px 26px rgba(14,27,82,.1);
}
.hero-bubble span { font-size: 42px; color: var(--blue); }
.hero-bubble.book { right: 260px; }
.hero-bubble.doc { right: 130px; color: var(--red); }
.hero-bubble.chat { right: 0; color: var(--green); }

.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 22px;
}
.section h2 {
  margin: 0 0 16px;
  text-align: center;
  color: var(--blue);
  font-size: clamp(22px, 3vw, 30px);
}
.section h2 span { color: var(--red); }
.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.mini-card {
  position: relative;
  min-height: 136px;
  padding: 20px 120px 18px 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(7,28,134,.06);
  overflow: hidden;
}
.mini-card h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 18px;
}
.mini-card p {
  margin: 0;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.65;
}
.mini-illust {
  position: absolute;
  right: 18px;
  bottom: 10px;
  width: 80px;
  height: 100px;
  border-radius: 45px 45px 8px 8px;
  background: linear-gradient(#181f31 0 28%, #ffd2ba 29% 45%, #0e2340 46%);
}
.mini-illust.woman, .mini-illust.worry { background: linear-gradient(#5a260c 0 30%, #ffd2ba 31% 45%, #b86422 46%); }
.mini-illust.talk { width: 108px; background: linear-gradient(90deg, #0e2340 0 48%, transparent 49%), linear-gradient(#181f31 0 28%, #ffd2ba 29% 45%, #0e2340 46%); }
.mini-illust.cost {
  display: grid;
  place-items: center;
  color: var(--blue);
  font-weight: 900;
  background: linear-gradient(#ffd2ba 0 42%, #0e2340 43%);
}

.compare-board {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px 64px;
  background: linear-gradient(#fafafa, #f4f5f8);
  border-radius: 10px;
}
.compare-box {
  min-height: 190px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.compare-box h3 {
  margin: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #555;
}
.compare-box.ai h3 { background: var(--red); }
.compare-box p {
  margin: 14px 20px 8px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.compare-box ul { margin: 0; padding: 0 24px 20px; line-height: 2; font-weight: 800; }
.bot-large {
  display: grid;
  place-items: center;
  width: 110px;
  height: 130px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  border-radius: 36px;
  background: var(--blue);
  box-shadow: inset 0 0 0 8px #fff, 0 0 0 3px var(--blue);
}

.mode-grid, .pricing, .benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mode-card, .price-card, .benefits article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(7,28,134,.05);
}
.mode-card {
  padding: 20px 22px;
  min-height: 190px;
}
.mode-card h3 { margin: 0 0 6px; font-size: 24px; }
.mode-card p { margin: 0 0 10px; font-weight: 800; }
.mode-card ul { margin: 0; padding-left: 22px; line-height: 1.9; font-weight: 800; }
.mental h3 { color: #1169ff; }
.communication h3 { color: var(--green); }
.summary h3 { color: var(--purple); }

.video-frame {
  display: grid;
  place-items: center;
  min-height: 178px;
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  background:
    linear-gradient(rgba(8,20,45,.24), rgba(8,20,45,.24)),
    repeating-linear-gradient(90deg, #f7f8fb 0 95px, #e9edf5 96px 100px);
  box-shadow: inset 0 -34px 0 rgba(0,0,0,.76);
}
.play-button {
  display: grid;
  place-items: center;
  width: 86px;
  height: 60px;
  color: #fff;
  background: #f20f0f;
  border-radius: 16px;
  font-size: 30px;
}
.video-frame p {
  margin: 8px 0 0;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 1px 8px rgba(0,0,0,.4);
}

.flow-row {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
  gap: 10px;
  align-items: center;
  padding: 16px 22px;
  border: 2px solid #455cff;
  border-radius: 12px;
}
.flow-row article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 8px;
  align-items: center;
}
.flow-row span { grid-row: span 2; font-size: 44px; }
.flow-row h3 { margin: 0; color: var(--blue); }
.flow-row p { margin: 0; font-weight: 800; line-height: 1.6; }
.flow-row strong { color: var(--blue); font-size: 30px; text-align: center; }

.pricing { grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.price-card {
  position: relative;
  padding: 18px 22px;
  text-align: center;
  overflow: hidden;
}
.price-card h3 {
  margin: -18px -22px 16px;
  padding: 14px;
  color: var(--red);
  background: #fff1ec;
  font-size: 24px;
}
.price-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  font-weight: 900;
}
.price-card dd { margin: 0; text-align: right; }
.price-card strong { color: var(--red); font-size: 20px; }
.price-card.example strong, .price-card.example h3 { color: var(--blue); }
.badge {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: var(--red);
  padding: 5px 12px;
  border-radius: 0 0 10px 0;
  font-weight: 900;
}

.benefits { grid-template-columns: repeat(4, 1fr); }
.benefits article {
  padding: 18px;
  text-align: center;
}
.benefits span { color: var(--blue); font-size: 46px; }
.benefits h3 { margin: 8px 0; color: var(--blue); font-size: 22px; }
.benefits p { margin: 0; font-weight: 800; line-height: 1.6; }

.footer-cta {
  max-width: 1120px;
  margin: 8px auto 30px;
  padding: 0 22px;
  text-align: center;
  color: #737373;
}
.footer-band {
  justify-content: center;
  margin-bottom: 18px;
  padding: 18px 20px;
  color: #fff;
  background: var(--red);
  border-radius: 8px;
}
.footer-band strong { font-size: 28px; }
.footer-band p { margin: 4px 0 0; font-weight: 900; }
.footer-cta nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}

.subpage {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 22px 60px;
}
.page-title {
  text-align: center;
  margin-bottom: 26px;
}
.page-title h1 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: clamp(36px, 5vw, 58px);
}
.page-title p { margin: 0; color: var(--muted); font-weight: 800; }
.manga-lead img, .manga-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(6,17,70,.08);
}
.manga-gallery {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}
.manga-gallery h2 {
  margin: 0 0 10px;
  color: #073f2b;
}

.form-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}
form, .form-note, .thanks-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(6,17,70,.08);
}
label {
  display: block;
  margin-bottom: 16px;
  font-weight: 900;
}
input, select, textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid #cbd3e6;
  border-radius: 8px;
  font: inherit;
}
.form-button { width: 100%; border: 0; cursor: pointer; }
.form-note h2 { margin-top: 0; color: var(--blue); }
.form-note p { line-height: 1.8; font-weight: 800; }
.thanks {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--soft);
}
.thanks-card {
  max-width: 560px;
  text-align: center;
}
.thanks-card h1 { color: var(--blue); }
.small { color: var(--muted); font-size: 14px; }
.simple-footer {
  padding: 26px;
  text-align: center;
  color: var(--blue);
  font-weight: 900;
}

.usage-real-page {
  background:
    linear-gradient(180deg, #f7fbff 0, #fff 360px),
    #fff;
}
.usage-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 40px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 22px 44px;
}
.usage-hero-copy .eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 14px;
  color: var(--green);
  font-weight: 900;
  border: 1px solid #b9dfd3;
  border-radius: 999px;
  background: #f1fbf7;
}
.usage-hero-copy h1 {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.18;
  letter-spacing: 0;
}
.usage-hero-copy p {
  max-width: 620px;
  margin: 0 0 22px;
  color: #23305d;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.9;
}
.real-chat-demo {
  display: grid;
  place-items: center;
}
.phone-shell {
  width: min(100%, 360px);
  padding: 16px;
  border: 10px solid #122251;
  border-radius: 34px;
  background: #eef4fb;
  box-shadow: 0 26px 60px rgba(6,17,70,.22);
}
.phone-top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  padding: 10px;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), #0a4fd5);
}
.phone-top small {
  display: block;
  margin-top: 2px;
  opacity: .84;
  font-weight: 700;
}
.bot-mini {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 3px solid #fff;
  border-radius: 14px;
  background:
    radial-gradient(circle at 35% 45%, #fff 0 3px, transparent 4px),
    radial-gradient(circle at 65% 45%, #fff 0 3px, transparent 4px),
    #1f8dff;
}
.chat-line {
  width: fit-content;
  max-width: 86%;
  margin: 10px 0;
  padding: 12px 14px;
  border-radius: 16px;
  font-weight: 800;
  line-height: 1.55;
}
.chat-line.user {
  margin-left: auto;
  color: #fff;
  background: var(--green);
  border-bottom-right-radius: 4px;
}
.chat-line.ai {
  color: var(--text);
  background: #fff;
  border: 1px solid #dce4f0;
  border-bottom-left-radius: 4px;
}
.chat-card {
  margin: 12px 0;
  padding: 14px;
  border: 1px solid #b8cdf7;
  border-radius: 16px;
  background: #fff;
}
.chat-card strong {
  color: var(--blue);
}
.chat-card ul, .action-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.chat-card li, .action-list li {
  position: relative;
  padding-left: 24px;
  font-weight: 800;
  line-height: 1.8;
}
.chat-card li::before, .action-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}
.usage-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 22px;
}
.usage-section h2 {
  margin: 0 0 22px;
  color: var(--blue);
  text-align: center;
  font-size: clamp(24px, 3vw, 36px);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.steps-grid article,
.scenario-card,
.role-mode-board,
.reference-grid a,
.usage-cta {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,28,134,.07);
}
.steps-grid article {
  padding: 22px;
}
.steps-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  background: var(--blue);
}
.steps-grid h3, .scenario-card h3 {
  margin: 14px 0 8px;
  color: var(--blue);
  font-size: 22px;
}
.steps-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.8;
}
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.scenario-card {
  overflow: hidden;
}
.scenario-card h3,
.scenario-card .dialog,
.scenario-card .action-list {
  margin-left: 20px;
  margin-right: 20px;
}
.scenario-card .action-list {
  margin-bottom: 22px;
  padding: 14px;
  border-radius: 12px;
  background: #f8fbff;
}
.scenario-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 18px;
  color: #fff;
  font-weight: 900;
  background: var(--green);
}
.scenario-card.orange .scenario-head {
  background: var(--orange);
}
.scenario-head span {
  opacity: .88;
}
.dialog {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}
.bubble {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.65;
}
.bubble.user {
  color: #fff;
  background: #34415d;
  border-bottom-left-radius: 4px;
}
.bubble.ai {
  color: #10245b;
  background: #fff5ef;
  border: 1px solid #ffd0bd;
  border-bottom-right-radius: 4px;
}
.role-mode-section {
  max-width: 1180px;
}
.role-mode-board {
  display: grid;
  grid-template-columns: 1.05fr repeat(3, 1fr) 1.05fr;
  gap: 12px;
  padding: 16px;
  align-items: stretch;
}
.role-column,
.mode-pill {
  display: grid;
  align-content: center;
  min-height: 128px;
  padding: 18px;
  border-radius: 12px;
}
.role-column {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #123ca0);
}
.role-column h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
.role-column p {
  margin: 0;
  font-weight: 800;
  line-height: 1.7;
}
.mode-pill {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  border: 1px solid var(--line);
  background: #fff;
}
.mode-pill small {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}
.mode-pill.mental { color: #1769ff; background: #f3f8ff; }
.mode-pill.communication { color: var(--green); background: #f1fbf7; }
.mode-pill.summary { color: var(--orange); background: #fff7ef; }
.section-lead {
  margin: -10px 0 22px;
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}
.reference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.reference-grid a {
  display: block;
  overflow: hidden;
}
.reference-grid img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid var(--line);
}
.reference-grid span {
  display: block;
  padding: 13px 15px;
  color: var(--blue);
  font-weight: 900;
}
.usage-cta {
  max-width: 1120px;
  margin: 20px auto 60px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #08245e);
}
.usage-cta div {
  flex: 1 1 420px;
}
.usage-cta h2 {
  margin: 0 0 6px;
  font-size: 28px;
}
.usage-cta p {
  margin: 0;
  font-weight: 800;
}

@media (max-width: 880px) {
  .site-header, .nav { align-items: flex-start; }
  .site-header { position: static; flex-direction: column; gap: 14px; }
  .nav { width: 100%; gap: 10px; flex-wrap: wrap; }
  .nav a { padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px; }
  .nav .nav-cta { border-color: var(--red); }
  .hero, .worry-grid, .compare-board, .mode-grid, .pricing, .benefits, .form-wrap {
    grid-template-columns: 1fr;
  }
  .usage-hero,
  .steps-grid,
  .scenario-grid,
  .role-mode-board,
  .reference-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual { min-height: 360px; }
  .person-card { left: 22px; }
  .hero-bubble { width: 105px; height: 118px; top: 28px; font-size: 13px; }
  .hero-bubble.book { right: 218px; }
  .hero-bubble.doc { right: 108px; }
  .hero-bubble.chat { right: 0; }
  .compare-board { padding: 20px; justify-items: center; }
  .flow-row { grid-template-columns: 1fr; }
  .flow-row strong { transform: rotate(90deg); }
}

@media (max-width: 560px) {
  .brand { font-size: 24px; }
  .mini-card { padding-right: 88px; }
  .mini-illust { width: 62px; height: 80px; right: 12px; }
  .hero-bubble { position: static; display: inline-grid; margin: 8px 4px; }
  .hero-visual { min-height: 420px; padding-top: 10px; }
  .person-card { bottom: 0; left: 50%; transform: translateX(-50%); }
  .footer-band { flex-direction: column; }
}

/* Selected visual comps, wired as responsive site pages. */
.design-site {
  margin: 0;
  min-height: 100vh;
  background: #eef3f9;
}
.design-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 10px 18px;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #dce3ed;
  box-shadow: 0 5px 18px rgba(8,35,89,.06);
}
.design-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: #062659;
  font-size: 20px;
  white-space: nowrap;
}
.design-bot {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 29px;
  overflow: visible;
  color: #49b6e8;
  font-size: 8px;
  letter-spacing: 5px;
  padding-left: 5px;
  border: 3px solid #062659;
  border-radius: 13px;
  background: #fff;
}
.design-bot::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 3px;
  height: 8px;
  background: #062659;
}
.design-bot::after {
  content: "";
  position: absolute;
  top: -13px;
  left: calc(50% - 3px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f47a20;
}
.design-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 13px;
  font-weight: 900;
}
.design-nav a {
  padding: 9px 10px 7px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.design-nav a:hover,
.design-nav a:focus-visible,
.design-nav a.active {
  color: #ee4f20;
  border-bottom-color: #ee4f20;
}
.design-nav .design-nav-cta {
  color: #fff;
  padding: 10px 13px;
  border: 0;
  border-radius: 18px;
  background: #f45118;
}
.design-nav .design-nav-cta:hover,
.design-nav .design-nav-cta:focus-visible {
  color: #fff;
  border: 0;
  background: #d93e0b;
}
.design-canvas {
  position: relative;
  width: min(100%, var(--canvas-width));
  aspect-ratio: var(--canvas-ratio);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 45px rgba(10,37,83,.12);
}
.design-canvas img {
  position: absolute;
  top: var(--image-top);
  left: 0;
  display: block;
  width: 100%;
  height: var(--image-height);
  margin: 0;
  object-fit: fill;
}
.design-main-image-illustration {
  z-index: 0;
}
.design-main-image-people {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
html[data-visual-style="people"] .design-main-image-illustration {
  visibility: hidden;
  opacity: 0;
}
html[data-visual-style="people"] .design-main-image-people {
  visibility: visible;
  opacity: 1;
}
.top-canvas {
  --canvas-width: 724px;
  --canvas-ratio: 724 / 2109;
  --image-top: -3.034%;
  --image-height: 103.034%;
}
.usage-canvas {
  --canvas-width: 718px;
  --canvas-ratio: 718 / 2135;
  --image-top: -2.482%;
  --image-height: 102.482%;
}
.summary-canvas {
  --canvas-width: 892px;
  --canvas-ratio: 892 / 1718;
  --image-top: -2.561%;
  --image-height: 102.561%;
}
.campaign-canvas {
  --canvas-width: 762px;
  --canvas-ratio: 762 / 2013;
  --image-top: -2.483%;
  --image-height: 102.483%;
}
.design-hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 999px;
}
.design-hotspot:focus-visible {
  outline: 4px solid #ffbf00;
  outline-offset: 3px;
  background: rgba(255,255,255,.12);
}
.top-consult { left: 17%; top: 21.4%; width: 36%; height: 2.5%; }
.top-document { left: 54%; top: 21.4%; width: 25%; height: 2.5%; }
.top-summary { left: 66%; top: 43%; width: 31%; height: 8%; border-radius: 8px; }
.top-footer-consult { left: 0; top: 97.4%; width: 55%; height: 2.6%; }
.usage-consult { left: 14%; top: 21.9%; width: 36%; height: 2.5%; }
.usage-document { left: 52%; top: 21.9%; width: 28%; height: 2.5%; }
.usage-summary { left: 65%; top: 45%; width: 30%; height: 14%; border-radius: 8px; }
.usage-footer-consult { left: 15%; top: 96.4%; width: 36%; height: 2.5%; }
.usage-footer-document { left: 55%; top: 96.4%; width: 30%; height: 2.5%; }
.summary-document { left: 15.7%; top: 27%; width: 34.6%; height: 3.4%; }
.summary-consult { left: 51.7%; top: 27%; width: 31.5%; height: 3.4%; }
.summary-footer-document { left: 12.9%; top: 94.8%; width: 33.7%; height: 3%; }
.summary-footer-consult { left: 48.9%; top: 94.8%; width: 27.8%; height: 3%; }
.campaign-apply { left: 3%; top: 31.8%; width: 46%; height: 3.5%; }
.campaign-consult { left: 51%; top: 31.8%; width: 45%; height: 3.5%; }
.campaign-footer-apply { left: 24%; top: 97.2%; width: 32%; height: 2.2%; }
.campaign-footer-document { left: 59%; top: 97.2%; width: 34%; height: 2.2%; }

.visual-style-switch {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 3px;
  border: 1px solid #cbd7e7;
  border-radius: 6px;
  background: #f1f5fa;
}
.visual-style-switch button {
  min-width: 48px;
  padding: 6px 8px;
  color: #54647a;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.visual-style-switch button:hover,
.visual-style-switch button:focus-visible {
  color: #072b61;
  outline: 2px solid #f45118;
  outline-offset: 1px;
}
.visual-style-switch button.active {
  color: #fff;
  background: #072b61;
  box-shadow: 0 2px 6px rgba(7,43,97,.16);
}
@media (max-width: 1080px) {
  .design-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding: 9px 12px;
  }
  .design-brand { font-size: 18px; }
  .design-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 2px;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: thin;
  }
  .design-nav a { padding: 8px; }
  .visual-style-switch { position: sticky; left: 0; z-index: 2; }
}

@media (max-width: 640px) {
  .design-header {
    position: relative;
    gap: 8px;
    padding: 10px 12px 8px;
  }
  .design-brand {
    min-height: 38px;
    padding-right: 112px;
    font-size: 17px;
  }
  .visual-style-switch {
    position: absolute;
    top: 10px;
    right: 12px;
    left: auto;
    z-index: 3;
  }
  .visual-style-switch button {
    min-width: 46px;
    padding: 7px 6px;
  }
  .design-nav {
    order: 2;
    padding-top: 2px;
  }
}

/* Limited campaign page */
.campaign-page {
  margin: 0;
  color: #092657;
  background: #fff;
}
.campaign-page .design-header { width: min(100%, 1160px); }
.campaign-nav { color: #f45118; }
.campaign-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: stretch;
  width: min(100%, 1160px);
  min-height: 610px;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(115deg, #fff 0 53%, #edf7ff 53% 100%);
  border-bottom: 1px solid #dce6f2;
}
.campaign-hero-copy {
  z-index: 1;
  padding: 68px 28px 52px 42px;
}
.campaign-limit {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  background: #f45118;
  border-radius: 4px;
}
.campaign-hero h1 {
  margin: 0;
  color: #072b61;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.08;
}
.campaign-hero h1 strong {
  display: inline-block;
  margin-top: 8px;
  color: #ef421c;
  font-size: 1.18em;
}
.campaign-lead {
  max-width: 610px;
  margin: 20px 0;
  color: #2c4365;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.85;
}
.campaign-price {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  width: min(100%, 540px);
  margin: 22px 0;
  padding: 18px 22px;
  background: #fff7f2;
  border: 2px solid #ff6a35;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(244,81,24,.1);
}
.campaign-price span { grid-column: 1 / -1; font-weight: 900; }
.campaign-price del { margin: 8px 18px 3px 0; color: #67738a; font-size: 22px; font-weight: 900; }
.campaign-price b { color: #ef421c; font-size: 54px; line-height: 1; }
.campaign-price b small { font-size: 22px; }
.campaign-price em {
  grid-column: 1 / -1;
  justify-self: end;
  margin-top: 8px;
  color: #ef421c;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}
.campaign-primary,
.campaign-secondary {
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 6px;
}
.campaign-primary { color: #fff; background: #f45118; box-shadow: 0 8px 20px rgba(244,81,24,.2); }
.campaign-secondary { color: #0a3d78; border-color: #0a4a91; background: #fff; }
.campaign-note { margin: 14px 0 0; color: #68778f; font-size: 13px; font-weight: 700; }
.campaign-hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.campaign-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 46% top;
  filter: saturate(.88);
}
.campaign-stamp {
  position: absolute;
  top: 42px;
  right: 26px;
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  color: #fff;
  border: 6px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background: #f45118;
  box-shadow: 0 10px 28px rgba(7,43,97,.24);
  transform: rotate(7deg);
}
.campaign-stamp span { margin-top: 12px; font-weight: 900; }
.campaign-stamp strong { margin: -12px 0; font-size: 48px; line-height: 1; }
.campaign-stamp small { margin-bottom: 12px; font-weight: 900; }
.campaign-section {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 72px 32px;
}
.campaign-section h2 {
  margin: 0 0 16px;
  color: #072b61;
  text-align: center;
  font-size: clamp(30px, 4vw, 44px);
}
.section-kicker {
  margin: 0 0 8px;
  color: #ef421c;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
}
.campaign-section-lead {
  max-width: 760px;
  margin: 0 auto 34px;
  color: #5b6b83;
  text-align: center;
  font-weight: 800;
  line-height: 1.8;
}
.campaign-intro { background: #fff; }
.campaign-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.campaign-support-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid #d6e0ed;
  border-top: 5px solid #f45118;
  border-radius: 6px;
  background: #fff;
}
.campaign-support-grid span,
.campaign-flow span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-weight: 900;
  border-radius: 4px;
  background: #0a4a91;
}
.campaign-support-grid h3 { margin: 18px 0 8px; color: #0a3d78; font-size: 20px; }
.campaign-support-grid p,
.campaign-flow p { margin: 0; color: #5d6c82; font-weight: 700; line-height: 1.75; }
.campaign-value {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;
  max-width: none;
  width: 100%;
  padding-left: max(32px, calc((100% - 1096px) / 2));
  padding-right: max(32px, calc((100% - 1096px) / 2));
  background: #f3f8fd;
}
.campaign-value .section-kicker,
.campaign-value h2 { text-align: left; }
.campaign-value-copy > p:not(.section-kicker) { color: #53657e; font-weight: 800; line-height: 1.85; }
.campaign-value ul { margin: 22px 0 0; padding: 0; list-style: none; }
.campaign-value li { position: relative; margin: 12px 0; padding-left: 28px; font-weight: 900; }
.campaign-value li::before { content: "✓"; position: absolute; left: 0; color: #1f9a73; }
.campaign-growth {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr;
  align-items: center;
}
.campaign-growth article {
  display: grid;
  align-content: center;
  min-height: 190px;
  padding: 18px;
  text-align: center;
  border: 1px solid #b8cbe0;
  border-radius: 6px;
  background: #fff;
}
.campaign-growth article:nth-of-type(2) { border-color: #f4a368; }
.campaign-growth article:nth-of-type(3) { border-color: #ee6c5b; }
.campaign-growth small { color: #6682a2; font-weight: 900; }
.campaign-growth strong { margin: 9px 0; color: #0a4a91; font-size: 25px; }
.campaign-growth article:nth-of-type(2) strong { color: #ec761e; }
.campaign-growth article:nth-of-type(3) strong { color: #e64839; }
.campaign-growth span { color: #52637b; font-size: 13px; font-weight: 800; line-height: 1.5; }
.campaign-growth > b { color: #f45118; text-align: center; font-size: 27px; }
.campaign-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 34px;
  border: 1px solid #d5dfec;
  border-radius: 6px;
  overflow: hidden;
}
.campaign-flow article { position: relative; min-height: 190px; padding: 24px; background: #fff; border-right: 1px solid #d5dfec; }
.campaign-flow article:last-child { border-right: 0; }
.campaign-flow h3 { margin: 16px 0 7px; color: #0a3d78; font-size: 21px; }
.campaign-conditions {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: start;
  gap: 36px;
  background: #fff8f3;
}
.campaign-conditions h2 { text-align: left; }
.campaign-conditions dl { margin: 0; border-top: 1px solid #efc8b7; }
.campaign-conditions dl div { display: grid; grid-template-columns: 150px 1fr; border-bottom: 1px solid #efc8b7; }
.campaign-conditions dt,
.campaign-conditions dd { margin: 0; padding: 16px; line-height: 1.7; }
.campaign-conditions dt { color: #a83e18; font-weight: 900; }
.campaign-conditions dd { color: #47566c; font-weight: 700; background: rgba(255,255,255,.65); }
.campaign-final-cta {
  display: grid;
  grid-template-columns: minmax(330px, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 42px max(28px, calc((100% - 1096px) / 2));
  color: #fff;
  background: #072b61;
}
.campaign-final-cta p { margin: 0 0 4px; color: #ffb13b; font-weight: 900; }
.campaign-final-cta h2 { margin: 0 0 4px; font-size: 30px; }
.campaign-final-cta span { font-weight: 700; opacity: .84; }
.campaign-final-cta .light { color: #0a3d78; border-color: #fff; }

@media (max-width: 920px) {
  .campaign-hero { grid-template-columns: 1fr; background: #fff; }
  .campaign-hero-copy { padding: 42px 24px 30px; }
  .campaign-hero-visual { height: 420px; }
  .campaign-support-grid,
  .campaign-flow { grid-template-columns: repeat(2, 1fr); }
  .campaign-flow article:nth-child(2) { border-right: 0; }
  .campaign-flow article:nth-child(-n+2) { border-bottom: 1px solid #d5dfec; }
  .campaign-value,
  .campaign-conditions,
  .campaign-final-cta { grid-template-columns: 1fr; }
  .campaign-final-cta { justify-items: start; }
}

@media (max-width: 580px) {
  .campaign-hero h1 { font-size: 46px; }
  .campaign-price { grid-template-columns: 1fr; }
  .campaign-price b { margin-top: 8px; font-size: 48px; }
  .campaign-price em { justify-self: start; }
  .campaign-section { padding: 50px 18px; }
  .campaign-support-grid,
  .campaign-flow,
  .campaign-growth { grid-template-columns: 1fr; }
  .campaign-growth > b { transform: rotate(90deg); padding: 5px; }
  .campaign-flow article { border-right: 0; border-bottom: 1px solid #d5dfec; }
  .campaign-conditions dl div { grid-template-columns: 1fr; }
  .campaign-conditions dd { padding-top: 0; }
  .campaign-final-cta .button { width: 100%; }
}
.campaign-gated-page:not([data-campaign-unlocked="true"]) > .design-header,
.campaign-gated-page:not([data-campaign-unlocked="true"]) > .campaign-canvas {
  display: none;
}

.campaign-gated-page[data-campaign-unlocked="true"] > .campaign-gate {
  display: none;
}

.campaign-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
  background: #f6f9ff;
  color: #071f4d;
}

.campaign-gate-panel {
  width: min(100%, 560px);
  padding: 44px 40px 36px;
  border: 1px solid #d5dfef;
  border-top: 6px solid #f04b2f;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(7, 31, 77, 0.14);
  text-align: center;
}

.campaign-lock-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff0ec;
  font-size: 34px;
}

.campaign-gate-label {
  margin: 0 0 8px;
  color: #f04b2f;
  font-weight: 800;
}

.campaign-gate h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 5vw, 42px);
  letter-spacing: 0;
}

.campaign-gate p {
  line-height: 1.7;
}

.campaign-gate-form {
  margin-top: 28px;
  text-align: left;
}

.campaign-gate-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.campaign-password-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.campaign-password-row input {
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #b8c6dc;
  border-radius: 6px;
  font: inherit;
}

.campaign-password-row button {
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: #f04b2f;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.campaign-password-row button:disabled,
.campaign-password-row input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.campaign-gate-message {
  min-height: 28px;
  margin: 10px 0 0;
  color: #c43a22;
  font-weight: 700;
}

.campaign-back-link {
  display: inline-block;
  margin-top: 12px;
  color: #174b98;
  font-weight: 700;
}

/* Mental care page */
.mental-care-page {
  color: #092657;
  background: #fff;
}
.mental-care-page main { overflow: hidden; }
.mc-inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}
.mc-hero {
  padding: 76px 0 54px;
  background: linear-gradient(112deg, #f5f9ff 0 58%, #f2fbf7 58% 100%);
  border-bottom: 1px solid #dce6f0;
}
.mc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 48px;
}
.mc-kicker {
  margin: 0 0 12px;
  color: #0b8b70;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}
.mc-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.15;
  letter-spacing: 0;
}
.mc-hero h1 span { color: #0b8b70; }
.mc-lead {
  margin: 22px 0 28px;
  color: #40536d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}
.mc-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.mc-methods a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 12px 14px;
  border: 1px solid #c9d7e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8,35,89,.06);
}
.mc-methods b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  color: #fff;
  border-radius: 50%;
  background: #0b8b70;
}
.mc-methods span { font-weight: 900; }
.mc-methods small { display: block; margin-top: 3px; color: #64758a; font-size: 11px; }
.mc-hero-visual {
  margin: 0;
  background: #fff;
  border: 1px solid #cbd9e8;
  box-shadow: 0 18px 46px rgba(8,35,89,.12);
}
.mc-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 0 24%;
}
.mc-hero-visual figcaption {
  padding: 10px 14px;
  color: #63748a;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}
.mc-overview { background: #072b61; }
.mc-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  padding: 24px 0;
  color: #fff;
}
.mc-flow div { display: flex; align-items: center; justify-content: center; gap: 12px; }
.mc-flow b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #072b61;
  border-radius: 50%;
  background: #fff;
}
.mc-flow span { font-weight: 900; }
.mc-flow i { color: #57c3aa; font-size: 22px; font-style: normal; }
.mc-tool, .mc-story { padding: 78px 0; }
.mc-tool-sketch { background: #f3f8fb; }
.mc-story { background: #fff; }
.mc-section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.mc-section-heading > span {
  display: inline-block;
  margin-bottom: 8px;
  color: #0b8b70;
  font-size: 12px;
  font-weight: 900;
}
.mc-section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: 0;
}
.mc-section-heading p { margin: 0; color: #556a82; font-weight: 700; line-height: 1.8; }
.mc-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 38px;
}
.mc-steps article {
  min-height: 160px;
  padding: 22px;
  border-top: 4px solid #0b8b70;
  border-right: 1px solid #d6e1ec;
  border-bottom: 1px solid #d6e1ec;
  border-left: 1px solid #d6e1ec;
  border-radius: 4px;
  background: #fff;
}
.mc-steps b { color: #0b8b70; font-size: 12px; }
.mc-steps h3 { margin: 8px 0; font-size: 20px; }
.mc-steps p { margin: 0; color: #607188; line-height: 1.7; }
.mc-demo, .mc-sketch-demo {
  border: 1px solid #cbd9e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 36px rgba(8,35,89,.08);
}
.mc-demo-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid #dbe5ef;
}
.mc-demo-bar span { color: #0b8b70; font-size: 11px; font-weight: 900; }
.mc-demo-bar h3 { margin: 3px 0 0; font-size: 20px; }
.mc-reset {
  padding: 8px 12px;
  color: #174b98;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid #b9cbe0;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
.mc-elimination-list { padding: 4px 22px; }
.mc-elimination-row {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #e1e8f0;
  transition: opacity .2s ease;
}
.mc-elimination-row:last-child { border-bottom: 0; }
.mc-row-number {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #174b98;
  font-weight: 900;
  border-radius: 50%;
  background: #e9f2ff;
}
.mc-elimination-row p { margin: 0; font-weight: 800; }
.mc-elimination-row button {
  min-width: 82px;
  padding: 8px 11px;
  color: #d74a24;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid #f0ab98;
  border-radius: 6px;
  background: #fff8f5;
  cursor: pointer;
}
.mc-elimination-row.is-eliminated { opacity: .42; }
.mc-elimination-row.is-eliminated p { text-decoration: line-through; }
.mc-demo-result {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-top: 1px solid #dbe5ef;
  background: #f1fbf7;
}
.mc-demo-result span { flex: 0 0 auto; color: #0b8b70; font-size: 12px; font-weight: 900; }
.mc-demo-result strong { font-size: 16px; }
.mc-sketch-layout {
  display: grid;
  grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
  gap: 28px;
  align-items: stretch;
}
.mc-sketch-guide ol { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.mc-sketch-guide li {
  position: relative;
  min-height: 110px;
  padding: 20px 20px 20px 64px;
  border-left: 4px solid #e77935;
  background: #fff;
}
.mc-sketch-guide li::before {
  content: counter(list-item);
  position: absolute;
  top: 20px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  background: #e77935;
}
.mc-sketch-guide b { display: block; margin-bottom: 6px; font-size: 17px; }
.mc-sketch-guide span { color: #607188; font-size: 13px; line-height: 1.6; }
.mc-palette { display: flex; gap: 8px; }
.mc-palette button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #aebfd2;
  cursor: pointer;
}
.mc-palette button.active { box-shadow: 0 0 0 2px #072b61; }
.mc-palette [data-sketch-tone="navy"] { background: #174b98; }
.mc-palette [data-sketch-tone="orange"] { background: #e77935; }
.mc-palette [data-sketch-tone="green"] { background: #0b8b70; }
.mc-sketch-stage {
  --sketch-color: #174b98;
  position: relative;
  height: 280px;
  overflow: hidden;
  margin: 22px;
  border: 1px solid #d5e0eb;
  background: repeating-linear-gradient(0deg, #fff 0 27px, #edf2f7 28px);
}
.mc-sketch-stage[data-tone="orange"] { --sketch-color: #e77935; }
.mc-sketch-stage[data-tone="green"] { --sketch-color: #0b8b70; }
.mc-stroke {
  position: absolute;
  display: block;
  height: 42px;
  border: 7px solid var(--sketch-color);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(18deg);
  transition: border-color .2s ease;
}
.mc-stroke.s1 { top: 42px; left: 8%; width: 38%; }
.mc-stroke.s2 { top: 82px; left: 28%; width: 48%; transform: rotate(-14deg); }
.mc-stroke.s3 { top: 128px; left: 13%; width: 62%; transform: rotate(10deg); }
.mc-stroke.s4 { top: 58px; right: 6%; width: 24%; transform: rotate(48deg); }
.mc-stroke.s5 { top: 160px; left: 38%; width: 42%; transform: rotate(-27deg); }
.mc-stroke.s6 { top: 110px; left: 2%; width: 24%; transform: rotate(65deg); }
.mc-sketch-stage p {
  position: absolute;
  right: 18px;
  bottom: 14px;
  margin: 0;
  padding: 8px 10px;
  color: #344b66;
  font-weight: 800;
  background: rgba(255,255,255,.9);
}
.mc-sketch-notes {
  display: grid;
  grid-template-columns: .75fr 1fr 1.8fr;
  margin: 0;
  border-top: 1px solid #dbe5ef;
}
.mc-sketch-notes div { padding: 15px 18px; border-right: 1px solid #dbe5ef; }
.mc-sketch-notes div:last-child { border-right: 0; }
.mc-sketch-notes dt { margin-bottom: 4px; color: #e77935; font-size: 11px; font-weight: 900; }
.mc-sketch-notes dd { margin: 0; font-size: 13px; font-weight: 800; line-height: 1.5; }
.mc-story-image {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #ccd9e6;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(8,35,89,.1);
}
.mc-story-image img { display: block; width: 100%; height: auto; }
.mc-story-image span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 13px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  border-radius: 6px;
  background: rgba(7,43,97,.92);
}
.mc-final-cta { padding: 48px 0; color: #fff; background: #072b61; }
.mc-final-cta .mc-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px 40px;
}
.mc-final-cta p { margin: 0 0 5px; color: #70d4bd; font-weight: 900; }
.mc-final-cta h2 { margin: 0; font-size: 28px; }
.mc-cta-actions { display: flex; gap: 10px; }
.mc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  font-weight: 900;
  border-radius: 6px;
}
.mc-button.primary { color: #fff; background: #f45118; }
.mc-button.secondary { color: #072b61; background: #fff; }
.mc-final-cta small { grid-column: 1 / -1; opacity: .72; }

@media (max-width: 860px) {
  .mc-hero { padding-top: 50px; }
  .mc-hero-grid, .mc-sketch-layout { grid-template-columns: 1fr; }
  .mc-hero-visual { order: -1; }
  .mc-steps { grid-template-columns: 1fr; }
  .mc-steps article { min-height: 0; }
  .mc-final-cta .mc-inner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .mc-inner { width: min(100% - 28px, 1100px); }
  .mc-hero { padding: 30px 0 38px; background: #f5f9ff; }
  .mc-hero-grid { gap: 26px; }
  .mc-hero h1 { font-size: 38px; }
  .mc-lead { font-size: 14px; }
  .mc-methods { grid-template-columns: 1fr; }
  .mc-flow { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .mc-flow i { transform: rotate(90deg); }
  .mc-tool, .mc-story { padding: 54px 0; }
  .mc-elimination-row { grid-template-columns: 30px 1fr; }
  .mc-elimination-row button { grid-column: 2; justify-self: start; }
  .mc-demo-result { align-items: flex-start; flex-direction: column; gap: 6px; }
  .mc-sketch-stage { height: 230px; margin: 14px; }
  .mc-sketch-notes { grid-template-columns: 1fr; }
  .mc-sketch-notes div { border-right: 0; border-bottom: 1px solid #dbe5ef; }
  .mc-cta-actions { width: 100%; flex-direction: column; }
  .mc-button { width: 100%; }
}

@media (max-width: 560px) {
  .campaign-gate-panel {
    padding: 34px 20px 28px;
  }

  .campaign-password-row {
    grid-template-columns: 1fr;
  }
}
