/*
Theme Name:   sportime
Theme URI:    http://example.com/
Description:  Un tema figlio del classico tema Astra appositamente gestito per Sportime
Author:       Gianpiero Ferraro
Author URI:   https://gianpieroferraro.it/
Template:     astra
Version:      4.2.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  sportime
*/
/*Import bootstrap icons via CSS*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
.poller-one-regular {
  font-family: "Poller One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@font-face {
    font-family: "Sequel";
    src: url("font/sequel100wide-75.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gravity";
    src: url("font/gravity-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gravity";
    src: url("font/gravity-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
/* // <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name */
/* .lora-font {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* impostazioni base */
/*impostazione per margini laterali nelle pagine perosnalizzate create qua*/    
.allineamCentrato {margin: 0 15%;}
.customMenuLink {color: #ffffff;text-decoration: none;margin: 0 20px;}
@font-face {font-family: "MillerBanner";src: url(font/MillerBanner-Bold.otf) format("opentype");}
@font-face {font-family: "MillerBannernormal";src: url(font/Miller-Banner-Light-01.ttf) format("opentype");}
*{
    /* font-family: "MillerBannernormal", sans-serif !important; font-family: "Roslindale Display Condensed Regular " !important;*/
    font-family: "Outfit", sans-serif !important;font-optical-sizing: auto !important;font-style: normal !important;
}
#cmplz-manage-consent .cmplz-manage-consent {
    left: 10vw !important;
    height: 31px  !important;
    bottom: -4px  !important;
    width: fit-content !important;
    font-size: 10px !important;
    padding: 5px !important;
    transition: all 0.4s ease-in;
}
#cmplz-manage-consent .cmplz-manage-consent:hover {height: 33px;bottom: 0 !important;}
/* Nascondi la scrollbar in generale */
body::-webkit-scrollbar {display: none;}
/* Nascondi la traccia della scrollbar */
body::-webkit-scrollbar-track { display: none;}
/* Nascondi il "manico" della scrollbar */
body::-webkit-scrollbar-thumb {display: none;}
.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
    display: block;
    position: absolute;
}


header .custom-logo-link img {
    max-width: 200px;
    width: 160px;
}
/* cursor */
    div.cursor div{
        position: absolute;
        top: -200px;
        right: -200px;
        background: transparent;
        border-radius: 50%;
        z-index: 10000;
        pointer-events: none;
        transform: translate(-50%,-50%);
    }
    div.cursor div span{
        color: #fff;
        font-size: 13px;
        text-align: center;
        position: absolute;
        line-height: 110%;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        opacity: 0;
        transition: opacity 0.1s ease;
    }
/* fine cursor */
/* caricamento logo animato */
    .logoLoadWrap {
        position: fixed;
        top: 42%;
        left: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        transform: translate(-50%, -50%);
        z-index: 99999;
    }
    .logoLoad {
        width: min(170px, calc(100vw - 64px));
        height: 82px;
        background-image: url('../../uploads/2026/05/logo-sportime.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        animation: rotateAnimation 0.8s linear infinite;
        flex: 0 0 auto;
    }
    .logoLoadCont {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
    }
    .logoLoadCont.is-loaded {
        opacity: 0;
        visibility: hidden;
    }
    .logoLoadProgress {
        width: min(280px, calc(100vw - 48px));
        height: 12px;
        background-color: rgba(251, 237, 81, 0.28);
        overflow: hidden;
        box-sizing: border-box;
    }
    .logoLoadProgressBar {
        width: 0%;
        height: 100%;
        background-color: #fbed51;
        transition: width 0.18s linear;
    }
    .logoLoadPercent {
        color: #1a1a1a;
        font-family: 'Poller One', sans-serif;
        font-size: 16px;
        line-height: 1;
    }
    
    @keyframes rotateAnimation {from {transform: rotate(0deg);} to{transform: rotate(360deg);}}    
/* caricamento logo animato */


*{
    font-family: 'Sofia Sans Condensed', sans-serif ;
    font-weight: 400;
    font-size: 18px;
}

html {
    scroll-behavior: smooth !important;

}
body {
    background-color: #e7e5e3 !important;
    /* color: white !important; */
    overflow-x: hidden;
    font-family: "MillerBanner", sans-serif !important;

}
.ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: white !important;
}
i {
    color: white !important;
}
header#masthead {
    left: 0;
    position: fixed;
    width: 100vw;
}
.site-title a {
    text-decoration: none;
    font-family: "Roslindale Display Condensed Regular " !important;
    display: none;
}
.ast-primary-header-bar
.main-header-bar-wrap,
#ast-desktop-header,
.ast-primary-header-bar{
    background: transparent !important;
}
.main-header-bar {
    border: none;
    transition: all 0.5s ease;
}
.main-header-bar-wrap {
    transition: all 0.5s ease;
}
.site-primary-header-wrap {
    transition: all 0.5s ease;
}

.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content {
    background-color: #ffffff;
    width: 100vw;
}

/* animazione icone menu */
.menuIcn i,
.menuIcn svg{
    color: white !important ;
    font-size: 20px;
    transition: all 0.2s ease-in;
}
.menuIcn i:hover,
.menuIcn svg:hover  {
    color:#f8fb36 !important;
    font-size: 24px;
}
/* end an icone men */

#primary {
    margin-top:  0 !important;
}
.entry-header{
    display: none;
}
.coverP {
    width: 600px;
}
#coverBox {
    position: relative;
    overflow-x: hidden; /* altrimenti in mobile fa scorrere verso destra */
    padding: 15px;
    background: #ffffff;
}
#coverBox.coverBoxSecondVid {

    padding: 0;
}

.backgroundVid {
    background: linear-gradient(180deg, rgb(0 0 0 / 49%), #0000004a) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: calc(96vh - 50px);
    border-radius: 40px;
}
#homeVid {
    width: 100% !important;
    height: calc(96vh - 50px) !important;
    border-radius: 40px;
    object-fit: cover;
}
#ast-scroll-top {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.page-template-homepage .site-content .ast-container {
    display: contents;
}

.page-template-homepage #primary,
.page-template-homepage .entry-content {
    width: 100%;
    max-width: none;
}

.page-template-homepage #coverBox.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.ast-scroll-to-top-right {
    bottom: 5rem;
}

/* animazione overlay che segue il mouse  */
/* .overlayCover {
    position: absolute;
    width: 100%;
    border-radius: 40px;
    height: 100lvh;
    top: 0;
    left: 0;
    background-color: rgb(126, 16, 40);
    pointer-events: none;
    mask-image: radial-gradient(circle 400px at 50% 50%, transparent 150px, black 600px);
    -webkit-mask-image: radial-gradient(circle 400px at 50% 50%, transparent 150px, black 600px);
} 
@media only screen and (max-width: 1024px) {

    .overlayCover {
        display: none !important;
    }
}
*/

#ast-scroll-top {
    background-color: #e5d200;
    border-radius: 50%;
  
}

#noVisible { 
    font-size: 2px;
    margin: 0;
    opacity: 0.1;
}
#mainTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mainTitle h1,
#mainTitle h2,
#longWord {
    color: white;
    font-size: 7vw;
    text-align: center;
    /* font-family: 'Black Han Sans', sans-serif; */
    font-family: 'Poller One', cursive !important;
    margin-bottom: 0;
}
#mainTitlevid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mainTitlevid h1,
#longWord {
    color: white;
    font-size: 120px;
    text-align: center;
    /* font-family: 'Black Han Sans', sans-serif; */
    font-family: 'Poller One', cursive;
    margin-bottom: 0;
}
.outline {
    /*  -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px; */
    font-size: 7vw;
    /* font-family: 'Poller One', cursive; */
    position: relative; /*serve per l'icona scintilla*/
    font-style: italic !important;
    font-weight: 100 !important;
}
.outline svg{
     position: absolute;
    top: -2em;
    right: -2em;
    width: 55%;
    transform: rotate(33deg);
}

#claim p, #claim p span {

    text-align: center;
    font-size: 7vw;
    font-weight: 300;
    margin: 0;
    color: white;
    font-family: Lora, "Times New Roman", sans-serif !important;
    font-style: italic !important;
    font-weight: 100;
}
#claim p span{
    position: relative;
}

#claim p span svg {
   position: absolute;
    top: -2rem;
    right: -3rem;
    width: 6rem;
    height: 87%;
    transform: rotate(10deg);
}
#claim2 {
    font-size: 90px !important; 
    width: 1030px; 
    margin: 0 auto;
}
#claim2 p{
    font-size: 50px; 
    color:#fff; 
    text-align:center;
}
.freccia {
    width: 100%;
    position: relative;
}
.freccia a{
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}

.homecoverOverlay {
    position: absolute;
    inset: 15px;
    z-index: 1;
    pointer-events: none;
    border-radius: 40px;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.78) 0%, rgba(5, 17, 27, 0.42) 42%, rgba(5, 17, 27, 0.82) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.02) 52%);
}

#mainTitle.sportimeHomeCover {
    z-index: 2;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: 15px;
    width: auto;
    max-width: none;
    height: calc(96vh - 50px);
    transform: none;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: clamp(38px, 3.8vw, 78px);
}

.sportimeHomeCover .homecoverContent {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    align-items: end;
    gap: clamp(34px, 6vw, 120px);
}

.sportimeHomeCover .homecoverPrimary {
    min-width: 0;
}

#mainTitle.sportimeHomeCover h1,
#mainTitle.sportimeHomeCover h2 {
    max-width: 50rem;
    margin: 0 0 1.5rem;
    color: #fff;
    font-family: "Sequel", sans-serif !important;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    #mainTitle.sportimeHomeCover h1,
    #mainTitle.sportimeHomeCover h2 {
        font-size: 4.69rem;
    }
}

.sportimeHomeCover .homecoverActions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 1vw, 18px);
    margin-top: 0;
}

.sportimeHomeCover .homecoverBtn {
    min-width: 0;
    margin: 0;
    padding: clamp(15px, 1.35vw, 22px) clamp(24px, 2.8vw, 44px);
    border: clamp(2px, 0.18vw, 4px) solid rgba(255, 255, 255, 0.96);
    border-radius: 999px;
    color: #fff;
    font-size: clamp(16px, 1.25vw, 25px);
    line-height: 1;
    font-family: "Gravity", sans-serif !important;
    font-weight: 700;
    text-transform: none;
    white-space: nowrap;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.sportimeHomeCover .homecoverBtn:hover {
    transform: translateY(-2px);
}

.sportimeHomeCover .homecoverBtnPrimary {
     color: #000000 !important;
    background: #fbed51;
    border-color: #fbed51;
}

.sportimeHomeCover .homecoverBtnPrimary:hover {
    color: #000 !important;
    background: #b5f830;
    border-color: #b5f830;

}

.sportimeHomeCover .homecoverBtnGhost {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.sportimeHomeCover .homecoverBtnGhost:hover {
    color: #111 !important;
    background: #fbed51;
    border-color: #fbed51;
}

.sportimeHomeCover #claim.homecoverClaim {
    width: min(100%, 430px);
    margin: 0 0 2px auto;
}

.sportimeHomeCover #claim.homecoverClaim p,
.sportimeHomeCover #claim.homecoverClaim p span {
    margin: 0;
    color: #fff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(18px, 1.35vw, 28px) !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: 1.38;
    text-align: left;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
}

.sportimeHomeCover #claim.homecoverClaim p + p {
    margin-top: clamp(26px, 3vw, 56px);
}

.sportimeHomeCover #claim.homecoverClaim strong {
    color: inherit;
    font-family: "Gravity", sans-serif !important;
    font-size: inherit;
    font-style: normal;
    line-height: inherit;
    font-weight: 700;
}



@media(max-width: 1024px) {
    .sportimeHomeCover .homecoverContent {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sportimeHomeCover #claim.homecoverClaim {
        margin: 0;
        width: min(100%, 680px);
    }
}

@media(max-width: 768px) {
    .customMenuLink {
        color: #000;
        text-decoration: none;
        margin: 0 20px;
    }
    #homeVid,
    .backgroundVid {
        border-radius: 0;
    }
    .homecoverOverlay {
        inset: 0;
        border-radius: 0;
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.2) 0%, rgba(5, 17, 27, 0.84) 52%, rgba(5, 17, 27, 0.9) 100%);
    }
    #mainTitle.sportimeHomeCover {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        height: calc(96vh - 50px);
        padding: 92px 22px 32px;
    }
    #mainTitle.sportimeHomeCover h1,
    #mainTitle.sportimeHomeCover h2 {
        max-width: 29.1875rem;
        width: auto !important;
        margin: 0 0 1.5rem !important;
        font-size: 2.5rem !important;
    }
    .sportimeHomeCover .homecoverActions {
        width: 100%;
        gap: 10px;
    }
    .sportimeHomeCover .homecoverBtn {
        flex: 1 1 100%;
        border-width: 3px;
        padding: 14px 10px;
        font-size: clamp(14px, 4vw, 16px);
        text-align: center;
    }
    .sportimeHomeCover #claim.homecoverClaim p,
    .sportimeHomeCover #claim.homecoverClaim p span {
        font-size: 18px !important;
        line-height: 1.25;
    }
    .sportimeHomeCover #claim.homecoverClaim p + p {
        margin-top: 16px;
    }
    .main-header-bar-wrap {
        backdrop-filter: blur(5px); background: rgba(251, 237, 81, 0.56);
    }

    .menuIcn i {
        color: #fbed51 !important;
        margin: 0 30px !important;
    }
    #mainTitle {
        top: 55%;
    }
   
    #mainTitle h1,
    #mainTitle h2,
    .outline {
        font-size: 14vw!important;
        width: 90%;
        margin: 0 auto;
    }
    #mainTitlevid h1 {
        font-size: 11lvh;
    }
    #claim {
        width: 79%;
        margin: 0 auto;
    }
    #claim2 {
        width: 80% !important;
    }
    #claim2 p{
        font-size: 5lvh; 
    }
    #claim p{
        font-size: 48px !important;
    }
    #longWord {
        font-size: 45px;
        font-family: 'Poller One', cursive;
    }
    #coverBox {
        padding: 0;
    }
}

/* Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Inserisci qui i tuoi stili CSS */
  
  
    #par1 p, #par1 p>b{
        font-size: 80px;
    }
    
}



/* animazione scroll  */
.scrollBox {
    position: absolute;
    bottom: 96px;
    font-size: 20px;
    left: 245px;
    text-transform: uppercase;
}
.scrollBoxContatti {
    position: absolute;
    bottom: 96px;
    right: 186px;
    text-transform: uppercase;
}
.btnn {
    top: 0;left: 0;
    font-size: 26px;
	display: inline-block;
	min-width: 154px;
	text-decoration: none;
	margin-right: 50px;
	padding: 20px;
    color: #fff;
	position: relative;
	text-align: center;
    text-decoration: none !important;
    font-family: 'Poller One', cursive;
}
.btnn:hover {
    color: #f8fb36 !important;
}
/* per centrare l'animazione della matita per il testo scorri in basso */
.scorri svg {
    right: 71px !important;
    width: 194px !important;
}
.button-stroke,
.button-stroke2 {
    stroke-dasharray: 650px;
    stroke-dashoffset: 650px;
    stroke: #fbed51;
    stroke-width: 2;
    position: absolute;
    top: 50px;
    right: 25px;
    width: 160px;
    transition: stroke-dashoffset 800ms ease-out;
}
@media(max-width: 768px) {
    .scrollBoxContatti, .scrollBox {
        display: none;
    }
    .scorri{
        left: -60%;
        font-size: 20px;
        min-width: 272px;
    }
}
/* fine animazione scroll */



/* sezione testo e video */
#textVidBox {
    text-align: center;
    display: flex;
    justify-content: center;
    background-image: url(../../uploads/2024/03/mago.jpg);
    background-size: cover;
    position: relative;
}
.overImage {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;right: 0;bottom: 0;
}
#textVidBox #firstxt {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
}

#firstxt span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Poller One', cursive;

}
#firstxt a , #servCont a{
    text-transform: uppercase;
    text-decoration: none;
    color:#fbed51;
    
}

#homeTextDouble {
    padding-top: 5%;
    width: 45%;
    margin-right: 7%;
}
/* Tablet e iPad - Portrait e Landscape */
@media screen and (min-width: 768px) and (max-width: 1366px) {
    #homeTextDouble {
        width: 60vw !important;
    }

    .overImage {
        background-color: #e5e5e5bf;
        z-index: 1;
    }
    #textVidBox #firstxt {
       
        z-index: 2;
    }
    #homeTextDouble {
        width: 75vw !important;
    }
}


#spanvidtext{
    width: 100%;
    opacity: 1;
}
#spanvidtext h1{
    font-size: 65px;
    letter-spacing: 2px;
    line-height: 1;
}

#par1{
    text-align: left;
}
#par1 p, #par1 p>b{
    font-size: 2.7lvh;
}



@media(max-width: 768px) {
    #spanvidtext h1{
        font-size: 2.5em;
    }
    #textVidBox #firstxt {
        display: block;
        z-index: 3;
    }
    #textVidBox {
        /* text-align: center;
        display: flex;
        justify-content: center; */
        padding: 0;
        height: 117lvh !important;

       /*  height: 100lvh;
        background-image: url(../../uploads/2024/03/mago.jpg);
        background-size: cover; */
    }
    .overImage {
        background-color: #e5e5e5bf;
        z-index: 1;
    }
    #homeTextDouble {
        width: 85%;
        margin: 0 auto;
        font-size: 1em;
        height: 90lvh;
    }

    #par1{
        height: 100%;
    }
    #par1 p{
        margin-bottom: 1.6em;
        font-size: 2lvh;
        text-align: justify;
    }
}


.arrowIconBox {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#fbed51;
    color: white;
    border-radius: 50%;
}
#mainVid {
    max-width: 720px;
    max-height: 700px;
    margin-top: 90px;
    border-radius: 20px;
    /* pointer-events: none;   /* disabilita hover */ 
} 
#mainVid #video{
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
@media(max-width: 768px) {
    #mainVid {
        max-width: 330px;
    } 
}
/* fine sezione testo e video */





/* horizontal scrooll page */

.servizi-horizontal-page,
.page-template-servizi,
body.page-template-servizi {
    max-width: 100%;
    overflow-x: hidden;
}

#pagena {
    overflow:hidden;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    flex-wrap:nowrap;
    z-index: 9;
    width: 100%;
    max-width: 100vw;
}

#pagena2 {
 
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#CCC;
    display:flex;
    flex-wrap:nowrap;
    z-index: 3;
    width: 100%;
    max-width: 100vw;

}

.pane {
    flex:0 0 100vw;
    height:100vh;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    background-color: #ffffff;
}
.pane2 {
    flex:0 0 100vw;
    height:100vh;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    background-color: #ffffff;
}
@media(max-width: 768px) {
    .pane2 img {
        height: 100lvh !important;
        width: 100lvw;
        object-fit: cover;
    }
}
.firstB,
.firstBhome {
    height: 100%;
    width: 100%;
}
.firstB h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: white;
    font-size: 5rem;
    width: 90%;
    text-align: center;
}
.firstBhome h2 {
    font-size: 5rem;
}
.firstBhomeEls{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: white;
    width: 64%;
    text-align: center;
}
.leggiBut {
    
}
.firstB img,
.firstBhome img{
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.firstB2 {
    z-index: 1;
}
.paneText {
    height: 40%;
    width: 80%;
    border-radius: 20px 20px 0 0;
    position: absolute;
    padding: 40px;
    background: white;
    bottom: 0px;
    text-align: center;
    z-index: 4;
}
.paneText img{
    height: 49px;

}
.paneText p{
    font-size: 1.8lvh;

}

/* 2 */
.secondB,
.textandimg {
    height: 100%;
    width: 100%;
}
.secondB h2{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 4.5lvw;
    width: 90%;
    text-align: center;
}
.textMetaPag{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
}
.textMetaPag2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
}
.textMetaPag h2, .textMetaPag2 h2{
    font-size: 6vw;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
    word-wrap: break-word;
}
.secondB img{
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.testicontain {
    display: flex;
    justify-content: center;
    align-items: center;
}


.textandimg img{
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}


.doppioBoxTesti {
    top: 45%;
    position: absolute;
}
.moreBoxTesti {
    top: 45%;
    position: absolute;
    flex-wrap: wrap;
}
.moreBoxTesti2 {
    top: 30%;
    position: absolute;
    flex-wrap: wrap;
}
.moreBoxTesti3 {
    top: 18%;
    flex-wrap: wrap;
}
.singleBoxText {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 5;
    width: 50%;
    position: absolute;
}
.inernB2 {
    background: #ffffffe3;
    width: 40vw;
    border-radius: 10px;
    padding: 20px;
    z-index: 4;
}
.inernB3 {
    background: #ffffffe3;
    width: 41vw;
    height: 24vh;
    border-radius: 10px;
    padding: 20px;
    z-index: 4;
}
.inernB3 p{
    font-size: 1.3vw;
}
.inernB {
    background: #ffffffe3;
    width: 35%;
    border-radius: 10px;
    padding: 20px;
    z-index: 4;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 37%);
    z-index: 999;
    opacity: 0;
}


.pane  {
    background-color: #ffffff;
}



@media (max-width: 768px) {
    .overlay {
        opacity: 1;
    }
    .page-template-servizi .overlay {
        pointer-events: none;
    }
    .page-template-servizi #pagena,
    .page-template-servizi #pagena2 {
        z-index: 1;
    }
    .pane2 .tre, .pane2 .cinque{
        object-position: left;
    }

    .mobileTexts {
    
        max-width: 80% !important;
        text-align: center;
        right: 25px !important;
    }
    .mobileTexts h1{
        width: 100% !important;
        word-break: break-all;
        font-size: 30px!important;
    }
    .mobileTexts p {
        color: #fff !important;
        font-size: 2.4lvh;
    }
   /*  .mobileTexts h1{
        width: 100% !important;
        word-break: break-all;
        font-size: 2vw;

    } */


}



/* servizi home*/





/* servizi home*/


#boxServizi {
    overflow: hidden;
    padding: clamp(34px, 4vw, 56px) 0 clamp(54px, 6vw, 76px);
    background: #f3f1ed;
    border-radius: 0;
    position: relative;
    color: #181818;
}

#boxServizi::before {
    content: none;
}

#boxServ {
    width: min(100%, calc(100vw - 78px));
    margin: 0 auto;
}

.box-servizi__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 330px);
    align-items: start;
    gap: clamp(24px, 4vw, 72px);
}

.box-servizi__heading {
    max-width: min(100%, 880px);
}

.box-servizi__heading h2 {
    margin: 0;
    color: #161616;
    font-size: clamp(3.4rem, 6.1vw, 6.2rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
    max-width: none;
    text-wrap: pretty;
}

.box-servizi__heading-strong {
    font-weight: 800;
    max-width: 8.4ch;
}
#bordi_servizi {
    border-radius: 50px 50px 0 0;
    width: 100%;
    height: 80px;
    background: #f3f1ed;
    position: absolute;
    bottom: -37px;
    left: 0;

}

.box-servizi__heading-soft {
    margin-top: 0.04em !important;
    font-weight: 300;
    max-width: 10.6ch;
}

.box-servizi__summary {
    margin: 0;
    justify-self: end;
    max-width: 23rem;
    color: #191919;
    /* font-size: clamp(0.85rem, 0.9vw, 0.98rem); */
    font-size: clamp(0.85rem, 1.6vw, 1.98rem);
    line-height: 1.3;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.box-servizi__main-cta {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(28px, 3vw, 42px);
    padding: 18px 38px;
    background: #171717;
    border-radius: 999px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: clamp(1rem, 1.05vw, 1.12rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-decoration: none !important;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.box-servizi__main-cta:hover,
.box-servizi__main-cta:focus-visible {
    transform: translateY(-2px);
    background: #0d0d0d;
}

.box-servizi__rail-wrap {
    position: relative;
    margin-top: clamp(78px, 10vw, 80px);
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 12px;
    scrollbar-width: none;
}

.box-servizi__drag-hint {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(23, 23, 23, 0.92);
    color: #f3f1ed;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.box-servizi__drag-hint-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.88rem;
    letter-spacing: 0.18em;
}

.box-servizi__rail-wrap::-webkit-scrollbar {
    display: none;
}

.box-servizi__rail {
    display: flex;
    gap: clamp(56px, 8vw, 112px);
    min-width: max-content;
    padding-right: 16vw;
}

.box-servizi__step {
    position: relative;
    flex: 0 0 auto;
    width: max-content;
    min-width: clamp(310px, 30vw, 480px);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 clamp(28px, 3vw, 52px) 40px 0;
    border-bottom: 1px solid rgba(24, 24, 24, 0.14);
    color: #181818 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.box-servizi__step::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    width: min(248px, 48%);
    height: 2px;
    background: #161616;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

.box-servizi__step-number {
    margin-bottom: 10px;
    font-size: clamp(2rem, 2.2vw, 2.4rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #202020;
}

.box-servizi__step-title {
    display: block;
    color: #181818;
    font-size: clamp(4.5rem, 7.2vw, 7rem);
    line-height: 0.86;
    font-weight: 300;
    letter-spacing: -0.09em;
    white-space: nowrap;
}

.box-servizi__step-cta {
    position: absolute;
    left: 50%;
    bottom: 44px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 8px 8px 8px 30px;
    border-radius: 999px;
    background: #ecea57;
    color: #141414;
    font-size: clamp(0.9rem, 1vw, 1.06rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.22s ease;
}

.box-servizi__step-cta-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dede4d;
    flex-shrink: 0;
}

.box-servizi__step-cta-icon svg {
    width: 18px;
    height: 18px;
}

@media (hover: hover) and (pointer: fine) {
    .box-servizi__rail-wrap:hover .box-servizi__drag-hint,
    .box-servizi__rail-wrap:focus-within .box-servizi__drag-hint {
        opacity: 1;
        transform: translateY(0);
    }

    .box-servizi__step:hover::after,
    .box-servizi__step:focus-visible::after {
        transform: scaleX(1);
    }

    .box-servizi__step:hover .box-servizi__step-cta,
    .box-servizi__step:focus-visible .box-servizi__step-cta {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

@media (hover: none), (pointer: coarse) {
    .box-servizi__drag-hint {
        display: none;
    }

    .box-servizi__step::after {
        transition: none;
        transform: scaleX(0);
    }

    .box-servizi__step-cta {
        display: none;
    }
}

@media (max-width: 1024px) {
    .box-servizi__header {
        grid-template-columns: 1fr;
    }

    .box-servizi__summary {
        justify-self: start;
        max-width: 34rem;
        text-align: left;
    }

    .box-servizi__rail {
        gap: 52px;
    }
}

@media (max-width: 764px) {
    #boxServizi {
        padding: 34px 0 48px;
    }

    #boxServ {
        width: min(100%, calc(100vw - 30px));
    }

    .box-servizi__heading {
        max-width: 100%;
    }

    .box-servizi__heading h2 {
        max-width: none;
        font-size: clamp(2.5rem, 8.8vw, 4rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
        text-wrap: pretty;
    }

    .box-servizi__heading-strong,
    .box-servizi__heading-soft {
        max-width: none;
    }

    .box-servizi__main-cta {
        padding: 16px 28px;
        font-size: 0.95rem;
    }

    .box-servizi__rail-wrap {
        margin-top: 56px;
    }

    .box-servizi__step {
        width: max-content;
        min-width: 82vw;
        min-height: 180px;
        padding: 0 24px 28px 0;
    }

    .box-servizi__step-number {
        font-size: 1.7rem;
    }

    .box-servizi__step-title {
        font-size: clamp(3.4rem, 16vw, 5.5rem);
    }

}




/* servizi home*/

/* sezioni home in stile Agorespace */
.sportime-agora-fields,
.sportime-agora-commitment {
    background: #f3f3f3;
    color: #111111;
    position: relative;
}

.sportime-agora-shell {
    width: min(100%, calc(100vw - 78px));
    margin: 0 auto;
}
.bordi_tondi {
    position: absolute;
    height: 100px;
    width: 100%;
    top: -35px;
    border-radius: 30px 30px 0 0;
    background: #f3f3f3;
}


.sportime-agora-fields {
    padding: 65px 0 clamp(110px, 6vw, 190px);
}

.sportime-agora-fields h2,
.sportime-agora-commitment h2 {
    max-width: 12.8em;
    margin: 0 0 clamp(58px, 6vw, 90px);
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.65rem, 5.25vw, 5.9rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-agora-card {
    position: relative;
    min-height: clamp(520px, 52vw, 670px);
    margin-bottom: clamp(42px, 4.5vw, 70px);
    overflow: hidden;
    border-radius: 8px;
    isolation: isolate;
}

.sportime-agora-card:last-child {
    margin-bottom: 0;
}

.sportime-agora-card img,
.sportime-agora-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sportime-agora-card img {
    object-fit: cover;
    transform: scale(1.01);
}

.sportime-agora-card--wide img {
    object-position: center;
}

.sportime-agora-card__shade {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.62) 100%),
        linear-gradient(90deg, rgba(5, 5, 5, 0.28) 0%, rgba(5, 5, 5, 0.05) 45%, rgba(5, 5, 5, 0.24) 100%);
}

.sportime-agora-visit {
    position: absolute;
    top: clamp(26px, 3vw, 42px);
    right: clamp(26px, 3vw, 42px);
    z-index: 2;
    width: 226px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 22px;
    border-radius: 8px;
    background: rgba(247, 247, 247, 0.98);
    color: #111111;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.12);
}

.sportime-agora-visit span {
    color: #111111;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-agora-visit i {
    color: #111111 !important;
    font-size: 1.35rem;
    line-height: 1;
}

.sportime-agora-visit a {
    grid-column: 1 / -1;
    align-self: end;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111111 !important;
    font-size: clamp(0.98rem, 1.05vw, 1.12rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
}

.sportime-agora-visit b {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #050505;
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 0.6;
    transform: translateY(-1px);
}

.sportime-agora-card__content {
    position: absolute;
    left: clamp(34px, 4vw, 64px);
    right: clamp(34px, 4vw, 64px);
    bottom: clamp(32px, 3.6vw, 54px);
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
    color: #ffffff;
}

.sportime-agora-card__content span {
    width: fit-content;
    display: inline-flex;
    grid-column: 1 / -1;
    margin-bottom: 18px;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(13, 13, 13, 0.92);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-agora-card__content h3 {
    max-width: 820px;
    margin: 0;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.8rem, 3.2vw, 3.45rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-agora-card__content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 25px;
    border-radius: 5px;
    background: #ffffff;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.sportime-agora-card__content a:hover,
.sportime-agora-card__content a:focus-visible {
     color: #111 !important;
    background: #fbed51;
    transform: translateY(-2px);
}

/* sezione visione in stile Agorespace */
.sportime-vision {
    padding: clamp(54px, 5.6vw, 88px) 0 clamp(58px, 5.8vw, 92px);
    background: #ffffff;
    color: #111111;
}

.sportime-vision__shell {
    width: min(1180px, calc(100vw - 16vw));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
    gap: clamp(44px, 7.4vw, 118px);
    align-items: center;
}

.sportime-vision__media {
    height: clamp(500px, 82vh, 720px);
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}

.sportime-vision__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.sportime-vision__copy {
    max-width: 470px;
    padding-top: clamp(4px, 1.2vw, 18px);
}

.sportime-vision__eyebrow {
    margin: 0 0 clamp(34px, 4vw, 58px);
    color: #111111;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-vision h2 {
    max-width: 13.8em;
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.62rem, 2.08vw, 2.95rem);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-vision__copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin-top: clamp(32px, 3.8vw, 52px);
    padding: 18px 30px;
    background: #151515;
    color: #ffffff !important;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.sportime-vision__copy a:hover,
.sportime-vision__copy a:focus-visible {
    background: #e94016;
    transform: translateY(-2px);
}

.sportime-agora-commitment {
    padding: 50px;
    text-align: center;
}

.sportime-agora-commitment h2 {
    max-width: 13.6em;
    margin: 0 auto clamp(36px, 4vw, 58px);
}

.sportime-agora-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(10px, 1.35vw, 18px);
}

.sportime-agora-chips span {
    min-width: clamp(105px, 10vw, 152px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(56px, 5vw, 74px);
    padding: 14px 24px;
    border-radius: 999px;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1rem, 1.35vw, 1.45rem);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transform: rotate(-4deg);
}

.sportime-agora-chips span:nth-child(1),
.sportime-agora-chips span:nth-child(4) {
    background: #2f6c47;
}

.sportime-agora-chips span:nth-child(2),
.sportime-agora-chips span:nth-child(5) {
    background: #e7dec1;
    color: #171717;
}

.sportime-agora-chips span:nth-child(3),
.sportime-agora-chips span:nth-child(6) {
    background: #4677c9;
}

.sportime-agora-chips span:nth-child(even) {
    transform: rotate(-4deg) translateY(8px);
}

.sportime-agora-chips span:nth-child(3n) {
    transform: rotate(6deg) translateY(2px);
}

/* sezione metodo scuola calcio */
.sportime-method {
    padding: clamp(78px, 8vw, 124px) 0 clamp(82px, 8vw, 128px);
    background: #ffffff;
    color: #050505;
}

.sportime-method__shell {
    width: min(1540px, calc(100vw - 13vw));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.78fr);
    gap: clamp(58px, 10vw, 178px);
    align-items: start;
}

.sportime-method__left {
    position: relative;
}

.sportime-method h2 {
    max-width: 10.4em;
    margin: 0 0 clamp(32px, 3.5vw, 48px);
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(3.55rem, 4.95vw, 7rem);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-method__arrow {
    position: absolute;
    right: clamp(22px, 5vw, 86px);
    bottom: clamp(70px, 5vw, 92px);
    width: clamp(74px, 7.5vw, 122px);
    color: #6f97bd;
    transform: rotate(-6deg);
    pointer-events: none;
}

.sportime-method__arrow svg {
    width: 100%;
    height: auto;
    display: block;
}

.sportime-method__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 10px;
    max-width: 660px;
}

.sportime-method__chips span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 22px;
    border: 1px solid #dddfe4;
    border-radius: 999px;
    color: #303030;
    font-size: clamp(0.98rem, 1.05vw, 1.22rem);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.sportime-method__right {
    display: grid;
    gap: clamp(42px, 4.4vw, 70px);
    padding-top: clamp(2px, 0.55vw, 10px);
}

.sportime-method__right article {
    max-width: 720px;
}

.sportime-method__right h3 {
    max-width: 13.2em;
    margin: 0 0 18px;
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.78rem, 2.25vw, 2.85rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-method__right p,
.sportime-method__right strong {
    color: #303030;
    font-size: clamp(1.12rem, 1.32vw, 1.52rem) !important;
    font-weight: 400;
    line-height: 1.34;
}

.sportime-method__right p {
    margin: 0;
}

.sportime-method__right strong {
    color: #050505;
    font-weight: 900;
}

/* sezione traguardi in stile Agorespace */
.sportime-achievements {
    --achievement-black: #fbed51;
    --achievement-white: #f7f7f7;
    padding: clamp(82px, 8vw, 132px) 0 clamp(96px, 9vw, 150px);
    background: var(--achievement-black);
    color: #111111;
    overflow: hidden;
}

.sportime-achievements__shell {
    width: min(1380px, calc(100vw - 12vw));
    margin: 0 auto;
}

.sportime-achievements__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
    margin-bottom: clamp(46px, 5vw, 68px);
}

.sportime-achievements__head h2 {
    max-width: 10.8em;
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(3.1rem, 5.9vw, 6.9rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-achievements__head a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
}

.sportime-achievements__head a span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    font-size: 1.75rem;
    line-height: 0.7;
}

.sportime-achievements__stage {
    position: relative;
    max-width: calc(100% - clamp(72px, 6vw, 104px));
    opacity: 0;
    transform: translateY(46px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.sportime-achievements__stage.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sportime-achievements__stack {
    position: relative;
    min-height: clamp(420px, 36vw, 545px);
}

.sportime-achievements__stack::before,
.sportime-achievements__stack::after {
    content: "";
    position: absolute;
    left: -22px;
    right: 34px;
    bottom: -30px;
    height: 100%;
    border-radius: 12px;
    background: rgba(17, 17, 17, 0.18);
    transform: translate(-12px, 12px);
}

.sportime-achievements__stack::after {
    left: -8px;
    right: 18px;
    bottom: -16px;
    background: rgba(17, 17, 17, 0.11);
    transform: translate(-6px, 6px);
}

.sportime-achievement-card {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(270px, 0.42fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(34px, 5vw, 100px);
    padding: clamp(16px, 1.7vw, 24px);
    border-radius: 12px;
    background: var(--achievement-white);
    color: #111111;
    opacity: 0;
    pointer-events: none;
    transform: translateY(44px) scale(0.985);
    transition: opacity 0.46s ease, transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.sportime-achievement-card.is-active {
    z-index: 4;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.sportime-achievement-card.is-leaving-up {
    transform: translateY(-46px) scale(0.985);
}

.sportime-achievement-card.is-leaving-down {
    transform: translateY(46px) scale(0.985);
}

.sportime-achievement-card__image {
    height: 100%;
    min-height: clamp(355px, 27vw, 495px);
    overflow: hidden;
    border-radius: 8px;
}

.sportime-achievement-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sportime-achievement-card__body {
    max-width: 710px;
    padding-right: clamp(18px, 3vw, 60px);
}

.sportime-achievement-card__count {
    margin: 0 0 clamp(24px, 2.8vw, 38px);
    color: #111111;
    font-size: clamp(0.9rem, 1vw, 1.08rem) !important;
    font-weight: 900;
    line-height: 1;
}

.sportime-achievement-card h3 {
    max-width: 12.2em;
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.9rem, 3.25vw, 3.95rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-achievement-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 4.5vw, 76px);
    margin: clamp(30px, 3.8vw, 50px) 0 26px;
}

.sportime-achievement-card__meta div {
    display: grid;
    gap: 13px;
}

.sportime-achievement-card__meta i {
    color: #111111 !important;
    font-size: clamp(1.12rem, 1.55vw, 1.55rem);
    line-height: 1;
}

.sportime-achievement-card__meta span {
    color: #111111;
    font-size: clamp(0.9rem, 0.98vw, 1.08rem);
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
}

.sportime-achievement-card__body > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 16px 28px;
    background: #151515;
    color: #ffffff !important;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.92rem, 1vw, 1.08rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.sportime-achievement-card__body > a:hover,
.sportime-achievement-card__body > a:focus-visible {
     color: #111 !important;
    background: #fbed51;
    transform: translateY(-2px);
}

.sportime-achievements__controls {
    position: absolute;
    top: 50%;
    right: calc(clamp(50px, 4vw, 62px) * -1 - clamp(22px, 3vw, 38px));
    z-index: 6;
    display: grid;
    gap: 12px;
    transform: translateY(-50%);
}

.sportime-achievements__controls button {
    width: clamp(50px, 4vw, 62px);
    height: clamp(50px, 4vw, 62px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    cursor: pointer;
    font-size: clamp(1.35rem, 1.65vw, 1.75rem);
    font-weight: 900;
    line-height: 1;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.sportime-achievements__controls button:hover,
.sportime-achievements__controls button:focus-visible {
    background: #ffffff;
    color: #111111;
    transform: scale(1.06);
}

/* sezione finale prima del footer */
.sportime-final-note {
    position: relative;
    z-index: 1;
    padding: clamp(24px, 2.4vw, 46px) clamp(16px, 1.5vw, 28px) 0;
    background: #f3f3f3;
    color: #111111;
}

.sportime-final-note__shell {
    min-height: clamp(300px, 21vw, 390px);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
    gap: clamp(52px, 6vw, 104px);
    align-items: start;
    padding: clamp(38px, 4vw, 64px) clamp(34px, 3.8vw, 68px) clamp(88px, 8vw, 124px);
    border: 2px solid #242424;

    border-radius: clamp(36px, 3.9vw, 58px);
    background: #ffffff;
}

.sportime-final-note h2 {
    max-width: 10.4em;
    margin: 0;
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.6rem, 4.45vw, 5.5rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-final-note__copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 3vw, 48px);
}

.sportime-final-note__copy p {
    margin: 0;
    color: #333333;
    font-size: clamp(1.08rem, 1.25vw, 1.46rem) !important;
    font-weight: 400;
    line-height: 1.22;
}

.page-template-homepage .sportime-final-note + .site-footer,
.page-template-homepage .sportime-final-note + footer,
.page-template-homepage #footbs {
    margin-top: 0 !important;
}

.page-template-homepage #footbs {
    padding-top: 0;
}

@media (max-width: 1024px) {
    .sportime-agora-card__content {
        grid-template-columns: 1fr;
    }

    .sportime-agora-card__content a {
        justify-self: start;
    }

    .sportime-vision__shell {
        width: min(100%, calc(100vw - 54px));
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sportime-vision__media {
        height: clamp(420px, 62vh, 560px);
    }

    .sportime-vision__copy {
        max-width: 720px;
        padding-top: 0;
    }

    .sportime-vision__eyebrow {
        margin-bottom: 28px;
    }

    .sportime-vision h2 {
        font-size: clamp(1.85rem, 5.2vw, 3rem);
    }

    .sportime-achievements__shell {
        width: min(100%, calc(100vw - 42px));
    }

    .sportime-achievements__stage {
        max-width: calc(100% - 74px);
    }

    .sportime-achievements__head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .sportime-achievement-card {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sportime-achievement-card__image {
        min-height: 270px;
    }

    .sportime-achievement-card__body {
        padding: 0 clamp(10px, 3vw, 24px) clamp(20px, 4vw, 34px);
    }

    .sportime-achievements__stack {
        min-height: 710px;
    }

    .sportime-achievements__controls {
        top: auto;
        right: 18px;
        bottom: -80px;
        grid-template-columns: repeat(2, auto);
        transform: none;
    }

    .sportime-method__shell {
        width: min(100%, calc(100vw - 44px));
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .sportime-method h2 {
        font-size: clamp(3.2rem, 9.2vw, 5.8rem);
    }

    .sportime-method__arrow {
        right: 8vw;
        bottom: 54px;
    }

    .sportime-final-note__shell {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .sportime-final-note__copy {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 764px) {
    .sportime-agora-shell {
        width: min(100%, calc(100vw - 30px));
    }

    .sportime-agora-fields {
        padding: 70px 0 94px;
    }

    .sportime-agora-fields h2,
    .sportime-agora-commitment h2 {
        font-size: clamp(2.3rem, 10.8vw, 3.8rem);
    }

    .sportime-agora-card {
        min-height: 620px;
    }

    .sportime-agora-visit {
        top: 18px;
        right: 18px;
        left: 18px;
        width: auto;
        min-width: 0;
        min-height: 135px;
    }

    .sportime-agora-card__content {
        left: 20px;
        right: 20px;
        bottom: 22px;
        gap: 18px;
    }

    .sportime-agora-card__content h3 {
        font-size: clamp(1.65rem, 8vw, 2.7rem);
    }

    .sportime-agora-card__content a {
        width: 100%;
    }

    .sportime-vision {
        padding: 48px 0 64px;
    }

    .sportime-vision__shell {
        width: min(100%, calc(100vw - 30px));
        gap: 30px;
    }

    .sportime-vision__media {
        height: min(64vh, 430px);
    }

    .sportime-vision__eyebrow {
        margin-bottom: 28px;
        font-size: 0.78rem !important;
    }

    .sportime-vision h2 {
        font-size: clamp(1.55rem, 6.9vw, 2.18rem);
        line-height: 0.98;
    }

    .sportime-vision__copy a {
        width: 100%;
        margin-top: 34px;
    }

    .sportime-agora-commitment {
        padding: 92px 0 132px;
    }

    .sportime-agora-chips {
        align-items: center;
        flex-direction: column;
    }

    .sportime-agora-chips span {
        width: min(100%, 260px);
    }

    .sportime-method {
        padding: 70px 0 86px;
    }

    .sportime-method__shell {
        width: min(100%, calc(100vw - 30px));
        gap: 42px;
    }

    .sportime-method h2 {
        font-size: clamp(2.55rem, 11vw, 3.75rem);
    }

    .sportime-method__arrow {
        position: static;
        width: 96px;
        margin: -20px 12% 20px auto;
    }

    .sportime-method__chips span {
        min-height: 46px;
        padding: 10px 18px;
        font-size: 1rem;
    }

    .sportime-method__right {
        gap: 38px;
    }

    .sportime-method__right h3 {
        font-size: clamp(1.65rem, 7vw, 2.25rem);
    }

    .sportime-method__right p,
    .sportime-method__right strong {
        font-size: 1.08rem !important;
    }

    .sportime-achievements {
        padding: 72px 0 126px;
    }

    .sportime-achievements__shell {
        width: min(100%, calc(100vw - 30px));
    }

    .sportime-achievements__stage {
        max-width: 100%;
    }

    .sportime-achievements__head h2 {
        font-size: clamp(2.75rem, 12vw, 4.15rem);
    }

    .sportime-achievements__stack {
        min-height: 690px;
    }

    .sportime-achievements__stack::before,
    .sportime-achievements__stack::after {
        left: 10px;
        right: 10px;
    }

    .sportime-achievement-card {
        padding: 14px;
    }

    .sportime-achievement-card__image {
        min-height: 220px;
    }

    .sportime-achievement-card h3 {
        font-size: clamp(1.72rem, 7.8vw, 2.45rem);
    }

    .sportime-achievement-card__count {
        margin-bottom: 20px;
    }

    .sportime-achievement-card__meta {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 24px 0 22px;
    }

    .sportime-achievement-card__body > a {
        width: 100%;
    }

    .sportime-final-note {
        padding: 26px 12px 0;
    }

    .sportime-final-note__shell {
        min-height: 0;
        padding: 32px 22px 66px;
        border-width: 2px;
        border-radius: 30px;
    }

    .sportime-final-note h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .sportime-final-note__copy {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sportime-final-note__copy p {
        font-size: 1.06rem !important;
        line-height: 1.28;
    }

}

.coverBvideo {
    background-image: linear-gradient(to bottom, #212121 50%, #e7e5e3 50%); /* Imposta i colori del gradiente */

}
#error{
    width: 700px;
    margin: 0 auto;
}

/* loader */
.loader{
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
    width: 100%;
    height: 100vh;
}
.page-transition{
    position: absolute;
    top: 0;
    background-color: #fbed51;
    width: 100%;
    height: 0%;
}
/* load end */


/* portfolio clienti */




.hanno-scelto {
    padding: 4rem 0;
}
  
.hanno-scelto h2 {
  margin-bottom: 3rem;

}
.hanno-scelto h2 span{
  font-weight: 600;
}
  
.logo-card {
    padding: 1.5rem;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
  
.logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
  
.logo-card img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}




.haveIdea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px 0;
    align-items: center;
}
.haveIdea h2{
    color: #fbed51;
    font-size: 60px;
    width: 80vw;
    text-align: center;
    margin: 0 auto;
}
.haveIdea a{
    color: #191919;
    text-decoration: none !important;
}

/*  */
.selWorks {
    color: #fbed51;
    position: relative;
    width: 30%;
    margin: 0 auto;
/*     transform: scaleY(1.4); */
}
.selWorks p{
    position: absolute;
    top: 36px;
    right: 20px;
    transform: none;
}

#clienti {
    padding: 70px 0;
}
#clienti h1, #clienti a{
    margin: 0;
    color: #191919;
    text-decoration: none;
    text-align: center !important;
}
#clienti a:hover {
    text-decoration: underline;
    color: #e50d53;
}

/* modale immagini */
/* Wrapper principale della modale portfolio: tiene l'overlay sopra header e contenuti fissi. */
.works-modal {
    --works-pink: #fbed51;
    --works-black: #050505;
    z-index: 10050;
}

/* Porta la caption sopra lo sfondo/overlay della modale. */
#worksModalCaption {
    z-index: 2;
}

/* Rimuove i margini Bootstrap per avere una modale fullscreen effettiva. */
.works-modal .modal-dialog {
    margin: 0;
}

/* Superficie della modale: fullscreen, senza bordi, con sfondo scuro e accento Sportime. */
.works-modal .modal-content {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background:
        radial-gradient(circle at top left, rgba(251, 237, 81, 0.24), transparent 30%),
        linear-gradient(135deg, rgba(5, 5, 5, 0.98), rgba(25, 25, 25, 0.95));
}

/* Testata della modale: contatore, titolo e spazio riservato al bottone X. */
.works-modal-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 24px clamp(96px, 9vw, 132px) 16px clamp(22px, 4vw, 64px);
    position: relative;
    z-index: 2;
}

/* Permette ai titoli lunghi di restringersi senza rompere il layout. */
.works-modal-topbar > div {
    min-width: 0;
}

/* Contatore del media corrente, per esempio 1 / 3. */
.works-modal-kicker {
    color: var(--works-pink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 0 0 12px;
    text-transform: uppercase;
}

/* Titolo del lavoro aperto in modale. overflow-wrap evita tagli sui nomi lunghi. */
.works-modal-title {
    color: #ffffff;
    font-size: clamp(24px, 3.1vw, 32px);
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
    max-width: 880px;
    overflow-wrap: anywhere;
}

/* Pulsante di chiusura fisso, sempre raggiungibile anche con titoli molto lunghi. */
.works-modal-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 36px;
    height: 52px;
    justify-content: center;
    line-height: 1;
    position: fixed;
    right: clamp(22px, 4vw, 64px);
    top: 24px;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    width: 52px;
    z-index: 10060;
}

/* Feedback visivo quando l'utente passa o arriva con focus sulla X. */
.works-modal-close:hover,
.works-modal-close:focus {
    background: var(--works-pink);
    border-color: var(--works-pink);
    color: #050505;
    transform: rotate(90deg);
}

/* Area centrale: freccia sinistra, media corrente, freccia destra. */
.works-modal-stage {
    align-items: center;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    gap: clamp(10px, 2vw, 24px);
    min-height: 0;
    padding: 8px clamp(14px, 3vw, 48px) 0;
}

/* Cornice stabile per immagini/video, con bordo sottile e ombra. */
.works-modal-media-wrap {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    display: flex;
    height: min(70vh, 780px);
    justify-content: center;
    overflow: hidden;
    position: relative;
}

/* Media della modale: contain preserva proporzioni senza tagliare il contenuto. */
.works-modal-media {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

/* Sfondo nero dietro i video per evitare flash chiari durante il caricamento. */
video.works-modal-media {
    background: #000000;
}

/* Frecce per scorrere i media del lavoro corrente. */
.works-modal-nav {
    align-items: center;
    background: rgba(251, 237, 81, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #050505;
    cursor: pointer;
    display: inline-flex;
    font-size: 42px;
    height: 60px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: background 0.2s ease, transform 0.2s ease;
    width: 60px;
}

.works-modal-nav span {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: 1;
    font-size: 4rem;
    transform: translateY(-7px);
    width: 100%;
}

/* Hover/focus delle frecce. */
.works-modal-nav:hover,
.works-modal-nav:focus {
    background: #ffffff;
    color: #050505;
    transform: scale(1.06);
}

/* Se c'e' un solo media le frecce diventano invisibili e non cliccabili. */
.works-modal-nav[hidden] {
    display: inline-flex !important;
    opacity: 0;
    pointer-events: none;
}

/* Footer della modale: descrizione lavoro e pallini gallery. */
.works-modal-footer {
    align-items: center;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    padding: 18px clamp(22px, 4vw, 64px) 34px;
}

/* Testo descrittivo nel footer. */
.works-modal-footer p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

/* Contenitore dei pallini per navigare direttamente tra i media. */
.works-modal-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

/* Singolo pallino gallery. */
.works-modal-dots button {
    background: rgba(255, 255, 255, 0.36);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 9px;
    padding: 0;
    transition: background 0.2s ease, width 0.2s ease;
    width: 9px;
}

/* Pallino attivo: piu' lungo e colorato con l'accento del sito. */
.works-modal-dots button.is-active {
    background: var(--works-pink);
    width: 34px;
}

/* fine modale immagini*/

.imgBoxCont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px;
}
.imgbox {
    margin: 0;padding: 0;
    height: 300px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 5px solid white;
    z-index: 1;
}
.imgbox img{
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
}
/* Le anteprime video nella griglia seguono le stesse regole delle immagini. */
.imgbox video{
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
}
/* Hover comune per immagini e video: zoom e blur sotto al titolo. */
.imgbox:hover img,
.imgbox:hover video{
    transform: scale(1.2); /* Puoi regolare il valore per l'ingrandimento desiderato */
    filter: blur(2px);
}



.text-hover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    padding: 33px;
    text-align: justify;
    font-size: 16px;
    pointer-events: none;/* Per evitare che il testo interferisca con il passaggio del mouse */
    color: #ffffff;
}
.text-hover h6{
text-align: center;
}

.imgbox:hover .text-hover{
    opacity: 1;
    z-index: 2;
}
.imgbox:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64); /* Colore bianco con opacità 0.5 */
    z-index: 1;
}

/* clients slider  */




    /* loghi socrrevoli client */
     .hanno-scelto {
            padding: 80px 0;
            overflow: hidden;
        }
        
        .hanno-scelto h2 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 0;
            
            letter-spacing: 2px;
        }
        
        .logo-slider-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 40px 0;
            border-right: 1px solid white;
            border-left: 1px solid white;
        }
        
        .logo-slider {
            display: flex;
            align-items: center;
            gap: 60px;
            width: max-content;
        }
        
        .logo-item {
            flex-shrink: 0;
            width: 180px;
            height: 120px;
            background: white;
            border-radius: 15px;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .logo-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(251, 237, 81, 0.28);
        }
        
        .logo-item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            /* filter: grayscale(100%); */
            transition: filter 0.3s ease;
        }
        
        .logo-item:hover img {
            filter: grayscale(0%);
        }
        
        .haveIdea {

            padding: 100px 20px;
            text-align: center;
            color: white;
        }
        
        .haveIdea h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 40px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        
        .flexButton {
            cursor: pointer;
        }
    
        
        .arrowIconBox {
            margin-right: 10px;
            display: flex;
            align-items: center;
        }
        
        .arrowIconBox svg {
            width: 24px;
            height: 24px;
        }
        
        @media (max-width: 768px) {
            .hanno-scelto h2 {
                font-size: 1.8rem;
            }
            
            .logo-item {
                width: 140px;
                height: 100px;
            }
            
            .haveIdea h2 {
                font-size: 2rem;
            }
        }
    /* loghi socrrevoli client */




/* fine client slider  */

.clientiContainer {
    overflow: hidden;
    padding: 0 0 70px 0;
}

.slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
}
/* .slider:hover {
    animation: slidein 100s linear infinite;
    white-space: nowrap;
} */
.logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
}
.logos a img{
    width: 200px ;
    min-width: 40px;
}
.fab {
    width: calc(100% / 5);
    animation: fade-in 0.5s 
    cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}

/* Prenotazione campi */
.sportime-booking-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.sportime-booking-shell {
    width: min(1180px, calc(100vw - 10vw));
    margin: 0 auto;
}

.sportime-booking-hero {
    position: relative;
    min-height: clamp(430px, 72vh, 760px);
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.sportime-booking-hero > img,
.sportime-booking-hero__shade {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 40px;
}

.sportime-booking-hero > img {
    object-fit: cover;
    object-position: center 45%;
}

.sportime-booking-hero__shade {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.82) 0%, rgba(5, 17, 27, 0.3) 48%, rgba(5, 17, 27, 0.76) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.08) 60%);
}

.sportime-booking-hero__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    gap: clamp(32px, 5vw, 90px);
    align-items: end;
    min-height: calc(clamp(430px, 72vh, 760px) - 30px);
    padding: clamp(36px, 4vw, 72px);
    color: #ffffff;
}

.sportime-booking-hero__content > div:first-child p:first-child,
.sportime-booking-section-head p,
.sportime-booking-main__copy > p,
.sportime-booking-embed__head p {
    margin: 0 0 18px;
    color: #fbed51;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-booking-hero h1 {
    max-width: 10.5em;
    margin: 0;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(3.1rem, 6.8vw, 8rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-booking-hero__claim {
    width: min(100%, 430px);
    margin: 0 0 4px auto;
}

.sportime-booking-hero__claim p {
    margin: 0 0 clamp(22px, 3vw, 34px);
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.02rem, 1.25vw, 1.42rem) !important;
    font-weight: 400;
    line-height: 1.32;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
}

.sportime-booking-hero__claim a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 6px;
    background: #fbed51;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.sportime-booking-hero__claim a:hover,
.sportime-booking-hero__claim a:focus-visible {
    background: #e94016;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.sportime-booking-fields,
.sportime-booking-main {
    padding: clamp(82px, 8vw, 128px) 0;
}

.sportime-booking-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(18px, 2vw, 28px);
    margin-bottom: clamp(34px, 4vw, 64px);
}

.sportime-booking-section-head p {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 2px 8px 3px;
    background: #fbed51;
    color: #000000;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.85rem, 3.1vw, 3.4rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-booking-section-head h2,
.sportime-booking-main__copy h2,
.sportime-booking-embed__head h2 {
    margin: 0;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.18rem, 1.8vw, 2rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
    text-transform: none;
}

.sportime-booking-section-head h2 {
    max-width: 760px;
}

.sportime-booking-fields__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 30px);
}

.sportime-booking-field-card {
    position: relative;
    display: flex;
    min-height: 310px;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(24px, 3vw, 38px);
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}



.sportime-booking-field-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(17, 17, 17, 0.12);
}

.sportime-booking-field-card span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: clamp(30px, 4vw, 60px);
    padding: 9px 12px;
    background: #111111;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-booking-field-card h3 {
    margin: 0 0 14px;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.35rem, 1.85vw, 2.1rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-booking-field-card p,
.sportime-booking-main__copy li,
.sportime-booking-admin-notice p {
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
    font-weight: 400;
    line-height: 1.45;
}

.sportime-booking-main {
    scroll-margin-top: 150px;
    position: relative;
    background:
        radial-gradient(circle at 88% 18%, rgba(251, 237, 81, 0.12) 0 12%, transparent 28%),
        linear-gradient(135deg, #0d1f33 0%, #142f48 52%, #0d1b2d 100%);
    color: #ffffff;
    overflow: hidden;
}

.sportime-booking-main::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 78%);
}

.sportime-booking-main__shell {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1280px, calc(100vw - 8vw));
    grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
}

.sportime-booking-main__copy {
    position: sticky;
    top: 120px;
}

.sportime-booking-main__copy > p {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 2px 8px 3px;
    background: #fbed51;
    color: #000000;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.5rem, 2.4vw, 2.9rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
}

.sportime-booking-main__copy h2 {
    max-width: 8.5em;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.25rem, 3.65vw, 4.55rem);
    font-weight: 400;
    line-height: 0.96;
    text-transform: uppercase;
}

.sportime-booking-main__copy ul {
    display: grid;
    gap: 12px;
    margin: clamp(22px, 3vw, 36px) 0 0;
    padding: 0;
    list-style: none;
}

.sportime-booking-main__copy li {
    position: relative;
    padding-left: 24px;
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.82);
}

.sportime-booking-main__copy li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 9px;
    height: 9px;
    background: #e94016;
}

.sportime-booking-main__form,
.sportime-booking-embed {
    min-width: 0;
}

.sportime-booking-main__form {
    width: 100%;
}

.sportime-booking-embed {
    position: relative;
    padding: clamp(24px, 3vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: #edf5ff;
    box-shadow: 0 36px 90px rgba(3, 12, 24, 0.42);
    overflow: hidden;
}

.sportime-booking-embed::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: #fbed51;
}

.sportime-booking-embed__head {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: clamp(20px, 2.6vw, 32px);
}

.sportime-booking-embed__head p {
    color: #111111;
}

.sportime-booking-embed__head h2 {
    max-width: 720px;
    color: #10243a;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.5rem, 2.05vw, 2.65rem);
    font-weight: 400;
    line-height: 0.98;
    text-transform: uppercase;
}

.sportime-booking-timetics {
    position: relative;
    z-index: 1;
    min-height: 220px;
    padding: clamp(16px, 2vw, 28px);
    background: #ffffff;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(16, 36, 58, 0.08);
}

.sportime-booking-timetics .timetics-shortcode-wrapper,
.sportime-booking-timetics .timetics-category-wrapper {
    color: #10243a;
    font-family: "Gravity", sans-serif !important;
}

.sportime-booking-timetics .ant-card,
.sportime-booking-timetics .tt-meeting-card {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.sportime-booking-timetics .ant-card-body {
    padding: 0 !important;
}

.sportime-booking-timetics .tt-section-title {
    display: flex;
    align-items: center;
    min-height: 36px;
    margin-bottom: 18px !important;
    color: #10243a;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.2rem, 1.6vw, 1.8rem) !important;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-booking-timetics .tt-single-meeting {
    position: relative;
    margin: 0 0 14px !important;
    padding: clamp(18px, 2vw, 24px) clamp(18px, 2.2vw, 28px) !important;
    border: 1px solid rgba(16, 36, 58, 0.12);
    border-left: 8px solid #fbed51;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 36, 58, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sportime-booking-timetics .tt-single-meeting:hover {
    border-color: rgba(16, 36, 58, 0.24);
    box-shadow: 0 18px 42px rgba(16, 36, 58, 0.12);
    transform: translateY(-2px);
}

.sportime-booking-timetics .tt-meeting-flex {
    gap: 14px;
    align-items: flex-start;
}

.sportime-booking-timetics .tt-meeting-title {
    margin-bottom: 6px;
    color: #10243a;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.05rem, 1.25vw, 1.3rem) !important;
    font-weight: 900;
    line-height: 1.1;
}

.sportime-booking-timetics .tt-meeting-sub-title {
    max-width: 46ch;
    color: rgba(16, 36, 58, 0.72);
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.05rem) !important;
    line-height: 1.35;
}

.sportime-booking-timetics .tt-meeting-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #10243a;
    color: #fbed51;
    font-family: "Gravity", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 900;
    line-height: 1;
}

.sportime-booking-timetics button,
.sportime-booking-timetics .ant-btn {
    border-radius: 6px !important;
    font-family: "Gravity", sans-serif !important;
    font-weight: 900 !important;
}

.sportime-booking-timetics .ant-btn-primary {
    border-color: #fbed51 !important;
    background: #fbed51 !important;
    color: #111111 !important;
}

.sportime-booking-timetics .sportime-timetics-email-note {
    margin: 0 0 8px;
    color: rgba(16, 36, 58, 0.74);
    font-family: "Gravity", sans-serif !important;
    font-size: 0.92rem;
    line-height: 1.35;
}

body.page-template-prenota-campo .ant-notification {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    z-index: 10020 !important;
    width: min(520px, calc(100vw - 32px));
    margin: 0 !important;
    transform: translate(-50%, -50%);
}

body.page-template-prenota-campo .ant-notification .ant-notification-notice {
    width: 100% !important;
    max-width: none !important;
    min-height: 112px;
    padding: 28px 54px 28px 30px !important;
}

body.page-template-prenota-campo .ant-notification .ant-notification-notice-wrapper {
    transform: translateY(-50%) !important;
}

body.page-template-prenota-campo .ant-notification .ant-notification-notice-message {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.45 !important;
}

@media (max-width: 600px) {
    body.page-template-prenota-campo .ant-notification {
        width: calc(100vw - 24px);
    }

    body.page-template-prenota-campo .ant-notification .ant-notification-notice {
        min-height: 132px;
        padding: 30px 48px 30px 24px !important;
    }

    body.page-template-prenota-campo .ant-notification .ant-notification-notice-message {
        font-size: 20px !important;
        line-height: 1.5 !important;
    }
}

.sportime-booking-admin-notice {
    padding: 18px;
    border-left: 6px solid #e94016;
    background: #fff8d2;
    color: #111111;
}

.sportime-booking-admin-notice strong {
    display: block;
    margin-bottom: 8px;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 900;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* Checkout WooCommerce */
body.woocommerce-checkout {
    background: #f3f3f3 !important;
}

body.woocommerce-checkout .site-content .ast-container {
    display: block;
    width: min(1180px, calc(100vw - 8vw));
    max-width: none;
    margin: 0 auto;
    padding: clamp(160px, 16vw, 220px) 0 clamp(72px, 8vw, 120px);
}

body.admin-bar.woocommerce-checkout .site-content .ast-container {
    padding-top: clamp(180px, 17vw, 240px);
}

body.woocommerce-checkout #primary {
    margin: 0 !important;
}

body.woocommerce-checkout .entry-header {
    display: none;
}

body.woocommerce-checkout .entry-content {
    margin: 0;
}

body.woocommerce-checkout .woocommerce {
    color: #111111;
}

body.woocommerce-checkout #ast-desktop-header,
body.woocommerce-checkout .ast-primary-header-bar,
body.woocommerce-checkout .main-header-bar-wrap {
    background: rgba(17, 17, 17, 0.72) !important;
    backdrop-filter: blur(10px);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-notices-wrapper {
    position: relative;
    z-index: 1;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0 0 clamp(18px, 2vw, 28px) !important;
    padding: 18px 22px 18px 58px;
    border-top: 0;
    border-left: 8px solid #fbed51;
    border-radius: 8px;
    background: #ffffff;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1rem, 1.1vw, 1.15rem) !important;
    font-weight: 700;
    line-height: 1.25;
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "";
    top: 23px;
    left: 24px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: #e94016;
    color: transparent;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle a {
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-weight: 900;
    text-underline-offset: 4px;
}

body.woocommerce-checkout .checkout_coupon {
    display: grid !important;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 14px;
    align-items: end;
    margin: 0 0 clamp(24px, 3vw, 40px) !important;
    padding: clamp(20px, 2.4vw, 30px) !important;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    border-radius: 8px !important;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

body.woocommerce-checkout .checkout_coupon p {
    margin: 0;
}

body.woocommerce-checkout .checkout_coupon .form-row-first {
    width: 100%;
}

body.woocommerce-checkout .checkout_coupon .form-row-last {
    width: auto;
}

body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(340px, 0.42fr);
    gap: clamp(28px, 4vw, 64px);
    align-items: start;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .col2-set {
    min-width: 0;
    width: 100% !important;
    float: none !important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #order_review_heading {
    width: 100% !important;
    float: none !important;
    padding: clamp(22px, 3vw, 38px);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

body.woocommerce-checkout #order_review_heading {
    grid-column: 2;
    margin: 0 0 18px;
    padding-bottom: 0;
    box-shadow: none;
}

body.woocommerce-checkout #order_review {
    grid-column: 2;
}

body.woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1 / span 2;
}

body.woocommerce-checkout form.checkout h3,
body.woocommerce-checkout #order_review_heading {
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.35rem, 2vw, 2.4rem) !important;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

body.woocommerce-checkout label,
body.woocommerce-checkout table,
body.woocommerce-checkout .woocommerce-privacy-policy-text p,
body.woocommerce-checkout .payment_box p {
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
    line-height: 1.42;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
    min-height: 48px;
    border: 1px solid rgba(17, 17, 17, 0.16) !important;
    border-radius: 6px;
    background: #f9f9f9;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
}

body.woocommerce-checkout table.shop_table {
    width: 100% !important;
    border: 0 !important;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
    border-color: rgba(17, 17, 17, 0.1) !important;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
}

body.woocommerce-checkout #payment {
    background: #f3f3f3 !important;
    border-radius: 8px;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout .checkout_coupon button {
    min-height: 50px;
    border-radius: 6px !important;
    background: #fbed51 !important;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-transform: none;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout .checkout_coupon button:hover {
    background: #e94016 !important;
    color: #ffffff !important;
}

@media (max-width: 921px) {
    body.woocommerce-checkout .site-content .ast-container {
        width: min(100%, calc(100vw - 30px));
        padding-top: 150px;
    }

    body.admin-bar.woocommerce-checkout .site-content .ast-container {
        padding-top: 170px;
    }

    body.woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout .checkout_coupon {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout #customer_details,
    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout #order_review_heading {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 1100px) {
    .sportime-booking-main__shell {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .sportime-booking-main__copy {
        position: static;
    }

    .sportime-booking-main__copy h2,
    .sportime-booking-main__copy li {
        max-width: none;
    }

    .sportime-booking-main__form {
        max-width: 920px;
    }
}

@media (max-width: 1024px) {
    .sportime-booking-hero__content {
        grid-template-columns: 1fr;
    }

    .sportime-booking-hero__claim {
        max-width: 560px;
        margin-left: 0;
    }

    .sportime-booking-fields__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sportime-booking-field-card {
        min-height: 0;
    }

    .sportime-booking-field-card span {
        margin-bottom: 36px;
    }

}

@media (max-width: 764px) {
    .sportime-booking-shell {
        width: min(100%, calc(100vw - 30px));
    }

    .sportime-booking-hero {
        min-height: 610px;
        padding: 0;
    }

    .sportime-booking-hero > img,
    .sportime-booking-hero__shade {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .sportime-booking-hero__content {
        width: min(100%, calc(100vw - 30px));
        min-height: 610px;
        margin: 0 auto;
        padding: 154px 0 34px;
    }

    .sportime-booking-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.12) 0%, rgba(5, 17, 27, 0.82) 56%, rgba(5, 17, 27, 0.94) 100%);
    }

    .sportime-booking-hero h1 {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .sportime-booking-hero__claim p {
        max-width: 30ch;
        font-size: 0.98rem !important;
        line-height: 1.3;
    }

    .sportime-booking-embed {
        padding: 22px 16px 16px;
    }

    .sportime-booking-fields,
    .sportime-booking-main {
        padding: 64px 0;
    }

    .sportime-booking-main {
        scroll-margin-top: 96px;
    }

    .sportime-booking-section-head h2 {
        font-size: clamp(1.08rem, 5.4vw, 1.55rem);
    }

    .sportime-booking-section-head p {
        font-size: clamp(1.55rem, 9.2vw, 2.45rem) !important;
        padding: 2px 6px 3px;
    }

    .sportime-booking-main__copy > p {
        font-size: clamp(1.45rem, 8vw, 2.25rem) !important;
    }

    .sportime-booking-main__copy h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .sportime-booking-fields__grid {
        grid-template-columns: 1fr;
    }

    .sportime-booking-field-card {
        padding: 22px;
    }

    .sportime-booking-timetics {
        padding: 12px;
    }

    .sportime-booking-timetics .tt-single-meeting {
        padding: 16px !important;
    }

    .sportime-booking-timetics .tt-meeting-flex {
        display: block;
    }

    .sportime-booking-timetics .tt-meeting-price {
        width: fit-content;
    }
}
  
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



/* pagina clienti */
    .page-template-clienti .site-content .ast-container {
        display: contents;
    }
    .page-template-clienti #ast-desktop-header {
        backdrop-filter: blur(5px) ;
        background: rgba(251, 237, 81, 0.56) !important;
        transition: all 0.8s ease-in;
    }
    #clientiContainer {
        margin: 8% 0;
        text-align: center;
    }
    .loghiBox {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .loghiBox img{
        width: 100px;
        object-fit: contain;
    }

    @media(max-width: 767px) {
        .worksText {
            font-size: 20px;
            text-align: justify;
            margin: 0 25px;
        }
        /* Su mobile la testata resta compatta e lascia spazio al bottone X. */
        .works-modal-topbar {
            padding: 22px 76px 14px 18px;
        }
        /* Titolo ridotto per non occupare troppo spazio verticale. */
        .works-modal-title {
            font-size: 22px;
            line-height: 1.12;
        }
        /* Bottone chiusura piu' piccolo e vicino al bordo su mobile. */
        .works-modal-close {
            font-size: 30px;
            height: 46px;
            right: 18px;
            top: 22px;
            width: 46px;
        }
        /* Su mobile il media occupa tutta la colonna e le frecce vengono sovrapposte. */
        .works-modal-stage {
            grid-template-columns: 1fr;
            padding: 0 14px;
            position: relative;
        }
        /* Altezza media calibrata per lasciare visibili titolo e footer. */
        .works-modal-media-wrap {
            height: 62vh;
        }
        /* Frecce mobile in posizione assoluta sopra il media. */
        .works-modal-nav {
            height: 48px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 48px;
            z-index: 3;
        }
        /* Mantiene il centraggio verticale anche nello stato hover/focus. */
        .works-modal-nav:hover,
        .works-modal-nav:focus {
            transform: translateY(-50%) scale(1.04);
        }
        /* Posizione freccia sinistra mobile. */
        .works-modal-prev {
            left: 22px;
        }
        /* Posizione freccia destra mobile. */
        .works-modal-next {
            right: 22px;
        }
        /* Footer mobile in colonna per evitare sovrapposizioni. */
        .works-modal-footer {
            align-items: flex-start;
            flex-direction: column;
            padding: 16px 18px 24px;
        }
        /* Pallini allineati a sinistra su mobile. */
        .works-modal-dots {
            justify-content: flex-start;
        }
        .imgBoxCont {
            justify-content: center;
        }
        .logos2{
            display: none;
        }
        .loghiBox {
            justify-content: space-between;
        }
    }
      
/* fine clienti */


/* chi siamo */

    /* importante per le pagine create nella pagina child col tema astra
    per far si che il secondo div con classe .ast-container aggiunga dei margini */
    .page-template-chisiamo .site-content .ast-container {
        display: contents;
    }

    .page-template-chisiamo #primary,
    .page-template-chisiamo .entry-content {
        width: 100%;
        max-width: none;
    }

    .page-template-chisiamo #footbs {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .sportime-about {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        background: #f3f3f3;
        color: #111111;
        overflow: hidden;
    }

    .sportime-about-hero {
        position: relative;
        min-height: calc(96vh - 20px);
        padding: 15px;
        background: #ffffff;
        overflow: hidden;
        isolation: isolate;
    }

    .sportime-about-hero > img,
    .sportime-about-hero__shade {
        position: absolute;
        inset: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border-radius: 40px;
    }

    .sportime-about-hero > img {
        object-fit: cover;
        object-position: center;
    }

    .sportime-about-hero__shade {
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(90deg, rgba(5, 17, 27, 0.78) 0%, rgba(5, 17, 27, 0.35) 45%, rgba(5, 17, 27, 0.84) 100%),
            linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.04) 56%);
    }

    .sportime-about-hero__content {
        position: relative;
        z-index: 2;
        min-height: calc(96vh - 50px);
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.36fr);
        align-items: end;
        gap: clamp(34px, 6vw, 120px);
        padding: clamp(38px, 3.8vw, 78px);
        color: #ffffff;
    }

    .sportime-about-hero__content p:first-child {
        margin: 0 0 24px;
        color: #ffffff;
        font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .sportime-about-hero h1 {
        max-width: 9.4em;
        margin: 0;
        color: #ffffff;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(3.05rem, 6vw, 7rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .sportime-about-hero__claim {
        width: min(100%, 450px);
        margin-left: auto;
    }

 


    .sportime-about-hero__claim a,
    .sportime-about-intro__copy a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        margin-top: clamp(32px, 3.8vw, 52px);
        padding: 18px 30px;
        background: #fbed51;
        color: #111111 !important;
        clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
        font-family: "Gravity", sans-serif !important;
        font-size: clamp(0.95rem, 1vw, 1.08rem);
        font-weight: 900;
        line-height: 1;
        text-decoration: none !important;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .sportime-about-hero__claim a:hover,
    .sportime-about-hero__claim a:focus-visible {
        background: #b5f830;
        transform: translateY(-2px);
    }

    .sportime-about-editor {
        padding: clamp(42px, 4vw, 72px) 0;
        background: #ffffff;
    }

    .sportime-about-editor__shell {
        width: min(980px, calc(100vw - 16vw));
        margin: 0 auto;
        color: #303030;
    }

    .sportime-about-editor__shell > *:last-child {
        margin-bottom: 0;
    }

    .sportime-about-intro {
        padding: clamp(76px, 7vw, 118px) 0;
        background: #ffffff;
        color: #111111;
    }

    .sportime-about-intro__shell {
        width: min(1240px, calc(100vw - 13vw));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.68fr);
        gap: clamp(44px, 7vw, 118px);
        align-items: center;
    }

    .sportime-about-intro__media {
        height: clamp(480px, 58vw, 700px);
        overflow: hidden;
        border-radius: 8px;
        background: #e7e5e3;
    }

    .sportime-about-intro__media img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .sportime-about-intro__copy {
        max-width: 560px;
    }

    .sportime-about-eyebrow {
        margin: 0 0 clamp(30px, 3.5vw, 52px);
        color: #111111;
        font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .sportime-about-intro h2,
    .sportime-about-numbers h2,
    .sportime-about-gallery h2 {
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .sportime-about-intro h2 {
        max-width: 10.8em;
        font-size: clamp(2.25rem, 3.15vw, 5.4rem);
        line-height: 0.94;
    }

    .sportime-about-intro__copy p:not(.sportime-about-eyebrow) {
        margin: clamp(26px, 2.7vw, 38px) 0 0;
        color: #303030;
        font-size: clamp(1.1rem, 1.28vw, 1.48rem) !important;
        font-weight: 400;
        line-height: 1.3;
    }

    .sportime-about-numbers {
        padding: clamp(78px, 8vw, 124px) 0;
        background: #fbed51;
        color: #111111;
    }

    .sportime-about-numbers__shell {
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
    }

    .sportime-about-numbers h2 {
        max-width: 10.2em;
        font-size: clamp(3.1rem, 5.9vw, 6.9rem);
        line-height: 0.88;
    }

    .sportime-about-numbers__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin-top: clamp(48px, 5vw, 72px);
    }

    .sportime-about-numbers__grid article {
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: clamp(22px, 2.3vw, 34px);
        border: 2px solid #111111;
        border-radius: 8px;
        background: #ffffff;
    }

    .sportime-about-numbers__grid span {
        color: #111111;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.4rem, 3.4vw, 5.2rem);
        font-weight: 400;
        line-height: 0.9;
        text-transform: uppercase;
    }

    .sportime-about-numbers__grid p {
        margin: 28px 0 0;
        color: #303030;
        font-size: clamp(1rem, 1.08vw, 1.18rem) !important;
        font-weight: 700;
        line-height: 1.18;
    }

    .sportime-about-network {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #ffffff;
        color: #111111;
    }

    .sportime-about-network__shell,
    .sportime-about-facilities__shell,
    .sportime-about-education__shell {
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
    }

    .sportime-about-network__head {
        display: flex;
        flex-direction: column;
        gap: 18px;
        align-items: flex-start;
        margin-bottom: clamp(42px, 5vw, 72px);
    }

    .sportime-about-network h2,
    .sportime-about-facilities h2,
    .sportime-about-education h2 {
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .sportime-about-network h2 {
        max-width: 19.8em;
        font-size: clamp(2.45rem, 4.25vw, 5.1rem);
        line-height: 0.94;
    }

    .sportime-about-network__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .sportime-about-network__grid article {
        min-height: 360px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
        padding: clamp(24px, 2.8vw, 42px);
        border-radius: 8px;
        background: var(--network-card-bg, #f3f3f3);
        border: 1px solid var(--network-border, rgba(17, 17, 17, 0.08));
        overflow: hidden;
    }

    .sportime-about-network__grid article:nth-child(1) {
        --network-card-bg: #151515;
        --network-border: rgba(242, 210, 75, 0.35);
        --network-text: #ffffff;
        --network-copy: rgba(255, 255, 255, 0.78);
        --network-label-bg: #f2d24b;
        --network-label-color: #101010;
        --network-logo-bg: #ffffff;
    }

    .sportime-about-network__grid article:nth-child(2) {
        --network-card-bg: #f4f4f4;
        --network-border: rgba(116, 21, 29, 0.2);
        --network-text: #111111;
        --network-copy: #3d3d3d;
        --network-label-bg: #101010;
        --network-label-color: #ffffff;
        --network-logo-bg: #ffffff;
    }

    .sportime-about-network__grid article:nth-child(3) {
        --network-card-bg: #0b2d5d;
        --network-border: rgba(255, 255, 255, 0.18);
        --network-text: #ffffff;
        --network-copy: rgba(255, 255, 255, 0.8);
        --network-label-bg: #ffffff;
        --network-label-color: #0b2d5d;
        --network-logo-bg: #ffffff;
    }

    .sportime-about-network__grid span {
        width: fit-content;
        padding: 10px 14px;
        border-radius: 999px;
        background: var(--network-label-bg, rgba(17, 17, 17, 0.9));
        color: var(--network-label-color, #ffffff);
        font-size: 0.78rem;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .sportime-about-network__logos {
        width: min(100%, 230px);
        min-height: 132px;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        align-self: center;
        margin-inline: auto;
        padding: 18px;
        border-radius: 8px;
        background: var(--network-logo-bg, #ffffff);
        border: 1px solid rgba(17, 17, 17, 0.08);
        box-shadow: none;
    }

    .sportime-about-network__logos--pair {
        width: min(100%, 292px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .sportime-about-network__logos img {
        width: 100%;
        max-width: 118px;
        height: 94px;
        display: block;
        object-fit: contain;
    }

    .sportime-about-network__grid h3 {
        margin: auto 0 0;
        color: var(--network-text, #111111);
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2rem, 3.2vw, 4rem);
        font-weight: 400;
        line-height: 0.9;
        text-transform: uppercase;
    }

    .sportime-about-network__grid p {
        margin: 0;
        color: var(--network-copy, #303030);
        font-size: clamp(1.04rem, 1.18vw, 1.32rem) !important;
        font-weight: 600;
        line-height: 1.24;
    }

    .sportime-about-academy {
        padding: clamp(76px, 7.6vw, 118px) 0;
        background: #f2d24b;
        color: #111111;
    }

    .sportime-about-academy__shell {
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
        gap: clamp(28px, 4vw, 62px);
        align-items: start;
    }

    .sportime-about-academy__intro {
        position: sticky;
        top: 110px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .sportime-about-academy h2 {
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.5rem, 4.7vw, 5.35rem);
        font-weight: 400;
        line-height: 0.92;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .sportime-about-academy__intro > p:not(.sportime-about-eyebrow) {
        max-width: 620px;
        margin: 0;
        color: rgba(17, 17, 17, 0.78);
        font-size: clamp(1.08rem, 1.25vw, 1.35rem) !important;
        font-weight: 700;
        line-height: 1.33;
    }

    .sportime-about-academy__panel {
        min-height: 540px;
        display: grid;
        grid-template-columns: 1fr;
        gap: clamp(22px, 3vw, 42px);
        padding: clamp(24px, 3.4vw, 54px);
        border-radius: 8px;
        background: #111111;
        color: #ffffff;
        border: 1px solid rgba(17, 17, 17, 0.14);
        box-shadow: 0 28px 70px rgba(17, 17, 17, 0.18);
    }

    .sportime-about-academy__mark {
        width: clamp(96px, 9vw, 136px);
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .sportime-about-academy__mark span {
        color: #111111;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.8rem, 4.2vw, 5.4rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
    }

    .sportime-about-academy__content {
        display: flex;
        flex-direction: column;
        gap: clamp(26px, 3vw, 42px);
    }

    .sportime-about-academy__content > p {
        max-width: 800px;
        margin: 0;
        color: rgba(255, 255, 255, 0.82);
        font-size: clamp(1.15rem, 1.45vw, 1.62rem) !important;
        font-weight: 650;
        line-height: 1.3;
    }

    .sportime-about-academy__points {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .sportime-about-academy__points article {
        min-height: 230px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: clamp(18px, 2vw, 26px);
        border-radius: 8px;
        background: #202020;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sportime-about-academy__points span {
        width: fit-content;
        padding: 8px 10px;
        border-radius: 999px;
        background: #f2d24b;
        color: #111111;
        font-size: 0.72rem;
        font-weight: 900;
        line-height: 1;
    }

    .sportime-about-academy__points h3 {
        margin: auto 0 0;
        color: #ffffff;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.16rem, 1.45vw, 1.72rem);
        font-weight: 400;
        line-height: 0.98;
        text-transform: uppercase;
    }

    .sportime-about-academy__points p {
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: clamp(0.96rem, 1vw, 1.08rem) !important;
        font-weight: 600;
        line-height: 1.28;
    }

    .sportime-about-academy__links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .sportime-about-academy__links a {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 18px;
        border-radius: 999px;
        background: #ffffff;
        color: #111111;
        font-size: 0.84rem;
        font-weight: 900;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
        transition: transform 0.25s ease, background-color 0.25s ease;
    }

    .sportime-about-academy__links a:hover,
    .sportime-about-academy__links a:focus-visible {
        transform: translateY(-2px);
        background: #f2d24b;
    }

    .sportime-about-place {
        padding: clamp(70px, 7vw, 112px) 0;
        background: #f3f3f3;
    }

    .sportime-about-place__shell,
    .sportime-about-gallery__shell {
        width: min(100%, calc(100vw - 78px));
        margin: 0 auto;
    }

    .sportime-about-place__card {
        --place-card-pad: clamp(18px, 2.4vw, 28px);
        margin: 0;
        min-height: clamp(560px, 48vw, 650px);
        padding: var(--place-card-pad);
        background: #071a2b;
        border: 1px solid rgba(7, 26, 43, 0.12);
    }

    .sportime-about-place__card > img,
    .sportime-about-place__card .sportime-agora-card__shade {
        inset: var(--place-card-pad) auto var(--place-card-pad) var(--place-card-pad);
        width: min(64%, calc(100% - 420px));
        height: calc(100% - (var(--place-card-pad) * 2));
        border-radius: 8px;
    }

    .sportime-about-place__card > img {
        object-position: center;
        transform: none;
    }

    .sportime-about-place__card .sportime-agora-card__shade {
        background:
            linear-gradient(180deg, rgba(7, 26, 43, 0.08) 0%, rgba(7, 26, 43, 0.55) 100%),
            linear-gradient(90deg, rgba(7, 26, 43, 0.22) 0%, rgba(7, 26, 43, 0.02) 58%, rgba(7, 26, 43, 0.28) 100%);
    }

    .sportime-about-place__card .sportime-agora-card__content {
        top: clamp(84px, 8vw, 120px);
        right: clamp(28px, 3vw, 44px);
        bottom: clamp(28px, 3vw, 44px);
        left: auto;
        width: min(360px, 30vw);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 18px;
    }

    .sportime-about-place__card .sportime-agora-card__content span {
        margin-bottom: 0;
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
    }

    .sportime-about-place__card .sportime-agora-card__content h3 {
        max-width: none;
        font-size: clamp(1.9rem, 2.45vw, 2.8rem);
        line-height: 0.96;
    }

    .sportime-about-place__features {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sportime-about-place__features li {
        min-height: 38px;
        display: flex;
        align-items: center;
        padding: 9px 13px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        font-size: clamp(0.9rem, 0.94vw, 1rem);
        font-weight: 900;
        line-height: 1.05;
        text-transform: uppercase;
    }

    .sportime-about-place__card .sportime-agora-card__content a {
        width: 100%;
        background: #ffffff;
    }

    .sportime-about-facilities {
        padding: clamp(78px, 8vw, 124px) 0;
        background: #f3f7fb;
        color: #071a2b;
    }

    .sportime-about-facilities__shell {
        display: grid;
        grid-template-columns: minmax(280px, 0.58fr) minmax(520px, 1fr);
        gap: clamp(36px, 6vw, 86px);
        align-items: center;
    }

    .sportime-about-facilities h2 {
        max-width: 9.2em;
        font-size: clamp(2.4rem, 3.75vw, 4.8rem);
        line-height: 0.94;
    }

    .sportime-about-facilities__list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sportime-about-facilities__list article {
        display: grid;
        grid-template-columns: auto minmax(140px, 0.42fr) minmax(0, 1fr);
        gap: 18px;
        align-items: center;
        min-height: 138px;
        padding: clamp(18px, 2.2vw, 28px);
        border: 1px solid rgba(7, 26, 43, 0.1);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 18px 44px rgba(7, 26, 43, 0.06);
    }

    .sportime-about-facilities__list article:nth-child(1) {
        border-left: 8px solid #fbed51;
    }

    .sportime-about-facilities__list article:nth-child(2) {
        border-left: 8px solid #b9d8ef;
    }

    .sportime-about-facilities__list article:nth-child(3) {
        border-left: 8px solid #071a2b;
    }

    .sportime-about-facilities__list span {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #071a2b;
        color: #ffffff;
        font-size: 0.82rem;
        font-weight: 900;
        line-height: 1;
    }

    .sportime-about-facilities__list h3 {
        margin: 0;
        color: #071a2b;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.35rem, 1.85vw, 2.15rem);
        font-weight: 400;
        line-height: 0.98;
        text-transform: uppercase;
    }

    .sportime-about-facilities__list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sportime-about-facilities__list li {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        padding: 9px 12px;
        border-radius: 5px;
        background: #eef4fa;
        color: #071a2b;
        font-size: clamp(0.9rem, 0.96vw, 1.02rem);
        font-weight: 900;
        line-height: 1.05;
    }

    .sportime-about-method {
        position: relative;
        padding: clamp(82px, 8vw, 132px) 0;
        background:
            linear-gradient(135deg, rgba(181, 248, 48, 0.28) 0%, rgba(243, 243, 243, 0.98) 38%, #ffffff 100%);
        color: #071a2b;
        overflow: hidden;
    }

    .sportime-about-method::before {
        content: "";
        position: absolute;
        inset: clamp(18px, 2vw, 32px);
        border: 2px solid rgba(47, 108, 71, 0.22);
        border-radius: 28px;
        pointer-events: none;
    }

    .sportime-about-method__shell {
        position: relative;
        z-index: 1;
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1fr);
        gap: clamp(40px, 6vw, 96px);
        align-items: center;
    }

    .sportime-about-method__intro > p {
        width: fit-content;
        margin: 0 0 clamp(28px, 3vw, 44px);
        padding: 11px 16px;
        border-radius: 999px;
        background: #2f6c47;
        color: #ffffff;
        font-size: clamp(0.78rem, 0.86vw, 0.96rem) !important;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .sportime-about-method__intro h2 {
        max-width: 10.8em;
        margin: 0;
        color: #071a2b;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.65rem, 5.35vw, 6.45rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .sportime-about-method__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: clamp(30px, 4vw, 54px);
    }

    .sportime-about-method__tags span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        padding: 12px 22px;
        border: 1px solid rgba(47, 108, 71, 0.24);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.74);
        color: #2f6c47;
        font-size: clamp(0.98rem, 1.08vw, 1.18rem);
        font-weight: 900;
        line-height: 1;
    }

    .sportime-about-method__playbook {
        position: relative;
        display: grid;
        gap: 16px;
    }

    .sportime-about-method__pitch {
        position: absolute;
        inset: -40px -38px;
        z-index: -1;
        border: 3px solid rgba(47, 108, 71, 0.16);
        border-radius: 22px;
        transform: rotate(-2deg);
        pointer-events: none;
    }

    .sportime-about-method__pitch::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        border-left: 3px solid rgba(47, 108, 71, 0.14);
    }

    .sportime-about-method__pitch::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: clamp(120px, 15vw, 220px);
        aspect-ratio: 1 / 1;
        border: 3px solid rgba(47, 108, 71, 0.14);
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .sportime-about-method__pitch span {
        position: absolute;
        right: clamp(24px, 3vw, 48px);
        bottom: clamp(20px, 2.6vw, 42px);
        width: clamp(78px, 8vw, 118px);
        aspect-ratio: 1 / 1;
        border: 10px solid #fbed51;
        border-radius: 50%;
        background:
            linear-gradient(90deg, transparent 46%, #071a2b 46% 54%, transparent 54%),
            linear-gradient(0deg, transparent 46%, #071a2b 46% 54%, transparent 54%),
            #ffffff;
        box-shadow: 0 18px 38px rgba(7, 26, 43, 0.12);
    }

    .sportime-about-method__pitch i {
        position: absolute;
        left: 18%;
        top: 18%;
        width: 16px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: #e94016;
        box-shadow:
            160px 74px 0 #e94016,
            78px 260px 0 #e94016,
            0 0 0 10px rgba(233, 64, 22, 0.11);
    }

    .sportime-about-method__playbook article {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: clamp(16px, 2vw, 28px);
        align-items: start;
        padding: clamp(22px, 2.5vw, 36px);
        border: 1px solid rgba(7, 26, 43, 0.1);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 22px 50px rgba(7, 26, 43, 0.08);
        backdrop-filter: blur(10px);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .sportime-about-method__playbook article:nth-of-type(2) {
        margin-left: clamp(0px, 3vw, 46px);
        /* background: rgba(251, 237, 81, 0.94); */
    }

    .sportime-about-method__playbook article:nth-of-type(3) {
        margin-left: clamp(0px, 6vw, 92px);
    }

    .sportime-about-method__playbook article:hover {
        transform: translateY(-3px);
        box-shadow: 0 28px 58px rgba(7, 26, 43, 0.12);
    }

    .sportime-about-method__playbook article > span {
        width: clamp(56px, 5vw, 76px);
        height: clamp(56px, 5vw, 76px);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #2f6c47;
        color: #ffffff;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.18rem, 1.55vw, 1.9rem);
        font-weight: 400;
        line-height: 1;
    }

    /* .sportime-about-method__playbook article:nth-of-type(2) > span {
        background: #e94016;
    } */

    .sportime-about-method__playbook h3 {
        margin: 0 0 12px;
        color: #071a2b;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.62rem, 2.25vw, 2.9rem);
        font-weight: 400;
        line-height: 0.96;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .sportime-about-method__playbook p {
        max-width: 620px;
        margin: 0;
        color: #25384a;
        font-size: clamp(1.02rem, 1.16vw, 1.28rem) !important;
        font-weight: 500;
        line-height: 1.26;
    }

    .sportime-about-education {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #f3f3f3;
        color: #111111;
    }

    .sportime-about-education h2 {
        max-width: 16.2em;
        font-size: clamp(2.7rem, 4.25vw, 6.2rem);
        line-height: 0.9;
    }

    .sportime-about-education__grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        margin-top: clamp(44px, 5vw, 72px);
    }

    .sportime-about-education__grid article {
        min-height: 330px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: clamp(22px, 2.4vw, 34px);
        border-radius: 8px;
        background: #ffffff;
        border: 1px solid rgba(17, 17, 17, 0.08);
    }

    .sportime-about-education__grid article:nth-child(2) {
        background: #e8f6ec;
        border-color: rgba(47, 108, 71, 0.18);
    }

    .sportime-about-education__grid i {
        color: #2f6c47 !important;
        font-size: clamp(1.5rem, 2vw, 2.25rem);
        line-height: 1;
    }

    .sportime-about-education__grid h3 {
        margin: clamp(30px, 4vw, 54px) 0 16px;
        color: #111111;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.55rem, 2vw, 2.45rem);
        font-weight: 400;
        line-height: 0.95;
        text-transform: uppercase;
    }

    .sportime-about-education__grid p {
        margin: 0;
        color: #303030;
        font-size: clamp(1rem, 1.08vw, 1.18rem) !important;
        font-weight: 500;
        line-height: 1.24;
    }

    .sportime-about-education__link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        margin-top: 22px;
        padding: 12px 16px;
        border-radius: 5px;
        background: #071a2b;
        color: #ffffff !important;
        font-size: 0.92rem;
        font-weight: 900;
        line-height: 1;
        text-decoration: none !important;
    }

    .sportime-about-education__link:hover,
    .sportime-about-education__link:focus-visible {
        background: #fbed51;
        color: #071a2b !important;
    }

    .sportime-about-staff {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #ffffff;
        color: #111111;
    }

    .sportime-about-staff__shell {
        width: min(1380px, calc(100vw - 12vw));
        margin: 0 auto;
    }

    .sportime-about-staff__head {
        display: grid;
        grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.58fr);
        gap: clamp(34px, 6vw, 96px);
        align-items: end;
        margin-bottom: clamp(42px, 5vw, 72px);
    }

    .sportime-about-staff h2 {
        max-width: 11.4em;
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.65rem, 5vw, 6.2rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .sportime-about-staff__photo {
        height: clamp(300px, 28vw, 430px);
        overflow: hidden;
        border-radius: 8px;
        background: #e7e5e3;
    }

    .sportime-about-staff__photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .sportime-about-staff__grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 14px;
    }

    .sportime-about-staff__grid article {
        min-height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
        border: 1px solid rgba(17, 17, 17, 0.1);
        border-radius: 8px;
        background: #f3f7fb;
        box-shadow: 0 16px 36px rgba(7, 26, 43, 0.05);
        overflow: hidden;
    }

    .sportime-about-staff__grid article:nth-child(-n+7) {
        background: #fbed51;
    }

    .sportime-about-staff__grid article:last-child {
        background: #e8f6ec;
        border-color: rgba(47, 108, 71, 0.18);
    }

    .sportime-about-staff__grid article:last-child span {
        background: #2f6c47;
    }

    .sportime-about-staff__portrait {
        aspect-ratio: 4 / 5;
        width: 100%;
        margin: 0;
        overflow: hidden;
        border-radius: 6px;
        background: rgba(7, 26, 43, 0.08);
    }

    .sportime-about-staff__portrait img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center top;
        transition: transform 0.45s ease;
    }

    .sportime-about-staff__grid article:hover .sportime-about-staff__portrait img {
        transform: scale(1.035);
    }

    .sportime-about-staff__portrait--placeholder {
        display: grid;
        place-items: center;
        background:
            linear-gradient(135deg, rgba(7, 26, 43, 0.94), rgba(47, 108, 71, 0.9)),
            #071a2b;
    }

    .sportime-about-staff__portrait--placeholder span {
        width: clamp(86px, 7vw, 116px);
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        border: 2px solid rgba(251, 237, 81, 0.86);
        border-radius: 999px;
        color: #fbed51;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.4rem, 3.2vw, 4rem);
        font-weight: 400;
        line-height: 1;
    }

    .sportime-about-staff__identity {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: space-between;
        padding: clamp(16px, 1.45vw, 24px);
    }

    .sportime-about-staff__grid span {
        width: fit-content;
        max-width: 100%;
        padding: 9px 12px;
        border-radius: 999px;
        background: #071a2b;
        color: #ffffff;
        font-size: 0.74rem;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
    }

    .sportime-about-staff__grid h3 {
        margin: clamp(24px, 2.5vw, 44px) 0 0;
        color: #071a2b;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.12rem, 1.3vw, 1.7rem);
        font-weight: 400;
        line-height: 1.02;
        letter-spacing: 0;
        text-transform: uppercase;
        overflow-wrap: normal;
        word-break: normal;
    }

    .sportime-about-gallery {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #111111;
        color: #ffffff;
    }

    .sportime-about-gallery h2 {
        max-width: 10.4em;
        color: #ffffff;
        font-size: clamp(3rem, 5.6vw, 6.5rem);
        line-height: 0.9;
    }

    .sportime-about-gallery__grid {
        display: grid;
        grid-template-columns: 1.2fr 0.85fr 0.85fr;
        gap: 18px;
        margin-top: clamp(48px, 5vw, 72px);
    }

    .sportime-about-gallery__grid img {
        width: 100%;
        height: clamp(420px, 42vw, 620px);
        display: block;
        border-radius: 8px;
        object-fit: cover;
    }

    .sportime-about-gallery__grid img:nth-child(2) {
        margin-top: clamp(38px, 5vw, 82px);
    }

    .sportime-about-gallery__grid img:nth-child(3) {
        margin-top: clamp(78px, 9vw, 148px);
    }

    .sportime-about-faq {
        padding: clamp(78px, 8vw, 126px) 0;
        background: #ffffff;
        color: #111111;
    }

    .sportime-about-faq__shell {
        width: min(1240px, calc(100vw - 12vw));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(280px, 0.56fr) minmax(520px, 1fr);
        gap: clamp(38px, 6vw, 96px);
        align-items: start;
    }

    .sportime-about-faq__head {
        position: sticky;
        top: 110px;
    }

    .sportime-about-faq h2 {
        max-width: 10.8em;
        margin: 0;
        color: #050505;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(2.55rem, 4.4vw, 5.8rem);
        font-weight: 400;
        line-height: 0.9;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .sportime-about-faq__list {
        display: grid;
        gap: 12px;
    }

    .sportime-about-faq details {
        border: 1px solid rgba(17, 17, 17, 0.12);
        border-radius: 8px;
        background: #f3f7fb;
        overflow: hidden;
    }

    .sportime-about-faq details[open] {
        background: #fbed51;
        border-color: rgba(17, 17, 17, 0.28);
    }

    .sportime-about-faq summary {
        min-height: 72px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
        align-items: center;
        padding: clamp(18px, 2vw, 28px);
        color: #071a2b;
        cursor: pointer;
        font-family: "Sequel", "Archivo Black", sans-serif !important;
        font-size: clamp(1.32rem, 1.9vw, 2.35rem);
        font-weight: 400;
        line-height: 0.98;
        text-transform: uppercase;
        list-style: none;
    }

    .sportime-about-faq summary::-webkit-details-marker {
        display: none;
    }

    .sportime-about-faq summary::after {
        content: "+";
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #071a2b;
        color: #ffffff;
        font-family: "Gravity", sans-serif !important;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1;
    }

    .sportime-about-faq details[open] summary::after {
        content: "-";
        background: #ffffff;
        color: #071a2b;
    }

    .sportime-about-faq__answer {
        padding: 0 clamp(18px, 2vw, 28px) clamp(22px, 2.3vw, 32px);
    }

    .sportime-about-faq__answer p {
        max-width: 720px;
        margin: 0;
        color: #25384a;
        font-size: clamp(1rem, 1.12vw, 1.24rem) !important;
        font-weight: 600;
        line-height: 1.32;
    }

    .sportime-about-faq__categories {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sportime-about-faq__categories li {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        align-items: center;
        min-height: 52px;
        padding: 12px 14px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.78);
        color: #071a2b;
    }

    .sportime-about-faq__categories span,
    .sportime-about-faq__categories b {
        font-size: clamp(0.88rem, 0.96vw, 1.04rem);
        line-height: 1.08;
    }

    .sportime-about-faq__categories span {
        font-weight: 900;
        text-transform: uppercase;
    }

    .sportime-about-faq__categories b {
        text-align: right;
        font-weight: 700;
    }

    .sportime-about-final {
        margin-top: 0;
    }

    @media (max-width: 1320px) {
        .sportime-about-academy__points {
            grid-template-columns: 1fr;
        }

        .sportime-about-academy__points article {
            min-height: 0;
        }
    }

    @media (max-width: 1024px) {
        .sportime-about-hero__content {
            grid-template-columns: 1fr;
            gap: 28px;
        }

        .sportime-about-hero__claim {
            width: min(100%, 680px);
            margin-left: 0;
        }

        .sportime-about-intro__shell {
            width: min(100%, calc(100vw - 54px));
            grid-template-columns: 1fr;
            gap: 38px;
        }

        .sportime-about-intro__copy {
            max-width: 760px;
        }

        .sportime-about-numbers__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .sportime-about-network__head,
        .sportime-about-facilities__shell,
        .sportime-about-method__shell {
            grid-template-columns: 1fr;
            gap: 42px;
        }

        .sportime-about-network__grid,
        .sportime-about-education__grid,
        .sportime-about-staff__grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .sportime-about-academy__shell {
            grid-template-columns: 1fr;
        }

        .sportime-about-academy__intro {
            position: static;
        }

        .sportime-about-academy__panel {
            grid-template-columns: 118px minmax(0, 1fr);
        }

        .sportime-about-academy__points {
            grid-template-columns: 1fr;
        }

        .sportime-about-academy__points article {
            min-height: 0;
        }

        .sportime-about-staff__head {
            grid-template-columns: 1fr;
            align-items: start;
        }

        .sportime-about-method__playbook article:nth-of-type(2),
        .sportime-about-method__playbook article:nth-of-type(3) {
            margin-left: 0;
        }

        .sportime-about-gallery__grid {
            grid-template-columns: 1fr 1fr;
        }

        .sportime-about-gallery__grid img:first-child {
            grid-column: 1 / -1;
        }

        .sportime-about-gallery__grid img:nth-child(2),
        .sportime-about-gallery__grid img:nth-child(3) {
            margin-top: 0;
        }

        .sportime-about-faq__shell {
            grid-template-columns: 1fr;
            gap: 34px;
        }

        .sportime-about-faq__head {
            position: static;
        }
    }

    @media (max-width: 764px) {
        .sportime-about-hero {
            min-height: 100vh;
            padding: 0;
        }

        .sportime-about-hero > img,
        .sportime-about-hero__shade {
            inset: 0;
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

        .sportime-about-hero__shade {
            background:
                linear-gradient(180deg, rgba(5, 17, 27, 0.22) 0%, rgba(5, 17, 27, 0.86) 52%, rgba(5, 17, 27, 0.93) 100%);
        }

        .sportime-about-hero__content {
            min-height: 100vh;
            padding: 96px 22px 34px;
        }

        .sportime-about-hero h1 {
            font-size: clamp(2.6rem, 12vw, 4rem);
        }

        .sportime-about-hero__claim p {
            font-size: 1.05rem !important;
            line-height: 1.3;
        }

        .sportime-about-hero__claim a {
            width: 100%;
            margin-top: 26px;
        }

        .sportime-about-editor__shell,
        .sportime-about-intro__shell,
        .sportime-about-numbers__shell,
        .sportime-about-network__shell,
        .sportime-about-academy__shell,
        .sportime-about-place__shell,
        .sportime-about-facilities__shell,
        .sportime-about-method__shell,
        .sportime-about-education__shell,
        .sportime-about-gallery__shell {
            width: min(100%, calc(100vw - 30px));
        }

        .sportime-about-intro {
            padding: 58px 0 72px;
        }

        .sportime-about-intro__media {
            height: 370px;
        }

        .sportime-about-intro h2,
        .sportime-about-numbers h2,
        .sportime-about-gallery h2 {
            font-size: clamp(2.35rem, 10.8vw, 3.7rem);
        }

        .sportime-about-numbers {
            padding: 66px 0 78px;
        }

        .sportime-about-numbers__grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .sportime-about-numbers__grid article {
            min-height: 210px;
        }

        .sportime-about-network,
        .sportime-about-academy,
        .sportime-about-facilities,
        .sportime-about-method,
        .sportime-about-education,
        .sportime-about-staff,
        .sportime-about-faq {
            padding: 66px 0 78px;
        }

        .sportime-about-network__head,
        .sportime-about-facilities__shell,
        .sportime-about-method__shell {
            gap: 30px;
        }

        .sportime-about-network h2,
        .sportime-about-academy h2,
        .sportime-about-facilities h2,
        .sportime-about-method__intro h2,
        .sportime-about-education h2,
        .sportime-about-staff h2 {
            font-size: clamp(2.25rem, 10.2vw, 3.6rem);
            line-height: 0.93;
        }

        .sportime-about-network__grid,
        .sportime-about-academy__points,
        .sportime-about-education__grid,
        .sportime-about-staff__grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .sportime-about-academy__shell {
            gap: 34px;
        }

        .sportime-about-academy__panel {
            min-height: 0;
            grid-template-columns: 1fr;
            gap: 26px;
            padding: 22px;
        }

        .sportime-about-academy__mark {
            width: 96px;
        }

        .sportime-about-academy__links a {
            width: 100%;
        }

        .sportime-about-network__grid article,
        .sportime-about-academy__points article,
        .sportime-about-education__grid article,
        .sportime-about-staff__grid article {
            min-height: 0;
        }

        .sportime-about-staff__shell {
            width: min(100%, calc(100vw - 30px));
        }

        .sportime-about-staff__head {
            gap: 28px;
            margin-bottom: 34px;
        }

        .sportime-about-staff__photo {
            height: 340px;
        }

        .sportime-about-staff__grid h3 {
            margin-top: 38px;
            font-size: clamp(1.55rem, 7vw, 2.25rem);
        }

        .sportime-about-facilities__list article {
            grid-template-columns: 1fr;
            gap: 14px;
            min-height: 0;
            padding: 20px;
        }

        .sportime-about-facilities__list h3 {
            font-size: clamp(1.55rem, 7vw, 2.25rem);
        }

        .sportime-about-facilities__list li {
            width: 100%;
        }

        .sportime-about-method__tags span {
            min-height: 44px;
            padding: 10px 18px;
        }

        .sportime-about-method::before {
            inset: 12px;
            border-radius: 22px;
        }

        .sportime-about-method__pitch {
            inset: -22px -16px;
            opacity: 0.78;
        }

        .sportime-about-method__pitch span {
            right: 18px;
            bottom: -14px;
        }

        .sportime-about-method__playbook article {
            grid-template-columns: 1fr;
            gap: 16px;
            padding: 22px;
        }

        .sportime-about-method__playbook article > span {
            width: 58px;
            height: 58px;
        }

        .sportime-about-method__playbook h3 {
            font-size: clamp(1.55rem, 7vw, 2.2rem);
        }

        .sportime-about-method__playbook p {
            font-size: 1.03rem !important;
        }

        .sportime-about-place {
            padding: 54px 0 70px;
        }

        .sportime-about-place__card {
            --place-card-pad: 16px;
            min-height: 780px;
            padding: var(--place-card-pad);
        }

        .sportime-about-place__card > img,
        .sportime-about-place__card .sportime-agora-card__shade {
            inset: var(--place-card-pad) var(--place-card-pad) auto;
            width: auto;
            height: 42%;
        }

        .sportime-about-place__card .sportime-agora-card__content {
            top: calc(42% + 34px);
            right: 16px;
            bottom: 18px;
            left: 16px;
            width: auto;
            gap: 14px;
        }

        .sportime-about-place__card .sportime-agora-card__content h3 {
            font-size: clamp(1.85rem, 8vw, 2.55rem);
        }

        .sportime-about-place__features {
            gap: 7px;
        }

        .sportime-about-place__features li {
            min-height: 34px;
            padding: 8px 12px;
            font-size: 0.86rem;
        }

        .sportime-about-gallery {
            padding: 66px 0 78px;
        }

        .sportime-about-gallery__grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .sportime-about-gallery__grid img {
            height: 360px;
        }

        .sportime-about-faq__shell {
            width: min(100%, calc(100vw - 30px));
        }

        .sportime-about-faq h2 {
            font-size: clamp(2.25rem, 10.2vw, 3.6rem);
            line-height: 0.93;
        }

        .sportime-about-faq summary {
            min-height: 64px;
            padding: 18px;
            font-size: clamp(1.25rem, 6.2vw, 1.8rem);
        }

        .sportime-about-faq summary::after {
            width: 36px;
            height: 36px;
        }

        .sportime-about-faq__answer {
            padding: 0 18px 20px;
        }

        .sportime-about-faq__categories {
            grid-template-columns: 1fr;
        }
    }
   


/*  fine chi siamo */







/* servizi */
.servContainer {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    height: 100vh;
}
.servTexts {
    width: 60%;
    padding: 0 40px;
    margin: auto 0;
}
.servTexts h2{
    font-size: 70px;
}
.servTexts p{
    font-size: 25px;
}


.servImgBox {
    width: 35%;
}
.servImgContainer {
    overflow: hidden;
    padding: 0 0 70px 0;
    width: 100%;
}

.serv-slider {
    animation: serv-slidein 8s linear infinite;     /* secondi che dura l'animazione */
    white-space: nowrap;
}
.serv-imgs {
    width: 100%;
    display: flex;
    gap: 25px;
    flex-direction: column;
    margin: 0px 0;
}

/* .page-id-109 .menu-item-86 {
    display: none;
} */
#page {
    overflow: hidden;
}
.page-id-109 .main-header-bar-wrap {
    backdrop-filter: blur(5px);
    background: rgba(251, 237, 81, 0.56) !important;
}
.servfab {
    width: 100%;
    animation: fade-in 0.9s ease-in-out;
    border-radius: 10px;
}
@keyframes serv-slidein {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, -50%, 0); /* velocutà dell'animazione scorrimento da regolare in base ai secondi sopra */
    }
}
  
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
  
  
.serv-2section {
    background: #171717;
    border-radius: 20px 20px 0 0;
}
.sec2Container {
    width: 60%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}
.sec2Container ul{
    color: #fff;
    text-align: left;
    width: fit-content;
    margin: 0 auto;
}
.sec2Container h2, .sec2Container p{
    color: #ffffff;
    font-size: 4rem;
}
.sec2Container p{
    font-size: 1.2rem;
}
@media(max-width: 768px) {
    
    .sec2Container {
        width: 80%;
    }
    .sec2Container h2{
        color: #ffffff;
        font-size: 40px;
    }
    .servContainer {
        flex-direction: column;
    }
    .servTexts h2 {
        font-size: 30px;
    }
    .servTexts p {
        font-size: 25px;
    }
    .servTexts {
        width: 100%;
        margin:none;
    }
    .servImgBox{
        width: 100%;
    }


    .servContainer {
        height: inherit;
    }
    .serv-imgs {
        width: 100%;
        display: inline-block;
        margin: 2.8rem;
    }
    .serv-imgs img {
        margin: 0 10px;
        width: 200px ;
        min-width: 40px;
    }
    .servImgContainer {
        width:auto; /* imposto su auto altrimenti su mobile fa un overflow verso destra */
    }


    .serv-slider {
        animation: serv-slidein 10s linear infinite;     /* secondi che dura l'animazione */
        white-space: nowrap;
    }
    .servfab {
        width: 100%;
        animation: fade-in 0.9s ease-in-out;
        border-radius: 10px;
    }
    @keyframes serv-slidein {
        from {
            transform: translate3d(0, 0, 0);
        }
        to {
            transform: translate3d(-118%, 0, 0); /* velocità dell'animazione scorrimento da regolare in base ai secondi sopra */
        }
    }
}
/* fine servizi */




/* contatti */
footer {
    .pageTransit {
        margin: 0;
    }
}
.contactTitle {
    margin: 50px 0 0 0 !important;
}
.contattiCont {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.mapAndOther {
    display: flex;
    gap: 50px;
    justify-content: center;
    width: 100%;
}
.frame {
    width: 60%;
    height: 100%;
    border-radius: 15px;
}
.frame iframe{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.contattaciBox {
    display: flex;
    height: 100%;
    width: 70%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contattaci {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    width: 100%;
}
.contattaci p{
    margin: 0;
}
.contattiFoto {
    width: 35%;
    object-fit: cover;
}
.contattiFoto img {
    width: 100%;
    border-radius: 15px;
}
@media(max-width: 768px) {
    .contattiCont {
        justify-content: center;
    }
    .contattaciBox {
        flex-direction: column-reverse;
    }
    .contattiFoto {
        width: 80%;
        margin-bottom: 50px;
    }
    
    .frame {
        width: 100%;
       
    }
}
/* fine contatti */

.sportime-contact {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.sportime-contact-hero .sportime-about-hero__shade {
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.78) 0%, rgba(5, 17, 27, 0.28) 48%, rgba(5, 17, 27, 0.88) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.05) 56%);
}

.sportime-contact-hero {
    min-height: calc(72vh - 20px);
}

.sportime-contact-hero .sportime-about-hero__content {
    min-height: calc(72vh - 50px);
}

.sportime-contact-hero__claim p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.08rem, 1.18vw, 1.36rem) !important;
    font-weight: 600;
    line-height: 1.3;
    text-transform: none;
}

.sportime-contact-hero__claim strong {
    color: #ffffff;
    font-weight: 900;
}

.sportime-contact-shell {
    width: min(1380px, calc(100vw - 12vw));
    margin: 0 auto;
}

.sportime-contact-direct {
    padding: clamp(78px, 8vw, 124px) 0;
    background: #ffffff;
}

.sportime-contact-direct__head {

    align-items: end;
    margin-bottom: clamp(42px, 5vw, 72px);
}

.sportime-contact-direct__head h2,
.sportime-contact-place__copy h2,
.sportime-contact-social h2 {
    margin: 0;
    color: #050505;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.9;
    text-transform: uppercase;
}

.sportime-contact-direct__head h2 {
    max-width: 12em;
    font-size: clamp(2.8rem, 5.3vw, 6.8rem);
}

.sportime-contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sportime-contact-card {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(24px, 2.7vw, 40px);
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 8px;
    background: #f3f7fb;
    box-shadow: 0 18px 42px rgba(7, 26, 43, 0.06);
}

.sportime-contact-card--primary {
    background: #fbed51;
    border-color: rgba(17, 17, 17, 0.28);
}

.sportime-contact-card i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #071a2b;
    color: #ffffff !important;
    font-size: 1.15rem;
}

.sportime-contact-card span {
    width: fit-content;
    margin-top: clamp(30px, 3.4vw, 54px);
    padding: 9px 12px;
    border-radius: 999px;
    background: #ffffff;
    color: #071a2b;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-contact-card h3 {
    margin: 18px 0 0;
    color: #071a2b;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.85rem, 2.6vw, 3.4rem);
    font-weight: 400;
    line-height: 0.95;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.sportime-contact-card h3 a {
    color: inherit;
    text-decoration: none;
}

.sportime-contact-card h3 a:hover,
.sportime-contact-card h3 a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.sportime-contact-card p {
    margin: auto 0 0;
    color: #25384a;
    font-size: clamp(1rem, 1.08vw, 1.2rem) !important;
    font-weight: 600;
    line-height: 1.26;
}

.sportime-contact-place {
    padding: clamp(78px, 8vw, 124px) 0;
    background: #f3f7fb;
}

.sportime-contact-place__shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.58fr) minmax(520px, 1fr);
    gap: clamp(38px, 6vw, 96px);
    align-items: stretch;
}

.sportime-contact-place__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sportime-contact-place__copy h2 {
    max-width: 10.8em;
    font-size: clamp(2.5rem, 4.25vw, 5.8rem);
}

.sportime-contact-place__copy > p:not(.sportime-about-eyebrow) {
    margin: clamp(26px, 3vw, 42px) 0 0;
    color: #303030;
    font-size: clamp(1.08rem, 1.22vw, 1.42rem) !important;
    font-weight: 500;
    line-height: 1.32;
}

.sportime-contact-place address {
    display: grid;
    gap: 6px;
    margin: clamp(28px, 3vw, 44px) 0 0;
    padding: 22px;
    border-left: 8px solid #fbed51;
    border-radius: 8px;
    background: #ffffff;
    color: #071a2b;
    font-style: normal;
    box-shadow: 0 18px 42px rgba(7, 26, 43, 0.06);
}

.sportime-contact-place address strong {
    margin-bottom: 8px;
    font-size: clamp(1.08rem, 1.18vw, 1.32rem);
    font-weight: 900;
    line-height: 1.12;
}

.sportime-contact-place address span {
    font-size: clamp(1rem, 1.06vw, 1.18rem);
    font-weight: 700;
    line-height: 1.16;
}

.sportime-contact-place__route {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 54px;
    margin-top: clamp(26px, 3vw, 42px);
    padding: 16px 24px;
    border-radius: 6px;
    background: #071a2b;
    color: #ffffff !important;
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
}

.sportime-contact-place__route:hover,
.sportime-contact-place__route:focus-visible {
    background: #fbed51;
    color: #071a2b !important;
    transform: translateY(-2px);
}

.sportime-contact-map {
    min-height: clamp(520px, 45vw, 680px);
    padding: clamp(14px, 1.6vw, 22px);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(7, 26, 43, 0.08);
}

.sportime-contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    border-radius: 8px;
    filter: saturate(0.92) contrast(1.02);
}

.sportime-contact-social {
    padding: clamp(78px, 8vw, 124px) 0;
    background: #f3f3f3;
    color: #111111;
}

.sportime-contact-social .sportime-contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.42fr);
    gap: clamp(34px, 6vw, 96px);
    align-items: end;
}

.sportime-contact-social .sportime-about-eyebrow,
.sportime-contact-social h2 {
    color: #111111;
}

.sportime-contact-social h2 {
    max-width: 12.4em;
    font-size: clamp(2.65rem, 4.8vw, 6.2rem);
}

.sportime-contact-social__links {
    display: grid;
    gap: 14px;
}
.sportime-contact-social__links svg{
    font-size: 3rem;
}

.sportime-contact-social__links a {
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #111111 !important;
    text-decoration: none !important;
}

.sportime-contact-social__links a:first-child {
    background: #fbed51;
    color: #111111 !important;
}

.sportime-contact-social__links a:hover,
.sportime-contact-social__links a:focus-visible {
    transform: translateY(-3px);
}

.sportime-contact-social__links i {
    font-size: clamp(1.5rem, 2vw, 2.3rem);
}

.sportime-contact-social__links span {
    color: inherit;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.6rem, 2.3vw, 3rem);
    font-weight: 400;
    line-height: 0.95;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .sportime-contact-direct__head,
    .sportime-contact-place__shell,
    .sportime-contact-social .sportime-contact-shell {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sportime-contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sportime-contact-card:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 764px) {
    .sportime-contact-hero {
        min-height: 76vh;
    }

    .sportime-contact-hero .sportime-about-hero__content {
        min-height: 76vh;
    }

    .sportime-contact-shell {
        width: min(100%, calc(100vw - 30px));
    }

    .sportime-contact-direct,
    .sportime-contact-place,
    .sportime-contact-social {
        padding: 66px 0 78px;
    }

    .sportime-contact-direct__head h2,
    .sportime-contact-place__copy h2,
    .sportime-contact-social h2 {
        font-size: clamp(2.25rem, 10.2vw, 3.6rem);
        line-height: 0.93;
    }

    .sportime-contact-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sportime-contact-card {
        min-height: 0;
        padding: 22px;
    }

    .sportime-contact-card span {
        margin-top: 28px;
    }

    .sportime-contact-card h3 {
        font-size: clamp(1.75rem, 8vw, 2.65rem);
    }

    .sportime-contact-card p {
        margin-top: 34px;
    }

    .sportime-contact-map {
        min-height: 420px;
        padding: 12px;
    }

    .sportime-contact-place__route {
        width: 100%;
    }

    .sportime-contact-social__links a {
        min-height: 88px;
        padding: 20px;
    }
}

#footbs {
    margin: 0;
    position: relative;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; 
}
.site-below-footer-wrap {
    padding-bottom: 0;
}
.site-above-footer-wrap,.site-below-footer-wrap {
    padding-top:0;
}
#socialFoot {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 0;
}
#socialFoot a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    color: #071a2b;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
#socialFoot a:hover{
    border-color: #071a2b;
    background: #ffffff;
    color: #071a2b;
    transform: translateY(-2px);
}
#logoFoot {
    width: clamp(14rem, 10vw, 11rem);
    max-width: 100%;
    padding: 0;
}
.contattiFoot a {
    color: #111111;
    text-decoration: none;
}
.contattiFoot a:hover {
    color: #111111;
    text-decoration: underline;
}
.ast-footer-copyright p a {
    color: white;
    cursor: default;
}

.certificazioni {
    display: flex;
    gap: 12px;
    margin-top: clamp(24px, 3vw, 44px);
    align-items:center;
    opacity: 0.86;
}
.certificazioni img{
    height: 40px;
}
.certificazioni div  p{
    margin: 0 !important;
    line-height: 1.06;
}
.certificazioni div b{
    color: #1b1b1b;
    font-size: 12px !important;
    font-weight: 700;
    margin: 0;
}

#footbs.sportime-site-footer {
    position: relative;
    z-index: 2;
    padding: clamp(18px, 1.7vw, 28px) clamp(16px, 1.5vw, 28px);
    background: #f3f3f3;
    color: #111111;
}

.sportime-site-footer__inner {
    min-height: 0;
    padding: clamp(28px, 3vw, 52px);
    border: 1px solid rgba(7, 26, 43, 0.12);
    border-radius: clamp(18px, 2vw, 30px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 42%),
        #fbed51;
    box-shadow: 0 24px 70px rgba(7, 26, 43, 0.08);
}

.sportime-site-footer__main {
    display: grid;
    grid-template-columns: minmax(260px, 0.86fr) minmax(520px, 1.14fr);
    gap: clamp(32px, 5vw, 86px);
    align-items: start;
}

.sportime-site-footer h6 {
    margin: 0 0 clamp(24px, 2vw, 34px);
    color: #474747;
    font-size: clamp(1rem, 1.05vw, 1.22rem) !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-site-footer p,
.sportime-site-footer a {
    color: #071a2b;
    font-size: clamp(1rem, 1vw, 1.12rem) !important;
    line-height: 1.18;
}

.sportime-site-footer p {
    margin: 0 0 14px;
}

.sportime-site-footer__brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    max-width: 520px;
    gap: clamp(32px, 4vw, 70px);
}

.sportime-site-footer__intro {
    max-width: 460px;
}

.sportime-site-footer__intro p {
    margin: 0;
    color: #071a2b;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2rem, 2.85vw, 4.1rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-site-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 48px;
    margin-top: clamp(24px, 2.6vw, 38px);
    padding: 14px 20px;
    border-radius: 999px;
    background: #071a2b;
    color: #ffffff !important;
    font-size: clamp(0.88rem, 0.92vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.sportime-site-footer__cta:hover {
    background: #ffffff;
    color: #071a2b !important;
    transform: translateY(-2px);
}

.sportime-site-footer__nav {
    display: flow;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(26px, 4vw, 64px);
}

.sportime-site-footer__nav p {
    margin: 0;
}

.sportime-site-footer__nav .pageTransit a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: clamp(42px, 3vw, 54px);
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid rgba(7, 26, 43, 0.2);
    border-radius: 0;
    background: transparent;
    color: #071a2b !important;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1rem, 1.04vw, 1.18rem) !important;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}

.sportime-site-footer__nav .pageTransit a::after {
    content: "›";
    margin-left: 18px;
    color: rgba(7, 26, 43, 0.42);
    font-size: 1.35rem;
    line-height: 0.8;
    transition: color 0.2s ease, transform 0.2s ease;
}

.sportime-site-footer__nav .pageTransit a:hover {
    border-color: #071a2b;
    color: #071a2b;
    padding-left: 8px;
}

.sportime-site-footer__nav .pageTransit a:hover::after {
    color: #071a2b;
    transform: translateX(4px);
}

.sportime-site-footer__address {
    max-width: none;
    color: rgba(7, 26, 43, 0.8);
}

.sportime-site-footer__contacts {
     display: grid;
    gap: 8px 14px;
    margin-top: 30px;
    padding: clamp(18px, 2vw, 26px);
    border: 1px solid rgba(7, 26, 43, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
}

.sportime-site-footer__contacts p {
    margin: 0;
}

.sportime-site-footer__contacts .sportime-site-footer__address {
    grid-column: 1 / -1;
    margin: 0 0 6px;
    font-weight: 800;
}

.sportime-site-footer__sponsors {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0 0;
}

.sportime-site-footer__sponsor-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: clamp(64px, 5.2vw, 82px);
    padding: 9px;

    border-radius: 6px;
    background: white;

}

.sportime-site-footer__sponsor-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sportime-site-footer__contacts a {
    color: rgba(7, 26, 43, 0.86);
    font-size: clamp(0.94rem, 0.98vw, 1.06rem) !important;
    font-weight: 800;
    line-height: 1.16;
    text-decoration: none;
}

.sportime-site-footer__contacts a:hover,
.sportime-site-footer__contacts a:focus-visible {
    color: #071a2b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sportime-site-footer__contacts i,
.sportime-site-footer #socialFoot i {
    color: inherit !important;
}

.sportime-site-footer__bottom {
    margin-top: clamp(28px, 4vw, 58px);
    padding-top: clamp(18px, 2vw, 26px);
    border-top: 1px solid rgba(7, 26, 43, 0.18);
}

.sportime-site-footer__logo-wrap {
    display: block;
    align-self: flex-start;
}

.sportime-site-footer__bottom-meta {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.sportime-site-footer__bottom-meta #socialFoot {
    justify-self: start;
}

.sportime-site-footer__bottom a,
.sportime-site-footer__bottom p,
.sportime-site-footer__bottom-meta span {
    margin: 0;
    color: rgba(7, 26, 43, 0.74);
    font-size: clamp(0.88rem, 0.9vw, 1rem) !important;
    line-height: 1.25;
}

.sportime-site-footer__copyright {
    justify-self: center;
    text-align: center;
}

.sportime-site-footer__legal {
    display: inline-flex;
    gap: 10px;
    justify-self: end;
    align-items: center;
    white-space: nowrap;
}

.sportime-site-footer__copyright a,
.sportime-site-footer__legal a {
    color: #071a2b;
    text-decoration: none;
    text-underline-offset: 3px;
}

.sportime-site-footer__copyright a:hover,
.sportime-site-footer__legal a:hover {
    text-decoration: underline;
}

.site-footer div.site-below-footer-wrap {

    overflow: hidden;
}

@media (max-width: 1024px) {
    .sportime-site-footer__main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .sportime-site-footer__spacer {
        display: none;
    }

    .sportime-site-footer__bottom {
        margin-top: 42px;
    }

    .sportime-site-footer__bottom-meta {
        grid-template-columns: 1fr auto;
    }

    .sportime-site-footer__bottom-meta #socialFoot {
        grid-column: 1 / -1;
    }

    .sportime-site-footer__copyright {
        justify-self: start;
        text-align: left;
    }

    .sportime-site-footer__legal {
        justify-self: end;
    }
}

@media (max-width: 764px) {
    #footbs.sportime-site-footer {
        margin-top: 0 !important;
        padding: 24px 12px 18px;
    }

    .sportime-site-footer__inner {
        min-height: 0;
        padding: 28px 18px 20px;
        border-radius: 22px;
    }

    .sportime-site-footer__main {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .sportime-site-footer__brand {
        min-height: 0;
        gap: 28px;
    }

    .sportime-site-footer__intro p {
        font-size: clamp(2.1rem, 10vw, 3.2rem) !important;
    }

    .sportime-site-footer__cta {
        min-width: 138px;
        min-height: 50px;
        margin-top: 28px;
    }

    .sportime-site-footer__logo-wrap {
        margin-top: 0;
    }

    #logoFoot {
        width: min(100%, 8.5rem);
    }

    .sportime-site-footer h6 {
        margin-bottom: 16px;
        font-size: 0.98rem !important;
    }

    .sportime-site-footer p,
    .sportime-site-footer a {
        font-size: 1.04rem !important;
    }

    .sportime-site-footer__nav {
        grid-template-columns: 1fr;
    }

    .sportime-site-footer__nav .pageTransit a {
        min-height: 50px;
        padding: 13px 14px;
        font-size: 0.96rem !important;
    }

    .sportime-site-footer__contacts {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .sportime-site-footer__sponsors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .sportime-site-footer__sponsor-logo {
        height: 58px;
        padding: 7px;
    }

    .sportime-site-footer__bottom-meta {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sportime-site-footer__bottom-meta #socialFoot,
    .sportime-site-footer__copyright,
    .sportime-site-footer__legal {
        justify-self: start;
    }

    .sportime-site-footer__legal {
        flex-wrap: wrap;
        white-space: normal;
    }
}



/* nav header staccato */

    header#masthead {
        left: 50%;
        transform: translateX(-50%) translateY(20px) !important;
        position: fixed;
        width: 90vw;
        border-radius: 40px;
        overflow: visible;
        transition: all 0.5s ease-in-out;
        z-index: 10010;
    }

    header#masthead .main-header-bar-wrap,
    header#masthead .main-header-bar,
    header#masthead .ast-primary-header-bar {
        border-radius: 40px;
        background-clip: padding-box;
    }

    header#masthead .main-header-menu .sub-menu {
        z-index: 10020;
    }

    header#masthead .main-header-menu .sub-menu .menu-link {
        color: #000000 !important;
    }

    header#masthead .main-header-menu .sub-menu .menu-link:hover,
    header#masthead .main-header-menu .sub-menu .menu-link:focus-visible {
        color: #8f7a00 !important;
    }

    @media (min-width: 769px) {
        header#masthead .main-header-menu .menu-item-has-children {
            position: relative;
        }

        header#masthead .main-header-menu .menu-item-has-children:hover > .sub-menu,
        header#masthead .main-header-menu .menu-item-has-children:focus-within > .sub-menu {
            left: 0;
            top: 100%;
            opacity: 1;
            visibility: visible;
        }
    }





/* fine nav header staccato */


@media(max-width: 768px) {
    .selWorks {
        width: 80%;
    }
    .coverP {
        width: 100%;
    }
    .site-header {
        position:static !important;
        background: transparent;
        position: fixed !important;
    }
    .ast-header-break-point .ast-primary-header-bar {
        box-shadow: 0px 1px 20px 0px #fbed51;
    }
    .main-header-bar {
        border: none !important;
    }
    #footbs {
        width: 100%;
    }
    
    .logos a i::before{
        padding:20px;
    }
    .site-content {
        /* margin-bottom: 50px; */
    }
    .certificazioni {
        justify-content: center;
    }
    .brands_item img {
        width: 30%;
    }
    .brands_item {
        height: 60px;
    }
    #spanvidtext{
        width: 92%;
    }

    .imgbox {
        width: 100% !important;
        height: 460px!important;
    }
    .imgbox img{
        object-fit: cover;
        position: absolute;
        height: 100%;
        width: 100%;
        transition: transform 0.3s ease;
    }

    #ast-hf-mobile-menu li a {
        color: #000000 !important;
        text-align: center;
    }
    #ast-hf-mobile-menu li a:hover,
    #ast-hf-mobile-menu li a:focus-visible,
    #ast-hf-mobile-menu li.current-menu-item > a,
    #ast-hf-mobile-menu li.current_page_item > a {
        color: #8f7a00 !important;
    }
    #ast-hf-mobile-menu li svg {
        color: currentColor !important;
    }
    #ast-hf-mobile-menu .menu-item-has-children > .ast-menu-toggle,
    #ast-hf-mobile-menu .menu-item-has-children > .ast-menu-toggle svg {
        color: #000000 !important;
        fill: #000000 !important;
        stroke: #000000 !important;
    }
    #socialFoot {
        justify-content: center;
    }


    /* nav header staccato */

        header#masthead {
            transform: translateX(-50%) translateY(2%) !important;
        
        }

        .ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {
            display: block;
            position: relative;
            width: 100%;
        }
        .site-navigation .menu-item a {
            color: #000000 !important;
            padding: 0 !important;
        }
        .site-navigation .menu-item a:hover,
        .site-navigation .menu-item a:focus-visible {
            color: #8f7a00 !important;
        }
        .ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
            border-style:  inset;
        }

        .page-template-servizi header#masthead,
        .page-template-servizi .site-header {
            position: fixed !important;
            z-index: 10020 !important;
        }
        .page-template-servizi .ast-mobile-header-wrap,
        .page-template-servizi .ast-mobile-header-content {
            z-index: 10021 !important;
        }

        
        
    /* fine nav header staccato */

}

.page-template-galleria .site-content .ast-container {
    display: contents;
}

.page-template-galleria #primary,
.page-template-galleria .entry-content {
    width: 100%;
    max-width: none;
}

.sportime-gallery-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.sportime-gallery-cover {
    position: relative;
    min-height: clamp(360px, 52vh, 560px);
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.sportime-gallery-cover > img,
.sportime-gallery-cover__shade {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 40px;
}

.sportime-gallery-cover > img {
    object-fit: cover;
    object-position: center;
}

.sportime-gallery-cover__shade {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.78) 0%, rgba(5, 17, 27, 0.28) 52%, rgba(5, 17, 27, 0.72) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.08) 62%);
}

.sportime-gallery-cover__content {
    position: relative;
    z-index: 2;
    min-height: calc(clamp(360px, 52vh, 560px) - 30px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
    align-items: end;
    gap: clamp(28px, 5vw, 90px);
    padding: clamp(32px, 4vw, 68px);
    color: #ffffff;
}

.sportime-gallery-cover__content p:first-child {
    margin: 0 0 18px;
    color: #fbed51;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-gallery-cover h1 {
    max-width: 8.2em;
    margin: 0;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.8rem, 6.6vw, 6.8rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-gallery-cover__claim {
    width: min(100%, 390px);
    margin: 0 0 4px auto;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.02rem, 1.25vw, 1.38rem) !important;
    font-weight: 400;
    line-height: 1.32;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
}

.sportime-gallery-content {

    background: #f3f3f3;
}

.sportime-gallery-content__shell {
    width: min(1120px, calc(100vw - 12vw));
    margin: 0 auto;
}

.sportime-events-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.sportime-events-hero {
    position: relative;
    min-height: clamp(430px, 68vh, 720px);
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.sportime-events-hero > img,
.sportime-events-hero__shade {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 40px;
}

.sportime-events-hero > img {
    object-fit: cover;
    object-position: center 42%;
}

.sportime-events-hero__shade {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.8) 0%, rgba(5, 17, 27, 0.26) 52%, rgba(5, 17, 27, 0.72) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.08) 62%);
}

.sportime-events-hero__content {
    position: relative;
    z-index: 2;
    min-height: calc(clamp(430px, 68vh, 720px) - 30px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
    align-items: end;
    gap: clamp(32px, 5vw, 90px);
    padding: clamp(36px, 4vw, 72px);
    color: #ffffff;
}

.sportime-events-hero__content p:first-child,
.sportime-events-list__head p {
    margin: 0 0 18px;
    color: #fbed51;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-events-hero h1,
.sportime-events-list__head h2 {
    margin: 0;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-events-hero h1 {
        max-width: 12em;
    color: #ffffff;
    font-size: clamp(2.85rem, 5.7vw, 6.8rem);
}

.sportime-events-hero__claim {
    width: min(100%, 410px);
    margin: 0 0 4px auto;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.02rem, 1.25vw, 1.42rem) !important;
    font-weight: 400;
    line-height: 1.32;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.38);
}

.sportime-events-editor {
    padding: clamp(42px, 4vw, 72px) 0;
    background: #ffffff;
}

.sportime-events-editor__shell {
    width: min(980px, calc(100vw - 16vw));
    margin: 0 auto;
    color: #303030;
}

.sportime-events-list {
    scroll-margin-top: 150px;
    padding: clamp(82px, 8vw, 128px) 0 clamp(72px, 8vw, 132px);
    background: #f3f3f3;
}

.sportime-events-list__shell {
    width: min(1180px, calc(100vw - 10vw));
    margin: 0 auto;
}

.sportime-events-list__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(18px, 2vw, 28px);
    margin-bottom: clamp(34px, 4vw, 64px);
}

.sportime-events-list__head p {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 2px 8px 3px;
    background: #fbed51;
    color: #000000;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.85rem, 3.1vw, 3.4rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-events-list__head h2 {
    max-width: 760px;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.18rem, 1.8vw, 2rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: none;
}

.sportime-events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 30px);
}

.sportime-events-group + .sportime-events-group {
    margin-top: clamp(54px, 6vw, 94px);
    padding-top: clamp(44px, 5vw, 76px);
    border-top: 1px solid rgba(17, 17, 17, 0.14);
}

.sportime-events-group__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(22px, 3vw, 38px);
}

.sportime-events-group__head span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    background: #111111;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.05rem, 1.65vw, 1.85rem) !important;
    font-weight: 400;
    line-height: 0.95;
    text-transform: uppercase;
}

.sportime-events-group--upcoming .sportime-events-group__head span {
    background: #fbed51;
    color: #000000;
}

.sportime-events-group__head p {
    max-width: 380px;
    margin: 0;
    color: #4a4a4a;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.98rem, 1vw, 1.08rem) !important;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
}

.sportime-event-card {
    min-width: 0;
    background: #ffffff;
    color: #111111;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

.sportime-event-card--upcoming {
    border-color: rgba(251, 237, 81, 0.75);
    box-shadow: 0 20px 52px rgba(17, 17, 17, 0.1);
}

.sportime-event-card--past {
    background: #fbfbfb;
}

.sportime-event-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1.16 / 1;
    background: #d8d8d8;
    overflow: hidden;
}

.sportime-event-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.sportime-event-card:hover .sportime-event-card__media img {
    transform: scale(1.045);
}

.sportime-event-card--past .sportime-event-card__media img {
    filter: saturate(0.72);
}

.sportime-event-card__status {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    padding: 8px 11px;
    background: rgba(17, 17, 17, 0.86);
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.76rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-event-card--upcoming .sportime-event-card__status {
    background: #fbed51;
    color: #000000;
}

.sportime-event-card__body {
    padding: clamp(22px, 2.4vw, 34px);
}

.sportime-event-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin-bottom: 18px;
}

.sportime-event-card__meta time,
.sportime-event-card__meta span {
    color: #565656;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-event-card h3 {
    margin: 0 0 18px;
}

.sportime-event-card h3 a {
    color: #111111 !important;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.22rem, 1.65vw, 1.86rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none !important;
    text-transform: uppercase;
}

.sportime-event-card p {
    min-height: 4.35em;
    margin: 0 0 24px;
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(0.94rem, 0.95vw, 1.02rem) !important;
    font-weight: 400;
    line-height: 1.45;
}

.sportime-event-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.sportime-event-card__link span {
    color: #fbed51;
    font-size: 1.4rem;
    line-height: 0;
    transition: transform 0.2s ease;
}

.sportime-event-card__link:hover span,
.sportime-event-card__link:focus-visible span {
    transform: translateX(4px);
}

.sportime-events-empty {
    padding: clamp(38px, 5vw, 72px);
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.sportime-events-empty--compact {
    padding: clamp(26px, 3vw, 42px);
}

.sportime-events-empty p {
    margin: 0;
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.1rem, 1.5vw, 1.45rem) !important;
    line-height: 1.35;
}

@media (max-width: 1024px) {
    .sportime-events-hero__content,
    .sportime-events-list__head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sportime-events-hero__claim {
        margin-left: 0;
    }

    .sportime-events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sportime-events-group__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .sportime-events-group__head p {
        max-width: 620px;
        text-align: left;
    }

    .sportime-gallery-cover__content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sportime-gallery-cover__claim {
        margin-left: 0;
    }
}

@media (max-width: 764px) {
    .sportime-events-hero {
        min-height: 480px;
        padding: 0;
    }

    .sportime-events-hero > img,
    .sportime-events-hero__shade {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .sportime-events-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.12) 0%, rgba(5, 17, 27, 0.82) 56%, rgba(5, 17, 27, 0.94) 100%);
    }

    .sportime-events-hero__content {
        min-height: 480px;
        padding: 104px 22px 34px;
    }

    .sportime-events-hero h1 {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .sportime-events-hero__claim {
        font-size: 1.05rem !important;
        line-height: 1.3;
    }

    .sportime-events-editor__shell,
    .sportime-events-list__shell {
        width: min(100%, calc(100vw - 30px));
    }

    .sportime-events-list {
        scroll-margin-top: 96px;
        padding-top: 64px;
    }

    .sportime-events-list__head h2 {
        font-size: clamp(1.08rem, 5.4vw, 1.55rem);
    }

    .sportime-events-list__head p {
        font-size: clamp(1.55rem, 9.2vw, 2.45rem) !important;
        padding: 2px 6px 3px;
    }

    .sportime-events-grid {
        grid-template-columns: 1fr;
    }

    .sportime-events-group + .sportime-events-group {
        margin-top: 44px;
        padding-top: 38px;
    }

    .sportime-events-group__head {
        gap: 14px;
    }

    .sportime-events-group__head span {
        font-size: clamp(0.98rem, 6.2vw, 1.35rem) !important;
    }

    .sportime-event-card__media {
        aspect-ratio: 1.22 / 1;
    }

    .sportime-event-card p {
        min-height: 0;
    }

    .sportime-gallery-cover {
        min-height: 430px;
        padding: 0;
    }

    .sportime-gallery-cover > img,
    .sportime-gallery-cover__shade {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .sportime-gallery-cover__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.12) 0%, rgba(5, 17, 27, 0.82) 58%, rgba(5, 17, 27, 0.94) 100%);
    }

    .sportime-gallery-cover__content {
        min-height: 430px;
        padding: 104px 22px 34px;
    }

    .sportime-gallery-cover h1 {
        font-size: clamp(2.5rem, 14vw, 4rem);
    }

    .sportime-gallery-cover__claim {
        font-size: 1.05rem !important;
        line-height: 1.3;
    }

    .sportime-gallery-content__shell {
        width: min(100%, calc(100vw - 30px));
    }
}

.single-post .site-content .ast-container,
.single-sp_event .site-content .ast-container {
    display: contents;
}

.single-post.ast-separate-container .site-content .ast-container,
.single-sp_event.ast-separate-container .site-content .ast-container {
    max-width: none;
    padding: 0;
}

.single-post #primary,
.single-post .entry-content,
.single-sp_event #primary,
.single-sp_event .entry-content {
    width: 100%;
    max-width: none;
}

.single-post.ast-separate-container .ast-article-single,
.single-sp_event.ast-separate-container .ast-article-single {
    padding: 0;
}

.sportime-single-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.sportime-single-hero {
    position: relative;
    min-height: clamp(360px, 52vh, 560px);
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
    isolation: isolate;
}

.sportime-single-hero > img,
.sportime-single-hero__shade {
    position: absolute;
    inset: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 40px;
    overflow: hidden;
}

.sportime-single-hero > img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.sportime-single-hero__shade {
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.86) 0%, rgba(5, 17, 27, 0.34) 54%, rgba(5, 17, 27, 0.78) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.1) 62%);
}

.sportime-single-hero__content {
    position: relative;
    z-index: 2;
    min-height: calc(clamp(360px, 52vh, 560px) - 30px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.3fr);
    align-items: end;
    gap: clamp(28px, 5vw, 90px);
    padding: clamp(32px, 4vw, 68px);
    color: #ffffff;
}

.sportime-single-hero__title {
    min-width: 0;
}

.sportime-single-hero__back,
.sportime-single-hero__title p,
.sportime-single-hero__meta time,
.sportime-single-hero__meta span {
    font-family: "Gravity", sans-serif !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-single-hero__back {
    display: inline-flex;
    align-items: center;
    margin-bottom: clamp(26px, 3vw, 46px);
    padding: 13px 18px;
    border-radius: 999px;
    background: #fbed51;
    color: #111111 !important;
    font-size: 0.82rem !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.sportime-single-hero__back:hover,
.sportime-single-hero__back:focus-visible {
    background: #b5f830;
    transform: translateY(-2px);
}

.sportime-single-hero__title p {
    margin: 0 0 18px;
    color: #fbed51;
    font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
}

.sportime-single-hero h1 {
    max-width: 8.8em;
    margin: 0;
    color: #ffffff;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.6rem, 5.2vw, 5.9rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-single-hero__meta {
    width: min(100%, 280px);
    margin-left: auto;
    padding: 20px;
    border-radius: 0;
    background: rgba(247, 247, 247, 0.96);
    color: #111111;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.16);
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.sportime-single-hero__meta time,
.sportime-single-hero__meta span {
    display: block;
    color: #111111;
    font-size: clamp(0.9rem, 1vw, 1.05rem) !important;
}

.sportime-single-hero__meta-label {
    margin-bottom: 10px;
    color: #777777 !important;
    font-size: 0.75rem !important;
}

.sportime-single-hero__meta-author,
.sportime-single-hero__meta-time {
    margin-top: 12px;
    color: #565656 !important;
}

.sportime-single-body {
    padding: clamp(58px, 7vw, 118px) 0;
    background: #f3f3f3;
}

.sportime-single-body__shell {
    width: min(1120px, calc(100vw - 12vw));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
    gap: clamp(38px, 6vw, 96px);
    align-items: start;
}

.sportime-single-body__aside {
    position: sticky;
    top: 110px;
}

.sportime-single-body__aside > p {
    width: fit-content;
    margin: 0 0 26px;
    padding: 2px 8px 3px;
    background: #fbed51;
    color: #000000;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.55rem, 2.0vw, 2.55rem) !important;
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-single-body__share {
    display: grid;
    gap: 10px;
}

.sportime-single-body__share a,
.sportime-single-nav__archive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 20px;
    border-radius: 5px;
    background: #151515;
    color: #ffffff !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.92rem !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.sportime-single-body__share a:hover,
.sportime-single-body__share a:focus-visible,
.sportime-single-nav__archive:hover,
.sportime-single-nav__archive:focus-visible {
    background: #e94016;
    transform: translateY(-2px);
}

.sportime-single-content {
    min-width: 0;
    padding: clamp(30px, 4vw, 58px);
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

.sportime-single-content > *:first-child {
    margin-top: 0;
}

.sportime-single-content > *:last-child {
    margin-bottom: 0;
}

.sportime-single-content p,
.sportime-single-content li {
    color: #303030;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.04rem, 1.05vw, 1.18rem) !important;
    font-weight: 400;
    line-height: 1.62;
}

.sportime-single-content p {
    margin: 0 0 1.45em;
}

.sportime-single-content h2,
.sportime-single-content h3,
.sportime-single-content h4 {
    margin: 1.4em 0 0.55em;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-single-content h2 {
    font-size: clamp(2rem, 3.2vw, 3.75rem);
}

.sportime-single-content h3 {
    font-size: clamp(1.55rem, 2.15vw, 2.45rem);
}

.sportime-single-content h4 {
    font-size: clamp(1.25rem, 1.55vw, 1.8rem);
}

.sportime-single-content a {
    color: #111111 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 900;
    text-decoration-color: #fbed51 !important;
    text-decoration-thickness: 0.18em !important;
    text-underline-offset: 0.16em;
}

.sportime-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.sportime-single-content blockquote {
    margin: clamp(28px, 4vw, 52px) 0;
    padding: clamp(24px, 3vw, 42px);
    border-left: 8px solid #fbed51;
    background: #f3f3f3;
}

.sportime-single-content blockquote p {
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.35rem, 2vw, 2.25rem) !important;
    line-height: 1.02;
    text-transform: uppercase;
}

.sportime-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(34px, 4vw, 58px);
    padding-top: 26px;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.sportime-single-tags a {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f3f3f3;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.sportime-single-nav {
    padding: 0 0 clamp(70px, 8vw, 132px);
    background: #f3f3f3;
}

.sportime-single-nav__shell {
    width: min(1120px, calc(100vw - 12vw));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(18px, 3vw, 42px);
    align-items: stretch;
}

.sportime-single-nav__item {
  min-height: fit-content;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.sportime-single-nav__item--next {
    text-align: right;
}

.sportime-single-nav__item span {
    display: block;
    margin-bottom: 15px;
    color: #565656;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-single-nav__item a {
    color: #111111 !important;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.16rem, 1.55vw, 1.72rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none !important;
    text-transform: uppercase;
}

.sportime-single-nav__archive {
    align-self: center;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .sportime-single-hero__content,
    .sportime-single-body__shell,
    .sportime-single-nav__shell {
        grid-template-columns: 1fr;
    }

    .sportime-single-hero__meta {
        margin-left: 0;
    }

    .sportime-single-body__aside {
        position: static;
    }

    .sportime-single-body__share {
        display: flex;
        flex-wrap: wrap;
    }

    .sportime-single-nav__item--next {
        text-align: left;
    }

    .sportime-single-nav__archive {
        justify-self: start;
    }
}

@media (max-width: 764px) {
    .sportime-single-hero {
        min-height: 430px;
        padding: 0;
    }

    .sportime-single-hero > img,
    .sportime-single-hero__shade {
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .sportime-single-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.14) 0%, rgba(5, 17, 27, 0.82) 50%, rgba(5, 17, 27, 0.95) 100%);
    }

    .sportime-single-hero__content {
        min-height: 430px;
        padding: 104px 22px 34px;
    }

    .sportime-single-hero h1 {
        font-size: clamp(2.25rem, 11vw, 3.65rem);
    }

    .sportime-single-hero__meta {
        width: 100%;
        padding: 18px;
    }

    .sportime-single-body__shell,
    .sportime-single-nav__shell {
        width: min(100%, calc(100vw - 30px));
    }

    .sportime-single-body {
        padding: 46px 0 58px;
    }

    .sportime-single-content {
        padding: 26px 20px;
    }

    .sportime-single-content p,
    .sportime-single-content li {
        font-size: 1rem !important;
        line-height: 1.58;
    }

    .sportime-single-body__aside > p {
        font-size: clamp(1.45rem, 8.5vw, 2.15rem) !important;
    }

    .sportime-single-nav__item {
        min-height: 0;
    }
}

.sportime-calendar-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f3f3f3;
    color: #111111;
    overflow: hidden;
}

.sportime-calendar-hero {
    min-height: clamp(360px, 52vh, 560px);
}

.sportime-calendar-hero .sportime-about-hero__content {
    min-height: calc(clamp(360px, 52vh, 560px) - 30px);
}

.sportime-calendar-hero .sportime-about-hero__shade {
    background:
        linear-gradient(90deg, rgba(5, 17, 27, 0.82) 0%, rgba(5, 17, 27, 0.36) 48%, rgba(5, 17, 27, 0.88) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.05) 58%);
}

.sportime-calendar-hero__claim p {
    margin: 0;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: clamp(1.05rem, 1.35vw, 1.42rem) !important;
    font-weight: 800;
    line-height: 1.24;
}

.sportime-calendar-board {
    padding: clamp(62px, 7vw, 118px) 0;
    background: #f3f3f3;
}

.sportime-calendar-jump {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 0 0 clamp(30px, 4vw, 54px);
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.sportime-calendar-jump__label {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 14px;
    background: #111111;
    color: #ffffff;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-calendar-jump__shell {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

.sportime-calendar-jump__shell::-webkit-scrollbar {
    display: none;
}

.sportime-calendar-jump a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: #f7f7f7;
    color: #111111 !important;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sportime-calendar-jump a:hover,
.sportime-calendar-jump a:focus-visible {
    border-color: #111111;
    background: #fbed51;
    color: #111111 !important;
}

.sportime-calendar-board__shell {
    width: min(1240px, calc(100vw - 12vw));
    margin: 0 auto;
}

.sportime-calendar-board__head {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.82fr);
    gap: clamp(24px, 4vw, 70px);
    align-items: end;
    margin-bottom: clamp(32px, 4vw, 58px);
}

.sportime-calendar-board__head h2 {
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(2.35rem, 4.6vw, 5.4rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-calendar-board__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(18px, 2.7vw, 36px);
    align-items: start;
}

.sportime-calendar-board__calendar,
.sportime-calendar-board__list {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.sportime-calendar-board__calendar {
    --sportime-calendar-card-pad: clamp(18px, 2vw, 28px);
    padding: var(--sportime-calendar-card-pad);
}

.sportime-calendar-board__list {
    --sportime-calendar-card-pad: clamp(18px, 2.3vw, 34px);
    position: relative;
    min-width: 0;
    padding: var(--sportime-calendar-card-pad);
    overflow: hidden;
}

.sportime-calendar-board__list::before {
    content: "Scorri la tabella →";
    display: inline-flex;
    align-items: center;
    margin: 0 0 14px;
    padding: 8px 11px;
    background: #fbed51;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.78rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-calendar-board__list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: clamp(34px, 5vw, 72px);
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 82%);
}

.sportime-calendar-board .sportspress {
    margin: 0;
}

.sportime-calendar-board .sportspress h4,
.sportime-calendar-board .sp-table-caption {
    margin: 0 0 18px;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.sportime-calendar-board table {
    width: 100%;
    border-collapse: collapse;
    color: #111111;
    font-family: "Gravity", sans-serif !important;
}

.sportime-calendar-board th,
.sportime-calendar-board td {
    padding: 13px 12px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    font-size: 0.92rem !important;
    line-height: 1.25;
    vertical-align: middle;
}

.sportime-calendar-board th {
    background: #111111;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.sportime-calendar-board td {
    background: #ffffff;
}

.sportime-calendar-board a {
    color: #111111 !important;
    font-weight: 900;
    text-decoration-color: rgba(17, 17, 17, 0.28) !important;
    text-underline-offset: 3px;
}

.sportime-calendar-board a:hover,
.sportime-calendar-board a:focus-visible {
    color: #6d7c00 !important;
    text-decoration-color: #b5f830 !important;
}

.sportime-calendar-board .sp-result {
    display: inline-flex;
    min-width: 28px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    background: #fbed51;
    color: #111111;
    font-weight: 900;
}

@media (max-width: 1024px) {
    .sportime-calendar-board__head,
    .sportime-calendar-board__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 764px) {
    .sportime-calendar-hero {
        min-height: 430px;
    }

    .sportime-calendar-hero .sportime-about-hero__content {
        min-height: 430px;
    }

    .sportime-calendar-hero .sportime-about-hero__shade {
        background:
            linear-gradient(180deg, rgba(5, 17, 27, 0.2) 0%, rgba(5, 17, 27, 0.84) 52%, rgba(5, 17, 27, 0.95) 100%);
    }

    .sportime-calendar-board {
        padding: 46px 0 64px;
    }

    .sportime-calendar-jump {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
    }

    .sportime-calendar-jump__shell {
        display: flex;
        width: 100%;
    }

    .sportime-calendar-jump a {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 11px 13px;
        font-size: 0.74rem !important;
    }

    .sportime-calendar-jump__label {
        width: fit-content;
        min-height: 36px;
        padding: 0 12px;
        font-size: 0.72rem !important;
    }

    .sportime-calendar-board__shell {
        width: min(100%, calc(100vw - 30px));
    }

    .sportime-calendar-board__head {
        margin-bottom: 26px;
    }

    .sportime-calendar-board__head h2 {
        font-size: clamp(2rem, 11vw, 3.45rem);
    }

    .sportime-calendar-board__calendar,
    .sportime-calendar-board__list {
        padding: 15px;
    }

    .sportime-calendar-board__list::before {
        margin-bottom: 12px;
        font-size: 0.72rem !important;
    }

    .sportime-calendar-board th,
    .sportime-calendar-board td {
        padding: 10px 9px;
        font-size: 0.82rem !important;
    }
}

.sportime-calendar-board__grid {
    grid-template-columns: 1fr;
}

.sportime-calendar-board__calendar {
    width: min(100%, 560px);
}

.sportime-calendar-board__calendar,
.sportime-calendar-board__list {
    border: 0;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.sportime-calendar-board__calendar .sp-table-caption,
.sportime-calendar-board__list .sp-table-caption {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin: calc(var(--sportime-calendar-card-pad) * -1) calc(var(--sportime-calendar-card-pad) * -1) 22px;
    padding: 14px var(--sportime-calendar-card-pad);
    background: #111111;
    color: #ffffff;
    font-size: 0.82rem !important;
    letter-spacing: 0;
}

.sportime-calendar-board__list .sp-table-caption {
    margin-bottom: 14px;
}

.sportime-calendar-board .sp-calendar-wrapper {
    overflow: hidden;
}

.sportime-calendar-board .sp-calendar {
    table-layout: fixed;
}

.sportime-calendar-board .sp-calendar th,
.sportime-calendar-board .sp-calendar td {
    width: 14.285%;
    height: 54px;
    padding: 0;
    text-align: center;
}

.sportime-calendar-board .sp-calendar th {
    height: 34px;
    background: #f3f3f3;
    color: #111111;
    border-color: #ffffff;
    font-size: 0.76rem !important;
}

.sportime-calendar-board .sp-calendar td {
    background: #ffffff;
    color: #2c2c2c;
    font-weight: 800;
}

.sportime-calendar-board .sp-calendar td.pad {
    background: #f7f7f7;
}

.sportime-calendar-board .sp-calendar a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: #fbed51;
    color: #111111 !important;
    text-decoration: none !important;
}

.sportime-calendar-board .sp-calendar #today {
    box-shadow: inset 0 0 0 3px #111111;
}

.sportime-calendar-board .sp-calendar tfoot td {
    height: 40px;
    background: #f3f3f3;
    border-color: #ffffff;
}

.sportime-calendar-board .sp-calendar tfoot a {
    width: auto;
    height: auto;
    min-height: 30px;
    padding: 7px 10px;
    background: #111111;
    color: #ffffff !important;
    font-size: 0.76rem !important;
    text-transform: uppercase;
}

.sportime-calendar-board__list,
.sportime-calendar-board__list .sp-table-wrapper {
    scrollbar-color: #111111 #e4e4e4;
    scrollbar-width: thin;
}

.sportime-calendar-board__list .sp-table-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 14px;
    -webkit-overflow-scrolling: touch;
}

.sportime-calendar-board__list::-webkit-scrollbar,
.sportime-calendar-board__list .sp-table-wrapper::-webkit-scrollbar {
    height: 12px;
}

.sportime-calendar-board__list::-webkit-scrollbar-track,
.sportime-calendar-board__list .sp-table-wrapper::-webkit-scrollbar-track {
    background: #e4e4e4;
}

.sportime-calendar-board__list::-webkit-scrollbar-thumb,
.sportime-calendar-board__list .sp-table-wrapper::-webkit-scrollbar-thumb {
    background: #111111;
    border: 3px solid #e4e4e4;
}

.sportime-calendar-board__list::before {
    margin-bottom: 18px;
    clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
}

.sportime-calendar-board .sp-table-wrapper {
    min-width: 0;
}

.sportime-calendar-board .sp-event-list {
    min-width: 1120px;
    table-layout: auto;
}

.sportime-calendar-board .sp-event-list th {
    padding: 14px 16px;
    background: #111111;
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 0.72rem !important;
    white-space: nowrap;
}

.sportime-calendar-board .sp-event-list td {
    padding: 18px 16px;
    border-color: rgba(17, 17, 17, 0.08);
    color: #202020;
    font-size: 0.9rem !important;
}

.sportime-calendar-board .sp-event-list tbody tr:nth-child(even) td {
    background: #fafafa;
}

.sportime-calendar-board .sp-event-list tbody tr:hover td {
    background: #fff9ba;
}

.sportime-calendar-board .sp-event-list date {
    display: none;
}

.sportime-calendar-board .sp-event-list .data-date {
    min-width: 132px;
    color: #565656;
}

.sportime-calendar-board .sp-event-list .data-event {
    min-width: 240px;
}

.sportime-calendar-board .sp-event-list .data-event a {
    font-family: "Gravity", sans-serif !important;
    font-size: 1rem !important;
    font-weight: 900;
    text-decoration: none !important;
}

.sportime-calendar-board .sp-event-list .data-time {
    min-width: 128px;
    text-align: center;
}

.sportime-calendar-board .sp-event-list .data-time a {
    display: inline-flex;
    min-width: 76px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    background: #fbed51;
    color: #111111 !important;
    font-weight: 900;
    text-decoration: none !important;
}

.sportime-calendar-board .sp-event-list .data-league,
.sportime-calendar-board .sp-event-list .data-season,
.sportime-calendar-board .sp-event-list .data-venue,
.sportime-calendar-board .sp-event-list .data-day {
    color: #4c4c4c;
    font-size: 0.84rem !important;
}

.sportime-calendar-board .sp-event-list .data-article a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 7px 12px;
    background: #111111;
    color: #ffffff !important;
    font-size: 0.78rem !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.sportime-calendar-months {
    margin-top: clamp(42px, 5vw, 76px);
}

.sportime-calendar-months__head {
    display: grid;
    grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.86fr);
    gap: clamp(18px, 3vw, 48px);
    align-items: end;
    margin-bottom: 24px;
}

.sportime-calendar-months__head h3 {
    margin: 0;
    color: #111111;
    font-family: "Sequel", "Archivo Black", sans-serif !important;
    font-size: clamp(1.8rem, 3.2vw, 3.8rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sportime-calendar-months__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
}

.sportime-calendar-months__item {
    min-width: 0;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
    clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px));
}

.sportime-calendar-months__item .sp-table-caption {
    min-height: 38px;
    margin: -18px -18px 14px;
    padding: 11px 18px;
    background: #111111;
    color: #ffffff;
    font-size: 0.76rem !important;
}

.sportime-calendar-months__item .sp-calendar th,
.sportime-calendar-months__item .sp-calendar td {
    height: 38px;
    font-size: 0.78rem !important;
}

.sportime-calendar-months__item .sp-calendar th {
    height: 28px;
}

.sportime-calendar-months__item .sp-calendar a {
    width: 28px;
    height: 28px;
}

.sportime-calendar-months__item .sp-calendar tfoot {
    display: none;
}

@media (max-width: 764px) {
    .sportime-calendar-board__calendar {
        width: 100%;
    }

    .sportime-calendar-board__calendar .sp-table-caption,
    .sportime-calendar-board__list .sp-table-caption {
        min-height: 42px;
        margin: -15px -15px 16px;
        padding: 13px 15px;
    }

    .sportime-calendar-board .sp-calendar th,
    .sportime-calendar-board .sp-calendar td {
        height: 44px;
    }

    .sportime-calendar-board .sp-calendar a {
        width: 30px;
        height: 30px;
    }

    .sportime-calendar-board .sp-event-list {
        min-width: 1080px;
    }

    .sportime-calendar-board .sp-event-list td {
        padding: 15px 13px;
    }

    .sportime-calendar-months__head,
    .sportime-calendar-months__grid {
        grid-template-columns: 1fr;
    }

    .sportime-calendar-months__head h3 {
        font-size: clamp(1.8rem, 10vw, 3rem);
    }
}

.sportime-timetics-single {
    min-height: 70vh;
    padding: clamp(120px, 14vw, 180px) 20px clamp(56px, 8vw, 96px);
    background: #f6f7f4;
}

.sportime-timetics-single__shell {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.sportime-timetics-cancel {
    max-width: 680px;
    padding: clamp(28px, 5vw, 48px);
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.sportime-timetics-cancel__eyebrow {
    margin: 0 0 10px;
    color: #8b1e1e;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.sportime-timetics-cancel h1 {
    margin: 0 0 18px;
    color: #111111;
    font-size: clamp(2rem, 5vw, 3.4rem);
}

.sportime-timetics-cancel p,
.sportime-timetics-cancel label {
    color: #2d2d2d;
    font-size: 1rem;
    line-height: 1.6;
}

.sportime-timetics-cancel__form {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.sportime-timetics-cancel textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px;
    border: 1px solid rgba(17, 17, 17, 0.18);
    resize: vertical;
}

.sportime-timetics-cancel__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    background: #8b1e1e;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
