:root {
  --paper: #f7f5f0;
  --paper-2: #eeebe4;
  --ink: #080808;
  --soft-ink: #4b4a46;
  --muted: #807d75;
  --line: rgba(8, 8, 8, 0.12);
  --line-dark: rgba(255, 255, 255, 0.16);
  --black: #080808;
  --white: #ffffff;
  --red: #d9271e;
  --red-dark: #b71d15;
  --shadow: 0 28px 90px rgba(8, 8, 8, 0.16);
  --radius: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(8,8,8,.035) 1px, transparent 1px),
    linear-gradient(rgba(8,8,8,.03) 1px, transparent 1px),
    var(--paper);
  background-size: 88px 88px;
  line-height: 1.45;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  min-height: 76px;
  padding: 0 clamp(16px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 245, 240, 0.82);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-weight: 900;
  letter-spacing: .03em;
}

.brand img {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.2rem);
  color: var(--soft-ink);
  font-size: .9rem;
  font-weight: 800;
}

.desktop-nav a:hover,
.link-call:hover {
  color: var(--red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-weight: 900;
}

.link-call {
  color: var(--soft-ink);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

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

.mobile-menu {
  position: fixed;
  inset: 76px 0 auto;
  z-index: 45;
  display: none;
  padding: 12px 20px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(247,245,240,.98);
}

.mobile-menu a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 900;
}

body.menu-open .mobile-menu {
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 184px;
  padding: 0 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

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

.btn-small {
  min-height: 42px;
  font-size: .88rem;
}

.btn-red {
  background: var(--red);
  color: white;
  box-shadow: 0 18px 42px rgba(217,39,30,.26);
}

.btn-red:hover {
  background: var(--red-dark);
}

.btn-white {
  border-color: var(--line);
  background: rgba(255,255,255,.88);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  place-items: start center;
  padding: clamp(42px, 6vw, 68px) clamp(16px, 5vw, 72px) 42px;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(247,245,240,.98) 0%, rgba(247,245,240,.94) 30%, rgba(247,245,240,.48) 52%, rgba(247,245,240,.1) 68%, rgba(8,8,8,.34) 100%),
    radial-gradient(circle at 50% 22%, rgba(255,255,255,.86), transparent 28%);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--red);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: .72rem;
  font-size: clamp(3.05rem, 5.45vw, 5.7rem);
  line-height: .9;
  letter-spacing: -.055em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 5.2vw, 5.6rem);
  line-height: .88;
  letter-spacing: -.055em;
}

h3 {
  margin-bottom: .55rem;
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  line-height: .96;
  letter-spacing: -.035em;
}

h4 {
  margin: 0 0 .45rem;
  font-size: 1.05rem;
  line-height: 1.05;
}

.lead {
  max-width: 660px;
  color: var(--soft-ink);
  margin-inline: auto;
  font-size: clamp(.98rem, 1.18vw, 1.08rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 840px;
  padding: clamp(.75rem, 2vw, 1.15rem);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(247,245,240,.86), rgba(247,245,240,.62));
  box-shadow: 0 24px 90px rgba(247,245,240,.42);
  text-align: center;
}

.hero-actions {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin: 1rem 0 .9rem;
}

.trust-row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.trust-row span {
  padding: .62rem .75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.6);
  color: var(--soft-ink);
  font-size: .86rem;
  font-weight: 850;
}

.hero-frame {
  position: absolute;
  inset: 0;
  z-index: -2;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-frame img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 56%;
  border-radius: 0;
  filter: saturate(.56) contrast(1.04) brightness(1.05);
}

.hero-badge {
  position: absolute;
  left: clamp(16px, 5vw, 72px);
  bottom: 30px;
  width: min(320px, calc(100% - 56px));
  padding: 1rem;
  border: 1px solid var(--line-dark);
  border-color: rgba(8,8,8,.12);
  border-radius: 14px;
  background: rgba(247,245,240,.78);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.hero-badge span {
  display: block;
  margin-bottom: .45rem;
  color: var(--red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-badge strong {
  font-size: 1.15rem;
  line-height: 1.05;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  padding: 1.1rem clamp(16px, 5vw, 72px);
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(217,39,30,.12), transparent 38%),
    rgba(255,255,255,.5);
  color: var(--ink);
}

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

.review-shell {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 1rem;
  border: 0;
  background: transparent;
}

.review-shell article {
  min-height: 300px;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 22px 70px rgba(8,8,8,.07);
}

.review-lead {
  background:
    radial-gradient(circle at 85% 10%, rgba(217,39,30,.16), transparent 30%),
    white !important;
}

.review-shell span {
  color: var(--red);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.review-lead strong {
  display: block;
  margin: 2rem 0 1rem;
  color: #f5a900;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .9;
  letter-spacing: -.08em;
}

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

.review-lead a {
  display: inline-flex;
  margin-top: 1rem;
  min-height: 46px;
  align-items: center;
  padding: .8rem 1rem;
  border-radius: 999px;
  background: var(--black);
  color: white;
  font-weight: 900;
}

.review-points {
  display: grid;
  align-content: center;
}

.review-points h3 {
  max-width: 540px;
  margin-bottom: 1.2rem;
}

.review-points ul {
  display: grid;
  gap: .82rem;
  max-width: 720px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-points li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--soft-ink);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  font-weight: 750;
}

.review-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--red);
}

.proof-strip a {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  padding: 1.05rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.64)),
    var(--white);
  box-shadow: 0 24px 70px rgba(8,8,8,.08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.proof-strip a:hover {
  transform: translateY(-2px);
  border-color: rgba(217,39,30,.34);
  box-shadow: 0 30px 80px rgba(8,8,8,.11);
}

.proof-strip span {
  color: var(--red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.proof-strip strong {
  font-size: clamp(.98rem, 1.3vw, 1.15rem);
  line-height: 1;
}

.section {
  padding: clamp(72px, 11vw, 150px) clamp(16px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
}

.intro p:last-child,
.section-head p,
.request-copy p {
  color: var(--soft-ink);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.section-head {
  max-width: 880px;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-head.centered {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.work {
  background: var(--paper-2);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(360px, auto);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.work-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: end;
  background: var(--black);
  color: white;
}

.work-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.work-card.wide {
  grid-column: span 2;
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .84;
  filter: saturate(.82) contrast(1.08);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(8,8,8,.86));
}

.work-card div {
  position: relative;
  z-index: 1;
  padding: 1.1rem;
}

.work-card span,
.trust-flow span,
.special-offer span,
.pricing-direction span,
.add-on-rail span {
  color: #ff9a94;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.work-card p {
  max-width: 520px;
  color: rgba(255,255,255,.82);
}

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

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.faq-grid details {
  min-height: 230px;
  padding: 1rem;
  background: rgba(255,255,255,.72);
}

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

.trust-flow {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.trust-flow article {
  display: grid;
  grid-template-columns: 70px minmax(220px, .58fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: baseline;
  padding: clamp(1.1rem, 3vw, 2rem) 0;
  border-bottom: 1px solid var(--line);
}

.trust-flow h3 {
  margin: 0;
}

.trust-flow p {
  margin: 0;
  color: var(--soft-ink);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.pricing {
  background: var(--black);
  color: white;
}

.pricing .section-head p {
  color: rgba(255,255,255,.72);
}

.pricing-simple {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(300px, 1.08fr);
  gap: 1rem;
  align-items: stretch;
}

.special-offer {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 75% 12%, rgba(217,39,30,.42), transparent 34%),
    linear-gradient(145deg, #171717, #0b0b0b);
  box-shadow: 0 34px 110px rgba(0,0,0,.36);
}

.special-offer h3 {
  max-width: 520px;
  margin: .95rem 0 0;
  font-size: clamp(2.6rem, 6vw, 6rem);
}

.special-offer strong {
  display: block;
  margin: .1rem 0 .9rem;
  color: white;
  font-size: clamp(6rem, 18vw, 14rem);
  line-height: .8;
  letter-spacing: -.075em;
}

.special-offer p {
  max-width: 560px;
  color: rgba(255,255,255,.76);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.special-offer ul {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: .8rem 0 1.6rem;
  padding: 0;
  list-style: none;
}

.special-offer li {
  padding: .58rem .72rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

.special-offer .btn {
  margin-top: auto;
  width: min(360px, 100%);
}

.pricing-direction {
  display: grid;
  gap: 1rem;
}

.pricing-direction article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .72rem;
  min-height: 160px;
  padding: 1.15rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    #111;
}

.pricing-direction span {
  display: block;
}

.pricing-direction strong {
  color: white;
  font-size: clamp(2.9rem, 5vw, 4.7rem);
  line-height: .86;
  letter-spacing: -.06em;
  overflow-wrap: anywhere;
}

.pricing-direction p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 1rem;
}

.add-on-rail {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.055);
}

.add-on-rail span {
  display: block;
  margin-bottom: .8rem;
}

.add-on-rail ul {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.add-on-rail li {
  padding: .58rem .72rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.78);
  font-weight: 850;
}

.price-note-box {
  display: grid;
  grid-template-columns: minmax(190px, .35fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--line-dark);
  border-top: 0;
  background: #0d0d0d;
}

.price-note-box strong {
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: .95;
}

.price-note-box p {
  margin: 0;
  color: rgba(255,255,255,.72);
}

.price-note-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .8rem 1rem;
  border-radius: 999px;
  background: var(--red);
  color: white;
  font-weight: 900;
}

.request-section {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1.14fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  background:
    radial-gradient(circle at 10% 0%, rgba(217,39,30,.2), transparent 34%),
    radial-gradient(circle at 85% 22%, rgba(255,255,255,.08), transparent 30%),
    var(--black);
  color: white;
}

.request-section .section-head p,
.request-section .request-copy p {
  color: rgba(255,255,255,.7);
}

.contact-card {
  display: grid;
  gap: .35rem;
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  color: white;
}

.contact-card span {
  color: var(--red);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-card a {
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -.05em;
}

.contact-card small {
  color: rgba(255,255,255,.5);
}

.lead-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

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

.lead-form label {
  display: grid;
  gap: .4rem;
  color: var(--soft-ink);
  font-size: .9rem;
  font-weight: 850;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfaf7;
  color: var(--ink);
  padding: .86rem;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(217,39,30,.22);
  border-color: rgba(217,39,30,.45);
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .7rem !important;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: .15rem;
  accent-color: var(--red);
}

.legal-small {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

.legal-small a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
}

.form-status {
  min-height: 1.2rem;
  margin: 0;
  color: var(--red);
  font-size: .88rem;
  font-weight: 800;
}

.questions {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(238,235,228,.92)),
    var(--paper-2);
}

.questions::before {
  content: "";
  position: absolute;
  inset: 72px auto auto 50%;
  width: min(780px, 92vw);
  height: min(780px, 92vw);
  transform: translateX(-50%);
  border: 1px solid rgba(8,8,8,.08);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(8,8,8,.04) 1px, transparent 1px),
    linear-gradient(rgba(8,8,8,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .7;
  pointer-events: none;
}

.faq-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 980px;
  margin-inline: auto;
  gap: .7rem;
  border: 0;
  background: transparent;
}

.faq-grid details {
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(8,8,8,.12);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 20px 60px rgba(8,8,8,.06);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.faq-grid summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding: 1rem 1.1rem;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 900;
  list-style: none;
}

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

.faq-grid summary::after {
  content: "+";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--black);
  color: white;
  font-size: 1.25rem;
  line-height: 1;
}

.faq-grid details[open] {
  background: rgba(255,255,255,.9);
}

.faq-grid details[open] summary::after {
  content: "-";
  background: var(--red);
}

.faq-grid p {
  max-width: 760px;
  margin: -0.35rem 1.1rem 1.1rem;
  color: var(--soft-ink);
  font-size: 1rem;
}

.site-footer {
  padding: clamp(72px, 9vw, 120px) clamp(16px, 5vw, 72px) calc(80px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: #fbfaf7;
  color: var(--muted);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(220px, .55fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: start;
  max-width: 1280px;
  margin-inline: auto;
}

.footer-brand {
  display: grid;
  gap: .42rem;
}

.footer-kicker {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.7vw, 1.6rem);
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-brand strong {
  color: var(--red);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.footer-brand span,
.footer-brand a {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 750;
}

.footer-brand a:hover,
.footer-links a:hover {
  color: var(--ink);
}

.footer-brand details {
  max-width: 560px;
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.footer-brand summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
}

.footer-brand details p {
  margin: .8rem 0 0;
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 1.05rem;
  justify-items: end;
  text-align: right;
}

.footer-links a {
  color: var(--muted);
  font-size: clamp(.94rem, 1.4vw, 1.1rem);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-links a:nth-child(6) {
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1280px;
  margin: clamp(3rem, 7vw, 5rem) auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .85rem;
}

.mobile-cta {
  position: fixed;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(430px, calc(100% - 28px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247,245,240,.9);
  box-shadow: 0 24px 80px rgba(8,8,8,.2);
  transform: translateX(-50%);
  backdrop-filter: blur(20px);
}

.mobile-cta a {
  display: grid;
  place-items: center;
  min-height: 54px;
  border-right: 1px solid var(--line);
  font-weight: 900;
}

.mobile-cta a:nth-child(2) {
  background: var(--red);
  color: white;
}

.mobile-cta a:last-child {
  border-right: 0;
}

@media (max-width: 1060px) {
  .hero,
  .request-section {
    grid-template-columns: 1fr;
  }

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

  .pricing-simple,
  .price-note-box {
    grid-template-columns: 1fr;
  }

  .trust-flow article {
    grid-template-columns: 58px 1fr;
  }

  .trust-flow p {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 68px;
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
    background-size: 54px 54px;
  }

  .topbar {
    grid-template-columns: auto 1fr auto;
    min-height: 64px;
    padding: 0 16px;
  }

  .brand {
    gap: .62rem;
    font-size: .95rem;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

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

  .menu-button {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    box-shadow: 0 12px 34px rgba(8,8,8,.08);
  }

  .mobile-menu {
    inset: 64px 12px auto;
    padding: 8px 16px 18px;
    border: 1px solid var(--line);
    border-radius: 0 0 22px 22px;
    background: rgba(251,250,247,.97);
    box-shadow: 0 28px 90px rgba(8,8,8,.18);
  }

  .hero {
    min-height: auto;
    padding: 26px 16px 28px;
    place-items: start center;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(247,245,240,.99) 0%, rgba(247,245,240,.96) 40%, rgba(247,245,240,.52) 62%, rgba(8,8,8,.28) 100%),
      radial-gradient(circle at 50% 18%, rgba(255,255,255,.9), transparent 30%);
  }

  h1 {
    max-width: 350px;
    margin-inline: auto;
    font-size: clamp(2.35rem, 11.6vw, 3.35rem);
    line-height: .94;
    letter-spacing: -.052em;
  }

  h2 {
    font-size: clamp(2.25rem, 10vw, 3.55rem);
    line-height: .93;
    letter-spacing: -.05em;
  }

  h3 {
    font-size: clamp(1.35rem, 7vw, 2.15rem);
  }

  .eyebrow {
    margin-bottom: .72rem;
    font-size: .68rem;
    letter-spacing: .14em;
  }

  .hero-copy {
    width: 100%;
    padding: .7rem .15rem 0;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(247,245,240,.9), rgba(247,245,240,.66));
  }

  .lead {
    max-width: 350px;
    font-size: .95rem;
    line-height: 1.45;
  }

  .hero-frame img {
    min-height: 100%;
    object-position: center bottom;
    filter: saturate(.62) contrast(1.06) brightness(1.08);
  }

  .hero-actions .btn,
  .lead-form .btn {
    width: 100%;
  }

  .hero-actions {
    gap: .68rem;
    margin: .9rem 0 .9rem;
  }

  .hero-actions .btn {
    min-height: 52px;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .42rem;
    max-width: 360px;
    margin-inline: auto;
  }

  .trust-row span {
    display: grid;
    place-items: center;
    min-height: 42px;
    padding: .55rem .64rem;
    font-size: .76rem;
    text-align: center;
    white-space: nowrap;
  }

  .hero-badge {
    display: none;
  }

  .work-grid,
  .faq-grid,
  .form-grid,
  .review-shell {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    gap: .72rem;
    padding: .9rem 16px;
  }

  .proof-strip a {
    min-height: 78px;
    padding: .92rem 1rem;
    border-radius: 18px;
  }

  .section-head,
  .section-head.centered {
    margin-bottom: 1.55rem;
    text-align: left;
  }

  .section-head p,
  .request-copy p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .review-shell article {
    min-height: 0;
    padding: 1rem;
    border-radius: 18px;
  }

  .review-lead strong {
    margin: 1.25rem 0 .8rem;
    font-size: clamp(3.1rem, 16vw, 4.5rem);
  }

  .review-lead a {
    width: 100%;
    justify-content: center;
  }

  .review-points {
    align-content: start;
  }

  .review-points li {
    font-size: .98rem;
    line-height: 1.4;
  }

  .pricing-simple {
    grid-template-columns: 1fr;
  }

  .special-offer {
    min-height: 0;
    padding: 1rem;
    border-radius: 22px;
  }

  .special-offer h3 {
    margin-top: .72rem;
    font-size: clamp(2.25rem, 12vw, 3.9rem);
  }

  .special-offer strong {
    margin-bottom: .7rem;
    font-size: clamp(5.25rem, 28vw, 7.7rem);
  }

  .special-offer p {
    font-size: 1rem;
  }

  .special-offer ul {
    display: grid;
    gap: .48rem;
  }

  .special-offer li {
    border-radius: 14px;
  }

  .special-offer .btn {
    width: 100%;
  }

  .pricing-direction article {
    min-height: 0;
    padding: 1rem;
    border-radius: 18px;
  }

  .pricing-direction strong {
    font-size: clamp(2.55rem, 13vw, 4.1rem);
  }

  .add-on-rail {
    border-radius: 18px;
  }

  .add-on-rail ul {
    gap: .44rem;
  }

  .add-on-rail li {
    padding: .52rem .62rem;
    font-size: .86rem;
  }

  .price-note-box {
    gap: .85rem;
    padding: 1rem;
    border-radius: 18px;
  }

  .price-note-box a {
    width: 100%;
  }

  .faq-grid summary {
    align-items: flex-start;
    min-height: 64px;
    padding: .95rem 1rem;
    font-size: 1rem;
  }

  .faq-grid p {
    margin: -.2rem 1rem 1rem;
    font-size: .95rem;
  }

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

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-items: start;
    text-align: left;
  }

  .footer-bottom {
    display: grid;
  }

  .work-card.large,
  .work-card.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .work-card {
    min-height: 310px;
  }

  .work-card div {
    padding: 1rem;
  }

  .trust-flow article {
    grid-template-columns: 42px 1fr;
    gap: .8rem 1rem;
    padding: 1.05rem 0;
  }

  .trust-flow span {
    padding-top: .18rem;
  }

  .trust-flow h3 {
    font-size: clamp(1.28rem, 7vw, 1.9rem);
  }

  .trust-flow p {
    grid-column: 2;
    font-size: .98rem;
    line-height: 1.5;
  }

  .request-section {
    gap: 1.5rem;
  }

  .contact-card {
    border-radius: 18px;
  }

  .lead-form {
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0,0,0,.26);
  }

  .lead-form input,
  .lead-form select,
  .lead-form textarea {
    min-height: 50px;
    border-radius: 14px;
    font-size: 16px;
  }

  .legal-small {
    font-size: .72rem;
  }

  .section {
    padding: 64px 16px;
  }

  .mobile-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: auto;
    border-top: 1px solid var(--line);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    background: rgba(247,245,240,.94);
    box-shadow: 0 -18px 60px rgba(8,8,8,.16);
    transform: none;
    backdrop-filter: blur(20px);
  }

  .mobile-cta a {
    display: grid;
    place-items: center;
    min-height: 58px;
    border-right: 1px solid var(--line);
    font-weight: 900;
  }

  .mobile-cta a:nth-child(2) {
    background: var(--red);
    color: white;
  }
}

@media (max-width: 430px) {
  .topbar {
    padding: 0 14px;
  }

  .brand span {
    font-size: .9rem;
  }

  .hero {
    padding: 24px 12px 26px;
  }

  h1 {
    max-width: 330px;
    font-size: clamp(2.2rem, 11.2vw, 3.05rem);
  }

  .lead {
    max-width: 330px;
    font-size: .92rem;
  }

  .btn {
    min-width: 0;
  }

  .trust-row {
    max-width: 330px;
  }

  .trust-row span {
    font-size: .72rem;
    padding-inline: .45rem;
  }

  .proof-strip,
  .section {
    padding-inline: 14px;
  }

  .special-offer strong {
    font-size: clamp(4.7rem, 27vw, 6.6rem);
  }

  .pricing-direction strong {
    font-size: clamp(2.2rem, 12vw, 3.45rem);
  }

  .mobile-cta a {
    min-height: 56px;
    font-size: .95rem;
  }
}
