
:root {
  --green-950: #032d1b;
  --green-900: #064327;
  --green-800: #075a31;
  --green-700: #08723c;
  --green-100: #e7f2e4;
  --cream: #fff8e8;
  --cream-2: #f5ecd5;
  --gold: #f3b914;
  --gold-bright: #ffd84e;
  --ink: #163023;
  --muted: #607066;
  --white: #ffffff;
  --line: rgba(8, 72, 41, 0.14);
  --shadow: 0 22px 70px rgba(2, 36, 20, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fffdf7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
svg { width: 1.2em; height: 1.2em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }

.page-width { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.club-page { overflow: hidden; }

.hero {
  position: relative;
  min-height: 790px;
  color: var(--white);
  isolation: isolate;
  background: var(--green-950);
}
.hero-photo { position: absolute; inset: 0; z-index: -3; background: url("../img/banana-clube-bg.webp") 70% 50% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(100deg, rgba(2, 39, 23, .99) 0%, rgba(3, 48, 28, .94) 42%, rgba(3, 48, 28, .46) 72%, rgba(3, 48, 28, .25) 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .34; background-image: radial-gradient(rgba(255,255,255,.18) .7px, transparent .7px); background-size: 7px 7px; mask-image: linear-gradient(to right, black, transparent 62%); }
.brand-bar { min-height: 118px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand img { display: block; width: 190px; height: 104px; object-fit: contain; filter: drop-shadow(0 9px 22px rgba(0,0,0,.32)); }
.location-pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff4c8; background: rgba(255,255,255,.07); font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.location-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 5px rgba(255,216,78,.12); }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 475px); gap: clamp(48px, 7vw, 92px); align-items: center; padding-block: 66px 84px; }
.hero-copy { max-width: 640px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-bright); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--green-700); }
.hero h1 { max-width: 780px; margin: 20px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6vw, 78px); font-weight: 700; line-height: .97; letter-spacing: -.048em; }
.hero h1 em { display: block; color: var(--gold-bright); font-style: normal; }
.hero-copy > p { max-width: 600px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.hero-cta-row { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 55px; padding: 0 22px; border: 0; border-radius: 14px; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); outline: none; }
.button-gold { color: #17301f; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 14px 36px rgba(243,185,20,.22); }
.button-gold:hover { box-shadow: 0 18px 42px rgba(243,185,20,.32); }
.button-green { color: white; background: linear-gradient(135deg, var(--green-700), var(--green-900)); box-shadow: 0 14px 34px rgba(3,57,31,.18); }
.text-link { display: inline-flex; gap: 8px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 700; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { color: var(--gold-bright); }

.action-panel { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; color: var(--ink); background: rgba(255,253,246,.96); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.panel-heading span { color: var(--green-700); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.panel-heading h2 { margin: 8px 0 5px; color: var(--green-950); font-size: 25px; line-height: 1.1; letter-spacing: -.03em; }
.panel-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.action-list { display: grid; gap: 10px; margin-top: 22px; }
.action-card { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 13px; width: 100%; min-height: 70px; padding: 11px 14px 11px 11px; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 8px 24px rgba(3,53,29,.05); text-align: left; text-decoration: none; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.action-card:hover, .action-card:focus-visible { transform: translateY(-2px); border-color: rgba(8,114,60,.42); box-shadow: 0 13px 28px rgba(3,53,29,.1); outline: none; }
.action-primary { color: white; border-color: var(--green-800); background: linear-gradient(135deg, var(--green-800), var(--green-950)); }
.action-icon { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: var(--green-800); background: var(--green-100); }
.action-icon svg { width: 21px; height: 21px; }
.action-primary .action-icon { color: var(--green-950); background: var(--gold-bright); }
.action-card span:nth-child(2) { min-width: 0; }
.action-card strong, .action-card small { display: block; }
.action-card strong { font-size: 14px; }
.action-card small { margin-top: 3px; overflow: hidden; color: #728078; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.action-primary small { color: rgba(255,255,255,.68); }
.action-card b { color: #8ca094; font-size: 19px; }
.action-primary b { color: var(--gold-bright); }
.privacy-note { margin-top: 17px; padding: 12px 14px; border-left: 3px solid var(--gold); border-radius: 6px 12px 12px 6px; color: #58675d; background: #fff5d4; font-size: 11px; line-height: 1.55; }

.benefit-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-grid > div { padding: 27px 34px; border-right: 1px solid var(--line); }
.benefit-grid > div:first-child { padding-left: 0; }
.benefit-grid > div:last-child { border-right: 0; }
.benefit-grid strong, .benefit-grid span { display: block; }
.benefit-grid strong { color: var(--green-900); font-size: 15px; }
.benefit-grid span { margin-top: 4px; color: var(--muted); font-size: 12px; }

.how, .faq { padding-block: 100px; }
.section-heading { max-width: 690px; }
.section-heading h2 { margin: 14px 0 12px; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 5vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.steps article { position: relative; min-height: 220px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 14px 35px rgba(3,53,29,.06); }
.steps article::after { content: ""; position: absolute; right: -44px; bottom: -50px; width: 140px; height: 140px; border: 24px solid var(--green-100); border-radius: 50%; }
.steps article > span { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--green-950); background: var(--gold-bright); font-size: 13px; font-weight: 950; }
.steps h3 { position: relative; z-index: 1; margin: 22px 0 9px; color: var(--green-950); font-size: 20px; }
.steps p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.harvest-section { padding-block: 94px; background: linear-gradient(135deg, var(--cream), #f7f1df); }
.harvest-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.harvest-copy h2 { margin: 14px 0 17px; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 57px); line-height: 1; letter-spacing: -.045em; }
.harvest-copy > p { max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.variety-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.variety-tags span { padding: 9px 13px; border: 1px solid rgba(7,90,49,.16); border-radius: 999px; color: var(--green-800); background: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; }
.share-card { position: relative; padding: 38px; overflow: hidden; border-radius: 28px; color: white; background: linear-gradient(145deg, var(--green-800), var(--green-950)); box-shadow: var(--shadow); }
.share-card::after { content: ""; position: absolute; right: -80px; top: -82px; width: 230px; height: 230px; border: 38px solid rgba(255,216,78,.13); border-radius: 50%; }
.share-kicker { position: relative; z-index: 1; color: var(--gold-bright); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.share-card h3 { position: relative; z-index: 1; max-width: 390px; margin: 15px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.02; }
.share-card p { position: relative; z-index: 1; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.65; }
.share-card .button { position: relative; z-index: 1; margin-top: 13px; color: var(--green-950); background: var(--gold-bright); }

.faq-grid { display: grid; gap: 12px; max-width: 860px; margin-top: 42px; }
.faq details { border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 24px rgba(3,53,29,.04); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 24px; color: var(--green-950); font-size: 15px; font-weight: 850; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--green-700); font-size: 24px; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -2px 24px 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { color: white; background: var(--green-950); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 54px; }
.final-cta span { color: var(--gold-bright); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.final-cta h2 { margin: 8px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 44px); line-height: 1.05; }
.footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding-block: 30px 100px; color: var(--muted); font-size: 11px; }
.footer img { width: 110px; height: 70px; object-fit: contain; }
.footer a { font-weight: 800; text-underline-offset: 4px; }
.mobile-order { display: none; }

@keyframes enter-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.reveal { animation: enter-up .75s both cubic-bezier(.22,1,.36,1); }
.action-panel.reveal { animation-delay: .12s; }

@media (max-width: 940px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 54px; }
  .hero-copy { max-width: 720px; }
  .action-panel { max-width: 600px; }
  .harvest-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .page-width { width: min(100% - 32px, 1160px); }
  .brand-bar { min-height: 92px; }
  .brand img { width: 148px; height: 80px; }
  .location-pill { padding: 8px 11px; font-size: 10px; }
  .hero-photo { background-position: 74% 50%; }
  .hero-shade { background: linear-gradient(180deg, rgba(2,39,23,.9), rgba(2,39,23,.97) 45%, rgba(2,39,23,1)); }
  .hero-grid { padding-block: 43px 64px; }
  .hero h1 { font-size: clamp(45px, 13vw, 64px); }
  .hero-copy > p { font-size: 16px; }
  .hero-cta-row { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-proof { align-items: flex-start; flex-direction: column; gap: 10px; }
  .action-panel { padding: 20px; border-radius: 23px; }
  .action-card { grid-template-columns: 43px 1fr auto; min-height: 68px; }
  .action-icon { width: 43px; height: 43px; }
  .benefit-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .benefit-grid > div { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-grid > div:last-child { border-bottom: 0; }
  .how, .faq { padding-block: 72px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 190px; }
  .harvest-section { padding-block: 72px; }
  .share-card { padding: 30px 24px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer { grid-template-columns: 1fr; gap: 10px; padding-bottom: 112px; text-align: center; }
  .footer img { margin-inline: auto; }
  .mobile-order { position: fixed; z-index: 20; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 62px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: white; background: linear-gradient(135deg, var(--green-700), var(--green-950)); box-shadow: 0 20px 50px rgba(2,40,22,.34); font-size: 15px; font-weight: 900; text-decoration: none; }
  .mobile-order svg { width: 24px; height: 24px; color: var(--gold-bright); }
  .mobile-order span, .mobile-order small { display: block; }
  .mobile-order small { color: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
}

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