@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/montserrat-800.ttf") format("truetype");
}

:root {
  --navy: #17233b;
  --navy-2: #243653;
  --teal: #0f766e;
  --teal-dark: #0b5f59;
  --mint: #ccfbf1;
  --mint-soft: #f0fdfa;
  --ivory: #faf7f0;
  --pink: #c65a85;
  --text: #26344b;
  --muted: #64748b;
  --subtle: #94a3b8;
  --line: #dfe6ee;
  --surface: #f8fafc;
  --white: #fff;
  --critical: #c53030;
  --critical-soft: #fff1f2;
  --warning: #b45309;
  --warning-soft: #fff7ed;
  --safe: #047857;
  --shadow: 0 20px 52px rgba(23, 35, 59, 0.1);
  --shadow-small: 0 10px 28px rgba(23, 35, 59, 0.08);
  --radius: 18px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family:
    "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a,
input,
select,
textarea,
summary {
  outline: none;
}

:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.35);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: white;
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(223, 230, 238, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 28px;
}

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

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.18;
}

.brand-copy strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.brand-copy span {
  margin-top: 2px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.site-header .brand {
  gap: 0;
}

.site-header .brand img {
  width: 56px;
  height: 56px;
}

.site-header .brand-copy {
  line-height: normal;
}

.site-header .brand-copy strong {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.site-header .brand-copy span {
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.desktop-nav a,
.footer-links a {
  color: #536176;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--teal);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--teal);
  border-radius: 10px;
  padding: 11px 22px;
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 8px 20px rgba(15, 118, 110, 0.18);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.button:hover {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
  transform: translateY(-1px);
}

.button-small {
  min-height: 40px;
  border-radius: 8px;
  padding: 8px 17px;
  font-size: 13px;
}

.button-secondary {
  color: var(--teal);
  background: transparent;
  box-shadow: none;
}

.button-secondary:hover {
  color: var(--white);
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  min-height: 760px;
  padding-top: 148px;
  padding-bottom: 82px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(600px, 1.12fr);
  align-items: center;
  gap: 54px;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 22px;
  height: 2px;
  margin: 0 9px 3px 0;
  background: var(--teal);
  content: "";
}

.hero h1,
.section-heading h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 580px;
  font-size: clamp(44px, 4.2vw, 58px);
  line-height: 1.12;
}

.hero-lead {
  max-width: 590px;
  margin: 26px 0 30px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.value-strip div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 0 13px;
  border-right: 1px solid var(--line);
}

.value-strip div:first-child {
  padding-left: 0;
}

.value-strip div:last-child {
  border-right: 0;
}

.value-strip span {
  color: var(--pink);
  font-size: 10px;
  font-weight: 900;
}

.value-strip strong {
  margin-top: 4px;
  color: var(--navy);
  font-size: 13px;
}

.value-strip small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  white-space: nowrap;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 132px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d5dee8;
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
}

.mock-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 12px;
  color: #d7e1ec;
  background: var(--navy);
  font-size: 10px;
}

.mock-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  color: white;
  font-size: 10px;
  font-weight: 800;
}

.mock-brand img {
  width: 23px;
  height: 23px;
}

.mock-sidebar > span {
  padding: 8px 9px;
  border-radius: 6px;
}

.mock-sidebar .active {
  color: white;
  background: var(--teal);
  font-weight: 800;
}

.dashboard-main {
  min-width: 0;
  padding: 22px;
  background: #fbfcfd;
}

.mock-toolbar,
.surface-toolbar,
.panel-title,
.meal-sheet-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mock-toolbar strong,
.surface-toolbar strong,
.panel-title strong {
  color: var(--navy);
}

.mock-toolbar small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.status-dot {
  color: var(--safe);
  font-size: 10px;
  font-weight: 700;
}

.status-dot::before,
.status-live {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: #10b981;
  content: "";
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 17px;
}

.stat-grid > div {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}

.stat-grid small,
.stat-grid span {
  color: var(--muted);
  font-size: 9px;
}

.stat-grid strong {
  display: inline-block;
  margin-top: 5px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1;
}

.stat-grid .danger-stat {
  border-color: #fecdd3;
  background: var(--critical-soft);
}

.stat-grid .danger-stat strong,
.stat-grid .danger-stat small {
  color: var(--critical);
}

.dashboard-panel {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}

.panel-title {
  padding-bottom: 9px;
  border-bottom: 1px solid #edf1f5;
  font-size: 11px;
}

.panel-title a,
.panel-title span {
  color: var(--teal);
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}

.alert-row {
  display: grid;
  grid-template-columns: 25px 1.05fr 0.85fr 1fr;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  border-bottom: 1px solid #edf1f5;
  color: var(--muted);
  font-size: 9px;
}

.alert-row:last-child {
  border-bottom: 0;
}

.alert-row strong {
  color: var(--navy);
}

.severity {
  display: inline-flex;
  width: 23px;
  height: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 900;
}

.severity.high {
  color: var(--critical);
  background: #fee2e2;
}

.severity.medium {
  color: var(--warning);
  background: #ffedd5;
}

.severity.low {
  color: var(--safe);
  background: #d1fae5;
}

.progress-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px 14px;
}

.progress-panel .panel-title {
  grid-column: 1 / -1;
}

.progress-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  color: var(--muted);
  font-size: 9px;
}

.progress-row b {
  color: var(--navy);
}

.progress-row i {
  position: relative;
  grid-column: 1 / -1;
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: #e7edf3;
}

.progress-row i::after {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
  content: "";
}

.workflow-section {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.section-heading {
  max-width: 680px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.workflow-section .section-heading {
  max-width: 900px;
}

.section-heading h2,
.contact-copy h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.2;
}

.section-heading > p:last-child {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.workflow {
  position: relative;
  display: grid;
  gap: 26px;
  margin-top: 62px;
}

.workflow::before {
  position: absolute;
  top: 48px;
  bottom: 48px;
  left: 24px;
  border-left: 1px dashed #5eead4;
  content: "";
}

.workflow-item {
  position: relative;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  padding: 32px 32px 32px 0;
  border-bottom: 1px solid var(--line);
}

.workflow-item:last-child {
  border-bottom: 0;
}

.step-copy {
  position: relative;
  padding-left: 68px;
}

.step-number {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--surface);
  border-radius: 50%;
  color: white;
  background: var(--teal);
  font-size: 18px;
  font-weight: 900;
}

.step-copy h3,
.mode-column h3,
.feature-list h3,
.audience-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  letter-spacing: -0.025em;
}

.step-copy > p,
.mode-column > p,
.feature-list p,
.audience-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.check-list {
  display: grid;
  gap: 7px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 20px;
  color: #4d5f73;
  font-size: 13px;
}

.check-list li::before {
  position: absolute;
  top: 9px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.product-surface,
.meal-sheet,
.schedule-card,
.connection-status,
.standalone-flow {
  min-width: 0;
  border: 1px solid #d6e0e9;
  border-radius: 13px;
  background: white;
  box-shadow: var(--shadow-small);
}

.surface-toolbar,
.meal-sheet-actions {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.surface-toolbar button,
.responsive-table button,
.meal-sheet-actions button {
  border: 1px solid var(--teal);
  border-radius: 6px;
  padding: 6px 10px;
  color: white;
  background: var(--teal);
  font-size: 10px;
  font-weight: 800;
}

.tabs {
  display: flex;
  gap: 18px;
  padding: 10px 15px 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.tabs .selected {
  padding-bottom: 7px;
  border-bottom: 2px solid var(--teal);
  color: var(--teal);
}

.responsive-table {
  min-width: 0;
  overflow-x: auto;
}

.responsive-table table,
.paper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
  white-space: nowrap;
}

.responsive-table th,
.responsive-table td {
  padding: 10px 13px;
  border-top: 1px solid #edf1f5;
  text-align: left;
}

.responsive-table th {
  color: var(--muted);
  background: #fbfcfd;
  font-size: 9px;
}

.responsive-table td {
  color: #405168;
}

.tag,
.state,
.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 99px;
  padding: 3px 7px;
  color: var(--teal);
  background: var(--mint-soft);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.tag + .tag {
  margin-left: 3px;
}

.tag.critical {
  color: var(--critical);
  background: var(--critical-soft);
}

.tag.warning {
  color: var(--warning);
  background: var(--warning-soft);
}

.tag.safe {
  color: var(--safe);
  background: #ecfdf5;
}

.meal-sheet {
  padding-bottom: 14px;
  background: #f5f7fa;
}

.paper {
  margin: 14px;
  padding: 20px;
  border: 1px solid #cbd5e1;
  background: white;
}

.paper-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
}

.paper-head strong,
.paper-head span {
  display: block;
  color: var(--navy);
  font-size: 12px;
}

.paper-head span {
  margin-top: 3px;
  font-size: 10px;
}

.paper-head small {
  color: var(--muted);
  font-size: 9px;
}

.paper th,
.paper td {
  border: 1px solid #aeb9c5;
  padding: 8px;
  text-align: left;
}

.paper th {
  color: var(--navy);
  background: #f8fafc;
}

.critical-text {
  color: var(--critical) !important;
}

.warning-text {
  color: var(--warning) !important;
}

.integration-section {
  background: var(--ivory);
}

.mode-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid #d9e1e8;
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow-small);
}

.mode-column {
  padding: 40px;
}

.mode-column + .mode-column {
  border-left: 1px solid var(--line);
}

.mode-column.standalone {
  background: #fbfefd;
}

.mode-label {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid #99f6e4;
  border-radius: 99px;
  padding: 5px 10px;
  color: var(--teal);
  background: var(--mint-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.sync-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  padding: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sync-diagram > div:not(.sync-arrows) {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  text-align: center;
}

.sync-diagram strong,
.sync-diagram span {
  display: block;
}

.sync-diagram strong {
  color: var(--navy);
  font-size: 12px;
}

.sync-diagram span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 8px;
}

.sync-arrows span {
  color: var(--teal);
  font-weight: 800;
}

.connection-status {
  margin-top: 22px;
  padding: 16px;
  box-shadow: none;
}

.connection-status div {
  display: flex;
  align-items: center;
}

.connection-status strong {
  color: var(--navy);
  font-size: 12px;
}

.connection-status small {
  color: var(--muted);
  font-size: 9px;
}

.connection-status p {
  margin: 11px 0 0;
  color: #526275;
  font-size: 10px;
}

.standalone-flow {
  display: grid;
  gap: 0;
  margin: 24px 0;
  overflow: hidden;
  box-shadow: none;
}

.standalone-flow > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.standalone-flow > div:last-child {
  border-bottom: 0;
}

.standalone-flow span {
  grid-row: 1 / 3;
  color: var(--pink);
  font-size: 11px;
  font-weight: 900;
}

.standalone-flow strong {
  color: var(--navy);
  font-size: 12px;
}

.standalone-flow small {
  color: var(--muted);
  font-size: 9px;
}

.standalone-note {
  margin-top: 22px;
  border-left: 3px solid var(--teal);
  padding: 12px 14px;
  color: var(--teal-dark);
  background: var(--mint-soft);
  font-size: 12px;
  font-weight: 800;
}

.features-section {
  overflow: hidden;
}

.feature-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin-top: 34px;
}

.feature-list article {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.feature-list article > span {
  color: var(--pink);
  font-size: 11px;
  font-weight: 900;
}

.feature-list h3 {
  font-size: 14px;
}

.feature-list p {
  font-size: 12px;
}

.feature-visual {
  position: relative;
  min-height: 600px;
}

.feature-visual > img {
  width: 78%;
  height: 310px;
  margin-left: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.schedule-card {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 0;
  overflow: hidden;
}

.schedule-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.schedule-summary span {
  padding: 14px;
  color: var(--muted);
  background: white;
  font-size: 10px;
}

.schedule-summary b {
  color: var(--navy);
  font-size: 17px;
}

.schedule-line {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
}

.schedule-line:last-child {
  border-bottom: 0;
}

.schedule-line strong {
  color: var(--navy);
}

.schedule-line em {
  border-radius: 99px;
  padding: 3px 7px;
  color: var(--critical);
  background: var(--critical-soft);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.schedule-line em.medium {
  color: var(--warning);
  background: var(--warning-soft);
}

.schedule-line em.safe {
  color: var(--safe);
  background: #ecfdf5;
}

.audience-section {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 50px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-grid article {
  padding: 28px;
  border-right: 1px solid var(--line);
}

.audience-grid article:last-child {
  border-right: 0;
}

.audience-grid article > span {
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.audience-grid h3 {
  margin-top: 12px;
  font-size: 17px;
}

.audience-grid p {
  font-size: 13px;
}

.rollout-section {
  padding: 86px 0;
}

.rollout-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.rollout-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rollout-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.rollout-list li:first-child {
  padding-top: 0;
}

.rollout-list span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #99f6e4;
  border-radius: 50%;
  color: var(--teal);
  background: var(--mint-soft);
  font-weight: 900;
}

.rollout-list strong {
  color: var(--navy);
}

.rollout-list p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.faq-section {
  border-top: 1px solid var(--line);
  background: var(--ivory);
}

.faq-list {
  border-top: 1px solid #cfd8df;
}

.faq-list details {
  border-bottom: 1px solid #cfd8df;
}

.faq-list summary {
  position: relative;
  padding: 19px 44px 19px 0;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 19px;
  right: 8px;
  color: var(--teal);
  content: "+";
  font-size: 22px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -5px 44px 20px 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-section {
  color: white;
  background: var(--navy);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 76px;
}

.contact-copy {
  position: sticky;
  top: 112px;
}

.contact-copy .eyebrow,
.contact-copy h2 {
  color: white;
}

.contact-copy .eyebrow::before {
  background: #5eead4;
}

.contact-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: #cbd5e1;
  font-size: 16px;
}

.contact-points {
  display: grid;
  gap: 12px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.contact-points li {
  position: relative;
  padding-left: 20px;
  color: #e2e8f0;
  font-size: 14px;
}

.contact-points li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5eead4;
  content: "";
}

.direct-contact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 13px;
}

.direct-contact span {
  color: #94a3b8;
}

.direct-contact a {
  color: white;
  font-weight: 700;
}

.form-card {
  padding: 36px;
  border-radius: var(--radius);
  color: var(--text);
  background: white;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.form-heading {
  margin-bottom: 26px;
}

.form-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: 27px;
  letter-spacing: -0.025em;
}

.form-heading > p:last-child {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}

#contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.field.full,
.needs-field,
.form-status,
.submit-button {
  grid-column: 1 / -1;
}

.field label,
.field legend {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--navy);
  background: white;
  font-size: 14px;
}

.field textarea {
  resize: vertical;
}

.field input[aria-invalid="true"] {
  border-color: var(--critical);
  background: #fffafa;
}

.field-error {
  min-height: 17px;
  color: var(--critical);
  font-size: 11px;
}

.needs-field {
  margin: 0;
  border: 0;
  padding: 0;
}

.checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.checkbox-grid label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  color: #4a5a70;
  background: var(--surface);
  font-size: 11px;
  font-weight: 700;
}

.checkbox-grid input {
  width: auto;
  accent-color: var(--teal);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--critical);
  font-size: 12px;
}

.submit-button {
  width: 100%;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.contact-success {
  padding: 70px 28px;
  text-align: center;
}

.contact-success span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.contact-success h3 {
  margin: 12px 0 8px;
  color: var(--navy);
  font-size: 25px;
}

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

footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.footer-brand {
  gap: 0;
  text-align: left;
}

.footer-brand img {
  width: 56px;
  height: 56px;
}

.footer-brand .brand-copy {
  align-items: flex-start;
  line-height: normal;
  text-align: left;
}

.footer-brand .brand-copy strong {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-align: left;
}

.footer-brand .brand-copy span {
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}

footer p {
  color: var(--muted);
  font-size: 11px;
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 18px;
  }

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

  .hero-copy {
    max-width: 760px;
  }

  .dashboard-shell {
    width: 100%;
    max-width: 820px;
  }

  .workflow-item {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 30px;
  }

  .feature-layout {
    grid-template-columns: 1fr;
  }

  .feature-copy {
    max-width: 800px;
  }

  .feature-visual {
    max-width: 820px;
  }

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

  .audience-grid article:nth-child(2) {
    border-right: 0;
  }

  .audience-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .section {
    padding: 80px 0;
  }

  .container {
    width: min(100% - 32px, var(--container));
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
  }

  .menu-button span {
    width: 18px;
    height: 2px;
    background: var(--navy);
  }

  .mobile-nav {
    display: grid;
    gap: 0;
    padding: 0 16px 16px;
    border-top: 1px solid var(--line);
    background: white;
  }

  .mobile-nav > a:not(.button) {
    padding: 13px 6px;
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-nav .button {
    margin-top: 12px;
  }

  .hero {
    min-height: auto;
    padding-top: 124px;
  }

  .value-strip {
    grid-template-columns: 1fr 1fr;
    gap: 18px 0;
  }

  .value-strip div:nth-child(2) {
    border-right: 0;
  }

  .dashboard-shell {
    grid-template-columns: 112px minmax(500px, 1fr);
    overflow-x: auto;
  }

  .workflow::before {
    display: none;
  }

  .workflow-item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-right: 0;
  }

  .step-copy {
    padding-left: 62px;
  }

  .step-number {
    border-color: var(--surface);
  }

  .mode-comparison {
    grid-template-columns: 1fr;
  }

  .mode-column + .mode-column {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .rollout-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .contact-copy {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand,
  .footer-links {
    justify-content: center;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 66px 0;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy span {
    font-size: 9px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
  }

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

  .value-strip div {
    padding: 0 10px;
  }

  .dashboard-shell {
    grid-template-columns: 96px minmax(480px, 1fr);
    margin-right: -12px;
    border-radius: 12px 0 0 12px;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: 34px;
  }

  .mode-column,
  .form-card {
    padding: 26px 20px;
  }

  .sync-diagram {
    grid-template-columns: 1fr;
  }

  .sync-arrows {
    display: grid;
    gap: 3px;
    text-align: center;
  }

  .feature-list,
  .audience-grid,
  #contact-form {
    grid-template-columns: 1fr;
  }

  .feature-visual {
    min-height: 510px;
  }

  .feature-visual > img {
    width: 100%;
    height: 250px;
  }

  .schedule-card {
    right: 0;
    bottom: 0;
  }

  .schedule-line {
    grid-template-columns: 88px 1fr;
  }

  .schedule-line em {
    grid-column: 2;
    justify-self: start;
  }

  .audience-grid article,
  .audience-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audience-grid article:last-child {
    border-bottom: 0;
  }

  .checkbox-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
