/* Reset e configurações globais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg: #0a0a0a;
    --surface: #111;
    --surface-2: #191919;
    --text: #FCFCFC;
    --muted: #bbbbbb;
    --primary: #FC2558;
    --accent: #7B61FF;
    --gradient: linear-gradient(111deg, #FC2558 31.53%, #ED02FC 50.63%, #008FF7 69.74%);
    --gradient-brand: linear-gradient(120deg, #FC2558 12.49%, #ED02FC 53.71%, #008FF7 94.94%);
}

html, body {
    height: 100%;
}

body {
    font-family: 'Outfit', sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px;
    background-color: transparent;
}

/* Navbar */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: transparent;
    /* backdrop-filter: blur(8px); */
    /* border-bottom: 1px solid rgba(255,255,255,0.06); */
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 50px;
    background: #191919;
    padding: 30px;
    height: 80px;
    margin: 16px;
}

.logo-container {
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.nav-menu {
    display: flex;
    gap: 8px;
}

.pill {
    display: flex;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--text);
    gap: 8px;
    border-radius: 20px;
    /* border: 1px solid #ED02FC; */
    border: 1px solid transparent;
    background: linear-gradient(var(--Black-colors-01, #191919), var(--Black-colors-01, #191919)) padding-box,
                linear-gradient(130deg, #FC2558 0%, #7B61FF 100%) border-box;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
}

.pill:hover {
    opacity: 1;
    border-color: rgba(255,255,255,0.25);
}

.nav-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.btn-outline {
    color: var(--text);
    text-decoration: none;
    padding-right: 16PX;
}

.btn-outline:hover {
    border-color: rgba(255,255,255,0.4);
}

.btn-primary {
    background: var(--gradient-brand);
    color: #fff;
    border: none;
}

.btn-primary:hover {
    filter: brightness(1.08);
}

/* Hero */
.hero {
    position: relative;
    height: 885px;
    background: url('../images/frame.png') no-repeat;
    background-size: 1440px auto;
    background-position: center;
    margin-top: -150px;
}

.hero h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    max-width: 780px;
}

.hero h1 .em {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero p {
    max-width: 600px;
    margin-top: 16px;
    color: var(--muted);
    font-size: 18px;
}

/* Seções genéricas */
.section {
    padding: 56px 0;
    max-width: 1440px;
    margin: 0 auto;
}

.section h2 {
    margin: 0px 0px 48px 0px;
    background: linear-gradient(173deg, #FC2558 32%, #ED02FC 50%, #008FF7 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    align-self: stretch;
    text-align: center;
    font-family: Outfit;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0,1fr));
}

.card {
    /* background: var(--surface-2); */
    /* border: 1px solid rgba(255,255,255,0.06); */
    /* border-radius: 12px; */
    padding: 20px;
}

/* Footer página */
footer {
    background: var(--surface);
    border-top: 1px solid var(--primary);
    padding: 24px 0;
    margin-top: 40px;
}

/* Footer da home (seção) */
.footer {
    width: 100%;
    padding: 24px 64px 48px 64px;
    background: var(--surface-2);
    border-top: 1px solid transparent;
    background: linear-gradient(var(--Black-colors-01, #191919), var(--Black-colors-01, #191919)) padding-box,
                linear-gradient(130deg, #FC2558 0%, #7B61FF 100%) border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1440px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-main {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
    display: inline-flex;
}

.footer-logos {
    flex: 1 1 0;
    align-self: stretch;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
}

.footer-logo {
    width: 123px;
    height: 22px;
    position: relative;
}

.footer-column {
    width: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.footer-title {
    position: relative;
    color: transparent;
    align-self: stretch;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
}

.footer-title::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(160deg, #FC2558 32%, #ED02FC 50%, #ED02FC 50%, #008FF7 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.footer-link {
    align-self: stretch;
    color: var(--text);
    font-size: 14px;
    font-family: Outfit;
    font-weight: 400;
    line-height: 19px;
    word-wrap: break-word;
}

.social-icons {
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
}

.social-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.app-store-button {
    width: 135px;
    height: 45px;
    position: relative;
    background: #0C0D10;
    border-radius: 7px;
    outline: 1px #A6A6A6 solid;
    outline-offset: -1px;
}

.google-play-button {
    width: 135px;
    height: 40px;
    position: relative;
    background: black;
    overflow: hidden;
    border-radius: 5px;
    outline: 1px #A6A6A6 solid;
    outline-offset: -1px;
}

.copyright {
    margin-top: 24px; 
}

.copyright-text {
    text-align: center;
}

.copyright-content {
    color: var(--text);
    font-size: 14px;
    opacity: 0.8;
}

/* Utilitários */
.main-container {
    position: relative;
    min-height: 60vh;
}

.main-hero {
    display: none;
}

.decorative-element,
.decorative-small,
.svg-wrapper {
    display: none;
}

/* Media Queries */
@media (max-width: 900px) {
    .grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .hero h1 {
        font-size: 38px;
    }
}
