* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(180deg, #eaf1ff 0%, #dce7fb 52%, #d2def5 100%);
    color: #1f2a44;
    font-family: "Literata", serif;
    line-height: 1.5;
    overflow-x: hidden;
    cursor: none;
}

.custom-cursor {
    width: 32px;
    height: 32px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ff5e00" opacity="0.8"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>') no-repeat center;
    background-size: contain;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease;
    filter: drop-shadow(0 0 8px #ff5e00);
}

h1, h2, h3, .ticker, .btn-apitar, .footer-main-warning {
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="1" stitchTiles="stitch"/><feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.15 0"/></filter><rect width="100" height="100" filter="url(%23noise)" opacity="0.15"/></svg>');
    pointer-events: none;
    z-index: 1;
    opacity: 0.1;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 4rem;
    position: relative;
    z-index: 10;
}

.hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-bottom: 2px dashed rgba(255, 94, 0, 0.4);
}

.hero-content {
    flex: 1;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
    text-decoration: none;
    color: #1f2a44;
    font-family: "Archivo Black", sans-serif;
    font-size: 1rem;
}

.site-brand img {
    width: 210px;
    max-width: 52vw;
    display: block;
}

.hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.95;
    color: #19233c;
    text-shadow: 3px 3px 0 rgba(233, 74, 205, 0.85), 6px 6px 0 rgba(0, 207, 232, 0.55);
    margin-bottom: 1.5rem;
}

.hero-title span {
    display: inline-block;
    background: rgba(255, 94, 0, 0.12);
    padding: 0 0.5rem;
    border-left: 6px solid #ff5e00;
}

.hero-sub {
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 2.4rem;
    max-width: 620px;
    background: rgba(229, 237, 252, 0.95);
    color: #2d3656;
    padding: 0.65rem 1rem;
    border-radius: 0 20px 20px 0;
    border-left: 6px solid #00ffff;
}

.btn-apitar {
    background: rgba(226, 234, 250, 0.95);
    border: 3px solid #ff5e00;
    color: #ff5e00;
    font-size: 1.35rem;
    padding: 0.8rem 1.8rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 6px 6px 0 #00ffff;
}

.btn-apitar:hover {
    background: #ff5e00;
    color: #ffffff;
    box-shadow: -6px -6px 0 #00ffff;
    transform: scale(0.98);
}

.apito-icone {
    font-size: 1.8rem;
}

.hero-visual {
    flex: 1;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stadio-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #eef4ff, #dbe7fd);
    border-radius: 0;
    border: 2px solid rgba(31, 42, 68, 0.16);
    box-shadow: 8px 8px 0 rgba(0, 207, 232, 0.32), -8px -8px 0 rgba(233, 74, 205, 0.26);
    transform: rotate(0.5deg);
    transition: 0.25s ease;
    overflow: hidden;
}

.stadio-container::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

.stadio-container:hover {
    transform: rotate(0deg) scale(1.01);
    box-shadow: 15px 15px 0 #ff5e00, -15px -15px 0 #00ffff;
    border-color: #ff5e00;
}

.arena-glow {
    position: absolute;
    width: 62%;
    height: 62%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.08) 62%, transparent 100%);
    filter: blur(2px);
}

.arena-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 52px 52px;
    opacity: 0.45;
    mask-image: radial-gradient(circle at center, black 35%, transparent 90%);
}

.arena-core {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(31, 42, 68, 0.22);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(214, 227, 250, 0.95) 70%);
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.45), 0 0 32px rgba(0, 207, 232, 0.16);
}

.floating-logo {
    position: absolute;
    width: 205px;
    height: 88px;
    border: 1px solid rgba(31, 42, 68, 0.2);
    border-radius: 16px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(236, 243, 255, 0.92));
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 5.4s infinite alternate ease-in-out;
    padding: 0.6rem 0.8rem;
    backdrop-filter: blur(3px);
    box-shadow: 0 8px 20px rgba(31, 42, 68, 0.12);
}

.floating-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: brightness(1) contrast(1);
}

.floating-logo.betsson-logo {
    top: 16%;
    left: 8%;
    border-color: rgba(233, 74, 205, 0.5);
    box-shadow: 0 8px 24px rgba(233, 74, 205, 0.2);
}

.floating-logo.betfun-logo {
    bottom: 14%;
    right: 9%;
    border-color: rgba(0, 207, 232, 0.52);
    animation-delay: 0.7s;
    box-shadow: 0 8px 24px rgba(0, 207, 232, 0.2);
}

.floating-logo.playuzu-logo {
    top: 58%;
    left: 19%;
    border-color: rgba(255, 94, 0, 0.5);
    animation-delay: 0.35s;
    box-shadow: 0 8px 24px rgba(255, 94, 0, 0.18);
}

@keyframes float {
    0% { transform: translateY(0) rotate(-1deg); }
    100% { transform: translateY(-16px) rotate(1deg); }
}

.cards-section {
    padding: 6rem 0;
}

.cards-title {
    font-size: 3.5rem;
    margin-bottom: 2.4rem;
    color: #1b2848;
    text-shadow: -4px -4px 0 #ff5e00;
}

.cards-title-reviews {
    text-shadow: -4px -4px 0 #00ffff;
}

.cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.card-plataforma {
    flex: 1 1 280px;
    max-width: 360px;
    border: 2px solid rgba(31, 42, 68, 0.16);
    padding: 1.4rem 1.3rem 1.8rem;
    box-shadow: 8px 8px 0 rgba(0, 207, 232, 0.32), -8px -8px 0 rgba(233, 74, 205, 0.26);
    transition: 0.25s ease;
    text-decoration: none;
    color: #1f2a44;
    transform: rotate(0.5deg);
}

.card-plataforma:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 15px 15px 0 #ff5e00, -15px -15px 0 #00ffff;
    border-color: #ff5e00;
}

.card-plataforma.betsson {
    background: linear-gradient(145deg, #eef4ff, #dbe7fd);
}

.card-plataforma.betfun {
    background: linear-gradient(45deg, #eff4ff, #e5ddfb);
}

.card-plataforma.playuzu {
    background: linear-gradient(135deg, #eff4ff, #fde7d8);
}

.card-platform-logo {
    width: 100%;
    height: 56px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 0.9rem;
    filter: saturate(1.1) brightness(1.1);
}

.card-nome {
    font-size: 2.3rem;
    font-family: "Archivo Black", sans-serif;
    margin-bottom: 1rem;
}

.card-desc {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.card-link {
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    color: #007f93;
    border-bottom: 3px solid #ff5e00;
    padding-bottom: 0.2rem;
}

.ticker-wrap {
    background: #000;
    border-top: 3px solid #ff5e00;
    border-bottom: 3px solid #00ffff;
    padding: 1rem 0;
    margin: 3rem 0;
    transform: skewY(-1deg);
    overflow: hidden;
}

.ticker {
    white-space: nowrap;
    font-size: 2rem;
    color: #fff;
    text-shadow: 2px 2px 0 #ff00b3;
    animation: tickerMove 16s linear infinite;
    width: max-content;
    padding-right: 2rem;
}

.ticker span {
    margin-right: 4rem;
    background: rgba(255, 94, 0, 0.3);
    padding: 0 2rem;
}

@keyframes tickerMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.reviews-section {
    padding: 5rem 0;
    background: rgba(228, 236, 250, 0.94);
    border-left: 6px solid #ff00b3;
    border-right: 6px solid #ff5e00;
    margin-bottom: 4rem;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.review-card {
    background: #eaf1ff;
    padding: 1.5rem 1.2rem;
    border: 2px dashed #ff5e00;
    box-shadow: 8px 8px 0 rgba(0, 207, 232, 0.24);
}

.review-avatar {
    width: 58px;
    height: 58px;
    background: #e1e9fb;
    border-radius: 50%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    border: 3px solid #ff5e00;
}

.review-text {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-style: italic;
    background: #dde7f9;
    color: #2a3558;
    padding: 0.8rem;
    border-left: 6px solid #ff5e00;
}

.review-author {
    font-family: "Archivo Black", sans-serif;
    color: #d24d00;
    text-align: right;
    border-top: 2px solid #00ffff;
    padding-top: 0.4rem;
}

.footer {
    background: linear-gradient(180deg, #070b18 0%, #0b0e1a 100%);
    border-top: 4px solid #ff5e00;
    border-bottom: 4px solid #00ffff;
    color: #fff;
    text-align: center;
    padding: 2.8rem 0;
    position: relative;
    box-shadow: inset 0 0 80px rgba(255, 0, 179, 0.12);
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.02) 0px,
        rgba(255, 255, 255, 0.02) 12px,
        transparent 12px,
        transparent 24px
    );
    pointer-events: none;
}

.footer-container {
    max-width: 1180px;
    z-index: 2;
}

.footer-main-warning {
    font-size: clamp(1.2rem, 2.8vw, 2rem);
    margin-bottom: 1.3rem;
    text-shadow: 3px 3px 0 #ff00b3;
}

.footer-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 20px;
    margin: 1rem auto 1.4rem;
    max-width: 1100px;
}

.footer-badges img {
    max-height: 72px;
    width: auto;
    object-fit: contain;
    background: rgba(10, 15, 30, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 0.55rem 0.9rem;
    box-shadow: 0 0 0 1px rgba(0, 255, 255, 0.1), 0 0 18px rgba(0, 255, 255, 0.15);
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 1.2rem 0 1.4rem;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-family: "Archivo Black", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 3px solid #ff5e00;
    padding-bottom: 0.2rem;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-links a:hover {
    color: #00ffff;
    border-color: #00ffff;
}

.footer-disclaimer {
    max-width: 900px;
    margin: 0 auto 1rem;
    display: grid;
    gap: 0.45rem;
    font-size: 0.96rem;
    background: rgba(0, 0, 0, 0.32);
    border-left: 4px solid #ff5e00;
    border-right: 4px solid #00ffff;
    padding: 0.9rem 1rem;
}

.footer small {
    opacity: 0.9;
    color: #d6dcf4;
}

/* Legal pages */
.legal-page .hero,
.legal-page .cards-section,
.legal-page .reviews-section,
.legal-page .ticker-wrap {
    display: none;
}

.legal-main {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}

.legal-brand {
    margin-bottom: 1.4rem;
}

.legal-card {
    background: linear-gradient(160deg, #0f1428, #0a0f1f);
    border: 2px solid rgba(255, 255, 255, 0.22);
    box-shadow: 10px 10px 0 #00ffff, -10px -10px 0 #ff00b3;
    padding: 1.5rem 1.4rem;
    color: #f4f6ff;
}

.legal-title {
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    font-size: clamp(1.7rem, 4vw, 2.8rem);
    margin-bottom: 0.5rem;
    text-shadow: 3px 3px 0 #ff5e00;
}

.legal-date {
    color: #96a6d9;
    margin-bottom: 1.3rem;
    border-left: 4px solid #00ffff;
    padding-left: 0.7rem;
}

.legal-card h2 {
    font-family: "Archivo Black", sans-serif;
    margin-top: 1.4rem;
    margin-bottom: 0.55rem;
    font-size: 1.15rem;
    color: #ffffff;
}

.legal-card p,
.legal-card li {
    font-size: 1rem;
    color: #e5e9ff;
}

.legal-card ul {
    margin: 0.5rem 0 0.8rem 1.2rem;
}

.legal-card a {
    color: #00ffff;
}

@media (max-width: 900px) {
    .container {
        padding: 1.5rem 1.2rem;
    }
    .hero {
        flex-direction: column;
        min-height: auto;
        padding-top: 0.8rem;
    }
    .hero-visual {
        width: 100%;
        height: 330px;
    }
    .stadio-container {
        display: none;
    }
    .floating-logo {
        width: 132px;
        height: 60px;
        padding: 0.35rem 0.45rem;
    }
    .arena-core {
        width: 120px;
        height: 120px;
    }
    .arena-lines {
        background-size: 34px 34px;
    }
    .cards-title {
        font-size: 2.3rem;
    }
    .btn-apitar {
        font-size: 1rem;
        padding: 0.6rem 1rem;
    }
    .footer-links {
        gap: 1rem;
        flex-wrap: wrap;
    }
    .footer-badges img {
        max-height: 62px;
    }
    .legal-card {
        box-shadow: 7px 7px 0 #00ffff, -7px -7px 0 #ff00b3;
    }
}

@media (max-width: 768px) {
    body {
        cursor: auto;
    }
    .custom-cursor {
        display: none;
    }
}
