:root{--bg:#030b16;--soft:#f4f8fb;--ink:#07152a;--text:#eff8ff;--muted:#a8bdd0;--teal:#11B9AA;--teal2:#0C756D;--blue:#2f80ed;--purple:#6e3df5;--orange:#ff7a2f;--line:rgba(255,255,255,.14);--lineLight:#dbe7f2;--shadow:0 28px 95px rgba(0,0,0,.34);--shadowLight:0 22px 60px rgba(22,45,72,.10);--max:1220px;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:48px;--space-xl:72px;--space-section:80px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.58}
body.no-scroll{overflow:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 52px));margin:auto}
.icon{width:42px;height:42px;object-fit:contain;flex:none}
.eyebrow{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:var(--teal);margin-bottom:var(--space-sm)}
.header{position:fixed;z-index:100;top:0;left:0;right:0;overflow:visible;background:linear-gradient(180deg,rgba(3,11,22,.9),rgba(3,11,22,.62));backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{height:92px;width:min(1500px,calc(100% - 48px));display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;column-gap:32px;overflow:visible}
.header .logo{flex:0 0 auto;min-width:0}
.logo-header{grid-column:1;position:relative;display:flex;align-items:center;width:250px;height:100%;margin:0;overflow:visible;z-index:130}
.logo-header img{width:250px;max-width:100%;height:auto;flex-shrink:0}
.nav-links{grid-column:2;display:flex;align-items:center;justify-content:center;min-width:0;width:100%;gap:clamp(12px,1.1vw,18px);font-size:11px;font-weight:900;text-transform:uppercase}
.nav-links a{opacity:.9;position:relative;white-space:nowrap}
.nav-links a.active:after,.nav-links a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-23px;height:2px;background:var(--teal)}
.nav-actions{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:16px;min-width:max-content;flex-shrink:0}
.language-switcher{display:inline-flex;align-items:center;gap:0;padding:3px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.065);font-size:11px;font-weight:950;text-transform:uppercase;line-height:1;white-space:nowrap}
.language-switcher a,.language-switcher span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:28px;padding:7px 9px;border-radius:999px;color:white;opacity:.74}
.language-switcher a.active,.language-switcher span.active{background:rgba(17,185,170,.16);color:var(--teal);opacity:1}
.language-switcher a:not(.active):hover{opacity:1}
.language-switcher .disabled{cursor:not-allowed;opacity:.42}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:11px;border-radius:999px;font-size:13px;font-weight:900;text-transform:uppercase}
.header-cta{min-height:42px;padding:12px 18px;background:linear-gradient(135deg,#0c756d,#07534e);color:#fff;font-size:12px;box-shadow:0 16px 42px rgba(17,185,170,.25);white-space:nowrap}
.header-cta .icon,.btn .icon{width:20px;height:20px}
.header-cta .icon,.btn-primary .icon{width:18px;height:18px;opacity:.98;transform:translateY(-.5px)}
.burger{display:none;background:transparent;border:0;color:white;font-size:30px}
.btn{min-height:52px;padding:14px 22px;border:1px solid rgba(255,255,255,.20);transition:.22s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,#0c756d,#07534e);border-color:transparent;color:#fff;box-shadow:0 18px 46px rgba(17,185,170,.27)}
.btn-secondary{background:rgba(255,255,255,.075);color:white}
.scroll-top{position:fixed;right:24px;bottom:24px;z-index:90;width:52px;height:52px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:linear-gradient(135deg,var(--teal),var(--teal2));color:white;box-shadow:0 18px 44px rgba(3,11,22,.34),0 12px 30px rgba(17,185,170,.24);display:grid;place-items:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(14px) scale(.94);transition:opacity .22s,visibility .22s,transform .22s}
.scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.scroll-top:hover{transform:translateY(-3px) scale(1)}
.scroll-top:focus-visible{outline:3px solid rgba(17,185,170,.36);outline-offset:4px}
.scroll-top span{font-size:24px;font-weight:950;line-height:1;transform:translateY(-1px)}
@media(max-width:1439px) and (min-width:1280px){.nav{height:88px;width:calc(100% - 48px);column-gap:24px}
.logo-header{width:225px}
.logo-header img{width:225px}
.nav-links{gap:10px;font-size:10.3px}
.nav-links a.active:after,.nav-links a:hover:after{bottom:-22px}
.nav-actions{gap:10px}
.header-cta{min-height:40px;padding:10px 13px;gap:0;font-size:10.5px}
.header-cta .icon{display:none}
.header-cta-label{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:nowrap}
.language-switcher a,.language-switcher span{min-width:30px;min-height:26px;padding:6px 8px}
}
@media(max-width:1279px){.nav{height:88px;width:calc(100% - 48px);grid-template-columns:max-content minmax(0,1fr) max-content;column-gap:24px}
.logo-header{width:225px}
.logo-header img{width:225px}
.burger{display:block}
.nav-actions{gap:10px}
.header-cta{display:inline-flex;min-height:40px;padding:10px 12px;gap:0;font-size:10.5px}
.header-cta .icon{display:none}
.header-cta-label{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:nowrap}
.nav-links{display:none;position:fixed;left:16px;right:16px;top:88px;background:#061426;border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:12px;grid-template-columns:1fr}
.nav-links.open{display:grid}
.nav-links a{padding:14px}
.nav-links a:after{display:none}
}
@media(max-width:980px){.nav{height:78px;grid-template-columns:260px minmax(0,1fr) auto;gap:20px}
.logo-header{width:260px;margin:0}
.logo-header img{width:170px;max-width:52vw;height:auto}
.burger{display:block}
.nav-actions{gap:14px}
.language-switcher{margin-left:0}
.nav-links{display:none;position:fixed;left:16px;right:16px;top:78px;background:#061426;border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:12px;grid-template-columns:1fr}
.nav-links.open{display:grid}
.nav-links a{padding:14px}
.nav-links a:after{display:none}
}
.hero .actions{display:flex;flex-wrap:wrap;gap:16px;margin:0}
.hero{position:relative;overflow:hidden;min-height:820px;padding:136px 0 var(--space-xl);background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.88) 39%,rgba(3,11,22,.48) 70%,rgba(3,11,22,.91)),url('../img/photos/hero.webp') center/cover no-repeat}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:140px;background:linear-gradient(0deg,var(--bg),rgba(3,11,22,0))}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;gap:64px;align-items:center}
.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.04;letter-spacing:-.055em;margin:0 0 var(--space-md);max-width:820px}
.hero h1 span{color:var(--teal)}
.hero .lead{font-size:20px;color:#dcecff;max-width:690px;margin:0 0 var(--space-md)}
.hero-card{justify-self:end;width:min(420px,100%);padding:30px;border-radius:24px;background:rgba(8,26,46,.78);border:1px solid rgba(17,185,170,.36);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.44)}
.hero-card h3{font-size:22px;margin:0 0 6px}
.hero-card p{color:#c4d6e6;margin-bottom:22px}
.metric-list{display:grid;gap:16px}
.metric{display:flex;align-items:center;gap:14px;padding:16px;border-radius:16px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.10)}
.metric .icon{width:42px;height:42px}
.metric strong{font-size:24px;display:block}
.metric span{font-size:13px;color:#c7d8e7}
.hero-trust{position:relative;z-index:3;margin-top:var(--space-lg);display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md);max-width:690px}
.hero-trust-item{display:flex;align-items:center;gap:14px}
.hero-trust-item .icon{width:38px;height:38px}
.hero-trust-item strong{display:block}
.hero-trust-item span{color:#c2d3e4;font-size:13px}
.trust-strip{position:relative;z-index:3;margin-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.11);display:grid;grid-template-columns:repeat(4,1fr)}
.trust-strip .trust-item{display:flex;gap:14px;align-items:center;padding:20px 24px;border-right:1px solid rgba(255,255,255,.08)}
.trust-strip .trust-item:last-child{border-right:0}
.trust-strip .icon{width:34px;height:34px}
.trust-strip span{display:block;color:#c2d3e4;font-size:13px}
.section{padding:var(--space-section) 0}
.section--compact{padding-block:var(--space-xl)}
.light{background:var(--soft);color:var(--ink)}
.light .eyebrow{color:var(--teal2)}
.dark,.work-section{background:var(--bg);color:var(--text)}
.section-head,.section-header{text-align:center;max-width:860px;margin:0 auto 38px}
.section-head h2,.section-header h2,.section-title{font-size:clamp(32px,3.4vw,46px);line-height:1.08;letter-spacing:-.045em;margin:0 0 var(--space-sm)}
.section-head p,.section-header p,.section-lead{font-size:18px;color:#52687c;margin:0}
.work-section .section-head p,.lab .section-head p{color:#c8d8e7}
.section.dark .section-head .eyebrow{color:#6ef0e4}
.section.dark .section-head>p:not(.eyebrow){color:#c7d8e7}
.services-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}
.service{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:18px;overflow:hidden;min-height:396px;box-shadow:var(--shadowLight);display:flex;flex-direction:column;transition:.24s;isolation:isolate}
.service:hover,.work:hover{transform:translateY(-6px)}
.service-photo{height:152px;overflow:hidden;background:#061426;position:relative;z-index:1}
.service-photo img{width:100%;height:100%;object-fit:cover;transition:.3s}
.service:hover .service-photo img{transform:scale(1.06)}
.service-body{padding:24px 20px 22px;display:flex;flex-direction:column;align-items:flex-start;flex:1;position:relative;z-index:2}
.service .icon{width:58px;height:58px;margin-top:-48px;margin-bottom:12px;background:white;border-radius:999px;padding:10px;box-shadow:0 12px 30px rgba(22,45,72,.16);position:relative;z-index:3}
.service h3{font-size:16px;line-height:1.2;margin:0 0 12px}
.service p{font-size:13.5px;color:#42586d;margin:0 0 20px}
.service .more{margin-top:auto}
.more{font-size:12px;font-weight:900;text-transform:uppercase;color:#0C756D}
.service-status{display:inline-flex;margin:0 0 9px;padding:5px 9px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}
.approach{background:linear-gradient(180deg,#071426,#031026);color:white}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}
.step{text-align:center;display:flex;flex-direction:column;align-items:center;padding:24px 18px 22px;height:100%}
.step-icon{width:88px;height:88px;margin:0 auto 16px;border-radius:999px;display:grid;place-items:center;background:rgba(17,185,170,.08);border:1px solid rgba(17,185,170,.45)}
.step-icon .icon{width:44px;height:44px}
.step h3{font-size:15px;margin:0 0 7px}
.step p{font-size:13px;color:#d0dfed;margin:0}
.lab{background:#f8fbfe;color:var(--ink)}
.lab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lab-card{display:grid;grid-template-columns:135px 1fr;gap:20px;align-items:start;background:white;border:1px solid var(--lineLight);border-radius:18px;padding:22px 20px;box-shadow:var(--shadowLight)}
.lab-card img.preview{width:135px;height:105px;object-fit:cover;border-radius:12px}
.lab-card p{color:#52687c}
.badge{display:inline-flex;margin-left:8px;padding:5px 9px;border-radius:999px;background:rgba(17,185,170,.12);border:1px solid rgba(17,185,170,.25);color:#0C756D;font-size:10px;font-weight:900;text-transform:uppercase}
.offer-grid{display:grid;grid-template-columns:1.1fr repeat(3,1fr);gap:22px}
.offer-card{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:18px;padding:30px 26px 28px;box-shadow:var(--shadowLight)}
.offer-card.featured{background:linear-gradient(135deg,#071426,#0f2744);color:white;border-color:rgba(255,255,255,.12)}
.offer-card .price{font-size:26px;font-weight:900;margin:10px 0;color:var(--teal)}
.offer-card ul{padding-left:18px;color:#52687c}
.offer-card.featured ul{color:#cbdbea}
.usecase-grid,.values{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.usecase{padding:28px 24px 26px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13)}
.usecase .icon{width:46px;height:46px;margin-bottom:16px}
.usecase p{color:#c6d7e6}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md);align-items:stretch}
.faq-item{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:18px;padding:28px 24px 26px;box-shadow:var(--shadowLight);display:flex;flex-direction:column;height:100%;min-height:143px}
.faq-item h3{font-size:18px;margin:0 0 8px}
.faq-item p{color:#52687c;margin:0}
.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.work{overflow:hidden;border-radius:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);box-shadow:var(--shadow);transition:.24s}
.work img{width:100%;height:194px;object-fit:cover}
.work img.product-screen{height:218px;object-position:left top;background:#f7f8fc;border-bottom:1px solid rgba(7,21,42,.12);filter:saturate(1.08) contrast(1.05)}
.work-body{padding:22px 20px 20px;display:flex;flex-direction:column;gap:10px;min-height:220px}
.work-body h3{margin:0}
.work-body .more{margin-top:auto;color:#77f4e8}
.work p{color:#c7d8e7;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.editorial-cycle{scroll-margin-top:96px}
.editorial-cycle .steps{grid-template-columns:repeat(3,1fr)}
.product-hero{padding:142px 0 82px;background:radial-gradient(circle at 80% 18%,rgba(12,117,109,.18),transparent 32%),linear-gradient(135deg,#071526 0%,#0b1f34 54%,#eef6f8 54%,#f7fbff 100%);overflow:hidden}
.product-hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr);gap:48px;align-items:center}
.product-hero-content{color:white}
.product-hero h1{font-size:clamp(38px,4.4vw,66px);line-height:1.02;letter-spacing:0;max-width:780px;margin:0 0 18px}
.product-hero p{font-size:19px;line-height:1.65;color:#d4e3ef;max-width:680px;margin:0}
.product-hero .actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:30px}
.product-hero-benefits{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.product-hero-benefits span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#e5f3fb;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.product-hero-media{margin:0;position:relative}
.product-hero-media:before{content:"";position:absolute;inset:8% -4% -8% 12%;border-radius:34px;background:rgba(12,117,109,.12);filter:blur(30px)}
.product-hero-media img{position:relative;width:100%;display:block;border-radius:28px;box-shadow:0 34px 92px rgba(7,21,42,.28)}
.section-head.compact{margin-bottom:28px}
.section-head.compact h2{font-size:clamp(30px,3vw,44px)}
.product-output{background:white;color:var(--ink);padding:54px 0}
.product-output-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:980px;margin:0 auto}
.product-output-grid span{display:flex;align-items:center;min-height:52px;padding:14px 16px;border-radius:16px;background:#f7fbff;border:1px solid var(--lineLight);box-shadow:0 12px 32px rgba(22,45,72,.06);color:#071526;font-size:15px;font-weight:900}
.platform-preview{background:#f7fbff;color:var(--ink)}
.platform-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:stretch}
.platform-shot{display:flex;flex-direction:column;gap:18px;background:white;border:1px solid var(--lineLight);border-radius:22px;padding:20px;box-shadow:var(--shadowLight);overflow:hidden}
.platform-shot--wide{grid-row:auto}
.platform-shot h3{font-size:21px;line-height:1.15;margin:6px 0 6px}
.platform-shot p{color:#52687c;margin:0}
.premium-media-card{margin:0;border-radius:20px;background:linear-gradient(135deg,#f8fbff,#edf5f7);border:1px solid rgba(7,21,42,.08);box-shadow:0 18px 54px rgba(22,45,72,.13);overflow:hidden}
.premium-media-card img{width:100%;display:block;aspect-ratio:16/11;object-fit:cover;object-position:center}
.device-frame{position:relative;margin:0;background:#141c2e;border:1px solid rgba(7,21,42,.12);box-shadow:0 24px 70px rgba(22,45,72,.18);overflow:hidden}
.device-frame:before{content:"";display:block;height:12px;background:linear-gradient(90deg,#f05d5e 0 10px,#f3bd4e 10px 22px,#57c85b 22px 34px,transparent 34px)}
.device-frame img{width:100%;display:block;aspect-ratio:16/10;object-fit:cover;object-position:left top}
.device-frame--desktop{border-radius:18px}
.device-frame--laptop{border-radius:16px;border-bottom:10px solid #dfe7ef}
.device-frame--tablet{border-radius:22px;padding:10px;background:#111827}
.device-frame--tablet:before{display:none}
.device-frame--tablet img{border-radius:14px;aspect-ratio:4/3}
.product-proof{background:white;color:var(--ink)}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.proof-grid article{padding:28px 22px;border-radius:18px;background:#f7fbff;border:1px solid var(--lineLight);box-shadow:var(--shadowLight);text-align:center}
.proof-grid strong{display:block;font-size:clamp(34px,4vw,54px);line-height:1;color:#0C756D;margin-bottom:8px}
.proof-grid span{display:block;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:#52687c}
.product-media-library{background:#eef6f8;color:var(--ink)}
.media-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.media-library-grid article{background:white;border:1px solid var(--lineLight);border-radius:18px;padding:12px;box-shadow:var(--shadowLight);overflow:hidden}
.media-library-grid img{width:100%;display:block;aspect-ratio:16/11;object-fit:cover;object-position:center;border-radius:12px;background:#edf4f7}
.media-library-grid h3{font-size:15px;margin:12px 4px 4px;color:#071526}
.media-secondary{margin-top:18px}
.media-secondary summary{cursor:pointer;display:inline-flex;align-items:center;min-height:44px;padding:10px 14px;border-radius:999px;background:white;border:1px solid var(--lineLight);color:#0C756D;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 12px 32px rgba(22,45,72,.07)}
.media-secondary[open] summary{margin-bottom:18px}
.media-library-grid--secondary{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-origin{background:white;color:var(--ink)}
.origin-grid,.real-use-grid,.observation-grid,.case-study-grid,.demo-question-grid{display:grid;gap:18px}
.origin-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.real-use-grid,.case-study-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.observation-grid,.demo-question-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.demo-question-grid{grid-template-columns:repeat(6,minmax(0,1fr))}
.demo-question-grid article{grid-column:span 2}
.demo-question-grid article:nth-child(4),.demo-question-grid article:nth-child(5){grid-column:span 3}
.origin-grid article,.real-use-grid article,.observation-grid article,.case-study-grid article,.demo-question-grid article{background:white;border:1px solid var(--lineLight);border-radius:18px;padding:26px 22px 24px;box-shadow:var(--shadowLight)}
.origin-grid h3,.real-use-grid h3,.observation-grid h3,.case-study-grid h3,.demo-question-grid h3{font-size:20px;line-height:1.18;margin:0 0 10px}
.origin-grid p,.real-use-grid p,.observation-grid p,.case-study-grid p,.demo-question-grid p{color:#52687c;margin:0}
.real-use,.observed-proof,.case-study-section,.demo-questions{background:#f7fbff;color:var(--ink)}
.real-use-grid span,.observation-grid span,.case-study-grid span{display:inline-flex;margin-bottom:14px;padding:7px 10px;border-radius:999px;background:#eef8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.case-study-grid article:first-child{grid-column:span 2}
.demo-video{background:white;color:var(--ink)}
.demo-video-card{display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:center;padding:34px;border-radius:24px;background:#071526;color:white;box-shadow:var(--shadow)}
.demo-video-card h2{font-size:clamp(30px,3vw,44px);line-height:1.06;margin:0 0 12px}
.demo-video-card p{color:#d1e0ec;margin:0;max-width:760px}
.video-placeholder{min-height:260px;border-radius:20px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));display:grid;place-items:center;text-align:center;padding:28px}
.video-placeholder span{display:block;color:#11B9AA;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px}
.video-placeholder strong{display:block;font-size:22px;line-height:1.25}
.social-proof-slots{background:#f7fbff;color:var(--ink)}
.social-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.social-proof-grid article{min-height:210px;padding:24px 20px;border-radius:18px;background:white;border:1px dashed rgba(12,117,109,.32);box-shadow:0 14px 38px rgba(22,45,72,.08)}
.social-proof-grid span{display:inline-flex;margin-bottom:14px;padding:7px 10px;border-radius:999px;background:#eef8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.social-proof-grid h3{font-size:20px;margin:0 0 8px}
.social-proof-grid p{color:#52687c;margin:0}
.filters{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:var(--space-md)}
.filter{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.055);color:white;padding:10px 16px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase}
.filter.active{background:var(--teal);border-color:var(--teal)}
.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.case-card{display:flex;flex-direction:column;gap:14px;background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:22px;padding:30px 26px 28px;box-shadow:var(--shadowLight)}
.case-card.case-feature{max-width:980px;margin:auto}
.case-card.muted{background:#f8fbfe}
.case-card .badge{align-self:flex-start;margin-left:0}
.case-card h3{font-size:22px;line-height:1.16;margin:0}
.case-card dl{display:grid;gap:12px;margin:0}
.case-card dt{font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.14em;color:#0C756D}
.case-card dd{margin:0;color:#52687c}
.case-card .more{margin-top:auto}
.values-strip{padding:42px 0;background:#061426}
.value{display:flex;gap:14px;align-items:flex-start}
.value .icon{width:36px;height:36px}
.value p{margin:0;color:#bdcfdf;font-size:13px}
.cta{color:white;background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(3,11,22,.76) 48%,rgba(3,11,22,.62)),url('../img/photos/alps.webp') center/cover no-repeat}
.cta-inner{min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);padding:0}
.cta h2{font-size:clamp(34px,3.4vw,52px);line-height:1.05;letter-spacing:-.04em;margin:0 0 12px}
.cta p{font-size:18px;color:#d5e5f4;max-width:760px;margin:0}
.cta .actions{display:flex;flex-wrap:wrap;gap:16px}
.footer{background:#020814;padding:var(--space-xl) 0 var(--space-lg)}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1.6fr 1fr 1fr 1fr;gap:38px}
.footer-service-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}
.footer .logo{margin-bottom:12px}
.footer .logo img{width:260px;height:auto}
.footer p,.footer a,.footer li{color:#b7c8d8;font-size:13px}
.footer ul{padding:0;margin:0;list-style:none;display:grid;gap:10px}
.footer h4{font-size:12px;text-transform:uppercase;margin:0 0 14px;color:white}
.socials{display:flex;gap:14px;margin-top:20px}
.socials a{width:32px;height:32px;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:grid;place-items:center}
.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:44px;padding-top:22px;display:flex;justify-content:space-between;gap:18px;color:#8fa5b8;font-size:12px}
.page-hero{padding:150px 0 var(--space-xl);min-height:672px;background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(3,11,22,.68)),var(--page-bg,url('../img/bases/magnific_a-bustling-business-intel_rlBt54Oxtc.webp')) center/cover no-repeat}
.page-hero h1{font-size:clamp(38px,4.2vw,60px);line-height:1.07;letter-spacing:-.045em;max-width:900px;margin:0 0 18px}
.page-hero p{font-size:19px;color:#d0dfed;max-width:750px}
.page-hero .actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:32px}
.contact-card,.form,.post{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:32px 28px 30px;box-shadow:var(--shadow)}
.contact-line{display:flex;gap:14px;margin-bottom:22px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:grid;gap:7px;margin-bottom:15px}
.field.full{grid-column:1/-1}
.field label{font-size:12px;font-weight:900;text-transform:uppercase;color:#d6e6f5}
.field input,.field textarea{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);border-radius:12px;color:white;padding:14px}
.field input.is-invalid,.field textarea.is-invalid{border-color:#ffb4b4;background:rgba(255,78,78,.08)}
.field textarea{min-height:150px}
.field-error{min-height:18px;color:#ffcccc;font-size:12px;font-weight:750}
.form-note{font-size:13px;color:#bcd0e2;margin-top:10px}
.contact-form-status{margin:0 0 16px;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:800;line-height:1.45}
.contact-form-status.is-success{border:1px solid rgba(17,185,170,.34);background:rgba(17,185,170,.12);color:#dffdf8}
.contact-form-status.is-warning{border:1px solid rgba(255,212,128,.38);background:rgba(255,184,77,.14);color:#fff1c7}
.contact-form-status.is-error{border:1px solid rgba(255,180,180,.34);background:rgba(255,78,78,.12);color:#ffe0e0}
.contact-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.contact-honeypot input{width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.contact-form.is-loading{opacity:.82}
.contact-form button[disabled]{cursor:wait;opacity:.72}
/* ── Contact — Page refondue ── */

/* Hero — hauteur alignée sur Home (886px à 1440px) */
.vc-v3-contact-hero{background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.88) 42%,rgba(3,11,22,.48) 76%,rgba(3,11,22,.88)),url('../img/photos/contact-hero.webp') center/cover no-repeat;min-height:820px;padding:136px 0 var(--space-section)}
.vc-v3-contact-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}
.vc-v3-contact-hero .lead{color:#dcecff;font-size:18px;max-width:680px;margin:0 0 var(--space-md)}
.vc-v3-contact-hero h1{margin-bottom:16px;max-width:700px}
.vc-v3-contact-hero .eyebrow{margin-bottom:12px}

/* Reassurance — 3 repères courts */
.vc-v3-contact-reassurance{display:grid;grid-template-columns:repeat(3,max-content);gap:6px 14px;margin-top:6px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);max-width:560px}
.vc-v3-contact-reassurance span{display:inline-flex;align-items:center;gap:6px;min-height:28px;color:#dcecff;font-size:11px;font-weight:850;white-space:nowrap}
.vc-v3-contact-reassurance img{width:15px;height:15px;flex:none;opacity:.92}

/* Form — intégré au hero, préservé fonctionnellement */
.vc-v3-contact-hero-form{justify-self:end;width:min(480px,100%);padding:24px 24px;border-radius:24px;background:rgba(8,26,46,.78);border:1px solid rgba(17,185,170,.36);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.44)}
.vc-v3-contact-hero-form .btn{width:100%}
.vc-v3-contact-hero-form .field{margin-bottom:0}
.vc-v3-contact-hero-form .field textarea{min-height:104px}
.vc-v3-contact-hero-form .contact-form-head{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.11)}
.vc-v3-contact-hero-form .contact-form-head span{font-size:10px;color:#93d6ce}
.vc-v3-contact-hero-form .contact-form-head strong{font-size:19px}
.vc-v3-contact-hero-form .form-note{margin-top:10px;font-size:11px;color:#95b4c8}
.vc-v3-contact-hero-form .form-grid{gap:12px}

/* Starting points grid */
.vc-v3-contact-starting-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-v3-contact-starting-grid article{display:flex;flex-direction:column;min-height:200px;padding:26px 22px 24px;border-radius:18px;background:white;border:1px solid var(--lineLight);box-shadow:0 10px 30px rgba(22,45,72,.06)}
.vc-v3-contact-starting-grid h3{font-size:18px;line-height:1.22;margin:0 0 10px;color:var(--ink)}
.vc-v3-contact-starting-grid p{color:#52687c;margin:0;line-height:1.6;font-size:14px}

/* Info / support grid */
.section.vc-v3-contact-info{background:var(--bg);color:var(--text)}
.vc-v3-contact-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-v3-contact-info-grid article{display:flex;gap:14px;align-items:flex-start;min-height:124px;padding:22px 20px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.11);box-shadow:0 14px 40px rgba(0,0,0,.15)}
.vc-v3-contact-info-grid .icon{width:38px;height:38px;flex:none;margin-top:2px}
.vc-v3-contact-info-grid h3{margin:0 0 4px;font-size:15px;color:white;line-height:1.2}
.vc-v3-contact-info-grid p{margin:0;color:#c7d8e7;font-size:13px;line-height:1.5}

/* ── Responsive Contact ── */
@media(max-width:1120px){
.vc-v3-contact-starting-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
.vc-v3-contact-hero{min-height:auto;padding:120px 0 var(--space-xl)}
.vc-v3-contact-hero-grid{grid-template-columns:1fr;gap:28px}
.vc-v3-contact-hero h1{font-size:38px;line-height:1.06}
.vc-v3-contact-hero .lead{font-size:17px;line-height:1.6}
.vc-v3-contact-reassurance{grid-template-columns:1fr;gap:6px;max-width:100%}
.vc-v3-contact-reassurance span{font-size:12px}
.vc-v3-contact-hero-form{justify-self:start;width:100%;padding:22px}
.vc-v3-contact-hero-form .field textarea{min-height:120px}
.vc-v3-contact-starting-grid{grid-template-columns:1fr;gap:12px}
.vc-v3-contact-starting-grid article{min-height:0;padding:22px 18px}
.vc-v3-contact-info-grid{grid-template-columns:1fr;gap:12px}
.vc-v3-contact-info-grid article{min-height:0;padding:18px}
}
.blog-grid,.seo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.date{width:60px;height:60px;border-radius:14px;background:rgba(255,255,255,.08);display:grid;place-items:center;font-weight:900;line-height:1.05;margin-bottom:18px}
.resource-hero{padding-bottom:64px;min-height:672px;padding-top:150px;background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(3,11,22,.68)),url('../img/bases/magnific_luxury-swiss-technology-o_e84i0uvdqL.webp') center/cover no-repeat}
.resource-library{color:var(--ink)}
.resource-type-strip{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 0 30px}
.resource-type-strip span{display:inline-flex;align-items:center;min-height:34px;padding:8px 12px;border:1px solid var(--lineLight);border-radius:999px;background:white;color:#52687c;font-size:12px;font-weight:900}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.resource-card{overflow:hidden;background:white;border:1px solid var(--lineLight);border-radius:18px;box-shadow:0 18px 46px rgba(22,45,72,.08)}
.resource-card-media{display:block;aspect-ratio:16/9;background:#dfeaf3;overflow:hidden}
.resource-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.resource-card:hover .resource-card-media img{transform:scale(1.035)}
.resource-card-body{display:flex;flex-direction:column;min-height:300px;padding:24px}
.resource-card-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.resource-card-tags span{display:inline-flex;align-items:center;min-height:28px;padding:6px 9px;border-radius:999px;background:#eef8f7;color:#0C756D;font-size:10px;font-weight:900;text-transform:uppercase}
.resource-card h3{font-size:23px;line-height:1.14;margin:0 0 12px}
.resource-card h3 a{color:var(--ink)}
.resource-card p{color:#52687c;margin:0 0 18px}
.resource-card-meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin:auto 0 18px;color:#70869a;font-size:12px;font-weight:800}
.resource-card .more{align-self:flex-start}
.resource-article-section{color:var(--ink)}
.public-editorial-article-section{padding-top:132px}
.public-article{max-width:920px;margin:0 auto}
.resource-article-hero{margin:0 0 34px;border-radius:22px;overflow:hidden;box-shadow:0 22px 60px rgba(22,45,72,.12);background:#dfeaf3}
.resource-article-hero img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.resource-hero-hero-expert{border-radius:14px;box-shadow:0 18px 48px rgba(7,21,42,.14)}
.resource-hero-hero-diagnostic{border-left:6px solid #ffb547;border-radius:18px}
.resource-hero-hero-case-study{box-shadow:0 18px 48px rgba(15,172,159,.16)}

/* ── Blog — Page refondue ── */

/* Hero — hauteur alignée sur Home (886px à 1440px, tolérance 2px) */
.vc-v3-blog-hero{background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(3,11,22,.88) 36%,rgba(3,11,22,.38) 70%,rgba(3,11,22,.88)),url('../img/photos/blog-hero.webp') center/cover no-repeat;min-height:820px;padding:136px 0 166px}
.vc-v3-blog-hero .hero-grid{grid-template-columns:1.04fr .96fr;align-items:stretch}
.vc-v3-blog-hero .hero-grid>:first-child{display:flex;flex-direction:column;justify-content:center}

/* Hero trust bar */
.vc-v3-blog-hero-trust{display:grid;grid-template-columns:repeat(4,max-content);gap:6px 14px;margin-top:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1);max-width:640px}
.vc-v3-blog-hero-trust span{display:inline-flex;align-items:center;gap:6px;min-height:28px;color:#c9ddf5;font-size:11px;font-weight:850;white-space:nowrap}
.vc-v3-blog-hero-trust img{width:15px;height:15px;flex:none;opacity:.9}

/* Hero card — sommaire éditorial premium */
.vc-v3-blog-hero-card{justify-self:end;position:relative;overflow:hidden;width:min(448px,100%);padding:24px;border-radius:24px;background:linear-gradient(145deg,rgba(5,16,28,.96),rgba(7,24,40,.9));border:1px solid rgba(56,130,200,.32);box-shadow:0 34px 105px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(18px);display:flex;flex-direction:column}
.vc-v3-blog-hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 0%,rgba(56,130,200,.14),transparent 38%);pointer-events:none}

/* Card head */
.vc-v3-blog-hero-card-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12)}
.vc-v3-blog-hero-card-head span{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:#cfdefa}
.vc-v3-blog-hero-card-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(56,130,200,.13);border:1px solid rgba(56,130,200,.26);color:#f0f6ff;font-size:12px}

/* Card steps — 4 axes */
.vc-v3-blog-hero-card-steps{position:relative;z-index:1;display:grid;gap:8px;flex:1}
.vc-v3-blog-hero-card-steps article{position:relative;display:grid;grid-template-columns:auto 40px 1fr;gap:13px;align-items:center;min-height:94px;padding:16px 16px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18)}
.vc-v3-blog-hero-card-steps article:not(:last-child):after{content:"";position:absolute;left:31px;bottom:-11px;width:1px;height:11px;background:linear-gradient(180deg,rgba(56,130,200,.5),rgba(56,130,200,0))}
.vc-v3-blog-hero-card-step-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(56,130,200,.14);border:1px solid rgba(56,130,200,.3);color:#b8dcff;font-size:11px;font-weight:950}
.vc-v3-blog-hero-card-steps .icon{width:40px;height:40px;padding:8px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.vc-v3-blog-hero-card-steps h3{margin:0 0 3px;font-size:17px;line-height:1.12;color:#fff}
.vc-v3-blog-hero-card-steps p{margin:0;color:#ccdeff;font-size:13px;line-height:1.4}

/* Card note */
.vc-v3-blog-hero-card-note{position:relative;z-index:1;margin-top:10px;padding:10px 14px;border-radius:14px;background:rgba(3,11,22,.5);border:1px solid rgba(255,255,255,.11);flex:none}
.vc-v3-blog-hero-card-note span{display:block;color:#dfeeff;font-size:13px;font-weight:850;line-height:1.4}

/* Step accent variations */
.vc-v3-blog-hero-card-steps article:nth-child(1){border-left:2px solid rgba(56,130,200,.24)}
.vc-v3-blog-hero-card-steps article:nth-child(2){border-left:2px solid rgba(17,185,170,.22)}
.vc-v3-blog-hero-card-steps article:nth-child(3){border-left:2px solid rgba(110,61,245,.2)}
.vc-v3-blog-hero-card-steps article:nth-child(4){border-left:2px solid rgba(139,112,64,.22)}

/* Reveal animation — 360ms / 105ms */
[data-vc-hero-reveal="blog"].is-revealed>.vc-v3-blog-hero-card-head{animation:vc-blog-reveal .36s cubic-bezier(.2,.7,.2,1) .04s both}
[data-vc-hero-reveal="blog"].is-revealed>.vc-v3-blog-hero-card-steps article:nth-child(1){animation:vc-blog-reveal .36s cubic-bezier(.2,.7,.2,1) .145s both}
[data-vc-hero-reveal="blog"].is-revealed>.vc-v3-blog-hero-card-steps article:nth-child(2){animation:vc-blog-reveal .36s cubic-bezier(.2,.7,.2,1) .25s both}
[data-vc-hero-reveal="blog"].is-revealed>.vc-v3-blog-hero-card-steps article:nth-child(3){animation:vc-blog-reveal .36s cubic-bezier(.2,.7,.2,1) .355s both}
[data-vc-hero-reveal="blog"].is-revealed>.vc-v3-blog-hero-card-steps article:nth-child(4){animation:vc-blog-reveal .36s cubic-bezier(.2,.7,.2,1) .46s both}
[data-vc-hero-reveal="blog"].is-revealed>.vc-v3-blog-hero-card-note{animation:vc-blog-reveal .36s cubic-bezier(.2,.7,.2,1) .565s both}
@keyframes vc-blog-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){[data-vc-hero-reveal="blog"] .vc-v3-blog-hero-card-head,[data-vc-hero-reveal="blog"] .vc-v3-blog-hero-card-steps article,[data-vc-hero-reveal="blog"] .vc-v3-blog-hero-card-note{opacity:1;transform:none;animation:none!important}}

/* ── Blog — Thèmes ── */
.vc-v3-blog-themes{background:var(--bg);color:var(--text)}
.vc-v3-blog-themes .section-head .eyebrow{color:#6ef0e4}
.vc-v3-blog-themes .section-head>p:not(.eyebrow){color:#c7d8e7}
.vc-v3-blog-themes-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.vc-v3-blog-themes-grid article{display:flex;flex-direction:column;padding:28px 22px 24px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow);min-height:200px;transition:border-color .2s}
.vc-v3-blog-themes-grid article:hover{border-color:rgba(56,130,200,.3)}
.vc-v3-blog-themes-grid .icon{width:42px;height:42px;margin-bottom:16px;padding:9px;border-radius:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}
.vc-v3-blog-themes-grid h3{font-size:18px;line-height:1.15;margin:0 0 8px;color:#fff}
.vc-v3-blog-themes-grid p{color:#b0c8e0;margin:0;line-height:1.55;font-size:14px}

/* ── Blog — Articles récents ── */
.vc-v3-blog-latest{background:var(--soft);color:var(--ink)}
.vc-v3-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.vc-v3-blog-card{display:flex;flex-direction:column;border-radius:20px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight);overflow:hidden;min-height:360px}
.vc-v3-blog-card-media{aspect-ratio:16/9;overflow:hidden;background:#e8ecf2}
.vc-v3-blog-card-media img{display:block;width:100%;height:100%;object-fit:cover}
.vc-v3-blog-card-body{display:flex;flex-direction:column;flex:1;padding:22px 22px 20px}
.vc-v3-blog-card-category{display:inline-flex;align-self:flex-start;margin-bottom:14px;padding:6px 10px;border-radius:999px;background:rgba(56,130,200,.08);border:1px solid rgba(56,130,200,.15);color:#2f6ba8;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-blog-card h3{font-size:20px;line-height:1.18;margin:0 0 10px;color:var(--ink)}
.vc-v3-blog-card>p,.vc-v3-blog-card-body>p{color:#52687c;margin:0;line-height:1.6;font-size:15px;flex:1}
.vc-v3-blog-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid var(--lineLight)}
.vc-v3-blog-card-footer time{color:#8fa0b3;font-size:12px;font-weight:600}
.vc-v3-blog-card-footer .more{color:#2f6ba8;font-size:13px;font-weight:850;text-decoration:none}
.vc-v3-blog-card-footer .more:hover{text-decoration:underline}

/* Empty state */
.vc-v3-blog-empty{max-width:680px;margin:0 auto;padding:60px 0;text-align:center}
.vc-v3-blog-empty p{color:#52687c;font-size:17px;line-height:1.7}
.vc-v3-blog-empty a{color:#2f6ba8;font-weight:850}

/* ── Blog — CTA final ── */
.vc-v3-blog-cta{color:white;background:linear-gradient(90deg,rgba(3,11,22,.96),rgba(3,11,22,.7) 48%,rgba(3,11,22,.55)),url('../img/photos/blog-hero.webp') center/cover no-repeat}
.vc-v3-blog-cta .actions{display:flex;flex-wrap:wrap;gap:16px}

/* ── Blog — Responsive ── */
@media(max-width:1120px){
.vc-v3-blog-themes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.vc-v3-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
.vc-v3-blog-hero{min-height:auto}
.vc-v3-blog-hero .hero-grid{grid-template-columns:1fr}
.vc-v3-blog-hero-card{justify-self:start;width:100%;padding:20px}
.vc-v3-blog-themes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-blog-grid{grid-template-columns:1fr}
.vc-v3-blog-card{min-height:0}
.vc-v3-blog-cta .actions .btn{width:100%}
}
.public-article-head{margin-bottom:34px}
.public-article-head>span{display:inline-block;margin-bottom:14px;color:#70869a;font-weight:800}
.public-article-head h1{font-size:clamp(38px,4.2vw,58px);line-height:1.06;letter-spacing:0;margin:0 0 18px;color:var(--ink)}
.public-article-summary{font-size:20px;line-height:1.65;color:#52687c;margin:0 0 16px}
.public-article-author{font-weight:900;color:#07152a;margin:0 0 18px}
.public-article-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.public-article-meta span{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:#eef8f7;color:#0C756D;font-size:11px;font-weight:900;text-transform:uppercase}
.public-article-visual{display:inline-flex;gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--lineLight);border-radius:14px;background:white;color:#52687c}
.public-article-visual strong{color:#07152a;font-size:12px;text-transform:uppercase}
.resource-executive-summary{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;margin:0 0 34px;padding:28px;border:1px solid var(--lineLight);border-radius:20px;background:white;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.resource-summary-summary-decision{border-left:5px solid #11B9AA}
.resource-summary-summary-technical{background:#f7fbff}
.resource-summary-summary-diagnostic{border-color:#f0c987;background:#fffaf0}
.resource-executive-summary span{display:block;margin-bottom:10px;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase}
.resource-executive-summary p{margin:0;color:#24384b;font-size:18px;line-height:1.65}
.resource-executive-summary ul{margin:0;padding-left:19px;color:#24384b;display:grid;gap:9px}
.resource-executive-summary li::marker,.resource-body-list li::marker{color:#0C756D}
.resource-cta-inline,.resource-cta-mid,.public-article-cta{display:grid;gap:10px;margin:28px 0;padding:24px;border-radius:18px;background:#07152a;color:white}
.resource-cta-inline{grid-template-columns:1fr auto;align-items:center;background:#f0fbfa;color:#07152a;border:1px solid #bdebe5}
.resource-cta-mid{background:#f7fbff;color:#07152a;border:1px solid var(--lineLight)}
.resource-cta-cta-diagnostic{background:#fff9ed;color:#07152a;border:1px solid #f0c987}
.resource-cta-cta-audit{background:#f7fbff;color:#07152a;border:1px solid #cfe0ef}
.resource-cta-cta-case-study{background:#f0fbfa;color:#07152a;border:1px solid #bdebe5}
.resource-cta-cta-meeting,.resource-cta-cta-opinion{background:#07152a;color:white}
.resource-cta-inline strong,.resource-cta-mid strong,.public-article-cta strong{font-size:18px}
.resource-cta-inline p,.resource-cta-mid p,.public-article-cta p{margin:0;color:inherit;opacity:.82}
.resource-cta-inline a,.resource-cta-mid a,.public-article-cta a{justify-self:start;display:inline-flex;align-items:center;min-height:42px;padding:11px 15px;border-radius:999px;background:#11B9AA;color:#031016;font-size:12px;font-weight:950;text-transform:uppercase}
.public-article-body{font-size:18px;line-height:1.82;color:#24384b}
.public-article-body h1,.public-article-body h2,.public-article-body h3,.public-article-faq h2,.public-article-related h2,.resource-authority h2{color:var(--ink);letter-spacing:0}
.public-article-body h2{margin-top:38px}
.public-article-body h3{font-size:24px;margin:28px 0 8px}
.resource-template-sections{display:grid;gap:18px;margin-top:30px}
.resource-template-section{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:24px;border:1px solid var(--lineLight);border-radius:18px;background:white;box-shadow:0 14px 38px rgba(22,45,72,.06)}
.resource-template-section>span{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#eef8f7;color:#0C756D;font-weight:950}
.resource-template-section h2{font-size:28px;margin:0 0 10px}
.resource-template-section p{margin:0;color:#3b5063;line-height:1.75}
.resource-template-section-note{background:#fbfefe}
.resource-template-section-attention{border-color:#f0c987;background:#fff9ed}
.resource-template-section-compare{background:#f7fbff}
.resource-template-section-result{border-color:#bdebe5;background:#f0fbfa}
.resource-inline-image{margin:8px 0 4px;border-radius:18px;overflow:hidden;background:#dfeaf3;box-shadow:0 16px 44px rgba(22,45,72,.08)}
.resource-inline-image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.resource-inline-image figcaption{padding:10px 14px;background:white;color:#70869a;font-size:12px;font-weight:800}
.resource-media-visual-card{padding:12px;background:white;border:1px solid var(--lineLight)}
.resource-media-visual-card img{border-radius:12px}
.resource-media-visual-quote,.resource-media-visual-graphic-break{max-width:760px;margin-left:auto;margin-right:auto}
.resource-visual-break{display:grid;grid-template-columns:1fr;gap:14px;margin:20px 0;padding:22px;border-radius:18px;border:1px solid var(--lineLight);background:#fbfefe;color:#24384b}
.resource-visual-break img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px}
.resource-visual-break span{display:block;margin-bottom:8px;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase}
.resource-visual-break p{margin:0;color:#3b5063;line-height:1.72;font-size:18px}
.resource-visual-break-warning,.resource-visual-break-common_errors{border-color:#f0c987;background:#fff9ed}
.resource-visual-break-quote{background:#07152a;color:white}
.resource-visual-break-quote span,.resource-visual-break-quote p{color:white}
.resource-break-visual-graphic-break{background:#f7fbff}
.public-layout-guide-technique .resource-template-section-note,
.public-layout-comparison-technique .resource-template-section-note{border-left:4px solid #11B9AA}
.public-layout-diagnostic-prioritaire .resource-template-section-attention,
.public-layout-diagnostic-rapide .resource-template-section-attention{border-left:4px solid #ffb547}
.public-layout-case-study-business .resource-template-section-result,
.public-layout-case-study-technique .resource-template-section-result{border-left:4px solid #0C756D}
.resource-body-list{margin:18px 0 24px;padding-left:22px;display:grid;gap:10px}
.public-article-faq,.public-article-cta,.public-article-related,.resource-authority{margin-top:44px}
.public-article-faq{padding-top:8px}
.public-article-faq h2{font-size:30px;margin-bottom:18px}
.public-article-faq .resource-body-list,.public-article-faq p{font-size:16px;line-height:1.7}
.resource-faq-list{display:grid;grid-template-columns:1fr;gap:10px}
.resource-faq-list article,.resource-faq-list details{padding:18px 20px;border:1px solid var(--lineLight);border-radius:14px;background:white;box-shadow:0 10px 28px rgba(22,45,72,.045)}
.resource-faq-list h3,.resource-faq-list summary{font-size:17px;line-height:1.35;margin:0 0 8px;color:#07152a;font-weight:950}
.resource-faq-list summary{cursor:pointer;list-style:none}
.resource-faq-list summary::-webkit-details-marker{display:none}
.resource-faq-list details:not([open]) summary{margin-bottom:0}
.resource-faq-list p{margin:0;color:#52687c}
.resource-faq-faq-compact .resource-faq-list article{padding:16px 18px}
.resource-faq-faq-priority .resource-faq-list article:first-child,
.resource-faq-faq-priority .resource-faq-list details:first-child{border-left:5px solid #11B9AA}
.resource-faq-faq-accordion .resource-faq-list details{background:#fbfefe}
.resource-faq-answer-more{margin-top:10px;padding:0;border:0;box-shadow:none;background:transparent}
.resource-faq-answer-more summary{display:inline-flex;margin:0;color:#0C756D;font-size:13px;font-weight:950}
.resource-faq-answer-more p{margin-top:8px}
.resource-faq-more{margin-top:14px}
.resource-faq-more summary{cursor:pointer;color:#0C756D;font-weight:950}
.resource-faq-more .resource-faq-list{margin-top:14px}
.resource-editorial-authority{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:40px 0}
.resource-editorial-authority blockquote{margin:0;padding:20px;border-left:4px solid #11B9AA;border-radius:14px;background:#f7fbff;color:#24384b}
.resource-authority-note-authority-warning,.resource-authority-note-authority-common-error{border-left-color:#ffb547;background:#fff9ed}
.resource-authority-note-authority-expert-quote{background:#07152a;color:white}
.resource-authority-note-authority-expert-quote strong,.resource-authority-note-authority-expert-quote p{color:white}
.resource-editorial-authority strong{display:block;margin-bottom:8px;color:#07152a}
.resource-editorial-authority p{margin:0;color:#52687c;line-height:1.65}
.public-article-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.public-article-related-grid a{display:grid;gap:8px;padding:18px;border:1px solid var(--lineLight);border-radius:16px;background:white;color:var(--ink)}
.public-article-related-grid span{color:#0C756D;font-size:10px;font-weight:900;text-transform:uppercase}
.resource-authority-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.resource-authority-grid div{display:grid;gap:10px;padding:20px;border:1px solid var(--lineLight);border-radius:16px;background:white}
.resource-authority-grid h3{margin:0;color:#07152a;font-size:16px}
.resource-authority-grid a{color:#0C756D;font-weight:900}
.notice-prod{background:#eaf7f5;color:#0C756D;border:1px solid #bdebe5;padding:14px 18px;border-radius:16px;margin-top:20px}
.service-bridge{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin:var(--space-lg) auto 0;padding:var(--space-sm);border:1px solid var(--lineLight);border-radius:20px;background:white;box-shadow:0 16px 44px rgba(22,45,72,.06);max-width:980px}
.service-bridge span{padding:10px 14px;border-radius:999px;background:#f0fbfa;color:#0C756D;font-weight:900}
.service-bridge strong{color:#70869a;font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.pws-page .section{padding:var(--space-section) 0}
.pws-hero{min-height:886px;padding:136px 0 146px;background:linear-gradient(90deg,rgba(3,11,22,.96),rgba(3,11,22,.76) 48%,rgba(3,11,22,.44)),var(--page-bg,url('../img/bases/magnific_a-bustling-business-intel_xgomK9ljfW.webp')) center/cover no-repeat}
.pws-hero .hero-grid{grid-template-columns:1.04fr .96fr;align-items:center}
.pws-hero .actions{gap:16px}
.pws-hero h1{max-width:860px;font-size:clamp(40px,4.6vw,64px);letter-spacing:0}
.pws-hero .lead{max-width:760px;font-size:18px;color:#dcecff}
.pws-hero-card{justify-self:end;position:relative;overflow:hidden;width:min(420px,100%);padding:22px;border-radius:24px;background:linear-gradient(145deg,rgba(4,14,27,.96),rgba(6,26,42,.9));border:1px solid rgba(7,104,168,.3);box-shadow:0 34px 105px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(18px)}
.pws-hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 0%,rgba(17,185,170,.14),transparent 36%);pointer-events:none}
.pws-hero-card-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.12)}
.pws-hero-card-head span{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em;color:#cfdefa}
.pws-hero-card-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(17,185,170,.13);border:1px solid rgba(17,185,170,.26);color:#f0f6ff;font-size:12px}
.pws-hero-card-steps{position:relative;z-index:1;display:grid;gap:7px}
.pws-hero-card-steps article{position:relative;display:grid;grid-template-columns:auto 38px 1fr;gap:11px;align-items:center;min-height:76px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}
.pws-hero-card-steps article:not(:last-child):after{content:"";position:absolute;left:29px;bottom:-10px;width:1px;height:10px;background:linear-gradient(180deg,rgba(17,185,170,.5),rgba(17,185,170,0))}
.pws-hero-card-step-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(17,185,170,.14);border:1px solid rgba(17,185,170,.3);color:#adfff4;font-size:10px;font-weight:950}
.pws-hero-card-steps .icon{width:38px;height:38px;padding:8px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.pws-hero-card-steps h3{margin:0 0 2px;font-size:16px;line-height:1.12;color:#fff}
.pws-hero-card-steps p{margin:0;color:#c8dbff;font-size:12px;line-height:1.4}
.pws-hero-card-note{position:relative;z-index:1;margin-top:8px;padding:9px 12px;border-radius:14px;background:rgba(3,11,22,.5);border:1px solid rgba(255,255,255,.1)}
.pws-hero-card-note span{display:block;color:#dfeeff;font-size:12px;font-weight:850;line-height:1.4}
.pws-hero-card-steps article:nth-child(1){border-left:2px solid rgba(17,185,170,.24)}
.pws-hero-card-steps article:nth-child(2){border-left:2px solid rgba(47,128,237,.22)}
.pws-hero-card-steps article:nth-child(3){border-left:2px solid rgba(110,61,245,.2)}
.pws-hero-card-steps article:nth-child(4){border-left:2px solid rgba(139,112,64,.22)}
.pws-hero-card-steps article:nth-child(5){border-left:2px solid rgba(17,185,170,.22)}
[data-vc-hero-reveal="pws-starter"].is-revealed>.pws-hero-card-head{animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .04s both}
[data-vc-hero-reveal="pws-starter"].is-revealed>.pws-hero-card-steps article:nth-child(1){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .14s both}
[data-vc-hero-reveal="pws-starter"].is-revealed>.pws-hero-card-steps article:nth-child(2){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .24s both}
[data-vc-hero-reveal="pws-starter"].is-revealed>.pws-hero-card-steps article:nth-child(3){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .34s both}
[data-vc-hero-reveal="pws-starter"].is-revealed>.pws-hero-card-steps article:nth-child(4){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .44s both}
[data-vc-hero-reveal="pws-starter"].is-revealed>.pws-hero-card-steps article:nth-child(5){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .54s both}
[data-vc-hero-reveal="pws-starter"].is-revealed>.pws-hero-card-note{animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .64s both}
@keyframes vc-pws-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){[data-vc-hero-reveal="pws-starter"] .pws-hero-card-head,[data-vc-hero-reveal="pws-starter"] .pws-hero-card-steps article,[data-vc-hero-reveal="pws-starter"] .pws-hero-card-note{opacity:1;transform:none;animation:none!important}}
[data-vc-hero-reveal="site-web"].is-revealed>.pws-hero-card-head{animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .04s both}
[data-vc-hero-reveal="site-web"].is-revealed>.pws-hero-card-steps article:nth-child(1){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .14s both}
[data-vc-hero-reveal="site-web"].is-revealed>.pws-hero-card-steps article:nth-child(2){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .24s both}
[data-vc-hero-reveal="site-web"].is-revealed>.pws-hero-card-steps article:nth-child(3){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .34s both}
[data-vc-hero-reveal="site-web"].is-revealed>.pws-hero-card-steps article:nth-child(4){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .44s both}
[data-vc-hero-reveal="site-web"].is-revealed>.pws-hero-card-note{animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .54s both}
@media(prefers-reduced-motion:reduce){[data-vc-hero-reveal="site-web"] .pws-hero-card-head,[data-vc-hero-reveal="site-web"] .pws-hero-card-steps article,[data-vc-hero-reveal="site-web"] .pws-hero-card-note{opacity:1;transform:none;animation:none!important}}
[data-vc-hero-reveal="presence-num"].is-revealed>.pws-hero-card-head{animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .04s both}
[data-vc-hero-reveal="presence-num"].is-revealed>.pws-hero-card-steps article:nth-child(1){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .14s both}
[data-vc-hero-reveal="presence-num"].is-revealed>.pws-hero-card-steps article:nth-child(2){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .24s both}
[data-vc-hero-reveal="presence-num"].is-revealed>.pws-hero-card-steps article:nth-child(3){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .34s both}
[data-vc-hero-reveal="presence-num"].is-revealed>.pws-hero-card-steps article:nth-child(4){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .44s both}
[data-vc-hero-reveal="presence-num"].is-revealed>.pws-hero-card-steps article:nth-child(5){animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .54s both}
[data-vc-hero-reveal="presence-num"].is-revealed>.pws-hero-card-note{animation:vc-pws-reveal .36s cubic-bezier(.2,.7,.2,1) .64s both}
@media(prefers-reduced-motion:reduce){[data-vc-hero-reveal="presence-num"] .pws-hero-card-head,[data-vc-hero-reveal="presence-num"] .pws-hero-card-steps article,[data-vc-hero-reveal="presence-num"] .pws-hero-card-note{opacity:1;transform:none;animation:none!important}}
.pws-hero-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:var(--space-md);max-width:850px}
.pws-hero-points span{padding:9px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.075);color:#edf8ff;font-size:12px;font-weight:900;text-transform:uppercase}
.pws-hero-path{display:inline-flex;align-items:center;gap:12px;margin-top:18px;padding:10px 12px;border:1px solid rgba(17,185,170,.34);border-radius:999px;background:rgba(17,185,170,.08);color:#eafcff;font-weight:900}
.pws-hero-path span,.pws-hero-path a{font-size:13px}
.pws-hero-path strong{color:var(--teal)}
.pws-recognition .section-head{max-width:780px;margin-bottom:var(--space-lg)}
.pws-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pws-audience-grid article,.pws-included-grid article,.pws-collab-grid article,.pws-evolution-flow article,.pws-flow-grid article,.pws-click-grid article{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:18px;padding:30px 24px 26px;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.pws-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pws-benefit-grid article{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:18px;padding:30px 24px 26px;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.pws-benefit-grid span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:14px;border-radius:999px;background:#edf8f6;color:#0C756D;font-weight:950}
.pws-benefit-grid h3{font-size:20px;line-height:1.18;margin:0 0 9px}
.pws-benefit-grid p{margin:0;color:#52687c}
.pws-benefit-grid ul{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}
.pws-benefit-grid li{padding:9px 11px;border-radius:12px;background:#f8fbfe;border:1px solid var(--lineLight);color:#243a50;font-weight:800}
.pws-page .pws-card-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:14px}
.pws-page .pws-card-actions .btn-secondary{background:#fff;border-color:rgba(12,117,109,.28);color:#0c756d}
.pws-page .pws-section-note{max-width:900px;margin:24px auto 0;text-align:center;color:#52687c;font-size:14px;line-height:1.6}
.pws-page .pws-section-note--dark{color:#c2ddfa}
.pws-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:980px;margin:auto}
.pws-choice-grid article{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:22px;padding:32px 28px 30px;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.pws-choice-grid article.simple{background:linear-gradient(135deg,#071426,#102b45);color:white;border-color:rgba(255,255,255,.14)}
.pws-choice-grid h3{font-size:24px;line-height:1.16;margin:0 0 18px}
.pws-choice-grid ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.pws-choice-grid li{position:relative;padding:12px 14px 12px 38px;border-radius:14px;background:#f8fbfe;border:1px solid var(--lineLight);color:#243a50;font-weight:850}
.pws-choice-grid li:before{position:absolute;left:14px;top:12px;font-weight:950}
.pws-choice-grid .avoid li:before{content:"×";color:#b64b4b}
.pws-choice-grid .simple li{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#edf8ff}
.pws-choice-grid .simple li:before{content:"✓";color:var(--teal)}
.pws-journey{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:stretch;gap:12px;max-width:1160px;margin:auto}
.pws-journey article{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:18px;padding:28px 22px 24px;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.pws-journey span{display:inline-flex;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.pws-journey p{margin:0;color:#52687c}
.pws-journey>strong{align-self:center;color:#17c9b9;font-size:24px;line-height:1}
.case-insight{padding:18px;border-radius:16px;background:#f8fbfe;border:1px solid var(--lineLight)}
.case-insight strong{display:block;margin-bottom:6px;color:#0C756D}
.case-insight p{margin:0;color:#52687c}
.pws-outcome-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:var(--space-md)}
.pws-outcome-strip span{padding:11px 13px;border-radius:999px;background:#edf8f6;color:#0C756D;border:1px solid #bdebe5;font-weight:900}
.pws-usecase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pws-usecase-grid article{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:18px;padding:30px 24px 26px;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.pws-usecase-grid h3{font-size:20px;line-height:1.18;margin:0 0 14px}
.pws-usecase-grid ul{display:grid;gap:8px;margin:0 0 18px;padding:0;list-style:none}
.pws-usecase-grid li{padding:10px 12px;border-radius:12px;background:#f8fbfe;border:1px solid var(--lineLight);color:#243a50;font-weight:800}
.pws-usecase-grid strong{display:inline-flex;padding:8px 11px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:13px;font-weight:950}
.pws-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:980px;margin:auto}
.pws-compare-grid article{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:22px;padding:32px 28px 30px;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.pws-compare-grid article.featured{background:linear-gradient(135deg,#071426,#102b45);color:white;border-color:rgba(255,255,255,.14)}
.pws-compare-grid h3{font-size:24px;line-height:1.16;margin:0 0 18px}
.pws-compare-grid ol{display:grid;gap:12px;margin:0;padding:0;list-style:none;counter-reset:compare}
.pws-compare-grid li{counter-increment:compare;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:#f8fbfe;border:1px solid var(--lineLight);font-weight:850}
.pws-compare-grid article.featured li{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#edf8ff}
.pws-compare-grid li:before{content:counter(compare);display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:12px;font-weight:950;flex:none}
.pws-compare-grid article.featured li:before{background:var(--teal);color:#062034}
.pws-audience-grid .icon,.pws-included-grid .icon{width:46px;height:46px;margin-bottom:15px}
.pws-audience-grid h3,.pws-included-grid h3,.pws-collab-grid h3,.pws-evolution-flow h3,.pws-flow-grid h3,.pws-click-grid h3{font-size:20px;line-height:1.18;margin:0 0 9px}
.pws-audience-grid p,.pws-included-grid p,.pws-collab-grid p,.pws-evolution-flow p,.pws-flow-grid p,.pws-click-grid p{margin:0;color:#52687c}
.pws-page .pws-audience-grid article>p,.pws-page .pws-benefit-grid article>p{color:#52687c}
.pws-flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pws-flow-grid span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:16px;border-radius:13px;background:#17c9b9;color:#062034;font-weight:950}
.pws-publication-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pws-publication-grid article,.pws-foundation-grid article{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:18px;padding:30px 24px 26px;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.pws-publication-grid h3,.pws-foundation-grid h3{font-size:20px;line-height:1.18;margin:0 0 10px}
.pws-publication-grid p{margin:0;color:#52687c}
.pws-feature-card{background:#f8fbfe!important}
.pws-feature-card ul,.pws-foundation-grid ul{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}
.pws-feature-card li,.pws-foundation-grid li{padding:10px 12px;border-radius:12px;background:#edf8f6;color:#0C756D;font-weight:850}
.pws-centered-action{display:flex;justify-content:center;margin-top:var(--space-md)}
.pws-foundation-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:980px;margin:auto}
.pws-system-map{background:white}
.pws-map{display:grid;gap:18px;justify-items:center;max-width:980px;margin:auto}
.pws-map-node{width:min(100%,520px);padding:20px 22px;border-radius:18px;text-align:center;font-weight:950;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.pws-map-node.primary{background:#071426;color:white}
.pws-map-node.accent{background:#17c9b9;color:#062034}
.pws-map-node.future{background:#f8fbfe;color:#102033;border:1px solid var(--lineLight)}
.pws-map-branches{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:100%}
.pws-map-branches span{padding:12px;border-radius:14px;background:#f8fbfe;border:1px solid var(--lineLight);color:#243a50;text-align:center;font-weight:850}
.pws-map-arrow{font-size:26px;color:#17c9b9;font-weight:950;line-height:1}
.pws-progress{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;max-width:980px;margin:auto}
.pws-progress span{padding:14px 16px;border-radius:999px;background:#f8fbfe;border:1px solid var(--lineLight);color:#243a50;font-weight:900;box-shadow:0 12px 34px rgba(22,45,72,.055)}
.pws-progress strong{color:#17c9b9;font-size:22px;font-weight:950;line-height:1}
.pws-companion{background:#f8fbfe}
.pws-offer{background:white}
.pws-offer-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}
.pws-main-offer{padding:40px 36px 36px;border:1px solid var(--lineLight);border-radius:24px;background:#f8fbfe;box-shadow:var(--shadowLight)}
.pws-main-offer h2{font-size:clamp(32px,3.2vw,48px);line-height:1.06;letter-spacing:0;margin:0 0 14px}
.pws-main-offer p{max-width:760px;color:#52687c;font-size:18px}
.pws-main-offer ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 0;padding:0;list-style:none}
.pws-main-offer li{padding:14px;border-radius:16px;background:white;border:1px solid var(--lineLight);color:#243a50;font-weight:750}
.pws-price-panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:34px 30px 32px;border-radius:24px;background:linear-gradient(135deg,#071426,#102b45);color:white;box-shadow:var(--shadow)}
.pws-price-panel span{color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.16em}
.pws-price-panel strong{font-size:62px;line-height:.95;margin-top:14px}
.pws-price-panel small{font-size:16px;color:#cbdbea;font-weight:800}
.pws-price-panel p{color:#d6e6f5;margin:18px 0 24px}
.pws-price-includes{display:grid;gap:9px;margin:0 0 20px;padding:0;list-style:none;width:100%}
.pws-price-includes li{padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11);color:#e9f6ff;font-size:13px;font-weight:850}
.pws-price-panel .btn+.btn{margin-top:14px}
.pws-price-panel .btn-secondary{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:white}
.pws-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:980px;margin:auto}
.pws-split article{border-radius:24px;padding:36px 32px 32px;box-shadow:var(--shadowLight)}
.pws-split h3{font-size:28px;line-height:1.12;margin:0 0 18px}
.pws-split ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;margin:0;list-style:none}
.pws-split li{padding:12px 14px;border-radius:14px;font-weight:850}
.pws-owner{background:white;border:1px solid var(--lineLight)}
.pws-owner li{background:#edf8f6;color:#0C756D}
.pws-managed{background:#071426;color:white;border:1px solid rgba(255,255,255,.14)}
.pws-managed li{background:rgba(255,255,255,.08);color:#dcecff;border:1px solid rgba(255,255,255,.1)}
.pws-workwith .section-head h2{max-width:850px;margin-left:auto;margin-right:auto}
.pws-collab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pws-page .pws-workwith .pws-collab-grid{grid-template-columns:repeat(4,1fr)}
.pws-collab-grid article{background:rgba(255,255,255,.065);color:white;border-color:rgba(255,255,255,.13);box-shadow:none}
.pws-collab-grid p{color:#cbdbea}
.pws-click-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pws-click-grid .icon{width:42px;height:42px;margin-bottom:14px}
.pws-included{background:#f8fbfe}
.pws-included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pws-included-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1040px;margin:auto}
.pws-included-list span{padding:15px 16px;border-radius:16px;background:white;border:1px solid var(--lineLight);color:#243a50;font-weight:850;box-shadow:0 12px 34px rgba(22,45,72,.055)}
.pws-not-included{background:white}
.pws-limits{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:980px;margin:auto}
.pws-limits span{padding:12px 14px;border:1px solid var(--lineLight);border-radius:999px;background:#f8fbfe;color:#243a50;font-weight:850}
.pws-evolution{background:#f8fbfe}
.pws-evolution-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pws-evolution-flow span{display:inline-flex;margin-bottom:14px;padding:6px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.pws-faq-section{background:white}
.pws-faq .faq-item{min-height:168px;box-shadow:0 16px 44px rgba(22,45,72,.075)}
.pws-final-cta{background:linear-gradient(90deg,rgba(3,11,22,.96),rgba(3,11,22,.72)),url('../img/bases/magnific_panoramic-swiss-alps-at-s_wPfQsKr7EI.webp') center/cover no-repeat}
.socle-web-page{--socle-teal:#0C756D;--socle-navy:#071426;--socle-warm:#f6f3ed}
.socle-web-page .pws-hero{background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(3,11,22,.82) 48%,rgba(3,11,22,.32)),url('../img/photos/socle-web-hero.webp') center/cover no-repeat}
.socle-web-page .pws-hero-card-steps article{min-height:68px;padding-top:10px;padding-bottom:10px}
.socle-web-page .socle-container-narrow{max-width:980px}
.socle-web-page .pws-choice-grid article.simple p{color:#edf8ff}
.socle-web-page .socle-platform-highlight{background:linear-gradient(135deg,#071426,#102b45);border-color:rgba(255,255,255,.14)}
.socle-web-page .socle-platform-highlight h3{color:#fff}
.socle-web-page .socle-platform-highlight p{color:#edf8ff}
.socle-web-page .pws-audience-grid article.socle-platform-highlight>p{color:#edf8ff}
.socle-web-page .socle-comparison .section-head>p:last-child{color:#bcd2e6}
.socle-web-page .socle-price-card{text-align:center}
.socle-web-page .socle-price-label{margin:0 0 10px;color:#52687c;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.socle-web-page .simple .socle-price-label{color:#9bc8f0}
.socle-web-page .socle-price{display:block;margin-bottom:5px;color:var(--ink);font-size:48px;line-height:1}
.socle-web-page .simple .socle-price{color:#fff}
.socle-web-page .socle-price-period{display:block;margin-bottom:18px;color:#52687c;font-weight:850}
.socle-web-page .simple .socle-price-period{color:#9bc8f0}
.socle-web-page .socle-price-card>p:not(.socle-price-label){margin:8px 0 0;color:#52687c}
.socle-web-page .socle-price-card.simple>p:not(.socle-price-label){color:#edf8ff}
.socle-web-page .socle-commercial-note{max-width:760px;margin:24px auto 0;padding:24px;border:1px solid var(--lineLight);border-radius:18px;background:var(--socle-warm)}
.socle-web-page .socle-commercial-note h3{margin:0 0 10px;color:var(--ink);font-size:20px}
.socle-web-page .socle-commercial-note p{margin:8px 0 0;color:#52687c}
.socle-web-page .socle-commercial-note a{color:var(--socle-teal);font-weight:900;text-decoration:underline}
.socle-web-page .socle-final-cta{background:linear-gradient(105deg,rgba(3,11,22,.97),rgba(3,11,22,.78)),url('../img/photos/socle-web-hero.webp') center/cover no-repeat}
@media(max-width:1120px){.services-grid{grid-template-columns:repeat(3,1fr);gap:20px}
.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.offer-grid,.usecase-grid,.values,.trust-strip{grid-template-columns:repeat(2,1fr)}
.product-hero-grid{grid-template-columns:1fr;gap:34px}
.product-hero{background:linear-gradient(180deg,#071526 0%,#0b1f34 56%,#eef6f8 56%,#f7fbff 100%)}
.product-hero-media{max-width:860px}
.platform-preview-grid{grid-template-columns:1fr}
.platform-shot--wide{grid-row:auto}
.proof-grid{grid-template-columns:repeat(2,1fr)}
.product-output-grid,.media-library-grid,.media-library-grid--secondary,.social-proof-grid,.origin-grid,.real-use-grid,.observation-grid,.case-study-grid,.demo-question-grid{grid-template-columns:repeat(2,1fr)}
.demo-question-grid article,.demo-question-grid article:nth-child(4),.demo-question-grid article:nth-child(5){grid-column:auto}
.demo-video-card{grid-template-columns:1fr}
.case-study-grid article:first-child{grid-column:auto}
.case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.pws-audience-grid,.pws-benefit-grid,.pws-usecase-grid,.pws-choice-grid,.pws-included-grid,.pws-collab-grid,.pws-page .pws-workwith .pws-collab-grid,.pws-evolution-flow,.pws-flow-grid,.pws-click-grid,.pws-included-list,.pws-publication-grid,.pws-foundation-grid{grid-template-columns:repeat(2,1fr)}
.pws-journey{grid-template-columns:1fr}
.pws-journey>strong{text-align:center;transform:rotate(0deg)}
.pws-map-branches{grid-template-columns:repeat(2,1fr)}
.pws-offer-grid{grid-template-columns:1fr}
.pws-price-panel{min-height:280px}
.pws-main-offer ul{grid-template-columns:1fr}
.steps,.editorial-cycle .steps{grid-template-columns:repeat(2,1fr)}
.lab-grid,.work-grid,.blog-grid,.seo-grid,.resource-grid{grid-template-columns:repeat(2,1fr)}
.nav-links{gap:18px;font-size:11px}
.header-cta{padding:11px 14px}
}
@media(max-width:820px){:root{--space-section:64px;--space-xl:56px;--space-lg:36px}
.container{width:min(var(--max),calc(100% - 32px))}
.scroll-top{right:16px;bottom:16px;width:46px;height:46px}
.scroll-top span{font-size:22px}
.burger{display:block}
.header-cta{display:inline-flex;min-height:36px;padding:8px 7px;font-size:9.5px}
.language-switcher{margin-left:0}
.language-switcher a,.language-switcher span{min-width:28px;min-height:26px;padding:5px 6px}
.nav-actions{gap:6px}
.burger{width:30px;padding:0;font-size:28px}
.nav{height:74px;grid-template-columns:145px minmax(0,1fr) max-content;gap:8px}
.nav-links{display:none;position:fixed;left:16px;right:16px;top:74px;background:#061426;border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:12px;grid-template-columns:1fr}
.nav-links.open{display:grid}
.nav-links a{padding:14px}
.nav-links a:after{display:none}
.logo-header{width:145px;margin:0}
.logo-header img{width:145px;max-width:58vw;height:auto}
.hero{min-height:auto;padding:120px 0 var(--space-xl)}
.hero-grid,.contact-grid,.vc-v3-contact-hero-grid{grid-template-columns:1fr}
.hero-card{justify-self:start;padding:24px}
.hero-trust,.trust-strip,.services-grid,.steps,.lab-grid,.offer-grid,.usecase-grid,.faq-grid,.work-grid,.values,.footer-grid,.blog-grid,.seo-grid,.resource-grid,.public-article-related-grid,.resource-authority-grid,.resource-executive-summary,.resource-editorial-authority,.resource-faq-list,.form-grid{grid-template-columns:1fr}
.product-hero{padding:122px 0 58px;background:#071526}
.product-hero h1{font-size:40px}
.product-hero p{font-size:17px}
.product-hero .actions .btn{width:100%}
.product-hero-benefits{display:grid;grid-template-columns:1fr}
.product-hero-benefits span{text-align:center}
.product-hero-media img{border-radius:18px}
.proof-grid{grid-template-columns:1fr}
.product-output{padding:42px 0}
.product-output-grid,.media-library-grid,.media-library-grid--secondary,.social-proof-grid,.origin-grid,.real-use-grid,.observation-grid,.case-study-grid,.demo-question-grid{grid-template-columns:1fr}
.demo-video-card{padding:24px;border-radius:18px}
.video-placeholder{min-height:190px}
.video-placeholder strong{font-size:18px}
.premium-media-card{border-radius:16px}
.platform-shot{padding:14px;border-radius:18px}
.device-frame img{aspect-ratio:16/11}
.resource-hero{padding-bottom:44px}
.public-editorial-article-section{padding-top:118px}
.resource-card-body{min-height:auto;padding:22px}
.resource-article-hero{border-radius:16px;margin-bottom:24px}
.public-article-head h1{font-size:36px;line-height:1.08}
.public-article-summary,.resource-executive-summary p,.public-article-body{font-size:17px;line-height:1.72}
.public-article-meta span{font-size:10px}
.resource-executive-summary{padding:22px}
.resource-template-section{grid-template-columns:1fr;padding:20px}
.resource-template-section>span{width:36px;height:36px}
.resource-template-section h2{font-size:24px}
.resource-cta-inline{grid-template-columns:1fr}
.resource-cta-inline a,.resource-cta-mid a,.public-article-cta a{width:100%;justify-content:center}
.case-grid{grid-template-columns:1fr}
.case-card{padding:26px 22px 24px}
.pws-page .section{padding:var(--space-section) 0}
.pws-hero{min-height:auto;padding:128px 0 var(--space-xl)}
.pws-hero h1{font-size:42px}
.pws-actions .btn{width:100%}
.page-hero .actions .btn{width:100%}
.pws-hero-points{display:grid;grid-template-columns:1fr}
.pws-hero-path{display:flex;justify-content:center;border-radius:16px;text-align:center}
.pws-hero .hero-grid{grid-template-columns:1fr}
.pws-hero{min-height:auto}
.pws-hero-card{justify-self:start;width:100%;padding:20px}
.pws-audience-grid,.pws-benefit-grid,.pws-usecase-grid,.pws-choice-grid,.pws-compare-grid,.pws-offer-grid,.pws-split,.pws-included-grid,.pws-collab-grid,.pws-page .pws-workwith .pws-collab-grid,.pws-evolution-flow,.pws-flow-grid,.pws-click-grid,.pws-included-list,.pws-publication-grid,.pws-foundation-grid,.pws-map-branches{grid-template-columns:1fr}
.pws-progress{display:grid;grid-template-columns:1fr;gap:12px}
.pws-progress span{text-align:center}
.pws-progress strong{text-align:center;transform:rotate(0deg)}
.service-bridge{align-items:stretch}
.service-bridge span,.service-bridge strong{text-align:center}
.pws-main-offer,.pws-price-panel,.pws-split article{padding:28px 24px 26px}
.pws-price-panel{order:-1}
.pws-split ul{grid-template-columns:1fr}
.pws-audience-grid article,.pws-benefit-grid article,.pws-usecase-grid article,.pws-included-grid article,.pws-collab-grid article,.pws-evolution-flow article,.pws-flow-grid article,.pws-click-grid article{min-height:0}
.pws-limits{display:grid;grid-template-columns:1fr}
.pws-price-panel strong{font-size:52px}
.trust-strip .trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
.services-grid{gap:18px}
.service{min-height:0}
.service-photo{height:118px}
.service-body{padding:22px 16px 18px}
.service p{margin:0 0 14px}
.steps{gap:14px}
.step{padding:14px 10px}
.step-icon{width:72px;height:72px;margin:0 auto 10px}
.step-icon .icon{width:34px;height:34px}
.work-body{min-height:0}
.cta-inner{display:block;min-height:auto;padding:0}
.cta p{margin:0 0 16px}
.cta .actions .btn{width:100%}
.footer-grid{gap:24px}
.footer-service-groups{grid-template-columns:1fr}
.footer h4{margin:0 0 10px}
.copyright{display:block}
.hero h1{font-size:40px}
.lab-card{grid-template-columns:1fr}
.lab-card img.preview{width:100%;height:150px}
}

.nav-item{position:relative;display:flex;align-items:center}
.nav-item>a{opacity:.9;position:relative;white-space:nowrap}
.nav-dropdown-toggle{background:none;border:none;color:inherit;font:inherit;cursor:pointer;opacity:.9;padding:0;white-space:nowrap;position:relative}
.nav-dropdown-toggle:focus-visible,.nav-dropdown a:focus-visible{outline:3px solid rgba(17,185,170,.5);outline-offset:3px}
.nav-dropdown-toggle:after{content:"";position:absolute;left:0;right:0;bottom:-23px;height:2px;background:var(--teal);opacity:0;transform:scaleX(0);transition:opacity .18s ease,transform .18s ease}
.has-dropdown.is-open .nav-dropdown-toggle:after,.nav-dropdown-toggle.active:after{opacity:1;transform:scaleX(1)}
.nav-item>a.active:after,.nav-item>a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-23px;height:2px;background:var(--teal)}
.nav-dropdown{position:fixed;top:92px;left:50%;z-index:120;display:grid;grid-template-columns:190px minmax(0,1fr) 190px;gap:24px;width:min(980px,calc(100vw - 48px));max-height:calc(100vh - 116px);padding:30px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:linear-gradient(145deg,#061426,#091b2f);box-shadow:0 30px 90px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.04);opacity:0;visibility:hidden;pointer-events:none;overflow-y:auto;overscroll-behavior:contain;transform:translate(-50%,8px);transition:opacity .18s,transform .18s}
.has-dropdown.is-open .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.nav-dropdown a{display:block;border-radius:12px;color:#dcecff;font-size:12px;font-weight:900;text-transform:none;letter-spacing:0;white-space:normal}
.nav-dropdown a:hover{background:rgba(17,185,170,.09);color:white}
.nav-dropdown a:after{display:none!important}
.nav-mega-intro{align-self:start;padding-right:22px;border-right:1px solid rgba(255,255,255,.11)}
.nav-mega-intro>span,.nav-mega-aside>span{display:block;margin-bottom:9px;color:#76eadc;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.14em}
.nav-mega-intro>strong{display:block;margin-bottom:10px;color:#fff;font-size:22px;line-height:1.08}
.nav-mega-intro p{margin:0 0 20px;color:#b8cbdb;font-size:13px;line-height:1.55}
.nav-mega-overview{padding:11px 12px;border:1px solid rgba(17,185,170,.24);background:rgba(17,185,170,.08);color:#cafff8!important}
.nav-mega-groups{display:grid;align-content:start;gap:17px;min-width:0}
.nav-mega-group{padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.1)}
.nav-mega-group:last-child{padding-bottom:0;border-bottom:0}
.nav-mega-group h3{margin:0 0 8px;color:#91a9bc;font-size:10px;line-height:1.3;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.nav-mega-links{display:grid;gap:6px}
.nav-mega-links>a{min-height:50px;padding:8px 10px;border:1px solid transparent}
.nav-mega-links>a:hover{border-color:rgba(17,185,170,.18)}
.nav-mega-link-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:2px}
.nav-mega-link-title>strong{color:#fff;font-size:13px;line-height:1.3}
.nav-mega-description{display:block;color:#aec2d3;font-size:11px;font-weight:600;line-height:1.35}
.nav-mega-status{display:inline-flex;align-items:center;min-height:21px;padding:4px 7px;border:1px solid rgba(17,185,170,.22);border-radius:999px;background:rgba(17,185,170,.1);color:#bffcf4;font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.nav-mega-aside{align-self:start;padding:20px;border:1px solid rgba(17,185,170,.18);border-radius:16px;background:rgba(17,185,170,.07)}
.nav-mega-aside>strong{display:block;margin-bottom:9px;color:#fff;font-size:16px;line-height:1.25}
.nav-mega-aside p{margin:0 0 18px;color:#b8cbdb;font-size:12px;line-height:1.55}
.nav-mega-aside>a{padding:10px 11px;background:rgba(255,255,255,.07);color:#e7f7ff}
@media(max-width:1439px) and (min-width:1280px){.nav-mega-panel{top:88px}}
.vc-v3-home-hero{background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.9) 38%,rgba(3,11,22,.45) 72%,rgba(3,11,22,.9)),url('../img/bases/magnific_modern-enterprise-datacen_gJhCjt7SXO.webp') center/cover no-repeat;min-height:820px;padding:136px 0 var(--space-section)}
.vc-v3-home-hero .hero-grid>div:first-child{position:relative;min-width:0}
.vc-v3-home-rotator{display:flex;align-items:center;min-height:48px;margin:-10px 0 18px;color:#76eadc;font-size:clamp(17px,1.8vw,22px);font-weight:900;line-height:1.35}
.vc-v3-home-rotator span{display:block;transition:opacity .28s ease,transform .28s ease}
.vc-v3-home-rotator.is-changing span{opacity:0;transform:translateY(5px)}
.vc-v3-home-history{max-width:680px;margin:-8px 0 22px;color:#bcd2e5;font-size:14px;font-weight:700;line-height:1.55}
.vc-v3-home-method{position:relative;overflow:hidden;padding:24px;background:linear-gradient(145deg,rgba(4,14,27,.96),rgba(6,28,47,.92));border-color:rgba(17,185,170,.42);box-shadow:0 34px 105px rgba(0,0,0,.54),inset 0 1px 0 rgba(255,255,255,.06)}
.vc-v3-home-method:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 0%,rgba(17,185,170,.24),transparent 36%);pointer-events:none}
.vc-v3-home-method-head,.vc-v3-home-method-steps,.vc-v3-home-method-note{position:relative;z-index:1}
.vc-v3-home-method-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-v3-home-method-head span{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:#cafff8}
.vc-v3-home-method-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(17,185,170,.13);border:1px solid rgba(17,185,170,.28);color:#f5fffd;font-size:12px}
.vc-v3-home-method-steps{display:grid;gap:12px}
.vc-v3-home-method-steps article{position:relative;display:grid;grid-template-columns:auto 42px 1fr;gap:13px;align-items:center;min-height:82px;padding:14px;border-radius:18px;background:rgba(255,255,255,.105);border:1px solid rgba(255,255,255,.16)}
.vc-v3-home-method-steps article:not(:last-child):after{content:"";position:absolute;left:31px;bottom:-13px;width:1px;height:13px;background:linear-gradient(180deg,rgba(17,185,170,.6),rgba(17,185,170,0))}
.vc-v3-home-method-index{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(17,185,170,.14);border:1px solid rgba(17,185,170,.34);color:#adfff4;font-size:11px;font-weight:950}
.vc-v3-home-method-steps .icon{width:42px;height:42px;padding:9px;border-radius:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}
.vc-v3-home-method-steps h3{margin:0 0 3px;font-size:18px;line-height:1.1;color:#fff}
.vc-v3-home-method-steps p{margin:0;color:#d5e7f5;font-size:14px;line-height:1.45}
.vc-v3-home-method-note{margin-top:14px;padding:13px 14px;border-radius:16px;background:rgba(3,11,22,.54);border:1px solid rgba(255,255,255,.13)}
.vc-v3-home-method-note span{display:block;color:#e6f3ff;font-size:13px;font-weight:850;line-height:1.45}
.vc-v3-time-hero .vc-v3-home-method-steps article:nth-child(1) .icon{background:rgba(17,185,170,.14);border-color:rgba(17,185,170,.28)}
.vc-v3-time-hero .vc-v3-home-method-steps article:nth-child(2) .icon{background:rgba(47,128,237,.12);border-color:rgba(47,128,237,.24)}
.vc-v3-time-hero .vc-v3-home-method-steps article:nth-child(3) .icon{background:rgba(110,61,245,.1);border-color:rgba(110,61,245,.22)}
.vc-v3-time-hero .vc-v3-home-method-steps article:nth-child(4) .icon{background:rgba(255,122,47,.11);border-color:rgba(255,122,47,.23)}
.vc-v3-time-hero .vc-v3-home-method-steps .icon{width:48px;height:48px;padding:11px;border-radius:15px}
.vc-v3-activity-hero .vc-v3-home-method-steps article:nth-child(1) .icon{background:rgba(79,180,237,.14);border-color:rgba(79,180,237,.28)}
.vc-v3-activity-hero .vc-v3-home-method-steps article:nth-child(2) .icon{background:rgba(47,128,237,.12);border-color:rgba(47,128,237,.24)}
.vc-v3-activity-hero .vc-v3-home-method-steps article:nth-child(3) .icon{background:rgba(79,104,198,.1);border-color:rgba(79,104,198,.22)}
.vc-v3-activity-hero .vc-v3-home-method-steps article:nth-child(4) .icon{background:rgba(69,93,195,.11);border-color:rgba(69,93,195,.23)}
.vc-v3-activity-hero .vc-v3-home-method-steps .icon{width:48px;height:48px;padding:11px;border-radius:15px}
.vc-v3-home-trust{position:absolute;left:0;top:calc(100% + 24px);display:grid;grid-template-columns:repeat(6,max-content);gap:8px;align-items:center;width:max-content;max-width:780px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14)}
.vc-v3-home-trust span{display:inline-flex;align-items:center;gap:6px;min-height:28px;color:#dcecff;font-size:10px;font-weight:900;line-height:1.2;white-space:nowrap}
.vc-v3-home-trust img{width:15px;height:15px;flex:none;opacity:.92}
.vc-home-conversion .vc-v3-home-hero{min-height:886px;padding-top:132px}
.vc-home-conversion .vc-v3-home-hero h1{max-width:720px;font-size:clamp(44px,4.8vw,72px);line-height:.98}
.vc-home-conversion .vc-v3-home-hero .lead{max-width:720px;margin-bottom:18px}
.vc-home-conversion .vc-v3-home-history{margin:0 0 22px}
.vc-home-conversion .vc-v3-home-trust{grid-template-columns:repeat(4,max-content)}
.vc-home-method{padding:20px}
.vc-home-method .vc-v3-home-method-head{margin-bottom:12px;padding-bottom:12px}
.vc-home-method .vc-v3-home-method-steps{gap:8px}
.vc-home-method .vc-v3-home-method-steps article{grid-template-columns:auto 38px 1fr;gap:11px;min-height:62px;padding:10px 12px}
.vc-home-method .vc-v3-home-method-steps article:not(:last-child):after{bottom:-9px;height:9px}
.vc-home-method .vc-v3-home-method-steps .icon{width:38px;height:38px;padding:8px}
.vc-home-method .vc-v3-home-method-steps h3{font-size:15px}
.vc-home-method .vc-v3-home-method-steps p{font-size:12px;line-height:1.35}
.vc-home-method .vc-v3-home-method-note{margin-top:10px;padding:10px 12px}
.vc-home-method .vc-v3-home-method-note span{font-size:12px}
.vc-home-situation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.vc-home-situation-grid .vc-v3-situation-card{min-height:250px}
.vc-home-universe-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.vc-home-universe-card{display:flex;flex-direction:column;min-height:290px;padding:26px 22px;border-radius:20px;background:#fff;border:1px solid var(--lineLight);box-shadow:var(--shadowLight);color:var(--ink);transition:transform .22s,border-color .22s}
.vc-home-universe-card:hover{transform:translateY(-4px);border-color:rgba(17,185,170,.35)}
.vc-home-universe-card>span,.vc-home-service-grid article>span{display:inline-flex;align-self:flex-start;margin-bottom:16px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-home-universe-card h3{margin:0 0 12px;font-size:21px;line-height:1.18;color:var(--ink)}
.vc-home-universe-card p{margin:0 0 20px;color:#52687c;font-size:15px;line-height:1.62}
.vc-home-universe-card strong{margin-top:auto;color:#0C756D;font-size:13px;line-height:1.4}
.vc-home-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.vc-home-path-grid article{display:flex;flex-direction:column;min-height:320px;padding:28px 24px 26px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.06);box-shadow:var(--shadow)}
.vc-home-path-grid article>span{display:inline-flex;align-self:flex-start;margin-bottom:18px;padding:7px 10px;border-radius:999px;background:rgba(17,185,170,.13);color:#bffcf4;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-home-path-grid .icon{width:48px;height:48px;margin-bottom:18px}
.vc-home-path-grid h3{margin:0 0 12px;color:#fff;font-size:24px;line-height:1.15}
.vc-home-path-grid p{margin:0 0 20px;color:#c7d8e7}
.vc-home-path-grid .more{margin-top:auto}
.vc-home-paths .section-head .eyebrow,.vc-home-products .section-head .eyebrow{color:#76eadc}
.vc-home-paths .section-head>p:not(.eyebrow),.vc-home-products .section-head>p:not(.eyebrow){color:#c7d8e7}
.vc-home-paths .more,.vc-home-products .more,.vc-home-cases .more{color:#76eadc}
.vc-home-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.vc-home-service-grid article{display:flex;flex-direction:column;min-height:270px;padding:28px 24px 26px;border:1px solid var(--lineLight);border-radius:20px;background:#fff;box-shadow:var(--shadowLight)}
.vc-home-service-grid h3{margin:0 0 12px;color:var(--ink);font-size:22px;line-height:1.18}
.vc-home-service-grid p{margin:0 0 20px;color:#52687c}
.vc-home-service-grid .more{margin-top:auto}
.vc-home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.vc-home-product-grid article{display:flex;flex-direction:column;min-height:300px;padding:28px 24px 26px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.06);box-shadow:var(--shadow)}
.vc-home-product-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:28px}
.vc-home-product-meta span{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(17,185,170,.15);color:#cafff8;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-home-product-meta strong{color:#9fb8cc;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.vc-home-product-grid h3{margin:0 0 12px;color:#fff;font-size:25px;line-height:1.15}
.vc-home-product-grid p{margin:0 0 20px;color:#c7d8e7}
.vc-home-product-grid .more{margin-top:auto}
.vc-home-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.vc-home-benefit-grid article{display:grid;grid-template-columns:52px 1fr;column-gap:18px;align-items:start;padding:28px;border:1px solid var(--lineLight);border-radius:20px;background:#fff;box-shadow:var(--shadowLight)}
.vc-home-benefit-grid .icon{grid-row:1/3;width:52px;height:52px;padding:11px;border-radius:16px;background:#edf8f6}
.vc-home-benefit-grid h3{margin:2px 0 10px;color:var(--ink);font-size:21px;line-height:1.2}
.vc-home-benefit-grid p{grid-column:2;margin:0;color:#52687c}
.vc-home-proof-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:32px;overflow:hidden;border:1px solid var(--lineLight);border-radius:20px;background:var(--lineLight)}
.vc-home-proof-band>div{padding:24px;background:#eef6f8}
.vc-home-proof-band strong{display:block;margin-bottom:8px;color:var(--ink);font-size:19px}
.vc-home-proof-band span{display:block;color:#52687c;font-size:14px;line-height:1.55}
.vc-home-cases .work-body{min-height:390px}
.vc-home-cases .work-body p{margin:0 0 12px}
.vc-home-cases .work-body .more{margin-top:auto}
.vc-home-case-label{display:inline-flex;align-self:flex-start;margin-bottom:16px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-home-final .actions{display:flex;flex-wrap:wrap;gap:16px}
.vc-home-final .btn-secondary{border-color:rgba(255,255,255,.3);color:#fff}
.vc-home-final .btn-secondary:hover{border-color:#fff}
@media(max-width:1120px){
.vc-home-conversion .vc-v3-home-hero{min-height:auto;padding-top:126px}
.vc-home-conversion .vc-v3-home-trust{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-home-universe-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.vc-home-path-grid,.vc-home-service-grid,.vc-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
.vc-home-conversion .vc-v3-home-hero{padding-top:112px}
.vc-home-conversion .vc-v3-home-hero h1{font-size:clamp(40px,11vw,58px)}
.vc-home-conversion .vc-v3-home-hero .lead{font-size:17px}
.vc-home-method{margin-top:8px;padding:18px}
.vc-home-method .vc-v3-home-method-steps article{grid-template-columns:30px 1fr;min-height:50px;padding:9px 10px}
.vc-home-method .vc-v3-home-method-index{width:30px;height:30px}
.vc-home-method .vc-v3-home-method-steps .icon,.vc-home-method .vc-v3-home-method-steps p{display:none}
.vc-home-method .vc-v3-home-method-steps h3{margin:0;font-size:14px}
.vc-home-universe-grid,.vc-home-path-grid,.vc-home-service-grid,.vc-home-product-grid,.vc-home-benefit-grid,.vc-home-proof-band{grid-template-columns:1fr}
.vc-home-universe-card,.vc-home-path-grid article,.vc-home-service-grid article,.vc-home-product-grid article{min-height:0}
.vc-home-benefit-grid article{grid-template-columns:46px 1fr;padding:24px 22px}
.vc-home-benefit-grid .icon{width:46px;height:46px;padding:10px}
.vc-home-proof-band{gap:1px}
.vc-home-cases .work-body{min-height:0}
.vc-home-final .actions,.vc-home-final .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){
[data-vc-hero-reveal="home"]>*{opacity:1;transform:none;animation:none!important}
}
.vc-v3-premium-list{display:grid;gap:12px;margin-top:20px}
.vc-v3-premium-list span{display:flex;align-items:center;min-height:46px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#e6f3ff;font-weight:850}
.vc-v3-situation-grid,.vc-v3-solution-grid,.vc-v3-offer-grid,.vc-v3-context-grid{display:grid;gap:22px}
.vc-v3-situation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.vc-v3-situation-card,.vc-v3-solution-grid article,.vc-v3-offer-grid article,.vc-v3-context-grid article{background:white;color:var(--ink);border:1px solid var(--lineLight);border-radius:18px;padding:28px 24px 26px;box-shadow:var(--shadowLight)}
.vc-v3-situation-card{display:flex;flex-direction:column;min-height:228px;transition:.22s}
.vc-v3-situation-card:hover{transform:translateY(-4px)}
.vc-v3-situation-card span,.vc-v3-offer-grid strong,.vc-v3-context-grid span,.vc-v3-solution-row span,.vc-v3-universe-card span,.vc-v3-universe-row span,.vc-v3-situation-detail span{display:inline-flex;align-self:flex-start;margin-bottom:14px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-situation-card h3,.vc-v3-solution-grid h3,.vc-v3-offer-grid h3,.vc-v3-context-grid h3{font-size:21px;line-height:1.18;margin:0 0 10px}
.vc-v3-situation-card p,.vc-v3-solution-grid p,.vc-v3-offer-grid p,.vc-v3-context-grid p{color:#52687c;margin:0}
.vc-v3-solution-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.vc-v3-solution-grid article{background:rgba(255,255,255,.06);color:white;border-color:rgba(255,255,255,.13);box-shadow:var(--shadow)}
.vc-v3-solution-grid .icon{width:48px;height:48px;margin-bottom:16px}
.vc-v3-solution-grid p{color:#c7d8e7;margin-bottom:18px}
.vc-v3-solution-grid-light article{background:white;color:var(--ink);border-color:var(--lineLight);box-shadow:var(--shadowLight)}
.vc-v3-solution-grid-light p{color:#52687c}
.vc-v3-offer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.vc-v3-offer-grid article{display:flex;flex-direction:column;min-height:250px}
.vc-v3-offer-grid .more{margin-top:auto;padding-top:18px}
.vc-v3-offer-grid-dark article{background:rgba(255,255,255,.06);color:white;border-color:rgba(255,255,255,.13);box-shadow:var(--shadow)}
.vc-v3-offer-grid-dark p{color:#c7d8e7}
.vc-v3-solutions-hero{background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(3,11,22,.7)),url('../img/photos/services-hero.webp') center/cover no-repeat;min-height:672px;padding:154px 0 var(--space-section)}
.vc-v3-universe-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-bottom:46px}
.vc-v3-universe-card{display:flex;flex-direction:column;min-height:320px;padding:28px 24px 26px;border-radius:18px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight);color:var(--ink);transition:.22s}
.vc-v3-universe-card:hover{transform:translateY(-4px)}
.vc-v3-universe-card h3{font-size:21px;line-height:1.18;margin:0 0 10px;color:var(--ink)}
.vc-v3-universe-card p{color:#52687c;margin:0 0 18px}
.vc-v3-universe-card strong{display:block;margin-top:auto;color:#0C756D;font-size:12px;line-height:1.55}
.vc-v3-hub .vc-v3-universe-grid{margin-bottom:0}
.vc-v3-hub .vc-v3-universe-card{min-height:248px}
.vc-v3-hub-cases{padding-bottom:96px}
.vc-v3-hub-cases .work-body{min-height:240px}
.vc-v3-case-tag{display:inline-flex;margin-bottom:12px;padding:7px 10px;border-radius:999px;background:rgba(17,185,170,.12);color:var(--teal);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-bespoke-panel{max-width:1040px;margin:0 auto;padding:42px 46px;border-radius:26px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight)}
.vc-v3-bespoke-panel blockquote{max-width:820px;margin:0 0 18px;color:var(--ink);font-size:clamp(30px,3.4vw,48px);line-height:1.08;font-weight:950;letter-spacing:-.02em}
.vc-v3-bespoke-panel p:not(.eyebrow){max-width:780px;margin:0 0 24px;color:#52687c;font-size:18px;line-height:1.65}
.vc-v3-hub-offers .vc-v3-offer-grid article{min-height:230px}
.vc-v3-rhythm-break{margin:0 0 46px;padding:34px 38px;border-radius:26px;background:linear-gradient(135deg,#061426,#0d2740);color:white;box-shadow:var(--shadow);position:relative;overflow:hidden}
.vc-v3-rhythm-break:after{content:"";position:absolute;right:-80px;top:-120px;width:280px;height:280px;border-radius:999px;background:rgba(17,185,170,.16);filter:blur(8px)}
.vc-v3-rhythm-break span{display:inline-flex;margin-bottom:12px;color:var(--teal);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.vc-v3-rhythm-break strong{display:block;max-width:760px;font-size:clamp(28px,3.2vw,44px);line-height:1.08;margin-bottom:12px}
.vc-v3-rhythm-break p{max-width:780px;margin:0;color:#c7d8e7;font-size:17px;line-height:1.65}
.vc-v3-universe-story{display:grid;gap:34px}
.vc-v3-universe-row{scroll-margin-top:108px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:28px;align-items:start;padding:34px;border-radius:26px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight)}
.vc-v3-universe-row--pilot{grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);background:linear-gradient(135deg,#071426,#10233a);border-color:rgba(255,255,255,.14);box-shadow:var(--shadow);color:white}
.vc-v3-universe-row--reverse{grid-template-columns:minmax(340px,.86fr) minmax(0,1.14fr)}
.vc-v3-universe-row--reverse .vc-v3-universe-intro{grid-column:2}
.vc-v3-universe-row--reverse .vc-v3-universe-panel{grid-column:1;grid-row:1}
.vc-v3-universe-row--editorial{background:linear-gradient(135deg,#f8fbfe 0%,#eef6f8 56%,#fff 56%);border-color:rgba(7,21,42,.08)}
.vc-v3-universe-row--quiet{box-shadow:0 18px 54px rgba(22,45,72,.08);border-color:rgba(7,21,42,.08)}
.vc-v3-universe-intro{display:flex;flex-direction:column;justify-content:center;min-height:230px}
.vc-v3-universe-intro h3{font-size:clamp(28px,3vw,40px);line-height:1.08;margin:0 0 14px;color:var(--ink)}
.vc-v3-universe-intro p{margin:0;color:#52687c}
.vc-v3-universe-row--pilot .vc-v3-universe-intro h3{color:white;font-size:clamp(34px,3.6vw,52px)}
.vc-v3-universe-row--pilot .vc-v3-universe-intro p{color:#c7d8e7}
.vc-v3-universe-row--pilot .vc-v3-universe-panel{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.13)}
.vc-v3-universe-row--pilot .vc-v3-universe-panel li,.vc-v3-universe-row--pilot .vc-v3-link-list a{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#e9f7ff}
.vc-v3-universe-row--pilot .vc-v3-universe-situations{border-color:rgba(255,255,255,.14)}
.vc-v3-universe-row--pilot .vc-v3-situation-detail{border-color:rgba(255,255,255,.14)}
.vc-v3-universe-row--pilot .vc-v3-situation-detail h4{color:white}
.vc-v3-universe-row--pilot .vc-v3-situation-detail p{color:#c7d8e7}
.vc-v3-universe-panel{display:grid;gap:20px;padding:24px;border-radius:18px;background:#f8fbfe;border:1px solid var(--lineLight)}
.vc-v3-universe-panel ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.vc-v3-universe-panel li{padding:10px 12px;border-radius:12px;background:white;border:1px solid var(--lineLight);color:#243a50;font-weight:850}
.vc-v3-universe-situations{grid-column:1/-1;display:grid;gap:0;border-top:1px solid var(--lineLight)}
.vc-v3-situation-detail{scroll-margin-top:108px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:26px;padding:26px 0;border-bottom:1px solid var(--lineLight)}
.vc-v3-situation-detail:last-child{border-bottom:0;padding-bottom:0}
.vc-v3-situation-detail h4{font-size:24px;line-height:1.14;margin:0 0 10px;color:var(--ink)}
.vc-v3-situation-detail p{margin:0;color:#52687c}
.vc-v3-situation-detail p+p{margin-top:10px}
.vc-v3-situation-detail aside{display:grid;align-content:start;gap:10px}
.vc-v3-proof-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:30px 34px;border-radius:24px;background:#eef6f8;border:1px solid rgba(7,21,42,.08)}
.vc-v3-proof-band p{margin:0;max-width:880px;color:#243a50;font-size:19px;line-height:1.55;font-weight:800}
.vc-v3-proof-band .more{white-space:nowrap}
.vc-v3-time-hero{background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.88) 42%,rgba(3,11,22,.44) 78%,rgba(3,11,22,.86)),url('../img/photos/gagner-du-temps-hero.webp') center/cover no-repeat;min-height:820px;padding:136px 0 var(--space-section)}
.vc-v3-activity-hero{background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.9) 44%,rgba(3,11,22,.5) 78%,rgba(3,11,22,.86)),url('../img/photos/structurer-activite-hero.webp') center/cover no-repeat}
.vc-v3-visibility-hero{background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.86) 42%,rgba(3,11,22,.42) 78%,rgba(3,11,22,.84)),url('../img/photos/renforcer-visibilite-hero.webp') center/cover no-repeat;min-height:820px;padding:136px 0 var(--space-section)}
.vc-v3-foundation-hero{background:linear-gradient(90deg,rgba(3,11,22,.99),rgba(3,11,22,.9) 43%,rgba(3,11,22,.48) 78%,rgba(3,11,22,.86)),url('../img/photos/securiser-socle-hero.webp') center/cover no-repeat;min-height:820px;padding:136px 0 var(--space-section)}
.vc-v3-case-hero{background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.88) 42%,rgba(3,11,22,.44) 78%,rgba(3,11,22,.86)),url('../img/bases/magnific_a-bustling-business-intel_xgomK9ljfW.webp') center/cover no-repeat;min-height:820px;padding:136px 0 var(--space-section)}
.vc-v3-time-hero-card{border-color:rgba(17,185,170,.22)}
.vc-v3-time-situation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.vc-v3-time-situation-card{min-height:300px;padding:34px 30px;border-radius:24px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight)}
.vc-v3-time-situation-card span,.vc-v3-time-offer-grid strong,.vc-v3-time-related span,.vc-v3-time-approach-grid span{display:inline-flex;margin-bottom:16px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-time-situation-card h3{font-size:clamp(26px,2.6vw,38px);line-height:1.08;margin:0 0 14px;color:var(--ink)}
.vc-v3-time-situation-card p{margin:0;color:#52687c;font-size:16px;line-height:1.65}
.vc-v3-time-solution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.vc-v3-time-solution-grid .icon{width:44px;height:44px;padding:10px;margin-bottom:12px;border-radius:13px;background:rgba(7,21,42,.06);border:1px solid rgba(7,21,42,.1)}
.vc-v3-time-approach{position:relative;overflow:hidden}
.vc-v3-time-approach:before{content:"";position:absolute;right:-140px;top:12%;width:380px;height:380px;border-radius:999px;background:rgba(17,185,170,.12);filter:blur(10px)}
.vc-v3-time-approach .container{position:relative}
.vc-v3-time-approach-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.vc-v3-time-approach-grid article{padding:30px 24px 28px;border-radius:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);box-shadow:var(--shadow)}
.vc-v3-time-approach-grid span{background:rgba(17,185,170,.13);border:1px solid rgba(17,185,170,.24);color:#77f4e8}
.vc-v3-time-approach-grid h3{margin:0 0 10px;color:white;font-size:22px}
.vc-v3-time-approach-grid p{margin:0;color:#c7d8e7}
.vc-v3-time-proof{padding-top:48px;padding-bottom:48px}
.vc-v3-time-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.vc-v3-time-offer-grid article{display:flex;flex-direction:column;min-height:330px;padding:32px 28px 30px;border-radius:24px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight)}
.vc-v3-time-offer-grid h3{font-size:25px;line-height:1.12;margin:0 0 12px;color:var(--ink)}
.vc-v3-time-offer-grid p{margin:0 0 20px;color:#52687c;line-height:1.62}
.vc-v3-time-offer-grid .more{margin-top:auto}
.vc-v3-time-offer-featured{background:linear-gradient(135deg,#071426,#10233a)!important;color:white;border-color:rgba(255,255,255,.14)!important;box-shadow:var(--shadow)!important}
.vc-v3-time-offer-featured h3{color:white}
.vc-v3-time-offer-featured p{color:#c7d8e7}
.vc-v3-time-related{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-top:24px;padding:24px 28px;border-radius:22px;background:#eef6f8;border:1px solid rgba(7,21,42,.08)}
.vc-v3-time-related span{grid-column:1/-1;margin-bottom:0}
.vc-v3-time-related p{margin:0;color:#243a50;font-weight:800;line-height:1.55}
.vc-v3-time-related .more{white-space:nowrap}
.vc-v3-time-final{background:linear-gradient(90deg,rgba(3,11,22,.92),rgba(3,11,22,.78)),url('../img/photos/alps.webp') center/cover no-repeat}
.vc-v3-activity-final{background:linear-gradient(90deg,rgba(3,11,22,.92),rgba(3,11,22,.78)),url('../img/photos/alps.webp') center/cover no-repeat}
.vc-v3-visibility-final{background:linear-gradient(90deg,rgba(3,11,22,.92),rgba(3,11,22,.78)),url('../img/photos/alps.webp') center/cover no-repeat}
.vc-v3-foundation-final{background:linear-gradient(90deg,rgba(3,11,22,.94),rgba(3,11,22,.8)),url('../img/photos/alps.webp') center/cover no-repeat}
.vc-v3-case-final{background:linear-gradient(90deg,rgba(3,11,22,.92),rgba(3,11,22,.78)),url('../img/photos/alps.webp') center/cover no-repeat}
/* ── À propos — Page refondue ── */

/* Hero — hauteur alignée sur Home (886px à 1440px, tolérance 2px) */
.vc-v3-apropos-hero{background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.9) 38%,rgba(3,11,22,.45) 72%,rgba(3,11,22,.9)),url('../img/photos/apropos-hero.webp') center/cover no-repeat;min-height:820px;padding:136px 0 var(--space-section)}
.vc-v3-apropos-hero .hero-grid{grid-template-columns:1.04fr .96fr}

/* Hero card — premium institutionnel, pas dashboard */
.vc-v3-apropos-hero-card{justify-self:end;position:relative;overflow:hidden;width:min(420px,100%);padding:22px;border-radius:24px;background:linear-gradient(145deg,rgba(4,14,27,.96),rgba(6,28,47,.92));border:1px solid rgba(17,185,170,.42);box-shadow:0 34px 105px rgba(0,0,0,.54),inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(18px)}
.vc-v3-apropos-hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 0%,rgba(17,185,170,.2),transparent 36%);pointer-events:none}

/* Card head */
.vc-v3-apropos-hero-card-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-v3-apropos-hero-card-head span{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:#cafff8}
.vc-v3-apropos-hero-card-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(17,185,170,.13);border:1px solid rgba(17,185,170,.28);color:#f5fffd;font-size:12px}

/* Card steps */
.vc-v3-apropos-hero-card-steps{position:relative;z-index:1;display:grid;gap:8px}
.vc-v3-apropos-hero-card-steps article{position:relative;display:grid;grid-template-columns:auto 42px 1fr;gap:13px;align-items:center;min-height:86px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24)}
.vc-v3-apropos-hero-card-steps article:not(:last-child):after{content:"";position:absolute;left:31px;bottom:-11px;width:1px;height:11px;background:linear-gradient(180deg,rgba(17,185,170,.6),rgba(17,185,170,0))}
.vc-v3-apropos-hero-card-step-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(17,185,170,.14);border:1px solid rgba(17,185,170,.34);color:#adfff4;font-size:11px;font-weight:950}
.vc-v3-apropos-hero-card-steps .icon{width:42px;height:42px;padding:9px;border-radius:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}
.vc-v3-apropos-hero-card-steps h3{margin:0 0 3px;font-size:18px;line-height:1.1;color:#fff}
.vc-v3-apropos-hero-card-steps p{margin:0;color:#d5e7f5;font-size:14px;line-height:1.45}

/* Card note */
.vc-v3-apropos-hero-card-note{position:relative;z-index:1;margin-top:10px;padding:10px 14px;border-radius:16px;background:rgba(3,11,22,.54);border:1px solid rgba(255,255,255,.13)}
.vc-v3-apropos-hero-card-note span{display:block;color:#e6f3ff;font-size:13px;font-weight:850;line-height:1.45}

/* Hero trust bar */
.vc-v3-apropos-hero-trust{display:grid;grid-template-columns:repeat(4,max-content);gap:6px 14px;margin-top:6px;padding-top:8px;border-top:1px solid rgba(255,255,255,.12);max-width:640px}
.vc-v3-apropos-hero-trust span{display:inline-flex;align-items:center;gap:6px;min-height:28px;color:#dcecff;font-size:11px;font-weight:850;white-space:nowrap}
.vc-v3-apropos-hero-trust img{width:15px;height:15px;flex:none;opacity:.92}

/* Card step accent variations — Comprendre / Concevoir / Accompagner */
.vc-v3-apropos-hero-card-steps article:nth-child(1){border-left:2px solid rgba(17,185,170,.28)}
.vc-v3-apropos-hero-card-steps article:nth-child(2){border-left:2px solid rgba(47,128,237,.24)}
.vc-v3-apropos-hero-card-steps article:nth-child(3){border-left:2px solid rgba(139,112,64,.24)}

/* Reveal animation — 380ms / 115ms */
/* Contenu visible par défaut. L'animation est une amélioration progressive. */
[data-vc-hero-reveal="about"].is-revealed>.vc-v3-apropos-hero-card-head{animation:vc-about-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
[data-vc-hero-reveal="about"].is-revealed>.vc-v3-apropos-hero-card-steps article:nth-child(1){animation:vc-about-reveal .38s cubic-bezier(.2,.7,.2,1) .155s both}
[data-vc-hero-reveal="about"].is-revealed>.vc-v3-apropos-hero-card-steps article:nth-child(2){animation:vc-about-reveal .38s cubic-bezier(.2,.7,.2,1) .27s both}
[data-vc-hero-reveal="about"].is-revealed>.vc-v3-apropos-hero-card-steps article:nth-child(3){animation:vc-about-reveal .38s cubic-bezier(.2,.7,.2,1) .385s both}
[data-vc-hero-reveal="about"].is-revealed>.vc-v3-apropos-hero-card-note{animation:vc-about-reveal .38s cubic-bezier(.2,.7,.2,1) .5s both}
@keyframes vc-about-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){[data-vc-hero-reveal="about"] .vc-v3-apropos-hero-card-head,[data-vc-hero-reveal="about"] .vc-v3-apropos-hero-card-steps article,[data-vc-hero-reveal="about"] .vc-v3-apropos-hero-card-note{opacity:1;transform:none;animation:none!important}}

/* ── Chronologie — premium timeline ── */
.vc-v3-apropos-chrono{background:var(--soft);color:var(--ink)}
.vc-v3-apropos-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;position:relative}
.vc-v3-apropos-timeline:before{content:"";position:absolute;left:0;right:0;top:calc(1.4rem + 18px);height:1px;background:linear-gradient(90deg,rgba(139,112,64,.18),rgba(17,185,170,.16),rgba(47,128,237,.14),rgba(110,61,245,.12));pointer-events:none;z-index:0}
.vc-v3-apropos-timeline article{position:relative;z-index:1;display:flex;flex-direction:column;padding:40px 22px 28px;border-radius:18px;background:white;border:1px solid var(--lineLight);box-shadow:0 12px 32px rgba(22,45,72,.07);min-height:280px}
.vc-v3-apropos-timeline article:before{content:"";position:absolute;top:calc(1.4rem + 18px);left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:white;border:2px solid rgba(17,185,170,.4);z-index:2}
.vc-v3-apropos-timeline article:nth-child(1):before{border-color:rgba(139,112,64,.45)}
.vc-v3-apropos-timeline article:nth-child(2):before{border-color:rgba(17,185,170,.4)}
.vc-v3-apropos-timeline article:nth-child(3):before{border-color:rgba(47,128,237,.35)}
.vc-v3-apropos-timeline article:nth-child(4):before{border-color:rgba(110,61,245,.3)}
.vc-v3-apropos-year{display:inline-flex;align-self:flex-start;margin-bottom:14px;padding:5px 10px;border-radius:6px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.vc-v3-apropos-timeline article:nth-child(1) .vc-v3-apropos-year{background:#faf6f0;color:#765c30}
.vc-v3-apropos-timeline article:nth-child(2) .vc-v3-apropos-year{background:#edf8f6;color:#0C756D}
.vc-v3-apropos-timeline article:nth-child(3) .vc-v3-apropos-year{background:#ecf2fb;color:#2f5395}
.vc-v3-apropos-timeline article:nth-child(4) .vc-v3-apropos-year{background:#f3eff9;color:#5a3a9e}
.vc-v3-apropos-timeline h3{font-size:21px;line-height:1.18;margin:0 0 10px;color:var(--ink)}
.vc-v3-apropos-timeline p{color:#52687c;margin:0;line-height:1.6}

/* ── Vision transversale — compétences ── */
.vc-v3-apropos-skills-section{background:var(--bg);color:var(--text)}
.vc-v3-apropos-skills-section .section-head .eyebrow{color:#6ef0e4}
.vc-v3-apropos-skills-section .section-head>p:not(.eyebrow){color:#c7d8e7}
.vc-v3-apropos-skills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.vc-v3-apropos-skills article{display:flex;flex-direction:column;padding:30px 24px 28px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);min-height:244px}
.vc-v3-apropos-skills .icon{width:48px;height:48px;margin-bottom:18px;padding:10px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}
.vc-v3-apropos-skills article:nth-child(1) .icon{background:rgba(130,160,190,.12);border-color:rgba(130,160,190,.22)}
.vc-v3-apropos-skills article:nth-child(2) .icon{background:rgba(110,130,210,.12);border-color:rgba(110,130,210,.22)}
.vc-v3-apropos-skills article:nth-child(3) .icon{background:rgba(17,185,170,.1);border-color:rgba(17,185,170,.22)}
.vc-v3-apropos-skills article:nth-child(4) .icon{background:rgba(139,112,64,.1);border-color:rgba(139,112,64,.2)}
.vc-v3-apropos-skills article:nth-child(5) .icon{background:rgba(17,185,170,.1);border-color:rgba(17,185,170,.2)}
.vc-v3-apropos-skills article:nth-child(6) .icon{background:rgba(47,128,237,.1);border-color:rgba(47,128,237,.2)}
.vc-v3-apropos-skills h3{font-size:20px;line-height:1.18;margin:0 0 10px;color:white}
.vc-v3-apropos-skills p{color:#c7d8e7;margin:0;line-height:1.6}

/* ── Méthode — étapes claires ── */
.vc-v3-apropos-method{background:#f4f6f9;color:var(--ink)}
.vc-v3-apropos-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.vc-v3-apropos-method-grid article{display:flex;flex-direction:column;padding:32px 24px 28px;border-radius:18px;background:white;border:1px solid #d8dde5;box-shadow:0 8px 28px rgba(22,45,72,.06);min-height:268px}
.vc-v3-apropos-method-num{display:grid;place-items:center;align-self:flex-start;width:40px;height:40px;margin-bottom:16px;border-radius:12px;background:rgba(7,21,42,.05);border:1px solid rgba(7,21,42,.1);color:#2c5270;font-size:12px;font-weight:950}
.vc-v3-apropos-method-grid h3{font-size:21px;line-height:1.18;margin:0 0 10px;color:var(--ink)}
.vc-v3-apropos-method-grid p{color:#52687c;margin:0;line-height:1.6}

/* ── Principes — repères de gouvernance ── */
.vc-v3-apropos-principles{background:#fafbfc;color:var(--ink)}
.vc-v3-apropos-principles-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.vc-v3-apropos-principles-grid article{display:flex;flex-direction:column;padding:30px 24px 28px;border-radius:18px;background:white;border:1px solid var(--lineLight);box-shadow:0 8px 28px rgba(22,45,72,.05);min-height:244px}
.vc-v3-apropos-principles-grid .icon{width:42px;height:42px;margin-bottom:16px;padding:9px;border-radius:12px;background:rgba(7,21,42,.04);border:1px solid rgba(7,21,42,.08)}
.vc-v3-apropos-principles-grid article:nth-child(1) .icon{background:rgba(139,112,64,.08);border-color:rgba(139,112,64,.14)}
.vc-v3-apropos-principles-grid article:nth-child(2) .icon{background:rgba(17,185,170,.08);border-color:rgba(17,185,170,.16)}
.vc-v3-apropos-principles-grid article:nth-child(3) .icon{background:rgba(47,128,237,.08);border-color:rgba(47,128,237,.16)}
.vc-v3-apropos-principles-grid article:nth-child(4) .icon{background:rgba(110,61,245,.07);border-color:rgba(110,61,245,.14)}
.vc-v3-apropos-principles-grid h3{font-size:20px;line-height:1.18;margin:0 0 8px;color:var(--ink)}
.vc-v3-apropos-principles-grid p{color:#52687c;margin:0;line-height:1.6}

/* ── CTA final — cohérent avec le Hero ── */
.vc-v3-apropos-cta{color:white;background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(3,11,22,.76) 48%,rgba(3,11,22,.62)),url('../img/bases/magnific_panoramic-swiss-alps-at-s_wPfQsKr7EI.webp') center/cover no-repeat}
.vc-v3-apropos-cta .actions{display:flex;flex-wrap:wrap;gap:16px}

/* ── Responsive ── */
@media(max-width:1120px){
.vc-v3-apropos-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-apropos-timeline:before{display:none}
.vc-v3-apropos-timeline article:before{display:none}
.vc-v3-apropos-skills{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-apropos-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-apropos-principles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
.vc-v3-apropos-hero{min-height:auto}
.vc-v3-apropos-hero .hero-grid{grid-template-columns:1fr}
.vc-v3-apropos-hero-card{justify-self:start;width:100%;padding:22px}
.vc-v3-apropos-hero-trust{grid-template-columns:repeat(2,max-content);gap:6px 12px;max-width:100%}
.vc-v3-apropos-cta .actions .btn{width:100%}
.vc-v3-apropos-timeline{grid-template-columns:1fr}
.vc-v3-apropos-timeline article{min-height:0}
.vc-v3-apropos-skills{grid-template-columns:1fr}
.vc-v3-apropos-method-grid{grid-template-columns:1fr}
.vc-v3-apropos-method-grid article{min-height:0}
.vc-v3-apropos-principles-grid{grid-template-columns:1fr}
.vc-v3-apropos-principles-grid article{min-height:0}
}
.vc-v3-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.vc-v3-case-grid article,.vc-v3-case-links article{padding:30px 26px;border-radius:24px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight)}
.vc-v3-case-grid span,.vc-v3-case-links span{display:inline-flex;margin-bottom:16px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-case-grid p{margin:0;color:#52687c;font-size:16px;line-height:1.68}
.vc-v3-case-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.vc-v3-case-links h3{font-size:22px;line-height:1.14;margin:0 0 18px;color:var(--ink)}
.vc-v3-case-primary-link{background:linear-gradient(135deg,#071426,#10233a)!important;color:white;border-color:rgba(255,255,255,.14)!important;box-shadow:var(--shadow)!important}
.vc-v3-case-primary-link h3{color:white}
.vc-v3-case-primary-link .more{color:#77f4e8}
.vc-hla-hero{min-height:760px}
.vc-hla-impact{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(4,14,27,.94),rgba(7,31,50,.88));border-color:rgba(17,185,170,.42);box-shadow:0 34px 105px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.06)}
.vc-hla-impact:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 92% 2%,rgba(17,185,170,.17),transparent 38%);pointer-events:none}
.vc-hla-impact h2,.vc-hla-impact-list{position:relative;z-index:1}
.vc-hla-impact h2{margin:0 0 18px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.13);font-size:22px;color:white}
.vc-hla-impact-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.vc-hla-impact-item{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:13px;min-height:68px;padding:12px 14px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.075);color:#edf8ff;font-weight:850;line-height:1.35}
.vc-hla-impact-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(17,185,170,.28);border-radius:13px;background:rgba(17,185,170,.13)}
.vc-hla-impact-icon img{width:25px;height:25px}
.vc-hla-impact-item:nth-child(2) .vc-hla-impact-icon{border-color:rgba(47,128,237,.28);background:rgba(47,128,237,.12)}
.vc-hla-impact-item:nth-child(3) .vc-hla-impact-icon{border-color:rgba(110,61,245,.24);background:rgba(110,61,245,.1)}
.vc-hla-impact-item:nth-child(4) .vc-hla-impact-icon{border-color:rgba(255,122,47,.27);background:rgba(255,122,47,.11)}
.vc-hla-challenge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.vc-hla-challenge-grid article{padding:32px 28px;border:1px solid var(--lineLight);border-radius:24px;background:white;box-shadow:var(--shadowLight)}
.vc-hla-challenge-grid article>span,.vc-hla-module-grid article>span{display:inline-flex;margin-bottom:16px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-hla-challenge-grid ul,.vc-hla-module-grid ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.vc-hla-challenge-grid li,.vc-hla-module-grid li{position:relative;padding-left:20px;color:#31495f}
.vc-hla-challenge-grid li:before,.vc-hla-module-grid li:before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:50%;background:var(--teal)}
.vc-hla-challenge-goal{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#071426,#10233a)!important;border-color:rgba(255,255,255,.14)!important;color:white}
.vc-hla-challenge-goal>span{align-self:flex-start;background:rgba(17,185,170,.13)!important;border:1px solid rgba(17,185,170,.24);color:#77f4e8!important}
.vc-hla-challenge-goal p{margin:0;color:#d6e5f2;font-size:19px;line-height:1.7}
.vc-hla-solution,.vc-hla-commercial,#resultat,#captures{scroll-margin-top:108px}
.vc-hla-solution .section-head p,.vc-hla-approach .section-head p{color:#c8d8e7}
.vc-hla-module-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;align-items:stretch}
.vc-hla-module-grid article{grid-column:span 2;padding:28px 24px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.06);box-shadow:var(--shadow)}
.vc-hla-module-grid article:nth-child(4){grid-column:2/span 2}.vc-hla-module-grid article:nth-child(5){grid-column:4/span 2}
.vc-hla-module-grid .icon{width:46px;height:46px;margin-bottom:18px;padding:9px;border-radius:14px;background:rgba(255,255,255,.1)}
.vc-hla-module-grid h3{margin:0 0 16px;color:white;font-size:21px;line-height:1.18}
.vc-hla-module-grid li{color:#c7d8e7;font-size:14px}
.vc-hla-network-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.vc-hla-network-grid article{padding:26px 22px;border:1px solid var(--lineLight);border-radius:20px;background:white;box-shadow:var(--shadowLight)}
.vc-hla-network-grid span{display:block;margin-bottom:10px;color:var(--ink);font-size:19px;font-weight:950;line-height:1.2}
.vc-hla-network-grid p{margin:0;color:#52687c;line-height:1.6}
.vc-hla-gallery-section{padding-bottom:54px}
.vc-hla-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.vc-hla-capture-placeholder{min-width:0;margin:0;overflow:hidden;border:1px solid var(--lineLight);border-radius:24px;background:white;box-shadow:var(--shadowLight)}
.vc-hla-capture-placeholder.is-placeholder>div{aspect-ratio:16/9;display:grid;place-content:center;justify-items:center;gap:10px;padding:28px;background:linear-gradient(145deg,#071426,#102b46);color:white;text-align:center}
.vc-hla-capture-placeholder.is-placeholder>div img{width:46px;height:46px;opacity:.72}
.vc-hla-capture-placeholder>div strong{font-size:15px}.vc-hla-capture-placeholder code{max-width:100%;padding:7px 10px;border-radius:10px;background:rgba(255,255,255,.08);color:#aef7ee;font-size:12px;overflow-wrap:anywhere}
.vc-hla-capture-media{overflow:hidden;background:#e9eef1}.vc-hla-capture-media img{width:100%;height:auto;display:block}
.vc-hla-capture-placeholder figcaption{display:grid;gap:5px;padding:20px 22px;color:var(--ink)}
.vc-hla-capture-placeholder figcaption strong{font-size:18px}.vc-hla-capture-placeholder figcaption span{color:#52687c;line-height:1.55}
.vc-hla-capture-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0}
.vc-hla-capture-heading>strong{min-width:0;line-height:1.25}
.vc-hla-capture-external{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border:1px solid var(--lineLight);border-radius:10px;background:#f8fbfe;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}
.vc-hla-capture-external img{width:17px;height:17px}
.vc-hla-capture-external:hover,.vc-hla-capture-external:focus-visible{border-color:rgba(17,185,170,.5);background:#eaf9f7;transform:translateY(-1px);outline:none}
.vc-hla-capture-external:focus-visible{box-shadow:0 0 0 3px rgba(17,185,170,.18)}
.vc-hla-capture-private{display:inline-flex;align-items:center;min-height:28px;flex:0 0 auto;padding:5px 9px;border:1px solid #dbe3e9;border-radius:999px;background:#f3f6f8;color:#52687c!important;font-size:10px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.vc-hla-capture-placeholder:last-child{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}
.vc-hla-capture-placeholder:last-child.is-placeholder>div{aspect-ratio:16/7}.vc-hla-capture-placeholder:last-child figcaption{align-content:center}
.vc-hla-autonomy{padding-top:54px}
.vc-hla-capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-hla-capability-grid article{display:flex;align-items:center;gap:14px;min-height:106px;padding:20px;border:1px solid var(--lineLight);border-radius:18px;background:white;box-shadow:var(--shadowLight)}
.vc-hla-capability-grid .icon{width:40px;height:40px}.vc-hla-capability-grid h3{margin:0;color:var(--ink);font-size:16px;line-height:1.3}
.vc-hla-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;counter-reset:none}
.vc-hla-steps li{display:flex;align-items:center;gap:14px;min-height:86px;padding:18px 20px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.06);color:#e8f3fb;font-weight:800}
.vc-hla-steps span{display:grid;place-items:center;width:38px;height:38px;flex:none;border:1px solid rgba(17,185,170,.34);border-radius:50%;background:rgba(17,185,170,.13);color:#77f4e8;font-size:11px;font-weight:950}
.vc-hla-result>.container{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:42px;align-items:center}
.vc-hla-result-copy h2{font-size:clamp(32px,3.4vw,46px);line-height:1.08;letter-spacing:-.045em;margin:0 0 18px;color:var(--ink)}
.vc-hla-result-copy>p:last-child{margin:0;color:#52687c;font-size:18px;line-height:1.7}
.vc-hla-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vc-hla-result-grid span{display:flex;align-items:center;min-height:108px;padding:20px;border:1px solid var(--lineLight);border-radius:18px;background:white;color:#173149;font-weight:900;box-shadow:var(--shadowLight)}
.vc-hla-commercial .vc-v3-case-links{grid-template-columns:repeat(5,minmax(0,1fr))}
.vc-hla-commercial .vc-v3-case-links article{min-width:0}.vc-hla-commercial .vc-v3-case-links h3{overflow-wrap:normal;word-break:normal;hyphens:none}
.vc-v3-case-final .actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px}
.vc-v3-products-hero{background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.75)),url('../img/photos/produits-hero.webp') center/cover no-repeat;min-height:672px;padding:130px 0 var(--space-section)}
.vc-v3-services-hero{background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(3,11,22,.7)),url('../img/photos/services-hero.webp') center/cover no-repeat;min-height:672px;padding:154px 0 var(--space-section)}
.vc-v3-products-hero p{max-width:780px}
.vc-v3-services-hero p{max-width:780px}
.vc-v3-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.vc-v3-service-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-service-grid article{display:flex;flex-direction:column;min-height:270px;padding:28px 24px 26px;border-radius:20px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight);color:var(--ink)}
.vc-v3-service-grid article>span{display:inline-flex;align-self:flex-start;margin-bottom:14px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-service-grid h3{font-size:22px;line-height:1.16;margin:0 0 12px;color:var(--ink)}
.vc-v3-service-grid p{margin:0 0 20px;color:#52687c;line-height:1.62}
.vc-v3-service-grid .more{margin-top:auto}
.vc-v3-service-group.dark .vc-v3-service-grid article{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.13);box-shadow:var(--shadow);color:white}
.vc-v3-service-group.dark .section-head .eyebrow{color:#77f4e8}
.vc-v3-service-group.dark .section-head p:not(.eyebrow){color:#c7d8e7}
.vc-v3-service-group.dark .vc-v3-service-grid h3{color:white}
.vc-v3-service-group.dark .vc-v3-service-grid p{color:#c7d8e7}
.vc-v3-service-group.dark .vc-v3-service-grid .more{color:#77f4e8}
.vc-v3-service-bridges .vc-v3-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-product-hub .section-head,.vc-v3-product-orientation .section-head,.vc-v3-product-cases .section-head,.vc-v3-product-evolution .section-head{margin-bottom:34px}
.vc-v3-product-grid,.vc-v3-product-need-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.vc-v3-product-card,.vc-v3-product-need-grid article{display:flex;flex-direction:column;min-height:294px;padding:28px 24px 26px;border-radius:20px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight);color:var(--ink)}
.vc-v3-product-card h3,.vc-v3-product-need-grid h3{font-size:22px;line-height:1.16;margin:0 0 12px;color:var(--ink)}
.vc-v3-product-card p{margin:0 0 20px;color:#52687c;line-height:1.62}
.vc-v3-product-strategic{padding:12px 14px;border-radius:14px;background:#f8fbfe;border:1px solid var(--lineLight);color:#243a50!important;font-size:14px;font-weight:850;line-height:1.5}
.vc-v3-product-card .more,.vc-v3-product-need-grid .more{margin-top:auto}
.vc-v3-product-status,.vc-v3-product-need-grid span{display:inline-flex;align-self:flex-start;margin-bottom:14px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-product-status--available{background:#edf8f6;color:#0C756D}
.vc-v3-product-status--guided{background:#eef3ff;color:#244b7a}
.vc-v3-product-status--preview{background:#fff7e8;color:#7a4c16}
.vc-v3-product-status--future{background:#f4f6f8;color:#52687c}
.vc-v3-product-orientation{padding-bottom:132px}
.vc-v3-product-orientation .section-head .eyebrow{color:#77f4e8}
.vc-v3-product-orientation .section-head p:not(.eyebrow){color:#c7d8e7}
.vc-v3-product-orientation .vc-v3-product-need-grid article{background:rgba(255,255,255,.06);color:white;border-color:rgba(255,255,255,.13);box-shadow:var(--shadow)}
.vc-v3-product-orientation .vc-v3-product-need-grid h3{color:white}
.vc-v3-product-orientation .vc-v3-product-need-grid span{background:rgba(17,185,170,.13);border:1px solid rgba(17,185,170,.24);color:#77f4e8}
.vc-v3-product-orientation .vc-v3-product-need-grid .more{color:#77f4e8}
.vc-v3-product-universes{position:relative;z-index:2;overflow:visible}
.vc-v3-product-universes .vc-v3-rhythm-break{margin-top:64px;margin-bottom:30px;border:1px solid rgba(255,255,255,.14);box-shadow:0 34px 110px rgba(3,11,22,.28)}
.vc-v3-product-universes .vc-v3-rhythm-break .more,.vc-v3-product-cases .vc-v3-case-primary-link .more{color:#77f4e8}
.vc-v3-product-evolution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.vc-v3-product-evolution-grid article{display:flex;flex-direction:column;min-height:238px;padding:28px 24px 26px;border-radius:20px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight);color:var(--ink)}
.vc-v3-product-evolution-grid span{display:inline-flex;align-self:flex-start;margin-bottom:14px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-product-evolution-grid h3{font-size:22px;line-height:1.16;margin:0 0 12px;color:var(--ink)}
.vc-v3-product-evolution-grid p{margin:0;color:#52687c;line-height:1.62}
.vc-v3-products-final{background:linear-gradient(90deg,rgba(3,11,22,.94),rgba(3,11,22,.78)),url('../img/photos/alps.webp') center/cover no-repeat}
.vc-v3-solution-story{display:grid;gap:26px}
.vc-v3-solution-row{scroll-margin-top:108px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:24px;align-items:stretch;padding:30px;border-radius:24px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight)}
.vc-v3-solution-copy{display:flex;flex-direction:column;justify-content:center;padding:8px 4px}
.vc-v3-solution-panel{padding:24px;border-radius:18px;background:#f8fbfe;border:1px solid var(--lineLight)}
.vc-v3-solution-row h3{font-size:clamp(26px,2.6vw,36px);line-height:1.08;letter-spacing:-.02em;margin:0 0 14px;color:var(--ink)}
.vc-v3-solution-row p{margin:0;color:#52687c}
.vc-v3-solution-row p+p{margin-top:12px}
.vc-v3-solution-panel div,.vc-v3-link-list{display:grid;gap:9px}
.vc-v3-solution-panel a,.vc-v3-link-list a{display:flex;align-items:center;min-height:40px;padding:10px 12px;border-radius:12px;background:white;border:1px solid var(--lineLight);color:#0C756D;font-weight:900}
.vc-v3-solution-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:18px}
.vc-v3-context-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.vc-v3-context-grid ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.vc-v3-context-grid li{padding:10px 12px;border-radius:12px;background:#f8fbfe;border:1px solid var(--lineLight);color:#243a50;font-weight:850}
.vc-v3-context-main{grid-column:span 1}
.vc-v3-context-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:26px}
.vc-v3-technical-assurance{margin-top:54px;padding-top:44px;border-top:1px solid var(--lineLight)}
.vc-v3-technical-assurance .section-head{margin-bottom:26px}
.vc-v3-technical-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1120px){
.vc-hla-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vc-hla-module-grid article,.vc-hla-module-grid article:nth-child(4),.vc-hla-module-grid article:nth-child(5){grid-column:auto}
.vc-hla-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vc-hla-commercial .vc-v3-case-links{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-hla-network-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-home-trust{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:640px;margin-top:24px;gap:9px 12px}
.vc-v3-home-trust span{font-size:11px;white-space:normal}
.vc-v3-situation-grid,.vc-v3-solution-grid,.vc-v3-offer-grid,.vc-v3-context-grid,.vc-v3-universe-grid,.vc-v3-time-approach-grid,.vc-v3-product-grid,.vc-v3-product-need-grid,.vc-v3-product-evolution-grid,.vc-v3-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-case-grid,.vc-v3-case-links{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-solution-row,.vc-v3-universe-row,.vc-v3-situation-detail,.vc-v3-proof-band{grid-template-columns:1fr}
.vc-v3-universe-row--reverse .vc-v3-universe-intro,.vc-v3-universe-row--reverse .vc-v3-universe-panel{grid-column:auto;grid-row:auto}
.vc-v3-universe-intro{min-height:0}
.vc-v3-time-offer-grid{grid-template-columns:1fr}
.vc-v3-time-related{grid-template-columns:1fr}
.vc-v3-product-orientation{padding-bottom:118px}
.vc-v3-product-universes .vc-v3-rhythm-break{margin-top:48px;margin-bottom:30px}
}
@media(max-width:820px){
.vc-hla-hero{min-height:auto}.vc-hla-challenge-grid,.vc-hla-network-grid,.vc-hla-gallery,.vc-hla-module-grid,.vc-hla-capability-grid,.vc-hla-steps,.vc-hla-result>.container,.vc-hla-result-grid,.vc-hla-commercial .vc-v3-case-links{grid-template-columns:1fr}
.vc-hla-capture-placeholder:last-child{grid-column:auto;display:block}.vc-hla-capture-placeholder:last-child.is-placeholder>div{aspect-ratio:16/9}
.vc-hla-challenge-grid article,.vc-hla-module-grid article{padding:24px 22px;border-radius:20px}.vc-hla-gallery{gap:18px}.vc-hla-capture-placeholder{border-radius:20px}
.vc-hla-capture-placeholder figcaption{padding:18px}.vc-hla-capture-heading{gap:10px}.vc-hla-capture-private{padding-inline:8px;font-size:9px}
.vc-hla-capability-grid article{min-height:82px}.vc-hla-result>.container{gap:28px}.vc-hla-result-grid span{min-height:78px}.vc-v3-case-final .actions{justify-content:flex-start}.vc-v3-case-final .btn{width:100%}
.vc-hla-solution,.vc-hla-commercial,#resultat,#captures{scroll-margin-top:88px}
.vc-v3-home-rotator{min-height:52px;margin:-6px 0 16px;font-size:17px}
.vc-v3-home-trust{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px 10px;margin-top:22px;padding-top:16px}
.vc-v3-home-trust span{min-height:34px;padding:0;color:#e9f6ff;font-size:10px}
.vc-v3-home-trust img{width:15px;height:15px}
.nav-item{display:block}
.nav-item>a{display:block;padding:14px}
.nav-item>a:after{display:none!important}
.nav-dropdown{position:static;display:none;min-width:0;margin:0 8px 8px;padding:8px;background:rgba(255,255,255,.045);box-shadow:none;opacity:1;visibility:visible;transform:none}
.has-dropdown.is-open .nav-dropdown{display:grid}
.nav-dropdown a{padding:10px 12px}
.vc-v3-situation-grid,.vc-v3-solution-grid,.vc-v3-offer-grid,.vc-v3-context-grid,.vc-v3-solution-row,.vc-v3-universe-grid,.vc-v3-universe-row,.vc-v3-situation-detail,.vc-v3-time-situation-grid,.vc-v3-time-approach-grid,.vc-v3-time-solution-grid,.vc-v3-product-grid,.vc-v3-product-need-grid,.vc-v3-product-evolution-grid,.vc-v3-service-grid,.vc-v3-service-grid--two,.vc-v3-service-bridges .vc-v3-offer-grid{grid-template-columns:1fr}
.vc-v3-case-grid,.vc-v3-case-links{grid-template-columns:1fr}
.vc-v3-case-grid article,.vc-v3-case-links article{padding:24px 22px;border-radius:20px}
.vc-v3-solution-actions .btn,.vc-v3-context-actions .btn{width:100%}
.vc-v3-situation-card{min-height:0}
.vc-v3-product-card,.vc-v3-product-need-grid article,.vc-v3-product-evolution-grid article,.vc-v3-service-grid article{min-height:0;padding:26px 22px;border-radius:20px}
.vc-v3-product-hub .section-head,.vc-v3-product-orientation .section-head,.vc-v3-product-cases .section-head,.vc-v3-product-evolution .section-head{margin-bottom:24px}
.vc-v3-product-orientation{padding-bottom:82px}
.vc-v3-product-universes .vc-v3-rhythm-break{margin-top:32px;margin-bottom:20px}
.vc-v3-product-grid,.vc-v3-product-need-grid,.vc-v3-product-evolution-grid{gap:16px}
.vc-v3-rhythm-break{padding:26px 22px;border-radius:20px}
.vc-v3-hub-cases{padding-bottom:66px}
.vc-v3-hub-cases .work-body{min-height:190px}
.vc-v3-bespoke-panel{padding:28px 22px;border-radius:20px}
.vc-v3-bespoke-panel p:not(.eyebrow){font-size:16px}
.vc-v3-bespoke-panel .btn{width:100%}
.vc-v3-universe-card{min-height:0}
.vc-v3-time-situation-card,.vc-v3-time-offer-grid article{min-height:0;padding:26px 22px;border-radius:20px}
.vc-v3-time-related{padding:22px;border-radius:20px}
.vc-v3-universe-row{padding:22px;border-radius:20px}
.vc-v3-universe-panel{padding:18px}
.vc-v3-situation-detail{padding:22px 0}
.vc-v3-proof-band{padding:24px 22px;border-radius:20px}
.vc-v3-proof-band p{font-size:17px}
.vc-v3-solution-row{padding:22px;border-radius:20px}
.vc-v3-solution-panel{padding:18px}
}
@media(prefers-reduced-motion:reduce){.vc-v3-home-rotator span{transition:none}}
.vc-v3-compare-flow{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:center;margin-top:28px}
.vc-v3-compare-card{padding:26px;border-radius:20px}
.vc-v3-compare-card--before{background:#fef5f5;border:1px solid rgba(220,60,60,.16)}
.vc-v3-compare-card--after{background:#f1faf7;border:1px solid rgba(17,185,170,.2)}
.vc-v3-compare-card>span{display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.09em}
.vc-v3-compare-card--before>span{background:#fde8e8;color:#b91c1c}
.vc-v3-compare-card--after>span{background:#d8f5ee;color:#0e8175}
.vc-v3-compare-card--before>span:before{content:"";width:7px;height:7px;border-radius:50%;background:#d97777}
.vc-v3-compare-card--after>span:before{content:"";width:7px;height:7px;border-radius:50%;background:#48b9a3}
.vc-v3-compare-card dl{display:grid;gap:8px;margin:0}
.vc-v3-compare-card dt{color:var(--ink);font-weight:850;font-size:15px;line-height:1.35}
.vc-v3-compare-card dd{margin:0;color:#5e7a94;font-size:14px;line-height:1.5}
.vc-v3-compare-transition{display:grid;place-items:center;padding:0 20px;text-align:center}
.vc-v3-compare-transition-inner{display:grid;gap:6px}
.vc-v3-compare-transition-arrow{color:#a8c0d2;font-size:20px;line-height:1}
.vc-v3-compare-transition-label{display:inline-flex;align-items:center;min-height:28px;padding:6px 11px;border-radius:999px;background:rgba(7,21,42,.06);border:1px solid rgba(7,21,42,.1);color:#2c5270;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.vc-v3-compare-result{margin-top:32px;padding:22px 28px;border-radius:18px;background:linear-gradient(135deg,#f0f9f6,#e8f4fd);border:1px solid rgba(7,21,42,.06);color:#1a3a54;font-size:17px;font-weight:850;line-height:1.5;text-align:center}
.vc-v3-compare-proof{margin-top:28px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:24px;padding:24px;border-radius:22px;background:white;border:1px solid rgba(7,21,42,.07);box-shadow:0 16px 56px rgba(0,0,0,.06)}
.vc-v3-compare-proof-media{overflow:hidden;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.vc-v3-compare-proof-media img{display:block;width:100%;height:auto}
.vc-v3-compare-proof-body{display:grid;align-content:start;gap:13px}
.vc-v3-compare-proof-body>span{display:inline-flex;align-self:start;padding:5px 10px;border-radius:999px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-compare-proof-body h3{margin:0;font-size:22px;line-height:1.16;color:var(--ink)}
.vc-v3-compare-proof-body ul{margin:0;padding:0;list-style:none;display:grid;gap:7px}
.vc-v3-compare-proof-body li{position:relative;padding-left:18px;color:#44607a;font-size:14px;line-height:1.5}
.vc-v3-compare-proof-body li:before{content:"";position:absolute;left:0;top:5px;width:9px;height:9px;border-radius:2px;background:rgba(17,185,170,.28);border:1px solid rgba(17,185,170,.44)}
.vc-v3-compare-proof-actions{display:flex;flex-wrap:wrap;gap:16px}
@media(max-width:820px){
.vc-v3-compare-flow{grid-template-columns:1fr;gap:16px}
.vc-v3-compare-transition{order:-1;padding:0}
.vc-v3-compare-transition-inner{display:flex;align-items:center;gap:10px}
.vc-v3-compare-proof{grid-template-columns:1fr;gap:18px;padding:20px}
  .vc-v3-compare-proof-actions{flex-direction:column;gap:12px}
}

/* ── Réalisations — Page refondue ── */

/* Hero — hauteur Home (886px à 1440px) */
.vc-v3-realisations-hero{background:linear-gradient(90deg,rgba(3,11,22,.98),rgba(3,11,22,.9) 42%,rgba(3,11,22,.48) 76%,rgba(3,11,22,.88)),url('../img/bases/magnific_luxury-swiss-technology-o_e84i0uvdqL.webp') center/cover no-repeat;min-height:820px;padding:136px 0 var(--space-section)}
.vc-v3-realisations-hero .hero-grid{grid-template-columns:1.04fr .96fr}
.vc-v3-realisations-hero .lead{margin-bottom:32px}

/* Hero card — Ce que les cas démontrent */
.vc-v3-realisations-hero-card{justify-self:end;position:relative;overflow:hidden;width:min(420px,100%);padding:22px;border-radius:24px;background:linear-gradient(145deg,rgba(4,14,27,.96),rgba(6,28,47,.92));border:1px solid rgba(47,128,237,.38);box-shadow:0 34px 105px rgba(0,0,0,.54),inset 0 1px 0 rgba(255,255,255,.06)}
.vc-v3-realisations-hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 0%,rgba(47,128,237,.16),transparent 36%);pointer-events:none}

.vc-v3-realisations-hero-card-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-v3-realisations-hero-card-head span{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;color:#d2ddf5}
.vc-v3-realisations-hero-card-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(47,128,237,.13);border:1px solid rgba(47,128,237,.28);color:#edf2fd;font-size:12px}

.vc-v3-realisations-hero-card-steps{position:relative;z-index:1;display:grid;gap:8px}
.vc-v3-realisations-hero-card-steps article{position:relative;display:grid;grid-template-columns:auto 38px 1fr;gap:11px;align-items:center;min-height:66px;padding:11px;border-radius:14px;background:rgba(255,255,255,.105);border:1px solid rgba(255,255,255,.14)}
.vc-v3-realisations-hero-card-steps article:not(:last-child):after{content:"";position:absolute;left:25px;bottom:-9px;width:1px;height:9px;background:linear-gradient(180deg,rgba(47,128,237,.5),rgba(47,128,237,0))}
.vc-v3-realisations-step-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(47,128,237,.14);border:1px solid rgba(47,128,237,.32);color:#9cb8e0;font-size:10px;font-weight:950}
.vc-v3-realisations-hero-card-steps .icon{width:38px;height:38px;padding:8px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}
.vc-v3-realisations-hero-card-steps h3{margin:0 0 2px;font-size:14px;line-height:1.15;color:#fff}
.vc-v3-realisations-hero-card-steps p{margin:0;color:#d5e7f5;font-size:12px;line-height:1.4}

.vc-v3-realisations-hero-card-note{position:relative;z-index:1;margin-top:10px;padding:10px 12px;border-radius:14px;background:rgba(3,11,22,.54);border:1px solid rgba(255,255,255,.13)}
.vc-v3-realisations-hero-card-note span{display:block;color:#e6f3ff;font-size:12px;font-weight:850;line-height:1.4}

/* Card step accents */
.vc-v3-realisations-hero-card-steps article:nth-child(1){border-left:2px solid rgba(17,185,170,.26)}
.vc-v3-realisations-hero-card-steps article:nth-child(2){border-left:2px solid rgba(47,128,237,.24)}
.vc-v3-realisations-hero-card-steps article:nth-child(3){border-left:2px solid rgba(110,61,245,.2)}
.vc-v3-realisations-hero-card-steps article:nth-child(4){border-left:2px solid rgba(139,112,64,.22)}

/* Reveal animation — 370ms / 110ms */
/* Le contenu reste visible sans JavaScript ; l'animation est progressive. */
[data-vc-hero-reveal="realisations"].is-revealed>.vc-v3-realisations-hero-card-head{animation:vc-real-reveal .37s cubic-bezier(.2,.7,.2,1) .04s forwards}
[data-vc-hero-reveal="realisations"].is-revealed>.vc-v3-realisations-hero-card-steps article:nth-child(1){animation:vc-real-reveal .37s cubic-bezier(.2,.7,.2,1) .15s forwards}
[data-vc-hero-reveal="realisations"].is-revealed>.vc-v3-realisations-hero-card-steps article:nth-child(2){animation:vc-real-reveal .37s cubic-bezier(.2,.7,.2,1) .26s forwards}
[data-vc-hero-reveal="realisations"].is-revealed>.vc-v3-realisations-hero-card-steps article:nth-child(3){animation:vc-real-reveal .37s cubic-bezier(.2,.7,.2,1) .37s forwards}
[data-vc-hero-reveal="realisations"].is-revealed>.vc-v3-realisations-hero-card-steps article:nth-child(4){animation:vc-real-reveal .37s cubic-bezier(.2,.7,.2,1) .48s forwards}
[data-vc-hero-reveal="realisations"].is-revealed>.vc-v3-realisations-hero-card-note{animation:vc-real-reveal .37s cubic-bezier(.2,.7,.2,1) .59s forwards}
@keyframes vc-real-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){[data-vc-hero-reveal="realisations"]>*{opacity:1;transform:none;animation:none!important}}

/* ── Introduction ── */
.vc-v3-realisations-intro{background:var(--soft);color:var(--ink)}

/* ── Projects grid ── */
.vc-v3-realisations-grid-section{background:#f4f6f9;color:var(--ink)}
.vc-v3-realisations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.vc-v3-realisations-card{display:flex;flex-direction:column;padding:28px 24px 26px;border-radius:18px;background:white;border:1px solid var(--lineLight);box-shadow:0 10px 32px rgba(22,45,72,.07);min-height:300px}
.vc-v3-realisations-card--featured{grid-column:span 2;background:linear-gradient(135deg,#071426,#10233a);color:white;border-color:rgba(255,255,255,.14);box-shadow:var(--shadow)}
.vc-v3-realisations-card--featured h3{color:white;font-size:24px}
.vc-v3-realisations-card--featured p{color:#c7d8e7;font-size:16px;line-height:1.65}
.vc-v3-realisations-badge{display:inline-flex;align-self:flex-start;margin-bottom:14px;padding:6px 10px;border-radius:6px;background:#edf8f6;color:#0C756D;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}
.vc-v3-realisations-card--featured .vc-v3-realisations-badge{background:rgba(47,128,237,.13);border:1px solid rgba(47,128,237,.28);color:#9cb8e0}
.vc-v3-realisations-grid h3{font-size:20px;line-height:1.2;margin:0 0 10px;color:var(--ink)}
.vc-v3-realisations-grid p{color:#52687c;margin:0 0 18px;line-height:1.6}
.vc-v3-realisations-card--featured h3{color:#fff}
.vc-v3-realisations-card--featured p{color:#c7d8e7}
.vc-v3-realisations-impact{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.vc-v3-realisations-impact span{padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#dcecff;font-size:11px;font-weight:850}
.vc-v3-realisations-grid .more{margin-top:auto;font-size:12px;font-weight:900;text-transform:uppercase;color:#0C756D}
.vc-v3-realisations-card--featured .more{color:#6eb4f7}

/* ── Method grid ── */
.vc-v3-realisations-method{background:var(--bg);color:var(--text)}
.vc-v3-realisations-method .section-head .eyebrow{color:var(--teal)}
.vc-v3-realisations-method .section-head p{color:#c7d8e7}
.vc-v3-realisations-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.vc-v3-realisations-method-grid article{display:flex;flex-direction:column;padding:28px 22px 26px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.11);min-height:220px}
.vc-v3-realisations-method-num{display:grid;place-items:center;align-self:flex-start;width:36px;height:36px;margin-bottom:14px;border-radius:10px;background:rgba(17,185,170,.1);border:1px solid rgba(17,185,170,.24);color:#6ef0e4;font-size:11px;font-weight:950}
.vc-v3-realisations-method-grid h3{font-size:19px;line-height:1.2;margin:0 0 8px;color:white}
.vc-v3-realisations-method-grid p{color:#c7d8e7;margin:0;line-height:1.55}

/* ── CTA final ── */
.vc-v3-realisations-cta{color:white;background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(3,11,22,.76)),url('../img/bases/magnific_luxury-swiss-technology-o_e84i0uvdqL.webp') center/cover no-repeat}

/* Hero trust bar */
.vc-v3-realisations-hero-trust{display:grid;grid-template-columns:repeat(4,max-content);gap:6px 14px;margin-top:22px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);max-width:640px}
.vc-v3-realisations-hero-trust span{display:inline-flex;align-items:center;gap:6px;min-height:28px;color:#dcecff;font-size:11px;font-weight:850;white-space:nowrap}
.vc-v3-realisations-hero-trust img{width:15px;height:15px;flex:none;opacity:.92}

/* ── Responsive ── */
@media(max-width:1120px){
.vc-v3-realisations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-v3-realisations-card--featured{grid-column:span 1}
.vc-v3-realisations-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
.vc-v3-realisations-hero{min-height:auto}
.vc-v3-realisations-hero .hero-grid{grid-template-columns:1fr}
.vc-v3-realisations-hero-card{justify-self:start;width:100%;padding:20px}
.vc-v3-realisations-grid{grid-template-columns:1fr}
.vc-v3-realisations-card{min-height:0}
.vc-v3-realisations-method-grid{grid-template-columns:1fr}
.vc-v3-realisations-method-grid article{min-height:0}
}

/* ── Universe: Gagner du temps · Theme: Fluidité ── */
.vc-theme-time .vc-v3-time-hero{position:relative;min-height:820px;padding:136px 0 var(--space-section)}
.vc-theme-time .vc-v3-time-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 72% 18%,rgba(17,185,170,.09),transparent 55%),radial-gradient(ellipse at 28% 82%,rgba(13,207,207,.06),transparent 50%);pointer-events:none}

/* FLUX — rapid sequential reveal */
.vc-theme-time .vc-v3-home-method-head{margin-bottom:12px;padding-bottom:10px}
.vc-theme-time .vc-v3-home-method-steps{gap:6px}
.vc-theme-time .vc-v3-home-method-steps article{min-height:54px;padding:7px 14px}
.vc-theme-time .vc-v3-home-method-note{margin-top:5px;padding:8px 12px}
.vc-theme-time .vc-v3-home-method-head,
.vc-theme-time .vc-v3-home-method-steps article,
.vc-theme-time .vc-v3-home-method-note{opacity:0;transform:translateY(8px)}
.vc-theme-time .vc-v3-home-method.is-revealed .vc-v3-home-method-head{animation:vc-time-reveal .3s cubic-bezier(.2,.7,.2,1) .04s forwards}
.vc-theme-time .vc-v3-home-method.is-revealed .vc-v3-home-method-steps article:nth-child(1){animation:vc-time-reveal .3s cubic-bezier(.2,.7,.2,1) .12s forwards}
.vc-theme-time .vc-v3-home-method.is-revealed .vc-v3-home-method-steps article:nth-child(2){animation:vc-time-reveal .3s cubic-bezier(.2,.7,.2,1) .2s forwards}
.vc-theme-time .vc-v3-home-method.is-revealed .vc-v3-home-method-steps article:nth-child(3){animation:vc-time-reveal .3s cubic-bezier(.2,.7,.2,1) .28s forwards}
.vc-theme-time .vc-v3-home-method.is-revealed .vc-v3-home-method-steps article:nth-child(4){animation:vc-time-reveal .3s cubic-bezier(.2,.7,.2,1) .36s forwards}
.vc-theme-time .vc-v3-home-method.is-revealed .vc-v3-home-method-note{animation:vc-time-reveal .3s cubic-bezier(.2,.7,.2,1) .44s forwards}
@keyframes vc-time-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.vc-theme-time .vc-v3-home-method-head,.vc-theme-time .vc-v3-home-method-steps article,.vc-theme-time .vc-v3-home-method-note{opacity:1;transform:none;animation:none!important}}
.vc-theme-time .vc-v3-home-method-steps article:nth-child(1){background:rgba(17,185,170,.08);border-color:rgba(17,185,170,.18)}
.vc-theme-time .vc-v3-home-method-steps article:nth-child(2){background:rgba(13,207,207,.06);border-color:rgba(13,207,207,.16)}
.vc-theme-time .vc-v3-home-method-steps article:nth-child(3){background:rgba(13,207,207,.05);border-color:rgba(13,207,207,.14)}
.vc-theme-time .vc-v3-home-method-steps article:nth-child(4){background:rgba(17,185,170,.06);border-color:rgba(17,185,170,.15)}
.vc-theme-time .vc-v3-time-situation-card{transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}
.vc-theme-time .vc-v3-time-situation-card:hover{box-shadow:0 12px 44px rgba(17,185,170,.13);transform:translateY(-2px);border-color:rgba(17,185,170,.18)}
.vc-theme-time .vc-v3-time-situation-card span{background:rgba(17,185,170,.09);color:#0b756b}
.vc-theme-time .section.dark .section-head h2{color:#fff}
.vc-theme-time .section.dark .section-head .eyebrow{color:#6ef0e4}
.vc-theme-time .section.dark .section-head p:not(.eyebrow){color:#c7d8e7}
.vc-theme-time .vc-v3-time-solution-grid .icon{background:rgba(17,185,170,.1);border-color:rgba(17,185,170,.22)}
.vc-theme-time .vut-offers .vc-v3-time-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-theme-time .vut-offers .vc-v3-time-situation-card{display:flex;min-width:0;flex-direction:column}
.vc-theme-time .vut-offers .vc-v3-time-situation-card h3{font-size:clamp(23px,2vw,30px)}
.vc-theme-time .vut-offers .vc-v3-time-situation-card h3,.vc-theme-time .vut-offers .vc-v3-time-situation-card p,.vc-theme-time .vut-offers .vc-v3-time-situation-card .more{overflow-wrap:normal;word-break:normal;hyphens:none}
.vc-theme-time .vut-offers .vc-v3-time-situation-card .more{margin-top:auto;padding-top:18px}
@media(max-width:700px){.vc-theme-time .vut-offers .vc-v3-time-solution-grid{grid-template-columns:1fr}}
.vc-theme-time .vc-v3-time-solution-grid article{transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}
.vc-theme-time .vc-v3-time-solution-grid article:hover{box-shadow:0 14px 48px rgba(17,185,170,.15);transform:translateY(-2px);border-color:rgba(17,185,170,.18)}
.vc-theme-time .vc-v3-time-approach-grid article{background:rgba(17,185,170,.05);border-color:rgba(17,185,170,.14)}
.vc-theme-time .vc-v3-time-approach-grid span{background:rgba(17,185,170,.14);border-color:rgba(17,185,170,.28);color:#6ef0e4}
.vc-theme-time .vc-v3-compare-card--before{background:linear-gradient(135deg,#fef6f5,#fdf2f1);border-color:rgba(200,80,60,.13)}
.vc-theme-time .vc-v3-compare-card--after{background:linear-gradient(135deg,#f4fdf9,#edfaf5);border-color:rgba(17,185,170,.18)}
.vc-theme-time .vc-v3-compare-transition-label{background:#e6f2ef;border-color:#b7d8d1;color:#17453e}
.vc-theme-time .vc-v3-compare-card--after>span{color:#0b756b}
.vc-theme-time .vc-v3-compare-result{background:linear-gradient(135deg,#f0f9f6,#ecf7f4);border-color:rgba(17,185,170,.1);color:#143d36}
.vc-theme-time .vc-v3-compare-proof{border-color:rgba(17,185,170,.1);box-shadow:0 16px 56px rgba(17,185,170,.07),0 2px 8px rgba(0,0,0,.03)}
.vc-theme-time .vc-v3-compare-proof-body>span{background:rgba(17,185,170,.08);color:#0b756b}
.vc-theme-time .vc-v3-compare-proof-body li:before{background:rgba(17,185,170,.32);border-color:rgba(17,185,170,.48)}
.vc-theme-time .vc-v3-compare-proof-media{box-shadow:0 6px 28px rgba(17,185,170,.12)}
.vc-theme-time .vc-v3-time-final{background:linear-gradient(90deg,rgba(3,11,22,.96),rgba(3,15,28,.86) 52%,rgba(4,18,30,.82)),url('../img/photos/alps.webp') center/cover no-repeat;position:relative}
.vc-theme-time .vc-v3-time-final:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 82% 50%,rgba(17,185,170,.06),transparent 60%);pointer-events:none}
@media(prefers-reduced-motion:reduce){
.vc-theme-time .vc-v3-time-situation-card,.vc-theme-time .vc-v3-time-solution-grid article{transition:none}
}
/* ── Universe: Structurer l'activité · Theme: Ordre ── */

/* Tokens — Material System */
.vc-theme-activity {
    --vc-surface: #f8f9fb;
    --vc-surface-alt: #f5f6fa;
    --vc-surface-warm: #fafbfd;
    --vc-surface-cool: #f2f5fb;
    --vc-surface-dark: #0a1525;
    --vc-surface-mid: #e3e7f0;
    --vc-surface-stone: #f6f7fa;
    --vc-border: rgba(55,70,100,.09);
    --vc-border-strong: rgba(55,70,100,.16);
    --vc-shadow-sm: 0 1px 6px rgba(30,40,60,.04);
    --vc-shadow-md: 0 3px 14px rgba(30,40,60,.06);
    --vc-radius: 12px;
    --vc-radius-lg: 18px;
    --vc-accent: #3366cc;
    --vc-accent-secondary: #3b5296;
    --vc-accent-soft: #6e90c0;
    --vc-ink-soft: #2e405a;
    --vc-line: rgba(55,70,100,.06);
    --vc-eyebrow: #3b5296;
}

/* Eyebrow override — use theme accent, not teal */
.vc-theme-activity .eyebrow{color:var(--vc-eyebrow)}

/* ── Section rhythm — subtle tonal wave ── */
.vc-theme-activity .section.light{background:var(--vc-surface)}
/* Symptômes: warm opening, brightest */
.vc-theme-activity #symptomes.section.light{background:var(--vc-surface-warm)}
/* Conséquences: structured mid-tone, slightly grounded */
.vc-theme-activity #solutions.section.light{background:var(--vc-surface-cool)}
/* FAQ: neutral calm, slightly warm */
.vc-theme-activity #faq.section.light{background:var(--vc-surface-alt)}
/* Exemple concret: special, textured stone */
.vc-theme-activity .work-section.section{background:var(--vc-surface-stone);position:relative}

/* Stone micro-texture — architectural grain */
.vc-theme-activity .work-section.section:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(55,70,100,.012) 2px,rgba(55,70,100,.012) 3px);pointer-events:none;z-index:0}
.vc-theme-activity .work-section .container{position:relative;z-index:1}
/* Fix work-section text on light stone background */
.vc-theme-activity .work-section h2,.vc-theme-activity .work-section h3{color:var(--ink)}
.vc-theme-activity .work-section p:not(.eyebrow){color:var(--vc-ink-soft)}
.vc-theme-activity .work-section .eyebrow{color:var(--vc-eyebrow)}
.vc-theme-activity .work-section .section-head .eyebrow{color:var(--vc-eyebrow)}
.vc-theme-activity .vc-v3-compare-card dd{color:#2e405a}
.vc-theme-activity .vc-v3-compare-card dt{color:var(--ink)}
.vc-theme-activity .vc-v3-compare-transition-arrow{color:#4a6078}
.vc-theme-activity .vc-v3-compare-proof-body li{color:#2e405a}
.vc-theme-activity .vc-v3-compare-proof-body h3{color:var(--ink)}

/* ── Consequences — structured mineral, slightly deeper ── */
.vc-theme-activity .section.dark{background:var(--vc-surface-mid);color:var(--ink)}
.vc-theme-activity .section.dark .section-head .eyebrow{color:var(--vc-accent-secondary)}
.vc-theme-activity .section.dark .section-head h2{color:var(--ink)}
.vc-theme-activity .section.dark .section-head p{color:var(--vc-ink-soft)}
/* Fix all text in converted dark sections */
.vc-theme-activity .section.dark h3{color:var(--ink)}
.vc-theme-activity .section.dark p:not(.eyebrow){color:var(--vc-ink-soft)}
.vc-theme-activity .section.dark .eyebrow{color:var(--vc-eyebrow)}
.vc-theme-activity .vc-v3-time-approach:before,
.vc-theme-activity .vc-v3-time-approach:after{display:none}
.vc-theme-activity .vc-v3-time-approach-grid{gap:0;border-radius:16px;overflow:hidden;box-shadow:var(--vc-shadow-sm)}
.vc-theme-activity .vc-v3-time-approach-grid article{background:white;border:1px solid var(--vc-border);border-right-color:rgba(55,70,100,.04);border-radius:0;box-shadow:none}
.vc-theme-activity .vc-v3-time-approach-grid article:first-child{border-radius:16px 0 0 16px}
.vc-theme-activity .vc-v3-time-approach-grid article:last-child{border-radius:0 16px 16px 0;border-right-color:var(--vc-border)}
.vc-theme-activity .vc-v3-time-approach-grid span{background:rgba(51,102,204,.05);border:1px solid rgba(51,102,204,.14);color:var(--vc-accent);border-radius:6px;margin-bottom:14px}
.vc-theme-activity .vc-v3-time-approach-grid h3{color:var(--ink);margin:0 0 8px}
.vc-theme-activity .vc-v3-time-approach-grid p{color:var(--vc-ink-soft)}

/* Inter-section transitions */
.vc-theme-activity .section.light + .section.dark:before{display:none}
.vc-theme-activity .section.dark + .section.light{position:relative}
.vc-theme-activity .section.dark + .section.light:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 15%,var(--vc-line) 35%,rgba(51,102,204,.06) 50%,var(--vc-line) 65%,transparent 85%);pointer-events:none;z-index:1}
.vc-theme-activity .section.light + .section.light{border-top:1px solid var(--vc-line)}

/* ── Hero — architectural dossier, unified framework ── */
.vc-theme-activity .vc-v3-activity-hero{position:relative;min-height:820px;padding:136px 0 var(--space-section)}
.vc-theme-activity .vc-v3-activity-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 32% 12%,rgba(47,128,237,.09),transparent 52%),radial-gradient(ellipse at 76% 78%,rgba(79,104,198,.07),transparent 46%),radial-gradient(ellipse at 50% 90%,rgba(69,93,195,.04),transparent 42%);pointer-events:none}
.vc-theme-activity .vc-v3-home-method{border-color:rgba(79,104,198,.38)}
.vc-theme-activity .vc-v3-home-method:before{background:radial-gradient(circle at 80% 0%,rgba(79,104,198,.2),transparent 36%)}
.vc-theme-activity .vc-v3-home-method-head span{color:#d2ddf5}
.vc-theme-activity .vc-v3-home-method-head strong{background:rgba(47,128,237,.13);border-color:rgba(47,128,237,.28);color:#edf2fd}
.vc-theme-activity .vc-v3-home-method-index{background:rgba(47,128,237,.14);border-color:rgba(47,128,237,.32);color:#9cb8e0}
/* Dossier vertical — unified left rule through all indices */
.vc-theme-activity .vc-v3-home-method-head{margin-bottom:12px;padding-bottom:10px}
.vc-theme-activity .vc-v3-home-method-steps{position:relative;gap:6px}
.vc-theme-activity .vc-v3-home-method-steps article{min-height:54px;padding:7px 14px}
.vc-theme-activity .vc-v3-home-method-note{margin-top:5px;padding:8px 12px}
.vc-theme-activity .vc-v3-home-method-steps:before{content:"";position:absolute;left:17px;top:17px;bottom:17px;width:1px;background:rgba(79,104,198,.18);pointer-events:none;z-index:0}

/* Sequenced reveal — order emerging progressively */
.vc-theme-activity .vc-v3-home-method-head,
.vc-theme-activity .vc-v3-home-method-steps article,
.vc-theme-activity .vc-v3-home-method-note{opacity:0;transform:translateY(10px)}
.vc-theme-activity .vc-v3-home-method-steps:before{opacity:0;transition:opacity .4s ease .3s}
.vc-theme-activity .vc-v3-home-method.is-revealed .vc-v3-home-method-head{animation:vc-activity-reveal .35s cubic-bezier(.2,.7,.2,1) .05s forwards}
.vc-theme-activity .vc-v3-home-method.is-revealed .vc-v3-home-method-steps article:nth-child(1){animation:vc-activity-reveal .35s cubic-bezier(.2,.7,.2,1) .15s forwards}
.vc-theme-activity .vc-v3-home-method.is-revealed .vc-v3-home-method-steps article:nth-child(2){animation:vc-activity-reveal .35s cubic-bezier(.2,.7,.2,1) .27s forwards}
.vc-theme-activity .vc-v3-home-method.is-revealed .vc-v3-home-method-steps article:nth-child(3){animation:vc-activity-reveal .35s cubic-bezier(.2,.7,.2,1) .39s forwards}
.vc-theme-activity .vc-v3-home-method.is-revealed .vc-v3-home-method-steps article:nth-child(4){animation:vc-activity-reveal .35s cubic-bezier(.2,.7,.2,1) .51s forwards}
.vc-theme-activity .vc-v3-home-method.is-revealed .vc-v3-home-method-note{animation:vc-activity-reveal .35s cubic-bezier(.2,.7,.2,1) .63s forwards}
.vc-theme-activity .vc-v3-home-method.is-revealed .vc-v3-home-method-steps:before{opacity:1}

@keyframes vc-activity-reveal{
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}

@media(prefers-reduced-motion:reduce){
.vc-theme-activity .vc-v3-home-method-head,
.vc-theme-activity .vc-v3-home-method-steps article,
.vc-theme-activity .vc-v3-home-method-note,
.vc-theme-activity .vc-v3-home-method-steps:before{opacity:1;transform:none;animation:none!important;transition:none!important}
}
.vc-theme-activity .vc-v3-home-method-steps article:not(:last-child):after{display:none}
.vc-theme-activity .vc-v3-home-method-steps article:nth-child(1){background:rgba(47,128,237,.08);border-color:rgba(47,128,237,.18)}
.vc-theme-activity .vc-v3-home-method-steps article:nth-child(2){background:rgba(79,104,198,.065);border-color:rgba(79,104,198,.16)}
.vc-theme-activity .vc-v3-home-method-steps article:nth-child(3){background:rgba(69,93,195,.055);border-color:rgba(69,93,195,.14)}
.vc-theme-activity .vc-v3-home-method-steps article:nth-child(4){background:rgba(47,128,237,.06);border-color:rgba(47,128,237,.15)}

/* ── Symptômes — clean architectural cards ── */
.vc-theme-activity .vc-v3-time-situation-grid{gap:28px}
.vc-theme-activity .vc-v3-time-situation-card{background:white;border:1px solid var(--vc-border);border-left:3px solid var(--vc-border-strong);border-radius:var(--vc-radius-lg);box-shadow:var(--vc-shadow-sm);transition:box-shadow .2s ease,border-color .2s ease;padding:36px 32px}
.vc-theme-activity .vc-v3-time-situation-card:hover{box-shadow:var(--vc-shadow-md);border-color:var(--vc-border-strong);border-left-color:rgba(51,102,204,.14);transform:none}
.vc-theme-activity .vc-v3-time-situation-card span{background:rgba(51,102,204,.05);color:var(--vc-accent);border-radius:6px}
.vc-theme-activity .vc-v3-time-situation-card h3{color:var(--ink)}
.vc-theme-activity .vc-v3-time-situation-card p{color:var(--vc-ink-soft)}

/* ── Solutions — structured mineral cards ── */
.vc-theme-activity .vc-v3-time-solution-grid{gap:28px}
.vc-theme-activity .vc-v3-time-solution-grid article{background:white;border:1px solid var(--vc-border);border-radius:var(--vc-radius-lg);box-shadow:var(--vc-shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}
.vc-theme-activity .vc-v3-time-solution-grid article:hover{box-shadow:var(--vc-shadow-md);border-color:var(--vc-border-strong);transform:none}
.vc-theme-activity .vc-v3-time-solution-grid .icon{width:46px;height:46px;padding:10px;margin-bottom:14px;border-radius:10px;background:rgba(51,102,204,.05);border:1px solid rgba(51,102,204,.13)}
.vc-theme-activity .vua-offers .vc-v3-time-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-theme-activity .vua-offers .vc-v3-time-situation-card{display:flex;min-width:0;flex-direction:column}
.vc-theme-activity .vua-offers .vc-v3-time-situation-card h3{font-size:clamp(23px,2vw,30px)}
.vc-theme-activity .vua-offers .vc-v3-time-situation-card h3,.vc-theme-activity .vua-offers .vc-v3-time-situation-card p,.vc-theme-activity .vua-offers .vc-v3-time-situation-card .more{overflow-wrap:normal;word-break:normal;hyphens:none}
.vc-theme-activity .vua-offers .vc-v3-time-situation-card .more{margin-top:auto;padding-top:18px}
@media(max-width:700px){.vc-theme-activity .vua-offers .vc-v3-time-solution-grid{grid-template-columns:1fr}}
.vc-theme-activity .vc-v3-time-solution-grid .more{color:var(--vc-accent)}
.vc-theme-activity .vc-v3-time-solution-grid .more:hover{color:#2555b8}

/* ── Exemple concret — editorial, structured ── */
.vc-theme-activity .vc-v3-compare-card--before{background:linear-gradient(135deg,#fef6f5,#fdf2f1);border-color:rgba(200,80,60,.1);border-radius:var(--vc-radius-lg)}
.vc-theme-activity .vc-v3-compare-card--after{background:linear-gradient(135deg,#f6f8fd,#eff2fa);border-color:rgba(51,102,204,.13);border-radius:var(--vc-radius-lg)}
.vc-theme-activity .vc-v3-compare-transition-arrow{color:#4a6078}
.vc-theme-activity .vc-v3-compare-transition-label{background:rgba(55,70,100,.2);border-color:var(--vc-border);color:#1a2d42}
.vc-theme-activity .vc-v3-compare-result{background:linear-gradient(135deg,#f2f5fb,#eaf0f8);border-color:rgba(51,102,204,.06);color:var(--vc-ink-soft);border-radius:var(--vc-radius-lg)}
.vc-theme-activity .vc-v3-compare-proof{border:1px solid var(--vc-border);border-radius:var(--vc-radius-lg);box-shadow:0 4px 20px rgba(30,40,60,.03),0 1px 3px rgba(0,0,0,.01);background:white}
.vc-theme-activity .vc-v3-compare-proof-body>span{background:rgba(51,102,204,.18);color:#1a3d70;border-radius:6px}
.vc-theme-activity .vc-v3-compare-proof-body li{color:#2e405a}
.vc-theme-activity .vc-v3-compare-card--after>span{background:#cde8e4;color:#064840}
.vc-theme-activity .vc-v3-compare-card--before>span{background:#fdd8d8;color:#8b1212}
.vc-theme-activity .vc-v3-compare-proof-body li:before{background:rgba(51,102,204,.2);border-color:rgba(51,102,204,.3);border-radius:3px}
.vc-theme-activity .vc-v3-compare-proof-media{border-radius:10px;box-shadow:0 2px 12px rgba(51,102,204,.04)}

/* ── FAQ — calm, clean ── */
.vc-theme-activity .faq-item{background:white;border:1px solid var(--vc-border);border-radius:var(--vc-radius-lg);box-shadow:var(--vc-shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}
.vc-theme-activity .faq-item:hover{border-color:var(--vc-border-strong);box-shadow:0 3px 14px rgba(51,102,204,.03),0 1px 3px rgba(0,0,0,.01);transform:none}
.vc-theme-activity .faq-item h3{color:var(--ink)}
.vc-theme-activity .faq-item p{color:var(--vc-ink-soft)}

/* ── CTA — dark anchor ── */
.vc-theme-activity .vc-v3-activity-final{background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(5,14,30,.9) 52%,rgba(6,16,34,.86)),url('../img/photos/alps.webp') center/cover no-repeat;position:relative;border-top:1px solid rgba(79,104,198,.1)}
.vc-theme-activity .vc-v3-activity-final:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 74% 50%,rgba(47,128,237,.08),transparent 62%),radial-gradient(ellipse at 30% 85%,rgba(79,104,198,.05),transparent 48%);pointer-events:none}
.vc-theme-activity .vc-v3-activity-final:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(79,104,198,.14) 30%,rgba(79,104,198,.14) 70%,transparent);pointer-events:none}
.vc-theme-activity .vc-v3-activity-final .eyebrow{color:var(--vc-accent-soft)}

/* ── Responsive ── */
@media(max-width:820px){
.vc-theme-activity .vc-v3-time-approach-grid{gap:14px;border-radius:0;overflow:visible;box-shadow:none}
.vc-theme-activity .vc-v3-time-approach-grid article{border-right-color:var(--vc-border);border-radius:16px}
.vc-theme-activity .vc-v3-time-approach-grid article:first-child,
.vc-theme-activity .vc-v3-time-approach-grid article:last-child{border-radius:16px}
.vc-theme-activity .vc-v3-time-situation-card{border-left-width:3px;padding:28px 22px}
.vc-theme-activity .work-section.section:before{display:none}
}
@media(prefers-reduced-motion:reduce){
.vc-theme-activity .vc-v3-time-situation-card,.vc-theme-activity .vc-v3-time-solution-grid article,.vc-theme-activity .faq-item{transition:none}
}

/* ── Universe: Renforcer la visibilité · Theme: Rayonnement ── */

/* Tokens — luminous, open, directional light */
.vc-theme-growth {
  --vg-accent:#2d7a5d;
  --vg-accent-strong:#175a42;
  --vg-accent-soft:#d8eee4;
  --vg-warm:#c58b3a;
  --vg-surface:#f5f8f4;
  --vg-surface-alt:#edf4ef;
  --vg-surface-dark:#071b18;
  --vg-border:rgba(25,88,66,.14);
  --vg-border-strong:rgba(25,88,66,.24);
  --vg-ink-soft:#365a4e;
  --vg-shadow:0 12px 36px rgba(22,74,56,.08);
}
.vc-theme-growth .eyebrow{color:var(--vg-accent-strong)}
.vc-theme-growth .vc-v3-growth-hero{position:relative;min-height:820px;padding:136px 0 var(--space-section);background:linear-gradient(90deg,rgba(4,18,18,.97),rgba(5,25,23,.88) 44%,rgba(7,35,29,.45) 78%,rgba(4,20,19,.84)),url('../img/photos/presence-numerique-hero.webp') center/cover no-repeat}
.vc-theme-growth .vc-v3-growth-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 45%,rgba(75,178,125,.08) 66%,transparent 82%),radial-gradient(ellipse at 78% 20%,rgba(197,139,58,.08),transparent 48%);pointer-events:none}
.vc-theme-growth .vc-v3-growth-hero .hero-grid{position:relative;grid-template-columns:1.08fr .92fr}
.vc-theme-growth .vug-hero-panel{position:relative;overflow:hidden;border-radius:20px;border:1px solid rgba(112,200,157,.28);background:linear-gradient(155deg,rgba(6,31,27,.94),rgba(8,43,34,.88));box-shadow:0 28px 80px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06)}
.vc-theme-growth .vug-hero-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 52%,rgba(112,200,157,.08));pointer-events:none}
.vc-theme-growth .vug-hero-panel>*{position:relative;z-index:1}
.vc-theme-growth .vug-hero-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.1)}
.vc-theme-growth .vug-hero-panel-head span{color:#d8ece4;font-weight:850}
.vc-theme-growth .vug-hero-panel-head strong{padding:6px 9px;border-radius:999px;background:rgba(112,200,157,.12);border:1px solid rgba(112,200,157,.22);color:#eefaf5;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.vc-theme-growth .vug-hero-panel-list{display:grid;gap:8px;margin-top:12px}
.vc-theme-growth .vug-hero-panel-list article{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;padding:11px 13px;border-radius:12px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}
.vc-theme-growth .vug-hero-panel-list article>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:rgba(112,200,157,.13);border:1px solid rgba(112,200,157,.2);color:#a9ddc4;font-size:11px;font-weight:900}
.vc-theme-growth .vug-hero-panel-list h3{margin:0 0 3px;color:#fff;font-size:16px;line-height:1.22}
.vc-theme-growth .vug-hero-panel-list p{margin:0;color:#c6dcd3;font-size:13px;line-height:1.45}
.vc-theme-growth .vug-hero-panel-note{margin:11px 0 0;padding:11px 13px;border-left:2px solid rgba(197,139,58,.55);color:#dce9e3;font-size:13px;line-height:1.5}
.vc-theme-growth .section.light{background:var(--vg-surface)}
.vc-theme-growth .section.light+ .section.light{border-top:1px solid var(--vg-border)}
.vc-theme-growth .section-head p:not(.eyebrow){color:var(--vg-ink-soft)}
.vc-theme-growth .vug-card-grid{display:grid;gap:24px}
.vc-theme-growth .vug-card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.vc-theme-growth .vug-card{padding:30px 28px;border-radius:22px;background:#fff;border:1px solid var(--vg-border);border-bottom:3px solid rgba(45,122,93,.16);box-shadow:var(--vg-shadow)}
.vc-theme-growth .vug-card>span,.vc-theme-growth .vug-offer-grid article>span,.vc-theme-growth .vug-example-grid article>span{display:inline-flex;margin-bottom:15px;padding:7px 10px;border-radius:999px;background:var(--vg-accent-soft);color:var(--vg-accent-strong);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.vc-theme-growth .vug-card h3{margin:0 0 12px;color:var(--ink);font-size:25px;line-height:1.15}
.vc-theme-growth .vug-card p{margin:0;color:var(--vg-ink-soft);line-height:1.62}
.vc-theme-growth .vug-card,.vc-theme-growth .vug-offer-grid article,.vc-theme-growth .vug-secondary-grid article,.vc-theme-growth .vug-example-grid article{min-width:0}
.vc-theme-growth .vug-card h3,.vc-theme-growth .vug-offer-grid h3,.vc-theme-growth .vug-secondary-grid strong,.vc-theme-growth .vug-example-grid h3,.vc-theme-growth .vug-card p,.vc-theme-growth .vug-offer-grid p,.vc-theme-growth .vug-secondary-grid p,.vc-theme-growth .vug-example-grid p,.vc-theme-growth .vug-card a,.vc-theme-growth .vug-offer-grid a,.vc-theme-growth .vug-secondary-grid a{overflow-wrap:normal;word-break:normal;hyphens:none}
.vc-theme-growth .vug-priorities{background:linear-gradient(180deg,#eef5ef,#f7f9f5)}
.vc-theme-growth .vug-priority-grid,.vc-theme-growth .vug-method-grid,.vc-theme-growth .vug-result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.vc-theme-growth .vug-priority-grid article,.vc-theme-growth .vug-result-grid article{padding:28px 24px;border-radius:18px;background:#fff;border:1px solid var(--vg-border);box-shadow:0 6px 24px rgba(22,74,56,.05)}
.vc-theme-growth .vug-priority-grid span{display:inline-grid;place-items:center;width:34px;height:34px;margin-bottom:18px;border-radius:11px;background:var(--vg-accent);color:#fff;font-size:12px;font-weight:900}
.vc-theme-growth .vug-priority-grid h3,.vc-theme-growth .vug-result-grid h3{margin:0 0 10px;color:var(--ink);font-size:22px}
.vc-theme-growth .vug-priority-grid p,.vc-theme-growth .vug-result-grid p{margin:0;color:var(--vg-ink-soft);line-height:1.6}
.vc-theme-growth .vug-method{background:linear-gradient(135deg,#061815,#0a2921);position:relative;overflow:hidden}
.vc-theme-growth .vug-method:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 55%,rgba(83,170,126,.08));pointer-events:none}
.vc-theme-growth .vug-method .container{position:relative}
.vc-theme-growth .vug-method .section-head .eyebrow{color:#9dd5b9}
.vc-theme-growth .vug-method .section-head h2{color:#fff}
.vc-theme-growth .vug-method .section-head p:not(.eyebrow){color:#d2e2db}
.vc-theme-growth .vug-method-grid article{padding:28px 24px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12)}
.vc-theme-growth .vug-method-grid span{display:inline-flex;margin-bottom:15px;color:#9dd5b9;font-size:12px;font-weight:900;letter-spacing:.08em}
.vc-theme-growth .vug-method-grid h3{margin:0 0 10px;color:#fff;font-size:21px}
.vc-theme-growth .vug-method-grid p{margin:0;color:#c4d9d0;line-height:1.6}
.vc-theme-growth .vug-results{background:var(--vg-surface-alt)}
.vc-theme-growth .vug-result-grid article{border-top:3px solid rgba(197,139,58,.28)}
.vc-theme-growth .vug-offer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.vc-theme-growth .vug-offer-grid article{display:flex;flex-direction:column;min-height:330px;padding:30px 26px;border-radius:20px;background:#fff;border:1px solid var(--vg-border);box-shadow:var(--vg-shadow)}
.vc-theme-growth .vug-offer-grid h3{margin:0 0 12px;color:var(--ink);font-size:24px}
.vc-theme-growth .vug-offer-grid p{margin:0 0 20px;color:var(--vg-ink-soft);line-height:1.6}
.vc-theme-growth .vug-offer-grid .more{margin-top:auto;color:var(--vg-accent-strong)}
.vc-theme-growth .vug-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:22px}
.vc-theme-growth .vug-secondary-grid article{padding:23px 25px;border-radius:18px;background:var(--vg-surface-alt);border:1px solid var(--vg-border)}
.vc-theme-growth .vug-secondary-grid strong{display:block;margin-bottom:7px;color:var(--ink);font-size:18px}
.vc-theme-growth .vug-secondary-grid p{margin:0 0 10px;color:var(--vg-ink-soft)}
.vc-theme-growth .vug-examples{background:linear-gradient(180deg,#f3f5f0,#e9f0e9)}
.vc-theme-growth .vug-examples .section-head .eyebrow{color:var(--vg-accent-strong)}
.vc-theme-growth .vug-examples .section-head h2{color:var(--ink)}
.vc-theme-growth .vug-examples .section-head p:not(.eyebrow){color:var(--vg-ink-soft)}
.vc-theme-growth .vug-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.vc-theme-growth .vug-example-grid article{padding:30px 27px;border-radius:20px;background:#fff;border:1px solid var(--vg-border);box-shadow:0 8px 28px rgba(22,74,56,.05)}
.vc-theme-growth .vug-example-grid h3{margin:0 0 11px;color:var(--ink);font-size:23px}
.vc-theme-growth .vug-example-grid p{margin:0;color:var(--vg-ink-soft);line-height:1.62}
.vc-theme-growth .vug-transparency{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;margin-top:24px;padding:24px 26px;border-radius:18px;background:#fff;border:1px solid var(--vg-border)}
.vc-theme-growth .vug-transparency strong{color:var(--vg-accent-strong)}
.vc-theme-growth .vug-transparency p{margin:0;color:var(--vg-ink-soft);line-height:1.6}
.vc-theme-growth .vug-final-cta{position:relative;background:linear-gradient(90deg,rgba(4,18,18,.97),rgba(5,31,25,.88)),url('../img/photos/alps.webp') center/cover no-repeat}
.vc-theme-growth .vug-final-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 55%,rgba(89,176,131,.1));pointer-events:none}
@media(max-width:1100px){.vc-theme-growth .vug-card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.vc-theme-growth .vug-priority-grid,.vc-theme-growth .vug-method-grid,.vc-theme-growth .vug-result-grid,.vc-theme-growth .vug-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.vc-theme-growth .vc-v3-growth-hero{min-height:0;padding:112px 0 64px}.vc-theme-growth .vc-v3-growth-hero .hero-grid{grid-template-columns:1fr}.vc-theme-growth .vug-hero-panel{width:100%;margin-top:8px}.vc-theme-growth .vug-example-grid{grid-template-columns:1fr}}
@media(max-width:600px){.vc-theme-growth .vug-card-grid--three,.vc-theme-growth .vug-priority-grid,.vc-theme-growth .vug-method-grid,.vc-theme-growth .vug-result-grid,.vc-theme-growth .vug-offer-grid,.vc-theme-growth .vug-secondary-grid{grid-template-columns:1fr}.vc-theme-growth .vug-card,.vc-theme-growth .vug-offer-grid article{min-height:0;padding:25px 21px}.vc-theme-growth .vug-transparency{grid-template-columns:1fr}.vc-theme-growth .vug-hero-panel-list article{grid-template-columns:32px 1fr;padding:10px}}

.vc-theme-visibility {
    --vv-surface: #f8fafd;
    --vv-surface-alt: #f4f7fc;
    --vv-surface-open: #fafcfe;
    --vv-surface-mid: #eaf1f9;
    --vv-surface-dark: #0a1322;
    --vv-border: rgba(70,100,160,.09);
    --vv-border-strong: rgba(70,100,160,.16);
    --vv-shadow-sm: 0 1px 8px rgba(40,60,110,.04);
    --vv-shadow-md: 0 4px 18px rgba(40,60,110,.06);
    --vv-radius: 14px;
    --vv-radius-lg: 20px;
    --vv-accent: #315fb8;
    --vv-accent-secondary: #394c91;
    --vv-accent-soft: #7e98cc;
    --vv-accent-luminous: #315fb8;
    --vv-ink-soft: #2c3d58;
    --vv-line: rgba(70,100,160,.06);
    --vv-eyebrow: #4759a0;
    --vv-glow: rgba(85,136,238,.07);
}

.vc-theme-visibility .eyebrow{color:var(--vv-eyebrow)}

/* ── Section backgrounds — luminous, progressive ── */
.vc-theme-visibility .section.light{background:var(--vv-surface)}
.vc-theme-visibility #situations-concernees.section.light{background:var(--vv-surface-open)}
.vc-theme-visibility #approche.section.dark{background:var(--vv-surface-mid);color:var(--ink)}
.vc-theme-visibility #approche.section.dark .section-head .eyebrow{color:var(--vv-accent-secondary)}
.vc-theme-visibility #approche.section.dark .section-head h2{color:var(--ink)}
.vc-theme-visibility #approche.section.dark .section-head p{color:var(--vv-ink-soft)}
.vc-theme-visibility #faq.section.light{background:var(--vv-surface-alt)}
.vc-theme-visibility .work-section.section{background:var(--vv-surface)}
/* Fix text colors in sections converted from dark to light */
.vc-theme-visibility .section.dark h1,.vc-theme-visibility .section.dark h2,.vc-theme-visibility .section.dark h3{color:var(--ink)}
.vc-theme-visibility .section.dark p:not(.eyebrow){color:var(--vv-ink-soft)}
.vc-theme-visibility .section.dark .eyebrow,.vc-theme-visibility .work-section .eyebrow{color:var(--vv-eyebrow)}
.vc-theme-visibility .work-section h2,.vc-theme-visibility .work-section h3{color:var(--ink)}
.vc-theme-visibility .work-section p:not(.eyebrow){color:var(--vv-ink-soft)}

/* Hero — open, radiant composition */
.vc-theme-visibility .vc-v3-visibility-hero{position:relative}
.vc-theme-visibility .vc-v3-visibility-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 60% 30%,rgba(85,136,238,.1),transparent 55%),radial-gradient(ellipse at 85% 65%,rgba(100,130,210,.06),transparent 50%),radial-gradient(ellipse at 25% 80%,rgba(70,100,180,.05),transparent 48%);pointer-events:none}
.vc-theme-visibility .vc-v3-visibility-hero .hero-grid{grid-template-columns:1.12fr .88fr}
.vc-theme-visibility .vc-v3-visibility-hero .hero-card{background:linear-gradient(160deg,rgba(6,18,36,.94),rgba(8,22,40,.9));border-color:rgba(85,136,238,.32);border-radius:18px;box-shadow:0 28px 80px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.06)}
.vc-theme-visibility .vc-v3-visibility-hero .hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 0%,rgba(85,136,238,.18),transparent 40%);pointer-events:none}
.vc-theme-visibility .vc-v3-visibility-hero .hero-card>*{position:relative;z-index:1}
.vc-theme-visibility .vc-v3-visibility-hero .hero-card h3{font-size:20px;margin:0 0 8px;color:white}
.vc-theme-visibility .vc-v3-visibility-hero .hero-card>p{color:#c6d6ed;margin-bottom:18px;font-size:14px}
.vc-theme-visibility .vc-v3-premium-list span{background:rgba(85,136,238,.08);border:1px solid rgba(100,140,220,.14);border-left:2px solid rgba(85,136,238,.24);color:#e8f0fd;border-radius:10px;padding:13px 16px;gap:10px}
.vc-theme-visibility .vc-v3-premium-list .icon{width:22px;height:22px;flex:none;opacity:.85}

/* Symptômes — luminous cards */
.vc-theme-visibility .vc-v3-time-situation-grid{gap:28px}
.vc-theme-visibility .vc-v3-time-situation-card{background:white;border:1px solid var(--vv-border);border-top:3px solid var(--vv-border-strong);border-radius:var(--vv-radius-lg);box-shadow:var(--vv-shadow-sm);transition:box-shadow .2s ease,border-color .2s ease;padding:36px 32px}
.vc-theme-visibility .vc-v3-time-situation-card:hover{box-shadow:var(--vv-shadow-md);border-color:var(--vv-border-strong);border-top-color:rgba(85,136,238,.18);transform:none}
.vc-theme-visibility .vc-v3-time-situation-card span{background:rgba(85,136,238,.06);color:var(--vv-accent);border-radius:6px}
.vc-theme-visibility .vc-v3-time-situation-card h3{color:var(--ink)}
.vc-theme-visibility .vc-v3-time-situation-card p{color:var(--vv-ink-soft)}

/* Approche — intermediary structured surface */
.vc-theme-visibility .vc-v3-time-approach:before{display:none}
.vc-theme-visibility .vc-v3-time-approach:after{display:none}
.vc-theme-visibility .vc-v3-time-approach-grid{gap:0;border-radius:16px;overflow:hidden;box-shadow:var(--vv-shadow-sm)}
.vc-theme-visibility .vc-v3-time-approach-grid article{background:white;border:1px solid var(--vv-border);border-right-color:rgba(70,100,160,.04);border-radius:0;box-shadow:none}
.vc-theme-visibility .vc-v3-time-approach-grid article:first-child{border-radius:16px 0 0 16px}
.vc-theme-visibility .vc-v3-time-approach-grid article:last-child{border-radius:0 16px 16px 0;border-right-color:var(--vv-border)}
.vc-theme-visibility .vc-v3-time-approach-grid span{background:rgba(85,136,238,.06);border:1px solid rgba(85,136,238,.14);color:var(--vv-accent);border-radius:6px;margin-bottom:14px}
.vc-theme-visibility .vc-v3-time-approach-grid h3{color:var(--ink);margin:0 0 8px}
.vc-theme-visibility .vc-v3-time-approach-grid p{color:var(--vv-ink-soft)}

/* Proof band + Solutions — clean luminous */
.vc-theme-visibility .vc-v3-time-proof{background:transparent}
.vc-theme-visibility .vc-v3-proof-band{background:white;border:1px solid var(--vv-border);border-radius:var(--vv-radius-lg);box-shadow:var(--vv-shadow-sm)}
.vc-theme-visibility .vc-v3-time-solution-grid{gap:24px}
.vc-theme-visibility .vc-v3-time-solution-grid article{background:white;border:1px solid var(--vv-border);border-radius:var(--vv-radius-lg);box-shadow:var(--vv-shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}
.vc-theme-visibility .vc-v3-time-solution-grid article:hover{box-shadow:var(--vv-shadow-md);border-color:var(--vv-border-strong);transform:none}
.vc-theme-visibility .vc-v3-time-solution-grid .icon{width:46px;height:46px;padding:10px;margin-bottom:14px;border-radius:12px;background:rgba(85,136,238,.06);border:1px solid rgba(85,136,238,.14)}

/* Exemple concret — radiant editorial */
.vc-theme-visibility .vc-v3-compare-card--before{background:linear-gradient(135deg,#fef6f5,#fdf2f1);border-color:rgba(200,80,60,.1)}
.vc-theme-visibility .vc-v3-compare-card--after{background:linear-gradient(135deg,#f5f8fe,#eef3fc);border-color:rgba(85,136,238,.14)}
.vc-theme-visibility .vc-v3-compare-result{background:linear-gradient(135deg,#f2f6fc,#eaf0fa)}
.vc-theme-visibility .vc-v3-compare-proof{background:white;border:1px solid var(--vv-border);box-shadow:0 4px 20px rgba(40,60,110,.03)}
.vc-theme-visibility .vc-v3-compare-proof-body>span{background:rgba(85,136,238,.05);color:var(--vv-accent)}
.vc-theme-visibility .vc-v3-compare-proof-body li:before{background:rgba(85,136,238,.22);border-color:rgba(85,136,238,.34)}

/* FAQ */
.vc-theme-visibility .faq-item{background:white;border:1px solid var(--vv-border);border-radius:var(--vv-radius-lg);box-shadow:var(--vv-shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}
.vc-theme-visibility .faq-item:hover{border-color:var(--vv-border-strong);box-shadow:0 3px 14px var(--vv-glow);transform:none}

/* CTA — luminous depth */
.vc-theme-visibility .vc-v3-visibility-final{background:linear-gradient(90deg,rgba(3,11,22,.96),rgba(6,15,28,.84) 48%,rgba(8,18,32,.78)),url('../img/photos/alps.webp') center/cover no-repeat;position:relative;border-top:1px solid rgba(85,136,238,.1)}
.vc-theme-visibility .vc-v3-visibility-final:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 40%,rgba(85,136,238,.09),transparent 60%);pointer-events:none}
.vc-theme-visibility .vc-v3-visibility-final .eyebrow{color:var(--vv-accent-soft)}

/* RAYONNEMENT — luminous reveal */
.vc-theme-visibility .hero-card>*{opacity:0;transform:translateY(8px)}
.vc-theme-visibility .hero-card.is-revealed>:nth-child(1){animation:vc-vis-reveal .34s cubic-bezier(.2,.7,.2,1) .05s forwards}
.vc-theme-visibility .hero-card.is-revealed>:nth-child(2){animation:vc-vis-reveal .34s cubic-bezier(.2,.7,.2,1) .16s forwards}
.vc-theme-visibility .hero-card.is-revealed>:nth-child(3){animation:vc-vis-reveal .34s cubic-bezier(.2,.7,.2,1) .27s forwards}
.vc-theme-visibility .hero-card.is-revealed>:nth-child(4){animation:vc-vis-reveal .34s cubic-bezier(.2,.7,.2,1) .38s forwards}
@keyframes vc-vis-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* Final commercial composition — visibility universe */
.vc-theme-visibility .vuv-hero-panel>*{opacity:1;transform:none;animation:none}
.vc-theme-visibility .vuv-hero-panel{position:relative;overflow:hidden;padding:20px}
.vc-theme-visibility .vuv-hero-panel-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-bottom:9px;border-bottom:1px solid rgba(255,255,255,.1)}
.vc-theme-visibility .vuv-hero-panel-head span{color:#dce7f7;font-weight:850}
.vc-theme-visibility .vuv-hero-panel-head strong{padding:6px 9px;border-radius:999px;background:rgba(85,136,238,.12);border:1px solid rgba(85,136,238,.24);color:#f0f5ff;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.vc-theme-visibility .vuv-hero-panel-list{display:grid;gap:5px;margin-top:8px}
.vc-theme-visibility .vuv-hero-panel-list article{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:start;padding:7px 10px;border-radius:10px;background:rgba(85,136,238,.055);border:1px solid rgba(100,140,220,.13)}
.vc-theme-visibility .vuv-hero-panel-list .icon{width:32px;height:32px;padding:7px;border-radius:9px;background:rgba(85,136,238,.12);border:1px solid rgba(85,136,238,.2)}
.vc-theme-visibility .vc-v3-visibility-hero .vuv-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:14px;line-height:1.18}
.vc-theme-visibility .vc-v3-visibility-hero .vuv-hero-panel-list p{margin:0;color:#c6d6ed;font-size:12px;line-height:1.35}
.vc-theme-visibility .vc-v3-visibility-hero .vuv-hero-panel-note{margin:8px 0 0;padding:8px 10px;border-left:2px solid rgba(126,152,204,.55);color:#dbe6f6;font-size:12px;line-height:1.38}
.vc-theme-visibility .vuv-situations{background:var(--vv-surface-open)}
.vc-theme-visibility .section.light+ .section.light{border-top:1px solid var(--vv-line)}
.vc-theme-visibility .vuv-card-grid{display:grid;gap:24px}
.vc-theme-visibility .vuv-card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.vc-theme-visibility .vuv-card{padding:30px 28px;border-radius:20px;background:#fff;border:1px solid var(--vv-border);border-top:3px solid rgba(85,136,238,.16);box-shadow:var(--vv-shadow-sm)}
.vc-theme-visibility .vuv-card>span,.vc-theme-visibility .vuv-offer-grid article>span,.vc-theme-visibility .vuv-example-grid article>span{display:inline-flex;margin-bottom:15px;padding:7px 10px;border-radius:999px;background:rgba(85,136,238,.07);color:var(--vv-accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.vc-theme-visibility .vuv-card h3{margin:0 0 12px;color:var(--ink);font-size:25px;line-height:1.15}
.vc-theme-visibility .vuv-card p{margin:0;color:var(--vv-ink-soft);line-height:1.62}
.vc-theme-visibility .vuv-card,.vc-theme-visibility .vuv-offer-grid article,.vc-theme-visibility .vuv-example-grid article{min-width:0}
.vc-theme-visibility .vuv-card h3,.vc-theme-visibility .vuv-offer-grid h3,.vc-theme-visibility .vuv-example-grid h3,.vc-theme-visibility .vuv-card p,.vc-theme-visibility .vuv-offer-grid p,.vc-theme-visibility .vuv-example-grid p,.vc-theme-visibility .vuv-card a,.vc-theme-visibility .vuv-offer-grid a{overflow-wrap:normal;word-break:normal;hyphens:none}
.vc-theme-visibility .vuv-priorities{background:linear-gradient(180deg,#f7f9fd,#eef3fb)}
.vc-theme-visibility .vuv-priority-grid,.vc-theme-visibility .vuv-method-grid,.vc-theme-visibility .vuv-result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.vc-theme-visibility .vuv-priority-grid article,.vc-theme-visibility .vuv-result-grid article{padding:28px 24px;border-radius:18px;background:#fff;border:1px solid var(--vv-border);box-shadow:var(--vv-shadow-sm)}
.vc-theme-visibility .vuv-priority-grid span{display:inline-grid;place-items:center;width:34px;height:34px;margin-bottom:18px;border-radius:11px;background:var(--vv-accent-luminous);color:#fff;font-size:12px;font-weight:900}
.vc-theme-visibility .vuv-priority-grid h3,.vc-theme-visibility .vuv-result-grid h3{margin:0 0 10px;color:var(--ink);font-size:22px}
.vc-theme-visibility .vuv-priority-grid p,.vc-theme-visibility .vuv-result-grid p{margin:0;color:var(--vv-ink-soft);line-height:1.6}
.vc-theme-visibility .vuv-method{position:relative;background:linear-gradient(135deg,#eef3fb,#e3ebf8);color:var(--ink);overflow:hidden}
.vc-theme-visibility .vuv-method:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 30%,rgba(85,136,238,.11),transparent 55%);pointer-events:none}
.vc-theme-visibility .vuv-method .container{position:relative}
.vc-theme-visibility .vuv-method .section-head h2,.vc-theme-visibility .vuv-method .section-head p:not(.eyebrow){color:var(--ink)}
.vc-theme-visibility .vuv-method-grid article{padding:28px 24px;border-radius:18px;background:rgba(255,255,255,.78);border:1px solid var(--vv-border);box-shadow:var(--vv-shadow-sm)}
.vc-theme-visibility .vuv-method-grid span{display:inline-flex;margin-bottom:15px;color:var(--vv-accent);font-size:12px;font-weight:900;letter-spacing:.08em}
.vc-theme-visibility .vuv-method-grid h3{margin:0 0 10px;color:var(--ink);font-size:21px}
.vc-theme-visibility .vuv-method-grid p{margin:0;color:var(--vv-ink-soft);line-height:1.6}
.vc-theme-visibility .vuv-results{background:var(--vv-surface-alt)}
.vc-theme-visibility .vuv-result-grid article{border-bottom:3px solid rgba(85,136,238,.14)}
.vc-theme-visibility .vuv-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.vc-theme-visibility .vuv-offer-grid article{display:flex;flex-direction:column;min-height:330px;padding:30px 26px;border-radius:20px;background:#fff;border:1px solid var(--vv-border);box-shadow:var(--vv-shadow-sm)}
.vc-theme-visibility .vuv-offer-grid h3{margin:0 0 12px;color:var(--ink);font-size:24px}
.vc-theme-visibility .vuv-offer-grid p{margin:0 0 20px;color:var(--vv-ink-soft);line-height:1.6}
.vc-theme-visibility .vuv-offer-grid .more{margin-top:auto;color:var(--vv-accent)}
.vc-theme-visibility .vuv-related{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;margin-top:22px;padding:23px 25px;border-radius:18px;background:var(--vv-surface-open);border:1px solid var(--vv-border)}
.vc-theme-visibility .vuv-related strong{color:var(--ink)}
.vc-theme-visibility .vuv-related p{margin:0;color:var(--vv-ink-soft)}
.vc-theme-visibility .vuv-examples{background:linear-gradient(180deg,#f8faff,#eaf0fa)}
.vc-theme-visibility .vuv-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.vc-theme-visibility .vuv-example-grid article{padding:30px 27px;border-radius:20px;background:#fff;border:1px solid var(--vv-border);box-shadow:var(--vv-shadow-sm)}
.vc-theme-visibility .vuv-example-grid h3{margin:0 0 11px;color:var(--ink);font-size:23px}
.vc-theme-visibility .vuv-example-grid p{margin:0;color:var(--vv-ink-soft);line-height:1.62}
.vc-theme-visibility .vuv-proof,.vc-theme-visibility .vuv-transparency{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;margin-top:22px;padding:24px 26px;border-radius:18px;background:#fff;border:1px solid var(--vv-border)}
.vc-theme-visibility .vuv-proof strong,.vc-theme-visibility .vuv-transparency strong{display:block;margin-bottom:6px;color:var(--vv-accent-secondary)}
.vc-theme-visibility .vuv-proof p,.vc-theme-visibility .vuv-transparency p{margin:0;color:var(--vv-ink-soft);line-height:1.6}
.vc-theme-visibility .vuv-transparency{grid-template-columns:auto minmax(0,1fr);background:rgba(255,255,255,.7)}

/* Visibility Responsive */
@media(max-width:1100px){.vc-theme-visibility .vuv-card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.vc-theme-visibility .vuv-priority-grid,.vc-theme-visibility .vuv-method-grid,.vc-theme-visibility .vuv-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vc-theme-visibility .vuv-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){
.vc-theme-visibility .vc-v3-visibility-hero{min-height:0;padding:112px 0 64px}
.vc-theme-visibility .vc-v3-visibility-hero .hero-grid{grid-template-columns:1fr}
.vc-theme-visibility .vuv-hero-panel{width:100%;margin-top:8px}
.vc-theme-visibility .vc-v3-time-approach-grid{gap:14px;border-radius:0;overflow:visible;box-shadow:none}
.vc-theme-visibility .vc-v3-time-approach-grid article{border-right-color:var(--vv-border);border-radius:16px}
.vc-theme-visibility .vc-v3-time-approach-grid article:first-child,
.vc-theme-visibility .vc-v3-time-approach-grid article:last-child{border-radius:16px}
.vc-theme-visibility .vuv-example-grid{grid-template-columns:1fr}
}
@media(max-width:600px){.vc-theme-visibility .vuv-card-grid--three,.vc-theme-visibility .vuv-priority-grid,.vc-theme-visibility .vuv-method-grid,.vc-theme-visibility .vuv-result-grid,.vc-theme-visibility .vuv-offer-grid{grid-template-columns:1fr}.vc-theme-visibility .vuv-card,.vc-theme-visibility .vuv-offer-grid article{min-height:0;padding:25px 21px}.vc-theme-visibility .vuv-related,.vc-theme-visibility .vuv-proof,.vc-theme-visibility .vuv-transparency{grid-template-columns:1fr}.vc-theme-visibility .vuv-hero-panel-list article{grid-template-columns:38px 1fr;padding:10px}}
@media(prefers-reduced-motion:reduce){
.vc-theme-visibility .vc-v3-time-situation-card,.vc-theme-visibility .vc-v3-time-solution-grid article,.vc-theme-visibility .faq-item{transition:none}
.vc-theme-visibility .hero-card>*{opacity:1;transform:none;animation:none!important}
}

/* ── Universe: Sécuriser le socle · Theme: Solidité ── */

/* Tokens — deep, warm, anchored */
.vc-theme-foundation {
    --vf-surface: #f7f6f4;
    --vf-surface-alt: #f3f2f0;
    --vf-surface-deep: #ebeaec;
    --vf-surface-dark: #0a1018;
    --vf-surface-mid: #e3e0dd;
    --vf-border: rgba(60,55,50,.1);
    --vf-border-strong: rgba(60,55,50,.18);
    --vf-shadow-sm: 0 2px 10px rgba(30,25,20,.06);
    --vf-shadow-md: 0 6px 20px rgba(30,25,20,.09);
    --vf-radius: 12px;
    --vf-radius-lg: 18px;
    --vf-accent: #3a5678;
    --vf-accent-warm: #8b7040;
    --vf-accent-soft: #8898a8;
    --vf-ink-soft: #2e353e;
    --vf-line: rgba(60,55,50,.07);
    --vf-eyebrow: #3a5678;
}

.vc-theme-foundation .eyebrow{color:var(--vf-eyebrow)}

/* ── Section backgrounds — warm stone, anchored ── */
.vc-theme-foundation .section.light{background:var(--vf-surface)}
.vc-theme-foundation #situations-concernees.section.light{background:var(--vf-surface-alt)}
.vc-theme-foundation #approche.section.dark{background:var(--vf-surface-mid);color:var(--ink)}
.vc-theme-foundation #approche.section.dark .section-head .eyebrow{color:var(--vf-accent-warm)}
.vc-theme-foundation #approche.section.dark .section-head h2{color:var(--ink)}
.vc-theme-foundation #approche.section.dark .section-head p{color:var(--vf-ink-soft)}
/* Fix all text in converted dark sections */
.vc-theme-foundation .section.dark h3{color:var(--ink)}
.vc-theme-foundation .section.dark p:not(.eyebrow){color:var(--vf-ink-soft)}
.vc-theme-foundation .section.dark .eyebrow{color:var(--vf-eyebrow)}
.vc-theme-foundation .work-section h2,.vc-theme-foundation .work-section h3{color:var(--ink)}
.vc-theme-foundation .work-section p:not(.eyebrow){color:var(--vf-ink-soft)}
.vc-theme-foundation .work-section .eyebrow{color:var(--vf-eyebrow)}
.vc-theme-foundation #faq.section.light{background:var(--vf-surface)}
.vc-theme-foundation .work-section.section{background:var(--vf-surface)}

/* Hero — anchored, deep, warm accent */
.vc-theme-foundation .vc-v3-foundation-hero{position:relative}
.vc-theme-foundation .vc-v3-foundation-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 40% 20%,rgba(139,112,64,.06),transparent 55%),radial-gradient(ellipse at 80% 70%,rgba(58,86,120,.07),transparent 50%);pointer-events:none}
.vc-theme-foundation .vc-v3-foundation-hero .hero-card{background:linear-gradient(160deg,rgba(5,12,22,.95),rgba(7,16,28,.92));border-color:rgba(139,112,64,.28);border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.05)}
.vc-theme-foundation .vc-v3-foundation-hero .hero-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 60% 10%,rgba(139,112,64,.12),transparent 38%);pointer-events:none}
.vc-theme-foundation .vc-v3-foundation-hero .hero-card>*{position:relative;z-index:1}
.vc-theme-foundation .vc-v3-foundation-hero .hero-card h3{font-size:20px;margin:0 0 8px;color:white}
.vc-theme-foundation .vc-v3-foundation-hero .hero-card>p{color:#c4ceda;margin-bottom:18px;font-size:14px}
.vc-theme-foundation .vc-v3-premium-list span{background:rgba(139,112,64,.06);border:1px solid rgba(139,112,64,.14);border-bottom:2px solid rgba(139,112,64,.2);color:#ece6d8;border-radius:10px;padding:13px 16px;gap:10px}
.vc-theme-foundation .vc-v3-premium-list .icon{width:22px;height:22px;flex:none;opacity:.85}

/* Symptômes — solid, grounded cards */
.vc-theme-foundation .vc-v3-time-situation-grid{gap:28px}
.vc-theme-foundation .vc-v3-time-situation-card{background:white;border:1px solid var(--vf-border);border-bottom:3px solid var(--vf-border-strong);border-radius:var(--vf-radius-lg);box-shadow:var(--vf-shadow-sm);transition:box-shadow .2s ease,border-color .2s ease;padding:36px 32px}
.vc-theme-foundation .vc-v3-time-situation-card:hover{box-shadow:var(--vf-shadow-md);border-color:var(--vf-border-strong);border-bottom-color:rgba(139,112,64,.14);transform:none}
.vc-theme-foundation .vc-v3-time-situation-card span{background:rgba(58,86,120,.05);color:var(--vf-accent);border-radius:6px}
.vc-theme-foundation .vc-v3-time-situation-card h3{color:var(--ink)}
.vc-theme-foundation .vc-v3-time-situation-card p{color:var(--vf-ink-soft)}

/* Approche — warm structured surface */
.vc-theme-foundation .vc-v3-time-approach:before{display:none}
.vc-theme-foundation .vc-v3-time-approach:after{display:none}
.vc-theme-foundation .vc-v3-time-approach-grid{gap:0;border-radius:14px;overflow:hidden;box-shadow:var(--vf-shadow-sm)}
.vc-theme-foundation .vc-v3-time-approach-grid article{background:white;border:1px solid var(--vf-border);border-right-color:rgba(60,55,50,.04);border-radius:0;box-shadow:none}
.vc-theme-foundation .vc-v3-time-approach-grid article:first-child{border-radius:14px 0 0 14px}
.vc-theme-foundation .vc-v3-time-approach-grid article:last-child{border-radius:0 14px 14px 0;border-right-color:var(--vf-border)}
.vc-theme-foundation .vc-v3-time-approach-grid span{background:rgba(139,112,64,.06);border:1px solid rgba(139,112,64,.14);color:var(--vf-accent-warm);border-radius:6px;margin-bottom:14px}
.vc-theme-foundation .vc-v3-time-approach-grid h3{color:var(--ink);margin:0 0 8px}
.vc-theme-foundation .vc-v3-time-approach-grid p{color:var(--vf-ink-soft)}

/* Solutions */
.vc-theme-foundation .vc-v3-time-solution-grid{gap:24px}
.vc-theme-foundation .vc-v3-time-solution-grid article{background:white;border:1px solid var(--vf-border);border-radius:var(--vf-radius-lg);box-shadow:var(--vf-shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}
.vc-theme-foundation .vc-v3-time-solution-grid article:hover{box-shadow:var(--vf-shadow-md);border-color:var(--vf-border-strong);transform:none}
.vc-theme-foundation .vc-v3-time-solution-grid .icon{background:rgba(58,86,120,.05);border:1px solid rgba(58,86,120,.13)}

/* Exemple concret + Proof */
.vc-theme-foundation .vc-v3-compare-card--after{background:linear-gradient(135deg,#f5f6f8,#f0f1f5);border-color:rgba(58,86,120,.14)}
.vc-theme-foundation .vc-v3-compare-result{background:linear-gradient(135deg,#f3f4f6,#edeeef)}
.vc-theme-foundation .vc-v3-compare-proof{background:white;border:1px solid var(--vf-border)}
.vc-theme-foundation .vc-v3-compare-proof-body>span{background:rgba(58,86,120,.05);color:var(--vf-accent)}
.vc-theme-foundation .vc-v3-compare-proof-body li:before{background:rgba(139,112,64,.2);border-color:rgba(139,112,64,.3)}

/* FAQ */
.vc-theme-foundation .faq-item{background:white;border:1px solid var(--vf-border);border-radius:var(--vf-radius-lg);box-shadow:var(--vf-shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}
.vc-theme-foundation .faq-item:hover{border-color:var(--vf-border-strong);box-shadow:0 4px 16px rgba(139,112,64,.04),0 2px 4px rgba(0,0,0,.02)}

/* CTA — deep anchor, warm glow */
.vc-theme-foundation .vc-v3-foundation-final{background:linear-gradient(90deg,rgba(3,11,22,.97),rgba(5,12,26,.9) 48%,rgba(6,14,28,.86)),url('../img/photos/alps.webp') center/cover no-repeat;position:relative;border-top:1px solid rgba(139,112,64,.08)}
.vc-theme-foundation .vc-v3-foundation-final:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 60% 50%,rgba(139,112,64,.06),transparent 58%);pointer-events:none}
.vc-theme-foundation .vc-v3-foundation-final .eyebrow{color:var(--vf-accent-warm)}

/* Conversion de l'Univers Solidité — règles strictement limitées à cette page */
.vc-theme-foundation .vc-v3-foundation-hero .hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:52px;align-items:center}
.vc-theme-foundation .vfs-hero-copy{min-width:0}
.vc-theme-foundation .vfs-hero-copy h1{font-size:clamp(43px,4.2vw,64px);line-height:1.02;max-width:760px}
.vc-theme-foundation .vfs-hero-copy .lead{max-width:720px;font-size:18px;line-height:1.65}
.vc-theme-foundation .vfs-hero-panel{position:relative;overflow:hidden;padding:30px;border:1px solid rgba(167,181,197,.24);border-radius:20px;background:linear-gradient(150deg,rgba(8,18,30,.97),rgba(15,28,42,.94));box-shadow:0 28px 72px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06);color:#fff}
.vc-theme-foundation .vfs-hero-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 4%,rgba(139,112,64,.18),transparent 38%);pointer-events:none}
.vc-theme-foundation .vfs-hero-panel>*{position:relative;z-index:1}
.vc-theme-foundation .vfs-hero-panel-head>span{display:block;color:#d6c49f;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.vc-theme-foundation .vfs-hero-panel-head>p{margin:9px 0 22px;color:#c8d4df;font-size:14px;line-height:1.55}
.vc-theme-foundation .vfs-hero-panel-list{display:grid;gap:10px}
.vc-theme-foundation .vfs-hero-panel-list article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:13px;align-items:start;padding:14px;border:1px solid rgba(177,193,209,.13);border-radius:12px;background:rgba(255,255,255,.035)}
.vc-theme-foundation .vfs-hero-panel-list article>span{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(214,196,159,.3);border-radius:9px;background:rgba(139,112,64,.13);color:#e0cfab;font-size:11px;font-weight:900;letter-spacing:.06em}
.vc-theme-foundation .vfs-hero-panel-list h3{margin:0 0 3px;color:#fff;font-size:15px;line-height:1.25}
.vc-theme-foundation .vfs-hero-panel-list p{margin:0;color:#c7d2dc;font-size:13px;line-height:1.48}
.vc-theme-foundation .vfs-hero-panel-note{margin:18px 0 0;padding-top:16px;border-top:1px solid rgba(214,196,159,.2);color:#e6dfd0;font-size:13px;font-weight:700;line-height:1.55}

.vc-theme-foundation .vfs-situations{background:var(--vf-surface-alt)}
.vc-theme-foundation .vfs-priorities,.vc-theme-foundation .vfs-offers,.vc-theme-foundation .vfs-cases{background:#fff}
.vc-theme-foundation .vfs-results{background:linear-gradient(180deg,#efede9,#f5f3f0)}
.vc-theme-foundation .vfs-method,.vc-theme-foundation .vfs-transparency{background:linear-gradient(135deg,#08111c,#111f2d);color:#fff}

.vc-theme-foundation .vfs-situation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.vc-theme-foundation .vfs-situation-grid article{position:relative;min-height:220px;padding:30px 28px;border:1px solid var(--vf-border);border-bottom:3px solid rgba(139,112,64,.2);border-radius:var(--vf-radius-lg);background:#fff;box-shadow:var(--vf-shadow-sm)}
.vc-theme-foundation .vfs-situation-grid article>span,.vc-theme-foundation .vfs-priority-grid article>span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:22px;border-radius:9px;background:rgba(58,86,120,.08);color:var(--vf-accent);font-size:12px;font-weight:900}
.vc-theme-foundation .vfs-situation-grid h3,.vc-theme-foundation .vfs-priority-grid h3,.vc-theme-foundation .vfs-result-grid h3,.vc-theme-foundation .vfs-offer-grid h3,.vc-theme-foundation .vfs-case-grid h3{margin:0 0 10px;color:var(--ink);font-size:20px;line-height:1.22}
.vc-theme-foundation .vfs-situation-grid p,.vc-theme-foundation .vfs-priority-grid p,.vc-theme-foundation .vfs-result-grid p,.vc-theme-foundation .vfs-offer-grid p{margin:0;color:var(--vf-ink-soft);line-height:1.62}

.vc-theme-foundation .vfs-priority-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-theme-foundation .vfs-priority-grid article{padding:28px 24px;border:1px solid var(--vf-border);border-radius:var(--vf-radius);background:var(--vf-surface);box-shadow:var(--vf-shadow-sm)}
.vc-theme-foundation .vfs-priority-grid article>span{background:rgba(139,112,64,.1);color:#70572c}

.vc-theme-foundation section.dark.vfs-method .section-head h2,.vc-theme-foundation section.dark.vfs-method .vfs-method-grid h3,.vc-theme-foundation section.dark.vfs-transparency h2{color:#fff}
.vc-theme-foundation section.dark.vfs-method .section-head>p:not(.eyebrow),.vc-theme-foundation section.dark.vfs-method .vfs-method-grid p,.vc-theme-foundation section.section.dark.vfs-transparency .vfs-transparency-layout>div>p{color:#c8d5df}
.vc-theme-foundation section.dark.vfs-method .eyebrow,.vc-theme-foundation section.dark.vfs-transparency .eyebrow{color:#d6c49f}
.vc-theme-foundation .vfs-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(187,203,218,.16);border-radius:16px;background:rgba(187,203,218,.14)}
.vc-theme-foundation .vfs-method-grid article{padding:30px 26px;background:#101e2b}
.vc-theme-foundation .vfs-method-grid article>span{display:inline-grid;place-items:center;width:38px;height:38px;margin-bottom:24px;border:1px solid rgba(214,196,159,.28);border-radius:10px;background:rgba(139,112,64,.12);color:#ddcba5;font-size:12px;font-weight:900}
.vc-theme-foundation .vfs-method-grid h3{margin:0 0 9px;font-size:20px}
.vc-theme-foundation .vfs-method-grid p{margin:0;line-height:1.6}

.vc-theme-foundation .vfs-result-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-theme-foundation .vfs-result-grid article{padding:28px 24px;border:1px solid rgba(60,55,50,.12);border-radius:var(--vf-radius);background:rgba(255,255,255,.78)}
.vc-theme-foundation .vfs-result-grid .icon{width:28px;height:28px;margin-bottom:20px;filter:brightness(0) saturate(100%) invert(32%) sepia(16%) saturate(1398%) hue-rotate(173deg) brightness(91%) contrast(89%)}

.vc-theme-foundation .vfs-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.vc-theme-foundation .vfs-offer-grid article{display:flex;min-height:300px;flex-direction:column;padding:30px 28px;border:1px solid var(--vf-border);border-radius:var(--vf-radius-lg);background:var(--vf-surface);box-shadow:var(--vf-shadow-sm)}
.vc-theme-foundation .vfs-offer-grid article.vfs-offer-primary{border-top:3px solid var(--vf-accent)}
.vc-theme-foundation .vfs-offer-grid strong{display:block;margin-bottom:17px;color:#70572c;font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.vc-theme-foundation .vfs-offer-grid .more{margin-top:auto;padding-top:22px}
.vc-theme-foundation .vfs-guidance{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:20px;padding:24px 28px;border:1px solid rgba(58,86,120,.14);border-radius:var(--vf-radius);background:#eef2f5}
.vc-theme-foundation .vfs-guidance span{display:block;margin-bottom:5px;color:var(--ink);font-weight:900}
.vc-theme-foundation .vfs-guidance p{margin:0;color:var(--vf-ink-soft)}
.vc-theme-foundation .vfs-guidance .more{flex:none}

.vc-theme-foundation .vfs-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.vc-theme-foundation .vfs-case-grid article{padding:30px 28px;border:1px solid var(--vf-border);border-radius:var(--vf-radius-lg);background:var(--vf-surface);box-shadow:var(--vf-shadow-sm)}
.vc-theme-foundation .vfs-case-grid article>span{display:block;margin-bottom:17px;color:#70572c;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.vc-theme-foundation .vfs-case-grid dl{display:grid;gap:16px;margin:22px 0 0}
.vc-theme-foundation .vfs-case-grid dl>div{padding-top:15px;border-top:1px solid var(--vf-border)}
.vc-theme-foundation .vfs-case-grid dt{margin-bottom:5px;color:var(--vf-accent);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.vc-theme-foundation .vfs-case-grid dd{margin:0;color:var(--vf-ink-soft);line-height:1.55}

.vc-theme-foundation .vfs-transparency-layout{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:72px;align-items:center}
.vc-theme-foundation .vfs-transparency h2{margin:0 0 18px;font-size:clamp(34px,3.5vw,48px);line-height:1.08}
.vc-theme-foundation .vfs-transparency ul{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid rgba(190,206,220,.16)}
.vc-theme-foundation .vfs-transparency li{position:relative;padding:15px 0 15px 28px;border-bottom:1px solid rgba(190,206,220,.16);color:#d8e1e9;line-height:1.5}
.vc-theme-foundation .vfs-transparency li:before{content:"";position:absolute;left:2px;top:21px;width:8px;height:8px;border-radius:50%;background:#b49a67;box-shadow:0 0 0 4px rgba(180,154,103,.12)}

@media(max-width:1120px){
.vc-theme-foundation .vc-v3-foundation-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);gap:36px}
.vc-theme-foundation .vfs-situation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-theme-foundation .vfs-priority-grid,.vc-theme-foundation .vfs-method-grid,.vc-theme-foundation .vfs-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
.vc-theme-foundation .vc-v3-foundation-hero .hero-grid{grid-template-columns:1fr;gap:34px}
.vc-theme-foundation .vfs-hero-panel{max-width:760px}
.vc-theme-foundation .vfs-offer-grid,.vc-theme-foundation .vfs-case-grid{grid-template-columns:1fr}
.vc-theme-foundation .vfs-offer-grid article{min-height:0}
.vc-theme-foundation .vfs-transparency-layout{grid-template-columns:1fr;gap:40px}
}
@media(max-width:768px){
.vc-theme-foundation .vfs-hero-copy h1{font-size:clamp(38px,10vw,50px)}
.vc-theme-foundation .vfs-hero-panel{padding:22px}
.vc-theme-foundation .vfs-situation-grid,.vc-theme-foundation .vfs-priority-grid,.vc-theme-foundation .vfs-method-grid,.vc-theme-foundation .vfs-result-grid{grid-template-columns:1fr}
.vc-theme-foundation .vfs-situation-grid article{min-height:0}
.vc-theme-foundation .vfs-guidance{align-items:flex-start;flex-direction:column;gap:16px}
}
@media(max-width:520px){
.vc-theme-foundation .vfs-hero-panel{padding:18px;border-radius:16px}
.vc-theme-foundation .vfs-hero-panel-list article{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:12px}
.vc-theme-foundation .vfs-situation-grid article,.vc-theme-foundation .vfs-priority-grid article,.vc-theme-foundation .vfs-result-grid article,.vc-theme-foundation .vfs-offer-grid article,.vc-theme-foundation .vfs-case-grid article{padding:24px 22px}
}

/* SOLIDITÉ — anchored reveal */
.vc-theme-foundation .hero-card>*{opacity:0;transform:translateY(6px)}
.vc-theme-foundation .hero-card.is-revealed>:nth-child(1){animation:vc-found-reveal .4s cubic-bezier(.2,.7,.2,1) .06s forwards}
.vc-theme-foundation .hero-card.is-revealed>:nth-child(2){animation:vc-found-reveal .4s cubic-bezier(.2,.7,.2,1) .2s forwards}
.vc-theme-foundation .hero-card.is-revealed>:nth-child(3){animation:vc-found-reveal .4s cubic-bezier(.2,.7,.2,1) .34s forwards}
.vc-theme-foundation .hero-card.is-revealed>:nth-child(4){animation:vc-found-reveal .4s cubic-bezier(.2,.7,.2,1) .48s forwards}
@keyframes vc-found-reveal{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

/* Foundation Responsive */
@media(max-width:820px){
.vc-theme-foundation .vc-v3-time-approach-grid{gap:14px;border-radius:0;overflow:visible;box-shadow:none}
.vc-theme-foundation .vc-v3-time-approach-grid article{border-radius:14px}
.vc-theme-foundation .vc-v3-time-approach-grid article:first-child,
.vc-theme-foundation .vc-v3-time-approach-grid article:last-child{border-radius:14px}
}
@media(prefers-reduced-motion:reduce){
.vc-theme-foundation .vc-v3-time-situation-card,.vc-theme-foundation .vc-v3-time-solution-grid article,.vc-theme-foundation .faq-item{transition:none}
.vc-theme-foundation .hero-card>*{opacity:1;transform:none;animation:none!important}
}

/* ── Expertise — Hero card ── */
.vc-signal-panel{background:linear-gradient(160deg,rgba(5,14,26,.94),rgba(8,20,36,.9));border:1px solid rgba(79,104,198,.28);border-radius:18px;padding:24px 22px;box-shadow:0 24px 70px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.05);position:relative;overflow:hidden;color:white}
.vc-signal-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 0%,rgba(79,104,198,.15),transparent 40%);pointer-events:none}
.vc-signal-panel>*{position:relative;z-index:1}
.vc-signal-panel h3{font-size:20px;margin:0 0 8px;color:white}
.vc-signal-panel>p{color:#c4d2e8;margin-bottom:16px;font-size:14px}
.vc-signal-panel .vc-v3-premium-list{gap:12px;margin-top:0}
.vc-signal-panel .vc-v3-premium-list span{background:rgba(79,104,198,.08);border:1px solid rgba(79,104,198,.16);border-left:2px solid rgba(79,104,198,.28);color:#e4ecf8;border-radius:10px;padding:11px 14px;min-height:42px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800}
.vc-signal-panel .vc-v3-premium-list .icon{width:20px;height:20px;flex:none;opacity:.85}

/* Reveal animation */
.vc-signal-panel>*{opacity:0;transform:translateY(8px)}
.vc-signal-panel.is-revealed>:nth-child(1){animation:vc-expertise-reveal .36s cubic-bezier(.2,.7,.2,1) .05s forwards}
.vc-signal-panel.is-revealed>:nth-child(2){animation:vc-expertise-reveal .36s cubic-bezier(.2,.7,.2,1) .16s forwards}
.vc-signal-panel.is-revealed>:nth-child(3){animation:vc-expertise-reveal .36s cubic-bezier(.2,.7,.2,1) .27s forwards}
.vc-signal-panel.is-revealed>:nth-child(4){animation:vc-expertise-reveal .36s cubic-bezier(.2,.7,.2,1) .38s forwards}
@keyframes vc-expertise-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.vc-signal-panel>*{opacity:1;transform:none;animation:none!important}}

/* ── Services — petrol/teal hero card ── */
[data-vc-hero-reveal="services"].vc-signal-panel{background:linear-gradient(160deg,rgba(4,16,26,.94),rgba(6,22,34,.9));border-color:rgba(23,150,140,.28)}
[data-vc-hero-reveal="services"].vc-signal-panel:before{background:radial-gradient(circle at 70% 0%,rgba(23,150,140,.12),transparent 40%)}
[data-vc-hero-reveal="services"].vc-signal-panel .vc-v3-premium-list span{background:rgba(23,150,140,.06);border-color:rgba(23,150,140,.14);border-left-color:rgba(23,150,140,.24);color:#e0f2f0}
/* Services reveal — 330ms / 95ms */
[data-vc-hero-reveal="services"]>*{opacity:0;transform:translateY(8px)}
[data-vc-hero-reveal="services"].is-revealed>:nth-child(1){animation:vc-svc-reveal .33s cubic-bezier(.2,.7,.2,1) .05s forwards}
[data-vc-hero-reveal="services"].is-revealed>:nth-child(2){animation:vc-svc-reveal .33s cubic-bezier(.2,.7,.2,1) .145s forwards}
[data-vc-hero-reveal="services"].is-revealed>:nth-child(3){animation:vc-svc-reveal .33s cubic-bezier(.2,.7,.2,1) .24s forwards}
[data-vc-hero-reveal="services"].is-revealed>:nth-child(4){animation:vc-svc-reveal .33s cubic-bezier(.2,.7,.2,1) .335s forwards}
@keyframes vc-svc-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){[data-vc-hero-reveal="services"]>*{opacity:1;transform:none;animation:none!important}}

/* ── Products — deep blue card ── */
[data-vc-hero-reveal="products"].vc-signal-panel{background:linear-gradient(160deg,rgba(4,12,24,.94),rgba(6,16,30,.9));border-color:rgba(47,128,237,.24)}
[data-vc-hero-reveal="products"].vc-signal-panel:before{background:radial-gradient(circle at 70% 0%,rgba(47,128,237,.13),transparent 40%)}
[data-vc-hero-reveal="products"].vc-signal-panel .vc-v3-premium-list span{background:rgba(47,128,237,.06);border-color:rgba(47,128,237,.12);border-left-color:rgba(47,128,237,.22);color:#e0eaf8}
/* Products reveal — 350ms / 105ms */
[data-vc-hero-reveal="products"]>*{opacity:0;transform:translateY(8px)}
[data-vc-hero-reveal="products"].is-revealed>:nth-child(1){animation:vc-prod-reveal .35s cubic-bezier(.2,.7,.2,1) .05s forwards}
[data-vc-hero-reveal="products"].is-revealed>:nth-child(2){animation:vc-prod-reveal .35s cubic-bezier(.2,.7,.2,1) .155s forwards}
[data-vc-hero-reveal="products"].is-revealed>:nth-child(3){animation:vc-prod-reveal .35s cubic-bezier(.2,.7,.2,1) .26s forwards}
[data-vc-hero-reveal="products"].is-revealed>:nth-child(4){animation:vc-prod-reveal .35s cubic-bezier(.2,.7,.2,1) .365s forwards}
@keyframes vc-prod-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){[data-vc-hero-reveal="products"]>*{opacity:1;transform:none;animation:none!important}}
.nav-dropdown-toggle{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:0;color:inherit}
@media(max-width:1279px){
  .nav-dropdown-toggle{display:block;padding:14px;text-align:left;width:100%}
  .nav-dropdown-toggle:after{display:none}
  .nav-links.open{max-height:calc(100vh - 104px);overflow-y:auto;overscroll-behavior:contain}
  .nav-links.open .nav-item{display:block}
  .nav-links.open .nav-dropdown{position:static;display:none;width:auto;max-height:none;min-width:0;margin:0 8px 8px;padding:0;background:rgba(255,255,255,.045);box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;overflow:visible;transform:none}
  .nav-links.open .has-dropdown.is-open .nav-dropdown{display:grid}
  .nav-links.open .nav-mega-panel{grid-template-columns:1fr;gap:0;border-radius:16px}
  .nav-mega-intro{padding:16px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .nav-mega-intro>strong{font-size:19px}
  .nav-mega-intro p{margin-bottom:14px;font-size:12px}
  .nav-mega-overview{min-height:44px;padding:11px 12px}
  .nav-mega-groups{gap:0;padding:4px 12px}
  .nav-mega-group{padding:14px 0}
  .nav-mega-group h3{margin-bottom:8px}
  .nav-mega-links>a{min-height:44px;padding:10px 11px}
  .nav-mega-link-title>strong{font-size:13px}
  .nav-mega-description{font-size:11px;line-height:1.4}
  .nav-mega-aside{margin:12px;padding:16px}
  .nav-mega-aside>a{min-height:44px;padding:11px 12px}
}

/* ── Produits finition ── */
/* Compact card, scroll-padding for sticky header, section nuances */
[data-vc-hero-reveal="products"].vc-signal-panel{padding:20px 22px}
[data-vc-hero-reveal="products"].vc-signal-panel .vc-v3-premium-list{gap:12px}
[data-vc-hero-reveal="products"].vc-signal-panel .vc-v3-premium-list span{min-height:36px;padding:9px 14px;font-size:12px}
.vc-v3-products-final .cta-inner{padding:0}

/* ── Card alignment — consistent internal zones ── */
.vc-v3-product-need-grid article{display:flex;flex-direction:column}
.vc-v3-product-need-grid article span{min-height:51px;display:flex;align-items:center}
.vc-v3-product-need-grid article h3{min-height:51px}

/* ── Pages légales — style documentaire compact ── */
.vc-legal-page{background:#fafbfd;color:var(--ink)}
.vc-legal-hero{padding:136px 0 64px;background:linear-gradient(180deg,#030b16,#051426);color:white}
.vc-legal-hero .container{max-width:880px}
.vc-legal-hero h1{font-size:clamp(30px,3.8vw,46px);margin:0;color:white}
.vc-legal-hero .vc-legal-subtitle{font-size:16px;color:#b0c8e0;margin-top:8px}
.vc-legal-hero .vc-legal-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px;font-size:12px;color:#8fa0b3}
.vc-legal-hero .vc-legal-meta span{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}
.vc-legal-content{max-width:800px;margin:0 auto;padding:var(--space-section) 0}
.vc-legal-content h2{font-size:22px;color:var(--ink);margin:44px 0 14px;padding-bottom:10px;border-bottom:1px solid var(--lineLight)}
.vc-legal-content h2:first-child{margin-top:0}
.vc-legal-content h3{font-size:17px;color:var(--ink);margin:28px 0 10px}
.vc-legal-content p,.vc-legal-content li{font-size:15px;line-height:1.72;color:#3d5568;margin:0 0 12px}
.vc-legal-content ul,.vc-legal-content ol{margin:0 0 18px;padding-left:22px}
.vc-legal-content li{margin-bottom:6px}
.vc-legal-content a{color:#2f6ba8;font-weight:700;text-decoration:underline}
.vc-legal-content .vc-legal-summary{display:grid;gap:8px;margin-bottom:36px;padding:22px 24px;border-radius:14px;background:white;border:1px solid var(--lineLight);box-shadow:var(--shadowLight)}
.vc-legal-content .vc-legal-summary a{display:block;font-size:14px;color:#52687c;text-decoration:none;padding:5px 0}
.vc-legal-content .vc-legal-summary a:hover{color:var(--teal)}
.vc-legal-todo{display:inline-block;padding:3px 8px;border-radius:6px;background:#fff3cd;color:#856404;font-size:12px;font-weight:900;font-style:normal}
@media(max-width:820px){
.vc-legal-hero{padding:118px 24px 48px}
.vc-legal-content{padding:48px 24px}
.vc-legal-content h2{font-size:20px;margin:36px 0 12px}
}
.vc-v3-product-need-grid article .more{margin-top:auto}

/* ── Accompagnement digital ── */
.vc-digital-support{--vad-warm:#f7f5f0;--vad-warm-strong:#efe9dd;--vad-navy:#071526;--vad-navy-soft:#0b2238;--vad-teal:#0c756d;--vad-blue:#3f719d}
.vc-digital-support .vad-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:136px 0 var(--space-section);background:linear-gradient(90deg,rgba(3,11,22,.985) 0%,rgba(3,11,22,.94) 37%,rgba(3,11,22,.64) 61%,rgba(3,11,22,.38) 100%),url('../img/photos/accompagnement-digital-hero.webp') center/cover no-repeat}
.vc-digital-support .vad-hero:after{content:"";position:absolute;inset:auto 0 0;height:116px;background:linear-gradient(0deg,var(--bg),rgba(3,11,22,0));pointer-events:none}
.vc-digital-support .vad-hero .hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:58px}
.vc-digital-support .vad-hero-copy{min-width:0}
.vc-digital-support .vad-hero h1{max-width:690px;font-size:clamp(42px,4.7vw,66px);line-height:1.025;letter-spacing:-.052em;margin-bottom:22px}
.vc-digital-support .vad-hero .lead{max-width:660px;margin:0;color:#d9e9f5;font-size:19px;line-height:1.62}
.vc-digital-support .vad-hero .actions{margin-top:28px}
.vad-hero-panel{justify-self:end;width:min(454px,100%);padding:22px;border-radius:26px;background:linear-gradient(145deg,rgba(5,19,34,.92),rgba(8,38,54,.86));border:1px solid rgba(118,234,220,.35);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07)}
.vad-hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vad-hero-panel-head span{color:#cafff8;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.vad-hero-panel-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(17,185,170,.14);border:1px solid rgba(17,185,170,.29);color:#f5fffd;font-size:11px;white-space:nowrap}
.vad-hero-panel-list{display:grid;gap:8px}
.vad-hero-panel-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:65px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.13)}
.vad-hero-panel-list .icon{width:40px;height:40px;padding:9px;border-radius:13px;background:rgba(17,185,170,.12);border:1px solid rgba(17,185,170,.25)}
.vad-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.18}
.vad-hero-panel-list p{margin:0;color:#c9dceb;font-size:12px;line-height:1.4}
.vad-hero-panel-note{margin:13px 0 0;padding:12px 13px;border-radius:15px;background:rgba(3,11,22,.52);border:1px solid rgba(255,255,255,.12);color:#e6f3ff!important;font-size:12px!important;font-weight:850;line-height:1.45}
[data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-head{animation:vad-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
[data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-list article:nth-child(1){animation:vad-reveal .38s cubic-bezier(.2,.7,.2,1) .12s both}
[data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-list article:nth-child(2){animation:vad-reveal .38s cubic-bezier(.2,.7,.2,1) .2s both}
[data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-list article:nth-child(3){animation:vad-reveal .38s cubic-bezier(.2,.7,.2,1) .28s both}
[data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-list article:nth-child(4){animation:vad-reveal .38s cubic-bezier(.2,.7,.2,1) .36s both}
[data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-list article:nth-child(5){animation:vad-reveal .38s cubic-bezier(.2,.7,.2,1) .44s both}
[data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-note{animation:vad-reveal .38s cubic-bezier(.2,.7,.2,1) .52s both}
@keyframes vad-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.vc-digital-support .vad-situations,.vc-digital-support .vad-modes,.vc-digital-support .vad-examples,.vc-digital-support .vad-faq{background:var(--vad-warm)}
.vc-digital-support .vad-scope,.vc-digital-support .vad-continuity{background:#fff;color:var(--ink)}
.vad-situation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.vad-situation-grid article{display:grid;grid-template-columns:44px 1fr;column-gap:16px;align-items:start;min-height:132px;padding:22px;border-radius:18px;background:#fff;border:1px solid #e3ded3;box-shadow:0 14px 36px rgba(47,54,61,.055)}
.vad-situation-grid .icon{grid-row:1/3;width:44px;height:44px;padding:9px;border-radius:14px;background:#edf8f6;border:1px solid #cfe9e4}
.vad-situation-grid h3{margin:2px 0 6px;color:var(--ink);font-size:18px;line-height:1.22}
.vad-situation-grid p{margin:0;color:#52687c;font-size:14px}
.vc-digital-support .dark .section-head p{color:#c8d8e7}
.vad-results-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.vad-results-grid article{display:flex;flex-direction:column;min-height:138px;padding:21px 18px;border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.13)}
.vad-results-grid strong{display:block;margin-bottom:10px;color:#fff;font-size:15px;line-height:1.28}
.vad-results-grid span{color:#c4d7e6;font-size:13px;line-height:1.5}
.vad-mode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vad-mode-grid article{display:flex;flex-direction:column;min-height:348px;padding:28px 23px 25px;border-radius:20px;background:#fff;border:1px solid #e3ded3;box-shadow:0 18px 46px rgba(47,54,61,.07)}
.vad-mode-index{display:grid;place-items:center;width:44px;height:44px;margin-bottom:21px;border-radius:15px;background:#eaf6f4;border:1px solid #cce6e1;color:var(--vad-teal);font-size:12px;font-weight:950}
.vad-mode-grid h3{min-height:52px;margin:0 0 11px;color:var(--ink);font-size:20px;line-height:1.22}
.vad-mode-grid p{margin:0;color:#52687c;font-size:14px}
.vad-mode-grid strong{display:block;margin-top:auto;padding-top:22px;color:var(--vad-teal);font-size:12px;line-height:1.52}
.vad-section-note{max-width:920px;margin:28px auto 0;padding:16px 18px;border-radius:16px;background:#eef5f5;border:1px solid #d6e7e4;color:#36586a;font-size:13px;font-weight:750;text-align:center}
.vad-scope-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.vad-scope-grid span{display:flex;align-items:center;justify-content:center;min-height:56px;padding:12px 13px;border-radius:15px;background:#f6fafb;border:1px solid var(--lineLight);color:#28475c;font-size:13px;font-weight:850;text-align:center}
.vad-process-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}
.vad-process-grid article{position:relative;min-height:220px;padding:24px 19px 22px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13)}
.vad-process-grid article:not(:last-child):after{content:"";position:absolute;top:44px;right:-16px;width:16px;height:1px;background:rgba(118,234,220,.48)}
.vad-process-grid span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:18px;border-radius:50%;background:rgba(17,185,170,.13);border:1px solid rgba(17,185,170,.34);color:#aafff4;font-size:12px;font-weight:950}
.vad-process-grid h3{margin:0 0 9px;color:#fff;font-size:17px;line-height:1.22}
.vad-process-grid p{margin:0;color:#c5d8e7;font-size:13px}
.vad-continuity-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px 56px;align-items:center}
.vad-continuity-layout h2{font-size:clamp(32px,3.4vw,46px);line-height:1.08;letter-spacing:-.045em;margin:0 0 14px}
.vad-continuity-layout>div:first-child>p:last-child{color:#52687c;font-size:17px}
.vad-continuity-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:8px;align-items:center}
.vad-continuity-flow span{display:grid;place-items:center;min-height:74px;padding:13px 10px;border-radius:16px;background:var(--vad-warm);border:1px solid #e3ded3;color:#28475c;font-size:12px;font-weight:900;text-align:center}
.vad-continuity-flow strong{color:var(--vad-teal)}
.vad-continuity-layout ul{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.vad-continuity-layout li{min-height:98px;padding:17px 15px;border-radius:15px;background:#f7fbfc;border:1px solid var(--lineLight);color:#3c576a;font-size:13px}
.vad-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.vad-example-grid article{display:flex;flex-direction:column;min-height:318px;padding:28px 24px 26px;border-radius:20px;background:#fff;border:1px solid #e3ded3;box-shadow:0 18px 46px rgba(47,54,61,.07)}
.vad-example-grid article>span{align-self:flex-start;margin-bottom:17px;padding:7px 10px;border-radius:999px;background:#edf8f6;color:var(--vad-teal);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.vad-example-grid h3{margin:0 0 18px;color:var(--ink);font-size:21px;line-height:1.23}
.vad-example-grid ol{display:grid;gap:10px;margin:auto 0 0;padding-left:21px;color:#52687c;font-size:14px}
.vc-digital-support .vad-faq .faq-item{min-height:164px;border-color:#e3ded3;box-shadow:0 14px 38px rgba(47,54,61,.055)}
.vc-digital-support .vad-final-cta{background:linear-gradient(120deg,#061526,#0c2b3b 66%,#0c756d);color:#fff}
.vc-digital-support .vad-final-cta .eyebrow,.vc-digital-support .vad-final-cta p{color:#f2f8ff}
.vc-digital-support .vad-final-cta .actions{min-width:286px;justify-content:flex-end}
.vc-digital-support .vad-final-cta .actions .btn{white-space:nowrap}
@media(max-width:1120px){
  .vc-digital-support .vad-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:38px}
  .vc-digital-support .vad-hero h1{font-size:clamp(40px,5vw,58px)}
  .vad-results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .vad-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vad-scope-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .vad-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .vad-process-grid article:not(:last-child):after{display:none}
  .vad-continuity-layout ul{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .vc-digital-support .vad-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-digital-support .vad-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vad-hero-panel{justify-self:stretch;width:100%}
  .vad-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vad-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vad-continuity-layout{grid-template-columns:1fr;gap:28px}
  .vad-continuity-layout ul{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr))}
  .vad-example-grid{grid-template-columns:1fr}
  .vc-digital-support .vad-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vad-situation-grid,.vad-mode-grid,.vad-results-grid,.vad-scope-grid,.vad-process-grid,.vad-continuity-layout ul{grid-template-columns:1fr}
  .vad-situation-grid article,.vad-mode-grid article,.vad-results-grid article,.vad-process-grid article,.vad-continuity-layout li{min-height:0}
  .vad-continuity-flow{grid-template-columns:1fr}
  .vad-continuity-flow strong{transform:rotate(90deg);text-align:center}
}
@media(max-width:520px){
  .vc-digital-support .vad-hero{padding:106px 0 64px}
  .vc-digital-support .vad-hero h1{font-size:38px}
  .vc-digital-support .vad-hero .lead{font-size:17px}
  .vc-digital-support .vad-hero .actions .btn,.vc-digital-support .vad-final-cta .actions .btn{width:100%;white-space:normal}
  .vad-hero-panel{padding:17px;border-radius:21px}
  .vad-hero-panel-head{align-items:flex-start;flex-direction:column}
  .vad-hero-panel-list article{grid-template-columns:36px 1fr;padding:10px;min-height:0}
  .vad-hero-panel-list .icon{width:36px;height:36px}
  .vad-situation-grid article{grid-template-columns:40px 1fr;padding:19px 17px}
  .vad-situation-grid .icon{width:40px;height:40px}
}
@media(prefers-reduced-motion:reduce){
  [data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-head,
  [data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-list article,
  [data-vc-hero-reveal="digital-support"].is-revealed .vad-hero-panel-note{animation:none!important}
}

/* ── Automatisation entreprise ── */
.vc-automation-page{--vae-ink:#071426;--vae-flow:#0c756d;--vae-flow-bright:#19b7aa;--vae-paper:#f6f3ed;--vae-line:#dfe5e7}
.vc-automation-page .vae-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:136px 0 var(--space-section);background:linear-gradient(90deg,rgba(3,11,22,.99) 0%,rgba(3,11,22,.95) 39%,rgba(3,11,22,.62) 64%,rgba(3,11,22,.32) 100%),url('../img/photos/automatisation-entreprise-hero.webp') center/cover no-repeat}
.vc-automation-page .vae-hero:after{content:"";position:absolute;inset:auto 0 0;height:112px;background:linear-gradient(0deg,var(--bg),rgba(3,11,22,0));pointer-events:none}
.vc-automation-page .vae-hero .hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:58px;align-items:center}
.vc-automation-page .vae-hero-copy{min-width:0}
.vc-automation-page .vae-hero h1{max-width:720px;margin-bottom:22px;font-size:clamp(42px,4.7vw,66px);line-height:1.025;letter-spacing:-.052em}
.vc-automation-page .vae-hero .lead{max-width:690px;margin:0;color:#d9e9f5;font-size:19px;line-height:1.62}
.vc-automation-page .vae-hero .actions{gap:16px;margin-top:28px}
.vc-automation-page .vae-hero-panel{justify-self:end;width:min(454px,100%);padding:22px;border-radius:26px;background:linear-gradient(145deg,rgba(5,19,34,.94),rgba(8,39,49,.88));border:1px solid rgba(90,218,201,.34);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07)}
.vc-automation-page .vae-hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-automation-page .vae-hero-panel-head span{color:#cafff8;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.vc-automation-page .vae-hero-panel-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(25,183,170,.14);border:1px solid rgba(25,183,170,.3);color:#f5fffd;font-size:11px;white-space:nowrap}
.vc-automation-page .vae-hero-panel-list{display:grid;gap:8px}
.vc-automation-page .vae-hero-panel-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:65px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.13)}
.vc-automation-page .vae-hero-panel-list .icon{width:40px;height:40px;padding:9px;border-radius:13px;background:rgba(25,183,170,.12);border:1px solid rgba(25,183,170,.26)}
.vc-automation-page .vae-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.18}
.vc-automation-page .vae-hero-panel-list p{margin:0;color:#c9dceb;font-size:12px;line-height:1.4}
.vc-automation-page .vae-hero-panel-note{margin:13px 0 0;padding:12px 13px;border-radius:15px;background:rgba(3,11,22,.52);border:1px solid rgba(255,255,255,.12);color:#e6f3ff;font-size:12px;font-weight:850;line-height:1.45}
.vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-head{animation:vae-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
.vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-list article:nth-child(1){animation:vae-reveal .38s cubic-bezier(.2,.7,.2,1) .12s both}
.vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-list article:nth-child(2){animation:vae-reveal .38s cubic-bezier(.2,.7,.2,1) .2s both}
.vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-list article:nth-child(3){animation:vae-reveal .38s cubic-bezier(.2,.7,.2,1) .28s both}
.vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-list article:nth-child(4){animation:vae-reveal .38s cubic-bezier(.2,.7,.2,1) .36s both}
.vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-list article:nth-child(5){animation:vae-reveal .38s cubic-bezier(.2,.7,.2,1) .44s both}
.vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-note{animation:vae-reveal .38s cubic-bezier(.2,.7,.2,1) .52s both}
@keyframes vae-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.vc-automation-page .vae-situations,.vc-automation-page .vae-examples,.vc-automation-page .vae-modes,.vc-automation-page .vae-limits,.vc-automation-page .vae-faq{background:var(--vae-paper)}
.vc-automation-page .vae-human,.vc-automation-page .vae-metrics{background:#fff;color:var(--ink)}
.vc-automation-page .vae-situation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vc-automation-page .vae-situation-grid article{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;min-height:116px;padding:20px;border-radius:18px;background:#fff;border:1px solid #e1ddd4;box-shadow:0 14px 36px rgba(47,54,61,.055)}
.vc-automation-page .vae-situation-grid .icon{width:42px;height:42px;padding:9px;border-radius:14px;background:#eaf6f4;border:1px solid #cce6e1}
.vc-automation-page .vae-situation-grid h3{margin:1px 0 6px;color:var(--ink);font-size:18px;line-height:1.22}
.vc-automation-page .vae-situation-grid p{margin:0;color:#52687c;font-size:14px}
.vc-automation-page .vae-benefits .section-head p,.vc-automation-page .vae-process .section-head p{color:#c6d9e7}
.vc-automation-page .vae-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.vc-automation-page .vae-benefit-grid article{min-height:132px;padding:21px 19px;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.13)}
.vc-automation-page .vae-benefit-grid strong{display:block;margin-bottom:10px;color:#fff;font-size:16px;line-height:1.28}
.vc-automation-page .vae-benefit-grid span{color:#c4d7e6;font-size:13px;line-height:1.5}
.vc-automation-page .vae-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-automation-page .vae-example-grid article{min-height:220px;padding:26px 23px;border-radius:20px;background:#fff;border:1px solid #e1ddd4;box-shadow:0 18px 46px rgba(47,54,61,.065)}
.vc-automation-page .vae-example-grid span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:20px;border-radius:13px;background:#eaf6f4;border:1px solid #cce6e1;color:var(--vae-flow);font-size:12px;font-weight:950}
.vc-automation-page .vae-example-grid h3{margin:0 0 11px;color:var(--ink);font-size:20px;line-height:1.22}
.vc-automation-page .vae-example-grid p{margin:0;color:#52687c;font-size:14px}
.vc-automation-page .vae-human-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:52px;align-items:center}
.vc-automation-page .vae-human-layout h2{margin:0 0 16px;font-size:clamp(34px,3.6vw,48px);line-height:1.08;letter-spacing:-.04em}
.vc-automation-page .vae-human-layout>div:first-child>p:last-child{color:#52687c;font-size:17px;line-height:1.65}
.vc-automation-page .vae-human-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.vc-automation-page .vae-human-grid article{min-height:300px;padding:27px 24px;border-radius:21px;background:#f7fafb;border:1px solid var(--vae-line)}
.vc-automation-page .vae-human-grid article:last-child{background:linear-gradient(145deg,#071426,#0b2c35);border-color:rgba(255,255,255,.12)}
.vc-automation-page .vae-human-grid span{display:block;margin-bottom:18px;color:var(--vae-flow);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.vc-automation-page .vae-human-grid article:last-child span{color:#78eadd}
.vc-automation-page .vae-human-grid ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.vc-automation-page .vae-human-grid li{padding:11px 12px;border-radius:12px;background:#fff;border:1px solid var(--vae-line);color:#28475c;font-weight:800}
.vc-automation-page .vae-human-grid article:last-child li{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#edf8ff}
.vc-automation-page .vae-process-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}
.vc-automation-page .vae-process-grid article{position:relative;min-height:224px;padding:24px 19px 22px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13)}
.vc-automation-page .vae-process-grid article:not(:last-child):after{content:"";position:absolute;top:44px;right:-16px;width:16px;height:1px;background:rgba(120,234,221,.48)}
.vc-automation-page .vae-process-grid span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:18px;border-radius:50%;background:rgba(25,183,170,.14);border:1px solid rgba(25,183,170,.34);color:#aafff4;font-size:12px;font-weight:950}
.vc-automation-page .vae-process-grid h3{margin:0 0 9px;color:#fff;font-size:17px;line-height:1.22}
.vc-automation-page .vae-process-grid p{margin:0;color:#c5d8e7;font-size:13px}
.vc-automation-page .vae-mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-automation-page .vae-mode-grid article{display:flex;flex-direction:column;min-height:300px;padding:28px 24px 25px;border-radius:20px;background:#fff;border:1px solid #e1ddd4;box-shadow:0 18px 46px rgba(47,54,61,.065)}
.vc-automation-page .vae-mode-grid span{display:grid;place-items:center;width:44px;height:44px;margin-bottom:21px;border-radius:15px;background:#eaf6f4;border:1px solid #cce6e1;color:var(--vae-flow);font-size:12px;font-weight:950}
.vc-automation-page .vae-mode-grid h3{margin:0 0 11px;color:var(--ink);font-size:21px;line-height:1.22}
.vc-automation-page .vae-mode-grid p{margin:0;color:#52687c;font-size:14px}
.vc-automation-page .vae-mode-grid strong{display:block;margin-top:auto;padding-top:22px;color:var(--vae-flow);font-size:12px;line-height:1.52}
.vc-automation-page .vae-section-note{max-width:900px;margin:26px auto 0;padding:16px 18px;border-radius:16px;background:#edf5f4;border:1px solid #d3e7e3;color:#36586a;font-size:13px;font-weight:750;text-align:center}
.vc-automation-page .vae-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.vc-automation-page .vae-metric-grid span{display:flex;align-items:center;justify-content:center;min-height:86px;padding:18px;border-radius:17px;background:#f6fafb;border:1px solid var(--vae-line);color:#28475c;font-size:14px;font-weight:900;text-align:center}
.vc-automation-page .vae-limit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.vc-automation-page .vae-limit-grid article{min-height:196px;padding:23px 20px;border-radius:18px;background:#fff;border:1px solid #e1ddd4;box-shadow:0 14px 36px rgba(47,54,61,.05)}
.vc-automation-page .vae-limit-grid article:last-child{grid-column:2/span 2}
.vc-automation-page .vae-limit-grid h3{margin:0 0 9px;color:var(--ink);font-size:18px;line-height:1.22}
.vc-automation-page .vae-limit-grid p{margin:0;color:#52687c;font-size:14px}
.vc-automation-page .vae-faq .faq-item{min-height:168px;border-color:#e1ddd4;box-shadow:0 14px 38px rgba(47,54,61,.055)}
.vc-automation-page .vae-final-cta{background:linear-gradient(110deg,rgba(3,11,22,.98),rgba(3,11,22,.79)),url('../img/photos/automatisation-entreprise-hero.webp') center/cover no-repeat;color:#fff}
.vc-automation-page .vae-final-cta .actions{min-width:300px;gap:16px;justify-content:flex-end}
.vc-automation-page .vae-final-cta .actions .btn{white-space:nowrap}
@media(max-width:1120px){
  .vc-automation-page .vae-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:38px}
  .vc-automation-page .vae-hero h1{font-size:clamp(40px,5vw,58px)}
  .vc-automation-page .vae-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-automation-page .vae-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .vc-automation-page .vae-process-grid article:not(:last-child):after{display:none}
  .vc-automation-page .vae-limit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-automation-page .vae-limit-grid article:last-child{grid-column:auto}
}
@media(max-width:980px){
  .vc-automation-page .vae-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-automation-page .vae-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vc-automation-page .vae-hero-panel{justify-self:stretch;width:100%}
  .vc-automation-page .vae-example-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-automation-page .vae-human-layout{grid-template-columns:1fr;gap:28px}
  .vc-automation-page .vae-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-automation-page .vae-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vc-automation-page .vae-situation-grid,.vc-automation-page .vae-benefit-grid,.vc-automation-page .vae-example-grid,.vc-automation-page .vae-human-grid,.vc-automation-page .vae-process-grid,.vc-automation-page .vae-mode-grid,.vc-automation-page .vae-metric-grid,.vc-automation-page .vae-limit-grid{grid-template-columns:1fr}
  .vc-automation-page .vae-situation-grid article,.vc-automation-page .vae-benefit-grid article,.vc-automation-page .vae-example-grid article,.vc-automation-page .vae-human-grid article,.vc-automation-page .vae-process-grid article,.vc-automation-page .vae-mode-grid article,.vc-automation-page .vae-metric-grid span,.vc-automation-page .vae-limit-grid article{min-height:0}
}
@media(max-width:520px){
  .vc-automation-page .vae-hero{padding:106px 0 64px}
  .vc-automation-page .vae-hero h1{font-size:38px}
  .vc-automation-page .vae-hero .lead{font-size:17px}
  .vc-automation-page .vae-hero .actions .btn,.vc-automation-page .vae-final-cta .actions .btn{width:100%;white-space:normal}
  .vc-automation-page .vae-hero-panel{padding:17px;border-radius:21px}
  .vc-automation-page .vae-hero-panel-head{align-items:flex-start;flex-direction:column}
  .vc-automation-page .vae-hero-panel-list article{grid-template-columns:36px 1fr;padding:10px;min-height:0}
  .vc-automation-page .vae-hero-panel-list .icon{width:36px;height:36px}
  .vc-automation-page .vae-situation-grid article{grid-template-columns:40px 1fr;padding:18px 16px}
  .vc-automation-page .vae-situation-grid .icon{width:40px;height:40px}
}
@media(prefers-reduced-motion:reduce){
  .vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-head,
  .vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-list article,
  .vc-automation-page [data-vc-hero-reveal="automation-enterprise"].is-revealed .vae-hero-panel-note{animation:none!important}
}

/* ── Audit IA PME ── */
.vc-ai-audit-page{--aip-ink:#071528;--aip-accent:#0c756d;--aip-accent-bright:#54d6c8;--aip-paper:#f5f1e9;--aip-line:#ded9cf}
.vc-ai-audit-page .aip-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:136px 0 var(--space-section);background:linear-gradient(90deg,rgba(4,12,23,.99) 0%,rgba(4,12,23,.95) 38%,rgba(4,12,23,.61) 62%,rgba(4,12,23,.22) 100%),url('../img/photos/audit-ia-pme-hero.webp') center/cover no-repeat}
.vc-ai-audit-page .aip-hero:after{content:"";position:absolute;inset:auto 0 0;height:112px;background:linear-gradient(0deg,var(--bg),rgba(4,12,23,0));pointer-events:none}
.vc-ai-audit-page .aip-hero .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:56px;align-items:center}
.vc-ai-audit-page .aip-hero-copy{min-width:0}
.vc-ai-audit-page .aip-hero h1{max-width:760px;margin-bottom:22px;font-size:clamp(42px,4.55vw,64px);line-height:1.025;letter-spacing:-.052em}
.vc-ai-audit-page .aip-hero .lead{max-width:720px;margin:0;color:#d9e6ef;font-size:19px;line-height:1.62}
.vc-ai-audit-page .aip-hero .actions{gap:16px;margin-top:28px}
.vc-ai-audit-page .aip-hero-panel{justify-self:end;width:min(454px,100%);padding:22px;border-radius:26px;background:linear-gradient(145deg,rgba(5,18,32,.94),rgba(11,43,47,.9));border:1px solid rgba(107,224,211,.31);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07)}
.vc-ai-audit-page .aip-hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-ai-audit-page .aip-hero-panel-head span{color:#cafff8;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.vc-ai-audit-page .aip-hero-panel-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(84,214,200,.13);border:1px solid rgba(84,214,200,.28);color:#f5fffd;font-size:11px;white-space:nowrap}
.vc-ai-audit-page .aip-hero-panel-list{display:grid;gap:8px}
.vc-ai-audit-page .aip-hero-panel-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:65px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.13)}
.vc-ai-audit-page .aip-hero-panel-list .icon{width:40px;height:40px;padding:9px;border-radius:13px;background:rgba(84,214,200,.11);border:1px solid rgba(84,214,200,.24)}
.vc-ai-audit-page .aip-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.18}
.vc-ai-audit-page .aip-hero-panel-list p{margin:0;color:#c9dceb;font-size:12px;line-height:1.4}
.vc-ai-audit-page .aip-hero-panel-note{margin:13px 0 0;padding:12px 13px;border-radius:15px;background:rgba(3,11,22,.52);border:1px solid rgba(255,255,255,.12);color:#e6f3ff;font-size:12px;font-weight:850;line-height:1.45}
.vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-head{animation:aip-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
.vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-list article:nth-child(1){animation:aip-reveal .38s cubic-bezier(.2,.7,.2,1) .12s both}
.vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-list article:nth-child(2){animation:aip-reveal .38s cubic-bezier(.2,.7,.2,1) .2s both}
.vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-list article:nth-child(3){animation:aip-reveal .38s cubic-bezier(.2,.7,.2,1) .28s both}
.vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-list article:nth-child(4){animation:aip-reveal .38s cubic-bezier(.2,.7,.2,1) .36s both}
.vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-list article:nth-child(5){animation:aip-reveal .38s cubic-bezier(.2,.7,.2,1) .44s both}
.vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-note{animation:aip-reveal .38s cubic-bezier(.2,.7,.2,1) .52s both}
@keyframes aip-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.vc-ai-audit-page .aip-recognition,.vc-ai-audit-page .aip-deliverables,.vc-ai-audit-page .aip-faq{background:var(--aip-paper)}
.vc-ai-audit-page .section.light.aip-independence{padding-top:var(--space-section);padding-bottom:64px;background:#fff;color:var(--ink)}
.vc-ai-audit-page .aip-recognition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-ai-audit-page .aip-recognition-grid article{min-height:220px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--aip-line);box-shadow:0 17px 44px rgba(46,53,58,.06)}
.vc-ai-audit-page .aip-recognition-grid span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:20px;border-radius:14px;background:#e7f3f1;border:1px solid #c9e4df;color:var(--aip-accent);font-size:12px;font-weight:950}
.vc-ai-audit-page .aip-recognition-grid h3{margin:0 0 10px;color:var(--aip-ink);font-size:19px;line-height:1.24}
.vc-ai-audit-page .aip-recognition-grid p{margin:0;color:#52697b;font-size:14px}
.vc-ai-audit-page .aip-analysis .section-head p,.vc-ai-audit-page .aip-after .section-head p{color:#c7d9e6}
.vc-ai-audit-page .aip-analysis-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.vc-ai-audit-page .aip-analysis-grid span{display:flex;align-items:center;justify-content:center;min-height:82px;padding:16px;border-radius:17px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13);color:#ecf8ff;font-size:14px;font-weight:880;text-align:center}
.vc-ai-audit-page .aip-analysis-grid span:nth-child(7){grid-column:span 2}
.vc-ai-audit-page .aip-section-note{max-width:920px;margin:26px auto 0;padding:16px 18px;border-radius:16px;background:rgba(84,214,200,.1);border:1px solid rgba(84,214,200,.24);color:#d5f5f1;font-size:13px;font-weight:750;text-align:center}
.vc-ai-audit-page .aip-deliverable-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.vc-ai-audit-page .aip-deliverable-grid article{min-height:230px;padding:24px 21px;border-radius:20px;background:#fff;border:1px solid var(--aip-line);box-shadow:0 17px 44px rgba(46,53,58,.055)}
.vc-ai-audit-page .aip-deliverable-grid article:last-child{grid-column:3/span 2}
.vc-ai-audit-page .aip-deliverable-grid .icon{width:42px;height:42px;margin-bottom:19px;padding:9px;border-radius:14px;background:#e7f3f1;border:1px solid #c9e4df}
.vc-ai-audit-page .aip-deliverable-grid h3{margin:0 0 10px;color:var(--aip-ink);font-size:18px;line-height:1.23}
.vc-ai-audit-page .aip-deliverable-grid p{margin:0;color:#52697b;font-size:14px}
.vc-ai-audit-page .aip-independence-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:54px;align-items:center}
.vc-ai-audit-page .aip-independence-layout h2{margin:0 0 16px;font-size:clamp(34px,3.7vw,49px);line-height:1.08;letter-spacing:-.04em}
.vc-ai-audit-page .aip-independence-layout>div:first-child>p:last-child{color:#52697b;font-size:17px;line-height:1.65}
.vc-ai-audit-page .aip-independence-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.vc-ai-audit-page .aip-independence-grid article{min-height:310px;padding:27px 24px;border-radius:21px;background:#f6f8f8;border:1px solid #dfe5e5}
.vc-ai-audit-page .aip-independence-grid article:last-child{background:linear-gradient(145deg,#071528,#0b3338);border-color:rgba(255,255,255,.12)}
.vc-ai-audit-page .aip-independence-grid span{display:block;margin-bottom:18px;color:#8a5c34;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.vc-ai-audit-page .aip-independence-grid article:last-child span{color:#7aeadf}
.vc-ai-audit-page .aip-independence-grid ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.vc-ai-audit-page .aip-independence-grid li{padding:11px 12px;border-radius:12px;background:#fff;border:1px solid #dfe5e5;color:#28485b;font-weight:800}
.vc-ai-audit-page .aip-independence-grid article:last-child li{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#edf8ff}
.vc-ai-audit-page .aip-path{display:grid;grid-template-columns:repeat(7,minmax(0,auto));gap:14px;align-items:center;margin-bottom:34px}
.vc-ai-audit-page .aip-path article{min-height:178px;padding:22px 18px;border-radius:19px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-ai-audit-page .aip-path article span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:15px;border-radius:50%;background:rgba(84,214,200,.13);border:1px solid rgba(84,214,200,.3);color:#b4fff6;font-size:11px;font-weight:950}
.vc-ai-audit-page .aip-path h3{margin:0 0 8px;color:#fff;font-size:18px}
.vc-ai-audit-page .aip-path p{margin:0;color:#c7d9e6;font-size:13px}
.vc-ai-audit-page .aip-path>strong{color:#65d9cc;font-size:22px;text-align:center}
.vc-ai-audit-page .aip-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-ai-audit-page .aip-next-grid article{display:flex;flex-direction:column;min-height:250px;padding:24px 21px;border-radius:20px;background:#fff;border:1px solid #e0e4e5}
.vc-ai-audit-page .aip-next-grid span{color:var(--aip-accent);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.vc-ai-audit-page .aip-next-grid h3{margin:12px 0 10px;color:var(--aip-ink);font-size:20px;line-height:1.23}
.vc-ai-audit-page .aip-next-grid p{margin:0;color:#52697b;font-size:14px}
.vc-ai-audit-page .aip-next-grid .more{margin-top:auto;padding-top:22px}
.vc-ai-audit-page .aip-faq .faq-item{min-height:188px;border-color:var(--aip-line);box-shadow:0 14px 38px rgba(47,54,61,.055)}
.vc-ai-audit-page .aip-final-cta{background:linear-gradient(110deg,rgba(3,11,22,.98),rgba(3,11,22,.76)),url('../img/photos/audit-ia-pme-hero.webp') center/cover no-repeat;color:#fff}
.vc-ai-audit-page .aip-final-cta .actions{min-width:330px;gap:16px;justify-content:flex-end}
.vc-ai-audit-page .aip-final-cta .actions .btn{white-space:nowrap}
@media(max-width:1120px){
  .vc-ai-audit-page .aip-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:36px}
  .vc-ai-audit-page .aip-hero h1{font-size:clamp(40px,5vw,57px)}
  .vc-ai-audit-page .aip-analysis-grid,.vc-ai-audit-page .aip-deliverable-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .vc-ai-audit-page .aip-analysis-grid span:nth-child(7),.vc-ai-audit-page .aip-deliverable-grid article:last-child{grid-column:auto}
  .vc-ai-audit-page .aip-path{grid-template-columns:1fr}
  .vc-ai-audit-page .aip-path>strong{transform:rotate(90deg)}
}
@media(max-width:980px){
  .vc-ai-audit-page .aip-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-ai-audit-page .aip-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vc-ai-audit-page .aip-hero-panel{justify-self:stretch;width:100%}
  .vc-ai-audit-page .aip-recognition-grid,.vc-ai-audit-page .aip-next-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-ai-audit-page .aip-independence-layout{grid-template-columns:1fr;gap:28px}
  .vc-ai-audit-page .aip-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vc-ai-audit-page .aip-recognition-grid,.vc-ai-audit-page .aip-analysis-grid,.vc-ai-audit-page .aip-deliverable-grid,.vc-ai-audit-page .aip-independence-grid,.vc-ai-audit-page .aip-next-grid{grid-template-columns:1fr}
  .vc-ai-audit-page .aip-recognition-grid article,.vc-ai-audit-page .aip-analysis-grid span,.vc-ai-audit-page .aip-deliverable-grid article,.vc-ai-audit-page .aip-independence-grid article,.vc-ai-audit-page .aip-next-grid article,.vc-ai-audit-page .aip-faq .faq-item{min-height:0}
}
@media(max-width:520px){
  .vc-ai-audit-page .aip-hero{padding:106px 0 64px}
  .vc-ai-audit-page .aip-hero h1{font-size:38px}
  .vc-ai-audit-page .aip-hero .lead{font-size:17px}
  .vc-ai-audit-page .aip-hero .actions .btn,.vc-ai-audit-page .aip-final-cta .actions .btn{width:100%;white-space:normal}
  .vc-ai-audit-page .aip-hero-panel{padding:17px;border-radius:21px}
  .vc-ai-audit-page .aip-hero-panel-head{align-items:flex-start;flex-direction:column}
  .vc-ai-audit-page .aip-hero-panel-list article{grid-template-columns:36px 1fr;padding:10px;min-height:0}
  .vc-ai-audit-page .aip-hero-panel-list .icon{width:36px;height:36px}
  .vc-ai-audit-page .aip-recognition-grid article,.vc-ai-audit-page .aip-deliverable-grid article{padding:21px 18px}
}
@media(prefers-reduced-motion:reduce){
  .vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-head,
  .vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-list article,
  .vc-ai-audit-page [data-vc-hero-reveal="ai-audit"].is-revealed .aip-hero-panel-note{animation:none!important}
}

/* ── Visibilité SEO ── */
.vc-seo-visibility-page{--vse-ink:#071528;--vse-accent:#0c756d;--vse-accent-bright:#57d5c8;--vse-paper:#f5f1e9;--vse-line:#ded9cf}
.vc-seo-visibility-page .vse-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:136px 0 var(--space-section);background:linear-gradient(90deg,rgba(4,12,23,.99) 0%,rgba(4,12,23,.95) 38%,rgba(4,12,23,.59) 62%,rgba(4,12,23,.19) 100%),url('../img/photos/visibilite-seo-hero.webp') center/cover no-repeat}
.vc-seo-visibility-page .vse-hero:after{content:"";position:absolute;inset:auto 0 0;height:112px;background:linear-gradient(0deg,var(--bg),rgba(4,12,23,0));pointer-events:none}
.vc-seo-visibility-page .vse-hero .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:56px;align-items:center}
.vc-seo-visibility-page .vse-hero-copy{min-width:0}
.vc-seo-visibility-page .vse-hero h1{max-width:790px;margin-bottom:22px;font-size:clamp(42px,4.35vw,62px);line-height:1.025;letter-spacing:-.052em}
.vc-seo-visibility-page .vse-hero .lead{max-width:710px;margin:0;color:#d9e6ef;font-size:19px;line-height:1.62}
.vc-seo-visibility-page .vse-hero .actions{gap:16px;margin-top:28px}
.vc-seo-visibility-page .vse-hero-panel{justify-self:end;width:min(454px,100%);padding:22px;border-radius:26px;background:linear-gradient(145deg,rgba(5,18,32,.94),rgba(10,42,47,.9));border:1px solid rgba(101,222,210,.31);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07)}
.vc-seo-visibility-page .vse-hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-seo-visibility-page .vse-hero-panel-head span{color:#cafff8;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.vc-seo-visibility-page .vse-hero-panel-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(87,213,200,.13);border:1px solid rgba(87,213,200,.28);color:#f5fffd;font-size:11px;white-space:nowrap}
.vc-seo-visibility-page .vse-hero-panel-list{display:grid;gap:8px}
.vc-seo-visibility-page .vse-hero-panel-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:65px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.13)}
.vc-seo-visibility-page .vse-hero-panel-list .icon{width:40px;height:40px;padding:9px;border-radius:13px;background:rgba(87,213,200,.11);border:1px solid rgba(87,213,200,.24)}
.vc-seo-visibility-page .vse-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.18}
.vc-seo-visibility-page .vse-hero-panel-list p{margin:0;color:#c9dceb;font-size:12px;line-height:1.4}
.vc-seo-visibility-page .vse-hero-panel-note{margin:13px 0 0;padding:12px 13px;border-radius:15px;background:rgba(3,11,22,.52);border:1px solid rgba(255,255,255,.12);color:#e6f3ff;font-size:12px;font-weight:850;line-height:1.45}
.vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-head{animation:vse-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
.vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-list article:nth-child(1){animation:vse-reveal .38s cubic-bezier(.2,.7,.2,1) .12s both}
.vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-list article:nth-child(2){animation:vse-reveal .38s cubic-bezier(.2,.7,.2,1) .2s both}
.vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-list article:nth-child(3){animation:vse-reveal .38s cubic-bezier(.2,.7,.2,1) .28s both}
.vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-list article:nth-child(4){animation:vse-reveal .38s cubic-bezier(.2,.7,.2,1) .36s both}
.vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-list article:nth-child(5){animation:vse-reveal .38s cubic-bezier(.2,.7,.2,1) .44s both}
.vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-note{animation:vse-reveal .38s cubic-bezier(.2,.7,.2,1) .52s both}
@keyframes vse-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.vc-seo-visibility-page .vse-frictions,.vc-seo-visibility-page .vse-deliverables,.vc-seo-visibility-page .vse-faq{background:var(--vse-paper)}
.vc-seo-visibility-page .vse-truth{background:#fff;color:var(--ink)}
.vc-seo-visibility-page .vse-friction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.vc-seo-visibility-page .vse-friction-grid article{min-height:222px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--vse-line);box-shadow:0 17px 44px rgba(46,53,58,.06)}
.vc-seo-visibility-page .vse-friction-grid span,.vc-seo-visibility-page .vse-deliverable-grid span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:20px;border-radius:14px;background:#e7f3f1;border:1px solid #c9e4df;color:var(--vse-accent);font-size:12px;font-weight:950}
.vc-seo-visibility-page .vse-friction-grid h3,.vc-seo-visibility-page .vse-deliverable-grid h3{margin:0 0 10px;color:var(--vse-ink);font-size:19px;line-height:1.24}
.vc-seo-visibility-page .vse-friction-grid p,.vc-seo-visibility-page .vse-deliverable-grid p{margin:0;color:#52697b;font-size:14px}
.vc-seo-visibility-page .vse-analysis .section-head p,.vc-seo-visibility-page .vse-path .section-head p{color:#c7d9e6}
.vc-seo-visibility-page .vse-analysis-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.vc-seo-visibility-page .vse-analysis-grid article{min-height:218px;padding:23px 20px;border-radius:19px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-seo-visibility-page .vse-analysis-grid .icon{width:42px;height:42px;margin-bottom:18px;padding:9px;border-radius:14px;background:rgba(87,213,200,.1);border:1px solid rgba(87,213,200,.24)}
.vc-seo-visibility-page .vse-analysis-grid h3{margin:0 0 9px;color:#fff;font-size:18px;line-height:1.23}
.vc-seo-visibility-page .vse-analysis-grid p{margin:0;color:#c7d9e6;font-size:13px}
.vc-seo-visibility-page .vse-deliverable-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.vc-seo-visibility-page .vse-deliverable-grid article{min-height:224px;padding:24px 21px;border-radius:20px;background:#fff;border:1px solid var(--vse-line);box-shadow:0 17px 44px rgba(46,53,58,.055)}
.vc-seo-visibility-page .vse-section-note{max-width:920px;margin:26px auto 0;padding:16px 18px;border-radius:16px;background:#e7f3f1;border:1px solid #c9e4df;color:#315d60;font-size:13px;font-weight:750;text-align:center}
.vc-seo-visibility-page .vse-truth-layout{display:grid;grid-template-columns:.76fr 1.24fr;gap:54px;align-items:center}
.vc-seo-visibility-page .vse-truth-layout h2{margin:0 0 16px;font-size:clamp(34px,3.7vw,49px);line-height:1.08;letter-spacing:-.04em}
.vc-seo-visibility-page .vse-truth-layout>div:first-child>p:last-child{color:#52697b;font-size:17px;line-height:1.65}
.vc-seo-visibility-page .vse-truth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.vc-seo-visibility-page .vse-truth-grid article{min-height:310px;padding:27px 24px;border-radius:21px;background:#f6f8f8;border:1px solid #dfe5e5}
.vc-seo-visibility-page .vse-truth-grid article:last-child{background:linear-gradient(145deg,#071528,#0b3338);border-color:rgba(255,255,255,.12)}
.vc-seo-visibility-page .vse-truth-grid span{display:block;margin-bottom:18px;color:#8a5c34;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.vc-seo-visibility-page .vse-truth-grid article:last-child span{color:#7aeadf}
.vc-seo-visibility-page .vse-truth-grid ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.vc-seo-visibility-page .vse-truth-grid li{padding:11px 12px;border-radius:12px;background:#fff;border:1px solid #dfe5e5;color:#28485b;font-weight:800}
.vc-seo-visibility-page .vse-truth-grid article:last-child li{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#edf8ff}
.vc-seo-visibility-page .vse-path-flow{display:grid;grid-template-columns:repeat(7,minmax(0,auto));gap:14px;align-items:center;margin-bottom:34px}
.vc-seo-visibility-page .vse-path-flow article{min-height:178px;padding:22px 18px;border-radius:19px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-seo-visibility-page .vse-path-flow article span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:15px;border-radius:50%;background:rgba(87,213,200,.13);border:1px solid rgba(87,213,200,.3);color:#b4fff6;font-size:11px;font-weight:950}
.vc-seo-visibility-page .vse-path-flow h3{margin:0 0 8px;color:#fff;font-size:18px}
.vc-seo-visibility-page .vse-path-flow p{margin:0;color:#c7d9e6;font-size:13px}
.vc-seo-visibility-page .vse-path-flow>strong{color:#65d9cc;font-size:22px;text-align:center}
.vc-seo-visibility-page .vse-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-seo-visibility-page .vse-next-grid article{display:flex;flex-direction:column;min-height:265px;padding:24px 21px;border-radius:20px;background:#fff;border:1px solid #e0e4e5}
.vc-seo-visibility-page .vse-next-grid .vse-next-primary{background:linear-gradient(145deg,#eaf8f6,#fff);border-color:#9ddbd3}
.vc-seo-visibility-page .vse-next-grid span{color:var(--vse-accent);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.vc-seo-visibility-page .vse-next-grid h3{margin:12px 0 10px;color:var(--vse-ink);font-size:20px;line-height:1.23}
.vc-seo-visibility-page .vse-next-grid p{margin:0;color:#52697b;font-size:14px}
.vc-seo-visibility-page .vse-next-grid .more{margin-top:auto;padding-top:22px}
.vc-seo-visibility-page .vse-faq .faq-item{min-height:188px;border-color:var(--vse-line);box-shadow:0 14px 38px rgba(47,54,61,.055)}
.vc-seo-visibility-page .vse-final-cta{background:linear-gradient(110deg,rgba(3,11,22,.98),rgba(3,11,22,.74)),url('../img/photos/visibilite-seo-hero.webp') center/cover no-repeat;color:#fff}
.vc-seo-visibility-page .vse-final-cta .actions{min-width:330px;gap:16px;justify-content:flex-end}
.vc-seo-visibility-page .vse-final-cta .actions .btn{white-space:nowrap}
@media(max-width:1120px){
  .vc-seo-visibility-page .vse-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:36px}
  .vc-seo-visibility-page .vse-hero h1{font-size:clamp(40px,4.8vw,56px)}
  .vc-seo-visibility-page .vse-analysis-grid,.vc-seo-visibility-page .vse-deliverable-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .vc-seo-visibility-page .vse-path-flow{grid-template-columns:1fr}
  .vc-seo-visibility-page .vse-path-flow>strong{transform:rotate(90deg)}
}
@media(max-width:980px){
  .vc-seo-visibility-page .vse-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-seo-visibility-page .vse-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vc-seo-visibility-page .vse-hero-panel{justify-self:stretch;width:100%}
  .vc-seo-visibility-page .vse-friction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-seo-visibility-page .vse-friction-grid article{grid-column:auto}
  .vc-seo-visibility-page .vse-truth-layout{grid-template-columns:1fr;gap:28px}
  .vc-seo-visibility-page .vse-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vc-seo-visibility-page .vse-friction-grid,.vc-seo-visibility-page .vse-analysis-grid,.vc-seo-visibility-page .vse-deliverable-grid,.vc-seo-visibility-page .vse-truth-grid,.vc-seo-visibility-page .vse-next-grid{grid-template-columns:1fr}
  .vc-seo-visibility-page .vse-friction-grid article,.vc-seo-visibility-page .vse-analysis-grid article,.vc-seo-visibility-page .vse-deliverable-grid article,.vc-seo-visibility-page .vse-truth-grid article,.vc-seo-visibility-page .vse-next-grid article,.vc-seo-visibility-page .vse-faq .faq-item{min-height:0}
}
@media(max-width:520px){
  .vc-seo-visibility-page .vse-hero{padding:106px 0 64px}
  .vc-seo-visibility-page .vse-hero h1{font-size:37px}
  .vc-seo-visibility-page .vse-hero .lead{font-size:17px}
  .vc-seo-visibility-page .vse-hero .actions .btn,.vc-seo-visibility-page .vse-final-cta .actions .btn{width:100%;white-space:normal}
  .vc-seo-visibility-page .vse-hero-panel{padding:17px;border-radius:21px}
  .vc-seo-visibility-page .vse-hero-panel-head{align-items:flex-start;flex-direction:column}
  .vc-seo-visibility-page .vse-hero-panel-list article{grid-template-columns:36px 1fr;padding:10px;min-height:0}
  .vc-seo-visibility-page .vse-hero-panel-list .icon{width:36px;height:36px}
  .vc-seo-visibility-page .vse-friction-grid article,.vc-seo-visibility-page .vse-deliverable-grid article{padding:21px 18px}
}
@media(prefers-reduced-motion:reduce){
  .vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-head,
  .vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-list article,
  .vc-seo-visibility-page [data-vc-hero-reveal="seo-visibility"].is-revealed .vse-hero-panel-note{animation:none!important}
}

/* ── Présence Web IA — présence vivante ── */
.vc-living-presence-page{--pwi-ink:#071528;--pwi-accent:#0c756d;--pwi-bright:#65dfd2;--pwi-paper:#f5f0e7;--pwi-line:#ded8cd}
.vc-living-presence-page .pwi-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:136px 0 var(--space-section);background:linear-gradient(90deg,rgba(4,12,23,.99) 0%,rgba(4,12,23,.95) 39%,rgba(4,12,23,.55) 61%,rgba(4,12,23,.12) 100%),url('../img/photos/presence-web-ia-hero.webp') center/cover no-repeat}
.vc-living-presence-page .pwi-hero:after{content:"";position:absolute;inset:auto 0 0;height:112px;background:linear-gradient(0deg,var(--bg),rgba(4,12,23,0));pointer-events:none}
.vc-living-presence-page .pwi-hero .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:56px;align-items:center}
.vc-living-presence-page .pwi-hero-copy{min-width:0}
.vc-living-presence-page .pwi-hero h1{max-width:780px;margin-bottom:22px;font-size:clamp(44px,4.5vw,64px);line-height:1.02;letter-spacing:-.052em}
.vc-living-presence-page .pwi-hero .lead{max-width:710px;margin:0;color:#d9e6ef;font-size:19px;line-height:1.62}
.vc-living-presence-page .pwi-hero .actions{gap:16px;margin-top:28px}
.vc-living-presence-page .pwi-hero-panel{justify-self:end;width:min(454px,100%);padding:22px;border-radius:26px;background:linear-gradient(145deg,rgba(5,18,32,.94),rgba(10,48,46,.9));border:1px solid rgba(101,223,210,.31);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07)}
.vc-living-presence-page .pwi-hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-living-presence-page .pwi-hero-panel-head span{color:#cafff8;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.vc-living-presence-page .pwi-hero-panel-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(101,223,210,.13);border:1px solid rgba(101,223,210,.28);color:#f5fffd;font-size:11px;white-space:nowrap}
.vc-living-presence-page .pwi-hero-panel-list{display:grid;gap:8px}
.vc-living-presence-page .pwi-hero-panel-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:65px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.13)}
.vc-living-presence-page .pwi-hero-panel-list .icon{width:40px;height:40px;padding:9px;border-radius:13px;background:rgba(101,223,210,.11);border:1px solid rgba(101,223,210,.24)}
.vc-living-presence-page .pwi-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.18}
.vc-living-presence-page .pwi-hero-panel-list p{margin:0;color:#c9dceb;font-size:12px;line-height:1.4}
.vc-living-presence-page .pwi-hero-panel-note{margin:13px 0 0;padding:12px 13px;border-radius:15px;background:rgba(3,11,22,.52);border:1px solid rgba(255,255,255,.12);color:#e6f3ff;font-size:12px;font-weight:850;line-height:1.45}
.vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-head{animation:pwi-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
.vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-list article:nth-child(1){animation:pwi-reveal .38s cubic-bezier(.2,.7,.2,1) .12s both}
.vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-list article:nth-child(2){animation:pwi-reveal .38s cubic-bezier(.2,.7,.2,1) .2s both}
.vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-list article:nth-child(3){animation:pwi-reveal .38s cubic-bezier(.2,.7,.2,1) .28s both}
.vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-list article:nth-child(4){animation:pwi-reveal .38s cubic-bezier(.2,.7,.2,1) .36s both}
.vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-list article:nth-child(5){animation:pwi-reveal .38s cubic-bezier(.2,.7,.2,1) .44s both}
.vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-note{animation:pwi-reveal .38s cubic-bezier(.2,.7,.2,1) .52s both}
@keyframes pwi-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.vc-living-presence-page .pwi-obsolescence,.vc-living-presence-page .pwi-human,.vc-living-presence-page .pwi-continuity,.vc-living-presence-page .pwi-faq{background:var(--pwi-paper)}
.vc-living-presence-page .pwi-obsolescence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.vc-living-presence-page .pwi-obsolescence-grid article{min-height:224px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--pwi-line);box-shadow:0 17px 44px rgba(46,53,58,.06)}
.vc-living-presence-page .pwi-obsolescence-grid span,.vc-living-presence-page .pwi-human-grid span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:20px;border-radius:14px;background:#e5f3f0;border:1px solid #c5e4de;color:var(--pwi-accent);font-size:12px;font-weight:950}
.vc-living-presence-page .pwi-obsolescence-grid h3,.vc-living-presence-page .pwi-human-grid h3{margin:0 0 10px;color:var(--pwi-ink);font-size:19px;line-height:1.24}
.vc-living-presence-page .pwi-obsolescence-grid p,.vc-living-presence-page .pwi-human-grid p{margin:0;color:#52697b;font-size:14px}
.vc-living-presence-page .pwi-facilitate .section-head p,.vc-living-presence-page .pwi-progression .section-head p{color:#c7d9e6}
.vc-living-presence-page .pwi-facilitate-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.vc-living-presence-page .pwi-facilitate-grid article{min-height:226px;padding:24px 21px;border-radius:20px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-living-presence-page .pwi-facilitate-grid .icon{width:44px;height:44px;margin-bottom:18px;padding:10px;border-radius:14px;background:rgba(101,223,210,.11);border:1px solid rgba(101,223,210,.25)}
.vc-living-presence-page .pwi-facilitate-grid h3{margin:0 0 9px;color:#fff;font-size:19px}
.vc-living-presence-page .pwi-facilitate-grid p{margin:0;color:#c7d9e6;font-size:14px}
.vc-living-presence-page .pwi-section-note{max-width:920px;margin:26px auto 0;padding:16px 18px;border-radius:16px;background:rgba(101,223,210,.09);border:1px solid rgba(101,223,210,.24);color:#d6f2ee;font-size:13px;font-weight:750;text-align:center}
.vc-living-presence-page .pwi-human-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:52px;align-items:start}
.vc-living-presence-page .pwi-human-layout>div:first-child{position:sticky;top:118px}
.vc-living-presence-page .pwi-human-layout h2{margin:0 0 16px;font-size:clamp(34px,3.7vw,49px);line-height:1.08;letter-spacing:-.04em}
.vc-living-presence-page .pwi-human-layout>div:first-child>p:last-child{color:#52697b;font-size:17px;line-height:1.65}
.vc-living-presence-page .pwi-human-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}
.vc-living-presence-page .pwi-human-grid article{min-height:230px;padding:24px 21px;border-radius:20px;background:#fff;border:1px solid var(--pwi-line);box-shadow:0 17px 44px rgba(46,53,58,.055)}
.vc-living-presence-page .pwi-progression-flow{display:flex;gap:12px;align-items:stretch}
.vc-living-presence-page .pwi-progression-flow article{flex:1;min-width:0;min-height:226px;padding:22px 18px;border-radius:19px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-living-presence-page .pwi-progression-flow article span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:15px;border-radius:50%;background:rgba(101,223,210,.13);border:1px solid rgba(101,223,210,.3);color:#bafff6;font-size:11px;font-weight:950}
.vc-living-presence-page .pwi-progression-flow h3{margin:0 0 8px;color:#fff;font-size:18px;line-height:1.23}
.vc-living-presence-page .pwi-progression-flow p{margin:0;color:#c7d9e6;font-size:13px}
.vc-living-presence-page .pwi-progression-flow>strong{display:grid;place-items:center;color:var(--pwi-bright);font-size:22px}
.vc-living-presence-page .pwi-continuity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.vc-living-presence-page .pwi-continuity-grid article{display:flex;flex-direction:column;min-height:286px;padding:24px 21px;border-radius:20px;background:#fff;border:1px solid var(--pwi-line)}
.vc-living-presence-page .pwi-continuity-grid .pwi-continuity-primary{background:linear-gradient(145deg,#e8f7f4,#fff);border-color:#91d5cb}
.vc-living-presence-page .pwi-continuity-grid span{color:var(--pwi-accent);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.vc-living-presence-page .pwi-continuity-grid h3{margin:12px 0 10px;color:var(--pwi-ink);font-size:20px;line-height:1.23}
.vc-living-presence-page .pwi-continuity-grid p{margin:0;color:#52697b;font-size:14px}
.vc-living-presence-page .pwi-continuity-grid .more{margin-top:auto;padding-top:22px}
.vc-living-presence-page .pwi-faq .faq-item{min-height:188px;border-color:var(--pwi-line);box-shadow:0 14px 38px rgba(47,54,61,.055)}
.vc-living-presence-page .pwi-final-cta{background:linear-gradient(110deg,rgba(3,11,22,.98),rgba(3,11,22,.72)),url('../img/photos/presence-web-ia-hero.webp') center/cover no-repeat;color:#fff}
.vc-living-presence-page .pwi-final-cta .actions{min-width:330px;gap:16px;justify-content:flex-end}
.vc-living-presence-page .pwi-final-cta .actions .btn{white-space:nowrap}
@media(max-width:1120px){
  .vc-living-presence-page .pwi-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:36px}
  .vc-living-presence-page .pwi-hero h1{font-size:clamp(40px,4.8vw,56px)}
  .vc-living-presence-page .pwi-progression-flow{display:grid;grid-template-columns:1fr}
  .vc-living-presence-page .pwi-progression-flow>strong{transform:rotate(90deg)}
  .vc-living-presence-page .pwi-continuity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .vc-living-presence-page .pwi-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-living-presence-page .pwi-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vc-living-presence-page .pwi-hero-panel{justify-self:stretch;width:100%}
  .vc-living-presence-page .pwi-human-layout{grid-template-columns:1fr;gap:28px}
  .vc-living-presence-page .pwi-human-layout>div:first-child{position:static}
  .vc-living-presence-page .pwi-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vc-living-presence-page .pwi-obsolescence-grid,.vc-living-presence-page .pwi-facilitate-grid,.vc-living-presence-page .pwi-human-grid,.vc-living-presence-page .pwi-continuity-grid{grid-template-columns:1fr}
  .vc-living-presence-page .pwi-obsolescence-grid article,.vc-living-presence-page .pwi-facilitate-grid article,.vc-living-presence-page .pwi-human-grid article,.vc-living-presence-page .pwi-progression-flow article,.vc-living-presence-page .pwi-continuity-grid article,.vc-living-presence-page .pwi-faq .faq-item{min-height:0}
}
@media(max-width:520px){
  .vc-living-presence-page .pwi-hero{padding:106px 0 64px}
  .vc-living-presence-page .pwi-hero h1{font-size:38px}
  .vc-living-presence-page .pwi-hero .lead{font-size:17px}
  .vc-living-presence-page .pwi-hero .actions .btn,.vc-living-presence-page .pwi-final-cta .actions .btn{width:100%;white-space:normal}
  .vc-living-presence-page .pwi-hero-panel{padding:17px;border-radius:21px}
  .vc-living-presence-page .pwi-hero-panel-head{align-items:flex-start;flex-direction:column}
  .vc-living-presence-page .pwi-hero-panel-list article{grid-template-columns:36px 1fr;padding:10px;min-height:0}
  .vc-living-presence-page .pwi-hero-panel-list .icon{width:36px;height:36px}
}
@media(prefers-reduced-motion:reduce){
  .vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-head,
  .vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-list article,
  .vc-living-presence-page [data-vc-hero-reveal="living-presence"].is-revealed .pwi-hero-panel-note{animation:none!important}
}

/* ── Plateforme Éditoriale IA — production durable ── */
.vc-editorial-production-page{--pei-ink:#121427;--pei-accent:#70415f;--pei-bright:#d7a8c5;--pei-teal:#55c8bc;--pei-paper:#f7f1e8;--pei-line:#e2d7ca}
.vc-editorial-production-page .pei-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:136px 0 var(--space-section);background:linear-gradient(90deg,rgba(7,10,22,.99) 0%,rgba(7,10,22,.95) 38%,rgba(7,10,22,.55) 62%,rgba(7,10,22,.12) 100%),url('../img/photos/plateforme-editoriale-ia-hero.webp') center/cover no-repeat}
.vc-editorial-production-page .pei-hero:after{content:"";position:absolute;inset:auto 0 0;height:112px;background:linear-gradient(0deg,var(--bg),rgba(7,10,22,0));pointer-events:none}
.vc-editorial-production-page .pei-hero .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:56px;align-items:center}
.vc-editorial-production-page .pei-hero-copy{min-width:0}
.vc-editorial-production-page .pei-hero h1{max-width:790px;margin-bottom:22px;font-size:clamp(44px,4.45vw,64px);line-height:1.02;letter-spacing:-.052em}
.vc-editorial-production-page .pei-hero .lead{max-width:720px;margin:0;color:#e4e0e7;font-size:19px;line-height:1.62}
.vc-editorial-production-page .pei-hero .actions{gap:16px;margin-top:28px}
.vc-editorial-production-page .pei-hero-panel{justify-self:end;width:min(458px,100%);padding:22px;border-radius:26px;background:linear-gradient(145deg,rgba(15,16,34,.95),rgba(55,29,49,.91));border:1px solid rgba(215,168,197,.32);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.07)}
.vc-editorial-production-page .pei-hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-editorial-production-page .pei-hero-panel-head span{color:#f4d5e7;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.vc-editorial-production-page .pei-hero-panel-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(85,200,188,.12);border:1px solid rgba(85,200,188,.29);color:#eafffc;font-size:11px;white-space:nowrap}
.vc-editorial-production-page .pei-hero-panel-list{display:grid;gap:8px}
.vc-editorial-production-page .pei-hero-panel-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:65px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.13)}
.vc-editorial-production-page .pei-hero-panel-list .icon{width:40px;height:40px;padding:9px;border-radius:13px;background:rgba(215,168,197,.11);border:1px solid rgba(215,168,197,.25)}
.vc-editorial-production-page .pei-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.18}
.vc-editorial-production-page .pei-hero-panel-list p{margin:0;color:#d9d4dd;font-size:12px;line-height:1.4}
.vc-editorial-production-page .pei-hero-panel-note{margin:13px 0 0;padding:12px 13px;border-radius:15px;background:rgba(4,7,17,.53);border:1px solid rgba(255,255,255,.12);color:#f3e9ef;font-size:12px;font-weight:850;line-height:1.45}
@keyframes pei-reveal{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
.vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-head{animation:pei-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
.vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-list article:nth-child(1){animation:pei-reveal .38s cubic-bezier(.2,.7,.2,1) .12s both}
.vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-list article:nth-child(2){animation:pei-reveal .38s cubic-bezier(.2,.7,.2,1) .2s both}
.vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-list article:nth-child(3){animation:pei-reveal .38s cubic-bezier(.2,.7,.2,1) .28s both}
.vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-list article:nth-child(4){animation:pei-reveal .38s cubic-bezier(.2,.7,.2,1) .36s both}
.vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-list article:nth-child(5){animation:pei-reveal .38s cubic-bezier(.2,.7,.2,1) .44s both}
.vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-note{animation:pei-reveal .38s cubic-bezier(.2,.7,.2,1) .52s both}
.vc-editorial-production-page .pei-frictions,.vc-editorial-production-page .pei-journey,.vc-editorial-production-page .pei-start,.vc-editorial-production-page .pei-outcomes,.vc-editorial-production-page .pei-faq,.vc-editorial-production-page .pei-bridges{background:var(--pei-paper)}
.vc-editorial-production-page .pei-friction-grid,.vc-editorial-production-page .pei-organize-grid,.vc-editorial-production-page .pei-reuse-grid,.vc-editorial-production-page .pei-limits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.vc-editorial-production-page .pei-friction-grid article,.vc-editorial-production-page .pei-limits-grid article{min-height:220px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--pei-line);box-shadow:0 17px 44px rgba(54,39,49,.055)}
.vc-editorial-production-page .pei-friction-grid span,.vc-editorial-production-page .pei-human-grid span,.vc-editorial-production-page .pei-start-grid span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:19px;border-radius:14px;background:#f2e4eb;border:1px solid #dfc2d3;color:var(--pei-accent);font-size:12px;font-weight:950}
.vc-editorial-production-page .pei-friction-grid h3,.vc-editorial-production-page .pei-limits-grid h3{margin:0 0 10px;color:var(--pei-ink);font-size:19px;line-height:1.24}
.vc-editorial-production-page .pei-friction-grid p,.vc-editorial-production-page .pei-limits-grid p{margin:0;color:#5e6374;font-size:14px}
.vc-editorial-production-page .pei-organize .section-head p,.vc-editorial-production-page .pei-human .section-head p{color:#d5d6e0}
.vc-editorial-production-page .pei-organize-grid article{min-height:228px;padding:24px 21px;border-radius:20px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-editorial-production-page .pei-organize-grid .icon{width:44px;height:44px;margin-bottom:18px;padding:10px;border-radius:14px;background:rgba(215,168,197,.11);border:1px solid rgba(215,168,197,.25)}
.vc-editorial-production-page .pei-organize-grid h3{margin:0 0 9px;color:#fff;font-size:19px}
.vc-editorial-production-page .pei-organize-grid p{margin:0;color:#d5d6e0;font-size:14px}
.vc-editorial-production-page .pei-section-note{max-width:950px;margin:26px auto 0;padding:16px 18px;border-radius:16px;background:rgba(85,200,188,.09);border:1px solid rgba(85,200,188,.23);color:#dbf5f2;font-size:13px;font-weight:750;text-align:center}
.vc-editorial-production-page .pei-journey-flow{display:flex;gap:9px;align-items:stretch}
.vc-editorial-production-page .pei-journey-flow article{flex:1;min-width:0;min-height:252px;padding:21px 16px;border-radius:19px;background:#fff;border:1px solid var(--pei-line);box-shadow:0 14px 36px rgba(54,39,49,.045)}
.vc-editorial-production-page .pei-journey-flow article span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:15px;border-radius:50%;background:#f2e4eb;border:1px solid #dfc2d3;color:var(--pei-accent);font-size:11px;font-weight:950}
.vc-editorial-production-page .pei-journey-flow h3{margin:0 0 8px;color:var(--pei-ink);font-size:17px;line-height:1.23}
.vc-editorial-production-page .pei-journey-flow p{margin:0;color:#5e6374;font-size:13px}
.vc-editorial-production-page .pei-journey-flow>strong{display:grid;place-items:center;color:var(--pei-accent);font-size:19px}
.vc-editorial-production-page .pei-reuse{background:#fff}
.vc-editorial-production-page .pei-reuse-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:52px;align-items:start}
.vc-editorial-production-page .pei-reuse-layout>div:first-child{position:sticky;top:118px}
.vc-editorial-production-page .pei-reuse-layout h2,.vc-editorial-production-page .pei-outcomes-layout h2{margin:0 0 16px;font-size:clamp(34px,3.7vw,49px);line-height:1.08;letter-spacing:-.04em}
.vc-editorial-production-page .pei-reuse-layout>div:first-child>p:last-child,.vc-editorial-production-page .pei-outcomes-layout>div:first-child>p:last-child{color:#5e6374;font-size:17px;line-height:1.65}
.vc-editorial-production-page .pei-reuse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.vc-editorial-production-page .pei-reuse-grid article{min-height:183px;padding:23px 20px;border-radius:19px;background:var(--pei-paper);border:1px solid var(--pei-line)}
.vc-editorial-production-page .pei-reuse-grid h3{margin:0 0 9px;color:var(--pei-ink);font-size:18px}
.vc-editorial-production-page .pei-reuse-grid p{margin:0;color:#5e6374;font-size:14px}
.vc-editorial-production-page .pei-human-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.vc-editorial-production-page .pei-human-grid article{min-height:236px;padding:24px 21px;border-radius:20px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-editorial-production-page .pei-human-grid span{background:rgba(215,168,197,.11);border-color:rgba(215,168,197,.25);color:#f1cade}
.vc-editorial-production-page .pei-human-grid h3{margin:0 0 9px;color:#fff;font-size:19px}
.vc-editorial-production-page .pei-human-grid p{margin:0;color:#d5d6e0;font-size:14px}
.vc-editorial-production-page .pei-start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.vc-editorial-production-page .pei-start-grid article{display:flex;flex-direction:column;min-height:296px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--pei-line)}
.vc-editorial-production-page .pei-start-grid h3{margin:0 0 10px;color:var(--pei-ink);font-size:21px}
.vc-editorial-production-page .pei-start-grid p{margin:0;color:#5e6374;font-size:14px}
.vc-editorial-production-page .pei-start-grid strong{margin-top:auto;padding-top:20px;color:var(--pei-accent);font-size:13px;line-height:1.5}
.vc-editorial-production-page .pei-outcomes-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:50px;align-items:start}
.vc-editorial-production-page .pei-outcome-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.vc-editorial-production-page .pei-outcome-list li{position:relative;min-height:80px;padding:18px 17px 18px 48px;border-radius:16px;background:#fff;border:1px solid var(--pei-line);color:var(--pei-ink);font-size:14px;font-weight:800}
.vc-editorial-production-page .pei-outcome-list li:before{content:"✓";position:absolute;left:17px;top:17px;display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#e4f4f1;color:#16776e;font-size:12px;font-weight:950}
.vc-editorial-production-page .pei-outcomes-note{margin:28px 0 0;padding:17px 19px;border-radius:17px;background:#f0e4eb;border:1px solid #dfc2d3;color:#4d3343;font-size:13px;font-weight:760}
.vc-editorial-production-page .pei-limits{background:#fff}
.vc-editorial-production-page .pei-limits-grid article{background:var(--pei-paper)}
.vc-editorial-production-page .pei-faq .faq-item{min-height:194px;border-color:var(--pei-line);box-shadow:0 14px 38px rgba(54,39,49,.05)}
.vc-editorial-production-page .pei-bridge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.vc-editorial-production-page .pei-bridge-grid article{display:flex;flex-direction:column;min-height:286px;padding:24px 21px;border-radius:20px;background:#fff;border:1px solid var(--pei-line)}
.vc-editorial-production-page .pei-bridge-grid .pei-bridge-primary{background:linear-gradient(145deg,#f1e4eb,#fff);border-color:#cfa6bd}
.vc-editorial-production-page .pei-bridge-grid span{color:var(--pei-accent);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.vc-editorial-production-page .pei-bridge-grid h3{margin:12px 0 10px;color:var(--pei-ink);font-size:20px;line-height:1.23}
.vc-editorial-production-page .pei-bridge-grid p{margin:0;color:#5e6374;font-size:14px}
.vc-editorial-production-page .pei-bridge-grid .more{margin-top:auto;padding-top:22px}
.vc-editorial-production-page .pei-final-cta{background:linear-gradient(110deg,rgba(7,10,22,.98),rgba(7,10,22,.7)),url('../img/photos/plateforme-editoriale-ia-hero.webp') center/cover no-repeat;color:#fff}
.vc-editorial-production-page .pei-final-cta .actions{min-width:360px;gap:16px;justify-content:flex-end}
.vc-editorial-production-page .pei-final-cta .actions .btn{white-space:nowrap}
@media(max-width:1120px){
  .vc-editorial-production-page .pei-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:34px}
  .vc-editorial-production-page .pei-hero h1{font-size:clamp(39px,4.7vw,55px)}
  .vc-editorial-production-page .pei-journey-flow{display:grid;grid-template-columns:1fr}
  .vc-editorial-production-page .pei-journey-flow>strong{transform:rotate(90deg)}
  .vc-editorial-production-page .pei-human-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .vc-editorial-production-page .pei-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-editorial-production-page .pei-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vc-editorial-production-page .pei-hero-panel{justify-self:stretch;width:100%}
  .vc-editorial-production-page .pei-reuse-layout,.vc-editorial-production-page .pei-outcomes-layout{grid-template-columns:1fr;gap:28px}
  .vc-editorial-production-page .pei-reuse-layout>div:first-child{position:static}
  .vc-editorial-production-page .pei-start-grid,.vc-editorial-production-page .pei-bridge-grid{grid-template-columns:1fr}
  .vc-editorial-production-page .pei-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vc-editorial-production-page .pei-friction-grid,.vc-editorial-production-page .pei-organize-grid,.vc-editorial-production-page .pei-reuse-grid,.vc-editorial-production-page .pei-human-grid,.vc-editorial-production-page .pei-outcome-list,.vc-editorial-production-page .pei-limits-grid{grid-template-columns:1fr}
  .vc-editorial-production-page .pei-friction-grid article,.vc-editorial-production-page .pei-organize-grid article,.vc-editorial-production-page .pei-reuse-grid article,.vc-editorial-production-page .pei-human-grid article,.vc-editorial-production-page .pei-journey-flow article,.vc-editorial-production-page .pei-start-grid article,.vc-editorial-production-page .pei-limits-grid article,.vc-editorial-production-page .pei-bridge-grid article,.vc-editorial-production-page .pei-faq .faq-item{min-height:0}
}
@media(max-width:520px){
  .vc-editorial-production-page .pei-hero{padding:106px 0 64px}
  .vc-editorial-production-page .pei-hero h1{font-size:37px}
  .vc-editorial-production-page .pei-hero .lead{font-size:17px}
  .vc-editorial-production-page .pei-hero .actions .btn,.vc-editorial-production-page .pei-final-cta .actions .btn{width:100%;white-space:normal}
  .vc-editorial-production-page .pei-hero-panel{padding:17px;border-radius:21px}
  .vc-editorial-production-page .pei-hero-panel-head{align-items:flex-start;flex-direction:column}
  .vc-editorial-production-page .pei-hero-panel-list article{grid-template-columns:36px 1fr;padding:10px;min-height:0}
  .vc-editorial-production-page .pei-hero-panel-list .icon{width:36px;height:36px}
}
@media(prefers-reduced-motion:reduce){
  .vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-head,
  .vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-list article,
  .vc-editorial-production-page [data-vc-hero-reveal="editorial-production"].is-revealed .pei-hero-panel-note{animation:none}
}

/* ── Application métier — outil adapté à l'activité ── */
.vc-business-app-page{--bam-ink:#09162b;--bam-indigo:#4457a6;--bam-indigo-bright:#7f91e4;--bam-copper:#b8774c;--bam-teal:#43c4b8;--bam-mineral:#f2f1ed;--bam-paper:#faf8f3;--bam-line:#dcd9d1}
.vc-business-app-page .bam-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:136px 0 var(--space-section);background:linear-gradient(90deg,rgba(4,11,25,.99) 0%,rgba(4,11,25,.95) 39%,rgba(4,11,25,.57) 63%,rgba(4,11,25,.13) 100%),url('../img/photos/application-metier-hero.webp') center/cover no-repeat}
.vc-business-app-page .bam-hero:after{content:"";position:absolute;inset:auto 0 0;height:112px;background:linear-gradient(0deg,var(--bg),rgba(4,11,25,0));pointer-events:none}
.vc-business-app-page .bam-hero .hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(400px,.94fr);gap:54px;align-items:center}
.vc-business-app-page .bam-hero-copy{min-width:0}
.vc-business-app-page .bam-hero h1{max-width:750px;margin-bottom:22px;font-size:clamp(44px,4.65vw,66px);line-height:1.02;letter-spacing:-.052em}
.vc-business-app-page .bam-hero .lead{max-width:710px;margin:0;color:#d9e3f0;font-size:19px;line-height:1.62}
.vc-business-app-page .bam-hero .actions{gap:16px;margin-top:28px}
.vc-business-app-page .bam-hero-panel{justify-self:end;width:min(466px,100%);padding:22px;border-radius:26px;background:linear-gradient(145deg,rgba(8,20,42,.95),rgba(38,43,78,.92));border:1px solid rgba(127,145,228,.35);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.49),inset 0 1px 0 rgba(255,255,255,.07)}
.vc-business-app-page .bam-hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-business-app-page .bam-hero-panel-head span{color:#dce2ff;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.vc-business-app-page .bam-hero-panel-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(184,119,76,.15);border:1px solid rgba(226,160,113,.35);color:#fff3e9;font-size:11px;white-space:nowrap}
.vc-business-app-page .bam-hero-panel-list{display:grid;gap:8px}
.vc-business-app-page .bam-hero-panel-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:65px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.13)}
.vc-business-app-page .bam-hero-panel-list .icon{width:40px;height:40px;padding:9px;border-radius:13px;background:rgba(127,145,228,.13);border:1px solid rgba(127,145,228,.28)}
.vc-business-app-page .bam-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.18}
.vc-business-app-page .bam-hero-panel-list p{margin:0;color:#d3dceb;font-size:12px;line-height:1.4}
.vc-business-app-page .bam-hero-panel-note{margin:13px 0 0;padding:12px 13px;border-radius:15px;background:rgba(3,9,20,.52);border:1px solid rgba(255,255,255,.12);color:#eef2ff;font-size:12px;font-weight:850;line-height:1.45}
@keyframes bam-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-head{animation:bam-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
.vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-list article:nth-child(1){animation:bam-reveal .38s cubic-bezier(.2,.7,.2,1) .12s both}
.vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-list article:nth-child(2){animation:bam-reveal .38s cubic-bezier(.2,.7,.2,1) .2s both}
.vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-list article:nth-child(3){animation:bam-reveal .38s cubic-bezier(.2,.7,.2,1) .28s both}
.vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-list article:nth-child(4){animation:bam-reveal .38s cubic-bezier(.2,.7,.2,1) .36s both}
.vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-list article:nth-child(5){animation:bam-reveal .38s cubic-bezier(.2,.7,.2,1) .44s both}
.vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-note{animation:bam-reveal .38s cubic-bezier(.2,.7,.2,1) .52s both}
.vc-business-app-page .bam-situations,.vc-business-app-page .bam-process,.vc-business-app-page .bam-examples,.vc-business-app-page .bam-limits{background:var(--bam-mineral)}
.vc-business-app-page .bam-standard,.vc-business-app-page .bam-scope,.vc-business-app-page .bam-differences,.vc-business-app-page .bam-faq{background:#fff}
.vc-business-app-page .bam-unite,.vc-business-app-page .bam-control{background:#08162a;color:#fff}
.vc-business-app-page .bam-situation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-business-app-page .bam-situation-grid article,.vc-business-app-page .bam-example-grid article,.vc-business-app-page .bam-limit-grid article{display:flex;flex-direction:column;min-height:222px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--bam-line);box-shadow:0 16px 42px rgba(37,43,57,.055)}
.vc-business-app-page .bam-situation-grid span,.vc-business-app-page .bam-example-grid span,.vc-business-app-page .bam-scope-grid>article>span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:19px;border-radius:14px;background:#e8eaf7;border:1px solid #cbd1ee;color:var(--bam-indigo);font-size:12px;font-weight:950}
.vc-business-app-page .bam-situation-grid h3,.vc-business-app-page .bam-example-grid h3,.vc-business-app-page .bam-limit-grid h3{margin:0 0 10px;color:var(--bam-ink);font-size:19px;line-height:1.24}
.vc-business-app-page .bam-situation-grid p,.vc-business-app-page .bam-example-grid p,.vc-business-app-page .bam-limit-grid p{margin:0;color:#56677a;font-size:14px}
.vc-business-app-page .bam-standard-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:start}
.vc-business-app-page .bam-standard-layout h2,.vc-business-app-page .bam-control-layout h2{margin:0 0 17px;font-size:clamp(34px,3.7vw,50px);line-height:1.08;letter-spacing:-.04em}
.vc-business-app-page .bam-standard-layout>div:first-child>p:last-child{color:#56677a;font-size:17px;line-height:1.65}
.vc-business-app-page .bam-standard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.vc-business-app-page .bam-standard-grid article{display:flex;flex-direction:column;min-height:286px;padding:27px 24px;border-radius:21px;background:var(--bam-paper);border:1px solid var(--bam-line)}
.vc-business-app-page .bam-standard-grid article:last-child{background:linear-gradient(145deg,#edf0fb,#fff);border-color:#bfc8eb}
.vc-business-app-page .bam-standard-grid span{color:var(--bam-indigo);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.vc-business-app-page .bam-standard-grid h3{margin:16px 0 11px;color:var(--bam-ink);font-size:22px;line-height:1.22}
.vc-business-app-page .bam-standard-grid p{margin:0;color:#56677a;font-size:14px}
.vc-business-app-page .bam-trust-note,.vc-business-app-page .bam-scope-note{margin:28px 0 0;padding:17px 19px;border-radius:17px;background:#f3ece7;border:1px solid #e2cdbc;color:#563c2e;font-size:13px;font-weight:800;text-align:center}
.vc-business-app-page .bam-unite .section-head p,.vc-business-app-page .bam-control p{color:#cbd7e7}
.vc-business-app-page .bam-unite-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-business-app-page .bam-unite-grid article{display:flex;flex-direction:column;min-height:225px;padding:24px 21px;border-radius:20px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-business-app-page .bam-unite-grid .icon{width:44px;height:44px;margin-bottom:18px;padding:10px;border-radius:14px;background:rgba(127,145,228,.12);border:1px solid rgba(127,145,228,.27)}
.vc-business-app-page .bam-unite-grid h3{margin:0 0 9px;color:#fff;font-size:19px}
.vc-business-app-page .bam-unite-grid p{margin:0;color:#cbd7e7;font-size:14px}
.vc-business-app-page .bam-dark-note{max-width:960px;margin:28px auto 0;padding:16px 18px;border-radius:16px;background:rgba(67,196,184,.09);border:1px solid rgba(67,196,184,.24);color:#d9f5f2;font-size:13px;font-weight:760;text-align:center}
.vc-business-app-page .bam-process-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.vc-business-app-page .bam-process-grid article{display:flex;flex-direction:column;min-height:248px;padding:22px 17px;border-radius:19px;background:#fff;border:1px solid var(--bam-line);box-shadow:0 14px 36px rgba(37,43,57,.045)}
.vc-business-app-page .bam-process-grid span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:17px;border-radius:50%;background:#e8eaf7;border:1px solid #cbd1ee;color:var(--bam-indigo);font-size:12px;font-weight:950}
.vc-business-app-page .bam-process-grid h3{margin:0 0 9px;color:var(--bam-ink);font-size:17px;line-height:1.22}
.vc-business-app-page .bam-process-grid p{margin:0;color:#56677a;font-size:13px}
.vc-business-app-page .bam-scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-business-app-page .bam-scope-grid article{display:flex;flex-direction:column;min-height:330px;padding:28px 24px 25px;border-radius:21px;background:var(--bam-paper);border:1px solid var(--bam-line)}
.vc-business-app-page .bam-scope-grid article:nth-child(2){background:linear-gradient(145deg,#edf0fb,#fff);border-color:#bfc8eb}
.vc-business-app-page .bam-scope-grid h3{margin:0 0 11px;color:var(--bam-ink);font-size:22px}
.vc-business-app-page .bam-scope-grid p{margin:0;color:#56677a;font-size:14px}
.vc-business-app-page .bam-scope-grid ul{display:grid;gap:8px;margin:20px 0 0;padding:0;list-style:none}
.vc-business-app-page .bam-scope-grid li{padding:9px 11px;border-radius:11px;background:#fff;border:1px solid var(--bam-line);color:#42586d;font-size:13px;font-weight:800}
.vc-business-app-page .bam-scope-grid strong{margin-top:auto;padding-top:22px;color:var(--bam-indigo);font-size:13px;line-height:1.5}
.vc-business-app-page .bam-example-grid,.vc-business-app-page .bam-limit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-business-app-page .bam-example-grid article{min-height:220px}
.vc-business-app-page .bam-control-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:center}
.vc-business-app-page .bam-control-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}
.vc-business-app-page .bam-control-list li{position:relative;min-height:82px;padding:19px 18px 19px 51px;border-radius:17px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);color:#f0f5ff;font-size:14px;font-weight:850}
.vc-business-app-page .bam-control-list li:before{content:"✓";position:absolute;left:18px;top:18px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(67,196,184,.13);color:#90eee5;font-size:12px;font-weight:950}
.vc-business-app-page .bam-difference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-business-app-page .bam-difference-grid article{display:flex;flex-direction:column;min-height:320px;padding:25px 22px;border-radius:20px;background:var(--bam-paper);border:1px solid var(--bam-line)}
.vc-business-app-page .bam-difference-grid .bam-difference-primary{background:linear-gradient(145deg,#e8ebf8,#fff);border-color:#aeb8e3}
.vc-business-app-page .bam-difference-grid span{color:var(--bam-indigo);font-size:12px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}
.vc-business-app-page .bam-difference-grid h3{margin:14px 0 11px;color:var(--bam-ink);font-size:20px;line-height:1.23}
.vc-business-app-page .bam-difference-grid p{margin:0;color:#56677a;font-size:14px}
.vc-business-app-page .bam-difference-grid .more{margin-top:auto;padding-top:22px}
.vc-business-app-page .bam-limit-grid article{min-height:210px;background:#fff}
.vc-business-app-page .bam-faq .faq-item{min-height:194px;border-color:var(--bam-line);box-shadow:0 14px 38px rgba(37,43,57,.05)}
.vc-business-app-page .bam-final-cta{background:linear-gradient(110deg,rgba(4,11,25,.98),rgba(4,11,25,.72)),url('../img/photos/application-metier-hero.webp') center/cover no-repeat;color:#fff}
.vc-business-app-page .bam-final-cta .actions{min-width:350px;gap:16px;justify-content:flex-end}
.vc-business-app-page .bam-final-cta .actions .btn{white-space:nowrap}
@media(max-width:1120px){
  .vc-business-app-page .bam-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(370px,.92fr);gap:36px}
  .vc-business-app-page .bam-hero h1{font-size:clamp(40px,4.9vw,58px)}
  .vc-business-app-page .bam-situation-grid,.vc-business-app-page .bam-unite-grid,.vc-business-app-page .bam-difference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-business-app-page .bam-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .vc-business-app-page .bam-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-business-app-page .bam-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vc-business-app-page .bam-hero-panel{justify-self:stretch;width:100%}
  .vc-business-app-page .bam-standard-layout,.vc-business-app-page .bam-control-layout{grid-template-columns:1fr;gap:30px}
  .vc-business-app-page .bam-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vc-business-app-page .bam-situation-grid,.vc-business-app-page .bam-standard-grid,.vc-business-app-page .bam-unite-grid,.vc-business-app-page .bam-process-grid,.vc-business-app-page .bam-scope-grid,.vc-business-app-page .bam-example-grid,.vc-business-app-page .bam-control-list,.vc-business-app-page .bam-difference-grid,.vc-business-app-page .bam-limit-grid{grid-template-columns:1fr}
  .vc-business-app-page .bam-situation-grid article,.vc-business-app-page .bam-standard-grid article,.vc-business-app-page .bam-unite-grid article,.vc-business-app-page .bam-process-grid article,.vc-business-app-page .bam-scope-grid article,.vc-business-app-page .bam-example-grid article,.vc-business-app-page .bam-difference-grid article,.vc-business-app-page .bam-limit-grid article,.vc-business-app-page .bam-faq .faq-item{min-height:0}
}
@media(max-width:520px){
  .vc-business-app-page .bam-hero{padding:106px 0 64px}
  .vc-business-app-page .bam-hero h1{font-size:38px}
  .vc-business-app-page .bam-hero .lead{font-size:17px}
  .vc-business-app-page .bam-hero .actions .btn,.vc-business-app-page .bam-final-cta .actions .btn{width:100%;white-space:normal}
  .vc-business-app-page .bam-hero-panel{padding:17px;border-radius:21px}
  .vc-business-app-page .bam-hero-panel-head{align-items:flex-start;flex-direction:column}
  .vc-business-app-page .bam-hero-panel-list article{grid-template-columns:36px 1fr;padding:10px;min-height:0}
  .vc-business-app-page .bam-hero-panel-list .icon{width:36px;height:36px}
}
@media(prefers-reduced-motion:reduce){
  .vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-head,
  .vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-list article,
  .vc-business-app-page [data-vc-hero-reveal="business-app"].is-revealed .bam-hero-panel-note{animation:none}
}

/* Expertise — conversion */
.vc-expertise-page{--vce-ink:#0a1b2c;--vce-teal:#28b8aa;--vce-teal-soft:#dff5f2;--vce-blue:#385d82;--vce-mineral:#edf2f5;--vce-paper:#f8f8f5;--vce-line:#d7e0e6}
.vc-expertise-page .vce-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:132px 0 72px;background:linear-gradient(90deg,rgba(3,12,24,.99) 0%,rgba(3,12,24,.94) 40%,rgba(3,12,24,.58) 63%,rgba(3,12,24,.18) 100%),url('../img/photos/expertise-hero.webp') center/cover no-repeat}
.vc-expertise-page .vce-hero:after{content:"";position:absolute;inset:auto 0 0;height:108px;background:linear-gradient(0deg,var(--bg),rgba(3,12,24,0));pointer-events:none}
.vc-expertise-page .vce-hero .hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);gap:52px;align-items:center}
.vc-expertise-page .vce-hero-copy{min-width:0}
.vc-expertise-page .vce-hero h1{max-width:800px;margin-bottom:21px;font-size:clamp(43px,4.5vw,64px);line-height:1.02;letter-spacing:-.052em}
.vc-expertise-page .vce-hero .lead{max-width:730px;margin:0;color:#d6e2ec;font-size:18px;line-height:1.6}
.vc-expertise-page .vce-hero .actions{gap:16px;margin-top:27px}
.vc-expertise-page .vce-hero-panel{justify-self:end;width:min(486px,100%);padding:23px;border-radius:26px;background:linear-gradient(145deg,rgba(6,22,39,.96),rgba(18,48,62,.92));border:1px solid rgba(74,203,190,.34);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.49),inset 0 1px 0 rgba(255,255,255,.07)}
.vc-expertise-page .vce-hero-panel-head{margin-bottom:14px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.14)}
.vc-expertise-page .vce-hero-panel-head span{display:block;margin-bottom:7px;color:#a7f0e8;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.vc-expertise-page .vce-hero-panel-head p{margin:0;color:#d8e7ef;font-size:13px;line-height:1.45}
.vc-expertise-page .vce-hero-panel-list{display:grid;gap:8px}
.vc-expertise-page .vce-hero-panel-list article{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;min-height:76px;padding:12px 13px;border-radius:17px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.13)}
.vc-expertise-page .vce-hero-panel-list article>span{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:rgba(40,184,170,.13);border:1px solid rgba(75,218,204,.29);color:#a7f0e8;font-size:11px;font-weight:950}
.vc-expertise-page .vce-hero-panel-list h3{margin:0 0 3px;color:#fff;font-size:15px;line-height:1.18}
.vc-expertise-page .vce-hero-panel-list p{margin:0;color:#c9dce7;font-size:12px;line-height:1.4}
.vc-expertise-page .vce-hero-panel-note{margin:13px 0 0;padding:13px 14px;border-radius:15px;background:rgba(2,11,22,.55);border:1px solid rgba(255,255,255,.13);color:#effaf8;font-size:12px;font-weight:850;line-height:1.45}
.vc-expertise-page .vce-situations,.vc-expertise-page .vce-method,.vc-expertise-page .vce-faq{background:var(--vce-mineral)}
.vc-expertise-page .vce-dimensions,.vc-expertise-page .vce-examples{background:#fff}
.vc-expertise-page .vce-benefits,.vc-expertise-page .vce-proof{background:#071a2b;color:#fff}
.vc-expertise-page .vce-benefits .section-head p,.vc-expertise-page .vce-proof p{color:#c8d8e4}
.vc-expertise-page .vce-situation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-expertise-page .vce-situation-grid article{display:flex;flex-direction:column;min-height:218px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--vce-line);box-shadow:0 16px 42px rgba(18,42,61,.055)}
.vc-expertise-page .vce-situation-grid span,.vc-expertise-page .vce-dimension-grid>article>span,.vc-expertise-page .vce-method-grid span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:18px;border-radius:14px;background:var(--vce-teal-soft);border:1px solid #b9dfda;color:#14786f;font-size:12px;font-weight:950}
.vc-expertise-page .vce-situation-grid h3{margin:0 0 10px;color:var(--vce-ink);font-size:19px;line-height:1.24}
.vc-expertise-page .vce-situation-grid p{margin:0;color:#526777;font-size:14px}
.vc-expertise-page .vce-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-expertise-page .vce-benefit-grid article{display:flex;flex-direction:column;min-height:250px;padding:25px 22px;border-radius:20px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-expertise-page .vce-benefit-grid .icon{width:44px;height:44px;margin-bottom:19px;padding:10px;border-radius:14px;background:rgba(40,184,170,.12);border:1px solid rgba(64,206,192,.27)}
.vc-expertise-page .vce-benefit-grid h3{margin:0 0 10px;color:#fff;font-size:20px;line-height:1.23}
.vc-expertise-page .vce-benefit-grid p{margin:0;color:#c8d8e4;font-size:14px}
.vc-expertise-page .vce-dimension-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.vc-expertise-page .vce-dimension-grid article{display:flex;flex-direction:column;min-height:295px;padding:28px 25px;border-radius:21px;background:var(--vce-paper);border:1px solid var(--vce-line)}
.vc-expertise-page .vce-dimension-grid h3{margin:0 0 11px;color:var(--vce-ink);font-size:22px;line-height:1.2}
.vc-expertise-page .vce-dimension-grid p{margin:0;color:#526777;font-size:15px}
.vc-expertise-page .vce-links{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:auto;padding-top:23px}
.vc-expertise-page .vce-links a,.vc-expertise-page .vce-example-grid .more{color:#14786f;font-size:13px;font-weight:900;text-decoration:none}
.vc-expertise-page .vce-links a:hover,.vc-expertise-page .vce-links a:focus-visible,.vc-expertise-page .vce-example-grid .more:hover,.vc-expertise-page .vce-example-grid .more:focus-visible{text-decoration:underline;text-underline-offset:4px}
.vc-expertise-page .vce-method-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.vc-expertise-page .vce-method-grid article{display:flex;flex-direction:column;min-height:235px;padding:23px 19px;border-radius:19px;background:#fff;border:1px solid var(--vce-line)}
.vc-expertise-page .vce-method-grid h3{margin:0 0 9px;color:var(--vce-ink);font-size:18px}
.vc-expertise-page .vce-method-grid p{margin:0;color:#526777;font-size:13px}
.vc-expertise-page .vce-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-expertise-page .vce-example-grid article{display:flex;flex-direction:column;min-height:445px;padding:27px 24px;border-radius:21px;background:var(--vce-paper);border:1px solid var(--vce-line)}
.vc-expertise-page .vce-example-grid article>span{align-self:flex-start;margin-bottom:17px;padding:7px 10px;border-radius:999px;background:var(--vce-teal-soft);color:#14786f;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.vc-expertise-page .vce-example-grid h3{margin:0 0 18px;color:var(--vce-ink);font-size:22px;line-height:1.22}
.vc-expertise-page .vce-example-grid dl{display:grid;gap:13px;margin:0}
.vc-expertise-page .vce-example-grid dl div{padding-top:13px;border-top:1px solid var(--vce-line)}
.vc-expertise-page .vce-example-grid dt{margin-bottom:3px;color:var(--vce-blue);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.vc-expertise-page .vce-example-grid dd{margin:0;color:#526777;font-size:13px}
.vc-expertise-page .vce-example-grid .more{margin-top:auto;padding-top:22px}
.vc-expertise-page .vce-proof-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:center}
.vc-expertise-page .vce-proof-layout h2{margin:0 0 17px;font-size:clamp(34px,3.7vw,50px);line-height:1.08;letter-spacing:-.04em}
.vc-expertise-page .vce-proof-layout>div>p:last-child{font-size:16px;line-height:1.65}
.vc-expertise-page .vce-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vc-expertise-page .vce-proof-grid article{min-height:174px;padding:23px 21px;border-radius:19px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13)}
.vc-expertise-page .vce-proof-grid strong{display:block;margin-bottom:9px;color:#fff;font-size:18px}
.vc-expertise-page .vce-proof-grid span{color:#c8d8e4;font-size:13px;line-height:1.55}
.vc-expertise-page .vce-faq .faq-item{min-height:198px;background:#fff;border-color:var(--vce-line);box-shadow:0 14px 38px rgba(18,42,61,.05)}
.vc-expertise-page .vce-final-cta{background:linear-gradient(110deg,rgba(3,12,24,.98),rgba(3,12,24,.73)),url('../img/photos/expertise-hero.webp') center/cover no-repeat;color:#fff}
.vc-expertise-page .vce-final-cta .actions{min-width:390px;gap:16px;justify-content:flex-end}
.vc-expertise-page .vce-final-cta .actions .btn{white-space:nowrap}
@media(max-width:1120px){
  .vc-expertise-page .vce-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(380px,.92fr);gap:36px}
  .vc-expertise-page .vce-hero h1{font-size:clamp(39px,4.7vw,56px)}
  .vc-expertise-page .vce-situation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-expertise-page .vce-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-expertise-page .vce-method-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .vc-expertise-page .vce-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-expertise-page .vce-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vc-expertise-page .vce-hero-panel{justify-self:stretch;width:100%}
  .vc-expertise-page .vce-proof-layout{grid-template-columns:1fr;gap:30px}
  .vc-expertise-page .vce-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vc-expertise-page .vce-situation-grid,.vc-expertise-page .vce-benefit-grid,.vc-expertise-page .vce-dimension-grid,.vc-expertise-page .vce-method-grid,.vc-expertise-page .vce-example-grid,.vc-expertise-page .vce-proof-grid{grid-template-columns:1fr}
  .vc-expertise-page .vce-situation-grid article,.vc-expertise-page .vce-benefit-grid article,.vc-expertise-page .vce-dimension-grid article,.vc-expertise-page .vce-method-grid article,.vc-expertise-page .vce-example-grid article,.vc-expertise-page .vce-proof-grid article,.vc-expertise-page .vce-faq .faq-item{min-height:0}
}
@media(max-width:520px){
  .vc-expertise-page .vce-hero{padding:106px 0 64px;background-position:58% center}
  .vc-expertise-page .vce-hero h1{font-size:37px}
  .vc-expertise-page .vce-hero .lead{font-size:17px}
  .vc-expertise-page .vce-hero .actions .btn,.vc-expertise-page .vce-final-cta .actions .btn{width:100%;white-space:normal}
  .vc-expertise-page .vce-hero-panel{padding:17px;border-radius:21px}
  .vc-expertise-page .vce-hero-panel-list article{grid-template-columns:38px 1fr;min-height:0;padding:10px}
  .vc-expertise-page .vce-hero-panel-list article>span{width:36px;height:36px}
}
@media(prefers-reduced-motion:reduce){
  .vc-expertise-page *{scroll-behavior:auto}
}

/* Infrastructure managée */
.vc-managed-infra-page{--vmi-ink:#091827;--vmi-teal:#39b8ad;--vmi-teal-soft:#dff4f1;--vmi-copper:#b77a4c;--vmi-mineral:#eef2f3;--vmi-paper:#f8f8f5;--vmi-line:#d6dfe1}
.vc-managed-infra-page .vmi-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:136px 0 var(--space-section);background:linear-gradient(90deg,rgba(3,13,25,.98) 0%,rgba(3,13,25,.91) 39%,rgba(3,13,25,.57) 61%,rgba(3,13,25,.18) 100%),url('../img/photos/infrastructure-managee-hero.webp') center/cover no-repeat}
.vc-managed-infra-page .vmi-hero:after{content:"";position:absolute;inset:auto 0 0;height:112px;background:linear-gradient(0deg,var(--bg),rgba(3,13,25,0));pointer-events:none}
.vc-managed-infra-page .vmi-hero .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);gap:52px;align-items:center}
.vc-managed-infra-page .vmi-hero-copy{min-width:0}
.vc-managed-infra-page .vmi-hero h1{max-width:780px;margin-bottom:22px;font-size:clamp(43px,4.55vw,65px);line-height:1.02;letter-spacing:-.052em}
.vc-managed-infra-page .vmi-hero .lead{max-width:720px;margin:0;color:#dbe6ed;font-size:19px;line-height:1.62}
.vc-managed-infra-page .vmi-hero .actions{gap:16px;margin-top:28px}
.vc-managed-infra-page .vmi-hero-panel{justify-self:end;width:min(468px,100%);padding:22px;border-radius:26px;background:linear-gradient(145deg,rgba(7,24,38,.96),rgba(18,48,55,.91));border:1px solid rgba(57,184,173,.31);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07)}
.vc-managed-infra-page .vmi-hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-managed-infra-page .vmi-hero-panel-head span{color:#d8f2ef;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.vc-managed-infra-page .vmi-hero-panel-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;background:rgba(183,122,76,.16);border:1px solid rgba(226,165,117,.35);color:#fff1e5;font-size:11px;white-space:nowrap}
.vc-managed-infra-page .vmi-hero-panel-list{display:grid;gap:8px}
.vc-managed-infra-page .vmi-hero-panel-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:65px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}
.vc-managed-infra-page .vmi-hero-panel-list .icon{width:40px;height:40px;padding:9px;border-radius:13px;background:rgba(57,184,173,.12);border:1px solid rgba(57,184,173,.29)}
.vc-managed-infra-page .vmi-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.18}
.vc-managed-infra-page .vmi-hero-panel-list p{margin:0;color:#d3dfe7;font-size:12px;line-height:1.4}
.vc-managed-infra-page .vmi-hero-panel-note{margin:13px 0 0;padding:12px 13px;border-radius:15px;background:rgba(3,13,25,.52);border:1px solid rgba(255,255,255,.12);color:#eff8f7;font-size:12px;font-weight:850;line-height:1.45}
@keyframes vmi-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-head{animation:vmi-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
.vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-list article:nth-child(1){animation:vmi-reveal .38s cubic-bezier(.2,.7,.2,1) .12s both}
.vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-list article:nth-child(2){animation:vmi-reveal .38s cubic-bezier(.2,.7,.2,1) .2s both}
.vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-list article:nth-child(3){animation:vmi-reveal .38s cubic-bezier(.2,.7,.2,1) .28s both}
.vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-list article:nth-child(4){animation:vmi-reveal .38s cubic-bezier(.2,.7,.2,1) .36s both}
.vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-list article:nth-child(5){animation:vmi-reveal .38s cubic-bezier(.2,.7,.2,1) .44s both}
.vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-note{animation:vmi-reveal .38s cubic-bezier(.2,.7,.2,1) .52s both}
.vc-managed-infra-page .vmi-situations,.vc-managed-infra-page .vmi-levels,.vc-managed-infra-page .vmi-comparison,.vc-managed-infra-page .vmi-faq{background:var(--vmi-mineral)}
.vc-managed-infra-page .vmi-benefits,.vc-managed-infra-page .vmi-process,.vc-managed-infra-page .vmi-monitoring,.vc-managed-infra-page .vmi-limits{background:#fff}
.vc-managed-infra-page .vmi-responsibilities{background:var(--vmi-paper)}
.vc-managed-infra-page .vmi-scope,.vc-managed-infra-page .vmi-backups{background:#071a2a;color:#fff}
.vc-managed-infra-page .vmi-scope .section-head p,.vc-managed-infra-page .vmi-backups p{color:#cbdbe4}
.vc-managed-infra-page .vmi-situation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-managed-infra-page .vmi-situation-grid article,.vc-managed-infra-page .vmi-limit-grid article{display:flex;flex-direction:column;min-height:224px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--vmi-line);box-shadow:0 16px 42px rgba(20,43,52,.055)}
.vc-managed-infra-page .vmi-situation-grid span,.vc-managed-infra-page .vmi-level-grid>article>span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:19px;border-radius:14px;background:var(--vmi-teal-soft);border:1px solid #b7ded9;color:#18766f;font-size:12px;font-weight:950}
.vc-managed-infra-page .vmi-situation-grid h3,.vc-managed-infra-page .vmi-limit-grid h3{margin:0 0 10px;color:var(--vmi-ink);font-size:19px;line-height:1.24}
.vc-managed-infra-page .vmi-situation-grid p,.vc-managed-infra-page .vmi-limit-grid p{margin:0;color:#526777;font-size:14px}
.vc-managed-infra-page .vmi-benefit-grid,.vc-managed-infra-page .vmi-monitor-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-managed-infra-page .vmi-benefit-grid article,.vc-managed-infra-page .vmi-monitor-grid article{display:flex;flex-direction:column;min-height:240px;padding:25px 22px;border-radius:20px;background:var(--vmi-paper);border:1px solid var(--vmi-line)}
.vc-managed-infra-page .vmi-benefit-grid .icon{width:44px;height:44px;margin-bottom:19px;padding:10px;border-radius:14px;background:var(--vmi-teal-soft);border:1px solid #b7ded9}
.vc-managed-infra-page .vmi-benefit-grid h3,.vc-managed-infra-page .vmi-monitor-grid h3{margin:0 0 10px;color:var(--vmi-ink);font-size:20px;line-height:1.23}
.vc-managed-infra-page .vmi-benefit-grid p,.vc-managed-infra-page .vmi-monitor-grid p{margin:0;color:#526777;font-size:14px}
.vc-managed-infra-page .vmi-scope-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-managed-infra-page .vmi-scope-grid article{display:flex;flex-direction:column;min-height:216px;padding:24px 21px;border-radius:20px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-managed-infra-page .vmi-scope-grid span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:18px;border-radius:13px;background:rgba(57,184,173,.12);border:1px solid rgba(57,184,173,.29);color:#94ebe3;font-size:12px;font-weight:950}
.vc-managed-infra-page .vmi-scope-grid h3{margin:0 0 9px;color:#fff;font-size:19px}
.vc-managed-infra-page .vmi-scope-grid p{margin:0;color:#cbdbe4;font-size:14px}
.vc-managed-infra-page .vmi-dark-note{max-width:1020px;margin:28px auto 0;padding:16px 18px;border-radius:16px;background:rgba(57,184,173,.09);border:1px solid rgba(57,184,173,.25);color:#ddf8f5;font-size:13px;font-weight:780;text-align:center}
.vc-managed-infra-page .vmi-responsibility-layout,.vc-managed-infra-page .vmi-feature-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:center}
.vc-managed-infra-page .vmi-responsibility-layout h2,.vc-managed-infra-page .vmi-feature-layout h2{margin:0 0 17px;font-size:clamp(34px,3.7vw,50px);line-height:1.08;letter-spacing:-.04em}
.vc-managed-infra-page .vmi-responsibility-layout>div>p:last-child{color:#526777;font-size:17px;line-height:1.65}
.vc-managed-infra-page .vmi-responsibility-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:0;padding:0;list-style:none}
.vc-managed-infra-page .vmi-responsibility-list li{position:relative;min-height:70px;padding:17px 16px 17px 48px;border-radius:16px;background:#fff;border:1px solid var(--vmi-line);color:#344d5d;font-size:14px;font-weight:850}
.vc-managed-infra-page .vmi-responsibility-list li:before{content:"✓";position:absolute;left:16px;top:16px;display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:var(--vmi-teal-soft);color:#18766f;font-size:12px;font-weight:950}
.vc-managed-infra-page .vmi-trust-note{margin:28px 0 0;padding:17px 19px;border-radius:17px;background:#f5ede6;border:1px solid #e2cdbd;color:#563c2e;font-size:13px;font-weight:800;text-align:center}
.vc-managed-infra-page .vmi-process-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.vc-managed-infra-page .vmi-process-grid article{display:flex;flex-direction:column;min-height:246px;padding:22px 17px;border-radius:19px;background:var(--vmi-paper);border:1px solid var(--vmi-line)}
.vc-managed-infra-page .vmi-process-grid span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:17px;border-radius:50%;background:var(--vmi-teal-soft);border:1px solid #b7ded9;color:#18766f;font-size:12px;font-weight:950}
.vc-managed-infra-page .vmi-process-grid h3{margin:0 0 9px;color:var(--vmi-ink);font-size:17px;line-height:1.22}
.vc-managed-infra-page .vmi-process-grid p{margin:0;color:#526777;font-size:13px}
.vc-managed-infra-page .vmi-level-grid,.vc-managed-infra-page .vmi-comparison-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-managed-infra-page .vmi-level-grid article,.vc-managed-infra-page .vmi-comparison-grid article{display:flex;flex-direction:column;min-height:330px;padding:28px 24px 25px;border-radius:21px;background:#fff;border:1px solid var(--vmi-line)}
.vc-managed-infra-page .vmi-level-grid article:nth-child(2),.vc-managed-infra-page .vmi-comparison-grid .vmi-comparison-primary{background:linear-gradient(145deg,#e5f2f1,#fff);border-color:#9fd3cd}
.vc-managed-infra-page .vmi-level-grid h3,.vc-managed-infra-page .vmi-comparison-grid h3{margin:0 0 11px;color:var(--vmi-ink);font-size:21px;line-height:1.23}
.vc-managed-infra-page .vmi-level-grid p,.vc-managed-infra-page .vmi-comparison-grid p{margin:0;color:#526777;font-size:14px}
.vc-managed-infra-page .vmi-level-grid strong,.vc-managed-infra-page .vmi-comparison-grid strong,.vc-managed-infra-page .vmi-comparison-grid .more{margin-top:auto;padding-top:22px;color:#18766f;font-size:13px;line-height:1.5}
.vc-managed-infra-page .vmi-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vc-managed-infra-page .vmi-feature-grid article{min-height:150px;padding:22px 20px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13)}
.vc-managed-infra-page .vmi-feature-grid h3{margin:0 0 8px;color:#fff;font-size:18px}
.vc-managed-infra-page .vmi-feature-grid p{margin:0;color:#cbdbe4;font-size:13px}
.vc-managed-infra-page .vmi-monitor-grid article{min-height:210px;background:var(--vmi-paper)}
.vc-managed-infra-page .vmi-comparison-grid span{color:#18766f;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.vc-managed-infra-page .vmi-limit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-managed-infra-page .vmi-limit-grid article{min-height:205px;background:var(--vmi-paper)}
.vc-managed-infra-page .vmi-faq .faq-item{min-height:205px;border-color:var(--vmi-line);box-shadow:0 14px 38px rgba(20,43,52,.05)}
.vc-managed-infra-page .vmi-final-cta{background:linear-gradient(110deg,rgba(3,13,25,.98),rgba(3,13,25,.7)),url('../img/photos/infrastructure-managee-hero.webp') center/cover no-repeat;color:#fff}
.vc-managed-infra-page .vmi-final-cta .actions{min-width:350px;gap:16px;justify-content:flex-end}
.vc-managed-infra-page .vmi-final-cta .actions .btn{white-space:nowrap}
@media(max-width:1120px){
  .vc-managed-infra-page .vmi-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(370px,.92fr);gap:36px}
  .vc-managed-infra-page .vmi-hero h1{font-size:clamp(39px,4.8vw,57px)}
  .vc-managed-infra-page .vmi-situation-grid,.vc-managed-infra-page .vmi-benefit-grid,.vc-managed-infra-page .vmi-scope-grid,.vc-managed-infra-page .vmi-monitor-grid,.vc-managed-infra-page .vmi-limit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-managed-infra-page .vmi-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .vc-managed-infra-page .vmi-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-managed-infra-page .vmi-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vc-managed-infra-page .vmi-hero-panel{justify-self:stretch;width:100%}
  .vc-managed-infra-page .vmi-responsibility-layout,.vc-managed-infra-page .vmi-feature-layout{grid-template-columns:1fr;gap:30px}
  .vc-managed-infra-page .vmi-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vc-managed-infra-page .vmi-situation-grid,.vc-managed-infra-page .vmi-benefit-grid,.vc-managed-infra-page .vmi-scope-grid,.vc-managed-infra-page .vmi-responsibility-list,.vc-managed-infra-page .vmi-process-grid,.vc-managed-infra-page .vmi-level-grid,.vc-managed-infra-page .vmi-feature-grid,.vc-managed-infra-page .vmi-monitor-grid,.vc-managed-infra-page .vmi-comparison-grid,.vc-managed-infra-page .vmi-limit-grid{grid-template-columns:1fr}
  .vc-managed-infra-page .vmi-situation-grid article,.vc-managed-infra-page .vmi-benefit-grid article,.vc-managed-infra-page .vmi-scope-grid article,.vc-managed-infra-page .vmi-process-grid article,.vc-managed-infra-page .vmi-level-grid article,.vc-managed-infra-page .vmi-feature-grid article,.vc-managed-infra-page .vmi-monitor-grid article,.vc-managed-infra-page .vmi-comparison-grid article,.vc-managed-infra-page .vmi-limit-grid article,.vc-managed-infra-page .vmi-faq .faq-item{min-height:0}
}
@media(max-width:520px){
  .vc-managed-infra-page .vmi-hero{padding:106px 0 64px;background-position:58% center}
  .vc-managed-infra-page .vmi-hero h1{font-size:37px}
  .vc-managed-infra-page .vmi-hero .lead{font-size:17px}
  .vc-managed-infra-page .vmi-hero .actions .btn,.vc-managed-infra-page .vmi-final-cta .actions .btn{width:100%;white-space:normal}
  .vc-managed-infra-page .vmi-hero-panel{padding:17px;border-radius:21px}
  .vc-managed-infra-page .vmi-hero-panel-head{align-items:flex-start;flex-direction:column}
  .vc-managed-infra-page .vmi-hero-panel-list article{grid-template-columns:36px 1fr;padding:10px;min-height:0}
  .vc-managed-infra-page .vmi-hero-panel-list .icon{width:36px;height:36px}
}
@media(prefers-reduced-motion:reduce){
  .vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-head,
  .vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-list article,
  .vc-managed-infra-page [data-vc-hero-reveal="managed-infra"].is-revealed .vmi-hero-panel-note{animation:none}
}

/* Companion Manager */
.vc-companion-page{--vcm-ink:#0b1830;--vcm-indigo:#485ba7;--vcm-teal:#35bdb3;--vcm-copper:#b9794d;--vcm-mineral:#eef2f5;--vcm-paper:#f8f8f5;--vcm-line:#d8dfe6}
.vc-companion-page .vcm-hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:886px;padding:132px 0 72px;background:linear-gradient(90deg,rgba(3,11,27,.99) 0%,rgba(3,11,27,.94) 40%,rgba(3,11,27,.58) 62%,rgba(3,11,27,.15) 100%),url('../img/photos/companion-manager-hero.webp') center/cover no-repeat}
.vc-companion-page .vcm-hero:after{content:"";position:absolute;inset:auto 0 0;height:105px;background:linear-gradient(0deg,var(--bg),rgba(3,11,27,0));pointer-events:none}
.vc-companion-page .vcm-hero .hero-grid{grid-template-columns:minmax(0,1.06fr) minmax(400px,.94fr);gap:52px;align-items:center}
.vc-companion-page .vcm-hero-copy{min-width:0}
.vc-companion-page .vcm-status-badge{display:inline-flex;margin:0 0 18px;padding:7px 11px;border-radius:999px;background:rgba(185,121,77,.15);border:1px solid rgba(226,164,118,.36);color:#fff0e4;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.vc-companion-page .vcm-hero h1{max-width:730px;margin-bottom:20px;font-size:clamp(45px,4.75vw,67px);line-height:1.02;letter-spacing:-.052em}
.vc-companion-page .vcm-hero .lead{max-width:700px;margin:0;color:#dbe4f0;font-size:18px;line-height:1.58}
.vc-companion-page .vcm-hero .actions{gap:16px;margin-top:25px}
.vc-companion-page .vcm-preview-note{max-width:700px;margin:18px 0 0;padding-left:14px;border-left:2px solid rgba(53,189,179,.72);color:#c8d6e4;font-size:12px;line-height:1.48}
.vc-companion-page .vcm-hero-panel{justify-self:end;width:min(468px,100%);padding:22px;border-radius:26px;background:linear-gradient(145deg,rgba(10,22,49,.96),rgba(32,43,82,.92));border:1px solid rgba(83,103,184,.37);backdrop-filter:blur(18px);box-shadow:0 34px 105px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.07)}
.vc-companion-page .vcm-hero-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.13)}
.vc-companion-page .vcm-hero-panel-head span{color:#e1e5ff;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
.vc-companion-page .vcm-hero-panel-head strong{display:inline-flex;min-height:30px;align-items:center;padding:7px 10px;border-radius:999px;background:rgba(53,189,179,.12);border:1px solid rgba(53,189,179,.31);color:#dffaf7;font-size:11px;white-space:nowrap}
.vc-companion-page .vcm-hero-panel-list{display:grid;gap:8px}
.vc-companion-page .vcm-hero-panel-list article{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;min-height:65px;padding:11px 12px;border-radius:17px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}
.vc-companion-page .vcm-hero-panel-list .icon{width:40px;height:40px;padding:9px;border-radius:13px;background:rgba(83,103,184,.14);border:1px solid rgba(116,136,220,.29)}
.vc-companion-page .vcm-hero-panel-list h3{margin:0 0 2px;color:#fff;font-size:15px;line-height:1.18}
.vc-companion-page .vcm-hero-panel-list p{margin:0;color:#d6deeb;font-size:12px;line-height:1.4}
.vc-companion-page .vcm-hero-panel-note{margin:13px 0 0;padding:12px 13px;border-radius:15px;background:rgba(3,11,27,.52);border:1px solid rgba(255,255,255,.12);color:#eef1ff;font-size:12px;font-weight:850;line-height:1.45}
@keyframes vcm-reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-head{animation:vcm-reveal .38s cubic-bezier(.2,.7,.2,1) .04s both}
.vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-list article:nth-child(1){animation:vcm-reveal .38s cubic-bezier(.2,.7,.2,1) .12s both}
.vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-list article:nth-child(2){animation:vcm-reveal .38s cubic-bezier(.2,.7,.2,1) .2s both}
.vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-list article:nth-child(3){animation:vcm-reveal .38s cubic-bezier(.2,.7,.2,1) .28s both}
.vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-list article:nth-child(4){animation:vcm-reveal .38s cubic-bezier(.2,.7,.2,1) .36s both}
.vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-list article:nth-child(5){animation:vcm-reveal .38s cubic-bezier(.2,.7,.2,1) .44s both}
.vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-note{animation:vcm-reveal .38s cubic-bezier(.2,.7,.2,1) .52s both}
.vc-companion-page .vcm-frictions,.vc-companion-page .vcm-modules,.vc-companion-page .vcm-journey,.vc-companion-page .vcm-faq{background:var(--vcm-mineral)}
.vc-companion-page .vcm-principle,.vc-companion-page .vcm-organization,.vc-companion-page .vcm-differences,.vc-companion-page .vcm-preview{background:#fff}
.vc-companion-page .vcm-start,.vc-companion-page .vcm-foundations,.vc-companion-page .vcm-limits{background:#09172d;color:#fff}
.vc-companion-page .vcm-start .section-head p,.vc-companion-page .vcm-foundations .section-head p,.vc-companion-page .vcm-limits .section-head p{color:#cbd5e5}
.vc-companion-page .vcm-friction-grid,.vc-companion-page .vcm-module-grid,.vc-companion-page .vcm-limit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.vc-companion-page .vcm-friction-grid article,.vc-companion-page .vcm-module-grid article{display:flex;flex-direction:column;min-height:224px;padding:25px 22px;border-radius:20px;background:#fff;border:1px solid var(--vcm-line);box-shadow:0 16px 42px rgba(31,46,72,.055)}
.vc-companion-page .vcm-friction-grid>article>span,.vc-companion-page .vcm-preview-grid>article>span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:19px;border-radius:14px;background:#e8ebf8;border:1px solid #cbd1ee;color:var(--vcm-indigo);font-size:12px;font-weight:950}
.vc-companion-page .vcm-friction-grid h3,.vc-companion-page .vcm-module-grid h3{margin:0 0 10px;color:var(--vcm-ink);font-size:19px;line-height:1.24}
.vc-companion-page .vcm-friction-grid p,.vc-companion-page .vcm-module-grid p{margin:0;color:#56697b;font-size:14px}
.vc-companion-page .vcm-principle-layout,.vc-companion-page .vcm-organization-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:center}
.vc-companion-page .vcm-principle-layout{align-items:start}
.vc-companion-page .vcm-principle-layout h2,.vc-companion-page .vcm-organization-layout h2{margin:0 0 17px;font-size:clamp(34px,3.7vw,50px);line-height:1.08;letter-spacing:-.04em}
.vc-companion-page .vcm-principle-layout>div:first-child>p:last-child,.vc-companion-page .vcm-organization-layout>div>p{color:#56697b;font-size:17px;line-height:1.65}
.vc-companion-page .vcm-principle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.vc-companion-page .vcm-principle-grid article{min-height:142px;padding:21px 19px;border-radius:18px;background:var(--vcm-paper);border:1px solid var(--vcm-line)}
.vc-companion-page .vcm-principle-grid h3{margin:0 0 8px;color:var(--vcm-ink);font-size:18px}
.vc-companion-page .vcm-principle-grid p{margin:0;color:#56697b;font-size:13px}
.vc-companion-page .vcm-trust-note{margin:28px 0 0;padding:17px 19px;border-radius:17px;background:#f5ede7;border:1px solid #e2cdbd;color:#563c2e;font-size:13px;font-weight:800;text-align:center}
.vc-companion-page .vcm-start-grid,.vc-companion-page .vcm-difference-grid,.vc-companion-page .vcm-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-companion-page .vcm-start-grid article{display:flex;flex-direction:column;min-height:320px;padding:28px 24px 25px;border-radius:21px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-companion-page .vcm-start-grid span{display:grid;place-items:center;width:40px;height:40px;margin-bottom:20px;border-radius:14px;background:rgba(53,189,179,.11);border:1px solid rgba(53,189,179,.28);color:#91ebe4;font-size:12px;font-weight:950}
.vc-companion-page .vcm-start-grid h3{margin:0 0 11px;color:#fff;font-size:22px;line-height:1.22}
.vc-companion-page .vcm-start-grid p{margin:0;color:#cbd5e5;font-size:14px}
.vc-companion-page .vcm-start-grid strong{margin-top:auto;padding-top:22px;color:#98eee7;font-size:13px;line-height:1.5}
.vc-companion-page .vcm-module-legend{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 24px}
.vc-companion-page .vcm-module-legend span,.vc-companion-page .vcm-module-status{display:inline-flex;width:max-content;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}
.vc-companion-page .is-available{background:#e2f6f2;color:#126d66;border:1px solid #b7ded9}
.vc-companion-page .is-preparing{background:#eceffd;color:#405398;border:1px solid #c8cfef}
.vc-companion-page .is-planned{background:#f6eee8;color:#794c2f;border:1px solid #e2cbbd}
.vc-companion-page .vcm-module-grid h3{margin-top:18px}
.vc-companion-page .vcm-foundation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.vc-companion-page .vcm-foundation-grid article{min-height:190px;padding:25px 22px;border-radius:20px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-companion-page .vcm-foundation-grid h3{margin:0 0 10px;color:#fff;font-size:20px}
.vc-companion-page .vcm-foundation-grid p{margin:0;color:#cbd5e5;font-size:14px}
.vc-companion-page .vcm-organization-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}
.vc-companion-page .vcm-organization-list li{position:relative;min-height:78px;padding:18px 18px 18px 50px;border-radius:17px;background:var(--vcm-paper);border:1px solid var(--vcm-line);color:#344d63;font-size:14px;font-weight:850}
.vc-companion-page .vcm-organization-list li:before{content:"✓";position:absolute;left:18px;top:18px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#e2f6f2;color:#126d66;font-size:12px;font-weight:950}
.vc-companion-page .vcm-organization-layout .vcm-separation-message{margin-top:22px;padding:15px 17px;border-radius:16px;background:#edf0fb;border:1px solid #cbd1ee;color:#344c80;font-size:13px;font-weight:850}
.vc-companion-page .vcm-journey-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.vc-companion-page .vcm-journey-grid article{display:flex;flex-direction:column;min-height:245px;padding:22px 17px;border-radius:19px;background:#fff;border:1px solid var(--vcm-line)}
.vc-companion-page .vcm-journey-grid span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:17px;border-radius:50%;background:#e8ebf8;border:1px solid #cbd1ee;color:var(--vcm-indigo);font-size:12px;font-weight:950}
.vc-companion-page .vcm-journey-grid h3{margin:0 0 9px;color:var(--vcm-ink);font-size:17px;line-height:1.22}
.vc-companion-page .vcm-journey-grid p{margin:0;color:#56697b;font-size:13px}
.vc-companion-page .vcm-difference-grid article,.vc-companion-page .vcm-preview-grid article{display:flex;flex-direction:column;min-height:300px;padding:27px 23px;border-radius:21px;background:var(--vcm-paper);border:1px solid var(--vcm-line)}
.vc-companion-page .vcm-difference-grid .vcm-difference-primary{background:linear-gradient(145deg,#e7eafa,#fff);border-color:#b8c1eb}
.vc-companion-page .vcm-difference-grid span{color:var(--vcm-indigo);font-size:12px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}
.vc-companion-page .vcm-difference-grid h3,.vc-companion-page .vcm-preview-grid h3{margin:15px 0 11px;color:var(--vcm-ink);font-size:21px;line-height:1.23}
.vc-companion-page .vcm-difference-grid p,.vc-companion-page .vcm-preview-grid p{margin:0;color:#56697b;font-size:14px}
.vc-companion-page .vcm-difference-grid .more{margin-top:auto;padding-top:22px}
.vc-companion-page .vcm-limit-grid article{min-height:205px;padding:24px 21px;border-radius:20px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.13)}
.vc-companion-page .vcm-limit-grid h3{margin:0 0 9px;color:#fff;font-size:19px}
.vc-companion-page .vcm-limit-grid p{margin:0;color:#cbd5e5;font-size:14px}
.vc-companion-page .vcm-preview-grid article{min-height:250px;background:#fff;box-shadow:0 16px 42px rgba(31,46,72,.055)}
.vc-companion-page .vcm-preview-action{display:flex;justify-content:center;margin-top:28px}
.vc-companion-page .vcm-faq .faq-item{min-height:205px;border-color:var(--vcm-line);box-shadow:0 14px 38px rgba(31,46,72,.05)}
.vc-companion-page .vcm-final-cta{background:linear-gradient(110deg,rgba(3,11,27,.98),rgba(3,11,27,.7)),url('../img/photos/companion-manager-hero.webp') center/cover no-repeat;color:#fff}
.vc-companion-page .vcm-final-cta .actions{min-width:390px;gap:16px;justify-content:flex-end}
.vc-companion-page .vcm-final-cta .actions .btn{white-space:normal;text-align:center}
@media(max-width:1120px){
  .vc-companion-page .vcm-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(370px,.92fr);gap:36px}
  .vc-companion-page .vcm-hero h1{font-size:clamp(40px,4.9vw,58px)}
  .vc-companion-page .vcm-friction-grid,.vc-companion-page .vcm-module-grid,.vc-companion-page .vcm-limit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vc-companion-page .vcm-journey-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .vc-companion-page .vcm-hero{display:block;min-height:auto;padding:118px 0 72px;background-position:center}
  .vc-companion-page .vcm-hero .hero-grid{grid-template-columns:1fr;gap:38px}
  .vc-companion-page .vcm-hero-panel{justify-self:stretch;width:100%}
  .vc-companion-page .vcm-principle-layout,.vc-companion-page .vcm-organization-layout{grid-template-columns:1fr;gap:30px}
  .vc-companion-page .vcm-final-cta .actions{min-width:0;justify-content:flex-start;margin-top:26px}
}
@media(max-width:768px){
  .vc-companion-page .vcm-friction-grid,.vc-companion-page .vcm-principle-grid,.vc-companion-page .vcm-start-grid,.vc-companion-page .vcm-module-grid,.vc-companion-page .vcm-foundation-grid,.vc-companion-page .vcm-organization-list,.vc-companion-page .vcm-journey-grid,.vc-companion-page .vcm-difference-grid,.vc-companion-page .vcm-limit-grid,.vc-companion-page .vcm-preview-grid{grid-template-columns:1fr}
  .vc-companion-page .vcm-friction-grid article,.vc-companion-page .vcm-principle-grid article,.vc-companion-page .vcm-start-grid article,.vc-companion-page .vcm-module-grid article,.vc-companion-page .vcm-foundation-grid article,.vc-companion-page .vcm-journey-grid article,.vc-companion-page .vcm-difference-grid article,.vc-companion-page .vcm-limit-grid article,.vc-companion-page .vcm-preview-grid article,.vc-companion-page .vcm-faq .faq-item{min-height:0}
}
@media(max-width:520px){
  .vc-companion-page .vcm-hero{padding:106px 0 64px;background-position:58% center}
  .vc-companion-page .vcm-hero h1{font-size:39px}
  .vc-companion-page .vcm-hero .lead{font-size:17px}
  .vc-companion-page .vcm-hero .actions .btn,.vc-companion-page .vcm-final-cta .actions .btn{width:100%}
  .vc-companion-page .vcm-hero-panel{padding:17px;border-radius:21px}
  .vc-companion-page .vcm-hero-panel-head{align-items:flex-start;flex-direction:column}
  .vc-companion-page .vcm-hero-panel-list article{grid-template-columns:36px 1fr;padding:10px;min-height:0}
  .vc-companion-page .vcm-hero-panel-list .icon{width:36px;height:36px}
}
@media(prefers-reduced-motion:reduce){
  .vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-head,
  .vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-list article,
  .vc-companion-page [data-vc-hero-reveal="companion-manager"].is-revealed .vcm-hero-panel-note{animation:none}
}

/* ── Print styles ── */
@media print{
header,.header,.nav,.nav-links,.nav-actions,.burger,.header-cta,.language-switcher,footer,.footer,.vc-legal-hero button,.vc-legal-content button[onclick],.cta,.pws-final-cta{display:none!important}
body,.vc-legal-page{background:white!important;color:black!important}
.vc-legal-hero{background:white!important;padding:20px 0!important;min-height:auto!important;color:black!important}
.vc-legal-hero h1{color:black!important;font-size:24px!important}
.vc-legal-hero .vc-legal-subtitle,.vc-legal-hero .vc-legal-meta{color:#333!important}
.vc-legal-hero .eyebrow{color:#555!important}
.vc-legal-content{max-width:100%!important;padding:0!important;font-size:12px!important}
.vc-legal-content h2{font-size:16px!important;break-after:avoid;page-break-after:avoid}
.vc-legal-content p,.vc-legal-content li{font-size:12px!important;line-height:1.6!important;color:black!important}
.vc-legal-content a{color:black!important;text-decoration:underline}
.vc-legal-summary{border:1px solid #ccc!important;box-shadow:none!important}
}

/* ── Shared contextual contact ── */
body.contact-modal-open{overflow:hidden}
.contact-modal[hidden]{display:none!important}
.contact-modal{position:fixed;inset:0;z-index:1400;display:grid;place-items:center;padding:24px;opacity:0;transition:opacity .16s ease}
.contact-modal.is-open{opacity:1}
.contact-modal-backdrop{position:absolute;inset:0;background:rgba(2,10,20,.8);backdrop-filter:blur(7px)}
.contact-modal-panel{position:relative;z-index:1;width:min(760px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(145deg,#071426,#0d2840);box-shadow:0 32px 100px rgba(0,0,0,.55);color:#fff;overscroll-behavior:contain;transition:width .16s ease}
.contact-modal-panel.is-success-view{width:min(560px,100%)}
.contact-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}
.contact-modal-header[hidden]{display:none!important}
.contact-modal-header .eyebrow{margin:0 0 5px;color:#79d8cd}
.contact-modal-header h2{margin:0;color:#fff;font-size:clamp(27px,4vw,38px);line-height:1.08}
.contact-modal-header p:last-child{margin:8px 0 0;color:#c8daea}
.contact-modal-close{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font:400 30px/1 Arial,sans-serif;cursor:pointer}
.contact-modal-close:hover,.contact-modal-close:focus-visible{background:rgba(255,255,255,.16);outline:3px solid rgba(121,216,205,.45);outline-offset:2px}
.contact-modal-form{padding:0;background:transparent;border:0;box-shadow:none}
.contact-modal-form .contact-form-head,.vc-v3-contact-hero-form .contact-form-head{display:grid;gap:4px;margin-bottom:16px;padding:12px 14px;border:1px solid rgba(17,185,170,.3);border-radius:14px;background:rgba(17,185,170,.1)}
.contact-modal-form .contact-form-head span,.vc-v3-contact-hero-form .contact-form-head span{color:#9cded7;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.contact-modal-form .contact-form-head strong,.vc-v3-contact-hero-form .contact-form-head strong{color:#fff;font-size:18px;overflow-wrap:anywhere}
.contact-form .field label span{font-size:.82em;font-weight:600;opacity:.75}
.contact-modal-form .form-grid{gap:13px}
.contact-modal-form .field input,.contact-modal-form .field textarea{background:rgba(255,255,255,.96);color:#102033}
.contact-modal-form .field textarea{min-height:120px;resize:vertical}
.contact-form .field-error{display:block;min-height:18px;margin-top:4px;color:#ffd3d3;font-size:12px}
.contact-form .field-error:empty{display:none}
.contact-form .is-invalid{border-color:#ff9f9f!important;outline:2px solid rgba(255,120,120,.18)}
.contact-privacy-note{margin:15px 0 0;color:#cbddea;font-size:12px;line-height:1.55}
.contact-privacy-note a{color:#a9fff4;font-weight:850;text-decoration:underline}
.contact-context-help{margin-top:12px;border-top:1px solid rgba(255,255,255,.12);padding-top:11px;color:#cbddea;font-size:12px}
.contact-context-help summary{display:inline-flex;align-items:center;gap:8px;color:#e7f6ff;font-weight:800;cursor:pointer}
.contact-context-help summary span{display:grid;place-items:center;width:22px;height:22px;border:1px solid rgba(169,255,244,.38);border-radius:50%;color:#a9fff4}
.contact-context-help p{margin:9px 0 0;line-height:1.55}
.contact-success-view[hidden]{display:none!important}
.contact-success-view{align-self:center;color:#fff}
.contact-success-view--modal{padding:18px 10px 12px;text-align:center}
.contact-success-view .eyebrow{margin:0 0 9px;color:#79d8cd;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.contact-success-view h3{margin:0;color:#fff;font-size:clamp(27px,4vw,38px);line-height:1.12;outline:none}
.contact-success-view h3:focus-visible{outline:3px solid rgba(121,216,205,.52);outline-offset:7px;border-radius:4px}
.contact-success-view>p:not(.eyebrow):not(.contact-success-subject){max-width:470px;margin:18px auto 0;color:#d7e7f4;font-size:16px;line-height:1.65}
.contact-success-subject{margin:18px 0 0;color:#bcd0df;font-size:14px}
.contact-success-subject strong{color:#fff;overflow-wrap:anywhere}
.contact-success-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px 20px;margin-top:26px}
.contact-success-actions .btn{min-width:150px}
.contact-success-restart{border:0;background:transparent;color:#a9fff4;font:inherit;font-size:13px;font-weight:850;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.contact-success-restart:hover,.contact-success-restart:focus-visible{color:#fff;outline:3px solid rgba(121,216,205,.45);outline-offset:4px;border-radius:3px}
.contact-success-view--page{text-align:center}
.contact-success-view--page>p:not(.eyebrow):not(.contact-success-subject){font-size:15px}
.vc-v3-contact-hero-form .contact-privacy-note,.vc-v3-contact-hero-form .contact-context-help{color:#cbddea}
.vc-v3-contact-hero-form .contact-privacy-note a{color:#a9fff4}
@media(max-width:768px){
  .contact-modal{padding:12px}
  .contact-modal-panel{max-height:calc(100dvh - 24px);padding:20px 18px;border-radius:20px}
  .contact-modal-header{gap:12px}
  .contact-modal-header h2{font-size:28px}
  .contact-modal-form .form-grid{grid-template-columns:1fr}
  .contact-modal-form .field{grid-column:1}
}
@media(max-width:420px){
  .contact-modal{padding:0;place-items:stretch}
  .contact-modal-panel{width:100%;max-height:100dvh;padding:18px 16px;border-radius:0;border-left:0;border-right:0}
  .contact-modal.has-success-view{place-items:center;padding:12px}
  .contact-modal.has-success-view .contact-modal-panel{width:100%;max-height:calc(100dvh - 24px);padding:22px 16px;border:1px solid rgba(255,255,255,.16);border-radius:20px}
  .contact-modal-header h2{font-size:25px}
  .contact-modal-close{width:40px;height:40px;flex-basis:40px}
  .contact-modal-form .btn{width:100%;white-space:normal}
  .contact-success-view--modal{padding:14px 0 8px}
  .contact-success-actions{display:grid;justify-items:center}
}
@media(prefers-reduced-motion:reduce){
  .contact-modal{transition:none}
  .contact-modal-panel{scroll-behavior:auto;transition:none}
}

/* public-release-sync: d68a4abac5e63e0596ea70739a1c93f732e4c3f7 */
