@font-face {
  font-family: "Satoshi";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Satoshi";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Satoshi";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Satoshi";
  src: url("https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}

:root {
  --z-black: #000000;
  --z-charcoal: #181311;
  --z-charcoal-soft: #2a201b;
  --z-orange: #fd6b32;
  --z-orange-soft: #ffbb94;
  --z-linen: #f8f0ec;
  --z-white: #ffffff;
  --z-cream: #fff7f2;
  --z-muted: #6f6863;
  --border-light: rgba(24, 19, 17, 0.12);
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow-soft: 0 20px 55px rgba(24, 19, 17, 0.12);
  --shadow-strong: 0 28px 70px rgba(24, 19, 17, 0.2);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--z-charcoal);
  background: linear-gradient(180deg, #fffaf7, #ffffff 20%, #fffaf7 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.hero-layout > *,
.intent-strip > *,
.snapshot-grid > *,
.process-grid > *,
.tool-grid > *,
.lead-capture-grid > *,
.footer-grid > *,
.pricing-grid > * {
  min-width: 0;
}

.top-strip {
  padding: 0.42rem 1rem;
  text-align: center;
  background: linear-gradient(90deg, #0f0d0c, #322722 70%, #0f0d0c);
  color: var(--z-white);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.top-strip p {
  margin: 0;
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid var(--border-light);
  background: rgba(255, 248, 242, 0.95);
  backdrop-filter: blur(12px);
}

.nav {
  position: relative;
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
}

.brand img {
  width: 132px;
}

.menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
}

.menu a {
  text-decoration: none;
  font-weight: 650;
  color: #302723;
  font-size: 0.92rem;
}

.menu a:hover {
  color: var(--z-orange);
}

.mobile-menu-toggle {
  display: none;
  border: 1px solid rgba(24, 19, 17, 0.24);
  background: var(--z-white);
  border-radius: 999px;
  padding: 0.42rem 0.95rem;
  font-weight: 600;
  color: #302723;
}

.btn {
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Inter", sans-serif;
  padding: 0.82rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 650;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.btn-primary {
  background: var(--z-orange);
  color: var(--z-white);
  box-shadow: 0 14px 40px rgba(253, 107, 50, 0.35);
}

.btn-primary:hover {
  box-shadow: 0 20px 45px rgba(253, 107, 50, 0.42);
}

.btn-secondary {
  background: var(--z-white);
  color: #302723;
  border-color: rgba(24, 19, 17, 0.22);
}

.btn-lg {
  padding: 0.95rem 1.55rem;
  font-size: 1rem;
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--z-orange);
}

h1,
h2,
h3,
h4 {
  font-family: "Satoshi", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 4.1rem);
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.7rem);
}

h3 {
  font-size: clamp(1.14rem, 2vw, 1.62rem);
}

.section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 2.4rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 3.1rem 0 2.9rem;
  background:
    radial-gradient(circle at 12% 15%, rgba(253, 107, 50, 0.14), transparent 42%),
    radial-gradient(circle at 82% 2%, rgba(255, 187, 148, 0.2), transparent 52%),
    linear-gradient(180deg, #fff4ec 0%, #fffbf8 68%, #fff7f2 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-glow-one {
  width: 340px;
  height: 340px;
  background: rgba(253, 107, 50, 0.12);
  filter: blur(30px);
  top: -150px;
  right: -120px;
}

.hero-glow-two {
  width: 280px;
  height: 280px;
  background: rgba(24, 19, 17, 0.05);
  filter: blur(34px);
  bottom: -140px;
  left: -130px;
}

.hero-layout {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 2rem;
  align-items: center;
}

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

.hero-copy .subhead {
  margin: 0.95rem 0 1.45rem;
  max-width: 34ch;
  color: #4e433e;
  font-size: 1.03rem;
  font-weight: 500;
}

.hero-copy h1 {
  max-width: 14ch;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
}

.hero-cta-row .btn {
  flex: 0 0 auto;
  min-width: 220px;
}

.hero-proof-chips {
  margin-top: 1.05rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  justify-content: flex-start;
}

.hero-proof-chips span {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(24, 19, 17, 0.13);
  border-radius: 999px;
  padding: 0.34rem 0.75rem;
  font-size: 0.74rem;
  font-weight: 600;
}

.hero-media {
  border-radius: 28px;
  border: 1px solid rgba(24, 19, 17, 0.14);
  overflow: hidden;
  box-shadow: 0 24px 52px rgba(24, 19, 17, 0.2);
  background: #fff;
  align-self: stretch;
  min-height: 520px;
}

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

.intent-strip {
  margin: 2rem auto 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.brand-ticker {
  border-top: 1px solid rgba(24, 19, 17, 0.08);
  border-bottom: 1px solid rgba(24, 19, 17, 0.08);
  background: linear-gradient(180deg, #fffaf7, #fffefa);
  padding: 0.95rem 0;
}

.brand-ticker-shell {
  overflow: hidden;
  width: 100%;
}

.brand-ticker-move {
  display: flex;
  width: max-content;
  animation: brand-ticker-scroll 26s linear infinite;
}

.brand-ticker-track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2.8rem;
  padding-right: 2.8rem;
}

.brand-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  opacity: 0.78;
  filter: grayscale(1) contrast(1.04);
}

.brand-logo-wide {
  height: 32px;
}

@keyframes brand-ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.pain-section {
  padding: 2.2rem 0 2.6rem;
}

.switch-section {
  padding: 2.4rem 0 2.8rem;
}

.frame-intro {
  max-width: 940px;
  margin: 0 auto 1.8rem;
  text-align: center;
}

.frame-intro h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.pain-section .frame-intro h2 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
}

.frame-intro p {
  margin: 0.72rem auto 0;
  max-width: 42ch;
  color: #4e433e;
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.4;
}

.pain-list {
  display: grid;
  gap: 1.5rem;
}

.pain-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.pain-problem-box {
  border-radius: var(--radius-md);
  border: 1px solid rgba(24, 19, 17, 0.14);
  background: #fff;
  padding: 0.6rem 0.9rem;
  box-shadow: 0 12px 26px rgba(24, 19, 17, 0.06);
  width: min(100%, 390px);
  min-height: 108px;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tile-icon {
  margin: 0;
  font-family: "Satoshi", "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--z-orange);
}

.pain-result {
  margin: 0;
  border-radius: var(--radius-md);
  border: 1px solid rgba(24, 19, 17, 0.12);
  background: linear-gradient(135deg, #fff, #fff7f2);
  padding: 0.9rem 1rem;
  color: #4f443f;
  font-size: 0.94rem;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: min(100%, 390px);
  min-height: 108px;
  justify-self: center;
  font-weight: 700;
}

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

.switch-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(24, 19, 17, 0.13);
  background:
    radial-gradient(circle at 88% 14%, rgba(253, 107, 50, 0.14), transparent 42%),
    linear-gradient(130deg, #fff, #fff7f2);
  padding: 1rem;
}

.switch-card h3 {
  margin: 0;
  font-size: clamp(1.12rem, 1.8vw, 1.36rem);
  line-height: 1.22;
}

.switch-card p {
  margin: 0.58rem 0 0;
  color: #4f443f;
  font-size: 0.94rem;
  line-height: 1.45;
}

.tile-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #302723;
  border-bottom: 2px solid rgba(253, 107, 50, 0.4);
  padding-bottom: 0.1rem;
}

.tile-link:hover {
  color: var(--z-orange);
}

.tile-link-button {
  border: 0;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  padding: 0;
  cursor: pointer;
}

.quick-start {
  margin-bottom: 4rem;
}

.quick-start-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 19, 17, 0.14);
  background:
    radial-gradient(circle at 88% 14%, rgba(253, 107, 50, 0.24), transparent 42%),
    linear-gradient(120deg, #fff, #fff7f1);
  padding: 1.45rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.2rem;
  align-items: center;
}

.quick-list {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.quick-list span {
  border-radius: 999px;
  border: 1px solid rgba(24, 19, 17, 0.14);
  background: #fff;
  padding: 0.34rem 0.72rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.pricing-lane {
  margin-bottom: 4.2rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.pricing-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 19, 17, 0.14);
  background: #fff;
  padding: 1.25rem;
}

.pricing-card-accent {
  background:
    radial-gradient(circle at 86% 10%, rgba(253, 107, 50, 0.22), transparent 40%),
    linear-gradient(130deg, #fff8f3, #fff2ea);
}

.pricing-tag {
  margin: 0 0 0.6rem;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--z-orange);
}

.pricing-card ul {
  margin: 0.75rem 0 1rem;
  padding-left: 1.05rem;
  color: #4c413d;
  display: grid;
  gap: 0.36rem;
}

.pricing-note {
  margin: 0.85rem 0 0;
  text-align: center;
  color: #6a615d;
  font-size: 0.82rem;
}

.snapshot {
  padding: 5.2rem 0;
  background: linear-gradient(180deg, #fffdfc, #fff4ec);
}

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

.metric-card {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(24, 19, 17, 0.14);
  padding: 1.1rem;
  text-align: center;
}

.metric-value {
  margin: 0;
  font-family: "Satoshi", "Inter", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  color: #201814;
  line-height: 1.05;
}

.metric-value-text {
  font-size: clamp(1.25rem, 2.5vw, 1.9rem);
}

.metric-label {
  margin: 0.35rem 0 0;
  color: var(--z-muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.chart-card {
  grid-column: span 4;
  background: #221a16;
  color: #fff;
  border-radius: var(--radius-md);
  padding: 1.2rem;
}

.chart-label {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.bars {
  margin: 1rem 0 0.8rem;
  min-height: 128px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 0.5rem;
}

.bars span {
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--z-orange), #ff8b5f);
}

.chart-note {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
}

.snapshot-footnote {
  margin: 0.8rem 0 0;
  text-align: center;
  color: #6a615d;
  font-size: 0.8rem;
}

.process {
  padding: 4.6rem 0;
}

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

.process-card {
  position: relative;
  border-radius: var(--radius-md);
  border: 1px solid rgba(24, 19, 17, 0.13);
  background: #fff;
  padding: 1.3rem;
  min-height: 190px;
  box-shadow: 0 16px 34px rgba(24, 19, 17, 0.07);
}

.process-card h3 {
  margin-top: 0.55rem;
  font-size: clamp(1.16rem, 1.9vw, 1.44rem);
}

.step-chip {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2f2520;
  background: rgba(253, 107, 50, 0.16);
  border: 1px solid rgba(253, 107, 50, 0.26);
  border-radius: 999px;
  padding: 0.24rem 0.58rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.process-card p:last-child {
  margin: 0.6rem 0 0;
  color: #5e534e;
  font-size: 0.94rem;
  line-height: 1.5;
}

.section-cta {
  margin-top: 1.4rem;
  text-align: center;
}

.tools {
  padding: 4.8rem 0;
  background: linear-gradient(180deg, #fff4ec, #fffefa);
  border-radius: 34px;
}

.tools .section-head p:last-child {
  margin-top: 0.7rem;
  color: #5a4f4a;
}

.tools-cta {
  margin-top: 0.95rem;
}

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

.tool-card {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(24, 19, 17, 0.13);
  padding: 0.9rem;
  display: grid;
  gap: 0.7rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.tool-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(24, 19, 17, 0.12);
}

.tool-visual {
  min-height: 120px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
}

.tool-visual-arv {
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.08), rgba(18, 16, 14, 0.4)),
    url("https://images.unsplash.com/photo-1460472178825-e5240623afd5?auto=format&fit=crop&w=900&q=80") center/cover;
}

.tool-visual-rent {
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.08), rgba(18, 16, 14, 0.4)),
    url("https://images.unsplash.com/photo-1560448075-bb4caa6f8f68?auto=format&fit=crop&w=900&q=80") center/cover;
}

.tool-visual-reno {
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.08), rgba(18, 16, 14, 0.4)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=900&q=80") center/cover;
}

.tool-visual-prequal {
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.08), rgba(18, 16, 14, 0.4)),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=900&q=80") center/cover;
}

.tool-visual-scope {
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0.08), rgba(18, 16, 14, 0.4)),
    url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=900&q=80") center/cover;
}

.tool-card h3 {
  font-size: 1.15rem;
}

.tool-card p {
  margin: 0;
  color: #625651;
  font-size: 0.88rem;
}

.tool-card a,
.text-button {
  color: #302723;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: "Inter", sans-serif;
  text-align: left;
  cursor: pointer;
  font-size: 0.95rem;
}

.tool-card a:hover,
.text-button:hover {
  color: var(--z-orange);
}

.proof {
  padding: 4.5rem 0;
}

.quote-feature {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(24, 19, 17, 0.12);
  background:
    radial-gradient(circle at 10% 12%, rgba(253, 107, 50, 0.16), transparent 36%),
    linear-gradient(135deg, #fff8f3, #fff);
  padding: 1.8rem 1.4rem;
}

.quote-feature blockquote {
  margin: 0.65rem auto 0;
  max-width: 36ch;
  font-family: "Satoshi", "Inter", sans-serif;
  font-size: clamp(1.45rem, 3.2vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #2b221e;
}

.quote-feature cite {
  margin-top: 0.85rem;
  display: block;
  color: #6b615d;
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 600;
}

.lead-capture {
  padding: 4.8rem 0;
}

.lead-capture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  border-radius: var(--radius-lg);
  padding: 1.45rem;
  background: linear-gradient(145deg, #201712, #3c2b23);
  color: #fff;
}

.lead-copy p,
.lead-copy h2 {
  color: #fff;
}

.lead-copy > p {
  margin-top: 0.8rem;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.86);
}

.lead-bullets {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lead-bullets span {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.32rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.lead-form {
  border-radius: var(--radius-md);
  background: #fff;
  color: #302723;
  padding: 0.9rem;
  display: grid;
  gap: 0.72rem;
}

.lead-form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.86rem;
}

.lead-form input,
.lead-form select {
  border: 1px solid rgba(24, 19, 17, 0.2);
  border-radius: 12px;
  padding: 0.65rem 0.72rem;
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
}

.lead-form input:focus,
.lead-form select:focus,
.faq-question:focus,
.mobile-menu-toggle:focus,
.modal-close:focus,
.btn:focus,
.text-button:focus,
.tile-link-button:focus {
  outline: 3px solid rgba(253, 107, 50, 0.3);
  outline-offset: 1px;
}

.form-note {
  margin: 0;
  font-size: 0.78rem;
  color: #6f6863;
}

.form-error,
.form-success {
  margin: 0;
  min-height: 1.1em;
  font-size: 0.83rem;
}

.form-error {
  color: #bb2d1a;
}

.form-success {
  color: #1f7a38;
}

.bot-trap {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.turnstile-slot {
  min-height: 65px;
}

.faq {
  padding: 4.8rem 0;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(24, 19, 17, 0.14);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  text-align: left;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  font-weight: 650;
  padding: 0.9rem 1rem;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: #5e534e;
}

.final-cta {
  padding: 4.2rem 0 4.9rem;
}

.final-cta-inner {
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 187, 148, 0.42), transparent 45%),
    linear-gradient(140deg, #261b16, #3d2b22 65%, #2e211b);
  color: #fff;
  padding: 1.8rem;
  text-align: center;
}

.final-cta-buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.final-cta-note {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.86);
}

.final-cta-note a {
  color: #fff;
}

.site-footer {
  background: #120f0e;
  color: rgba(255, 255, 255, 0.86);
  padding-top: 3.1rem;
  padding-bottom: 5.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
  padding-bottom: 1.6rem;
}

.footer-logo {
  width: 130px;
}

.site-footer h3 {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.5rem;
}

.site-footer p {
  margin: 0.3rem 0;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.legal-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1rem;
  display: grid;
  gap: 0.22rem;
}

.legal-strip p,
.copyright {
  margin: 0;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.65);
}

.copyright {
  margin-top: 0.6rem;
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(17, 13, 11, 0.68);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.modal-backdrop[hidden] {
  display: none !important;
}

.modal {
  width: min(560px, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1rem;
  box-shadow: var(--shadow-strong);
  position: relative;
}

.modal-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 30px;
  height: 30px;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  background: #f2ece9;
  font-weight: 700;
  cursor: pointer;
}

.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
  padding: 0.55rem;
  border-top: 1px solid rgba(24, 19, 17, 0.12);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.mobile-cta-bar a {
  text-decoration: none;
  text-align: center;
  width: 100%;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  font-weight: 800;
  color: #fff;
  background: var(--z-orange);
  box-shadow: 0 12px 26px rgba(253, 107, 50, 0.36);
}

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

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

.js-reveal-ready .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
    gap: 1.35rem;
  }

  .hero-media {
    min-height: 470px;
  }

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

@media (max-width: 900px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-copy h1 {
    max-width: 16ch;
  }

  .hero-media {
    width: 100%;
    max-width: 620px;
    min-height: 360px;
    justify-self: center;
  }

  .pain-row {
    grid-template-columns: 1fr;
  }

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

  .pain-section {
    padding: 1.6rem 0 1.8rem;
  }

  .switch-section {
    padding: 1.4rem 0 2rem;
  }

  .quick-start {
    margin-bottom: 3.2rem;
  }

  .pricing-lane {
    margin-bottom: 3.4rem;
  }

  .snapshot,
  .process,
  .tools,
  .proof,
  .lead-capture,
  .faq {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

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

  .brand-logo {
    height: 34px;
  }

  .brand-logo-wide {
    height: 28px;
  }

  .chart-card {
    grid-column: span 2;
  }

  .process-grid,
  .intent-strip,
  .quick-start-card,
  .pricing-grid,
  .lead-capture-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  .nav {
    min-height: 76px;
    grid-template-columns: auto auto 1fr;
    gap: 0.65rem;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .brand img {
    width: 114px;
  }

  .menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    gap: 0.3rem;
    background: #fff;
    border: 1px solid rgba(24, 19, 17, 0.14);
    border-radius: var(--radius-md);
    padding: 0.7rem;
    box-shadow: var(--shadow-soft);
  }

  .menu.is-open {
    display: flex;
    z-index: 4;
  }

  .menu a {
    display: block;
    padding: 0.45rem;
  }

  .nav > .btn {
    display: none;
  }

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

  .hero-copy {
    text-align: center;
  }

  .hero-copy h1 {
    margin-inline: auto;
  }

  .hero-copy .subhead {
    margin-inline: auto;
  }

  .hero-cta-row,
  .hero-proof-chips {
    justify-content: center;
  }

  .hero-media {
    min-height: 320px;
  }

  .mobile-cta-bar {
    display: block;
  }

  .site-footer {
    padding-bottom: 6.7rem;
  }

  .hero-cta-row .btn,
  .final-cta-buttons .btn,
  .quick-start-card .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(var(--container), calc(100% - 1.25rem));
  }

  .top-strip {
    padding-inline: 0.7rem;
  }

  .top-strip p {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }

  .tool-grid,
  .snapshot-grid {
    grid-template-columns: 1fr;
  }

  .chart-card {
    grid-column: auto;
  }

  .brand-ticker {
    padding: 0.72rem 0;
  }

  .brand-ticker-track {
    gap: 1.85rem;
    padding-right: 1.85rem;
  }

  .brand-logo {
    height: 30px;
  }

  .brand-logo-wide {
    height: 24px;
  }

  .hero {
    padding: 1.9rem 0 1.8rem;
  }

  .pain-section {
    padding: 1.2rem 0 1.2rem;
  }

  .switch-section {
    padding: 0.95rem 0 1.5rem;
  }

  .frame-intro {
    margin-bottom: 1rem;
  }

  .hero-media {
    min-height: 280px;
  }

  .hero-copy .subhead {
    font-size: 0.98rem;
  }

  .final-cta-inner,
  .lead-capture-grid {
    padding: 1rem;
  }

  .modal {
    padding: 0.95rem 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-ticker-move {
    animation: none;
  }
}
