/* ============================================
   VARIÁVEIS E CORES
   ============================================ */
:root {
    --primary-purple: #772F77;
    --secondary-purple: #772F77;
    --light-purple: #B8A3C8;
    --dark-purple: #4A1F5F;
    --accent-white: #F5F5F5;
    --text-dark: #1A1A1A;
    --text-light: #666666;
    --border-light: #E0E0E0;
    --padding-section: 80px;
    --font-bebas: 'Bebas Neue', sans-serif;
    --font-inter: 'Inter', sans-serif;
}
.lapis{
	width: 20px;
}
.trofeu, .punho{
	width: 40px;
}
/* ============================================
   RESET E ESTILOS GLOBAIS
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-inter);
    color: var(--text-dark);
    background-color: #FFFFFF;
    line-height: 1.6;
}

/* ============================================
   HEADER E NAVEGAÇÃO
   ============================================ */
.navbar-glassmorphism {
    background: rgba(107, 45, 139, 0.3) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
}

.navbar-glassmorphism.scrolled {
    background: rgba(107, 45, 139, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.navbar {
    padding: 15px 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.text-muted {
    font-size: 10px;
    color: #fff !important;
}

.logo-nav {
    height: 57px;
    width: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 10px;
}

.logo-nav:hover {
    transform: scale(1.05);
}

.logo-nav-menu {
    opacity: 0;
    display: none;
}

.navbar.scrolled .logo-nav-menu {
    display: block !important;
    opacity: 1;
}

/* Logo no Hero */
.logo-hero {
    position: absolute;
    top: 100px;
    left: 40px;
    z-index: 100;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: auto;
}

.logo-hero-img {
    height: 120px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.navbar.scrolled .logo-hero {
    opacity: 0;
    pointer-events: none;
}

/* Nav links */
.navbar-nav .nav-link {
    color: var(--primary-purple);
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 10px;
    transition: all 0.3s ease;
    position: relative;
    font-family: var(--font-bebas);
}

.navbar-glassmorphism .nav-link {
    color: #FFFFFF !important;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-purple) !important;
    transform: translateY(-2px);
}

.navbar-glassmorphism .nav-link:hover {
    color: #FFFFFF !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-purple);
    transition: width 0.3s ease;
}

.navbar-glassmorphism .nav-link::after {
    background-color: #FFFFFF;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .btn-nav-primary {
    background-color: #FFF !important;
    color: var(--primary-purple) !important;
    padding: 8px 20px !important;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.navbar-nav .btn-nav-primary:hover {
    background-color: var(--primary-purple) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #FFF !important;
}

.navbar-nav .btn-nav-primary:hover::after {
    width: 0%;
}

/* Menu Hambúrguer */
.navbar-toggler {
    border: none;
    padding: 5px 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.navbar-collapse {
    text-align: center !important;
}

.navbar-collapse .navbar-nav .btn-nav-primary {
    width: fit-content;
    margin: auto !important;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-purple) 100%);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    height: 800px;
    display: flex;
    align-items: center;
}

.hero-video-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(107, 45, 139, 0.5);
    z-index: 2;
}

.counter-box {
    border-radius: 15px;
    padding: 25px;
    color: #FFFFFF;
}

.box-roxo {
	position: absolute;
    left: -70px;
    top: -90px;
    z-index: -1;
    width: 570px;
    height: 710px;
}

.counter-box-centered {
    width: 100%;
    max-width: 420px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
}

.counter-display-centered {
    text-align: center;
    margin-bottom: 15px;
}

.counter-number {
    font-family: var(--font-bebas);
    font-size: 100px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    line-height: 72px;
    padding-top: 22px;
}

.counter-label {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.95;
}

.counter-divider-centered {
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0;
}

.counter-info-centered {
    text-align: center;
    margin-bottom: 15px;
}

.counter-info-centered p {
    font-size: 14px;
    font-weight: 500;
}

.counter-info-centered small {
    font-size: 11px;
    opacity: 0.8;
}

/* ============================================
   INTERAÇÃO LÁPIS E RISCO
   ============================================ */
.custom-pencil {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform-origin: center bottom;
    transition: opacity 0.3s ease;
}

.custom-pencil img {
    width: 22px;
    height: 503px;
    display: block;
}

.pencil-tooltip {
    position: fixed;
    pointer-events: none;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-purple);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-inter);
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: none;
}

.stroke-overlay {
    position: absolute;
    pointer-events: none;
    z-index: 5;
}

.stroke-overlay img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.success-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    padding: 50px;
    text-align: center;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.5s ease;
    max-width: 320px;
    pointer-events: none;
}

.success-message.show {
    opacity: 1;
}

.success-text {
	color: var(--primary-purple);
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-family: var(--font-bebas);
    letter-spacing: 0;
    line-height: 31px;
}

.success-subtext {
	color: var(--primary-purple);
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    opacity: 0.9;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ============================================
   SEÇÃO INTRO POÉTICA
   ============================================ */
.intro-section {
    background: #FFFFFF;
    padding-top: var(--padding-section);
    padding-bottom: var(--padding-section);
}

.intro-error-tag {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #FFF;
    margin-bottom: 20px;
    opacity: 0.8;
}

.intro-headline {
    font-family: var(--font-bebas);
    font-size: 52px;
    color: var(--text-dark);
    line-height: 1.1;
    margin-bottom: 0;
}

.intro-lines {
    border-left: 3px solid var(--primary-purple);
    padding-left: 20px;
    text-align: left;
    display: inline-block;
    margin: 20px 0 !important;
}

.intro-lines p {
    font-size: 13px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 8px;
    line-height: 1.2;
    text-align: center;
}

.intro-question-text {
        font-family: var(--font-bebas);
    font-size: 30px !important;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1;
    margin-top: 21px;
}

.intro-question-sub {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 5px;
}
.box-cinza{
	    position: absolute;
    left: -100px;
    top: -100px;
    z-index: -1;
    width: 520px;
    height: 500px;
}
.intro-question-highlight {
   font-size: 20px;
    font-weight: 600;
    color: var(--primary-purple);
    background: #FFF;
    width: fit-content;
    margin: auto;
    padding: 10px 24px;
    margin-top: 15px;
}

/* ============================================
   SEÇÃO DO LÁPIS-SEMENTE
   ============================================ */
.pencil-section {
    background: #772F77 url("../images/textura-roxa.png");
    color: #FFFFFF;
    padding-top: var(--padding-section);
    padding-bottom: var(--padding-section);
    overflow: hidden;
}

.pencil-mockup-col {
    position: relative;
}

.pencil-mockup-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pencil-mockup-img {
    max-height: 600px;
    width: auto;
    max-width: 100%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    transition: transform 0.4s ease;
}

.pencil-mockup-img:hover {
    transform: translateY(-8px) rotate(1deg);
}

.pencil-intro-tag {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    opacity: 0.8;
    margin-bottom: 15px;
}

.pencil-headline {
    font-family: var(--font-bebas);
    font-size: 64px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 20px;
}

.pencil-pacto-label {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 10px;
}

.pencil-pacto-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 15px 25px;
    display: inline-block;
}

.pencil-pacto-text {
    font-family: var(--font-bebas);
    font-size: 32px;
    letter-spacing: 3px;
    color: #FFFFFF;
}

.pencil-desc {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
}

.pencil-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pencil-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}

.pencil-list-icon {
    font-size: 18px;
}

.pencil-conclusion {
    font-family: var(--font-bebas);
    font-size: 28px;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

/* ============================================
   SEÇÃO DOS NÚMEROS
   ============================================ */
.numbers-section {
    background: #FFF;
    background-image: url("../images/background-grey.jpg");
    background-size: cover;
    color: var(--primary-purple);
    padding-top: var(--padding-section);
    padding-bottom: var(--padding-section);
}

.section-title {
    font-family: var(--font-bebas);
    font-size: 44px;
    font-weight: 200;
    letter-spacing: 0px;
    text-transform: uppercase;
	    color: #FFF;
}
#numbers .section-title{
	color: var(--primary-purple);
}
.section-subtitle {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.9;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.stat-card {
    text-align: center;
    transition: all 0.3s ease;
    padding: 30px 20px;
    border-radius: 12px;
    background: rgba(119, 47, 119, 0.05);
    border: 1px solid rgba(119, 47, 119, 0.1);
}

.stat-card:hover {
    background: rgba(119, 47, 119, 0.1);
    transform: translateY(-5px);
}

.stat-number {
    font-family: var(--font-bebas);
    font-size: 64px;
    font-weight: 700;
    color: var(--primary-purple);
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-number-fraction {
    font-size: 42px;
}

.stat-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.4;
}

/* Counter na seção de números */
.numbers-counter-box {
    background: var(--primary-purple);
    border-radius: 16px;
    padding: 40px 50px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.numbers-counter-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.numbers-counter-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.8;
    margin-bottom: 10px;
}

.numbers-counter-number {
    font-family: var(--font-bebas);
    font-size: 120px;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    cursor: default;
}

.numbers-counter-source {
    font-size: 12px;
    opacity: 0.7;
    line-height: 1.6;
}

/* ============================================
   SEÇÃO DO PACTO
   ============================================ */
.pacto-section {
    background: #772F77 url("../images/textura-roxa.png");
    color: #FFFFFF;
    padding-top: var(--padding-section);
    padding-bottom: var(--padding-section);
}

.pacto-subtitle {
    font-family: var(--font-bebas);
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.pacto-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.pacto-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}

.pacto-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.6);
}

.pacto-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 40px;
    height: 100%;
}

.pacto-card-title {
    font-family: var(--font-bebas);
    font-size: 36px;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.pacto-card-text {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.9;
    color: #FFFFFF;
}

.pacto-card-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pacto-logo-tag {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   SEÇÃO TRAJETÓRIA
   ============================================ */
.trajetoria-section {
    background: #FFFFFF;
    padding-top: var(--padding-section);
    padding-bottom: var(--padding-section);
}

.trajetoria-section .section-title {
    color: var(--primary-purple);
}

.trajetoria-section .section-subtitle {
    color: var(--text-light);
}

.trajetoria-card {
    background: #FFFFFF;
    border: 1px solid rgba(119, 47, 119, 0.15);
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.trajetoria-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-purple);
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.trajetoria-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(119, 47, 119, 0.15);
    border-color: var(--primary-purple);
}

.trajetoria-card:hover::before {
    opacity: 1;
}

.trajetoria-card-highlight {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
    color: #FFFFFF;
    border: none;
}

.trajetoria-card-highlight::before {
    background: rgba(255, 255, 255, 0.5);
}

.trajetoria-card-highlight .trajetoria-title,
.trajetoria-card-highlight .trajetoria-text,
.trajetoria-card-highlight .trajetoria-award {
    color: #FFFFFF;
}

.trajetoria-year {
    font-family: var(--font-bebas);
    font-size: 48px;
    color: var(--primary-purple);
    line-height: 1;
    margin-bottom: 10px;
    opacity: 0.4;
}

.trajetoria-year-highlight {
    color: rgba(255, 255, 255, 0.6);
}

.trajetoria-title {
    font-family: var(--font-bebas);
    font-size: 22px;
    color: var(--text-dark);
    margin-bottom: 12px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.trajetoria-text {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 10px;
}

.trajetoria-award {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-purple);
    margin-bottom: 10px;
}

.trajetoria-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-purple);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.trajetoria-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* ============================================
   SEÇÃO REESCRITA / CTA DO LÁPIS
   ============================================ */
.rewrite-section {
    background: #772F77 url("../images/textura-roxa.png");
    color: #FFFFFF;
    padding-top: var(--padding-section);
    padding-bottom: var(--padding-section);
    text-align: center;
}

.rewrite-text {
    font-family: var(--font-bebas);
    font-size: 48px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
}

.rewrite-subtext {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.85;
}

.rewrite-highlight {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.rewrite-cta-label {
    font-family: var(--font-bebas);
    font-size: 36px;
    letter-spacing: 2px;
    opacity: 0.9;
}

/* ============================================
   BOTÕES
   ============================================ */
.btn-cta {
    background-color: #FFFFFF;
    color: var(--primary-purple);
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.btn-cta:hover {
    background-color: var(--accent-white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: var(--primary-purple);
}

.btn-cta-large {
    padding: 16px 40px;
    font-size: 16px;
}

.btn-cta-outline {
    background-color: transparent;
    color: #FFFFFF;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
    text-decoration: none;
    display: inline-block;
}

.btn-cta-outline:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #FFFFFF;
    color: #FFFFFF;
    transform: translateY(-2px);
}

/* ============================================
   DENÚNCIA
   ============================================ */
.denunciation-section {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--secondary-purple) 100%);
    color: #FFFFFF;
    padding-top: var(--padding-section);
    padding-bottom: var(--padding-section);
}

.denunciation-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.denunciation-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.denunciation-title {
    font-family: var(--font-bebas);
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.denunciation-subtitle {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.85;
    margin-bottom: 15px;
}

.denunciation-text {
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.6;
}

/* ============================================
   JOIN SECTION
   ============================================ */
.join-section {
    background: linear-gradient(135deg, var(--dark-purple) 0%, var(--primary-purple) 100%);
    color: #FFFFFF;
    padding-top: var(--padding-section);
    padding-bottom: var(--padding-section);
}

.section-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    max-width: 720px;
    margin: auto;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--dark-purple);
    color: #FFFFFF;
    text-align: center;
}

.footer-text {
    font-size: 14px;
    opacity: 0.9;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

.footer-logo img {
    height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer-logo img:hover {
    opacity: 1;
}

/* ============================================
   ANIMAÇÕES
   ============================================ */
@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-30px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-10px); }
}

.pencil-mockup-wrapper {
    animation: float 6s ease-in-out infinite;
}

/* ============================================
   RESPONSIVIDADE
   ============================================ */
@media (max-width: 992px) {
    .hero-section {
        height: auto;
        min-height: 600px;
    }

    .section-title {
        font-size: 36px;
        padding: 0 20px;
    }

    .section-text {
        padding: 0 30px;
    }

    .intro-headline {
        font-size: 38px;
    }

    .pencil-headline {
        font-size: 48px;
    }

    .counter-number {
        font-size: 80px;
    }

    .logo-hero {
        top: 20px;
        left: 20px;
    }

    .logo-hero-img {
        height: 50px;
    }

    .numbers-counter-number {
        font-size: 90px;
    }
}

@media (max-width: 768px) {
    #hero .container-fluid {
        position: absolute;
    }

    .hero-section {
        height: auto;
        min-height: 150vh;
    }

    .counter-number {
        font-size: 80px;
    }

    .logo-hero {
        top: 15px;
        left: 15px;
    }

    .logo-hero-img {
        height: 40px;
    }

    .navbar-brand .logo-nav.logo-nav-menu {
        display: block !important;
        opacity: 1 !important;
    }

    

    .navbar-glassmorphism .nav-link::after {
        background-color: var(--primary-purple);
    }

    .counter-box-centered {
        top: 80%;
    }

    .hero-video {
        width: 100%;
        height: 150vh;
        object-fit: cover;
        display: block;
        position: absolute;
    }

    .pencil-section .row {
        flex-direction: column-reverse;
    }

    .pencil-mockup-img {
        max-height: 350px;
    }

    .intro-headline {
        font-size: 32px;
    }
	#pencil-section{
		text-align: center;
	}
	.pencil-list-item {
		display: block;
		align-items: center;
		gap: 12px;
		font-size: 16px;
		font-weight: 500;
		text-align: center !important;
	}
	.pencil-headline {
        font-size: 36px;
    }

    .numbers-counter-number {
        font-size: 80px;
    }

    .trajetoria-card {
        margin-bottom: 10px;
    }
	.pacto-section {
        text-align: center;
	}
	.pacto-card-logos {
		justify-content: center;
	}
}