/* Page-specific CSS patches extracted from the original technology.html (inline <style> blocks in <head>).
   Loaded only on this page/template, after the global stylesheets, to preserve exact visual fidelity. */

.rd-page .company-hero-bg {
  background:
    linear-gradient(180deg, rgba(4,8,16,0) 0%, rgba(4,8,16,0) 62%, rgba(4,8,16,.28) 78%, rgba(4,8,16,.78) 92%, rgba(4,8,16,1) 100%),
    linear-gradient(90deg, rgba(4,8,16,.96) 0%, rgba(4,8,16,.86) 20%, rgba(4,8,16,.26) 44%, rgba(4,8,16,0) 60%),
    url('../../images/rd-hero.png') 74% center / auto 100% no-repeat !important;
}
.rd-page .company-hero .section-inner { max-width: var(--max); }
.rd-page .company-hero h1 { max-width: 820px; }
.rd-page .company-hero .hero-copy { max-width: 680px; }
.rd-page .company-hero .hero-copy:last-child { font-size: clamp(20px, 2.15vw, 28px); color: rgba(247,244,236,.84); }
.rd-page .section {
  position: relative;
}
.rd-page .rd-section-spacing { padding-top: 10px; }
.rd-page .rd-results-head {
  max-width: var(--max);
  margin: 0 auto 28px;
  padding: 0 28px;
}
.rd-page .rd-results-head h2 {
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: .98;
  letter-spacing: -.06em;
  margin: 0 0 12px;
}
.rd-page .rd-results-head p {
  margin: 0;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
}
.rd-page .rd-results-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px 96px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.rd-page .rd-result-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 94px 28px 28px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.rd-page .rd-result-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 22%, var(--card-glow, rgba(166,222,78,.12)) 0%, rgba(255,255,255,0) 38%);
  pointer-events: none;
}
.rd-page .rd-result-card:hover {
  transform: translateY(-4px);
  border-color: var(--card-border-hover, rgba(255,255,255,.4));
  box-shadow: 0 0 0 1px var(--card-glow-soft, rgba(166,222,78,.2)), 0 0 28px var(--card-glow-soft, rgba(166,222,78,.12)), 0 22px 50px rgba(0,0,0,.24);
}
.rd-page .rd-result-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 24px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08);
  z-index: 2;
}
.rd-page .rd-result-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--card-accent, var(--accent));
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rd-page .rd-result-num {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #090d14;
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
}
.rd-page .rd-result-card h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.rd-page .rd-result-card p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.78;
  color: var(--muted);
}
.rd-page .rd-result-list {
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.10);
  display: grid;
  gap: 10px;
}
.rd-page .rd-result-list li {
  position: relative;
  padding-left: 16px;
  color: rgba(231, 236, 246, .88);
  font-size: 15px;
  line-height: 1.55;
}
.rd-page .rd-result-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--card-accent, var(--accent));
}
.rd-page .rd-card-1 { --card-accent: #a6de4e; --card-glow: rgba(166,222,78,.16); --card-glow-soft: rgba(166,222,78,.18); --card-border-hover: rgba(166,222,78,.72); }
.rd-page .rd-card-2 { --card-accent: #73cfff; --card-glow: rgba(115,207,255,.15); --card-glow-soft: rgba(115,207,255,.18); --card-border-hover: rgba(115,207,255,.72); }
.rd-page .rd-card-3 { --card-accent: #70b7ff; --card-glow: rgba(112,183,255,.15); --card-glow-soft: rgba(112,183,255,.18); --card-border-hover: rgba(112,183,255,.72); }
.rd-page .rd-card-4 { --card-accent: #ffb761; --card-glow: rgba(255,183,97,.14); --card-glow-soft: rgba(255,183,97,.18); --card-border-hover: rgba(255,183,97,.72); }
.rd-page .rd-card-5 { --card-accent: #d8c78f; --card-glow: rgba(216,199,143,.14); --card-glow-soft: rgba(216,199,143,.18); --card-border-hover: rgba(216,199,143,.72); }
.rd-page .rd-card-6 { --card-accent: #b490ff; --card-glow: rgba(180,144,255,.15); --card-glow-soft: rgba(180,144,255,.18); --card-border-hover: rgba(180,144,255,.72); }
@media (max-width: 1100px) {
  .rd-page .rd-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .rd-page .company-hero-bg {
    background: url('../../images/rd-hero.png') 70% center / auto 100% no-repeat !important;
  }
}
@media (max-width: 700px) {
  .rd-page .rd-results-head, .rd-page .rd-results-grid { padding-left: 20px; padding-right: 20px; }
  .rd-page .rd-results-grid { grid-template-columns: 1fr; padding-bottom: 72px; }
  .rd-page .rd-result-card { min-height: 380px; border-radius: 28px; }
}

/* v73 R&D page repair: keep workflow as centred diagram-only block, with no R&D Engine copy panel. */
.rd-page .rd-workflow-section .section-inner {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 clamp(34px, 5vw, 68px);
}
.rd-page .rd-workflow-instruction {
  text-align: center;
  max-width: 980px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
}
.rd-page .rd-workflow-figure {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

/* v16 R&D cosmetic refinement */
.rd-page .company-hero-bg,
.about-page .company-hero-bg {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 11%, #000 100%), linear-gradient(to bottom, #000 0%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 11%, #000 100%), linear-gradient(to bottom, #000 0%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.rd-page .vision-v16 .what-copy-v04,
.rd-page .purpose-v16 .what-copy-v04 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  min-height: unset;
  border-radius: 28px;
  padding: 38px 34px 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 48px rgba(0,0,0,.20);
}
.rd-page .vision-v16 .what-copy-v04::before,
.rd-page .purpose-v16 .what-copy-v04::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
}
.rd-page .vision-v16 .what-copy-v04::before {
  background-image: none;
  background-position: 70% center;
}
.rd-page .purpose-v16 .what-copy-v04::before {
  background-image: none;
  background-position: 72% center;
}
.rd-page .vision-v16 .what-copy-v04::after,
.rd-page .purpose-v16 .what-copy-v04::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4,8,16,.42) 0%, rgba(4,8,16,.18) 34%, rgba(4,8,16,.08) 66%, rgba(4,8,16,.20) 100%),
    linear-gradient(180deg, rgba(4,8,16,.20) 0%, rgba(4,8,16,.12) 38%, rgba(4,8,16,.44) 100%);
}
.rd-page .vision-v16 .what-copy-v04 h2,
.rd-page .purpose-v16 .what-copy-v04 h2 {
  color: rgba(230, 222, 214, 0.88) !important;
  text-shadow: none !important;
  margin-bottom: 6px !important;
}
.rd-page .vision-v16 .what-copy-v04 p,
.rd-page .purpose-v16 .what-copy-v04 p {
  color: rgba(247,244,236,.88) !important;
  text-shadow: none !important;
  max-width: 390px !important;
}
.rd-page .rd-result-num {
  display: none !important;
}
.rd-page .rd-result-list.rd-result-ticks {
  gap: 12px;
}
.rd-page .rd-result-list.rd-result-ticks li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding-left: 0 !important;
  align-items: start;
}
.rd-page .rd-result-list.rd-result-ticks li::before {
  display: none !important;
}
.rd-page .rd-tick {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  margin-top: 2px;
  background: var(--card-accent, var(--accent));
  color: #071009;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 0 18px color-mix(in srgb, var(--card-accent) 34%, transparent);
}
@media (max-width: 700px) {
  .rd-page .vision-v16 .what-copy-v04,
  .rd-page .purpose-v16 .what-copy-v04 {
    aspect-ratio: 1 / 1;
    padding: 30px 24px 24px;
  }
  .rd-page .vision-v16 .what-copy-v04::before { background-position: 72% center; }
  .rd-page .purpose-v16 .what-copy-v04::before { background-position: 76% center; }
}

/* v73 R&D page repair: keep workflow as centred diagram-only block, with no R&D Engine copy panel. */
.rd-page .rd-workflow-section .section-inner {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 clamp(34px, 5vw, 68px);
}
.rd-page .rd-workflow-instruction {
  text-align: center;
  max-width: 980px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
}
.rd-page .rd-workflow-figure {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

/* v17 hero image bottom-edge blend refinement */
.about-page .company-hero-bg {
  background:
    linear-gradient(180deg, rgba(4,8,16,0) 0%, rgba(4,8,16,0) 58%, rgba(4,8,16,.72) 86%, rgba(4,8,16,1) 100%),
    linear-gradient(90deg, rgba(4,8,16,.94) 0%, rgba(4,8,16,.84) 34%, rgba(4,8,16,.20) 60%, rgba(4,8,16,.08) 100%),
    url('../../images/about-hero.png') 70% center / auto 100% no-repeat !important;
}
.rd-page .company-hero-bg {
  background:
    linear-gradient(180deg, rgba(4,8,16,0) 0%, rgba(4,8,16,0) 58%, rgba(4,8,16,.72) 86%, rgba(4,8,16,1) 100%),
    linear-gradient(90deg, rgba(4,8,16,.95) 0%, rgba(4,8,16,.90) 36%, rgba(4,8,16,.34) 62%, rgba(4,8,16,.08) 100%),
    url('../../images/rd-hero.png') 74% center / auto 100% no-repeat !important;
}
@media (max-width: 980px) {
  .about-page .company-hero-bg {
    background:
      linear-gradient(180deg, rgba(4,8,16,.50) 0%, rgba(4,8,16,.66) 50%, rgba(4,8,16,1) 100%),
      url('../../images/about-hero.png') 62% center / cover no-repeat !important;
  }
  .rd-page .company-hero-bg {
    background:
      linear-gradient(180deg, rgba(4,8,16,.58) 0%, rgba(4,8,16,.72) 52%, rgba(4,8,16,1) 100%),
      url('../../images/rd-hero.png') 66% center / cover no-repeat !important;
  }
}

/* v73 R&D page repair: keep workflow as centred diagram-only block, with no R&D Engine copy panel. */
.rd-page .rd-workflow-section .section-inner {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 clamp(34px, 5vw, 68px);
}
.rd-page .rd-workflow-instruction {
  text-align: center;
  max-width: 980px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
}
.rd-page .rd-workflow-figure {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

/* v23 hero architecture repair: mirror Home image-layer behaviour */
@media (min-width: 981px) {
  .rd-page .company-hero { position: relative !important; overflow: hidden !important; }
  .rd-page .company-hero-bg {
    position: absolute !important;
    inset: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: 56% !important;
    height: 100% !important;
    z-index: -1 !important;
    background: url('../../images/rd-hero.png') center center / cover no-repeat !important;
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, rgba(0,0,0,.22) 5%, #000 16%, #000 100%),
      linear-gradient(to bottom, #000 0%, #000 74%, rgba(0,0,0,.94) 82%, rgba(0,0,0,.62) 90%, transparent 100%) !important;
    mask-image:
      linear-gradient(to right, transparent 0%, rgba(0,0,0,.22) 5%, #000 16%, #000 100%),
      linear-gradient(to bottom, #000 0%, #000 74%, rgba(0,0,0,.94) 82%, rgba(0,0,0,.62) 90%, transparent 100%) !important;
    -webkit-mask-composite: source-in !important;
    mask-composite: intersect !important;
  }
}
@media (max-width: 980px) {
  .rd-page .company-hero-bg {
    inset: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: 100% !important;
    background: url('../../images/rd-hero.png') 66% center / cover no-repeat !important;
  }
}

/* v73 R&D page repair: keep workflow as centred diagram-only block, with no R&D Engine copy panel. */
.rd-page .rd-workflow-section .section-inner {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 clamp(34px, 5vw, 68px);
}
.rd-page .rd-workflow-instruction {
  text-align: center;
  max-width: 980px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
}
.rd-page .rd-workflow-figure {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

/* v32 hero image framing adjustment */
@media (min-width:981px) {
  .rd-page .company-hero-bg { background-position: 62% center !important; }
}

/* v73 R&D page repair: keep workflow as centred diagram-only block, with no R&D Engine copy panel. */
.rd-page .rd-workflow-section .section-inner {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 clamp(34px, 5vw, 68px);
}
.rd-page .rd-workflow-instruction {
  text-align: center;
  max-width: 980px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
}
.rd-page .rd-workflow-figure {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

/* v46 corrected cumulative build: retain v44/v45 R&D simplification */
.rd-page .vision-v16 .what-copy-v04 {
  aspect-ratio: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  justify-content: flex-start !important;
}
.rd-page .vision-v16 .what-copy-v04::before,
.rd-page .vision-v16 .what-copy-v04::after { display: none !important; }
.rd-page .vision-v16 .what-copy-v04 h2 { color: rgba(230,222,214,.92) !important; text-shadow: none !important; }
.rd-page .vision-v16 .what-copy-v04 p { color: var(--muted) !important; text-shadow: none !important; }
.rd-page #research-with-purpose { display: none !important; }
.rd-page .rd-result-card { border-color: var(--card-accent, rgba(255,255,255,.14)) !important; }

/* v73 R&D page repair: keep workflow as centred diagram-only block, with no R&D Engine copy panel. */
.rd-page .rd-workflow-section .section-inner {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 clamp(34px, 5vw, 68px);
}
.rd-page .rd-workflow-instruction {
  text-align: center;
  max-width: 980px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
}
.rd-page .rd-workflow-figure {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

/* v65 global hero-system correction
   - removes the v60/v64 pseudo spacer strips
   - treats hero images as blended visual layers, not boxed hero sections
   - keeps page background/constellation continuous through the hero-to-content transition */
.company-hero,
.company-hero.section,
.home-hero-v05 {
  position: relative !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  isolation: isolate !important;
}
.company-hero::after,
.company-hero-bg::before,
.company-hero-bg::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.company-hero .section-inner {
  position: relative !important;
  z-index: 5 !important;
}
.company-hero-bg {
  --v65-hero-image: url('../../images/home-hero.png');
  --v65-hero-pos: 72% center;
  position: absolute !important;
  inset: -70px 0 -8px 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: -70px !important;
  bottom: -8px !important;
  width: auto !important;
  height: auto !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: .82 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 24% 50%, rgba(2,4,10,.96) 0%, rgba(2,4,10,.82) 24%, rgba(2,4,10,.35) 45%, rgba(2,4,10,0) 66%),
    linear-gradient(to right, rgba(2,4,10,.98) 0%, rgba(2,4,10,.82) 16%, rgba(2,4,10,.30) 39%, rgba(2,4,10,0) 68%),
    linear-gradient(to bottom, rgba(2,4,10,0) 0%, rgba(2,4,10,0) 80%, rgba(2,4,10,.16) 94%, rgba(2,4,10,0) 100%),
    var(--v65-hero-image) var(--v65-hero-pos) / cover no-repeat !important;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, rgba(0,0,0,.30) 7%, #000 20%, #000 100%),
    linear-gradient(to bottom, #000 0%, #000 88%, rgba(0,0,0,.72) 96%, transparent 100%) !important;
  mask-image:
    linear-gradient(to right, transparent 0%, rgba(0,0,0,.30) 7%, #000 20%, #000 100%),
    linear-gradient(to bottom, #000 0%, #000 88%, rgba(0,0,0,.72) 96%, transparent 100%) !important;
  -webkit-mask-composite: source-in !important;
  mask-composite: intersect !important;
}
.home-hero-bg-v05 { --v65-hero-image: url('../../images/home-hero.png'); --v65-hero-pos: 72% center; }
.about-page .company-hero-bg,
.company-page .company-hero-bg { --v65-hero-image: url('../../images/about-hero.png'); --v65-hero-pos: 70% center; }
.rd-page .company-hero-bg { --v65-hero-image: url('../../images/rd-hero.png'); --v65-hero-pos: 70% center; }
.agrioptic-page .company-hero-bg { --v65-hero-image: url('../../images/agrioptic-hero.png'); --v65-hero-pos: 68% center; }
.luciet-page .company-hero-bg { --v65-hero-image: url('../../images/luciet-hero.png'); --v65-hero-pos: 70% center; }
.agrioptic-connect-page .company-hero-bg { --v65-hero-image: url('../../images/agrioptic-connect-hero.png'); --v65-hero-pos: 68% center; }
.company-hero h1 {
  color: rgba(255,255,255,.97) !important;
  text-shadow: 0 0 8px rgba(255,255,255,.14), 0 3px 18px rgba(0,0,0,.68) !important;
}
.company-hero .hero-copy {
  color: rgba(247,244,236,.84) !important;
  font-weight: 600 !important;
  text-shadow: 0 2px 14px rgba(0,0,0,.66) !important;
}
@media (max-width: 900px) {
  .company-hero-bg {
    inset: -40px 0 -4px 0 !important;
    opacity: .54 !important;
    background-position: center center !important;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 86%, rgba(0,0,0,.72) 95%, transparent 100%) !important;
    mask-image: linear-gradient(to bottom, #000 0%, #000 86%, rgba(0,0,0,.72) 95%, transparent 100%) !important;
  }
}

/* v73 R&D page repair: keep workflow as centred diagram-only block, with no R&D Engine copy panel. */
.rd-page .rd-workflow-section .section-inner {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 clamp(34px, 5vw, 68px);
}
.rd-page .rd-workflow-instruction {
  text-align: center;
  max-width: 980px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
}
.rd-page .rd-workflow-figure {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

.desktop-nav a.is-active, .desktop-nav .nav-item.is-active > a, .desktop-nav a[aria-current="page"] { color:#b9f06a !important; text-shadow:0 0 14px rgba(185,240,106,.22); }
.mobile-menu a.is-active, .mobile-menu a[aria-current="page"] { color:#b9f06a !important; }
.company-hero .hero-copy, .home-hero-copy-v05, .hero-copy { color:rgba(247,244,236,.84) !important; text-shadow:0 2px 14px rgba(0,0,0,.66) !important; }

/* v73 R&D page repair: keep workflow as centred diagram-only block, with no R&D Engine copy panel. */
.rd-page .rd-workflow-section .section-inner {
  width: min(1320px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 0 clamp(34px, 5vw, 68px);
}
.rd-page .rd-workflow-instruction {
  text-align: center;
  max-width: 980px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
}
.rd-page .rd-workflow-figure {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

/* web_redesign_4_v14: Technology page refresh */
.rd-page .company-hero-bg { --v65-hero-image: url('../../images/technology-hero.png') !important; --v65-hero-pos: 68% center !important; }
@media (min-width:981px) {
  .rd-page .company-hero-bg {
    background-image: url('../../images/technology-hero.png') !important;
    background-position: 58% center !important;
    width: 58% !important;
  }
}
@media (max-width:980px) {
  .rd-page .company-hero-bg { background-image: url('../../images/technology-hero.png') !important; background-position: 60% center !important; }
}
.rd-page .technology-pillars-v14 { padding-top: clamp(28px, 4vw, 52px); }
.rd-page .tech-section-head-v14 {
  max-width: var(--max);
  margin: 0 auto clamp(22px, 3vw, 34px);
  padding: 0 28px;
}
.rd-page .tech-section-head-v14 h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: .98;
  letter-spacing: -.06em;
}
.rd-page .tech-section-head-v14 p {
  margin: 0;
  max-width: 1120px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.65;
}
.rd-page .tech-pillars-grid-v14 {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px clamp(56px, 7vw, 92px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.rd-page .tech-pillar-card-v14 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: stretch;
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(127,184,234,.26);
  background: linear-gradient(105deg, rgba(5,20,34,.94), rgba(5,15,27,.86));
  box-shadow: 0 22px 58px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
}
.rd-page .tech-pillar-card-v14::before {
  content:'';
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 12% 50%, rgba(49,143,255,.12), transparent 34%), linear-gradient(90deg, rgba(0,0,0,.18), transparent 70%);
  pointer-events:none;
  z-index:1;
}
.rd-page .tech-pillar-card-v14 img {
  grid-column: 2;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  opacity: .92;
  position: relative;
  z-index: 0;
}
.rd-page .tech-pillar-card-v14::after {
  content:'';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width: 48%;
  background: linear-gradient(90deg, rgba(5,16,28,.98), rgba(5,16,28,.44) 30%, rgba(5,16,28,.04));
  pointer-events:none;
  z-index:1;
}
.rd-page .tech-pillar-copy-v14 {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  padding: clamp(26px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rd-page .tech-pillar-copy-v14 h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 42px);
  letter-spacing: -.045em;
  line-height: 1.08;
}
.rd-page .tech-pillar-copy-v14 p {
  margin: 0 0 20px;
  max-width: 640px;
  color: rgba(231,236,246,.92);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.55;
}
.rd-page .tech-pillar-list-v15 {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 28px;
}
.rd-page .tech-pillar-list-v15 li {
  color: rgba(231,236,246,.9);
  font-size: 15px;
  line-height: 1.35;
  position: relative;
  padding-left: 18px;
}
.rd-page .tech-pillar-list-v15 li::before {
  content:'';
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #41a6ff;
  position: absolute;
  left: 0;
  top: .55em;
  box-shadow: 0 0 12px rgba(65,166,255,.6);
}
.rd-page .tech-approach-v14 .home-what-grid-v04 {
  display: block !important;
  max-width: var(--max) !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.rd-page .tech-approach-v14 .what-copy-v04 {
  max-width: 1180px !important;
}
.rd-page .tech-approach-v14 .what-copy-v04 h2 {
  margin-bottom: 18px !important;
}
.rd-page .tech-approach-v14 .what-copy-v04 p {
  max-width: 1180px !important;
}
.rd-page .tech-approach-note-v14 {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(186,207,224,.92);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.7;
}
.rd-page .rd-workflow-section .section-inner { width: min(1500px, calc(100% - 40px)) !important; }
.rd-page .rd-workflow-instruction { text-align: left !important; max-width: 1180px !important; margin-left: 0 !important; }
.rd-page .rd-workflow-figure { max-width: 1460px !important; }
.rd-page .rd-workflow-figure img { max-width: 1460px !important; border-color: rgba(127,234,202,.34); }
.rd-page .rd-workflow-figure .rd-hotspot-sensing { left:1%; top:10%; width:19%; height:52%; }
.rd-page .rd-workflow-figure .rd-hotspot-core { left:23%; top:10%; width:38%; height:52%; }
.rd-page .rd-workflow-figure .rd-hotspot-trust { left:62.5%; top:10%; width:18%; height:49%; }
.rd-page .rd-workflow-figure .rd-hotspot-solutions { left:81.5%; top:9%; width:17%; height:53%; }
.rd-page .rd-workflow-figure .rd-hotspot-operating { left:1%; top:66%; width:60%; height:18%; }
.rd-page .rd-workflow-figure .rd-hotspot-ecosystem { left:62%; top:66%; width:37%; height:18%; }
.rd-page .rd-workflow-figure .rd-hotspot-principles { left:1%; top:88%; width:98%; height:10%; }
.rd-page .technology-detail-section-v14 { padding-top: 0; }
.rd-page .tech-detail-grid-v14 {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px clamp(72px, 8vw, 112px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.rd-page .tech-detail-card-v14 {
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.022));
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.rd-page .tech-detail-card-v14 h3 { margin: 0 0 12px; color: #fff; font-size: 26px; letter-spacing: -.04em; line-height: 1.1; }
.rd-page .tech-detail-card-v14 p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.68; }
.rd-page .tech-detail-card-v14 ul { list-style: none; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.11); display: grid; gap: 10px; }
.rd-page .tech-detail-card-v14 li { color: rgba(231,236,246,.88); font-size: 15px; line-height: 1.45; }
.rd-page .tech-detail-card-v14 li::before { content: '✓'; color: var(--accent); font-weight: 900; margin-right: 9px; }
@media (max-width: 1050px) {
  .rd-page .tech-detail-grid-v14 { grid-template-columns: 1fr; }
  .rd-page .tech-pillar-card-v14 { grid-template-columns: 1fr; max-width: 860px; margin: 0 auto; }
  .rd-page .tech-pillar-card-v14 img { grid-column: 1; grid-row: 1; min-height: 220px; }
  .rd-page .tech-pillar-card-v14::after { width: 100%; background: linear-gradient(180deg, rgba(5,16,28,.08), rgba(5,16,28,.95)); }
  .rd-page .tech-pillar-copy-v14 { grid-column: 1; grid-row: 1; justify-content: flex-end; min-height: 420px; }
  .rd-page .tech-pillar-list-v15 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width:700px) {
  .rd-page .tech-section-head-v14, .rd-page .tech-pillars-grid-v14, .rd-page .tech-detail-grid-v14, .rd-page .tech-approach-v14 .home-what-grid-v04 { padding-left: 20px !important; padding-right: 20px !important; }
  .rd-page .tech-pillar-copy-v14 { padding: 24px; min-height: 460px; }
  .rd-page .tech-pillar-list-v15 { grid-template-columns: 1fr; gap: 9px; }
}