
    :root{
      --bg:#f5f6fb;
      --surface:#ffffff;
      --surface-2:#eff0f8;
      --ink:#17182b;
      --muted:#676a7f;
      --navy:#11142b;
      --navy-2:#191d3d;
      --violet:#7457ff;
      --violet-2:#9c6bff;
      --cyan:#37e6c7;
      --line:rgba(20,23,50,.10);
      --shadow:0 24px 80px rgba(17,20,43,.13);
      --radius:24px;
      --radius-sm:16px;
      --max:1180px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:var(--bg);
      font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
      line-height:1.6;
      -webkit-font-smoothing:antialiased;
    }
    body.modal-open{overflow:hidden}
    button,input,select,textarea{font:inherit}
    button,a{tap-highlight-color:transparent}
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%}
    .shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
    .skip{
      position:fixed;left:16px;top:-80px;z-index:9999;padding:12px 18px;
      background:#fff;border-radius:12px;box-shadow:var(--shadow)
    }
    .skip:focus{top:16px}
    .header{
      position:fixed;inset:0 0 auto;z-index:100;
      transition:background .25s,border-color .25s,backdrop-filter .25s;
      border-bottom:1px solid transparent;
    }
    .header.scrolled{
      background:rgba(17,20,43,.88);
      border-color:rgba(255,255,255,.09);
      backdrop-filter:blur(18px);
    }
    .nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:26px}
    .brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:900;letter-spacing:-.04em}
    .brand-lockup{
      display:block;width:185px;height:auto;object-fit:contain;
      filter:drop-shadow(0 10px 24px rgba(0,91,219,.20));
      transition:transform .2s,filter .2s
    }
    .brand:hover .brand-lockup{
      transform:translateY(-1px);
      filter:drop-shadow(0 13px 28px rgba(0,139,255,.28))
    }
    .footer-brand-logo{
      display:block;width:min(220px,100%);height:auto;object-fit:contain;
      margin-bottom:20px;filter:drop-shadow(0 12px 26px rgba(0,139,255,.18))
    }
    .nav-links{display:flex;align-items:center;gap:8px}
    .nav-link{
      border:0;background:transparent;color:rgba(255,255,255,.78);
      padding:10px 12px;border-radius:12px;cursor:pointer;font-weight:700
    }
    .nav-link:hover,.nav-link:focus-visible{background:rgba(255,255,255,.08);color:#fff}
    .btn{
      border:0;border-radius:999px;padding:14px 20px;cursor:pointer;
      font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:9px;
      transition:transform .2s,box-shadow .2s,background .2s;color .2s
    }
    .btn:hover{transform:translateY(-2px)}
    .btn-primary{color:#fff;background:linear-gradient(135deg,var(--violet),var(--violet-2));box-shadow:0 14px 34px rgba(116,87,255,.34)}
    .btn-secondary{color:#fff;background:rgba(17,20,43,.82);border:1px solid rgba(255,255,255,.34);box-shadow:0 14px 34px rgba(0,0,0,.22);backdrop-filter:blur(10px)}
    .btn-secondary:hover,.btn-secondary:focus-visible{background:#fff;color:var(--navy);border-color:#fff}
    .btn-light{color:var(--ink);background:#fff;box-shadow:0 12px 34px rgba(17,20,43,.12)}
    .btn-dark{color:#fff;background:var(--navy)}
    .mobile-toggle{display:none;width:46px;height:46px;border:0;border-radius:14px;background:rgba(255,255,255,.1);color:#fff;font-size:22px}
    .hero{
      min-height:790px;position:relative;overflow:hidden;color:#fff;
      background:
        radial-gradient(circle at 14% 14%,rgba(55,230,199,.20),transparent 26%),
        radial-gradient(circle at 85% 22%,rgba(156,107,255,.28),transparent 32%),
        linear-gradient(135deg,#10142E 0%,#151936 58%,#30245f 100%);
      padding:150px 0 148px;
    }
    .hero:after{
      content:"";position:absolute;inset:auto -8% -365px;height:430px;background:var(--bg);
      border-radius:50% 50% 0 0 / 18% 18% 0 0;transform:rotate(-2deg)
    }
    .hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
    .eyebrow{
      display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:999px;
      color:#e8e5ff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
      font-size:13px;font-weight:850;letter-spacing:.04em;text-transform:uppercase
    }
    .eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 6px rgba(55,230,199,.12)}
    h1{font-size:clamp(38px,5.3vw,64px);line-height:1.02;letter-spacing:-.052em;margin:18px 0 20px;max-width:760px}
    .gradient-text{background:linear-gradient(95deg,#fff 10%,#c2b5ff 52%,#5af0d6);-webkit-background-clip:text;background-clip:text;color:transparent}
    .hero-copy{font-size:19px;color:rgba(255,255,255,.72);max-width:650px;margin:0 0 30px}
    .hero-actions{position:relative;z-index:5;display:flex;flex-wrap:wrap;gap:12px;margin-top:4px;padding:4px 0}
    .hero-proof{position:relative;z-index:5;display:flex;align-items:center;margin-top:26px;color:rgba(255,255,255,.82);font-size:14px;font-weight:700}
    .browser{
      position:relative;padding:12px;border-radius:28px;background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);box-shadow:0 34px 100px rgba(0,0,0,.35);
      transform:perspective(1200px) rotateY(-5deg) rotateX(2deg)
    }
    .browser-top{display:flex;gap:6px;padding:4px 4px 12px}
    .browser-top span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35)}
    .browser-screen{
      min-height:455px;border-radius:20px;overflow:hidden;position:relative;
      background:
        linear-gradient(180deg,rgba(13,16,38,.18),rgba(13,16,38,.8)),
        url("https://moulprojet.ma/wp-content/uploads/2025/12/moulprojet.webp") center/cover;
    }
    .screen-card{
      position:absolute;left:22px;right:22px;bottom:22px;background:rgba(255,255,255,.93);
      color:var(--ink);border-radius:18px;padding:20px;backdrop-filter:blur(10px);
      display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center
    }
    .screen-card strong{display:block;font-size:20px;letter-spacing:-.03em}
    .screen-card small{color:var(--muted)}
    .screen-score{width:54px;height:54px;border-radius:16px;background:#e8fff9;display:grid;place-items:center;color:#087c68;font-weight:950}
    .stats{position:relative;z-index:3;margin-top:-42px}
    .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
    .stat{padding:28px 30px;border-right:1px solid var(--line)}
    .stat:last-child{border-right:0}
    .stat b{display:block;font-size:30px;letter-spacing:-.05em;color:var(--navy)}
    .stat span{font-size:14px;color:var(--muted)}
    section{padding:68px 0}
    .section-head{display:grid;grid-template-columns:1fr .8fr;align-items:end;gap:30px;margin-bottom:28px}
    .kicker{color:var(--violet);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
    h2{font-size:clamp(35px,5vw,56px);line-height:1.04;letter-spacing:-.055em;margin:10px 0 0}
    .section-head p{margin:0;color:var(--muted);font-size:17px}
    .services-grid{
      display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch
    }
    .service{
      background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;
      min-height:250px;height:100%;position:relative;overflow:hidden;
      display:grid;grid-template-rows:50px minmax(54px,auto) 1fr 40px;align-content:start;
      transition:transform .25s,box-shadow .25s,border-color .25s
    }
    .service:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(116,87,255,.22)}
    .service-icon{
      width:48px;height:48px;border-radius:15px;display:grid;place-items:center;
      color:#5e40e8;background:linear-gradient(145deg,#f1efff,#eef5ff);border:1px solid rgba(116,87,255,.08)
    }
    .service-icon svg{
      display:block;width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;
      stroke-linecap:round;stroke-linejoin:round
    }
    .service h3{
      align-self:start;font-size:20px;line-height:1.22;letter-spacing:-.035em;
      margin:17px 0 8px;max-width:100%
    }
    .service p{align-self:start;color:var(--muted);font-size:14px;line-height:1.58;margin:0;padding-right:8px}
    .service [data-open]{
      align-self:end;justify-self:end;position:static;width:38px;height:38px;border-radius:50%;
      border:1px solid var(--line);background:#fff;color:var(--navy);font-size:18px;
      display:grid;place-items:center;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .2s
    }
    .service [data-open]:hover,.service [data-open]:focus-visible{
      color:#fff;background:var(--violet);border-color:var(--violet);transform:translateX(2px);outline:none
    }
    .work{background:var(--navy);color:#fff;position:relative;overflow:hidden}
    .work:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(116,87,255,.19);filter:blur(40px);right:-180px;top:-240px}
    .work .section-head p{color:rgba(255,255,255,.64)}
    .portfolio-gallery{
      display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start
    }
    .portfolio-preview{
      appearance:none;display:block;width:100%;padding:16px;overflow:hidden;cursor:pointer;
      border:0;border-radius:24px;background:#e9e9f1;
      box-shadow:0 14px 36px rgba(0,0,0,.14);
      transition:transform .25s,box-shadow .25s,background .25s
    }
    .portfolio-preview:hover,.portfolio-preview:focus-visible{
      transform:translateY(-5px);
      box-shadow:0 20px 46px rgba(0,0,0,.22);
      background:#efeff6;outline:none
    }
    .portfolio-browser{
      display:block;position:relative;overflow:hidden;
      height:390px;background:#ffffff;border-radius:20px;padding-top:28px
    }
    .portfolio-browser:before{
      content:"";position:absolute;inset:0 0 auto;height:28px;z-index:3;
      background:#ececf3;border-bottom:1px solid rgba(17,20,43,.08)
    }
    .portfolio-browser:after{
      content:"";position:absolute;left:14px;top:8px;z-index:4;
      width:34px;height:10px;
      background:
        radial-gradient(circle,#ff735c 0 3px,transparent 4px) 0 0/11px 10px no-repeat,
        radial-gradient(circle,#f3bf4f 0 3px,transparent 4px) 11px 0/11px 10px no-repeat,
        radial-gradient(circle,#54c35b 0 3px,transparent 4px) 22px 0/11px 10px no-repeat
    }
    .portfolio-browser img{
      display:block;width:100%;height:auto;max-width:none;
      object-position:top center;background:#fff;
      transform:translateY(0);transition:transform 9s ease-in-out;
      will-change:transform;image-rendering:auto
    }
    .portfolio-preview:hover .portfolio-browser img,
    .portfolio-preview:focus-visible .portfolio-browser img{
      transform:translateY(calc(-100% + 362px))
    }
    .portfolio-actions{margin-top:24px;text-align:center}
    .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .step{padding:26px;border-top:1px solid var(--line)}
    .step-num{font-size:13px;color:var(--violet);font-weight:950}
    .step h3{font-size:22px;margin:18px 0 8px}
    .step p{color:var(--muted);margin:0}
    .proof-card{
      background:linear-gradient(135deg,#f0ecff,#e9fffa);border:1px solid rgba(116,87,255,.14);
      border-radius:32px;padding:42px;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center
    }
    .proof-numbers{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .proof-number{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);border-radius:20px;padding:22px}
    .proof-number b{font-size:34px;display:block;letter-spacing:-.05em}
    .proof-number span{color:var(--muted);font-size:13px}
    .proof-copy h2{font-size:44px}
    .proof-copy p{color:var(--muted);font-size:17px}
    .pricing-preview{
      display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch
    }
    .price-card{
      background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;
      display:flex;flex-direction:column;min-height:420px;height:100%;position:relative
    }
    .pricing-preview .price-card{
      display:grid;grid-template-rows:minmax(34px,auto) minmax(50px,auto) 62px 1fr 48px;
      align-content:stretch
    }
    .price-card.featured{border-color:rgba(116,87,255,.45);box-shadow:0 24px 70px rgba(116,87,255,.14)}
    .badge{
      position:absolute;top:16px;right:16px;background:#eee9ff;color:#5e40e8;
      padding:6px 9px;border-radius:999px;font-size:10px;line-height:1.2;font-weight:900
    }
    .price-card h3{margin:0;font-size:21px;line-height:1.25;letter-spacing:-.03em;padding-right:0}
    .pricing-preview .price-card.featured h3{padding-right:112px}
    .price-card__description{
      margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5;align-self:start
    }
    .price{font-size:39px;line-height:1;font-weight:950;letter-spacing:-.055em;margin:17px 0 16px;align-self:center}
    .price small{font-size:13px;font-weight:750;color:var(--muted);letter-spacing:0}
    .features{
      list-style:none;padding:0;margin:7px 0 22px;display:grid;align-content:start;
      gap:9px;color:var(--muted);font-size:14px;line-height:1.45
    }
    .features li{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:0}
    .features li:before{
      content:"✓";display:grid;place-items:center;width:16px;height:16px;margin:2px 0 0;
      color:#0d9b80;font-size:13px;line-height:1;font-weight:950
    }
    .features li.separator{display:block}
    .features li.separator:before{display:none}
    .price-card .btn{
      width:100%;min-height:48px;margin-top:auto;padding:12px 16px;align-self:end;
      display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.2
    }
    .modal-grid .price-card h3{min-height:27px}
    .modal-grid .price-card .plan-level{min-height:21px;margin-top:5px}
    .modal-grid .price-card .price{margin:15px 0 17px}
    .modal-grid .price-card .features{margin-bottom:22px}
    .faq-list{display:grid;gap:10px;max-width:900px;margin-inline:auto}
    details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px 22px}
    summary{cursor:pointer;font-weight:850;display:flex;justify-content:space-between;gap:20px;list-style:none}
    summary::-webkit-details-marker{display:none}
    summary:after{content:"+";font-size:22px;color:var(--violet)}
    details[open] summary:after{content:"−"}
    details p{color:var(--muted);margin:14px 0 0}
    .cta{padding-top:6px}
    .cta-box{
      border-radius:34px;padding:52px;background:
        radial-gradient(circle at 85% 10%,rgba(55,230,199,.20),transparent 25%),
        linear-gradient(135deg,var(--navy),#2b225e);color:#fff;
      display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;overflow:hidden
    }
    .cta-box h2{margin:0 0 14px}
    .cta-box p{color:rgba(255,255,255,.68);margin:0}
    footer{padding:52px 0 26px;color:#fff;background:#0d1024}
    .footer-grid{display:grid;grid-template-columns:1.15fr .75fr .75fr .8fr;gap:48px}
    .footer-brand p{color:rgba(255,255,255,.58);max-width:380px}
    footer h4{margin:0 0 16px}
    .footer-links{display:grid;gap:9px;color:rgba(255,255,255,.64);font-size:14px;font-style:normal}
    .footer-links button,.footer-links a[data-open]{border:0;background:none;color:inherit;padding:0;text-align:left;cursor:pointer}
    .footer-links a:hover,.footer-links button:hover{color:#fff}
    .copyright{border-top:1px solid rgba(255,255,255,.09);margin-top:32px;padding-top:20px;display:flex;justify-content:space-between;gap:24px;color:rgba(255,255,255,.46);font-size:13px}
.modal{
      position:fixed;inset:0;z-index:1000;background:rgba(7,9,23,.62);backdrop-filter:blur(12px);
      padding:18px;overflow:auto
    }
    .modal[hidden]{display:none}
    .modal-panel{
      width:min(1120px,100%);min-height:calc(100vh - 36px);margin:auto;background:var(--bg);
      border-radius:30px;box-shadow:0 40px 120px rgba(0,0,0,.35);overflow:hidden;position:relative
    }
    .modal-head{
      position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;
      gap:20px;padding:18px 24px;background:rgba(245,246,251,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)
    }
    .modal-title{font-weight:950;letter-spacing:-.04em;font-size:20px}
    .modal-close{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:20px}
    .modal-content{padding:54px}
    .modal-panel.projects-panel{width:min(1500px,100%);height:calc(100vh - 36px);min-height:0;display:flex;flex-direction:column}
    .projects-panel .modal-head{flex:0 0 auto}
    .projects-frame-wrap{position:relative;flex:1;min-height:0;background:#fff}
    .projects-frame{display:block;width:100%;height:100%;min-height:640px;border:0;background:#fff}
    .modal-hero{max-width:760px;margin-bottom:42px}
    .modal-hero h2{margin-top:6px}
    .modal-hero p{color:var(--muted);font-size:17px}
    .modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
    .info-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}
    .info-card h3{margin:0 0 10px;font-size:22px}
    .info-card p{color:var(--muted);margin:0}
    .pricing-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}
    .tab{
      border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;cursor:pointer;font-weight:800
    }
    .tab.active{background:var(--navy);color:#fff}
    .price-group[hidden]{display:none}
    .price-group{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .price-card .plan-level{margin:0;color:var(--muted);font-size:13px;font-weight:850;text-transform:capitalize}
    .price-card .features{flex:1}
    .price-card .features .separator{height:1px;margin:5px 0;overflow:hidden;color:transparent;background:var(--line)}
    .contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}
    .contact-aside{background:var(--navy);color:#fff;border-radius:26px;padding:32px}
    .contact-aside p{color:rgba(255,255,255,.64)}
    .contact-list{display:grid;gap:12px;margin-top:28px}
    .contact-item{padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:14px;color:rgba(255,255,255,.76)}
    form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    label{display:grid;gap:7px;font-size:13px;font-weight:850;color:#3d4057}
    .full{grid-column:1/-1}
    input,select,textarea{width:100%;border:1px solid var(--line);border-radius:13px;padding:13px 14px;background:#fafafd;color:var(--ink);outline:none}
    input:focus,select:focus,textarea:focus{border-color:var(--violet);box-shadow:0 0 0 4px rgba(116,87,255,.10)}
    textarea{min-height:120px;resize:vertical}
    .form-note{font-size:12px;color:var(--muted)}
    .mobile-menu{display:none}

    .reviews-section{background:#fff}
    .reviews-shell{
      background:linear-gradient(135deg,#f5f3ff,#eefcff);
      border:1px solid rgba(116,87,255,.14);
      border-radius:30px;padding:42px;
      box-shadow:0 22px 65px rgba(17,20,43,.09)
    }
    .reviews-head{
      max-width:760px;margin:0 auto 28px;text-align:center
    }
    .reviews-head h2{margin-top:8px}
    .reviews-head p{margin:14px 0 0;color:var(--muted);font-size:16px}
    .trustindex-shortcode{
      min-height:120px;background:#fff;border:1px solid var(--line);
      border-radius:22px;padding:24px;overflow:hidden
    }

    @media(max-width:900px){
      .modal-panel.projects-panel{height:calc(100vh - 20px)}
      .reviews-shell{padding:30px 22px}

      .projects-frame{min-height:520px}
      .nav-links,.nav>.btn{display:none}
      .mobile-toggle{display:block}
      .mobile-menu{
        position:fixed;top:74px;left:16px;right:16px;padding:14px;border-radius:20px;background:#171b39;
        box-shadow:var(--shadow)
      }
      .mobile-menu.open{display:grid}
      .mobile-menu .nav-link{text-align:left;padding:14px}
      .hero{min-height:auto;padding:125px 0 125px}
      .hero-grid,.section-head,.proof-card,.contact-grid,.cta-box{grid-template-columns:1fr}
      .browser{transform:none}
      .stats-grid{grid-template-columns:1fr 1fr}
      .stat:nth-child(2){border-right:0}
      .stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
      .services-grid,.pricing-preview{grid-template-columns:1fr 1fr}
      .process-grid{grid-template-columns:1fr 1fr}
      .footer-grid{grid-template-columns:1fr 1fr}
      .price-group{grid-template-columns:1fr}
      .portfolio-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
      .portfolio-browser{height:350px}
      .portfolio-preview:hover .portfolio-browser img,      .portfolio-preview:focus-visible .portfolio-browser img{transform:translateY(calc(-100% + 322px))}
    }
    @media(max-width:620px){
      .shell{width:min(calc(100% - 28px),var(--max))}
      .nav{height:76px}
      .brand-lockup{width:158px}
      .footer-brand-logo{width:200px}
      h1{font-size:clamp(34px,9.5vw,40px);line-height:1.04;letter-spacing:-.045em}
      .hero-copy{font-size:17px}
      .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;padding:0}
      .hero-actions .btn{width:100%}
      .portfolio-gallery{grid-template-columns:1fr;gap:14px}
      .portfolio-preview{padding:12px}
      .portfolio-browser{height:360px}
      .portfolio-preview:hover .portfolio-browser img,      .portfolio-preview:focus-visible .portfolio-browser img{transform:none}
      .browser-screen{min-height:390px}
      .screen-card{grid-template-columns:1fr}
      .screen-score{display:none}
      .stats{margin-top:-20px}
      .stat{padding:20px}
      section{padding:52px 0}
      .services-grid,.pricing-preview,.process-grid,.proof-numbers,.footer-grid,.modal-grid,.form-grid{grid-template-columns:1fr}
      .proof-card{padding:28px;gap:34px}
      .cta-box{padding:38px 28px}
      .modal{padding:0}
      .modal-panel{min-height:100vh;border-radius:0}
      .modal-content{padding:34px 18px 50px}
      .full{grid-column:auto}
      .copyright{flex-direction:column}
    }
    @media(prefers-reduced-motion:reduce){
      .portfolio-browser img{transition:none!important;transform:none!important}

      *,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
    }
  
    main > section:not(.hero){content-visibility:auto;contain-intrinsic-size:700px}
    .seo-inline-link{font-weight:800;text-decoration:underline;text-underline-offset:3px}
    

/* WordPress plugin integration */
html, body.moulprojet-canvas-template { margin: 0 !important; padding: 0 !important; }
body.moulprojet-canvas-template #wpadminbar { position: fixed; }
.moulprojet-canvas-page, .moulprojet-home-root { width: 100%; max-width: none; margin: 0; padding: 0; }
.moulprojet-home-root .mph-reviews-placeholder { margin: 0; text-align: center; color: #667085; }
.moulprojet-home-root img[data-mph-local-image="1"] { image-rendering: auto; }
@media (max-width: 782px) {
  body.admin-bar .header { top: 46px; }
}
@media (min-width: 783px) {
  body.admin-bar .header { top: 32px; }
}

/* =========================================================
   MoulProjet Home Page 1.0.3
   Full-width breakout and theme color isolation
   ========================================================= */

/* Remove restrictions imposed by common WordPress themes and page builders. */
html body.moulprojet-home-page-active,
html body.moulprojet-canvas-template {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: clip !important;
  background: var(--bg) !important;
}

body.moulprojet-home-page-active #page,
body.moulprojet-home-page-active .site,
body.moulprojet-home-page-active .site-content,
body.moulprojet-home-page-active .content-area,
body.moulprojet-home-page-active .site-main,
body.moulprojet-home-page-active main,
body.moulprojet-home-page-active article,
body.moulprojet-home-page-active .entry,
body.moulprojet-home-page-active .entry-content,
body.moulprojet-home-page-active .page-content,
body.moulprojet-home-page-active .wp-site-blocks,
body.moulprojet-home-page-active .wp-block-post-content,
body.moulprojet-home-page-active .elementor,
body.moulprojet-home-page-active .elementor-section,
body.moulprojet-home-page-active .elementor-container,
body.moulprojet-home-page-active .e-con,
body.moulprojet-home-page-active .e-con-inner,
body.moulprojet-canvas-template .moulprojet-canvas-page {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Break out of a constrained content column when the shortcode is used manually. */
html body.moulprojet-home-page-active .moulprojet-home-root {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow-x: clip !important;
  color: var(--ink) !important;
  background: var(--bg) !important;
  --max: 1480px;
}

/* Use more of the available desktop width while keeping safe side padding. */
html body.moulprojet-home-page-active .moulprojet-home-root .shell {
  width: min(calc(100% - 48px), var(--max)) !important;
  max-width: none !important;
}

/* Stop theme typography rules from overriding the landing-page palette. */
html body.moulprojet-home-page-active .moulprojet-home-root h1,
html body.moulprojet-home-page-active .moulprojet-home-root h2,
html body.moulprojet-home-page-active .moulprojet-home-root h3,
html body.moulprojet-home-page-active .moulprojet-home-root h4,
html body.moulprojet-home-page-active .moulprojet-home-root p,
html body.moulprojet-home-page-active .moulprojet-home-root li,
html body.moulprojet-home-page-active .moulprojet-home-root summary,
html body.moulprojet-home-page-active .moulprojet-home-root label {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

html body.moulprojet-home-page-active .moulprojet-home-root h1,
html body.moulprojet-home-page-active .moulprojet-home-root h2,
html body.moulprojet-home-page-active .moulprojet-home-root h3,
html body.moulprojet-home-page-active .moulprojet-home-root h4 {
  color: var(--ink) !important;
}

/* Dark sections: force the intended white and muted-white colors. */
html body.moulprojet-home-page-active .moulprojet-home-root .header,
html body.moulprojet-home-page-active .moulprojet-home-root .header a,
html body.moulprojet-home-page-active .moulprojet-home-root .header button,
html body.moulprojet-home-page-active .moulprojet-home-root .hero h1,
html body.moulprojet-home-page-active .moulprojet-home-root .hero h2,
html body.moulprojet-home-page-active .moulprojet-home-root .hero h3,
html body.moulprojet-home-page-active .moulprojet-home-root .work h1,
html body.moulprojet-home-page-active .moulprojet-home-root .work h2,
html body.moulprojet-home-page-active .moulprojet-home-root .work h3,
html body.moulprojet-home-page-active .moulprojet-home-root .cta-box h1,
html body.moulprojet-home-page-active .moulprojet-home-root .cta-box h2,
html body.moulprojet-home-page-active .moulprojet-home-root .cta-box h3,
html body.moulprojet-home-page-active .moulprojet-home-root footer h1,
html body.moulprojet-home-page-active .moulprojet-home-root footer h2,
html body.moulprojet-home-page-active .moulprojet-home-root footer h3,
html body.moulprojet-home-page-active .moulprojet-home-root footer h4,
html body.moulprojet-home-page-active .moulprojet-home-root footer a,
html body.moulprojet-home-page-active .moulprojet-home-root .contact-aside h1,
html body.moulprojet-home-page-active .moulprojet-home-root .contact-aside h2,
html body.moulprojet-home-page-active .moulprojet-home-root .contact-aside h3,
html body.moulprojet-home-page-active .moulprojet-home-root .contact-aside h4 {
  color: #ffffff !important;
}

html body.moulprojet-home-page-active .moulprojet-home-root .hero .gradient-text {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

html body.moulprojet-home-page-active .moulprojet-home-root .hero-copy,
html body.moulprojet-home-page-active .moulprojet-home-root .hero-proof,
html body.moulprojet-home-page-active .moulprojet-home-root .work .section-head p,
html body.moulprojet-home-page-active .moulprojet-home-root .work .kicker,
html body.moulprojet-home-page-active .moulprojet-home-root .cta-box p,
html body.moulprojet-home-page-active .moulprojet-home-root footer p,
html body.moulprojet-home-page-active .moulprojet-home-root footer span,
html body.moulprojet-home-page-active .moulprojet-home-root .contact-aside p,
html body.moulprojet-home-page-active .moulprojet-home-root .contact-item {
  color: rgba(255,255,255,.74) !important;
}

html body.moulprojet-home-page-active .moulprojet-home-root .hero h1 {
  color: #ffffff !important;
}

/* Keep text inside light cards dark, even when the parent section is dark. */
html body.moulprojet-home-page-active .moulprojet-home-root .screen-card,
html body.moulprojet-home-page-active .moulprojet-home-root .screen-card strong,
html body.moulprojet-home-page-active .moulprojet-home-root .screen-card small,
html body.moulprojet-home-page-active .moulprojet-home-root .stat,
html body.moulprojet-home-page-active .moulprojet-home-root .stat b,
html body.moulprojet-home-page-active .moulprojet-home-root .service,
html body.moulprojet-home-page-active .moulprojet-home-root .service h3,
html body.moulprojet-home-page-active .moulprojet-home-root .price-card,
html body.moulprojet-home-page-active .moulprojet-home-root .price-card h3,
html body.moulprojet-home-page-active .moulprojet-home-root .info-card,
html body.moulprojet-home-page-active .moulprojet-home-root .info-card h3,
html body.moulprojet-home-page-active .moulprojet-home-root details,
html body.moulprojet-home-page-active .moulprojet-home-root details summary {
  color: var(--ink) !important;
}

/* The WordPress admin bar must not cover the fixed internal header. */
@media (min-width: 783px) {
  body.admin-bar.moulprojet-home-page-active .moulprojet-home-root .header { top: 32px !important; }
}
@media (max-width: 782px) {
  body.admin-bar.moulprojet-home-page-active .moulprojet-home-root .header { top: 46px !important; }
}

@media (max-width: 900px) {
  html body.moulprojet-home-page-active .moulprojet-home-root {
    --max: 100%;
  }
  html body.moulprojet-home-page-active .moulprojet-home-root .shell {
    width: min(calc(100% - 32px), var(--max)) !important;
  }
}

@media (max-width: 620px) {
  html body.moulprojet-home-page-active .moulprojet-home-root .shell {
    width: min(calc(100% - 24px), var(--max)) !important;
  }
}



/* Version 1.0.3: consistent service and package card spacing. */
@media (max-width: 900px) {
  .moulprojet-home-root .service {
    min-height: 238px;
    padding: 22px;
    grid-template-rows: 48px minmax(50px,auto) 1fr 38px;
  }
  .moulprojet-home-root .service h3 { font-size: 19px; margin-top: 15px; }
  .moulprojet-home-root .pricing-preview .price-card {
    min-height: 402px;
    grid-template-rows:minmax(32px,auto) minmax(48px,auto) 58px 1fr 48px;
  }
}
@media (max-width: 620px) {
  .moulprojet-home-root .services-grid,
  .moulprojet-home-root .pricing-preview { gap: 13px; }
  .moulprojet-home-root .service {
    min-height: 222px;
    padding: 20px;
    grid-template-rows: 46px auto 1fr 36px;
  }
  .moulprojet-home-root .service-icon { width:44px;height:44px;border-radius:14px; }
  .moulprojet-home-root .service-icon svg { width:21px;height:21px; }
  .moulprojet-home-root .service h3 { min-height:0;font-size:18px;margin:14px 0 7px; }
  .moulprojet-home-root .service p { font-size:13.5px;line-height:1.55;padding-right:0; }
  .moulprojet-home-root .service [data-open] { width:36px;height:36px;font-size:17px; }
  .moulprojet-home-root .pricing-preview .price-card {
    min-height:0;
    padding:23px;
    grid-template-rows:auto auto 58px auto 48px;
  }
  .moulprojet-home-root .pricing-preview .price-card.featured h3 { padding-right:106px; }
  .moulprojet-home-root .price-card h3 { font-size:20px; }
  .moulprojet-home-root .price { font-size:37px; }
}


/* =========================================================
   MoulProjet Home Page 1.0.4
   Stronger pricing and services alignment fixes
   ========================================================= */

/* Services cards: unified spacing and icon alignment */
.moulprojet-home-root .services-grid{align-items:stretch !important}
.moulprojet-home-root .service{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:14px !important;
  min-height:250px !important;
  padding:26px !important;
}
.moulprojet-home-root .service-icon{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  min-height:52px !important;
  border-radius:16px !important;
}
.moulprojet-home-root .service-icon svg{
  width:24px !important;
  height:24px !important;
}
.moulprojet-home-root .service h3{
  margin:0 !important;
  min-height:50px !important;
  display:flex !important;
  align-items:flex-start !important;
}
.moulprojet-home-root .service p{
  flex:1 1 auto !important;
  margin:0 !important;
  padding-right:0 !important;
}
.moulprojet-home-root .service [data-open]{
  margin-top:auto !important;
}

/* Main pricing cards: keep all content on consistent levels */
.moulprojet-home-root .pricing-preview,
.moulprojet-home-root .price-group{
  align-items:stretch !important;
}
.moulprojet-home-root .pricing-preview .price-card,
.moulprojet-home-root .price-group .price-card{
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  min-height:430px !important;
  height:100% !important;
  padding:28px !important;
}
.moulprojet-home-root .pricing-preview .price-card.featured,
.moulprojet-home-root .price-group .price-card.featured{
  padding-top:48px !important;
}
.moulprojet-home-root .price-card .badge{
  top:14px !important;
  right:16px !important;
  font-size:10px !important;
  padding:6px 10px !important;
}
.moulprojet-home-root .pricing-preview .price-card h3,
.moulprojet-home-root .price-group .price-card h3{
  min-height:52px !important;
  margin:0 !important;
  padding-right:0 !important;
  display:flex !important;
  align-items:flex-start !important;
}
.moulprojet-home-root .pricing-preview .price-card .price-card__description,
.moulprojet-home-root .price-group .price-card .plan-level,
.moulprojet-home-root .price-group .price-card .price-card__description{
  min-height:42px !important;
  margin:0 !important;
}
.moulprojet-home-root .pricing-preview .price-card .plan-level,
.moulprojet-home-root .price-group .price-card .plan-level{
  min-height:20px !important;
  font-size:13px !important;
  font-weight:800 !important;
  color:var(--muted) !important;
  text-transform:capitalize !important;
}
.moulprojet-home-root .pricing-preview .price-card .price,
.moulprojet-home-root .price-group .price-card .price{
  margin:4px 0 2px !important;
  min-height:54px !important;
  display:flex !important;
  align-items:flex-end !important;
  gap:6px !important;
  align-self:flex-start !important;
}
.moulprojet-home-root .pricing-preview .price-card .price small,
.moulprojet-home-root .price-group .price-card .price small{
  margin-bottom:5px !important;
}
.moulprojet-home-root .pricing-preview .price-card .features,
.moulprojet-home-root .price-group .price-card .features{
  flex:1 1 auto !important;
  margin:2px 0 18px !important;
  gap:8px !important;
  align-content:start !important;
}
.moulprojet-home-root .pricing-preview .price-card .features li,
.moulprojet-home-root .price-group .price-card .features li{
  grid-template-columns:16px minmax(0,1fr) !important;
  gap:8px !important;
  color:#555a73 !important;
}
.moulprojet-home-root .pricing-preview .price-card .features li::before,
.moulprojet-home-root .price-group .price-card .features li::before{
  width:16px !important;
  height:16px !important;
  margin-top:2px !important;
}
.moulprojet-home-root .price-group .price-card .features .separator{
  display:none !important;
}
.moulprojet-home-root .price-card .btn,
.moulprojet-home-root .price-card .package-btn,
.moulprojet-home-root .price-card .select-package{
  width:100% !important;
  min-height:48px !important;
  margin-top:auto !important;
  align-self:stretch !important;
}

/* Pricing tabs: always readable and evenly spaced */
.moulprojet-home-root .pricing-tabs{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  align-items:center !important;
}
.moulprojet-home-root .pricing-tabs .tab{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:140px !important;
  min-height:42px !important;
  padding:10px 16px !important;
  color:var(--navy) !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  text-align:center !important;
  white-space:nowrap !important;
}
.moulprojet-home-root .pricing-tabs .tab.active{
  color:#fff !important;
  background:var(--navy) !important;
  border-color:var(--navy) !important;
}

/* Modal pricing cards need more room and cleaner rhythm */
.moulprojet-home-root #modal-pricing .modal-panel{
  width:min(1280px,100%) !important;
}
.moulprojet-home-root #modal-pricing .price-group{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}
.moulprojet-home-root #modal-pricing .price-card{
  min-height:560px !important;
}

@media(max-width:900px){
  .moulprojet-home-root .service,
  .moulprojet-home-root .pricing-preview .price-card,
  .moulprojet-home-root .price-group .price-card{
    padding:24px !important;
  }
  .moulprojet-home-root #modal-pricing .price-group{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:620px){
  .moulprojet-home-root .pricing-tabs .tab{
    min-width:unset !important;
    flex:1 1 calc(50% - 10px) !important;
    white-space:normal !important;
  }
  .moulprojet-home-root .service h3,
  .moulprojet-home-root .pricing-preview .price-card h3,
  .moulprojet-home-root .price-group .price-card h3{
    min-height:auto !important;
  }
}


/* =========================================================
   MoulProjet Home Page 1.0.5
   Popup controls visual consistency fixes
   ========================================================= */
.moulprojet-home-root .modal-head{
  padding:16px 22px !important;
  background:linear-gradient(180deg, rgba(247,248,252,.97), rgba(242,244,249,.94)) !important;
}
.moulprojet-home-root .modal-title{
  color:var(--navy) !important;
}
.moulprojet-home-root .modal-close{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:46px !important;
  min-width:46px !important;
  height:46px !important;
  min-height:46px !important;
  padding:0 !important;
  border:1px solid rgba(16,20,46,.08) !important;
  border-radius:14px !important;
  background:linear-gradient(180deg, #1f2755, #131936) !important;
  color:#ffffff !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:500 !important;
  text-align:center !important;
  box-shadow:0 10px 26px rgba(12,16,40,.18) !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  transition:background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}
.moulprojet-home-root .modal-close:hover,
.moulprojet-home-root .modal-close:focus-visible{
  background:linear-gradient(135deg, #7651ff, #9567ff) !important;
  border-color:rgba(118,81,255,.30) !important;
  box-shadow:0 12px 28px rgba(118,81,255,.26) !important;
  transform:translateY(-1px) !important;
  outline:none !important;
}
.moulprojet-home-root .pricing-tabs{
  gap:10px !important;
  margin-bottom:28px !important;
}
.moulprojet-home-root .tab{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:10px 16px !important;
  border:1px solid rgba(16,20,46,.08) !important;
  background:#ffffff !important;
  color:var(--navy) !important;
  border-radius:999px !important;
  box-shadow:0 4px 14px rgba(15,19,46,.04) !important;
}
.moulprojet-home-root .tab:hover,
.moulprojet-home-root .tab:focus-visible{
  border-color:rgba(118,81,255,.24) !important;
  background:#f7f5ff !important;
  outline:none !important;
}
.moulprojet-home-root .tab.active{
  background:linear-gradient(135deg, #7651ff, #9567ff) !important;
  color:#ffffff !important;
  border-color:transparent !important;
  box-shadow:0 10px 24px rgba(118,81,255,.20) !important;
}
.moulprojet-home-root .projects-panel .modal-head,
.moulprojet-home-root #modal-pricing .modal-head,
.moulprojet-home-root #modal-services .modal-head,
.moulprojet-home-root #modal-contact .modal-head,
.moulprojet-home-root #modal-about .modal-head{
  backdrop-filter:blur(18px) !important;
}
@media(max-width:620px){
  .moulprojet-home-root .modal-head{
    padding:14px 16px !important;
    gap:14px !important;
  }
  .moulprojet-home-root .modal-close{
    width:42px !important;
    min-width:42px !important;
    height:42px !important;
    min-height:42px !important;
    border-radius:13px !important;
    font-size:22px !important;
  }
  .moulprojet-home-root .tab{
    flex:1 1 calc(50% - 10px) !important;
  }
}


/* =========================================================
   MoulProjet Home Page 1.0.6
   Unified action controls and buttons design system
   ========================================================= */
.moulprojet-home-root{
  --mph-action-purple-1:#7651ff;
  --mph-action-purple-2:#9567ff;
  --mph-action-navy-1:#1f2755;
  --mph-action-navy-2:#11162f;
  --mph-action-white:#ffffff;
  --mph-action-height:50px;
  --mph-action-radius:999px;
  --mph-action-font:14px;
}

/* Base action button */
html body.moulprojet-home-page-active .moulprojet-home-root .btn,
html body.moulprojet-home-page-active .moulprojet-home-root button.btn,
html body.moulprojet-home-page-active .moulprojet-home-root a.btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  min-height:var(--mph-action-height) !important;
  padding:12px 22px !important;
  border:1px solid transparent !important;
  border-radius:var(--mph-action-radius) !important;
  font-size:var(--mph-action-font) !important;
  line-height:1.15 !important;
  font-weight:850 !important;
  letter-spacing:.005em !important;
  text-align:center !important;
  text-decoration:none !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .btn:hover,
html body.moulprojet-home-page-active .moulprojet-home-root .btn:focus-visible{
  transform:translateY(-2px) !important;
  outline:none !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .btn:active{
  transform:translateY(0) scale(.985) !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .btn:focus-visible{
  box-shadow:0 0 0 4px rgba(118,81,255,.20),0 14px 34px rgba(17,20,43,.16) !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .btn[disabled]{
  opacity:.55 !important;
  cursor:not-allowed !important;
  transform:none !important;
}

/* Primary */
html body.moulprojet-home-page-active .moulprojet-home-root .btn-primary{
  color:#fff !important;
  background:linear-gradient(135deg,var(--mph-action-purple-1),var(--mph-action-purple-2)) !important;
  box-shadow:0 13px 30px rgba(118,81,255,.28) !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .btn-primary:hover,
html body.moulprojet-home-page-active .moulprojet-home-root .btn-primary:focus-visible{
  color:#fff !important;
  background:linear-gradient(135deg,#6944fa,#a174ff) !important;
  box-shadow:0 17px 36px rgba(118,81,255,.36) !important;
}

/* Dark */
html body.moulprojet-home-page-active .moulprojet-home-root .btn-dark{
  color:#fff !important;
  background:linear-gradient(180deg,var(--mph-action-navy-1),var(--mph-action-navy-2)) !important;
  box-shadow:0 11px 26px rgba(17,20,43,.20) !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .btn-dark:hover,
html body.moulprojet-home-page-active .moulprojet-home-root .btn-dark:focus-visible{
  color:#fff !important;
  background:linear-gradient(180deg,#293263,#171d3d) !important;
  box-shadow:0 15px 32px rgba(17,20,43,.28) !important;
}

/* Light */
html body.moulprojet-home-page-active .moulprojet-home-root .btn-light{
  color:var(--navy) !important;
  background:#fff !important;
  border-color:rgba(17,20,43,.08) !important;
  box-shadow:0 11px 27px rgba(17,20,43,.12) !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .btn-light:hover,
html body.moulprojet-home-page-active .moulprojet-home-root .btn-light:focus-visible{
  color:#5e40e8 !important;
  background:#f8f6ff !important;
  border-color:rgba(118,81,255,.20) !important;
  box-shadow:0 15px 32px rgba(17,20,43,.15) !important;
}

/* Secondary on dark areas */
html body.moulprojet-home-page-active .moulprojet-home-root .btn-secondary{
  color:#fff !important;
  background:rgba(26,32,70,.82) !important;
  border-color:rgba(255,255,255,.24) !important;
  box-shadow:0 11px 27px rgba(0,0,0,.20) !important;
  backdrop-filter:blur(10px) !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .btn-secondary:hover,
html body.moulprojet-home-page-active .moulprojet-home-root .btn-secondary:focus-visible{
  color:var(--navy) !important;
  background:#fff !important;
  border-color:#fff !important;
}

/* Package actions */
html body.moulprojet-home-page-active .moulprojet-home-root .price-card .package-btn,
html body.moulprojet-home-page-active .moulprojet-home-root .price-card .select-package{
  width:100% !important;
  min-height:50px !important;
  margin-top:auto !important;
  align-self:stretch !important;
}

/* Service arrow controls */
html body.moulprojet-home-page-active .moulprojet-home-root .service [data-open]{
  display:inline-grid !important;
  place-items:center !important;
  width:42px !important;
  min-width:42px !important;
  height:42px !important;
  min-height:42px !important;
  margin-top:auto !important;
  padding:0 !important;
  border:1px solid rgba(17,20,43,.08) !important;
  border-radius:50% !important;
  color:var(--navy) !important;
  background:#fff !important;
  box-shadow:0 7px 18px rgba(17,20,43,.08) !important;
  font-size:18px !important;
  line-height:1 !important;
  transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .service [data-open]:hover,
html body.moulprojet-home-page-active .moulprojet-home-root .service [data-open]:focus-visible{
  color:#fff !important;
  background:linear-gradient(135deg,var(--mph-action-purple-1),var(--mph-action-purple-2)) !important;
  border-color:transparent !important;
  box-shadow:0 11px 24px rgba(118,81,255,.25) !important;
  transform:translateX(2px) !important;
  outline:none !important;
}

/* Pricing tabs */
html body.moulprojet-home-page-active .moulprojet-home-root .pricing-tabs .tab{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:142px !important;
  min-height:44px !important;
  padding:10px 17px !important;
  border:1px solid rgba(17,20,43,.09) !important;
  border-radius:999px !important;
  color:var(--navy) !important;
  background:#fff !important;
  box-shadow:0 6px 18px rgba(17,20,43,.06) !important;
  font-size:13px !important;
  line-height:1.1 !important;
  font-weight:850 !important;
  text-align:center !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .pricing-tabs .tab:hover,
html body.moulprojet-home-page-active .moulprojet-home-root .pricing-tabs .tab:focus-visible{
  color:#5e40e8 !important;
  background:#f7f5ff !important;
  border-color:rgba(118,81,255,.24) !important;
  transform:translateY(-1px) !important;
  outline:none !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .pricing-tabs .tab.active{
  color:#fff !important;
  background:linear-gradient(135deg,var(--mph-action-purple-1),var(--mph-action-purple-2)) !important;
  border-color:transparent !important;
  box-shadow:0 10px 24px rgba(118,81,255,.24) !important;
}

/* Popup close controls */
html body.moulprojet-home-page-active .moulprojet-home-root .modal-close{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 46px !important;
  width:46px !important;
  min-width:46px !important;
  max-width:46px !important;
  height:46px !important;
  min-height:46px !important;
  max-height:46px !important;
  margin:0 !important;
  padding:0 0 3px !important;
  border:1px solid rgba(17,20,43,.08) !important;
  border-radius:14px !important;
  color:#fff !important;
  background:linear-gradient(180deg,var(--mph-action-navy-1),var(--mph-action-navy-2)) !important;
  box-shadow:0 9px 23px rgba(17,20,43,.18) !important;
  font-family:Arial,sans-serif !important;
  font-size:25px !important;
  line-height:1 !important;
  font-weight:400 !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .modal-close:hover,
html body.moulprojet-home-page-active .moulprojet-home-root .modal-close:focus-visible{
  color:#fff !important;
  background:linear-gradient(135deg,var(--mph-action-purple-1),var(--mph-action-purple-2)) !important;
  box-shadow:0 12px 27px rgba(118,81,255,.28) !important;
  transform:translateY(-1px) !important;
  outline:none !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .modal-close:active{
  transform:scale(.96) !important;
}

/* Internal mobile menu control */
html body.moulprojet-home-page-active .moulprojet-home-root .mobile-toggle{
  display:none;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 46px !important;
  width:46px !important;
  min-width:46px !important;
  max-width:46px !important;
  height:46px !important;
  min-height:46px !important;
  max-height:46px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.11) !important;
  border-radius:14px !important;
  color:#fff !important;
  background:linear-gradient(180deg,rgba(31,39,85,.98),rgba(17,22,47,.98)) !important;
  box-shadow:0 9px 23px rgba(0,0,0,.20) !important;
  font-size:0 !important;
  line-height:0 !important;
  cursor:pointer !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .mobile-toggle:hover,
html body.moulprojet-home-page-active .moulprojet-home-root .mobile-toggle:focus-visible{
  background:linear-gradient(180deg,#2a3265,#171d3d) !important;
  outline:2px solid rgba(118,81,255,.46) !important;
  outline-offset:2px !important;
}
html body.moulprojet-home-page-active .moulprojet-home-root .mobile-toggle[aria-expanded="true"]{
  background:linear-gradient(135deg,var(--mph-action-purple-1),var(--mph-action-purple-2)) !important;
  box-shadow:0 11px 27px rgba(118,81,255,.28) !important;
}
.moulprojet-home-root .mobile-toggle__icon{
  display:block !important;
  width:21px !important;
  height:21px !important;
  fill:none !important;
  stroke:#fff !important;
  stroke-width:2.2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  pointer-events:none !important;
}
.moulprojet-home-root .mobile-toggle__icon--close{display:none !important}
.moulprojet-home-root .mobile-toggle[aria-expanded="true"] .mobile-toggle__icon--menu{display:none !important}
.moulprojet-home-root .mobile-toggle[aria-expanded="true"] .mobile-toggle__icon--close{display:block !important}

@media(max-width:900px){
  html body.moulprojet-home-page-active .moulprojet-home-root .mobile-toggle{
    display:inline-flex !important;
  }
}
@media(max-width:620px){
  html body.moulprojet-home-page-active .moulprojet-home-root .btn,
  html body.moulprojet-home-page-active .moulprojet-home-root button.btn,
  html body.moulprojet-home-page-active .moulprojet-home-root a.btn{
    min-height:48px !important;
    padding:11px 18px !important;
  }
  html body.moulprojet-home-page-active .moulprojet-home-root .pricing-tabs .tab{
    min-width:0 !important;
    flex:1 1 calc(50% - 10px) !important;
  }
  html body.moulprojet-home-page-active .moulprojet-home-root .modal-close,
  html body.moulprojet-home-page-active .moulprojet-home-root .mobile-toggle{
    flex-basis:42px !important;
    width:42px !important;
    min-width:42px !important;
    max-width:42px !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    border-radius:13px !important;
  }
}


/* MoulProjet Home Page 1.0.7 — Elfsight social icons in footer */
.moulprojet-home-root .mph-footer-social-icons{margin-top:20px;min-height:36px;display:flex;align-items:center;justify-content:flex-start}
.moulprojet-home-root .mph-footer-social-icons:empty{display:none}
.moulprojet-home-root .mph-footer-social-icons>*{max-width:100%}
@media(max-width:620px){.moulprojet-home-root .mph-footer-social-icons{margin-top:16px}}
