.elementor-8 .elementor-element.elementor-element-44ae52c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-eda4e39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-47dbcc2 *//* =========================================================
   DO ZERO AOS 100K — TIKTOK SHOP
   CSS PARA ELEMENTOR
   ========================================================= */

/* ---------- CONFIGURAÇÕES GERAIS ---------- */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #050505;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.dz100k-page {
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.08), transparent 35%),
        #050505;
    overflow: hidden;
}

/* ---------- CONTAINER ---------- */

.dz100k-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

/* ---------- HERO ---------- */

.dz100k-hero {
    min-height: 760px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0;
    background:
        radial-gradient(circle at 50% 25%, rgba(255,0,80,.18), transparent 30%),
        radial-gradient(circle at 80% 60%, rgba(0,242,234,.12), transparent 30%),
        #050505;
}

.dz100k-hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(255,0,80,.08);
    filter: blur(100px);
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.dz100k-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

/* ---------- TAG ---------- */

.dz100k-tag {
    display: inline-flex;
    padding: 9px 18px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 100px;
    background: rgba(255,255,255,.05);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    backdrop-filter: blur(10px);
    margin-bottom: 25px;
}

/* ---------- TÍTULO ---------- */

.dz100k-title {
    font-size: clamp(52px, 8vw, 105px);
    line-height: .9;
    font-weight: 900;
    letter-spacing: -5px;
    margin: 0;
    text-transform: uppercase;
}

.dz100k-title .highlight {
    display: block;
    background: linear-gradient(
        90deg,
        #ff0050,
        #ffffff,
        #00f2ea
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dz100k-subtitle {
    max-width: 700px;
    margin: 30px auto 0;
    color: #bcbcbc;
    font-size: 19px;
    line-height: 1.6;
}

/* ---------- CTA ---------- */

.dz100k-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    margin-top: 35px;
    padding: 20px 35px;
    border-radius: 12px;
    background: linear-gradient(
        90deg,
        #ff0050,
        #ff174f
    );
    color: #fff !important;
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .5px;
    box-shadow:
        0 10px 40px rgba(255,0,80,.25),
        inset 0 1px 0 rgba(255,255,255,.2);
    transition: .3s ease;
}

.dz100k-cta:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 18px 55px rgba(255,0,80,.4);
}

/* ---------- MICRO TEXTO ---------- */

.dz100k-micro {
    margin-top: 15px;
    font-size: 12px;
    color: #777;
}

/* ---------- SEÇÕES ---------- */

.dz100k-section {
    padding: 110px 0;
    position: relative;
}

.dz100k-section-dark {
    background: #080808;
}

.dz100k-section-title {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.dz100k-section-title h2 {
    margin: 0 0 15px;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.dz100k-section-title p {
    color: #999;
    font-size: 17px;
    line-height: 1.6;
}

/* ---------- CARDS ---------- */

.dz100k-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dz100k-card {
    position: relative;
    padding: 35px;
    min-height: 190px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.07),
            rgba(255,255,255,.025)
        );
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
    transition: .3s ease;
    overflow: hidden;
}

.dz100k-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255,0,80,.12);
    filter: blur(45px);
    top: -50px;
    right: -50px;
}

.dz100k-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,0,80,.35);
}

.dz100k-card-number {
    color: #ff0050;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.dz100k-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    font-weight: 800;
}

.dz100k-card p {
    margin: 0;
    color: #969696;
    line-height: 1.6;
}

/* ---------- DESTAQUE TIKTOK ---------- */

.dz100k-tiktok {
    position: relative;
    padding: 80px 50px;
    border-radius: 30px;
    overflow: hidden;
    background:
        linear-gradient(
            110deg,
            #111111,
            #090909
        );
    border: 1px solid rgba(255,255,255,.1);
}

.dz100k-tiktok::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: #ff0050;
    filter: blur(120px);
    opacity: .18;
    right: -100px;
    top: -100px;
}

.dz100k-tiktok::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #00f2ea;
    filter: blur(120px);
    opacity: .12;
    left: -100px;
    bottom: -100px;
}

.dz100k-tiktok-content {
    position: relative;
    z-index: 2;
}

.dz100k-tiktok h2 {
    max-width: 700px;
    font-size: clamp(35px, 5vw, 65px);
    line-height: 1;
    margin: 0 0 20px;
    font-weight: 900;
}

.dz100k-tiktok p {
    max-width: 650px;
    color: #aaa;
    font-size: 18px;
    line-height: 1.6;
}

/* ---------- MÓDULOS ---------- */

.dz100k-modules {
    max-width: 900px;
    margin: auto;
}

.dz100k-module {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.dz100k-module-number {
    min-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #111;
    border: 1px solid rgba(255,255,255,.1);
    color: #ff0050;
    font-weight: 900;
}

.dz100k-module h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

.dz100k-module p {
    margin: 0;
    color: #777;
}

/* ---------- OFERTA ---------- */

.dz100k-offer {
    max-width: 700px;
    margin: auto;
    text-align: center;
    padding: 55px 40px;
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(255,0,80,.12),
            rgba(255,255,255,.04)
        );
    border: 1px solid rgba(255,0,80,.25);
    box-shadow: 0 30px 80px rgba(0,0,0,.4);
}

.dz100k-offer-label {
    color: #ff0050;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.dz100k-price-old {
    margin-top: 25px;
    color: #777;
    text-decoration: line-through;
    font-size: 18px;
}

.dz100k-price {
    margin: 5px 0;
    font-size: clamp(50px, 8vw, 85px);
    line-height: 1;
    font-weight: 900;
}

.dz100k-price small {
    font-size: 22px;
    color: #aaa;
}

.dz100k-installments {
    color: #aaa;
    font-size: 15px;
}

/* ---------- CHECKLIST ---------- */

.dz100k-checklist {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

.dz100k-checklist li {
    position: relative;
    padding: 12px 0 12px 30px;
    color: #d5d5d5;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.dz100k-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00f2ea;
    font-weight: 900;
}

/* ---------- DEPOIMENTOS ---------- */

.dz100k-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.dz100k-testimonial {
    padding: 30px;
    border-radius: 18px;
    background: #0d0d0d;
    border: 1px solid rgba(255,255,255,.07);
}

.dz100k-stars {
    color: #ffd400;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.dz100k-testimonial p {
    color: #aaa;
    line-height: 1.7;
}

.dz100k-author {
    margin-top: 25px;
    font-weight: 800;
}

/* ---------- FAQ ---------- */

.dz100k-faq {
    max-width: 850px;
    margin: auto;
}

.dz100k-faq details {
    margin-bottom: 12px;
    border-radius: 12px;
    background: #0d0d0d;
    border: 1px solid rgba(255,255,255,.07);
    overflow: hidden;
}

.dz100k-faq summary {
    cursor: pointer;
    padding: 22px 25px;
    font-weight: 800;
    list-style: none;
}

.dz100k-faq summary::-webkit-details-marker {
    display: none;
}

.dz100k-faq summary::after {
    content: "+";
    float: right;
    color: #ff0050;
    font-size: 22px;
}

.dz100k-faq details[open] summary::after {
    content: "−";
}

.dz100k-faq-content {
    padding: 0 25px 25px;
    color: #999;
    line-height: 1.7;
}

/* ---------- CTA FINAL ---------- */

.dz100k-final {
    padding: 130px 20px;
    text-align: center;
    background:
        radial-gradient(
            circle at center,
            rgba(255,0,80,.2),
            transparent 45%
        ),
        #050505;
}

.dz100k-final h2 {
    max-width: 900px;
    margin: auto;
    font-size: clamp(42px, 7vw, 85px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -4px;
}

/* ---------- RODAPÉ ---------- */

.dz100k-footer {
    padding: 35px 20px;
    text-align: center;
    background: #020202;
    color: #555;
    font-size: 12px;
}

/* ---------- RESPONSIVO ---------- */

@media (max-width: 900px) {

    .dz100k-grid,
    .dz100k-testimonials {
        grid-template-columns: 1fr 1fr;
    }

    .dz100k-hero {
        min-height: 680px;
    }

}

@media (max-width: 600px) {

    .dz100k-hero {
        padding: 80px 0;
        min-height: 650px;
    }

    .dz100k-title {
        font-size: 53px;
        letter-spacing: -3px;
    }

    .dz100k-subtitle {
        font-size: 16px;
    }

    .dz100k-section {
        padding: 75px 0;
    }

    .dz100k-grid,
    .dz100k-testimonials {
        grid-template-columns: 1fr;
    }

    .dz100k-card {
        padding: 28px;
    }

    .dz100k-tiktok {
        padding: 55px 25px;
        border-radius: 20px;
    }

    .dz100k-module {
        gap: 15px;
    }

    .dz100k-module-number {
        min-width: 45px;
        height: 45px;
    }

    .dz100k-offer {
        padding: 40px 22px;
    }

    .dz100k-final h2 {
        letter-spacing: -2px;
    }

    .dz100k-cta {
        width: 100%;
        box-sizing: border-box;
    }

}
```/* End custom CSS */