:root {
    --ebk-olive: #7a8d55;
    --ebk-olive-dark: #3f4b32;
    --ebk-cream: #f4efe6;
    --ebk-brick: #a8463d;
    --ebk-cyan: #39e6ff;
    --ebk-ink: #111820;
    --ebk-line: rgba(255, 255, 255, 0.16);
}

.ebk-page {
    background: #0b1220;
    color: #f5f7fb;
}

.ebk-breadcrumb {
    border-bottom: 1px solid var(--ebk-line);
    background: #101827;
}

.ebk-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0.85rem 0;
}

.ebk-breadcrumb a {
    color: var(--ebk-cyan);
}

.ebk-hero {
    position: relative;
    display: flex;
    min-height: min(620px, 68vh);
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--ebk-line);
    background-image: url("images/easy-bookkeeper-dashboard.png");
    background-position: center top;
    background-size: cover;
}

.ebk-hero::before {
    position: absolute;
    inset: 0;
    background: rgba(6, 10, 14, 0.76);
    content: "";
}

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

.ebk-hero-copy {
    max-width: 780px;
    padding: 5rem 0;
}

.ebk-product-lockup {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.ebk-product-lockup img {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
}

.ebk-hero h1 {
    margin: 0;
    font-size: 4.5rem;
    letter-spacing: 0;
}

.ebk-hero .lead {
    max-width: 720px;
    color: #f5f7fb;
    font-size: 1.25rem;
    line-height: 1.65;
}

.ebk-kicker {
    margin-bottom: 0.55rem;
    color: var(--ebk-cyan);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ebk-release-line {
    color: #d9e1ea;
    font-size: 0.94rem;
}

.ebk-release-line span + span::before {
    margin: 0 0.65rem;
    color: var(--ebk-cyan);
    content: "|";
}

.ebk-btn-primary {
    border-color: var(--ebk-cyan);
    background: var(--ebk-cyan);
    color: #07101d;
    font-weight: 700;
}

.ebk-btn-primary:hover,
.ebk-btn-primary:focus-visible {
    border-color: #b7f6ff;
    background: #b7f6ff;
    color: #07101d;
}

.ebk-facts {
    border-bottom: 1px solid var(--ebk-line);
    background: #111a29;
}

.ebk-facts dl {
    margin: 0;
    padding: 1.5rem 0;
}

.ebk-facts dt {
    color: #9daabb;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ebk-facts dd {
    margin: 0.25rem 0 0;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
}

.ebk-section {
    padding: 5rem 0;
}

.ebk-section-alt {
    border-block: 1px solid var(--ebk-line);
    background: #101827;
}

.ebk-section-title {
    max-width: 780px;
    margin-bottom: 1rem;
    font-size: 2.2rem;
    letter-spacing: 0;
}

.ebk-section-copy {
    max-width: 790px;
    color: #b7c1ce;
    font-size: 1.08rem;
    line-height: 1.75;
}

.ebk-section .row.g-5 {
    --bs-gutter-x: 1.5rem;
}

.ebk-product-shot {
    margin: 2.25rem 0 0;
}

.ebk-product-shot img,
.ebk-gallery img,
.ebk-desktop-listing img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: #f4efe6;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.ebk-product-shot figcaption,
.ebk-gallery figcaption {
    margin-top: 0.75rem;
    color: #9daabb;
    font-size: 0.9rem;
}

.ebk-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 2.5rem;
    border: 1px solid var(--ebk-line);
    background: var(--ebk-line);
}

.ebk-feature {
    min-width: 0;
    padding: 1.6rem;
    background: #0d1624;
}

.ebk-feature h3 {
    color: #fff;
    font-size: 1.15rem;
}

.ebk-feature p {
    margin: 0;
    color: #b7c1ce;
    line-height: 1.65;
}

.ebk-feature:nth-child(3n + 1) {
    border-top: 3px solid var(--ebk-olive);
}

.ebk-feature:nth-child(3n + 2) {
    border-top: 3px solid var(--ebk-cyan);
}

.ebk-feature:nth-child(3n) {
    border-top: 3px solid var(--ebk-brick);
}

.ebk-gallery figure {
    height: 100%;
    margin: 0;
    padding: 0 0 1rem;
}

.ebk-callout {
    padding: 1.5rem;
    border-left: 4px solid var(--ebk-olive);
    background: #172033;
}

.ebk-callout-warning {
    border-left-color: #e0a94c;
}

.ebk-check-list {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.ebk-check-list li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 1.6rem;
    color: #c8d0da;
}

.ebk-check-list li::before {
    position: absolute;
    left: 0;
    color: var(--ebk-cyan);
    content: "✓";
    font-weight: 700;
}

.ebk-download {
    border-block: 1px solid rgba(122, 141, 85, 0.72);
    background: #263120;
}

.ebk-hash {
    display: block;
    overflow-wrap: anywhere;
    color: #d8e5ca;
    font-size: 0.84rem;
}

.ebk-product-card {
    overflow: hidden;
    border: 1px solid var(--ebk-line);
    border-radius: 8px;
    background: #101827;
}

.ebk-product-card__body {
    padding: 2rem;
}

.ebk-product-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 8px;
}

.ebk-notice {
    color: #b7c1ce;
    font-size: 0.92rem;
    line-height: 1.65;
}

@media (max-width: 767.98px) {
    .ebk-hero {
        min-height: auto;
        background-position: 24% top;
    }

    .ebk-hero-copy {
        padding: 2.5rem 0;
    }

    .ebk-hero::before {
        background: rgba(6, 10, 14, 0.84);
    }

    .ebk-hero h1 {
        font-size: 2.75rem;
    }

    .ebk-release-line {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.35rem 0.8rem;
    }

    .ebk-release-line span {
        display: block;
    }

    .ebk-release-line span + span::before {
        content: none;
    }

    .ebk-feature-grid {
        grid-template-columns: 1fr;
    }

    .ebk-section {
        padding: 3.75rem 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
