:root {
  --lime: #a8cf16;
  --lime-bright: #c7ea34;
  --forest: #0d2d23;
  --forest-2: #153d2f;
  --ink: #15231e;
  --muted: #68756f;
  --cream: #f4f6ef;
  --line: #dfe5dc;
  --white: #fff;
  --orange: #f29b22;
  --shadow: 0 24px 60px rgba(16, 45, 35, .11);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }


.site-header { position: absolute; z-index: 20; top: 0; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 8px; min-width: max-content; }
.brand-word { font-family: Manrope, sans-serif; font-size: 29px; font-weight: 500; letter-spacing: -2px; color: var(--lime); }
.brand-mark { display: grid; grid-template-columns: 9px 9px; grid-template-rows: 9px 9px; width: 20px; height: 20px; transform: rotate(30deg); gap: 1px; margin-right: 8px; }
.brand-mark i { display: block; background: var(--lime); }
.brand-mark i:nth-child(2) { background: var(--orange); }
.brand-mark i:nth-child(3) { grid-column: 1 / 3; background: #6da41a; }
.brand-area { border-left: 1px solid rgba(255,255,255,.35); padding-left: 16px; font-size: 12px; max-width: 95px; line-height: 1.25; color: rgba(255,255,255,.78); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; }
.main-nav > a:not(.nav-docs) { position: relative; }
.main-nav > a:not(.nav-docs)::after { content: ""; position: absolute; width: 0; height: 2px; left: 0; bottom: -8px; background: var(--lime); transition: .25s; }
.main-nav > a:hover::after { width: 100%; }
.nav-docs { display: flex; align-items: center; gap: 9px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; transition: .25s; }
.nav-docs:hover, .nav-docs.active { background: var(--lime); border-color: var(--lime); color: var(--forest); }
.nav-docs svg { width: 17px; }
.menu-toggle { display: none; color: inherit; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px 0; }

.hero { min-height: 780px; position: relative; display: flex; align-items: center; color: white; background: linear-gradient(90deg, rgba(5,36,26,.97) 0%, rgba(5,36,26,.78) 40%, rgba(5,36,26,.18) 75%), url("assets/agro-security-hero.png") center/cover no-repeat; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(4,27,20,.42)); }
.hero-content { position: relative; z-index: 2; padding-top: 64px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 34px; height: 2px; background: var(--lime); }
.hero h1, .docs-hero h1 { margin: 22px 0 24px; max-width: 760px; font-family: Manrope, sans-serif; font-size: clamp(48px, 6.2vw, 82px); line-height: 1.02; letter-spacing: -4px; }
.hero h1 em, .docs-hero h1 em { color: var(--lime-bright); font-style: normal; }
.hero-content > p { max-width: 590px; margin: 0; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 4px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest); background: var(--lime-bright); }
.button-primary:hover { background: #d6f153; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.46); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button svg { width: 18px; }
.hero-scroll { position: absolute; z-index: 3; right: 4vw; bottom: 44px; display: flex; align-items: center; gap: 12px; transform: rotate(90deg) translateX(-30%); transform-origin: right center; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.hero-scroll span { width: 34px; height: 1px; background: var(--lime); }

.quick-strip { position: relative; z-index: 4; margin-top: -1px; background: var(--forest); color: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item { min-height: 116px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.12); transition: background .25s; }
.quick-item:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.quick-item:hover { background: var(--forest-2); }
.quick-alert { background: var(--lime); color: var(--forest); }
.quick-alert:hover { background: var(--lime-bright); }
.quick-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--lime); }
.quick-alert .quick-icon { border-color: rgba(13,45,35,.23); color: var(--forest); }
.quick-icon svg { width: 20px; }
.quick-item strong, .quick-item small { display: block; }
.quick-item strong { font-size: 14px; margin-bottom: 5px; }
.quick-item small { font-size: 11px; color: rgba(255,255,255,.55); }
.quick-alert small { color: rgba(13,45,35,.65); }
.quick-item > b { font-size: 17px; font-weight: 400; opacity: .55; }

.section { padding: 112px 0; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-kicker { display: inline-block; color: #6a8e0b; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 800; margin-bottom: 17px; }
.split-heading h2, .threat-content h2, .report-copy h2, .docs-banner h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.08; letter-spacing: -2.5px; }
h2 span { color: #86b009; }
.intro-copy { padding-bottom: 4px; }
.intro-copy p { margin: 0 0 24px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.text-link { color: var(--forest); font-weight: 700; font-size: 14px; border-bottom: 1px solid #c9d1c8; padding-bottom: 6px; }
.text-link span { color: #83ad08; margin-left: 6px; }
.practice-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.practice-card { position: relative; min-height: 350px; padding: 38px 34px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.practice-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.practice-card.featured { background: var(--forest); color: #fff; border-color: var(--forest); }
.card-number { position: absolute; right: 24px; top: 18px; font-family: Manrope, sans-serif; font-weight: 800; color: #edf0eb; font-size: 74px; letter-spacing: -5px; }
.featured .card-number { color: rgba(255,255,255,.06); }
.card-icon { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #eef4de; color: #709403; margin-bottom: 45px; }
.featured .card-icon { background: var(--lime); color: var(--forest); }
.card-icon svg { width: 26px; }
.practice-card h3 { position: relative; margin: 0 0 13px; font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -.5px; }
.practice-card p { position: relative; margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.featured p { color: rgba(255,255,255,.62); }
.card-tag { position: absolute; left: 34px; bottom: 27px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; color: #789809; font-weight: 800; }
.featured .card-tag { color: var(--lime); }

.threat-section { background: var(--forest); color: #fff; padding: 110px 0; overflow: hidden; }
.threat-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.threat-visual { position: relative; min-height: 560px; border-radius: 4px; background: linear-gradient(155deg, #b7db33 0%, #6b990e 52%, #264b27 100%); overflow: hidden; }
.field-pattern { position: absolute; inset: 0; opacity: .35; background: repeating-radial-gradient(ellipse at 50% 105%, transparent 0 30px, rgba(255,255,255,.35) 32px 34px, transparent 36px 58px); }
.threat-visual::after { content: ""; position: absolute; width: 400px; height: 400px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; right: -190px; top: -120px; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.03); }
.shield-seal { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-58%); width: 190px; height: 190px; border-radius: 50%; display: grid; place-items: center; color: var(--forest); background: rgba(255,255,255,.88); backdrop-filter: blur(8px); box-shadow: 0 25px 60px rgba(13,45,35,.26); }
.shield-seal svg { width: 86px; stroke-width: 2; }
.visual-caption { position: absolute; left: 34px; right: 34px; bottom: 27px; display: flex; justify-content: space-between; align-items: end; gap: 30px; color: var(--cream); }
.visual-caption strong, .visual-caption span { display: block; }
.visual-caption strong { font-size: 15px; }
.visual-caption span { max-width: 190px; font-size: 11px; line-height: 1.45; opacity: .68; text-align: right; }
.section-kicker.light { color: var(--lime); }
.threat-content h2 span { color: var(--lime-bright); }
.accordion-list { margin-top: 45px; border-top: 1px solid rgba(255,255,255,.16); }
.accordion-list details { border-bottom: 1px solid rgba(255,255,255,.16); }
.accordion-list summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; min-height: 73px; font-family: Manrope, sans-serif; font-weight: 600; font-size: 16px; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary b { color: var(--lime); font-size: 11px; }
.accordion-list summary span { font-size: 24px; font-weight: 300; transition: transform .2s; }
.accordion-list details[open] summary span { transform: rotate(45deg); }
.accordion-list details p { margin: -4px 28px 24px 42px; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.65; }

.report-section { background: var(--cream); }
.report-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 500px; background: #fff; border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.report-copy { padding: 70px 68px; }
.report-copy p { color: var(--muted); max-width: 520px; line-height: 1.7; margin: 24px 0 32px; }
.button-dark { background: var(--forest); color: white; }
.button-dark:hover { background: #1a4737; }
.report-steps { background: var(--lime); padding: 65px 50px; display: flex; flex-direction: column; justify-content: center; }
.report-steps > div { display: grid; grid-template-columns: 55px 1fr; gap: 20px; align-items: center; padding: 26px 0; border-bottom: 1px solid rgba(13,45,35,.2); }
.report-steps > div:last-child { border: 0; }
.report-steps b { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(13,45,35,.35); border-radius: 50%; font-size: 12px; }
.report-steps strong, .report-steps small { display: block; }
.report-steps strong { font-family: Manrope, sans-serif; font-size: 16px; margin-bottom: 5px; }
.report-steps small { color: rgba(13,45,35,.65); }

.docs-banner { background: var(--lime-bright); padding: 90px 0; overflow: hidden; }
.docs-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.eyebrow.dark { color: var(--forest); }
.eyebrow.dark > span { background: var(--forest); }
.docs-banner h2 { margin: 18px 0; color: var(--forest); }
.docs-banner p { margin: 0; color: rgba(13,45,35,.67); }
.docs-round-button { width: 220px; height: 220px; flex: 0 0 auto; border-radius: 50%; border: 1px solid rgba(13,45,35,.25); display: grid; grid-template-columns: 42px 1fr 22px; align-items: center; gap: 10px; padding: 35px; transition: transform .25s, background .25s; }
.docs-round-button:hover { transform: rotate(-3deg) scale(1.025); background: rgba(255,255,255,.23); }
.docs-round-button svg { width: 38px; }
.docs-round-button span { font-size: 12px; line-height: 1.2; }
.docs-round-button strong { font-size: 24px; font-family: Manrope, sans-serif; }
.docs-round-button b { font-size: 22px; }

.site-footer { padding: 70px 0 25px; color: #fff; background: #0a251c; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.footer-brand p { max-width: 280px; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.6; }
.footer-main h3 { color: var(--lime); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; margin: 6px 0 16px; }
.footer-main > div:not(.footer-brand) a { display: block; color: rgba(255,255,255,.65); font-size: 13px; margin-bottom: 10px; }
.footer-main a:hover { color: #fff !important; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.34); font-size: 10px; }

/* Central de documentos */
.docs-page { background: var(--cream); }
.docs-header { position: absolute; }
.docs-hero { padding: 130px 0 85px; color: #fff; background: radial-gradient(circle at 82% 25%, rgba(168,207,22,.19), transparent 25%), linear-gradient(135deg, #0a281e, #123d2e); }
.back-link { display: inline-block; margin: 16px 0 48px; color: rgba(255,255,255,.63); font-size: 12px; }
.back-link:hover { color: var(--lime); }
.docs-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.docs-hero h1 { margin-bottom: 18px; font-size: clamp(50px, 6vw, 78px); }
.docs-hero p { margin: 0; max-width: 600px; color: rgba(255,255,255,.65); line-height: 1.65; font-size: 17px; }
.docs-hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-left: 50px; border-left: 1px solid rgba(255,255,255,.16); }
.docs-hero-stats div { border-top: 2px solid var(--lime); padding-top: 16px; }
.docs-hero-stats strong, .docs-hero-stats span { display: block; }
.docs-hero-stats strong { font: 800 38px Manrope, sans-serif; color: var(--lime-bright); }
.docs-hero-stats span { color: rgba(255,255,255,.6); font-size: 11px; margin-top: 3px; }
.docs-hero-stats small { grid-column: 1 / 3; color: rgba(255,255,255,.35); font-size: 10px; }
.documents-section { padding: 0 0 110px; }
.search-panel { position: relative; z-index: 2; margin-top: -34px; padding: 25px 28px; border-radius: 15px; background: #fff; box-shadow: 0 14px 45px rgba(13,45,35,.1); }
.search-box { display: flex; align-items: center; gap: 13px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.search-box svg { width: 22px; color: #7d8a83; }
.search-box input { width: 100%; border: 0; outline: 0; font: 15px "DM Sans", sans-serif; color: var(--ink); }
.search-box input::placeholder { color: #a0aaa4; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 18px; }
.filter-button { border: 1px solid var(--line); background: #fff; color: #58665f; border-radius: 999px; padding: 9px 14px; font: 600 12px "DM Sans", sans-serif; cursor: pointer; }
.filter-button span { display: inline-grid; place-items: center; min-width: 21px; height: 21px; margin-left: 7px; border-radius: 50%; background: #eff2ed; font-size: 9px; }
.filter-button.active { background: var(--forest); border-color: var(--forest); color: #fff; }
.filter-button.active span { background: var(--lime); color: var(--forest); }
.docs-heading-row { margin: 75px 0 28px; display: flex; align-items: end; justify-content: space-between; }
.docs-heading-row .section-kicker { margin-bottom: 8px; }
.docs-heading-row h2 { margin: 0; font: 800 34px Manrope, sans-serif; letter-spacing: -1px; }
.results-count { color: var(--muted); font-size: 11px; }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.document-card { position: relative; min-height: 385px; padding: 27px; border-radius: 16px; background: #fff; border: 1px solid #e3e8e0; transition: transform .25s, box-shadow .25s, border-color .25s; }
.document-card:hover { transform: translateY(-4px); border-color: #b8cb7d; box-shadow: 0 18px 45px rgba(13,45,35,.1); }
.document-card[hidden] { display: none; }
.doc-top { display: flex; justify-content: space-between; align-items: center; }
.doc-type { padding: 6px 8px; color: #4f6f09; background: #edf4d7; border-radius: 4px; font-size: 9px; font-weight: 800; }
.doc-category { color: #78847e; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.doc-icon { width: 55px; height: 55px; display: grid; place-items: center; margin: 30px 0 22px; border-radius: 13px; color: #709708; background: #f1f5e7; }
.doc-icon svg { width: 26px; }
.document-card h3 { margin: 0 0 11px; font: 700 18px/1.35 Manrope, sans-serif; letter-spacing: -.3px; }
.document-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.doc-meta { position: absolute; left: 27px; right: 27px; bottom: 64px; display: flex; justify-content: space-between; color: #98a19c; font-size: 9px; }
.doc-actions { position: absolute; left: 0; right: 0; bottom: 0; height: 47px; border-top: 1px solid #e7ebe4; display: flex; align-items: center; justify-content: space-between; padding-left: 27px; }
.doc-actions a:first-child { color: #587506; font-size: 11px; font-weight: 700; }
.download-link { width: 48px; height: 47px; display: grid; place-items: center; border-left: 1px solid #e7ebe4; color: var(--forest); font-size: 17px; }
.download-link:hover { background: var(--lime); }
.loading-documents { grid-column: 1 / -1; min-height: 240px; display: grid; place-items: center; align-content: center; gap: 14px; color: var(--muted); }
.loading-documents p { margin: 0; font-size: 13px; }
.loading-spinner { width: 34px; height: 34px; border: 3px solid #dfe6d6; border-top-color: var(--lime); border-radius: 50%; animation: document-loading .8s linear infinite; }
@keyframes document-loading { to { transform: rotate(360deg); } }
.empty-state { text-align: center; padding: 80px 20px; color: var(--muted); }
.empty-state svg { width: 45px; color: #86a42d; }
.empty-state h3 { color: var(--ink); }
.need-help { margin-top: 45px; padding: 27px 32px; background: var(--forest); color: #fff; border-radius: 15px; display: flex; justify-content: space-between; align-items: center; }
.need-help > div { display: flex; align-items: center; gap: 17px; }
.help-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-weight: 800; }
.need-help strong, .need-help small { display: block; }
.need-help strong { font-size: 14px; margin-bottom: 3px; }
.need-help small { color: rgba(255,255,255,.5); }
.need-help > a { color: var(--lime); font-size: 12px; font-weight: 700; }

.logo {    
  width: 100%;
  max-width: 180px;
}

@media (max-width: 1000px) {
  .main-nav { gap: 18px; }
  .brand-area { display: none; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-item:nth-child(2) { border-right: 0; }
  .threat-layout { gap: 50px; }
  .document-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--container)); }
  .header-inner { height: 74px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 24px; flex-direction: column; align-items: stretch; gap: 8px; color: white; background: #0a281e; border-top: 1px solid rgba(255,255,255,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-docs { justify-content: center; margin-top: 5px; }
  .hero { min-height: 680px; background-position: 60% center; }
  .hero h1, .docs-hero h1 { letter-spacing: -2.5px; }
  .hero-content > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .hero-scroll { display: none; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-heading, .practice-grid, .threat-layout, .report-card, .docs-hero-grid { grid-template-columns: 1fr; }
  .section { padding: 78px 0; }
  .split-heading { gap: 28px; }
  .practice-grid { margin-top: 42px; }
  .threat-section { padding: 78px 0; }
  .threat-visual { min-height: 420px; }
  .threat-layout { gap: 55px; }
  .report-copy { padding: 50px 30px; }
  .report-steps { padding: 35px 30px; }
  .docs-banner { padding: 70px 0; }
  .docs-banner-inner { align-items: flex-start; flex-direction: column; }
  .docs-round-button { width: 180px; height: 180px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .docs-hero { padding-top: 105px; }
  .back-link { margin-bottom: 34px; }
  .docs-hero-grid { gap: 45px; }
  .docs-hero-stats { padding-left: 0; border-left: 0; }
  .docs-heading-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .document-grid { grid-template-columns: 1fr; }
  .need-help { align-items: flex-start; flex-direction: column; gap: 22px; }
}

@media (max-width: 420px) {
  .brand-word { font-size: 24px; }
  .brand-mark { margin-right: 0; }
  .hero h1, .docs-hero h1 { font-size: 43px; }
  .hero { min-height: 640px; }
  .quick-item { padding-inline: 12px; }
  .visual-caption { flex-direction: column; align-items: flex-start; }
  .visual-caption span { text-align: left; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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