:root{--cyan:#ff0000;--white:#ffffff;--font-display:"Barlow Condensed",sans-serif}.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul{background-color:black}.et_pb_menu .et-menu-nav>ul ul{background-color:black}.et_pb_menu .et_mobile_menu,.et_pb_menu .et_mobile_menu ul{background-color:black}.service-card{padding:2rem 1.5rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;position:relative;transition:background 0.25s}.service-card:hover{background:rgba(255,0,0,0.05)}.service-card+.service-card::before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:linear-gradient(to bottom,transparent,rgba(255,0,0,0.2),transparent)}.service-icon-wrap{width:60px;height:60px;border-radius:50%;background:rgba(255,0,0,0.08);border:1px solid rgba(255,0,0,0.2);display:flex;align-items:center;justify-content:center;color:var(--cyan);flex-shrink:0;transition:all 0.25s}.service-card:hover .service-icon-wrap{background:rgba(255,0,0,0.15);box-shadow:0 0 20px rgba(255,0,0,0.2)}.service-title{font-family:var(--font-display);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--white)}.service-stat{font-family:var(--font-display);font-weight:800;font-size:2rem;text-transform:uppercase;color:var(--white)}.list-2{list-style:none;gap:0.5rem 2rem}.list{list-style:none;margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:0.5rem 2rem}.list li,.list-2 li{display:flex;align-items:flex-start;gap:0.4rem;font-size:1rem;color:var(--mist);padding:0.1rem 0}.list li::before,.list-2 li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--cyan);flex-shrink:0;margin-top:0.5em}.why-stat{background:rgba(7,14,26,0.12);padding:2.75rem 2rem;text-align:center;transition:background 0.2s}.why-stat:hover{background:rgba(7,14,26,0.22)}.why-stat:first-child{border-radius:var(--radius) 0 0 var(--radius)}.why-stat:last-child{border-radius:0 var(--radius) var(--radius) 0}.why-stat-num{font-family:var(--font-display);font-weight:800;font-size:3.5rem;color:#ff0000;line-height:1;margin-bottom:0.375rem}.why-stat-label{font-family:var(--font-display);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:0.1em;color:#ffffff;margin-bottom:0.75rem}.why-stat-desc{font-size:0.82rem;color:#ffffff;line-height:1.65}