:root {
  --ink: #10201f;
  --muted: #637370;
  --paper: #f7f5f0;
  --surface: #ffffff;
  --soft: #eef4f1;
  --teal: #0b6b61;
  --teal-dark: #073d3a;
  --teal-soft: #dcefeb;
  --amber: #c79a38;
  --clay: #a86f55;
  --blue: #405a6b;
  --line: rgba(16, 32, 31, 0.12);
  --white-line: rgba(255, 255, 255, 0.18);
  --shadow: 0 22px 70px rgba(9, 45, 42, 0.14);
  --radius: 14px;
  --container: min(1120px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

.container {
  width: var(--container);
  max-width: var(--container);
  margin: 0 auto;
}

.section-pad {
  padding: 88px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 12px max(20px, calc((100vw - 1180px) / 2));
  color: var(--ink);
  background: rgba(251, 250, 246, 0.92);
  border-bottom: 1px solid rgba(16, 32, 31, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 160ms ease, background 160ms ease;
}

.site-header.scrolled {
  background: rgba(251, 250, 246, 0.98);
  box-shadow: 0 14px 45px rgba(9, 45, 42, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 7px;
  overflow: hidden;
  background: transparent;
  color: #ffffff;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.site-nav a {
  padding: 10px 12px;
  color: rgba(16, 32, 31, 0.76);
  border-radius: 7px;
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--teal-dark);
  background: rgba(11, 107, 97, 0.09);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--teal);
  border-radius: 7px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: currentColor;
}

.app-shell:focus {
  outline: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 76svh;
  align-items: end;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(4, 28, 27, 0.88), rgba(4, 28, 27, 0.52), rgba(4, 28, 27, 0.08)),
    var(--hero-image) center / cover;
}

.home-hero {
  isolation: isolate;
}

.home-hero::after,
.page-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, rgba(4, 28, 27, 0.55), transparent);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  padding: 96px 0 74px;
  margin-left: max(20px, calc((100vw - 1120px) / 2));
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.32);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--teal);
}

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 900px;
  font-size: clamp(3rem, 10vw, 6.8rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.15rem;
  letter-spacing: 0;
}

.hero-subtitle,
.page-subtitle {
  max-width: 780px;
  margin: 12px 0 0;
  font-size: clamp(1.45rem, 3vw, 2.55rem);
  font-weight: 750;
  line-height: 1.18;
}

.hero-text,
.page-hero p:not(.eyebrow):not(.page-subtitle) {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

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

.btn,
.inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease, border-color 140ms ease;
}

.btn:hover,
.inline-link:hover {
  transform: translateY(-1px);
}

.btn.primary {
  color: #ffffff;
  background: var(--teal);
  box-shadow: 0 12px 34px rgba(11, 107, 97, 0.22);
}

.btn.primary:hover {
  background: var(--teal-dark);
}

.btn.secondary {
  color: var(--ink);
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.64);
}

.btn.text {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white-line);
}

.btn.text.light {
  color: #ffffff;
}

.btn.full {
  width: 100%;
}

.inline-link {
  width: fit-content;
  min-height: 42px;
  margin-top: 18px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-color: rgba(11, 107, 97, 0.16);
}

.page-hero {
  position: relative;
  min-height: 410px;
  display: grid;
  align-items: end;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(4, 28, 27, 0.86), rgba(4, 28, 27, 0.46), rgba(4, 28, 27, 0.18)),
    var(--page-hero-image) center / cover;
  overflow: hidden;
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  padding: 78px 0 66px;
}

.page-hero h1 {
  max-width: 880px;
  font-size: clamp(2.55rem, 6vw, 5rem);
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.split-layout > *,
.feature-row > *,
.trust-grid > *,
.doc-layout > *,
.card-grid > *,
.timeline > *,
.roadmap > *,
.flow-board > *,
.process-line > * {
  min-width: 0;
}

.section-head p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

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

.info-card,
.cta-panel,
.quote-panel,
.note-panel,
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(9, 45, 42, 0.06);
}

.info-card {
  padding: 24px;
}

.card-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.info-card p,
.cta-panel p,
.contact-card p,
.note-panel p,
.quote-panel {
  color: var(--muted);
}

.soft-band {
  background: var(--soft);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 46px;
  align-items: center;
}

.split-layout.align-start {
  align-items: start;
}

.context-stack {
  display: grid;
  gap: 12px;
}

.context-stack span,
.process-line span,
.flow-board div {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 14px 18px;
  color: var(--teal-dark);
  background: #ffffff;
  border: 1px solid rgba(11, 107, 97, 0.14);
  border-radius: var(--radius);
  font-weight: 800;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.feature-image {
  min-height: 470px;
  border-radius: var(--radius);
  background: var(--feature-image) center / cover;
  box-shadow: var(--shadow);
}

.check-list,
.ordered-steps {
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.check-list li,
.ordered-steps li {
  position: relative;
  margin: 0 0 12px;
  padding: 14px 16px 14px 42px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.check-list li::before {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  background: var(--teal);
  box-shadow: inset 0 0 0 4px #ffffff;
  border: 1px solid rgba(11, 107, 97, 0.3);
}

.check-list.large {
  margin-top: 0;
}

.trust-band {
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(7, 61, 58, 0.98), rgba(64, 90, 107, 0.88)),
    url("https://images.unsplash.com/photo-1604014237800-1c9102c219da?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.4fr);
  gap: 40px;
  align-items: center;
}

.trust-grid p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
}

.trust-actions {
  display: grid;
  gap: 12px;
}

.cta-panel,
.contact-card,
.note-panel {
  padding: 28px;
}

.cta-panel h3,
.contact-card h2,
.note-panel h2 {
  margin-bottom: 12px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.quote-panel {
  padding: 30px;
  color: var(--teal-dark);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.42;
}

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

.comparison > div {
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.comparison h3 {
  margin-bottom: 18px;
}

.comparison p {
  margin: 0;
  padding: 13px 0;
  color: var(--muted);
  border-top: 1px solid rgba(16, 32, 31, 0.09);
}

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

.timeline article,
.roadmap article {
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline span,
.roadmap span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
}

.timeline p,
.roadmap p,
.form-intro,
.form-hint,
.support-note {
  color: var(--muted);
}

.flow-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.table-wrap {
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(9, 45, 42, 0.06);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 17px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(16, 32, 31, 0.08);
}

th {
  color: var(--teal-dark);
  background: var(--teal-soft);
  font-size: 0.84rem;
  text-transform: uppercase;
}

td:first-child {
  color: var(--ink);
  font-weight: 800;
}

.roadmap {
  display: grid;
  gap: 14px;
}

.form-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(9, 45, 42, 0.06);
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fbfcfb;
  border: 1px solid rgba(16, 32, 31, 0.16);
  border-radius: 7px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(11, 107, 97, 0.12);
}

.check-field {
  grid-template-columns: 20px 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 600;
}

.check-field input {
  min-height: auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--teal);
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-weight: 800;
}

.form-status.success {
  color: var(--teal);
}

.form-status.error {
  color: #a33a2a;
}

button:disabled {
  cursor: progress;
  opacity: 0.66;
}

.contact-card {
  display: grid;
  gap: 12px;
}

.contact-card a:not(.btn) {
  color: var(--teal);
  font-weight: 900;
}

.doc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.doc-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 12px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.doc-aside span {
  color: var(--muted);
}

.doc-aside a {
  color: var(--teal);
  font-weight: 800;
}

.doc-content {
  display: grid;
  gap: 18px;
}

.doc-content section {
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.doc-content h2 {
  font-size: 1.45rem;
}

.doc-content p {
  margin: 14px 0 0;
  color: var(--muted);
}

.ordered-steps {
  counter-reset: step;
}

.ordered-steps li {
  counter-increment: step;
}

.ordered-steps li::before {
  position: absolute;
  left: 15px;
  color: var(--teal);
  font-weight: 900;
  content: counter(step);
}

.site-footer {
  --footer-background: #062a22;
  --footer-text-primary: #f4f1e8;
  --footer-text-secondary: rgba(244, 241, 232, 0.74);
  --footer-text-muted: rgba(244, 241, 232, 0.58);
  --footer-accent-green: #8dbf5a;
  --footer-accent-yellow: #f2b84b;
  --footer-divider: rgba(244, 241, 232, 0.1);
  padding: 38px 0 0;
  color: var(--footer-text-secondary);
  background: var(--footer-background);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 0;
  align-items: start;
}

.footer-brand {
  gap: 9px;
  min-height: 40px;
}

.footer-brand .brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 7px;
}

.footer-brand .brand-copy strong {
  color: var(--footer-text-primary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.footer-statement {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--footer-text-primary) !important;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.55;
}

.footer-disclaimer {
  max-width: 560px;
  margin: 13px 0 0;
  color: var(--footer-text-secondary) !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
}

.footer-statement strong {
  font-weight: 600;
}

.footer-grid h2 {
  margin: 0 0 14px;
  color: var(--footer-text-primary);
  font-size: 0.875rem;
  font-weight: 700;
}

.footer-grid a {
  text-decoration: none;
}

.footer-grid a:focus-visible {
  outline: 2px solid var(--footer-accent-green);
  outline-offset: 4px;
  border-radius: 5px;
}

.footer-contact {
  padding: 28px 0 0;
  border-top: 1px solid var(--footer-divider);
}

.footer-email {
  display: flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  color: #dce9df;
  font-size: 0.875rem;
  font-weight: 500;
}

.footer-email:hover {
  color: var(--footer-accent-green);
}

.footer-message-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  margin-top: 10px;
  color: var(--footer-accent-yellow);
  font-size: 0.875rem;
  font-weight: 600;
}

.footer-message-link:hover {
  color: #ffd06b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-address {
  margin: 26px 0 0;
  color: rgba(244, 241, 232, 0.68) !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-address span {
  display: block;
  margin-bottom: 8px;
  color: rgba(244, 241, 232, 0.78);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.footer-bottom {
  display: flex;
  margin-top: 28px;
  padding: 27px 0 28px;
  border-top: 1px solid var(--footer-divider);
  color: var(--footer-text-muted);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .site-nav.open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .card-grid,
  .timeline,
  .flow-board,
  .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout,
  .feature-row,
  .trust-grid,
  .doc-layout {
    grid-template-columns: 1fr;
  }

  .doc-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(1120px, calc(100vw - 28px));
  }

  .section-pad {
    padding: 64px 0;
  }

  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-copy small {
    display: block;
    max-width: 190px;
    overflow: hidden;
    color: rgba(16, 32, 31, 0.56);
    font-size: 0.62rem;
    text-overflow: ellipsis;
  }

  .hero {
    min-height: 78svh;
  }

  .hero-content {
    padding: 72px 0 54px;
    margin-left: auto;
  }

  h1 {
    font-size: clamp(2.9rem, 16vw, 4.6rem);
  }

  h2 {
    font-size: clamp(1.48rem, 6.4vw, 1.82rem);
  }

  .hero-subtitle,
  .page-subtitle {
    font-size: clamp(1.04rem, 5vw, 1.26rem);
  }

  .page-hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.15rem);
    line-height: 1.12;
  }

  .page-hero-grid > div,
  .page-hero h1,
  .page-subtitle,
  .page-hero p:not(.eyebrow):not(.page-subtitle),
  .section-head,
  .roadmap,
  .roadmap article,
  .form-panel {
    max-width: calc(100vw - 28px);
  }

  h3 {
    font-size: 1.04rem;
  }

  .hero-actions {
    display: grid;
  }

  .btn,
  .inline-link {
    width: 100%;
  }

  .page-hero {
    min-height: 430px;
  }

  .page-hero-grid {
    padding: 60px 0 48px;
  }

  .card-grid,
  .timeline,
  .flow-board,
  .process-line,
  .comparison,
  .input-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-image {
    min-height: 280px;
  }

  .info-card,
  .cta-panel,
  .quote-panel,
  .note-panel,
  .contact-card,
  .form-panel,
  .doc-content section {
    padding: 20px;
  }

  .footer-bottom {
    gap: 6px;
  }

  .footer-contact {
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }
}

.home-hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 92px 0 74px;
  background:
    linear-gradient(135deg, rgba(247, 245, 240, 0.98), rgba(220, 239, 235, 0.72)),
    url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2200&q=88") center / cover;
}

.home-hero-v2::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(247, 245, 240, 0.96), rgba(247, 245, 240, 0.8), rgba(247, 245, 240, 0.5));
}

.hero-dashboard-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.78fr);
  gap: 48px;
  align-items: center;
}

.hero-copy h1 {
  color: var(--ink);
}

.hero-copy .hero-text {
  color: var(--muted);
  text-shadow: none;
}

.hero-copy .hero-subtitle {
  color: var(--ink);
}

.hero-tagline {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--teal-dark);
  font-weight: 850;
}

.btn.secondary.outline {
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(11, 107, 97, 0.22);
}

.home-dashboard,
.scenario-simulator,
.privacy-panel,
.interactive-flow,
.core-model {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(9, 45, 42, 0.14);
  backdrop-filter: blur(18px);
}

.home-dashboard {
  padding: 22px;
}

.dashboard-scene {
  position: relative;
  min-height: 190px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(7, 61, 58, 0.02), rgba(7, 61, 58, 0.58)),
    var(--scene-image) center / cover;
}

.dashboard-scene span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  padding: 8px 10px;
  color: #ffffff;
  background: rgba(7, 61, 58, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.dashboard-top span,
.dashboard-top strong {
  font-weight: 900;
}

.dashboard-top strong {
  color: var(--teal);
  font-size: 0.82rem;
  text-transform: uppercase;
}

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

.dashboard-grid article {
  min-height: 104px;
  padding: 16px;
  background: #f9fbf8;
  border: 1px solid rgba(16, 32, 31, 0.09);
  border-radius: 13px;
}

.dashboard-grid span,
.scenario-conclusion > span,
.privacy-detail > span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.dashboard-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--teal-dark);
  font-size: 1.12rem;
}

.dashboard-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.visual-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: stretch;
}

.story-stage {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(7, 61, 58, 0.04), rgba(7, 61, 58, 0.72)),
    var(--story-image) center / cover;
  box-shadow: var(--shadow);
}

.story-stage figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: 620px;
  color: #ffffff;
}

.story-stage span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--amber);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.story-stage strong {
  display: block;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  line-height: 1.05;
}

.story-stage p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.story-tabs {
  display: grid;
  gap: 12px;
}

.story-tabs button {
  min-height: 74px;
  padding: 16px;
  color: var(--teal-dark);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 15px;
  cursor: pointer;
  font-weight: 900;
  text-align: left;
}

.story-tabs button.active {
  color: #ffffff;
  background: var(--teal);
  border-color: var(--teal);
}

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

.image-tiles article {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(7, 61, 58, 0.02), rgba(7, 61, 58, 0.74)),
    var(--tile-image) center / cover;
  box-shadow: 0 18px 60px rgba(9, 45, 42, 0.12);
}

.image-tiles article > div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #ffffff;
}

.image-tiles span {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.image-tiles h3 {
  margin-top: 8px;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.compact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 34px;
  align-items: center;
}

.compact-actions {
  display: grid;
  gap: 12px;
}

.scenario-pills,
.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.scenario-pills button,
.scenario-list button,
.privacy-list button,
.flow-tabs button {
  min-height: 42px;
  padding: 10px 13px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(16, 32, 31, 0.12);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.scenario-pills button.active,
.scenario-list button.active,
.privacy-list button.active,
.flow-tabs button.active {
  color: #ffffff;
  background: var(--teal);
  border-color: var(--teal);
}

.trust-strip {
  padding: 16px 0;
  color: #ffffff;
  background: var(--teal-dark);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.trust-strip span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 850;
}

.context-engine {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.context-engine article {
  position: relative;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(9, 45, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.context-engine article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 12px;
  height: 1px;
  content: "";
  background: rgba(11, 107, 97, 0.34);
}

.context-engine article:hover,
.context-engine article.revealed {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(9, 45, 42, 0.1);
}

.context-engine span,
.core-model span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
}

.context-engine p,
.core-model p,
.scenario-output p,
.privacy-detail dd,
.flow-detail p {
  color: var(--muted);
}

.core-model {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.core-model article {
  padding: 26px;
  border-right: 1px solid rgba(16, 32, 31, 0.09);
}

.core-model article:last-child {
  border-right: 0;
}

.core-model span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(11, 107, 97, 0.28);
  border-radius: 50%;
  background: radial-gradient(circle, var(--teal) 0 38%, transparent 40%);
}

.scenario-simulator {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.scenario-list,
.privacy-list,
.flow-tabs {
  display: grid;
  align-content: start;
  gap: 10px;
}

.scenario-list button,
.privacy-list button,
.flow-tabs button {
  width: 100%;
  border-radius: 13px;
  text-align: left;
}

.scenario-output {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
}

.scenario-facts,
.scenario-conclusion,
.privacy-detail,
.flow-detail {
  padding: 22px;
  background: #fbfcfb;
  border: 1px solid rgba(16, 32, 31, 0.09);
  border-radius: 14px;
}

.scenario-facts {
  display: grid;
  gap: 10px;
}

.scenario-facts span,
.data-used small {
  display: block;
  padding: 10px 12px;
  color: var(--teal-dark);
  background: #ffffff;
  border: 1px solid rgba(16, 32, 31, 0.08);
  border-radius: 11px;
  font-size: 0.9rem;
  font-weight: 750;
}

.scenario-conclusion strong {
  display: block;
  margin: 6px 0 16px;
  color: var(--teal-dark);
  font-size: 2rem;
  line-height: 1;
}

.scenario-conclusion ul {
  padding-left: 20px;
}

.data-used {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.data-used b {
  display: block;
  margin-bottom: 8px;
}

.data-used small {
  margin: 6px 0;
  font-size: 0.82rem;
}

.privacy-panel {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.privacy-list button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.privacy-list button strong {
  font-size: 0.78rem;
}

.privacy-detail dl {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
}

.privacy-detail div {
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(16, 32, 31, 0.08);
  border-radius: 12px;
}

.privacy-detail dt {
  margin-bottom: 4px;
  color: var(--teal-dark);
  font-weight: 900;
}

.privacy-detail dd {
  margin: 0;
}

.interactive-flow {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.flow-tabs button span {
  display: inline-flex;
  margin-right: 8px;
  color: var(--amber);
}

.flow-tabs button.active span {
  color: #ffffff;
}

.flow-detail span {
  color: var(--amber);
  font-weight: 900;
}

.quiz-progress {
  display: flex;
  gap: 8px;
}

.quiz-progress span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--muted);
  background: #f2f5f3;
  border-radius: 50%;
  font-weight: 900;
}

.quiz-progress span.active {
  color: #ffffff;
  background: var(--teal);
}

.quiz-step {
  display: none;
  gap: 16px;
}

.quiz-step.active {
  display: grid;
}

.doc-toggle {
  display: none;
  min-height: 42px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border: 1px solid rgba(11, 107, 97, 0.16);
  border-radius: 10px;
  font-weight: 900;
}

.doc-links {
  display: grid;
  gap: 12px;
}

.doc-cta {
  margin-top: 8px;
  padding: 10px 12px;
  background: var(--teal-soft);
  border-radius: 10px;
}

[data-reveal],
.info-card,
.timeline article,
.roadmap article {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 300ms ease, transform 300ms ease;
}

[data-reveal].revealed,
.info-card.revealed,
.timeline article.revealed,
.roadmap article.revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .hero-dashboard-layout,
  .visual-story,
  .scenario-simulator,
  .privacy-panel,
  .interactive-flow,
  .compact-cta {
    grid-template-columns: 1fr;
  }

  .trust-strip-grid,
  .context-engine,
  .core-model,
  .image-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .context-engine article:not(:last-child)::after {
    display: none;
  }

  .scenario-output {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-hero-v2 {
    padding: 58px 0 50px;
  }

  .hero-dashboard-layout {
    gap: 28px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .dashboard-grid,
  .trust-strip-grid,
  .context-engine,
  .core-model,
  .data-used,
  .image-tiles {
    grid-template-columns: 1fr;
  }

  .story-stage {
    min-height: 430px;
  }

  .story-tabs {
    grid-template-columns: 1fr;
  }

  .image-tiles article {
    min-height: 300px;
  }

  .home-dashboard,
  .scenario-simulator,
  .privacy-panel,
  .interactive-flow {
    padding: 14px;
    border-radius: 16px;
  }

  .core-model article {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 32, 31, 0.09);
  }

  .doc-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .doc-links {
    display: none;
  }

  .doc-links.open {
    display: grid;
  }

  .quiz-actions {
    display: grid;
  }
}

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

@media print {
  .site-header,
  .site-footer,
  .page-hero,
  .hero,
  .home-hero-v2,
  .doc-aside,
  .btn,
  form {
    display: none !important;
  }

  body {
    color: #000000;
    background: #ffffff;
  }

  .section-pad {
    padding: 0;
  }

  .doc-layout,
  .doc-content {
    display: block;
  }

  .doc-content section {
    break-inside: avoid;
    border: 0;
    box-shadow: none;
  }
}

/* Landing tư vấn trước mua — scoped so the existing MiSol pages retain their UI. */
:root {
  --misol-deep: #0b2b22;
  --misol-leaf: #6fae4e;
  --misol-leaf-light: #8dbf5a;
  --misol-warm: #f2b84b;
  --misol-ivory: #f4f1e8;
  --misol-soft: #f7faf8;
  --misol-ink: #10251e;
  --misol-muted: #5b6c65;
  --misol-line: rgba(11, 43, 34, 0.12);
  --misol-shadow: 0 20px 55px rgba(11, 43, 34, 0.1);
  --misol-radius: 22px;
}

.footer-disclaimer {
  font-size: 0.9rem;
}

.consultation-hero,
.solution-detail-hero {
  position: relative;
  overflow: hidden;
  color: var(--misol-ink);
  background: var(--misol-ivory);
}

.consultation-hero::before,
.solution-detail-hero::before {
  position: absolute;
  top: -26%;
  right: -13%;
  width: min(63vw, 880px);
  height: 780px;
  content: "";
  background: var(--misol-deep);
  border-radius: 48% 0 0 48%;
  transform: rotate(-8deg);
}

.consultation-hero::after,
.solution-detail-hero::after {
  position: absolute;
  top: 105px;
  right: clamp(24px, 10vw, 200px);
  width: 13px;
  height: 13px;
  content: "";
  background: var(--misol-warm);
  border-radius: 50%;
  box-shadow:
    68px 48px 0 -2px var(--misol-leaf-light),
    132px 3px 0 -3px #ffffff,
    108px 104px 0 -3px var(--misol-warm),
    197px 73px 0 -5px var(--misol-leaf);
  opacity: 0.9;
}

.consultation-hero__grid,
.solution-detail-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: 670px;
  padding: clamp(62px, 9vw, 112px) 0;
}

.consultation-hero__copy > p:not(.consultation-kicker):not(.consultation-disclosure),
.solution-detail-hero__grid > div > p:not(.consultation-kicker) {
  max-width: 670px;
  margin: 20px 0 0;
  color: var(--misol-muted);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.consultation-kicker {
  margin: 0 0 13px;
  color: var(--misol-leaf);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.consultation-hero h1,
.solution-detail-hero h1,
.assessment-result-page > h1,
.empty-assessment-state h1,
.thank-you-card h1 {
  max-width: 760px;
  color: var(--misol-deep);
  font-size: clamp(2.65rem, 5.35vw, 5.25rem);
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.consultation-hero__copy h1 span {
  display: block;
  white-space: nowrap;
}

.consultation-trust {
  display: grid;
  gap: 10px;
  max-width: 640px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.consultation-trust li {
  position: relative;
  padding-left: 36px;
  color: var(--misol-ink);
  font-weight: 700;
}

.consultation-trust li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: var(--misol-leaf);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--misol-ivory);
}

.consultation-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.consultation-hero .btn.primary,
.solution-detail-hero .btn.primary,
.consultation-final-cta .btn.primary,
.assessment-shell .btn.primary,
.thank-you-card .btn.primary {
  min-height: 50px;
  color: #ffffff;
  background: var(--misol-deep);
  border-color: var(--misol-deep);
  border-radius: 13px;
  box-shadow: 0 14px 28px rgba(11, 43, 34, 0.2);
}

.consultation-hero .btn.primary:hover,
.solution-detail-hero .btn.primary:hover,
.consultation-final-cta .btn.primary:hover,
.assessment-shell .btn.primary:hover,
.thank-you-card .btn.primary:hover {
  background: #154333;
  border-color: #154333;
  transform: translateY(-2px);
}

.consultation-hero__primary-action {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  animation: free-check-pulse 2.6s ease-in-out infinite;
}

.consultation-hero__primary-action::after {
  position: absolute;
  top: 0;
  left: -55%;
  width: 36%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: skewX(-24deg);
  animation: free-check-shine 3.8s ease-in-out infinite;
}

@keyframes free-check-pulse {
  0%, 100% { box-shadow: 0 14px 28px rgba(11, 43, 34, 0.2); }
  50% { box-shadow: 0 17px 36px rgba(11, 107, 97, 0.42), 0 0 0 6px rgba(142, 191, 81, 0.15); }
}

@keyframes free-check-shine {
  0%, 58% { left: -55%; }
  84%, 100% { left: 125%; }
}

.consultation-hero__secondary,
.solution-card__more,
.assessment-back,
.assessment-image-later {
  min-height: 50px;
  color: var(--misol-deep);
  background: transparent;
  border: 1px solid rgba(11, 43, 34, 0.34);
  border-radius: 13px;
  box-shadow: none;
}

.consultation-disclosure {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--misol-muted);
  font-size: 0.86rem;
}

.consultation-hero__cluster {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(4, 31, 23, 0.28);
  backdrop-filter: blur(11px);
}

.hero-solution-mini {
  display: grid;
  align-content: start;
  min-height: 318px;
  padding: 18px 14px 14px;
  color: var(--misol-ink);
  background: #ffffff;
  border: 1px solid rgba(11, 43, 34, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(4, 31, 23, 0.15);
}

.hero-solution-mini:nth-child(2) {
  transform: translateY(-22px);
}

.hero-solution-mini > span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: 44px;
  place-items: center;
  color: var(--misol-leaf);
  background: rgba(111, 174, 78, 0.12);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-solution-mini strong {
  min-height: 48px;
  color: var(--misol-deep);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.1;
}

.hero-solution-mini small {
  display: block;
  min-height: 96px;
  margin: 12px 0;
  color: var(--misol-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.hero-solution-mini__button {
  align-self: end;
  min-height: 42px;
  padding: 8px;
  color: var(--misol-deep);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--misol-line);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.hero-solution-mini__button:hover {
  color: var(--misol-leaf);
}

.consultation-section {
  color: var(--misol-ink);
  background: #ffffff;
}

.consultation-section--soft {
  background: var(--misol-soft);
}

.consultation-section--faq {
  padding-top: clamp(38px, 5vw, 62px);
}

.consultation-heading {
  max-width: 810px;
  margin-bottom: 36px;
}

.consultation-heading h2,
.consultation-final-cta h2,
.assessment-shell h2,
.thank-you-card h2,
.solution-callout h2 {
  color: var(--misol-deep);
  font-size: clamp(1.85rem, 3.7vw, 3.2rem);
  letter-spacing: -0.035em;
}

.consultation-heading > p:not(.consultation-kicker),
.consultation-final-cta p,
.solution-callout p,
.empty-assessment-state > p,
.thank-you-card > p {
  color: var(--misol-muted);
  font-size: 1.03rem;
}

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

.pain-card {
  display: grid;
  min-height: 210px;
  padding: 22px;
  color: var(--misol-ink);
  background: var(--misol-ivory);
  border: 1px solid var(--misol-line);
  border-radius: var(--misol-radius);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.pain-card:hover,
.pain-card:focus-visible {
  border-color: rgba(111, 174, 78, 0.75);
  box-shadow: var(--misol-shadow);
  outline: none;
  transform: translateY(-4px);
}

.pain-card span {
  color: var(--misol-leaf);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pain-card strong {
  align-self: center;
  color: var(--misol-deep);
  font-size: 1.2rem;
  line-height: 1.2;
}

.pain-card i {
  color: var(--misol-leaf);
  font-size: 1.45rem;
  font-style: normal;
  text-align: right;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
}

.solution-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--misol-ink);
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(11, 43, 34, 0.06);
  scroll-margin-top: 96px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-card:hover,
.solution-card:focus-within,
.solution-card--focused {
  border-color: rgba(111, 174, 78, 0.65);
  box-shadow: var(--misol-shadow);
  transform: translateY(-4px);
}

.product-visual {
  position: relative;
  min-height: 246px;
  margin: 0;
  overflow: hidden;
  background: #e6eee4;
}

.product-visual--placeholder {
  display: grid;
  place-items: center;
  isolation: isolate;
}

.product-visual--placeholder::before,
.product-visual--placeholder::after {
  position: absolute;
  z-index: -1;
  width: 170px;
  height: 170px;
  content: "";
  border: 2px solid rgba(11, 43, 34, 0.1);
  border-radius: 50%;
}

.product-visual--placeholder::after {
  width: 240px;
  height: 240px;
}

.product-visual--sk02 {
  background: linear-gradient(135deg, #edf5e9, #c9dfc2);
}

.product-visual--daticDoor {
  background: linear-gradient(135deg, #e9efdc, #d1dfb1);
}

.product-visual--entec {
  background: linear-gradient(135deg, #e7f0e9, #bcd7c7);
}

.product-visual__badge {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 6px 9px;
  color: var(--misol-deep);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 43, 34, 0.12);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
}

.product-visual__device {
  display: grid;
  grid-template-columns: repeat(3, 12px);
  align-content: center;
  justify-content: center;
  gap: 8px;
  width: 126px;
  height: 152px;
  background: #ffffff;
  border: 1px solid rgba(11, 43, 34, 0.13);
  border-radius: 25px;
  box-shadow: 0 20px 32px rgba(11, 43, 34, 0.18);
  transform: rotate(-7deg);
}

.product-visual--daticDoor .product-visual__device {
  width: 164px;
  height: 110px;
  border-radius: 16px;
  transform: rotate(5deg);
}

.product-visual--entec .product-visual__device {
  grid-template-columns: repeat(2, 18px);
  width: 150px;
  height: 138px;
  border-radius: 18px;
  transform: rotate(4deg);
}

.product-visual__device i {
  width: 12px;
  height: 12px;
  background: var(--misol-leaf);
  border-radius: 50%;
}

.product-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 13px;
  color: rgba(11, 43, 34, 0.65);
  font-size: 0.73rem;
  font-weight: 800;
}

.product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.product-visual--compact {
  min-height: 204px;
}

.solution-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.solution-card__eyebrow {
  margin: 0 0 10px;
  color: var(--misol-leaf);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.solution-card h3 {
  color: var(--misol-deep);
  font-size: 1.32rem;
}

.solution-card__pain {
  min-height: 58px;
  margin: 14px 0 8px;
  color: var(--misol-deep);
  font-weight: 800;
  line-height: 1.32;
}

.solution-card__body > p:not(.solution-card__pain):not(.solution-card__price) {
  color: var(--misol-muted);
}

.solution-card__product {
  display: grid;
  gap: 2px;
}

.solution-card__product-line {
  color: var(--misol-muted);
  font-size: inherit;
  line-height: 1.25;
}

.solution-card__product-subline {
  color: var(--misol-muted);
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.25;
}

.solution-card__product-subline--regular {
  font-weight: inherit;
}

.solution-card ul,
.detail-check-list,
.detail-limit-list,
.support-mode-grid ul,
.thank-you-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.solution-card li,
.detail-check-list li,
.support-mode-grid li,
.thank-you-card li {
  position: relative;
  padding-left: 21px;
  color: var(--misol-ink);
}

.solution-card li::before,
.detail-check-list li::before,
.support-mode-grid li::before,
.thank-you-card li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--misol-leaf);
  border-radius: 50%;
}

.solution-card__limit {
  padding: 14px;
  margin: 15px 0;
  background: #fff8e8;
  border: 1px solid rgba(242, 184, 75, 0.42);
  border-radius: 14px;
}

.solution-card__limit strong {
  color: #664a13;
  font-size: 0.8rem;
}

.solution-card__limit p {
  margin: 6px 0 0;
  color: #67582e;
  font-size: 0.88rem;
  line-height: 1.48;
}

.solution-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 9px;
  margin: auto 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--misol-line);
}

.solution-card__price strong {
  color: var(--misol-deep);
  font-size: 1.6rem;
}

.solution-card__price span,
.solution-card__price em {
  color: var(--misol-muted);
  font-size: 0.78rem;
}

.solution-card__price .solution-card__price-before {
  color: #7a807b;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: line-through;
  text-decoration-thickness: 0.6px;
  text-decoration-color: rgba(94, 101, 95, 0.72);
}

.solution-card__price .solution-card__price-label {
  margin-left: auto;
  font-size: 0.68rem;
  font-style: italic;
  text-align: right;
  white-space: nowrap;
}

.consultation-heading[id] {
  scroll-margin-top: 94px;
}

.consultation-heading--devices h2 span {
  display: block;
}

.consultation-heading--faq h2 span {
  display: block;
}

.solution-card__actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.solution-card__actions .btn {
  width: 100%;
}

.consultation-steps,
.support-mode-grid,
.test-product-grid,
.test-matrix,
.feature-chip-grid,
.door-layer-grid,
.solution-detail-grid,
.thank-you-card__grid {
  display: grid;
  gap: 18px;
}

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

.consultation-steps article,
.support-mode-grid article,
.test-product-card,
.test-matrix article,
.door-layer-grid article,
.solution-detail-grid article,
.thank-you-card__grid article {
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: var(--misol-radius);
  box-shadow: 0 10px 28px rgba(11, 43, 34, 0.05);
}

.consultation-steps span,
.door-layer-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  place-items: center;
  color: #ffffff;
  background: var(--misol-deep);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.consultation-steps h3,
.support-mode-grid h3,
.test-product-card h3,
.door-layer-grid h3,
.solution-detail-grid h2,
.test-matrix h3,
.thank-you-card__grid h2 {
  color: var(--misol-deep);
}

.consultation-steps p,
.support-mode-grid li,
.test-product-card__note,
.test-matrix p,
.door-layer-grid p,
.solution-detail-grid p,
.thank-you-card__note,
.thank-you-card__grid p {
  color: var(--misol-muted);
}

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

.support-mode-grid article:nth-child(3) {
  background: var(--misol-deep);
  border-color: var(--misol-deep);
}

.support-mode-grid article:nth-child(3) h3,
.support-mode-grid article:nth-child(3) li {
  color: #ffffff;
}

.support-mode-grid article:nth-child(3) li::before {
  background: var(--misol-warm);
}

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

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

.test-product-card > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.test-product-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.test-product-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--misol-line);
  font-size: 0.9rem;
}

.test-product-card li span:first-child {
  color: var(--misol-ink);
  font-weight: 700;
}

.test-status {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  white-space: nowrap;
}

.test-status--planned {
  color: #68591d;
  background: #fff2c8;
}

.test-status--testing {
  color: #255628;
  background: #dff1d6;
}

.test-status--verified {
  color: #0d4c43;
  background: #d7eeeb;
}

.test-status--limitationFound {
  color: #7a4d1e;
  background: #ffe4c0;
}

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

.solution-faq article {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: 16px;
}

.solution-faq h3 {
  margin: 0;
}

.solution-faq button {
  display: flex;
  width: 100%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 19px;
  color: var(--misol-deep);
  background: #ffffff;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.solution-faq button:focus-visible {
  outline: 3px solid rgba(111, 174, 78, 0.55);
  outline-offset: -3px;
}

.solution-faq button i {
  color: var(--misol-leaf);
  font-size: 1.25rem;
  font-style: normal;
}

.solution-faq article > div {
  padding: 0 19px 18px;
}

.solution-faq p {
  max-width: 880px;
  margin: 0;
  color: var(--misol-muted);
}

.consultation-final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 8vw, 92px) 0;
  color: var(--misol-deep);
  background:
    linear-gradient(180deg, #fbfaf4 0%, #f5efe3 100%);
  border-top: 1px solid rgba(11, 43, 34, 0.08);
  border-bottom: 1px solid rgba(11, 43, 34, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.consultation-final-cta::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(145, 111, 35, 0.12), transparent 38%),
    radial-gradient(circle at 88% 14%, rgba(111, 174, 78, 0.12), transparent 34%);
  opacity: 0.86;
}

.consultation-final-cta h2 {
  color: var(--misol-deep);
}

.consultation-final-cta h2 span {
  display: block;
}

.consultation-final-cta p {
  color: #40564d;
}

.consultation-final-cta .consultation-kicker {
  color: #9a6b00;
}

.consultation-final-cta__inner,
.solution-callout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(245px, 0.34fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.consultation-final-cta__copy {
  max-width: 780px;
}

.solution-callout {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
}

.consultation-final-cta__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.consultation-final-cta__points li {
  padding: 8px 12px;
  color: #16392e;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(11, 43, 34, 0.13);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(11, 43, 34, 0.05);
  font-size: 0.84rem;
  font-weight: 800;
}

.consultation-final-cta__action {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.consultation-final-cta__action small {
  color: #5d7067;
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
}

.consultation-final-cta__inner .btn.primary {
  min-width: 240px;
  color: #ffffff;
  background: var(--misol-deep);
  border-color: var(--misol-deep);
  box-shadow: 0 16px 32px rgba(11, 43, 34, 0.2);
}

.consultation-final-cta__inner .btn.primary:hover {
  background: #154333;
  border-color: #154333;
}

.landing-sticky {
  display: none;
}

.solution-detail-hero__grid {
  min-height: 570px;
}

.solution-detail-hero .product-visual {
  min-height: 410px;
  border: 12px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.solution-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--misol-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.solution-breadcrumb a {
  color: var(--misol-leaf);
}

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

.feature-chip-grid article,
.audience-chip-grid span {
  display: flex;
  min-height: 116px;
  align-items: center;
  padding: 20px;
  color: var(--misol-deep);
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: 18px;
  font-weight: 800;
}

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

.detail-check-list,
.detail-limit-list {
  margin: 22px 0 0;
}

.detail-limit-list li {
  position: relative;
  padding-left: 21px;
  color: #73551e;
}

.detail-limit-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--misol-warm);
  border-radius: 50%;
}

.solution-diagram {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.solution-diagram span {
  position: relative;
  display: grid;
  min-height: 128px;
  align-content: center;
  justify-items: start;
  gap: 12px;
  padding: 20px;
  color: var(--misol-deep);
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: 18px;
  font-weight: 800;
}

.solution-diagram span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 2;
  color: var(--misol-leaf);
  content: "→";
  font-size: 1.25rem;
}

.solution-diagram b {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #ffffff;
  background: var(--misol-deep);
  border-radius: 50%;
  font-size: 0.75rem;
}

.solution-callout {
  padding: 34px;
  background: #fff8e8;
  border: 1px solid rgba(242, 184, 75, 0.45);
  border-radius: var(--misol-radius);
}

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

.door-layer-grid article:nth-child(2) {
  background: #eaf4e8;
}

.door-layer-grid article:nth-child(3) {
  background: #fff8e8;
}

.audience-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.audience-chip-grid span {
  min-height: 62px;
}

.test-matrix {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.test-matrix article {
  display: grid;
  align-content: start;
  gap: 12px;
}

.assessment-shell {
  color: var(--misol-ink);
  background: var(--misol-ivory);
  scroll-margin-top: 80px;
}

.assessment-shell__inner {
  padding: 76px 0;
}

.assessment-shell__head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: start;
  max-width: 920px;
  margin-bottom: 26px;
}

.assessment-shell__head > div > p:not(.consultation-kicker) {
  max-width: 660px;
  color: var(--misol-muted);
}

.assessment-close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--misol-deep);
  background: transparent;
  border: 1px solid var(--misol-line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.assessment-form {
  display: grid;
  gap: 22px;
  max-width: 920px;
  padding: clamp(22px, 4vw, 42px);
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: 26px;
  box-shadow: var(--misol-shadow);
}

.assessment-progress {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.assessment-progress li {
  display: grid;
  height: 8px;
  place-items: center;
  color: transparent;
  background: #e1e7e1;
  border-radius: 999px;
  transition: background 180ms ease;
}

.assessment-progress li.active {
  background: var(--misol-leaf);
}

.assessment-form__step {
  margin: -8px 0 0;
  color: var(--misol-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.assessment-question {
  display: grid;
  gap: 14px;
  padding: 21px;
  background: var(--misol-soft);
  border: 1px solid rgba(11, 43, 34, 0.08);
  border-radius: 18px;
}

.assessment-question-count {
  margin: 0 0 10px;
  color: var(--misol-green-deep);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.assessment-question h3 {
  color: var(--misol-deep);
  font-size: 1.22rem;
}

.assessment-why {
  margin: 0;
  padding: 12px 14px;
  color: #64551e;
  background: #fff4cd;
  border: 1px solid rgba(242, 184, 75, 0.42);
  border-radius: 12px;
  font-size: 0.9rem;
}

.assessment-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.assessment-choice {
  position: relative;
  display: flex;
  min-height: 60px;
  align-items: center;
  padding: 13px 15px;
  color: var(--misol-ink);
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: 13px;
  cursor: pointer;
  font-weight: 750;
}

.assessment-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.assessment-choice:has(input:checked) {
  color: #ffffff;
  background: var(--misol-deep);
  border-color: var(--misol-deep);
  box-shadow: 0 10px 22px rgba(11, 43, 34, 0.15);
}

.assessment-choice:has(input:checked)::after {
  position: absolute;
  top: 10px;
  right: 11px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  content: "✓";
  color: var(--misol-deep);
  background: var(--misol-warm);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

.assessment-choice:focus-within {
  outline: 3px solid rgba(111, 174, 78, 0.48);
  outline-offset: 2px;
}

.assessment-text-field {
  display: grid;
  gap: 8px;
  color: var(--misol-deep);
  font-weight: 800;
}

.assessment-text-field input,
.assessment-text-field textarea {
  min-height: 50px;
  color: var(--misol-ink);
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: 12px;
}

.assessment-check-field,
.assessment-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--misol-muted);
}

.assessment-check-field input,
.assessment-consent input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 3px 0 0;
  accent-color: var(--misol-leaf);
}

.assessment-consent {
  padding: 15px;
  background: #f8faf7;
  border: 1px solid var(--misol-line);
  border-radius: 14px;
  font-weight: 650;
}

.assessment-consent a {
  color: var(--misol-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.assessment-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.assessment-image-picker {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #ffffff;
  border: 1px dashed rgba(11, 43, 34, 0.3);
  border-radius: 16px;
}

.assessment-image-picker h3,
.assessment-image-picker p {
  margin: 0;
}

.assessment-image-picker p {
  color: var(--misol-muted);
  font-size: 0.9rem;
}

.assessment-upload-control {
  display: flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  padding: 0 15px;
  color: var(--misol-deep);
  background: var(--misol-soft);
  border: 1px solid var(--misol-line);
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
}

.assessment-upload-control input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.assessment-image-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.assessment-image-preview:empty {
  display: none;
}

.assessment-image-preview figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--misol-soft);
  border-radius: 12px;
}

.assessment-image-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.assessment-image-preview figcaption {
  padding: 8px;
  color: var(--misol-muted);
  font-size: 0.72rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.assessment-image-preview figure > button {
  position: absolute;
  z-index: 2;
  right: 7px;
  top: 7px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #ffffff;
  background: var(--misol-deep);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(5, 31, 23, 0.26);
  cursor: pointer;
}

.assessment-image-status {
  color: #66571d !important;
  font-weight: 750;
}

.assessment-image-later {
  width: fit-content;
  min-height: 44px;
  padding: 0 14px;
}

.assessment-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.assessment-navigation .btn {
  min-width: 170px;
}

.assessment-navigation .btn:only-child {
  margin-left: auto;
}

.assessment-submit-status {
  min-height: 24px;
  margin: 0;
  color: var(--misol-leaf);
  font-weight: 800;
}

.assessment-submit-status.error {
  color: #9c3e2b;
}

.assessment-result {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  background: #f7fbf5;
  border: 1px solid rgba(111, 174, 78, 0.36);
  border-radius: 20px;
}

.assessment-result__label {
  color: var(--misol-leaf);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.assessment-result h3 {
  color: var(--misol-deep);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.assessment-result dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.assessment-result dl > div {
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: 13px;
}

.assessment-result dt {
  margin-bottom: 5px;
  color: var(--misol-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.assessment-result dd {
  margin: 0;
  color: var(--misol-ink);
  font-weight: 700;
}

.assessment-result__missing {
  padding: 16px;
  background: #fff8e8;
  border: 1px solid rgba(242, 184, 75, 0.42);
  border-radius: 13px;
}

.assessment-result__missing strong {
  color: #654e1b;
}

.assessment-result__missing ul {
  padding-left: 20px;
  margin: 9px 0 0;
  color: #67582e;
}

.assessment-result-page {
  max-width: 960px;
}

.assessment-result-page > h1 {
  margin-bottom: 30px;
}

.empty-assessment-state,
.thank-you-card {
  max-width: 900px;
}

.empty-assessment-state .btn {
  min-height: 50px;
  margin-top: 12px;
  color: #ffffff;
  background: var(--misol-deep);
  border-radius: 13px;
}

.thank-you-card {
  padding: clamp(26px, 5vw, 56px);
  background: #ffffff;
  border: 1px solid var(--misol-line);
  border-radius: 28px;
  box-shadow: var(--misol-shadow);
}

.thank-you-card h1 {
  margin-bottom: 18px;
}

.thank-you-card__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0;
}

@media (max-width: 1180px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .consultation-hero__grid,
  .solution-detail-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(345px, 0.84fr);
  }

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

  .hero-solution-mini {
    min-height: 290px;
  }

  .hero-solution-mini small {
    min-height: 110px;
  }

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

@media (max-width: 900px) {
  .consultation-hero::before,
  .solution-detail-hero::before {
    top: auto;
    right: -15%;
    bottom: -30%;
    width: 90vw;
    height: 520px;
  }

  .consultation-hero__grid,
  .solution-detail-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .consultation-hero__cluster {
    max-width: 680px;
  }

  .solution-detail-hero .product-visual {
    max-width: 680px;
    min-height: 340px;
  }

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

  .consultation-steps,
  .support-mode-grid,
  .door-layer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .solution-diagram span:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 0;
  }

  .footer-contact {
    padding-top: 24px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .consultation-hero::before,
  .solution-detail-hero::before {
    right: -58%;
    bottom: -38%;
    width: 135vw;
    height: 450px;
    border-radius: 50% 0 0 50%;
  }

  .consultation-hero::after,
  .solution-detail-hero::after {
    top: 42%;
    right: 17%;
    transform: scale(0.7);
  }

  .consultation-hero__grid,
  .solution-detail-hero__grid {
    gap: 34px;
    padding: 52px 0 56px;
  }

  .consultation-hero h1,
  .solution-detail-hero h1,
  .assessment-result-page > h1,
  .empty-assessment-state h1,
  .thank-you-card h1 {
    font-size: clamp(2.28rem, 11.5vw, 3.5rem);
    line-height: 1.03;
  }

  .consultation-hero__actions,
  .consultation-final-cta__inner,
  .solution-callout {
    grid-template-columns: 1fr;
    display: grid;
  }

  .consultation-final-cta__inner {
    gap: 26px;
  }

  .consultation-final-cta__action small {
    text-align: left;
  }

  .consultation-hero__actions .btn,
  .consultation-final-cta .btn,
  .solution-callout .btn,
  .assessment-navigation .btn {
    width: 100%;
  }

  .consultation-hero__cluster {
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
  }

  .hero-solution-mini {
    min-height: 202px;
    padding: 13px 10px 8px;
    border-radius: 13px;
  }

  .hero-solution-mini:nth-child(2) {
    transform: translateY(-10px);
  }

  .hero-solution-mini > span {
    width: 26px;
    height: 26px;
    margin-bottom: 16px;
    font-size: 0.62rem;
  }

  .hero-solution-mini strong {
    min-height: 34px;
    font-size: 0.9rem;
  }

  .hero-solution-mini small {
    min-height: 82px;
    margin: 7px 0;
    font-size: 0.69rem;
    line-height: 1.35;
  }

  .hero-solution-mini__button {
    min-height: 44px;
    padding: 6px 0 0;
    font-size: 0.68rem;
  }

  .section-pad {
    padding: 56px 0;
  }

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

  .consultation-heading h2,
  .consultation-final-cta h2,
  .assessment-shell h2,
  .thank-you-card h2,
  .solution-callout h2 {
    font-size: clamp(1.7rem, 7.5vw, 2.2rem);
  }

  .pain-grid,
  .solution-grid,
  .test-product-grid,
  .feature-chip-grid,
  .solution-detail-grid,
  .thank-you-card__grid,
  .assessment-result dl {
    grid-template-columns: 1fr;
  }

  .pain-card {
    min-height: 140px;
  }

  .product-visual--compact {
    min-height: 178px;
  }

  .solution-card__body {
    padding: 20px;
  }

  .solution-card__pain {
    min-height: 0;
  }

  .consultation-final-cta {
    padding: 42px 0 46px;
  }

  .consultation-final-cta__points {
    gap: 8px;
    margin-top: 14px;
  }

  .consultation-final-cta__points li {
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .landing-sticky {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    z-index: 35;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 8px;
    align-items: center;
    padding: 8px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--misol-line);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(11, 43, 34, 0.2);
    backdrop-filter: blur(12px);
  }

  .landing-sticky[hidden],
  .assessment-open .landing-sticky {
    display: none;
  }

  .landing-sticky > button:first-child {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--misol-deep);
    background: var(--misol-soft);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.3rem;
  }

  .landing-sticky .btn {
    min-height: 48px;
    width: 100%;
  }

  .solution-detail-hero .product-visual {
    min-height: 270px;
    border-width: 7px;
  }

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

  .solution-diagram span:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -18px;
    transform: rotate(90deg);
  }

  .assessment-shell__inner {
    padding: 54px 0;
  }

  .assessment-shell__head {
    gap: 14px;
  }

  .assessment-form {
    padding: 16px;
    border-radius: 20px;
  }

  .assessment-question {
    padding: 16px;
  }

  .assessment-choice-grid {
    grid-template-columns: 1fr;
  }

  .assessment-choice {
    min-height: 54px;
    font-size: 1rem;
  }

  .assessment-image-preview {
    grid-template-columns: 1fr 1fr;
  }

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

  .assessment-navigation .btn:only-child {
    margin-left: 0;
  }

  .assessment-result {
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pain-card,
  .solution-card,
  .assessment-progress li {
    transition: none;
  }

  .consultation-hero__primary-action,
  .consultation-hero__primary-action::after {
    animation: none;
  }
}

/* Mobile-first conversion redesign for the consultation flow. */
.hero-quick-picker,
.hero-quick-picker * {
  box-sizing: border-box;
}

.hero-quick-picker {
  display: grid;
  gap: 12px;
  padding: 12px;
  color: var(--misol-ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(11, 43, 34, 0.12);
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(11, 43, 34, 0.14);
  backdrop-filter: blur(14px);
}

.hero-quick-picker__intro {
  display: grid;
  gap: 3px;
  padding: 4px 5px 2px;
}

.hero-quick-picker__intro p {
  margin: 0;
  color: var(--misol-leaf);
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-quick-picker__intro strong {
  color: var(--misol-deep);
  font-size: 0.98rem;
  line-height: 1.25;
}

.hero-quick-picker__list {
  display: grid;
  gap: 8px;
}

.hero-quick-picker__item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 20px;
  gap: 10px;
  width: 100%;
  min-height: 70px;
  align-items: center;
  padding: 10px;
  color: var(--misol-ink);
  background: #ffffff;
  border: 1px solid rgba(11, 43, 34, 0.11);
  border-radius: 15px;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero-quick-picker__item:hover,
.hero-quick-picker__item:focus-visible {
  border-color: rgba(111, 174, 78, 0.86);
  box-shadow: 0 10px 22px rgba(11, 43, 34, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.hero-quick-picker__number {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--misol-leaf);
  background: rgba(111, 174, 78, 0.12);
  border-radius: 50%;
  font-size: 0.67rem;
  font-weight: 900;
}

.hero-quick-picker__copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.hero-quick-picker__copy strong {
  color: var(--misol-deep);
  font-size: 0.94rem;
  line-height: 1.2;
}

.hero-quick-picker__copy small {
  color: var(--misol-muted);
  font-size: 0.76rem;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.hero-quick-picker__item i {
  color: var(--misol-leaf);
  font-size: 1.18rem;
  font-style: normal;
  text-align: center;
}

.hero-quick-picker__note {
  margin: 0;
  padding: 0 5px 2px;
  color: var(--misol-muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.solution-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 16px;
}

.solution-card__facts span {
  padding: 6px 9px;
  color: #285443;
  background: #eef6ec;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.25;
}

.solution-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  color: var(--misol-deep);
  border-color: rgba(11, 43, 34, 0.22);
  font-size: 0.88rem;
  font-weight: 800;
}

.solution-card__more span {
  color: var(--misol-leaf);
  font-size: 1rem;
}

.solution-sticky {
  display: none;
}

.assessment-contact-grid {
  display: grid;
  gap: 12px;
}

.assessment-contact-time {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  border: 0;
}

.assessment-contact-time legend {
  padding: 0;
  color: var(--misol-deep);
  font-size: 0.88rem;
  font-weight: 800;
}

.assessment-contact-time .assessment-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.assessment-contact-time .assessment-choice {
  min-height: 48px;
  padding: 10px 12px;
  font-size: 0.88rem;
}

.assessment-optional-details {
  border-top: 1px solid var(--misol-line);
}

.assessment-optional-details summary {
  padding: 14px 0;
  color: var(--misol-deep);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
}

.assessment-optional-details summary span {
  color: var(--misol-muted);
  font-weight: 600;
}

.assessment-optional-details > div {
  display: grid;
  gap: 12px;
  padding: 0 0 14px;
}

.assessment-quick-contact {
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  color: var(--misol-deep);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(111, 174, 78, 0.75);
  text-underline-offset: 4px;
}

@keyframes assessment-question-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(1120px, calc(100vw - 28px));
  }

  body {
    background: #f7f8f5;
    font-size: 16px;
    line-height: 1.52;
  }

  .site-header {
    min-height: 64px;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.94);
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  .brand-copy strong {
    font-size: 0.96rem;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    border-radius: 11px;
  }

  .site-nav {
    gap: 4px;
    padding: 8px;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(11, 43, 34, 0.12);
  }

  .site-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .consultation-hero,
  .solution-detail-hero {
    background: linear-gradient(180deg, #f6f4ec 0%, #eef5eb 100%);
  }

  .consultation-hero::before,
  .solution-detail-hero::before,
  .consultation-hero::after,
  .solution-detail-hero::after {
    display: none;
  }

  .consultation-hero__grid,
  .solution-detail-hero__grid {
    display: grid;
    gap: 26px;
    min-height: 0;
    padding: 32px 0 34px;
  }

  .consultation-kicker {
    margin-bottom: 13px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
  }

  .consultation-hero h1,
  .solution-detail-hero h1,
  .assessment-result-page > h1,
  .empty-assessment-state h1,
  .thank-you-card h1 {
    max-width: 14ch;
    font-size: clamp(1.82rem, 8.9vw, 2.28rem);
    letter-spacing: -0.052em;
    line-height: 1.1;
  }

  .consultation-hero__copy > p:not(.consultation-kicker):not(.consultation-disclosure),
  .solution-detail-hero__grid > div > p:not(.consultation-kicker) {
    margin-top: 15px;
    font-size: 0.97rem;
    line-height: 1.56;
  }

  .consultation-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
  }

  .consultation-trust li {
    min-height: 32px;
    padding: 7px 9px 7px 30px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(11, 43, 34, 0.08);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 750;
  }

  .consultation-trust li::before {
    top: 0.68em;
    left: 8px;
    width: 14px;
    height: 14px;
    box-shadow: inset 0 0 0 3px #ffffff;
  }

  .consultation-hero__actions {
    display: grid;
    gap: 9px;
    margin-top: 22px;
  }

  .consultation-hero__actions .btn,
  .consultation-final-cta .btn,
  .solution-callout .btn {
    width: 100%;
    min-height: 56px;
  }

  .consultation-hero .btn.primary,
  .solution-detail-hero .btn.primary,
  .consultation-final-cta .btn.primary,
  .assessment-shell .btn.primary,
  .thank-you-card .btn.primary {
    border-radius: 15px;
  }

  .consultation-hero__primary-action {
    font-size: 1rem;
  }

  .consultation-disclosure {
    margin-top: 10px;
    font-size: 0.76rem;
  }

  .hero-quick-picker {
    border-radius: 18px;
  }

  .section-pad {
    padding: 46px 0;
  }

  .consultation-section--faq {
    padding-top: 26px;
  }

  .consultation-heading {
    margin-bottom: 20px;
  }

  .consultation-heading h2,
  .consultation-final-cta h2,
  .assessment-shell h2,
  .thank-you-card h2,
  .solution-callout h2 {
    font-size: clamp(1.64rem, 7.7vw, 2.05rem);
    line-height: 1.08;
  }

  .consultation-heading > p:not(.consultation-kicker),
  .consultation-final-cta p,
  .solution-callout p,
  .empty-assessment-state > p,
  .thank-you-card > p {
    margin: 10px 0 0;
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .solution-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .solution-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(11, 43, 34, 0.05);
  }

  .solution-card:focus-within,
  .solution-card--focused {
    transform: none;
  }

  .solution-card .product-visual {
    min-height: 100%;
    border-radius: 18px 0 0 18px;
  }

  .solution-card .product-visual--compact {
    min-height: 100%;
  }

  .solution-card .product-visual__badge,
  .solution-card .product-visual figcaption {
    display: none;
  }

  .solution-card .product-visual__device {
    width: 72px;
    height: 94px;
    border-radius: 17px;
    transform: rotate(-7deg) scale(0.72);
  }

  .solution-card .product-visual--daticDoor .product-visual__device {
    width: 104px;
    height: 70px;
    transform: rotate(5deg) scale(0.72);
  }

  .solution-card .product-visual--entec .product-visual__device {
    width: 90px;
    height: 84px;
    transform: rotate(4deg) scale(0.72);
  }

  .solution-card__body {
    min-width: 0;
    padding: 14px 13px 13px;
  }

  .solution-card__eyebrow {
    margin-bottom: 5px;
    font-size: 0.66rem;
  }

  .solution-card h3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .solution-card__pain {
    min-height: 0;
    margin: 8px 0 9px;
    font-size: 0.85rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .solution-card__facts {
    display: none;
  }

  .solution-card__price {
    display: flex;
    align-items: baseline;
    gap: 4px 7px;
    margin: 0;
    padding-top: 8px;
  }

  .solution-card__price strong {
    flex: 0 0 auto;
    font-size: 1.02rem;
  }

  .solution-card__price .solution-card__price-before {
    font-size: 0.78rem;
  }

  .solution-card__price span {
    font-size: 0.66rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .solution-card__actions {
    gap: 6px;
    margin-top: 10px;
  }

  .solution-card__actions .btn {
    min-height: 40px;
    font-size: 0.82rem;
  }

  .solution-card__more {
    justify-content: flex-start;
    min-height: 30px;
    padding: 3px 0;
    border: 0;
    font-size: 0.76rem;
  }

  .solution-faq {
    gap: 8px;
  }

  .solution-faq article {
    border-radius: 14px;
  }

  .solution-faq button {
    min-height: 58px;
    padding: 14px;
    font-size: 0.91rem;
    line-height: 1.35;
  }

  .solution-faq article > div {
    padding: 0 14px 15px;
  }

  .solution-faq p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .consultation-final-cta {
    padding: 38px 0 42px;
  }

  .consultation-final-cta__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .landing-sticky,
  .solution-sticky {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 35;
    min-height: 58px;
    padding: 7px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(11, 43, 34, 0.13);
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(11, 43, 34, 0.19);
    backdrop-filter: blur(15px);
  }

  .landing-sticky {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
  }

  .landing-sticky > button:first-child {
    width: 38px;
    height: 38px;
    color: var(--misol-muted);
    background: #f3f6f1;
    border-radius: 10px;
    font-size: 1.1rem;
  }

  .landing-sticky .btn,
  .solution-sticky .btn {
    display: grid;
    min-height: 44px;
    gap: 1px;
    padding: 6px 12px;
    border-radius: 11px;
    font-size: 0.92rem;
  }

  .landing-sticky .btn small {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.66rem;
    font-weight: 650;
  }

  .solution-sticky {
    display: block;
  }

  .assessment-open .landing-sticky,
  .assessment-open .solution-sticky,
  .landing-sticky[hidden] {
    display: none;
  }

  .solution-detail-hero .product-visual {
    min-height: 238px;
    border-width: 5px;
    border-radius: 20px;
  }

  .solution-detail-hero .consultation-hero__actions {
    margin-top: 22px;
  }

  .assessment-shell {
    background: #f3f6f1;
  }

  .assessment-shell__inner {
    padding: 28px 0 calc(96px + env(safe-area-inset-bottom));
  }

  .assessment-shell__head {
    position: relative;
    display: block;
    margin-bottom: 17px;
    padding-right: 48px;
  }

  .assessment-shell__head > div > p:not(.consultation-kicker) {
    margin: 8px 0 0;
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .assessment-close {
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 12px;
    font-size: 1.4rem;
  }

  .assessment-form {
    gap: 15px;
    padding: 15px;
    border-radius: 19px;
    box-shadow: 0 12px 32px rgba(11, 43, 34, 0.08);
  }

  .assessment-progress {
    gap: 5px;
  }

  .assessment-progress li {
    height: 6px;
    background: #dce5dc;
  }

  .assessment-progress li span,
  .assessment-progress li em {
    display: none;
  }

  .assessment-progress li.active {
    background: var(--misol-leaf);
  }

  .assessment-form__step {
    margin: 0;
    color: #557066;
    font-size: 0.76rem;
  }

  .assessment-question-count {
    margin-bottom: 7px;
    font-size: 0.76rem;
  }

  .assessment-question {
    gap: 11px;
    padding: 15px;
    background: #f8fbf7;
    border-radius: 16px;
    animation: assessment-question-in 220ms ease-out both;
  }

  .assessment-question h3 {
    font-size: 1.1rem;
    line-height: 1.28;
  }

  .assessment-why {
    padding: 0;
    color: var(--misol-muted);
    background: transparent;
    border: 0;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .assessment-choice-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .assessment-choice {
    min-height: 54px;
    padding: 12px 38px 12px 13px;
    border-radius: 12px;
    font-size: 0.93rem;
    line-height: 1.3;
  }

  .assessment-choice:has(input:checked) {
    box-shadow: 0 8px 18px rgba(11, 43, 34, 0.12);
  }

  .assessment-choice:has(input:checked)::after {
    top: 50%;
    right: 13px;
    width: 19px;
    height: 19px;
    transform: translateY(-50%);
  }

  .assessment-text-field {
    gap: 6px;
    font-size: 0.85rem;
  }

  .assessment-text-field input,
  .assessment-text-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px;
    border-radius: 11px;
    font-size: 16px;
  }

  .assessment-text-field textarea {
    min-height: 88px;
  }

  .assessment-check-field,
  .assessment-consent {
    gap: 9px;
    font-size: 0.84rem;
    line-height: 1.43;
  }

  .assessment-consent {
    padding: 12px;
    border-radius: 12px;
  }

  .assessment-navigation {
    position: sticky;
    bottom: calc(8px + env(safe-area-inset-bottom));
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
    margin: 0 -4px -4px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(11, 43, 34, 0.1);
    border-radius: 15px;
    box-shadow: 0 9px 22px rgba(11, 43, 34, 0.09);
    backdrop-filter: blur(10px);
  }

  .assessment-navigation .btn,
  .assessment-navigation .btn:only-child {
    width: 100%;
    min-height: 52px;
    margin-left: 0;
  }

  .assessment-back {
    order: 2;
    min-height: 42px !important;
    background: #ffffff;
    border-color: rgba(11, 43, 34, 0.16);
  }

  .assessment-submit-status {
    min-height: 0;
    font-size: 0.83rem;
    line-height: 1.4;
  }

  .assessment-image-picker {
    padding: 14px;
    border-radius: 14px;
  }

  .assessment-upload-control {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .assessment-image-preview {
    grid-template-columns: 1fr 1fr;
  }

  .assessment-image-later {
    width: 100%;
  }

  .assessment-contact-time .assessment-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .assessment-contact-time .assessment-choice {
    min-height: 48px;
    padding: 9px 8px;
    justify-content: center;
    font-size: 0.8rem;
    text-align: center;
  }

  .assessment-contact-time .assessment-choice:has(input:checked)::after {
    display: none;
  }

  .assessment-result {
    gap: 13px;
    padding: 16px;
    border-radius: 16px;
  }

  .assessment-result dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .assessment-result dl > div {
    padding: 11px;
  }

  .site-footer {
    padding-bottom: 0;
  }
}

@media (min-width: 721px) {
  .consultation-hero__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.8fr);
    min-height: 620px;
    padding: clamp(70px, 8vw, 104px) 0;
  }

  .hero-quick-picker {
    max-width: 440px;
    justify-self: end;
  }

  .solution-card__facts {
    min-height: 62px;
  }

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

@media (min-width: 1024px) {
  .consultation-hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.82fr);
    gap: clamp(48px, 7vw, 94px);
  }

  .hero-quick-picker {
    max-width: 460px;
    padding: 16px;
    border-radius: 26px;
  }

  .hero-quick-picker__item {
    min-height: 82px;
  }

  .solution-card__more:hover {
    color: var(--misol-leaf);
  }
}

/* Assessment modal: one focused decision at a time. */
.assessment-shell {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow-y: auto;
  padding: 60px 20px;
  background: rgba(4, 27, 21, 0.72) !important;
  backdrop-filter: blur(5px);
  scroll-margin-top: 0;
}

.assessment-shell[hidden] {
  display: none;
}

body.assessment-open {
  overflow: hidden;
}

.assessment-shell__inner {
  width: min(820px, calc(100vw - 20px));
  max-height: min(860px, calc(100vh - 120px));
  overflow-y: auto;
  padding: clamp(18px, 3.2vw, 28px);
  background: #fbfdf9;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.assessment-shell__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  margin-bottom: 16px;
}

.assessment-shell__head h2 {
  max-width: 17ch;
  font-size: clamp(1.42rem, 3.4vw, 2rem);
  line-height: 1.08;
}

.assessment-shell__head > div > p:not(.consultation-kicker) {
  margin-top: 5px;
  font-size: 0.88rem;
}

.assessment-form {
  max-width: none;
  gap: 16px;
  padding: clamp(14px, 2.5vw, 20px);
  border-radius: 20px;
  box-shadow: none;
}

.assessment-progress {
  gap: 6px;
}

.assessment-progress li {
  height: 5px;
}

.assessment-progress li span,
.assessment-progress li em {
  display: none;
}

.assessment-form__step {
  width: fit-content;
  margin: 0;
  padding: 5px 9px;
  color: #356d32;
  background: #e9f2e6;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}

.assessment-question-count {
  display: none;
}

.assessment-question {
  gap: 11px;
  padding: clamp(14px, 2.5vw, 20px);
  background: #f7faf6;
  border-radius: 16px;
}

.assessment-question h3 {
  font-size: clamp(1.06rem, 2.8vw, 1.25rem);
}

.assessment-question__description {
  margin: 0;
  color: var(--misol-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.assessment-contact-panel {
  gap: 12px;
}

.assessment-contact-panel h3 {
  max-width: 24ch;
}

.assessment-contact-panel .assessment-question__description {
  max-width: 46ch;
}

.assessment-choice > span {
  display: grid;
  gap: 4px;
}

.assessment-choice > span b {
  font: inherit;
}

.assessment-choice > span small {
  color: var(--misol-muted);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.assessment-choice:has(input:checked) > span small {
  color: rgba(255, 255, 255, 0.82);
}

.assessment-why {
  padding: 9px 11px;
  color: #a23b31;
  background: #fff6f4;
  border: 1px solid #f2d2cc;
  border-radius: 10px;
  font-size: 0.83rem;
  font-weight: 750;
}

.assessment-result {
  gap: 12px;
  padding: clamp(16px, 3vw, 20px);
  background: #f7fbf5;
}

.assessment-result h3 {
  font-size: clamp(1.2rem, 3.3vw, 1.55rem);
  line-height: 1.16;
}

.assessment-result__summary,
.assessment-result__next {
  margin: 0;
  color: var(--misol-ink);
  font-size: 0.91rem;
  line-height: 1.45;
}

.assessment-result__next {
  color: var(--misol-muted);
  font-size: 0.83rem;
}

.assessment-result__facts {
  display: grid;
  gap: 7px;
  padding: 11px 12px;
  background: #fff;
  border: 1px solid var(--misol-line);
  border-radius: 12px;
}

.assessment-result__facts p {
  display: grid;
  gap: 2px;
  margin: 0;
  font-size: 0.84rem;
  font-weight: 750;
}

.assessment-result__facts span {
  color: var(--misol-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.assessment-result .assessment-navigation {
  margin-top: 2px;
}

.assessment-result--adaptive {
  position: relative;
  gap: 13px;
  overflow: hidden;
  padding: clamp(20px, 4vw, 26px);
  background: linear-gradient(145deg, #fbfdf9 0%, #f1f8ee 100%);
  border: 1px solid #cde1c6;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(18, 68, 41, 0.1);
}

.assessment-result--adaptive::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(#77b75b, #2d6c42);
}

.assessment-result__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.assessment-result--adaptive .assessment-result__label {
  color: #4d973d;
  font-size: 0.7rem;
  letter-spacing: 0.09em;
}

.assessment-result__status {
  flex: 0 0 auto;
  width: fit-content;
  padding: 6px 10px;
  color: #26683c;
  background: #e7f2e4;
  border: 1px solid #cce2c6;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.assessment-result--adaptive h3 {
  max-width: 24ch;
  margin: 0;
  color: #0d2d22;
}

.assessment-result--adaptive .assessment-result__summary {
  max-width: 58ch;
  color: #385548;
}

.assessment-result__highlights {
  display: grid;
  gap: 8px;
  margin: 1px 0 0;
  padding: 0;
  list-style: none;
}

.assessment-result__highlight {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  color: #25483a;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(196, 219, 190, 0.88);
  border-radius: 11px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
}

.assessment-result__highlight span {
  display: grid;
  place-items: center;
  align-self: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #4f963e;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
}

.assessment-result__highlight--check span {
  color: #8b5720;
  background: #fff0d5;
}

.assessment-result--adaptive .assessment-navigation {
  position: static;
  z-index: 1;
  margin-top: 2px;
  padding-top: 0;
  background: transparent;
}

.assessment-result--adaptive .assessment-navigation .btn {
  padding-inline: 10px;
  white-space: nowrap;
}

.assessment-result--adaptive .assessment-navigation .btn:only-child {
  grid-column: 1 / -1;
}

.assessment-choice:has(input:checked) {
  color: #fff;
  background: #3f7c3a;
  border-color: #3f7c3a;
  box-shadow: 0 9px 18px rgba(63, 124, 58, 0.2);
}

.assessment-choice:has(input:checked)::after {
  color: #285e2d;
  background: #e6f3df;
}

.assessment-navigation {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.assessment-navigation .btn,
.assessment-navigation .btn:only-child {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  margin: 0;
}

.assessment-navigation .btn:only-child {
  grid-column: 1 / -1;
}

.assessment-back {
  order: 0;
  color: var(--misol-deep);
  background: #fff;
  border-color: var(--misol-line);
}

.assessment-image-picker {
  gap: 10px;
  padding: 13px;
  background: #fff;
}

.assessment-image-picker h3 {
  font-size: 0.96rem;
}

.assessment-image-picker h3 span,
.assessment-image-picker p,
.assessment-image-status,
.assessment-text-field i {
  color: var(--misol-muted) !important;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
}

.assessment-image-status.assessment-image-status--error {
  color: #c62828 !important;
}

.assessment-field-error {
  color: #c62828;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.assessment-field-error[hidden] {
  display: none;
}

.assessment-upload-control {
  width: 100%;
  justify-content: center;
  color: #2f6832;
  background: #edf6eb;
  border-color: #b9d9b2;
}

.assessment-contact-panel .assessment-text-field {
  gap: 7px;
}

.assessment-contact-panel .assessment-text-field > span,
.assessment-contact-panel .assessment-contact-time legend,
.assessment-contact-panel .assessment-image-picker h3 {
  color: var(--misol-deep);
  font-size: 0.93rem;
  font-weight: 900;
  line-height: 1.28;
}

.assessment-contact-panel .assessment-text-field input {
  min-height: 48px;
}

.assessment-contact-panel .assessment-text-field textarea {
  min-height: 68px;
}

.assessment-contact-panel .assessment-text-field input,
.assessment-contact-panel .assessment-text-field textarea {
  padding: 12px 13px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.assessment-contact-panel .assessment-text-field input::placeholder,
.assessment-contact-panel .assessment-text-field textarea::placeholder {
  color: #7a807b;
  opacity: 1;
  font-weight: 700;
}

.assessment-contact-panel .assessment-note-field textarea {
  color: var(--misol-ink);
}

.assessment-contact-panel .assessment-note-field > .assessment-note-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.assessment-contact-panel .assessment-note-heading > span {
  min-width: 0;
}

.assessment-contact-panel .assessment-note-heading [data-assessment-note-counter] {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--misol-muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
}

.assessment-contact-panel .assessment-note-heading [data-assessment-note-counter].is-at-limit {
  color: #d3402f;
}

.assessment-field-invalid input,
.assessment-field-invalid textarea {
  border-color: #d3402f !important;
  box-shadow: 0 0 0 2px rgba(211, 64, 47, 0.1);
}

.assessment-contact-panel .assessment-contact-time.assessment-field-invalid .assessment-choice {
  border-color: #d3402f;
}

.assessment-contact-panel .assessment-check-field,
.assessment-contact-panel .assessment-consent {
  padding: 12px;
  border-radius: 12px;
}

.assessment-contact-panel .assessment-consent {
  background: #fff;
}

.assessment-contact-panel .assessment-consent {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.assessment-contact-panel .assessment-consent__line {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.assessment-contact-panel .assessment-consent__line input {
  margin-top: 2px;
}

.assessment-contact-panel .assessment-consent .assessment-field-error {
  grid-column: 1 / -1;
  padding-left: 28px;
}

.assessment-contact-panel .assessment-consent.assessment-field-invalid {
  border-color: #d3402f;
  box-shadow: 0 0 0 2px rgba(211, 64, 47, 0.08);
}

.assessment-contact-panel .assessment-contact-time {
  gap: 36px;
}

.assessment-contact-panel .assessment-contact-time .assessment-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.assessment-contact-panel .assessment-contact-time .assessment-choice {
  min-height: 44px;
  padding-block: 8px;
  justify-content: center;
  text-align: center;
}

.assessment-contact-panel [data-assessment-submit].is-disabled-soft:not([aria-busy="true"]) {
  cursor: not-allowed;
  opacity: 0.48;
}

.assessment-shell__inner--status {
  position: relative;
  width: min(460px, calc(100vw - 20px));
  padding: 14px;
  overflow: hidden;
}

.assessment-form--status {
  gap: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.assessment-form--status > .assessment-submit-status:empty {
  display: none;
}

.assessment-close--status {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.assessment-success {
  display: grid;
  justify-items: center;
  gap: 13px;
  padding: clamp(26px, 5vw, 42px) clamp(18px, 5vw, 52px);
  text-align: center;
  background: radial-gradient(circle at 50% 0%, #f4fbf1 0%, #ffffff 62%);
  border: 1px solid #d6e8d0;
  border-radius: 18px;
}

.assessment-success__mark {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 2px;
  color: #ffffff;
  background: linear-gradient(145deg, #79bb58, #347d44);
  border: 6px solid #e7f4e2;
  border-radius: 50%;
  box-shadow: 0 12px 25px rgba(52, 125, 68, 0.24);
  animation: assessment-success-pop 460ms cubic-bezier(.2, .9, .25, 1.25) both, assessment-success-glow 2.3s ease-in-out 650ms infinite;
}

.assessment-success__mark span {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.assessment-success__eyebrow {
  margin: 0;
  color: #43813d;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.assessment-success h3 {
  max-width: 18ch;
  margin: 0;
  color: var(--misol-deep);
  font-size: clamp(1.45rem, 3.8vw, 2rem);
  line-height: 1.12;
}

.assessment-success h3 span {
  display: block;
}

.assessment-success > p:not(.assessment-success__eyebrow):not(.assessment-success__next) {
  max-width: 45ch;
  margin: 0;
  color: var(--misol-muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.assessment-success .assessment-success__receipt {
  padding: 8px 12px;
  color: #3f6f45;
  background: #eef7eb;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 750;
}

.assessment-success__divider {
  width: min(100%, 360px);
  height: 1px;
  margin: 4px 0 1px;
  background: var(--misol-line);
}

.assessment-success__next {
  max-width: 41ch;
  margin: 0;
  color: #3b5649;
  font-size: 0.88rem;
  line-height: 1.48;
}

.assessment-success .assessment-navigation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  padding: 0;
}

.assessment-success .assessment-navigation .btn,
.assessment-success .assessment-navigation .btn:only-child {
  width: min(100%, 320px);
  margin-left: 0;
}

.assessment-sending {
  display: grid;
  justify-items: center;
  gap: 13px;
  min-height: 270px;
  padding: clamp(34px, 7vw, 58px) clamp(18px, 5vw, 52px);
  text-align: center;
  background: radial-gradient(circle at 50% 0%, #f1f8ee 0%, #ffffff 65%);
  border: 1px solid #d6e8d0;
  border-radius: 18px;
}

.assessment-sending__spinner {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(52, 125, 68, 0.14);
}

.assessment-sending__spinner::before {
  position: absolute;
  inset: -5px;
  content: "";
  border: 4px solid #dcebd7;
  border-top-color: #3f843f;
  border-radius: 50%;
  animation: assessment-sending-spin 820ms linear infinite;
}

.assessment-sending__spinner img {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 11px;
}

.assessment-sending__eyebrow {
  margin: 5px 0 0;
  color: #43813d;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.assessment-sending h3 {
  max-width: 21ch;
  margin: 0;
  color: var(--misol-deep);
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  line-height: 1.14;
}

.assessment-sending > p:not(.assessment-sending__eyebrow) {
  margin: 0;
  color: var(--misol-muted);
  font-size: 0.92rem;
}

.assessment-sending small {
  color: #6f7e75;
  font-size: 0.8rem;
}

@keyframes assessment-success-pop {
  from { opacity: 0; transform: scale(0.58) rotate(-10deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes assessment-success-glow {
  0%, 100% { box-shadow: 0 12px 25px rgba(52, 125, 68, 0.24); }
  50% { box-shadow: 0 14px 31px rgba(52, 125, 68, 0.38), 0 0 0 7px rgba(121, 187, 88, 0.08); }
}

@keyframes assessment-sending-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 720px) {
  .assessment-shell {
    align-items: center;
    min-height: 100dvh;
    padding: max(16px, env(safe-area-inset-top)) 12px max(16px, env(safe-area-inset-bottom));
    -webkit-overflow-scrolling: touch;
  }

  .assessment-shell__inner {
    width: min(440px, calc(100vw - 24px));
    max-height: calc(100dvh - 32px);
    min-height: 0;
    padding: 22px 14px 18px;
    border-radius: 20px;
  }

  .assessment-shell__inner--status {
    width: min(430px, calc(100vw - 24px));
    max-height: none;
    min-height: 0;
    padding: 10px;
  }

  .assessment-shell__head {
    margin-bottom: 14px;
    padding-right: 0;
  }

  .assessment-shell:has(input:focus),
  .assessment-shell:has(textarea:focus) {
    align-items: center;
    padding-top: max(16px, env(safe-area-inset-top));
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }

  .assessment-shell:has(input:focus) .assessment-shell__inner,
  .assessment-shell:has(textarea:focus) .assessment-shell__inner {
    min-height: 0;
  }

  .assessment-form {
    gap: 14px;
  }

  .assessment-navigation {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .assessment-result--adaptive {
    padding: 18px;
  }

  .assessment-success {
    gap: 12px;
    padding: 28px 17px;
  }

  .assessment-success__mark {
    width: 62px;
    height: 62px;
  }

  .assessment-sending {
    min-height: 250px;
    padding: 34px 17px;
  }

  .assessment-result__eyebrow {
    align-items: flex-start;
  }

  .assessment-result__status {
    max-width: 45%;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-quick-picker__item,
  .assessment-question {
    transition: none;
    animation: none;
  }
}

/* Contact page: early access registration */
.contact-hero {
  position: relative;
  display: grid;
  min-height: 380px;
  align-items: end;
  overflow: hidden;
  color: #f4f1e8;
  background:
    linear-gradient(rgba(4, 35, 28, 0.74), rgba(4, 35, 28, 0.74)),
    var(--contact-hero-image) center / cover;
}

.contact-hero__inner {
  max-width: 940px;
  padding: 88px 0 44px;
}

.contact-hero__label,
.contact-kicker {
  margin: 0 0 13px;
  color: var(--amber);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #f4f1e8;
  font-size: clamp(2rem, 10vw, 2.25rem);
  line-height: 1.12;
}

.contact-hero h1 span {
  display: block;
}

.contact-hero__body {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.contact-hero__body li {
  position: relative;
  margin: 0;
  padding-left: 24px;
  color: rgba(244, 241, 232, 0.84);
  font-size: 0.96rem;
  line-height: 1.48;
}

.contact-hero__body li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  color: #f2b84b;
  font-weight: 900;
  content: "✓";
}

.contact-hero__cta {
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  border-radius: 11px;
}

@media (max-width: 720px) {
  .contact-hero {
    min-height: auto;
    align-items: start;
  }

  .contact-hero__inner {
    padding: 32px 0 42px;
  }

  .contact-hero__label {
    margin-bottom: 13px;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  .contact-hero h1 {
    max-width: 17ch;
    font-size: clamp(1.82rem, 8.9vw, 2.28rem);
    letter-spacing: -0.052em;
    line-height: 1.1;
  }

  .contact-hero__body {
    gap: 8px;
    margin-top: 14px;
  }

  .contact-hero__body li {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .contact-hero__cta {
    margin-top: 22px;
  }
}

.contact-main-section {
  padding: 42px 0 54px;
  background: var(--paper);
}

.contact-main-grid {
  display: grid;
  gap: 26px;
  align-items: start;
}

.contact-program {
  display: grid;
  gap: 22px;
}

.contact-form-column,
.contact-direct {
  min-width: 0;
}

.contact-status-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border: 1px solid rgba(11, 107, 97, 0.14);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-status-badge i {
  width: 8px;
  height: 8px;
  background: var(--teal);
  border-radius: 999px;
}

.contact-program__block h2,
.contact-direct h2,
.contact-form-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.5rem, 7vw, 1.75rem);
  line-height: 1.16;
}

.contact-program__block p,
.contact-direct p,
.contact-form-head p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

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

.contact-fit-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.55;
}

.contact-fit-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--teal);
  border: 2px solid rgba(111, 174, 78, 0.24);
  border-radius: 999px;
}

.contact-note {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  margin: 0;
  color: var(--teal-dark);
  background: var(--soft);
  border: 1px solid rgba(111, 174, 78, 0.2);
  border-radius: 12px;
  font-size: 0.875rem;
  line-height: 1.55;
}

.contact-note span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #ffffff;
  background: var(--teal);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  font-style: normal;
}

.contact-direct {
  padding-top: 27px;
  border-top: 1px solid var(--line);
}

.contact-direct a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 10px;
  color: var(--teal);
  font-size: 0.95rem;
  font-weight: 700;
}

.contact-direct a:hover {
  color: var(--teal-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-direct a:focus-visible,
.contact-hero__cta:focus-visible,
.contact-submit:focus-visible {
  outline: 3px solid rgba(111, 174, 78, 0.42);
  outline-offset: 3px;
}

.contact-signup-form {
  display: grid;
  scroll-margin-top: 96px;
  gap: 14px;
  padding: 17px;
  background: linear-gradient(180deg, #ffffff, #fbfdfb);
  border: 1px solid rgba(16, 32, 31, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(9, 45, 42, 0.09);
}

.contact-form-head {
  margin-bottom: 0;
}

.contact-field-grid {
  display: grid;
  gap: 12px;
}

.contact-field {
  gap: 6px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
}

.contact-field-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  line-height: 1.35;
}

.contact-field-heading > span {
  min-width: 0;
}

.contact-field-heading small {
  flex: 0 0 auto;
  color: rgba(99, 115, 112, 0.78);
  font-size: 0.75rem;
  font-weight: 600;
}

.contact-field-heading small.is-at-limit {
  color: #a33a2a;
}

.contact-field input,
.contact-field textarea {
  min-height: 46px;
  padding: 10px 12px;
  background: #fbfcfb;
  border-color: rgba(16, 32, 31, 0.14);
  border-radius: 11px;
  font-size: 0.92rem;
}

.contact-field textarea {
  min-height: 118px;
}

.contact-field input:focus,
.contact-field textarea:focus,
.contact-interest-options label:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(11, 107, 97, 0.12);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(99, 115, 112, 0.72);
}

.contact-field-error {
  color: #c62828;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.contact-field-error:empty {
  display: none;
}

.contact-field.is-invalid input,
.contact-field.is-invalid textarea {
  border-color: #d3402f;
  box-shadow: 0 0 0 2px rgba(211, 64, 47, 0.1);
}

.contact-interest-group {
  padding: 0;
  margin: 0;
  border: 0;
}

.contact-interest-group legend {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
}

.contact-interest-options {
  display: grid;
  gap: 7px;
}

.contact-interest-options label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  min-height: 40px;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  color: var(--ink);
  background: #fbfcfb;
  border: 1px solid rgba(16, 32, 31, 0.1);
  border-radius: 11px;
  font-size: 0.85rem;
  font-weight: 550;
}

.contact-interest-options input {
  width: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--teal);
}

.contact-interest-group .contact-field-error {
  display: block;
  margin-top: 7px;
}

.contact-interest-group.is-invalid .contact-interest-options label {
  border-color: #d3402f;
}

.contact-form-privacy {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.contact-submit {
  min-height: 48px;
  border-radius: 12px;
}

.contact-submit:active {
  transform: translateY(1px);
}

.contact-submit[aria-busy="true"] {
  cursor: wait;
}

.contact-form-status {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-form-status:empty {
  display: none;
}

.contact-form-status.success {
  color: var(--teal);
}

.contact-form-status.error {
  color: #a33a2a;
}

@media (min-width: 768px) {
  .contact-hero {
    min-height: 470px;
  }

  .contact-hero__inner {
    padding: 126px 0 74px;
  }

  .contact-hero h1 {
    font-size: clamp(2.875rem, 4.8vw, 3.25rem);
  }

  .contact-hero__body p {
    font-size: 1rem;
  }

  .contact-hero__cta {
    width: fit-content;
    min-width: 190px;
  }

  .contact-main-section {
    padding: 72px 0 84px;
  }

  .contact-main-grid {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 24px clamp(40px, 5vw, 56px);
  }

  .contact-program,
  .contact-direct {
    grid-column: 1;
  }

  .contact-form-column {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .contact-signup-form {
    padding: 24px;
    border-radius: 20px;
  }

  .contact-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
  }

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

@media (min-width: 1200px) {
  .contact-main-section > .container,
  .contact-hero > .container {
    width: min(1200px, calc(100vw - 96px));
    max-width: min(1200px, calc(100vw - 96px));
  }
}

@media (max-width: 360px) {
  .contact-signup-form {
    padding: 16px;
  }
}

.contact-confirm-shell {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 24px 14px;
  background: rgba(4, 27, 21, 0.72);
  backdrop-filter: blur(5px);
}

.contact-confirm-shell[hidden] {
  display: none;
}

.contact-confirm-open {
  overflow: hidden;
}

.contact-confirm-dialog {
  position: relative;
  width: min(560px, calc(100vw - 28px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 22px;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff, #f8fbf6);
  border: 1px solid rgba(244, 241, 232, 0.2);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.contact-confirm-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--muted);
  background: #ffffff;
  border: 1px solid rgba(16, 32, 31, 0.12);
  border-radius: 11px;
  font-size: 1.4rem;
  cursor: pointer;
}

.contact-confirm-close:hover {
  color: var(--teal-dark);
  border-color: rgba(11, 107, 97, 0.28);
}

.contact-confirm-close:focus-visible,
.contact-confirm-dialog .btn:focus-visible {
  outline: 3px solid rgba(111, 174, 78, 0.38);
  outline-offset: 3px;
}

.contact-confirm-content {
  display: grid;
  gap: 14px;
  padding-right: 34px;
}

.contact-confirm-content h2 {
  max-width: 420px;
  margin: 0;
  color: var(--teal-dark);
  font-size: clamp(1.55rem, 7vw, 2rem);
  line-height: 1.13;
}

.contact-confirm-content > p:not(.contact-kicker),
.contact-confirm-success p:not(.contact-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.contact-confirm-success .btn {
  min-height: 46px;
  border-radius: 12px;
}

.contact-confirm-success {
  display: grid;
  gap: 13px;
  padding-right: 34px;
}

.contact-confirm-success__mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #ffffff;
  background: var(--teal);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 800;
}

.contact-confirm-success h2 {
  margin: 0;
  color: var(--teal-dark);
  font-size: clamp(1.55rem, 7vw, 2rem);
  line-height: 1.13;
}

.contact-confirm-dialog--status {
  width: min(460px, calc(100vw - 24px));
  padding: 10px;
  background: transparent;
  border: 0;
  border-radius: 20px;
  box-shadow: none;
}

.contact-confirm-dialog--status .contact-confirm-close {
  z-index: 2;
  top: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.contact-confirm-dialog--status .contact-confirm-success {
  justify-items: center;
  gap: 13px;
  padding: clamp(26px, 5vw, 42px) clamp(18px, 5vw, 52px);
  text-align: center;
  background: radial-gradient(circle at 50% 0%, #f4fbf1 0%, #ffffff 62%);
  border: 1px solid #d6e8d0;
  border-radius: 18px;
}

.contact-confirm-dialog--status .contact-confirm-success h2 {
  max-width: 23ch;
  color: var(--misol-deep, var(--teal-dark));
  font-size: clamp(1.36rem, 3.6vw, 1.9rem);
}

.contact-confirm-dialog--status .contact-confirm-success h2 span {
  display: block;
}

.contact-confirm-dialog--status .contact-confirm-success > p {
  max-width: 45ch;
  color: var(--misol-muted, var(--muted));
  font-size: 0.93rem;
  line-height: 1.5;
}

.contact-confirm-receipt {
  padding: 8px 12px;
  color: #3f6f45 !important;
  background: #eef7eb;
  border-radius: 999px;
  font-size: 0.8rem !important;
  font-weight: 750;
}

.contact-confirm-sending {
  min-height: 250px;
  background: radial-gradient(circle at 50% 0%, #f1f8ee 0%, #ffffff 65%) !important;
}

.contact-confirm-sending__spinner {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(52, 125, 68, 0.14);
}

.contact-confirm-sending__spinner::before {
  position: absolute;
  inset: -5px;
  content: "";
  border: 4px solid #dcebd7;
  border-top-color: #3f843f;
  border-radius: 50%;
  animation: assessment-sending-spin 820ms linear infinite;
}

.contact-confirm-sending__spinner img {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 11px;
}

.contact-confirm-sending small {
  color: #6f7e75;
  font-size: 0.8rem;
}

@media (max-width: 420px) {
  .contact-confirm-dialog {
    padding: 19px;
  }

  .contact-confirm-content,
  .contact-confirm-success {
    padding-right: 28px;
  }
}

/* Footer polish: compact mobile first, two columns from tablet up. */
.site-footer {
  padding: 40px 0 0;
  background:
    linear-gradient(180deg, rgba(8, 55, 43, 0.98), rgba(5, 36, 30, 1)),
    var(--footer-background);
}

.site-footer .container {
  width: min(1120px, calc(100vw - 40px));
  max-width: min(1120px, calc(100vw - 40px));
}

.site-footer .footer-grid {
  grid-template-columns: 1fr;
  gap: 26px;
  padding: 0;
}

.site-footer .footer-grid > div:first-child {
  max-width: 620px;
}

.site-footer .footer-brand {
  gap: 10px;
  min-height: 36px;
}

.site-footer .footer-brand .brand-mark {
  width: 32px;
  height: 32px;
}

.site-footer .footer-statement {
  max-width: 580px;
  margin-top: 24px;
  color: var(--footer-text-primary) !important;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.58;
}

.site-footer .footer-disclaimer {
  max-width: 580px;
  margin-top: 13px;
  color: var(--footer-text-secondary) !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.68;
}

.site-footer .footer-contact {
  display: grid;
  gap: 0;
  padding: 25px 0 0;
  border-top: 1px solid var(--footer-divider);
  border-left: 0;
}

.site-footer .footer-contact h2 {
  margin-bottom: 12px;
}

.site-footer .footer-email {
  min-height: 36px;
}

.site-footer .footer-message-link {
  width: fit-content;
  min-height: 36px;
  margin-top: 5px;
}

.site-footer .footer-address {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--footer-divider);
}

.site-footer .footer-bottom {
  margin-top: 26px;
  padding: 24px 0 28px;
  border-top-color: var(--footer-divider);
}

@media (min-width: 768px) {
  .site-footer {
    padding-top: 52px;
  }

  .site-footer .footer-grid {
    grid-template-columns: minmax(0, 0.6fr) minmax(260px, 0.34fr);
    gap: clamp(52px, 7vw, 76px);
  }

  .site-footer .footer-grid > div:first-child {
    max-width: none;
  }

  .site-footer .footer-contact {
    align-self: stretch;
    padding: 2px 0 0 clamp(28px, 3vw, 40px);
    border-top: 0;
    border-left: 1px solid var(--footer-divider);
  }

  .site-footer .footer-address {
    margin-top: 28px;
    padding-top: 24px;
  }

  .site-footer .footer-bottom {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 360px) {
  .site-footer .container {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }
}

/* Brand homepage: concise, crawlable content that complements the consultation landing. */
.brand-home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 112px) 0;
  color: #eff8f5;
  background:
    radial-gradient(circle at 85% 12%, rgba(128, 202, 164, 0.23), transparent 34%),
    radial-gradient(circle at 9% 92%, rgba(196, 164, 84, 0.15), transparent 33%),
    linear-gradient(132deg, #063f38 0%, #07544a 46%, #0a6657 100%);
}

.brand-home-hero::after {
  position: absolute;
  inset: auto -8vw -11rem auto;
  width: min(42vw, 460px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.035), 0 0 0 6rem rgba(255, 255, 255, 0.025);
}

.brand-home-hero__grid,
.brand-home-questions__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(290px, 0.78fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: center;
}

.brand-home-hero__copy > .consultation-kicker,
.brand-home-focus .consultation-kicker {
  color: #c5e8dc;
}

.brand-home-hero h1 {
  max-width: 800px;
  margin: 12px 0 20px;
  color: #fffdf8;
  font-size: clamp(2.35rem, 5.1vw, 4.7rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.brand-home-hero__copy > p:not(.consultation-kicker) {
  max-width: 710px;
  margin: 0;
  color: rgba(246, 255, 252, 0.86);
  font-size: clamp(1rem, 1.6vw, 1.17rem);
  line-height: 1.75;
}

.brand-home-hero .consultation-hero__actions {
  margin-top: 30px;
}

.brand-home-hero .btn.primary {
  color: #083f36;
  background: #d5ee83;
}

.brand-home-hero .consultation-hero__secondary {
  color: #f5fffb;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.brand-home-focus {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(230, 255, 245, 0.24);
  border-radius: 22px;
  background: rgba(1, 38, 33, 0.36);
  box-shadow: 0 24px 50px rgba(0, 25, 21, 0.2);
  backdrop-filter: blur(12px);
}

.brand-home-focus h2 {
  margin: 5px 0 22px;
  color: #fffdf8;
  font-size: clamp(1.35rem, 2.1vw, 1.82rem);
  line-height: 1.16;
}

.brand-home-focus ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brand-home-focus li {
  display: grid;
  gap: 3px;
  padding-left: 18px;
  border-left: 2px solid #c8e778;
}

.brand-home-focus strong {
  color: #ffffff;
  font-size: 0.98rem;
}

.brand-home-focus span {
  color: rgba(246, 255, 252, 0.75);
  font-size: 0.9rem;
  line-height: 1.55;
}

.brand-home-section {
  background: #f5f4ed;
}

.brand-home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: clamp(24px, 7vw, 94px);
  align-items: end;
  margin-bottom: 34px;
}

.brand-home-intro h2,
.brand-home-questions h2 {
  margin: 6px 0 0;
  color: #123d33;
  font-size: clamp(1.85rem, 3.5vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.brand-home-intro > p,
.brand-home-questions__grid > div > p:not(.consultation-kicker) {
  margin: 0;
  color: #536c62;
  font-size: 1rem;
  line-height: 1.75;
}

.brand-home-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brand-home-cards article {
  display: flex;
  flex-direction: column;
  min-height: 276px;
  padding: 26px;
  border: 1px solid rgba(11, 87, 72, 0.12);
  border-radius: 18px;
  background: #fffefa;
  box-shadow: 0 14px 28px rgba(9, 53, 43, 0.06);
}

.brand-home-cards h3 {
  margin: 5px 0 10px;
  color: #153f35;
  font-size: 1.3rem;
  line-height: 1.25;
}

.brand-home-cards p:not(.consultation-kicker) {
  margin: 0;
  color: #5d746b;
  font-size: 0.95rem;
  line-height: 1.68;
}

.brand-home-cards a {
  margin-top: auto;
  padding-top: 22px;
  color: #0a6759;
  font-size: 0.92rem;
  font-weight: 800;
}

.brand-home-cards a span {
  margin-left: 4px;
}

.brand-home-questions {
  background: #e7f1eb;
}

.brand-home-questions__grid {
  align-items: start;
}

.brand-home-questions__grid > div > p:not(.consultation-kicker) {
  margin-top: 18px;
}

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

.brand-home-faq article {
  padding: 20px 22px;
  border: 1px solid rgba(16, 72, 59, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 252, 0.74);
}

.brand-home-faq h3 {
  margin: 0;
  color: #17483c;
  font-size: 1rem;
  line-height: 1.4;
}

.brand-home-faq p {
  margin: 7px 0 0;
  color: #5b7167;
  font-size: 0.92rem;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .brand-home-hero__grid,
  .brand-home-questions__grid,
  .brand-home-intro {
    grid-template-columns: 1fr;
  }

  .brand-home-hero__grid {
    gap: 34px;
  }

  .brand-home-intro {
    gap: 16px;
  }

  .brand-home-cards {
    grid-template-columns: 1fr;
  }

  .brand-home-cards article {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .brand-home-hero {
    padding: 58px 0 64px;
  }

  .brand-home-hero h1 {
    font-size: clamp(2.3rem, 11vw, 3.35rem);
  }

  .brand-home-focus,
  .brand-home-cards article {
    padding: 22px;
  }

  .brand-home-hero .consultation-hero__actions {
    display: grid;
  }

  .brand-home-hero .consultation-hero__actions .btn {
    width: 100%;
  }
}
