:root{
  --ivs-ink:#11182d;
  --ivs-red:#12b76a;
  --ivs-line:#dde3ea;
  --ivs-muted:#667085;
  --ivs-soft:#f6f8fb;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:'Montserrat',Arial,sans-serif;
  color:var(--ivs-ink);
  background:#fff;
}
a{text-decoration:none}
.navbar .ivs-brand-logo{
  border:5px solid transparent;
  background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#0d5ea8,#12b76a) border-box;
  box-shadow:0 14px 34px rgba(23,30,59,.22);
}
.radio-hero{
  width:100%;
  margin:74px 0 0;
  min-height:520px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:2rem;
  align-items:center;
  padding:76px max(6vw,42px);
  border:0;
  border-radius:0;
  background:
    linear-gradient(90deg,rgba(17,24,45,.96) 0%,rgba(23,30,59,.9) 48%,rgba(39,88,126,.82) 100%),
    url("assets/image6.png") right center/contain no-repeat;
  overflow:hidden;
}
.radio-hero-copy{
  max-width:720px;
  padding:0;
  color:#fff;
}
.radio-kicker{
  display:block;
  margin-bottom:.75rem;
  color:#58b8ff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.radio-kicker.dark{color:#0b5fa5}
.radio-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  margin-bottom:.85rem;
  padding:.46rem .72rem;
  border-radius:999px;
  background:rgba(18,183,106,.08);
  color:var(--ivs-red);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.radio-eyebrow.dark{background:#fff;border:1px solid var(--ivs-line)}
.radio-hero h1{
  margin:0 0 .75rem;
  color:#fff;
  font-size:clamp(3rem,5vw,5.35rem);
  line-height:.96;
  font-weight:900;
  letter-spacing:0;
}
.radio-hero p{
  max-width:680px;
  margin:0;
  color:#fff;
  font-size:.98rem;
  font-weight:700;
  line-height:1.75;
}
.radio-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}
.radio-hero-btn,
.radio-info-btn,
.radio-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:.78rem 1.1rem;
  border-radius:999px;
  background:linear-gradient(135deg,#0d5ea8,#12b76a);
  color:#fff;
  font-size:.8rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.02em;
  box-shadow:0 14px 32px rgba(23,30,59,.18);
}
.radio-hero-btn{margin-top:1.5rem}
.radio-hero-actions .radio-hero-btn{margin-top:0}
.radio-hero-btn.light{
  background:#fff;
  color:#07111f;
  box-shadow:none;
}
.radio-hero-btn.light:hover{
  color:#fff;
  background:linear-gradient(135deg,#12b76a,#0d5ea8);
}
.radio-hero-btn:hover,
.radio-info-btn:hover,
.radio-cta a:hover{
  color:#fff;
  background:linear-gradient(135deg,#12b76a,#0d5ea8);
  transform:translateY(-2px);
}
.radio-hero-visual{
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:0;
  background:transparent;
  border:0;
  opacity:.54;
  filter:drop-shadow(0 26px 44px rgba(0,0,0,.32));
}
.radio-hero-visual img{
  width:min(88%,470px);
  max-height:430px;
  object-fit:contain;
}
.connectivity-strip{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(430px,.95fr);
  gap:2rem;
  align-items:center;
  padding:56px max(6vw,42px) 50px;
  background:#fff;
}
.connectivity-copy h2{
  margin:0 0 .8rem;
  color:#07111f;
  font-size:clamp(1.7rem,3vw,2.65rem);
  line-height:1.08;
  font-weight:900;
  letter-spacing:0;
}
.connectivity-copy p{
  max-width:850px;
  margin:0;
  color:#07111f;
  font-size:.86rem;
  font-weight:600;
  line-height:1.65;
}
.brand-strip{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:.75rem;
}
.brand-strip img{
  width:100%;
  height:74px;
  object-fit:contain;
  padding:.72rem 1rem;
  border:1px solid var(--ivs-line);
  border-radius:8px;
  background:#f3f7fb;
}
.radio-section{
  width:min(1180px,92vw);
  margin:0 auto;
  padding:24px 0 56px;
}
.radio-section-head{
  max-width:780px;
  margin:0 auto 28px;
  text-align:center;
}
.radio-section-head h2{
  margin:.55rem 0 .65rem;
  font-size:clamp(1.7rem,4vw,3.1rem);
  line-height:1.05;
  font-weight:900;
  letter-spacing:0;
}
.radio-section-head p{
  margin:0;
  color:var(--ivs-muted);
  font-weight:600;
  line-height:1.7;
}
.radio-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
}
.radio-card{
  min-height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--ivs-line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 44px rgba(17,24,45,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.radio-card:hover{
  transform:translateY(-5px);
  border-color:rgba(18,183,106,.24);
  box-shadow:0 26px 58px rgba(17,24,45,.12);
}
.radio-media{
  height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1rem;
  background:linear-gradient(180deg,#fff,#f7f9fc);
  border-bottom:1px solid var(--ivs-line);
}
.radio-media img{
  max-width:100%;
  max-height:152px;
  object-fit:contain;
  cursor:zoom-in;
}
.radio-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:1rem;
}
.radio-body h3{
  margin:0 0 .55rem;
  color:#07111f;
  font-size:1rem;
  line-height:1.25;
  font-weight:900;
}
.radio-body p{
  margin:0 0 1rem;
  color:var(--ivs-muted);
  font-size:.84rem;
  line-height:1.55;
}
.radio-info-btn{
  align-self:flex-start;
  margin-top:auto;
  min-height:38px;
  padding:.66rem .95rem;
  font-size:.72rem;
}
.radio-muted{
  width:100%;
  max-width:none;
  padding:58px max(4vw,22px);
  background:#edf5fb;
}
.radio-muted .radio-section-head{margin-bottom:32px}
.accessory-grid{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}
.accessory-card{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(280px,1.1fr);
  gap:1.2rem;
  align-items:start;
  padding:1.35rem;
  border:1px solid var(--ivs-line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 44px rgba(17,24,45,.06);
}
.accessory-copy h3{
  margin:0 0 .75rem;
  color:#07111f;
  font-size:1.12rem;
  font-weight:900;
  text-transform:uppercase;
}
.accessory-copy p{
  margin:0 0 1rem;
  color:#33466d;
  font-size:.88rem;
  line-height:1.65;
}
.accessory-images{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.75rem;
}
.accessory-images img{
  width:100%;
  height:108px;
  object-fit:contain;
  padding:.65rem;
  border-radius:8px;
  background:#f4f8fc;
}
.satellite-section{
  padding:64px max(4vw,22px);
  color:#fff;
  background:linear-gradient(105deg,#11182d 0%,#12b76a 100%);
}
.satellite-copy{
  width:min(1180px,100%);
  margin:0 auto 28px;
}
.satellite-copy h2{
  margin:.4rem 0 1rem;
  font-size:clamp(2rem,5vw,3.6rem);
  line-height:1;
  font-weight:900;
  letter-spacing:0;
}
.satellite-copy p{
  max-width:760px;
  margin:0 0 .8rem;
  color:rgba(255,255,255,.82);
  font-weight:600;
  line-height:1.7;
}
.satellite-copy .lead{
  color:#fff;
  font-size:1.25rem;
  font-weight:900;
}
.satellite-grid{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.satellite-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  background:#fff;
}
.image-zoom{
  position:fixed;
  inset:0;
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(7,17,31,.82);
  backdrop-filter:blur(6px);
}
.image-zoom.is-open{display:flex}
.image-zoom img{
  max-width:min(92vw,980px);
  max-height:86vh;
  object-fit:contain;
  padding:18px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.38);
}
.image-zoom button{
  position:absolute;
  top:18px;
  right:18px;
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:50%;
  background:linear-gradient(135deg,#0d5ea8,#12b76a);
  color:#fff;
  font-size:1.35rem;
  line-height:1;
  cursor:pointer;
}
.radio-cta{
  width:min(1180px,92vw);
  margin:34px auto 64px;
  padding:1.35rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(90deg,#0d5ea8,#12b76a);
  box-shadow:0 24px 56px rgba(23,30,59,.2);
}
.radio-cta h2{
  margin:0 0 .35rem;
  font-size:1.35rem;
  font-weight:900;
}
.radio-cta p{margin:0;color:rgba(255,255,255,.78);font-weight:600}
@media(max-width:1100px){
  .radio-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .accessory-card{grid-template-columns:1fr}
  .connectivity-strip{grid-template-columns:1fr}
}
@media(max-width:850px){
  .radio-hero{grid-template-columns:1fr;margin-top:86px;padding:58px max(5vw,22px)}
  .radio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .accessory-grid,.satellite-grid{grid-template-columns:1fr}
  .radio-hero-visual{display:none}
  .brand-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:580px){
  .radio-hero{padding:46px max(5vw,18px)}
  .radio-grid{grid-template-columns:1fr}
  .radio-cta{align-items:flex-start;flex-direction:column}
  .radio-media{height:205px}
  .connectivity-strip{padding:42px max(5vw,18px)}
}
