.speed-hero{background:linear-gradient(135deg,#08294f,#1457d9 65%,#12a66a 120%);color:#fff;border-radius:24px;padding:28px;margin-bottom:18px;display:flex;justify-content:space-between;gap:18px;align-items:center;box-shadow:0 18px 48px rgba(20,87,217,.22)}
.speed-hero h1{margin:0 0 8px;font-size:34px}.speed-hero p{margin:0;color:#dbeafe}.mode-box{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);border-radius:18px;padding:16px;display:grid;gap:10px;min-width:240px}.mode-box label{font-weight:900}.mode-box input{width:auto}
.control-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:end}.control-grid label{display:block;font-weight:900;margin-bottom:7px;color:#334155}.start-wrap button{width:100%;height:48px}
.speed-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:18px 0}.speed-card{background:#fff;border:1px solid #e5edf6;border-radius:22px;padding:24px;box-shadow:0 14px 36px rgba(15,23,42,.08);position:relative;overflow:hidden}.speed-card:after{content:"";position:absolute;right:-24px;top:-24px;width:90px;height:90px;border-radius:50%;background:rgba(20,87,217,.1)}.speed-card.green:after{background:rgba(18,166,106,.14)}.speed-card.orange:after{background:rgba(249,115,22,.14)}.speed-card.purple:after{background:rgba(124,58,237,.14)}.speed-card span{display:block;color:#64748b;font-weight:900}.speed-card strong{display:block;font-size:44px;margin:10px 0 2px;letter-spacing:-1px}.speed-card small{color:#64748b;font-weight:900}.progress-wrap{height:18px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress-wrap div{height:100%;width:0;background:linear-gradient(90deg,#1457d9,#12a66a);transition:.2s}.status-text{margin-top:10px;color:#475569;font-weight:900}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.note-grid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.note-grid p{color:#64748b;line-height:1.55;margin-bottom:0}@media(max-width:980px){.speed-hero{flex-direction:column;align-items:flex-start}.control-grid,.speed-grid,.compare-grid,.note-grid{grid-template-columns:1fr 1fr}.mode-box{width:100%}}@media(max-width:620px){.control-grid,.speed-grid,.compare-grid,.note-grid{grid-template-columns:1fr}.speed-card strong{font-size:36px}}
.public-ip-card{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;background:linear-gradient(135deg,#0f172a,#1457d9);color:#fff;border-radius:22px;padding:20px;margin:18px 0;box-shadow:0 18px 44px rgba(20,87,217,.22)}
.public-ip-card div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:14px}
.public-ip-card span{display:block;color:#dbeafe;font-weight:900;margin-bottom:6px}
.public-ip-card strong{display:block;font-size:22px;word-break:break-word}
@media(max-width:780px){.public-ip-card{grid-template-columns:1fr}.public-ip-card strong{font-size:19px}}

/* Fix 1204 Download card visibility */
.speed-card strong{
  min-height:54px!important;
  line-height:1.1!important;
  display:block!important;
  color:#0f172a!important;
}

.nas-note{
  background:#fff7ed;
  color:#9a3412;
  border:1px solid #fed7aa;
  border-radius:12px;
  padding:10px 12px;
  font-weight:900;
  line-height:1.5;
}
