/* ── Self-hosted DM Sans ── */
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/dm-sans-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/dm-sans-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/dm-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/dm-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/dm-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/dm-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/dm-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/dm-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── Design tokens (Happy Hues Palette #5) ── */
:root {
  --color-bg:         #f2f7f5;   /* light mint */
  --color-headline:   #00473e;   /* deep teal */
  --color-body:       #475d5b;   /* muted teal */
  --color-stroke:     #00332c;   /* darkest teal */
  --color-cta:        #faae2b;   /* warm amber */
  --color-pink:       #ffa8ba;   /* soft pink */
  --color-muted-pink: #d8779a;
  --color-coral:      #fa5246;   /* coral red */
  --color-white:      #fffffe;   /* near white */
  --color-panel:      rgba(255, 255, 254, 0.82);
  --color-border:     rgba(0, 71, 62, 0.12);
  --shadow-soft:      0 18px 40px rgba(0, 71, 62, 0.08);
  --shadow-card:      0 14px 28px rgba(0, 71, 62, 0.06);
}

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, var(--color-bg) 0%, transparent 32%),
    radial-gradient(circle at 20% 50%, rgba(250, 174, 43, 0.16), transparent 34%),
    radial-gradient(circle at 80% 44%, rgba(255, 168, 186, 0.16), transparent 28%),
    var(--color-bg);
  color: var(--color-body);
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI',
               Roboto, 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100dvh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ══════════════════════════════════════════
   CONTAINER
   sm:  100% / 20px gutters
   md:  720px  / 32px gutters
   lg:  1200px / 48px gutters
   xl:  1600px / 64px gutters
══════════════════════════════════════════ */
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px)  { .container { max-width: 720px;  padding: 0 32px; } }
@media (min-width: 1280px) { .container { max-width: 1200px; padding: 0 48px; } }
@media (min-width: 1920px) { .container { max-width: 1600px; padding: 0 64px; } }

/* ══════════════════════════════════════════
   PAGE LAYOUT
══════════════════════════════════════════ */
.page {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px)  { .page { padding-top: 40px;  padding-bottom: 40px; } }
@media (min-width: 1280px) { .page { padding-top: 40px;  padding-bottom: 56px; } }
@media (min-width: 1920px) { .page { padding-top: 56px;  padding-bottom: 72px; } }

/* ══════════════════════════════════════════
   LOGO
   Height-based — never grows out of control
   sm: 32px  md: 40px  lg: 48px  xl: 56px
══════════════════════════════════════════ */
.logo {
  height: 64px;
  width: auto;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px)  { .logo { height: 72px;  margin-bottom: 18px; } }
@media (min-width: 1280px) { .logo { height: 80px;  margin-bottom: 18px; } }
@media (min-width: 1920px) { .logo { height: 88px;  margin-bottom: 24px; } }

/* ══════════════════════════════════════════
   HERO IMAGE
   Transparent PNG — width-based, height auto
   sm: 100vw  md: 100%  lg/xl: capped
══════════════════════════════════════════ */
.hero-image-wrap {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px)  { .hero-image-wrap { margin-bottom: 24px; } }
@media (min-width: 1280px) { .hero-image-wrap { margin-bottom: 24px; } }
@media (min-width: 1920px) { .hero-image-wrap { margin-bottom: 28px; } }

/* Image lives outside .container — sized freely with vw */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0 auto;
  opacity: 0;
  animation: fadeInDown 0.8s ease-out 0s forwards;
}
@media (min-width: 768px)  { .hero-image { width: 56vw; } }
@media (min-width: 1280px) { .hero-image { width: 42vw; } }
@media (min-width: 1920px) { .hero-image { width: 38vw; } }

/* Short screens (iPhone SE, 16e) — extra compression for CTA above fold */
@media (max-height: 700px) and (max-width: 430px) {
  .page { padding-top: 16px; }
  .logo { height: 48px; margin-bottom: 10px; }
  .hero-image-wrap { margin-bottom: 12px; }
  .hero-image { width: 72vw; }
  .headline { font-size: 1.8rem; margin-bottom: 0.5rem; }
  .subheadline { font-size: 1.1rem; margin-bottom: 0.75rem; }
  .btn-primary { font-size: 22px; padding: 16px 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .logo, .hero-image, .btn-primary, .headline, .subheadline {
    animation: none;
    opacity: 1;
  }
}

/* ══════════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════════ */
.headline {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-headline);
  margin-top: 0;
  margin-bottom: 1rem;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: fadeInDown 0.8s ease-out 0s forwards;
}
@media (min-width: 768px)  { .headline { max-width: 600px; } }
@media (min-width: 1280px) { .headline { max-width: 800px; } }
@media (min-width: 1920px) { .headline { max-width: 1000px; } }

.subheadline {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-body);
  margin-top: 0;
  margin-bottom: 1.5rem;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: fadeInDown 0.8s ease-out 0s forwards;
}
@media (min-width: 768px)  { .subheadline { max-width: 600px; } }
@media (min-width: 1280px) { .subheadline { max-width: 800px; } }
@media (min-width: 1920px) { .subheadline { max-width: 1000px; } }

.hero-copy {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--color-body);
  max-width: 760px;
  margin: 0 auto 1.5rem;
}

/* ══════════════════════════════════════════
   CTA BUTTON
   sm: full-width, 15px
   md+: auto width, scales up
══════════════════════════════════════════ */
.btn-primary {
  display: inline-block;
  background-color: var(--color-cta);
  color: var(--color-headline);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding: 23px 47px;
  border-radius: 999px;
  width: auto;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: filter 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
  opacity: 0;
  animation: fadeInDown 0.8s ease-out 0s forwards;
}
@media (min-width: 768px) {
  .btn-primary { font-size: 30px; padding: 26px 60px; }
}
@media (min-width: 1280px) {
  .btn-primary { font-size: 27px; padding: 24px 60px; }
}
@media (min-width: 1920px) {
  .btn-primary { font-size: 30px; padding: 27px 72px; }
}

.btn-primary:hover,
.btn-primary:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 51, 44, 0.25);
  outline: none;
}

.hero-image:hover {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' style='font-size:24px'><text y='20'>🖼️</text></svg>") 16 0, auto;
}

.btn-primary:active {
  filter: brightness(0.96);
  transform: translateY(0);
  box-shadow: none;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--color-headline);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 16px 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 1.5px solid rgba(0, 71, 62, 0.18);
  transition: border-color 0.18s ease, transform 0.12s ease, background-color 0.18s ease;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background-color: rgba(255, 255, 254, 0.7);
  border-color: rgba(0, 71, 62, 0.34);
  transform: translateY(-2px);
  outline: none;
}

/* ══════════════════════════════════════════
   FEATURES
══════════════════════════════════════════ */
.features {
  margin-top: 56px;
  margin-bottom: 32px;
}
@media (min-width: 768px)  { .features { margin-top: 72px; } }
@media (min-width: 1280px) { .features { margin-top: 88px; } }

.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  text-align: left;
}
@media (min-width: 768px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.feature__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-headline);
  margin-bottom: 8px;
}

.feature__desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--color-body);
}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
footer {
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 13px;
  color: var(--color-body);
  opacity: 0.82;
}
@media (min-width: 768px) { footer { font-size: 14px; } }

footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover { text-decoration: underline; }

.footer__sep { margin-inline: 0.5em; }

/* ══════════════════════════════════════════
   NAV
══════════════════════════════════════════ */
nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) { nav { padding: 24px 32px; } }

.nav-logo img {
  height: 32px;
  width: auto;
}
@media (min-width: 768px) { .nav-logo img { height: 40px; } }

.nav-cta {
  background-color: var(--color-cta);
  color: var(--color-headline);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.18s ease, transform 0.12s ease;
}
.nav-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

/* ══════════════════════════════════════════
   LEGAL PAGES
══════════════════════════════════════════ */
.legal {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px 64px;
}
@media (min-width: 768px) { .legal { padding: 64px 32px 80px; } }

.legal h1 {
  color: var(--color-headline);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.legal h2 {
  color: var(--color-headline);
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.legal p {
  color: var(--color-body);
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}

.legal a {
  color: var(--color-cta);
  font-weight: 700;
  text-decoration: underline;
}
.legal a:hover {
  color: var(--color-headline);
}

.legal ul, .legal ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.legal li {
  color: var(--color-body);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 4px;
}

.legal .effective {
  color: var(--color-body);
  font-size: 1rem;
  opacity: 0.7;
  margin-bottom: 1.5rem;
}

.legal .intro {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

/* ══════════════════════════════════════════
   REMOVE LANDING PAGE
══════════════════════════════════════════ */
.remove-page {
  padding-top: 0;
}

.remove-section {
  margin-top: 72px;
}
@media (min-width: 768px)  { .remove-section { margin-top: 96px; } }
@media (min-width: 1280px) { .remove-section { margin-top: 112px; } }

.remove-section__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-headline);
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) { .remove-section__title { font-size: 2.4rem; } }

/* ── Steps ── */
.remove-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  text-align: left;
}
@media (min-width: 768px) {
  .remove-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.remove-step {
  position: relative;
  padding-left: 0;
}

.remove-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-cta);
  color: var(--color-headline);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.remove-step__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-headline);
  margin-bottom: 8px;
}

.remove-step__desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--color-body);
}

/* ── Use cases ── */
.remove-usecases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .remove-usecases {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.remove-usecase {
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: left;
  border: 2px solid transparent;
  transition: border-color 0.18s ease;
}
.remove-usecase:hover {
  border-color: var(--color-cta);
}

.remove-usecase__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-headline);
  margin: 0;
}

.remove-usecase__title a {
  color: inherit;
  text-decoration: none;
}

.remove-usecase__title a:hover {
  text-decoration: underline;
}

.remove-usecase__desc {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-body);
  margin-top: 10px;
}

/* ── Comparison ── */
.remove-comparison {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.remove-comparison__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 20px 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .remove-comparison__row {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}

.remove-comparison__row--highlight {
  border: 2px solid var(--color-cta);
}

.remove-comparison__tool {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-headline);
  min-width: 110px;
  flex-shrink: 0;
}

.remove-comparison__detail {
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--color-body);
}

/* ── Bottom CTA ── */
.remove-bottom-cta {
  padding-bottom: 24px;
}

.remove-bottom-cta .remove-section__title {
  margin-bottom: 24px;
}

/* ══════════════════════════════════════════
   TOOL PAGES (SEO landing pages)
   All classes prefixed with .tool-page-
══════════════════════════════════════════ */
.tool-page {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ── Hero ── */
.tool-page-hero {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (min-width: 768px)  { .tool-page-hero { padding-top: 48px; padding-bottom: 64px; } }
@media (min-width: 1280px) { .tool-page-hero { padding-top: 64px; padding-bottom: 80px; } }

.tool-page-h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-headline);
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px)  { .tool-page-h1 { font-size: 3rem;   max-width: 700px; } }
@media (min-width: 1280px) { .tool-page-h1 { font-size: 3.5rem; max-width: 800px; } }

.tool-page-subtitle {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-body);
  margin-bottom: 2rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px)  { .tool-page-subtitle { font-size: 1.25rem; max-width: 600px; } }

.tool-page-detail {
  color: var(--color-body);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 740px;
  margin: -0.75rem auto 1.5rem;
}

.tool-page-cta {
  opacity: 1;
  animation: none;
}

/* ── Sections ── */
.tool-page-section {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: left;
}
@media (min-width: 768px) {
  .tool-page-section { padding-top: 64px; padding-bottom: 64px; }
}

.tool-page-h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-headline);
  margin-bottom: 1.5rem;
}
@media (min-width: 768px)  { .tool-page-h2 { font-size: 2rem; } }
@media (min-width: 1280px) { .tool-page-h2 { font-size: 2.2rem; } }

.tool-page-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--color-body);
  margin-bottom: 2rem;
  max-width: 640px;
}
.tool-page-intro a {
  color: var(--color-headline);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--color-cta);
  text-underline-offset: 3px;
}
.tool-page-intro a:hover {
  color: var(--color-cta);
}

/* ── How-to steps ── */
.tool-page-steps {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tool-page-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.tool-page-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background-color: var(--color-cta);
  color: var(--color-headline);
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 2px;
}

.tool-page-step strong {
  display: block;
  font-size: 1.1rem;
  color: var(--color-headline);
  margin-bottom: 4px;
}

.tool-page-step p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-body);
  margin: 0;
}

/* ── Use cases ── */
.tool-page-usecases {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .tool-page-usecases {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.tool-page-usecases li {
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 24px;
  border: 2px solid transparent;
  transition: border-color 0.18s ease;
}
.tool-page-usecases li:hover {
  border-color: var(--color-cta);
}

.tool-page-usecases strong {
  display: block;
  font-size: 1.1rem;
  color: var(--color-headline);
  margin-bottom: 6px;
}

.tool-page-usecases p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-body);
  margin: 0;
}

/* ── Comparison table ── */
.tool-page-comparison {
  overflow-x: auto;
  margin-bottom: 2rem;
  -webkit-overflow-scrolling: touch;
}

.tool-page-comparison table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.tool-page-comparison th,
.tool-page-comparison td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 71, 62, 0.1);
}

.tool-page-comparison th {
  font-weight: 700;
  color: var(--color-headline);
  font-size: 0.9rem;
  white-space: nowrap;
}

.tool-page-comparison th:nth-child(2) {
  color: var(--color-cta);
}

.tool-page-comparison td:first-child {
  font-weight: 500;
  color: var(--color-headline);
}

.tool-page-comparison td:nth-child(2) {
  font-weight: 700;
  color: var(--color-headline);
}

.tool-page-comparison-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tool-page-comparison-details h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-headline);
  margin-bottom: 6px;
}

.tool-page-comparison-details p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-body);
  margin: 0;
}

/* ── FAQ ── */
.tool-page-faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tool-page-faq details {
  background-color: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
}

.tool-page-faq summary {
  padding: 18px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-headline);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tool-page-faq summary::-webkit-details-marker { display: none; }

.tool-page-faq summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--color-body);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.tool-page-faq details[open] summary::after {
  content: '-';
}

.tool-page-faq details p {
  padding: 0 24px 18px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-body);
  margin: 0;
}

/* ── Bottom CTA ── */
.tool-page-bottom-cta {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 32px;
}

.tool-page-bottom-cta .tool-page-subtitle {
  margin-bottom: 1.5rem;
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .btn-primary { transition: none; }
}

/* ══════════════════════════════════════════
   CONTENT / RESOURCE PAGES
══════════════════════════════════════════ */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-headline);
  background-color: rgba(250, 174, 43, 0.18);
  border: 1px solid rgba(250, 174, 43, 0.28);
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 18px;
}

.section-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--color-body);
  max-width: 720px;
  margin: 0 auto 2rem;
}

.inline-link {
  color: var(--color-headline);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--color-cta);
  text-underline-offset: 3px;
}

.inline-link:hover {
  color: var(--color-coral);
}

.home-shell {
  gap: 0;
}

.home-cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 1.2rem;
}

.home-cta-row--bottom {
  padding: 3rem 0 1rem;
  margin-bottom: 0;
}

.home-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}

@media (min-width: 768px) {
  .home-proof {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1280px) {
  .home-proof {
    grid-template-columns: repeat(4, 1fr);
  }
}

.home-proof__item {
  background-color: var(--color-panel);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  padding: 18px 20px;
  text-align: left;
  box-shadow: var(--shadow-card);
}

.home-proof__item strong {
  display: block;
  color: var(--color-headline);
  font-size: 1rem;
  margin-bottom: 4px;
}

.home-proof__item span {
  display: block;
  color: var(--color-body);
  font-size: 0.96rem;
  line-height: 1.5;
}

.content-section {
  width: 100%;
  padding-top: 72px;
}

@media (min-width: 768px) {
  .content-section {
    padding-top: 96px;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .card-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.content-card {
  background-color: var(--color-panel);
  border: 1px solid var(--color-border);
  border-radius: 28px;
  padding: 28px 24px;
  text-align: left;
  box-shadow: var(--shadow-soft);
  transition: transform 0.16s ease, border-color 0.16s ease;
}

.content-card:hover {
  transform: translateY(-4px);
  border-color: rgba(250, 174, 43, 0.46);
}

.content-card--accent {
  background:
    linear-gradient(145deg, rgba(250, 174, 43, 0.22), rgba(255, 255, 254, 0.92) 60%),
    var(--color-white);
}

.content-card__eyebrow {
  display: inline-block;
  color: var(--color-muted-pink);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.content-card__title {
  color: var(--color-headline);
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.content-card__desc {
  color: var(--color-body);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 16px;
}

.content-card__link {
  color: var(--color-headline);
  font-weight: 700;
  text-decoration: none;
}

.content-card__link:hover {
  text-decoration: underline;
}

.resource-page {
  width: 100%;
  padding-bottom: 56px;
}

.resource-hero {
  padding-top: 16px;
  padding-bottom: 16px;
}

.resource-hero__panel {
  background:
    linear-gradient(155deg, rgba(250, 174, 43, 0.14), rgba(255, 255, 254, 0.94) 48%),
    var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
  padding: 32px 24px;
  text-align: left;
}

@media (min-width: 768px) {
  .resource-hero__panel {
    padding: 44px 40px;
  }
}

.resource-title {
  color: var(--color-headline);
  font-size: clamp(2.2rem, 6vw, 3.7rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  max-width: 780px;
}

.resource-subtitle {
  color: var(--color-body);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 720px;
}

.resource-detail,
.page-trust {
  color: var(--color-body);
  font-size: 0.98rem;
  line-height: 1.8;
  max-width: 760px;
  margin-top: 16px;
}

.page-trust {
  font-size: 0.94rem;
}

.resource-detail a,
.page-trust a,
.hero-copy a,
.tool-page-detail a {
  color: var(--color-headline);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--color-cta);
  text-underline-offset: 3px;
}

.resource-detail a:hover,
.page-trust a:hover,
.hero-copy a:hover,
.tool-page-detail a:hover {
  color: var(--color-coral);
}

.resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.resource-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.resource-meta__item {
  background-color: rgba(0, 71, 62, 0.06);
  border: 1px solid rgba(0, 71, 62, 0.08);
  border-radius: 999px;
  color: var(--color-headline);
  font-size: 0.9rem;
  padding: 10px 14px;
}

.resource-section {
  padding-top: 48px;
}

.resource-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .resource-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.resource-card {
  background-color: var(--color-panel);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  padding: 24px;
  text-align: left;
  box-shadow: var(--shadow-card);
}

.resource-card h2,
.resource-card h3 {
  color: var(--color-headline);
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.resource-card p,
.resource-card li {
  color: var(--color-body);
  font-size: 1rem;
  line-height: 1.7;
}

.resource-card ul,
.resource-card ol {
  padding-left: 22px;
}

.resource-card li + li {
  margin-top: 8px;
}

.resource-callout {
  background:
    linear-gradient(140deg, rgba(255, 168, 186, 0.12), rgba(255, 255, 254, 0.9)),
    var(--color-white);
  border: 1px solid rgba(216, 119, 154, 0.22);
  border-radius: 24px;
  padding: 22px 24px;
  box-shadow: var(--shadow-card);
}

.resource-callout strong {
  display: block;
  color: var(--color-headline);
  font-size: 1rem;
  margin-bottom: 8px;
}

.resource-callout p {
  color: var(--color-body);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.resource-step-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.resource-step-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: flex-start;
}

.resource-step-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--color-cta);
  color: var(--color-headline);
  font-weight: 700;
  font-size: 1rem;
}

.resource-step-list strong {
  display: block;
  color: var(--color-headline);
  font-size: 1.08rem;
  margin-bottom: 4px;
}

.resource-step-list p {
  margin: 0;
}

.resource-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.resource-table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
}

.resource-table th,
.resource-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 71, 62, 0.1);
  color: var(--color-body);
  font-size: 0.98rem;
  line-height: 1.6;
}

.resource-table th {
  color: var(--color-headline);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.resource-table td:first-child {
  color: var(--color-headline);
  font-weight: 700;
}

.resource-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .resource-links {
    grid-template-columns: repeat(3, 1fr);
  }
}

.resource-link-card {
  display: block;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-card);
}

.resource-link-card:hover {
  border-color: rgba(250, 174, 43, 0.46);
}

.resource-link-card strong {
  display: block;
  color: var(--color-headline);
  font-size: 1rem;
  margin-bottom: 6px;
}

.resource-link-card span {
  display: block;
  color: var(--color-body);
  font-size: 0.96rem;
  line-height: 1.6;
}

.resource-cta-band {
  margin-top: 48px;
  background:
    linear-gradient(145deg, rgba(250, 174, 43, 0.18), rgba(255, 255, 254, 0.92)),
    var(--color-white);
  border: 1px solid rgba(250, 174, 43, 0.24);
  border-radius: 32px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.resource-cta-band h2 {
  color: var(--color-headline);
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.resource-cta-band p {
  color: var(--color-body);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto 18px;
}

/* ══════════════════════════════════════════
   GALLERY / PROOF COMPONENTS
══════════════════════════════════════════ */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-card {
  display: block;
  background-color: var(--color-panel);
  border: 1px solid var(--color-border);
  border-radius: 28px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}

.gallery-card:hover {
  border-color: rgba(250, 174, 43, 0.46);
  transform: translateY(-3px);
}

.gallery-media,
.before-after__panel {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 240px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.gallery-media::before,
.before-after__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(0, 71, 62, 0.18), transparent 58%);
  pointer-events: none;
}

.gallery-media > *,
.before-after__panel > * {
  position: relative;
  z-index: 1;
}

.gallery-media__label,
.before-after__label {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 254, 0.94);
  background-color: rgba(0, 51, 44, 0.44);
  border-radius: 999px;
  padding: 8px 12px;
}

.gallery-media__body,
.before-after__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gallery-media__title,
.before-after__title {
  color: var(--color-white);
  font-size: 1.45rem;
  line-height: 1.12;
  max-width: 18ch;
}

.gallery-media__desc,
.before-after__desc {
  color: rgba(255, 255, 254, 0.9);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 34ch;
}

.gallery-tags,
.before-after__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gallery-tags span,
.before-after__tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 254, 0.18);
  color: rgba(255, 255, 254, 0.95);
  font-size: 0.82rem;
  font-weight: 700;
}

.gallery-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.gallery-card__meta span {
  color: var(--color-headline);
  font-size: 0.86rem;
  font-weight: 700;
}

.gallery-card__title {
  color: var(--color-headline);
  font-size: 1.3rem;
  margin: 18px 0 10px;
}

.gallery-card__desc {
  color: var(--color-body);
  font-size: 1rem;
  line-height: 1.65;
}

.gallery-card__link {
  display: inline-block;
  margin-top: 14px;
  color: var(--color-headline);
  font-weight: 700;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .before-after {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-source-note {
  margin-top: 16px;
  color: var(--color-body);
  font-size: 0.96rem;
  line-height: 1.65;
}

.gallery-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 768px) {
  .gallery-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-stat {
  background-color: rgba(255, 255, 254, 0.72);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--shadow-card);
}

.gallery-stat strong {
  display: block;
  color: var(--color-headline);
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.gallery-stat span {
  display: block;
  color: var(--color-body);
  font-size: 0.94rem;
  line-height: 1.55;
}

.gallery-scene--street-before {
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 168, 186, 0.46), transparent 24%),
    radial-gradient(circle at 75% 28%, rgba(250, 174, 43, 0.42), transparent 20%),
    linear-gradient(180deg, #1f2740 0%, #101829 48%, #22161f 100%);
}

.gallery-scene--street-after {
  background:
    radial-gradient(circle at 74% 30%, rgba(250, 174, 43, 0.4), transparent 18%),
    linear-gradient(180deg, #1f2740 0%, #11192a 48%, #17312e 100%);
}

.gallery-scene--parking-before {
  background:
    linear-gradient(180deg, #87adc7 0 36%, #b7c3ca 36% 56%, #5a666d 56% 100%),
    linear-gradient(90deg, rgba(255,255,255,0.12), transparent);
}

.gallery-scene--parking-after {
  background:
    linear-gradient(180deg, #8fb5cf 0 36%, #c0ccd3 36% 56%, #68757d 56% 100%);
}

.gallery-scene--living-before {
  background:
    radial-gradient(circle at 18% 26%, rgba(99, 153, 95, 0.28), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(250, 174, 43, 0.24), transparent 18%),
    linear-gradient(180deg, #e8ddcf 0%, #d7c2aa 46%, #8c725e 100%);
}

.gallery-scene--living-after {
  background:
    radial-gradient(circle at 18% 26%, rgba(99, 153, 95, 0.24), transparent 20%),
    linear-gradient(180deg, #efe6da 0%, #e5d1bc 44%, #9d8571 100%);
}

.gallery-scene--product-before {
  background:
    radial-gradient(circle at 76% 28%, rgba(255, 168, 186, 0.34), transparent 20%),
    linear-gradient(180deg, #f1e8df 0%, #d7c1b2 48%, #8a7062 100%);
}

.gallery-scene--product-after {
  background:
    radial-gradient(circle at 24% 18%, rgba(250, 174, 43, 0.24), transparent 18%),
    linear-gradient(180deg, #f8f0e7 0%, #ead9cc 48%, #a28779 100%);
}

.gallery-scene--group-before {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 168, 186, 0.36), transparent 16%),
    radial-gradient(circle at 58% 18%, rgba(250, 174, 43, 0.32), transparent 14%),
    radial-gradient(circle at 82% 26%, rgba(116, 176, 234, 0.3), transparent 16%),
    linear-gradient(180deg, #33445b 0%, #172438 100%);
}

.gallery-scene--group-after {
  background:
    radial-gradient(circle at 52% 18%, rgba(250, 174, 43, 0.24), transparent 16%),
    linear-gradient(180deg, #33445b 0%, #1e3441 100%);
}
