
:root{
  --navy:#061b35;
  --navy2:#0b2d52;
  --blue:#0b5f9f;
  --gold:#f2cb74;
  --gold2:#d7a940;
  --green:#12b886;
  --text:#081b33;
  --muted:#66758a;
  --line:#dfe7f1;
  --soft:#f4f8fc;
  --white:#fff;
  --shadow:0 22px 60px rgba(6,27,53,.14);
  --radius:28px;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#f7fbff 0%,#fff 45%,#eef5fb 100%);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}

.site-header{
  position:fixed;
  top:calc(env(safe-area-inset-top) + 14px);
  left:50%;
  transform:translateX(-50%);
  z-index:50;
  width:min(calc(100% - 32px),var(--max));
  min-height:86px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:14px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:30px;
  background:rgba(6,27,53,.78);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 55px rgba(6,27,53,.28);
  color:white;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  flex:1 1 auto;
}
.brand-logo{
  width:60px;
  height:60px;
  border-radius:18px;
  overflow:hidden;
  background:white;
  flex:0 0 auto;
}
.brand-logo img{width:100%;height:100%;object-fit:cover}
.brand strong{display:block;font-size:24px;line-height:1;font-weight:950;letter-spacing:-.03em}
.brand small{display:block;margin-top:8px;color:rgba(255,255,255,.74);font-size:15px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.desktop-nav{
  display:flex;
  align-items:center;
  gap:8px;
}
.desktop-nav a{
  padding:11px 12px;
  border-radius:999px;
  color:rgba(255,255,255,.84);
  font-weight:850;
  font-size:14px;
}
.desktop-nav a:hover{background:rgba(255,255,255,.12);color:white}

.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.language-switcher,.admin-language-switcher{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:5px;
  border-radius:999px;
  background:rgba(3,19,38,.82);
  border:1px solid rgba(255,255,255,.14);
}
.language-switcher button,.admin-language-switcher button{
  border:0;
  border-radius:999px;
  background:transparent;
  color:white;
  padding:8px 10px;
  font-size:12px;
  line-height:1;
  font-weight:950;
  cursor:pointer;
}
.language-switcher button.active,.admin-language-switcher button.active{background:#fff;color:var(--navy)}

.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:rgba(255,255,255,.10);
  padding:10px;
}
.menu-toggle span{display:block;height:2px;background:white;border-radius:2px;margin:5px 0}

.mobile-menu{
  position:fixed;
  top:calc(env(safe-area-inset-top) + 110px);
  left:16px;
  right:16px;
  z-index:49;
  display:none;
  padding:10px;
  border-radius:24px;
  background:rgba(6,27,53,.96);
  color:white;
  box-shadow:var(--shadow);
}
.mobile-menu.open{display:grid}
.mobile-menu a{
  padding:15px 18px;
  border-radius:16px;
  font-weight:900;
}
.mobile-menu a:hover{background:rgba(255,255,255,.1)}

.hero-section{
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:center;
  padding:150px 24px 70px;
  overflow:hidden;
  color:white;
}
.hero-bg{
  position:absolute;inset:0;
  /* background géré par .hero-img + overlay ::after sur .hero-section */
}
.hero-bg::after{
  content:none;
  display:none;
}
.hero-content{
  position:relative;
  z-index:1;
  width:min(100%,var(--max));
  margin:0 auto;
}
.hero-kicker,.section-label{
  display:inline-flex;
  align-items:center;
  padding:10px 18px;
  border:1px solid rgba(215,169,64,.55);
  border-radius:999px;
  color:#f8df9c;
  background:rgba(242,203,116,.08);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:13px;
  font-weight:950;
}
.hero-content h1{
  max-width:780px;
  margin:34px 0 22px;
  font-size:clamp(54px,8vw,108px);
  line-height:1.02;
  letter-spacing:-.075em;
}
.hero-content p{
  max-width:770px;
  margin:0;
  color:rgba(255,255,255,.83);
  font-size:clamp(22px,3vw,36px);
  line-height:1.58;
  letter-spacing:-.035em;
}
.hero-actions{display:flex;gap:22px;flex-wrap:wrap;margin-top:38px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  padding:0 32px;
  border-radius:22px;
  font-weight:950;
  font-size:18px;
  border:1px solid transparent;
}
.btn-gold,.btn.gold{
  background:linear-gradient(135deg,#ffe08c,#d8aa45);
  color:#061b35;
  box-shadow:0 18px 35px rgba(216,170,69,.25);
}
.btn-glass{
  background:rgba(255,255,255,.08);
  color:white;
  border-color:rgba(255,255,255,.22);
  backdrop-filter:blur(12px);
}

.service-grid{
  margin-top:46px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:1080px;
}
.service-grid article,.trust-grid article{
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
  padding:26px;
}
.service-grid strong{display:block;font-size:28px;letter-spacing:-.04em}
.service-grid span{display:block;margin-top:10px;color:rgba(255,255,255,.72);font-size:18px;line-height:1.45}

.section{
  width:min(100%,var(--max));
  margin:0 auto;
  padding:90px 24px;
}
.section-head{max-width:820px}
.section-head h2,.form-head h2,.contact-card h2{
  margin:24px 0 20px;
  color:var(--navy);
  font-size:clamp(42px,6vw,74px);
  line-height:1.05;
  letter-spacing:-.065em;
}
.section-head p,.form-head p,.contact-card p{
  color:var(--muted);
  font-size:clamp(20px,2.5vw,30px);
  line-height:1.65;
  letter-spacing:-.035em;
}

.offer-shell{position:relative;margin-top:50px}
.offer-track{
  display:flex;
  gap:24px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:0 6vw 20px;
  margin:0 -6vw;
  scrollbar-width:none;
}
.offer-track::-webkit-scrollbar{display:none}
.offer-card{
  flex:0 0 min(76vw,520px);
  scroll-snap-align:center;
  border-radius:30px;
  overflow:hidden;
  background:white;
  box-shadow:var(--shadow);
  position:relative;
}
.poster img{width:100%;height:min(70vh,680px);object-fit:cover}
.offer-info{
  position:absolute;
  left:18px;right:18px;bottom:18px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:end;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(135deg,rgba(6,27,53,.78),rgba(6,27,53,.42));
  color:white;
  backdrop-filter:blur(16px);
}
.offer-info h3{margin:0;font-size:24px;letter-spacing:-.04em}
.offer-info small{display:block;margin-top:6px;color:rgba(255,255,255,.76)}
.price{
  flex:0 0 auto;
  background:linear-gradient(135deg,#ffe08c,#d8aa45);
  color:#061b35;
  border-radius:16px;
  padding:12px 14px;
  font-weight:950;
}
.slider-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  width:52px;height:52px;
  border:0;border-radius:999px;
  background:rgba(6,27,53,.82);
  color:white;
  font-size:34px;
  cursor:pointer;
}
.slider-btn.prev{left:0}.slider-btn.next{right:0}
.offer-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}
.offer-dots button{width:10px;height:10px;border:0;border-radius:999px;background:#cad7e6}
.offer-dots button.active{width:34px;background:var(--gold)}

.request-card,.contact-card{
  background:white;
  border:1px solid var(--line);
  border-radius:34px;
  padding:42px;
  box-shadow:var(--shadow);
}
.travel-form{margin-top:30px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
label{display:grid;gap:10px;color:var(--navy);font-weight:950;font-size:17px}
label.full{grid-column:1/-1}
input,select,textarea{
  width:100%;
  border:1px solid #dbe5f0;
  border-radius:20px;
  background:#fff;
  color:var(--text);
  padding:18px 20px;
  min-height:62px;
  outline:none;
  font-weight:750;
}
textarea{min-height:150px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:#0b5f9f;box-shadow:0 0 0 4px rgba(11,95,159,.1)}
.submit-btn{
  width:100%;
  margin-top:24px;
  border:0;
  border-radius:22px;
  min-height:68px;
  background:linear-gradient(135deg,var(--navy),#0b5f9f);
  color:white;
  font-weight:950;
  font-size:20px;
}
.form-status{margin:18px 0 0}
.success-box{
  display:grid;
  gap:10px;
  padding:22px;
  border:1px solid rgba(18,184,134,.28);
  border-radius:22px;
  background:#eafff7;
  color:#08775a;
}
.success-title{font-size:22px;font-weight:950}
.success-text{font-size:17px;line-height:1.55;font-weight:750}

.trust-section{padding-top:30px}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.trust-grid article{
  background:linear-gradient(135deg,#fff,#f7fbff);
  border-color:var(--line);
}
.trust-grid strong{display:block;font-size:24px;color:var(--navy);letter-spacing:-.04em}
.trust-grid p{margin:12px 0 0;color:var(--muted);line-height:1.6;font-size:17px}

.contact-card{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:34px;
  background:linear-gradient(135deg,var(--navy),#0b315a);
  color:white;
}
.contact-card h2,.contact-card h3{color:white}
.contact-card p{color:rgba(255,255,255,.76)}
.contact-details{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:26px;
}
.contact-details h3{margin:0 0 16px;font-size:24px}
.social-links{display:flex;gap:10px;flex-wrap:wrap}
.social-links a{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.1);font-weight:850}

.floating-whatsapp{
  position:fixed;
  right:28px;
  bottom:calc(env(safe-area-inset-bottom) + 28px);
  z-index:45;
  min-height:62px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border-radius:999px;
  background:var(--green);
  color:white;
  font-weight:950;
  font-size:20px;
  box-shadow:0 20px 40px rgba(18,184,134,.32);
}

/* Admin */
.admin-site{min-height:100vh;background:#f4f8fc}
.admin-login{min-height:100vh;display:grid;place-items:center;padding:24px}
.login-card{
  width:min(100%,430px);
  padding:34px;
  border-radius:32px;
  background:linear-gradient(135deg,var(--navy),#0b315a);
  color:white;
  text-align:center;
  box-shadow:var(--shadow);
}
.brand-mark.large img{width:88px;height:88px;border-radius:22px;margin:0 auto 18px;object-fit:cover;background:white}
.login-card h1{margin:0;font-size:36px}
.login-card p{color:rgba(255,255,255,.74)}
.login-card input{margin:10px 0;color:var(--text)}
.remember-login{
  display:flex;
  align-items:center;
  gap:10px;
  text-align:left;
  color:rgba(255,255,255,.86);
  font-size:14px;
  margin:12px 0;
}
.remember-login input{width:18px;height:18px;min-height:auto}
.login-card button,#adminLoginBtn{
  width:100%;
  border:0;
  border-radius:18px;
  min-height:56px;
  background:linear-gradient(135deg,#ffe08c,#d8aa45);
  color:var(--navy);
  font-weight:950;
}
.admin-dashboard{display:grid;grid-template-columns:280px 1fr;min-height:100vh}
.admin-dashboard aside{
  background:var(--navy);
  color:white;
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.admin-brand{display:flex;align-items:center;gap:12px;margin-bottom:22px}
.admin-brand img{width:50px;height:50px;border-radius:14px;background:white}
.admin-dashboard aside button{
  border:0;
  border-radius:16px;
  padding:15px;
  text-align:left;
  background:rgba(255,255,255,.08);
  color:white;
  font-weight:950;
}
.admin-dashboard aside button.active{background:#0f4c83}
#logoutBtn{margin-top:auto;background:rgba(239,68,68,.18);color:#fecaca}
.admin-content{padding:34px}
.admin-topbar h1{margin:0;font-size:42px}
.admin-topbar p,.panel-title p{color:var(--muted)}
.admin-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:24px 0}
.admin-stats div{background:white;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}
.admin-stats strong{display:block;font-size:42px;color:#0b5f9f}
.panel-title{display:flex;justify-content:space-between;gap:18px;align-items:start;margin:24px 0}
.admin-secondary-btn{border:1px solid var(--line);background:white;border-radius:14px;padding:12px 16px;font-weight:950;color:var(--navy)}
.requests-list{display:grid;gap:16px}
.request-card{background:white;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow)}
.request-main{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:14px}
.request-main h3{margin:0;font-size:24px}
.request-details{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 18px}
.request-details p{margin:0;color:#334155;line-height:1.55;word-break:break-word}
.status-pill{background:#fff7e3;color:#6b4300;border:1px solid #f0d798;border-radius:999px;padding:8px 12px;font-weight:950}
.request-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.admin-whatsapp{background:var(--green);color:white;border-radius:12px;padding:12px 14px;font-weight:950}
.danger-btn{border:0;background:#fee2e2;color:#991b1b;border-radius:12px;padding:12px 14px;font-weight:950}
.offer-form{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  box-shadow:var(--shadow);
}
.offer-form .full-field,.offer-form button,.offer-status{grid-column:1/-1}
.offer-form button{border:0;border-radius:18px;min-height:58px;background:linear-gradient(135deg,var(--navy),#0b5f9f);color:white;font-weight:950}
.offer-status{font-weight:900;color:#0b8f67}
.admin-offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:22px}
.admin-offer-card{background:white;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.admin-offer-card img{width:100%;height:260px;object-fit:cover}
.admin-offer-card div{padding:16px}
.empty-admin{padding:22px;border:1px dashed var(--line);border-radius:18px;background:white;color:var(--muted);font-weight:850}

body.rtl{direction:rtl;text-align:right;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif}
body.rtl input,body.rtl textarea,body.rtl select{text-align:right}
body.rtl .brand,body.rtl .hero-actions,body.rtl .request-actions,body.rtl .panel-title{direction:rtl}
body.rtl .desktop-nav{direction:rtl}
body.rtl .hero-content h1{letter-spacing:-.055em;line-height:1.12}
body.rtl .offer-track{direction:rtl}
body.rtl .offer-info{direction:rtl;text-align:right}
body.rtl .floating-whatsapp{right:auto;left:28px}
body.rtl .admin-dashboard aside button{text-align:right}

@media(max-width:980px){
  .site-header{width:calc(100% - 24px);padding:12px;min-height:76px;border-radius:26px}
  .brand-logo{width:54px;height:54px}
  .brand strong{font-size:21px}
  .brand small{font-size:13px}
  .desktop-nav{display:none}
  .menu-toggle{display:block}
  .language-switcher button{padding:7px 8px;font-size:11px}
  .hero-section{padding:126px 20px 56px;align-items:flex-start}
  .hero-content h1{font-size:clamp(44px,13vw,72px);line-height:1.06;margin-top:28px}
  .hero-content p{font-size:22px;line-height:1.55}
  .hero-actions{gap:12px}
  .btn{flex:1 1 210px;min-height:58px;padding:0 20px;font-size:16px}
  .service-grid{grid-template-columns:1fr;gap:14px}
  .service-grid article{padding:22px}
  .service-grid strong{font-size:24px}
  .section{padding:68px 20px}
  .section-head h2,.form-head h2,.contact-card h2{font-size:42px}
  .offer-card{flex-basis:86vw}
  .poster img{height:62vh}
  .slider-btn{display:none}
  .offer-info{position:relative;left:auto;right:auto;bottom:auto;margin:0;border-radius:0;background:var(--navy)}
  .offer-info{display:block}
  .price{display:inline-flex;margin-top:12px}
  .request-card,.contact-card{padding:24px;border-radius:28px}
  .form-grid{grid-template-columns:1fr}
  .contact-card{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr}
  .floating-whatsapp{right:18px;bottom:calc(env(safe-area-inset-bottom) + 18px);min-height:56px;padding:0 22px;font-size:18px}
  .admin-dashboard{grid-template-columns:1fr}
  .admin-dashboard aside{position:relative;display:grid;grid-template-columns:1fr;gap:10px}
  .admin-content{padding:22px}
  .admin-stats,.offer-form,.request-details{grid-template-columns:1fr}
}

@media(max-width:430px){
  .site-header{gap:8px}
  .brand{gap:9px}
  .brand-logo{width:48px;height:48px;border-radius:15px}
  .brand strong{font-size:19px}
  .brand small{max-width:150px}
  .header-actions{gap:6px}
  .language-switcher{gap:2px;padding:4px}
  .language-switcher button{padding:7px 7px;font-size:10.5px}
  .menu-toggle{width:40px;height:40px}
  .hero-content h1{font-size:44px}
  .hero-kicker,.section-label{font-size:11px;padding:9px 14px}
  .section-head p,.form-head p,.contact-card p{font-size:20px}
}


/* V16 separated admin pages */
.admin-only-page{
  background:linear-gradient(180deg,#f7fbff 0%,#eef5fb 100%);
}

.admin-login-page{
  min-height:100svh;
  display:grid;
  place-items:center;
  padding:calc(env(safe-area-inset-top) + 28px) 22px calc(env(safe-area-inset-bottom) + 28px);
}

.secure-login-card{
  margin:auto;
}

.secure-note{
  display:block;
  margin-top:14px;
  color:rgba(255,255,255,.72);
}

#adminDashboardPage{
  display:block;
}

@media(max-width:980px){
  .admin-login-page .login-card{
    width:100%;
    max-width:430px;
  }
}


/* V17 logout reliability */
#logoutBtn{
  cursor:pointer !important;
  touch-action:manipulation !important;
  -webkit-tap-highlight-color:transparent;
}
#logoutBtn:active{
  transform:scale(.99);
}


/* V31 — only replace emoji look with professional SVG icons */
.service-icon{
  width:44px !important;
  height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-bottom:16px !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#f2cb74 !important;
  font-size:0 !important;
}

.service-icon svg{
  width:24px !important;
  height:24px !important;
  display:block !important;
  stroke:currentColor !important;
  fill:none !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}


/* V32 admin request display matches short public form */
.clean-request-card .request-main{
  align-items:flex-start;
}

.request-destination{
  margin:10px 0 0;
  color:#22324a;
  font-size:18px;
  font-weight:750;
  line-height:1.35;
}

.clean-request-details{
  grid-template-columns:1fr !important;
  gap:10px !important;
}

.clean-request-details p{
  font-size:17px;
}

.clean-request-card .request-actions{
  margin-top:18px;
}

@media(max-width:760px){
  .clean-request-card .request-main h3{
    font-size:30px;
  }

  .status-pill{
    min-width:94px;
    text-align:center;
  }
}




/* ─────────────────────────────────────────────
   HERO BACKGROUND — IMG TAG APPROACH (v42)
   Utilise un vrai <img> avec object-fit pour
   contrôle précis sur mobile et desktop.
   ───────────────────────────────────────────── */

/* Neutralise tous les pseudo-éléments parasites */
.hero-bg::before,
.hero-bg::after,
.hero-section::before,
.hero-section::after {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* Hero section container */
.hero-section {
  background: #061b35;
  overflow: hidden;
}

/* hero-bg devient un simple conteneur absolu sans background */
.hero-bg {
  position: absolute;
  inset: 0;
  background: none !important;
  overflow: hidden;
}

/* L'image réelle — object-fit donne un contrôle parfait */
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(1.05) brightness(.90);
  display: block;
}

/* Overlay gradient par-dessus l'image — via ::after sur hero-section */
.hero-section::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  /* Desktop : gradient fort à gauche pour texte lisible sur image claire */
  background: linear-gradient(
    90deg,
    rgba(6,27,53,.88) 0%,
    rgba(6,27,53,.60) 45%,
    rgba(6,27,53,.10) 100%
  );
}

/* hero-content passe au-dessus de l'overlay */
.hero-content {
  position: relative;
  z-index: 2;
}

/* ── MOBILE (≤ 767px) ── */
@media (max-width: 767px) {

  /* Hero garde sa structure — image portrait via <picture> sans zoom */
  .hero-section {
    min-height: 100svh;
    padding: 130px 20px 56px;
    align-items: flex-start;
  }

  /* Sur mobile le navigateur charge hero-portrait-mobile.jpg (9:16)
     object-position centre sur le soleil couchant */
  .hero-img {
    object-fit: cover;
    object-position: center 25%;
    filter: saturate(1.0) brightness(0.82);
  }

  /* Gradient vertical fort pour lisibilité sur image claire */
  .hero-section::after {
    background: linear-gradient(
      180deg,
      rgba(6,27,53,.35) 0%,
      rgba(6,27,53,.50) 45%,
      rgba(6,27,53,.88) 100%
    ) !important;
  }
}


/* ── CLASSES MANQUANTES — correctifs finaux ── */

/* short-form-grid : grille compacte pour le formulaire rapide (3 champs) */
.short-form-grid {
  grid-template-columns: repeat(2, 1fr);
}
.short-form-grid label.full {
  grid-column: 1 / -1;
}

/* form-first-section et offers-after-form : espacements ajustés */
.form-first-section {
  padding-top: 60px;
}
.offers-after-form {
  padding-top: 40px;
}

/* empty-offer-card : carte placeholder quand aucune offre */
.empty-offer-card {
  flex: 0 0 min(76vw, 520px);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
  text-align: center;
}
.empty-offer-card h3 {
  margin: 16px 0 10px;
  font-size: 22px;
  color: var(--navy);
}
.empty-offer-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

/* order-badge : badge de position dans la grille admin */
.order-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

/* brand-mark.small : logo compact dans la sidebar admin */
.brand-mark.small img {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  object-fit: cover;
  background: white;
}

/* brand-mark.large : centré pour la page login */
.brand-mark.large {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}

/* Correctif mobile : short-form-grid passe en 1 colonne */
@media (max-width: 767px) {
  .short-form-grid {
    grid-template-columns: 1fr;
  }
}
