:root{--red:#b52f36;--red2:#8f2027;--ink:#1f1f25;--muted:#70799f;--paper:#fff;--soft:#f5f6f8;--line:#e2e4e9;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.65 Arial,Helvetica,sans-serif;color:#333;background:#fff}a{color:var(--red);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{width:min(var(--max),calc(100% - 2rem));margin:auto}.topbar{background:#19191f;color:#fff;font-size:.9rem}.topbar .container{display:flex;justify-content:flex-end;gap:1.4rem;padding:.45rem 0}.topbar a{color:#fff}.site-header{position:relative;background:#fff;border-bottom:1px solid var(--line);z-index:10}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between}.logo img{display:block;width:230px;height:auto}.nav-list{display:flex;align-items:center;gap:.3rem;list-style:none;margin:0;padding:0}.nav-list a{display:block;padding:.8rem .75rem;color:#25252b;font-weight:700;text-transform:uppercase;font-size:.85rem}.nav-list a.active,.nav-list a:hover{color:var(--red);text-decoration:none}.ticket{background:var(--red);color:#fff!important;border-radius:3px}.menu-toggle{display:none;border:0;background:transparent;font-size:1.6rem}.hero{min-height:570px;color:#fff;display:grid;place-items:center;text-align:center;background:linear-gradient(90deg,rgba(15,18,28,.86),rgba(26,28,38,.55)),url('../images/structure.jpg') center/cover}.hero h1{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.08;margin:.3rem auto;max-width:950px;text-transform:uppercase}.hero p{font-size:1.25rem}.btn{display:inline-block;border:2px solid var(--red);background:var(--red);color:#fff;padding:.8rem 1.2rem;margin:.4rem;border-radius:2px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.btn.outline{background:transparent;border-color:#fff}.btn:hover{text-decoration:none;filter:brightness(.94)}.section{padding:5rem 0}.section.soft{background:var(--soft)}.section.red{background:var(--red);color:#fff}.eyebrow{text-transform:uppercase;color:var(--red);font-weight:700;letter-spacing:.1em}.red .eyebrow{color:#fff}.section-title{text-align:center;margin:0 0 2.5rem}.section-title h2{font-size:clamp(2rem,4vw,3rem);margin:.25rem 0;color:#25252b}.red .section-title h2{color:#fff}.lead{font-size:1.12rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.stats{display:grid;grid-template-columns:repeat(3,1fr);background:var(--red);color:#fff;text-align:center}.stat{padding:2.2rem;border-right:1px solid rgba(255,255,255,.22)}.stat:last-child{border:0}.stat strong{font-size:2.5rem;display:block}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.card{background:#fff;padding:1.6rem;border:1px solid var(--line);box-shadow:0 7px 26px rgba(20,20,30,.06)}.card h3{margin-top:.2rem;color:#25252b}.icon{font-size:2rem;color:var(--red)}.process{display:grid;grid-template-columns:repeat(4,1fr);counter-reset:steps}.process div{padding:1.2rem;text-align:center}.process div:before{counter-increment:steps;content:counter(steps);display:grid;place-items:center;width:54px;height:54px;margin:0 auto 1rem;border-radius:50%;background:var(--red);color:white;font-weight:800}.testimonials{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.quote{margin:0;background:#fff;color:#333;padding:1.5rem;border-left:5px solid var(--red)}.quote footer{margin-top:.8rem;font-weight:700;color:var(--red)}.brands-section{background:#b52f36;color:#fff}.brands-section .section-title h2{color:#fff}.brands{display:grid;grid-template-columns:repeat(8,1fr);gap:1rem;align-items:center}.brands img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;padding:.55rem;background:transparent;border-radius:0;filter:none;opacity:1;box-shadow:none}.page-hero{background:linear-gradient(90deg,rgba(20,20,27,.88),rgba(181,47,54,.62)),url('../images/structure.jpg') center/cover;color:white;padding:5rem 0}.page-hero h1{font-size:3rem;margin:0}.breadcrumbs{font-size:.9rem}.breadcrumbs a{color:#fff}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem}.contact-card{background:var(--soft);padding:2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field.full{grid-column:1/-1}label{display:block;font-weight:700;margin-bottom:.25rem}input,textarea{width:100%;border:1px solid #cfd2d9;border-radius:3px;padding:.85rem;font:inherit}input:focus,textarea:focus{outline:3px solid rgba(181,47,54,.2);border-color:var(--red)}.notice{padding:1rem;background:#fff3cd;border:1px solid #ffe69c;margin:1rem 0}.map,.speedtest{width:100%;border:0;min-height:440px}.team{display:grid;grid-template-columns:minmax(250px,420px);justify-content:center}.team img{width:100%;aspect-ratio:1/1;object-fit:cover}.support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}.legal{max-width:900px}.legal h2{padding-top:1rem;color:var(--red)}.site-footer{background:#1f1f25;color:#fff;padding:3.5rem 0 1rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.site-footer a{color:#fff}.site-footer ul{list-style:none;padding:0}.copyright{background:#19191f;color:#ddd;padding:1rem;text-align:center}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:100}.hp{position:absolute!important;left:-9999px!important}.status{margin-top:1rem;font-weight:700}@media(max-width:900px){.menu-toggle{display:block}.nav-list{display:none;position:absolute;top:84px;left:0;right:0;background:#fff;padding:1rem;box-shadow:0 10px 20px #0002;flex-direction:column;align-items:stretch}.nav-list.open{display:flex}.two-col,.contact-grid{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.brands{grid-template-columns:repeat(4,1fr)}}@media(max-width:620px){.topbar .container{justify-content:center;flex-wrap:wrap;gap:.4rem 1rem}.logo img{width:180px}.hero{min-height:480px}.stats,.cards,.process,.testimonials,.support-grid,.footer-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid #ffffff33}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.brands{grid-template-columns:repeat(3,1fr)}.section{padding:3.5rem 0}.page-hero{padding:3.5rem 0}}
/* Homepage services ? original dark-grey treatment */
.home-services{background:#4a4a4a;color:#fff}
.home-services-heading{margin:0 0 1.1rem}
.home-services-heading h2{margin:0;color:#fff;font-size:clamp(2rem,4vw,3rem)}
.home-services-heading p{margin:.25rem 0 0;color:#f0f0f0;font-size:1.1rem}
.home-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.service-card{display:grid;grid-template-columns:52px 1fr;gap:1rem;align-items:center;min-height:260px;padding:1.55rem;background:#fff;color:#70799f;border:0;box-shadow:none}
.service-card h3{margin:0 0 .25rem;color:#111522;font-size:1.2rem;line-height:1.25}
.service-card p{margin:0;line-height:1.5}
.service-icon{color:#111522;font-size:2.35rem;line-height:1;text-align:center}
.services-more{text-align:center;margin:2rem 0 0}
.home-services .btn{background:#fff;border-color:#fff;color:#b52f36}
@media(max-width:900px){.home-services-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.home-services-grid{grid-template-columns:1fr;gap:1.2rem}.service-card{min-height:auto}.home-services-heading{text-align:center}}
/* Homepage process ? original red timeline treatment */
.process-section{background:#b52f36;color:#fff}
.process-heading{margin:0 0 2.2rem}
.process-heading h2{margin:0;color:#fff;font-size:clamp(2rem,4vw,3rem)}
.process-heading p{margin:.25rem 0 0;font-size:1.1rem}
.process-flow{display:grid;grid-template-columns:1fr 64px 1fr 64px 1fr 64px 1fr;align-items:center;gap:.5rem}
.process-step{text-align:center}
.process-icon{position:relative;display:grid;place-items:center;width:104px;height:104px;margin:0 auto 1.35rem;border:1px solid rgba(255,255,255,.9);border-radius:50%}
.process-icon svg{width:45px;height:45px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.process-number{position:absolute;top:-20px;left:-18px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:#b52f36;font-size:1.65rem;font-weight:500}
.process-step h3{margin:0;color:#fff;font-size:1.05rem}
.process-arrow{color:#fff;text-align:center;font-size:3.4rem;font-weight:700;line-height:1}
@media(max-width:900px){.process-flow{grid-template-columns:1fr 48px 1fr}.process-flow .process-step:nth-of-type(5){grid-column:1}.process-flow .process-arrow:nth-of-type(6){grid-column:2}.process-flow .process-step:nth-of-type(7){grid-column:3}}
@media(max-width:620px){.process-heading{text-align:center}.process-flow{display:flex;flex-direction:column;gap:1.2rem}.process-arrow{transform:rotate(90deg);font-size:2.6rem}.process-step h3{font-size:1.1rem}.process-icon{margin-bottom:.8rem}}
/* Homepage top ? original composition */
.home .site-header{background:#333;border:0;padding-bottom:.4rem}
.home .nav-wrap{background:#fff;padding:0 1.2rem}
.home .hero{min-height:590px;background-color:#333;background-image:url('../images/serviceguy.jpg');background-position:center center;background-size:cover;background-repeat:no-repeat;text-align:center}
.hero-content{align-self:center;width:min(780px,calc(100% - 2rem));margin:0 auto;padding:1.5rem 0 5.5rem 18%}
.home .hero h1{margin:0;color:#fff;font-size:clamp(2rem,4vw,3.65rem);font-weight:400;letter-spacing:.16em;line-height:1.38}
.home .hero p{margin:1rem 0;color:#c5353c;font-size:1.2rem}
.home .hero .btn{padding:.65rem 1.5rem;border-color:#c5353c;color:#fff}
.home-stats-wrap{position:relative;z-index:3;margin-top:-62px}
.home-stats{display:grid;grid-template-columns:repeat(3,1fr);min-height:125px;background:#fff;border-radius:4px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.home-stat{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.4rem;color:#70799f}
.home-stat-icon{color:#c5353c;font-size:2.8rem;line-height:1}
.home-stat span{display:block}
.home-stat strong{display:block;color:#c5353c;font-size:2.15rem;font-weight:400;line-height:1.1}
.home-stat small{font-size:1.1rem}
.infrastructure-home{padding-top:7rem}
.infrastructure-home h2{margin:0 0 4.5rem;color:#b52f36;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.25;text-align:center}
.infrastructure-grid{align-items:center}
.infrastructure-grid img{width:min(100%,500px);margin:auto}
.infrastructure-grid p,.infrastructure-grid li{color:#70799f}
.welcome-home{padding-top:1rem;background:#fff}
.welcome-home .section-title h2,.welcome-home .eyebrow{color:#a91f26}
.welcome-home .section-title p:last-child{max-width:960px;margin:.6rem auto;color:#70799f}
@media(max-width:900px){.hero-content{width:min(720px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 6rem 16%}.home .hero h1{font-size:2.3rem}.home-stats{grid-template-columns:1fr}.home-stats-wrap{margin-top:-30px}.home-stat{justify-content:flex-start;padding-left:25%}.infrastructure-home{padding-top:4rem}}
@media(max-width:620px){.home .site-header{padding-bottom:0}.home .nav-wrap{width:100%}.home .hero{min-height:520px;background-position:30% center;position:relative}.home .hero:before{content:'';position:absolute;inset:0;background:rgba(35,35,35,.56)}.hero-content{position:relative;width:100%;margin:0;padding:4rem 0 2rem}.home .hero h1{font-size:1.8rem;letter-spacing:.09em}.home-stats-wrap{margin-top:0}.home-stats{border-radius:0}.home-stat{padding-left:15%}.infrastructure-home h2 br{display:none}.infrastructure-home h2{margin-bottom:2rem}}
/* Services page ? original composition and shared service icons */
.service-icon svg,.service-page-icon svg{display:block;width:46px;height:46px;fill:none;stroke:#071027;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.service-icon{display:grid;place-items:center;color:#071027;font-size:0}
.services-page .site-header{background:#333;border:0;padding-bottom:.4rem}
.services-page .nav-wrap{background:#fff;padding:0 1.2rem}
.services-tech-hero{position:relative;min-height:565px;overflow:hidden;background:#333;color:#fff}
.services-tech-content{position:relative;z-index:2;padding-top:145px;text-align:center}
.services-tech-content h1{margin:0;text-transform:uppercase;font-size:clamp(2.6rem,5vw,4.5rem);font-weight:300;letter-spacing:.14em}
.services-tech-content p{margin:1rem 0;color:#c5353c;font-size:1.45rem}
.services-tech-content .btn{border-color:#c5353c}
.tech-logo-cloud img{position:absolute;width:165px;height:95px;object-fit:contain;filter:grayscale(1);opacity:.58}
.tech-dell{top:25px;left:20px}.tech-eset{top:165px;left:65px}.tech-ms{top:270px;left:125px}.tech-proline{top:390px;left:25px}.tech-wd{top:390px;left:205px}.tech-netgear{top:490px;left:75px}.tech-seagate{top:500px;left:310px}
.services-page .home-stats-wrap{margin-top:-80px;margin-bottom:0}
.services-title-banner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:5rem;padding:3rem 0 1.8rem;background:#333;color:#c5353c}
.services-title-banner span{height:1px;background:#c5353c}
.services-title-banner h2{margin:0;text-transform:uppercase;font-size:3rem;font-weight:300;letter-spacing:.05em}
.service-breadcrumb{padding:2rem 0 1.2rem;border-bottom:1px solid #e5e7ec;color:#70799f;font-size:1.1rem}
.services-catalog{padding-top:3.5rem}
.services-catalog-heading{margin-bottom:1rem}.services-catalog-heading h2{margin:0;color:#b52f36;font-size:2rem}.services-catalog-heading p{margin:.25rem 0}
.service-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2rem}
.service-page-card{display:grid;grid-template-columns:58px 1fr;gap:1rem;align-items:center;min-height:190px;padding:1.55rem;background:#fff;box-shadow:0 12px 35px rgba(20,20,30,.07)}
.service-page-card h3{margin:0 0 .25rem;color:#071027;font-size:1.18rem;line-height:1.25}.service-page-card p{margin:0;color:#70799f;line-height:1.5}
.service-page-icon{display:grid;place-items:center}
@media(max-width:900px){.service-page-grid{grid-template-columns:repeat(2,1fr)}.services-tech-hero{min-height:470px}.services-tech-content{padding-top:110px}.tech-logo-cloud{opacity:.35}.services-page .home-stats-wrap{margin-top:-35px}.services-title-banner{gap:2rem}}
@media(max-width:620px){.services-page .site-header{padding-bottom:0}.services-page .nav-wrap{width:100%}.services-tech-hero{min-height:430px}.services-tech-content{padding-top:95px}.services-tech-content h1{font-size:2.2rem}.services-tech-content p{font-size:1.1rem}.tech-logo-cloud{display:none}.services-page .home-stats-wrap{margin-top:0}.services-title-banner{gap:1rem;padding:2rem 0 1.3rem}.services-title-banner h2{font-size:2rem}.service-page-grid{grid-template-columns:1fr;gap:1.2rem}.service-page-card{min-height:auto}.service-breadcrumb{padding-left:1rem;padding-right:1rem}}
/* Shared contact sections ? original red icon treatment */
.topbar a{display:inline-flex;align-items:center;gap:.35rem}
.site-footer{background:#1f1f25;color:#fff;padding:3.5rem 0 2.5rem}
.site-footer .footer-grid{grid-template-columns:1.15fr .85fr;gap:4rem}
.site-footer h2{margin:0 0 1rem;color:#fff;font-size:1.55rem}
.contact-list,.footer-links ul{list-style:none;margin:0;padding:0}
.contact-list li{display:flex;align-items:center;gap:.75rem;min-height:46px;border-bottom:1px solid rgba(255,255,255,.1)}
.contact-list li:last-child{border-bottom:0}
.contact-list a,.contact-list span{color:inherit}
.contact-icon{flex:0 0 26px;display:grid;place-items:center;width:26px;height:26px;border-radius:4px;background:#c4313a;color:#fff}
.contact-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.footer-links li{border-bottom:1px solid rgba(255,255,255,.1)}
.footer-links a{position:relative;display:block;padding:.72rem 0 .72rem 1.65rem;color:#fff}
.footer-links a:before{content:'';position:absolute;left:.15rem;top:50%;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;transform:translateY(-50%) rotate(45deg)}
.footer-links a:hover{color:#e66b72;text-decoration:none}
.contact-card{background:#fff;padding:1rem 1.5rem 1rem 0}
.contact-card h2{margin:0;color:#071027;font-size:2rem}.contact-card h3{margin:1.4rem 0 .25rem;color:#b52f36;font-size:1.65rem}
.contact-card>p{color:#70799f}
.contact-list-office li{border-bottom:0;color:#70799f;min-height:42px}
.contact-list-office .contact-icon{flex-basis:24px;width:24px;height:24px}
.contact-list-office a{color:#70799f}
@media(max-width:620px){.site-footer .footer-grid{grid-template-columns:1fr;gap:2.5rem}.contact-card{padding-right:0}.contact-list li{align-items:flex-start;padding:.55rem 0}.contact-icon{margin-top:.1rem}}
/* Original Speedtest embed dimensions */
.speedtest{display:block;width:100%;height:650px;min-height:650px;border:0;background:#fff}
@media(max-width:620px){.speedtest{height:650px;min-height:650px}}
/* Header contact icons ? original white line treatment */
.topbar-icon{display:inline-grid;place-items:center;width:18px;height:18px;color:#fff}
.topbar-icon svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.topbar a{color:#fff}
.topbar a:hover{color:#fff;text-decoration:underline}
/* About team ? original circuit-board treatment */
.team-showcase{position:relative;min-height:610px;padding:3.8rem 0;background:linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.28)),url('../images/team-circuit-bg.jpg') center/cover no-repeat;border-top:12px solid #b52f36;border-bottom:12px solid #b52f36;color:#fff}
.team-showcase-heading{max-width:720px;margin:0 auto 1rem;text-align:left}
.team-showcase-heading .eyebrow{margin:0;color:#d23b43}.team-showcase-heading h2{margin:.25rem 0;color:#fff;font-size:1.1rem;font-weight:400}
.team-card-wrap{display:flex;justify-content:center}
.team-profile-card{width:min(310px,100%);overflow:hidden;background:#fff;color:#70799f;box-shadow:0 18px 40px rgba(0,0,0,.32)}
.team-profile-card>img{display:block;width:100%;height:285px;object-fit:cover;object-position:center top;background:#17171d}
.team-profile-body{padding:1rem 1.15rem}.team-profile-body h3{margin:0;color:#071027;font-size:1.25rem}.team-role{margin:.1rem 0 .8rem;color:#b52f36;font-weight:700}.team-profile-body p:last-child{margin-bottom:.2rem}
.team-profile-contact{display:flex;gap:.8rem;padding:.85rem 1.15rem;border-top:1px solid #e4e6eb}
.team-profile-contact a{display:grid;place-items:center;width:30px;height:30px;border-radius:3px;background:#071027;color:#fff}
.team-profile-contact svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.team-profile-contact a:hover{background:#b52f36;text-decoration:none}
@media(max-width:620px){.team-showcase{min-height:auto;padding:3rem 0}.team-showcase-heading{text-align:center;margin-bottom:1.5rem}.team-profile-card>img{height:260px}}
/* Speedtest and ticket navigation icons */
.nav-list a.nav-item-with-icon{display:inline-flex;align-items:center;gap:.38rem}
.nav-icon{display:inline-grid;place-items:center;width:19px;height:19px;flex:0 0 19px;color:currentColor}
.nav-icon svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:900px){.nav-list a.nav-item-with-icon{display:flex}}
/* Highlighted Speedtest navigation item */
.nav-list a[href="speedtest.html"],.nav-list a[href="speedtest.html"].active{background:#000;color:#51fbf2;font-weight:800;border-radius:3px}.nav-list a[href="speedtest.html"]:hover{background:#202025;color:#51fbf2;text-decoration:none}
/* Office hours ? original footer treatment */
.site-footer .contact-list li:last-child>span:last-child{color:#fff;font-weight:500;white-space:nowrap}
@media(max-width:380px){.site-footer .contact-list li:last-child>span:last-child{white-space:normal}}
/* About and Contact heroes ? original solution-provider image */
.about-page .page-hero,.contact-page .page-hero{display:flex;align-items:center;min-height:330px;background-image:linear-gradient(90deg,rgba(19,22,29,.5),rgba(19,22,29,.18)),url('../images/about-contact-hero.jpg');background-position:center center;background-size:cover;background-repeat:no-repeat}
.about-page .page-hero .container,.contact-page .page-hero .container{position:relative;z-index:1}
.about-page .page-hero h1,.contact-page .page-hero h1{text-shadow:0 2px 12px rgba(0,0,0,.55)}
@media(max-width:620px){.about-page .page-hero,.contact-page .page-hero{min-height:260px;background-position:42% center}}
/* Laptop-width hero overlap correction */
@media(min-width:901px) and (max-width:1300px){.home .hero{min-height:640px}.home .hero-content{padding-bottom:8rem}.home .home-stats-wrap{margin-top:-55px}}

/* Homepage hero: proportions and alignment matched to the original site. */
.home .topbar{
  position:absolute;
  inset:0 0 auto;
  z-index:20;
  background:transparent;
}
.home .site-header{
  position:absolute;
  top:39px;
  left:50%;
  z-index:19;
  width:min(var(--max),calc(100% - 2rem));
  transform:translateX(-50%);
  border-bottom:0;
}
.home .site-header .container{width:100%}
.home .hero{
  min-height:440px;
  place-items:stretch;
  background-position:center center;
}
.home .hero-layout{
  display:grid;
  align-items:center;
  min-height:440px;
  padding:118px 0 78px;
}
.home .hero-copy{
  width:min(760px,68vw);
  margin:0 auto;
  text-align:center;
}
.home .hero-copy h1{
  margin:0;
  max-width:none;
  font-size:clamp(2rem,2.45vw,3.15rem);
  font-weight:400;
  letter-spacing:.17em;
  line-height:1.38;
}
.home .hero-copy h1 span{display:block;white-space:nowrap}
.home .hero-copy p{
  margin:.8rem 0 .75rem;
  color:#c5353c;
  font-size:1.08rem;
}
.home .hero-copy .btn{
  margin:.25rem 0 0;
  padding:.48rem 1.25rem;
  border-color:#c5353c;
  font-size:.72rem;
}
.home .home-stats-wrap{margin-top:-54px}

@media(max-width:1100px){
  .home .hero{min-height:500px;background-position:38% center}
  .home .hero-layout{min-height:500px;padding:126px 0 88px}
  .home .hero-copy{width:min(650px,62vw);margin-left:auto;margin-right:0}
  .home .hero-copy h1{font-size:clamp(1.75rem,3.25vw,2.65rem);letter-spacing:.13em}
}
@media(max-width:900px){
  .home .site-header{top:64px}
  .home .hero{min-height:560px;background-position:28% center}
  .home .hero-layout{min-height:560px;padding:165px 0 78px}
  .home .hero-copy{width:62%;margin-left:auto;margin-right:0}
  .home .hero-copy h1{font-size:clamp(1.45rem,4vw,2.15rem);letter-spacing:.09em}
  .home .hero-copy p{font-size:1rem}
  .home .home-stats-wrap{margin-top:0}
}
@media(max-width:620px){
  .home .topbar{position:relative;background:#19191f}
  .home .site-header{position:relative;top:auto;left:auto;width:100%;transform:none}
  .home .hero{min-height:500px;background-position:31% center}
  .home .hero-layout{min-height:500px;padding:3.5rem 0}
  .home .hero-copy{width:100%;margin:auto;padding:1.5rem;background:rgba(35,35,35,.64)}
  .home .hero-copy h1{font-size:clamp(1.35rem,7vw,1.85rem);letter-spacing:.07em}
  .home .hero-copy h1 span{white-space:normal}
}

/* Speedtest page hero based on the original charcoal geometric banner. */
.speedtest-hero{
  position:relative;
  min-height:190px;
  overflow:hidden;
  background:#333;
}
.speedtest-hero::before,
.speedtest-hero::after{
  content:'';
  position:absolute;
  border:7px solid rgba(181,47,54,.9);
  border-radius:12px;
  transform:rotate(0deg);
}
.speedtest-hero::before{
  width:260px;
  height:220px;
  right:6%;
  top:-92px;
}
.speedtest-hero::after{
  width:160px;
  height:150px;
  right:27%;
  bottom:-118px;
  border-width:5px;
  opacity:.55;
}
.speedtest-breadcrumb{
  padding:1.65rem 0 1rem;
  border-bottom:1px solid #eceef2;
  color:#70799f;
  font-size:1.05rem;
}
.speedtest-breadcrumb a{color:var(--red)}
.speedtest-content{padding:4.2rem 0 1.5rem}
.speedtest-content iframe{display:block;width:100%;height:650px;border:0}
@media(max-width:620px){
  .speedtest-hero{min-height:135px}
  .speedtest-hero::before{right:-70px;top:-75px}
  .speedtest-hero::after{display:none}
  .speedtest-breadcrumb{padding:1.2rem 0 .85rem}
  .speedtest-content{padding:2rem 0 1rem}
}
