:root {
  --color-bg: #f8faf9;
  --color-bg-soft: #eef4f2;
  --color-surface: #ffffff;
  --color-border: #d9e5e1;
  --color-primary: #176b5b;
  --color-primary-dark: #123f38;
  --color-primary-hover: #0f584c;
  --color-primary-soft: #ddede8;
  --color-accent: #d47a45;
  --color-text: #18332f;
  --color-muted: #526b66;
  --color-disabled: #81928e;
  --color-danger: #b3261e;
  --shadow-card: 0 1px 2px rgba(18, 63, 56, 0.05), 0 10px 28px rgba(18, 63, 56, 0.07);
  --shadow-card-hover: 0 16px 36px rgba(18, 63, 56, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main {
  overflow-x: clip;
}

img {
  max-width: 100%;
}

[id] {
  scroll-margin-top: 96px;
}

a,
button,
input,
select,
textarea {
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a {
  color: var(--color-primary);
}

a:hover {
  color: #a9532f;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(212, 122, 69, 0.38);
  outline-offset: 3px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 0 4px rgba(23, 107, 91, 0.1);
}

::selection {
  background: #cbe4dc;
  color: var(--color-primary-dark);
}

.surface-card {
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.surface-card:hover {
  border-color: #b9d2ca;
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-3px);
}

.action-button:hover {
  background: var(--color-primary-hover) !important;
  color: var(--color-surface) !important;
  box-shadow: 0 7px 18px rgba(18, 63, 56, 0.2);
  transform: translateY(-1px);
}

.is-invalid {
  border-color: var(--color-danger) !important;
}

.process-step.step-light {
  background: var(--color-bg);
}

.process-step.step-soft {
  background: var(--color-bg-soft);
}

.process-row.row {
  flex-direction: row;
}

.process-row.row-reverse {
  flex-direction: row-reverse;
}

.faq-icon.is-open {
  transform: rotate(45deg) !important;
}

.site-header.is-scrolled {
  border-bottom-color: var(--color-border);
  box-shadow: 0 4px 18px rgba(18, 63, 56, 0.08);
}

.js-enhanced .site-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.js-enhanced .site-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-back-to-top {
  position: fixed;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 90;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: var(--color-primary-dark);
  color: var(--color-surface);
  box-shadow: 0 10px 28px rgba(18, 63, 56, 0.22);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.site-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-back-to-top:hover {
  background: var(--color-primary);
  transform: translateY(-2px);
}

nav[aria-label] a.is-current {
  color: var(--color-primary);
  font-weight: 700;
}

@media (max-width: 760px) {
  .process-row,
  .process-row.row,
  .process-row.row-reverse {
    flex-direction: column-reverse;
    gap: 28px;
  }

  .surface-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-enhanced .site-reveal {
    opacity: 1;
    transform: none;
  }
}

.produtos-style-001 {
  font-family:Inter,system-ui,sans-serif;
  color:var(--color-text);
}

.produtos-style-002 {
  background:var(--color-bg);
  padding:clamp(2.5rem,7vw,4.5rem) 24px clamp(2.5rem,6vw,3.5rem);
}

.produtos-style-003 {
  max-width:820px;
  margin:0 auto;
}

.produtos-style-004 {
  font:600 12.5px Inter,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--color-primary);
  margin-bottom:16px;
}

.produtos-style-005 {
  font-family:'Instrument Serif',Georgia,serif;
  font-size:clamp(1.9rem,4.3vw,2.7rem);
  line-height:1.15;
  font-weight:400;
  margin:0 0 20px;
}

.produtos-style-006 {
  font:400 1.0625rem/1.65 Inter,sans-serif;
  color:var(--color-muted);
  max-width:68ch;
  margin:0;
}

.produtos-style-007 {
  background:var(--color-bg-soft);
  padding:clamp(1rem,3vw,2rem) 24px clamp(2.5rem,7vw,4rem);
}

.produtos-style-008 {
  max-width:820px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:20px;
}

.produtos-style-009 {
  background:var(--color-surface);
  border:1px solid var(--color-border);
  border-radius:10px;
  padding:clamp(1.5rem,4vw,2rem);
}

.produtos-style-010 {
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}

.produtos-style-011 {
  width:36px;
  height:36px;
  border-radius:8px;
  background:var(--color-primary-soft);
  color:var(--color-primary);
  display:flex;
  align-items:center;
  justify-content:center;
  font:600 16px Inter,sans-serif;
  flex:none;
}

.produtos-style-012 {
  font:600 18px Inter,sans-serif;
}

.produtos-style-013 {
  font:400 1.0625rem/1.65 Inter,sans-serif;
  color:var(--color-muted);
  max-width:64ch;
  margin:0 0 14px;
}

.produtos-style-014 {
  font:400 14.5px/1.6 Inter,sans-serif;
  color:var(--color-text);
}

.produtos-style-015 {
  font-weight:600;
}

.produtos-style-016 {
  background:var(--color-bg);
  padding:clamp(2rem,5vw,3rem) 24px;
}

.produtos-style-017 {
  font:400 1.0625rem/1.65 Inter,sans-serif;
  color:var(--color-muted);
  margin:0;
  font-style:italic;
}

.produtos-style-018 {
  background:var(--color-bg-soft);
  padding:clamp(2.5rem,7vw,4rem) 24px;
}

.produtos-style-019 {
  font-family:'Instrument Serif',Georgia,serif;
  font-size:clamp(1.6rem,3.2vw,2rem);
  line-height:1.2;
  font-weight:400;
  margin:0 0 28px;
}

.produtos-style-020 {
  background:var(--color-primary-dark);
  padding:clamp(3rem,9vw,5rem) 24px;
}

.produtos-style-021 {
  max-width:760px;
  margin:0 auto;
  text-align:center;
}

.produtos-style-022 {
  font-family:'Instrument Serif',Georgia,serif;
  font-size:clamp(1.7rem,3.5vw,2.2rem);
  line-height:1.25;
  font-weight:400;
  color:var(--color-surface);
  margin:0 0 30px;
}

.produtos-style-023 {
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:center;
}

.produtos-style-024 {
  font:600 15.5px Inter,sans-serif;
  color:var(--color-surface);
  background:var(--color-primary);
  padding:15px 26px;
  border-radius:8px;
  text-decoration:none;
  min-height:44px;
  display:inline-flex;
  align-items:center;
}

.produtos-style-025 {
  font:500 15.5px Inter,sans-serif;
  color:var(--color-surface);
  text-decoration:underline;
  padding:15px 8px;
  min-height:44px;
  display:inline-flex;
  align-items:center;
}

.produtos-style-026 {
  background:var(--color-bg-soft);
  border-top:1px solid var(--color-border);
  padding:clamp(2.5rem,6vw,3.5rem) 24px 2.5rem;
  font-family:Inter,system-ui,sans-serif;
}

.produtos-style-027 {
  max-width:1460px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:32px;
}

.produtos-style-028 {
  font:700 17px Inter,sans-serif;
  color:var(--color-text);
  margin-bottom:16px;
}

.produtos-style-029 {
  font:400 14px/1.5 Inter,sans-serif;
  color:var(--color-muted);
  margin:0;
  max-width:26ch;
}

.produtos-style-030 {
  font:600 13px Inter,sans-serif;
  color:var(--color-muted);
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:16px;
}

.produtos-style-031 {
  display:flex;
  flex-direction:column;
  gap:10px;
}

.produtos-style-032 {
  font:400 14.5px Inter,sans-serif;
  color:var(--color-text);
  text-decoration:none;
}

.produtos-style-033 {
  display:flex;
  flex-direction:column;
  gap:10px;
  font:400 14.5px/1.5 Inter,sans-serif;
  color:var(--color-text);
}

.produtos-style-034 {
  color:var(--color-text);
  text-decoration:none;
}

.produtos-style-035 {
  color:var(--color-muted);
  font-style:italic;
}

/* ===== 2026-08 visual refresh ===== */
.produtos-style-002,
.produtos-style-007,
.produtos-style-016,
.produtos-style-018,
.produtos-style-020,
.produtos-style-026 {
  padding-left: clamp(18px, 3.7vw, 58px);
  padding-right: clamp(18px, 3.7vw, 58px);
}
.produtos-style-003 { max-width: 1100px; }
.produtos-style-008,
.produtos-style-027 { max-width: 1520px; }
.produtos-style-007 {
  margin: clamp(14px, 2vw, 28px) clamp(12px, 2.4vw, 38px);
  border-radius: 28px;
  overflow: clip;
}
.produtos-style-008 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.produtos-style-009 {
  border-radius: 20px;
  padding: clamp(1.7rem, 3vw, 2.4rem);
}
.produtos-style-013 { max-width: 100%; }
@media (max-width: 820px) {
  .produtos-style-007 { margin-inline: 10px; border-radius: 20px; }
  .produtos-style-008 { grid-template-columns: 1fr; }
}
