@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,600,700,800,900&display=swap');

/* ============================================================
   Roccos Cosméticos — Website (Elementor-ready HTML prototype)
   Built on the design-system tokens (../styles.css).
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--surface-page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }

/* ---- Layout primitives ---- */
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.section { padding: 120px 0; position: relative; }
.section--tight { padding: 88px 0; }
.bg-creme { background: var(--creme-pele); }
.bg-offwhite { background: var(--offwhite-premium); }
.bg-nude { background: var(--nude-areia); }
.bg-warm { background: var(--grad-warm-page); }
.bg-dark { background: var(--brown-deep); color: var(--text-on-dark); }
.bg-glow { background: var(--grad-amber-glow); color: var(--text-on-dark); }
.bg-brown { background: var(--brown-roccos); color: var(--creme-pele); }

/* ---- Type helpers ---- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-body); font-weight: 600; font-size: 13px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--brown-roccos);
}
.eyebrow::before { content: ""; width: 34px; height: 1.5px; background: currentColor; }
.eyebrow.on-dark { color: var(--gold-roccos); }
.eyebrow.center { justify-content: center; }

h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.06; color: var(--text-strong); }
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-glow h1, .bg-glow h2, .bg-glow h3, .bg-brown h2 { color: var(--creme-pele); }
.h-hero { font-weight: 700; font-size: clamp(2.6rem, 5.4vw, 4.7rem); }
.h-section { font-weight: 700; font-size: clamp(2rem, 3.6vw, 3.1rem); }
.h-sub { font-weight: 700; font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.ital { font-family: var(--font-editorial); font-style: italic; font-weight: 600; }
.gold { color: var(--gold-roccos); }
.gold-text { color: var(--text-gold); }

.band {
  font-family: var(--font-editorial); font-style: italic; font-weight: 600;
  color: var(--gold-roccos); background: var(--brown-roccos);
  padding: 0 0.3em 0.04em; border-radius: 6px; line-height: 1.05;
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
h1:has(.band), h2:has(.band), h3:has(.band), .h-hero:has(.band), .h-section:has(.band) { line-height: 1.3; }
.band--gold { background: var(--gold-roccos); color: var(--brown-deep); }

.lead { font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.65; color: var(--text-muted); }
.bg-dark .lead, .bg-glow .lead { color: var(--text-on-dark-muted); }
.measure { max-width: 60ch; }
.measure-sm { max-width: 46ch; }
.center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px; letter-spacing: 0.01em;
  padding: 15px 30px; border-radius: var(--radius-pill); cursor: pointer;
  border: 1.5px solid transparent; transition: transform var(--dur-fast) var(--ease-out), filter var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
}
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--brown-roccos); color: var(--creme-pele); border-color: var(--brown-roccos); }
.btn--primary:hover { filter: brightness(0.92); }
.btn--gold { background: var(--gold-roccos); color: var(--brown-deep); border-color: var(--gold-roccos); }
.btn--gold:hover { filter: brightness(0.95); }
.btn--ghost { background: transparent; color: var(--brown-roccos); border-color: var(--brown-roccos); }
.btn--ghost:hover { background: var(--brown-roccos); color: var(--creme-pele); }
.btn--ghost.on-dark { color: var(--gold-roccos); border-color: var(--gold-roccos); }
.btn--ghost.on-dark:hover { background: var(--gold-roccos); color: var(--brown-deep); }

.arrow {
  display: inline-flex; align-items: center; gap: 16px;
  font-family: var(--font-body); font-weight: 500; font-size: 15px; color: var(--brown-roccos);
  border: 1.5px solid var(--brown-roccos); border-radius: var(--radius-pill); padding: 14px 28px;
  cursor: pointer; transition: gap var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
}
.arrow svg { width: 32px; height: 11px; flex: none; }
.arrow:hover { gap: 24px; background: var(--brown-roccos); color: var(--creme-pele); }
.arrow.on-dark { color: var(--gold-roccos); border-color: var(--gold-roccos); }
.arrow.on-dark:hover { background: var(--gold-roccos); color: var(--brown-deep); }

.cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* ---- Breadcrumb ---- */
.breadcrumb { padding: 20px 0; border-bottom: 1px solid var(--line-warm); background: var(--offwhite-premium); }
.breadcrumb .wrap { display: flex; align-items: center; gap: 10px; height: auto; }
.breadcrumb a { font-family: 'Poppins', sans-serif; font-size: .85rem; font-weight: 600; color: var(--text-gold); display: inline-flex; align-items: center; gap: 6px; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { color: var(--line-warm); font-size: .85rem; }
.breadcrumb .current { font-family: 'Poppins', sans-serif; font-size: .85rem; color: var(--text-muted); }

/* ---- Header / nav ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248, 245, 236, 0.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-warm);
}
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 110px; }
.brand-logo { height: 128px; width: auto; object-fit: contain; }
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 148px; }
.nav { display: flex; align-items: center; gap: 30px; margin-left: 14px; }
.nav a { font-size: 14.5px; font-weight: 500; color: var(--text-body); transition: color var(--dur-base); position: relative; }
.nav a:hover { color: var(--brown-roccos); }
.nav a.active { color: var(--brown-roccos); }
.nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--gold-roccos); border-radius: 2px; }
.header-cta { margin-left: auto; white-space: nowrap; flex-shrink: 0; }
.nav-close { display: none; }
.nav-toggle { display: none; margin-left: auto; background: none; border: none; cursor: pointer; padding: 8px; width: 40px; height: 40px; flex: none; -webkit-appearance: none; appearance: none; align-items: center; justify-content: center; flex-direction: column; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--brown-roccos); margin: 4px 0; transition: transform var(--dur-base), opacity var(--dur-base); border-radius: 1px; flex: none; }
.site-header.open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header.open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.site-header.open .nav-close {
  display: flex; align-items: center; gap: 8px; width: 100%;
  background: none; border: none; border-bottom: 1px solid var(--line-warm);
  padding: 12px 0 16px; margin-bottom: 4px; cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--brown-roccos);
}
.nav-close svg { width: 18px; height: 18px; }

/* ---- Padrões split (qualidade) ---- */
.pillars-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 860px) { .pillars-split { grid-template-columns: 1fr; gap: 32px; } }

/* ---- Hero ---- */
.hero { position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 22px; }
.hero .lead { margin-bottom: 34px; max-width: 44ch; }
.hero-media { position: relative; }
.hero-media img { width: 100%; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

/* ---- Badge / chip ---- */
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-body); font-weight: 500; font-size: 12px; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 7px 14px; border-radius: var(--radius-pill);
}
.chip--soft { background: var(--creme-warm); color: var(--brown-roccos); border: 1px solid var(--line-warm); }
.chip--gold { background: var(--gold-roccos); color: var(--brown-deep); }
.chip--ghost-dark { background: transparent; color: var(--gold-roccos); border: 1px solid var(--line-gold); }
.chip svg { width: 14px; height: 14px; }

/* ---- Section header ---- */
.sec-head { max-width: 720px; }
.sec-head.center { margin: 0 auto; }
.sec-head .eyebrow { margin-bottom: 18px; }
.sec-head h2 { margin-bottom: 16px; }

/* ---- Grids ---- */
.grid { display: grid; gap: 26px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* ---- Cards ---- */
.card {
  background: var(--surface-card); border: 1px solid var(--line-warm);
  border-radius: var(--radius-lg); padding: 34px 32px;
  box-shadow: var(--shadow-sm); transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card .ico {
  width: 56px; height: 56px; border-radius: 50%; border: 1.5px solid var(--gold-deep);
  display: flex; align-items: center; justify-content: center; color: var(--gold-deep); margin-bottom: 22px;
}
.card .ico svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.35rem; font-weight: 700; color: var(--brown-roccos); margin-bottom: 10px; }
.card p { font-size: 0.98rem; line-height: 1.6; color: var(--text-muted); }
.card--dark { background: var(--brown-deep-90); border-color: var(--line-gold); }
.card--dark h3 { color: var(--gold-roccos); }
.card--dark p { color: var(--text-on-dark-muted); }
.card--dark .ico { border-color: var(--gold-roccos); color: var(--gold-roccos); }

/* ---- Product / category card ---- */
.pcard {
  background: var(--surface-card); border: 1px solid var(--line-warm);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  display: flex; flex-direction: column;
}
.pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pcard .pimg { aspect-ratio: 4/5; background: var(--grad-amber-glow); position: relative; overflow: hidden; }
.pcard .pimg img { width: 100%; height: 100%; object-fit: cover; }
.pcard .pbody { padding: 24px 26px 30px; }
.pcard .pcat { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-gold); font-weight: 600; }
.pcard h3 { font-size: 1.4rem; font-weight: 700; color: var(--text-strong); margin: 10px 0 8px; }
.pcard .pdesc { font-size: 0.95rem; line-height: 1.55; color: var(--text-muted); }
.pcard .pactives { margin-top: 16px; font-size: 0.82rem; color: var(--cinza-sensorial); line-height: 1.5; }
.pcard .pactives b { color: var(--brown-roccos); font-weight: 600; }
.pcard .plink { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: .85rem; font-weight: 600; color: var(--brown-roccos); border-bottom: 1.5px solid var(--gold-roccos); padding-bottom: 2px; transition: gap .2s, color .2s; }
.pcard .plink:hover { gap: 12px; color: var(--ambar-serum); }

/* ---- Trail / process path (shared: home + marca própria) ---- */
.trail {
  position: relative; margin-top: 56px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px 18px;
}
.trail-step { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.trail-step:not(:nth-child(4n))::after {
  content: ''; position: absolute; top: 27px; left: calc(50% + 28px + 18px); width: calc(100% - 56px - 36px); height: 2px;
  background: repeating-linear-gradient(to right, var(--gold-roccos) 0, var(--gold-roccos) 8px, transparent 8px, transparent 16px);
  z-index: 0;
}
.trail-dot {
  width: 56px; height: 56px; border-radius: 50%; flex: none;
  background: var(--brown-roccos); border: 3px solid var(--gold-roccos);
  display: flex; align-items: center; justify-content: center; z-index: 1;
  font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: var(--gold-roccos);
  margin-bottom: 18px; transition: transform .25s, box-shadow .25s;
}
.trail-step:hover .trail-dot { transform: translateY(-4px) scale(1.06); box-shadow: 0 10px 26px rgba(214,179,108,.3); }
.trail-card { display: flex; flex-direction: column; gap: 8px; }
.trail-card h4 { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--brown-roccos); line-height: 1.2; }
.trail-card p { font-size: .88rem; line-height: 1.55; color: var(--text-muted); }
.trail--on-dark .trail-card h4 { color: var(--gold-roccos); }
.trail--on-dark .trail-card p { color: var(--text-on-dark-muted); }
@media (max-width: 860px) {
  .trail { grid-template-columns: 1fr; gap: 8px; }
  .trail-step::after { display: none; }
  .trail-step:not(:last-child)::before {
    content: ''; position: absolute; top: 56px; left: 27px; width: 2px; height: calc(100% - 38px);
    background: repeating-linear-gradient(to bottom, var(--gold-roccos) 0, var(--gold-roccos) 8px, transparent 8px, transparent 16px);
    z-index: 0;
  }
  .trail-step { flex-direction: row; text-align: left; align-items: flex-start; gap: 20px; padding: 18px 0; }
  .trail-dot { margin-bottom: 0; width: 48px; height: 48px; font-size: 1rem; }
}

/* ---- Stat row (count-up, no boxes) ---- */
.stats-row { display: flex; align-items: stretch; gap: 0; }
.stat-item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 4px 18px; border-left: 1px solid var(--line-warm); }
.stat-item:first-child { border-left: none; }
.stat-ico { width: 24px; height: 24px; color: var(--gold-deep); }
.stat-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1; letter-spacing: -.03em; color: var(--brown-roccos); }
.stat-lbl { font-size: .82rem; line-height: 1.4; color: var(--text-muted); max-width: 18ch; }
@media (max-width: 640px) {
  .stats-row { flex-wrap: wrap; gap: 24px 0; }
  .stat-item { flex: 1 1 45%; border-left: none; }
}

.pcta-short { display: none; }
@media (max-width: 540px) { .pcta-full { display: none; } .pcta-short { display: inline; } }

.chip--highlight { background: var(--gold-roccos); color: var(--brown-deep); font-weight: 700; }

/* ---- Split: video + cards ---- */
.diff-split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: stretch; }
.diff-split > * { min-width: 0; }
.diff-video { position: relative; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 3/4; background: var(--brown-deep); }
.diff-video img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; }
.diff-video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.diff-video-play .circle { width: 72px; height: 72px; border-radius: 50%; background: rgba(253,242,228,.92); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,.3); transition: transform .25s; }
.diff-video:hover .circle { transform: scale(1.08); }
.diff-video-play svg { width: 26px; height: 26px; color: var(--brown-roccos); }
.diff-video-label { position: absolute; left: 20px; bottom: 20px; font-family: var(--font-body); font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--creme-pele); background: rgba(35,19,7,.55); padding: 8px 14px; border-radius: var(--radius-pill); }
@media (max-width: 860px) { .diff-split { grid-template-columns: 1fr; } .diff-video { aspect-ratio: 16/10; } }

/* ---- Catálogo CTA ---- */
.cat-cta { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.cat-cta-media { border-radius: 24px; overflow: hidden; aspect-ratio: 4/3; background: rgba(255,255,255,.05); }
.cat-cta-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.btn--ghost-light { background: transparent; color: var(--creme-pele); border: 1.5px solid rgba(253,242,228,.35); }
.btn--ghost-light:hover { background: rgba(253,242,228,.1); border-color: var(--creme-pele); }
@media (max-width: 860px) { .cat-cta { grid-template-columns: 1fr; gap: 32px; } .cat-cta-media { order: -1; } }

/* ---- Process steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding: 30px 28px; border-radius: var(--radius-lg); background: var(--surface-card); border: 1px solid var(--line-warm); }
.step .num { font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; color: var(--gold-roccos); line-height: 1; letter-spacing: -0.03em; }
.step h4 { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--brown-roccos); margin: 14px 0 8px; }
.step p { font-size: 0.92rem; line-height: 1.55; color: var(--text-muted); }
.bg-dark .step, .bg-glow .step { background: var(--brown-deep-90); border-color: var(--line-gold); }
.bg-dark .step h4, .bg-glow .step h4 { color: var(--gold-roccos); }
.bg-dark .step p, .bg-glow .step p { color: var(--text-on-dark-muted); }

/* ---- Feature list (diferenciais) ---- */
.flist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 40px; }
.fitem { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-top: 1px solid var(--line-gold); }
.fitem .fico { flex: none; width: 26px; height: 26px; color: var(--gold-roccos); }
.fitem h4 { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--creme-pele); margin-bottom: 4px; }
.fitem p { font-size: 0.9rem; line-height: 1.5; color: var(--text-on-dark-muted); }

/* ---- Split / media-text ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split img { width: 100%; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.split .body h2 { margin-bottom: 18px; }
.split .body .lead { margin-bottom: 24px; }
.split--reverse .media { order: 2; }

/* ---- Stat / quote ---- */
.bigquote { font-family: var(--font-body); font-weight: 600; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.28; color: var(--creme-pele); max-width: 22ch; }

/* ---- Blog cards ---- */
.bcard { background: var(--surface-card); border: 1px solid var(--line-warm); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); display: flex; flex-direction: column; }
.bcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.bcard .bimg { aspect-ratio: 16/10; background: var(--grad-amber-glow); overflow: hidden; }
.bcard .bimg img { width: 100%; height: 100%; object-fit: cover; }
.bcard .bbody { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.bcard .bcat { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-gold); font-weight: 600; }
.bcard h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--text-strong); line-height: 1.18; }
.bcard .bmeta { margin-top: auto; font-size: 0.85rem; color: var(--cinza-sensorial); }

/* ---- Contact form ---- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--brown-roccos); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 15px; color: var(--text-strong);
  background: var(--surface-card); border: 1.5px solid var(--line-warm); border-radius: var(--radius-md);
  padding: 14px 16px; transition: border-color var(--dur-base), box-shadow var(--dur-base);
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-deep); box-shadow: 0 0 0 3px var(--focus-ring); }

/* ---- Footer ---- */
.site-footer { background: var(--brown-deep); color: var(--text-on-dark-muted); padding: 80px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid var(--line-gold); }
.footer-logo { height: 204px; margin-bottom: 20px; }
.site-footer p { font-size: 0.92rem; line-height: 1.6; }
.fcol h4 { font-family: var(--font-body); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-roccos); margin-bottom: 18px; font-weight: 600; }
.fcol a { display: block; font-size: 0.95rem; color: var(--text-on-dark); margin-bottom: 11px; transition: color var(--dur-base); }
.fcol a:hover { color: var(--gold-roccos); }
.footer-sign { text-align: center; padding: 26px 0; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-roccos); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line-gold); font-size: 0.82rem; color: var(--cinza-sensorial); flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--gold-roccos); }
.footer-credit { text-align: center; padding: 14px 0 26px; font-size: 0.76rem; color: rgba(173,163,148,.55); }
.footer-credit a { color: rgba(214,179,108,.55); text-decoration: underline; }
.footer-credit a:hover { color: var(--gold-roccos); }

/* ---- WhatsApp float (standard across all pages) ---- */
.wa-float {
  position: fixed;
  right: max(20px, env(safe-area-inset-right, 0px));
  bottom: max(20px, env(safe-area-inset-bottom, 0px));
  z-index: 90; display: inline-flex; align-items: center; gap: 10px;
  background: #25D366; color: #fff;
  padding: 14px 20px; border-radius: var(--radius-pill); box-shadow: 0 8px 24px rgba(37,211,102,.4);
  font-family: var(--font-body); font-weight: 600; font-size: 14px; white-space: nowrap;
  max-width: calc(100vw - 40px); box-sizing: border-box;
  transition: transform var(--dur-base) var(--ease-out), filter var(--dur-base);
}
.wa-float:hover { transform: translateY(-2px); filter: brightness(1.05); }
.wa-float svg { width: 20px; height: 20px; flex: none; }
@media (max-width: 480px) {
  .wa-float { right: max(14px, env(safe-area-inset-right, 0px)); bottom: max(14px, env(safe-area-inset-bottom, 0px)); padding: 12px 16px; font-size: 13px; gap: 8px; }
  .wa-float svg { width: 18px; height: 18px; }
}
@media (max-width: 360px) {
  .wa-float span.wa-label { display: none; }
  .wa-float { padding: 13px; border-radius: 50%; }
}

/* Light variants for step8 and dif-card (used when section bg is light) */
.step8-light {
  background: var(--surface-card); border-color: var(--line-warm);
}
.step8-light h4 { color: var(--brown-roccos) !important; }
.step8-light p  { color: var(--brown-deep) !important; }
.step8-light .step8-num { color: var(--gold-roccos) !important; }

.dif-card-light {
  background: var(--surface-card); border: 1px solid var(--line-warm);
}
.cards-scroll-wrap { position: relative; margin-top: 40px; }
.cards-track {
  display: flex; gap: 20px; overflow-x: auto; padding-bottom: 18px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--line-warm) transparent;
  cursor: grab;
}
.cards-track::-webkit-scrollbar { height: 4px; }
.cards-track::-webkit-scrollbar-track { background: transparent; }
.cards-track::-webkit-scrollbar-thumb { background: var(--line-warm); border-radius: 2px; }
.dif-card {
  flex: none; width: 320px; scroll-snap-align: start;
  border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; gap: 12px;
}
.dif-card-bar { width: 36px; height: 3px; background: var(--gold-roccos); border-radius: 2px; }
.dif-card h4 { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; line-height: 1.2; }
.dif-card p { font-size: .9rem; line-height: 1.55; }
.scroll-hint {
  display: flex; align-items: center; gap: 10px; margin-top: 12px;
  font-family: var(--font-body); font-size: .8rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text-gold);
}
.scroll-hint svg { width: 20px; }
.dif-card-light h4 { color: var(--brown-roccos) !important; }
.dif-card-light p  { color: var(--brown-deep) !important; }

/* bg-nude — medium warm tone: darken text for contrast */
.bg-nude { background: var(--nude-areia); }
.bg-nude h1, .bg-nude h2, .bg-nude h3 { color: var(--brown-deep); }
.bg-nude .lead  { color: var(--brown-roccos); }
.bg-nude .eyebrow { color: var(--brown-roccos); }
.bg-nude .eyebrow::before { background: var(--brown-roccos); }
.bg-nude p { color: var(--brown-roccos); }

/* Processo (bg-offwhite) + Diferenciais (bg-creme) — full dark text contrast */
.bg-offwhite .lead, .bg-creme .lead { color: var(--text-body); }
.bg-offwhite .eyebrow, .bg-creme .eyebrow { color: var(--brown-roccos); }
.bg-offwhite .eyebrow::before, .bg-creme .eyebrow::before { background: var(--brown-roccos); }
.bg-offwhite h2, .bg-offwhite h3, .bg-creme h2, .bg-creme h3 { color: var(--brown-deep); }
.bg-offwhite p, .bg-creme p { color: var(--text-body); }
.step8-light p, .dif-card-light p { color: var(--brown-deep) !important; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal[data-delay="3"] { transition-delay: .36s; }
.reveal[data-delay="4"] { transition-delay: .48s; }
.reveal[data-delay="5"] { transition-delay: .6s; }
.reveal[data-delay="6"] { transition-delay: .72s; }
.reveal.from-left  { transform: translateX(-30px); }
.reveal.from-right { transform: translateX(30px); }
.reveal.from-left.in, .reveal.from-right.in { transform: none; }
.reveal.scale-in   { transform: scale(.94); }
.reveal.scale-in.in { transform: none; }

/* ---- Image Slider ---- */
.img-slider {
  position: relative; border-radius: var(--radius-xl); overflow: hidden;
  background: var(--brown-deep);
}
.img-slider-slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity .75s ease;
}
.img-slider-slide.active { opacity: 1; z-index: 1; }
.img-slider-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-slider-dots {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 3;
}
.img-slider-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.38); border: none; cursor: pointer; padding: 0;
  transition: background .3s, transform .3s;
}
.img-slider-dot.active { background: var(--gold-roccos); transform: scale(1.35); }
.img-slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(35,19,7,.55); border: 1.5px solid rgba(214,179,108,.32);
  color: var(--gold-roccos); font-size: 20px; font-weight: 300; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 3; transition: background .2s;
}
.img-slider-btn:hover { background: rgba(102,65,31,.82); }
.img-slider-btn.prev { left: 14px; }
.img-slider-btn.next { right: 14px; }

/* ---- Catalog Modal ---- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(35,19,7,.72); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-box {
  background: var(--offwhite-premium); border-radius: var(--radius-xl);
  padding: 48px 44px; max-width: 520px; width: calc(100% - 40px);
  position: relative; box-shadow: 0 24px 80px rgba(35,19,7,.45);
  transform: translateY(18px); transition: transform .35s var(--ease-out);
}
.modal-overlay.open .modal-box { transform: none; }
.modal-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; font-size: 26px; line-height: 1;
  color: var(--text-muted); cursor: pointer; padding: 4px;
}
.modal-close:hover { color: var(--brown-roccos); }
.modal-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.7rem; color: var(--brown-deep); margin-bottom: 8px;
}
.modal-sub { font-size: .98rem; line-height: 1.6; color: var(--text-muted); margin-bottom: 26px; }
.modal-ok {
  display: none; align-items: center; gap: 10px; margin-top: 18px;
  color: var(--brown-roccos); font-weight: 600; font-size: .97rem;
}
.modal-ok svg { width: 22px; height: 22px; flex: none; }

/* ---- Scroll reveal ---- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none; } html { scroll-behavior: auto; } }

/* ============ Responsive ============ */
@media (max-width: 1000px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .site-footer { padding: 56px 0 0; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; padding-bottom: 40px; }
  .footer-logo { height: 130px; margin-bottom: 14px; }
  .fcol a, .site-footer p { word-break: break-word; overflow-wrap: anywhere; }
  .footer-sign { font-size: 11px; letter-spacing: 0.14em; padding: 20px 16px; line-height: 1.6; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; text-align: left; }
}
@media (max-width: 1080px) {
  .header-cta { padding: 12px 20px; font-size: 13.5px; }
}
@media (max-width: 860px) {
  .brand-logo { height: 84px; width: auto; object-fit: contain; }
  .site-header .wrap { height: 96px; }
  .footer-logo { height: 110px; }
  .section { padding: 80px 0; }
  .wrap { padding-left: 28px; padding-right: 28px; }
  .nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .site-header.open .nav { display: flex; position: absolute; top: 96px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--offwhite-premium); border-bottom: 1px solid var(--line-warm); padding: 10px 28px 20px; margin: 0; max-height: calc(100vh - 96px); overflow-y: auto; }
  .site-header.open .nav a { padding: 14px 0; border-bottom: 1px solid var(--line-warm); width: 100%; }
  .site-header.open .header-cta { display: flex; justify-content: center; align-items: center; text-align: center; position: static; margin: 16px 28px 0; width: calc(100% - 56px); box-sizing: border-box; white-space: normal; line-height: 1.3; }
  .hero-grid, .split, .split--reverse { grid-template-columns: 1fr; gap: 36px; }
  .split--reverse .media { order: 0; }
  .cols-3, .cols-4, .steps, .flist, .form-grid { grid-template-columns: 1fr; }
  .cols-2 { grid-template-columns: 1fr; }
  .h-hero { font-size: clamp(2.3rem, 9vw, 3.2rem); }
}
@media (min-width: 861px) and (max-width: 1080px) {
  .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
