:root {
  --bg: #f6faf8;
  --surface: #ffffff;
  --surface-soft: #eff9f2;
  --ink: #10232d;
  --text: #182b34;
  --muted: #65757c;
  --line: #dce9e5;
  --primary: #126b62;
  --primary-dark: #0a3f4a;
  --accent: #24a88a;
  --coral: #e7664f;
  --warm: #efb544;
  --sky: #dff3ff;
  --shadow: 0 22px 70px rgba(16, 35, 45, 0.13);
  --shadow-soft: 0 12px 34px rgba(16, 35, 45, 0.08);
  --radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 38%, #f5faf8 100%);
  color: var(--text);
  line-height: 1.75;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(18, 107, 98, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 107, 98, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 62%);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 12px auto 0;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid var(--line);
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(16, 35, 45, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 8px;
  font-size: 0.85rem;
}

.header-nav {
  padding: 8px 12px;
  background: #f4faf8;
  border: 1px solid #e5efec;
  border-radius: 8px;
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.header-nav a,
.text-link {
  text-decoration: none;
}

.header-nav a:hover,
.text-link:hover {
  color: var(--primary);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border: 1px solid var(--primary);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 111, 133, 0.22);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  box-shadow: 0 14px 34px rgba(23, 111, 133, 0.28);
}

.button-small {
  min-height: 40px;
  padding: 0 16px;
}

.button-large {
  min-height: 56px;
  padding: 0 28px;
  font-size: 1.02rem;
}

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

.band {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - 1120px) / 2));
  padding-left: max(20px, calc((100vw - 1120px) / 2));
  background: rgba(255, 255, 255, 0.74);
  border-block: 1px solid rgba(220, 233, 229, 0.8);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: clamp(36px, 6vw, 76px);
  min-height: 760px;
  padding-top: 86px;
  padding-bottom: 104px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 28px -34px 36px;
  z-index: -2;
  background:
    linear-gradient(135deg, rgba(18, 107, 98, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 249, 242, 0.72));
  border: 1px solid rgba(220, 233, 229, 0.88);
  border-radius: 8px;
  box-shadow: 0 34px 100px rgba(16, 35, 45, 0.08);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 28px -34px 36px;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(18, 107, 98, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 107, 98, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.76) 52%, transparent 100%);
}

.hero-copy {
  position: relative;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 6px 16px 6px 10px;
  color: var(--primary-dark);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 248, 0.92));
  border: 1px solid rgba(36, 168, 138, 0.34);
  border-radius: 999px;
  box-shadow:
    0 10px 30px rgba(18, 107, 98, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  text-transform: none;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

.hero-badge-dot {
  position: relative;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(36, 168, 138, 0.18);
  color: transparent;
  font-size: 0;
}

.hero-badge-dot::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(36, 168, 138, 0.55);
  animation: heroBadgePulse 2.4s ease-out infinite;
  z-index: -1;
}

@keyframes heroBadgePulse {
  0% {
    transform: scale(0.7);
    opacity: 0.7;
  }
  80%,
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.hero-badge-prefix {
  padding: 3px 9px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 999px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.4;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(2.85rem, 4.7vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--ink);
}

h1 span {
  display: block;
}

.hero-subhead {
  position: relative;
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--primary-dark);
  font-size: clamp(1.32rem, 2.4vw, 1.78rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.hero-subhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  bottom: 0.35em;
  width: 5px;
  background: linear-gradient(180deg, var(--accent), var(--warm));
  border-radius: 999px;
}

.hero-subhead strong {
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.hero-subhead strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 8px;
  background: linear-gradient(90deg, rgba(36, 168, 138, 0.28), rgba(239, 181, 68, 0.28));
  border-radius: 999px;
  z-index: -1;
}

h2 {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.25;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.45;
}

.lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.text-link {
  color: var(--primary-dark);
  font-weight: 800;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.hero-points li {
  display: grid;
  gap: 6px;
  min-height: 106px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(220, 233, 229, 0.9);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: var(--text);
  font-weight: 700;
  font-size: 0.92rem;
}

.hero-points strong {
  color: var(--coral);
  font-size: 0.78rem;
  line-height: 1;
}

.hero-points span {
  align-self: end;
}

.hero-visual {
  position: relative;
  min-height: 550px;
  transform: translateY(8px);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 82px 20px 12px 56px;
  background: linear-gradient(135deg, #0d5366 0%, #126b62 52%, #24a88a 100%);
  border-radius: 8px;
  transform: rotate(-3deg);
  box-shadow: 0 34px 90px rgba(10, 63, 74, 0.24);
}

.visual-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.visual-panel-main {
  position: absolute;
  inset: 42px 0 32px 0;
  padding: 24px;
  border-color: rgba(220, 233, 229, 0.9);
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
}

.panel-top span {
  width: 10px;
  height: 10px;
  background: var(--line);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
}

.estimate-card {
  padding: 22px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #0a3f4a 0%, #126b62 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: #fff;
  box-shadow: 0 16px 36px rgba(10, 63, 74, 0.2);
}

.estimate-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.estimate-card strong {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}

.estimate-card span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.meeting-line {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  margin-top: 12px;
  background: rgba(251, 253, 253, 0.9);
  border: 1px solid #e5efec;
  border-radius: var(--radius);
}

.meeting-line.active {
  border-color: rgba(36, 168, 138, 0.52);
  box-shadow: 0 12px 26px rgba(36, 168, 138, 0.16);
}

.meeting-line b {
  color: var(--primary-dark);
}

.meeting-line span {
  color: var(--muted);
}

.visual-panel-side {
  position: absolute;
  right: -18px;
  top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 240px;
  padding: 16px;
}

.visual-panel-side p {
  margin: 0;
  color: var(--primary-dark);
  font-weight: 800;
  line-height: 1.45;
}

.status-dot {
  width: 12px;
  height: 12px;
  background: var(--warm);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(245, 197, 110, 0.2);
  color: transparent;
  font-size: 0;
}

.mini-note {
  position: absolute;
  left: 18px;
  top: 2px;
  bottom: auto;
  display: grid;
  gap: 4px;
  width: 250px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mini-note b {
  color: var(--coral);
  font-size: 0.82rem;
}

.mini-note span {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.risk-meter {
  display: grid;
  gap: 11px;
  margin-top: 18px;
  padding: 16px;
  background: #f6faf8;
  border: 1px solid #e1ece8;
  border-radius: 8px;
}

.risk-meter div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: center;
}

.risk-meter span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.risk-meter b {
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--coral), var(--warm));
  border-radius: 8px;
  color: transparent;
  font-size: 0;
}

.meter-24 {
  width: 24%;
}

.meter-28 {
  width: 28%;
}

.meter-34 {
  width: 34%;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 18px;
}

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

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

.card,
.price-card,
.compare-box {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background: var(--surface);
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.card::before,
.price-card::before,
.compare-box::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--accent), var(--warm));
  border-radius: 8px;
}

.card:hover,
.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 168, 138, 0.34);
  box-shadow: 0 20px 52px rgba(16, 35, 45, 0.12);
}

.band .card,
.band .price-card {
  background: rgba(255, 255, 255, 0.9);
}

.card p,
.price-card p,
.feature p,
.compare li,
.scope-grid p,
.profile-copy p,
.faq-list p {
  margin: 0;
  color: var(--muted);
}

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

.feature {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 24px;
  min-height: 190px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.feature:first-child {
  grid-column: span 2;
  min-height: 160px;
  background: linear-gradient(135deg, #ffffff 0%, #eff9f2 100%);
}

.feature-number {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 8px;
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.split-section p:not(.eyebrow) {
  color: var(--muted);
}

.tag-list,
.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-list span,
.pill-grid span {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--primary-dark);
  font-weight: 800;
}

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

.target-card {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  padding: 20px 18px 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 248, 0.92));
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.target-card::before {
  content: attr(data-label);
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 8px;
  color: var(--coral);
  background: #fff7f4;
  border: 1px solid #f4d7cf;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}

.target-card::after {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--accent), var(--warm));
  border-radius: 50%;
  opacity: 0.12;
}

.target-card h3 {
  margin-bottom: 6px;
  color: var(--ink);
}

.target-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.6;
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.deliverable-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.deliverable-card::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 54px;
  height: 70px;
  background:
    linear-gradient(135deg, transparent 0 14px, rgba(36, 168, 138, 0.16) 14px),
    linear-gradient(#f6faf8, #ffffff);
  border: 1px solid #dce9e5;
  border-radius: 6px;
  opacity: 0.86;
}

.deliverable-card.featured {
  border-color: rgba(36, 168, 138, 0.48);
  background: linear-gradient(135deg, #f2fffb, #ffffff);
}

.deliverable-label {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 0 14px;
  padding: 5px 9px;
  color: var(--coral);
  background: #fff7f4;
  border: 1px solid #f4d7cf;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.deliverable-card h3 {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 64px);
  min-height: 64px;
  margin-bottom: 18px;
  color: var(--ink);
}

.deliverable-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.deliverable-card li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--muted);
  font-weight: 800;
}

.deliverable-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  background: linear-gradient(135deg, var(--accent), var(--warm));
  border-radius: 50%;
}

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

.scene-grid p {
  min-height: 94px;
  margin: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  color: var(--text);
  font-weight: 800;
}

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.compare-box h3 {
  font-size: 1.35rem;
}

.compare-box ul {
  padding-left: 20px;
  margin: 16px 0 0;
}

.compare-box li + li {
  margin-top: 8px;
}

.before {
  border-color: #f0d2cc;
}

.after {
  border-color: #bfe7df;
  background: linear-gradient(135deg, #f5fffc, #ffffff);
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 8px;
  font-weight: 900;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

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

.price-card {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
}

.price-card.highlight {
  grid-column: span 2;
  border-color: rgba(36, 168, 138, 0.46);
  background: linear-gradient(135deg, #f2fffb, #ffffff);
}

.price-label {
  margin: 0 0 10px;
  color: var(--primary);
  font-weight: 900;
}

.price-card h3 {
  min-height: 58px;
  color: var(--primary-dark);
  font-size: 1.35rem;
}

.sample-estimates {
  margin-top: 34px;
}

.sample-heading {
  max-width: 780px;
  margin-bottom: 22px;
}

.sample-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.7rem;
}

.sample-heading p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.sample-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.sample-card.featured {
  border-color: rgba(36, 168, 138, 0.48);
  background: linear-gradient(135deg, #f2fffb, #ffffff);
}

.sample-label {
  width: fit-content;
  margin: 0 0 12px;
  padding: 5px 9px;
  color: var(--coral);
  background: #fff7f4;
  border: 1px solid #f4d7cf;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.sample-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: 1.24rem;
  line-height: 1.45;
}

.sample-case {
  margin: 10px 0 18px;
  color: var(--muted);
}

.sample-breakdown {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.sample-breakdown li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e5efec;
}

.sample-breakdown span,
.sample-breakdown b {
  margin: 0;
}

.sample-breakdown span {
  color: var(--muted);
  font-weight: 800;
}

.sample-breakdown b {
  color: var(--primary-dark);
  font-weight: 900;
  white-space: nowrap;
}

.sample-total {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-top: 18px;
  border-top: 2px solid rgba(18, 107, 98, 0.14);
}

.sample-total span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.sample-total strong {
  color: var(--primary-dark);
  font-size: 1.75rem;
  line-height: 1.2;
}

.sample-note,
.sample-caption {
  color: var(--muted);
  font-size: 0.9rem;
}

.sample-note {
  margin: 10px 0 0;
}

.sample-caption {
  margin: 14px 0 0;
}

.notice {
  margin-top: 18px;
  padding: 18px;
  background: #fff8e8;
  border: 1px solid #f2dcaa;
  border-radius: var(--radius);
}

.notice p,
.line-note,
.annotation {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.check-list,
.muted-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.check-list p,
.muted-list p {
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.check-list p::before {
  content: "✓";
  margin-right: 8px;
  color: var(--accent);
  font-weight: 900;
}

.muted-list p {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}

.muted-list p::before {
  content: "×";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--coral);
  background: #fff7f4;
  border: 1px solid #f4d7cf;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.prep-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.prep-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--warm));
}

.prep-card::after {
  content: attr(data-step);
  position: absolute;
  right: 22px;
  top: 20px;
  color: rgba(0, 109, 99, 0.09);
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
}

.prep-card.featured {
  border-color: rgba(36, 168, 138, 0.48);
  background:
    linear-gradient(135deg, rgba(232, 255, 248, 0.92), #ffffff 72%);
}

.prep-label {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 0 12px;
  padding: 5px 9px;
  color: var(--coral);
  background: #fff7f4;
  border: 1px solid #f4d7cf;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.prep-card h3 {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 68px);
  min-height: 62px;
  margin-bottom: 18px;
  color: var(--ink);
}

.prep-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.prep-card li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 10px 12px;
  background: rgba(247, 251, 250, 0.92);
  border: 1px solid rgba(220, 233, 229, 0.75);
  border-radius: 10px;
  color: var(--muted);
  font-weight: 800;
}

.prep-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background: linear-gradient(135deg, var(--accent), var(--warm));
  border-radius: 50%;
}

.profile {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: center;
}

.profile-photo {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.profile-copy p + p {
  margin-top: 14px;
}

.career-panel {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.career-history,
.career-skills {
  padding: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.career-history h3 {
  margin: 0 0 16px;
  color: var(--ink);
}

.career-history ol {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.career-history li {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  align-items: start;
}

.career-history time {
  color: var(--coral);
  font-size: 0.84rem;
  font-weight: 900;
}

.career-history span {
  color: var(--text);
  font-weight: 800;
  line-height: 1.55;
}

.career-skills ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.career-skills li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5efec;
}

.career-skills li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.career-skills b,
.career-skills span {
  margin: 0;
}

.career-skills b {
  color: var(--primary);
  font-weight: 900;
}

.career-skills span {
  color: var(--muted);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  background: #fff;
  border: 1px solid rgba(220, 233, 229, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--text);
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--primary);
  font-size: 1.2rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  padding: 0 20px 20px;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 28px;
  align-items: center;
  padding: 44px;
  margin-top: 82px;
  margin-bottom: 82px;
  background:
    linear-gradient(135deg, rgba(10, 63, 74, 0.98), rgba(18, 107, 98, 0.98)),
    var(--primary-dark);
  border-radius: var(--radius);
  color: #fff;
  box-shadow: 0 28px 80px rgba(10, 63, 74, 0.22);
}

.final-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.final-cta .eyebrow {
  color: #9be4d6;
}

.final-cta .button {
  background: #fff;
  border-color: #fff;
  color: var(--primary-dark);
  box-shadow: none;
}

.final-cta .line-note {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.site-footer a {
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 1020px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .hero,
  .split-section,
  .profile,
  .scope-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 460px;
  }

  .card-grid.three,
  .scene-grid,
  .feature-list,
  .deliverable-grid,
  .target-grid,
  .prep-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .sample-grid {
    grid-template-columns: 1fr;
  }

  .price-card,
  .price-card.highlight {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    gap: 12px;
  }

  .header-nav {
    display: none;
  }

  .brand {
    font-size: 0.95rem;
  }

  .section,
  .band {
    width: 100%;
    padding: 56px 18px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero::before,
  .hero::after {
    inset: 12px 0 28px;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .lead {
    font-size: 1rem;
  }

  .hero-badge {
    flex-wrap: wrap;
    gap: 8px;
    padding: 6px 14px 6px 8px;
    font-size: 0.82rem;
  }

  .hero-subhead {
    font-size: 1.22rem;
  }

  .hero-subhead br {
    display: none;
  }

  .hero-actions,
  .hero-actions .button,
  .final-cta .button {
    width: 100%;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .hero-points li {
    min-height: auto;
  }

  .hero-visual {
    min-height: 560px;
  }

  .visual-panel-main {
    inset: 26px 0 0 0;
    padding: 16px;
  }

  .visual-panel-side {
    right: 8px;
    width: min(230px, 70vw);
  }

  .mini-note {
    left: 8px;
    top: 0;
    bottom: auto;
    width: min(250px, 78vw);
  }

  .estimate-card strong {
    font-size: 1.55rem;
  }

  .meeting-line {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .card-grid.three,
  .card-grid.two,
  .scene-grid,
  .compare,
  .steps,
  .price-grid,
  .feature-list,
  .deliverable-grid,
  .target-grid,
  .prep-grid,
  .sample-grid,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .deliverable-card h3 {
    min-height: auto;
  }

  .prep-card h3 {
    min-height: auto;
  }

  .sample-breakdown li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .sample-breakdown b {
    white-space: normal;
  }

  .feature,
  .steps li {
    grid-template-columns: 1fr;
  }

  .feature:first-child {
    grid-column: auto;
  }

  .price-card h3 {
    min-height: auto;
  }

  .profile-photo {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }

  .career-history li,
  .career-skills li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .final-cta {
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 28px 20px;
  }

  .site-footer {
    flex-direction: column;
  }
}
