:root{--navy-900:#2c2436;--navy-800:#372d44;--navy-700:#433852;--navy-600:#514563;--purple-700:#8a4cab;--purple-600:#9B66BB;--purple-500:#b483d2;--purple-200:#e3d4f0;--purple-100:#f3ebfa;--bg:#f4f3ee;--bg-card:#ffffff;--bg-soft:#ebebe5;--ink-900:#14162b;--ink-700:#2c2f4a;--ink-500:#5d6079;--ink-400:#8a8da1;--ink-300:#b9bccb;--line:#e3e2db;--line-strong:#c7c6bf;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--container:1200px;--font-serif:"Cormorant Garamond","EB Garamond","Source Serif Pro",Georgia,serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:ui-monospace,"JetBrains Mono","SFMono-Regular",Menlo,monospace}*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:var(--bg);scroll-padding-top:96px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:var(--purple-700) transparent}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--purple-700);border-radius:8px;border:3px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--purple-900,#2c2348)}body{margin:0;font-family:var(--font-sans);font-size:15px;line-height:1.55;color:var(--ink-900);background:0 0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}.clink{color:var(--purple-700);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;transition:color .15s}.clink:hover{color:var(--purple-500)}.featured-price .clink{color:var(--purple-200)}.featured-price .clink:hover{color:#fff}button{font:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:500;letter-spacing:-.01em;margin:0;line-height:1.1}p{margin:0 0 1em}.container{max-width:var(--container);margin:0 auto;padding:0 28px}.it{font-style:italic}.topbar{background:var(--navy-900);color:#e8e9f2;font-size:13px;padding:9px 28px;text-align:center}.topbar .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--purple-500);margin-right:8px;vertical-align:middle}.topbar a{text-decoration:underline;color:var(--purple-200);margin-left:6px}.topbar a:hover{color:#fff}.site-header{background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:78px;gap:24px}.logo{display:flex;align-items:center;gap:10px}.logo img{height:46px;width:auto}.logo-text{font-family:var(--font-serif);font-size:20px;letter-spacing:.06em;background:linear-gradient(135deg,var(--purple-700) 0,var(--navy-900) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-main{display:flex;align-items:center;gap:28px;font-size:14px}.nav-main a{position:relative;color:var(--ink-900);transition:color .15s}.nav-main a.is-active,.nav-main a:hover{color:var(--purple-700)}.nav-main a.btn-primary,.nav-main a.btn-primary:hover{color:#fff}.nav-item.has-dropdown{position:relative}.nav-trigger{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.nav-trigger .chev{transition:transform .2s;opacity:.7}.nav-item.has-dropdown:focus-within .nav-trigger .chev,.nav-item.has-dropdown:hover .nav-trigger .chev{transform:rotate(180deg);opacity:1}.nav-dropdown{position:absolute;top:100%;left:-16px;min-width:240px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px;box-shadow:0 18px 40px -18px rgba(20,22,43,.22),0 4px 12px -6px rgba(20,22,43,.08);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s,transform .18s,visibility .18s;z-index:60}.nav-item.has-dropdown:focus-within .nav-dropdown,.nav-item.has-dropdown:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown::before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.nav-dropdown a{display:block;padding:9px 12px;border-radius:6px;font-size:13.5px;color:var(--ink-700);transition:background .15s,color .15s}.nav-dropdown a:hover{background:var(--purple-100);color:var(--purple-700)}.nav-item.has-groups .nav-dropdown{min-width:520px;display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:14px}.nav-group__title{font-size:10.5px;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-500);font-weight:600;padding:6px 12px 8px;border-bottom:1px solid var(--line);margin-bottom:4px}.nav-group a{font-size:13px;padding:8px 12px}.nav-burger{display:none;background:0 0;border:0;padding:6px;color:var(--ink-900)}.nav-burger svg{width:26px;height:26px}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:8px;font-size:14px;font-weight:500;border:1px solid transparent;transition:transform .15s,background .15s,color .15s,border-color .15s}.btn:hover{transform:translateY(-1px)}.btn .arr{transition:transform .2s}.btn:hover .arr{transform:translateX(3px)}.btn-primary{background:var(--navy-900);color:#fff}.btn-primary:hover{background:var(--navy-800)}.btn-purple{background:var(--purple-600);color:#fff}.btn-purple:hover{background:var(--purple-700)}.btn-ghost{background:0 0;color:var(--ink-900);border-color:var(--line-strong)}.btn-ghost:hover{border-color:var(--ink-900)}.btn-on-dark-ghost{background:0 0;color:#fff;border-color:rgba(255,255,255,.45)}.btn-on-dark-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06)}.btn-on-dark-white{background:#fff;color:var(--navy-900);border-color:#fff}.btn-on-dark-white:hover{background:var(--bg)}.section{padding:88px 0}.section--soft{background:var(--bg-soft)}.section--navy{background:var(--navy-900);color:#fff}.section-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--ink-500);margin-bottom:18px}.section-eyebrow::before{content:"";display:inline-block;width:22px;height:1px;background:var(--purple-600)}.section-title{font-size:44px;line-height:1.08;max-width:760px;font-weight:500}.section-title .it{font-style:italic}.section-lead{margin-top:18px;max-width:540px;color:var(--ink-700);font-size:15px}.section-two-col{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:start}.breadcrumb{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-500);margin-bottom:22px}.breadcrumb a{color:var(--ink-500)}.breadcrumb a:hover{color:var(--ink-900)}hr.rule{border:0;border-top:1px solid var(--line);margin:0}.hero{padding:20px 0 40px}.hero-inner{max-width:900px}.hero-lead--wide{max-width:680px}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:50px;align-items:start}.hero h1{font-size:56px;font-weight:500;line-height:1.05}.hero h1 .it{font-style:italic}.hero h1 .it.accent{color:var(--purple-700)}.hero-lead{margin-top:22px;max-width:480px;color:var(--ink-700);font-size:15.5px}.hero-actions{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}.hero-stats{margin-top:56px;display:grid;grid-template-columns:repeat(3,max-content);gap:56px}.hero-stat .lbl{font-size:10.5px;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-500)}.hero-stat .val{font-family:var(--font-serif);font-size:32px}.hero--center{text-align:center;padding:21px 0 8px}.hero--center .hero-grid,.hero--center .hero-inner{max-width:1000px;margin-left:auto;margin-right:auto}.hero--center .section-eyebrow{margin-bottom:20px}.hero--center h1{max-width:880px;margin-left:auto;margin-right:auto;letter-spacing:-.01em}.hero--center .hero-lead{max-width:720px;margin:26px auto 0;font-size:17px;line-height:1.65}.hero--center .hero-actions{justify-content:center;margin-top:34px}.hero--center .hero-stats{justify-content:center;gap:72px;margin-top:60px}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.card{background:var(--bg-card);border:1px solid var(--line);border-radius:10px;padding:22px 22px 20px}.card h3{font-size:19px;margin-bottom:8px}.card p{color:var(--ink-700);font-size:14px}.card .pill{display:inline-block;font-size:10.5px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-500);padding:3px 8px;border:1px solid var(--line);border-radius:999px;margin-bottom:14px}.card .more{margin-top:14px;font-size:13px;color:var(--purple-700);display:inline-flex;align-items:center;gap:6px}.card .more:hover{color:var(--purple-600)}.card .lower-tag{font-family:var(--font-mono);font-size:11px;color:var(--ink-500);margin-bottom:18px;letter-spacing:.04em}.card .num{font-family:var(--font-serif);color:var(--purple-700);font-size:22px;margin-bottom:14px}.why-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;margin-top:32px}.why-card{padding:26px 24px;background:var(--bg-card);border:1px solid var(--line);border-radius:10px}.why-card .nbr{font-family:var(--font-mono);font-size:12px;color:var(--ink-500);margin-bottom:14px}.why-card h3{font-size:19px;margin-bottom:8px}.why-card p{color:var(--ink-700);font-size:14px;margin-bottom:14px}.why-card .tag{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--purple-700)}.soft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.soft-grid--wide{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.soft-tile{background:var(--purple-100);border:1px solid var(--purple-200);border-radius:14px;padding:22px 24px}.soft-tile__kicker{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--purple-700);font-weight:600;margin-bottom:10px}.soft-tile__title{font-family:var(--font-serif);font-size:19px;color:var(--navy-900);line-height:1.3}.soft-tile__text{margin-top:12px;font-size:12.5px;color:var(--ink-700);line-height:1.5}.soft-grid--flow{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px}.soft-grid--flow .soft-tile{flex:1 1 220px}.flow-arrow{display:flex;align-items:center;flex:none;color:var(--purple-600);font-size:22px;line-height:1}@media (max-width:720px){.flow-arrow{display:none}.soft-grid--flow .soft-tile{flex-basis:100%}}.soft-tile__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.badge-finance{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#fff;background:var(--purple-700);padding:3px 8px;border-radius:999px;font-weight:600;white-space:nowrap}.info-band{margin-top:36px;background:var(--purple-100);border:1px solid var(--purple-200);border-radius:14px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.info-band__text{max-width:700px}.info-band__kicker{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--purple-700);margin-bottom:8px;font-weight:600}.info-band__title{font-family:var(--font-serif);font-size:22px;color:var(--navy-900);line-height:1.25}.promo-band{background:linear-gradient(135deg,var(--navy-900) 0,#211b2b 100%);color:#fff;border-radius:16px;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.promo-band__inner{max-width:640px}.promo-band__kicker{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--purple-200);margin-bottom:10px;font-weight:600}.promo-band__title{font-family:var(--font-serif);font-size:30px;line-height:1.2}.promo-band__title .hl{font-style:italic;color:var(--purple-200)}.card-kicker{font-family:var(--font-mono);font-size:11px;color:var(--purple-700);letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}.cta-center{text-align:center;margin-top:36px}.mt-24{margin-top:24px}.mt-48{margin-top:48px}.mt-64{margin-top:64px}.section-subtitle{font-family:var(--font-serif);font-size:28px;color:var(--navy-900);margin:0 0 28px;font-weight:500;letter-spacing:-.01em}.link-u{color:var(--purple-700);text-decoration:underline}.soft-tile__head .soft-tile__kicker{margin-bottom:0}.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:48px;background:var(--line);border:1px solid var(--line);border-radius:14px;overflow:hidden}.mission-item{position:relative;background:var(--bg-card);padding:30px 28px;display:flex;flex-direction:column;gap:10px;transition:background .3s}.mission-item::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--purple-600);transform:scaleY(0);transform-origin:top;transition:transform .3s}.mission-item:hover{background:var(--purple-100)}.mission-item:hover::before{transform:scaleY(1)}.mission-item__num{font-family:var(--font-serif);font-size:30px;line-height:1;color:var(--purple-600);font-weight:500}.mission-item__title{font-size:15.5px;font-weight:600;color:var(--navy-900);line-height:1.3}.mission-item__text{font-size:13px;color:var(--ink-700);line-height:1.5}.feat-card{display:flex;flex-direction:column;gap:12px}.feat-card__icon{width:42px;height:42px;border-radius:11px;flex:none;display:flex;align-items:center;justify-content:center;background:var(--purple-100);color:var(--purple-700);border:1px solid var(--purple-200);transition:background .3s,color .3s,transform .3s}.feat-card__icon svg{width:21px;height:21px;stroke:currentColor}.card:hover .feat-card__icon{background:var(--purple-600);color:#fff;transform:translateY(-2px)}.feat-card h3{font-size:17px;margin:0;color:var(--navy-900);line-height:1.3}.feat-card p{margin:0}.card--on-dark{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12);color:#efe9f5}.card--on-dark h3{color:#fff}.card--on-dark p{color:#d6cce4}.pill--solid{background:var(--purple-200);color:#2c2436;border:0;font-weight:600}.section--navy .section-eyebrow{color:var(--purple-200)}.section--navy .section-eyebrow::before{background:var(--purple-200)}.section--navy .section-title{color:#fff}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:56px}.stat .val{font-family:var(--font-serif);font-size:64px;line-height:1;color:#fff}.stat .val sup{font-size:26px;vertical-align:top;margin-left:2px;color:var(--purple-200)}.stat .lbl{margin-top:12px;font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--purple-200)}.cta-band{background:linear-gradient(110deg,#a98fd0,#c6b2e3);color:var(--navy-900);padding:36px 0;margin:40px 24px;border-radius:14px}.cta-band .inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-band h2{font-family:var(--font-serif);font-size:30px;max-width:540px}.cta-band .actions{display:flex;gap:12px}.cta-band .btn-on-dark-white{background:var(--navy-900);color:#fff;border-color:var(--navy-900)}.cta-band .btn-on-dark-white:hover{background:#1f1929;border-color:#1f1929}.cta-band .btn-on-dark-ghost{background:0 0;color:var(--navy-900);border-color:rgba(44,36,54,.4)}.cta-band .btn-on-dark-ghost:hover{border-color:var(--navy-900);background:rgba(44,36,54,.06)}.site-footer{background:var(--navy-900);color:#cfd2e3;padding:64px 0 28px;font-size:13px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:48px}.footer-brand .logo-text{color:var(--purple-200)}.footer-brand p{color:#b6bad0;margin:14px 0;max-width:320px;font-size:13.5px;line-height:1.55}.footer-brand .siret{color:#7e85a3;font-size:11.5px;letter-spacing:.06em}.footer-col h4{font-family:var(--font-sans);font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#fff;margin-bottom:16px;font-weight:600}.footer-col a{display:block;padding:5px 0;color:#cfd2e3}.footer-col a:hover{color:#fff}.footer-col .strong{color:#fff;font-weight:600;margin-top:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:48px;padding-top:22px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#8e93ad;flex-wrap:wrap;gap:12px}.footer-bottom a{color:#cfd2e3;margin-left:18px}.footer-bottom a:hover{color:#fff}.cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:100;max-width:760px;margin:0 auto;background:var(--navy-900);color:#e8e9f2;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.35);padding:18px 22px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cookie-banner[hidden]{display:none}.cookie-banner__text{margin:0;font-size:13.5px;line-height:1.5;flex:1 1 320px}.cookie-banner__text a{color:var(--purple-200);text-decoration:underline}.cookie-banner__text a:hover{color:#fff}.cookie-banner__actions{display:flex;gap:10px;flex-shrink:0}.cookie-banner .btn-ghost{color:#e8e9f2;border-color:rgba(255,255,255,.3)}.cookie-banner .btn-ghost:hover{border-color:#fff;color:#fff}@media (max-width:600px){.cookie-banner{padding:16px;gap:14px}.cookie-banner__actions{width:100%}.cookie-banner__actions .btn{flex:1 1 auto;justify-content:center}}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;padding:56px 0;border-bottom:1px solid var(--line)}.feature-row:last-of-type{border-bottom:0}.feature-row.reverse>:first-child{order:2}.feature-row .label{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-500);margin-bottom:10px}.feature-row h3{font-size:30px;line-height:1.15;margin-bottom:14px}.feature-row p{color:var(--ink-700);font-size:15px;max-width:480px}.feature-row ul{list-style:none;padding:0;margin:18px 0 0}.feature-row ul li{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding:12px 0;font-size:13.5px;color:var(--ink-700)}.feature-row ul li:last-child{border-bottom:1px solid var(--line)}.feature-row ul li .arr{color:var(--purple-700)}.media-block{border-radius:10px;background:#d8d6cf;aspect-ratio:4/3;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:12px;color:#7c7a70}.dui{background:#eef1f5;border:1px solid var(--line);border-radius:12px;padding:12px;overflow:hidden;color:#2c3550;box-shadow:0 22px 50px -28px rgba(20,22,43,.25),0 6px 18px -10px rgba(20,22,43,.08)}.dui__top{display:flex;gap:8px;margin-bottom:10px}.dui__top span{flex:1;text-align:center;padding:8px;border-radius:7px;color:#fff;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 2px 6px -2px rgba(20,22,43,.3)}.dui__top .soins{background:linear-gradient(180deg,#33b9a8,#229488)}.dui__top .medic{background:linear-gradient(180deg,#e05656,#c23636)}.dui__body{display:grid;grid-template-columns:92px 1fr;gap:10px}.dui__side{display:flex;flex-direction:column;gap:6px}.dui__photo{background:#fff;border:1px solid #dfe3ec;border-radius:6px;height:56px;display:flex;align-items:center;justify-content:center;color:#aeb4c4;font-size:9px}.dui__btn{border-radius:5px;padding:6px 7px;font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#fff;text-align:center}.dui__btn--blue{background:linear-gradient(180deg,#5a93d6,#3f78c0)}.dui__btn--orange{background:linear-gradient(180deg,#eaa23c,#dd8a23)}.dui__note{background:#fff;border:1px solid #e2e6ee;border-radius:5px;padding:5px 6px;font-size:8px;color:#8a90a2}.dui__note b{display:block;color:#3f4a66;font-size:8px;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}.dui__main{display:flex;flex-direction:column;gap:8px;min-width:0}.dui__card{background:#fff;border:1px solid #e2e6ee;border-radius:8px;overflow:hidden}.dui__card-h{display:flex;align-items:center;gap:6px;padding:7px 10px;border-bottom:1px solid #eef0f5;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#3f4a66}.dui__card-h::before{content:"";width:8px;height:8px;border-radius:2px;background:#4f8ad0}.dui__card-h small{font-weight:500;color:#9aa0b2;text-transform:none;letter-spacing:0}.dui__table{width:100%;border-collapse:collapse;font-size:9px}.dui__table th{background:#f3f5f9;color:#5b6480;text-align:left;padding:5px 8px;font-weight:600}.dui__table td{padding:5px 8px;border-top:1px solid #f0f2f6;color:#4a5168}.dui__ok{color:#2f9d6d;font-weight:600}.dui__lien{display:inline-block;width:14px;height:12px;border-radius:2px;background:#4caf50}.dui__tags{display:flex;gap:5px;padding:7px 10px 0;flex-wrap:wrap}.dui__tag{font-size:8px;font-weight:700;padding:2px 6px;border-radius:3px;color:#fff;background:#6f7d99}.dui__badge{font-size:8px;font-weight:700;padding:1px 5px;border-radius:3px;color:#fff}.dui__badge.b-edu{background:#8b5cc4}.dui__badge.b-sante{background:#3fa46a}.dui__badge.b-admin{background:#3f78c0}.media-block .tag{position:absolute;top:14px;left:14px;background:var(--navy-900);color:#fff;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.12em;padding:4px 10px;border-radius:4px;text-transform:uppercase}.media-block .tag.bottom{top:auto;bottom:14px}.media-block .play{width:56px;height:56px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(20,22,43,.18)}.media-block .play svg{width:18px;height:18px;color:var(--navy-900);margin-left:3px}.service-row{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:start;padding:56px 0;border-bottom:1px solid var(--line)}.service-row .left .pill-row{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-500);margin-top:18px}.service-row .left h4{font-family:var(--font-sans);font-size:14px;font-weight:600;margin-top:6px}.service-row .left .price{font-family:var(--font-serif);font-style:italic;color:var(--ink-700)}.service-row .left .person{margin-top:18px;background:var(--bg-card);border:1px solid var(--line);border-radius:8px;padding:12px 14px;display:flex;align-items:center;gap:12px}.service-row .left .person .av{width:32px;height:32px;border-radius:50%;background:var(--navy-900);color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;font-size:13px}.service-row .left .person .who small{display:block;font-size:11.5px;color:var(--ink-500)}.service-row .right h3{font-size:26px;line-height:1.2;margin-bottom:14px}.service-row .right p{color:var(--ink-700);font-size:14.5px;max-width:520px}.service-row .right .feat-list{list-style:none;padding:0;margin:22px 0}.service-row .right .feat-list li{display:grid;grid-template-columns:18px 180px 1fr;gap:16px;padding:12px 0;border-top:1px solid var(--line);font-size:13.5px;align-items:start}.service-row .right .feat-list li:last-child{border-bottom:1px solid var(--line)}.service-row .right .feat-list .check{color:var(--purple-700);font-weight:600}.service-row .right .feat-list strong{font-weight:600}.service-row .right .actions{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}.about-hero{text-align:center;padding:84px 0 56px}.about-hero h1{font-size:58px;line-height:1.05;letter-spacing:-.01em;max-width:820px;margin:0 auto}.about-hero p{margin-top:26px;max-width:720px;margin-left:auto;margin-right:auto;color:var(--ink-700);font-size:17px;line-height:1.65}.about-body{padding:36px 0 80px}.about-body .col{max-width:720px;margin:0 auto;font-size:15px;color:var(--ink-700);line-height:1.7}.about-body .col blockquote{font-family:var(--font-serif);font-size:22px;color:var(--ink-900);border-left:3px solid var(--purple-600);padding:6px 22px;margin:28px 0;line-height:1.35}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:38px}.team-card .photo{background:linear-gradient(150deg,var(--purple-100),#ece8f6 70%,#e4def3);border:1px solid var(--purple-200);border-radius:8px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.team-card .photo .mono{font-family:var(--font-serif);font-size:clamp(34px, 6vw, 46px);font-weight:500;letter-spacing:.02em;color:var(--purple-700);user-select:none}.team-card .photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.team-card h4{font-family:var(--font-serif);font-size:19px;font-weight:500;margin-top:18px}.team-card small{color:var(--ink-500);font-size:13px}.price-hero{text-align:center;padding:84px 0 40px}.price-hero h1{font-size:52px;line-height:1.05;letter-spacing:-.01em;max-width:780px;margin:0 auto}.price-hero h1 .it{font-style:italic}.price-hero p{margin-top:26px;max-width:700px;margin-left:auto;margin-right:auto;color:var(--ink-700);font-size:17px;line-height:1.65}.featured-price{background:var(--navy-900);color:#fff;border-radius:14px;padding:36px;display:grid;grid-template-columns:1.4fr 1fr;gap:28px;margin-top:36px}.featured-price .badge{display:inline-flex;align-items:center;gap:8px;background:var(--purple-700);color:#fff;padding:5px 12px;border-radius:6px;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.featured-price h2{font-size:32px;margin:16px 0 12px}.featured-price p{color:#c8cce0;font-size:14px}.featured-price ul{list-style:none;padding:0;margin:18px 0 0}.featured-price ul li{padding:12px 0;border-top:1px solid rgba(255,255,255,.12);font-size:14px;color:#e7e9f2;display:flex;align-items:center;gap:10px}.featured-price ul li:last-child{border-bottom:1px solid rgba(255,255,255,.12)}.featured-price ul li .ck{color:var(--purple-200)}.featured-price .quote{background:rgba(255,255,255,.04);border-radius:10px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.featured-price .quote .lab{font-family:var(--font-serif);font-size:36px}.featured-price .quote .sub{color:#c8cce0;font-size:13px;margin-top:8px;max-width:240px}.featured-price .quote .actions{margin-top:22px;width:100%;display:grid;gap:10px}.featured-price .quote .btn{width:100%;justify-content:center}.price-table{margin-top:48px;width:100%;border-collapse:collapse;background:var(--bg-card);border:1px solid var(--line);border-radius:10px;overflow:hidden}.price-table td,.price-table th{padding:18px 22px;text-align:left;vertical-align:middle;font-size:14px}.price-table th{background:var(--bg);font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-500);border-bottom:1px solid var(--line);font-weight:500}.price-table tbody tr+tr{border-top:1px solid var(--line)}.price-table .name{font-family:var(--font-serif);font-size:17px;color:var(--navy-900)}.price-table .desc{color:var(--ink-700);max-width:380px}.price-table .tarif{font-family:var(--font-serif);font-style:italic;color:var(--ink-700)}.price-cards{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.price-card{background:var(--bg-card);border:1px solid var(--line);border-radius:14px;padding:28px 28px 24px;display:flex;flex-direction:column;transition:border-color .18s,box-shadow .18s,transform .18s}.price-card:hover{border-color:var(--purple-500);box-shadow:0 22px 50px -28px rgba(20,22,43,.22),0 6px 18px -10px rgba(20,22,43,.08);transform:translateY(-2px)}.price-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:18px}.price-card__head h3{font-family:var(--font-serif);font-size:22px;line-height:1.2;color:var(--navy-900);font-weight:500;max-width:60%}.price-card__price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.price-card__price .amount{font-family:var(--font-serif);font-size:30px;line-height:1;color:var(--purple-700);font-weight:500}.price-card__price .amount--quote{font-style:italic;color:var(--ink-700);font-size:24px}.price-card__price .unit{font-size:11.5px;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-500);margin-top:6px}.price-card__body{flex:1}.price-block+.price-block{margin-top:18px}.price-block__label{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;text-transform:uppercase;letter-spacing:.14em;color:var(--navy-900);font-weight:600;margin-bottom:10px;padding-left:12px;position:relative}.price-block__label::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:12px;border-radius:2px;background:var(--purple-600)}.price-block p{margin:0;color:var(--ink-700);font-size:14px;line-height:1.55}.price-block ul{list-style:none;padding:0;margin:0}.price-block ul li{position:relative;padding:5px 0 5px 18px;font-size:14px;color:var(--ink-700);line-height:1.55}.price-block ul li::before{content:"";position:absolute;left:4px;top:12px;width:5px;height:5px;border-radius:50%;background:var(--purple-500)}.price-block ul.price-options li{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;border-bottom:1px dashed var(--line)}.price-block ul.price-options li::before{display:none}.price-block ul.price-options li:last-child{border-bottom:0}.price-block ul.price-options .opt-label{color:var(--ink-900);font-size:14px}.price-block ul.price-options .opt-price{font-family:var(--font-serif);font-size:22px;color:var(--purple-700)}.price-block ul.price-options .opt-price .opt-extra{display:block;font-family:var(--font-sans);font-size:11px;font-weight:500;color:var(--ink-500);line-height:1.3;margin-top:2px}.price-card__note{margin:14px 0 0;font-size:12px;color:var(--ink-500);line-height:1.4}.price-card__foot{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:flex-start}.legal-hero{padding:56px 0 28px}.legal-hero h1{font-size:44px;line-height:1.08;max-width:760px}.legal-hero p{margin-top:16px;max-width:620px;color:var(--ink-700)}.legal-body{padding:32px 0 80px}.legal-body .col{max-width:760px}.legal-body h2{font-family:var(--font-serif);font-size:26px;font-weight:500;color:var(--navy-900);margin:40px 0 12px}.legal-body h2:first-child{margin-top:0}.legal-body h3{font-family:var(--font-sans);font-size:15px;font-weight:600;color:var(--ink-900);margin:22px 0 6px}.legal-body p{color:var(--ink-700);font-size:15px;line-height:1.7}.legal-body ul{margin:8px 0 16px;padding-left:20px;color:var(--ink-700);font-size:15px;line-height:1.7}.legal-body li{margin-bottom:6px}.legal-body a{color:var(--purple-700);text-decoration:underline}.legal-body a:hover{color:var(--purple-600)}.legal-body .updated{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-500);margin-bottom:28px}.legal-body table.legal-table{width:100%;border-collapse:collapse;margin:12px 0 20px;font-size:14px}.legal-body table.legal-table td,.legal-body table.legal-table th{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}.legal-body table.legal-table th{background:var(--bg-soft);font-weight:600;color:var(--ink-900)}.contact-hero{padding:84px 0 40px}.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:56px;padding:20px 0 80px}.coord h2{font-family:var(--font-serif);font-size:30px;margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--line)}.coord-block{padding:16px 0;border-bottom:1px solid var(--line)}.coord-block .lbl{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--ink-500);margin-bottom:6px}.coord-block .val{font-size:15px;color:var(--ink-900)}.coord-block .val a{color:var(--ink-900)}.coord-block .val a:hover{color:var(--purple-700)}.contact-form{background:var(--bg-card);border:1px solid var(--line);border-radius:10px;padding:28px}.contact-form h2{font-family:var(--font-serif);font-size:24px;margin-bottom:22px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:18px}.field label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-500);margin-bottom:6px}.field input,.field textarea{width:100%;padding:11px 14px;border:1px solid var(--line-strong);border-radius:8px;font:inherit;color:var(--ink-900);background:#fff;transition:border-color .15s,box-shadow .15s}.field input:focus,.field textarea:focus{outline:0;border-color:var(--purple-600);box-shadow:0 0 0 3px rgba(155,102,187,.18)}.field textarea{min-height:110px;resize:vertical}.type-row{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}.type-btn{padding:10px 16px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--ink-900);font-size:13.5px;cursor:pointer;transition:.15s}.type-btn.is-active{background:var(--navy-900);color:#fff;border-color:var(--navy-900)}.rgpd-note{font-size:12px;color:var(--ink-500);margin-top:4px;margin-bottom:18px}.rgpd-note a{color:var(--purple-700);text-decoration:underline}.hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.form-alert{border-radius:8px;padding:14px 16px;margin-bottom:20px;font-size:14px;line-height:1.5}.form-alert--success{background:#e7f4ee;border:1px solid #b6dfca;color:#1f6b46}.form-alert--error{background:#fbecec;border:1px solid #f0c4c4;color:#a23232}.review-cta{margin-top:12px;padding-top:12px;border-top:1px solid #b6dfca;display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px}.review-cta a{font-weight:600;color:#1f6b46;text-decoration:underline}.review-cta a:hover{text-decoration:none}.field input.has-error,.field textarea.has-error{border-color:#d46b6b}.field input.has-error:focus,.field textarea.has-error:focus{box-shadow:0 0 0 3px rgba(212,107,107,.15)}.field-error{color:#a23232;font-size:12px;margin-top:6px}@media (max-width:980px){.contact-grid,.cta-band .inner,.feature-row,.featured-price,.hero-grid,.section-two-col,.service-row{grid-template-columns:1fr!important}.cards-3,.cards-4,.mission-grid,.stats,.team-grid,.why-grid{grid-template-columns:1fr 1fr!important}.footer-grid{grid-template-columns:1fr 1fr}.feature-row.reverse>:first-child{order:0}.nav-main{display:none;position:absolute;top:78px;left:0;right:0;background:var(--bg);flex-direction:column;align-items:stretch;padding:18px 28px;border-bottom:1px solid var(--line);gap:14px;max-height:calc(100vh - 78px);overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-main.is-open{display:flex}.nav-main a.btn-primary{align-self:stretch;justify-content:center;margin-top:6px}.nav-burger{display:inline-flex}.nav-burger.is-open{color:var(--purple-700)}.nav-item.has-dropdown{width:100%}.nav-trigger{display:flex;justify-content:space-between;align-items:center}.nav-dropdown{position:static;opacity:1;visibility:visible;transform:none;background:0 0;border:0;box-shadow:none;padding:6px 0 0 14px;margin-top:4px;min-width:0;border-left:1px solid var(--line)}.nav-dropdown a{padding:6px 10px;font-size:13px}.nav-item.has-groups .nav-dropdown{display:block;min-width:0;gap:0;padding:6px 0 0 14px}.nav-group+.nav-group{margin-top:12px}.nav-group__title{padding:4px 10px 6px;border-bottom:0;margin-bottom:2px}.hero h1{font-size:40px}.section-title{font-size:34px}.stat .val{font-size:46px}.section{padding:64px 0}.feature-row,.service-row{padding:44px 0;gap:36px}.cta-band .inner{flex-direction:column;align-items:center;text-align:center;gap:22px}.cta-band h2{font-size:26px}.cta-band .actions{justify-content:center;flex-wrap:wrap}.service-row .right .feat-list li{grid-template-columns:18px 1fr;row-gap:4px}.service-row .right .feat-list li>:last-child,.service-row .right .feat-list li>strong{grid-column:2}.price-table{display:block;overflow-x:auto;white-space:nowrap}.price-table td,.price-table th{padding:14px 16px;font-size:13px}.price-table .desc{white-space:normal}.price-cards{grid-template-columns:1fr;gap:18px}.price-card{padding:24px 22px 20px}.price-card__head h3{max-width:none;font-size:20px}.featured-price{padding:28px}}@media (max-width:720px){.container{padding:0 20px}.topbar{font-size:12px;padding:8px 18px;line-height:1.4}.topbar a{display:inline-block;margin-left:4px}.site-header .inner{height:68px}.nav-main{top:68px;padding:16px 20px;max-height:calc(100vh - 68px)}.logo img{height:38px}.hero{padding:48px 0 40px}.hero h1{font-size:34px}.hero-stats{margin-top:36px;grid-template-columns:1fr 1fr;gap:24px 36px}.hero-stat .val{font-size:26px}.section{padding:48px 0}.section-title{font-size:28px}.about-hero{padding:44px 0 28px}.about-hero h1{font-size:40px}.price-hero{padding:44px 0 24px}.price-hero h1{font-size:38px}.feature-row h3{font-size:24px}.service-row .right h3{font-size:22px}.featured-price{padding:24px;border-radius:12px}.featured-price h2{font-size:26px}.featured-price .quote{padding:20px}.featured-price .quote .lab{font-size:30px}.price-card__head{flex-direction:column;align-items:flex-start;gap:12px}.price-card__head h3{max-width:none}.price-card__price{text-align:left;align-items:flex-start}.price-card__price .amount{font-size:26px}.cta-band{margin:28px 16px;padding:28px 0}.cta-band h2{font-size:22px}.cta-band .actions .btn{flex:1 1 auto;justify-content:center}.footer-bottom{flex-direction:column;align-items:flex-start;gap:14px}.footer-bottom a{margin-left:0;margin-right:16px}}@media (max-width:600px){.cards-3,.cards-4,.mission-grid,.stats,.team-grid,.why-grid{grid-template-columns:1fr!important}.field-row,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:30px}.section-title{font-size:26px}.stat .val{font-size:40px}.stat .val sup{font-size:20px}.btn{padding:10px 16px;font-size:13.5px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}.contact-form{padding:22px}}@media (max-width:420px){.container{padding:0 16px}.hero h1{font-size:28px}.section-title{font-size:24px}.about-hero h1{font-size:34px}.price-hero h1{font-size:32px}.featured-price{padding:20px}.featured-price h2{font-size:22px}.cta-band{margin:24px 12px}}.splash-body{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(1100px 680px at 84% -12%,rgba(155,102,187,.16),transparent 56%),radial-gradient(900px 700px at -8% 108%,rgba(138,76,171,.10),transparent 55%),var(--bg);background-repeat:no-repeat;background-attachment:fixed}.splash-shell{width:100%;max-width:var(--container);margin:0 auto;padding:0 40px;flex:1;display:flex;flex-direction:column}.splash-top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0}.splash-brand{display:inline-flex;align-items:center}.splash-brand img{height:38px;width:auto;display:block}.splash-top__right{display:flex;align-items:center;gap:20px}.splash-top__meta{font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;color:var(--ink-500);display:flex;align-items:center;gap:9px}.splash-top__meta .dot{width:6px;height:6px;border-radius:50%;background:var(--purple-500);box-shadow:0 0 8px rgba(155,102,187,.6)}.splash-top__cta{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border-radius:99px;background:var(--navy-900);border:1px solid var(--navy-900);color:#fff;font-size:13.5px;font-weight:500;transition:background .2s ease,border-color .2s ease,transform .2s ease}.splash-top__cta:hover{background:var(--purple-700);border-color:var(--purple-700);transform:translateY(-1px)}.splash-top__cta .arw{transition:transform .2s ease}.splash-top__cta:hover .arw{transform:translateX(3px)}.splash-hero{padding:64px 0 26px}.splash-hero__eyebrow{margin-bottom:30px}.splash-hero__row{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;flex-wrap:wrap}.splash-hero__title{font-family:var(--font-serif);font-weight:500;font-size:clamp(68px,11vw,150px);line-height:.86;letter-spacing:-0.025em;color:var(--ink-900)}.splash-hero__title .it{font-style:italic}.splash-hero__title .q{font-style:italic;display:inline-block;padding-right:.12em;background:linear-gradient(120deg,var(--purple-500),var(--purple-700));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.splash-hero__sub{max-width:44ch;font-size:16.5px;line-height:1.62;color:var(--ink-500);padding-bottom:10px}.splash-select{margin-top:50px;border-top:1px solid var(--line)}.splash-row{display:grid;grid-template-columns:96px 1fr auto;align-items:center;gap:32px;padding:30px 28px;border-bottom:1px solid var(--line);position:relative;overflow:hidden;color:var(--ink-900);transition:background .35s ease}.splash-row::before{content:"";position:absolute;left:0;top:14%;bottom:14%;width:3px;border-radius:3px;background:linear-gradient(var(--purple-500),var(--purple-700));transform:scaleY(0);transform-origin:center;transition:transform .35s cubic-bezier(.2,.7,.2,1)}.splash-row::after{content:"";position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .35s ease;background:linear-gradient(100deg,rgba(155,102,187,.07) 0%,transparent 56%)}.splash-row:hover{background:rgba(155,102,187,.025)}.splash-row:hover::before{transform:scaleY(1)}.splash-row:hover::after{opacity:1}.splash-row__index{font-family:var(--font-serif);font-style:italic;font-size:30px;color:var(--ink-400);position:relative;z-index:1;transition:color .3s ease,transform .35s ease}.splash-row:hover .splash-row__index{color:var(--purple-600);transform:translateX(4px)}.splash-row__main{position:relative;z-index:1;min-width:0}.splash-row__head{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap}.splash-row__title{font-family:var(--font-serif);font-weight:500;font-size:clamp(28px,4.2vw,48px);line-height:1.02;letter-spacing:-0.015em;color:var(--ink-900);transition:transform .35s ease}.splash-row:hover .splash-row__title{transform:translateX(6px)}.splash-row__tag{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--purple-700);border:1px solid var(--line);border-radius:99px;padding:5px 12px;white-space:nowrap}.splash-row__reveal{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;transition:grid-template-rows .4s cubic-bezier(.2,.7,.2,1),opacity .35s ease,margin .35s ease}.splash-row:hover .splash-row__reveal{grid-template-rows:1fr;opacity:1;margin-top:16px}.splash-row__reveal-in{overflow:hidden;min-height:0}.splash-row__reveal p{font-size:15px;line-height:1.55;color:var(--ink-500);max-width:62ch;margin-bottom:14px}.splash-row__chips{display:flex;gap:8px;flex-wrap:wrap}.splash-row__chips span{font-family:var(--font-mono);font-size:11px;letter-spacing:.03em;color:var(--ink-700);background:var(--purple-100);border:1px solid var(--purple-200);border-radius:7px;padding:6px 11px}.splash-row__arrow{position:relative;z-index:1;display:flex;align-items:center;gap:14px;justify-self:end}.splash-row__go{font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;color:var(--ink-400);opacity:0;transform:translateX(8px);white-space:nowrap;transition:opacity .3s ease,transform .35s ease,color .3s ease}.splash-row:hover .splash-row__go{opacity:1;transform:none;color:var(--ink-500)}.splash-row__circle{width:54px;height:54px;border-radius:50%;flex-shrink:0;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink-900);transition:background .3s ease,border-color .3s ease,transform .35s ease,box-shadow .3s ease,color .3s ease}.splash-row:hover .splash-row__circle{background:linear-gradient(140deg,var(--purple-600),var(--navy-900));border-color:transparent;color:#fff;transform:translateX(4px) rotate(-2deg);box-shadow:0 14px 30px -10px rgba(138,76,171,.5)}.splash-row__circle svg{width:20px;height:20px;transition:transform .35s ease}.splash-row:hover .splash-row__circle svg{transform:translateX(2px)}.splash-ribbon{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:46px;padding:22px 4px 0;border-top:1px solid var(--line)}.splash-ribbon__lead{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-400);margin-right:14px}.splash-ribbon .rz{display:flex;align-items:baseline;gap:9px;padding:6px 0}.splash-ribbon .rz-num{font-family:var(--font-serif);font-size:32px;color:var(--ink-900);line-height:1}.splash-ribbon .rz-num .u{font-size:17px;color:var(--purple-600);margin-left:1px}.splash-ribbon .rz-label{font-size:12.5px;color:var(--ink-400);max-width:16ch;line-height:1.3}.splash-ribbon .rz-sep{width:1px;align-self:stretch;background:var(--line);margin:0 8px}.splash-foot{margin-top:auto;border-top:1px solid var(--line);padding:34px 0 34px}.splash-foot__grid{display:flex;flex-wrap:wrap;gap:30px 56px;align-items:flex-start}.splash-foot__item{display:flex;flex-direction:column;gap:5px;color:var(--ink-900)}.splash-foot__k{font-family:var(--font-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-400)}.splash-foot__v{font-size:15px;line-height:1.45;transition:color .2s ease}.splash-foot__item:hover .splash-foot__v{color:var(--purple-700)}.splash-foot__bottom{margin-top:30px;padding-top:22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--ink-400)}.splash-foot__links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.splash-foot__links a{display:inline-flex;align-items:center;gap:7px;transition:color .2s ease}.splash-foot__links a:hover{color:var(--purple-700)}.splash-foot__links .sep{opacity:.4}@media (max-width:1600px),(max-height:920px){.splash-top{padding:16px 0}.splash-brand img{height:30px}.splash-hero{padding:26px 0 10px}.splash-hero__eyebrow{margin-bottom:14px}.splash-hero__title{font-size:clamp(40px,5.4vw,78px);line-height:.9}.splash-hero__sub{font-size:15px;line-height:1.55;padding-bottom:6px}.splash-select{margin-top:24px}.splash-row{padding:16px 18px;gap:24px;grid-template-columns:64px 1fr auto}.splash-row__index{font-size:22px}.splash-row__title{font-size:clamp(22px,2.7vw,32px);line-height:1.04}.splash-row:hover .splash-row__reveal{margin-top:10px}.splash-row__reveal p{font-size:13.5px;line-height:1.5;margin-bottom:10px}.splash-row__chips span{font-size:10.5px;padding:5px 9px}.splash-row__circle{width:44px;height:44px}.splash-row__circle svg{width:17px;height:17px}.splash-ribbon{margin-top:22px;padding:16px 4px 0}.splash-ribbon .rz-num{font-size:26px}.splash-ribbon .rz-num .u{font-size:14px}.splash-ribbon .rz-label{font-size:11.5px}.splash-foot{padding:22px 0 22px}.splash-foot__grid{gap:18px 48px}.splash-foot__bottom{margin-top:18px;padding-top:16px}}@media (max-width:860px){.splash-shell{padding:0 22px}.splash-hero__row{align-items:flex-start}.splash-hero__sub{padding-bottom:0}.splash-top__meta{display:none}.splash-row{grid-template-columns:auto 1fr;gap:14px 18px;padding:18px 6px}.splash-row__arrow{grid-column:1 / -1;justify-self:start;margin-top:4px}.splash-row__go{opacity:1;transform:none;color:var(--ink-500)}.splash-row__reveal{grid-template-rows:1fr;opacity:1;margin-top:12px}.splash-ribbon__lead{width:100%;margin-bottom:6px}}@media (max-width:520px){.splash-shell{padding:0 16px}.splash-top__cta span:not(.arw){display:none}.splash-top__cta{padding:10px}.splash-hero{padding:24px 0 14px}.splash-row__index{display:none}.splash-row{grid-template-columns:1fr}.splash-ribbon .rz-sep{display:none}}@keyframes splashRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:no-preference){.splash-top,.splash-hero__eyebrow,.splash-hero__title,.splash-hero__sub,.splash-select,.splash-ribbon{animation:splashRise .6s cubic-bezier(.2,.7,.2,1) backwards}.splash-hero__eyebrow,.splash-hero__title{animation-delay:.04s}.splash-hero__sub{animation-delay:.09s}.splash-select{animation-delay:.14s}.splash-ribbon{animation-delay:.19s}}@media (hover:none){.splash-row__reveal{grid-template-rows:1fr;opacity:1;margin-top:12px}.splash-row__go{opacity:1;transform:none;color:var(--ink-500)}}