
:root {
      --primary: #ff6200;
      --dark: #0d1a2b;
      --dark-blue: #0a1f3a;
      --light: #f8f9fa;
    }


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
      /* dieldelivery */


  .herosection {
      background: radial-gradient(circle at top, #1c2541, #0b132b);
      color: #ffffff;
      font-family: 'Inter', system-ui, sans-serif;
      min-height: 100vh;
    }

    .herosection::before {
      content: "";
      position: fixed;
      inset: 0;
      background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size: 40px 40px;
      pointer-events: none;
    }
    
    .navbar-brand {
      font-weight: 700;
    }

    .badge-partner {
      background: rgba(255,255,255,.08);
      border-radius: 50px;
      padding: .4rem 1rem;
      font-size: .85rem;
      color: #d1d5db;
      display: inline-block;
    }

    .hero-title {
      font-size: clamp(2.4rem, 5vw, 3.8rem);
      font-weight: 800;
      line-height: 1.15;
    }

    .hero-title span {
      color: #ff7a18;
    }

    .hero-text {
      max-width: 640px;
      margin: 1rem auto 2rem;
      color: #cbd5e1;
    }

    .btn-main {
      background: linear-gradient(135deg, #ff7a18, #ff9f43);
      border: none;
      padding: .85rem 1.6rem;
      font-weight: 600;
      border-radius: 12px;
      color: #fff;
    }

    .btn-outline {
      border: 1px solid rgba(255,255,255,.25);
      color: #fff;
      border-radius: 12px;
      padding: .85rem 1.6rem;
    }

    .stat-card {
      background: rgba(255,255,255,.05);
      border-radius: 16px;
      padding: 1.2rem 1.5rem;
      backdrop-filter: blur(6px);
    }

    .stat-value {
      color: #ff7a18;
      font-size: 1.7rem;
      font-weight: 700;
    }

    .stat-label {
      font-size: .9rem;
      color: #cbd5e1;
    }

/* fonctionnalités */

.section_fonctionnalites{
    background: #f8fafc;
    }
.section-tag {
      color: #ff6a00;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 0.9rem;
    }

    .feature-card {
      background: #fff;
      border-radius: 16px;
      padding: 28px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      height: 100%;
      transition: transform .2s ease;
    }

    .feature-card:hover {
      transform: translateY(-5px);
    }

    .icon-box {
      width: 48px;
      height: 48px;
      background: #ff6a00;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 22px;
      margin-bottom: 20px;
    }

    .feature-title {
      font-weight: 700;
      margin-bottom: 10px;
      color: #0f172a;
    }

    .feature-text {
      color: #64748b;
      font-size: 0.95rem;
    }

    .store-buttons img {
      height: 40px;
      transition: transform 0.2s ease;
    }

    .store-buttons img:hover {
      transform: scale(1.05);
    }

    /* about us */

    .partner-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.icon-box {
  width: 56px;
  height: 56px;
  background: #fff1e6;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7a00;
  font-size: 26px;
}

.section-title {
  font-weight: 600;
  margin-bottom: 12px;
}

.list-check {
  list-style: none;
  padding: 0;
}

.list-check li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  color: #555;
}

.list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff7a00;
  font-weight: bold;
}

/*become a partner */
.form-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.form-label {
  font-weight: 500;
  margin-bottom: 6px;
}

.form-control,
.form-select {
  border-radius: 14px;
  border: 1px solid #dfe3eb;
}

.form-control:focus,
.form-select:focus {
  border-color: #ff7a00;
  box-shadow: 0 0 0 0.15rem rgba(255,122,0,0.15);
}

/* pricing */
.pricing-header {
      text-align: center;
      margin-bottom: 3.5rem;
    }

    .pricing-header h1 {
      font-weight: 800;
      font-size: 2.6rem;
      margin-bottom: 0.5rem;
    }

    .pricing-header .highlight {
      color: var(--primary);
    }

    .pricing-subtitle {
      color: #6c757d;
      font-size: 1.1rem;
    }

    .toggle-container {
      display: flex;
      justify-content: center;
      margin-bottom: 2.5rem;
    }

    .period-toggle {
      background-color: #e9ecef;
      border-radius: 50px;
      padding: 4px;
      display: inline-flex;
      font-size: 0.95rem;
    }

    .period-toggle button {
      border: none;
      background: transparent;
      padding: 8px 20px;
      border-radius: 50px;
      font-weight: 500;
      color: #495057;
    }

    .period-toggle .active {
      background: white;
      box-shadow: 0 2px 8px rgba(0,0,0,0.12);
      color: var(--dark);
    }

    .save-badge {
      font-size: 0.8rem;
      color: var(--primary);
      font-weight: 600;
    }

    .card-pricing {
      border: none;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      height: 100%;
    }

    .card-pricing:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    }

    .card-header {
      background: white;
      border-bottom: 1px solid #e9ecef;
      padding: 2rem 1.5rem 1.5rem;
      text-align: center;
    }

    .popular-label {
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--primary);
      color: white;
      padding: 4px 18px;
      border-radius: 50px;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.5px;
    }

    .price {
      font-size: 3.2rem;
      font-weight: 800;
      color: var(--dark);
    }

    .price-small {
      font-size: 1.8rem;
    }

    .period {
      font-size: 1.1rem;
      color: #6c757d;
    }

    .features-list {
      padding: 0 1.5rem 2rem;
    }

    .features-list li {
      margin-bottom: 1rem;
      font-size: 1rem;
      color: #495057;
    }

    .features-list i {
      color: var(--primary);
      margin-right: 12px;
      width: 20px;
      text-align: center;
    }

    .btn-pricing {
      padding: 14px 32px;
      font-weight: 600;
      border-radius: 50px;
      transition: all 0.3s;
    }

    .btn-free {
      background-color: #e9ecef;
      color: #343a40;
    }

    .btn-free:hover {
      background-color: #dee2e6;
    }

    .btn-growth {
      background: linear-gradient(135deg, #ff7e00, #ff6200);
      color: white;
      border: none;
      width: 50%;
    }

    .btn-growth:hover {
      background: linear-gradient(135deg, #ff8c1a, #ff751a);
      transform: translateY(-2px);
    }

    .btn-enterprise {
      border: 2px solid var(--primary);
      color: var(--primary);
      background: white;
    }

    .btn-enterprise:hover {
      background: var(--primary);
      color: white;
    }

    /* story */
    .section-story {
      padding: 100px 0;
    }

    .title-small {
      color: var(--primary);
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }

    .main-title {
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.1;
      margin-bottom: 1.5rem;
    }

    .main-title span {
      color: var(--primary);
    }

    .lead-text {
      font-size: 1.25rem;
      color: #d1d5db;
      max-width: 900px;
      margin: 0 auto 4rem;
      line-height: 1.6;
    }

    .card-mission-vision {
      background: rgba(255,255,255,0.06);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 16px;
      padding: 2.5rem;
      transition: all 0.3s ease;
    }

    .card-mission-vision:hover {
      transform: translateY(-8px);
      background: rgba(255,255,255,0.09);
    }

    .icon-circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      margin-bottom: 1.5rem;
    }

    .value-pill {
      padding: 1rem 1.5rem;
      color: white;
      background-color: rgba(245, 245, 245, 0.184);
      border-radius: 12px;
      text-align: center;
      font-weight: 600;
      transition: all 0.3s;
    }

    .value-pill:hover {
      transform: translateY(-3px);
      background-color: rgba(136, 132, 132, 0.283);
    }

    .vision-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
    }

    .vision-text {
      color: #d1d5db;
      font-size: 1.15rem;
      line-height: 1.7;
    }
    .pane-mission-value{
      background: var(--primary);
      color: white;
      font-family: system-ui, -apple-system, sans-serif;
    }
    .pane-vision-globale{
      background: var(--dark-blue);
      color: white;
      font-family: system-ui, -apple-system, sans-serif;
    }

    @media (max-width: 992px) {
      .main-title { font-size: 2.6rem; }
    }

    /* for users */

    .user-card {
      border-radius: 1.25rem;
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
      padding: 2.5rem;
    }

    .icon-main {
      width: 80px;
      height: 80px;
      background: var(--blue);
      color: white;
      border-radius: 1rem;
      display: grid;
      place-items: center;
      font-size: 2rem;
    }

    .feature-item {
      background: rgba(255,98,0,0.07);
      border-radius: 0.9rem;
      padding: 1rem 1.3rem;
      margin-bottom: 0.9rem;
    }

    .feature-icon {
      width: 48px;
      height: 48px;
      background: white;
      border-radius: 0.75rem;
      color: var(--primary);
      font-size: 1.4rem;
    }

    .btn-learn {
      background: var(--primary);
      border: none;
      padding: 0.75rem 2rem;
      border-radius: 50px;
      font-weight: 600;
    }

    .btn-learn:hover {
      background: #ff751a;
    }
/* Login Page */

.hero{
padding:80px 0;
text-align:center;
}

.brand{
font-size:34px;
font-weight:700;
color:#ff6a00;
}

.subtitle{
color:#6c757d;
margin-top:10px;
}

.main-btn{
background:#ff7a00;
color:white;
border-radius:12px;
padding:12px 26px;
font-weight:600;
}

.main-btn:hover{
background:#e86900;
color:white;
}

.download-box{
background:white;
border-radius:20px;
padding:45px;
margin-top:50px;
box-shadow:0 20px 50px rgba(0,0,0,0.05);
}

.store-btn img{
height:60px;
}

.qr{
max-width:260px;
border-radius:10px;
}

.step-card{
background:white;
border-radius:16px;
padding:25px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
text-align:center;
}

.step-number{
width:42px;
height:42px;
background:#ff7a00;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:12px;
font-weight:600;
}
