/* Entreview — page d’accueil officielle. */
.home-page {
    --home-coral: #FF6B5C;
    --home-coral-hover: #E55A47;
    --home-coral-soft: #FFF3F1;
    --home-sun: #FFD23F;
    --home-sun-soft: #FFF7D6;
    --home-sun-ink: #7A5200;
    --home-ink: #21201C;
    --home-muted: #696762;
    --home-ivory: #FAFAF8;
    --home-border: #E7E5E1;
    --home-border-strong: #8C8982;
    color: var(--home-ink);
}

.home-page .nav { background: rgba(255,255,255,.96); }
.home-page .nav .btn-primary,
.home-page .mobile-menu .btn-primary { background: var(--home-coral); color: #fff; }
.home-page .nav .btn-primary:hover,
.home-page .mobile-menu .btn-primary:hover { background: var(--home-coral-hover); }
.home-page .mobile-menu a.btn-primary { color: #fff; }
.home-page .ndi-icon.primary { background: var(--home-coral-soft); color: #C64237; }
.home-page :focus-visible { outline-color: var(--home-ink); }

.home-shell { width: min(1240px,calc(100% - 48px)); margin-inline: auto; }
.home-kicker { display: inline-block; color: var(--home-ink); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.home-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 12px;
    font: inherit;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.home-button:hover { transform: translateY(-2px); }
.home-button-primary { background: var(--home-coral); color: #fff; }
.home-button-primary:hover { background: var(--home-coral-hover); }
.home-button-secondary { background: #fff; color: var(--home-ink); border-color: var(--home-border-strong); }
.home-button-secondary:hover { background: var(--home-sun-soft); border-color: var(--home-ink); }

.journey-page {
    --journey-plum: var(--home-ink);
    --journey-berry: var(--home-ink);
    --journey-clay: var(--home-coral);
    --journey-clay-deep: var(--home-ink);
    --journey-blush: var(--home-coral-soft);
    --journey-cream: var(--home-ivory);
    background: var(--journey-cream);
    color: var(--journey-plum);
}
.journey-page h1,
.journey-page h2,
.journey-page h3,
.journey-page p { margin: 0; }
.journey-shell { width: min(1180px,calc(100% - 48px)); }
.journey-kicker { color: var(--journey-clay-deep); }
.journey-button-primary { background: var(--home-coral); color: #fff; }
.journey-button-primary:hover { background: var(--home-coral-hover); }
.journey-button-outline { border-color: var(--home-border-strong); background: rgba(255,255,255,.86); color: var(--home-ink); }
.journey-button-outline:hover { background: var(--home-sun-soft); border-color: var(--home-ink); }
.journey-actions .journey-button-outline { background: var(--home-ink); border-color: var(--home-ink); color: #fff; }
.journey-actions .journey-button-outline:hover { background: #36332E; border-color: #36332E; }

.journey-hero { position: relative; min-height: 840px; padding: 162px 0 96px; overflow: hidden; background: var(--journey-cream); }
.journey-hero-backdrop { position: absolute; inset: 0; overflow: hidden; }
.journey-hero-backdrop::before { content: ''; position: absolute; width: 690px; height: 690px; right: -190px; top: 40px; border-radius: 50%; background: var(--journey-blush); }
.journey-hero-backdrop::after { content: ''; position: absolute; width: 260px; height: 260px; left: -90px; bottom: 30px; border-radius: 50%; background: var(--home-sun-soft); }
.journey-hero-layout { position: relative; z-index: 1; width: min(1240px,calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.journey-hero-copy h1 { max-width: 620px; margin-top: 22px; font-family: Georgia,'Times New Roman',serif; font-size: clamp(3rem,3.75vw,4.1rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.journey-hero-copy > p { max-width: 620px; margin-top: 26px; color: var(--home-muted); font-size: 1.06rem; line-height: 1.72; }
.journey-actions { margin-top: 32px; }
.journey-hero-points { display: flex; flex-wrap: wrap; gap: 14px 22px; margin: 32px 0 0; padding: 0; list-style: none; color: var(--home-muted); font-size: .78rem; font-weight: 700; }
.journey-hero-points li { display: flex; align-items: center; gap: 7px; }
.journey-hero-points i { color: var(--home-coral); font-size: 1.05rem; }
.journey-hero-visual { position: relative; width: min(100%,540px); min-height: 590px; justify-self: end; }
.journey-hero-photo-card { position: absolute; inset: 0 46px 54px 0; margin: 0; overflow: hidden; border-radius: 90px 24px 90px 24px; }
.journey-hero-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 40% center; }
.journey-hero-product-card { position: absolute; width: 180px; right: 0; bottom: 0; margin: 0; }
.journey-hero-product-card .journey-phone-device { font-size: 8.25px; }
.journey-hero-note { position: absolute; left: -30px; bottom: 36px; max-width: 330px; display: flex; align-items: center; gap: 10px; padding: 15px 18px; border-radius: 14px; background: var(--home-coral); color: #fff; box-shadow: 0 14px 32px rgba(33,32,28,.1); font-size: .78rem; font-weight: 750; }
.journey-hero-note i { color: #fff; font-size: 1.2rem; }

.journey-phone-device { position: relative; width: 100%; aspect-ratio: 9 / 19.5; padding: .72em; border: 1px solid #343632; border-radius: 3.5em; background: #171916; box-shadow: 0 26px 55px rgba(33,32,28,.22); font-size: 10px; }
.journey-phone-device::before,
.journey-phone-device::after { content: ''; position: absolute; left: -.28em; width: .25em; border-radius: .25em 0 0 .25em; background: #343632; }
.journey-phone-device::before { top: 8.5em; height: 4.8em; }
.journey-phone-device::after { top: 15em; height: 3.3em; }
.journey-phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 2.85em; background: #FAFBFD; color: #121826; }
.journey-phone-island { position: absolute; z-index: 3; top: .72em; left: 50%; width: 6.7em; height: 1.9em; border-radius: 999px; background: #171916; transform: translateX(-50%); }
.journey-phone-status { height: 4.1em; display: flex; align-items: center; justify-content: space-between; padding: .8em 1.45em 0; font-size: .76em; font-weight: 800; }
.journey-phone-status span:last-child { display: flex; gap: .45em; font-size: 1.25em; }
.journey-phone-appbar { height: 4.9em; display: grid; grid-template-columns: 3em 1fr 3em; gap: .8em; align-items: center; padding: 0 1.2em; border-block: 1px solid #E6EAF0; background: #fff; }
.journey-phone-appbar > strong { overflow: hidden; font-size: .92em; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.journey-phone-menu,
.journey-phone-notification { position: relative; width: 2.7em; height: 2.7em; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #DCE2E8; border-radius: .8em; background: #fff; color: #4A5568; font-size: .95em; }
.journey-phone-notification { justify-self: end; }
.journey-phone-notification > i:last-child { position: absolute; width: .62em; height: .62em; top: .25em; right: .25em; border: .16em solid #fff; border-radius: 50%; background: var(--home-coral); }
.journey-phone-content { height: calc(100% - 9em); padding: 1.25em 1.2em 1.1em; overflow: hidden; font-family: 'Plus Jakarta Sans',sans-serif; }
.journey-phone-page-heading { display: grid; grid-template-columns: 1fr 3.25em; gap: .8em; align-items: start; }
.journey-phone-page-heading > div > strong { display: block; font-size: 1.35em; font-weight: 850; letter-spacing: -.04em; }
.journey-phone-page-heading > div > small { display: block; margin-top: .45em; color: #5E6A7B; font-size: .59em; font-weight: 550; line-height: 1.45; }
.journey-phone-page-heading > span { width: 3.25em; height: 3.25em; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #111827; color: #fff; font-size: .82em; }
.journey-phone-search-panel { height: 4.15em; display: grid; grid-template-columns: 1fr auto; gap: .55em; margin-top: .9em; padding: .55em; border: 1px solid #E1E6EC; border-radius: 1em; background: #fff; }
.journey-phone-search-panel > span,
.journey-phone-search-panel > strong { display: flex; gap: .55em; align-items: center; overflow: hidden; padding: 0 .7em; border: 1px solid #DCE2E8; border-radius: .75em; color: #6B7280; font-size: .62em; white-space: nowrap; }
.journey-phone-search-panel > strong { color: #273245; }
.journey-phone-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: .65em; margin-top: .75em; }
.journey-phone-metrics > div { min-height: 7.25em; padding: .75em; border: 1px solid #E1E6EC; border-radius: 1em; background: #fff; }
.journey-phone-metrics span { display: flex; align-items: flex-start; justify-content: space-between; gap: .4em; color: #4A5568; font-size: .59em; font-weight: 650; line-height: 1.25; }
.journey-phone-metrics span i { width: 2.05em; height: 2.05em; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: .6em; background: var(--home-coral-soft); color: #C64237; font-size: 1.25em; }
.journey-phone-metrics strong { display: block; margin-top: .55em; font-size: 1.35em; line-height: 1; }
.journey-phone-metrics strong small { color: #667085; font-size: .53em; font-weight: 650; }
.journey-phone-metrics > div > small { display: block; margin-top: .65em; color: #5E6A7B; font-size: .54em; line-height: 1.25; }
.journey-phone-metrics > div > small b { color: #10B981; }
.journey-phone-metric-coral strong { color: #C64237; }
.journey-phone-metric-green strong { color: #059669; }
.journey-phone-metric-purple strong { color: #7C3AED; }
.journey-phone-progress { height: .42em; display: block; margin-top: .85em; overflow: hidden; border-radius: 999px; background: #EEF1F4; }
.journey-phone-progress i { height: 100%; display: block; border-radius: inherit; background: var(--home-coral); }
.journey-phone-progress-green i { background: #10B981; }
.journey-phone-site-card { margin-top: .7em; padding: .8em; border: 1px solid #E1E6EC; border-radius: 1em; background: #fff; }
.journey-phone-site-card > strong { display: flex; align-items: center; justify-content: space-between; font-size: .65em; }
.journey-phone-site-card > strong small { padding: .35em .6em; border: 1px solid #DCE2E8; border-radius: 999px; color: #5E6A7B; font-size: .8em; }
.journey-phone-site-card > span { display: flex; align-items: center; gap: .45em; margin-top: .65em; font-size: .56em; font-weight: 750; }
.journey-phone-site-card > span i { width: .65em; height: .65em; border-radius: 50%; background: var(--home-coral); }
.journey-phone-site-card > div { display: grid; grid-template-columns: repeat(3,1fr); gap: .4em; margin-top: .65em; }
.journey-phone-site-card > div b { color: #667085; font-size: .45em; text-transform: uppercase; }
.journey-phone-site-card > div small { display: block; margin-top: .3em; color: #273245; font-size: 1.45em; }

.journey-phone-calendar > strong { display: block; font-size: 1.35em; font-weight: 850; letter-spacing: -.04em; }
.journey-phone-calendar-nav { height: 3.5em; display: grid; grid-template-columns: 3em 1fr 3em; gap: .6em; align-items: center; margin-top: .8em; }
.journey-phone-calendar-nav span { width: 2.8em; height: 2.8em; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #DCE2E8; border-radius: .75em; background: #fff; color: #5E6A7B; }
.journey-phone-calendar-nav span:last-child { justify-self: end; }
.journey-phone-calendar-nav b { font-size: .78em; text-align: center; }
.journey-phone-calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); margin-top: .75em; overflow: hidden; border: 1px solid #DCE2E8; border-radius: 1em; background: #fff; }
.journey-phone-calendar-grid > b { padding: .65em 0; background: #F4F6F8; color: #8492A6; font-size: .5em; text-align: center; }
.journey-phone-calendar-grid > span { position: relative; min-height: 3.35em; display: flex; align-items: center; justify-content: center; border-top: 1px solid #EEF1F4; color: #4A5568; font-size: .52em; font-weight: 650; }
.journey-phone-calendar-grid > span.other { color: #C3CAD3; }
.journey-phone-calendar-grid > span.today { width: 2.55em; min-height: 2.55em; align-self: center; justify-self: center; border: 0; border-radius: 50%; background: var(--home-coral); color: #fff; }
.journey-phone-calendar-grid > span.event::after { content: ''; position: absolute; bottom: .35em; width: .55em; height: .55em; border-radius: 50%; background: var(--home-coral); }
.journey-phone-upcoming { margin-top: .8em; padding: .8em; border: 1px solid #E1E6EC; border-radius: 1em; background: #fff; }
.journey-phone-upcoming > strong { display: flex; justify-content: space-between; font-size: .65em; }
.journey-phone-upcoming > strong small { color: #C64237; font-size: .8em; }
.journey-phone-upcoming > div { display: grid; grid-template-columns: 2.6em 1fr; gap: .7em; align-items: center; margin-top: .6em; padding-top: .6em; border-top: 1px solid #EEF1F4; }
.journey-phone-upcoming > div > b { width: 2.4em; height: 2.4em; display: inline-flex; align-items: center; justify-content: center; border-radius: .7em; background: var(--home-coral-soft); color: #C64237; font-size: .65em; }
.journey-phone-upcoming > div > span { font-size: .55em; font-weight: 700; }
.journey-phone-upcoming > div small { display: block; margin-top: .25em; color: #8492A6; font-size: .88em; font-weight: 550; }

.journey-section-heading h2,
.journey-heading h2,
.journey-product-copy h2,
.journey-security h2,
.journey-faq h2 { margin-top: 17px; font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.35rem,4vw,4.2rem); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; text-wrap: balance; }
.journey-heading { max-width: 760px; margin: auto; text-align: center; }
.journey-heading > p,
.journey-section-heading > p,
.journey-section-heading-split > p,
.journey-product-copy > p,
.journey-security-copy > p { margin-top: 18px; color: var(--home-muted); line-height: 1.7; }
.journey-section-heading-split { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; }
.journey-section-heading-centered { max-width: 790px; margin: auto; text-align: center; }

.journey-path-section { padding: 108px 0; background: #fff; }
.journey-path { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; margin: 58px 0 50px; padding: 0; list-style: none; }
.journey-path::before { content: ''; position: absolute; top: 29px; left: 10%; right: 10%; height: 2px; background: var(--home-coral); }
.journey-path li { position: relative; text-align: center; }
.journey-path li > span { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--home-coral); border-radius: 50%; background: var(--home-coral); color: #fff; font-size: 1.45rem; }
.journey-path strong { display: block; margin-top: 16px; }
.journey-path p { max-width: 185px; margin: 7px auto 0; color: var(--home-muted); font-size: .78rem; line-height: 1.5; }
.journey-screen { width: min(1180px,100%); margin: 0 auto; overflow: hidden; border: 1px solid var(--home-border); border-radius: 21px; background: #fff; box-shadow: 0 28px 65px rgba(33,32,28,.1); }
.journey-screen-label { display: block; padding: 11px 16px; border-bottom: 1px solid var(--home-border); color: var(--home-muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journey-screen-label i { margin-right: 6px; color: var(--journey-clay-deep); }
.journey-screen img { display: block; width: 100%; height: auto; }

.journey-roles { padding: 112px 0; background: var(--home-ivory); }
.journey-role-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.journey-role-card { min-height: 340px; padding: 30px; border: 1px solid var(--home-border); border-radius: 22px; background: #fff; }
.journey-role-icon { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; background: var(--home-sun); color: var(--home-sun-ink); font-size: 1.5rem; }
.journey-role-label { margin-top: 42px !important; color: var(--journey-clay-deep); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.journey-role-card h3 { margin-top: 10px; font-family: Georgia,serif; font-size: 1.65rem; font-weight: 500; }
.journey-role-card ul { display: grid; gap: 9px; margin: 20px 0 0; padding-left: 19px; color: var(--home-muted); font-size: .82rem; line-height: 1.5; }
.journey-role-screen { margin: 38px 0 0; overflow: hidden; border: 10px solid #fff; border-radius: 22px; background: #fff; box-shadow: 0 24px 55px rgba(33,32,28,.09); }
.journey-role-screen img { display: block; width: 100%; height: auto; }

.journey-campaigns { padding: 112px 0; background: #fff; }
.journey-product-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 74px; align-items: center; }
.journey-feature-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.journey-feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: start; color: var(--home-muted); font-size: .86rem; line-height: 1.55; }
.journey-feature-list i { color: var(--home-coral); font-size: 1.3rem; }
.journey-product-screen { margin: 0; overflow: hidden; border: 1px solid var(--home-border); border-radius: 22px; background: #fff; box-shadow: 0 28px 62px rgba(33,32,28,.1); }
.journey-product-screen img { display: block; width: 100%; height: auto; }

.journey-workflow { padding: 112px 0; background: var(--home-ivory); }
.journey-workflow-grid { display: grid; gap: 26px; margin-top: 54px; }
.journey-workflow-card { display: grid; grid-template-columns: .72fr 1.28fr; gap: 0; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 22px 48px rgba(33,32,28,.08); }
.journey-workflow-card-reverse { grid-template-columns: 1.28fr .72fr; }
.journey-workflow-card-reverse .journey-workflow-copy { order: 2; }
.journey-workflow-copy { padding: 42px; align-self: center; }
.journey-workflow-number { color: var(--journey-clay-deep); font-size: .72rem; font-weight: 850; }
.journey-workflow-copy h3 { margin-top: 15px; font-family: Georgia,serif; font-size: 2rem; font-weight: 500; line-height: 1.18; }
.journey-workflow-copy p { margin-top: 15px; color: var(--home-muted); font-size: .88rem; line-height: 1.65; }
.journey-workflow-card figure { margin: 0; min-height: 350px; }
.journey-workflow-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; }

.journey-calendar { padding: 112px 0; overflow: hidden; background: #fff; }
.journey-calendar-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(460px,.92fr); gap: 64px; align-items: center; }
.journey-calendar-visuals { position: relative; min-height: 420px; }
.journey-calendar-screen { position: absolute; inset: 0 44px auto 0; aspect-ratio: 2255 / 1410; margin: 0; overflow: hidden; border: 8px solid #fff; border-radius: 24px; background: #fff; box-shadow: 0 28px 62px rgba(33,32,28,.1); }
.journey-calendar-screen img { width: 100%; height: 100%; display: block; object-fit: contain; }
.journey-calendar-mobile { position: absolute; width: 148px; right: 0; bottom: 0; margin: 0; }
.journey-calendar-mobile .journey-phone-device { font-size: 7.25px; }
.journey-calendar .journey-product-copy h2 { font-size: clamp(2.35rem,3.1vw,2.8rem); line-height: 1.04; }

.journey-insights { padding: 112px 0; background: #fff; }
.journey-insight-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 50px; }
.journey-insight-card { overflow: hidden; border: 1px solid var(--home-border); border-radius: 22px; background: var(--journey-cream); }
.journey-insight-card figure { aspect-ratio: 2255 / 1100; margin: 0; overflow: hidden; }
.journey-insight-card img { width: 100%; height: 100%; display: block; object-fit: contain; }
.journey-insight-card > div { padding: 28px; }
.journey-insight-card i { color: var(--journey-clay-deep); font-size: 1.45rem; }
.journey-insight-card h3 { margin-top: 12px; font-family: Georgia,serif; font-size: 1.6rem; font-weight: 500; }
.journey-insight-card p { margin-top: 10px; color: var(--home-muted); font-size: .84rem; line-height: 1.6; }

.journey-security { padding: 112px 0; background: var(--home-coral-soft); }
.journey-security-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; align-items: center; }
.journey-security-photo { width: min(100%,460px); height: 620px; overflow: hidden; border-radius: 100px 24px 100px 24px; }
.journey-security-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 62%; }
.journey-security-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 30px; }
.journey-security-grid article { padding: 20px; border: 1px solid var(--home-border); border-radius: 16px; background: rgba(255,255,255,.78); }
.journey-security-grid i { color: var(--home-coral); font-size: 1.35rem; }
.journey-security-grid h3 { margin-top: 11px; font-size: .94rem; }
.journey-security-grid p { margin-top: 7px; color: var(--home-muted); font-size: .78rem; line-height: 1.55; }
.journey-text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--journey-berry); font-weight: 750; text-decoration: none; }

.journey-pricing { padding: 112px 0; background: var(--journey-cream); }
.journey-pricing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin: 52px auto 0; }
.journey-price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--home-border); border-radius: 22px; background: #fff; }
.journey-price-card-featured { border: 2px solid var(--journey-clay); background: var(--journey-blush); }
.journey-price-badge { position: absolute; top: 0; right: 20px; padding: 8px 12px; border-radius: 0 0 10px 10px; background: var(--home-coral); color: #fff; font-size: .67rem; font-weight: 800; }
.journey-price-card-planned { border-style: dashed; background: var(--home-ivory); }
.journey-price-card-planned .journey-price-badge { background: var(--home-sun); color: var(--home-sun-ink); }
.journey-price-name { color: var(--journey-clay-deep); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.journey-price { margin-top: 17px !important; }
.journey-price strong { font-family: Georgia,serif; font-size: 3rem; font-weight: 500; }
.journey-price span { display: block; margin-top: 5px; color: var(--home-muted); font-size: .78rem; }
.journey-price-description { margin-top: 12px !important; color: var(--home-muted); font-size: .84rem; line-height: 1.55; }
.journey-price-card ul { display: grid; gap: 11px; margin: 27px 0; padding-left: 18px; color: var(--home-muted); font-size: .84rem; line-height: 1.45; }
.journey-price-card .journey-button { width: 100%; margin-top: auto; }
.journey-pricing-legal { margin: 20px auto 0 !important; color: var(--home-muted); font-size: .72rem; text-align: center; }
.journey-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; margin-top: 104px; padding: 58px; border: 1px solid var(--home-border); border-radius: 28px; background: #fff; }
.journey-faq-list { display: grid; gap: 9px; }
.journey-faq-list details { border-bottom: 1px solid var(--home-sun); }
.journey-faq-list summary { padding: 17px 0; font-weight: 750; cursor: pointer; }
.journey-faq-list p { padding-bottom: 18px; color: var(--home-muted); font-size: .85rem; line-height: 1.6; }

.home-closing { padding: 104px 0; background: var(--home-coral-soft); color: var(--home-ink); }
.home-closing-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.home-closing h2 { max-width: 650px; margin-top: 16px; font-family: Georgia,'Times New Roman',serif; font-size: clamp(2.35rem,4vw,4rem); font-weight: 500; line-height: 1.03; letter-spacing: -.04em; text-wrap: balance; }
.home-closing-heading > p { max-width: 600px; margin-top: 18px; color: var(--home-muted); line-height: 1.7; }
.home-demo-access { margin-top: 28px; }
.home-demo-card { padding: 32px; border: 1px solid var(--home-border); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 24px 55px rgba(33,32,28,.08); }
.home-demo-form { display: grid; gap: 18px; }
.home-field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.home-field { display: grid; gap: 7px; }
.home-field label { color: var(--home-ink); font-size: .78rem; font-weight: 750; }
.home-field label span { color: var(--home-muted); font-weight: 600; }
.home-field input,
.home-field textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid var(--home-border-strong); border-radius: 10px; background: #fff; color: var(--home-ink); font: inherit; font-size: .88rem; }
.home-field textarea { min-height: 90px; resize: vertical; }
.home-field input:focus,
.home-field textarea:focus { border-color: var(--home-coral); outline: 3px solid rgba(255,107,92,.16); outline-offset: 1px; }
.home-demo-submit { width: 100%; }
.home-form-note { color: var(--home-muted); font-size: .72rem; text-align: center; }
.home-form-alert { margin-bottom: 18px; padding: 12px 14px; border-radius: 10px; font-size: .85rem; font-weight: 650; }
.home-form-alert-success { background: #ECFDF5; color: #047857; }
.home-form-alert-error { border: 1px solid #FFC9C3; background: var(--home-coral-soft); color: #C64237; }
.home-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 1080px) {
    .journey-hero-layout { grid-template-columns: 1fr; }
    .journey-hero-copy { max-width: 780px; }
    .journey-hero-visual { width: min(540px,100%); margin: auto; justify-self: center; }
    .journey-product-layout,
    .journey-calendar-layout,
    .journey-security-layout { grid-template-columns: 1fr; gap: 52px; }
    .journey-calendar-visuals { min-height: min(62vw,650px); }
    .journey-security-photo { height: 560px; margin-inline: auto; }
    .journey-section-heading-split { grid-template-columns: 1fr; gap: 14px; }
    .journey-pricing-grid { width: min(100%,560px); grid-template-columns: 1fr; }
    .home-closing-inner { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 960px) {
    .journey-workflow-card,
    .journey-workflow-card-reverse { grid-template-columns: 1fr; }
    .journey-workflow-card-reverse .journey-workflow-copy { order: 0; }
    .journey-faq { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 768px) {
    .home-shell { width: min(100% - 32px,1240px); }
    .home-actions { align-items: stretch; flex-direction: column; }
    .home-button { width: 100%; }
    .journey-shell { width: min(100% - 32px,1180px); }
    .journey-hero { min-height: auto; padding: 118px 0 78px; }
    .journey-hero-layout { width: min(100% - 32px,1240px); gap: 52px; }
    .journey-hero-copy h1 { font-size: clamp(2.25rem,9vw,3rem); line-height: 1.04; }
    .journey-hero-points { display: grid; }
    .journey-hero-visual { min-height: 500px; }
    .journey-hero-photo-card { inset: 0 32px 58px 0; border-radius: 56px 18px 56px 18px; }
    .journey-hero-product-card { width: 150px; }
    .journey-hero-product-card .journey-phone-device { font-size: 6.88px; }
    .journey-hero-note { left: 10px; right: 42px; bottom: 18px; max-width: none; }
    .journey-path-section,
    .journey-roles,
    .journey-campaigns,
    .journey-workflow,
    .journey-calendar,
    .journey-insights,
    .journey-security,
    .journey-pricing { padding: 76px 0; }
    .journey-section-heading h2,
    .journey-heading h2,
    .journey-product-copy h2,
    .journey-security h2,
    .journey-faq h2 { font-size: clamp(2.15rem,10vw,3.15rem); }
    .journey-path { grid-template-columns: 1fr; gap: 0; margin-top: 42px; }
    .journey-path::before { top: 29px; bottom: 29px; left: 29px; right: auto; width: 2px; height: auto; }
    .journey-path li { min-height: 112px; display: grid; grid-template-columns: 60px 1fr; grid-template-rows: auto auto; gap: 4px 18px; text-align: left; }
    .journey-path li > span { grid-row: 1 / 3; }
    .journey-path strong { margin-top: 5px; align-self: end; }
    .journey-path p { margin: 0; max-width: none; }
    .journey-role-grid,
    .journey-insight-grid,
    .journey-pricing-grid { grid-template-columns: 1fr; }
    .journey-role-card { min-height: 300px; }
    .journey-product-layout { gap: 34px; }
    .journey-workflow-card,
    .journey-workflow-card-reverse { grid-template-columns: 1fr; }
    .journey-workflow-card-reverse .journey-workflow-copy { order: 0; }
    .journey-workflow-copy { padding: 28px 22px; }
    .journey-workflow-card figure { min-height: 240px; }
    .journey-calendar-visuals { min-height: 340px; }
    .journey-calendar-screen { inset: 0 38px auto 0; }
    .journey-calendar-mobile { width: 124px; }
    .journey-calendar-mobile .journey-phone-device { font-size: 5.7px; }
    .journey-insight-card figure { aspect-ratio: 2255 / 1100; }
    .journey-security-photo { height: 440px; border-radius: 60px 18px 60px 18px; }
    .journey-security-grid { grid-template-columns: 1fr; }
    .journey-faq { grid-template-columns: 1fr; gap: 28px; margin-top: 72px; padding: 28px 20px; }
    .home-closing { padding: 76px 0; }
    .home-demo-card { padding: 24px 20px; }
    .home-field-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .journey-hero-copy h1 { hyphens: none; overflow-wrap: normal; word-break: normal; text-wrap: balance; }
    .journey-hero-visual { min-height: 450px; }
    .journey-hero-product-card { width: 138px; }
    .journey-hero-product-card .journey-phone-device { font-size: 6.33px; }
    .journey-faq-list summary { font-size: .86rem; line-height: 1.45; }
}

@media (max-width: 360px) {
    .home-closing h2 { font-size: 2rem; line-height: 1.08; }
    .journey-workflow-copy h3 { font-size: 1.75rem; }
}

@media (prefers-reduced-motion: reduce) {
    .home-button { transition: none; }
    .home-button:hover { transform: none; }
}
