<!DOCTYPE html>

<html lang="es">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>ARTRADERS | Comercio Internacional</title>


<style>

body {

    margin: 0;

    font-family: Arial, sans-serif;

    color: #1a1a1a;

}


header {

    background: #0a1f44;

    color: white;

    padding: 60px 20px;

    text-align: center;

}


header h1 {

    margin: 0;

    font-size: 42px;

}


header p {

    font-size: 18px;

    margin-top: 10px;

}


.btn {

    display: inline-block;

    margin-top: 20px;

    padding: 14px 28px;

    background: #e63946;

    color: white;

    text-decoration: none;

    border-radius: 5px;

}


.section {

    padding: 60px 20px;

    max-width: 1100px;

    margin: auto;

}


.services {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 20px;

}


.card {

    border: 1px solid #eee;

    padding: 20px;

    border-radius: 8px;

}


.contact {

    background: #f5f5f5;

}


input, textarea {

    width: 100%;

    padding: 12px;

    margin: 10px 0;

    border: 1px solid #ccc;

    border-radius: 5px;

}


button {

    background: #0a1f44;

    color: white;

    padding: 14px;

    border: none;

    cursor: pointer;

    width: 100%;

}


footer {

    background: #0a1f44;

    color: white;

    text-align: center;

    padding: 20px;

}

</style>

</head>


<body>


<header>

    <h1>ARTRADERS</h1>

    <p>Conectamos tu negocio con el mundo</p>

    <a href="#contacto" class="btn">Cotizar importación</a>

</header>


<section class="section">

    <h2>Servicios</h2>

    <div class="services">

        <div class="card">

            <h3>Importación desde China</h3>

            <p>Gestionamos todo el proceso para que compres sin riesgos.</p>

        </div>

        <div class="card">

            <h3>Búsqueda de proveedores</h3>

            <p>Encontramos fabricantes confiables y verificados.</p>

        </div>

        <div class="card">

            <h3>Visita a fábricas</h3>

            <p>Coordinamos inspecciones y auditorías en origen.</p>

        </div>

        <div class="card">

            <h3>Logística internacional</h3>

            <p>Transporte, aduana y entrega final.</p>

        </div>

    </div>

</section>


<section class="section">

    <h2>Cómo trabajamos</h2>

    <ol>

        <li>Analizamos tu necesidad</li>

        <li>Buscamos proveedores</li>

        <li>Validamos calidad</li>

        <li>Gestionamos la compra</li>

        <li>Coordinamos la entrega</li>

    </ol>

</section>


<section class="section contact" id="contacto">

    <h2>Contacto</h2>

    <form action="https://bra01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fformspree.io%2Ff%2Ftu_codigo&data=05%7C02%7C%7C1383086125cb4bf40cde08de9bd4f65e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639119536130183154%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=8BvY%2BPMvTyvNDs%2BS7TBTtkPaS%2BrubV%2FJRYEOo6xBHxg%3D&reserved=0" method="POST">

        <input type="text" name="nombre" placeholder="Nombre" required>

        <input type="email" name="email" placeholder="Email" required>

        <textarea name="mensaje" placeholder="Contanos qué querés importar" required></textarea>

        <button type="submit">Enviar consulta</button>

    </form>

</section>


<a href="https://bra01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwa.me%2F549XXXXXXXXXX&data=05%7C02%7C%7C1383086125cb4bf40cde08de9bd4f65e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639119536130216986%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=ExAG57zZJegF3VkURo2Cf%2FU6oi%2FAs%2BRkCmhgCn5zGjc%3D&reserved=0" 

style="position:fixed;bottom:20px;right:20px;

background:#25D366;color:white;

padding:15px;border-radius:50%;

text-decoration:none;font-size:20px;">

💬

</a>


<footer>

    <p>© ARTRADERS - Comercio Internacional</p>

</footer>


</body>

</html>