@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f7f6f1;
  --paper-strong: #ece8de;
  --ink: #101714;
  --muted: #64706a;
  --line: #d6d8d1;
  --forest: #075b41;
  --forest-dark: #043f2e;
  --mint: #e4eee9;
  --white: #ffffff;
  --whatsapp: #25d366;
  --warning: #7a5707;
  --radius: 18px;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

.seo-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.seo-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(16, 23, 20, 0.12);
  background: rgba(247, 246, 241, 0.94);
  backdrop-filter: blur(18px);
}

.seo-header__inner {
  display: flex;
  align-items: center;
  width: min(1260px, calc(100% - 48px));
  min-height: 76px;
  margin-inline: auto;
  gap: 30px;
}

.seo-brand {
  position: relative;
  display: block;
  flex: 0 0 154px;
  width: 154px;
  height: 34px;
  overflow: hidden;
}

.seo-brand img {
  position: absolute;
  top: -79px;
  left: -24px;
  width: 202px;
  max-width: none;
  height: 202px;
}

.seo-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.seo-nav a {
  color: #2b3530;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.seo-nav a:hover,
.seo-nav a[aria-current="page"] {
  color: var(--forest);
}

.seo-header__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #149746;
  border-radius: 11px;
  color: #087e37;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.seo-header__wa img,
.seo-button img,
.seo-mobile-bar img {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  object-fit: contain;
}

.seo-breadcrumbs {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.seo-breadcrumbs ol {
  display: flex;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 48px;
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  white-space: nowrap;
}

.seo-breadcrumbs li {
  display: flex;
  align-items: center;
  color: #6d7671;
  font-size: 13px;
  font-weight: 600;
}

.seo-breadcrumbs li + li::before {
  content: "/";
  margin: 0 11px;
  color: #a7aca9;
}

.seo-breadcrumbs a {
  color: var(--forest);
  text-decoration: none;
}

.seo-hero {
  padding: 78px 0 72px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 8%, rgba(7, 91, 65, 0.1), transparent 32%),
    linear-gradient(145deg, #fbfaf7 0%, #f2eee4 100%);
}

.seo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.78fr);
  align-items: start;
  gap: 76px;
}

.seo-eyebrow {
  display: block;
  margin-bottom: 20px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
}

.seo-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 6.2vw, 76px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.seo-lead {
  max-width: 770px;
  margin-top: 30px;
  color: #4a554f;
  font-size: 19px;
  line-height: 1.75;
}

.seo-lead p {
  margin: 0 0 14px;
}

.seo-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  color: #6b756f;
  font-size: 13px;
  font-weight: 600;
}

.seo-byline a {
  color: var(--forest);
  font-weight: 800;
}

.seo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.seo-button:hover {
  transform: translateY(-2px);
}

.seo-button--whatsapp {
  color: #fff;
  background: #0c8d40;
}

.seo-button--whatsapp:hover {
  background: #087436;
}

.seo-button--outline {
  border-color: #9aa69f;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.68);
}

.seo-trust-card {
  padding: 30px;
  border: 1px solid #b7c5be;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 60px rgba(24, 40, 33, 0.08);
}

.seo-trust-card__label {
  display: inline-block;
  margin-bottom: 19px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.seo-trust-card h2 {
  margin: 0 0 15px;
  font-size: 27px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.seo-trust-card p {
  margin: 0;
  color: #52605a;
}

.seo-trust-card ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.seo-trust-card li {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 700;
}

.seo-trust-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.seo-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 790px) minmax(230px, 1fr);
  align-items: start;
  gap: 86px;
  padding-top: 84px;
  padding-bottom: 96px;
}

.seo-article {
  min-width: 0;
}

.seo-content-section {
  position: relative;
  padding: 0 0 64px;
}

.seo-content-section + .seo-content-section {
  padding-top: 66px;
  border-top: 1px solid var(--line);
}

.seo-section-number {
  display: block;
  margin-bottom: 15px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.seo-content-section h2 {
  max-width: 700px;
  margin: 0 0 25px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.seo-content-section > p {
  margin: 0 0 20px;
  color: #37423d;
  font-size: 18px;
  line-height: 1.8;
}

.seo-checklist {
  display: grid;
  gap: 0;
  margin: 31px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.seo-checklist li {
  position: relative;
  padding: 15px 12px 15px 36px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.seo-checklist li::before {
  content: "✓";
  position: absolute;
  top: 16px;
  left: 7px;
  color: var(--forest);
  font-weight: 800;
}

.seo-steps {
  display: grid;
  gap: 13px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.seo-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.seo-steps li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-size: 12px;
  font-weight: 800;
}

.seo-steps h3 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.4;
}

.seo-steps p {
  margin: 0;
  color: #58635e;
}

.seo-note {
  margin-top: 28px;
  padding: 23px 25px;
  border-left: 4px solid var(--forest);
  border-radius: 0 12px 12px 0;
  background: var(--mint);
}

.seo-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--forest-dark);
  font-size: 17px;
}

.seo-note p {
  margin: 0;
  color: #34423c;
}

.seo-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding: 24px 26px;
  border-radius: 14px;
  color: #fff;
  background: var(--forest-dark);
}

.seo-inline-cta strong,
.seo-inline-cta span {
  display: block;
}

.seo-inline-cta strong {
  margin-bottom: 4px;
  font-size: 17px;
}

.seo-inline-cta span {
  color: #c7d9d1;
  font-size: 14px;
}

.seo-inline-cta a {
  flex: 0 0 auto;
  padding: 11px 16px;
  border-radius: 9px;
  color: #0a4d33;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.seo-toc {
  position: sticky;
  top: 108px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.seo-toc strong {
  display: block;
  margin-bottom: 13px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-toc ol {
  display: grid;
  gap: 11px;
  margin: 0;
  padding-left: 20px;
}

.seo-toc li {
  color: #65706a;
  font-size: 13px;
  line-height: 1.45;
}

.seo-toc a {
  text-decoration: none;
}

.seo-toc a:hover {
  color: var(--forest);
  text-decoration: underline;
}

.seo-card-section {
  padding: 82px 0 10px;
}

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

.seo-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.seo-card:hover {
  transform: translateY(-4px);
  border-color: #a1b7ac;
  box-shadow: 0 18px 42px rgba(16, 37, 27, 0.08);
}

.seo-card > span {
  color: var(--forest);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.seo-card h2 {
  margin: 18px 0 14px;
  font-size: 25px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.seo-card h2 a,
.seo-card__link {
  text-decoration: none;
}

.seo-card p {
  margin: 0;
  color: #5e6963;
  font-size: 15px;
}

.seo-card__link {
  margin-top: auto;
  padding-top: 24px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 800;
}

.seo-sources {
  margin-top: 8px;
  padding: 28px;
  border: 1px solid #d4c9a9;
  border-radius: 14px;
  background: #fffbec;
}

.seo-sources h2 {
  margin: 0 0 13px;
  font-size: 23px;
  letter-spacing: -0.02em;
}

.seo-sources p,
.seo-sources li {
  color: #5a533f;
  font-size: 14px;
}

.seo-sources ul {
  margin: 15px 0;
  padding-left: 20px;
}

.seo-sources a {
  color: #5f4a0b;
  font-weight: 700;
}

.seo-faq {
  padding: 94px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.seo-faq__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 86px;
}

.seo-faq h2,
.seo-related h2,
.seo-final-cta h2 {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.seo-faq__grid > div:first-child p {
  color: #617069;
  font-size: 17px;
}

.seo-faq details {
  border-top: 1px solid var(--line);
}

.seo-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.seo-faq summary {
  padding: 22px 42px 22px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.seo-faq details p {
  margin: -6px 40px 24px 0;
  color: #59645f;
}

.seo-related {
  padding: 82px 0 90px;
  background: var(--paper-strong);
}

.seo-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid #c8cbc5;
  border-radius: 14px;
  background: #c8cbc5;
}

.seo-related__grid a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 210px;
  padding: 28px;
  background: #fff;
  text-decoration: none;
}

.seo-related__grid strong {
  font-size: 22px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.seo-related__grid span {
  color: #64706a;
  font-size: 14px;
}

.seo-final-cta {
  padding: 76px 0;
  color: #fff;
  background: var(--forest-dark);
}

.seo-final-cta > .seo-container {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 80px;
}

.seo-final-cta .seo-eyebrow {
  color: #a9d6c3;
}

.seo-final-cta p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #c9d8d2;
  font-size: 17px;
}

.seo-final-cta__actions {
  display: grid;
  gap: 11px;
}

.seo-button--light {
  color: var(--forest-dark);
  background: #fff;
}

.seo-button--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.seo-footer {
  padding: 66px 0 24px;
  color: #e9edea;
  background: #0d1210;
}

.seo-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 60px;
}

.seo-footer .seo-brand {
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.seo-footer p,
.seo-footer span {
  color: #aab2ae;
  font-size: 14px;
}

.seo-footer h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-footer__grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.seo-footer a {
  color: #d7ddd9;
  font-size: 14px;
  text-decoration: none;
}

.seo-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.seo-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid #2b312e;
}

.seo-whatsapp-fab {
  position: fixed;
  z-index: 60;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.22);
}

.seo-whatsapp-fab img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seo-mobile-bar {
  display: none;
}

@media (max-width: 980px) {
  .seo-header__inner {
    gap: 18px;
  }

  .seo-nav {
    gap: 15px;
  }

  .seo-nav a:nth-child(2),
  .seo-nav a:nth-child(3) {
    display: none;
  }

  .seo-hero__grid,
  .seo-article-layout,
  .seo-faq__grid,
  .seo-final-cta > .seo-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-hero__grid,
  .seo-faq__grid,
  .seo-final-cta > .seo-container {
    gap: 45px;
  }

  .seo-article-layout {
    gap: 30px;
  }

  .seo-toc {
    position: static;
    grid-row: 1;
  }

  .seo-card-grid,
  .seo-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .seo-footer__grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 64px;
  }

  .seo-container,
  .seo-breadcrumbs ol,
  .seo-header__inner {
    width: min(100% - 32px, 1180px);
  }

  .seo-header__inner {
    min-height: 67px;
  }

  .seo-brand {
    flex-basis: 137px;
    width: 137px;
    height: 31px;
  }

  .seo-brand img {
    top: -72px;
    left: -23px;
    width: 184px;
    height: 184px;
  }

  .seo-nav {
    display: none;
  }

  .seo-header__wa {
    margin-left: auto;
    min-height: 42px;
    padding: 0 13px;
  }

  .seo-hero {
    padding: 54px 0 50px;
  }

  .seo-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .seo-lead,
  .seo-content-section > p {
    font-size: 17px;
  }

  .seo-hero__actions,
  .seo-button {
    width: 100%;
  }

  .seo-trust-card {
    padding: 24px;
  }

  .seo-article-layout {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .seo-content-section,
  .seo-content-section + .seo-content-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .seo-content-section:first-child {
    padding-top: 0;
  }

  .seo-content-section h2 {
    font-size: 34px;
  }

  .seo-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .seo-inline-cta a {
    text-align: center;
  }

  .seo-card-section {
    padding-top: 56px;
  }

  .seo-card-grid,
  .seo-related__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .seo-card {
    min-height: 290px;
  }

  .seo-faq,
  .seo-related {
    padding: 66px 0;
  }

  .seo-related__grid a {
    min-height: 170px;
  }

  .seo-footer {
    padding-top: 54px;
  }

  .seo-footer__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .seo-footer__grid > div:last-child {
    grid-column: auto;
  }

  .seo-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .seo-whatsapp-fab {
    right: 17px;
    bottom: 78px;
    width: 56px;
    height: 56px;
  }

  .seo-mobile-bar {
    position: fixed;
    z-index: 59;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    height: 64px;
    padding: 8px;
    border-top: 1px solid #d8ddd9;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  }

  .seo-mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }

  .seo-mobile-bar a:last-child {
    color: #fff;
    background: #118d45;
  }
}

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