:root {
  color-scheme: light;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --paper: #f5f5f7;
  --panel: #fbfbfd;
  --accent: #0071e3;
  --accent-dark: #005bb5;
  --shadow: 0 28px 80px rgba(0, 0, 0, .08);
}

/* LabiCast product experience v4 */
.headline-line { display: block; white-space: nowrap; }
.portal-lead, .labicast-value-copy > p:last-child, .labicast-story-heading > p:last-child, .labicast-content-heading > p:last-child, .labicast-use-cases-heading > p:last-child, .labicast-faq-heading > p:last-child { text-wrap: pretty; line-break: strict; }

.unified-product-header { min-height: 64px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); }
.product-brand-group { display: flex; align-items: center; gap: 14px; }
.product-brand-group .brand { display: flex; align-items: center; }
.product-home-link { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid #e0e5ec; border-radius: 11px; color: #536174; background: #fff; transition: color .18s ease, border-color .18s ease, transform .18s ease; }
.product-home-link svg { width: 18px; height: 18px; }
.product-home-link:hover { border-color: #9fc6f8; color: #096bd8; transform: translateY(-1px); }
.unified-product-header nav { gap: 24px; }
.unified-product-header nav > a { min-height: 44px; display: inline-flex; align-items: center; color: #596476; font-size: 13px; font-weight: 760; text-decoration: none; }
.unified-product-header nav > a.is-active { color: #111821; }
.unified-product-header nav > a.is-active::after { height: 2px; border-radius: 999px; }

.portal-hero h1 .headline-line + .headline-line { margin-top: .06em; }

.labicast-product-download .product-download-heading { text-align: center; }
.labicast-platform-icon { width: 48px; height: 48px; display: grid; align-self: end; place-items: center; color: #434954; }
.labicast-platform-icon::before { display: none !important; content: none !important; }
.labicast-platform-icon svg { width: 42px; height: 42px; display: block; }
.labicast-platform-action { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease; }
.labicast-platform-action:hover { transform: translateY(-4px); border-color: #99bfee; box-shadow: 0 18px 40px rgba(25, 86, 166, .12); }
.labicast-platform-action.is-current .labicast-platform-icon, .labicast-platform-action.is-active .labicast-platform-icon { color: #096fdf; }

.labicast-story-heading h2, .labicast-content-heading h2, .labicast-use-cases-heading h2, .labicast-platform-heading h2, .labicast-faq-heading h2, .labicast-value-copy h2 { text-wrap: balance; }
.labicast-story-heading h2 .headline-line + .headline-line, .labicast-content-heading h2 .headline-line + .headline-line, .labicast-use-cases-heading h2 .headline-line + .headline-line, .labicast-platform-heading h2 .headline-line + .headline-line, .labicast-faq-heading h2 .headline-line + .headline-line, .labicast-value-copy h2 .headline-line + .headline-line { margin-top: .08em; }

.labicast-cast-workspace { position: relative; height: 690px; margin-top: 92px; isolation: isolate; }
.cast-display { position: absolute; left: 50%; top: 10px; z-index: 2; width: 70%; height: 500px; padding: 12px; border: 1px solid rgba(146,178,220,.45); border-radius: 26px; background: linear-gradient(145deg,#15243a,#070e18); box-shadow: 0 42px 100px rgba(0,0,0,.35); transform: translateX(-50%); }
.cast-display::after { position: absolute; left: 50%; bottom: -65px; width: 230px; height: 65px; border-bottom: 2px solid #34465f; background: linear-gradient(90deg,transparent,#34465f 47%,#34465f 53%,transparent); content: ""; transform: translateX(-50%); }
.cast-display-bar { height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 16px; border-radius: 15px 15px 0 0; background: #0c1726; color: #8298b5; }
.cast-display-bar > span { font-size: 10px; font-weight: 850; letter-spacing: .2em; }
.cast-display-bar strong { display: flex; align-items: center; gap: 8px; color: #bac8da; font-size: 11px; }
.cast-display-bar strong i { width: 7px; height: 7px; border-radius: 50%; background: #3ee08a; box-shadow: 0 0 12px #3ee08a; }
.cast-display-body { height: 378px; display: grid; grid-template-columns: 84px 1fr; gap: 12px; padding: 14px; background: linear-gradient(145deg,#10284c,#0b1830); }
.cast-thumbnails { display: grid; align-content: start; gap: 10px; }
.cast-thumbnails i { height: 55px; border: 1px solid rgba(127,171,232,.18); border-radius: 7px; background: linear-gradient(145deg,#243f67,#142540); }
.cast-thumbnails i.is-active { border-color: #67a8ff; box-shadow: 0 0 0 2px rgba(80,155,255,.18); }
.cast-slide { position: relative; min-width: 0; padding: 32px 38px; border-radius: 9px; background: #f8fbff; color: #172236; overflow: hidden; }
.cast-slide::after { position: absolute; right: -45px; top: -55px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle,#cce2ff,rgba(204,226,255,0) 70%); content: ""; }
.cast-slide > span { color: #377ed5; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.cast-slide h3 { max-width: 330px; margin: 16px 0 24px; font-size: clamp(24px,2.5vw,38px); letter-spacing: -.04em; }
.cast-chart { height: 132px; display: flex; align-items: end; gap: 11px; padding: 0 0 8px; border-bottom: 1px solid #cad6e6; }
.cast-chart i { width: 18%; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg,#3a8ff4,#145bb8); }
.cast-chart i:nth-child(1) { height: 36%; }.cast-chart i:nth-child(2) { height: 58%; }.cast-chart i:nth-child(3) { height: 78%; }.cast-chart i:nth-child(4) { height: 94%; background: linear-gradient(180deg,#74b6ff,#1873df); }
.cast-slide-footer { display: flex; align-items: baseline; gap: 9px; margin-top: 14px; }.cast-slide-footer b { color: #1268d6; font-size: 22px; }.cast-slide-footer small { color: #7a8798; font-size: 10px; }
.cast-controls { height: 52px; display: flex; align-items: center; justify-content: center; gap: 20px; border-radius: 0 0 15px 15px; background: #0c1726; color: #7286a0; font-size: 10px; }
.cast-controls i { width: 28px; height: 1px; background: #35475d; }.cast-controls b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #2378df; color: #fff; font-size: 10px; }
.cast-source { position: absolute; z-index: 4; border: 1px solid rgba(123,163,217,.34); background: rgba(14,31,53,.96); color: #e8f2ff; box-shadow: 0 24px 70px rgba(0,0,0,.34); backdrop-filter: blur(18px); }
.cast-phone-panel { left: 1.5%; bottom: 8px; width: 190px; height: 300px; padding: 18px; border-radius: 28px; transform: rotate(-4deg); }
.cast-source-bar { display: flex; align-items: center; justify-content: space-between; color: #83a0c6; font-size: 9px; }.cast-source-bar i { width: 34px; height: 5px; border-radius: 10px; background: #294568; }
.cast-phone-panel > strong, .cast-desktop-panel > strong { display: block; margin: 24px 0 14px; font-size: 14px; }
.cast-phone-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; }.cast-phone-grid i { height: 72px; border-radius: 9px; }.cast-phone-grid i:nth-child(1){background:linear-gradient(145deg,#ffb36d,#9857ff)}.cast-phone-grid i:nth-child(2){background:linear-gradient(145deg,#3ac7e9,#1963bf)}.cast-phone-grid i:nth-child(3){background:linear-gradient(145deg,#66c285,#184b4f)}.cast-phone-grid i:nth-child(4){background:linear-gradient(145deg,#f9d46d,#d4686a)}
.cast-source-status { display: block; margin-top: 12px; color: #69aaff; font-size: 10px; }
.cast-desktop-panel { right: 0; bottom: 24px; width: 270px; min-height: 208px; padding: 18px 20px 22px; border-radius: 18px; transform: rotate(3deg); }
.cast-window-dots { display: flex; gap: 5px; }.cast-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #4d6380; }.cast-window-dots i:first-child{background:#ff6a6a}.cast-window-dots i:nth-child(2){background:#ffc04d}.cast-window-dots i:nth-child(3){background:#40d07b}
.cast-desktop-panel > strong { margin-top: 18px; }
.cast-file { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 10px; margin-top: 8px; padding: 9px; border: 1px solid transparent; border-radius: 9px; color: #9fb0c6; }.cast-file.is-selected { border-color: rgba(81,155,255,.45); background: rgba(39,111,204,.18); color:#fff; }.cast-file b { height: 34px; display:grid;place-items:center;border-radius:6px;background:#f06748;color:#fff;font-size:8px}.cast-file:nth-of-type(3) b{background:#e54848}.cast-file span{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cast-connection { position: absolute; z-index: 1; height: 1px; background: linear-gradient(90deg,#2e7fdc,#73b5ff); transform-origin: left center; }.cast-connection::after{position:absolute;right:-3px;top:-3px;width:7px;height:7px;border-radius:50%;background:#63acff;box-shadow:0 0 12px #63acff;content:""}.cast-connection-phone{left:16%;bottom:186px;width:25%;transform:rotate(-21deg)}.cast-connection-desktop{right:16%;bottom:172px;width:26%;transform:rotate(198deg)}

.labicast-content-visual { height: 620px; margin-top: 84px; }
.content-display { position: absolute; left: 50%; top: 0; width: 88%; height: 520px; padding: 12px; border-radius: 28px; background: #111b29; box-shadow: 0 40px 100px rgba(24,56,99,.22); transform: translateX(-50%); }
.content-display::after { position: absolute; left: 50%; bottom: -62px; width: 220px; height: 62px; border-bottom: 2px solid #9aaabd; background: linear-gradient(90deg,transparent,#aab8c8 47%,#aab8c8 53%,transparent); content:""; transform:translateX(-50%); }
.content-display-topbar { height: 48px; display:flex;align-items:center;gap:18px;padding:0 18px;border-radius:16px 16px 0 0;background:#f8fbff;color:#68758a;font-size:11px}.content-display-topbar>span{margin-right:auto;color:#176fda;font-weight:850;letter-spacing:.15em}.content-display-topbar strong{display:flex;align-items:center;gap:7px}.content-display-topbar strong i{width:7px;height:7px;border-radius:50%;background:#35ca75}.content-display-topbar small{padding:5px 9px;border-radius:999px;background:#e9f6ee;color:#23864b}
.content-dashboard { height: 402px; display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:1fr 1fr;gap:12px;padding:14px;background:#eaf0f7; }
.content-dashboard section { min-width:0;padding:15px;border:1px solid #dce4ee;border-radius:13px;background:#fff;box-shadow:0 8px 20px rgba(35,64,101,.06);overflow:hidden}.content-dashboard header{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.content-dashboard header strong{font-size:13px}.content-dashboard header span{color:#8994a4;font-size:9px}
.content-gallery { grid-row:1 / 3; }.content-photo-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:8px;height:310px}.content-photo-grid i{border-radius:9px;background:linear-gradient(145deg,#68b6ff,#334ea7)}.content-photo-grid i:first-child{grid-row:1 / 3;background:linear-gradient(145deg,#f5c36b,#e46b74 46%,#6a57a8)}.content-photo-grid i:nth-child(2){background:linear-gradient(145deg,#43c6b7,#17677a)}.content-photo-grid i:nth-child(3){background:linear-gradient(145deg,#8cc6ff,#5f6bc4)}.content-photo-grid i:nth-child(4){display:none}
.content-document{position:relative}.content-file-badge{display:inline-grid;place-items:center;width:34px;height:38px;border-radius:7px;background:#e64d4d;color:#fff;font-size:8px;font-weight:850}.content-document>strong{margin-left:8px;font-size:12px}.content-document-lines{display:grid;gap:7px;margin-top:12px}.content-document-lines i{height:4px;border-radius:5px;background:#dbe3ed}.content-document-lines i:nth-child(2){width:82%}.content-document-lines i:nth-child(3){width:90%}.content-document-lines i:nth-child(4){width:62%}.content-document>small{position:absolute;right:15px;bottom:12px;color:#9aa5b4;font-size:8px}
.content-presentation{position:relative;background:linear-gradient(145deg,#fff8f2,#fff)!important}.content-presentation>span{color:#ee6b45;font-size:9px;font-weight:850}.content-presentation>strong{display:block;margin-top:8px;font-size:17px}.content-presentation>div{height:40px;display:flex;align-items:end;gap:6px;margin-top:11px}.content-presentation i{width:18px;border-radius:4px 4px 0 0;background:#ff9b6d}.content-presentation i:nth-child(1){height:40%}.content-presentation i:nth-child(2){height:70%}.content-presentation i:nth-child(3){height:100%}
.content-video{position:relative;padding-left:105px!important}.content-video-frame{position:absolute;left:14px;top:14px;width:78px;height:68px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(145deg,#233d66,#10213b)}.content-video-frame b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.9);color:#176fda;font-size:9px}.content-video>strong{font-size:12px}.content-video>span{display:block;height:3px;margin-top:15px;border-radius:5px;background:#dce4ed}.content-video>span i{display:block;width:52%;height:100%;border-radius:inherit;background:#1b75df}.content-video>small{color:#929eae;font-size:8px}
.content-display-footer{height:46px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;border-radius:0 0 16px 16px;background:#f8fbff;color:#798699;font-size:10px}.content-display-footer strong{color:#2e3b4d;font-size:10px}

.compliance-center { background:#f5f7fa;color:#111821; }
.compliance-hero { max-width:1240px;margin:0 auto;padding:112px 24px 80px; }
.compliance-hero .eyebrow { margin:0 0 24px;color:#1370dd;font-size:12px;font-weight:850;letter-spacing:.12em; }
.compliance-hero h1 { max-width:920px;margin:0;font-size:clamp(48px,6vw,78px);line-height:1.02;letter-spacing:-.055em; }
.compliance-hero>p:last-child { max-width:700px;margin:30px 0 0;color:#687386;font-size:17px;line-height:1.8;text-wrap:pretty; }
.compliance-documents { max-width:1240px;margin:0 auto;padding:0 24px 100px; }
.compliance-section-heading { display:flex;align-items:end;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid #c9d1dc; }.compliance-section-heading p,.compliance-notice>div p{margin:0 0 10px;color:#1772df;font-size:11px;font-weight:850;letter-spacing:.13em}.compliance-section-heading h2,.compliance-notice h2{margin:0;font-size:30px;letter-spacing:-.03em}.compliance-section-heading>span{margin-bottom:4px;padding:7px 11px;border-radius:999px;background:#e6f6ec;color:#25864c;font-size:11px;font-weight:750}
.compliance-document-list{display:grid}.compliance-document-row{display:grid;grid-template-columns:58px 1fr 30px;align-items:center;gap:22px;min-height:150px;padding:28px 8px;border-bottom:1px solid #d3dae3;color:inherit;text-decoration:none;transition:padding-left .2s ease,background .2s ease}.compliance-document-row:hover{padding-left:18px;background:#fff}.compliance-document-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid #d3e4fa;border-radius:15px;background:#edf5ff;color:#126cda}.compliance-document-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.compliance-document-row small{display:block;color:#7c8797;font-size:11px}.compliance-document-row strong{display:block;margin-top:5px;font-size:22px}.compliance-document-row p{margin:8px 0 0;color:#6b7687;font-size:14px}.compliance-document-row>b{color:#1b70d8;font-size:20px}
.compliance-notice { max-width:1192px;display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:70px;margin:0 auto;padding:46px 0;border-top:1px solid #c9d1dc;border-bottom:1px solid #c9d1dc; }.compliance-notice>p{margin:0;color:#687386;font-size:15px;line-height:1.8;text-wrap:pretty}
.compliance-operator { max-width:1240px;display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:0 auto;padding:72px 24px 110px; }.compliance-operator>div{padding:26px;border:1px solid #d9e0e8;border-radius:18px;background:#fff}.compliance-operator p{margin:0 0 9px;color:#7d8796;font-size:11px;font-weight:750}.compliance-operator strong,.compliance-operator a{color:#1b2636;font-size:15px;font-weight:800;text-decoration:none}

@media (max-width: 1160px) {
  .portal-hero, .portal-showcase, .portal-showcase-picpeek { grid-template-columns:1fr; }
  .portal-hero { min-height:auto;gap:54px;padding-top:72px;padding-bottom:72px; }
  .portal-hero-copy,.portal-showcase-copy{max-width:720px}.portal-showcase-picpeek .portal-showcase-media{order:2}.portal-showcase-picpeek .portal-showcase-copy{order:1}
  .labicast-story-heading,.labicast-content-heading,.labicast-use-cases{grid-template-columns:1fr;gap:34px}.labicast-story-heading>p:last-child,.labicast-content-heading>p:last-child{grid-column:1;grid-row:auto}.labicast-use-cases-heading{position:static}
  .labicast-story-heading h2,.labicast-content-heading h2,.labicast-use-cases-heading h2{font-size:clamp(48px,6vw,64px)}
}

@media (max-width: 760px) {
  .unified-product-header{min-height:60px;padding:0 14px}.product-brand-group{gap:9px}.product-home-link{width:34px;height:34px;border-radius:10px}.unified-product-header .brand-logo{height:28px}.unified-product-header nav{gap:9px}.unified-product-header nav>a{min-height:38px;font-size:11px}.unified-product-header .nav-language{margin-left:0}
  .portal-hero h1{font-size:clamp(39px,11vw,48px)}
  .labicast-value-copy h2,.labicast-device-story .labicast-story-heading h2,.labicast-content-stage .labicast-content-heading h2,.labicast-use-cases-heading h2,.labicast-platform-heading h2,.labicast-faq-heading h2{font-size:36px;line-height:1.03;letter-spacing:-.045em}
  .labicast-cast-workspace{height:480px;margin-top:52px}.cast-display{top:0;width:94%;height:330px;padding:7px;border-radius:18px}.cast-display::after{bottom:-38px;width:120px;height:38px}.cast-display-bar{height:35px;padding:0 9px;border-radius:10px 10px 0 0}.cast-display-bar>span{font-size:7px}.cast-display-bar strong{font-size:7px}.cast-display-body{height:244px;grid-template-columns:42px 1fr;gap:7px;padding:8px}.cast-thumbnails{gap:6px}.cast-thumbnails i{height:34px}.cast-slide{padding:18px 16px}.cast-slide>span{font-size:6px}.cast-slide h3{margin:9px 0 13px;font-size:20px}.cast-chart{height:80px;gap:6px}.cast-slide-footer{margin-top:8px}.cast-slide-footer b{font-size:14px}.cast-slide-footer small{font-size:6px}.cast-controls{height:37px;gap:10px;font-size:7px}.cast-controls b{width:23px;height:23px}.cast-phone-panel{left:0;bottom:6px;width:108px;height:185px;padding:11px;border-radius:18px}.cast-phone-panel>strong{margin:13px 0 8px;font-size:9px}.cast-phone-grid{gap:4px}.cast-phone-grid i{height:43px}.cast-source-status{margin-top:7px;font-size:6px}.cast-desktop-panel{right:-2px;bottom:14px;width:150px;min-height:132px;padding:11px;border-radius:12px}.cast-window-dots i{width:5px;height:5px}.cast-desktop-panel>strong{margin:11px 0 7px;font-size:9px}.cast-file{grid-template-columns:27px 1fr;gap:5px;margin-top:5px;padding:5px}.cast-file b{height:22px;font-size:5px}.cast-file span{font-size:6px}.cast-connection-phone{left:18%;bottom:120px}.cast-connection-desktop{right:18%;bottom:110px}
  .labicast-content-visual{height:390px;margin-top:52px}.content-display{width:100%;height:330px;padding:7px;border-radius:18px}.content-display::after{bottom:-38px;width:120px;height:38px}.content-display-topbar{height:34px;padding:0 9px;border-radius:11px 11px 0 0;font-size:6px;gap:8px}.content-display-topbar small{padding:3px 5px}.content-dashboard{height:253px;gap:6px;padding:7px}.content-dashboard section{padding:7px;border-radius:8px}.content-dashboard header{margin-bottom:5px}.content-dashboard header strong{font-size:8px}.content-dashboard header span{font-size:5px}.content-photo-grid{height:200px;gap:4px}.content-document>strong{margin-left:3px;font-size:7px}.content-file-badge{width:21px;height:24px;font-size:5px}.content-document-lines{gap:4px;margin-top:6px}.content-document-lines i{height:2px}.content-presentation>strong{margin-top:4px;font-size:10px}.content-presentation>div{height:24px;margin-top:5px}.content-video{padding-left:58px!important}.content-video-frame{left:7px;top:7px;width:44px;height:40px}.content-video-frame b{width:20px;height:20px}.content-video>strong{font-size:7px}.content-video>span{margin-top:8px}.content-video>small{font-size:5px}.content-display-footer{height:29px;padding:0 9px;border-radius:0 0 11px 11px;font-size:6px}.content-display-footer strong{font-size:6px}
  .compliance-hero{padding:76px 20px 56px}.compliance-hero h1{font-size:42px}.compliance-hero>p:last-child{margin-top:23px;font-size:15px}.compliance-documents{padding:0 20px 72px}.compliance-section-heading{align-items:start}.compliance-section-heading h2{font-size:25px}.compliance-document-row{grid-template-columns:46px 1fr 20px;gap:13px;min-height:134px;padding:22px 0}.compliance-document-icon{width:43px;height:43px;border-radius:12px}.compliance-document-icon svg{width:23px;height:23px}.compliance-document-row strong{font-size:18px}.compliance-document-row p{font-size:12px;line-height:1.6}.compliance-notice{grid-template-columns:1fr;gap:22px;margin:0 20px;padding:35px 0}.compliance-notice h2{font-size:25px}.compliance-operator{grid-template-columns:1fr;padding:54px 20px 82px}
}

@media (max-width: 430px) {
  .unified-product-header .brand-logo{height:25px}.unified-product-header nav>a{font-size:10px}
  .headline-line{white-space:nowrap}html[lang="en"] .headline-line{white-space:normal}
}
* { box-sizing: border-box; }
html { width: 100%; min-width: 320px; scroll-behavior: smooth; overflow-x: clip; }
body { width: 100%; min-width: 320px; margin: 0; overflow-x: clip; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.55; text-rendering: optimizeLegibility; }
main, .product-detail, .site-header, .site-footer, .product-footer, .product-compliance-footer { width: 100%; max-width: none; }
html, body { inline-size: 100%; min-inline-size: 100%; max-inline-size: none; }
body > header, body > main, body > footer { inline-size: 100%; min-inline-size: 100%; max-inline-size: none; }
a { color: inherit; }
.site-header { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, 7vw); border-bottom: 1px solid rgba(0,0,0,.07); position: sticky; top: 0; background: rgba(251,251,253,.9); backdrop-filter: saturate(180%) blur(20px); z-index: 5; }
.brand { display: inline-flex; align-items: center; text-decoration: none; white-space: nowrap; }
.brand-logo { display: block; width: auto; height: 30px; }
.brand-mark { width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 7px; background: var(--ink); color: #fff; font-size: 13px; line-height: 1; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
nav { display: flex; gap: clamp(14px, 2vw, 30px); color: #2b2f36; font-size: 13px; white-space: nowrap; }
nav a, .nav-product-menu summary { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; position: relative; color: rgba(29,29,31,.82); }
nav a:hover, nav a.is-active, .nav-product-menu summary.is-active { color: var(--ink); }
nav a.is-active::after, .nav-product-menu summary.is-active::before { content: ""; position: absolute; left: 0; right: 0; bottom: 7px; height: 2px; background: var(--ink); }
.nav-language { min-height: 44px; display: inline-flex; align-items: center; gap: 4px; }
.nav-language a, .nav-language span { min-height: 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(0,0,0,.1); border-radius: 999px; padding: 0 9px; color: rgba(29,29,31,.74); font-size: 12px; font-weight: 750; line-height: 1; text-decoration: none; }
.nav-language span { color: var(--ink); background: #fff; }
.nav-language a:hover { color: var(--ink); background: #fff; }
.nav-product-menu { position: relative; display: inline-flex; align-items: center; }
.nav-product-menu summary { cursor: pointer; list-style: none; user-select: none; }
.nav-product-menu summary::-webkit-details-marker { display: none; }
.nav-product-menu summary::after { content: ""; width: 7px; height: 7px; margin-left: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .72; }
.nav-product-menu[open] summary, .nav-product-menu:hover summary, .nav-product-menu:focus-within summary { color: var(--ink); }
.nav-submenu { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(-4px); min-width: 280px; display: grid; gap: 4px; padding: 8px; border: 1px solid rgba(0,0,0,.08); border-radius: 8px; background: rgba(255,255,255,.98); box-shadow: 0 18px 48px rgba(0,0,0,.12); opacity: 0; pointer-events: none; transition: opacity .16s ease, transform .16s ease; z-index: 20; }
.nav-submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px; }
.nav-product-menu[open] .nav-submenu, .nav-product-menu:hover .nav-submenu, .nav-product-menu:focus-within .nav-submenu { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-submenu a { min-height: 0; display: grid; gap: 3px; padding: 12px; border-radius: 8px; color: var(--ink); white-space: normal; }
.nav-submenu a:hover, .nav-submenu a:focus { background: var(--paper); outline: none; }
.nav-submenu strong { font-size: 14px; line-height: 1.2; }
.nav-submenu span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.page-hero h1 { font-size: clamp(38px, 3.7vw, 54px); line-height: 1.12; margin: 0 0 18px; letter-spacing: 0; max-width: none; text-align: center; text-wrap: balance; white-space: nowrap; }
.lead { color: var(--muted); font-size: clamp(17px, 1.42vw, 21px); line-height: 1.52; max-width: 980px; margin-left: auto; margin-right: auto; text-align: center; text-wrap: pretty; }
.eyebrow { margin: 0; color: var(--muted); letter-spacing: 0; font-size: 13px; font-weight: 650; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; justify-content: center; }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid rgba(0,113,227,.32); border-radius: 999px; text-decoration: none; font-weight: 700; color: var(--accent); background: rgba(255,255,255,.78); }
.button.primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.button.secondary { color: var(--accent); background: rgba(255,255,255,.78); }
.button.disabled { color: var(--muted); border-color: var(--line); background: var(--paper); }
.hero-actions.left { justify-content: flex-start; }
.hero-visual { padding-top: 0; padding-bottom: 76px; background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%); display: grid; justify-items: center; }
.hero-device { width: min(880px, 92vw); margin-top: 0; border: 1px solid rgba(0,0,0,.08); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); overflow: hidden; }
.device-topbar { height: 44px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(245,245,247,.72); }
.device-topbar span { width: 11px; height: 11px; border-radius: 999px; background: #d2d2d7; }
.device-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 12px; padding: 18px; }
.device-panel { min-height: 138px; border-radius: 18px; background: #f5f5f7; display: grid; align-content: end; justify-items: start; padding: 20px; text-align: left; }
.device-panel.wide { background: #1d1d1f; color: #fff; }
.device-panel b { font-size: 22px; }
.device-panel em { color: #86868b; font-style: normal; margin-top: 4px; }
.device-panel.wide em { color: #c7c7cc; }
.section, .two-column, .band, .page-hero { padding: 76px max(24px, 7vw); }
.compact { padding-top: 36px; padding-bottom: 44px; }
.section-heading { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.section-heading-left { margin-left: 0; margin-right: 0; text-align: left; max-width: 760px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
h2 { font-size: clamp(28px, 3.2vw, 46px); line-height: 1.12; margin: 8px 0 16px; letter-spacing: 0; }
.showcase { min-height: 640px; display: grid; place-items: center; text-align: center; padding: 96px max(24px, 7vw); }
.showcase.dark { background: #000; color: #f5f5f7; }
.showcase-copy { max-width: 900px; }
.showcase p:not(.eyebrow) { color: #a1a1a6; font-size: clamp(19px, 2vw, 26px); }
.three-up { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.three-up article { background: var(--paper); border-radius: 8px; padding: 30px; min-height: 248px; display: grid; align-content: start; }
.three-up span { color: var(--accent); font-weight: 800; }
.three-up h3, .product-card h3 { font-size: 22px; line-height: 1.18; margin: 12px 0; }
.three-up p, .product-card p { color: var(--muted); margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.product-grid-wide { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.product-card { border: 1px solid rgba(0,0,0,.05); border-radius: 8px; padding: 28px; min-height: 236px; display: grid; align-content: start; background: var(--paper); }
.products-section { padding-top: 54px; }
.feature-product { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 34px; align-items: center; background: #fbfbfd; }
.feature-product-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.feature-product-media, .product-screenshot, .screenshot-grid figure, .product-feature-card { border: 1px solid rgba(0,0,0,.06); border-radius: 8px; background: var(--paper); overflow: hidden; }
.feature-product-media img, .product-screenshot img, .product-feature-card img, .screenshot-grid img { width: 100%; display: block; }
.feature-product-media { box-shadow: var(--shadow); }
.product-hero { min-height: 420px; }
.product-screenshot { padding: 0; margin: 0 max(24px, 7vw); }
.screenshot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-top: 28px; }
.screenshot-grid figure { margin: 0; }
.screenshot-grid figcaption { padding: 14px 16px 18px; color: var(--muted); font-size: 14px; }
.product-feature-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 22px; align-items: center; padding: 28px; margin-bottom: 18px; background: #f5f5f7; }
.product-feature-card h3 { font-size: clamp(28px, 3vw, 42px); line-height: 1.12; margin: 10px 0 14px; }
.product-feature-card p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.product-feature-card img { border-radius: 8px; border: 1px solid rgba(0,0,0,.06); }
.product-detail { padding-top: 24px; }
.download-band { margin: 0 max(24px, 7vw) 80px; border-radius: 8px; }
.download-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.downloads-section { display: grid; gap: 24px; }
.download-card { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .8fr); gap: 24px; align-items: stretch; border-radius: 8px; background: var(--paper); padding: 30px; }
.download-card-main p:not(.eyebrow), .download-note p { color: var(--muted); font-size: 18px; }
.release-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; color: var(--muted); font-size: 14px; }
.release-meta span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; background: #fff; }
.download-list { display: grid; gap: 10px; }
.download-list a, .download-soon { display: grid; gap: 4px; padding: 18px; border-radius: 8px; background: #fff; text-decoration: none; border: 1px solid rgba(0,0,0,.06); }
.download-list a:hover { border-color: rgba(0,113,227,.42); }
.download-list span, .download-soon span { color: var(--muted); font-size: 14px; }
.download-support {
  display: grid;
  gap: 3px;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}
.download-support span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
}
.download-soon { background: #f5f5f7; }
.download-note { max-width: 920px; }
.download-platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding-top: 28px; }
.platform-card { min-height: 260px; display: grid; align-content: center; gap: 12px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: var(--paper); padding: 34px; text-decoration: none; }
.platform-card span { color: var(--muted); font-size: 15px; font-weight: 700; }
.platform-card strong { color: var(--ink); font-size: clamp(30px, 3vw, 42px); line-height: 1.1; }
.platform-card em { color: var(--muted); font-style: normal; font-size: 17px; }
.primary-download { background: #fff; box-shadow: 0 14px 38px rgba(0,0,0,.065); }
.primary-download:hover { border-color: rgba(0,113,227,.42); }
.platform-soon { background: #f5f5f7; opacity: .82; }
.policy-content { max-width: 960px; margin: 0 auto; }
.policy-content p { color: var(--muted); font-size: 18px; }
.text-link { color: var(--accent-dark); font-weight: 700; text-decoration: none; }
.band { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1fr); gap: 32px; align-items: center; }
.band.refined { margin: 0 max(24px, 7vw) 88px; border-radius: 26px; }
.band p { color: var(--muted); }
.page-hero { min-height: 342px; background: linear-gradient(180deg, #fbfbfd, #fff); text-align: center; display: block; }
.page-hero-copy { width: min(1120px, 100%); margin: 0 auto; display: grid; justify-items: center; text-align: center; }
.page-hero-standard { min-height: 342px; padding-top: 96px; padding-bottom: 44px; }
.two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; }
.contact-layout > div { border-radius: 26px; background: var(--paper); padding: 36px; }
.evidence-list, .plain-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.evidence-list li { border: 0; border-radius: 18px; padding: 20px; background: #fff; }
.two-column:not(.contact-layout) .evidence-list li { background: var(--paper); }
.evidence-list span { display: block; color: var(--muted); margin-top: 6px; }
table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
th, td { text-align: left; border-bottom: 1px solid var(--line); padding: 18px; vertical-align: top; }
th { color: var(--muted); font-size: 13px; }
.empty-state { min-height: 330px; border-radius: 8px; background: var(--paper); display: grid; align-content: center; justify-items: center; text-align: center; padding: 44px; }
.empty-state h2 { font-size: clamp(28px, 3.4vw, 42px); }
.empty-icon { width: 60px; height: 60px; border-radius: 16px; background: linear-gradient(145deg, #fff, #e8e8ed); box-shadow: inset 0 0 0 1px rgba(0,0,0,.05), 0 16px 36px rgba(0,0,0,.07); margin-bottom: 18px; position: relative; }
.empty-icon::before { content: ""; width: 20px; height: 26px; border: 3px solid var(--accent); border-top: 0; border-radius: 0 0 7px 7px; position: absolute; left: 20px; top: 20px; }
.empty-icon::after { content: ""; width: 15px; height: 15px; border-left: 3px solid var(--accent); border-bottom: 3px solid var(--accent); transform: rotate(-45deg); position: absolute; left: 23px; top: 14px; }
.empty-state p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 18px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px 28px; padding: 32px max(24px, 7vw); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; background: var(--paper); }
.site-footer a { color: var(--muted); text-decoration: none; }
.footer-main { display: grid; gap: 4px; }
.footer-main strong { color: var(--ink); font-size: 14px; }
.footer-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: flex-end; }

@media (max-width: 820px) {
  .site-header { height: auto; min-height: 56px; padding: 8px 18px; align-items: flex-start; gap: 8px; flex-direction: column; }
  nav { width: 100%; gap: 6px; overflow-x: auto; padding-bottom: 2px; }
  nav a, .nav-product-menu summary { min-height: 44px; padding-right: 14px; }
  nav a.is-active::after { bottom: 5px; }
  .nav-product-menu { position: static; }
  .nav-submenu { left: 18px; right: 18px; top: calc(100% - 2px); min-width: 0; transform: translateY(-4px); }
  .nav-product-menu[open] .nav-submenu, .nav-product-menu:hover .nav-submenu, .nav-product-menu:focus-within .nav-submenu { transform: translateY(0); }
  .two-column, .band, .three-up, .device-grid, .feature-product, .screenshot-grid, .product-feature-card, .download-card, .download-platforms { grid-template-columns: 1fr; }
  .hero-visual { padding-top: 0; padding-bottom: 52px; }
  .hero-device { border-radius: 16px; }
  .section, .two-column, .band, .page-hero { padding: 52px 24px; }
  .page-hero h1 { white-space: normal; }
  .page-hero-standard { min-height: 300px; padding-top: 64px; padding-bottom: 38px; }
  .band.refined { margin: 0 24px 56px; }
  .product-screenshot { margin: 0 24px; }
  .download-band { margin: 0 24px 56px; }
  .download-actions { justify-content: flex-start; }
  .contact-layout > div { padding: 24px; }
  .product-feature-card { padding: 22px; }
  .site-footer { padding: 28px 24px; }
  .footer-links { justify-content: flex-start; }
}

/* Refined site system */
.home-hero, .page-intro, .product-detail-hero { padding: 58px max(24px, 7vw) 38px; }
.home-hero { min-height: 500px; display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); gap: clamp(34px, 5vw, 72px); align-items: center; background: linear-gradient(180deg, #fbfbfd 0%, #fff 100%); }
.company-hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fbfcff 0%, #fff 72%); }
.company-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,113,227,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(0,113,227,.055) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%); opacity: .75; pointer-events: none; }
.company-hero::after { content: ""; position: absolute; inset: auto max(24px, 7vw) 24px max(24px, 7vw); height: 1px; background: linear-gradient(90deg, rgba(0,113,227,.28), transparent 62%); pointer-events: none; }
.company-hero > * { position: relative; z-index: 1; }
.home-hero-copy h1, .page-intro h1, .product-detail-copy h1 { font-size: clamp(36px, 3.35vw, 50px); line-height: 1.12; margin: 10px 0 16px; letter-spacing: 0; text-wrap: balance; }
.home-hero-copy h1 { max-width: 520px; }
.home-hero-copy .lead { max-width: 610px; margin: 0; text-align: left; font-size: clamp(17px, 1.18vw, 19px); line-height: 1.66; }
.hero-status { margin: 0; color: var(--muted); font-size: 14px; font-weight: 650; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-points span { border: 1px solid rgba(0,0,0,.08); background: #fff; color: #4f5359; border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 650; }
.product-map-panel { display: grid; gap: 16px; align-self: stretch; align-content: center; }
.product-map-card { position: relative; min-height: 224px; display: grid; align-content: end; gap: 8px; padding: 30px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.92), #fff), linear-gradient(rgba(0,113,227,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,113,227,.06) 1px, transparent 1px); background-size: auto, 28px 28px, 28px 28px; text-decoration: none; box-shadow: 0 18px 46px rgba(15, 23, 42, .07); overflow: hidden; transition: transform .16s ease, border-color .16s ease; }
.product-map-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--accent), rgba(0,113,227,0)); }
.product-map-card:hover, .product-map-card:focus { transform: translateY(-2px); border-color: rgba(0,113,227,.32); outline: none; }
.product-map-card span { color: var(--accent); font-size: 13px; font-weight: 800; }
.product-map-card strong { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.05; }
.product-map-card em { color: var(--muted); font-style: normal; font-size: 15px; }
.home-hero-media, .home-product-showcase, .catalog-feature img, .product-detail-hero img, .product-row-media, .release-panel { border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 14px 38px rgba(0,0,0,.065); }
.home-product-showcase { max-width: 820px; justify-self: end; }
.showcase-caption { height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; border-bottom: 1px solid rgba(0,0,0,.07); background: #fff; }
.showcase-caption strong { font-size: 14px; }
.showcase-caption span { color: var(--muted); font-size: 13px; }
.home-product-showcase img { width: 100%; display: block; aspect-ratio: 1.6 / 1; object-fit: cover; object-position: center top; }
.home-hero-media img, .catalog-feature img, .product-detail-hero img, .product-row-media img { width: 100%; display: block; }
.identity-strip { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; padding: 13px max(24px, 7vw); background: #f6f6f8; border-top: 1px solid rgba(0,0,0,.08); border-bottom: 1px solid rgba(0,0,0,.08); color: var(--muted); font-size: 13px; }
.identity-strip strong { color: var(--ink); }
.identity-strip a { color: var(--muted); text-decoration: none; }
.section-tight { padding-top: 54px; padding-bottom: 54px; }
.section-muted { background: var(--paper); }
.section-kicker { max-width: 780px; margin-bottom: 24px; }
.section-kicker h2 { margin-top: 8px; }
.section-kicker p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin: 0; }
.product-overview-grid, .catalog-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-overview-card, .catalog-product-card { display: grid; grid-template-rows: auto minmax(260px, 1fr); border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 14px 38px rgba(0,0,0,.055); }
.product-overview-copy, .catalog-product-copy { padding: 28px; }
.product-overview-card h3, .catalog-product-card h2 { margin: 8px 0 12px; font-size: clamp(30px, 3vw, 42px); line-height: 1.1; }
.product-overview-copy p:not(.eyebrow), .catalog-product-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.product-overview-card img, .catalog-product-card img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; object-position: center top; border-top: 1px solid rgba(0,0,0,.07); }
.product-labicast-card { grid-template-rows: auto minmax(360px, 1fr); }
.catalog-product-card.product-labicast-card { grid-template-rows: minmax(360px, 1fr) auto; }
.labicast-dual-visual { position: relative; min-height: 360px; padding: 28px; border-top: 1px solid rgba(0,0,0,.07); background: linear-gradient(135deg, #eef6ff 0%, #f8fbf7 58%, #fff 100%); overflow: hidden; }
.product-detail-hero > .labicast-dual-visual { min-height: 520px; padding: 34px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; box-shadow: 0 18px 46px rgba(15,23,42,.08); }
.labicast-stage-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,113,227,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0,113,227,.06) 1px, transparent 1px); background-size: 32px 32px; opacity: .8; pointer-events: none; }
.labicast-hero-art { display: block; min-height: 0; padding: 0; border-radius: 8px; background: #edf3fb; }
.product-detail-hero > .labicast-hero-art { min-height: 0; padding: 0; }
.labicast-hero-art::before { display: none; }
.labicast-hero-art picture { display: block; border-radius: inherit; }
.labicast-hero-art img { position: relative; z-index: 1; display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; min-height: 0; object-fit: cover; object-position: center; border: 0; border-radius: inherit; }
.labicast-tv-device { position: relative; z-index: 1; width: min(92%, 760px); aspect-ratio: 16 / 9; display: grid; grid-template-rows: 46px 1fr; margin: 0 auto; padding: 0; border: 8px solid #111827; border-radius: 18px; background: radial-gradient(circle at 86% 12%, rgba(30, 144, 255, .32), transparent 23%), linear-gradient(135deg, #071834 0%, #07152e 48%, #020816 100%); color: #fff; box-shadow: 0 28px 70px rgba(15,23,42,.26); overflow: hidden; }
.labicast-tv-device::after { content: ""; position: absolute; left: 45%; right: 45%; bottom: -8px; height: 8px; border-radius: 0 0 8px 8px; background: #111827; }
.labicast-tv-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 28px; color: rgba(255,255,255,.86); font-size: 13px; }
.labicast-tv-top strong { font-size: 15px; }
.labicast-tv-content { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(140px, .45fr); gap: clamp(16px, 2.5vw, 28px); padding: 8px 30px 28px; }
.labicast-tv-main { display: grid; align-content: center; gap: 12px; min-width: 0; }
.labicast-network-card { width: min(390px, 100%); display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 2px 14px; align-items: center; padding: 14px 18px; border: 1px solid rgba(147,197,253,.42); border-radius: 12px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(255,255,255,.02); }
.labicast-network-card small { color: rgba(255,255,255,.7); font-size: 12px; }
.labicast-network-card strong { grid-column: 2; font-size: clamp(18px, 2vw, 30px); line-height: 1.05; overflow-wrap: anywhere; }
.labicast-wifi-mark { grid-row: 1 / 3; width: 42px; height: 42px; border-radius: 50%; background: radial-gradient(circle at 50% 70%, #ff9f0a 0 8%, transparent 9%), radial-gradient(circle at 50% 70%, transparent 0 22%, #ff9f0a 23% 34%, transparent 35%), radial-gradient(circle at 50% 70%, transparent 0 42%, #ff9f0a 43% 54%, transparent 55%); }
.labicast-tv-main p { display: flex; align-items: center; gap: 10px; margin: 0; color: rgba(255,255,255,.82); font-size: 15px; }
.labicast-tv-main p span { width: 12px; height: 12px; border-radius: 999px; background: #33d64a; box-shadow: 0 0 18px rgba(51,214,74,.68); }
.labicast-tv-main h3 { margin: 0; color: #fff; font-size: clamp(34px, 3.7vw, 54px); line-height: 1; white-space: nowrap; }
.labicast-tv-main em { width: fit-content; max-width: 100%; padding: 10px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.72); font-size: 13px; font-style: normal; }
.labicast-tv-side { display: grid; align-content: center; justify-items: center; gap: 8px; }
.labicast-tv-side time { font-size: clamp(34px, 4vw, 58px); line-height: 1; font-weight: 500; letter-spacing: 0; }
.labicast-tv-side small { color: rgba(255,255,255,.68); font-size: 13px; }
.labicast-qr-card { width: min(128px, 100%); display: grid; justify-items: center; gap: 8px; padding: 12px; border: 1px solid rgba(147,197,253,.38); border-radius: 14px; background: rgba(255,255,255,.06); }
.labicast-qr-card strong { color: rgba(255,255,255,.82); font-size: 13px; }
.labicast-qr { width: 76px; aspect-ratio: 1; border: 6px solid #fff; background-color: #fff; background-image: linear-gradient(90deg, #0b1220 50%, transparent 50%), linear-gradient(#0b1220 50%, transparent 50%), linear-gradient(90deg, transparent 50%, #0b1220 50%), linear-gradient(transparent 50%, #0b1220 50%); background-position: 0 0, 0 0, 8px 8px, 8px 8px; background-size: 16px 16px; }
.labicast-desktop-panel { position: absolute; z-index: 2; right: 28px; bottom: 28px; width: min(36%, 380px); overflow: hidden; border: 1px solid rgba(15,23,42,.12); border-radius: 8px; background: #fff; box-shadow: 0 24px 60px rgba(15,23,42,.18); }
.product-overview-card .labicast-dual-visual,
.catalog-product-card .labicast-dual-visual { min-height: 340px; }
.product-overview-card .labicast-tv-device,
.catalog-product-card .labicast-tv-device { width: min(94%, 560px); grid-template-rows: 38px 1fr; border-width: 6px; border-radius: 14px; }
.product-overview-card .labicast-tv-top,
.catalog-product-card .labicast-tv-top { padding: 0 18px; font-size: 12px; }
.product-overview-card .labicast-tv-top strong,
.catalog-product-card .labicast-tv-top strong { font-size: 13px; }
.product-overview-card .labicast-tv-content,
.catalog-product-card .labicast-tv-content { grid-template-columns: 1fr; padding: 6px 18px 22px; }
.product-overview-card .labicast-tv-side,
.catalog-product-card .labicast-tv-side { display: none; }
.product-overview-card .labicast-tv-main,
.catalog-product-card .labicast-tv-main { gap: 8px; }
.product-overview-card .labicast-network-card,
.catalog-product-card .labicast-network-card { grid-template-columns: 36px minmax(0, 1fr); padding: 10px 12px; }
.product-overview-card .labicast-wifi-mark,
.catalog-product-card .labicast-wifi-mark { width: 30px; height: 30px; }
.product-overview-card .labicast-tv-main p,
.catalog-product-card .labicast-tv-main p { font-size: 13px; }
.product-overview-card .labicast-tv-main h3,
.catalog-product-card .labicast-tv-main h3 { font-size: clamp(30px, 3.2vw, 42px); }
.product-overview-card .labicast-tv-main em,
.catalog-product-card .labicast-tv-main em { display: none; }
.product-overview-card .labicast-desktop-panel,
.catalog-product-card .labicast-desktop-panel { width: min(40%, 300px); right: 22px; bottom: 22px; }
.product-overview-card .labicast-dual-visual img, .catalog-product-card .labicast-dual-visual img, .product-detail-hero .labicast-dual-visual img { width: 100%; height: auto; min-height: 0; display: block; border: 0; border-radius: 0; object-fit: contain; object-position: center top; }
.product-row { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 26px; align-items: center; }
.product-row-copy { padding: 4px 0; }
.compact-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 12px; }
.compact-list li { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.compact-list strong { color: var(--ink); }
.compact-list span { color: var(--muted); }
.logic-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.logic-grid article { min-height: 198px; padding: 24px; border-radius: 8px; border: 1px solid rgba(0,0,0,.06); background: #fff; display: grid; align-content: start; }
.logic-grid span { color: var(--accent); font-weight: 800; font-size: 13px; }
.logic-grid h3 { margin: 12px 0 10px; font-size: 22px; line-height: 1.18; }
.logic-grid p { margin: 0; color: var(--muted); }
.platform-overview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.platform-overview article { min-height: 210px; display: grid; align-content: start; gap: 10px; padding: 24px; border-radius: 8px; border: 1px solid rgba(0,0,0,.06); background: #fff; }
.platform-overview span { color: var(--accent); font-size: 13px; font-weight: 800; }
.platform-overview h3 { margin: 0; font-size: 24px; line-height: 1.15; }
.platform-overview p { margin: 0; color: var(--muted); }
.device-role-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.network-note { margin: 14px 0 0; color: var(--muted); font-size: 15px; }
.content-cast-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.content-cast-grid article { min-height: 250px; display: grid; align-content: start; gap: 10px; padding: 26px; border: 1px solid rgba(0,0,0,.06); border-radius: 8px; background: #fff; }
.content-cast-grid article > span { color: var(--accent); font-size: 13px; font-weight: 800; }
.content-cast-grid h3 { margin: 0; font-size: 25px; line-height: 1.15; }
.content-cast-grid p { margin: 0; color: var(--muted); }
.content-cast-grid .tag-row { margin-top: 8px; }
.cast-icon-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.cast-icon { min-width: 0; min-height: 74px; display: grid; align-content: center; justify-items: center; gap: 7px; padding: 10px 8px; border: 1px solid rgba(0,113,227,.14); border-radius: 8px; background: linear-gradient(180deg, #fff 0%, #f7fbff 100%); color: var(--ink); text-align: center; }
.cast-icon i { position: relative; width: 28px; height: 28px; display: block; border: 2px solid var(--accent); border-radius: 7px; background: rgba(0,113,227,.08); }
.cast-icon b { display: block; max-width: 100%; color: #5f6672; font-size: 13px; line-height: 1.15; font-weight: 700; overflow-wrap: anywhere; }
.cast-icon-slides i::before { content: ""; position: absolute; inset: 7px 5px; border: 2px solid var(--accent); border-width: 2px 0; }
.cast-icon-pdf i::before,
.cast-icon-doc i::before { content: ""; position: absolute; left: 7px; right: 7px; top: 8px; height: 2px; background: var(--accent); box-shadow: 0 6px 0 var(--accent), 0 12px 0 var(--accent); }
.cast-icon-doc i::after { content: ""; position: absolute; right: -2px; top: -2px; width: 9px; height: 9px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); background: #fff; border-radius: 0 5px 0 3px; }
.cast-icon-phone i { width: 22px; border-radius: 9px; }
.cast-icon-phone i::before { content: ""; position: absolute; left: 7px; right: 7px; bottom: 3px; height: 2px; border-radius: 999px; background: var(--accent); }
.cast-icon-image i::before { content: ""; position: absolute; left: 5px; right: 5px; bottom: 6px; height: 9px; background: linear-gradient(135deg, transparent 0 44%, var(--accent) 45% 55%, transparent 56%), linear-gradient(45deg, transparent 0 38%, var(--accent) 39% 50%, transparent 51%); opacity: .9; }
.cast-icon-video i::before,
.cast-icon-play i::before { content: ""; position: absolute; left: 10px; top: 7px; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--accent); }
.cast-icon-tv i { width: 32px; height: 24px; border-radius: 6px; }
.cast-icon-tv i::before { content: ""; position: absolute; left: 11px; right: 11px; bottom: -7px; height: 5px; border-radius: 0 0 3px 3px; background: var(--accent); }
.cast-icon-link i::before,
.cast-icon-link i::after { content: ""; position: absolute; top: 9px; width: 13px; height: 7px; border: 2px solid var(--accent); border-radius: 999px; background: #fff; }
.cast-icon-link i::before { left: 2px; transform: rotate(-28deg); }
.cast-icon-link i::after { right: 2px; transform: rotate(-28deg); }
.scenario-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.scenario-list article { padding: 20px 0; border-top: 1px solid var(--line); display: grid; gap: 8px; }
.scenario-list strong { font-size: 18px; }
.scenario-list span { color: var(--muted); }
.company-panel { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr); gap: 28px; align-items: start; }
.company-panel p:not(.eyebrow) { color: var(--muted); font-size: 18px; max-width: 760px; }
.info-grid { display: grid; gap: 12px; }
.info-grid article { border-top: 1px solid var(--line); padding: 16px 0; display: grid; gap: 6px; }
.info-grid strong { color: var(--ink); }
.info-grid span { color: var(--muted); overflow-wrap: anywhere; }
.workflow-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.workflow-grid article { border: 1px solid rgba(0,0,0,.06); border-radius: 8px; background: var(--paper); padding: 28px; }
.workflow-grid h3 { margin: 0 0 12px; font-size: 24px; }
.workflow-grid p { color: var(--muted); margin: 0 0 18px; }
.picpeek-support-agent-section { background: #fbfbfd; }
.support-agent-layout {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: clamp(24px, 4.6vw, 58px);
  align-items: start;
}
.support-agent-copy { display: grid; gap: 16px; }
.support-agent-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
}
.support-agent-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.support-agent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}
.support-agent-topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  border-top: 1px solid rgba(15, 23, 42, .1);
}
.support-agent-topic-list article {
  min-height: 116px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(15, 23, 42, .1);
}
.support-agent-topic-list strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}
.support-agent-topic-list span {
  color: var(--muted);
  line-height: 1.6;
}
.support-agent-boundary {
  display: grid;
  grid-template-columns: minmax(180px, .36fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 8px;
  background: #fff;
}
.support-agent-boundary strong {
  color: var(--ink);
  line-height: 1.3;
}
.support-agent-boundary span {
  color: var(--muted);
  line-height: 1.55;
}
.support-agent-boundary a {
  color: var(--accent-dark);
  font-weight: 800;
  text-decoration: none;
}
.support-agent-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.plain-list code, .logic-grid code { color: var(--accent-dark); background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 2px 6px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: .95em; }
.page-intro { max-width: 1040px; }
.page-intro p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: clamp(17px, 1.35vw, 20px); margin: 0; }
.catalog-feature { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 28px; align-items: center; }
.catalog-copy { padding: 4px 0; }
.catalog-copy p:not(.eyebrow), .release-summary p:not(.eyebrow), .product-detail-copy p { color: var(--muted); font-size: 18px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 2px; }
.tag-row span { border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--muted); padding: 6px 11px; font-size: 13px; }
.release-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, .72fr); gap: 24px; align-items: stretch; padding: 28px; box-shadow: none; background: var(--paper); }
.download-list.refined a { background: #fff; }
.product-detail-hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 34px; align-items: center; background: #fbfbfd; }
.product-detail-copy p { max-width: 680px; }
.product-detail .evidence-list li, .contact-layout .evidence-list li, .policy-content .evidence-list li { border-radius: 8px; }
.site-footer { align-items: flex-start; padding-top: 24px; padding-bottom: 24px; }
.footer-main { max-width: 620px; }
.footer-meta { color: var(--muted); }
.redirect-page { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 14px; padding: 40px 24px; text-align: center; }
.redirect-page h1 { margin: 0; font-size: clamp(30px, 4vw, 44px); }
.redirect-page p { margin: 0; color: var(--muted); }
.company-hero { grid-template-columns: minmax(340px, .92fr) minmax(320px, .78fr); }
.company-system-panel { display: grid; gap: 12px; }
.company-system-panel article { border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; padding: 24px; box-shadow: 0 14px 38px rgba(0,0,0,.055); }
.company-system-panel span, .resource-grid span, .release-note-list span { color: var(--accent); font-size: 13px; font-weight: 800; }
.company-system-panel strong { display: block; margin: 8px 0; font-size: 22px; line-height: 1.18; }
.company-system-panel p { margin: 0; color: var(--muted); }
.product-preview-row .product-row-media img { aspect-ratio: 1.6 / 1; object-fit: cover; object-position: center top; }
.product-site .site-header { background: rgba(251,251,253,.92); }
.product-site-header .product-return-link { min-height: 34px; align-self: center; padding: 0 13px; border: 1px solid rgba(0,113,227,.26); border-radius: 999px; color: var(--accent-dark); font-weight: 750; }
.product-site-header .product-return-link::before { content: "←"; margin-right: 6px; }
.product-site-header .product-return-link:hover { background: #fff; border-color: rgba(0,113,227,.42); }
.product-site-hero { padding-top: 64px; }
.picpeek-hero { min-height: 640px; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: clamp(32px, 4.6vw, 68px); background: linear-gradient(180deg, #fbfbfd 0%, #fff 68%, #f7f8fa 100%); border-bottom: 1px solid rgba(0,0,0,.06); }
.picpeek-hero .product-detail-copy h1 { max-width: 620px; }
.picpeek-hero-visual { border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: var(--shadow); }
.picpeek-hero-visual img { width: 100%; display: block; aspect-ratio: 1.58 / 1; object-fit: cover; object-position: center top; }
.picpeek-download {
  background:
    linear-gradient(rgba(15, 118, 110, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, .045) 1px, transparent 1px),
    linear-gradient(180deg, #fff 0%, #f5f7f8 100%);
  background-size: 36px 36px, 36px 36px, auto;
}
.picpeek-download-panel {
  grid-template-columns: minmax(360px, .78fr) minmax(420px, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(30px, 4vw, 54px);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, .08) 0%, rgba(255,255,255,0) 46%),
    #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .09);
}
.picpeek-download .release-summary {
  display: grid;
  align-content: center;
  gap: 18px;
}
.picpeek-download .release-summary h2 {
  margin: 0;
}
.picpeek-download .release-summary p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
}
.picpeek-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.picpeek-download-actions .button {
  min-height: 48px;
  padding: 0 24px;
}
.picpeek-download .release-meta {
  margin-top: 2px;
}
.picpeek-package-list {
  display: grid;
  gap: 12px;
}
.picpeek-package-card {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .055);
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.picpeek-package-card:hover {
  border-color: rgba(0,113,227,.36);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .085);
  transform: translateY(-1px);
}
.picpeek-package-card.primary-download {
  border-color: rgba(15, 118, 110, .22);
  background: linear-gradient(135deg, #f0fdfa 0%, #fff 54%);
}
.picpeek-package-card.companion-download {
  border-color: rgba(0, 113, 227, .2);
  background: linear-gradient(135deg, #eff6ff 0%, #fff 58%);
}
.picpeek-package-card.companion-download .package-badge {
  color: #0057b8;
  background: #eff6ff;
  border-color: rgba(0, 113, 227, .22);
}
.package-badge {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  grid-column: 1 / -1;
  border: 1px solid rgba(15, 118, 110, .2);
  border-radius: 999px;
  padding: 0 10px;
  color: #0f766e;
  background: #ecfdf5;
  font-size: 12px;
  font-weight: 850;
}
.package-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.package-copy strong {
  color: var(--ink);
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.1;
}
.package-copy span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}
.package-action {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: #006edb;
  box-shadow: 0 10px 24px rgba(0, 113, 227, .2);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}
.picpeek-package-card.primary-download .package-action {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: #006edb;
}
.picpeek-package-card.primary-download:hover .package-action {
  background: #005bb8;
}
.picpeek-package-card:not(.primary-download) .package-action {
  color: #005bb8;
  -webkit-text-fill-color: #005bb8;
  background: rgba(0, 113, 227, .09);
  box-shadow: none;
}
.package-support {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
  white-space: normal;
}
.package-support span {
  color: #0f766e;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 850;
}
.picpeek-story { background: #fff; }
.picpeek-story .section-kicker { margin-bottom: 8px; }
.picpeek-feature-stack { display: grid; gap: 0; }
.picpeek-feature { display: grid; grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr); gap: clamp(28px, 5vw, 76px); align-items: center; padding: 64px 0; border-top: 1px solid rgba(0,0,0,.08); background: transparent; }
.picpeek-feature-reverse { grid-template-columns: minmax(0, 1.26fr) minmax(280px, .74fr); }
.picpeek-feature-reverse .picpeek-feature-copy { order: 2; }
.picpeek-feature-copy span { color: var(--accent); font-size: 13px; font-weight: 800; }
.picpeek-feature-copy h3 { margin: 12px 0; font-size: clamp(25px, 2.6vw, 38px); line-height: 1.14; }
.picpeek-feature-copy p { margin: 0; color: var(--muted); font-size: 17px; }
.picpeek-feature-media { border-radius: 8px; background: transparent; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.08); }
.picpeek-feature-media img { width: 100%; display: block; aspect-ratio: 1.65 / 1; object-fit: cover; object-position: center top; }
.picpeek-band { background: linear-gradient(180deg, #f5f5f7 0%, #fff 100%); border-top: 1px solid rgba(0,0,0,.06); border-bottom: 1px solid rgba(0,0,0,.06); }
.picpeek-workflow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.picpeek-workflow article { border: 0; border-top: 1px solid rgba(0,0,0,.12); border-radius: 0; background: transparent; padding: 22px 0 0; }
.picpeek-scenarios { background: #fff; }
.picpeek-hero-v2 {
  min-height: 720px;
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 102, 92, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 102, 92, .055) 1px, transparent 1px),
    linear-gradient(110deg, #f7fbfd 0%, #f8fffb 54%, #fff9ef 100%);
  background-size: 52px 52px, 52px 52px, auto;
}
.picpeek-hero-v2 .product-detail-copy h1 {
  font-size: clamp(54px, 7.2vw, 96px);
  line-height: .94;
  margin-bottom: 12px;
}
.picpeek-hero-line {
  margin: 0 0 18px;
  color: #101828;
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}
.picpeek-workbench-preview {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  justify-items: center;
}
.picpeek-window {
  width: min(740px, 100%);
  border: 1px solid rgba(15, 23, 42, .22);
  border-radius: 18px;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 34px 100px rgba(15, 23, 42, .18);
  transform: rotate(.6deg);
}
.picpeek-window-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: #eef2f6;
  border-bottom: 1px solid rgba(15, 23, 42, .1);
}
.picpeek-window-bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #ff5f57;
}
.picpeek-window-bar span:nth-child(2) { background: #febc2e; }
.picpeek-window-bar span:nth-child(3) { background: #28c840; }
.picpeek-window-bar strong {
  margin-left: 12px;
  color: #536171;
  font-size: 14px;
}
.picpeek-window-body {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 330px;
}
.picpeek-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px 16px;
  background: #f8fafc;
  border-right: 1px solid rgba(15, 23, 42, .09);
}
.picpeek-sidebar strong {
  color: #475569;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.picpeek-sidebar span {
  border-radius: 12px;
  padding: 10px 12px;
  color: #475569;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .06);
  font-size: 13px;
  font-weight: 700;
}
.picpeek-sidebar .is-selected {
  color: #0f766e;
  background: #ecfdf5;
  border-color: rgba(15, 118, 110, .2);
}
.picpeek-canvas {
  display: grid;
  place-items: center;
  padding: 20px;
  background: #eaf0f6;
}
.picpeek-canvas picture {
  width: 100%;
  display: block;
}
.picpeek-canvas img {
  width: 100%;
  max-height: 250px;
  display: block;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .14);
}
.picpeek-floating-card,
.picpeek-agent-bubble {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, .18);
}
.picpeek-floating-card {
  right: 5%;
  bottom: 18px;
  min-width: 230px;
  color: #0f172a;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15, 23, 42, .1);
}
.picpeek-agent-bubble {
  left: 2%;
  top: 36px;
  max-width: 330px;
  color: #d6fff6;
  background: #101828;
  border: 1px solid rgba(255,255,255,.12);
}
.picpeek-floating-card span,
.picpeek-agent-bubble span {
  color: inherit;
  opacity: .78;
  font-size: 13px;
}
.picpeek-flow-section {
  background: #fff;
}
.picpeek-core-section {
  display: block;
  background: #fff;
}
.picpeek-core-section .section-kicker {
  margin-bottom: 28px;
  max-width: none;
}
.picpeek-core-section .section-kicker h2 {
  font-size: clamp(36px, 4vw, 56px);
  white-space: nowrap;
}
.picpeek-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(15, 23, 42, .12);
  border-bottom: 1px solid rgba(15, 23, 42, .12);
}
.picpeek-flow article {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px 24px;
  border-right: 1px solid rgba(15, 23, 42, .1);
}
.picpeek-flow article:last-child {
  border-right: 0;
}
.picpeek-flow span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: #101828;
  font-size: 13px;
  font-weight: 850;
}
.picpeek-flow h3 {
  margin: 4px 0 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.16;
}
.picpeek-flow p {
  margin: 0;
  color: var(--muted);
}
.picpeek-core-gallery {
  margin-top: 6px;
}
.picpeek-scenarios .section-kicker,
.picpeek-agent-copy,
.picpeek-download .release-summary {
  max-width: none;
}
.picpeek-scenarios .section-kicker h2 {
  white-space: nowrap;
}
.picpeek-agent-copy h2,
.picpeek-download .release-summary h2 {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
}
.picpeek-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.picpeek-capability-card {
  display: grid;
  grid-template-rows: auto auto;
  gap: 24px;
  min-height: 430px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background:
    linear-gradient(rgba(15, 118, 110, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, .035) 1px, transparent 1px),
    #fff;
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .045);
}
.picpeek-card-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}
.picpeek-capability-card h3 {
  margin: 0;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1;
}
.picpeek-capability-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.picpeek-card-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 4px;
}
.picpeek-card-points em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  padding: 0 11px;
  color: #475569;
  background: rgba(255,255,255,.72);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}
.picpeek-capability-card img {
  width: 100%;
  height: 210px;
  align-self: end;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #f8fafc;
}
.picpeek-scenario-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.picpeek-scenario-board article {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 8px;
  background:
    linear-gradient(rgba(15, 118, 110, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, .055) 1px, transparent 1px),
    #fff;
  background-size: 28px 28px, 28px 28px, auto;
}
.picpeek-scenario-board strong {
  font-size: 21px;
  line-height: 1.16;
}
.picpeek-scenario-board span {
  color: var(--muted);
}
.picpeek-memory-section {
  display: grid;
  grid-template-columns: minmax(470px, .9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  color: #f8fafc;
  background: #101828;
}
.picpeek-memory-section .eyebrow,
.picpeek-memory-section p {
  color: rgba(248,250,252,.72);
}
.picpeek-memory-copy p:not(.eyebrow) {
  max-width: 560px;
  font-size: 18px;
}
.picpeek-memory-copy h2 {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
}
.picpeek-memory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.picpeek-memory-grid article {
  min-height: 250px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}
.picpeek-memory-grid strong {
  font-size: clamp(46px, 5vw, 72px);
  line-height: .92;
}
.picpeek-memory-grid span {
  color: rgba(248,250,252,.72);
}
.picpeek-agent-section {
  background: #fff;
}
.picpeek-agent-panel {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.picpeek-agent-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}
.picpeek-agent-skill-note {
  margin-top: 16px;
  max-width: 620px;
}
.picpeek-agent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.picpeek-agent-visual {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 8px;
  background:
    linear-gradient(rgba(15, 118, 110, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, .055) 1px, transparent 1px),
    #f8fafc;
  background-size: 34px 34px, 34px 34px, auto;
  border: 1px solid rgba(15, 23, 42, .08);
}
.agent-chat-card {
  display: grid;
  gap: 18px;
  padding: 26px 24px;
  border-radius: 8px;
  color: #f8fafc;
  background: #101828;
  box-shadow: 0 22px 70px rgba(15, 23, 42, .18);
}
.agent-chat-thread {
  display: grid;
  gap: 14px;
}
.agent-message {
  max-width: min(82%, 440px);
  margin: 0;
  padding: 15px 18px;
  border-radius: 20px;
  font-weight: 760;
  line-height: 1.45;
}
.agent-message-user {
  justify-self: end;
  color: #101828;
  background: #fff;
  border-bottom-right-radius: 6px;
}
.agent-message-reply {
  justify-self: start;
  color: #b9fff3;
  background: #0f4f55;
  border-bottom-left-radius: 6px;
}
.agent-flow-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.agent-flow-row span {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
}
.resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.resource-grid a { min-height: 190px; display: grid; align-content: start; gap: 8px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: var(--paper); padding: 24px; text-decoration: none; }
.resource-grid a:hover { border-color: rgba(0,113,227,.42); }
.resource-grid strong { font-size: 21px; line-height: 1.2; }
.resource-grid p { margin: 0; color: var(--muted); }
.language-switch { display: inline-flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.language-switch a, .language-switch span { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; padding: 0 13px; font-size: 13px; font-weight: 700; text-decoration: none; }
.language-switch span { color: var(--ink); background: #fff; }
.language-switch a { color: var(--accent); background: rgba(255,255,255,.78); }
.release-note-list { display: grid; gap: 14px; max-width: 980px; }
.release-note-list article { border-top: 1px solid var(--line); padding: 22px 0; }
.release-note-list h2 { font-size: clamp(24px, 2.4vw, 34px); }
.release-note-list p { color: var(--muted); font-size: 18px; margin: 0; }
.legal-intro-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.legal-center-section { padding-top: 24px; }
.legal-document-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 980px; margin: 0 auto; }
.legal-document-card { display: grid; align-content: start; gap: 14px; min-height: 270px; padding: 28px; border: 1px solid rgba(15, 23, 42, .1); border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(15, 23, 42, .06); }
.legal-document-card:target { border-color: rgba(0, 113, 227, .48); box-shadow: 0 0 0 4px rgba(0, 113, 227, .08), 0 18px 48px rgba(15, 23, 42, .06); }
.legal-document-card span { color: #0f7f5f; font-size: 13px; font-weight: 900; }
.legal-document-card h2 { margin: 0; font-size: clamp(26px, 2.8vw, 38px); line-height: 1.12; }
.legal-document-card p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.legal-document-card .button { justify-self: start; margin-top: 6px; }
.legal-upcoming-section .section-kicker { margin-bottom: 26px; }
.legal-upcoming-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 1100px; margin: 0 auto; }
.legal-upcoming-grid article { min-height: 120px; display: grid; gap: 10px; align-content: center; padding: 20px; border: 1px dashed rgba(15, 23, 42, .2); border-radius: 8px; background: rgba(255, 255, 255, .62); }
.legal-upcoming-grid strong { color: var(--ink); font-size: 17px; }
.legal-upcoming-grid span { color: var(--muted); font-weight: 800; }

@media (max-width: 1120px) {
  .picpeek-memory-section,
  .picpeek-agent-panel,
  .picpeek-download-panel {
    grid-template-columns: 1fr;
  }

  .picpeek-memory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home-hero, .product-row, .catalog-feature, .release-panel, .product-detail-hero, .company-panel, .workflow-grid, .support-agent-layout, .product-overview-grid, .catalog-product-grid, .picpeek-feature, .picpeek-feature-reverse { grid-template-columns: 1fr; }
  .home-product-showcase { justify-self: stretch; max-width: none; }
  .scenario-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .device-role-grid, .content-cast-grid { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-upcoming-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal-document-grid { grid-template-columns: 1fr; }
  .picpeek-hero { min-height: auto; }
  .picpeek-feature-reverse .picpeek-feature-copy { order: 0; }
  .picpeek-workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .picpeek-workbench-preview { min-height: 460px; }
  .picpeek-flow, .picpeek-capability-grid, .picpeek-scenario-board, .picpeek-memory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .picpeek-memory-section, .picpeek-agent-panel { grid-template-columns: 1fr; }
  .picpeek-flow article:nth-child(2) { border-right: 0; }
  .picpeek-flow article:nth-child(-n + 2) { border-bottom: 1px solid rgba(15, 23, 42, .1); }
}


.picpeek-resources { background: #fbfbfd; border-top: 1px solid rgba(0,0,0,.06); }
.picpeek-resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.picpeek-resource-grid a { display: grid; gap: 8px; min-height: 132px; padding: 22px; border: 1px solid rgba(0,0,0,.07); border-radius: 8px; background: #fff; text-decoration: none; box-shadow: 0 10px 28px rgba(15,23,42,.045); }
.picpeek-resource-grid a:hover, .picpeek-resource-grid a:focus { border-color: rgba(0,113,227,.32); outline: none; }
.picpeek-resource-grid span { color: var(--accent); font-size: 13px; font-weight: 850; }
.picpeek-resource-grid strong { color: var(--ink); font-size: 18px; line-height: 1.28; }
.picpeek-resource-contact { margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.picpeek-resource-contact a { color: var(--accent-dark); font-weight: 750; text-decoration: none; }

@media (max-width: 820px) {
  .home-hero, .page-intro, .product-detail-hero { padding: 46px 24px 30px; }
  .home-hero { min-height: auto; }
  .home-hero-copy h1, .page-intro h1, .product-detail-copy h1 { font-size: clamp(32px, 8.6vw, 42px); }
  .home-hero-copy .lead { text-align: left; }
  .product-map-card { min-height: 170px; }
  .product-labicast-card, .catalog-product-card.product-labicast-card { grid-template-rows: auto; }
  .labicast-dual-visual { min-height: 330px; padding: 18px; }
  .product-detail-hero > .labicast-dual-visual { min-height: 360px; }
  .labicast-hero-art,
  .product-detail-hero > .labicast-hero-art { min-height: 0; padding: 0; }
  .labicast-hero-art img { aspect-ratio: 16 / 9; min-height: 0; }
  .labicast-tv-device { width: 100%; border-width: 5px; border-radius: 14px; grid-template-rows: 38px 1fr; }
  .labicast-tv-top { padding: 0 16px; }
  .labicast-tv-content { grid-template-columns: 1fr; padding: 6px 18px 24px; }
  .labicast-tv-side { display: none; }
  .labicast-network-card { grid-template-columns: 38px minmax(0, 1fr); padding: 12px 14px; }
  .labicast-wifi-mark { width: 32px; height: 32px; }
  .labicast-tv-main h3 { font-size: clamp(30px, 9vw, 48px); }
  .labicast-tv-main em { display: none; }
  .labicast-desktop-panel { position: relative; right: auto; bottom: auto; width: 76%; margin: 14px 0 0 auto; }
  .platform-overview { grid-template-columns: 1fr; }
  .content-cast-grid { grid-template-columns: 1fr; }
  .cast-icon-row { grid-template-columns: repeat(3, minmax(74px, 1fr)); }
  .cast-icon { min-height: 68px; }
  .showcase-caption { height: auto; min-height: 50px; align-items: flex-start; flex-direction: column; justify-content: center; padding: 10px 14px; gap: 2px; }
  .identity-strip { padding: 12px 24px; gap: 6px 14px; }
  .section-tight { padding-top: 44px; padding-bottom: 44px; }
  .compact-list li { grid-template-columns: 1fr; gap: 4px; }
  .scenario-list { grid-template-columns: 1fr; }
  .release-panel { padding: 20px; }
  .resource-grid { grid-template-columns: 1fr; }
  .legal-tabs { gap: 8px; }
  .legal-tabs a { width: 100%; }
  .legal-document-card { min-height: auto; padding: 22px; }
  .legal-upcoming-grid { grid-template-columns: 1fr; }
  .picpeek-feature { padding: 38px 0; }
  .picpeek-workflow { grid-template-columns: 1fr; }
  .picpeek-hero-v2 .product-detail-copy h1 { font-size: clamp(48px, 17vw, 70px); }
  .picpeek-core-section .section-kicker h2,
  .picpeek-scenarios .section-kicker h2,
  .picpeek-memory-copy h2,
  .picpeek-agent-copy h2,
  .picpeek-download .release-summary h2 { white-space: normal; }
  .picpeek-window { transform: none; }
  .picpeek-window-body { grid-template-columns: 1fr; }
  .picpeek-sidebar { display: none; }
  .picpeek-canvas { padding: 16px; }
  .picpeek-floating-card, .picpeek-agent-bubble { position: static; margin-top: 12px; }
  .picpeek-workbench-preview { min-height: auto; align-items: start; }
  .picpeek-flow, .picpeek-capability-grid, .picpeek-scenario-board, .picpeek-memory-grid, .agent-flow-row { grid-template-columns: 1fr; }
  .picpeek-flow article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(15, 23, 42, .1); }
  .picpeek-flow article:last-child { border-bottom: 0; }
  .picpeek-capability-card { min-height: auto; padding: 20px; }
  .picpeek-scenario-board article, .picpeek-memory-grid article { min-height: 180px; }
  .picpeek-agent-visual { padding: 18px; }
  .support-agent-topic-list { grid-template-columns: 1fr; }
  .support-agent-boundary { grid-template-columns: 1fr; align-items: start; }
  .picpeek-download-actions .button { width: 100%; }
  .picpeek-package-card { grid-template-columns: 1fr; padding: 18px; }
  .package-action { justify-self: start; }
  .package-support { font-size: 13px; }
}

/* ZknowAI product portal */
.portal-header { height: 64px; padding: 0 max(24px, calc((100vw - 1200px) / 2)); background: rgba(255,255,255,.94); z-index: 50; }
.portal-header .brand-logo { height: 32px; }
.portal-desktop-nav { align-items: center; gap: clamp(18px, 2vw, 32px); font-size: 14px; font-weight: 700; }
.portal-header .nav-product-menu summary { min-height: 52px; }
.portal-header .nav-submenu { min-width: 244px; padding: 10px; border-color: #e3e7ed; border-radius: 16px; box-shadow: 0 22px 52px rgba(15,23,42,.14); }
.portal-header .nav-submenu a { grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 11px 10px; border-radius: 10px; }
.portal-header .nav-submenu a > span { display: grid; gap: 4px; color: inherit; }
.portal-header .nav-submenu strong { font-size: 14px; }
.portal-header .nav-submenu small { color: #7a8494; font-size: 12px; font-weight: 600; }
.portal-header .nav-submenu b { color: var(--accent); font-size: 17px; }
.portal-header .nav-submenu-compact { min-width: 210px; }
.portal-header .nav-submenu-compact a { min-height: 45px; }
.portal-mobile-menu { display: none; }

.portal-home { overflow: clip; }
.portal-hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: clamp(56px, 7vw, 112px); padding: 92px max(24px, calc((100vw - 1200px) / 2)); background: #f3f6fa; }
.portal-hero-copy { max-width: 620px; }
.portal-eyebrow, .portal-kicker { margin: 0 0 24px; color: #096bd8; font-size: 13px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.portal-eyebrow { display: flex; align-items: center; gap: 10px; text-transform: none; }
.portal-eyebrow i { width: 8px; height: 8px; border: 2px solid #cce3ff; border-radius: 999px; background: #0878f9; box-shadow: 0 0 0 4px rgba(8,120,249,.08); }
.portal-hero h1 { margin: 0; color: #111821; font-size: clamp(52px, 4.45vw, 68px); font-weight: 850; letter-spacing: -.052em; line-height: 1.08; }
.portal-lead { max-width: 580px; margin: 34px 0 0; color: #687386; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.72; }
.portal-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 32px 0 0; padding-top: 24px; border-top: 1px solid #dbe1e8; }
.portal-facts div { display: grid; gap: 4px; }
.portal-facts dt { color: #202a38; font-size: 14px; font-weight: 850; }
.portal-facts dd { margin: 0; color: #7b8594; font-size: 13px; }
.portal-hero-products { display: grid; gap: 18px; }
.portal-product-card { position: relative; min-height: 240px; display: grid; align-content: center; padding: 34px 36px; border: 1px solid #dde3eb; border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 24px 60px rgba(39,59,86,.08); overflow: hidden; }
.portal-product-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: #0878f9; }
.portal-product-card-picpeek::before { background: #111a28; }
.portal-card-type { color: #086eda; font-size: 13px; font-weight: 850; }
.portal-product-card-picpeek .portal-card-type { color: #4d5868; }
.portal-card-index { position: absolute; top: 26px; right: 28px; color: #b6bfcc; font-size: 13px; letter-spacing: .08em; }
.portal-product-card h2 { margin: 8px 0 10px; font-size: clamp(32px, 3vw, 44px); line-height: 1.05; letter-spacing: -.035em; }
.portal-product-card p { margin: 0; color: #667286; font-size: 15px; line-height: 1.6; }
.portal-platform-line { margin-top: 16px; color: #374151; font-size: 12px; letter-spacing: .01em; }
.portal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.portal-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid #d8dee7; border-radius: 999px; background: #fff; color: #151d28; font-size: 14px; font-weight: 850; text-decoration: none; transition: transform .16s ease, border-color .16s ease, background .16s ease; }
.portal-button.primary { border-color: #0878f9; background: #0878f9; color: #fff; }
.portal-button:hover { transform: translateY(-1px); border-color: #9dacbf; }
.portal-button.primary:hover { border-color: #0669dc; background: #0669dc; }
.portal-button:focus-visible, .portal-header a:focus-visible, .portal-header summary:focus-visible, .portal-footer a:focus-visible { outline: 3px solid rgba(8,120,249,.3); outline-offset: 3px; }

.portal-showcase { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: clamp(52px, 6vw, 88px); padding: 64px max(24px, calc((100vw - 1200px) / 2)); background: #fff; }
.portal-showcase-picpeek { grid-template-columns: minmax(480px, 1.08fr) minmax(0, .92fr); background: #f3f6fa; }
.portal-showcase-copy { max-width: 540px; }
.portal-showcase-copy h2 { margin: 0; color: #111821; font-size: clamp(48px, 4.2vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.portal-showcase-copy > p:not(.portal-kicker) { margin: 30px 0 0; color: #687386; font-size: 17px; line-height: 1.8; }
.portal-kicker { margin-bottom: 22px; letter-spacing: .08em; }
.portal-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.portal-tags span { min-height: 30px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid #dce2ea; border-radius: 999px; background: #f7f9fb; color: #526070; font-size: 12px; font-weight: 800; }
.portal-showcase-media { margin: 0; border: 1px solid #dbe2eb; border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(25,42,68,.1); overflow: hidden; }
.portal-showcase-media picture { width: 100%; display: block; }
.portal-showcase-media img { width: 100%; height: auto; display: block; }

.site-footer.portal-footer { display: block; padding: 0; border: 0; background: #0a1423; color: #aeb8c7; font-size: 13px; }
.portal-footer-body { display: grid; grid-template-columns: 1.55fr repeat(4, minmax(140px, .72fr)); gap: 38px; padding: 56px max(24px, calc((100vw - 1200px) / 2)) 26px; }
.portal-footer .brand-logo { height: 32px; filter: grayscale(1) brightness(0) invert(1); }
.portal-footer-brand p { margin: 24px 0 0; color: #aeb8c7; line-height: 1.7; }
.portal-footer-column { display: grid; align-content: start; gap: 14px; }
.portal-footer-column strong { margin-bottom: 3px; color: #fff; font-size: 13px; }
.portal-footer a { color: #aeb8c7; text-decoration: none; }
.portal-footer a:hover { color: #fff; }
.portal-footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 24px; margin-top: 16px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #768397; font-size: 12px; }

@media (max-width: 980px) {
  .portal-hero, .portal-showcase, .portal-showcase-picpeek { grid-template-columns: 1fr; }
  .portal-hero { min-height: auto; gap: 54px; padding-top: 72px; padding-bottom: 72px; }
  .portal-hero-copy, .portal-showcase-copy { max-width: 680px; }
  .portal-showcase { min-height: auto; }
  .portal-showcase-picpeek .portal-showcase-media { order: 2; }
  .portal-showcase-picpeek .portal-showcase-copy { order: 1; }
}

@media (max-width: 820px) {
  .portal-header { min-height: 58px; height: 58px; flex-direction: row; align-items: center; padding: 0 16px; }
  .portal-header .brand-logo { height: 29px; }
  .portal-desktop-nav { display: none; }
  .portal-mobile-menu { position: relative; display: block; margin-left: auto; }
  .portal-mobile-menu > summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 4px; border: 1px solid #dce2ea; border-radius: 999px; background: #fff; cursor: pointer; list-style: none; }
  .portal-mobile-menu > summary::-webkit-details-marker { display: none; }
  .portal-mobile-menu > summary i { width: 16px; height: 1px; display: block; background: #1b2430; transition: transform .16s ease, opacity .16s ease; }
  .portal-mobile-menu[open] > summary i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .portal-mobile-menu[open] > summary i:nth-child(2) { opacity: 0; }
  .portal-mobile-menu[open] > summary i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .portal-mobile-panel { position: absolute; top: 48px; right: 0; width: min(310px, calc(100vw - 32px)); display: grid; padding: 12px; border: 1px solid #dce2ea; border-radius: 18px; background: #fff; box-shadow: 0 24px 60px rgba(15,23,42,.17); }
  .portal-mobile-panel > details, .portal-mobile-panel > a { border-bottom: 1px solid #e3e7ed; }
  .portal-mobile-panel > :last-child { border-bottom: 0; }
  .portal-mobile-panel summary, .portal-mobile-panel a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 12px; color: #17202d; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; list-style: none; }
  .portal-mobile-panel summary::-webkit-details-marker { display: none; }
  .portal-mobile-panel details summary::after { content: "⌄"; }
  .portal-mobile-panel details[open] summary::after { content: "⌃"; }
  .portal-mobile-panel details a { min-height: 42px; padding-left: 24px; color: #697486; font-size: 13px; }
  .portal-mobile-panel b { color: #536174; }
  .portal-hero { gap: 44px; padding: 52px 16px 60px; }
  .portal-eyebrow { margin-bottom: 20px; font-size: 11px; }
  .portal-hero h1 { font-size: clamp(42px, 11.8vw, 54px); line-height: 1.1; }
  .portal-lead { margin-top: 25px; font-size: 16px; line-height: 1.7; }
  .portal-facts { grid-template-columns: 1fr; gap: 16px; }
  .portal-product-card { min-height: 0; padding: 27px 22px; border-radius: 16px; }
  .portal-product-card h2 { font-size: 34px; }
  .portal-product-card p { padding-right: 8px; font-size: 14px; }
  .portal-platform-line { padding-right: 8px; line-height: 1.55; }
  .portal-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .portal-button { min-width: 0; padding: 0 12px; font-size: 13px; }
  .portal-showcase, .portal-showcase-picpeek { gap: 32px; padding: 48px 16px; }
  .portal-showcase-copy h2 { font-size: clamp(40px, 12vw, 50px); }
  .portal-showcase-copy > p:not(.portal-kicker) { margin-top: 24px; font-size: 16px; }
  .portal-showcase-media { border-radius: 18px; }
  .portal-footer-body { grid-template-columns: 1fr; gap: 34px; padding: 44px 16px 24px; }
  .portal-footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .portal-button, .portal-mobile-menu i { transition: none; }
}

/* Unified product pages: download first, product story second */
#download, #overview, #features { scroll-margin-top: 76px; }
.product-download-hero { padding: 52px max(24px, calc((100vw - 1200px) / 2)) 68px; background: #f3f6fa; }
.picpeek-product-download { background: linear-gradient(135deg, #f1fbf8 0%, #f7f8fb 52%, #fff9ee 100%); }
.labicast-product-download { background: linear-gradient(135deg, #edf5ff 0%, #f7f9fc 52%, #f1f6ff 100%); }
.product-download-shell { max-width: 1200px; margin: 0 auto; }
.product-download-heading { max-width: 760px; }
.product-download-heading .eyebrow { color: #1769d2; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.product-download-heading h1 { margin: 10px 0 14px; color: #111821; font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.product-download-heading > p:last-child { margin: 0; color: #667386; font-size: 17px; line-height: 1.75; }
.product-download-tabs { display: flex; gap: 8px; margin: 34px 0 18px; padding: 5px; border: 1px solid #dce3ec; border-radius: 16px; background: rgba(255,255,255,.7); overflow-x: auto; scrollbar-width: none; }
.product-download-tabs::-webkit-scrollbar { display: none; }
.product-download-tabs button { min-width: 112px; min-height: 46px; flex: 1 0 auto; padding: 0 18px; border: 0; border-radius: 11px; background: transparent; color: #647083; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.product-download-tabs button[aria-selected="true"] { background: #111b2a; color: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.14); }
.product-download-tabs button:focus-visible { outline: 3px solid rgba(0,113,227,.32); outline-offset: 2px; }
.product-download-panel { min-height: 430px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(30px, 5vw, 72px); align-items: center; padding: clamp(28px, 4vw, 52px); border: 1px solid #dce3ec; border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 24px 70px rgba(29,43,67,.09); overflow: hidden; }
.product-download-panel[hidden] { display: none; }
.product-download-copy { min-width: 0; }
.download-status { min-height: 28px; display: inline-flex; align-items: center; padding: 0 11px; border: 1px solid #d7dee8; border-radius: 999px; background: #f4f6f9; color: #667386; font-size: 12px; font-weight: 850; }
.download-status.is-ready { border-color: #b7e7d7; background: #edf9f4; color: #087452; }
.product-download-copy h2 { margin: 18px 0 14px; color: #111821; font-size: clamp(34px, 3.4vw, 50px); letter-spacing: -.04em; }
.product-download-copy > p { margin: 0; color: #667386; font-size: 17px; line-height: 1.7; }
.product-download-copy ul { margin: 22px 0 0; padding-left: 20px; color: #425066; line-height: 1.9; }
.product-download-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.product-download-actions .button { min-height: 48px; padding: 0 22px; gap: 12px; }
.product-download-actions .button.is-disabled { border-color: #d7dde6; background: #eef1f5; color: #8b95a4; cursor: not-allowed; }
.product-download-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 28px 0 0; }
.product-download-meta div { min-width: 0; padding-top: 12px; border-top: 1px solid #e3e7ed; }
.product-download-meta dt { color: #8a94a3; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.product-download-meta dd { margin: 4px 0 0; color: #273244; font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.product-download-media { min-width: 0; margin: 0; border: 1px solid #d9e0e9; border-radius: 20px; background: #eef2f7; box-shadow: 0 20px 52px rgba(25,42,68,.12); overflow: hidden; }
.product-download-media picture { display: block; }
.product-download-media img { width: 100%; height: auto; display: block; }
.product-download-companion { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 20px 24px; border: 1px solid #dce3ec; border-radius: 18px; background: rgba(255,255,255,.78); }
.product-download-companion div { display: grid; gap: 4px; }
.product-download-companion span { color: #667386; font-size: 14px; }
.product-download-note { margin: 16px 4px 0; color: #788496; font-size: 12px; }
.product-detail { padding-top: 0; }
.product-detail-hero, .product-site-hero { scroll-margin-top: 76px; }
.product-detail-hero.labicast-hero, .product-site-hero.picpeek-hero { min-height: 0; padding: 72px max(24px, calc((100vw - 1200px) / 2)); }
.product-detail-copy h2, .picpeek-hero .product-detail-copy h2 { max-width: 620px; margin: 10px 0 16px; color: #111821; font-size: clamp(42px, 5vw, 64px); line-height: 1.02; letter-spacing: -.05em; }
.product-footer, .product-compliance-footer { min-height: 150px; padding: 42px max(24px, calc((100vw - 1200px) / 2)); border: 0; background: #0a1423; color: #aeb8c7; }
.product-footer strong, .product-compliance-footer strong { color: #fff; }
.product-footer a, .product-compliance-footer a { color: #aeb8c7; }
.product-footer a:hover, .product-compliance-footer a:hover { color: #fff; }

@media (max-width: 900px) {
  .product-download-panel { min-height: 0; grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .product-download-hero { padding: 36px 16px 48px; }
  .product-download-heading h1 { font-size: clamp(44px, 14vw, 58px); }
  .product-download-heading > p:last-child { font-size: 15px; }
  .product-download-tabs { margin-top: 26px; border-radius: 14px; }
  .product-download-tabs button { min-width: 100px; min-height: 44px; padding: 0 14px; }
  .labicast-product-download .product-download-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
  .labicast-product-download .product-download-tabs button { min-width: 0; padding: 0 6px; font-size: 12px; }
  .product-download-panel { gap: 26px; padding: 20px; border-radius: 20px; }
  .product-download-copy h2 { font-size: 32px; }
  .product-download-copy > p { font-size: 15px; }
  .product-download-actions { display: grid; grid-template-columns: 1fr; }
  .product-download-actions .button { width: 100%; }
  .product-download-meta { grid-template-columns: 1fr; }
  .product-download-companion { align-items: stretch; flex-direction: column; }
  .product-download-companion .button { width: 100%; }
  .product-detail-hero.labicast-hero, .product-site-hero.picpeek-hero { padding: 48px 16px; }
  .product-site-header { padding-inline: 14px; }
  .product-site-header nav { gap: 8px; }
  .product-site-header nav > a:first-child { display: none; }
  .product-site-header .product-return-link { padding: 0 10px; font-size: 0; }
  .product-site-header .product-return-link::before { margin: 0; font-size: 14px; }
  .product-footer, .product-compliance-footer { padding: 36px 16px; }
}

/* Product download hero refinement */
.product-download-hero { min-height: min(760px, calc(100svh - 56px)); display: grid; place-items: start center; padding-top: clamp(72px, 9vh, 104px); padding-bottom: 58px; background: #f7f7f8; }
.picpeek-product-download, .labicast-product-download { background: #f7f7f8; }
.product-download-shell { width: 100%; display: flex; flex-direction: column; align-items: center; }
.product-download-heading { max-width: 980px; text-align: center; }
.product-download-heading .eyebrow { color: #6e6e73; font-size: 14px; letter-spacing: .08em; }
.product-download-heading h1 { margin: 20px 0 18px; font-size: clamp(72px, 7vw, 104px); line-height: .92; letter-spacing: -.065em; }
.product-download-heading > p:last-child { color: #6e6e73; font-size: clamp(22px, 2vw, 28px); line-height: 1.5; }
.product-download-stage { order: 2; width: 100%; margin-top: 42px; }
.product-download-tabs { order: 3; width: auto; max-width: 100%; justify-content: center; gap: 18px; margin: 46px auto 0; padding: 0; border: 0; border-radius: 0; background: transparent; overflow: visible; }
.product-download-tabs button { width: 112px; min-width: 112px; height: 112px; min-height: 112px; flex: 0 0 112px; display: grid; grid-template-rows: 1fr auto; place-items: center; padding: 22px 10px 17px; border: 1px solid #dedee2; border-radius: 12px; background: #fff; color: #66666c; font-size: 14px; box-shadow: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.product-download-tabs button::before { align-self: end; content: "•"; color: #3f3f43; font-size: 32px; font-weight: 500; line-height: 1; }
.product-download-tabs button[data-download-tab="windows"]::before { content: "⊞"; }
.product-download-tabs button[data-download-tab="macos"]::before { content: "⌘"; }
.product-download-tabs button[data-download-tab="tv"]::before { content: "▣"; }
.product-download-tabs button[data-download-tab="ios"]::before { content: "◉"; }
.product-download-tabs button[data-download-tab="android"]::before { content: "◆"; }
.product-download-tabs button[data-download-tab="harmonyos"]::before { content: "◎"; }
.product-download-tabs button:hover { transform: translateY(-2px); border-color: #bdbdc3; }
.product-download-tabs button[aria-selected="true"] { border-color: #111; background: #fff; color: #111; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.product-download-panel { min-height: 0; display: block; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; overflow: visible; }
.product-download-panel[hidden] { display: none; }
.product-download-copy { text-align: center; }
.product-download-copy .download-status, .product-download-copy .download-panel-title, .product-download-copy h2, .product-download-copy > p, .product-download-copy ul { display: none; }
.product-download-actions { justify-content: center; margin: 0; }
.product-download-actions .button { min-width: 250px; min-height: 62px; padding: 0 30px; border-radius: 8px; font-size: 18px; }
.picpeek-product-download .product-download-actions .button.primary { border-color: #111; background: #111; color: #fff; box-shadow: 0 18px 44px rgba(0,0,0,.14); }
.picpeek-product-download .product-download-actions .button.secondary { min-width: 160px; border-color: #cfd1d6; background: #fff; color: #1d1d1f; }
.picpeek-smart-download { order: 2; display: flex; justify-content: center; margin-top: 42px; }
.picpeek-smart-download-button { position: relative; z-index: 0; min-width: 310px; height: 70px; gap: 15px; border: 1px solid #000; border-radius: 10px; background: #050505; color: #fff; box-shadow: 0 18px 42px rgba(24,42,74,.16); isolation: isolate; }
.picpeek-smart-download-button::before { position: absolute; z-index: -2; inset: auto 4px -7px; height: 18px; border-radius: 50%; background: linear-gradient(90deg, #ff8b64, #e8ed66 25%, #66e9bc 52%, #69b9ff 75%, #907cff); filter: blur(10px); opacity: .55; content: ""; transition: opacity .2s ease, transform .2s ease; }
.picpeek-smart-download-button::after { position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: #050505; content: ""; }
.picpeek-smart-download-button:hover { transform: translateY(-2px); box-shadow: 0 22px 52px rgba(0,0,0,.2); }
.picpeek-smart-download-button:hover::before { opacity: .85; transform: translateY(2px) scaleX(1.03); }
[data-picpeek-platform="macos"] .download-platform-mark::before { content: "⌘"; }
[data-picpeek-platform="windows"] .download-platform-mark::before { content: "⊞"; }
.picpeek-platform-actions { order: 3; display: grid; grid-template-columns: repeat(2, 176px); justify-content: center; gap: 18px; margin-top: 48px; }
.picpeek-platform-action { position: relative; width: 176px; height: 150px; display: grid; grid-template-rows: 1fr auto auto; place-items: center; padding: 24px 12px 18px; border: 1px solid #dedee2; border-radius: 16px; background: #fff; color: #626268; font: inherit; cursor: pointer; box-shadow: 0 8px 26px rgba(28,37,52,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease; }
.picpeek-platform-action:hover { transform: translateY(-3px); border-color: #aaaab1; color: #1d1d1f; box-shadow: 0 16px 36px rgba(28,37,52,.09); }
.picpeek-platform-action:active { transform: translateY(-1px) scale(.985); }
.picpeek-platform-action:focus-visible { outline: 3px solid rgba(20,115,230,.3); outline-offset: 3px; }
.picpeek-platform-action.is-active { border-color: #1d1d1f; color: #111; box-shadow: 0 14px 34px rgba(20,32,49,.1); }
.picpeek-platform-action.is-detected::after { position: absolute; top: 12px; right: 12px; width: 9px; height: 9px; border-radius: 50%; background: #1473e6; box-shadow: 0 0 0 7px #e8f2ff; content: ""; }
.picpeek-platform-icon { align-self: end; color: #3f3f43; font-size: 38px; line-height: 1; }
.picpeek-platform-action > span:nth-child(2) { margin-top: 15px; color: currentColor; font-size: 15px; font-weight: 800; }
.picpeek-platform-action small { margin-top: 5px; color: #929299; font-size: 11px; font-weight: 650; }
.picpeek-download-meta { order: 4; width: min(100%, 620px); margin-top: 28px; text-align: center; }
.picpeek-product-download .product-download-companion { order: 5; }
.labicast-product-download .coming-soon-download { position: relative; z-index: 0; min-width: 310px; height: 70px; gap: 15px; border: 1px solid #000; background: #050505; color: #fff; box-shadow: 0 18px 42px rgba(24,42,74,.16); isolation: isolate; }
.labicast-product-download .coming-soon-download::before { position: absolute; z-index: -2; inset: auto 4px -7px; height: 18px; border-radius: 50%; background: linear-gradient(90deg, #ff8b64, #e8ed66 25%, #66e9bc 52%, #69b9ff 75%, #907cff); filter: blur(10px); opacity: .55; content: ""; transition: opacity .2s ease, transform .2s ease; }
.labicast-product-download .coming-soon-download::after { position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: #050505; content: ""; }
.labicast-product-download .coming-soon-download:hover::before { opacity: .85; transform: translateY(2px) scaleX(1.03); }
.labicast-smart-download { order: 2; display: flex; flex-direction: column; align-items: center; margin-top: 42px; }
.labicast-smart-download-button { position: relative; z-index: 0; min-width: 310px; height: 70px; gap: 15px; border: 1px solid #000; border-radius: 10px; background: #050505; color: #fff; box-shadow: 0 18px 42px rgba(24,42,74,.16); isolation: isolate; }
.labicast-smart-download-button::before { position: absolute; z-index: -2; inset: auto 4px -7px; height: 18px; border-radius: 50%; background: linear-gradient(90deg, #ff8b64, #e8ed66 25%, #66e9bc 52%, #69b9ff 75%, #907cff); filter: blur(10px); opacity: .55; content: ""; transition: opacity .2s ease, transform .2s ease; }
.labicast-smart-download-button::after { position: absolute; z-index: -1; inset: 0; border-radius: inherit; background: #050505; content: ""; }
.labicast-smart-download-button:hover { transform: translateY(-2px); box-shadow: 0 22px 52px rgba(0,0,0,.2); }
.labicast-smart-download-button:hover::before { opacity: .85; transform: translateY(2px) scaleX(1.03); }
.labicast-smart-download > p { margin: 18px 0 0; color: #85858b; font-size: 13px; }
.labicast-platform-actions { order: 3; width: min(100%, 780px); display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.labicast-platform-action { position: relative; min-width: 0; height: 122px; display: grid; grid-template-rows: 1fr auto; place-items: center; padding: 22px 8px 16px; border: 1px solid #dedee2; border-radius: 14px; background: rgba(255,255,255,.92); color: #626268; font: inherit; cursor: pointer; box-shadow: 0 8px 26px rgba(28,37,52,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease; }
.labicast-platform-action:hover { transform: translateY(-3px); border-color: #aaaab1; color: #1d1d1f; box-shadow: 0 16px 36px rgba(28,37,52,.09); }
.labicast-platform-action:active { transform: translateY(-1px) scale(.985); }
.labicast-platform-action:focus-visible { outline: 3px solid rgba(20,115,230,.3); outline-offset: 3px; }
.labicast-platform-icon { align-self: end; color: #3f3f43; font-size: 34px; line-height: 1; }
.labicast-platform-icon::before { content: "•"; }
[data-platform-action="windows"] .labicast-platform-icon::before { content: "⊞"; }
[data-platform-action="macos"] .labicast-platform-icon::before { content: "⌘"; }
[data-platform-action="tv"] .labicast-platform-icon::before { content: "▣"; }
[data-platform-action="ios"] .labicast-platform-icon::before { content: "◉"; }
[data-platform-action="android"] .labicast-platform-icon::before { content: "◆"; }
[data-platform-action="harmonyos"] .labicast-platform-icon::before { content: "◎"; }
.labicast-platform-name { font-size: 14px; font-weight: 760; }
.labicast-platform-current { position: absolute; top: 9px; right: 9px; display: none; padding: 3px 7px; border-radius: 999px; background: #e8f1ff; color: #1469cf; font-size: 9px; font-weight: 780; letter-spacing: .02em; }
.labicast-platform-action.is-detected { border-color: #6fa8eb; color: #111; box-shadow: 0 14px 34px rgba(20,115,230,.11); }
.labicast-platform-action.is-detected .labicast-platform-current { display: block; animation: platform-detected .62s cubic-bezier(.22,1,.36,1); }
.download-platform-mark { position: relative; z-index: 1; display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: #fff; color: #101010; font-size: 20px; font-weight: 750; }
.download-platform-mark::before { content: "•"; }
[data-download-panel="windows"] .download-platform-mark::before { content: "⊞"; }
[data-download-panel="macos"] .download-platform-mark::before { content: "⌘"; }
[data-download-panel="tv"] .download-platform-mark::before { content: "▣"; }
[data-download-panel="ios"] .download-platform-mark::before { content: "●"; }
[data-download-panel="android"] .download-platform-mark::before { content: "◆"; }
[data-download-panel="harmonyos"] .download-platform-mark::before { content: "◎"; }
[data-detected-platform="windows"] .download-platform-mark::before { content: "⊞"; }
[data-detected-platform="macos"] .download-platform-mark::before { content: "⌘"; }
[data-detected-platform="tv"] .download-platform-mark::before { content: "▣"; }
[data-detected-platform="ios"] .download-platform-mark::before { content: "●"; }
[data-detected-platform="android"] .download-platform-mark::before { content: "◆"; }
[data-detected-platform="harmonyos"] .download-platform-mark::before { content: "◎"; }
.download-variant-dialog { width: min(calc(100% - 32px), 560px); padding: 0; border: 1px solid rgba(15,23,42,.12); border-radius: 22px; background: rgba(255,255,255,.98); color: #151922; box-shadow: 0 32px 100px rgba(15,23,42,.28); }
.download-variant-dialog::backdrop { background: rgba(9,16,28,.48); backdrop-filter: blur(8px); }
.download-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 28px 28px 0; }
.download-dialog-header span { color: #6f7785; font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.download-dialog-header h2 { margin: 7px 0 0; font-size: 30px; line-height: 1.1; letter-spacing: -.035em; }
.download-dialog-close { width: 38px; height: 38px; flex: 0 0 38px; border: 0; border-radius: 50%; background: #f0f2f5; color: #343b47; font-size: 25px; line-height: 1; cursor: pointer; }
.download-dialog-close:focus-visible { outline: 3px solid rgba(20,115,230,.3); outline-offset: 2px; }
.download-dialog-help { margin: 14px 28px 0; color: #697282; font-size: 14px; }
.download-variant-list { display: grid; gap: 10px; padding: 22px 28px 28px; }
.download-variant-option { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 17px; border: 1px solid #dfe4eb; border-radius: 14px; background: #fff; color: #171b23; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.download-variant-option:hover { transform: translateY(-2px); border-color: #8bb7ef; box-shadow: 0 12px 30px rgba(30,64,111,.1); }
.download-variant-option:focus-visible { outline: 3px solid rgba(20,115,230,.3); outline-offset: 2px; }
.download-variant-option > span:first-child { display: grid; gap: 5px; }
.download-variant-option strong { font-size: 15px; }
.download-variant-option small { color: #737c89; font-size: 12px; line-height: 1.45; }
.download-variant-option > span:last-child { width: 32px; height: 32px; display: grid; flex: 0 0 32px; place-items: center; border-radius: 50%; background: #eef5ff; color: #0c6bdc; font-size: 16px; }
.download-toast { position: fixed; left: 50%; bottom: 34px; z-index: 1000; display: flex; align-items: center; gap: 10px; min-width: 260px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(10,16,26,.94); color: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.24); font-size: 14px; transform: translate(-50%, 18px); opacity: 0; backdrop-filter: blur(18px); }
.download-toast[hidden] { display: none; }
.download-toast i { width: 8px; height: 8px; border-radius: 50%; background: #61a4ff; box-shadow: 0 0 0 5px rgba(97,164,255,.14); }
.download-toast.is-visible { animation: download-toast-in .28s cubic-bezier(.22,1,.36,1) forwards; }
@keyframes download-toast-in { to { opacity: 1; transform: translate(-50%, 0); } }
.product-download-meta { max-width: 520px; margin: 22px auto 0; }
.product-download-meta div { padding-top: 0; border: 0; }
.product-download-media, .product-download-companion { display: none; }
.product-download-note { order: 4; margin: 22px 0 0; color: #8a8a90; text-align: center; font-size: 13px; }

@media (max-width: 760px) {
  .product-download-hero { min-height: 0; padding: 64px 16px 58px; }
  .product-download-heading h1 { margin-top: 16px; font-size: clamp(58px, 18vw, 76px); }
  .product-download-heading > p:last-child { font-size: 20px; }
  .product-download-stage { margin-top: 34px; }
  .picpeek-smart-download { width: min(100%, 340px); margin-top: 34px; }
  .picpeek-smart-download-button { width: 100%; min-width: 0; height: 62px; }
  .picpeek-platform-actions { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 38px; }
  .picpeek-platform-action { width: 100%; height: 126px; padding: 20px 8px 15px; border-radius: 13px; }
  .picpeek-platform-icon { font-size: 32px; }
  .picpeek-download-meta { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 24px; }
  .picpeek-download-meta dt { font-size: 10px; }
  .picpeek-download-meta dd { font-size: 12px; }
  .product-download-actions { width: min(100%, 340px); }
  .product-download-actions .button, .picpeek-product-download .product-download-actions .button.secondary { width: 100%; min-width: 0; min-height: 54px; }
  .product-download-meta { gap: 8px; }
  .product-download-tabs { width: 100%; gap: 10px; margin-top: 38px; }
  .product-download-tabs button { width: 104px; min-width: 104px; height: 96px; min-height: 96px; flex-basis: 104px; padding: 17px 8px 13px; }
  .labicast-product-download .product-download-tabs { width: 100%; gap: 8px; }
  .labicast-product-download .product-download-tabs button { width: auto; height: 90px; min-height: 90px; }
  .labicast-product-download .coming-soon-download { width: 100%; min-width: 0; height: 62px; }
  .labicast-smart-download { width: min(100%, 340px); margin-top: 34px; }
  .labicast-smart-download-button { width: 100%; min-width: 0; height: 62px; }
  .labicast-platform-actions { width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 38px; }
  .labicast-platform-action { height: 104px; padding: 18px 4px 13px; border-radius: 12px; }
  .labicast-platform-icon { font-size: 29px; }
  .labicast-platform-name { font-size: 12px; }
  .labicast-platform-current { top: 6px; right: 6px; padding: 2px 5px; font-size: 8px; }
  .download-dialog-header { padding: 22px 20px 0; }
  .download-dialog-header h2 { font-size: 26px; }
  .download-dialog-help { margin-inline: 20px; }
  .download-variant-list { padding: 18px 20px 22px; }
  .download-toast { bottom: 20px; width: calc(100% - 32px); min-width: 0; }
}

/* Download platform detection and feedback */
.product-download-tabs button { position: relative; overflow: hidden; }
.product-download-tabs button[aria-selected="true"]::after { position: absolute; right: 9px; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: #1473e6; box-shadow: 0 0 0 5px rgba(20,115,230,.1); content: ""; }
.product-download-actions .button:not(.is-disabled) { transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.product-download-actions .button:not(.is-disabled):hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(0,0,0,.18); }
.product-download-shell.is-changing .product-download-stage { animation: download-stage-in .34s cubic-bezier(.22,1,.36,1); }
.product-download-shell.is-auto-selected .product-download-tabs button[aria-selected="true"] { animation: platform-detected .62s cubic-bezier(.22,1,.36,1); }
@keyframes download-stage-in { from { opacity: .2; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes platform-detected { 0% { transform: scale(.94); } 55% { transform: scale(1.035); } 100% { transform: scale(1); } }

/* LabiCast editorial product story */
.labicast-device-story { position: relative; overflow: hidden; padding: 118px max(32px, calc((100vw - 1240px) / 2)) 0; background: #07111f; color: #fff; }
.labicast-device-story::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(111,157,224,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(111,157,224,.07) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 80%); content: ""; pointer-events: none; }
.labicast-device-story::after { position: absolute; top: 180px; right: 6%; width: 440px; height: 440px; border-radius: 50%; background: rgba(26,105,230,.18); filter: blur(120px); content: ""; pointer-events: none; }
.labicast-story-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.labicast-story-heading .eyebrow, .labicast-content-heading .eyebrow, .labicast-use-cases-heading .eyebrow { margin: 0 0 22px; color: #65a2ff; font-size: 13px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.labicast-story-heading h2 { grid-row: 2; margin: 0; max-width: 760px; font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.055em; }
.labicast-story-heading > p:last-child { grid-column: 2; grid-row: 2; margin: 0 0 8px; max-width: 470px; color: #aab8cb; font-size: 18px; line-height: 1.75; }
.labicast-device-scene { position: relative; z-index: 1; width: min(100%, 1100px); height: 570px; margin: 90px auto 0; }
.labicast-device { position: absolute; z-index: 2; }
.labicast-device .device-screen { box-sizing: border-box; display: flex; flex-direction: column; color: #fff; }
.labicast-tv { left: 50%; top: 15px; width: 56%; height: 330px; transform: translateX(-50%); padding: 13px; border: 2px solid #536176; border-radius: 23px; background: #101a29; box-shadow: 0 45px 100px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.05); }
.labicast-tv::before { position: absolute; left: 50%; bottom: -48px; width: 92px; height: 48px; border-bottom: 2px solid #536176; background: linear-gradient(90deg, transparent, #344052 45%, #344052 55%, transparent); transform: translateX(-50%); content: ""; }
.labicast-tv .device-screen { height: 100%; align-items: center; justify-content: center; border-radius: 13px; background: radial-gradient(circle at 50% 45%, #14448d 0, #0a2a5a 36%, #071a38 75%); }
.labicast-tv .cast-mark { display: grid; width: 72px; height: 72px; place-items: center; margin-bottom: 20px; border: 1px solid rgba(255,255,255,.32); border-radius: 22px; color: #6eb0ff; font-size: 36px; box-shadow: inset 0 0 35px rgba(55,135,255,.16), 0 0 45px rgba(55,135,255,.25); }
.labicast-tv b { font-size: 27px; }
.labicast-tv small { margin-top: 8px; color: #83a6d1; font-size: 13px; letter-spacing: .08em; }
.labicast-phone { left: 4%; bottom: 22px; width: 126px; height: 258px; padding: 7px; border: 2px solid #667286; border-radius: 28px; background: #101a29; box-shadow: 0 28px 70px rgba(0,0,0,.42); transform: rotate(-4deg); }
.labicast-phone::before { position: absolute; left: 50%; top: 9px; z-index: 2; width: 38px; height: 7px; border-radius: 8px; background: #111a27; content: ""; transform: translateX(-50%); }
.labicast-phone .device-screen { height: 100%; justify-content: flex-end; padding: 22px 14px; border-radius: 20px; background: linear-gradient(160deg, #e8f2ff, #9ec9ff 58%, #3f83e8); color: #08182d; }
.labicast-phone .device-screen > span { position: absolute; top: 26px; left: 17px; font-size: 10px; font-weight: 700; }
.labicast-phone b { font-size: 15px; }
.labicast-phone small { margin-top: 5px; color: #234f85; font-size: 10px; }
.labicast-desktop { right: 1%; bottom: 28px; width: 290px; height: 184px; padding: 9px; border: 2px solid #667286; border-radius: 14px 14px 5px 5px; background: #101a29; box-shadow: 0 28px 70px rgba(0,0,0,.42); transform: rotate(3deg); }
.labicast-desktop::after { position: absolute; left: 50%; bottom: -18px; width: 338px; height: 17px; border-radius: 2px 2px 14px 14px; background: linear-gradient(#6b788b, #263244); content: ""; transform: translateX(-50%); }
.labicast-desktop .device-screen { height: 100%; justify-content: center; padding: 24px; border-radius: 6px; background: #f4f7fb; color: #0a1728; }
.labicast-desktop .desktop-file { display: grid; width: 46px; height: 58px; place-items: end center; margin-bottom: 14px; padding-bottom: 8px; border-radius: 5px; background: #f36a42; color: #fff; font-size: 11px; font-weight: 800; }
.labicast-desktop b { font-size: 17px; }
.labicast-desktop small { margin-top: 5px; color: #647187; font-size: 10px; }
.labicast-signal { position: absolute; z-index: 1; display: flex; align-items: center; gap: 12px; height: 1px; background: linear-gradient(90deg, transparent, #3186ff 12%, #3186ff 88%, transparent); transform-origin: left center; }
.labicast-signal i { width: 5px; height: 5px; border-radius: 50%; background: #80b7ff; box-shadow: 0 0 14px #3a8dff; animation: cast-signal 2.4s ease-in-out infinite; }
.labicast-signal i:nth-child(2) { animation-delay: .4s; }
.labicast-signal i:nth-child(3) { animation-delay: .8s; }
.signal-phone { left: 13%; top: 330px; width: 34%; transform: rotate(-25deg); }
.signal-desktop { right: 13%; top: 336px; width: 31%; transform: rotate(26deg); }
.labicast-connected { position: absolute; left: 50%; bottom: 66px; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid rgba(121,178,255,.3); border-radius: 999px; background: rgba(9,27,52,.82); color: #a9cfff; font-size: 12px; transform: translateX(-50%); backdrop-filter: blur(12px); }
.labicast-connected i { width: 7px; height: 7px; border-radius: 50%; background: #4ee28b; box-shadow: 0 0 10px #4ee28b; }
@keyframes cast-signal { 0%, 100% { opacity: .25; transform: translateX(-4px); } 50% { opacity: 1; transform: translateX(8px); } }
.labicast-role-strip { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.labicast-role-strip article { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; min-height: 178px; padding: 36px 42px 34px 0; border-right: 1px solid rgba(255,255,255,.14); }
.labicast-role-strip article + article { padding-left: 42px; }
.labicast-role-strip article:last-child { border-right: 0; }
.labicast-role-strip article > span { grid-row: 1 / 3; color: #5682be; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.labicast-role-strip strong { display: block; font-size: 20px; }
.labicast-role-strip small { display: block; margin-top: 5px; color: #6d8ab2; font-size: 12px; }
.labicast-role-strip p { grid-column: 2; margin: 10px 0 0; color: #aab8cb; font-size: 14px; }

.labicast-content-stage { padding: 128px max(32px, calc((100vw - 1240px) / 2)); background: #f2f6fb; color: #101927; }
.labicast-content-heading { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 80px; }
.labicast-content-heading h2 { grid-row: 2; margin: 0; font-size: clamp(56px, 6.4vw, 92px); line-height: .94; letter-spacing: -.065em; }
.labicast-content-heading > p:last-child { grid-column: 2; grid-row: 2; margin: 0 0 10px; color: #667389; font-size: 18px; line-height: 1.75; }
.labicast-content-visual { position: relative; height: 590px; margin-top: 92px; }
.content-screen { position: absolute; left: 50%; top: 20px; width: 64%; height: 420px; padding: 12px; border-radius: 26px; background: #0c1420; box-shadow: 0 40px 90px rgba(30,61,105,.22); transform: translateX(-50%); }
.content-screen::after { position: absolute; left: 50%; bottom: -62px; width: 220px; height: 62px; border-bottom: 2px solid #98a8ba; background: linear-gradient(90deg, transparent, #b0bccb 47%, #b0bccb 53%, transparent); content: ""; transform: translateX(-50%); }
.content-screen-inner { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; border-radius: 16px; background: linear-gradient(145deg, #0d254c, #1163d8); color: #fff; }
.content-screen-inner span { margin-bottom: 26px; color: #7eb8ff; font-size: 12px; font-weight: 800; letter-spacing: .22em; }
.content-screen-inner strong { font-size: clamp(38px, 4vw, 62px); letter-spacing: -.045em; }
.content-screen-inner small { margin-top: 15px; color: #b6d5ff; font-size: 15px; }
.content-chip { position: absolute; z-index: 2; display: flex; width: 162px; height: 104px; flex-direction: column; justify-content: center; padding: 0 22px; border: 1px solid rgba(25,72,139,.13); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 22px 60px rgba(30,61,105,.14); }
.content-chip b { color: #0d64db; font-size: 24px; letter-spacing: -.03em; }
.content-chip span { margin-top: 6px; color: #6c788b; font-size: 12px; }
.chip-ppt { left: 1%; top: 74px; transform: rotate(-6deg); }
.chip-pdf { left: 7%; bottom: 76px; transform: rotate(4deg); }
.chip-photo { right: 2%; top: 66px; transform: rotate(6deg); }
.chip-video { right: 6%; bottom: 68px; transform: rotate(-4deg); }
.labicast-content-index { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid #cbd5e1; }
.labicast-content-index p { display: grid; grid-template-columns: auto 1fr; gap: 5px 16px; margin: 0; padding: 30px 34px 0 0; }
.labicast-content-index p + p { padding-left: 34px; border-left: 1px solid #cbd5e1; }
.labicast-content-index p > span { grid-row: 1 / 3; color: #1a70df; font-size: 11px; font-weight: 800; }
.labicast-content-index strong { font-size: 17px; }
.labicast-content-index small { color: #778396; font-size: 12px; }

.labicast-use-cases { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding: 132px max(32px, calc((100vw - 1240px) / 2)); background: #fff; }
.labicast-use-cases-heading { position: sticky; top: 100px; align-self: start; }
.labicast-use-cases-heading h2 { margin: 0; font-size: clamp(46px, 5vw, 70px); line-height: 1; letter-spacing: -.055em; }
.labicast-use-cases-heading > p:last-child { max-width: 430px; margin: 28px 0 0; color: #737d8c; font-size: 17px; line-height: 1.7; }
.labicast-use-case-list { border-top: 1px solid #cbd2da; }
.labicast-use-case-list article { display: grid; grid-template-columns: 46px minmax(140px, .7fr) 1.3fr; align-items: baseline; gap: 24px; padding: 38px 0; border-bottom: 1px solid #cbd2da; transition: padding-left .25s ease, color .25s ease; }
.labicast-use-case-list article:hover { padding-left: 12px; color: #1268d7; }
.labicast-use-case-list span { color: #1c70dc; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.labicast-use-case-list h3 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.labicast-use-case-list p { margin: 0; color: #747f8f; font-size: 15px; line-height: 1.7; }
.labicast-final-cta { padding: 118px 24px; background: #0d68d8; color: #fff; text-align: center; }
.labicast-final-cta p { margin: 0 0 18px; color: #a9d0ff; font-size: 13px; font-weight: 750; letter-spacing: .12em; }
.labicast-final-cta h2 { margin: 0 0 38px; font-size: clamp(44px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; }
.labicast-final-cta .button { border-color: #fff; background: #fff; color: #0a4fa9; }

@media (max-width: 900px) {
  .labicast-story-heading, .labicast-content-heading, .labicast-use-cases { grid-template-columns: 1fr; gap: 34px; }
  .labicast-story-heading > p:last-child, .labicast-content-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .labicast-use-cases-heading { position: static; }
  .labicast-device-scene { height: 500px; }
  .labicast-tv { width: 68%; }
  .labicast-role-strip article { padding-right: 22px; }
  .labicast-role-strip article + article { padding-left: 22px; }
  .content-screen { width: 72%; }
}

@media (max-width: 640px) {
  .labicast-device-story, .labicast-content-stage, .labicast-use-cases { padding-left: 20px; padding-right: 20px; }
  .labicast-device-story { padding-top: 82px; }
  .labicast-story-heading h2 { font-size: 42px; }
  .labicast-content-heading h2 { font-size: 46px; }
  .labicast-story-heading > p:last-child, .labicast-content-heading > p:last-child { font-size: 16px; }
  .labicast-device-scene { height: 410px; margin-top: 58px; }
  .labicast-tv { top: 0; width: 88%; height: 230px; border-radius: 16px; }
  .labicast-tv .cast-mark { width: 48px; height: 48px; margin-bottom: 12px; border-radius: 15px; font-size: 25px; }
  .labicast-tv b { font-size: 20px; }
  .labicast-phone { left: 2%; bottom: 18px; width: 82px; height: 174px; border-radius: 20px; }
  .labicast-phone .device-screen { padding: 16px 8px; }
  .labicast-phone .device-screen > span { top: 19px; left: 12px; font-size: 8px; }
  .labicast-phone b { font-size: 11px; }
  .labicast-phone small { font-size: 7px; }
  .labicast-desktop { right: 0; bottom: 24px; width: 166px; height: 108px; }
  .labicast-desktop::after { bottom: -12px; width: 190px; height: 11px; }
  .labicast-desktop .device-screen { padding: 12px; }
  .labicast-desktop .desktop-file { width: 27px; height: 34px; margin-bottom: 6px; padding-bottom: 4px; font-size: 7px; }
  .labicast-desktop b { font-size: 11px; }
  .labicast-desktop small { font-size: 7px; }
  .signal-phone { left: 18%; top: 260px; width: 26%; }
  .signal-desktop { right: 15%; top: 264px; width: 27%; }
  .labicast-connected { bottom: 38px; }
  .labicast-role-strip { grid-template-columns: 1fr; margin-top: 0; }
  .labicast-role-strip article, .labicast-role-strip article + article { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .labicast-content-stage { padding-top: 88px; padding-bottom: 90px; }
  .labicast-content-visual { height: 400px; margin-top: 58px; }
  .content-screen { top: 50px; width: 86%; height: 250px; padding: 8px; border-radius: 18px; }
  .content-screen::after { bottom: -42px; width: 120px; height: 42px; }
  .content-screen-inner strong { font-size: 30px; }
  .content-screen-inner small { font-size: 11px; }
  .content-chip { width: 105px; height: 70px; padding: 0 12px; border-radius: 12px; }
  .content-chip b { font-size: 15px; }
  .content-chip span { font-size: 8px; }
  .chip-ppt { left: 0; top: 8px; }
  .chip-pdf { left: 1%; bottom: 8px; }
  .chip-photo { right: 0; top: 8px; }
  .chip-video { right: 1%; bottom: 8px; }
  .labicast-content-index { grid-template-columns: 1fr; margin-top: 16px; }
  .labicast-content-index p, .labicast-content-index p + p { padding: 22px 0; border-left: 0; border-bottom: 1px solid #cbd5e1; }
  .labicast-use-cases { padding-top: 88px; padding-bottom: 88px; }
  .labicast-use-cases-heading h2 { font-size: 45px; }
  .labicast-use-case-list article { grid-template-columns: 34px 1fr; gap: 6px 12px; padding: 28px 0; }
  .labicast-use-case-list article h3 { font-size: 21px; }
  .labicast-use-case-list article p { grid-column: 2; }
  .labicast-final-cta { padding: 88px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-download-shell.is-changing .product-download-stage, .product-download-shell.is-auto-selected .product-download-tabs button[aria-selected="true"], .labicast-signal i { animation: none; }
}

/* LabiCast product narrative v3 */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.labicast-product-download .product-download-heading { max-width: 1080px; }
.labicast-product-download .product-download-heading h1 { margin-bottom: 22px; }
.labicast-product-download .product-download-heading .product-download-promise { max-width: 980px; margin: 0 auto; color: #303743; font-size: clamp(24px, 2.4vw, 34px); font-weight: 650; line-height: 1.35; letter-spacing: -.025em; }
.labicast-product-download .product-download-heading .product-download-definition { max-width: 820px; margin: 18px auto 0; color: #737b88; font-size: 15px; line-height: 1.75; }
.labicast-product-download .product-download-stage { margin-top: 38px; }
.labicast-product-download .product-download-tabs { margin-top: 40px; }
.labicast-product-download .product-download-note { max-width: 620px; line-height: 1.6; }

.labicast-value-section { position: relative; overflow: hidden; padding: 132px max(32px, calc((100vw - 1240px) / 2)) 104px; background: #fff; color: #101722; }
.labicast-value-copy { display: grid; grid-template-columns: 1.14fr .86fr; align-items: end; gap: 88px; }
.labicast-value-copy .eyebrow { margin: 0 0 24px; color: #1772df; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.labicast-value-copy h2 { grid-row: 2; max-width: 820px; margin: 0; font-size: clamp(56px, 5.7vw, 82px); line-height: .96; letter-spacing: -.06em; }
.labicast-value-copy > p:last-child { grid-column: 2; grid-row: 2; max-width: 510px; margin: 0 0 9px; color: #687384; font-size: 18px; line-height: 1.8; }
.labicast-value-media { position: relative; margin-top: 90px; }
.labicast-value-media .labicast-hero-art { width: 100%; min-height: 0; margin: 0; border: 0; border-radius: 26px; background: #eaf1fa; box-shadow: 0 44px 110px rgba(21,47,84,.18); overflow: hidden; }
.labicast-value-media .labicast-hero-art img { width: 100%; aspect-ratio: 16 / 8.1; object-fit: cover; }
.labicast-value-route { position: absolute; left: 50%; bottom: -28px; z-index: 3; display: flex; align-items: center; gap: 14px; min-width: 390px; justify-content: center; padding: 17px 24px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(7,18,33,.9); color: #fff; box-shadow: 0 16px 48px rgba(5,21,45,.25); transform: translateX(-50%); backdrop-filter: blur(18px); }
.labicast-value-route span, .labicast-value-route strong { font-size: 13px; }
.labicast-value-route i { position: relative; width: 82px; height: 1px; background: linear-gradient(90deg, #4496ff, #82b9ff); }
.labicast-value-route i::after { position: absolute; right: 0; top: 50%; width: 7px; height: 7px; border-top: 1px solid #82b9ff; border-right: 1px solid #82b9ff; content: ""; transform: translateY(-50%) rotate(45deg); }
.labicast-value-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 82px; border-top: 1px solid #cfd6df; }
.labicast-value-facts p { display: grid; grid-template-columns: 34px 1fr; gap: 5px 14px; margin: 0; padding: 32px 36px 0 0; }
.labicast-value-facts p + p { padding-left: 36px; border-left: 1px solid #cfd6df; }
.labicast-value-facts span { grid-row: 1 / 3; color: #1772df; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.labicast-value-facts strong { font-size: 18px; }
.labicast-value-facts small { color: #788394; font-size: 13px; line-height: 1.55; }

.labicast-device-story { padding-bottom: 0; }
.labicast-device-story .labicast-story-heading h2 { font-size: clamp(50px, 5.3vw, 76px); line-height: .98; }
.labicast-flow-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 26px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.labicast-flow-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; min-height: 190px; padding: 38px 38px 46px 0; border-right: 1px solid rgba(255,255,255,.15); }
.labicast-flow-steps li + li { padding-left: 38px; }
.labicast-flow-steps li:last-child { border-right: 0; }
.labicast-flow-steps li > span { color: #5e8ac5; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.labicast-flow-steps strong { display: block; color: #fff; font-size: 20px; }
.labicast-flow-steps p { margin: 11px 0 0; color: #a8b6c8; font-size: 14px; line-height: 1.7; }

.labicast-content-stage { padding-bottom: 112px; }
.labicast-content-stage .labicast-content-heading h2 { font-size: clamp(54px, 5.6vw, 80px); line-height: .96; }
.labicast-queue-note { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 30px; margin: 64px 0 0; padding: 28px 0; border-top: 1px solid #cbd5e1; border-bottom: 1px solid #cbd5e1; }
.labicast-queue-note span { color: #1772df; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.labicast-queue-note strong { max-width: 780px; color: #344052; font-size: 17px; font-weight: 620; line-height: 1.65; }

.labicast-platform-reference { display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; padding: 132px max(32px, calc((100vw - 1240px) / 2)); background: #f4f6f9; color: #101722; }
.labicast-platform-heading { align-self: start; position: sticky; top: 96px; }
.labicast-platform-heading .eyebrow { margin: 0 0 22px; color: #1772df; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.labicast-platform-heading h2 { margin: 0; font-size: clamp(46px, 4.8vw, 68px); line-height: .98; letter-spacing: -.055em; }
.labicast-platform-heading > p:last-child { max-width: 470px; margin: 28px 0 0; color: #6c7788; font-size: 16px; line-height: 1.75; }
.labicast-platform-table-wrap { border-top: 1px solid #bdc7d3; }
.labicast-platform-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.labicast-platform-table th, .labicast-platform-table td { padding: 24px 18px; border-bottom: 1px solid #cbd3dc; text-align: left; vertical-align: middle; }
.labicast-platform-table thead th { padding-top: 18px; color: #7e8897; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.labicast-platform-table thead th:nth-child(1) { width: 18%; }
.labicast-platform-table thead th:nth-child(2) { width: 22%; }
.labicast-platform-table thead th:nth-child(3) { width: 39%; }
.labicast-platform-table thead th:nth-child(4) { width: 21%; }
.labicast-platform-table tbody th { color: #111927; font-size: 18px; }
.labicast-platform-table tbody td { color: #697587; font-size: 14px; line-height: 1.55; }
.labicast-platform-table tbody td:last-child span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; color: #31577f; font-size: 12px; font-weight: 750; }
.labicast-platform-table tbody td:last-child span::before { width: 7px; height: 7px; border-radius: 50%; background: #77a9e7; box-shadow: 0 0 0 5px rgba(64,132,220,.1); content: ""; }
.labicast-platform-table tbody tr { transition: background-color .2s ease; }
.labicast-platform-table tbody tr:hover { background: rgba(255,255,255,.62); }

.labicast-faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: 96px; padding: 132px max(32px, calc((100vw - 1240px) / 2)); background: #fff; color: #101722; }
.labicast-faq-heading { align-self: start; position: sticky; top: 96px; }
.labicast-faq-heading .eyebrow { margin: 0 0 22px; color: #1772df; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.labicast-faq-heading h2 { margin: 0; font-size: clamp(46px, 4.8vw, 68px); line-height: .98; letter-spacing: -.055em; }
.labicast-faq-heading > p:last-child { max-width: 450px; margin: 28px 0 0; color: #6c7788; font-size: 16px; line-height: 1.75; }
.labicast-faq-list { border-top: 1px solid #bdc7d3; }
.labicast-faq-list details { border-bottom: 1px solid #cbd3dc; }
.labicast-faq-list summary { display: grid; grid-template-columns: 36px 1fr 26px; align-items: center; gap: 18px; min-height: 94px; padding: 22px 0; cursor: pointer; list-style: none; }
.labicast-faq-list summary::-webkit-details-marker { display: none; }
.labicast-faq-list summary span { color: #1772df; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.labicast-faq-list summary strong { font-size: 20px; line-height: 1.45; }
.labicast-faq-list summary i { position: relative; width: 24px; height: 24px; }
.labicast-faq-list summary i::before, .labicast-faq-list summary i::after { position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: #506071; content: ""; transform: translate(-50%,-50%); transition: transform .2s ease; }
.labicast-faq-list summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.labicast-faq-list details[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.labicast-faq-list details > p { max-width: 650px; margin: -8px 0 30px 54px; color: #677386; font-size: 15px; line-height: 1.8; }
.labicast-faq-list summary:focus-visible { outline: 2px solid #1772df; outline-offset: 5px; border-radius: 4px; }

@media (max-width: 960px) {
  .labicast-value-copy, .labicast-platform-reference, .labicast-faq { grid-template-columns: 1fr; gap: 44px; }
  .labicast-value-copy > p:last-child { grid-column: 1; grid-row: auto; }
  .labicast-platform-heading, .labicast-faq-heading { position: static; }
  .labicast-value-media { margin-top: 64px; }
}

@media (max-width: 640px) {
  .labicast-product-download .product-download-heading .product-download-promise { font-size: 21px; line-height: 1.45; }
  .labicast-product-download .product-download-heading .product-download-definition { margin-top: 14px; font-size: 13px; line-height: 1.65; }
  .labicast-value-section { padding: 86px 20px 76px; }
  .labicast-value-copy { gap: 24px; }
  .labicast-value-copy h2 { font-size: 46px; }
  .labicast-value-copy > p:last-child { font-size: 15px; line-height: 1.75; }
  .labicast-value-media { margin-top: 46px; }
  .labicast-value-media .labicast-hero-art { border-radius: 16px; }
  .labicast-value-media .labicast-hero-art img { aspect-ratio: 16 / 9; }
  .labicast-value-route { bottom: -20px; min-width: 286px; gap: 10px; padding: 12px 16px; }
  .labicast-value-route span, .labicast-value-route strong { font-size: 10px; }
  .labicast-value-route i { width: 50px; }
  .labicast-value-facts { grid-template-columns: 1fr; margin-top: 62px; }
  .labicast-value-facts p, .labicast-value-facts p + p { padding: 23px 0; border-left: 0; border-bottom: 1px solid #cfd6df; }
  .labicast-flow-steps { grid-template-columns: 1fr; }
  .labicast-device-story .labicast-story-heading h2 { font-size: 41px; }
  .labicast-flow-steps li, .labicast-flow-steps li + li { min-height: 0; padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .labicast-flow-steps li:last-child { border-bottom: 0; padding-bottom: 40px; }
  .labicast-content-stage .labicast-content-heading h2 { font-size: 41px; }
  .labicast-queue-note { grid-template-columns: 1fr; gap: 10px; margin-top: 42px; padding: 23px 0; }
  .labicast-queue-note strong { font-size: 15px; }
  .labicast-platform-reference, .labicast-faq { padding: 88px 20px; gap: 46px; }
  .labicast-platform-heading h2, .labicast-faq-heading h2 { font-size: 43px; }
  .labicast-platform-table thead { display: none; }
  .labicast-platform-table, .labicast-platform-table tbody { display: block; }
  .labicast-platform-table tbody tr { display: grid; grid-template-columns: 1fr 1fr; padding: 22px 0; border-bottom: 1px solid #cbd3dc; }
  .labicast-platform-table tbody th, .labicast-platform-table tbody td { display: block; padding: 4px 0; border: 0; }
  .labicast-platform-table tbody th { grid-column: 1 / 3; margin-bottom: 8px; font-size: 20px; }
  .labicast-platform-table tbody td:nth-of-type(1) { color: #445266; font-weight: 700; }
  .labicast-platform-table tbody td:nth-of-type(2) { grid-column: 1 / 3; padding-right: 18px; }
  .labicast-platform-table tbody td:nth-of-type(3) { grid-column: 2; grid-row: 2; justify-self: end; }
  .labicast-faq-list summary { grid-template-columns: 30px 1fr 22px; gap: 10px; min-height: 84px; }
  .labicast-faq-list summary strong { font-size: 17px; }
  .labicast-faq-list details > p { margin: -4px 0 25px 40px; font-size: 14px; }
}

/* v4 cascade overrides: keep the new layout after legacy responsive rules */
.unified-product-header { min-height: 64px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); }
.unified-product-header nav { gap: 24px; }
.unified-product-header nav > a { min-height: 44px; display: inline-flex; align-items: center; color: #596476; font-size: 13px; font-weight: 760; text-decoration: none; }
.labicast-content-visual { height: 620px; margin-top: 84px; }

@media (max-width: 1160px) {
  .portal-hero, .portal-showcase, .portal-showcase-picpeek { grid-template-columns: 1fr; }
  .portal-hero { min-height: auto; gap: 54px; padding-top: 72px; padding-bottom: 72px; }
  .portal-hero-copy, .portal-showcase-copy { max-width: 720px; }
  .portal-showcase-picpeek .portal-showcase-media { order: 2; }
  .portal-showcase-picpeek .portal-showcase-copy { order: 1; }
  .labicast-story-heading, .labicast-content-heading, .labicast-use-cases { grid-template-columns: 1fr; gap: 34px; }
  .labicast-story-heading > p:last-child, .labicast-content-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .labicast-use-cases-heading { position: static; }
  .labicast-story-heading h2, .labicast-content-heading h2, .labicast-use-cases-heading h2 { font-size: clamp(48px, 6vw, 64px); }
}

@media (max-width: 760px) {
  .unified-product-header { min-height: 60px; height: 60px; flex-direction: row; align-items: center; gap: 10px; padding: 0 14px; }
  .product-brand-group { gap: 9px; }
  .product-home-link { width: 34px; height: 34px; border-radius: 10px; }
  .unified-product-header .brand-logo { height: 28px; }
  .unified-product-header nav { width: auto; margin-left: auto; gap: 9px; padding: 0; overflow: visible; }
  .unified-product-header nav > a { min-height: 38px; font-size: 11px; }
  .unified-product-header .nav-language { margin-left: 0; }
  .portal-hero h1 { font-size: clamp(39px, 11vw, 48px); }
  .labicast-value-copy h2, .labicast-device-story .labicast-story-heading h2, .labicast-content-stage .labicast-content-heading h2, .labicast-use-cases-heading h2, .labicast-platform-heading h2, .labicast-faq-heading h2 { font-size: 36px; line-height: 1.03; letter-spacing: -.045em; }
  .labicast-cast-workspace { height: 480px; margin-top: 52px; }
  .cast-display { top: 0; width: 94%; height: 330px; padding: 7px; border-radius: 18px; }
  .cast-display::after { bottom: -38px; width: 120px; height: 38px; }
  .cast-display-bar { height: 35px; padding: 0 9px; border-radius: 10px 10px 0 0; }
  .cast-display-bar > span, .cast-display-bar strong { font-size: 7px; }
  .cast-display-body { height: 244px; grid-template-columns: 42px 1fr; gap: 7px; padding: 8px; }
  .cast-thumbnails { gap: 6px; }
  .cast-thumbnails i { height: 34px; }
  .cast-slide { padding: 18px 16px; }
  .cast-slide > span { font-size: 6px; }
  .cast-slide h3 { margin: 9px 0 13px; font-size: 20px; }
  .cast-chart { height: 80px; gap: 6px; }
  .cast-slide-footer { margin-top: 8px; }
  .cast-slide-footer b { font-size: 14px; }
  .cast-slide-footer small { font-size: 6px; }
  .cast-controls { height: 37px; gap: 10px; font-size: 7px; }
  .cast-controls b { width: 23px; height: 23px; }
  .cast-phone-panel { left: 0; bottom: 6px; width: 108px; height: 185px; padding: 11px; border-radius: 18px; }
  .cast-phone-panel > strong { margin: 13px 0 8px; font-size: 9px; }
  .cast-phone-grid { gap: 4px; }
  .cast-phone-grid i { height: 43px; }
  .cast-source-status { margin-top: 7px; font-size: 6px; }
  .cast-desktop-panel { right: -2px; bottom: 14px; width: 150px; min-height: 132px; padding: 11px; border-radius: 12px; }
  .cast-window-dots i { width: 5px; height: 5px; }
  .cast-desktop-panel > strong { margin: 11px 0 7px; font-size: 9px; }
  .cast-file { grid-template-columns: 27px 1fr; gap: 5px; margin-top: 5px; padding: 5px; }
  .cast-file b { height: 22px; font-size: 5px; }
  .cast-file span { font-size: 6px; }
  .cast-connection-phone { left: 18%; bottom: 120px; }
  .cast-connection-desktop { right: 18%; bottom: 110px; }
  .labicast-content-visual { height: 390px; margin-top: 52px; }
  .content-display { width: 100%; height: 330px; padding: 7px; border-radius: 18px; }
  .content-display::after { bottom: -38px; width: 120px; height: 38px; }
  .content-display-topbar { height: 34px; padding: 0 9px; border-radius: 11px 11px 0 0; font-size: 6px; gap: 8px; }
  .content-display-topbar small { padding: 3px 5px; }
  .content-dashboard { height: 253px; gap: 6px; padding: 7px; }
  .content-dashboard section { padding: 7px; border-radius: 8px; }
  .content-dashboard header { margin-bottom: 5px; }
  .content-dashboard header strong { font-size: 8px; }
  .content-dashboard header span { font-size: 5px; }
  .content-photo-grid { height: 200px; gap: 4px; }
  .content-document > strong { margin-left: 3px; font-size: 7px; }
  .content-file-badge { width: 21px; height: 24px; font-size: 5px; }
  .content-document-lines { gap: 4px; margin-top: 6px; }
  .content-document-lines i { height: 2px; }
  .content-presentation > strong { margin-top: 4px; font-size: 10px; }
  .content-presentation > div { height: 24px; margin-top: 5px; }
  .content-video { padding-left: 58px !important; }
  .content-video-frame { left: 7px; top: 7px; width: 44px; height: 40px; }
  .content-video-frame b { width: 20px; height: 20px; }
  .content-video > strong { font-size: 7px; }
  .content-video > span { margin-top: 8px; }
  .content-video > small { font-size: 5px; }
  .content-display-footer { height: 29px; padding: 0 9px; border-radius: 0 0 11px 11px; font-size: 6px; }
  .content-display-footer strong { font-size: 6px; }
  .compliance-hero { padding: 76px 20px 56px; }
  .compliance-hero h1 { font-size: 34px; line-height: 1.05; }
  .compliance-hero > p:last-child { margin-top: 23px; font-size: 15px; }
  .compliance-documents { padding: 0 20px 72px; }
  .compliance-section-heading { align-items: start; }
  .compliance-section-heading h2 { font-size: 25px; }
  .compliance-document-row { grid-template-columns: 46px 1fr 20px; gap: 13px; min-height: 134px; padding: 22px 0; }
  .compliance-document-icon { width: 43px; height: 43px; border-radius: 12px; }
  .compliance-document-icon svg { width: 23px; height: 23px; }
  .compliance-document-row strong { font-size: 18px; }
  .compliance-document-row p { font-size: 12px; line-height: 1.6; }
  .compliance-notice { grid-template-columns: 1fr; gap: 22px; margin: 0 20px; padding: 35px 0; }
  .compliance-notice h2 { font-size: 25px; }
  .compliance-operator { grid-template-columns: 1fr; padding: 54px 20px 82px; }
}

@media (max-width: 430px) {
  .unified-product-header .brand-logo { height: 25px; }
  .unified-product-header nav > a { font-size: 10px; }
  .unified-product-header nav > a:not(.is-active) { display: inline-flex !important; }
  .unified-product-header nav > a.is-active { display: none !important; }
  .headline-line { white-space: nowrap; }
  html[lang="en"] .headline-line { white-space: normal; }
}

/* Shared product FAQ and legal navigation */
.faq-more-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: #126edb; font-size: 14px; font-weight: 820; text-decoration: none; }
.faq-more-link span { transition: transform .18s ease; }
.faq-more-link:hover span { transform: translateX(4px); }
.faq-more-link:focus-visible { outline: 2px solid #1772df; outline-offset: 5px; border-radius: 4px; }
.picpeek-faq-preview { background: #f4f7fb; }
.product-faq-page { min-height: 72vh; background: #fff; }
.product-faq-full { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 112px; }
.product-faq-search { margin-bottom: 38px; }
.product-faq-search-field { position: relative; display: flex; align-items: center; min-height: 68px; border: 1px solid #c9d3df; border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(38, 56, 83, .1); transition: border-color .18s ease, box-shadow .18s ease; }
.product-faq-search-field:focus-within { border-color: #2a7de5; box-shadow: 0 0 0 4px rgba(42, 125, 229, .12), 0 16px 44px rgba(38, 56, 83, .08); }
.product-faq-search-field > svg { flex: 0 0 auto; width: 22px; height: 22px; margin-left: 21px; fill: none; stroke: #647185; stroke-width: 1.8; stroke-linecap: round; }
.product-faq-search-field input { min-width: 0; flex: 1; height: 66px; border: 0; outline: 0; padding: 0 16px; background: transparent; color: #111821; font: inherit; font-size: 18px; }
.product-faq-search-field input::placeholder { color: #9aa5b5; }
.product-faq-search-field input::-webkit-search-cancel-button { display: none; }
.faq-search-clear { flex: 0 0 auto; width: 38px; height: 38px; margin-right: 12px; border: 0; border-radius: 50%; background: #eef2f7; color: #5e697a; font-size: 23px; line-height: 1; cursor: pointer; }
.faq-search-clear:hover { background: #e3e9f1; color: #17202d; }
.faq-search-clear:focus-visible { outline: 2px solid #1772df; outline-offset: 2px; }
.faq-search-clear[hidden] { display: none; }
.faq-search-count { margin: 13px 2px 0; color: #7b8798; font-size: 13px; }
.product-faq-full .labicast-faq-list { width: 100%; }
.faq-search-empty { margin-top: 20px; padding: 42px 24px; border: 1px dashed #cbd4df; border-radius: 18px; text-align: center; }
.faq-search-empty[hidden] { display: none; }
.faq-search-empty strong { color: #17202d; font-size: 18px; }
.faq-search-empty p { margin: 9px 0 0; color: #748094; font-size: 14px; }
.faq-support-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 44px; padding-top: 24px; border-top: 1px solid #d8dfe8; }
.faq-support-note p { margin: 0; color: #687589; font-size: 14px; }
.faq-support-note a { display: inline-flex; align-items: center; gap: 9px; color: #126edb; font-size: 14px; font-weight: 820; text-decoration: none; }
.faq-support-note a:hover span { transform: translateX(4px); }
.faq-support-note a span { transition: transform .18s ease; }
.faq-support-note a:focus-visible { outline: 2px solid #1772df; outline-offset: 5px; border-radius: 4px; }

@media (max-width: 760px) {
  .product-faq-full { width: min(100% - 40px, 920px); padding: 34px 0 80px; }
  .product-faq-search { margin-bottom: 26px; }
  .product-faq-search-field { min-height: 58px; border-radius: 15px; }
  .product-faq-search-field input { height: 56px; font-size: 16px; }
  .product-faq-search-field > svg { margin-left: 17px; }
  .faq-support-note { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 430px) {
  .unified-product-header.product-nav-secondary nav > a:first-child { display: none !important; }
  .unified-product-header nav > a.is-active { display: none !important; }
}
