@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

:root{
  --blue:#061d42;
  --blue2:#083b78;
  --blue3:#0b5ca8;
  --yellow:#ffc400;
  --white:#fff;
  --muted:#b9c8dc;
  --dark:#03142d;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Oswald',Arial,sans-serif;
  color:var(--white);
  background:#f4f6f9;
  line-height:1.5;
}
a{text-decoration:none;color:inherit}
.navbar{
  position:fixed;z-index:1000;top:0;left:0;width:100%;
  min-height:88px;padding:10px 4.5%;
  display:flex;align-items:center;gap:30px;
  background:rgba(3,20,45,.96);
  border-bottom:1px solid rgba(255,196,0,.2);
  backdrop-filter:blur(12px);
}
.brand{display:flex;align-items:center;gap:12px;min-width:260px}
.brand img{width:64px;height:64px;object-fit:cover;border-radius:50%}
.brand-text{display:flex;flex-direction:column;font-size:19px;line-height:1}
.brand-text strong{font-size:21px}
.brand-text span{color:var(--yellow);font-size:19px;margin-top:5px}
nav{display:flex;align-items:center;gap:24px;flex:1;justify-content:center}
nav a{font-size:14px;font-weight:600;letter-spacing:.5px;opacity:.9;padding:25px 0}
nav a:hover,nav a.active{color:var(--yellow)}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}
.btn{
  display:inline-flex;justify-content:center;align-items:center;
  padding:14px 24px;border-radius:4px;font-weight:700;
  letter-spacing:.5px;font-size:14px;transition:.25s;
}
.btn-yellow{background:var(--yellow);color:var(--blue);box-shadow:0 8px 20px rgba(255,196,0,.15)}
.btn-yellow:hover{transform:translateY(-2px);filter:brightness(1.08)}
.btn-outline{border:1px solid var(--yellow);color:var(--yellow)}
.btn-outline:hover{background:var(--yellow);color:var(--blue)}
.hero{
  min-height:930px;padding:145px 5% 0;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 72% 45%,rgba(17,101,185,.65),transparent 28%),
    linear-gradient(115deg,#03162f 0%,#063a76 58%,#051a38 100%);
}
.hero:before{
  content:"";position:absolute;inset:0;opacity:.13;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:45px 45px;transform:skewY(-4deg) scale(1.2);
}
.hero-pattern{
  position:absolute;right:-10%;top:15%;width:70%;height:65%;
  background:radial-gradient(ellipse,transparent 48%,rgba(255,255,255,.06) 49%,transparent 51%);
  background-size:110px 80px;transform:rotate(-12deg);
}
.paint{
  position:absolute;z-index:1;right:-7%;top:180px;width:50%;height:520px;
  transform:rotate(-12deg);
}
/*SOCIAL*/
.social {
    display: flex;
    align-items: center;

    gap: 18px;

    margin-left: 35px;
}
.social-icon {
    width: 38px;
    height: 38px;

    border: 2px solid white;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    text-decoration: none;

    font-family: Arial, sans-serif;
    font-weight: bold;
}
.social-icon:hover {
    color: #ffc400;
    border-color: #ffc400;
}
/*ARENA*/
.arena-bg {
    position: absolute;
    inset: 0;

    background-image: url("immagini/arena.jpg");
    background-size: cover;
    background-position: center;

    transform: scale(1.05);

    filter: brightness(0.55) contrast(1.15);
}
.arena-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 22, 55, 0.98) 0%,
            rgba(0, 35, 75, 0.82) 40%,
            rgba(0, 45, 100, 0.55) 70%,
            rgba(0, 20, 50, 0.75) 100%
        );

    z-index: 1;
}
.light-effect {
    position: absolute;

    width: 700px;
    height: 700px;

    top: -250px;
    left: 35%;

    background: radial-gradient(
        circle,
        rgba(0, 140, 255, 0.30) 0%,
        rgba(0, 100, 255, 0.12) 35%,
        transparent 70%
    );

    filter: blur(30px);

    z-index: 2;

    pointer-events: none;
}
/*SCRITTA DIETRO*/
.background-title {

    position: absolute;

    top: 100px;
    right: 5%;

    font-size: clamp(110px, 15vw, 240px);

    font-weight: 900;

    line-height: 1;

    color: transparent;

    -webkit-text-stroke: 2px rgba(0, 132, 255, 0.35);

    opacity: 0.7;

    letter-spacing: -8px;

    z-index: 1;

    transform: rotate(-5deg);

    pointer-events: none;
}
.hero-content{
  position:relative;z-index:2;max-width:1250px;margin:auto;
  min-height:570px;display:grid;grid-template-columns:48% 52%;align-items:center;
}
.eyebrow{font-size:14px;letter-spacing:2px;font-weight:700;color:#ffff00;margin-bottom:16px}
.yellow-text{color:var(--yellow)}
h1{font-size:clamp(55px,6vw,92px);line-height:.94;letter-spacing:-1px}
h1 span,h2 span{color:var(--yellow)}
.hero-description{color:#d7e2f0;max-width:560px;font-family:Arial,sans-serif;margin:28px 0 30px;font-size:16px}
.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}
.hero-visual{height:570px;position:relative;display:flex;align-items:center;justify-content:center}
.hero-logo{
  width:min(440px,75%);aspect-ratio:1;object-fit:cover;border-radius:50%;
  position:relative;z-index:4;box-shadow:0 20px 55px rgba(0,0,0,.45);
  border:8px solid rgba(255,255,255,.2);
}
.ring{position:absolute;border:1px solid rgba(255,196,0,.35);border-radius:50%;z-index:2}
.ring-1{width:560px;height:560px}
.ring-2{width:700px;height:700px}
.basketball{position:absolute;right:50px;bottom:20px;font-size:120px;z-index:6;filter:drop-shadow(0 14px 15px rgba(0,0,0,.4))}
.stats-grid{
  position:relative;z-index:8;max-width:1150px;margin:-5px auto 0;
  display:grid;grid-template-columns:repeat(4,1fr);
  background:rgba(4,36,75,.9);border:1px solid rgba(70,150,230,.5)
}
.stats-grid article{padding:27px 25px;text-align:center;border-right:1px solid rgba(70,150,230,.5)}
.stats-grid article:last-child{border:0}
.icon{font-size:34px;color:var(--yellow);margin-bottom:8px}
.stats-grid h3{font-size:19px}
.stats-grid p,.value-card p,.team-card p,.news-card p,.contact-section p{
  font-family:Arial,sans-serif;color:var(--muted);font-size:14px;margin-top:8px
}
.section{padding:110px 7%;color:var(--blue);background:#fff}
.section-heading{max-width:750px}
.section-heading h2,.gallery-title h2,.contact-section h2{font-size:clamp(42px,5vw,70px);line-height:.95}
.section-heading>p:last-child{font-family:Arial,sans-serif;color:#607087;max-width:650px;margin-top:20px}
.centered{text-align:center;margin:0 auto}
.values-grid{max-width:1200px;margin:55px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.value-card{padding:30px;border:1px solid #dce4ef;min-height:190px;background:#fafbfd;position:relative}
.value-card span{color:var(--yellow);font-size:32px;font-weight:700}
.value-card h3{font-size:24px;margin:15px 0 5px}
.dark-section{background:var(--blue);color:#ffc400}
.teams-grid{max-width:1200px;margin:55px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.sfondo-card{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 10%;
}
.team-card{
  min-height:290px;position:relative;overflow:hidden;
  background:linear-gradient(140deg,#0b4789,#052652);
  
}
.team-card:after{content:"🏀";position:absolute;right:-15px;bottom:-25px;font-size:130px;opacity:.08}
.team-number{color:var(--yellow);font-size:15px;padding:15px}
.team-card h3{font-size:35px;margin-top:55px;padding:15px}
.team-card a{display:inline-block;margin-top:25px;color:var(--yellow);font-weight:700;padding:15px}
.team-card p{padding:15px}
.news-grid{max-width:1200px;margin:45px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.news-card{display:flex;gap:25px;padding:30px;background:#f7f9fc;border-left:5px solid var(--yellow);color:var(--blue)}
.news-card small{color:#73829a;font-weight:700;letter-spacing:1px}
.news-card h3{font-size:27px;margin:4px 0}
.news-card a{display:inline-block;color:#07529a;font-weight:700;margin-top:18px}
.date{min-width:85px;text-align:center;background:var(--blue);color:#fff;padding:12px;height:90px}
.date strong{display:block;color:var(--yellow);font-size:12px}
.date span{display:block;font-size:32px;line-height:1.1}
.gallery{background:#061d42;padding:90px 7%;color:#fff}
.gallery-title{max-width:1200px;margin:auto}
.gallery-grid{max-width:1200px;margin:35px auto 0;display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:190px 190px;gap:10px}
.gallery-item{display:flex;align-items:flex-end;padding:20px;font-size:28px;font-weight:700;background:
  linear-gradient(135deg,rgba(0,43,90,.75),rgba(5,20,45,.85)),
  radial-gradient(circle at 60% 30%,#1765ad,transparent 30%);
  border:1px solid rgba(255,255,255,.12)}
.g1{grid-row:span 2;font-size:50px}.g4{background:linear-gradient(135deg,#ffc400,#08437e);color:#061d42}
.contact-section{
  padding:90px 7%;background:linear-gradient(110deg,#ffc400 0%,#ffc400 36%,#082f61 36%);
  display:flex;justify-content:space-between;align-items:center;gap:30px
}
.contact-section h2{color:#061d42}
.contact-section h2 span{color:#fff}
.contact-section p{color:#dbe7f5;max-width:600px}
.contact-section .btn{white-space:nowrap}
footer{
  padding:30px 7%;background:#021127;color:#9eb0c8;
  display:flex;justify-content:space-between;align-items:center;gap:20px;
  font-family:Arial,sans-serif;font-size:13px
}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand img{width:48px;height:48px;border-radius:50%}
.footer-brand div{display:flex;flex-direction:column}
.footer-brand strong{color:#fff}
.footer-brand span{margin-top:4px}
@media(max-width:1100px){
  nav{gap:13px}.brand{min-width:auto}.brand-text{display:none}
  .nav-cta{display:none}
  .hero-content{grid-template-columns:55% 45%}
  .hero-logo{width:350px}.ring-1{width:430px;height:430px}.ring-2{width:550px;height:550px}
}
@media(max-width:800px){
  .navbar{min-height:72px;padding:8px 5%;justify-content:space-between}
  .brand img{width:54px;height:54px}
  .menu-toggle{display:block}
  nav{
    display:none;position:absolute;top:72px;left:0;width:100%;
    padding:15px 7%;background:#03142d;flex-direction:column;align-items:flex-start
  }
  nav.open{display:flex}
  nav a{padding:9px 0}
  .hero{padding-top:110px;min-height:auto}
  .hero-content{display:flex;flex-direction:column;min-height:0;text-align:center;padding-bottom:60px}
  .hero-copy{order:1}.hero-visual{order:2;width:100%;height:390px}
  .hero-description{margin-left:auto;margin-right:auto}
  .hero-buttons{justify-content:center}
  .hero-logo{width:280px}.ring-1{width:340px;height:340px}.ring-2{width:430px;height:430px}
  .basketball{font-size:75px;right:8%;bottom:10px}
  .paint{top:420px;width:100%;right:-20%;height:300px}
  .stats-grid{grid-template-columns:repeat(2,1fr);margin:0 5%}
  .stats-grid article{border-bottom:1px solid rgba(70,150,230,.5)}
  .values-grid,.teams-grid,.news-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:170px 170px}
  .g1{grid-row:auto;grid-column:span 2}
  .contact-section{background:linear-gradient(180deg,#ffc400 0 52%,#082f61 52%);flex-direction:column;align-items:flex-start}
  footer{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
  h1{font-size:49px}
  .stats-grid{grid-template-columns:1fr}
  .stats-grid article{border-right:0}
  .gallery-grid{display:flex;flex-direction:column}.gallery-item{min-height:140px}
}