/* ==================================================
   SOBRE.CSS — DIMEN6 | PREMIUM CYBER AESTHETIC
   Alinhado com base.css, header.css, services.css
   ================================================== */

/* ── UTILITÁRIOS ── */
.relative-z { position: relative; z-index: 2; }
.text-center { text-align: center; }
.mt-20 { margin-top: 20px; }

/* ==================================================
   HERO — ABOUT
   ================================================== */
.about-hero {
    min-height: 85vh;
    display: flex;
    align-items: center;
    padding: 160px 0 100px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

/* Grade de scan decorativa (mesmo padrão do services.css) */
.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            0deg,
            transparent, transparent 2px,
            rgba(0, 243, 255, 0.015) 2px,
            rgba(0, 243, 255, 0.015) 3px
        ),
        repeating-linear-gradient(
            90deg,
            transparent, transparent 2px,
            rgba(0, 243, 255, 0.015) 2px,
            rgba(0, 243, 255, 0.015) 3px
        );
    pointer-events: none;
    z-index: 0;
}

/* Brilho diagonal de fundo */
.about-hero::after {
    content: '';
    position: absolute;
    top: -30%; right: -20%;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(0, 243, 255, 0.07) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.hero-parallax-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 80% 50%, rgba(112, 0, 255, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 20% 80%, rgba(0, 243, 255, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.about-hero-content {
    max-width: 780px;
    position: relative;
    z-index: 2;
}

.hero-tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 243, 255, 0.06);
    border: 1px solid rgba(0, 243, 255, 0.2);
    padding: 6px 18px;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 28px;
    text-shadow: 0 0 10px rgba(0, 243, 255, 0.3);
}

.hero-tagline i {
    font-size: 0.8rem;
    filter: drop-shadow(0 0 6px var(--primary));
}

.about-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 1.1;
    letter-spacing: 3px;
    margin-bottom: 28px;
    color: var(--text-white);
    text-shadow: 0 0 60px rgba(0, 243, 255, 0.1);
}

.about-hero h1 .highlight {
    color: var(--primary);
    text-shadow: 0 0 30px rgba(0, 243, 255, 0.4);
}

.hero-subtitle {
    font-size: 1.15rem;
    color: var(--text-gray);
    line-height: 1.8;
    max-width: 620px;
}

/* Linha de acento lateral */
.about-hero-content::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 40%;
    height: 120px;
    width: 2px;
    background: linear-gradient(to bottom, transparent, var(--primary), transparent);
    box-shadow: 0 0 12px var(--primary);
}

/* ==================================================
   STATS
   ================================================== */
.stats-section {
    padding: 0 0 80px;
    position: relative;
    z-index: 2;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(0, 243, 255, 0.08);
    border: 1px solid rgba(0, 243, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
}

.stat-item {
    background: rgba(5, 10, 20, 0.9);
    padding: 50px 30px;
    text-align: center;
    position: relative;
    transition: background 0.4s ease;
}

.stat-item:hover {
    background: rgba(0, 243, 255, 0.04);
}

.stat-item::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 0; height: 2px;
    background: var(--primary);
    transition: width 0.5s ease;
    box-shadow: 0 0 8px var(--primary);
}

.stat-item:hover::after {
    width: 60%;
}

.stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 3rem;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 12px;
    text-shadow: 0 0 25px rgba(0, 243, 255, 0.4);
    letter-spacing: 2px;
}

.stat-label {
    color: var(--text-gray);
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--font-heading);
}

/* ==================================================
   PHOTO GRID — HESRON & AURA
   ================================================== */
.photo-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.photo-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 243, 255, 0.15);
    transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.photo-card:hover {
    border-color: rgba(0, 243, 255, 0.4);
    box-shadow: 0 0 40px rgba(0, 243, 255, 0.1), 0 20px 50px rgba(0, 0, 0, 0.5);
    transform: translateY(-4px);
}

.photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.6s ease, filter 0.4s ease;
    filter: brightness(0.92) saturate(0.9);
}

/* Hesron — retrato com fundo preto, ancora no topo para mostrar o rosto completo */
.photo-main img {
    object-position: center top;
}

/* Aura — cachorro centralizado verticalmente */
.photo-secondary img {
    object-position: center 25%;
}

.photo-card:hover img {
    transform: scale(1.04);
    filter: brightness(1) saturate(1);
}

/* Gradiente sobre a foto */
.photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(5, 10, 20, 0.85) 0%,
        rgba(5, 10, 20, 0.2) 50%,
        transparent 100%
    );
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.photo-card:hover .photo-overlay {
    opacity: 0.7;
}

/* Cantos decorativos cyber */
.photo-corners::before,
.photo-corners::after {
    content: '';
    position: absolute;
    width: 22px; height: 22px;
    border: 2px solid rgba(0, 243, 255, 0.45);
    transition: all 0.4s ease;
    z-index: 3;
    pointer-events: none;
}

.photo-corners::before {
    top: 12px; left: 12px;
    border-right: none; border-bottom: none;
}

.photo-corners::after {
    bottom: 12px; right: 12px;
    border-left: none; border-top: none;
}

.photo-card:hover .photo-corners::before {
    top: 6px; left: 6px;
    border-color: var(--primary);
    box-shadow: 0 0 8px var(--primary);
}

.photo-card:hover .photo-corners::after {
    bottom: 6px; right: 6px;
    border-color: var(--primary);
    box-shadow: 0 0 8px var(--primary);
}

/* Tag de identificação na foto */
.photo-tag {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: rgba(0, 243, 255, 0.08);
    border: 1px solid rgba(0, 243, 255, 0.25);
    padding: 7px 16px;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-size: 0.58rem;
    letter-spacing: 3px;
    color: var(--primary);
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.photo-card:hover .photo-tag {
    background: rgba(0, 243, 255, 0.14);
    box-shadow: 0 0 12px rgba(0, 243, 255, 0.2);
}

.aura-tag {
    background: rgba(112, 0, 255, 0.1);
    border-color: rgba(112, 0, 255, 0.3);
    color: #a855f7;
}

.photo-card:hover .aura-tag {
    background: rgba(112, 0, 255, 0.18);
    box-shadow: 0 0 12px rgba(112, 0, 255, 0.25);
}

/* Badge ON DUTY da Aura */
.aura-badge-photo {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(46, 204, 113, 0.12);
    border: 1px solid rgba(46, 204, 113, 0.35);
    padding: 5px 12px;
    border-radius: 20px;
    font-family: var(--font-heading);
    font-size: 0.55rem;
    letter-spacing: 2.5px;
    color: #2ecc71;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 3;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.status-dot-aura {
    width: 7px; height: 7px;
    background: #2ecc71;
    border-radius: 50%;
    box-shadow: 0 0 8px #2ecc71;
    animation: blink 2.5s ease-in-out infinite;
}

@keyframes blink {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50%       { opacity: 1;   transform: scale(1.3); }
}

/* Tamanhos dos cards — alturas generosas para não cortar */
.photo-main {
    height: 480px;
}

.photo-secondary {
    height: 300px;
}

/* Linha de scan (mantida do design anterior, agora sobre as fotos) */
.photo-card::before {
    content: '';
    position: absolute;
    left: 10%; width: 80%; height: 1px;
    top: 40%;
    background: linear-gradient(to right, transparent, rgba(0, 243, 255, 0.4), transparent);
    animation: scanLine 5s linear infinite;
    z-index: 2;
    pointer-events: none;
}

.photo-secondary::before {
    top: 55%;
    animation-delay: 2.5s;
}

@keyframes scanLine {
    0%   { opacity: 0; transform: scaleX(0.3); }
    50%  { opacity: 1; transform: scaleX(1); }
    100% { opacity: 0; transform: scaleX(0.3); }
}

/* Remove o founder-glass antigo caso ainda exista */
.founder-glass { display: none; }

/* ==================================================
   ================================================== */
.founder-section {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.founder-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 70px;
    align-items: flex-start;
    margin-bottom: 60px;
}

/* Visual do fundador */
.founder-visual {
    position: relative;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.founder-glass {
    width: 100%;
    height: 100%;
    background: rgba(10, 21, 37, 0.7);
    border: 1px solid rgba(0, 243, 255, 0.15);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 60px rgba(0, 243, 255, 0.06),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.founder-glass:hover {
    border-color: rgba(0, 243, 255, 0.35);
    box-shadow: 0 0 80px rgba(0, 243, 255, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.founder-icon-bg {
    font-size: 7rem;
    color: rgba(0, 243, 255, 0.08);
    position: absolute;
    transition: transform 0.6s ease, color 0.4s ease;
}

.founder-glass:hover .founder-icon-bg {
    color: rgba(0, 243, 255, 0.15);
    transform: scale(1.1) rotate(5deg);
}

/* Linhas cyber decorativas */
.cyber-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cyber-lines::before,
.cyber-lines::after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(0, 243, 255, 0.3), transparent);
    height: 1px;
    width: 80%;
    left: 10%;
    animation: scanLine 4s linear infinite;
}

.cyber-lines::before { top: 30%; animation-delay: 0s; }
.cyber-lines::after { top: 70%; animation-delay: 2s; }

@keyframes scanLine {
    0% { opacity: 0; transform: scaleX(0.3); }
    50% { opacity: 1; transform: scaleX(1); }
    100% { opacity: 0; transform: scaleX(0.3); }
}

/* Canto decorativo (mesmo padrão das holo-cards) */
.founder-glass::before,
.founder-glass::after {
    content: '';
    position: absolute;
    width: 25px; height: 25px;
    border: 2px solid rgba(0, 243, 255, 0.4);
    transition: all 0.5s ease;
}

.founder-glass::before { top: 18px; left: 18px; border-right: none; border-bottom: none; }
.founder-glass::after  { bottom: 18px; right: 18px; border-left: none; border-top: none; }

.founder-glass:hover::before { top: 10px; left: 10px; border-color: var(--primary); box-shadow: 0 0 10px var(--primary); }
.founder-glass:hover::after  { bottom: 10px; right: 10px; border-color: var(--primary); box-shadow: 0 0 10px var(--primary); }

/* Tag de avatar */
.avatar-tag {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 243, 255, 0.08);
    border: 1px solid rgba(0, 243, 255, 0.25);
    padding: 8px 20px;
    border-radius: 30px;
    font-family: var(--font-heading);
    font-size: 0.6rem;
    letter-spacing: 3px;
    color: var(--primary);
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
}

/* Aura badge */
.aura-badge {
    position: absolute;
    top: 22px;
    right: 22px;
    background: rgba(112, 0, 255, 0.15);
    border: 1px solid rgba(112, 0, 255, 0.35);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.65rem;
    letter-spacing: 2px;
    color: #a855f7;
    font-family: var(--font-heading);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 2;
}

.aura-badge i { font-size: 0.75rem; }

/* Texto do fundador */
.founder-text {
    position: relative;
}

.founder-text h2 {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    letter-spacing: 3px;
    line-height: 1.15;
    margin-bottom: 10px;
    color: var(--text-white);
}

.founder-role {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgba(0, 243, 255, 0.3);
}

.founder-text p {
    color: var(--text-gray);
    line-height: 1.9;
    font-size: 1rem;
    margin-bottom: 20px;
    border-left: 2px solid rgba(0, 243, 255, 0.15);
    padding-left: 18px;
}

/* Skills chips */
.skills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 25px 0;
}

.skill-chip {
    background: rgba(0, 243, 255, 0.05);
    border: 1px solid rgba(0, 243, 255, 0.18);
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    color: var(--text-gray);
    font-family: var(--font-heading);
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.skill-chip:hover {
    background: rgba(0, 243, 255, 0.1);
    border-color: var(--primary);
    color: var(--primary);
}

/* Botão magnetic */
.d6-magnetic-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.35s ease;
    clip-path: polygon(12px 0%, 100% 0%, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0% 100%, 0% 12px);
}

.outline-btn {
    background: transparent;
    border: 1px solid rgba(0, 243, 255, 0.4);
    color: var(--primary);
}

.outline-btn:hover {
    background: rgba(0, 243, 255, 0.08);
    border-color: var(--primary);
    box-shadow: 0 0 20px rgba(0, 243, 255, 0.2);
}

.solid-btn {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--bg-dark);
    font-weight: 700;
}

.solid-btn:hover {
    background: transparent;
    color: var(--primary);
    box-shadow: 0 0 25px rgba(0, 243, 255, 0.3);
}

/* Propósito */
.purpose-block {
    background: rgba(10, 21, 37, 0.65);
    border: 1px solid rgba(112, 0, 255, 0.2);
    border-radius: 20px;
    padding: 45px 50px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.purpose-block::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(112, 0, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.purpose-block::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(to right, transparent, rgba(112, 0, 255, 0.6), transparent);
    box-shadow: 0 0 10px rgba(112, 0, 255, 0.4);
}

.purpose-icon {
    font-size: 2rem;
    color: #a855f7;
    margin-bottom: 18px;
    filter: drop-shadow(0 0 10px rgba(112, 0, 255, 0.5));
}

.purpose-block h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: var(--text-white);
    margin-bottom: 15px;
}

.purpose-block h3 span {
    color: #a855f7;
    text-shadow: 0 0 15px rgba(112, 0, 255, 0.4);
}

.purpose-block p {
    color: var(--text-gray);
    line-height: 1.8;
    font-size: 1rem;
}

.purpose-block strong {
    color: var(--text-white);
}

/* ==================================================
   TECH STACK MARQUEE
   ================================================== */
.tech-stack-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.tech-fade {
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.tech-fade.left {
    left: 0;
    background: linear-gradient(to right, var(--bg-dark), transparent);
}

.tech-fade.right {
    right: 0;
    background: linear-gradient(to left, var(--bg-dark), transparent);
}

.d6-marquee { overflow: hidden; }

.marquee-content {
    display: flex;
    align-items: center;
    gap: 40px;
    white-space: nowrap;
    animation: marqueeScroll 20s linear infinite;
}

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.marquee-content span {
    font-family: var(--font-heading);
    font-size: 1rem;
    letter-spacing: 4px;
    color: var(--text-gray);
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.marquee-content span:hover {
    color: var(--primary);
    text-shadow: 0 0 10px rgba(0, 243, 255, 0.4);
}

.marquee-content i {
    color: rgba(0, 243, 255, 0.3);
    font-size: 0.5rem;
}

/* ==================================================
   PROCESS / METODOLOGIA
   ================================================== */
.process-section {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.step {
    background: rgba(10, 21, 37, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 40px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.step:hover {
    border-color: rgba(0, 243, 255, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 243, 255, 0.07);
    transform: translateY(-8px);
}

/* Linha de acento no topo */
.step::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 0; height: 2px;
    background: linear-gradient(to right, var(--primary), transparent);
    box-shadow: 0 0 8px var(--primary);
    transition: width 0.5s ease;
}

.step:hover::after { width: 100%; }

/* Número grande de fundo */
.step-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-family: var(--font-heading);
    font-size: 3.5rem;
    color: rgba(0, 243, 255, 0.05);
    line-height: 1;
    letter-spacing: 2px;
    pointer-events: none;
    transition: color 0.4s ease;
}

.step:hover .step-number {
    color: rgba(0, 243, 255, 0.1);
}

.step-icon {
    width: 55px;
    height: 55px;
    background: rgba(0, 243, 255, 0.07);
    border: 1px solid rgba(0, 243, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 1.3rem;
    color: var(--primary);
    transition: all 0.4s ease;
}

.step:hover .step-icon {
    background: rgba(0, 243, 255, 0.12);
    border-color: var(--primary);
    box-shadow: 0 0 18px rgba(0, 243, 255, 0.2);
    transform: scale(1.1);
}

.step h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: var(--text-white);
    margin-bottom: 14px;
}

.step p {
    color: var(--text-gray);
    font-size: 0.92rem;
    line-height: 1.7;
}

/* Connector line between steps */
.process-steps .step:not(:last-child)::before {
    display: none;
}

/* ==================================================
   VALORES / DIFERENCIAIS
   ================================================== */
.values-section {
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px;
}

.value-card {
    background: rgba(10, 21, 37, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.value-card:hover {
    border-color: rgba(0, 243, 255, 0.2);
    background: rgba(0, 243, 255, 0.03);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.value-icon {
    font-size: 1.8rem;
    color: var(--primary);
    margin-bottom: 18px;
    filter: drop-shadow(0 0 8px rgba(0, 243, 255, 0.4));
    display: block;
}

.value-card h4 {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    letter-spacing: 2.5px;
    color: var(--text-white);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.value-card p {
    color: var(--text-gray);
    font-size: 0.9rem;
    line-height: 1.75;
}

/* ==================================================
   CTA BANNER
   ================================================== */
.about-cta-banner {
    padding: 80px 0 40px;
    position: relative;
    z-index: 2;
}

.cta-banner-content {
    background: rgba(10, 21, 37, 0.8);
    border: 1px solid rgba(0, 243, 255, 0.15);
    border-radius: 24px;
    padding: 70px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 243, 255, 0.05);
}

/* Linha acento no topo */
.cta-banner-content::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(to right, transparent, var(--primary), transparent);
    box-shadow: 0 0 15px var(--primary);
}

/* Brilho de fundo */
.cta-banner-content::after {
    content: '';
    position: absolute;
    bottom: -80px; right: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(0, 243, 255, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cta-text h2 {
    font-family: var(--font-heading);
    font-size: 2rem;
    letter-spacing: 2px;
    color: var(--text-white);
    margin-bottom: 12px;
    line-height: 1.2;
}

.cta-text h2 span {
    color: var(--primary);
    text-shadow: 0 0 20px rgba(0, 243, 255, 0.4);
}

.cta-text p {
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.6;
}

.cta-action {
    flex-shrink: 0;
}

/* ==================================================
   SCROLL REVEAL (CLASSE USADA NO HTML)
   ================================================== */
.d6-reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.d6-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==================================================
   RESPONSIVIDADE
   ================================================== */
@media (max-width: 1100px) {
    .cta-banner-content { flex-direction: column; text-align: center; }
    .cta-text h2 { font-size: 1.7rem; }
}

@media (max-width: 992px) {
    .about-hero { padding: 140px 0 80px; }
    .about-hero-content::before { display: none; }

    .stats-grid { grid-template-columns: repeat(2, 1fr); }

    .founder-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .founder-visual { height: auto; }
    .photo-main { height: 380px; }
    .photo-secondary { height: 240px; }

    .process-steps { grid-template-columns: repeat(2, 1fr); }

    .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .about-hero { padding: 120px 0 60px; min-height: auto; }
    .about-hero h1 { font-size: 2rem; }
    .hero-subtitle { font-size: 1rem; }

    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-number { font-size: 2.2rem; }

    .process-steps { grid-template-columns: 1fr; gap: 14px; }
    .step { padding: 30px 22px; }
    .step:hover { transform: none; }

    .values-grid { grid-template-columns: 1fr; }

    .cta-banner-content { padding: 40px 28px; }
    .cta-text h2 { font-size: 1.5rem; }

    .purpose-block { padding: 30px 24px; }

    .skills-row { justify-content: flex-start; }
}