﻿:root {
  --navy: #08263d;
  --navy-2: #0c4b63;
  --gold: #f6b835;
  --orange: #ec6d2f;
  --aqua: #39b7d4;
  --coast: #0d6e82;
  --sea-glass: #eaf7f7;
  --ink: #122033;
  --muted: #5b6674;
  --paper: #fff9ef;
  --white: #ffffff;
  --line: rgba(7, 27, 52, 0.12);
  --shadow: 0 24px 70px rgba(7, 27, 52, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--navy);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 239, 0.76)),
    linear-gradient(180deg, rgba(255, 209, 126, 0.22), rgba(255, 255, 255, 0));
  border-bottom: 1px solid rgba(13, 110, 130, 0.18);
  box-shadow: 0 12px 34px rgba(7, 27, 52, 0.1);
  backdrop-filter: blur(16px);
}

.site-header.simple {
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-logo {
  width: 116px;
  height: 52px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
}

.brand small {
  color: rgba(8, 38, 61, 0.72);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(8, 38, 61, 0.86);
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.44);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(246, 184, 53, 0.65);
  border-radius: 6px;
  color: var(--gold);
  font-weight: 800;
  font-size: 14px;
}

.header-cta .mobile-label {
  display: none;
}

.mobile-review-cta {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--coast);
}

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

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

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 69, 84, 0.9) 0%, rgba(4, 69, 84, 0.64) 42%, rgba(255, 190, 92, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 218, 153, 0.22), rgba(7, 27, 52, 0.12));
}

.hero-inner {
  position: relative;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(56px, 9vw, 118px) 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--orange);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.16;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.1vw, 24px);
}

.hero-actions,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-weight: 900;
  text-align: center;
  box-shadow: none;
}

.stacked-button {
  flex-direction: column;
  gap: 2px;
  line-height: 1.05;
}

.stacked-button small {
  display: block;
  font-size: 0.76em;
  font-weight: 900;
  line-height: 1;
}

.button.primary {
  color: #16110b;
  background: linear-gradient(135deg, var(--gold), var(--orange));
}

.button.secondary {
  color: var(--white);
  border-color: rgba(141, 230, 238, 0.76);
  background: rgba(255, 255, 255, 0.14);
}

.button.light {
  color: var(--navy);
  background: var(--white);
}

.hero-proof {
  margin-top: 28px;
}

.hero-proof a,
.hero-proof span,
.intake-notes span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(4, 69, 84, 0.34);
  font-size: 13px;
  font-weight: 800;
}

.hero-proof a {
  text-decoration: none;
  border-color: transparent;
  background: linear-gradient(rgba(4, 69, 84, 0.52), rgba(4, 69, 84, 0.52)) padding-box,
    linear-gradient(135deg, var(--gold), var(--orange)) border-box;
}

.hero-proof a:hover,
.hero-proof a:focus-visible {
  color: #16110b;
  background: linear-gradient(135deg, var(--gold), var(--orange)) padding-box,
    linear-gradient(135deg, var(--gold), var(--orange)) border-box;
}

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

.ai-discovery {
  padding: clamp(28px, 4vw, 46px) 0;
  color: rgba(8, 38, 61, 0.88);
  background:
    linear-gradient(135deg, rgba(234, 247, 247, 0.96), rgba(255, 249, 239, 0.96)),
    linear-gradient(90deg, rgba(57, 183, 212, 0.14), rgba(246, 184, 53, 0.16));
  border-top: 1px solid rgba(13, 110, 130, 0.14);
  border-bottom: 1px solid rgba(13, 110, 130, 0.16);
}

.ai-discovery p {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.45;
}

.intro-band,
.pain-section,
.services-section,
.process-section,
.pricing-section {
  padding: clamp(66px, 8vw, 112px) 0;
}

.intro-band {
  background: var(--white);
}

.pain-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.28), rgba(255, 249, 239, 0.08)),
    url("assets/website-diagnostic-clean-1280.jpg") center / cover;
}

.pain-section .section-inner {
  position: relative;
  z-index: 1;
}

.pain-section .pain-grid article {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: 14px 16px 0 rgba(7, 27, 52, 0.14), 0 18px 42px rgba(7, 27, 52, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  animation: painCardGlow 6s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.pain-section .pain-grid article:nth-child(2) {
  animation-delay: 0.5s;
}

.pain-section .pain-grid article:nth-child(3) {
  animation-delay: 1s;
}

.pain-section .pain-grid article:nth-child(4) {
  animation-delay: 1.5s;
}

.pain-section .pain-grid article:hover {
  animation-play-state: paused;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 18px 22px 0 rgba(7, 27, 52, 0.18), 0 26px 58px rgba(7, 27, 52, 0.22);
  transform: translateY(-8px) scale(1.035);
}

.process-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.84), rgba(255, 249, 239, 0.5)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.process-section .section-inner {
  position: relative;
  z-index: 1;
}

.process-section .process-grid article {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: start;
}

.intro-copy p,
.section-heading p,
.service-list p,
.process-grid p,
.google-panel p,
.final-cta p,
.intake-copy p {
  color: var(--muted);
  font-size: 18px;
}

.intro-copy p:last-child,
.section-heading p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.pain-section .section-heading {
  max-width: 900px;
}

.pain-section .section-heading p:not(.eyebrow) {
  max-width: 860px;
  color: #38475a;
}

.section-heading.compact {
  max-width: 720px;
}

.soft-highlight {
  display: inline;
  padding: 2px 8px 4px;
  border-radius: 6px;
  color: var(--navy);
  background: linear-gradient(180deg, rgba(255, 238, 156, 0.28) 0%, rgba(246, 184, 53, 0.42) 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.pain-grid,
.service-list,
.process-grid {
  display: grid;
  gap: 18px;
}

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

.pain-reassurance {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 22px 26px;
  border-left: 5px solid var(--orange);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 14px 16px 0 rgba(7, 27, 52, 0.14), 0 18px 42px rgba(7, 27, 52, 0.16);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
}

.pain-grid article,
.service-list article,
.process-grid article,
.intake-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(7, 27, 52, 0.06);
}

.pain-grid article {
  min-height: 245px;
  padding: 24px;
}

.pain-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--orange);
  font-weight: 900;
}

.pain-grid p,
.service-list p,
.process-grid p {
  margin-bottom: 0;
}

.services-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.36), rgba(255, 249, 239, 0.12)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.services-section .section-inner {
  position: relative;
  z-index: 1;
}

.services-section .section-heading p:not(.eyebrow) {
  color: #38475a;
}

.services-section .service-list article {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: 14px 16px 0 rgba(7, 27, 52, 0.14), 0 18px 42px rgba(7, 27, 52, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  animation: painCardGlow 6s ease-in-out infinite;
  will-change: transform, box-shadow;
}

.services-section .service-list article:nth-child(2) {
  animation-delay: 0.5s;
}

.services-section .service-list article:nth-child(3) {
  animation-delay: 1s;
}

.services-section .service-list article:nth-child(4) {
  animation-delay: 1.5s;
}

.services-section .service-list article:hover {
  animation-play-state: paused;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 18px 22px 0 rgba(7, 27, 52, 0.18), 0 26px 58px rgba(7, 27, 52, 0.22);
  transform: translateY(-8px) scale(1.035);
}

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

.service-list article {
  padding: 30px;
}

.service-list h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check-icon {
  display: inline-grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--white);
  background: #18a957;
  font-size: 18px;
  line-height: 1;
}

.google-section {
  padding: clamp(46px, 7vw, 82px) 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 27, 52, 0.98), rgba(11, 46, 88, 0.96)),
    var(--navy);
}

.google-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.google-panel h2 {
  color: var(--white);
}

.google-panel p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

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

.process-grid article {
  padding: 26px;
}

.process-grid strong {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 20px;
}

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

.pricing-note {
  padding: 18px 20px;
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  color: var(--navy) !important;
  background: rgba(246, 184, 53, 0.16);
  font-weight: 800;
}

.final-cta {
  padding: clamp(70px, 8vw, 118px) 0;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(7, 27, 52, 0.95), rgba(7, 27, 52, 0.76)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.final-cta h2 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: var(--white);
}

.final-cta p {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.82);
}

.online-profiles {
  padding: clamp(40px, 5vw, 68px) 0;
  background: linear-gradient(180deg, #fff9ef, #eef8f8);
  border-top: 1px solid rgba(7, 27, 52, 0.08);
}

.online-profiles-heading {
  display: grid;
  gap: 10px;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.online-profiles-heading h2 {
  max-width: 840px;
  font-size: clamp(28px, 4vw, 48px);
}

.online-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  align-items: stretch;
}

.online-logo-card {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(7, 27, 52, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 8px 10px 0 rgba(7, 27, 52, 0.08), 0 18px 38px rgba(7, 27, 52, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.online-logo-card:hover,
.online-logo-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(246, 134, 43, 0.5);
  box-shadow: 10px 13px 0 rgba(246, 184, 53, 0.16), 0 24px 44px rgba(7, 27, 52, 0.14);
}

.online-logo-card img {
  width: auto;
  max-width: 100%;
  height: 58px;
  object-fit: contain;
}

.online-logo-card.palm-local img {
  height: 70px;
}

.site-footer {
  padding: clamp(42px, 6vw, 72px) 0 34px;
  color: rgba(255, 255, 255, 0.8);
  background:
    linear-gradient(135deg, rgba(4, 36, 54, 0.98), rgba(2, 64, 79, 0.98));
  border-top: 4px solid rgba(246, 184, 53, 0.8);
}

.mobile-call-now {
  display: none;
}

@keyframes painCardGlow {
  0%,
  100% {
    box-shadow: 14px 16px 0 rgba(7, 27, 52, 0.14), 0 18px 42px rgba(7, 27, 52, 0.16);
  }

  50% {
    box-shadow: 16px 19px 0 rgba(7, 27, 52, 0.18), 0 22px 48px rgba(7, 27, 52, 0.2);
  }
}

.footer-inner,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(160px, 0.75fr));
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.footer-inner strong {
  color: var(--white);
}

.footer-inner span {
  max-width: 860px;
  line-height: 1.55;
}

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

.footer-logo img {
  width: 180px;
  height: auto;
}

.footer-brand-block p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.footer-button {
  width: fit-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 6px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), var(--orange));
  font-weight: 900;
}

.footer-column {
  display: grid;
  gap: 12px;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 20px;
}

.footer-column a,
.footer-column span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.footer-column a:hover {
  color: var(--gold);
}

.footer-contact span {
  max-width: 260px;
}

.intake-hero {
  min-height: calc(100vh - 76px);
  padding: clamp(56px, 8vw, 96px) 0;
  background:
    linear-gradient(135deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.76)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.not-found {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: clamp(70px, 8vw, 118px) 0;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.9), rgba(255, 249, 239, 0.56)),
    url("assets/website-diagnostic-clean-1280.jpg") center / cover;
}

.not-found h1 {
  color: var(--navy);
}

.not-found p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 24px);
}

.legal-hero {
  padding: clamp(58px, 8vw, 104px) 0;
  background:
    linear-gradient(135deg, rgba(255, 249, 239, 0.94), rgba(234, 247, 247, 0.8)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.legal-hero h1 {
  max-width: 900px;
  color: var(--navy);
  font-size: clamp(42px, 6vw, 76px);
}

.legal-hero p:not(.eyebrow) {
  max-width: 820px;
  color: var(--slate);
  font-size: 20px;
  line-height: 1.65;
}

.legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.legal-menu a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(7, 27, 52, 0.18);
  border-radius: 6px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.legal-menu a:hover {
  border-color: rgba(246, 184, 53, 0.8);
  background: rgba(255, 255, 255, 0.92);
}

.legal-content {
  padding: clamp(56px, 8vw, 94px) 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(246, 184, 53, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(244, 248, 251, 0.98), rgba(255, 249, 239, 0.98));
}

.legal-layout {
  display: grid;
  gap: 24px;
}

.legal-card {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(7, 27, 52, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 12px 0 rgba(13, 110, 130, 0.08), 0 20px 46px rgba(7, 27, 52, 0.08);
  scroll-margin-top: 96px;
}

.legal-card h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
}

.legal-card p:not(.eyebrow) {
  max-width: 920px;
  color: var(--slate);
  line-height: 1.7;
}

.legal-bottom {
  padding: clamp(50px, 7vw, 86px) 0;
  background: var(--white);
}

.dark-button {
  color: var(--navy);
  border-color: rgba(7, 27, 52, 0.24);
  background: rgba(255, 255, 255, 0.68);
}

.new-site-hero {
  background:
    linear-gradient(135deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.74)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.report-hero {
  background:
    linear-gradient(135deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.76)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.video-hero {
  padding: clamp(42px, 6vw, 72px) 0;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.68)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.video-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 42px);
}

.video-intro h1 {
  max-width: none;
  color: var(--navy);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.video-intro p:not(.eyebrow) {
  max-width: 880px;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 21px);
}

.featured-video-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 430px);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(7, 27, 52, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 12px 0 rgba(7, 27, 52, 0.1), 0 18px 42px rgba(7, 27, 52, 0.14);
}

.video-copy {
  padding: clamp(20px, 3vw, 28px);
}

.video-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 42px);
}

.video-copy p:not(.eyebrow) {
  color: var(--muted);
}

.tiktok-frame {
  display: grid;
  justify-items: center;
  padding: 0 clamp(12px, 2vw, 22px) clamp(18px, 3vw, 26px);
}

.tiktok-direct-card {
  width: min(100%, 360px);
  min-height: 210px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 18% 16%, rgba(246, 184, 53, 0.34), transparent 28%),
    linear-gradient(135deg, var(--navy), #0d325e);
  box-shadow: inset 0 0 0 1px rgba(246, 184, 53, 0.14), 0 16px 34px rgba(7, 27, 52, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tiktok-direct-card:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 0 0 1px rgba(246, 184, 53, 0.28), 0 20px 42px rgba(7, 27, 52, 0.28);
}

.tiktok-direct-card strong {
  font-size: 22px;
}

.tiktok-direct-card small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.play-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding-left: 4px;
  border-radius: 50%;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), var(--orange));
  box-shadow: 0 12px 26px rgba(246, 184, 53, 0.28);
}

.video-topics {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--white);
}

.youtube-transcript-list {
  padding: clamp(54px, 7vw, 86px) 0;
  background: var(--white);
}

.youtube-transcript-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(7, 27, 52, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 12px 14px 0 rgba(7, 27, 52, 0.1), 0 20px 46px rgba(7, 27, 52, 0.12);
}

.youtube-transcript-actions {
  display: grid;
  gap: 12px;
}

.video-library {
  padding: clamp(58px, 8vw, 96px) 0;
  background: #f4f8fb;
}

.section-heading.compact {
  max-width: 820px;
  margin-bottom: 28px;
}

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

.video-library-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 430px);
  gap: clamp(20px, 4vw, 38px);
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(7, 27, 52, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 12px 14px 0 rgba(7, 27, 52, 0.1), 0 20px 46px rgba(7, 27, 52, 0.12);
}

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

.topic-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(7, 27, 52, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 12px 14px 0 rgba(7, 27, 52, 0.1), 0 18px 40px rgba(7, 27, 52, 0.12);
}

.topic-card h3 {
  margin: 14px 0 10px;
}

.topic-card p {
  color: var(--muted);
}

.video-cta {
  background:
    linear-gradient(135deg, rgba(4, 69, 84, 0.86), rgba(246, 184, 53, 0.3)),
    url("assets/website-diagnostic-clean-1280.jpg") center / cover;
}

.home-service-page-hero {
  min-height: clamp(560px, 78vh, 760px);
}

.home-service-page-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 69, 84, 0.88) 0%, rgba(4, 69, 84, 0.58) 48%, rgba(255, 190, 92, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 218, 153, 0.18), rgba(7, 27, 52, 0.1));
}

.home-service-page-hero h1 {
  max-width: 980px;
  font-size: clamp(40px, 6vw, 72px);
}

.home-service-types {
  padding: clamp(54px, 8vw, 96px) 0;
  background: #f4f8fb;
}

.professional-trust-section {
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.5), rgba(244, 248, 251, 0.5)),
    url("assets/professional-checklist-florida-1280.jpg") center / cover;
}

.professional-trust-section .section-heading {
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.78);
}

.professional-trust-section .trade-card {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
}

.professional-signal-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(246, 184, 53, 0.24), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(30, 154, 180, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(234, 247, 247, 0.96), rgba(255, 249, 239, 0.96));
}

.professional-signal-section::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(13, 110, 130, 0.13);
  border-radius: 12px;
}

.professional-signal-section .section-inner {
  position: relative;
  z-index: 1;
}

.professional-signal-section .trade-card {
  border-color: rgba(13, 110, 130, 0.16);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 10px 12px 0 rgba(13, 110, 130, 0.1), 0 20px 46px rgba(7, 27, 52, 0.1);
}

.trade-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
}

.trade-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(7, 27, 52, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 12px 14px 0 rgba(7, 27, 52, 0.1), 0 20px 46px rgba(7, 27, 52, 0.12);
}

.trade-card h2 {
  margin-bottom: 24px;
  font-size: clamp(28px, 3.2vw, 42px);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-weight: 900;
  font-size: clamp(17px, 1.7vw, 20px);
}

.home-service-cta {
  background:
    linear-gradient(135deg, rgba(4, 69, 84, 0.88), rgba(246, 184, 53, 0.28)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.bunnell-contractor-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 69, 84, 0.9) 0%, rgba(4, 69, 84, 0.58) 50%, rgba(255, 190, 92, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 218, 153, 0.2), rgba(7, 27, 52, 0.08));
}

.contractor-local-section {
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.58), rgba(244, 248, 251, 0.52)),
    url("assets/professional-checklist-florida-1280.jpg") center / cover;
}

.contractor-local-section .section-heading {
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.78);
}

.contractor-local-section .trade-card {
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(2px);
}

.bunnell-market-section {
  padding: clamp(58px, 8vw, 100px) 0;
  background:
    linear-gradient(135deg, rgba(255, 249, 239, 0.98), rgba(234, 247, 247, 0.94));
}

.bunnell-market-section .section-heading p:not(.eyebrow) {
  max-width: 920px;
}

.bunnell-market-section .trade-card {
  border-color: rgba(13, 110, 130, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 12px 0 rgba(13, 110, 130, 0.1), 0 20px 46px rgba(7, 27, 52, 0.1);
}

.contractor-signal-section {
  background:
    radial-gradient(circle at 14% 10%, rgba(246, 184, 53, 0.24), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(30, 154, 180, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(234, 247, 247, 0.96), rgba(255, 249, 239, 0.96));
}

.professional-cta {
  background:
    linear-gradient(135deg, rgba(4, 69, 84, 0.74), rgba(246, 184, 53, 0.2)),
    url("assets/websites-for-professionals-1280.jpg") center / cover;
}

.youtube-transcript-hero {
  padding: clamp(48px, 7vw, 86px) 0;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.7)),
    url("assets/home-service-florida-1280.jpg") center / cover;
}

.youtube-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.youtube-title-block h1 {
  max-width: none;
  color: var(--navy);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
}

.youtube-title-block h1 span {
  display: block;
}

.title-hashtag {
  display: block;
  margin-top: 8px;
  color: var(--orange);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.12;
  white-space: nowrap;
}

.youtube-title-block p:not(.eyebrow) {
  max-width: 860px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

.youtube-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.youtube-preview {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 12px 14px 0 rgba(7, 27, 52, 0.12), 0 22px 48px rgba(7, 27, 52, 0.18);
}

.youtube-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.88;
}

.youtube-preview .play-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.transcript-section {
  padding: clamp(54px, 8vw, 96px) 0;
  background: #f4f8fb;
}

.transcript-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
  gap: clamp(22px, 4vw, 40px);
  align-items: start;
}

.transcript-card,
.video-side-nav {
  border: 1px solid rgba(7, 27, 52, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 12px 14px 0 rgba(7, 27, 52, 0.1), 0 20px 46px rgba(7, 27, 52, 0.12);
}

.transcript-card {
  padding: clamp(24px, 4vw, 36px);
}

.transcript-card h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.transcript-note {
  padding: 16px 18px;
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  color: var(--navy);
  background: rgba(246, 184, 53, 0.16);
  font-weight: 800;
}

.transcript-body {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.transcript-label {
  margin-top: 34px;
}

.takeaway-box,
.faq-block,
.related-video-block,
.evaluation-cta {
  margin-top: 30px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(7, 27, 52, 0.1);
  border-radius: 8px;
  background: #fff;
}

.takeaway-box h3 {
  margin-bottom: 18px;
}

.faq-block details {
  border-top: 1px solid rgba(7, 27, 52, 0.1);
  padding: 16px 0;
}

.faq-block details:last-child {
  padding-bottom: 0;
}

.faq-block summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
}

.faq-block p,
.evaluation-cta p {
  color: var(--muted);
}

.related-video-block {
  display: grid;
  gap: 12px;
}

.related-video-block a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 27, 52, 0.14);
  border-radius: 6px;
  color: var(--navy);
  font-weight: 900;
}

.related-video-block a:hover {
  color: var(--white);
  background: var(--navy);
}

.evaluation-cta {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(4, 69, 84, 0.88), rgba(246, 184, 53, 0.28)),
    url("assets/website-diagnostic-clean-1280.jpg") center / cover;
}

.evaluation-cta h2 {
  color: var(--white);
}

.evaluation-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.video-side-nav {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.video-side-nav a,
.video-page-nav a,
.video-nav-disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(7, 27, 52, 0.14);
  border-radius: 6px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 900;
  text-align: center;
}

.video-side-nav a:hover,
.video-page-nav a:hover {
  color: var(--white);
  background: var(--navy);
}

.video-side-nav a:nth-child(1) {
  color: var(--white);
  background: #08263d;
  border-color: rgba(8, 38, 61, 0.92);
}

.video-side-nav a:nth-child(2) {
  color: var(--white);
  background: #0b3550;
  border-color: rgba(11, 53, 80, 0.92);
}

.video-side-nav a:nth-child(3) {
  color: var(--white);
  background: #0c4b63;
  border-color: rgba(12, 75, 99, 0.92);
}

.video-side-nav a:nth-child(4) {
  color: var(--white);
  background: #0d6e82;
  border-color: rgba(13, 110, 130, 0.92);
}

.video-side-nav a:hover {
  color: #16110b;
  border-color: rgba(236, 109, 47, 0.72);
  background: linear-gradient(135deg, var(--gold), var(--orange));
}

.video-page-nav {
  padding: 0 0 clamp(54px, 7vw, 82px);
  background: #f4f8fb;
}

.video-page-nav-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.video-page-nav a,
.video-nav-disabled {
  color: #16110b;
  border-color: rgba(236, 109, 47, 0.68);
  background: linear-gradient(135deg, var(--gold), var(--orange));
  box-shadow: 0 14px 34px rgba(7, 27, 52, 0.14);
}

.video-page-nav a:hover {
  color: #16110b;
  border-color: rgba(246, 184, 53, 0.9);
  background: linear-gradient(135deg, #ffd46a, #f37b32);
  transform: translateY(-1px);
}

.video-nav-disabled {
  opacity: 0.64;
}

.intake-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 520px);
  gap: clamp(30px, 5vw, 74px);
  align-items: start;
}

.intake-copy h1 {
  color: var(--navy);
  font-size: clamp(42px, 6vw, 78px);
}

.intake-copy .report-title {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.report-title span,
.report-title small {
  display: block;
}

.report-title small {
  margin-top: 8px;
  color: var(--navy-2);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.18;
}

.intake-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.intake-notes span {
  border-color: rgba(7, 27, 52, 0.15);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
}

.intake-form {
  padding: clamp(24px, 4vw, 34px);
}

.form-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.intake-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(7, 27, 52, 0.18);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfdff;
  font: inherit;
}

.intake-form textarea {
  resize: vertical;
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 69, 84, 0.9), rgba(4, 69, 84, 0.58)),
      linear-gradient(180deg, rgba(255, 218, 153, 0.16), rgba(7, 27, 52, 0.1));
  }

  .split,
  .google-panel,
  .intake-layout,
  .video-hero-grid,
  .featured-video-card,
  .video-library-card,
  .youtube-transcript-card,
  .youtube-hero-grid,
  .transcript-layout {
    grid-template-columns: 1fr;
  }

  .video-side-nav {
    position: static;
  }

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

  .video-topic-grid {
    grid-template-columns: 1fr;
  }

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

  .online-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    min-height: auto;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    display: none;
  }

  .brand-logo {
    width: 90px;
    height: 42px;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    max-width: 175px;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
  }

  .header-cta .desktop-label {
    display: none;
  }

  .header-cta .mobile-label {
    display: inline;
  }

  .mobile-review-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    max-width: 158px;
    padding: 0 12px;
    border: 1px solid rgba(246, 184, 53, 0.65);
    border-radius: 6px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.44);
    font-weight: 900;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
  }

  .hero {
    min-height: 720px;
  }

  .home-service-page-hero {
    min-height: 680px;
  }

  .home-service-page-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .professional-trust-section {
    background:
      linear-gradient(180deg, rgba(255, 249, 239, 0.54), rgba(244, 248, 251, 0.54)),
      url("assets/professional-checklist-florida-768.jpg") center / cover;
  }

  .contractor-local-section {
    background:
      linear-gradient(180deg, rgba(255, 249, 239, 0.58), rgba(244, 248, 251, 0.58)),
      url("assets/professional-checklist-florida-768.jpg") center / cover;
  }

  .hero-inner {
    width: min(100% - 28px, 1120px);
  }

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

  .button {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    padding: 0 18px;
  }

  .youtube-actions {
    width: 100%;
  }

  .youtube-actions .button {
    white-space: normal;
  }

  .youtube-title-block h1 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .title-hashtag {
    font-size: 18px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-proof span {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

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

  .hero-proof a,
  .hero-proof span {
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
  }

  .section-inner {
    width: min(100% - 28px, 1120px);
  }

  .online-profiles-heading h2 {
    font-size: 28px;
  }

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

  .online-logo-card {
    min-height: 104px;
    padding: 16px;
  }

  .online-logo-card img {
    height: 48px;
  }

  .online-logo-card.palm-local img {
    height: 58px;
  }

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

  .pain-grid article {
    min-height: auto;
  }

  .footer-inner,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-logo img {
    width: 150px;
  }

  .footer-button {
    width: 100%;
  }

  .pain-section {
    background:
      linear-gradient(90deg, rgba(255, 249, 239, 0.28), rgba(255, 249, 239, 0.08)),
      url("assets/website-diagnostic-clean-768.jpg") center / cover;
  }

  .services-section {
    background:
      linear-gradient(90deg, rgba(255, 249, 239, 0.36), rgba(255, 249, 239, 0.12)),
      url("assets/home-service-florida-768.jpg") center / cover;
  }

  .process-section {
    background:
      linear-gradient(90deg, rgba(255, 249, 239, 0.84), rgba(255, 249, 239, 0.5)),
      url("assets/home-service-florida-768.jpg") center / cover;
  }

  .final-cta {
    background:
      linear-gradient(135deg, rgba(4, 69, 84, 0.88), rgba(246, 184, 53, 0.28)),
      url("assets/home-service-florida-768.jpg") center / cover;
  }

  .intake-hero {
    background:
      linear-gradient(135deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.76)),
      url("assets/home-service-florida-768.jpg") center / cover;
  }

  .new-site-hero {
    background:
      linear-gradient(135deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.74)),
      url("assets/home-service-florida-768.jpg") center / cover;
  }

  .report-hero {
    background:
      linear-gradient(135deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.76)),
      url("assets/home-service-florida-768.jpg") center / cover;
  }

  .video-hero {
    background:
      linear-gradient(90deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.68)),
      url("assets/home-service-florida-768.jpg") center / cover;
  }

  .video-cta {
    background:
      linear-gradient(135deg, rgba(4, 69, 84, 0.88), rgba(246, 184, 53, 0.28)),
      url("assets/website-diagnostic-clean-768.jpg") center / cover;
  }

  .home-service-cta {
    background:
      linear-gradient(135deg, rgba(4, 69, 84, 0.88), rgba(246, 184, 53, 0.28)),
      url("assets/home-service-florida-768.jpg") center / cover;
  }

  .professional-cta {
    background:
      linear-gradient(135deg, rgba(4, 69, 84, 0.74), rgba(246, 184, 53, 0.2)),
      url("assets/websites-for-professionals-768.jpg") center / cover;
  }

  .youtube-transcript-hero {
    background:
      linear-gradient(90deg, rgba(255, 249, 239, 0.9), rgba(234, 247, 247, 0.7)),
      url("assets/home-service-florida-768.jpg") center / cover;
  }

  .video-page-nav-inner {
    flex-direction: column;
  }

  .not-found {
    background:
      linear-gradient(90deg, rgba(255, 249, 239, 0.9), rgba(255, 249, 239, 0.56)),
      url("assets/website-diagnostic-clean-768.jpg") center / cover;
  }

  .mobile-call-now {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    transform: none;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    color: #16110b;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    box-shadow: 0 16px 42px rgba(7, 27, 52, 0.28);
    font-weight: 900;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pain-section .pain-grid article {
    animation: none;
  }
}
