/* ============================================================
   trivolo — Landing institucional (estilos da página)
   Depende de colors_and_type.css + components.css
   ============================================================ */

.lp { overflow-x: hidden; }
.lp *, .lp *::before, .lp *::after { box-sizing: border-box; }
.lp ::selection { background: var(--terracota-100); color: var(--terracota-700); }

/* hold the page hidden until web fonts are ready, so users never see the
   fallback-font layout. No transition — an instant swap can never get stuck hidden. */
.fonts-loading body { opacity: 0; }
body { opacity: 1; }

/* containers */
.lp-wrap { max-width: 1200px; margin: 0 auto; padding: 0 var(--space-8); }
.lp-wrap--narrow { max-width: 940px; }

/* section rhythm */
.lp-section { padding: var(--space-24) 0; }
.lp-section--tight { padding: var(--space-16) 0; }
.lp-bg-sand { background: var(--bege-areia); }
.lp-bg-dark { background: var(--escuro); background-image: var(--noise); color: var(--text-on-dark); }

.lp-eyebrow { display: inline-flex; align-items: center; gap: var(--space-2); }
.lp-eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--terracota-500); }
.lp-section-head { max-width: 60ch; margin-bottom: var(--space-12); }
.lp-section-head h2 { font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: var(--w-semibold);
  letter-spacing: var(--tracking-tight); line-height: 1.08; text-wrap: balance; margin: var(--space-4) 0 var(--space-4); }
.lp-section-head h2 em { font-style: italic; color: var(--terracota); }
.lp-section-head p { font-size: var(--text-lg); color: var(--text-2); line-height: var(--leading-normal); }
.lp-bg-dark .lp-section-head h2 { color: #F5ECE0; }
.lp-bg-dark .lp-section-head h2 em { color: var(--dourado); }
.lp-bg-dark .lp-section-head p { color: var(--text-on-dark-2); }

/* ---------------- NAV ---------------- */
.lp-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; transition: var(--transition); }
.lp-nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px;
  max-width: 1200px; margin: 0 auto; padding: 0 var(--space-8); transition: var(--transition); }
.lp-nav.scrolled:not(.on-dark) { background: rgba(250,246,241,0.82); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.lp-nav.scrolled .lp-nav__inner { height: 64px; }

/* dark mode — when the bar sits over a brown/dark section */
.lp-nav.on-dark { background: rgba(36,24,9,0.72); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(243,234,223,0.10); }
.lp-nav.on-dark .lp-logo { color: #F4ECE0; }
.lp-nav.on-dark .lp-logo .dot { color: var(--dourado); }
.lp-nav.on-dark .lp-nav__links a { color: rgba(243,234,223,0.78); }
.lp-nav.on-dark .lp-nav__links a:hover { color: #FFFFFF; }
.lp-nav.on-dark .lp-burger { background: rgba(243,234,223,0.08); border-color: rgba(243,234,223,0.18); color: #F4ECE0; }
/* "Entrar" ghost button + outline adapt on dark */
.lp-nav.on-dark .tv-btn--ghost { color: rgba(243,234,223,0.82); }
.lp-nav.on-dark .tv-btn--ghost:hover { color: #FFFFFF; background: rgba(243,234,223,0.10); }
.lp-logo { font-size: 2.65rem; font-weight: var(--w-extra); letter-spacing: -0.03em; color: var(--terracota); text-decoration: none; }
.lp-logo .dot { color: var(--dourado); }
.lp-nav__links { display: flex; align-items: center; gap: var(--space-8); }
.lp-nav__links a { position: relative; font-size: var(--text-base); font-weight: var(--w-medium); color: var(--text-2); text-decoration: none; transition: color var(--dur) var(--ease); }
.lp-nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; border-radius: 2px;
  background: var(--terracota-500); transform: scaleX(0); transform-origin: left; transition: transform var(--dur) var(--ease); }
.lp-nav__links a:hover { color: var(--terracota-600); }
.lp-nav__links a:hover::after { transform: scaleX(1); }
.lp-nav__cta { display: flex; align-items: center; gap: var(--space-3); }
.lp-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: var(--radius-md);
  background: var(--bg-raised); align-items: center; justify-content: center; cursor: pointer; color: var(--text); }

/* ---------------- HERO ---------------- */
.lp-hero { position: relative; padding: calc(64px + var(--space-12)) 0 var(--space-12); }
.lp-hero__grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: var(--space-12); align-items: center; }
.lp-hero h1 { font-family: var(--font-display); font-size: clamp(3rem, 6.4vw, 5.4rem); font-weight: var(--w-semibold);
  line-height: 1.02; letter-spacing: -0.025em; text-wrap: balance; margin: var(--space-5) 0 var(--space-6); color: var(--text); }
.lp-hero h1 em { font-style: italic; color: var(--terracota); }
.lp-hero p.lead { font-size: var(--text-lg); color: var(--text-2); line-height: var(--leading-normal); max-width: 46ch; }
.lp-hero__actions { display: flex; gap: var(--space-3); margin-top: var(--space-8); flex-wrap: wrap; }
.lp-hero__trust { display: flex; align-items: center; gap: var(--space-5); margin-top: var(--space-8); flex-wrap: wrap; }
.lp-hero__trust-chips { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.lp-trust-chip { display: inline-flex; align-items: center; gap: 6px; font-size: var(--text-sm); color: var(--text-2); background: var(--bg-sunken); border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 6px 14px; font-weight: var(--w-medium); }

/* storefront mock */
.lp-mock { position: relative; }
.lp-browser { background: var(--bg-raised); border: 1px solid var(--border); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl); overflow: hidden; }
.lp-browser__bar { display: flex; align-items: center; gap: var(--space-3); padding: var(--space-3) var(--space-4);
  border-bottom: 1px solid var(--border); background: var(--bg-sunken); }
.lp-browser__dots { display: flex; gap: 6px; }
.lp-browser__dots i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.lp-browser__url { flex: 1; background: var(--bg-raised); border: 1px solid var(--border); border-radius: var(--radius-pill);
  font-family: var(--font-mono); font-size: 12px; color: var(--text-2); padding: 5px 14px; text-align: center; }
.lp-store { padding: 0; }
.lp-store__hero { aspect-ratio: 16/6.5; background: linear-gradient(150deg, #E8D7BE, #DBC4A4); position: relative; display: flex; align-items: flex-end;
  background-image: repeating-linear-gradient(135deg, rgba(107,85,64,0.06) 0 16px, transparent 16px 32px), linear-gradient(150deg, #E8D7BE, #DBC4A4); }
.lp-store__hero .ph { position: absolute; top: 12px; right: 14px; font-family: var(--font-mono); font-size: 10px; color: rgba(74,56,38,0.5);
  background: rgba(255,255,255,0.5); padding: 2px 8px; border-radius: 99px; }
.lp-store__cover-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.lp-store__pimg { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.lp-store__overlay { position: relative; z-index: 2; width: 100%; padding: var(--space-6) var(--space-6) var(--space-4);
  background: linear-gradient(transparent, rgba(42,31,20,0.55)); pointer-events: none; }
.lp-store__overlay .nm { font-family: var(--font-display); font-size: 1.7rem; font-weight: var(--w-semibold); line-height: 1; color: #FFF6EE; }
.lp-store__overlay .sub { font-size: 12px; color: rgba(255,246,238,0.85); margin-top: 5px; }
.lp-store__bar { display: flex; align-items: center; justify-content: space-between; padding: var(--space-4) var(--space-6) var(--space-3); }
.lp-store__bar .tabs { display: flex; gap: 16px; font-size: 12px; font-weight: 600; color: var(--text-2); }
.lp-store__bar .tabs .on { color: var(--terracota-600); }
.lp-store__bar .cart { width: 30px; height: 30px; border-radius: 9px; background: var(--terracota-500); color: #fff; display: flex; align-items: center; justify-content: center; }
.lp-store__row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: var(--space-3); padding: 0 var(--space-6) var(--space-6); }
.lp-store__item { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; background: var(--bg-raised); }
.lp-store__item .img { aspect-ratio: 1; background: var(--bg-sunken); position: relative;
  background-image: repeating-linear-gradient(135deg, rgba(107,85,64,0.07) 0 9px, transparent 9px 18px); }
.lp-store__item .img::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(214,58,111,0.10), transparent 60%); }
.lp-store__item .nm2 { padding: 8px 10px 2px; font-size: 11px; font-weight: 600; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-store__item .pr { padding: 0 10px 9px; font-family: var(--font-numeric); font-variant-numeric: tabular-nums; font-weight: 700; font-size: 13px; }

/* floating chips on mock */
.lp-float { position: absolute; background: var(--bg-raised); border: 1px solid var(--border);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: var(--space-4); display: flex; align-items: center; gap: var(--space-3); }
.lp-float--sale { bottom: -22px; left: -28px; }
.lp-float--balance { top: 40px; right: -30px; background: var(--escuro); background-image: var(--noise); border-color: transparent; color: var(--text-on-dark); }
.lp-float__ico { width: 40px; height: 40px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex: none; }
.lp-float__label { font-size: 11px; color: var(--text-3); }
.lp-bg-num { font-family: var(--font-numeric); font-variant-numeric: tabular-nums; font-weight: 700; letter-spacing: -0.02em; }

/* ---------------- TRUST / categories strip ---------------- */
.lp-cats { display: flex; flex-wrap: wrap; gap: var(--space-3); justify-content: center; }

/* ---------------- WHITE-LABEL split ---------------- */
.lp-split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-16); align-items: center; }
.lp-brandcards { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); }
.lp-brandcard { border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-md);
  background: var(--bg-raised); transition: var(--transition); padding: 0; }
.lp-brandcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.lp-brandcard img.swatch { width: 100%; height: 140px; object-fit: cover; object-position: top; display: block; border-radius: 0; margin-bottom: 0; }
.lp-brandcard .bn { font-family: var(--font-display); font-size: 1.3rem; font-weight: var(--w-semibold); line-height: 1; padding: var(--space-4) var(--space-4) 0; }
.lp-brandcard .bd { font-family: var(--font-mono); font-size: 11px; color: var(--text-3); margin-top: 6px; padding: 0 var(--space-4) var(--space-4); }

/* ---------------- FEATURES ---------------- */
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.lp-feature { padding: var(--space-8); border-radius: var(--radius-xl); border: 1px solid rgba(243,234,223,0.10);
  background: rgba(243,234,223,0.035); transition: var(--transition); }
.lp-feature:hover { background: rgba(243,234,223,0.06); transform: translateY(-3px); border-color: rgba(201,168,76,0.3); }
.lp-feature__ico { width: 52px; height: 52px; border-radius: var(--radius-md); background: rgba(196,98,45,0.16);
  display: flex; align-items: center; justify-content: center; color: var(--terracota-300); margin-bottom: var(--space-5); }
.lp-feature h3 { font-size: var(--text-lg); font-weight: var(--w-semibold); color: #F5ECE0; margin: 0 0 var(--space-2); }
.lp-feature p { font-size: var(--text-base); color: var(--text-on-dark-2); line-height: var(--leading-normal); margin: 0; }

/* ---------------- STEPS ---------------- */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-8); counter-reset: step; }
.lp-step { position: relative; }
.lp-step__n { font-family: var(--font-numeric); font-variant-numeric: tabular-nums; font-size: 3.2rem; font-weight: var(--w-bold);
  color: var(--terracota-300); line-height: 1; letter-spacing: -0.03em; }
.lp-step h3 { font-size: var(--text-lg); font-weight: var(--w-semibold); margin: var(--space-4) 0 var(--space-2); }
.lp-step p { color: var(--text-2); line-height: var(--leading-normal); margin: 0; }

/* ---------------- SHOWCASE ---------------- */
.lp-showcase { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-6); max-width: 820px; margin: 0 auto; }
.lp-shop { border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border); background: var(--bg-raised);
  box-shadow: var(--shadow-sm); transition: var(--transition); }
.lp-shop:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.lp-shop__img { aspect-ratio: 4/3; background: var(--bg-sunken); position: relative; display: flex; align-items: center; justify-content: center;
  background-image: repeating-linear-gradient(135deg, rgba(107,85,64,0.06) 0 12px, transparent 12px 24px); }
.lp-shop__img .ph { font-family: var(--font-mono); font-size: 11px; color: var(--text-3); }
.lp-shop__body { padding: var(--space-5) var(--space-6); display: flex; align-items: center; justify-content: space-between; }
.lp-shop__nm { font-family: var(--font-display); font-size: 1.4rem; font-weight: var(--w-semibold); line-height: 1; }
.lp-shop__cat { font-family: var(--font-mono); font-size: 11px; color: var(--text-3); margin-top: 4px; }

/* ---------------- PRICING ---------------- */
.lp-toggle { display: inline-flex; align-items: center; gap: 4px; background: var(--bg-raised); border: 1px solid var(--border);
  border-radius: var(--radius-pill); padding: 4px; box-shadow: var(--shadow-xs); }
.lp-toggle button { border: none; background: transparent; cursor: pointer; font-family: var(--font-sans); font-size: var(--text-sm);
  font-weight: var(--w-semibold); color: var(--text-2); padding: 8px 18px; border-radius: var(--radius-pill); transition: var(--transition); }
.lp-toggle button.active { background: var(--terracota-500); color: var(--text-on-brand); box-shadow: var(--shadow-sm); }
.lp-toggle .save { font-size: 11px; color: var(--verde-600); font-weight: var(--w-bold); margin-left: 4px; }

.lp-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); align-items: stretch; }
.lp-plan { background: var(--bg-raised); border: 1px solid var(--border); border-radius: var(--radius-2xl); padding: var(--space-8);
  box-shadow: var(--shadow-sm); transition: var(--transition); position: relative; display: flex; flex-direction: column; }
.lp-plan:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.lp-plan--featured { background: var(--escuro); background-image: var(--noise); color: var(--text-on-dark); border-color: transparent;
  box-shadow: var(--shadow-xl); }
.lp-plan--featured:hover { transform: translateY(-3px); }
.lp-plan__tag { position: absolute; top: var(--space-6); right: var(--space-6); }
/* fee accordion */
.lp-fee-details { margin-top: var(--space-3); }
.lp-fee-summary { display: flex; align-items: center; gap: 5px; cursor: pointer; list-style: none; font-size: var(--text-xs); color: var(--text-3); font-weight: var(--w-medium); user-select: none; }
.lp-fee-summary::-webkit-details-marker { display: none; }
.lp-fee-chevron { width: 12px; height: 12px; transition: transform 0.2s; flex-shrink: 0; }
.lp-fee-details[open] .lp-fee-chevron { transform: rotate(180deg); }
.lp-fee-breakdown { margin-top: var(--space-2); background: var(--bg-sunken); border-radius: var(--radius-md); padding: var(--space-3) var(--space-4); display: flex; flex-direction: column; gap: var(--space-2); }
.lp-fee-row { display: flex; justify-content: space-between; font-size: var(--text-xs); color: var(--text-3); font-family: var(--font-sans); }
.lp-plan--featured .lp-fee-summary { color: rgba(255,255,255,0.55); }
.lp-plan--featured .lp-fee-breakdown { background: rgba(20,10,18,0.30); }
.lp-plan--featured .lp-fee-row { color: rgba(255,255,255,0.6); }
.lp-fee-row--sub { opacity: 0.75; }
.lp-fee-row--total { font-weight: var(--w-semibold); color: var(--text); border-top: 1px solid var(--border); padding-top: var(--space-1); margin-top: var(--space-1); }
.lp-plan--featured .lp-fee-row--total { color: rgba(255,255,255,0.9); border-top-color: rgba(255,255,255,0.18); }
.lp-badge-popular { display: inline-flex; align-items: center; gap: 6px; background: var(--terracota-500); color: #fff;
  font-size: var(--text-xs); font-weight: var(--w-bold); letter-spacing: 0.01em; padding: 5px 12px 5px 10px; border-radius: var(--radius-pill);
  line-height: 1.4; box-shadow: 0 4px 12px rgba(46,27,44,0.30); }
.lp-popular-star { width: 14px; height: 14px; fill: #F3C44B; stroke: #F3C44B; }
.lp-plan__name { font-size: var(--text-md); font-weight: var(--w-bold); }
.lp-plan--featured .lp-plan__name { color: var(--dourado); }
.lp-plan__price { display: flex; align-items: baseline; gap: 4px; margin: var(--space-4) 0 var(--space-2); }
.lp-plan__amount { font-family: var(--font-numeric); font-variant-numeric: tabular-nums; font-size: 3.2rem; font-weight: var(--w-bold);
  letter-spacing: -0.03em; line-height: 1; }
.lp-plan__cur { font-family: var(--font-numeric); font-size: 1.2rem; font-weight: var(--w-medium); color: var(--text-3); }
.lp-plan--featured .lp-plan__cur { color: var(--text-on-dark-2); }
.lp-plan__per { font-size: var(--text-sm); color: var(--text-3); }
.lp-plan--featured .lp-plan__per { color: var(--text-on-dark-2); }
.lp-plan__fee { margin-top: var(--space-3); padding-top: var(--space-4); border-top: 1px dashed var(--border); }
.lp-fee-total { display: flex; align-items: baseline; gap: 5px; font-size: var(--text-sm); color: var(--text-2); line-height: 1.3; }
.lp-fee-total__num { font-family: var(--font-numeric); font-variant-numeric: tabular-nums; font-weight: 700; color: var(--terracota-600); font-size: var(--text-lg); }
.lp-fee-comp { font-size: var(--text-xs); color: var(--text-3); margin-top: 2px; letter-spacing: 0.01em; }
.lp-plan--featured .lp-plan__fee { border-top-color: rgba(243,234,223,0.18); }
.lp-plan--featured .lp-fee-total { color: var(--text-on-dark-2); }
.lp-plan--featured .lp-fee-total__num { color: var(--dourado); }
.lp-plan--featured .lp-fee-comp { color: rgba(255,255,255,0.4); }
.lp-plan__desc { font-size: var(--text-sm); color: var(--text-2); line-height: var(--leading-normal); margin: 0 0 var(--space-2); min-height: 42px; }
.lp-plan--featured .lp-plan__desc { color: var(--text-on-dark-2); }
.lp-plan__groups { margin: var(--space-6) 0 var(--space-8); flex: 1; display: flex; flex-direction: column; gap: var(--space-6); }
.lp-plan__group-label { font-size: 11px; font-weight: var(--w-bold); letter-spacing: 0.09em; text-transform: uppercase; color: var(--text-3); margin-bottom: var(--space-3); }
.lp-plan--featured .lp-plan__group-label { color: var(--text-on-dark-2); }
.lp-plan__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-3); }
.lp-plan__list li { display: flex; align-items: flex-start; gap: var(--space-3); font-size: var(--text-base); color: var(--text); line-height: 1.45; }
.lp-plan--featured .lp-plan__list li { color: var(--text-on-dark); }
.lp-plan__list li .chk { width: 20px; height: 20px; border-radius: 50%; background: var(--success-100); color: var(--verde-600);
  display: flex; align-items: center; justify-content: center; flex: none; margin-top: 1px; }
.lp-plan--featured .lp-plan__list li .chk { background: rgba(47,158,107,0.24); color: #6FD3A2; }
.lp-plan__cta { margin-top: auto; }

/* ---------------- COMPARISON TABLE ---------------- */
.lp-compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch;
  border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; }
.lp-compare { width: 100%; border-collapse: collapse; font-size: var(--text-sm); }
.lp-compare th, .lp-compare td { padding: 13px 22px; text-align: center; border-bottom: 1px solid var(--border); vertical-align: middle; }
.lp-compare th.lp-compare__feat, .lp-compare td.lp-compare__feat { text-align: left; color: var(--text); font-weight: var(--w-medium); padding-left: var(--space-8); white-space: nowrap; }
.lp-compare thead th { font-size: var(--text-xs); font-weight: var(--w-bold); letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--text-3); background: var(--bg-sunken); }
.lp-compare thead th.lp-compare__pro-head { background: var(--terracota-500); color: #fff; font-size: var(--text-base); font-weight: var(--w-bold); letter-spacing: 0; text-transform: none; padding-top: 18px; padding-bottom: 18px; }
.lp-compare tbody tr:nth-child(odd) td { background: #fff; }
.lp-compare tbody tr:nth-child(even) td { background: var(--bege-areia); }
.lp-compare tbody td.lp-compare__pro { background: rgba(214,58,111,0.05) !important; border-left: 2px solid rgba(214,58,111,0.35); border-right: 2px solid rgba(214,58,111,0.35); font-weight: var(--w-semibold); }
.lp-compare tbody tr:nth-child(even) td.lp-compare__pro { background: rgba(214,58,111,0.09) !important; }
.lp-compare tbody tr:last-child td.lp-compare__pro { border-bottom: 2px solid rgba(214,58,111,0.35); }
.lp-compare__divider td { padding: 0 !important; height: 2px !important; background: var(--bg-sunken) !important; }
.lp-compare__divider td.lp-compare__pro { background: rgba(214,58,111,0.12) !important; }
.lp-cmp-yes { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: var(--green); color: #fff; }
.lp-compare__pro .lp-cmp-yes { background: rgba(214,58,111,0.12); color: var(--terracota-600); }
.lp-cmp-no { color: var(--text-3); }
.lp-cmp-no--pro { color: rgba(214,58,111,0.3); }
.lp-compare__note { text-align: center; font-size: var(--text-sm); color: var(--text-2); margin-top: var(--space-6); font-weight: var(--w-medium); }

/* ---------------- TESTIMONIAL ---------------- */
.lp-quote { max-width: 880px; margin: 0 auto; text-align: center; }
.lp-quote blockquote { font-family: var(--font-display); font-size: clamp(1.8rem, 3.6vw, 2.8rem); font-weight: var(--w-medium);
  font-style: italic; line-height: 1.28; letter-spacing: -0.01em; margin: 0 0 var(--space-8); color: var(--text); }
.lp-quote blockquote em { color: var(--terracota); font-style: italic; }
.lp-quote__by { display: flex; align-items: center; justify-content: center; gap: var(--space-3); }
.lp-quote__by .nm { font-weight: var(--w-semibold); }
.lp-quote__by .rl { font-size: var(--text-sm); color: var(--text-2); }

/* ---------------- FINAL CTA ---------------- */
.lp-cta-band { background: var(--terracota-500); background-image: var(--noise); border-radius: var(--radius-2xl);
  padding: var(--space-16); text-align: center; position: relative; overflow: hidden; }
.lp-cta-band::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.32), transparent 70%); top: -120px; right: -80px; }
.lp-cta-band h2 { position: relative; font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: var(--w-semibold);
  color: #FFF6EE; letter-spacing: -0.02em; line-height: 1.06; text-wrap: balance; margin: 0 0 var(--space-4); }
.lp-cta-band p { position: relative; color: #FBE6D6; font-size: var(--text-lg); margin: 0 auto var(--space-8); max-width: 48ch; }
.lp-cta-band .lp-btn-row { position: relative; display: flex; gap: var(--space-3); justify-content: center; flex-wrap: wrap; }
.lp-btn-on-brand { background: #FFFFFF; color: var(--terracota-700); }
.lp-btn-on-brand:hover { background: #FFF6EE; }

/* ---------------- FOOTER ---------------- */
.lp-footer { position: relative; overflow: hidden; isolation: isolate; color: var(--text-on-dark); padding: var(--space-20) 0 var(--space-10);
  background: radial-gradient(110% 130% at 25% 0%, #4A2C46 0%, #3A2138 34%, #2E1B2C 64%, #211320 100%); }
.lp-footer::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: var(--noise); opacity: 0.5; mix-blend-mode: overlay; }
.lp-footer__glow { position: absolute; z-index: 0; width: 70%; height: 90%; left: 22%; top: -20%; transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(242,169,59,0.10), transparent 70%); pointer-events: none; }
.lp-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: var(--space-8); margin-bottom: var(--space-12); }
.lp-footer__logo { display: inline-flex; align-items: flex-end; font-family: var(--font-sans); font-size: 2.9rem; font-weight: var(--w-extra); letter-spacing: -0.04em; line-height: 1; color: var(--brand-lite); }
.lp-footer__logo .sq { width: 0.2em; height: 0.2em; background: var(--action); border-radius: 2px; flex: none;
  margin-left: 0.06em; margin-bottom: 0.06em; box-shadow: 0 0 18px rgba(214,58,111,0.55); }
.lp-footer__about { color: var(--text-on-dark-2); font-size: var(--text-base); line-height: var(--leading-normal); max-width: 34ch; margin-top: var(--space-4); }
.lp-footer h4 { font-size: var(--text-xs); letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--text-on-dark-2); margin: 0 0 var(--space-4); }
.lp-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--space-3); }
.lp-footer ul a { color: #E7DBCB; text-decoration: none; font-size: var(--text-base); transition: var(--transition); }
.lp-footer ul a:hover { color: #F7C9AE; }
.lp-footer__bottom { border-top: 1px solid rgba(243,234,223,0.12); padding-top: var(--space-6); display: flex;
  justify-content: space-between; align-items: center; color: var(--text-on-dark-2); font-size: var(--text-sm); flex-wrap: wrap; gap: var(--space-4); }
.lp-rr { font-size: 0.6em; vertical-align: 0.5em; margin-left: 1px; color: var(--dourado); }
.lp-footer__by { color: var(--text-on-dark-2); }
.lp-footer__by strong { color: #E7DBCB; font-weight: var(--w-semibold); margin-left: 4px; }

/* ---------------- CRAFT GRADIENT (brown radial) ---------------- */
/* shared warm brown gradient used by the features band + footer */
.lp-craft { position: relative; overflow: hidden; isolation: isolate;
  background: radial-gradient(120% 90% at 30% 12%, #4A2C46 0%, #3A2138 32%, #2E1B2C 62%, #241522 100%); }
.lp-craft::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image: var(--noise); opacity: 0.5; mix-blend-mode: overlay; }
.lp-craft__glow { position: absolute; z-index: 0; width: 80%; height: 90%; left: 50%; top: -8%; transform: translateX(-50%);
  background: radial-gradient(50% 45% at 50% 50%, rgba(31,129,137,0.16), transparent 70%); pointer-events: none; }

/* brand lockup (logo + tagline) */
.lp-craft__brand { text-align: center; margin-bottom: var(--space-12); }
.lp-craft__logo { display: inline-flex; align-items: flex-end; font-family: var(--font-sans); font-weight: var(--w-extra);
  letter-spacing: -0.04em; font-size: clamp(2.6rem, 6vw, 4.4rem); line-height: 1; color: var(--brand-lite); }
.lp-craft__logo .sq { width: 0.2em; height: 0.2em; background: var(--action); border-radius: 2px; flex: none;
  margin-left: 0.06em; margin-bottom: 0.06em; box-shadow: 0 0 20px rgba(214,58,111,0.5); }
.lp-craft__tag { margin-top: var(--space-4); font-family: var(--font-sans); font-style: normal; font-weight: var(--w-medium);
  font-size: clamp(1.1rem, 2.4vw, 1.5rem); color: #D9C7D2; text-wrap: balance; }

/* features band inherits dark-on-craft treatment from existing lp-bg-dark rules */
.lp-craft .lp-section-head h2 { color: #F5ECE0; }
.lp-craft .lp-section-head h2 em { color: var(--dourado); }
.lp-craft .lp-section-head p { color: var(--text-on-dark-2); }

/* ---------------- reveal animation ----------------
   Base state is VISIBLE. JS adds .armed to hide, then .in to reveal.
   If JS/transitions never run (print, export, slow paint), content stays visible. */
.reveal { transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.armed { opacity: 0; transform: translateY(24px); }
.reveal.armed.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal.armed { opacity: 1; transform: none; } }

/* ---------------- responsive ---------------- */
@media (max-width: 980px) {
  .lp-hero__grid, .lp-split { grid-template-columns: 1fr; gap: var(--space-12); }
  .lp-features, .lp-steps, .lp-showcase, .lp-plans { grid-template-columns: 1fr; }
  .lp-plan--featured { transform: none; }
  .lp-plan--featured:hover { transform: translateY(-3px); }
  .lp-float--balance { right: 10px; }
  .lp-float--sale { left: 10px; }
  .lp-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .lp-nav__links { display: none; }
  .lp-nav__cta .lp-hide-sm { display: none; }
  .lp-burger { display: flex; }
  .lp-wrap { padding: 0 var(--space-5); }
  .lp-section { padding: var(--space-16) 0; }
  .lp-features { grid-template-columns: 1fr; }
  .lp-footer__grid { grid-template-columns: 1fr; gap: var(--space-8); }
}

/* ============================================================
   RESKIN "ATELIÊ VIVO" — camada de acabamento visual
   Apenas visual: não altera conteúdo, estrutura nem scripts.
   Papéis: teal = identidade · magenta = ação · ameixa = superfície
   escura · choc = título · âmbar/verde = apoio.
   ============================================================ */

/* ---- Títulos: Baloo 2 700 em choc, sem itálico ---- */
.lp-hero h1,
.lp-section h2,
.lp-section-head h2 { color: var(--choc); font-weight: var(--w-bold); letter-spacing: -0.012em; }
.lp-hero h1 em,
.lp-section-head h2 em,
.lp-split h2 em,
.lp-quote blockquote,
.lp-quote blockquote em { font-style: normal !important; }
/* seções escuras mantêm título claro */
.lp-bg-dark .lp-section-head h2,
.lp-craft .lp-section-head h2 { color: #F6ECF2; }
#planos .lp-section-head h2 { color: #F6ECF2; }
#planos .lp-section-head h2 em { color: var(--amber); }

/* Destaque colorido (máx. 1 por título) = magenta */
.lp-section-head h2 em,
.lp-split h2 em,
.lp-quote blockquote em { color: var(--action); }

/* Hero: palavra-carinho em Pacifico — ÚNICA ocorrência da página,
   inclinada −1.5°, em magenta */
.lp-hero h1 em {
  font-family: var(--font-script); font-weight: 400; font-style: normal;
  color: var(--action); display: inline-block; transform: rotate(-1.5deg);
  padding: 0 0.06em; line-height: 1;
}

/* ---- Wordmark: palavra teal + ponto magenta ---- */
.lp-logo { font-family: var(--font-sans); font-weight: var(--w-extra); letter-spacing: -0.04em; color: var(--brand); }
/* ponto da marca = quadradinho magenta com radius 2 (igual ao rodapé) */
.lp-logo .dot {
  display: inline-block; width: 0.2em; height: 0.2em;
  margin-left: 0.05em; vertical-align: baseline;
  background: var(--action); border-radius: 2px;
  overflow: hidden; text-indent: 101%; white-space: nowrap; color: transparent; line-height: 0;
}
.lp-nav.on-dark .lp-logo { color: var(--brand-lite); }
.lp-nav.on-dark .lp-logo .dot { color: var(--action); }

/* ---- Nav ---- */
.lp-nav.scrolled:not(.on-dark) { background: rgba(255,248,243,0.86); backdrop-filter: blur(14px); }
.lp-nav__links a::after { background: var(--brand); }
.lp-nav__links a:hover { color: var(--action); }
.lp-nav__links a:hover::after { background: var(--action); }
/* "Entrar" ghost em teal (secundário) */
.lp-nav .tv-btn--ghost { --_fg: var(--brand-deep); border: 2px solid var(--brand-soft); background: var(--bg-raised); box-shadow: var(--shadow-xs); }
.lp-nav .tv-btn--ghost:hover { --_fg: var(--brand-deep); border-color: var(--brand); background: var(--brand-soft); }

/* ---- Eyebrows como pílula (tape) teal ---- */
.lp-eyebrow {
  background: var(--brand-soft); color: var(--brand-deep);
  font-family: var(--font-display); font-weight: var(--w-bold);
  font-size: 14px; letter-spacing: 0; text-transform: none;
  border-radius: var(--r-pill); padding: 8px 18px; gap: 8px;
}
.lp-eyebrow::before { display: none; }
.lp-craft .lp-eyebrow, .lp-bg-dark .lp-eyebrow, #planos .lp-eyebrow { background: rgba(141,208,212,0.15); color: var(--brand-lite); }

/* ---- Bolhas de ícone dos recursos (56px, cor saturada, ícone branco) ----
   Ciclo por item: teal → magenta → âmbar → verde ... */
.lp-feature__ico {
  width: 56px; height: 56px; border-radius: 18px;
  background: var(--brand); color: #fff; margin-bottom: var(--space-5);
  box-shadow: 0 6px 16px rgba(31,129,137,0.34);
}
.lp-feature__ico svg, .lp-feature__ico i { width: 26px; height: 26px; }
.lp-features .lp-feature:nth-child(4n+2) .lp-feature__ico { background: var(--action); box-shadow: 0 6px 16px rgba(214,58,111,0.34); }
.lp-features .lp-feature:nth-child(4n+3) .lp-feature__ico { background: var(--amber); box-shadow: 0 6px 16px rgba(242,169,59,0.34); }
.lp-features .lp-feature:nth-child(4n+4) .lp-feature__ico { background: var(--green); box-shadow: 0 6px 16px rgba(47,158,107,0.34); }
.lp-feature:hover { border-color: rgba(141,208,212,0.28); }
.lp-feature h3 { font-family: var(--font-display); font-weight: var(--w-bold); color: #F6ECF2; }

/* Steps: número em magenta; título em Baloo */
.lp-step__n { color: var(--action); }
.lp-step h3 { font-family: var(--font-display); font-weight: var(--w-bold); }

/* ---- Mock: moldura de janela + chips de categoria (ativo magenta) ---- */
.lp-browser { border-radius: var(--r-big); }
.lp-browser__dots i { background: var(--border) !important; }
.lp-browser__url { font-family: var(--font-numeric); font-size: 11.5px; }
.lp-store__bar .tabs { gap: 8px; flex-wrap: nowrap; overflow: hidden; }
.lp-store__bar .tabs span {
  font-size: 11px; font-weight: 700; padding: 5px 11px; white-space: nowrap;
  border-radius: var(--r-pill); background: var(--bg-sunken); color: var(--text-2);
}
.lp-store__bar .tabs .on { background: var(--action); color: #fff; }
.lp-store__bar .cart { border-radius: 11px; }

/* Toast saque: bolha âmbar */
.lp-float--balance .lp-float__ico { background: rgba(242,169,59,0.20) !important; color: var(--amber) !important; }

/* Trust chips + categorias = pílulas quentes/teal */
.lp-trust-chip { background: var(--brand-soft); border-color: transparent; color: var(--brand-deep); }
.lp-trust-chip .tv-ico { color: var(--brand); }
/* Faixa de categorias — chips brancos com bolinha colorida (ciclando) */
.lp-cats-strip { padding: var(--space-12) 0; background: linear-gradient(180deg, var(--bg-sunken), #FDF3EE); }
.lp-cats { gap: var(--space-3); }
.lp-cats .tv-tag {
  position: relative; border-radius: var(--r-pill);
  background: #fff; border: 1px solid var(--border); color: var(--text);
  font-weight: var(--w-semibold); font-size: var(--text-base);
  padding: 9px 18px 9px 32px; box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.lp-cats .tv-tag::before {
  content: ""; position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
  width: 9px; height: 9px; border-radius: 50%; background: var(--brand);
}
.lp-cats .tv-tag:nth-child(4n+2)::before { background: var(--action); }
.lp-cats .tv-tag:nth-child(4n+3)::before { background: var(--amber); }
.lp-cats .tv-tag:nth-child(4n+4)::before { background: var(--green); }
.lp-cats .tv-tag:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--brand-soft); }

/* Checks das listas (cards claros) = verde sólido */
.lp-plan__list li .chk { background: var(--green); color: #fff; }

/* ---- ÁREA DE PLANOS = zona séria, fundo ameixa ---- */
#planos { background: var(--plum); background-image: var(--noise); }
#planos .lp-section-head p { color: var(--text-on-dark-2); }
#planos > .lp-wrap > p { color: var(--text-on-dark-2) !important; }
#planos .lp-toggle { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); }
#planos .lp-toggle button { color: var(--text-on-dark-2); }
#planos .lp-toggle button.active { background: var(--action); color: #fff; }
#planos .lp-toggle .save { color: #6FD3A2; }
.lp-plan { border-radius: 24px; }
.lp-plan:not(.lp-plan--featured) { background: #fff; border-color: var(--border); }
.lp-plan--featured {
  background: linear-gradient(160deg, rgba(214,58,111,0.18), rgba(46,27,44,0)), var(--plum);
  border: 2px solid var(--action);
  box-shadow: 0 20px 60px rgba(46,27,44,0.45);
}
.lp-plan--featured .lp-plan__name { color: #FF9CBF; }
.lp-plan--featured .lp-fee-total__num { color: #FF9CBF; }

/* ---- CTA final: bloco magenta com blobs teal + âmbar ---- */
.lp-cta-band { background: var(--action); border-radius: 32px; }
.lp-cta-band::after {
  content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, var(--brand), transparent 70%);
  opacity: 0.42; filter: blur(72px); top: -140px; right: -90px;
}
.lp-cta-band::before {
  content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, var(--amber), transparent 70%);
  opacity: 0.38; filter: blur(80px); bottom: -150px; left: -80px; z-index: 0;
}
.lp-cta-band h2 { color: #fff; }
.lp-cta-band p { color: rgba(255,255,255,0.92); }
.lp-btn-on-brand { background: #fff; color: var(--action-deep); }
.lp-btn-on-brand:hover { background: #FFF0F5; }

/* Footer: hover magenta claro + selo ® magenta */
.lp-footer ul a:hover { color: #FF9CBF; }
.lp-rr { color: var(--action); }

/* Redes sociais no rodapé */
.lp-footer__social { display: flex; gap: var(--space-3); margin-top: var(--space-5); }
.lp-footer__social a {
  width: 42px; height: 42px; border-radius: 12px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--brand-lite); background: rgba(141,208,212,0.12);
  border: 1px solid rgba(141,208,212,0.22); text-decoration: none;
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.lp-footer__social a:hover { transform: translateY(-2px); color: #fff; background: var(--action); border-color: var(--action); }
.lp-footer__social a svg { width: 20px; height: 20px; }

/* Depoimento: Baloo em choc */
.lp-quote blockquote { font-family: var(--font-display); font-weight: var(--w-semibold); color: var(--choc); }

/* Seleção de texto (herda dos tokens magenta) já OK.
   prefers-reduced-motion: desliga todas as animações/transições */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .lp-hero h1 em { transform: none; }
}
