    /* RESET */
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    }

    /* CORES INSPIRADAS NO MERCADO LIVRE + NATURAL */
    :root {
    --amarelo: #FFE600;
    --verde: #4CAF50;
    --verde-escuro: #2E7D32;
    --cinza: #555;
    --cinza-claro: #f2f2f2;
    --branco: #fff;
    }

    /* HEADER */
    .header {
    background: var(--amarelo);
    padding: 20px;
    text-align: center;
    }

    .logo {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    }

    .mobile-tag {
    font-size: 0.9rem;
    color: #444;
    }

    /* HERO */
    .hero {
    padding: 40px 20px;
    text-align: center;
    background: var(--cinza-claro);
    }

    .hero h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    }

    .hero p {
    font-size: 1rem;
    margin-bottom: 20px;
    }

    /* BOTÕES */
    .cta-button {
    display: inline-block;
    background: var(--verde);
    color: var(--branco);
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
    }

    .cta-button:hover {
    background: var(--verde-escuro);
    }

    .secondary {
    background: var(--amarelo);
    color: #333;
    }

    .secondary:hover {
    background: #e5d200;
    }

    /* SEÇÕES */
    .section {
    padding: 40px 20px;
    text-align: center;
    }

    .section h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    }

    /* CONTATOS */
    .social-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    }

    .social-item {
    padding: 12px;
    border-radius: 6px;
    background: var(--cinza-claro);
    color: #333;
    font-weight: bold;
    }

    .tiktok {
    background: #ccc;
    color: #444;
    }

    /* VALORES */
    .valores-list {
    list-style: none;
    margin: 20px 0;
    font-size: 1.1rem;
    line-height: 2rem;
    }

    /* FOOTER */
    .footer {
    background: #333;
    color: var(--branco);
    padding: 20px;
    text-align: center;
    }

    .footer-social {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    }

    .footer-social a {
    color: var(--amarelo);
    text-decoration: none;
    }

    /* MOBILE FIRST */
    @media (min-width: 768px) {
    .hero h2 {
        font-size: 2rem;
    }

    .section h2 {
        font-size: 1.8rem;
    }

    .cta-button {
        font-size: 1.2rem;
    }
    }

    /* -------------------------
    Mercado-Lite visual tweaks
    ------------------------- */

    :root{
    --brand-yellow: #FFE600;
    --brand-blue: #0B3D91;
    --bg: #f7f8fa;
    --surface: #ffffff;
    --muted: #6b7280;
    --radius: 10px;
    }

    html,body{height:100%;background:var(--bg);font-family:Roboto, Arial, sans-serif;color:#111}
    .container{max-width:1100px;margin:0 auto;padding:1rem}

    /* Header */
    .ml-header{background:var(--surface);box-shadow:0 1px 0 rgba(15,23,42,0.06);position:sticky;top:0;z-index:40}
    .header-inner{display:flex;align-items:center;gap:1rem}
    .brand{display:flex;align-items:center;gap:.6rem;text-decoration:none}
    .brand-logo{width:40px;height:40px}
    .brand-name{font-weight:700;font-family:Poppins, sans-serif;color:var(--brand-blue)}

    .search{flex:1;display:flex;align-items:center;max-width:640px;margin:0 auto;position:relative}
    .search input{width:100%;padding:12px 48px 12px 16px;border-radius:8px;border:1px solid #e6e7ea;background:#fff}
    .search-btn{position:absolute;right:6px;border:0;background:transparent;padding:6px;cursor:pointer}

    .actions{display:flex;gap:.6rem}
    .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem .9rem;border-radius:8px;text-decoration:none;font-weight:600}
    .btn.announce{background:var(--brand-yellow);color:#111}
    .btn.signin{background:transparent;border:1px solid rgba(0,0,0,0.06);color:var(--brand-blue)}

    /* HERO */
    .hero{padding:48px 0}
    .hero-inner{display:flex;flex-direction:column;gap:2rem;align-items:stretch}
    .hero-copy{flex:1}
    .hero-copy .eyebrow{font-size:.9rem;color:var(--muted);font-weight:600}
    .hero-copy h1{font-family:Poppins, sans-serif;font-size:1.6rem;margin:12px 0;color:#071433}
    .hero-copy .lead{color:var(--muted);margin-bottom:18px}
    .hero-ctas{display:flex;gap:12px;margin-bottom:14px}
    .btn.primary{background:var(--brand-yellow);color:#111;padding:12px 18px;border-radius:10px}
    .btn.ghost{background:transparent;border:1px solid rgba(0,0,0,0.06);color:var(--brand-blue)}
    .trust{display:flex;gap:8px;flex-wrap:wrap}
    .badge{background:#fff;padding:6px 10px;border-radius:999px;font-size:.85rem;border:1px solid #e6e7ea}

    .hero-media{flex:1}
    .product-shelf{display:flex;flex-direction:row;gap:12px;justify-content:center}
    .product.small{background:var(--surface);border-radius:12px;padding:10px;display:flex;flex-direction:column;align-items:center;min-width:120px;box-shadow:0 6px 18px rgba(11,61,145,0.06)}
    .product.small img{width:96px;height:96px;object-fit:contain}
    .p-info{margin-top:8px;text-align:center}
    .p-title{font-size:.9rem}
    .p-price{font-weight:700;color:var(--brand-blue)}

    /* Products grid */
    .products{padding:36px 0}
    .products-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:18px}
    .card{background:var(--surface);padding:16px;border-radius:12px;box-shadow:0 6px 14px rgba(15,23,42,0.04);text-align:center}
    .card img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:12px}
    .card h3{font-size:1rem;margin-bottom:6px}
    .card .price{color:var(--brand-blue);font-weight:700;margin-bottom:10px}
    .card .cta-button{display:inline-block;padding:10px 14px;border-radius:8px;background:var(--brand-yellow);color:#111;text-decoration:none}

    /* Footer multi-column */
    .footer{background:#08112b;color:#fff;padding:36px 0}
    .footer .footer-inner{display:flex;flex-direction:column;gap:14px}
    .footer a{color:var(--brand-yellow);text-decoration:none}

    @media(min-width:900px){
    .hero-inner{flex-direction:row;align-items:center}
    .hero-copy h1{font-size:2.2rem}
    .products-grid{grid-template-columns:repeat(3,1fr)}
    .footer .footer-inner{flex-direction:row;justify-content:space-between}
    }

    /* small helpers */
    .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

    /* interactive touches */
    .card:hover{transform:translateY(-6px);transition:transform .18s ease}
    .btn:focus,.search input:focus{outline:3px solid rgba(11,61,145,0.12)}
