@import "tailwindcss";

:root {
  --ink: #102a23;
  --green: #164c3a;
  --deep: #092c22;
  --lime: #c8ef4a;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --line: rgba(16, 42, 35, 0.16);
  --orange: #e96f2a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding: 0 clamp(24px, 4.5vw, 72px);
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.brand img { width: 204px; max-height: 62px; object-fit: contain; filter: brightness(0) invert(1); }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); font-size: 13px; font-weight: 700; }
.desktop-nav a { opacity: .82; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { font-size: 13px; font-weight: 800; padding: 13px 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 3px; }
.header-cta span, .button span { margin-left: 14px; }
.mobile-menu { display: none; }

.hero {
  min-height: 760px;
  height: 100svh;
  position: relative;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
}
.hero-image { position: absolute; inset: 0; background: url("/hero-avocado.jpg") center 44% / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,30,22,.88) 0%, rgba(4,30,22,.58) 48%, rgba(4,30,22,.12) 80%), linear-gradient(0deg, rgba(4,30,22,.48), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 70%); margin-left: clamp(24px, 8vw, 128px); padding-top: 54px; }
.eyebrow { margin: 0 0 24px; color: var(--orange); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 900; }
.eyebrow.light { color: var(--lime); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; margin: 0; line-height: .98; }
h1 { font-size: clamp(56px, 7vw, 108px); }
h1 em, h2 em { color: var(--lime); font-weight: 400; }
.hero-copy { max-width: 590px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; opacity: .9; margin: 30px 0 36px; }
.hero-actions, .join-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 22px; border-radius: 3px; font-size: 13px; font-weight: 900; letter-spacing: .01em; }
.button.primary { background: var(--orange); color: white; }
.button.lime { background: var(--lime); color: var(--deep); }
.text-link { font-size: 13px; font-weight: 900; padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.light-link { color: white; }
.hero-proof {
  z-index: 2;
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  bottom: 46px;
  width: 365px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 0 20px 22px;
  border-left: 2px solid var(--lime);
}
.hero-proof strong { font-family: Georgia, serif; font-size: 42px; color: var(--lime); font-weight: 400; }
.hero-proof span { font-size: 12px; line-height: 1.55; opacity: .85; }
.scroll-cue { position: absolute; z-index: 2; bottom: 0; left: 50%; width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-bottom: 0; }
.scroll-cue span { width: 1px; height: 24px; background: white; position: relative; }
.scroll-cue span:after { content:""; position:absolute; bottom:0; left:-3px; width:7px; height:7px; border-right:1px solid white; border-bottom:1px solid white; transform:rotate(45deg); }

.section { padding: 120px clamp(24px, 8vw, 128px); }
.section-tag { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 900; }
.section-tag span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); }
.section-tag.light { color: rgba(255,255,255,.7); }
.section-tag.light span { border-color: rgba(255,255,255,.25); color: var(--lime); }
.intro { display: grid; grid-template-columns: 27% 1fr; gap: 7%; background: var(--cream); }
.intro-copy h2, .initiatives-copy h2, .news h2 { font-size: clamp(46px, 5.5vw, 82px); }
.intro-copy h2 em, .initiatives-copy h2 em, .news h2 em { color: var(--green); }
.lead { max-width: 760px; color: #4a5b55; font-size: 17px; line-height: 1.8; margin: 34px 0 44px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.values div { padding: 24px 20px 0 0; }
.values div + div { border-left: 1px solid var(--line); padding-left: 24px; }
.values strong { display: block; font: 23px Georgia, serif; margin-bottom: 7px; }
.values span { font-size: 11px; color: #718079; }

.dark { background: var(--deep); color: white; }
.section-heading { display: grid; grid-template-columns: 27% 1fr; gap: 7%; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(46px, 5.5vw, 82px); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.benefit-card { min-height: 320px; padding: 34px 28px 34px 0; }
.benefit-card + .benefit-card { border-left: 1px solid rgba(255,255,255,.2); padding-left: 28px; }
.benefit-card > span { color: var(--lime); font-size: 11px; letter-spacing: .14em; }
.benefit-card h3 { font: 25px/1.15 Georgia, serif; margin: 74px 0 18px; max-width: 220px; }
.benefit-card p { color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.7; }
.benefit-footer { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 38px; }
.benefit-footer p { max-width: 570px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.6; }

.initiatives { display: grid; grid-template-columns: 1.08fr .92fr; padding-left: 0; gap: clamp(50px, 7vw, 110px); align-items: center; }
.initiatives-visual { position: relative; }
.initiatives-visual img { width: 100%; height: 700px; object-fit: cover; }
.caption { position: absolute; bottom: 0; left: 0; padding: 16px 28px; color: white; background: var(--green); text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.initiatives-copy { padding-right: clamp(24px, 6vw, 96px); }
.initiatives-copy .section-tag { margin-bottom: 60px; }
.initiative-list { list-style: none; padding: 0; margin: 40px 0 0; border-top: 1px solid var(--line); }
.initiative-list li { display: flex; gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.initiative-list span { color: var(--orange); font-size: 10px; }

.news { background: var(--cream); }
.news-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }
.news-head .section-tag { margin-bottom: 34px; }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.news-image { overflow: hidden; aspect-ratio: 16/9; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-card:hover img { transform: scale(1.025); }
.news-meta { display: flex; justify-content: space-between; margin: 18px 0 16px; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; }
.news-meta span { color: var(--orange); font-weight: 900; }
.news-meta time { color: #6e7a75; }
.news-card h3 { font: 30px/1.16 Georgia, serif; margin: 0; max-width: 580px; }

.join { background: var(--green); color: white; display: grid; grid-template-columns: 1fr 380px; gap: 10%; align-items: center; position: relative; overflow: hidden; }
.join:before { content:""; position:absolute; width:500px; height:500px; border:1px solid rgba(255,255,255,.08); border-radius:50%; left:-250px; top:-180px; }
.join-copy { position: relative; }
.join h2 { font-size: clamp(52px, 6vw, 88px); }
.join-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); max-width: 650px; line-height: 1.75; margin: 30px 0 36px; }
.price-card { background: var(--paper); color: var(--ink); padding: 36px; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.price-card > p { text-transform: uppercase; font-size: 10px; letter-spacing: .16em; font-weight: 900; color: var(--orange); margin: 0; }
.price-card strong { display: block; font: 82px/1 Georgia, serif; color: var(--green); margin: 24px 0 10px; }
.price-card strong small { font-size: 27px; vertical-align: top; }
.price-card > span { font-size: 12px; color: #63706a; line-height: 1.5; }
.price-card hr { border: 0; border-top: 1px solid var(--line); margin: 28px 0; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 28px; }
.price-card li { font-size: 12px; padding: 7px 0 7px 20px; position: relative; }
.price-card li:before { content:"✓"; color: var(--green); font-weight: 900; position: absolute; left: 0; }
.price-card a { color: var(--green); font-size: 12px; font-weight: 900; border-bottom: 1px solid var(--green); }

footer { padding: 70px clamp(24px, 8vw, 128px) 30px; background: #071f18; color: rgba(255,255,255,.7); display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 60px; font-size: 12px; line-height: 1.7; }
.footer-brand img { width: 200px; filter: brightness(0) invert(1); margin-bottom: 18px; }
.footer-brand p { max-width: 310px; }
.footer-label { color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-weight: 900; }
footer a { display: block; }
.footer-bottom { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 24px; display: flex; justify-content: space-between; font-size: 10px; }
.mobile-cta { display: none; }

.section-intro { max-width: 690px; margin: 28px 0 0; font-size: 15px; line-height: 1.75; }
.light-copy { color: rgba(255,255,255,.68); }
.audience-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.audience-links a { padding: 28px 30px 28px 0; font: 21px/1.35 Georgia, serif; }
.audience-links a + a { border-left: 1px solid var(--line); padding-left: 30px; }
.audience-links span { display: block; margin-bottom: 8px; color: var(--orange); font: 800 9px Arial, sans-serif; text-transform: uppercase; letter-spacing: .15em; }

.buyers { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--paper); }
.buyer-copy .section-tag { margin-bottom: 58px; }
.buyer-copy h2, .alliance-head h2 { font-size: clamp(46px, 5.5vw, 82px); }
.buyer-copy h2 em, .alliance-head h2 em { color: var(--green); }
.buyer-list { list-style: none; padding: 0; margin: 36px 0; border-top: 1px solid var(--line); }
.buyer-list li { padding: 16px 0 16px 28px; border-bottom: 1px solid var(--line); position: relative; font-size: 13px; font-weight: 800; }
.buyer-list li:before { content: "✓"; position: absolute; left: 0; color: var(--orange); }
.buyer-actions { margin-top: 36px; }
.buyer-brief { background: var(--cream); padding: 26px; border-top: 4px solid var(--green); }
.buyer-brief h3 { margin: 0 0 24px; font: 30px/1.2 Georgia, serif; }
.buyer-brief ol { list-style: none; padding: 0; margin: 0; }
.buyer-brief li { display: flex; gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.buyer-brief li span { color: var(--orange); font-size: 9px; letter-spacing: .12em; }
.buyer-note { margin: 24px 0 0; color: #63706a; font-size: 10px; line-height: 1.55; font-style: italic; }

.visual-placeholder { background: transparent; border: 1px solid rgba(16,42,35,.22); position: relative; }
.visual-placeholder:before, .visual-placeholder:after { content: ""; position: absolute; background: rgba(16,42,35,.12); }
.visual-placeholder:before { width: 54px; height: 1px; left: 50%; top: 50%; transform: translateX(-50%); }
.visual-placeholder:after { width: 1px; height: 54px; left: 50%; top: 50%; transform: translateY(-50%); }
.buyer-placeholder { aspect-ratio: 16 / 9; margin-bottom: 30px; background: rgba(255,255,255,.45); }
.buyer-image { width: 100%; margin-bottom: 30px; overflow: hidden; background: rgba(255,255,255,.45); }
.buyer-image img { display: block; width: 100%; height: auto; object-fit: contain; }

.alliances { background: var(--cream); }
.alliance-head { display: grid; grid-template-columns: 27% 1fr; gap: 7%; margin-bottom: 70px; }
.alliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.alliance-card { padding: 34px 34px 36px 0; }
.alliance-card + .alliance-card { border-left: 1px solid var(--line); padding-left: 34px; }
.alliance-number { color: var(--orange); font-size: 10px; letter-spacing: .14em; }
.alliance-label { margin: 50px 0 10px; color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 900; }
.alliance-card h3 { margin: 0 0 18px; font: 27px/1.15 Georgia, serif; }
.alliance-card > p:last-of-type { min-height: 125px; color: #53635d; font-size: 13px; line-height: 1.7; }
.alliance-card a { display: inline-block; color: var(--green); border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 900; padding-bottom: 4px; }
.alliance-placeholder { min-height: 320px; margin-top: 54px; background: rgba(255,255,255,.35); }
.alliance-image { width: 100%; height: auto; margin-top: 54px; overflow: visible; background: rgba(255,255,255,.35); }
.alliance-image img { display: block; width: 100%; height: auto; object-fit: contain; }
.impact-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid var(--line); }
.impact-strip div { padding: 28px 28px 0 0; }
.impact-strip div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.impact-strip strong { display: block; margin-bottom: 8px; font: 22px Georgia, serif; color: var(--green); }
.impact-strip span { color: #66756f; font-size: 11px; line-height: 1.5; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  .brand img { width: 176px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] nav { position: absolute; right: 0; top: 30px; width: 210px; padding: 14px; background: var(--paper); color: var(--ink); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
  .mobile-menu nav a { display: block; padding: 12px; border-bottom: 1px solid var(--line); font-weight: 800; font-size: 13px; }
  .intro, .section-heading { grid-template-columns: 1fr; }
  .intro .section-tag, .section-heading .section-tag { margin-bottom: 50px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card:nth-child(3) { border-left: 0; }
  .benefit-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
  .initiatives { grid-template-columns: 1fr; padding: 0; }
  .initiatives-visual img { height: 520px; }
  .initiatives-copy { padding: 90px 50px; }
  .join { grid-template-columns: 1fr; }
  .price-card { max-width: 480px; }
  .buyers { grid-template-columns: 1fr; }
  .buyer-brief { max-width: 620px; }
  .alliance-head { grid-template-columns: 1fr; }
  .alliance-head .section-tag { margin-bottom: 50px; }
  .alliance-grid { grid-template-columns: 1fr; }
  .alliance-card { padding: 32px 0 !important; border-left: 0 !important; }
  .alliance-card + .alliance-card { border-top: 1px solid var(--line); }
  .alliance-card > p:last-of-type { min-height: 0; }
}

@media (max-width: 640px) {
  body { padding-bottom: 62px; }
  .site-header { padding: 0 20px; }
  .brand img { width: 158px; }
  .hero { min-height: 700px; height: 100svh; align-items: flex-end; padding-bottom: 110px; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,30,22,.96) 0%, rgba(4,30,22,.62) 62%, rgba(4,30,22,.28) 100%); }
  .hero-content { width: auto; margin: 0 20px; padding: 0; }
  h1 { font-size: clamp(49px, 14vw, 66px); }
  .hero-copy { font-size: 15px; line-height: 1.55; margin: 22px 0 28px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { display: none; }
  .hero-proof { right: 20px; left: 20px; bottom: 22px; width: auto; padding: 12px 0 12px 14px; grid-template-columns: 72px 1fr; }
  .hero-proof strong { font-size: 29px; }
  .hero-proof span { font-size: 10px; }
  .scroll-cue { display: none; }
  .section { padding: 82px 20px; }
  .section-tag { margin-bottom: 42px !important; }
  .intro-copy h2, .section-heading h2, .initiatives-copy h2, .news h2 { font-size: 45px; }
  .lead { font-size: 15px; line-height: 1.7; }
  .values { grid-template-columns: 1fr; }
  .values div { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .values div + div { border-left: 0; padding-left: 0; }
  .section-heading { margin-bottom: 40px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; padding: 28px 0 !important; border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 36px 1fr; }
  .benefit-card h3 { margin: 0 0 12px; font-size: 23px; max-width: none; }
  .benefit-card p { grid-column: 2; margin: 0; }
  .benefit-footer { align-items: stretch; flex-direction: column; }
  .benefit-footer .button { width: 100%; }
  .initiatives-visual img { height: 380px; }
  .caption { font-size: 8px; padding: 12px 18px; }
  .initiatives-copy { padding: 82px 20px; }
  .initiatives-copy .section-tag { margin-bottom: 42px; }
  .news-head { display: block; }
  .news-head .text-link { display: inline-block; margin-top: 28px; }
  .news-grid { grid-template-columns: 1fr; gap: 48px; }
  .news-card h3 { font-size: 25px; }
  .join { padding-bottom: 90px; }
  .join h2 { font-size: 50px; }
  .join-actions .button { width: 100%; }
  .join-actions .text-link { font-size: 11px; }
  .price-card { padding: 28px 24px; }
  footer { grid-template-columns: 1fr; gap: 28px; padding: 60px 20px 28px; }
  .footer-bottom { display: grid; gap: 8px; }
  .mobile-cta { display: block; position: fixed; z-index: 50; bottom: 0; left: 0; right: 0; padding: 8px; background: var(--paper); box-shadow: 0 -5px 20px rgba(0,0,0,.14); }
  .mobile-cta a { height: 46px; padding: 0 18px; background: var(--orange); color: white; display: flex; align-items: center; justify-content: space-between; border-radius: 3px; font-size: 13px; font-weight: 900; }
  .audience-links { grid-template-columns: 1fr; }
  .audience-links a { padding: 22px 0; }
  .audience-links a + a { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .buyer-copy .section-tag { margin-bottom: 42px; }
  .buyer-brief { padding: 20px; }
  .buyer-brief h3 { font-size: 25px; }
  .alliance-placeholder { min-height: 210px; margin-top: 38px; }
  .alliance-image { height: auto; margin-top: 38px; }
  .impact-strip { grid-template-columns: 1fr; }
  .impact-strip div { padding: 22px 0; border-bottom: 1px solid var(--line); }
  .impact-strip div + div { border-left: 0; padding-left: 0; }
}

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

/* Afiliación */
.affiliate-page { background: var(--paper); }
.affiliate-header { height: 82px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 30px; background: var(--paper); }
.affiliate-header .brand img { filter: none; }
.affiliate-header nav { display: flex; justify-content: center; gap: 38px; font-size: 12px; font-weight: 800; }
.affiliate-header .button { min-height: 46px; }
.affiliate-hero { min-height: 680px; height: calc(100svh - 82px); position: relative; display: flex; align-items: center; overflow: hidden; color: white; }
.affiliate-hero-image { position: absolute; inset: 0; background: url("/hero-avocado.jpg") center 45% / cover no-repeat; }
.affiliate-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,30,22,.92), rgba(4,30,22,.56) 58%, rgba(4,30,22,.15)); }
.affiliate-hero-copy { position: relative; z-index: 2; width: min(790px, 72%); margin-left: clamp(24px, 8vw, 128px); }
.affiliate-hero-copy h1 { font-size: clamp(58px, 7.2vw, 108px); }
.affiliate-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 36px; font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.83); }
.affiliate-trust { position: absolute; z-index: 2; right: clamp(24px, 6vw, 90px); bottom: 46px; width: 290px; padding-left: 20px; border-left: 2px solid var(--lime); }
.affiliate-trust strong { display: block; color: var(--lime); font: 28px Georgia, serif; margin-bottom: 5px; }
.affiliate-trust span { font-size: 11px; line-height: 1.5; color: rgba(255,255,255,.72); }
.affiliate-promise { display: grid; grid-template-columns: 27% 1fr; gap: 7%; background: var(--cream); }
.affiliate-promise h2, .affiliate-investment h2, .requirements-head h2, .affiliate-faq h2 { font-size: clamp(46px, 5.4vw, 80px); }
.affiliate-promise h2 em, .affiliate-investment h2 em, .requirements-head h2 em, .affiliate-faq h2 em { color: var(--green); }
.affiliate-signals { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid var(--line); }
.affiliate-signals div { padding: 25px 20px 0 0; }
.affiliate-signals div + div { border-left: 1px solid var(--line); padding-left: 24px; }
.affiliate-signals strong { display: block; margin-bottom: 7px; font: 22px Georgia, serif; }
.affiliate-signals span { color: #6d7a75; font-size: 11px; }
.affiliate-investment { display: grid; grid-template-columns: 1fr 400px; align-items: center; gap: 10%; background: var(--paper); }
.affiliate-investment .section-tag { margin-bottom: 55px; }
.affiliate-note { padding: 18px 20px; border-left: 2px solid var(--orange); background: var(--cream); font-size: 12px; line-height: 1.6; }
.affiliate-price { padding: 42px; background: var(--green); color: white; box-shadow: 0 26px 65px rgba(16,42,35,.18); }
.affiliate-price > p:first-child, .monthly-label { margin: 0; color: var(--lime); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 900; }
.affiliate-price strong { display: block; margin: 25px 0 4px; font: 94px/1 Georgia, serif; }
.affiliate-price strong small { font-size: 30px; vertical-align: top; }
.affiliate-price > span { color: rgba(255,255,255,.65); font-size: 11px; }
.affiliate-price hr { border: 0; border-top: 1px solid rgba(255,255,255,.2); margin: 32px 0; }
.affiliate-price h3 { margin: 10px 0 30px; font: 26px/1.25 Georgia, serif; }
.affiliate-price a { display: inline-block; color: var(--lime); border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 12px; font-weight: 900; }
.affiliate-requirements { background: var(--cream); }
.requirements-head { display: grid; grid-template-columns: 27% 1fr; gap: 7%; margin-bottom: 65px; }
.requirements-list { border-top: 1px solid var(--line); }
.requirements-list article { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.requirements-list article > span { color: var(--orange); font-size: 10px; letter-spacing: .14em; }
.requirements-list h3 { margin: 0 0 8px; font: 25px Georgia, serif; }
.requirements-list p { max-width: 830px; margin: 0; color: #5a6963; font-size: 13px; line-height: 1.65; }
.requirement-download { display: inline-block; margin-top: 12px; padding-bottom: 3px; border-bottom: 1px solid var(--green); color: var(--green); font-size: 11px; font-weight: 900; }
.requirements-send { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-top: 55px; padding: 36px; background: var(--deep); color: white; }
.requirements-send .eyebrow { margin-bottom: 10px; }
.requirements-send strong { display: block; margin-bottom: 6px; font: 24px Georgia, serif; }
.requirements-send > div > span { color: rgba(255,255,255,.62); font-size: 11px; }
.affiliate-process { background: var(--paper); }
.affiliate-process > .section-tag { margin-bottom: 54px; }
.affiliate-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.affiliate-process-grid > div { padding: 34px 34px 0 0; }
.affiliate-process-grid > div + div { border-left: 1px solid var(--line); padding-left: 34px; }
.affiliate-process-grid strong { color: var(--orange); font: 44px Georgia, serif; }
.affiliate-process-grid h3 { margin: 35px 0 12px; font: 26px Georgia, serif; }
.affiliate-process-grid p { color: #5d6d66; font-size: 13px; line-height: 1.65; }
.affiliate-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; background: var(--cream); }
.affiliate-faq .section-tag { margin-bottom: 48px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font: 20px/1.3 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font: 25px Arial, sans-serif; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -5px 50px 25px 0; color: #596862; font-size: 13px; line-height: 1.7; }
.affiliate-close { display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 8%; background: var(--green); color: white; }
.affiliate-close h2 { font-size: clamp(50px, 5.7vw, 84px); }
.affiliate-close > div > p:not(.eyebrow) { max-width: 670px; margin: 28px 0 34px; color: rgba(255,255,255,.7); line-height: 1.7; }
.affiliate-close > img { width: 100%; height: 430px; object-fit: cover; }

@media (max-width: 980px) {
  .affiliate-header { grid-template-columns: 1fr auto; }
  .affiliate-header nav { display: none; }
  .affiliate-promise, .requirements-head { grid-template-columns: 1fr; }
  .affiliate-promise > .section-tag, .requirements-head > .section-tag { margin-bottom: 48px; }
  .affiliate-investment, .affiliate-faq, .affiliate-close { grid-template-columns: 1fr; }
  .affiliate-price { max-width: 500px; }
  .affiliate-close > img { max-width: 620px; height: auto; }
}

@media (max-width: 640px) {
  .affiliate-header { height: 70px; padding: 0 20px; }
  .affiliate-header .brand img { width: 155px; }
  .affiliate-header > .button { min-height: 42px; padding: 0 13px; font-size: 11px; }
  .affiliate-header > .button span { display: none; }
  .affiliate-hero { min-height: 700px; height: calc(100svh - 70px); align-items: flex-end; padding-bottom: 115px; }
  .affiliate-hero-shade { background: linear-gradient(0deg, rgba(4,30,22,.97), rgba(4,30,22,.5) 75%); }
  .affiliate-hero-copy { width: auto; margin: 0 20px; }
  .affiliate-hero-copy h1 { font-size: clamp(50px, 14vw, 66px); }
  .affiliate-hero-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.55; }
  .affiliate-hero-copy .button { width: 100%; }
  .affiliate-hero-copy .text-link { display: none; }
  .affiliate-trust { left: 20px; right: 20px; bottom: 25px; width: auto; }
  .affiliate-promise h2, .affiliate-investment h2, .requirements-head h2, .affiliate-faq h2 { font-size: 44px; }
  .affiliate-signals, .affiliate-process-grid { grid-template-columns: 1fr; }
  .affiliate-signals div, .affiliate-process-grid > div { padding: 20px 0; border-bottom: 1px solid var(--line); }
  .affiliate-signals div + div, .affiliate-process-grid > div + div { border-left: 0; padding-left: 0; }
  .affiliate-price { padding: 30px 24px; }
  .affiliate-price strong { font-size: 78px; }
  .requirements-list article { grid-template-columns: 38px 1fr; gap: 12px; }
  .requirements-list h3 { font-size: 22px; }
  .requirements-send { align-items: stretch; flex-direction: column; padding: 26px 22px; }
  .requirements-send strong { font-size: 17px; overflow-wrap: anywhere; }
  .requirements-send .button { width: 100%; }
  .affiliate-process-grid h3 { margin-top: 16px; }
  .faq-list summary { font-size: 18px; }
  .affiliate-close h2 { font-size: 48px; }
  .affiliate-close .button { width: 100%; }
}
