:root {
  --green: #005b39;
  --green-2: #007a49;
  --dark: #003c2a;
  --dark-2: #002d20;
  --lime: #9bff4f;
  --lime-2: #c8ff9d;
  --mint: #dff5e6;
  --cream: #eef6f0;
  --paper: #fffefa;
  --ink: #103d2c;
  --muted: #53675e;
  --line: #c8dfd0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 100; padding: 10px; background: #fff; }

.beta-bar { min-height: 44px; padding: 7px max(22px, calc((100vw - 1360px) / 2)); display: flex; align-items: center; background: var(--lime); color: var(--dark); font-size: 11px; }
.beta-bar > div { display: flex; gap: 18px; align-items: center; }
.beta-bar strong { text-transform: uppercase; letter-spacing: 1px; }
.beta-bar a { margin-left: auto; border: 1px solid var(--dark); border-radius: 999px; padding: 7px 12px; font-weight: 850; white-space: nowrap; }

.site-header { height: 100px; max-width: 1440px; margin: auto; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #fff; }
.brand { width: 112px; height: 94px; flex: 0 0 auto; }
.brand img, .footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.site-header nav { display: flex; gap: 30px; font-size: 13px; font-weight: 750; }
.site-header nav a:hover { color: var(--green-2); }
.menu-toggle { display: none; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; font-weight: 850; }
.nav-cta { padding: 13px 18px; background: var(--green); color: #fff; font-size: 12px; white-space: nowrap; }

.hero { min-height: 730px; position: relative; overflow: hidden; background: var(--dark); color: #fff; }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(0,45,32,.98) 0%, rgba(0,60,42,.88) 39%, rgba(0,60,42,.25) 68%, rgba(0,60,42,.05) 100%); }
.hero-copy { position: relative; z-index: 2; max-width: 820px; padding: 84px max(40px, calc((100vw - 1320px) / 2)); padding-right: 20px; }
.kicker, .eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; font-weight: 900; }
.kicker { color: var(--lime); }
.hero h1, h2 { margin: 0; font-weight: 800; letter-spacing: -.025em; line-height: .98; }
.hero h1 { max-width: 860px; font-size: clamp(54px, 5.8vw, 84px); }
.hero h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 650px; margin: 24px 0; color: #edf8f1; font-size: 18px; line-height: 1.55; }
.hero-actions, .join-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { padding: 15px 19px; border: 1px solid transparent; font-size: 13px; transition: .2s; }
.button:hover { transform: translateY(-2px); }
.button.lime { background: var(--lime); color: var(--dark); box-shadow: 0 12px 30px rgba(155,255,79,.16); }
.button.glass { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.46); color: #fff; }
.button.white { background: #fff; color: var(--green); }
.beta-note { max-width: 620px; margin: 15px 0 0; color: #d5e9de; font-size: 12px; line-height: 1.5; }
.beta-note b { color: var(--lime); }
.availability-note { max-width: 650px; margin: 17px 0 0; padding: 14px 16px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid rgba(155,255,79,.32); border-radius: 16px; background: rgba(255,255,255,.09); color: #fff; backdrop-filter: blur(8px); }
.availability-pin { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--dark); font-size: 8px; box-shadow: 0 0 0 5px rgba(155,255,79,.1); }
.availability-note strong { display: block; color: var(--lime); font-size: 12px; line-height: 1.35; }
.availability-note p { margin: 4px 0 0; color: #d9ebe1; font-size: 11px; line-height: 1.55; }
.hero-points { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 25px; font-size: 12px; }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points b { width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: var(--dark); }
.hero-roles { position: absolute; z-index: 3; right: max(30px, calc((100vw - 1320px) / 2)); bottom: 28px; display: flex; gap: 7px; padding: 9px; border-radius: 18px; background: rgba(255,255,255,.92); color: var(--dark); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.hero-roles span { padding: 10px 13px; border-radius: 11px; background: var(--mint); font-size: 11px; font-weight: 850; }
.hero-roles span:nth-child(2) { background: var(--lime); }

.section { max-width: 1280px; margin: auto; padding: 105px 38px; }
.eyebrow { color: var(--green-2); }
.section h2, .app-copy h2, .join h2 { font-size: clamp(46px, 5vw, 68px); }
.section h2 em { color: var(--green-2); }
.section-lead { color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-head.split { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.section-head.split > p, .section-head.light > p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-head.center { max-width: 900px; margin: auto; text-align: center; }

.farmer-needs { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 72px; }
.farmer-visual { min-height: 720px; position: relative; overflow: hidden; border-radius: 36px; background: var(--green); box-shadow: 0 25px 70px rgba(0,60,42,.16); }
.farmer-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.farmer-visual::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,45,32,.92)); }
.visual-note { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 25px; padding: 22px; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; background: rgba(0,60,42,.66); color: #fff; backdrop-filter: blur(10px); }
.visual-note small { display: block; margin-bottom: 7px; color: var(--lime); text-transform: uppercase; letter-spacing: 1px; font-size: 10px; font-weight: 850; }
.visual-note strong { font-size: 22px; line-height: 1.2; }
.farmer-copy h2 { margin-bottom: 23px; }
.farmer-reasons { margin-top: 30px; display: grid; gap: 8px; }
.farmer-reasons article { display: grid; grid-template-columns: 43px 1fr; gap: 15px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.farmer-reasons article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--dark); font-size: 10px; font-weight: 900; }
.farmer-reasons h3 { margin: 1px 0 6px; font-size: 17px; }
.farmer-reasons p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.section-dark { padding: 100px max(38px, calc((100vw - 1280px) / 2)); background: radial-gradient(circle at 85% 0, rgba(155,255,79,.14), transparent 28%), linear-gradient(145deg, var(--dark-2), var(--green)); color: #fff; }
.section-head.light .eyebrow { color: var(--lime); }
.section-head.light h2 em { color: var(--lime); }
.section-head.light > p { max-width: 680px; margin: 23px auto 0; color: #d4e7dc; }
.role-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.role-grid article { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 25px; background: rgba(255,255,255,.08); }
.role-grid img { width: 100%; height: 270px; object-fit: cover; }
.role-grid article:first-child img { object-position: center 56%; }
.role-grid article > div { padding: 25px; }
.role-grid span { color: var(--lime); text-transform: uppercase; letter-spacing: 1px; font-size: 10px; font-weight: 850; }
.role-grid h3 { margin: 13px 0 10px; font-size: 24px; line-height: 1.08; }
.role-grid p { min-height: 62px; margin: 0 0 20px; color: #d3e7dc; font-size: 13px; line-height: 1.6; }
.role-grid a { color: var(--lime); font-size: 12px; font-weight: 850; }

.benefit-art-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.benefit-art-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.benefit-art-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.benefit-art-grid article > div { padding: 22px; }
.benefit-art-grid span { color: var(--green-2); font-size: 10px; font-weight: 900; }
.benefit-art-grid h3 { min-height: 48px; margin: 17px 0 10px; font-size: 21px; line-height: 1.1; }
.benefit-art-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.partner-types { margin-bottom: 85px; padding-top: 72px; padding-bottom: 72px; border-radius: 38px; background: linear-gradient(135deg, var(--mint), #fff); }
.partner-type-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.partner-type-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.partner-type-grid img { width: 100%; height: 220px; object-fit: cover; }
.partner-type-grid article > div { padding: 21px; }
.partner-type-grid small { color: var(--green-2); text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 850; }
.partner-type-grid h3 { margin: 11px 0 9px; font-size: 22px; }
.partner-type-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.section-cta { margin-top: 35px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.section-cta p { max-width: 420px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.workflow-list { margin: 50px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; }
.workflow-list li { min-height: 270px; position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.09); }
.workflow-list li + li::before { content: "→"; position: absolute; left: -15px; top: 50%; z-index: 2; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--dark); font-weight: 900; }
.workflow-list li > span { color: var(--lime); font-size: 10px; font-weight: 900; }
.workflow-list i { width: 54px; height: 54px; margin-top: 34px; display: grid; place-items: center; border-radius: 16px; background: var(--lime); color: var(--dark); font-style: normal; font-size: 11px; font-weight: 900; }
.workflow-list h3 { margin: 20px 0 9px; font-size: 18px; }
.workflow-list p { margin: 0; color: #d3e7dc; font-size: 12px; line-height: 1.6; }

.app-showcase { min-height: 810px; padding: 90px max(35px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: .74fr 1.26fr; align-items: center; gap: 65px; overflow: hidden; background: linear-gradient(135deg, var(--lime), var(--lime-2)); color: var(--dark); }
.app-copy .eyebrow { color: var(--dark); }
.app-copy h2 em { color: var(--green); }
.app-copy > p { max-width: 560px; color: var(--dark); font-size: 15px; line-height: 1.75; }
.app-copy ul { margin: 27px 0; padding: 0; list-style: none; }
.app-copy li { padding: 11px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(0,60,42,.18); font-size: 13px; font-weight: 750; }
.app-copy li b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; }
.app-copy .button.lime { background: var(--dark); color: #fff; }
.phone-stage { height: 660px; display: flex; align-items: flex-end; justify-content: center; gap: 0; }
.phone { width: 270px; margin: 0 -28px; overflow: hidden; border: 7px solid #fff; border-radius: 35px; background: #fff; box-shadow: 0 28px 65px rgba(0,60,42,.24); }
.phone img { width: 100%; height: auto; }
.phone figcaption { padding: 10px; text-align: center; color: var(--green); text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 850; }
.phone.main { z-index: 2; width: 300px; transform: translateY(5px); }
.phone.side:first-child { transform: rotate(-5deg) translateY(-5px); }
.phone.side:last-child { transform: rotate(5deg) translateY(-5px); }
.phone-dots, .workflow-dots { display: none; }

.join { margin: 22px; padding: 100px 25px; border-radius: 55px; background: radial-gradient(circle at 50% 0, rgba(155,255,79,.14), transparent 34%), linear-gradient(135deg, var(--green), var(--dark-2)); color: #fff; text-align: center; }
.join .eyebrow { color: var(--lime); }
.join h2 { max-width: 900px; margin: auto; }
.join p { max-width: 650px; margin: 24px auto 30px; color: #d7ebe0; font-size: 15px; line-height: 1.7; }
.join-actions { justify-content: center; }
.join small { display: block; margin-top: 16px; font-size: 11px; }
.join small b { color: var(--lime); }

footer { max-width: 1260px; margin: auto; padding: 45px 35px; display: grid; grid-template-columns: .7fr 1.3fr 1fr auto; align-items: center; gap: 30px; color: var(--muted); font-size: 12px; }
.footer-logo { width: 100px; height: 92px; }
footer > p { max-width: 300px; }
footer > div { display: flex; gap: 20px; color: var(--ink); font-weight: 700; }
.mobile-sticky { display: none; }

@media (max-width: 1100px) {
  .hero-copy { max-width: 720px; }
  .farmer-needs { gap: 38px; }
  .benefit-art-grid, .partner-type-grid { grid-template-columns: 1fr 1fr; }
  .app-showcase { grid-template-columns: 1fr; }
  .phone-stage { height: 640px; }
}

@media (max-width: 900px) {
  .site-header { height: auto; padding: 8px 22px 0; flex-wrap: wrap; }
  .site-header nav { order: 3; width: 100%; padding: 11px 0 13px; overflow-x: auto; border-top: 1px solid var(--line); white-space: nowrap; scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,60,42,.96), rgba(0,60,42,.62)); }
  .hero-copy { padding: 85px 28px; }
  .hero-roles { display: none; }
  .section { padding: 82px 24px; }
  .farmer-needs { grid-template-columns: 1fr; }
  .farmer-visual { min-height: 580px; }
  .section-head.split { grid-template-columns: 1fr; gap: 20px; }
  .section-dark { padding: 82px 24px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-grid article { display: grid; grid-template-columns: .8fr 1.2fr; }
  .role-grid img { height: 280px; min-height: 0; object-fit: cover; object-position: center; }
  .workflow-list { grid-template-columns: 1fr 1fr; }
  .workflow-list li + li::before { display: none; }
  .app-showcase { padding: 75px 24px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .beta-bar { padding: 7px 12px; font-size: 10px; }
  .beta-bar > div span { display: none; }
  .beta-bar a { display: none; }
  .site-header { position: relative; padding: 5px 14px; }
  .brand { width: 84px; height: 76px; }
  .nav-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; margin-left: auto; padding: 11px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 14px; background: var(--mint); color: var(--dark); cursor: pointer; }
  .menu-toggle span { width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-header nav { position: absolute; z-index: 20; top: calc(100% - 4px); left: 12px; right: 12px; width: auto; padding: 9px; display: flex; flex-direction: column; gap: 2px; visibility: hidden; opacity: 0; transform: translateY(-8px); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(0,60,42,.18); pointer-events: none; transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .site-header nav.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
  .site-header nav a { padding: 12px 13px; border-radius: 11px; }
  .site-header nav a:active { background: var(--mint); }
  .hero { min-height: 0; padding-top: 310px; }
  .hero-photo { height: 330px; bottom: auto; }
  .hero-photo img { object-position: 72% center; }
  .hero-shade { height: 335px; bottom: auto; background: linear-gradient(180deg, rgba(0,60,42,.02), rgba(0,60,42,.7)); }
  .hero-copy { padding: 34px 18px 48px; background: var(--dark); }
  .hero h1 { font-size: clamp(42px, 13vw, 48px); letter-spacing: -.025em; }
  .hero h1 br { display: none; }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .beta-note { font-size: 11px; }
  .availability-note { margin-top: 15px; padding: 13px 14px; }
  .hero-points { display: grid; gap: 9px; }
  .section { padding: 58px 17px; }
  .section h2, .app-copy h2, .join h2 { font-size: 40px; letter-spacing: -.025em; }
  .farmer-needs { gap: 35px; }
  .farmer-visual { width: 100%; height: min(75vw, 40vh); min-height: 285px; max-height: 340px; border-radius: 26px; }
  .farmer-visual > img { object-position: 50% 42%; }
  .visual-note { left: 15px; right: 15px; bottom: 15px; padding: 18px; }
  .visual-note strong { font-size: 18px; }
  .farmer-reasons article { grid-template-columns: 38px 1fr; padding: 14px; }
  .farmer-reasons article > span { width: 36px; height: 36px; }
  .section-dark { padding: 58px 16px; }
  .role-grid { gap: 10px; }
  .role-grid article { min-height: 0; display: block; }
  .role-grid img { width: 100%; height: auto; min-height: 0; max-height: none; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
  .role-grid article:first-child img { object-position: 58% 50%; }
  .role-grid article:nth-child(2) img { object-position: 46% 52%; }
  .role-grid article:nth-child(3) img { object-position: 50% 45%; }
  .role-grid article > div { padding: 18px 16px; }
  .role-grid h3 { margin: 10px 0 8px; font-size: 20px; }
  .role-grid p { margin-bottom: 13px; font-size: 11px; line-height: 1.5; }
  .role-grid a { font-size: 11px; }
  .role-grid p { min-height: 0; }
  .benefit-art-grid, .partner-type-grid { grid-template-columns: 1fr; }
  .benefit-art-grid article { display: grid; grid-template-columns: 42% 58%; }
  .benefit-art-grid img { width: calc(100% - 20px); height: auto; margin: 10px; align-self: center; aspect-ratio: 1 / 1; border-radius: 16px; object-fit: cover; }
  .benefit-art-grid h3 { min-height: 0; margin-top: 10px; font-size: 18px; }
  .benefit-art-grid p { font-size: 12px; }
  .partner-type-grid { gap: 10px; }
  .partner-type-grid article { min-height: 0; display: block; }
  .partner-type-grid img { width: 100%; height: auto; max-height: none; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
  .partner-type-grid article:first-child img { aspect-ratio: 16 / 9; object-position: 50% 54%; }
  .partner-type-grid article:nth-child(2) img { object-position: 50% 45%; }
  .partner-type-grid article:nth-child(3) img { object-position: 50% 50%; }
  .partner-type-grid article:nth-child(4) img { object-position: 50% 42%; }
  .partner-type-grid article > div { padding: 17px 15px; }
  .partner-type-grid h3 { margin: 8px 0 7px; font-size: 19px; }
  .partner-type-grid p { font-size: 11px; line-height: 1.5; }
  .section-cta { display: grid; text-align: center; }
  .workflow-list { grid-template-columns: none; gap: 12px; margin-left: -2px; margin-right: -16px; padding-left: 2px; padding-right: 22px; scroll-padding-inline: 2px; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; }
  .workflow-list li { min-width: calc(100vw - 64px); min-height: 220px; scroll-snap-align: start; }
  .workflow-list i { margin-top: 24px; }
  .workflow-dots, .phone-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
  .workflow-dots { margin-top: 4px; }
  .workflow-dots i { width: 6px; height: 6px; border-radius: 99px; background: rgba(255,255,255,.35); transition: width .25s ease, background .25s ease; }
  .workflow-dots i.active { width: 20px; background: var(--lime); }
  .app-showcase { min-height: 0; padding: 58px 17px; overflow: hidden; }
  .phone-stage { width: calc(100vw - 34px); height: auto; margin-top: 25px; padding: 10px 20px 24px 0; justify-content: flex-start; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 0; overscroll-behavior-x: contain; scrollbar-width: none; }
  .phone-stage::-webkit-scrollbar { display: none; }
  .phone, .phone.main { width: 225px; min-width: 225px; max-width: 225px; margin: 0; transform: none !important; scroll-snap-align: start; }
  .phone-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(0,60,42,.28); cursor: pointer; transition: width .25s ease, background .25s ease; }
  .phone-dots button.active { width: 22px; border-radius: 99px; background: var(--green); }
  .join { margin: 8px; padding: 64px 18px; border-radius: 32px; }
  .join-actions { display: grid; }
  .mobile-sticky { position: fixed; z-index: 50; left: 9px; right: 9px; bottom: calc(7px + env(safe-area-inset-bottom)); padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; border-radius: 15px; background: var(--lime); color: var(--dark); box-shadow: 0 14px 35px rgba(0,60,42,.35); font-size: 11px; transition: opacity .25s ease, transform .25s ease; }
  .mobile-sticky.is-hidden { opacity: 0; transform: translateY(calc(100% + 20px)); pointer-events: none; }
  .mobile-sticky strong { font-size: 11px; }
  footer { padding-bottom: 25px; }
}

@media (max-width: 360px) {
  .hero { padding-top: 285px; }
  .hero-photo, .hero-shade { height: 305px; }
  .hero h1, .section h2, .app-copy h2, .join h2 { font-size: 38px; letter-spacing: -.025em; }
  .benefit-art-grid article { grid-template-columns: 1fr; }
  .benefit-art-grid img { height: 250px; }
}

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

/* Interactive Palmio workflow */
.workflow { overflow: hidden; }
.workflow-stage { max-width: 1160px; min-height: 430px; margin: 55px auto 48px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 44px; }
.workflow-art { min-height: 410px; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.workflow-art::after { content: ""; position: absolute; z-index: 0; left: 10%; right: 10%; bottom: 8px; height: 42px; border-radius: 50%; background: rgba(0,20,13,.35); filter: blur(20px); }
.workflow-art img { width: min(100%,700px); position: relative; z-index: 2; filter: drop-shadow(0 24px 28px rgba(0,20,13,.25)); transition: transform .55s ease; }
.workflow-orbit { position: absolute; border: 1px solid rgba(155,255,79,.25); border-radius: 50%; animation: workflowOrbit 4s ease-in-out infinite; }
.workflow-orbit.one { width: 380px; height: 380px; top: 4%; left: 19%; }
.workflow-orbit.two { width: 280px; height: 280px; top: 16%; left: 27%; animation-delay: -1.5s; }
.workflow-float { position: absolute; z-index: 3; padding: 11px 14px; border-radius: 14px; background: #fff; color: var(--dark); box-shadow: 0 15px 35px rgba(0,20,13,.25); font-size: 10px; font-weight: 850; }
.workflow-float.request { left: 2%; top: 18%; }.workflow-float.request b { width: 20px; height: 20px; margin-right: 6px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--lime); }
.workflow-float.status { right: 0; bottom: 18%; }.workflow-float.status b { width: 8px; height: 8px; margin-right: 9px; display: inline-block; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(155,255,79,.2); }
.workflow-detail { min-height: 320px; padding: 38px 40px; position: relative; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.workflow-count { position: absolute; top: 25px; right: 25px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; }
.workflow-kicker { margin: 4px 0 17px; color: var(--lime); text-transform: uppercase; letter-spacing: 1.8px; font-size: 10px; font-weight: 900; }
.workflow-detail h3 { max-width: 320px; margin: 0; font-size: 36px; line-height: 1.04; }
.workflow-detail > p { max-width: 370px; margin: 0; color: #d3e7dc; font-size: 13px; line-height: 1.75; }
.workflow-progress { height: 1px; margin: 24px 0; overflow: hidden; background: rgba(255,255,255,.17); }.workflow-progress i { width: 100%; height: 100%; display: block; background: var(--lime); transform-origin: left; animation: workflowProgress .65s ease-out; }
.workflow-controls { display: flex; gap: 8px; margin-top: auto; padding-top: 23px; }.workflow-controls button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 17px; }.workflow-controls button:hover,.workflow-controls button:focus-visible { border-color: var(--lime); background: var(--lime); color: var(--dark); outline: none; }
.workflow-list { overflow-x: auto; padding: 13px 0 22px; scrollbar-width: none; }.workflow-list::-webkit-scrollbar { display: none; }
.workflow-list li { padding: 0; transition: transform .3s ease,background .3s ease; }
.workflow-list li.active { border-color: var(--lime); background: #f8fff3; color: var(--dark); transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,20,13,.2); }
.workflow-step { width: 100%; height: 100%; padding: 22px; display: block; border: 0; background: transparent; color: inherit; text-align: left; font: inherit; cursor: pointer; }
.workflow-list .workflow-step > span { color: var(--lime); font-size: 10px; font-weight: 900; }.workflow-list li.active .workflow-step > span { color: var(--green); }
.workflow-list li.active p { color: var(--muted); }.workflow-step:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; border-radius: 20px; }
@keyframes workflowProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes workflowOrbit { 0%,100% { transform: scale(.96); opacity: .45; } 50% { transform: scale(1.05); opacity: 1; } }
@media (max-width: 900px) { .workflow-stage { grid-template-columns: 1fr; gap: 10px; }.workflow-art { min-height: 360px; }.workflow-detail { min-height: 280px; }.workflow-list { display: flex; }.workflow-list li { min-width: 215px; } }
@media (max-width: 640px) { .workflow-stage { min-height: 0; margin: 38px auto 35px; }.workflow-art { min-height: 260px; }.workflow-art img { width: 100%; max-width: 100%; height: auto; object-fit: contain; }.workflow-orbit { display: none; }.workflow-float { transform: scale(.84); }.workflow-float.request { left: -2%; top: 7%; }.workflow-float.status { right: -2%; bottom: 9%; }.workflow-detail { min-height: 300px; padding: 30px 25px; }.workflow-detail h3 { font-size: 32px; }.workflow-list li { min-width: calc(100vw - 64px); min-height: 220px; }.workflow-list i { margin-top: 24px; } }
@media (prefers-reduced-motion: reduce) { .workflow-orbit,.workflow-progress i { animation: none; } }
