:root {
    --front-bg: #f8fafc;
    --front-surface: #ffffff;
    --front-surface-soft: #f1f5f9;
    --front-ink: #0f172a;
    --front-ink-muted: #64748b;
    --front-line: #e2e8f0;
    --front-brand: #1d4ed8;
    --front-brand-strong: #1e3a8a;
    --front-accent: #22c55e;
    --front-danger: #ef4444;
    --front-shadow: 0 20px 45px rgba(8, 28, 53, 0.08);
    --front-radius-xl: 24px;
    --front-radius-lg: 16px;
    --front-radius-md: 12px;

    --lp-primary-50: #eef2ff;
    --lp-primary-100: #dbeafe;
    --lp-primary-200: #bfdbfe;
    --lp-accent-50: #ecfdf3;
    --lp-accent-100: #d1fae5;
    --lp-accent-200: #bbf7d0;
}

body.front-site {
    margin: 0;
    color: var(--front-ink);
    font-family: "Manrope", "Segoe UI", sans-serif;
    background:
        radial-gradient(1200px 420px at 12% -2%, rgba(29, 78, 216, 0.16), transparent 55%),
        radial-gradient(700px 380px at 90% 10%, rgba(34, 197, 94, 0.12), transparent 60%),
        var(--front-bg);
    padding: 0;
}

.front-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.front-main {
    flex: 1;
}

.front-page-container {
    width: min(1220px, calc(100% - 32px));
    margin: 34px auto 0;
}

.front-alert {
    border-radius: var(--front-radius-md);
    border: 1px solid var(--front-line);
    box-shadow: var(--front-shadow);
}

.front-topbar {
    position: relative;
    z-index: 1;
}

.front-nav-wrap {
    --front-nav-height: 78px;
    position: sticky;
    top: 0;
    z-index: 9000;
    isolation: isolate;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(220, 230, 243, 0.9);
    backdrop-filter: blur(10px);
    transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.front-nav-wrap.is-scrolled {
    background: rgba(255, 255, 255, 0.95);
    border-bottom-color: rgba(191, 211, 234, 0.95);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(12px);
}

.front-nav-inner {
    width: min(1240px, calc(100% - 24px));
    margin: 0 auto;
    min-height: 78px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.front-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.front-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(145deg, var(--front-brand), var(--front-brand-strong));
    color: #fff;
    display: grid;
    place-items: center;
    font-family: "Sora", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.front-brand-text {
    display: grid;
    line-height: 1;
}

.front-brand-text strong {
    color: var(--front-ink);
    font-family: "Sora", sans-serif;
    font-size: 19px;
    letter-spacing: -0.3px;
}

.front-brand-text small {
    color: var(--front-ink-muted);
    font-size: 11px;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
}

.front-nav-toggle {
    display: none;
    border: 1px solid var(--front-line);
    border-radius: 10px;
    background: #fff;
    color: var(--front-ink);
    padding: 7px 11px;
    font-weight: 700;
}

.front-nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex: 1;
    z-index: 1;
}

.front-nav-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.front-nav-links a {
    text-decoration: none;
    color: #213752;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 10px;
    transition: all .18s ease;
}

.front-nav-links a:hover,
.front-nav-links a.is-active {
    background: #edf4ff;
    color: #0f5eab;
}

.front-nav-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.front-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #d4dfef;
    border-radius: 999px;
    background: #fff;
    color: #204364;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
}

.front-chip:hover {
    color: #0f4d95;
    text-decoration: none;
}

.front-chip-whatsapp {
    border-color: rgba(16, 185, 129, 0.28);
    background: rgba(236, 253, 245, 0.9);
    color: #047857;
}

.front-chip-whatsapp:hover {
    color: #065f46;
    background: rgba(220, 252, 231, 0.92);
}

.front-demo-banner-container {
    margin-top: 10px;
    margin-bottom: 0;
}

.front-demo-mode-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(146, 64, 14, 0.2);
    background: rgba(251, 191, 36, 0.16);
    color: #7c2d12;
}

.front-demo-mode-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(124, 45, 18, 0.24);
    background: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.front-demo-mode-text {
    margin: 0;
    flex: 1 1 280px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.front-demo-mode-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(124, 45, 18, 0.28);
    background: rgba(255, 255, 255, 0.82);
    color: #7c2d12;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.front-demo-mode-cta:hover,
.front-demo-mode-cta:focus-visible {
    color: #5b1e0f;
    border-color: rgba(91, 30, 15, 0.38);
    box-shadow: 0 10px 22px rgba(124, 45, 18, 0.11);
}

.front-nav-links a:focus-visible,
.front-chip:focus-visible,
.front-hybrid-switch a:focus-visible,
.front-btn:focus-visible,
.showcase-topnav a:focus-visible,
.showcase-btn:focus-visible {
    outline: 3px solid rgba(15, 124, 219, 0.35);
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #fff;
}

.front-chip-mode {
    background: #f6f9ff;
    border-color: #cdddf5;
}

.front-chip-mode-hybrid {
    background:
        linear-gradient(135deg, rgba(15, 124, 219, 0.12), rgba(18, 184, 134, 0.14)),
        #f8fbff;
    border-color: #9fcaee;
    color: #1c476f;
}

.front-hybrid-switch {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    border-radius: 999px;
    border: 1px solid #cfe0f3;
    background: #f3f8ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    gap: 3px;
}

.front-hybrid-switch a {
    min-width: 86px;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    padding: 6px 12px;
    color: #35597a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
    transition: all .18s ease;
}

.front-hybrid-switch a:hover {
    text-decoration: none;
    color: #1f4568;
    background: rgba(255, 255, 255, 0.7);
}

.front-hybrid-switch a.is-active {
    color: #fff;
    background: linear-gradient(135deg, #0f6abf, #0f4d95);
    box-shadow: 0 8px 18px rgba(12, 84, 154, 0.28);
}

.front-chip-dark {
    background: #0f1f38;
    color: #fff;
    border-color: #0f1f38;
}

.front-chip-dark:hover {
    color: #fff;
    background: #182c4c;
}

.front-chip-cart span {
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #0f7cdb;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.front-section {
    margin-bottom: 30px;
}

.front-section-head {
    margin-bottom: 18px;
    text-align: center;
}

.front-section-head-left {
    text-align: left;
}

.front-section-head h1,
.front-section-head h2 {
    font-family: "Sora", sans-serif;
    margin: 2px 0 8px;
    letter-spacing: -0.4px;
}

.front-section-head p {
    margin: 0;
    color: var(--front-ink-muted);
}

.front-kicker {
    margin: 0;
    color: #4578a9;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-size: 11px;
    font-weight: 800;
}

.front-card {
    background: var(--front-surface);
    border: 1px solid var(--front-line);
    border-radius: var(--front-radius-lg);
    box-shadow: var(--front-shadow);
}

.front-empty {
    width: 100%;
    border: 1px dashed #bccde4;
    border-radius: var(--front-radius-md);
    background: #f7fbff;
    color: #416281;
    text-align: center;
    font-weight: 700;
    padding: 26px;
}

.front-btn {
    border: none;
    border-radius: 11px;
    padding: 11px 16px;
    background: linear-gradient(145deg, #1f88dd, #0f66bb);
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 12px 24px rgba(16, 99, 178, .22);
}

.front-btn:hover {
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.front-btn-dark {
    background: linear-gradient(145deg, #1d3557, #0f1f38);
    box-shadow: 0 14px 30px rgba(12, 29, 55, .24);
}

.front-btn-light {
    background: #f6f9ff;
    color: #204264;
    border: 1px solid #ccd9ee;
    box-shadow: none;
}

.front-btn-light:hover {
    color: #123f6b;
    background: #eef5ff;
}

.front-btn-lg {
    padding: 13px 20px;
}

.front-btn-block {
    width: 100%;
}

.front-hero {
    width: min(1240px, calc(100% - 24px));
    margin: 14px auto 0;
    position: relative;
    border-radius: var(--front-radius-xl);
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(8, 24, 48, .2);
}

.hero-slide {
    min-height: 540px;
    position: relative;
    display: none;
}

.hero-slide.is-active {
    display: block;
}

.front-hero-media {
    position: absolute;
    inset: 0;
}

.front-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(8, 18, 34, 0.85) 0%, rgba(9, 31, 56, 0.55) 45%, rgba(8, 27, 49, 0.28) 100%);
}

.front-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px;
    color: #fff;
}

.front-hero-kicker {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    opacity: .88;
    margin: 0;
}

.front-hero-content h1 {
    font-family: "Sora", sans-serif;
    font-size: clamp(28px, 3.8vw, 47px);
    line-height: 1.05;
    margin: 10px 0 14px;
}

.front-hero-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.88);
    max-width: 650px;
}

.front-hero-actions {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.front-btn-light.front-btn,
.front-btn-light {
    background: rgba(255, 255, 255, 0.88);
    color: #122844;
}

.front-hero-stats {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: min(620px, 80%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    border: 1px solid rgba(215, 228, 244, .9);
    box-shadow: var(--front-shadow);
}

.front-hero-stats > div {
    padding: 14px;
    display: grid;
    border-right: 1px solid #d7e2f2;
}

.front-hero-stats > div:last-child {
    border-right: none;
}

.front-hero-stats strong {
    font-family: "Sora", sans-serif;
    color: #17365a;
    font-size: 15px;
}

.front-hero-stats span {
    color: #5f7b9a;
    font-size: 12px;
    font-weight: 700;
    margin-top: 3px;
}

.front-mode {
    margin-top: 6px;
}

.front-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.front-feature-card {
    border: 1px solid var(--front-line);
    border-radius: var(--front-radius-lg);
    background: linear-gradient(165deg, #ffffff 0%, #f6faff 100%);
    box-shadow: var(--front-shadow);
    padding: 20px;
}

.front-feature-card h3 {
    margin: 8px 0 9px;
    font-family: "Sora", sans-serif;
    font-size: 22px;
}

.front-feature-card p {
    color: var(--front-ink-muted);
    margin: 0 0 16px;
}

.front-tag {
    display: inline-flex;
    border-radius: 999px;
    border: 1px solid #c9dff8;
    background: #f3f8ff;
    color: #286699;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 9px;
    text-transform: uppercase;
    letter-spacing: .75px;
}

.front-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.front-product-card {
    background: #fff;
    border-radius: var(--front-radius-lg);
    border: 1px solid var(--front-line);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--front-shadow);
    display: grid;
    min-height: 100%;
}

.front-product-card:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-2px);
}

.front-product-thumb {
    background: linear-gradient(180deg, #f8fbff 0%, #f0f6ff 100%);
    min-height: 180px;
    display: grid;
    place-items: center;
    padding: 20px;
}

.front-product-thumb img {
    width: 100%;
    max-width: 220px;
    max-height: 170px;
    object-fit: contain;
}

.front-product-body {
    padding: 14px;
}

.front-product-body h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.front-product-body p {
    margin: 6px 0 12px;
    min-height: 38px;
    color: var(--front-ink-muted);
    font-size: 13px;
}

.front-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.front-product-meta span {
    font-family: "Sora", sans-serif;
    color: #143d67;
    font-size: 16px;
}

.front-product-meta em {
    color: #5e7d9e;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.front-catalog-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 14px;
}

.front-filter-card {
    padding: 18px;
    position: sticky;
    top: 90px;
    align-self: start;
}

.front-filter-card h3 {
    font-size: 18px;
    margin: 0 0 12px;
    font-family: "Sora", sans-serif;
}

.front-form-scope .form-control,
.front-form-scope .form-select,
.form-control,
.form-select {
    border-radius: 10px;
    border-color: #ccdaee;
    min-height: 42px;
}

.front-form-scope .btn,
.btn[type="submit"] {
    border-radius: 10px;
}

.front-product-detail {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 26px;
}

.front-product-detail-media {
    display: grid;
    place-items: center;
    min-height: 440px;
    padding: 24px;
    background: linear-gradient(180deg, #f7fbff 0%, #f1f6ff 100%);
}

.front-product-detail-media img {
    width: 100%;
    max-height: 370px;
    object-fit: contain;
}

.front-product-detail-content {
    padding: 26px;
}

.front-product-detail-content h1 {
    font-family: "Sora", sans-serif;
    margin: 4px 0 10px;
}

.front-product-sub,
.front-product-description {
    color: var(--front-ink-muted);
}

.front-price-xl {
    font-family: "Sora", sans-serif;
    font-size: 36px;
    color: #123e6c;
    margin: 14px 0;
}

.front-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.front-coiffeurs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.front-coiffeur-picker .picker-switch,
.front-coiffeur-picker .picker-head,
.front-coiffeur-picker .picker-actions,
.front-coiffeur-picker .picker-toolbar {
    gap: 8px;
}

.front-coiffeur-picker .picker-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.front-coiffeur-picker .picker-avatar-fallback {
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #212529);
}

.front-coiffeur-profile {
    max-width: 760px;
}

.home-cohesive {
    display: grid;
    gap: 24px;
}

.home-command-deck {
    border: 1px solid #d8e4f3;
    border-radius: 22px;
    background:
        radial-gradient(700px 260px at 100% -12%, rgba(131, 112, 255, 0.14), transparent 64%),
        radial-gradient(420px 220px at -8% 10%, rgba(84, 175, 255, 0.18), transparent 60%),
        linear-gradient(165deg, #fff 0%, #f5f9ff 100%);
    box-shadow: 0 26px 56px rgba(10, 33, 61, 0.1);
    padding: 22px;
}

.home-command-head h2 {
    margin: 4px 0 8px;
    font-family: "Sora", sans-serif;
    color: #122f4c;
    font-size: clamp(24px, 3vw, 38px);
}

.home-command-head p {
    margin: 0;
    color: #5b7895;
    max-width: 820px;
    line-height: 1.58;
}

.home-command-actions {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-command-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.home-command-grid article {
    border: 1px solid #d8e5f6;
    border-radius: 14px;
    background: #fff;
    padding: 13px;
}

.home-command-grid strong {
    display: block;
    color: #133c65;
    font-family: "Sora", sans-serif;
    font-size: 15px;
}

.home-command-grid span {
    display: block;
    margin-top: 5px;
    color: #607d99;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.home-quickbook {
    border: 1px solid #dae7f6;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--front-shadow);
    padding: 20px;
}

.home-quickbook-head h2 {
    color: #15385c;
}

.home-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-quick-card {
    border: 1px solid #d8e6f7;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    box-shadow: 0 16px 34px rgba(12, 37, 66, 0.08);
    padding: 16px;
}

.home-quick-card.featured {
    border-color: #84a9db;
    background:
        radial-gradient(320px 140px at 90% -20%, rgba(66, 142, 243, 0.24), transparent 65%),
        linear-gradient(170deg, #f7fbff 0%, #edf5ff 100%);
}

.home-quick-chip {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d0dff3;
    border-radius: 999px;
    padding: 5px 10px;
    color: #365c82;
    background: #f3f8ff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .65px;
}

.home-quick-card h3 {
    margin: 10px 0 8px;
    font-family: "Sora", sans-serif;
    color: #133b62;
    font-size: 20px;
}

.home-quick-card p {
    margin: 0 0 14px;
    color: #5f7c99;
    line-height: 1.55;
}

.home-quick-single-card {
    max-width: 560px;
}

.home-proof-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.home-proof-strip article {
    border: 1px solid #d7e4f5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(12, 33, 57, 0.08);
    padding: 13px;
}

.home-proof-strip strong {
    display: block;
    color: #143a60;
    font-family: "Sora", sans-serif;
    font-size: 20px;
}

.home-proof-strip span {
    display: block;
    margin-top: 4px;
    color: #607d99;
    font-size: 12px;
    font-weight: 700;
}

.home-retail {
    border: 1px solid #dbe8f8;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--front-shadow);
    padding: 20px;
}

.front-link-back {
    margin-bottom: 12px;
    display: inline-flex;
    text-decoration: none;
    color: #28597f;
    font-weight: 700;
}

.front-link-back:hover {
    text-decoration: none;
    color: #173f62;
}

.front-profile-avatar {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    object-fit: cover;
}

.front-profile-avatar-fallback {
    background: #212529;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
}

.front-booking-recap {
    max-width: 1080px;
    margin: 0 auto;
}

.front-recap-head h1 {
    color: #122d4a;
}

.front-recap-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 14px;
}

.front-recap-summary h2,
.front-recap-confirm h2 {
    margin: 0 0 12px;
    font-family: "Sora", sans-serif;
    color: #15395d;
    font-size: 22px;
}

.front-recap-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.front-recap-grid span {
    color: #5a7794;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .55px;
    font-weight: 800;
}

.front-recap-grid strong {
    display: block;
    margin-top: 3px;
    font-size: 16px;
}

.front-recap-grid em,
.front-recap-grid small {
    color: #6884a1;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    margin-top: 4px;
}

.front-recap-pricing {
    margin-top: 14px;
    border: 1px solid #d6e4f6;
    border-radius: 13px;
    background: #f7fbff;
    padding: 12px;
    display: grid;
    gap: 8px;
}

.front-recap-pricing > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.front-recap-pricing span {
    color: #56738f;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .5px;
}

.front-recap-pricing strong {
    color: #163a60;
    font-family: "Sora", sans-serif;
    font-size: 18px;
}

.front-recap-pricing small {
    color: #6683a1;
    font-size: 12px;
    font-weight: 700;
}

.front-recap-pricing .front-recap-total {
    border-top: 1px solid #d2e0f2;
    padding-top: 9px;
}

.front-recap-pricing .front-recap-total strong {
    color: #0f2d4c;
    font-size: 22px;
}

.front-recap-confirm .form-select {
    border-color: #ccdbef;
    border-radius: 10px;
    min-height: 46px;
}

.front-recap-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.front-inset-box {
    border: 1px solid #d8e3f3;
    border-radius: 10px;
    background: #f7fbff;
    padding: 12px;
    color: #395f82;
}

.front-label {
    color: #52708f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

.front-cart .table thead th {
    color: #4b6684;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    border-top: none;
}

.front-cart .table tbody td {
    border-top: 1px solid #ecf2fb;
}

.front-qty-btn {
    min-width: 34px;
    height: 34px;
    border: 1px solid #ccdaee;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2d4d6f;
    text-decoration: none;
    font-weight: 800;
}

.front-qty-btn:hover {
    text-decoration: none;
    color: #204567;
    background: #f3f8ff;
}

.front-qty-btn-danger {
    border-color: #f2b5b2;
    color: #af3e3b;
}

.front-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 14px;
}

.front-contact-aside {
    padding: 20px;
}

.front-contact-aside h3 {
    font-family: "Sora", sans-serif;
    margin: 0 0 8px;
}

.front-contact-aside a {
    display: block;
    margin-bottom: 6px;
    color: #1f5079;
    font-weight: 700;
}

.front-contact-aside hr {
    border-top-color: #dbe7f7;
    margin: 12px 0;
}

.front-auth {
    max-width: 560px;
    margin: 0 auto;
}

.front-auth-card {
    background: #fff;
    border: 1px solid var(--front-line);
    border-radius: var(--front-radius-lg);
    box-shadow: var(--front-shadow);
    padding: 24px;
}

.front-auth-head h1 {
    font-family: "Sora", sans-serif;
    margin: 2px 0 8px;
}

.front-auth-head p:last-child {
    color: #5f7a96;
}

.front-auth-form {
    display: grid;
    gap: 8px;
}

.front-auth-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 12px;
}

.front-auth-links a {
    color: #2f5e8a;
    font-weight: 700;
    font-size: 13px;
}

.front-passkey-teaser {
    display: grid;
    gap: 16px;
    margin-top: 26px;
    text-align: center;
}

.front-passkey-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 76px;
    padding: 18px 24px;
    border: 0;
    border-radius: 20px;
    background: #1f1f21;
    color: #fff;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 400;
    line-height: 1.2;
    box-shadow: 0 1px 0 rgba(12, 18, 28, 0.12);
    cursor: default;
}

.front-passkey-btn:disabled,
.front-passkey-btn[aria-disabled="true"] {
    opacity: 1;
    color: #fff;
    background: #1f1f21;
}

.front-passkey-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
}

.front-passkey-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.front-passkey-note {
    max-width: 480px;
    margin: 0 auto;
    color: #55585d;
    font-size: clamp(15px, 1.8vw, 22px);
    line-height: 1.35;
}

.front-footer {
    margin-top: 42px;
    border-top: 1px solid #dbe6f5;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fd 100%);
    padding: 26px 0 14px;
}

.front-footer-grid {
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 16px;
}

.front-footer-grid h4,
.front-footer-grid h5 {
    font-family: "Sora", sans-serif;
    margin: 0 0 9px;
}

.front-footer-grid h4 {
    font-size: 20px;
}

.front-footer-grid h5 {
    font-size: 14px;
    color: #385a7e;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.front-footer-grid p {
    margin: 0;
    color: #5c7794;
    max-width: 420px;
}

.front-footer-grid a {
    display: block;
    color: #2f5e8a;
    text-decoration: none;
    margin-bottom: 6px;
    font-weight: 700;
}

.front-footer-grid a:hover {
    color: #18426b;
}

.front-footer-bottom {
    width: min(1220px, calc(100% - 32px));
    margin: 20px auto 0;
    padding-top: 12px;
    border-top: 1px solid #d8e4f2;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #67829e;
    font-size: 12px;
    font-weight: 700;
}

.pro-kicker {
    margin: 0;
    color: #5f7fa5;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-size: 11px;
    font-weight: 800;
}

.pro-hero {
    border: 1px solid #d7e5f6;
    border-radius: 24px;
    background:
        radial-gradient(900px 360px at 110% -20%, rgba(30, 153, 219, 0.22), transparent 60%),
        radial-gradient(520px 200px at -10% 20%, rgba(255, 201, 146, 0.3), transparent 60%),
        linear-gradient(140deg, #0f1f38 0%, #122d52 50%, #0f2746 100%);
    color: #fff;
    padding: 26px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 14px;
    box-shadow: 0 34px 80px rgba(12, 31, 58, 0.32);
}

.pro-hero-body h1 {
    margin: 8px 0 10px;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.03;
    font-family: "Sora", sans-serif;
}

.pro-hero-body p {
    margin: 0;
    max-width: 730px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
}

.pro-hero-actions {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pro-hero-panel {
    border-radius: 16px;
    border: 1px solid rgba(179, 206, 237, 0.45);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    padding: 16px;
}

.pro-hero-panel h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 17px;
}

.pro-hero-panel ul {
    margin: 10px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}

.pro-strip {
    margin: 16px 0 28px;
    border-radius: 14px;
    border: 1px solid #d7e4f5;
    background: #fff;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.pro-strip > span {
    color: #4d6a89;
    font-size: 12px;
    font-weight: 700;
}

.pro-strip-logos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pro-strip-logos b {
    border: 1px solid #d7e3f4;
    background: #f8fbff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    color: #2f5477;
    font-weight: 800;
}

.pro-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pro-feature-card {
    border: 1px solid #d9e7f7;
    border-radius: 16px;
    background: linear-gradient(165deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: var(--front-shadow);
    padding: 18px;
}

.pro-feature-card h3 {
    margin: 0 0 7px;
    font-family: "Sora", sans-serif;
    font-size: 20px;
    color: #123c67;
}

.pro-feature-card p {
    margin: 0;
    color: #5e7892;
    line-height: 1.45;
}

.pro-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pro-price-card {
    border: 1px solid #d6e4f7;
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--front-shadow);
    padding: 18px;
    display: grid;
    gap: 12px;
}

.pro-price-card .tag {
    margin: 0;
    display: inline-flex;
    justify-self: start;
    border-radius: 999px;
    padding: 5px 9px;
    border: 1px solid #d4e1f3;
    background: #f8fbff;
    color: #406686;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-weight: 800;
}

.pro-price-card h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    color: #183f67;
}

.pro-price-card ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 7px;
    color: #536e88;
    font-size: 14px;
}

.pro-price-card.featured {
    border-color: #6aaae9;
    background: linear-gradient(170deg, #f8fbff 0%, #edf6ff 100%);
    box-shadow: 0 26px 44px rgba(20, 126, 203, 0.18);
}

.pro-proof {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pro-proof article {
    border: 1px solid #dae8f8;
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--front-shadow);
    padding: 16px;
}

.pro-proof p {
    margin: 0;
    color: #36536f;
    font-weight: 700;
    line-height: 1.45;
}

.pro-proof strong {
    margin-top: 10px;
    display: block;
    color: #183e66;
    font-size: 13px;
}

.pro-cta {
    margin-top: 26px;
    border: 1px solid #d7e6f7;
    border-radius: 20px;
    background:
        radial-gradient(700px 260px at 110% -30%, rgba(36, 156, 220, 0.22), transparent 60%),
        linear-gradient(160deg, #f9fcff 0%, #eef6ff 100%);
    box-shadow: var(--front-shadow);
    padding: 24px;
    text-align: center;
}

.pro-cta h2 {
    margin: 0;
    font-family: "Sora", sans-serif;
    color: #153d65;
}

.pro-cta p {
    margin: 8px 0 0;
    color: #597693;
}

.showcase-page {
    width: min(1220px, calc(100% - 24px));
    margin: 8px auto 0;
    color: #0f1e35;
}

.showcase-topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border: 1px solid #dbe4f1;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 14px;
    margin-bottom: 14px;
    box-shadow: 0 16px 32px rgba(10, 28, 52, 0.08);
}

.showcase-logo {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.3px;
}

.showcase-topnav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.showcase-topnav a {
    text-decoration: none;
    color: #244263;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 10px;
}

.showcase-topnav a:hover {
    background: #edf3fc;
    color: #163a61;
}

.showcase-hero {
    border: 1px solid #d7e2ef;
    border-radius: 24px;
    background:
        radial-gradient(900px 330px at 100% -10%, rgba(123, 98, 255, 0.13), transparent 60%),
        radial-gradient(500px 230px at -10% 20%, rgba(255, 179, 139, 0.24), transparent 55%),
        linear-gradient(160deg, #ffffff 0%, #f5f8ff 100%);
    padding: 24px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    box-shadow: 0 34px 76px rgba(11, 32, 58, 0.12);
}

.showcase-kicker {
    margin: 0;
    color: #4f6d8d;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-size: 11px;
    font-weight: 800;
}

.showcase-hero h1 {
    margin: 8px 0 11px;
    font-family: "Sora", sans-serif;
    line-height: 1.04;
    font-size: clamp(30px, 4vw, 56px);
    color: #0f2139;
}

.showcase-hero p {
    margin: 0;
    color: #566f8c;
    font-size: 16px;
    line-height: 1.55;
    max-width: 740px;
}

.showcase-hero-actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.showcase-context {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.showcase-context-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 11px;
    border: 1px solid #c7d9ee;
    background: #edf5ff;
    color: #234b73;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
}

.showcase-context-badge.badge-subtle {
    background: #f7faff;
    border-color: #d8e5f5;
    color: #486788;
}

.showcase-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 12px 16px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    transition: all .22s ease;
}

.showcase-btn-primary {
    border: 1px solid #0f2949;
    background: linear-gradient(135deg, #0f2949 0%, #1f4677 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(14, 39, 69, 0.22);
}

.showcase-btn-primary:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.showcase-btn-ghost {
    border: 1px solid #cad8ea;
    background: #fff;
    color: #1f486f;
}

.showcase-btn-ghost:hover {
    text-decoration: none;
    color: #163a61;
    background: #f5f9ff;
}

.showcase-metrics {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.showcase-metrics article {
    border: 1px solid #dae6f5;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.showcase-metrics strong {
    display: block;
    color: #103a66;
    font-family: "Sora", sans-serif;
    font-size: 20px;
}

.showcase-metrics span {
    color: #627f9f;
    font-size: 12px;
    font-weight: 700;
}

.showcase-hero-mock {
    border: 1px solid #d7e5f7;
    border-radius: 16px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 14px 34px rgba(16, 43, 78, 0.12);
}

.showcase-mock-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.showcase-mock-head h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    color: #15395f;
    font-size: 16px;
}

.showcase-mock-head span {
    border-radius: 999px;
    border: 1px solid #cfe0f6;
    background: #f3f8ff;
    color: #356186;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
}

.showcase-mock-grid {
    display: grid;
    gap: 7px;
}

.showcase-mock-grid > div {
    border: 1px solid #d9e7f6;
    border-radius: 10px;
    padding: 8px 10px;
    background: linear-gradient(175deg, #fff 0%, #f8fbff 100%);
}

.showcase-mock-grid-live .showcase-mock-entry {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
    will-change: opacity, transform;
    animation: mockAgendaEntry 8.4s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

.showcase-mock-grid-live .showcase-mock-entry:nth-child(1) {
    animation-delay: 0.2s;
}

.showcase-mock-grid-live .showcase-mock-entry:nth-child(2) {
    animation-delay: 1.3s;
}

.showcase-mock-grid-live .showcase-mock-entry:nth-child(3) {
    animation-delay: 2.4s;
}

.showcase-mock-grid-live .showcase-mock-entry:nth-child(4) {
    animation-delay: 3.5s;
}

.showcase-mock-grid small {
    display: block;
    color: #6583a3;
    font-size: 11px;
    font-weight: 700;
}

.showcase-mock-grid p {
    margin: 2px 0 0;
    color: #163e66;
    font-weight: 800;
    font-size: 14px;
}

.showcase-mock-grid em {
    display: block;
    margin-top: 2px;
    color: #617f9f;
    font-style: normal;
    font-size: 12px;
}

@keyframes mockAgendaEntry {
    0%,
    8% {
        opacity: 0;
        transform: translateY(12px) scale(0.985);
    }
    14%,
    74% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-6px) scale(0.99);
    }
}

.showcase-section {
    margin-top: 24px;
    display: grid;
    gap: 16px;
}

.showcase-split {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
    border: 1px solid #d9e6f5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 42px rgba(13, 34, 60, 0.08);
    padding: 16px;
}

.showcase-split-alt {
    grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
}

.showcase-copy h2 {
    margin: 7px 0 10px;
    font-family: "Sora", sans-serif;
    color: #122f4d;
    font-size: clamp(24px, 3vw, 36px);
}

.showcase-copy p {
    margin: 0;
    color: #5a7693;
    line-height: 1.55;
}

.showcase-copy ul {
    margin: 14px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: #37536f;
    font-weight: 700;
}

.showcase-visual {
    border-radius: 14px;
    border: 1px solid #d8e6f8;
    min-height: 270px;
    position: relative;
    overflow: hidden;
}

.showcase-visual::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.visual-agenda {
    background:
        radial-gradient(320px 140px at 20% 15%, rgba(143, 187, 255, 0.7), transparent 60%),
        radial-gradient(320px 160px at 85% 25%, rgba(255, 183, 158, 0.62), transparent 65%),
        linear-gradient(150deg, #2a4e77 0%, #0f2746 100%);
}

.visual-reminders {
    background:
        radial-gradient(260px 140px at 15% 20%, rgba(255, 186, 139, 0.7), transparent 60%),
        radial-gradient(290px 170px at 80% 25%, rgba(123, 170, 248, 0.62), transparent 65%),
        linear-gradient(160deg, #1c3a5f 0%, #0f1f38 100%);
}

.visual-mobile {
    background:
        radial-gradient(310px 170px at 20% 18%, rgba(75, 184, 167, 0.58), transparent 60%),
        radial-gradient(260px 150px at 80% 25%, rgba(167, 140, 255, 0.52), transparent 60%),
        linear-gradient(155deg, #1d3557 0%, #0b1a32 100%);
}

.showcase-pricing {
    margin-top: 24px;
    border: 1px solid #d6e5f6;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
    padding: 18px;
}

.showcase-head {
    text-align: center;
    margin-bottom: 12px;
}

.showcase-head h2 {
    margin: 6px 0 0;
    font-family: "Sora", sans-serif;
    color: #123757;
}

.showcase-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.showcase-price-card {
    border: 1px solid #d7e6f7;
    border-radius: 16px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 14px 32px rgba(13, 37, 66, 0.08);
    display: grid;
    gap: 10px;
}

.showcase-price-card.featured {
    border-color: #6f9fe3;
    background: linear-gradient(170deg, #f7fbff 0%, #edf5ff 100%);
    box-shadow: 0 24px 42px rgba(27, 93, 172, 0.16);
}

.showcase-price-card .badge {
    justify-self: start;
    border: 1px solid #cedff5;
    background: #f4f9ff;
    color: #30597d;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 5px 8px;
}

.showcase-price-card h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    color: #173b5f;
}

.showcase-price-card .price {
    margin: 0;
    color: #12395f;
    font-family: "Sora", sans-serif;
    font-size: 30px;
}

.showcase-price-card .price-hint {
    margin: -4px 0 0;
    color: #7089a4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2px;
}

.showcase-price-card .price small {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    color: #607d9a;
    margin-left: 4px;
}

.showcase-price-card ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 7px;
    color: #4f6c88;
    font-size: 14px;
}

.showcase-proof {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.showcase-proof article {
    border: 1px solid #d8e6f7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(10, 32, 56, 0.08);
    padding: 14px;
}

.showcase-proof p {
    margin: 0;
    color: #37546e;
    font-weight: 700;
    line-height: 1.5;
}

.showcase-proof strong {
    display: block;
    margin-top: 10px;
    color: #173d64;
    font-size: 13px;
}

.showcase-final {
    margin-top: 20px;
    border: 1px solid #d8e7f8;
    border-radius: 20px;
    background:
        radial-gradient(540px 220px at 12% -12%, rgba(124, 173, 255, 0.26), transparent 60%),
        linear-gradient(155deg, #10223d 0%, #173c67 100%);
    box-shadow: 0 28px 60px rgba(11, 31, 55, 0.3);
    color: #fff;
    text-align: center;
    padding: 24px 18px;
}

.showcase-final h2 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(24px, 3vw, 40px);
}

.showcase-final p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.86);
}

.showcase-pricing-note {
    margin-top: 14px;
    border: 1px solid #d8e5f6;
    border-radius: 14px;
    background: #f8fbff;
    padding: 12px;
}

.showcase-pricing-note p {
    margin: 0;
    color: #4f6d8c;
    font-size: 13px;
    line-height: 1.48;
}

.showcase-pricing-note strong {
    color: #2a5379;
}

.showcase-pricing-note .showcase-btn {
    margin-top: 10px;
}

.showcase-head.head-left {
    text-align: left;
}

.showcase-audit {
    margin-top: 24px;
    border: 1px solid #d8e5f5;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 20px 44px rgba(12, 32, 56, 0.08);
    padding: 18px;
}

.showcase-audit-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.showcase-audit-card {
    border: 1px solid #d8e5f5;
    border-radius: 14px;
    background: #fff;
    padding: 12px;
}

.showcase-audit-card header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.showcase-audit-card strong {
    color: #143a61;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

.showcase-audit-card span {
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
}

.showcase-audit-card p {
    margin: 8px 0 0;
    color: #5f7894;
    font-size: 13px;
    line-height: 1.45;
}

.showcase-audit-card.is-on span {
    border: 1px solid #99ddbb;
    background: #eafaf2;
    color: #1f6e46;
}

.showcase-audit-card.is-off span {
    border: 1px solid #f3cd95;
    background: #fff6e8;
    color: #8a5616;
}

.showcase-audit-card.is-pending span {
    border: 1px solid #cbdcf0;
    background: #f1f6fd;
    color: #36597d;
}

.showcase-pillars {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.showcase-pillar {
    border: 1px solid #d8e6f7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(12, 34, 60, 0.08);
    padding: 16px;
}

.showcase-pillar h3 {
    margin: 0 0 12px;
    color: #314a63;
    font-family: "Sora", sans-serif;
    font-size: clamp(22px, 2.1vw, 30px);
    letter-spacing: -0.4px;
}

.showcase-pillar h3 span {
    font-size: 22px;
    margin-right: 6px;
}

.showcase-pillar h4 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 1.25;
    letter-spacing: -0.25px;
}

.showcase-pillar p {
    margin: 6px 0 16px;
    color: #5f7a96;
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: 1.5;
}

.showcase-pillar p:last-child {
    margin-bottom: 0;
}

.showcase-pillar .tone-orange {
    color: #f28a67;
}

.showcase-pillar .tone-cyan {
    color: #7ec8c4;
}

.showcase-pillar .tone-pink {
    color: #ed6f85;
}

.showcase-insights {
    margin-top: 24px;
}

.showcase-insight-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.insight-card {
    border: 1px solid #d9e7f8;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 34px rgba(12, 35, 63, 0.08);
}

.insight-cover {
    min-height: 184px;
    aspect-ratio: 3 / 2;
    border-bottom: 1px solid #dce9f9;
    position: relative;
    overflow: hidden;
}

.insight-cover-media {
    width: 100%;
    height: 100%;
    min-height: 184px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.insight-cover.cover-one {
    background:
        radial-gradient(240px 100px at 30% 20%, rgba(180, 208, 252, 0.62), transparent 60%),
        linear-gradient(135deg, #ebf3ff 0%, #d5e6ff 100%);
}

.insight-cover.cover-two {
    background:
        radial-gradient(220px 120px at 60% 10%, rgba(241, 210, 170, 0.62), transparent 60%),
        linear-gradient(135deg, #f8eddc 0%, #efd6af 100%);
}

.insight-cover.cover-three {
    background:
        radial-gradient(260px 110px at 50% 16%, rgba(176, 200, 232, 0.56), transparent 60%),
        linear-gradient(135deg, #f0f4fa 0%, #dbe5f1 100%);
}

.insight-body {
    padding: 14px;
}

.insight-body h3 {
    margin: 0;
    color: #30465f;
    font-family: "Sora", sans-serif;
    font-size: clamp(19px, 1.9vw, 28px);
    line-height: 1.24;
    letter-spacing: -0.35px;
}

.insight-body p {
    margin: 10px 0 0;
    color: #5d7895;
    line-height: 1.48;
    font-size: clamp(13px, 1vw, 16px);
}

.insight-tags {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.insight-tags span {
    border: 1px solid #f19d7f;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    color: #93563f;
    background: #fff;
    font-weight: 700;
}

.showcase-pack-matrix {
    margin-top: 24px;
}

.showcase-matrix-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.showcase-matrix-card {
    border: 1px solid #d8e6f7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(12, 34, 60, 0.08);
    padding: 16px;
}

.showcase-matrix-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.showcase-matrix-card .badge {
    border: 1px solid #8ec0ef;
    border-radius: 999px;
    background: #eef6ff;
    color: #245b8a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 9px;
}

.showcase-matrix-card header strong {
    font-family: "Sora", sans-serif;
    color: #123d67;
    font-size: 16px;
}

.showcase-matrix-card h3 {
    margin: 12px 0 8px;
    font-family: "Sora", sans-serif;
    color: #2c4660;
    font-size: 22px;
    letter-spacing: -0.3px;
}

.showcase-matrix-card p {
    margin: 0;
    color: #5e7994;
    line-height: 1.5;
    font-size: 14px;
}

.showcase-matrix-card ul {
    margin: 12px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 7px;
    color: #4e6c89;
    font-size: 14px;
}

.showcase-matrix-card.is-current {
    border-color: #7ab7ea;
    background:
        radial-gradient(280px 130px at 90% -18%, rgba(80, 155, 232, 0.2), transparent 64%),
        linear-gradient(165deg, #f8fbff 0%, #edf5ff 100%);
    box-shadow: 0 22px 44px rgba(14, 78, 141, 0.15);
}

.reveal-up {
    animation: revealUp .55s ease both;
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1150px) {
    .front-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .front-hero-stats {
        position: static;
        min-width: 0;
        border-radius: 0;
    }

    .front-hero {
        overflow: hidden;
    }

    .pro-features-grid,
    .pro-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-hero {
        grid-template-columns: 1fr;
    }

    .showcase-pricing-grid,
    .showcase-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-split,
    .showcase-split-alt {
        grid-template-columns: 1fr;
    }

    .showcase-pillars,
    .showcase-insight-grid,
    .showcase-matrix-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-audit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .showcase-mock-grid-live .showcase-mock-entry {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .reveal-up {
        animation: none;
    }

    .showcase-btn,
    .front-btn,
    .front-product-card {
        transition: none;
    }

    .showcase-btn:hover,
    .front-btn:hover,
    .front-product-card:hover {
        transform: none;
    }
}

@media (max-width: 992px) {
    body.front-site.front-nav-open {
        overflow: hidden;
    }

    .front-nav-toggle {
        display: inline-flex;
    }

    .front-nav-menu {
        position: fixed;
        top: var(--front-nav-height);
        left: 0;
        right: 0;
        z-index: 9001;
        max-height: calc(100dvh - var(--front-nav-height));
        overflow-y: auto;
        background: rgba(255, 255, 255, 0.98);
        border: 0;
        border-top: 1px solid rgba(220, 230, 243, 0.95);
        border-radius: 0 0 var(--front-radius-lg) var(--front-radius-lg);
        box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16);
        padding: 14px 16px 18px;
        flex-direction: column;
        align-items: stretch;
        display: none;
    }

    .front-nav-menu.is-open {
        display: flex;
    }

    .front-nav-links,
    .front-nav-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .front-nav-links {
        flex-direction: column;
        align-items: stretch;
    }

    .front-nav-links a {
        width: 100%;
    }

    .front-hybrid-switch {
        width: 100%;
        justify-content: stretch;
    }

    .front-hybrid-switch a {
        flex: 1;
    }

    .front-hero,
    .front-page-container {
        width: calc(100% - 20px);
    }

    .front-hero-content {
        min-height: 470px;
        padding: 24px;
    }

    .hero-slide {
        min-height: 470px;
    }

    .front-mode-grid,
    .front-catalog-layout,
    .front-product-detail,
    .front-contact-layout,
    .front-recap-layout,
    .front-recap-grid {
        grid-template-columns: 1fr;
    }

    .pro-hero {
        grid-template-columns: 1fr;
    }

    .pro-proof {
        grid-template-columns: 1fr;
    }

    .front-coiffeurs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .front-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .front-filter-card {
        position: static;
    }

    .home-command-grid,
    .home-quick-grid,
    .home-proof-strip {
        grid-template-columns: 1fr;
    }

    .front-footer-grid {
        grid-template-columns: 1fr;
    }

    .front-footer-bottom {
        flex-direction: column;
    }

    .showcase-topnav {
        flex-direction: column;
        align-items: flex-start;
    }

    .showcase-topnav-links {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
    }

    .showcase-topnav-links a {
        flex: 0 0 auto;
        text-align: center;
        min-width: max-content;
        white-space: nowrap;
    }

    .showcase-metrics,
    .showcase-pricing-grid,
    .showcase-proof {
        grid-template-columns: 1fr;
    }

    .showcase-pillars,
    .showcase-insight-grid,
    .showcase-matrix-grid,
    .showcase-audit-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .front-page-container {
        margin-top: 20px;
    }

    .front-hero-content h1 {
        font-size: 30px;
    }

    .front-hero-content p {
        font-size: 15px;
    }

    .front-products-grid,
    .front-coiffeurs-grid {
        grid-template-columns: 1fr;
    }

    .pro-features-grid,
    .pro-pricing-grid {
        grid-template-columns: 1fr;
    }

    .pro-hero {
        padding: 18px;
    }

    .front-hero-stats {
        display: none;
    }
}

.front-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.front-blog-card {
    overflow: hidden;
}

.front-blog-card-link {
    display: grid;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.front-blog-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.front-blog-cover {
    min-height: 190px;
    background: linear-gradient(165deg, #edf4ff, #f8fbff);
}

.front-blog-cover img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
}

.front-blog-cover-fallback {
    min-height: 190px;
    display: grid;
    place-items: center;
    color: #2a4f74;
    font-weight: 800;
    letter-spacing: .4px;
}

.front-blog-body {
    padding: 16px;
    display: grid;
    gap: 7px;
}

.front-blog-body h2 {
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
    color: #132f4f;
    font-family: "Sora", sans-serif;
}

.front-blog-body p {
    margin: 0;
    color: #5f7895;
}

.front-blog-date {
    margin: 0;
    color: #6983a1;
    font-size: 12px;
    font-weight: 700;
}

.front-blog-read {
    margin-top: 2px;
    color: #0f67be;
    font-weight: 800;
    font-size: 13px;
}

.front-blog-article {
    margin-top: 12px;
    padding: 22px;
}

.front-blog-article-head h1 {
    margin: 7px 0 10px;
    font-family: "Sora", sans-serif;
    color: #132f4f;
}

.front-blog-article-excerpt {
    margin: 0;
    color: #597593;
    font-size: 17px;
}

.front-blog-article-cover {
    margin: 20px 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #dbe6f4;
}

.front-blog-article-cover img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.front-blog-article-content {
    color: #244464;
    line-height: 1.7;
}

.front-blog-related {
    margin-top: 20px;
}

.front-blog-related h2 {
    margin: 0 0 10px;
    font-family: "Sora", sans-serif;
    color: #17395c;
}

.front-blog-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.front-reviews-page {
    display: grid;
    gap: 18px;
}

.front-reviews-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(320px, .9fr);
    gap: 18px;
    align-items: start;
}

.front-reviews-main {
    min-width: 0;
}

.front-reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.front-review-card {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.front-review-stars {
    display: flex;
    gap: 3px;
    color: #d7deea;
    font-size: 18px;
    line-height: 1;
}

.front-review-star.is-active {
    color: #f1b93e;
}

.front-review-content {
    margin: 0;
    color: #244464;
    line-height: 1.65;
    white-space: normal;
}

.front-review-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    color: #6b84a1;
    font-size: 13px;
}

.front-review-meta strong {
    color: #17395c;
    font-size: 14px;
}

.front-review-form-card {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.front-review-form-card h2 {
    margin: 0;
    color: #16395d;
    font-family: "Sora", sans-serif;
}

.front-review-form-card p {
    margin: 0;
    color: #5d7693;
}

.front-review-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.front-review-form-grid label,
.front-review-form-block label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #17395c;
}

.front-review-form-grid input,
.front-review-form-grid select,
.front-review-form-block textarea {
    width: 100%;
    border: 1px solid #d6e1ef;
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
    color: #16395d;
}

.front-review-form-block textarea {
    min-height: 140px;
    resize: vertical;
}

.front-review-form-grid ul,
.front-review-form-block ul,
.front-review-form-card > ul {
    margin: 6px 0 0;
    padding-left: 18px;
    color: #a43e3e;
    font-size: 13px;
}

.front-review-honeypot {
    display: none;
}

.front-review-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.front-review-actions small {
    color: #6b84a1;
}

.front-blog-reviews {
    margin-top: 24px;
    display: grid;
    gap: 14px;
}

.front-review-block-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .front-reviews-layout {
        grid-template-columns: 1fr;
    }

    .front-reviews-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .front-review-form-grid {
        grid-template-columns: 1fr;
    }
}

.front-blog-related-card {
    padding: 14px;
    text-decoration: none;
    color: inherit;
    display: grid;
    gap: 5px;
}

.front-blog-related-card strong {
    color: #17395c;
}

.front-blog-related-card span {
    color: #62809e;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .front-blog-grid,
    .front-blog-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .front-blog-grid,
    .front-blog-related-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Landing SaaS CatchMe Pro ===== */
.lp-page {
    --lp-primary: var(--front-brand);
    --lp-primary-dark: var(--front-brand-strong);
    --lp-accent: var(--front-accent);
    --lp-border: var(--front-line);
    --lp-surface: var(--front-surface);
    --lp-surface-soft: var(--front-surface-soft);
    --lp-text: var(--front-ink);
    --lp-muted: var(--front-ink-muted);
    display: grid;
    gap: clamp(18px, 2.4vw, 34px);
    margin: 8px 0 24px;
}

.lp-page a {
    text-underline-offset: 2px;
}

.lp-hero,
.lp-section,
.lp-footer {
    border: 1px solid var(--lp-border);
    border-radius: 22px;
    background: var(--lp-surface);
    box-shadow: 0 20px 46px rgba(12, 35, 60, 0.08);
    padding: clamp(16px, 3vw, 30px);
}

.lp-hero {
    background:
        radial-gradient(950px 340px at 105% -10%, rgba(29, 78, 216, 0.2), transparent 62%),
        radial-gradient(520px 220px at -10% 8%, rgba(34, 197, 94, 0.1), transparent 60%),
        linear-gradient(160deg, #ffffff 0%, var(--lp-primary-50) 100%);
}

.lp-kicker {
    margin: 0;
    color: var(--lp-primary-dark);
    font-size: 11px;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-weight: 800;
}

.lp-hero-grid {
    display: grid;
    gap: 14px;
}

.lp-hero-copy h1 {
    margin: 8px 0 12px;
    font-family: "Sora", sans-serif;
    color: var(--lp-text);
    font-size: clamp(31px, 4.6vw, 60px);
    line-height: 1.04;
    letter-spacing: -0.5px;
}

.lp-lead {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.58;
    font-size: clamp(14px, 1.4vw, 18px);
    max-width: 760px;
}

.lp-context {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lp-context span {
    border-radius: 999px;
    padding: 6px 11px;
    border: 1px solid var(--lp-primary-200);
    background: var(--lp-primary-50);
    color: var(--lp-primary-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15px;
}

.lp-actions {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.lp-actions-center {
    justify-content: center;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 11px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.lp-btn-primary {
    background: linear-gradient(135deg, var(--lp-primary-dark) 0%, var(--lp-primary) 100%);
    border-color: var(--lp-primary-dark);
    color: #fff;
    box-shadow: 0 14px 30px rgba(29, 78, 216, 0.24);
}

.lp-btn-primary:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.lp-btn-secondary {
    background: var(--lp-surface);
    border-color: var(--lp-border);
    color: var(--lp-primary-dark);
}

.lp-btn-secondary:hover {
    background: var(--lp-primary-50);
    color: var(--lp-primary-dark);
    text-decoration: none;
}

.lp-btn:focus-visible,
.lp-inline-links a:focus-visible,
.lp-inline-cta:focus-visible,
.lp-faq-item summary:focus-visible {
    outline: 3px solid rgba(29, 78, 216, 0.35);
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #fff;
}

.lp-inline-links {
    margin-top: 12px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.lp-inline-links a {
    color: var(--lp-primary-dark);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.lp-inline-links a:hover {
    color: var(--lp-primary);
}

.lp-proof-strip {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
}

.lp-proof-strip article {
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.lp-proof-strip strong {
    display: block;
    color: var(--lp-primary-dark);
    font-family: "Sora", sans-serif;
    font-size: 18px;
}

.lp-proof-strip span {
    display: block;
    margin-top: 4px;
    color: var(--lp-muted);
    font-size: 12px;
    font-weight: 700;
}

.lp-hero-panel {
    border: 1px solid var(--lp-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    padding: 14px;
}

.lp-hero-panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.lp-hero-panel h2 {
    margin: 0;
    font-family: "Sora", sans-serif;
    color: var(--lp-primary-dark);
    font-size: 20px;
}

.lp-hero-panel header span {
    border: 1px solid var(--lp-primary-200);
    border-radius: 999px;
    background: var(--lp-primary-50);
    color: var(--lp-primary-dark);
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 700;
}

.lp-hero-panel ul {
    margin: 12px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: var(--lp-muted);
    font-size: 14px;
}

.lp-hero-panel b {
    color: var(--lp-primary-dark);
}

.lp-hero-logos {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lp-hero-logos span {
    border: 1px solid var(--lp-border);
    border-radius: 999px;
    background: #fff;
    color: var(--lp-muted);
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
}

.lp-section-head {
    text-align: center;
}

.lp-section-head-left {
    text-align: left;
}

.lp-section-head h2 {
    margin: 7px 0 8px;
    font-family: "Sora", sans-serif;
    color: var(--lp-text);
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.12;
}

.lp-section-head p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.56;
}

.lp-benefits-grid,
.lp-modules-grid,
.lp-packs-grid,
.lp-testimonials-grid {
    margin-top: 14px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.lp-card {
    border: 1px solid var(--lp-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(10, 30, 53, 0.07);
    padding: 14px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.lp-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(10, 30, 53, 0.11);
}

.bm-public-section {
    margin-top: 20px;
    --bm-bg: #f5f8fc;
    --bm-card: #ffffff;
    --bm-line: #dde7f3;
    --bm-ink: #1f2b3d;
    --bm-muted: #6f7e90;
}

.bm-public-section .bm-card {
    background: var(--bm-card);
    border: 1px solid var(--bm-line);
    border-radius: 12px;
    padding: 16px;
}

.bm-public-section .bm-subtitle {
    margin: 0;
    color: var(--bm-muted);
    font-size: 13px;
}

.bm-public-section .bm-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bm-public-section .bm-toolbar-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.bm-public-section .bm-pack-chip {
    display: inline-block;
    border-radius: 999px;
    border: 1px solid #d7e7ff;
    background: #edf4ff;
    color: #234a8f;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
}

.bm-public-section .bm-help {
    border-radius: 10px;
    padding: 12px;
    background: var(--bm-bg);
    border: 1px solid var(--bm-line);
    font-size: 13px;
    color: #32455c;
}

.bm-public-section .bm-filter-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.bm-public-section .bm-filter-btn.is-active {
    border-color: #8cb4ff;
    background: #edf4ff;
    color: #234a8f;
}

.bm-public-section .bm-stat-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.bm-public-section .bm-stat {
    border: 1px solid var(--bm-line);
    border-radius: 10px;
    background: #fbfdff;
    padding: 12px;
}

.bm-public-section .bm-stat-value {
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    color: #1f3554;
}

.bm-public-section .bm-stat-label {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: var(--bm-muted);
}

.bm-public-section .bm-coverage-wrap {
    overflow-x: auto;
    border: 1px solid var(--bm-line);
    border-radius: 10px;
}

.bm-public-section .bm-coverage-table {
    width: 100%;
    min-width: 1120px;
    border-collapse: collapse;
    background: #fff;
}

.bm-public-section .bm-coverage-table th,
.bm-public-section .bm-coverage-table td {
    border: 1px solid #e2ebf7;
    padding: 8px 10px;
    font-size: 12px;
    vertical-align: top;
}

.bm-public-section .bm-coverage-table thead th {
    background: #eff4fd;
    color: #2a4669;
    font-weight: 800;
}

.bm-public-section .bm-coverage-table td.center {
    text-align: center;
    font-weight: 800;
}

.bm-public-section .bm-coverage-table .ok {
    color: #1f8d5e;
}

.bm-public-section .bm-coverage-table .ko {
    color: #a7b5c8;
}

.bm-public-section .bm-status {
    display: inline-block;
    border-radius: 999px;
    border: 1px solid #d7e7ff;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.bm-public-section .bm-status.status-active_wired {
    color: #1f8d5e;
    background: #edf9f3;
    border-color: #c6ecd7;
}

.bm-public-section .bm-status.status-enabled_not_wired,
.bm-public-section .bm-status.status-sold_not_enabled {
    color: #a06700;
    background: #fff7e6;
    border-color: #f4ddac;
}

.bm-public-section .bm-status.status-platform_only,
.bm-public-section .bm-status.status-declared_only,
.bm-public-section .bm-status.status-available_not_enabled {
    color: #5c6b82;
    background: #f5f8fc;
    border-color: #dde7f3;
}

.lp-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--lp-primary-50);
    border: 1px solid var(--lp-primary-200);
    display: inline-grid;
    place-items: center;
    font-size: 18px;
}

.lp-benefit-card h3,
.lp-module-card h3,
.lp-pack-card h3,
.lp-trust-card h3,
.lp-final-cta h3,
.lp-footer h3,
.lp-footer h4 {
    margin: 11px 0 7px;
    font-family: "Sora", sans-serif;
    color: var(--lp-text);
}

.lp-benefit-card p,
.lp-module-card p,
.lp-pack-card p,
.lp-trust-card p,
.lp-testimonial-card p,
.lp-final-cta p,
.lp-footer p,
.lp-footer span {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.5;
}

.lp-module-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.lp-module-head span {
    border: 1px solid var(--lp-primary-200);
    border-radius: 999px;
    background: var(--lp-primary-50);
    color: var(--lp-primary-dark);
    font-size: 11px;
    font-weight: 800;
    padding: 5px 9px;
    text-transform: uppercase;
    letter-spacing: .45px;
}

.lp-module-card ul,
.lp-pack-card ul,
.lp-trust-card ul {
    margin: 10px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
    color: var(--lp-muted);
    font-size: 14px;
}

.lp-inline-cta {
    margin-top: 10px;
    display: inline-flex;
    color: var(--lp-primary);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.lp-inline-cta:hover {
    color: var(--lp-primary-dark);
}

.lp-pack-card {
    display: grid;
    gap: 10px;
}

.lp-pack-card.is-featured {
    border-color: var(--lp-primary);
    background:
        radial-gradient(290px 120px at 100% -20%, rgba(29, 78, 216, 0.18), transparent 60%),
        linear-gradient(170deg, #ffffff 0%, var(--lp-primary-50) 100%);
    box-shadow: 0 24px 42px rgba(29, 78, 216, 0.16);
}

.lp-pack-badge {
    justify-self: start;
    border: 1px solid var(--lp-primary-200);
    border-radius: 999px;
    background: var(--lp-primary-50);
    color: var(--lp-primary-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .55px;
    padding: 5px 9px;
}

.lp-pack-price {
    margin: 0;
    color: var(--lp-primary-dark);
    font-family: "Sora", sans-serif;
    font-size: 34px;
}

.lp-pack-price small {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    color: var(--lp-muted);
    margin-left: 4px;
}

.lp-pack-meta {
    font-size: 12px;
    color: var(--lp-muted);
    font-weight: 700;
}

.lp-pack-compare-wrap {
    margin-top: 12px;
    overflow-x: auto;
}

.lp-pack-compare {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
}

.lp-pack-compare caption {
    caption-side: top;
    text-align: left;
    margin-bottom: 8px;
    color: var(--lp-muted);
    font-size: 12px;
    font-weight: 700;
}

.lp-pack-compare th,
.lp-pack-compare td {
    border-bottom: 1px solid #e5eef9;
    padding: 10px 9px;
    font-size: 13px;
}

.lp-pack-compare th {
    color: var(--lp-text);
    font-weight: 800;
    text-align: left;
}

.lp-pack-compare td {
    color: var(--lp-muted);
    text-align: center;
    font-weight: 700;
}

.lp-pack-note {
    margin-top: 12px;
    border: 1px solid var(--lp-border);
    border-radius: 14px;
    background: var(--lp-surface-soft);
    padding: 12px;
    display: grid;
    gap: 10px;
}

.lp-pack-note p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 13px;
    line-height: 1.48;
}

.lp-pack-note strong {
    color: var(--lp-primary-dark);
}

.lp-trust-layout {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.lp-trust-badges {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.lp-trust-badges span {
    border: 1px solid var(--lp-accent-200);
    border-radius: 999px;
    background: var(--lp-accent-50);
    color: #166534;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 10px;
}

.lp-testimonial-card p {
    font-weight: 700;
}

.lp-testimonial-card strong {
    display: block;
    margin-top: 9px;
    color: var(--lp-primary-dark);
    font-size: 13px;
}

.lp-faq-list {
    margin-top: 14px;
    display: grid;
    gap: 10px;
}

.lp-faq-item {
    padding: 0;
    overflow: hidden;
}

.lp-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 14px;
    color: var(--lp-text);
    font-family: "Sora", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.lp-faq-item summary::-webkit-details-marker {
    display: none;
}

.lp-faq-item p {
    margin: 0;
    border-top: 1px solid #e4edf8;
    padding: 0 14px 14px;
    color: var(--lp-muted);
}

.lp-final-cta {
    margin-top: 14px;
    text-align: center;
    background:
        radial-gradient(460px 180px at 10% -25%, rgba(29, 78, 216, 0.17), transparent 62%),
        radial-gradient(320px 140px at 100% 0, rgba(34, 197, 94, 0.1), transparent 65%),
        linear-gradient(160deg, #f9fcff 0%, var(--lp-primary-50) 100%);
}

.lp-footer {
    background:
        linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.lp-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.lp-footer h3,
.lp-footer h4 {
    margin-top: 0;
}

.lp-footer a {
    display: inline-flex;
    color: var(--lp-primary-dark);
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 6px;
}

.lp-footer a:hover {
    color: var(--lp-primary);
}

.lp-page [data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .48s ease, transform .48s ease;
}

.lp-page [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 700px) {
    .lp-proof-strip,
    .lp-benefits-grid,
    .lp-modules-grid,
    .lp-testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lp-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (min-width: 980px) {
    .lp-hero-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
        gap: 18px;
    }

    .lp-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lp-modules-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lp-packs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lp-trust-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .lp-footer-grid {
        grid-template-columns: 1.25fr 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-page [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .lp-card,
    .lp-btn {
        transition: none;
    }

    .lp-card:hover,
    .lp-btn:hover {
        transform: none;
    }
}

/* ===== Contact Page Rework ===== */
.cm-contact-page {
    display: grid;
    gap: 16px;
}

.cm-contact-hero {
    border: 1px solid var(--front-line);
    border-radius: 20px;
    background:
        radial-gradient(760px 280px at 100% -18%, rgba(29, 78, 216, 0.18), transparent 62%),
        radial-gradient(360px 170px at -6% 0, rgba(34, 197, 94, 0.1), transparent 60%),
        linear-gradient(160deg, #ffffff 0%, #eef2ff 100%);
    box-shadow: var(--front-shadow);
    padding: clamp(16px, 3vw, 28px);
    display: grid;
    gap: 14px;
}

.cm-contact-hero-copy h1 {
    margin: 8px 0 10px;
    font-family: "Sora", sans-serif;
    color: var(--front-ink);
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.06;
}

.cm-contact-hero-copy p {
    margin: 0;
    color: var(--front-ink-muted);
    line-height: 1.56;
    max-width: 760px;
}

.cm-contact-tags {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cm-contact-tags span {
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eef2ff;
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 10px;
}

.cm-contact-hero-proof {
    border: 1px solid var(--front-line);
    border-radius: 14px;
    background: #fff;
    padding: 12px;
}

.cm-contact-hero-proof h2 {
    margin: 0;
    font-family: "Sora", sans-serif;
    color: #1e3a8a;
    font-size: 19px;
}

.cm-contact-hero-proof ul {
    margin: 10px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 7px;
    color: #556f8a;
    font-size: 14px;
}

.cm-contact-layout {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}

.cm-contact-stack {
    display: grid;
    gap: 12px;
}

.cm-contact-card {
    border: 1px solid var(--front-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--front-shadow);
    padding: clamp(14px, 2vw, 22px);
}

.cm-contact-card-head h2 {
    margin: 0;
    font-family: "Sora", sans-serif;
    color: #1e3a8a;
    font-size: 26px;
}

.cm-contact-card-head p {
    margin: 7px 0 0;
    color: var(--front-ink-muted);
}

.cm-contact-form-wrap {
    margin-top: 14px;
}

.cm-contact-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.cm-contact-form-full {
    grid-column: 1 / -1;
}

.cm-contact-form label {
    color: #314c67;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
}

.cm-contact-form .form-control,
.cm-contact-form .form-select,
.cm-contact-form textarea {
    border-radius: 10px;
    border: 1px solid #d6e3f3;
    background: #fff;
    color: var(--front-ink);
}

.cm-contact-form .form-control:focus,
.cm-contact-form .form-select:focus,
.cm-contact-form textarea:focus {
    border-color: #93c5fd;
    box-shadow: 0 0 0 0.2rem rgba(29, 78, 216, 0.15);
}

.cm-contact-submit-wrap {
    margin-top: 12px;
}

.cm-contact-submit {
    width: 100%;
    border: 1px solid #1e3a8a;
    border-radius: 12px;
    background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 100%);
    color: #fff;
    font-weight: 800;
    padding: 12px 16px;
}

.cm-contact-submit:hover {
    color: #fff;
    filter: brightness(1.02);
}

.cm-contact-info h3,
.cm-contact-help h3 {
    margin: 10px 0 8px;
    font-family: "Sora", sans-serif;
    color: #1e3a8a;
}

.cm-contact-info p,
.cm-contact-help p {
    margin: 0;
    color: var(--front-ink-muted);
    line-height: 1.5;
}

.cm-contact-links {
    margin-top: 10px;
    display: grid;
    gap: 6px;
}

.cm-contact-links a {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

.cm-contact-links a:hover {
    color: #1e3a8a;
}

.cm-contact-help .showcase-btn {
    margin-top: 10px;
}

@media (min-width: 980px) {
    .cm-contact-hero {
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    }

    .cm-contact-layout {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    }

    .cm-contact-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
