* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
}

body {
    font-family: "SF Pro Display", "SF Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.lazio {
    position: relative;
    width: 1920px;
    height: 6220px;
    background: #ffffff;
    overflow: hidden;
}

.topbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 68px;
    background: #ffffff;
    backdrop-filter: blur(2px);
}

.topbar-center {
    position: absolute;
    left: calc(50% - 364.65px/2 + 0.33px);
    top: calc(50% - 58px/2);
    width: 364.65px;
    height: 58px;
}

.topbar-logos {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16.37px;
}

.logo-divider {
    width: 2px;
    height: 58px;
    min-width: 2px;
    background: #BC0229;
    border-radius: 0;
    flex-shrink: 0;
}

.logo-abcvip {
    width: 212.48px;
    height: 69.03px;
    object-fit: contain;
}

.logo-lazio {
    width: 102.63px;
    height: 69.02px;
    object-fit: contain;
}

.btn-inicio {
    position: absolute;
    left: 306px;
    top: 12px;
    width: 166px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(314.15deg, #BC0229 -15.17%, #F6576A 77.71%);
    box-shadow: 0px 7.81818px 23.4545px rgba(158, 29, 29, 0.32);
    border-radius: 39.0909px;

    font-weight: 700;
    font-size: 18.5682px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.hero {
    position: absolute;
    left: 0;
    top: 68px;
    width: 1920px;
    height: 718px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
}

.logo-strip {
    position: absolute;
    left: 0;
    top: 786px;
    width: 1920px;
    height: 90px;
    overflow: hidden;
}

.logo-strip-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
}

.slider-area {
    position: absolute;
    left: 17px;
    top: 876px;
    width: 1887px;
    height: 944px;
}

.nav-btn {
    position: absolute;
    top: 830px;
    width: 55px;
    height: 55px;
    border: none;
    background: #cdcdcd;
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-left {
    left: calc(50% - 600px - 90px);
}

.nav-right {
    left: calc(50% + 600px + 40px);
}

.nav-btn::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.nav-left::before {
    transform: rotate(-135deg);
}

.nav-right::before {
    transform: rotate(45deg);
}

.slider-main {
    position: absolute;
    left: 82px;
    top: 40px;
    width: 1756px;
    height: 707px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-video-wrapper {
    position: relative;
    width: 1124px;
    height: 632px;
    margin: 0 auto;
}

.slider-video {
    width: 1000px;
    height: 560px;
    display: block;
    margin: 36px auto;
    border-radius: 20px;
    background: #000000;
}

.video-frame {
    position: absolute;
    pointer-events: none;
}

.video-frame-left-top {
    top: -20px;
    left: -20px;
}

.video-frame-right-bottom {
    bottom: -20px;
    right: -20px;
}

.video-play-toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 184, 255, 0.9);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-toggle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #ffffff;
    margin-left: 4px;
}

.video-play-toggle.is-playing::before {
    width: 20px;
    height: 24px;
    border: none;
    background: linear-gradient(90deg, #ffffff 0 40%, transparent 40% 60%, #ffffff 60% 100%);
    margin-left: 0;
}

.thumbs {
    position: absolute;
    left: 50%;
    top: 740px;
    width: 1200px;
    height: 237px;
    display: flex;
    justify-content: center;
    gap: 16px;
    transform: translateX(-50%);
}

.thumb {
    width: 360px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .85;
}

.frame-1618875637 {
    position: absolute;
    left: 0;
    top: 1874px;
    width: 1920px;
    height: 843px;
}

.frame-bg {
    position: absolute;
    left: 0;
    top: -44px;
    width: 1920px;
    height: 900px;
    background:
        url("./image/bg-man.png");
    background-size: cover;
    background-position: center;
}

.frame-text {
    position: absolute;
    left: 674px;
    top: 124px;
    width: 1142px;
    height: 183px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 26px;
}

.title {
    margin: 0;
    width: 1142px;
    height: 53px;
    font-weight: 700;
    font-size: 44.654px;
    line-height: 53px;
    color: #00B8FF;
}

.desc {
    margin: 0;
    width: 1142px;
    height: 104px;
    font-weight: 510;
    font-size: 22px;
    line-height: 26px;
    text-align: justify;
    color: #000000;
}

.stats-row {
    position: absolute;
    left: 674px;
    top: 392px;
    width: 1142.33px;
    height: 327px;
    display: flex;
    gap: 54px;
    align-items: center;
}
    
.stat-card {
    position: relative;
    width: 340px;
    height: 320px;
    overflow: visible;
}

.stat-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(94, 94, 94, 0.2);
    border-radius: 16px;
    z-index: 0;
    clip-path: polygon(
        48% 4%,   
        96% 0,    
        100% 4%,  
        100% 100%,
        0 100%,   
        0 52%,    
        4% 48%,   
        48% 48%   
    );
}

.stat-number {
    position: absolute;
    top: 26px;
    left: 26px;
    font-weight: 700;
    font-size: 140px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 3px #00B8FF;
    z-index: 1;
}

.stat-number.n1 { left: 26px; }
.stat-number.n2 { left: 26px; }
.stat-number.n3 { left: 26px; }

.stat-body {
    position: absolute;
    left: 26px;
    bottom: 26px;
    width: 260px;
    z-index: 1;
}

.stat-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #8B8B8B;
}

.stat-sub {
    margin-top: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
    text-align: justify;
    color: #00B8FF;
}

.stat-img {
    position: absolute;
    top: -20px;
    right: -15px;
    width: 130px;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    z-index: 2;
}

.player-group {
    position: absolute;
    left: 120px;
    top: 120px;
    width: 460px;
    height: 560px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.player-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.story {
    position: absolute;
    left: 0;
    top: 2783px;
    width: 1920px;
    height: 900px;
}

.story-left {
    position: absolute;
    left: 429px;
    top: 0;
    width: 572px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000;
}

.story-right {
    position: absolute;
    left: 1030px;
    top: 441px;
    width: 572px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000;
}

.story-img {
    position: absolute;
    width: 561px;
    height: 375px;
    border-radius: 23px;
    background-size: cover;
    background-position: center;
}

.story-img-right {
    left: 1030px;
    top: 2px;
    background-image: url("https://c.animaapp.com/mmcv2idbmxlo62/img/rectangle-22038.png");
}

.story-img-left {
    left: 429px;
    top: 433px;
    background-image: url("https://c.animaapp.com/mmcv2idbmxlo62/img/rectangle-22040.png");
}

.partnership {
    position: absolute;
    left: 0;
    top: 3643px;
    width: 1920px;
    height: 696px;
}

.partnership-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0) 6.18%, #FFFFFF 95.26%),
        url("https://c.animaapp.com/mmcv2idbmxlo62/img/image-821.png");
    background-size: cover;
    background-position: center;
}

.partnership-cards {
    position: absolute;
    left: 213px;
    top: 89px;
    width: 1495px;
    height: 473.85px;
}

.p-card {
    position: absolute;
    border-radius: 25.7407px;
    background-size: cover;
    background-position: center;
}

.p-left {
    left: 0;
    top: 60px;
    width: 732px;
    height: 353.93px;
    background-image:
        linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),
        url("https://c.animaapp.com/mmcv2idbmxlo62/img/rectangle-22039.png");
}

.p-right {
    left: 763px;
    top: 60px;
    width: 732px;
    height: 353.93px;
    background-image:
        linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)),
        url("https://c.animaapp.com/mmcv2idbmxlo62/img/rectangle-22040.png");
}

.p-center {
    left: 257px;
    top: 0;
    width: 980px;
    height: 473.85px;
    border: 4px solid #00B8FF;
    border-radius: 34.4615px;
    background-image: url("https://c.animaapp.com/mmcv2idbmxlo62/img/rectangle-22038.png");
}

.partnership-caption {
    position: absolute;
    left: calc(50% - 1210px/2);
    top: 4245px;
    width: 1210px;
    font-weight: 510;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin: 0;
}

.info-card {
    position: absolute;
    left: 391px;
    top: 4366px;
    width: 1200px;
    height: 634.93px;
}

.info-card-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 1200px;
    height: 532.19px;
    border-radius: 6.16438px 6.16438px 0px 0px;
    background: url("https://c.animaapp.com/mmcv2idbmxlo62/img/two-opposing-players-give-handshake-end-game-1.png");
    background-size: cover;
    background-position: center;
}

.info-card-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 1200px;
    height: 532.19px;
    border-radius: 6.16438px 6.16438px 0px 0px;
    background: #000000;
    opacity: 0.6;
}

.info-title {
    position: absolute;
    left: 49px;
    top: 328px;
    width: 781px;
    margin: 0;
    font-weight: 860;
    font-size: 36.9863px;
    line-height: 44px;
    text-transform: uppercase;
    color: #F9FAFC;
}

.info-desc {
    position: absolute;
    left: 49px;
    top: 428px;
    width: 716.1px;
    margin: 0;
    font-weight: 510;
    font-size: 20.5479px;
    line-height: 29px;
    color: #fff;
}

.pager {
    position: absolute;
    left: 691px;
    top: 553px;
    width: 483px;
    height: 62px;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: flex-end;
}

.pager-btn {
    width: 71.92px;
    height: 51.37px;
    border: none;
    border-radius: 3.08219px;
}

.pager-prev {
    background: #BAB8B8;
}

.pager-next {
    background: #00B8FF;
}

.pager-dot {
    width: 35.96px;
    height: 35.96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 425;
    font-size: 24.6575px;
    line-height: 62px;
    color: rgba(38, 38, 38, 0.61);
}

.pager-dot.active {
    background: #00B8FF;
    color: #EBEEF3;
}

.gallery {
    position: absolute;
    left: 0;
    top: 5038px;
    width: 1920px;
    padding: 40px;
    background: #ffffff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
    max-width: 1800px;
    margin: 0 auto;
    height: 868px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f0f0f0;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footer-web {
    position: absolute;
    left: 0;
    top: 5906px;
    width: 1920px;
    height: 314.46px;
    background: linear-gradient(180deg, #FFFFFF 0%, #C5EDFF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-inner {
    width: 1200px;
}

.footer-signatures {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 38px;
}

.footer-signatures img {
    max-width: 100%;
    height: 110px;
    object-fit: contain;
}

.footer-links {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26.98px;
}

.footer-links a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #4A4A4A;
    text-decoration: none;
}

.footer-links .sep {
    width: 1.23px;
    height: 26.98px;
    background: #4A4A4A;
}

.footer-social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A4A4A;
    transition: color 0.3s ease, transform 0.3s ease;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.social-icon:hover {
    color: #00B8FF;
    transform: translateY(-2px);
    background: rgba(0, 184, 255, 0.1);
}

.social-icon svg {
    width: 24px;
    height: 24px;
}

.footer-copy {
    margin-top: 18px;
    text-align: center;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}