/*
  Atlantic Boat Market — Home page styles
  Source template: market/templates/market/home.html
  Purpose: extracted production CSS for the ABM premium home page.
  Keep dynamic image overrides in template inline styles when they depend on Django objects.
*/

.abm-home{
    width:100%;
    padding:10px 0 54px;
  }

  .abm-home a{
    text-decoration:none;
  }

  .abm-home-shell{
    display:grid;
    gap:22px;
  }

  .abm-home-hero{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(15,39,64,.10);
    border-radius:24px;
    background:
      radial-gradient(circle at 82% 16%, rgba(245,179,1,.13), transparent 30%),
      radial-gradient(circle at 16% 10%, rgba(255,255,255,.96), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #fbfcfe 48%, #ffffff 100%);
    box-shadow:0 24px 70px rgba(15,39,64,.08);
  }

  .abm-home-hero::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      linear-gradient(90deg, rgba(15,39,64,.035), transparent 34%),
      linear-gradient(180deg, rgba(255,255,255,.20), transparent);
  }

  .abm-home-hero-inner{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);
    gap:28px;
    align-items:center;
    padding:30px 34px;
  }

  .abm-home-kicker{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    width:max-content;
    max-width:100%;
    padding:.42rem .78rem;
    border-radius:999px;
    border:1px solid rgba(245,179,1,.30);
    background:rgba(245,179,1,.10);
    color:#8a6200;
    font-size:.76rem;
    font-weight:900;
    letter-spacing:.10em;
    text-transform:uppercase;
  }

  .abm-home-kicker-dot{
    width:8px;
    height:8px;
    border-radius:999px;
    background:#10B981;
    box-shadow:0 0 0 4px rgba(16,185,129,.12);
    flex:0 0 auto;
  }

  .abm-home-title{
    margin:22px 0 0;
    max-width:760px;
    color:#0F2740;
    font-family:Georgia, "Times New Roman", serif;
    font-size:clamp(2.55rem, 4.45vw, 4.85rem);
    line-height:.98;
    letter-spacing:-.055em;
    font-weight:900;
    text-wrap:balance;
  }

  .abm-home-subtitle{
    margin:20px 0 0;
    max-width:650px;
    color:#687280;
    font-size:clamp(1rem, 1.22vw, 1.16rem);
    line-height:1.62;
    font-weight:700;
  }

  .abm-home-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:26px;
  }

  .abm-home-actions--hero{
    align-items:center;
  }

  .abm-home-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
    max-width:760px;
  }

  .abm-home-trust-row span{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    max-width:100%;
    padding:0 12px;
    border-radius:999px;
    border:1px solid rgba(15,39,64,.10);
    background:rgba(255,255,255,.78);
    color:#475569;
    font-size:.78rem;
    line-height:1.2;
    font-weight:850;
    white-space:nowrap;
  }

  .abm-home-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.55rem;
    min-height:52px;
    padding:.88rem 1.18rem;
    border-radius:12px;
    border:1px solid rgba(15,39,64,.14);
    font-weight:900;
    line-height:1;
    transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
  }

  .abm-home-btn:hover{
    transform:translateY(-1px);
  }

  .abm-home-btn:focus-visible{
    outline:none;
    box-shadow:0 0 0 4px rgba(245,179,1,.24), 0 12px 26px rgba(15,39,64,.12);
  }

  .abm-home-btn-primary{
    background:linear-gradient(180deg, #14375A 0%, #0F2740 100%);
    color:#fff;
    border-color:#0F2740;
    box-shadow:0 14px 28px rgba(15,39,64,.18);
  }

  .abm-home-btn-primary:hover{
    color:#fff;
    background:linear-gradient(180deg, #1B4A76 0%, #0F2740 100%);
  }

  .abm-home-btn-amber{
    background:linear-gradient(180deg, #F7C542 0%, #F5B301 100%);
    color:#111827;
    border-color:rgba(155,105,0,.28);
    box-shadow:0 14px 28px rgba(245,179,1,.22);
  }

  .abm-home-btn-amber:hover{
    color:#111827;
    background:linear-gradient(180deg, #FFD15C 0%, #F5B301 100%);
  }

  .abm-home-btn-ghost{
    background:#fff;
    color:#0F2740;
    border-color:rgba(15,39,64,.22);
  }

  .abm-home-btn-ghost:hover{
    color:#0F2740;
    box-shadow:0 12px 26px rgba(15,39,64,.10);
  }

  .abm-home-hero-side{
    display:grid;
    gap:16px;
    min-width:0;
  }

  .abm-home-visual{
    min-height:386px;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(15,39,64,.10);
    background:
      linear-gradient(180deg, rgba(15,39,64,.04), rgba(15,39,64,.26)),
      url("../../img/home/pro-ads-yacht.webp") center/cover no-repeat;
    box-shadow:0 22px 54px rgba(15,39,64,.14);
    display:flex;
    align-items:flex-end;
    padding:20px;
    color:#fff;
  }

  .abm-home-visual-card{
    width:100%;
    border:1px solid rgba(255,255,255,.16);
    border-radius:18px;
    background:rgba(15,39,64,.82);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    padding:18px;
  }

  .abm-home-visual-label{
    margin:0 0 8px;
    color:#F5B301;
    font-size:.76rem;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
  }

  .abm-home-visual-title{
    margin:0;
    max-width:720px;
    font-size:1.35rem;
    line-height:1.22;
    font-weight:900;
  }

  .abm-home-mini-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  .abm-home-mini-card{
    border:1px solid rgba(15,39,64,.08);
    border-radius:18px;
    background:#fff;
    padding:20px;
    box-shadow:0 12px 28px rgba(15,39,64,.06);
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:14px;
    align-items:center;
  }

  .abm-home-mini-card:hover{
    background:#fbfcfe;
    box-shadow:0 18px 38px rgba(15,39,64,.10);
  }

  .abm-home-mini-icon{
    width:36px;
    height:36px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#F5B301;
    border:1px solid rgba(245,179,1,.26);
    background:rgba(245,179,1,.08);
    font-weight:950;
  }

  .abm-home-mini-label{
    color:#687280;
    font-size:.76rem;
    font-weight:850;
    margin-bottom:5px;
  }

  .abm-home-mini-value{
    color:#111827;
    font-size:1.05rem;
    line-height:1.25;
    font-weight:950;
  }

  .abm-home-mini-note{
    margin-top:5px;
    color:#687280;
    font-size:.82rem;
    line-height:1.4;
    font-weight:650;
  }

  .abm-home-mini-arrow{
    color:#0F2740;
    font-weight:950;
  }

  .abm-home-section{
    border:1px solid rgba(15,39,64,.10);
    border-radius:24px;
    background:#fff;
    box-shadow:0 18px 42px rgba(15,39,64,.08);
    overflow:hidden;
  }

  .abm-home-section-inner{
    padding:24px;
  }

  .abm-home-section-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:18px;
  }

  .abm-home-section-kicker{
    margin:0 0 6px;
    color:#9B6900;
    font-size:.74rem;
    font-weight:900;
    letter-spacing:.10em;
    text-transform:uppercase;
  }

  .abm-home-section-title{
    margin:0;
    color:#111827;
    font-size:clamp(1.42rem, 2vw, 2.1rem);
    line-height:1.08;
    letter-spacing:-.035em;
    font-weight:950;
  }

  .abm-home-section-copy{
    margin:8px 0 0;
    max-width:760px;
    color:#687280;
    font-size:.98rem;
    line-height:1.62;
    font-weight:650;
  }

  .abm-home-pro-banner{
    position:relative;
    overflow:hidden;
    min-height:248px;
    border-radius:24px;
    border:1px solid rgba(15,39,64,.10);
    background:
      linear-gradient(90deg, rgba(15,39,64,.96), rgba(15,39,64,.72) 48%, rgba(15,39,64,.18)),
      url("../../img/home/pro-ads-yacht.webp") center/cover no-repeat;
    box-shadow:0 22px 58px rgba(15,39,64,.16);
    color:#fff;
  }

  .abm-home-pro-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 80% 18%, rgba(245,179,1,.24), transparent 28%),
      linear-gradient(180deg, rgba(255,255,255,.08), transparent 40%);
    pointer-events:none;
  }

  .abm-home-pro-content{
    position:relative;
    z-index:1;
    max-width:820px;
    padding:28px 34px;
  }

  .abm-home-pro-badge{
    display:inline-flex;
    align-items:center;
    gap:.45rem;
    border:1px solid rgba(245,179,1,.38);
    background:rgba(245,179,1,.16);
    color:#FFE8A3;
    border-radius:999px;
    padding:.4rem .72rem;
    font-size:.74rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .abm-home-pro-badge::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:999px;
    background:#F5B301;
    box-shadow:0 0 0 4px rgba(245,179,1,.15);
  }

  .abm-home-pro-title{
    margin:14px 0 0;
    font-size:clamp(1.8rem, 3vw, 3rem);
    line-height:1.02;
    letter-spacing:-.04em;
    font-weight:950;
  }

  .abm-home-pro-copy{
    margin:14px 0 0;
    max-width:680px;
    color:rgba(255,255,255,.84);
    font-size:1rem;
    line-height:1.62;
    font-weight:650;
  }

  .abm-home-pro-metrics{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:20px;
    max-width:780px;
  }

  .abm-home-pro-metric{
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    border-radius:16px;
    padding:12px;
  }

  .abm-home-pro-metric-label{
    color:rgba(255,255,255,.68);
    font-size:.76rem;
    font-weight:850;
    margin-bottom:4px;
  }

  .abm-home-pro-metric-value{
    color:#fff;
    font-size:.98rem;
    line-height:1.25;
    font-weight:950;
  }

  .abm-home-content-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:22px;
    align-items:start;
  }

  .abm-home-listing-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }

  .abm-home-listing-card{
    display:block;
    overflow:hidden;
    border:1px solid rgba(15,39,64,.10);
    border-radius:20px;
    background:#fff;
    color:#111827;
    box-shadow:0 14px 34px rgba(15,39,64,.07);
    transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  }

  .abm-home-listing-card:hover{
    color:#111827;
    transform:translateY(-2px);
    box-shadow:0 22px 46px rgba(15,39,64,.11);
    border-color:rgba(245,179,1,.26);
  }

  .abm-home-listing-media{
    height:168px;
    background:#eef2f7;
    position:relative;
    overflow:hidden;
  }

  .abm-home-listing-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .18s ease;
  }

  .abm-home-listing-card:hover .abm-home-listing-media img{
    transform:scale(1.02);
  }

  .abm-home-listing-media-empty{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#94a3b8;
    font-weight:850;
    font-size:.86rem;
  }

  .abm-home-listing-badge{
    position:absolute;
    left:12px;
    top:12px;
    display:inline-flex;
    padding:.28rem .58rem;
    border-radius:999px;
    border:1px solid rgba(245,179,1,.28);
    background:rgba(255,255,255,.92);
    color:#8a6200;
    font-size:.72rem;
    font-weight:950;
  }

  .abm-home-listing-body{
    padding:14px;
    display:grid;
    gap:8px;
  }

  .abm-home-listing-title{
    margin:0;
    color:#111827;
    font-size:.98rem;
    line-height:1.25;
    font-weight:950;
  }

  .abm-home-listing-meta{
    color:#687280;
    font-size:.82rem;
    line-height:1.42;
    font-weight:650;
  }

  .abm-home-listing-specs{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    min-height:26px;
  }

  .abm-home-listing-specs span{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    max-width:100%;
    padding:0 8px;
    border-radius:999px;
    background:#F6F8FB;
    border:1px solid rgba(15,39,64,.08);
    color:#475569;
    font-size:.72rem;
    font-weight:850;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .abm-home-listing-price{
    color:#0F2740;
    font-size:1.05rem;
    font-weight:950;
    line-height:1.2;
  }

  .abm-home-listing-empty{
    display:grid;
    gap:12px;
    border:1px dashed rgba(15,39,64,.18);
    border-radius:20px;
    background:#F8FAFC;
    padding:24px;
  }

  .abm-home-listing-empty-title{
    margin:0;
    color:#111827;
    font-size:1.15rem;
    font-weight:950;
  }

  .abm-home-listing-empty-copy{
    margin:0;
    color:#687280;
    line-height:1.6;
    font-weight:650;
  }

  .abm-home-side{
    display:grid;
    gap:14px;
  }

  .abm-home-side-card{
    border:1px solid rgba(15,39,64,.10);
    border-radius:20px;
    background:#fff;
    padding:18px;
    box-shadow:0 14px 34px rgba(15,39,64,.07);
  }

  .abm-home-side-card--dark{
    background:
      radial-gradient(circle at top right, rgba(245,179,1,.16), transparent 34%),
      linear-gradient(135deg, #0F2740, #14375A);
    color:#fff;
    border-color:rgba(15,39,64,.22);
  }

  .abm-home-side-card--dark .abm-home-side-title,
  .abm-home-side-card--dark .abm-home-empty-note{
    color:#fff;
  }

  .abm-home-side-title{
    margin:0 0 12px;
    color:#0F2740;
    font-size:1rem;
    font-weight:950;
  }

  .abm-home-quick-links{
    display:grid;
    gap:8px;
  }

  .abm-home-quick-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:44px;
    padding:.72rem .85rem;
    border-radius:14px;
    border:1px solid rgba(15,39,64,.08);
    background:#F8FAFC;
    color:#111827;
    font-weight:850;
  }

  .abm-home-quick-link:hover{
    color:#0F2740;
    background:#EEF2F7;
  }

  .abm-home-proof-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
  }

  .abm-home-proof-card{
    border:1px solid rgba(15,39,64,.10);
    border-radius:20px;
    background:#fff;
    padding:20px;
    box-shadow:0 14px 34px rgba(15,39,64,.07);
  }

  .abm-home-proof-index{
    width:34px;
    height:34px;
    border-radius:12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-bottom:14px;
    background:#0F2740;
    color:#F5B301;
    font-weight:950;
  }

  .abm-home-proof-title{
    margin:0;
    color:#111827;
    font-size:1.02rem;
    font-weight:950;
  }

  .abm-home-proof-copy{
    margin:8px 0 0;
    color:#687280;
    font-size:.9rem;
    line-height:1.58;
    font-weight:650;
  }

  .abm-home-events-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }

  .abm-home-event-card{
    display:block;
    border:1px solid rgba(15,39,64,.10);
    border-radius:20px;
    background:#fff;
    color:#111827;
    overflow:hidden;
    box-shadow:0 14px 34px rgba(15,39,64,.07);
    transition:transform .16s ease, box-shadow .16s ease;
  }

  .abm-home-event-card:hover{
    color:#111827;
    transform:translateY(-2px);
    box-shadow:0 22px 46px rgba(15,39,64,.11);
  }

  .abm-home-event-media{
    height:138px;
    background:
      linear-gradient(135deg, rgba(15,39,64,.94), rgba(15,39,64,.54)),
      url("../../img/home/pro-ads-yacht.webp") center/cover no-repeat;
  }

  .abm-home-event-body{
    padding:16px;
  }

  .abm-home-event-date{
    display:inline-flex;
    margin-bottom:10px;
    padding:.32rem .62rem;
    border-radius:999px;
    background:rgba(245,179,1,.14);
    border:1px solid rgba(245,179,1,.26);
    color:#8a6200;
    font-size:.76rem;
    font-weight:900;
  }

  .abm-home-event-title{
    margin:0;
    color:#111827;
    font-size:1rem;
    line-height:1.28;
    font-weight:950;
  }

  .abm-home-event-place{
    margin:8px 0 0;
    color:#687280;
    font-size:.86rem;
    line-height:1.45;
    font-weight:650;
  }

  .abm-home-cta-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }

  .abm-home-cta-card{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(15,39,64,.10);
    border-radius:24px;
    background:#fff;
    box-shadow:0 18px 42px rgba(15,39,64,.08);
    padding:26px;
  }

  .abm-home-cta-card::before{
    content:"";
    position:absolute;
    inset:0 0 auto auto;
    width:180px;
    height:180px;
    border-radius:999px;
    background:rgba(245,179,1,.12);
    transform:translate(42%,-42%);
    pointer-events:none;
  }

  .abm-home-cta-card-dark{
    background:
      radial-gradient(circle at 90% 0%, rgba(245,179,1,.22), transparent 32%),
      linear-gradient(135deg, #0F2740, #14375A);
    color:#fff;
  }

  .abm-home-cta-card-dark .abm-home-cta-title,
  .abm-home-cta-card-dark .abm-home-cta-copy{
    color:#fff;
  }

  .abm-home-cta-title{
    position:relative;
    margin:0;
    color:#111827;
    font-size:1.45rem;
    line-height:1.12;
    letter-spacing:-.025em;
    font-weight:950;
  }

  .abm-home-cta-copy{
    position:relative;
    margin:10px 0 18px;
    color:#687280;
    line-height:1.62;
    font-weight:650;
  }

  .abm-home-empty-note{
    color:#687280;
    font-size:.88rem;
    line-height:1.55;
    font-weight:650;
  }


  /* --------------------------------------------------------------------------
     ABM HOME 2026 — Grand carrousel premium monétisable
     -------------------------------------------------------------------------- */
  .abm-home-premium-carousel{
    position:relative;
    overflow:hidden;
    border:1px solid rgba(15,39,64,.10);
    border-radius:24px;
    background:#fff;
    box-shadow:0 24px 70px rgba(15,39,64,.08);
    isolation:isolate;
  }

  .abm-home-premium-carousel::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:
      radial-gradient(circle at 78% 10%, rgba(245,179,1,.13), transparent 28%),
      radial-gradient(circle at 10% 4%, rgba(255,255,255,.96), transparent 34%),
      linear-gradient(135deg, #ffffff 0%, #fbfcfe 52%, #ffffff 100%);
  }

  .abm-home-carousel-track{
    position:relative;
    z-index:1;
    min-height:392px;
  }

  .abm-home-carousel-slide{
    display:none;
    min-height:392px;
    position:relative;
  }

  .abm-home-carousel-slide.is-active{
    display:block;
  }

  .abm-home-carousel-slide[hidden]{
    display:none !important;
  }

  .abm-home-carousel-slide--marketplace{
    background:
      linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.90) 48%, rgba(255,255,255,.44)),
      radial-gradient(circle at 78% 18%, rgba(245,179,1,.12), transparent 36%);
  }

  .abm-home-carousel-inner{
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);
    gap:32px;
    align-items:center;
    min-height:392px;
    padding:32px 34px 30px;
  }

  .abm-home-carousel-copy{
    position:relative;
    z-index:2;
    min-width:0;
  }

  .abm-home-carousel-kicker{
    display:inline-flex;
    align-items:center;
    gap:.5rem;
    width:max-content;
    max-width:100%;
    padding:.42rem .78rem;
    border-radius:999px;
    border:1px solid rgba(245,179,1,.30);
    background:rgba(245,179,1,.10);
    color:#8a6200;
    font-size:.76rem;
    font-weight:950;
    letter-spacing:.10em;
    text-transform:uppercase;
  }

  .abm-home-carousel-kicker::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:999px;
    background:#10B981;
    box-shadow:0 0 0 4px rgba(16,185,129,.12);
    flex:0 0 auto;
  }

  .abm-home-carousel-title{
    margin:22px 0 0;
    max-width:760px;
    color:#0F2740;
    font-family:Georgia, "Times New Roman", serif;
    font-size:clamp(2.55rem, 4.45vw, 4.85rem);
    line-height:.98;
    letter-spacing:-.055em;
    font-weight:900;
    text-wrap:balance;
  }

  .abm-home-carousel-subtitle{
    margin:18px 0 0;
    max-width:650px;
    color:#536272;
    font-size:clamp(1rem, 1.20vw, 1.16rem);
    line-height:1.62;
    font-weight:700;
  }

  .abm-home-hero-context{
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    max-width:700px;
  }

  .abm-home-hero-context span{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:0 12px;
    border-radius:999px;
    border:1px solid rgba(15,39,64,.10);
    background:rgba(255,255,255,.82);
    color:#0F2740;
    box-shadow:0 8px 18px rgba(15,39,64,.045);
    font-size:.78rem;
    font-weight:850;
    white-space:nowrap;
  }

  .abm-home-hero-context span::before{
    content:"";
    width:7px;
    height:7px;
    margin-right:7px;
    border-radius:999px;
    background:#F5B301;
    box-shadow:0 0 0 4px rgba(245,179,1,.12);
    flex:0 0 auto;
  }

  .abm-home-carousel-visual{
    position:relative;
    min-height:336px;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(15,39,64,.10);
    background:
      linear-gradient(180deg, rgba(15,39,64,.04), rgba(15,39,64,.28)),
      url("../../img/home/pro-ads-yacht.webp") center/cover no-repeat;
    box-shadow:0 22px 54px rgba(15,39,64,.14);
    display:flex;
    align-items:flex-end;
    padding:18px;
    color:#fff;
  }

  .abm-home-carousel-visual::before{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:48%;
    background:linear-gradient(180deg, rgba(15,39,64,0), rgba(15,39,64,.80));
    pointer-events:none;
  }

  .abm-home-carousel-visual-card{
    position:relative;
    z-index:1;
    width:100%;
    border:1px solid rgba(255,255,255,.16);
    border-radius:18px;
    background:rgba(15,39,64,.84);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    padding:18px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
  }

  .abm-home-carousel-visual-title{
    margin:0 0 6px;
    color:#F5B301;
    font-size:1.06rem;
    line-height:1.16;
    font-weight:950;
  }

  .abm-home-carousel-visual-copy{
    margin:0;
    color:rgba(255,255,255,.90);
    font-size:.98rem;
    line-height:1.45;
    font-weight:700;
  }

  .abm-home-carousel-visual-cta{
    width:46px;
    height:46px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(245,179,1,.86);
    color:#0F2740;
    font-size:1.7rem;
    font-weight:950;
    flex:0 0 auto;
    box-shadow:0 12px 24px rgba(15,39,64,.22);
  }

  .abm-home-carousel-slide--ad{
    color:#fff;
    background:
      linear-gradient(90deg, rgba(15,39,64,.97), rgba(15,39,64,.78) 46%, rgba(15,39,64,.18)),
      var(--abm-home-ad-bg, url("../../img/home/pro-ads-yacht.webp")) center/cover no-repeat;
  }

  .abm-home-ad-media{
    position:absolute;
    inset:0;
    z-index:0;
    width:100%;
    height:100%;
    object-fit:cover;
    pointer-events:none;
  }

  .abm-home-carousel-slide--ad::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
      linear-gradient(90deg, rgba(15,39,64,.97), rgba(15,39,64,.78) 46%, rgba(15,39,64,.18)),
      radial-gradient(circle at 80% 18%, rgba(245,179,1,.26), transparent 28%),
      linear-gradient(180deg, rgba(255,255,255,.08), transparent 42%);
    pointer-events:none;
  }

  .abm-home-ad-inner{
    position:relative;
    z-index:2;
    min-height:392px;
    display:grid;
    grid-template-columns:minmax(0,.90fr) minmax(360px,.60fr);
    gap:28px;
    align-items:center;
    padding:34px;
  }

  .abm-home-ad-copy{
    max-width:860px;
  }

  .abm-home-ad-badge{
    display:inline-flex;
    align-items:center;
    gap:.45rem;
    border:1px solid rgba(245,179,1,.38);
    background:rgba(245,179,1,.16);
    color:#FFE8A3;
    border-radius:999px;
    padding:.42rem .78rem;
    font-size:.76rem;
    font-weight:950;
    letter-spacing:.09em;
    text-transform:uppercase;
  }

  .abm-home-ad-badge::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:999px;
    background:#F5B301;
    box-shadow:0 0 0 4px rgba(245,179,1,.15);
  }

  .abm-home-ad-title{
    margin:16px 0 0;
    max-width:840px;
    color:#fff;
    font-size:clamp(2rem, 3.6vw, 4rem);
    line-height:1.01;
    letter-spacing:-.055em;
    font-weight:950;
    text-wrap:balance;
  }

  .abm-home-ad-copy-text{
    margin:14px 0 0;
    max-width:680px;
    color:rgba(255,255,255,.86);
    font-size:1rem;
    line-height:1.62;
    font-weight:700;
  }

  .abm-home-ad-panel{
    border:1px solid rgba(255,255,255,.16);
    border-radius:22px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    padding:20px;
    box-shadow:0 24px 54px rgba(0,0,0,.16);
  }

  .abm-home-ad-panel-title{
    margin:0;
    color:#fff;
    font-size:1.16rem;
    line-height:1.2;
    font-weight:950;
  }

  .abm-home-ad-panel-copy{
    margin:8px 0 0;
    color:rgba(255,255,255,.78);
    line-height:1.55;
    font-weight:700;
  }

  .abm-home-ad-metrics{
    display:grid;
    gap:10px;
    margin-top:16px;
  }

  .abm-home-ad-metric{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:44px;
    padding:.62rem .78rem;
    border-radius:14px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-weight:850;
  }

  .abm-home-ad-metric span:last-child{
    color:#F5B301;
    font-weight:950;
  }

  .abm-home-carousel-control{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:44px;
    height:44px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.16);
    background:rgba(15,39,64,.94);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:1.9rem;
    line-height:1;
    font-weight:600;
    box-shadow:0 16px 36px rgba(15,39,64,.18);
    transition:transform .16s ease, background .16s ease, box-shadow .16s ease;
  }

  .abm-home-carousel-control:hover{
    transform:translateY(-50%) scale(1.04);
    background:#14375A;
    box-shadow:0 20px 46px rgba(15,39,64,.24);
  }

  .abm-home-carousel-control:focus-visible{
    outline:none;
    box-shadow:0 0 0 4px rgba(245,179,1,.26), 0 20px 46px rgba(15,39,64,.24);
  }

  .abm-home-carousel-control--prev{
    left:14px;
  }

  .abm-home-carousel-control--next{
    right:14px;
  }

  .abm-home-carousel-dots{
    position:absolute;
    left:50%;
    bottom:16px;
    z-index:6;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    align-items:center;
    justify-content:center;
    padding:.32rem .56rem;
    border-radius:999px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(15,39,64,.06);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }

  .abm-home-carousel-dot{
    width:10px;
    height:10px;
    border:0;
    border-radius:999px;
    background:#cbd5e1;
    padding:0;
    transition:width .16s ease, background .16s ease;
  }

  .abm-home-carousel-dot.is-active{
    width:12px;
    background:#0F2740;
  }

  .abm-home-pro-banner--compact{
    min-height:154px;
    background:
      linear-gradient(90deg, rgba(15,39,64,.95), rgba(15,39,64,.80) 48%, rgba(245,179,1,.14)),
      url("../../img/home/pro-ads-yacht.webp") center/cover no-repeat;
  }

  .abm-home-pro-banner--compact .abm-home-pro-content{
    max-width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:18px;
    align-items:center;
    padding:24px 30px;
  }

  .abm-home-pro-banner--compact .abm-home-pro-title{
    margin-top:10px;
    font-size:clamp(1.4rem, 2.2vw, 2.25rem);
  }

  .abm-home-pro-banner--compact .abm-home-pro-copy{
    margin-top:8px;
  }

  .abm-home-pro-banner--compact .abm-home-actions{
    margin-top:0;
    align-items:center;
  }


  @media (max-width: 1180px){
    .abm-home-hero-inner,
    .abm-home-content-grid{
      grid-template-columns:1fr;
    }

    .abm-home-visual{
      min-height:360px;
    }

    .abm-home-side{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .abm-home-proof-grid{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .abm-home-listing-grid{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
  }

  @media (max-width: 860px){
    .abm-home{
      padding-top:14px;
    }

    .abm-home-hero-inner,
    .abm-home-pro-content,
    .abm-home-section-inner,
    .abm-home-cta-card{
      padding:20px;
    }

    .abm-home-mini-grid,
    .abm-home-side,
    .abm-home-events-grid,
    .abm-home-cta-grid,
    .abm-home-listing-grid,
    .abm-home-pro-metrics{
      grid-template-columns:1fr;
    }

    .abm-home-btn{
      width:100%;
    }

    .abm-home-visual{
      min-height:280px;
    }

    .abm-home-mini-card{
      grid-template-columns:auto minmax(0,1fr) auto;
    }
  }

  @media (max-width: 640px){
    .abm-home-proof-grid{
      grid-template-columns:1fr;
    }

    .abm-home-title{
      font-size:2.35rem;
    }

    .abm-home-actions{
      flex-direction:column;
    }

    .abm-home-kicker{
      font-size:.68rem;
      letter-spacing:.08em;
    }

    .abm-home-visual-title{
      font-size:1.08rem;
    }
  }

  @media (max-width: 1180px){
    .abm-home-carousel-inner,
    .abm-home-ad-inner{
      grid-template-columns:1fr;
    }

    .abm-home-carousel-visual{
      min-height:330px;
    }

    .abm-home-pro-banner--compact .abm-home-pro-content{
      grid-template-columns:1fr;
    }
  }

  @media (max-width: 860px){
    .abm-home-premium-carousel,
    .abm-home-carousel-slide,
    .abm-home-carousel-track,
    .abm-home-ad-inner{
      min-height:auto;
    }

    .abm-home-carousel-inner,
    .abm-home-ad-inner{
      padding:22px;
      gap:22px;
    }

    .abm-home-carousel-visual{
      min-height:280px;
    }

    .abm-home-carousel-visual-card{
      align-items:flex-start;
    }

    .abm-home-carousel-control{
      top:auto;
      bottom:14px;
      transform:none;
      width:40px;
      height:40px;
    }

    .abm-home-carousel-control:hover{
      transform:scale(1.04);
    }

    .abm-home-carousel-control--prev{
      left:14px;
    }

    .abm-home-carousel-control--next{
      right:14px;
    }

    .abm-home-carousel-dots{
      bottom:20px;
    }

    .abm-home-ad-panel{
      display:none;
    }
  }

  @media (max-width: 640px){
    .abm-home-carousel-inner,
    .abm-home-ad-inner{
      padding:18px;
    }

    .abm-home-carousel-title,
    .abm-home-ad-title{
      font-size:2.35rem;
    }

    .abm-home-carousel-visual{
      min-height:240px;
      padding:14px;
    }

    .abm-home-carousel-visual-card{
      padding:14px;
    }

    .abm-home-carousel-visual-cta{
      display:none;
    }
  }

  /* ==========================================================================
     ABM HOME — MOBILE PREMIUM FINALISATION
     Objectif : préserver le desktop validé, alléger fortement le smartphone.
     ========================================================================== */
  @media (max-width: 767px){

    .abm-home{
      padding:8px 0 32px;
    }

    .abm-home-shell{
      gap:16px;
    }

    .abm-home-premium-carousel{
      border-radius:20px;
      box-shadow:0 16px 42px rgba(15,39,64,.075);
    }

    .abm-home-carousel-track,
    .abm-home-carousel-slide{
      min-height:auto;
    }

    .abm-home-carousel-inner,
    .abm-home-ad-inner{
      grid-template-columns:1fr;
      min-height:auto;
      padding:18px;
      gap:16px;
    }

    .abm-home-carousel-kicker,
    .abm-home-ad-badge,
    .abm-home-pro-badge,
    .abm-home-section-kicker{
      font-size:.66rem;
      letter-spacing:.075em;
      max-width:100%;
    }

    .abm-home-carousel-title,
    .abm-home-ad-title{
      margin-top:14px;
      font-size:clamp(2rem, 12vw, 2.55rem);
      line-height:1;
      letter-spacing:-.052em;
    }

    .abm-home-carousel-subtitle,
    .abm-home-ad-copy-text{
      margin-top:12px;
      font-size:.96rem;
      line-height:1.48;
    }

    .abm-home-hero-context{
      margin-top:14px;
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
    }

    .abm-home-hero-context span{
      width:100%;
      min-height:38px;
      justify-content:flex-start;
      white-space:normal;
      border-radius:14px;
      font-size:.86rem;
    }

    .abm-home-actions{
      margin-top:16px;
      gap:10px;
      display:grid;
      grid-template-columns:1fr;
    }

    .abm-home-trust-row{
      display:grid;
      grid-template-columns:1fr;
      gap:8px;
      margin-top:12px;
    }

    .abm-home-trust-row span{
      width:100%;
      min-height:36px;
      justify-content:flex-start;
      white-space:normal;
      border-radius:14px;
      font-size:.82rem;
    }

    .abm-home-btn{
      width:100%;
      min-height:48px;
      padding:.82rem 1rem;
      border-radius:14px;
      font-size:.94rem;
    }

    /*
      Sur mobile, le visuel hero devient un renfort de confiance,
      pas un second écran avant les annonces.
    */
    .abm-home-carousel-visual{
      min-height:168px;
      border-radius:18px;
      padding:12px;
      background-position:center;
    }

    .abm-home-carousel-visual-card{
      padding:12px;
      border-radius:16px;
      align-items:flex-start;
    }

    .abm-home-carousel-visual-title{
      font-size:.98rem;
      margin-bottom:4px;
    }

    .abm-home-carousel-visual-copy{
      font-size:.84rem;
      line-height:1.35;
    }

    .abm-home-carousel-visual-cta{
      display:none;
    }

    .abm-home-carousel-control{
      display:inline-flex;
      top:50%;
      bottom:auto;
      transform:translateY(-50%);
      width:36px;
      height:36px;
      font-size:1.5rem;
    }

    .abm-home-carousel-control:hover{
      transform:translateY(-50%) scale(1.04);
    }

    .abm-home-carousel-dots{
      position:static;
      transform:none;
      margin:0 auto 12px;
      width:max-content;
      max-width:100%;
      background:rgba(255,255,255,.92);
    }

    /*
      Les slides publicitaires restent présentes, mais moins hautes.
      Le panneau secondaire est volontairement masqué sur mobile.
    */
    .abm-home-ad-panel{
      display:none !important;
    }

    .abm-home-carousel-slide--ad{
      background-position:center;
    }

    /*
      Bandeau PRO Ads secondaire : utile desktop, trop redondant mobile.
      On le compacte fortement au lieu de le supprimer.
    */
    .abm-home-pro-banner{
      min-height:auto;
      border-radius:20px;
      box-shadow:0 16px 38px rgba(15,39,64,.11);
    }

    .abm-home-pro-banner--compact .abm-home-pro-content{
      display:grid;
      grid-template-columns:1fr;
      padding:18px;
      gap:12px;
    }

    .abm-home-pro-banner--compact .abm-home-pro-title{
      font-size:1.42rem;
      line-height:1.08;
      margin-top:10px;
    }

    .abm-home-pro-copy{
      font-size:.9rem;
      line-height:1.46;
      margin-top:8px;
    }

    /*
      Sections : réduction des hauteurs, meilleure hiérarchie, CTA non envahissants.
    */
    .abm-home-section{
      border-radius:20px;
      box-shadow:0 14px 34px rgba(15,39,64,.065);
    }

    .abm-home-section-inner{
      padding:18px;
    }

    .abm-home-section-head{
      gap:12px;
      margin-bottom:14px;
    }

    .abm-home-section-title{
      font-size:1.42rem;
      line-height:1.1;
    }

    .abm-home-section-copy{
      font-size:.9rem;
      line-height:1.48;
      margin-top:6px;
    }

    .abm-home-content-grid,
    .abm-home-listing-grid,
    .abm-home-events-grid,
    .abm-home-proof-grid,
    .abm-home-cta-grid,
    .abm-home-mini-grid,
    .abm-home-side{
      grid-template-columns:1fr !important;
      gap:12px;
    }

    /*
      Les annonces sont prioritaires : cartes plus compactes, images moins hautes.
    */
    .abm-home-listing-card{
      border-radius:18px;
    }

    .abm-home-listing-media{
      height:142px;
    }

    .abm-home-listing-body{
      padding:12px;
      gap:6px;
    }

    .abm-home-listing-title{
      font-size:.94rem;
      line-height:1.22;
    }

    .abm-home-listing-meta{
      font-size:.78rem;
    }

    .abm-home-listing-specs{
      gap:5px;
      min-height:auto;
    }

    .abm-home-listing-specs span{
      min-height:23px;
      font-size:.7rem;
    }

    .abm-home-listing-price{
      font-size:1rem;
    }

    .abm-home-listing-empty{
      padding:18px;
      border-radius:18px;
    }

    .abm-home-listing-empty-title{
      font-size:1.02rem;
    }

    .abm-home-listing-empty-copy{
      font-size:.9rem;
      line-height:1.48;
    }

    /*
      Sidebar : elle devient une zone d'accès rapide compacte sous les annonces.
    */
    .abm-home-side-card{
      padding:16px;
      border-radius:18px;
      box-shadow:0 12px 28px rgba(15,39,64,.06);
    }

    .abm-home-quick-links{
      gap:7px;
    }

    .abm-home-quick-link{
      min-height:42px;
      padding:.66rem .78rem;
      border-radius:13px;
      font-size:.92rem;
    }

    /*
      Blocs preuve : compactage pour éviter l’effet tunnel interminable.
    */
    .abm-home-proof-card{
      padding:16px;
      border-radius:18px;
    }

    .abm-home-proof-index{
      margin-bottom:10px;
    }

    .abm-home-proof-title{
      font-size:.98rem;
    }

    .abm-home-proof-copy{
      font-size:.86rem;
      line-height:1.46;
    }

    /*
      Événements : cartes plus courtes, média réduit.
    */
    .abm-home-event-media{
      height:96px;
    }

    .abm-home-event-body{
      padding:14px;
    }

    .abm-home-event-title{
      font-size:.96rem;
    }

    .abm-home-event-place{
      font-size:.82rem;
      line-height:1.38;
    }

    /*
      CTA final : conversion directe, pas de surcharge.
    */
    .abm-home-cta-card{
      padding:20px;
      border-radius:20px;
    }

    .abm-home-cta-title{
      font-size:1.28rem;
      line-height:1.12;
    }

    .abm-home-cta-copy{
      margin:8px 0 14px;
      font-size:.9rem;
      line-height:1.48;
    }
  }

  @media (max-width: 420px){
    .abm-home-carousel-title,
    .abm-home-ad-title{
      font-size:2rem;
    }

    .abm-home-carousel-visual{
      min-height:150px;
    }

    .abm-home-listing-media{
      height:132px;
    }

    .abm-home-section-inner,
    .abm-home-carousel-inner,
    .abm-home-ad-inner,
    .abm-home-pro-banner--compact .abm-home-pro-content{
      padding:16px;
    }
  }



  /* --------------------------------------------------------------------------
     ABM HOME — PRO Ads carousel premium corrigé : flèches internes et multi-ads
     -------------------------------------------------------------------------- */
  .abm-home-premium-carousel{
    overflow:hidden;
    isolation:isolate;
  }

  .abm-home-carousel-inner,
  .abm-home-ad-inner{
    padding-left:72px;
    padding-right:72px;
  }

  .abm-home-carousel-control{
    left:auto;
    right:auto;
    z-index:20;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(15,39,64,.92);
    color:#fff;
  }

  .abm-home-carousel-control--prev{ left:14px; }
  .abm-home-carousel-control--next{ right:14px; }

  .abm-home-carousel-control:hover{
    background:#f5b301;
    color:#0f2740;
  }

  .abm-home-carousel-slide--ad .abm-home-ad-inner{
    min-height:392px;
  }

  .abm-home-carousel-ad-grid{
    position:relative;
    z-index:1;
    min-height:392px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    align-items:stretch;
    padding:34px 72px;
  }

  .abm-home-carousel-ad-card{
    display:grid;
    align-content:end;
    min-height:260px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.14);
    background:
      linear-gradient(180deg, rgba(15,39,64,.20), rgba(15,39,64,.86)),
      var(--abm-home-ad-card-bg, url("../../img/home/pro-ads-yacht.webp")) center/cover no-repeat;
    color:#fff;
    padding:18px;
    overflow:hidden;
    box-shadow:0 18px 42px rgba(0,0,0,.16);
  }

  .abm-home-carousel-ad-card:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 24px 54px rgba(0,0,0,.22);
  }

  .abm-home-carousel-ad-card-title{
    margin:10px 0 0;
    font-size:1.05rem;
    line-height:1.16;
    font-weight:950;
  }

  .abm-home-carousel-ad-card-copy{
    margin:8px 0 0;
    color:rgba(255,255,255,.82);
    font-size:.86rem;
    line-height:1.42;
    font-weight:700;
  }

  @media (max-width:1180px){
    .abm-home-carousel-ad-grid{
      grid-template-columns:repeat(3,minmax(0,1fr));
    }
  }

  @media (max-width:860px){
    .abm-home-carousel-inner,
    .abm-home-ad-inner{
      padding-left:58px;
      padding-right:58px;
    }
    .abm-home-carousel-ad-grid{
      grid-template-columns:repeat(2,minmax(0,1fr));
      min-height:auto;
      padding:24px 58px;
    }
  }

  @media (max-width:767px){
    .abm-home-carousel-inner,
    .abm-home-ad-inner{
      padding-left:54px;
      padding-right:54px;
    }
    .abm-home-carousel-control{
      width:36px;
      height:36px;
      font-size:1.45rem;
    }
    .abm-home-carousel-control--prev{ left:10px; }
    .abm-home-carousel-control--next{ right:10px; }
    .abm-home-carousel-dots{
      position:absolute;
      bottom:10px;
      left:50%;
      transform:translateX(-50%);
      margin:0;
    }
    .abm-home-carousel-ad-grid{
      grid-template-columns:1fr;
      padding:20px 54px 46px;
    }
  }
