/* Agriva V5 — ProducePay-inspired editorial landing. Scoped to the homepage. */
.home-v5 {
  --v5-forest: #143626;
  --v5-forest-2: #1d4a34;
  --v5-forest-3: #285b40;
  --v5-lime: #dce96a;
  --v5-lime-2: #edf3af;
  --v5-cream: #f6f1e7;
  --v5-paper: #fffdf7;
  --v5-sand: #e8ddc7;
  --v5-ink: #122319;
  --v5-muted: #5f6b63;
  --v5-orange: #df9344;
  --v5-line: rgba(20, 54, 38, .15);
  overflow-x: hidden;
  background: var(--v5-cream);
}

.home-v5 .container { width: min(calc(100% - 48px), 1320px); }
.home-v5 .v5-header { background: rgba(246, 241, 231, .92); }
.home-v5 .v5-header .header-inner { gap: 22px; }
.home-v5 .v5-header .header-nav { gap: 22px; }
.home-v5 .v5-header-cta { white-space: nowrap; }
.home-v5 .language-switcher { padding: 4px; border-color: rgba(20, 54, 38, .16); background: rgba(255, 253, 247, .88); box-shadow: 0 4px 14px rgba(20, 54, 38, .06); }
.home-v5 .language-switcher button { min-width: 40px; appearance: none; }

.v5-section {
  padding: clamp(90px, 9vw, 150px) 0;
}

.v5-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: var(--v5-forest-2);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.v5-eyebrow > span {
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.v5-eyebrow--light { color: rgba(255, 255, 255, .86); }
.v5-eyebrow--lime { color: var(--v5-lime); }

.v5-section-head { max-width: 820px; margin-bottom: 62px; }
.v5-section-head--wide { max-width: 940px; }
.v5-section-head h2,
.v5-product__head h2,
.v5-origin__copy h2,
.v5-report__copy h2,
.v5-faq__intro h2,
.v5-closing h2 {
  margin: 0;
  color: var(--v5-ink);
  font-size: clamp(44px, 5.3vw, 78px);
  font-weight: 660;
  letter-spacing: -.055em;
  line-height: .98;
}

.v5-section-head p,
.v5-product__head > p,
.v5-report__copy > p,
.v5-faq__intro > p {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--v5-muted);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
}

.v5-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .72fr);
  align-items: end;
  gap: 70px;
}

.v5-section-head--split > p { margin: 0 0 5px; }

/* Hero */
.v5-hero {
  position: relative;
  min-height: min(860px, calc(100svh - var(--header-h)));
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--v5-forest);
  color: #fff;
}

.v5-hero__media,
.v5-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.v5-hero__media picture { display: block; width: 100%; height: 100%; }

.v5-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transform: scaleX(-1) scale(1.035);
  transform-origin: center;
  animation: v5-hero-mirror 18s ease-in-out infinite alternate;
}

.v5-hero__veil {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 35, 23, .94) 0%, rgba(10, 35, 23, .78) 43%, rgba(10, 35, 23, .33) 72%, rgba(10, 35, 23, .22) 100%),
    linear-gradient(0deg, rgba(10, 35, 23, .72) 0%, transparent 38%);
}

.v5-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 790px) minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding-top: 72px;
  padding-bottom: 82px;
}

.v5-hero__copy { max-width: 790px; }

.v5-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(56px, 5.35vw, 80px);
  font-weight: 650;
  letter-spacing: -.064em;
  line-height: .92;
  text-wrap: balance;
}

.v5-hero h1 em {
  color: var(--v5-lime);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
}

.v5-hero__lead {
  max-width: 710px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .83);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.5;
}

.v5-hero__actions,
.v5-closing__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 27px;
}

.v5-text-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 16px;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .38);
  text-underline-offset: 7px;
}

.v5-text-cta span { transition: transform 180ms ease; }
.v5-text-cta:hover span { transform: translate(3px, -3px); }

.v5-demo-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  color: #fff;
}

.v5-demo-link__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  font-size: 12px;
  transition: background 180ms ease, transform 180ms ease;
}

.v5-demo-link:hover .v5-demo-link__icon { background: var(--v5-lime); color: var(--v5-forest); transform: scale(1.06); }
.v5-demo-link strong,
.v5-demo-link small { display: block; }
.v5-demo-link strong { font-size: 14px; }
.v5-demo-link small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 12px; }

.v5-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.v5-hero__meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 999px;
  background: rgba(16, 48, 33, .48);
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .035em;
}

.v5-demand-card {
  position: relative;
  width: min(100%, 460px);
  justify-self: end;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 28px;
  background: rgba(253, 251, 243, .94);
  box-shadow: 0 35px 90px rgba(3, 23, 13, .36);
  color: var(--v5-ink);
  backdrop-filter: blur(15px);
}

.v5-demand-card::before {
  content: "";
  position: absolute;
  inset: -14px 16px auto;
  height: 18px;
  border-radius: 18px 18px 0 0;
  background: rgba(220, 233, 106, .86);
  z-index: -1;
}

.v5-demand-card__top,
.v5-demand-card__heading,
.v5-demand-card__flow,
.v5-demand-card__next,
.v5-demand-card > a {
  display: flex;
  align-items: center;
}

.v5-demand-card__top {
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--v5-line);
  color: var(--v5-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v5-demand-card__top > div { display: flex; align-items: center; gap: 8px; }
.v5-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #2c9b5f; box-shadow: 0 0 0 6px rgba(44,155,95,.12); animation: v5-pulse 2.1s infinite; }
.v5-demand-card__badge { padding: 6px 9px; border-radius: 999px; background: #e7f3e8; color: #247149; }

.v5-demand-card__heading { justify-content: space-between; gap: 16px; padding: 22px 0 18px; }
.v5-demand-card__heading small { color: #7c887f; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.v5-demand-card__heading h2 { margin: 7px 0 0; font-size: 27px; font-weight: 700; letter-spacing: -.045em; }
.v5-crop-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--v5-lime-2); color: var(--v5-forest); }
.v5-crop-icon svg { width: 36px; }
.v5-crop-icon--peach span { position: relative; width: 30px; height: 32px; border: 2px solid currentColor; border-radius: 48% 52% 52% 48% / 44% 44% 56% 56%; transform: rotate(8deg); }
.v5-crop-icon--peach span::before { content: ""; position: absolute; width: 13px; height: 7px; right: -5px; top: -7px; border: 2px solid currentColor; border-left: 0; border-bottom: 0; border-radius: 0 10px 0 10px; transform: rotate(-25deg); }
.v5-crop-icon--peach span::after { content: ""; position: absolute; left: 50%; top: 4px; bottom: 3px; width: 1px; background: currentColor; opacity: .45; transform: rotate(5deg); }

.v5-demand-card__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--v5-line);
  border-radius: 16px;
  background: var(--v5-line);
}

.v5-demand-card__meta > div { padding: 13px 14px; background: rgba(255,255,255,.72); }
.v5-demand-card__meta dt { color: #7c887f; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.v5-demand-card__meta dd { margin: 5px 0 0; font-size: 14px; font-weight: 750; }

.v5-demand-card__flow {
  position: relative;
  justify-content: space-between;
  margin: 25px 0 20px;
}

.v5-demand-card__flow::before {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  top: 16px;
  height: 2px;
  background: #d8ddd8;
}

.v5-demand-card__flow > div { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; color: #849087; font-size: 9px; font-weight: 750; }
.v5-demand-card__flow i { width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid #d8ddd8; border-radius: 50%; background: #fff; font-style: normal; font-size: 11px; }
.v5-demand-card__flow .is-done i { border-color: var(--v5-forest-2); background: var(--v5-forest-2); color: #fff; }
.v5-demand-card__flow .is-active { color: var(--v5-forest); }
.v5-demand-card__flow .is-active i { border-color: var(--v5-lime); background: var(--v5-lime); color: var(--v5-forest); box-shadow: 0 0 0 6px rgba(220,233,106,.2); }

.v5-demand-card__next {
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding: 15px 16px;
  border-left: 3px solid var(--v5-orange);
  border-radius: 0 13px 13px 0;
  background: #f6eee1;
}
.v5-demand-card__next span { color: #917052; font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.v5-demand-card__next strong { font-size: 13px; line-height: 1.38; }
.v5-demand-card > a { justify-content: space-between; margin-top: 18px; color: var(--v5-forest); font-size: 13px; font-weight: 800; }

.v5-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.6);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v5-scroll-cue i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-style: normal; animation: v5-bob 1.8s infinite; }

/* Proof */
.v5-proof { padding: 38px 0 26px; border-bottom: 1px solid var(--v5-line); background: var(--v5-paper); }
.v5-proof__grid { display: grid; grid-template-columns: 1.45fr repeat(3, .65fr); align-items: stretch; }
.v5-proof__statement { padding-right: 45px; color: var(--v5-forest); font-size: 17px; font-weight: 680; line-height: 1.45; }
.v5-proof__metric { padding: 2px 26px; border-left: 1px solid var(--v5-line); }
.v5-proof__metric strong { display: block; color: var(--v5-forest); font-size: 28px; letter-spacing: -.045em; }
.v5-proof__metric span { display: block; margin-top: 5px; color: var(--v5-muted); font-size: 11px; line-height: 1.35; }
.v5-proof__source { margin-top: 21px; color: #879087; font-size: 10px; }
.v5-proof__source a { text-decoration: underline; text-underline-offset: 3px; }
.v5-proof__grid--duo { grid-template-columns: 1.3fr repeat(2, .85fr); }
.v5-proof__statement--result { display: flex; flex-direction: column; justify-content: center; font-size: 21px; font-weight: 700; letter-spacing: -.025em; line-height: 1.3; }
.v5-proof__statement--result::before { content: ""; width: 34px; height: 3px; margin-bottom: 14px; background: var(--v5-forest); }

/* Pillars */
.v5-solution { background: var(--v5-cream); }
.v5-pillars { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--v5-line); border-bottom: 1px solid var(--v5-line); }
.v5-pillar { position: relative; min-height: 475px; display: flex; align-items: flex-start; flex-direction: column; padding: 44px 38px 38px; border-right: 1px solid var(--v5-line); transition: background 240ms ease, transform 240ms var(--ease); }
.v5-pillar:last-child { border-right: 0; }
.v5-pillar:hover { background: rgba(255,255,255,.5); transform: translateY(-6px); }
.v5-pillar__icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 52px; border-radius: 22px; background: var(--v5-lime-2); color: var(--v5-forest); }
.v5-pillar__icon svg { width: 42px; }
.v5-pillar__number { position: absolute; top: 44px; right: 38px; color: #97a198; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.v5-pillar h3 { margin: 0; font-size: 32px; font-weight: 680; letter-spacing: -.045em; }
.v5-pillar p { margin: 20px 0 32px; color: var(--v5-muted); font-size: 16px; line-height: 1.62; }
.v5-pillar a { margin-top: auto; color: var(--v5-forest); font-size: 13px; font-weight: 820; }
.v5-pillar a span { display: inline-block; margin-left: 5px; transition: transform 180ms ease; }
.v5-pillar a:hover span { transform: translateX(5px); }

/* Origin / video */
.v5-origin { padding: clamp(90px, 9vw, 145px) 0; background: var(--v5-forest); color: #fff; }
.v5-origin__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .8fr); align-items: center; gap: clamp(55px, 8vw, 130px); }
.v5-origin__media { position: relative; min-height: 650px; overflow: hidden; border-radius: 34px; background: #0e2b1d; box-shadow: 0 32px 80px rgba(0,0,0,.25); }
.v5-origin__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.v5-origin__media-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4, 25, 14, .72), transparent 58%); pointer-events: none; }
.v5-video-button { position: absolute; left: 34px; bottom: 38px; display: flex; align-items: center; gap: 16px; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer; text-align: left; }
.v5-video-button__icon { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(255,255,255,.13); backdrop-filter: blur(8px); transition: background 180ms ease, transform 180ms ease; }
.v5-video-button:hover .v5-video-button__icon { background: var(--v5-lime); color: var(--v5-forest); transform: scale(1.05); }
.v5-video-button__text strong, .v5-video-button__text small { display: block; }
.v5-video-button__text strong { font-size: 15px; }
.v5-video-button__text small { margin-top: 4px; color: rgba(255,255,255,.64); font-size: 11px; }
.v5-origin__media-label { position: absolute; top: 26px; left: 26px; max-width: 220px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(11,40,26,.48); color: rgba(255,255,255,.78); font-size: 10px; font-weight: 700; backdrop-filter: blur(8px); }
.v5-origin__copy h2 { color: #fff; font-size: clamp(45px, 5vw, 72px); }
.v5-origin__copy > p { margin: 30px 0 0; color: rgba(255,255,255,.73); font-size: 19px; line-height: 1.62; }
.v5-origin__copy blockquote { position: relative; margin: 36px 0 0; padding: 25px 0 25px 31px; border-left: 3px solid var(--v5-lime); color: var(--v5-lime-2); font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1.35; }
.v5-origin__copy .v5-origin__note { font-size: 15px; color: rgba(255,255,255,.56); }
.v5-origin__copy .button { margin-top: 34px; }

/* Layer flow */
.v5-layers { background: var(--v5-paper); }
.v5-layer-flow { display: grid; grid-template-columns: 1fr 52px 1fr 52px 1fr; align-items: stretch; }
.v5-layer-flow > article { min-height: 270px; padding: 32px; border: 1px solid var(--v5-line); border-radius: 24px; background: var(--v5-cream); }
.v5-layer-flow > i { display: grid; place-items: center; color: var(--v5-forest); font-style: normal; font-size: 25px; }
.v5-layer-flow article > span { color: #78857c; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.v5-layer-flow h3 { margin: 54px 0 0; font-size: 27px; font-weight: 680; line-height: 1.12; }
.v5-layer-flow p { margin: 18px 0 0; color: var(--v5-muted); font-size: 15px; line-height: 1.55; }

/* Audiences */
.v5-audiences { padding: clamp(90px, 9vw, 145px) 0; background: var(--v5-sand); }
.v5-audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.v5-audience-card { overflow: hidden; border-radius: 32px; background: var(--v5-paper); box-shadow: 0 20px 60px rgba(20,54,38,.08); }
.v5-audience-card__image { position: relative; height: 390px; overflow: hidden; }
.v5-audience-card__image::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(0deg, rgba(9,35,22,.35), transparent); }
.v5-audience-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 750ms var(--ease); }
.v5-audience-card:hover .v5-audience-card__image img { transform: scale(1.045); }
.v5-audience-card--buyer .v5-audience-card__image img { object-position: center 48%; }
.v5-audience-card--farmer .v5-audience-card__image img { object-position: center 52%; }
.v5-audience-card__body { padding: 38px 40px 42px; }
.v5-audience-card__body > span { color: #718077; font-size: 15px; font-weight: 850; letter-spacing: .08em; }
.v5-audience-card h3 { max-width: 540px; margin: 16px 0 0; font-size: 36px; font-weight: 670; line-height: 1.06; }
.v5-audience-card ul { display: grid; gap: 10px; margin: 27px 0 33px; padding: 0; list-style: none; color: var(--v5-muted); }
.v5-audience-card li { position: relative; padding-left: 24px; }
.v5-audience-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--v5-forest-2); font-weight: 900; }
.v5-audience-card--farmer { background: var(--v5-forest); color: #fff; }
.v5-audience-card--farmer .v5-audience-card__body > span { color: var(--v5-lime); }
.v5-audience-card--farmer ul { color: rgba(255,255,255,.65); }
.v5-audience-card--farmer li::before { color: var(--v5-lime); }
.v5-audience-card--farmer .button--ghost { border-color: rgba(255,255,255,.38); color: #fff; }
.v5-audience-card--farmer .button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.v5-ecosystem { display: grid; grid-template-columns: minmax(260px, .48fr) 1.5fr; gap: 50px; align-items: center; margin-top: 54px; padding-top: 38px; border-top: 1px solid rgba(20,54,38,.18); }
.v5-ecosystem__intro span { display: block; color: #728078; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.v5-ecosystem__intro strong { display: block; margin-top: 10px; font-size: 20px; line-height: 1.35; }
.v5-role-cloud { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; }
.v5-role-cloud a { padding: 12px 16px; border: 1px solid rgba(20,54,38,.16); border-radius: 999px; background: rgba(255,255,255,.32); color: var(--v5-forest); font-size: 12px; font-weight: 760; transition: background 180ms ease, transform 180ms ease; }
.v5-role-cloud a:hover { background: var(--v5-lime); transform: translateY(-2px); }

/* Product */
.v5-product { padding: clamp(90px, 9vw, 150px) 0; background: var(--v5-forest); color: #fff; }
.v5-product__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr); align-items: end; gap: 80px; margin-bottom: 64px; }
.v5-product__head--solo { display: block; max-width: 850px; }
.v5-product__head h2 { color: #fff; }
.v5-product__head > p { margin: 0 0 8px; color: rgba(255,255,255,.62); }
.v5-status-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.13); }
.v5-status-card { position: relative; min-height: 278px; padding: 30px 28px; background: #1a4430; }
.v5-status-card__index { color: rgba(255,255,255,.34); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.v5-status-badge { position: absolute; top: 26px; right: 24px; padding: 7px 9px; border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.v5-status-card.is-live .v5-status-badge { background: var(--v5-lime); color: var(--v5-forest); }
.v5-status-card.is-demo .v5-status-badge { background: #cce0e4; color: #25515b; }
.v5-status-card.is-manual .v5-status-badge { background: #f2d4a8; color: #78491c; }
.v5-status-card.is-roadmap .v5-status-badge { background: rgba(255,255,255,.13); color: rgba(255,255,255,.7); }
.v5-status-card h3 { margin: 58px 0 0; color: #fff; font-size: 25px; font-weight: 660; }
.v5-status-card p { margin: 18px 0 0; color: rgba(255,255,255,.57); font-size: 14px; line-height: 1.58; }
.v5-workspace { display: grid; grid-template-columns: minmax(310px, .48fr) 1.25fr; gap: 50px; align-items: center; margin-top: 65px; }
.v5-workspace__copy > span { color: var(--v5-lime); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.v5-workspace__copy h3 { margin: 18px 0 0; color: #fff; font-size: 40px; font-weight: 650; line-height: 1.04; }
.v5-workspace__copy p { margin: 22px 0 0; color: rgba(255,255,255,.61); font-size: 16px; line-height: 1.58; }
.v5-workspace__switch { width: fit-content; display: flex; margin-top: 30px; padding: 4px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; }
.v5-workspace__switch button { padding: 10px 15px; border: 0; border-radius: 999px; background: transparent; color: rgba(255,255,255,.64); font-size: 12px; font-weight: 750; cursor: pointer; }
.v5-workspace__switch button[aria-pressed="true"] { background: var(--v5-lime); color: var(--v5-forest); }
.v5-workspace__open { display: inline-flex; gap: 8px; margin-top: 24px; color: #fff; font-size: 13px; font-weight: 760; text-decoration: underline; text-underline-offset: 5px; }
.v5-workspace__frame-wrap { overflow: hidden; border: 1px solid rgba(255,255,255,.19); border-radius: 25px; background: #eef0e8; box-shadow: 0 35px 80px rgba(0,0,0,.28); }
.v5-browser-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid rgba(20,54,38,.1); background: #e0e5dc; }
.v5-browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #a5afa6; }
.v5-browser-bar em { margin-left: 12px; color: #7d897f; font-size: 9px; font-style: normal; letter-spacing: .05em; }
.v5-workspace iframe { width: 100%; height: 560px; display: block; border: 0; background: #f7f5ef; pointer-events: none; }

/* Report */
.v5-report { padding: clamp(90px, 9vw, 145px) 0; background: var(--v5-lime); }
.v5-report__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, .72fr); align-items: center; gap: clamp(70px, 9vw, 145px); }
.v5-report__copy h2 { font-size: clamp(48px, 5.2vw, 76px); }
.v5-report__copy .button { margin-top: 34px; }
.v5-report__copy small { display: block; margin-top: 14px; color: rgba(20,54,38,.62); font-size: 11px; }
.v5-report__visual { position: relative; display: grid; place-items: center; }
.v5-report__visual::before, .v5-report__visual::after { content: ""; position: absolute; border-radius: 26px; background: rgba(20,54,38,.16); }
.v5-report__visual::before { width: 84%; height: 92%; transform: rotate(-5deg); }
.v5-report__visual::after { width: 84%; height: 92%; background: rgba(255,255,255,.42); transform: rotate(4deg); }
.v5-report-card { position: relative; z-index: 1; width: min(100%, 470px); min-height: 590px; padding: 34px; border-radius: 26px; background: var(--v5-paper); box-shadow: 0 32px 70px rgba(20,54,38,.2); color: var(--v5-ink); }
.v5-report-card__top { display: flex; align-items: center; justify-content: space-between; }
.v5-report-card__top img { width: 112px; }
.v5-report-card__top span { color: #79857d; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.v5-report-card h3 { max-width: 330px; margin: 72px 0 0; font-size: 41px; font-weight: 680; line-height: 1.02; }
.v5-report-card > p { margin: 14px 0 0; color: var(--v5-muted); font-size: 14px; }
.v5-report-card__chart { height: 108px; display: flex; align-items: end; gap: 8px; margin-top: 34px; padding: 0 13px 12px; border-bottom: 1px solid var(--v5-line); }
.v5-report-card__chart i { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: var(--v5-forest-2); animation: v5-chart 1.4s var(--ease) both; }
.v5-report-card__chart i:nth-child(even) { background: var(--v5-orange); animation-delay: .08s; }
.v5-report-card__rows { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9px 15px; margin-top: 25px; font-size: 10px; }
.v5-report-card__rows span { color: #77827a; }
.v5-report-card__rows strong { font-weight: 750; }
.v5-report-card__foot { margin-top: 30px; padding-top: 17px; border-top: 1px solid var(--v5-line); color: #8b948d; font-size: 9px; }

/* Team */
.v5-team { padding: clamp(90px, 9vw, 145px) 0; background: var(--v5-paper); }
.v5-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.v5-team-card { overflow: hidden; border: 1px solid var(--v5-line); border-radius: 28px; background: var(--v5-cream); transition: transform 220ms var(--ease), box-shadow 220ms ease; }
.v5-team-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(20,54,38,.11); }
.v5-team-card__photo { position: relative; height: 380px; overflow: hidden; background: var(--v5-sand); }
.v5-team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.v5-team-card__photo > span { position: absolute; top: 18px; right: 18px; padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.76); color: var(--v5-forest); font-size: 8px; font-weight: 900; letter-spacing: .12em; backdrop-filter: blur(7px); }
.v5-team-card__body { position: relative; min-height: 255px; padding: 30px; }
.v5-team-card__body > span { position: absolute; top: 31px; right: 30px; color: #9ca59e; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.v5-team-card h3 { max-width: 280px; margin: 0; font-size: 28px; font-weight: 670; line-height: 1.08; }
.v5-team-card p { margin: 18px 0 25px; color: var(--v5-muted); font-size: 14px; line-height: 1.58; }
.v5-team-card strong { color: #7c877f; font-size: 11px; font-weight: 750; }
.v5-team-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 22px 25px; border: 1px dashed rgba(20,54,38,.26); border-radius: 18px; color: var(--v5-muted); font-size: 14px; }
.v5-team-note a { color: var(--v5-forest); font-weight: 800; }

/* Roadmap */
.v5-roadmap { padding: clamp(90px, 9vw, 145px) 0; background: #102f21; color: #fff; }
.v5-roadmap__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .62fr); align-items: end; gap: clamp(48px, 8vw, 115px); padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.14); }
.v5-roadmap__head h2 { color: #fff; font-size: clamp(52px, 6vw, 86px); }
.v5-roadmap__head h2 em { color: var(--v5-lime); font-family: Georgia, serif; font-weight: 500; }
.v5-roadmap__head > p { margin: 0 0 8px; color: rgba(255,255,255,.64); font-size: 18px; line-height: 1.55; }
.v5-roadmap__year { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: clamp(28px, 5vw, 70px); padding-top: 48px; }
.v5-roadmap__year + .v5-roadmap__year { margin-top: 30px; padding-top: 54px; border-top: 1px solid rgba(255,255,255,.12); }
.v5-roadmap__year-label { position: sticky; top: 112px; align-self: start; }
.v5-roadmap__year-label strong { display: block; color: var(--v5-lime); font-size: clamp(40px, 4vw, 58px); line-height: 1; }
.v5-roadmap__year-label span { display: block; margin-top: 12px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.v5-roadmap__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.v5-roadmap__card { min-height: 190px; padding: 25px 27px; border: 1px solid rgba(220,235,106,.22); border-radius: 18px; background: rgba(255,255,255,.035); }
.v5-roadmap__card h3 { margin: 0; color: #fff; font-size: clamp(20px, 1.7vw, 27px); line-height: 1.12; }
.v5-roadmap__card p { margin: 14px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.v5-roadmap__footer { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; text-align: right; }

/* Closing */
.v5-closing { position: relative; min-height: 680px; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--v5-forest); color: #fff; }
.v5-closing__media, .v5-closing__shade { position: absolute; inset: 0; z-index: -2; }
.v5-closing__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; }
.v5-closing__shade { z-index: -1; background: linear-gradient(90deg, rgba(8,32,20,.93), rgba(8,32,20,.7) 56%, rgba(8,32,20,.28)); }
.v5-closing__inner { padding-top: 80px; padding-bottom: 80px; }
.v5-closing h2 { max-width: 920px; color: #fff; font-size: clamp(54px, 6vw, 88px); }
.v5-closing p { max-width: 730px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.55; }
.v5-closing__expectation { max-width: 680px; margin-top: 28px !important; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.66) !important; font-size: 14px !important; }

/* Footer */
.v5-footer { padding-top: 72px; }
.v5-footer-stage { display: inline-block; margin-top: 25px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: var(--v5-lime); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.v5-footer .footer-privacy-link { width: fit-content; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.18); color: var(--v5-lime); }

@keyframes v5-hero-mirror { from { transform: scaleX(-1) scale(1.035); } to { transform: scaleX(-1) scale(1.09); } }
@keyframes v5-hero-zoom { from { transform: scale(1.035); } to { transform: scale(1.09); } }
@keyframes v5-pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(44,155,95,.1); } 50% { box-shadow: 0 0 0 10px rgba(44,155,95,0); } }
@keyframes v5-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
@keyframes v5-chart { from { height: 0; } }

@media (max-width: 1180px) {
  .home-v5 .v5-header .header-nav { gap: 14px; font-size: 12px; }
  .v5-hero__grid { grid-template-columns: minmax(0, 680px) minmax(0, 1fr); gap: 0; }
  .v5-hero h1 { font-size: clamp(56px, 7vw, 78px); }
  .v5-status-grid { grid-template-columns: repeat(2, 1fr); }
  .v5-status-card { min-height: 280px; }
  .v5-status-card h3 { margin-top: 60px; }
  .v5-workspace { grid-template-columns: 310px 1fr; gap: 35px; }
}

@media (max-width: 920px) {
  .home-v5 .container { width: min(calc(100% - 32px), 720px); }
  .home-v5 .v5-header-cta { display: none; }

  .v5-section { padding: 88px 0; }
  .v5-section-head--split,
  .v5-product__head { grid-template-columns: 1fr; gap: 28px; }
  .v5-section-head--split > p,
  .v5-product__head > p { margin: 0; }

  .v5-hero { min-height: auto; }
  .v5-hero__veil { background: linear-gradient(0deg, rgba(7,30,18,.94) 0%, rgba(7,30,18,.78) 65%, rgba(7,30,18,.42)); }
  .v5-hero__media img {
    object-position: 62% center;
    transform: scale(1.035);
    transform-origin: center;
    animation: v5-hero-zoom 18s ease-in-out infinite alternate;
  }
  .v5-hero__grid { grid-template-columns: 1fr; gap: 0; padding-top: 78px; padding-bottom: 86px; }
  .v5-hero__copy { max-width: 680px; }
  .v5-demand-card { justify-self: start; width: min(100%, 500px); }
  .v5-scroll-cue { display: none; }

  .v5-proof__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .v5-proof__grid--duo { grid-template-columns: repeat(2, 1fr); }
  .v5-proof__statement { grid-column: 1 / -1; padding: 0 0 22px; border-bottom: 1px solid var(--v5-line); }
  .v5-proof__metric { padding-left: 0; border-left: 0; }

  .v5-pillars { grid-template-columns: 1fr; }
  .v5-pillar { min-height: 350px; border-right: 0; border-bottom: 1px solid var(--v5-line); }
  .v5-pillar:last-child { border-bottom: 0; }
  .v5-pillar__icon { margin-bottom: 35px; }

  .v5-origin__grid { grid-template-columns: 1fr; gap: 58px; }
  .v5-origin__media { min-height: 560px; }
  .v5-origin__copy { max-width: 680px; }

  .v5-layer-flow { grid-template-columns: 1fr; gap: 12px; }
  .v5-layer-flow > i { height: 28px; transform: rotate(90deg); }
  .v5-layer-flow > article { min-height: 235px; }

  .v5-audience-grid { grid-template-columns: 1fr; }
  .v5-audience-card__image { height: 420px; }
  .v5-ecosystem { grid-template-columns: 1fr; gap: 24px; }
  .v5-role-cloud { justify-content: flex-start; }

  .v5-product__head { margin-bottom: 48px; }
  .v5-workspace { grid-template-columns: 1fr; gap: 35px; }
  .v5-workspace__copy { max-width: 580px; }
  .v5-workspace iframe { height: 510px; }

  .v5-report__grid { grid-template-columns: 1fr; gap: 80px; }
  .v5-report__copy { max-width: 680px; }

  .v5-team-grid { grid-template-columns: 1fr; }
  .v5-team-card { display: grid; grid-template-columns: 42% 1fr; }
  .v5-team-card__photo { height: 100%; min-height: 360px; }
  .v5-team-card__body { display: flex; flex-direction: column; justify-content: center; }

  .v5-roadmap__head { grid-template-columns: 1fr; gap: 28px; }
  .v5-roadmap__year { grid-template-columns: 120px minmax(0, 1fr); }
}

@media (max-width: 680px) {
  .home-v5 .container { width: min(calc(100% - 28px), 560px); }
  .v5-section { padding: 72px 0; }
  .v5-eyebrow { margin-bottom: 17px; font-size: 10px; }
  .v5-section-head { margin-bottom: 42px; }
  .v5-section-head h2,
  .v5-product__head h2,
  .v5-origin__copy h2,
  .v5-report__copy h2,
  .v5-closing h2 { font-size: clamp(38px, 10vw, 54px); }
  .v5-section-head p,
  .v5-product__head > p,
  .v5-report__copy > p,
  .v5-roadmap__head > p { font-size: 17px; }

  .v5-hero__grid { padding-top: 55px; padding-bottom: 65px; }
  .v5-hero__media img { object-position: 68% center; transform: none; animation: none; }
  .v5-hero h1 { font-size: clamp(46px, 15vw, 64px); line-height: .94; }
  .v5-hero__lead { margin-top: 23px; font-size: 17px; }
  .v5-hero__actions { align-items: stretch; flex-direction: column; gap: 17px; margin-top: 27px; }
  .v5-hero__actions .button { width: 100%; }
  .v5-hero__actions .v5-text-cta { justify-content: center; min-height: 48px; }
  .v5-demo-link { margin-top: 20px; }
  .v5-hero__meta { margin-top: 23px; }
  .v5-hero__meta span { font-size: 9px; }
  .v5-demand-card { padding: 18px; border-radius: 22px; }
  .v5-demand-card__heading h2 { font-size: 23px; }
  .v5-demand-card__meta { grid-template-columns: 1fr 1fr; }
  .v5-demand-card__flow > div span { display: none; }
  .v5-demand-card__next strong { font-size: 12px; }

  .v5-proof { padding: 31px 0 23px; }
  .v5-proof__grid { grid-template-columns: 1fr; gap: 0; }
  .v5-proof__grid--duo { grid-template-columns: 1fr; }
  .v5-proof__statement--result { font-size: 18px; padding-bottom: 20px; }
  .v5-proof__statement { font-size: 15px; }
  .v5-proof__metric { display: grid; grid-template-columns: 125px 1fr; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--v5-line); }
  .v5-proof__metric:last-child { border-bottom: 0; }
  .v5-proof__metric strong { font-size: 25px; }
  .v5-proof__metric span { margin: 0; }

  .v5-pillar { min-height: 330px; padding: 31px 25px; }
  .v5-pillar__number { top: 32px; right: 25px; }
  .v5-pillar__icon { width: 62px; height: 62px; margin-bottom: 31px; }
  .v5-pillar h3 { font-size: 29px; }
  .v5-pillar p { font-size: 15px; }

  .v5-origin { padding: 72px 0; }
  .v5-origin__media { min-height: 480px; border-radius: 24px; }
  .v5-video-button { left: 20px; bottom: 24px; }
  .v5-video-button__icon { width: 54px; height: 54px; }
  .v5-origin__media-label { top: 18px; left: 18px; max-width: calc(100% - 36px); }
  .v5-origin__copy > p { margin-top: 23px; font-size: 16px; }
  .v5-origin__copy blockquote { margin-top: 27px; padding-left: 22px; font-size: 23px; }

  .v5-layer-flow > article { min-height: 215px; padding: 25px; }
  .v5-layer-flow h3 { margin-top: 40px; font-size: 24px; }

  .v5-audiences { padding: 72px 0; }
  .v5-audience-card { border-radius: 24px; }
  .v5-audience-card__image { height: 285px; }
  .v5-audience-card__body { padding: 27px 24px 30px; }
  .v5-audience-card h3 { font-size: 29px; }
  .v5-audience-card .button { width: 100%; }
  .v5-ecosystem { margin-top: 39px; }
  .v5-role-cloud { gap: 7px; }
  .v5-role-cloud a { padding: 10px 12px; font-size: 10px; }

  .v5-product { padding: 72px 0; }
  .v5-status-grid { grid-template-columns: 1fr; border-radius: 22px; }
  .v5-status-card { min-height: 255px; }
  .v5-status-card h3 { margin-top: 52px; }
  .v5-workspace { margin-top: 45px; }
  .v5-workspace__copy h3 { font-size: 32px; }
  .v5-workspace__frame-wrap { border-radius: 19px; }
  .v5-workspace iframe { height: 440px; }

  .v5-report { padding: 72px 0; }
  .v5-report__grid { gap: 65px; }
  .v5-report__copy .button { width: 100%; }
  .v5-report-card { min-height: 525px; padding: 25px; }
  .v5-report-card h3 { margin-top: 57px; font-size: 34px; }

  .v5-team { padding: 72px 0; }
  .v5-team-card { display: block; border-radius: 23px; }
  .v5-team-card__photo { height: 330px; min-height: 0; }
  .v5-team-card__body { min-height: 230px; padding: 25px; }
  .v5-team-card h3 { font-size: 26px; }
  .v5-team-note { align-items: flex-start; flex-direction: column; }

  .v5-roadmap { padding: 72px 0; }
  .v5-roadmap__head { padding-bottom: 32px; }
  .v5-roadmap__year { grid-template-columns: 1fr; gap: 22px; padding-top: 34px; }
  .v5-roadmap__year-label { position: static; }
  .v5-roadmap__year-label { display: flex; align-items: baseline; gap: 14px; }
  .v5-roadmap__year-label span { margin-top: 0; }
  .v5-roadmap__cards { grid-template-columns: 1fr; }
  .v5-roadmap__card { min-height: 0; padding: 23px 22px; }

  .v5-closing { min-height: 650px; }
  .v5-closing__shade { background: linear-gradient(0deg, rgba(8,32,20,.94), rgba(8,32,20,.72)); }
  .v5-closing p { font-size: 17px; }
  .v5-closing__actions { align-items: stretch; flex-direction: column; }
  .v5-closing__actions .button { width: 100%; }
  .v5-closing__actions .v5-text-cta { justify-content: center; min-height: 48px; }
  .v5-closing__expectation { text-align: center; }
}

@media (min-width: 921px) {
  .v5-section { padding: clamp(72px, 6vw, 96px) 0; }
  .v5-section-head { margin-bottom: 44px; }
  .v5-section-head h2,
  .v5-product__head h2,
  .v5-report__copy h2,
  .v5-faq__intro h2,
  .v5-closing h2 { font-size: clamp(42px, 4.2vw, 66px); }
  .v5-section-head p,
  .v5-product__head > p,
  .v5-report__copy > p,
  .v5-faq__intro > p { margin-top: 22px; font-size: clamp(17px, 1.25vw, 20px); }

  .v5-origin { min-height: calc(100svh - var(--header-h)); display: flex; align-items: center; padding: clamp(58px, 6vh, 82px) 0; }
  .v5-origin__grid { gap: clamp(44px, 5vw, 84px); }
  .v5-origin__media { height: clamp(500px, 68svh, 650px); min-height: 0; }
  .v5-origin__copy h2 { font-size: clamp(42px, 3.6vw, 62px); }
  .v5-origin__copy > p { margin-top: 22px; font-size: 17px; line-height: 1.55; }
  .v5-origin__copy blockquote { margin-top: 24px; padding: 18px 0 18px 25px; font-size: 24px; }
  .v5-origin__copy .v5-origin__note { font-size: 14px; }
  .v5-origin__copy .button { margin-top: 24px; }

  .v5-audiences { padding: clamp(72px, 6vw, 92px) 0; }
  .v5-section-head--split { gap: 56px; }
  .v5-audience-card__image { height: clamp(250px, 28svh, 310px); }
  .v5-audience-card__body { padding: 28px 30px 30px; }
  .v5-audience-card h3 { margin-top: 12px; font-size: clamp(27px, 2.3vw, 32px); }
  .v5-audience-card ul { gap: 7px; margin: 20px 0 24px; font-size: 14px; }
  .v5-ecosystem { margin-top: 36px; padding-top: 28px; }

  .v5-product { padding: clamp(72px, 6vw, 92px) 0; }
  .v5-product__head { gap: 58px; margin-bottom: 42px; }
  .v5-product__head > p { margin: 0 0 4px; }
  .v5-status-card { min-height: 240px; padding: 26px 24px; }
  .v5-status-badge { top: 22px; right: 21px; }
  .v5-status-card h3 { margin-top: 52px; font-size: 22px; }
  .v5-status-card p { margin-top: 13px; font-size: 13px; line-height: 1.5; }

  .v5-workspace { grid-template-columns: minmax(280px, .42fr) 1.35fr; gap: 44px; margin-top: 54px; }
  .v5-workspace__copy h3 { font-size: 34px; }
  .v5-workspace__copy p { margin-top: 17px; font-size: 14px; }
  .v5-workspace__switch { margin-top: 24px; }
  .v5-workspace__open { margin-top: 20px; }
  .v5-workspace__frame-wrap { height: 510px; }
  .v5-workspace iframe { width: 138.89%; height: 650px; transform: scale(.72); transform-origin: left top; }

  .v5-team { padding: clamp(72px, 6vw, 92px) 0; }
  .v5-team-card__photo { height: clamp(270px, 28svh, 320px); }
  .v5-team-card__body { min-height: 205px; padding: 25px; }
  .v5-team-card__body > span { top: 26px; right: 25px; }
  .v5-team-card h3 { font-size: 25px; }
  .v5-team-card p { margin: 14px 0 20px; font-size: 13px; line-height: 1.5; }
  .v5-team-note { margin-top: 22px; padding: 18px 21px; }
}

@media (prefers-reduced-motion: reduce) {
  .v5-hero__media img,
  .v5-live-dot,
  .v5-scroll-cue i,
  .v5-report-card__chart i { animation: none; }
  .v5-audience-card__image img,
  .v5-team-card,
  .v5-pillar { transition: none; }
}

@media (max-width: 360px) {
  .home-v5 .v5-header .header-inner { gap: 6px; }
  .home-v5 .v5-header .brand { width: 106px; }
  .home-v5 .v5-header .header-actions { gap: 4px; }
  .home-v5 .v5-header .language-switcher { gap: 0; padding: 3px; }
  .home-v5 .v5-header .language-switcher button {
    width: 29px;
    min-width: 29px;
    height: 30px;
    padding: 0;
    font-size: 10px;
  }
  .home-v5 .v5-header .menu-toggle { width: 38px; height: 38px; }
}
