:root{
  --ink:#0b0c0e;
  --ink2:#111318;
  --paper:#f7f7f5;
  --white:#ffffff;
  --muted:#6f747d;
  --line:rgba(10,12,14,.12);
  --line-dark:rgba(255,255,255,.12);
  --orange:#ff5215;
  --orange2:#ff7645;
  --wine:#4a130f;
  --serif:"Libre Caslon Display",Georgia,serif;
  --sans:"DM Sans",Arial,sans-serif;
  --shell:min(1280px,calc(100vw - 48px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);background:var(--paper);color:var(--ink);line-height:1.55;overflow-x:hidden}
body.deck-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit}
button{font:inherit}
.tech-shell{width:var(--shell);margin:auto}

/* Header */
.tech-header{position:sticky;top:0;z-index:100;background:rgba(247,247,245,.94);backdrop-filter:blur(22px);border-bottom:1px solid var(--line)}
.tech-header-shell{width:min(1420px,calc(100vw - 36px));margin:auto;min-height:80px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.tech-brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:342px}
.tech-brand .leznit-logo{width:158px;height:28px;object-fit:contain}
.brand-divider{color:#b3b6bb;font-size:15px;font-weight:700}
.tech-brand .continental-lockup-logo{width:142px;height:38px;object-fit:contain}
.tech-nav{display:flex;align-items:center;justify-content:center;gap:28px}
.tech-nav a{text-decoration:none;font-size:12px;font-weight:700;color:#52575e;position:relative;white-space:nowrap}
.tech-nav a:after{content:"";position:absolute;left:0;right:100%;height:2px;bottom:-10px;background:var(--orange);transition:.2s}
.tech-nav a:hover:after{right:0}
.tech-header-actions{display:flex;align-items:center;gap:8px}
.deck-header-btn,.back-header-btn{border-radius:999px;padding:11px 15px;font-size:11px;font-weight:800;white-space:nowrap;text-decoration:none;cursor:pointer}
.deck-header-btn{border:0;background:var(--ink);color:#fff}
.deck-header-btn:hover{background:#24272d}
.back-header-btn{border:1px solid var(--line);background:#fff;color:#272a2f}
.back-header-btn:hover{border-color:rgba(10,12,14,.25)}

/* Hero */
.tech-hero{position:relative;overflow:hidden;background:var(--ink);color:#fff;padding:98px 0 88px}
.mesh{position:absolute;inset:0;opacity:.95;background:radial-gradient(circle at 86% 15%,rgba(255,82,21,.22),transparent 28%),radial-gradient(circle at 6% 88%,rgba(255,82,21,.07),transparent 30%),linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:auto,auto,56px 56px,56px 56px}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:72px;align-items:center}
.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#ff936d;font-weight:800}
.eyebrow.dark{color:var(--orange)}
.hero-copy h1{font-family:var(--serif);font-size:clamp(52px,5.7vw,80px);line-height:.96;letter-spacing:-.045em;font-weight:400;margin:20px 0 24px;max-width:850px}
.hero-copy h1 em{font-style:normal;color:var(--orange2)}
.hero-copy>p{font-size:16px;line-height:1.7;color:#c8cbd0;max-width:760px;margin:0}
.hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px}
.primary,.ghost{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:13px 18px;font-size:11px;font-weight:800;cursor:pointer}
.primary{border:0;background:var(--orange);color:#fff}
.primary:hover{background:#f14a0f}
.primary.light{background:#fff;color:#111}
.ghost{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#fff}
.ghost:hover{background:rgba(255,255,255,.09)}
.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:34px;max-width:860px}
.hero-meta span{border-top:1px solid rgba(255,255,255,.13);padding-top:13px}
.hero-meta b{display:block;font-size:11px;color:#fff;margin-bottom:4px}
.hero-meta small{display:block;font-size:9.5px;line-height:1.45;color:#9499a1}
.hero-panel{border:1px solid rgba(255,255,255,.13);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.035));padding:30px;backdrop-filter:blur(14px);box-shadow:0 25px 70px rgba(0,0,0,.22)}
.panel-label{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#9da2aa;font-weight:800}
.hero-panel h2{font-family:var(--serif);font-size:clamp(34px,3vw,45px);line-height:1.04;font-weight:400;margin:13px 0 25px}
.principles{display:grid;gap:0}
.principles span{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;border-top:1px solid rgba(255,255,255,.1);padding:12px 0;font-size:11px;color:#d8dade}
.principles b{color:var(--orange2);font-size:9px;letter-spacing:.08em}

/* Shared sections */
.section{padding:105px 0}
.section-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.65fr);gap:80px;align-items:end;margin-bottom:42px}
.section-head h2,.company h2{font-family:var(--serif);font-weight:400;font-size:clamp(42px,4.7vw,68px);line-height:.99;letter-spacing:-.035em;margin:14px 0 0}
.section-head p,.company p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}

.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.cap-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;min-height:235px}
.cap-grid span{font-family:var(--serif);font-size:24px;color:var(--orange)}
.cap-grid h3{font-size:14px;margin:25px 0 8px}
.cap-grid p{font-size:11.5px;color:var(--muted);margin:0;line-height:1.65}

.hospital-usecases{background:#fff}
.usecase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.usecase-grid article{border:1px solid var(--line);border-radius:24px;padding:24px;background:#fafafa;min-height:225px}
.usecase-grid article.wide{grid-column:span 2;background:#111318;color:#fff}
.usecase-grid small{text-transform:uppercase;letter-spacing:.12em;font-size:9px;color:#9da1a8;font-weight:700}
.usecase-grid h3{font-family:var(--serif);font-size:29px;line-height:1.03;font-weight:400;margin:14px 0}
.usecase-grid p{font-size:11.5px;line-height:1.65;color:#727780}
.usecase-grid .wide p{color:#c6c8cc}
.usecase-grid .wide div{display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}
.usecase-grid .wide span{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:8px 10px;font-size:9.5px;color:#ddd}

.observations{background:#efefec}
.obs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.obs-grid article{border:1px solid var(--line);border-radius:20px;padding:22px;background:#fff;min-height:178px}
.obs-grid b{font-size:12px}
.obs-grid p{font-size:10.5px;line-height:1.65;color:var(--muted);margin:8px 0 0}
.audit-path{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:34px;padding:22px;border-radius:22px;background:#111318;color:#fff}
.audit-path span{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:8px 10px;font-size:9.5px}
.audit-path i{font-style:normal;color:var(--orange)}

.delivery{background:#fff}
.delivery-card{background:#111318;color:#fff;border-radius:30px;padding:38px;display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:start}
.delivery-card h2{font-family:var(--serif);font-size:42px;line-height:1.03;font-weight:400;margin:14px 0}
.delivery-card p{color:#c3c6ca;font-size:12px;line-height:1.7}
.delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.delivery-grid article{border:1px solid rgba(255,255,255,.12);border-radius:17px;padding:17px;min-height:104px}
.delivery-grid b{display:block;font-size:11px;margin-bottom:7px}
.delivery-grid span{font-size:9.5px;line-height:1.55;color:#b9bdc2}

.company{padding-top:90px}
.company-grid{display:grid;grid-template-columns:1fr .78fr;gap:68px;align-items:end}
.company-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.company-links a,.company-deck-btn{border:1px solid var(--line);border-radius:999px;padding:10px 13px;text-decoration:none;font-size:10px;font-weight:800;background:#fff;color:#111;cursor:pointer}
.company-deck-btn{background:var(--ink);color:#fff;border-color:var(--ink)}
.company-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.company-facts article{background:#fff;border:1px solid var(--line);border-radius:19px;padding:19px}
.company-facts small{display:block;text-transform:uppercase;letter-spacing:.11em;font-size:8.5px;color:#94989f}
.company-facts b{display:block;font-size:11px;margin-top:8px}

.source-notes{padding:0 0 46px}
.source-notes details{border:1px solid var(--line);border-radius:20px;background:#fff;padding:17px 19px}
.source-notes summary{cursor:pointer;font-size:11px;font-weight:800}
.source-note-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.source-note-grid>div{border-top:1px solid var(--line);padding-top:14px}
.source-note-grid b{display:block;font-size:11px}
.source-note-grid p{font-size:10.5px;color:var(--muted)}
.source-note-grid a{display:inline-block;margin-right:12px;font-size:9.5px;font-weight:800}

.tech-close{padding:46px 0 100px}
.close-card{background:linear-gradient(135deg,#ff5215,#ff7c4c);color:#fff;border-radius:30px;padding:36px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.close-card h2{font-family:var(--serif);font-weight:400;font-size:44px;line-height:1.02;margin:12px 0}
.close-card p{max-width:760px;margin:0;color:#fff5f1;font-size:13px;line-height:1.65}
.close-card .eyebrow{color:#fff}
.close-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.close-back{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:12px 16px;text-decoration:none;color:#fff;font-size:10px;font-weight:800;white-space:nowrap}

/* Full-screen company deck viewer */
.deck-modal{position:fixed;inset:0;z-index:500;display:none;align-items:center;justify-content:center;padding:18px}
.deck-modal.is-open{display:flex}
.deck-modal-backdrop{position:absolute;inset:0;background:rgba(4,5,7,.78);backdrop-filter:blur(12px)}
.deck-modal-panel{position:relative;z-index:1;width:min(1420px,96vw);height:min(930px,94vh);background:#f5f5f3;border:1px solid rgba(255,255,255,.14);border-radius:24px;overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.45);display:grid;grid-template-rows:auto 1fr}
.deck-modal-head{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 16px 12px 20px;border-bottom:1px solid var(--line);background:#fff}
.deck-modal-brand{display:flex;align-items:center;gap:16px;min-width:0}
.deck-modal-brand img{width:138px;height:24px;object-fit:contain}
.deck-modal-brand div{border-left:1px solid var(--line);padding-left:15px;min-width:0}
.deck-modal-brand small{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:8px;color:#92969d}
.deck-modal-brand b{display:block;font-size:12px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.deck-modal-actions{display:flex;align-items:center;gap:8px}
.deck-modal-actions a,.deck-modal-actions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;text-decoration:none;font-size:9.5px;font-weight:800;cursor:pointer;color:#111}
.deck-modal-actions button{background:#111;color:#fff;border-color:#111}
.deck-modal-viewer{position:relative;background:#191b20;padding:12px}
.deck-modal-viewer iframe{display:block;width:100%;height:100%;border:0;border-radius:12px;background:#fff}
.deck-modal-fallback{position:absolute;left:25px;bottom:18px;background:rgba(17,19,24,.88);color:#c9ccd1;border-radius:999px;padding:8px 11px;font-size:8.5px;pointer-events:none}
.deck-modal-fallback a{color:#fff;font-weight:800;pointer-events:auto}

/* Responsive */
@media(max-width:1180px){
  .tech-header-shell{grid-template-columns:auto 1fr;gap:16px}.tech-nav{display:none}.tech-header-actions{justify-self:end}
  .hero-grid,.section-head,.delivery-card,.company-grid{grid-template-columns:1fr;gap:34px}
  .hero-grid{max-width:980px}.hero-panel{max-width:760px}.hero-meta{max-width:none}
  .cap-grid{grid-template-columns:1fr 1fr}.obs-grid{grid-template-columns:1fr 1fr}.usecase-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  :root{--shell:calc(100vw - 28px)}
  .tech-header-shell{width:calc(100vw - 20px);min-height:68px}.tech-brand{min-width:0}.tech-brand .leznit-logo{width:116px}.tech-brand .continental-lockup-logo{width:104px}.brand-divider{font-size:12px}.back-header-btn{display:none}.deck-header-btn{padding:9px 12px}
  .tech-hero{padding:78px 0 70px}.hero-copy h1{font-size:48px}.hero-copy>p{font-size:14px}.hero-meta{grid-template-columns:1fr}.hero-panel{padding:24px}.hero-panel h2{font-size:34px}
  .section{padding:76px 0}.section-head{gap:20px}.section-head h2,.company h2{font-size:43px}.cap-grid,.obs-grid,.usecase-grid,.delivery-grid,.company-facts,.source-note-grid{grid-template-columns:1fr}.usecase-grid article.wide{grid-column:auto}.delivery-card{padding:24px}.delivery-card h2{font-size:35px}
  .close-card{align-items:flex-start;flex-direction:column;padding:28px}.close-card h2{font-size:36px}.close-actions{justify-content:flex-start}
  .deck-modal{padding:8px}.deck-modal-panel{height:96vh;border-radius:18px}.deck-modal-head{min-height:64px;padding:10px}.deck-modal-brand img{width:108px}.deck-modal-brand div{display:none}.deck-modal-actions a{display:none}.deck-modal-viewer{padding:8px}.deck-modal-fallback{left:16px;right:16px;bottom:14px;border-radius:12px;text-align:center}
}
@media(max-width:470px){
  .tech-brand .continental-lockup-logo{display:none}.brand-divider{display:none}.tech-header-shell{grid-template-columns:1fr auto}.hero-copy h1{font-size:42px}.hero-actions{align-items:stretch;flex-direction:column}.primary,.ghost{width:100%}.company-links{align-items:stretch;flex-direction:column}.company-links a,.company-deck-btn{text-align:center}
}
