@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;700&display=swap');

/* ── Reset ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Gradiente global ───────────────────────────────── */
body, html {
    min-height: 100%;
    font-family: 'DM Sans', sans-serif;
    background: linear-gradient(
        to bottom,
        #fff5f8 0%,
        #ffd6e7 15%,
        #f06090 45%,
        #c8336a 78%,
        #3a0018 96%,
        #0d0005 100%
    );
    background-attachment: fixed;
}

/* ── Contact fixo — canto inferior direito, sempre visível ── */
.contact-fixed-placeholder {
    position: fixed !important;
    bottom: 32px !important;
    right: 48px !important;
    left: auto !important;
    top: auto !important;
    z-index: 9999;
    width: auto ;
    height: auto ;
    max-width 220px ;
    transform: none !important;
    background: rgba(255,255,255,0.15);
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    gap: 5px;
    transition: background 0.25s, transform 0.2s;
}
.contact-fixed-placeholder span.icon { font-size: 1.5rem; }
.contact-fixed-placeholder:hover {
    background: rgba(255,80,140,0.35);
    transform: translateY(-4px);
}

/* ════════════════════════════════════════════════════
   HOME PAGE — card central, personagem à direita
════════════════════════════════════════════════════ */
.home-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    position: static;
}

/* Card principal — glassmorphism */
.home-card {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1100px;
    width: 100%;
    background: rgba(255,255,255,0.11);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 28px;
    padding: 64px 360px 64px 64px;
    overflow: visible;
}

/* Conteúdo esquerdo */
.home-card-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 2;
    flex: 1;
}

/* Plaquinha + título */
.plaque-home {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    transition: transform 0.25s;
}
.plaque-home:hover { transform: translateY(-3px); }
.plaque-placeholder {
    width: 58px;
    height: 58px;
    background: rgba(255,255,255,0.2);
    border: 2px dashed rgba(255,255,255,0.55);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
    color: rgba(255,255,255,0.7);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    flex-shrink: 0;
}
.home-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.4rem;
    line-height: 0.88;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0,0,0,0.2);
}
.home-title strong {
    display: block;
    font-size: 6.2rem;
    color: #ffe0ef;
    text-shadow: 0 0 28px rgba(255,120,180,0.55);
    font-weight: 400;
}

/* Nav */
.home-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

/* Personagem: metade dentro, metade fora do card, lado direito */
.home-card-character {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 420px;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0 16px 40px rgba(200,40,100,0.35));
}
.home-card-character img {
    width: 100%;
    height: auto;
    display: block;
}

/* ════════════════════════════════════════════════════
   PÁGINAS INTERNAS
════════════════════════════════════════════════════ */
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}

/* Topbar */
.topbar {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 28px 60px 20px;
    z-index: 10;
}
.topbar-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: transform 0.22s;
    flex-shrink: 0;
}
.topbar-logo:hover { transform: translateY(-2px); }
.topbar-logo-placeholder {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.18);
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
    color: rgba(255,255,255,0.7);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.topbar-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
    text-shadow: 0 0 14px rgba(200,50,100,0.4);
}
.topbar-title span { color: #ffd0e8; }
.topbar-nav { display: flex; gap: 10px; flex-wrap: nowrap; }

/* Botões */
.btn {
    background: rgba(255,255,255,0.14);
    color: white;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1.5px solid rgba(255,255,255,0.38);
    transition: background 0.22s, transform 0.18s, border-color 0.22s;
    white-space: nowrap;
}
.btn:hover {
    background: rgba(220,50,110,0.5);
    border-color: rgba(255,200,230,0.65);
    transform: translateY(-3px);
}
.btn.active {
    background: rgba(220,50,110,0.38);
    border-color: rgba(255,255,255,0.6);
}

/* Layout body das páginas internas */
.page-body {
    display: flex;
    flex: 1;
    gap: 0;
    padding: 0 60px;
    position: relative;
}

.page-left {
    width: 300px;
    flex-shrink: 0;
    padding-right: 40px;
    z-index: 2;
}
.page-section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.8rem;
    color: #fff;
    letter-spacing: 2px;
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow: 0 0 22px rgba(200,50,100,0.45);
}
.page-desc {
    color: rgba(255,255,255,0.8);
    font-size: 0.92rem;
    line-height: 1.75;
}
.page-right {
    flex: 1;
    z-index: 2;
}

/* ── AI MODELS: diagonal, mais centralizado ─────── */
.models-diagonal {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 8px;
    /* centraliza no espaço disponível */
    align-items: center;
}

.model-duo {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 90%;          /* não vai até a borda */
}
.model-duo--left  { align-self: flex-start; margin-left: 5%; }
.model-duo--right { align-self: flex-end;   margin-right: 5%; }

/* Foto maior */
.model-big-thumb {
    flex-shrink: 0;
    width: 260px;
    height: 320px;
    background: rgba(255,255,255,0.12);
    border: 2px dashed rgba(255,255,255,0.4);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.6);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
}
.model-big-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.model-duo-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.model-duo-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.6rem;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    text-shadow: 0 0 16px rgba(200,50,100,0.4);
}
.model-duo-desc {
    color: rgba(255,255,255,0.75);
    font-size: 0.88rem;
    line-height: 1.6;
    max-width: 240px;
}
.model-links { display: flex; gap: 10px; flex-wrap: wrap; }
.model-link {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1.5px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.1);
    transition: background 0.2s, transform 0.15s;
}
.model-link:hover {
    background: rgba(220,50,110,0.45);
    transform: translateY(-2px);
}

/* ── ANIMATIONS ─────────────────────────────────── */
.anim-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.anim-slot {
    background: rgba(255,255,255,0.1);
    border: 2px dashed rgba(255,255,255,0.35);
    border-radius: 14px;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.55);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

/* ── COMICS ─────────────────────────────────────── */
.comics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.comic-panel {
    background: rgba(255,255,255,0.1);
    border: 2px dashed rgba(255,255,255,0.3);
    border-radius: 10px;
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── SNEAK PEEKS ─────────────────────────────────── */
.sneak-frame {
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,200,230,0.35);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 0 40px rgba(220,50,110,0.2), inset 0 0 30px rgba(255,255,255,0.04);
}
.sneak-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.sneak-slot {
    background: rgba(255,255,255,0.1);
    border: 2px dashed rgba(255,200,230,0.4);
    border-radius: 12px;
    aspect-ratio: 16/10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,220,235,0.6);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── GAMES ───────────────────────────────────────── */
.games-embed-area { display: flex; flex-direction: column; gap: 16px; }
.games-embed-slot {
    background: rgba(255,255,255,0.08);
    border: 2px dashed rgba(255,255,255,0.3);
    border-radius: 16px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.games-embed-slot iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 14px;
}

/* ── Responsivo ──────────────────────────────────── */
@media (max-width: 900px) {
    .home-card { padding: 40px 40px 220px 40px; }
    .home-card-character { right: 50%; top: auto; bottom: -60px; transform: translateX(50%); width: 260px; }
    .page-body { flex-direction: column; padding: 0 24px; }
    .page-left { width: 100%; padding-right: 0; margin-bottom: 28px; }
    .topbar { padding: 20px 24px 14px; flex-wrap: wrap; }
    .model-duo { flex-direction: column; width: 100%; }
    .model-duo--left, .model-duo--right { align-self: center; margin: 0; }
    .comics-grid { grid-template-columns: repeat(2,1fr); }
    .anim-showcase { grid-template-columns: 1fr; }
}
