* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: radial-gradient(circle at top, #0d0d0d 0%, #050505 100%) !important;
    color: white;
    overflow-x: hidden;
    padding-top: 180px !important;
}

/* GARANTIA DE QUE NENHUMA SEÇÃO SUMIRÁ */
section, footer {
    display: block;
    clear: both;
    overflow: visible !important;
    position: relative;
}

/* ===== GARANTIA SPACE ===== */
.garantia-space {
    width: 100%;
    height: 90px;
    display: block;
    clear: both;
}

/* ===== HEADER FIXO ===== */
.topo {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #070b14;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
}

.logo {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
    opacity: 0.95;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

nav a:hover {
    color: #22ff88;
}

/* ===== HERO ===== */
.hero {
    max-width: 1200px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 20px;
}

.hero-image img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.tag {
    color: #ffcc00;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}

.hero h1 {
    font-size: 52px;
    line-height: 1.1;
    margin: 20px 0;
}

.hero h1 span {
    color: #ffd000;
}

.hero p {
    font-size: 18px;
    line-height: 1.7;
    color: #d4d4d4;
}

.botoes {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary,
.btn-maps {
    padding: 18px 32px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.btn-primary,
.btn-maps {
    background: #ffd000;
    color: #111;
}

.btn-secondary {
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: white;
}

.btn-primary:hover,
.btn-maps:hover {
    transform: translateY(-3px);
}

/* ===== SERVIÇOS (CARDS PADRÃO CELL CITY) ===== */
.servicos {
    max-width: 1200px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 20px;
}

.card {
    background: linear-gradient(180deg, #07140d 0%, #0c2b18 40%, #11b34a 100%);
    border-radius: 26px;
    overflow: hidden;
    padding-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: 0.35s ease;
    border: 1px solid rgba(20, 255, 120, 0.18);
    position: relative;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45), 0 0 25px rgba(20, 255, 120, 0.18);
}

.card video,
.card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.card h3 {
    padding: 20px 20px 10px;
    font-size: 28px;
    color: #ffd54a;
}

.card p {
    padding: 0 20px;
    color: #f5f5f5;
    line-height: 1.6;
}

/* ===== GARANTIA PREMIUM ===== */
.garantia-section {
    width: 100%;
    padding: 20px 20px 70px 20px;
}

.garantia-container {
    max-width: 1000px;
    margin: auto;
    text-align: center;
    background: linear-gradient(180deg, #050505 0%, #0b1225 100%);
    border-radius: 28px;
    padding: 45px 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.garantia-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto 25px auto;
    border-radius: 18px;
}

.garantia-title {
    color: #ffd54a;
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
}

.garantia-text {
    color: #f5f5f5;
    font-size: 22px;
    line-height: 1.7;
    max-width: 850px;
    margin: auto auto 35px auto;
}

.garantia-tags {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.garantia-tags span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 14px 24px;
    border-radius: 50px;
    color: #ffd54a;
    font-weight: 700;
    font-size: 18px;
}

/* ===== FAQ ===== */
.faq {
    max-width: 1000px;
    margin: 60px auto;
    padding: 20px;
}

.faq h2 {
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
}

.faq-item {
    background: #111c30;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.faq-item:hover {
    background: #1a2a45;
}

.faq-item h4 {
    margin-bottom: 10px;
    color: #ffd000;
    font-size: 20px;
}

/* ===== MAPA & CONTATO ===== */
.mapa {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px;
    text-align: center;
}

.mapa iframe {
    width: 100%;
    height: 320px;
    border: 0;
    border-radius: 25px;
    margin-bottom: 25px;
}

.contato-box {
    max-width: 800px;
    margin: 40px auto;
    background: #111827;
    border-radius: 22px;
    padding: 30px;
    text-align: center;
}

.contato-box h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #facc15;
}

footer {
    padding: 40px 20px;
    text-align: center;
    color: #999;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    white-space: nowrap;
}

/* ===== BADGES ===== */
.badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px 8%;
}

.badge,
.info-card {
    background: #111827;
    border-radius: 22px;
    padding: 22px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.badge {
    color: #fff;
}

.info-card h3 {
    color: #facc15;
    margin-bottom: 10px;
}

.premium-top,
.premium-bottom {
    margin: 20px 0;
}

/* ===== BOTÃO DE SOM ===== */
.sound-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 20;
    transition: 0.3s;
}

.sound-btn:hover {
    transform: scale(1.08);
    background: #ffd000;
    color: #111;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero h1 {
        font-size: 38px;
    }
    .botoes {
        justify-content: center;
    }
    .servicos {
        grid-template-columns: 1fr;
    }
    .card video,
    .card img {
        height: 220px;
    }
    .badges {
        grid-template-columns: 1fr;
        padding: 20px 5%;
    }
    .garantia-title {
        font-size: 32px;
    }
    .garantia-text {
        font-size: 18px;
    }
    .garantia-tags span {
        font-size: 15px;
        padding: 10px 16px;
    }
    .faq h2,
    .contato-box h2 {
        font-size: 32px;
    }
    .garantia-space {
        height: 60px;
    }
    footer {
        white-space: normal;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 28px;
    }
    .btn-primary,
    .btn-secondary,
    .btn-maps {
        padding: 12px 24px;
        font-size: 14px;
    }
    .card h3 {
        font-size: 24px;
    }
    .topo nav {
        gap: 15px;
    }
}

/* ===== CELL CITY MASTER PREMIUM ===== */

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden !important;
    background:
    radial-gradient(circle at top,#0d0d0d 0%,#050505 100%) !important;
}

/* ===== CONTAINER GLOBAL ===== */

.container,
.hero,
.servicos,
.services-grid,
.stats-grid,
.testimonials-grid,
.badges,
.faq,
.mapa,
.contato-box,
.garantia-container{

    width:100%;
    max-width:1280px;
    margin-left:auto !important;
    margin-right:auto !important;

}

/* ===== GRID PREMIUM ===== */

.servicos,
.services-grid,
.badges,
.testimonials-grid{

    gap:28px !important;
    align-items:stretch !important;

}

/* ===== CARDS ===== */

.card,
.service-card,
.badge,
.info-card,
.testimonial-card,
.stat-card{

    border-radius:28px !important;
    overflow:hidden !important;

    transition:0.35s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.35);

}

.card:hover,
.service-card:hover,
.badge:hover,
.info-card:hover,
.testimonial-card:hover,
.stat-card:hover{

    transform:translateY(-6px);

}

/* ===== IMAGENS ===== */

img,
video{

    max-width:100%;
    display:block;

}

.card img,
.card video,
.service-card img,
.service-card video{

    width:100%;
    height:240px !important;
    object-fit:cover !important;

}

/* ===== TEXTOS ===== */

h1{
    line-height:1.08 !important;
}

h2{
    line-height:1.1 !important;
}

p{
    line-height:1.7 !important;
}

/* ===== GARANTIA PREMIUM ===== */

.garantia-space{

    width:100%;
    height:90px;

}

.garantia-section{

    width:100%;
    padding:20px 20px 70px 20px;

}

.garantia-container{

    max-width:1000px !important;

    margin:auto !important;

    text-align:center !important;

    background:
    linear-gradient(
        180deg,
        #050505 0%,
        #0b1225 100%
    ) !important;

    border-radius:30px !important;

    padding:45px 30px !important;

    border:1px solid rgba(255,255,255,0.08);

    box-shadow:
    0 15px 40px rgba(0,0,0,0.35);

}

.garantia-img{

    width:120px !important;
    height:120px !important;

    object-fit:contain !important;

    display:block;

    margin:0 auto 25px auto !important;

    border-radius:18px;

}

.garantia-title{

    color:#ffd54a !important;

    font-size:42px !important;

    line-height:1.1 !important;

    margin-bottom:20px !important;

    font-weight:800 !important;

}

.garantia-text{

    color:#f5f5f5 !important;

    font-size:22px !important;

    line-height:1.7 !important;

    max-width:850px !important;

    margin:auto auto 35px auto !important;

}

.garantia-tags{

    display:flex !important;

    justify-content:center !important;

    gap:18px !important;

    flex-wrap:wrap !important;

}

.garantia-tags span{

    background:rgba(255,255,255,0.08);

    border:1px solid rgba(255,255,255,0.10);

    padding:14px 24px !important;

    border-radius:50px !important;

    color:#ffd54a !important;

    font-weight:700 !important;

}

/* ===== RESPONSIVO ===== */

@media(max-width:900px){

    .hero,
    .servicos,
    .services-grid,
    .testimonials-grid,
    .badges{

        grid-template-columns:1fr !important;

    }

    .card img,
    .card video,
    .service-card img,
    .service-card video{

        height:220px !important;

    }

    .garantia-img{

        width:90px !important;
        height:90px !important;

    }

    .garantia-title{

        font-size:32px !important;

    }

    .garantia-text{

        font-size:18px !important;

    }

}

