/*
Theme Name: Pro Utilitaires UX PRO
*/

/* RESET */
* {
    box-sizing:border-box;
}

body {
    margin:0;
    font-family:-apple-system, BlinkMacSystemFont, sans-serif;
    background:linear-gradient(180deg,#f5f7fa,#e4e8ee);
    color:#111;
}

/* CONTAINER */
.app {
    max-width:480px;
    margin:auto;
    padding:10px;
}

/* HEADER */
.topbar {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:8px 10px;
    height:60px;
    position:relative;
}


/* LOGO */
.logo img {
    height:60px;
    width:auto;
}

/* BENEFIT */
.benefit {
    flex:1;
    text-align:center;
    font-size:12px;
    background:rgba(255,255,255,0.7);
    padding:8px;
    border-radius:12px;
}

/* SOCIAL */
.social {
    display:flex;
    gap:6px;
}

.social a {
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:10px;
    text-decoration:none;
    font-size:14px;
}

/* HERO */
.hero-glass {
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,0.6);
    backdrop-filter:blur(20px);
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    margin-bottom:10px;
}

.hero-glass h1 {
    font-size:18px;
    margin:0;
}

.hero-glass p {
    font-size:13px;
    margin:5px 0 0;
    color:#555;
}

/* CTA */
.cta-main {
    display:flex;
    gap:10px;
    margin-top:12px;
}

.cta-btn {
    flex:1;
    padding:14px;
    border-radius:14px;
    text-align:center;
    text-decoration:none;
    font-weight:600;
    display:block;
}

/* DEVIS */
.cta-btn.devis {
    background:#d6008f;
    color:#fff;
}

/* WHATSAPP */
.cta-btn.whatsapp {
    background:#25D366;
    color:#fff;
}

/* SERVICES */
.services {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin:10px 0;
}

.service {
    background:rgba(255,255,255,0.7);
    padding:12px;
    border-radius:14px;
    text-align:center;
    text-decoration:none;
    color:#111;
    font-size:12px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.service span {
    font-size:20px;
    margin-bottom:5px;
}

/* LOCATION */
.location {
    margin-top:10px;
}

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

.reserve {
    font-size:12px;
    padding:6px 10px;
    background:#000;
    color:white;
    border-radius:8px;
    text-decoration:none;
}

/* VEHICLES */
.vehicles {
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding-top:8px;
}

.vehicle {
    min-width:140px;
    background:white;
    border-radius:14px;
    overflow:hidden;
    text-decoration:none;
    color:#111;
    box-shadow:0 6px 15px rgba(0,0,0,0.08);
}

.vehicle img {
    width:100%;
    height:90px;
    object-fit:cover;
}

.vehicle-info {
    padding:8px;
}

.vehicle-info h3 {
    font-size:13px;
    margin:0;
}

.vehicle-info .price {
    font-size:12px;
    color:#ff3b30;
}

/* CLIENT */
.client {
    background:rgba(255,255,255,0.7);
    padding:15px;
    border-radius:15px;
    text-align:center;
    margin:10px 0;
}

.client p {
    font-size:12px;
    color:#555;
}

.client-btn {
    display:inline-block;
    margin-top:10px;
    padding:10px 15px;
    background:#000;
    color:white;
    border-radius:10px;
    text-decoration:none;
}

/* REVIEW GOOGLE */
.review-box {
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#e8f0fe;
    padding:12px;
    border-radius:14px;
    margin:10px 0;
}

.review-content {
    display:flex;
    align-items:center;
    gap:10px;
}

.google-logo {
    width:30px;
    height:30px;
    border-radius:50%;
    background:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    color:#4285F4;
}

.review-text strong {
    font-size:13px;
}

.review-text span {
    font-size:11px;
    color:#555;
}

.review-link {
    font-size:11px;
    text-decoration:none;
}

/* FOOTER */
.footer {
    padding:20px 10px;
    background:#f9fafc;
    text-align:center;
}

.seo-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    font-size:12px;
}

.seo-grid a {
    text-decoration:none;
    color:#444;
}

/* URGENCE */
.urgent {
    position:fixed;
    bottom:20px;
    right:20px;
    background:#ff3b30;
    color:white;
    padding:16px;
    border-radius:50%;
    font-size:20px;
    text-decoration:none;
}
.btn.devis{
    background:#d6008f;
    color:#fff;
}

@keyframes pulse{
0%{transform:scale(1)}
50%{transform:scale(1.1)}
100%{transform:scale(1)}
}
/* FORCE AFFICHAGE CTA */.cta-main{    display:flex;    gap:10px;    margin-top:10px;}.cta-btn{    flex:1;    padding:14px;    border-radius:14px;    text-align:center;    text-decoration:none;    font-weight:600;    display:block;}
/* DEVIS */.cta-btn.devis{    background:#d6008f !important;    
color:#fff !important;}
/* WHATSAPP */.cta-btn.whatsapp{    background:#25D366 !important;    
color:#fff !important;}
.card{background:#fff;border-radius:16px;padding:12px;margin:10px 0;box-shadow:0 6px 15px rgba(0,0,0,0.05);}.card img{width:100%;border-radius:10px;margin-top:6px;}

.app{
padding:15px;
max-width:600px;
margin:auto;
font-family:-apple-system,BlinkMacSystemFont,sans-serif;
background:#f5f7fa;
}

/* TITRE */
h2{
margin-bottom:10px;
}

/* STATS */
.top-stats{
display:flex;
gap:10px;
margin-bottom:20px;
}

.stat{
flex:1;
background:linear-gradient(135deg,#0a84ff,#0066ff);
color:#fff;
padding:14px;
border-radius:14px;
text-align:center;
text-decoration:none;
font-size:13px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
transition:0.2s;
}

.stat:active{
transform:scale(0.96);
}

/* BOUTON PLUS (NON FIXE) */
.big-plus{
width:100%;
background:#0a84ff;
color:#fff;
font-size:22px;
padding:16px;
border-radius:14px;
text-align:center;
margin:20px 0;
box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

/* MENU ACTION */
#menuPlus{
background:#fff;
padding:15px;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
margin-bottom:20px;
}

/* BOUTONS */
button{
width:100%;
padding:14px;
margin-top:10px;
border:none;
border-radius:12px;
background:linear-gradient(135deg,#0a84ff,#0066ff);
color:white;
font-size:14px;
font-weight:500;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

/* CARDS */
.card{
background:#fff;
padding:15px;
border-radius:16px;
margin-top:15px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

/* INPUTS */
input, textarea, select{
width:100%;
padding:12px;
margin-top:10px;
border-radius:12px;
border:1px solid #ddd;
font-size:14px;
background:#fafafa;
}

/* SUGGESTIONS */
#suggestions{
background:#fff;
border-radius:10px;
margin-top:5px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

#suggestions div{
padding:10px;
border-bottom:1px solid #eee;
cursor:pointer;
}

#suggestions div:hover{
background:#f0f6ff;
}

/* FOOTER NAV PRO */
.footer-nav{
margin-top:40px;
display:flex;
flex-direction:column;
gap:10px;
}

.footer-nav a{
padding:14px;
border-radius:12px;
text-decoration:none;
font-size:14px;
text-align:center;
font-weight:500;
}

/* BOUTONS FOOTER STYLE */
.footer-nav a:nth-child(1){
background:#222;
color:#fff;
}

.footer-nav a:nth-child(2){
background:#0a84ff;
color:#fff;
}

.footer-nav a:nth-child(3){
background:#00b894;
color:#fff;
}

/* CLICK EFFECT */
.footer-nav a:active{
transform:scale(0.97);
}