:root {
  --ink: #08111f;
  --ink-soft: #536173;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #dfe5ed;
  --blue: #3157f6;
  --blue-dark: #2445d3;
  --violet: #7a55ee;
  --cyan: #48d8d0;
  --navy: #07111f;
  --success: #0e956d;
  --shadow: 0 24px 70px rgba(17, 35, 68, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-tight { padding: 0 0 110px; }
.centered { text-align: center; margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; color: var(--white); background: var(--blue); padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(247,249,252,.9); border-color: rgba(199,208,220,.65); backdrop-filter: blur(16px); }
.nav-wrap { height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 850; letter-spacing: -.6px; }
.brand-logo { display: block; width: 245px; height: auto; }
.brand > span:last-child > span { color: var(--blue); }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); border-radius: 11px; background: linear-gradient(145deg, var(--blue), var(--violet)); box-shadow: 0 10px 22px rgba(49,87,246,.3); }
.brand-mark svg { width: 22px; fill: currentColor; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.button) { color: #405066; transition: color .2s; }
.main-nav > a:hover, .main-nav > a.active { color: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; padding: 13px 20px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--blue), #5a52ea); box-shadow: 0 14px 30px rgba(49,87,246,.25); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(49,87,246,.34); }
.button-secondary { color: var(--ink); background: var(--white); border-color: var(--line); }
.button-secondary:hover { border-color: #bfc9d7; box-shadow: 0 10px 25px rgba(17,35,68,.08); }
.button-ghost { min-height: 42px; color: var(--blue); border-color: rgba(49,87,246,.22); background: rgba(255,255,255,.55); }
.button-light { color: var(--blue-dark); background: var(--white); box-shadow: 0 15px 40px rgba(10,20,60,.2); white-space: nowrap; }
.button-small { padding: 9px 15px; }
.button-full { width: 100%; }
.text-link { color: var(--blue); font-weight: 750; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero { min-height: 770px; position: relative; overflow: hidden; display: grid; align-items: center; padding-top: 150px; background: linear-gradient(180deg, #f8faff 0%, #f4f7fb 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(43,66,110,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(43,66,110,.055) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -180px; top: 50px; background: radial-gradient(circle, rgba(121,84,238,.18), transparent 68%); }
.hero-glow-two { width: 420px; height: 420px; left: -200px; bottom: -170px; background: radial-gradient(circle, rgba(49,87,246,.14), transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 850; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.82); }
.hero h1, .pricing-hero h1 { max-width: 730px; margin: 18px 0 24px; font-size: clamp(52px, 6vw, 82px); line-height: .99; letter-spacing: -4.5px; font-weight: 850; }
.hero h1 em, .pricing-hero h1 em { color: transparent; background: linear-gradient(110deg, var(--blue), var(--violet)); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lead { max-width: 650px; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 28px; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 20px; color: #58667a; font-size: 12px; font-weight: 650; }
.hero-reassurance i { color: var(--success); font-style: normal; }

.automation-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 26px; color: var(--white); background: linear-gradient(155deg, #101e34, #08101e); box-shadow: 0 40px 90px rgba(11,24,48,.28); transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.automation-card.visible { animation: card-float 6s ease-in-out infinite; }
.automation-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; bottom: -120px; border-radius: 50%; background: rgba(87,72,232,.23); filter: blur(25px); }
.window-bar { position: relative; display: flex; align-items: center; gap: 7px; height: 52px; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.025); }
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #344256; }
.window-bar b { margin-left: auto; color: #8f9caf; text-transform: uppercase; letter-spacing: 1.2px; font-size: 9px; }
.flow-stage { position: relative; z-index: 1; padding: 28px; }
.status-pill { width: fit-content; margin: 0 auto 22px; padding: 7px 12px; border: 1px solid rgba(68,219,166,.18); border-radius: 99px; color: #89e9c2; background: rgba(21,172,119,.08); font-size: 10px; font-weight: 750; }
.status-pill span { width: 6px; height: 6px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #42d59f; box-shadow: 0 0 0 5px rgba(66,213,159,.09); animation: status-pulse 1.7s ease-out infinite; }
.flow-node { min-height: 84px; display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px rgba(255,255,255,.035); }
.node-main { max-width: 310px; margin: auto; }
.node-icon { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: #aeb9ff; background: rgba(92,83,235,.19); animation: icon-breathe 3.2s ease-in-out infinite; }
.node-icon.blue { color: #7ea7ff; background: rgba(61,111,240,.18); }
.node-icon.violet { color: #b79bff; background: rgba(123,79,236,.18); }
.flow-node small { display: block; color: #7d8ca1; letter-spacing: 1px; font-size: 8px; font-weight: 800; }
.flow-node strong { display: block; margin-top: 3px; font-size: 12px; }
.node-check { margin-left: auto; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #74e3bc; background: rgba(25,167,116,.12); font-size: 10px; }
.flow-line { width: 1px; height: 48px; margin: auto; position: relative; background: linear-gradient(#59667c, #3b4960); }
.flow-line::after { content: ""; position: absolute; height: 1px; width: 55%; left: 50%; bottom: 0; transform: translateX(-50%); background: #3b4960; }
.flow-line span { position: absolute; width: 5px; height: 5px; left: -2px; top: 6px; border-radius: 50%; background: #7588ff; box-shadow: 0 0 8px #7588ff; animation: travel 2.1s infinite ease-in-out; }
@keyframes travel { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(36px); opacity: 0; } }
.flow-split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.mini-metrics div { padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.035); }
.mini-metrics span { display: block; color: #718096; font-size: 9px; }
.mini-metrics strong { color: #dce4f0; font-size: 15px; }

.trust-strip { padding: 28px 0; border-block: 1px solid var(--line); background: var(--white); }
.trust-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-strip p { margin: 0; color: var(--ink); text-transform: uppercase; letter-spacing: 1.1px; font-size: 9px; font-weight: 850; }
.tool-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 35px; color: #8290a3; font-size: 14px; font-weight: 800; }
.tool-list span { animation: tool-float 4s ease-in-out infinite; }
.tool-list span:nth-child(2) { animation-delay: -.7s; }
.tool-list span:nth-child(3) { animation-delay: -1.4s; }
.tool-list span:nth-child(4) { animation-delay: -2.1s; }
.tool-list span:nth-child(5) { animation-delay: -2.8s; }
.tool-list span:nth-child(6) { animation-delay: -3.5s; }

.section-heading { max-width: 690px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; }
.section-heading h2, .cta-panel h2, .newsletter-grid h2, .maintenance-grid h2 { margin: 16px 0 18px; font-size: clamp(36px, 4.3vw, 56px); line-height: 1.08; letter-spacing: -2.7px; }
.section-heading p, .maintenance-grid > div > p { color: var(--ink-soft); font-size: 16px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 295px; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 40px rgba(22,39,70,.045); transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-4px); border-color: #c5d0e0; box-shadow: var(--shadow); }
.feature-card.featured { color: var(--white); border-color: transparent; background: linear-gradient(145deg, #3157f6, #654ce6); }
.feature-card.featured::after { content: ""; position: absolute; width: 210px; height: 210px; right: -80px; bottom: -100px; border: 34px solid rgba(255,255,255,.07); border-radius: 50%; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: #eef1ff; font-size: 19px; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.feature-card:hover .feature-icon { transform: translateY(-3px) rotate(-7deg) scale(1.08); }
.featured .feature-icon { color: var(--white); background: rgba(255,255,255,.16); }
.feature-card h3 { margin: 45px 0 9px; font-size: 22px; letter-spacing: -.6px; }
.feature-card p { max-width: 490px; margin: 0 0 22px; color: #637084; font-size: 14px; }
.feature-card.featured p { color: rgba(255,255,255,.76); }
.feature-tag { color: var(--blue); text-transform: uppercase; letter-spacing: 1.1px; font-size: 9px; font-weight: 850; }
.featured .feature-tag { color: #d9d9ff; }

.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.sticky-heading { position: sticky; top: 130px; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 34px 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step-number { color: var(--blue); font-family: ui-monospace, monospace; font-size: 12px; font-weight: 800; }
.step h3 { margin: -8px 0 8px; font-size: 23px; letter-spacing: -.6px; }
.step p { max-width: 540px; margin: 0; color: var(--ink-soft); font-size: 14px; }

.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.solution-top { display: flex; align-items: center; justify-content: space-between; color: #a2adbb; font-family: ui-monospace, monospace; font-size: 11px; }
.solution-top i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #f0f3ff; font-style: normal; }
.solution-card:hover .solution-top i { animation: arrow-bounce .7s ease; }
.solution-card h3 { margin: 48px 0 12px; font-size: 22px; }
.solution-card p { min-height: 69px; color: var(--ink-soft); font-size: 14px; }
.solution-card ul { margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.solution-card li { margin: 9px 0; color: #46566a; font-size: 12px; }
.solution-card li::before { content: "✓"; margin-right: 8px; color: var(--success); font-weight: 850; }
.solution-live { position: relative; overflow: hidden; color: var(--white); border-color: rgba(255,255,255,.08); background: linear-gradient(155deg, #101e34, #08101e); box-shadow: 0 20px 55px rgba(11,24,48,.18); }
.solution-live::after { content: ""; position: absolute; width: 180px; height: 180px; right: -100px; top: -100px; border-radius: 50%; background: rgba(106,76,231,.22); filter: blur(16px); }
.solution-live .solution-top, .solution-live h3, .solution-live > p, .solution-live .live-flows { position: relative; z-index: 1; }
.solution-live .solution-top { color: #7889a1; }
.solution-live .solution-top i { color: #79e0bd; background: rgba(66,213,159,.12); animation: live-status 1.8s ease-out infinite; }
.solution-live > p { color: #9aa9bc; }
.live-flows { margin-top: 21px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
.live-flow + .live-flow { margin-top: 17px; }
.live-flow-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; color: #aab6c7; font-size: 9px; font-weight: 750; }
.live-flow-label b { color: #79e0bd; text-transform: uppercase; letter-spacing: .7px; font-size: 7px; }
.live-track { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 7px; }
.live-track > span { padding: 6px 8px; border: 1px solid rgba(255,255,255,.09); border-radius: 7px; color: #dce4ef; background: rgba(255,255,255,.055); white-space: nowrap; font-size: 8px; font-weight: 700; animation: live-node 3.2s ease-in-out infinite; }
.live-track > span:nth-of-type(2) { animation-delay: .55s; }
.live-track > span:nth-of-type(3) { animation-delay: 1.1s; }
.live-track > i { position: relative; height: 1px; overflow: visible; background: #36465d; }
.live-track > i::after { content: ""; position: absolute; width: 5px; height: 5px; left: -2px; top: -2px; border-radius: 50%; background: #7185ff; box-shadow: 0 0 8px #7185ff; animation: live-travel 2.4s ease-in-out infinite; }
.live-track > i:nth-of-type(2)::after { animation-delay: .65s; }
.live-flow-delayed .live-track > span { animation-delay: 1.25s; }
.live-flow-delayed .live-track > span:nth-of-type(2) { animation-delay: 1.8s; }
.live-flow-delayed .live-track > span:nth-of-type(3) { animation-delay: 2.35s; }
.live-flow-delayed .live-track > i::after { animation-delay: 1.2s; }
.live-flow-delayed .live-track > i:nth-of-type(2)::after { animation-delay: 1.85s; }

.cta-section { padding-top: 50px; }
.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; padding: 70px; border-radius: 28px; color: var(--white); background: linear-gradient(130deg, #2347d6, #6746df); box-shadow: 0 30px 70px rgba(59,70,210,.25); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 720px; margin-bottom: 12px; }
.cta-panel p { max-width: 680px; margin: 0; color: rgba(255,255,255,.74); }
.cta-orb { position: absolute; z-index: 0; width: 380px; height: 380px; right: -100px; top: -190px; border: 55px solid rgba(255,255,255,.07); border-radius: 50%; animation: orb-drift 7s ease-in-out infinite; }

.newsletter-section { padding: 95px 0; background: var(--white); }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; }
.newsletter-grid h2 { margin-bottom: 0; font-size: clamp(30px, 3.6vw, 45px); }
.newsletter-form label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 750; }
.input-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.input-row input { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 12px; padding: 0 17px; color: var(--ink); background: #fafbfc; outline: 0; transition: border-color .2s, box-shadow .2s; }
.input-row input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(49,87,246,.1); }
.form-note { margin: 9px 0 0; color: #8a95a5; font-size: 10px; }
.form-note.success { color: var(--success); font-weight: 700; }
.form-note.error { color: #d04949; font-weight: 700; }

.site-footer { padding: 70px 0 20px; color: #bac4d2; background: var(--navy); }
.site-footer .brand { color: var(--white); }
.site-footer .brand-logo { width: 225px; }

.site-footer .brand-mark { box-shadow: none; }
.site-footer p { color: #79889c; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.footer-links h3 { margin: 0 0 10px; color: var(--white); text-transform: uppercase; letter-spacing: 1px; font-size: 10px; }
.footer-links a { color: #8190a3; transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); color: #627185; font-size: 10px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.footer-legal a:hover { color: var(--white); }

.case-study-section { background: linear-gradient(180deg, var(--paper), #eef2f8); }
.case-study-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-study-card { padding: 29px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 16px 45px rgba(17,35,68,.06); }
.case-study-card.featured-case { color: var(--white); border-color: transparent; background: linear-gradient(145deg, #3157f6, #654ce6); }
.case-study-top { display: flex; justify-content: space-between; gap: 16px; color: #8794a6; text-transform: uppercase; letter-spacing: .7px; font-size: 8px; font-weight: 850; }
.case-study-top strong { color: var(--blue); text-align: right; }
.featured-case .case-study-top { color: #ccd4ff; }
.featured-case .case-study-top strong { color: var(--white); }
.case-study-card h3 { margin: 32px 0 10px; font-size: 22px; line-height: 1.2; letter-spacing: -.6px; }
.case-study-card > p { min-height: 88px; color: var(--ink-soft); font-size: 13px; }
.featured-case > p { color: rgba(255,255,255,.76); }
.case-study-flow { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 22px 0; padding: 13px; border-radius: 12px; background: #f4f6fb; color: #47566a; font-size: 9px; font-weight: 800; }
.case-study-flow i { color: var(--blue); font-style: normal; }
.featured-case .case-study-flow { color: var(--white); background: rgba(255,255,255,.12); }
.featured-case .case-study-flow i { color: #d9dcff; }
.case-study-card ul { margin: 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured-case ul { border-color: rgba(255,255,255,.18); }
.case-study-card li { margin: 9px 0; color: #57667a; font-size: 11px; }
.featured-case li { color: rgba(255,255,255,.82); }
.case-study-card li::before { content: "✓"; margin-right: 8px; color: var(--success); font-weight: 900; }
.featured-case li::before { color: #8ff0cc; }
.case-study-note { margin: 22px 0 0; color: #8793a3; text-align: center; font-size: 10px; }

.legal-main, .onboarding-main { min-height: 75vh; padding: 145px 0 100px; }
.legal-shell { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: 70px; align-items: start; }
.legal-aside { position: sticky; top: 115px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.legal-aside strong { display: block; margin-bottom: 8px; font-size: 13px; }
.legal-aside p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.legal-content h1, .onboarding-copy h1 { margin: 14px 0 18px; font-size: clamp(44px, 5.3vw, 68px); line-height: 1; letter-spacing: -3px; }
.legal-content > p { color: var(--ink-soft); }
.legal-content section { padding: 25px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 10px; font-size: 22px; }
.legal-content p, .legal-content li { color: #566579; font-size: 13px; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-placeholder { display: inline-block; padding: 2px 7px; border-radius: 6px; color: #8b5e00; background: #fff1c9; font-weight: 750; }
.legal-warning { margin-bottom: 36px; padding: 16px 18px; border: 1px solid #efd598; border-radius: 12px; color: #71500a; background: #fff8e5; font-size: 12px; }

.onboarding-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.onboarding-copy { position: sticky; top: 120px; }
.onboarding-copy > p { color: var(--ink-soft); }
.onboarding-points { margin: 28px 0 0; padding: 0; list-style: none; }
.onboarding-points li { margin: 11px 0; color: #506075; font-size: 12px; }
.onboarding-points li::before { content: "✓"; margin-right: 9px; color: var(--success); font-weight: 900; }
.onboarding-form { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.onboarding-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label, .field > span { font-size: 11px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px; color: var(--ink); background: #fafbfc; outline: 0; }
.field textarea { min-height: 115px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(49,87,246,.1); }
.tool-checks { display: flex; flex-wrap: wrap; gap: 8px; }
.tool-checks label { display: flex; align-items: center; gap: 7px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 9px; color: #526176; background: var(--paper); font-size: 10px; cursor: pointer; }
.onboarding-form .button { margin-top: 22px; }
.security-note { margin: 16px 0 0; padding: 12px; border-radius: 9px; color: #75601c; background: #fff8df; font-size: 10px; }
.ai-estimate-panel { grid-column: 2; display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 27px; border: 1px solid rgba(49,87,246,.2); border-radius: 22px; color: var(--white); background: linear-gradient(145deg, #10233e, #07111f); box-shadow: 0 24px 60px rgba(17,35,68,.18); }
.ai-estimate-panel[hidden] { display: none; }
.ai-estimate-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: #d9dcff; background: rgba(112,100,255,.2); font-size: 20px; }
.ai-estimate-panel span { color: #9eabff; text-transform: uppercase; letter-spacing: 1px; font-size: 8px; font-weight: 850; }
.ai-estimate-panel h2 { margin: 4px 0 5px; font-size: 18px; }
.ai-estimate-panel strong { display: block; color: #8ff0cc; font-size: 28px; letter-spacing: -1px; }
.ai-estimate-panel p { margin: 8px 0 5px; color: #afbdd0; font-size: 11px; }
.ai-estimate-panel small { display: block; color: #77879d; font-size: 9px; line-height: 1.5; }

.diagnostic-main { min-height: 80vh; padding: 145px 0 100px; }
.diagnostic-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.diagnostic-copy { position: sticky; top: 120px; }
.diagnostic-copy h1 { margin: 14px 0 18px; font-size: clamp(44px, 5.3vw, 68px); line-height: 1; letter-spacing: -3px; }
.diagnostic-copy > p { color: var(--ink-soft); }
.diagnostic-copy-note { margin-top: 25px; padding: 15px; border: 1px solid #dce3ee; border-radius: 12px; color: #58677a; background: var(--white); font-size: 11px; }
.diagnostic-form { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.diagnostic-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.diagnostic-form .button { margin-top: 22px; }
.diagnostic-result { grid-column: 2; position: relative; overflow: hidden; display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 31px; border-radius: 23px; color: var(--white); background: linear-gradient(145deg, #3157f6, #654ce6); box-shadow: 0 24px 65px rgba(49,87,246,.24); }
.diagnostic-result[hidden] { display: none; }
.diagnostic-result-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.16); font-size: 22px; }
.diagnostic-result span { color: #d7dcff; text-transform: uppercase; letter-spacing: 1px; font-size: 8px; font-weight: 850; }
.diagnostic-result h2 { margin: 5px 0 0; color: var(--white); font-size: 38px; line-height: 1; letter-spacing: -1.7px; }
.diagnostic-result strong { display: block; margin-top: 6px; color: #aef2d9; font-size: 14px; }
.diagnostic-result p { margin: 14px 0 20px; color: rgba(255,255,255,.8); font-size: 12px; }
.diagnostic-result .button { display: inline-flex; width: auto; }

.cookie-banner { position: fixed; z-index: 100; right: 18px; bottom: 18px; width: min(620px, calc(100% - 36px)); display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; padding: 20px; border: 1px solid #d5deea; border-radius: 17px; background: var(--white); box-shadow: 0 24px 70px rgba(8,17,31,.2); }
.cookie-banner strong { font-size: 14px; }
.cookie-banner p { margin: 3px 0; color: var(--ink-soft); font-size: 11px; }
.cookie-banner a { color: var(--blue); font-size: 10px; font-weight: 750; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 0 15px; font-size: 10px; }

.pricing-hero { position: relative; overflow: hidden; padding: 175px 0 80px; background: linear-gradient(180deg, #f8faff, var(--paper)); }
.pricing-hero h1 { max-width: 840px; margin-inline: auto; font-size: clamp(48px, 6vw, 76px); }
.pricing-hero p { max-width: 640px; margin: 0 auto; color: var(--ink-soft); font-size: 17px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; height: 100%; overflow: visible; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 12px 40px rgba(15,35,67,.05); transition: transform .3s, box-shadow .3s; }
.price-card:hover { transform: translateY(-6px); box-shadow: 0 26px 65px rgba(15,35,67,.12); }
.price-card.popular { border: 2px solid var(--blue); box-shadow: 0 0 0 1px rgba(49,87,246,.24), 0 25px 60px rgba(49,87,246,.14); }
.price-card.popular:hover { box-shadow: 0 0 0 2px rgba(49,87,246,.22), 0 30px 70px rgba(49,87,246,.19); }
.popular-badge { position: absolute; z-index: 3; top: -14px; left: 50%; transform: translateX(-50%); padding: 6px 13px; border-radius: 99px; color: var(--white); background: var(--blue); box-shadow: 0 8px 18px rgba(49,87,246,.22); text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; font-size: 9px; font-weight: 850; }
.price-name { display: flex; justify-content: space-between; align-items: center; }
.price-name span { color: var(--blue); letter-spacing: 1.4px; font-size: 10px; font-weight: 850; }
.price-name i { color: #9aa5b4; font-size: 10px; font-style: normal; }
.price-card h2 { margin: 30px 0 8px; font-size: 37px; letter-spacing: -1.8px; }
.price-card h2 small { display: block; color: #98a3b2; font-size: 9px; letter-spacing: .4px; }
.price-card > p { min-height: 65px; color: var(--ink-soft); font-size: 13px; }
.plan-examples { min-height: 106px; margin: 17px 0 4px; padding: 14px 15px; border: 1px solid #e2e7f8; border-radius: 13px; background: #f7f8ff; }
.plan-examples > span { display: block; margin-bottom: 6px; color: var(--blue); text-transform: uppercase; letter-spacing: 1px; font-size: 8px; font-weight: 900; }
.plan-examples p { position: relative; margin: 5px 0; padding-left: 14px; color: #4f5e73; font-size: 10px; line-height: 1.45; }
.plan-examples p::before { content: "→"; position: absolute; left: 0; color: var(--violet); font-weight: 900; }
.price-card .button { margin-top: 18px; }
.price-divider { height: 1px; margin: 30px 0 25px; background: var(--line); }
.price-card h3 { font-size: 12px; }
.check-list { margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 24px; color: #566579; font-size: 12px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: var(--success); background: #e7f8f1; font-size: 8px; font-weight: 900; }
.pricing-note { margin: 28px auto 0; color: #8994a2; text-align: center; font-size: 10px; }
.pricing-help-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; margin-top: 34px; padding: 38px 42px; border-radius: 22px; color: var(--white); background: linear-gradient(130deg, #2448d8, #6746df); box-shadow: 0 24px 60px rgba(59,70,210,.22); }
.pricing-help-panel::after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; top: -125px; border: 35px solid rgba(255,255,255,.08); border-radius: 50%; animation: orb-drift 6s ease-in-out infinite reverse; }
.pricing-help-panel > * { position: relative; z-index: 1; }
.pricing-help-panel h2 { margin: 10px 0 4px; font-size: clamp(25px, 3vw, 36px); line-height: 1.1; letter-spacing: -1.4px; }
.pricing-help-panel p { max-width: 690px; margin: 0; color: rgba(255,255,255,.76); font-size: 13px; }
.maintenance-section { background: var(--white); }
.maintenance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.maintenance-grid h2 { font-size: clamp(34px, 4vw, 50px); }
.maintenance-options { display: grid; gap: 12px; }
.maintenance-options > div { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.maintenance-options span { color: var(--blue); text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 850; }
.maintenance-options strong { grid-row: 1 / 3; grid-column: 2; font-size: 24px; }
.maintenance-options strong small { color: #8692a2; font-size: 10px; }
.maintenance-options p { margin: 4px 0 0; color: var(--ink-soft); font-size: 11px; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 0; cursor: pointer; list-style: none; font-weight: 750; font-size: 15px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 22px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 45px 24px 0; color: var(--ink-soft); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s ease var(--reveal-delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes card-float { 0%, 100% { transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateY(0); } 50% { transform: perspective(1000px) rotateY(-1deg) rotateX(.5deg) translateY(-8px); } }
@keyframes status-pulse { 0% { box-shadow: 0 0 0 0 rgba(66,213,159,.45); } 70%, 100% { box-shadow: 0 0 0 9px rgba(66,213,159,0); } }
@keyframes icon-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.07); } }
@keyframes tool-float { 0%, 100% { transform: translateY(0); color: #8290a3; } 50% { transform: translateY(-3px); color: var(--blue); } }
@keyframes arrow-bounce { 0%, 100% { transform: translate(0); } 45% { transform: translate(4px, -4px); } }
@keyframes orb-drift { 0%, 100% { transform: translate3d(0,0,0) rotate(0); } 50% { transform: translate3d(-22px,18px,0) rotate(12deg); } }
@keyframes live-travel { 0% { left: -2px; opacity: 0; } 18% { opacity: 1; } 82% { opacity: 1; } 100% { left: calc(100% - 3px); opacity: 0; } }
@keyframes live-node { 0%, 100% { border-color: rgba(255,255,255,.09); transform: translateY(0); } 50% { border-color: rgba(113,133,255,.5); transform: translateY(-2px); } }
@keyframes live-status { 0% { box-shadow: 0 0 0 0 rgba(66,213,159,.4); } 70%, 100% { box-shadow: 0 0 0 9px rgba(66,213,159,0); } }

@media (max-width: 950px) {
  .section { padding: 88px 0; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; padding: 90px 30px; background: rgba(247,249,252,.98); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.button) { font-size: 22px; }
  .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); }
  .hero { padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero h1 { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-reassurance { justify-content: center; }
  .automation-card { max-width: 650px; width: 100%; margin: auto; transform: none; }
  .automation-card.visible { animation-name: card-float-mobile; }
  .trust-strip .container { flex-direction: column; }
  .tool-list { justify-content: center; }
  .process-grid, .newsletter-grid, .maintenance-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .sticky-heading { position: static; }
  .solution-grid, .pricing-grid, .case-study-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .legal-shell, .onboarding-grid { grid-template-columns: 1fr; gap: 42px; }
  .diagnostic-grid { grid-template-columns: 1fr; gap: 42px; }
  .ai-estimate-panel { grid-column: 1; }
  .diagnostic-result { grid-column: 1; }
  .diagnostic-copy { position: static; }
  .legal-aside, .onboarding-copy { position: static; }
  .price-card > p { min-height: 0; }
  .pricing-help-panel { grid-template-columns: 1fr; gap: 25px; }
  .cta-panel { grid-template-columns: 1fr; gap: 30px; padding: 55px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { height: 70px; }
  .hero { min-height: auto; padding: 125px 0 80px; }
  .hero h1, .pricing-hero h1 { font-size: 46px; letter-spacing: -2.8px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-reassurance { align-items: center; gap: 9px 16px; }
  .flow-stage { padding: 20px; }
  .flow-split { grid-template-columns: 1fr; }
  .flow-line { height: 30px; }
  .flow-line::after { display: none; }
  .mini-metrics { grid-template-columns: 1fr; }
  .tool-list { gap: 18px 23px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; padding: 26px; }
  .section-heading h2, .cta-panel h2, .newsletter-grid h2 { letter-spacing: -1.8px; }
  .step { grid-template-columns: 45px 1fr; }
  .solution-card { padding: 26px; }
  .cta-panel { padding: 38px 25px; border-radius: 22px; }
  .cta-panel .button { width: 100%; white-space: normal; }
  .input-row { grid-template-columns: 1fr; }
  .input-row input { min-height: 52px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-legal { justify-content: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .onboarding-form { padding: 24px 18px; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { width: 100%; }
  .cookie-actions .button { flex: 1; }
  .pricing-hero { padding: 140px 0 60px; }
  .price-card { padding: 28px 24px; }
  .pricing-help-panel { padding: 32px 24px; }
  .pricing-help-panel .button { width: 100%; white-space: normal; }
  .maintenance-options > div { grid-template-columns: 1fr; }
  .maintenance-options strong { grid-row: auto; grid-column: auto; margin-top: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@keyframes card-float-mobile { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* Configurateurs d'offres */
.configurator-main { min-height: 100vh; }
.config-hero { position: relative; overflow: hidden; padding: 142px 0 62px; background: linear-gradient(180deg, #f8faff, var(--paper)); }
.config-back { display: inline-block; margin-bottom: 28px; color: #5c6c81; font-size: 12px; font-weight: 750; }
.config-back:hover { color: var(--blue); }
.config-heading { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 38px; align-items: end; }
.config-heading h1 { max-width: 790px; margin: 16px 0 18px; font-size: clamp(44px, 5.4vw, 70px); line-height: 1; letter-spacing: -3.5px; }
.config-heading h1 em { color: transparent; background: linear-gradient(110deg, var(--blue), var(--violet)); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.config-heading p { max-width: 690px; margin: 0; color: var(--ink-soft); font-size: 16px; }
.plan-chip { min-width: 220px; padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 18px 45px rgba(17,35,68,.08); backdrop-filter: blur(12px); }
.plan-chip span, .plan-chip strong, .plan-chip small { display: block; }
.plan-chip span { color: #8a96a6; text-transform: uppercase; letter-spacing: 1px; font-size: 8px; font-weight: 850; }
.plan-chip strong { margin: 5px 0 2px; font-size: 23px; }
.plan-chip small { color: var(--blue); font-size: 11px; font-weight: 750; }
.config-content { padding-top: 0; }
.config-layout { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 26px; align-items: start; }
.config-column { display: flex; flex-direction: column; gap: 20px; }
.config-block { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 38px rgba(17,35,68,.045); }
.config-title { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 22px; }
.config-title > span { flex: 0 0 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #eef1ff; font-family: ui-monospace,monospace; font-size: 10px; font-weight: 850; }
.config-title h2 { margin: 0 0 4px; font-size: 24px; letter-spacing: -.7px; }
.config-title p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.config-options { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.config-choice, .maintenance-choice { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 12px; align-items: center; min-height: 96px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); cursor: pointer; transition: border-color .18s, background .18s, box-shadow .18s, opacity .18s; }
.config-choice:hover, .maintenance-choice:hover { border-color: #aebbd0; }
.config-choice.selected, .maintenance-choice.selected { border-color: var(--blue); background: #f5f7ff; box-shadow: inset 0 0 0 1px var(--blue); }
.config-choice.disabled { opacity: .42; cursor: not-allowed; }
.config-choice input, .maintenance-choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice-control { width: 19px; height: 19px; display: grid; place-items: center; border: 2px solid #b7c2d0; border-radius: 5px; color: transparent; font-size: 10px; font-weight: 900; }
input[type="radio"] + .choice-control { border-radius: 50%; box-shadow: inset 0 0 0 4px var(--white); }
.selected .choice-control { color: var(--white); border-color: var(--blue); background: var(--blue); }
.selected input[type="radio"] + .choice-control { box-shadow: inset 0 0 0 4px var(--white); }
.choice-copy strong, .choice-copy small { display: block; }
.choice-copy strong { margin-bottom: 4px; font-size: 13px; }
.choice-copy small { color: var(--ink-soft); font-size: 10px; line-height: 1.45; }
.config-choice > b, .maintenance-choice > b { color: var(--blue); white-space: nowrap; font-size: 10px; }
.maintenance-choices { display: flex; flex-direction: column; gap: 10px; }
.maintenance-choice { min-height: 80px; }
.config-summary { position: sticky; top: 104px; overflow: hidden; border: 1px solid #d5dfea; border-radius: 22px; background: var(--white); box-shadow: 0 24px 60px rgba(17,35,68,.13); }
.summary-head { padding: 28px; color: var(--white); background: linear-gradient(145deg, #10233e, #07111f); }
.summary-head span, .summary-head strong, .summary-head small { display: block; }
.summary-head span { color: #9fb0c5; text-transform: uppercase; letter-spacing: 1px; font-size: 8px; font-weight: 850; }
.summary-head strong { margin: 5px 0 0; font-size: 42px; line-height: 1.1; letter-spacing: -2px; }
.summary-head small { color: #a9b8ca; font-size: 10px; }
.summary-details { padding: 20px 23px 10px; }
.summary-details > div { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; color: #627186; font-size: 10px; }
.summary-details > div strong { color: var(--ink); text-align: right; }
.summary-maintenance { margin: 8px 23px 18px; padding: 14px; border-radius: 12px; background: var(--paper); }
.summary-maintenance span, .summary-maintenance strong { display: block; }
.summary-maintenance span { color: #8792a2; text-transform: uppercase; letter-spacing: .8px; font-size: 7px; font-weight: 850; }
.summary-maintenance strong { margin-top: 3px; color: var(--blue); font-size: 13px; }
.config-summary .button { width: calc(100% - 46px); margin: 0 23px; }
.config-summary > p { margin: 0; padding: 13px 24px 24px; color: #8d98a7; text-align: center; font-size: 9px; line-height: 1.55; }

@media (max-width: 950px) {
  .config-heading, .config-layout { grid-template-columns: 1fr; }
  .plan-chip { width: 100%; }
  .config-summary { position: static; }
}

@media (max-width: 620px) {
  .config-hero { padding: 118px 0 50px; }
  .config-heading h1 { font-size: 44px; letter-spacing: -2.5px; }
  .config-block { padding: 22px 16px; }
  .config-options { grid-template-columns: 1fr; }
  .config-choice { grid-template-columns: auto minmax(0,1fr); }
  .config-choice > b { grid-column: 2; }
  .maintenance-choice { grid-template-columns: auto minmax(0,1fr); }
  .maintenance-choice > b { grid-column: 2; }
}

@media (max-width: 760px) {
  .nav-wrap { height: 82px; }
  .brand-logo { width: 195px; }
  .site-footer .brand-logo { width: 205px; }
}


/* Configurateur clarifié */
.config-guide {
  margin-top: 28px;
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(49,87,246,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 14px 34px rgba(17,35,68,.06);
}
.config-guide strong { color: var(--blue); font-size: 12px; }
.config-guide span { color: #526176; font-size: 10px; line-height: 1.45; }
.config-options-wide { grid-template-columns: 1fr; }
.config-options-wide .config-choice { min-height: 126px; padding: 20px; }
.choice-category {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--blue);
  background: #eef2ff;
  text-transform: uppercase;
  letter-spacing: .7px;
  font-size: 7px;
  font-weight: 900;
}
.choice-copy strong { font-size: 14px; }
.choice-copy small { font-size: 11px; line-height: 1.55; }
.choice-copy em {
  display: block;
  margin-top: 7px;
  color: #64748a;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}
.selection-counter {
  display: inline-flex;
  align-items: baseline;
  margin-top: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #56657a;
  background: #eef2ff;
  font-size: 10px;
}
.selection-counter strong { color: var(--blue); font-size: 16px; }
.limit-feedback {
  min-height: 20px;
  margin: 8px 0 0 !important;
  color: #64748a !important;
  font-size: 10px !important;
  font-weight: 700;
}
.limit-feedback.is-limit { color: #b45309 !important; }
.summary-selection-title {
  padding: 18px 23px 4px;
  color: #8b96a6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 8px;
  font-weight: 900;
}
.summary-price-row {
  padding-bottom: 12px !important;
  border-bottom: 1px solid var(--line);
  color: var(--ink) !important;
}
.summary-empty { color: #8b96a6 !important; font-style: italic; }
.config-choice.disabled { opacity: .52; }
.config-choice.disabled::after {
  content: "Limite atteinte";
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: #9a6b22;
  font-size: 8px;
  font-weight: 800;
}
@media (max-width: 820px) {
  .config-guide { grid-template-columns: 1fr; }
  .config-guide strong { margin-bottom: 2px; }
  .config-options-wide .config-choice { min-height: 0; }
}


/* Pages d'offres repensées */
.offer-hero {
  padding: 130px 0 70px;
  background:
    radial-gradient(circle at 12% 10%, rgba(49,87,246,.15), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(122,85,238,.12), transparent 32%),
    var(--paper);
}
.offer-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .75fr);
  gap: 48px;
  align-items: end;
  margin-top: 34px;
}
.offer-hero h1 {
  max-width: 760px;
  margin: 18px 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -3px;
}
.offer-hero p {
  max-width: 700px;
  color: var(--ink-soft);
  font-size: 18px;
}
.offer-contract {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(49,87,246,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}
.offer-contract > span {
  margin-bottom: 4px;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 850;
}
.offer-contract div {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 750;
}
.offer-contract i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--success);
  font-style: normal;
  font-size: 12px;
}
.offer-builder {
  padding-top: 56px;
}
.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: start;
}
.offer-main {
  display: grid;
  gap: 28px;
}
.offer-section {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(17,35,68,.07);
}
.offer-section-head {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.offer-section-head > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-size: 12px;
  font-weight: 900;
}
.offer-section-head h2 {
  margin: 0 0 5px;
  font-size: 26px;
  letter-spacing: -1px;
}
.offer-section-head p {
  margin: 0;
  color: var(--ink-soft);
}
.offer-counter {
  display: inline-flex;
  margin-top: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--blue);
  background: #eef2ff;
  font-size: 12px;
  font-weight: 800;
}
.offer-feedback {
  min-height: 20px;
  margin-top: 8px !important;
  color: #7b8798 !important;
  font-size: 12px !important;
  font-weight: 700;
}
.offer-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.offer-options-grid.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.offer-option {
  position: relative;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 14px;
  align-items: start;
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfcfe;
  cursor: pointer;
  transition: .2s ease;
}
.offer-option:hover {
  transform: translateY(-2px);
  border-color: rgba(49,87,246,.4);
  box-shadow: 0 14px 30px rgba(17,35,68,.08);
}
.offer-option.selected {
  border-color: var(--blue);
  background: #f5f7ff;
  box-shadow: 0 0 0 3px rgba(49,87,246,.08);
}
.offer-option.disabled {
  opacity: .48;
  cursor: not-allowed;
}
.offer-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.offer-check {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  border: 2px solid #bfc8d6;
  border-radius: 8px;
  background: var(--white);
}
.offer-option input[type="radio"] + .offer-check {
  border-radius: 50%;
}
.offer-option.selected .offer-check {
  border-color: var(--blue);
  background: var(--blue);
}
.offer-option.selected .offer-check::after {
  content: "✓";
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}
.offer-option-copy {
  display: flex;
  flex-direction: column;
}
.offer-category {
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--blue);
  background: #eaf0ff;
  text-transform: uppercase;
  letter-spacing: .7px;
  font-size: 9px;
  font-weight: 900;
}
.offer-option-copy strong {
  font-size: 16px;
  line-height: 1.3;
}
.offer-option-copy small {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}
.offer-option-copy em {
  margin-top: 12px;
  color: #6c788a;
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}
.offer-option > b {
  color: var(--blue);
  font-size: 12px;
  white-space: nowrap;
}
.offer-summary {
  position: sticky;
  top: 104px;
  padding: 26px;
  border-radius: 24px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(7,17,31,.25);
}
.offer-summary-label {
  color: #9eabc0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 850;
}
.offer-total {
  display: block;
  margin: 8px 0 0;
  font-size: 44px;
  line-height: 1;
}
.offer-summary > small {
  color: #9eabc0;
}
.offer-summary-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.offer-summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #d7deea;
  font-size: 12px;
}
.offer-summary-list div strong {
  color: var(--white);
}
.offer-summary-list p {
  margin: 0;
  color: #9eabc0;
  font-size: 12px;
}
.offer-summary-maintenance {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 12px;
}
.offer-honesty {
  margin: 16px 0 0;
  color: #9eabc0;
  font-size: 11px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .offer-hero-grid,
  .offer-layout {
    grid-template-columns: 1fr;
  }
  .offer-summary {
    position: static;
  }
}
@media (max-width: 720px) {
  .offer-hero {
    padding-top: 110px;
  }
  .offer-hero h1 {
    letter-spacing: -2px;
  }
  .offer-options-grid,
  .offer-options-grid.two-columns {
    grid-template-columns: 1fr;
  }
  .offer-section {
    padding: 22px;
  }
  .offer-option {
    min-height: 0;
  }
}


/* Correction du rendu de la dernière lettre et du point du titre d'accueil */
.hero-gradient-line {
  display: inline-flex;
  align-items: baseline;
  padding-right: .12em;
}
.hero-gradient-line em {
  display: inline-block;
  padding-right: .045em;
  background: linear-gradient(110deg, var(--blue), var(--violet));
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-title-dot {
  display: inline-block;
  margin-left: .015em;
  color: var(--violet);
  letter-spacing: 0;
}


/* Indication des prix hors taxes */
.tax-note {
  width: fit-content;
  margin: 22px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(49,87,246,.18);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 750;
}


/* Restauration du titre d'accueil sur quatre lignes */
.hero-title-four-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: visible;
}
.hero-title-four-lines > span,
.hero-title-four-lines > em {
  display: block;
  width: fit-content;
  overflow: visible;
  padding-right: .12em;
  white-space: nowrap;
}
.hero-title-four-lines > em {
  background: linear-gradient(110deg, var(--blue), var(--violet));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero-gradient-line,
.hero-title-dot {
  display: initial;
}


/* Libellé fiscal discret et professionnel */
.tax-label {
  display: inline-block;
  margin-left: .35em;
  color: #7a8798;
  font-size: .38em;
  font-weight: 650;
  line-height: 1;
  letter-spacing: .01em;
  text-transform: lowercase;
  vertical-align: .32em;
  white-space: nowrap;
}
.price-card h2 .tax-label,
.offer-total .tax-label,
.summary-head strong .tax-label,
.plan-chip small .tax-label,
.maintenance-choice b .tax-label,
.offer-option > b .tax-label {
  color: inherit;
  opacity: .62;
}
.tax-note {
  font-size: 12px;
  font-weight: 650;
  opacity: .85;
}


/* Prix HT : libellé visible à droite du montant */
.tax-label {
  display: inline-block;
  margin-left: .42em;
  color: #111827 !important;
  opacity: 1 !important;
  font-size: .34em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: lowercase;
  vertical-align: .28em;
  white-space: nowrap;
}
.price-card h2,
.offer-total,
.summary-head strong {
  white-space: nowrap;
}
.offer-total .tax-label,
.summary-head strong .tax-label,
.price-card h2 .tax-label,
.maintenance-choice b .tax-label,
.offer-option > b .tax-label {
  color: #111827 !important;
  opacity: 1 !important;
}
.offer-summary .offer-total .tax-label,
.offer-summary [data-maintenance] .tax-label {
  color: #ffffff !important;
}
.tax-period {
  font-size: .9em;
  opacity: .78;
}


/* Résultat détaillé du diagnostic */
.recommended-options {
  margin: 18px 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(7,17,31,.18);
}
.recommended-options[hidden] {
  display: none;
}
.recommended-options h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: -.2px;
}
.recommended-options ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.recommended-options li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 700;
}
.recommended-options li span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #173b32;
  background: #aef2d9;
  font-size: 10px;
}


/* Connexion possible entre les automatisations Performance */
.automation-connection-panel {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(49,87,246,.2);
  border-radius: 20px;
  background: linear-gradient(135deg, #f5f7ff, #fbfaff);
}
.automation-connection-panel[hidden] { display: none; }
.automation-connection-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-size: 20px;
  font-weight: 900;
}
.automation-connection-panel strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.automation-connection-panel p {
  margin: 0 0 7px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}
.automation-connection-panel small {
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 750;
}


/* Bloc "Ce que comprend l'offre" harmonisé */
.offer-contract {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(49,87,246,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 55px rgba(17,35,68,.10);
}
.offer-contract > span {
  display: block;
  margin: 0;
  padding: 17px 20px 15px;
  color: #6a7688;
  border-bottom: 1px solid rgba(223,229,237,.9);
  background: linear-gradient(180deg, rgba(248,250,255,.98), rgba(255,255,255,.94));
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 10px;
  font-weight: 850;
}
.offer-contract div {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  min-height: 0;
  padding: 15px 20px;
  color: #273447;
  border-bottom: 1px solid rgba(223,229,237,.72);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}
.offer-contract div:last-child {
  border-bottom: 0;
}
.offer-contract div:hover {
  background: rgba(49,87,246,.035);
}
.offer-contract i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-top: 0;
  border: 1px solid rgba(49,87,246,.16);
  border-radius: 50%;
  color: var(--blue);
  background: #eef2ff;
  box-shadow: none;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
.offer-contract div:nth-of-type(n) i {
  width: 22px;
  height: 22px;
  font-size: 10px;
}
@media (max-width: 980px) {
  .offer-contract {
    max-width: 640px;
  }
}


/* Champs légaux volontairement laissés vides */
.legal-empty {
  display: inline-block;
  min-width: 190px;
  min-height: 1.1em;
  border-bottom: 1px solid rgba(49,87,246,.35);
  background: transparent;
  border-radius: 0;
}


/* Paiement Stripe dynamique */
.checkout-error {
  margin: 10px 0 0;
  color: #ffb4b4;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}
.checkout-error[hidden] {
  display: none;
}
[data-checkout-button]:disabled {
  cursor: wait;
  opacity: .72;
}


/* Page temporaire — ouverture prochaine */
.launch-page {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(49,87,246,.12), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(125,82,255,.12), transparent 30%),
    #f7f9fd;
  color: #111827;
}
.launch-main {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 40px 20px 70px;
}
.launch-card {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding: 56px 56px 48px;
  border: 1px solid rgba(49,87,246,.12);
  border-radius: 30px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 30px 90px rgba(17,35,68,.10);
  backdrop-filter: blur(18px);
  text-align: center;
}
.launch-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}
.launch-logo img {
  display: block;
  width: min(220px, 62vw);
  height: auto;
}
.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(49,87,246,.14);
  border-radius: 999px;
  background: #f5f7ff;
  color: #526174;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.launch-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 0 0 5px rgba(49,87,246,.08);
}
.launch-card h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 78px);
  line-height: .98;
  letter-spacing: -.06em;
}
.launch-lead {
  max-width: 620px;
  margin: 24px auto 0;
  color: #69778a;
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.62;
}
.launch-progress {
  width: min(360px, 78%);
  height: 5px;
  margin: 34px auto 20px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9edf5;
}
.launch-progress div {
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--violet));
}
.launch-note {
  margin: 0;
  color: #98a3b2;
  font-size: 12px;
  font-weight: 650;
}
.launch-private-link {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(17,24,39,.34);
  font-size: 10px;
  text-decoration: none;
  transition: color .2s ease;
}
.launch-private-link:hover {
  color: rgba(17,24,39,.72);
}
.launch-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .28;
}
.launch-glow-one {
  top: -120px;
  left: -110px;
  background: rgba(49,87,246,.35);
}
.launch-glow-two {
  right: -120px;
  bottom: -100px;
  background: rgba(125,82,255,.35);
}
@media (max-width: 640px) {
  .launch-card {
    padding: 42px 24px 38px;
    border-radius: 24px;
  }
}

/* Page après paiement */
.onboarding-page{min-height:100vh;margin:0;background:radial-gradient(circle at 12% 12%,rgba(49,87,246,.09),transparent 30%),radial-gradient(circle at 88% 18%,rgba(125,82,255,.09),transparent 30%),#f7f9fd}
.onboarding-main{min-height:100vh;padding:54px 20px 90px}
.onboarding-shell{width:min(1040px,100%);margin:0 auto}
.onboarding-logo{display:inline-flex;margin-bottom:30px}.onboarding-logo img{width:190px;height:auto}
.payment-status-card{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;padding:28px;border:1px solid rgba(49,87,246,.12);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 22px 65px rgba(17,35,68,.08)}
.payment-status-card.is-success{border-color:rgba(34,197,94,.18)}
.payment-status-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet));font-size:24px;font-weight:900}
.payment-status-card.is-success .payment-status-icon{background:#16875d}
.payment-status-kicker{color:#7b8798;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.payment-status-card h1{margin:6px 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-.05em}
.payment-status-card p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.6}
.onboarding-content{margin-top:28px}.onboarding-content[hidden],.payment-error-card[hidden]{display:none}
.onboarding-intro{max-width:760px;margin:0 0 24px;padding:8px 4px}
.onboarding-intro h2{margin:10px 0 12px;font-size:clamp(30px,4vw,48px);letter-spacing:-.05em}
.onboarding-intro p{margin:0;color:var(--ink-soft);font-size:15px;line-height:1.65}
.credential-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.credential-card{padding:22px;border:1px solid rgba(49,87,246,.12);border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(17,35,68,.06)}
.credential-card-head{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:start;margin-bottom:18px}
.credential-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#f2f5fb;color:#273447;font-size:15px;font-weight:900}
.credential-card h3{margin:1px 0 5px;font-size:16px}.credential-card p{margin:0;color:#7b8798;font-size:12px;line-height:1.45}
.credential-card small{display:block;margin-top:9px;color:#98a3b2;font-size:10px;line-height:1.4}
.credential-card .is-selected{opacity:.72}
.credential-help{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-top:16px;padding:24px;border-radius:20px;color:#fff;background:#0b1424}
.credential-help-label{color:rgba(255,255,255,.52);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.credential-help h3{margin:6px 0 8px;font-size:18px}.credential-help p{max-width:690px;margin:0;color:rgba(255,255,255,.66);font-size:12px;line-height:1.55}
.credential-progress{margin-top:16px;padding:18px 20px;border:1px solid #e2e8f1;border-radius:18px;background:#fff}
.credential-progress>div{display:flex;align-items:center;justify-content:space-between;gap:20px}
.credential-progress span{color:#7b8798;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.credential-progress strong{font-size:22px}.credential-progress p{margin:8px 0 0;color:var(--ink-soft);font-size:12px}
.onboarding-footer-actions{display:flex;gap:18px;align-items:center;justify-content:space-between;margin-top:22px;padding-top:22px;border-top:1px solid #e3e8f1}
.onboarding-footer-actions p{max-width:560px;margin:0;color:#7b8798;font-size:11px;line-height:1.5;text-align:right}
.payment-error-card{margin-top:28px;padding:28px;border:1px solid rgba(220,38,38,.14);border-radius:22px;background:#fff}
@media (max-width:760px){.credential-grid{grid-template-columns:1fr}.credential-help{grid-template-columns:1fr}.onboarding-footer-actions{align-items:stretch;flex-direction:column}.onboarding-footer-actions p{text-align:left}}

/* Reprise d'onboarding */
.onboarding-footer-buttons{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.resume-later-card{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;margin-top:16px;padding:22px 24px;border:1px solid rgba(49,87,246,.16);border-radius:20px;background:#eef3ff}
.resume-later-card[hidden]{display:none}
.resume-later-card h3{margin:6px 0 8px;font-size:18px}
.resume-later-card p{margin:0;max-width:690px;color:#667085;font-size:12px;line-height:1.55}
.resume-later-actions{display:flex;align-items:center}
@media(max-width:760px){.resume-later-card{grid-template-columns:1fr}.resume-later-actions{width:100%}.resume-later-actions .button{width:100%}.onboarding-footer-buttons{width:100%;flex-direction:column;align-items:stretch}}


/* --- Orizental integrations branding update --- */
.brand-strip{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 22px}
.brand-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(16,24,40,.08);border-radius:999px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05);color:#132238;font-size:12px;font-weight:700}
.brand-pill-logo,.mini-tool-logo{display:grid;place-items:center;flex:0 0 auto}
.brand-pill-logo{width:20px;height:20px}
.brand-pill-logo svg,.credential-icon svg,.mini-tool-logo svg{width:100%;height:100%;display:block}
.credential-grid{margin-top:8px}
.credential-card{padding:24px;border:1px solid rgba(49,87,246,.10);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);box-shadow:0 18px 44px rgba(17,35,68,.06)}
.credential-card-head{grid-template-columns:54px 1fr;gap:14px;align-items:center;margin-bottom:18px}
.credential-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#f4f7fb;color:#273447;font-size:15px;font-weight:900;border:1px solid rgba(16,24,40,.06)}
.credential-card h3{margin:0 0 5px;font-size:16px;letter-spacing:-.01em}
.credential-card p{margin:0;color:#667085;font-size:12px;line-height:1.55}
.credential-card small{display:block;margin-top:10px;color:#98a2b3;font-size:10px;line-height:1.45}
.google-logo{background:#fff}
.microsoft-logo{background:#fff}
.notion-logo{background:#fff}
.airtable-logo{background:#fff}
.other-tools-logos{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.mini-tool-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:11px;font-weight:700}
.mini-tool-logo{width:18px;height:18px}
.compact-other-services{margin-top:16px}
@media (max-width:760px){.brand-strip{gap:10px}.brand-pill{font-size:11px;padding:9px 12px}.other-tools-logos{gap:8px}}


/* --- Orizental selectable tool picker --- */
.other-tools-action{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:220px}
.other-tools-selection{max-width:290px;margin:0!important;color:rgba(255,255,255,.72)!important;font-size:10px!important;line-height:1.45!important;text-align:right}
.tool-picker-modal[hidden]{display:none}
.tool-picker-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:22px}
.tool-picker-backdrop{position:absolute;inset:0;background:rgba(7,14,27,.62);backdrop-filter:blur(8px)}
.tool-picker-dialog{position:relative;z-index:1;width:min(860px,100%);max-height:min(760px,92vh);overflow:auto;padding:28px;border:1px solid rgba(255,255,255,.55);border-radius:28px;background:#fff;box-shadow:0 34px 110px rgba(7,14,27,.32)}
.tool-picker-close{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:#f2f5fa;color:#344054;font-size:24px;line-height:1;cursor:pointer}
.tool-picker-header{padding-right:42px}.tool-picker-kicker{color:#3157f6;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.tool-picker-header h3{margin:7px 0 8px;font-size:clamp(24px,3vw,34px);letter-spacing:-.04em}.tool-picker-header p{max-width:680px;margin:0;color:#667085;font-size:13px;line-height:1.55}
.tool-picker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}
.tool-choice{position:relative;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;min-height:84px;padding:15px;border:1px solid #e4e8f0;border-radius:18px;background:#fff;color:#172033;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}
.tool-choice:hover{transform:translateY(-1px);border-color:#c9d3ff;box-shadow:0 10px 28px rgba(49,87,246,.08)}
.tool-choice.is-selected{border-color:#3157f6;background:#f4f6ff;box-shadow:0 0 0 3px rgba(49,87,246,.08)}
.tool-choice-logo{grid-row:1 / 3;display:grid;place-items:center;width:48px;height:48px;padding:7px;border-radius:14px;background:#f7f8fb}.tool-choice-logo svg{width:100%;height:100%;display:block}.tool-choice-logo.other-mark{background:#eef2ff;color:#3157f6;font-size:27px;font-weight:500}
.tool-choice strong{align-self:end;font-size:13px}.tool-choice small{align-self:start;margin-top:3px;color:#8b95a5;font-size:10px}.tool-choice-check{position:absolute;top:9px;right:9px;display:none;place-items:center;width:20px;height:20px;border-radius:50%;background:#3157f6;color:#fff;font-size:11px;font-weight:900}.tool-choice.is-selected .tool-choice-check{display:grid}
.tool-custom-field{margin-top:16px;padding:15px 16px;border:1px solid #e4e8f0;border-radius:16px;background:#fafbfc}.tool-custom-field[hidden]{display:none}.tool-custom-field label{display:block;margin-bottom:7px;color:#344054;font-size:11px;font-weight:800}.tool-custom-field input{width:100%;padding:12px 13px;border:1px solid #d8dee9;border-radius:12px;background:#fff;color:#172033;font:inherit;outline:none}.tool-custom-field input:focus{border-color:#3157f6;box-shadow:0 0 0 3px rgba(49,87,246,.10)}
.tool-picker-feedback{min-height:18px;margin-top:12px;color:#667085;font-size:11px}.tool-picker-feedback.is-error{color:#b42318}.tool-picker-feedback.is-success{color:#067647}
.tool-picker-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px;padding-top:16px;border-top:1px solid #edf0f4}
body.tool-picker-open{overflow:hidden}
@media(max-width:760px){.other-tools-action{align-items:stretch;min-width:0}.other-tools-selection{text-align:left;max-width:none}.tool-picker-dialog{padding:22px 16px 18px;border-radius:22px}.tool-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-choice{grid-template-columns:42px 1fr;padding:12px}.tool-choice-logo{width:42px;height:42px}.tool-picker-actions{flex-direction:column-reverse}.tool-picker-actions .button{width:100%}}
@media(max-width:430px){.tool-picker-grid{grid-template-columns:1fr}}
