/* ===== Custom Google Translate Select ===== */
.nav-lang-select {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  min-width: 150px;
  justify-content: flex-end;
}
.nav-lang-select select {
  background: var(--gradient-card);
  color: var(--primary-color);
  border: 1.5px solid var(--primary-color);
  border-radius: 8px;
  font-family: 'Rajdhani', 'Orbitron', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 6px 32px 6px 12px;
  box-shadow: 0 2px 8px 0 rgba(0,255,195,0.10);
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23f3ba2f" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
  transition: box-shadow 0.3s, border 0.3s;
}
.nav-lang-select select:focus, .nav-lang-select select:hover {
  box-shadow: 0 0 0 2px var(--primary-color), 0 2px 12px 0 rgba(0,255,195,0.15);
  border: 1.5px solid var(--primary-color);
}
.nav-lang-select option {
  color: #222531;
  font-weight: 600;
}
@media (max-width: 900px) {
  .nav-lang-select {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 100vw;
    display: block;
    text-align: left;
  }
  .nav-lang-select select {
    width: 100%;
    font-size: 0.98rem;
    padding: 6px 12px;
  }
}
/* ===== Google Translate Widget Customization ===== */
.nav-lang-select {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  min-width: 150px;
  justify-content: flex-end;
}
.nav-lang-select .goog-te-gadget {
  background: var(--gradient-card);
  border-radius: 8px;
  border: 1.5px solid var(--primary-color);
  padding: 4px 16px 4px 10px;
  font-family: 'Rajdhani', 'Orbitron', sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  box-shadow: 0 2px 8px 0 rgba(0,255,195,0.10);
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.nav-lang-select .goog-te-combo {
  background: transparent;
  color: var(--primary-color);
  border: none;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  outline: none;
  cursor: pointer;
  padding: 4px 28px 4px 10px;
  border-radius: 6px;
  box-shadow: none;
  margin-left: 0;
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23f3ba2f" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px 18px;
  transition: box-shadow 0.3s, border 0.3s;
}
.nav-lang-select .goog-te-combo:focus, .nav-lang-select .goog-te-combo:hover {
  box-shadow: 0 0 0 2px var(--primary-color), 0 2px 12px 0 rgba(0,255,195,0.15);
}
.nav-lang-select .goog-te-gadget span,
.nav-lang-select .goog-logo-link,
.nav-lang-select img.goog-te-gadget-icon {
  display: none !important;
}
.nav-lang-select .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body { top: 0px !important; }

@media (max-width: 900px) {
  .nav-lang-select {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 100vw;
    display: block;
    text-align: left;
  }
  .nav-lang-select .goog-te-gadget {
    width: 100%;
    font-size: 0.98rem !important;
    padding: 6px 12px;
  }
}
/* Reset e configurações base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Cores principais - tema Binance Smart Chain */
    --primary-color: #f3ba2f;         /* Amarelo Binance */
    --secondary-color: #181a20;       /* Preto/cinza escuro Binance */
    --accent-color: #f0b90b;          /* Dourado Binance */
    --dark-bg: #0b0e11;               /* Fundo escuro */
    --darker-bg: #181a20;             /* Fundo mais escuro */
    --card-bg: #222531;               /* Card escuro */
    --text-primary: #ffffff;          /* Texto principal */
    --text-secondary: #eaecef;        /* Texto secundário */
    --text-muted: #848e9c;            /* Texto apagado */
    --border-color: #2b3139;          /* Bordas */
    --success-color: #00c896;         /* Verde sucesso */
    --danger-color: #f6465d;          /* Vermelho alerta */
    --warning-color: #f3ba2f;         /* Amarelo alerta */

    /* Gradientes */
    --gradient-primary: linear-gradient(135deg, #f3ba2f, #f0b90b);
    --gradient-dark: linear-gradient(135deg, #181a20, #0b0e11);
    --gradient-card: linear-gradient(145deg, #222531, #181a20);

    /* Sombras */
    --shadow-light: 0 4px 20px rgba(243, 186, 47, 0.08);
    --shadow-medium: 0 8px 30px rgba(243, 186, 47, 0.15);
    --shadow-heavy: 0 15px 50px rgba(243, 186, 47, 0.25);

    /* Transições */
    --transition-fast: 0.3s cubic-bezier(0.4,0,0.2,1);
    --transition-medium: 0.5s cubic-bezier(0.4,0,0.2,1);
    --transition-slow: 0.8s cubic-bezier(0.4,0,0.2,1);
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: var(--gradient-dark); /* Usa o gradiente da paleta Binance */
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Scrollbar personalizada */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--darker-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--gradient-primary);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

/* Header e Navegação */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition-fast);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Orbitron', monospace;
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--primary-color);
    text-decoration: none;
}

.logo i {
    font-size: 2rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}
.google-translate-custom {
    display: inline-block;
    margin-left: 1rem;
    background: var(--gradient-card);
    border-radius: 10px;
    padding: 6px 16px 6px 12px;
    box-shadow: 0 0 12px 0 rgba(0,255,195,0.15), 0 2px 16px 0 rgba(243,186,47,0.10);
    border: 1.5px solid var(--primary-color);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.08rem;
    color: var(--text-primary);
    transition: background 0.3s, box-shadow 0.3s, border 0.3s;
    min-width: 130px;
    max-width: 220px;
    position: relative;
    z-index: 10;
    letter-spacing: 0.5px;
    font-weight: 600;
    backdrop-filter: blur(4px);
    overflow: visible;
}
.google-translate-custom select {
    background: linear-gradient(135deg, #10101a 60%, #181a20 100%);
    color: var(--primary-color);
    border: none;
    font-family: inherit;
    font-size: 1.08rem;
    outline: none;
    cursor: pointer;
    padding: 4px 28px 4px 10px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px 0 rgba(0,255,195,0.10);
    transition: box-shadow 0.3s, border 0.3s;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}
.google-translate-custom select:focus, .google-translate-custom select:hover {
    box-shadow: 0 0 0 2px var(--primary-color), 0 2px 12px 0 rgba(0,255,195,0.15);
    border: 1.5px solid var(--primary-color);
}
.google-translate-custom select::-ms-expand {
    display: none;
}
.google-translate-custom select {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23f3ba2f" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 18px 18px;
}
.google-translate-custom .goog-te-gadget {
    color: var(--primary-color) !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}
.google-translate-custom .goog-te-combo {
    background: linear-gradient(135deg, #10101a 60%, #181a20 100%);
    color: var(--primary-color);
    border-radius: 6px;
    border: 1.5px solid var(--primary-color);
    padding: 4px 28px 4px 10px;
    margin-left: 6px;
    font-family: inherit;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px 0 rgba(0,255,195,0.10);
    transition: box-shadow 0.3s, border 0.3s;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23f3ba2f" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 18px 18px;
}
.google-translate-custom .goog-te-combo:focus, .google-translate-custom .goog-te-combo:hover {
    box-shadow: 0 0 0 2px var(--primary-color), 0 2px 12px 0 rgba(0,255,195,0.15);
    border: 1.5px solid var(--primary-color);
}
.google-translate-custom .goog-logo-link,
.google-translate-custom .goog-te-gadget span {
    display: none !important;
}

/* Remove Google logo image from widget */
.google-translate-custom img.goog-te-gadget-icon {
    display: none !important;
}

/* Show only the select (dropdown) for language */
.google-translate-custom .goog-te-gadget {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
}

/* Hide the 'Powered by Google' text */
.google-translate-custom .goog-te-gadget .goog-te-gadget-simple span {
    display: none !important;
}

/* Flags for each language option */
.google-translate-custom .goog-te-combo option[value="en"] {
    background-image: url('https://flagcdn.com/16x12/gb.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}
.google-translate-custom .goog-te-combo option[value="es"] {
    background-image: url('https://flagcdn.com/16x12/es.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}
.google-translate-custom .goog-te-combo option[value="fr"] {
    background-image: url('https://flagcdn.com/16x12/fr.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}
.google-translate-custom .goog-te-combo option[value="de"] {
    background-image: url('https://flagcdn.com/16x12/de.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}
.google-translate-custom .goog-te-combo option[value="it"] {
    background-image: url('https://flagcdn.com/16x12/it.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}
.google-translate-custom .goog-te-combo option[value="pt-br"] {
    background-image: url('https://flagcdn.com/16x12/br.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
}
.google-translate-custom .goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body { top: 0px !important; }

@media (max-width: 900px) {
    .google-translate-custom {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
        max-width: 100vw;
        display: block;
        text-align: left;
        padding: 6px 8px;
        border-radius: 8px;
    }
}
@media (max-width: 600px) {
    .google-translate-custom {
        padding: 4px 4px;
        font-size: 0.98rem;
        min-width: 90px;
        max-width: 98vw;
        border-radius: 7px;
    }
    .google-translate-custom .goog-te-combo {
        font-size: 0.98rem;
        padding: 4px 8px 4px 8px;
    }
}

.nav-menu a {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: var(--transition-fast);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: var(--transition-fast);
}

.nav-menu a:hover::after {
    width: 100%;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998; /* Abaixo do menu, acima do conteúdo */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    backdrop-filter: blur(2px);
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: var(--gradient-dark);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.circuit-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(90deg, rgba(0, 255, 136, 0.1) 1px, transparent 1px),
        linear-gradient(rgba(0, 255, 136, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: circuit-move 20s linear infinite;
}

@keyframes circuit-move {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.floating-chip, .floating-resistor, .floating-capacitor {
    position: absolute;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.floating-chip {
    top: 20%;
    left: 10%;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 8px;
    animation-delay: 0s;
}

.floating-resistor {
    top: 60%;
    right: 15%;
    width: 80px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 10px;
    animation-delay: 2s;
}

.floating-capacitor {
    bottom: 30%;
    left: 20%;
    width: 40px;
    height: 40px;
    background: var(--accent-color);
    border-radius: 50%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.hero-content {
    text-align: center;
    z-index: 2;
    position: relative;
    max-width: 800px;
    padding: 0 2rem;
}

.hero-title {
    font-family: 'Orbitron', monospace;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.title-line {
    display: block;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.title-line:nth-child(1) { animation-delay: 0.2s; }
.title-line:nth-child(2) { animation-delay: 0.4s; }
.title-line:nth-child(3) { animation-delay: 0.6s; }

.highlight {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeIn 1s ease 0.8s forwards;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeIn 1s ease 1s forwards;
}

.btn {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition-fast);
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: var(--transition-medium);
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--dark-bg);
    box-shadow: var(--shadow-medium);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-heavy);
}

.btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: var(--dark-bg);
    transform: translateY(-3px);
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.scroll-arrow {
    width: 30px;
    height: 30px;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: rotate(45deg);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) rotate(45deg); }
    40% { transform: translateY(-10px) rotate(45deg); }
    60% { transform: translateY(-5px) rotate(45deg); }
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-family: 'Orbitron', monospace;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header p {
    font-size: 1.2rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

/* About Section */
.about {
    padding: 6rem 0;
    background: var(--darker-bg);
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gradient-primary);
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.about-card {
    background: var(--gradient-card);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--border-color);
    transition: var(--transition-medium);
    position: relative;
    overflow: hidden;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: var(--transition-medium);
}

.about-card:hover::before {
    transform: scaleX(1);
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
    border-color: var(--primary-color);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--dark-bg);
}

.about-card h3 {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.about-card p {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Crypto Section */
.crypto {
    padding: 6rem 0;
    background: var(--dark-bg);
}

.crypto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.crypto-card {
    background: var(--gradient-card);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    transition: var(--transition-medium);
    position: relative;
    overflow: hidden;
}

.crypto-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: var(--transition-medium);
    z-index: 1;
}

.crypto-card:hover::before {
    opacity: 0.05;
}

.crypto-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-color);
}

.crypto-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.crypto-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.crypto-icon.bitcoin { background: #f7931a; }
.crypto-icon.ethereum { background: #627eea; }
.crypto-icon.cardano { background: #0033ad; }
.crypto-icon.solana { background: #14f195; }

.crypto-info h3 {
    font-family: 'Orbitron', monospace;
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
}

.crypto-symbol {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.crypto-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.price {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
}

.change {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.change.positive {
    background: rgba(0, 255, 136, 0.2);
    color: var(--success-color);
}

.change.negative {
    background: rgba(255, 68, 68, 0.2);
    color: var(--danger-color);
}

.crypto-chart {
    height: 60px;
    position: relative;
    z-index: 2;
}

.chart-line {
    width: 100%;
    height: 2px;
    background: var(--gradient-primary);
    position: relative;
    margin-top: 30px;
}

.chart-line::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, transparent, var(--primary-color), transparent);
    opacity: 0.3;
}

/* News Section */
.news {
    padding: 6rem 0;
    background: var(--darker-bg);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.news-card {
    background: var(--gradient-card);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: var(--transition-medium);
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-color);
}

.news-card.featured {
    grid-column: span 2;
}

.news-image {
    height: 200px;
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    background-image: url('/image/notice1.png');
    background-size:auto;
    
}

.news-content {
    padding: 2rem;
}

.news-category {
    background: var(--gradient-primary);
    color: var(--dark-bg);
    padding: 0.25rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.news-content h3 {
    font-family: 'Orbitron', monospace;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.news-content p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    color: var(--text-muted);
    font-size: 0.9rem;
}

/* Contact Section */
.contact {
    padding: 6rem 0;
    background: var(--dark-bg);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--gradient-card);
    border-radius: 15px;
    border: 1px solid var(--border-color);
    transition: var(--transition-fast);
}

.contact-item:hover {
    border-color: var(--primary-color);
    transform: translateX(10px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--dark-bg);
}

.contact-details h4 {
    font-family: 'Orbitron', monospace;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.contact-details p {
    color: var(--text-secondary);
}

.contact-form {
    background: var(--gradient-card);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    background: var(--darker-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    color: var(--text-primary);
    font-family: 'Rajdhani', sans-serif;
    transition: var(--transition-fast);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 255, 136, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-muted);
}

/* Footer */
.footer {
    background: var(--darker-bg);
    padding: 4rem 0 2rem;
    border-top: 1px solid var(--border-color);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    font-family: 'Orbitron', monospace;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Orbitron', monospace;
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.footer-section p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: var(--transition-fast);
}

.footer-section ul li a:hover {
    color: var(--primary-color);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-bg);
    text-decoration: none;
    transition: var(--transition-fast);
}

.social-links a:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.75rem;
    background: var(--dark-bg);
    border: 1px solid var(--border-color);
    border-radius: 25px;
    color: var(--text-primary);
    font-family: 'Rajdhani', sans-serif;
}

.newsletter-form button {
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    border: none;
    border-radius: 50%;
    color: var(--dark-bg);
    cursor: pointer;
    transition: var(--transition-fast);
}

.newsletter-form button:hover {
    transform: scale(1.1);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
    color: var(--text-muted);
}

/* Media Queries para Responsividade */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-header h2 {
        font-size: 2.5rem;
    }
    
    .news-card.featured {
        grid-column: span 1;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%; /* Começa fora da tela */
        width: 300px; /* Largura do menu */
        height: 100vh;
        background: var(--darker-bg);
        flex-direction: column;
        padding: 6rem 2rem 2rem;
        gap: 1.5rem;
        z-index: 999;
        transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        border-left: 1px solid var(--border-color);
        box-shadow: -5px 0 30px rgba(0,0,0,0.3);
    }
    
    .nav-menu.active {
        right: 0; /* Puxa para dentro da tela */
    }

    .hamburger {
        display: flex;
        z-index: 1001; /* Garante que o hamburger fique acima de tudo */
    }
    
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }
    
    .hamburger.active span:nth-child(2) {
        transform: translateX(-100%);
        opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .about-grid,
    .crypto-grid,
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    section#roadmap .roadmap-timeline .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 6rem;
        padding-right: 1rem;
        justify-content: flex-start !important;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 1rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .about-card,
    .crypto-card,
    .news-card,
    .contact-form {
        padding: 1.5rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form button {
        width: 100%;
        border-radius: 25px;
    }
}

/* Animações adicionais */
@keyframes glow {
    0%, 100% { box-shadow: 0 0 5px var(--primary-color); }
    50% { box-shadow: 0 0 20px var(--primary-color), 0 0 30px var(--primary-color); }
}

.crypto-card:hover .crypto-icon {
    animation: glow 1s ease-in-out infinite;
}

/* Efeitos de hover para cards */
.about-card:hover .card-icon,
.contact-item:hover .contact-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Loading animation para elementos dinâmicos */
.loading {
    opacity: 0;
    transform: translateY(20px);
    animation: slideInUp 0.6s ease forwards;
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Efeito de partículas para o hero */
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, var(--primary-color) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.1;
    animation: particle-float 15s linear infinite;
}

@keyframes particle-float {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50px); }
}

/* Roadmap Section */
.roadmap {
    padding: 6rem 0;
    background: var(--darker-bg);
    position: relative;
}

.roadmap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gradient-primary);
}

.roadmap-timeline {
    position: relative;
    max-width: 1000px;
    margin: 4rem auto 0;
}

.roadmap-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gradient-primary);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    padding: 1rem 3rem;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 4rem;
    opacity: 0;
    animation: slideInUp 0.8s ease forwards;
    display: flex;
}

section#roadmap .roadmap-timeline .timeline-item:nth-child(odd) {
    left: 0;
    justify-content: flex-end;
    padding-right: 6rem;
}


/* Alinhar todos os itens do roadmap à direita para manter o mesmo alinhamento visual */
@media (min-width: 1025px) {
  section#roadmap .roadmap-timeline .timeline-item:nth-child(even) {
    left: 50%;
    justify-content: flex-start;
    padding-left: 6rem;
    padding-right: 0;
    margin-left: 0;
  }
  section#roadmap .roadmap-timeline .timeline-item:nth-child(odd) {
    left: 0;
    justify-content: flex-end;
    padding-right: 6rem;
    padding-left: 0;
  }
}


.timeline-item:nth-child(1) { animation-delay: 0.2s; }
.timeline-item:nth-child(2) { animation-delay: 0.4s; }
.timeline-item:nth-child(3) { animation-delay: 0.6s; }
.timeline-item:nth-child(4) { animation-delay: 0.8s; }
.timeline-item:nth-child(5) { animation-delay: 1s; }

.timeline-marker {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--dark-bg);
    box-shadow: var(--shadow-medium);
    transition: var(--transition-medium);
    transform: translateY(-50%);
}

.timeline-item:nth-child(odd) .timeline-marker {
    right: 0;
    transform: translate(-60%, -50%);
}

.timeline-item:nth-child(even) .timeline-marker {
    left: 0;
    transform: translate(60%, -50%);
}

.timeline-item.completed .timeline-marker {
    background: var(--success-color);
    animation: pulse 2s infinite;
}

.timeline-item.active .timeline-marker {
    background: var(--gradient-primary);
    animation: glow 2s ease-in-out infinite;
}

.timeline-item:not(.completed):not(.active) .timeline-marker {
    background: var(--card-bg);
    border: 3px solid var(--border-color);
    color: var(--text-secondary);
}

.timeline-item.future .timeline-marker {
    background: var(--card-bg);
    border: 3px solid var(--accent-color);
    color: var(--accent-color);
}

.timeline-marker:hover {
    transform: scale(1.1);
}

.timeline-content {
    background: var(--gradient-card);
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    position: relative;
    transition: var(--transition-medium);
    width: 100%;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
    border-width: 15px;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    right: -28px;
    border-color: transparent transparent transparent var(--border-color);
}

.timeline-item:nth-child(even) .timeline-content::before {
    left: -28px;
    border-color: transparent var(--border-color) transparent transparent;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-heavy);
    border-color: var(--primary-color);
}

.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.timeline-header h3 {
    font-family: 'Orbitron', monospace;
    font-size: 1.5rem;
    color: var(--text-primary);
    margin: 0;
}

.timeline-date {
    background: var(--gradient-primary);
    color: var(--dark-bg);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.timeline-content p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.timeline-features {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
}

.timeline-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.timeline-features li i {
    color: var(--primary-color);
    width: 16px;
}

/* Status indicators */
.timeline-item.completed .timeline-content {
    border-color: var(--success-color);
}

.timeline-item.active .timeline-content {
    border-color: var(--primary-color);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.2);
}

.timeline-item.future .timeline-content {
    border-color: var(--accent-color);
    opacity: 0.7;
}

/* Progress indicator */
.timeline-progress {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gradient-primary);
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
}

.timeline-progress::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: var(--success-color);
    animation: progress-fill 2s ease-in-out;
}

@keyframes progress-fill {
    from { height: 0; }
    to { height: 40%; }
}

/* Responsive Roadmap */
@media (max-width: 768px) {
    .roadmap-timeline {
        padding: 0 1rem;
        max-width: 100%;
    }
    
    .roadmap-timeline::before {
        left: 10px;
        transform: translateX(0);
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 30px;
        padding-right: 10px;
        display: block;
    }

    .timeline-content {
        width: 100%;
        padding: 1.5rem;
    }
    
    .timeline-marker {
        display: none;
    }
    
    .timeline-content::before {
        display: none;
    }
    
    .timeline-header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; /* <<<<<< ADICIONE ESTA LINHA */
        gap: 0.5rem;
    }

    .timeline-header h3 {
        font-size: 1.3rem;
    }
    
    .timeline-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .roadmap-timeline {
        padding: 0 1rem;
    }
    
    .timeline-item {
        padding-left: 25px;
    }
    
    .timeline-header h3 {
        font-size: 1.2rem;
    }

    .timeline-content p,
    .timeline-features li {
        font-size: 0.9rem;
    }

    /* Remover a regra específica que estava causando problemas */
    section#roadmap .roadmap-timeline .timeline-item {
        padding-left: 25px;
        padding-right: 1rem;
    }
} 


/*ESTILIZAÇÃO PARA MEMBROS DE EQUIPE E SUA SECTION*/

.team {
    background: #0a0a0f;
}
.team .section-header h2 {
    color: #00ffc3;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 10px;
}
.team .section-header p {
    color: #b0b0c3;
    margin-bottom: 40px;
}
.team-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 2%;
}
.team-member {
    background: #161622;
    border-radius: 18px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 24px 0 rgba(0,255,195,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 280px;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
}
.team-member .member-photo {
    width: 90px;
    height: 90px;
    margin: 0 auto 18px auto;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid #00ffc3;
    box-shadow: 0 0 0 4px #10101a;
}
#member1 { background-image: url('/image/CEO-FOUNDER.jpg'); }
#member2 { background-image: url('/image/perfil-Abraao.png'); }
#member3 { background-image: url('/image/Amanda\ Markus.jpeg'); }
.team-member h3 {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 4px;
}
.team-member .role {
    color: #00ffc3;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.team-member p {
    color: #b0b0c3;
    font-size: 0.98rem;
}

/* Hr estilizado para equipe */
.team-member hr {
    border: none;
    height: 2px;
    width: 60%;
    margin: 18px auto 16px auto;
    background: linear-gradient(90deg, #00ffc3 0%, #1e90ff 50%, #a259ff 100%);
    border-radius: 2px;
    box-shadow: 0 2px 12px 0 rgba(0,255,195,0.10);
    opacity: 0.85;
    transition: background 0.4s;
}
.team-member hr:hover {
    background: linear-gradient(90deg, #a259ff 0%, #00ffc3 50%, #1e90ff 100%);
    opacity: 1;
}

/* Ícones sociais da equipe */
.team-member a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 6px 0 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #10101a 60%, #181828 100%);
    box-shadow: 0 2px 8px 0 rgba(0,255,195,0.08);
    color: #00ffc3;
    font-size: 1.3rem;
    transition: background 0.3s, color 0.3s, transform 0.2s;
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
}
.team-member a:hover {
    background: linear-gradient(135deg, #00ffc3 0%, #1e90ff 100%);
    color: #181828;
    border-color: #00ffc3;
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 4px 16px 0 rgba(0,255,195,0.18);
}
.team-member a i {
    pointer-events: none;
    transition: color 0.3s;
}
.team-member a:hover i {
    color: #181828;
}

/* Responsividade */
@media (max-width: 900px) {
    .team-grid {
        gap: 24px;
    }
    .team-member {
        width: 90%;
        max-width: 340px;
    }
}
@media (max-width: 600px) {
    
    .team-grid {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
    .team-member {
        width: 100%;
        padding: 24px 12px;
    }
    .team-member hr {
        width: 80%;
    }
    .team-member a {
        width: 34px;
        height: 34px;
        font-size: 1.1rem;
    }
}


/*SECTION DE TOKENOMICS*/


/* ...existing code... */
.tokenomics {
    background: #10101a;
    padding: 60px 0;
}
.tokenomics .section-header h2 {
    color: #00ffc3;
    font-family: 'Orbitron', sans-serif;
}
.tokenomics .section-header p {
    color: #b0b0c3;
    margin-bottom: 36px;
}
.tokenomics-content {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}
.tokenomics-info {
    flex: 1;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
}
.tokenomics-item {
    background: #181828;
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 0;
    box-shadow: 0 2px 12px 0 rgba(0,255,195,0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tokenomics-label {
    color: #b0b0c3;
    font-size: 1rem;
}
.tokenomics-value {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 1.08rem;
}
.tokenomics-distribution {
    flex: 1;
    min-width: 260px;
    background: #181828;
    border-radius: 10px;
    padding: 24px 22px;
    box-shadow: 0 2px 12px 0 rgba(0,255,195,0.06);
}
.tokenomics-distribution h3 {
    color: #00ffc3;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 18px;
    font-size: 1.2rem;
}
.tokenomics-distribution ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}
.tokenomics-distribution li {
    color: #b0b0c3;
    margin-bottom: 10px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tokenomics-distribution li b {
    color: #fff;
    margin-left: 4px;
}
.dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
}
.dot.founders { background: #00ffc3; }
.dot.team { background: #1e90ff; }
.dot.investors { background: #ffb300; }
.dot.ecosystem { background: #00e676; }
.dot.liquidity { background: #ff4081; }
.dot.marketing { background: #a259ff; }
.tokenomics-pie {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(
        #00ffc3 0% 15%,      /* Fundadores: 15% */
        #1e90ff 15% 25%,     /* Equipe: 10% */
        #ffb300 25% 45%,     /* Desenvolvimento: 20% */
        #00e676 45% 55%,     /* Ecossistema: 10% */
        #ff4081 55% 95%,     /* Liquidez: 40% */
        #a259ff 95% 100%     /* Marketing: 5% */
    );
    box-shadow: 0 2px 12px 0 rgba(0,255,195,0.10);
    margin-top: 10px;
}

/* Responsividade */
@media (max-width: 900px) {
    .tokenomics-content {
        flex-direction: column;
        gap: 32px;
    }
    .tokenomics-info, .tokenomics-distribution {
        min-width: 0;
        width: 100%;
    }
    .pie {
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .tokenomics {
        padding: 36px 0;
    }
    .tokenomics-info, .tokenomics-distribution {
        padding: 16px 8px;
    }
    .pie {
        width: 90px;
        height:90px;
                    }

}


#message {
    background: #f3ba2f;
    color: #181a20;
    padding: 14px 28px;
    border-radius: 12px;
    position: fixed;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 9999;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 2px 24px rgba(243,186,47,0.18);
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s, transform 0.4s;
    display: block; /* Sempre block */
}

#message.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}

/* SECTION PARCEIROS */
.partners {
    background: linear-gradient(135deg, #181828 60%, #10101a 100%);
    padding: 60px 0 50px 0;
    border-bottom: 1px solid #f3ba2f;
}
.partners .section-header h2 {
    color: #00ffc3;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 10px;
}
.partners .section-header p {
    color: #b0b0c3;
    margin-bottom: 40px;
}
.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #181828 60%, #10101a 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(0,255,195,0.08);
    padding: 24px 36px;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
    border: 2px solid transparent;
    min-width: 180px;
    min-height: 100px;
    max-width: 260px;
    max-height: 120px;
    position: relative;
}
.partner-logo:hover {
    background: linear-gradient(135deg, #00ffc3 0%, #1e90ff 100%);
    box-shadow: 0 8px 32px 0 rgba(0,255,195,0.18);
    border-color: #00ffc3;
    transform: translateY(-6px) scale(1.04);
}
.partner-logo img {
    max-width: 160px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0.2) brightness(0.95) drop-shadow(0 2px 8px #00ffc355);
    transition: filter 0.3s;
}
.partner-logo:hover img {
    filter: grayscale(0) brightness(1.1) drop-shadow(0 4px 16px #00ffc399);
}

@media (max-width: 900px) {
    .partners-grid {
        gap: 32px;
    }
    .partner-logo {
        padding: 18px 18px;
        min-width: 120px;
        min-height: 80px;
        max-width: 180px;
        max-height: 90px;
    }
    .partner-logo img {
        max-width: 110px;
        max-height: 60px;
    }
}
@media (max-width: 600px) {
    .partners {
        padding: 36px 0 24px 0;
        border-top-width: 3px;
        border-bottom-width: 3px;
    }
    .partners-grid {
        flex-direction: column;
        gap: 18px;
    }
    .partner-logo {
        width: 90vw;
        max-width: 98vw;
        min-width: 0;
        padding: 12px 0;
    }
    .partner-logo img {
        max-width: 80vw;
        max-height: 50px;
    }
}

/* Responsivo */
@media (max-width: 600px) {
    #message {
        width: 90vw;
        max-width: 95vw;
        font-size: 1rem;
        padding: 10px 6px;
        top: 10%;
        left: 50%;
        transform: translate(-50%, 0) scale(0.9);
    }
    #message.active {
        transform: translate(-50%, 0) scale(1);
    }
}

.VIpgJd-ZVi9od-ORHb{
    display: none !important;
}
