/* Marketing/landing page only. */
body.marketing { background: var(--white); }

.nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--slate-200); }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a { white-space: nowrap; }
.nav-links a.login-link { color: var(--slate-600); text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.nav-links a.login-link:hover { color: var(--slate-900); }

@media (max-width: 760px) {
  .nav-inner { flex-wrap: wrap; row-gap: 0.6rem; padding: 0.85rem 1.25rem; }
  .brand-sub { display: none; }
  .nav-links { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; row-gap: 0.5rem; gap: 1rem; font-size: 0.85rem; }
  .nav-links a.hint { margin-right: 0 !important; }
  .nav-links .btn-primary-lg { padding: 0.5rem 1.05rem !important; font-size: 0.85rem !important; }
}

.hero { position: relative; overflow: hidden; padding: 5.5rem 1.5rem 6rem; text-align: center; background: linear-gradient(180deg, var(--blue-50) 0%, var(--white) 65%); }
.hero-inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.eyebrow { display: inline-block; background: var(--blue-100); color: var(--blue-700); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.35rem 0.9rem; border-radius: 999px; margin-bottom: 1.5rem; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.08; margin: 0 0 1.25rem; color: var(--slate-900); font-weight: 800; }
.hero h1 span { background: linear-gradient(120deg, var(--blue-700), var(--blue-500)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lede { font-size: 1.2rem; color: var(--slate-600); max-width: 620px; margin: 0 auto 2.25rem; }
.hero-cta { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }
.btn-primary-lg { background: linear-gradient(135deg, var(--blue-600), var(--navy-800)); color: #fff; font-size: 1.02rem; font-weight: 700; padding: 0.9rem 1.8rem; border-radius: 10px; text-decoration: none; box-shadow: 0 8px 24px rgba(29,78,216,0.28); transition: transform 0.15s, box-shadow 0.15s; }
.btn-primary-lg:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(29,78,216,0.36); }
.btn-secondary-lg { background: #fff; color: var(--slate-900); font-size: 1.02rem; font-weight: 700; padding: 0.9rem 1.8rem; border-radius: 10px; text-decoration: none; border: 1.5px solid var(--slate-200); }
.btn-secondary-lg:hover { border-color: var(--slate-400); }

.hero-glow { position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; background: radial-gradient(ellipse at center, rgba(59,130,246,0.18), transparent 65%); pointer-events: none; }

section.section { max-width: 1160px; margin: 0 auto; padding: 5rem 1.5rem; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 3rem; }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 0.75rem; color: var(--slate-900); font-weight: 800; }
.section-head p { color: var(--slate-600); font-size: 1.05rem; margin: 0; }

@media (max-width: 640px) {
  .hero { padding: 3rem 1.25rem 3.5rem; }
  section.section { padding: 3rem 1.25rem; }
  .section-head { margin-bottom: 2.25rem; }
  .hero p.lede { font-size: 1.05rem; }
}

/* Two-column section variant — text on the left, a supporting visual
   on the right, so the page reads left-to-right in places instead of
   every section stacking straight down. */
.section-split-inner { display: flex; align-items: center; gap: 3.5rem; }
.section-split-text { flex: 1 1 480px; text-align: left; max-width: 560px; margin: 0; }
.section-split-text h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 0.9rem; color: var(--slate-900); font-weight: 800; }
.section-split-text p { color: var(--slate-600); font-size: 1.05rem; margin: 0; }
.section-split-visual { flex: 1 1 380px; }

.split-point-list { display: flex; flex-direction: column; gap: 1rem; }
.split-point { display: flex; align-items: flex-start; gap: 0.9rem; background: #fff; border: 1px solid var(--slate-200); border-radius: 12px; padding: 1rem 1.1rem; }
.split-point-icon { width: 36px; height: 36px; border-radius: 9px; background: var(--blue-50); color: var(--blue-600); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.split-point p { margin: 0; color: var(--slate-700); font-size: 0.95rem; line-height: 1.5; }
.split-point strong { color: var(--slate-900); }

.split-dept-chart { background: #fff; border: 1px solid var(--slate-200); border-radius: 14px; padding: 1.75rem; }
.split-dept-row { display: flex; align-items: center; gap: 0.9rem; padding: 0.75rem 0; }
.split-dept-row + .split-dept-row { border-top: 1px dashed var(--slate-200); }
.split-dept-icon { width: 34px; height: 34px; border-radius: 50%; background: var(--blue-50); color: var(--blue-600); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.split-dept-label { font-weight: 700; color: var(--slate-900); font-size: 0.95rem; }
.split-dept-sub { color: var(--slate-500); font-size: 0.82rem; margin-top: 0.1rem; }
.split-dept-hub { text-align: center; padding: 0.9rem 0 0.4rem; margin-top: 0.4rem; border-top: 1px solid var(--slate-200); color: var(--blue-700); font-weight: 700; font-size: 0.9rem; }

@media (max-width: 860px) {
  .section-split-inner { flex-direction: column; align-items: stretch; gap: 2rem; }
  .section-split-text, .section-split-visual { flex: none; }
  .section-split-text { max-width: none; text-align: center; }
}

/* Handy hero — real photo on the right with real HTML/CSS cards
   overlaid on top of it (not a flattened mockup image). Scoped to
   .hero-split rather than changing .hero, which other marketing
   pages on this domain also use. */
.hero-split { text-align: left; padding: 3rem 1.5rem; overflow: visible; background: var(--white); }
.hero-split .hero-split-inner { display: flex; align-items: center; max-width: 1160px; margin: 0 auto; gap: 3rem; }
.hero-split .hero-text { flex: 0 0 440px; }
.hero-split h1 { text-align: left; font-size: clamp(1.9rem, 2.8vw, 2.5rem); margin: 0 0 1rem; }
.hero-split p.lede { text-align: left; margin: 0 0 1.5rem; max-width: 420px; }
.hero-split .hero-cta { justify-content: flex-start; margin: 0 0 0.6rem; }

/* Photo + overlaid cards. hero-photo-wrap reserves space at the bottom
   for the invoice-row cards, which are absolutely positioned so they
   spill over the photo's bottom edge onto the page background. */
.hero-photo-wrap { flex: 1 1 auto; position: relative; padding-bottom: 2.75rem; }
.hero-photo { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 44px rgba(15,27,61,0.16); aspect-ratio: 4 / 3.6; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }

.hero-card { position: absolute; border-radius: 12px; box-shadow: 0 12px 28px rgba(0,0,0,0.28); }
.hero-card-voice { top: 20px; left: 20px; width: 58%; max-width: 260px; background: var(--navy-950); color: #fff; padding: 0.85rem 1rem 1rem; border: 1px solid rgba(245,166,35,0.5); }
.hero-card-voice-top { display: flex; align-items: center; gap: 0.4rem; margin-bottom: 0.6rem; }
.hero-card-voice-icon { width: 22px; height: 22px; border-radius: 50%; background: rgba(245,166,35,0.18); color: var(--handy-gold-500); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-card-voice-label { font-size: 0.78rem; font-weight: 700; }
.hero-card-voice-time { font-size: 0.72rem; color: rgba(255,255,255,0.55); margin-left: auto; }
.hero-card-waveform { display: flex; align-items: center; gap: 2px; height: 16px; margin-bottom: 0.65rem; }
.hero-card-waveform span { width: 2.5px; border-radius: 2px; background: rgba(245,166,35,0.75); display: block; }
.hero-card-waveform span:nth-child(odd) { height: 60%; }
.hero-card-waveform span:nth-child(3n) { height: 100%; }
.hero-card-waveform span:nth-child(4n) { height: 35%; }
.hero-card-voice-text { margin: 0; font-size: 0.74rem; line-height: 1.45; color: rgba(255,255,255,0.85); }

.hero-invoice-row { position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 50%); display: flex; align-items: stretch; gap: 0.4rem; width: calc(100% - 1.5rem); max-width: 460px; }
.hero-mini-arrow { color: var(--slate-400); flex-shrink: 0; align-self: center; }
.hero-mini-card { background: #fff; border-radius: 10px; box-shadow: 0 10px 22px rgba(15,27,61,0.16); padding: 0.55rem 0.7rem; flex: 1 1 0; min-width: 0; }
.hero-mini-card-top { display: flex; align-items: center; justify-content: space-between; gap: 0.3rem; font-size: 0.68rem; font-weight: 700; color: var(--slate-900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero-mini-check { width: 15px; height: 15px; border-radius: 50%; background: #16a34a; color: #fff; font-size: 0.6rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-mini-card-amount { font-size: 0.86rem; font-weight: 800; color: var(--slate-900); margin-top: 0.15rem; }
.hero-mini-card-amount-paid { color: #16a34a; }
.hero-mini-card-sub { font-size: 0.68rem; color: var(--slate-600); margin-top: 0.15rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero-mini-card-paid { border: 1px solid #bbf7d0; }

.hero-steps { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; row-gap: 0.75rem; margin: 0 0 1.75rem; }
.hero-step { display: flex; align-items: center; gap: 0.5rem; }
.hero-step-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--handy-gold-50); border: 1.5px solid var(--handy-gold-100); color: var(--handy-gold-700); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-step-label { font-size: 0.8rem; font-weight: 600; color: var(--slate-600); white-space: nowrap; }
.hero-step-arrow { color: var(--slate-400); flex-shrink: 0; }

.btn-voice { display: inline-flex; align-items: center; gap: 0.6rem; background: linear-gradient(135deg, var(--handy-gold-500), var(--handy-gold-600)); color: var(--navy-900); font-weight: 700; font-size: 1rem; padding: 0.85rem 1.6rem; border-radius: 999px; text-decoration: none; box-shadow: 0 8px 22px rgba(184,121,10,0.3); transition: transform .15s, box-shadow .15s; }
.btn-voice:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(184,121,10,0.38); }
.btn-voice svg { flex-shrink: 0; }

.hero-tagline { font-family: 'Caveat', cursive; font-size: 1.6rem; font-weight: 600; color: var(--navy-900); margin: 0.5rem 0 0; }

.hero-trust { display: flex; align-items: flex-start; gap: 0.6rem; color: var(--slate-600); font-size: 0.86rem; line-height: 1.4; margin-top: 1.5rem; max-width: 420px; }
.hero-trust svg { color: var(--handy-gold-600); flex-shrink: 0; margin-top: 2px; }

.handy-feature-bar { background: var(--navy-950); color: #fff; padding: 2rem 1.5rem; }
.handy-feature-bar-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.handy-feature { display: flex; align-items: center; gap: 0.75rem; }
.handy-feature-icon { color: var(--handy-gold-500); flex-shrink: 0; }
.handy-feature h4 { margin: 0; font-size: 0.9rem; font-weight: 700; }
.handy-feature p { margin: 0.15rem 0 0; font-size: 0.78rem; color: rgba(255,255,255,0.65); }

@media (max-width: 980px) {
  .hero-split { padding: 2.5rem 1.25rem 2rem; }
  .hero-split .hero-split-inner { flex-direction: column; align-items: stretch; gap: 2.5rem; }
  .hero-split .hero-text { flex: none; }
  .hero-photo-wrap { padding-bottom: 3.25rem; }
  .hero-photo { aspect-ratio: 4 / 3.2; }
  .hero-invoice-row { max-width: 420px; }
}
@media (max-width: 560px) {
  .hero-card-voice { max-width: 210px; }
  /* Stacked cards vary in height with content/font-scaling, so rather
     than guess a padding-bottom to clear an absolutely-positioned
     overlap, drop back into normal document flow here — robust
     regardless of how tall the cards end up. */
  .hero-photo-wrap { padding-bottom: 0; }
  .hero-invoice-row { position: static; transform: none; flex-direction: column; gap: 0.5rem; max-width: 100%; width: 100%; margin-top: -2rem; }
  .hero-mini-arrow { display: none; }
}
@media (max-width: 860px) {
  .handy-feature-bar-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .handy-feature-bar-inner { grid-template-columns: 1fr; }
  .hero-step-label { display: none; }
}

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

#journey .steps { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1000px) { #journey .steps { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { #journey .steps { grid-template-columns: 1fr; } }
.step { background: var(--slate-50); border: 1px solid var(--slate-200); border-radius: 14px; padding: 1.75rem 1.5rem; }
.step-num { width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(135deg, var(--blue-600), var(--navy-800)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; margin-bottom: 1rem; }
.step h3 { margin: 0 0 0.5rem; font-size: 1.05rem; color: var(--slate-900); }
.step p { margin: 0; color: var(--slate-600); font-size: 0.92rem; }

.security-section { background: var(--navy-950); color: #fff; }
.security-section .section-head h2, .security-section .section-head p { color: #fff; }
.security-section .section-head p { color: rgba(255,255,255,0.65); }
.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 860px) { .security-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .security-grid { grid-template-columns: 1fr; } }
.security-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 1.5rem; }
.security-icon { width: 38px; height: 38px; border-radius: 9px; background: rgba(59,130,246,0.2); color: var(--blue-500); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-size: 1.1rem; }
.security-card h3 { margin: 0 0 0.5rem; font-size: 1rem; color: #fff; }
.security-card p { margin: 0; color: rgba(255,255,255,0.65); font-size: 0.9rem; line-height: 1.6; }

/* A real banner strip, not just a restyled section — catches a
   tradesperson landing on the page before they'd ever scroll down to
   the full .handy-section below. Links straight to it. */
.handy-topbanner {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 0.6rem 1rem; text-decoration: none;
  background: linear-gradient(90deg, var(--handy-gold-600), var(--handy-gold-500));
  color: var(--navy-900); padding: 0.7rem 1.5rem; text-align: center; font-weight: 600; font-size: 0.92rem;
}
.handy-topbanner-badge {
  background: rgba(255,255,255,0.18); padding: 0.2rem 0.7rem; border-radius: 999px;
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.03em; font-weight: 700;
}
.handy-topbanner-link { text-decoration: underline; text-underline-offset: 2px; }
.handy-topbanner:hover .handy-topbanner-link { text-decoration-thickness: 2px; }

/* Own green identity within the Billable brand — visually distinct
   from the rest of the (blue) marketing page without needing a
   separate site. .step-num/.eyebrow are shared with #how-it-works
   above, so overrides here are scoped to .handy-section only. */
.handy-section { background: linear-gradient(180deg, var(--handy-gold-50) 0%, var(--white) 100%); border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); }
.handy-section .eyebrow { background: var(--handy-gold-100); color: var(--navy-900); }
.handy-section .step-num { background: linear-gradient(135deg, var(--handy-gold-500), var(--handy-gold-700)); color: var(--navy-900); }
.handy-stat { display: inline-flex; align-items: baseline; gap: 0.5rem; background: #fff; border: 1.5px solid var(--handy-gold-100); border-radius: 999px; padding: 0.6rem 1.4rem; margin: 0 auto 2.75rem; box-shadow: 0 4px 14px rgba(184,121,10,0.12); }
.handy-stat-num { font-size: 1.6rem; font-weight: 800; color: var(--handy-gold-700); }
.handy-stat-label { font-size: 0.92rem; font-weight: 600; color: var(--slate-600); }
.handy-stat-wrap { text-align: center; }

.voice-example {
  max-width: 620px; margin: -1rem auto 3rem; padding: 1.5rem 1.75rem;
  background: var(--handy-gold-50); border-left: 4px solid var(--handy-gold-600);
  border-radius: 0 12px 12px 0;
}
.voice-example p { font-size: 1.1rem; font-style: italic; color: var(--slate-900); margin: 0 0 0.6rem; line-height: 1.5; }
.voice-example cite { font-style: normal; font-size: 0.85rem; color: var(--slate-600); }

.trade-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; max-width: 780px; margin: 0 auto; }
/* Right-column visual in a .section-split-inner pairing (see #built-for) —
   left-aligned instead of centered, since it's no longer the sole element
   under a centered heading. */
.trade-tags-split { justify-content: flex-start; max-width: none; margin: 0; }
/* Same pairing for .voice-example as the right-column visual (see
   #how-it-works) — the standalone version's negative top margin/centering
   was tuned for sitting alone under a centered .section-head. */
.section-split-visual .voice-example { margin: 0; max-width: none; }
.trade-tag {
  background: #fff; border: 1.5px solid var(--handy-gold-100); color: var(--navy-900);
  font-weight: 700; font-size: 0.88rem; padding: 0.5rem 1.1rem; border-radius: 999px;
}
.handy-section .btn-primary-lg { background: linear-gradient(135deg, var(--handy-gold-500), var(--handy-gold-700)); color: var(--navy-900); box-shadow: 0 8px 24px rgba(184,121,10,0.28); }

.reseller-flow { display: flex; align-items: stretch; gap: 1.5rem; max-width: 900px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.reseller-card {
  flex: 1; min-width: 260px; background: var(--slate-50); border: 1px solid var(--slate-200);
  border-radius: 14px; padding: 1.75rem 1.5rem;
}
.reseller-card-accent { background: var(--blue-50); border-color: var(--blue-100); }
.reseller-card-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--slate-400); margin-bottom: 0.5rem; }
.reseller-card-accent .reseller-card-label { color: var(--blue-600); }
.reseller-card-title { font-size: 1.15rem; font-weight: 800; color: var(--slate-900); margin-bottom: 0.6rem; }
.reseller-card p { margin: 0; color: var(--slate-600); font-size: 0.92rem; }
.reseller-arrow { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.4rem; color: var(--slate-400); flex: 0 0 auto; padding: 0 0.25rem; }
.reseller-arrow-label { font-size: 0.78rem; font-weight: 700; color: var(--blue-600); white-space: nowrap; }
.reseller-arrow-glyph { font-size: 1.8rem; color: var(--blue-500); }
@media (max-width: 700px) { .reseller-arrow { transform: rotate(90deg); } }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.product-card { background: var(--slate-50); border: 1px solid var(--slate-200); border-radius: 14px; padding: 1.75rem 1.5rem; }
.product-icon { width: 38px; height: 38px; border-radius: 9px; background: var(--blue-100); color: var(--blue-600); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.product-card h3 { margin: 0 0 0.35rem; font-size: 1.1rem; color: var(--slate-900); font-weight: 800; }
.product-price { margin: 0 0 0.75rem; font-size: 0.8rem; font-weight: 700; color: var(--blue-600); text-transform: uppercase; letter-spacing: 0.03em; }
.product-card p:last-child { margin: 0; color: var(--slate-600); font-size: 0.92rem; line-height: 1.55; }
@media (max-width: 900px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .product-grid { grid-template-columns: 1fr; } }

.integrations-grid { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.integration-badge { display: flex; align-items: center; gap: 0.6rem; background: #fff; border: 1px solid var(--slate-200); border-radius: 12px; padding: 0.9rem 1.4rem; font-weight: 700; color: var(--slate-900); font-size: 1rem; min-width: 160px; }
.integration-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.integration-badge.soon { opacity: 0.55; }
.integration-soon-tag { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--slate-400); margin-left: auto; }

.cta-band { background: linear-gradient(135deg, var(--blue-700), var(--navy-900)); color: #fff; text-align: center; padding: 4.5rem 1.5rem; }
.cta-band h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin: 0 0 1rem; font-weight: 800; }
.cta-band p { color: rgba(255,255,255,0.75); margin: 0 0 2rem; font-size: 1.05rem; }

footer.site-footer { padding: 3.5rem 1.5rem 2rem; background: var(--slate-50); border-top: 1px solid var(--slate-200); }
.footer-inner { max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; gap: 3rem; flex-wrap: wrap; }
.footer-brand { max-width: 320px; }
.footer-tagline { color: var(--slate-600); font-size: 0.88rem; margin: 1rem 0 0; line-height: 1.6; }
.footer-offices { display: flex; gap: 3rem; flex-wrap: wrap; }
.footer-office h4 { margin: 0 0 0.6rem; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--slate-400); }
.footer-office p { margin: 0 0 0.5rem; color: var(--slate-600); font-size: 0.88rem; line-height: 1.6; }
.footer-office a { color: var(--slate-600); text-decoration: none; }
.footer-office a:hover { color: var(--blue-600); }
.footer-legal { max-width: 1160px; margin: 2.5rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--slate-200); text-align: center; color: var(--slate-400); font-size: 0.82rem; }

/* ---- Horizontal drag/scroll carousel (industries, etc.) — shared
   pattern, page-specific cards go in their own class (e.g. .ind-band). ---- */
.carousel { position: relative; margin: 0 -1.5rem; }
.carousel-track {
  display: flex; align-items: stretch; gap: 1.25rem; overflow-x: auto;
  padding: 0.25rem 1.5rem 1.25rem; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  cursor: grab;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track:active { cursor: grabbing; }
.carousel-arrow {
  position: absolute; top: 40%; transform: translateY(-50%); z-index: 5;
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--slate-200);
  background: #fff; color: var(--slate-900); font-size: 1.3rem; line-height: 1;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: 0 6px 16px rgba(15,23,42,0.12);
}
.carousel-arrow.prev { left: -4px; }
.carousel-arrow.next { right: -4px; }
@media (max-width: 640px) { .carousel-arrow { display: none; } }

.ind-band {
  flex: 0 0 auto; width: min(300px, 78vw);
  background: var(--slate-50); border: 1px solid var(--slate-200); border-radius: 14px; padding: 1.5rem;
}
.ind-band h3 { margin: 0 0 0.5rem; font-size: 1.05rem; color: var(--slate-900); font-weight: 800; }
.ind-band p { margin: 0; color: var(--slate-600); font-size: 0.9rem; line-height: 1.55; }

/* ---- Before/after comparison cards ---- */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
@media (max-width: 780px) { .compare-grid { grid-template-columns: 1fr; } }
.compare-card { border-radius: 16px; padding: 1.75rem; }
.compare-card--before { background: #fff; border: 1px solid var(--slate-200); }
.compare-card--after { background: var(--slate-900); color: #fff; }
.compare-card h4 { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 1.1rem; opacity: 0.6; }
.compare-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.8rem; }
.compare-card li { font-size: 0.92rem; line-height: 1.5; padding-left: 1.4rem; position: relative; }
.compare-card--before li::before { content: '✕'; position: absolute; left: 0; top: 0; color: #dc2626; font-weight: 800; font-size: 0.8rem; }

/* ---- "Add to home screen" install guide ---- */
.install-tabs { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.install-tab { background: #fff; border: 1.5px solid var(--slate-200); color: var(--slate-600); font-weight: 700; font-size: 0.88rem; padding: 0.55rem 1.2rem; border-radius: 999px; cursor: pointer; transition: all .15s; }
.install-tab.active { background: var(--slate-900); color: #fff; border-color: var(--slate-900); }
.install-panel { display: none; }
.install-panel.active { display: block; }
.install-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.install-step { text-align: center; }
.install-step-num { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--handy-gold-500); color: #fff; font-weight: 800; font-size: 0.82rem; margin-bottom: 0.9rem; }
.install-step h4 { font-size: 0.98rem; margin: 0 0 0.4rem; color: var(--slate-900); font-weight: 700; }
.install-step p { font-size: 0.86rem; color: var(--slate-600); margin: 0 0 1rem; line-height: 1.5; }
.install-mock { background: var(--slate-50); border: 1px solid var(--slate-200); border-radius: 16px; padding: 14px; }
.install-mock-bar { display: flex; align-items: center; gap: 6px; background: #fff; border-radius: 10px; padding: 8px 10px; margin-bottom: 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.install-mock-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--slate-200); }
.install-mock-url { flex: 1; height: 8px; background: var(--slate-200); border-radius: 4px; margin: 0 4px; }
.install-mock-icon { width: 22px; height: 22px; border-radius: 5px; display: flex; align-items: center; justify-content: center; color: var(--slate-500, #6b7280); flex-shrink: 0; }
.install-mock-icon.highlight { background: var(--handy-gold-500); color: #fff; box-shadow: 0 0 0 4px rgba(245,166,35,0.25); }
.install-mock-sheet { background: #fff; border-radius: 10px; padding: 10px; text-align: left; }
.install-mock-row { display: flex; align-items: center; gap: 8px; padding: 7px 6px; border-radius: 6px; font-size: 0.78rem; color: #374151; }
.install-mock-row.highlight { background: var(--handy-gold-50); color: var(--handy-gold-700); font-weight: 700; }
.install-mock-row svg { flex-shrink: 0; }
.install-mock-icon-preview { display: flex; justify-content: center; padding: 18px 0; }
.install-mock-icon-preview img { width: 56px; height: 56px; border-radius: 14px; box-shadow: 0 6px 16px rgba(184,121,10,0.35); }
@media (max-width: 760px) { .install-steps { grid-template-columns: 1fr; } }
.compare-card--after li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--amber-500); font-weight: 800; }
