/* Bestellsystem-Landingpage – SaaS-Look, Marke FixFertigWeb */

.bs-page {
    --je-orange: #ff7a00;
    --je-orange-dark: #e85d00;
    --je-orange-soft: #f4f5f6;
    --bs-gold: #ff7a00;
    --bs-gold-dark: #e85d00;
    --bs-ink: #141414;
    --bs-muted: #5c6370;
    --bs-soft: #f5f6f7;
    --bs-line: #e8e8ea;
    --bs-radius: 18px;
    --primary-color: #ff7a00;
    --primary-dark: #e85d00;
    --primary-light: #ff9a3d;
}

.bs-page p {
    padding-right: 0;
}

.bs-page .navbar--lp {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #ececec;
}

.bs-page .navbar--lp .nav-container {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.bs-page .nav-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: max-content;
    max-width: none;
}

.bs-page .nav-logo .nav-brand-ffw {
    font-size: 1.38rem;
    line-height: 1.05;
    white-space: nowrap;
}

.bs-page .nav-logo .nav-brand-orderis {
    display: block;
    margin-top: 6px;
    line-height: 0;
    font-size: 0;
    align-self: center;
    pointer-events: none;
    cursor: default;
}

.bs-page .nav-logo .nav-brand-orderis img {
    display: block;
    height: 13px;
    width: auto;
    max-width: 5.2rem;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.bs-page .nav-logo--or .nav-brand-orderis-main {
    display: block;
    line-height: 0;
    font-size: 0;
}

.bs-page .nav-logo--or .nav-brand-orderis-main img {
    display: block;
    height: 32px;
    width: auto;
    max-width: 12rem;
    margin: 0 auto;
    object-fit: contain;
}

.bs-page .nav-logo--or .nav-brand-ffw-small {
    display: block;
    margin-top: 4px;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    white-space: nowrap;
    text-align: center;
    pointer-events: none;
    cursor: default;
    color: inherit;
}

.bs-page .logo-accent {
    color: var(--je-orange);
    background: none;
    -webkit-text-fill-color: var(--je-orange);
}

.bs-page .nav-cta {
    background: linear-gradient(135deg, #ff8000, #e85d00);
    color: #fff;
    box-shadow: 0 8px 18px rgba(255, 122, 0, 0.28);
}

.bs-page .nav-cta:hover {
    background: linear-gradient(135deg, #ff8f1f, #ff7a00);
    color: #fff;
}

.bs-page .btn-primary {
    background: linear-gradient(135deg, #ff8000, #e85d00);
    color: #fff;
    box-shadow: none;
}

.bs-page .btn-primary:hover {
    background: linear-gradient(135deg, #ff8f1f, #ff6a00);
    box-shadow: none;
}

.bs-page .btn-secondary {
    border: 2px solid #ff7a00;
    color: #e85d00;
    background: #fff;
}

.bs-page .btn-secondary:hover {
    background: #f5f6f7;
    color: #c44e00;
}

.bs-page .cta-section {
    background: #fff;
    color: var(--bs-ink);
    border-top: 1px solid #eceef1;
}

.bs-page .cta-section .cta-content h2 {
    color: var(--bs-ink);
}

.bs-page .cta-section .cta-content p {
    color: var(--bs-muted);
}

.bs-page .cta-section .btn-primary {
    background: #ff7a00;
    color: #fff;
    box-shadow: none;
}

.bs-page .cta-section .btn-primary:hover {
    background: #e85d00;
    color: #fff;
}

.bs-page .cta-section .btn-outline {
    border: 2px solid #ff7a00;
    color: #e85d00;
    background: #fff;
}

.bs-page .cta-section .btn-outline:hover {
    background: #fff7f0;
    color: #c44e00;
}

/* ===== HERO ===== */
.bs-hero {
    padding: 4.5rem 0 3.5rem;
    background: #fff;
    overflow: hidden;
}

.bs-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.98fr);
    gap: 1.2rem 2.4rem;
    align-items: start;
}

.bs-hero-visual {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    position: relative;
}

.bs-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bs-gold-dark);
    margin-bottom: 1.1rem;
}

.bs-hero h1 {
    font-size: clamp(2.15rem, 4.4vw, 3.55rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: var(--bs-gold);
    margin-bottom: 0.55rem;
}

.bs-hero-sub {
    font-size: clamp(1.2rem, 2.4vw, 1.65rem);
    font-weight: 700;
    color: var(--bs-ink);
    margin-bottom: 1rem;
}

.bs-hero-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--bs-muted);
    max-width: 40rem;
    margin-bottom: 1.6rem;
}

.bs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.bs-link {
    color: var(--bs-ink);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bs-link:hover {
    color: var(--bs-gold-dark);
}

.bs-hero-pills {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.45rem;
}

.bs-mini-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    gap: 0.35rem;
    background: #fff;
    border: 1px solid var(--bs-line);
    border-radius: 999px;
    padding: 0.45rem 0.7rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--bs-ink);
    white-space: nowrap;
}

.bs-mini-pill i {
    color: var(--bs-gold);
    font-size: 0.85rem;
}

.bs-hero-copy--rest {
    min-width: 0;
}

.bs-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.bs-badge-0 {
    position: absolute;
    top: 4%;
    right: 3%;
    z-index: 6;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--bs-gold), var(--bs-gold-dark));
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 14px 32px rgba(255, 122, 0, 0.45), 0 0 0 6px rgba(255, 122, 0, 0.18);
    transform: rotate(-8deg);
}

.bs-badge-0 strong {
    font-size: 1.55rem;
    line-height: 1;
}

.bs-badge-0 span {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

/* ===== TYPE CARDS ===== */
.bs-section {
    padding: 5rem 0;
}

.bs-section--soft {
    background: #f5f6f7;
}

.bs-section--white {
    background: #fff;
}

.bs-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.6rem;
}

.bs-head h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--bs-ink);
    margin-bottom: 0.6rem;
}

.bs-head h2::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    background: var(--bs-gold);
    margin: 0.85rem auto 0;
    border-radius: 4px;
}

.bs-head p {
    color: var(--bs-muted);
    font-size: 1.05rem;
    margin: 0.9rem 0 0;
}

.bs-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
}

.bs-type-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--bs-line);
    border-radius: 16px;
    padding: 1.5rem 1.4rem 1.3rem;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease;
}

.bs-type-card:hover,
.bs-type-card.is-selected {
    border-color: #cfcfd2;
}

.bs-type-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.4rem;
    color: var(--bs-ink);
}

.bs-type-card > p {
    font-size: 0.94rem;
    line-height: 1.55;
    color: var(--bs-muted);
    margin-bottom: 1.1rem;
}

.bs-type-card ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0.95rem 0 0;
    border-top: 1px solid #eee;
    flex: 1;
}

.bs-type-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-weight: 500;
    font-size: 0.92rem;
    line-height: 1.45;
    margin-bottom: 0.45rem;
    color: var(--bs-ink);
}

.bs-type-card li:last-child {
    margin-bottom: 0;
}

.bs-type-card li i {
    color: var(--je-orange);
    margin-top: 0.22rem;
    font-size: 0.7rem;
}

.bs-type-card .btn {
    width: 100%;
    justify-content: center;
    margin-top: auto;
}

.bs-cat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem;
}

.bs-cat-col {
    background: #fff;
    border: 1px solid #e8e8ea;
    border-radius: 20px;
    padding: 1.6rem 1.4rem 1.4rem;
}

.bs-cat-col h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.bs-cat-col > p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.bs-cat-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bs-cat-col li {
    display: flex;
    gap: 0.55rem;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.bs-cat-col li i {
    color: var(--je-orange);
    margin-top: 0.15rem;
}

@media (max-width: 980px) {
    .bs-cat-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== PILLS ===== */
.bs-pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.bs-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f5f6f7;
    border: 1px solid #e8e8ea;
    border-radius: 999px;
    padding: 0.85rem 1.15rem;
    font-weight: 700;
    color: var(--bs-ink);
    font-size: 0.98rem;
}

.bs-pill i {
    color: var(--bs-gold);
    font-size: 1.05rem;
}

/* ===== FEATURE GRID ===== */
.bs-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.bs-feature {
    background: #fff;
    border-radius: 16px;
    padding: 1.6rem 1.2rem 1.4rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 122, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bs-feature:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 122, 0, 0.45);
    box-shadow: 0 16px 32px rgba(255, 122, 0, 0.14);
}

.bs-feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.9rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--je-orange);
    border: 2px solid var(--je-orange);
    box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.1);
    font-size: 1.25rem;
}

.bs-feature h3 {
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.bs-feature p {
    font-size: 0.9rem;
    color: var(--bs-muted);
    margin: 0;
    line-height: 1.55;
}

/* ===== PAYMENTS ===== */
.bs-pay {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
}

.bs-pay-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--bs-line);
    border-radius: 12px;
    padding: 0.45rem 0.7rem;
    min-width: 108px;
    min-height: 64px;
}

.bs-pay-item img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 92px;
    object-fit: contain;
}

/* ===== PHONE ===== */
.bs-phone-split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-areas:
        "copy visual"
        "cta visual";
    gap: 1.1rem 2.75rem;
    align-items: start;
}

.bs-phone-copy {
    grid-area: copy;
}

.bs-phone-visual {
    grid-area: visual;
    align-self: center;
}

.bs-phone-cta {
    grid-area: cta;
    align-self: start;
    margin-top: 1.15rem;
}

.bs-phone-copy h2 {
    text-align: left;
    max-width: 18ch;
}

.bs-phone-copy h2::after {
    margin-left: 0;
}

.bs-phone-copy p {
    color: var(--bs-muted);
    font-size: 1.05rem;
    margin-bottom: 1.1rem;
}

.bs-phone-compare {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 0 0 1.45rem;
    max-width: 420px;
}

.bs-phone-label {
    display: inline-block;
    margin-bottom: 0.4rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8b919a;
}

.bs-phone-label--good {
    color: var(--bs-ink);
}

.bs-phone-now {
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px solid #e8e8ea;
    background: #fff;
}

.bs-phone-now p {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    color: #6b7280;
    text-decoration: line-through;
    text-decoration-color: rgba(107, 114, 128, 0.4);
}

.bs-phone-flow {
    padding: 1rem 1.05rem 1.05rem;
    border-radius: 14px;
    border: 1px solid #e8e8ea;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 20, 20, 0.05);
}

.bs-phone-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bs-phone-steps li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.58rem 0;
    color: var(--bs-ink);
    line-height: 1.3;
}

.bs-phone-steps li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 2.05rem;
    width: 2px;
    height: calc(100% - 0.7rem);
    background: #c9ced6;
}

.bs-phone-steps li span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--bs-ink);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
    flex-shrink: 0;
}

.bs-phone-steps li:last-child span {
    background: var(--je-orange);
    box-shadow: 0 8px 18px rgba(255, 122, 0, 0.22);
}

.bs-phone-step-copy {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    padding-top: 0.28rem;
    min-width: 0;
}

.bs-phone-step-copy strong {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--bs-ink);
}

.bs-phone-step-copy em {
    font-style: normal;
    font-size: 0.82rem;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.35;
}

.bs-phone-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0.5rem 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.bs-caller-card {
    position: relative;
    z-index: 1;
    width: min(360px, 100%);
    background: #fff;
    border: 1px solid #e8e8ea;
    border-radius: 22px;
    box-shadow:
        0 22px 48px rgba(20, 20, 20, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
    overflow: hidden;
}

.bs-caller-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.95rem 1.05rem 0.55rem;
}

.bs-caller-status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b919a;
}

.bs-caller-live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
    animation: bs-live 2.8s ease-out infinite;
}

@keyframes bs-live {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
    70% { box-shadow: 0 0 0 9px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.bs-caller-profile {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.35rem 1.05rem 1rem;
}

.bs-caller-avatar {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #141414;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 0.95rem;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}

.bs-caller-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.bs-caller-phone {
    font-size: 1.28rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--bs-ink);
    line-height: 1.15;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.bs-caller-name {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--bs-ink);
}

.bs-caller-addr {
    font-size: 0.82rem;
    color: var(--bs-muted);
    line-height: 1.35;
}

.bs-caller-badge {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 0.35rem;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    background: #f1f2f4;
    font-size: 0.7rem;
    font-weight: 700;
    color: #4b5563;
}

.bs-caller-history {
    padding: 0 1.05rem 0.35rem;
}

.bs-caller-history-label {
    margin: 0 0 0.55rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b919a;
}

.bs-caller-order {
    padding: 0.7rem 0.8rem;
    margin-bottom: 0.45rem;
    border: 1px solid #eceef1;
    border-radius: 12px;
    background: #fafafa;
}

.bs-caller-order-top,
.bs-caller-order-mid {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    align-items: baseline;
}

.bs-caller-order-top span {
    font-size: 0.78rem;
    font-weight: 700;
    color: #6b7280;
}

.bs-caller-order-top strong {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--bs-ink);
}

.bs-caller-order-mid {
    margin-top: 0.18rem;
    font-size: 0.72rem;
    color: #9aa0a8;
}

.bs-caller-order-mid .is-done {
    color: #059669;
    font-weight: 700;
}

.bs-caller-order p {
    margin: 0.35rem 0 0;
    font-size: 0.8rem;
    line-height: 1.35;
    color: #4b5563;
}

.bs-caller-actions {
    padding: 0.75rem 1.05rem 1.05rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.bs-caller-cta {
    display: block;
    text-align: center;
    background: var(--je-orange);
    color: #fff;
    font-weight: 800;
    font-size: 0.92rem;
    padding: 0.82rem 1rem;
    border-radius: 12px;
}

/* ===== REFS ===== */
.bs-refs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.3rem;
}

.bs-ref {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.bs-ref img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.bs-ref-body {
    padding: 1.3rem 1.3rem 1.5rem;
}

.bs-ref-tag {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bs-gold-dark);
    margin-bottom: 0.4rem;
}

.bs-ref h3 {
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
}

.bs-ref p {
    font-size: 0.95rem;
    margin-bottom: 0.9rem;
}

.bs-ref a {
    font-weight: 700;
    color: var(--bs-gold-dark);
    text-decoration: none;
}

.bs-ref a:hover {
    text-decoration: underline;
}

.bs-hand-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem 2.25rem;
    align-items: stretch;
}

.bs-hand-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    text-align: left;
}

.bs-hand-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--je-orange);
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
    margin: 0 0 1rem;
}

.bs-hand-item h3 {
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 0.7rem;
}

.bs-hand-item p {
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--bs-muted);
    margin: 0 0 1.25rem;
}

.bs-hand-item--sm h3,
.bs-hand-item--sm p {
    font-size: inherit;
}

.bs-hand-item img {
    width: 100%;
    height: 248px;
    margin-top: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    display: block;
    background: #111;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.bs-hand-cta {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
}

.bs-hand-cta .btn {
    min-width: 260px;
    justify-content: center;
}

.bs-easy-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 2.4rem;
}

.bs-easy-head h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.75rem, 3.4vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.12;
    color: var(--bs-ink);
}

.bs-easy-head h2::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin: 0.85rem auto 0;
    border-radius: 4px;
    background: var(--je-orange);
}

.bs-easy-head > p {
    margin: 0.95rem 0 0;
    font-size: 1.12rem;
    line-height: 1.45;
    color: var(--bs-muted);
}

.bs-easy-steps {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border: 1px solid var(--bs-line);
    border-radius: 24px;
    overflow: hidden;
}

.bs-easy-steps li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.7rem 1.55rem 1.6rem;
    background: transparent;
    border: 0;
}

.bs-easy-steps li + li {
    border-left: 1px solid var(--bs-line);
}

.bs-easy-steps b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--je-orange);
    color: #fff;
    font-size: 1.02rem;
    font-weight: 800;
    box-shadow: none;
}

.bs-easy-steps h3 {
    margin: 0 0 0.35rem;
    font-size: 1.14rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--bs-ink);
}

.bs-easy-steps p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: var(--bs-muted);
}

.bs-easy-steps p strong,
.bs-easy-foot strong {
    color: var(--bs-ink);
    font-weight: 800;
}

.bs-easy-foot {
    margin: 1.7rem auto 0;
    text-align: center;
    font-size: 0.98rem;
    color: var(--bs-muted);
}

@media (max-width: 980px) {
    .bs-hand-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.4rem 1.6rem;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .bs-hand-item img {
        height: 210px;
    }

    .bs-easy-steps {
        grid-template-columns: 1fr;
        max-width: 440px;
    }

    .bs-easy-steps li + li {
        border-left: 0;
        border-top: 1px solid var(--bs-line);
    }
}

@media (max-width: 640px) {
    .bs-hand-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.85rem 0.95rem;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .bs-hand-item h3 {
        font-size: 0.88rem;
        letter-spacing: 0.01em;
    }

    .bs-hand-item p,
    .bs-hand-item--sm h3,
    .bs-hand-item--sm p {
        font-size: 0.8rem;
        margin-bottom: 0.85rem;
        line-height: 1.45;
    }

    .bs-hand-num {
        width: 32px;
        height: 32px;
        font-size: 0.82rem;
        margin-bottom: 0.7rem;
    }

    .bs-hand-item img {
        height: 148px;
        border-radius: 12px;
    }

    .bs-hand-cta {
        margin-top: 1.6rem;
    }

    .bs-hand-cta .btn {
        width: 100%;
        min-width: 0;
    }
}

/* ===== GALLERY CAROUSEL ===== */
.bs-carousel {
    position: relative;
    user-select: none;
}

.bs-car-viewport {
    overflow: hidden;
    padding: 0.4rem 0 0.2rem;
}

.bs-gallery {
    position: relative;
    min-height: 420px;
}

.bs-gal-item {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 230px;
    margin-left: -115px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    opacity: 0.38;
    z-index: 1;
    transform: translate3d(0, 0, 0) scale(0.88);
    transform-origin: center center;
    transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.bs-gal-item.is-near {
    opacity: 0.88;
    z-index: 3;
}

.bs-gal-item.is-active {
    opacity: 1;
    z-index: 4;
}

.bs-gal-frame {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 9 / 18;
    border-radius: 22px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.bs-gal-item.is-active .bs-gal-frame {
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.2);
}

.bs-gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    pointer-events: none;
}

.bs-car-btn {
    position: absolute;
    top: 42%;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--je-orange);
    color: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 0.95rem;
    z-index: 50;
    pointer-events: auto;
    isolation: isolate;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.bs-car-prev {
    left: 0;
}

.bs-car-next {
    right: 0;
}

.bs-car-btn:hover,
.bs-car-btn:focus-visible {
    background: #111;
    color: #fff;
}

.bs-car-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
}

.bs-car-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d4d4d8;
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.bs-car-dot.is-active {
    width: 22px;
    background: var(--je-orange);
}

.bs-gal-cta {
    display: flex;
    justify-content: center;
    margin-top: 1.35rem;
}

.bs-gal-cta .btn {
    min-width: 220px;
    justify-content: center;
}

.bs-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(10, 10, 10, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
}

.bs-lightbox[hidden] {
    display: none;
}

.bs-lightbox-stage {
    margin: 0;
    max-width: min(1100px, calc(100% - 2rem));
    max-height: 88vh;
    text-align: center;
}

.bs-lightbox-stage img {
    max-width: 100%;
    max-height: 78vh;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.bs-lightbox-stage figcaption {
    display: none;
}

.bs-lightbox-close,
.bs-lightbox-nav {
    border: 0;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.bs-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.bs-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 0.78rem;
    z-index: 2;
}

.bs-lightbox-prev {
    left: 12px;
}

.bs-lightbox-next {
    right: 12px;
}

.bs-lightbox-nav:hover,
.bs-lightbox-close:hover {
    background: var(--je-orange);
}

@media (max-width: 980px) {
    .bs-gal-item {
        width: 210px;
        margin-left: -105px;
    }

    .bs-gallery {
        min-height: 390px;
    }
}

@media (max-width: 640px) {
    .bs-gal-item {
        width: min(68vw, 230px);
        margin-left: calc(min(68vw, 230px) / -2);
    }

    .bs-gallery {
        min-height: min(72vw, 400px);
        overflow: hidden;
    }

    .bs-car-btn {
        width: 44px;
        height: 44px;
        top: 42%;
        z-index: 50;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
    }

    .bs-car-prev {
        left: calc(8px - max(1rem, env(safe-area-inset-left)));
    }

    .bs-car-next {
        right: calc(8px - max(1rem, env(safe-area-inset-right)));
    }
}

/* ===== COMPARE ===== */
.bs-loss {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e6e6e8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(20, 20, 20, 0.05);
}

.bs-calc {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    gap: 0.85rem 1.5rem;
    align-items: center;
    padding: 1.5rem 1.7rem 1.35rem;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.bs-calc label {
    grid-column: 1;
    display: block;
    font-weight: 800;
    font-size: 0.98rem;
    color: var(--bs-ink);
    margin: 0;
}

.bs-calc-input {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    background: #fff;
    border: 1px solid #e4e4e6;
    border-radius: 8px;
    padding: 0.15rem 0.95rem;
}

.bs-calc-input:focus-within {
    border-color: #d4d4d6;
    box-shadow: none;
}

.bs-calc-input span {
    font-weight: 800;
    color: var(--bs-muted);
    font-size: 0.88rem;
}

.bs-calc-input input {
    flex: 1;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 1.35rem;
    font-weight: 800;
    padding: 0.7rem 0;
    color: var(--bs-ink);
    min-width: 0;
    outline: none !important;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.bs-calc-input input:focus {
    outline: none !important;
}

.bs-compare {
    display: block;
    padding: 0;
}

.bs-compare-card {
    background: #fff;
    padding: 1.45rem 1.5rem 1.35rem;
}

.bs-compare-card--bad {
    background: #fafafa;
    border-right: 0;
    border-bottom: 1px solid #eee;
}

.bs-compare-card--good {
    background: #f0fdf4;
}

.bs-compare-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 1rem;
    color: var(--bs-muted);
}

.bs-compare-card--bad .bs-compare-label {
    color: #dc2626;
}

.bs-compare-card--bad .bs-compare-label i {
    color: #dc2626;
}

.bs-compare-card--good .bs-compare-label {
    color: #059669;
}

.bs-compare-card--good .bs-compare-label i {
    color: #059669;
}

.bs-compare-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bs-compare-card li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.62rem 0;
    border-bottom: 1px solid #f0f0f2;
    font-size: 0.92rem;
    color: var(--bs-muted);
}

.bs-compare-card li:last-child {
    border-bottom: 0;
}

.bs-compare-card li strong {
    color: var(--bs-ink);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.bs-compare-card li.is-drain strong {
    color: #dc2626;
}

.bs-compare-card li.is-drain:last-child {
    padding-top: 0.85rem;
    font-weight: 700;
}

#calcFeeBad.is-pop {
    display: inline-block;
    transform-origin: right center;
    animation: bs-fee-pop 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes bs-fee-pop {
    0% { transform: scale(1); }
    32% { transform: scale(1.22); }
    64% { transform: scale(0.92); }
    100% { transform: scale(1); }
}

.bs-compare-card li.is-keep {
    margin-top: 0.35rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 0;
    font-weight: 700;
    color: var(--bs-ink);
}

.bs-compare-card--good li.is-keep strong {
    color: #059669;
    font-size: 1.12rem;
}

.bs-vs {
    align-self: center;
    justify-self: center;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    margin-right: -21px;
    z-index: 1;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e6e6e8;
    color: var(--bs-muted);
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bs-calc-save {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.1rem 1.6rem;
    padding: 1.5rem 1.7rem 1.55rem;
    background: #ecfdf3;
    color: #14532d;
    border-top: 3px solid #22c55e;
}

.bs-calc-save-copy {
    min-width: 0;
}

.bs-calc-save-lead {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
    color: #3f6b4e;
}

.bs-calc-save-hero {
    margin: 0.28rem 0 0.15rem;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.4rem 0.55rem;
}

.bs-calc-save-hero strong {
    font-size: clamp(2rem, 4.2vw, 2.7rem);
    font-weight: 800;
    color: #15803d;
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
}

.bs-calc-save-hero span {
    font-size: 1.05rem;
    font-weight: 700;
    color: #166534;
}

.bs-calc-save-month {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #3f6b4e;
}

.bs-calc-save-month strong {
    font-weight: 800;
    color: #166534;
    font-variant-numeric: tabular-nums;
}

.bs-calc-save .btn {
    flex-shrink: 0;
    justify-content: center;
}

/* ===== PLANS ===== */
.bs-plans {
    max-width: 980px;
    margin: 0 auto;
    font-family: var(--font-family);
}

.bs-plans-switch {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(280px, 100%);
    margin: 0 auto 0.7rem;
    padding: 3px;
    border-radius: 999px;
    background: #e8e8ed;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.bs-plans-switch-pill {
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(50% - 3px);
    height: calc(100% - 6px);
    border-radius: 999px;
    background: #fff;
    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.12),
        0 1px 1px rgba(0, 0, 0, 0.04);
    transform: translate3d(0, 0, 0);
    transition: transform 0.62s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    will-change: transform;
}

.bs-plans-switch[data-billing="einmalig"] .bs-plans-switch-pill {
    transform: translate3d(100%, 0, 0);
}

.bs-plans-switch button {
    position: relative;
    z-index: 1;
    appearance: none;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0.62rem 0.7rem;
    font: inherit;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: rgba(60, 60, 67, 0.6);
    cursor: pointer;
    border-radius: 999px;
    transition: color 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.18s cubic-bezier(0.32, 0.72, 0, 1);
}

.bs-plans-switch button.is-active {
    color: #111;
    font-weight: 1000;
    font-size: 0.98rem;
}

.bs-plans-switch button:active {
    transform: scale(0.97);
}

.bs-plans-switch button:focus,
.bs-plans-switch button:focus-visible {
    outline: none !important;
    box-shadow: none;
    color: #111;
}

.bs-plans-switch-hint {
    text-align: center;
    font-size: 0.88rem;
    color: var(--bs-muted);
    margin: 0 0 1.35rem;
    transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
}

.bs-plans-switch-hint.is-swap {
    opacity: 0;
    transform: translateY(5px);
}

.bs-plans-viewport {
    overflow: hidden;
    width: 100%;
    padding-top: 0.7rem;
    padding-bottom: 2.6rem;
    margin-top: -0.15rem;
}

.bs-plans-track {
    display: flex;
    width: 200%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.62s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.bs-plans-track[data-billing="einmalig"] {
    transform: translate3d(-50%, 0, 0);
}

.bs-plans-track > .bs-plans-grid {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
    padding-top: 0;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    padding-bottom: 0.35rem;
    box-sizing: border-box;
}

.bs-plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
    padding-top: 0.55rem;
}

.bs-plans-grid[hidden] {
    display: none;
}

.bs-plans-grid.is-enter .bs-plan {
    animation: bsPlanFadeIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bs-plans-grid.is-enter .bs-plan:nth-child(2) {
    animation-delay: 0.06s;
}

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

.bs-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--bs-line);
    border-radius: 22px;
    padding: 1.7rem 1.45rem 1.35rem;
    text-align: left;
}

.bs-plan.is-featured {
    padding-top: 1.7rem;
    border-color: transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #ffb067, #ff7a00) border-box;
    border: 1px solid transparent;
    box-shadow: 0 18px 40px rgba(255, 122, 0, 0.14);
}

.bs-plan.is-picked {
    box-shadow: 0 0 0 2px var(--je-orange);
}

.bs-plan-badge {
    position: absolute;
    top: -11px;
    right: 1.15rem;
    display: inline-flex;
    align-items: center;
    background: var(--je-orange);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.3rem 0.68rem;
}

.bs-plan-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--je-orange);
}

.bs-plan h3 {
    font-size: 1.42rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0 0 0.55rem;
    color: var(--bs-ink);
}

.bs-plan-voice {
    margin: 0 0 1rem;
    padding: 0.15rem 0 0.15rem 0.85rem;
    border-left: 3px solid var(--je-orange);
    font-size: 1.02rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.35;
    color: var(--bs-ink);
}

.bs-plan-voice b {
    font-weight: 800;
    font-style: italic;
}

.bs-plan-cost {
    margin: 0 0 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    background: #f7f7f8;
}

@media (min-width: 981px) {
    /* Gleiche Start-Höhen: Zitat → Preis → Kernpunkte → Gratis */
    .bs-plan-voice {
        min-height: 2.6em;
    }

    .bs-plan-cost {
        min-height: 6.8rem;
    }

    .bs-plan-core {
        min-height: 8.6rem;
    }
}

.bs-plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.bs-plan-price strong {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: var(--bs-ink);
    line-height: 1;
}

.bs-plan-price span {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--bs-muted);
}

.bs-plans-grid[data-billing="einmalig"] .bs-plan-price span {
    color: #059669;
    font-weight: 800;
}

.bs-plans-grid[data-billing="einmalig"] .bs-plan-price span {
    color: #059669;
    font-weight: 800;
}

.bs-plan-month {
    margin: 0.35rem 0 0;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--bs-muted);
}

.bs-plan-month b {
    color: var(--bs-ink);
    font-weight: 800;
}

.bs-plan-cancel {
    margin: 0.25rem 0 0;
    font-size: 0.76rem;
    font-weight: 800;
    color: #059669;
}

.bs-plan-host {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0.35rem 0 0;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--bs-muted);
}

.bs-plan-host b {
    color: var(--bs-ink);
    font-weight: 800;
}

.bs-plan-host span {
    display: inline-block;
    padding: 0.12rem 0.45rem;
    border-radius: 6px;
    background: #eceef1;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #4b5563;
}

.bs-plan-core {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.bs-plan-core li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--bs-ink);
    margin-bottom: 0.58rem;
}

.bs-plan-core li span {
    flex: 1;
}

.bs-plan-core li b {
    font-weight: 800;
    color: var(--bs-ink);
}

.bs-plan-core li:last-child {
    margin-bottom: 0;
}

.bs-plan-core li i {
    color: var(--je-orange);
    margin-top: 0.28rem;
    font-size: 0.7rem;
}

.bs-plan-incl {
    margin: 0 0 0.45rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--bs-muted);
}

.bs-plan-extras {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0 0 0.85rem;
}

.bs-plan-extras span {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #f4f5f6;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--bs-muted);
}

.bs-plan-more {
    margin: 0 0 1rem;
}

.bs-plan-more summary {
    cursor: pointer;
    list-style: none;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--bs-muted);
}

.bs-plan-more summary::-webkit-details-marker {
    display: none;
}

.bs-plan-more summary::after {
    content: " +";
    font-weight: 800;
}

.bs-plan-more[open] summary::after {
    content: " −";
}

.bs-plan-more ul {
    list-style: none;
    margin: 0.55rem 0 0;
    padding: 0;
}

.bs-plan-more li {
    position: relative;
    padding-left: 0.85rem;
    margin-bottom: 0.32rem;
    font-size: 0.84rem;
    line-height: 1.4;
    color: var(--bs-muted);
}

.bs-plan-more li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c9cdd3;
}

.bs-plan .btn {
    width: 100%;
    justify-content: center;
    margin-top: auto;
}

/* ===== FORM ===== */
.bs-lead {
    padding: 4.5rem 0 5.5rem;
    background: #f5f6f7;
}

.bs-lead-box {
    max-width: 560px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eceef1;
    border-radius: 20px;
    padding: 2.2rem 2rem 1.9rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 18px 40px rgba(15, 23, 42, 0.05);
}

.bs-lead-head {
    text-align: center;
    margin-bottom: 1.35rem;
}

.bs-lead-kicker {
    margin: 0 0 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--je-orange-dark);
}

.bs-lead-box h2,
.bs-lead-head h2 {
    text-align: center;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 0.28rem;
}

.bs-lead-head p:not(.bs-lead-kicker) {
    margin: 0;
    color: var(--bs-muted);
    font-size: 0.92rem;
}

.bs-lead-box .branche-lead-form {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.bs-progress {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.35rem;
    margin: 0 0 1.75rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid #f0f1f3;
}

.bs-progress-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    min-width: 3.2rem;
}

.bs-progress-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #9aa1ad;
}

.bs-progress-item:has(.is-active) .bs-progress-label,
.bs-progress-item:has(.is-done) .bs-progress-label {
    color: var(--bs-ink);
}

.bs-progress-step {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #e4e6ea;
    color: #9aa1ad;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 700;
}

.bs-progress-step.is-active {
    background: var(--bs-gold);
    border-color: var(--bs-gold);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
}

.bs-progress-step.is-done {
    background: #fff;
    border-color: var(--bs-gold);
    color: transparent;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23e85d00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.4 6.2l2.5 2.4 4.7-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 11px;
}

.bs-progress-line {
    width: 22px;
    height: 1px;
    background: #e4e6ea;
    margin-top: 12px;
}

.bs-progress-line.is-done {
    background: var(--bs-gold);
}

.bs-field {
    margin-bottom: 0.95rem;
}

.bs-q-list .bs-field {
    margin-bottom: 0.85rem;
}

.bs-field label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #3f4550;
}

.bs-opt {
    font-weight: 500;
    color: #9aa1ad;
}

.bs-input,
.bs-lead-box .branche-lead-form input:not([type="checkbox"]):not([type="hidden"]),
.bs-lead-box .branche-lead-form textarea:not([hidden]) {
    width: 100%;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    padding: 0.82rem 0.95rem;
    font: inherit;
    font-size: 16px;
    color: var(--bs-ink);
    background: #fff;
    box-shadow: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.bs-input::placeholder,
.bs-lead-box .branche-lead-form input::placeholder,
.bs-lead-box .branche-lead-form textarea::placeholder {
    color: #b0b6c0;
}

.bs-input:focus,
.bs-lead-box .branche-lead-form input:not([type="checkbox"]):focus,
.bs-lead-box .branche-lead-form textarea:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.14);
}

textarea.bs-input {
    min-height: 88px;
    resize: vertical;
    line-height: 1.45;
}

#leadQuestion {
    min-height: 68px;
    height: 68px;
}

.bs-yn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.bs-yn button,
.bs-channel {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #e6e8ec;
    background: #fff;
    border-radius: 9px;
    padding: 0.72rem 0.7rem;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #5c6370;
    -webkit-text-fill-color: #5c6370;
    cursor: pointer;
    box-shadow: none;
}

.bs-yn button,
.bs-channel,
.bs-lead-box .msform__interest {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.bs-yn button:hover,
.bs-channel:hover {
    color: var(--bs-ink);
    -webkit-text-fill-color: var(--bs-ink);
}

.bs-yn:not(.bs-yn--stack) button.is-selected:hover,
.bs-channel.is-selected:hover {
    background: #fff;
    border-color: #ff7a00;
}

.bs-yn button:focus,
.bs-yn button:focus-visible,
.bs-yn button:active,
.bs-channel:focus,
.bs-channel:focus-visible,
.bs-channel:active,
.bs-lead-box .msform__interest:focus,
.bs-lead-box .msform__interest:focus-visible,
.bs-lead-box .msform__interest:active {
    outline: none !important;
}

.bs-yn:not(.bs-yn--stack) button.is-selected,
.bs-channel.is-selected {
    border-color: #ff7a00;
    background: #fff;
    color: var(--bs-ink);
    -webkit-text-fill-color: var(--bs-ink);
    box-shadow: none;
}

.bs-channel-switch {
    width: 100%;
    margin: 0;
}

.bs-channel-switch[data-channel="WhatsApp"] .bs-plans-switch-pill {
    transform: translate3d(100%, 0, 0);
}

.bs-channel-switch .bs-channel,
.bs-channel-switch .bs-channel:hover,
.bs-channel-switch .bs-channel.is-selected,
.bs-channel-switch .bs-channel.is-selected:hover,
.bs-channel-switch .bs-channel.is-active {
    display: inline-flex;
    width: 100%;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 999px;
    padding: 0.62rem 0.7rem;
    color: rgba(60, 60, 67, 0.6);
    -webkit-text-fill-color: rgba(60, 60, 67, 0.6);
    font-weight: 600;
}

.bs-channel-switch .bs-channel.is-active,
.bs-channel-switch .bs-channel.is-selected {
    color: #111;
    -webkit-text-fill-color: #111;
    font-weight: 1000;
}

.bs-channel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.bs-channel i {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: transparent;
    color: #6b7280;
    font-size: 0.92rem;
    transition: color 0.15s ease;
}

.bs-channel.is-selected i {
    background: transparent;
    color: var(--je-orange-dark);
}

.bs-yn--stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
}

.bs-yn--stack button {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 0.85rem;
    row-gap: 0.2rem;
    align-items: start;
    text-align: left;
    padding: 1.05rem 1.1rem;
    min-height: auto;
}

.bs-yn--stack button strong {
    grid-column: 1;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--bs-ink);
}

.bs-yn--stack button span {
    grid-column: 1;
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--bs-muted);
    line-height: 1.45;
}

.bs-yn--stack button::after {
    content: "";
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    background: #fff;
    box-shadow: inset 0 0 0 0 var(--je-orange);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bs-yn--stack button.is-selected {
    border-color: rgba(255, 122, 0, 0.5);
    background: linear-gradient(180deg, #fff9f3 0%, #fff4ea 100%);
    box-shadow:
        0 0 0 3px rgba(255, 122, 0, 0.1),
        0 8px 18px rgba(255, 122, 0, 0.07);
}

.bs-yn--stack button.is-selected::after {
    border-color: var(--je-orange);
    background: var(--je-orange);
    box-shadow: inset 0 0 0 4px #fff;
}

.bs-field-hint {
    margin: 0.5rem 0 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #6b7280;
    line-height: 1.4;
}

select.bs-input {
    appearance: none;
    background-color: #fff;
    background-image:
        linear-gradient(45deg, transparent 50%, #6b7280 50%),
        linear-gradient(135deg, #6b7280 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 3px),
        calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 2.2rem;
    cursor: pointer;
}

.bs-lead-box .msform__step-title {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--bs-ink);
    margin: 0 0 0.25rem;
}

.bs-step-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.35rem;
}

.bs-step-head .msform__step-title {
    margin: 0;
}

.bs-pkg-info {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 0.42rem 0.75rem;
    border: 2px solid #ff7a00;
    border-radius: 999px;
    color: #ff7a00;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    background: #fff;
}

.bs-pkg-info i {
    font-size: 0.62rem;
}

.bs-pkg-info:hover {
    background: #ff7a00;
    color: #fff;
}

.bs-lead-box .msform__step-sub {
    font-size: 0.9rem;
    color: var(--bs-muted);
    margin: 0 0 1.15rem;
    line-height: 1.5;
}

.bs-pkg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    margin-bottom: 1.15rem;
}

.bs-pkg-card {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    text-align: left;
    border: 2px solid #eceef1;
    background: #fff;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    font: inherit;
    color: var(--bs-ink);
    cursor: pointer;
    outline: none !important;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.bs-pkg-card[data-package="Beratung"] {
    grid-column: auto;
}

.bs-pkg-card:hover {
    border-color: #dfe2e8;
}

.bs-pkg-card.is-selected {
    border-color: #ff7a00;
    background: #fff;
    box-shadow: none;
}

.bs-pkg-radio {
    position: relative;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border: 1.5px solid #c9c9cd;
    border-radius: 50%;
    background: #fff;
    transition: border-color 0.18s ease;
}

.bs-pkg-radio::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #ff7a00;
    transform: scale(0);
    transition: transform 0.15s ease;
}

.bs-pkg-card.is-selected .bs-pkg-radio {
    border-color: #ff7a00;
}

.bs-pkg-card.is-selected .bs-pkg-radio::after {
    transform: scale(1);
}

.bs-pkg-body {
    min-width: 0;
    flex: 1;
}

.bs-pkg-card strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--bs-ink);
}

.bs-pkg-body span {
    display: block;
    margin-top: 0.12rem;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--bs-muted);
}

.bs-cat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
    margin-bottom: 0.35rem;
}

.js-cat {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 46px;
    text-align: left;
    border: 2px solid #e6e8ec;
    background: #fff;
    border-radius: 12px;
    padding: 0.5rem 1.9rem 0.5rem 0.65rem;
    font: inherit;
    color: var(--bs-ink);
    cursor: pointer;
    outline: none !important;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.js-cat i {
    display: block;
    width: auto;
    height: auto;
    flex: 0 0 auto;
    border: 0;
    background: none;
    border-radius: 0;
    color: #5c6370;
    font-size: 0.95rem;
    line-height: 1;
}

.js-cat span {
    min-width: 0;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.js-cat::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.6rem;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 1.5px solid #d0d4dc;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}

.js-cat:hover {
    border-color: #d5d8de;
}

.js-cat.is-selected {
    border-color: #ff7a00;
    background: #fff;
}

.js-cat.is-selected i {
    color: #ff7a00;
}

.js-cat.is-selected::before {
    border-color: #ff7a00;
    background: #ff7a00 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.4 6.2l2.5 2.4 4.7-5'/%3E%3C/svg%3E") center / 9px no-repeat;
}

.js-cat.is-hidden {
    display: none;
}

.bs-interest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
    margin-bottom: 0.75rem;
}

.bs-lead-box .msform__interest {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.65rem;
    min-height: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e8eaee;
    border-radius: 16px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    color: var(--bs-ink);
    -webkit-text-fill-color: var(--bs-ink);
    padding: 1rem 0.95rem 1.05rem;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.bs-lead-box .msform__interest i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 0.95rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.bs-lead-box .msform__interest span {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: var(--bs-ink);
    -webkit-text-fill-color: var(--bs-ink);
    padding-right: 1.2rem;
}

.bs-lead-box .msform__interest::after {
    content: "";
    position: absolute;
    top: 0.95rem;
    right: 0.95rem;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1.5px solid #d1d5db;
    background: #fff;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.bs-lead-box .msform__interest:hover {
    border-color: #d5d9e0;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.bs-lead-box .msform__interest.is-selected {
    border-color: rgba(255, 122, 0, 0.5);
    background: linear-gradient(180deg, #fff9f3 0%, #fff4ea 100%);
    box-shadow:
        0 0 0 3px rgba(255, 122, 0, 0.1),
        0 8px 18px rgba(255, 122, 0, 0.07);
}

.bs-lead-box .msform__interest.is-selected i {
    background: rgba(255, 122, 0, 0.14);
    color: var(--je-orange-dark);
}

.bs-lead-box .msform__interest.is-selected span {
    color: var(--bs-ink);
    -webkit-text-fill-color: var(--bs-ink);
}

.bs-lead-box .msform__interest.is-selected::after {
    border-color: var(--je-orange);
    background: var(--je-orange);
    box-shadow: 0 1px 3px rgba(255, 122, 0, 0.35);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.2l2.4 2.4 4.6-4.8'/%3E%3C/svg%3E");
    background-size: 11px 11px;
    background-position: center;
    background-repeat: no-repeat;
}

.bs-flyer-bonus {
    margin: 0 0 1.15rem;
    padding: 1rem 1.05rem 1.05rem;
    border: 1px solid #ffd7b0;
    border-radius: 16px;
    background:
        linear-gradient(180deg, #fffaf5 0%, #fff 62%);
    box-shadow: 0 10px 24px rgba(255, 122, 0, 0.08);
    text-align: left;
}

.bs-flyer-bonus__top {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 0.85rem;
}

.bs-flyer-bonus__qty {
    flex: 0 0 auto;
    min-width: 76px;
    padding: 0.55rem 0.7rem 0.5rem;
    border-radius: 14px;
    background: linear-gradient(160deg, #ff8a1a 0%, #e85d00 100%);
    color: #fff;
    text-align: center;
    line-height: 1;
    box-shadow: 0 8px 16px rgba(232, 93, 0, 0.28);
}

.bs-flyer-bonus__qty span {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.bs-flyer-bonus__qty small {
    display: block;
    margin-top: 0.22rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.92;
}

.bs-flyer-bonus__copy {
    min-width: 0;
}

.bs-flyer-bonus__tag {
    display: inline-block;
    margin: 0 0 0.28rem;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--je-orange-dark);
    background: #ffe8d2;
    border-radius: 999px;
    padding: 0.18rem 0.52rem;
}

.bs-flyer-bonus__copy strong {
    display: block;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--bs-ink);
    line-height: 1.25;
}

.bs-flyer-bonus__copy p {
    margin: 0.18rem 0 0;
    font-size: 0.8rem;
    line-height: 1.4;
    color: var(--bs-muted);
}

.bs-flyer-bonus ul {
    list-style: none;
    margin: 0;
    padding: 0.75rem 0 0;
    border-top: 1px solid #ffe1c4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem 0.7rem;
}

.bs-flyer-bonus li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.8rem;
    line-height: 1.35;
    color: var(--bs-ink);
}

.bs-flyer-bonus li i {
    flex: 0 0 auto;
    margin-top: 0.12rem;
    font-size: 0.68rem;
    color: #16a34a;
}

@media (max-width: 420px) {
    .bs-flyer-bonus ul {
        grid-template-columns: 1fr;
    }
}

.bs-grid-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.7rem;
}

.bs-grid-2 .bs-field {
    margin-bottom: 0.95rem;
}

.bs-privacy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem;
    font-size: 0.82rem;
    line-height: 1.35;
    color: var(--bs-muted);
    margin: 1.15rem 0 0;
    text-align: left;
}

.bs-page .branche-lead-form .bs-privacy {
    display: flex;
    align-items: center;
    text-align: left;
}

.bs-page .branche-lead-form .bs-privacy input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    border: 1.5px solid #d0d4dc;
    border-radius: 5px;
    background: #fff;
    accent-color: var(--je-orange);
    cursor: pointer;
}

.bs-page .branche-lead-form .bs-privacy input[type="checkbox"]:checked {
    border-color: var(--je-orange);
    background: var(--je-orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.4 6.2l2.5 2.4 4.7-5'/%3E%3C/svg%3E") center / 11px no-repeat;
}

.bs-privacy a {
    color: var(--bs-ink);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bs-form-actions {
    display: flex;
    gap: 0.55rem;
    margin-top: 1.5rem;
}

#bsNext1 {
    width: 100%;
    justify-content: center;
    margin-top: 1.25rem;
    min-height: 48px;
    border-radius: 12px;
}

.bs-lead-box .btn::before {
    content: none;
}

.bs-page .bs-lead-box .btn-primary {
    background: #ff7a00;
    background-image: none;
    box-shadow: none;
}

.bs-page .bs-lead-box .btn-primary:hover {
    background: #e85d00;
    background-image: none;
    box-shadow: none;
}

.bs-lead-box .btn-primary:disabled {
    opacity: 0.38;
    box-shadow: none;
    cursor: not-allowed;
}

.bs-form-actions .btn {
    flex: 1;
    justify-content: center;
    min-height: 48px;
    border-radius: 12px;
}

.bs-back {
    width: 48px;
    flex: 0 0 48px;
    height: 48px;
    border: 1px solid #eceef1;
    background: #fff;
    border-radius: 12px;
    color: var(--bs-ink);
    cursor: pointer;
    display: grid;
    place-items: center;
}

.bs-back:hover {
    background: #f7f8fa;
}

.bs-trust {
    text-align: center;
    font-size: 0.78rem;
    color: #9aa1ad;
    margin-top: 0.85rem;
}

.bs-status--error {
    color: #b91c1c;
    font-size: 0.9rem;
}

/* FAQ */
.bs-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

#faq .bs-head {
    margin-bottom: 2.8rem;
}

.bs-faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 0.85rem;
    border: 1px solid #e8e8ea;
    overflow: hidden;
}

.bs-faq-q {
    width: 100%;
    background: none;
    border: 0;
    text-align: left;
    padding: 1.2rem 1.3rem;
    font: inherit;
    font-weight: 700;
    color: var(--bs-ink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.1rem;
}

.bs-faq-q:hover {
    color: var(--bs-ink);
}

.bs-faq-a {
    display: block;
    max-height: 0;
    padding: 0 1.3rem;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.bs-faq-item.is-open .bs-faq-a {
    max-height: 1600px;
    padding: 0 1.35rem 1.6rem;
}

.bs-faq-a p {
    font-size: 0.98rem;
    line-height: 1.72;
    color: var(--bs-muted);
    margin: 0;
    padding-top: 0.95rem;
}

.bs-faq-a p + p {
    margin-top: 0.55rem;
    padding-top: 0;
}

.bs-faq-a strong {
    color: var(--bs-ink);
    font-weight: 800;
}

.bs-faq-a a {
    color: var(--bs-ink);
    font-weight: 800;
    text-decoration: none;
}

.bs-faq-a a:hover {
    color: var(--je-orange);
}

.bs-faq-a ul {
    list-style: none;
    margin: 0.7rem 0 0;
    padding: 0;
}

.bs-faq-a li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.15rem;
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--bs-muted);
    font-weight: 500;
}

.bs-faq-a li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.82rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: var(--je-orange);
}

.bs-faq-q i {
    flex-shrink: 0;
    color: var(--bs-muted);
    transition: transform 0.25s ease;
}

.bs-faq-item.is-open .bs-faq-q i {
    transform: rotate(180deg);
}

html:has(.bs-page) {
    overflow-x: hidden;
    max-width: 100%;
}

.bs-page {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.bs-page .container {
    width: 100%;
    max-width: 1200px;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    box-sizing: border-box;
}

.bs-page img,
.bs-page svg,
.bs-page video {
    max-width: 100%;
}

.bs-gal-item img {
    max-width: none;
}

.bs-carousel {
    max-width: 100%;
    overflow: visible;
}

.bs-car-viewport {
    overflow: hidden;
    max-width: 100%;
}

.bs-page .btn {
    min-height: 48px;
}

.bs-type-card .btn,
.bs-hero-actions .btn {
    min-height: 52px;
}

/* ===== ANIMATIONS ===== */
.bs-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--bs-delay, 0ms);
}

.bs-reveal-left {
    transform: translateX(-16px);
}

.bs-reveal-right {
    transform: translateX(16px);
}

.bs-reveal-scale {
    transform: translateY(12px) scale(0.98);
}

.bs-reveal.is-in {
    opacity: 1;
    transform: none;
}

.bs-head h2::after {
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1) 0.04s;
}

.bs-head.is-in h2::after {
    transform: scaleX(1);
}

.bs-phone-copy h2::after {
    transform-origin: left;
}

.bs-hero-copy .bs-kicker,
.bs-hero-copy h1,
.bs-hero-copy .bs-hero-sub,
.bs-hero-copy .bs-hero-lead,
.bs-hero-copy .bs-hero-actions,
.bs-hero-copy .bs-hero-pills {
    opacity: 0;
    transform: translateY(22px);
    animation: bs-hero-in 0.38s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bs-hero-copy .bs-kicker { animation-delay: 0.02s; }
.bs-hero-copy h1 { animation-delay: 0.06s; }
.bs-hero-copy .bs-hero-sub { animation-delay: 0.1s; }
.bs-hero-copy .bs-hero-lead { animation-delay: 0.14s; }
.bs-hero-copy .bs-hero-actions { animation-delay: 0.18s; }
.bs-hero-copy .bs-hero-pills { animation-delay: 0.22s; }

.bs-hero-visual {
    opacity: 0;
    transform: translateX(16px) scale(0.99);
    animation: bs-hero-in 0.42s cubic-bezier(0.16, 1, 0.3, 1) 0.08s forwards;
}

@keyframes bs-hero-in {
    to {
        opacity: 1;
        transform: none;
    }
}

.bs-badge-0 {
    animation: bs-badge-pop 4.5s ease-in-out infinite;
}

@keyframes bs-badge-pop {
    0%, 100% { transform: rotate(-8deg) scale(1); }
    50% { transform: rotate(-6deg) scale(1.05); }
}

.bs-calc-save.is-pulse strong {
    animation: bs-num-pop 0.35s ease;
}

@keyframes bs-num-pop {
    0% { transform: scale(1); }
    40% { transform: scale(1.06); }
    100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .bs-reveal,
    .bs-badge-0,
    .bs-faq-a,
    .bs-calc-save.is-pulse strong,
    #calcFeeBad.is-pop,
    .bs-hero-copy .bs-kicker,
    .bs-hero-copy h1,
    .bs-hero-copy .bs-hero-sub,
    .bs-hero-copy .bs-hero-lead,
    .bs-hero-copy .bs-hero-actions,
    .bs-hero-copy .bs-hero-pills,
    .bs-hero-visual {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .bs-yn button.is-selected::before,
    .bs-channel.is-selected::before,
    .bs-pkg-card.is-selected .bs-pkg-radio {
        animation: none !important;
    }

    .bs-pkg-card.is-selected,
    .bs-yn button.is-selected,
    .bs-channel.is-selected {
        transform: none !important;
    }

    .bs-phone-ring,
    .bs-phone-visual.is-playing .bs-caller-card,
    .bs-phone-visual.is-playing .bs-caller-head,
    .bs-phone-visual.is-known .bs-caller-profile,
    .bs-phone-visual.is-ready .bs-caller-history,
    .bs-phone-visual.is-ready .bs-caller-actions,
    .bs-phone-split.is-phone-live .bs-phone-now,
    .bs-phone-split.is-phone-live .bs-phone-flow {
        animation: none !important;
    }

    .bs-phone-visual.is-demo .bs-caller-profile,
    .bs-phone-visual.is-demo .bs-caller-history,
    .bs-phone-visual.is-demo .bs-caller-actions,
    .bs-phone-steps li,
    .bs-phone-steps li span,
    .bs-phone-steps li:not(:last-child)::before {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .bs-gal-item {
        transition: none !important;
    }

    .bs-plans-switch-pill,
    .bs-plans-switch button,
    .bs-plans-switch-hint,
    .bs-plans-track {
        animation: none !important;
        transition: none !important;
    }

    .bs-plans-switch button:active {
        transform: none;
    }
}

@media (max-width: 1100px) {
    .bs-hero-grid {
        gap: 2rem;
    }
}

@media (max-width: 980px) {
    .bs-hero {
        padding: 2.4rem 0 2.2rem;
    }

    .bs-hero-grid,
    .bs-type-grid,
    .bs-plans-grid,
    .bs-plans-track > .bs-plans-grid,
    .bs-features,
    .bs-refs,
    .bs-cat-grid {
        grid-template-columns: 1fr;
    }

    .bs-phone-split {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "visual"
            "cta";
        gap: 1.25rem;
    }

    .bs-phone-cta {
        justify-self: center;
        width: 100%;
        max-width: 420px;
        margin-top: 2rem;
    }

    .bs-phone-cta .btn {
        width: 100%;
        justify-content: center;
    }

    .bs-hero-grid {
        gap: 1.75rem;
    }

    .bs-pills {
        grid-template-columns: 1fr 1fr;
    }

    .bs-calc {
        grid-template-columns: 1fr;
        padding: 1.25rem 1.2rem 1.15rem;
    }

    .bs-calc-input {
        grid-column: 1;
        grid-row: auto;
    }

    .bs-compare {
        grid-template-columns: 1fr;
    }

    .bs-compare-card--bad {
        border-right: 0;
        border-bottom: 1px solid rgba(220, 38, 38, 0.15);
    }

    .bs-compare-card--good {
        box-shadow: none;
    }

    .bs-vs {
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 0;
        border: 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 0.4rem;
        background: #fafafa;
        font-size: 0.68rem;
        transform: none;
    }

    .bs-calc-save {
        flex-direction: column;
        align-items: stretch;
        padding: 1.25rem 1.2rem 1.3rem;
    }

    .bs-calc-save .btn {
        width: 100%;
    }

    .bs-hero-visual {
        grid-column: auto;
        grid-row: auto;
        max-width: 720px;
        margin: 0 auto;
    }

    .bs-section {
        padding: 3.25rem 0;
    }

    .bs-type-card {
        padding: 1.35rem 1.15rem 1.2rem;
    }

    .bs-phone-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .bs-phone-copy h2 {
        text-align: center;
        max-width: none;
    }

    .bs-phone-copy h2::after {
        margin-left: auto;
        margin-right: auto;
        transform-origin: center;
    }

    .bs-phone-compare {
        width: 100%;
        max-width: 420px;
        text-align: left;
    }

    .bs-phone-steps {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .bs-phone-visual {
        min-height: 0;
        padding: 0.5rem 0 0;
    }

    .bs-caller-card {
        width: min(380px, 100%);
        margin: 0 auto;
    }

    .bs-lead {
        padding: 3rem 0 3.5rem;
    }

    .bs-grid-2 {
        gap: 0.5rem;
    }

    .bs-pkg {
        grid-template-columns: 1fr;
    }

    .bs-lead-box {
        padding: 1.5rem 1.15rem 1.4rem;
        border-radius: 16px;
    }

    .bs-page .cta-buttons {
        flex-direction: column;
    }

    .bs-page .cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 988px) {
    .bs-page .navbar {
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
    }

    .bs-page .navbar::before {
        top: 100%;
    }

    .bs-page .nav-container {
        width: 100%;
        max-width: 100%;
        padding: 0.85rem max(1rem, env(safe-area-inset-right)) 0.85rem max(1rem, env(safe-area-inset-left));
        box-sizing: border-box;
    }

    .bs-page .nav-menu.nav-menu--lp {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: auto;
        height: calc(100dvh - 100%);
        min-height: calc(100dvh - 100%);
        text-align: left;
        justify-content: flex-start;
        gap: 0;
        padding: 0 0 max(1.35rem, env(safe-area-inset-bottom));
        background: #fff;
    }

    .bs-page .nav-menu--lp .nav-item {
        width: 100%;
    }

    .bs-page .nav-menu--lp .nav-item:not(:has(> .nav-cta)) + .nav-item:not(:has(> .nav-cta)) {
        border-bottom: 1px solid #ececec;
    }

    .bs-page .nav-menu--lp .nav-link {
        font-size: 1.08rem;
        font-weight: 600;
        letter-spacing: -0.03em;
        line-height: 1.2;
        padding: 0.88rem 1.75rem;
        margin: 0;
        border-radius: 0;
        color: #141414;
    }

    .bs-page .nav-menu--lp .nav-link::before,
    .bs-page .nav-menu--lp .nav-link::after {
        display: none;
    }

    .bs-page .nav-menu--lp .nav-link:hover,
    .bs-page .nav-menu--lp .nav-link:active {
        background: #f6f6f7;
        color: #141414;
    }

    .bs-page .nav-menu--lp .nav-cta:hover,
    .bs-page .nav-menu--lp .nav-cta:active,
    .bs-page .nav-menu--lp .nav-cta:focus,
    .bs-page .nav-menu--lp .nav-cta.active {
        background: linear-gradient(135deg, #ff8000, #e85d00) !important;
        color: #fff !important;
        box-shadow: 0 8px 18px rgba(255, 122, 0, 0.2);
    }

    .bs-page .nav-menu--lp .nav-item:has(> .nav-cta:not(.nav-cta-demo)) {
        margin-top: 0.35rem;
        padding-top: 1rem;
        border-top: 1px solid #ececec;
    }

    .bs-page .nav-menu--lp .nav-cta {
        width: calc(100% - 3.5rem);
        margin: 0 1.75rem;
        box-sizing: border-box;
        text-align: center;
        padding: 0.88rem 1.2rem;
        border-radius: 14px;
        font-size: 0.95rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        box-shadow: 0 8px 18px rgba(255, 122, 0, 0.2);
    }

    .bs-page .nav-menu--lp .nav-cta-demo {
        margin: 0.55rem 1.75rem 0;
        background: #fff !important;
        color: #e85d00 !important;
        border: 1.5px solid #ff7a00;
        box-shadow: none;
    }

    .bs-page .nav-menu--lp .nav-cta-demo:hover,
    .bs-page .nav-menu--lp .nav-cta-demo:active {
        background: #fff7f0 !important;
        color: #c44e00 !important;
    }

    .bs-page .bs-reveal-left,
    .bs-page .bs-reveal-right {
        transform: translateY(14px);
    }
}

@media (max-width: 640px) {
    .bs-pills {
        grid-template-columns: 1fr;
    }

    .bs-interest-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bs-plan-price strong {
        font-size: 1.6rem;
    }

    .bs-pill {
        border-radius: 16px;
        font-size: 0.9rem;
        padding: 0.75rem 0.95rem;
    }

    .bs-hero h1 {
        font-size: clamp(1.7rem, 8.2vw, 2.3rem);
        overflow-wrap: anywhere;
    }

    .bs-hero-sub {
        font-size: 1.12rem;
        overflow-wrap: break-word;
    }

    .bs-hero-lead {
        font-size: 1rem;
        margin-bottom: 1.2rem;
        max-width: none;
    }

    .bs-kicker {
        max-width: 100%;
        white-space: normal;
        letter-spacing: 0.08em;
    }

    .bs-hero-pills {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.45rem;
        width: 100%;
    }

    .bs-mini-pill {
        width: 100%;
        justify-content: flex-start;
        padding: 0.5rem 0.75rem;
        font-size: 0.88rem;
        gap: 0.4rem;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .bs-mini-pill i {
        font-size: 0.78rem;
    }

    .bs-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.7rem;
    }

    .bs-hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .bs-badge-0 {
        width: 72px;
        height: 72px;
        right: 8px;
        top: 8px;
    }

    .bs-badge-0 strong {
        font-size: 1.2rem;
    }

    .bs-calc-input input {
        font-size: 1.2rem;
    }

    .bs-compare-card li {
        font-size: 0.88rem;
        gap: 0.5rem;
    }

    .bs-head {
        margin-bottom: 1.6rem;
    }

    .bs-ref img {
        height: 180px;
    }

    .bs-progress-line {
        width: 14px;
    }

    .bs-progress-item {
        min-width: 2.8rem;
    }
}

@media (min-width: 981px) {
    .bs-hero {
        padding: 5.5rem 0 4.5rem;
    }

    .bs-hero-actions .btn {
        min-width: 240px;
        justify-content: center;
    }

    #telefon.bs-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .bs-phone-split {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas:
            "copy visual"
            "cta visual";
        gap: 1.2rem 4.5rem;
        align-items: start;
        max-width: 1120px;
        margin: 0 auto;
    }

    .bs-phone-copy h2 {
        max-width: 14em;
        font-size: clamp(1.95rem, 2.5vw, 2.45rem);
        line-height: 1.12;
        letter-spacing: -0.035em;
        margin-bottom: 1.35rem;
    }

    .bs-phone-compare {
        max-width: 460px;
        gap: 1rem;
        margin-bottom: 1.7rem;
    }

    .bs-phone-now,
    .bs-phone-flow {
        padding: 1.05rem 1.15rem 1.1rem;
        border-radius: 16px;
    }

    .bs-phone-now p {
        font-size: 1rem;
    }

    .bs-phone-steps li {
        padding: 0.62rem 0;
        font-size: 1.08rem;
    }

    .bs-phone-steps li span {
        width: 34px;
        height: 34px;
    }

    .bs-phone-visual {
        min-height: 540px;
        padding: 2.2rem 1.5rem;
        border-radius: 24px;
        border: 1px solid #e8e8ea;
        background: #f3f4f6;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    .bs-caller-card {
        width: min(392px, 100%);
        border-radius: 22px;
        box-shadow:
            0 24px 50px rgba(20, 20, 20, 0.12),
            0 1px 0 rgba(255, 255, 255, 0.9) inset;
    }

    .bs-caller-phone {
        font-size: 1.38rem;
    }

    .bs-phone-copy .btn {
        min-width: 220px;
        justify-content: center;
    }
}


/* Language switcher */
.or-lang {
    position: relative;
    margin-left: 0.55rem;
    flex-shrink: 0;
    z-index: 30;
}
.or-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 999px;
    padding: 0.32rem 0.62rem 0.32rem 0.38rem;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #111;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}
.or-lang-toggle img {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: block;
}
.or-lang-toggle i {
    font-size: 0.58rem;
    color: #888;
    transition: transform .15s ease;
}
.or-lang.is-open .or-lang-toggle {
    border-color: #e85d00;
    box-shadow: 0 0 0 3px rgba(232, 93, 0, .12);
}
.or-lang.is-open .or-lang-toggle i {
    transform: rotate(180deg);
    color: #e85d00;
}
.or-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 168px;
    padding: 0.35rem;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .12);
}
.or-lang-menu[hidden] {
    display: none;
}
.or-lang-menu a {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.65rem;
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    font-size: 0.88rem;
    font-weight: 600;
}
.or-lang-menu a img {
    width: 18px;
    height: 18px;
    border-radius: 4px;
}
.or-lang-menu a:hover {
    background: #f6f6f6;
}
.or-lang-menu a.is-on {
    background: #fff4ec;
    color: #e85d00;
}
@media (max-width: 988px) {
    .or-lang {
        margin-left: auto;
        margin-right: 0.4rem;
    }
}
/* ===== PLATFORM COMPARE ===== */
.bs-plat {
    max-width: 920px;
    margin: 1.75rem auto 0;
}

.bs-head--plat {
    margin-bottom: 1.1rem;
}

.bs-head--plat h3 {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--bs-ink);
}

.bs-head--plat p {
    margin: 0;
    color: var(--bs-muted);
    font-size: 0.95rem;
}

.bs-plat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.bs-plat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    padding: 1rem 0.85rem 0.95rem;
    background: #fff;
    border: 1px solid #e6e6e8;
    border-radius: 10px;
    cursor: pointer;
    font: inherit;
    color: var(--bs-ink);
    box-shadow: 0 10px 28px rgba(20, 20, 20, 0.04);
    transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.bs-plat-card:hover,
.bs-plat-card:focus-visible {
    border-color: #111;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(20, 20, 20, 0.08);
    outline: none;
}

.bs-plat-card img {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    object-fit: cover;
}

.bs-plat-card span {
    font-size: 0.82rem;
    font-weight: 800;
}

.bs-plat-modal {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: none;
    align-items: center;
    justify-content: center;
    padding: max(1.1rem, env(safe-area-inset-top)) 1.25rem max(1.1rem, env(safe-area-inset-bottom));
    overflow: hidden;
}

.bs-plat-modal.is-open {
    display: flex !important;
}

.bs-plat-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 15, 18, 0.58);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bs-plat-dialog {
    position: relative;
    z-index: 1;
    width: min(600px, 100%);
    max-height: 80dvh;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 20px;
    padding: 1.15rem 1.2rem 1.1rem;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.bs-plat-close {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 2.1rem;
    height: 2.1rem;
    border: 0;
    background: #f3f4f6;
    border-radius: 999px;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    color: #111;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.bs-plat-dialog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.15rem 2.4rem 0.9rem 0.1rem;
    margin-bottom: 0.55rem;
    border-bottom: 1px solid #f0f0f2;
}

.bs-plat-vs-kicker {
    display: none;
}

.bs-plat-dialog-head h3 {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.08rem;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.2;
}

.bs-plat-vs-line {
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--bs-muted);
}

.bs-plat-brand {
    color: #111;
    font-weight: 800;
}

.bs-plat-brand .logo-accent {
    color: var(--je-orange);
    background: none;
    -webkit-text-fill-color: var(--je-orange);
}

.bs-plat-table thead th .bs-plat-brand {
    color: #111;
    font-weight: 800;
}

.bs-plat-dialog-head img {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.bs-plat-note {
    margin: 0 0 0.65rem;
    padding: 0.75rem 0.85rem;
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.45;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.bs-plat-note span:first-child {
    font-weight: 800;
}

.bs-plat-note[hidden],
#bsPlatRowsGloria[hidden],
#bsPlatRowsDefault[hidden] {
    display: none !important;
}

.bs-plat-table-wrap {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    border: 0;
}

.bs-plat-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.34rem;
    min-width: 0;
    font-size: 0.86rem;
}

.bs-plat-table thead th {
    background: transparent;
    border: 0;
    padding: 0 0.75rem 0.42rem;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
    color: #9ca3af;
}

.bs-plat-table thead th:nth-child(2),
.bs-plat-table thead th:nth-child(3),
.bs-plat-table tbody td {
    text-align: left;
    width: 28%;
}

.bs-plat-table tbody th,
.bs-plat-table tbody td {
    border: 0;
    vertical-align: middle;
    padding: 0.68rem 0.8rem;
    background: transparent;
}

.bs-plat-table tbody th {
    font-size: 0.84rem;
    font-weight: 800;
    color: #111;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.35;
}

.bs-plat-table tbody tr th,
.bs-plat-table tbody tr td {
    background: #f3f4f6;
}

.bs-plat-table tbody tr:nth-child(even) th,
.bs-plat-table tbody tr:nth-child(even) td {
    background: #fff;
}

.bs-plat-table tbody tr th:first-child {
    border-radius: 10px 0 0 10px;
}

.bs-plat-table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.bs-plat-ok,
.bs-plat-no,
.bs-plat-mid {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    font-weight: 700;
    line-height: 1.35;
    font-size: 0.8rem;
    color: #111;
}

.bs-plat-ok i,
.bs-plat-no i {
    width: 1.05rem;
    height: 1.05rem;
    margin: 0;
    border-radius: 0.26rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    color: #fff;
    flex-shrink: 0;
}

.bs-plat-ok i {
    background: #22c55e;
}

.bs-plat-no i {
    background: #ef4444;
}

.bs-plat-mid::before {
    content: "";
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 0.26rem;
    background: #d1d5db;
    flex-shrink: 0;
}

.bs-plat-cta {
    display: flex;
    justify-content: stretch;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid #f0f0f2;
}

.bs-plat-cta .btn {
    width: 100%;
    padding: 0.8rem 0.95rem;
    font-size: 0.92rem;
    border-radius: 12px;
}


html.bs-plat-lock,
html.bs-plat-lock body {
    overflow: hidden !important;
    overscroll-behavior: none;
    height: 100%;
    scroll-behavior: auto !important;
}
body.bs-plat-lock {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}
.bs-plat-modal.is-open {
    overflow: hidden;
    overscroll-behavior: none;
}

@media (max-width: 760px) {
    .bs-plat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .bs-plat-card {
        padding: 0.7rem 0.35rem 0.6rem;
        gap: 0.45rem;
        border-radius: 16px;
        box-shadow: 0 8px 20px rgba(20, 20, 20, 0.06);
    }

    .bs-plat-card img {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .bs-plat-card span {
        font-size: 0.68rem;
    }

    .bs-plat-modal {
        padding: 0.7rem;
    }

    .bs-plat-backdrop {
        background: rgba(15, 15, 18, 0.72);
        touch-action: none;
    }

    .bs-plat-dialog {
        width: min(100%, 420px);
        height: 80dvh;
        padding: 0.85rem 0.75rem 0.8rem;
    }

    .bs-plat-dialog-head {
        gap: 0.65rem;
        margin-bottom: 0.45rem;
        padding: 0.15rem 2.1rem 0.55rem 0;
    }

    .bs-plat-dialog-head img {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .bs-plat-dialog-head h3 {
        font-size: 1.12rem;
    }

    .bs-plat-vs-line {
        font-size: 0.7rem;
    }

    .bs-plat-close {
        top: max(0.55rem, env(safe-area-inset-top));
        right: 0.55rem;
    }

    .bs-plat-table {
        border-spacing: 0 0.18rem;
        font-size: 0.68rem;
    }

    .bs-plat-table thead th {
        padding: 0 0.4rem 0.28rem;
        font-size: 0.58rem;
    }

    .bs-plat-table tbody th,
    .bs-plat-table tbody td {
        padding: 0.38rem 0.42rem;
    }

    .bs-plat-table tbody th {
        font-size: 0.66rem;
        line-height: 1.2;
    }

    .bs-plat-ok,
    .bs-plat-no,
    .bs-plat-mid {
        gap: 0.28rem;
        font-size: 0.62rem;
    }

    .bs-plat-ok i,
    .bs-plat-no i,
    .bs-plat-mid::before {
        width: 0.88rem;
        height: 0.88rem;
        font-size: 0.46rem;
        border-radius: 0.22rem;
    }
}

.bs-page button.nav-cta-demo {
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
    cursor: pointer;
}

.bs-demo-modal {
    position: fixed;
    inset: 0;
    z-index: 10025;
    display: none;
    align-items: center;
    justify-content: center;
    padding: max(1rem, env(safe-area-inset-top)) 1.25rem max(1rem, env(safe-area-inset-bottom));
    overflow: hidden;
}

.bs-demo-modal.is-open {
    display: flex !important;
    overflow: hidden;
    overscroll-behavior: none;
}

.bs-demo-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(12, 12, 14, 0.62);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.bs-demo-dialog {
    position: relative;
    z-index: 1;
    width: min(880px, 100%);
    max-height: 92dvh;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 24px;
    padding: 1.35rem 1.35rem 1.3rem;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: auto;
}

.bs-demo-dialog h3 {
    margin: 0 2.6rem 0.3rem 0;
    font-size: 1.42rem;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.03em;
}

.bs-demo-lead {
    margin: 0 0 1.15rem;
    color: var(--bs-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.bs-demo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
    min-height: 0;
    flex: 1 1 auto;
}

.bs-demo-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    text-decoration: none;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
    padding: 0;
    transition: none;
    -webkit-tap-highlight-color: transparent;
}

.bs-demo-card:hover,
.bs-demo-card:focus,
.bs-demo-card:focus-visible,
.bs-demo-card:focus-within,
.bs-demo-card:active,
.bs-demo-card:visited {
    transform: none;
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    background: transparent;
    border: 0 !important;
}

.bs-demo-card::-moz-focus-inner {
    border: 0;
}

.bs-demo-shot {
    display: block;
    overflow: hidden;
    background: #fff;
    flex: 1 1 auto;
    min-height: 0;
    border: 0;
}

.bs-demo-card img {
    width: 100%;
    height: min(62vh, 560px);
    object-fit: contain;
    object-position: center top;
    background: #fff;
    display: block;
}

.bs-demo-body {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    gap: 0.22rem;
    padding: 0.15rem 0.4rem 0;
    background: #fff;
}

.bs-demo-card strong {
    display: block;
    margin: 0.5rem 0 0.2rem;
    font-size: 0.78rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-align: center;
}

.bs-demo-sub {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    text-align: center;
}

.bs-demo-hint {
    display: block;
    max-width: 16.5rem;
    margin: 0;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--bs-muted);
    line-height: 1.4;
    text-align: center;
}

.bs-demo-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: auto;
    min-width: 9.6rem;
    max-width: 14rem;
    min-height: 44px;
    margin-top: 0.55rem;
    margin-bottom: 0;
    padding: 0.62rem 1.35rem;
    border-radius: 999px;
    background: #ff7a00;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    box-shadow: none;
    outline: none;
}

.bs-demo-cta:focus,
.bs-demo-cta:focus-visible,
.bs-demo-cta:active {
    outline: none !important;
    box-shadow: none !important;
}

.bs-demo-card:hover .bs-demo-cta,
.bs-demo-card:focus-visible .bs-demo-cta {
    background: #e85d00;
}

@media (hover: none) {
    .bs-demo-card:hover {
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 760px) {
    .bs-demo-modal {
        align-items: center;
        justify-content: center;
        padding: max(0.5rem, env(safe-area-inset-top)) 0.4rem max(0.5rem, env(safe-area-inset-bottom));
    }

    .bs-demo-dialog {
        width: 100%;
        max-width: none;
        padding: 1.05rem 0.7rem 0.85rem;
        border-radius: 20px;
        max-height: 90dvh;
    }

    .bs-demo-dialog h3 {
        font-size: 1.12rem;
        margin: 0 2.2rem 0.25rem 0;
    }

    .bs-demo-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        align-items: stretch;
    }

    .bs-demo-card {
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    .bs-demo-shot {
        flex: 0 0 auto;
        height: auto;
        background: #fff;
    }

    .bs-demo-card img {
        height: min(44vh, 400px);
        width: 100%;
        object-fit: contain;
        object-position: center top;
        background: #fff;
    }

    .bs-demo-body {
        padding: 0.4rem 0.15rem 0;
        gap: 0.18rem;
    }

    .bs-demo-card strong {
        font-size: 0.66rem;
        letter-spacing: 0.1em;
        text-align: center;
    }

    .bs-demo-sub {
        font-size: 0.78rem;
    }

    .bs-demo-hint {
        font-size: 0.7rem;
        max-width: none;
        margin-bottom: 0.35rem;
    }

    .bs-demo-cta {
        min-height: 40px;
        font-size: 0.84rem;
        padding: 0.52rem 1.1rem;
        max-width: 12rem;
        min-width: 8.5rem;
        width: auto;
    }
}

.or-thanks {
    background: rgba(10, 10, 10, .55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.or-thanks .or-thanks-card {
    max-width: 420px;
    padding: 2.4rem 2rem 2rem;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
    text-align: center;
}

.or-thanks-mark {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.15rem;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.or-thanks-kicker {
    margin: 0 0 .55rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #e85d00;
}

.or-thanks .or-thanks-card h2 {
    margin: 0 0 .7rem;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.15;
    color: #111;
}

.or-thanks-copy,
.or-thanks .success-modal p.or-thanks-copy,
.or-thanks .success-modal p.or-thanks-kicker {
    margin: 0 0 1.35rem;
}

.or-thanks .success-modal p.or-thanks-kicker {
    margin: 0 0 .55rem;
}

.or-thanks-copy {
    font-size: 1.02rem;
    line-height: 1.45;
    color: #555;
}

.or-thanks-phone {
    display: block;
    text-decoration: none;
    background: #f6f6f6;
    border-radius: 14px;
    padding: .9rem 1rem 1rem;
    color: #111;
    transition: background .15s ease;
}

.or-thanks-phone:hover {
    background: #efefef;
}

.or-thanks-phone span {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: .25rem;
}
