<!-- THE PLACE TO BE - Intégration complète pour WordPress -->
<!-- Coller intégralement dans une page WordPress (mode HTML/Texte) -->
<style>
/* Styles spécifiques pour l'intégration WordPress */
.place-to-be-app * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.place-to-be-app {
font-family: 'Arial', sans-serif;
background: linear-gradient(135deg, #FFE5B4 0%, #E6F3FF 100%);
min-height: 100vh;
color: #333;
position: relative;
line-height: 1.4 !important;
font-size: 16px !important;
padding: 20px 0;
}
.place-to-be-app h1, .place-to-be-app h2, .place-to-be-app h3, .place-to-be-app h4 {
margin: 0 !important;
padding: 0 !important;
}
.place-to-be-app p {
margin: 0 !important;
padding: 0 !important;
}
.app-container {
max-width: 390px;
margin: 20px auto;
background: white;
min-height: calc(100vh - 40px);
box-shadow: 0 0 20px rgba(0,0,0,0.1);
position: relative;
overflow-x: hidden;
border-radius: 20px;
}
.app-header {
background: linear-gradient(135deg, #FF8A65 0%, #81C7E0 100%);
padding: 20px;
text-align: center;
color: white;
position: relative;
border-radius: 20px 20px 0 0;
}
.zebra-mascot {
font-size: 60px;
margin-bottom: 10px;
animation: bounce 2s infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { trans