/* FUNNEL PREVIEW */
.funnel-preview{position:relative;z-index:1}
.lp-win{background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,0.5)}
.lp-win-header{background:var(--surface);padding:12px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}
.lp-win-dots{display:flex;gap:6px}
.lp-win-dot{width:10px;height:10px;border-radius:50%}
.lp-win-title{font-size:12px;color:var(--muted);font-family:'Courier New',monospace;letter-spacing:0.03em;margin-left:4px}
.lp-urlbar{padding:7px 16px;background:rgba(0,0,0,0.2);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}
.lp-urlbar-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0;animation:lp-blink 2s ease-in-out infinite}
@keyframes lp-blink{0%,100%{opacity:1}50%{opacity:0.35}}
.lp-urlbar-text{font-size:10px;color:var(--muted);font-family:'Courier New',monospace}
.lp-page{padding:12px;display:flex;flex-direction:column;gap:8px;position:relative;min-height:260px}
.lp-block{border-radius:8px;opacity:0;transform:translateY(10px);animation:lp-appear .45s ease forwards}
@keyframes lp-appear{to{opacity:1;transform:none}}
.lp-block:nth-child(1){animation-delay:.4s}
.lp-block:nth-child(2){animation-delay:.9s}
.lp-block:nth-child(3){animation-delay:1.4s}
.lp-hero{background:linear-gradient(135deg,rgba(30,142,250,0.07),rgba(30,142,250,0.02));border:1px solid rgba(30,142,250,0.15);padding:14px}
.lp-hero-badge{display:inline-block;font-size:9px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--green);background:rgba(0,232,122,0.1);border:1px solid rgba(0,232,122,0.2);padding:3px 8px;border-radius:100px;margin-bottom:8px}
.lp-hero-h{font-family:var(--font-head);font-weight:800;font-size:15px;line-height:1.15;letter-spacing:-0.02em;margin-bottom:5px}
.lp-hero-sub{font-size:10px;color:var(--muted);line-height:1.5;margin-bottom:10px}
.lp-hero-btn{display:inline-block;background:var(--blue);color:var(--white);font-family:var(--font-head);font-weight:700;font-size:10px;padding:6px 14px;border-radius:100px;letter-spacing:0.03em;animation:lp-pulse 2.5s ease-in-out infinite;animation-delay:2s}
@keyframes lp-pulse{0%,100%{box-shadow:0 0 0 0 rgba(30,142,250,0.5)}60%{box-shadow:0 0 0 7px rgba(30,142,250,0)}}
.lp-proof{background:var(--surface);border:1px solid var(--border);padding:9px 14px;display:flex;align-items:center;justify-content:space-between}
.lp-timer{background:rgba(239,68,68,0.08);border:1px solid rgba(239,68,68,0.25);border-radius:6px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px}
.lp-timer-label{font-size:10px;color:#f87171;font-weight:600;display:flex;align-items:center;gap:5px}
.lp-timer-label::before{content:'';width:6px;height:6px;border-radius:50%;background:#f87171;flex-shrink:0;animation:lp-blink 1s ease-in-out infinite}
.lp-timer-count{font-family:var(--font-head);font-weight:800;font-size:12px;color:#f87171;font-variant-numeric:tabular-nums;letter-spacing:0.02em}
.lp-stars{font-size:11px;color:#FFD700;letter-spacing:1px}
.lp-stars span{color:var(--muted);font-size:10px;margin-left:4px;font-family:var(--font-body)}
.lp-proof-count{font-size:10px;color:var(--muted)}
.lp-form{background:var(--surface);border:1px solid var(--border);padding:12px 14px;display:flex;flex-direction:column;gap:6px}
.lp-form-field{height:24px;background:rgba(255,255,255,0.04);border:1px solid var(--border);border-radius:5px}
.lp-form-submit{background:var(--green);color:#050f08;font-family:var(--font-head);font-weight:700;font-size:10px;padding:7px 12px;border-radius:5px;text-align:center;letter-spacing:0.03em}
.lp-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:lp-slide-in .4s ease forwards;animation-delay:2.2s;max-width:175px;z-index:10}
@keyframes lp-slide-in{to{opacity:1;transform:none}}
.lp-notif-dot{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;animation:lp-blink 1.5s ease-in-out infinite}
.lp-notif-name{font-size:11px;font-weight:600;color:var(--white);display:block;line-height:1.3}
.lp-notif-time{font-size:10px;color:#3a3835}
.lp-win-footer{padding:9px 16px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);background:rgba(0,0,0,0.15)}
.lp-win-footer-label{font-size:11px;color:var(--muted)}
.lp-win-footer-tag{font-size:11px;color:var(--green);font-weight:500}

/* 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,max-height .5s ease,padding .5s ease,opacity .4s ease}
.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}
.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)}

/* ANATOMIE */
.anatomy-section{padding:100px 48px;background:var(--black)}
.anatomy-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:60px}
.anatomy-list{display:flex;flex-direction:column;gap:12px}
.anatomy-item{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:var(--card);border:1px solid var(--border);border-radius:12px;transition:border-color .3s}
.anatomy-item:hover{border-color:rgba(30,142,250,0.3)}
.anatomy-num{font-family:var(--font-head);font-weight:800;font-size:11px;color:var(--blue);min-width:22px;margin-top:2px;letter-spacing:0.05em}
.anatomy-info{flex:1}
.anatomy-name{font-family:var(--font-head);font-weight:700;font-size:14px;margin-bottom:2px}
.anatomy-desc{font-size:12px;color:var(--muted);line-height:1.6}
.anatomy-badge{font-size:10px;letter-spacing:0.07em;text-transform:uppercase;font-weight:500;padding:2px 8px;border-radius:100px;border:1px solid;white-space:nowrap;flex-shrink:0}
.badge-must{background:rgba(0,232,122,0.08);color:var(--green);border-color:rgba(0,232,122,0.2)}
.badge-opt{background:rgba(30,142,250,0.08);color:var(--blue);border-color:rgba(30,142,250,0.2)}
.anatomy-right p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:28px}
.anatomy-checklist{display:flex;flex-direction:column;gap:14px}
.anatomy-check-item{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--muted)}
.anatomy-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}

/* 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(30,142,250,0.35);box-shadow:0 16px 48px rgba(0,0,0,0.25)}
.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:var(--green);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)}

/* 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}

/* TARIFS */
.tarifs-section{padding:100px 48px;background:linear-gradient(135deg,#060e1c 0%,#091628 100%)}
.tarifs-grid{display:grid;grid-template-columns:repeat(3,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-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 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-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)}

/* RESPONSIVE — PAGE */
@media(max-width:1024px){
  .funnel-preview{max-width:480px}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .features-section,.anatomy-section,.avantages-section,.usecases-section,.process-section,.include-section{padding:80px 32px}
  .anatomy-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}
  .after-section{padding:80px 32px}
  .after-grid{grid-template-columns:repeat(2,1fr)}
  .tarifs-section{padding:80px 32px}
  .tarifs-grid{grid-template-columns:1fr}
  .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}
  .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){
  .funnel-preview{max-width:100%;overflow:hidden}
  .features-section,.anatomy-section,.avantages-section,.usecases-section,.process-section,.include-section{padding:64px 20px}
  .features-grid{grid-template-columns:1fr}
  .usecases-grid{grid-template-columns:1fr}
  .process-card-num{font-size:48px}
  .include-grid{grid-template-columns:1fr}
  .after-section{padding:64px 20px}
  .after-grid{grid-template-columns:1fr;gap:16px}
  .tarifs-section{padding:60px 20px}
  .tarifs-grid{grid-template-columns:1fr}
  .tarif-price-amount{font-size:44px}
  .tarifs-info-grid{grid-template-columns:1fr;gap:24px}
  .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}
}
