
.dw-tv{
  --dw-accent:#27C2E8;
  --dw-bg:#061018;
  --dw-card:#101922;
  --dw-text:#F4F7FA;
  --dw-muted:#B3BEC6;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 4%, rgba(39,194,232,.09), transparent 28%),
    radial-gradient(circle at 10% 88%, rgba(39,194,232,.05), transparent 30%),
    linear-gradient(180deg,#061018 0%,#030b11 100%);
  color:var(--dw-text);
  font-family:Inter,Arial,sans-serif;
  isolation:isolate;
}
.dw-tv *{box-sizing:border-box}
.dw-tv-wrap{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:auto;padding:28px 0 42px}
.dw-tv-wave{position:absolute;border:1px solid rgba(65,198,233,.12);border-radius:50%;filter:blur(.2px);z-index:0;pointer-events:none}
.dw-tv-wave-1{width:900px;height:220px;right:-250px;top:40px;transform:rotate(-10deg)}
.dw-tv-wave-2{width:760px;height:180px;right:-180px;top:95px;transform:rotate(-16deg);opacity:.6}
.dw-tv-breadcrumb{display:flex;gap:8px;align-items:center;font-size:12px;color:#84939d;margin-bottom:24px}
.dw-tv-breadcrumb a{color:#9ba8b1;text-decoration:none}
.dw-tv-breadcrumb strong{color:var(--dw-accent);font-weight:600}
.dw-tv-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center;min-height:390px}
.dw-tv-eyebrow,.dw-tv-kicker,.dw-section-heading>span,.dw-tv-cta>div>span{font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--dw-accent)}
.dw-tv-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.04em;margin:10px 0 12px;max-width:720px}
.dw-tv-hero h2{font-size:20px;line-height:1.45;color:#dce5ea;margin:0 0 15px;font-weight:600}
.dw-tv-hero p{max-width:650px;color:var(--dw-muted);line-height:1.75;font-size:15px;margin:0}
.dw-tv-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.dw-btn{display:inline-flex;align-items:center;gap:10px;padding:13px 18px;border-radius:9px;text-decoration:none;font-weight:700;font-size:14px;transition:.22s ease}
.dw-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dw-btn-primary{background:linear-gradient(135deg,var(--dw-accent),#2d99dd);color:white;box-shadow:0 8px 24px rgba(39,194,232,.18)}
.dw-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(39,194,232,.26)}
.dw-btn-ghost{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);color:#dce5ea}
.dw-btn-ghost:hover{border-color:rgba(39,194,232,.45);background:rgba(39,194,232,.07)}
.dw-tv-hero-visual{position:relative;min-height:390px;display:flex;justify-content:center;align-items:flex-end}
.dw-tv-hero-visual>img:not(.dw-tv-logo){width:100%;max-height:390px;object-fit:contain;filter:drop-shadow(0 24px 35px rgba(0,0,0,.45))}
.dw-tv-logo{position:absolute;left:12px;top:18px;width:100px;max-height:42px;object-fit:contain;z-index:3}
.dw-tv-logo-fallback{position:absolute;left:14px;top:18px;font-size:34px;font-weight:900;letter-spacing:-8px;color:white;z-index:3}
.dw-tv-logo-fallback span:last-child{color:var(--dw-accent)}
.dw-tv-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0 28px}
.dw-tv-benefit{display:flex;gap:12px;align-items:center;padding:16px 14px;border-top:1px solid rgba(39,194,232,.18);background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0))}
.dw-icon{width:42px;height:42px;min-width:42px;border:1px solid rgba(39,194,232,.28);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--dw-accent);background:rgba(39,194,232,.04)}
.dw-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.dw-tv-benefit strong{display:block;font-size:13px;margin-bottom:4px}
.dw-tv-benefit span{display:block;color:#84939d;font-size:11px;line-height:1.4}
.dw-tv-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.dw-tv-service-card{background:linear-gradient(145deg,rgba(20,30,39,.98),rgba(10,17,23,.98));border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px;box-shadow:0 12px 30px rgba(0,0,0,.16)}
.dw-tv-service-head{display:flex;gap:12px;align-items:center;margin-bottom:18px}
.dw-tv-service-head h3{font-size:25px;margin:3px 0 0}
.dw-tv-service-body{display:grid;grid-template-columns:.95fr 1.05fr;gap:14px;align-items:stretch}
.dw-tv-service-body img{width:100%;height:190px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.06)}
.dw-tv-checks{display:flex;flex-direction:column;gap:10px;padding-top:4px}
.dw-tv-checks span{position:relative;padding-left:27px;color:#d2dae0;font-size:13px}
.dw-tv-checks span:before{content:"✓";position:absolute;left:0;top:-1px;width:18px;height:18px;border:1px solid rgba(39,194,232,.5);color:var(--dw-accent);border-radius:50%;font-size:11px;display:grid;place-items:center}
.dw-tv-service-card>p{margin:16px 0 0;color:var(--dw-muted);font-size:13px;line-height:1.65}
.dw-tv-audience{margin-top:34px}
.dw-section-heading{text-align:center;margin-bottom:18px}
.dw-section-heading h2{font-size:25px;margin:6px 0 0}
.dw-tv-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.dw-tv-audience-card{text-align:center;padding:20px 14px;background:rgba(15,25,33,.86);border:1px solid rgba(255,255,255,.07);border-radius:14px}
.dw-tv-audience-card .dw-icon{margin:0 auto 12px}
.dw-tv-audience-card h3{font-size:14px;margin:0 0 7px}
.dw-tv-audience-card p{margin:0;color:#8d9aa4;font-size:11px;line-height:1.5}
.dw-tv-cta{margin-top:26px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 26px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:linear-gradient(135deg,rgba(18,30,40,.98),rgba(11,18,24,.98));box-shadow:0 16px 35px rgba(0,0,0,.2)}
.dw-tv-cta h2{font-size:25px;margin:5px 0 6px}
.dw-tv-cta p{margin:0;color:var(--dw-muted);font-size:13px}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(max-width:900px){
  .dw-tv-hero{grid-template-columns:1fr;gap:10px}
  .dw-tv-hero-visual{min-height:290px}
  .dw-tv-hero-visual>img:not(.dw-tv-logo){max-height:300px}
  .dw-tv-benefits{grid-template-columns:repeat(2,1fr)}
  .dw-tv-audience-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .dw-tv-wrap{width:min(100% - 28px,1180px);padding-top:20px}
  .dw-tv-breadcrumb{font-size:10px;margin-bottom:18px}
  .dw-tv-hero{min-height:auto}
  .dw-tv-hero h1{font-size:39px}
  .dw-tv-hero h2{font-size:17px}
  .dw-tv-hero p{font-size:14px}
  .dw-tv-actions{flex-direction:column}
  .dw-btn{justify-content:center;width:100%}
  .dw-tv-hero-visual{min-height:240px}
  .dw-tv-benefits{grid-template-columns:1fr;gap:4px}
  .dw-tv-benefit{padding:13px 8px}
  .dw-tv-service-grid{grid-template-columns:1fr}
  .dw-tv-service-body{grid-template-columns:1fr}
  .dw-tv-service-body img{height:210px}
  .dw-tv-audience-grid{grid-template-columns:1fr 1fr}
  .dw-tv-cta{flex-direction:column;align-items:flex-start}
  .dw-tv-cta .dw-btn{width:100%}
}
@media(max-width:430px){
  .dw-tv-audience-grid{grid-template-columns:1fr}
  .dw-tv-service-card{padding:16px}
  .dw-tv-hero h1{font-size:35px}
}


/* === v1.0.1: CTA / Hover Fix ========================================== */
.dw-tv .dw-btn,
.dw-tv .dw-btn:link,
.dw-tv .dw-btn:visited{
  text-decoration:none !important;
  outline:none;
  -webkit-tap-highlight-color:transparent;
}

.dw-tv .dw-btn-primary,
.dw-tv .dw-btn-primary:link,
.dw-tv .dw-btn-primary:visited{
  background:linear-gradient(135deg,var(--dw-accent),#2d99dd) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.06) !important;
}

.dw-tv .dw-btn-primary:hover,
.dw-tv .dw-btn-primary:focus{
  background:linear-gradient(135deg,#35c9ef,#268fcf) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.16) !important;
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(39,194,232,.28) !important;
}

.dw-tv .dw-btn-primary svg{
  color:#fff !important;
  stroke:#fff !important;
}

.dw-tv .dw-btn-ghost,
.dw-tv .dw-btn-ghost:link,
.dw-tv .dw-btn-ghost:visited{
  background:rgba(255,255,255,.025) !important;
  color:#e8eef2 !important;
  border:1px solid rgba(255,255,255,.13) !important;
  box-shadow:none !important;
}

.dw-tv .dw-btn-ghost:hover,
.dw-tv .dw-btn-ghost:focus{
  background:rgba(39,194,232,.07) !important;
  color:#fff !important;
  border-color:rgba(39,194,232,.62) !important;
  box-shadow:
    0 0 0 1px rgba(39,194,232,.06),
    0 8px 24px rgba(0,0,0,.16) !important;
  transform:translateY(-1px);
}

.dw-tv .dw-btn-ghost svg{
  color:var(--dw-accent) !important;
  stroke:var(--dw-accent) !important;
  flex:0 0 auto;
}

.dw-tv .dw-btn-ghost span{
  display:flex;
  flex-direction:column;
  line-height:1.12;
}

.dw-tv .dw-btn-ghost span small{
  display:block;
  margin-bottom:3px;
  color:#84939d !important;
  font-size:9px;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.dw-tv .dw-btn-ghost:hover span small,
.dw-tv .dw-btn-ghost:focus span small{
  color:#9dcfdd !important;
}

.dw-tv .dw-btn:focus-visible{
  outline:2px solid var(--dw-accent) !important;
  outline-offset:3px;
}

@media (hover:none){
  .dw-tv .dw-btn-primary:hover,
  .dw-tv .dw-btn-ghost:hover{
    transform:none;
  }
}
