:root {
    --landing-bg: #fcfcfb;
    --landing-bg-soft: #f8f8f7;

    --landing-text: #1A1A1A;
    --landing-muted: rgba(26, 26, 26, 0.62);

    --landing-border: rgba(36, 55, 68, 0.07);
    --landing-border-strong: rgba(36, 55, 68, 0.11);

    /* Default landing accent colors - Brun église */
    --landing-accent: #B89A7A;
    --landing-accent-hover: #8B6E55;
    --landing-accent-soft: rgba(184, 154, 122, 0.08);
    --landing-accent-border: rgba(184, 154, 122, 0.18);

    --landing-surface: rgba(255, 255, 255, 0.82);
    --landing-surface-strong: rgba(255, 255, 255, 0.96);

    --landing-shadow-nav: 0 6px 18px rgba(24, 39, 51, 0.035);
    --landing-shadow-soft: 0 10px 24px rgba(24, 39, 51, 0.04);
    --landing-shadow-modal: 0 22px 60px rgba(24, 39, 51, 0.13);

    --landing-radius-pill: 999px;
    --landing-radius-xl: 22px;
    --landing-radius-lg: 16px;
    --landing-radius-md: 12px;
}

body {
    background:
        radial-gradient(circle at top left, var(--landing-accent-soft), transparent 24%),
        radial-gradient(circle at top right, rgba(36, 55, 68, 0.02), transparent 18%),
        var(--landing-bg);
    overflow-x: hidden;
}

html,
body {
    max-width: 100%;
}

/* Safety net: never allow horizontal overflow on landing */
.landing-main {
    overflow-x: clip;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

/* =========================
   BASE
   ========================= */

.landing-main {
    min-height: 100vh;
    padding: 98px 0 0 0;
    color: var(--landing-text);
}

.landing-accent {
    color: var(--landing-accent);
}

/* =========================
   HEADER
   ========================= */

.landing-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60;
    padding: 12px 16px 8px;
    pointer-events: none;
}

.landing-nav {
    width: min(680px, calc(100vw - 32px));
    margin: 0 auto;
    min-height: 58px;
    padding: 7px 10px 7px 12px;
    border-radius: var(--landing-radius-pill);
    background: var(--landing-surface);
    border: 1px solid var(--landing-border);
    box-shadow: var(--landing-shadow-nav);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    pointer-events: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

/* Keep navbar container size unchanged and scale only logo + buttons on desktop */
@media (min-width: 901px) {
    .landing-nav--compact .landing-brand__logo {
        transform: scale(0.7);
        transform-origin: left center;
        display: block;
    }
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex-shrink: 0;
}

.landing-brand__dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--landing-accent);
    display: inline-block;
}

.landing-brand__name {
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: var(--landing-text);
}

.landing-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.landing-menu a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    color: var(--landing-muted);
    transition: color .18s ease;
}

.landing-menu a:hover {
    color: var(--landing-text);
}

.landing-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

/* Button styles moved to unified .btn component in app.css */

/* =========================
   HERO
   ========================= */

.landing-hero {
    width: min(980px, 92vw);
    margin: 0 auto;
    padding: 18vh 0 52px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

/* =========================
   HERO VISUAL (image sous CTA)
   ========================= */

.landing-heroVisual {
    width: 100%;
    margin: 0;
    height: 62vh;
    min-height: 280px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    /* fondu depuis le haut */
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 18%);
}

.landing-heroVisual::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    background: linear-gradient(to bottom, rgba(252, 252, 251, 0), var(--landing-bg));
    pointer-events: none;
    z-index: 2;
}

.landing-heroVisual__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 72% 90%, color-mix(in srgb, var(--landing-accent) 22%, transparent) 0%, transparent 65%),
        radial-gradient(ellipse 45% 65% at 80% 105%, color-mix(in srgb, var(--landing-accent) 14%, transparent) 0%, transparent 60%),
        radial-gradient(ellipse 100% 50% at 45% 55%, color-mix(in srgb, var(--landing-accent) 5%, white) 0%, transparent 70%),
        linear-gradient(162deg, var(--landing-bg) 0%, color-mix(in srgb, var(--landing-accent) 6%, var(--landing-bg)) 55%, color-mix(in srgb, var(--landing-accent) 12%, var(--landing-bg)) 100%);
}

/* lignes de structure (effet grille) */
.landing-heroVisual__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, color-mix(in srgb, var(--landing-accent) 8%, transparent) 1px, transparent 1px),
        linear-gradient(0deg, color-mix(in srgb, var(--landing-accent) 5%, transparent) 1px, transparent 1px);
    background-size: 33.4% 58px;
}

/* lueur floue en bas à droite */
.landing-heroVisual__bg::after {
    content: '';
    position: absolute;
    bottom: -8%;
    right: 18%;
    width: 200px;
    height: 300px;
    background: color-mix(in srgb, var(--landing-accent) 18%, transparent);
    border-radius: 52% 52% 38% 38%;
    filter: blur(48px);
}

@media (max-width: 600px) {
    .landing-heroVisual {
        height: 40vh;
        min-height: 200px;
    }
}

.landing-hero__inner {
    max-width: 980px;
}

.landing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    color: var(--landing-muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.landing-kicker__dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--landing-accent);
    display: inline-block;
}

.landing-title {
    margin: 0;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.03;
    letter-spacing: -0.07em;
    font-weight: 430;
    color: var(--landing-text) !important;
    text-wrap: balance;
}

.landing-title-line {
    display: block;
}

@media (min-width: 641px) {
    .landing-title-line {
        white-space: nowrap;
    }
}

.landing-subtitle {
    max-width: 560px;
    margin: 18px auto 0;
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.52;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: var(--landing-muted);
    text-wrap: balance;
}

.landing-cta {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

/* =========================
   SHOWCASE SECTION
   ========================= */

.landingShowcase {
    width: 100%;
    padding: 88px 0 96px;
    background: var(--landing-bg);
    overflow: hidden;
}

.landingShowcase__inner {
    width: min(980px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    align-items: center;
    gap: 64px;
}

.landingShowcase__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.landingShowcase__title {
    margin: 8px 0 16px;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 430;
    line-height: 1.05;
    letter-spacing: -0.06em;
    color: var(--landing-text);
}

.landingShowcase__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.60;
    color: var(--landing-muted);
    letter-spacing: -0.01em;
    max-width: 380px;
}

/* cadre flottant de l'image */
.landingShowcase__visual {
    position: relative;
    /* légère ligne décorative à droite comme sur la référence */
}

.landingShowcase__visual::after {
    content: '';
    position: absolute;
    top: 12%;
    right: -5vw;
    width: 1px;
    height: 76%;
    background: var(--landing-border);
}

.landingShowcase__frame {
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    border: 1px solid var(--landing-border);
    box-shadow:
        0 4px 24px rgba(36, 55, 68, 0.07),
        0 1px 3px rgba(36, 55, 68, 0.05);
    background: var(--landing-surface);
    /* fondu vers le bas */
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.landingShowcase__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 760px) {
    .landingShowcase__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .landingShowcase__visual::after {
        display: none;
    }

    .landingShowcase__title {
        font-size: 30px;
    }
}

/* =========================
   MOBILE INSCRIPTION SECTION
   ========================= */

.landingMobile {
    width: 100%;
    padding: 88px 0 96px;
    background: var(--landing-bg);
    overflow: hidden;
}

.landingMobile__shell {
    width: min(980px, 92vw);
    margin: 0 auto;
}

.landingMobile__header {
    max-width: 700px;
    margin: 0 auto 24px;
    text-align: center;
}

.landingMobile__header h2 {
    margin: 0;
    color: var(--landing-text);
    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.landingMobile__header p {
    max-width: 540px;
    margin: 13px auto 0;
    color: var(--landing-muted);
    font-size: 13px;
    line-height: 1.55;
}

.landingMobile__tabs {
    margin-bottom: 18px;
    padding: 7px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border: 1px solid var(--landing-border-strong);
    border-radius: 999px;
    box-shadow: var(--landing-shadow-soft);
}

.landingMobile__tabs button {
    min-height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--landing-text);
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.landingMobile__tabs button:hover {
    background: var(--primary-soft-2);
    color: var(--primary-dark);
}

.landingMobile__tabs button.is-active {
    color: #fff;
    background: var(--landing-hero-accent);
    box-shadow: 0 7px 16px rgba(184, 154, 122, 0.2);
}

.landingMobile__tabs button.is-active:hover {
    background: var(--primary-dark);
    color: #fff;
}

.landingMobile__tabs .material-symbols-outlined {
    font-size: 19px;
}

[data-feature-panel][hidden] {
    display: none;
}

@keyframes landingPanelSlideIn {
    from {
        opacity: 0;
        transform: translateX(28px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

[data-feature-panel]:not([hidden]) {
    animation: landingPanelSlideIn 0.45s ease;
}

@media (prefers-reduced-motion: reduce) {
    [data-feature-panel]:not([hidden]) {
        animation: none;
    }
}

.landingMobile__inner {
    width: min(980px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
}

.landingMobile__shell .landingMobile__inner {
    width: 100%;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 18px;
    box-shadow: var(--landing-shadow-soft);
}

.landingMobile__panelSimple {
    min-height: 260px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 18px;
    box-shadow: var(--landing-shadow-soft);
}

.landingMobile__panelSimple > .material-symbols-outlined {
    width: 54px;
    height: 54px;
    color: var(--landing-hero-accent) !important;
    background: #fff3e9;
    border-radius: 14px;
    font-size: 28px;
}

.landingMobile__panelSimple h3 {
    margin: 18px 0 8px;
    color: var(--landing-text);
    font-size: 25px;
}

.landingMobile__panelSimple p {
    margin: 0;
    color: var(--landing-muted);
    font-size: 14px;
}

.landingPlan {
    min-height: 390px;
    padding: 28px;
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.5fr);
    align-items: center;
    gap: 28px;
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 18px;
    box-shadow: var(--landing-shadow-soft);
}

.landingPlan__icon {
    width: 50px;
    height: 50px;
    color: var(--landing-hero-accent) !important;
    background: #fff1e6;
    border-radius: 13px;
    font-size: 27px;
}

.landingPlan__content h3 {
    margin: 17px 0 10px;
    color: var(--landing-text);
    font-size: 31px;
    letter-spacing: -0.04em;
}

.landingPlan__content > p {
    margin: 0;
    color: var(--landing-muted);
    font-size: 13px;
    line-height: 1.6;
}

.landingPlan__content ul {
    margin: 20px 0 0;
    padding: 0;
    display: grid;
    gap: 11px;
    list-style: none;
}

.landingPlan__content li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4f616d;
    font-size: 12px;
}

.landingPlan__content li .material-symbols-outlined {
    color: var(--landing-hero-accent) !important;
    font-size: 18px;
}

.landingPlan__cta {
    margin-top: 23px;
    min-height: 44px;
}

.landingPlan__mockup {
    min-height: 322px;
    padding: 12px;
    display: grid;
    grid-template-columns: 0.9fr 1.2fr 0.82fr;
    grid-template-rows: 1fr auto;
    gap: 9px;
    color: #4d5e69;
    background: #f7f8f8;
    border: 1px solid #e5e9eb;
    border-radius: 13px;
}

.landingPlan__mockup > div {
    padding: 11px;
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 8px;
}

.landingPlan__mockup strong {
    color: #314551;
    font-size: 9px;
}

.landingPlan__events {
    grid-row: 1 / 3;
}

.landingPlan__events article {
    margin-top: 9px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fbfbfb;
    border: 1px solid #edf0f1;
    border-radius: 6px;
}

.landingPlan__events .material-symbols-outlined {
    color: var(--landing-hero-accent) !important;
    font-size: 18px;
}

.landingPlan__events b,
.landingPlan__events small {
    display: block;
    font-size: 7px;
}

.landingPlan__events small {
    margin-top: 3px;
    color: #8d989f;
}

.landingPlan__assignments p {
    margin: 10px 0 0;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 7px;
    font-size: 7px;
}

.landingPlan__assignments i {
    color: #d77d45;
    font-style: normal;
    letter-spacing: 1px;
}

.landingPlan__assignments small {
    font-size: 7px;
}

.landingPlan__calendar {
    grid-row: 1;
    text-align: center;
}

.landingPlan__calendar div {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    font-size: 6px;
}

.landingPlan__calendar span {
    min-width: 13px;
    min-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.landingPlan__calendar .is-active {
    color: #fff;
    background: var(--landing-hero-accent);
}

.landingPlan__confirm p {
    margin: 10px 0 0;
    font-size: 7px;
}

.landingPlan__confirm b {
    color: var(--landing-hero-accent);
}

.landingPlan__confirm span {
    float: right;
    padding: 3px 7px;
    color: var(--landing-hero-accent);
    border: 1px solid var(--landing-hero-accent);
    border-radius: 4px;
}

.landingPlan__email > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.landingPlan__email .material-symbols-outlined {
    color: var(--landing-hero-accent) !important;
    font-size: 15px;
}

.landingPlan__email p {
    margin: 8px 0;
    color: #697983;
    font-size: 7px;
    line-height: 1.4;
}

.landingPlan__email small {
    display: flex;
    gap: 4px;
}

.landingPlan__email b {
    padding: 3px 5px;
    color: var(--landing-hero-accent);
    background: #fff6ee;
    border-radius: 4px;
    font-size: 6px;
}

.landingFollow {
    min-height: 430px;
    padding: 30px;
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.25fr);
    align-items: center;
    gap: 34px;
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 18px;
    box-shadow: var(--landing-shadow-soft);
}

.landingFollow__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--landing-hero-accent);
    font-size: 12px;
    font-weight: 700;
}

.landingFollow__label .material-symbols-outlined {
    width: 48px;
    height: 48px;
    color: var(--landing-hero-accent) !important;
    background: #fff1e6;
    border-radius: 13px;
    font-size: 26px;
}

.landingFollow__content h3 {
    margin: 20px 0 12px;
    color: var(--landing-text);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.landingFollow__content > p {
    margin: 0;
    color: var(--landing-muted);
    font-size: 12px;
    line-height: 1.6;
}

.landingFollow__content ul {
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.landingFollow__content li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #4d5f6b;
    font-size: 11px;
    line-height: 1.45;
}

.landingFollow__content li .material-symbols-outlined {
    flex: 0 0 auto;
    color: var(--landing-hero-accent) !important;
    font-size: 18px;
}

.landingFollow__cta {
    width: 100%;
    max-width: none;
    margin-top: 24px;
    min-height: 46px;
    gap: 9px;
}

.landingFollow__cta .material-symbols-outlined {
    font-size: 18px;
}

.landingFollow__mockup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.landingFollow__mockup > div {
    padding: 16px;
    background: #fff;
    border: 1px solid #e5e9eb;
    border-radius: 11px;
    box-shadow: 0 5px 16px rgba(36, 55, 68, 0.10);
}

.landingFollow__status,
.landingFollow__action {
    grid-column: 1 / -1;
}

.landingFollow__mockup strong {
    color: #314551;
    font-size: 10px;
}

.landingFollow__bar {
    margin-top: 17px;
    display: grid;
    grid-template-columns: 18fr 67fr 15fr;
    overflow: hidden;
    border-radius: 6px;
}

.landingFollow__bar span {
    padding: 6px 0;
    color: #344854;
    background: #D4B5A0;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
}

.landingFollow__bar span:nth-child(2) {
    background: #70d98a;
}

.landingFollow__bar span:nth-child(3) {
    background: #d7dee7;
}

.landingFollow__legend {
    margin-top: 13px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.landingFollow__legend p {
    position: relative;
    margin: 0;
    padding-left: 12px;
    display: grid;
}

.landingFollow__legend i {
    position: absolute;
    top: 2px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--landing-hero-accent);
    border-radius: 50%;
}

.landingFollow__legend p:nth-child(2) i {
    background: #49bd67;
}

.landingFollow__legend p:nth-child(3) i {
    background: #b8c3d1;
}

.landingFollow__legend b,
.landingFollow__legend small {
    font-size: 8px;
}

.landingFollow__legend small {
    margin-top: 3px;
    color: #8a969e;
}

.landingFollow__people {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.landingFollow__people > .material-symbols-outlined,
.landingFollow__action > .material-symbols-outlined:first-child {
    width: 42px;
    height: 42px;
    color: var(--landing-hero-accent) !important;
    background: #fff1e6;
    border-radius: 50%;
}

.landingFollow__people b,
.landingFollow__people small {
    display: block;
}

.landingFollow__people b {
    font-size: 13px;
}

.landingFollow__people small {
    margin-top: 4px;
    color: #8a969e;
    font-size: 7px;
}

.landingFollow__people em {
    grid-column: 1 / -1;
    color: var(--landing-hero-accent);
    font-size: 8px;
    font-style: normal;
}

.landingFollow__week > div {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.landingFollow__week p {
    margin: 0;
}

.landingFollow__week p + p {
    padding-left: 14px;
    border-left: 1px solid #e7eaec;
}

.landingFollow__week b,
.landingFollow__week small {
    display: block;
}

.landingFollow__week b {
    color: #23ad4c;
    font-size: 19px;
}

.landingFollow__week p + p b {
    color: var(--landing-hero-accent);
}

.landingFollow__week small {
    margin-top: 4px;
    color: #6f7e87;
    font-size: 8px;
}

.landingFollow__action {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
}

.landingFollow__action small,
.landingFollow__action strong {
    display: block;
}

.landingFollow__action small {
    margin-bottom: 5px;
    color: #839099;
    font-size: 7px;
}

.landingFollow__action strong {
    font-size: 12px;
}

.landingCommunicate {
    min-height: 480px;
    padding: 30px;
    display: grid;
    grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.35fr);
    gap: 28px;
    background: #fff;
    border: 1px solid var(--landing-border);
    border-radius: 18px;
    box-shadow: var(--landing-shadow-soft);
}

.landingCommunicate__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--landing-hero-accent);
    font-size: 12px;
    font-weight: 700;
}

.landingCommunicate__label .material-symbols-outlined {
    color: var(--landing-hero-accent) !important;
    font-size: 25px;
}

.landingCommunicate__content h3 {
    margin: 20px 0 13px;
    color: var(--landing-text);
    font-size: clamp(30px, 3.2vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.landingCommunicate__content > p {
    margin: 0;
    color: var(--landing-muted);
    font-size: 12px;
    line-height: 1.6;
}

.landingCommunicate__content ul {
    margin: 23px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.landingCommunicate__content li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4f616d;
    font-size: 11px;
}

.landingCommunicate__content li .material-symbols-outlined {
    color: var(--landing-hero-accent) !important;
    font-size: 18px;
}

.landingCommunicate__cta {
    width: 100%;
    max-width: none;
    min-height: 46px;
    margin-top: 27px;
    gap: 8px;
}

.landingCommunicate__cta .material-symbols-outlined {
    font-size: 18px;
}

.landingCommunicate__mockup {
    display: grid;
    gap: 10px;
}

.landingCommunicate__campaign,
.landingCommunicate__copilot {
    padding: 16px;
    background: #fff;
    border: 1px solid #e4e8eb;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(36, 55, 68, 0.10);
}

.landingCommunicate__mockup h4 {
    margin: 0;
    color: #2f4350;
    font-size: 14px;
}

.landingCommunicate__campaign > small {
    display: block;
    margin-top: 7px;
    color: #76838c;
    font-size: 8px;
}

.landingCommunicate__progress {
    width: 48%;
    height: 4px;
    margin: 9px 0 13px;
    overflow: hidden;
    background: #e5e9eb;
    border-radius: 99px;
}

.landingCommunicate__progress span {
    display: block;
    width: 25%;
    height: 100%;
    background: var(--landing-hero-accent);
}

.landingCommunicate__row {
    min-height: 38px;
    margin-top: 7px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7c8991;
    border: 1px solid #e8ebed;
    border-radius: 8px;
    font-size: 7px;
}

.landingCommunicate__row b {
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #354955;
    font-size: 9px;
}

.landingCommunicate__row .material-symbols-outlined {
    font-size: 15px;
}

.landingCommunicate__row em,
.landingCommunicate__row i {
    padding: 5px 8px;
    border: 1px solid #e6eaec;
    border-radius: 6px;
    font-style: normal;
}

.landingCommunicate__row em {
    color: var(--landing-hero-accent);
    background: #fff5ed;
    border-color: var(--landing-hero-accent);
}

.landingCommunicate__copilot {
    position: relative;
}

.landingCommunicate__copilot > b {
    display: block;
    margin-top: 10px;
    color: #4b5d68;
    font-size: 8px;
}

.landingCommunicate__message {
    min-height: 45px;
    margin-top: 8px;
    padding: 9px;
    color: #a0a9af;
    border: 1px solid #e0e5e8;
    border-radius: 7px;
    font-size: 8px;
    line-height: 1.5;
}

.landingCommunicate__length {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    color: #6f7d86;
    font-size: 7px;
}

.landingCommunicate__slider {
    height: 4px;
    margin-top: 7px;
    background: #384a55;
    border-radius: 99px;
}

.landingCommunicate__slider span {
    display: block;
    width: 18%;
    height: 100%;
    background: var(--landing-hero-accent);
}

.landingCommunicate__copilot button {
    position: absolute;
    right: 16px;
    bottom: 14px;
    min-height: 38px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    background: var(--landing-hero-accent);
    border: 0;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 700;
}

.landingCommunicate__copilot button .material-symbols-outlined {
    font-size: 16px;
}

.landingCommunicate__miniNav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.landingCommunicate__miniNav > span {
    min-width: 0;
    padding: 11px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 8px;
    color: #52636e;
    border: 1px solid #e5e9eb;
    border-radius: 9px;
}

.landingCommunicate__miniNav i {
    grid-row: 1 / 3;
    align-self: center;
    font-style: normal;
    font-size: 20px;
}

.landingCommunicate__miniNav b,
.landingCommunicate__miniNav small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landingCommunicate__miniNav b {
    font-size: 9px;
}

.landingCommunicate__miniNav small {
    color: #89959c;
    font-size: 6px;
}

.landingCommunicate__miniNav .is-active {
    color: var(--landing-hero-accent);
    background: #fff8f2;
    border-color: var(--landing-hero-accent);
}

.landingMobile__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.landingMobile__list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.landingMobile__list li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: var(--landing-muted);
    font-weight: 400;
    letter-spacing: -0.01em;
}

.landingMobile__list .material-symbols-outlined {
    font-size: 17px;
    font-variation-settings: 'wght' 300, 'FILL' 1;
    color: var(--landing-accent);
    flex-shrink: 0;
}

/* bloc RGPD */
.landingMobile__rgpd {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
    padding: 14px 16px;
    border-radius: 12px;
    background: var(--landing-accent-soft);
    border: 1px solid var(--landing-accent-border);
    max-width: 400px;
}

.landingMobile__rgpd .material-symbols-outlined {
    font-size: 18px;
    font-variation-settings: 'wght' 300, 'FILL' 0;
    color: var(--landing-accent);
    flex-shrink: 0;
    margin-top: 1px;
}

.landingMobile__rgpd p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    color: var(--landing-muted);
    letter-spacing: -0.01em;
}

/* image téléphones – sans cadre, sans fond */
.landingMobile__visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.landingMobile__img {
    display: block;
    width: 115%;
    max-width: 552px;
    height: auto;
    object-fit: contain;
    /* fondu discret en bas */
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

@media (max-width: 760px) {
    .landingMobile {
        padding: 64px 0 72px;
    }

    .landingMobile__shell {
        width: calc(100vw - 32px);
    }

    .landingMobile__header h2 {
        font-size: 31px;
    }

    .landingMobile__tabs {
        margin-inline: -16px;
        padding-inline: 16px;
        display: flex;
        overflow-x: auto;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        scrollbar-width: none;
    }

    .landingMobile__tabs::-webkit-scrollbar {
        display: none;
    }

    .landingMobile__tabs button {
        min-width: max-content;
        flex: 0 0 auto;
    }

    .landingMobile__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .landingMobile__shell .landingMobile__inner {
        padding: 20px;
    }

    .landingMobile__panelSimple {
        min-height: 240px;
        padding: 32px 20px;
    }

    .landingPlan {
        min-height: 0;
        padding: 22px 18px;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .landingPlan__content h3 {
        font-size: 27px;
    }

    .landingPlan__cta {
        width: 100%;
        max-width: none;
    }

    .landingPlan__mockup {
        min-height: 145px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .landingPlan__events {
        grid-row: auto;
    }

    .landingPlan__events article:nth-of-type(n+2),
    .landingPlan__calendar {
        display: none;
    }

    .landingFollow {
        min-height: 0;
        padding: 22px 18px;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .landingFollow__content h3 {
        font-size: 28px;
    }

    .landingFollow__mockup {
        grid-template-columns: 1fr;
    }

    .landingFollow__status,
    .landingFollow__action {
        grid-column: auto;
    }

    .landingCommunicate {
        min-height: 0;
        padding: 22px 18px;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .landingCommunicate__content h3 {
        font-size: 29px;
    }

    .landingCommunicate__copilot {
        padding-bottom: 66px;
    }

    .landingCommunicate__copilot button {
        right: 12px;
        bottom: 12px;
        left: 12px;
        justify-content: center;
    }

    .landingCommunicate__miniNav {
        grid-template-columns: 1fr 1fr;
    }

    .landingMobile__img {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
}

/* =========================
   FEATURES SECTION
   ========================= */

.landingFeatures {
    width: 100%;
    padding: 72px 0 80px;
    background: var(--landing-bg);
}

.landingFeatures__inner {
    width: min(980px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.landingFeature {
    padding: 0 40px 0 0;
}

.landingFeature:not(:first-child) {
    padding-left: 40px;
    border-left: 1px solid var(--landing-border);
}

.landingFeature__icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    color: var(--landing-muted);
}

.landingFeature__icon .material-symbols-outlined {
    font-size: 26px;
    font-variation-settings: 'wght' 200, 'FILL' 0;
    color: var(--landing-muted);
}

.landingFeature__title {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--landing-text);
    line-height: 1.25;
}

.landingFeature__text {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.58;
    color: var(--landing-muted);
    font-weight: 400;
    letter-spacing: -0.01em;
}

.landingAudience {
    width: 100%;
    padding: 24px 0 72px;
    background: var(--landing-bg);
    margin-top: -18px;
    position: relative;
    z-index: 2;
}

.landingAudience__inner {
    width: min(980px, 92vw);
    margin: 0 auto;
}

.landingAudience__title {
    margin: 0 0 26px;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 430;
    color: var(--landing-text);
    text-wrap: balance;
}

@media (max-width: 680px) {
    .landingFeatures__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .landingFeature {
        padding: 0 0 36px 0;
        border-bottom: 1px solid var(--landing-border);
    }

    .landingFeature:not(:first-child) {
        padding-left: 0;
        border-left: none;
    }

    .landingFeature:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* =========================
   FOOTER
   ========================= */

.siteFooter {
    margin-top: 0;
    background:
        linear-gradient(to bottom, rgba(247, 247, 245, 0), rgba(255, 255, 255, 0.55)),
        var(--landing-bg);
    border-top: 1px solid rgba(36, 55, 68, 0.045);
}

.siteFooter__inner {
    width: min(980px, 92vw);
    margin: 0 auto;
    padding: 26px 0 32px;
}

.siteFooter__brand {
    display: grid;
    gap: 14px;
    justify-items: center;
    text-align: center;
}

.siteFooter__logo {
    display: none;
}

.siteFooter__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
}

.siteFooter__link {
    color: var(--landing-muted);
    text-decoration: none;
    font-weight: 650;
    font-size: 11px;
}

.siteFooter__link:hover {
    color: var(--landing-text);
}

.siteFooter__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    align-items: center;
    color: #7f8994;
    font-size: 11px;
    line-height: 1.6;
}

.siteFooter__sep {
    opacity: .42;
}

/* =========================
   AUTH
   ========================= */

.authOverlay {
    position: fixed;
    inset: 0;
    background: rgba(24, 39, 51, 0.30);
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 100;
}

.authOverlay:target {
    opacity: 1;
    pointer-events: auto;
}

.authModal {
    width: min(390px, 92vw);
    background: rgba(255, 255, 255, 0.97);
    border-radius: 20px;
    padding: 20px 18px;
    border: 1px solid rgba(36, 55, 68, 0.12);
    box-shadow: var(--landing-shadow-modal);
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.authClose {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 18px;
    text-decoration: none;
    color: #748091;
    font-weight: 700;
}

.authHeader {
    display: grid;
    justify-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.authLogo {
    width: 140px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.authTitle {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: var(--landing-text);
}

.authSocial {
    display: grid;
    gap: 8px;
}

.authDivider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    align-items: center;
    margin: 14px 0;
    font-size: 10px;
    color: var(--landing-muted);
}

.authDivider::before,
.authDivider::after {
    content: "";
    height: 1px;
    background: #e8edf1;
}

.authForm {
    display: grid;
    gap: 8px;
}

.authLabel {
    font-size: 10px;
    font-weight: 800;
    color: var(--landing-muted);
}

.authInput {
    min-height: 40px;
    border-radius: 12px;
    border: 1px solid #e6ebf0;
    padding: 0 12px;
    background: #fff;
    color: var(--landing-text);
    font-size: 11px;
}

.authInput:focus {
    outline: none;
    border-color: var(--landing-accent-border);
    box-shadow: 0 0 0 3px var(--landing-accent-soft);
}

.authForgotLink {
    display: inline-block;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(36, 55, 68, 0.62);
    text-decoration: none;
}

.authForgotLink:hover {
    color: var(--landing-text);
}

.authFooterLinks {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 10px;
    color: var(--landing-muted);
}

.authFooterLinks a {
    color: inherit;
    text-decoration: none;
}

.authFooterLinks a:hover {
    color: var(--landing-text);
}

.authError {
    margin-top: 10px;
    padding: 8px 10px;
    background: #fdecea;
    color: #b42318;
    border-radius: 9px;
    font-size: 11px;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 980px) {
    .landing-nav {
        width: min(680px, calc(100vw - 24px));
        min-height: 54px;
        padding: 7px 9px 7px 11px;
    }

    .landing-brand__name {
        font-size: 14px;
    }

    .landing-title {
        font-size: clamp(30px, 7vw, 48px);
    }

    .landing-subtitle {
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .landing-header {
        padding: 10px 10px 8px;
    }

    .landing-nav {
        width: calc(100vw - 20px);
        border-radius: 20px;
        min-height: 52px;
        padding: 6px 8px;
        gap: 8px;
    }

    .landing-brand__logo {
        height: 40px !important;
    }

    .landing-brand__name {
        font-size: 13px;
    }

    .landing-menu {
        display: none;
    }

    .landing-actions {
        gap: 4px;
    }

    .landing-title {
        font-size: clamp(28px, 10vw, 40px);
        line-height: 1.08;
    }

    .landing-subtitle {
        font-size: 12.5px;
        line-height: 1.5;
        margin-top: 16px;
    }

    .landing-cta {
        margin-top: 22px;
    }
}

/* =========================
   LANDING INTRO REDESIGN
   ========================= */

.landing-main,
.landing-header {
    --landing-hero-accent: #B89A7A;
}

.landing-main {
    padding-top: 104px;
}

.landing-header {
    padding: 16px 20px 8px;
}

.landing-nav {
    width: min(1160px, calc(100vw - 40px));
    min-height: 68px;
    padding: 7px 14px 7px 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(36, 55, 68, 0.09);
    box-shadow: 0 8px 28px rgba(24, 39, 51, 0.07);
}

.landing-brand__logo {
    display: block;
    width: 142px;
    height: auto !important;
    object-fit: contain;
}

.landing-actions {
    gap: 12px;
}

.landing-mobile-cta,
.landing-mobile-login {
    display: none;
}

.landing-hero {
    display: block;
    width: min(1160px, calc(100vw - 40px));
    margin: 0 auto;
    padding: 46px 0 30px;
    text-align: left;
}

.landing-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
    align-items: center;
    gap: clamp(38px, 6vw, 84px);
}

.landing-hero__inner {
    max-width: 600px;
}

.landing-kicker {
    margin-bottom: 18px;
    padding: 8px 13px;
    border: 1px solid rgba(36, 55, 68, 0.06);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 4px 14px rgba(24, 39, 51, 0.03);
    font-size: 12px;
}

.landing-kicker__dot {
    background: var(--landing-hero-accent);
}

.landing-title {
    max-width: 610px;
    font-size: clamp(44px, 4.3vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.055em;
    font-weight: 700;
}

.landing-hero-accent {
    color: var(--landing-hero-accent);
}

.landing-subtitle {
    max-width: 570px;
    margin: 26px 0 0;
    color: #667583;
    font-size: 15px;
    line-height: 1.65;
    text-wrap: pretty;
}

.landing-cta {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}

.landing-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 4px;
    color: var(--landing-text);
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
    border-bottom: 1px solid rgba(36, 55, 68, 0.2);
}

.landing-contact-link .material-symbols-outlined {
    font-size: 17px;
}

.landing-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
    color: #7b8791;
    font-size: 11px;
}

.landing-reassurance > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.landing-reassurance .material-symbols-outlined {
    font-size: 17px;
}

.landing-hero-composition {
    position: relative;
    min-height: 470px;
}

.landing-hero-photo {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 370px;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(24, 39, 51, 0.1);
}

.landing-demo-card,
.landing-calendar-card,
.landing-contact-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(184, 154, 122, 0.12);
    border-radius: 14px;
    box-shadow: 0 15px 34px rgba(100, 65, 38, 0.09);
}

.landing-demo-card {
    z-index: 2;
    top: auto;
    bottom: 0;
    left: -18px;
    width: 258px;
    padding: 18px;
    scroll-margin-top: 100px;
}

.landing-card-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.landing-card-heading h2 {
    margin: 0;
    color: var(--landing-text);
    font-size: 14px;
    font-weight: 750;
}

.landing-card-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    color: var(--landing-hero-accent) !important;
    background: #fff3e9;
}

.landing-demo-card > p,
.landing-contact-card > p {
    margin: 15px 0;
    color: #697784;
    font-size: 11px;
    line-height: 1.6;
}

.landing-demo-team {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.landing-demo-team img,
.landing-demo-team strong {
    width: 34px;
    height: 34px;
    margin-right: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #334955;
    font-size: 9px;
    letter-spacing: 0.02em;
}

.landing-demo-team img {
    object-fit: cover;
}

.landing-demo-team strong {
    color: var(--landing-hero-accent);
    background: #fff2e8;
    font-weight: 700;
}

.landing-card-button {
    width: 100%;
    min-height: 42px;
    gap: 7px;
}

.landing-card-button .material-symbols-outlined {
    font-size: 17px;
}

.landing-calendar-card {
    z-index: 1;
    top: auto;
    right: -12px;
    bottom: -12px;
    width: 218px;
    padding: 18px 14px;
}

.landing-calendar-head,
.landing-calendar-week,
.landing-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    text-align: center;
}

.landing-calendar-head {
    grid-template-columns: 24px 1fr 24px;
    margin-bottom: 17px;
    color: #64717d;
}

.landing-calendar-head strong {
    font-size: 10px;
}

.landing-calendar-head .material-symbols-outlined {
    font-size: 16px;
}

.landing-calendar-week {
    margin-bottom: 8px;
    color: #9ba3aa;
    font-size: 8px;
}

.landing-calendar-days {
    row-gap: 5px;
    color: #65737e;
    font-size: 8px;
}

.landing-calendar-days span {
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    border-radius: 50%;
}

.landing-calendar-days .is-selected {
    color: #fff;
    background: var(--landing-hero-accent);
    font-weight: 700;
}

.landing-contact-card {
    z-index: 3;
    left: 50px;
    bottom: 20px;
    width: 260px;
    padding: 17px;
}

.landing-help-note {
    position: absolute;
    right: 5px;
    bottom: 22px;
    width: 164px;
    padding: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #52626d;
    background: #f2faf3;
    border: 1px solid #d9eedc;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(48, 111, 64, 0.06);
    font-size: 9px;
    line-height: 1.45;
    font-weight: 650;
}

.landing-help-note .material-symbols-outlined {
    color: #49b866 !important;
    font-size: 20px;
}

.landing-benefit-bar {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 22px 26px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(36, 55, 68, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(24, 39, 51, 0.04);
}

.landing-benefit-bar article {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 0 25px;
}

.landing-benefit-bar article + article {
    border-left: 1px solid rgba(36, 55, 68, 0.07);
}

.landing-benefit-bar article > .material-symbols-outlined {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 50%;
    color: var(--landing-hero-accent) !important;
    background: #fff3e9;
}

.landing-benefit-bar strong {
    display: block;
    margin-bottom: 5px;
    color: var(--landing-text);
    font-size: 13px;
}

.landing-benefit-bar p {
    margin: 0;
    color: #72808b;
    font-size: 10px;
    line-height: 1.55;
}

@media (max-width: 1050px) {
    .landing-nav,
    .landing-hero {
        width: min(940px, calc(100vw - 32px));
    }

    .landing-nav {
        min-height: 64px;
    }

    .landing-actions {
        gap: 6px;
    }

    .landing-hero__grid {
        grid-template-columns: minmax(0, 1fr) 410px;
        gap: 30px;
    }

    .landing-title {
        font-size: clamp(40px, 5vw, 52px);
    }

    .landing-calendar-card {
        width: 194px;
    }

    .landing-help-note {
        width: 130px;
    }

    .landing-benefit-bar article {
        padding-inline: 16px;
    }
}

@media (max-width: 820px) {
    .landing-main {
        padding-top: 88px;
    }

    .landing-header {
        padding: 10px 12px 6px;
    }

    .landing-nav {
        width: calc(100vw - 24px);
        min-height: 60px;
        padding: 7px 9px 7px 13px;
        border-radius: 14px;
    }

    .landing-brand__logo {
        width: 118px;
    }

    .landing-actions {
        display: none;
    }

    .landing-mobile-cta {
        display: inline-flex;
        min-height: 38px;
        margin-left: auto;
        padding-inline: 12px;
        font-size: 10px;
    }

    .landing-mobile-login {
        min-height: 38px;
        padding: 0 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--landing-text);
        font-size: 12px;
        font-weight: 650;
        text-decoration: none;
        border-radius: 8px;
    }

    .landing-hero {
        width: min(680px, calc(100vw - 32px));
        padding-top: 35px;
    }

    .landing-hero__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .landing-hero__inner {
        max-width: none;
    }

    .landing-title {
        max-width: 650px;
        font-size: clamp(40px, 7vw, 54px);
    }

    .landing-subtitle {
        max-width: 610px;
    }

    .landing-hero-composition {
        width: min(520px, 100%);
        margin: 0 auto;
    }

    .landing-benefit-bar {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .landing-benefit-bar article {
        padding: 0;
    }

    .landing-benefit-bar article + article {
        padding-top: 18px;
        border-top: 1px solid rgba(36, 55, 68, 0.07);
        border-left: 0;
    }
}

@media (max-width: 520px) {
    .landing-main {
        padding-top: 78px;
    }

    .landing-header {
        padding-inline: 8px;
    }

    .landing-nav {
        width: calc(100vw - 16px);
        min-height: 56px;
        padding-left: 10px;
    }

    .landing-brand__logo {
        width: 102px;
    }

    .landing-mobile-cta {
        min-height: 36px;
        max-width: none;
        padding-inline: 10px;
        font-size: 9px;
    }

    .landing-mobile-login {
        min-height: 36px;
        padding-inline: 9px;
    }

    .landing-hero {
        width: calc(100vw - 32px);
        padding: 30px 0 24px;
    }

    .landing-kicker {
        margin-bottom: 16px;
        font-size: 10px;
    }

    .landing-title {
        font-size: clamp(36px, 11.2vw, 46px);
        line-height: 1.04;
    }

    .landing-subtitle {
        margin-top: 21px;
        font-size: 14px;
        line-height: 1.6;
    }

    .landing-cta {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 25px;
    }

    .landing-contact-link {
        justify-content: center;
        border: 0;
    }

    .landing-reassurance {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 18px;
    }

    .landing-hero__grid {
        gap: 36px;
    }

    .landing-hero-composition {
        min-height: 0;
        display: grid;
        gap: 14px;
        background: none;
    }

    .landing-demo-card,
    .landing-calendar-card,
    .landing-contact-card,
    .landing-help-note {
        position: static;
        width: 100%;
    }

    .landing-hero-photo {
        position: static;
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 16px;
    }

    .landing-demo-card,
    .landing-contact-card {
        padding: 19px;
    }

    .landing-calendar-card {
        padding: 19px 16px;
    }

    .landing-benefit-bar {
        margin-top: 28px;
        padding: 20px;
    }

    .landing-benefit-bar p {
        font-size: 11px;
    }
}

/* =========================
   DEMO REQUEST MODAL
   ========================= */

.landing-demo-card {
    color: inherit;
    text-decoration: none;
}

.demoOverlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(245, 247, 248, 0.84);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.demoOverlay:target {
    display: flex;
}

.demoOverlay[aria-hidden="true"] {
    display: none;
}

.demoModal {
    position: relative;
    width: min(455px, 100%);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    padding: 24px 32px 30px;
    color: var(--landing-text);
    background: #fff;
    border: 1px solid rgba(36, 55, 68, 0.12);
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(24, 39, 51, 0.15);
}

.demoClose {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #75818c;
    background: transparent;
    border: 0;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.demoLogo {
    display: block;
    width: 174px;
    height: auto;
    margin: 0 auto 12px;
}

.demoDuration {
    width: max-content;
    margin: 0 auto 15px;
    padding: 6px 11px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #7d756f;
    background: #fff2e9;
    border-radius: 6px;
    font-size: 11px;
}

.demoDuration .material-symbols-outlined {
    font-size: 16px;
}

.demoHeading {
    text-align: center;
}

.demoHeading h2 {
    margin: 0;
    color: #193040;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.demoHeading p {
    max-width: 330px;
    margin: 8px auto 0;
    color: #74808d;
    font-size: 12px;
    line-height: 1.55;
}

.demoProgress {
    width: 175px;
    margin: 20px auto 24px;
    display: grid;
    grid-template-columns: 28px 1fr 28px;
    align-items: center;
    gap: 8px;
}

.demoProgress strong,
.demoProgress em {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e7e9;
    border-radius: 50%;
    color: #7a8690;
    background: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
}

.demoProgress strong {
    color: #fff;
    background: var(--landing-hero-accent);
    border-color: var(--landing-hero-accent);
}

.demoProgress span {
    height: 1px;
    background: #dfe3e6;
}

.demoField {
    display: block;
    margin-top: 15px;
}

.demoField > span:first-child,
.demoSize legend {
    display: block;
    margin-bottom: 6px;
    color: #344955;
    font-size: 11px;
    font-weight: 700;
}

.demoField small {
    margin-left: 6px;
    color: #9aa3aa;
    font-size: 10px;
    font-weight: 400;
}

.demoInput {
    min-height: 44px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1px solid #dbe0e4;
    border-radius: 7px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.demoInput:focus-within {
    border-color: var(--landing-hero-accent);
    box-shadow: 0 0 0 3px rgba(184, 154, 122, 0.09);
}

.demoInput .material-symbols-outlined {
    flex: 0 0 auto;
    color: #8b98a3 !important;
    font-size: 18px;
}

.demoInput input,
.demoInput textarea {
    width: 100%;
    min-width: 0;
    color: #283d49;
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 11px;
}

.demoInput input {
    min-height: 42px;
}

.demoInput textarea {
    min-height: 62px;
    padding: 12px 0;
    resize: vertical;
}

.demoInput input::placeholder,
.demoInput textarea::placeholder {
    color: #adb5bc;
}

.demoInput--textarea {
    align-items: flex-start;
}

.demoInput--textarea .material-symbols-outlined {
    margin-top: 12px;
}

.demoSize {
    min-width: 0;
    margin: 18px 0 0;
    padding: 0;
    border: 0;
}

.demoSize > div {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    overflow: hidden;
    border: 1px solid #dbe0e4;
    border-radius: 7px;
}

.demoSize label {
    min-width: 0;
}

.demoSize label + label {
    border-left: 1px solid #e5e8ea;
}

.demoSize input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.demoSize span {
    min-height: 38px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #425560;
    font-size: 8px;
    text-align: center;
    cursor: pointer;
}

.demoSize input:checked + span {
    color: var(--landing-hero-accent);
    background: #fff8f2;
    box-shadow: inset 0 0 0 1px var(--landing-hero-accent);
}

.demoSize input:focus-visible + span {
    outline: 2px solid var(--landing-hero-accent);
    outline-offset: -3px;
}

.demoNameRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.demoActions {
    margin-top: 28px;
    padding-top: 20px;
    display: grid;
    grid-template-columns: 106px 1fr;
    gap: 12px;
    border-top: 1px solid #e7eaec;
}

.demoButton {
    min-height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.demoButton--primary {
    color: #fff;
    background: linear-gradient(135deg, #B89A7A, #8B6E55);
    box-shadow: 0 7px 17px rgba(139, 110, 85, 0.18);
}

.demoButton--primary:disabled {
    opacity: 0.6;
    cursor: wait;
}

.demoButton--secondary {
    color: #60707b;
    background: #fff;
    border-color: #d8dee2;
}

.demoButton .material-symbols-outlined {
    font-size: 18px;
}

.demoError {
    margin: 14px 0 0;
    padding: 9px 11px;
    color: #a83228;
    background: #fff1ef;
    border-radius: 7px;
    font-size: 11px;
}

.demoSuccess {
    padding: 48px 8px 20px;
    text-align: center;
}

.demoSuccess > .material-symbols-outlined {
    color: #46ae62 !important;
    font-size: 52px;
}

.demoSuccess h2 {
    margin: 16px 0 8px;
    color: #193040;
    font-size: 21px;
}

.demoSuccess p {
    margin: 0 auto 25px;
    color: #74808d;
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 760px) {
    .landingPlan .landingPlan__cta,
    .landingCommunicate .landingCommunicate__cta {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 520px) {
    .demoOverlay {
        align-items: flex-start;
        padding: 8px;
    }

    .demoModal {
        width: 100%;
        max-height: calc(100dvh - 16px);
        padding: 20px 18px 22px;
        border-radius: 13px;
    }

    .demoLogo {
        width: 150px;
    }

    .demoHeading h2 {
        font-size: 20px;
    }

    .demoProgress {
        margin-bottom: 18px;
    }

    .demoNameRow {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .demoSize > div {
        grid-template-columns: repeat(2, 1fr);
        border: 0;
        gap: 7px;
    }

    .demoSize label + label {
        border: 0;
    }

    .demoSize span {
        min-height: 42px;
        border: 1px solid #dbe0e4;
        border-radius: 7px;
        font-size: 10px;
    }

    .demoActions {
        grid-template-columns: 1fr;
    }

    .demoButton--primary {
        order: -1;
    }
}
