/* ==========================================================================
   Design tokens
   ========================================================================== */

:root {
  --ink: #161412;
  --ink-soft: #24211e;
  --paper: #eef4fb;
  --paper-deep: #dbe8f7;
  --white: #fffdf9;
  --muted: #9e978f;
  --orange: #ff9f1c;
  --orange-dark: #a84f00;
  --electric: #00aaff;
  --navy: #050b20;
  --brand-hero-bg: url("網站素材/品牌主色_高端簡約大底圖_v1.png");
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 20px 55px rgba(24, 17, 10, 0.14);
  --radius: 24px;
  --shell: min(1160px, calc(100% - 40px));
}

/* 創業資源盤點 */
.inventory-hero {
  padding: 85px 0;
  color: white;
  background: radial-gradient(circle at 80% 22%, rgba(255, 159, 28, 0.2), transparent 25%), linear-gradient(135deg, #030719, #0c2858);
}
.inventory-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 70px; align-items: center; }
.inventory-hero h1 { margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1.16; letter-spacing: -0.05em; }
.inventory-hero p:not(.eyebrow) { max-width: 680px; color: #bdcce0; font-size: 17px; }
.inventory-info { padding: 29px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 23px; background: rgba(255, 255, 255, 0.06); }
.inventory-info strong { color: #ffc14d; }
.inventory-info ul { margin: 14px 0 0; padding-left: 20px; color: #d1dce9; }
.inventory-section { background: #e6eef7; }
.inventory-layout { max-width: 900px; }
.inventory-guide { margin-bottom: 30px; }
.inventory-guide h2 { font-size: 37px; }
.inventory-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.inventory-legend span { padding: 15px; border-radius: 13px; background: white; color: #667483; font-size: 12px; }
.inventory-legend strong { display: block; margin: 5px 0 2px; color: #243140; }
.inventory-legend i { width: 13px; height: 13px; display: block; border-radius: 50%; }
.ready-dot { background: #18a56f; }
.build-dot { background: #ffab2e; }
.outsource-dot { background: #718296; }
.inventory-form { display: grid; gap: 16px; }
.inventory-category, .inventory-decisions { padding: 27px; border: 1px solid #d1ddea; border-radius: 20px; background: white; box-shadow: 0 12px 30px rgba(18, 43, 70, 0.05); }
.inventory-category > div:first-child { display: flex; align-items: center; gap: 12px; }
.inventory-category > div:first-child span { color: var(--orange); font-size: 21px; font-weight: 900; }
.inventory-category h3, .inventory-decisions h3 { margin: 0; font-size: 22px; }
.inventory-category > p { margin: 5px 0 14px; color: #6a7887; font-size: 13px; }
.inventory-category textarea, .inventory-decisions textarea { width: 100%; padding: 13px 14px; border: 1px solid #cbd7e4; border-radius: 11px; background: #f7fafc; outline: 0; font: inherit; }
.inventory-category textarea:focus, .inventory-decisions textarea:focus { border-color: var(--electric); box-shadow: 0 0 0 3px rgba(0, 170, 255, 0.11); }
.resource-status { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 13px; }
.resource-status label { cursor: pointer; }
.resource-status input { position: absolute; opacity: 0; pointer-events: none; }
.resource-status span { min-height: 45px; display: grid; place-items: center; padding: 5px; border: 1px solid #cbd7e4; border-radius: 10px; color: #647384; background: #f6f9fc; font-size: 12px; font-weight: 900; text-align: center; }
.resource-status input:checked + span { color: white; border-color: #0a5f9f; background: #0a5f9f; box-shadow: 0 0 0 3px rgba(0, 95, 159, 0.12); }
.inventory-decisions { display: grid; gap: 17px; }
.inventory-decisions label { font-size: 14px; font-weight: 900; }
.inventory-decisions textarea { display: block; margin-top: 7px; font-weight: 400; }
.inventory-submit { width: 100%; }
.inventory-result { margin-top: 35px; padding: 35px; border-radius: 25px; background: white; box-shadow: 0 22px 58px rgba(18, 43, 70, 0.13); }
.inventory-result-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid #dbe4ed; }
.inventory-result-heading h2 { margin: 0; font-size: 34px; }
.inventory-score { min-width: 125px; padding: 15px; border-radius: 15px; text-align: center; color: white; background: #071b3e; }
.inventory-score strong, .inventory-score span { display: block; }
.inventory-score strong { color: #ffc14d; font-size: 35px; }
.inventory-score span { font-size: 11px; }
.inventory-summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 25px 0; }
.inventory-summary-grid article { padding: 19px; border-radius: 14px; background: #edf3f9; }
.inventory-summary-grid article > span { font-size: 12px; font-weight: 900; }
.inventory-ready > span { color: #11865b; }
.inventory-build > span { color: #c56d00; }
.inventory-outsource > span { color: #65778c; }
.inventory-summary-grid ul { margin: 10px 0 0; padding-left: 18px; color: #596878; font-size: 13px; }
.inventory-focus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.inventory-focus-grid article { padding: 22px; border: 1px solid #d7e1eb; border-radius: 15px; }
.inventory-focus-grid span { color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.inventory-focus-grid h3 { margin: 6px 0; }
.inventory-focus-grid p { margin: 0; color: #5e6c7a; font-size: 13px; }
.inventory-result pre { max-height: 520px; overflow: auto; margin: 25px 0; padding: 22px; border-radius: 15px; white-space: pre-wrap; color: #dce8f7; background: #071127; font: 13px/1.75 inherit; }

@media (max-width: 900px) {
  .inventory-hero-grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 600px) {
  .inventory-legend, .inventory-summary-grid, .inventory-focus-grid { grid-template-columns: 1fr; }
  .inventory-category, .inventory-decisions, .inventory-result { padding: 22px; }
  .inventory-result-heading { align-items: flex-start; flex-direction: column; }
  .resource-status { grid-template-columns: 1fr; }
}

@media print {
  .inventory-hero, .inventory-guide, .inventory-form, .inventory-result .result-actions, .site-header, .topbar, .site-footer { display: none !important; }
  .inventory-section { padding: 0; background: white; }
  .inventory-result { display: block !important; margin: 0; padding: 0; box-shadow: none; }
}

/* 第一個商品規劃 */
.product-hero {
  padding: 85px 0; color: white;
  background: radial-gradient(circle at 80% 22%, rgba(255,159,28,.22), transparent 25%), linear-gradient(135deg, #030719, #0c2858);
}
.product-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.product-hero h1 { margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1.16; letter-spacing: -.05em; }
.product-hero p:not(.eyebrow) { max-width: 680px; color: #bdcce0; font-size: 17px; }
.product-info { padding: 29px; border: 1px solid rgba(255,255,255,.15); border-radius: 23px; background: rgba(255,255,255,.06); }
.product-info strong { color: #ffc14d; }
.product-info ul { margin: 14px 0 0; padding-left: 20px; color: #d1dce9; }
.product-section { background: #e6eef7; }
.product-layout { max-width: 900px; }
.product-guide { margin-bottom: 32px; }
.product-guide h2 { font-size: 37px; }
.product-guide > p:last-child { color: #677585; }
.product-form { display: grid; gap: 20px; }
.product-form fieldset { margin: 0; padding: 30px; border: 1px solid #d1ddea; border-radius: 21px; background: white; box-shadow: 0 13px 32px rgba(18,43,70,.06); }
.product-form legend { padding: 0 12px; font-size: 22px; font-weight: 900; }
.product-form legend span { margin-right: 9px; color: var(--orange); }
.product-form label { display: block; margin-top: 17px; color: #28313b; font-size: 14px; font-weight: 900; }
.product-form input, .product-form textarea {
  width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbd7e4; border-radius: 11px; background: #f7fafc; outline: 0; font: inherit; font-weight: 400;
}
.product-form input:focus, .product-form textarea:focus { border-color: var(--electric); box-shadow: 0 0 0 3px rgba(0,170,255,.11); }
.input-suffix { position: relative; }
.input-suffix input { padding-right: 45px; }
.input-suffix span { position: absolute; right: 16px; top: 20px; color: #69798a; }
.price-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.price-preview > div { padding: 19px; border-radius: 14px; background: #071b3e; color: white; }
.price-preview span, .price-preview strong { display: block; }
.price-preview span { color: #9fb0c8; font-size: 11px; }
.price-preview strong { margin-top: 3px; color: #ffc14d; font-size: 25px; }
.pricing-disclaimer { margin: 12px 0 0; color: #778493; font-size: 11px; }
.product-submit { width: 100%; }
.product-result { margin-top: 35px; padding: 35px; border-radius: 25px; background: white; box-shadow: 0 22px 58px rgba(18,43,70,.13); }
.product-result-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #dbe4ed; }
.product-result-heading h2 { margin: 0; font-size: 34px; }
.product-result-price { min-width: 170px; padding: 14px; border-radius: 14px; text-align: center; color: white; background: #071b3e; }
.product-result-price span, .product-result-price strong { display: block; }
.product-result-price span { color: #9fb0c8; font-size: 11px; }
.product-result-price strong { color: #ffc14d; font-size: 27px; }
.product-result .positioning-statement { margin-top: 24px; }
.product-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 22px 0; }
.product-result-grid article { padding: 18px; border-radius: 13px; background: #edf3f9; }
.product-result-grid span { color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.product-result-grid p { margin: 7px 0 0; color: #596878; font-size: 13px; }
.product-result pre { max-height: 620px; overflow: auto; padding: 22px; border-radius: 15px; white-space: pre-wrap; color: #dce8f7; background: #071127; font: 13px/1.75 inherit; }

@media (max-width: 900px) {
  .product-hero-grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 600px) {
  .product-form fieldset, .product-result { padding: 22px; }
  .price-preview, .product-result-grid { grid-template-columns: 1fr; }
  .product-result-heading { align-items: flex-start; flex-direction: column; }
}

@media print {
  .product-hero, .product-guide, .product-form, .product-result .result-actions, .site-header, .topbar, .site-footer { display: none !important; }
  .product-section { padding: 0; background: white; }
  .product-result { display: block !important; margin: 0; padding: 0; box-shadow: none; }
}

/* 免費創業工具中心 */
.tools-hero {
  padding: 88px 0; color: white;
  background: radial-gradient(circle at 80% 22%, rgba(255,159,28,.22), transparent 25%), linear-gradient(135deg, #030719, #0c2858);
}
.tools-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.tools-hero h1 { margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1.16; letter-spacing: -.05em; }
.tools-hero p:not(.eyebrow) { max-width: 680px; color: #bdcce0; font-size: 17px; }
.tools-path { padding: 29px; border: 1px solid rgba(255,255,255,.15); border-radius: 23px; background: rgba(255,255,255,.06); }
.tools-path > strong { color: #ffc14d; }
.tools-path ol { margin: 18px 0; padding: 0; list-style: none; }
.tools-path li { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.tools-path li span { color: #69c7ff; font-weight: 900; }
.tools-path small { color: #91a4bd; }
.tools-section { background: #e6eef7; }
.tool-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.tool-card-grid article { position: relative; padding: 30px; border: 1px solid #d2deea; border-radius: 22px; background: white; box-shadow: 0 15px 40px rgba(18,43,70,.07); }
.tool-card-grid .featured-tool { color: white; border-color: #167fca; background: linear-gradient(150deg, #12346c, #061127); }
.tool-number { color: var(--orange); font-size: 28px; font-weight: 900; }
.tool-time { margin: 25px 0 3px; color: #788696; font-size: 11px; font-weight: 900; }
.featured-tool .tool-time { color: #93a7c0; }
.tool-card-grid h3 { margin: 0; font-size: 25px; }
.tool-card-grid article > p:not(.tool-time) { min-height: 80px; color: #647283; }
.featured-tool > p:not(.tool-time) { color: #aebdd1; }
.tool-card-grid ul { min-height: 105px; margin: 20px 0; padding: 18px 0 0; border-top: 1px solid #dce4ed; list-style: none; }
.featured-tool ul { border-color: rgba(255,255,255,.13); }
.tool-card-grid li { padding: 4px 0; color: #5b6979; font-size: 13px; }
.featured-tool li { color: #d0dae7; }
.tool-card-grid li::before { content: "✓"; margin-right: 8px; color: var(--orange); font-weight: 900; }
.tool-card-grid .button { width: 100%; }
.tool-outcome-section { padding: 90px 0; color: white; background: #071127; }
.tool-outcome-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.tool-outcome-list { border-top: 1px solid rgba(255,255,255,.15); }
.tool-outcome-list article { display: grid; grid-template-columns: 65px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.tool-outcome-list strong { color: var(--orange); }
.tool-outcome-list span { color: #d3dce8; font-weight: 900; }
.tool-access-section { background: #ece4d8; }
.tool-access-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }
.tool-access-grid > div:first-child { position: sticky; top: 110px; }
.tool-access-grid h2 { font-size: 42px; }
.tool-access-grid > div:first-child > p:not(.section-kicker) { color: #6d665d; }
.tool-access-form { padding: 32px; border: 1px solid #d8ccbc; border-radius: 23px; background: white; box-shadow: 0 17px 42px rgba(48,36,21,.08); }
.tool-access-form label { display: block; margin-bottom: 19px; font-size: 14px; font-weight: 900; }
.tool-access-form input:not([type="checkbox"]), .tool-access-form textarea, .tool-access-form select { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d4c9bb; border-radius: 11px; background: #faf7f2; outline: 0; font: inherit; font-weight: 400; }
.tool-access-form input:focus, .tool-access-form textarea:focus, .tool-access-form select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,159,28,.12); }
.tool-access-result { grid-column: 1 / -1; }
.tool-path-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 24px 0; }
.tool-path-cards article { padding: 18px; border: 1px solid #d7e1eb; border-radius: 14px; }
.tool-path-cards span { color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.tool-path-cards h3 { margin: 6px 0; font-size: 17px; }
.tool-path-cards p { margin: 0; color: #657383; font-size: 12px; }
.tool-path-cards a { display: inline-block; margin-top: 10px; color: #0b68b4; font-size: 12px; font-weight: 900; }
.tool-follow-up { margin: 22px 0; padding: 24px; border-radius: 16px; color: white; background: #071b3e; }
.tool-follow-up > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.tool-follow-up h3 { margin: 6px 0; font-size: 23px; }
.tool-follow-up p { color: #aebdd1; }

@media (max-width: 900px) {
  .tools-hero-grid, .tool-outcome-grid, .tool-access-grid { grid-template-columns: 1fr; gap: 38px; }
  .tool-card-grid { grid-template-columns: 1fr 1fr; }
  .tool-access-grid > div:first-child { position: static; }
}

@media (max-width: 600px) {
  .tool-card-grid, .tool-path-cards { grid-template-columns: 1fr; }
  .tool-card-grid article > p:not(.tool-time), .tool-card-grid ul { min-height: 0; }
  .tool-access-form { padding: 22px; }
}

/* ==========================================================================
   Base
   ========================================================================== */

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  line-height: 1.7;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
/* Layout helpers */

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

/* ==========================================================================
   Shared header and navigation
   ========================================================================== */

.topbar {
  background: #211d1a;
  color: #bdb7b0;
  font-size: 12px;
}
.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar a {
  color: #efe7dc;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(12, 11, 10, 0.94);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 142px;
  height: 58px;
  flex: 0 0 142px;
  border-radius: 0;
  overflow: visible;
  background: url("logo-transparent.png") center / contain no-repeat;
  color: transparent;
  display: block;
  font-size: 0;
  font-weight: 900;
  line-height: 0;
  border: 0;
  box-shadow: none;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.site-header .brand-mark {
  width: 150px;
  height: 75px;
  flex-basis: 150px;
}
.brand-mark {
  letter-spacing: 0;
}
.brand strong,
.brand small {
  display: none;
}
.brand strong {
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.brand small {
  margin-top: 3px;
  color: #938d86;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-links a,
.nav-trigger {
  padding: 10px 13px;
  border-radius: 999px;
  color: #ded8d1;
  font-weight: 700;
  font-size: 14px;
}
.nav-links a:hover,
.nav-links a:focus-visible,
.nav-trigger:hover,
.nav-trigger:focus-visible,
.nav-trigger[aria-expanded="true"] {
  color: white;
  background: rgba(255, 255, 255, 0.08);
}
.nav-links > a:last-child,
.nav-links > .nav-cta {
  margin-left: 5px;
  background: var(--orange);
  color: #081126;
}
.nav-group {
  position: relative;
}
.nav-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}
.nav-trigger::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}
.nav-trigger[aria-expanded="true"]::after,
.nav-group:hover .nav-trigger::after {
  transform: translateY(2px) rotate(225deg);
}
.submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 30;
  min-width: 230px;
  padding: 8px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #191715;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}
.nav-group:hover > .submenu,
.nav-group.is-open > .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.submenu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 10px;
  content: "";
}
.submenu a {
  display: block;
  padding: 11px 12px;
  border-radius: 6px;
  white-space: nowrap;
}
.submenu a:hover,
.submenu a:focus-visible {
  background: rgba(255, 159, 28, 0.14);
  color: #ffc36b;
}
.menu-toggle {
  display: none;
  color: white;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 14px;
}

/* ==========================================================================
   Homepage
   ========================================================================== */

.hero {
  min-height: 520px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}
.hero-image {
  position: absolute;
  inset: 0;
  background-image: url("網站素材/夢想成真_首頁Banner_v5_專業商務_1280x520.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 7, 25, 0.98) 0%,
      rgba(3, 7, 25, 0.91) 36%,
      rgba(3, 7, 25, 0.44) 58%,
      rgba(3, 7, 25, 0.03) 78%
    ),
    linear-gradient(0deg, rgba(2, 6, 22, 0.34), rgba(2, 6, 22, 0.04));
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-block: 60px;
}
.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero :is(.eyebrow, .section-kicker),
:is(
  .inventory-hero,
  .product-hero,
  .tools-hero,
  .diagnosis-hero,
  .questionnaire-hero,
  .quote-hero,
  .booking-hero,
  .program-hero,
  .pricing-hero,
  .workshop-hero,
  .readiness-hero,
  .deliverable-section,
  .workshop-agenda-section,
  .creative-pricing-section,
  .tool-outcome-section,
  .boundary-section,
  .pricing-cta-section,
  .subscribe-section
) :is(.eyebrow, .section-kicker) {
  color: var(--orange);
}
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(45px, 6vw, 76px);
  line-height: 1.13;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.hero-copy {
  max-width: 600px;
  margin: 24px 0 30px;
  color: #c9ddf4;
  font-size: 18px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
/* Shared buttons */

.button {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #081126;
  background: linear-gradient(180deg, #ffc14d, var(--orange));
  border: 1px solid #ffd780;
  box-shadow:
    0 0 0 2px rgba(255, 159, 28, 0.15),
    0 12px 30px rgba(255, 159, 28, 0.28);
}
.button-primary:hover {
  background: #ff8a34;
}
.button-dark {
  color: white;
  background: rgba(4, 14, 42, 0.9);
  border: 1px solid rgba(0, 170, 255, 0.58);
  box-shadow: inset 0 0 18px rgba(0, 170, 255, 0.08);
}
.button-outline {
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(22, 20, 18, 0.25);
}
.hero-points {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  color: #9db6d4;
  font-size: 13px;
}
.hero-points li::before {
  content: "●";
  margin-right: 8px;
  color: var(--orange);
}

.section {
  padding: 100px 0;
}
.section h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.28;
  letter-spacing: -0.04em;
}
.section-light {
  background: var(--paper);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: end;
}
.about-copy {
  color: #5e5851;
  font-size: 17px;
}
.about-copy p {
  margin: 0 0 16px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 55px;
}
.value-card {
  min-height: 230px;
  padding: 30px;
  background: var(--white);
  border: 1px solid #e5ddd2;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.value-card span,
.service-number {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.value-card h3 {
  margin: 42px 0 8px;
  font-size: 29px;
}
.value-card p {
  margin: 0;
  color: #6d665f;
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(0, 170, 255, 0.12),
      transparent 32%
    ),
    linear-gradient(145deg, #050b20, #0a1738);
}
.split-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
}
.split-heading > p {
  max-width: 440px;
  color: #a8a29b;
  margin: 0;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}
.service-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 20, 50, 0.9);
  overflow: hidden;
}
.service-card.featured {
  background: linear-gradient(150deg, #12295b, #07122e 66%);
  border-color: rgba(0, 170, 255, 0.45);
}
.service-card.featured::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  right: -110px;
  top: -100px;
  background: rgba(255, 122, 26, 0.15);
}
.service-label {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 999px;
  color: #ffb27c;
  background: rgba(255, 122, 26, 0.11);
  font-size: 11px;
  font-weight: 900;
}
.service-card h3 {
  margin: 12px 0 12px;
  font-size: 28px;
}
.service-card > p:not(.service-number) {
  color: #aaa49d;
  min-height: 86px;
}
.service-card ul {
  list-style: none;
  padding: 22px 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.service-card li {
  padding: 6px 0;
  color: #ddd6ce;
}
.service-card li::before {
  content: "✓";
  color: var(--orange);
  margin-right: 10px;
  font-weight: 900;
}
.service-card > a {
  color: white;
  font-weight: 900;
}
.service-card > a span {
  color: var(--orange);
  margin-left: 5px;
}

.section-paper {
  background: #ece4d8;
}
.section-heading > p:last-child {
  max-width: 600px;
  color: #6f685f;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 48px;
}
.process-grid article {
  min-height: 250px;
  padding: 26px 22px;
  background: var(--white);
  border: 1px solid #ded4c6;
  position: relative;
  box-shadow: 0 10px 30px rgba(45, 34, 22, 0.06);
}
.process-grid article:first-child {
  border-radius: 22px 0 0 22px;
}
.process-grid article:last-child {
  border-radius: 0 22px 22px 0;
}
.process-grid span {
  color: var(--orange);
  font-weight: 900;
  font-size: 25px;
}
.process-grid h3 {
  margin: 54px 0 10px;
  font-size: 22px;
}
.process-grid p {
  color: #716960;
  font-size: 14px;
}

.channel-section {
  color: white;
  background:
    radial-gradient(
      circle at 85% 30%,
      rgba(0, 170, 255, 0.23),
      transparent 28%
    ),
    radial-gradient(
      circle at 15% 70%,
      rgba(255, 159, 28, 0.12),
      transparent 25%
    ),
    linear-gradient(120deg, #030719, #0a1738);
}
.channel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.channel-copy > p:not(.section-kicker) {
  color: #bab3ab;
  margin: 25px 0 30px;
}
.channel-cards {
  display: grid;
  gap: 12px;
}
.channel-cards article {
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  transition: 0.2s ease;
}
.channel-cards article:hover {
  transform: translateX(-5px);
  border-color: rgba(255, 122, 26, 0.4);
}
.channel-cards span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}
.channel-cards h3 {
  margin: 4px 0;
  font-size: 22px;
}
.channel-cards p {
  margin: 0;
  color: #a9a29b;
  font-size: 14px;
}

.apply-section {
  background: var(--paper);
}
.apply-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}
.apply-intro {
  position: sticky;
  top: 120px;
}
.apply-intro > p:not(.section-kicker) {
  color: #686159;
}
.contact-note {
  margin-top: 30px;
  padding: 20px;
  border-left: 4px solid var(--orange);
  background: #ebe2d6;
}
.contact-note p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #70675e;
}
.apply-form {
  padding: 34px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid #e3d9cc;
  box-shadow: var(--shadow);
}
.apply-form label {
  display: block;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 14px;
}
.apply-form input,
.apply-form textarea,
.apply-form select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #d9cfc2;
  border-radius: 12px;
  color: var(--ink);
  background: #faf7f2;
  outline: none;
  font-weight: 400;
}
.apply-form input:focus,
.apply-form textarea:focus,
.apply-form select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.12);
}
.form-button {
  width: 100%;
}
.form-result {
  margin-top: 25px;
  padding: 22px;
  border-radius: 16px;
  background: #f0e8dd;
}
.form-result pre {
  white-space: pre-wrap;
  font-family: inherit;
  font-size: 14px;
}
#copy-status {
  margin-left: 10px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
}

.subscribe-section {
  padding: 60px 0;
  color: white;
  background: linear-gradient(105deg, #07132f, #0a4b8d);
  border-top: 1px solid rgba(0, 170, 255, 0.55);
}
.subscribe-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.subscribe-section .section-kicker {
  color: #ffd2b5;
}
.subscribe-section h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.3;
}
.subscribe-form {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 5px;
  border-radius: 999px;
  background: white;
}
.subscribe-form input {
  min-width: 0;
  padding: 12px 16px;
  border: 0;
  outline: 0;
  background: transparent;
}
.subscribe-form button {
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--ink);
  font-weight: 900;
  cursor: pointer;
}
.subscribe-status {
  grid-column: 2;
  margin: -30px 10px 0;
  font-size: 12px;
  color: #ffe3d1;
}

/* ==========================================================================
   Shared footer
   ========================================================================== */

.site-footer {
  padding: 46px 0 20px;
  color: #aaa39b;
  background: #11100f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) minmax(280px, 1fr) minmax(150px, 0.65fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-grid > div:first-child p {
  max-width: 320px;
  margin: 14px 0 0;
  line-height: 1.7;
}
.footer-grid > div:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 8px;
}
.footer-grid > div:nth-child(2) > strong {
  grid-column: 1 / -1;
}
.footer-grid strong {
  color: white;
  margin-bottom: 4px;
  font-size: 15px;
}
.footer-grid a:not(.brand) {
  font-size: 14px;
  line-height: 1.5;
  transition: color 160ms ease;
}
.footer-grid a:not(.brand):hover,
.footer-grid a:not(.brand):focus-visible {
  color: white;
}
.footer-brand {
  color: white;
}
.footer-bottom {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}
.floating-cta {
  position: fixed;
  z-index: 18;
  right: 24px;
  bottom: 24px;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 22px;
  color: #081126;
  background: linear-gradient(180deg, #ffc14d, var(--orange));
  border: 1px solid #ffe29a;
  box-shadow:
    0 0 0 3px rgba(0, 170, 255, 0.2),
    0 16px 35px rgba(0, 170, 255, 0.28);
  font-weight: 900;
  line-height: 1.25;
}

/* 90 分鐘創業診斷銷售頁 */
.diagnosis-hero {
  padding: 92px 0;
  color: white;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 22%,
      rgba(255, 159, 28, 0.24),
      transparent 26%
    ),
    radial-gradient(
      circle at 16% 82%,
      rgba(0, 170, 255, 0.19),
      transparent 29%
    ),
    linear-gradient(135deg, #030719 0%, #081633 58%, #10234b 100%);
}
.diagnosis-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}
.diagnosis-hero h1 {
  margin: 0;
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1.14;
  letter-spacing: -0.05em;
}
.diagnosis-hero h1 em {
  color: var(--orange);
  font-style: normal;
}
.diagnosis-lead {
  max-width: 650px;
  margin: 26px 0 30px;
  color: #bfd0e5;
  font-size: 18px;
}
.diagnosis-offer {
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: linear-gradient(
    150deg,
    rgba(19, 42, 88, 0.94),
    rgba(5, 12, 31, 0.97)
  );
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35),
    inset 0 0 35px rgba(0, 170, 255, 0.07);
}
.offer-label {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.diagnosis-offer h2 {
  margin: 12px 0 24px;
  font-size: 42px;
  line-height: 1.2;
}
.offer-price {
  padding: 20px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}
.offer-price small,
.offer-price span {
  display: block;
  color: #9fb0c8;
  font-size: 12px;
}
.offer-price strong {
  display: block;
  margin: 4px 0;
  color: #ffc14d;
  font-size: 35px;
}
.diagnosis-offer ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.diagnosis-offer li {
  padding: 7px 0;
  color: #dce6f2;
}
.diagnosis-offer li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--orange);
  font-weight: 900;
}
.problem-strip {
  padding: 25px 0;
  color: #d7e0ed;
  background: #071127;
  border-block: 1px solid rgba(0, 170, 255, 0.2);
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.problem-grid p {
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid var(--orange);
  font-size: 13px;
  font-weight: 700;
}
.sales-heading {
  max-width: 780px;
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 52px;
}
.outcome-grid article {
  min-height: 270px;
  padding: 28px;
  border: 1px solid #d7e2ef;
  border-radius: 22px;
  background: white;
  box-shadow: 0 16px 38px rgba(18, 43, 70, 0.08);
}
.outcome-grid span {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.12em;
}
.outcome-grid h3 {
  margin: 58px 0 8px;
  font-size: 25px;
}
.outcome-grid p {
  margin: 0;
  color: #657180;
  font-size: 14px;
}
.fit-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
}
.fit-intro {
  max-width: 480px;
  color: #aab6c7;
}
.fit-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.fit-lists article {
  padding: 30px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}
.fit-lists h3 {
  margin: 0 0 18px;
  font-size: 21px;
}
.fit-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fit-lists li {
  padding: 9px 0;
  color: #c5cfdd;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fit-lists li::before {
  margin-right: 9px;
  font-weight: 900;
}
.fit-yes li::before {
  content: "✓";
  color: var(--orange);
}
.fit-no li::before {
  content: "—";
  color: #76869c;
}
.diagnosis-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
}
.diagnosis-flow article {
  min-height: 250px;
  padding: 28px;
  background: white;
  border: 1px solid #ddd3c6;
}
.diagnosis-flow article:first-child {
  border-radius: 22px 0 0 22px;
}
.diagnosis-flow article:last-child {
  border-radius: 0 22px 22px 0;
}
.diagnosis-flow span {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.diagnosis-flow h3 {
  margin: 62px 0 8px;
  font-size: 23px;
}
.diagnosis-flow p {
  margin: 0;
  color: #6c665e;
  font-size: 14px;
}
.deliverable-section {
  color: white;
  background:
    linear-gradient(
      115deg,
      rgba(3, 7, 25, 0.98) 0%,
      rgba(5, 18, 48, 0.92) 48%,
      rgba(3, 7, 25, 0.84) 100%
    ),
    var(--brand-hero-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.deliverable-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.deliverable-grid h2 {
  color: white;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
}
.deliverable-list {
  padding: 10px 30px;
  border: 1px solid rgba(127, 208, 255, 0.2);
  border-radius: 20px;
  background: rgba(4, 13, 36, 0.78);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}
.deliverable-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.deliverable-list article:last-child {
  border-bottom: 0;
}
.deliverable-list strong {
  color: var(--orange);
}
.deliverable-list span {
  color: #dce8f7;
  font-weight: 700;
}
.faq-section {
  background: var(--paper);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 80px;
}
.faq-list {
  border-top: 1px solid #cbd7e4;
}
.faq-list details {
  padding: 22px 0;
  border-bottom: 1px solid #cbd7e4;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 17px;
}
.faq-list p {
  margin: 12px 0 0;
  color: #657180;
}
.booking-section {
  padding: 90px 0;
  background: #ece4d8;
}
.booking-card {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 60px;
  align-items: center;
  padding: 50px;
  border-radius: 28px;
  color: white;
  background: linear-gradient(130deg, #071127, #102a5b);
  box-shadow: 0 24px 70px rgba(15, 27, 49, 0.22);
}
.booking-card h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.26;
  letter-spacing: -0.04em;
}
.booking-card p:not(.section-kicker) {
  color: #aebbd0;
}
.booking-action {
  display: grid;
  gap: 9px;
  text-align: center;
}
.booking-action > span,
.booking-action small {
  color: #aebbd0;
  font-size: 12px;
}
.booking-action > strong {
  color: #ffc14d;
  font-size: 38px;
}

/* 創業診斷會前問卷 */
.header-action {
  min-height: 42px;
  padding-inline: 19px;
  font-size: 13px;
}
.questionnaire-hero {
  padding: 80px 0;
  color: white;
  background:
    radial-gradient(
      circle at 78% 30%,
      rgba(255, 159, 28, 0.18),
      transparent 25%
    ),
    linear-gradient(135deg, #030719, #0c2048);
}
.questionnaire-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: center;
}
.questionnaire-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.18;
  letter-spacing: -0.05em;
}
.questionnaire-hero p:not(.eyebrow) {
  max-width: 680px;
  color: #b9c8dc;
  font-size: 17px;
}
.questionnaire-hero aside {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}
.questionnaire-hero aside strong {
  color: #ffc14d;
}
.questionnaire-hero aside ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: #d0d9e6;
  font-size: 14px;
}
.questionnaire-section {
  background: var(--paper);
}
.questionnaire-layout {
  max-width: 900px;
}
.questionnaire-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 25px;
}
.questionnaire-progress span {
  padding: 11px 8px;
  border-radius: 10px;
  text-align: center;
  color: #586779;
  background: #dce7f3;
  font-size: 11px;
  font-weight: 900;
}
.questionnaire-form {
  display: grid;
  gap: 22px;
}
.questionnaire-form fieldset {
  margin: 0;
  padding: 32px;
  border: 1px solid #d6e0eb;
  border-radius: 22px;
  background: white;
  box-shadow: 0 12px 32px rgba(18, 43, 70, 0.06);
}
.questionnaire-form legend {
  padding: 0 12px;
  font-size: 22px;
  font-weight: 900;
}
.questionnaire-form legend span {
  margin-right: 9px;
  color: var(--orange);
}
.questionnaire-form label {
  display: block;
  margin-top: 18px;
  color: #28313b;
  font-size: 14px;
  font-weight: 900;
}
.questionnaire-form input:not([type="checkbox"]),
.questionnaire-form textarea,
.questionnaire-form select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #cbd7e4;
  border-radius: 12px;
  color: var(--ink);
  background: #f7fafc;
  outline: none;
  font-weight: 400;
}
.questionnaire-form input:focus,
.questionnaire-form textarea:focus,
.questionnaire-form select:focus {
  border-color: var(--electric);
  box-shadow: 0 0 0 3px rgba(0, 170, 255, 0.11);
}
.field-grid {
  display: grid;
  gap: 18px;
}
.two-columns {
  grid-template-columns: 1fr 1fr;
}
.consent-field {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
  margin: 0 !important;
  padding: 18px;
  border-radius: 14px;
  background: #dfe9f4;
}
.consent-field input {
  margin-top: 5px;
}
.questionnaire-submit {
  width: 100%;
}
.questionnaire-result {
  margin-top: 32px;
  padding: 34px;
  border: 1px solid rgba(0, 170, 255, 0.25);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow);
}
.questionnaire-result h2 {
  margin: 0;
  font-size: 34px;
}
.questionnaire-result pre {
  max-height: 620px;
  overflow: auto;
  margin: 25px 0;
  padding: 24px;
  border-radius: 16px;
  white-space: pre-wrap;
  color: #dce8f7;
  background: #071127;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.8;
}
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.questionnaire-status {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
}
.compact-footer {
  padding-top: 10px;
}

/* 品牌與多媒體設計詢價 */
.quote-hero {
  padding: 82px 0;
  color: white;
  background:
    radial-gradient(
      circle at 82% 24%,
      rgba(255, 159, 28, 0.18),
      transparent 24%
    ),
    linear-gradient(135deg, #030719, #0c2858);
}
.quote-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}
.quote-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}
.quote-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 20px 0 28px;
  color: #bdcce0;
  font-size: 17px;
}
.quote-info {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}
.quote-info strong {
  color: #ffc14d;
}
.quote-info ul {
  margin: 14px 0 18px;
  padding-left: 20px;
  color: #d0d9e6;
  font-size: 14px;
}
.quote-info a {
  color: #7fd0ff;
  font-size: 13px;
  font-weight: 900;
}
.quote-notice {
  color: #dce7f4;
  background: #0b234b;
}
.quote-notice .shell {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote-notice strong {
  color: #ffc14d;
}
.quote-notice span {
  font-size: 14px;
}
.quote-section {
  padding-block: 96px;
  background: #e7eef6;
}
.quote-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}
.quote-side {
  position: sticky;
  top: 118px;
  padding: 6px 0 6px 22px;
  border-left: 3px solid var(--orange);
}
.quote-side h2 {
  margin: 0 0 14px;
  font-size: 35px;
  line-height: 1.25;
}
.quote-side > p:not(.section-kicker) {
  margin: 0 0 24px;
  color: #657383;
  font-size: 14px;
}
.quote-side a {
  display: block;
  padding: 11px 0;
  border-top: 1px solid #cbd7e4;
  color: #0b5f9e;
  font-size: 13px;
  font-weight: 900;
}
.quote-side a:last-child {
  border-bottom: 1px solid #cbd7e4;
}
.quote-form {
  min-width: 0;
  display: grid;
  gap: 22px;
}
.quote-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 30px;
  display: grid;
  gap: 22px;
  border: 1px solid #d1ddea;
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px rgba(18, 43, 70, 0.06);
}
.quote-form fieldset[hidden] {
  display: none;
}
.quote-form legend {
  padding: 0 10px;
  color: #1e2a36;
  font-size: 20px;
  font-weight: 900;
}
.quote-form legend span {
  margin-right: 9px;
  color: var(--orange-dark);
}
.quote-form label {
  min-width: 0;
  display: grid;
  gap: 8px;
  color: #28313b;
  font-size: 14px;
  font-weight: 900;
}
.quote-form input:not([type="checkbox"]),
.quote-form textarea,
.quote-form select {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #c7d4e1;
  border-radius: 6px;
  outline: 0;
  color: var(--ink);
  background: #f7fafc;
  font-weight: 400;
}
.quote-form textarea {
  min-height: 112px;
  resize: vertical;
}
.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #7a8795;
}
.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus {
  border-color: #1787c9;
  box-shadow: 0 0 0 3px rgba(0, 170, 255, 0.11);
  background: white;
}
.quote-form .field-grid {
  gap: 18px;
}
.quote-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.quote-checkbox-grid label {
  min-height: 54px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #cbd7e4;
  border-radius: 6px;
  color: #455363;
  background: #f7fafc;
  cursor: pointer;
}
.quote-checkbox-grid label:has(input:checked) {
  border-color: #d77b00;
  color: #28313b;
  background: #fff3d9;
  box-shadow: 0 0 0 2px rgba(255, 159, 28, 0.1);
}
.quote-checkbox-grid input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: var(--orange-dark);
}
.quote-form .consent-field {
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0 !important;
  padding: 18px;
  border: 1px solid #d2dfea;
  border-radius: 6px;
  background: #edf3f9;
  line-height: 1.65;
}
.quote-form .consent-field input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--orange-dark);
}
.quote-submit {
  width: 100%;
  min-height: 56px;
  border-radius: 8px;
}
.quote-form .readiness-form-status {
  min-height: 24px;
  margin: -8px 0 0;
}
.quote-result {
  grid-column: 2;
  min-width: 0;
  padding: 32px;
  border: 1px solid #d1ddea;
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 44px rgba(18, 43, 70, 0.1);
}
.quote-result[hidden] {
  display: none;
}
.quote-result h2 {
  margin: 0;
  font-size: 34px;
}
.quote-result > div:first-child > p:last-child {
  margin-bottom: 0;
  color: #657383;
}
.quote-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}
.quote-result-tags span {
  padding: 6px 10px;
  border-radius: 6px;
  color: #0b5f9e;
  background: #e6f3fc;
  font-size: 12px;
  font-weight: 900;
}
.quote-result pre {
  max-height: 620px;
  overflow: auto;
  margin: 0;
  padding: 22px;
  border-radius: 6px;
  white-space: pre-wrap;
  color: #dce8f7;
  background: #071127;
  font: 13px/1.8 inherit;
}
.quote-next-step {
  margin: 22px 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.quote-next-step strong {
  grid-column: 1 / -1;
  color: #263545;
}
.quote-next-step span {
  padding: 10px 8px;
  border: 1px solid #d5e0ea;
  border-radius: 6px;
  color: #5b6a79;
  background: #f5f8fb;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

/* 會後創業診斷報告 */
.report-page {
  background: #dfe7f0;
}
.report-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 12px 0;
  color: white;
  background: rgba(5, 11, 32, 0.96);
  border-bottom: 1px solid rgba(0, 170, 255, 0.25);
}
.report-toolbar .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.report-toolbar strong,
.report-toolbar span {
  display: block;
}
.report-toolbar span {
  color: #9fb0c8;
  font-size: 11px;
}
.report-toolbar-actions {
  display: flex;
  gap: 8px;
}
.report-toolbar .button {
  min-height: 40px;
  padding-inline: 16px;
  font-size: 12px;
}
.report-document {
  width: min(920px, calc(100% - 30px));
  margin: 32px auto;
  color: #16202b;
  background: white;
  box-shadow: 0 24px 70px rgba(18, 35, 58, 0.2);
}
.report-cover {
  min-height: 760px;
  padding: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background:
    radial-gradient(
      circle at 80% 25%,
      rgba(255, 159, 28, 0.22),
      transparent 26%
    ),
    linear-gradient(145deg, #030719, #10295a);
}
.report-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
.report-brand strong,
.report-brand small {
  display: block;
}
.report-brand small {
  color: #9fb0c8;
  font-size: 10px;
  letter-spacing: 0.14em;
}
.report-cover > div > p {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.report-cover h1 {
  margin: 10px 0;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: -0.05em;
}
.report-meta {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 15px;
  margin: 0;
}
.report-meta div {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.report-meta dt {
  color: #8fa2bb;
  font-size: 11px;
}
.report-meta dd {
  margin: 5px 0 0;
  font-weight: 800;
}
.report-section {
  padding: 55px 65px;
  border-bottom: 1px solid #dce4ed;
}
.report-section-title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 30px;
}
.report-section-title span {
  color: var(--orange);
  font-weight: 900;
}
.report-section-title h2 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -0.04em;
}
.report-highlight {
  padding: 24px;
  border-left: 5px solid var(--orange);
  background: #edf3f9;
  font-size: 17px;
  font-weight: 700;
}
.report-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.report-grid.two-columns {
  grid-template-columns: 1fr 1fr;
}
.report-grid.three-columns {
  grid-template-columns: repeat(3, 1fr);
}
.report-grid article {
  padding: 21px;
  border: 1px solid #d9e2ec;
  border-radius: 14px;
}
.report-grid h3 {
  margin: 0 0 10px;
  color: #0b4d8d;
  font-size: 15px;
}
.report-grid p,
.report-grid ul {
  margin: 0;
  color: #586574;
  font-size: 13px;
}
.report-grid ul {
  padding-left: 19px;
}
.positioning-statement {
  padding: 28px;
  color: white;
  border-radius: 16px;
  background: #071a3c;
}
.positioning-statement span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.positioning-statement p {
  margin: 10px 0 0;
  font-size: 21px;
  font-weight: 800;
}
.route-table {
  display: grid;
  gap: 12px;
}
.route-table article {
  padding: 24px;
  border: 1px solid #d9e2ec;
  border-radius: 15px;
}
.route-table article:first-child {
  border-color: #f2b54f;
  background: #fff8e9;
}
.route-table span {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 900;
}
.route-table h3 {
  margin: 5px 0;
  font-size: 20px;
}
.route-table p {
  margin: 0;
  color: #5d6875;
}
.action-table {
  border: 1px solid #d7e0ea;
  border-radius: 14px;
  overflow: hidden;
}
.action-table > div {
  display: grid;
  grid-template-columns: 1.1fr 1.7fr 0.65fr;
}
.action-table > div + div {
  border-top: 1px solid #d7e0ea;
}
.action-table span,
.action-table p {
  margin: 0;
  padding: 13px;
}
.action-table p + p,
.action-table span + span {
  border-left: 1px solid #d7e0ea;
}
.action-head {
  color: white;
  background: #0b234b;
  font-size: 12px;
  font-weight: 900;
}
.report-note {
  margin-top: 22px;
  padding: 18px;
  color: #6a5a40;
  background: #fff3d9;
  font-size: 12px;
}
.report-closing {
  padding: 70px 65px;
  color: white;
  background: linear-gradient(130deg, #071127, #0d3269);
}
.report-closing p {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.report-closing h2 {
  min-height: 80px;
  margin: 12px 0 45px;
  font-size: 30px;
}
.report-closing span {
  color: #9fb0c8;
  font-size: 12px;
}
[contenteditable="true"] {
  outline: 0;
}
[contenteditable="true"]:focus {
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(0, 170, 255, 0.18);
  background-color: rgba(0, 170, 255, 0.06);
}

/* 預約與聯絡 */
.booking-hero {
  padding: 82px 0;
  color: white;
  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(255, 159, 28, 0.2),
      transparent 27%
    ),
    linear-gradient(135deg, #030719, #0b2451);
}
.booking-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}
.booking-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.17;
  letter-spacing: -0.05em;
}
.booking-hero p:not(.eyebrow) {
  max-width: 680px;
  color: #b9c9dd;
  font-size: 17px;
}
.booking-reminder {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}
.booking-reminder strong {
  color: #ffc14d;
}
.booking-reminder ol {
  margin: 14px 0 0;
  padding-left: 22px;
  color: #d2dce9;
}
.booking-form-section {
  background: var(--paper);
}
.booking-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 55px;
  align-items: start;
}
.booking-layout > aside {
  position: sticky;
  top: 110px;
}
.booking-layout > aside h2 {
  margin-bottom: 26px;
  font-size: 38px;
}
.booking-service-note {
  padding: 18px 0;
  border-top: 1px solid #cbd7e4;
}
.booking-service-note p {
  margin: 4px 0;
  color: #667383;
  font-size: 13px;
}
.booking-service-note a {
  display: block;
  width: fit-content;
  margin-top: 6px;
  color: #0b68b4;
  font-size: 13px;
  font-weight: 900;
}
.booking-form {
  padding: 34px;
  border: 1px solid #d6e0eb;
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 45px rgba(18, 43, 70, 0.09);
}
.booking-form label {
  display: block;
  margin-bottom: 20px;
  color: #28313b;
  font-size: 14px;
  font-weight: 900;
}
.booking-form input:not([type="checkbox"]),
.booking-form textarea,
.booking-form select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #cbd7e4;
  border-radius: 12px;
  color: var(--ink);
  background: #f7fafc;
  outline: none;
  font-weight: 400;
}
.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
  border-color: var(--electric);
  box-shadow: 0 0 0 3px rgba(0, 170, 255, 0.11);
}
.booking-result {
  grid-column: 1 / -1;
}
.contact-pending {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  color: #6a5a40;
  background: #fff3d9;
  font-size: 12px;
}

/* 30 天創業啟動 */
.program-hero {
  padding: 92px 0;
  color: white;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(255, 159, 28, 0.25),
      transparent 26%
    ),
    radial-gradient(
      circle at 12% 90%,
      rgba(0, 170, 255, 0.17),
      transparent 28%
    ),
    linear-gradient(135deg, #030719, #0a193a 62%, #102c60);
}
.program-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}
.program-hero h1 {
  margin: 0;
  font-size: clamp(43px, 5.5vw, 72px);
  line-height: 1.13;
  letter-spacing: -0.055em;
}
.program-hero h1 em {
  color: var(--orange);
  font-style: normal;
}
.program-lead {
  max-width: 650px;
  margin: 25px 0 30px;
  color: #bdcce0;
  font-size: 18px;
}
.program-offer {
  padding: 36px;
  border: 1px solid rgba(0, 170, 255, 0.35);
  border-radius: 28px;
  background: linear-gradient(
    150deg,
    rgba(17, 42, 91, 0.96),
    rgba(4, 11, 29, 0.97)
  );
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}
.program-offer > p {
  margin: 0;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.program-offer h2 {
  margin: 12px 0 24px;
  font-size: 44px;
  line-height: 1.16;
}
.program-price {
  padding: 19px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.13);
}
.program-price small,
.program-price span {
  display: block;
  color: #9fb0c8;
  font-size: 12px;
}
.program-price strong {
  display: block;
  color: #ffc14d;
  font-size: 36px;
}
.program-offer ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.program-offer li {
  padding: 6px 0;
  color: #d9e4f1;
}
.program-offer li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--orange);
  font-weight: 900;
}
.offer-limit {
  display: block;
  padding: 11px;
  border-radius: 9px;
  color: #ffd8a0;
  background: rgba(255, 159, 28, 0.09);
}
.program-truth {
  padding: 26px 0;
  color: white;
  background: linear-gradient(90deg, #0b3e75, #0b68a8);
}
.program-truth p {
  max-width: 950px;
  margin: auto;
  text-align: center;
  font-size: 19px;
  font-weight: 900;
}
.program-results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 50px;
}
.program-results article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid #d5e0ec;
  border-radius: 20px;
  background: white;
}
.program-results span {
  color: var(--orange);
  font-weight: 900;
}
.program-results h3 {
  margin: 55px 0 8px;
  font-size: 24px;
}
.program-results p {
  margin: 0;
  color: #687586;
  font-size: 14px;
}
.program-roadmap-section {
  color: white;
  background:
    linear-gradient(
      112deg,
      rgba(3, 7, 25, 0.98) 0%,
      rgba(5, 18, 48, 0.93) 50%,
      rgba(3, 7, 25, 0.84) 100%
    ),
    var(--brand-hero-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.program-roadmap-section .section-heading > p:last-child {
  color: #d6e6f8;
}
.program-roadmap-section h2 {
  color: white;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
}
.program-roadmap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 50px;
}
.program-roadmap article {
  padding: 27px;
  border: 1px solid rgba(127, 208, 255, 0.22);
  border-radius: 20px;
  background: rgba(4, 13, 36, 0.84);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}
.program-roadmap article > div {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--orange);
}
.program-roadmap article > div small {
  font-size: 10px;
  font-weight: 900;
}
.program-roadmap article > div strong {
  font-size: 34px;
}
.program-roadmap article > span {
  color: #69c7ff;
  font-size: 11px;
  font-weight: 900;
}
.program-roadmap h3 {
  min-height: 65px;
  margin: 8px 0 16px;
  color: white;
  font-size: 21px;
}
.program-roadmap ul {
  min-height: 170px;
  margin: 0;
  padding-left: 18px;
  color: #d6e4f3;
  font-size: 13px;
}
.program-roadmap li::marker {
  color: rgba(105, 199, 255, 0.92);
}
.program-roadmap article > p {
  margin: 18px 0 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffd18d;
  font-size: 12px;
  font-weight: 900;
}
.program-included-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 75px;
}
.program-included-list {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.program-included-list article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.program-included-list > article > strong {
  color: var(--orange);
  font-size: 20px;
}
.program-included-list h3 {
  margin: 0;
  font-size: 18px;
}
.program-included-list p {
  margin: 4px 0 0;
  color: #aeb9c9;
  font-size: 13px;
}
.program-fit-section {
  background: #e7eef6;
}
.program-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.program-fit-grid article {
  padding: 38px;
  border-radius: 23px;
  background: white;
  box-shadow: 0 16px 40px rgba(18, 43, 70, 0.07);
}
.program-fit-grid article:last-child {
  background: #d8e1eb;
}
.program-fit-grid h2 {
  font-size: 36px;
}
.program-fit-grid ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.program-fit-grid li {
  padding: 9px 0;
  border-bottom: 1px solid #dbe3ec;
  color: #556372;
}
.program-fit-grid li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--orange);
  font-weight: 900;
}
.program-fit-grid article:last-child li::before {
  content: "—";
  color: #8190a0;
}
.boundary-section {
  color: white;
  background:
    linear-gradient(
      125deg,
      rgba(3, 7, 25, 0.98) 0%,
      rgba(5, 18, 48, 0.94) 54%,
      rgba(5, 11, 32, 0.88) 100%
    ),
    var(--brand-hero-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.boundary-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
}
.boundary-grid h2 {
  color: white;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
}
.boundary-grid dl {
  margin: 0;
  padding: 6px 30px;
  border: 1px solid rgba(127, 208, 255, 0.22);
  border-radius: 20px;
  background: rgba(4, 13, 36, 0.78);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}
.boundary-grid dl div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.boundary-grid dl div:last-child {
  border-bottom: 0;
}
.boundary-grid dt {
  color: #ffc14d;
  font-weight: 900;
}
.boundary-grid dd {
  margin: 0;
  color: #dce8f7;
}
@media (min-width: 901px) and (max-width: 1600px) {
  .deliverable-grid,
  .program-roadmap,
  .boundary-grid,
  .workshop-agenda {
    padding-right: 96px;
  }
}
.program-apply-section {
  padding: 90px 0;
  background: #dfe8f2;
}
.program-apply-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  padding: 52px;
  border-radius: 28px;
  color: white;
  background: linear-gradient(130deg, #061127, #0e346e);
  box-shadow: 0 25px 70px rgba(12, 33, 64, 0.23);
}
.program-apply-card h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.program-apply-card p:not(.section-kicker) {
  color: #aebdd1;
}
.program-apply-action {
  display: grid;
  gap: 10px;
  text-align: center;
}
.program-apply-action > span {
  color: #aebdd1;
  font-size: 12px;
}
.program-apply-action > strong {
  color: #ffc14d;
  font-size: 38px;
}
.program-apply-action > a:last-child {
  color: #a9cdec;
  font-size: 12px;
  font-weight: 900;
}

/* 服務方案與收費 */
.pricing-hero {
  padding: 86px 0;
  color: white;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 159, 28, 0.2),
      transparent 25%
    ),
    linear-gradient(135deg, #030719, #0b2552);
}
.pricing-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}
.pricing-hero h1 {
  margin: 0;
  font-size: clamp(43px, 5vw, 68px);
  line-height: 1.16;
  letter-spacing: -0.05em;
}
.pricing-hero p:not(.eyebrow) {
  max-width: 680px;
  color: #b9c9dd;
  font-size: 17px;
}
.pricing-principles {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
}
.pricing-principles strong {
  color: #ffc14d;
}
.pricing-principles ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: #d3dce8;
}
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 50px;
}
.pricing-cards > article {
  position: relative;
  padding: 31px;
  border: 1px solid #d4e0ed;
  border-radius: 23px;
  background: white;
  box-shadow: 0 16px 42px rgba(18, 43, 70, 0.08);
}
.pricing-cards > article.recommended {
  color: white;
  border-color: #1a8cd8;
  background: linear-gradient(150deg, #102f65, #061127);
  transform: translateY(-12px);
}
.recommended-label {
  position: absolute;
  right: 20px;
  top: -13px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #17202b;
  background: #ffc14d;
  font-size: 11px;
  font-weight: 900;
}
.pricing-card-top > span {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.recommended .pricing-card-top > span {
  color: #ffc14d;
}
.pricing-card-top h3 {
  margin: 8px 0;
  font-size: 27px;
}
.pricing-card-top p {
  min-height: 82px;
  margin: 0;
  color: #657282;
}
.recommended .pricing-card-top p {
  color: #aebdd1;
}
.pricing-amount {
  margin: 23px 0;
  padding: 18px 0;
  border-block: 1px solid #dce4ed;
}
.recommended .pricing-amount {
  border-color: rgba(255, 255, 255, 0.14);
}
.pricing-amount small,
.pricing-amount span {
  display: block;
  color: #7b8998;
  font-size: 11px;
}
.recommended .pricing-amount small,
.recommended .pricing-amount span {
  color: #9fb0c8;
}
.pricing-amount strong {
  display: block;
  color: #0b5c9c;
  font-size: 30px;
}
.recommended .pricing-amount strong {
  color: #ffc14d;
}
.pricing-cards ul {
  min-height: 230px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.pricing-cards li {
  padding: 6px 0;
  color: #596777;
  font-size: 13px;
}
.recommended li {
  color: #ced8e5;
}
.pricing-cards li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--orange);
  font-weight: 900;
}
.pricing-cards .button {
  width: 100%;
}
.comparison-section {
  padding: 30px 0 85px;
  background: var(--paper);
}
.comparison-table {
  overflow: hidden;
  border: 1px solid #d2deea;
  border-radius: 18px;
  background: white;
}
.comparison-row {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
}
.comparison-row + .comparison-row {
  border-top: 1px solid #dbe4ed;
}
.comparison-row > * {
  padding: 15px;
}
.comparison-row > * + * {
  border-left: 1px solid #dbe4ed;
}
.comparison-row span {
  color: #5f6c7b;
  font-size: 13px;
}
.comparison-row span:first-child {
  font-weight: 900;
}
.comparison-head {
  color: white;
  background: #0a234d;
  font-size: 13px;
}
.creative-pricing-section {
  color: white;
  background:
    linear-gradient(
      125deg,
      rgba(3, 7, 25, 0.98) 0%,
      rgba(5, 18, 48, 0.94) 54%,
      rgba(5, 11, 32, 0.9) 100%
    ),
    var(--brand-hero-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.creative-pricing-section .section-heading > p:last-child {
  color: #c9d8ea;
}
.creative-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}
.creative-price-grid article {
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.045);
}
.creative-price-grid span {
  color: #69c7ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.creative-price-grid h3 {
  margin: 8px 0;
  font-size: 21px;
}
.creative-price-grid strong {
  color: #ffc14d;
  font-size: 19px;
}
.creative-price-grid p {
  min-height: 70px;
  color: #abb8c8;
  font-size: 13px;
}
.creative-price-grid small {
  color: #7f91a8;
}
.addons-section {
  background: #e8f0f8;
}
.addons-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.addons-grid > div:first-child > p:last-child {
  color: #677585;
}
.addons-list {
  border-top: 1px solid #c7d4e1;
}
.addons-list article {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #c7d4e1;
}
.addons-list strong {
  color: #0a5d9c;
}
.pricing-rules-section {
  background: #ece4d8;
}
.pricing-rules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}
.pricing-rules-grid article {
  padding: 25px;
  border: 1px solid #d7ccbd;
  border-radius: 17px;
  background: white;
}
.pricing-rules-grid span {
  color: var(--orange-dark);
  font-weight: 900;
}
.pricing-rules-grid h3 {
  margin: 25px 0 6px;
  font-size: 20px;
}
.pricing-rules-grid p {
  margin: 0;
  color: #6b645c;
  font-size: 13px;
}
.pricing-cta-section {
  padding: 80px 0;
  color: white;
  background: #dfe9f4;
}
.pricing-cta {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}
.pricing-cta h2 {
  margin: 0;
  color: white;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.pricing-cta p {
  color: #c9d8ea;
}
.pricing-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

/* 免費創業健檢工作坊 */
.workshop-hero {
  padding: 88px 0;
  color: white;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(255, 159, 28, 0.24),
      transparent 25%
    ),
    radial-gradient(
      circle at 15% 85%,
      rgba(0, 170, 255, 0.18),
      transparent 27%
    ),
    linear-gradient(135deg, #030719, #0b2553);
}
.workshop-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}
.workshop-status {
  display: inline-block;
  margin-bottom: 17px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffd391;
  background: rgba(255, 159, 28, 0.12);
  font-size: 11px;
  font-weight: 900;
}
.workshop-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.14;
  letter-spacing: -0.055em;
}
.workshop-hero h1 em {
  color: var(--orange);
  font-style: normal;
}
.workshop-lead {
  max-width: 680px;
  margin: 25px 0 30px;
  color: #bdcce0;
  font-size: 18px;
}
.workshop-info-card {
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(8, 23, 55, 0.88);
}
.workshop-info-card > p {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.workshop-info-card dl {
  margin: 18px 0;
}
.workshop-info-card dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.workshop-info-card dt {
  color: #8fa3bd;
  font-size: 12px;
}
.workshop-info-card dd {
  margin: 0;
  font-weight: 900;
}
.workshop-info-card small {
  color: #91a3ba;
}
.workshop-problems {
  padding: 23px 0;
  color: white;
  background: #0a4d87;
}
.workshop-problems .shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.workshop-problems span {
  padding-left: 15px;
  border-left: 3px solid #ffc14d;
  font-size: 13px;
  font-weight: 900;
}
.workshop-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.workshop-benefits article {
  min-height: 265px;
  padding: 29px;
  border: 1px solid #d5e0ec;
  border-radius: 21px;
  background: white;
}
.workshop-benefits span {
  color: var(--orange);
  font-weight: 900;
}
.workshop-benefits h3 {
  margin: 58px 0 8px;
  font-size: 24px;
}
.workshop-benefits p {
  margin: 0;
  color: #657383;
  font-size: 14px;
}
.workshop-agenda-section {
  color: white;
  background:
    linear-gradient(
      112deg,
      rgba(3, 7, 25, 0.98) 0%,
      rgba(5, 18, 48, 0.93) 50%,
      rgba(3, 7, 25, 0.84) 100%
    ),
    var(--brand-hero-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.workshop-agenda-section .section-heading > p:last-child {
  color: #d6e6f8;
}
.workshop-agenda-section h2 {
  color: white;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
}
.workshop-agenda {
  display: grid;
  gap: 12px;
  margin-top: 48px;
}
.workshop-agenda article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 30px;
  padding: 24px 28px;
  border: 1px solid rgba(127, 208, 255, 0.2);
  border-radius: 18px;
  background: rgba(4, 13, 36, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}
.workshop-agenda time {
  color: #ffc14d;
  font-size: 25px;
  font-weight: 900;
}
.workshop-agenda span {
  color: #69c7ff;
  font-size: 11px;
  font-weight: 900;
}
.workshop-agenda h3 {
  margin: 3px 0;
  color: white;
  font-size: 22px;
}
.workshop-agenda p {
  margin: 0;
  color: #dce8f7;
}
.workshop-tools-section {
  background: #e5eef7;
}
.workshop-tools-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
}
.workshop-tools-grid > div:first-child > p:last-child {
  color: #667483;
}
.workshop-tool-list {
  border-top: 1px solid #c4d2e0;
}
.workshop-tool-list article {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #c4d2e0;
}
.workshop-tool-list strong {
  color: var(--orange-dark);
}
.workshop-tool-list span {
  font-weight: 900;
}
.workshop-fit-section {
  background: #ece4d8;
}
.workshop-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.workshop-fit-grid article {
  padding: 36px;
  border-radius: 22px;
  background: white;
}
.workshop-fit-grid article:last-child {
  background: #ded5c9;
}
.workshop-fit-grid h2 {
  font-size: 35px;
}
.workshop-fit-grid ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.workshop-fit-grid li {
  padding: 9px 0;
  border-bottom: 1px solid #dfd6ca;
  color: #635d55;
}
.workshop-fit-grid li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--orange);
  font-weight: 900;
}
.workshop-fit-grid article:last-child li::before {
  content: "—";
  color: #8c8378;
}
.workshop-register-section {
  padding: 95px 0;
  background: #dfe9f4;
}
.workshop-register-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  align-items: start;
}
.workshop-register-grid > div:first-child {
  position: sticky;
  top: 110px;
}
.workshop-register-grid h2 {
  margin: 0;
  font-size: clamp(35px, 4vw, 50px);
}
.workshop-register-grid > div:first-child > p:not(.section-kicker) {
  color: #667483;
}
.workshop-form {
  padding: 34px;
  border: 1px solid #d3deea;
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 45px rgba(18, 43, 70, 0.09);
}
.workshop-form label {
  display: block;
  margin-bottom: 20px;
  color: #28313b;
  font-size: 14px;
  font-weight: 900;
}
.workshop-form input:not([type="checkbox"]),
.workshop-form textarea,
.workshop-form select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #cbd7e4;
  border-radius: 12px;
  background: #f7fafc;
  outline: 0;
  font-weight: 400;
}
.workshop-form input:focus,
.workshop-form textarea:focus,
.workshop-form select:focus {
  border-color: var(--electric);
  box-shadow: 0 0 0 3px rgba(0, 170, 255, 0.11);
}
.workshop-result {
  grid-column: 1 / -1;
}

/* 創業準備度檢測 */
.readiness-hero {
  padding: 85px 0;
  color: white;
  background:
    radial-gradient(
      circle at 80% 24%,
      rgba(255, 159, 28, 0.2),
      transparent 25%
    ),
    linear-gradient(135deg, #030719, #0c2858);
}
.readiness-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}
.readiness-hero h1 {
  margin: 0;
  font-size: clamp(43px, 5vw, 68px);
  line-height: 1.16;
  letter-spacing: -0.05em;
}
.readiness-hero p:not(.eyebrow) {
  max-width: 680px;
  color: #bdcce0;
  font-size: 17px;
}
.readiness-info {
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.06);
}
.readiness-info strong {
  color: #ffc14d;
}
.readiness-info ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: #d1dce9;
}
.readiness-section {
  background: #e6eef7;
}
.readiness-layout {
  max-width: 900px;
}
.readiness-instructions {
  margin-bottom: 35px;
}
.readiness-instructions h2 {
  font-size: 37px;
}
.readiness-instructions > p:last-child {
  color: #677585;
}
.readiness-form {
  display: grid;
  gap: 22px;
}
.readiness-category {
  padding: 31px;
  border: 1px solid #d1ddea;
  border-radius: 22px;
  background: white;
  box-shadow: 0 14px 35px rgba(18, 43, 70, 0.06);
}
.readiness-category-title {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dce5ee;
}
.readiness-category-title > span {
  color: var(--orange);
  font-size: 24px;
  font-weight: 900;
}
.readiness-category-title h3 {
  margin: 0;
  font-size: 23px;
}
.readiness-category-title p {
  margin: 2px 0 0;
  color: #6b7887;
  font-size: 13px;
}
.readiness-category fieldset {
  margin: 0;
  padding: 22px 0;
  border: 0;
}
.readiness-category fieldset + fieldset {
  border-top: 1px solid #e1e8ef;
}
.readiness-category legend {
  margin-bottom: 13px;
  font-weight: 900;
}
.score-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}
.score-options label {
  cursor: pointer;
}
.score-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.score-options span {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #cbd8e5;
  border-radius: 10px;
  color: #687687;
  background: #f6f9fc;
  font-weight: 900;
}
.score-options input:checked + span {
  color: #071127;
  border-color: #ffad2f;
  background: #ffc14d;
  box-shadow: 0 0 0 3px rgba(255, 159, 28, 0.13);
}
.score-options input:focus-visible + span {
  outline: 3px solid rgba(0, 170, 255, 0.3);
}
.readiness-submit {
  width: 100%;
}
.readiness-form-status {
  margin: -8px 0 0;
  color: #b54628;
  text-align: center;
  font-weight: 900;
}
.readiness-result {
  margin-top: 38px;
  padding: 36px;
  border-radius: 25px;
  background: white;
  box-shadow: 0 22px 58px rgba(18, 43, 70, 0.13);
}
.readiness-score-panel {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 30px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #dbe4ed;
}
.score-ring {
  width: 145px;
  height: 145px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 10px solid #ffc14d;
  border-radius: 50%;
  background: #071127;
  color: white;
}
.score-ring strong {
  font-size: 45px;
  line-height: 1;
}
.score-ring span {
  color: #9fb0c8;
  font-size: 12px;
}
.readiness-score-panel h2 {
  margin: 0;
  font-size: 35px;
}
.readiness-score-panel > div:last-child > p:last-child {
  color: #657383;
}
.readiness-bars {
  display: grid;
  gap: 13px;
  margin: 29px 0;
}
.readiness-bar {
  display: grid;
  grid-template-columns: 125px 1fr 45px;
  gap: 13px;
  align-items: center;
}
.readiness-bar > span {
  font-size: 13px;
  font-weight: 900;
}
.readiness-bar-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce5ee;
}
.readiness-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0aa7f5, #ffc14d);
}
.readiness-bar strong {
  text-align: right;
  color: #0b5d9c;
}
.readiness-advice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.readiness-advice-grid article {
  padding: 23px;
  border-radius: 16px;
  background: #edf3f9;
}
.readiness-advice-grid span,
.readiness-next-step span {
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.readiness-advice-grid h3 {
  margin: 7px 0;
}
.readiness-advice-grid p,
.readiness-advice-grid ol {
  margin-bottom: 0;
  color: #5d6a78;
  font-size: 13px;
}
.readiness-next-step {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: center;
  margin: 25px 0;
  padding: 25px;
  border-radius: 17px;
  color: white;
  background: #071b3e;
}
.readiness-next-step h3 {
  margin: 5px 0;
  font-size: 23px;
}
.readiness-next-step p {
  margin: 0;
  color: #aebdd1;
  font-size: 13px;
}

/* ==========================================================================
   Brand background system
   ========================================================================== */

:is(
  .inventory-hero,
  .product-hero,
  .tools-hero,
  .diagnosis-hero,
  .questionnaire-hero,
  .quote-hero,
  .booking-hero,
  .program-hero,
  .pricing-hero,
  .workshop-hero,
  .readiness-hero
) {
  background:
    linear-gradient(
      105deg,
      rgba(3, 7, 25, 0.96) 0%,
      rgba(3, 7, 25, 0.86) 45%,
      rgba(3, 7, 25, 0.42) 100%
    ),
    var(--brand-hero-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

:is(
  .section-light,
  .inventory-section,
  .product-section,
  .tools-section,
  .questionnaire-section,
  .quote-section,
  .booking-section,
  .booking-form-section,
  .faq-section,
  .program-fit-section,
  .program-apply-section,
  .comparison-section,
  .addons-section,
  .pricing-rules-section,
  .workshop-tools-section,
  .workshop-fit-section,
  .workshop-register-section,
  .readiness-section
) {
  background:
    radial-gradient(circle at 9% 8%, rgba(0, 170, 255, 0.11), transparent 30%),
    radial-gradient(circle at 91% 6%, rgba(255, 159, 28, 0.12), transparent 28%),
    linear-gradient(180deg, #eef4fb 0%, #e4edf8 100%);
}

:is(
  .section-dark,
  .tool-outcome-section,
  .boundary-section,
  .pricing-cta-section,
  .subscribe-section
) {
  background:
    linear-gradient(
      125deg,
      rgba(3, 7, 25, 0.98) 0%,
      rgba(5, 18, 48, 0.94) 54%,
      rgba(5, 11, 32, 0.88) 100%
    ),
    var(--brand-hero-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  .topbar,
  .site-header,
  .questionnaire-hero,
  .questionnaire-progress,
  .questionnaire-form,
  .result-actions,
  .compact-footer,
  .questionnaire-result > div p {
    display: none !important;
  }
  body,
  .inventory-section,
  .product-section,
  .tools-section,
  .questionnaire-section,
  .quote-section,
  .booking-section,
  .booking-form-section,
  .readiness-section {
    background: white;
  }
  .section {
    padding: 0;
  }
  .questionnaire-result {
    display: block !important;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .questionnaire-result pre {
    max-height: none;
    overflow: visible;
    color: black;
    background: white;
    padding: 0;
  }
  .report-toolbar {
    display: none !important;
  }
  .report-page {
    background: white;
  }
  .report-document {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .report-cover {
    min-height: 100vh;
    break-after: page;
  }
  .report-section {
    break-inside: avoid;
  }
}

/* ==========================================================================
   Responsive styles
   ========================================================================== */

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 40px;
  }
  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
  .menu-toggle {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% - 1px);
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: #191715;
    box-shadow: var(--shadow);
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links > a,
  .nav-trigger {
    width: 100%;
    justify-content: space-between;
    text-align: left;
  }
  .nav-links > a:last-child,
  .nav-links > .nav-cta {
    margin-left: 0;
    margin-top: 4px;
    text-align: center;
  }
  .nav-group {
    width: 100%;
  }
  .nav-group:hover > .submenu {
    display: none;
  }
  .nav-group.is-open > .submenu {
    display: grid;
  }
  .submenu {
    position: static;
    min-width: 0;
    margin: 2px 0 8px;
    padding: 5px 0 5px 12px;
    display: none;
    border: 0;
    border-left: 2px solid rgba(255, 159, 28, 0.45);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
  .submenu a {
    padding: 10px 12px;
    white-space: normal;
  }
  .hero {
    min-height: 700px;
    align-items: end;
  }
  .hero-image {
    background-size: auto 100%;
    background-position: 62% center;
    opacity: 1;
  }
  .hero-shade {
    background:
      linear-gradient(
        0deg,
        rgba(3, 7, 25, 0.99) 6%,
        rgba(3, 7, 25, 0.91) 55%,
        rgba(3, 7, 25, 0.38) 100%
      ),
      linear-gradient(90deg, rgba(3, 7, 25, 0.85), rgba(3, 7, 25, 0.08));
  }
  .about-grid,
  .channel-grid,
  .apply-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-copy {
    max-width: 700px;
  }
  .value-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card > p:not(.service-number) {
    min-height: auto;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .process-grid article,
  .process-grid article:first-child,
  .process-grid article:last-child {
    border-radius: 18px;
  }
  .split-heading {
    display: block;
  }
  .split-heading > p {
    margin-top: 18px;
  }
  .apply-intro {
    position: static;
  }
  .subscribe-inner {
    grid-template-columns: 1fr;
  }
  .subscribe-status {
    grid-column: 1;
    margin: -25px 10px 0;
  }
  .diagnosis-hero-grid,
  .fit-grid,
  .deliverable-grid,
  .faq-grid,
  .booking-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .questionnaire-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .quote-hero-grid,
  .quote-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .quote-side {
    position: static;
  }
  .quote-result {
    grid-column: 1;
  }
  .booking-hero-grid,
  .booking-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .program-hero-grid,
  .program-included-grid,
  .boundary-grid,
  .program-apply-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pricing-hero-grid,
  .addons-grid,
  .pricing-cta {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .workshop-hero-grid,
  .workshop-tools-grid,
  .workshop-register-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .readiness-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .workshop-register-grid > div:first-child {
    position: static;
  }
  .pricing-cards,
  .creative-price-grid,
  .pricing-rules-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pricing-cards > article.recommended {
    transform: none;
  }
  .pricing-cta > div:last-child {
    justify-content: flex-start;
  }
  .program-results,
  .program-roadmap {
    grid-template-columns: 1fr 1fr;
  }
  .booking-layout > aside {
    position: static;
  }
  .report-toolbar .shell {
    align-items: flex-start;
    flex-direction: column;
  }
  .report-cover,
  .report-section,
  .report-closing {
    padding: 40px;
  }
  .report-cover h1 {
    font-size: 52px;
  }
  .report-grid.three-columns {
    grid-template-columns: 1fr;
  }
  .problem-grid,
  .outcome-grid,
  .diagnosis-flow {
    grid-template-columns: 1fr 1fr;
  }
  .diagnosis-flow article,
  .diagnosis-flow article:first-child,
  .diagnosis-flow article:last-child {
    border-radius: 18px;
  }
}

@media (max-width: 600px) {
  :root {
    --shell: min(100% - 28px, 1160px);
  }
  .topbar-inner {
    justify-content: center;
  }
  .topbar-inner a {
    display: none;
  }
  .brand strong {
    font-size: 15px;
  }
  .brand small {
    display: none;
  }
  .site-header .brand-mark {
    width: 112px;
    height: 56px;
    flex-basis: 112px;
  }
  .section {
    padding: 72px 0;
  }
  .hero {
    min-height: 650px;
  }
  .hero-content {
    padding-block: 70px 48px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-points {
    display: grid;
    gap: 7px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-grid article {
    min-height: 0;
  }
  .process-grid h3 {
    margin-top: 22px;
  }
  .apply-form {
    padding: 22px;
  }
  .subscribe-form {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .subscribe-form button {
    border-radius: 13px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .site-footer {
    padding-top: 38px;
  }
  .footer-bottom {
    margin-top: 28px;
    padding-right: 74px;
  }
  .floating-cta {
    right: 14px;
    bottom: 14px;
    width: 62px;
    height: 62px;
    border-radius: 19px;
    font-size: 13px;
  }
  .diagnosis-hero {
    padding: 70px 0;
  }
  .problem-grid,
  .outcome-grid,
  .fit-lists,
  .diagnosis-flow {
    grid-template-columns: 1fr;
  }
  .problem-grid {
    gap: 14px;
  }
  .outcome-grid article {
    min-height: 0;
  }
  .outcome-grid h3,
  .diagnosis-flow h3 {
    margin-top: 25px;
  }
  .booking-card {
    padding: 28px 22px;
  }
  .header-action {
    display: none;
  }
  .questionnaire-progress {
    grid-template-columns: 1fr;
  }
  .questionnaire-progress span {
    text-align: left;
    padding-inline: 15px;
  }
  .questionnaire-form fieldset,
  .questionnaire-result {
    padding: 22px;
  }
  .quote-hero {
    padding: 68px 0;
  }
  .quote-hero h1 {
    font-size: 38px;
  }
  .quote-info,
  .quote-form fieldset,
  .quote-result {
    padding: 22px;
  }
  .quote-notice .shell {
    min-height: 76px;
    padding-block: 12px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .quote-section {
    padding-block: 72px;
  }
  .quote-side h2 {
    font-size: 31px;
  }
  .quote-checkbox-grid,
  .quote-next-step {
    grid-template-columns: 1fr;
  }
  .two-columns {
    grid-template-columns: 1fr;
  }
  .report-toolbar-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .report-grid.two-columns,
  .report-meta {
    grid-template-columns: 1fr;
  }
  .report-cover,
  .report-section,
  .report-closing {
    padding: 28px 22px;
  }
  .report-cover {
    min-height: 650px;
  }
  .report-cover h1 {
    font-size: 42px;
  }
  .action-table > div {
    grid-template-columns: 1fr;
  }
  .action-table p + p,
  .action-table span + span {
    border-left: 0;
    border-top: 1px solid #d7e0ea;
  }
  .action-head {
    display: none !important;
  }
  .booking-form {
    padding: 22px;
  }
  .program-results,
  .program-roadmap,
  .program-fit-grid {
    grid-template-columns: 1fr;
  }
  .program-results article {
    min-height: 0;
  }
  .program-results h3 {
    margin-top: 25px;
  }
  .program-roadmap h3,
  .program-roadmap ul {
    min-height: 0;
  }
  .boundary-grid dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .program-apply-card {
    padding: 30px 22px;
  }
  .pricing-cards,
  .creative-price-grid,
  .pricing-rules-grid {
    grid-template-columns: 1fr;
  }
  .pricing-card-top p,
  .pricing-cards ul,
  .creative-price-grid p {
    min-height: 0;
  }
  .comparison-table {
    overflow-x: auto;
  }
  .comparison-row {
    min-width: 720px;
  }
  .addons-list article {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .workshop-problems .shell,
  .workshop-benefits,
  .workshop-fit-grid {
    grid-template-columns: 1fr;
  }
  .workshop-benefits article {
    min-height: 0;
  }
  .workshop-benefits h3 {
    margin-top: 25px;
  }
  .workshop-agenda article {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .workshop-form {
    padding: 22px;
  }
  .readiness-category,
  .readiness-result {
    padding: 22px;
  }
  .readiness-score-panel,
  .readiness-advice-grid,
  .readiness-next-step {
    grid-template-columns: 1fr;
  }
  .score-ring {
    margin: auto;
  }
  .readiness-bar {
    grid-template-columns: 95px 1fr 38px;
  }
}

/* ==========================================================================
   Heading scale refinement
   ========================================================================== */

:is(
  .hero,
  .inventory-hero,
  .product-hero,
  .tools-hero,
  .diagnosis-hero,
  .questionnaire-hero,
  .quote-hero,
  .booking-hero,
  .program-hero,
  .pricing-hero,
  .workshop-hero,
  .readiness-hero
) h1 {
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
}

.section h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.3;
  letter-spacing: 0;
  text-wrap: balance;
}

:is(
  .diagnosis-offer,
  .booking-card,
  .program-offer,
  .program-apply-card,
  .pricing-cta,
  .workshop-register-grid,
  .tool-access-grid
) h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.3;
  letter-spacing: 0;
  text-wrap: balance;
}

:is(
  .inventory-guide,
  .product-guide,
  .quote-side,
  .booking-layout > aside,
  .program-fit-grid,
  .workshop-fit-grid,
  .readiness-instructions,
  .readiness-score-panel
) h2 {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
  text-wrap: balance;
}

:is(
  .inventory-result-heading,
  .product-result-heading,
  .questionnaire-result,
  .quote-result,
  .report-section-title,
  .report-closing
) h2 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0;
  text-wrap: balance;
}

.report-cover h1 {
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
}

:is(
  .about-page-hero,
  .apparel-sheet-cover,
  .apparel-bridge-hero,
  .apparel-policy-hero,
  .brand-apparel-hero,
  .creative-menu-hero,
  .creative-policy-hero,
  .guide-hero,
  .policy-hero,
  .portfolio-hero,
  .program-policy-hero,
  .program-guide-cover,
  .session-cover
) h1 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0;
  text-wrap: balance;
}

@media (max-width: 640px) {
  :is(
    .hero,
    .inventory-hero,
    .product-hero,
    .tools-hero,
    .diagnosis-hero,
    .questionnaire-hero,
    .quote-hero,
    .booking-hero,
    .program-hero,
    .pricing-hero,
    .workshop-hero,
    .readiness-hero
  ) h1,
  .report-cover h1 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .section h2,
  :is(
    .diagnosis-offer,
    .booking-card,
    .program-offer,
    .program-apply-card,
    .pricing-cta,
    .workshop-register-grid,
    .tool-access-grid,
    .inventory-guide,
    .product-guide,
    .quote-side,
    .booking-layout > aside,
    .program-fit-grid,
    .workshop-fit-grid,
    .readiness-instructions,
    .readiness-score-panel,
    .inventory-result-heading,
    .product-result-heading,
    .questionnaire-result,
    .quote-result,
    .report-section-title,
    .report-closing
  ) h2 {
    font-size: clamp(25px, 7vw, 34px);
  }

  :is(
    .about-page-hero,
    .apparel-sheet-cover,
    .apparel-bridge-hero,
    .apparel-policy-hero,
    .brand-apparel-hero,
    .creative-menu-hero,
    .creative-policy-hero,
    .guide-hero,
    .policy-hero,
    .portfolio-hero,
    .program-policy-hero,
    .program-guide-cover,
    .session-cover
  ) h1 {
    font-size: 28px;
  }
}
