@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/SpaceMono-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('assets/SpaceMono-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/Anton-Regular.woff2') format('woff2'),
        url('assets/Anton-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/montserrat-v31-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('assets/montserrat-v31-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('assets/montserrat-v31-latin-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('assets/montserrat-v31-latin-900.woff2') format('woff2');
}

/* ==========================================
   1. THEME & NORMALIZE
   ========================================== */
/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
html {
    min-height: 100vh;
}

/* ==========================================
   2. BASE STYLES & VARIABLES
   ========================================== */
:root {
    --color-black-pure: #080605;
    --color-black-acetate: #120e0c;
    --color-charcoal: #1a1512;
    --color-slate-light: #383028;
    --color-accent-soft: #ffb380;
    --color-accent: #ff6600;
    --color-accent-strong: #4d1f00;
    --color-ice-blue: #a3998f;
    --color-white: #fce8d2;
    --color-text-muted: #d8cdc5;
    --border-subtle: 1px solid rgba(56, 48, 40, 0.8);
    --border-focus: 1px solid rgba(255, 102, 0, 0.4);
    --grad-accent-metal: linear-gradient(135deg, var(--color-accent-soft) 0%, var(--color-accent) 55%, var(--color-accent-strong) 95%, var(--color-accent) 100%);
    --grad-black-glossy: linear-gradient(180deg, var(--color-charcoal) 0%, var(--color-black-acetate) 100%);
    --shadow-hard: 0px 10px 30px rgba(0, 0, 0, 0.9);
    --shadow-accent-glow: 0px 0px 20px rgba(255, 102, 0, 0.4);
    --font-family-main: 'Montserrat', sans-serif;
    --font-family-titles: 'Anton', sans-serif;
    --spacing-letter-wide: 0.15em;
    --spacing-letter-medium: 0.05em;
    --spacing-letter-brutal: 0.03em;
    --radius-sm: 0px;
    --radius-md: 0px;
    --texture-grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.06'/%3E%3C/svg%3E");
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: var(--font-family-main);
    background-color: var(--color-black-pure);
    color: var(--color-white);
    line-height: 1.6;
    background-image: radial-gradient(circle at top, var(--color-black-acetate) 0%, var(--color-black-pure) 70%);
    min-height: 100vh;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: var(--texture-grain);
    opacity: 0.5;
    pointer-events: none;
    z-index: 9999;
}

h1,
h2,
h4 {
    font-family: var(--font-family-titles);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: var(--spacing-letter-brutal);
    margin-bottom: 1rem;
    line-height: 1.1;
}

h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-family: var(--font-family-main);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: var(--spacing-letter-medium);
    margin-bottom: 1rem;
    line-height: 1.2;
    font-size: 2.2rem;
}

h4 {
    font-size: 1.5rem;
}

p {
    color: var(--color-ice-blue);
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 2rem;
}

.section {
    padding: 8rem 0px;
    position: relative;
}

.section-header {
    margin-bottom: 4rem;
    text-align: center;
}

.section-title {
    color: var(--color-accent);
    font-size: 0.9rem;
    letter-spacing: var(--spacing-letter-wide);
    margin-bottom: 1.5rem;
    border-bottom: var(--border-subtle);
    padding-bottom: 0.5rem;
    display: inline-block;
}

.bg-black-pure {
    background: var(--color-black-pure);
}

.bg-black-blue {
    background: var(--color-black-blue);
}

.w-full {
    max-width: 100%;
}

.m-0 {
    margin: 0px;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.hidden-label {
    visibility: hidden;
}

.text-accent {
    color: var(--color-accent);
}

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

.text-red-brutal {
    color: #ff3b30;
}

/* ==========================================
   3. NAVBAR
   ========================================== */
.navbar {
    padding: 1.5rem 0px;
    border-bottom: var(--border-subtle);
    position: fixed;
    top: 0px;
    width: 100%;
    background: rgba(8, 6, 5, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 100;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: var(--font-family-titles);
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--color-accent);
    letter-spacing: var(--spacing-letter-wide);
    text-transform: uppercase;
    text-decoration: none;
}

.logo span {
    color: var(--color-white);
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.nav-links a {
    color: var(--color-text-muted);
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s;
    text-decoration: none;
}

.nav-links a:hover {
    color: var(--color-white);
}

/* ==========================================
   4. BUTTONS
   ========================================== */
.btn-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    padding: 16px 32px;
    font-family: var(--font-family-main);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: var(--spacing-letter-wide);
    background-color: var(--color-charcoal);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%), var(--texture-grain);
    border: 1px solid #000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--color-white);
    box-shadow: 0 0 0 1px var(--color-slate-light), 0 6px 15px rgba(0, 0, 0, 0.7);
}

.btn:hover {
    box-shadow: 0 0 0 1px var(--color-accent-strong), 0 6px 15px rgba(0, 0, 0, 0.7), inset 0 -10px 20px -10px var(--color-accent);
    text-shadow: 0 0 10px rgba(255, 102, 0, 0.5);
    transform: translateY(-2px);
    color: var(--color-accent);
}

.btn-primary {
    color: var(--color-accent);
    box-shadow: 0 0 0 1px #592e16, 0 6px 15px rgba(0, 0, 0, 0.7), inset 0 -10px 20px -10px var(--color-accent);
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: skewX(-20deg);
    transition: 0.5s;
}

.btn-primary:hover::before {
    left: 150%;
}

.btn-primary:hover {
    background-image: linear-gradient(to bottom, #30170a 0%, #120703 100%), var(--texture-grain);
    box-shadow: 0 0 0 1px var(--color-accent), 0 6px 15px rgba(0, 0, 0, 0.7), inset 0 0 20px rgba(255, 102, 0, 0.3);
}

.btn-secondary {
    background: transparent;
    color: var(--color-text-muted);
    box-shadow: inset 0 0 0 1px var(--color-slate-light);
    border: 1px solid #000;
}

.btn-secondary:hover {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.5) 100%), var(--texture-grain);
    box-shadow: inset 0 0 0 1px var(--color-accent-strong);
    color: var(--color-white);
    transform: translateY(-2px);
}

.btn-split {
    background-color: #1a1614;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.5) 100%), var(--texture-grain);
    color: var(--color-white);
    border-left: 2px solid var(--color-accent);
    padding-left: 24px;
    box-shadow: 0 0 0 1px #000, 0 6px 15px rgba(0, 0, 0, 0.7);
}

.btn-split:hover {
    border-left-color: var(--color-accent);
    background-image: linear-gradient(to right, #2d1303, #5e2604), var(--texture-grain);
    box-shadow: 0 0 0 1px var(--color-accent-strong), inset -10px 0 20px -10px var(--color-accent);
}

.btn-lg {
    font-size: 1rem;
    padding: 20px 40px;
}

/* ==========================================
   5. HERO
   ========================================== */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 140px;
    position: relative;
    background-color: var(--color-black-pure);
    overflow: hidden;
    padding-bottom: 20px;
}

.hero h1 {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 102, 0, 0.1);
}

.hero h1 .text-accent {
    filter: drop-shadow(0 0 12px rgba(255, 102, 0, 0.45));
}

.hero-bg-picture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
}

.hero-bg-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(8, 6, 5, 0.5), rgba(8, 6, 5, 0.7));
    z-index: 1;
}

.hero-video-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 100% 60% at center, rgba(255, 102, 0, 0.25) 0%, rgba(255, 102, 0, 0.1) 40%, transparent 85%);
    mix-blend-mode: color-dodge;
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    transition: text-shadow 0.15s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.15s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero h1.impact-forge {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 102, 0, 0.2), 0 0 80px rgba(255, 102, 0, 0.1);
    transform: translateY(-2px);
}

.hero h1.impact-forge .text-accent {
    filter: drop-shadow(0 0 20px rgba(255, 102, 0, 0.05));
}

.hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0px auto 3rem;
    color: var(--color-ice-blue);
}

.hero-internal {
    min-height: 80vh;
    padding-top: 180px;
    align-items: flex-start;
}

.hero-internal h1 {
    font-size: 3.8rem;
    max-width: 1000px;
    margin-bottom: 2rem;
    line-height: 1.05;
    text-transform: uppercase;
}

.hero-internal p {
    max-width: 800px;
    margin-bottom: 3.5rem;
    font-size: 1.25rem;
}

@media (max-width: 992px) {
    .hero h1 {
        font-size: 3.5rem;
    }

    .hero-internal h1 {
        font-size: 3rem;
    }

    .hero,
    .section-padrao {
        background-attachment: scroll !important;
    }

    .grid-2 {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .highlight-box {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-internal h1 {
        font-size: 2.4rem;
    }

    .hero-internal p {
        font-size: 1.1rem;
        margin-bottom: 2.5rem;
    }

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    .highlight-box {
        padding: 2.5rem;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 2.2rem;
    }

    .hero-internal h1 {
        font-size: 2.1rem;
    }

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h1,
    h2,
    h3,
    h4 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
}

/* ==========================================
   6. CARDS
   ========================================== */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-bottom: 50px;
}

.card {
    background-color: var(--color-charcoal);
    background-image: radial-gradient(ellipse 120% 100% at top, rgba(255, 102, 0, 0.15) 0%, transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.5) 100%), var(--texture-grain);
    border-radius: 8px;
    padding: 3rem 2rem;
    border: 1px solid #000;
    border-top: 1px solid rgba(255, 200, 150, 0.2);
    box-shadow: 0 0 0 1px #000, 0 0 0 3px var(--color-slate-light), 0 12px 25px rgba(0, 0, 0, 0.8), inset 0 -35px 35px -20px rgba(255, 102, 0, 0.1);
    position: relative;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s, background-image 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
    background-image: radial-gradient(ellipse 120% 100% at top, rgba(255, 102, 0, 0.25) 0%, transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.6) 100%), var(--texture-grain);
    box-shadow: 0 0 0 1px #000, 0 0 0 3px var(--color-accent-strong), 0 12px 25px rgba(0, 0, 0, 0.9), inset 0 -35px 35px -20px rgba(255, 102, 0, 0.25);
}

.card::before {
    display: none;
}

.card h3 {
    color: var(--color-white);
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.card p {
    color: var(--color-ice-blue);
    font-size: 1rem;
    margin-bottom: 2rem;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}

.card .btn {
    position: relative;
    z-index: 2;
}

.card-overlay {
    position: relative;
    overflow: hidden;
}

.card-overlay::after {
    content: "";
    position: absolute;
    top: -5%;
    left: -5%;
    width: 105%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    mask-image: radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 60%);
    filter: contrast(1.1) brightness(0.6) grayscale(100%);
    mix-blend-mode: lighten;
    opacity: 0.15;
}

@media (max-width: 768px) {
    .card-overlay::after {
        background-image: var(--bg-mobile);
    }
}

/* Ambient Glow for Cards */
.card-wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-glow {
    position: absolute;
    top: -35%;
    left: -30%;
    width: 130%;
    height: 130%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg-desktop);
    z-index: -1;
    opacity: 0.25;
    filter: blur(30px);
    mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 65%);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 65%);
    animation: floatingGlow 6s ease-in-out infinite alternate;
    pointer-events: none;
}

@media (max-width: 768px) {
    .card-glow {
        background-image: var(--bg-mobile);
    }
}

@keyframes floatingGlow {
    0% {
        transform: translateY(0px) scale(1);
    }

    100% {
        transform: translateY(-15px) scale(1.05);
    }
}

.card-icon {
    color: var(--color-accent);
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.card-title-small {
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.card-btn-align {
    align-self: flex-start;
    margin-top: auto;
}

/* ==========================================
   7. ACCORDION
   ========================================== */
.accordion-list {
    max-width: 800px;
    margin: 0px auto;
}

.accordion-item {
    border-bottom: var(--border-subtle);
    position: relative;
}

.accordion-item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: var(--color-white);
    transition: width 0.4s;
}

.accordion-item.is-open::after {
    width: 35%;
}

.accordion-header {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 2rem 0px;
    color: var(--color-white);
    font-weight: 900;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: var(--spacing-letter-medium);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-family-main);
    transition: color 0.3s;
}

.accordion-header:hover {
    color: var(--color-accent);
}

.accordion-title-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.accordion-left-icon {
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.3);
    border: var(--border-subtle);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-left-icon::before {
    content: "";
    display: block;
    width: 6px;
    height: 8px;
    border-top-color: inherit;
    border-top-style: inherit;
    border-top-width: inherit;
    border-right-color: inherit;
    border-right-style: inherit;
    border-right-width: inherit;
    border-bottom-color: inherit;
    border-bottom-style: inherit;
    border-bottom-width: inherit;
    border-image-source: inherit;
    border-image-slice: inherit;
    border-image-width: inherit;
    border-image-outset: inherit;
    border-image-repeat: inherit;
    border-left: none;
    transition: border-color 0.3s;
}

.accordion-header:hover .accordion-left-icon::before {
    border-color: var(--color-accent);
}

.accordion-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: var(--border-subtle);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 300;
    transition: 0.3s;
}

.accordion-header:hover .accordion-arrow {
    border-color: var(--color-accent);
    color: var(--color-accent);
}

.accordion-header.active .accordion-arrow {
    transform: rotate(90deg);
    border-color: var(--color-accent);
    color: var(--color-accent);
}

.accordion-body {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: var(--color-white);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

.accordion-body-content {
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 4rem;
    color: var(--color-text-muted);
}

/* ==========================================
   8. MANIFESTO
   ========================================== */
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: flex-start;
    height: 100%;
}

.highlight-box {
    position: sticky;
    top: 120px;
    padding: 4rem;
    z-index: 10;
    background-color: var(--color-black-acetate);
    border-left: 4px solid var(--color-accent);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, calc(0.8 * var(--box-opacity, 1)));
    height: fit-content;
    transform-origin: right top;
    transform: scale(var(--card-scale, 1));
}

.highlight-box h3,
.highlight-box p {
    opacity: var(--text-opacity, 1);
    transition: opacity 0.1s ease-out;
}

.manifesto-section {
    background-image: linear-gradient(rgba(8, 6, 5, 0.92), rgba(8, 6, 5, 0.92)), url("assets/fundo01.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-top: 10rem;
    display: block;
}

.manifesto-section .container {
    min-height: 200vh;
    height: 100%;
}

.manifesto-section .grid-2 {
    height: 100%;
    align-items: flex-start;
}

.section-padrao {
    border-top: var(--border-subtle);
    background-image: linear-gradient(rgba(8, 6, 5, 0.92), rgba(8, 6, 5, 0.96)), url("assets/fundo04.webp");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.h3-accent {
    color: var(--color-accent);
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--font-family-titles);
}

.p-muted-pr {
    color: var(--color-text-muted);
    padding-right: 2rem;
}

.manifesto-list {
    list-style: none;
    margin-top: 2rem;
    color: var(--color-white);
    font-weight: 600;
}

.manifesto-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.highlight-box-title {
    color: var(--color-accent);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.highlight-box-footer {
    margin-bottom: 0px;
}

/* ==========================================
   9. TESTIMONIALS
   ========================================== */
.testimonial-container {
    position: relative;
    margin-top: 6rem;
}

.carousel-container {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    overflow: hidden;
    position: relative;
    padding: 3rem 1rem;
}

.carousel-track {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
}

.carousel-item {
    flex: 0 0 calc(50% - 1rem);
    min-width: 0px;
}

@media (max-width: 768px) {
    .carousel-item {
        flex: 0 0 100%;
    }
}

.testimonial-nav {
    position: absolute;
    top: -4.5rem;
    right: 0px;
    display: flex;
    gap: 1rem;
    z-index: 10;
}

.testimonial-btn {
    background: var(--color-black-pure);
    border: 1px solid var(--color-charcoal);
    color: var(--color-text-muted);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.testimonial-btn.active {
    border-color: var(--color-accent);
    color: var(--color-accent);
}

.testimonial-btn:hover {
    border-color: var(--color-accent);
    color: var(--color-accent);
}

.testimonial-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px;
}

.testimonial-slide>div:first-child {
    flex-grow: 1;
    min-height: 280px;
}

.testimonial-quote-icon {
    color: var(--color-accent);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1;
    font-family: serif;
}

.testimonial-text {
    color: var(--color-text-muted);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2A3B4E;
    overflow: hidden;
    border: 1px solid var(--color-accent);
    flex-shrink: 0;
}

.testimonial-avatar-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-black-pure);
    color: var(--color-accent);
    font-weight: 700;
    font-size: 1.2rem;
}

.testimonial-name {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    color: var(--color-white);
}

.testimonial-role {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    margin: 0px;
}

/* ==========================================
   10. INLINE STYLES FROM INDEX.HTML
   ========================================== */
@media (max-width: 375px) {
    .gl-1 {
        margin-bottom: 2rem;
    }

    .gl-2 {
        margin-bottom: 0px;
    }
}

.nav-links .nav-toggle {
    display: none;
}

@media (max-width: 899px) {
    .nav-links {
        position: static;
        display: block;
        max-width: 100%;
    }

    .nav-links .nav-toggle {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 14px;
        border: 0;
        border-radius: 12px;
        background: #111;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        cursor: pointer;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.06);
        transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
    }

    .nav-links .nav-toggle:active {
        transform: translateY(1px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16), 0 1px 4px rgba(0, 0, 0, 0.06);
    }

    .nav-links .nav-toggle:focus-visible {
        outline: 2px solid rgba(0, 0, 0, 0.5);
        outline-offset: 2px;
    }

    .nav-links .nav-toggle .nav-toggle-text {
        font-size: 14px;
        letter-spacing: 0.02em;
    }

    .nav-links .nav-toggle .nav-toggle-bars {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    }

    .nav-links .nav-toggle .bar {
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transition: transform .3s ease, opacity .3s ease, background-color .3s ease;
    }

    .nav-links .nav-toggle .bar+.bar {
        margin-top: 4px;
    }

    .nav-links>a {
        display: none;
    }

    .nav-links.open {
        position: absolute;
        top: 10px;
        right: 15px;
        left: 15px;
        padding: 16px;
        border-radius: 16px;
        background: var(--color-black-acetate);
        border: 1px solid rgba(255, 102, 0, 0.25);
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.9), 0 4px 20px rgba(0, 0, 0, 0.8), inset 0 0 50px rgba(255, 102, 0, 0.15);
        -webkit-backdrop-filter: saturate(140%) blur(6px);
        backdrop-filter: saturate(140%) blur(6px);
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        width: auto;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        gap: 0;
    }

    .nav-links.open a.btn-nav-cta {
        white-space: normal;
        text-align: center;
        line-height: 1.4;
    }

    .nav-links.open>a {
        display: block;
        padding: 12px 14px;
        border-radius: 10px;
        color: var(--color-white);
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 0.01em;
        transition: background-color .2s ease, color .2s ease, transform .08s ease;
    }

    .nav-links.open>a+a {
        margin-top: 6px;
    }

    .nav-links.open>a:hover,
    .nav-links.open>a:focus {
        background: var(--color-charcoal);
        color: var(--color-accent);
        outline: none;
    }

    .nav-links.open>a:active {
        transform: translateY(1px);
    }

    .nav-links.open .nav-toggle .bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .nav-links.open .nav-toggle .bar:nth-child(2) {
        opacity: 0;
    }

    .nav-links.open .nav-toggle .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav-links.open .nav-toggle {
        align-self: flex-end;
        margin-bottom: 12px;
    }
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

@media (max-width: 900px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

.portfolio-item {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-charcoal);
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-color: var(--color-black-pure);
}

.portfolio-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
    transition: all 0.3s ease;
}

.portfolio-title {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    color: var(--color-white);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    z-index: 2;
    margin: 0;
}

.portfolio-item:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.2) 60%);
}

.portfolio-item:hover .portfolio-title {
    color: var(--color-accent);
    text-shadow: 0 0 10px rgba(196, 178, 140, 0.6), 0 0 20px rgba(196, 178, 140, 0.3);
    transform: translateY(-5px);
}

/* Ilustração O Padrão */
.floating-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

@keyframes floatSlow {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.img-explosive {
    max-width: 100%;
    height: auto;
    mix-blend-mode: screen;
    opacity: 0.8;
    animation: floatSlow 8s ease-in-out infinite;

    /* Shifting the golden tone to Laje Orange (#ff6600), darker and punchier */
    filter: hue-rotate(-35deg) saturate(1.4) brightness(0.75);
}

/* Mobile Fixes for Layout Priorities */
@media (max-width: 992px) {
    .grid-2 {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .highlight-box {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .highlight-box {
        padding: 2.5rem;
    }
}

/* ==========================================
   11. NEW BRUTALIST NAVIGATION (CRO B2B)
   ========================================== */
.nav-links .nav-link-brutal {
    color: var(--color-white);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
}

.nav-links .nav-link-brutal:hover {
    color: var(--color-accent);
}

.nav-has-subtext {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-subtext {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: max-content;
    max-width: 280px;
    background: var(--color-black-pure);
    border: 1px solid var(--color-accent-strong);
    color: var(--color-ice-blue);
    padding: 0.75rem 1rem;
    font-size: 0.7rem;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: normal;
    text-align: center;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    pointer-events: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9);
    z-index: 100;
}

.nav-subtext::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: var(--color-black-pure);
    border-top: 1px solid var(--color-accent-strong);
    border-left: 1px solid var(--color-accent-strong);
}

.nav-has-subtext:hover .nav-subtext {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(5px);
}

.nav-links a.btn-nav-cta {
    padding: 10px 24px;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: var(--color-accent);
}

@media (max-width: 899px) {
    .nav-subtext {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        max-width: 100%;
        background: transparent;
        border: none;
        border-left: 2px solid var(--color-accent);
        box-shadow: none;
        border-radius: 0;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
        margin-top: 0.5rem;
        text-align: left;
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .nav-subtext::before {
        display: none;
    }

    .nav-has-subtext:hover .nav-subtext {
        transform: none;
    }
}

/* ==========================================
   12. BRUTALIST FOOTER (B2B)
   ========================================== */
.footer-brutal {
    background-color: var(--color-black-pure);
    border-top: 1px solid var(--color-charcoal);
    padding: 6rem 0 2rem 0;
    margin-top: 2rem;
}

.footer-header {
    margin-bottom: 4rem;
}

.footer-tagline-main {
    color: var(--color-ice-blue);
    font-size: 1rem;
    margin-top: 1rem;
    max-width: 600px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--color-charcoal);
    margin-bottom: 2rem;
}

.footer-col .footer-title {
    color: var(--color-white);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    font-family: var(--font-family-mono, 'Space Mono', monospace);
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 1rem;
    color: var(--color-text-muted);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-list li a {
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-list li a:hover {
    color: var(--color-accent);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-text-muted);
    font-size: 0.8rem;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================
   13. SPACE MONO OVERRIDES (Ardens System)
   ========================================== */
.section-title,
input,
textarea,
.form-control,
.nav-subtext,
.footer-tagline-main,
.footer-list,
.footer-bottom {
    font-family: var(--font-family-mono, 'Space Mono', monospace);
}

.hero-subtitle {
    font-size: 31px;
    max-width: 600px;
}

/* ==========================================
   MODAL ENTERPRISE (SLIDE DOWN)
   ========================================== */
.laudo-modal {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-black-pure);
    background-image: var(--grad-black-glossy), var(--texture-grain);
    background-blend-mode: overlay;
    z-index: 9999;
    transition: top 0.6s cubic-bezier(0.86, 0, 0.07, 1), visibility 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 2rem 0;
    visibility: hidden;
    pointer-events: none;
}

.laudo-modal.open {
    top: 0;
    visibility: visible;
    pointer-events: auto;
}

.laudo-modal-content {
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s;
}

.laudo-modal.open .laudo-modal-content {
    opacity: 1;
    transform: translateY(0);
}

.laudo-close-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: transparent;
    border: none;
    color: var(--color-ice-blue);
    font-size: 3rem;
    cursor: pointer;
    transition: color 0.3s, transform 0.3s;
    z-index: 10000;
}

.laudo-close-btn:hover {
    color: var(--color-accent);
    transform: scale(1.1);
}

.brutal-form {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
}

.brutal-form .form-group {
    margin-bottom: 1.5rem;
}

.brutal-form label {
    display: block;
    font-family: var(--font-family-mono);
    color: var(--color-ice-blue);
    margin-bottom: 0.6rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}

.brutal-form .form-input {
    width: 100%;
    padding: 1.2rem;
    background: var(--color-charcoal);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-white);
    font-family: var(--font-family-main);
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.brutal-form .form-input:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: var(--shadow-accent-glow);
}

@media (max-width: 768px) {
    .brutal-form {
        padding: 1.5rem;
    }

    .laudo-close-btn {
        top: 1rem;
        right: 1rem;
        font-size: 2.5rem;
    }
}