:root{
  --red:#ed1c24;
  --red-dark:#b90012;
  --navy:#061a35;
  --text:#07182f;
  --muted:#536273;
  --bg:#f4f7fb;
  --white:#fff;
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.rc-top-brand{width:100%;padding:8px 26px;background:linear-gradient(135deg,#111827,#000000);display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(255,255,255,.06)}
.rc-brand-left{display:flex;align-items:center;gap:12px}
.rc-brand-left img{width:78px;height:auto;object-fit:contain;border-radius:6px}
.rc-brand-text{display:flex;flex-direction:column;gap:2px}
.rc-brand-text span{color:#cfd6e3;font-size:10px;font-weight:700;letter-spacing:.4px}
.rc-brand-text strong{color:#fff;font-size:18px;font-weight:900;line-height:1.1}
.rc-brand-right{display:flex;align-items:center;gap:10px}
.rc-brand-feature{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:11px;font-weight:800}
.rc-brand-feature i{font-size:16px;color:var(--red)}
.rc-header{position:sticky;top:0;z-index:999;width:100%;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 8px 22px rgba(0,0,0,.045)}
.rc-header-wrap{width:100%;max-width:1600px;margin:auto;padding:14px 40px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.rc-logo{display:flex;align-items:center;min-width:max-content}
.rc-logo img{width:88px;height:auto;object-fit:contain}
.rc-search{flex:1;max-width:650px;position:relative}
.rc-search input{width:100%;height:58px;border:2px solid transparent;border-radius:18px;background:#eef2f7;padding:0 70px 0 22px;font-size:15px;font-weight:700;color:#111;outline:none}
.rc-search input:focus{background:#fff;border-color:var(--red)}
.rc-search button{position:absolute;right:7px;top:7px;width:44px;height:44px;border:none;border-radius:14px;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;font-size:18px;cursor:pointer}
.rc-nav{display:flex;align-items:center;gap:8px;list-style:none}
.rc-nav a{height:50px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text);font-size:14px;font-weight:800;border-radius:14px;white-space:nowrap}
.rc-nav a:hover{background:#f1f4f9;color:var(--red)}
.rc-nav .active{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff!important}
.rc-actions{display:flex;align-items:center;gap:12px}
.rc-action{width:50px;height:50px;border-radius:16px;background:#f1f4f9;display:flex;align-items:center;justify-content:center;position:relative;color:#111827;border:1px solid rgba(0,0,0,.04)}
.rc-action:hover{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff}
.rc-action i{font-size:21px}
.rc-badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 5px;border-radius:50px;background:var(--red);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff}
.pro-hero{position:relative;overflow:hidden;min-height:clamp(680px,64vw,920px);background:radial-gradient(circle at 6% 7%,rgba(237,28,36,.08) 0 1.5px,transparent 2px) 0 0/20px 20px,radial-gradient(circle at 66% 3%,rgba(6,26,53,.08) 0 1.5px,transparent 2px) 0 0/16px 16px,linear-gradient(120deg,#fff 0%,#fff 42%,#f3f7fb 68%,#dbe5ef 100%)}
.pro-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0 57%,rgba(255,255,255,.14) 58%,rgba(255,255,255,.7) 72%,transparent 73%),radial-gradient(circle at 86% 38%,rgba(6,26,53,.20),rgba(6,26,53,.05) 34%,transparent 54%);pointer-events:none}
.pro-hero::after{content:"";position:absolute;right:-11vw;top:-15vw;width:min(720px,48vw);height:min(720px,48vw);border-radius:50%;border:clamp(26px,3.7vw,58px) solid rgba(237,28,36,.92);box-shadow:inset 0 0 0 6px rgba(255,255,255,.18),0 30px 70px rgba(237,28,36,.16);pointer-events:none}
.hero-track{position:relative;z-index:2}
.hero-slide{display:none;grid-template-columns:minmax(360px,.82fr) minmax(480px,1.18fr);align-items:center;gap:clamp(20px,3vw,54px);width:100%;max-width:1536px;margin:0 auto;min-height:clamp(680px,64vw,920px);padding:clamp(50px,5vw,78px) clamp(28px,4vw,60px) clamp(150px,13vw,190px);background:radial-gradient(ellipse at 44% 40%,rgba(6,26,53,.05),transparent 32%),linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.88),rgba(255,255,255,.12))}
.hero-slide.active{display:grid}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.4px;margin-bottom:18px}
.hero-copy h1{font-size:clamp(40px,4.25vw,50px);line-height:1.12;letter-spacing:0;font-weight:950;max-width:690px;margin-bottom:20px;color:#07182f}
.hero-copy h1 mark{background:transparent;color:var(--red);padding:0}
.hero-copy p{max-width:560px;color:var(--muted);font-size:16px;line-height:1.7;margin-bottom:28px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:34px}
.hero-btn{height:54px;min-width:190px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:900}
.hero-btn-red{background:linear-gradient(135deg,#ff2a2a,#d90013);color:#fff}
.hero-btn-light{background:#fff;border:1px solid #dce2ea;color:#111}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:640px}
.hero-features div{background:transparent;border-radius:0;padding:0 18px;text-align:center;border-right:1px solid #d8dee6;box-shadow:none}
.hero-features div:first-child{padding-left:0}
.hero-features div:last-child{border-right:0;padding-right:0}
.hero-features i{width:64px;height:64px;margin:auto auto 12px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--red);font-size:28px;border:1px solid #e1e7ef;box-shadow:0 12px 24px rgba(6,26,53,.08)}
.hero-features span{font-size:13px;font-weight:900;line-height:1.5}
.hero-panel{display:grid;place-items:center;min-width:0}
.cable-box{width:100%;max-width:820px;min-height:clamp(430px,39vw,620px);display:grid;place-items:end center;position:relative;background:transparent;border-radius:0;border:0;box-shadow:none}
.cable-box::before{content:"";position:absolute;left:5%;right:0;bottom:4%;height:28%;border-radius:50%;background:linear-gradient(180deg,#fff,#dfe5ed);box-shadow:inset 0 -8px 0 rgba(237,28,36,.72),0 26px 42px rgba(6,26,53,.15)}

.banner-cable-img{width:100%;height:clamp(430px,40vw,640px);object-fit:contain;object-position:center bottom;position:relative;z-index:2;filter:drop-shadow(0 24px 26px rgba(6,26,53,.20)) contrast(1.04) saturate(1.04)}
.bottom-benefits{position:absolute;left:clamp(18px,4vw,58px);right:clamp(18px,4vw,58px);bottom:clamp(16px,2vw,28px);z-index:5;display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:clamp(16px,2vw,26px);border-radius:36px;background:linear-gradient(135deg,#071a34,#041326 72%,#071b39);color:#fff;box-shadow:0 22px 45px rgba(0,0,0,.16)}
.benefit{display:flex;gap:16px;align-items:flex-start;padding:0 clamp(12px,1.5vw,24px);border-right:1px solid rgba(255,255,255,.26)}
.benefit:last-child{border-right:0}
.benefit i{width:54px;height:54px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--red);font-size:23px}
.benefit strong{display:block;font-size:clamp(14px,1.15vw,18px);line-height:1.4;margin-bottom:5px}
.benefit span{color:#d6deea;font-size:clamp(12px,.95vw,15px);line-height:1.6}
.slider-btn{position:absolute;top:50%;right:18px;transform:translateY(-50%);width:46px;height:46px;border:none;border-radius:50%;background:#fff;cursor:pointer;z-index:10;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.slider-btn i{font-size:20px}
.slider-dots{position:absolute;left:50px;bottom:14px;z-index:10;display:flex;gap:10px}
.slider-dots button{width:10px;height:10px;border:none;border-radius:50px;background:#cfd6df;cursor:pointer}
.slider-dots button.active{width:36px;background:var(--red)}
.rc-section,.rc-featured-products{width:100%;max-width:1240px;margin:0 auto;padding:38px 14px 44px}
.rc-page-hero{background:#fff;border-bottom:1px solid #e5e9ef;padding:42px 14px}
.rc-page-hero-inner{max-width:1240px;margin:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}
.rc-page-hero h1,.rc-featured-head h2{font-size:38px;line-height:1;color:#001327;font-weight:900;letter-spacing:0}
.rc-page-hero p{max-width:680px;margin-top:12px;color:var(--muted);font-size:15px;line-height:1.7}
.rc-featured-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}
.rc-featured-head a,.rc-link-red{color:#ff1d14;font-size:15px;font-weight:900}
.rc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.rc-product-card{background:#fff;border:1px solid #e3e6eb;border-radius:14px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.rc-product-image{position:relative;height:320px;background:#e8edf3;display:flex;align-items:center;justify-content:center;overflow:hidden}
.rc-product-image img{width:100%;height:100%;object-fit:contain;padding:18px;transition:.25s ease}
.rc-product-card:hover .rc-product-image img{transform:scale(1.035)}
.rc-offer-badge{position:absolute;top:12px;left:12px;background:#ff241f;color:#fff;font-size:11px;font-weight:900;padding:6px 10px;border-radius:30px;z-index:2}
.rc-product-body{padding:15px 13px 14px}
.rc-product-category{display:block;color:#ff1d14;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.3px;margin-bottom:7px}
.rc-product-body h3{min-height:42px;color:#001327;font-size:15px;line-height:1.35;font-weight:900;margin-bottom:14px}
.rc-product-body p{min-height:48px;color:#52647a;font-size:14px;line-height:1.45;margin-bottom:18px}
.rc-product-meta,.rc-product-price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}
.rc-product-price-row{margin-bottom:10px}
.rc-product-meta span{color:#48586a;font-size:11px}
.rc-product-meta strong{color:#009444;font-size:12px;font-weight:900;white-space:nowrap}
.rc-price{color:#000;font-size:15px;font-weight:900}
.rc-product-actions{display:flex;align-items:center;gap:6px}
.rc-product-actions a{width:31px;height:31px;border:1px solid #dde3ea;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#001327;font-size:15px;transition:.2s ease}
.rc-product-actions a:hover{background:#000;color:#fff;border-color:#000}
.rc-add-btn,.rc-btn{width:100%;height:42px;border:0;background:#000;color:#fff;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:900;transition:.2s ease;cursor:pointer}
.rc-add-btn:hover,.rc-btn:hover{background:#ff1d14}
.rc-btn-red{background:linear-gradient(135deg,#ff2a2a,#d90013)}
.rc-btn-light{background:#fff;color:#001327;border:1px solid #dde3ea}
.rc-empty{grid-column:1/-1;background:#fff;padding:24px;border-radius:14px;color:#52647a;font-weight:800}
.rc-trust-section{width:100%;max-width:1240px;margin:0 auto;padding:18px 14px 56px}
.rc-trust-intro{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.85fr);gap:34px;align-items:start;margin-bottom:64px}
.rc-kicker{display:block;color:var(--red);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.3px;margin-bottom:10px}
.rc-trust-copy h2{max-width:760px;color:#020817;font-size:clamp(34px,3.2vw,46px);line-height:1.12;font-weight:950;letter-spacing:0;margin-bottom:16px}
.rc-trust-copy p{max-width:760px;color:#536273;font-size:15px;line-height:1.72;margin-bottom:18px}
.rc-trust-tags{display:flex;flex-wrap:wrap;gap:8px}
.rc-trust-tags a{height:34px;padding:0 13px;border:1px solid #dde3ea;border-radius:50px;background:#fff;display:inline-flex;align-items:center;color:#020817;font-size:13px;font-weight:900;box-shadow:0 6px 16px rgba(6,26,53,.04)}
.rc-trust-tags a:hover{border-color:var(--red);color:var(--red)}
.rc-ramcro-card{background:#050505;color:#fff;border-radius:8px;padding:28px 18px 18px;box-shadow:0 24px 48px rgba(6,26,53,.15)}
.rc-ramcro-card img{width:126px;height:auto;display:block;margin-bottom:28px}
.rc-ramcro-card h3{font-size:23px;line-height:1.12;font-weight:950;margin-bottom:16px}
.rc-ramcro-card p{color:#fff;font-size:15px;line-height:1.55;margin-bottom:18px}
.rc-quote-btn{height:43px;padding:0 16px;border-radius:8px;background:#ff3229;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:950}
.rc-quote-btn:hover{background:var(--red-dark)}
.rc-services-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.rc-services-head h2{font-size:38px;line-height:1;color:#001327;font-weight:950;letter-spacing:0}
.rc-services-head a{color:#ff1d14;font-size:16px;font-weight:950}
.rc-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.rc-service-card{min-height:150px;background:#fff;border:1px solid #e3e6eb;border-radius:7px;padding:16px 17px;box-shadow:0 8px 22px rgba(6,26,53,.045);display:flex;flex-direction:column;align-items:flex-start}
.rc-service-card i{width:42px;height:42px;border-radius:8px;background:#fff0f0;color:var(--red);display:grid;place-items:center;font-size:20px;margin-bottom:12px}
.rc-service-card strong{color:#020817;font-size:15px;font-weight:950;line-height:1.35;margin-bottom:6px}
.rc-service-card span{color:#536273;font-size:14px;line-height:1.45}
.rc-filter{display:grid;grid-template-columns:1fr 240px auto;gap:10px;margin-bottom:18px}
.rc-filter input,.rc-filter select,.rc-field input,.rc-field textarea{height:48px;border:1px solid #dce2ea;border-radius:12px;background:#fff;padding:0 14px;font-size:14px;font-weight:700;outline:none}
.rc-field textarea{height:132px;padding-top:12px;resize:vertical}
.rc-filter button{height:48px;padding:0 18px;border:0;border-radius:12px;background:var(--red);color:#fff;font-weight:900;cursor:pointer}
.rc-split{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.rc-panel{background:#fff;border:1px solid #e3e6eb;border-radius:14px;padding:18px;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.rc-panel h2{font-size:24px;margin-bottom:12px}
.rc-panel p,.rc-panel li{color:#52647a;line-height:1.7;font-size:14px}
.rc-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}
.rc-table th,.rc-table td{padding:14px;border-bottom:1px solid #e7ebf0;text-align:left;font-size:14px;vertical-align:middle}
.rc-table th{background:#071a34;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.4px}
.rc-table img{width:74px;height:74px;object-fit:contain;background:#edf1f6;border-radius:10px;padding:8px}
.rc-remove{color:var(--red);font-weight:900}
.rc-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;font-size:20px;font-weight:900}
.rc-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.rc-category-card{background:#fff;border:1px solid #e3e6eb;border-radius:14px;padding:22px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 14px rgba(0,0,0,.04)}
.rc-category-card i{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff1f1;color:var(--red);font-size:24px;margin-bottom:16px}
.rc-category-card strong{font-size:18px}
.rc-category-card span{color:#52647a;font-size:13px;font-weight:800;margin-top:8px}
.rc-product-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:start}
.rc-detail-image{background:#fff;border:1px solid #e3e6eb;border-radius:16px;display:grid;place-items:center;min-height:520px;padding:30px}
.rc-detail-image img{max-height:480px;object-fit:contain}
.rc-detail-info h1{font-size:38px;line-height:1.15;margin-bottom:14px}
.rc-detail-info p{color:#52647a;line-height:1.8;margin:18px 0}
.rc-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.rc-form{display:grid;gap:12px}
.rc-field label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.4px;font-weight:900;color:#52647a;margin-bottom:7px}
.rc-footer{
  width:100%;
  margin:0;
  background:#030712;
  color:#d6deea;
  padding:0 16px;
}

.rc-footer-cta{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:24px 28px;
  border-radius:0 0 20px 20px;
  background:#ffffff;
  color:#07182f;
  box-shadow:0 18px 45px rgba(0,0,0,.28);
}

.rc-footer-cta span{
  display:inline-flex;
  width:max-content;
  color:#d90013;
  background:rgba(217,0,19,.09);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.45px;
  padding:6px 11px;
  border-radius:999px;
  margin-bottom:7px;
}

.rc-footer-cta strong{
  display:block;
  font-size:25px;
  line-height:1.25;
  font-weight:950;
  color:#07182f;
}

.rc-footer-quote{
  min-height:48px;
  padding:0 22px;
  border-radius:12px;
  background:linear-gradient(135deg,#ff2a2a,#d90013);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:15px;
  font-weight:950;
  white-space:nowrap;
  box-shadow:0 12px 28px rgba(217,0,19,.32);
}

.rc-footer-main{
  max-width:1240px;
  margin:0 auto;
  padding:48px 0 32px;
  display:grid;
  grid-template-columns:1.35fr .7fr .8fr 1.25fr;
  gap:34px;
  align-items:start;
}

.rc-footer-logos{
  display:flex;
  align-items:center;
  margin-bottom:18px;
}

.rc-footer-logos img{
  width:125px;
  max-height:74px;
  object-fit:contain;
  background:#fff;
  border-radius:12px;
  padding:9px;
  box-shadow:0 10px 24px rgba(0,0,0,.24);
}

.rc-footer-brand p{
  max-width:430px;
  color:#cbd5e1;
  font-size:14px;
  line-height:1.75;
  margin:0 0 18px;
}

.rc-footer-social{
  display:flex;
  gap:10px;
}

.rc-footer-social a{
  width:40px;
  height:40px;
  border-radius:12px;
  background:#000;
  display:grid;
  place-items:center;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  transition:.25s ease;
}

.rc-footer-social a:hover{
  background:#d90013;
  border-color:#d90013;
}

.rc-footer-col h3,
.rc-footer-contact h3{
  color:#fff;
  font-size:16px;
  font-weight:950;
  margin:0 0 17px;
}

.rc-footer-col a{
  display:block;
  color:#cbd5e1;
  font-size:14px;
  font-weight:800;
  margin-bottom:13px;
  transition:.25s ease;
}

.rc-footer-col a:hover{
  color:#fff;
  padding-left:4px;
}

.rc-footer-contact a{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#e5e7eb;
  font-size:13.5px;
  font-weight:800;
  line-height:1.55;
  margin-bottom:12px;
  padding:12px 13px;
  border-radius:13px;
  background:#000;
  border:1px solid rgba(255,255,255,.09);
  transition:.25s ease;
}

.rc-footer-contact a:hover{
  background:#111827;
  border-color:rgba(255,255,255,.22);
  color:#fff;
  transform:translateY(-1px);
}

.rc-footer-contact i{
  color:#ff2a2a;
  font-size:18px;
  margin-top:2px;
  min-width:19px;
}

.rc-footer-bottom{
  max-width:1240px;
  margin:0 auto;
  padding:18px 0 22px;
  border-top:1px solid rgba(255,255,255,.13);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#aeb9c8;
  font-size:13px;
  font-weight:800;
}

.rc-footer-bottom div{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.rc-footer-bottom a{
  color:#d6deea;
}

.rc-footer-bottom a:hover{
  color:#fff;
}

@media(max-width:900px){
  .rc-footer-main{
    grid-template-columns:1fr 1fr;
  }

  .rc-footer-cta{
    align-items:flex-start;
  }
}

@media(max-width:700px){
  .rc-footer-cta{
    flex-direction:column;
    padding:22px 18px;
  }

  .rc-footer-cta strong{
    font-size:20px;
  }

  .rc-footer-quote{
    width:100%;
  }

  .rc-footer-main{
    grid-template-columns:1fr;
    gap:28px;
    padding:36px 0 25px;
  }

  .rc-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media(max-width:1200px){
  .rc-header-wrap{flex-wrap:wrap}.rc-search{order:3;width:100%;max-width:100%}.rc-nav{order:4;width:100%;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.rc-nav::-webkit-scrollbar{display:none}.rc-product-grid{grid-template-columns:repeat(3,1fr)}.rc-category-grid{grid-template-columns:repeat(3,1fr)}.rc-footer-main{grid-template-columns:1.2fr 1fr 1fr}
}
@media(max-width:1100px){
  .pro-hero,.hero-slide{min-height:auto}.hero-slide{grid-template-columns:1fr;padding:42px 20px 230px;text-align:left}.hero-copy{max-width:720px;position:relative;z-index:3}.hero-copy h1{font-size:clamp(34px,7vw,56px)}.hero-features{grid-template-columns:repeat(4,minmax(0,1fr));max-width:100%}.hero-panel{margin-top:10px}.cable-box{max-width:820px;min-height:clamp(320px,56vw,520px);margin:0 auto}.banner-cable-img{height:clamp(320px,58vw,520px)}.bottom-benefits{grid-template-columns:repeat(2,1fr);row-gap:16px;border-radius:26px}.benefit:nth-child(2){border-right:0}.benefit:nth-child(n+3){padding-top:16px;border-top:1px solid rgba(255,255,255,.22)}.rc-split,.rc-product-detail,.rc-trust-intro{grid-template-columns:1fr}.rc-service-grid{grid-template-columns:repeat(2,1fr)}.rc-trust-intro{margin-bottom:42px}.rc-ramcro-card{max-width:560px}.rc-footer-main{grid-template-columns:1fr 1fr}.rc-footer-brand{grid-column:1/-1}
}
@media(max-width:700px){
  .rc-top-brand{padding:7px 14px;gap:8px}.rc-brand-left{gap:8px}.rc-brand-left img{width:54px}.rc-brand-text span{font-size:8px}.rc-brand-text strong{font-size:13px}.rc-brand-right{gap:6px}.rc-brand-feature{padding:6px 8px;border-radius:8px;gap:5px;font-size:9px}.rc-brand-feature i{font-size:13px}.rc-header-wrap{padding:10px 14px;gap:10px}.rc-logo img{width:64px}.rc-search input{height:44px;border-radius:12px;padding:0 54px 0 14px;font-size:12px}.rc-search button{right:5px;top:5px;width:34px;height:34px;border-radius:10px;font-size:14px}.rc-nav{gap:5px}.rc-nav a{height:38px;padding:0 10px;border-radius:10px;gap:5px;font-size:11px}.rc-actions{gap:7px}.rc-action{width:38px;height:38px;border-radius:11px}.rc-action i{font-size:16px}.rc-badge{min-width:17px;height:17px;font-size:9px}.pro-hero::after{right:-38vw;top:-22vw;width:86vw;height:86vw;border-width:30px}.hero-slide{padding:24px 16px 176px}.eyebrow{font-size:9px;margin-bottom:10px}.hero-copy h1{font-size:clamp(24px,8vw,34px);letter-spacing:0;margin-bottom:10px}.hero-copy p{font-size:11px;line-height:1.55;margin-bottom:14px}.hero-actions{gap:10px;margin-bottom:20px}.hero-btn{min-width:0;height:38px;padding:0 12px;border-radius:10px;gap:7px;font-size:11px}.hero-features{grid-template-columns:repeat(2,1fr);gap:12px}.hero-features div{padding:0;border-right:0}.hero-features i{width:40px;height:40px;font-size:18px;margin-bottom:8px}.hero-features span{font-size:9px}.cable-box{min-height:255px}.banner-cable-img{height:255px}.bottom-benefits{left:12px;right:12px;bottom:12px;grid-template-columns:repeat(4,1fr);padding:10px;border-radius:20px}.benefit{display:block;text-align:center;padding:0 5px;border-right:1px solid rgba(255,255,255,.18)}.benefit:nth-child(2){border-right:1px solid rgba(255,255,255,.18)}.benefit:nth-child(n+3){padding-top:0;border-top:0}.benefit i{width:30px;height:30px;font-size:14px;margin:0 auto 6px}.benefit strong{font-size:8px;line-height:1.2;margin:0}.benefit span{display:none}.slider-btn{display:none}.slider-dots{left:16px;bottom:150px}.rc-featured-products,.rc-section{padding:28px 12px 34px}.rc-featured-head{margin-bottom:12px}.rc-featured-head h2,.rc-page-hero h1{font-size:26px}.rc-featured-head a{font-size:12px}.rc-product-grid,.rc-category-grid,.rc-service-grid{grid-template-columns:repeat(2,1fr);gap:10px}.rc-product-image{height:220px}.rc-offer-badge{font-size:9px;padding:5px 8px}.rc-product-body{padding:12px 10px}.rc-product-category{font-size:9px;margin-bottom:5px}.rc-product-body h3{min-height:34px;font-size:12px;margin-bottom:9px}.rc-product-body p{min-height:38px;font-size:11px;margin-bottom:12px}.rc-product-meta{margin-bottom:12px}.rc-product-meta span{font-size:9px}.rc-product-meta strong{font-size:10px}.rc-price{font-size:12px}.rc-product-actions a{width:27px;height:27px;font-size:13px}.rc-add-btn{height:36px;font-size:12px}.rc-filter{grid-template-columns:1fr}.rc-page-hero-inner{display:block}.rc-table{display:block;overflow-x:auto}.rc-detail-image{min-height:320px}.rc-detail-info h1{font-size:28px}.rc-detail-actions{grid-template-columns:1fr}.rc-trust-section{padding:8px 12px 34px}.rc-trust-intro{gap:18px;margin-bottom:30px}.rc-trust-copy h2{font-size:27px}.rc-trust-copy p{font-size:13px}.rc-trust-tags a{height:30px;font-size:11px;padding:0 10px}.rc-ramcro-card{padding:20px 16px}.rc-ramcro-card img{width:106px;margin-bottom:18px}.rc-ramcro-card h3{font-size:20px}.rc-ramcro-card p{font-size:13px}.rc-services-head h2{font-size:26px}.rc-services-head a{font-size:13px}.rc-service-card{min-height:142px;padding:14px 12px}.rc-service-card i{width:36px;height:36px;font-size:17px}.rc-service-card strong{font-size:13px}.rc-service-card span{font-size:12px}.rc-footer-cta{display:block;padding:18px}.rc-footer-cta strong{font-size:20px;margin-bottom:14px}.rc-footer-main{grid-template-columns:1fr;gap:24px;padding-top:34px}.rc-footer-bottom{display:block}.rc-footer-bottom div{margin-top:12px}.rc-footer-logos img{width:82px}
}
@media(max-width:420px){
  .rc-top-brand{padding:6px 10px}.rc-brand-left img{width:46px}.rc-brand-text span{font-size:7px}.rc-brand-text strong{font-size:11px}.rc-brand-feature{padding:5px 6px;font-size:8px}.rc-brand-feature i{font-size:11px}.rc-header-wrap{padding:8px 10px;gap:8px}.rc-logo img{width:54px}.rc-search input{height:40px;font-size:10px;padding-left:12px}.rc-search button{width:30px;height:30px;font-size:12px}.rc-nav a{height:34px;padding:0 8px;font-size:10px}.rc-action{width:34px;height:34px}.rc-action i{font-size:14px}.hero-slide{padding-bottom:168px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-btn{width:min(100%,210px);height:34px;font-size:10px}.hero-features{display:none}.banner-cable-img{height:225px}.cable-box{min-height:225px}.slider-dots{bottom:140px}.rc-featured-head h2{font-size:22px}.rc-featured-head a{font-size:11px}.rc-product-image{height:180px}.rc-product-body h3{font-size:11px}.rc-product-body p{font-size:10px}.rc-product-meta{align-items:flex-start;flex-direction:column;gap:4px}.rc-price{font-size:11px}.rc-product-actions{gap:4px}.rc-product-actions a{width:24px;height:24px;font-size:12px}.rc-add-btn{height:32px;font-size:11px}.rc-service-grid{grid-template-columns:1fr}.rc-services-head{align-items:flex-start;flex-direction:column;gap:6px}
}
