
  .power-distribution-page {
    --navy:#102a43;--blue:#2563eb;--light:#f8fafc;--border:#e5e7eb;--text:#334155;--muted:#475569;
    font-family:Calibri,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.7;
  }
  .power-distribution-page *{box-sizing:border-box}
  .power-distribution-page .container{width:min(1180px,92%);margin:0 auto}
  .power-distribution-page h1,.power-distribution-page h2,.power-distribution-page h3{margin:0 0 18px;color:var(--navy);font-weight:700;letter-spacing:-.03em}
  .power-distribution-page h1{font-size:clamp(38px,5vw,64px);line-height:1.08;color:#fff}
  .power-distribution-page h2{font-size:clamp(30px,4vw,46px);line-height:1.15}
  .power-distribution-page h3{font-size:24px;line-height:1.25}
  .power-distribution-page p{margin:0 0 18px;font-size:17px;color:var(--muted)}
  .power-distribution-page ul,.power-distribution-page ol{margin:18px 0 22px;padding-left:22px}
  .power-distribution-page li{margin-bottom:10px;font-size:17px;color:var(--text)}
  .eyebrow{margin:0 0 14px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue)}
  .overview-hero{padding:110px 0 90px;background:radial-gradient(circle at 85% 20%,rgba(37,99,235,.38),transparent 32%),linear-gradient(135deg,#020617 0%,#0f172a 48%,#1e293b 100%);color:#fff}
  .overview-hero .eyebrow,.overview-hero p,.overview-hero li{color:#dbeafe}
  .overview-row,.overview-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
  .overview-row.reverse{grid-template-columns:.95fr 1.05fr}
  .overview-section{padding:92px 0;background:#fff}
  .overview-section.light{background:var(--light)}
  .overview-image{padding:14px;border-radius:26px;background:#fff;border:1px solid var(--border);box-shadow:0 18px 42px rgba(15,23,42,.08)}
  .overview-hero .overview-image{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18)}
  .overview-image img{width:100%;height:auto;display:block;border-radius:20px}
  .image-caption{margin-top:12px;font-size:14px;color:#64748b;text-align:center}
  .overview-hero .image-caption{color:#dbeafe}
  .feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
  .feature-item{min-height:82px;display:flex;align-items:center;padding:20px 22px;border-radius:18px;background:#fff;border:1px solid var(--border);border-left:5px solid var(--blue);font-size:16px;font-weight:700;color:#1e293b;box-shadow:0 14px 32px rgba(15,23,42,.05)}
  .metric-box{display:inline-block;margin:12px 0 20px;padding:18px 26px;border-radius:18px;background:linear-gradient(135deg,#102a43,#2563eb);color:#fff;font-size:24px;font-weight:800;box-shadow:0 14px 32px rgba(37,99,235,.22)}
  .spec-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start;margin-top:32px}
  .spec-table-wrap{overflow-x:auto;border-radius:22px;border:1px solid var(--border);box-shadow:0 18px 42px rgba(15,23,42,.06)}
  .spec-table{width:100%;border-collapse:collapse;background:#fff;font-size:16px}
  .spec-table th,.spec-table td{border:1px solid var(--border);padding:16px 18px;text-align:left;color:var(--text)}
  .spec-table th{background:var(--navy);color:#fff;font-weight:700}
  .spec-table tr:nth-child(even){background:#f8fafc}
  .dark-section{padding:100px 0;background:linear-gradient(135deg,rgba(37,99,235,.26),transparent 45%),#0f172a;color:#fff}
  .dark-section h2,.dark-section h3,.dark-section p,.dark-section li{color:#fff}
  @media(max-width:960px){.overview-hero-grid,.overview-row,.overview-row.reverse,.feature-grid,.spec-layout{grid-template-columns:1fr}.overview-hero,.overview-section,.dark-section{padding:70px 0}}
