.ekno-full-offer,.ekno-full-offer *,.ekno-full-offer *::before,.ekno-full-offer *::after{box-sizing:border-box}
.ekno-full-offer{width:100%;padding:18px 20px 42px;background:transparent;color:#10182f;font-family:inherit}
.ekno-full-offer__inner{width:100%;max-width:1280px;margin:0 auto}
.ekno-full-offer__card{width:100%;overflow:hidden;background:#fff;border:1px solid rgba(240,0,184,.42);border-radius:20px;box-shadow:0 14px 40px rgba(16,24,47,.045)}
.ekno-full-offer__layout{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);align-items:stretch}

/* Colonne tarif */
.ekno-full-offer__pricing{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:100%;padding:43px 30px 34px;background:linear-gradient(180deg,#fff 0%,#fff8fd 100%);border-right:1px solid #ececf2}
.ekno-full-offer__price{display:inline-flex;align-items:center;padding:12px 16px;background:#f000b8;color:#fff;border-radius:11px;line-height:1;white-space:nowrap;box-shadow:0 6px 18px rgba(240,0,184,.12)}
.ekno-full-offer__price strong{font-size:clamp(21px,2vw,27px);font-weight:800;letter-spacing:-.025em}
.ekno-full-offer__value{margin:11px 0 0;color:#d700a4;font-size:13.5px;font-style:italic;font-weight:650;line-height:1.4}

/* Bénéfices */
.ekno-full-offer__features{list-style:none;margin:0;padding:26px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.ekno-full-offer__features li{position:relative;display:flex;align-items:flex-start;gap:12px;min-width:0;padding:17px 18px;background:transparent;border-radius:10px;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}
.ekno-full-offer__features li::after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:1px;background:#ececf2}
.ekno-full-offer__features li:nth-last-child(-n+3)::after{display:none}
@media (hover:hover){.ekno-full-offer__features li:hover{transform:translateY(-2px);background:#fafafd;box-shadow:0 7px 20px rgba(16,24,47,.045)}}
.ekno-full-offer__check{flex:0 0 22px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;margin-top:1px;border-radius:50%;background:#f000b8;color:#fff;font-size:12px;font-weight:900;line-height:1}
.ekno-full-offer__feature-copy{min-width:0;line-height:1.35}
.ekno-full-offer__feature-copy strong{color:#10182f;font-size:15.5px;font-weight:750}
.ekno-full-offer__feature-copy>span{margin-left:5px;color:#596174;font-size:13.5px;font-weight:450}
.ekno-full-offer__feature-copy small{display:block;margin-top:4px;color:#596174;font-size:13px;font-style:normal;font-weight:400;line-height:1.4}

@media(max-width:1020px){
  .ekno-full-offer__layout{grid-template-columns:1fr}
  .ekno-full-offer__pricing{min-height:auto;padding:24px 26px;border-right:0;border-bottom:1px solid #ececf2}
  .ekno-full-offer__features{grid-template-columns:repeat(2,minmax(0,1fr));padding:20px}
  .ekno-full-offer__features li:nth-last-child(-n+3)::after{display:block}
  .ekno-full-offer__features li:nth-last-child(-n+2)::after{display:none}
}
@media(max-width:640px){
  .ekno-full-offer{padding:10px 14px 30px}
  .ekno-full-offer__card{border-radius:16px}
  .ekno-full-offer__pricing{padding:20px 18px}
  .ekno-full-offer__price{padding:11px 14px}
  .ekno-full-offer__features{grid-template-columns:1fr;padding:10px 8px}
  .ekno-full-offer__features li{padding:14px 12px}
  .ekno-full-offer__features li::after{left:12px;right:12px}
  .ekno-full-offer__features li:nth-last-child(-n+2)::after{display:block}
  .ekno-full-offer__features li:last-child::after{display:none}
  .ekno-full-offer__feature-copy strong{font-size:15px}
}

/* Apparition progressive des bénéfices à l'entrée de la section */
.ekno-full-offer.ekno-offer-animate-ready .ekno-full-offer__features li{opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s cubic-bezier(.22,.61,.36,1),background-color .2s ease,box-shadow .2s ease;transition-delay:calc(var(--ekno-feature-index,0) * 75ms)}
.ekno-full-offer.ekno-offer-animate-ready.ekno-offer-is-visible .ekno-full-offer__features li{opacity:1;transform:translateY(0)}
@media (hover:hover){.ekno-full-offer.ekno-offer-animate-ready.ekno-offer-is-visible .ekno-full-offer__features li:hover{transform:translateY(-2px)}}
@media (prefers-reduced-motion:reduce){.ekno-full-offer.ekno-offer-animate-ready .ekno-full-offer__features li{opacity:1;transform:none;transition:none}}
