
:root{--green:#10953c;--green-dark:#0d8636;--green-band:#0d8737;--yellow:#ffd84c;--bg:#f5f6f4;--ink:#1c2430;--muted:#5d6b7a;--slate:#64748b;--line:#e2e8e3;--card:#fff;--shadow:0 10px 35px rgba(17,24,39,.04);--ok:#1d7649;--r:0;--w:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block;height:auto}.container{width:min(var(--w),calc(100% - 48px));margin:0 auto}.section{position:relative;padding:64px 0}
.section.pattern::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.045;background-image:radial-gradient(#8dad94 .8px,transparent .8px);background-size:28px 28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:44px;padding:0 26px;border:0;font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;transition:.2s ease;white-space:nowrap;cursor:pointer}
.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark)}.btn-secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow)}.pill{display:inline-block;padding:5px 10px;margin:4px 6px 0 0;border-radius:0;background:#f6faf7;border:1px solid #d5e3d8;color:#2f5740;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}
.site-header{position:sticky;top:0;z-index:60;background:#0f973e;border-bottom:1px solid rgba(255,255,255,.1)}
.header-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0}.brand{font-size:34px;line-height:1;font-weight:900;letter-spacing:-.03em;white-space:nowrap}.brand .bella{color:#fff}.brand .ex{color:var(--yellow)}.nav{display:none;align-items:center;gap:20px;flex-wrap:wrap;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.95)}.nav a:hover{opacity:.78}.header-cta{display:flex;gap:10px;align-items:center;position:relative}.header-cta .btn{padding:0 16px}
.search-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;cursor:pointer;transition:.2s ease}.search-btn:hover{background:rgba(255,255,255,.10)}
.search-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:60;width:320px;max-width:min(320px,calc(100vw - 24px));display:none;border:1px solid #DCE7DE;background:#fff;color:var(--ink);box-shadow:0 18px 40px rgba(17,24,39,.14);padding:16px}
.search-panel.open{display:block}.search-box{display:flex;align-items:center;gap:8px;border:1px solid #E2E8F0;padding:10px 12px;background:#fff}.search-box input{width:100%;border:0;outline:0;background:transparent;box-shadow:none;padding:0;height:auto;font-size:14px;color:var(--ink)}
.search-results{margin-top:12px;max-height:280px;overflow:auto;display:grid;gap:8px}
.search-result{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid #E2E8F0;background:#fff;padding:12px;font-size:14px;color:#475569;cursor:pointer;transition:.2s ease}
.search-result:hover{border-color:#B7D9C0;background:#F8FBF9;color:var(--green)}.search-result .arrow{font-size:16px;line-height:1;color:#64748b}
.hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.1);background:linear-gradient(90deg,rgba(19,29,37,.94),rgba(26,37,46,.84)),linear-gradient(135deg,#495762 0%,#8e9498 55%,#b9b9b9 100%);color:#fff}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(16,149,60,.24),transparent 28%),radial-gradient(circle at top right,rgba(255,216,76,.1),transparent 20%)}.hero-grid{position:relative;display:grid;gap:40px;padding:56px 0 72px;grid-template-columns:1.08fr .92fr}.eyebrow{display:inline-block;margin-bottom:18px;padding:6px 12px;background:var(--green);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.hero h1{margin:0 0 12px;font-size:clamp(33px,4.2vw,53px);line-height:1.02;font-weight:900;letter-spacing:-.035em}.hero p{margin:0;color:rgba(255,255,255,.84);font-size:16px;line-height:1.95}
.quick-grid{display:grid;max-width:760px;gap:8px;grid-template-columns:repeat(4,1fr);margin-top:26px}
.quick-link{position:relative;overflow:hidden;display:flex;align-items:center;min-height:64px;padding:12px 16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.08);backdrop-filter:blur(2px);transition:.2s ease}
.quick-link:hover{border-color:#9bc5aa;background:rgba(255,255,255,.13)}.quick-link p{margin:0;font-size:13px;font-weight:700;line-height:1.45;color:rgba(255,255,255,.88)}.quick-link::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--green)}
.hero-actions{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px}.hero .btn-secondary,.header-cta .btn-secondary,.turnkey .btn-secondary{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.28);color:#fff}.hero .btn-secondary:hover,.header-cta .btn-secondary:hover,.turnkey .btn-secondary:hover{background:rgba(255,255,255,.15)}
.hero-media{margin-top:18px;border:1px solid rgba(255,255,255,.2);overflow:hidden;background:rgba(0,0,0,.2)}.hero-media img{aspect-ratio:16/9;object-fit:cover;width:100%}.hero-media figcaption{padding:9px 11px;font-size:12px;color:rgba(255,255,255,.72);border-top:1px solid rgba(255,255,255,.14)}
.hero-form{width:100%;max-width:420px;justify-self:end;padding:20px 20px 16px;background:#fff;color:var(--ink);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 50px rgba(0,0,0,.18)}.hero-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.hero-form h2{margin:0;font-size:22px;font-weight:900;letter-spacing:-.03em;text-transform:uppercase;line-height:1.35}.hero-form p{margin:0 0 12px;color:var(--muted);font-size:14px}.short-tag{min-width:78px;padding:8px 12px;background:var(--green);color:#fff;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;line-height:1.4;text-align:center}
.hero-form form{display:grid;gap:14px}
label{display:block;margin:9px 0 5px;font-size:12px;font-weight:700;color:#233d56;letter-spacing:.08em;text-transform:uppercase}input,textarea{width:100%;border:1px solid var(--line);border-radius:0;padding:11px 12px;font:inherit;color:var(--ink)}textarea{min-height:94px;resize:vertical}input:focus,textarea:focus{outline:none;border-color:#b7d9c0;box-shadow:0 0 0 3px rgba(16,149,60,.1)}
.error{border-color:#ba3131!important;background:#fff7f7!important}.form-actions{margin-top:0;display:grid;gap:8px}.form-note{margin:4px 0 0;font-size:12px;color:#607386}.form-status{margin:2px 0 0;min-height:19px;font-size:12px;color:#67788a}.form-status.success{color:var(--ok)}.form-status.error{color:#a32b2b}
.hero-form .form-note,.hero-form .form-status{display:none}
.proof{background:var(--green-band);color:#fff;padding:16px 0}.proof-strip-grid{max-width:1160px;margin:0 auto;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.proof-item{min-height:92px;border:1px solid rgba(255,255,255,.08);background:#15843b;padding:16px 24px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);text-align:left;display:flex;flex-direction:column;justify-content:center}.proof-item strong{display:block;color:var(--yellow);font-size:24px;line-height:1;font-weight:900;letter-spacing:-.03em}.proof-item span{margin-top:8px;font-size:12px;line-height:1.35;color:rgba(255,255,255,.95)}
.section h2{margin:0 0 9px;font-size:clamp(30px,4vw,42px);line-height:1.05;font-weight:900;letter-spacing:-.04em}.intro{margin:16px 0 0;color:var(--muted);max-width:860px;font-size:15px;line-height:1.9}.grid2,.grid3,.grid4{display:grid;gap:14px;margin-top:18px}.feature{padding:20px}.feature h3{margin:0 0 7px;font-size:1.04rem;font-weight:800}.feature p,.feature li{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.feature ul{margin:0;padding-left:18px;display:grid;gap:6px}
.section-title{margin:8px 0 0;font-size:clamp(30px,4vw,42px);line-height:1.05;font-weight:900;letter-spacing:-.04em;color:var(--ink)}
.section-desc{margin:16px 0 0;max-width:780px;font-size:15px;line-height:1.9;color:var(--muted)}
.spec-wrap{margin-top:18px;overflow:auto;border:1px solid var(--line);border-radius:0;background:#fff}.spec{width:100%;min-width:680px;border-collapse:collapse;table-layout:fixed}.spec th,.spec td{padding:11px 12px;border-bottom:1px solid #e5ebe6;text-align:left;font-size:14px;vertical-align:top}.spec th{width:28%;background:#f8fbf9}.spec tr:last-child th,.spec tr:last-child td{border-bottom:0}
.turnkey{padding:26px 22px;border-radius:0;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);color:var(--ink)}.turnkey h2{color:var(--ink)}.turnkey p{margin:0;color:#4e6174}
.turnkey .feature{background:#f5f8f6!important;border:1px solid #d9e4db!important}
.turnkey .feature h3{color:#17324d!important}
.turnkey .feature p{color:#5d6b7a!important}
.turnkey .btn-secondary{background:#fff;border:1px solid #cfd8d2;color:#17324d}
.turnkey .btn-secondary:hover{background:#f5f8f6}
.faq-list{margin-top:18px;display:grid;gap:10px}.faq{border:1px solid var(--line);border-radius:0;background:#fff;overflow:hidden}.faq-q{width:100%;text-align:left;border:0;background:#fff;padding:14px 15px;font-size:14px;font-weight:700;color:#17324d;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-q span{font-size:1.18rem;color:#3a5f83;transition:.2s}.faq-q[aria-expanded="true"] span{transform:rotate(45deg)}.faq-a{display:none;padding:0 15px 14px;color:var(--muted);font-size:14px;line-height:1.75}.faq-a.open{display:block}
.resource{padding:20px;display:flex;flex-direction:column;gap:9px}.resource h3{margin:0;font-size:1rem;font-weight:800}.resource p{margin:0;color:var(--muted);font-size:14px;line-height:1.75;flex:1}.resource a{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#1d4566}
.metric{display:flex;align-items:baseline;gap:6px;font-size:20px;font-weight:900;color:#17324d}
.metric small{font-size:12px;font-weight:700;color:#5b6f82;text-transform:uppercase;letter-spacing:.08em}
.icon-pill{width:38px;height:38px;border-radius:0;display:inline-flex;align-items:center;justify-content:center;background:#e9f4ec;border:1px solid #cfe4d4;color:var(--green);font-weight:900}
.icon-card{display:flex;flex-direction:column;gap:10px}
.icon-card h3{margin:0;font-size:1.02rem;font-weight:800}
.icon-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}
.adv-grid{display:grid;gap:14px;margin-top:18px}
.adv-item{padding:18px 20px;display:grid;grid-template-columns:1fr 220px;gap:18px;align-items:center}
.adv-content{min-width:0}
.adv-thumb{height:136px;border:1px solid #d3dde6;background:linear-gradient(180deg,#f8fbfd,#eef4f8);display:flex;align-items:center;justify-content:center;color:#5e7388;font-size:11px;letter-spacing:.1em;text-transform:uppercase;overflow:hidden;border-radius:8px;box-shadow:0 10px 20px rgba(17,24,39,.08);padding:6px}
.adv-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}
.scenario-grid{display:grid;gap:10px;margin-top:14px}
.scenario-item{padding:14px 16px;border:1px solid #d7e2d8;background:#fff;color:#375068}
.scenario-title{margin:0;font-size:23px;font-weight:900;line-height:1.15;color:#17324d;letter-spacing:-.02em}
.scenario-desc{margin:4px 0 0;font-size:17px;line-height:1.25;color:#375068;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tabs{margin-top:18px}
.tech-head{display:grid;gap:18px;grid-template-columns:1fr 220px;align-items:start}
.tech-thumb{height:138px;border:1px solid #dbe3ea;background:linear-gradient(180deg,#f9fbfd,#f1f5f8);display:flex;align-items:center;justify-content:center;color:#5e7388;font-size:12px;letter-spacing:.1em;text-transform:uppercase;overflow:hidden;border-radius:10px;box-shadow:0 8px 14px rgba(17,24,39,.05);padding:6px}
.tech-thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px;opacity:.96}
.zoomable{cursor:zoom-in;transition:transform .22s ease, filter .22s ease}
.zoomable:hover{transform:scale(1.02);filter:saturate(1.05)}
.tabs-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.tech-detail-btn{
  height:38px;
  padding:0 16px;
  background:#eaf6ef !important;
  color:#0f5d30 !important;
  border:1px solid #8fc2a3 !important;
  box-shadow:0 2px 8px rgba(15,93,48,.08) !important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease;
}

.tech-detail-btn:hover{
  background:#dff1e7 !important;
  border-color:#64aa82 !important;
  color:#0b4f28 !important;
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(15,93,48,.14) !important;
}
.tech-detail-btn:active{
  transform:translateY(0) scale(.98);
  box-shadow:0 2px 6px rgba(15,93,48,.12) !important;
}
.tab-bar{display:flex;gap:8px;flex-wrap:wrap}
.tab-btn{border:1px solid var(--line);background:#fff;color:#17324d;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;padding:8px 12px;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}
.tab-btn:hover{border-color:#b5d3bf;background:#f7fbf8;color:#15482a;transform:translateY(-1px);box-shadow:0 3px 8px rgba(16,47,31,.08)}
.tab-btn:active{transform:translateY(0) scale(.98);box-shadow:0 1px 4px rgba(16,47,31,.08)}
.tab-btn.active{border-color:#7db191;background:#edf7f0;color:#0c4f2a;box-shadow:inset 0 0 0 1px rgba(14,99,53,.12);transform:translateY(0)}
.tab-panel{display:none;margin-top:12px}
.tab-panel.active{display:block}
.spec-grid{display:grid;gap:12px}
.spec-card{padding:16px}
.spec-card h4{margin:0 0 6px;font-size:.95rem;font-weight:800}
.spec-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.material-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line)}
.material-table th,.material-table td{padding:11px 12px;border-bottom:1px solid #e5ebe6;text-align:left;font-size:14px}
.material-table th{background:#f8fbf9}
.material-note{margin-top:10px;color:#607386;font-size:13px}
.case-scroll{margin-top:16px;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:12px;overflow:auto;padding-bottom:6px}
.case-card{border:1px solid var(--line);background:#fff;padding:12px;display:grid;gap:8px}
.case-thumb{height:120px;background:#e6edf0;border:1px dashed #b9c7d0;display:flex;align-items:center;justify-content:center;color:#6a7d8f;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.app-case-scroll{grid-auto-flow:unset;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}
.app-case-card{border:1px solid var(--line);background:#fff;padding:12px;display:grid;gap:10px}
.app-case-thumb{height:170px;background:linear-gradient(180deg,#f8fbfd,#eef4f8);border:1px solid #d4dee6;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;box-shadow:0 10px 20px rgba(17,24,39,.06);padding:6px}
.app-case-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}
.app-case-thumb.bottom-focus img{object-position:center bottom}
.app-case-thumb.contain img{object-fit:contain;background:#fff}
.app-case-title{margin:0;font-size:1.05rem;font-weight:800;color:#162f47;line-height:1.35}
.machine-gallery{margin-top:24px;display:grid;gap:18px}
.machine-gallery-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.machine-gallery-filter{height:40px;padding:0 18px;border:1px solid #bfd6c7;background:#fff;color:#1f4155;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.machine-gallery-filter:hover{border-color:#6ca382;background:#f1f8f4;color:#0e5f34;transform:translateY(-1px)}
.machine-gallery-filter.is-active{background:#10953c;border-color:#10953c;color:#fff}
.machine-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.machine-gallery-card{min-width:0;opacity:1;transform:translateY(0) scale(1);transition:opacity .1s ease,transform .1s ease}
.machine-gallery-card.is-filtering-out{opacity:0;transform:translateY(2px) scale(.996);animation:machineGalleryFadeOut var(--filter-out-ms,90ms) ease forwards;animation-delay:calc(var(--fadeout-index,0) * var(--filter-out-stagger-ms,0ms))}
.machine-gallery-card.is-hidden{display:none}
.machine-gallery-card.is-filtering-in{opacity:0;transform:translateY(8px) scale(.997);animation:machineGalleryFadeIn var(--filter-in-ms,190ms) cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--stagger-index,0) * var(--filter-in-stagger-ms,18ms))}
@keyframes machineGalleryFadeOut{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(2px) scale(.996)}}
@keyframes machineGalleryFadeIn{from{opacity:0;transform:translateY(8px) scale(.997)}to{opacity:1;transform:translateY(0) scale(1)}}
.machine-gallery-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:#dce7e1;cursor:zoom-in;outline:none}
.machine-gallery-media img{width:100%;height:100%;object-fit:cover;transition:transform .34s cubic-bezier(.22,1,.36,1)}
.machine-gallery-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:11px;padding:18px;background:linear-gradient(145deg,rgba(11,73,52,.62),rgba(7,84,74,.56) 56%,rgba(6,44,76,.52));opacity:0;pointer-events:none;transition:opacity .24s ease}
.machine-gallery-overlay h3{margin:0;color:#fff;font-size:1.01rem;line-height:1.15;font-weight:700;text-align:center;transform:translateY(-10px)}
.machine-gallery-actions{display:flex;align-items:center;justify-content:center;gap:12px;transform:translateY(-10px)}
.machine-gallery-action{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.06);color:#fff;transition:background-color .2s ease,color .2s ease,transform .2s ease}
.machine-gallery-action:hover{background:#fff;color:#0e5138;transform:translateY(-1px)}
.machine-gallery-action svg{width:20px;height:20px}
.machine-gallery-mobile-jump{position:absolute;top:10px;right:10px;width:42px;height:42px;display:none;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.9);background:rgba(10,54,39,.55);color:#fff;z-index:4}
.machine-gallery-mobile-jump svg{width:18px;height:18px}
.machine-gallery-card:hover .machine-gallery-overlay,.machine-gallery-card:focus-within .machine-gallery-overlay{opacity:1;pointer-events:auto}
.machine-gallery-card:hover .machine-gallery-media img,.machine-gallery-card:focus-within .machine-gallery-media img{transform:scale(1.04)}
.machine-gallery-media:focus-visible{box-shadow:0 0 0 3px rgba(16,149,60,.28)}
@media (max-width:900px){.machine-gallery-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.machine-gallery-filter{flex:0 0 auto}.machine-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}
@media (hover:none), (pointer:coarse){.machine-gallery-overlay{opacity:0 !important;pointer-events:none !important}.machine-gallery-mobile-jump{display:inline-flex}}
@media (prefers-reduced-motion:reduce){.machine-gallery-card,.machine-gallery-media img,.machine-gallery-overlay,.machine-gallery-filter{transition:none}.machine-gallery-card.is-filtering-in,.machine-gallery-card.is-filtering-out{animation:none;opacity:1;transform:none}}
.integration-paths{display:grid;gap:14px;margin-top:26px}
.integration-path{padding:20px}
.integration-path h3{margin:0 0 8px;font-size:1.02rem;font-weight:800}
.integration-path p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}
.integration-path ul{margin:10px 0 0;padding-left:18px;display:grid;gap:6px}
.integration-path li{color:var(--muted);font-size:14px;line-height:1.75}
.integration-bridge{margin-top:14px;padding:16px 18px;border:1px solid #0f8f3a;background:rgba(16,149,60,.08)}
.integration-bridge p{margin:0;font-size:14px;line-height:1.8;color:#23523a}
.integration-bridge a{color:var(--green);font-weight:800}
.split{display:grid;gap:18px;margin-top:18px}
.section-bar{padding:16px 0;border-bottom:1px solid var(--line);font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;color:#0f5d30}
.video-card{border:1px solid var(--line);background:#fff;overflow:hidden}
.video-frame{position:relative;aspect-ratio:16/9;background:#0f1f2c;display:flex;align-items:center;justify-content:center}
.video-frame span{color:#fff;border:1px solid rgba(255,255,255,.4);padding:8px 14px;letter-spacing:.12em;text-transform:uppercase;font-size:11px}
.proof-grid-2{display:grid;gap:14px;margin-top:18px}
.download-list{display:grid;gap:10px}
.download-item{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);padding:12px;background:#fff;font-size:14px;color:#26435b}
.download-item span{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#0f5d30}
.cta-inline{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}
.why-section{background:#102821;color:#fff}
.why-grid{min-height:360px;display:grid;grid-template-columns:.4fr .6fr}
.why-left{position:relative;overflow:hidden;background:linear-gradient(135deg,#0E241E 0%,#14342B 52%,#1B3E34 100%)}
.why-left::before{content:"";position:absolute;inset:0;opacity:.06;background-image:radial-gradient(#6b7280 .8px,transparent .8px);background-size:32px 32px}
.why-left::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(16,149,60,.18),transparent 28%),linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.12))}
.why-left-inner{position:relative;height:100%;display:flex;align-items:center;justify-content:flex-start;padding:56px 64px}
.why-left p{margin:0;font-size:44px;line-height:1;font-weight:500;letter-spacing:-.03em;text-transform:uppercase}
.why-right{position:relative;min-height:360px;overflow:hidden;background:#E5EBE6}
.why-video-label{position:absolute;left:20px;top:16px;z-index:10;color:rgba(255,255,255,.90)}
.why-video-label p{margin:0;font-size:13px;font-weight:600}.why-video-label small{display:block;margin-top:2px;font-size:12px;color:rgba(255,255,255,.72)}
.why-right iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#E5EBE6}
.vertical-links{position:absolute;top:16px;right:12px;z-index:10;display:flex;flex-direction:column;gap:8px}
.vertical-links a{padding:12px 8px;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;transition:.2s ease}
.vertical-links a:first-child{background:rgba(0,0,0,.70);color:#fff}.vertical-links a:first-child:hover{background:rgba(0,0,0,.80)}
.vertical-links a:last-child{background:#ff2a24;color:#fff}.vertical-links a:last-child:hover{background:#e12621}
.benefit-grid{display:grid;gap:24px;margin-top:40px;grid-template-columns:repeat(4,1fr)}
.benefit-card{padding:24px}
.benefit-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#E8F6EC;color:var(--green);margin-bottom:20px}
.benefit-card h3{margin:0;font-size:18px;font-weight:900;color:var(--ink)}
.benefit-card p{margin:16px 0 0;font-size:14px;line-height:2;color:var(--muted)}
.proof-grid{display:grid;gap:24px;margin-top:40px;grid-template-columns:repeat(2,1fr)}
.proof-card-link{display:block;overflow:hidden;border:1px solid #E3E8E3;background:#fff;box-shadow:0 12px 35px rgba(17,24,39,.04);transition:.2s ease}
.proof-card-link:hover{transform:translateY(-1px);box-shadow:0 16px 40px rgba(17,24,39,.07)}
.proof-card{display:grid;min-height:218px;grid-template-columns:78px 1fr}
.proof-side{display:flex;align-items:center;justify-content:center;color:#fff}
.proof-side.green{background:linear-gradient(180deg,#14913C,#0E7E35)}.proof-side.deep{background:linear-gradient(180deg,#0E4124,#0A2E1A)}
.proof-side svg{width:28px;height:28px}
.proof-body{padding:28px}
.proof-body h3{margin:0;font-size:24px;line-height:1.15;font-weight:900;letter-spacing:-.03em;color:#163129}
.proof-sub{margin:12px 0 0;font-size:13px;font-weight:600;line-height:1.7;color:var(--green)}
.proof-list{display:grid;gap:10px;margin-top:18px}
.proof-item-row{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.8;color:var(--muted)}
.proof-item-row svg{flex:0 0 auto;width:16px;height:16px;margin-top:6px;color:var(--green)}
.cases-grid{display:grid;gap:24px;margin-top:40px;grid-template-columns:.95fr 1.05fr;align-items:start}
.project-video-card{overflow:hidden}
.project-video-inner{position:relative;min-height:430px;overflow:hidden;border:1px solid #DDEFE2;background:#000}
.project-video-label{position:absolute;left:20px;top:20px;z-index:10;padding:14px 18px;background:rgba(255,255,255,.92);color:#64748B;font-size:18px;font-weight:600;box-shadow:0 4px 12px rgba(17,24,39,.06);backdrop-filter:blur(4px)}
.project-video-label p{margin:0;font-size:18px;font-weight:600;color:#64748B}.project-video-label small{display:block;margin-top:4px;font-size:12px;font-weight:500;color:#64748B;opacity:.82;line-height:1.35}
.project-video-inner iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.case-stack{display:grid;gap:20px}
.case-card{overflow:hidden}
.case-grid{display:grid;gap:20px;padding:24px;grid-template-columns:240px 1fr;align-items:start}
.case-thumb{width:100%;height:168px;background:linear-gradient(180deg,#f8fbfd,#eef4f8);border:1px solid #d3dde6;display:flex;align-items:center;justify-content:center;color:#6a7d8f;font-size:12px;text-transform:uppercase;letter-spacing:.08em;border-radius:8px;box-shadow:0 10px 20px rgba(17,24,39,.06);padding:6px}
.case-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}
.badge{display:inline-flex;padding:8px 16px;border-radius:999px;background:#E8F6EC;font-size:14px;font-weight:700;letter-spacing:-.01em;color:var(--green)}
.case-card h3{margin:16px 0 0;font-size:24px;line-height:1.12;font-weight:900;letter-spacing:-.03em;color:#163129}
.case-card p{margin:14px 0 0;font-size:16px;line-height:1.7;color:var(--slate)}
.case-link{margin-top:20px;display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:900;color:var(--green);transition:.2s ease}
.case-link:hover{color:var(--green-dark)}
#contact-reasons{padding-top:78px;padding-bottom:76px}
#contact-reasons .section-title{margin-top:10px}
#contact-reasons .section-desc{max-width:900px;margin-top:17px;font-size:16px;line-height:1.82;color:#516271}
.trust-content-wrap{max-width:1140px}
.trust-proof-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:34px;border:1px solid #dbe5de;background:#fbfcfb}
.trust-proof-item{display:grid;grid-template-columns:34px 1fr;grid-template-areas:"icon value" "icon label";column-gap:10px;row-gap:2px;padding:14px 16px 13px;border-right:1px solid #d8e5db}
.trust-proof-item:last-child{border-right:0}
.trust-proof-icon{grid-area:icon;width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:#557264;background:transparent;border:0;margin-top:1px}
.trust-proof-icon svg{width:17px;height:17px}
.trust-proof-value{grid-area:value;margin:0;font-size:20px;line-height:1.1;font-weight:900;color:#173127;letter-spacing:-.02em}
.trust-proof-label{grid-area:label;margin:0;font-size:11px;line-height:1.42;color:#66776d}
.trust-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}
.trust-card{padding:30px 24px 24px;border-color:#dbe5de;box-shadow:none;background:#fff;display:flex;flex-direction:column}
.trust-card-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#f1f6f2;color:#587468}
.trust-card-icon svg{width:18px;height:18px}
.trust-card h3{margin:16px 0 0;font-size:22px;line-height:1.22;font-weight:900;letter-spacing:-.02em;color:#162f27}
.trust-card p{margin:13px 0 0;font-size:15px;line-height:1.8;color:#4f6170}
#cases{padding-top:88px;padding-bottom:82px;background:linear-gradient(180deg,#ffffff 0%,#f5f8f6 100%)}
#cases.section.pattern::before{opacity:.03}
#cases .section-title{margin-top:10px}
#cases .section-desc{max-width:900px;margin-top:17px;font-size:16px;line-height:1.82;color:#516271}
.project-support-grid{display:grid;grid-template-columns:.48fr .52fr;gap:20px;align-items:stretch;margin-top:36px}
.project-support-visual{position:relative;overflow:hidden;border:1px solid #d4e0d7;box-shadow:none;background:#f1f6f2}
.project-support-visual::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#f0c93c}
.project-support-visual-tag{position:absolute;left:14px;top:14px;z-index:2;padding:4px 8px;background:rgba(11,29,19,.55);color:#f4f8f5;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.project-support-visual img{width:100%;height:100%;min-height:494px;object-fit:cover}
.project-support-visual figcaption{padding:12px 14px;border-top:1px solid #d9e5dc;color:#63756b;font-size:11px;line-height:1.5;background:#fff}
.project-support-stack{display:grid;gap:12px;align-content:start}
.project-support-system{border:1px solid #d8e3db;background:#fff}
.project-support-row{display:grid;grid-template-columns:56px 1fr;column-gap:14px;padding:20px 18px}
.project-support-row + .project-support-row{border-top:1px solid #e2eae4}
.project-support-seq{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #d2ddd5;background:#f9fbfa;color:#546f62;font-size:10px;font-weight:800;letter-spacing:.08em}
.project-support-row-body{min-width:0}
.project-support-row-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.project-support-icon{width:18px;height:18px;flex:0 0 auto;color:#6a8376}
.project-support-icon svg{width:18px;height:18px}
.project-support-row h3{margin:0;font-size:20px;line-height:1.2;font-weight:900;letter-spacing:-.02em;color:#19332b}
.project-support-row p{margin:8px 0 0;font-size:15px;line-height:1.72;color:#4f6170}
.project-support-cta-line{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:2px 2px 0}
.project-support-cta-line a{color:#325c46;font-size:13px;font-weight:600;letter-spacing:.02em;line-height:1.4;text-decoration:none;border-bottom:1px solid transparent;transition:.2s ease}
.project-support-cta-line a:hover{color:#0f7f47;border-bottom-color:#0f7f47}
.project-support-cta-line span{color:#9bab9f;font-size:12px;line-height:1}
.faq-grid{display:grid;gap:24px;margin-top:40px;grid-template-columns:.92fr 1.08fr}
.faq-list{display:grid;gap:16px}
.faq-card{padding:20px}
.faq-row{display:flex;gap:16px}
.faq-num{width:32px;height:32px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--green);color:#fff;font-size:14px;font-weight:700}
.faq-card h3{margin:0;font-size:14px;line-height:1.7;font-weight:900;color:var(--ink)}
.faq-card p{margin:10px 0 0;font-size:14px;line-height:1.95;color:var(--muted)}
.downloads-card{overflow:hidden}
.downloads-head{padding:20px 24px;background:var(--green);color:#fff}
.downloads-head h3{margin:0;font-size:30px;line-height:1.05;font-weight:900;letter-spacing:-.03em}
.downloads-head p{margin:10px 0 0;font-size:14px;line-height:1.7;color:rgba(255,255,255,.85)}
.download-link{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-top:1px solid #E2E8F0;font-size:14px;color:#475569;transition:.2s ease}
.download-link:hover{background:#F8FBF9;color:var(--green)}
.download-bottom{padding:16px}
.download-round{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--green);color:#fff;transition:.2s ease}
.download-round:hover{background:var(--green-dark)}
.final-section{background:#ECEDEC}
.final-wrap{overflow:hidden;background:var(--green);box-shadow:0 15px 45px rgba(16,149,60,.12)}
.final-grid{display:grid;gap:24px;padding:40px;color:#fff;grid-template-columns:.78fr 1.22fr}
.final-label{margin:0;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.70)}
.final-title{margin:12px 0 0;font-size:clamp(34px,4vw,44px);line-height:1.05;font-weight:900;letter-spacing:-.04em}
.final-copy{margin:16px 0 0;font-size:14px;line-height:1.9;color:rgba(255,255,255,.90)}
.contact-list{display:grid;gap:12px;margin-top:24px}
.contact-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:rgba(255,255,255,.92);transition:.2s ease}
.contact-link:hover{color:#fff}.contact-link svg{width:16px;height:16px}
.final-form{background:#fff;color:var(--ink);padding:24px;box-shadow:0 12px 30px rgba(17,24,39,.06)}
.final-form-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}
.tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.tag{padding:6px 12px;border:1px solid #E2E8F0;background:#fff;font-size:12px;font-family:inherit;color:#475569;cursor:pointer;appearance:none;-webkit-appearance:none}
.tag.active{border-color:var(--green);background:var(--green);color:#fff}
.lead-wrap{padding:20px;margin-top:18px}.lead-grid{display:grid;gap:10px}.lead-actions{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}
footer{background:#fff;color:#5d6b7a;margin-top:34px}
.footer-top{padding:28px 0;border-top:1px solid #E2E8E0}
.footer-grid{display:grid;gap:12px;align-items:center}
.footer-brand{margin:0;font-size:13px;line-height:1.7;color:#5d6b7a}
.footer-grid a{color:#40526a;text-decoration:none}
.footer-links{display:flex;gap:26px;flex-wrap:wrap;font-size:16px;letter-spacing:0;text-transform:none;color:#5d6b7a;justify-content:flex-end}
.footer-logo{display:inline-block;font-size:50px;font-weight:900;letter-spacing:-.03em;line-height:1}
.footer-logo .bella{color:#10953c}
.footer-logo .ex{color:#f0c93c}
.footer-logo-link{display:inline-block}
.footer-bottom{background:#10953c;color:#fff;text-align:center;padding:10px 12px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.floating-contact{position:fixed;right:18px;bottom:18%;z-index:75;display:none;width:56px}
.floating-contact-toggle{position:relative;width:56px;height:56px;border-radius:50%;border:1px solid #dbe3dd;background:#fff;box-shadow:0 6px 14px rgba(15,23,42,.14);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.floating-contact-toggle:active{transform:scale(.92)}
.floating-contact-toggle::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#22c55e,#10953c);transform:translateX(-105%);transition:transform .24s ease}
.floating-contact-toggle .wa-icon{position:relative;z-index:1;width:24px;height:24px;color:#1fb860;transition:color .24s ease}
.floating-contact-menu{position:absolute;top:66px;right:0;width:220px;margin-top:0;display:grid;gap:8px;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.floating-contact.is-open .floating-contact-menu{opacity:1;transform:translateY(0);pointer-events:auto}
.floating-contact.is-open .floating-contact-toggle{animation:floatingTap .2s ease}
.floating-contact-link{display:block;padding:10px 12px;border:1px solid #dde5ec;border-radius:18px;color:#153148;font-size:13px;text-decoration:none;background:#fff;box-shadow:0 4px 10px rgba(15,23,42,.08);transition:background .2s ease}
.floating-contact-link:hover{background:#f5f8fb}
@keyframes floatingTap{0%{transform:scale(1)}50%{transform:scale(.92)}100%{transform:scale(1)}}
@media (hover:hover) and (pointer:fine){.floating-contact-toggle:hover{transform:scale(1.06);box-shadow:0 10px 18px rgba(16,149,60,.25)}.floating-contact-toggle:hover::before{transform:translateX(0)}.floating-contact-toggle:hover .wa-icon{color:#fff}}
.mobile-cta{position:fixed;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom, 0px));z-index:80;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px;background:rgba(255,255,255,.96);border:1px solid #e3e8ee;box-shadow:0 -2px 10px rgba(15,23,42,.08)}
.mobile-cta .btn{height:36px;padding:0 8px;font-size:10px;letter-spacing:.09em}
.mobile-cta .btn-primary{background:#10953c;border:1px solid #10953c;color:#fff}
.mobile-cta .btn-secondary{background:#fff;border:1px solid #b9d8c3;color:#10953c}
.lightbox{position:fixed;inset:0;background:rgba(6,16,25,.86);display:none;align-items:center;justify-content:center;z-index:120;padding:24px}
.lightbox.open{display:flex}
.lightbox-dialog{position:relative;width:min(1240px,96vw);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center}
.lightbox-figure{margin:0;display:grid;gap:12px;justify-items:center}
.lightbox-figure img{max-width:min(1080px,90vw);max-height:80vh;border-radius:10px;border:1px solid rgba(255,255,255,.28);box-shadow:0 22px 58px rgba(0,0,0,.4);background:#0b1f18}
.lightbox-title{margin:0;color:rgba(255,255,255,.9);font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.lightbox-close{position:absolute;top:-8px;right:-8px;width:42px;height:42px;border:1px solid rgba(255,255,255,.48);background:rgba(255,255,255,.08);color:#fff;font-size:30px;line-height:1;cursor:pointer;border-radius:999px;z-index:3}
.lightbox-close:hover{background:rgba(255,255,255,.18)}
.lightbox-nav{width:44px;height:44px;border:1px solid rgba(255,255,255,.48);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease}
.lightbox-nav:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}
.lightbox-nav[disabled]{opacity:.36;cursor:default;transform:none}
.lightbox-nav svg{width:22px;height:22px}
@media (max-width:900px){.lightbox{padding:16px}.lightbox-dialog{grid-template-columns:1fr}.lightbox-figure img{max-height:72vh;max-width:92vw}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-close{top:8px;right:8px;background:rgba(10,20,30,.45)}}
@media (min-width:700px){.proof-strip-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid4{grid-template-columns:repeat(4,minmax(0,1fr))}.lead-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:2fr 1fr}.adv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scenario-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1.05fr .95fr}.proof-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-paths{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:980px){.nav{display:flex}.hero-grid{grid-template-columns:1.08fr .92fr;align-items:start}.section{padding:72px 0}.mobile-cta{display:none}.floating-contact{display:block}}
@media (max-width:1080px){.hero-grid{grid-template-columns:1fr}.proof-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-form{justify-self:start}.search-panel{right:0;left:auto}.quick-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:860px){.nav{display:none}.search-panel{width:min(320px,calc(100vw - 24px));right:-6px}}
@media (max-width:979px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom, 0px))}.header-cta .btn-secondary{display:none}}
@media (max-width:979px){.floating-contact{display:none}}
@media (max-width:1100px){.why-grid{grid-template-columns:1fr}.why-left p{font-size:32px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.cases-grid{grid-template-columns:1fr}.case-grid{grid-template-columns:1fr}}
@media (max-width:900px){.proof-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.final-grid{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start;font-size:15px;gap:16px}.footer-logo{font-size:40px}.adv-item{grid-template-columns:1fr}.tech-head{grid-template-columns:1fr}}
@media (max-width:900px){.app-case-scroll{grid-template-columns:1fr}.app-case-thumb{height:190px}}
@media (max-width:1100px){
  .trust-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:980px){
  .trust-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
  .trust-proof-item:nth-child(2n){border-right:0}
  .trust-proof-item:nth-child(-n+2){border-bottom:1px solid #d8e5db}
  .project-support-grid{grid-template-columns:1fr}
  .project-support-visual img{min-height:352px}
}
@media (max-width:900px){
  #contact-reasons{padding-top:60px;padding-bottom:58px}
  #cases{padding-top:62px;padding-bottom:60px}
  #contact-reasons .section-desc,
  #cases .section-desc{font-size:15px;line-height:1.76}
  .trust-cards-grid{grid-template-columns:1fr}
  .trust-card{padding:20px 16px 18px}
  .project-support-row{grid-template-columns:44px 1fr;column-gap:10px;padding:16px 14px}
  .project-support-seq{width:26px;height:26px;font-size:9px}
  .trust-card h3,.project-support-row h3{font-size:19px}
  .trust-card p,.project-support-row p{font-size:14px;line-height:1.7}
  .project-support-cta-line{gap:8px;padding-top:2px}
  .project-support-cta-line a{font-size:12px}
  .project-support-visual-tag{left:10px;top:10px}
  .tech-thumb{
    height:auto;
    aspect-ratio:16 / 9;
  }
  .tech-thumb img{
    object-fit:contain;
    background:#fff;
  }
  .final-wrap,
  .final-grid,
  .final-form{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }
  .final-grid{
    grid-template-columns:1fr;
    padding:32px 24px;
  }
  .final-form{
    justify-self:center;
    margin:0 auto;
    padding:22px 18px;
    overflow:hidden;
  }
  .final-form-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .final-form input,
  .final-form textarea,
  .final-form .btn{
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }
  .final-form textarea{
    display:block;
  }
}
/* Hero Redesign v2 (header + hero + proof only) */
:root{
  --hero-nav-height:74px;
}
html{
  scroll-padding-top:88px;
}
.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:90;
  background:linear-gradient(180deg,rgba(8,12,15,.36),rgba(8,12,15,.16));
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(255,255,255,.06);
  transition:background-color .26s ease, border-color .26s ease, box-shadow .26s ease, backdrop-filter .26s ease;
}
.site-header.is-scrolled{
  background:#377B2A;
  border-bottom:1px solid rgba(255,255,255,.16);
  box-shadow:0 6px 18px rgba(17,24,39,.10);
  backdrop-filter:none;
}
.header-inner{
  min-height:var(--hero-nav-height);
  padding:10px 0;
}
.nav{
  gap:24px;
  font-size:11px;
  letter-spacing:.11em;
  color:rgba(255,255,255,.88);
}
.nav a{
  position:relative;
  padding:5px 0;
}
.nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:1px;
  background:rgba(255,255,255,.48);
  opacity:0;
  transition:opacity .2s ease;
}
.nav a:hover{
  color:#fff;
}
.nav a:hover::after{
  opacity:1;
}
.header-cta .btn-primary{
  height:40px;
  padding:0 16px;
  background:rgba(255,255,255,.95);
  color:#1a3a2a;
  border:1px solid rgba(255,255,255,.82);
  font-size:10px;
  letter-spacing:.1em;
  transition:transform .24s ease, box-shadow .24s ease, background-color .24s ease, color .24s ease, border-color .24s ease;
  will-change:transform;
}
.header-cta .btn-primary:hover{
  background:#fff;
  color:#143121;
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0,0,0,.18);
}
.header-cta .btn-primary:active{
  transform:translateY(0) scale(.98);
  box-shadow:0 4px 12px rgba(0,0,0,.14);
}
.hero{
  position:relative;
  min-height:100svh;
  overflow:visible;
  border-bottom:0;
  background:#0f1418;
}
.hero::before{
  display:none;
}
.hero-bg-media,
.hero-video-tint{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.hero-bg-media{
  z-index:0;
  overflow:hidden;
}
.hero-bg-video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:0;
  transition:opacity .45s ease;
}
.hero-video-tint{
  z-index:0;
  background:linear-gradient(112deg,rgba(0,0,0,.74) 0%,rgba(0,0,0,.58) 48%,rgba(0,0,0,.48) 100%);
}
.hero.hero-video-ready .hero-bg-video{
  opacity:1;
}
.hero.hero-video-fallback .hero-bg-video{
  opacity:0;
}
.hero-grid{
  position:relative;
  z-index:2;
  grid-template-columns:1.12fr .88fr;
  min-height:calc(100svh - var(--hero-nav-height));
  padding:156px 0 84px;
  align-items:center;
  gap:48px;
}
.hero-copy{
  max-width:760px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.hero h1{
  margin:0;
  max-width:600px;
  font-size:clamp(56px,4.8vw,64px);
  line-height:1;
  letter-spacing:-.04em;
}
.hero p{
  color:rgba(255,255,255,.9);
}
.hero-lead{
margin-top:82px;
  max-width:620px;
  font-size:18px;
  line-height:1.62;
  color:rgba(255,255,255,.82);
}
.hero-mid-links{
  margin-top:24px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
}
.hero-mid-links a{
  position:relative;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.74);
  line-height:1.2;
  padding-right:12px;
}
.hero-mid-links a:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:2px;
  bottom:2px;
  width:1px;
  background:rgba(255,255,255,.28);
}
.hero-mid-links a:hover{
  color:#fff;
}
.hero-actions{
  margin-top:28px;
}
.hero .btn-primary{
  height:46px;
  font-size:11px;
  letter-spacing:.1em;
  background:var(--green);
  transition:transform .24s ease, box-shadow .24s ease, background-color .24s ease;
  will-change:transform;
}
.hero .btn-secondary{
  height:46px;
  border:1px solid rgba(255,255,255,.46);
  background:rgba(5,9,12,.34);
  color:#fff;
  font-size:11px;
  letter-spacing:.1em;
  transition:transform .24s ease, box-shadow .24s ease, background-color .24s ease, border-color .24s ease;
  will-change:transform;
}
.hero .btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 26px rgba(0,0,0,.24);
  background:#0f8f40;
}
.hero .btn-primary:active{
  transform:translateY(0) scale(.98);
  box-shadow:0 6px 14px rgba(0,0,0,.20);
}
.hero .btn-secondary:hover{
  background:rgba(255,255,255,.12);
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(0,0,0,.24);
}
.hero .btn-secondary:active{
  transform:translateY(0) scale(.98);
  box-shadow:0 5px 12px rgba(0,0,0,.18);
}
.hero-form{
  max-width:412px;
  justify-self:end;
  padding:30px 30px 32px;
  border:1px solid rgba(14,23,31,.22);
  background:rgba(255,255,255,.97);
  box-shadow:0 28px 56px rgba(0,0,0,.26);
  transform:translateY(20px);
}
.hero-form-head{
  display:block;
  margin-bottom:22px;
}
.hero-form .form-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:#7b8792 !important;
  font-weight:700;
}
.hero-form h2{
  margin:0;
  text-transform:none;
  font-size:30px;
  line-height:1.12;
  letter-spacing:-.03em;
  color:#122335;
}
.short-tag{
  display:none;
}
.hero-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 14px;
}
.form-field{
  min-width:0;
}
.form-field-full{
  grid-column:1 / -1;
}
.hero-form label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:#1f3347;
}
.hero-form input,
.hero-form textarea{
  border:1px solid #ccd7e1;
  background:#fff;
  padding:0 12px;
  height:48px;
}
.hero-form textarea{
  min-height:122px;
  height:122px;
  padding:12px;
}
.hero-form .form-actions{
  margin-top:20px;
}
.hero-form .btn-primary{
  width:100%;
  height:46px;
  font-size:11px;
  letter-spacing:.08em;
  transition:transform .24s ease, box-shadow .24s ease, background-color .24s ease;
  will-change:transform;
}
.hero-form .btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(0,0,0,.20);
}
.hero-form .btn-primary:active{
  transform:translateY(0) scale(.98);
  box-shadow:0 5px 12px rgba(0,0,0,.16);
}
.proof{
  position:relative;
  z-index:3;
  margin-top:-30px;
  padding:0 0 20px;
  background:transparent;
  color:var(--ink);
}
.proof-ribbon{
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  border:1px solid #dee8e2;
  background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(248,252,248,.97));
  box-shadow:0 14px 26px rgba(17,24,39,.08);
  padding-top:18px;
  overflow:visible;
}
.proof-item{
  min-height:74px;
  padding:13px 20px 12px;
  border:0;
  border-right:1px solid #ecf2ef;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.proof-item:last-child{
  border-right:0;
}
.proof-item strong{
  color:#14633f;
  font-size:22px;
  font-weight:900;
  line-height:1.15;
  margin-bottom:4px;
  white-space:normal;
}
.proof-item span{
  color:#355446;
  font-size:11.5px;
  opacity:.8;
  line-height:1.4;
}
@media (max-width:1080px){
  .hero-grid{
    padding:132px 0 72px;
    gap:28px;
  }
  .hero-form{
    justify-self:start;
    transform:none;
    max-width:430px;
  }
  .proof{
    margin-top:0;
    padding-top:10px;
  }
  .proof-ribbon{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:900px){
  :root{
    --hero-nav-height:66px;
  }
  .site-header{
    background:linear-gradient(180deg,rgba(8,12,15,.38),rgba(8,12,15,.20));
  }
  .site-header.is-scrolled{
    background:#377B2A;
  }
  .header-inner{
    min-height:66px;
    padding:8px 0;
  }
  .header-cta .btn-primary{
    height:36px;
    font-size:9px;
    padding:0 12px;
  }
  .hero{
    min-height:auto;
  }
  .hero-grid{
    grid-template-columns:1fr;
    min-height:calc(100svh - var(--hero-nav-height));
    padding:112px 0 44px;
    max-width:100%;
    overflow:hidden;
  }
  .hero-copy,
  .hero-form{
    width:100%;
    max-width:none;
    min-width:0;
    justify-self:stretch;
  }
  .hero h1{
    font-size:clamp(36px,10vw,56px);
  }
  .hero-lead{
    font-size:16px;
    margin-top:34px;
  }
  .hero-mid-links{
    margin-top:22px;
    gap:8px 14px;
  }
  .hero-mid-links a{
    font-size:11px;
  }
  .hero-form{
    box-sizing:border-box;
    padding:24px 18px 26px;
  }
  .hero-form h2{
    font-size:23px;
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .hero-form input,
  .hero-form textarea,
  .hero-form .btn-primary{
    max-width:100%;
    min-width:0;
  }
  .hero-actions{
    width:100%;
  }
  .hero-actions .btn{
    max-width:100%;
    white-space:normal;
    text-align:center;
  }
  .form-kicker{
    margin-bottom:8px;
  }
  .hero-form-grid{
    grid-template-columns:1fr;
    gap:11px;
  }
  .proof-ribbon{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .hero-bg-video{
    display:block !important;
  }
}
@media (max-width:640px){
  .proof-ribbon{
    grid-template-columns:1fr;
  }
  .proof-item{
    border-right:0;
    border-bottom:1px solid #e0e9e3;
  }
  .proof-item:last-child{
    border-bottom:0;
  }
}

/* FO use-case section rebuild: related routes + use-case cards + materials */
.fo-related-routes{
  margin-bottom:58px;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.fo-related-routes,
#upgrade-scenarios .eyebrow-line,
#upgrade-scenarios .eyebrow,
#upgrade-scenarios h2,
#upgrade-scenarios .fo-usecase-intro,
#upgrade-scenarios .fo-usecase-grid,
#upgrade-scenarios .fo-materials-block{
  max-width:1160px;
  margin-left:auto;
  margin-right:auto;
}
#upgrade-scenarios{
  padding-bottom:104px;
}
.fo-related-eyebrow{
  margin:0 0 6px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#607168;
}
.fo-related-title{
  margin:0;
  font-size:31px;
  font-weight:700;
  color:#183229;
  letter-spacing:.01em;
  line-height:1.18;
}
.fo-related-sub{
  margin:10px 0 0;
  max-width:780px;
  font-size:15px;
  line-height:1.55;
  color:#56675e;
}
.fo-related-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px 20px;
  margin-top:28px;
}
.fo-related-link{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:54px;
  padding:13px 16px;
  border-bottom:1px solid #dce8df;
  font-size:14px;
  line-height:1.42;
  border-radius:0;
  color:#24342d;
  text-decoration:none;
  transition:
    background-color .22s cubic-bezier(.22,1,.36,1),
    color .22s cubic-bezier(.22,1,.36,1),
    border-color .22s cubic-bezier(.22,1,.36,1),
    box-shadow .22s cubic-bezier(.22,1,.36,1),
    transform .22s cubic-bezier(.22,1,.36,1),
    border-radius .22s cubic-bezier(.22,1,.36,1);
  will-change:transform,box-shadow,background-color;
}
.fo-related-link:hover{
  color:#172a22;
  background:rgba(255,255,255,.96);
  border-color:transparent;
  border-radius:24px 24px 0 24px;
  box-shadow:
    0 10px 24px rgba(16,40,28,.10),
    0 1px 0 rgba(255,255,255,.75) inset;
  transform:translateY(-3px);
}
.fo-related-icon{
  color:#0f9e49;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  line-height:1;
  flex:0 0 24px;
  transition:
    color .22s cubic-bezier(.22,1,.36,1),
    opacity .22s cubic-bezier(.22,1,.36,1),
    transform .22s cubic-bezier(.22,1,.36,1);
  opacity:.82;
}
.fo-related-icon svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fo-related-link:hover .fo-related-icon{
  color:#0d8b42;
  opacity:1;
  transform:translateY(-.5px);
}
.fo-related-link span:last-child{
  display:block;
  font-weight:600;
  letter-spacing:.005em;
}
.fo-usecase-grid{
  display:grid;
  gap:24px;
  margin-top:34px;
}
.fo-usecase-intro{
  max-width:760px;
}
#upgrade-scenarios .fo-usecase-intro + .fo-usecase-intro{
  margin-top:8px;
}
.fo-usecase-card{
  padding:22px 24px 18px;
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:100%;
  min-height:250px;
  border-color:#dfe8e2;
  box-shadow:none;
  background:#fff;
}
.fo-usecase-card img{
  width:190px;
  height:112px;
  object-fit:contain;
  object-position:center;
  border:1px solid #d8e5dc;
  border-radius:4px;
  background:#fff;
  align-self:center;
  padding:6px;
}
.fo-usecase-card img.zoomable{
  cursor:zoom-in;
}
.fo-usecase-card h3{
  margin:4px 0 0;
  max-width:290px;
  font-size:20px;
  line-height:1.18;
}
.fo-usecase-card p{
  margin:0;
  max-width:320px;
  color:#5f6f67;
  line-height:1.6;
}
.fo-usecase-support{
  margin-top:8px;
  color:#0f9e49 !important;
  font-weight:700;
}
#applications-material-fit{
  padding-top:92px;
  padding-bottom:92px;
}
.fo-adv-head{
  margin-bottom:64px;
}
.fo-adv-head-left{
  max-width:760px;
}
.fo-adv-head-split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:start;
}
.fo-adv-head-right{
  padding-top:10px;
}
.fo-adv-head-right p{
  margin:0;
  color:#4f6259;
  font-size:18px;
  line-height:1.62;
}
.fo-adv-discuss-btn{
  margin-top:18px;
  height:40px;
  padding:0 18px;
  font-size:10px;
  letter-spacing:.12em;
}
.fo-adv-grid{
  display:grid;
  gap:18px;
  grid-template-columns:1fr;
}
.fo-adv-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  background:#fff;
  border:1px solid #dfe8e2;
  box-shadow:none;
  overflow:hidden;
  transition:border-color .21s cubic-bezier(.22,1,.36,1), box-shadow .21s cubic-bezier(.22,1,.36,1), transform .21s cubic-bezier(.22,1,.36,1);
}
.fo-adv-card:hover{
  border-color:#cadfd1;
  box-shadow:0 14px 24px rgba(15,39,28,.12);
  transform:translateY(-2px);
}
.fo-adv-thumb{
  width:100%;
  aspect-ratio:16/9;
  border-bottom:1px solid #e4eee8;
  overflow:hidden;
  background:#f5faf7;
}
.fo-adv-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.fo-adv-body{
  position:relative;
  padding:46px 20px 24px;
  display:flex;
  flex-direction:column;
  flex:1;
  gap:14px;
  min-height:286px;
  background:#fff;
  transition:background-color .21s cubic-bezier(.22,1,.36,1), color .21s cubic-bezier(.22,1,.36,1);
}
.fo-adv-badge{
  position:absolute;
  left:18px;
  top:-21px;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#0f9e49;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid #fff;
  box-shadow:0 6px 14px rgba(15,94,48,.18);
}
.fo-adv-badge svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fo-adv-body h3{
  margin:0;
  font-size:22px;
  line-height:1.22;
  color:#162634;
  transition:color .21s cubic-bezier(.22,1,.36,1);
}
.fo-adv-body p{
  margin:0;
  font-size:15px;
  line-height:1.68;
  color:#5a6d62;
  transition:color .21s cubic-bezier(.22,1,.36,1);
}
.fo-adv-link{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#1f7b4a;
  transition:color .21s cubic-bezier(.22,1,.36,1), opacity .21s cubic-bezier(.22,1,.36,1);
}
.fo-adv-link::after{
  content:"";
  width:26px;
  height:1px;
  background:currentColor;
  opacity:.85;
}
.fo-adv-card:hover .fo-adv-body{
  background:#16392b;
}
.fo-adv-card:hover .fo-adv-body h3{
  color:#f8fcfa;
}
.fo-adv-card:hover .fo-adv-body p{
  color:#d7ebe1;
}
.fo-adv-card:hover .fo-adv-link{
  color:#e8f6ee;
}
.fo-adv-card:hover .fo-adv-badge{
  background:#20ab57;
  color:#fff;
}
.fo-materials-block{
  margin-top:36px;
  padding:22px 28px 20px;
  display:grid;
  gap:18px;
  grid-template-columns:60% 40%;
  background:#eff8f2;
  border-color:#e3eee7;
  box-shadow:none;
}
.fo-material-content{
  display:grid;
  align-content:start;
  gap:4px;
}
.fo-materials-block h3{
  margin:0 0 14px;
  font-size:clamp(34px,3.4vw,42px);
  line-height:1.12;
  letter-spacing:-.02em;
  color:#172c24;
}
.fo-materials-block p{
  margin:0 0 8px;
  max-width:520px;
  color:#5f6f67;
  line-height:1.62;
}
.fo-material-side{
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.fo-material-tags{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding-top:2px;
}
.fo-material-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  appearance:none;
  cursor:pointer;
  font-family:inherit;
  min-height:34px;
  padding:6px 10px;
  border:1px solid #c7ddd0;
  background:rgba(255,255,255,.72);
  color:#345d48;
  font-size:13px;
  font-weight:600;
  letter-spacing:.02em;
  white-space:nowrap;
  border-radius:6px;
  width:100%;
  transition:all .15s cubic-bezier(.22,1,.36,1);
}
.fo-material-tag.is-active{
  background:#dcefe4;
  border-color:#5da678;
  color:#155a33;
  box-shadow:0 8px 14px rgba(28,84,53,.14);
  transform:translateY(-1px);
}
.fo-material-tag.is-wide{
  min-width:150px;
}
.fo-material-tag:hover{
  border-color:#89bda0;
  background:#f6fcf8;
  color:#235b3f;
  transform:translateY(-2px);
  box-shadow:0 4px 9px rgba(26,78,50,.08);
}
.fo-material-tag:active{
  transform:translateY(0) scale(.98);
  box-shadow:0 2px 6px rgba(26,78,50,.08);
}
.fo-material-preview{
  display:block;
  width:88%;
  height:100%;
  border:1px solid #cfe1d6;
  background:rgba(255,255,255,.78);
  padding:7px;
  border-radius:6px;
  box-shadow:none;
  cursor:zoom-in;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.fo-material-preview:hover{
  border-color:#9bc3ab;
  box-shadow:0 8px 18px rgba(18,59,40,.08);
  transform:translateY(-1px);
}
.fo-material-preview img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  height:auto;
  object-fit:cover;
  border-radius:4px;
}
@media (min-width:700px){
  .fo-usecase-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .fo-adv-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media (max-width:1100px){
  .fo-related-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width:700px){
  #applications-material-fit{
    padding-top:72px;
    padding-bottom:72px;
  }
  .fo-related-title{
    font-size:26px;
  }
  .fo-related-sub{
    font-size:14px;
    line-height:1.5;
  }
  .fo-usecase-grid{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:24px;
  }
  .fo-adv-head-split{
    grid-template-columns:1fr;
    gap:12px;
  }
  .fo-adv-head{
    margin-bottom:36px;
  }
  .fo-adv-head-right{
    padding-top:0;
  }
  .fo-adv-head-right p{
    font-size:16px;
    line-height:1.58;
  }
  .fo-adv-discuss-btn{
    margin-top:14px;
    height:38px;
    padding:0 16px;
  }
  .fo-adv-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .fo-adv-body{
    min-height:auto;
    padding:38px 16px 20px;
    gap:12px;
  }
  .fo-adv-body h3{
    font-size:20px;
  }
  .fo-usecase-card{
    min-height:auto;
    padding:18px 16px 16px;
  }
  .fo-usecase-card h3{
    font-size:19px;
  }
  .fo-usecase-card p{
    max-width:none;
  }
  .fo-usecase-card img{
    width:176px;
    height:104px;
    padding:5px;
  }
  .fo-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:18px;
  }
  .fo-materials-block{
    grid-template-columns:1fr;
    margin-top:26px;
    padding:22px 18px;
    gap:16px;
  }
  .fo-materials-block h3{
    font-size:30px;
  }
  .fo-material-tags{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding-top:4px;
  }
  .fo-material-tags .fo-material-tag:nth-child(7){
    grid-column:auto;
  }
  .fo-material-preview img{
    aspect-ratio:4/3;
  }
}
@media (max-width:560px){
  .fo-related-grid{
    grid-template-columns:1fr;
  }
}

/* ------------------------------
   FO Process Stage v7 terminal override
-------------------------------- */
#process-integration .fo-process-stage{
  position:relative;
  margin-top:32px;
  padding:0 0 10px;
  min-height:400px;
  width:min(1520px, calc(100vw - 180px));
  left:50%;
  transform:translateX(-50%);
  margin-left:0;
  overflow:hidden;
  --fo-process-axis-top:50%;
  --fo-process-detail-height:390px;
  --active-zone-width:680px;
  --side-lane-width:56px;
  --left-group-width:0px;
  --right-group-width:0px;
  --left-group-shift:0px;
  --right-group-shift:0px;
  --reflow-gap:10px;
}

#process-integration .fo-process-track{
  position:relative;
  display:grid;
  grid-template-columns:minmax(170px,220px) minmax(0,1fr) minmax(170px,220px);
  gap:8px;
  align-items:stretch;
}
#process-integration .fo-process-center{
  position:relative;
  min-height:var(--fo-process-detail-height);
  overflow:visible;
}
#process-integration .fo-process-axis{
  position:absolute;
  left:0;
  right:0;
  top:var(--fo-process-axis-top);
  height:1px;
  background:rgba(145,165,154,.44);
  z-index:1;
}
#process-integration .fo-process-lanes{
  position:relative;
  z-index:3;
  min-height:var(--fo-process-detail-height);
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:0;
  transition:gap .28s cubic-bezier(.22,1,.36,1);
}
#process-integration .fo-process-lane{
  --expand-left: 0px;
  --expand-right: 0px;
  --detail-width: 760px;
  --detail-height: var(--fo-process-detail-height);
  position:relative;
  flex:1 1 0;
  min-width:108px;
  min-height:var(--fo-process-detail-height);
  margin:0;
  border:0;
  background:transparent;
  color:#2f5267;
  z-index:4;
  transform:translateZ(0);
  transition:z-index .22s ease-out, flex-grow .34s cubic-bezier(.22,1,.36,1), opacity .24s ease-out, transform .32s cubic-bezier(.22,1,.36,1), left .38s cubic-bezier(.22,1,.36,1), width .38s cubic-bezier(.22,1,.36,1);
}
#process-integration .fo-process-lane::before,
#process-integration .fo-process-lane::after{
  content:"";
  position:absolute;
  top:10px;
  bottom:10px;
  width:1px;
  background:rgba(141,162,151,.62);
  z-index:1;
}
#process-integration .fo-process-lane::before{left:0;}
#process-integration .fo-process-lane::after{right:0;}
/* Keep a single divider source from lanes: first left boundary + each lane right boundary */
#process-integration .fo-process-lane::before{opacity:0;}
#process-integration .fo-process-lane:first-child::before{opacity:1;}
#process-integration .fo-process-lane-header{
  position:absolute;
  inset:0;
  z-index:9;
  border:0;
  margin:0;
  padding:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
}
#process-integration .fo-process-lane-header:focus-visible,
#process-integration .fo-process-lane-close:focus-visible,
#process-integration .fo-process-mobile-close:focus-visible{
  outline:2px solid #16955e;
  outline-offset:2px;
}
#process-integration .fo-process-lane-label{
  position:absolute;
  left:50%;
  top:var(--fo-process-axis-top);
  height:166px;
  display:flex;
  align-items:flex-end;
  writing-mode:vertical-rl;
  transform:translate(-50%,-108%) rotate(180deg);
  padding:8px 5px;
  border-radius:16px;
  font-size:15px;
  line-height:1.14;
  letter-spacing:.01em;
  white-space:nowrap;
  text-align:left;
  color:#2f566b;
  font-weight:500;
  z-index:10;
  background:transparent;
  transition:color .22s ease-out, background-color .24s ease-out, text-shadow .22s ease-out, opacity .22s ease-out;
}
#process-integration .fo-process-lane-dot{
  position:absolute;
  left:50%;
  top:var(--fo-process-axis-top);
  transform:translate(-50%,-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #bccdc3;
  background:#fbfcfb;
  color:#24485c;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:700;
  line-height:1;
  z-index:11;
  transition:border-color .24s ease-out, color .24s ease-out, background-color .24s ease-out, box-shadow .24s ease-out, opacity .22s ease-out;
}
#process-integration .fo-process-lane-preview{
  position:absolute;
  left:50%;
  top:var(--fo-process-axis-top);
  width:clamp(150px, 72%, 208px);
  height:clamp(308px, 67%, 392px);
  transform:translate(-50%,-50%) scale(.9);
  border-radius:18px;
  border:1px solid rgba(202,216,208,.9);
  background:rgba(232,238,234,.84);
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  box-shadow:0 16px 28px rgba(14,33,24,.14);
  z-index:8;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:1fr;
  transition:opacity .24s ease-out, transform .30s cubic-bezier(.22,1,.36,1), box-shadow .24s ease-out, left .30s cubic-bezier(.22,1,.36,1), right .30s cubic-bezier(.22,1,.36,1), top .30s cubic-bezier(.22,1,.36,1), height .30s cubic-bezier(.22,1,.36,1), border-radius .24s ease-out;
}
#process-integration .fo-process-lane-preview img{
  grid-column:1;
  grid-row:1;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:none;
  transition:filter .24s ease-out, transform .28s cubic-bezier(.22,1,.36,1);
}
#process-integration .fo-process-lane-preview::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(20,34,32,.08) 10%,rgba(20,34,32,.2) 58%,rgba(20,34,32,.3) 100%);
}
#process-integration .fo-process-lane-preview-panel{
  grid-column:1;
  grid-row:1;
  align-self:stretch;
  justify-self:stretch;
  display:block;
  opacity:0;
  visibility:hidden;
  transform:translateX(22px);
  z-index:2;
  pointer-events:none;
  transition:opacity .24s ease-out, transform .28s cubic-bezier(.22,1,.36,1), visibility .24s ease-out;
}
#process-integration .fo-process-lane-preview-title{
  margin:0 0 10px;
  color:#25455a;
  font-size:clamp(22px,2vw,31px);
  line-height:1.12;
  letter-spacing:.01em;
  text-wrap:balance;
}
#process-integration .fo-process-lane-preview-desc{
  margin:0;
  color:#536a77;
  font-size:13px;
  line-height:1.55;
}
#process-integration .fo-process-lane-preview-points{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:5px;
}
#process-integration .fo-process-lane-preview-points li{
  position:relative;
  padding-left:18px;
  color:#2b7057;
  font-size:13px;
  line-height:1.42;
  font-weight:600;
}
#process-integration .fo-process-lane-preview-points li::before{
  content:"\203A";
  position:absolute;
  left:0;
  top:-1px;
  color:#17895f;
  font-size:18px;
  line-height:1;
}
#process-integration .fo-process-lane-detail[hidden]{
  display:none !important;
}
#process-integration .fo-process-lane-detail{
  position:absolute;
  left:calc(-1 * var(--expand-left));
  right:calc(-1 * var(--expand-right));
  top:var(--fo-process-axis-top);
  height:var(--detail-height);
  transform:translateY(-50%) scale(.982);
  transform-origin:50% 50%;
  border-radius:14px;
  border:1px solid rgba(198,214,205,.94);
  background:#fff;
  box-shadow:0 10px 20px rgba(14,33,24,.12);
  overflow:hidden;
  z-index:14;
  display:grid;
  grid-template-columns:minmax(238px,36%) minmax(0,1fr);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  will-change:transform,opacity;
  transition:opacity .24s ease-out, transform .30s cubic-bezier(.22,1,.36,1), box-shadow .24s ease-out;
}
#process-integration .fo-process-lane-detail-media{
  position:relative;
  overflow:hidden;
}
#process-integration .fo-process-lane-detail-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
#process-integration .fo-process-lane-detail-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,19,13,.06) 18%,rgba(7,19,13,.19) 62%,rgba(7,19,13,.33) 100%);
}
#process-integration .fo-process-lane-detail-body{
  padding:22px 26px 20px;
  overflow:auto;
  background:#fff;
}
#process-integration .fo-process-lane-detail-kicker{
  margin:0 0 6px;
  color:#118653;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}
#process-integration .fo-process-lane-detail-title{
  margin:0 0 10px;
  color:#173a52;
  font-size:clamp(32px,2.6vw,42px);
  line-height:1.05;
  text-wrap:balance;
  max-width:18ch;
}
#process-integration .fo-process-lane-detail-desc{
  margin:0;
  color:#4e6372;
  font-size:14px;
  line-height:1.52;
}
#process-integration .fo-process-lane-detail-points{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:6px;
}
#process-integration .fo-process-lane-detail-points li{
  position:relative;
  padding-left:22px;
  color:#117e4c;
  font-size:14px;
  line-height:1.4;
  font-weight:600;
}
#process-integration .fo-process-lane-detail-points li::before{
  content:"\203A";
  position:absolute;
  left:0;
  top:-1px;
  color:#11945a;
  font-size:20px;
  line-height:1;
}
/* Desktop interaction now uses the shared lane preview card for both hover/click */
#process-integration .fo-process-lane-detail,
#process-integration .fo-process-lane-detail[hidden]{
  display:none !important;
}
#process-integration .fo-process-lane-close{
  position:absolute;
  right:calc(-1 * var(--expand-right) + 12px);
  top:calc(var(--fo-process-axis-top) - (var(--detail-height) / 2) + 8px);
  width:30px;
  height:30px;
  border:1px solid rgba(162,195,177,.5);
  border-radius:50%;
  background:rgba(255,255,255,.96);
  color:#148a55;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  z-index:15;
  box-shadow:0 3px 8px rgba(16,45,33,.1);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease-out, background-color .2s ease-out, border-color .2s ease-out, transform .2s ease-out;
}
#process-integration .fo-process-lane-close:hover{
  border-color:rgba(126,175,151,.72);
  background:#fff;
  transform:scale(1.04);
}
#process-integration .fo-process-lane-mask{
  position:absolute;
  left:calc(-1 * var(--expand-left));
  right:calc(-1 * var(--expand-right));
  top:calc(var(--fo-process-axis-top) - (var(--detail-height) / 2));
  height:var(--detail-height);
  z-index:13;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  background:transparent;
}
#process-integration .fo-process-lane.is-soft-focus .fo-process-lane-label{
  color:#315e50;
}
#process-integration .fo-process-lane.is-soft-focus .fo-process-lane-dot{
  border-color:#c8d6ce;
  background:#fcfdfd;
  color:#315f50;
}
#process-integration .fo-process-lane.is-hover,
#process-integration .fo-process-lane.is-expanded{
  z-index:28;
}
#process-integration .fo-process-lane.is-hover .fo-process-lane-preview{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,-50%) scale(1);
  box-shadow:0 18px 30px rgba(14,33,24,.16);
}
#process-integration .fo-process-lane.is-hover .fo-process-lane-label{
  color:#f3f8f5;
  background:transparent;
  border:0;
  text-shadow:0 1px 2px rgba(0,0,0,.4);
}
#process-integration .fo-process-lane.is-hover .fo-process-lane-dot{
  border-color:rgba(214,224,219,.96);
  color:#1d4d62;
  background:rgba(247,250,248,.96);
  transform:translate(-50%,-50%) scale(1.02);
  box-shadow:0 3px 8px rgba(12,35,26,.12);
}
#process-integration .fo-process-lane.is-active .fo-process-lane-dot{
  border-color:rgba(209,221,215,.98);
  background:rgba(247,250,248,.98);
  color:#1d4d62;
  box-shadow:0 3px 8px rgba(12,35,26,.12);
}
#process-integration .fo-process-lane.is-expand-left .fo-process-lane-preview{transform-origin:100% 50%;}
#process-integration .fo-process-lane.is-expand-right .fo-process-lane-preview{transform-origin:0% 50%;}
#process-integration .fo-process-lane.is-expand-center .fo-process-lane-preview{transform-origin:50% 50%;}
@media (min-width:981px){
  #process-integration .fo-process-stage:not(.is-detail-open){
    --fo-process-axis-top:54%;
  }
  #process-integration .fo-process-stage:not(.is-detail-open) .fo-process-lane-label{
    height:172px;
    transform:translate(-50%,-112%) rotate(180deg);
  }
  #process-integration .fo-process-stage:not(.is-detail-open) .fo-process-lane-dot{
    top:var(--fo-process-axis-top);
    transform:translate(-50%,-50%);
  }
  #process-integration .fo-process-stage.is-detail-open{
    overflow:visible;
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-track,
  #process-integration .fo-process-stage.is-detail-open .fo-process-center,
  #process-integration .fo-process-stage.is-detail-open .fo-process-lanes{
    overflow:visible;
  }
  #process-integration .fo-process-lane-preview{
    left:0;
    right:0;
    top:12px;
    bottom:16px;
    width:auto;
    height:auto;
    transform:translateY(10px) scale(.985);
    border-radius:16px;
    border-color:rgba(186,204,195,.72);
    border-left-color:rgba(141,162,151,.62);
    border-right-color:rgba(141,162,151,.62);
    box-shadow:0 14px 22px rgba(14,33,24,.14);
  }
  #process-integration .fo-process-lane.is-hover .fo-process-lane-preview{
    transform:translateY(0) scale(1);
    box-shadow:0 18px 30px rgba(14,33,24,.16);
  }
  #process-integration .fo-process-lane.is-hover .fo-process-lane-preview::after{
    background:linear-gradient(180deg,rgba(33,41,42,.06) 12%,rgba(33,41,42,.14) 58%,rgba(33,41,42,.22) 100%);
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-lanes{
    position:relative;
    justify-content:flex-start;
    gap:0;
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-endpoint{
    z-index:1;
    opacity:.9;
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-lane{
    position:absolute;
    top:0;
    bottom:0;
    left:var(--lane-zone-left, 0px);
    width:var(--lane-zone-width, var(--side-lane-width));
    min-width:0;
    flex:none;
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-lane:not(.is-expanded){
    opacity:.72;
    z-index:12;
    transform:none;
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-lane.is-in-left-group:not(.is-expanded),
  #process-integration .fo-process-stage.is-detail-open .fo-process-lane.is-in-right-group:not(.is-expanded){
    width:var(--side-lane-width);
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-lane:not(.is-expanded) .fo-process-lane-label,
  #process-integration .fo-process-stage.is-detail-open .fo-process-lane:not(.is-expanded) .fo-process-lane-dot{
    opacity:.78;
  }
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-preview{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    z-index:14;
    left:0;
    right:0;
    top:calc(var(--fo-process-axis-top) - (var(--detail-height) / 2));
    bottom:auto;
    width:auto;
    height:var(--detail-height);
    transform:translateY(0) scale(1);
    border-radius:16px;
    box-shadow:0 14px 22px rgba(14,33,24,.13);
    grid-template-columns:minmax(220px,47%) minmax(0,1fr);
  }
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-preview::after{
    background:linear-gradient(180deg,rgba(28,40,40,.05) 12%,rgba(28,40,40,.12) 58%,rgba(28,40,40,.2) 100%);
  }
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-preview-panel{
    grid-column:2;
    opacity:1;
    visibility:visible;
    transform:translateX(0);
    pointer-events:auto;
    padding:16px 16px 14px;
    overflow:auto;
    background:rgba(247,250,248,.94);
    border-left:1px solid rgba(214,224,219,.82);
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-lane.is-expanded{
    width:var(--active-zone-width);
    z-index:28;
  }
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-label{
    opacity:0;
    visibility:hidden;
  }
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-dot{
    z-index:16;
    transform:translate(-50%,-50%);
  }
}
#process-integration .fo-process-lane.is-expanded .fo-process-lane-close,
#process-integration .fo-process-lane.is-expanded .fo-process-lane-mask{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
#process-integration .fo-process-endpoint{
  position:relative;
  min-height:var(--fo-process-detail-height);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding-top:0;
  transform:none;
  z-index:2;
}
#process-integration .fo-process-endpoint::after{
  content:none;
}
#process-integration .fo-process-endpoint-label{
  margin:0;
  font-size:clamp(13px,1vw,15px);
  line-height:1.32;
  font-weight:700;
  letter-spacing:.01em;
  color:#1f4155;
  text-align:center;
}
#process-integration .fo-process-endpoint-thumb{
  width:196px;
  height:196px;
  border:1px solid rgba(203,216,209,.98);
  border-radius:6px;
  background:#fff;
  padding:8px;
  box-shadow:0 8px 14px rgba(14,33,24,.08);
}
#process-integration .fo-process-endpoint-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
#process-integration .fo-process-mobile-dock[hidden]{
  display:none !important;
}
#process-integration .fo-process-mobile-dock{
  margin-top:10px;
}

/* Keep process stage visually intact while detail is open */
body:has(#process-integration .fo-process-stage.is-detail-open) .floating-contact{
  opacity:0;
  transform:translateY(14px);
  pointer-events:none;
}
#process-integration .fo-process-mobile-card{
  position:relative;
  border:1px solid #d6e2db;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 22px rgba(14,33,24,.12);
  overflow:hidden;
}
#process-integration .fo-process-mobile-close{
  position:absolute;
  right:8px;
  top:6px;
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.9);
  color:#0f8c56;
  font-size:34px;
  line-height:1;
  z-index:3;
  cursor:pointer;
}
#process-integration .fo-process-mobile-media{min-height:220px;}
#process-integration .fo-process-mobile-media img{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
}
#process-integration .fo-process-mobile-body{padding:16px;}
#process-integration .fo-process-mobile-kicker{
  margin:0 0 6px;
  color:#0f7e46;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}
#process-integration .fo-process-mobile-body h3{
  margin:0 0 10px;
  color:#173a52;
  font-size:32px;
  line-height:1.08;
}
#process-integration .fo-process-mobile-body p{
  margin:0;
  color:#4e6372;
  font-size:14px;
  line-height:1.58;
}
#process-integration .fo-process-mobile-body ul{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}
#process-integration .fo-process-mobile-body li{
  position:relative;
  padding-left:20px;
  color:#117e4c;
  font-size:14px;
  line-height:1.45;
  font-weight:600;
}
#process-integration .fo-process-mobile-body li::before{
  content:"\203A";
  position:absolute;
  left:0;
  top:-1px;
  color:#11945a;
  font-size:18px;
  line-height:1;
}
@media (max-width:1260px){
  #process-integration .fo-process-stage{
    --fo-process-detail-height:360px;
    min-height:368px;
    width:min(1220px, calc(100vw - 84px));
  }
  #process-integration .fo-process-track{
    grid-template-columns:minmax(146px,186px) minmax(0,1fr) minmax(146px,186px);
  }
  #process-integration .fo-process-center,
  #process-integration .fo-process-lanes,
  #process-integration .fo-process-lane,
  #process-integration .fo-process-endpoint{
    min-height:var(--fo-process-detail-height);
  }
  #process-integration .fo-process-endpoint-thumb{
    width:162px;
    height:162px;
  }
  #process-integration .fo-process-lane-detail-title{
    font-size:clamp(30px,2.8vw,38px);
  }
}
@media (max-width:980px){
  #process-integration .fo-process-stage{
    --fo-process-axis-top:82px;
    --fo-process-detail-height:620px;
    min-height:auto;
    margin-top:24px;
    padding:10px 0 14px;
    left:auto;
    transform:none;
    width:100%;
    max-width:100%;
    margin-left:0;
    overflow-x:auto;
    overflow-y:hidden;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
  }
  #process-integration .fo-process-track{
    min-width:720px;
    width:max(720px, 100%);
    max-width:none;
    min-height:var(--fo-process-detail-height);
    grid-template-columns:74px minmax(520px,1fr) 74px;
    gap:10px;
  }
  #process-integration .fo-process-axis{
    top:var(--fo-process-axis-top);
  }
  #process-integration .fo-process-center,
  #process-integration .fo-process-lanes,
  #process-integration .fo-process-lane,
  #process-integration .fo-process-endpoint{
    min-height:var(--fo-process-detail-height);
  }
  #process-integration .fo-process-center,
  #process-integration .fo-process-lanes{
    max-width:100%;
    overflow:visible;
  }
  #process-integration .fo-process-lanes{
    align-items:stretch;
    justify-content:space-between;
  }
  #process-integration .fo-process-lane{
    min-width:72px;
    flex:1 1 0;
  }
  #process-integration .fo-process-lane::before,
  #process-integration .fo-process-lane::after{
    top:0;
    bottom:0;
  }
  #process-integration .fo-process-lane-label{
    top:122px;
    width:70px;
    height:auto;
    display:block;
    padding:0;
    writing-mode:horizontal-tb;
    transform:translateX(-50%);
    font-size:11px;
    line-height:1.18;
    white-space:normal;
    text-align:center;
    color:#27495d;
  }
  #process-integration .fo-process-lane-dot{
    top:var(--fo-process-axis-top);
    width:42px;
    height:42px;
    font-size:17px;
    transform:translate(-50%,-50%);
  }
  #process-integration .fo-process-lane-preview{
    display:grid;
    left:var(--mobile-card-left, 0px);
    top:164px;
    width:var(--mobile-card-width, min(640px, calc(100vw - 48px)));
    height:430px;
    transform:none;
    border-radius:12px;
    border-color:#d7e2db;
    background:#fff;
    box-shadow:0 16px 30px rgba(14,33,24,.14);
    grid-template-columns:1fr;
    grid-template-rows:minmax(190px, 210px) minmax(0,1fr);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    overflow:hidden;
  }
  #process-integration .fo-process-lane-preview::after{
    content:none;
  }
  #process-integration .fo-process-lane-preview::before{
    content:"";
    grid-column:1;
    grid-row:1;
    align-self:stretch;
    justify-self:stretch;
    margin:12px 12px 0;
    border:1px solid #dce7e1;
    border-radius:10px;
    background:#f7faf8;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.72);
    z-index:0;
    pointer-events:none;
  }
  #process-integration .fo-process-lane-preview img{
    grid-column:1;
    grid-row:1;
    align-self:center;
    justify-self:center;
    width:calc(100% - 36px);
    height:calc(100% - 28px);
    min-height:0;
    object-fit:contain;
    object-position:center;
    border-radius:8px;
    background:#f7faf8;
    z-index:1;
  }
  #process-integration .fo-process-lane-preview-panel{
    grid-column:1;
    grid-row:2;
    opacity:0;
    visibility:hidden;
    transform:none;
    pointer-events:none;
    padding:18px 20px 20px;
    overflow:auto;
    background:#fff;
  }
  #process-integration .fo-process-lane-preview-title{
    margin-bottom:8px;
    font-size:32px;
    line-height:1.05;
    max-width:12ch;
  }
  #process-integration .fo-process-lane-preview-desc{
    font-size:14px;
    line-height:1.55;
  }
  #process-integration .fo-process-lane-preview-points{
    gap:8px;
    margin-top:14px;
  }
  #process-integration .fo-process-lane-preview-points li{
    font-size:14px;
    line-height:1.38;
  }
  #process-integration .fo-process-lane.is-hover .fo-process-lane-preview{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:none;
  }
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-preview{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    z-index:30;
  }
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-preview-panel{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  #process-integration .fo-process-lane.is-hover .fo-process-lane-label,
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-label{
    color:#0f5d30;
    background:transparent;
    text-shadow:none;
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-track,
  #process-integration .fo-process-stage.is-detail-open .fo-process-center,
  #process-integration .fo-process-stage.is-detail-open .fo-process-lanes{
    overflow:visible;
  }
  #process-integration .fo-process-endpoint-label{
    font-size:12px;
    line-height:1.28;
  }
  #process-integration .fo-process-endpoint-thumb{
    width:64px;
    height:64px;
    padding:4px;
  }
  #process-integration .fo-process-stage.is-detail-open .fo-process-lane:not(.is-expanded){
    flex-grow:1;
    opacity:1;
    transform:none;
  }
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-detail,
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-mask{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  #process-integration .fo-process-lane-close{
    left:calc(var(--mobile-card-left, 0px) + var(--mobile-card-width, min(640px, calc(100vw - 48px))) - 48px);
    right:auto;
    top:176px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    z-index:34;
  }
  #process-integration .fo-process-lane.is-expanded .fo-process-lane-close{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  #process-integration .fo-process-mobile-dock{
    display:none !important;
  }
  #process-integration .fo-process-mobile-media{
    min-height:0;
    height:clamp(172px, 52vw, 240px);
  }
  #process-integration .fo-process-mobile-media img{
    min-height:0;
  }
}
