/* Draft page styles are scoped; existing header and footer rules remain unchanged. */
.sepco-content-page { --sepco-cyan:#00b3d6; --sepco-orange:#ff7d20; color:#172b3b; max-width:1200px; margin-inline:auto; padding:clamp(20px,4vw,56px); }
.sepco-content-page p { font-size:clamp(18px,1.35vw,21px); line-height:1.65; max-width:75ch; }
.sepco-content-page .wp-block-heading { line-height:1.2; margin-block:0 20px; }
.sepco-content-page h2 { font-size:clamp(27px,3vw,40px); }
.sepco-content-page h3 { font-size:25px; }
.sepco-content-section,.sepco-content-grid,.sepco-content-coverage { margin-block:48px; }
.sepco-content-intro p { font-size:clamp(22px,2vw,28px); }
.sepco-content-page .wp-block-buttons { display:flex; flex-wrap:wrap; gap:16px; margin-block:24px; }
.sepco-content-page .sepco-content-button .wp-block-button__link { color:#061c2e; background:var(--sepco-cyan); border:3px solid var(--sepco-cyan); border-radius:3px; padding:12px 20px; font-size:17px; font-weight:700; text-decoration:none; }
.sepco-content-page .sepco-content-button-orange .wp-block-button__link { background:var(--sepco-orange); border-color:var(--sepco-orange); }
.sepco-content-page .sepco-content-button .wp-block-button__link:hover { background:transparent; box-shadow:inset 0 0 0 1px var(--sepco-cyan); }
.sepco-content-page .sepco-content-button-orange .wp-block-button__link:hover { box-shadow:inset 0 0 0 1px var(--sepco-orange); }
.sepco-content-page a:focus-visible,.sepco-content-page button:focus-visible { outline:3px solid #ff7d20; outline-offset:4px; }
.sepco-content-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.sepco-content-card { padding:28px; background:#f2f6f8; border-top:3px solid var(--sepco-cyan); min-width:0; }
.sepco-content-card p { font-size:18px; }
.sepco-content-hero,.sepco-content-coverage { background:#0b2238; color:white; padding:clamp(24px,4vw,48px); }
.sepco-content-hero .wp-block-heading { font-size:clamp(32px,4vw,58px); max-width:20ch; }
.sepco-content-slide { padding-block:12px; }
.sepco-content-hero:not(.is-ready) .sepco-content-slide + .sepco-content-slide { border-top:1px solid #496072; margin-top:30px; padding-top:30px; }
.sepco-content-hero .wp-block-button__link:hover { color:var(--sepco-cyan); }
.sepco-content-hero .sepco-content-button-orange .wp-block-button__link:hover { color:var(--sepco-orange); }
.sepco-content-slide[hidden] { display:none!important; }
.sepco-content-controls { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.sepco-content-controls button { padding:10px 15px; background:transparent; color:white; border:2px solid #87c2d0; cursor:pointer; font:inherit; }
.sepco-content-controls button[aria-pressed="true"] { background:var(--sepco-cyan); border-color:var(--sepco-cyan); color:#061c2e; }
.sepco-content-coverage img { display:block; width:100%; height:auto; }
.sepco-content-coverage .wp-block-heading { font-size:clamp(24px,2.5vw,34px); }
.sepco-newsletter-placeholder input:disabled { opacity:.7; cursor:not-allowed; }
.sepco-newsletter-placeholder label { display:grid; gap:6px; }
.sepco-newsletter-placeholder input[type="button"] { width:100%; margin-top:11px; padding:12px; background:#00b3d6; color:#06172b; border:2px solid #00b3d6; border-radius:3px; font-weight:700; }
@media(max-width:781px) { .sepco-content-grid { grid-template-columns:1fr; } .sepco-content-section,.sepco-content-grid,.sepco-content-coverage { margin-block:32px; } .sepco-content-page { padding:20px; } .sepco-content-card { padding:22px; } }
