:root {
  --ft-ink: #1f2937;
  --ft-ink-soft: #4b5563;
  --ft-muted: #9ca3af;
  --ft-line: #e5e7eb;
  --ft-bg: #fdf2f8;
  --ft-bg-warm: #fce7f3;
  --ft-pink: #ec4899;
  --ft-pink-dark: #db2777;
  --ft-blue: #3b82f6;
  --ft-blue-dark: #2563eb;
  --ft-success: #16a34a;
  --ft-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  --ft-radius: 16px;
  --ft-brand: var(--ft-pink);
  --ft-brand-dark: var(--ft-pink-dark);
}

/* Lift the page background up to <html>/<body> so the cream/pink gradient
   covers the full viewport — including the strip behind the fixed inset
   header and the area above/around the footer. */
html, body {
  background: var(--ft-bg);
  background-image: radial-gradient(circle at 0% 0%, #fef9c3 0%, transparent 40%),
                    radial-gradient(circle at 100% 100%, #dbeafe 0%, transparent 40%);
  background-attachment: fixed;
}

.ft-page {
  background: transparent;
  color: var(--ft-ink);
  font-family: "DM Sans", "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 96px;
}
.ft-page h1, .ft-page h2, .ft-page h3 { font-family: "DM Serif Display", serif; font-weight: 400; }
.ft-container { max-width: 1180px; margin: 0 auto; padding: 0 16px; }

.ft-hero { padding: 28px 0 8px; text-align: center; }
.ft-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid var(--ft-line);
  padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--ft-ink-soft);
}
.ft-hero h1 { font-size: clamp(30px, 4.8vw, 56px); line-height: 1.05; margin: 14px 0 10px; letter-spacing: -0.01em; }
.ft-hero h1 .ft-hi {
  background: linear-gradient(120deg, var(--ft-pink) 0%, var(--ft-blue) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ft-hero p { color: var(--ft-ink-soft); font-size: clamp(15px, 1.6vw, 18px); max-width: 660px; margin: 0 auto; }
.ft-trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 22px; margin: 18px 0 6px; font-size: 13px; color: var(--ft-ink-soft); }
.ft-trust-row b { color: var(--ft-ink); }

.ft-buy-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; margin-top: 28px; }
@media (max-width: 880px) { .ft-buy-grid { grid-template-columns: 1fr; gap: 20px; } }

.ft-gallery { position: sticky; top: 84px; }
.ft-gallery-main {
  background: #fff; border: 1px solid var(--ft-line); border-radius: var(--ft-radius);
  aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden;
  box-shadow: var(--ft-shadow); position: relative;
}
.ft-gallery-flag {
  position: absolute; top: 14px; left: 14px;
  background: var(--ft-pink); color: #fff;
  font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 8px;
  letter-spacing: 0.03em;
}

/* CSS Tree illustration */
.ft-tree-wrap { width: 84%; aspect-ratio: 1; position: relative; }
.ft-tree-svg { width: 100%; height: 100%; display: block; }
.ft-fp { transition: transform .3s; }
.ft-fp.pink { fill: var(--ft-pink); opacity: .85; }
.ft-fp.blue { fill: var(--ft-blue); opacity: .85; }
.ft-fp.gold { fill: #ca8a04; opacity: .85; }
.ft-fp:hover { transform: scale(1.15); }

.ft-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.ft-thumbs button {
  appearance: none; border: 2px solid var(--ft-line); background: #fff;
  border-radius: 12px; aspect-ratio: 1 / 1; cursor: pointer; padding: 6px;
  font-size: 10px; color: var(--ft-muted); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em;
  transition: border-color .15s, transform .15s;
}
.ft-thumbs button.is-active { border-color: var(--ft-brand); color: var(--ft-ink); }
.ft-thumbs button:hover { transform: translateY(-1px); }

.ft-buybox h2 { font-size: clamp(22px, 2.6vw, 30px); line-height: 1.15; margin: 0 0 8px; }
.ft-rating { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ft-ink-soft); margin-bottom: 12px; }
.ft-stars { color: #f5a623; letter-spacing: 1px; }
.ft-price-row { display: flex; align-items: baseline; gap: 10px; margin: 10px 0 16px; }
.ft-price-now { font-size: 28px; font-weight: 800; color: var(--ft-ink); }
.ft-price-was { font-size: 16px; color: var(--ft-muted); text-decoration: line-through; }
.ft-save { background: #dcfce7; color: var(--ft-success); font-size: 12px; font-weight: 700; padding: 4px 8px; border-radius: 6px; }

.ft-coupon {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  border: 1px dashed var(--ft-brand); background: #fdf2f8;
  padding: 10px 14px; border-radius: 12px; margin-bottom: 18px;
}
.ft-coupon-text { font-size: 13px; color: var(--ft-ink-soft); }
.ft-coupon-text b { color: var(--ft-brand-dark); }
.ft-coupon-code {
  background: #fff; border: 1px solid var(--ft-brand); color: var(--ft-brand-dark);
  font-weight: 800; font-size: 13px; padding: 6px 10px; border-radius: 8px;
  cursor: pointer; letter-spacing: 0.06em;
}

.ft-opt-group { margin: 14px 0 4px; }
.ft-opt-label { display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ft-ink-soft); margin-bottom: 8px; }
.ft-opt-label small { font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--ft-muted); }
.ft-opt-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.ft-opt-row.cols-2 { grid-template-columns: 1fr 1fr; }
.ft-opt {
  appearance: none; border: 1.5px solid var(--ft-line); background: #fff;
  border-radius: 12px; padding: 12px 14px; cursor: pointer; text-align: left;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.ft-opt:hover { border-color: #d4d4d8; }
.ft-opt.is-active { border-color: var(--ft-brand); box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.18); }
.ft-opt-title { font-weight: 700; font-size: 15px; color: var(--ft-ink); display: block; }
.ft-opt-sub { display: block; font-size: 12px; color: var(--ft-muted); margin-top: 2px; }

.ft-palette-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ft-palette {
  appearance: none; border: 2px solid var(--ft-line); background: #fff;
  border-radius: 12px; padding: 10px; cursor: pointer; text-align: center;
  transition: border-color .15s, transform .15s;
}
.ft-palette:hover { transform: translateY(-2px); }
.ft-palette.is-active { border-color: var(--ft-ink); }
.ft-palette-swatches { display: flex; justify-content: center; gap: 4px; margin-bottom: 6px; }
.ft-swatch { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px var(--ft-line); }
.ft-palette-name { font-size: 12px; font-weight: 700; color: var(--ft-ink); }

.ft-qty { display: inline-flex; align-items: center; border: 1.5px solid var(--ft-line); border-radius: 12px; overflow: hidden; background: #fff; }
.ft-qty button { appearance: none; border: 0; background: #fff; width: 38px; height: 42px; font-size: 18px; cursor: pointer; color: var(--ft-ink); }
.ft-qty button:disabled { color: var(--ft-line); cursor: not-allowed; }
.ft-qty span { min-width: 36px; text-align: center; font-weight: 700; }

.ft-cta { display: block; width: 100%; margin-top: 16px; padding: 16px 18px; background: var(--ft-ink); color: #fff; border: 0; border-radius: 14px; font-size: 16px; font-weight: 700; cursor: pointer; text-align: center; text-decoration: none; transition: transform .15s, background .15s; }
.ft-cta:hover { background: #000; transform: translateY(-1px); color: #fff; }
.ft-cta.alt { background: #25d366; }
.ft-cta.alt:hover { background: #1ebe5d; }

.ft-trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 14px; font-size: 12px; color: var(--ft-ink-soft); text-align: center; }
.ft-trust-list span { padding: 8px 4px; background: #fff; border-radius: 10px; border: 1px solid var(--ft-line); }

.ft-section { margin-top: 56px; }
.ft-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ft-pink-dark); margin-bottom: 8px; }
.ft-section h2 { font-size: clamp(24px, 3vw, 36px); line-height: 1.15; margin: 0 0 8px; }
.ft-section .ft-lede { color: var(--ft-ink-soft); font-size: 16px; max-width: 660px; }
.ft-section-head { margin-bottom: 22px; }

.ft-usecases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 880px) { .ft-usecases { grid-template-columns: repeat(2, 1fr); } }
.ft-usecase { background: #fff; border: 1px solid var(--ft-line); border-radius: var(--ft-radius); padding: 18px; text-align: center; box-shadow: var(--ft-shadow); }
.ft-usecase-emoji { font-size: 36px; }
.ft-usecase h3 { font-size: 16px; margin: 6px 0 4px; }
.ft-usecase p { font-size: 13px; color: var(--ft-muted); margin: 0; }

.ft-split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
@media (max-width: 720px) { .ft-split { grid-template-columns: 1fr; } }
.ft-split-card { background: #fff; border-radius: var(--ft-radius); padding: 24px; border: 1px solid var(--ft-line); box-shadow: var(--ft-shadow); position: relative; overflow: hidden; }
.ft-split-card.pink { background: #fce7f3; }
.ft-split-card.blue { background: #dbeafe; }
.ft-split-card h3 { font-size: 22px; margin: 0 0 10px; }
.ft-split-card ul { margin: 8px 0 0; padding-left: 0; list-style: none; }
.ft-split-card li { padding: 6px 0 6px 28px; position: relative; font-size: 14px; color: var(--ft-ink-soft); }
.ft-split-card li::before { content: "•"; position: absolute; left: 8px; top: 4px; color: var(--ft-ink); font-weight: 800; }

.ft-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 720px) { .ft-specs { grid-template-columns: repeat(2, 1fr); } }
.ft-spec { background: #fff; border: 1px solid var(--ft-line); border-radius: 12px; padding: 16px; }
.ft-spec-k { font-size: 12px; color: var(--ft-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.ft-spec-v { font-size: 18px; font-weight: 700; margin-top: 4px; color: var(--ft-ink); font-family: "DM Sans", sans-serif; }

.ft-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
@media (max-width: 720px) { .ft-steps { grid-template-columns: 1fr; } }
.ft-step { background: #fff; border-radius: var(--ft-radius); padding: 22px; border: 1px solid var(--ft-line); position: relative; }
.ft-step::before { counter-increment: step; content: counter(step); position: absolute; top: 18px; right: 18px; width: 32px; height: 32px; border-radius: 50%; background: var(--ft-ink); color: #fff; display: grid; place-items: center; font-weight: 800; }
.ft-step h3 { font-size: 17px; margin: 0 0 8px; padding-right: 40px; }
.ft-step p { font-size: 14px; color: var(--ft-ink-soft); margin: 0; }

.ft-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 880px) { .ft-reviews { grid-template-columns: 1fr; } }
.ft-review { background: #fff; border: 1px solid var(--ft-line); border-radius: var(--ft-radius); padding: 20px; box-shadow: var(--ft-shadow); }
.ft-review p { font-size: 14px; color: var(--ft-ink); margin: 10px 0; line-height: 1.5; }
.ft-review-by { font-size: 12px; color: var(--ft-muted); }
.ft-review-by b { color: var(--ft-ink); }

.ft-faq { background: #fff; border: 1px solid var(--ft-line); border-radius: var(--ft-radius); overflow: hidden; }
.ft-faq details { padding: 16px 20px; border-bottom: 1px solid var(--ft-line); cursor: pointer; }
.ft-faq details:last-child { border-bottom: 0; }
.ft-faq summary { list-style: none; font-weight: 700; font-size: 15px; display: flex; justify-content: space-between; align-items: center; color: var(--ft-ink); }
.ft-faq summary::-webkit-details-marker { display: none; }
.ft-faq summary::after { content: "+"; font-size: 22px; color: var(--ft-brand); }
.ft-faq details[open] summary::after { content: "−"; }
.ft-faq details p { margin: 10px 0 0; font-size: 14px; color: var(--ft-ink-soft); line-height: 1.55; }

.ft-guarantee { background: var(--ft-ink); color: #fff; border-radius: var(--ft-radius); padding: 28px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
@media (max-width: 720px) { .ft-guarantee { grid-template-columns: 1fr; text-align: center; } }
.ft-guarantee h3 { margin: 0 0 6px; font-size: 22px; }
.ft-guarantee p { margin: 0; opacity: 0.85; font-size: 15px; }
.ft-guarantee .ft-cta { margin: 0; background: var(--ft-pink); color: #fff; }
.ft-guarantee .ft-cta:hover { background: var(--ft-pink-dark); }

.ft-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: #fff; border-top: 1px solid var(--ft-line); box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.06); padding: 10px 14px env(safe-area-inset-bottom); }
.ft-sticky-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 12px; }
.ft-sticky-left { flex: 1; min-width: 0; }
.ft-sticky-title { font-size: 13px; font-weight: 700; color: var(--ft-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ft-sticky-price { font-size: 12px; color: var(--ft-ink-soft); }
.ft-sticky-price b { color: var(--ft-ink); font-size: 14px; }
.ft-sticky button { appearance: none; border: 0; background: var(--ft-pink); color: #fff; padding: 12px 18px; border-radius: 10px; font-weight: 700; font-size: 14px; cursor: pointer; }
.ft-sticky button:hover { background: var(--ft-pink-dark); }

/* ─── Shared reviews widget tokens — consumed by reviews.css under
   body.landing-fraunces-page. Mapped to the fingerprint-tree (pink + blue) palette. ─── */
:root {
  --sb-ink: #1F2937;
  --sb-muted: #6B7280;
  --sb-line: rgba(31, 41, 55, 0.10);
  --sb-card: rgba(255, 255, 255, 0.92);
  --sb-shadow: 0 8px 22px rgba(31, 41, 55, 0.08);
  --sb-accent: #EC4899;
  --sb-accent-deep: #DB2777;
  --sb-secondary: #3B82F6;
}
