:root {
  --ink: #071723;
  --ink-2: #0f2838;
  --text: #263d4c;
  --muted: #657887;
  --paper: #ffffff;
  --paper-soft: #f3f8fb;
  --paper-warm: #fff7e8;
  --line: rgba(7, 23, 35, 0.13);
  --blue: #068bd6;
  --blue-dark: #055f9a;
  --green: #18a765;
  --orange: #f0a12b;
  --purple: #6a50d9;
  --shadow: 0 24px 58px rgba(7, 23, 35, 0.17);
  --shadow-soft: 0 16px 36px rgba(7, 23, 35, 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(6, 139, 214, 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: #3e5666;
  font-size: 0.94rem;
  font-weight: 800;
}

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

.site-nav a:hover {
  color: var(--blue-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(24, 167, 101, 0.23);
}

.header-cta:hover,
.button-primary:hover,
.floating-cta:hover {
  background: #128a53;
  transform: translateY(-1px);
}

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

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

.hero {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(7, 23, 35, 0.97), rgba(8, 58, 82, 0.94) 52%, rgba(7, 77, 78, 0.96)),
    #071723;
}

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

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

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

.eyebrow.dark {
  color: var(--blue-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;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span,
.support-list span,
.segment-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 8px;
  padding: 7px 11px;
  font-size: 0.88rem;
  font-weight: 850;
}

.trust-row span {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-visual {
  position: relative;
  min-height: 545px;
}

.hero-main,
.hero-float {
  position: absolute;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: contain;
  background: linear-gradient(135deg, #13598c, #0fc6df 52%, #17517f);
}

.hero-main {
  top: 3%;
  right: 5%;
  z-index: 2;
  width: 72%;
  transform: rotate(-3deg);
}

.hero-float.one {
  left: -2%;
  bottom: 8%;
  z-index: 3;
  width: 48%;
  transform: rotate(5deg);
}

.hero-float.two {
  right: -4%;
  bottom: 1%;
  z-index: 4;
  width: 42%;
  transform: rotate(-4deg);
}

.signal-band {
  background: var(--paper-warm);
  border-bottom: 1px solid rgba(240, 161, 43, 0.22);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.signal-grid article {
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.55);
}

.signal-grid strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.signal-grid span {
  color: #5f5344;
  line-height: 1.5;
}

.section {
  padding: 86px 0;
}

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

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

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

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

.problem-section,
.resources-section,
.management-section,
.faq-section {
  background: var(--paper);
}

.split-layout,
.management-grid,
.contact-grid,
.segment-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

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

.pain-grid article {
  min-height: 254px;
  padding: 24px;
}

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

.pain-grid h3,
.resource-card h3 {
  margin: 22px 0 10px;
  color: var(--ink);
  font-size: 1.2rem;
}

.pain-grid p,
.resource-card p,
.faq-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.resource-card {
  overflow: hidden;
}

.resource-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: linear-gradient(135deg, #13598c, #0fc6df 52%, #17517f);
  border-bottom: 1px solid var(--line);
}

.resource-card div {
  padding: 20px;
}

.resource-card span {
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.resource-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.resource-card li {
  position: relative;
  padding-left: 18px;
  color: #324b5c;
  font-size: 0.94rem;
  line-height: 1.45;
}

.resource-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.57em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

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

.segments-section h2 {
  color: var(--paper);
}

.segment-list,
.support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.segment-list {
  justify-content: flex-end;
}

.segment-list span {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.support-list {
  margin-top: 24px;
}

.support-list span {
  color: var(--ink);
  background: #e8f6fb;
}

.management-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.management-showcase img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #13598c, #0fc6df 52%, #17517f);
  box-shadow: var(--shadow-soft);
}

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

.offer-box {
  display: grid;
  gap: 10px;
  max-width: 460px;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(24, 167, 101, 0.22);
  border-radius: 8px;
  background: #effaf5;
}

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

.offer-box span {
  color: #325344;
  font-weight: 760;
}

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

.lead-form label,
.lead-form fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  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: #f7fafc;
  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(--blue);
  box-shadow: 0 0 0 3px rgba(6, 139, 214, 0.12);
}

.lead-form fieldset,
.wide {
  grid-column: 1 / -1;
}

.lead-form fieldset {
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.lead-form legend {
  padding: 0 8px;
}

.lead-form fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #33495b;
  font-weight: 800;
}

.lead-form input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  accent-color: var(--green);
}

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

.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,
  .split-layout,
  .management-grid,
  .contact-grid,
  .segment-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 610px;
  }

  .hero-main {
    width: 66%;
    right: 12%;
  }

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

  .segment-list {
    justify-content: flex-start;
  }
}

@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%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-main {
    width: 78%;
    right: 6%;
  }

  .hero-float.one {
    width: 54%;
    left: 0;
  }

  .hero-float.two {
    width: 46%;
    right: 0;
  }

  .signal-grid,
  .pain-grid,
  .resource-grid,
  .management-showcase,
  .lead-form,
  .lead-form fieldset {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0;
  }

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

  .signal-grid article {
    min-height: auto;
    padding: 22px;
  }

  .lead-form fieldset,
  .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;
  }
}
