* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --bg: #0a0a0a;
    --surface: #111111;
    --surface2: #181818;
    --border: #222;
    --accent: #e8593a;
    --text: #f0ede8;
    --muted: #666;
    --green: #4ade80;
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: var(--bg)
}

::-webkit-scrollbar-thumb {
    background: var(--accent)
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 14px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    background: rgba(10, 10, 10, 0.88);
}

.nav-logo img {
    height: 52px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(232, 89, 58, 0.35))
}

.nav-links {
    display: flex;
    gap: 36px;
    align-items: center
}

.nav-links a {
    color: var(--muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.2s
}

.nav-links a:hover {
    color: var(--text)
}

.nav-cta {
    background: transparent;
    border: 1px solid var(--accent);
    color: var(--accent);
    padding: 9px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nav-cta:hover {
    background: var(--accent);
    color: #fff
}

.hero {
    min-height: 100vh;
    padding: 160px 60px 80px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: center;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse at 80% 40%, rgba(232, 89, 58, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 28px;
}

h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(64px, 7vw, 100px);
    line-height: 0.95;
    letter-spacing: -1px;
    margin-bottom: 24px
}

h1 em {
    color: var(--accent);
    font-style: normal
}

.hero-sub {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(240, 237, 232, 0.6);
    max-width: 480px;
    margin-bottom: 36px
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 48px
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    color: rgba(240, 237, 232, 0.7);
    background: var(--surface);
}

.tag i {
    color: var(--accent);
    font-size: 12px
}

.hero-btns {
    display: flex;
    gap: 14px
}

.btn-primary {
    background: var(--accent);
    color: #fff;
    padding: 14px 28px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary:hover {
    background: #d44a2b;
    transform: translateY(-1px)
}

.btn-secondary {
    background: transparent;
    color: var(--text);
    padding: 14px 28px;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-secondary:hover {
    border-color: var(--text)
}

.hero-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.avatar-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--accent);
    overflow: hidden;
    margin-bottom: 20px
}

.avatar-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px
}

.hero-card .sub {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 24px
}

.stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.stat-box {
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px
}

.stat-box .num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: var(--accent)
}

.stat-box .label {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 2px
}

.online-dot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--green);
    margin-top: 16px
}

.online-dot::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 8px var(--green);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.4
    }
}

section {
    padding: 80px 60px
}

.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 48px;
}

.section-label::before {
    content: '—';
    opacity: 0.6
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-text {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 36px;
    text-align: center;
}

.about-text p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(240, 237, 232, 0.7)
}

/* ── GALLERY ── */
.gallery-intro {
    font-size: 15px;
    color: rgba(240, 237, 232, 0.55);
    margin-bottom: 32px;
    max-width: 560px;
    line-height: 1.7
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px
}

.gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--surface2);
    aspect-ratio: 16/10;
    cursor: pointer;
    transition: transform 0.25s, border-color 0.25s;
}

.gallery-item:hover {
    transform: translateY(-4px);
    border-color: var(--accent)
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s
}

.gallery-item:hover img {
    transform: scale(1.04)
}

.gallery-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--muted);
    padding: 12px;
    text-align: center;
}

.gallery-placeholder i {
    font-size: 28px;
    opacity: 0.3
}

.gallery-placeholder span {
    font-size: 11px;
    opacity: 0.35;
    line-height: 1.5
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.93);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.lightbox.open {
    display: flex
}

.lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 8px;
    border: 1px solid var(--border);
    object-fit: contain;
}

.lb-close {
    position: fixed;
    top: 20px;
    right: 28px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    z-index: 1001;
}

.lb-close:hover {
    opacity: 1
}

.lb-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--border);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.2s;
    z-index: 1001;
}

.lb-nav:hover {
    background: rgba(232, 89, 58, 0.3)
}

.lb-prev {
    left: 20px
}

.lb-next {
    right: 20px
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .lightbox {
        padding: 10px;
    }

    .lb-nav {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .lb-prev {
        left: 10px;
    }

    .lb-next {
        right: 10px;
    }
}

/* -- SECTIONS -- */

/* ── MEDIA TESTIMONIALS ── */
.media-testimonials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 48px;
}

.media-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.media-card video {
    width: 100%;
    border-radius: 8px;
    background: #000;
    aspect-ratio: 9 / 16;
    object-fit: cover;
}


.media-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}



.niches-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.niche-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 28px;
    transition: border-color 0.2s
}

.niche-card:hover {
    border-color: var(--accent)
}

.niche-icon {
    font-size: 24px;
    color: var(--accent);
    margin-bottom: 14px
}

.niche-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.niche-card p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.service-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s;
}

.service-card:hover {
    border-color: var(--accent)
}

.service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), transparent);
    opacity: 0;
    transition: opacity 0.25s;
}

.service-card:hover::after {
    opacity: 1
}

.service-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    color: rgba(232, 89, 58, 0.12);
    position: absolute;
    top: 12px;
    right: 20px
}

.service-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px
}

.service-card h4 i {
    color: var(--accent);
    font-size: 14px
}

.service-card p {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6
}

.perf-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 40px
}

.perf-box {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 28px;
    text-align: center
}

.perf-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 52px;
    color: var(--accent);
    line-height: 1
}

.perf-label {
    font-size: 12px;
    color: var(--muted);
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px
}



/* ── CONTACT ── */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

.contact-info h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(48px, 6vw, 80px);
    margin-bottom: 20px;
    line-height: 1
}

.contact-info h2 em {
    color: var(--accent);
    font-style: normal
}

.contact-info p {
    font-size: 16px;
    color: rgba(240, 237, 232, 0.6);
    line-height: 1.7;
    margin-bottom: 32px;
}

.btn-whatsapp {
    background: #25d366;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.25s, filter 0.25s;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.form-note {
    font-size: 12px !important;
    margin-top: 24px !important;
    opacity: 0.5;
}

.contact-form {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--muted);
}

.form-group input,
.form-group textarea {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px 16px;
    color: var(--text);
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent);
}

.form-status {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    min-height: 20px;
}

.form-status.success {
    color: var(--green);
}

footer {
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border);
}

.footer-logo img {
    height: 42px;
    width: auto;
    filter: drop-shadow(0 0 6px rgba(232, 89, 58, 0.2))
}

footer p {
    font-size: 13px;
    color: var(--muted)
}

.menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--text);
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
}

@media(max-width:900px) {
    nav {
        padding: 14px 20px;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: var(--bg);
        flex-direction: column;
        justify-content: center;
        gap: 30px;
        transition: 0.4s ease;
        z-index: 1000;
        padding: 40px;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        font-size: 24px;
        font-family: 'Bebas Neue', sans-serif;
        letter-spacing: 2px;
    }

    section,
    .hero,
    footer,
    .cta-section {
        /* .cta-section is removed from here */
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 120px;
        text-align: center;
    }

    .hero-badge,
    .tag-row,
    .hero-btns {
        justify-content: center;
    }

    .hero-card {
        display: none;
    }

    .about-content,
    .media-testimonials,
    .niches-grid,
    .services-grid,
    .testimonials-grid,
    .perf-row,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-sub {
        margin: 0 auto 36px;
    }

    h1 {
        font-size: clamp(48px, 12vw, 64px);
        line-height: 1.1;
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0)
}