.example-page{background:var(--bg)}
.example-nav{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:.8rem;font-weight:750}
.example-nav span{color:var(--ink)}
.example-home-link{color:var(--ink);font-size:.9rem;font-weight:900}
.example-hero{padding:88px 0 72px;border-bottom:1px solid rgba(17,24,39,.08)}
.example-hero-inner{max-width:930px}
.example-hero h1{max-width:900px;margin-bottom:24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.45rem,4.8vw,4.75rem);font-weight:500;line-height:1.03;letter-spacing:-.047em}
.example-lead{max-width:760px;margin-bottom:22px;color:var(--muted);font-size:clamp(1.08rem,1.55vw,1.3rem);line-height:1.55}
.example-disclaimer{display:inline-flex;margin:0;padding:8px 11px;border:1px solid rgba(17,24,39,.1);border-radius:999px;background:rgba(255,255,255,.48);color:var(--muted);font-size:.76rem;font-weight:750}
.example-section{padding:72px 0;border-bottom:1px solid rgba(17,24,39,.08)}
.example-two-columns{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:64px;align-items:start}
.example-section h2,.example-compatibility h2{max-width:700px;margin-bottom:20px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.1vw,3.2rem);font-weight:500;line-height:1.08;letter-spacing:-.035em}
.example-questions{display:grid;gap:12px}
.example-questions p{margin:0;padding:21px 22px;border:1px solid rgba(17,24,39,.1);border-radius:16px;background:rgba(255,255,255,.48);font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.15rem,1.7vw,1.45rem);line-height:1.3}
.example-board-section{background:rgba(255,255,255,.32)}
.example-board-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.example-board-heading h2{margin-bottom:0}
.example-status{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:#2f3440;color:#fff;font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.example-pressure-card{overflow:hidden;border:1px solid rgba(17,24,39,.13);border-radius:22px;background:rgba(255,255,255,.76);box-shadow:0 18px 50px rgba(17,24,39,.07)}
.example-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:26px;padding:30px;border-bottom:1px solid rgba(17,24,39,.09)}
.example-card-kicker{margin:0 0 9px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.example-card-header h3{max-width:720px;margin:0 0 11px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.7rem,2.6vw,2.5rem);font-weight:600;line-height:1.1;letter-spacing:-.03em}
.example-card-header p:last-child{max-width:760px;margin:0;color:var(--muted);font-size:1.02rem}
.example-card-marker{width:13px;height:54px;border-radius:999px;background:#2f3440}
.example-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.example-card-grid section{padding:26px 30px;border-right:1px solid rgba(17,24,39,.08);border-bottom:1px solid rgba(17,24,39,.08)}
.example-card-grid section:nth-child(2n){border-right:0}
.example-card-grid section:nth-last-child(-n+2){border-bottom:0}
.example-card-grid h4{margin:0 0 11px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.example-card-grid p,.example-card-grid li{font-size:1rem;line-height:1.55}
.example-card-grid p{margin:0}
.example-card-grid ul{margin:0;padding-left:18px}
.example-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.example-benefits article{padding:22px;border:1px solid rgba(17,24,39,.1);border-radius:16px;background:rgba(255,255,255,.46)}
.example-benefits span{display:block;margin-bottom:20px;color:var(--muted);font-size:.75rem;font-weight:800}
.example-benefits p{margin:0;font-size:1rem}
.example-compatibility{padding:82px 0;background:var(--ink);color:#fff}
.example-compatibility-inner{max-width:780px}
.example-compatibility p:not(.eyebrow){max-width:680px;margin-bottom:25px;color:rgba(255,255,255,.72);font-size:1.12rem}
.example-compatibility .labs-text-link{color:#fff}
@media(max-width:820px){.example-two-columns{grid-template-columns:1fr;gap:22px}.example-hero{padding:72px 0 62px}.example-board-heading{align-items:flex-start;flex-direction:column}.example-benefits{grid-template-columns:1fr}}
@media(max-width:640px){.example-nav{display:none}.example-card-grid{grid-template-columns:1fr}.example-card-grid section{border-right:0}.example-card-grid section:nth-last-child(2){border-bottom:1px solid rgba(17,24,39,.08)}.example-card-header{padding:24px}.example-card-grid section{padding:22px 24px}.example-section{padding:56px 0}}