:root {
  --ink: #172126;
  --muted: #58666d;
  --line: #d6dfe2;
  --canvas: #f3f6f6;
  --paper: #ffffff;
  --brand: #126b62;
  --brand-dark: #173b3d;
  --brand-soft: #dff1ee;
  --red: #a83e39;
  --red-soft: #f8e7e5;
  --blue: #315e79;
  --blue-soft: #e5eff5;
  --amber: #98651a;
  --amber-soft: #faefd8;
  --green: #28734d;
  --green-soft: #e3f2e8;
  --focus: #e3aa50;
  --shadow: 0 8px 22px rgba(23, 33, 38, .07);
  --content-max: 1160px;
  --header-height: 68px;
  --target-min: 44px;
  --radius-control: 2px;
  --radius-floating: 7px;
  --section-space: 72px;
  --section-space-mobile: 55px;
  --display-font: "Aptos Display", "Segoe UI Variable Display", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", system-ui, sans-serif;
  line-height: 1.7;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(var(--content-max), calc(100% - 36px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--brand-dark); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; min-height: var(--header-height); gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; text-decoration: none; }
.brand-logo { display: block; width: 112px; height: auto; aspect-ratio: 1405 / 549; object-fit: contain; }
.brand-divider { width: 1px; height: 32px; flex: 0 0 auto; background: var(--line); }
.brand-lockup { display: grid; gap: 2px; line-height: 1.1; }
.brand-name { color: var(--ink); font-size: 17px; font-weight: 900; white-space: nowrap; }
.brand-lockup small { color: var(--muted); font-size: 9px; font-weight: 700; white-space: nowrap; }
.brand-positioning { padding-left: 16px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; gap: 5px; margin-left: auto; }
.primary-nav a { padding: 9px; border-radius: 0; text-decoration: none; font-size: 14px; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--brand); box-shadow: inset 0 -2px var(--brand); }
.header-cta { margin-left: 8px; }
.menu-button { display: none; width: var(--target-min); height: var(--target-min); margin-left: auto; border: 1px solid var(--line); border-radius: var(--radius-control); background: #fff; cursor: pointer; }
.menu-button span { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: var(--target-min); padding: 10px 16px; border: 1px solid var(--brand); border-radius: var(--radius-control); color: #fff; background: var(--brand); text-decoration: none; font-weight: 800; cursor: pointer; }
.button:hover { background: #0d5c54; }
.button.secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button.secondary:hover { color: var(--brand); border-color: var(--brand); }
.button.red { background: var(--red); border-color: var(--red); }
.button.red:hover { background: #91332f; }
.button:focus-visible, .menu-button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.button[aria-disabled="true"] { color: var(--muted); background: #eef2f3; border-color: var(--line); cursor: not-allowed; }
.button:disabled { opacity: .7; cursor: wait; }

.hero { position: relative; min-height: 540px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--brand-dark) url("/assets/hero-growth-system.jpg") 66% center / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(9, 27, 29, .82); }
.hero .wrap { position: relative; z-index: 1; padding-block: 70px 64px; }
.hero-copy { max-width: 790px; }
.hero-wide-title .hero-copy { max-width: 1000px; }
h1, h2, h3, .price, .timeline-date { font-family: var(--display-font); }
h1 { margin: 0; max-width: 920px; font-size: 64px; line-height: 1.08; letter-spacing: 0; }
.hero-wide-title h1 { max-width: 1000px; }
.hero-lead { max-width: 760px; margin: 18px 0 0; color: #e3ecea; font-size: 20px; }
.hero-context { margin-top: 16px; color: #a9d7d0; font-size: 13px; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.hero .button.secondary { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(23,59,61,.55); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin-top: 26px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.28); }
.hero-fact { padding: 0 14px; border-left: 1px solid rgba(255,255,255,.28); color: #dce8e6; font-size: 12px; }
.hero-fact:first-child { padding-left: 0; border-left: 0; }

.deadline-strip { color: #fff; background: var(--red); }
.deadline-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 54px; padding-block: 8px; }
.deadline-row strong { font-size: 14px; }
.deadline-row span { font-size: 13px; opacity: .92; }
.deadline-row a { font-weight: 800; }
.campaign-tag { display: inline-block; margin-right: 9px; padding: 2px 6px; border: 1px solid rgba(255,255,255,.65); color: #fff; font-size: 10px !important; font-weight: 900; letter-spacing: 0; opacity: 1 !important; }

.breadcrumbs { background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 12px 0; list-style: none; color: var(--muted); font-size: 13px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 7px; color: #98a4a9; }

main { overflow: clip; }
.band { padding: var(--section-space) 0; }
.band.white { background: #fff; }
.band.soft { background: var(--canvas); }
.band.dark { color: #fff; background: var(--brand-dark); }
.section-head { max-width: 820px; margin-bottom: 28px; }
.section-head .kicker { color: var(--brand); font-size: 13px; font-weight: 900; }
.band.dark .section-head .kicker { color: #9ad8cf; }
h2 { margin: 5px 0 0; font-size: 43px; line-height: 1.2; letter-spacing: 0; }
.page-title { color: var(--ink); font-size: 56px; }
.page-title.large { font-size: 70px; }
.compact-title { font-size: 24px; }
.centered-page { min-height: 65vh; display: grid; align-items: center; }
.section-head p { margin: 12px 0 0; color: var(--muted); font-size: 17px; }
.band.dark .section-head p { color: #cddbd9; }
h3 { margin: 0; font-size: 20px; line-height: 1.35; letter-spacing: 0; }
p { margin: 8px 0 0; }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 15px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 22px; border: 1px solid var(--line); border-radius: 2px; background: #fff; }
.card p { color: var(--muted); }
.card .label { display: inline-block; margin-bottom: 9px; color: var(--brand); font-size: 12px; font-weight: 900; }
.band.dark .card { color: var(--ink); }
.number { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 14px; border-radius: 50%; color: #fff; background: var(--brand); font-size: 13px; font-weight: 900; }
.card.red { border-color: #e7c9c6; background: #fffafa; }
.card.blue { border-color: #cbdbe4; background: #f9fcfd; }
.card.amber { border-color: #e4d4b7; background: #fffdf8; }
.card.green { border-color: #c8ddd0; background: #f9fcfa; }
.card.red h3, .card.red .label { color: var(--red); }
.card.blue h3, .card.blue .label { color: var(--blue); }
.card.amber h3, .card.amber .label { color: var(--amber); }
.card.green h3, .card.green .label { color: var(--green); }

.feature-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 28px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--green); font-size: 12px; font-weight: 900; }
.feature-list.muted li::before { content: "–"; background: #8d999e; }

.proof-note { padding: 16px 18px; border: 1px solid #e1c894; border-radius: 2px; background: var(--amber-soft); }
.proof-note strong { display: block; }
.proof-note p { color: #594314; }
.pending-evidence { min-height: 190px; display: grid; align-content: center; padding: 22px; border: 1px dashed #9eafb5; border-radius: 2px; background: #fff; }
.pending-evidence strong { color: var(--red); }
.pending-evidence p { color: var(--muted); }

.sample-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 2px; background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th { padding: 11px 12px; color: #fff; background: #263b42; text-align: left; font-size: 13px; }
td { padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 14px; }
tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; padding: 2px 8px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.status.ok { color: #225c3c; background: var(--green-soft); }
.status.pending { color: #7a2b27; background: var(--red-soft); }
.status.sample { color: #62470d; background: var(--amber-soft); }

.timeline { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.timeline::before { content: ""; position: absolute; top: 35px; left: 15%; right: 15%; height: 2px; background: var(--line); }
.timeline-item { position: relative; z-index: 1; padding: 20px; border: 1px solid var(--line); border-radius: 2px; background: #fff; }
.timeline-item.past .timeline-date { color: #65747a; }
.timeline-item.urgent .timeline-date { color: var(--red); }
.timeline-date { font-size: 23px; font-weight: 900; }
.timeline-item p { color: var(--muted); }

.plans { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.plan { position: relative; padding: 22px; border: 1px solid var(--line); border-radius: 2px; background: #fff; }
.plan.featured { border: 2px solid var(--brand); }
.plan-badge { position: absolute; right: 14px; top: 14px; padding: 3px 8px; border-radius: 999px; color: #fff; background: var(--brand); font-size: 11px; font-weight: 900; }
.price { margin: 12px 0; font-size: 32px; font-weight: 900; }
.price small { color: var(--muted); font-size: 13px; font-weight: 600; }
.plan .button { width: 100%; margin-top: 18px; }
.pricing-band { border-top: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.pricing-grid .plan { min-height: 100%; padding: 28px; }
.pricing-grid .featured { background: #f4faf8; }
.pricing-grid .plan-badge.neutral { color: var(--brand-dark); border: 1px solid var(--line); background: #fff; }
.pricing-grid h3 { display: grid; gap: 10px; margin: 0 0 20px; padding-right: 112px; }
.pricing-grid .plan-name { color: var(--muted); font-family: var(--body-font); font-size: 14px; font-weight: 850; }
.pricing-grid .plan-price { color: var(--ink); font-size: 34px; line-height: 1.18; }
.pricing-grid .feature-list { margin-top: 0; }
.pricing-grid .compact-plan { min-height: auto; border-left: 3px solid var(--brand); }
.pricing-grid .compact-plan h3 { padding-right: 0; }
.pricing-grid .compact-plan .plan-price { font-size: 26px; }
.pricing-grid .compact-plan p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.pricing-disclaimer { margin: 18px 0 0; padding-top: 16px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; line-height: 1.7; }

.form-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 20px; align-items: start; }
.form-panel { padding: 24px; border: 1px solid var(--line); border-radius: 2px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-expectations { display: flex; flex-wrap: wrap; gap: 8px 0; margin-top: 18px; color: var(--muted); font-size: 13px; font-weight: 800; }
.form-expectations span { padding: 0 12px; border-left: 1px solid var(--line); }
.form-expectations span:first-child { padding-left: 0; border-left: 0; }
.form-panel form { margin-top: 18px; }
.form-group { min-width: 0; margin: 0; padding: 22px 0; border: 0; border-top: 1px solid var(--line); }
.form-group:first-of-type { padding-top: 8px; border-top: 0; }
.form-group legend { padding: 0; color: var(--ink); font-family: var(--display-font); font-size: 22px; font-weight: 850; }
.form-group > p { margin: 3px 0 15px; color: var(--muted); font-size: 13px; }
.field { display: grid; gap: 5px; }
.field.full { grid-column: 1 / -1; }
label { font-size: 13px; font-weight: 800; }
.required { color: var(--red); }
input, select, textarea { width: 100%; min-height: 46px; border: 1px solid #aebbc0; border-radius: 2px; padding: 11px 12px; color: var(--ink); background: #fff; }
textarea { min-height: 130px; resize: vertical; }
.field-hint { color: var(--muted); font-size: 12px; }
.field-meta { display: flex; justify-content: space-between; gap: 12px; }
.character-count { flex: 0 0 auto; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.field-error { min-height: 18px; color: var(--red); font-size: 12px; }
.has-error input, .has-error select, .has-error textarea { border-color: var(--red); }
.checkbox-row { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; }
.checkbox-row input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--brand); }
.checkbox-row label { font-weight: 500; }
.checkbox-row .field-error { grid-column: 2; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.form-message { display: none; margin-bottom: 14px; padding: 12px 14px; border-radius: 2px; }
.form-message.error { display: block; color: #762b27; background: var(--red-soft); }
.form-message.success { display:block; color:#225c3c; background:#edf7f0; border-left:4px solid var(--teal); }
.draft-status { min-height: 20px; margin-bottom: 4px; color: var(--green); font-size: 12px; }
.preview-banner { padding: 12px 14px; border: 1px solid #e7ca92; border-radius: 2px; background: var(--amber-soft); font-size: 13px; }
.intent-notice { margin-top: 10px; padding: 12px 14px; border-left: 4px solid var(--blue); background: var(--blue-soft); font-size: 13px; }
.intent-notice[hidden] { display: none; }
.route-status { margin: 4px 0 18px; padding: 12px 14px; border-left: 4px solid var(--green); background: var(--green-soft); color: #225c3c; font-size: 13px; font-weight: 750; }
.route-status.urgent { border-left-color: var(--red); background: var(--red-soft); color: #762b27; }
.consent-field { margin-top: 5px; padding-top: 18px; border-top: 1px solid var(--line); }
.form-submit { display: flex; align-items: center; gap: 15px; margin-top: 18px; }
.form-submit p { max-width: 440px; color: var(--muted); font-size: 12px; }
.form-aside { display: grid; gap: 12px; }
.aside-block { padding: 18px; border: 1px solid var(--line); border-radius: 2px; background: #fff; }
.aside-block p, .aside-block li { color: var(--muted); }
.aside-block ul { margin: 9px 0 0; padding-left: 19px; }

.cta-band { padding: 48px 0; color: #fff; background: var(--brand-dark); }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-row h2 { font-size: 38px; }
.cta-row p { color: #ccdcda; }
.cta-actions { display: flex; flex-wrap: wrap; flex: 0 0 auto; gap: 9px; }

.related-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.related-link { display: block; min-height: 115px; padding: 17px; border: 1px solid var(--line); border-radius: 2px; background: #fff; text-decoration: none; }
.related-link:hover { border-color: var(--brand); background: #f8fbfa; }
.related-link strong { display: block; }
.related-link span { color: var(--muted); font-size: 13px; }

.site-footer { color: #dbe6e4; background: #102d2f; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; gap: 24px; padding: 50px 0 35px; }
.footer-grid h2, .footer-grid h3 { color: #fff; font-size: 16px; }
.footer-grid p, .footer-grid a, .footer-grid li { color: #bfcfcd; font-size: 13px; }
.footer-grid ul { margin: 10px 0 0; padding: 0; list-style: none; }
.footer-grid li { margin: 7px 0; }
.footer-grid a:hover { color: #fff; }
.footer-link-button { min-height: 0; padding: 0; border: 0; border-radius: 0; color: #bfcfcd; background: transparent; font-size: 13px; font-weight: 400; text-decoration: underline; }
.footer-link-button:hover { color: #fff; }
.legal-pending { padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; }
.footer-bottom { padding: 15px 0 24px; border-top: 1px solid rgba(255,255,255,.14); color: #9fb3b0; font-size: 12px; }

.legal-sections { max-width: 900px; }
.sitemap-list { display: grid; gap: 10px; }
.sitemap-entry { border: 1px solid var(--line); background: #fff; }
.sitemap-entry summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 70px; padding: 14px 17px; cursor: pointer; }
.sitemap-entry summary::marker { color: var(--brand); }
.sitemap-entry summary span:first-child { min-width: 0; }
.sitemap-entry summary strong, .sitemap-entry summary small { display: block; }
.sitemap-entry summary strong { color: var(--ink); font-size: 17px; }
.sitemap-entry summary small { margin-top: 3px; color: var(--muted); overflow-wrap: anywhere; }
.sitemap-entry[open] summary { border-bottom: 1px solid var(--line); background: var(--brand-soft); }
.sitemap-entry-body { padding: 18px; }
.sitemap-actions { display: flex; justify-content: flex-end; margin-bottom: 16px; }
.sitemap-seo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0 0 16px; background: var(--line); border: 1px solid var(--line); }
.sitemap-seo-grid > div { min-width: 0; padding: 13px 14px; background: #fff; }
.sitemap-seo-grid > .full { grid-column: 1 / -1; }
.sitemap-seo-grid dt { margin-bottom: 4px; color: var(--brand-dark); font-size: 12px; font-weight: 800; }
.sitemap-seo-grid dd { margin: 0; color: var(--ink); overflow-wrap: anywhere; }
.sitemap-link-list a { white-space: nowrap; }
.legal-section { padding: 24px 0; border-top: 1px solid var(--line); }
.legal-section:first-child { border-top: 0; }
.legal-section p { max-width: 780px; }
.legal-sources { max-width: 900px; margin-top: 28px; padding: 22px 0; border-top: 3px solid var(--brand); }
.legal-sources h2 { font-size: 22px; }
.legal-sources ul { padding-left: 20px; }

.cookie-consent { position: fixed; right: 18px; bottom: 18px; z-index: 80; width: min(620px, calc(100% - 36px)); display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 20px; padding: 18px; border: 1px solid #aab9bb; border-radius: 4px; background: #fff; box-shadow: 0 16px 42px rgba(23,33,38,.24); }
.cookie-consent[hidden] { display: none; }
.cookie-consent h2 { margin: 0; font-size: 19px; }
.cookie-consent p { margin: 7px 0; color: var(--muted); font-size: 13px; }
.cookie-consent a { font-size: 13px; }
.cookie-actions { display: flex; gap: 8px; }

.mobile-cta { display: none; }
.contact-floating-stack {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 46;
  display: grid;
  gap: 8px;
  transition: opacity .18s ease;
}
.contact-floating-button {
  width: 142px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 17px 8px 10px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 9px 24px rgba(17, 62, 39, .25);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.line-floating-button {
  border: 1px solid #06743a;
  background: #087d3e;
}
.line-floating-button:hover { color: #fff; background: #06743a; box-shadow: 0 12px 28px rgba(17, 62, 39, .32); transform: translateY(-2px); }
.whatsapp-floating-button {
  border: 1px solid #064e46;
  background: #075e54;
}
.whatsapp-floating-button:hover { color: #fff; background: #064e46; box-shadow: 0 12px 28px rgba(7, 65, 58, .32); transform: translateY(-2px); }
.contact-floating-button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.whatsapp-floating-mark,
.line-floating-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  font-weight: 1000;
  letter-spacing: 0;
}
.whatsapp-floating-mark {
  width: 32px;
  height: 32px;
}
.whatsapp-floating-mark img { width: 21px; height: 21px; display: block; }
.line-floating-mark {
  width: 34px;
  height: 28px;
  color: #08763a;
  font-size: 9px;
}
.line-floating-mark::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.contact-floating-label { white-space: nowrap; }
.cookie-consent:not([hidden]) ~ .contact-floating-stack { visibility: hidden; opacity: 0; pointer-events: none; }
body.form-field-active .contact-floating-stack { visibility: hidden; opacity: 0; pointer-events: none; }
.noindex-note { padding: 11px 14px; color: #62470d; background: var(--amber-soft); border-bottom: 1px solid #e5cf9e; text-align: center; font-size: 13px; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .primary-nav { position: fixed; inset: 68px 0 auto; display: none; padding: 16px 18px 22px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; }
  .primary-nav a { padding: 11px; }
  .header-cta { margin: 6px 0 0; }
  .grid-4, .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-3, .plans, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .form-layout { grid-template-columns: 1fr; }
  .timeline::before { display: none; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 24px, var(--content-max)); }
  .brand { gap: 8px; }
  .brand-logo { width: 88px; }
  .brand-divider { height: 30px; }
  .brand-name { font-size: 15px; }
  .brand-lockup small { display: none; }
  .brand-positioning { display: none; }
  .hero { min-height: 540px; background-position: 61% center; }
  .hero .wrap { padding-block: 60px 70px; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-lead { font-size: 18px; }
  .page-title, .page-title.large { font-size: 42px; }
  .compact-title { font-size: 24px; }
  .cta-row h2 { font-size: 30px; }
  .hero-actions .button { width: 100%; }
  .deadline-row { align-items: start; flex-direction: column; padding-block: 12px; }
  .band { padding: var(--section-space-mobile) 0; }
  .grid-2, .grid-3, .grid-4, .plans, .pricing-grid, .timeline, .related-links, .footer-grid { grid-template-columns: 1fr; }
  .pricing-grid .plan { padding: 22px; }
  .pricing-grid h3 { padding-right: 0; }
  .pricing-grid .plan-badge { position: static; display: inline-block; width: max-content; margin-bottom: 14px; }
  .pricing-grid .plan-price { font-size: 30px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .sitemap-entry summary { align-items: flex-start; }
  .sitemap-entry-body { padding: 13px; }
  .sitemap-actions .button { width: 100%; }
  .sitemap-seo-grid { grid-template-columns: 1fr; }
  .sitemap-seo-grid > .full { grid-column: auto; }
  .form-band .section-head { margin-bottom: 20px; }
  .form-panel { padding: 17px 14px; box-shadow: none; }
  .form-group { padding-block: 19px; }
  .form-group legend { font-size: 20px; }
  input, select, textarea { min-height: 48px; font-size: 16px; }
  .field-meta { align-items: flex-start; }
  .checkbox-row { grid-template-columns: 24px 1fr; gap: 10px; }
  .checkbox-row input { width: 22px; height: 22px; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; min-height: 50px; }
  .form-submit p { margin-top: 0; }
  .cta-row { align-items: stretch; flex-direction: column; }
  .cta-actions { display: grid; }
  .mobile-cta { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 45; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 7px; border: 1px solid var(--line); border-radius: var(--radius-floating); background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(23,33,38,.2); backdrop-filter: blur(10px); }
  .mobile-cta .button { min-height: 42px; padding: 8px; font-size: 12px; }
  .contact-floating-stack {
    right: 14px;
    bottom: 84px;
    gap: 8px;
  }
  .contact-floating-button {
    width: 52px;
    min-height: 52px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
  .whatsapp-floating-mark { width: 31px; height: 31px; font-size: 15px; }
  .line-floating-mark { width: 31px; height: 26px; font-size: 8px; }
  .contact-floating-label { display: none; }
  body.has-form .contact-floating-stack { bottom: 18px; }
  body.has-form .mobile-cta { display: none; }
  body.has-form .site-footer { padding-bottom: 0; }
  .site-footer { padding-bottom: 76px; }
  .cookie-consent { left: 10px; right: 10px; bottom: 84px; width: auto; grid-template-columns: 1fr; gap: 12px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions button { min-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
