:root{
  --blue:#00A7FF;--blue2:#0878ed;--navy:#051b3e;--navy2:#0a3979;
  --ink:#081b38;--muted:#68798b;--line:#e7eef6;--soft:#f7fbff;
  --red:#f54c42;--white:#fff;--radius:18px;--max:1180px;
  --shadow:0 14px 35px rgba(12,41,81,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 36px));margin:auto}
.topbar{height:30px;background:#061b3b;color:#dceaff;font-size:11px}
.topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between}
.header{height:74px;background:#fff;border-bottom:1px solid #edf2f7;position:sticky;top:0;z-index:40}
.header .container{height:100%;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:10px;min-width:210px}
.logo-mark{width:43px;height:43px;border-radius:13px;background:linear-gradient(145deg,#00a7ff,#0757a6);display:grid;place-items:center;color:#fff;font-weight:900;font-size:20px}
.brand b{font-size:21px}.brand small{display:block;color:#8797aa;font-size:8px;letter-spacing:.1em;margin-top:-2px}
.nav{display:flex;gap:26px;justify-content:center;flex:1;font-weight:800;font-size:12px}
.nav a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 24px;border-radius:999px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(245,76,66,.25)}
.btn-white{background:#fff;color:var(--ink)}
.btn-blue{background:var(--blue2);color:#fff}
.btn-outline{border-color:#6bbfff;color:#0878ed;background:#fff}
.hero{background:linear-gradient(120deg,#061a39,#082d64 58%,#0b3e82);color:#fff;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 20%,rgba(0,167,255,.22),transparent 28%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px}
.hero-inner{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;position:relative;z-index:2}
.hero-copy{padding:68px 0 94px}
.eyebrow{color:#7fd7ff;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px}
.hero h1{font-size:64px;line-height:.98;letter-spacing:-.045em;margin:0 0 22px;max-width:620px;color:#fff}
.hero h1 span{color:#66baff}
.hero-desc{font-size:17px;line-height:1.62;color:#d8e5f2;max-width:610px;margin:0 0 24px}
.quick-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0 0 28px}
.quick-icon{text-align:center;font-size:11px;color:#fff}
.quick-icon i{width:44px;height:44px;border-radius:50%;margin:0 auto 8px;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;color:#7fd7ff;font-style:normal;font-size:18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.proof{display:flex;align-items:center;gap:12px;margin-top:24px;color:#cfe1ef;font-size:12px}
.avatars{display:flex}.avatars i{width:29px;height:29px;border-radius:50%;margin-left:-6px;border:2px solid #0a2d64;background:linear-gradient(145deg,#fff,#8dd5ff)}.avatars i:first-child{margin-left:0}
.hero-visual{position:relative;overflow:visible}
.hero-visual img{width:100%;height:540px;object-fit:cover;object-position:center;border-radius:34px;box-shadow:0 30px 70px rgba(0,0,0,.28)}
.speed-card{position:absolute;left:-34px;bottom:75px;width:230px;background:#fff;border-radius:18px;padding:18px;color:var(--ink);box-shadow:var(--shadow)}
.speed-card strong{display:block;color:#0a78e5;font-size:24px;line-height:1;margin-bottom:6px}.speed-card b{display:block;font-size:15px}.speed-card span{font-size:12px;color:var(--muted)}
.trust-wrap{position:relative;z-index:5;margin-top:-28px}
.trust{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:18px;box-shadow:0 16px 42px rgba(13,46,88,.12);overflow:hidden}
.trust-item{min-height:74px;padding:15px 20px;display:flex;gap:12px;align-items:center;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item i{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#edf7ff;color:#0878ed;font-style:normal}
.trust-item b{display:block;font-size:13px;color:#415166}.trust-item span{display:block;color:#7b8999;font-size:11px;margin-top:2px}
.section{padding:72px 0}
.section.soft{background:linear-gradient(180deg,#f8fbff,#fff)}
.section-head{text-align:center;max-width:760px;margin:0 auto 34px}
.section-head .kicker{font-size:11px;color:#0a7bf2;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.section-head h2{font-size:30px;margin:0 0 8px;letter-spacing:-.025em;color:var(--ink)}
.section-head p{font-size:13px;color:#7a8796;margin:0}
.sports{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sport-card{border-radius:18px;overflow:hidden;border:1px solid #eaf0f6;background:#fff;box-shadow:0 8px 24px rgba(23,60,100,.05);transition:.2s}
.sport-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.sport-card img{width:100%;aspect-ratio:2/1;object-fit:cover}
.commitments{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.commit{border:1px solid #e3eaf3;border-radius:15px;padding:20px 12px;text-align:center;background:#fff;box-shadow:0 8px 20px rgba(21,54,92,.04)}
.commit i{width:42px;height:42px;border:1.5px solid #61b4ff;border-radius:50%;margin:0 auto 12px;display:grid;place-items:center;color:#0878ed;font-style:normal}
.commit b{display:block;font-size:11px}.commit span{display:block;color:#7a8797;font-size:10px;line-height:1.45;margin-top:7px}
.process{display:grid;grid-template-columns:repeat(5,1fr);position:relative}
.process:before{content:"";position:absolute;top:30px;left:10%;right:10%;height:1px;background:#a6d3ff}
.step{text-align:center;padding:0 14px;position:relative}
.step i{width:58px;height:58px;border-radius:50%;border:1.5px solid #58aaff;display:grid;place-items:center;color:#0878ed;font-style:normal;margin:0 auto 16px;background:#fff;position:relative;z-index:2}
.step b{font-size:11px}.step p{font-size:10px;color:#738497;margin:7px 0 0}
.tabs{display:flex;justify-content:center;gap:28px;margin:-5px 0 24px;font-size:11px;font-weight:800}
.tabs .active{background:#0a67bd;color:#fff;padding:8px 16px;border-radius:999px}
.products{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.product{background:#fff;border:1px solid #e8eef5;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px rgba(15,44,80,.05)}
.product img{width:100%;aspect-ratio:1/1;object-fit:cover}
.product .info{padding:12px}.product b{display:block;font-size:11px;line-height:1.35}.product strong{font-size:11px;color:#0878ed}
.center{text-align:center}.more{margin-top:22px}
.teams{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.teams img{width:100%;aspect-ratio:1.7/1;object-fit:cover;border-radius:12px;border:1px solid #e5ecf4}
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:980px;margin:auto}
.review{border:1px solid #e5ecf4;border-radius:14px;padding:20px;background:#fff;box-shadow:0 8px 22px rgba(13,44,81,.05)}
.stars{color:#ffa700;letter-spacing:1px}.review p{font-size:12px;color:#5b6979}.person{display:flex;gap:10px;align-items:center;margin-top:14px}.person i{width:34px;height:34px;border-radius:50%;background:#dff3ff;display:grid;place-items:center;font-style:normal;color:#0878ed;font-weight:900}.person b{font-size:11px}.person span{display:block;font-size:10px;color:#8a97a5}
.cta-band{background:linear-gradient(120deg,#061b3b,#073a78);color:#fff;padding:36px 0}
.cta-inner{display:grid;grid-template-columns:160px 1fr 220px;gap:28px;align-items:center}
.cta-inner img{width:150px;height:150px;object-fit:cover;border-radius:18px}
.cta-copy h2{font-size:24px;margin:0 0 6px;color:#fff}.cta-copy p{font-size:13px;color:#cee0ed}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.checks{font-size:11px;color:#d5e6f2;line-height:1.8}
.footer{background:#fff;padding:44px 0 28px;border-top:1px solid #edf2f7}
.footer .brand{color:var(--ink);display:flex;font-size:16px;line-height:24px;margin:0}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:34px}
.footer h3{font-size:11px;margin:0 0 13px}.footer p,.footer a{font-size:10px;color:#6e7d8d;display:block;margin:7px 0}.footer-bottom{border-top:1px solid #edf2f7;margin-top:28px;padding-top:18px;font-size:10px;color:#8b97a5}
.float-contact{position:fixed;left:14px;bottom:26px;z-index:45;display:flex;flex-direction:column;gap:9px}.float-contact a{width:40px;height:40px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,0,0,.18);color:#0878ed;font-weight:900}
@media(max-width:950px){.nav{display:none}.hero-inner{grid-template-columns:1fr}.hero-copy{padding-bottom:18px}.hero-visual{max-width:680px}.trust{grid-template-columns:1fr 1fr}.commitments{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(3,1fr)}.teams{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta-inner{grid-template-columns:120px 1fr}.checks{grid-column:1/-1}.sports{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{width:calc(100% - 26px)}.topbar .container{justify-content:center}.topbar .container>:last-child{display:none}.header{height:64px}.brand small{display:none}.header .btn{display:none}.hero-inner{min-height:auto}.hero-copy{padding:48px 0 18px}.hero h1{font-size:44px}.hero-desc{font-size:15px}.quick-icons{grid-template-columns:1fr 1fr}.hero-actions .btn{width:100%}.hero-visual img{height:410px}.speed-card{position:relative;left:auto;bottom:auto;width:calc(100% - 28px);margin:-48px auto 0}.trust{grid-template-columns:1fr 1fr}.trust-item{padding:13px}.sports{grid-template-columns:1fr}.commitments{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr 1fr;gap:26px 0}.process:before{display:none}.products{grid-template-columns:1fr 1fr}.teams{grid-template-columns:1fr 1fr}.reviews{grid-template-columns:1fr}.cta-inner{grid-template-columns:1fr;text-align:center}.cta-inner img{margin:auto}.cta-actions{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.float-contact{display:none}}/* WordPress integration and accessibility; visually neutral against the reference. */
body.enzosport-homepage { min-width: 0; }
.enzo-skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: #fff; background: #051b3e; border-radius: 8px; transform: translateY(-150%); }
.enzo-skip-link:focus { transform: translateY(0); }
a:focus-visible { outline: 3px solid #ffb340; outline-offset: 3px; }
.product > a { display: block; color: inherit; }
body.admin-bar .header { top: 32px; }
@media(max-width:782px){ body.admin-bar .header { top: 46px; } }
