:root {
  --ink: #082646;
  --ink-soft: #47627a;
  --green: #67b51c;
  --green-dark: #3f870d;
  --blue: #063a6b;
  --sky: #eaf5ff;
  --mist: #f5f8fb;
  --white: #fff;
  --line: #dbe6ee;
  --shadow: 0 24px 70px rgba(8, 38, 70, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 10px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(219, 230, 238, .8);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
}
.nav-shell, .section-shell, .legal-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; font-weight: 850; letter-spacing: -.02em; }
.brand img { object-fit: contain; }
.brand span { white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav > a { color: #294b69; text-decoration: none; font-size: .94rem; font-weight: 700; }
.site-nav > a:hover, .site-nav > a:focus-visible { color: var(--green-dark); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 800; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; background: var(--green); color: #102b08; text-decoration: none; font-weight: 850; box-shadow: 0 10px 30px rgba(103, 181, 28, .2); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #76c52a; box-shadow: 0 14px 36px rgba(103, 181, 28, .3); }
.button-secondary { border-color: #bdd0df; background: #fff; color: var(--ink); box-shadow: none; }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--mist); box-shadow: none; }

.hero { position: relative; overflow: hidden; padding: 95px 0 88px; background: radial-gradient(circle at 84% 8%, rgba(103, 181, 28, .16), transparent 28%), radial-gradient(circle at 7% 80%, rgba(23, 119, 204, .12), transparent 31%), linear-gradient(135deg, #fbfdff 0%, #f2f8fc 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(8, 38, 70, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 38, 70, .05) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); align-items: center; gap: 65px; }
.eyebrow { margin: 0 0 13px; color: var(--green-dark); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.65rem, 5.4vw, 5.25rem); }
h1 em { color: var(--green-dark); font-style: normal; }
.hero-lead { max-width: 670px; margin: 27px 0 0; color: var(--ink-soft); font-size: clamp(1.06rem, 1.6vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.trial-inline { margin: 18px 0 0; color: #355672; font-size: .9rem; }
.trial-inline strong { color: var(--green-dark); }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px 20px; margin: 27px 0 0; padding: 0; color: #355672; list-style: none; font-size: .9rem; font-weight: 700; }
.trust-row li::before { content: "✓"; margin-right: 7px; color: var(--green-dark); font-weight: 900; }

.product-window { position: relative; padding: 13px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 30px; background: rgba(255, 255, 255, .76); box-shadow: var(--shadow); transform: rotate(1deg); }
.product-window::after { content: ""; position: absolute; z-index: -1; inset: 15% -8% -8% 15%; border-radius: 45px; background: linear-gradient(145deg, rgba(103, 181, 28, .35), rgba(3, 60, 110, .18)); filter: blur(25px); }
.window-top { display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 13px; border-bottom: 1px solid var(--line); }
.window-dot { width: 8px; height: 8px; border-radius: 50%; background: #c9d7e0; }
.window-label { margin-left: auto; color: #6b8092; font-size: .72rem; font-weight: 750; }
.dashboard { display: grid; grid-template-columns: 105px 1fr; min-height: 390px; overflow: hidden; border-radius: 0 0 19px 19px; background: #f5f8fb; }
.dashboard-nav { padding: 18px 11px; background: var(--ink); color: #fff; }
.dashboard-mark { width: 38px; height: 38px; margin: 0 auto 23px; border-radius: 12px; background: #fff url('/assets/logo.png.png') center/58px no-repeat; }
.dashboard-nav span { display: block; margin: 9px 0; padding: 8px; border-radius: 8px; color: #b7cadb; font-size: .61rem; }
.dashboard-nav span.active { background: rgba(103, 181, 28, .18); color: #c9f39e; }
.dashboard-main { padding: 21px; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 19px; }
.dashboard-heading strong { font-size: 1rem; }
.dashboard-heading i { width: 72px; height: 25px; border-radius: 8px; background: var(--green); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric { padding: 13px; border: 1px solid #e2eaf0; border-radius: 13px; background: #fff; }
.metric small { display: block; color: #6a7f91; font-size: .61rem; }
.metric b { font-size: .92rem; }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; margin-top: 13px; }
.fake-card { min-height: 198px; padding: 14px; border: 1px solid #e2eaf0; border-radius: 14px; background: #fff; }
.fake-card-title { display: block; margin-bottom: 14px; font-size: .69rem; }
.appointment { display: grid; grid-template-columns: 6px 1fr; gap: 9px; margin: 8px 0; font-size: .58rem; }
.appointment::before { content: ""; border-radius: 4px; background: var(--green); }
.appointment:nth-of-type(2)::before { background: #2c85cc; }
.appointment:nth-of-type(3)::before { background: #f2a33a; }
.appointment b, .appointment small { display: block; }
.appointment small { color: #718495; }
.chart { width: 104px; height: 104px; margin: 14px auto; border-radius: 50%; background: conic-gradient(var(--green) 0 46%, #0d609e 46% 78%, #dce7ef 78%); position: relative; }
.chart::after { content: ""; position: absolute; inset: 24px; border-radius: 50%; background: #fff; }

.section { padding: 96px 0; }
.section-tinted { background: var(--mist); }
.section-dark { color: #fff; background: radial-gradient(circle at 85% 5%, rgba(103,181,28,.22), transparent 28%), var(--ink); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.45rem); }
.section-heading p { margin: 18px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.section-dark .section-heading p { color: #bad0e1; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 17px 44px rgba(8, 38, 70, .09); }
.feature-icon { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 27px; border-radius: 15px; background: var(--sky); color: var(--blue); font-size: 1.3rem; font-weight: 900; }
.feature-card:nth-child(3n + 2) .feature-icon { background: #eff9e7; color: var(--green-dark); }
.feature-card h3 { margin: 0 0 11px; font-size: 1.25rem; }
.feature-card p { margin: 0; color: var(--ink-soft); font-size: .96rem; }

.workflow { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.step-list { display: grid; gap: 16px; }
.step { display: grid; grid-template-columns: 45px 1fr; gap: 17px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.step > b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--ink); color: #fff; }
.step h3 { margin: 2px 0 6px; font-size: 1rem; }
.step p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.workflow-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.workflow-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.07rem; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pill { padding: 8px 13px; border: 1px solid #cbdce7; border-radius: 999px; background: #fff; font-size: .82rem; font-weight: 800; }

.trial-section { scroll-margin-top: 75px; color: #fff; background: radial-gradient(circle at 85% 15%, rgba(103,181,28,.24), transparent 31%), var(--ink); }
.trial-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.trial-layout h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.trial-layout > div:first-child > p:last-child { color: #bad0e1; font-size: 1.07rem; }
.trial-panel { padding: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: 27px; background: rgba(255,255,255,.07); }
.trial-panel ul { display: grid; gap: 18px; margin: 0 0 27px; padding: 0; list-style: none; }
.trial-panel li { display: grid; grid-template-columns: minmax(145px, .7fr) 1fr; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.trial-panel li:last-child { padding-bottom: 0; border-bottom: 0; }
.trial-panel strong { color: #cafa9f; }
.trial-panel span { color: #c1d3e2; font-size: .9rem; }

.pricing-section { overflow: hidden; background: radial-gradient(circle at 50% 0, rgba(103,181,28,.09), transparent 31%), #fff; }
.invoicing-included { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; margin: -18px 0 35px; padding: 20px 24px; border: 1px solid #cfe5bd; border-radius: 18px; background: #f2f9ec; }
.invoicing-included strong { color: var(--green-dark); white-space: nowrap; }
.invoicing-included span { color: #355672; font-size: .93rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: 0 14px 38px rgba(8,38,70,.07); }
.pricing-card-featured { border: 2px solid var(--green); box-shadow: 0 22px 60px rgba(63,135,13,.16); transform: translateY(-10px); }
.pricing-badge { position: absolute; top: 0; right: 25px; padding: 7px 15px; border-radius: 0 0 12px 12px; background: var(--green); color: #153506; font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.pricing-name { margin: 0 0 11px; color: var(--green-dark); font-size: .84rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.pricing-card h3 { min-height: 2.25em; margin: 0 0 13px; font-size: 1.45rem; }
.pricing-card header > p:last-child { min-height: 5em; margin: 0; color: var(--ink-soft); font-size: .92rem; }
.price-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 25px 0; }
.price-pair p { margin: 0; padding: 17px 12px; border-radius: 16px; background: var(--mist); }
.price-pair strong { display: block; font-size: 1.75rem; line-height: 1; letter-spacing: -.04em; }
.price-pair span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: .68rem; font-weight: 750; line-height: 1.35; }
.pricing-features { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.pricing-features li { position: relative; padding-left: 25px; color: #294b69; font-size: .9rem; }
.pricing-features li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 950; }
.pricing-note { margin: auto 0 0; padding-top: 25px; color: #61778a; font-size: .78rem; }
.pricing-examples { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; margin-top: 45px; padding: 31px 35px; border: 1px solid var(--line); border-radius: 24px; background: var(--mist); }
.pricing-examples h3 { margin: 0; font-size: 1.45rem; }
.pricing-examples ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.pricing-examples li { display: grid; grid-template-columns: 75px 1fr auto; gap: 15px; align-items: center; padding: 10px 13px; border-radius: 12px; background: #fff; }
.pricing-examples li strong { color: var(--green-dark); }
.pricing-examples li span { color: var(--ink-soft); font-size: .88rem; }
.pricing-examples li b { font-size: .88rem; }
.partner-offer { display: grid; grid-template-columns: 110px 1fr; gap: 28px; align-items: center; margin-top: 20px; padding: 32px 36px; border-radius: 24px; color: #fff; background: linear-gradient(120deg, var(--blue), var(--ink)); }
.partner-offer-icon { display: grid; place-items: center; width: 100px; height: 100px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #cafa9f; background: rgba(255,255,255,.07); font-size: 1.7rem; font-weight: 950; }
.partner-offer h3 { margin: 0 0 9px; font-size: 1.45rem; }
.partner-offer p:last-child { margin: 0; color: #c1d3e2; font-size: .92rem; }
.pricing-disclaimer { max-width: 930px; margin: 22px auto 0; color: #667b8d; text-align: center; font-size: .78rem; }

.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.security-panel { padding: 35px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.06); }
.security-item { display: grid; grid-template-columns: 35px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.security-item:last-child { border-bottom: 0; }
.security-item > b { color: #9bdd5e; font-size: 1.2rem; }
.security-item strong { display: block; }
.security-item span { color: #bad0e1; font-size: .9rem; }
.security-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.security-copy p { color: #bad0e1; }
.security-copy a { color: #b7eb84; font-weight: 800; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.audience-card { padding: 24px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }
.audience-card strong { display: block; margin-bottom: 6px; }
.audience-card span { color: var(--ink-soft); font-size: .9rem; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 21px 24px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.faq-list summary { cursor: pointer; font-weight: 850; }
.faq-list details[open] summary { color: var(--green-dark); }
.faq-list p { margin: 13px 0 0; color: var(--ink-soft); font-size: .94rem; }
.offer-section { scroll-margin-top: 75px; background: radial-gradient(circle at 10% 10%, rgba(103,181,28,.13), transparent 28%), var(--mist); }
.offer-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: start; }
.offer-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.offer-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.offer-copy ul { display: grid; gap: 10px; padding: 0; list-style: none; }
.offer-copy li::before { content: "✓"; margin-right: 9px; color: var(--green-dark); font-weight: 950; }
.offer-copy .offer-direct { margin-top: 28px; }
.offer-direct a { color: var(--blue); font-weight: 850; }
.offer-form { padding: 34px; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.offer-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.offer-form label:not(.offer-consent) { display: grid; gap: 7px; color: #294b69; font-size: .84rem; font-weight: 800; }
.offer-form input:not([type="checkbox"]), .offer-form select, .offer-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #bdd0df; border-radius: 12px; color: var(--ink); background: #fff; font: inherit; }
.offer-form textarea { resize: vertical; }
.offer-form input:focus, .offer-form select:focus, .offer-form textarea:focus { border-color: var(--green-dark); outline: 3px solid rgba(103,181,28,.16); }
.offer-form-wide { grid-column: 1 / -1; }
.offer-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--ink-soft); font-size: .8rem; }
.offer-consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--green-dark); }
.offer-consent a { color: var(--blue); font-weight: 800; }
.offer-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.offer-form-actions { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.offer-form-actions .button { border: 0; cursor: pointer; }
.offer-form-actions .button:disabled { cursor: wait; opacity: .65; transform: none; }
.offer-form-status { flex: 1; margin: 0; color: var(--ink-soft); font-size: .85rem; font-weight: 750; }
.offer-form-status.success { color: var(--green-dark); }
.offer-form-status.error { color: #a52222; }
.cta { padding: 35px 0 90px; background: var(--mist); }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 49px; border-radius: 30px; color: #fff; background: linear-gradient(120deg, var(--blue), var(--ink)); box-shadow: var(--shadow); }
.cta-box h2 { max-width: 710px; margin: 0; font-size: clamp(1.75rem, 4vw, 3rem); }
.cta-box p { margin: 12px 0 0; color: #bdd0e0; }
.cta-box .button { flex: 0 0 auto; }

.site-footer { padding: 55px 0 30px; color: #c1d0dc; background: #051b30; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }
.footer-brand { color: #fff; }
.footer-brand img { width: 170px; height: 170px; object-fit: contain; background: #fff; }
.footer-brand p { max-width: 420px; }
.footer-column strong { display: block; margin-bottom: 13px; color: #fff; }
.footer-column a { display: block; width: fit-content; margin: 8px 0; color: #c1d0dc; text-decoration: none; }
.footer-column a:hover { color: #b7eb84; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }

.legal-hero { padding: 75px 0 55px; background: linear-gradient(135deg, #f5f9fc, #ecf7e5); }
.legal-hero h1 { max-width: 900px; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.legal-hero p { max-width: 730px; color: var(--ink-soft); font-size: 1.05rem; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 800px); justify-content: center; gap: 65px; padding: 65px 0 95px; }
.legal-toc { position: sticky; top: 105px; align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--mist); }
.legal-toc strong { display: block; margin-bottom: 9px; }
.legal-toc a { display: block; padding: 6px 0; color: var(--ink-soft); text-decoration: none; font-size: .88rem; }
.legal-content section { scroll-margin-top: 105px; margin-bottom: 47px; }
.legal-content h2 { margin: 0 0 16px; font-size: 1.7rem; }
.legal-content h3 { margin: 25px 0 8px; font-size: 1.1rem; letter-spacing: -.01em; }
.legal-content p, .legal-content li { color: #38546c; }
.legal-content ul { padding-left: 22px; }
.legal-note { padding: 20px; border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; background: #f2f9ec; }
.legal-meta { color: #587086; font-size: .91rem; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

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

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav > a { padding: 8px; }
  .hero { padding-top: 65px; }
  .hero-grid, .workflow, .trial-layout, .security-grid, .faq-layout, .offer-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .product-window { max-width: 620px; margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 690px; margin-inline: auto; }
  .invoicing-included { grid-template-columns: 1fr; gap: 5px; }
  .pricing-card-featured { transform: none; }
  .pricing-card h3, .pricing-card header > p:last-child { min-height: 0; }
  .pricing-examples { grid-template-columns: 1fr; gap: 20px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-toc { position: static; }
}

@media (max-width: 620px) {
  .nav-shell, .section-shell, .legal-shell { width: min(100% - 28px, 1180px); }
  .brand span { font-size: .9rem; }
  .brand img { width: 55px; height: 40px; }
  .nav-shell { min-height: 68px; }
  .site-nav { top: 68px; left: 14px; right: 14px; }
  .hero { padding: 52px 0 60px; }
  h1 { font-size: 2.6rem; }
  .product-window { padding: 7px; border-radius: 20px; }
  .dashboard { grid-template-columns: 75px 1fr; min-height: 320px; }
  .dashboard-nav { padding: 12px 7px; }
  .dashboard-nav span { padding: 5px 3px; font-size: .5rem; }
  .dashboard-main { padding: 13px; }
  .metric:nth-child(3) { display: none; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid { grid-template-columns: 1fr; }
  .fake-card:last-child { display: none; }
  .section { padding: 68px 0; }
  .feature-grid, .audience-grid { grid-template-columns: 1fr; }
  .pricing-card { padding: 27px 22px; }
  .pricing-examples { padding: 25px 20px; }
  .pricing-examples li { grid-template-columns: 62px 1fr; }
  .pricing-examples li b { grid-column: 2; }
  .partner-offer { grid-template-columns: 1fr; padding: 28px 23px; }
  .partner-offer-icon { width: 76px; height: 76px; }
  .trial-panel { padding: 27px 21px; }
  .trial-panel li { grid-template-columns: 1fr; gap: 5px; }
  .offer-form { padding: 27px 21px; }
  .offer-form-grid { grid-template-columns: 1fr; }
  .offer-form-wide { grid-column: auto; }
  .offer-form-actions { display: grid; }
  .feature-card { min-height: 0; }
  .cta-box { display: block; padding: 32px 24px; }
  .cta-box .button { margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { display: block; }
  .legal-hero { padding: 55px 0 40px; }
  .legal-layout { padding: 40px 0 65px; }
}

/* Direction éditoriale 2026 */
:root {
  --ink: #071f36;
  --ink-soft: #496275;
  --green: #77bd32;
  --green-dark: #397d0a;
  --blue: #0b416e;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --mist: #f1f5f6;
  --line: #d9e2e4;
  --shadow: 0 28px 80px rgba(7, 31, 54, .12);
  --radius: 8px;
}

body { background: var(--paper); font-feature-settings: "kern" 1, "liga" 1; }
body::selection { color: #fff; background: var(--blue); }
h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid rgba(119, 189, 50, .55); outline-offset: 3px; }
.nav-shell, .section-shell, .legal-shell { width: min(1240px, calc(100% - 64px)); }

.site-header { border-bottom: 1px solid rgba(7,31,54,.1); background: rgba(251,250,246,.92); }
.nav-shell { min-height: 82px; }
.brand { gap: 12px; height: 82px; overflow: visible; }
.brand-logo { width: 82px; height: 82px; margin: 0; object-fit: contain; }
.brand-name { color: var(--ink); font-size: 1.02rem; font-weight: 800; letter-spacing: -.03em; }
.brand-name b { color: var(--green-dark); }
.site-nav { gap: 27px; }
.site-nav > a { position: relative; padding-block: 8px; color: #2e485c; font-size: .86rem; letter-spacing: .01em; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a[aria-current="true"]::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-login { color: var(--green-dark); }
.button { min-height: 52px; padding-inline: 25px; border-radius: 3px; background: var(--green); color: #102b08; box-shadow: none; }
.button:hover, .button:focus-visible { background: #86cb40; box-shadow: 7px 7px 0 rgba(7,31,54,.11); transform: translate(-2px,-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: .92rem; font-weight: 850; text-decoration: none; }
.text-link span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(7,31,54,.25); border-radius: 50%; transition: transform .2s; }
.text-link:hover span { transform: rotate(45deg); }

.hero { min-height: calc(100vh - 82px); padding: 82px 0 36px; background: var(--paper); }
.hero::before { opacity: .42; background-image: linear-gradient(rgba(7,31,54,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(7,31,54,.05) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,#000,transparent 64%); }
.hero::after { content: ""; position: absolute; width: 370px; height: 370px; top: -180px; right: -90px; border: 70px solid rgba(119,189,50,.09); border-radius: 50%; }
.hero-grid { grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); gap: 76px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: .72rem; letter-spacing: .17em; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
h1 { max-width: 700px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem,6.5vw,6.4rem); font-weight: 500; line-height: .94; letter-spacing: -.065em; }
h1 em { position: relative; color: var(--green-dark); }
h1 em::after { content: ""; position: absolute; left: 4%; right: -2%; bottom: -.08em; height: .09em; background: var(--green); transform: rotate(-1deg); }
.hero-lead { max-width: 590px; margin-top: 34px; color: #3e576b; font-size: clamp(1.06rem,1.5vw,1.25rem); line-height: 1.72; }
.hero-actions { align-items: center; gap: 25px; margin-top: 34px; }
.trial-inline { margin-top: 23px; padding-left: 15px; border-left: 2px solid var(--green); color: #5c7180; }
.hero-product { position: relative; padding: 35px 18px 45px 35px; }
.product-window { z-index: 1; padding: 10px; border: 1px solid rgba(7,31,54,.15); border-radius: 11px; background: #fff; box-shadow: 22px 28px 0 #dfe8e8, var(--shadow); transform: rotate(.35deg); }
.product-window::after { display: none; }
.window-top { border-bottom-color: #e1e8e9; }
.dashboard { min-height: 408px; border-radius: 0 0 4px 4px; }
.dashboard-nav { background: #071f36; }
.dashboard-mark { border-radius: 5px; }
.metric, .fake-card { border-radius: 5px; }
.product-note { position: absolute; z-index: 3; display: grid; border: 1px solid rgba(7,31,54,.12); background: rgba(255,255,255,.97); box-shadow: 0 17px 40px rgba(7,31,54,.13); }
.product-note-top { top: 0; right: -16px; min-width: 205px; grid-template-columns: 55px 1fr; padding: 14px 17px; }
.product-note-top span { grid-row: 1 / 3; align-self: center; color: var(--green-dark); font: 700 1.15rem/1 Georgia,serif; }
.product-note-top strong, .product-note-bottom strong { font-size: .78rem; }
.product-note small { color: #70828e; font-size: .66rem; }
.product-note-bottom { left: 0; bottom: 2px; grid-template-columns: 13px 1fr; gap: 10px; align-items: center; padding: 14px 18px; }
.product-note-bottom strong, .product-note-bottom small { display: block; }
.status-pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(119,189,50,.16); }
.hero-foot { position: relative; display: grid; grid-template-columns: 1fr 3fr; align-items: center; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(7,31,54,.14); }
.hero-foot p { margin: 0; color: #72838e; font: italic 1rem Georgia,serif; }
.hero-foot ul { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.hero-foot li { color: #294558; font-size: .79rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero-foot li span { margin-right: 8px; color: var(--green-dark); font: 600 .72rem Georgia,serif; }

.section { padding: 118px 0; }
.section-heading { margin-bottom: 58px; }
.section-heading h2, .workflow-copy h2, .trial-layout h2, .security-copy h2, .offer-copy h2 { font-family: Georgia,"Times New Roman",serif; font-weight: 500; letter-spacing: -.045em; }
.solution-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; max-width: none; align-items: end; }
.solution-heading h2 { font-size: clamp(2.8rem,5vw,5rem); line-height: .98; }
.solution-heading > p { margin: 0 0 8px; padding-left: 24px; border-left: 1px solid var(--line); }
.feature-grid { grid-template-columns: repeat(12,1fr); grid-auto-flow: dense; gap: 15px; }
.feature-card { grid-column: span 4; min-height: 280px; padding: 30px; border-radius: 6px; box-shadow: none; }
.feature-card:hover { box-shadow: 9px 9px 0 #dfe6e5; transform: translate(-3px,-3px); }
.feature-card-wide { display: grid; grid-template-columns: .8fr 1.2fr; grid-column: span 8; gap: 26px; }
.feature-card-tall { grid-row: span 2; }
.feature-card-ink { color: #fff; border-color: var(--ink); background: var(--ink); }
.feature-card-green { border-color: #c8e5ad; background: #edf7e4; }
.feature-icon { width: 42px; height: 42px; margin-bottom: 45px; border-radius: 50%; font: 700 .82rem Georgia,serif; }
.feature-card-wide .feature-icon { position: absolute; }
.feature-card-wide > div:nth-child(2) { padding-top: 68px; }
.feature-card h3 { font-size: 1.45rem; }
.feature-card-ink p { color: #c4d2dc; }
.feature-kicker { margin: 0 0 8px !important; color: var(--green-dark) !important; font-size: .7rem !important; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.feature-card-ink .feature-kicker { color: #a9df75 !important; }
.feature-card blockquote { margin: 36px 0 0; padding: 17px 0 0; border-top: 1px solid var(--line); color: var(--ink); font: italic 1rem/1.5 Georgia,serif; }
.mini-schedule { display: grid; align-content: center; gap: 10px; }
.mini-schedule span { display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 13px; border-left: 2px solid var(--green); background: rgba(255,255,255,.08); }
.mini-schedule i { color: #a9df75; font-size: .7rem; font-style: normal; }
.mini-schedule b { font-size: .73rem; }

.section-tinted { background: #e9eeee; }
.workflow { gap: 110px; }
.step-list { counter-reset: steps; gap: 0; border-top: 1px solid #bdcacc; }
.step { position: relative; grid-template-columns: 55px 1fr; gap: 22px; padding: 25px 4px; border: 0; border-bottom: 1px solid #bdcacc; border-radius: 0; background: transparent; }
.step > b { width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--green-dark); background: #fff; font: 600 1rem Georgia,serif; }
.step h3 { font-size: 1.1rem; }
.workflow-copy h2 { font-size: clamp(2.8rem,5vw,4.8rem); }
.pill { border-radius: 2px; background: rgba(255,255,255,.6); }

.trial-section { position: relative; background: var(--ink); }
.trial-section::before { content: "15"; position: absolute; right: 4%; top: 50%; color: rgba(255,255,255,.035); font: 600 23rem/.7 Georgia,serif; transform: translateY(-50%); }
.trial-panel { border-radius: 7px; }
.pricing-section { background: var(--paper); }
.invoicing-included, .pricing-card, .pricing-examples, .partner-offer { border-radius: 6px; }
.pricing-grid { gap: 14px; }
.pricing-card { padding: 34px 30px; box-shadow: none; }
.pricing-card-featured { box-shadow: 10px 10px 0 rgba(119,189,50,.18); transform: translateY(-8px); }
.pricing-badge { border-radius: 0 0 0 4px; }
.price-pair p { border-radius: 3px; }
.partner-offer-icon { border-radius: 4px; }
.section-dark { background: var(--ink); }
.security-panel { border-radius: 6px; }
.audience-card, .faq-list details { border-radius: 5px; }
.audience-card { border-top: 3px solid var(--green); }
.offer-section { background: #e9eeee; }
.offer-form { border-radius: 7px; box-shadow: 12px 12px 0 #d4dddd; }
.offer-form input:not([type="checkbox"]), .offer-form select, .offer-form textarea { border-radius: 3px; background: #fcfcfa; }
.cta { background: #e9eeee; }
.cta-box { border-radius: 6px; box-shadow: none; }

.site-footer { padding-top: 0; background: #041625; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding: 60px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top p { margin: 0; color: #fff; font: 500 clamp(2rem,4vw,3.6rem)/1.05 Georgia,serif; letter-spacing: -.04em; }
.footer-top em { color: #a7dd73; font-weight: 400; }
.footer-grid { grid-template-columns: 1.4fr .7fr .8fr 1.15fr; padding-top: 52px; }
.footer-logo { display: block; width: 170px; height: 170px; background: #fff; }
.footer-logo img { width: 170px; height: 170px; object-fit: contain; }
.footer-brand img { width: 170px; height: 170px; border-radius: 0; }
.footer-column { font-style: normal; }
.footer-column span { display: block; color: #c1d0dc; font-size: .88rem; line-height: 1.8; }
.footer-column a { font-size: .88rem; }
.back-to-top { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.35); background: var(--ink); color: #fff; text-decoration: none; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s,transform .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }

.legal-hero { position: relative; overflow: hidden; padding: 95px 0 72px; background: var(--cream); }
.legal-hero::after { content: ""; position: absolute; right: -100px; bottom: -190px; width: 380px; height: 380px; border: 60px solid rgba(119,189,50,.13); border-radius: 50%; }
.legal-hero h1 { font-family: Georgia,"Times New Roman",serif; font-weight: 500; letter-spacing: -.05em; }
.legal-layout { grid-template-columns: 260px minmax(0,820px); gap: 85px; }
.legal-toc { border-radius: 4px; background: transparent; }
.legal-toc a:hover { color: var(--green-dark); }
.legal-content h2 { padding-bottom: 13px; border-bottom: 1px solid var(--line); font-family: Georgia,"Times New Roman",serif; font-weight: 500; }
.legal-note { border-radius: 0; }
.legal-identity { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 22px; background: var(--line); border: 1px solid var(--line); }
.legal-identity div { padding: 18px; background: #fff; }
.legal-identity span { display: block; color: #6a7c89; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-identity strong, .legal-identity a { display: block; margin-top: 5px; color: var(--ink); }

@media (max-width: 1050px) {
  .site-nav { gap: 16px; }
  .hero-grid { grid-template-columns: minmax(0,.9fr) minmax(460px,1.1fr); gap: 35px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 900px) {
  .nav-shell, .section-shell, .legal-shell { width: min(100% - 40px,1240px); }
  .menu-toggle { display: flex; align-items: center; gap: 10px; }
  .menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 19px; height: 1px; background: currentColor; content: ""; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::before { position: absolute; top: -5px; }
  .menu-toggle i::after { position: absolute; top: 5px; }
  .site-nav { top: 82px; border-radius: 4px; background: var(--paper); }
  .site-nav > a { padding: 11px; }
  .hero { min-height: 0; padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-product { max-width: 680px; width: 100%; margin-inline: auto; }
  .hero-foot { grid-template-columns: 1fr; gap: 18px; }
  .solution-heading { grid-template-columns: 1fr; gap: 22px; }
  .solution-heading > p { max-width: 650px; }
  .feature-card { grid-column: span 6; }
  .feature-card-wide { grid-column: span 12; }
  .workflow { gap: 55px; }
  .legal-layout { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .legal-toc { position: static; }
  .legal-content { min-width: 0; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid address { grid-column: 2 / -1; }
}

@media (max-width: 620px) {
  .nav-shell, .section-shell, .legal-shell { width: min(100% - 28px,1240px); }
  .nav-shell { min-height: 70px; }
  .brand { gap: 8px; height: 70px; }
  .brand .brand-logo { width: 70px; height: 70px; margin: 0; }
  .brand-name { font-size: .84rem; }
  .site-nav { top: 70px; }
  .hero { padding: 54px 0 30px; }
  h1 { font-size: clamp(3rem,15vw,4.25rem); }
  .hero-lead { margin-top: 27px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-product { padding: 40px 0 45px 8px; }
  .product-window { box-shadow: 10px 13px 0 #dfe8e8; }
  .product-note-top { right: -4px; }
  .dashboard { grid-template-columns: 62px 1fr; min-height: 295px; }
  .dashboard-mark { width: 32px; height: 32px; }
  .hero-foot { margin-top: 38px; }
  .hero-foot ul { grid-template-columns: 1fr 1fr; gap: 13px; }
  .section { padding: 82px 0; }
  .solution-heading h2 { font-size: 3rem; }
  .feature-grid { display: grid; grid-template-columns: 1fr; }
  .feature-card, .feature-card-wide { grid-column: auto; }
  .feature-card-wide { grid-template-columns: 1fr; }
  .feature-card-wide > div:nth-child(2) { padding-top: 58px; }
  .mini-schedule { margin-top: 5px; }
  .trial-section::before { font-size: 13rem; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-grid address { grid-column: 1 / -1; }
  .legal-identity { grid-template-columns: 1fr; }
  .back-to-top { right: 14px; bottom: 14px; }
}
