@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --primary: #3d5667;
  --primary-dark: #263c4a;
  --accent: #ffdc70;
  --ai: #353d70;
  --bg: #f7f9fb;
  --surface: #ffffff;
  --text: #1f2e36;
  --muted: #647681;
  --line: #dce5ea;
  --shadow: 0 18px 45px rgba(36, 58, 72, 0.12);
  --soft-shadow: 0 10px 28px rgba(36, 58, 72, 0.09);
  --radius: 12px;
  --radius-sm: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter";
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

html,
body,
body *:not(.dashicons):not([class*="dashicons"]) {
  font-family: "Inter" !important;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 46px);
  background: rgba(247, 249, 251, 0.92);
  border-bottom: 1px solid rgba(220, 229, 234, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: none;
  overflow: visible;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 0;
  line-height: 0;
}

.theme-picture {
  display: block;
  line-height: 0;
}

.hero-visual .theme-picture,
.contact-hero-visual .theme-picture,
.footer-logo .theme-picture {
  width: 100%;
}

.brand-image {
  display: block;
  width: clamp(210px, 19vw, 310px);
  height: auto;
  max-height: 74px;
  object-fit: contain;
}

.top-nav {
  display: none;
  gap: 6px;
  color: var(--primary-dark);
  font-size: 0.9rem;
  font-weight: 600;
  overflow: visible;
}

.top-nav a,
.nav-cta,
.header-link,
.nav-item summary {
  text-decoration: none;
}

.nav-item {
  position: relative;
  overflow: visible;
}

.wp-menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wp-menu-list .menu-item {
  position: relative;
}

.wp-menu-list a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 11px 13px;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.wp-menu-list a:hover {
  background: #fff;
  border-color: #cfdce4;
}

.wp-menu-list .sub-menu {
  position: absolute;
  z-index: 50;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  min-width: 240px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.wp-menu-list .menu-item:hover > .sub-menu,
.wp-menu-list .menu-item:focus-within > .sub-menu {
  display: grid;
  gap: 6px;
}

.wp-menu-list .sub-menu a {
  width: 100%;
  min-height: 42px;
  justify-content: flex-start;
  background: #f7fbfd;
}

.nav-item::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  height: 14px;
  content: "";
}

.nav-item summary {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 9px;
  color: var(--primary-dark);
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  box-shadow: none;
}

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

.nav-item summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-item summary:hover,
.nav-item[open] summary {
  background: rgba(61, 86, 103, 0.08);
  box-shadow: none;
}

.mega-menu {
  display: grid;
  z-index: 9999;
  gap: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: none;
}

.nav-item:not([open]) .mega-menu {
  display: none;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu,
.nav-item[open] .mega-menu,
.nav-item.is-open .mega-menu {
  display: grid;
}

.nav-item:hover::after,
.nav-item[open]::after,
.nav-item.is-open::after {
  display: block;
}

.mega-column {
  display: grid;
  gap: 12px;
  align-content: start;
}

.mega-column strong {
  margin-bottom: 8px;
  color: var(--ai);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.mega-column a,
.mega-column span {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 14px;
  color: var(--primary-dark);
  background: #f7fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.22;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mega-column a:hover {
  color: var(--primary-dark);
  background: #eef8fd;
  border-color: #c7dfeb;
  transform: translateY(-2px);
}

.mega-cta {
  color: var(--primary-dark) !important;
  background: var(--accent);
  font-weight: 800;
  text-align: center;
  justify-content: center !important;
}

.mega-cta.secondary {
  background: rgba(255, 220, 112, 0.5);
}

.resources-mega .mega-cta,
.resources-mega .mega-cta.secondary {
  background: var(--accent);
  border-color: #eac457;
}

.mega-cta-column span {
  color: var(--primary-dark);
  background: #eef8fd;
  border: 1px solid #d4e9f4;
  font-weight: 700;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 10px;
}

.header-link {
  color: var(--primary-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-cta {
  display: none;
  padding: 10px 14px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
}

.menu-toggle {
  display: inline-grid;
  gap: 5px;
  width: 42px;
  height: 42px;
  place-content: center;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  background: var(--primary-dark);
  border-radius: 999px;
}

.site-header.nav-open {
  align-items: flex-start;
  flex-wrap: wrap;
}

.site-header.nav-open .top-nav {
  order: 3;
  display: grid;
  width: 100%;
  gap: 8px;
  padding-top: 12px;
}

.site-header.nav-open .nav-item {
  width: 100%;
}

.site-header.nav-open .nav-item summary {
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--line);
}

.site-header.nav-open .mega-menu {
  margin-top: 8px;
  box-shadow: none;
}

.site-header.nav-open .nav-item:not([open]) .mega-menu {
  display: none;
}

.site-header.nav-open .wordpress-menu .wp-menu-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-header.nav-open .wordpress-menu .wp-menu-list a {
  width: 100%;
  justify-content: flex-start;
}

.site-header.nav-open .wordpress-menu .sub-menu {
  position: static;
  display: grid;
  gap: 6px;
  padding: 8px 0 0 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.site-header.nav-open .header-actions {
  order: 4;
  display: flex;
  width: 100%;
  justify-content: stretch;
  padding-top: 4px;
}

.site-header.nav-open .header-link,
.site-header.nav-open .nav-cta {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.site-header.nav-open .nav-cta {
  background: var(--accent);
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 18px;
}

.section-tight {
  padding-top: 52px;
  padding-bottom: 52px;
}

.hero {
  display: grid;
  gap: 42px;
  align-items: center;
  min-height: auto;
  padding-top: 54px;
  max-width: var(--max);
}

.eyebrow {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--accent);
  border-radius: 20px;
}

.eyebrow::after {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--accent);
  border-radius: 20px;
}

.ai-eyebrow {
  color: var(--ai);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  color: var(--primary-dark);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--primary-dark);
  font-size: clamp(1.45rem, 3.2vw, 2.35rem);
  line-height: 1.18;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--primary-dark);
  font-size: 0.98rem;
  line-height: 1.3;
}

p {
  color: var(--muted);
}

.hero-copy p {
  max-width: 760px;
  font-size: 1.05rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 16px;
}

.button-row.center,
.center-cta {
  justify-content: center;
  text-align: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--soft-shadow);
  background: #f0c94e;
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(255, 220, 112, 0.72);
  outline-offset: 3px;
}

.button-primary {
  color: var(--primary-dark);
  background: var(--accent);
}

.button-ai {
  color: var(--primary-dark);
  background: var(--accent);
}

.button-secondary {
  color: var(--primary-dark);
  background: var(--accent);
}

.trust-note {
  max-width: 680px;
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  position: absolute;
  inset: -20px;
  content: "";
  background: linear-gradient(135deg, rgba(61, 86, 103, 0.14), rgba(255, 220, 112, 0.35));
  border-radius: 28px;
}

.hero-visual::after {
  display: none;
}

.hero-dashboard-image {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  cursor: zoom-in;
}

.hero-zoom-image {
  cursor: zoom-in;
}

.spark,
.icon-badge {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--ai);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.icon-badge svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-heading.align-left .eyebrow {
  justify-content: flex-start;
}

.section-heading p {
  font-size: 1rem;
}

.grid,
.three-grid,
.feature-grid,
.role-grid,
.care-grid,
.check-grid {
  display: grid;
  gap: 16px;
}

.two-grid,
.three-grid,
.four-grid,
.five-grid {
  grid-template-columns: 1fr;
}

.card,
.challenge,
.role-card,
.care-feature,
.care-grid article {
  background: var(--surface);
  border: 1px solid rgba(220, 229, 234, 0.88);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.feature-grid .reveal:nth-child(2n),
.care-grid .reveal:nth-child(2n),
.role-grid .reveal:nth-child(2n),
.check-grid .reveal:nth-child(2n) {
  transition-delay: 70ms;
}

.feature-grid .reveal:nth-child(3n),
.care-grid .reveal:nth-child(3n),
.role-grid .reveal:nth-child(3n),
.check-grid .reveal:nth-child(3n) {
  transition-delay: 120ms;
}

.card {
  padding: 22px;
}

.card p,
.challenge p,
.role-card p,
.care-feature p,
.care-grid p {
  margin-bottom: 0;
}

.card,
.challenge,
.role-card,
.care-grid article,
.workflow-step,
.check-grid article,
.faq-list details {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card:hover,
.challenge:hover,
.role-card:hover,
.care-grid article:hover,
.workflow-step:hover,
.check-grid article:hover,
.faq-list details:hover {
  transform: translateY(-3px);
  border-color: rgba(61, 86, 103, 0.28);
  box-shadow: var(--shadow);
}

.split {
  display: grid;
  gap: 28px;
  align-items: start;
}

.challenge-list,
.stacked-cards {
  display: grid;
  gap: 14px;
}

.challenge {
  padding: 18px;
  border-left: 5px solid var(--primary);
}

.ai-section {
  max-width: none;
  background:
    linear-gradient(180deg, rgba(53, 61, 112, 0.04), rgba(61, 86, 103, 0.02)),
    var(--bg);
}

.ai-section > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.feature-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.feature-card .icon-badge {
  margin-bottom: 14px;
}

.feature-card a,
.role-card a,
.care-grid a {
  margin-top: auto;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.feature-card .card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 13px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.feature-card .card-cta:hover {
  color: var(--primary-dark);
  background: #f0c94e;
  box-shadow: var(--soft-shadow);
  transform: translateY(-2px);
}

.feature-card p {
  margin-bottom: 16px;
}

.feature-wide {
  border-color: rgba(53, 61, 112, 0.28);
}

.workflow-map {
  position: relative;
  display: grid;
  gap: 18px;
}

.workflow-step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  min-height: 100%;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.workflow-step::after {
  position: absolute;
  left: 39px;
  bottom: -18px;
  width: 4px;
  height: 18px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 220, 112, 0.22), var(--accent), rgba(255, 220, 112, 0.22));
  background-size: 100% 220%;
  border-radius: 999px;
  opacity: 0.42;
  animation: workflow-flow-y 1.8s linear infinite;
}

.workflow-step:last-child::after {
  display: none;
}

.step-number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--primary);
  border: 4px solid #edf3f6;
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 0 0 3px rgba(61, 86, 103, 0.14);
}

.workflow-step small {
  display: block;
  margin-bottom: 4px;
  color: var(--ai);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.workflow-step h3 {
  margin-bottom: 8px;
}

.workflow-step p {
  margin-bottom: 0;
}

@keyframes workflow-flow-x {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: -100% 0;
  }
}

@keyframes workflow-flow-y {
  from {
    background-position: 0 -100%;
  }

  to {
    background-position: 0 100%;
  }
}

@keyframes workflow-node-pulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.16);
  }
}

.center-cta {
  display: flex;
  margin-top: 26px;
}

.muted-band,
.compliance {
  max-width: none;
  background: #edf3f6;
}

.muted-band > *,
.compliance > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.role-card,
.care-grid article {
  padding: 20px;
}

.care-workflow {
  display: grid;
  gap: 18px;
}

.care-feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(61, 86, 103, 0.97), rgba(38, 60, 74, 0.98)),
    var(--primary);
}

.care-feature h3,
.care-feature p,
.care-feature .care-tag {
  color: #fff;
}

.care-feature h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.85rem);
}

.care-feature p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.84);
}

.care-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  background: rgba(255, 220, 112, 0.18);
  border: 1px solid rgba(255, 220, 112, 0.4);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.care-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 24px;
}

.care-points span {
  padding: 8px 10px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
}

.care-grid article {
  display: grid;
  gap: 8px;
}

.care-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--primary);
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 900;
}

.powered-panel,
.final-panel {
  padding: clamp(26px, 5vw, 52px);
  background: var(--primary-dark);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.powered-panel {
  display: grid;
  gap: 26px;
}

.powered-panel h2,
.powered-panel p,
.powered-panel .eyebrow,
.final-panel h1,
.final-panel h2,
.final-panel p,
.final-panel .eyebrow {
  color: #fff;
}

.powered-panel .eyebrow::before,
.final-panel .eyebrow::before {
  background: var(--accent);
}

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

.powered-highlights article {
  position: relative;
  padding: 13px 14px 13px 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}

.powered-highlights article {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px;
}

.powered-highlights span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 900;
}

.powered-highlights p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.buyer-checklist-panel {
  display: grid;
  gap: 18px;
}

.checklist-preview,
.check-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.checklist-preview {
  padding: clamp(24px, 4vw, 36px);
}

.preview-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-top span {
  display: inline-block;
  width: 42px;
  height: 52px;
  background:
    linear-gradient(#fff 0 0) 50% 14px / 18px 2px no-repeat,
    linear-gradient(#fff 0 0) 50% 22px / 18px 2px no-repeat,
    var(--primary);
  border-radius: 8px;
}

.checklist-preview h3 {
  max-width: 520px;
  font-size: clamp(1.2rem, 2.4vw, 1.75rem);
}

.checklist-preview p {
  max-width: 580px;
  margin-bottom: 20px;
}

.check-grid article {
  position: relative;
  padding: 20px 20px 20px 76px;
}

.check-grid article span {
  position: absolute;
  left: 20px;
  top: 20px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.check-grid article h3 {
  margin-bottom: 6px;
}

.check-grid article p {
  margin-bottom: 0;
}

.table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

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

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

thead th {
  color: #fff;
  background: var(--primary);
  font-size: 0.9rem;
}

tbody th {
  width: 190px;
  color: var(--primary-dark);
  background: #f3f7f9;
}

tbody td:nth-child(2) {
  color: var(--primary-dark);
  background: rgba(255, 220, 112, 0.25);
  font-weight: 700;
}

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

details {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

summary {
  cursor: pointer;
  padding: 18px 48px 18px 18px;
  color: var(--primary-dark);
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 18px 20px;
}

.final-cta {
  padding-top: 54px;
}

.final-panel {
  text-align: center;
}

.final-panel h1 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.final-panel p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-callout {
  padding: 16px 18px;
  color: var(--primary-dark);
  background: rgba(255, 220, 112, 0.42);
  border: 1px solid rgba(255, 220, 112, 0.78);
  border-radius: 12px;
  font-weight: 850;
}

.thank-you-callout a {
  color: var(--primary-dark);
  text-decoration: none;
}

.thank-you-callout a:hover {
  text-decoration: underline;
}

.thank-you-trust-note {
  max-width: 860px;
  margin: 28px auto 0;
  padding: 20px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
}

.thank-you-trust-note h2 {
  margin: 0 0 8px;
  color: var(--primary-dark);
  font-size: 1rem;
}

.thank-you-trust-note p {
  margin: 0;
  color: var(--muted);
}

.contact-page {
  background: var(--bg);
}

.contact-hero {
  display: grid;
  gap: 28px;
  align-items: center;
  padding-top: 54px;
}

@media (min-width: 980px) {
  .contact-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
    gap: clamp(30px, 4vw, 58px);
  }
}

.contact-hero-copy {
  display: grid;
  gap: 18px;
}

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

.contact-hero-copy {
  max-width: 920px;
  margin-right: auto;
}

.contact-hero-visual {
  position: relative;
  margin: 0;
  padding: clamp(10px, 1.4vw, 16px);
  background:
    linear-gradient(135deg, rgba(255, 220, 112, 0.28), rgba(255, 255, 255, 0.7)),
    #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
}

.contact-visual {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.contact-visual-header {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.contact-visual-header span,
.contact-form-section .eyebrow {
  color: var(--accent-2);
}

.contact-visual-header strong {
  color: var(--primary-dark);
  font-size: 1.15rem;
}

.contact-visual-grid {
  display: grid;
  gap: 10px;
}

.contact-visual-grid span {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 11px 13px;
  color: var(--primary-dark);
  background: #f4f8fb;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-weight: 850;
}

.contact-visual-grid span:first-child,
.contact-visual-grid span:nth-child(2) {
  background: var(--accent);
}

.contact-form-layout {
  display: grid;
  gap: 22px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 22px;
  padding: 20px;
}

.form-success,
.form-error {
  padding: 14px;
  border-radius: 8px;
  font-weight: 800;
}

.form-success {
  color: #173c2a;
  background: #e9f8ef;
  border: 1px solid #b9e7c8;
}

.form-error {
  color: #7a241e;
  background: #fff0ee;
  border: 1px solid #efb6ae;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-grid {
  display: grid;
  gap: 16px;
}

.contact-form label,
.contact-form legend {
  color: var(--primary-dark);
  font-size: 0.94rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  margin-top: 9px;
  padding: 13px 14px;
  color: var(--primary-dark);
  background: #f7f9fb;
  border: 2px solid #b7c7d1;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(38, 60, 74, 0.04);
  font: inherit;
  font-weight: 600;
  outline: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #7a8b96;
  font-weight: 500;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 0;
  background: #fff;
  border-color: var(--ai);
  box-shadow: 0 0 0 4px rgba(255, 220, 112, 0.42);
}

.contact-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.contact-form fieldset.is-invalid {
  padding: 12px;
  border: 1px solid #c94b4b;
  border-radius: 8px;
}

.contact-form fieldset.is-invalid legend::after {
  content: " - select at least one option";
  color: #a63737;
  font-weight: 800;
}

.contact-form legend {
  margin-bottom: 10px;
}

.demo-page {
  --demo-orange: var(--accent);
  --demo-blue: var(--primary);
  --demo-trust: var(--primary-dark);
  background: var(--bg);
}

.demo-page .eyebrow {
  color: var(--demo-blue);
}

.demo-page .eyebrow::before,
.demo-page .eyebrow::after {
  background: var(--demo-orange);
}

.demo-page .button-primary,
.demo-page .demo-cta {
  color: var(--primary-dark);
  background: var(--demo-orange);
}

.demo-page .button-primary:hover,
.demo-page .demo-cta:hover {
  color: var(--primary-dark);
  background: #f0c94e;
}

.demo-page .button-secondary {
  color: var(--primary-dark);
  background: #fff;
  border: 1px solid #b7c7d1;
}

.demo-hero {
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
  padding-top: 54px;
}

@media (min-width: 1060px) {
  .demo-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.72fr);
  }
}

.demo-hero-copy {
  display: grid;
  gap: 18px;
}

.demo-bullet-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 6px 0;
  list-style: none;
}

.demo-bullet-list li {
  position: relative;
  padding-left: 32px;
  color: var(--primary-dark);
  font-weight: 750;
}

.demo-bullet-list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  content: "\2713";
  color: #fff;
  background: var(--demo-blue);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.urgent-note {
  color: var(--primary-dark);
  font-weight: 850;
}

.urgent-note a {
  color: var(--demo-orange);
  text-decoration: none;
}

.urgent-note a:hover {
  text-decoration: underline;
}

.demo-form {
  position: relative;
  border-top: 5px solid var(--demo-orange);
}

.demo-form.card {
  padding: clamp(22px, 3vw, 30px);
}

.demo-form h2 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.demo-form p {
  margin: 0;
}

.demo-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.demo-form-grid > label:nth-child(3),
.demo-form-grid > .span-2 {
  grid-column: 1 / -1;
}

.demo-form .button {
  width: 100%;
}

.demo-choice-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: 14px;
  background: #f7f9fb;
  border: 2px solid #b7c7d1;
  border-radius: 10px;
}

.demo-choice-group legend {
  grid-column: 1 / -1;
  padding: 0 0 4px;
}

.demo-choice-group label,
.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 650;
}

.demo-choice-group input,
.consent-field input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
}

.phi-note {
  padding: 13px 14px;
  color: #7a241e;
  background: #fff0ee;
  border: 1px solid #efb6ae;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 750;
}

.demo-card-grid .card {
  border-top: 4px solid var(--demo-blue);
}

.demo-timeline {
  display: grid;
  gap: 18px;
}

.demo-trust-section,
.demo-page .powered-panel,
.demo-page .final-panel {
  background: var(--primary-dark);
}

.demo-page .powered-panel,
.demo-page .final-panel {
  background: var(--demo-trust);
}

.demo-trust-section {
  max-width: none;
}

.demo-trust-section > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.demo-trust-section h2,
.demo-trust-section h3,
.demo-trust-section .section-heading p {
  color: #fff !important;
}

.demo-trust-section .card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.demo-trust-section .card p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.demo-page .trust-point-grid article:last-child {
  grid-column: auto;
}

.comparison-section .center-cta {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.comparison-section .center-cta span {
  color: var(--primary-dark);
  font-weight: 850;
}

.comparison-note {
  max-width: 940px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.demo-page .final-panel .hero-actions {
  justify-content: center;
  margin: 24px 0 0;
}

.demo-page .final-panel .urgent-note {
  max-width: 980px;
  margin-top: 18px;
  color: #fff;
  text-align: center;
}

.demo-page .final-panel .urgent-note a {
  color: var(--accent);
}

.powered-page .contact-visual {
  align-self: stretch;
}

.powered-hero {
  display: block;
  text-align: center;
}

.powered-hero .contact-hero-copy {
  max-width: 980px;
  margin: 0 auto;
}

.powered-hero .contact-hero-copy h1,
.powered-hero .contact-hero-copy p {
  margin-left: auto;
  margin-right: auto;
}

.powered-hero .hero-actions {
  justify-content: center;
}

.powered-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

.powered-hero-points span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  color: var(--primary-dark);
  background: #fff;
  border: 1px solid rgba(61, 86, 103, 0.16);
  border-radius: 999px;
  box-shadow: var(--soft-shadow);
  font-size: 0.9rem;
  font-weight: 850;
}

.trust-note-inline {
  padding: 14px 16px;
  color: var(--primary-dark);
  background: rgba(255, 220, 112, 0.34);
  border: 1px solid rgba(255, 220, 112, 0.74);
  border-radius: 12px;
  font-weight: 850;
}

.powered-page .comparison-table {
  min-width: 760px;
}

.powered-page .comparison-table tbody th {
  width: 180px;
}

.powered-page .comparison-table tbody td:nth-child(2) {
  color: var(--primary-dark);
  background: rgba(255, 220, 112, 0.25);
  font-weight: 750;
}

.final-panel .urgent-note {
  max-width: 980px;
  margin-top: 18px;
  color: #fff;
  text-align: center;
}

.final-panel .urgent-note a {
  color: var(--accent);
}

.about-notice {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 34px);
}

.about-notice h2 {
  color: var(--primary-dark);
}

.about-notice a {
  color: var(--primary);
  font-weight: 900;
  text-decoration: none;
}

.about-notice a:hover {
  text-decoration: underline;
}

@media (min-width: 720px) {
  .two-grid,
  .three-grid,
  .four-grid,
  .five-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .three-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 760px) {
  .demo-form-grid,
  .demo-choice-group {
    grid-template-columns: 1fr;
  }

  .demo-form-grid .span-2 {
    grid-column: auto;
  }

  .demo-page .table-wrap {
    overflow: visible;
  }

  .demo-page .comparison-table,
  .demo-page .comparison-table thead,
  .demo-page .comparison-table tbody,
  .demo-page .comparison-table tr,
  .demo-page .comparison-table th,
  .demo-page .comparison-table td {
    display: block;
  }

  .demo-page .comparison-table thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
  }

  .demo-page .comparison-table tr {
    padding: 14px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--soft-shadow);
  }

  .demo-page .comparison-table th,
  .demo-page .comparison-table td {
    padding: 10px 0;
    border: 0;
  }

  .demo-page .comparison-table td::before {
    display: block;
    margin-bottom: 4px;
    color: var(--demo-blue);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .demo-page .comparison-table td:nth-child(2)::before {
    content: "Wound Care EHR";
  }

  .demo-page .comparison-table td:nth-child(3)::before {
    content: "General EHR Systems";
  }

  .demo-page .comparison-table td:nth-child(4)::before {
    content: "Wound Assessment Apps";
  }

  .demo-page .comparison-table td:nth-child(5)::before {
    content: "Large Enterprise";
  }

  .powered-page .table-wrap {
    overflow: visible;
  }

  .powered-page .comparison-table,
  .powered-page .comparison-table thead,
  .powered-page .comparison-table tbody,
  .powered-page .comparison-table tr,
  .powered-page .comparison-table th,
  .powered-page .comparison-table td {
    display: block;
    min-width: 0;
  }

  .powered-page .comparison-table thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
  }

  .powered-page .comparison-table tr {
    padding: 14px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--soft-shadow);
  }

  .powered-page .comparison-table th,
  .powered-page .comparison-table td {
    width: auto;
    padding: 10px 0;
    border: 0;
  }

  .powered-page .comparison-table td::before {
    display: block;
    margin-bottom: 4px;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .powered-page .comparison-table td:nth-child(2)::before {
    content: "Wound Care EHR";
  }

  .powered-page .comparison-table td:nth-child(3)::before {
    content: "1st Providers Choice";
  }
}

.check-list {
  display: grid;
  gap: 10px;
}

.check-list label,
.radio-row label,
.consent-field {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--muted);
  font-weight: 750;
}

.check-list input,
.radio-row input,
.consent-field input {
  width: auto;
  min-height: auto;
  margin-top: 4px;
  flex: 0 0 auto;
}

.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.consent-field {
  padding: 14px;
  background: #f7fafc;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.contact-notices {
  display: grid;
  gap: 14px;
}

.notice-card {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 5px solid var(--accent);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.notice-card h3 {
  margin-bottom: 8px;
  color: var(--primary-dark);
}

.contact-process {
  display: grid;
  gap: 14px;
}

.contact-process article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.contact-process span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 50%;
  font-weight: 900;
}

.contact-process h3 {
  margin-bottom: 8px;
  color: var(--primary-dark);
  font-size: 1rem;
}

.contact-card-grid,
.trust-point-grid {
  display: grid;
  gap: 16px;
}

.contact-trust-panel {
  display: grid;
  gap: 26px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 220, 112, 0.08), rgba(255, 255, 255, 0)),
    var(--primary-dark);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-trust-copy {
  display: grid;
  gap: 18px;
}

.contact-trust-copy .button {
  width: fit-content;
}

.trust-point-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(255, 220, 112, 0.22);
  border-radius: 12px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.trust-point-grid article:hover {
  border-color: rgba(255, 220, 112, 0.68);
  box-shadow: 0 18px 36px rgba(6, 20, 29, 0.18);
  transform: translateY(-2px);
}

.trust-point-grid article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.trust-point-grid h3 {
  margin-bottom: 7px;
  color: var(--primary-dark);
  font-size: 1rem;
}

.trust-point-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.service-area-section .section-heading p + p {
  margin-top: 8px;
}

.service-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.service-badges span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: var(--primary-dark);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-weight: 850;
}

.state-badges span {
  min-width: 118px;
  color: var(--primary-dark);
  background: var(--accent);
  border-color: rgba(255, 220, 112, 0.88);
}

.site-footer {
  color: #eaf1f5;
  background: var(--primary-dark);
}

.footer-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.footer-intro {
  display: grid;
  gap: 18px;
  padding-top: 54px;
  padding-bottom: 26px;
}

.footer-brand-block,
.footer-action-card,
.footer-accordion,
.footer-service-area,
.footer-notices {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.footer-brand-block,
.footer-action-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
}

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

.footer-logo {
  display: block;
  width: min(100%, 330px);
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background: transparent;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.footer-logo:hover {
  transform: translateY(-2px);
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand-block p,
.footer-action-card p,
.footer-service-area p,
.footer-notices p,
.footer-bottom p {
  margin: 0;
  color: #d7e3ea;
}

.footer-action-card {
  display: grid;
  gap: 18px;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(255, 220, 112, 0.18), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.05);
}

.footer-social,
.footer-action-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.footer-social span {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-action-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.footer-action-links a:hover {
  color: var(--primary-dark);
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-1px);
}

.footer-social a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.footer-social a:hover {
  color: var(--primary-dark);
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-1px);
}

.footer-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.footer-cta:hover {
  transform: translateY(-1px);
  background: #ffe58f;
}

.footer-link-grid {
  display: grid;
  gap: 10px;
  padding-bottom: 26px;
}

.footer-accordion {
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.footer-accordion:hover {
  border-color: rgba(255, 220, 112, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.footer-heading {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  color: var(--accent);
  background: transparent;
  border: 0;
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
}

.footer-heading::after {
  width: 8px;
  height: 8px;
  content: "";
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.footer-heading[aria-expanded="true"]::after {
  transform: rotate(225deg);
}

.footer-panel {
  display: none;
  padding: 0 16px 18px;
}

.footer-heading[aria-expanded="true"] + .footer-panel {
  display: grid;
}

.footer-panel nav,
.footer-panel {
  gap: 9px;
}

.footer-panel a,
.footer-split-links span {
  color: #eaf1f5;
  font-weight: 750;
  text-decoration: none;
}

.footer-panel a {
  display: inline-flex;
  width: fit-content;
  line-height: 1.25;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-panel a:hover,
.footer-bottom a:hover {
  color: var(--accent);
}

.footer-panel a:hover {
  transform: translateX(2px);
}

.footer-split-links {
  gap: 22px;
}

.footer-split-links nav {
  display: grid;
  gap: 9px;
}

.footer-split-links span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-provider-paths {
  display: grid;
  gap: 16px;
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 220, 112, 0.24);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 220, 112, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
}

.footer-provider-paths span {
  display: block;
  margin-bottom: 5px;
  color: var(--accent);
  font-weight: 900;
}

.footer-provider-paths p {
  margin: 0;
  color: #d7e3ea;
}

.footer-provider-paths nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-provider-paths a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.footer-provider-paths a:hover {
  color: var(--primary-dark);
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-1px);
}

.footer-service-area {
  padding: 18px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-service-area span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-weight: 900;
}

.footer-notices {
  display: grid;
  gap: 12px;
  padding: 18px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-notices h2 {
  margin: 0;
  color: var(--accent);
  font-size: 1.08rem;
}

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

.footer-notices details {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, background 180ms ease;
}

.footer-notices details:hover {
  border-color: rgba(255, 220, 112, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.footer-notices summary {
  cursor: pointer;
  padding: 12px 14px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 900;
}

.footer-notices details p {
  padding: 0 14px 14px;
  font-size: 0.84rem;
}

.footer-bottom {
  display: grid;
  gap: 16px;
  padding-top: 22px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
}

.footer-bottom div {
  display: grid;
  gap: 8px;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.footer-bottom a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 8px;
  font-weight: 800;
  transform: translateY(-160%);
}

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

.site-template {
  min-height: 62vh;
}

.template-hero {
  padding-top: 74px;
  padding-bottom: 34px;
  text-align: center;
}

.template-hero h1,
.article-header h1 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.template-hero p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.template-content {
  max-width: 920px;
  color: var(--text);
}

.template-content > *:first-child {
  margin-top: 0;
}

.template-content h2,
.template-content h3,
.template-content h4 {
  color: var(--primary-dark);
}

.template-content a {
  color: var(--primary);
  font-weight: 800;
}

.template-content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
}

.template-content .wp-block-button__link,
.template-content input[type="submit"],
.search-submit {
  color: var(--primary-dark);
  background: var(--accent);
  border: 0;
  border-radius: 8px;
  font-weight: 800;
}

.article-layout {
  max-width: 960px;
}

.article-header {
  margin-bottom: 28px;
  text-align: center;
}

.article-meta {
  color: var(--muted);
  font-weight: 700;
}

.article-featured-image {
  margin: 0 0 30px;
}

.article-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
}

.post-grid {
  display: grid;
  gap: 18px;
}

.post-card h2 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.post-card h2 a {
  color: var(--primary-dark);
  text-decoration: none;
}

.post-card .card-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  margin-top: 18px;
  padding: 10px 14px;
  color: var(--primary-dark);
  background: var(--accent);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.pagination-wrap {
  margin-top: 30px;
  text-align: center;
}

.pagination-wrap a,
.pagination-wrap span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 4px;
  padding: 6px 10px;
  color: var(--primary-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.pagination-wrap .current {
  background: var(--accent);
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-field {
  min-height: 46px;
  flex: 1 1 240px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

@media (min-width: 640px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 640px) {
  .three-grid,
  .role-grid,
  .care-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .form-grid,
  .contact-card-grid,
  .trust-point-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .span-2 {
    grid-column: 1 / -1;
  }

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

}

@media (min-width: 900px) {
  .menu-toggle {
    display: none;
  }

  .top-nav {
    display: flex;
    align-items: center;
  }

  .header-actions,
  .nav-cta {
    display: inline-flex;
  }

  .mega-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    width: min(800px, calc(100vw - 48px));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    transform: translateX(-50%);
  }

  .nav-item:last-child .mega-menu,
  .nav-item:nth-last-child(2) .mega-menu {
    left: auto;
    right: 0;
    transform: none;
  }

  .ai-features-mega {
    width: min(650px, calc(100vw - 48px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-mega {
    width: min(340px, calc(100vw - 48px));
    grid-template-columns: 1fr;
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.86fr);
    gap: 44px;
  }

  .split,
  .powered-panel {
    grid-template-columns: 0.86fr 1fr;
  }

  .three-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ai-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-wide {
    grid-column: span 3;
  }

  .workflow-map {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 34px;
  }

  .workflow-step {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .workflow-step::after {
    left: auto;
    right: -34px;
    top: 45px;
    bottom: auto;
    width: 34px;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 220, 112, 0.24), var(--accent), rgba(255, 220, 112, 0.24));
    background-size: 220% 100%;
    border-radius: 999px;
    animation-name: workflow-flow-x;
  }

  .workflow-step::before {
    position: absolute;
    right: -43px;
    top: 38px;
    width: 18px;
    height: 18px;
    content: "";
    background: var(--accent);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 220, 112, 0.28);
    animation: workflow-node-pulse 1.8s ease-in-out infinite;
  }

  .workflow-step:nth-child(9)::after,
  .workflow-step:nth-child(9)::before {
    display: none;
  }

  .workflow-step:nth-child(4)::after,
  .workflow-step:nth-child(5)::after {
    left: -34px;
    right: auto;
    background: linear-gradient(270deg, rgba(255, 220, 112, 0.24), var(--accent), rgba(255, 220, 112, 0.24));
    background-size: 220% 100%;
  }

  .workflow-step:nth-child(4)::before,
  .workflow-step:nth-child(5)::before {
    left: -43px;
    right: auto;
  }

  .workflow-step:nth-child(3)::after,
  .workflow-step:nth-child(6)::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -28px;
    width: 4px;
    height: 28px;
    background: linear-gradient(180deg, rgba(255, 220, 112, 0.24), var(--accent), rgba(255, 220, 112, 0.24));
    background-size: 100% 220%;
    border-radius: 999px;
    transform: translateX(-50%);
    animation-name: workflow-flow-y;
  }

  .workflow-step:nth-child(3)::before,
  .workflow-step:nth-child(6)::before {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -43px;
    width: 18px;
    height: 18px;
    transform: translateX(-50%);
    background: var(--accent);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 220, 112, 0.28);
  }

  .workflow-step:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }

  .workflow-step:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .workflow-step:nth-child(6) {
    grid-column: 1;
    grid-row: 2;
  }

  .workflow-step:nth-child(7) {
    grid-column: 1;
    grid-row: 3;
  }

  .workflow-step:nth-child(8) {
    grid-column: 2;
    grid-row: 3;
  }

  .workflow-step:nth-child(9) {
    grid-column: 3;
    grid-row: 3;
  }

  .role-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .care-workflow {
    grid-template-columns: 0.84fr 1.16fr;
    align-items: stretch;
  }

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

  .buyer-checklist-panel {
    grid-template-columns: 0.82fr 1.18fr;
    align-items: start;
  }

  .contact-form-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  }

  .contact-form-layout {
    align-items: start;
  }

  .contact-form {
    padding: 26px;
  }

  .contact-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .contact-process {
    grid-template-columns: repeat(5, 1fr);
  }

  .contact-process article {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .contact-trust-panel {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: 34px;
  }

  .trust-point-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-point-grid article:last-child {
    grid-column: 1 / -1;
  }

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

  .footer-intro {
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
    align-items: stretch;
    gap: 22px;
    padding-top: 64px;
    padding-bottom: 30px;
  }

  .footer-link-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding-bottom: 28px;
  }

  .footer-accordion {
    padding: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    overflow: visible;
  }

  .footer-heading {
    padding: 0;
    margin-bottom: 16px;
    pointer-events: none;
  }

  .footer-heading::after {
    display: none;
  }

  .footer-panel,
  .footer-heading[aria-expanded="false"] + .footer-panel {
    display: grid;
    padding: 0;
  }

  .footer-split-links {
    gap: 20px;
  }

  .footer-notice-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-provider-paths {
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    align-items: center;
  }

  .footer-provider-paths nav {
    justify-content: flex-end;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}

@media (min-width: 1100px) {
  .footer-link-grid {
    grid-template-columns: 1.05fr 1.25fr 1.05fr 1.1fr;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .menu-toggle {
    display: inline-grid;
  }

  .top-nav:not(.wordpress-menu),
  .header-actions,
  .nav-cta {
    display: none;
  }

  .site-header.nav-open .top-nav:not(.wordpress-menu) {
    display: grid;
  }

  .wordpress-menu .wp-menu-list {
    display: grid;
    gap: 8px;
  }

  .wordpress-menu .wp-menu-list a {
    width: 100%;
    justify-content: flex-start;
  }

  .wordpress-menu .wp-menu-list .sub-menu {
    position: static;
    display: grid;
    gap: 6px;
    padding: 8px 0 0 12px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .site-header.nav-open .header-actions,
  .site-header.nav-open .nav-cta {
    display: flex;
  }

  .site-header.nav-open .mega-menu {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    transform: none;
  }

  .site-header.nav-open .mega-column {
    gap: 8px;
  }

  .site-header.nav-open .mega-column a,
  .site-header.nav-open .mega-column span {
    min-height: 48px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .hero-zoom-image:hover {
    position: fixed;
    inset: 28px;
    z-index: 100;
    width: calc(100vw - 56px);
    height: calc(100vh - 56px);
    max-width: none;
    object-fit: contain;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 18px;
    box-shadow: 0 0 0 9999px rgba(31, 46, 54, 0.72), 0 28px 80px rgba(0, 0, 0, 0.34);
    cursor: zoom-out;
  }
}

@media (max-width: 520px) {
  .site-header {
    align-items: flex-start;
  }

  .brand {
    min-width: 0;
  }

  .brand-image {
    width: min(220px, 62vw);
    max-height: 58px;
  }

  .button {
    width: 100%;
  }

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

}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .workflow-step::after,
  .workflow-step::before {
    animation: none !important;
  }
}
