:root {
  --bg: #ffffff;
  --ink: #142127;
  --muted: #60717a;
  --line: #dde7e9;
  --line-strong: #c6d7da;
  --green: #006b4f;
  --green-2: #008762;
  --green-soft: #e8f6f1;
  --blue: #075fc6;
  --graphite: #111b20;
  --graphite-2: #17262d;
  --shadow: 0 20px 60px rgba(18, 33, 39, 0.12);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 88px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.site-header[data-elevated="true"] {
  box-shadow: 0 8px 26px rgba(17, 27, 32, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--green);
}

.brand-mark svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #213039;
  font-size: 14px;
  font-weight: 650;
}

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

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

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.header-cta,
.button-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 107, 79, 0.2);
}

.header-cta::after,
.button-primary::after,
.button-link::after,
.plan-card a::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7 5.3 20.4 12l-6.7 6.7-1.4-1.4 4.3-4.3H4v-2h12.6l-4.3-4.3 1.4-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-cta:hover,
.button-primary:hover {
  background: #005e45;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 107, 79, 0.24);
}

.button-link {
  color: var(--blue);
  padding-inline: 12px;
}

.button-link:hover {
  color: #044895;
}

.nav-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(520px, 1.12fr);
  height: clamp(640px, calc(100vh - 88px), 820px);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  min-width: 0;
  align-self: center;
  padding: 72px 44px 72px max(24px, calc((100vw - var(--max)) / 2));
}

.hero h1 {
  max-width: 680px;
  margin: 0 0 24px;
  color: #17242b;
  font-size: clamp(42px, 5.3vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero p {
  max-width: 570px;
  margin: 0;
  color: #354750;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.38;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0)),
    #eaf2f2;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-lines,
.flow-section,
.authority-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px;
}

.service-lines {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 64px;
}

.section-heading h2,
.flow-intro h2,
.plans-heading h2,
.contact-panel h2 {
  margin: 0;
  color: #17242b;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p,
.flow-intro p,
.plans-heading p,
.contact-panel p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.service-item {
  min-height: 154px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.service-item h3,
.authority-grid h3 {
  margin: 0 0 8px;
  color: #17242b;
  font-size: 17px;
  line-height: 1.2;
}

.service-item p,
.authority-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.service-item a {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.service-item a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7 5.3 20.4 12l-6.7 6.7-1.4-1.4 4.3-4.3H4v-2h12.6l-4.3-4.3 1.4-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.flow-section {
  border-top: 1px solid var(--line);
}

.flow-intro {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.flow-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.flow-track::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--line-strong), var(--line-strong) 8px, transparent 8px, transparent 16px);
}

.flow-track article {
  position: relative;
  text-align: center;
}

.flow-track span {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  margin: 0 auto 18px;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-weight: 850;
}

.flow-track strong {
  display: block;
  color: #17242b;
  font-size: 15px;
}

.flow-track p {
  max-width: 160px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.plans-section {
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 135, 98, 0.22), transparent 34%),
    linear-gradient(135deg, var(--graphite), var(--graphite-2));
  color: #fff;
}

.plans-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px;
}

.plans-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.plans-heading h2,
.plans-heading p {
  color: #fff;
}

.plans-heading p {
  color: rgba(255, 255, 255, 0.76);
}

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

.plan-card {
  position: relative;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.plan-featured {
  border-top: 6px solid var(--green-2);
}

.plan-flag {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-100%);
  padding: 5px 10px;
  background: var(--green-2);
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.plan-card h3 {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 27px;
}

.plan-card p {
  min-height: 52px;
  margin: 0;
  color: #475b64;
  font-size: 15px;
}

.plan-card ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 30px;
  padding: 24px 0 0;
  border-top: 2px solid #b7d8df;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 26px;
  color: #2b3f48;
  font-size: 14px;
}

.plan-card li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 8px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  transform: rotate(-45deg);
}

.plan-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--green);
  border-radius: 6px;
  color: var(--green);
  font-size: 14px;
  font-weight: 850;
}

.plan-featured a {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.authority-section {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 44px;
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}

.authority-grid article {
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.insight-section {
  border-top: 1px solid var(--line);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.insight-grid article,
.article-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.insight-grid span,
.article-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-grid h3,
.article-card h2 {
  margin: 0;
  color: #17242b;
  font-size: 24px;
  line-height: 1.12;
}

.insight-grid p,
.article-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.insight-grid a,
.article-card a {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  color: var(--green);
  font-size: 14px;
  font-weight: 850;
}

.insight-grid a::after,
.article-card a::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7 5.3 20.4 12l-6.7 6.7-1.4-1.4 4.3-4.3H4v-2h12.6l-4.3-4.3 1.4-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

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

.featured-article {
  grid-column: span 2;
  background: #f6faf9;
}

.checklist-panel {
  display: grid;
  gap: 12px;
}

.checklist-panel label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  color: #2c4048;
  font-weight: 750;
}

.checklist-panel input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.article-layout {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 24px;
}

.article-header {
  max-width: 820px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}

.article-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.article-header span {
  display: block;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-header h1 {
  margin: 0;
  color: #17242b;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: 0;
}

.article-header p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #354750;
  font-size: clamp(18px, 2vw, 22px);
}

.article-content {
  max-width: 760px;
  padding-top: 42px;
}

.article-content p,
.article-content li {
  color: #354750;
  font-size: 18px;
}

.article-content h2 {
  margin: 42px 0 14px;
  color: #17242b;
  font-size: 30px;
  line-height: 1.12;
}

.article-content ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.article-content li {
  padding: 16px 18px;
  border-left: 4px solid var(--green);
  background: #f6faf9;
}

.article-cta {
  margin-top: 48px;
  padding: 32px;
  background: #f6faf9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.article-cta h2 {
  margin-top: 0;
}

.article-cta p {
  margin-bottom: 24px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.75fr) minmax(520px, 1.25fr);
  background: #f6faf9;
  border-top: 1px solid var(--line);
}

.contact-panel {
  padding: 68px 48px 68px max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #006b4f, #004b39);
  color: #fff;
}

.contact-panel h2,
.contact-panel p {
  color: #fff;
}

.contact-panel ul {
  display: grid;
  gap: 18px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.86);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: start;
  padding: 58px max(24px, calc((100vw - var(--max)) / 2)) 58px 34px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #2a3a42;
  font-size: 13px;
  font-weight: 750;
}

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

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid #cfdde0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(0, 107, 79, 0.14);
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--green);
  font-weight: 750;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 32px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--graphite);
  color: #fff;
}

.footer-brand {
  color: #fff;
}

.site-footer p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.site-footer a {
  color: #fff;
  font-weight: 800;
}

.page-hero {
  display: grid;
  min-height: 520px;
  align-items: center;
  padding: 86px max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, #fff 0%, #fff 52%, rgba(232, 246, 241, 0.92) 52%, rgba(232, 246, 241, 0.92) 100%),
    radial-gradient(circle at 82% 36%, rgba(0, 107, 79, 0.14), transparent 28%);
  border-bottom: 1px solid var(--line);
}

.page-hero > div {
  max-width: 690px;
}

.page-hero h1 {
  margin: 0;
  color: #17242b;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.page-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #354750;
  font-size: clamp(18px, 2vw, 22px);
}

.privacy-hero {
  min-height: 360px;
}

.content-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px;
}

.split-content {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 64px;
}

.content-section h2,
.cta-strip h2,
.legal-content h2 {
  margin: 0;
  color: #17242b;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.content-section > div > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.content-list article {
  min-height: 154px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.content-list h3 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 18px;
}

.content-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.dark-band {
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 135, 98, 0.22), transparent 34%),
    linear-gradient(135deg, var(--graphite), var(--graphite-2));
  color: #fff;
}

.dark-band h2 {
  color: #fff;
  text-align: center;
}

.band-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--max);
  margin: 34px auto 0;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.band-grid p {
  min-height: 96px;
  margin: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.process-list {
  border-top: 1px solid var(--line);
}

.process-list ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
}

.process-list strong {
  color: var(--green);
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 54px max(24px, calc((100vw - var(--max)) / 2));
  background: #f6faf9;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cta-strip h2 {
  max-width: 760px;
}

.legal-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 70px 24px;
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 24px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.simple-footer {
  grid-template-columns: 1fr;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #007f5f;
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 107, 79, 0.28);
  font-size: 13px;
  font-weight: 850;
}

.floating-whatsapp::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 2C6.54 2 2.07 6.36 2.07 11.73c0 1.87.55 3.61 1.5 5.09L2 22l5.33-1.52a10.2 10.2 0 0 0 4.71 1.14c5.5 0 9.97-4.36 9.97-9.73C22.01 6.36 17.54 2 12.04 2Zm5.81 14.06c-.25.7-1.24 1.3-1.98 1.47-.53.12-1.22.22-3.55-.72-2.98-1.21-4.9-4.15-5.05-4.34-.14-.19-1.2-1.56-1.2-2.98s.76-2.12 1.03-2.41c.25-.27.56-.34.75-.34h.54c.17.01.4-.06.63.48.25.58.84 2.01.91 2.16.07.14.12.32.02.51-.1.2-.15.31-.3.48-.15.17-.32.38-.46.51-.15.15-.31.31-.13.6.18.29.8 1.28 1.72 2.08 1.18 1.02 2.18 1.34 2.49 1.49.31.15.49.13.67-.08.18-.2.77-.88.98-1.18.2-.29.41-.25.69-.15.29.1 1.83.84 2.14.99.31.14.52.22.6.34.08.12.08.71-.17 1.41Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.document-body {
  background: #eef4f4;
}

.document-body .floating-whatsapp {
  display: none;
}

.document-shell {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px;
}

.document-cover,
.document-page {
  min-height: 780px;
  padding: 54px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(18, 33, 39, 0.08);
}

.document-cover {
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 84% 18%, rgba(0, 107, 79, 0.24), transparent 34%),
    linear-gradient(135deg, #ffffff, #e8f6f1);
}

.document-cover .brand {
  justify-self: start;
}

.document-kicker {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.document-cover h1,
.document-heading h2 {
  margin: 0;
  color: #17242b;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: 0;
}

.document-cover p,
.document-page p,
.document-page li {
  color: #3a4d56;
  font-size: 17px;
}

.document-cover > div > p:last-child {
  max-width: 720px;
  margin-top: 22px;
}

.document-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.document-facts div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.document-facts dt {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.document-facts dd {
  margin: 7px 0 0;
  color: #253640;
  font-size: 12px;
  font-weight: 750;
}

.document-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.document-grid article {
  min-height: 180px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.document-grid h3,
.document-split h3 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 20px;
}

.document-grid p,
.document-split p {
  margin: 0;
}

.document-band {
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 135, 98, 0.18), transparent 32%),
    linear-gradient(135deg, #111b20, #17262d);
}

.document-band .document-kicker,
.document-band h2,
.document-band li {
  color: #fff;
}

.document-steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.document-steps li {
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.document-page:not(.document-band) .document-steps li {
  border-color: var(--line);
  background: #f7fbfb;
}

.document-page:not(.document-band) .document-steps li,
.document-page:not(.document-band) .document-steps strong {
  color: #2c4048;
}

.document-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
}

.document-split ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.document-split li {
  padding: 16px 18px;
  border-left: 4px solid var(--green);
  background: #f6faf9;
}

.document-callout {
  padding: 34px;
  border-left: 6px solid var(--green);
  background: #f6faf9;
}

.document-callout p {
  margin: 0;
  color: #17242b;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
}

.document-footer-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-weight: 850;
}

.proposal-cover {
  min-height: 620px;
}

.proposal-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.proposal-checklist label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  color: #2c4048;
  font-weight: 750;
}

.proposal-checklist input {
  width: 18px;
  min-height: 18px;
}

.proposal-table {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.proposal-table div {
  display: grid;
  grid-template-columns: 0.32fr 0.68fr;
}

.proposal-table span,
.proposal-table strong {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.proposal-table strong {
  background: rgba(255, 255, 255, 0.1);
}

.document-signatures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  margin-top: 80px;
}

.document-signatures span {
  padding-top: 18px;
  border-top: 1px solid var(--line-strong);
  color: #2c4048;
  font-weight: 750;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 76px;
  }

  .nav-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fff;
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .site-nav {
    position: absolute;
    top: 75px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .site-nav a {
    padding: 14px;
  }

  .hero {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .hero-copy {
    padding: 64px 24px 42px;
  }

  .hero-copy > *,
  .section-heading,
  .flow-intro,
  .plans-heading {
    max-width: 342px;
  }

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

  .service-lines,
  .authority-section,
  .contact-section,
  .split-content,
  .document-split {
    grid-template-columns: 1fr;
  }

  .flow-track,
  .plans-grid,
  .authority-grid,
  .process-list ol,
  .article-grid,
  .document-facts,
  .document-grid,
  .proposal-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-track::before {
    display: none;
  }

  .contact-panel,
  .contact-form {
    padding: 46px 24px;
  }

  .page-hero {
    min-height: 0;
    padding: 74px 24px 58px;
    background: linear-gradient(180deg, #fff 0%, #fff 68%, rgba(232, 246, 241, 0.9) 68%, rgba(232, 246, 241, 0.9) 100%);
  }

  .page-hero > div,
  .content-section > div,
  .legal-content {
    max-width: 342px;
  }

  .page-hero h1 {
    font-size: 34px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .page-hero p {
    max-width: 318px;
    font-size: 17px;
  }

  .content-section {
    padding-block: 54px;
  }

  .cta-strip {
    display: grid;
  }
}

@media (max-width: 640px) {
  .brand {
    font-size: 19px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .hero p {
    font-size: 17px;
    max-width: 318px;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    max-width: 342px;
  }

  .button-link {
    justify-content: flex-start;
  }

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

  .service-grid,
  .content-list,
  .band-grid,
  .insight-grid,
  .article-grid,
  .flow-track,
  .plans-grid,
  .authority-grid,
  .process-list ol,
  .contact-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-grid {
    max-width: 342px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 54px;
    min-height: 54px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
  }

  .floating-whatsapp::before {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }

  .service-lines,
  .flow-section,
  .authority-section,
  .plans-inner {
    padding-block: 54px;
  }

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

  .document-shell {
    padding: 0;
  }

  .featured-article {
    grid-column: auto;
  }

  .article-layout {
    padding: 54px 24px;
  }

  .article-header,
  .article-content {
    max-width: 342px;
  }

  .article-header h1 {
    font-size: 30px;
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .article-content p,
  .article-content li {
    font-size: 16px;
  }

  .document-cover,
  .document-page {
    min-height: auto;
    padding: 34px 24px;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .document-facts,
  .document-grid,
  .proposal-checklist,
  .proposal-table div,
  .document-signatures {
    grid-template-columns: 1fr;
  }
}

@media print {
  body {
    background: #fff;
  }

  .document-shell {
    max-width: none;
    padding: 0;
    gap: 0;
  }

  .document-cover,
  .document-page {
    min-height: 100vh;
    border: 0;
    box-shadow: none;
    page-break-after: always;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
