:root{
  --wctv-navy:#071E46;
  --wctv-navy-2:#0E356B;
  --wctv-lime:#B7D900;
  --wctv-soft:#F4F7FB;
  --wctv-text:#0A1733;
  --wctv-card:#FFFFFF;
  --wctv-border:rgba(7,30,70,.12);
  --wctv-shadow:0 18px 50px rgba(7,30,70,.12);
}
body{background:var(--wctv-soft);}
.wctv-wrap{max-width:1180px;margin-inline:auto;padding-inline:20px;}
.wctv-header{position:sticky;top:0;z-index:20;background:rgba(7,30,70,.97);backdrop-filter:blur(12px);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.wctv-header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px;}
.wctv-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;font-weight:900;letter-spacing:.01em;}
.wctv-logo img{width:52px;height:52px;border-radius:999px;display:block;}
.wctv-logo span{display:block;font-size:1.1rem;line-height:1.1;}
.wctv-logo small{display:block;font-size:.64rem;color:#fff;opacity:.85;text-transform:uppercase;letter-spacing:.09em}.wctv-logo b{color:var(--wctv-lime)}
.wctv-nav{display:flex;gap:22px;align-items:center;font-weight:800;font-size:.94rem;}
.wctv-nav a{color:#fff;text-decoration:none;opacity:.92}.wctv-nav a:hover{color:var(--wctv-lime);opacity:1}
.wctv-mobile-nav{display:none;color:#fff}.wctv-mobile-nav summary{cursor:pointer;font-weight:800}
.wctv-mobile-nav nav{display:grid;gap:8px;padding:12px 0}.wctv-mobile-nav a{color:#fff;text-decoration:none}
.wctv-button{display:inline-flex;align-items:center;gap:8px;background:var(--wctv-lime);color:var(--wctv-navy)!important;border-radius:999px;padding:12px 18px;text-decoration:none;font-weight:900;border:0;box-shadow:0 10px 24px rgba(183,217,0,.25)}
.wctv-button.secondary{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.25);box-shadow:none}
.wctv-hero{position:relative;overflow:hidden;background:var(--wctv-navy);color:#fff;height:560px;min-height:560px;display:flex;align-items:center;}
.wctv-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(4,16,44,.94) 0%,rgba(5,24,66,.82) 34%,rgba(5,24,66,.22) 70%),radial-gradient(circle at 72% 26%,rgba(183,217,0,.18),transparent 32%),var(--wctv-hero-image);background-size:cover;background-position:center top;transform:scale(1.02);}
.wctv-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(180deg,rgba(244,247,251,0),rgba(244,247,251,1));}
.wctv-hero-content{position:relative;z-index:1;max-width:760px;padding-block:54px 72px;}
.wctv-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);font-size:.77rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;backdrop-filter:blur(8px)}
.wctv-hero h1{font-size:clamp(3.4rem,7vw,6.6rem);line-height:.92;margin:0 0 22px;text-transform:uppercase;font-weight:1000;letter-spacing:.015em;}
.wctv-hero h1 strong{display:block;color:var(--wctv-lime)}
.wctv-hero p{font-size:1.14rem;max-width:620px;margin:0 0 24px;opacity:.92;font-weight:650;}
.wctv-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:16px}
.wctv-trust{display:flex;flex-wrap:wrap;gap:14px;margin-top:16px;font-size:.84rem;font-weight:800;opacity:.92}.wctv-trust span:before{content:"✓";color:var(--wctv-lime);margin-right:7px;font-weight:900}
.wctv-hero-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px;max-width:760px}
.wctv-hero-kpi{padding:14px 14px 12px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(8px);box-shadow:0 10px 30px rgba(0,0,0,.16)}
.wctv-hero-kpi strong{display:block;color:#fff;font-size:1rem;margin-bottom:6px}
.wctv-hero-kpi span{display:block;color:rgba(255,255,255,.78);font-size:.82rem;line-height:1.35}
.wctv-section{padding-block:34px}.wctv-grid{display:grid;gap:22px}.wctv-grid-6{grid-template-columns:repeat(6,1fr)}.wctv-grid-main{grid-template-columns:2fr 1fr}.wctv-grid-2{grid-template-columns:repeat(2,1fr)}
.wctv-card{background:var(--wctv-card);border:1px solid var(--wctv-border);border-radius:22px;box-shadow:var(--wctv-shadow);overflow:hidden;transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease}.wctv-card:hover{transform:translateY(-4px);box-shadow:0 24px 56px rgba(7,30,70,.14);border-color:rgba(14,53,107,.18)}.wctv-card-pad{padding:24px}.wctv-card h2,.wctv-card h3{margin-top:0;color:var(--wctv-navy)}
.wctv-editorial-band{display:grid;grid-template-columns:1.2fr 1.8fr;gap:22px;align-items:stretch;padding:10px 0 12px}
.wctv-editorial-intro{padding:8px 0}
.wctv-editorial-intro h2{margin:8px 0 12px;font-size:clamp(1.9rem,4vw,3rem);line-height:1.05;color:var(--wctv-navy)}
.wctv-editorial-intro p{margin:0;color:rgba(10,23,51,.72);font-size:1.02rem;max-width:580px}
.wctv-editorial-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.wctv-pill-card{display:flex;flex-direction:column;justify-content:flex-end;gap:6px;min-height:122px;padding:20px 22px;border-radius:22px;background:linear-gradient(135deg,#fff,rgba(244,247,251,.98));border:1px solid rgba(7,30,70,.08);box-shadow:0 18px 44px rgba(7,30,70,.08);text-decoration:none;color:var(--wctv-navy);position:relative;overflow:hidden}
.wctv-pill-card:before{content:"";position:absolute;top:-34px;right:-28px;width:120px;height:120px;background:radial-gradient(circle,rgba(183,217,0,.22),rgba(183,217,0,0));}
.wctv-pill-card strong{position:relative;z-index:1;font-size:1.06rem}
.wctv-pill-card span{position:relative;z-index:1;color:rgba(10,23,51,.64);font-size:.9rem;font-weight:700}
.wctv-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}
.wctv-section-head-compact{align-items:center}
.wctv-section-kicker{display:inline-block;margin-bottom:8px;font-size:.74rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--wctv-navy-2)}
.wctv-section-head h2{margin:0;font-size:1.65rem;line-height:1.1}
.wctv-inline-link{font-size:.9rem;font-weight:900;color:var(--wctv-navy-2);text-decoration:none;white-space:nowrap}
.wctv-inline-link:hover{color:var(--wctv-navy)}
.wctv-feature-link{text-decoration:none}
.wctv-card-featured{position:relative}
.wctv-quick{margin-top:-44px;position:relative;z-index:6}.wctv-quick-card{min-height:146px;padding:22px 18px;display:flex;flex-direction:column;gap:10px}.wctv-quick-card img{width:42px;height:42px;object-fit:contain}.wctv-quick-card h3{font-size:1rem;margin:0}.wctv-quick-card p{font-size:.82rem;margin:0;color:rgba(10,23,51,.70)}
.wctv-feature-img{min-height:360px;background:#0b234a center/cover no-repeat;border-radius:18px;display:flex;align-items:flex-end;padding:30px;color:#fff;position:relative;overflow:hidden;box-shadow:0 18px 48px rgba(7,30,70,.30)}.wctv-feature-img:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,14,40,.04),rgba(7,30,70,.92));}.wctv-feature-img>*{position:relative;z-index:1;max-width:720px}.wctv-feature-img h3{font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.08;margin:8px 0 0}.wctv-feature-excerpt{margin:12px 0 0;font-size:.98rem;line-height:1.55;color:rgba(255,255,255,.88);max-width:560px}.wctv-list{display:grid;gap:12px}.wctv-list-news{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.wctv-list-item{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;padding:12px;border-radius:16px;background:#fff;border:1px solid var(--wctv-border);text-decoration:none;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}.wctv-list-item:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(7,30,70,.08);border-color:rgba(14,53,107,.18)}.wctv-list-item img{width:92px;height:62px;object-fit:cover;border-radius:12px}.wctv-list-item h4{margin:6px 0 0;color:var(--wctv-navy);font-size:.95rem;line-height:1.28}.wctv-meta{font-size:.78rem;color:rgba(10,23,51,.58);font-weight:700}
.wctv-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:rgba(183,217,0,.16);border:1px solid rgba(183,217,0,.34);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#fff}
.wctv-mini-chip{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;background:#eef4ff;color:var(--wctv-navy-2);font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.wctv-mini-chip-video{background:rgba(183,217,0,.18);color:var(--wctv-navy)}
.wctv-topic-row,.wctv-doc-row,.wctv-intervention-row{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--wctv-border);font-weight:800}.wctv-topic-row span:last-child{background:#eef3fa;border-radius:999px;padding:3px 10px;color:var(--wctv-navy)}
.wctv-doc-row a,.wctv-intervention-row a{color:var(--wctv-navy);text-decoration:none}
.wctv-card-side{position:relative}
.wctv-side-note{margin:18px 0 22px;padding:14px 16px;border-radius:16px;background:#f6f9ff;color:rgba(10,23,51,.78);font-size:.92rem;line-height:1.5}
.wctv-dark-cta{background:linear-gradient(135deg,var(--wctv-navy),#092c66);color:#fff;border-radius:22px;padding:28px;position:relative;overflow:hidden}.wctv-dark-cta h3{color:#fff}.wctv-dark-cta:after{content:"";position:absolute;right:-35px;bottom:-45px;width:190px;height:190px;border:2px solid rgba(183,217,0,.4);border-radius:999px}
.wctv-stats{background:linear-gradient(135deg,var(--wctv-navy),#05152f);color:#fff;border-radius:22px;padding:30px;display:grid;grid-template-columns:1.2fr 2fr 1.25fr;gap:28px;align-items:center}.wctv-stat-numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wctv-stat b{display:block;font-size:2rem;color:var(--wctv-lime);line-height:1}.wctv-stat span{font-size:.85rem;opacity:.86}
.wctv-video-list{gap:14px}
.wctv-video-item{grid-template-columns:132px 1fr;min-height:118px;background:linear-gradient(135deg,#fff,rgba(246,249,255,.98))}
.wctv-video-item img{width:132px;height:86px;border-radius:14px;box-shadow:0 12px 24px rgba(7,30,70,.12)}
.wctv-form input,.wctv-form textarea,.wctv-form select{width:100%;box-sizing:border-box;border:1px solid var(--wctv-border);border-radius:13px;padding:13px 14px;margin-bottom:12px;font:inherit;background:#fff}.wctv-form textarea{min-height:116px;resize:vertical}
.wctv-social-icons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.wctv-social-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;border-radius:13px;border:1px solid var(--wctv-border);background:#fff;color:var(--wctv-navy);text-decoration:none;font-weight:900}
.wctv-social-btn:hover{background:var(--wctv-navy);color:#fff}
.wctv-social-btn__icon{width:20px;height:20px;display:inline-flex}
.wctv-social-btn__icon svg{width:100%;height:100%;fill:currentColor}
.wctv-embed-shell iframe{width:100%;max-width:100%;border-radius:14px}
.wctv-footer{background:var(--wctv-navy);color:#fff;padding:44px 0 28px;margin-top:40px}.wctv-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:34px}.wctv-footer a{color:#fff;text-decoration:none;opacity:.9}.wctv-footer h4{margin-top:0;color:#fff}.wctv-footnote{border-top:1px solid rgba(255,255,255,.13);margin-top:30px;padding-top:18px;opacity:.7;font-size:.82rem}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--wctv-lime);outline-offset:2px}
@media(max-width:1000px){.wctv-nav{display:none}.wctv-mobile-nav{display:block}.wctv-grid-6{grid-template-columns:repeat(3,1fr)}.wctv-grid-main,.wctv-grid-2,.wctv-stats,.wctv-footer-grid,.wctv-editorial-band{grid-template-columns:1fr}.wctv-hero{height:auto;min-height:520px}.wctv-hero:before{background-image:linear-gradient(180deg,rgba(7,30,70,.98),rgba(7,30,70,.72)),var(--wctv-hero-image)}.wctv-hero-content{padding-block:48px 80px}.wctv-hero-kpis,.wctv-editorial-pills,.wctv-list-news{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.wctv-header-inner{height:70px}.wctv-logo img{width:44px;height:44px}.wctv-grid-6{grid-template-columns:1fr}.wctv-quick{margin-top:-28px}.wctv-hero{min-height:640px}.wctv-hero:before{background-image:linear-gradient(180deg,rgba(7,30,70,.98),rgba(7,30,70,.78)),var(--wctv-hero-image-mobile,var(--wctv-hero-image))}.wctv-hero-content{padding-block:58px 88px}.wctv-hero h1{font-size:3.15rem}.wctv-hero p{font-size:1.02rem}.wctv-hero-kpis,.wctv-editorial-pills,.wctv-stat-numbers,.wctv-list-news{grid-template-columns:1fr}.wctv-list-item,.wctv-video-item{grid-template-columns:1fr}.wctv-list-item img,.wctv-video-item img{width:100%;height:160px}.wctv-card-pad{padding:20px}.wctv-social-icons{grid-template-columns:1fr}.wctv-section-head{flex-direction:column;align-items:flex-start}}

.wctv-news-archive{padding-block:44px 54px}
.wctv-news-title{font-size:clamp(2.2rem,4vw,3.3rem);font-weight:1000;letter-spacing:.01em;color:var(--wctv-navy);margin:0 0 8px}
.wctv-news-subtitle{font-size:1.15rem;color:rgba(10,23,51,.72);margin:0 0 28px}
.wctv-news-query{display:grid;gap:18px}
.wctv-news-list{display:grid;gap:18px}
.wctv-news-card{background:#fff;border:1px solid var(--wctv-border);border-radius:20px;box-shadow:var(--wctv-shadow);padding:14px 16px}
.wctv-news-row{gap:18px}
.wctv-news-thumb img{width:100%;height:220px;object-fit:cover;border-radius:14px}
.wctv-news-card-title{margin:0 0 10px;font-size:2rem;font-weight:1000;line-height:1.12}
.wctv-news-card-title a{text-decoration:none;color:var(--wctv-navy)}
.wctv-news-card-title a:hover{color:var(--wctv-navy-2)}
.wctv-news-excerpt{margin:0 0 12px;color:rgba(10,23,51,.76);font-size:1.1rem}
.wctv-news-excerpt p{margin:0}
.wctv-news-date{font-weight:800;color:rgba(10,23,51,.62);font-size:.92rem}
.wctv-news-pagination{margin-top:14px;gap:8px}
.wctv-news-pagination .wp-block-query-pagination-numbers{display:flex;gap:8px}
.wctv-news-pagination a,.wctv-news-pagination span{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--wctv-border);text-decoration:none;font-weight:900;color:var(--wctv-navy);background:#fff}
.wctv-news-pagination .current{background:var(--wctv-navy);color:#fff;border-color:var(--wctv-navy)}
@media(max-width:900px){.wctv-news-thumb img{height:180px}.wctv-news-card-title{font-size:1.5rem}.wctv-news-excerpt{font-size:1rem}}
@media(max-width:700px){.wctv-news-row{display:block}.wctv-news-content-col{margin-top:12px}.wctv-news-thumb img{height:190px}.wctv-news-title{font-size:2.2rem}.wctv-news-subtitle{font-size:1rem}}
