Sprechen wir zuerst darüber 💬
Wenn dich etwas nicht zu 100 % überzeugt hat, möchten wir das sofort wissen.
Bei Pugghia glauben wir an eine einfache Sache: Deine Erfahrung steht an erster Stelle.
Du bist nicht „eine Bestellung“… du bist ein Mensch, der sich für Qualität entschieden hat. Und diese Wahl verdient Respekt.
🍅 Was ist passiert?
Schreib uns einfach, wenn:
- Das Produkt die Erwartungen nicht erfüllt hat
- Du etwas anderes erhalten hast
- Der Versand Probleme oder Verzögerungen hatte
- Das Paket beschädigt angekommen ist
- Etwas während des Transports kaputt gegangen ist
- Du Hilfe oder Klärung brauchst
- Du eine persönliche Beratung wünschst
👉 Egal welches Problem, wir lösen es gemeinsam.
🤝 Wir antworten wirklich (kein Marketing)
Hinter Pugghia stehen wir, Michele und Tommaso. Keine Callcenter. Keine automatischen Antworten.
Jede Nachricht wird sorgfältig gelesen und bearbeitet, so wie wir es bei einem Freund tun würden.
Unser Ziel? Dass du sagst: „ok, es hat sich gelohnt“
❤️ Unser Versprechen
Wenn du uns schreibst, erhältst du keine beliebige Antwort.
Du erhältst Aufmerksamkeit, Respekt und eine konkrete Lösung.
Denn für uns geht es nicht nur ums Verkaufen… sondern darum, Apulien richtig in die Häuser zu bringen.
Wir antworten innerhalb von 24h (oft viel früher 🙂)
* ===== CSS MODULO CONTATTO - TEMA NERO CON BORDI SPESSI (PUGGHIA) ===== */
#contact-form {
max-width: 720px;
margin: 40px auto;
padding: 50px 40px;
background: #1a1a1a;
border-radius: 16px;
border: 5px solid #e67e22; /* Bordo molto più spesso */
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7);
color: #ffffff;
}
/* Titolo */
#contact-form h2,
#contact-form .title,
#contact-form legend {
color: #ffffff;
text-align: center;
margin-bottom: 35px;
font-size: 28px;
font-weight: 600;
}
/* Campi di input e textarea - bordi spessi */
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
width: 100%;
padding: 16px 20px;
margin: 14px 0;
background: #2a2a2a;
border: 3px solid #555555; /* Bordo spesso sui campi */
border-radius: 10px;
color: #ffffff;
font-size: 16px;
transition: all 0.3s ease;
}
#contact-form input:focus,
#contact-form textarea:focus {
border-color: #e67e22;
background: #333333;
outline: none;
box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.25);
}
/* Placeholder */
#contact-form input::placeholder,
#contact-form textarea::placeholder {
color: #888888;
}
/* Label */
#contact-form label {
color: #dddddd;
font-weight: 500;
margin-bottom: 8px;
display: block;
}
/* Bottone INVIA */
#contact-form button[type="submit"],
#contact-form input[type="submit"] {
background-color: #e67e22;
color: #ffffff;
padding: 16px 50px;
font-size: 18px;
font-weight: 700;
border: none;
border-radius: 50px;
cursor: pointer;
margin-top: 30px;
transition: all 0.3s ease;
width: 100%;
max-width: 320px;
display: block;
margin-left: auto;
margin-right: auto;
}
#contact-form button[type="submit"]:hover {
background-color: #ff9f4d;
transform: translateY(-3px);
}
/* Responsive */
@media (max-width: 640px) {
#contact-form {
padding: 35px 25px;
margin: 20px 15px;
border: 4px solid #e67e22; /* Leggermente più sottile su mobile */
}
}