/*
 * Bulk orders page.
 *
 * Uses the same red, type and spacing as the rest of the new design, but keeps
 * its own file so a fresh drop of the design team's stylesheet cannot wipe it.
 */

.bulk-hero,
.bulk-buyers,
.bulk-range,
.bulk-steps,
.bulk-form-section,
.bulk-faq {
    padding: 60px 0;
}

.bulk-hero {
    background: linear-gradient(160deg, #fdf2f2 0%, #ffffff 65%);
    padding-top: 32px;
}

.bulk-breadcrumb {
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.bulk-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
}

.bulk-breadcrumb a:hover { color: var(--menu-red); }
.bulk-breadcrumb span { margin: 0 0.35rem; }

.bulk-hero h1 {
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.bulk-hero__lead {
    max-width: 40rem;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 1.5rem;
}

.bulk-hero__points {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 0.5rem 1.5rem;
}

.bulk-hero__points li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.94rem;
    font-weight: 500;
}

.bulk-hero__points i {
    color: var(--menu-red);
    font-size: 0.8rem;
}

/* ------------------------------------------------------------ shared bits */

.bulk-buyers h2,
.bulk-range h2,
.bulk-steps h2,
.bulk-faq h2,
.bulk-form-section h2 {
    font-size: clamp(1.5rem, 2.4vw, 2.1rem);
    font-weight: 800;
    margin-bottom: 2rem;
}

.bulk-card,
.bulk-range__card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border: 1px solid #eceef1;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bulk-card:hover,
.bulk-range__card:hover {
    transform: translateY(-3px);
    border-color: #f3d6d6;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.bulk-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--menu-red);
    color: #fff;
}

.bulk-card h3,
.bulk-range__card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bulk-card p,
.bulk-range__card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

.bulk-buyers { background: #fafbfc; }

/* ------------------------------------------------------------ range cards */

.bulk-range__card {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.bulk-range__card img {
    width: 100%;
    max-height: 9rem;
    object-fit: contain;
    margin-bottom: 1rem;
}

.bulk-range__more {
    display: inline-block;
    margin-top: 0.9rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--menu-red);
}

.bulk-range__more i { font-size: 0.7rem; margin-left: 0.25rem; }

/* ------------------------------------------------------------ steps */

.bulk-steps { background: #fafbfc; }

.bulk-steps__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1.5rem;
    counter-reset: step;
}

.bulk-steps__list li {
    padding: 1.75rem 1.5rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eceef1;
}

.bulk-steps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0.9rem;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.bulk-steps__list h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.bulk-steps__list p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* ------------------------------------------------------------ form */

.bulk-form-section__lead {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4b5563;
    max-width: 26rem;
}

.bulk-form-section__lead a { color: var(--menu-red); }

.bulk-form {
    padding: 1.75rem;
    background: #fff;
    border: 1px solid #eceef1;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.bulk-form label,
.bulk-form__legend {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
}

.bulk-form label span,
.bulk-form__legend span { color: var(--menu-red); }

.bulk-form input,
.bulk-form textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid #dfe3e8;
    border-radius: 8px;
    font-size: 0.92rem;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.bulk-form input:focus,
.bulk-form textarea:focus {
    outline: none;
    border-color: var(--menu-red);
    box-shadow: 0 0 0 3px rgba(208, 50, 47, 0.12);
}

.bulk-form__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.bulk-form__check {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0.5rem 0.9rem;
    border: 1px solid #dfe3e8;
    border-radius: 999px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.bulk-form__check input { width: auto; }

/* The rule that reddens a required asterisk also catches the label text inside
   these pills, which made every option look selected. */
.bulk-form__check span {
    color: #374151;
    font-weight: 500;
}

.bulk-form__check:has(input:checked) span {
    color: var(--menu-red);
    font-weight: 600;
}

.bulk-form__check:has(input:checked) {
    border-color: var(--menu-red);
    background: #fdf3f3;
    color: var(--menu-red);
}

.bulk-form__note {
    margin: 0.75rem 0 0;
    font-size: 0.82rem;
    color: #6b7280;
}

.bulk-alert {
    margin-bottom: 1.25rem;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    background: #fdecea;
    color: #b42318;
    font-size: 0.9rem;
}

.bulk-alert ul { margin: 0.5rem 0 0; padding-left: 1.1rem; }

/* ------------------------------------------------------------ faq */

.bulk-faq { background: #fafbfc; }

.bulk-faq .accordion-item {
    margin-bottom: 0.75rem;
    border: 1px solid #eceef1;
    border-radius: 10px !important;
    overflow: hidden;
}

.bulk-faq .accordion-button {
    font-weight: 600;
    font-size: 0.98rem;
}

.bulk-faq .accordion-button:not(.collapsed) {
    background: #fdf3f3;
    color: var(--menu-red);
    box-shadow: none;
}

.bulk-faq .accordion-body {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #4b5563;
}
