body.home .entry-header,
body.home .page-title {
    display: none !important;
}

body.home .site-content .ast-container,
body.home .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}

body.home .site-main,
body.home .entry-content,
body.home article.page {
    margin: 0;
    padding: 0;
}

.fastparts-home {
    --fp-red: #c5161d;
    --fp-dark: #111827;
    --fp-gray: #f3f5f7;
    --fp-border: #e1e5ea;
    color: #1f2937;
    overflow: hidden;
}

.fastparts-home section {
    padding: 65px 25px;
}

.fastparts-home .fp-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.fastparts-home .fp-hero {
    background:
        radial-gradient(circle at 85% 30%, rgba(197,22,29,.35), transparent 30%),
        linear-gradient(125deg, #090d14 0%, #172131 60%, #202b3c 100%);
    color: #fff;
    text-align: center;
    padding: 90px 25px !important;
}

.fastparts-home .fp-hero h1 {
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    letter-spacing: -.8px;
    max-width: 980px;
    margin: 0 auto 20px;
}

.fastparts-home .fp-hero > .fp-container > p {
    color: #e3e8ef;
    font-size: 19px;
    line-height: 1.65;
    max-width: 790px;
    margin: 0 auto 31px;
}

.fastparts-home .fp-search {
    display: flex;
    width: min(850px, 100%);
    margin: 0 auto;
    background: #fff;
    border: 4px solid rgba(255,255,255,.15);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0,0,0,.35);
}

.fastparts-home .fp-search input[type="search"] {
    flex: 1;
    min-width: 0;
    min-height: 62px;
    margin: 0;
    padding: 17px 21px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #111827;
    font-size: 18px;
    box-shadow: none;
}

.fastparts-home .fp-search button {
    min-width: 165px;
    min-height: 62px;
    margin: 0;
    padding: 0 28px;
    border: 0;
    border-radius: 0;
    background: var(--fp-red);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.fastparts-home .fp-search button:hover {
    background: #9f1117;
}

.fastparts-home .fp-search-help {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    color: #bac3cf !important;
    font-size: 14px !important;
}

.fastparts-home .fp-benefits {
    padding: 23px 25px !important;
    background: var(--fp-dark);
    color: #fff;
}

.fastparts-home .fp-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    text-align: center;
}

.fastparts-home .fp-benefit-grid div {
    position: relative;
    padding-left: 20px;
    color: #fff;
    font-weight: 700;
}

.fastparts-home .fp-benefit-grid div::before {
    content: "✓";
    color: #43d17a;
    margin-right: 9px;
    font-weight: 900;
}

.fastparts-home .fp-section-title {
    max-width: 790px;
    margin: 0 auto 42px;
    text-align: center;
}

.fastparts-home .fp-section-title h2 {
    margin: 0 0 12px;
    color: var(--fp-dark);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
}

.fastparts-home .fp-section-title p {
    margin: 0;
    color: #5c6573;
    font-size: 17px;
    line-height: 1.65;
}

.fastparts-home .fp-categories {
    background: #fff;
}

.fastparts-home .fp-categories ul.products {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin: 0 !important;
}

.fastparts-home .fp-categories ul.products::before,
.fastparts-home .fp-categories ul.products::after {
    display: none;
}

.fastparts-home .fp-categories li.product-category {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 0 16px !important;
    overflow: hidden;
    border: 1px solid var(--fp-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(17,24,39,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.fastparts-home .fp-categories li.product-category:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(17,24,39,.14);
}

.fastparts-home .fp-categories li.product-category img {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0 0 15px !important;
    object-fit: contain;
    background: #fff;
}

.fastparts-home .fp-categories .woocommerce-loop-category__title {
    padding: 0 14px;
    color: var(--fp-dark);
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
}

.fastparts-home .fp-categories mark {
    display: block;
    margin-top: 5px;
    background: transparent;
    color: #788190;
    font-size: 12px;
    font-weight: 500;
}

.fastparts-home .fp-help {
    background: var(--fp-gray);
}

.fastparts-home .fp-help-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 45px;
    align-items: center;
}

.fastparts-home .fp-help h2 {
    margin: 0 0 16px;
    color: var(--fp-dark);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
}

.fastparts-home .fp-help p {
    color: #4b5563;
    font-size: 17px;
    line-height: 1.7;
}

.fastparts-home .fp-card {
    padding: 35px;
    border: 1px solid var(--fp-border);
    border-top: 5px solid var(--fp-red);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17,24,39,.09);
}

.fastparts-home .fp-card h3 {
    margin: 0 0 18px;
    color: var(--fp-dark);
    font-size: 24px;
}

.fastparts-home .fp-button {
    display: inline-block;
    margin-top: 6px;
    padding: 14px 24px;
    border-radius: 6px;
    background: var(--fp-red);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.fastparts-home .fp-button:hover {
    background: #9f1117;
}

.fastparts-home .fp-trust {
    background: #fff;
}

.fastparts-home .fp-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.fastparts-home .fp-trust-grid article {
    padding: 31px;
    border: 1px solid var(--fp-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(17,24,39,.06);
}

.fastparts-home .fp-trust-grid h3 {
    margin: 0 0 11px;
    color: var(--fp-dark);
    font-size: 21px;
}

.fastparts-home .fp-trust-grid p {
    margin: 0;
    color: #5c6573;
    line-height: 1.65;
}

.fastparts-home .fp-links {
    padding: 45px 25px !important;
    background: var(--fp-dark);
    color: #fff;
    text-align: center;
}

.fastparts-home .fp-links h2 {
    margin: 0 0 16px;
    color: #fff;
}

.fastparts-home .fp-links a {
    display: inline-block;
    margin: 7px 13px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1000px) {
    .fastparts-home .fp-categories ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fastparts-home .fp-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .fastparts-home section {
        padding: 48px 18px;
    }

    .fastparts-home .fp-hero {
        padding: 62px 18px !important;
    }

    .fastparts-home .fp-search {
        display: block;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .fastparts-home .fp-search input[type="search"] {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 7px;
    }

    .fastparts-home .fp-search button {
        width: 100%;
        border-radius: 7px;
    }

    .fastparts-home .fp-help-grid,
    .fastparts-home .fp-trust-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .fastparts-home .fp-categories ul.products,
    .fastparts-home .fp-benefit-grid {
        grid-template-columns: 1fr;
    }

    .fastparts-home .fp-categories li.product-category img {
        aspect-ratio: 16 / 9;
    }
}
