/* Complete-page components layered on top of the core design system. */

.section-intro-row {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.58fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 44px;
}

.section-intro-row .section-header {
  margin-bottom: 0;
}

.section-aside-copy {
  color: var(--muted);
  font-size: 1.03rem;
}

.section-aside-copy p:last-child {
  margin-bottom: 0;
}

.lead-flow-frame {
  position: relative;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.lead-flow-scroll {
  padding: 2px 2px 20px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccd7eb transparent;
}

.lead-flow-scroll:focus-visible {
  border-radius: 8px;
}

.lead-flow-track {
  display: grid;
  min-width: 1450px;
  grid-template-columns: repeat(8, 1fr);
  gap: 22px;
}

.flow-step {
  position: relative;
  min-height: 208px;
  padding: 20px 17px 18px;
  border: 1px solid var(--border);
  border-radius: 15px;
  background: #fbfcfe;
}

.flow-step:not(:last-child)::after {
  position: absolute;
  top: 37px;
  right: -17px;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #9eb4df;
  border-right: 1.5px solid #9eb4df;
  transform: rotate(45deg);
  content: "";
}

.flow-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 27px;
  margin-bottom: 24px;
  padding: 0 8px;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.flow-step-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flow-step h3 {
  min-height: 48px;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.flow-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.flow-step--human {
  border-color: #b9cafe;
  background: linear-gradient(160deg, #f7f9ff, var(--blue-soft));
}

.human-branch {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 8px;
  padding: 21px;
  border: 1px dashed #b9c8e8;
  border-radius: 15px;
  background: #f8faff;
}

.branch-sources { display: grid; gap: 10px; }
.branch-source::after { content: " →"; color: var(--blue); }

.branch-source,
.branch-destination {
  min-height: 58px;
  padding: 11px 13px;
  border: 1px solid #dbe4f3;
  border-radius: 11px;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.branch-destination {
  display: flex;
  align-items: center;
  gap: 10px;
  border-color: #b8cbff;
  color: #234fc2;
  background: var(--blue-soft);
}

.branch-arrow {
  color: #8094bc;
  font-size: 1.1rem;
}

.branch-icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--blue);
}

.flow-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.flow-disclaimer svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--blue);
}

.core-offer {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.core-offer::after {
  position: absolute;
  right: -180px;
  bottom: -300px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 68px rgba(148, 163, 184, 0.035), 0 0 0 136px rgba(148, 163, 184, 0.025);
  content: "";
}

.core-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.68fr);
  gap: 80px;
  align-items: center;
}

.core-offer .eyebrow {
  border-color: rgba(147, 180, 255, 0.28);
  color: #cbd9ff;
  background: rgba(47, 107, 255, 0.15);
}

.core-offer h2 {
  margin: 18px 0 24px;
  color: #fff;
}

.core-copy {
  max-width: 650px;
  color: #cbd5e1;
  font-size: 1.05rem;
}

.core-closing {
  margin: 28px 0;
  padding-left: 18px;
  border-left: 3px solid var(--blue);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 650;
}

.core-offer .btn-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.core-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 20px;
  background: rgba(30, 41, 59, 0.72);
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.28);
}

.core-list-item {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(148, 163, 184, 0.13);
  border-radius: 12px;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.48);
  font-size: 0.84rem;
  font-weight: 550;
}

.core-list-item svg {
  flex: 0 0 auto;
  color: #8db0ff;
}

.systems-grid,
.handoff-grid,
.audience-grid,
.demo-grid,
.founder-grid,
.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.systems-copy p,
.handoff-copy > p,
.audience-copy > p,
.founder-copy > p {
  color: var(--muted);
  font-size: 1.01rem;
}

.systems-copy h2,
.handoff-copy h2,
.audience-copy h2,
.founder-copy h2 {
  margin: 16px 0 24px;
}

.highlight-stack {
  display: grid;
  gap: 9px;
  margin: 28px 0 22px;
}

.highlight-line {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #dbe5fb;
  border-radius: 11px;
  background: var(--blue-soft);
  font-family: var(--font-display);
  font-size: 0.93rem;
  font-weight: 650;
}

.highlight-line span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: var(--blue);
  font-size: 0.72rem;
}

.technical-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem !important;
}

.systems-map {
  position: relative;
  min-height: 430px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background-color: #fbfcff;
  background-image: linear-gradient(rgba(220, 228, 241, 0.42) 1px, transparent 1px), linear-gradient(90deg, rgba(220, 228, 241, 0.42) 1px, transparent 1px);
  background-size: 26px 26px;
  box-shadow: var(--shadow-sm);
}

.systems-map-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.system-node {
  position: absolute;
  z-index: 2;
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #dce4ef;
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  font-size: 0.8rem;
  font-weight: 650;
}

.system-node span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
}

.system-node--web { top: 80px; left: 7%; }
.system-node--communication { top: 80px; right: 7%; }
.system-node--crm { top: 190px; left: 34%; border-color: #aac1ff; background: var(--blue-soft); }
.system-node--scheduling { bottom: 62px; left: 7%; }
.system-node--team { right: 7%; bottom: 62px; }

.system-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  transform-origin: left center;
  background: #b9c9e6;
}

.system-line--a { top: 138px; left: 26%; width: 28%; transform: rotate(24deg); }
.system-line--b { top: 151px; left: 54%; width: 27%; transform: rotate(-22deg); }
.system-line--c { top: 258px; left: 20%; width: 28%; transform: rotate(-30deg); }
.system-line--d { top: 239px; left: 54%; width: 29%; transform: rotate(30deg); }

.handoff-visual {
  position: relative;
  min-height: 430px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f4f7ff);
  box-shadow: var(--shadow-sm);
}

.handoff-visual-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.handoff-visual-label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.handoff-flow {
  display: grid;
  max-width: 360px;
  margin: 45px auto 0;
  grid-template-columns: 1fr;
  justify-items: center;
}

.handoff-node {
  width: 100%;
  max-width: 250px;
  padding: 16px;
  border: 1px solid #dce4ef;
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.handoff-node strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.handoff-node small {
  color: var(--muted);
  font-size: 0.72rem;
}

.handoff-connector {
  width: 1px;
  height: 34px;
  background: #aebfdd;
}

.handoff-decision {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.handoff-node--human {
  border-color: #9fbbff;
  color: #234fc2;
  background: var(--blue-soft);
}

.principle-list {
  display: grid;
  gap: 15px;
  margin-top: 32px;
}

.principle-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
}

.principle-item > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d9e2f4;
  border-radius: 11px;
  color: var(--blue);
  background: #fff;
  font-size: 0.76rem;
  font-weight: 750;
}

.principle-item h3 {
  margin-bottom: 3px;
  font-size: 0.98rem;
}

.principle-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

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

.check-list li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 11px;
  align-items: start;
  color: #344054;
  font-size: 0.95rem;
}

.check-list li::before {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 0.76rem;
  font-weight: 800;
  content: "✓";
}

.sector-panel {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.sector-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.sector-panel-header strong {
  font-family: var(--font-display);
  font-size: 1rem;
}

.sector-panel-header span {
  color: var(--muted);
  font-size: 0.75rem;
}

.sector-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sector-tag {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid #dce4ef;
  border-radius: 11px;
  color: #344054;
  background: #fbfcfe;
  font-size: 0.83rem;
  font-weight: 600;
}

.sector-tag::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.sector-closing {
  margin: 26px 0 0;
  padding: 18px;
  border-radius: 12px;
  color: #234fc2;
  background: var(--blue-soft);
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 650;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.service-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  grid-column: span 2;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: span 3;
}

.service-icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 40px;
  place-items: center;
  border: 1px solid #dbe4f4;
  border-radius: 12px;
  color: var(--blue);
  background: var(--blue-soft);
}

.service-card p {
  margin: auto 0 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.services-closing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 0;
  color: #344054;
  font-family: var(--font-display);
  font-weight: 650;
  text-align: center;
}

.demo-copy h2 {
  margin: 16px 0 24px;
}

.demo-copy > p {
  color: var(--muted);
  font-size: 1.01rem;
}

.demo-proof-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}

.demo-proof-item {
  padding: 15px 17px;
  border-left: 2px solid var(--blue);
  background: linear-gradient(90deg, var(--blue-soft), transparent);
}

.demo-proof-item strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--font-display);
  font-size: 0.92rem;
}

.demo-proof-item span {
  color: var(--muted);
  font-size: 0.82rem;
}

.asset-stack {
  display: grid;
  gap: 13px;
}

.asset-placeholder {
  position: relative;
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  overflow: hidden;
  border: 1px dashed #aebfdd;
  border-radius: 15px;
  background-color: #f9fbff;
  background-image: repeating-linear-gradient(135deg, rgba(47, 107, 255, 0.025) 0, rgba(47, 107, 255, 0.025) 8px, transparent 8px, transparent 16px);
}

.asset-placeholder--large {
  min-height: 190px;
}

.asset-placeholder-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #c8d6f3;
  border-radius: 13px;
  color: var(--blue);
  background: #fff;
}

.asset-placeholder strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.asset-placeholder small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
}

.placeholder-badge {
  display: inline-flex;
  margin-top: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #5e6f91;
  background: #e8eef9;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pilot-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #f3f6fb;
}

.pilot-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 38px 0 28px;
}

.pilot-step {
  position: relative;
  min-height: 230px;
  padding: 27px;
  border: 1px solid #dce4ef;
  border-radius: var(--radius);
  background: #fff;
}

.pilot-step:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: -24px;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid #cdd8e9;
  border-radius: 50%;
  color: var(--blue);
  background: var(--bg);
  content: "→";
}

.pilot-step-number {
  display: block;
  margin-bottom: 44px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.pilot-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.89rem;
}

.pilot-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 25px;
  border: 1px solid #cad8fa;
  border-radius: 15px;
  background: var(--blue-soft);
}

.pilot-highlight strong {
  max-width: 720px;
  font-family: var(--font-display);
  font-size: 1rem;
}

.founder-photo {
  position: relative;
  display: grid;
  min-height: 580px;
  overflow: hidden;
  place-items: center;
  border: 1px dashed #aebfdd;
  border-radius: 24px;
  background-color: #edf2fa;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.8), transparent), repeating-linear-gradient(135deg, rgba(47, 107, 255, 0.04) 0, rgba(47, 107, 255, 0.04) 10px, transparent 10px, transparent 20px);
}

.founder-photo-content {
  display: grid;
  justify-items: center;
  max-width: 270px;
  padding: 30px;
  text-align: center;
}

.founder-silhouette {
  display: grid;
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid #c3d1ec;
  border-radius: 50%;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.85);
}

.founder-photo strong {
  font-family: var(--font-display);
  font-size: 0.96rem;
}

.founder-photo p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.founder-photo .placeholder-badge {
  margin-top: 14px;
}

.trust-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 30px 0 22px;
}

.trust-point {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #fff;
  font-size: 0.81rem;
  font-weight: 600;
}

.trust-point::before {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 0.7rem;
  content: "✓";
}

.location-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #475467;
  font-size: 0.86rem !important;
  font-weight: 600;
}

.faq-list {
  display: grid;
  max-width: 860px;
  gap: 11px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.025);
}

.faq-item summary {
  position: relative;
  padding: 21px 58px 21px 22px;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 8px;
  color: var(--blue);
  background: var(--blue-soft);
  transform: translateY(-50%);
  content: "+";
}

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

.faq-answer {
  padding: 0 58px 22px 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-answer p:last-child { margin-bottom: 0; }

.review-section {
  position: relative;
  color: #fff;
  background: var(--dark);
}

.review-section::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 14% 12%, rgba(47, 107, 255, 0.2), transparent 30%), linear-gradient(rgba(148, 163, 184, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.045) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
  content: "";
  pointer-events: none;
}

.review-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.67fr) minmax(490px, 0.83fr);
  align-items: start;
}

.review-copy {
  position: sticky;
  top: 116px;
  padding-top: 22px;
}

.review-copy .eyebrow {
  border-color: rgba(147, 180, 255, 0.28);
  color: #dbe6ff;
  background: rgba(47, 107, 255, 0.15);
}

.review-copy h2 {
  margin: 18px 0 23px;
  color: #fff;
}

.review-copy > p {
  max-width: 540px;
  color: #cbd5e1;
  font-size: 1.03rem;
}

.review-microcopy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 27px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: #aebbd0 !important;
  font-size: 0.85rem !important;
}

.review-microcopy svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #8db0ff;
}

.form-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.32);
}

.form-header {
  margin-bottom: 25px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--border);
}

.form-header h3 {
  margin-bottom: 6px;
  font-size: 1.35rem;
}

.form-header p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

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

.form-group {
  display: grid;
  gap: 7px;
}

.form-group--full { grid-column: 1 / -1; }

.form-label,
.form-legend {
  color: #344054;
  font-size: 0.83rem;
  font-weight: 650;
}

.required-mark {
  color: #c52a3a;
}

.optional-mark {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 500;
}

.form-control {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #cfd6e1;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

textarea.form-control {
  min-height: 104px;
  resize: vertical;
}

.form-control::placeholder { color: #98a2b3; }

.form-control:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.12);
}

.form-control[aria-invalid="true"] {
  border-color: #d92d45;
  box-shadow: 0 0 0 3px rgba(217, 45, 69, 0.09);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  padding: 12px;
  border: 1px solid #d9e0e9;
  border-radius: 11px;
  background: #fbfcfe;
}

.check-option,
.radio-option,
.consent-row,
.cookie-option {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #475467;
  font-size: 0.82rem;
  line-height: 1.45;
  cursor: pointer;
}

.check-option input,
.radio-option input,
.consent-row input,
.cookie-option input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.radio-row {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid #d9e0e9;
  border-radius: 10px;
  background: #fbfcfe;
}

.form-error-summary {
  display: none;
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid #fecdd3;
  border-radius: 10px;
  color: #9f1239;
  background: #fff1f2;
  font-size: 0.84rem;
}

.form-error-summary.is-visible { display: block; }

.field-error {
  min-height: 17px;
  margin: 0;
  color: #b4233c;
  font-size: 0.72rem;
}

.consent-row {
  margin-top: 3px;
  padding: 13px;
  border-radius: 10px;
  background: #f8f9fb;
}

.consent-row a {
  color: var(--blue-hover);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.form-security-note {
  display: flex;
  max-width: 240px;
  align-items: flex-start;
  gap: 7px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.form-security-note svg {
  flex: 0 0 auto;
  margin-top: 2px;
}

.spam-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.thank-you-state[hidden] { display: none; }

.thank-you-state {
  padding: 12px 0 0;
}

.success-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 17px;
  color: var(--success);
  background: #eaf8f2;
}

.thank-you-state h3 {
  margin-bottom: 12px;
  font-size: 1.52rem;
}

.thank-you-state > p {
  color: var(--muted);
}

.preview-notice {
  margin: 20px 0;
  padding: 12px 14px;
  border: 1px solid #fedf89;
  border-radius: 10px;
  color: #7a4d0b;
  background: #fffaeb;
  font-size: 0.78rem;
}

.calendar-card {
  margin-top: 23px;
  padding: 22px;
  border: 1px dashed #aebfdd;
  border-radius: 15px;
  background: #f8faff;
}

.calendar-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.calendar-card-header span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: var(--blue);
  background: var(--blue-soft);
}

.calendar-card h4 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
}

.calendar-card p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.83rem;
}

.calendar-placeholder {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  color: #667085;
  background: #fff;
  font-size: 0.79rem;
  font-weight: 650;
}

.footer {
  color: #d6deea;
  background: #09111f;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 70px;
  padding: 64px 0 48px;
}

.footer .brand { color: #fff; }

.footer-description {
  max-width: 390px;
  margin: 20px 0 16px;
  color: #94a3b8;
  font-size: 0.9rem;
}

.footer-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #94a3b8;
  font-size: 0.79rem;
}

.footer-group h3 {
  margin: 3px 0 18px;
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: 0;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-links button {
  width: fit-content;
  padding: 0;
  border: 0;
  color: #94a3b8;
  background: none;
  font-size: 0.8rem;
  text-align: left;
  cursor: pointer;
}

.footer-links a:hover,
.footer-links button:hover { color: #fff; }

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  color: #77859b;
  font-size: 0.74rem;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 300;
  width: min(540px, calc(100% - 40px));
  padding: 20px;
  border: 1px solid #d9e0e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2);
}

.cookie-banner[hidden] { display: none; }

.cookie-banner p {
  margin-bottom: 15px;
  color: #475467;
  font-size: 0.82rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cookie-actions .btn {
  min-height: 40px;
  padding-inline: 13px;
  font-size: 0.77rem;
}

.btn-plain {
  color: #475467;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.cookie-dialog {
  width: min(560px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
}

.cookie-dialog::backdrop { background: rgba(15, 23, 42, 0.58); }

.dialog-inner { padding: 27px; }

.dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.dialog-header h2 {
  font-size: 1.4rem;
}

.dialog-close {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.cookie-category {
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.cookie-category + .cookie-category { margin-top: 10px; }

.cookie-category strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.cookie-category p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.cookie-always {
  display: inline-flex;
  margin-top: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  color: var(--success);
  background: #eaf8f2;
  font-size: 0.68rem;
  font-weight: 700;
}

.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.dialog-actions .btn {
  min-height: 42px;
  font-size: 0.8rem;
}

.legal-page {
  min-height: 100vh;
  padding: 130px 0 80px;
}

.legal-shell {
  display: grid;
  max-width: 900px;
  gap: 18px;
}

.legal-shell > header {
  margin-bottom: 18px;
}

.legal-shell h1 {
  max-width: 800px;
  margin: 16px 0 18px;
  font-size: clamp(2.35rem, 5vw, 3.7rem);
}

.legal-placeholder-note {
  padding: 15px 17px;
  border: 1px solid #fedf89;
  border-radius: 12px;
  color: #7a4d0b;
  background: #fffaeb;
  font-size: 0.85rem;
}

.legal-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
}

.legal-card h2 {
  margin-bottom: 18px;
  font-size: 1.55rem;
}

.legal-card h3 {
  margin-top: 24px;
  font-size: 1rem;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .section-intro-row,
  .core-grid,
  .systems-grid,
  .handoff-grid,
  .audience-grid,
  .demo-grid,
  .founder-grid,
  .review-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .core-list { max-width: 720px; }
  .systems-map,
  .handoff-visual { max-width: 680px; width: 100%; margin-inline: auto; }
  .founder-photo { max-width: 620px; min-height: 520px; }
  .review-copy { position: static; max-width: 720px; }
  .review-grid { max-width: 820px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) { grid-column: span 1; }
  .service-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 1100px) {
  .legal-header .desktop-nav .legal-back {
    display: inline-flex;
    min-height: 38px;
    padding-inline: 10px;
    font-size: 0.72rem;
  }
  .legal-header .desktop-nav .language-switch {
    display: none;
  }
}

@media (max-width: 760px) {
  .lead-flow-frame { padding: 16px; }
  .lead-flow-scroll { overflow: visible; }
  .lead-flow-track {
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .flow-step { min-height: 0; padding: 18px; }
  .flow-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .flow-step-number { margin-bottom: 14px; }
  .flow-step h3 { min-height: 0; }
  .human-branch { grid-template-columns: 1fr; }
  .branch-arrow { transform: rotate(90deg); text-align: center; }
  .branch-source::after { content: " ↓"; }
  .branch-destination { grid-column: auto; justify-self: stretch; min-width: 0; }
  .pilot-steps { grid-template-columns: 1fr; }
  .pilot-step { min-height: 0; }
  .pilot-step:not(:last-child)::after {
    top: auto;
    right: 30px;
    bottom: -24px;
    content: "↓";
  }
  .pilot-step-number { margin-bottom: 25px; }
  .pilot-highlight { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .core-list,
  .services-grid,
  .trust-points,
  .form-grid,
  .checkbox-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }
  .service-card,
  .service-card:last-child { grid-column: auto; }
  .core-grid { gap: 35px; }
  .systems-map { min-height: 465px; padding: 18px; }
  .system-node { max-width: 145px; font-size: 0.72rem; }
  .system-node--web { left: 3%; }
  .system-node--communication { right: 3%; }
  .system-node--crm { top: 195px; left: 25%; width: 50%; justify-content: center; }
  .system-node--scheduling { bottom: 58px; left: 3%; }
  .system-node--team { right: 3%; bottom: 58px; }
  .system-line { display: none; }
  .handoff-visual { min-height: 405px; padding: 22px; }
  .handoff-decision { gap: 9px; }
  .sector-panel { padding: 22px; }
  .form-card { padding: 22px 18px; border-radius: 18px; }
  .form-group--full { grid-column: auto; }
  .radio-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .form-submit-row { align-items: stretch; flex-direction: column-reverse; }
  .form-submit-row .btn { width: 100%; }
  .form-security-note { max-width: none; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); }
  .cookie-actions { display: grid; }
  .cookie-actions .btn { width: 100%; }
  .founder-photo { min-height: 440px; }
  .legal-header .desktop-nav .language-switch,
  .legal-header .desktop-nav .legal-back { display: flex; }
  .legal-header .legal-back { min-height: 38px; padding-inline: 10px; font-size: 0.72rem; }
  .legal-header .language-switch { display: none !important; }
}
.brand-identity { display: grid; gap: 3px; }
.brand-identity strong { font-size: 1.35rem; line-height: 1; letter-spacing: 0.08em; }
.brand-identity small { font-size: 0.75rem; line-height: 1.4; font-weight: 500; letter-spacing: 0; color: var(--muted); }
.footer .brand-identity small { color: #cbd5e1; }
@media (max-width: 400px) { .brand-identity strong { font-size: 1.1rem; } .brand-identity small { font-size: 0.67rem; } .desktop-nav { gap: 9px; } }
