/* Landing page própria do Cadastro Ozonteck, independente de page builder. */

:root {
  --green-950: #062d20;
  --green-900: #07422e;
  --green-800: #075b3d;
  --green-700: #0a724b;
  --green-500: #20a66a;
  --lime-400: #b8e64f;
  --sand-50: #fbfcf8;
  --green-50: #eff8f3;
  --ink: #10231a;
  --muted: #52685d;
  --line: #dbe8e0;
  --white: #fff;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 80px rgba(6, 66, 46, .13);
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--sand-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--green-700); }
a:hover { color: var(--green-900); }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 36px), var(--content)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--green-950);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(219, 232, 224, .8);
  background: rgba(251, 252, 248, .92);
  backdrop-filter: blur(16px);
}
.admin-bar .site-header { top: 32px; }
.header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green-950);
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: 180px;
  height: auto;
}
.custom-logo-link { display: inline-flex; }
.custom-logo { width: auto; max-height: 50px; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--ink); font-size: .9rem; font-weight: 700; text-decoration: none; }
.button,
.site-nav .nav-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  border: 0;
  border-radius: 13px;
  box-shadow: 0 12px 28px rgba(7, 91, 61, .18);
  font-weight: 850;
  text-decoration: none;
}
.button:hover,
.site-nav .nav-cta:hover { color: var(--white); filter: brightness(1.08); transform: translateY(-1px); }
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 9vw, 126px) 0 76px;
  background:
    radial-gradient(circle at 78% 8%, rgba(184, 230, 79, .24), transparent 28rem),
    linear-gradient(150deg, #f8fcf8 0%, #eef8f2 52%, #fbfcf8 100%);
}
.hero::after {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 620px;
  height: 620px;
  border: 80px solid rgba(10, 114, 75, .05);
  border-radius: 50%;
  content: "";
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(40px, 6vw, 82px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 11px;
  color: var(--green-800);
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow::before { width: 8px; height: 8px; background: var(--lime-400); border-radius: 50%; content: ""; }
.hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--green-950);
  font-size: clamp(2.45rem, 5.1vw, 4.55rem);
  letter-spacing: -.055em;
  line-height: .99;
}
.hero h1 em { color: var(--green-700); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0 0 28px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 26px; padding: 0; list-style: none; }
.trust-row li { display: flex; align-items: center; gap: 8px; color: var(--green-900); font-size: .86rem; font-weight: 750; }
.trust-row li::before { display: grid; width: 22px; height: 22px; place-items: center; color: var(--green-900); background: var(--lime-400); border-radius: 50%; content: "✓"; font-size: .72rem; }
.hero-form .coz-form-wrap { margin: 0; padding: clamp(22px, 4vw, 36px); border: 0; box-shadow: var(--shadow); }
.hero-form .coz-form-heading h2 { font-size: clamp(1.45rem, 3vw, 2rem); }
.hero-form .coz-form-heading p { font-size: .94rem; }
.hero-form .coz-grid { gap: 13px; }
.hero-form .coz-field textarea,
.hero-form .coz-form-heading .coz-eyebrow { display: none; }
.hero-form .coz-field input,
.hero-form .coz-field select { min-height: 46px; }
.section { padding: clamp(72px, 9vw, 118px) 0; }
.section-alt { background: var(--green-950); color: #dcece4; }
.section-kicker { margin: 0 0 10px; color: var(--green-700); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-alt .section-kicker { color: var(--lime-400); }
.section-title {
  max-width: 800px;
  margin: 0 0 18px;
  color: var(--green-950);
  font-size: clamp(2rem, 4.5vw, 3.65rem);
  letter-spacing: -.045em;
  line-height: 1.04;
}
.section-alt .section-title { color: var(--white); }
.section-intro { max-width: 760px; margin: 0 0 42px; color: var(--muted); font-size: 1.08rem; }
.section-alt .section-intro { color: #b9d0c4; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 40px rgba(6, 66, 46, .06);
}
.card-icon { display: grid; width: 50px; height: 50px; margin-bottom: 22px; place-items: center; color: var(--green-950); background: var(--lime-400); border-radius: 15px; font-size: 1.15rem; font-weight: 900; }
.card h3 { margin: 0 0 10px; color: var(--green-950); font-size: 1.25rem; line-height: 1.2; }
.card p { margin: 0; color: var(--muted); font-size: .94rem; }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { position: relative; padding: 34px 28px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-md); }
.step::before { counter-increment: steps; display: grid; width: 42px; height: 42px; margin-bottom: 24px; place-items: center; color: var(--green-950); background: var(--lime-400); border-radius: 13px; content: counter(steps, decimal-leading-zero); font-weight: 900; }
.step h3 { margin: 0 0 10px; color: var(--white); font-size: 1.25rem; }
.step p { margin: 0; color: #b9d0c4; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(42px, 8vw, 110px); }
.check-list { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 38px; color: var(--muted); }
.check-list li::before { position: absolute; top: 2px; left: 0; display: grid; width: 26px; height: 26px; place-items: center; color: var(--green-900); background: var(--lime-400); border-radius: 8px; content: "✓"; font-size: .8rem; font-weight: 900; }
.privacy-note { margin: 24px 0 0; padding: 18px 20px; color: var(--muted); background: var(--green-50); border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: .9rem; }
.faq { display: grid; gap: 12px; }
.faq details { padding: 0 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.faq summary { padding: 20px 34px 20px 0; color: var(--green-950); cursor: pointer; font-weight: 850; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { float: right; color: var(--green-700); content: "+"; font-size: 1.5rem; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 0; padding: 0 0 22px; color: var(--muted); }
.local-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.local-links a { padding: 9px 13px; color: var(--green-900); background: var(--green-50); border: 1px solid var(--line); border-radius: 999px; font-size: .85rem; font-weight: 750; text-decoration: none; }
.final-cta { padding: 72px 0; background: linear-gradient(135deg, var(--green-800), var(--green-950)); color: var(--white); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.final-cta h2 { max-width: 750px; margin: 0 0 8px; color: var(--white); font-size: clamp(1.9rem, 4vw, 3.25rem); letter-spacing: -.04em; line-height: 1.04; }
.final-cta p { margin: 0; color: #c5dbd0; }
.final-cta .button { flex: 0 0 auto; color: var(--green-950); background: var(--lime-400); box-shadow: none; }
.site-footer { padding: 48px 0 28px; color: #a9c0b4; background: #041f16; font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; }
.site-footer a { color: #d7e9df; }
.footer-bottom { margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.content-page { padding: 70px 0 100px; }
.content-narrow { max-width: 820px; margin: auto; }
.content-page h1 { color: var(--green-950); font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.045em; line-height: 1.05; }
.content-page h2 { margin-top: 2em; color: var(--green-900); font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.15; }
.content-page p, .content-page li { color: #344d41; }
.breadcrumb { margin-bottom: 26px; color: var(--muted); font-size: .82rem; }
.breadcrumb a { font-weight: 700; text-decoration: none; }
.not-found { min-height: 58vh; display: grid; place-items: center; text-align: center; }

@media (max-width: 980px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { max-width: 760px; }
  .card-grid, .steps { grid-template-columns: 1fr 1fr; }
  .site-nav a:not(.nav-cta) { display: none; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 72px; gap: 14px; }
  .brand-logo { width: 144px; }
  .site-nav .nav-cta { min-height: 42px; padding: 9px 13px; font-size: .78rem; }
  .hero { padding-top: 54px; }
  .hero-grid { gap: 34px; }
  .card-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta .button { width: 100%; }
}
