.landing-shell {
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    background: #f3f1ee;
    color: #1c1c1c;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.landing-shell a {
    color: #F55125;
}

.landing-shell a:hover,
.landing-shell a:focus {
    color: #c73d16;
    text-decoration: none;
}

.landing-header {
    background: #1c1c1c;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.landing-header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.landing-brand {
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none !important;
}

.landing-brand:hover,
.landing-brand:focus {
    color: #F55125 !important;
}

.landing-toggle {
    display: none;
    background: transparent;
    border: 1px solid #555;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}

.landing-nav {
    display: flex;
    align-items: center;
    gap: 4px 18px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .landing-nav.collapse {
        display: flex !important;
        height: auto !important;
        overflow: visible !important;
    }
}

.landing-nav a,
.landing-nav button.landing-nav-link {
    color: #ececec !important;
    background: none;
    border: 0;
    padding: 6px 0;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none !important;
}

.landing-nav a:hover,
.landing-nav a:focus,
.landing-nav button.landing-nav-link:hover {
    color: #F55125 !important;
}

.landing-nav form {
    display: inline;
    margin: 0;
}

.landing-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.landing-btn {
    display: inline-block;
    border: 0;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    width: auto;
    font-family: inherit;
    text-decoration: none !important;
}

.landing-btn-primary {
    background: #F55125;
    color: #fff !important;
}

.landing-btn-primary:hover,
.landing-btn-primary:focus {
    background: #d6441c;
    color: #fff !important;
}

.landing-btn-ghost {
    background: transparent;
    color: #fff !important;
    border: 1px solid #888;
}

.landing-btn-ghost:hover,
.landing-btn-ghost:focus {
    border-color: #F55125;
    color: #F55125 !important;
}

.landing-btn-lg {
    padding: 12px 28px;
    font-size: 16px;
}

.landing-main {
    max-width: 1120px;
    margin: 0 auto;
    padding: 36px 20px 48px;
}

.landing-hero {
    text-align: center;
    padding: 28px 0 12px;
}

.landing-logo {
    max-width: 220px;
    height: auto;
    margin: 0 auto 16px;
    display: block;
}

.landing-hero h1 {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 700;
}

.landing-hero p {
    margin: 0;
    color: #5c5c5c;
    font-size: 16px;
}

.landing-banner {
    margin: 28px 0 8px;
    padding: 22px 24px;
    border: 2px solid #F55125;
    background: #fff8f5;
    border-radius: 10px;
    text-align: center;
}

.landing-banner h2 {
    margin: 0 0 8px;
    color: #F55125;
    font-size: 24px;
    font-weight: 700;
}

.landing-banner p {
    margin: 0 0 16px;
    color: #5c5c5c;
}

.landing-section-title {
    margin: 36px 0 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #727272;
}

.landing-i2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0 24px;
}

.landing-i2-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e2ddd8;
    border-radius: 10px;
    min-height: 112px;
    padding: 28px 24px;
    text-decoration: none !important;
}

.landing-i2-card:hover,
.landing-i2-card:focus {
    border-color: #F55125;
}

.landing-i2-card img,
.landing-i2-card svg.landing-i2-wordmark {
    display: block;
    width: auto;
    max-width: 100%;
    height: 44px;
    object-fit: contain;
    overflow: visible;
}

.landing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.landing-grid-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-card {
    display: block;
    background: #fff;
    border: 1px solid #e2ddd8;
    border-radius: 10px;
    padding: 22px 20px;
    text-decoration: none !important;
    color: inherit !important;
    min-height: 132px;
}

.landing-card:hover,
.landing-card:focus {
    border-color: #F55125;
    color: inherit !important;
}

.landing-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #F55125;
}

.landing-card p {
    margin: 0;
    color: #5c5c5c;
    font-size: 14px;
    line-height: 1.4;
}

.landing-card-compact {
    min-height: 88px;
}

.landing-footer {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px 32px;
    color: #727272;
    font-size: 13px;
}

.landing-footer hr {
    border: 0;
    border-top: 2px solid #F55125;
    margin: 0 0 16px;
}

.landing-footer a {
    color: #727272;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .landing-i2,
    .landing-grid,
    .landing-grid-secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .landing-toggle {
        display: inline-block;
        margin-left: auto;
    }

    .landing-nav.collapse {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0 12px;
    }

    .landing-nav.collapse.in {
        display: flex;
    }

    .landing-header-actions {
        width: 100%;
        justify-content: flex-end;
    }

    .landing-i2,
    .landing-grid,
    .landing-grid-secondary {
        grid-template-columns: 1fr;
    }

    .landing-hero h1 {
        font-size: 26px;
    }
}
