/* BioSteril LED — flagship product landing */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* Anasayfa: navbar + main tam genişlik */
body.bs-page-home main {
    padding: 0;
    max-width: none;
}

body.bs-page-home .fn-footer {
    margin-top: 0;
}

/* Varsayılan: premium karanlık landing (bs-theme-light yokken) */
body.bs-page-home:not(.bs-theme-light) .fn-navbar {
    background: rgba(5, 8, 15, 0.82);
    border-bottom-color: rgba(34, 211, 238, 0.12);
}

body.bs-page-home:not(.bs-theme-light) .fn-nav-link {
    color: #e2e8f0;
}

body.bs-page-home:not(.bs-theme-light) .fn-nav-link:hover,
body.bs-page-home:not(.bs-theme-light) .fn-nav-item.active .fn-nav-link {
    color: #22d3ee;
}

/* Aydınlık mod — tema düğmesi */
body.bs-page-home.bs-theme-light .fn-navbar {
    background: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(0, 0, 0, 0.06);
}

body.bs-page-home.bs-theme-light .fn-nav-link {
    color: #334155;
}

body.bs-page-home.bs-theme-light .fn-nav-link:hover,
body.bs-page-home.bs-theme-light .fn-nav-item.active .fn-nav-link {
    color: #0062ff;
}

html[data-theme="dark"] body.bs-page-home .fn-navbar {
    background: rgba(15, 23, 42, 0.92);
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] body.bs-page-home .fn-nav-link {
    color: #cbd5e1;
}

.bs-landing {
    --bs-bg: #05080f;
    --bs-bg-elevated: #0c1220;
    --bs-bg-card: #111827;
    --bs-cyan: #22d3ee;
    --bs-cyan-dim: rgba(34, 211, 238, 0.15);
    --bs-blue: #3b82f6;
    --bs-glow: rgba(34, 211, 238, 0.45);
    --bs-text: #f1f5f9;
    --bs-text-muted: #94a3b8;
    --bs-border: rgba(148, 163, 184, 0.12);
    --bs-radius: 20px;
    --bs-radius-lg: 28px;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--bs-text);
    background: var(--bs-bg);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.bs-page-home.bs-theme-light .bs-landing {
    --bs-bg: #f0f7ff;
    --bs-bg-elevated: #ffffff;
    --bs-bg-card: #ffffff;
    --bs-cyan: #0891b2;
    --bs-cyan-dim: rgba(8, 145, 178, 0.12);
    --bs-blue: #0062ff;
    --bs-glow: rgba(0, 98, 255, 0.25);
    --bs-text: #0f172a;
    --bs-text-muted: #64748b;
    --bs-border: rgba(15, 23, 42, 0.08);
}

body.bs-page-home.bs-theme-light .bs-hero {
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 98, 255, 0.08) 0%, transparent 55%),
                radial-gradient(ellipse 50% 40% at 80% 60%, rgba(8, 145, 178, 0.06) 0%, transparent 50%),
                var(--bs-bg);
}

body.bs-page-home.bs-theme-light .bs-risk-card,
body.bs-page-home.bs-theme-light .bs-benefit-card,
body.bs-page-home.bs-theme-light .bs-trust-card,
body.bs-page-home.bs-theme-light .bs-blog-card {
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

body.bs-page-home.bs-theme-light .bs-btn-primary {
    color: #fff;
}


.bs-landing * {
    box-sizing: border-box;
}

.bs-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Typography ── */
.bs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bs-cyan);
    margin-bottom: 20px;
}

.bs-eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, var(--bs-cyan), transparent);
}

.bs-h1 {
    font-size: clamp(2.25rem, 5.5vw, 4rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}

.bs-h2 {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 16px;
}

.bs-lead {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--bs-text-muted);
    line-height: 1.65;
    max-width: 540px;
    margin: 0 0 32px;
}

.bs-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.bs-section-head .bs-lead {
    margin-left: auto;
    margin-right: auto;
}

/* ── Buttons ── */
.bs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bs-btn-primary {
    background: linear-gradient(135deg, var(--bs-cyan) 0%, var(--bs-blue) 100%);
    color: #05080f;
    box-shadow: 0 0 40px var(--bs-cyan-dim), 0 12px 32px rgba(0, 0, 0, 0.4);
}

.bs-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 60px var(--bs-glow), 0 16px 40px rgba(0, 0, 0, 0.5);
    color: #05080f;
    text-decoration: none;
}

.bs-btn-ghost {
    background: rgba(255, 255, 255, 0.06);
    color: var(--bs-text);
    border: 1px solid var(--bs-border);
    backdrop-filter: blur(12px);
}

.bs-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(34, 211, 238, 0.35);
    color: var(--bs-text);
    text-decoration: none;
    transform: translateY(-2px);
}

.bs-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* ── SECTION 1: Hero ── */
.bs-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    padding: 100px 0 60px;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(34, 211, 238, 0.12) 0%, transparent 55%),
                radial-gradient(ellipse 50% 40% at 80% 60%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
                var(--bs-bg);
}

.bs-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 48px;
    align-items: center;
}

.bs-hero-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.2) 0%, transparent 70%);
    filter: blur(80px);
    pointer-events: none;
    animation: bs-pulse-glow 6s ease-in-out infinite;
}

.bs-hero-glow--1 { top: 10%; right: 5%; }
.bs-hero-glow--2 { bottom: 20%; left: -10%; animation-delay: -3s; opacity: 0.6; }

@keyframes bs-pulse-glow {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.85; transform: scale(1.08); }
}

.bs-hero-product {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.bs-hero-product-ring {
    position: absolute;
    width: 85%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgba(34, 211, 238, 0.15);
    animation: bs-spin-slow 24s linear infinite;
}

.bs-hero-product-ring::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--bs-cyan);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--bs-cyan);
    transform: translateX(-50%);
}

@keyframes bs-spin-slow {
    to { transform: rotate(360deg); }
}

/* ── Hero aile görseli + ürün ── */
.bs-hero-visual {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.bs-hero-family-img {
    width: 100%;
    height: auto;
    border-radius: var(--bs-radius-lg);
    object-fit: cover;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(34, 211, 238, 0.12);
    animation: bs-float 5s ease-in-out infinite;
}

@keyframes bs-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.bs-hero-product-float {
    position: absolute;
    right: -8px;
    bottom: 24px;
    width: 120px;
    height: 120px;
    padding: 12px;
    background: rgba(5, 8, 15, 0.85);
    border: 1px solid rgba(34, 211, 238, 0.35);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px rgba(34, 211, 238, 0.2);
}

.bs-hero-product-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(34, 211, 238, 0.35));
}

body.bs-page-home.bs-theme-light .bs-hero-product-float {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(0, 98, 255, 0.2);
}

.bs-viewer-stage img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: var(--bs-radius);
    transition: opacity 0.35s ease, transform 0.35s ease;
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.35));
}

.bs-viewer-stage img.is-switching {
    opacity: 0;
    transform: scale(0.98);
}

.bs-hero-logo {
    max-width: 160px;
    margin-bottom: 24px;
    opacity: 0.95;
}

.bs-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--bs-border);
}

.bs-hero-stat strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--bs-cyan);
    letter-spacing: -0.02em;
}

.bs-hero-stat span {
    font-size: 13px;
    color: var(--bs-text-muted);
    font-weight: 600;
}

/* ── Sections common ── */
.bs-section {
    padding: 100px 0;
    position: relative;
}

.bs-section--alt {
    background: var(--bs-bg-elevated);
}

/* ── SECTION 2: Problem ── */
.bs-risk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bs-risk-card {
    background: var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bs-risk-card:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 68, 68, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.bs-risk-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border-radius: 16px;
    background: rgba(239, 68, 68, 0.12);
    color: #f87171;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.bs-risk-card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
}

.bs-risk-card p {
    font-size: 14px;
    color: var(--bs-text-muted);
    margin: 0;
    line-height: 1.5;
}

/* ── SECTION 3: How it works ── */
.bs-steps-wrap {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start;
}

.bs-steps-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bs-step-btn {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--bs-radius);
    color: var(--bs-text-muted);
    text-align: left;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: inherit;
    width: 100%;
}

.bs-step-btn.is-active,
.bs-step-btn:hover {
    background: var(--bs-bg-card);
    border-color: rgba(34, 211, 238, 0.3);
    color: var(--bs-text);
}

.bs-step-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--bs-cyan-dim);
    color: var(--bs-cyan);
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-step-btn.is-active .bs-step-num {
    background: var(--bs-cyan);
    color: #05080f;
}

.bs-step-btn strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
}

.bs-step-btn span {
    font-size: 13px;
    line-height: 1.4;
}

.bs-steps-panel {
    position: relative;
    background: var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius-lg);
    padding: 40px;
    min-height: 380px;
    overflow: hidden;
}

.bs-step-visual {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    animation: bs-fade-in 0.5s ease;
}

.bs-step-visual.is-active {
    display: grid;
}

@keyframes bs-fade-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.bs-step-visual img {
    width: 100%;
    border-radius: var(--bs-radius);
    object-fit: cover;
    max-height: 280px;
}

.bs-step-diagram {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bs-diagram-node {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(34, 211, 238, 0.06);
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.bs-diagram-node i {
    color: var(--bs-cyan);
    font-size: 18px;
}

/* ── SECTION 4: Benefits ── */
.bs-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bs-benefit-card {
    background: var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    padding: 36px 28px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.bs-benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 211, 238, 0.25);
}

.bs-benefit-card i {
    font-size: 28px;
    color: var(--bs-cyan);
    margin-bottom: 20px;
}

.bs-benefit-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.bs-benefit-card p {
    font-size: 14px;
    color: var(--bs-text-muted);
    margin: 0;
    line-height: 1.55;
}

/* ── SECTION 5: Before / After ── */
.bs-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--bs-radius-lg);
    overflow: hidden;
    border: 1px solid var(--bs-border);
    min-height: 420px;
}

.bs-compare-side {
    padding: 48px 40px;
    position: relative;
}

.bs-compare-side--old {
    background: linear-gradient(160deg, #1a1a2e 0%, #0f0f1a 100%);
}

.bs-compare-side--new {
    background: linear-gradient(160deg, rgba(34, 211, 238, 0.08) 0%, var(--bs-bg-card) 100%);
    border-left: 1px solid var(--bs-border);
}

.bs-compare-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
}

.bs-compare-side--old .bs-compare-label {
    background: rgba(239, 68, 68, 0.15);
    color: #fca5a5;
}

.bs-compare-side--new .bs-compare-label {
    background: var(--bs-cyan-dim);
    color: var(--bs-cyan);
}

.bs-compare-side h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 20px;
}

.bs-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bs-compare-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    color: var(--bs-text-muted);
}

.bs-compare-list i {
    margin-top: 3px;
    flex-shrink: 0;
}

.bs-compare-side--old .bs-compare-list i { color: #f87171; }
.bs-compare-side--new .bs-compare-list i { color: var(--bs-cyan); }

/* ── SECTION 6: Applications ── */
.bs-apps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bs-app-card {
    position: relative;
    border-radius: var(--bs-radius);
    overflow: hidden;
    aspect-ratio: 4/3;
    border: 1px solid var(--bs-border);
    text-decoration: none;
    color: inherit;
    display: block;
}

.bs-app-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.bs-app-card:hover img {
    transform: scale(1.06);
}

.bs-app-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 8, 15, 0.92) 0%, transparent 55%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.bs-app-overlay h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 6px;
}

.bs-app-overlay p {
    font-size: 13px;
    color: var(--bs-text-muted);
    margin: 0;
}

/* ── SECTION 7: Product showcase ── */
.bs-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.bs-viewer {
    position: relative;
    background: radial-gradient(circle at 50% 40%, rgba(34, 211, 238, 0.1) 0%, transparent 60%),
                var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius-lg);
    padding: 48px 32px 32px;
    text-align: center;
}

.bs-viewer-stage {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    user-select: none;
    overflow: hidden;
}

.bs-viewer-stage:active {
    cursor: grabbing;
}

.bs-viewer-thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.bs-viewer-thumb {
    width: 64px;
    height: 64px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.bs-viewer-thumb.is-active,
.bs-viewer-thumb:hover {
    border-color: var(--bs-cyan);
}

.bs-viewer-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bs-spec-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.bs-spec-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--bs-border);
    font-size: 15px;
}

.bs-spec-list li span:first-child {
    color: var(--bs-text-muted);
}

.bs-spec-list li strong {
    color: var(--bs-cyan);
    font-weight: 700;
}

.bs-zoom-hint {
    font-size: 12px;
    color: var(--bs-text-muted);
    margin-top: 12px;
}

/* ── SECTION 8: Trust ── */
.bs-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bs-trust-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 32px 28px;
    background: var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.bs-trust-card:hover {
    border-color: rgba(34, 211, 238, 0.35);
    transform: translateY(-4px);
    color: inherit;
    text-decoration: none;
}

.bs-trust-card i {
    font-size: 32px;
    color: var(--bs-cyan);
}

.bs-trust-card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.bs-trust-card p {
    font-size: 14px;
    color: var(--bs-text-muted);
    margin: 0;
    line-height: 1.5;
}

/* ── SECTION 9: Final CTA ── */
.bs-final-cta {
    padding: 120px 0;
    text-align: center;
    position: relative;
    background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(34, 211, 238, 0.15) 0%, transparent 60%),
                var(--bs-bg);
}

.bs-final-cta .bs-h2 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.bs-final-cta .bs-lead {
    margin: 0 auto 40px;
}

/* ── Reveal animations ── */
.bs-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.bs-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Blog strip (optional) ── */
.bs-blog-strip {
    padding: 80px 0;
    background: var(--bs-bg-elevated);
    border-top: 1px solid var(--bs-border);
}

.bs-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bs-blog-card {
    background: var(--bs-bg-card);
    border: 1px solid var(--bs-border);
    border-radius: var(--bs-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.bs-blog-card:hover {
    transform: translateY(-6px);
    color: inherit;
    text-decoration: none;
}

.bs-blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.bs-blog-card-body {
    padding: 24px;
}

.bs-blog-card-body h3 {
    font-size: 17px;
    margin: 0 0 8px;
}

.bs-blog-card-body p {
    font-size: 14px;
    color: var(--bs-text-muted);
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .bs-hero-grid,
    .bs-showcase,
    .bs-steps-wrap {
        grid-template-columns: 1fr;
    }

    .bs-hero-product { order: -1; min-height: 300px; }
    .bs-hero { text-align: center; padding-top: 120px; }
    .bs-lead { margin-left: auto; margin-right: auto; }
    .bs-btn-row { justify-content: center; }
    .bs-hero-stats { justify-content: center; }

    .bs-risk-grid { grid-template-columns: repeat(2, 1fr); }
    .bs-benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .bs-apps-grid { grid-template-columns: repeat(2, 1fr); }
    .bs-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .bs-step-visual.is-active { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .bs-hero-product-float {
        right: 12px;
        bottom: 12px;
        width: 88px;
        height: 88px;
    }

    .bs-section { padding: 72px 0; }
    .bs-risk-grid,
    .bs-benefits-grid,
    .bs-apps-grid,
    .bs-trust-grid,
    .bs-blog-grid {
        grid-template-columns: 1fr;
    }

    .bs-compare { grid-template-columns: 1fr; }
    .bs-compare-side--new { border-left: none; border-top: 1px solid var(--bs-border); }
    .bs-steps-nav { flex-direction: row; overflow-x: auto; padding-bottom: 8px; }
    .bs-step-btn { min-width: 200px; }
    .bs-steps-wrap { grid-template-columns: 1fr; }
}
