:root {
  --bg: #f4efe7;
  --bg-soft: #fbf8f2;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #fffdf8;
  --ink: #141414;
  --muted: #625b54;
  --gold: #c9a24d;
  --gold-deep: #9e7422;
  --gold-soft: rgba(201, 162, 77, 0.16);
  --line: rgba(27, 23, 18, 0.1);
  --line-strong: rgba(27, 23, 18, 0.18);
  --shadow: 0 24px 80px rgba(17, 12, 7, 0.08);
  --shadow-strong: 0 28px 90px rgba(17, 12, 7, 0.14);
  --radius-lg: 30px;
  --radius-md: 24px;
  --radius-sm: 18px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(212, 183, 103, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(138, 108, 47, 0.08), transparent 32%),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
}

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

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

p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.75rem;
  font-family: "Sora", Arial, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.55rem, 5.1vw, 5rem);
}

h2 {
  font-size: clamp(1.95rem, 3.2vw, 3.2rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

main {
  overflow: clip;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.section {
  padding: 4.75rem 0;
}

.section-tight {
  padding: 3rem 0;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-header {
  max-width: 47rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}

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

.section-header p,
.hero-intro,
.support-copy,
.muted {
  color: var(--muted);
}

.card,
.hero-copy,
.contact-form-shell,
.contact-aside,
.surface-panel,
.process-card,
.industry-card,
.note-panel,
.stat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  background: rgba(251, 248, 242, 0.9);
}

.site-header .container {
  width: min(1280px, calc(100% - 1.5rem));
}

.header-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 0.85rem;
}

.brand img {
  width: clamp(168px, 15vw, 248px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
  gap: 0.95rem;
}

.site-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li {
  flex: 0 0 auto;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface-strong);
  padding: 0.8rem 1rem;
  font: inherit;
  font-weight: 800;
  color: var(--ink);
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
button.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #171615 0%, #26231f 100%);
  color: #fff9ef;
  box-shadow: 0 18px 40px rgba(20, 20, 20, 0.2);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line);
  color: var(--ink);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.nav-cta {
  min-height: 46px;
  padding: 0.8rem 1.15rem;
  white-space: nowrap;
  flex: 0 0 auto;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--gold-deep);
  font-weight: 800;
}

.text-link::after {
  content: ">";
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 60;
  background: #171615;
  color: #fff;
  border-radius: 999px;
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.page-hero {
  padding-top: 3rem;
}

.home-page .page-hero.hero-home {
  position: relative;
  padding-top: 2.4rem;
}

.home-page .page-hero.hero-home::before,
.home-page .page-hero.hero-home::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(24px);
}

.home-page .page-hero.hero-home::before {
  top: 1rem;
  right: max(4vw, 2rem);
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  background: radial-gradient(circle, rgba(214, 188, 120, 0.24) 0%, rgba(214, 188, 120, 0) 72%);
}

.home-page .page-hero.hero-home::after {
  bottom: 3rem;
  left: min(2vw, 1rem);
  width: min(24vw, 300px);
  height: min(24vw, 300px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 74%);
}

.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.hero-badge-row .tag {
  border: 1px solid rgba(158, 116, 34, 0.14);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 30px rgba(17, 12, 7, 0.06);
  backdrop-filter: blur(12px);
}

.hero-grid,
.contact-layout,
.two-col,
.care-plan {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.95fr);
}

.hero-copy {
  position: relative;
  padding: clamp(1.75rem, 2vw, 2.5rem);
  overflow: hidden;
}

.hero-copy h1 {
  max-width: 13ch;
}

.hero-grid-home {
  position: relative;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 1.35rem;
  align-items: center;
}

.hero-copy-home {
  border-color: rgba(158, 116, 34, 0.12);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 251, 244, 0.84) 50%, rgba(250, 239, 214, 0.68) 100%);
  box-shadow: 0 30px 90px rgba(17, 12, 7, 0.08);
}

.hero-copy-home::before,
.hero-copy-home::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  pointer-events: none;
}

.hero-copy-home::before {
  top: -3.5rem;
  right: -4rem;
  width: 15rem;
  height: 15rem;
  background: radial-gradient(circle, rgba(214, 188, 120, 0.24) 0%, rgba(214, 188, 120, 0) 72%);
}

.hero-copy-home::after {
  bottom: -5rem;
  left: -4rem;
  width: 14rem;
  height: 14rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0) 72%);
}

.hero-copy-home > * {
  position: relative;
  z-index: 1;
}

.hero-copy-home .hero-intro {
  max-width: 39rem;
}

.hero-copy-home .button-row {
  margin-bottom: 1.25rem;
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.45rem 0 0;
}

.proof-chip {
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(158, 116, 34, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 32px rgba(17, 12, 7, 0.04);
}

.proof-chip strong {
  font-family: "Sora", Arial, sans-serif;
  font-size: 0.98rem;
}

.proof-chip span {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.hero-stage {
  position: relative;
  min-height: 39rem;
  padding: 1.75rem 0 0.75rem;
  isolation: isolate;
}

.hero-stage-glow {
  position: absolute;
  inset: 14% 10% 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 188, 120, 0.46) 0%, rgba(214, 188, 120, 0.12) 40%, rgba(214, 188, 120, 0) 68%);
  filter: blur(14px);
  animation: heroPulse 6.4s ease-in-out infinite;
  z-index: 0;
}

.hero-window,
.hero-floating-card {
  position: absolute;
  border: 1px solid rgba(158, 116, 34, 0.14);
  border-radius: 28px;
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(17, 12, 7, 0.16);
  will-change: transform;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.hero-window {
  overflow: hidden;
}

.hero-window.is-before {
  top: 0.9rem;
  left: 0;
  width: 70%;
  color: #f8f2e7;
  background:
    radial-gradient(circle at top right, rgba(214, 188, 120, 0.18), transparent 30%),
    linear-gradient(160deg, #181613 0%, #2a241d 100%);
  z-index: 2;
}

.hero-window.is-after {
  top: 7.6rem;
  right: 0.4rem;
  width: 74%;
  color: var(--ink);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94) 0%, rgba(253, 248, 239, 0.92) 100%);
  z-index: 3;
}

.hero-window-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.95rem 1rem 0;
}

.hero-window-bar span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}

.hero-window.is-before .hero-window-bar span {
  background: rgba(255, 255, 255, 0.22);
}

.hero-window.is-after .hero-window-bar span {
  background: rgba(17, 12, 7, 0.14);
}

.hero-window-body {
  padding: 0.95rem 1rem 1.2rem;
}

.hero-window h2 {
  max-width: 8ch;
  margin-bottom: 0.65rem;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.hero-window p {
  color: inherit;
}

.hero-window.is-before p {
  color: rgba(248, 242, 231, 0.78);
}

.hero-window.is-after p {
  color: var(--muted);
}

.window-label {
  margin-bottom: 0.6rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-window.is-before .window-label {
  color: #dfc789;
}

.hero-window.is-after .window-label {
  color: var(--gold-deep);
}

.window-metrics {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.window-metrics li {
  display: grid;
  grid-template-columns: 0.85rem 1fr;
  gap: 0.65rem;
  align-items: start;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.window-metrics li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.32rem;
  border-radius: 50%;
}

.window-metrics.negative li::before {
  background: linear-gradient(135deg, #f08d7a 0%, #c94835 100%);
}

.window-metrics.positive li::before {
  background: linear-gradient(135deg, #d7bd7a 0%, #9e7422 100%);
}

.hero-floating-card {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.76);
  z-index: 4;
}

.audit-card {
  bottom: 0.45rem;
  left: 0.35rem;
  width: 62%;
}

.audit-card h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.audit-card .eyebrow {
  margin-bottom: 0.55rem;
}

.trust-card {
  top: 0;
  right: 0.35rem;
  display: grid;
  gap: 0.15rem;
  width: auto;
  max-width: 10rem;
  min-width: 0;
  padding: 0.8rem 0.95rem;
  background:
    radial-gradient(circle at top right, rgba(214, 188, 120, 0.18), transparent 34%),
    linear-gradient(145deg, #171615 0%, #2b241c 100%);
  color: #f8f2e7;
  z-index: 5;
}

.trust-card strong {
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}

.trust-card span {
  color: rgba(248, 242, 231, 0.76);
  font-size: 0.8rem;
  line-height: 1.35;
}

.hero-strip-wrap {
  padding-top: 0;
}

.hero-strip {
  overflow: hidden;
  border-top: 1px solid rgba(17, 12, 7, 0.08);
  border-bottom: 1px solid rgba(17, 12, 7, 0.08);
  background: rgba(255, 255, 255, 0.38);
}

.hero-strip-track {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: max-content;
  padding: 0.95rem 0;
  animation: heroStripMove 36s linear infinite;
}

.hero-strip-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(158, 116, 34, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 30px rgba(17, 12, 7, 0.05);
  white-space: nowrap;
  font-size: 0.84rem;
  font-weight: 800;
}

.hero-strip-track span::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #d7bd7a 0%, #9e7422 100%);
}

.js [data-reveal],
.js .will-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.985);
  transition:
    opacity 0.7s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js [data-reveal].is-visible,
.js .will-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.hero-panel {
  padding: 1.85rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(201, 162, 77, 0.22), transparent 28%),
    linear-gradient(180deg, #171615 0%, #26231f 100%);
  color: #f7f1e6;
  box-shadow: var(--shadow-strong);
}

.hero-panel[data-reveal],
.hero-copy[data-reveal] {
  transition-delay: var(--reveal-delay, 0ms);
}

.hero-panel h2 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.hero-panel p {
  color: rgba(247, 241, 230, 0.78);
}

.hero-intro {
  max-width: 42rem;
  margin-bottom: 1.4rem;
  font-size: 1.08rem;
}

.stats-grid,
.problem-grid,
.service-grid,
.example-grid,
.pricing-grid,
.process-grid,
.industry-grid,
.icon-grid {
  display: grid;
  gap: 1rem;
}

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

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

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

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

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

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

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

.card,
.service-card,
.example-card,
.pricing-card,
.process-card,
.industry-card,
.stat-card,
.surface-panel,
.contact-form-shell,
.contact-aside {
  padding: 1.5rem;
}

.stat-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.tag,
.pricing-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold-deep);
  padding: 0.42rem 0.78rem;
  font-size: 0.84rem;
  font-weight: 800;
}

.price {
  margin-bottom: 0.85rem;
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.check-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list.compact {
  gap: 0.65rem;
}

.check-list li {
  display: grid;
  grid-template-columns: 0.9rem 1fr;
  gap: 0.7rem;
  align-items: start;
}

.check-list li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #d7bd7a, #9e7422);
}

.problem-card h3,
.pricing-card h3,
.process-card h3,
.industry-card h3 {
  margin-bottom: 0.5rem;
}

.problem-card p,
.service-card p,
.example-card p,
.pricing-card p,
.process-card p,
.industry-card p,
.contact-aside p,
.surface-panel p {
  color: var(--muted);
}

.placeholder-browser {
  position: relative;
  flex: 1;
  min-height: 180px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0 22px, transparent 22px 100%),
    linear-gradient(135deg, #2a241d 0%, #151413 100%);
  overflow: hidden;
  padding: 1.05rem;
}

.placeholder-browser.is-updated {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0 22px, transparent 22px 100%),
    linear-gradient(135deg, #cda555 0%, #e7d5ab 100%);
}

.browser-label {
  display: inline-flex;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.placeholder-lines {
  display: grid;
  gap: 0.75rem;
}

.placeholder-lines span {
  display: block;
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.placeholder-lines span:nth-child(2) {
  width: 84%;
}

.placeholder-lines span:nth-child(3) {
  width: 64%;
}

.example-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.demo-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.demo-preview-card {
  display: grid;
  gap: 1rem;
}

.demo-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.demo-preview-card p {
  color: var(--muted);
}

.demo-preview-note {
  font-size: 0.95rem;
}

.home-page .problem-card,
.home-page .service-card,
.home-page .example-card,
.home-page .pricing-card,
.home-page .process-card,
.home-page .faq-item,
.home-page .cta-band,
.home-page .surface-panel,
.home-page .note-panel,
.home-page .contact-aside,
.home-page .contact-form-shell {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.home-page .problem-card::before,
.home-page .service-card::before,
.home-page .example-card::before,
.home-page .pricing-card::before,
.home-page .process-card::before,
.home-page .surface-panel::before,
.home-page .note-panel::before,
.home-page .contact-aside::before,
.home-page .contact-form-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(158, 116, 34, 0) 0%, rgba(158, 116, 34, 0.48) 50%, rgba(158, 116, 34, 0) 100%);
}

@media (hover: hover) and (pointer: fine) {
  .home-page .problem-card:hover,
  .home-page .service-card:hover,
  .home-page .example-card:hover,
  .home-page .pricing-card:hover,
  .home-page .process-card:hover,
  .home-page .faq-item:hover,
  .home-page .surface-panel:hover,
  .home-page .note-panel:hover,
  .home-page .contact-aside:hover,
  .home-page .contact-form-shell:hover {
    transform: translateY(-6px);
    border-color: rgba(158, 116, 34, 0.22);
    box-shadow: 0 30px 80px rgba(17, 12, 7, 0.12);
  }

  .home-page .hero-window:hover,
  .home-page .hero-floating-card:hover {
    border-color: rgba(158, 116, 34, 0.24);
    box-shadow: 0 34px 90px rgba(17, 12, 7, 0.2);
  }
}

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #d6bc78 0%, #9e7422 100%);
  color: #fffdf7;
  font-family: "Sora", Arial, sans-serif;
  font-weight: 800;
}

.cta-band {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(214, 188, 120, 0.22), transparent 30%),
    linear-gradient(135deg, #161412 0%, #2a241d 100%);
  color: #f8f2e7;
  box-shadow: var(--shadow-strong);
}

.cta-band p {
  max-width: 42rem;
  color: rgba(248, 242, 231, 0.8);
}

.care-plan {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  margin-top: 1rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 1rem 1.25rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: "Sora", Arial, sans-serif;
  font-weight: 700;
}

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

.faq-item p {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.contact-layout {
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
}

.contact-form {
  display: grid;
  gap: 1rem;
}

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

label {
  display: block;
  margin-bottom: 0.42rem;
  font-weight: 800;
  font-size: 0.94rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.92rem 1rem;
  color: var(--ink);
  font: inherit;
}

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

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(201, 162, 77, 0.35);
  border-color: rgba(158, 116, 34, 0.4);
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.flash {
  margin-bottom: 1rem;
  border-radius: 18px;
  padding: 1rem 1.1rem;
}

.flash p,
.flash li {
  margin-bottom: 0.35rem;
}

.flash-error {
  border: 1px solid rgba(131, 39, 39, 0.18);
  background: rgba(131, 39, 39, 0.06);
}

.flash-success {
  border: 1px solid rgba(54, 108, 48, 0.18);
  background: rgba(54, 108, 48, 0.08);
}

.notice {
  border-left: 4px solid var(--gold);
  padding-left: 1rem;
  color: var(--muted);
}

.site-footer {
  margin-top: 4rem;
  padding: 3.5rem 0 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(201, 162, 77, 0.18), transparent 20%),
    linear-gradient(180deg, #171615 0%, #111111 100%);
  color: #f7f1e6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.5rem;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.footer-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list a,
.footer-contact a {
  color: #e8dcc3;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 241, 230, 0.74);
}

.footer-grid h2 {
  margin-bottom: 0.9rem;
  font-size: 1rem;
  color: #fffdf8;
}

@keyframes heroPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.96);
  }

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

@keyframes heroStripMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

body.ops-page {
  background:
    radial-gradient(circle at top left, rgba(180, 150, 86, 0.12), transparent 24%),
    linear-gradient(180deg, #f7f3ea 0%, #ece4d6 100%);
}

.ops-header {
  position: sticky;
  top: 0;
  z-index: 45;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 234, 0.9);
  backdrop-filter: blur(16px);
}

.ops-header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.ops-title {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
}

.ops-header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ops-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.ops-nav a {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.65);
  color: var(--muted);
  font-weight: 800;
}

.ops-nav a.is-active {
  background: #171615;
  border-color: #171615;
  color: #fff;
}

.ops-user-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted);
  font-weight: 700;
}

.ops-login-shell {
  width: min(640px, 100%);
  margin-inline: auto;
}

.ops-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ops-list {
  display: grid;
  gap: 0.8rem;
}

.ops-list-row,
.ops-list-card,
.ops-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.ops-list-card {
  flex-direction: column;
  align-items: flex-start;
}

.ops-list-card strong {
  font-family: "Sora", Arial, sans-serif;
}

.ops-list-card span,
.ops-list-row span {
  color: var(--muted);
}

.ops-list-row strong {
  font-family: "Sora", Arial, sans-serif;
}

.ops-table-wrapper {
  overflow-x: auto;
}

.ops-table {
  width: 100%;
  border-collapse: collapse;
}

.ops-table th,
.ops-table td {
  padding: 0.9rem 0.8rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.ops-table th {
  font-family: "Sora", Arial, sans-serif;
  font-size: 0.92rem;
}

.ops-board {
  display: grid;
  grid-template-columns: repeat(9, minmax(230px, 1fr));
  gap: 1rem;
  overflow-x: auto;
}

.ops-column {
  min-height: 240px;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.ops-column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.ops-column-head h2 {
  margin-bottom: 0;
  font-size: 1rem;
}

.ops-card-stack {
  display: grid;
  gap: 0.8rem;
}

.ops-board-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
}

.ops-board-card strong {
  font-family: "Sora", Arial, sans-serif;
}

.ops-board-card span,
.ops-empty {
  color: var(--muted);
}

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

.mb-0 {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .problem-grid,
  .pricing-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-grid,
  .contact-layout,
  .care-plan {
    grid-template-columns: 1fr;
  }

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

  .hero-stage {
    min-height: 36rem;
    max-width: 40rem;
  }

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

@media (max-width: 1180px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.7rem);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: rgba(251, 248, 242, 0.96);
    box-shadow: var(--shadow-strong);
  }

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

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 860px) {

  .example-grid,
  .demo-preview-grid,
  .industry-grid,
  .two-col,
  .problem-grid {
    grid-template-columns: 1fr;
  }

  .ops-header-shell,
  .ops-header-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-stage {
    margin-inline: auto;
  }

  .trust-card {
    max-width: 9.25rem;
  }

  .audit-card {
    width: 68%;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 3.7rem 0;
  }

  .section-tight {
    padding: 2.5rem 0;
  }

  .container {
    width: min(1120px, calc(100% - 1.1rem));
  }

  .hero-copy,
  .card,
  .process-card,
  .industry-card,
  .surface-panel,
  .contact-form-shell,
  .contact-aside {
    padding: 1.2rem;
  }

  .form-grid,
  .service-grid,
  .pricing-grid,
  .process-grid,
  .stats-grid,
  .footer-grid,
  .example-visuals {
    grid-template-columns: 1fr;
  }

  .cta-band {
    padding: 1.4rem;
  }

  .ops-board {
    grid-template-columns: 1fr;
  }

  .ops-list-row,
  .ops-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-badge-row {
    gap: 0.5rem;
  }

  .hero-badge-row .tag,
  .hero-strip-track span {
    font-size: 0.78rem;
  }

  .hero-stage {
    display: grid;
    min-height: 0;
    gap: 1rem;
    padding-bottom: 0;
  }

  .hero-stage-glow {
    inset: 5% 4% auto;
    height: 14rem;
  }

  .hero-window,
  .hero-floating-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .hero-window h2 {
    max-width: none;
  }

  .trust-card,
  .audit-card {
    min-width: 0;
  }

  .trust-card {
    max-width: none;
  }

  .hero-strip-track {
    padding: 0.8rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-stage-glow,
  .hero-strip-track {
    animation: none;
  }

  .js [data-reveal],
  .js .will-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  button.button,
  .hero-window,
  .hero-floating-card,
  .home-page .problem-card,
  .home-page .service-card,
  .home-page .example-card,
  .home-page .pricing-card,
  .home-page .process-card,
  .home-page .faq-item,
  .home-page .surface-panel,
  .home-page .note-panel,
  .home-page .contact-aside,
  .home-page .contact-form-shell {
    transition: none;
  }
}
