:root{--navy:#07143d;--blue:#075be8;--blue-dark:#064cc5;--ice:#edf5ff;--pale:#f7faff;--yellow:#ffc20a;--ink:#182344;--muted:#5e6c8e;--line:#d9e4f4;--green:#169b62;--red:#d84b4b;--shadow:0 20px 50px rgba(20,61,126,.14);--shell:min(1440px,calc(100% - 64px));--radius:18px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;background:#fff;color:var(--navy);font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.shell{width:var(--shell);margin-inline:auto}
.section{padding:118px 0}
.skip-link{position:fixed;top:8px;left:8px;z-index:9999;transform:translateY(-160%);background:var(--navy);color:#fff;padding:11px 16px;border-radius:10px}
.skip-link:focus{transform:none}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:0 25px;border:1px solid var(--blue);border-radius:10px;background:var(--blue);box-shadow:0 9px 22px rgba(7,91,232,.18);color:#fff;font-weight:700;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.button:hover{transform:translateY(-2px);background:var(--blue-dark);box-shadow:0 12px 28px rgba(7,91,232,.26)}
.button:focus-visible,.main-nav a:focus-visible,.menu-toggle:focus-visible,summary:focus-visible{outline:3px solid rgba(255,194,10,.75);outline-offset:3px}
.button-small{min-height:48px;padding-inline:22px}
.button-outline{background:#fff;color:var(--blue);box-shadow:none}
.button-outline:hover{background:var(--ice);color:var(--blue-dark);box-shadow:none}
.button-outline svg{width:23px;height:23px;stroke-width:2}

.site-header{position:fixed;inset:0 0 auto;z-index:100;height:82px;border-bottom:1px solid rgba(217,228,244,.9);background:rgba(255,255,255,.94);backdrop-filter:blur(18px);transition:box-shadow .25s ease,height .25s ease}
.site-header.is-scrolled{height:74px;box-shadow:0 10px 32px rgba(9,37,86,.08)}
.header-inner{width:var(--shell);height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:23px;font-weight:800;letter-spacing:-.75px}
.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:48px;height:42px;border-radius:6px;background:var(--blue);color:#fff;font-size:25px;font-weight:800;font-style:italic;letter-spacing:-2px;box-shadow:0 8px 20px rgba(7,91,232,.22)}
.main-nav{display:flex;align-items:center;gap:38px;font-weight:600;font-size:15px}
.main-nav>a:not(.button){position:relative;color:var(--ink)}
.main-nav>a:not(.button)::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--blue);transition:right .2s ease}
.main-nav>a:not(.button):hover{color:var(--blue)}
.main-nav>a:not(.button):hover::after{right:0}
.menu-toggle{display:none;width:50px;height:50px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid #bcd1f6;border-radius:10px;background:#fff;color:var(--navy);cursor:pointer}
.menu-toggle span{width:22px;height:2px;background:currentColor;border-radius:5px;transition:transform .2s ease,opacity .2s ease}

.hero{position:relative;padding:155px 0 68px;min-height:920px;background:#fff}
.hero-grid{display:grid;grid-template-columns:minmax(410px,.73fr) minmax(650px,1.27fr);align-items:center;gap:28px}
.hero-copy{padding:38px 0 70px;position:relative;z-index:2}
.hero h1{margin:0;font-size:clamp(58px,5.2vw,88px);line-height:1.02;letter-spacing:-4.4px;font-weight:800}
.hero h1 span{color:var(--blue)}
.hero-copy>p{max-width:590px;margin:30px 0 38px;color:var(--muted);font-size:20px;line-height:1.65}
.hero-actions{display:flex;gap:14px;align-items:center}
.hero-actions .button:first-child{min-width:264px}
.hero-product{position:relative;min-height:690px;isolation:isolate}
.hero-shape{position:absolute;z-index:-2;top:45px;right:8px;width:83%;height:77%;border-radius:110px 110px 110px 190px;background:linear-gradient(145deg,#eef6ff 0%,#d9eaff 100%);transform:rotate(-4deg)}
.hero-shape::after{content:"";position:absolute;right:-42px;top:46px;width:90px;height:90px;background-image:radial-gradient(#a8c9ff 2px,transparent 2.3px);background-size:14px 14px;opacity:.7}
.dashboard-window{position:absolute;left:0;top:62px;width:86%;height:520px;border:1px solid #9fc2ff;border-radius:16px;background:#fff;box-shadow:0 30px 60px rgba(28,83,157,.2);overflow:hidden}
.browser-bar{height:38px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px;padding-left:17px;background:#fbfdff}
.browser-bar i{width:9px;height:9px;border-radius:50%;background:#ff5957}.browser-bar i:nth-child(2){background:#ffc12f}.browser-bar i:nth-child(3){background:#35bf65}
.dashboard-body{height:calc(100% - 38px);display:grid;grid-template-columns:150px 1fr}
.preview-sidebar{padding:19px 12px;background:#fbfdff;border-right:1px solid #e8eef8}
.preview-brand{display:flex;align-items:center;gap:7px;margin:0 6px 21px;font-size:10px;font-weight:800}.preview-brand b{font-size:17px;font-style:italic;color:var(--blue)}
.preview-nav{display:flex;align-items:center;gap:8px;margin:4px 0;padding:9px 8px;color:#52617f;border-radius:6px;font-size:9px}.preview-nav svg{width:14px;height:14px}.preview-nav.active{background:#e6f0ff;color:var(--blue);font-weight:700}
.preview-main{padding:27px 24px;overflow:hidden}.preview-heading{display:flex;align-items:center;justify-content:space-between}.preview-heading>div{display:grid;gap:4px}.preview-heading strong{font-size:17px}.preview-heading small{color:var(--muted);font-size:9px}.preview-heading>span{padding:9px 12px;border-radius:5px;background:var(--blue);color:#fff;font-size:9px;font-weight:700}
.preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:23px 0}.preview-metrics>div{display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;gap:1px 8px;padding:13px;border:1px solid #dfe8f5;border-radius:8px;box-shadow:0 5px 14px rgba(11,59,127,.04)}.preview-metrics i{grid-row:1/3;width:28px;height:28px;border-radius:7px;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:11px;font-style:normal}.preview-metrics .accent i{background:var(--yellow);color:var(--navy)}.preview-metrics small{color:var(--muted);font-size:7px}.preview-metrics strong{font-size:12px}
.preview-table{border:1px solid #e0e8f4;border-radius:8px;overflow:hidden}.table-title{display:flex;justify-content:space-between;padding:13px;font-size:9px}.table-title span{color:var(--blue)}.table-row{display:grid;grid-template-columns:1.2fr 1.3fr 1fr .8fr;gap:8px;padding:10px 13px;border-top:1px solid #edf1f7;font-size:7px;align-items:center}.table-row.head{color:var(--muted);background:#f8faff}.status{display:inline-flex;padding:3px 5px;border-radius:20px;font-style:normal;font-size:6px}.status.paid{color:#087744;background:#e1f5e9}.status.pending{color:#9a6500;background:#fff2cc}.status.sent{color:#075be8;background:#e4efff}
.invoice-sheet{position:absolute;z-index:3;right:-1%;top:155px;width:360px;aspect-ratio:210/297;padding:28px 26px;border:1px solid #d6dde8;background:#fff;box-shadow:0 26px 55px rgba(12,47,105,.2);transform:rotate(3deg);font-size:7px;color:#1f2a46;transition:transform .4s ease}
.hero-product:hover .invoice-sheet{transform:rotate(1deg) translateY(-7px)}
.invoice-top{display:flex;justify-content:space-between;align-items:start}.invoice-top>div:last-child{display:grid;text-align:right;font-size:8px}.invoice-logo{color:var(--blue);font-size:25px;font-style:italic;font-weight:800;letter-spacing:-2px}.invoice-logo small{font-size:8px;color:var(--navy);font-style:normal;letter-spacing:0;margin-left:4px}.invoice-top span{margin-top:3px}
.invoice-parties{display:grid;grid-template-columns:1fr 1fr;margin:34px 0 25px;gap:28px}.invoice-parties>div{display:grid}.invoice-parties b{margin-bottom:4px;color:#53617b}
.invoice-lines{border:1px solid #dce4ee}.invoice-line{display:grid;grid-template-columns:1fr 35px 55px;padding:8px;border-top:1px solid #e5eaf2}.invoice-line:first-child{border-top:0}.invoice-line span:nth-child(n+2){text-align:right}.invoice-line-head{background:var(--blue);color:#fff;font-weight:700}
.invoice-total{width:56%;margin:22px 0 0 auto;display:grid}.invoice-total>span,.invoice-total>strong{display:flex;justify-content:space-between;padding:6px 8px}.invoice-total strong{background:#e9f2ff;color:var(--blue);font-size:9px}.facturx{position:absolute;right:24px;bottom:23px;font-weight:700}.facturx span{display:inline-grid;place-items:center;width:13px;height:13px;border:1px solid #2baa60;border-radius:50%;color:#2baa60;margin-right:4px}

.benefit-rail{position:relative;z-index:5;min-height:104px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border:1px solid #c8d9f4;border-radius:14px;background:#fff;box-shadow:0 12px 32px rgba(17,57,110,.06)}
.benefit-rail>div{height:55%;display:flex;align-items:center;justify-content:center;gap:22px;padding:0 35px;border-left:1px solid #dbe5f4;font-size:17px;font-weight:700}.benefit-rail>div:first-child{border-left:0}.benefit-rail svg{width:36px;height:36px;color:var(--blue);flex:0 0 auto}.benefit-rail text{font:700 7px Manrope;fill:currentColor;stroke:none}

.section-heading{margin-bottom:65px}.section-heading h2{margin:0;font-size:clamp(42px,4.2vw,62px);line-height:1.12;letter-spacing:-2.8px}.section-heading p{margin:18px 0 0;color:var(--muted);font-size:18px}.section-heading.centered{text-align:center}.section-heading h2 span{color:var(--blue)}
.features{background:linear-gradient(180deg,#fff 0%,#f9fbff 58%,#fff 100%)}
.feature-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.75fr);gap:72px;align-items:center}
.editor-window{border:1px solid #b8d1fa;border-radius:16px;background:#fff;box-shadow:0 24px 50px rgba(20,60,120,.11);overflow:hidden;min-height:520px}
.editor-toolbar{min-height:67px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #dce6f4}.editor-toolbar>div{display:flex;align-items:center;gap:10px}.editor-toolbar strong{font-size:12px}.editor-toolbar span{color:var(--blue)}.editor-toolbar em{font-size:8px;background:#edf1f7;border-radius:30px;padding:4px 7px;font-style:normal}.editor-toolbar button{border:1px solid #d4dfed;background:#fff;border-radius:6px;padding:8px 13px;color:var(--blue);font-size:9px}.editor-toolbar button:last-child{background:var(--blue);color:#fff;border-color:var(--blue)}
.editor-body{display:grid;grid-template-columns:1fr 215px;min-height:453px}.editor-form{padding:26px 20px;border-right:1px solid #e1e8f2}.editor-fields{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:13px}.editor-fields label{font-size:8px;font-weight:700}.editor-fields label span{display:block;margin-top:5px;padding:9px;border:1px solid #dce4ef;border-radius:5px;font-weight:500;color:#4f5d78}
.line-editor{margin-top:30px;font-size:8px}.line-editor>div{display:grid;grid-template-columns:2.4fr .45fr .7fr .55fr .8fr;gap:8px;padding:10px;border-bottom:1px solid #e6ecf4}.line-editor>div:not(.line-head) span{padding:6px;background:#fafcff;border:1px solid #e4eaf3;border-radius:4px}.line-head{font-weight:700;color:#56647e}.add-line{margin-top:14px;border:0;background:none;color:var(--blue);font-size:9px;font-weight:700}
.editor-summary{padding:25px 18px;background:#fbfdff;display:flex;flex-direction:column;gap:10px;font-size:9px}.editor-summary>span,.editor-summary>strong{display:flex;justify-content:space-between;padding:6px}.editor-summary>strong{padding-top:13px;border-top:1px solid #dbe4f0;color:var(--blue);font-size:12px}.editor-summary label{margin-top:18px;font-weight:700}.editor-summary label i{display:block;margin-top:7px;padding:10px;border:1px solid #dce4ef;border-radius:6px;background:#fff;color:#596780;font-style:normal;font-weight:500}
.feature-list article{display:grid;grid-template-columns:68px 1fr;gap:22px;padding:32px 0;border-bottom:1px solid #d8e3f1}.feature-list article:last-child{border-bottom:0}.feature-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:16px;background:var(--ice);color:var(--blue)}.feature-icon svg{width:38px;height:38px}.feature-list h3{margin:0 0 8px;font-size:23px;letter-spacing:-.7px}.feature-list p{margin:0;color:var(--muted);line-height:1.7}

.einvoice{margin:0 12px;border-radius:24px;background:linear-gradient(120deg,#075be8 0%,#0046c2 100%);color:#fff;overflow:hidden;box-shadow:0 24px 60px rgba(7,91,232,.19)}
.einvoice-inner{min-height:490px;padding:72px 0;display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}
.section-label{display:inline-block;margin-bottom:14px;padding:5px 12px;border-radius:30px;background:var(--yellow);color:var(--navy);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.45px}.einvoice h2{margin:0;font-size:42px;line-height:1.16;letter-spacing:-1.8px}.einvoice-copy p{max-width:510px;margin:22px 0 29px;color:#dce9ff;font-size:17px;line-height:1.75}.button-yellow{background:var(--yellow);border-color:var(--yellow);color:var(--navy);box-shadow:0 10px 24px rgba(0,0,0,.16)}.button-yellow:hover{background:#ffd13e;border-color:#ffd13e;color:var(--navy)}
.transmission-flow{position:relative;display:grid;grid-template-columns:1fr 42px 1fr 42px 1fr;align-items:center;gap:10px;padding-bottom:58px}.flow-node{min-height:185px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border-radius:14px;background:#fff;color:var(--navy);text-align:center;box-shadow:0 10px 26px rgba(0,21,74,.16)}.flow-node>b{font-size:38px;color:var(--blue);font-style:italic;letter-spacing:-4px}.flow-node svg{width:42px;height:42px;color:var(--blue);margin-bottom:12px}.flow-node strong{font-size:15px}.flow-node span{margin-top:7px;color:var(--blue);font-size:11px}.transmission-flow>i{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--blue);font-style:normal;font-weight:800}.flow-return{position:absolute;left:14%;right:14%;bottom:0;border-top:1px dashed rgba(255,255,255,.75);padding-top:15px;text-align:center;color:#e5efff;font-size:12px}

.workflow{padding-bottom:90px}.workflow-track{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:90px}.track-line{position:absolute;left:7%;right:7%;top:25px;height:4px;background:var(--yellow);border-radius:5px;transform:skewY(-1deg)}.workflow-track article{position:relative;text-align:center}.workflow-track article>span{position:relative;z-index:2;width:52px;height:52px;margin:0 auto 30px;display:grid;place-items:center;border-radius:50%;background:var(--blue);box-shadow:0 8px 20px rgba(7,91,232,.2);color:#fff;font-size:21px;font-weight:800}.workflow-track svg{width:58px;height:58px;margin:0 auto 19px;color:var(--blue)}.workflow-track h3{margin:0 0 10px;font-size:23px}.workflow-track p{max-width:310px;margin:0 auto;color:var(--muted);font-size:16px;line-height:1.7}

.pricing{padding-top:75px;background:#fbfdff;border-top:1px solid #e6edf7}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;max-width:1200px;margin:0 auto}.price-card{position:relative;display:flex;flex-direction:column;min-height:500px;padding:42px 38px 34px;border:1px solid #bcd1f3;border-radius:18px;background:#fff;text-align:center;box-shadow:0 14px 34px rgba(18,59,118,.06)}.price-card.pro{border:2px solid var(--blue);box-shadow:0 18px 42px rgba(7,91,232,.12)}.popular{position:absolute;top:-16px;left:50%;transform:translateX(-50%);padding:6px 16px;border-radius:7px;background:var(--yellow);color:var(--navy);font-size:12px;font-weight:800;white-space:nowrap}.plan-icon{width:68px;height:68px;margin:0 auto 19px;border-radius:50%;display:grid;place-items:center;background:var(--ice);color:var(--blue)}.plan-icon.gift{color:#d39c00}.plan-icon svg{width:36px;height:36px}.price-card h3{margin:0;font-size:31px;letter-spacing:-1.2px}.price-card>p{min-height:51px;margin:10px 0 14px;color:var(--muted);font-size:16px}.price-card ul{display:grid;gap:11px;margin:10px 0 28px;padding:0;text-align:left;list-style:none;color:#42506e;font-size:14px}.price-card li::before{content:"✓";margin-right:9px;color:var(--blue);font-weight:800}.price-card .button{width:100%;margin-top:auto}.price-card.gold{border-color:var(--navy);background:linear-gradient(145deg,#0b1c52,#061238);color:#fff;box-shadow:0 18px 42px rgba(4,18,58,.22)}.price-card.gold .plan-icon{background:#142c69;color:var(--yellow)}.price-card.gold>p,.price-card.gold ul{color:#d9e3fc}.price-card.gold li::before{color:var(--yellow)}.button-light{background:#fff;border-color:#fff;color:var(--navy);box-shadow:none}.button-light:hover{background:var(--ice);color:var(--navy)}.pricing-note{text-align:center;margin:26px 0 0;color:var(--muted);font-size:14px}

.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px;align-items:start}.faq-heading h2{margin:0;font-size:50px;line-height:1.18;letter-spacing:-2.2px}.faq-heading>span{display:block;width:58px;height:4px;margin:26px 0;background:var(--blue);border-radius:3px}.faq-heading p{color:var(--muted)}.faq-heading a{color:var(--blue);font-weight:600}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid #bfd3f5;border-radius:11px;background:#fff;transition:background .2s ease,box-shadow .2s ease}.faq-list details[open]{background:#f2f7ff;box-shadow:0 10px 24px rgba(7,91,232,.06)}.faq-list summary{position:relative;padding:20px 62px 20px 22px;cursor:pointer;font-size:17px;font-weight:700;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);color:var(--blue);font-size:28px;font-weight:400}.faq-list details[open] summary::after{content:"−"}.faq-list details p{margin:0;padding:0 22px 22px;color:#455372;line-height:1.7}

.final-cta{margin:0 12px;background:linear-gradient(110deg,#075be8,#0045bd);color:#fff;border-radius:24px 24px 0 0;overflow:hidden}.cta-inner{position:relative;min-height:300px;display:flex;align-items:center}.cta-inner>div:first-child{position:relative;z-index:2}.cta-inner h2{margin:0;font-size:43px;letter-spacing:-1.7px}.cta-inner p{margin:10px 0 26px;color:#dce8ff;font-size:17px}.cta-inner>div>div{display:flex;align-items:center;gap:34px}.cta-login{font-weight:700}.cta-login span{margin-left:12px}.cta-docs{position:absolute;right:3%;inset-block:0;width:38%}.cta-docs>div{position:absolute;width:200px;height:270px;padding:29px 25px;border:2px solid rgba(255,255,255,.44);border-radius:9px;transform:rotate(-6deg);top:57px;left:15%;color:rgba(255,255,255,.66)}.cta-docs>div+div{transform:rotate(7deg);left:48%;top:75px}.cta-docs strong{font-size:20px}.cta-docs i{display:block;width:70%;height:2px;margin-top:20px;background:currentColor}.cta-docs i+ i{width:90%;margin-top:13px}.cta-docs span{position:absolute;bottom:30px;right:24px;font-weight:800}

.site-footer{padding:70px 0 24px;background:var(--navy);color:#fff}.footer-grid{display:grid;grid-template-columns:1.65fr repeat(3,1fr);gap:70px;padding-bottom:54px}.brand-light{color:#fff}.brand-light .brand-mark{background:var(--blue)}.footer-brand p{margin:24px 0 0;color:#95a7cf;line-height:1.8}.footer-grid h3{margin:7px 0 18px;font-size:15px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:12px}.footer-grid>div:not(.footer-brand) a{color:#b6c4e1;font-size:14px}.footer-grid>div:not(.footer-brand) a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;padding-top:23px;border-top:1px solid #283762;color:#8497c1;font-size:13px}

.reveal-ready [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal-ready [data-reveal].is-visible{opacity:1;transform:none}
.reveal-ready .hero [data-reveal]{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.invoice-sheet,.reveal-ready [data-reveal]{transition:none}.reveal-ready [data-reveal]{opacity:1;transform:none}}

@media (max-width:1180px){
  :root{--shell:min(100% - 48px,1120px)}
  .main-nav{gap:24px}.hero{min-height:840px}.hero-grid{grid-template-columns:.72fr 1.28fr}.hero h1{font-size:62px;letter-spacing:-3px}.hero-product{min-height:610px}.dashboard-window{width:94%;height:470px}.invoice-sheet{width:310px;right:-2%;top:170px}.dashboard-body{grid-template-columns:120px 1fr}.preview-sidebar{padding-inline:8px}.preview-main{padding:22px 18px}.feature-layout{gap:36px}.einvoice-inner{grid-template-columns:.85fr 1.15fr;gap:38px}.flow-node{min-height:165px;padding:14px}.faq-grid{gap:60px}
}

@media (max-width:860px){
  :root{--shell:calc(100% - 36px)}
  .section{padding:82px 0}.site-header,.site-header.is-scrolled{height:72px}.menu-toggle{display:flex}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .main-nav{position:fixed;top:72px;left:0;right:0;display:flex;align-items:stretch;flex-direction:column;gap:0;padding:14px 18px 22px;border-bottom:1px solid #dce6f4;background:#fff;box-shadow:0 20px 30px rgba(7,20,61,.1);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.2s ease}.main-nav.is-open{opacity:1;visibility:visible;transform:none}.main-nav>a:not(.button){padding:14px 4px;border-bottom:1px solid #edf1f7}.main-nav>a::after{display:none}.main-nav .button{margin-top:12px}.menu-open{overflow:hidden}
  .brand{font-size:21px}.brand-mark{width:44px;height:40px;font-size:23px}
  .hero{min-height:auto;padding:125px 0 45px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:0}.hero h1{font-size:clamp(51px,13.2vw,70px);line-height:1.04;letter-spacing:-3px}.hero-copy>p{margin:25px 0 28px;font-size:18px;line-height:1.6}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%;min-height:58px}.hero-product{min-height:620px;margin-top:25px}.hero-shape{top:45px;width:98%;height:76%;right:-8%;border-radius:70px}.dashboard-window{top:87px;left:-6%;width:112%;height:480px;border-color:#7da7ec}.invoice-sheet{top:28px;left:50%;right:auto;width:310px;transform:translateX(-50%) rotate(1deg);font-size:6.3px}.hero-product:hover .invoice-sheet{transform:translateX(-50%) rotate(1deg)}.dashboard-body{grid-template-columns:112px 1fr}.dashboard-window{background:#08163c}.preview-sidebar{background:#08163c;border:0;color:#fff}.preview-brand span{color:#fff}.preview-nav{color:#b7c4e0}.preview-nav.active{background:#124287;color:#fff}.preview-main{background:#fff}.invoice-sheet{box-shadow:0 20px 42px rgba(5,28,70,.22)}
  .benefit-rail{grid-template-columns:1fr;min-height:0;padding:8px 22px}.benefit-rail>div{min-height:84px;justify-content:flex-start;border-left:0;border-top:1px solid #dbe5f4;padding:0 8px;font-size:16px}.benefit-rail>div:first-child{border-top:0}.benefit-rail svg{width:32px;height:32px}
  .section-heading{margin-bottom:42px}.section-heading h2{font-size:40px;letter-spacing:-1.8px}.section-heading p{font-size:16px}
  .feature-layout{grid-template-columns:1fr}.editor-window{min-height:400px;overflow-x:auto}.editor-toolbar,.editor-body{min-width:720px}.feature-list{display:grid;grid-template-columns:1fr}.feature-list article{padding:24px 0}
  .einvoice{margin:0;border-radius:0}.einvoice-inner{grid-template-columns:1fr;padding:72px 0;gap:55px}.einvoice h2{font-size:38px}.transmission-flow{grid-template-columns:1fr;gap:14px;padding-bottom:57px}.transmission-flow>i{margin:auto;transform:rotate(90deg)}.flow-node{min-height:140px}.flow-return{left:0;right:0}
  .workflow-track{grid-template-columns:1fr;gap:48px}.track-line{top:20px;bottom:20px;left:25px;right:auto;width:4px;height:auto}.workflow-track article{display:grid;grid-template-columns:52px 55px 1fr;grid-template-rows:auto auto;align-items:center;gap:0 18px;text-align:left}.workflow-track article>span{grid-row:1/3;margin:0}.workflow-track svg{margin:0;grid-row:1/3}.workflow-track h3{align-self:end}.workflow-track p{align-self:start;max-width:none;margin:0}
  .pricing-grid{grid-template-columns:1fr;max-width:560px}.price-card{min-height:460px}.faq-grid{grid-template-columns:1fr;gap:40px}.faq-heading h2{font-size:41px}
  .cta-inner{min-height:400px;align-items:flex-start;padding-top:62px}.cta-inner h2{font-size:38px}.cta-docs{opacity:.22;right:-20%;width:70%;top:90px}.cta-inner>div:first-child{max-width:570px}.final-cta{margin:0;border-radius:0}.footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:45px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{display:none}
}

@media (max-width:520px){
  :root{--shell:calc(100% - 28px)}
  .site-header{border-bottom-color:#e3eaf4}.brand{gap:9px}.brand-mark{width:42px;height:38px;font-size:22px}.brand-name{font-size:19px}.menu-toggle{width:46px;height:46px}
  .hero{padding-top:111px}.hero h1{font-size:clamp(46px,13.3vw,63px);letter-spacing:-2.8px}.hero-copy>p{font-size:17px}.hero-actions{gap:11px}.hero-product{min-height:560px;margin-top:18px}.dashboard-window{top:80px;left:-22%;width:145%;height:430px}.dashboard-body{grid-template-columns:103px 1fr}.preview-main{padding:20px 15px}.preview-metrics{grid-template-columns:repeat(3,90px)}.preview-table{width:360px}.invoice-sheet{width:min(76vw,300px);top:20px;padding:24px 21px}.invoice-parties{margin:26px 0 20px}.hero-shape{height:77%;top:38px}
  .benefit-rail{margin-top:0}.section{padding:72px 0}.section-heading h2{font-size:35px;letter-spacing:-1.5px}.feature-icon{width:56px;height:56px}.feature-list article{grid-template-columns:56px 1fr;gap:17px}.feature-list h3{font-size:20px}.feature-list p{font-size:14px}.editor-window{min-height:360px}.editor-toolbar,.editor-body{transform-origin:top left}.editor-toolbar{min-width:650px}.editor-body{min-width:650px}.editor-window{max-height:440px}
  .einvoice h2{font-size:33px}.einvoice-copy p{font-size:16px}.einvoice-copy .button{width:100%;white-space:normal;text-align:center;padding:12px 18px}.flow-node{min-height:125px}.workflow .section-heading{text-align:left}.workflow-track article{grid-template-columns:48px 46px 1fr;gap:0 13px}.workflow-track article>span{width:48px;height:48px}.workflow-track svg{width:43px;height:43px}.track-line{left:22px}.workflow-track h3{font-size:20px}.workflow-track p{font-size:14px}.price-card{min-height:440px;padding:39px 28px 29px}.pricing-note{font-size:12px}.faq-heading h2{font-size:36px}.faq-list summary{padding:18px 50px 18px 17px;font-size:15px}.faq-list details p{padding:0 17px 18px;font-size:14px}.faq-list summary::after{right:17px}.cta-inner{min-height:430px;padding-top:52px}.cta-inner h2{font-size:35px}.cta-inner p{font-size:15px}.cta-inner>div>div{align-items:stretch;flex-direction:column;gap:18px}.cta-login{text-align:center}.cta-docs{top:180px;right:-48%;width:110%}.footer-grid{grid-template-columns:1fr 1fr;gap:45px 25px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{display:flex}.footer-bottom{flex-direction:column;gap:7px}.site-footer{padding-top:55px}
}

/* Identité visuelle AY Facture */
.brand:has(.site-brand-logo){display:inline-flex;padding:3px 5px;border-radius:10px;background:#fff}.site-brand-logo{display:block;width:220px;height:auto}.preview-brand:has(.preview-brand-logo){padding:8px 6px;background:#fff}.preview-brand-logo{display:block;width:102px;height:auto}.invoice-brand-logo{display:block;width:92px;height:auto;background:#fff}.flow-brand-mark{display:block;width:74px;height:auto;margin:0 auto 9px;background:#fff}.brand-light:has(.site-brand-logo){padding:6px 9px;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.12)}
@media(max-width:900px){.site-brand-logo{width:195px}}
@media(max-width:520px){.site-brand-logo{width:172px}.preview-brand-logo{width:84px}.invoice-brand-logo{width:76px}}

/* Navigation Liquid Glass inspirée du modèle fourni */
@media(min-width:861px){
  .site-header{background:rgba(255,255,255,.72);backdrop-filter:blur(24px) saturate(165%);-webkit-backdrop-filter:blur(24px) saturate(165%)}
  .main-nav.liquid-nav{position:relative;isolation:isolate;gap:2px;padding:7px;border-radius:999px;background:rgba(255,255,255,.18);backdrop-filter:blur(50px) saturate(200%);-webkit-backdrop-filter:blur(50px) saturate(200%);box-shadow:0 25px 50px -24px rgba(7,20,61,.28),0 8px 24px -12px rgba(7,20,61,.18),inset 0 2px 3px -1px rgba(255,255,255,.92),inset 0 -2px 4px -1px rgba(255,255,255,.44),inset 0 0 0 1px rgba(255,255,255,.68)}
  .main-nav.liquid-nav::before{content:"";position:absolute;z-index:1;top:1px;left:1px;right:1px;height:46%;border-radius:999px 999px 24px 24px/999px 999px 12px 12px;background:linear-gradient(180deg,rgba(255,255,255,.76),rgba(255,255,255,0));pointer-events:none}
  .main-nav.liquid-nav>a{position:relative;z-index:4;min-height:44px;display:flex;align-items:center;padding:0 17px;border-radius:999px;white-space:nowrap;transition:color .25s ease,transform .2s ease}
  .main-nav.liquid-nav>a:active{transform:scale(.95)}.main-nav.liquid-nav>a:not(.button)::after{display:none}
  .main-nav.liquid-nav .button{min-height:44px;padding-inline:19px;border-color:rgba(7,91,232,.78);box-shadow:0 8px 18px rgba(7,91,232,.2),inset 0 1px 1px rgba(255,255,255,.48)}
  .desktop-active-pill{position:absolute;z-index:2;top:7px;left:0;height:44px;width:0;border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 4px 12px rgba(7,20,61,.09),0 1px 2px rgba(7,20,61,.06),inset 0 1px 1px rgba(255,255,255,.95);transition:transform .5s cubic-bezier(.34,1.2,.64,1),width .5s cubic-bezier(.34,1.2,.64,1),opacity .25s ease;opacity:0}
  .main-nav.liquid-nav.has-active-pill .desktop-active-pill{opacity:1}
}
.liquid-glare-container{position:absolute;z-index:3;inset:0;border-radius:999px;overflow:hidden;pointer-events:none}.liquid-glare{position:absolute;inset:0;opacity:0;background:radial-gradient(circle 95px at var(--x,50%) var(--y,50%),rgba(255,255,255,.68),transparent 100%);mix-blend-mode:overlay;transition:opacity .3s ease}.liquid-nav:hover .liquid-glare{opacity:1}
.public-mobile-liquid-nav{display:none}
@media(max-width:860px){
  body{padding-bottom:92px}.site-footer{padding-bottom:112px}.menu-toggle,.main-nav{display:none!important}
  .public-mobile-liquid-nav{position:fixed;z-index:500;left:50%;bottom:max(11px,env(safe-area-inset-bottom));width:min(390px,calc(100% - 18px));height:72px;display:flex;align-items:center;gap:2px;padding:7px;border-radius:999px;background:rgba(244,248,255,.28);backdrop-filter:blur(50px) saturate(200%);-webkit-backdrop-filter:blur(50px) saturate(200%);box-shadow:0 30px 60px -24px rgba(7,20,61,.42),0 10px 28px -12px rgba(7,20,61,.28),inset 0 2px 3px -1px rgba(255,255,255,.98),inset 0 -2px 4px -1px rgba(173,203,245,.55),inset 0 0 0 1px rgba(255,255,255,.78);transform:translateX(-50%);isolation:isolate}
  .public-mobile-liquid-nav::after{content:"";position:absolute;z-index:1;top:1px;left:1px;right:1px;height:46%;border-radius:999px 999px 24px 24px/999px 999px 12px 12px;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,0));pointer-events:none}
  .mobile-liquid-reflection{position:absolute;z-index:1;inset:1px 1px auto;height:48%;border-radius:999px 999px 24px 24px/999px 999px 12px 12px;background:linear-gradient(180deg,rgba(255,255,255,.75),rgba(255,255,255,0));pointer-events:none}
  .public-mobile-active-pill{position:absolute;z-index:2;top:7px;left:0;height:58px;border-radius:999px;background:rgba(255,255,255,.76);box-shadow:0 5px 14px rgba(7,20,61,.1),0 1px 2px rgba(7,20,61,.08),inset 0 1px 1px rgba(255,255,255,.98);transition:transform .5s cubic-bezier(.34,1.2,.64,1),width .5s cubic-bezier(.34,1.2,.64,1)}
  .public-mobile-nav-item{position:relative;z-index:4;min-width:0;height:58px;flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-radius:999px;color:rgba(7,20,61,.55);font-size:9px;font-weight:750;line-height:1;-webkit-tap-highlight-color:transparent;transition:color .25s ease,transform .2s cubic-bezier(.32,.72,0,1)}
  .public-mobile-nav-item svg{width:22px;height:22px;stroke-width:1.9}.public-mobile-nav-item.active{color:#07143d}.public-mobile-nav-item:active{transform:scale(.9)}
}
@media(max-width:360px){.public-mobile-liquid-nav{height:68px}.public-mobile-active-pill{height:54px}.public-mobile-nav-item{height:54px;font-size:8px}.public-mobile-nav-item svg{width:20px;height:20px}}
@media(prefers-reduced-motion:reduce){.desktop-active-pill,.public-mobile-active-pill,.public-mobile-nav-item{transition:none!important}}
@media(max-width:760px){.public-mobile-nav-item{color:#4d6f9f}.public-mobile-nav-item svg{box-sizing:content-box;width:21px;height:21px;padding:5px;border-radius:10px;background:rgba(7,94,220,.08);color:#2468c9;stroke:currentColor;filter:drop-shadow(0 2px 4px rgba(7,70,160,.08))}.public-mobile-nav-item.active{color:#075edc}.public-mobile-nav-item.active svg{background:linear-gradient(145deg,#1477f5,#064fc4);color:#fff;box-shadow:0 7px 14px rgba(7,91,216,.28)}.public-mobile-nav-item[href*="register"] svg{color:#a97000;background:rgba(255,190,0,.16)}}

/* Présentation publique des formules */
.pricing-more{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:25px}.pricing-more .pricing-note{margin:0}.pricing-more a{color:var(--blue);font-size:14px;font-weight:800}.pricing-more a span{margin-left:6px}.billing-choice{width:max-content;display:flex;align-items:center;gap:4px;margin:0 auto 35px;padding:5px;border:1px solid #c8d8ed;border-radius:999px;background:#fff;box-shadow:0 9px 22px rgba(7,40,95,.08)}.billing-choice button{min-width:132px;padding:12px 18px;border:0;border-radius:999px;background:transparent;color:#536682;font:700 13px Manrope;cursor:pointer;transition:.2s}.billing-choice button span{margin-left:5px;color:#806100;font-size:10px}.billing-choice button.active{background:var(--blue);color:#fff;box-shadow:0 7px 17px rgba(7,91,232,.24)}.billing-choice button.active span{color:#ffe477}.public-subscription-price{display:grid;grid-template-columns:auto 1fr;align-items:baseline;min-height:72px;margin:15px 0 8px}.public-subscription-price strong{font-size:29px;line-height:1;color:var(--blue)}.public-subscription-price>span{margin-left:5px;color:#64748d;font-size:12px}.public-subscription-price small{grid-column:1/-1;margin-top:8px;color:#71809a;font-size:10px}.price-card.gold .public-subscription-price strong{color:var(--yellow)}.price-card.gold .public-subscription-price>span,.price-card.gold .public-subscription-price small{color:#d9e3fc}.plan-icon strong{font-size:25px}.public-plan-tagline{display:block;min-height:45px;color:#62728d;font-size:12px;line-height:1.55}.price-card.gold .public-plan-tagline{color:#cddaf5}.plans-public-hero{padding:155px 0 75px;background:radial-gradient(circle at 82% 24%,rgba(255,196,0,.2),transparent 25%),linear-gradient(145deg,#fff 45%,#edf5ff)}.plans-public-hero h1{max-width:900px;margin:0;font-size:66px;line-height:1.04;letter-spacing:-3.4px}.plans-public-hero h1 span{color:var(--blue)}.plans-public-hero p{max-width:650px;margin:25px 0;color:#566582;font-size:18px;line-height:1.65}.plans-hero-actions{display:flex;gap:12px}.plans-pricing{border-top:0;padding-top:70px}.plans-pricing .pricing-note{max-width:720px;margin:25px auto 0;line-height:1.6}.public-comparison{background:#fff}.public-plan-table{overflow:auto;border:1px solid #d5e1ef;border-radius:18px;box-shadow:0 14px 36px rgba(7,40,95,.06)}.public-plan-table table{width:100%;min-width:820px;border-collapse:collapse}.public-plan-table th,.public-plan-table td{padding:17px 18px;border-bottom:1px solid #e4ebf4;text-align:center;font-size:12px}.public-plan-table thead th{position:sticky;top:0;background:#eff6ff;color:#102a59;font-size:13px}.public-plan-table thead th:first-child,.public-plan-table tbody th{text-align:left}.public-plan-table tbody th{width:43%}.public-plan-table tbody th strong,.public-plan-table tbody th small{display:block}.public-plan-table tbody th small{margin-top:4px;color:#738099;font-weight:500;line-height:1.4}.public-plan-table td{font-weight:700;color:#24523e}.public-plan-table td.external{background:#fffaf0;color:#8b6500}.public-feature-group th{padding:20px 18px 11px!important;background:#fff;color:var(--blue);font-size:11px!important;letter-spacing:.1em;text-transform:uppercase}.plans-honesty{padding:0 0 90px;background:#fff}.plans-honesty .shell{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:35px 40px;border-radius:22px;background:linear-gradient(125deg,#07143d,#0a2d70);color:#fff}.plans-honesty h2{margin:0 0 10px;font-size:28px}.plans-honesty p{max-width:750px;margin:0;color:#c9d8f3;line-height:1.65}.plans-honesty .button{flex:0 0 auto;background:#ffc400;border-color:#ffc400;color:#10234b}
@media(max-width:860px){.pricing-more{flex-direction:column;gap:12px}.billing-choice{width:100%}.billing-choice button{flex:1;min-width:0}.plans-public-hero{padding:115px 0 62px}.plans-public-hero h1{font-size:clamp(45px,12vw,65px)}.plans-hero-actions{display:grid}.plans-honesty .shell{align-items:flex-start;flex-direction:column;padding:29px 24px}.plans-honesty .button{width:100%}}

/* Accueil photographique et dynamique — v38 */
.hero-v38{min-height:980px;padding:124px 0 52px;overflow:hidden;background:radial-gradient(circle at 70% 16%,rgba(215,234,255,.58),transparent 35%),#fff}
.hero-v38 .hero-aura{position:absolute;left:-14%;top:34%;width:52vw;height:52vw;border-radius:50%;background:radial-gradient(circle,rgba(7,91,232,.07),transparent 67%);filter:blur(12px);pointer-events:none;animation:hero-aura-drift 12s ease-in-out infinite alternate}
.hero-v38 .hero-grid{position:relative;z-index:2;grid-template-columns:minmax(500px,.92fr) minmax(620px,1.08fr);gap:0;min-height:640px}
.hero-v38 .hero-copy{padding:32px 0 42px;z-index:4}
.hero-v38 h1{max-width:760px;font-size:clamp(51px,3.75vw,60px);line-height:1.06;letter-spacing:-3px}
.hero-v38 h1 .hero-title-line{display:block;color:var(--navy);opacity:0;transform:translateY(24px);animation:hero-title-in .72s cubic-bezier(.2,.8,.2,1) forwards}
.hero-title-line:nth-child(2){animation-delay:.1s}.hero-title-line:nth-child(3){animation-delay:.2s}
.hero-v38 .hero-title-accent{color:var(--blue);background:linear-gradient(95deg,#075be8 0%,#1a77ff 45%,#064cc5 80%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:hero-title-in .72s .2s cubic-bezier(.2,.8,.2,1) forwards,hero-text-light 5s 1.2s ease-in-out infinite}
.hero-v38 .hero-copy>p:not(.hero-reassurance){max-width:650px;margin:25px 0 28px;color:#49617f;font-size:18px;line-height:1.7}
.hero-proofs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:700px;margin:0 0 29px;padding:0;list-style:none}
.hero-proofs li{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:10px;min-width:0}
.hero-proofs li>span{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#edf5ff;color:var(--blue);box-shadow:inset 0 0 0 1px #d9e8ff}
.hero-proofs li>span.success{background:#e8f8f0;color:var(--green);box-shadow:inset 0 0 0 1px #cceedd}
.hero-proofs svg{width:25px;height:25px}.hero-proofs div{display:grid;gap:2px;min-width:0}.hero-proofs strong{font-size:11px;line-height:1.35}.hero-proofs small{color:#657590;font-size:9px;line-height:1.45}
.hero-v38 .hero-actions{gap:12px}.hero-v38 .hero-actions .button:first-child{min-width:285px}.hero-v38 .hero-reassurance{display:flex;align-items:center;gap:8px;margin:17px 0 0;color:#647591;font-size:11px}.hero-reassurance svg{width:19px;height:19px;color:var(--blue)}
.hero-scene{position:relative;min-width:0;height:640px;margin-right:calc((100vw - min(1440px,100vw - 64px))/2 * -1);overflow:hidden;border-radius:38px 0 0 38px;isolation:isolate;box-shadow:0 34px 80px rgba(29,68,119,.13)}
.hero-scene>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:90% 50%;animation:hero-photo-breathe 12s ease-in-out infinite alternate}
.hero-scene-fade{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.73) 7%,rgba(255,255,255,0) 27%);pointer-events:none}
.hero-status-card{position:absolute;z-index:3;right:22px;width:246px;display:grid;grid-template-columns:40px 1fr 22px;align-items:center;gap:9px;padding:13px 14px;border:1px solid rgba(255,255,255,.9);border-radius:15px;background:rgba(255,255,255,.88);box-shadow:0 16px 38px rgba(12,47,105,.16),inset 0 1px 1px #fff;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);animation:hero-card-float 5.5s ease-in-out infinite}
.hero-status-card .status-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:#edf5ff;color:var(--blue)}.hero-status-card .status-icon.success{background:#e7f8ef;color:var(--green)}.hero-status-card svg{width:22px;height:22px}.hero-status-card>div{display:grid;gap:2px}.hero-status-card strong{font-size:11px;line-height:1.25}.hero-status-card small{color:#72819a;font-size:8px}.hero-status-card>i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:11px;font-style:normal;font-weight:800}.hero-status-card>b{grid-column:2/4;padding-top:8px;border-top:1px solid #e5ebf3;color:#263858;font-size:9px;font-weight:700}
.quote-card{top:112px}.invoice-card{top:258px;right:34px;animation-delay:-1.8s}.transmit-card{top:405px;right:18px;animation-delay:-3.6s}
.hero-workflow{position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border:1px solid rgba(197,215,239,.85);border-radius:22px;background:rgba(255,255,255,.87);box-shadow:0 22px 55px rgba(17,57,110,.1),inset 0 1px 1px #fff;backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%);overflow:hidden}
.hero-workflow article{position:relative;min-height:142px;display:grid;grid-template-columns:31px 46px 1fr;align-items:center;gap:12px;padding:22px 24px;border-left:1px solid #dfe7f2}.hero-workflow article:first-child{border-left:0}.hero-workflow article:not(:last-child)::after{content:"";position:absolute;right:-6px;z-index:2;width:12px;height:12px;border-top:2px solid #9ec2f8;border-right:2px solid #9ec2f8;transform:rotate(45deg);background:#fff}.hero-workflow article>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#eaf3ff;color:var(--blue);font-size:12px;font-weight:800}.hero-workflow article>svg{width:42px;height:42px;color:var(--blue)}.hero-workflow article>div{display:grid;gap:5px}.hero-workflow strong{font-size:11px;line-height:1.35}.hero-workflow small{color:#61738f;font-size:9px;line-height:1.5}.hero-workflow em{position:absolute;right:18px;top:50%;width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-style:normal;font-weight:900;transform:translateY(-50%)}.hero-workflow article:last-child{padding-right:58px}
@keyframes hero-title-in{to{opacity:1;transform:none}}@keyframes hero-text-light{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes hero-card-float{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-9px,0)}}@keyframes hero-photo-breathe{from{transform:scale(1.015)}to{transform:scale(1.045)}}@keyframes hero-aura-drift{from{transform:translate3d(-2%,0,0)}to{transform:translate3d(8%,-4%,0)}}
@media(max-width:1180px){.hero-v38{padding-top:112px}.hero-v38 .hero-grid{grid-template-columns:minmax(430px,.88fr) minmax(540px,1.12fr);min-height:585px}.hero-v38 h1{font-size:55px;letter-spacing:-2.8px}.hero-scene{height:585px}.hero-proofs{gap:8px}.hero-proofs li{grid-template-columns:42px 1fr}.hero-proofs li>span{width:40px;height:40px}.hero-workflow article{grid-template-columns:28px 38px 1fr;gap:9px;padding:18px 15px}.hero-workflow article>svg{width:35px;height:35px}}
@media(max-width:860px){.hero-v38{padding:108px 0 40px}.hero-v38 .hero-grid{grid-template-columns:1fr;min-height:0}.hero-v38 .hero-copy{padding:12px 0 24px}.hero-v38 h1{font-size:clamp(43px,12vw,64px);line-height:1.06;letter-spacing:-2.7px}.hero-v38 .hero-copy>p:not(.hero-reassurance){font-size:17px}.hero-proofs{max-width:none}.hero-v38 .hero-actions{grid-template-columns:1fr 1fr}.hero-v38 .hero-actions .button:first-child{min-width:0}.hero-scene{height:540px;margin:20px -18px 0;border-radius:28px;box-shadow:0 22px 50px rgba(29,68,119,.13)}.hero-scene>img{object-position:68% 50%}.hero-scene-fade{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 22%)}.quote-card{top:34px;right:15px}.invoice-card{top:172px;right:25px}.transmit-card{top:auto;right:14px;bottom:23px}.hero-workflow{display:flex;width:calc(100% - 36px);margin-top:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.hero-workflow::-webkit-scrollbar{display:none}.hero-workflow article{min-width:285px;border-left:1px solid #dfe7f2;scroll-snap-align:start}.hero-workflow article:first-child{border-left:0}}
@media(max-width:520px){.hero-v38{padding-top:92px}.hero-v38 .hero-copy{padding-bottom:10px}.hero-v38 h1{font-size:clamp(38px,10.3vw,44px);letter-spacing:-1.9px}.hero-v38 .hero-copy>p:not(.hero-reassurance){margin:18px 0 19px;font-size:14px}.hero-proofs{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-bottom:19px}.hero-proofs li{display:flex;align-items:center;flex-direction:column;gap:6px;padding:4px 2px;text-align:center}.hero-proofs li>span{width:38px;height:38px}.hero-proofs svg{width:21px;height:21px}.hero-proofs strong{display:block;font-size:8px;line-height:1.3}.hero-proofs small{display:none}.hero-v38 .hero-actions{grid-template-columns:1fr}.hero-v38 .hero-actions .button{min-height:54px}.hero-v38 .hero-actions .button-outline{display:none}.hero-v38 .hero-reassurance{justify-content:center;margin-top:11px;font-size:9px}.hero-scene{height:430px;margin:13px -14px 0}.hero-scene>img{object-position:70% 50%}.hero-status-card{width:195px;grid-template-columns:32px 1fr 17px;padding:9px;border-radius:12px}.hero-status-card .status-icon{width:31px;height:31px}.hero-status-card strong{font-size:8px}.hero-status-card small,.hero-status-card>b{font-size:6.5px}.hero-status-card>i{width:16px;height:16px;font-size:8px}.quote-card{top:20px;right:8px}.invoice-card{top:124px;right:12px}.transmit-card{right:8px;bottom:16px}.hero-workflow{width:calc(100% - 28px);border-radius:17px}.hero-workflow article{min-width:260px;min-height:125px}.features{padding-top:78px}}
@media(prefers-reduced-motion:reduce){.hero-v38 .hero-aura,.hero-title-line,.hero-v38 .hero-title-accent,.hero-scene>img,.hero-status-card{animation:none!important}.hero-title-line{opacity:1;transform:none}}

/* Accès mobile direct à la connexion */
.mobile-header-login{display:none}
@media(max-width:860px){.mobile-header-login{display:inline-flex;align-items:center;justify-content:center;min-height:39px;margin-left:auto;padding:0 15px;border-radius:11px;background:#075edc;color:#fff;font-size:11px;font-weight:800;box-shadow:0 8px 19px rgba(7,91,216,.2)}.header-inner{gap:12px}.site-header,.site-header.is-scrolled{height:72px;padding-top:env(safe-area-inset-top);box-sizing:content-box}.hero{padding-top:calc(142px + env(safe-area-inset-top))}}
@media(max-width:390px){.site-brand-logo{width:148px}.mobile-header-login{padding-inline:13px}}
