:root {
    --motalume-green: #17c964;
    --motalume-green-dark: #0f8f47;
    --motalume-ink: #070a08;
    --motalume-muted: #66706a;
    --motalume-line: #e5e7eb;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--motalume-ink);
    background: #fff;
}

.btn-primary {
    border-color: var(--motalume-green);
    background-color: var(--motalume-green);
    color: #061009;
    font-weight: 800;
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #22e879;
    background-color: #22e879;
    color: #061009;
}

.btn-outline-primary {
    border-color: var(--motalume-green-dark);
    color: var(--motalume-green-dark);
    font-weight: 800;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border-color: var(--motalume-green-dark);
    background-color: var(--motalume-green-dark);
    color: #fff;
}

a {
    color: var(--motalume-green-dark);
}

.motalume-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 24px 0;
}

.motalume-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.motalume-brand {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0;
    transition: color .2s ease, opacity .2s ease;
}

.motalume-brand:visited,
.motalume-brand:hover,
.motalume-brand:focus,
.motalume-brand:active {
    color: #fff;
    text-decoration: none;
}

.motalume-brand:hover,
.motalume-brand:focus {
    opacity: .9;
}

.motalume-brand span,
.motalume-brand:visited span,
.motalume-brand:hover span,
.motalume-brand:focus span,
.motalume-brand:active span {
    color: var(--motalume-green);
}

.motalume-menu {
    display: flex;
    align-items: center;
    gap: 22px;
}

.motalume-menu a:not(.btn) {
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

.motalume-menu a:not(.btn):visited {
    color: rgba(255, 255, 255, .88);
}

.motalume-menu a:not(.btn):hover,
.motalume-menu a:not(.btn):focus,
.motalume-menu a:not(.btn):active {
    color: var(--motalume-green);
    text-decoration: none;
}

.motalume-hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 110px 0 48px;
    color: #fff;
    background: #020403 url("motalume/img/hero-automation.webp") center/cover no-repeat;
}

.motalume-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .16);
    pointer-events: none;
}

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

.eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--motalume-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.motalume-hero h1 {
    max-width: 630px;
    margin: 0 0 14px;
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.02;
}

.motalume-hero .lead {
    max-width: 590px;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
    line-height: 1.5;
}

.hero-actions,
.license-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
}

.automation-visual {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--motalume-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(7, 10, 8, .1);
}

.automation-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.section {
    padding: 92px 0;
}

.section-clean {
    background: #fff;
}

.resources-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 48px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--motalume-line);
}

.resources-heading .section-title {
    max-width: 760px;
    margin: 0;
    text-align: left;
}

.resources-heading > p {
    max-width: 420px;
    margin: 0 0 4px;
    color: var(--motalume-muted);
    font-size: 17px;
    line-height: 1.65;
}

.section-title {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-title span {
    color: var(--motalume-green-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-title h2,
.license-panel h2 {
    margin: 10px 0 0;
    color: var(--motalume-ink);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.12;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--motalume-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.feature-item {
    min-height: 270px;
    padding: 30px 28px;
}

.feature-item:not(:last-child) {
    border-right: 1px solid var(--motalume-line);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(15, 143, 71, .2);
    border-radius: 6px;
    background: #eefaf2;
}

.feature-icon i {
    color: var(--motalume-green-dark);
    font-size: 22px;
}

.feature-item h3 {
    margin: 26px 0 12px;
    color: var(--motalume-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
}

.feature-item p,
.automation-section p,
.license-panel p {
    color: var(--motalume-muted);
    line-height: 1.7;
}

.automation-section {
    background: #f3f5f3;
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    color: #303832;
    font-weight: 700;
}

.check-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--motalume-green-dark);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.workflow-board {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.workflow-step {
    min-height: 170px;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(7, 10, 8, .08);
}

.workflow-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 22px;
    border-radius: 50%;
    color: #fff;
    background: var(--motalume-green-dark);
    font-weight: 800;
}

.workflow-step strong,
.workflow-step small {
    display: block;
}

.workflow-step strong {
    font-size: 20px;
}

.workflow-step small {
    margin-top: 7px;
    color: var(--motalume-muted);
}

.pricing-section {
    background: #fff;
}

.license-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    padding: 46px;
    border-radius: 8px;
    background: #f7f8f7;
    border: 1px solid var(--motalume-line);
}

.motalume-footer {
    padding: 28px 0;
    color: rgba(255,255,255,.72);
    background: #080c09;
}

.motalume-footer .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.motalume-footer strong {
    color: #fff;
}

@media (max-width: 991px) {
    .motalume-header {
        position: static;
        background: #080c09;
    }

    .motalume-menu {
        display: none;
    }

    .motalume-hero {
        min-height: 620px;
        padding: 72px 0 48px;
        background-position: 64% center;
    }

    .motalume-hero::before {
        background: rgba(0, 0, 0, .58);
    }

    .license-panel {
        grid-template-columns: 1fr;
    }

    .resources-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .resources-heading > p {
        max-width: 680px;
    }

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

    .feature-item {
        min-height: 240px;
    }

    .feature-item:not(:last-child) {
        border-right: 0;
    }

    .feature-item:nth-child(odd) {
        border-right: 1px solid var(--motalume-line);
    }

    .feature-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--motalume-line);
    }
}

@media (max-width: 575px) {
    .motalume-hero h1 {
        font-size: 42px;
    }

    .motalume-hero .lead {
        font-size: 17px;
    }

    .workflow-board {
        grid-template-columns: 1fr;
    }

    .resources-heading {
        margin-bottom: 30px;
        padding-bottom: 26px;
    }

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

    .feature-item {
        min-height: auto;
        padding: 26px;
    }

    .feature-item:nth-child(odd) {
        border-right: 0;
    }

    .feature-item:nth-child(-n+3) {
        border-bottom: 1px solid var(--motalume-line);
    }

    .section {
        padding: 64px 0;
    }

    .license-panel {
        padding: 28px;
    }

    .motalume-footer .container {
        display: block;
    }
}
