:root {
  --ink: oklch(0.23 0.035 260);
  --muted: oklch(0.48 0.035 260);
  --line: oklch(0.91 0.025 250);
  --paper: oklch(1 0 0);
  --surface: oklch(0.975 0.014 230);
  --blue: oklch(0.56 0.21 255);
  --blue-deep: oklch(0.38 0.13 258);
  --cyan: oklch(0.91 0.045 230);
  --shadow: 0 8px 24px oklch(0.24 0.03 260 / 0.07);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.site-header {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 28px;
}
.brand {
  align-items: center;
  display: flex;
  gap: 10px;
  line-height: 1;
}
.brand strong {
  display: block;
  font:
    800 17px "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
}
.brand small {
  color: var(--muted);
  display: block;
  font-size: 7px;
  letter-spacing: 0.15em;
  margin-top: 5px;
  text-transform: uppercase;
}
.brand-mark {
  border: 2.5px solid var(--blue-deep);
  border-radius: 50%;
  display: block;
  height: 24px;
  position: relative;
  transform: rotate(-23deg);
  width: 32px;
}
.brand-mark:after {
  background: var(--paper);
  content: "";
  height: 12px;
  position: absolute;
  right: -5px;
  top: 2px;
  width: 10px;
}
.brand-mark span {
  border: 2px solid var(--blue-deep);
  border-radius: 50%;
  height: 7px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 7px;
}
.main-nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: 82px;
}
.main-nav a {
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  opacity: 0.78;
}
.main-nav a:hover {
  color: var(--blue);
  opacity: 1;
}
.button {
  align-items: center;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  display: inline-flex;
  font:
    700 13px "DM Sans",
    sans-serif;
  gap: 16px;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 18px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible,
.step-button:focus-visible,
.main-nav a:focus-visible,
.brand:focus-visible {
  outline: 3px solid oklch(0.72 0.17 255 / 0.45);
  outline-offset: 3px;
}
.button-primary {
  background: var(--blue);
  box-shadow: 0 5px 12px oklch(0.56 0.21 255 / 0.18);
  color: var(--paper);
}
.button-primary:hover {
  background: oklch(0.5 0.2 255);
}
.header-cta {
  min-width: 140px;
}
.hero {
  background: var(--surface);
  height: 460px;
  overflow: hidden;
}
.hero-inner {
  background: linear-gradient(
    105deg,
    var(--surface) 0%,
    oklch(0.98 0.015 230) 51%,
    oklch(0.95 0.035 230) 100%
  );
  display: grid;
  grid-template-columns: 560px 720px;
  height: 460px;
  left: 50%;
  margin: 0;
  max-width: none;
  overflow: hidden;
  position: relative;
  transform: translateX(-50%);
  width: 1280px;
}
.hero-copy {
  align-self: center;
  margin: 0 auto;
  max-width: 570px;
  padding: 62px 36px 55px;
  width: 100%;
}
.eyebrow,
.section-kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 18px;
}
.eyebrow {
  background: oklch(0.94 0.05 235);
  border-radius: 20px;
  display: inline-block;
  padding: 7px 13px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.04em;
}
h1 {
  font-size: clamp(34px, 3.65vw, 52px);
  line-height: 1.01;
  margin-bottom: 17px;
  max-width: 650px;
  text-wrap: balance;
}
h1 em {
  color: var(--blue);
  font-style: normal;
}
.hero-lead {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  max-width: 490px;
}
.trust-row {
  display: flex;
  gap: 18px;
  margin-top: 26px;
}
.trust-item {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}
.trust-icon {
  align-items: center;
  background: var(--paper);
  border-radius: 50%;
  box-shadow: 0 4px 10px oklch(0.24 0.03 260 / 0.08);
  color: var(--blue);
  display: flex;
  flex: 0 0 28px;
  font-size: 15px;
  height: 28px;
  justify-content: center;
}
.trust-item strong,
.trust-item small {
  display: block;
}
.trust-item strong {
  font-size: 9px;
  white-space: nowrap;
}
.trust-item small {
  color: var(--muted);
  font-size: 8px;
  margin-top: 3px;
  white-space: nowrap;
}
.hero-scene {
  background: linear-gradient(
    108deg,
    oklch(0.93 0.035 230),
    oklch(0.86 0.07 232)
  );
  min-height: 410px;
  overflow: hidden;
  position: relative;
}
.hero-scene:after {
  background: oklch(1 0 0 / 0.22);
  border-radius: 50%;
  content: "";
  height: 460px;
  position: absolute;
  right: -100px;
  top: -120px;
  width: 460px;
}
.scribble {
  color: var(--blue-deep);
  font:
    500 16px/1.3 "Manrope",
    sans-serif;
  letter-spacing: 0.03em;
  position: absolute;
  z-index: 2;
}
.scribble-top {
  right: 29%;
  top: 45px;
  transform: rotate(-5deg);
}
.scribble-top b {
  font-weight: 700;
}
.plant {
  bottom: 111px;
  left: 11%;
  position: absolute;
  width: 80px;
  z-index: 1;
}
.plant span {
  background: oklch(0.27 0.07 140);
  border-radius: 4px 4px 18px 18px;
  bottom: -22px;
  height: 60px;
  left: 26px;
  position: absolute;
  width: 32px;
}
.plant i {
  background: oklch(0.47 0.13 145);
  border-radius: 100% 0 100% 0;
  display: block;
  height: 48px;
  position: absolute;
  transform: rotate(32deg);
  width: 20px;
}
.plant i:nth-child(1) {
  left: 10px;
  top: -31px;
  transform: rotate(-30deg);
}
.plant i:nth-child(2) {
  left: 43px;
  top: -42px;
  transform: rotate(35deg);
}
.plant i:nth-child(3) {
  left: 52px;
  top: -6px;
  transform: rotate(70deg);
}
.laptop {
  bottom: 11px;
  left: 28%;
  position: absolute;
  transform: rotate(-1deg);
  width: 60%;
  z-index: 3;
}
.screen {
  background: linear-gradient(
    130deg,
    oklch(0.9 0.05 230),
    oklch(0.65 0.13 250)
  );
  border: 7px solid oklch(0.16 0.025 260);
  border-bottom-width: 10px;
  border-radius: 7px 7px 3px 3px;
  box-shadow: 0 12px 20px oklch(0.23 0.03 260 / 0.15);
  height: 144px;
  padding: 38px 0 0 42px;
  transform: perspective(400px) rotateX(-1deg);
}
.screen b {
  color: var(--blue-deep);
  display: block;
  font:
    600 13px/1.3 "Manrope",
    sans-serif;
  transform: rotate(-2deg);
}
.screen em {
  font-style: normal;
}
.screen span {
  border-bottom: 2px solid var(--blue);
  display: block;
  margin-top: 7px;
  transform: rotate(-3deg);
  width: 27px;
}
.keyboard {
  background: linear-gradient(
    100deg,
    oklch(0.57 0.06 250),
    oklch(0.88 0.04 250)
  );
  border-radius: 3px 3px 12px 12px;
  height: 20px;
  margin-left: -8%;
  transform: perspective(80px) rotateX(15deg);
  width: 116%;
}
.mug {
  background: oklch(0.94 0.025 230);
  border-radius: 3px 3px 13px 13px;
  bottom: 25px;
  color: var(--blue-deep);
  font-size: 8px;
  line-height: 1.25;
  padding: 10px 7px;
  position: absolute;
  right: 10%;
  transform: rotate(3deg);
  z-index: 4;
}
.mug:after {
  border: 3px solid oklch(0.94 0.025 230);
  border-left: 0;
  border-radius: 0 12px 12px 0;
  content: "";
  height: 14px;
  position: absolute;
  right: -7px;
  top: 10px;
  width: 8px;
}
.scene-notes {
  color: var(--blue-deep);
  display: flex;
  flex-direction: column;
  font-size: 8px;
  gap: 11px;
  position: absolute;
  right: 7%;
  top: 112px;
  z-index: 2;
}
.scene-notes span {
  color: var(--blue);
  font-size: 13px;
  margin-right: 5px;
}
.estimator-section {
  display: grid;
  gap: 35px;
  grid-template-columns: minmax(0, 1.25fr) 355px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 64px 28px 69px;
}
.estimator-intro h2 {
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.07;
  margin-bottom: 10px;
}
.estimator-intro h2 span {
  color: var(--blue);
}
.section-description {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 25px;
}
.equipment-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.equipment-card {
  border: 1px solid var(--line);
  border-radius: 11px;
  min-height: 190px;
  overflow: hidden;
  padding: 24px 22px 18px;
  position: relative;
  text-align: center;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}
.equipment-card:hover {
  border-color: oklch(0.78 0.13 250);
  transform: translateY(-2px);
}
.equipment-image {
  border-radius: 10px;
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.equipment-card::after {
  background: linear-gradient(
    180deg,
    oklch(1 0 0 / 0.94) 0%,
    oklch(1 0 0 / 0.84) 48%,
    oklch(1 0 0 / 0.6) 100%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.equipment-card h3 {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 4px;
  position: relative;
  z-index: 2;
}
.equipment-card p {
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}
.equipment-card p b {
  color: var(--ink);
}
.stepper {
  align-items: center;
  display: flex;
  gap: 7px;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.step-button,
.stepper output {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  display: flex;
  font: 700 19px "DM Sans";
  height: 34px;
  justify-content: center;
  width: 36px;
}
.step-button {
  cursor: pointer;
}
.step-button:hover {
  background: var(--cyan);
}
.stepper output {
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  width: 69px;
}
.proof-strip {
  display: flex;
  gap: 20px;
  margin-top: 31px;
}
.proof-strip > span {
  color: var(--blue);
  flex: 1;
  font: 800 20px "Manrope";
}
.proof-strip > span + span {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.proof-strip small {
  color: var(--muted);
  display: block;
  font: 400 10px "DM Sans";
  margin-top: 5px;
}
.estimate-card {
  align-self: start;
  background: linear-gradient(
    155deg,
    oklch(0.97 0.025 230),
    oklch(0.93 0.055 230)
  );
  border-radius: 11px;
  box-shadow: var(--shadow);
  margin-top: -2px;
  padding: 24px 20px 17px;
}
.estimate-heading {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.estimate-heading p {
  font: 800 16px "Manrope";
  margin: 0;
}
.pulse-dot {
  background: var(--blue);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}
.estimate-lines {
  border-bottom: 1px solid oklch(0.85 0.04 250);
  padding-bottom: 13px;
}
.estimate-line {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  line-height: 2;
}
.estimate-line span:last-child {
  font-weight: 700;
}
.estimate-total {
  padding-top: 11px;
}
.estimate-total > span {
  display: block;
  font-size: 11px;
}
.estimate-total strong {
  color: var(--blue);
  display: block;
  font: 800 43px/1.05 "Manrope";
  letter-spacing: -0.05em;
}
.estimate-total small {
  color: var(--blue-deep);
  font: 800 12px "DM Sans";
  letter-spacing: 0;
}
.estimate-note {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
  margin: 5px 0 18px;
}
.included {
  background: oklch(0.95 0.045 232);
  border-radius: 9px;
  display: grid;
  gap: 5px;
  padding: 12px 14px;
}
.included strong {
  font-size: 11px;
  margin-bottom: 2px;
}
.included span {
  font-size: 11px;
}
.included span::first-letter {
  color: var(--blue);
}
.full-button {
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}
.button-secondary {
  background: var(--paper);
  border: 1px solid oklch(0.67 0.16 255);
  color: var(--blue-deep);
}
.button-secondary:hover {
  background: var(--cyan);
}
.response-note {
  color: var(--muted);
  font-size: 9px;
  margin: 19px 0 0;
  text-align: center;
}
.promise {
  background: var(--surface);
  padding: 30px 28px 40px;
  text-align: center;
}
.promise h2 {
  font-size: 17px;
  margin-bottom: 26px;
}
.promise .section-kicker {
  margin-bottom: 8px;
}
.promise-grid {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 850px;
}
.promise-grid > div {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 14px;
  justify-content: center;
  text-align: left;
}
.promise-grid > div + div {
  border-left: 1px solid var(--line);
}
.promise-icon {
  align-items: center;
  background: oklch(0.93 0.055 230);
  border-radius: 50%;
  color: var(--blue);
  display: flex;
  font-size: 25px;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.promise-grid b,
.promise-grid small {
  display: block;
}
.promise-grid b {
  font-size: 13px;
}
.promise-grid small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
  margin-top: 3px;
}
footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  margin: auto;
  max-width: 1180px;
  padding: 25px 28px;
}
footer a {
  color: var(--blue);
  font-weight: 700;
}
.toast {
  background: var(--ink);
  border-radius: 8px;
  bottom: 20px;
  color: var(--paper);
  font-size: 12px;
  left: 50%;
  opacity: 0;
  padding: 12px 16px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 12px);
  transition:
    opacity 0.2s,
    transform 0.2s;
  z-index: 4;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .main-nav {
    gap: 15px;
    margin-right: 20px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 720px;
    padding-left: 28px;
  }
  .hero-scene {
    min-height: 330px;
  }
  .estimator-section {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
  }
}
@media (max-width: 640px) {
  .hero {
    height: auto;
  }
  .hero-inner {
    height: auto;
    left: auto;
    margin: 0;
    transform: none;
    width: 100%;
  }
  .site-header {
    height: 68px;
    padding: 0 18px;
  }
  .main-nav {
    display: none;
  }
  .header-cta {
    font-size: 11px;
    min-width: 0;
    padding: 0 11px;
  }
  .hero-copy {
    padding: 42px 20px 35px;
  }
  .hero-scene {
    min-height: 285px;
  }
  .scribble-top {
    font-size: 12px;
    right: 20%;
    top: 30px;
  }
  .scene-notes {
    right: 4%;
    top: 95px;
  }
  .laptop {
    left: 17%;
    width: 68%;
  }
  .screen {
    height: 110px;
    padding: 27px 0 0 26px;
  }
  .screen b {
    font-size: 10px;
  }
  .plant {
    bottom: 96px;
    left: 3%;
    transform: scale(0.75);
  }
  .mug {
    bottom: 18px;
    right: 7%;
    transform: scale(0.8) rotate(3deg);
  }
  .trust-row {
    flex-wrap: wrap;
    gap: 12px;
  }
  .trust-item {
    flex: 1 1 42%;
  }
  .trust-item strong,
  .trust-item small {
    white-space: normal;
  }
  .estimator-section {
    display: block;
    padding: 44px 20px 48px;
  }
  .estimate-card {
    margin-top: 35px;
  }
  .equipment-card {
    padding-left: 9px;
    padding-right: 9px;
  }
  .proof-strip {
    gap: 10px;
  }
  .proof-strip > span {
    font-size: 16px;
  }
  .proof-strip > span + span {
    padding-left: 10px;
  }
  .promise-grid {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .promise-grid > div {
    justify-content: flex-start;
  }
  .promise-grid > div + div {
    border-left: 0;
  }
  .promise {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 22px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  .equipment-card,
  .toast {
    transition: none;
  }
}

@media (max-width: 700px) {
  .scene-notes {
    font-size: 7px;
    right: 2%;
    z-index: 5;
  }
}
