/* ============================================================
   Drone X Malaysia — V2 page styles
   ============================================================ */

/* ---------- Hero (Home) ---------- */
.hero-v2 {
  position: relative; overflow: hidden; background: var(--ink);
  /* English layout: preserve the original hero proportions. */
  display: flex; align-items: center;
  min-height: calc(100vh - 129px);
  min-height: calc(100svh - 129px);
}
.hero-v2 .wrap { width: 100%; }
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media video { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; }
/* Video sits above the fallback image; poster covers until first frame */
.hero-media video { position: absolute; inset: 0; z-index: 1; }
.hero-media::after { z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .hero-media video { display: none; }  /* still image only */
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(88deg, rgba(21, 31, 39, 0.82) 8%, rgba(21, 31, 39, 0.45) 52%, rgba(21, 31, 39, 0.1) 100%);  /* navy-tinted scrim */
}
.hero-inner {
  /* z-index 3: must sit above the video (1) and the gradient overlay (2) */
  position: relative; z-index: 3;
  padding-block: clamp(4rem, 8vw, 6.5rem);
  max-width: 640px; color: var(--white);
}
/* Signature entrance: media settles, copy rises in sequence (load, not scroll) */
@media (prefers-reduced-motion: no-preference) {
  @keyframes heroRise { from { opacity: 0; transform: translateY(26px); } }
  @keyframes heroSettle { from { transform: scale(1.05); } }
  html.js .hero-inner > * { animation: heroRise 640ms var(--ease) backwards; }
  html.js .hero-inner > *:nth-child(2) { animation-delay: 130ms; }
  html.js .hero-inner > *:nth-child(3) { animation-delay: 260ms; }
  html.js .hero-media { animation: heroSettle 1100ms var(--ease) both; }
}
.hero-inner h1 { color: var(--white); }
.hero-inner .lead { color: oklch(90% 0 0); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }

@media (max-width: 600px) {
  /* Chinese copy is taller, so it gets the compact mobile treatment. */
  html[data-lang="zh"] .hero-v2 {
    min-height: calc(100vh - 6.25rem);
    min-height: calc(100svh - 6.25rem);
    min-height: calc(100dvh - 6.25rem);
  }
  html[data-lang="zh"] .hero-inner { padding-block: 3rem; }
}

.trust-bar { background: var(--ink); color: var(--white); }
.trust-bar-inner {
  display: flex; flex-wrap: wrap; gap: 0.4rem 2.5rem; align-items: center;
  justify-content: center; padding-block: 0.85rem;
  font-size: var(--text-small); font-weight: 600;
}
.trust-bar-inner span { display: inline-flex; align-items: center; gap: 0.45em; }
.trust-bar-inner svg { width: 15px; height: 15px; flex: none; }

/* ---------- Crop spraying services (image-led bento, farmer-first) ---------- */
/* Asymmetric photo-overlay bento — deliberately distinct from the icon-card
   grid in the next section, so two grids don't read as the same component. */
.crop-grid {
  display: grid; grid-template-columns: 1.3fr 1fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 1.4rem;
}
.crop-card {
  position: relative; display: block; overflow: hidden; min-height: 260px;
  border-radius: var(--radius); text-decoration: none;
  transition: transform 220ms var(--ease), box-shadow 220ms ease;
}
.crop-card-featured { grid-row: 1 / span 2; }
.crop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px -22px rgba(21, 31, 39, 0.4);
}
.crop-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 400ms var(--ease);
}
.crop-card:hover img { transform: scale(1.05); }
.crop-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(21, 31, 39, 0) 38%, rgba(21, 31, 39, 0.8) 100%);
}
.crop-card-body { position: absolute; inset-inline: 0; bottom: 0; z-index: 1; padding: 1.6rem 1.6rem 1.7rem; }
.crop-card-body h3 { color: var(--white); margin-bottom: 0.35em; }
.crop-card-body p { margin: 0 0 1em; font-size: var(--text-small); color: oklch(92% 0 0); max-width: 40ch; }
.crop-link {
  font-weight: 700; font-size: var(--text-small); color: var(--white);
  display: inline-flex; align-items: center; gap: 0.4em;
}
.crop-card:hover .crop-link { text-decoration: underline; }
@media (max-width: 780px) {
  .crop-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .crop-card-featured { grid-row: auto; }
  .crop-card { min-height: 300px; }
}
@media (prefers-reduced-motion: reduce) {
  .crop-card, .crop-card img { transition: none; }
}

/* ---------- Why Drone Spraying (S3) — scoped accent green ----------
   2026-07-27: client-requested redesign introduces a distinct accent
   color for this section only (benefit cards, before/after, comparison
   table). Defined as custom properties scoped to .why-section so it can
   never leak into the site's documented 3-color system elsewhere — see
   DESIGN.md, which still governs every other page/section. Deliberately
   NOT the same green as --wa (WhatsApp), to avoid implying a WhatsApp
   connection where there isn't one. */
.why-section {
  --accent: #1c8f52;
  --accent-soft: #e6f4ea;
  --accent-ink: #0f5c34;
}
.why-head .why-rule {
  display: block; width: 64px; height: 4px; border-radius: 2px;
  background: var(--accent); margin: 0.9rem auto 0;
}

/* ---------- Benefits (Why Drone Spraying) ---------- */
.benefit-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
}
.benefit {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.8rem 1.6rem;
  box-shadow: 0 10px 30px -22px rgba(21, 31, 39, 0.35);
  transition: transform 220ms var(--ease), box-shadow 220ms ease, border-color 220ms ease;
}
.benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -20px rgba(21, 31, 39, 0.28);
  border-color: var(--accent);
}
.benefit-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center; margin-bottom: 1.1rem;
}
.benefit-icon svg { width: 26px; height: 26px; }
.benefit h3 { margin-bottom: 0.4em; }
.benefit p { margin: 0; font-size: var(--text-small); color: var(--ink-2); }

/* ---------- Vision / Mission (About — photo + text panels) ---------- */
.vm-grid {
  --pg: #2E7D3A;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.4rem, 2.8vw, 2rem);
  max-width: 1180px; margin-inline: auto;
}
.vm-panel {
  display: flex; align-items: stretch; min-height: 280px;
  border-radius: var(--radius); overflow: hidden;
  background: var(--surface);
}
.vm-media { position: relative; flex: 0 0 44%; }
.vm-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Fade the photo's trailing edge into the card's surface color instead
   of a hard cut, for a softer photo-to-text transition. */
.vm-media::after {
  content: ; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to right, transparent 60%, var(--surface) 100%);
}
.vm-body { min-width: 0; padding: 2.2rem 2.4rem; display: flex; flex-direction: column; justify-content: center; }
.vm-panel h2 { margin: 0 0 0.6em; color: var(--pg); font-size: var(--text-h2); }
.vm-panel p {
  margin: 0; max-width: 36ch;
  font-size: var(--text-lead); line-height: 1.7; color: var(--ink-2);
}
@media (max-width: 720px) {
  .vm-grid { grid-template-columns: 1fr; }
  .vm-panel { flex-direction: column; min-height: 0; }
  .vm-media { width: 100%; flex-basis: auto; aspect-ratio: 16/9; }
  .vm-media::after { background: linear-gradient(to bottom, transparent 60%, var(--surface) 100%); }
  .vm-body { padding: 1.6rem 1.8rem; }
}

/* ---------- Drone X Ecosystem (About — icon hub-and-spoke, 3 rows per
   side). Reuses the same radar-hub concept as Partners' ecosystem
   diagram for brand continuity, sized for icon-only rows instead of
   photo cards. ---------- */
.au-eco {
  --pg: #2E7D3A;
  --pg-dark: #24672F;
  --pg-soft: #E7F4EA;
  background: var(--white);
}
.au-eco-diagram {
  position: relative;
  max-width: 820px; margin-inline: auto;
  display: grid; grid-template-columns: 1fr 148px 1fr; column-gap: 3.2rem; row-gap: 1.1rem;
  align-items: center;
}
/* Stepped connector paths — a horizontal stub off each card bending to
   converge on the hub's exact vertical center (rather than a plain
   diagonal), matching a flowchart-style connector. One background SVG
   for all 6 paths; percentage-based so it scales with the container. */
.au-eco-diagram::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cg stroke='%232E7D3A' stroke-width='0.45' stroke-dasharray='1.4,1.6' stroke-linecap='round' fill='none' opacity='0.65'%3E%3Cpath d='M34.7,17 L39,17 L41.5,50'/%3E%3Cpath d='M34.7,50 L41.5,50'/%3E%3Cpath d='M34.7,83 L39,83 L41.5,50'/%3E%3Cpath d='M65.3,17 L61,17 L58.5,50'/%3E%3Cpath d='M65.3,50 L58.5,50'/%3E%3Cpath d='M65.3,83 L61,83 L58.5,50'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: 100% 100%;
}
.au-eco-col { display: flex; flex-direction: column; gap: 1.1rem; }
.au-eco-item {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 0.85em;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0.9rem 1.1rem; box-shadow: 0 12px 28px -20px rgba(21, 31, 39, 0.22);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}
.au-eco-item:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -18px rgba(21, 31, 39, 0.28); }
.au-eco-icon { flex: none; width: 28px; height: 28px; color: var(--pg); display: grid; place-items: center; }
.au-eco-icon svg { width: 28px; height: 28px; }
.au-eco-item b { display: block; font-size: 0.9rem; margin-bottom: 0.15em; }
.au-eco-item > span > span:last-child { display: block; font-size: 0.76rem; color: var(--ink-2); line-height: 1.4; }
/* Accent dot at each path's bend point — real elements (not part of the
   stretched SVG) so they stay perfectly round regardless of the
   diagram's fluid aspect ratio. */
.au-eco-dot {
  position: absolute; z-index: 1; width: 7px; height: 7px; border-radius: 50%;
  background: var(--pg); box-shadow: 0 0 0 3px var(--pg-soft);
  transform: translate(-50%, -50%); pointer-events: none;
}
.au-eco-dot--l1 { left: 39%; top: 17%; }
.au-eco-dot--l2 { left: 39%; top: 50%; }
.au-eco-dot--l3 { left: 39%; top: 83%; }
.au-eco-dot--r1 { left: 61%; top: 17%; }
.au-eco-dot--r2 { left: 61%; top: 50%; }
.au-eco-dot--r3 { left: 61%; top: 83%; }
/* Traveling signal dot per connector — animates card-to-hub along the
   same two-segment path as the SVG connector (stub, then bend to the
   hub's vertical center), visualising each partner feeding the
   ecosystem. Real elements, gated behind reduced-motion. */
.au-eco-pulse {
  position: absolute; z-index: 1; width: 6px; height: 6px; border-radius: 50%;
  background: var(--pg); box-shadow: 0 0 7px 1px rgba(46, 125, 58, 0.55);
  transform: translate(-50%, -50%); pointer-events: none; opacity: 0;
}
.au-eco-hub {
  grid-column: 2; grid-row: 1 / 4; justify-self: center;
  position: relative; z-index: 2; width: 140px; height: 140px; border-radius: 50%; background: var(--ink);
  display: grid; place-items: center;
  /* White ring badge the connector lines visibly run into and disappear
     under, so the hub reads as the lines' shared destination. */
  box-shadow: 0 0 0 8px var(--white), 0 20px 44px -18px rgba(21, 31, 39, 0.5), 0 0 0 0 rgba(46, 125, 58, 0.3);
}
.au-eco-hub img { position: relative; z-index: 1; width: 84px; height: auto; display: block; }
@media (prefers-reduced-motion: no-preference) {
  .au-eco-hub { animation: au-eco-hub-glow 3.6s ease-in-out infinite; }
  .au-eco-pulse--l1 { animation: au-eco-flow-l1 3.6s ease-in-out infinite; }
  .au-eco-pulse--l2 { animation: au-eco-flow-l2 3.6s ease-in-out infinite; animation-delay: 0.6s; }
  .au-eco-pulse--l3 { animation: au-eco-flow-l3 3.6s ease-in-out infinite; animation-delay: 1.2s; }
  .au-eco-pulse--r1 { animation: au-eco-flow-r1 3.6s ease-in-out infinite; animation-delay: 1.8s; }
  .au-eco-pulse--r2 { animation: au-eco-flow-r2 3.6s ease-in-out infinite; animation-delay: 2.4s; }
  .au-eco-pulse--r3 { animation: au-eco-flow-r3 3.6s ease-in-out infinite; animation-delay: 3s; }
}
@keyframes au-eco-hub-glow {
  0%, 100% { box-shadow: 0 0 0 8px var(--white), 0 20px 44px -18px rgba(21, 31, 39, 0.5), 0 0 0 0 rgba(46, 125, 58, 0.3); }
  50% { box-shadow: 0 0 0 8px var(--white), 0 20px 44px -18px rgba(21, 31, 39, 0.5), 0 0 22px 6px rgba(46, 125, 58, 0.28); }
}
@keyframes au-eco-flow-l1 {
  0%, 100% { left: 34.7%; top: 17%; opacity: 0; }
  10% { opacity: 1; }
  38% { left: 39%; top: 17%; }
  88% { opacity: 1; }
  99% { left: 41.5%; top: 50%; opacity: 0; }
}
@keyframes au-eco-flow-l2 {
  0%, 100% { left: 34.7%; top: 50%; opacity: 0; }
  10% { opacity: 1; }
  88% { opacity: 1; }
  99% { left: 41.5%; top: 50%; opacity: 0; }
}
@keyframes au-eco-flow-l3 {
  0%, 100% { left: 34.7%; top: 83%; opacity: 0; }
  10% { opacity: 1; }
  38% { left: 39%; top: 83%; }
  88% { opacity: 1; }
  99% { left: 41.5%; top: 50%; opacity: 0; }
}
@keyframes au-eco-flow-r1 {
  0%, 100% { left: 65.3%; top: 17%; opacity: 0; }
  10% { opacity: 1; }
  38% { left: 61%; top: 17%; }
  88% { opacity: 1; }
  99% { left: 58.5%; top: 50%; opacity: 0; }
}
@keyframes au-eco-flow-r2 {
  0%, 100% { left: 65.3%; top: 50%; opacity: 0; }
  10% { opacity: 1; }
  88% { opacity: 1; }
  99% { left: 58.5%; top: 50%; opacity: 0; }
}
@keyframes au-eco-flow-r3 {
  0%, 100% { left: 65.3%; top: 83%; opacity: 0; }
  10% { opacity: 1; }
  38% { left: 61%; top: 83%; }
  88% { opacity: 1; }
  99% { left: 58.5%; top: 50%; opacity: 0; }
}
@media (max-width: 720px) {
  .au-eco-diagram { grid-template-columns: 1fr; row-gap: 1.2rem; max-width: 420px; }
  .au-eco-diagram::before { display: none; }
  .au-eco-dot, .au-eco-pulse { display: none; }
  .au-eco-hub { grid-column: 1; grid-row: auto; order: -1; margin-bottom: 0.4rem; animation: none; }
}

/* ---------- Closing CTA banner (About — full-bleed photo, same
   .section-video mechanics used for the Coverage section). ---------- */
.au-cta .section-head { max-width: 640px; }
.au-cta .btn { margin-top: 0.6rem; }

/* ---------- Value list (About / Why Drone X — row layout, not cards) ---------- */
.value-list { max-width: 860px; margin-inline: auto; }
.value-row {
  display: grid; grid-template-columns: 56px 1fr; gap: 1.5rem;
  align-items: flex-start; padding-block: clamp(1.6rem, 3vw, 2.1rem);
  border-bottom: 1px solid var(--line);
}
.value-row:first-child { padding-top: 0; }
.value-row:last-child { border-bottom: none; padding-bottom: 0; }
.value-icon {
  width: 56px; height: 56px; border-radius: 50%; background: var(--ink);
  color: var(--white); display: grid; place-items: center; flex-shrink: 0;
}
.value-icon svg { width: 24px; height: 24px; }
.value-row h3 { margin-bottom: 0.4em; }
.value-row p { margin: 0; max-width: 68ch; color: var(--ink-2); font-size: var(--text-small); line-height: 1.65; }
@media (max-width: 560px) {
  .value-row { grid-template-columns: 44px 1fr; gap: 1rem; }
  .value-icon { width: 44px; height: 44px; }
  .value-icon svg { width: 20px; height: 20px; }
}

/* ---------- Traditional vs Drone comparison table ---------- */
.compare-table {
  display: grid; grid-template-columns: 1.15fr 1fr 1fr;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; margin-top: var(--space-block);
}
.compare-row { display: contents; }
.compare-cell {
  padding: 1rem 1.2rem; display: flex; align-items: center; gap: 0.5em;
  border-bottom: 1px solid var(--line); font-size: var(--text-small); line-height: 1.4;
}
.compare-row:last-child .compare-cell { border-bottom: none; }
.compare-row-head .compare-cell {
  font-weight: 800; font-size: 1rem; padding-block: 1.1rem;
}
.compare-label { font-weight: 700; color: var(--ink); background: var(--surface); }
.compare-col-traditional { color: var(--ink-2); }
.compare-col-drone { color: var(--ink); font-weight: 700; background: var(--accent-soft); }
.compare-row-head .compare-col-traditional { background: var(--ink); color: var(--white); }
.compare-row-head .compare-col-drone { background: var(--accent); color: var(--white); }
.compare-check { font-weight: 900; flex: none; color: var(--accent); }
.compare-mobile-label { display: none; font-weight: 700; color: var(--ink-2); }

@media (max-width: 640px) {
  .compare-table { grid-template-columns: 1fr; border-radius: var(--radius); }
  .compare-row { display: block; padding-block: 0.9rem; border-bottom: 1px solid var(--line); }
  .compare-row:last-child { border-bottom: none; }
  .compare-row-head { display: none; }  /* labels move inline into each cell below instead */
  .compare-cell { border-bottom: none; padding: 0.3rem 1.1rem; background: none !important; }
  .compare-label { font-size: 1rem; padding-top: 0.5rem; }
  .compare-col-drone { font-weight: 700; }
  .compare-mobile-label { display: inline; }
}

/* ---------- How It Works ---------- */
.steps {
  counter-reset: step;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.2rem;
}
.step {
  counter-increment: step;
  background: var(--white); border-radius: var(--radius);
  padding: 1.7rem 1.5rem; border: 1px solid var(--line); position: relative;
}
.step::before {
  content: counter(step);
  display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--ink); color: var(--white);
  font-weight: 800; font-size: 1.05rem; margin-bottom: 1rem;
}
.step h3 { font-size: 1.08rem; }
.step p { margin: 0; font-size: var(--text-small); color: var(--ink-2); }
.steps-cta { margin-top: var(--space-block); text-align: center; }

/* ---------- How It Works — visual variant (Farmer Solutions page) ----------
   Adds a header photo per step and switches to a deliberate 2x2 grid instead
   of the plain auto-fit row used elsewhere (e.g. homepage's .steps). Scoped
   entirely under .steps--visual so the original .steps/.step pattern used
   on other pages is untouched. */
.steps--visual { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 700px) {
  .steps--visual { grid-template-columns: 1fr; }
}
.steps--visual .step { padding: 0; overflow: hidden; }
.steps--visual .step::before {
  position: absolute; top: 1rem; left: 1rem; z-index: 1; margin-bottom: 0;
  box-shadow: 0 6px 16px -6px rgba(21, 31, 39, 0.5);
}
.step-media img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.steps--visual .step-body { padding: 1.4rem 1.5rem 1.6rem; }
.steps--visual .step-body h3 { margin-bottom: 0.35em; }

/* ---------- Farmer Testimonials (Home, "What Farmers Say" — B2 spec) ----------
   WhatsApp-chat-bubble presentation: farmers relate to this format more than
   a generic quote card (per spec). --wa-bubble/--wa-check are light tints of
   the already-documented --wa (WhatsApp brand) exception — not new hues. */
.testimonial-placeholder-note {
  display: inline-block; margin-top: 0.6rem; padding: 0.3em 0.9em;
  border: 1px dashed var(--line); border-radius: var(--radius-pill);
  font-size: var(--text-small); font-weight: 600; color: var(--ink-2);
}
/* Right-sliding auto-scrolling marquee (per client correction — replaces the
   static grid). Card list is duplicated once in the HTML so the loop from
   -50% back to 0 is seamless. Pauses on hover so a visitor can actually read
   a card; falls back to a manually-scrollable static row under reduced
   motion instead of forcing continuous motion on someone who opted out. */
.testimonial-marquee { overflow: hidden; margin-top: 0.9rem; }
.testimonial-track { display: flex; gap: 1.4rem; width: max-content; }
.testimonial-track .testimonial-card { flex: 0 0 320px; }
@media (prefers-reduced-motion: no-preference) {
  .testimonial-track { animation: testimonial-scroll 38s linear infinite; }
  .testimonial-marquee:hover .testimonial-track { animation-play-state: paused; }
}
@keyframes testimonial-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-marquee { overflow-x: auto; }
}
.testimonial-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.4rem;
}
.testimonial-header { display: flex; align-items: center; gap: 0.7em; margin-bottom: 0.9rem; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; }
.testimonial-name { display: block; font-size: 0.95rem; }
.testimonial-meta { display: block; font-size: var(--text-small); color: var(--ink-2); }
.testimonial-bubble {
  position: relative; background: var(--wa-bubble);
  border-radius: 0 var(--radius) var(--radius) var(--radius);
  padding: 0.85rem 1rem 1.6rem; margin-left: 0.3rem;
}
.testimonial-bubble::before {
  content: ""; position: absolute; top: 0; left: -7px; width: 0; height: 0;
  border-style: solid; border-width: 0 8px 8px 0;
  border-color: transparent var(--wa-bubble) transparent transparent;
}
.testimonial-bubble p { margin: 0; font-size: 0.95rem; line-height: 1.55; color: var(--ink); }
.testimonial-time {
  position: absolute; right: 0.7rem; bottom: 0.5rem;
  display: inline-flex; align-items: center; gap: 0.25em;
  font-size: 0.7rem; color: var(--ink-2);
}
.testimonial-time svg { width: 14px; height: 14px; color: var(--wa-check); flex: none; }

/* ---------- Service Coverage map (Home, "Areas We Serve" — B4 spec) ----------
   Static SVG map (per spec: no complex interactive map needed) sitting in a
   white card over the section's dark video background, plus a matching text
   chip list. Reuses the existing .chip[aria-pressed="true"] black/white
   treatment (already proven legible on this dark section) for "covered"
   states, rather than introducing a new color meaning.
   Base map: Wikimedia Commons "Blank malaysia map.svg" by Exiang, CC BY 3.0 —
   required attribution now lives in the site footer (.footer-credit) rather
   than under the map card; keep it there if this map is edited/replaced. */
.coverage-layout {
  /* Map made noticeably bigger per client feedback (was 1.3fr, felt small). */
  display: grid; grid-template-columns: 1.8fr 1fr; gap: clamp(1.6rem, 4vw, 3rem);
  align-items: center; margin-top: var(--space-block); text-align: left;
}
@media (max-width: 780px) {
  /* Single-column stack: match the section's own centered heading and the
     centered WhatsApp CTA below, instead of keeping the 2-column layout's
     left-alignment (which reads as misaligned once everything is stacked). */
  .coverage-layout { grid-template-columns: 1fr; text-align: center; }
  .coverage-list-wrap .chip-row { justify-content: center; }
}
.coverage-map-card {
  background: var(--white); border-radius: var(--radius);
  padding: 1.2rem 1.4rem 1rem; color: var(--ink); /* override .section-video's white text */
}
.coverage-map-card svg { display: block; width: 100%; height: auto; }
.coverage-map-state { fill: var(--cloud-2); stroke: var(--white); stroke-width: 1; transition: fill 160ms ease; }
.coverage-map-state.is-covered { fill: var(--ink); }
.coverage-map-state:hover { fill: var(--ink-2); }
.coverage-list-wrap .chip-row { margin-top: 0.9rem; }
/* .testimonial-placeholder-note was designed for a light-background section;
   reused here on .section-video's dark backdrop, so invert its colors for
   legibility rather than duplicating the whole component. */
.section-video .testimonial-placeholder-note {
  color: oklch(92% 0 0); border-color: rgba(255, 255, 255, 0.35);
}



/* ---------- Trust & Proof ---------- */
.proof-layout {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: start;
}
@media (max-width: 860px) { .proof-layout { grid-template-columns: 1fr; } }
.cred-list { list-style: none; padding: 0; margin: 0 0 1.6rem; }
.cred-list li {
  display: flex; gap: 0.75em; align-items: flex-start;
  padding: 0.85em 0; border-bottom: 1px solid var(--line);
  font-weight: 600;
}
.cred-list svg { width: 20px; height: 20px; flex: none; color: var(--ink); margin-top: 0.2em; }
.stat-row { display: flex; flex-wrap: wrap; gap: 1.6rem 2.8rem; margin-top: 1.4rem; }
/* Below the same breakpoint where .proof-layout itself stacks to one column,
   also stack the stats: 3 items in a wrapping flex row produces an uneven
   2-then-1 orphan line on narrow screens, which reads as an accidental
   layout bug rather than a deliberate one. A single column removes the
   ambiguity entirely. */
@media (max-width: 860px) {
  .stat-row { flex-direction: column; gap: 1.1rem; }
}
.stat b { display: block; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; color: var(--ink); line-height: 1.1; }
.stat span { font-size: var(--text-small); color: var(--ink-2); }

.case-grid { display: grid; gap: 1.1rem; }
.case-card {
  display: grid; grid-template-columns: 150px 1fr; gap: 1.2rem; align-items: center;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.case-card:hover { border-color: var(--ink); box-shadow: 0 14px 34px -20px rgba(21, 31, 39, 0.3); }
.case-card img { width: 150px; height: 110px; object-fit: cover; }
.case-card-body { padding: 0.9rem 1.1rem 0.9rem 0; }
.case-card h3 { font-size: 1rem; margin-bottom: 0.25em; }
.case-card p { margin: 0; font-size: 0.82rem; color: var(--ink-2); }
.case-result { color: var(--ink); font-weight: 700; }
@media (max-width: 520px) {
  .case-card { grid-template-columns: 1fr; }
  .case-card img { width: 100%; height: 150px; }
  .case-card-body { padding: 0 1.1rem 1rem; }
}

/* Farmer Solutions "实际案例" cases as a 3-up card grid filling the section
   box, vertical card shape (image on top). Scoped to .fs-case-grid so the
   Home page's narrower two-column .case-grid (in .proof-layout) is untouched.
   Gated to min-width: 521px so the existing ≤520px mobile rules above (fixed
   150px image height, flush body padding) render unchanged — these selectors
   are more specific than the base .case-card ones and would otherwise win at
   every width, mobile included. */
@media (min-width: 521px) {
  .fs-case-grid { grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
  .fs-case-grid .case-card { grid-template-columns: 1fr; align-items: stretch; }
  .fs-case-grid .case-card img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
  .fs-case-grid .case-card-body { padding: 1rem 1.1rem 1.1rem; }
}

/* ---------- Other Solutions icon row ---------- */
.sol-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}
.sol-item {
  text-align: center; text-decoration: none; padding: 1.4rem 0.8rem;
  border-radius: var(--radius); border: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease;
}
.sol-item:hover { background: var(--cloud-2); border-color: var(--ink); }
.sol-item .benefit-icon { margin-inline: auto; }
.sol-item span { display: block; font-weight: 600; font-size: 0.85rem; color: var(--ink); }

/* ---------- About teaser / About page ---------- */
.about-teaser {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: center;
}
@media (max-width: 780px) { .about-teaser { grid-template-columns: 1fr; } }
.about-teaser img { width: 100%; height: auto; border-radius: var(--radius); }
.team-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1.6rem, 3vw, 2.4rem);
}
.team-slot { text-align: center; }
.team-slot .ph {
  aspect-ratio: 1; border-radius: var(--radius); background: var(--surface-2);
  display: grid; place-items: center; color: var(--ink-2); overflow: hidden;
  font-size: 0.8rem; font-weight: 600; margin-bottom: 0.9rem;
}
.team-slot .ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; display: block; }
.team-slot b { display: block; font-size: 1.05rem; }
.team-slot span { font-size: var(--text-small); color: var(--ink-2); }
.team-slot .team-role { display: block; font-weight: 600; color: var(--ink); margin-top: 0.15em; }
.team-slot .team-bio { text-align: left; margin-top: 0.9rem; }
.team-slot .team-bio span { display: block; font-size: var(--text-small); color: var(--ink-2); line-height: 1.6; }

/* ---------- Page hero (video variant) ----------
   Same media/overlay pattern as .hero-v2 on the homepage, sized for an
   inner page (not full-viewport) so visitors reach page content quickly. */
.page-hero-video {
  position: relative; overflow: hidden; background: var(--black);
  display: flex; align-items: center;
  min-height: clamp(340px, 52vw, 560px);
  padding-block: clamp(3rem, 7vw, 5.5rem);
}
.page-hero-video .hero-media { position: absolute; inset: 0; }
.page-hero-video .hero-media video,
.page-hero-video .hero-media img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.92;
  position: absolute; inset: 0;
}
.page-hero-video .hero-media video { z-index: 1; }
.page-hero-video .hero-media::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(88deg, rgba(21, 31, 39, 0.85) 10%, rgba(21, 31, 39, 0.5) 55%, rgba(21, 31, 39, 0.15) 100%);
}
.page-hero-video .wrap { position: relative; z-index: 3; width: 100%; }
.page-hero-video h1, .page-hero-video .lead { color: var(--white); }
.page-hero-video .lead { color: oklch(90% 0 0); }
@media (prefers-reduced-motion: reduce) {
  .page-hero-video .hero-media video { display: none; }
}

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
  gap: 1rem; align-items: center; padding: 1.1rem 0.2rem;
  font-weight: 700; font-size: 1.02rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--ink);
  transition: transform 200ms var(--ease); flex: none; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 0.2rem 1.3rem; color: var(--ink-2); }
@media (prefers-reduced-motion: no-preference) {
  @keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } }
  .faq-item[open] .faq-body { animation: faqIn 260ms var(--ease); }
}
.faq-body p { margin: 0; }

/* ---------- Calculator ---------- */
.calc-panel {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2.4rem); max-width: 860px;
  box-shadow: 0 24px 60px -40px rgba(21, 31, 39, 0.35);
}
.calc-step { margin-bottom: 1.6rem; }
.calc-step > label, .calc-step > .calc-label {
  display: block; font-weight: 700; margin-bottom: 0.6rem; font-size: 0.95rem;
}
.calc-area-row { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.calc-area-row input[type="number"] {
  flex: 1; min-width: 140px; padding: 0.8em 1em;
  border: 1.5px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: 1rem;
}
.calc-area-row input:focus { outline: 2px solid var(--ink); border-color: var(--ink); }
.chip-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip {
  border: 1.5px solid var(--line); background: var(--white);
  padding: 0.55em 1.15em; border-radius: var(--radius-pill);
  font-weight: 600; font-size: 0.88rem; cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.calc-result {
  margin-top: 1.8rem; border-top: 2px solid var(--ink); padding-top: 1.4rem;
}
.calc-result[hidden] { display: none; }
.calc-result-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1rem; margin-bottom: 1.4rem;
}
.calc-result-item {
  background: var(--cloud-2); border-radius: 10px; padding: 1rem 1.1rem;
}
.calc-result-item span { font-size: 0.78rem; font-weight: 600; color: var(--ink-2); display: block; }
.calc-result-item b { font-size: 1.15rem; font-weight: 800; color: var(--ink); }
.calc-note { font-size: 0.78rem; color: var(--ink-2); }

/* ---------- Media Centre tabs ---------- */
.tabs { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: var(--space-block); }
.tab-btn {
  border: 1.5px solid var(--line); background: var(--white);
  padding: 0.6em 1.4em; border-radius: var(--radius-pill);
  font-weight: 700; font-size: 0.9rem; cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.tab-btn[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.tab-panel[hidden] { display: none; }
.gallery-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.gallery-grid figure { margin: 0; }
.gallery-grid img { display: block; border-radius: var(--radius); aspect-ratio: 4/3; object-fit: cover; width: 100%; height: auto; }
.gallery-grid figcaption { font-size: 0.8rem; color: var(--ink-2); padding-top: 0.45rem; }
.media-placeholder {
  background: var(--surface); border: 1.5px dashed var(--line); border-radius: var(--radius);
  padding: 2.5rem 1.5rem; text-align: center; color: var(--ink-2); font-size: var(--text-small);
}

/* ---------- Media Centre: Video tab (reuses existing site video clips) ---------- */
.video-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.video-grid figure { margin: 0; }
.video-grid video { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }
.video-grid figcaption { font-size: 0.8rem; color: var(--ink-2); padding-top: 0.45rem; }

/* ---------- Media Centre: full Case Studies tab (Background/Challenge/Solution/Results) ----------
   Distinct from the compact .case-card used on Home/Farmer Solutions — this
   is the fuller version the media page's own copy promises visitors. */
.case-study-list { display: flex; flex-direction: column; gap: 1.6rem; }
.case-study-card {
  display: grid; grid-template-columns: 280px 1fr; gap: 0;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden;
}
.case-study-card img { display: block; width: 100%; height: 100%; min-height: 220px; object-fit: cover; }
.case-study-body { padding: 1.6rem 1.7rem; }
.case-study-body h3 { margin-bottom: 0.2em; }
.case-study-meta { font-size: var(--text-small); color: var(--ink-2); margin-bottom: 1.1rem; }
.case-study-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.1rem; }
.case-study-fields b {
  display: block; font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--ink-2); margin-bottom: 0.35em;
}
.case-study-fields p { margin: 0; font-size: var(--text-small); color: var(--ink); line-height: 1.55; }
@media (max-width: 700px) {
  .case-study-card { grid-template-columns: 1fr; }
  .case-study-card img { aspect-ratio: 16/9; min-height: 0; }
}

/* ---------- Media Centre: News tab (AI-drafted company announcements) ---------- */
.news-list { display: flex; flex-direction: column; gap: 0; }
.news-item {
  display: grid; grid-template-columns: 200px 1fr; gap: 1.5rem; align-items: center;
  padding: 1.5rem 0; border-bottom: 1px solid var(--line);
}
.news-item:first-child { padding-top: 0; }
.news-item:last-child { border-bottom: none; }
.news-thumb { display: block; border-radius: var(--radius); overflow: hidden; }
.news-thumb img { display: block; width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; }
.news-content { min-width: 0; }
.news-date { font-size: 0.78rem; font-weight: 700; color: var(--ink-2); letter-spacing: 0.03em; text-transform: uppercase; }
.news-item h3 { margin: 0.3em 0 0.4em; font-size: 1.08rem; }
.news-item p { margin: 0; color: var(--ink-2); font-size: var(--text-small); line-height: 1.6; max-width: 68ch; }
.news-item h3 a { color: inherit; text-decoration: none; }
.news-item h3 a:hover { text-decoration: underline; }
.news-readmore { display: inline-block; margin-top: 0.6em; font-size: var(--text-small); font-weight: 700; color: var(--ink); text-decoration: none; }
.news-readmore:hover { text-decoration: underline; }
@media (max-width: 700px) {
  .news-item { grid-template-columns: 1fr; }
  .news-thumb img { aspect-ratio: 16/9; }
}

/* ---------- News article pages (news-*.html) ---------- */
.article-hero { padding-block: clamp(2.5rem, 6vw, 4rem) clamp(1.8rem, 4vw, 2.6rem); background: var(--surface); }
.article-cover { margin-top: 1.8rem; border-radius: var(--radius); overflow: hidden; }
.article-cover img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.article-back-link {
  display: inline-flex; align-items: center; gap: 0.4em; font-weight: 700;
  font-size: var(--text-small); color: var(--ink-2); text-decoration: none; margin-bottom: 1.4rem;
}
.article-back-link:hover { color: var(--ink); }
.article-back-link svg { width: 16px; height: 16px; flex: none; }
.article-category {
  display: inline-block; font-weight: 800; font-size: 0.76rem; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--ink-2); margin-bottom: 0.9rem;
}
.article-hero h1 { max-width: 780px; }
.article-date { font-size: var(--text-small); color: var(--ink-2); margin-top: 0.8rem; }
.article-body { max-width: 720px; margin-inline: auto; }
.article-body p { max-width: none; font-size: 1.05rem; line-height: 1.75; color: var(--ink); margin-bottom: 1.2em; }
.article-body h2 { font-size: 1.3rem; margin-top: 2.2rem; margin-bottom: 0.6em; }
.article-cta {
  margin-top: 2.6rem; padding: clamp(1.6rem, 4vw, 2.2rem); background: var(--surface);
  border-radius: var(--radius); text-align: center;
}
.article-cta p { margin-bottom: 1.1em; }
.article-cta .btn { margin-inline: 0.35em; }

/* ---------- Contact / forms ---------- */
.contact-layout {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(1.8rem, 4vw, 3.5rem);
  align-items: start;
}
@media (max-width: 820px) { .contact-layout { grid-template-columns: 1fr; } }
.form-grid { display: grid; gap: 1.1rem; }
.form-field label { display: block; font-weight: 700; font-size: 0.88rem; margin-bottom: 0.4rem; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 0.85em 1em; border: 1.5px solid var(--line);
  border-radius: 10px; font-family: inherit; font-size: 1rem; background: var(--white);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 2px solid var(--ink); border-color: var(--ink);
}
.form-field .err { color: #b3261e; font-size: 0.78rem; display: none; margin-top: 0.3rem; }
.form-field.invalid .err { display: block; }
.form-field.invalid input, .form-field.invalid select { border-color: #b3261e; }
.form-thanks {
  background: var(--cloud-2); border: 1.5px solid var(--ink);
  border-radius: var(--radius); padding: 1.6rem; font-weight: 600;
}
.form-thanks[hidden] { display: none; }
.contact-side .contact-quick {
  display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 1.8rem;
}
.contact-line { display: flex; gap: 0.7em; align-items: center; font-size: var(--text-small); }
.contact-line a { display: inline-block; padding-block: 0.3em; }  /* >=24px touch */
.contact-line svg { width: 18px; height: 18px; color: var(--ink); flex: none; }

/* ---------- Solution detail blocks (Other Solutions page) ---------- */
.sol-blocks { display: grid; gap: 1.2rem; }
.sol-block {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1.4rem; align-items: center;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.5rem 1.7rem;
}
.sol-block p { margin: 0; font-size: var(--text-small); color: var(--ink-2); }
@media (max-width: 640px) { .sol-block { grid-template-columns: 1fr; } }

/* ---------- Pilot / generic two-col ---------- */
.two-col {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(1.4rem, 3.5vw, 3rem);
}
.offer-list { list-style: none; padding: 0; margin: 0; }
.offer-list li {
  display: flex; gap: 0.8em; padding: 0.9em 0; border-bottom: 1px solid var(--line);
  align-items: flex-start;
}
.offer-list svg { width: 20px; height: 20px; color: var(--ink); flex: none; margin-top: 0.25em; }
.offer-list b { display: block; }
.offer-list span { font-size: var(--text-small); color: var(--ink-2); }

/* ---------- Banner CTA strip ---------- */
.cta-strip { background: var(--ink); color: var(--white); }
.cta-strip-inner {
  display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; justify-content: space-between;
  padding-block: var(--space-block);
}
.cta-strip h2 { color: var(--white); margin: 0; font-size: var(--text-h3); max-width: 28ch; }

/* ---------- Before & After (B1, PDF v3; redesigned 2026-07-27) ----------
   Overlay badges + stat strips per client reference design. Uses the
   .why-section accent green (see above) for the After side and the
   drone-column table cells, replacing the earlier --wa-reuse approach so
   the whole section reads as one consistent accent instead of two
   slightly different greens. */
.before-after {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem;
  margin-block: var(--space-block);
}
.ba-media {
  position: relative;
  aspect-ratio: 4/3; border-radius: var(--radius); background: var(--surface-2);
  display: grid; place-items: center; color: var(--ink-2); overflow: hidden;
  font-size: 0.8rem; font-weight: 600; margin-bottom: 0.9rem;
}
.ba-media img, .ba-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-after .ba-media { border: 3px solid var(--accent); }
.ba-badge {
  position: absolute; top: 0.9rem; left: 0.9rem; z-index: 2;
  display: inline-flex; align-items: center;
  padding: 0.5em 0.9em; border-radius: var(--radius-pill);
  font-weight: 700; font-size: 0.8rem; color: var(--white);
  background: rgba(21, 31, 39, 0.72);
}
.ba-badge-accent { background: var(--accent); }
.ba-stats { list-style: none; margin: 0; padding: 0; display: flex; gap: 0.6rem; }
.ba-stat {
  flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 0.3em; padding: 0.8rem 0.4rem; border-radius: var(--radius);
  background: var(--surface-2);
}
.ba-after .ba-stat { background: var(--accent-soft); }
.ba-stat-icon { display: inline-flex; color: var(--ink-2); }
.ba-after .ba-stat-icon { color: var(--accent); }
.ba-stat-icon svg { width: 18px; height: 18px; }
.ba-stat b { font-size: 0.82rem; font-weight: 800; color: var(--ink); line-height: 1.3; }
.ba-stat span { font-size: 0.7rem; color: var(--ink-2); line-height: 1.3; }
.compare-dash { color: var(--accent); font-weight: 700; }
@media (max-width: 700px) {
  .before-after { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .ba-stat b { font-size: 0.76rem; }
  .ba-stat span { font-size: 0.66rem; }
}

/* ---------- Compare-table row icons (B6, PDF v3; recolored 2026-07-27
   to the .why-section accent green per client reference design) ---------- */
.compare-icon { display: inline-flex; flex: none; color: var(--accent); }
.compare-icon svg { width: 18px; height: 18px; }

/* ---------- Video-background content section (Coverage, follow-up request) ----------
   Same media/overlay pattern as .page-hero-video, but for a mid-page content
   section (h2 + copy + buttons) rather than a page-opening h1 hero. */
.section-video { position: relative; overflow: hidden; color: var(--white); }
.section-video .hero-media { position: absolute; inset: 0; }
.section-video .hero-media video,
.section-video .hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  position: absolute; inset: 0;
}
.section-video .hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(21, 31, 39, 0.5) 0%, rgba(21, 31, 39, 0.72) 100%);
}
.section-video .wrap { position: relative; z-index: 3; }
.section-video h2 { color: var(--white); }
.section-video .lead { color: oklch(90% 0 0); }
@media (prefers-reduced-motion: reduce) {
  .section-video .hero-media video { display: none; }
}
/* ============================================================
   Partners page — "Explore Partnership Areas" / process timeline / CTA
   banner (2026-07-28, per client reference design; switched 2026-07-28
   from a continuous dark page to light sections with a dark CTA banner
   as the one accent card, per client request — CTAs are meant to stand
   out, not blend into a dark page, and light sections here now match
   the site's existing .section/.on-surface alternating-rhythm pattern
   used on the homepage's "Why Choose" cards.)
   ============================================================ */
/* Scoped blue accent — isolated from the site's documented 3-color
   system (DESIGN.md) and from the separate green used on the homepage's
   "Why Choose" section. */
.partners-explore, .process-section, .partners-cta-section {
  --accent: #2f6fed;
  --accent-soft: #eaf1ff;
  --accent-ink: #1d4fc2;
}

/* ---------- Explore Partnership Areas cards ----------
   Light section (on-surface, matches the homepage's benefit-grid
   pattern) with white cards for definition against the light-gray bg. */
.partners-explore { background: var(--white); }
/* Two separate grid rows (4-up then 3-up) rather than one 7-item 4-column
   grid — the reference's second row spans the SAME full width as the
   first, making its 3 cards proportionally wider, not just 3-of-4 equal
   columns with an empty gap on the right. */
.explore-grid, .explore-grid-row2 {
  display: grid; grid-template-columns: 1fr; gap: 0.85rem;
}
.explore-grid { margin-top: 1.8rem; }
.explore-grid-row2 { margin-top: 0.85rem; }
@media (min-width: 560px) {
  .explore-grid, .explore-grid-row2 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .explore-grid { grid-template-columns: repeat(4, 1fr); }
  .explore-grid-row2 { grid-template-columns: repeat(3, 1fr); }
}
.explore-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 1.2rem 1.3rem 1.3rem; display: flex; flex-direction: column; gap: 0.7rem;
  transition: transform 220ms var(--ease), box-shadow 220ms ease, border-color 220ms ease;
}
.explore-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px -22px rgba(21, 31, 39, 0.32);
  border-color: var(--accent);
}
.explore-card-head { display: flex; align-items: center; gap: 0.8rem; }
/* Plain icon, no colored badge box — matches reference exactly. */
.explore-icon { display: grid; place-items: center; color: var(--ink); flex: none; }
.explore-icon svg { width: 38px; height: 38px; }
.explore-card h3 { font-size: 0.98rem; margin: 0; color: var(--ink); }
.explore-card p { margin: 0; font-size: 0.84rem; line-height: 1.5; color: var(--ink-2); }

/* ---------- Partnership Process (plain white — alternates with the
   light-gray explore section above for the site's usual section rhythm) ----------
   Heading sits inline as the first item in the timeline row (not stacked
   above it as a separate block) — matches reference exactly. */
.process-section { background: var(--white); padding-top: 0; }
.process-timeline {
  display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; row-gap: 1.5rem;
}
.process-heading {
  font-size: var(--text-h2); font-weight: 800; letter-spacing: -0.015em;
  color: var(--ink); margin: 0; flex: none;
}
.process-step { display: flex; align-items: center; gap: 0.9rem; flex: 0 0 auto; }
.process-line {
  flex: 1 1 40px; height: 2px; background: var(--line);
  margin-inline: 0.6rem; min-width: 24px;
}
.process-icon {
  width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--accent);
  display: grid; place-items: center; color: var(--accent); flex: none;
}
.process-icon svg { width: 22px; height: 22px; }
.process-num { display: block; font-size: 0.78rem; font-weight: 700; color: var(--ink-2); }
.process-label { display: block; font-size: 0.95rem; font-weight: 700; color: var(--ink); white-space: nowrap; }
@media (max-width: 900px) {
  .process-timeline { flex-direction: column; align-items: flex-start; gap: 1.3rem; }
  .process-line { display: none; }
  .process-step { width: 100%; }
  .process-label { white-space: normal; }
  .process-heading { font-size: var(--text-h3); }
}

/* ---------- Partners CTA banner ----------
   The one deliberately dark accent on this page — CTAs are meant to
   stand out against a light page, not blend into a dark one. Subtle
   wave/circuit texture built from layered gradients rather than a
   raster asset, so it's crisp at any size and needs no extra request. */
.partners-cta-section { padding-block: var(--space-block); background: var(--white); }
.partners-cta {
  background:
    radial-gradient(ellipse 140% 90% at 15% 120%, rgba(47, 111, 237, 0.35), transparent 60%),
    radial-gradient(ellipse 120% 100% at 85% -20%, rgba(47, 111, 237, 0.22), transparent 55%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 34px),
    var(--ink);
  color: var(--white); border-radius: var(--radius); border: 1px solid rgba(255, 255, 255, 0.08);
  padding: clamp(1.8rem, 4vw, 2.6rem);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem;
  position: relative; overflow: hidden;
  box-shadow: 0 24px 60px -32px rgba(21, 31, 39, 0.45);
}
.partners-cta-text h2 { color: var(--white); margin: 0 0 0.4em; font-size: var(--text-h3); }
.partners-cta-text p { margin: 0; color: oklch(85% 0 0); max-width: 46ch; }
.partners-cta .btn-primary {
  background: var(--accent); border-color: var(--accent); color: var(--white); flex: none;
}
.partners-cta .btn-primary:hover { background: var(--accent-ink); border-color: var(--accent-ink); }

/* ============================================================
   Become a Pilot — dark hero, numbered process, offer/requirement
   cards, photo CTA banner, trust strip (2026-08-13, matches client
   reference design). Scoped green accent — isolated from the
   Partners page's blue --accent and the homepage's own scoped green
   in the "Why Choose" section (different values, same pattern). */
.pilot-hero, .pilot-process, .pilot-offer, .pilot-cta {
  --pg: #2E7D3A;
  --pg-dark: #24672F;
  --pg-soft: #E7F4EA;
}

/* ---------- Hero (full-bleed photo, matches reference exactly —
   drone-over-farmland background with a left-heavy dark gradient for
   text contrast, same media/overlay mechanics as .page-hero-video) ---------- */
.pilot-hero {
  position: relative; overflow: hidden; background: var(--ink);
  display: flex; align-items: center;
  min-height: clamp(420px, 56vw, 620px);
  padding-block: clamp(3rem, 7vw, 5.5rem);
}
.pilot-hero .hero-media { position: absolute; inset: 0; }
.pilot-hero .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 45%; position: absolute; inset: 0; }
.pilot-hero .hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(15, 25, 33, 0.94) 8%, rgba(15, 25, 33, 0.75) 42%, rgba(15, 25, 33, 0.3) 75%, rgba(15, 25, 33, 0.12) 100%);
}
.pilot-hero .wrap { position: relative; z-index: 3; width: 100%; }
.pilot-hero-content { max-width: 640px; }
.pilot-hero h1 { color: var(--white); margin: 0 0 0.5em; }
.pilot-tagline { color: #7ED08C; font-weight: 700; font-size: 1.05rem; margin: 0 0 1rem; line-height: 1.5; }
.pilot-hero-desc { color: oklch(88% 0 0); margin: 0 0 1.8rem; max-width: 54ch; line-height: 1.7; }
.pilot-hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2.2rem; }
.pilot-hero .btn-primary { background: var(--pg); border-color: var(--pg); color: var(--white); }
.pilot-hero .btn-primary:hover { background: var(--pg-dark); border-color: var(--pg-dark); }
.pilot-hero .btn-ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.5); }
.pilot-hero .btn-ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--white); }
.pilot-trust-row { display: flex; flex-wrap: wrap; gap: 1.6rem 2.2rem; }
.pilot-trust-item { display: flex; align-items: flex-start; gap: 0.6em; max-width: 210px; }
.pilot-trust-item svg { color: #7ED08C; flex: none; width: 18px; height: 18px; margin-top: 0.2em; }
.pilot-trust-item b { display: block; color: var(--white); font-size: 0.85rem; font-weight: 700; }
.pilot-trust-item span { display: block; color: oklch(78% 0 0); font-size: 0.72rem; margin-top: 0.15em; line-height: 1.4; }
@media (prefers-reduced-motion: reduce) { .pilot-hero .hero-media video { display: none; } }
@media (max-width: 700px) {
  .pilot-hero .hero-media::after {
    background: linear-gradient(180deg, rgba(15, 25, 33, 0.55) 0%, rgba(15, 25, 33, 0.88) 55%, rgba(15, 25, 33, 0.96) 100%);
  }
}

/* ---------- Process ---------- */
.pilot-process { background: var(--white); }
.pilot-process .section-head { text-align: center; margin-inline: auto; max-width: 640px; }
.pilot-process-grid { display: flex; align-items: stretch; flex-wrap: wrap; gap: 0; justify-content: center; }
.pilot-process-card {
  flex: 1 1 160px; min-width: 150px; max-width: 220px;
  background: var(--surface); border-radius: var(--radius);
  padding: 1.4rem 1.2rem; text-align: left;
}
.pilot-process-num { display: block; font-size: 1.9rem; font-weight: 800; color: var(--pg); line-height: 1; margin-bottom: 0.5em; }
.pilot-process-card h3 { font-size: 0.98rem; margin: 0 0 0.4em; }
.pilot-process-card p { margin: 0; font-size: 0.78rem; color: var(--ink-2); line-height: 1.5; }
.pilot-process-arrow { display: flex; align-items: center; flex: 0 0 auto; color: var(--line); padding-inline: 0.4rem; }
.pilot-process-arrow svg { width: 20px; height: 20px; }
@media (max-width: 900px) {
  .pilot-process-grid { flex-direction: column; }
  .pilot-process-card { max-width: none; width: 100%; }
  .pilot-process-arrow { display: none; }
}

/* ---------- Offer / Requirements cards ---------- */
.pilot-offer { background: var(--surface); }
.pilot-offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; }
.pilot-offer-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.2rem); }
.pilot-offer-card h2 { font-size: var(--text-h3); margin: 0 0 1.3rem; }
.pilot-check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; }
.pilot-check-list li { display: flex; gap: 0.8em; align-items: flex-start; }
.pilot-check-badge {
  width: 26px; height: 26px; border-radius: 50%; background: var(--pg-soft); color: var(--pg);
  display: grid; place-items: center; flex: none; margin-top: 0.1em;
}
.pilot-check-badge svg { width: 14px; height: 14px; }
.pilot-check-list b { display: block; font-size: 0.92rem; }
.pilot-check-list span:not(.pilot-check-badge) { display: block; font-size: 0.8rem; color: var(--ink-2); margin-top: 0.2em; line-height: 1.5; }
.pilot-note {
  display: flex; gap: 0.6em; align-items: flex-start; margin-top: 1.4rem;
  padding: 0.9rem 1rem; background: var(--surface); border-radius: 10px;
  font-size: 0.8rem; color: var(--ink-2);
}
.pilot-note svg { flex: none; width: 16px; height: 16px; margin-top: 0.15em; color: var(--ink-2); }

/* ---------- Photo CTA banner ---------- */
.pilot-cta-section { background: var(--white); padding-block: 0 var(--space-block); }
.pilot-cta { background: var(--ink); border-radius: var(--radius); overflow: hidden; display: flex; flex-wrap: wrap; align-items: stretch; }
.pilot-cta-text { flex: 1 1 320px; padding: clamp(1.8rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: center; }
.pilot-cta-text h2 { color: var(--white); margin: 0 0 0.5em; font-size: var(--text-h3); }
.pilot-cta-text p { color: oklch(80% 0 0); margin: 0 0 1.4rem; max-width: 40ch; }
.pilot-cta .btn-primary { background: var(--pg); border-color: var(--pg); color: var(--white); align-self: flex-start; }
.pilot-cta .btn-primary:hover { background: var(--pg-dark); border-color: var(--pg-dark); }
.pilot-cta-media { flex: 1 1 280px; min-height: 220px; position: relative; }
.pilot-cta-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 640px) { .pilot-cta-media { min-height: 200px; order: -1; } }

/* ---------- Trust strip (dark band, sits directly above the site footer) ---------- */
.pilot-trust-strip { background: var(--ink); padding-block: clamp(1.8rem, 3vw, 2.4rem); }
.pilot-trust-strip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 1.4rem; }
.pilot-trust-strip-item { display: flex; align-items: flex-start; gap: 0.7em; }
.pilot-trust-strip-item svg { color: var(--pg); flex: none; width: 22px; height: 22px; margin-top: 0.1em; }
.pilot-trust-strip-item b { display: block; color: var(--white); font-size: 0.85rem; }
.pilot-trust-strip-item span { display: block; color: oklch(65% 0 0); font-size: 0.7rem; margin-top: 0.15em; line-height: 1.4; }

/* ============================================================
   Farmer Solutions — hero, benefit cards, scenario strip, why-choose
   grid, process row (2026-08-13, matches client reference design).
   Reuses .pilot-hero / .pilot-cta-* from the Become a Pilot redesign
   (same green accent, same photo-hero + photo-CTA mechanics) — only
   the new card/grid layouts below are page-specific. */
.fs2-benefit, .fs2-why, .fs2-process {
  --pg: #2E7D3A;
  --pg-soft: #E7F4EA;
}

/* ---------- Service Advantages (4 image cards) ---------- */
.fs2-benefit { background: var(--white); }
.fs2-benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; }
.fs2-benefit-card { display: flex; flex-direction: column; }
.fs2-benefit-media { aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; margin-bottom: 1.1rem; }
.fs2-benefit-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs2-benefit-card h3 { font-size: 1.05rem; margin: 0 0 0.4em; }
.fs2-benefit-card p { margin: 0; font-size: 0.86rem; color: var(--ink-2); line-height: 1.6; }
@media (max-width: 640px) {
  .fs2-benefit-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}

/* ---------- Suited to Different Farming Scenarios (5 image cards,
   bottom label overlay). Consecutive white section directly below
   Service Advantages — zero top padding avoids doubling up with the
   previous section's bottom padding (matches .process-section's
   existing padding-top:0 convention on the Partners page). ---------- */
.fs2-scenario { padding-top: 0; }
.fs2-scenario-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1.1rem; }
.fs2-scenario-card {
  position: relative; aspect-ratio: 1/1; border-radius: var(--radius);
  overflow: hidden; display: flex; align-items: flex-end;
}
.fs2-scenario-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fs2-scenario-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(15, 25, 33, 0.82) 0%, rgba(15, 25, 33, 0.05) 55%, transparent 100%);
}
.fs2-scenario-label {
  position: relative; z-index: 2; color: var(--white); font-weight: 700;
  font-size: 0.92rem; padding: 1rem 1rem 0.9rem;
}
@media (max-width: 640px) {
  .fs2-scenario-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Why Choose Drone X (plain 4-column text). Also directly
   follows another white section — same zero-top-padding treatment. ---------- */
.fs2-why { background: var(--white); padding-top: 0; }
.fs2-why-rule { display: block; width: 44px; height: 3px; border-radius: 2px; background: var(--pg); margin: 0.85rem 0 0; }
.fs2-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }
.fs2-why-item { position: relative; }
/* Vertical hairline between columns, centered in the grid gap. */
.fs2-why-item:not(:first-child)::before {
  content: ""; position: absolute; top: 0.2em; bottom: 0; left: -1rem;
  width: 1px; background: var(--line);
}
.fs2-why-item h3 {
  font-size: 0.95rem; margin: 0 0 0.6em; padding-bottom: 0.6em; border-bottom: 2px solid var(--pg);
  display: inline-block;
}
.fs2-why-item p { margin: 0; font-size: 0.82rem; color: var(--ink-2); line-height: 1.65; }
@media (max-width: 860px) {
  .fs2-why-item:not(:first-child)::before { display: none; }
}

/* ---------- Service Process (icon badge + numbered heading, chevron
   connectors — same proven pattern as Partners' process row). Also
   directly follows another white section. ---------- */
.fs2-process { background: var(--white); padding-top: 0; }
.fs2-process-rule { display: block; width: 44px; height: 3px; border-radius: 2px; background: var(--pg); margin: 0.85rem 0 0; }
.fs2-process-grid { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 0; }
.fs2-process-step { flex: 1 1 200px; min-width: 180px; display: flex; align-items: flex-start; gap: 0.8rem; }
.fs2-process-icon {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  background: var(--pg); color: var(--white); display: grid; place-items: center;
}
.fs2-process-icon svg { width: 20px; height: 20px; }
.fs2-process-head { display: flex; align-items: baseline; gap: 0.4em; margin-bottom: 0.3em; }
.fs2-process-num { font-size: 0.85rem; font-weight: 800; color: var(--pg); }
.fs2-process-step h3 { font-size: 0.92rem; margin: 0; }
.fs2-process-step p { margin: 0; font-size: 0.78rem; color: var(--ink-2); line-height: 1.55; }
.fs2-process-arrow { display: flex; align-items: center; flex: 0 0 auto; color: var(--line); padding: 1.1rem 0.6rem 0 0; }
.fs2-process-arrow svg { width: 18px; height: 18px; }
@media (max-width: 860px) {
  .fs2-process-grid { flex-direction: column; gap: 1.4rem; }
  .fs2-process-step { flex: none; min-width: 0; }
  .fs2-process-arrow { display: none; }
}

/* ============================================================
   Partners — hero, partnership areas, ecosystem diagram, dark
   why-choose banner, process row, photo CTA banner (2026-08-13,
   matches client reference design). Reuses .pilot-hero / .pilot-cta-*
   (same green accent + photo mechanics as Become a Pilot / Farmer
   Solutions) for the hero and closing CTA. */
.pt-areas, .pt-eco, .pt-why, .pt-process {
  --pg: #2E7D3A;
  --pg-dark: #24672F;
  --pg-soft: #E7F4EA;
}

/* ---------- Partnership Areas (6 image cards, 3-up then 3-up) ---------- */
.pt-areas { background: var(--white); }
.pt-areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.pt-area-card { display: flex; flex-direction: column; }
.pt-area-media { aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; margin-bottom: 1.1rem; }
.pt-area-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pt-area-card h3 { font-size: 1.02rem; margin: 0 0 0.4em; }
.pt-area-card p { margin: 0; font-size: 0.85rem; color: var(--ink-2); line-height: 1.6; }
@media (max-width: 860px) { .pt-areas-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; } }
@media (max-width: 480px) { .pt-areas-grid { gap: 0.9rem; } }

/* ---------- Partnership Ecosystem — "signal network" diagram. Radar-
   ring hub + curved flight-path connectors + traveling signal dots,
   evoking the drone/coverage metaphor rather than a generic corporate
   hub-and-spoke chart. Consecutive white section directly below
   Partnership Areas — zero top padding. ---------- */
.pt-eco { background: var(--white); padding-top: 0; }
.pt-eco-rule { display: block; width: 56px; height: 3px; border-radius: 2px; background: var(--pg); margin: 0.85rem auto 0; }
.pt-eco-diagram {
  position: relative; max-width: 760px; margin-inline: auto;
  display: grid; grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "tl tr" "bl br"; /* fallback, overridden below */
  align-items: center; gap: 1.6rem 2.2rem;
}
.pt-eco-diagram {
  grid-template-columns: 1fr 148px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "tl hub tr"
    "bl hub br";
}
/* Soft green atmosphere glow behind the whole diagram, centered on the
   hub, to add depth without resorting to a busy texture. */
.pt-eco-diagram::after {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  inset: -12% -6%;
  background: radial-gradient(circle at 50% 50%, rgba(46, 125, 58, 0.07), transparent 62%);
}
.pt-eco-diagram::before {
  /* Curved "flight path" connectors from each card toward the hub —
     percentage-based SVG so it scales with the container. */
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cg stroke='%232E7D3A' stroke-width='0.45' stroke-dasharray='1.4,1.6' stroke-linecap='round' fill='none' opacity='0.6'%3E%3Cpath d='M28,22 Q38,26 45,40'/%3E%3Cpath d='M72,22 Q62,26 55,40'/%3E%3Cpath d='M28,78 Q38,74 45,60'/%3E%3Cpath d='M72,78 Q62,74 55,60'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat; background-size: 100% 100%;
}
/* Small accent node at the midpoint of each connector curve — real
   elements (not part of the stretched SVG) so they stay perfectly
   round regardless of the diagram's fluid aspect ratio. */
.pt-eco-node {
  position: absolute; z-index: 1; width: 8px; height: 8px; border-radius: 50%;
  background: var(--pg); box-shadow: 0 0 0 4px var(--pg-soft);
  transform: translate(-50%, -50%); pointer-events: none;
}
.pt-eco-node--tl { left: 37.25%; top: 28.5%; }
.pt-eco-node--tr { left: 62.75%; top: 28.5%; }
.pt-eco-node--bl { left: 37.25%; top: 71.5%; }
.pt-eco-node--br { left: 62.75%; top: 71.5%; }
/* Traveling signal dot — animates from each card into the hub on a
   loop, visualising partners actively feeding the ecosystem. Static
   (invisible) unless motion is allowed. */
.pt-eco-pulse {
  position: absolute; z-index: 1; width: 6px; height: 6px; border-radius: 50%;
  background: var(--pg); box-shadow: 0 0 7px 1px rgba(46, 125, 58, 0.55);
  transform: translate(-50%, -50%); pointer-events: none; opacity: 0;
}
.pt-eco-card {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 1rem;
  background: var(--white); border-radius: var(--radius);
  padding: 1rem 1.1rem; box-shadow: 0 12px 30px -18px rgba(21, 31, 39, 0.22);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}
.pt-eco-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px -16px rgba(21, 31, 39, 0.3);
}
.pt-eco-card--tl { grid-area: tl; }
.pt-eco-card--tr { grid-area: tr; }
.pt-eco-card--bl { grid-area: bl; }
.pt-eco-card--br { grid-area: br; }
.pt-eco-media { position: relative; width: 64px; height: 64px; flex: none; }
.pt-eco-media img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 12px; }
/* Category badge overlapping the card's photo — reinforces the
   partner type at a glance alongside the label. */
.pt-eco-badge {
  position: absolute; right: -6px; bottom: -6px; z-index: 2;
  width: 25px; height: 25px; border-radius: 50%;
  background: var(--pg); color: var(--white);
  display: grid; place-items: center;
  box-shadow: 0 0 0 3px var(--white), 0 6px 14px -6px rgba(21, 31, 39, 0.4);
}
.pt-eco-badge svg { width: 13px; height: 13px; }
.pt-eco-card h3 { font-size: 0.92rem; margin: 0 0 0.25em; }
.pt-eco-card p { margin: 0; font-size: 0.78rem; color: var(--ink-2); line-height: 1.5; }
.pt-eco-hub {
  grid-area: hub; position: relative; z-index: 2; justify-self: center;
  width: 148px; height: 148px; border-radius: 50%; background: var(--ink);
  display: grid; place-items: center; text-align: center;
  box-shadow: 0 20px 44px -18px rgba(21, 31, 39, 0.5);
}
/* Radar-style coverage rings around the hub — ties the diagram to the
   drone/signal metaphor instead of a plain flat circle. */
.pt-eco-hub::before, .pt-eco-hub::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
}
.pt-eco-hub::before { inset: -18px; border: 1px dashed rgba(46, 125, 58, 0.32); }
.pt-eco-hub::after { inset: -38px; border: 1px dashed rgba(46, 125, 58, 0.16); }
.pt-eco-hub img { position: relative; z-index: 1; width: 84px; height: auto; display: block; }
.pt-eco-note { max-width: 620px; margin: 2.4rem auto 0; text-align: center; color: var(--ink-2); font-size: 0.9rem; line-height: 1.7; }
@media (prefers-reduced-motion: no-preference) {
  .pt-eco-hub::after { animation: pt-eco-spin 46s linear infinite; }
  .pt-eco-pulse--tl { animation: pt-eco-flow-tl 3.4s ease-in-out infinite; }
  .pt-eco-pulse--tr { animation: pt-eco-flow-tr 3.4s ease-in-out infinite; animation-delay: 0.85s; }
  .pt-eco-pulse--bl { animation: pt-eco-flow-bl 3.4s ease-in-out infinite; animation-delay: 1.7s; }
  .pt-eco-pulse--br { animation: pt-eco-flow-br 3.4s ease-in-out infinite; animation-delay: 2.55s; }
}
@keyframes pt-eco-spin { to { transform: rotate(360deg); } }
@keyframes pt-eco-flow-tl {
  0%, 100% { left: 28%; top: 22%; opacity: 0; }
  15% { opacity: 1; }
  50% { left: 37.25%; top: 28.5%; opacity: 1; }
  85% { opacity: 1; }
  99% { left: 45%; top: 40%; opacity: 0; }
}
@keyframes pt-eco-flow-tr {
  0%, 100% { left: 72%; top: 22%; opacity: 0; }
  15% { opacity: 1; }
  50% { left: 62.75%; top: 28.5%; opacity: 1; }
  85% { opacity: 1; }
  99% { left: 55%; top: 40%; opacity: 0; }
}
@keyframes pt-eco-flow-bl {
  0%, 100% { left: 28%; top: 78%; opacity: 0; }
  15% { opacity: 1; }
  50% { left: 37.25%; top: 71.5%; opacity: 1; }
  85% { opacity: 1; }
  99% { left: 45%; top: 60%; opacity: 0; }
}
@keyframes pt-eco-flow-br {
  0%, 100% { left: 72%; top: 78%; opacity: 0; }
  15% { opacity: 1; }
  50% { left: 62.75%; top: 71.5%; opacity: 1; }
  85% { opacity: 1; }
  99% { left: 55%; top: 60%; opacity: 0; }
}
@media (max-width: 720px) {
  .pt-eco-diagram {
    grid-template-columns: 1fr; grid-template-areas: "hub" "tl" "tr" "bl" "br";
    gap: 1rem; max-width: 420px;
  }
  .pt-eco-diagram::before, .pt-eco-diagram::after { display: none; }
  .pt-eco-node, .pt-eco-pulse { display: none; }
  .pt-eco-hub { margin-bottom: 0.6rem; }
}

/* ---------- Why Choose Drone X — dark navy banner (full-bleed, differs
   from Farmer Solutions' white-bg version by design). ---------- */
.pt-why { background: var(--ink); }
.pt-why .section-head h2 { color: var(--white); }
.pt-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; }
.pt-why-item h3 {
  color: var(--white); font-size: 0.98rem; margin: 0 0 0.6em; padding-bottom: 0.6em;
  border-bottom: 2px solid var(--pg); display: inline-block;
}
.pt-why-item p { margin: 0; font-size: 0.82rem; color: oklch(72% 0 0); line-height: 1.65; }

/* ---------- Partnership Process — filled green icon circles + arrow
   connectors (adapted from the Become a Pilot process-arrow pattern). ---------- */
.pt-process { background: var(--white); }
.pt-process-row { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 0; }
.pt-process-step { flex: 1 1 200px; min-width: 180px; display: flex; align-items: flex-start; gap: 0.8rem; }
.pt-process-icon {
  width: 44px; height: 44px; border-radius: 50%; background: var(--pg); color: var(--white);
  display: grid; place-items: center; flex: none;
}
.pt-process-icon svg { width: 20px; height: 20px; }
.pt-process-head { display: flex; align-items: baseline; gap: 0.4em; margin-bottom: 0.3em; }
.pt-process-num { font-size: 0.85rem; font-weight: 800; color: var(--pg); }
.pt-process-step h3 { font-size: 0.92rem; margin: 0; }
.pt-process-step p { margin: 0; font-size: 0.78rem; color: var(--ink-2); line-height: 1.55; }
.pt-process-arrow { display: flex; align-items: center; flex: 0 0 auto; color: var(--line); padding: 0.9rem 0.6rem 0 0; }
.pt-process-arrow svg { width: 18px; height: 18px; }
@media (max-width: 900px) {
  .pt-process-row { flex-direction: column; gap: 1.4rem; }
  .pt-process-step { flex: none; min-width: 0; }
  .pt-process-arrow { display: none; }
}

