/* Executive Operations & Specialized Expertise — page-scoped bespoke CSS (Role Framework + General Investment section).
   Extracted verbatim from the original page inline <style>. Shared DSv2 classes live in /proposal/_v2/v2.css.
   Kept page-scoped to avoid cross-page selector collisions (per hybrid migration approach). */
.role-framework-section{
  background:
    radial-gradient(circle at 16% 12%,rgba(73,191,255,.08),transparent 25%),
    linear-gradient(180deg,var(--bg),var(--bg2));
}
.role-framework-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.role-framework-grid article{
  padding:22px;
  border:1px solid var(--line);
  border-top:2px solid var(--teal);
  border-radius:18px;
  background:linear-gradient(180deg,var(--surface),var(--surface-deep));
  box-shadow:var(--shadow);
}
.role-framework-grid article:nth-child(2){border-top-color:var(--blue)}
.role-framework-grid article:nth-child(3){border-top-color:var(--yellow)}
.role-framework-grid article:nth-child(4){border-top-color:var(--green)}
.role-framework-grid small{
  color:var(--yellow);
  font-size:.64rem;
  font-weight:950;
  letter-spacing:.1em;
}
.role-framework-grid strong{
  display:block;
  margin:12px 0 8px;
  font-size:1rem;
}
.role-framework-grid p{
  margin:0;
  color:var(--muted);
  font-size:.78rem;
  line-height:1.5;
}
.role-framework-close{
  margin-top:16px;
  padding:24px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.018);
}
.role-framework-close span{
  display:block;
  color:var(--muted);
  font-size:1rem;
}
.role-framework-close strong{
  display:block;
  margin-top:6px;
  color:var(--teal);
  font-size:1.5rem;
}
@media(max-width:980px){
  .role-framework-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .role-framework-grid{grid-template-columns:1fr}
}


.general-investment-section{
  background:
    radial-gradient(circle at 14% 12%,rgba(24,231,224,.08),transparent 24%),
    radial-gradient(circle at 86% 15%,rgba(255,159,67,.08),transparent 24%),
    linear-gradient(180deg,var(--bg),var(--bg2));
}
.price-outcome{
  margin:18px 0;
  padding:15px;
  border:1px solid rgba(24,231,224,.18);
  border-radius:15px;
  background:rgba(24,231,224,.04);
}
.price-outcome small,
.best-for small{
  display:block;
  color:var(--yellow);
  font-size:.61rem;
  font-weight:950;
  letter-spacing:.12em;
}
.price-outcome strong{
  display:block;
  margin-top:7px;
  line-height:1.45;
  font-size:.86rem;
}
.best-for{
  margin:0 0 22px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(255,255,255,.02);
}
.best-for p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:.76rem;
  line-height:1.5;
}
.pricing-difference{
  margin-top:18px;
  padding:28px;
  text-align:center;
  border:1px solid var(--line);
  border-radius:20px;
  background:
    radial-gradient(circle at center,rgba(24,231,224,.08),transparent 40%),
    linear-gradient(180deg,var(--surface),var(--surface-deep));
}
.pricing-difference h3{
  margin:10px 0 12px;
  font-size:clamp(1.8rem,3.4vw,3.2rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.pricing-difference h3 span{color:var(--teal)}
.pricing-difference p{
  max-width:840px;
  margin:0 auto;
  color:var(--muted);
  line-height:1.65;
}
