/* SHOP PREVIEW */
.shop-preview{position:relative;z-index:1}
.shop-window{position:relative;background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,0.5)}
.ec-url::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:8px;vertical-align:middle;animation:ec-blink 2s ease-in-out infinite}
@keyframes ec-blink{0%,100%{opacity:1}50%{opacity:0.35}}
.ec-nav,.ec-banner,.ec-products{opacity:0;transform:translateY(8px);animation:ec-appear .5s ease forwards}
@keyframes ec-appear{to{opacity:1;transform:none}}
.ec-nav{animation-delay:.7s}
.ec-banner{animation-delay:.9s}
.ec-products{animation-delay:1.1s}
.ec-banner-btn-p{animation:ec-pulse 2.5s ease-in-out infinite;animation-delay:2s}
@keyframes ec-pulse{0%,100%{box-shadow:0 0 0 0 rgba(0,232,122,0.5)}60%{box-shadow:0 0 0 7px rgba(0,232,122,0)}}
.ec-cart-count{animation:ec-bounce 1s ease 2.6s 1}
@keyframes ec-bounce{0%,100%{transform:scale(1)}30%{transform:scale(1.4)}60%{transform:scale(0.9)}}
.ec-notif{position:absolute;bottom:12px;right:12px;background:rgba(26,26,26,0.55);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.08);border-radius:10px;padding:9px 11px;display:flex;align-items:center;gap:8px;box-shadow:0 8px 24px rgba(0,0,0,0.3);opacity:0;transform:translateX(20px);animation:ec-slide-in .4s ease forwards;animation-delay:2.4s;max-width:195px;z-index:10}
@keyframes ec-slide-in{to{opacity:1;transform:none}}
.ec-notif-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:ec-blink 1.5s ease-in-out infinite}
.ec-notif-text{font-size:10px;color:var(--white);line-height:1.3;font-weight:500}
.ec-notif-time{font-size:9px;color:#3a3835;margin-top:1px}
.ec-bar{background:var(--surface);padding:10px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}
.ec-dots{display:flex;gap:6px;flex-shrink:0}
.ec-dot{width:10px;height:10px;border-radius:50%}
.ec-url{flex:1;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.07);border-radius:6px;padding:4px 12px;font-size:11px;color:var(--muted);font-family:'Courier New',monospace}
.ec-site{background:#0d0d0d;line-height:1.4}
.ec-nav{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-bottom:1px solid rgba(255,255,255,0.06);background:#111}
.ec-logo{display:flex;align-items:center;gap:6px}
.ec-logo-badge{width:20px;height:20px;border-radius:4px;background:var(--white);display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:800;color:#111;font-family:var(--font-head);flex-shrink:0}
.ec-logo-name{font-family:var(--font-head);font-weight:700;font-size:10px;letter-spacing:0.06em;color:var(--white)}
.ec-nav-links{display:flex;gap:12px}
.ec-navlink{font-size:9px;color:var(--muted)}
.ec-cart{display:flex;align-items:center;gap:6px}
.ec-cart-icon{font-size:13px}
.ec-cart-count{background:var(--green);color:#050f08;font-size:7px;font-weight:800;font-family:var(--font-head);width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.ec-banner{padding:20px 14px 18px;background:linear-gradient(140deg,#0d1117 0%,#111 60%,#0d0d0d 100%);border-bottom:1px solid rgba(255,255,255,0.05);position:relative;overflow:hidden}
.ec-banner::before{content:'';position:absolute;right:-10px;top:-10px;width:120px;height:120px;background:radial-gradient(circle,rgba(30,142,250,0.1) 0%,transparent 70%);pointer-events:none}
.ec-banner-tag{display:inline-flex;background:rgba(30,142,250,0.1);border:1px solid rgba(30,142,250,0.2);border-radius:100px;padding:3px 9px;font-size:7px;color:var(--blue);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px}
.ec-banner-h1{font-family:var(--font-head);font-weight:800;font-size:19px;line-height:1.0;letter-spacing:-0.03em;color:var(--white);margin-bottom:6px}
.ec-banner-sub{font-size:9px;color:var(--muted);margin-bottom:12px}
.ec-banner-btns{display:flex;gap:7px}
.ec-banner-btn-p{background:var(--green);color:#050f08;font-size:8px;font-weight:700;font-family:var(--font-head);padding:6px 13px;border-radius:100px}
.ec-banner-btn-s{border:1px solid rgba(255,255,255,0.14);color:rgba(255,255,255,0.5);font-size:8px;padding:6px 13px;border-radius:100px}
.ec-products{padding:12px 14px;background:#0d0d0d}
.ec-products-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.ec-products-label{font-size:8px;letter-spacing:0.12em;text-transform:uppercase;color:var(--muted);font-weight:500}
.ec-products-link{font-size:8px;color:var(--blue)}
.ec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.ec-product{background:var(--card);border:1px solid var(--border);border-radius:7px;overflow:hidden}
.ec-product-img{height:56px;display:flex;align-items:flex-end;justify-content:flex-end;padding:5px;position:relative}
.ec-product-badge{font-size:6.5px;font-weight:700;font-family:var(--font-head);padding:2px 6px;border-radius:100px}
.badge-new{background:rgba(0,232,122,0.12);color:var(--green);border:1px solid rgba(0,232,122,0.25)}
.badge-pop{background:rgba(255,255,255,0.06);color:var(--muted);border:1px solid rgba(255,255,255,0.1)}
.badge-promo{background:rgba(249,115,22,0.12);color:#f97316;border:1px solid rgba(249,115,22,0.25)}
.ec-product-info{padding:7px 8px 8px}
.ec-product-name{font-family:var(--font-head);font-weight:700;font-size:8.5px;color:var(--white);margin-bottom:3px}
.ec-product-price{font-size:8px;color:var(--white);font-weight:500;margin-bottom:6px}
.ec-product-price s{color:var(--muted);font-weight:400;margin-left:3px}
.ec-product-add{width:100%;background:rgba(0,232,122,0.15);border:1px solid rgba(0,232,122,0.2);color:var(--green);font-size:7.5px;font-weight:700;font-family:var(--font-head);padding:5px 0;border-radius:5px;text-align:center}
.ec-trust{padding:8px 14px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:14px;background:rgba(0,0,0,0.2)}
.ec-trust-item{display:flex;align-items:center;gap:4px;font-size:7.5px;color:var(--muted)}

/* FEATURES */
.features-section{padding:100px 48px;background:var(--surface)}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:60px}
.feature-card{padding:40px 32px;background:var(--card);border:1px solid var(--border);position:relative;overflow:hidden;transition:background .3s,border-color .3s}
.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--blue),var(--green));transform:scaleX(0);transform-origin:left;transition:transform .4s}
.feature-card:hover{background:rgba(30,142,250,0.02);border-color:rgba(30,142,250,0.2)}
.feature-card:hover::before{transform:scaleX(1)}
.feature-icon{width:48px;height:48px;border-radius:12px;background:rgba(30,142,250,0.08);border:1px solid rgba(30,142,250,0.15);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.feature-icon svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.feature-name{font-family:var(--font-head);font-weight:700;font-size:20px;margin-bottom:12px}
.feature-desc{font-size:14px;color:var(--muted);line-height:1.75}
.features-grid.collapsed .feature-card:nth-child(n+7){max-height:0;padding-top:0;padding-bottom:0;border-color:transparent;opacity:0;overflow:hidden;pointer-events:none}
.feature-card{transition:background .3s,border-color .3s,max-height .5s ease,padding .5s ease,opacity .4s ease}
.features-toggle{display:flex;align-items:center;justify-content:center;gap:10px;margin:40px auto 0;background:none;border:1px solid rgba(255,255,255,0.12);color:var(--muted);font-family:var(--font-head);font-weight:600;font-size:14px;padding:14px 32px;border-radius:100px;cursor:pointer;transition:border-color .2s,color .2s,background .2s}
.features-toggle:hover{border-color:rgba(30,142,250,0.4);color:var(--white);background:rgba(30,142,250,0.05)}
.features-toggle svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s}
.features-grid:not(.collapsed)+.features-toggle svg{transform:rotate(180deg)}

/* PLATEFORMES */
.platforms-section{padding:100px 48px;background:var(--black)}
.platforms-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:60px}
.platforms-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.platform-card{padding:24px;background:var(--card);border:1px solid var(--border);border-radius:12px;transition:border-color .3s}
.platform-card:hover{border-color:rgba(30,142,250,0.3)}
.platform-name{font-family:var(--font-head);font-weight:700;font-size:16px;margin-bottom:6px}
.platform-desc{font-size:12px;color:var(--muted);line-height:1.6;margin-bottom:12px}
.platform-tag{display:inline-flex;font-size:10px;letter-spacing:0.07em;text-transform:uppercase;font-weight:500;padding:2px 8px;border-radius:100px;border:1px solid}
.tag-popular{background:rgba(0,232,122,0.08);color:var(--green);border-color:rgba(0,232,122,0.2)}
.tag-open{background:rgba(30,142,250,0.08);color:var(--blue);border-color:rgba(30,142,250,0.2)}
.tag-custom{background:rgba(122,119,112,0.1);color:var(--muted);border-color:rgba(122,119,112,0.2)}
.platforms-right p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:28px}
.platforms-checklist{display:flex;flex-direction:column;gap:14px}
.platforms-check-item{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--muted)}
.platforms-check-dot{width:18px;height:18px;border-radius:50%;background:rgba(0,232,122,0.1);border:1px solid rgba(0,232,122,0.25);display:flex;align-items:center;justify-content:center;font-size:9px;color:var(--green);flex-shrink:0;margin-top:2px}

/* AVANTAGES */
.avantages-section{padding:100px 48px;background:var(--surface)}
.avantages-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:60px}
.avantages-list{display:flex;flex-direction:column;gap:24px}
.avantage-item{display:flex;gap:20px;align-items:flex-start}
.avantage-num{font-family:var(--font-head);font-weight:800;font-size:13px;color:var(--blue);min-width:28px;margin-top:3px;letter-spacing:0.05em}
.avantage-title{font-family:var(--font-head);font-weight:700;font-size:17px;margin-bottom:6px}
.avantage-desc{font-size:14px;color:var(--muted);line-height:1.75}
.avantages-visual{display:flex;flex-direction:column;gap:16px}
.stat-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:28px 32px;position:relative;overflow:hidden}
.stat-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--blue),var(--green))}
.stat-card-num{font-family:var(--font-head);font-weight:800;font-size:42px;letter-spacing:-0.03em;color:var(--blue);line-height:1}
.stat-card-label{font-size:14px;color:var(--muted);margin-top:6px}

/* USE CASES */
.usecases-section{padding:100px 48px}
.usecases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:60px}
.usecase-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:32px;transition:border-color .3s}
.usecase-card:hover{border-color:rgba(30,142,250,0.25)}
.usecase-tag{display:inline-flex;align-items:center;padding:4px 12px;border-radius:100px;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;font-weight:500;margin-bottom:20px;background:rgba(30,142,250,0.08);color:var(--blue);border:1px solid rgba(30,142,250,0.18)}
.usecase-title{font-family:var(--font-head);font-weight:700;font-size:18px;margin-bottom:12px}
.usecase-desc{font-size:14px;color:var(--muted);line-height:1.75;margin-bottom:20px}
.usecase-points{display:flex;flex-direction:column;gap:8px}
.usecase-point{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--muted)}
.usecase-point-dot{width:5px;height:5px;border-radius:50%;background:var(--green);margin-top:7px;flex-shrink:0}
.usecase-point strong{color:var(--white);font-weight:500}

/* PROCESS */
.process-section{padding:100px 48px;background:var(--black)!important}
.process-layout{display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:start}
.process-list{display:flex;flex-direction:column;gap:4px}
@keyframes proc-fill{from{height:0%}to{height:100%}}
.process-item{padding:20px 24px 20px 27px;border-radius:12px;cursor:pointer;border-left:none;transition:background .3s;position:relative;overflow:hidden}
.process-item::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:rgba(255,255,255,0.06);border-radius:2px}
.process-item::after{content:'';position:absolute;left:0;top:0;width:3px;height:0%;background:var(--blue);border-radius:2px}
.process-item.active{background:#111}
.process-item.active::after{animation:proc-fill 5s linear forwards}
.process-item-top{display:flex;align-items:center;gap:14px}
.process-item-num{font-size:11px;font-family:var(--font-head);font-weight:700;color:var(--muted);transition:color .3s;min-width:20px}
.process-item.active .process-item-num{color:var(--blue)}
.process-item-title{font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--muted);transition:color .3s}
.process-item.active .process-item-title{color:var(--white)}
.process-item-desc{font-size:14px;color:var(--muted);line-height:1.65;margin-top:0;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s,margin-top .3s;padding-left:34px}
.process-item.active .process-item-desc{max-height:120px;opacity:1;margin-top:10px}
.process-card{background:#0c0c1a;border:1px solid rgba(255,255,255,0.06);border-radius:20px;padding:32px 28px;text-align:center;position:sticky;top:120px;min-height:280px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:opacity .25s,transform .25s}
.process-card-deco{width:1px;height:32px;background:linear-gradient(180deg,transparent,var(--blue));margin:0 auto 14px}
.process-card-num{font-family:var(--font-head);font-weight:800;font-size:64px;color:var(--blue);opacity:0.4;line-height:1;margin-bottom:14px}
.process-card-title{font-family:var(--font-head);font-weight:800;font-size:22px;margin-bottom:12px}
.process-card-desc{font-size:13px;color:var(--muted);line-height:1.7}
.process-card-nav{display:flex;gap:8px;margin-top:32px}
.process-card-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,0.1);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s}
.process-card-btn:hover{border-color:var(--blue);background:rgba(30,142,250,0.1)}
.process-card-btn svg{width:14px;height:14px;stroke:var(--white);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* INCLUDE */
.include-section{padding:100px 48px;background:var(--surface)}
.include-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:60px}
.include-item{display:flex;align-items:flex-start;gap:16px;padding:28px;background:var(--card);border:1px solid var(--border);border-radius:12px;transition:border-color .3s}
.include-item:hover{border-color:rgba(0,232,122,0.2)}
.include-check{width:22px;height:22px;border-radius:50%;background:rgba(0,232,122,0.1);border:1px solid rgba(0,232,122,0.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;color:var(--green);font-size:11px}
.include-text strong{display:block;font-size:15px;font-weight:500;margin-bottom:6px;color:var(--white)}
.include-text span{font-size:13px;color:var(--muted);line-height:1.6}

/* APRÈS LIVRAISON */
.after-section{padding:100px 48px;background:var(--black)}
.after-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:60px}
.after-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:32px 26px;display:flex;flex-direction:column;gap:14px;transition:border-color .3s,transform .3s}
.after-card:hover{border-color:rgba(30,142,250,0.25);transform:translateY(-4px)}
.after-icon{width:46px;height:46px;border-radius:12px;background:rgba(30,142,250,0.08);border:1px solid rgba(30,142,250,0.2);display:flex;align-items:center;justify-content:center;color:var(--blue);flex-shrink:0}
.after-icon svg{width:22px;height:22px}
.after-title{font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--white);line-height:1.25}
.after-desc{font-size:13.5px;color:var(--muted);line-height:1.65}
.after-note{margin-top:48px;text-align:center;font-size:13.5px;color:var(--muted);font-style:italic;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.7}
@media(max-width:1024px){.after-section{padding:80px 32px}.after-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.after-section{padding:64px 20px}.after-grid{grid-template-columns:1fr;gap:16px}}

/* RÉALISATIONS */
.realisations-section{padding:100px 48px;background:var(--surface)}
.realisations-sub{font-size:17px;font-weight:300;color:var(--muted);line-height:1.65;margin-top:12px;max-width:520px}
.realisations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:56px}
.real-card{background:var(--card);border:1px solid var(--border);overflow:hidden;transition:border-color .3s,box-shadow .3s}
.real-card:first-child{border-radius:12px 0 0 12px}
.real-card:last-child{border-radius:0 12px 12px 0}
.real-card:hover{border-color:rgba(249,115,22,0.4);box-shadow:0 16px 48px rgba(249,115,22,0.08)}
.real-thumb{position:relative;aspect-ratio:4/3;overflow:hidden}
.real-tag{position:absolute;top:10px;left:10px;background:rgba(0,0,0,0.55);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.1);border-radius:100px;padding:3px 10px;font-size:9px;color:rgba(255,255,255,0.75);letter-spacing:0.07em;text-transform:uppercase}
.real-sim{position:absolute;bottom:12px;left:12px;right:12px;display:flex;flex-direction:column;gap:5px}
.real-sim-bar{height:4px;border-radius:3px;background:rgba(255,255,255,0.08)}
.real-sim-bar.w80{width:80%}
.real-sim-bar.w60{width:60%}
.real-sim-bar.w40{width:40%}
.real-info{padding:18px 20px 20px}
.real-name{font-family:var(--font-head);font-weight:700;font-size:15px;margin-bottom:4px}
.real-desc{font-size:12px;color:var(--muted);line-height:1.55;margin-bottom:10px}
.real-metrics{display:flex;gap:16px;flex-wrap:wrap}
.real-metric{font-size:11px;color:#F97316;font-weight:500}
.realisations-footer{margin-top:48px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.realisations-note{font-size:14px;color:var(--muted)}
@media(max-width:1024px){.realisations-section{padding:80px 32px}.realisations-grid{grid-template-columns:repeat(2,1fr)}.real-card:last-child{grid-column:1/3;border-radius:0 0 12px 12px}.real-card:first-child{border-radius:12px 0 0 0}.real-card:nth-child(2){border-radius:0 12px 0 0}}
@media(max-width:768px){.realisations-section{padding:60px 20px}.realisations-grid{grid-template-columns:1fr}.real-card:first-child,.real-card:last-child,.real-card:nth-child(2){border-radius:0}}

/* TARIFS */
.tarifs-section{padding:100px 48px;background:linear-gradient(135deg,#060e1c 0%,#091628 100%)}
.tarifs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:56px}
.tarif-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:32px 28px;position:relative;overflow:hidden;transition:border-color .3s,transform .3s;display:flex;flex-direction:column}
.tarif-card:hover{border-color:rgba(30,142,250,0.3);transform:translateY(-4px)}
.tarif-card.featured{border-color:rgba(30,142,250,0.4);background:rgba(30,142,250,0.03)}
.tarif-card.featured::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--blue),var(--green))}
.tarif-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:100px;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;font-weight:600;margin-bottom:28px}
.tarif-badge.badge-unique{background:rgba(0,232,122,0.1);color:var(--green);border:1px solid rgba(0,232,122,0.2)}
.tarif-badge.badge-mensuel{background:rgba(30,142,250,0.1);color:var(--blue);border:1px solid rgba(30,142,250,0.2)}
.tarif-price{display:flex;align-items:baseline;gap:4px;margin-bottom:8px}
.tarif-price-amount{font-family:var(--font-head);font-weight:800;font-size:42px;letter-spacing:-0.04em;line-height:1;color:var(--white)}
.tarif-price-suffix{font-size:15px;color:var(--muted);font-weight:300}
.tarif-desc{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:32px}
.tarif-features{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}
.tarif-feature{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--muted)}
.tarif-feature-dot{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;flex-shrink:0;margin-top:2px}
.tarif-feature-dot.green{background:rgba(0,232,122,0.1);border:1px solid rgba(0,232,122,0.25);color:var(--green)}
.tarif-feature-dot.blue{background:rgba(30,142,250,0.1);border:1px solid rgba(30,142,250,0.25);color:var(--blue)}
.tarif-feature strong{color:var(--white);font-weight:500}
.tarif-cta{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 28px;border-radius:100px;font-family:var(--font-head);font-weight:700;font-size:14px;text-decoration:none;transition:transform .2s,box-shadow .2s;width:100%}
.tarif-cta.cta-green{background:var(--green);color:#050f08}
.tarif-cta.cta-green:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(0,232,122,0.3)}
.tarif-cta.cta-outline{border:1px solid rgba(255,255,255,0.15);color:var(--white)}
.tarif-cta.cta-outline:hover{border-color:rgba(30,142,250,0.5);background:rgba(30,142,250,0.06)}
.tarifs-modular-note{text-align:center;color:var(--muted);font-size:13.5px;font-style:italic;margin:32px auto 0;max-width:680px;line-height:1.7}
.tarifs-modular-note strong{color:var(--white);font-style:normal;font-weight:600}
.tarifs-info-card{margin-top:32px;background:var(--card);border:1px solid var(--border);border-radius:20px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.tarifs-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;flex:1;min-width:0}
.tarifs-info-block{display:flex;align-items:flex-start;gap:14px}
.tarifs-info-icon{width:40px;height:40px;border-radius:10px;background:rgba(0,232,122,0.08);border:1px solid rgba(0,232,122,0.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tarifs-info-icon svg{width:18px;height:18px}
.tarifs-info-title{font-family:var(--font-head);font-weight:700;font-size:15px;color:var(--white);display:flex;align-items:center;min-height:40px}
.tarifs-info-cta{display:inline-flex;align-items:center;gap:10px;background:var(--green);color:#050f08;font-family:var(--font-head);font-weight:700;font-size:14px;padding:16px 28px;border-radius:100px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:transform .2s,box-shadow .2s}
.tarifs-info-cta:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(0,232,122,0.3)}
@media(max-width:1024px){.tarifs-info-card{flex-direction:column;align-items:stretch;padding:32px}.tarifs-info-grid{grid-template-columns:1fr 1fr}.tarifs-info-cta{align-self:center}}
@media(max-width:768px){.tarifs-info-grid{grid-template-columns:1fr;gap:24px}}
.tarifs-echelon{margin-top:28px;display:flex;align-items:center;gap:16px;padding:18px 24px;background:rgba(255,255,255,0.02);border:1px solid var(--border);border-radius:12px}
.tarifs-echelon-icon{font-size:18px;flex-shrink:0}
.tarifs-echelon-text{font-size:14px;color:var(--muted);line-height:1.55}
.tarifs-echelon-text strong{color:var(--white);font-weight:500}
@media(max-width:1100px){.tarifs-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1024px){.tarifs-section{padding:80px 32px}}
@media(max-width:768px){.tarifs-section{padding:60px 20px}.tarifs-grid{grid-template-columns:1fr}.tarif-price-amount{font-size:44px}}

/* RESPONSIVE — PAGE */
@media(max-width:1024px){
  .shop-preview{max-width:480px}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .platforms-grid{grid-template-columns:1fr 1fr}
  .features-section,.platforms-section,.avantages-section,.usecases-section,.process-section,.include-section,.faq-section{padding:80px 32px}
  .platforms-layout{grid-template-columns:1fr;gap:48px}
  .avantages-layout{grid-template-columns:1fr;gap:48px}
  .process-layout{grid-template-columns:1fr;gap:40px}
  .process-card{position:static;min-height:auto}
}
@media(max-width:768px){
  .shop-preview{max-width:100%;overflow:hidden}
  .shop-window{max-width:100%;width:100%}
  .features-section,.platforms-section,.avantages-section,.usecases-section,.process-section,.include-section,.faq-section{padding:64px 20px}
  .features-grid{grid-template-columns:1fr}
  .platforms-grid{grid-template-columns:1fr}
  .usecases-grid{grid-template-columns:1fr}
  .process-card-num{font-size:48px}
  .include-grid{grid-template-columns:1fr}
}
