:root {
  --ink: #071914;
  --ink-2: #0d2b22;
  --text: #243f35;
  --muted: #65766f;
  --paper: #ffffff;
  --paper-soft: #f4f8f1;
  --line: rgba(7, 25, 20, 0.13);
  --green: #12824d;
  --green-dark: #0b5f39;
  --lime: #b7e66c;
  --yellow: #f4c542;
  --blue: #2469d8;
  --shadow: 0 24px 58px rgba(7, 25, 20, 0.16);
  --shadow-soft: 0 16px 36px rgba(7, 25, 20, 0.1);
  --radius: 8px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 130, 77, 0.18);
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #3a5149;
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover {
  color: var(--green-dark);
}

.button,
.header-cta,
.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
}

.header-cta,
.button-primary,
.floating-cta {
  color: var(--paper);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(18, 130, 77, 0.22);
}

.header-cta:hover,
.button-primary:hover,
.floating-cta:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.52);
}

.button-secondary:hover {
  border-color: var(--lime);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(7, 25, 20, 0.96), rgba(13, 61, 44, 0.92) 48%, rgba(3, 91, 57, 0.95)),
    #071914;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 25, 20, 0.82), rgba(7, 25, 20, 0.7)),
    url("assets/fundo-cidade-resende.png") center 34% / cover no-repeat;
  opacity: 0.24;
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 54px;
  align-items: center;
  padding: 76px 0 62px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #d8ff9a;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--green-dark);
}

.hero h1,
.section h2 {
  margin: 0;
  color: inherit;
  font-size: 4rem;
  line-height: 1.02;
  font-weight: 950;
}

.hero-lead {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.16rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-checks li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 850;
}

.hero-panel {
  display: grid;
  gap: 16px;
}

.excel-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 76% 12%, rgba(183, 230, 108, 0.38), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.excel-toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.excel-toolbar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
}

.excel-sheet {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 0.9fr;
  gap: 7px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(7, 25, 20, 0.08);
}

.cell {
  min-height: 48px;
  display: grid;
  align-items: center;
  padding: 10px;
  color: #1e3a31;
  background: #edf5eb;
  border: 1px solid rgba(7, 25, 20, 0.08);
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 800;
}

.cell.head {
  color: var(--paper);
  background: var(--green);
}

.cell.strong {
  background: #dff0cf;
}

.cell.ok {
  color: #0b4d2f;
  background: #c6efce;
}

.chart {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  height: 116px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(7, 25, 20, 0.28);
}

.chart span {
  flex: 1;
  min-width: 0;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--lime), var(--green));
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.quick-grid article {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
}

.quick-grid strong {
  color: var(--paper);
  font-size: 1.04rem;
}

.quick-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.4;
}

.section {
  padding: 86px 0;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section h2 {
  color: var(--ink);
  font-size: 2.65rem;
  line-height: 1.08;
}

.section-heading p,
.proof-copy p,
.location-grid p,
.contact-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.benefits-section,
.content-section,
.faq-section {
  background: var(--paper);
}

.benefit-grid,
.content-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.benefit-grid article,
.content-grid article,
.location-card,
.lead-form,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.benefit-grid article {
  min-height: 260px;
  padding: 24px;
}

.benefit-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 8px;
  font-weight: 950;
}

.benefit-grid h3,
.content-grid h3,
.method-steps h3 {
  margin: 22px 0 10px;
  color: var(--ink);
  font-size: 1.18rem;
}

.benefit-grid p,
.content-grid p,
.method-steps p,
.faq-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.proof-section,
.location-section {
  background: var(--paper-soft);
}

.proof-grid,
.location-grid,
.contact-grid,
.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.audience-list span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(7, 25, 20, 0.06);
}

.content-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-grid article {
  padding: 24px;
}

.content-grid img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.method-section {
  color: var(--paper);
  background: var(--ink);
}

.method-grid {
  align-items: stretch;
}

.main-method,
.method-steps article {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.main-method {
  padding: 34px;
}

.main-method h2 {
  color: var(--paper);
}

.main-method p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.method-steps {
  display: grid;
  gap: 14px;
}

.method-steps article {
  padding: 24px;
}

.method-steps strong {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 8px;
}

.method-steps h3 {
  color: var(--paper);
}

.method-steps p {
  color: rgba(255, 255, 255, 0.75);
}

.location-card {
  display: grid;
  gap: 10px;
  padding: 28px;
}

.location-card strong {
  color: var(--ink);
  font-size: 1.25rem;
}

.location-card span {
  color: var(--muted);
}

.location-card a {
  width: fit-content;
  margin-top: 8px;
  color: var(--paper);
  background: var(--green);
  border-radius: 8px;
  padding: 12px 15px;
  font-weight: 950;
}

.contact-section {
  background: linear-gradient(180deg, #ffffff, #eef8ef);
}

.offer-box {
  display: grid;
  gap: 10px;
  max-width: 430px;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(18, 130, 77, 0.22);
  border-radius: 8px;
  background: #f2fbef;
}

.offer-box strong {
  color: var(--ink);
  font-size: 1.04rem;
}

.offer-box span {
  color: #315146;
  font-weight: 750;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 48px;
  color: var(--ink);
  background: #f8fbf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  outline: none;
}

.lead-form textarea {
  min-height: 112px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(18, 130, 77, 0.12);
}

.wide {
  grid-column: 1 / -1;
}

.lead-form button {
  border: 0;
  width: 100%;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin: 34px auto 0;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  color: var(--ink);
  font-weight: 950;
  cursor: pointer;
}

.faq-list p {
  margin-top: 12px;
}

.site-footer {
  color: var(--paper);
  background: var(--ink);
}

.footer-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-brand strong,
.footer-brand small {
  color: var(--paper);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.footer-links a:hover {
  color: var(--paper);
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 14px;
    font-size: 0.88rem;
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .hero-grid,
  .proof-grid,
  .location-grid,
  .contact-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid,
  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    min-height: auto;
    padding: 12px 0;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-cta {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.84rem;
  }

  .hero-grid {
    min-height: 0;
    padding: 46px 0 38px;
  }

  .hero h1 {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .excel-card {
    min-height: 380px;
    padding: 16px;
  }

  .excel-sheet {
    gap: 5px;
    padding: 10px;
  }

  .cell {
    min-height: 42px;
    padding: 8px;
    font-size: 0.74rem;
  }

  .chart {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .section {
    padding: 58px 0;
  }

  .section h2 {
    font-size: 2rem;
    line-height: 1.14;
  }

  .benefit-grid,
  .content-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .wide {
    grid-column: auto;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 0;
  }

  .floating-cta {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 430px) {
  .brand small {
    display: none;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .quick-grid {
    grid-template-columns: 1fr;
  }
}
