:root {
  --ink: #102238;
  --muted: #5b687a;
  --deep: #0b2d57;
  --blue: #0d3f78;
  --blue-soft: #e9f1fb;
  --gold: #ffb238;
  --gold-deep: #d88900;
  --paper: #ffffff;
  --cream: #f5f7fb;
  --line: rgba(13, 45, 87, 0.16);
  --radius: 6px;
  --shadow: 0 24px 80px rgba(11, 45, 87, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

p,
h1,
h2,
h3 {
  margin: 0;
  text-wrap: balance;
}

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

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--paper);
  border: 2px solid var(--blue);
  padding: 0.75rem 1rem;
}

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

.landing-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 84px;
  padding: 0 max(1rem, calc((100vw - 1220px) / 2));
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: clamp(210px, 24vw, 292px);
  height: auto;
  max-height: 66px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.text-link,
.quote-link,
.call-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: var(--radius);
  padding: 0.7rem 0.9rem;
  color: #33445d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-link,
.call-link {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
}

.quote-link {
  background: var(--blue);
  color: #fff;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100svh - 84px);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 72px;
  background:
    linear-gradient(100deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 35%, rgba(255,255,255,0.60) 58%, rgba(255,255,255,0.10) 100%),
    url('mowed-web.webp') center 62% / cover no-repeat;
}


.hero-grid {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.5rem);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1 {
  margin-top: 0.7rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 8.1vw, 8.8rem);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: 0;
}

.hero-text {
  max-width: 670px;
  margin-top: 1.35rem;
  color: #33445d;
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.9rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 36px rgba(13, 63, 120, 0.24);
}

.button-primary:hover {
  background: var(--deep);
}

.button-secondary {
  border-color: rgba(13, 63, 120, 0.22);
  background: rgba(255, 255, 255, 0.78);
  color: var(--blue);
}

.hero-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.4rem;
  color: var(--blue);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(13, 63, 120, 0.22);
  padding-bottom: 2px;
  transition: color 160ms ease;
}

.hero-phone:hover {
  color: var(--deep);
}

.label-optional {
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.72rem;
}

.photo-break {
  overflow: hidden;
  height: clamp(240px, 34vw, 480px);
}

.photo-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}

.promise-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 2rem;
}

.promise-strip span {
  border: 1px solid rgba(13, 63, 120, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.52rem 0.78rem;
  color: #33445d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quote-panel {
  scroll-margin-top: 128px;
  border: 1px solid rgba(13, 63, 120, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  padding: clamp(1rem, 2.2vw, 1.55rem);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.form-head h2 {
  margin-top: 0.35rem;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  line-height: 1;
}

.form-head p:not(.eyebrow) {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.93rem;
}

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

.field {
  display: grid;
  gap: 0.35rem;
}

.field.full {
  grid-column: 1 / -1;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label,
.field-label {
  color: #34455d;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(13, 63, 120, 0.18);
  border-radius: var(--radius);
  background: #f9fbfe;
  color: var(--ink);
  padding: 0.72rem 0.76rem;
  outline: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(13, 63, 120, 0.1);
}

.contact-preference {
  margin-top: 0.1rem;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.contact-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(13, 63, 120, 0.18);
  border-radius: var(--radius);
  background: #f9fbfe;
  color: #34455d;
  cursor: pointer;
  text-align: center;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.contact-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.contact-option span {
  position: relative;
  z-index: 1;
  padding: 0.55rem 0.48rem;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-option:has(input:checked) {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 63, 120, 0.16);
}

.contact-option:has(input:focus-visible) {
  box-shadow: 0 0 0 3px rgba(13, 63, 120, 0.14);
}

.error {
  display: none;
  color: #9f2f1c;
  font-size: 0.78rem;
  font-weight: 800;
}

.field.invalid .error {
  display: block;
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: #c7472a;
}

.form-button {
  width: 100%;
  margin-top: 0.9rem;
}

.form-status {
  display: none;
  margin-top: 0.8rem;
  border-radius: var(--radius);
  background: var(--blue-soft);
  padding: 0.75rem;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 800;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  background: #fff1ec;
  color: #9f2f1c;
}

.quote-panel.is-quote-attention {
  animation: quoteAttention 1200ms ease;
}

@keyframes quoteAttention {
  0%,
  100% {
    box-shadow: var(--shadow);
  }

  28% {
    box-shadow:
      0 0 0 4px rgba(255, 178, 56, 0.34),
      0 28px 86px rgba(11, 45, 87, 0.2);
  }
}

.section {
  padding: clamp(4.2rem, 8vw, 7rem) 0;
}

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

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.proof-copy h2,
.final-cta h2 {
  margin-top: 0.45rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 5.3rem);
  line-height: 0.92;
}

.section-heading p:not(.eyebrow),
.proof-copy p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 1.04rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 2rem;
}

.service-item {
  min-height: 210px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.46);
  padding: clamp(1.1rem, 2.5vw, 1.7rem);
  transition: background 180ms ease, transform 180ms ease;
}

.service-item:hover {
  background: #fff;
  transform: translateY(-2px);
}

.service-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 32px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-item h3 {
  margin-top: 1.4rem;
  font-size: 1.25rem;
  line-height: 1.08;
}

.service-item p {
  margin-top: 0.65rem;
  color: var(--muted);
}

.proof-section {
  background: var(--deep);
  color: #fff;
}

.proof-section .eyebrow {
  color: var(--gold);
}

.proof-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.73);
}

.proof-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.proof-list {
  display: grid;
  gap: 1rem;
}

.proof-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 0 1rem;
}

.proof-item span {
  color: var(--gold);
  font-weight: 900;
}

.proof-item h3 {
  font-size: 1.32rem;
}

.proof-item p {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
}

.plans-section {
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.plan-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.plan-block {
  background: #fff;
  padding: clamp(1.3rem, 3vw, 2.2rem);
}

.plan-featured {
  background: linear-gradient(135deg, #fff, #fff8eb);
}

.plan-label {
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan-block h3 {
  margin-top: 0.65rem;
  font-size: clamp(1.6rem, 3vw, 2.55rem);
  line-height: 0.98;
}

.plan-block strong {
  display: block;
  margin-top: 1rem;
  color: var(--blue);
  font-size: 1.15rem;
}

.plan-block ul {
  display: grid;
  gap: 0.62rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.plan-block li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--muted);
}

.plan-block li::before {
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.text-button {
  display: inline-flex;
  margin-top: 1.4rem;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-button::after {
  margin-left: 0.45rem;
  content: "->";
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 2rem 0 0;
  padding: 0;
  background: var(--line);
  border: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  min-height: 230px;
  background: #fff;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.process-list h3 {
  margin-top: 1.45rem;
  font-size: 1.35rem;
}

.process-list p {
  margin-top: 0.55rem;
  color: var(--muted);
}

.shared-photo-bg {
  position: relative;
  background: url('firepit-seating.webp') center / cover no-repeat;
  background-attachment: fixed;
}

.shared-photo-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 45, 87, 0.84) 0%, rgba(11, 45, 87, 0.94) 100%);
  pointer-events: none;
}

.shared-photo-bg > * {
  position: relative;
  z-index: 1;
}

.shared-photo-bg .section-heading h2 {
  color: #fff;
}

.shared-photo-bg .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.shared-photo-bg .process-list li {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.shared-photo-bg .process-list h3 {
  color: #fff;
}

.shared-photo-bg .process-list p {
  color: rgba(255, 255, 255, 0.68);
}

.final-cta {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: transparent;
  color: #fff;
}

.final-inner {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
}

.final-cta .eyebrow {
  color: var(--gold);
}

.final-cta p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
}

.final-cta .button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.landing-footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.landing-footer a {
  color: var(--blue);
  font-weight: 800;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 981px) and (max-width: 1180px) {
  .hero-grid {
    gap: 1.8rem;
    grid-template-columns: minmax(0, 1fr) minmax(372px, 0.88fr);
  }

  .quote-panel {
    scroll-margin-top: 154px;
    padding: 1rem;
  }

  .form-head h2 {
    font-size: 1.72rem;
  }

  .form-head p:not(.eyebrow) {
    margin-top: 0.35rem;
    font-size: 0.86rem;
  }

  .form-grid {
    gap: 0.52rem;
    margin-top: 0.72rem;
  }

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

  .field {
    gap: 0.24rem;
  }

  label {
    font-size: 0.68rem;
  }

  input,
  select,
  textarea {
    min-height: 39px;
    padding: 0.56rem 0.62rem;
  }

  textarea {
    min-height: 70px;
  }

  .form-button {
    margin-top: 0.7rem;
  }
}

@media (max-width: 980px) {
  .landing-header {
    min-height: 78px;
  }

  .text-link {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: clamp(1.5rem, 4vw, 2.5rem);
  }

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

  .hero-copy {
    max-width: 820px;
  }

  .quote-panel {
    max-width: 760px;
  }

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

  .process-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .landing-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.8rem 1rem 0;
  }

  .brand img {
    width: min(235px, 74vw);
  }

  .header-actions {
    width: 100%;
  }

  .quote-link,
  .call-link {
    flex: 1;
  }

  .hero {
    padding-bottom: 48px;
  }

  h1 {
    font-size: clamp(3.2rem, 18vw, 5.2rem);
  }

  .hero-actions,
  .promise-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button,
  .promise-strip span {
    width: 100%;
  }

  .form-grid,
  .service-grid,
  .plan-layout {
    grid-template-columns: 1fr;
  }

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

  .quote-panel {
    padding: 1rem;
  }

  .service-item,
  .process-list li {
    min-height: auto;
  }

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

/* ── Meet Keith ──────────────────────────── */

.meet-section {
  background: var(--cream);
}

.meet-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.meet-photo {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.meet-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.meet-copy h2 {
  margin-top: 0.45rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4.5vw, 4.6rem);
  line-height: 0.92;
}

.meet-copy p {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 560px;
}

.meet-copy .button {
  margin-top: 1.8rem;
}

@media (max-width: 980px) {
  .meet-grid {
    grid-template-columns: 1fr;
  }

  .meet-photo {
    max-width: 420px;
  }
}

/* ── Urgency bar ─────────────────────────── */

.urgency-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.62rem 1rem;
  background: var(--deep);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.urgency-bar p {
  margin: 0;
}

.urgency-bar a {
  color: var(--gold);
  font-weight: 900;
}

.urgency-close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
  transition: background 160ms ease;
}

.urgency-close:hover {
  background: rgba(255, 255, 255, 0.24);
}

.urgency-bar[hidden] {
  display: none;
}

/* ── Hero rating ─────────────────────────── */

.hero-rating {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.4rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #33445d;
}

.hero-stars {
  color: var(--gold-deep);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

/* ── Step bar ─────────────────────────────── */

.step-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.step-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(13, 63, 120, 0.18);
  flex-shrink: 0;
  transition: background 240ms ease, width 240ms ease;
}

.step-dot.is-active {
  background: var(--blue);
  width: 24px;
}

.step-connector {
  flex: 1;
  max-width: 44px;
  height: 2px;
  background: rgba(13, 63, 120, 0.14);
}

.step-label {
  margin-left: auto;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── Multi-step form ─────────────────────── */

.form-step {
  margin-top: 0.9rem;
}

.step-nav {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  margin-top: 0.9rem;
}

/* ── Testimonials ─────────────────────────── */

.rating-strip {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.55rem;
}

.rating-stars {
  color: var(--gold-deep);
  font-size: 1.18rem;
  letter-spacing: 0.04em;
}

.rating-label {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  transition: background 180ms ease;
}

.testimonial-card:hover {
  background: #fafcff;
}

.testimonial-quote {
  flex: 1;
  margin: 0;
  font-size: 1rem;
  line-height: 1.64;
  color: var(--ink);
  font-style: italic;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.testimonial-stars {
  color: var(--gold-deep);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.testimonial-meta strong {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--ink);
}

.testimonial-service {
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── Sticky mobile CTA ───────────────────── */

.sticky-cta {
  display: none;
  transition: transform 240ms ease;
}

.sticky-cta.is-hidden {
  transform: translateY(100%);
  pointer-events: none;
}

@media (max-width: 980px) {
  .sticky-cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    gap: 1px;
    background: var(--line);
    border-top: 1px solid rgba(13, 63, 120, 0.18);
    box-shadow: 0 -6px 24px rgba(11, 45, 87, 0.14);
  }

  .sticky-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 1rem;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    min-height: 56px;
  }

  .sticky-call {
    background: #fff;
    color: var(--blue);
  }

  .sticky-text {
    background: #fff8eb;
    color: var(--deep);
  }

  .sticky-quote {
    background: var(--blue);
    color: #fff;
  }

  body {
    padding-bottom: 56px;
  }
}

/* ── Responsive additions ─────────────────── */

@media (max-width: 980px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .urgency-bar {
    font-size: 0.78rem;
  }

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

/* ── Reduced motion ───────────────────────── */

@media (max-width: 420px) {
  .sticky-btn {
    gap: 0.3rem;
    padding: 0.82rem 0.45rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }
}

@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;
  }

  .js .reveal,
  .reveal {
    opacity: 1;
    transform: none;
  }
}
