.bxy-page {
    --bxy-accent: #1e40af;
    --bxy-accent-2: #3b82f6;
    --bxy-soft: #eff6ff;
    background: transparent;
}

.bxy-accent-teal {
    --bxy-accent: #0f766e;
    --bxy-accent-2: #14b8a6;
    --bxy-soft: #ecfdf5;
}

.bxy-accent-amber {
    --bxy-accent: #b45309;
    --bxy-accent-2: #f59e0b;
    --bxy-soft: #fffbeb;
}

.bxy-accent-indigo {
    --bxy-accent: #4338ca;
    --bxy-accent-2: #6366f1;
    --bxy-soft: #eef2ff;
}

.bxy-accent-green {
    --bxy-accent: #15803d;
    --bxy-accent-2: #22c55e;
    --bxy-soft: #f0fdf4;
}

.bxy-hero-section {
    padding: 150px 0 85px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.88)),
        var(--hero-image) center/cover no-repeat;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.bxy-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, #000, transparent 75%);
    pointer-events: none;
}

.bxy-hero-section::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: -190px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    animation: bxyOrbit 16s linear infinite;
    pointer-events: none;
}

.bxy-hero-section .container {
    position: relative;
    z-index: 1;
}

.bxy-layout-1 .bxy-hero-section {
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.78) 50%, rgba(15, 23, 42, 0.25) 100%),
        var(--hero-image) center/cover no-repeat;
}

.bxy-layout-2 .bxy-hero-section {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.90) 0%, rgba(30, 64, 175, 0.72) 100%),
        var(--hero-image) center/cover no-repeat;
}

.bxy-layout-3 .bxy-hero-section {
    background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.90), rgba(15, 118, 110, 0.72)),
        var(--hero-image) center/cover no-repeat;
}

.bxy-hero-copy {
    animation: bxyFadeUp 0.8s ease both;
}

.bxy-hero-section .srd-breadcrumb {
    margin-bottom: 1.25rem;
}

.bxy-hero-section .srd-breadcrumb a,
.bxy-hero-section .srd-current {
    color: rgba(255, 255, 255, 0.78);
}

.bxy-hero-kicker,
.bxy-section-badge {
    display: inline-flex;
    align-items: center;
    background: var(--bxy-soft);
    color: var(--bxy-accent);
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 1rem;
}

.bxy-hero-title {
    font-size: clamp(2.2rem, 5vw, 4.35rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1.25rem;
    max-width: 780px;
}

.bxy-hero-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 680px;
    margin-bottom: 1.75rem;
}

.bxy-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.bxy-primary-btn,
.bxy-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.bxy-primary-btn {
    background: #fbbf24;
    color: #0f172a;
}

.bxy-secondary-btn {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
}

.bxy-primary-btn:hover,
.bxy-secondary-btn:hover {
    transform: translateY(-2px);
    color: #0f172a;
    background: #f59e0b;
}

.bxy-hero-card {
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    border-radius: 22px;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.35);
    animation: bxyFloatIn 0.9s ease 0.12s both, bxyFloatSoft 5s ease-in-out 1.1s infinite;
}

.bxy-layout-1 .bxy-hero-card {
    border-radius: 8px 42px 8px 42px;
}

.bxy-layout-2 .bxy-hero-card {
    background: rgba(15, 23, 42, 0.88);
    color: #ffffff;
    border-radius: 34px;
}

.bxy-layout-2 .bxy-hero-card p,
.bxy-layout-2 .bxy-metric-grid span {
    color: rgba(255, 255, 255, 0.74);
}

.bxy-layout-2 .bxy-metric-grid div {
    background: rgba(255, 255, 255, 0.1);
}

.bxy-layout-3 .bxy-hero-card {
    border-left: 6px solid #fbbf24;
}

.bxy-hero-icon {
    width: 76px;
    height: 76px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bxy-accent), var(--bxy-accent-2));
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 1.25rem;
}

.bxy-hero-card h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.bxy-hero-card p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.bxy-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.bxy-metric-grid div {
    background: #f8fafc;
    border-radius: 12px;
    padding: 14px 10px;
    text-align: center;
}

.bxy-metric-grid strong {
    display: block;
    color: var(--bxy-accent);
    font-size: 1.05rem;
    font-weight: 900;
}

.bxy-metric-grid span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
}

.bxy-overview-section,
.bxy-modules-section,
.bxy-process-section,
.bxy-resource-section {
    padding: 82px 0;
}

.bxy-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease var(--delay, 0ms), transform 0.7s ease var(--delay, 0ms);
}

.bxy-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bxy-overview-section {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
}

.bxy-modules-section,
.bxy-resource-section {
    background: rgba(248, 250, 252, 0.88);
    backdrop-filter: blur(10px);
}

.bxy-modules-section-dark {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.bxy-modules-section-dark .srd-heading,
.bxy-modules-section-dark .bxy-section-subtitle {
    color: #ffffff;
}

.bxy-modules-section-dark .bxy-module-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.bxy-modules-section-dark .bxy-module-card h4 {
    color: #ffffff;
}

.bxy-modules-section-dark .bxy-module-card p {
    color: rgba(255, 255, 255, 0.72);
}

.bxy-section-subtitle {
    color: #64748b;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

.bxy-outcome-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 1.5rem;
}

.bxy-outcome-list div {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 13px 14px;
    color: #1e293b;
    font-weight: 700;
}

.bxy-outcome-list i {
    color: var(--bxy-accent);
    font-size: 18px;
}

.bxy-showcase {
    position: relative;
    min-height: 430px;
    border-radius: 26px;
    padding: 34px;
    background: linear-gradient(135deg, var(--bxy-soft), #ffffff);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.bxy-subject-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.16;
    transform: scale(1.05);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.bxy-showcase:hover .bxy-subject-image {
    transform: scale(1.12);
    opacity: 0.24;
}

.bxy-showcase::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -80px;
    top: -80px;
    background: var(--bxy-accent-2);
    opacity: 0.12;
    border-radius: 50%;
}

.bxy-showcase-screen {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
    animation: bxyScreenDrift 6s ease-in-out infinite;
}

.bxy-screen-bar {
    height: 11px;
    width: 110px;
    background: linear-gradient(90deg, var(--bxy-accent), var(--bxy-accent-2));
    border-radius: 20px;
    margin-bottom: 22px;
}

.bxy-screen-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 12px;
}

.bxy-screen-row span {
    color: #1e293b;
    font-weight: 800;
}

.bxy-screen-row strong {
    color: var(--bxy-accent);
    font-size: 12px;
    background: var(--bxy-soft);
    border-radius: 999px;
    padding: 5px 10px;
}

.bxy-floating-panel {
    position: absolute;
    right: 26px;
    bottom: 26px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 16px;
    padding: 15px 18px;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.25);
    max-width: 280px;
    animation: bxyPanelPulse 4s ease-in-out infinite;
}

.bxy-floating-panel i {
    color: #fbbf24;
    font-size: 24px;
}

.bxy-floating-panel span {
    font-weight: 800;
    line-height: 1.25;
}

.bxy-showcase-1 .bxy-showcase-screen {
    transform: rotate(-2deg);
}

.bxy-showcase-2 .bxy-showcase-screen {
    margin-top: 34px;
    transform: rotate(2deg);
}

.bxy-module-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 30px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.bxy-module-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
    border-color: var(--bxy-accent);
}

.bxy-layout-1 .bxy-module-card {
    border-radius: 26px 6px 26px 6px;
}

.bxy-layout-2 .bxy-module-card {
    padding-left: 38px;
    border-left: 5px solid var(--bxy-accent);
}

.bxy-layout-3 .bxy-module-card {
    border-radius: 999px 26px 26px 999px;
}

.bxy-module-index {
    position: absolute;
    right: 22px;
    top: 18px;
    color: #e2e8f0;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
}

.bxy-module-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bxy-accent), var(--bxy-accent-2));
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 1.25rem;
}

.bxy-module-card h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
    padding-right: 42px;
}

.bxy-module-card p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
}

.bxy-process-section {
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(10px);
}

.bxy-subject-band {
    position: relative;
    padding: 90px 0;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.70)),
        var(--band-image) center/cover fixed;
    color: #ffffff;
    overflow: hidden;
}

.bxy-subject-band::before {
    content: "";
    position: absolute;
    inset: auto -10% -45% -10%;
    height: 180px;
    background: rgba(255, 255, 255, 0.08);
    transform: rotate(-3deg);
}

.bxy-subject-band .container {
    position: relative;
    z-index: 1;
}

.bxy-band-copy span {
    display: inline-flex;
    background: rgba(251, 191, 36, 0.16);
    color: #fbbf24;
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 900;
    margin-bottom: 1rem;
}

.bxy-band-copy h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 1rem;
}

.bxy-band-copy p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    margin-bottom: 0;
}

.bxy-band-card {
    height: 100%;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 24px;
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, background 0.25s ease;
}

.bxy-band-card:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, 0.16);
}

.bxy-band-card i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #fbbf24;
    color: #0f172a;
    border-radius: 14px;
    font-size: 22px;
    margin-bottom: 1.2rem;
}

.bxy-band-card h3 {
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
}

.bxy-band-card p {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.65;
    margin-bottom: 0;
}

.bxy-dark-panel {
    min-height: 100%;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #ffffff;
    border-radius: 24px;
    padding: 36px;
}

.bxy-dark-panel span {
    display: inline-block;
    color: #fbbf24;
    font-weight: 800;
    margin-bottom: 1rem;
}

.bxy-dark-panel h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 1rem;
}

.bxy-dark-panel p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 0;
}

.bxy-step-card {
    height: 100%;
    background: var(--bxy-soft);
    border-radius: 18px;
    padding: 28px;
    border: 1px solid rgba(30, 64, 175, 0.12);
}

.bxy-step-card strong {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bxy-accent);
    color: #ffffff;
    margin-bottom: 1.2rem;
}

.bxy-step-card h3 {
    font-size: 1.2rem;
    color: #0f172a;
    font-weight: 850;
    margin-bottom: 0.75rem;
}

.bxy-step-card p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
}

.bxy-resource-card {
    height: 100%;
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bxy-resource-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.bxy-resource-card span {
    color: var(--bxy-accent);
    font-weight: 800;
    font-size: 13px;
}

.bxy-resource-card h3 {
    font-size: 1.25rem;
    font-weight: 850;
    margin: 0.75rem 0;
    color: #0f172a;
}

.bxy-resource-card p {
    color: #64748b;
    line-height: 1.7;
}

.bxy-resource-card a {
    color: var(--bxy-accent);
    font-weight: 800;
    text-decoration: none;
}

.bxy-faq {
    max-width: 900px;
    margin: 0 auto;
}

.bxy-faq .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 14px;
}

.bxy-faq .accordion-button {
    font-weight: 850;
    color: #0f172a;
    padding: 20px 24px;
}

.bxy-faq .accordion-button:not(.collapsed) {
    background: var(--bxy-soft);
    color: var(--bxy-accent);
    box-shadow: none;
}

.bxy-faq .accordion-body {
    color: #64748b;
    line-height: 1.75;
    padding: 20px 24px;
}

.srd-cta-wrapper {
    text-align: left;
}

@keyframes bxyFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bxyFloatIn {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes bxyFloatSoft {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -10px;
    }
}

@keyframes bxyScreenDrift {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 8px;
    }
}

@keyframes bxyPanelPulse {
    0%,
    100% {
        box-shadow: 0 18px 35px rgba(15, 23, 42, 0.25);
    }

    50% {
        box-shadow: 0 24px 50px rgba(15, 23, 42, 0.36);
    }
}

@keyframes bxyOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .bxy-hero-section {
        padding: 125px 0 70px;
    }

    .bxy-hero-card {
        padding: 28px;
    }

    .bxy-showcase {
        min-height: 380px;
    }
}

@media (max-width: 767px) {
    .bxy-hero-section {
        padding: 110px 0 56px;
    }

    .bxy-hero-actions,
    .bxy-primary-btn,
    .bxy-secondary-btn {
        width: 100%;
    }

    .bxy-metric-grid,
    .bxy-outcome-list {
        grid-template-columns: 1fr;
    }

    .bxy-overview-section,
    .bxy-modules-section,
    .bxy-process-section,
    .bxy-resource-section {
        padding: 56px 0;
    }

    .bxy-showcase {
        min-height: auto;
        padding: 22px;
    }

    .bxy-subject-band {
        background-attachment: scroll;
        padding: 60px 0;
    }

    .bxy-floating-panel {
        position: static;
        margin-top: 18px;
        max-width: none;
    }

    .bxy-showcase-1 .bxy-showcase-screen,
    .bxy-showcase-2 .bxy-showcase-screen {
        transform: none;
        margin-top: 0;
    }

    .bxy-dark-panel {
        padding: 28px;
    }

    .bxy-layout-3 .bxy-module-card {
        border-radius: 18px;
    }

    .srd-cta-wrapper {
        text-align: center;
    }
}
