/* Shared styling for data-driven product pages. */
.product-page{overflow:hidden}.product-hero,.product-section,.product-guide{max-width:var(--max);margin:auto;padding:30px 28px}.product-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:22px;padding-top:46px;padding-bottom:30px;border-bottom:1px solid var(--line)}.product-hero-main{max-width:780px}.product-hero h1{font-family:var(--heading)!important;font-size:clamp(44px,6vw,78px);line-height:.88;letter-spacing:-.055em;margin:10px 0 14px}.product-title-line,.product-title-accent,.product-title-emphasis{display:block}.product-title-accent{color:#0384CB}.product-title-emphasis{color:var(--accent)}.product-intro{max-width:820px;color:var(--muted);line-height:1.6;font-size:14px}.product-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.product-meta span{border:1px solid var(--line);border-radius:5px;padding:6px 9px;font:500 8px var(--mono);text-transform:uppercase;color:var(--muted)}.product-meta span:first-child{color:var(--accent2);border-color:currentColor}.product-release{border:1px solid var(--line);border-radius:6px;background:var(--panel);padding:24px;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;min-height:230px}.product-release h2{font-family:var(--heading)!important;font-size:35px;line-height:.92;margin:8px 0 6px}.product-download-count{display:block;color:var(--muted);font:600 9px var(--mono);text-transform:uppercase}.product-release p{color:var(--muted);font-size:14px}.product-import{border-top:1px solid var(--line);padding-top:14px}.product-import-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-import-heading strong,.product-import-heading span{display:block}.product-import-heading strong{font:600 9px var(--mono);text-transform:uppercase;color:var(--accent)}.product-import-heading span{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.4}.import-code{max-height:130px;margin:10px 0 0;padding:10px;overflow:auto;border:1px solid var(--line);border-radius:4px;background:var(--bg);color:var(--muted);font:9px/1.45 var(--mono);white-space:pre-wrap;overflow-wrap:anywhere}.copy-button{appearance:none;border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:4px;padding:8px 10px;font:600 9px var(--mono);text-transform:uppercase;cursor:pointer;white-space:nowrap;min-width:132px}.copy-button:hover{border-color:var(--accent);color:var(--accent)}.copy-button.copied{border-color:#63c878;color:#63c878}.copy-icon{display:inline-block;margin-left:7px;font-size:12px;line-height:1;color:currentColor}.secondary-button{display:flex;align-items:center;justify-content:space-between;padding:9px 13px;border:1px solid var(--line);border-radius:4px;font:600 9px var(--mono);text-transform:uppercase;color:var(--text);text-align:left;background:transparent;cursor:pointer}.secondary-button:hover{border-color:var(--accent)}.secondary-button .button-icon{font-size:12px;line-height:1;color:var(--accent2);margin-left:14px;flex:0 0 auto}.secondary-button.copied{border-color:#63c878;color:#63c878}.product-downloads,.product-links{display:flex;flex-direction:column;gap:9px;margin-top:8px}.product-download{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;border:1px solid var(--line);border-radius:4px;color:var(--text)}.product-download:hover{border-color:var(--accent)}.product-download small{color:var(--muted);font:600 8px var(--mono)}.product-content-card{background:var(--panel);border:1px solid var(--line);border-radius:6px;padding:10px}.product-content-card h2{font-family:var(--heading)!important;font-size:35px;line-height:.92;letter-spacing:-.04em;margin:5px 0 12px}.product-content-card--experience{display:block}.product-experience-copy{padding-right:10px}.product-experience-features{min-width:0;margin-top:18px}.product-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.product-feature{border:1px solid var(--line);border-radius:5px;background:var(--panel2);padding:13px}.product-feature strong{display:block;font:600 10px var(--mono);text-transform:uppercase;color:var(--accent);margin-bottom:5px}.product-feature span{font-size:12px;color:var(--muted);line-height:1.55}.product-list{margin:18px 0 0;padding-left:22px;color:var(--muted);line-height:1.75;font-size:13px}.product-list li{padding-left:5px}.product-guide{padding-top:0}.product-guide-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-guide-intro{color:var(--muted);line-height:1.6}.product-guide-list{list-style:none!important;margin:24px 0 0!important;padding:0!important}.product-guide-step{border-top:1px solid var(--line);padding:22px 0 24px}.product-guide-step:last-child{border-bottom:1px solid var(--line)}.product-step-heading{display:flex;align-items:baseline;gap:14px}.product-step-heading span,.product-substep>div>span{color:var(--accent);font:700 16px var(--mono)}.product-step-heading strong{font:600 21px var(--heading)}.product-step-description{margin:6px 0 0 30px;color:var(--muted);font-size:14px;line-height:1.55;max-width:820px}.product-substeps{display:flex;flex-direction:column;gap:14px;margin:18px 0 0 30px}.product-substep{display:grid;grid-template-columns:minmax(0,46fr) minmax(280px,54fr);border:1px solid var(--line);border-radius:5px;background:var(--panel2);overflow:hidden}.product-substep>div:first-child{padding:18px 20px}.product-substep h3{margin:0 0 4px;display:inline-block;font:600 18px var(--heading)}.product-substep p{margin:4px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.product-substep-images{display:flex;flex-direction:column;gap:10px;padding:14px 16px 14px 0}.product-substep-images figure{margin:0;border:1px solid var(--line);border-radius:4px;background:var(--bg);overflow:hidden}.product-substep-images img{display:block;width:100%;height:auto}.product-feature-row{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.25fr .75fr;gap:22px;padding:10px 28px}.product-feature-row .product-section{min-width:0;max-width:none;margin:0;padding:0 0 26px}.product-feature-row .product-content-card{height:100%;box-sizing:border-box}.product-feature-row .demo-card{min-width:0}.demo-placeholder{width:100%;min-height:210px;margin-top:18px;border:1px solid var(--line);border-radius:5px;background:var(--panel2);box-sizing:border-box}.product-page-footer{max-width:var(--max);margin:auto;padding:18px 28px 30px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--muted);font:400 8px var(--mono);text-transform:uppercase}
@media(max-width:900px){.product-feature-row{grid-template-columns:1fr}}
@media(max-width:760px){.product-hero{grid-template-columns:1fr;padding:34px 20px 26px}.product-hero h1{font-size:clamp(36px,10vw,52px)}.product-section,.product-guide{padding:20px}.product-feature-row{padding:0 20px;gap:0}.product-feature-row .product-section{padding:20px 0}.product-content-card--experience{display:block}.product-features{grid-template-columns:1fr}.product-release{min-height:0}.product-import-heading{align-items:flex-start;flex-direction:column}.product-substep{display:block}.product-substep-images{padding:0 12px 12px}.product-step-description,.product-substeps{margin-left:22px}.product-step-heading strong{font-size:19px}.product-page-footer{padding-left:20px;padding-right:20px;flex-direction:column}}
