  /* Airbnb Cereal */
  @font-face{
    font-family: 'Airbnb Cereal';
    src: url('../fonts/AirbnbCereal_W_Lt.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face{
    font-family: 'Airbnb Cereal';
    src: url('../fonts/AirbnbCereal_W_Bk.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face{
    font-family: 'Airbnb Cereal';
    src: url('../fonts/AirbnbCereal_W_Md.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face{
    font-family: 'Airbnb Cereal';
    src: url('../fonts/AirbnbCereal_W_Bd.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face{
    font-family: 'Airbnb Cereal';
    src: url('../fonts/AirbnbCereal_W_XBd.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face{
    font-family: 'Airbnb Cereal';
    src: url('../fonts/AirbnbCereal_W_Blk.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  :root{
    --navy: #0D2B2A;
    --teal: #2B8673;
    --orange: #2BB673;
    --cream: #F4F1EC;
    --gray: #E2E5E7;
    --muted: #6B7680;
    --radius: 18px;
    --font: 'Airbnb Cereal', 'Lexend', sans-serif;
    --bs-font-sans-serif: var(--font);
    --bs-body-font-family: var(--font);
  }
  *, *::before, *::after{ font-family: var(--font); }
  body, button, input, select, textarea, .btn{
    font-family: var(--font);
  }
  body{ color: var(--navy); background:#fff; }

  a{ text-decoration:none; }

  /* Wider shell for header + hero */
  .navbar .container,
  .header-ribbon .container,
  .hero-wrap{
    max-width: 1520px;
  }

  /* NAVBAR */
  .site-header{
    position:sticky; top:0; z-index:1030;
    background:#fff;
  }
  .header-ribbon{
    background: linear-gradient(105deg, var(--navy) 0%, #164845 55%, var(--teal) 100%);
    color:#fff;
    font-size:.8rem;
    font-weight:500;
    overflow:hidden;
  }
  .header-ribbon-inner{
    display:flex; align-items:center; justify-content:space-between; gap:1rem;
    padding: .45rem 0;
  }
  .ribbon-live{
    display:inline-flex; align-items:center; gap:.45rem;
    white-space:nowrap;
  }
  .ribbon-dot{
    width:7px; height:7px; border-radius:50%; background: var(--orange);
    box-shadow: 0 0 0 0 rgba(43,182,115,.55);
    animation: ribbonPulse 1.8s ease infinite;
  }
  @keyframes ribbonPulse{
    0%{ box-shadow: 0 0 0 0 rgba(43,182,115,.55); }
    70%{ box-shadow: 0 0 0 8px rgba(43,182,115,0); }
    100%{ box-shadow: 0 0 0 0 rgba(43,182,115,0); }
  }
  .ribbon-routes{
    display:flex; align-items:center; gap:1.1rem;
    overflow:hidden;
  }
  .ribbon-routes a {
    color: white;
    font-weight: 500;
    white-space: nowrap;
    transition: color .2s ease;
}
  .ribbon-routes a:hover{ color:#fff; }
  .ribbon-routes a i{ font-size:.7rem; opacity:.7; margin-left:.2rem; }
  .ribbon-cta{
    color:#fff; font-weight:600; white-space:nowrap;
    border-bottom:1px solid rgba(255,255,255,.35);
    padding-bottom:1px;
  }
  .ribbon-cta:hover{ color:#fff; border-bottom-color:#fff; }
  @media (max-width: 991px){
    .ribbon-routes{ display:none; }
  }
  @media (max-width: 575px){
    .header-ribbon-inner{ justify-content:center; }
    .ribbon-cta{ display:none; }
  }

  .navbar{
    padding: .85rem 0; background:#fff; width:100%;
    border-bottom: 1px solid var(--gray);
  }
  .navbar-brand{
    display:flex; align-items:center; gap:.6rem;
    font-weight:700; font-size:1.35rem; color: var(--navy) !important;
    letter-spacing: -.02em;
  }
  .navbar-brand .go{ color: var(--teal); }
  .navbar-brand .brand-logo{
    height: 56px;
    width: auto;
    display:block;
    object-fit: contain;
  }
  .brand-tag{
    display:none;
    font-size:.65rem; font-weight:600; color: var(--muted);
    letter-spacing:.04em; text-transform:uppercase;
    margin-left:.15rem;
  }
  @media (min-width: 1200px){
    .brand-tag{ display:inline; }
  }

  .nav-link{
    font-weight:500; color: var(--navy) !important; font-size:.95rem;
    position:relative; padding:.35rem 0 !important;
    transition: color .2s ease;
  }
  .nav-link::after{
    content:"";
    position:absolute; left:0; bottom:-2px;
    width:100%; height:2px; background: var(--teal);
    transform: scaleX(0); transform-origin:left;
    transition: transform .25s ease;
  }
  .nav-link:hover::after,
  .nav-link.active::after{ transform: scaleX(1); }
  .nav-link .nav-new{
    display:inline-block;
    margin-left:.35rem;
    font-size:.62rem; font-weight:700;
    color: var(--orange); letter-spacing:.03em;
    vertical-align: super;
  }

  .nav-actions{ display:flex; align-items:center; gap:.65rem; }
  @media (max-width: 991.98px){
    .navbar-collapse{
      overflow: visible;
    }
    .nav-actions{
      flex-direction: column;
      align-items: center;
      width: 100%;
      gap: .85rem;
      padding-bottom: .5rem;
    }
    .header-account{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .header-account-btn{
      margin: 0 auto;
    }
    .header-account-menu{
      position: static !important;
      transform: none !important;
      inset: auto !important;
      width: 100%;
      min-width: 0;
      margin-top: .75rem !important;
      box-shadow: none;
      border-radius: 14px;
    }
  }
  .nav-icon-btn{
    width:40px; height:40px; border-radius:50%;
    border:1px solid var(--gray); background:#fff;
    color: var(--navy); display:inline-flex;
    align-items:center; justify-content:center;
    font-size:1.05rem; transition: border-color .2s, background .2s, transform .2s;
  }
  .nav-icon-btn:hover{
    border-color: var(--navy); background: var(--cream); color: var(--navy);
    transform: translateY(-1px);
  }
  .btn-navy{
    background: var(--navy); color:#fff; border-radius:50px;
    padding:.55rem 1.35rem; font-weight:600; font-size:.92rem; border:none;
  }
  .btn-navy:hover{ background:#092028; color:#fff; }
  .btn-ghost{
    color: var(--navy); font-weight:500; font-size:.92rem;
    padding: .4rem .65rem;
  }
  .btn-ghost:hover{ color: var(--teal); }
  .btn-host{
    display:inline-flex; align-items:center; gap:.4rem;
    border:1px solid var(--gray); border-radius:50px;
    padding:.45rem 1rem; font-weight:400; font-size:.88rem; color: var(--navy);
    transition: border-color .2s, background .2s;
  }
  .btn-host:hover{ border-color: var(--teal); background: rgba(43,134,115,.06); color: var(--navy); }
  .btn-host i{ color: var(--teal); font-size:.95rem; }

  .header-account{ position: relative; }
  .header-account-btn{
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .2rem .45rem .2rem .2rem;
    border: 1.5px solid var(--gray);
    border-radius: 50px;
    background: #fff;
    color: var(--navy);
    cursor: pointer;
    transition: border-color .2s, background .2s, box-shadow .2s;
  }
  .header-account-btn:hover,
  .header-account-btn.show{
    border-color: var(--navy);
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
  }
  .header-account-avatar{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
  }
  .header-account-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .header-account-name{
    font-size: .9rem;
    font-weight: 600;
    max-width: 9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header-account-chevron{
    font-size: .7rem;
    opacity: .55;
    margin-right: .2rem;
    transition: transform .2s;
  }
  .header-account-btn.show .header-account-chevron{
    transform: rotate(180deg);
  }
  .header-account-menu{
    min-width: 240px;
    margin-top: .55rem !important;
    padding: .45rem 0;
    border: 1.5px solid var(--gray);
    border-radius: var(--radius);
    box-shadow: 0 14px 36px rgba(0,0,0,.1);
  }
  .header-account-meta{
    display: flex;
    flex-direction: column;
    gap: .15rem;
    padding: .55rem 1rem .35rem;
  }
  .header-account-meta-name{
    font-size: .92rem;
    font-weight: 700;
    color: #000;
    line-height: 1.25;
  }
  .header-account-meta-email{
    font-size: .78rem;
    color: #000;
    opacity: .5;
    word-break: break-word;
  }
  .header-account-menu .dropdown-item{
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .55rem 1rem;
    font-size: .9rem;
    font-weight: 500;
    color: var(--navy);
  }
  .header-account-menu .dropdown-item i{
    font-size: 1rem;
    opacity: .7;
    width: 1.1rem;
    text-align: center;
  }
  .header-account-menu .dropdown-item:hover,
  .header-account-menu .dropdown-item:focus{
    background: var(--cream);
    color: var(--navy);
  }
  .header-account-logout{
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    color: #b33 !important;
  }
  .header-account-logout:hover,
  .header-account-logout:focus{
    background: #fff5f5 !important;
    color: #b33 !important;
  }
  .header-account-menu .dropdown-divider{
    margin: .35rem 0;
    border-top-color: var(--gray);
    opacity: 1;
  }

  /* HERO */
  .hero-wrap{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .hero{
    position:relative;
    width:100%;
    overflow:hidden;
    min-height: 640px;
    display:flex;
    align-items:center;
    border-radius: var(--radius);
  }
  .hero img.bg{
    position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0;
  }
  .hero .scrim{
    position:absolute; inset:0; z-index:1;
    background: rgba(0,0,0,.45);
  }
  .hero-content{
    position:relative; z-index:2;
    padding: 3.5rem;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 2rem;
  }
  @media (max-width: 991px){
    .hero-content{ padding: 2.5rem 1.5rem; flex-direction:column; align-items:stretch; }
  }
  @media (max-width: 767px){
    .hero-content{ padding: 2.5rem 1.25rem; }
  }
  .hero-copy{ max-width: 560px; flex:1; }
  .hero-eyebrow{
    color: white; font-weight:700; font-size:.85rem; letter-spacing:.03em;
  }
  .hero h1{
    color:#fff; font-weight:700; font-size: 55px; line-height:1.12;
  }
  .hero h1 .accent{ color:#fff; }
  .hero p.lead{
    color: #fff; font-size:1.1rem; max-width: 440px;
  }

  /* Hero featured stacked cards */
  .hero-aside{
    flex-shrink:0;
    width: min(420px, 100%);
    position:relative;
    height: 420px;
    padding-top: 5.2rem;
  }
  .hero-hand-note{
    position:absolute;
    top: -0.2rem;
    left: -1.2rem;
    z-index:5;
    pointer-events:none;
    transform: rotate(-8deg);
    animation: handNoteIn .8s ease .35s both;
  }
  .hero-hand-note span{
    display:block;
    font-family: 'Caveat', cursive;
    font-weight:700;
    font-size: clamp(1.65rem, 2.4vw, 2.05rem);
    color: #fff;
    line-height:1;
    text-shadow: 0 2px 12px rgba(0,0,0,.35);
    white-space:nowrap;
  }
  .hero-hand-arrow{
    display:block;
    width: 88px;
    height: 70px;
    margin: -.15rem 0 0 4.5rem;
    overflow:visible;
  }
  .hero-hand-arrow path,
  .hero-hand-arrow polyline{
    fill:none;
    stroke:#fff;
    stroke-width:2.4;
    stroke-linecap:round;
    stroke-linejoin:round;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.3));
  }
  .hero-hand-arrow .shaft{
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    animation: drawArrow .9s ease .7s forwards;
  }
  .hero-hand-arrow .head{
    opacity:0;
    animation: fadeArrowHead .35s ease 1.35s forwards;
  }
  @keyframes handNoteIn{
    from{ opacity:0; transform: rotate(-8deg) translateY(10px); }
    to{ opacity:1; transform: rotate(-8deg) translateY(0); }
  }
  @keyframes drawArrow{
    to{ stroke-dashoffset: 0; }
  }
  @keyframes fadeArrowHead{
    to{ opacity:1; }
  }
  .hero-stack{
    position:relative;
    width:100%;
    height:100%;
  }
  .hero-feature{
    display:block;
    position:absolute;
    left:0; top:0;
    width: 340px;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 24px;
    overflow:hidden;
    color: var(--navy);
    box-shadow: 0 24px 48px -18px rgba(13,43,42,.35);
    transform-origin: left center;
    transition:
      transform .65s cubic-bezier(.22,1,.36,1),
      opacity .65s ease,
      box-shadow .35s ease;
  }
  .hero-feature[data-pos="0"]{
    transform: translateX(0) scale(1);
    opacity:1;
    z-index:3;
  }
  .hero-feature[data-pos="1"]{
    transform: translateX(26px) scale(.96);
    opacity:.92;
    z-index:2;
  }
  .hero-feature[data-pos="2"]{
    transform: translateX(52px) scale(.92);
    opacity:.8;
    z-index:1;
  }
  .hero-feature.is-exiting{
    transform: translateX(-32px) scale(.94);
    opacity:0;
    z-index:4;
    pointer-events:none;
  }
  .hero-feature:hover{ color: var(--navy); }
  .hero-feature img{
    width:100%; height:190px; object-fit:cover; display:block;
  }
  .hero-feature-body{ padding: 1.2rem 1.25rem 1.3rem; }
  .hero-feature-meta{
    display:flex; align-items:center; justify-content:space-between;
    font-size:.82rem; color: var(--muted); margin-bottom:.4rem;
  }
  .hero-feature-meta .rating{ color: var(--navy); font-weight:600; }
  .hero-feature-meta .rating i{ color: #F5B301; }
  .hero-feature h3{
    font-size:1.2rem; font-weight:700; margin:0 0 .25rem; line-height:1.3;
  }
  .hero-feature .loc{
    font-size:.88rem; color: var(--muted); margin-bottom:.95rem;
  }
  .hero-feature-foot{
    display:flex; align-items:center; justify-content:space-between; gap:.75rem;
  }
  .hero-feature .price{
    font-size:1.05rem; font-weight:700;
  }
  .hero-feature .price span{
    font-weight:500; font-size:.82rem; color: var(--muted);
  }
  .hero-feature .cta{
    background: var(--navy); color:#fff; border-radius:50px;
    padding:.55rem 1.1rem; font-size:.88rem; font-weight:600;
  }
  @media (max-width: 991px){
    .hero-aside{ width:100%; max-width: 400px; align-self:flex-start; height: 400px; padding-top: 2.8rem; }
    .hero-feature{ width: min(340px, 100%); }
    .hero-hand-note{ left: 0; top: -.1rem; }
  }
  @media (prefers-reduced-motion: reduce){
    .hero-feature{ transition:none; }
    .hero-hand-note,
    .hero-hand-arrow .shaft,
    .hero-hand-arrow .head{ animation:none; opacity:1; stroke-dashoffset:0; }
  }

  /* SEARCH Ã¢â‚¬â€ Airbnb-style segmented pill */
  .search-wrap{
    max-width: 540px;
  }
  .search-card{
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;
    box-shadow: 0 3px 12px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.08);
    padding: .45rem .45rem .45rem .55rem;
    display:flex;
    flex-direction: row;
    align-items:center;
    transition: box-shadow .2s ease;
  }
  .search-card:hover,
  .search-card:focus-within{
    box-shadow: 0 6px 20px rgba(0,0,0,.14), 0 2px 6px rgba(0,0,0,.08);
  }
  .search-fields{
    display:flex; flex-direction:row; align-items:stretch; flex:1; min-width:0;
  }
  .search-field{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding: .55rem 1.35rem;
    position:relative;
    min-width: 0;
    border-radius: 32px;
    cursor:text;
    transition: background .15s ease;
  }
  .search-field::after{
    content:"";
    position:absolute; right:0; top:50%; transform:translateY(-50%);
    width:1px; height:28px; background: #ddd;
    transition: opacity .15s ease;
  }
  .search-field:last-of-type::after{ display:none; }
  .search-field:hover,
  .search-field:focus-within{
    background: #ebebeb;
  }
  .search-fields:hover .search-field::after,
  .search-fields:focus-within .search-field::after{
    opacity:0;
  }
  .search-field label{
    display: block;
    font-size: .72rem;
    letter-spacing: .02em;
    color: var(--navy);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
    pointer-events:none;
  }
  .search-field input{
    border:none; width:100%; font-weight:400; font-size:.88rem; color: var(--navy);
    background:transparent; padding:0; line-height:1.25;
  }
  .search-field input:focus{ outline:none; }
  .search-field input::placeholder{ color:#717171; font-weight:400; }
  .search-btn{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #000000;
    border: none;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    flex-shrink: 0;
    transition: background .15s ease, transform .15s ease;
  }
  .search-btn .search-btn-label{ display:none; font-weight:600; font-size:.9rem; }
  .search-btn:hover{ background: #249a62; transform: scale(1.04); }
  @media (max-width: 767px){
    .search-card{
      border-radius: 24px;
      flex-direction:column;
      align-items:stretch;
      padding: .75rem;
      gap: .5rem;
    }
    .search-fields{ flex-direction:column; align-items:stretch; }
    .search-field{
      padding: .85rem 1rem;
      border-radius: 16px;
    }
    .search-field::after{ display:none; }
    .search-field:not(:last-of-type){
      border-bottom: none;
    }
    .search-btn{
      width:100%;
      height:48px;
      border-radius: 999px;
      margin-top:.15rem;
    }
    .search-btn .search-btn-label{ display:inline; }
  }

  /* TRUST STRIP */
  .trust-strip{ padding: 2.25rem 0 2rem; }
  .trust-item{ display:flex; align-items:center; gap:1rem; }
  .trust-icon{
    width:44px; height:44px; border-radius:50%; background: var(--cream);
    display:flex; align-items:center; justify-content:center; color: var(--teal); font-size:1.15rem;
    flex-shrink:0;
  }
  .trust-item p{ margin:0; font-weight:600; font-size:.92rem; color: var(--navy); line-height:1.35; }
  .avatar-stack{ display:flex; }
  .avatar-stack img{
    width:42px; height:42px; border-radius:50%; border:2px solid #fff; object-fit:cover; margin-left:-12px;
  }
  .avatar-stack img:first-child{ margin-left:0; }

  /* SECTION HEADERS */
  .eyebrow{
    color: var(--orange); font-weight:700; text-transform:uppercase; letter-spacing:.05em; font-size:.78rem;
  }
  .section-title{ font-weight:700; font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
  .see-all{ font-weight:600; font-size:.9rem; color: var(--navy); }
  .see-all i{ transition: transform .2s; }
  .see-all:hover i{ transform: translateX(4px); }

  /* ANNONCES EN VEDETTE — Airbnb-style listing tiles */
  .vedette-grid{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1rem;
  }
  @media (min-width: 768px){
    .vedette-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem 1.1rem; }
  }
  @media (min-width: 1100px){
    .vedette-grid{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.5rem 1rem; }
  }
  .vedette-card{
    display:block;
    color: var(--navy);
    text-decoration:none;
    min-width: 0;
  }
  .vedette-card:hover{ color: var(--navy); }
  .vedette-media{
    position:relative;
    aspect-ratio: 20 / 19;
    overflow:hidden;
    border-radius: 12px;
    background: #ddd;
    margin-bottom: .65rem;
  }
  .vedette-media img{
    width:100%; height:100%; object-fit:cover;
    transition: transform .35s ease;
  }
  .vedette-card:hover .vedette-media img{ transform: scale(1.03); }
  .vedette-photos{
    position:absolute; right:8px; bottom:8px;
    height: 1.45rem;
    padding: 0 .45rem;
    border-radius: 999px;
    background: rgba(0,0,0,.55);
    color:#fff;
    font-size:.68rem;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap: .25rem;
  }
  .vedette-body{ padding: 0 .05rem; }
  .vedette-top{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap:.4rem;
  }
  .vedette-card h3{
    font-size:.9rem;
    font-weight:600;
    margin:0;
    line-height:1.3;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    flex:1;
    min-width:0;
  }
  .vedette-type{
    flex-shrink:0;
    font-size:.72rem;
    font-weight:600;
    color: #717171;
    background: #f2f2f2;
    padding: .15rem .4rem;
    border-radius: 6px;
    white-space:nowrap;
  }
  .vedette-sub,
  .vedette-host,
  .vedette-extra{
    margin: .12rem 0 0;
    font-size:.8rem;
    line-height:1.35;
    color: #717171;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .vedette-price{
    margin: .28rem 0 0;
    font-size:.9rem;
    color: var(--navy);
  }
  .vedette-price strong{ font-weight:600; }
  .vedette-price span{ font-weight:400; }

  /* EXPLORE / SEARCH LISTINGS */
  .explore-page{ background: #fff; }
  .explore-wrap{ padding: 1.5rem 0 4rem; }
  .explore-hero{ margin-bottom: 1.5rem; }
  .explore-title{
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 .35rem;
  }
  .explore-lead{
    margin: 0;
    color: #717171;
    font-size: 1rem;
    max-width: 42rem;
  }
  .explore-filters{
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(13,43,42,.08);
    border-radius: 18px;
    padding: 1rem 1.1rem 1.05rem;
    box-shadow: 0 10px 30px rgba(13,43,42,.06);
    margin-bottom: 1.5rem;
  }
  @media (min-width: 700px){
    .explore-filters{
      position: sticky;
      top: 0;
      z-index: 30;
    }
  }
  @media (max-width: 699px){
    .explore-filters{
      position: static;
      z-index: auto;
    }
  }
  .explore-filters-grid{
    display:grid;
    grid-template-columns: 1fr;
    gap: .75rem;
    align-items: end;
  }
  @media (min-width: 700px){
    .explore-filters-grid{
      grid-template-columns: 1.5fr repeat(2, minmax(0, 1fr)) minmax(0, .9fr) minmax(0, 1fr) auto;
    }
  }
  @media (min-width: 1100px){
    .explore-filters-grid{
      grid-template-columns: 1.6fr repeat(2, minmax(0, 1fr)) minmax(0, .85fr) minmax(0, 1fr) auto;
    }
  }
  .explore-field{ display:flex; flex-direction:column; gap:.3rem; min-width:0; margin:0; }
  .explore-field > span,
  .explore-field-spacer{
    font-size: .88rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #111;
    line-height: 1.2;
  }
  .explore-field-spacer{ visibility:hidden; user-select:none; }
  .explore-field--submit{
    align-items: stretch;
  }
  .explore-submit-wrap{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap: .65rem;
    min-height: 44px;
  }
  .explore-input{
    display:flex;
    align-items:center;
    gap: .45rem;
    min-height: 44px;
    padding: 0 .7rem;
    border: 1px solid rgba(13,43,42,.12);
    border-radius: 12px;
    background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
  }
  .explore-input:focus-within{
    border-color: rgba(43,182,115,.55);
    box-shadow: 0 0 0 3px rgba(43,182,115,.12);
  }
  .explore-input i{ color: #717171; font-size: .95rem; flex-shrink:0; }
  .explore-input input,
  .explore-input select{
    border:0;
    outline:0;
    background:transparent;
    width:100%;
    min-width:0;
    font-size: .9rem;
    color: var(--navy);
    padding: .55rem 0;
  }
  .explore-reset{
    color: var(--navy);
    font-weight: 500;
    font-size: .85rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
  }
  .explore-submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width: 44px;
    height: 44px;
    padding: 0;
    border:0;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    font-size: 1.05rem;
    text-decoration:none;
    flex-shrink: 0;
    transition: background .15s ease, transform .15s ease;
  }
  .explore-submit:hover{
    background: var(--orange);
    color:#fff;
  }
  .explore-submit--text{
    width: auto;
    height: auto;
    border-radius: 999px;
    padding: .7rem 1.15rem;
    font-size: .92rem;
    font-weight: 700;
  }
  .explore-meta{
    margin-bottom: 1.15rem;
    color: #717171;
    font-size: .95rem;
  }
  .explore-meta strong{ color: var(--navy); font-weight: 700; }
  .explore-grid{ margin-bottom: 2rem; }
  .explore-empty{
    text-align:center;
    padding: 3.5rem 1rem;
    border: 1px dashed rgba(13,43,42,.15);
    border-radius: 18px;
  }
  .explore-empty-icon{
    width: 56px; height: 56px;
    margin: 0 auto .9rem;
    border-radius: 50%;
    background: #f2f2f2;
    display:flex; align-items:center; justify-content:center;
    font-size: 1.35rem;
    color: var(--navy);
  }
  .explore-empty h2{
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 .35rem;
    color: var(--navy);
  }
  .explore-empty p{
    margin: 0 0 1.1rem;
    color: #717171;
  }
  .explore-pagination{
    display:flex;
    justify-content:center;
    margin-top: 1.5rem;
  }
  .explore-pagination nav{ width:100%; }
  .explore-pagination .pagination{ justify-content:center; gap:.25rem; }
  .explore-pagination .page-link{
    border-radius: 10px;
    border-color: rgba(13,43,42,.1);
    color: var(--navy);
    font-weight: 600;
  }
  .explore-pagination .page-item.active .page-link{
    background: var(--navy);
    border-color: var(--navy);
  }

  /* VAN TYPES */
  .van-type{
    position:relative;
    border-radius: var(--radius);
    overflow:hidden;
    height: 340px;
    display:block;
    color:#fff;
  }
  .van-type img{
    width:100%; height:100%; object-fit:cover;
    transition: transform .45s ease;
  }
  .van-type:hover img{ transform: scale(1.06); }
  .van-type .scrim{
    position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(13,43,42,.05) 35%, rgba(13,43,42,.88) 100%);
  }
  .van-type .body{
    position:absolute; left:0; right:0; bottom:0; z-index:1;
    padding: 1.35rem 1.4rem 1.45rem;
  }
  .van-type h3{
    font-size:1.35rem; font-weight:700; margin:0 0 .3rem; color:#fff;
  }
  .van-type p{
    margin:0 0 .85rem; font-size:.88rem; color: rgba(255,255,255,.82);
    max-width: 26ch;
  }
  .van-type-meta{
    display:flex; align-items:center; gap:.75rem;
  }
  .van-type-meta span{
    font-size:.82rem; font-weight:500; color: rgba(255,255,255,.9);
  }
  .van-type-meta strong{
    font-weight:700; color:#fff;
  }
  .van-type-arrow{
    position:absolute; top:1rem; right:1rem; z-index:2;
    width:42px; height:42px; border-radius:50%;
    background: var(--orange); color:#fff;
    display:flex; align-items:center; justify-content:center;
    font-size:1.25rem; font-weight:700;
    transition: transform .2s ease, background .2s ease;
  }
  .van-type-arrow i{ font-weight:700; -webkit-text-stroke: .4px currentColor; }
  .van-type:hover .van-type-arrow{ transform: translate(2px, -2px); }

  /* DESTINATIONS */
  .dest-card{
    position:relative; border-radius: 16px; overflow:hidden; height: 280px;
    display:block; color:inherit; text-decoration:none;
  }
  .dest-card img{ width:100%; height:100%; object-fit:cover; transition: transform .4s ease; }
  .dest-card:hover img{ transform: scale(1.08); }
  .dest-card::after{
    content:""; position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(13,43,42,0) 50%, rgba(13,43,42,.75) 100%);
  }
  .dest-card .label{ position:absolute; left:12px; bottom:10px; z-index:2; color:#fff; }
  .dest-card .label strong{ display:block; font-size:.95rem; }
  .dest-card .label span{ font-size:.75rem; opacity:.85; }

  /* HOW IT WORKS Ã¢â‚¬â€ verb highway */
  .how-section{ padding: .25rem 0 0; }
  .how-top{
    display:flex;
    justify-content:space-between;
    align-items: baseline;
    gap: 1.5rem;
    margin-bottom: 2.75rem;
  }
  @media (max-width: 767px){
    .how-top{ flex-direction:column; gap:.75rem; margin-bottom: 2rem; }
  }
  .how-top .eyebrow{ margin-bottom: .4rem; }
  .how-top .section-title{
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: -.02em;
  }
  .how-top .how-link{
    color: var(--navy);
    font-weight: 600;
    font-size: .92rem;
    white-space:nowrap;
    display:inline-flex; align-items:center; gap:.35rem;
  }
  .how-top .how-link:hover{ color: var(--teal); }

  .how-verbs{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
  }
  .how-verbs::before{
    content:"";
    position:absolute;
    left:0; right:0;
    top: 2.85rem;
    height: 1px;
    background: var(--gray);
  }
  @media (max-width: 991px){
    .how-verbs{ grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
    .how-verbs::before{ display:none; }
  }
  @media (max-width: 575px){
    .how-verbs{ grid-template-columns: 1fr; }
  }

  .how-verb{
    position: relative;
    padding: 0 1.25rem 0 0;
    display:block;
    color: inherit;
  }
  @media (min-width: 992px){
    .how-verb:not(:last-child)::after{
      content:"\2192";
      position:absolute;
      right: -.15rem;
      top: 2.15rem;
      transform: translateY(-50%);
      font-size: 1.1rem;
      font-weight: 500;
      color: var(--teal);
      background: #fff;
      padding: 0 .35rem;
      z-index: 1;
    }
  }

  .how-verb .n{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width: 2.1rem; height: 2.1rem;
    border-radius: 50%;
    border: 1px solid var(--navy);
    background: #fff;
    font-size: .72rem;
    font-weight: 700;
    color: var(--navy);
    position: relative;
    z-index: 1;
    margin-bottom: 1.35rem;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }
  .how-verb:hover .n{
    background: var(--navy);
    color: #fff;
  }

  .how-verb h3{
    margin: 0 0 .7rem;
    font-size: clamp(1.7rem, 2.8vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.05;
    color: var(--navy);
  }
  .how-verb p{
    margin:0;
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.5;
    max-width: 22ch;
  }

  .how-bottom{
    margin-top: 2.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .how-bottom .note{
    font-size: .88rem;
    color: var(--muted);
  }
  .how-bottom .note strong{
    color: var(--navy);
    font-weight: 600;
  }
  .how-bottom .how-link{
    color: var(--navy);
    font-weight: 600;
    font-size: .92rem;
    display:inline-flex; align-items:center; gap:.35rem;
  }
  .how-bottom .how-link:hover{ color: var(--teal); }
  .how-bottom .how-link i{ transition: transform .2s ease; }
  .how-bottom .how-link:hover i{ transform: translateX(3px); }

  .btn-outline-navy{
    border: 1.5px solid var(--navy); color: var(--navy); border-radius:50px;
    padding:.65rem 1.6rem; font-weight:600; font-size:.9rem;
  }
  .btn-outline-navy:hover{ background: var(--navy); color:#fff; }

  /* CTA HOST */
  .host-cta{
    background: var(--navy); border-radius: 28px; color:#fff; padding: 3.2rem; position:relative; overflow:hidden;
  }
  .host-cta::before{
    content:""; position:absolute; top:-100px; right:-100px; width:320px; height:320px;
    background: var(--teal); opacity:.25; border-radius:50%;
  }
  .host-cta .badge-pill{
    background: rgba(43,182,115,.15); color: var(--orange); border-radius:50px;
    padding:.35rem .9rem; font-size:.78rem; font-weight:700; display:inline-block;
  }

  footer{ background: var(--cream); color: var(--navy); padding-top: 3.5rem; }
  footer h6{ font-weight:700; font-size:.85rem; text-transform:uppercase; letter-spacing:.03em; margin-bottom:1rem; }
  footer a{ color: var(--muted); font-size:.88rem; line-height:2.1; display:block; }
  footer a:hover{ color: var(--navy); }
  .social-icon{
    width:36px; height:36px; border-radius:50%; background:#fff; display:inline-flex;
    align-items:center; justify-content:center; margin-right:.5rem; color: var(--navy);
  }

/* LOGIN PAGE */
body.login-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.login-stage{
  flex:1;
  display:grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: calc(100vh - 130px);
}
@media (max-width: 991px){
  .login-stage{ grid-template-columns: 1fr; }
}

.login-visual{
  position:relative;
  overflow:hidden;
  min-height: 420px;
  background: var(--navy);
}
.login-visual img.bg{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover;
  transform: scale(1.04);
  animation: visualDrift 18s ease-in-out infinite alternate;
}
.login-visual .scrim{
  position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(120deg, rgba(13,43,42,.78) 0%, rgba(13,43,42,.45) 48%, rgba(43,134,115,.28) 100%),
    linear-gradient(to top, rgba(13,43,42,.65) 0%, transparent 45%);
}
.login-visual-content{
  position:relative; z-index:2;
  height:100%;
  padding: clamp(2rem, 5vw, 4.5rem);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  max-width: 560px;
}
.login-eyebrow{
  font-weight:700; font-size:.82rem; letter-spacing:.06em;
  text-transform:uppercase; opacity:.9; margin-bottom:.85rem;
  animation: fadeUp .7s ease both;
}
.login-visual h1{
  font-weight:700; font-size: clamp(2.1rem, 3.6vw, 3.15rem);
  line-height:1.12; margin-bottom:1rem;
  animation: fadeUp .75s ease .08s both;
}
.login-visual p{
  font-size:1.05rem; line-height:1.55; max-width: 38ch;
  color: rgba(255,255,255,.88);
  animation: fadeUp .75s ease .16s both;
}
.login-hand{
  position:absolute;
  top: clamp(1.5rem, 4vw, 3rem);
  right: clamp(1.2rem, 4vw, 3.5rem);
  z-index:3;
  transform: rotate(7deg);
  animation: handIn .8s ease .3s both;
  pointer-events:none;
}
.login-hand span{
  display:block;
  font-family: 'Caveat', cursive;
  font-weight:700;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  color:#fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
  line-height:1;
}
.login-hand svg{
  display:block;
  width: 72px;
  height: 56px;
  margin: .1rem 0 0 2.2rem;
  overflow:visible;
}
.login-hand path,
.login-hand polyline{
  fill:none;
  stroke:#fff;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.3));
}
.login-hand .shaft{
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  animation: drawArrow .9s ease .75s forwards;
}
.login-hand .head{
  opacity:0;
  animation: fadeArrowHead .35s ease 1.4s forwards;
}

.login-route-pills{
  display:flex; flex-wrap:wrap; gap:.55rem;
  margin-top: 1.75rem;
  animation: fadeUp .75s ease .24s both;
}
.login-route-pills span{
  display:inline-flex; align-items:center; gap:.35rem;
  padding: .4rem .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size:.82rem; font-weight:500;
  color:#fff;
}
.login-route-pills i{ font-size:.75rem; opacity:.75; }

.login-panel{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: clamp(2rem, 4vw, 3.5rem) 1.25rem;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(43,134,115,.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(43,182,115,.07), transparent 50%),
    #fff;
}
.login-form-wrap{
  width:100%;
  max-width: 420px;
  animation: fadeUp .7s ease .1s both;
}
.login-form-wrap h2{
  font-weight:700; font-size: clamp(1.65rem, 2.5vw, 2rem);
  letter-spacing: -.02em; margin-bottom:.35rem;
}
.login-form-wrap .sub{
  color: var(--muted); font-size:.95rem; margin-bottom: 1.75rem;
}
.login-form-wrap .sub a{
  color: var(--teal); font-weight:600;
}
.login-form-wrap .sub a:hover{ color: var(--navy); }

.social-stack{
  display:flex; flex-direction:column; gap:.65rem;
  margin-bottom: 1.35rem;
}
.btn-social{
  display:flex; align-items:center; justify-content:center; gap:.7rem;
  width:100%;
  padding: .8rem 1rem;
  border-radius: 50px;
  border: 1.5px solid var(--gray);
  background:#fff;
  color: var(--navy);
  font-weight:600; font-size:.92rem;
  text-decoration:none;
  transition: border-color .2s, background .2s, transform .2s, box-shadow .2s;
}
.btn-social:hover{
  border-color: var(--navy);
  background: var(--cream);
  color: var(--navy);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -12px rgba(13,43,42,.35);
}
.btn-social svg,
.btn-social i{ width:1.15rem; height:1.15rem; font-size:1.15rem; flex-shrink:0; }
.btn-social .apple{ font-size:1.25rem; }

.or-divider{
  display:flex; align-items:center; gap:1rem;
  margin: 0 0 1.35rem;
  color: var(--muted); font-size:.8rem; font-weight:500;
}
.or-divider::before,
.or-divider::after{
  content:""; flex:1; height:1px; background: var(--gray);
}

.field{
  margin-bottom: 1rem;
}
.field label{
  Display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: .4rem;
}
.type-toggle{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
}
.type-toggle input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.type-toggle > label{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  margin: 0;
  padding: .85rem 1rem;
  border: 1.5px solid var(--gray);
  border-radius: 50px;
  background: #fff;
  color: var(--navy);
  font-size: .9rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s, box-shadow .2s;
}
.type-toggle > label i{
  font-size: .95rem;
  color: var(--muted);
  transition: color .2s;
}
.type-toggle > label:hover{
  border-color: #c8ced3;
}
.type-toggle input:checked + label{
  border-color: var(--teal);
  background: rgba(43,134,115,.08);
  color: var(--navy);
  box-shadow: 0 0 0 4px rgba(43,134,115,.1);
  font-weight: 600;
}
.type-toggle input:checked + label i{
  color: var(--teal);
}
.type-toggle.is-invalid > label{
  border-color: #c44;
}
.field-input{
  position:relative;
}
.field-input i{
  position:absolute; left:1.05rem; top:50%; transform:translateY(-50%);
  color: var(--muted); font-size:1rem; pointer-events:none;
}
.field-input input{
  width:100%;
  border: 1.5px solid var(--gray);
  border-radius: 50px;
  padding: .85rem 1.15rem .85rem 2.75rem;
  font-size:.92rem; font-weight:400; color: var(--navy);
  background:#fff;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field-input input:hover{ border-color: #c8ced3; }
.field-input input:focus{
  outline:none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(43,134,115,.12);
  background: #fff;
}
.field-input input::placeholder{ color:#9aa3ab; }
.field-input .toggle-pass{
  position:absolute; right:.55rem; top:50%; transform:translateY(-50%);
  width:38px; height:38px; border:none; border-radius:50%;
  background:transparent; color: var(--muted);
  display:inline-flex; align-items:center; justify-content:center;
  cursor:pointer; transition: color .2s, background .2s;
}
.field-input .toggle-pass:hover{ color: var(--navy); background: var(--cream); }
.field-input input.has-toggle{ padding-right: 3rem; }

.form-row{
  display:flex; align-items:center; justify-content:space-between;
  gap:1rem; margin: .35rem 0 1.35rem;
  font-size:.88rem;
}
.remember{
  display:inline-flex; align-items:center; gap:.5rem;
  color: var(--navy); cursor:pointer; user-select:none;
}
.remember input{
  width:1.05rem; height:1.05rem; accent-color: var(--teal);
  cursor:pointer;
}
.forgot{
  color: var(--teal); font-weight:600;
}
.forgot:hover{ color: var(--navy); }

.btn-login{
  width:100%;
  background: var(--navy); color:#fff;
  border:none; border-radius:50px;
  padding: .95rem 1.5rem;
  font-weight:700; font-size:.95rem;
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.btn-login:hover{
  background:#092028; color:#fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -14px rgba(13,43,42,.55);
}
.btn-login i{ font-size:1rem; transition: transform .25s ease; }
.btn-login:hover i{ transform: translateX(3px); }

.login-trust{
  display:flex; align-items:center; justify-content:center; gap:.65rem;
  margin-top: 1.5rem;
  color: var(--muted); font-size:.8rem;
}
.login-trust i{ color: var(--teal); }

@keyframes fadeUp{
  from{ opacity:0; transform: translateY(14px); }
  to{ opacity:1; transform: translateY(0); }
}
@keyframes handIn{
  from{ opacity:0; transform: rotate(7deg) translateY(10px); }
  to{ opacity:1; transform: rotate(7deg) translateY(0); }
}
@keyframes visualDrift{
  from{ transform: scale(1.04) translate(0,0); }
  to{ transform: scale(1.08) translate(-1.5%, -1%); }
}
@media (prefers-reduced-motion: reduce){
  .login-visual img.bg,
  .login-hand,
  .login-hand .shaft,
  .login-hand .head,
  .login-eyebrow,
  .login-visual h1,
  .login-visual p,
  .login-route-pills,
  .login-form-wrap,
  .ribbon-dot{ animation:none !important; }
  .login-hand .shaft{ stroke-dashoffset:0; }
  .login-hand .head{ opacity:1; }
}

@media (max-width: 991px){
  .login-visual{ min-height: 300px; }
  .login-visual-content{ justify-content:center; padding-bottom: 2.5rem; }
  .login-hand{ display:none; }
}

/* SIGNUP / INSCRIPTION */
.signup-page .login-form-wrap{
  max-width: 440px;
}
.signup-page .login-form-wrap .sub{
  margin-bottom: 1.35rem;
}
.signup-page .social-stack{
  margin-bottom: 1.15rem;
}
.signup-page .btn-social{
  padding: .75rem 1rem;
  font-size:.9rem;
}
.signup-page .or-divider{
  margin: 0 0 1.15rem;
}

.steps{
  display:flex; align-items:center; gap:.35rem;
  margin-bottom: 1.5rem;
}
.step-item{
  flex:1;
  display:flex; flex-direction:column; align-items:center; gap:.4rem;
  min-width:0;
}
.step-dot{
  width:100%;
  height:4px;
  border-radius:999px;
  background: var(--gray);
  transition: background .3s ease;
}
.step-item.is-active .step-dot,
.step-item.is-done .step-dot{
  background: var(--teal);
}
.step-label{
  font-size:.68rem; font-weight:600; color: var(--muted);
  white-space:nowrap; letter-spacing:.01em;
}
.step-item.is-active .step-label{ color: var(--navy); }
.step-item.is-done .step-label{ color: var(--teal); }
.step-meta{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom: 1.1rem;
  font-size:.82rem; font-weight:600; color: var(--muted);
}
.step-meta .current{ color: var(--teal); }

.signup-step{ display:none; }
.signup-step.is-active{
  display:block;
  animation: stepIn .4s ease both;
}

.field-input > i{
  position:absolute; left:1.05rem; top:50%; transform:translateY(-50%);
  color: var(--muted); font-size:1rem; pointer-events:none; z-index:1;
}
.field-input select{
  width:100%;
  border: 1.5px solid var(--gray);
  border-radius: 50px;
  padding: .85rem 1.15rem .85rem 2.75rem;
  font-size:.92rem; font-weight:400; color: var(--navy);
  background:#fff;
  transition: border-color .2s, box-shadow .2s, background .2s;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236B7680' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.1rem center;
  padding-right: 2.5rem;
}
.field-input select:hover{ border-color: #c8ced3; }
.field-input select:focus{
  outline:none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(43,134,115,.12);
}
.field-input input.is-invalid,
.field-input select.is-invalid,
.country-picker.is-invalid .country-trigger{
  border-color: #c44;
  box-shadow: 0 0 0 4px rgba(204,68,68,.1);
}

.country-picker{
  position: relative;
}
.country-trigger{
  width: 100%;
  display: flex;
  align-items: center;
  gap: .7rem;
  border: 1.5px solid var(--gray);
  border-radius: 50px;
  padding: .75rem 1.15rem .75rem 1.05rem;
  font-size: .92rem;
  font-weight: 400;
  color: var(--navy);
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  cursor: pointer;
  text-align: left;
}
.country-trigger:hover{ border-color: #c8ced3; }
.country-trigger:focus,
.country-picker.is-open .country-trigger{
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(43,134,115,.12);
}
.country-trigger-flag{
  width: 22px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--muted);
  font-size: 1rem;
}
.country-trigger-flag img{
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.country-trigger-label{
  flex: 1;
  min-width: 0;
  color: var(--muted);
}
.country-trigger-label.has-value{ color: var(--navy); }
.country-dropdown{
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 30;
  background: #fff;
  border: 1.5px solid var(--gray);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(13,43,42,.12);
  overflow: hidden;
}
.country-search{
  position: relative;
  padding: .65rem .7rem .45rem;
  border-bottom: 1px solid var(--gray);
}
.country-search i{
  position: absolute;
  left: 1.35rem;
  top: 50%;
  transform: translateY(-45%);
  color: var(--muted);
  font-size: .9rem;
  pointer-events: none;
}
.country-search input{
  width: 100%;
  border: 1.5px solid var(--gray);
  border-radius: 50px;
  padding: .55rem 1rem .55rem 2.35rem;
  font-size: .88rem;
  color: var(--navy);
  background: var(--cream);
}
.country-search input:focus{
  outline: none;
  border-color: var(--teal);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(43,134,115,.1);
}
.country-menu{
  margin: 0;
  padding: .35rem;
  list-style: none;
  max-height: 220px;
  overflow-y: auto;
}
.country-menu li{
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .65rem .85rem;
  border-radius: 12px;
  font-size: .9rem;
  color: var(--navy);
  cursor: pointer;
}
.country-menu li:hover,
.country-menu li:focus,
.country-menu li.is-selected{
  background: var(--cream);
  outline: none;
}
.country-menu li img{
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.country-empty{
  padding: 1rem;
  text-align: center;
  font-size: .85rem;
  color: var(--muted);
}
.field-error{
  display:none;
  font-size:.78rem; color:#c44; margin-top:.35rem; padding-left:.35rem;
}
.field-error.is-visible{ display:block; }
.field-hint{
  font-size:.76rem; color: black; margin-top:.35rem; padding-left:.35rem;
}
.field-hint .dash-char-count{
  float: right;
  color: var(--muted);
}
.field-input-textarea textarea{
  width:100%;
  border: 1.5px solid var(--gray);
  border-radius: 18px;
  padding: .9rem 1.15rem;
  font-size:.92rem; font-weight:400; color: var(--navy);
  background:#fff;
  resize: vertical;
  min-height: 110px;
  line-height: 1.5;
  transition: border-color .2s, box-shadow .2s, background .2s;
  font-family: inherit;
}
.field-input-textarea textarea:hover{ border-color: #c8ced3; }
.field-input-textarea textarea:focus{
  outline:none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(43,134,115,.12);
  background: #fff;
}
.field-input-textarea textarea::placeholder{ color:#9aa3ab; }
.field-input-textarea textarea.is-invalid{
  border-color: #c44;
}

.code-hint{
  background: var(--cream);
  border-radius: 16px;
  padding: .9rem 1rem;
  font-size:.86rem; color: var(--navy);
  margin-bottom: 1.25rem;
  line-height:1.45;
}
.code-hint strong{ font-weight:700; }
.code-hint .email-preview{ color: var(--teal); font-weight:600; word-break:break-all; }

.otp-row{
  display:flex; gap:.55rem; justify-content:space-between;
  margin-bottom: .75rem;
}
.otp-row input{
  width:100%;
  aspect-ratio: 1;
  max-width: 58px;
  text-align:center;
  font-size:1.25rem; font-weight:700;
  border: 1.5px solid var(--gray);
  border-radius: 16px;
  color: var(--navy);
  transition: border-color .2s, box-shadow .2s;
}
.otp-row input:focus{
  outline:none;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(43,134,115,.12);
}
.otp-row input.is-invalid{
  border-color: #c44;
}
.resend-row{
  text-align:center;
  font-size:.86rem; color: var(--muted);
  margin: 1rem 0 1.35rem;
}
.resend-row button{
  border:none; background:none; color: var(--teal);
  font-weight:600; padding:0; cursor:pointer;
}
.resend-row button:hover{ color: var(--navy); }
.resend-row button:disabled{
  color: var(--muted); cursor:default; opacity:.7;
}

.form-actions{
  display:flex; gap:.65rem; margin-top: .35rem;
}
.btn-back{
  flex:0 0 auto;
  display:inline-flex; align-items:center; justify-content:center; gap:.4rem;
  padding: .9rem 1.15rem;
  border-radius:50px;
  border: 1.5px solid var(--gray);
  background:#fff; color: var(--navy);
  font-weight:600; font-size:.92rem;
  transition: border-color .2s, background .2s;
}
.btn-back:hover{
  border-color: var(--navy); background: var(--cream); color: var(--navy);
}
.btn-next{
  flex:1;
  background: var(--navy); color:#fff;
  border:none; border-radius:50px;
  padding: .95rem 1.5rem;
  font-weight:700; font-size:.95rem;
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.btn-next:hover{
  background:#092028; color:#fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -14px rgba(13,43,42,.55);
}
.btn-next i{ font-size:1rem; transition: transform .25s ease; }
.btn-next:hover i{ transform: translateX(3px); }

.success-panel{
  text-align:center;
  padding: .5rem 0 1rem;
}
.success-icon{
  width:84px; height:84px; border-radius:50%;
  background: rgba(43,182,115,.12);
  color: var(--orange);
  display:inline-flex; align-items:center; justify-content:center;
  font-size:2.2rem;
  margin-bottom: 1.25rem;
  animation: successPop .55s cubic-bezier(.22,1,.36,1) both;
}
.success-panel h2{
  margin-bottom:.5rem;
}
.success-panel .sub{
  margin-bottom: 1.75rem;
}
.success-panel .btn-next{ width:100%; }
.success-panel .btn-ghost-link{
  display:inline-block;
  margin-top: 1rem;
  color: var(--teal); font-weight:600; font-size:.92rem;
}
.success-panel .btn-ghost-link:hover{ color: var(--navy); }

.signup-page .login-trust{
  margin-top: 1.35rem;
}

@keyframes stepIn{
  from{ opacity:0; transform: translateX(12px); }
  to{ opacity:1; transform: translateX(0); }
}
@keyframes successPop{
  from{ opacity:0; transform: scale(.7); }
  to{ opacity:1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce){
  .signup-step.is-active,
  .success-icon{ animation:none !important; }
}

@media (max-width: 991px){
  .signup-page .login-visual{ min-height: 280px; }
}

@media (max-width: 420px){
  .step-label{ font-size:.62rem; }
  .otp-row{ gap:.4rem; }
  .otp-row input{ border-radius: 12px; font-size:1.1rem; }
}

/* PARTICULIER DASHBOARD â€” flat colors, no gradients */
body.dash-page{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #000;
}
.dash-stage{
  flex: 1;
  padding: 1.75rem 0 3.5rem;
}
.dash-shell{
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1.5rem;
  align-items: start;
  max-width: 1280px;
}
.dash-sidebar{
  position: sticky;
  top: 7.5rem;
  background: #fff;
  border: 1.5px solid var(--gray);
  border-radius: var(--radius);
  padding: 1.35rem 1.1rem;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}
.dash-sidebar-top{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .85rem;
  padding: 0 .35rem 1.15rem;
  border-bottom: 1px solid var(--gray);
  margin-bottom: 1rem;
}
.dash-avatar{
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  overflow: hidden;
  position: relative;
}
.dash-avatar-wrap{
  position: relative;
  flex-shrink: 0;
  width: 104px;
  height: 104px;
}
.dash-avatar-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dash-avatar-edit{
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid #000;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: .72rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  transition: background .2s, transform .15s;
}
.dash-avatar-edit:hover{
  background: var(--cream, #f5f3ee);
  transform: scale(1.05);
}
.dash-avatar-form{
  margin-top: 1.1rem;
}
.dash-avatar-drop{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .95rem 1rem;
  border: 1.5px dashed var(--gray);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.dash-avatar-drop:hover{
  border-color: #000;
  background: #fafafa;
}
.dash-avatar-drop input[type="file"]{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
}
.dash-avatar-preview{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #000;
  border: 1.5px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dash-avatar-preview img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dash-avatar-preview-placeholder{
  color: #fff;
  font-size: 1.35rem;
}
.dash-avatar-drop-text{
  display: flex;
  flex-direction: column;
  gap: .2rem;
  min-width: 0;
  font-size: .88rem;
  color: #000;
}
.dash-avatar-drop-text strong{
  font-weight: 700;
}
.dash-avatar-drop-text span{
  opacity: .55;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dash-avatar-error{
  margin: .65rem 0 0;
  font-size: .85rem;
  color: #c0392b;
}
.dash-sidebar-identity{
  min-width: 0;
  width: 100%;
}
.dash-eyebrow{
  font-size: .82rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  margin-bottom: .35rem;
  opacity: .65;
}
.dash-user-name{
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 .2rem;
  letter-spacing: -.02em;
  color: #000;
}
.dash-user-email{
  margin: 0;
  font-size: .8rem;
  color: #000;
  opacity: .55;
  word-break: break-word;
}
.dash-nav{
  display: flex;
  flex-direction: column;
  gap: .35rem;
  flex: 1;
}
.dash-nav-link{
  display: flex;
  align-items: center;
  gap: .7rem;
  width: 100%;
  padding: .75rem .9rem;
  border-radius: 50px;
  border: none;
  background: transparent;
  color: #000;
  font-size: .9rem;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.dash-nav-link i,
.dash-nav-ico{
  width: 1.25rem;
  height: 1.25rem;
  color: #000;
  opacity: .7;
  flex-shrink: 0;
  transition: opacity .2s, color .2s;
}
.dash-nav-ico{ display: block; }
.dash-nav-link:hover{
  background: #f7f7f7;
  color: #000;
}
.dash-nav-link:hover .dash-nav-ico,
.dash-nav-link:hover i{ opacity: 1; color: #000; }
.dash-nav-link.is-active{
  background: #000;
  color: #fff;
  font-weight: 400;
}
.dash-nav-link.is-active .dash-nav-ico,
.dash-nav-link.is-active i{ color: #fff; opacity: 1; }
.dash-nav-parametres.is-active{
  font-size: .78rem;
  font-weight: 400;
}
.dash-nav-link.has-tooltip{
  position: relative;
}
.dash-nav-status-dot{
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e6a800;
  flex-shrink: 0;
  margin-left: auto;
}
.dash-nav-link.is-active .dash-nav-status-dot{
  background: #ffd666;
  box-shadow: 0 0 0 2px rgba(255,255,255,.2);
}
.dash-nav-link.has-tooltip::after{
  content: attr(data-tooltip);
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: #111;
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
  padding: .35rem .6rem;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, visibility .15s ease;
  z-index: 40;
}
.dash-nav-link.has-tooltip::before{
  content: "";
  position: absolute;
  left: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #111;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, visibility .15s ease;
  z-index: 40;
}
.dash-nav-link.has-tooltip:hover::after,
.dash-nav-link.has-tooltip:focus-visible::after,
.dash-nav-link.has-tooltip:hover::before,
.dash-nav-link.has-tooltip:focus-visible::before{
  opacity: 1;
  visibility: visible;
}
.dash-sidebar-foot{
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray);
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.dash-logout{
  color: #fff;
  background: #c44;
  opacity: 1;
}
.dash-logout .dash-nav-ico,
.dash-logout i{ color: #fff; opacity: 1; }
.dash-logout:hover{
  color: #fff;
  background: #b33;
  opacity: 1;
}
.dash-logout:hover .dash-nav-ico,
.dash-logout:hover i{ color: #fff; opacity: 1; }

.dash-main{ min-width: 0; }
.dash-page-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.dash-page-head h1{
  font-size: clamp(1.65rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0 0 .35rem;
  color: #000;
}
.dash-lead{
  margin: 0;
  color: #000;
  font-size: .95rem;
  max-width: 42ch;
  opacity: .7;
}
.dash-cta{
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  white-space: nowrap;
}
.dash-ico{
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.dash-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.dash-stat{
  background: #fff;
  border: 1.5px solid var(--gray);
  border-left: 4px solid var(--gray);
  border-radius: var(--radius);
  padding: 1.2rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dash-stat--teal{ border-left-color: var(--teal); }
.dash-stat--green{ border-left-color: var(--orange); }
.dash-stat--navy{ border-left-color: var(--navy); }
.dash-stat-icon{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1.5px solid var(--gray);
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dash-stat-icon svg{
  width: 22px;
  height: 22px;
  display: block;
}
.dash-stat-label{
  font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: .2rem;
}
.dash-stat-value{
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.02em;
  color: #000;
}
.dash-stats--wallet{
  grid-template-columns: repeat(4, 1fr);
}

.wallet-grid{
  margin-bottom: 1.15rem;
}
.wallet-breakdown,
.wallet-overview{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .85rem;
}
.wallet-breakdown li,
.wallet-overview li{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  font-size: .95rem;
  color: #000;
}
.wallet-breakdown li span,
.wallet-overview-label{
  opacity: .7;
}
.wallet-breakdown li strong,
.wallet-overview-value{
  font-weight: 600;
  white-space: nowrap;
}
.wallet-breakdown li.is-total{
  margin-top: .35rem;
  padding-top: .95rem;
  border-top: 1.5px solid var(--gray);
  font-size: 1.05rem;
}
.wallet-breakdown li.is-total strong{
  color: var(--teal);
  font-size: 1.15rem;
}
.wallet-note{
  margin: 1.1rem 0 0;
  font-size: .88rem;
  line-height: 1.45;
  color: #000;
  opacity: .65;
}
.wallet-orders-panel{
  margin-top: 0;
}
.wallet-orders-count{
  font-size: .9rem;
  opacity: .65;
}
.wallet-table-wrap{
  overflow-x: auto;
  margin: 0 -.25rem;
  padding: 0 .25rem;
}
.wallet-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
}
.wallet-table th,
.wallet-table td{
  padding: .85rem .65rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid var(--gray);
  font-size: .9rem;
  color: #000;
}
.wallet-table th{
  font-weight: 600;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .55;
  white-space: nowrap;
}
.wallet-table tbody tr:last-child td{
  border-bottom: 0;
}
.wallet-table .is-num{
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.wallet-table .is-action{
  text-align: right;
  white-space: nowrap;
}
.wallet-ref{
  display: block;
  font-weight: 600;
  margin-bottom: .35rem;
}
.wallet-annonce-cell{
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 180px;
}
.wallet-annonce-thumb{
  width: 48px;
  height: 36px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid var(--gray);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #999;
}
.wallet-annonce-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wallet-annonce-cell strong{
  display: block;
  font-size: .92rem;
  margin-bottom: .15rem;
}
.wallet-annonce-cell span{
  display: block;
  font-size: .8rem;
  opacity: .6;
}
.wallet-date-sep{
  opacity: .45;
  margin: 0 .2rem;
}
.wallet-row-link{
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-size: .88rem;
}
.wallet-row-link svg{
  width: .95rem;
  height: .95rem;
}
.wallet-row-link:hover{
  color: var(--teal);
}
.wallet-orders-mobile{
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: .85rem;
}
.wallet-order-card{
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1.5px solid var(--gray);
  border-radius: var(--radius);
  padding: 1rem 1.05rem;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.wallet-order-card:hover{
  border-color: #bbb;
  box-shadow: 0 6px 18px rgba(0,0,0,.04);
}
.wallet-order-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .35rem;
}
.wallet-order-card-top strong{
  font-size: .98rem;
}
.wallet-order-card-meta,
.wallet-order-card-dates{
  margin: 0 0 .25rem;
  font-size: .86rem;
  opacity: .65;
}
.wallet-order-card-amounts{
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.1rem;
  margin-top: .65rem;
  font-size: .88rem;
  opacity: .8;
}
.wallet-order-card-amounts strong{
  opacity: 1;
}

.wallet-stripe-panel{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.15rem;
}
.wallet-stripe-copy{
  flex: 1;
  min-width: 0;
}
.wallet-stripe-copy h2{
  margin: 0 0 .45rem;
  font-size: 1.05rem;
}
.wallet-stripe-copy p{
  margin: 0 0 .7rem;
  font-size: .92rem;
  opacity: .72;
  line-height: 1.45;
}
.wallet-stripe-badge{
  display: inline-flex;
  align-items: center;
  padding: .28rem .65rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  background: #f1f1f1;
  color: #444;
}
.wallet-stripe-badge.is-ready{
  background: #e8f7ef;
  color: #1b7a45;
}
.wallet-stripe-badge.is-pending{
  background: #fff4e5;
  color: #9a5b00;
}
.wallet-stripe-actions{
  flex-shrink: 0;
}
.wallet-payout{
  display: inline-flex;
  align-items: center;
  padding: .22rem .55rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
  white-space: nowrap;
}
.wallet-payout--en_attente{
  background: #fff4e5;
  color: #9a5b00;
}
.wallet-payout--verse{
  background: #e8f7ef;
  color: #1b7a45;
}
.wallet-payout--echec{
  background: #fdecec;
  color: #b42318;
}
.dash-flash{
  margin-bottom: 1rem;
  padding: .85rem 1rem;
  border-radius: var(--radius);
  background: #e8f7ef;
  color: #1b7a45;
  font-size: .92rem;
}
.dash-flash--error{
  background: #fdecec;
  color: #b42318;
}

.admin-auth-page,
.admin-page{
  min-height: 100vh;
  background: #f6f7f9;
}
.admin-auth{
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}
.admin-auth-card{
  width: min(420px, 100%);
  background: #fff;
  border: 1.5px solid var(--gray);
  border-radius: var(--radius);
  padding: 1.75rem 1.6rem;
}
.admin-auth-logo img{
  height: 36px;
  margin-bottom: 1rem;
}
.admin-auth-card h1{
  margin: 0 0 .35rem;
  font-size: 1.45rem;
}
.admin-auth-card > p{
  margin: 0 0 1.2rem;
  opacity: .65;
  font-size: .92rem;
}
.admin-form{
  display: grid;
  gap: .9rem;
}
.admin-form label{
  display: grid;
  gap: .35rem;
  font-size: .88rem;
  font-weight: 500;
}
.admin-form input[type="email"],
.admin-form input[type="password"]{
  width: 100%;
  border: 1.5px solid var(--gray);
  border-radius: 10px;
  padding: .7rem .85rem;
  font: inherit;
}
.admin-remember{
  display: flex !important;
  align-items: center;
  gap: .5rem;
  font-weight: 400 !important;
}
.admin-top{
  background: #fff;
  border-bottom: 1.5px solid var(--gray);
}
.admin-top-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 0;
}
.admin-brand{
  display: flex;
  align-items: center;
  gap: .75rem;
}
.admin-brand img{
  height: 32px;
}
.admin-brand strong{
  display: block;
  font-size: .95rem;
}
.admin-brand span{
  display: block;
  font-size: .8rem;
  opacity: .6;
}
.admin-main{
  padding: 1.75rem 0 3rem;
}
.admin-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.admin-head h1{
  margin: 0 0 .35rem;
}
.admin-head p{
  margin: 0;
  max-width: 42rem;
  opacity: .65;
  font-size: .92rem;
}
.admin-kpis{
  display: flex;
  gap: .75rem;
}
.admin-kpis > div{
  background: #fff;
  border: 1.5px solid var(--gray);
  border-radius: var(--radius);
  padding: .75rem 1rem;
  min-width: 8.5rem;
}
.admin-kpis span{
  display: block;
  font-size: .78rem;
  opacity: .6;
  margin-bottom: .2rem;
}
.admin-kpis strong{
  font-size: 1.15rem;
}
.admin-panel{
  background: #fff;
  border: 1.5px solid var(--gray);
  border-radius: var(--radius);
  padding: 1.2rem 1.3rem;
  margin-bottom: 1.1rem;
}
.admin-panel-head{
  margin-bottom: .85rem;
}
.admin-panel-head h2{
  margin: 0;
  font-size: 1.05rem;
}
.admin-empty{
  margin: 0;
  opacity: .6;
}
.admin-table-wrap{
  overflow-x: auto;
}
.admin-table{
  width: 100%;
  border-collapse: collapse;
}
.admin-table th,
.admin-table td{
  padding: .75rem .55rem;
  border-bottom: 1px solid #eee;
  text-align: left;
  vertical-align: top;
  font-size: .9rem;
}
.admin-table th{
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  opacity: .55;
}
.admin-table .is-num{
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.admin-table .is-action{
  text-align: right;
  white-space: nowrap;
}
.admin-muted{
  display: block;
  font-size: .78rem;
  opacity: .55;
  margin-top: .15rem;
}
.admin-alert{
  margin-bottom: 1rem;
  padding: .85rem 1rem;
  border-radius: var(--radius);
  background: #fdecec;
  color: #b42318;
  font-size: .92rem;
}
.admin-alert--ok{
  background: #e8f7ef;
  color: #1b7a45;
}
@media (max-width: 900px){
  .wallet-stripe-panel{
    flex-direction: column;
  }
  .admin-head{
    flex-direction: column;
  }
}

.dash-grid{
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.15rem;
}
.dash-panel{
  background: #fff;
  border: 1.5px solid var(--gray);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
}
.dash-panel-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.dash-panel-head h2{
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  color: #000;
}
.dash-panel-link{
  font-size: .85rem;
  font-weight: 400;
  color: #000;
  opacity: .55;
}
.dash-panel-link:hover{ opacity: 1; }

.dash-empty{
  text-align: center;
  padding: 1.75rem 1rem 1.25rem;
  color: #000;
}
.dash-empty-icon{
  width: 64px;
  height: 64px;
  margin: 0 auto .95rem;
  border: 1.5px solid var(--gray);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.dash-empty-icon svg{
  width: 34px;
  height: 34px;
  display: block;
}
.dash-empty h3{
  font-size: 1.05rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 .4rem;
}
.dash-empty p{
  margin: 0 auto 1.15rem;
  font-size: .9rem;
  max-width: 32ch;
  color: #000;
  opacity: .65;
}
.dash-empty-lg{ padding: 3rem 1.5rem; }
.dash-empty-lg .dash-empty-icon{
  width: 72px;
  height: 72px;
}
.dash-empty-lg .dash-empty-icon svg{
  width: 38px;
  height: 38px;
}
.dash-empty .btn{
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.btn-ghost-dash{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #000;
  font-weight: 400;
  font-size: .9rem;
}
.btn-ghost-dash:hover{ opacity: .7; }
.btn-ghost-dash .dash-ico{ transition: transform .25s ease; }
.btn-ghost-dash:hover .dash-ico{ transform: translateX(3px); }

.dash-quick{
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.dash-quick-item{
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .85rem 1rem;
  border: 1.5px solid var(--gray);
  border-radius: 50px;
  color: #000;
  font-weight: 400;
  font-size: .9rem;
  transition: border-color .2s, background .2s;
}
.dash-quick-item > span:not(.dash-quick-ico){
  flex: 1;
  min-width: 0;
}
.dash-quick-ico{
  width: 22px;
  height: 22px;
  color: #000;
  flex-shrink: 0;
  display: inline-flex;
}
.dash-quick-ico svg{
  width: 100%;
  height: 100%;
  display: block;
}
.dash-quick-arrow{
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-left: auto;
  opacity: .45;
  transition: opacity .2s, transform .2s;
}
.dash-quick-item:hover{
  border-color: #000;
  background: #f7f7f7;
  color: #000;
}
.dash-quick-item:hover .dash-quick-arrow{
  opacity: 1;
  transform: translate(2px, -2px);
}

.dash-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.15rem;
}
.dash-tab{
  border: 1.5px solid var(--gray);
  background: #fff;
  color: #000;
  border-radius: 50px;
  padding: .55rem 1.15rem;
  font-size: .85rem;
  font-weight: 400;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s, opacity .2s;
}
.dash-tab:hover{
  border-color: #000;
  background: #f7f7f7;
}
.dash-tab.is-active{
  background: #000;
  border-color: #000;
  color: #fff;
}
.dash-tab--upcoming{
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.dash-tab--upcoming:hover{
  background: #24a065;
  border-color: #24a065;
  color: #fff;
}
.dash-tab--upcoming.is-active{
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(43,182,115,.25);
}
.dash-tab--past{
  background: #e04545;
  border-color: #e04545;
  color: #fff;
}
.dash-tab--past:hover{
  background: #c93a3a;
  border-color: #c93a3a;
  color: #fff;
}
.dash-tab--past.is-active{
  background: #e04545;
  border-color: #e04545;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(224,69,69,.22);
}

.dash-alert{
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .9rem 1.1rem;
  border-radius: 14px;
  margin-bottom: 1.15rem;
  font-size: .9rem;
  font-weight: 400;
}
.dash-alert-success{
  background: #e8f6ef;
  color: #000;
  border: 1.5px solid #b8e0cb;
}
.dash-alert-success i{ color: var(--orange); }
.dash-alert-link{
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-left: .35rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.dash-alert-link .dash-ico{
  width: .95rem;
  height: .95rem;
  transition: transform .2s ease;
}
.dash-alert-link:hover .dash-ico{
  transform: translateX(2px);
}

.dash-panel-form{
  max-width: none;
  width: 100%;
}
.dash-form-grid{
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-bottom: 1.5rem;
}
.dash-form-section{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.dash-form-section + .dash-form-section{
  border-top: 1.5px solid var(--gray);
  padding-top: 1.5rem;
}
.dash-fields-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
.dash-form-section h2{
  font-size: 1.05rem;
    font-weight: 300;
    margin: 0 0 .3rem;
    color: #000;
}
.dash-form-sub{
  margin: 0 0 1.15rem;
  font-size: .88rem;
  color: #000;
  
}
.dash-save{
  max-width: 280px;
}
.dash-panel-danger{
  margin-top: 1.25rem;
  border-color: #e8b4b4;
}
.dash-panel-danger h2{ color: #b33; }
.dash-danger-form{
  display: flex;
  flex-direction: column;
  gap: .15rem;
  max-width: 420px;
}
.btn-danger-dash{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  margin-top: .85rem;
  max-width: 280px;
  padding: .85rem 1.25rem;
  border: none;
  border-radius: 50px;
  background: #c44;
  color: #fff;
  font-size: .92rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, transform .15s;
}
.btn-danger-dash:hover{
  background: #b33;
}
.dash-modal{
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.dash-modal[hidden]{ display: none; }
.dash-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(13, 43, 42, .45);
}
.dash-modal-dialog{
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border: 1.5px solid var(--gray);
  border-radius: var(--radius);
  padding: 1.5rem 1.45rem 1.35rem;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
.dash-modal-dialog h2{
  margin: 0 0 .55rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
}
.dash-modal-dialog p{
  margin: 0;
  font-size: .92rem;
  line-height: 1.45;
  color: #000;
  opacity: .7;
}
.dash-modal-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .65rem;
  margin-top: 1.35rem;
}
.dash-modal-actions .btn-ghost-dash,
.dash-modal-actions .btn-danger-dash{
  margin-top: 0;
  max-width: none;
}
.dash-modal-actions .btn-ghost-dash{
  padding: .7rem 1.15rem;
  border: 1.5px solid var(--gray);
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  opacity: 1;
  transition: background .2s, border-color .2s;
}
.dash-modal-actions .btn-ghost-dash:hover{
  background: #f7f7f7;
  opacity: 1;
}
.dash-modal-actions .btn-danger-dash{
  padding: .7rem 1.15rem;
}
body.dash-modal-open{ overflow: hidden; }
.dash-page .field label{ color: #000; }
.dash-page .field-input input{
  color: #000;
}
.dash-page .field-input input:disabled{
  background: var(--cream);
  color: var(--muted);
  cursor: not-allowed;
}

@media (max-width: 991px){
  .dash-shell{
    grid-template-columns: 1fr;
  }
  .dash-sidebar{
    position: static;
    min-height: 0;
  }
  .dash-nav{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dash-nav-link{
    flex: 1 1 auto;
    justify-content: center;
  }
  .dash-nav-link.has-tooltip::after{
    left: 50%;
    top: auto;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
  }
  .dash-nav-link.has-tooltip::before{
    left: 50%;
    top: auto;
    bottom: calc(100% - 2px);
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #111;
    border-right-color: transparent;
  }
  .dash-sidebar-foot{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dash-stats{
    grid-template-columns: 1fr;
  }
  .dash-stats--wallet{
    grid-template-columns: 1fr 1fr;
  }
  .dash-grid{
    grid-template-columns: 1fr;
  }
  .wallet-table-wrap{ display: none; }
  .wallet-orders-mobile{
    display: grid;
  }
  .dash-fields-row{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px){
  .dash-stage{ padding: 1.15rem 0 2.5rem; }
  .dash-page-head{ align-items: stretch; }
  .dash-cta{ width: 100%; justify-content: center; }
  .dash-stats--wallet{
    grid-template-columns: 1fr;
  }
}

/* LIST FLOW — Airbnb-style deposer annonce */
.dash-alert-error{
  background: #fff5f5;
  color: #000;
  border: 1.5px solid #e8b4b4;
}
.dash-alert-error i{ color: #c44; }

.list-flow-page{
  height: 100vh;
  height: 100dvh;
  background: #fff;
  color: #222;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.list-flow-top{
  position: relative;
  flex-shrink: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 2.5rem;
  background: #fff;
}
.list-flow-logo img{
  height: 36px;
  width: auto;
  display: block;
}
.list-flow-pill{
  display: inline-flex;
  align-items: center;
  padding: .55rem 1rem;
  border: 1px solid #ddd;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 600;
  color: #222;
  background: #fff;
  transition: background .15s, border-color .15s;
}
.list-flow-pill:hover{
  background: #f7f7f7;
  border-color: #bbb;
  color: #222;
}

.list-flow-main{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.5rem 1.5rem 3rem;
}
.list-flow-wrap{
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.list-flow-alert{
  margin-bottom: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #fff8f6;
  border: 1px solid #ffcdcd;
  color: #222;
  font-size: .92rem;
}

.list-flow-step{ display: none; }
.list-flow-step.is-active{
  display: block;
  animation: listFlowIn .35s ease both;
}
@keyframes listFlowIn{
  from{ opacity: 0; transform: translateY(10px); }
  to{ opacity: 1; transform: none; }
}
.list-flow-step h1{
  margin: 0 0 .75rem;
  font-size: clamp(1.65rem, 3.2vw, 2rem);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.2;
  color: #222;
}
.list-flow-sub{
  margin: 0 0 2rem;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #6a6a6a;
  font-weight: 400;
}

.list-flow-types{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.list-flow-types input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.list-flow-type{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 118px;
  padding: 1.1rem 1rem;
  border: 1.5px solid #ddd;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.list-flow-type i{
  font-size: 1.65rem;
  color: #222;
  margin-bottom: 1.1rem;
}
.list-flow-type-icon{
  width: 9rem;
  height: 9rem;
  object-fit: contain;
  margin-bottom: 0.1rem;
}
.list-flow-type span{
  font-size: 1rem;
  font-weight: 600;
  color: #222;
}
.list-flow-type:hover{
  border-color: #222;
}
.list-flow-types input:checked + .list-flow-type{
  border-color: #222;
  border-width: 2px;
  background: #f7f7f7;
  padding: calc(1.1rem - .5px) calc(1rem - .5px);
}
.list-flow-types.is-invalid .list-flow-type{
  border-color: #c13515;
}

.list-flow-counters{
  margin-top: 2.25rem;
  border-top: 1px solid #ebebeb;
}
.list-flow-counter{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .35rem 1.25rem;
  align-items: center;
  padding: 1.4rem 0;
  border-bottom: 1px solid #ebebeb;
}
.list-flow-counter > div:first-child{
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.list-flow-counter strong{
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}
.list-flow-counter span{
  font-size: .9rem;
  color: #6a6a6a;
}
.list-flow-counter .field-error{
  grid-column: 1 / -1;
}
.list-flow-stepper{
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}
.list-flow-stepper-btn{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #b0b0b0;
  background: #fff;
  color: #717171;
  font-size: 1.15rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .15s, color .15s;
}
.list-flow-stepper-btn:hover{
  border-color: #222;
  color: #222;
}
.list-flow-stepper input{
  width: 2rem;
  border: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  background: transparent;
  padding: 0;
  -moz-appearance: textfield;
}
.list-flow-stepper input::-webkit-outer-spin-button,
.list-flow-stepper input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.list-flow-stack{
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.list-flow-grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}
.list-flow-block{
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.list-flow-label{
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  margin: 0;
}
.list-flow-label-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  flex-wrap: wrap;
}
.list-flow-locate{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border: none;
  background: transparent;
  color: #222;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  cursor: pointer;
}
.list-flow-locate:hover{ color: #000; }
.list-flow-locate:disabled{
  opacity: .55;
  cursor: wait;
}
.list-flow-locate i{ font-size: .95rem; text-decoration: none; }
.list-flow-address{
  position: relative;
}
.list-flow-suggest{
  list-style: none;
  margin: .35rem 0 0;
  padding: .35rem 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 30;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,.1);
  max-height: 240px;
  overflow-y: auto;
}
.list-flow-suggest[hidden]{ display: none; }
.list-flow-suggest li{
  padding: .75rem 1rem;
  font-size: .95rem;
  color: #222;
  cursor: pointer;
  line-height: 1.35;
}
.list-flow-suggest li:hover,
.list-flow-suggest li:focus{
  background: #f7f7f7;
}
.list-flow-address-meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .75rem;
  font-size: .88rem;
  color: #6a6a6a;
}
.list-flow-address-meta.is-error .list-flow-address-meta-text{
  color: #c13515;
}
.list-flow-address-fix{
  border: none;
  background: transparent;
  padding: 0;
  color: #222;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.list-flow-address-fix:hover{ color: #000; }

.list-map-open{ overflow: hidden; }
.list-map-modal{
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.list-map-modal[hidden]{ display: none; }
.list-map-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}
.list-map-dialog{
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
  padding: 1.25rem 1.25rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.list-map-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.list-map-head h2{
  margin: 0 0 .25rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
}
.list-map-head p{
  margin: 0;
  font-size: .92rem;
  color: #6a6a6a;
}
.list-map-close{
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.list-map-close:hover{ background: #f7f7f7; }
.list-map-search{
  position: relative;
}
.list-map-search > i{
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #717171;
  z-index: 1;
  pointer-events: none;
}
.list-map-search input{
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  padding: .9rem 1rem .9rem 2.6rem;
  font-size: 1rem;
  color: #222;
  background: #fff;
}
.list-map-search input:focus{
  outline: none;
  border-color: #222;
  box-shadow: 0 0 0 1px #222;
}
.list-map-suggest{
  margin-top: .35rem;
}
.list-map-canvas{
  width: 100%;
  height: min(380px, 50vh);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #f0f0f0;
  z-index: 1;
}
.list-map-preview{
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  padding: .85rem 1rem;
  border-radius: 10px;
  background: #f7f7f7;
  color: #222;
  font-size: .95rem;
  line-height: 1.4;
}
.list-map-preview i{
  color: #222;
  margin-top: .1rem;
}
.list-map-actions{
  display: flex;
  justify-content: flex-end;
  gap: .65rem;
  flex-wrap: wrap;
  padding-top: .15rem;
}
@media (max-width: 575px){
  .list-map-dialog{ padding: 1rem; }
  .list-map-canvas{ height: 280px; }
  .list-map-actions{
    flex-direction: column-reverse;
  }
  .list-map-actions .list-flow-pill,
  .list-map-actions .list-flow-next{
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.list-flow-input{
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  padding: .95rem 1rem;
  font-size: 1rem;
  color: #222;
  background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.list-flow-textarea{
  min-height: 180px;
  resize: vertical;
  line-height: 1.5;
  font-family: inherit;
}
.list-flow-hint-row{
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  margin-top: .35rem;
  font-size: .82rem;
  color: #6a6a6a;
}
.list-flow-char-count{ font-variant-numeric: tabular-nums; }
.list-flow-hint{ color: #717171; }

.list-flow-equip-section{
  padding: 1.15rem 0 1.35rem;
  border-bottom: 1px solid #ebebeb;
}
.list-flow-equip-section:last-child{ border-bottom: none; padding-bottom: 0; }
.list-flow-equip-title{
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
}
.list-flow-equip-title span{
  font-weight: 400;
  color: #717171;
  font-size: .9rem;
}
.list-flow-equip-meta{ margin-top: 1.1rem; }
.list-flow-checks{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem .85rem;
}
.list-flow-checks--compact{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.list-flow-check{
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  cursor: pointer;
  user-select: none;
  padding: .55rem .65rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  transition: border-color .15s, background .15s;
}
.list-flow-check:hover{ border-color: #222; }
.list-flow-check input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.list-flow-check-box{
  width: 22px;
  height: 22px;
  border: 1.5px solid #b0b0b0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: transparent;
  background: #fff;
  transition: background .15s, border-color .15s, color .15s;
}
.list-flow-check-box i{ font-size: .85rem; line-height: 1; }
.list-flow-check-label{
  font-size: .92rem;
  color: #222;
  line-height: 1.35;
  padding-top: 1px;
}
.list-flow-check input:checked + .list-flow-check-box{
  background: #222;
  border-color: #222;
  color: #fff;
}
.list-flow-check input:checked ~ .list-flow-check-label{ font-weight: 600; }
.list-flow-check input:focus-visible + .list-flow-check-box{
  outline: 2px solid #222;
  outline-offset: 2px;
}
.list-flow-check--inline{
  padding: .65rem .85rem;
  white-space: nowrap;
  align-items: center;
}
.list-flow-km-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem;
  align-items: stretch;
}
.list-flow-km-row .list-flow-input:disabled{
  background: #f7f7f7;
  color: #717171;
  cursor: not-allowed;
}
select.list-flow-input{
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23222' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
  padding-right: 2.5rem;
  cursor: pointer;
}
.list-flow-input:hover{ border-color: #222; }
.list-flow-input:focus{
  outline: none;
  border-color: #222;
  box-shadow: 0 0 0 1px #222;
}
.list-flow-input.is-invalid{
  border-color: #c13515;
  box-shadow: 0 0 0 1px #c13515;
}

.list-flow-phone{
  display: flex;
  align-items: stretch;
  gap: .55rem;
}
.list-flow-phone-code{
  position: relative;
  flex-shrink: 0;
}
.list-flow-phone-trigger{
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  height: 100%;
  min-height: 54px;
  padding: 0 .85rem;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  background: #fff;
  color: #222;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}
.list-flow-phone-trigger:hover{ border-color: #222; }
.list-flow-phone-code.is-open .list-flow-phone-trigger{
  border-color: #222;
  box-shadow: 0 0 0 1px #222;
}
.list-flow-phone-flag{
  display: inline-flex;
  width: 22px;
  height: 16px;
  overflow: hidden;
  border-radius: 2px;
  flex-shrink: 0;
}
.list-flow-phone-flag img{
  width: 22px;
  height: 16px;
  object-fit: cover;
  display: block;
}
.list-flow-phone-dial{
  font-size: .95rem;
  font-weight: 600;
  min-width: 2.4rem;
}
.list-flow-phone-trigger > i{
  font-size: .75rem;
  color: #717171;
}
.list-flow-phone-input{
  flex: 1;
  min-width: 0;
}
.list-flow-phone.is-invalid .list-flow-phone-trigger,
.list-flow-phone.is-invalid .list-flow-phone-input{
  border-color: #c13515;
  box-shadow: 0 0 0 1px #c13515;
}
.list-flow-phone-dropdown{
  position: absolute;
  left: 0;
  top: calc(100% + .35rem);
  width: min(320px, 80vw);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  z-index: 40;
  overflow: hidden;
}
.list-flow-phone-dropdown[hidden]{ display: none; }
.list-flow-phone-search{
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem .85rem;
  border-bottom: 1px solid #eee;
}
.list-flow-phone-search i{ color: #717171; }
.list-flow-phone-search input{
  border: none;
  outline: none;
  width: 100%;
  font-size: .92rem;
  color: #222;
  background: transparent;
}
.list-flow-phone-menu{
  list-style: none;
  margin: 0;
  padding: .25rem 0;
  max-height: 240px;
  overflow-y: auto;
}
.list-flow-phone-menu li{
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .7rem .9rem;
  cursor: pointer;
  font-size: .92rem;
  color: #222;
}
.list-flow-phone-menu li:hover,
.list-flow-phone-menu li.is-selected{
  background: #f7f7f7;
}
.list-flow-phone-menu li img{
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}
.list-flow-phone-item-name{
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-flow-phone-item-dial{
  color: #6a6a6a;
  font-weight: 500;
  flex-shrink: 0;
}
.list-flow-phone-empty{
  padding: .9rem;
  text-align: center;
  color: #6a6a6a;
  font-size: .88rem;
}

.list-flow-country .country-trigger{
  border-radius: 8px;
  border-color: #b0b0b0;
  min-height: 54px;
}
.list-flow-country.is-invalid .country-trigger{
  border-color: #c13515;
  box-shadow: 0 0 0 1px #c13515;
}

.list-flow-gallery{
  position: relative;
  border: 1px dashed #b0b0b0;
  border-radius: 12px;
  min-height: 220px;
  background: #fff;
  overflow: hidden;
  transition: border-color .15s;
}
.list-flow-gallery:hover{ border-color: #222; }
.list-flow-gallery.is-invalid{ border-color: #c13515; }
.list-flow-gallery input[type="file"]{
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.list-flow-gallery.has-files input[type="file"]{
  display: none;
}
.list-flow-gallery-empty{
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  text-align: center;
  padding: 1.5rem;
  pointer-events: none;
}
.list-flow-gallery-empty i{
  font-size: 2.4rem;
  color: #222;
  margin-bottom: .35rem;
}
.list-flow-gallery-empty strong{
  font-size: 1.05rem;
  font-weight: 600;
  color: #222;
}
.list-flow-gallery-empty span{
  font-size: .9rem;
  color: #6a6a6a;
}
.list-flow-gallery-hint{
  margin: 0 1rem .15rem;
  padding-top: .85rem;
  font-size: .82rem;
  color: #6a6a6a;
}
.list-flow-gallery-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, 96px);
  gap: .6rem;
  padding: .65rem 1rem 1rem;
  justify-content: start;
}
.list-flow-gallery-item{
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
  border: 1.5px solid #ddd;
  cursor: grab;
  touch-action: none;
  user-select: none;
  transition: transform .15s, opacity .15s, border-color .15s, box-shadow .15s;
}
.list-flow-gallery-item:active{ cursor: grabbing; }
.list-flow-gallery-item.is-dragging{
  opacity: .45;
  transform: scale(.96);
}
.list-flow-gallery-item.is-drag-over{
  border-color: #222;
  box-shadow: 0 0 0 2px #222;
}
.list-flow-gallery-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.list-flow-gallery-order{
  position: absolute;
  left: .25rem;
  top: .25rem;
  min-width: 18px;
  height: 18px;
  padding: 0 .3rem;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.list-flow-gallery-item.is-cover .list-flow-gallery-order{
  background: #222;
}
.list-flow-gallery-remove{
  position: absolute;
  top: .2rem;
  right: .2rem;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  padding: 0;
  line-height: 1;
  font-size: .75rem;
}
.list-flow-gallery-remove:hover{ background: #000; }
.list-flow-gallery-add{
  width: 96px;
  height: 96px;
  border: 1.5px dashed #b0b0b0;
  border-radius: 10px;
  background: #fff;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .2rem;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 600;
  transition: border-color .15s, background .15s;
}
.list-flow-gallery-add:hover{
  border-color: #222;
  background: #fafafa;
}
.list-flow-gallery-add i{ font-size: 1.15rem; }

.list-flow-price-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  padding: 2rem 1.25rem;
  border: 1px solid #ddd;
  border-radius: 16px;
  margin-bottom: .25rem;
}
.list-flow-price-card .list-flow-label{
  text-align: center;
  color: #6a6a6a;
  font-weight: 500;
}
.list-flow-price-row{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -.04em;
  color: #222;
}
.list-flow-price-row input{
  width: 5.5ch;
  border: none;
  border-bottom: 2px solid #222;
  background: transparent;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -.04em;
  color: #222;
  text-align: center;
  padding: 0 .1rem .1rem;
  -moz-appearance: textfield;
}
.list-flow-price-row input:focus{ outline: none; }
.list-flow-price-row input::-webkit-outer-spin-button,
.list-flow-price-row input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.list-flow-chips{
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.list-flow-chips input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.list-flow-chips > label{
  display: inline-flex;
  align-items: center;
  padding: .7rem 1.1rem;
  border: 1px solid #ddd;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 500;
  color: #222;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.list-flow-chips > label:hover{ border-color: #222; }
.list-flow-chips input:checked + label{
  border-color: #222;
  border-width: 2px;
  background: #f7f7f7;
  padding: calc(.7rem - 1px) calc(1.1rem - 1px);
}
.list-flow-chips.is-invalid > label{ border-color: #c13515; }

.list-flow-footer{
  position: relative;
  flex-shrink: 0;
  z-index: 50;
  background: #fff;
}
.list-flow-progress{
  display: flex;
  gap: .35rem;
  padding: 0;
  height: 6px;
  background: #fff;
}
.list-flow-progress span{
  flex: 1;
  display: block;
  height: 6px;
  background: #ddd;
  transition: background .25s ease;
  min-width: 0;
}
.list-flow-progress span.is-active,
.list-flow-progress span.is-done{
  background: #222;
}
.list-flow-footer-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 2.5rem 1.15rem;
  border-top: 1px solid #ddd;
}
.list-flow-footer-spacer{ flex: 1; }
.list-flow-back{
  border: none;
  background: transparent;
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: .65rem .25rem;
  cursor: pointer;
}
.list-flow-back:hover{ color: #000; }
.list-flow-next{
  min-width: 120px;
  border: none;
  border-radius: 8px;
  background: #222;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: .85rem 1.5rem;
  cursor: pointer;
  transition: background .15s, transform .1s;
}
.list-flow-next:hover{ background: #000; }
.list-flow-next:disabled{
  opacity: .55;
  cursor: wait;
}

.list-flow-page .field-error{
  font-size: .85rem;
  color: #c13515;
  margin-top: .15rem;
}

@media (max-width: 767px){
  .list-flow-top{ padding: .9rem 1.1rem; }
  .list-flow-main{ padding: 1.5rem 1.1rem 2.5rem; }
  .list-flow-types{ grid-template-columns: repeat(2, 1fr); }
  .list-flow-grid-2{ grid-template-columns: 1fr; }
  .list-flow-checks{ grid-template-columns: 1fr; }
  .list-flow-checks--compact{ grid-template-columns: 1fr 1fr; }
  .list-flow-km-row{ grid-template-columns: 1fr; }
  .list-flow-gallery-grid{ grid-template-columns: repeat(auto-fill, 84px); }
  .list-flow-gallery-item,
  .list-flow-gallery-add{ width: 84px; height: 84px; }
  .list-flow-footer-bar{ padding: .9rem 1.1rem 1rem; }
  .list-flow-price-row,
  .list-flow-price-row input{ font-size: 2.4rem; }
}
@media (max-width: 420px){
  .list-flow-types{ grid-template-columns: 1fr 1fr; gap: .7rem; }
  .list-flow-type{ min-height: 100px; padding: .9rem .75rem; }
}

.annonce-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.annonce-list-item{
  border: 1.5px solid var(--gray);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.annonce-list-link{
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .65rem;
  text-decoration: none;
  color: inherit;
  transition: background .15s ease;
}
.annonce-list-link:hover{
  background: rgba(13, 43, 42, .03);
}
.annonce-list-thumb{
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--muted);
  font-size: 1.25rem;
}
.annonce-list-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.annonce-list-body{
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.annonce-list-body strong{
  font-size: .92rem;
  font-weight: 500;
  color: #000;
}
.annonce-list-body span{
  font-size: .8rem;
  color: var(--muted);
}
.annonce-list-status{
  font-size: .72rem;
  font-weight: 400;
  padding: .3rem .65rem;
  border-radius: 999px;
  white-space: nowrap;
  background: #f3f5f6;
  color: var(--muted);
}
.annonce-list-status--en_attente{
  background: rgba(13, 43, 42, .08);
  color: var(--navy);
}
.annonce-list-status--accepte{
  background: rgba(43,134,115,.12);
  color: var(--teal);
}
.annonce-list-status--refuse{
  background: #fff0f0;
  color: #c44;
}
.annonce-list-status--expire{
  background: #f3f5f6;
  color: var(--muted);
}

/* Listing flow — calendar */
.list-flow-page .visually-hidden{
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.list-flow-cal{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.list-flow-cal-toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.list-flow-cal-nav{
  width: 42px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.list-flow-cal-nav:hover{ border-color: #222; background: #fafafa; }
.list-flow-cal-month{
  display: flex;
  gap: .5rem;
  flex: 1;
  justify-content: center;
}
.list-flow-cal-select{
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  min-height: 42px;
  padding: .5rem .9rem;
  font-size: .95rem;
  font-weight: 600;
  color: #222;
  background: #fff;
  cursor: pointer;
}
.list-flow-cal-select--year{ min-width: 96px; }
.list-flow-cal-bulk{
  margin-bottom: 1rem;
  padding: .85rem 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  background: #fafafa;
}
.list-flow-cal-bulk-head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .65rem;
}
.list-flow-cal-bulk-head strong{
  font-size: .95rem;
  color: #222;
}
.list-flow-cal-bulk-month{
  font-size: .82rem;
  font-weight: 600;
  color: #717171;
}
.list-flow-cal-bulk-actions{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.list-flow-cal-bulk-btn{
  flex: 1 1 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  min-height: 42px;
  padding: .55rem .75rem;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  font-size: .86rem;
  font-weight: 650;
  color: #222;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.list-flow-cal-bulk-btn small{
  font-weight: 500;
  opacity: .75;
}
.list-flow-cal-bulk-btn:hover{
  transform: translateY(-1px);
}
.list-flow-cal-bulk-btn.is-haute{
  background: #fff4e8;
  border-color: #e8b06a;
}
.list-flow-cal-bulk-btn.is-haute:hover{
  background: #ffe8d0;
}
.list-flow-cal-bulk-btn.is-moyenne{
  background: #eef7f1;
  border-color: #8fb89a;
}
.list-flow-cal-bulk-btn.is-moyenne:hover{
  background: #e0f0e6;
}
.list-flow-cal-bulk-btn.is-basse{
  background: #eef3fb;
  border-color: #8aa8d4;
}
.list-flow-cal-bulk-btn.is-basse:hover{
  background: #e0eaf8;
}
.list-flow-cal-bulk-btn.is-off{
  background: #f3f3f3;
  border-color: #c8c8c8;
  color: #555;
}
.list-flow-cal-bulk-btn.is-off:hover{
  background: #ebebeb;
}
.list-flow-cal-weekdays{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .35rem;
  text-align: center;
  font-size: .78rem;
  font-weight: 600;
  color: #717171;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.list-flow-cal-grid{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .35rem;
  user-select: none;
}
.list-flow-cal-day{
  position: relative;
  min-height: 64px;
  border: 1.5px solid #e7e7e7;
  border-radius: 12px;
  background: #fff;
  padding: .4rem .35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: .15rem;
  cursor: pointer;
  transition: border-color .15s, background .15s, transform .1s;
  color: #222;
}
.list-flow-cal-day.is-empty{
  border: none;
  background: transparent;
  pointer-events: none;
  min-height: 64px;
}
.list-flow-cal-day:not(.is-empty):not(:disabled):hover{
  border-color: #222;
}
.list-flow-cal-day:disabled,
.list-flow-cal-day.is-past{
  opacity: .38;
  cursor: not-allowed;
  background: #f7f7f7;
}
.list-flow-cal-day.is-today .list-flow-cal-num{
  text-decoration: underline;
  text-underline-offset: 2px;
}
.list-flow-cal-day.is-selected{
  border-color: #222;
  box-shadow: inset 0 0 0 1px #222;
  background: #f5f5f5;
}
.list-flow-cal-day.is-haute{ background: #fff4e8; border-color: #e8b06a; }
.list-flow-cal-day.is-moyenne{ background: #eef7f1; border-color: #8fb89a; }
.list-flow-cal-day.is-basse{ background: #eef3fb; border-color: #8aa8d4; }
.list-flow-cal-day.is-off{
  background: #f1f1f1;
  border-color: #ccc;
  color: #717171;
}
.list-flow-cal-day.is-off .list-flow-cal-meta{ text-decoration: line-through; }
.list-flow-cal-num{
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.2;
}
.list-flow-cal-meta{
  font-size: .68rem;
  font-weight: 700;
  color: #222;
  line-height: 1.1;
  white-space: nowrap;
}
.list-flow-cal-day.is-off .list-flow-cal-meta{
  color: #717171;
  font-weight: 600;
}
.list-flow-cal-legend{
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.1rem;
  font-size: .82rem;
  color: #6a6a6a;
}
.list-flow-cal-legend span{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.list-flow-cal-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.list-flow-cal-dot.is-haute{ background: #e8b06a; }
.list-flow-cal-dot.is-moyenne{ background: #8fb89a; }
.list-flow-cal-dot.is-basse{ background: #8aa8d4; }
.list-flow-cal-dot.is-off{ background: #bbb; }
.list-flow-cal-panel{
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #fff;
}
.list-flow-cal-panel-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.list-flow-cal-panel-head strong{
  font-size: 1rem;
  color: #222;
}
.list-flow-cal-clear{
  border: none;
  background: none;
  color: #222;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  font-size: .9rem;
  padding: 0;
}
.list-flow-cal-panel-row{
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.list-flow-cal-chips{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.list-flow-cal-chips input{ position: absolute; opacity: 0; pointer-events: none; }
.list-flow-cal-chips label{
  border: 1.5px solid #ddd;
  border-radius: 999px;
  padding: .55rem .95rem;
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  color: #222;
  background: #fff;
  transition: border-color .15s, background .15s, color .15s;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}
.list-flow-cal-chips label small{
  font-weight: 500;
  color: #717171;
  font-size: .8rem;
}
.list-flow-cal-chips input:checked + label{
  border-color: #222;
  background: #222;
  color: #fff;
}
.list-flow-cal-chips input:checked + label small{ color: rgba(255,255,255,.75); }
.list-flow-cal-actions{
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
  justify-content: flex-end;
}
.list-flow-cal-actions .list-flow-next{ min-width: 180px; }
.list-flow-cal-actions .list-flow-next:disabled{
  opacity: .45;
  cursor: not-allowed;
}
.list-flow-cal-hint{
  margin: 0;
  font-size: .85rem;
  color: #717171;
}
.list-flow-cal-hint.is-ok{ color: #2b8673; font-weight: 600; }

/* Success overlay */
.list-flow-success{
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity .35s ease;
}
.list-flow-success.is-visible{ opacity: 1; }
.list-flow-success[hidden]{ display: none !important; }
.list-flow-success-card{
  position: relative;
  max-width: 440px;
  width: 100%;
  text-align: center;
  padding: 2.5rem 1.75rem 2rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
  transform: translateY(18px) scale(.96);
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.list-flow-success.is-visible .list-flow-success-card{
  transform: translateY(0) scale(1);
}
.list-flow-success-card h2{
  margin: 1.1rem 0 .55rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #222;
}
.list-flow-success-card p{
  margin: 0 0 1.5rem;
  color: #6a6a6a;
  font-size: 1rem;
  line-height: 1.5;
}
.list-flow-success-card .list-flow-next{
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.list-flow-success-check{
  width: 88px;
  height: 88px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.list-flow-success-check svg{
  width: 88px;
  height: 88px;
  display: block;
}
.list-flow-success-circle{
  stroke: #2b8673;
  stroke-width: 2.5;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-linecap: round;
}
.list-flow-success-tick{
  stroke: #2b8673;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}
.list-flow-success.is-visible .list-flow-success-circle{
  animation: listFlowCircle .55s ease forwards .1s;
}
.list-flow-success.is-visible .list-flow-success-tick{
  animation: listFlowTick .35s ease forwards .55s;
}
.list-flow-success-burst{
  position: absolute;
  left: 50%;
  top: 52px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 50%;
  background: transparent;
  box-shadow:
    0 -42px 0 0 #2b8673,
    30px -30px 0 0 #e8b06a,
    42px 0 0 0 #8aa8d4,
    30px 30px 0 0 #8fb89a,
    0 42px 0 0 #2b8673,
    -30px 30px 0 0 #e8b06a,
    -42px 0 0 0 #8aa8d4,
    -30px -30px 0 0 #8fb89a;
  opacity: 0;
  transform: scale(.2);
}
.list-flow-success.is-visible .list-flow-success-burst{
  animation: listFlowBurst .7s ease forwards .35s;
}
@keyframes listFlowCircle{
  to{ stroke-dashoffset: 0; }
}
@keyframes listFlowTick{
  to{ stroke-dashoffset: 0; }
}
@keyframes listFlowBurst{
  0%{ opacity: 0; transform: scale(.2); }
  40%{ opacity: 1; }
  100%{ opacity: 0; transform: scale(1.6); }
}

@media (max-width: 767px){
  .list-flow-cal-day{ min-height: 52px; border-radius: 10px; padding: .3rem .2rem; }
  .list-flow-cal-day.is-empty{ min-height: 52px; }
  .list-flow-cal-num{ font-size: .85rem; }
  .list-flow-cal-meta{ font-size: .58rem; }
  .list-flow-cal-actions{ justify-content: stretch; }
  .list-flow-cal-actions .list-flow-next{ flex: 1; min-width: 0; text-align: center; }
  .list-flow-cal-bulk-btn{ flex: 1 1 calc(50% - .5rem); }
  .list-flow-cal-month{ flex-direction: column; }
}

/* Mes annonces table */
.mes-annonces-badges{
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1rem;
}
.mes-annonces-badge{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem .75rem;
  border-radius: 10px;
  background: #f3f5f6;
  color: #000;
  font-size: .82rem;
  font-weight: 400;
  border: 1px solid var(--gray);
}
.mes-annonces-badge i{
  font-size: .9rem;
  color: var(--navy);
}
.mes-annonces-badge--attente{
  background: #e67e22;
  border-color: #e67e22;
  color: #fff;
}
.mes-annonces-badge--attente i{ color: #fff; }
.mes-annonces-badge--accepte{
  background: rgba(43, 134, 115, .1);
  border-color: rgba(43, 134, 115, .18);
}
.mes-annonces-badge--accepte i{ color: var(--teal); }
.mes-annonces-badge--refuse{
  background: #fff0f0;
  border-color: rgba(196, 68, 68, .2);
}
.mes-annonces-badge--refuse i{ color: #c44; }

.mes-annonces-table-wrap{
  overflow-x: auto;
  margin: -.25rem;
  padding: .25rem;
}
.mes-annonces-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 720px;
}
.mes-annonces-table thead th{
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  padding: .35rem .85rem 1rem;
  border-bottom: 1.5px solid var(--gray);
  white-space: nowrap;
}
.mes-annonces-table tbody td{
  padding: 1rem .85rem;
  border-bottom: 1px solid var(--gray);
  vertical-align: middle;
  font-size: .9rem;
  color: var(--navy);
}
.mes-annonces-table tbody tr:last-child td{
  border-bottom: 0;
}
.mes-annonces-table tbody tr{
  transition: background .15s ease;
}
.mes-annonces-table tbody tr:hover{
  background: rgba(13, 43, 42, .025);
}
.mes-annonces-cell-annonce{
  display: flex;
  align-items: center;
  gap: .85rem;
  min-width: 0;
}
.mes-annonces-thumb{
  width: 64px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--muted);
  font-size: 1.15rem;
}
.mes-annonces-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mes-annonces-cell-annonce strong{
  display: block;
  font-size: .95rem;
  font-weight: 400;
  color: #000;
  margin-bottom: .15rem;
}
.mes-annonces-cell-annonce span{
  display: block;
  font-size: .8rem;
  color: var(--muted);
}
.mes-annonces-chips{
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.mes-annonces-chip{
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .28rem .55rem;
  border-radius: 8px;
  background: #f3f5f6;
  border: 1px solid var(--gray);
  color: #000;
  font-size: .78rem;
  font-weight: 400;
  white-space: nowrap;
}
.mes-annonces-chip--date{
  background: rgba(13, 43, 42, .06);
  border-color: rgba(13, 43, 42, .12);
  color: var(--navy);
}
.mes-annonces-price{
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}
.mes-annonces-statut{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .78rem;
  font-weight: 400;
  padding: .35rem .7rem;
  border-radius: 999px;
  white-space: nowrap;
  background: #f3f5f6;
  color: #000;
}
.mes-annonces-statut i{
  font-size: .85rem;
}
.mes-annonces-statut--en_attente{
  background: #e67e22;
  color: #fff;
}
.mes-annonces-statut--accepte{
  background: rgba(43, 134, 115, .14);
  color: #1f6b5c;
}
.mes-annonces-statut--refuse{
  background: #fff0f0;
  color: #c44;
}
.mes-annonces-statut--expire{
  background: #f3f5f6;
  color: var(--muted);
}
.mes-annonces-actions{
  text-align: right;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}
.mes-annonces-edit{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .9rem;
  border-radius: 999px;
  border: 1.5px solid var(--gray);
  background: #fff;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.mes-annonces-edit:hover{
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.mes-annonces-edit i{
  font-size: .85rem;
}
@media (max-width: 767px){
  .mes-annonces-table{
    min-width: 0;
  }
  .mes-annonces-table thead{
    display: none;
  }
  .mes-annonces-table,
  .mes-annonces-table tbody,
  .mes-annonces-table tr,
  .mes-annonces-table td{
    display: block;
    width: 100%;
  }
  .mes-annonces-table tbody tr{
    border: 1.5px solid var(--gray);
    border-radius: 14px;
    padding: .85rem;
    margin-bottom: .75rem;
  }
  .mes-annonces-table tbody tr:hover{
    background: #fff;
  }
  .mes-annonces-table tbody td{
    border: 0;
    padding: .35rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
  }
  .mes-annonces-table tbody td::before{
    content: attr(data-label);
    font-size: .88rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
    flex-shrink: 0;
  }
  .mes-annonces-table tbody td[data-label="Annonce"]{
    display: block;
    padding-bottom: .75rem;
    margin-bottom: .35rem;
    border-bottom: 1px solid var(--gray);
  }
  .mes-annonces-table tbody td[data-label="Annonce"]::before{
    display: none;
  }
  .mes-annonces-actions{
    text-align: left;
    padding-top: .75rem !important;
    margin-top: .35rem;
    border-top: 1px solid var(--gray);
    justify-content: stretch;
  }
  .mes-annonces-actions::before{
    display: none !important;
  }
  .mes-annonces-edit{
    flex: 1;
    justify-content: center;
  }
}

/* —— Vérification d'identité —— */
.idv-status-panel{
  padding: 0;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.idv-status{
  display: flex;
  gap: .85rem;
  padding: .95rem 1.15rem;
  align-items: flex-start;
}
.idv-status-icon{
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.idv-status--en_attente{
  background: #fff;
  border-left: 4px solid #e6a800;
}
.idv-status--en_attente .idv-status-icon{
  background: #e6a800;
  color: #fff;
}
.idv-status--accepte{
  background: #fff;
  border-left: 4px solid var(--teal);
}
.idv-status--accepte .idv-status-icon{
  background: var(--teal);
  color: #fff;
}
.idv-status--refuse{
  background: #fff;
  border-left: 4px solid #c44;
}
.idv-status--refuse .idv-status-icon{
  background: #c44;
  color: #fff;
}
.idv-status-label{
  font-size: .82rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: #666;
  margin-bottom: .1rem;
}
.idv-status-title{
  font-size: 1.05rem;
  margin: 0 0 .35rem;
  font-weight: 600;
}
.idv-status-body > p{
  margin: 0 0 .6rem;
  color: #444;
  line-height: 1.45;
  font-size: .92rem;
}
.idv-status-cta{
  margin: .15rem 0 .75rem;
  padding: .45rem .9rem;
  font-size: .9rem;
}
.idv-motif{
  background: #fff;
  border: 1.5px solid #f0c4c4;
  border-radius: 10px;
  padding: .85rem 1rem;
  margin: 0 0 1rem;
}
.idv-motif strong{
  display: block;
  color: #c44;
  font-size: .9rem;
  margin-bottom: .25rem;
}
.idv-motif p{
  margin: 0;
  color: #333;
  line-height: 1.45;
}
.idv-meta{
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.35rem;
  margin: 0;
  padding-top: .65rem;
  border-top: 1px solid var(--gray);
}
.idv-meta dt{
  font-size: .7rem;
  letter-spacing: .03em;
  color: #000;
  margin: 0 0 .05rem;
}
.idv-meta dd{
  margin: 0;
  font-weight: 500;
  color: #111;
  font-size: .9rem;
}

.idv-form-panel{
  margin-top: 0;
}
.idv-guidelines{
  background: #f6f8fa;
  border-radius: 12px;
  padding: 1.15rem 1.25rem;
  margin-bottom: 1.75rem;
}
.idv-guidelines h2{
  font-size: 1.05rem;
  margin: 0 0 .65rem;
}
.idv-guidelines ul{
  margin: 0;
  padding-left: 1.15rem;
  color: #000000;
  line-height: 1.65;
  font-size: 15px;
  font-weight: 300;
}
.idv-guidelines li{
  margin-bottom: .2rem;
}

.idv-type-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
  margin-bottom: .35rem;
}
.idv-type-card{
  cursor: pointer;
  margin: 0;
}
.idv-type-card input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.idv-type-card-inner{
  display: flex;
  flex-direction: column;
  gap: .2rem;
  padding: 1.1rem 1.15rem;
  border: 1.5px solid var(--gray);
  border-radius: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  height: 100%;
}
.idv-type-card-inner i{
  font-size: 1.45rem;
  color: var(--navy);
  margin-bottom: .35rem;
}
.idv-type-card-inner strong{
  font-size: 1rem;
  color: #111;
}
.idv-type-card-inner span{
  font-size: .86rem;
  color: #666;
  line-height: 1.35;
}
.idv-type-card:hover .idv-type-card-inner{
  border-color: #b8c0cc;
}
.idv-type-card input:checked + .idv-type-card-inner{
  border-color: var(--navy);
  background: #f3f6fa;
  box-shadow: 0 0 0 1px var(--navy);
}
.idv-type-card.is-invalid .idv-type-card-inner{
  border-color: #c44;
}

.idv-upload{
  display: block;
  cursor: pointer;
  margin-bottom: .75rem;
}
.idv-upload-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.idv-upload-block{
  min-width: 0;
}
.idv-upload-label{
  font-size: .92rem;
  font-weight: 400;
  color: #111;
  margin-bottom: .45rem;
}
.idv-upload input[type="file"]{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.idv-upload-preview{
  display: grid;
  place-items: center;
  min-height: 200px;
  border: 1.5px dashed #b8c0cc;
  border-radius: 14px;
  background: #fafbfc;
  overflow: hidden;
  transition: border-color .2s ease, background .2s ease;
}
.idv-upload:hover .idv-upload-preview{
  border-color: var(--navy);
  background: #f3f6fa;
}
.idv-upload-preview img{
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  display: block;
}
.idv-upload-placeholder{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  padding: 1.5rem;
  text-align: center;
  color: #666;
}
.idv-upload-placeholder i{
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: .25rem;
}
.idv-upload-placeholder strong{
  color: #111;
  font-size: 1rem;
}
.idv-upload-placeholder span{
  font-size: .88rem;
}

.idv-quality{
  display: flex;
  flex-direction: column;
  gap: .45rem;
  margin-bottom: .65rem;
  padding: .85rem 1rem;
  background: #f6f8fa;
  border-radius: 10px;
}
.idv-quality-row{
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .9rem;
  color: #555;
}
.idv-quality-row i{
  font-size: 1rem;
  color: #aaa;
}
.idv-quality-row.is-ok{
  color: #1a7a5c;
}
.idv-quality-row.is-ok i{ color: var(--teal); }
.idv-quality-row.is-bad{
  color: #c44;
}
.idv-quality-row.is-bad i{ color: #c44; }
.idv-quality-row.is-pending i{
  color: #888;
  animation: idv-spin .8s linear infinite;
}
@keyframes idv-spin{
  to{ transform: rotate(360deg); }
}

.idv-form-actions{
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gray);
}
.idv-form-actions .btn:disabled{
  opacity: .45;
  cursor: not-allowed;
}
.idv-form-note{
  margin: .75rem 0 0;
  font-size: .86rem;
  color: #777;
  line-height: 1.4;
}

@media (max-width: 640px){
  .idv-type-grid,
  .idv-upload-grid{
    grid-template-columns: 1fr;
  }
  .idv-status{
    flex-direction: column;
    gap: .85rem;
  }
}

/* —— Public annonce detail (Airbnb-style) —— */
.ad-page{
  padding: 1.5rem 0 5.5rem;
  background: #fff;
  color: #000;
}
.ad-wrap{
  max-width: 1120px;
}
.container.ad-wrap{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.ad-header{
  margin-bottom: 1.25rem;
}
.ad-header-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .75rem;
}
.ad-header-top .ad-title{
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.ad-pending-badge{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  flex-shrink: 0;
  color: #000;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
.ad-pending-badge i{
  flex-shrink: 0;
  font-size: .95rem;
  color: #000;
}
.ad-title{
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 700;
  color: #000;
  margin: 0 0 .75rem;
  letter-spacing: -.02em;
  line-height: 1.25;
}
@media (max-width: 640px){
  .ad-header-top{
    flex-wrap: wrap;
    gap: .45rem .75rem;
  }
}
.ad-tags{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}
.ad-tag{
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .4rem .85rem;
  border: 1px solid var(--gray);
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  line-height: 1.3;
}
.ad-tag--loc i{
  font-size: .85rem;
  color: #000;
}
.ad-meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .5rem;
  color: var(--muted);
  font-size: .95rem;
}
.ad-meta-dot{ opacity: .5; }
.ad-meta-loc{
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(0,0,0,.25);
}
.ad-meta-loc i{ color: #000; font-size: .9rem; }

/* Gallery mosaic */
.ad-gallery{
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: .5rem;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 2rem;
  min-height: 320px;
  max-height: 480px;
}
.ad-gallery--single{
  grid-template-columns: 1fr;
  max-height: 420px;
}
.ad-gallery-main,
.ad-gallery-thumb{
  border: 0;
  padding: 0;
  background: #e8ecee;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.ad-gallery-main{
  min-height: 320px;
}
.ad-gallery-main img,
.ad-gallery-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.ad-gallery-main:hover img,
.ad-gallery-thumb:hover img{
  transform: scale(1.03);
}
.ad-gallery-side{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: .5rem;
  min-height: 320px;
}
/* 1 side photo → fill the whole side */
.ad-gallery-side--1{
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
/* 2 side photos (3 total) → stack and fill, no empty cells */
.ad-gallery-side--2{
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}
/* 3 side photos (4 total) → top spans full width, bottom two side by side */
.ad-gallery-side--3{
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.ad-gallery-side--3 .ad-gallery-thumb:first-child{
  grid-column: 1 / -1;
}
.ad-gallery-thumb--more::after{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(13,43,42,.42);
}
.ad-gallery-more{
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
  pointer-events: none;
}
.ad-gallery-all{
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .55rem 1rem;
  border-radius: 10px;
  border: 1.5px solid #000;
  background: #fff;
  color: #000;
  font-size: .85rem;
  font-weight: 600;
  box-shadow: 0 4px 18px rgba(0,0,0,.12);
  transition: background .2s, color .2s;
}
.ad-gallery-all:hover{
  background: #000;
  color: #fff;
}
.ad-gallery-mobile{
  display: none;
  gap: .55rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 -1rem 1.75rem;
  padding: 0 1rem;
  scrollbar-width: none;
}
.ad-gallery-mobile::-webkit-scrollbar{ display: none; }
.ad-gallery-mobile-item{
  flex: 0 0 85%;
  scroll-snap-align: start;
  border: 0;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #e8ecee;
  aspect-ratio: 4/3;
}
.ad-gallery-mobile-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ad-gallery-empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 220px;
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--muted);
  margin-bottom: 2rem;
}
.ad-gallery-empty i{ font-size: 2rem; }

/* Two-column layout: info + reserve card last */
.ad-layout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 2.5rem;
  align-items: start;
}
.ad-main{
  min-width: 0;
  order: 1;
}
.ad-aside{
  order: 2;
}
.ad-description-section{
  margin-bottom: 2.75rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--gray);
}
.ad-highlights{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 1.25rem;
  padding-bottom: 2.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid var(--gray);
}
.ad-highlight{
  display: flex;
  align-items: flex-start;
  gap: .85rem;
}
.ad-highlight > i{
  font-size: 1.55rem;
  color: #000;
  margin-top: .1rem;
}
.ad-highlight strong{
  display: block;
  font-size: 1.05rem;
  color: black;
  font-weight: 400;
}
.ad-highlight span{
  display: block;
  font-size: .92rem;
  color: var(--muted);
  margin-top: .15rem;
}

.ad-section{
  padding-bottom: 2.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid var(--gray);
}
.ad-section:last-child{
  border-bottom: 0;
  margin-bottom: 0;
}
.ad-section-title{
  font-size: 1.35rem;
  font-weight: 700;
  color: black;
  margin: 0 0 1.35rem;
}
.ad-description{
  color: #000;
  font-size: 1.08rem;
  line-height: 1.7;
}
.ad-description p{
  margin: 0;
  white-space: pre-wrap;
}
.ad-description[data-collapsed="true"]{
  max-height: 7.2em;
  overflow: hidden;
  mask-image: linear-gradient(#000 55%, transparent);
  -webkit-mask-image: linear-gradient(#000 55%, transparent);
}
.ad-link-btn{
  margin-top: .9rem;
  border: 0;
  background: none;
  padding: 0;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1rem;
}
.ad-link-btn:hover{ color: #000; }

.ad-amenity-group{ margin-bottom: 2.5rem; }
.ad-amenity-group:last-child{ margin-bottom: 0; }
.ad-amenity-group-title{
  font-size: 1.15rem;
  font-weight: 500;
  color: #000;
  margin: 0 0 1.25rem;
  letter-spacing: .01em;
}
.ad-amenity-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1.25rem;
}
.ad-amenity-list li{
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  font-size: 1.02rem;
  font-weight: 400;
  color: #000;
}
.ad-amenity-list i{
  color: #000;
  font-size: 1.4rem;
  margin-top: .05rem;
  flex-shrink: 0;
  line-height: 1;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}

.ad-specs{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.35rem;
  margin: 0;
}
.ad-spec{
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid var(--gray);
  border-radius: 12px;
}
.ad-spec dt{
  font-size: .88rem;
  color: #000000;
  font-weight: 400;
  margin: 0;
}
.ad-spec dd{
  margin: 0;
  font-weight: 500;
  color: black;
  font-size: 1.05rem;
}
.ad-spec-flag{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.ad-spec-flag img{
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
  flex-shrink: 0;
}

.ad-location{
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin: 0 0 1.25rem;
  font-size: 1.08rem;
  color: #000;
  line-height: 1.5;
}
.ad-location i{ color: #000; margin-top: .15rem; }

.ad-map-wrap{
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: var(--radius, 14px);
  overflow: hidden;
  border: 1.5px solid var(--gray);
  background: #e8eef0;
}
.ad-map{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.ad-map-note{
  margin: .75rem 0 0;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 767px){
  .ad-map-wrap{ height: 260px; }
}

.ad-host-card{
  border: 1.5px solid var(--gray);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
  background: #fff;
  box-shadow: 0 8px 28px rgba(13,43,42,.06);
}
.ad-host-top{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ad-host-avatar-wrap{
  position: relative;
  flex-shrink: 0;
  width: 76px;
  height: 76px;
}
.ad-host-avatar{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(145deg, var(--navy) 0%, var(--teal) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.15rem;
  border: 3px solid var(--gray);
}
.ad-host-avatar-wrap.is-verified .ad-host-avatar{
  border: 4px solid var(--teal);
  box-shadow: none;
}
.ad-host-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ad-host-verified-mark{
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: none;
  line-height: 1;
}
.ad-host-verified-mark i{
  font-size: .85rem;
  font-weight: 700;
}
.ad-host-heading{
  min-width: 0;
  flex: 1;
}
.ad-host-name{
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
  margin-bottom: .2rem;
}
.ad-host-role{
  display: block;
  font-size: .9rem;
  color: var(--muted);
  font-weight: 400;
}
.ad-host-bio{
  margin: 1.1rem 0 0;
  padding-top: 1.05rem;
  border-top: 1px solid var(--gray);
  font-size: .95rem;
  line-height: 1.6;
  color: #222;
  white-space: pre-line;
}
.ad-host-meta{
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid var(--gray);
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.25rem;
}
.ad-host-meta li{
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  color: #000;
}
.ad-host-flag{
  display: block;
  border-radius: 2px;
  object-fit: cover;
}

@media (max-width: 575px){
  .ad-host-card{
    padding: 1.15rem 1.1rem;
  }
  .ad-host-avatar-wrap{
    width: 64px;
    height: 64px;
  }
  .ad-host-avatar{
    font-size: 1rem;
  }
  .ad-host-verified-mark{
    width: 22px;
    height: 22px;
  }
  .ad-host-name{
    font-size: 1.05rem;
  }
}

/* Sticky price card */
.ad-aside{
  position: sticky;
  top: 5.5rem;
}
.ad-card{
  border: 1.5px solid var(--gray);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
  box-shadow: 0 10px 36px rgba(13,43,42,.08);
  background: #fff;
}
.ad-card-price{
  margin-bottom: 1.1rem;
}
.ad-card-from{
  display: block;
  font-size: .82rem;
  color: #000;
  margin-bottom: .2rem;
}
.ad-card-amount{
  display: flex;
  align-items: baseline;
  gap: .35rem;
}
.ad-card-amount strong{
  font-size: 1.55rem;
    font-weight: 600;
    color: #000000;
    letter-spacing: -.02em;
}
.ad-card-amount span{
  font-size: .95rem;
  color: var(--muted);
}
.ad-card-rates{
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  border: 1px solid var(--gray);
  border-radius: 12px;
  overflow: hidden;
}
.ad-card-rates li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  padding: .7rem .9rem;
  font-size: .9rem;
  border-bottom: 1px solid var(--gray);
}
.ad-card-rates li:last-child{ border-bottom: 0; }
.ad-card-rates span{ color: var(--muted); }
.ad-card-rates strong{ color: #000; font-weight: 600; white-space: nowrap; }

.ad-card-caution{
  padding: .85rem 0 1.1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid var(--gray);
}
.ad-card-caution > div{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .75rem;
}
.ad-card-caution span{ color: var(--muted); font-size: .9rem; }
.ad-card-caution strong{ color: #000; font-size: 1rem; }
.ad-card-caution p{
  margin: .35rem 0 0;
  font-size: .82rem;
  color: var(--muted);
}

.ad-card-avail h3{
  font-size: .95rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 .65rem;
}
.ad-card-avail-empty{
  margin: 0;
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.45;
}

/* Airbnb-style availability check */
.ad-check{
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.ad-check-fields{
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1.5px solid var(--gray);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.ad-check-field{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .15rem;
  padding: .7rem .85rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  min-width: 0;
  transition: background .15s;
}
.ad-check-field + .ad-check-field{
  border-left: 1.5px solid var(--gray);
}
.ad-check-field.is-active{
  background: #f7f7f7;
  box-shadow: inset 0 0 0 1.5px #000;
  border-radius: 11px;
  position: relative;
  z-index: 1;
}
.ad-check-field-label{
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #000;
}
.ad-check-field-value{
  font-size: .86rem;
  font-weight: 500;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ad-check-field.is-active .ad-check-field-value,
.ad-check-field-value:not(:empty){
  color: #000;
}

.ad-check-cal{
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.ad-avail-cal-toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.ad-avail-cal-nav{
  width: 34px;
  height: 34px;
  border: 1px solid var(--gray);
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .15s, background .15s, opacity .15s;
  flex-shrink: 0;
}
.ad-avail-cal-nav:hover:not(:disabled){
  border-color: #000;
  background: #fafafa;
}
.ad-avail-cal-nav:disabled{
  opacity: .35;
  cursor: not-allowed;
}
.ad-avail-cal-month{
  font-size: .92rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-transform: capitalize;
}
.ad-avail-cal-weekdays{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  text-align: center;
  font-size: .68rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: 0 .15rem;
}
.ad-avail-cal-grid{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px 0;
}
.ad-avail-cal-day{
  aspect-ratio: 1;
  min-height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .12s, color .12s;
  color: #000;
  font: inherit;
  position: relative;
  z-index: 1;
}
.ad-avail-cal-day.is-empty{
  pointer-events: none;
  visibility: hidden;
}
.ad-avail-cal-day:not(:disabled):hover{
  background: #f0f0f0;
}
.ad-avail-cal-day:disabled,
.ad-avail-cal-day.is-past,
.ad-avail-cal-day.is-off{
  opacity: .32;
  cursor: not-allowed;
  text-decoration: line-through;
  background: transparent;
}
.ad-avail-cal-day.is-ok{
  font-weight: 600;
}
.ad-avail-cal-day.is-today .ad-avail-cal-num{
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ad-avail-cal-day.is-in-range{
  background: rgba(0, 0, 0, .08);
  border-radius: 0;
  opacity: 1;
  text-decoration: none;
}
.ad-avail-cal-day.is-endpoint{
  background: #000;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  text-decoration: none;
  font-weight: 700;
}
.ad-avail-cal-day.is-endpoint:hover{
  background: #000;
  color: #fff;
}
.ad-avail-cal-day.is-depart.is-in-range,
.ad-avail-cal-day.is-retour.is-in-range{
  border-radius: 50%;
}
.ad-avail-cal-num{
  font-size: .82rem;
  font-weight: inherit;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.ad-check-clear{
  align-self: flex-end;
  border: 0;
  background: none;
  color: #000;
  font-size: .82rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: .15rem 0;
  margin-top: -.25rem;
}
.ad-check-clear:hover{ opacity: .75; }

.ad-check-result{
  border-radius: 12px;
  padding: .85rem .95rem;
  border: 1px solid var(--gray);
  background: #f7f9f8;
}
.ad-check-result-title{
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: 0;
  font-size: .9rem;
  font-weight: 700;
  color: #000;
}
.ad-check-result-ok .ad-check-result-title{ color: #000; }
.ad-check-result-ok .ad-check-result-title i{ color: #000; }
.ad-check-result-ko .ad-check-result-title{ color: #b42318; }
.ad-check-result-ko .ad-check-result-title i{ color: #b42318; }
.ad-check-result-hint{
  margin: .4rem 0 0;
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.4;
}
.ad-check-result-lines{
  list-style: none;
  margin: .65rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.ad-check-result-lines li{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  font-size: .86rem;
  color: black;
}
.ad-check-result-lines strong{
  color: #000;
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
}

.ad-reserve-btn{
  width: 100%;
  min-height: 48px;
  margin-top: .35rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
}
.ad-reserve-btn:not(.is-ready){
  opacity: .92;
}
.ad-reserve-hint{
  margin: .15rem 0 0;
  text-align: center;
  font-size: .78rem;
  color: var(--muted);
}

/* Mobile sticky bar */
.ad-mobile-bar{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: #fff;
  border-top: 1px solid var(--gray);
  box-shadow: 0 -6px 24px rgba(0,0,0,.1);
  padding: .9rem 1rem calc(.9rem + env(safe-area-inset-bottom));
}
.ad-mobile-bar-inner{
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ad-mobile-bar-info{
  min-width: 0;
  flex: 1;
}
.ad-mobile-bar-price{
  display: flex;
  flex-direction: column;
  gap: .05rem;
}
.ad-mobile-bar-from{
  font-size: .78rem;
  font-weight: 500;
  color: #000;
}
.ad-mobile-bar-amount{
  display: flex;
  align-items: baseline;
  gap: .3rem;
  flex-wrap: wrap;
}
.ad-mobile-bar-amount strong{
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.ad-mobile-bar-amount span{
  font-size: .88rem;
  color: var(--muted);
}
.ad-mobile-bar-meta,
.ad-mobile-bar-dates,
.ad-mobile-bar-hint{
  margin: .25rem 0 0;
  font-size: .82rem;
  line-height: 1.35;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ad-mobile-bar-dates{
  color: #000;
  font-weight: 500;
}
.ad-mobile-bar-hint{
  font-size: .78rem;
}
.ad-mobile-reserve{
  min-height: 48px;
  padding: .6rem 1.4rem;
  font-weight: 700;
  border-radius: 50px;
  flex-shrink: 0;
}
.ad-mobile-reserve.is-ready{
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

/* Lightbox */
.ad-lightbox{
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 4rem;
}
.ad-lightbox[hidden]{ display: none !important; }
.ad-lightbox-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(8,20,20,.88);
}
.ad-lightbox-figure{
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(1100px, 100%);
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ad-lightbox-figure img{
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
}
.ad-lightbox-figure figcaption{
  margin-top: .75rem;
  color: rgba(255,255,255,.8);
  font-size: .9rem;
}
.ad-lightbox-close{
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.ad-lightbox-close:hover{ background: rgba(255,255,255,.22); }
.ad-lightbox-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.ad-lightbox-nav:hover{ background: rgba(255,255,255,.22); }
.ad-lightbox-prev{ left: 1rem; }
.ad-lightbox-next{ right: 1rem; }

@media (max-width: 991px){
  .ad-layout{
    grid-template-columns: 1fr;
  }
  .ad-main{ order: 1; }
  .ad-aside{
    position: static;
    order: 2;
  }
  .ad-card{
    box-shadow: none;
  }
  .ad-mobile-bar{ display: block; }
  .ad-page{ padding-bottom: 8rem; }
}

@media (max-width: 767px){
  .ad-gallery{ display: none; }
  .ad-gallery-mobile{ display: flex; }
  .ad-highlights{
    grid-template-columns: 1fr;
  }
  .ad-amenity-list,
  .ad-specs{
    grid-template-columns: 1fr;
  }
  .ad-lightbox{
    padding: 3.5rem 1rem 1.5rem;
  }
  .ad-lightbox-prev{ left: .35rem; }
  .ad-lightbox-next{ right: .35rem; }
}

@media (min-width: 992px){
  .ad-mobile-bar{ display: none !important; }
}




/* —— Reservation checkout (Airbnb-style) —— */
.book-flow-page .list-flow-main{ padding-bottom: 2rem; }
.book-flow-layout{
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 2.5rem;
  align-items: start;
  padding: 0 1.5rem;
}
.book-flow-content{ min-width: 0; max-width: 560px; }
.book-guest-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid #ddd;
  border-radius: 14px;
  margin-bottom: .75rem;
}
.book-guest-row strong{ display:block; font-size:1rem; color:#222; }
.book-guest-row span{ display:block; font-size:.88rem; color:#717171; margin-top:.15rem; }
.book-dates-card{
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  background: #f7f7f7;
}
.book-dates-card > div{ flex: 1; }
.book-dates-label{
  display:block;
  font-size:.85rem;
  font-weight:600;
  letter-spacing: normal;
  color: #222;
  margin-bottom: .25rem;
}
.book-dates-card strong{ font-size:1rem; color:#222; }
.book-dates-card > i{ color:#bbb; }
.book-message{
  min-height: 140px;
  resize: vertical;
}
.book-pay-points{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .85rem;
}
.book-pay-points li{
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: .95rem 1.1rem;
  border: 1px solid #eee;
  border-radius: 12px;
  font-size: .95rem;
  color: #222;
}
.book-pay-points i{
  color: var(--teal);
  font-size: 1.15rem;
  margin-top: .1rem;
}
.book-pay-points code{
  font-size: .85rem;
  background: #f3f3f3;
  padding: .1rem .35rem;
  border-radius: 4px;
}
.book-summary{
  position: sticky;
  top: 1rem;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
}
.book-summary-media{
  display: flex;
  gap: .9rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid #eee;
}
.book-summary-media img,
.book-summary-placeholder{
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  background: #f0f0f0;
}
.book-summary-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#aaa;
  font-size:1.4rem;
}
.book-summary-media strong{ display:block; font-size:.98rem; color:#222; line-height:1.3; }
.book-summary-media span{ display:block; font-size:.85rem; color:#717171; margin-top:.2rem; }
.book-summary-row{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  font-size:.95rem;
  color:#222;
  margin-bottom:.65rem;
}
.book-summary-row strong{ font-weight:600; }
.book-summary-total{
  margin-top: .85rem;
  padding-top: .85rem;
  border-top: 1px solid #eee;
  font-size:1.05rem;
}
.book-summary-note{
  margin: .85rem 0 0;
  font-size: .82rem;
  color: #717171;
  line-height: 1.4;
}
.book-success{ text-align: center; max-width: 520px; }
.book-success-badge{
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: rgba(43,134,115,.12);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}
.book-success-card{
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 1.25rem;
  margin: 1.75rem 0;
}
.book-success-meta{
  list-style:none;
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid #eee;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem 1rem;
}
.book-success-meta li{ display:flex; flex-direction:column; gap:.15rem; }
.book-success-meta span{ font-size:.8rem; color:#717171; }
.book-success-meta strong{ font-size:.95rem; color:#222; }
.book-success-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  justify-content:center;
}

.res-panel{ display:none; }
.res-panel.is-active{ display:block; }
.res-list{ list-style:none; margin:0; padding:0; display:grid; gap:.85rem; }
.res-card{
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .15s, box-shadow .15s;
}
.res-card:hover{
  border-color: #cfcfcf;
  box-shadow: 0 4px 16px rgba(0,0,0,.05);
}
.res-card-link,
.dash-next-trip{
  display:flex;
  gap:1rem;
  padding:.9rem;
  text-decoration:none;
  color:inherit;
  align-items:center;
}
.res-card-thumb{
  width: 88px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f0;
  flex-shrink: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#aaa;
}
.res-card-thumb img{ width:100%; height:100%; object-fit:cover; }
.res-card-body{ min-width:0; flex:1; }
.res-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  margin-bottom:.25rem;
}
.res-card-top strong{
  font-size:.98rem;
  color: var(--navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.res-card-dates,
.res-card-meta{
  margin:0;
  font-size:.86rem;
  color:#666;
  line-height:1.4;
}
.res-card-msg{
  margin:.45rem 0 0;
  font-size:.86rem;
  color:#444;
  font-style: italic;
}
.res-status{
  flex-shrink:0;
  font-size:.72rem;
  font-weight:600;
  padding:.25rem .55rem;
  border-radius:999px;
  background:#f1f1f1;
  color:#444;
}
.res-status--confirmee{ background: rgba(43,134,115,.12); color: var(--teal); }
.res-status--en_attente_paiement{ background: #fff6e5; color: #9a6700; }
.res-status--annulee,
.res-status--expiree{ background:#f4f4f4; color:#777; }
.res-status--lg{
  font-size: .82rem;
  padding: .4rem .75rem;
  align-self: flex-start;
}

.dash-back-link{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: .65rem;
  font-size: .88rem;
  color: #000;
  text-decoration: none;
  opacity: .7;
  transition: opacity .15s;
}
.dash-back-link:hover{ opacity: 1; color: #000; }

.res-detail-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}
.res-detail-card--full{
  grid-column: 1 / -1;
}
@media (max-width: 860px){
  .res-detail-grid{ grid-template-columns: 1fr; }
}
.res-detail-card h2{
  margin: 0 0 .85rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
}
.res-detail-hero{
  display: flex;
  gap: 1rem;
  align-items: center;
}
.res-detail-media{
  width: 88px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f0;
  flex-shrink: 0;
}
.res-detail-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.res-detail-placeholder{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 1.15rem;
}
.res-detail-hero-body{
  min-width: 0;
  flex: 1;
}
.res-detail-hero-body h2{
  margin-bottom: .35rem;
}
.res-detail-vehicle-name{
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: .2rem;
}
.res-detail-hero-body p{
  margin: 0;
  font-size: .88rem;
  color: #000;
  opacity: .65;
  line-height: 1.45;
}
.res-detail-loc{
  display: flex;
  align-items: flex-start;
  gap: .4rem;
  margin-top: .4rem !important;
  opacity: .85 !important;
}
.res-detail-annonce-link{
  display: inline-flex;
  margin-top: .7rem;
}
.res-detail-rows{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}
.res-detail-rows li{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: .92rem;
}
.res-detail-rows span{
  color: #000;
  opacity: .55;
}
.res-detail-rows strong{
  color: #000;
  font-weight: 600;
  text-align: right;
}
.res-detail-rows li.is-total{
  margin-top: .25rem;
  padding-top: .8rem;
  border-top: 1px solid #eee;
  font-size: 1.02rem;
}
.res-detail-person{
  display: flex;
  align-items: center;
  gap: .9rem;
}
.res-detail-avatar{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(43,134,115,.12);
  color: var(--teal);
  font-weight: 700;
  font-size: .9rem;
}
.res-detail-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.res-detail-person strong{
  display: block;
  font-size: .98rem;
  color: #000;
  margin-bottom: .2rem;
}
.res-detail-person span{
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .86rem;
  color: #000;
  opacity: .65;
  margin-top: .15rem;
}
.res-detail-message{
  margin: 0;
  padding: .9rem 1rem;
  background: #f7f7f7;
  border-radius: 10px;
  font-size: .92rem;
  line-height: 1.5;
  color: #000;
  font-style: italic;
}
.res-detail-chat-sub{
  margin: -.35rem 0 1rem;
  font-size: .88rem;
  color: #000;
  opacity: .65;
}
.res-chat{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.res-chat-empty{
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #f7f7f7;
  color: #000;
  opacity: .65;
  font-size: .9rem;
}
.res-chat-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  max-height: 420px;
  overflow-y: auto;
}
.res-chat-bubble{
  max-width: min(92%, 520px);
  padding: .85rem 1rem;
  border-radius: 14px;
  border: 1.5px solid var(--gray);
  background: #fff;
}
.res-chat-bubble.is-mine{
  align-self: flex-end;
  background: #0D2B2A;
  border-color: #0D2B2A;
  color: #fff;
}
.res-chat-bubble.is-theirs{
  align-self: flex-start;
  background: #f7f7f7;
  border-color: #ececec;
  color: #000;
}
.res-chat-meta{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .35rem;
}
.res-chat-meta strong{
  font-size: .84rem;
  font-weight: 600;
}
.res-chat-meta span{
  font-size: .75rem;
  opacity: .65;
  white-space: nowrap;
}
.res-chat-bubble p{
  margin: 0;
  font-size: .92rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}
.res-chat-form{
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding-top: .25rem;
  border-top: 1.5px solid var(--gray);
}
.res-chat-form .field{ margin: 0; }
.res-chat-form .btn{
  align-self: flex-end;
  min-width: 140px;
}

@media (max-width: 960px){
  .book-flow-layout{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .book-flow-aside{ order: -1; }
  .book-summary{ position: static; }
  .book-flow-content{ max-width: none; }
}

.book-pay-card{
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 1.15rem 1.2rem 1.25rem;
  background: #fff;
}
.book-pay-amount{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
  padding-bottom: .95rem;
  border-bottom: 1px solid #eee;
}
.book-pay-amount span{
  font-size: .9rem;
  color: #717171;
}
.book-pay-amount strong{
  font-size: 1.35rem;
  color: #222;
  letter-spacing: -.02em;
}
.book-stripe-element{
  min-height: 48px;
  padding: .85rem 1rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}
.book-stripe-element:focus-within{
  border-color: #222;
  box-shadow: 0 0 0 1px #222;
}
.book-pay-fields{
  display: grid;
  gap: 1rem;
  margin-bottom: .25rem;
}
.book-pay-field{
  display: grid;
  gap: .4rem;
  min-width: 0;
}
.book-pay-field .list-flow-label{
  margin: 0;
  font-size: .88rem;
  font-weight: 600;
  color: #222;
}
.book-pay-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
}
.book-stripe-field{
  min-height: 48px;
  padding: .9rem 1rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.book-stripe-field.StripeElement--focus,
.book-stripe-field:focus-within{
  border-color: #222;
  box-shadow: 0 0 0 1px #222;
}
.book-stripe-field.StripeElement--invalid{
  border-color: #c62828;
}
.book-pay-fields .list-flow-input{
  margin: 0;
}
@media (max-width: 560px){
  .book-pay-row{ grid-template-columns: 1fr; }
}
.book-stripe-placeholder{
  margin: 0;
  padding: 1rem 0;
  color: #999;
  font-size: .92rem;
}
.book-pay-loading{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  min-height: 140px;
  margin: .35rem 0 .5rem;
  padding: 1.25rem 1rem;
  border: 1px dashed #ddd;
  border-radius: 12px;
  background: #fafafa;
}
.book-pay-loading[hidden]{ display: none !important; }
.book-pay-loading.is-error{
  border-color: #ffcdcd;
  background: #fff8f6;
}
.book-pay-loading.is-error .book-pay-spinner{ display: none; }
.book-pay-loading-text{
  font-size: .92rem;
  color: #717171;
  text-align: center;
}
.book-pay-loading.is-error .book-pay-loading-text{ color: #c13515; }
.book-pay-spinner{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid rgba(13, 43, 42, .12);
  border-top-color: var(--teal);
  animation: bookPaySpin .7s linear infinite;
}
@keyframes bookPaySpin{
  to{ transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce){
  .book-pay-spinner{ animation: none; border-top-color: var(--teal); opacity: .7; }
}
.book-pay-hint{
  margin: .85rem 0 0;
  font-size: .82rem;
  color: #717171;
  line-height: 1.4;
}
.book-pay-hint code{
  font-size: .8rem;
  background: #f3f3f3;
  padding: .1rem .35rem;
  border-radius: 4px;
}

/* —— Reservation success van animation —— */
.book-success-page .list-flow-main{
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(43,134,115,.12), transparent 60%),
    #fff;
}
.book-success{ text-align: center; max-width: 600px; }
.book-success-title{
  margin: 0 0 .65rem;
  font-size: clamp(1.7rem, 3.5vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -.03em;
  color: #222;
  opacity: 0;
  animation: bookSuccessFadeUp .7s .95s ease both;
}
.book-success-sub{
  opacity: 0;
  animation: bookSuccessFadeUp .7s 1.1s ease both;
}
.book-success-card{
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 1.25rem;
  margin: 1.75rem 0 1.25rem;
  opacity: 0;
  animation: bookSuccessFadeUp .7s 1.25s ease both;
}
.book-success-loc{
  display: flex;
  align-items: center;
  gap: .35rem;
  margin-top: .35rem !important;
  font-size: .84rem !important;
  color: #555 !important;
}
.book-success-section{
  margin-top: 1.15rem;
  padding-top: 1.1rem;
  border-top: 1px solid #eee;
}
.book-success-section h2{
  margin: 0 0 .75rem;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: #222;
}
.book-success-tips h2{
  margin: 0 0 .65rem;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  color: #222;
}
.book-success-rows{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}
.book-success-rows li{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  font-size: .92rem;
}
.book-success-rows span{ color: #717171; }
.book-success-rows strong{
  color: #222;
  font-weight: 600;
  text-align: right;
}
.book-success-rows li.is-total{
  margin-top: .35rem;
  padding-top: .75rem;
  border-top: 1px solid #eee;
  font-size: 1.02rem;
}
.book-success-status{ color: var(--teal) !important; }
.book-success-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .78rem !important;
  font-weight: 500 !important;
  word-break: break-all;
}
.book-success-host{
  display: flex;
  align-items: center;
  gap: .9rem;
}
.book-success-host-avatar{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(43,134,115,.12);
  color: var(--teal);
  font-weight: 700;
  font-size: .9rem;
}
.book-success-host-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-success-host strong{
  display: block;
  font-size: .98rem;
  color: #222;
  margin-bottom: .2rem;
}
.book-success-host span{
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .86rem;
  color: #555;
  margin-top: .15rem;
}
.book-success-message{
  margin: 0;
  padding: .9rem 1rem;
  border-radius: 12px;
  background: #f7f7f7;
  color: #333;
  font-size: .92rem;
  line-height: 1.45;
  font-style: italic;
}
.book-success-tips{
  text-align: left;
  border: 1px solid #e4f0ec;
  background: rgba(43,134,115,.05);
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: bookSuccessFadeUp .7s 1.35s ease both;
}
.book-success-tips ul{
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: .45rem;
  color: #444;
  font-size: .9rem;
  line-height: 1.45;
}
.book-success-actions{
  opacity: 0;
  animation: bookSuccessFadeUp .7s 1.45s ease both;
}

.van-scene{
  position: relative;
  width: 100%;
  height: 240px;
  margin: 0 auto 1.75rem;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, #d8f0ea 0%, #eef7f4 42%, #f7faf9 70%, #e8efe9 100%);
  isolation: isolate;
}

.van-sky{ position: absolute; inset: 0 0 40% 0; pointer-events: none; }
.van-sun{
  position: absolute;
  top: 22px;
  right: 18%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffe9a0, #f0b429 70%);
  box-shadow: 0 0 0 8px rgba(240,180,41,.18), 0 0 36px rgba(240,180,41,.35);
  animation: vanSunPulse 3.5s ease-in-out infinite;
}
.van-cloud{
  position: absolute;
  height: 14px;
  background: rgba(255,255,255,.85);
  border-radius: 999px;
  filter: blur(.2px);
  animation: vanCloudDrift linear infinite;
}
.van-cloud::before,
.van-cloud::after{
  content: '';
  position: absolute;
  background: inherit;
  border-radius: 50%;
}
.van-cloud::before{ width: 18px; height: 18px; top: -10px; left: 10px; }
.van-cloud::after{ width: 14px; height: 14px; top: -7px; left: 26px; }
.van-cloud--1{ top: 28px; left: -40px; width: 48px; animation-duration: 18s; }
.van-cloud--2{ top: 48px; left: -60px; width: 36px; opacity: .75; animation-duration: 24s; animation-delay: -6s; }
.van-cloud--3{ top: 20px; left: -50px; width: 42px; opacity: .65; animation-duration: 28s; animation-delay: -12s; }

.van-hills{ position: absolute; left: 0; right: 0; bottom: 46px; height: 70px; pointer-events: none; }
.van-hill{
  position: absolute;
  bottom: 0;
  border-radius: 50% 50% 0 0;
}
.van-hill--back{
  left: -10%;
  width: 70%;
  height: 54px;
  background: #b7d9cf;
}
.van-hill--mid{
  left: 28%;
  width: 55%;
  height: 42px;
  background: #9fcabb;
}
.van-hill--front{
  right: -8%;
  width: 48%;
  height: 36px;
  background: #8fbfaf;
}

.van-road{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 48px;
  background: linear-gradient(180deg, #4a5560 0%, #3a434c 100%);
  overflow: hidden;
}
.van-road-line{
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 4px;
  margin-top: -2px;
  border-radius: 2px;
  background: #f4e27a;
  animation: vanRoadMove .95s linear 4 both;
}
.van-road-line--2{ animation-delay: -.32s; left: 33%; }
.van-road-line--3{ animation-delay: -.64s; left: 66%; }

.van-rig{
  position: absolute;
  bottom: 8px;
  left: -340px;
  width: 320px;
  z-index: 3;
  transform-origin: 50% 100%;
  animation:
    vanDriveIn 1.35s cubic-bezier(.22,.9,.28,1) both,
    vanBounce .55s 1.2s ease-in-out 2,
    vanIdle 2.4s 2.3s ease-in-out infinite;
}
.van-svg{
  width: 320px;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(13,43,42,.2));
}
.van-wheel{
  transform-box: fill-box;
  transform-origin: center;
  animation: vanWheelSpin .42s linear 3.2;
}

.van-dust{
  position: absolute;
  bottom: 42px;
  left: 18%;
  width: 80px;
  height: 30px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  animation: vanDustShow .9s .15s ease both;
}
.van-dust i{
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  animation: vanDustPuff .7s ease-out both;
}
.van-dust i:nth-child(1){ left: 8px; animation-delay: .2s; }
.van-dust i:nth-child(2){ left: 22px; width: 11px; height: 11px; animation-delay: .28s; }
.van-dust i:nth-child(3){ left: 36px; animation-delay: .35s; }
.van-dust i:nth-child(4){ left: 48px; width: 6px; height: 6px; animation-delay: .42s; }
.van-dust i:nth-child(5){ left: 58px; animation-delay: .5s; }
.van-dust i:nth-child(6){ left: 70px; width: 10px; height: 10px; animation-delay: .55s; }

.van-check{
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 5;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  color: var(--teal);
  opacity: 0;
  transform: scale(.4);
  animation: vanCheckPop .55s 1.55s cubic-bezier(.2,1.4,.4,1) both;
  filter: drop-shadow(0 6px 16px rgba(43,134,115,.35));
}
.van-check svg{ width: 100%; height: 100%; }
.van-check-ring{
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  animation: vanCheckDraw .55s 1.55s ease forwards;
}
.van-check-mark{
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: vanCheckDraw .4s 1.85s ease forwards;
}

.van-confetti{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
}
.van-confetti i{
  position: absolute;
  top: -12px;
  width: 8px;
  height: 12px;
  border-radius: 2px;
  opacity: 0;
  animation: vanConfettiFall 1.6s ease-out both;
}
.van-confetti i:nth-child(1){ left: 12%; background: #2B8673; animation-delay: 1.55s; }
.van-confetti i:nth-child(2){ left: 22%; background: #0D2B2A; width: 6px; height: 10px; animation-delay: 1.62s; }
.van-confetti i:nth-child(3){ left: 34%; background: #F0B429; animation-delay: 1.58s; }
.van-confetti i:nth-child(4){ left: 46%; background: #2B8673; width: 7px; animation-delay: 1.7s; }
.van-confetti i:nth-child(5){ left: 55%; background: #9ED9C8; animation-delay: 1.65s; }
.van-confetti i:nth-child(6){ left: 64%; background: #0D2B2A; animation-delay: 1.72s; }
.van-confetti i:nth-child(7){ left: 74%; background: #F0B429; width: 6px; animation-delay: 1.6s; }
.van-confetti i:nth-child(8){ left: 82%; background: #2B8673; animation-delay: 1.78s; }
.van-confetti i:nth-child(9){ left: 18%; background: #F6C945; width: 5px; height: 8px; animation-delay: 1.85s; }
.van-confetti i:nth-child(10){ left: 70%; background: #164845; animation-delay: 1.9s; }

@keyframes vanDriveIn{
  0%{ left: -340px; }
  100%{ left: calc(50% - 160px); }
}
@keyframes vanBounce{
  0%, 100%{ transform: translateY(0); }
  40%{ transform: translateY(-7px); }
  70%{ transform: translateY(-2px); }
}
@keyframes vanIdle{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-2px); }
}
@keyframes vanWheelSpin{
  to{ transform: rotate(360deg); }
}
@keyframes vanRoadMove{
  from{ transform: translateX(140%); }
  to{ transform: translateX(-240%); }
}
@keyframes vanCloudDrift{
  from{ transform: translateX(0); }
  to{ transform: translateX(120vw); }
}
@keyframes vanSunPulse{
  0%, 100%{ transform: scale(1); }
  50%{ transform: scale(1.06); }
}
@keyframes vanDustShow{
  0%{ opacity: 0; }
  20%{ opacity: 1; }
  100%{ opacity: 0; }
}
@keyframes vanDustPuff{
  0%{ transform: translate(0,0) scale(.4); opacity: .7; }
  100%{ transform: translate(-28px, -18px) scale(1.4); opacity: 0; }
}
@keyframes vanCheckPop{
  0%{ opacity: 0; transform: scale(.35); }
  100%{ opacity: 1; transform: scale(1); }
}
@keyframes vanCheckDraw{
  to{ stroke-dashoffset: 0; }
}
@keyframes vanConfettiFall{
  0%{ opacity: 0; transform: translateY(0) rotate(0deg); }
  15%{ opacity: 1; }
  100%{ opacity: 0; transform: translateY(160px) rotate(220deg); }
}
@keyframes bookSuccessFadeUp{
  from{ opacity: 0; transform: translateY(14px); }
  to{ opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce){
  .van-rig,
  .van-wheel,
  .van-road-line,
  .van-cloud,
  .van-sun,
  .van-dust,
  .van-dust i,
  .van-check,
  .van-check-ring,
  .van-check-mark,
  .van-confetti i,
  .book-success-title,
  .book-success-sub,
  .book-success-card,
  .book-success-tips,
  .book-success-actions{
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .van-rig{ left: calc(50% - 160px); }
  .van-check{ opacity: 1; }
  .van-check-ring,
  .van-check-mark{ stroke-dashoffset: 0; }
}

/* —— Contact & Politique de confidentialité —— */
.legal-page{
  background: #fff;
}
.legal-wrap{
  padding: 2rem 0 4.5rem;
  background:
    radial-gradient(ellipse 70% 45% at 8% 0%, rgba(43,134,115,.08), transparent 55%),
    radial-gradient(ellipse 55% 40% at 95% 8%, rgba(13,43,42,.05), transparent 50%),
    #fff;
}
.legal-hero{
  margin-bottom: 2rem;
  max-width: 720px;
}
.legal-title{
  font-weight: 700;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  letter-spacing: -.02em;
  color: var(--navy);
  margin: 0 0 .65rem;
}
.legal-lead{
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--muted);
}

.contact-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 992px){
  .contact-grid{
    grid-template-columns: minmax(240px, .9fr) minmax(0, 1.35fr);
    gap: 2rem;
  }
}

.contact-aside{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-info-block{
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  background: #fff;
}
.contact-info-icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(43,134,115,.1);
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.contact-info-block h2{
  margin: 0 0 .2rem;
  font-size: .92rem;
  font-weight: 700;
  color: var(--navy);
}
.contact-info-block p,
.contact-info-block a{
  margin: 0;
  font-size: .88rem;
  line-height: 1.45;
  color: var(--muted);
}
.contact-info-block a{
  color: var(--teal);
  font-weight: 600;
}
.contact-info-block a:hover{ color: var(--navy); }
.contact-info-strong{
  color: var(--navy) !important;
  font-weight: 600;
}

.contact-form-card{
  padding: 1.5rem 1.35rem 1.65rem;
  border: 1px solid var(--gray);
  border-radius: calc(var(--radius) + 4px);
  background: #fff;
  box-shadow: 0 12px 40px rgba(13,43,42,.05);
}
@media (min-width: 768px){
  .contact-form-card{ padding: 1.85rem 1.85rem 2rem; }
}
.contact-form-card h2{
  margin: 0 0 .35rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
}
.contact-form-sub{
  margin: 0 0 1.35rem;
  font-size: .9rem;
  color: var(--muted);
}
.contact-form-card .field{ margin-bottom: 1rem; }
.contact-form-card .btn-login{
  width: 100%;
  margin-top: .5rem;
}

.contact-alert{
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  padding: .9rem 1rem;
  border-radius: 14px;
  font-size: .9rem;
  line-height: 1.45;
  margin-bottom: 1.25rem;
}
.contact-alert i{ font-size: 1.1rem; margin-top: .1rem; flex-shrink: 0; }
.contact-alert--success{
  background: rgba(43,182,115,.12);
  color: var(--navy);
  border: 1px solid rgba(43,182,115,.35);
}
.contact-alert--success i{ color: var(--orange); }

.legal-doc{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 992px){
  .legal-doc{
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.legal-toc{
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  background: #fff;
  position: sticky;
  top: 6.5rem;
}
.legal-toc a{
  font-size: .86rem;
  font-weight: 500;
  color: var(--muted);
  padding: .35rem .45rem;
  border-radius: 8px;
  transition: color .15s, background .15s;
}
.legal-toc a:hover{
  color: var(--navy);
  background: var(--cream);
}

.legal-content{
  padding: 1.5rem 1.35rem 1.75rem;
  border: 1px solid var(--gray);
  border-radius: calc(var(--radius) + 4px);
  background: #fff;
}
@media (min-width: 768px){
  .legal-content{ padding: 2rem 2.1rem 2.25rem; }
}
.legal-content section{
  margin-bottom: 2rem;
  scroll-margin-top: 7rem;
}
.legal-content section:last-child{ margin-bottom: 0; }
.legal-content h2{
  margin: 0 0 .85rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.01em;
}
.legal-content p,
.legal-content li{
  font-size: .95rem;
  line-height: 1.65;
  color: var(--muted);
}
.legal-content p{ margin: 0 0 .85rem; }
.legal-content ul{
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}
.legal-content li{ margin-bottom: .4rem; }
.legal-content li strong,
.legal-content p strong{
  color: var(--navy);
  font-weight: 600;
}
.legal-content a{
  color: var(--teal);
  font-weight: 500;
}
.legal-content a:hover{ color: var(--navy); }
.legal-content em{ font-style: normal; color: var(--navy); }

/* —— Footer pages (shared) —— */
.fp-section-title{
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 1rem;
}
.fp-steps{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px){
  .fp-steps{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px){
  .fp-steps{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
}
.fp-step{
  padding: 1.25rem 1.2rem 1.35rem;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  background: #fff;
  height: 100%;
}
.fp-step-n{
  display: block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--teal);
  margin-bottom: .65rem;
}
.fp-step h2{
  margin: 0 0 .5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
}
.fp-step p{
  margin: 0;
  font-size: .9rem;
  line-height: 1.55;
  color: var(--muted);
}
.fp-link{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .85rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--navy);
}
.fp-link:hover{ color: var(--teal); }
.fp-link i{ transition: transform .2s; }
.fp-link:hover i{ transform: translateX(3px); }

.fp-cta-banner{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 1.35rem;
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(105deg, var(--navy) 0%, #164845 55%, var(--teal) 100%);
  color: #fff;
  margin-top: .5rem;
}
@media (min-width: 768px){
  .fp-cta-banner{
    flex-direction: row;
    align-items: center;
    padding: 1.65rem 1.85rem;
  }
}
.fp-cta-banner h2{
  margin: 0 0 .35rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.fp-cta-banner p{
  margin: 0;
  font-size: .92rem;
  opacity: .85;
}
.fp-cta-banner .btn-navy{
  background: #fff;
  color: var(--navy);
  white-space: nowrap;
}
.fp-cta-banner .btn-navy:hover{
  background: var(--cream);
  color: var(--navy);
}
.fp-cta-actions{
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
.fp-cta-banner .btn-ghost{
  color: #fff;
  border-color: rgba(255,255,255,.35);
}
.fp-cta-banner .btn-ghost:hover{
  color: #fff;
  border-color: #fff;
}

.fp-help-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 768px){
  .fp-help-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
}
.fp-help-card{
  display: block;
  padding: 1.15rem 1.1rem;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
  transition: border-color .2s, box-shadow .2s;
}
.fp-help-card:hover{
  color: var(--navy);
  border-color: rgba(43,134,115,.45);
  box-shadow: 0 10px 28px rgba(13,43,42,.06);
}
.fp-help-card i{
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(43,134,115,.1);
  color: var(--teal);
  font-size: 1.05rem;
  margin-bottom: .75rem;
}
.fp-help-card h2{
  margin: 0 0 .3rem;
  font-size: .95rem;
  font-weight: 700;
}
.fp-help-card p{
  margin: 0;
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.4;
}

.fp-faq{
  margin-bottom: 2rem;
  scroll-margin-top: 7rem;
}
.fp-faq-item{
  border: 1px solid var(--gray);
  border-radius: 14px;
  background: #fff;
  margin-bottom: .65rem;
  padding: 0 1.1rem;
}
.fp-faq-item summary{
  cursor: pointer;
  list-style: none;
  padding: 1rem 0;
  font-weight: 600;
  font-size: .95rem;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.fp-faq-item summary::-webkit-details-marker{ display: none; }
.fp-faq-item summary::after{
  content: "+";
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--teal);
  flex-shrink: 0;
}
.fp-faq-item[open] summary::after{ content: "–"; }
.fp-faq-item p{
  margin: 0 0 1rem;
  font-size: .9rem;
  line-height: 1.55;
  color: var(--muted);
}
.fp-faq-item a{ color: var(--teal); font-weight: 500; }

.fp-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-bottom: 1.75rem;
}
.fp-stat{
  text-align: center;
  padding: 1.15rem .75rem;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  background: #fff;
}
.fp-stat strong{
  display: block;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -.02em;
}
.fp-stat span{
  font-size: .8rem;
  color: var(--muted);
}

.fp-reviews{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px){
  .fp-reviews{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px){
  .fp-reviews{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.fp-review{
  padding: 1.25rem 1.2rem;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fp-review-stars{
  color: var(--teal);
  letter-spacing: .08em;
  font-size: .95rem;
  margin-bottom: .65rem;
}
.fp-review > p{
  margin: 0 0 1.1rem;
  font-size: .92rem;
  line-height: 1.55;
  color: var(--navy);
  flex: 1;
}
.fp-review footer{
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.fp-review footer strong{
  font-size: .88rem;
  color: var(--navy);
}
.fp-review footer span{
  font-size: .8rem;
  color: var(--muted);
}

.fp-feature-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px){
  .fp-feature-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.fp-feature{
  padding: 1.25rem 1.2rem;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  background: #fff;
}
.fp-feature i{
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(43,134,115,.1);
  color: var(--teal);
  font-size: 1.1rem;
  margin-bottom: .75rem;
}
.fp-feature h3{
  margin: 0 0 .4rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
}
.fp-feature p{
  margin: 0;
  font-size: .9rem;
  line-height: 1.55;
  color: var(--muted);
}

.fp-prose{
  margin-bottom: 1.5rem;
}
.fp-olist{
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.fp-olist li{
  margin-bottom: .45rem;
  font-size: .95rem;
  line-height: 1.65;
  color: var(--muted);
}

.fp-blog-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px){
  .fp-blog-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px){
  .fp-blog-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.fp-blog-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  color: var(--navy);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
a.fp-blog-card:hover{
  color: var(--navy);
  border-color: rgba(43,134,115,.4);
  box-shadow: 0 14px 34px rgba(13,43,42,.08);
  transform: translateY(-2px);
}
.fp-blog-media{
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--cream);
}
.fp-blog-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
a.fp-blog-card:hover .fp-blog-media img{
  transform: scale(1.04);
}
.fp-blog-media .fp-blog-tag{
  position: absolute;
  left: .85rem;
  bottom: .85rem;
  margin: 0;
}
.fp-blog-body{
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.2rem 1.25rem;
}
.fp-blog-tag{
  display: inline-block;
  align-self: flex-start;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(43,134,115,.12);
  padding: .28rem .55rem;
  border-radius: 999px;
  margin-bottom: .75rem;
}
.fp-blog-card h2{
  margin: 0 0 .55rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.01em;
  line-height: 1.35;
}
.fp-blog-card p{
  margin: 0 0 1rem;
  font-size: .9rem;
  line-height: 1.55;
  color: var(--muted);
  flex: 1;
}
.fp-blog-meta{
  font-size: .8rem;
  color: var(--muted);
}

.fp-blog-breadcrumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  font-size: .86rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}
.fp-blog-breadcrumb a{
  color: var(--teal);
  font-weight: 500;
}
.fp-blog-breadcrumb a:hover{ color: var(--navy); }

.fp-article{
  max-width: 820px;
  margin: 0 auto 2.5rem;
}
.fp-article-header{
  margin-bottom: 1.35rem;
}
.fp-article-title{
  margin: .75rem 0 .85rem;
  font-weight: 700;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  letter-spacing: -.02em;
  color: var(--navy);
  line-height: 1.2;
}
.fp-article-meta{
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  font-size: .88rem;
  color: var(--muted);
}
.fp-article-hero{
  margin: 0 0 1.75rem;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--cream);
}
.fp-article-hero img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fp-article-content{
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--muted);
}
.fp-article-intro{
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  color: var(--navy);
  font-weight: 500;
}
.fp-article-content section{
  margin-bottom: 1.75rem;
}
.fp-article-content h2{
  margin: 0 0 .7rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.01em;
}
.fp-article-content p{
  margin: 0 0 .9rem;
}
.fp-article-footer{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gray);
}
@media (min-width: 640px){
  .fp-article-footer{
    flex-direction: row;
    align-items: center;
  }
}
.fp-related{
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(13,43,42,.08);
}
