:root {
    --bg: #071321;
    --bg-soft: #0c1b2d;
    --bg-strong: #0e2137;
    --text: #ffffff;
    --muted: #cfd8e3;
    --accent: #d9a441;
    --accent-soft: #f2c96b;
    --accent-dark: #a97a1f;
    --border: rgba(255,255,255,0.08);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(217,164,65,0.14), transparent 26%),
        linear-gradient(135deg, #071321 0%, #081a2b 40%, #071321 100%);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}

.container {
    width: min(1120px, 92%);
    margin: 0 auto;
}

.site-header {
    padding: 24px 0;
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(7, 19, 33, 0.82);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo img {
    width: 220px;
}

.menu {
    display: flex;
    gap: 24px;
}

.menu a {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.menu a:hover {
    color: var(--accent-soft);
}

.btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    transition: 0.3s ease;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}

.btn-outline {
    color: var(--text);
    border: 1px solid var(--accent);
    padding: 12px 24px;
    background: rgba(255,255,255,0.03);
}

.btn-outline:hover,
.btn-primary:hover,
.btn-whatsapp:hover {
    background: linear-gradient(135deg, var(--accent-soft), var(--accent));
    color: var(--bg);
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(217,164,65,0.28);
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent-soft), var(--accent));
    color: var(--bg);
    padding: 14px 28px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.28);
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.whatsapp-button-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

.hero {
    padding: 72px 0 90px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 48px;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 14px;
    border: 1px solid rgba(217, 164, 65, 0.35);
    border-radius: 999px;
    font-size: 0.95rem;
    color: var(--accent-soft);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(217,164,65,0.08);
}

.hero h1 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 1.08;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.hero h1 span {
    color: var(--accent-soft);
}

.hero-text > p {
    font-size: 1.15rem;
    color: var(--muted);
    margin-bottom: 20px;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.highlight-pill {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.92rem;
    color: var(--muted);
}

.hero-actions {
    margin-bottom: 24px;
}

.marketplaces {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.market-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 48px;
}

.market-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.28);
}

.market-logo-image {
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex-shrink: 0;
}

.market-name {
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1;
}

.mercado {
    background: #fff1d6;
    color: #2d2d2d;
    border: 1px solid rgba(45,45,45,0.08);
}

.mercado .market-logo {
    background: #ffe600;
    color: #2d2d2d;
}

.shopee {
    background: #fff0f0;
    color: #ee4d2d;
    border: 1px solid rgba(238,77,45,0.08);
}

.shopee .market-logo {
    background: #ee4d2d;
    color: #ffffff;
}

.hero-image {
    display: flex;
    justify-content: center;
}

.hero-visual-card {
    position: relative;
    padding: 20px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 24px 60px rgba(0,0,0,0.28);
    animation: float 4s ease-in-out infinite;
}

.hero-visual-card img {
    width: min(100%, 440px);
    border-radius: 20px;
}

.floating-badge {
    position: absolute;
    right: -10px;
    bottom: 20px;
    background: linear-gradient(135deg, var(--accent-soft), var(--accent));
    color: var(--bg);
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(217,164,65,0.24);
}

.section {
    padding: 78px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 36px;
}

.section-heading h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-heading p {
    color: var(--muted);
}

.cards-grid,
.categories-grid,
.steps-grid,
.testimonials-grid {
    display: grid;
    gap: 24px;
}

.cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.step-card,
.testimonial-card,
.category-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}

.card {
    padding: 28px 24px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.card h3,
.step-card h3 {
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.card p,
.step-card p,
.testimonial-card p,
.footer-brand p,
.footer-links a {
    color: var(--muted);
    font-size: 0.96rem;
}

.categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
    font-size: 1.05rem;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.category-card:hover,
.card:hover,
.step-card:hover,
.testimonial-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent);
}

.steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
    padding: 28px 24px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.step-number {
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(217, 164, 65, 0.18);
    color: var(--accent-soft);
    font-weight: 700;
}

.testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
    padding: 28px 24px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.stars {
    color: var(--accent-soft);
    margin-bottom: 12px;
}

.testimonial-card h4 {
    margin-top: 12px;
}

.cta-box {
    border: 1px solid rgba(217,164,65,0.25);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(217,164,65,0.18), rgba(7,19,33,0.95));
    padding: 42px 28px;
    text-align: center;
    box-shadow: 0 16px 50px rgba(0,0,0,0.2);
}

.cta-box h2 {
    font-size: 1.9rem;
    margin-bottom: 12px;
}

.cta-box p {
    color: var(--muted);
    margin-bottom: 24px;
}

.site-footer {
    padding: 28px 0 40px;
    color: var(--muted);
    text-align: center;
    font-size: 0.95rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 24px;
    align-items: start;
    text-align: left;
    padding-bottom: 24px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links h3 {
    margin-bottom: 6px;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--accent-soft);
}

.social-icon-image {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

.copyright {
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-highlights {
        justify-content: center;
    }

    .marketplaces {
        justify-content: center;
    }

    .cards-grid,
    .categories-grid,
    .steps-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 700px) {
    .site-header {
        padding: 16px 0;
    }

    .header-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .hero {
        padding-top: 24px;
    }

    .hero h1 {
        font-size: 2.3rem;
    }

    .cards-grid,
    .categories-grid,
    .steps-grid,
    .testimonials-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        text-align: center;
    }

    .footer-links {
        align-items: center;
    }

    .hero-visual-card {
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto;
        transition: none !important;
        animation: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto;
        transition: none !important;
    }
}

    border-radius:50%;

    background:#D9A441;

    color:#071321;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    font-weight:700;

    margin-bottom:25px;

}

.passo h3{

    margin-bottom:18px;

    font-size:24px;

}

.passo p{

    color:#C8C8C8;

    line-height:28px;

}
/* ===========================
   DEPOIMENTOS
=========================== */

.depoimentos{

    padding:100px 0;

}

.depoimentos-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.depoimento{

    background:#0C1A2B;

    border-radius:20px;

    padding:35px;

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.depoimento:hover{

    transform:translateY(-8px);

    border-color:#D9A441;

}

.estrelas{

    font-size:22px;

    margin-bottom:20px;

}

.depoimento p{

    color:#D8D8D8;

    line-height:30px;

    margin-bottom:25px;

}

.depoimento h4{

    color:#D9A441;

}
/* ===========================
   FOOTER
=========================== */

footer{

    margin-top:80px;

    background:#050D18;

}

.footer{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    gap:50px;

    padding:60px 0;

}

.footer-logo img{

    width:170px;

    margin-bottom:20px;

}

.footer-logo p{

    color:#BDBDBD;

    line-height:30px;

}

.footer-links h3{

    margin-bottom:20px;

    color:#D9A441;

}

.footer-links{

    display:flex;

    flex-direction:column;

}

.footer-links a{

    color:#CFCFCF;

    text-decoration:none;

    margin-bottom:15px;

    transition:.3s;

}

.footer-links a:hover{

    color:#D9A441;

}

.copyright{

    text-align:center;

    padding:25px;

    border-top:1px solid rgba(255,255,255,.08);

    color:#999;

}