:root {
  --bg: #fbf4e7;
  --panel: #fffaf1;
  --panel-strong: #fff2d6;
  --ink: #181512;
  --muted: #6d6256;
  --line: #e6d3b4;
  --orange: #f28c18;
  --orange-dark: #ce6500;
  --amber: #ffc43d;
  --charcoal: #25211d;
  --steel: #3d3934;
  --soft: #f4ead9;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(56, 40, 18, 0.14);
  --font-body: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Unbounded, Manrope, ui-sans-serif, system-ui, sans-serif;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(251, 244, 231, 0.98), rgba(247, 236, 217, 0.96)),
    linear-gradient(90deg, rgba(24, 21, 18, 0.035) 1px, transparent 1px);
  background-size: auto, 76px 76px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: none;
  content: "";
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(24, 21, 18, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 21, 18, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, black, transparent 80%);
}

.brand-intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
  transition:
    opacity 420ms ease,
    visibility 420ms ease;
  animation: introOverlayExit 460ms 3720ms ease forwards;
}

body.intro-js.intro-active {
  overflow: hidden;
}

body.intro-js.intro-active .site-header,
body.intro-js.intro-active main,
body.intro-js.intro-active .site-footer {
  opacity: 0;
  pointer-events: none;
}

body.intro-js.intro-active .brand-intro {
  animation: none;
}

.brand-intro::before {
  position: absolute;
  inset: auto auto 16% 50%;
  width: min(46vw, 460px);
  height: min(46vw, 460px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 196, 61, 0.32), transparent 68%);
  filter: blur(18px);
  opacity: 0;
  transform: translateX(-50%) scale(0.78);
  animation: introGlow 2100ms 430ms ease both;
  content: "";
}

.brand-intro.is-done {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.intro-stage {
  position: relative;
  width: min(72vw, 620px);
  height: clamp(220px, 34vw, 310px);
  transform-origin: top left;
}

.intro-stage.is-flying {
  z-index: 20;
  will-change: transform;
}

.intro-stage img {
  position: absolute;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.intro-k {
  left: 50%;
  top: 50%;
  z-index: 2;
  width: clamp(128px, 18vw, 178px);
  transform: translate(-50%, -50%) scale(0.9);
  transform-origin: 26% 50%;
  opacity: 0;
  filter: drop-shadow(0 18px 34px rgba(242, 140, 24, 0.28));
  animation:
    introKIn 620ms 120ms cubic-bezier(0.2, 0.8, 0.2, 1) both,
    introKHit 360ms 980ms cubic-bezier(0.18, 0.88, 0.32, 1.2) both,
    introKBreakAway 1ms 1160ms linear forwards;
}

.intro-k-cracked {
  left: 50%;
  top: 50%;
  z-index: 3;
  width: clamp(128px, 18vw, 178px);
  transform: translate(-50%, -50%) scale(1);
  transform-origin: 26% 50%;
  opacity: 0;
  filter: drop-shadow(0 18px 34px rgba(242, 140, 24, 0.28));
  animation: introCrackedKIn 1ms 1160ms linear forwards;
}

.intro-hammer {
  left: calc(50% - clamp(156px, 22vw, 220px));
  top: calc(50% + clamp(12px, 2vw, 24px));
  z-index: 5;
  width: clamp(88px, 13vw, 126px);
  opacity: 0;
  transform: translate(-120px, 68px) rotate(-32deg);
  transform-origin: 78% 22%;
  filter: drop-shadow(0 12px 22px rgba(24, 21, 18, 0.18));
  animation: hammerStrike 1160ms 520ms cubic-bezier(0.22, 0.76, 0.16, 1) both;
}

.intro-shards {
  position: absolute;
  left: calc(50% - clamp(78px, 10.8vw, 106px));
  top: calc(50% - clamp(76px, 10.8vw, 104px));
  z-index: 4;
  width: 1px;
  height: 1px;
}

.intro-shards img {
  left: 0;
  top: 0;
  max-width: clamp(14px, 2.2vw, 28px);
  opacity: 0;
  transform: translate(0, 0) rotate(0) scale(0.6);
  filter: drop-shadow(0 10px 18px rgba(242, 140, 24, 0.18));
  animation: shardBurst 880ms 980ms cubic-bezier(0.13, 0.78, 0.2, 1) both;
}

.intro-shards img:nth-child(2n) {
  animation-duration: 960ms;
}

.intro-shards img:nth-child(3n) {
  animation-duration: 780ms;
}

.intro-word {
  left: calc(50% + clamp(18px, 3vw, 34px));
  top: 50%;
  z-index: 1;
  width: clamp(248px, 39vw, 367px);
  opacity: 0;
  transform: translate(42px, -50%) skewX(-5deg);
  filter: drop-shadow(0 18px 34px rgba(24, 21, 18, 0.12));
  animation: wordSlide 760ms 1420ms cubic-bezier(0.18, 0.82, 0.22, 1) both;
}

.intro-full-logo {
  left: 50%;
  top: 50%;
  z-index: 8;
  width: min(76vw, 620px);
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  pointer-events: none;
  animation: none;
}

.intro-stage.is-flying > .intro-k,
.intro-stage.is-flying > .intro-k-cracked,
.intro-stage.is-flying > .intro-hammer,
.intro-stage.is-flying > .intro-shards,
.intro-stage.is-flying > .intro-word {
  visibility: hidden;
}

.intro-stage.is-flying > .intro-full-logo {
  opacity: 1;
  filter: drop-shadow(0 16px 24px rgba(56, 40, 18, 0.16));
  pointer-events: none;
  will-change: transform;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 12px 28px;
  border-bottom: 1px solid rgba(230, 211, 180, 0.88);
  background: rgba(255, 250, 241, 0.92);
  box-shadow: 0 12px 30px rgba(56, 40, 18, 0.08);
  backdrop-filter: blur(16px);
  animation: headerDrop 600ms ease both;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 154px;
  height: 46px;
}

.brand-mark img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 15px;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--orange-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 7px;
  font-weight: 800;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cabinet-icon-link {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
}

.cabinet-icon-link:hover {
  border-color: var(--orange);
  background: #fff4da;
}

.cabinet-icon-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.header-cta,
.button-primary {
  background: var(--orange);
  color: var(--ink);
  box-shadow: 0 12px 24px rgba(242, 140, 24, 0.18);
}

.header-cta:hover,
.button-primary:hover {
  background: var(--amber);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--orange);
  background: #fff4da;
}

.button.full {
  width: 100%;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

main {
  position: relative;
}

main::before {
  position: absolute;
  top: 650px;
  bottom: 420px;
  left: max(18px, calc((100vw - 1180px) / 2 - 32px));
  z-index: 0;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(206, 101, 0, 0),
    rgba(206, 101, 0, 0.28) 8%,
    rgba(206, 101, 0, 0.28) 92%,
    rgba(206, 101, 0, 0)
  );
  mask-image: repeating-linear-gradient(180deg, black 0 9px, transparent 9px 19px);
  content: "";
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1.02fr);
  gap: 40px;
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: 42px 0 46px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 790px;
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.65vw, 48px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-text {
  max-width: 640px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.48;
}

.hero-copy,
.hero-visual {
  animation: fadeLift 760ms ease both;
}

.hero-visual {
  animation-delay: 140ms;
}

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

.ops-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(191, 161, 116, 0.74);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(255, 243, 220, 0.94));
  box-shadow: var(--shadow);
}

.ops-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(24, 21, 18, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(24, 21, 18, 0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
  mask-image: linear-gradient(180deg, black, transparent 82%);
}

.ops-header,
.route-map {
  position: relative;
}

.ops-header {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(191, 161, 116, 0.55);
}

.ops-header strong {
  max-width: 260px;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.15;
}

.route-map {
  display: grid;
  gap: 12px;
}

.route-card {
  padding: 18px;
  border: 1px solid rgba(191, 161, 116, 0.62);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.route-card strong {
  display: block;
}

.route-card strong {
  font-size: 20px;
  line-height: 1.15;
}

.route-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.4;
}

.site-card {
  margin-left: 42px;
}

.lead-card {
  margin-left: 84px;
  border-color: rgba(242, 140, 24, 0.5);
  background: #fff1cf;
}

.product-section,
.result-section,
.comparison-section,
.audit-section,
.trades-section,
.process-section,
.pricing-section,
.fit-section,
.included-section,
.faq-section {
  --divider-progress: 0;
  position: relative;
  padding: 82px 0 0;
  scroll-margin-top: 118px;
}

.result-section {
  --divider-progress: 0.11;
}

.comparison-section {
  --divider-progress: 0.22;
}

.audit-section {
  --divider-progress: 0.33;
}

.trades-section {
  --divider-progress: 0.44;
}

.process-section {
  --divider-progress: 0.56;
}

.pricing-section {
  --divider-progress: 0.67;
}

.fit-section {
  --divider-progress: 0.78;
}

.included-section {
  --divider-progress: 0.89;
}

.faq-section {
  --divider-progress: 1;
}

.route-stop {
  position: absolute;
  top: 27px;
  left: -44px;
  z-index: 2;
  display: block;
  color: var(--muted);
  pointer-events: none;
}

.route-stop b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(206, 101, 0, 0.32);
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.88);
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(56, 40, 18, 0.08);
}

.route-stop i {
  display: none;
}

.product-section::before,
.result-section::before,
.comparison-section::before,
.audit-section::before,
.trades-section::before,
.process-section::before,
.pricing-section::before,
.fit-section::before,
.included-section::before,
.faq-section::before {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(230, 211, 180, 0),
    rgba(197, 170, 130, 0.76) 11%,
    rgba(197, 170, 130, 0.76) 89%,
    rgba(230, 211, 180, 0)
  );
  content: "";
}

.product-section::after,
.result-section::after,
.comparison-section::after,
.audit-section::after,
.trades-section::after,
.process-section::after,
.pricing-section::after,
.fit-section::after,
.included-section::after,
.faq-section::after {
  position: absolute;
  top: 33px;
  left: calc((100% - 86px) * var(--divider-progress));
  width: 86px;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--orange) 0 58px, var(--charcoal) 58px 66px, var(--amber) 66px);
  box-shadow: 0 8px 20px rgba(242, 140, 24, 0.16);
  content: "";
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.pricing-copy p,
.cta-inner p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.section-heading.compact {
  max-width: 940px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.92fr 0.92fr;
  gap: 16px;
}

.feature-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.84);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.feature-card.large {
  grid-row: span 2;
  min-height: 330px;
  background:
    linear-gradient(180deg, rgba(255, 244, 215, 0.92), rgba(255, 250, 241, 0.86));
}

.feature-card.dark {
  background: var(--charcoal);
  color: var(--white);
}

.feature-card.dark p {
  color: rgba(255, 255, 255, 0.74);
}

.feature-card:hover,
.audit-card:hover,
.fit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 140, 24, 0.42);
  box-shadow: 0 18px 40px rgba(56, 40, 18, 0.1);
}

.feature-card p,
.comparison-grid li,
.process-timeline p,
.split-list li,
.faq-list p,
.pricing-card p {
  color: var(--muted);
  line-height: 1.55;
}

.result-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.result-list article {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.84);
}

.result-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.problem-list,
.solution-list {
  padding: 28px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.solution-list {
  border-color: rgba(242, 140, 24, 0.3);
  background: #fff3d6;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li + li {
  margin-top: 12px;
}

.audit-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.audit-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.audit-card p {
  color: var(--muted);
  line-height: 1.55;
}

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

.trade-grid span {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 800;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.process-timeline article {
  position: relative;
  min-height: 246px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(56, 40, 18, 0.08);
}

.process-timeline article:nth-child(4) {
  background: var(--orange);
  color: var(--ink);
  box-shadow: 0 20px 42px rgba(242, 140, 24, 0.18);
}

.process-timeline article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -23px;
  width: 18px;
  height: 18px;
  border-top: 3px solid rgba(206, 101, 0, 0.58);
  border-right: 3px solid rgba(206, 101, 0, 0.58);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.process-timeline span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: rgba(37, 33, 29, 0.08);
  color: var(--ink);
  font-weight: 900;
}

.process-timeline p {
  color: var(--muted);
}

.process-timeline article:nth-child(4) p {
  color: rgba(24, 21, 18, 0.74);
}

.process-timeline article:nth-child(4) span {
  background: rgba(24, 21, 18, 0.12);
}

.pricing-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.pricing-copy {
  max-width: 860px;
}

.pricing-note {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(37, 33, 29, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.84);
  color: var(--muted);
  line-height: 1.55;
}

.pricing-note b {
  color: var(--ink);
}

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(37, 33, 29, 0.12);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.pricing-card.featured {
  border-color: rgba(242, 140, 24, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 241, 207, 0.9), rgba(255, 250, 241, 0.98)),
    var(--white);
}

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

.plan-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--charcoal);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card.featured .plan-label {
  background: var(--orange);
  color: var(--ink);
}

.price-row {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.price-row div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.78);
}

.price-row span,
.price-row small {
  display: block;
}

.price-row span {
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.price-row small {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.35;
}

.pricing-card li,
.extra-services li {
  color: var(--muted);
  line-height: 1.5;
}

.pricing-card ul {
  margin: 22px 0;
}

.pricing-card .button {
  margin-top: auto;
}

.extra-services {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.84);
}

.extra-services h3 {
  margin-bottom: 14px;
}

.fit-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.fit-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.fit-card.positive {
  background: #fff3d6;
}

.fit-card.negative {
  background: #fff6ef;
}

.fit-card li {
  color: var(--muted);
  line-height: 1.55;
}

.split-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.split-list > div {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.84);
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

summary {
  cursor: pointer;
  padding: 22px 24px;
  font-size: 19px;
  font-weight: 850;
}

details p {
  padding: 0 24px 24px;
}

.cta-section {
  margin-top: 96px;
  padding: 90px 16px;
  background:
    linear-gradient(135deg, rgba(37, 33, 29, 0.96), rgba(206, 101, 0, 0.94)),
    repeating-linear-gradient(135deg, rgba(255, 196, 61, 0.12) 0 12px, transparent 12px 24px);
  color: var(--white);
}

.cta-inner {
  width: min(850px, 100%);
  margin: 0 auto;
  text-align: center;
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.76);
}

.cta-actions {
  justify-content: center;
}

.button-secondary.light {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  gap: 18px;
  align-items: center;
}

.site-footer p {
  margin: 10px 0 0;
}

@media (max-width: 940px) {
  main::before,
  .route-stop {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .site-header.nav-open .site-nav,
  .site-header.nav-open .header-actions {
    display: flex;
    grid-column: 1 / -1;
  }

  .site-header.nav-open .site-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0;
  }

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

  .site-header.nav-open .header-cta {
    flex: 1;
  }

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

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

  .feature-grid,
  .audit-board,
  .trade-grid,
  .process-timeline,
  .result-list,
  .pricing-plans,
  .fit-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card.large {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: auto;
  }

  .process-timeline article::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .intro-stage {
    width: min(92vw, 360px);
    height: 280px;
  }

  .intro-k {
    left: 40%;
    width: 118px;
  }

  .intro-k-cracked {
    left: 40%;
    width: 118px;
  }

  .intro-hammer {
    left: calc(40% - 130px);
    top: calc(50% + 18px);
    width: 78px;
  }

  .intro-shards {
    left: calc(40% - 66px);
    top: calc(50% - 76px);
  }

  .intro-shards img {
    max-width: 18px;
  }

  .intro-word {
    left: calc(40% + 38px);
    width: min(48vw, 176px);
  }

  .intro-full-logo {
    width: min(88vw, 330px);
  }

  .section-shell,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    width: 100%;
    padding-inline: 16px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  h2 {
    font-size: 30px;
  }

  .hero-text,
  .section-heading p:not(.eyebrow),
  .pricing-copy p,
  .cta-inner p {
    font-size: 17px;
  }

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

  .hero-visual {
    min-width: 0;
  }

  .ops-panel {
    padding: 18px;
  }

  .ops-header {
    display: grid;
  }

  .ops-header strong {
    text-align: left;
  }

  .site-card,
  .lead-card {
    margin-left: 0;
  }

  .feature-grid,
  .result-list,
  .audit-board,
  .comparison-grid,
  .trade-grid,
  .process-timeline,
  .pricing-plans,
  .fit-section,
  .split-list {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .process-timeline article {
    min-height: auto;
  }

  .price-row span {
    font-size: 22px;
  }

  .site-footer {
    flex-direction: column;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes introGlow {
  0%,
  35% {
    opacity: 0;
    transform: translateX(-50%) scale(0.78);
  }

  58% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }

  100% {
    opacity: 0.28;
    transform: translateX(-50%) scale(1.14);
  }
}

@keyframes introKIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes introKHit {
  0%,
  54% {
    transform: translate(-50%, -50%) scale(1);
  }

  62% {
    transform: translate(calc(-50% + 8px), calc(-50% + 2px)) rotate(1deg) scaleX(0.98);
  }

  72% {
    transform: translate(calc(-50% - 4px), calc(-50% - 1px)) rotate(-0.7deg) scaleX(1.01);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes introKBreakAway {
  to {
    opacity: 0;
  }
}

@keyframes introCrackedKIn {
  to {
    opacity: 1;
  }
}

@keyframes hammerStrike {
  0% {
    opacity: 0;
    transform: translate(-120px, 68px) rotate(-34deg);
  }

  24% {
    opacity: 1;
    transform: translate(-70px, 34px) rotate(-14deg);
  }

  54% {
    opacity: 1;
    transform: translate(14px, -12px) rotate(19deg);
  }

  64% {
    opacity: 1;
    transform: translate(28px, -4px) rotate(34deg);
  }

  76% {
    opacity: 1;
    transform: translate(8px, -18px) rotate(12deg);
  }

  100% {
    opacity: 1;
    transform: translate(0, -10px) rotate(16deg);
  }
}

@keyframes shardBurst {
  0%,
  38% {
    opacity: 0;
    transform: translate(0, 0) rotate(0) scale(0.45);
  }

  54% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate(var(--x), var(--y)) rotate(var(--r)) scale(1);
  }
}

@keyframes wordSlide {
  from {
    opacity: 0;
    transform: translate(66px, -50%) skewX(-7deg);
  }

  to {
    opacity: 1;
    transform: translate(0, -50%) skewX(0deg);
  }
}

@keyframes fullLogoSet {
  to {
    opacity: 1;
  }
}

@keyframes introOverlayExit {
  to {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

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

  body.intro-active {
    overflow: auto;
  }

  body.intro-active .site-header,
  body.intro-active main,
  body.intro-active .site-footer {
    opacity: 1;
  }

  .brand-intro {
    display: none;
  }
}
