.frontend-main-home {
    --lo-main-ink: #282c2f;
    --lo-main-muted: #687074;
    --lo-main-line: #dde6e3;
    --lo-main-paper: #fbfdfb;
    --lo-main-soft: #eef6f2;
    --lo-main-mint: #4f9b82;
    --lo-main-mint-dark: #2f755f;
    --lo-main-gold: #d9ad5f;
    --lo-main-clay: #b86f63;
    --lo-main-deep: #31413e;
    --lo-main-body-font: "Nunito Sans", "Segoe UI", Helvetica, sans-serif;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    color: var(--lo-main-ink);
    background: var(--lo-main-paper);
    font-family: var(--lo-main-body-font);
    margin: 0;
    overflow-x: hidden;
}

.frontend-main-home *,
.frontend-main-home *::before,
.frontend-main-home *::after {
    box-sizing: border-box;
}

.frontend-main-home main {
    flex: 1;
    display: flex;
}

.lo-main-topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 12px clamp(18px, 5vw, 72px) 12px;
    background: var(--lo-main-paper);
}

.lo-main-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.lo-main-brand img {
    width: clamp(98px, 9vw, 124px);
    height: auto;
    object-fit: contain;
}

.lo-main-hero {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 18px clamp(18px, 5vw, 72px) 30px;
    background:
        linear-gradient(118deg, rgba(251, 253, 251, .98) 0%, rgba(238, 246, 242, .96) 52%, rgba(245, 238, 225, .9) 100%),
        linear-gradient(180deg, #fbfdfb 0%, #eef6f2 100%);
}

.lo-main-hero-inner {
    width: min(1040px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 34px;
    align-items: start;
}

.lo-main-hero-copy {
    padding-top: 10px;
}

.lo-main-choice-panel {
    width: 100%;
    min-width: 0;
    padding: 22px;
    background: rgba(255, 255, 255, .58);
    border: 1px solid rgba(221, 230, 227, .82);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(49, 65, 62, .08);
}

.lo-main-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    color: var(--lo-main-mint-dark);
    background: #fff;
    border: 1px solid var(--lo-main-line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.lo-main-hero-copy h1,
.lo-main-section-title h2 {
    margin: 12px 0;
    color: var(--lo-main-ink);
    font-family: "Lora", Georgia, serif;
    font-weight: 700;
    line-height: 1.1;
}

.lo-main-hero-copy h1 {
    max-width: 560px;
    font-size: clamp(31px, 3vw, 40px);
    letter-spacing: 0;
}

.lo-main-hero-copy p {
    max-width: 500px;
    margin: 0;
    color: var(--lo-main-muted);
    font-size: 16px;
    line-height: 1.45;
}

.lo-main-highlight {
    width: min(540px, 100%);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px auto 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.lo-main-highlight span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 42px;
    padding: 8px 10px;
    color: var(--lo-main-deep);
    background: #fff;
    border: 1px solid var(--lo-main-line);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.lo-main-highlight strong {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
}

.lo-main-section-title {
    margin: 0 0 14px;
    text-align: left;
}

.lo-main-section-title h2 {
    margin-bottom: 0;
    font-size: 24px;
}

.lo-main-options {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.lo-main-option-card {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 136px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-content: center;
    column-gap: 12px;
    row-gap: 6px;
    padding: 18px;
    color: var(--lo-main-ink);
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--lo-main-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(49, 65, 62, .06);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.lo-main-option-card:hover,
.lo-main-option-card:focus {
    color: var(--lo-main-ink);
    border-color: rgba(79, 155, 130, .45);
    box-shadow: 0 18px 42px rgba(49, 65, 62, .1);
    transform: translateY(-2px);
}

.lo-main-option-card-featured {
    background: linear-gradient(180deg, #fff 0%, #fff9ee 100%);
    border-color: rgba(217, 173, 95, .46);
}

.lo-main-option-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    background: #fff;
    border: 1px solid var(--lo-main-line);
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(49, 65, 62, .08);
    font-size: 22px;
}

.lo-main-option-icon i {
    line-height: 1;
}

.lo-main-option-card strong {
    align-self: end;
    color: var(--lo-main-ink);
    font-family: "Lora", Georgia, serif;
    font-size: 20px;
    line-height: 1.15;
}

.lo-main-option-card p {
    grid-column: 2;
    min-width: 0;
    margin: 0;
    color: var(--lo-main-muted);
    font-size: 13px;
    line-height: 1.42;
}

.lo-main-option-action {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin-top: 4px;
    color: var(--lo-main-mint-dark);
    font-size: 13px;
    font-weight: 900;
}

.lo-main-option-action span {
    transition: transform .18s ease;
}

.lo-main-option-card:hover .lo-main-option-action span,
.lo-main-option-card:focus .lo-main-option-action span {
    transform: translateX(4px);
}

.lo-main-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 88px;
    padding: 18px clamp(18px, 5vw, 72px);
    color: rgba(255, 255, 255, .72);
    background: var(--lo-main-deep);
    text-align: left;
}

.lo-main-footer div {
    display: grid;
    gap: 3px;
    justify-items: start;
}

.lo-main-footer span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    font-size: 18px;
}

.lo-main-footer strong {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
}

.lo-main-footer p {
    max-width: 620px;
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.lo-main-footer-company {
    color: rgba(255, 255, 255, .82);
    font-size: 13px !important;
    font-weight: 800;
}

.lo-main-footer-links {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px 14px !important;
    justify-content: flex-start;
    margin-top: 2px;
}

.lo-main-footer-links a {
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lo-main-footer-links a:hover,
.lo-main-footer-links a:focus {
    color: #fff;
}

@media (max-width: 900px) {
    .lo-main-hero-inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lo-main-hero-copy,
    .lo-main-choice-panel {
        display: contents;
    }

    .lo-main-eyebrow {
        order: 1;
        justify-self: center;
    }

    .lo-main-hero-copy h1 {
        order: 2;
        justify-self: center;
    }

    .lo-main-hero-copy p {
        order: 3;
        justify-self: center;
    }

    .lo-main-section-title {
        order: 4;
    }

    .lo-main-options {
        order: 5;
    }

    .lo-main-highlight {
        order: 6;
    }

    .lo-main-options {
        grid-template-columns: 1fr;
    }

    .lo-main-hero-copy {
        text-align: center;
    }

    .lo-main-hero-copy h1,
    .lo-main-hero-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .lo-main-highlight {
        justify-content: center;
        width: min(520px, 100%);
        margin: 0 auto;
        margin-top: 8px;
    }

    .lo-main-options {
        width: min(520px, 100%);
        margin: 0 auto;
    }

    .lo-main-choice-panel {
        width: min(570px, 100%);
        margin: 0 auto;
    }

    .lo-main-section-title {
        text-align: center;
    }
}

@media (max-width: 520px) {
    .lo-main-topbar {
        min-height: 64px;
        padding: 12px 14px 6px;
    }

    .lo-main-brand img {
        width: 104px;
    }

    .lo-main-hero {
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 22px;
        padding-bottom: 32px;
    }

    .lo-main-highlight {
        display: grid;
        grid-template-columns: 1fr;
    }

    .lo-main-highlight span {
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .lo-main-hero-copy h1 {
        font-size: 29px;
        margin-bottom: 6px;
    }

    .lo-main-hero-copy p {
        font-size: 16px;
        margin-top: 0;
    }

    .lo-main-section-title h2 {
        font-size: 23px;
        margin-bottom: 0;
    }

    .lo-main-option-card {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .lo-main-option-icon {
        align-self: start;
    }

    .lo-main-choice-panel {
        width: 100%;
        padding: 16px;
    }

    .lo-main-section-title {
        margin-bottom: 4px;
    }

    .lo-main-option-card p,
    .lo-main-option-action {
        grid-column: auto;
    }

    .lo-main-option-card p {
        font-size: 16px;
        line-height: 1.45;
    }

    .lo-main-options {
        width: 100%;
    }

    .lo-main-footer {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        min-height: auto;
        padding: 16px;
        text-align: left;
    }

    .lo-main-footer span {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        font-size: 16px;
    }

    .lo-main-footer strong {
        font-size: 14px;
    }

    .lo-main-footer p {
        font-size: 13px;
        line-height: 1.35;
    }
}
