.home { color: var(--sf-app-text); }
.container { width: min(1120px, 92%); margin: 0 auto; }
.section { padding: 4.5rem 0; }
.section--light { background: var(--sf-app-bg); }
body.menu-open { overflow: hidden; }

.skip-link {
    position: fixed;
    left: 0.75rem;
    top: 0.65rem;
    z-index: 100;
    transform: translateY(-180%);
    background: var(--sf-primary, #0f172a);
    color: #fff;
    text-decoration: none;
    border-radius: 0.55rem;
    padding: 0.5rem 0.72rem;
    font-size: 0.86rem;
    font-weight: 700;
    transition: transform 0.2s ease;
}
html[data-theme="light"] .skip-link {
    background: #0f172a;
    color: #fff;
}
.skip-link:focus-visible { transform: translateY(0); }

.home-notice {
    margin: 0;
    padding: 0.65rem 1rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f3d2e;
    background: #d1fae5;
    border-bottom: 1px solid #6ee7b7;
}
html[data-theme="dark"] .home-notice {
    color: #a7f3d0;
    background: #064e3b;
    border-bottom-color: #34d399;
}

.home-welcome {
    margin: 0;
    padding: 0.55rem 0;
    background: linear-gradient(90deg, #eff6ff 0%, #f0fdf4 100%);
    border-bottom: 1px solid #dbeafe;
}
.home-welcome__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.85rem;
    font-size: 0.86rem;
}
.home-welcome__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-weight: 800;
    color: #1d4ed8;
    background: #dbeafe;
}
.home-welcome__text {
    font-weight: 700;
    color: #0f172a;
}
.home-welcome__school {
    color: #475569;
    font-weight: 600;
}
.home-welcome__link {
    margin-left: auto;
    font-weight: 800;
    color: #1d4ed8;
    text-decoration: none;
}
.home-welcome__link:hover { text-decoration: underline; }
html[data-theme="dark"] .home-welcome {
    background: linear-gradient(90deg, #1e293b 0%, #0f172a 100%);
    border-bottom-color: #334155;
}
html[data-theme="dark"] .home-welcome__badge {
    color: #93c5fd;
    background: #1e3a8a;
}
html[data-theme="dark"] .home-welcome__text { color: #f1f5f9; }
html[data-theme="dark"] .home-welcome__school { color: #94a3b8; }
html[data-theme="dark"] .home-welcome__link { color: #93c5fd; }

.home-nav {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e2e8f0;
}
.home-nav.is-scrolled { box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08); }
.home-nav__inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.home-nav__brand {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.home-nav__logo {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e2e8f0;
}
.home-nav__brand-text {
    white-space: nowrap;
}
.home-nav__links { display: flex; gap: 1.1rem; }
.home-nav__links a {
    font-size: 0.9rem;
    font-weight: 700;
    color: #334155;
    text-decoration: none;
    border-radius: 0.45rem;
    padding: 0.35rem 0.45rem;
}
.home-nav__links a:hover { color: #1d4ed8; }
.home-nav__links a:focus-visible { outline: 2px solid rgba(37, 99, 235, 0.35); outline-offset: 1px; }
.home-nav__links a.is-active {
    color: #1d4ed8;
    background: #eff6ff;
}
.home-nav__actions { display: inline-flex; align-items: center; gap: 0.55rem; }
.theme-switch--mobile {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 0.85rem;
    border-radius: 0.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
.theme-switch--mobile span:not(.sr-only),
.theme-switch--mobile .theme-toggle__public-label {
    font-size: 0.84rem;
}
.theme-switch--mobile svg { width: 16px; height: 16px; }

.icon-dot { width: 1.2rem; height: 1.2rem; display: inline-grid; place-items: center; color: currentColor; }
.icon-dot svg { width: 1rem; height: 1rem; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--sf-btn-height);
    padding: 0 1.05rem;
    border-radius: var(--sf-btn-radius);
    text-decoration: none;
    font-weight: 700;
    font-size: var(--sf-btn-font-size);
    text-align: center;
    line-height: 1.2;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}
.btn:focus-visible { outline: 3px solid rgba(37, 99, 235, 0.28); outline-offset: 2px; }
.btn--sm {
    height: var(--sf-btn-height-sm);
    padding: 0 0.9rem;
    font-size: 0.88rem;
    border-radius: 10px;
}
.btn--primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
}
.btn--primary:hover { filter: brightness(1.04); transform: translateY(-1px); }
.btn--ghost {
    border-color: #cbd5e1;
    background: #fff;
    color: #0f172a;
}
.btn--ghost:hover { border-color: #93c5fd; color: #1d4ed8; }
.btn--login { border-color: #bfdbfe; color: #1d4ed8; background: #eff6ff; }

.menu-toggle {
    display: none;
    width: var(--sf-btn-height-sm);
    height: var(--sf-btn-height-sm);
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    background: #fff;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}
.menu-toggle span {
    width: 18px;
    height: 2px;
    background: #334155;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu {
    display: none;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    padding: 0.85rem 1rem 1rem;
    gap: 0.55rem;
}
.mobile-menu a {
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    padding: 0.5rem 0.2rem;
}
.mobile-menu[hidden] { display: none !important; }

.hero {
    padding: 5.4rem 0 4rem;
    background: radial-gradient(circle at top right, #dbeafe 0, transparent 42%), #ffffff;
}

html[data-theme="dark"] .home-nav,
html[data-theme="dark"] .home-nav {
    background: rgba(11, 18, 32, 0.9);
    border-bottom-color: #334155;
}
html[data-theme="dark"] .home-nav.is-scrolled { box-shadow: 0 12px 28px rgba(2, 6, 23, 0.45); }
html[data-theme="dark"] .home-nav__brand,
html[data-theme="dark"] .home h1,
html[data-theme="dark"] .home h2,
html[data-theme="dark"] .home h3 {
    color: #e2e8f0;
}
html[data-theme="dark"] .home-nav__links a { color: #cbd5e1; }
html[data-theme="dark"] .home-nav__logo {
    background: rgba(15, 23, 42, 0.5);
    border-color: #334155;
}
html[data-theme="dark"] .home-nav__links a.is-active { color: #93c5fd; background: rgba(30, 58, 138, 0.35); }
html[data-theme="dark"] .home-nav__links a:hover { color: #93c5fd; }
html[data-theme="dark"] .home-nav__links a:focus-visible { outline-color: rgba(147, 197, 253, 0.45); }
html[data-theme="dark"] .menu-toggle,
html[data-theme="dark"] .mobile-menu {
    background: #0f172a;
    border-color: #334155;
}
html[data-theme="dark"] .menu-toggle span { background: #cbd5e1; }
html[data-theme="dark"] .mobile-menu a { color: #cbd5e1; }
html[data-theme="dark"] .mobile-menu {
    border-top-color: #334155;
    box-shadow: 0 12px 28px rgba(2, 6, 23, 0.35);
}
html[data-theme="dark"] .btn--ghost {
    background: #0b1220;
    border-color: #334155;
    color: #e2e8f0;
}
html[data-theme="dark"] .btn--ghost:hover {
    background: #0f172a;
    color: #93c5fd;
    border-color: #60a5fa;
}
html[data-theme="dark"] .btn--login {
    background: rgba(37, 99, 235, 0.16);
    border-color: rgba(96, 165, 250, 0.45);
    color: #93c5fd;
}
html[data-theme="dark"] .hero {
    background: radial-gradient(circle at top right, rgba(30, 64, 175, 0.28) 0, transparent 45%), #0b1220;
}
html[data-theme="dark"] .kicker { color: #93c5fd; }
html[data-theme="dark"] .lead,
html[data-theme="dark"] .hero-proof,
html[data-theme="dark"] .benefit-grid article p,
html[data-theme="dark"] .steps article p,
html[data-theme="dark"] .faq p,
html[data-theme="dark"] .final-cta p,
html[data-theme="dark"] .testimonials cite {
    color: #94a3b8;
}
html[data-theme="dark"] .hero__badges span {
    background: rgba(30, 58, 138, 0.35);
    color: #bfdbfe;
}
html[data-theme="dark"] .mockup-card,
html[data-theme="dark"] .benefit-grid article,
html[data-theme="dark"] .feature-grid article,
html[data-theme="dark"] .steps article,
html[data-theme="dark"] .pricing article,
html[data-theme="dark"] .testimonials blockquote,
html[data-theme="dark"] .faq details,
html[data-theme="dark"] .trust-strip span {
    background: #0f172a;
    border-color: #334155;
    color: #e2e8f0;
}
html[data-theme="dark"] .benefit-grid article:hover,
html[data-theme="dark"] .feature-grid article:hover,
html[data-theme="dark"] .steps article:hover,
html[data-theme="dark"] .testimonials blockquote:hover {
    border-color: #475569;
    box-shadow: 0 14px 26px rgba(2, 6, 23, 0.36);
}
html[data-theme="dark"] .mockup-metrics article {
    background: #111827;
}
html[data-theme="dark"] .mockup-metrics span,
html[data-theme="dark"] .mockup-card__scope-role {
    color: #e2e8f0;
    background: rgba(30, 41, 59, 0.65);
    border-color: rgba(148, 163, 184, 0.28);
}
html[data-theme="dark"] .mockup-card__school {
    color: #f1f5f9;
}
html[data-theme="dark"] .mockup-card__hint {
    color: #94a3b8;
}
html[data-theme="dark"] .mockup-card--guest-compact {
    border-color: rgba(96, 165, 250, 0.35);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.92) 100%);
}
html[data-theme="dark"] .mockup-guest-head h3 {
    color: #f1f5f9;
}
html[data-theme="dark"] .mockup-guest-lede {
    color: #94a3b8;
}
html[data-theme="dark"] .mockup-metrics--compact article {
    background: rgba(15, 23, 42, 0.55);
    border-color: #334155;
}
html[data-theme="dark"] .mockup-guest-points li {
    color: #cbd5e1;
}
html[data-theme="dark"] .mockup-guest-link {
    color: #94a3b8;
}
html[data-theme="dark"] .mockup-guest-link:hover {
    color: #93c5fd;
}
html[data-theme="dark"] .mockup-card__benefits li {
    color: #cbd5e1;
}
html[data-theme="dark"] .mockup-card__benefits-ico {
    color: #93c5fd;
    background: rgba(37, 99, 235, 0.25);
}
html[data-theme="dark"] .mockup-metric__text {
    color: #93c5fd;
}
html[data-theme="dark"] .mockup-metrics strong:not(.mockup-metric__text) {
    color: #93c5fd;
}
html[data-theme="dark"] .mockup-card h3 {
    color: #f1f5f9;
}
html[data-theme="dark"] .mockup-card__scope-meta {
    color: #94a3b8;
}
html[data-theme="dark"] .mockup-card__scope-pill {
    color: #93c5fd;
    background: rgba(37, 99, 235, 0.22);
    border-color: rgba(96, 165, 250, 0.4);
}
html[data-theme="dark"] .mockup-card__facts {
    background: rgba(17, 24, 39, 0.72);
    border-color: #334155;
    color: #94a3b8;
}
html[data-theme="dark"] .mockup-card__facts li + li {
    border-top-color: #334155;
}
html[data-theme="dark"] .mockup-card__fact-value,
html[data-theme="dark"] .mockup-card__facts b {
    color: #f1f5f9;
}
html[data-theme="dark"] .mockup-card ul:not(.mockup-card__facts) {
    color: #cbd5e1;
}
html[data-theme="dark"] .mockup-metrics strong:not(.mockup-metric__text),
html[data-theme="dark"] .mockup-metric__text {
    color: #93c5fd;
}
html[data-theme="dark"] .mockup-card h3 {
    color: #f1f5f9;
}
html[data-theme="dark"] .mockup-card__facts {
    background: rgba(17, 24, 39, 0.72);
    border-color: #334155;
    color: #94a3b8;
}
html[data-theme="dark"] .mockup-card__facts li + li {
    border-top-color: #334155;
}
html[data-theme="dark"] .mockup-card__fact-value,
html[data-theme="dark"] .mockup-card__facts b {
    color: #f1f5f9;
}
html[data-theme="light"] .mockup-card__fact-value,
html[data-theme="light"] .mockup-card__facts b {
    color: #0f172a;
}
html[data-theme="dark"] .feature-grid article { color: #e2e8f0; }
html[data-theme="dark"] .pricing ul { color: #cbd5e1; }
html[data-theme="dark"] .pricing .featured {
    border-color: #60a5fa;
    box-shadow: 0 16px 30px rgba(29, 78, 216, 0.28);
}
html[data-theme="dark"] .pricing .is-current-plan {
    border-color: #2dd4bf;
    box-shadow: 0 16px 30px rgba(20, 184, 166, 0.24);
}
html[data-theme="dark"] .pricing-current-note {
    color: #e2e8f0;
}
html[data-theme="dark"] .pricing-current-pill {
    background: rgba(13, 148, 136, 0.2);
    color: #99f6e4;
    border-color: rgba(45, 212, 191, 0.4);
}
html[data-theme="dark"] .plan-icon {
    color: #93c5fd;
    background: rgba(30, 58, 138, 0.25);
    border-color: #334155;
}
html[data-theme="dark"] .plan-code-badge {
    background: rgba(30, 58, 138, 0.35);
    color: #bfdbfe;
    border-color: #334155;
}
html[data-theme="dark"] .plan-cycle-badge {
    background: #111827;
    color: #cbd5e1;
    border-color: #334155;
}
html[data-theme="dark"] .plan-cycle-badge.is-monthly {
    background: rgba(13, 148, 136, 0.2);
    color: #99f6e4;
    border-color: rgba(45, 212, 191, 0.4);
}
html[data-theme="dark"] .plan-cycle-badge.is-yearly {
    background: rgba(109, 40, 217, 0.2);
    color: #ddd6fe;
    border-color: rgba(139, 92, 246, 0.4);
}
html[data-theme="dark"] .plan-cycle-badge.is-lifetime {
    background: rgba(194, 65, 12, 0.2);
    color: #fdba74;
    border-color: rgba(251, 146, 60, 0.4);
}
html[data-theme="dark"] .section--light { background: #0f172a; }
html[data-theme="dark"] .final-cta {
    background: linear-gradient(135deg, #0f172a, #111827);
}
html[data-theme="dark"] .trust-strip span { color: #cbd5e1; }
html[data-theme="dark"] .avatar-more { background: #334155; }
html[data-theme="dark"] .faq summary:focus-visible { outline-color: rgba(147, 197, 253, 0.45); }
.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
}
.hero__mockup {
    min-width: 0;
    width: 100%;
}
.kicker {
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.home h1 {
    margin: 0.55rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}
.home h2 {
    margin: 0 0 1.2rem;
    font-size: clamp(1.45rem, 2.8vw, 2.1rem);
}
.home h3 { margin: 0; font-size: 1.02rem; }
.lead {
    max-width: 60ch;
    color: #334155;
    font-size: 1.06rem;
    line-height: 1.7;
}
.hero__cta { margin-top: 1.3rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero__badges { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.55rem; }
.hero__badges span {
    font-size: 0.8rem;
    font-weight: 700;
    color: #3730a3;
    background: #eef2ff;
    border-radius: 999px;
    padding: 0.35rem 0.72rem;
}
.hero-proof {
    margin-top: 0.9rem;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
}

.mockup-card {
    border: 1px solid #dbeafe;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.1);
    padding: 1.15rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.mockup-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 42px rgba(15, 23, 42, 0.12);
}
.mockup-card h3 { color: #0f172a; }
.mockup-card__scope {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.65rem;
    margin: 0.35rem 0 0;
}
.mockup-card__scope-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}
.mockup-card__scope-meta {
    font-size: 0.72rem;
    color: #64748b;
}
.mockup-card__scope-role {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #334155;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}
.mockup-card__school {
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
}
.mockup-card__hint {
    margin: 0.35rem 0 0.15rem;
    font-size: 0.74rem;
    line-height: 1.45;
    color: #64748b;
}
.mockup-card__facts {
    margin: 0.75rem 0 0;
    padding: 0.65rem 0.75rem;
    list-style: none;
    border-radius: 0.65rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.55;
}
.mockup-card__facts li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.35rem 0.75rem;
    padding: 0.2rem 0;
}
.mockup-card__facts li + li {
    border-top: 1px solid #e2e8f0;
    margin-top: 0.15rem;
    padding-top: 0.35rem;
}
.mockup-card__fact-label {
    flex: 1 1 auto;
    min-width: 0;
}
.mockup-card__fact-value,
.mockup-card__facts b {
    font-weight: 700;
    color: #0f172a;
    text-align: right;
    flex: 0 0 auto;
}
.mockup-metrics {
    margin: 0.95rem 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}
.mockup-metrics article {
    background: #f8fafc;
    border-radius: 0.75rem;
    padding: 0.72rem;
}
.mockup-metrics strong {
    display: block;
    color: #1d4ed8;
    font-size: 1.1rem;
}
.mockup-metric__text {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #1d4ed8;
    line-height: 1.15;
}
.mockup-metrics span { font-size: 0.75rem; color: #64748b; }
/* Carte visiteur — synthétique, non encombrante */
.mockup-card--guest-compact {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0.85rem 0.95rem;
    border-color: #bfdbfe;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.1);
    overflow: hidden;
}
.mockup-card--guest-compact:hover {
    transform: translateY(-2px);
}
.mockup-guest-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.mockup-guest-head h3 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}
.mockup-guest-live {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.62rem;
    font-weight: 700;
    color: #047857;
    white-space: nowrap;
}
.mockup-guest-live__dot {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 999px;
    background: #10b981;
}
.mockup-guest-lede {
    margin: 0.35rem 0 0;
    font-size: 0.72rem;
    line-height: 1.4;
    color: #64748b;
    font-weight: 600;
}
.mockup-metrics--compact {
    margin: 0.55rem 0 0;
    gap: 0.45rem;
}
.mockup-metrics--compact article {
    padding: 0.5rem 0.4rem;
    border-radius: 0.55rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-align: center;
}
.mockup-metrics--compact strong,
.mockup-metrics--compact .mockup-metric__text {
    font-size: 0.95rem;
}
.mockup-metrics--compact span {
    font-size: 0.62rem;
    display: block;
    margin-top: 0.12rem;
}
.mockup-guest-points {
    margin: 0.5rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.2rem;
}
.mockup-guest-points li {
    position: relative;
    padding-left: 0.85rem;
    font-size: 0.7rem;
    line-height: 1.35;
    color: #475569;
}
.mockup-guest-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 999px;
    background: #3b82f6;
}
.mockup-guest-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
    width: 100%;
    min-width: 0;
    margin-top: 0.65rem;
}
.mockup-guest-foot .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-content: center;
    white-space: normal;
    height: auto;
    min-height: var(--sf-btn-height-sm);
    padding: 0.55rem 0.7rem;
    line-height: 1.25;
    font-size: clamp(0.78rem, 3.4vw, 0.88rem);
    overflow-wrap: anywhere;
}
.mockup-guest-link {
    justify-self: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #475569;
    text-decoration: none;
    text-align: center;
    max-width: 100%;
    overflow-wrap: anywhere;
}
.mockup-guest-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
.mockup-card__benefits {
    margin: 0.85rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}
.mockup-card__benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #334155;
}
.mockup-card__benefits-ico {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.05rem;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    color: #1d4ed8;
    background: #dbeafe;
}
.mockup-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.95rem;
    align-items: center;
}
.mockup-card__actions .btn--mockup {
    margin-top: 0;
    flex: 1 1 auto;
    min-width: min(100%, 12rem);
    justify-content: center;
}
.btn--mockup-secondary {
    flex: 1 1 auto;
    min-width: min(100%, 10rem);
    justify-content: center;
    font-size: 0.82rem;
}
.mockup-card ul:not(.mockup-card__facts) {
    margin: 0;
    padding-left: 1.1rem;
    color: #334155;
    line-height: 1.55;
}
.btn--mockup { margin-top: 0; }

.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}
.trust-strip span {
    text-align: center;
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    padding: 0.62rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
}

.benefit-grid,
.feature-grid,
.steps,
.testimonials,
.pricing {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.benefit-grid article,
.feature-grid article,
.steps article,
.pricing article,
.testimonials blockquote {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.95rem;
    padding: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.benefit-grid article:hover,
.feature-grid article:hover,
.steps article:hover,
.testimonials blockquote:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.06);
}
.benefit-grid article p,
.steps article p {
    margin: 0.45rem 0 0;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.5;
}
.feature-grid article {
    font-weight: 600;
    color: #1e293b;
}
.steps span {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0.7rem;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-weight: 800;
}

.testimonials blockquote {
    margin: 0;
    color: #1e293b;
    line-height: 1.6;
}
.testimonials cite {
    margin-top: 0.55rem;
    display: block;
    color: #64748b;
    font-size: 0.9rem;
    font-style: normal;
}
.avatar-pill {
    width: 34px;
    height: 34px;
    margin-bottom: 0.5rem;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.pricing .featured {
    border-color: #2563eb;
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.18);
    transform: translateY(-3px);
    position: relative;
}
.pricing .is-current-plan {
    border-color: #0f766e;
    box-shadow: 0 14px 26px rgba(15, 118, 110, 0.2);
    position: relative;
}
.pricing-current-note {
    margin: 0 0 0.9rem;
    color: #0f172a;
    font-weight: 700;
}
.pricing-current-pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 0.6rem;
    border-radius: 999px;
    background: #ecfeff;
    color: #115e59;
    border: 1px solid #99f6e4;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
}
.plan-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.plan-head h3 {
    margin: 0;
}
.plan-icon {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.55rem;
    display: inline-grid;
    place-items: center;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}
.plan-icon svg {
    width: 1rem;
    height: 1rem;
}
.plan-badge {
    position: absolute;
    top: -12px;
    right: 12px;
    background: #1d4ed8;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    border-radius: 999px;
    padding: 0.26rem 0.58rem;
}
.plan-badge--current {
    left: 12px;
    right: auto;
    background: #0f766e;
}
.plan-meta {
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.plan-code-badge,
.plan-cycle-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.plan-code-badge {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}
.plan-cycle-badge {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #cbd5e1;
}
.plan-cycle-badge.is-monthly {
    background: #ecfeff;
    color: #0f766e;
    border-color: #99f6e4;
}
.plan-cycle-badge.is-yearly {
    background: #f5f3ff;
    color: #6d28d9;
    border-color: #ddd6fe;
}
.plan-cycle-badge.is-lifetime {
    background: #fff7ed;
    color: #c2410c;
    border-color: #fdba74;
}
.pricing ul {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
    color: #334155;
    line-height: 1.7;
}
.pricing-btn { margin-top: 0.85rem; }

.faq details {
    margin-bottom: 0.6rem;
    padding: 0.85rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
}
.faq summary { cursor: pointer; font-weight: 700; }
.faq summary:focus-visible { outline: 2px solid rgba(37, 99, 235, 0.35); outline-offset: 2px; }
.faq p { margin: 0.6rem 0 0; color: #475569; }

.final-cta {
    text-align: center;
    padding: 4.8rem 0;
    background: linear-gradient(135deg, #eff6ff, #eef2ff);
}
.final-cta h2 {
    max-width: 18ch;
    margin: 0 auto 0.8rem;
}
.final-cta p {
    margin: 0.6rem auto 0;
    max-width: 64ch;
    color: #475569;
}
.final-cta .hero__cta { justify-content: center; }
.cta-note { color: #1d4ed8; font-weight: 700; font-size: 0.92rem; }

.floating-cta {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 70;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    border-radius: var(--sf-btn-radius);
    min-height: var(--sf-btn-height);
    padding: 0 1rem;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.35);
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.floating-cta.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.floating-cta.is-hidden { opacity: 0; transform: translateY(18px); pointer-events: none; }

.home [id] { scroll-margin-top: 88px; }
.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .mockup-card,
    .btn,
    .benefit-grid article,
    .feature-grid article,
    .steps article,
    .testimonials blockquote,
    .floating-cta {
        transition: none;
        animation: none;
        transform: none;
    }
}

@media (max-width: 980px) {
    .hero__grid,
    .benefit-grid,
    .feature-grid,
    .steps,
    .testimonials,
    .pricing,
    .trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-nav__links { display: none; }
    .home-nav__actions .btn--login { display: none; }
    .menu-toggle { display: inline-flex; }
    .mobile-menu { display: grid; }
    .floating-cta { left: 1rem; right: 1rem; text-align: center; }
    .home-nav__actions .btn--sm { height: var(--sf-btn-height-sm); }
}

@media (max-width: 680px) {
    .mockup-card--guest-compact {
        padding: 0.8rem 0.75rem;
    }
    .mockup-metrics--compact strong,
    .mockup-metrics--compact .mockup-metric__text {
        font-size: 0.88rem;
    }
    .section { padding: 3.3rem 0; }
    .hero__grid,
    .benefit-grid,
    .feature-grid,
    .steps,
    .testimonials,
    .pricing,
    .mockup-metrics,
    .trust-strip {
        grid-template-columns: 1fr;
    }
    .hero { padding-top: 4.2rem; }
    .home h1 { font-size: clamp(1.7rem, 8vw, 2.2rem); }
    .lead { font-size: 1rem; }
    .hero__cta .btn { width: 100%; }
    .pricing .featured { transform: none; }
    .plan-badge { top: -10px; right: 10px; }
    .floating-cta {
        white-space: normal;
        min-height: 52px;
        padding: 0.65rem 1rem;
        bottom: max(1rem, env(safe-area-inset-bottom));
        padding-bottom: calc(0.8rem + env(safe-area-inset-bottom));
    }
}
