:root {
  --ink: #171819;
  --ink-soft: #34383b;
  --paper: #f4f3ee;
  --sheet: #fffdf7;
  --line: #d8d5ca;
  --line-dark: #3b4142;
  --moss: #315f53;
  --moss-light: #d9e7df;
  --brick: #b54434;
  --brass: #b18335;
  --blue: #346176;
  --ash: #e7e5dc;
  --shadow: 0 24px 70px rgba(23, 24, 25, 0.14);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(23, 24, 25, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 24, 25, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  font-family: "Aptos", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.42;
  background-image:
    repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(23, 24, 25, 0.018) 4px),
    repeating-linear-gradient(90deg, transparent 0, transparent 5px, rgba(23, 24, 25, 0.016) 6px);
}

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

img,
svg {
  max-width: 100%;
}

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

button {
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 50;
  padding: 10px 14px;
  color: var(--sheet);
  background: var(--ink);
  border-radius: var(--radius);
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

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

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(23, 24, 25, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(23, 24, 25, 0.08);
}

.hero,
.section,
.brief {
  scroll-margin-top: 88px;
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(var(--container), calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-weight: 800;
}

.brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--sheet);
  background:
    linear-gradient(135deg, var(--brick), var(--brass));
  border: 2px solid var(--ink);
  border-radius: 6px;
  box-shadow: 4px 4px 0 var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
}

.brand__text {
  font-size: 20px;
}

.nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  background: rgba(255, 253, 247, 0.72);
  border: 1px solid rgba(23, 24, 25, 0.1);
  border-radius: var(--radius);
}

.nav__links a {
  min-height: 36px;
  padding: 7px 12px;
  color: var(--ink-soft);
  border-radius: 6px;
  font-size: 15px;
  transition: background 160ms ease, color 160ms ease;
}

.nav__links a:hover,
.nav__links a:focus-visible {
  color: var(--ink);
  background: var(--ash);
}

.nav__cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  color: var(--sheet);
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 var(--brass);
  font-size: 15px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.nav__cta:hover,
.nav__cta:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--brass);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 94px 0 58px;
  background:
    linear-gradient(135deg, rgba(49, 95, 83, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.74), rgba(244, 243, 238, 0.82));
  border-bottom: 1px solid var(--line);
}

.hero__texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(181, 68, 52, 0.08), transparent 25%, transparent 70%, rgba(52, 97, 118, 0.11)),
    repeating-linear-gradient(145deg, transparent 0, transparent 18px, rgba(23, 24, 25, 0.035) 19px);
  mix-blend-mode: multiply;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
  align-items: center;
  gap: 44px;
}

.hero__content {
  max-width: 770px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--brick);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 64px;
}

h2 {
  margin-bottom: 18px;
  font-size: 42px;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.18;
}

.hero__lead {
  max-width: 640px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 22px;
  line-height: 1.45;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.15;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button--primary {
  color: var(--sheet);
  background: var(--brick);
  box-shadow: 5px 5px 0 var(--ink);
}

.button--secondary {
  color: var(--ink);
  background: var(--sheet);
  border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 var(--moss);
}

.button:hover,
.button:focus-visible {
  transform: translate(-2px, -2px);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 7px 7px 0 var(--ink);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  box-shadow: 7px 7px 0 var(--moss);
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: min(780px, 100%);
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero__facts li {
  min-height: 150px;
  padding: 18px;
  background: rgba(255, 253, 247, 0.8);
  border: 1px solid rgba(23, 24, 25, 0.16);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 rgba(23, 24, 25, 0.08);
}

.hero__facts strong,
.hero__facts span {
  display: block;
}

.hero__facts strong {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.1;
}

.hero__facts span {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.38;
}

.hero__scene {
  position: absolute;
  top: 116px;
  right: max(24px, calc((100vw - var(--container)) / 2));
  z-index: 1;
  width: 520px;
  height: 468px;
  pointer-events: none;
  transform: translate3d(var(--scene-x, 0), var(--scene-y, 0), 0);
  transition: transform 300ms ease;
}

.scene__bench {
  position: relative;
  width: 100%;
  height: 100%;
}

.scene__bench::before {
  position: absolute;
  right: 16px;
  bottom: 24px;
  width: 430px;
  height: 270px;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.34), transparent 18%, transparent 82%, rgba(23, 24, 25, 0.08)),
    repeating-linear-gradient(90deg, rgba(23, 24, 25, 0.08) 0, rgba(23, 24, 25, 0.08) 1px, transparent 1px, transparent 36px),
    #c8b787;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 18px 22px 0 rgba(23, 24, 25, 0.12);
  transform: rotate(-4deg);
}

.scene__lamp {
  position: absolute;
  top: 8px;
  right: 128px;
  width: 180px;
  height: 180px;
  border-top: 12px solid var(--ink);
  border-right: 12px solid var(--ink);
  border-radius: 0 90px 0 0;
  transform: rotate(-14deg);
}

.scene__lamp::after {
  position: absolute;
  right: -48px;
  bottom: -40px;
  width: 86px;
  height: 54px;
  content: "";
  background: var(--brass);
  border: 2px solid var(--ink);
  border-radius: 50% 50% 8px 8px;
  box-shadow: 0 24px 70px rgba(177, 131, 53, 0.38);
  transform: rotate(18deg);
}

.scene__laptop {
  position: absolute;
  right: 74px;
  bottom: 110px;
  width: 300px;
  height: 205px;
  transform: rotate(-3deg);
}

.scene__screen {
  position: absolute;
  inset: 0 18px 32px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(217, 231, 223, 0.2), transparent),
    #202629;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 247, 0.1);
}

.scene__screen span {
  position: absolute;
  display: block;
  border-radius: 5px;
}

.scene__screen span:nth-child(1) {
  top: 22px;
  left: 22px;
  width: 76px;
  height: 18px;
  background: var(--brick);
}

.scene__screen span:nth-child(2) {
  top: 58px;
  left: 22px;
  width: 170px;
  height: 18px;
  background: var(--moss-light);
}

.scene__screen span:nth-child(3) {
  right: 22px;
  bottom: 28px;
  width: 82px;
  height: 62px;
  background: var(--blue);
}

.scene__screen span:nth-child(4) {
  left: 22px;
  bottom: 28px;
  width: 120px;
  height: 48px;
  border: 2px solid rgba(255, 253, 247, 0.7);
}

.scene__base {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 42px;
  background: #d7d7d0;
  border: 3px solid var(--ink);
  border-radius: 0 0 10px 10px;
  transform: perspective(120px) rotateX(15deg);
}

.scene__ticket {
  position: absolute;
  width: 112px;
  min-height: 132px;
  padding: 16px;
  background: var(--sheet);
  border: 2px solid var(--ink);
  border-radius: 6px;
  box-shadow: 7px 7px 0 rgba(23, 24, 25, 0.16);
}

.scene__ticket b {
  display: block;
  margin-bottom: 18px;
  color: var(--brick);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.scene__ticket span {
  display: block;
  height: 8px;
  margin: 10px 0;
  background: var(--line);
  border-radius: 4px;
}

.scene__ticket--one {
  left: 26px;
  bottom: 96px;
  transform: rotate(8deg);
}

.scene__ticket--two {
  right: 10px;
  bottom: 82px;
  background: #e7f0ea;
  transform: rotate(-10deg);
}

.scene__ticket--two b {
  color: var(--blue);
}

.scene__tool {
  position: absolute;
  border: 2px solid var(--ink);
}

.scene__tool--driver {
  left: 136px;
  bottom: 58px;
  width: 150px;
  height: 18px;
  background: var(--brick);
  border-radius: 10px;
  transform: rotate(-18deg);
}

.scene__tool--driver::after {
  position: absolute;
  right: -36px;
  top: 4px;
  width: 44px;
  height: 6px;
  content: "";
  background: #bfc7c8;
  border: 2px solid var(--ink);
  border-left: 0;
}

.scene__tool--ruler {
  right: 102px;
  bottom: 36px;
  width: 190px;
  height: 28px;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent 13px, rgba(23, 24, 25, 0.55) 14px),
    var(--brass);
  border-radius: 4px;
  transform: rotate(11deg);
}

.scene__timer {
  position: absolute;
  top: 164px;
  right: 18px;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  color: var(--sheet);
  background: var(--moss);
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 6px 7px 0 rgba(23, 24, 25, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 700;
}

.proof {
  position: relative;
  z-index: 3;
  padding: 0 0 72px;
  margin-top: -20px;
}

.proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.proof__item {
  min-height: 190px;
  padding: 28px;
  background: var(--sheet);
  border-right: 1px solid var(--line);
}

.proof__item:last-child {
  border-right: 0;
}

.proof__item span {
  display: block;
  margin-bottom: 26px;
  color: var(--brass);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
}

.proof__item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.16;
}

.proof__item p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.section {
  padding: 88px 0;
}

.section__heading {
  max-width: 790px;
  margin-bottom: 36px;
}

.section__heading p {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 20px;
}

.section__heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  max-width: var(--container);
  gap: 40px;
}

.section__heading--split p {
  margin-bottom: 18px;
}

.control {
  padding-top: 78px;
}

.control__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1fr);
  gap: 42px;
  align-items: start;
}

.control__heading {
  position: sticky;
  top: 104px;
  margin-bottom: 0;
}

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

.control__card {
  position: relative;
  min-height: 176px;
  padding: 24px 24px 24px 92px;
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(23, 24, 25, 0.06);
}

.control__card::before {
  position: absolute;
  top: 26px;
  left: 24px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--sheet);
  content: "";
  background: var(--moss);
  border-radius: 6px;
  box-shadow: 5px 5px 0 rgba(23, 24, 25, 0.12);
}

.control__card:nth-child(2)::before {
  background: var(--brick);
}

.control__card:nth-child(3)::before {
  background: var(--blue);
}

.control__card span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 12px;
  padding: 4px 8px;
  color: var(--ink);
  background: var(--ash);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
}

.control__card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

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

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

.issue {
  min-height: 268px;
  padding: 24px;
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(23, 24, 25, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.issue:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 24, 25, 0.34);
  box-shadow: 0 24px 54px rgba(23, 24, 25, 0.1);
}

.issue__icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
  place-items: center;
  color: var(--sheet);
  background: var(--ink);
  border-radius: 6px;
  font-weight: 900;
}

.issue:nth-child(2n) .issue__icon {
  background: var(--moss);
}

.issue:nth-child(3n) .issue__icon {
  background: var(--brick);
}

.issue p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.issues--focused .issue {
  min-height: 246px;
}

.issues--focused .issue__icon {
  margin-bottom: 34px;
}

.stack {
  padding: 46px 0;
  background: var(--ink);
  color: var(--sheet);
}

.stack__inner {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 34px;
  align-items: center;
}

.stack h2 {
  margin-bottom: 0;
  font-size: 34px;
}

.stack .eyebrow {
  color: #efc66d;
}

.stack__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.stack__chips span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 12px;
  color: var(--sheet);
  background: rgba(255, 253, 247, 0.08);
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: 6px;
  font-size: 15px;
}

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

.task-cloud {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  min-height: 0;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(217, 231, 223, 0.58), transparent 48%),
    var(--sheet);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 10px 10px 0 rgba(23, 24, 25, 0.12);
}

.task-cloud span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 10px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(23, 24, 25, 0.18);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.task-cloud span:nth-child(3n) {
  background: #e7f0ea;
}

.task-cloud span:nth-child(4n) {
  background: #f0e1d6;
}

.task-cloud span:nth-child(5n) {
  background: #efe4c7;
}

.start-card {
  padding: 28px;
  color: var(--sheet);
  background:
    linear-gradient(145deg, rgba(181, 68, 52, 0.16), transparent 48%),
    var(--moss);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 10px 10px 0 var(--ink);
}

.start-card .eyebrow {
  color: #efc66d;
}

.start-card h3 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.start-card p {
  color: rgba(255, 253, 247, 0.76);
}

.start-card ul {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.start-card li {
  position: relative;
  padding: 14px 0 14px 24px;
  border-top: 1px solid rgba(255, 253, 247, 0.22);
  color: rgba(255, 253, 247, 0.82);
}

.start-card li::before {
  position: absolute;
  top: 21px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: #efc66d;
  border-radius: 50%;
}

.section--dark {
  color: var(--sheet);
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 253, 247, 0.04) 1px, transparent 1px),
    #1f2424;
  background-size: 44px 44px;
}

.section--dark .eyebrow {
  color: #efc66d;
}

.section--dark .section__heading p {
  color: rgba(255, 253, 247, 0.72);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
}

.timeline__step {
  position: relative;
  min-height: 286px;
  padding: 24px;
  background: rgba(255, 253, 247, 0.055);
  border-right: 1px solid rgba(255, 253, 247, 0.18);
}

.timeline__step:last-child {
  border-right: 0;
}

.timeline__step::before {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 52px;
  content: "";
  background: var(--brick);
  border: 2px solid var(--sheet);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(181, 68, 52, 0.14);
}

.timeline__step:nth-child(2n)::before {
  background: var(--brass);
}

.timeline__step span {
  display: block;
  margin-bottom: 10px;
  color: #efc66d;
  font-size: 14px;
  font-weight: 900;
}

.timeline__step p {
  margin-bottom: 0;
  color: rgba(255, 253, 247, 0.74);
}

.experience {
  padding-top: 92px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.44), rgba(244, 243, 238, 0.12));
}

.experience__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: start;
}

.experience__lead p {
  max-width: 640px;
  color: var(--ink-soft);
  font-size: 20px;
}

.clients-note {
  margin-top: 54px;
  padding: 26px 0 0;
  border-top: 1px solid rgba(23, 24, 25, 0.16);
}

.clients-note p {
  margin-bottom: 16px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 900;
}

.clients-note ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.clients-note li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  color: rgba(52, 56, 59, 0.78);
  background: rgba(255, 253, 247, 0.54);
  border: 1px solid rgba(23, 24, 25, 0.1);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.18;
}

.clients-note li::before {
  width: 5px;
  height: 5px;
  margin-right: 8px;
  content: "";
  background: rgba(177, 131, 53, 0.72);
  border-radius: 50%;
}

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

.plan {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: var(--sheet);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(23, 24, 25, 0.08);
}

.plan--accent {
  color: var(--sheet);
  background: var(--moss);
  border-color: var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
}

.plan__badge {
  position: absolute;
  top: -14px;
  left: 20px;
  padding: 5px 10px;
  color: var(--ink);
  background: #efc66d;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
}

.plan__top p {
  color: var(--ink-soft);
}

.plan--accent .plan__top p {
  color: rgba(255, 253, 247, 0.72);
}

.plan__price {
  margin: 34px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.plan__price span {
  display: block;
  margin-top: 8px;
  font-family: "Aptos", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.plan ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.plan li {
  position: relative;
  padding: 13px 0 13px 22px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.35;
}

.plan--accent li {
  color: rgba(255, 253, 247, 0.76);
  border-top-color: rgba(255, 253, 247, 0.22);
}

.plan li::before {
  position: absolute;
  top: 19px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--brick);
  border-radius: 50%;
}

.plan--accent li::before {
  background: #efc66d;
}

.plan-help {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 20px;
  background: rgba(255, 253, 247, 0.72);
  border: 1px solid rgba(23, 24, 25, 0.16);
  border-radius: var(--radius);
}

.plan-help strong {
  font-size: 18px;
  line-height: 1.18;
}

.plan-help span {
  color: var(--ink-soft);
  line-height: 1.35;
}

.plan-help a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: var(--sheet);
  background: var(--ink);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
}

.brief {
  padding: 92px 0;
  color: var(--sheet);
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 253, 247, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 44px 44px;
}

.brief .eyebrow {
  color: #efc66d;
}

.brief__grid {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: 54px;
  align-items: start;
}

.brief__content p {
  max-width: 560px;
  color: rgba(255, 253, 247, 0.74);
  font-size: 20px;
}

.brief__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.brief__contacts a,
.brief__contacts span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: 6px;
}

.brief__contacts a {
  color: #efc66d;
  background: rgba(255, 253, 247, 0.06);
  font-weight: 900;
}

.brief__contacts span {
  color: rgba(255, 253, 247, 0.7);
}

.form {
  padding: 28px;
  color: var(--ink);
  background: var(--sheet);
  border: 2px solid var(--line-dark);
  border-radius: var(--radius);
  box-shadow: 10px 10px 0 var(--brick);
}

.form label {
  display: block;
  margin-bottom: 18px;
}

.form label span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 900;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  color: var(--ink);
  background: #fbfaf4;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form input,
.form select {
  min-height: 48px;
  padding: 11px 12px;
}

.form textarea {
  min-height: 142px;
  padding: 12px;
  resize: vertical;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  background: #fff;
  border-color: var(--moss);
  box-shadow: 0 0 0 4px rgba(49, 95, 83, 0.16);
}

.form__button {
  width: 100%;
  margin-top: 2px;
  cursor: pointer;
}

.form__status {
  min-height: 42px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.35;
}

.footer {
  padding: 34px 0;
  color: var(--sheet);
  background: #111314;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand--footer .brand__mark {
  box-shadow: none;
}

.footer p {
  margin: 0;
  color: rgba(255, 253, 247, 0.68);
}

:focus-visible {
  outline: 3px solid #efc66d;
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 36px;
  }

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

  .hero__content {
    max-width: 720px;
  }

  .hero__scene {
    right: -80px;
    width: 420px;
    height: 380px;
    opacity: 0.42;
  }

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

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

  .control__grid,
  .tasks__grid,
  .experience__grid {
    grid-template-columns: 1fr;
  }

  .control__heading {
    position: static;
  }

  .start-card {
    min-height: 0;
  }

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

  .timeline__step {
    min-height: 250px;
    border-bottom: 1px solid rgba(255, 253, 247, 0.18);
  }

  .timeline__step:nth-child(2n) {
    border-right: 0;
  }

  .timeline__step:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .container,
  .nav {
    width: min(100% - 32px, var(--container));
  }

  .nav {
    grid-template-columns: 1fr auto;
    min-height: 66px;
  }

  .nav__links {
    display: none;
  }

  .nav__cta {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
    font-size: 19px;
  }

  .brand__text {
    font-size: 18px;
  }

  .hero {
    min-height: 590px;
    padding: 64px 0 40px;
  }

  h1 {
    max-width: 600px;
    font-size: 40px;
  }

  h2 {
    font-size: 31px;
  }

  .hero__lead,
  .section__heading p,
  .brief__content p {
    font-size: 18px;
  }

  .hero__facts,
  .proof__grid,
  .stack__inner,
  .section__heading--split,
  .brief__grid {
    grid-template-columns: 1fr;
  }

  .hero__facts li {
    min-height: auto;
  }

  .hero__scene {
    top: 126px;
    right: -132px;
    width: 360px;
    height: 330px;
    opacity: 0.28;
  }

  .proof {
    padding-bottom: 46px;
    margin-top: 0;
  }

  .proof__grid {
    box-shadow: 0 16px 42px rgba(23, 24, 25, 0.12);
  }

  .proof__item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof__item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 64px 0;
  }

  .control {
    padding-top: 64px;
  }

  .control__card {
    min-height: 0;
    padding: 22px;
  }

  .control__card::before {
    position: static;
    margin-bottom: 18px;
  }

  .stack__chips {
    justify-content: flex-start;
  }

  .tasks__grid {
    gap: 14px;
  }

  .task-cloud {
    min-height: 0;
    padding: 20px;
    box-shadow: 6px 6px 0 rgba(23, 24, 25, 0.12);
  }

  .clients-note {
    margin-top: 12px;
  }

  .plan-help {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .plan-help a {
    width: 100%;
  }

  .footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .container,
  .nav {
    width: min(100% - 24px, var(--container));
  }

  .hero {
    min-height: 620px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

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

  .button {
    width: 100%;
  }

  .issues,
  .plans,
  .timeline {
    grid-template-columns: 1fr;
  }

  .issues.issues--focused {
    grid-template-columns: 1fr;
  }

  .issue,
  .plan {
    min-height: auto;
  }

  .task-cloud span {
    width: 100%;
  }

  .start-card {
    padding: 22px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .start-card h3 {
    font-size: 34px;
  }

  .timeline__step,
  .timeline__step:nth-child(2n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.18);
  }

  .timeline__step::before {
    margin-bottom: 34px;
  }

  .timeline__step:last-child {
    grid-column: auto;
  }

  .form {
    padding: 20px;
    box-shadow: 6px 6px 0 var(--brick);
  }
}

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