/* WordPress standalone sales-page boundary. */
body.tml-sales-page-body { margin: 0; background: #fbfaf5; }
body.tml-sales-page-body #page,
body.tml-sales-page-body .site { max-width: none; margin: 0; padding: 0; }
body.tml-sales-page-body #tml-sales-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  float: none;
  background:
    radial-gradient(circle at 88% 7%, rgba(183, 232, 223, 0.52), transparent 28rem),
    #fbfaf5 !important;
}
body.tml-sales-page-body > .copyr { display: none !important; }
.sales-page,
.sales-page * { box-sizing: border-box; }
.sales-page { font-size: 15px; line-height: 1.7; }
.sales-page :where(*) { font-family: inherit; }
.sales-page :where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.sales-page :where(p, ul, ol) { margin: 0; padding: 0; }
.sales-page :where(p) { line-height: inherit; }
.sales-page button,
.sales-page input { font: inherit; }
.sales-page svg { display: inline-block; vertical-align: middle; }
.sales-sample-actions label input:checked + span::after { content: '✓'; font-size: 14px; font-weight: 900; }

/* Sales page: the public entrance to the specialist-education library. */
.sales-page {
  --sales-ink: #12343d;
  --sales-deep: #103f48;
  --sales-teal: #087d82;
  --sales-mint: #e4f5f0;
  --sales-paper: #fbfaf5;
  --sales-line: #c9dfda;
  min-height: 100vh;
  color: var(--sales-ink);
  background:
    radial-gradient(circle at 88% 7%, rgba(183, 232, 223, 0.52), transparent 28rem),
    var(--sales-paper);
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', sans-serif;
}

.sales-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(1240px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
}

.sales-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--sales-ink);
  text-decoration: none;
}

.sales-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--sales-teal);
  font: 800 21px/1 Georgia, serif;
}

.sales-brand strong,
.sales-brand small {
  display: block;
}

.sales-brand strong { font-size: 17px; letter-spacing: 0.02em; }
.sales-brand small { margin-top: 2px; color: #60777c; font-size: 9px; letter-spacing: 0.08em; }

.sales-header nav { display: flex; gap: 27px; }
.sales-header nav a,
.sales-login-link { color: #526c73; font-size: 12px; font-weight: 800; text-decoration: none; }
.sales-header nav a:hover { color: var(--sales-teal); }

.sales-login-link {
  justify-self: end;
  padding: 9px 13px;
  border: 1px solid var(--sales-line);
  border-radius: 11px;
  color: var(--sales-teal);
  background: rgba(255, 255, 255, 0.72);
}

.sales-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  min-height: 690px;
  margin: 0 auto;
  padding: clamp(55px, 7vw, 92px) clamp(28px, 5vw, 70px);
  overflow: hidden;
  border-radius: 36px;
  color: #edfffb;
  background: linear-gradient(135deg, #123d46 0%, #0b686d 100%);
  box-shadow: 0 26px 70px rgba(13, 67, 75, 0.16);
}

.sales-kicker {
  margin: 0 0 18px;
  color: #77ded4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.sales-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5.2vw, 66px);
  line-height: 1.22;
  letter-spacing: -0.055em;
}

.sales-hero h1 em { color: #8de4d9; font-style: normal; }

.sales-lead {
  margin: 24px 0 0;
  color: #dcf3ef;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 2;
}

.sales-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.sales-proof-list li { display: inline-flex; align-items: center; gap: 6px; color: #e4f7f3; font-size: 12px; font-weight: 750; }
.sales-proof-list svg { color: #89e7da; }

.sales-hero-offer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.sales-hero-offer > div:first-child { min-width: 142px; }
.sales-hero-offer > div:first-child > span { display: block; color: #bbdcd7; font-size: 10px; font-weight: 800; }
.sales-hero-offer > div:first-child > strong { display: block; margin-top: 2px; font-size: 38px; line-height: 1.2; letter-spacing: -0.04em; }
.sales-hero-offer > div:first-child small { margin-left: 4px; font-size: 15px; }

.sales-hero-actions { display: grid; gap: 8px; }
.sales-pending-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 14px;
  color: #365d61;
  background: #dce8e5;
  font-size: 13px;
  font-weight: 900;
  cursor: not-allowed;
}
.sales-purchase-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 15px;
  color: #073f45;
  background: #7ee4d8;
  box-shadow: 0 13px 28px rgba(2,42,47,.24);
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.sales-purchase-button:hover {
  color: #052f34;
  background: #a0eee5;
  box-shadow: 0 16px 34px rgba(2,42,47,.3);
  transform: translateY(-1px);
}
.sales-purchase-button:focus-visible {
  outline: 3px solid rgba(255,255,255,.9);
  outline-offset: 3px;
}
.sales-hero-actions a { color: #c9eee8; font-size: 11px; font-weight: 800; text-align: center; text-underline-offset: 4px; }
.sales-hero-actions .sales-purchase-button {
  color: #073f45;
  font-size: 13px;
  text-decoration: none;
}
.sales-hero-actions .sales-purchase-button:hover { color: #052f34; }
.sales-offer-note { margin: 12px 0 0; color: #a9d0cb; font-size: 10px; }

.sales-product-stage { position: relative; min-width: 0; padding: 34px 0 24px; }
.sales-browser-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 20px;
  color: var(--sales-ink);
  background: #fffef9;
  box-shadow: 0 30px 80px rgba(4, 31, 35, 0.32);
  transform: rotate(1deg);
}
.sales-browser-bar { display: flex; align-items: center; gap: 5px; height: 34px; padding: 0 12px; border-bottom: 1px solid #dce9e6; background: #f3f7f5; }
.sales-browser-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #bdd2ce; }
.sales-browser-bar small { margin-left: 8px; color: #6f8588; font-size: 8px; }
.sales-browser-body { padding: 24px; }
.sales-browser-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.sales-browser-heading small,
.sales-browser-heading strong { display: block; }
.sales-browser-heading small { color: var(--sales-teal); font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.sales-browser-heading strong { margin-top: 4px; font-size: clamp(17px, 2.1vw, 25px); letter-spacing: -.04em; }
.sales-browser-heading > span { display: inline-flex; align-items: center; gap: 4px; padding: 7px 9px; border-radius: 999px; color: #fff; background: var(--sales-deep); font-size: 7px; font-weight: 900; }
.sales-search-row { display: flex; align-items: center; gap: 8px; margin-top: 18px; padding: 11px 12px; border: 1px solid #9fc4be; border-radius: 10px; color: #71878a; font-size: 8px; }
.sales-search-row svg { color: var(--sales-teal); }
.sales-index-groups { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 7px; margin-top: 12px; }
.sales-index-groups span { padding: 9px 7px; border: 1px solid #d2e2de; border-radius: 8px; color: #31565d; background: #fafdFB; font-size: 7px; font-weight: 800; text-align: center; }
.sales-recall-card { position: relative; margin-top: 13px; padding: 13px; border: 1px solid #d2e2de; border-radius: 11px; background: #fff; }
.sales-recall-card > div { display: flex; justify-content: space-between; color: #6e8588; font-size: 7px; }
.sales-recall-card > div span { color: var(--sales-teal); font-weight: 900; }
.sales-recall-card > strong { display: block; margin: 12px 0 10px; font-size: 10px; }
.sales-recall-card button { position: absolute; right: 12px; bottom: 10px; padding: 6px 8px; border: 1px solid #c8dcd7; border-radius: 7px; color: #45686d; background: #eef6f3; font: inherit; font-size: 7px; font-weight: 900; }

.sales-paper-card {
  position: absolute;
  z-index: 1;
  right: -22px;
  bottom: -18px;
  width: 175px;
  padding: 18px;
  border-radius: 6px;
  color: var(--sales-ink);
  background: #fff;
  box-shadow: 0 22px 48px rgba(5,35,38,.26);
  transform: rotate(6deg);
}
.sales-paper-card > span { color: var(--sales-teal); font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.sales-paper-card > strong { display: block; margin: 8px 0 14px; font-size: 13px; line-height: 1.5; }
.sales-paper-card > div { display: grid; gap: 7px; }
.sales-paper-card i { display: block; height: 1px; background: #bdd7d1; }

.sales-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1100px, calc(100% - 48px));
  margin: -30px auto 0;
  overflow: hidden;
  border: 1px solid var(--sales-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(18, 52, 61, 0.09);
}
.sales-trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 86px; border-right: 1px solid var(--sales-line); color: #587176; }
.sales-trust-strip > div:last-child { border-right: 0; }
.sales-trust-strip svg { color: var(--sales-teal); }
.sales-trust-strip span { font-size: 11px; }
.sales-trust-strip strong { margin-right: 4px; color: var(--sales-ink); font-size: 20px; }

.sales-section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 108px 0;
}

.sales-section-heading { max-width: 760px; }
.sales-section-heading.is-centered { margin: 0 auto; text-align: center; }
.sales-section-heading > p { margin: 0 0 10px; color: var(--sales-teal); font-size: 10px; font-weight: 900; letter-spacing: .19em; }
.sales-section-heading h2 { margin: 0; font-size: clamp(29px, 4vw, 45px); line-height: 1.48; letter-spacing: -.045em; }
.sales-section-heading > span { display: block; margin-top: 16px; color: #60777c; font-size: 14px; line-height: 1.9; }

.sales-problem-section { padding-top: 128px; }
.sales-problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.sales-problem-grid article { min-height: 250px; padding: 27px; border: 1px solid var(--sales-line); border-radius: 23px; background: #fff; box-shadow: 0 13px 36px rgba(18,52,61,.055); }
.sales-problem-grid article > span { color: var(--sales-teal); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.sales-problem-grid h3 { margin: 44px 0 10px; font-size: 20px; }
.sales-problem-grid p { color: #60777c; font-size: 13px; line-height: 1.9; }
.sales-problem-answer { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 18px; align-items: start; max-width: 820px; margin: 26px auto 0; padding: 25px 27px; border-radius: 19px; color: #17434b; background: var(--sales-mint); }
.sales-problem-answer > svg { margin-top: 2px; color: var(--sales-teal); }
.sales-problem-answer strong { font-size: 17px; }
.sales-problem-answer p { margin: 7px 0 0; color: #557277; font-size: 13px; line-height: 1.85; }

.sales-source-band { border-top: 1px solid var(--sales-line); background: #f4f8f5; }
.sales-source-band .sales-section { padding-top: 105px; padding-bottom: 105px; }
.sales-source-heading { max-width: 850px; margin: 0 auto; text-align: left; }
.sales-source-message { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 15px; max-width: 850px; margin: 35px auto 0; padding: 22px 24px; border: 1px solid #bddbd5; border-radius: 18px; color: #345c63; background: #e4f4ef; }
.sales-source-message > svg { margin-top: 3px; color: var(--sales-teal); }
.sales-source-message p { margin: 0; font-size: 13px; line-height: 1.95; }
.sales-source-message strong { color: #17444c; }
.sales-source-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 18px; }
.sales-source-grid article { min-width: 0; padding: clamp(25px,4vw,38px); border-radius: 25px; }
.sales-source-grid article > span { font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.sales-source-grid h3 { margin: 13px 0 25px; font-size: clamp(22px,2.7vw,31px); line-height: 1.5; letter-spacing: -.035em; }
.sales-source-work { border: 1px solid #d2dfdb; background: #fff; }
.sales-source-work > span { color: #6a7f82; }
.sales-source-work ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: source-work; }
.sales-source-work li { position: relative; display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 10px; align-items: start; min-height: 64px; padding-bottom: 14px; counter-increment: source-work; }
.sales-source-work li:not(:last-child)::after { position: absolute; top: 28px; bottom: 0; left: 14px; width: 1px; background: #c8dcd7; content: ''; }
.sales-source-work li > svg { z-index: 1; width: 29px; height: 29px; padding: 6px; border: 1px solid #bad5cf; border-radius: 50%; color: #547b7f; background: #f4f9f7; }
.sales-source-work li strong,
.sales-source-work li small { display: block; }
.sales-source-work li strong { color: #274e55; font-size: 12px; }
.sales-source-work li small { margin-top: 4px; color: #718689; font-size: 10px; line-height: 1.55; }
.sales-source-library { color: #effffb; background: linear-gradient(145deg,#123e47,#0b696d); box-shadow: 0 18px 48px rgba(18,62,71,.12); }
.sales-source-library > span { color: #83dfd5; }
.sales-source-library-map { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1.25fr; gap: 7px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.06); }
.sales-source-library-map span { padding: 9px 7px; border-radius: 9px; color: #e8fbf7; background: rgba(255,255,255,.08); font-size: 8px; font-weight: 900; text-align: center; }
.sales-source-library-map svg { color: #7cddd2; }
.sales-source-library ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.sales-source-library li { display: flex; align-items: start; gap: 9px; color: #c5dfdc; font-size: 11px; font-weight: 800; line-height: 1.65; }
.sales-source-library li svg { flex: 0 0 auto; margin-top: 1px; color: #83e1d6; }
.sales-source-goal { display: grid; grid-template-columns: auto 1fr; gap: 11px; margin-top: 25px; padding: 17px; border-radius: 14px; color: #17464d; background: #dff4ee; }
.sales-source-goal svg { margin-top: 3px; color: var(--sales-teal); }
.sales-source-goal p { margin: 0; font-size: 11px; line-height: 1.7; }

.sales-method-band { color: #effffb; background: var(--sales-deep); }
.sales-method-band .sales-section-heading > p { color: #79ddd3; }
.sales-method-band .sales-section-heading > span { color: #bcd8d5; }
.sales-method-flow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin: 45px 0 0; padding: 0; list-style: none; }
.sales-method-flow li { position: relative; min-height: 275px; padding: 23px; border: 1px solid rgba(255,255,255,.18); border-radius: 21px; background: rgba(255,255,255,.065); }
.sales-method-flow li:not(:last-child)::after { position: absolute; z-index: 2; top: 50%; right: -13px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--sales-deep); background: #7ddbd1; content: '›'; font-size: 19px; font-weight: 900; transform: translateY(-50%); }
.sales-method-flow li > span { display: block; color: #7eddd3; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.sales-method-flow li > svg { margin-top: 40px; color: #8be2d8; }
.sales-method-flow h3 { margin: 13px 0 8px; font-size: 18px; }
.sales-method-flow p { color: #bdd7d4; font-size: 12px; line-height: 1.85; }
.sales-method-summary { margin: 24px 0 0; color: #bad8d4; font-size: 13px; text-align: center; }
.sales-method-summary strong { color: #8be2d8; }

.sales-contents-section { width: min(1160px, calc(100% - 48px)); }
.sales-feature-stack { display: grid; gap: 28px; margin-top: 58px; }
.sales-feature-row { display: grid; grid-template-columns: minmax(0,.86fr) minmax(420px,1.14fr); gap: clamp(38px, 7vw, 88px); align-items: center; min-height: 510px; padding: clamp(30px, 5vw, 58px); border: 1px solid var(--sales-line); border-radius: 30px; background: #fff; box-shadow: 0 16px 46px rgba(18,52,61,.06); }
.sales-feature-row.is-reverse .sales-feature-copy { order: 2; }
.sales-feature-copy > span { color: var(--sales-teal); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.sales-feature-copy h3 { margin: 14px 0 18px; font-size: clamp(27px,3.4vw,39px); line-height: 1.45; letter-spacing: -.04em; }
.sales-feature-copy > p { color: #5e757a; font-size: 13px; line-height: 2; }
.sales-feature-copy ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.sales-feature-copy li { display: flex; align-items: start; gap: 8px; color: #365860; font-size: 12px; font-weight: 800; line-height: 1.65; }
.sales-feature-copy li svg { margin-top: 2px; color: var(--sales-teal); }
.sales-feature-visual { min-width: 0; border-radius: 24px; }

.sales-map-visual { position: relative; min-height: 330px; padding: 56px 35px 35px; color: #e9fbf7; background: linear-gradient(135deg,#17434b,#0c6c70); }
.sales-map-root { width: min(210px,75%); margin: 0 auto; padding: 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(255,255,255,.11); font-size: 13px; font-weight: 900; text-align: center; }
.sales-map-line { width: 1px; height: 25px; margin: 0 auto; background: rgba(255,255,255,.35); }
.sales-map-branch { width: calc(66.666% - 3px); height: 1px; margin: 0 auto 10px; background: rgba(255,255,255,.35); }
.sales-map-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.sales-map-columns > div { position: relative; display: grid; gap: 7px; padding: 14px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; background: rgba(255,255,255,.08); }
.sales-map-columns > div::before { position: absolute; top: -10px; left: 50%; width: 1px; height: 10px; background: rgba(255,255,255,.35); content: ''; }
.sales-map-columns span { margin-bottom: 2px; color: #8be3d8; font-size: 10px; font-weight: 900; text-align: center; }
.sales-map-columns small { padding: 6px; border-radius: 6px; color: #d6ece8; background: rgba(255,255,255,.08); font-size: 8px; text-align: center; }

.sales-web-visual { padding: 27px; border: 1px solid #bbd6d0; background: #f7fbf9; }
.sales-mini-search { display: flex; align-items: center; gap: 9px; padding: 14px 15px; border: 1px solid #78aaa4; border-radius: 12px; color: #466970; background: #fff; font-size: 10px; }
.sales-mini-search svg { color: var(--sales-teal); }
.sales-mini-result { position: relative; margin-top: 11px; min-height: 105px; padding: 17px; border: 1px solid #d0e1dd; border-radius: 14px; background: #fff; }
.sales-mini-result span { display: block; color: var(--sales-teal); font-size: 8px; font-weight: 900; }
.sales-mini-result strong { display: block; margin-top: 14px; padding-right: 78px; font-size: 12px; }
.sales-mini-result small { position: absolute; right: 15px; bottom: 14px; padding: 7px 9px; border-radius: 8px; color: #49696e; background: #edf5f3; font-size: 8px; font-weight: 900; }

.sales-ai-visual { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; min-height: 260px; padding: 28px; background: #e8f5f1; }
.sales-ai-visual > div { display: grid; gap: 13px; justify-items: center; min-width: 0; text-align: center; }
.sales-ai-visual > div > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; color: #fff; background: var(--sales-teal); box-shadow: 0 9px 21px rgba(8,125,130,.18); }
.sales-ai-visual strong { font-size: 10px; }
.sales-ai-visual > svg { justify-self: center; color: #76a8a3; }

.sales-sample-band { border-top: 1px solid var(--sales-line); background: #eef7f4; }
.sales-sample-band .sales-section { padding-top: 105px; padding-bottom: 105px; }
.sales-sample-shell { max-width: 850px; margin: 45px auto 0; }
.sales-sample-guide { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: 14px; }
.sales-sample-guide span { display: flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid #c6ddd7; border-radius: 13px; color: #496a70; background: rgba(255,255,255,.62); font-size: 10px; font-weight: 850; }
.sales-sample-guide strong { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--sales-teal); font-size: 9px; }
.sales-sample-card { padding: clamp(25px,5vw,45px); border: 1px solid #b9d7d1; border-radius: 27px; background: #fff; box-shadow: 0 18px 48px rgba(18,52,61,.08); }
.sales-sample-meta { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.sales-sample-meta span { color: var(--sales-teal); font-size: 10px; font-weight: 900; }
.sales-sample-meta small { color: #7d9598; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.sales-sample-cue { width: fit-content; margin: 28px 0 12px; padding: 7px 11px; border-radius: 999px; color: #076f75; background: var(--sales-mint); font-size: 10px; font-weight: 900; }
.sales-sample-card h3 { margin: 0; font-size: clamp(22px,3vw,30px); line-height: 1.55; }
.sales-sample-answer-button { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; padding: 12px 16px; border: 1px solid #add0c9; border-radius: 11px; color: #28565e; background: #edf6f3; font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; }
.sales-sample-answer-button:hover { border-color: #72aaa3; }
.sales-sample-answer { margin-top: 15px; padding: 20px; border-left: 3px solid var(--sales-teal); border-radius: 3px 13px 13px 3px; background: #f0f8f5; }
.sales-sample-answer span { color: var(--sales-teal); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.sales-sample-answer p { margin: 8px 0 0; color: #244e55; font-size: 14px; font-weight: 750; line-height: 1.8; }
.sales-sample-actions { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 30px; padding-top: 22px; border-top: 1px solid #d7e6e2; }
.sales-sample-actions label { display: flex; align-items: center; gap: 9px; color: #47666c; font-size: 11px; font-weight: 900; cursor: pointer; }
.sales-sample-actions label input { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.sales-sample-actions label span { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid #8dbab3; border-radius: 7px; color: #fff; background: #fff; }
.sales-sample-actions label input:checked + span { border-color: var(--sales-teal); background: var(--sales-teal); }
.sales-sample-actions label input:focus-visible + span { outline: 3px solid rgba(8,125,130,.2); outline-offset: 2px; }
.sales-sample-actions.is-check-only { justify-content: flex-start; }
.sales-sample-ai-builder { margin-top: 14px; padding: clamp(23px,4vw,34px); border-radius: 24px; color: #edfffb; background: linear-gradient(135deg,#143f47,#0d656a); box-shadow: 0 18px 48px rgba(18,52,61,.09); }
.sales-sample-ai-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.sales-sample-ai-heading span { color: #81ddd3; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.sales-sample-ai-heading h3 { margin: 8px 0 0; font-size: clamp(19px,2.6vw,27px); line-height: 1.55; }
.sales-sample-ai-heading > svg { flex: 0 0 auto; color: #82dfd5; }
.sales-sample-range { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; margin-top: 23px; padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.07); }
.sales-sample-range > span { color: #abd3cf; font-size: 8px; font-weight: 850; }
.sales-sample-range strong { font-size: 11px; }
.sales-sample-range i { margin: 0 4px; color: #82ddd3; font-style: normal; }
.sales-sample-range small { padding: 5px 8px; border-radius: 999px; color: #17464d; background: #dff3ed; font-size: 8px; font-weight: 900; }
.sales-sample-ai-builder fieldset { margin: 20px 0 0; padding: 0; border: 0; }
.sales-sample-ai-builder legend { margin-bottom: 9px; color: #add1cd; font-size: 8px; font-weight: 850; }
.sales-sample-ai-builder fieldset > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.sales-sample-ai-builder fieldset button { padding: 11px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #c7e1dd; background: rgba(255,255,255,.06); font: inherit; font-size: 9px; font-weight: 900; cursor: pointer; }
.sales-sample-ai-builder fieldset button[aria-pressed='true'] { border-color: #88e1d6; color: #123f47; background: #84dfd5; }
.sales-sample-copy-button { display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; padding: 14px 17px; border: 0; border-radius: 11px; color: #12434a; background: #e4f6f1; font: inherit; font-size: 10px; font-weight: 900; cursor: pointer; }
.sales-sample-copy-button:hover { background: #fff; }
.sales-sample-copy-error { margin: 9px 0 0; color: #8b513f; font-size: 9px; text-align: right; }
.sales-sample-note { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 17px 0 0; color: #557479; font-size: 10px; font-weight: 750; text-align: center; }
.sales-sample-note svg { flex: 0 0 auto; color: var(--sales-teal); }

.sales-domain-band { color: #ecfbf8; background: linear-gradient(135deg,#123c45,#0c5f65); }
.sales-domain-band .sales-section { padding-top: 95px; padding-bottom: 95px; }
.sales-section-heading.is-light > p { color: #7dded3; }
.sales-section-heading.is-light > span { color: #bfd7d4; }
.sales-domain-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 44px; }
.sales-domain-grid article { min-height: 165px; padding: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.065); }
.sales-domain-grid article > span { color: #7fded4; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.sales-domain-grid h3 { margin: 25px 0 8px; font-size: 21px; }
.sales-domain-grid p { color: #bfd8d5; font-size: 12px; line-height: 1.8; }
.sales-domain-note { max-width: 830px; margin: 20px auto 0; color: #a9cac6; font-size: 11px; line-height: 1.8; text-align: center; }

.sales-fit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 45px; }
.sales-fit-grid article { padding: 33px; border-radius: 23px; }
.sales-fit-grid article > span { display: block; margin-bottom: 23px; font-size: 13px; font-weight: 900; }
.sales-fit-grid ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.sales-fit-grid li { display: flex; align-items: start; gap: 10px; font-size: 13px; line-height: 1.75; }
.sales-fit-grid .is-good { border: 1px solid #bcdcd5; background: #e8f5f1; }
.sales-fit-grid .is-good > span,
.sales-fit-grid .is-good svg { color: var(--sales-teal); }
.sales-fit-grid .is-good svg { margin-top: 4px; }
.sales-fit-grid .is-boundary { border: 1px solid #e1d6c4; background: #f8f3ea; }
.sales-fit-grid .is-boundary > span { color: #7b623b; }
.sales-fit-grid .is-boundary li { position: relative; padding-left: 18px; color: #695e4d; }
.sales-fit-grid .is-boundary li::before { position: absolute; top: .75em; left: 1px; width: 6px; height: 1px; background: #a5906c; content: ''; }

.sales-author-band { border-top: 1px solid var(--sales-line); border-bottom: 1px solid var(--sales-line); background: #eef7f4; }
.sales-author-band .sales-section { padding-top: 82px; padding-bottom: 82px; }
.sales-author-layout { display: grid; grid-template-columns: 160px minmax(0,700px); gap: 55px; justify-content: center; align-items: start; }
.sales-author-mark { display: grid; width: 150px; height: 170px; place-items: center; align-content: center; gap: 13px; border: 1px solid #a8ccc5; border-radius: 28px; color: #fff; background: var(--sales-teal); box-shadow: 0 18px 45px rgba(8,125,130,.14); }
.sales-author-mark small { font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.sales-author-kicker { margin: 0 0 9px; color: var(--sales-teal); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.sales-author-layout h2 { margin: 0 0 18px; font-size: clamp(26px,3.5vw,40px); line-height: 1.48; letter-spacing: -.04em; }
.sales-author-layout > div:last-child > p:not(.sales-author-kicker) { margin-top: 12px; color: #587176; font-size: 13px; line-height: 1.95; }
.sales-offer-section { width: min(980px,calc(100% - 48px)); }
.sales-offer-card { display: grid; grid-template-columns: minmax(0,1fr) 260px; overflow: hidden; border: 1px solid #245962; border-radius: 31px; color: #effffb; background: linear-gradient(135deg,#123d46,#0b6469); box-shadow: 0 27px 70px rgba(13,67,75,.18); }
.sales-offer-main { padding: clamp(36px,6vw,62px); }
.sales-offer-main > p { margin: 0 0 11px; color: #81ded4; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.sales-offer-main h2 { margin: 0; font-size: clamp(26px,3.7vw,42px); line-height: 1.42; letter-spacing: -.04em; }
.sales-offer-main h2 span { display: block; }
.sales-offer-main > span { display: block; max-width: 580px; margin-top: 18px; color: #c2deda; font-size: 12px; line-height: 1.85; }
.sales-offer-buy { display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 34px; border-left: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.055); }
.sales-offer-buy > span { color: #b6d5d1; font-size: 10px; font-weight: 800; }
.sales-offer-buy > strong { margin: 4px 0 19px; font-size: 43px; line-height: 1.2; letter-spacing: -.04em; }
.sales-offer-buy > strong small { margin-left: 4px; font-size: 15px; }
.sales-offer-buy > small { margin-top: 10px; color: #a9cbc7; font-size: 9px; text-align: center; }
.sales-offer-details { display: grid; grid-column: 1/-1; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.16); }
.sales-offer-details > div { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; padding: 20px; border-right: 1px solid rgba(255,255,255,.14); }
.sales-offer-details > div:last-child { border-right: 0; }
.sales-offer-details svg { margin-top: 2px; color: #80ddd3; }
.sales-offer-details span { color: #bcd9d5; font-size: 10px; line-height: 1.7; }
.sales-offer-details strong { display: block; color: #effffb; font-size: 11px; }
.sales-refund-note { grid-column: 1/-1; margin: 0; padding: 17px 24px; color: #aecfca; background: rgba(0,0,0,.08); font-size: 9px; line-height: 1.8; text-align: center; }

.sales-faq-section { padding-top: 35px; }
.sales-faq-list { max-width: 850px; margin: 42px auto 0; border-top: 1px solid var(--sales-line); }
.sales-faq-list details { border-bottom: 1px solid var(--sales-line); }
.sales-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; cursor: pointer; font-size: 14px; font-weight: 900; list-style: none; }
.sales-faq-list summary::-webkit-details-marker { display: none; }
.sales-faq-list summary span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--sales-teal); background: var(--sales-mint); font-size: 16px; transition: transform 160ms ease; }
.sales-faq-list details[open] summary span { transform: rotate(45deg); }
.sales-faq-list details > p { margin: -3px 0 0; padding: 0 48px 25px 4px; color: #5d767a; font-size: 13px; line-height: 1.95; }

.sales-final-band { padding: 90px 24px; color: #effffb; background: var(--sales-deep); text-align: center; }
.sales-final-band > div { max-width: 700px; margin: 0 auto; }
.sales-final-band p { margin: 0 0 12px; color: #81ded4; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.sales-final-band h2 { margin: 0; font-size: clamp(34px,5vw,55px); line-height: 1.36; letter-spacing: -.05em; }
.sales-final-band span:not(.sales-pending-button) { display: block; margin-top: 16px; color: #bad7d3; font-size: 13px; }
.sales-final-band :is(.sales-pending-button, .sales-purchase-button) { width: min(360px,100%); margin: 30px auto 0; }

.sales-footer { padding: 35px 24px 25px; background: #fbfaf5; }
.sales-footer > div { display: flex; justify-content: space-between; align-items: center; gap: 24px; width: min(1120px,100%); margin: 0 auto; }
.sales-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.sales-footer nav a { color: #60777c; font-size: 10px; font-weight: 750; text-decoration: none; }
.sales-footer > p { margin: 25px 0 0; color: #829497; font-size: 9px; text-align: center; }

@media (max-width: 900px) {
  .sales-hero { grid-template-columns: 1fr; }
  .sales-product-stage { width: min(620px, 94%); margin: 0 auto; }
  .sales-problem-grid { grid-template-columns: 1fr; }
  .sales-problem-grid article { min-height: 0; }
  .sales-problem-grid h3 { margin-top: 25px; }
  .sales-method-flow { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sales-method-flow li:nth-child(2)::after { display: none; }
  .sales-feature-row,
  .sales-feature-row.is-reverse { grid-template-columns: 1fr; min-height: 0; }
  .sales-feature-row.is-reverse .sales-feature-copy { order: 0; }
  .sales-author-layout { grid-template-columns: 120px minmax(0,1fr); gap: 35px; }
  .sales-author-mark { width: 120px; height: 145px; }
  .sales-offer-card { grid-template-columns: 1fr 230px; }
  .sales-offer-details { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sales-offer-details > div:nth-child(2) { border-right: 0; }
  .sales-offer-details > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 680px) {
  .sales-header { grid-template-columns: 1fr auto; width: calc(100% - 34px); min-height: 68px; }
  .sales-header nav { display: none; }
  .sales-login-link { font-size: 10px; }
  .sales-hero { width: 100%; min-height: 0; padding: 50px 22px 68px; border-radius: 0 0 28px 28px; }
  .sales-hero h1 { font-size: clamp(30px, 8vw, 39px); }
  .sales-hero h1 em { white-space: nowrap; }
  .sales-lead br { display: none; }
  .sales-hero-offer { align-items: stretch; flex-direction: column; gap: 12px; }
  .sales-hero-actions { width: 100%; }
  :is(.sales-pending-button, .sales-purchase-button) { width: 100%; }
  .sales-browser-body { padding: 18px; }
  .sales-index-groups { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sales-paper-card { right: -10px; width: 135px; }
  .sales-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: -24px; }
  .sales-trust-strip > div { min-height: 72px; border-bottom: 1px solid var(--sales-line); }
  .sales-trust-strip > div:nth-child(2) { border-right: 0; }
  .sales-trust-strip > div:nth-child(n+3) { border-bottom: 0; }
  .sales-section { width: calc(100% - 36px); padding: 76px 0; }
  .sales-problem-section { padding-top: 95px; }
  .sales-section-heading h2 br { display: none; }
  .sales-problem-grid { margin-top: 34px; }
  .sales-problem-grid article { padding: 23px; }
  .sales-problem-answer { padding: 21px; }
  .sales-source-band .sales-section { width: calc(100% - 26px); padding-top: 76px; padding-bottom: 76px; }
  .sales-source-message { padding: 19px; }
  .sales-source-grid { grid-template-columns: 1fr; }
  .sales-source-grid article { padding: 25px 22px; border-radius: 22px; }
  .sales-source-library-map { grid-template-columns: 1fr; }
  .sales-source-library-map svg { justify-self: center; transform: rotate(90deg); }
  .sales-method-flow { grid-template-columns: 1fr; }
  .sales-method-flow li { min-height: 0; padding: 22px; }
  .sales-method-flow li:not(:last-child)::after { top: auto; right: 50%; bottom: -13px; content: '⌄'; font-size: 18px; line-height: 1; transform: translateX(50%); }
  .sales-method-flow li:nth-child(2)::after { display: grid; }
  .sales-method-flow li > svg { margin-top: 25px; }
  .sales-contents-section { width: calc(100% - 26px); }
  .sales-feature-stack { gap: 18px; margin-top: 38px; }
  .sales-feature-row { gap: 30px; padding: 27px 22px; border-radius: 23px; }
  .sales-map-visual { min-height: 290px; padding: 42px 17px 22px; }
  .sales-map-columns { gap: 6px; }
  .sales-map-columns > div { padding: 11px 6px; }
  .sales-web-visual { padding: 18px; }
  .sales-ai-visual { grid-template-columns: 1fr; gap: 9px; min-height: 0; }
  .sales-ai-visual > svg { transform: rotate(90deg); }
  .sales-sample-band .sales-section { width: calc(100% - 26px); padding-top: 76px; padding-bottom: 76px; }
  .sales-sample-guide { grid-template-columns: 1fr; }
  .sales-sample-card { border-radius: 23px; }
  .sales-sample-range { grid-template-columns: 1fr auto; }
  .sales-sample-range > span { grid-column: 1/-1; }
  .sales-sample-ai-builder fieldset > div { grid-template-columns: 1fr; }
  .sales-sample-note { align-items: flex-start; text-align: left; }
  .sales-domain-grid { grid-template-columns: 1fr; }
  .sales-fit-grid { grid-template-columns: 1fr; }
  .sales-fit-grid article { padding: 25px; }
  .sales-author-layout { grid-template-columns: 1fr; }
  .sales-author-mark { width: 94px; height: 104px; border-radius: 22px; }
  .sales-author-layout h2 br { display: none; }
  .sales-offer-section { width: calc(100% - 26px); }
  .sales-offer-card { grid-template-columns: 1fr; border-radius: 24px; }
  .sales-offer-main { padding: 34px 25px 24px; }
  .sales-offer-buy { padding: 25px; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .sales-offer-details { grid-template-columns: 1fr; }
  .sales-offer-details > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .sales-offer-details > div:nth-child(2) { border-right: 0; }
  .sales-offer-details > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .sales-offer-details > div:last-child { border-bottom: 0; }
  .sales-faq-section { padding-top: 10px; }
  .sales-faq-list summary { padding: 21px 2px; font-size: 13px; }
  .sales-faq-list details > p { padding-right: 8px; padding-left: 2px; }
  .sales-footer > div { align-items: flex-start; flex-direction: column; }
  .sales-footer nav { justify-content: flex-start; }
}
