@font-face {
  font-family: "Ramillas";
  src: url("fonts/TT_Ramillas/TT_Ramillas_Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commons";
  src: url("fonts/TT_Commons_Pro/TT_Commons_Pro_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #171512;
  --coal: #24211c;
  --paper: #f8f5ee;
  --warm: #ede3d2;
  --line: #ded3c1;
  --muted: #6d655b;
  --rust: #b8432d;
  --rust-dark: #8e2f22;
  --teal: #0f6f74;
  --forest: #395a45;
  --gold: #c9924b;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(23, 21, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Commons", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.5;
}

body.nav-open,
body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(23, 21, 18, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.logo img {
  width: 210px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone-link {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  border-radius: 8px;
  padding: 10px;
}

.burger span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.1;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

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

.btn-primary {
  background: var(--rust);
  color: var(--white);
  border-color: var(--rust);
}

.btn-primary:hover {
  background: var(--rust-dark);
  border-color: var(--rust-dark);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-secondary {
  width: 100%;
  background: var(--coal);
  color: var(--white);
  border-color: var(--coal);
}

.btn-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 14px;
}

.btn-wide {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 9, 7, 0.88) 0%, rgba(10, 9, 7, 0.62) 44%, rgba(10, 9, 7, 0.18) 100%),
    linear-gradient(180deg, rgba(10, 9, 7, 0.28) 0%, rgba(10, 9, 7, 0.36) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 112px;
  max-width: 1180px;
}

.eyebrow,
.section-kicker,
.tag {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.hero h1,
.section h2,
.lead-strip h2,
.final-cta h2,
.modal-panel h2 {
  font-family: "Ramillas", Georgia, serif;
  font-weight: 300;
  line-height: 1.02;
  margin: 0;
}

.hero h1 {
  max-width: 720px;
  font-size: 68px;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.88);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-offer {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(780px, 100%);
  margin-top: 44px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.hero-proof div {
  min-height: 118px;
  padding: 22px;
  background: rgba(22, 19, 15, 0.52);
}

.hero-proof strong {
  display: block;
  margin-bottom: 5px;
  color: var(--white);
  font-size: 28px;
}

.hero-proof span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.lead-strip {
  background: var(--coal);
  color: var(--white);
  padding: 32px 0;
}

.lead-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 34px;
  align-items: center;
}

.lead-strip h2 {
  font-size: 34px;
}

.lead-strip p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form-inline {
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
}

.lead-form label,
.quiz label {
  display: grid;
  gap: 6px;
}

.lead-form label span,
.quiz label span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.lead-form input,
.lead-form textarea,
.quiz input,
.quiz textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  outline: none;
}

.lead-form textarea {
  min-height: 92px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus,
.quiz input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 146, 75, 0.2);
}

.consent {
  grid-column: 1 / -1;
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px !important;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.consent input {
  width: 16px;
  min-height: 16px;
  margin-top: 2px;
}

.consent a {
  color: inherit;
}

.section {
  padding: 92px 0;
  scroll-margin-top: 86px;
}

.lead-strip,
.final-cta {
  scroll-margin-top: 86px;
}

.section-head {
  max-width: 620px;
}

.section-head.centered {
  margin: 0 auto 42px;
  text-align: center;
}

.section-head.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 36px;
  max-width: none;
  align-items: end;
  margin-bottom: 42px;
}

.section h2,
.final-cta h2,
.modal-panel h2 {
  font-size: 48px;
}

.section-head p:not(.section-kicker),
.intro p,
.equipment-body p,
.project-body p,
.calc-copy p,
.timeline p,
.proof-copy p,
.faq p,
.final-cta p,
.modal-panel p {
  color: var(--muted);
}

.intro {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 58px;
  align-items: start;
}

.intro-copy {
  position: sticky;
  top: 106px;
}

.intro-visual {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.intro-visual-main {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--coal);
  box-shadow: var(--shadow);
}

.intro-visual-main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: opacity 0.2s ease, transform 0.35s ease;
}

.intro-visual-main.is-changing img {
  opacity: 0.3;
  transform: scale(1.02);
}

.intro-visual-main span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 28px);
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(23, 21, 18, 0.78);
  color: var(--white);
  font-size: 14px;
}

.intro-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.intro-thumb {
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: transparent;
}

.intro-thumb.active {
  border-color: var(--teal);
}

.intro-thumb img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.intro-thumb:hover img,
.intro-thumb:focus-visible img {
  transform: scale(1.06);
}

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

.value-item {
  min-height: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
  cursor: pointer;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.value-item:hover,
.value-item:focus-visible,
.value-item.active {
  border-color: rgba(15, 111, 116, 0.75);
  box-shadow: 0 14px 34px rgba(23, 21, 18, 0.12);
  transform: translateY(-2px);
}

.value-media {
  position: relative;
  overflow: hidden;
  background: var(--warm);
}

.value-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.value-item:hover .value-media img,
.value-item:focus-visible .value-media img,
.value-item.active .value-media img {
  transform: scale(1.05);
}

.value-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  min-width: 42px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(23, 21, 18, 0.78);
  color: var(--white);
  font-weight: 700;
}

.value-content {
  padding: 22px;
}

.value-icon {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.value-item h3,
.equipment-card h3,
.project-card h3,
.timeline h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
}

.value-item p,
.equipment-card p,
.project-card p,
.timeline p {
  margin: 0;
}

.equipment {
  background: #ffffff;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.equipment-card,
.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.equipment-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.equipment-body,
.project-body {
  padding: 24px;
}

.equipment-body span {
  display: inline-flex;
  margin-top: 18px;
  color: var(--rust);
  font-weight: 700;
}

.projects {
  background: var(--warm);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.project-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(23, 21, 18, 0.04);
}

.project-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.project-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.project-body p:not(.tag) {
  min-height: 78px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.price-row strong {
  white-space: nowrap;
}

.project-card .btn {
  margin-top: auto;
}

.project-offer {
  min-height: auto !important;
  margin: 4px 0 14px !important;
  color: var(--teal) !important;
  font-size: 14px;
  font-weight: 700;
}

.calculator {
  background: var(--coal);
  color: var(--white);
}

.calc-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
  gap: 44px;
  align-items: center;
}

.calc-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.calc-copy img {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-top: 28px;
  object-fit: cover;
  border-radius: 8px;
}

.quiz {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.quiz-group {
  margin-bottom: 24px;
}

.quiz-group p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.option-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.option {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.option.active {
  background: var(--teal);
  border-color: var(--teal);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.process {
  background: var(--paper);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.timeline article {
  min-height: 270px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.timeline article:last-child {
  border-right: 0;
}

.timeline span {
  display: block;
  margin-bottom: 50px;
  color: var(--rust);
  font-weight: 700;
}

.proof {
  background: #ffffff;
}

.proof-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: center;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.proof-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.proof-stats strong {
  display: block;
  color: var(--teal);
  font-size: 26px;
}

.proof-stats span {
  color: var(--muted);
  font-size: 14px;
}

.proof-gallery {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 16px;
  align-items: stretch;
}

.proof-gallery img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

.proof-gallery img:nth-child(2) {
  height: 420px;
  align-self: end;
}

.faq {
  background: var(--warm);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 48px;
}

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

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

summary {
  padding: 20px 24px;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

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

.final-cta {
  padding: 92px 0;
  background: var(--coal);
  color: var(--white);
}

.final-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.72fr);
  gap: 64px;
  align-items: start;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.contact-lines a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.final-form {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.footer {
  padding: 34px 0 42px;
  background: #15130f;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.footer-inner {
  display: grid;
  gap: 18px;
}

.footer img {
  width: 180px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.org {
  max-width: 900px;
}

.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.modal-panel {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 30px;
  border-radius: 8px;
  background: var(--coal);
  color: var(--white);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: transparent;
  color: var(--white);
  font-size: 28px;
  line-height: 1;
}

.modal-panel h2 {
  padding-right: 38px;
  font-size: 38px;
}

.success-message {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(15, 111, 116, 0.18);
  color: var(--white);
}

.mobile-sticky {
  display: none;
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 16px;
  }

  .phone-link {
    display: none;
  }

  .hero h1 {
    font-size: 58px;
  }

  .lead-strip-inner,
  .intro-grid,
  .calc-layout,
  .proof-grid,
  .faq-layout,
  .final-layout {
    grid-template-columns: 1fr;
  }

  .intro-copy {
    position: static;
  }

  .lead-form-inline {
    grid-template-columns: 1fr 1fr;
  }

  .lead-form-inline .btn {
    grid-column: 1 / -1;
  }

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

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

  .timeline article:nth-child(2) {
    border-right: 0;
  }

  .timeline article:nth-child(1),
  .timeline article:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
}

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

  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 66px;
  }

  .logo img {
    width: 170px;
  }

  .main-nav {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px 20px 26px;
    background: rgba(23, 21, 18, 0.96);
  }

  .nav-open .main-nav {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header-actions .btn {
    display: none;
  }

  .burger {
    display: block;
  }

  .hero {
    min-height: 720px;
    align-items: flex-end;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(10, 9, 7, 0.3) 0%, rgba(10, 9, 7, 0.92) 72%),
      linear-gradient(90deg, rgba(10, 9, 7, 0.24) 0%, rgba(10, 9, 7, 0.36) 100%);
  }

  .hero-media img {
    object-position: center top;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 34px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-cta {
    display: grid;
  }

  .hero-proof {
    grid-template-columns: 1.13fr 0.62fr 1.25fr;
    margin-top: 24px;
  }

  .hero-proof div {
    min-height: 92px;
    padding: 12px 8px;
  }

  .hero-proof strong {
    font-size: 18px;
    line-height: 1.08;
  }

  .hero-proof span {
    font-size: 12px;
    line-height: 1.25;
  }

  .lead-strip-inner {
    gap: 22px;
  }

  .lead-strip h2,
  .section h2,
  .final-cta h2 {
    font-size: 34px;
  }

  .section {
    padding: 64px 0;
  }

  .section-head.split {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lead-form-inline,
  .value-grid,
  .project-grid,
  .equipment-grid,
  .form-grid,
  .proof-stats,
  .proof-gallery {
    grid-template-columns: 1fr;
  }

  .project-body p:not(.tag) {
    min-height: auto;
  }

  .proof-gallery img,
  .proof-gallery img:nth-child(2) {
    height: auto;
    aspect-ratio: 4 / 3;
  }

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

  .timeline article,
  .timeline article:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .timeline article:last-child {
    border-bottom: 0;
  }

  .timeline span {
    margin-bottom: 24px;
  }

  .final-cta {
    padding: 64px 0 88px;
  }

  .mobile-sticky {
    position: fixed;
    z-index: 60;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--coal);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
  }

  .mobile-sticky a,
  .mobile-sticky button {
    min-height: 58px;
    border: 0;
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-sticky button {
    background: var(--rust);
  }
}

@media (max-width: 460px) {
  .hero {
    min-height: 680px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .btn {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .lead-strip h2,
  .section h2,
  .final-cta h2,
  .modal-panel h2 {
    font-size: 31px;
  }

  .equipment-body,
  .project-body,
  .quiz,
  .final-form,
  .modal-panel {
    padding: 20px;
  }

  .value-content {
    padding: 20px;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 370px) {
  .hero-proof div {
    min-height: 86px;
    padding: 10px 6px;
  }

  .hero-proof strong {
    font-size: 16px;
  }

  .hero-proof span {
    font-size: 11px;
  }
}
