:root{--navy:#0b3553;--blue:#1787c9;--sky:#51b5e8;--ink:#153b55;--muted:#6b8190;--line:#dfe8ed;--soft:#f5f9fb;--warm:#fbf5ec;--shadow:0 22px 60px rgba(11,53,83,.10);--shadow-soft:0 16px 44px rgba(11,53,83,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}button,input,select,textarea{font:inherit}button,a{transition:.2s ease}button{cursor:pointer}a{text-decoration:none;color:inherit}.shell{width:min(1180px,calc(100% - 44px));margin:auto}.skip{position:fixed;left:12px;top:-50px;z-index:999;background:#fff;padding:10px;border-radius:10px}.skip:focus{top:12px}.site-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid #edf2f4}.navrow{height:80px;display:flex;align-items:center;gap:26px}.brand{display:flex;align-items:center;gap:10px;min-width:255px}.brand img{width:50px;height:40px;object-fit:contain}.brand span{font-weight:900;font-size:24px;letter-spacing:-.04em;color:var(--navy);line-height:.9}.brand small{display:block;font-size:6px;letter-spacing:.18em;color:#5b95ba;margin-top:6px}.nav{display:flex;align-items:center;gap:28px;margin-left:auto}.nav a{font-size:13px;color:#385a71}.nav a.active{color:var(--navy);font-weight:800}.nav-actions{display:flex;align-items:center;gap:8px}.primary-btn,.outline-btn,.ghost-btn,.white-btn{border:0;border-radius:999px;padding:13px 20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-btn{background:var(--navy);color:white}.primary-btn:hover{background:#104b71;transform:translateY(-1px)}.outline-btn{border:1px solid #73a7c4;color:var(--navy);background:white}.ghost-btn{background:#f1f6f8;color:#31566d}.white-btn{background:white;color:var(--navy)}.wide{width:100%}.menu-btn{display:none;border:1px solid #d9e5eb;background:white;color:var(--navy);width:48px;height:48px;border-radius:16px;font-size:22px}.route{display:none}.route.active{display:block}.hero{position:relative;overflow:hidden;background:#fbfcfc}.hero-media{position:absolute;inset:0 0 0 28%;background:url('/assets/hero-scene.webp') center/cover;opacity:.24}.hero-grid{position:relative;display:grid;grid-template-columns:1fr .94fr;gap:50px;align-items:center;min-height:640px;padding:64px 0}.hero-copy{z-index:1}.kicker{font-size:12px;font-weight:900;letter-spacing:.22em;color:#1d75a8;margin-bottom:14px}.kicker.light{color:#a9e2ff}.hero h1{font-size:clamp(52px,6.2vw,82px);line-height:.91;letter-spacing:-.06em;margin:0 0 20px;color:var(--navy);max-width:660px}.hero h1 span{display:block;font-size:.86em}.hero-copy>p{font-size:20px;line-height:1.55;color:#526f82;max-width:590px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.hero-pills{display:flex;gap:10px;flex-wrap:wrap}.hero-pills span{background:white;border:1px solid #e3ebef;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:750;box-shadow:0 10px 26px rgba(11,53,83,.05)}.hero-device{position:relative;border-radius:36px;overflow:hidden;box-shadow:0 35px 80px rgba(8,50,78,.22);border:1px solid rgba(255,255,255,.8)}.hero-device img{display:block;width:100%;aspect-ratio:1.08;object-fit:cover}.section{padding:84px 0}.section.soft{background:linear-gradient(180deg,#f7fbfd,#fff)}.section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:34px}.section-head.centered{display:block;text-align:center;max-width:820px;margin:0 auto 38px}.section-head h2,.split-section h2,.cta-band h2,.included-panel h2,.tech-architecture h2{font-size:clamp(38px,4.4vw,58px);line-height:1;letter-spacing:-.05em;color:var(--navy);margin:0 0 14px}.section-head p{font-size:15px;line-height:1.7;color:var(--muted);margin:0 0 18px}.featured-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.feature-card,.project-card{background:white;border:1px solid #e2eaee;border-radius:22px;overflow:hidden;box-shadow:0 14px 35px rgba(18,58,82,.06)}.feature-card img{width:100%;aspect-ratio:1.45;object-fit:cover;display:block}.feature-meta{padding:16px}.feature-meta small,.project-info small{font-size:9px;font-weight:900;letter-spacing:.16em;color:#1682bb;text-transform:uppercase}.feature-meta h3,.project-info h3{margin:6px 0 4px;color:var(--navy);font-size:17px}.feature-meta p,.project-info p{font-size:11px;color:var(--muted);margin:0}.pricing-home{padding:84px 0;background:linear-gradient(180deg,#fff,#f6fafc);border-top:1px solid #edf2f5;border-bottom:1px solid #edf2f5}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.price-card{position:relative;border:1px solid #e0e9ee;border-radius:28px;background:#fff;padding:30px 28px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:500px}.price-card.featured{background:linear-gradient(160deg,#073b5d,#0a6485);color:white;transform:translateY(-9px);border-color:#0a6485}.price-badge{display:inline-flex;align-self:flex-start;padding:7px 11px;border-radius:999px;background:#eaf7fc;color:#14678f;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}.featured .price-badge{background:rgba(255,255,255,.13);color:#b6eaff}.price-card h3{font-size:28px;margin:0 0 12px}.price-line{display:flex;gap:8px;align-items:flex-end}.price-main{font-size:50px;font-weight:900;letter-spacing:-.05em;line-height:1}.price-label{font-size:11px;color:#728794;margin-bottom:6px}.monthly{font-size:14px;font-weight:800;color:#1681bb;margin:8px 0 18px}.featured .monthly{color:#9ee3ff}.featured .price-label,.featured .price-desc,.featured li{color:#e5f3f9}.price-desc{color:var(--muted);font-size:14px;min-height:50px}.price-card ul{list-style:none;padding:0;margin:8px 0 24px;display:grid;gap:10px}.price-card li{font-size:13px;color:#35556b}.price-card li:before{content:'✓';color:#1598d2;font-weight:900;margin-right:9px}.price-card .primary-btn{margin-top:auto}.featured .primary-btn{background:white;color:var(--navy)}.pricing-foot{text-align:center;margin-top:18px;color:#7b8d98;font-size:12px}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.tool-card{border:1px solid #e1e9ed;border-radius:20px;padding:21px;background:white;min-height:158px}.tool-card .ico{font-size:26px}.tool-card h3{margin:12px 0 6px;font-size:17px;color:var(--navy)}.tool-card p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.large-img{width:100%;border-radius:30px;box-shadow:var(--shadow)}.check-list{display:grid;gap:13px;margin:24px 0;color:#46677c}.cta-band{padding:70px 0;background:linear-gradient(135deg,#073854,#0b6b8e);color:white}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{color:white;max-width:720px}.cta-band p{color:#d4ebf4;max-width:650px}.subhero{padding:80px 0 62px;background:linear-gradient(120deg,#f4fafc,#fff8ee)}.subhero h1{font-size:clamp(48px,6vw,78px);line-height:.95;letter-spacing:-.055em;color:var(--navy);margin:0 0 20px;max-width:1000px}.subhero p{font-size:18px;line-height:1.6;color:#60798a;max-width:850px}.portfolio-tools{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.search{display:flex;align-items:center;gap:8px;background:white;border:1px solid #d8e4ea;border-radius:16px;padding:0 15px;min-width:420px}.search input{border:0;outline:0;padding:14px 0;width:100%;color:var(--ink)}.portfolio-tools select{border:1px solid #d8e4ea;border-radius:16px;background:white;padding:0 14px;color:var(--ink)}.filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.filter-btn{border:1px solid #d9e5eb;background:white;color:#345b72;border-radius:999px;padding:9px 14px;font-weight:700}.filter-btn.active{background:#0c5b84;color:white;border-color:#0c5b84}.results-line{display:flex;justify-content:space-between;color:#6d8190;font-size:12px;margin-bottom:18px}.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-card img{display:block;width:100%;aspect-ratio:1.54;object-fit:cover;background:#eef3f5}.project-info{padding:16px}.project-actions{display:flex;gap:8px;margin-top:12px}.tiny-btn{border:1px solid #cddde5;background:white;color:#164d6c;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800}.tiny-btn.primary{background:#0c5c84;color:white;border-color:#0c5c84}.included-panel,.tech-architecture{margin-top:42px;border:1px solid #e1eaee;border-radius:28px;padding:32px;background:#f9fbfc}.included-grid,.arch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.included-grid span,.arch-grid>div{background:white;border:1px solid #e3eaee;border-radius:16px;padding:16px;font-size:13px}.arch-grid b{display:block;font-size:16px;margin-bottom:6px;color:var(--navy)}.arch-grid span{font-size:12px;color:var(--muted)}.method-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.method-step{border:1px solid #e2e9ed;border-radius:20px;padding:20px;min-height:210px}.method-step .num{font-size:36px;font-weight:900;color:#c2e1f1}.method-step h3{margin:16px 0 7px;color:var(--navy)}.method-step p{font-size:12px;color:var(--muted);line-height:1.55}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.contact-side{background:linear-gradient(150deg,#073b5b,#0a6788);color:white;border-radius:28px;padding:34px}.contact-side h2{font-size:40px;line-height:1;margin:0 0 14px}.contact-side p{color:#d6eaf2}.contact-points{display:grid;gap:14px;margin-top:26px}.contact-form{border:1px solid #e2eaee;border-radius:28px;padding:30px;box-shadow:var(--shadow)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label,.modal-card label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#375c72;margin-bottom:14px}.contact-form input,.contact-form select,.contact-form textarea,.modal-card input{border:1px solid #d8e3e9;border-radius:13px;padding:13px 14px;outline:none;color:var(--ink);background:white}.contact-form textarea{min-height:150px;resize:vertical}.hp{position:absolute!important;left:-9999px!important}.form-status{font-size:12px;color:#527185;min-height:18px}.modal{position:fixed;inset:0;background:rgba(2,18,29,.62);backdrop-filter:blur(9px);z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-card{position:relative;width:min(820px,100%);max-height:92vh;overflow:auto;background:white;border-radius:28px;padding:30px;box-shadow:0 45px 100px rgba(0,0,0,.28)}.preview-card{width:min(1080px,100%)}.close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:0;border-radius:50%;background:#edf3f6;color:var(--navy);font-size:23px}.preview-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end}.preview-head small{font-weight:900;letter-spacing:.16em;color:#1682bb}.preview-head h2{margin:4px 0;font-size:32px}.preview-head p{margin:0;color:var(--muted)}.device-toggle{display:flex;background:#eff4f6;border-radius:999px;padding:4px}.device-toggle button{border:0;background:transparent;border-radius:999px;padding:8px 12px;color:#527185;font-weight:800}.device-toggle button.active{background:white;color:var(--navy);box-shadow:0 3px 10px rgba(0,0,0,.08)}.device-stage{min-height:510px;display:flex;align-items:center;justify-content:center;background:#eef3f5;border-radius:22px;margin:22px 0;padding:22px}.device-frame{background:#111;border-radius:18px;padding:11px;transition:.3s}.device-frame.desktop{width:860px}.device-frame.tablet{width:580px}.device-frame.mobile{width:320px}.device-frame img{width:100%;display:block;border-radius:10px}.preview-actions{display:flex;justify-content:flex-end;gap:10px}.progress{height:7px;background:#edf2f4;border-radius:999px;overflow:hidden;margin:18px 0 24px}.progress span{display:block;height:100%;background:linear-gradient(90deg,#0b5e8a,#55c5ef);width:20%;transition:.25s}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.choice{border:1px solid #dce6eb;border-radius:16px;padding:16px;text-align:left;background:white;color:#264e67;font-weight:750}.choice.selected{background:#eff9fd;border-color:#4aa8d4}.wizard-actions{display:flex;justify-content:space-between;margin-top:22px}.checkout-grid{display:grid;grid-template-columns:1fr .8fr;gap:24px}.order-summary{border:1px solid #e0e8ed;border-radius:20px;padding:20px;background:#f8fbfc;display:grid;gap:12px}.order-summary>div{display:flex;justify-content:space-between;gap:10px}.order-summary .total{border-top:1px solid #dbe5ea;padding-top:14px;font-size:18px}.secure-note{font-size:11px;color:#6c8290;background:#f2f7f9;padding:12px;border-radius:12px}.toast{position:fixed;right:20px;bottom:20px;background:#0b3553;color:white;padding:13px 17px;border-radius:14px;box-shadow:var(--shadow);transform:translateY(80px);opacity:0;transition:.25s;z-index:120}.toast.show{transform:none;opacity:1}
@media(max-width:1000px){.nav{display:none}.nav-actions .ghost-btn{display:none}.menu-btn{display:block}.site-header.open .nav{position:absolute;display:grid;top:80px;left:0;right:0;background:white;padding:22px;border-bottom:1px solid #e5edf1;gap:17px}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-media{left:0;opacity:.10}.hero-device{max-width:750px}.featured-grid{grid-template-columns:repeat(3,1fr)}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.tool-grid{grid-template-columns:repeat(2,1fr)}.portfolio-grid{grid-template-columns:repeat(2,1fr)}.method-grid{grid-template-columns:repeat(3,1fr)}.included-grid,.arch-grid{grid-template-columns:repeat(2,1fr)}.split-section,.contact-grid{grid-template-columns:1fr}.section-head{grid-template-columns:1fr}.brand{min-width:auto}.brand small{display:none}}
@media(max-width:620px){.shell{width:min(100% - 30px,1180px)}.navrow{height:72px}.brand img{width:40px;height:34px}.brand span{font-size:20px}.nav-actions>.primary-btn{display:none}.site-header.open .nav{top:72px}.hero-grid{padding:44px 0}.hero h1{font-size:48px}.hero-copy>p{font-size:16px}.hero-device{border-radius:24px}.section,.pricing-home{padding:62px 0}.section-head h2,.split-section h2,.cta-band h2{font-size:40px}.featured-grid{grid-template-columns:1fr 1fr}.tool-grid{grid-template-columns:1fr}.portfolio-grid{grid-template-columns:1fr}.search{min-width:100%}.portfolio-tools select{height:48px;width:100%}.subhero{padding:58px 0 44px}.subhero h1{font-size:48px}.subhero p{font-size:16px}.method-grid{grid-template-columns:1fr 1fr}.included-grid,.arch-grid{grid-template-columns:1fr}.cta-inner{display:grid}.preview-head{display:grid}.device-stage{min-height:360px;padding:12px}.device-frame.desktop,.device-frame.tablet{width:100%}.device-frame.mobile{width:260px}.field-grid,.checkout-grid,.choice-grid{grid-template-columns:1fr}.results-line{display:grid;gap:4px}.contact-side h2{font-size:34px}.modal-card{padding:24px 18px}.preview-actions{display:grid}.preview-actions>*{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.price-card.featured li,.price-card.featured .price-desc,.price-card.featured .price-label{color:#eaf5f9}.price-card.featured li:before{color:#8fe1ff}
/* Legal pages + footer */
.legal-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;max-width:980px}
.legal-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,4vw,48px);box-shadow:var(--shadow-soft)}
.legal-card h2{font-size:clamp(22px,3vw,30px);margin:34px 0 10px}.legal-card h2:first-child{margin-top:0}
.legal-card p{color:var(--muted);line-height:1.75;margin:0 0 14px}.legal-card b{color:var(--ink)}
.legal-warning{display:flex;gap:16px;align-items:flex-start;background:#fff8df;border:1px solid #ecd89d;border-radius:18px;padding:18px 20px;color:#684e0c}
.legal-warning b{white-space:nowrap}.legal-warning span{line-height:1.55}
.site-footer{border-top:1px solid var(--line);background:#f8fbfd;padding:56px 0 24px;margin-top:0}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:36px}.footer-brand p{max-width:420px;color:var(--muted);line-height:1.6;margin-top:16px}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid b{margin-bottom:6px}.footer-grid a,.footer-link{color:var(--muted);text-decoration:none;background:none;border:0;padding:0;font:inherit;cursor:pointer}.footer-grid a:hover,.footer-link:hover{color:var(--ink)}
.footer-bottom{border-top:1px solid var(--line);margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.legal-warning{flex-direction:column}.legal-warning b{white-space:normal}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.legal-card{border-radius:18px;padding:22px}}
/* Client project tracking + private uploads */
.status-result{margin-top:18px}.status-card{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}.status-card>div{border:1px solid var(--line);background:#f8fbfd;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:4px}.status-card small,.timeline-item small,.file-row small,.muted{color:var(--muted)}
.timeline{display:grid;gap:9px;margin-top:14px}.timeline-item{position:relative;border-left:2px solid #b8d8eb;padding:8px 0 8px 14px;display:grid;gap:3px}.timeline-item span{color:var(--muted);font-size:14px}
.project-tools{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:20px}.project-tools h3{margin:0 0 6px}.project-upload p{color:var(--muted);font-size:13px}.project-upload input{display:block;width:100%;margin:12px 0;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff}.project-file-list{display:grid;gap:8px}.file-row{display:flex;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff}
@media(max-width:680px){.status-card{grid-template-columns:1fr}.project-tools{grid-template-columns:1fr}}
/* Stripe return status */
.payment-result-card{text-align:center;max-width:600px}.payment-result-icon{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:#e9f7f1;color:#0d7652;font-size:30px;font-weight:800}.payment-result-card .kicker{justify-content:center}.payment-result-card>p{color:var(--muted);line-height:1.65}.payment-reference{display:inline-flex;margin:12px auto 4px;padding:10px 14px;border:1px solid var(--line);background:#f8fbfd;border-radius:999px;font-weight:700}.payment-result-card .preview-actions{justify-content:center;margin-top:22px}
/* Accessibility */
:focus-visible{outline:3px solid #39a8df;outline-offset:3px}.modal:focus{outline:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.billing-btn{margin-top:16px;width:100%}

/* Retour à l’identité océan de l’archive — 16 septembre 2026. */
:root{--navy:#082e49;--ink:#102c48;--muted:#526e83;--blue:#128bca;--sky:#4fc3f4;--soft:#f2f9fd}body{line-height:1.5}.shell{width:min(1280px,calc(100% - 64px))}.navrow{gap:20px;height:88px}.brand{min-width:230px}.brand span{font-size:28px}.brand img{width:55px;height:45px}.brand small{font-size:7px;letter-spacing:.09em;line-height:1.4}.nav{gap:22px}.nav a{font-size:14px;white-space:nowrap;padding:8px 0;position:relative}.nav a.active:after{content:'';position:absolute;bottom:0;left:0;width:25px;height:2px;background:var(--navy)}.nav-actions{flex-shrink:0}.nav-actions>.ghost-btn{display:none}.primary-btn,.outline-btn,.ghost-btn,.white-btn{font-size:14px;font-weight:700;min-height:46px}.hero{background:linear-gradient(115deg,#f7fcff 10%,#e5f5fe 65%,#c5e9f4)}.hero-media{inset:0 0 0 40%;opacity:.23;background-position:center}.hero-grid{min-height:620px;grid-template-columns:1.02fr 1fr;gap:25px;padding:55px 0 92px}.hero h1{font-size:clamp(35px,3.6vw,53px);line-height:1.08;letter-spacing:-.045em;max-width:640px}.hero h1 span{font-size:clamp(65px,7.3vw,105px);line-height:1.07;margin:12px 0 8px;letter-spacing:-.065em}.hero-copy>p{font-size:21px;line-height:1.5;color:#264b65;max-width:520px}.kicker{font-size:12px;font-weight:700;letter-spacing:.2em}.hero-device{height:505px;border:0;border-radius:46% 46% 12px 12px;box-shadow:none}.hero-device img{width:100%;height:100%;object-fit:cover;object-position:center 62%}.hero-pills{gap:8px}.hero-pills span{font-size:13px;padding:8px 14px;background:#ffffffcf}.hero-wave{position:absolute;width:100%;height:85px;left:0;bottom:-1px;pointer-events:none}.section{padding:70px 0}.section-head{grid-template-columns:1.15fr 1fr;gap:50px;margin-bottom:32px}.section-head h2,.split-section h2,.cta-band h2{font-size:clamp(32px,3.4vw,48px);line-height:1.08;letter-spacing:-.045em}.section-head p{font-size:16px}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px}.project-card{border:1px solid #dde9ef;border-radius:16px;box-shadow:0 8px 26px #08395708;min-width:0}.concept-cover{display:block;border:0;background:#e8f0f5;padding:10px 10px 0;width:100%;overflow:hidden;position:relative;text-align:left;border-radius:15px 15px 0 0}.concept-canvas{width:100%;aspect-ratio:1.38;overflow:hidden;pointer-events:none;position:relative;background:white;border-radius:7px 7px 0 0}.concept-canvas>.sample{position:absolute;left:0;top:0;width:1100px;transform-origin:top left}.concept-open{position:absolute;bottom:12px;right:12px;background:#082e49e8;color:white;padding:8px 12px;font-size:13px;border-radius:100px;opacity:0;transition:opacity .2s}.concept-cover:hover .concept-open,.concept-cover:focus-visible .concept-open{opacity:1}.project-info{padding:20px}.project-info small{font-size:11px;letter-spacing:.05em;color:#357595}.project-info h3{font-size:23px;line-height:1.2;margin:8px 0}.project-info p{font-size:14px;line-height:1.5}.project-actions{margin-top:17px;gap:8px;display:flex;flex-wrap:wrap}.tiny-btn{min-height:40px;font-size:13px;padding:9px 13px;border-radius:999px}.tiny-btn.primary{background:#e7f6fc;color:#0b567d;border-color:#e7f6fc}.featured-grid .project-info{padding:17px}.featured-grid .project-info h3{font-size:20px}.featured-grid .project-info small{font-size:10px}.featured-grid .project-info p{min-height:42px}.featured-grid .project-actions .tiny-btn{font-size:12px;padding:8px 10px}.featured-grid .project-actions .tiny-btn:first-child{display:none}.pricing-home{padding:75px 0}.price-card{border-radius:22px}.price-card h3{font-size:28px}.price-card li{font-size:15px}.price-label,.price-badge{font-size:12px}.price-desc{font-size:16px}.monthly{font-size:16px}.pricing-foot{font-size:14px}.tool-grid{grid-template-columns:repeat(3,1fr);gap:18px}.tool-card{padding:26px;border-radius:18px}.tool-card p{font-size:16px;line-height:1.6}.tool-card h3{font-size:20px}.tool-card .ico{font-weight:800;color:#2299ca}.split-section{gap:60px}.large-img{border-radius:25% 8px 25% 8px}.check-list{font-size:16px}.cta-band{position:relative;background:linear-gradient(120deg,#043852,#076480,#0b4561);padding:90px 0 65px;overflow:hidden}.cta-band:before{content:'';position:absolute;top:-46px;left:-5%;width:110%;height:90px;border-radius:0 0 50% 50%;background:white;transform:rotate(-1deg)}.cta-band h2{color:white}.cta-band p{font-size:17px;color:#d2ebf7}.subhero{background:linear-gradient(120deg,#edf8ff,#f9fcff);padding:58px 0 45px;border-bottom:1px solid #e0eef7}.subhero h1{font-size:clamp(38px,5vw,64px);letter-spacing:-.045em;line-height:1.08}.subhero p{font-size:18px;max-width:800px;color:#4b6a80}.portfolio-tools{gap:14px}.search{border-radius:999px;flex:1;max-width:620px;min-width:300px}.search input{font-size:16px;min-height:50px}.portfolio-tools select{font-size:14px;min-height:52px}.filter-bar{gap:8px;flex-wrap:wrap}.filter-btn{font-size:14px;padding:9px 16px}.results-line{font-size:14px;gap:15px;margin-bottom:27px}.portfolio-more{text-align:center;margin-top:40px}.empty-state{grid-column:1/-1;background:var(--soft);padding:45px;text-align:center;border-radius:18px}.empty-state h3{font-size:23px}.method-step p{font-size:16px}.included-grid span,.arch-grid span{font-size:14px}.contact-grid{gap:30px;grid-template-columns:.8fr 1.2fr}.contact-side{background:linear-gradient(140deg,#082e49,#076d96);border-radius:24px;padding:36px}.contact-side h2{font-size:38px;letter-spacing:-.035em;line-height:1.1}.contact-side p{font-size:16px;line-height:1.7;color:#d9edf8}.contact-form{padding:32px;box-shadow:0 10px 35px #123f5108;border-radius:24px}.contact-form label,.modal-card label{font-size:14px}.contact-form input,.contact-form select,.contact-form textarea,.modal-card input{font-size:16px;min-width:0;width:100%}.social-contact{display:grid;gap:12px;margin:28px 0;font-size:15px;word-break:break-word}.social-contact a{text-decoration:underline;text-underline-offset:5px}.privacy-note{font-size:13px;line-height:1.6;color:#587184;margin:2px 0 12px}.privacy-note a{text-decoration:underline}.form-status{font-size:15px;line-height:1.6}.support-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0 0 35px}.support-shortcut{display:grid;gap:8px;text-align:left;border:1px solid #d5e8f3;background:#f3faff;border-radius:18px;color:var(--navy);padding:25px;font-size:15px}.support-shortcut b{display:flex;justify-content:space-between;font-size:20px}.support-shortcut:hover{background:#e3f4fd}.support-faq{max-width:900px;margin:60px auto 0}.support-faq h2{font-size:32px;letter-spacing:-.03em}.support-faq details{border-bottom:1px solid #dbe7ee;padding:18px 0}.support-faq summary{cursor:pointer;font-size:18px;font-weight:650}.support-faq p{font-size:16px;color:var(--muted)}.site-footer{padding:55px 0 25px}.footer-grid{gap:38px}.footer-grid a,.footer-link,.footer-brand p{font-size:14px}.footer-bottom{font-size:13px}.modal{backdrop-filter:blur(6px)}.modal-card{border-radius:22px;max-height:calc(100dvh - 30px)}.preview-card{width:min(1280px,100%);padding:25px}.preview-head{padding-right:50px}.preview-head h2{font-size:29px}.preview-head small,.preview-head p{font-size:14px}.device-toggle button{font-size:14px}.device-stage{padding:15px;background:#e6eff5;border-radius:14px;min-height:0;align-items:flex-start;overflow:hidden}.device-frame{padding:5px;background:#15384c;border-radius:12px;max-width:100%}.device-frame.desktop{width:1100px}.device-frame.tablet{width:768px}.device-frame.mobile{width:390px}.device-frame iframe{width:100%;height:min(620px,60dvh);border:0;display:block;border-radius:8px;background:white}.choice{font-size:15px}.close{z-index:3}.legal-card p{font-size:16px}.legal-card a{text-decoration:underline}.legal-warning{font-size:15px}.notice-banner{padding:12px 24px;text-align:center;background:#e6f5ff;color:#0c4c71;font-size:14px;border-bottom:1px solid #c4e2f4}.offline-notice{position:fixed;bottom:15px;left:50%;transform:translateX(-50%);z-index:160;background:#092c44;color:white;padding:12px 20px;border-radius:12px;max-width:90%;font-size:14px}[hidden]{display:none!important}:focus-visible{outline:3px solid #118bc6;outline-offset:3px}button:disabled{cursor:wait;opacity:.65}
@media(max-width:1180px){.navrow{gap:15px}.brand{min-width:200px}.brand span{font-size:25px}.brand img{width:45px}.nav{gap:15px}.nav a{font-size:13px}.nav-actions .primary-btn{padding:12px 15px}.hero-grid{gap:20px}.hero-device{height:460px}.hero-copy>p{font-size:19px}.featured-grid{gap:15px}.featured-grid .project-info{padding:15px}.featured-grid .project-info h3{font-size:19px}}
@media(max-width:1000px){.nav{display:none}.menu-btn{display:block}.site-header.open .nav{display:flex;position:absolute;top:88px;left:0;right:0;flex-direction:column;align-items:stretch;background:white;padding:20px 30px;box-shadow:0 20px 30px #0b355316;gap:5px}.site-header.open .nav a{font-size:17px;padding:12px}.site-header.open .nav a.active:after{display:none}.nav-actions{margin-left:auto}.hero h1{font-size:35px}.hero h1 span{font-size:70px}.hero-device{height:450px}.hero-pills span{font-size:12px}.hero-actions{gap:10px}.hero-actions .outline-btn,.hero-actions .primary-btn{font-size:13px;padding:12px 16px}.featured-grid{grid-template-columns:repeat(2,1fr)}.portfolio-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.contact-side h2{font-size:34px}.support-shortcut{padding:20px}.support-shortcut b{font-size:17px}.section-head{gap:30px}.tool-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.shell{width:calc(100% - 36px)}.navrow{height:76px}.brand{min-width:0;gap:8px}.brand span{font-size:24px}.brand img{width:42px;height:38px}.brand small{font-size:6px}.nav-actions>.primary-btn{display:none}.site-header.open .nav{top:76px}.hero-grid{display:flex;flex-direction:column;align-items:stretch;padding:36px 0 58px;gap:15px}.hero-copy{position:relative}.hero h1{font-size:34px;line-height:1.09}.hero h1 span{font-size:61px;line-height:1.12;margin:9px 0 12px}.hero-copy>p{font-size:17px;line-height:1.55}.kicker{font-size:11px}.hero-actions{margin:24px 0 19px;gap:10px}.hero-actions .primary-btn,.hero-actions .outline-btn{font-size:13px;padding:12px 15px}.hero-pills{gap:6px}.hero-pills span{padding:7px 9px;font-size:11px}.hero-device{height:325px;border-radius:40px 40px 8px 8px;margin-top:12px}.hero-device img{object-position:center 66%}.hero-media{inset:0;opacity:.1}.hero-wave{height:45px}.section,.pricing-home{padding:49px 0}.section-head{display:block}.section-head h2,.split-section h2,.cta-band h2{font-size:34px;letter-spacing:-.04em}.section-head p{font-size:16px;margin-top:15px}.section-head.centered{text-align:left}.featured-grid{gap:18px 12px}.featured-grid .project-info{padding:13px}.featured-grid .project-info h3{font-size:18px}.featured-grid .project-info p{font-size:13px;min-height:58px}.featured-grid .project-info small{font-size:10px;letter-spacing:0}.featured-grid .project-actions{margin-top:12px}.featured-grid .project-actions .tiny-btn{font-size:12px;min-height:38px;padding:7px 9px}.featured-grid .concept-cover{padding:6px 6px 0}.featured-grid .concept-canvas{aspect-ratio:1.1}.portfolio-grid{grid-template-columns:1fr;gap:25px}.portfolio-grid .concept-canvas{aspect-ratio:1.35}.portfolio-grid .project-info h3{font-size:24px}.concept-open{opacity:1;font-size:11px;padding:6px 10px}.featured-grid .concept-open{display:none}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.price-card{padding:28px;min-height:0}.price-card li{font-size:15px}.price-desc{min-height:0}.tool-grid{grid-template-columns:1fr}.tool-card{min-height:0}.split-section{gap:28px}.cta-band{padding:80px 0 48px}.cta-inner{gap:25px}.subhero{padding:40px 0 32px}.subhero h1{font-size:41px}.subhero p{font-size:16px}.portfolio-tools{display:grid;grid-template-columns:1fr}.search{min-width:0;max-width:100%;width:100%}.portfolio-tools select{width:100%}.filter-bar{flex-wrap:nowrap;overflow-x:auto;max-width:100%;padding:4px 0 12px}.filter-btn{flex-shrink:0;font-size:13px}.results-line{display:grid;font-size:13px;gap:5px}.contact-form{padding:24px 20px}.contact-side{padding:28px}.field-grid,.checkout-grid{grid-template-columns:1fr}.support-shortcuts{grid-template-columns:1fr;gap:12px}.support-shortcut b{font-size:19px}.support-faq{margin-top:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}.modal{padding:10px}.modal-card{padding:28px 20px;max-height:calc(100dvh - 20px)}.preview-card{padding:20px 12px}.preview-head{display:block;padding-right:28px}.preview-head h2{font-size:23px}.preview-head p,.preview-head small{font-size:12px}.device-toggle{margin-top:14px;display:inline-flex}.device-toggle button{font-size:13px;padding:9px 12px}.device-stage{padding:5px;margin:14px 0}.device-frame iframe{height:49dvh;min-height:270px}.preview-actions{display:grid;gap:9px}.preview-actions>*{width:100%}.choice-grid{grid-template-columns:1fr 1fr}.choice{font-size:14px}.method-grid{grid-template-columns:1fr}.method-step p{font-size:16px}.included-grid,.arch-grid{grid-template-columns:1fr}.legal-card{padding:24px}.notice-banner{font-size:13px;padding:10px 15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.hero-media{mask-image:linear-gradient(90deg,transparent,#000 55%);opacity:.18}.terms-choice{display:flex!important;align-items:flex-start;gap:10px;font-size:14px!important;margin:22px 0!important;line-height:1.6}.terms-choice input{width:18px!important;flex:0 0 18px;margin-top:4px}.terms-choice a{text-decoration:underline}

@media(max-width:650px){.hero-pills{display:grid;grid-template-columns:repeat(2,max-content);gap:8px}.hero-pills span{font-size:12px;padding:8px 13px}.hero-media{opacity:.1}}

/* Four current offers; retain the existing ocean visual theme. */
.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(min-width:1180px){.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:700px){.pricing-grid{grid-template-columns:1fr}}

/* Avantages de l’accueil : bénéfices lisibles sur chaque écran. */
.hero-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.hero-pills span{font-size:14px;line-height:1.4;padding:10px 12px;white-space:normal;min-width:0}

/* Portfolio gallery and homepage carousel: deliberately scoped to these surfaces. */
.concept-window-bar{height:30px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 13px;background:#f7fafc;color:#7790a1;font:10px/1.2 Arial,sans-serif;border-radius:7px 7px 0 0;border-bottom:1px solid #dce5eb}.concept-window-bar>span:first-child{letter-spacing:3px;font-size:15px;color:#9dafbb}.concept-window-bar>span:nth-child(2){letter-spacing:1.2px;font-size:9px;color:#466478}.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.portfolio-grid .concept-cover{padding:12px 12px 0;background:linear-gradient(135deg,#e7eef4,#f7fafc)}.portfolio-grid .concept-canvas{aspect-ratio:1.44;border-radius:0}.portfolio-grid .project-info{padding:24px}.portfolio-grid .project-info h3{font-size:25px}.portfolio-grid .project-info small{font-size:10px;letter-spacing:.09em;line-height:1.5}.portfolio-grid .project-info p{font-size:14px;min-height:0}.portfolio-grid .project-actions{margin-top:20px}.featured-carousel{position:relative;min-width:0}.featured-carousel .featured-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 28px)/2);gap:28px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding:10px 0 24px;scrollbar-width:none;position:relative}.featured-carousel .featured-grid::-webkit-scrollbar{display:none}.featured-carousel .project-card{min-width:0;scroll-snap-align:start;border-radius:24px;box-shadow:0 10px 25px #173c5210}.featured-carousel .concept-cover{padding:14px 14px 0;background:linear-gradient(135deg,#dce8f2,#eef5f9);border-radius:23px 23px 0 0}.featured-carousel .concept-canvas{aspect-ratio:1.44;border-radius:0}.featured-carousel .project-info{padding:25px}.featured-carousel .project-info h3{font-size:26px;margin:8px 0}.featured-carousel .project-info small{font-size:10px;line-height:1.5;letter-spacing:.09em}.featured-carousel .project-info p{font-size:14px;min-height:0;line-height:1.5}.featured-carousel .project-actions{margin-top:20px;gap:10px}.featured-carousel .project-actions .tiny-btn{font-size:13px;padding:10px 16px;min-height:42px}.featured-carousel .project-actions .tiny-btn:first-child{display:inline-flex}.featured-controls{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:4px 0}.featured-controls>p{color:#577489;font-size:14px;line-height:1.4;margin:0}.featured-pagination{display:flex;align-items:center;gap:10px}.featured-pagination>span{font-size:13px;min-width:62px;text-align:center;color:#58778c;font-variant-numeric:tabular-nums}.featured-pagination button{width:46px;height:46px;border-radius:50%;border:1px solid #c3d7e3;background:white;color:#0b3553;font-size:23px;display:grid;place-items:center;transition:background .2s,transform .2s}.featured-pagination button:hover:not(:disabled){background:#0b3553;color:white;transform:translateY(-2px)}.featured-pagination button:disabled{opacity:.3;cursor:default}.featured-grid:focus-visible{outline-offset:6px;border-radius:12px}.brand-figures{background:#f4f9fc;border-top:1px solid #e0ebf2;border-bottom:1px solid #e0ebf2;padding:40px 0}.brand-figures>.shell{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.brand-figures .shell>div{text-align:center;padding:0 30px}.brand-figures .shell>div+div{border-left:1px solid #cfdee8}.brand-figures strong{display:block;color:#0b3553;font-size:43px;line-height:1.1;letter-spacing:-2px;margin-bottom:9px}.brand-figures span{display:block;color:#526f83;font-size:14px;line-height:1.5;max-width:240px;margin:auto}
@media(max-width:950px){.featured-carousel .featured-grid{grid-auto-columns:76%;gap:22px;scroll-padding-inline:0}.featured-carousel .project-info h3{font-size:25px}.portfolio-grid{gap:24px}.portfolio-grid .project-info{padding:20px}.brand-figures .shell>div{padding:0 16px}.brand-figures strong{font-size:38px}}
@media(max-width:650px){.featured-carousel .featured-grid{grid-auto-columns:90%;gap:16px;padding-bottom:18px;overflow: auto hidden;scrollbar-width:none}.featured-carousel .project-card{border-radius:19px}.featured-carousel .concept-cover{padding:9px 9px 0;border-radius:18px 18px 0 0}.featured-carousel .concept-window-bar{height:24px;padding:0 9px}.featured-carousel .concept-window-bar>span:nth-child(2){font-size:8px}.featured-carousel .concept-canvas{aspect-ratio:1.4}.featured-carousel .project-info{padding:20px}.featured-carousel .project-info h3{font-size:24px;margin:9px 0}.featured-carousel .project-info small{font-size:9px}.featured-carousel .project-info p{font-size:13px;min-height:40px}.featured-carousel .project-actions{gap:8px;margin-top:17px}.featured-carousel .project-actions .tiny-btn{font-size:12px;padding:9px 12px}.featured-carousel .concept-open{display:none}.featured-controls{gap:10px}.featured-controls>p{font-size:12px;max-width:130px}.featured-pagination{gap:7px}.featured-pagination button{width:42px;height:42px}.featured-pagination>span{font-size:12px;min-width:49px}.portfolio-grid{grid-template-columns:1fr;gap:28px}.portfolio-grid .concept-canvas{aspect-ratio:1.42}.portfolio-grid .concept-cover{padding:9px 9px 0}.portfolio-grid .project-info{padding:22px}.portfolio-grid .project-info h3{font-size:25px}.portfolio-grid .project-info p{font-size:14px}.brand-figures{padding:30px 0}.brand-figures>.shell{gap:0}.brand-figures .shell>div{padding:0 10px}.brand-figures strong{font-size:31px;letter-spacing:-1.5px}.brand-figures span{font-size:11px;line-height:1.5}.brand-figures .shell>div:last-child span{max-width:130px}}
@media(prefers-reduced-motion:reduce){.featured-carousel *{scroll-behavior:auto!important;transition:none!important}}

/* Home only: slow movement pauses for reading, touch and keyboard. */
#featuredGrid.auto-moving{scroll-snap-type:none;scroll-behavior:auto}#featuredPlay{font-size:18px}#featuredPlay[aria-pressed="false"]{background:#eaf6fb}
/* Stopping the automatic carousel must keep the exact reading position. */
.featured-carousel #featuredGrid{scroll-snap-type:none}
