.mainContent {
    padding-top: 0;
}

.custom-design-page {
    color: #151515;
    background: #fff;
}

.custom-design-page .btn {
    white-space: normal;
}

.custom-design-hero {
    position: relative;
    min-height: 74vh;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-image: url("https://cdn.tex.vision/img/custom-design/design-hero.webp?t=20260426");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.custom-design-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .48), rgba(0, 0, 0, .18));
}

.custom-design-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 7rem;
    padding-bottom: 4.5rem;
}

.custom-design-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.custom-design-eyebrow::before {
    content: "";
    width: 2.25rem;
    height: 2px;
    background: currentColor;
}

.custom-design-hero h1 {
    max-width: 13ch;
    margin-bottom: 1.25rem;
    font-size: 4rem;
    line-height: .95;
}

.custom-design-lead {
    max-width: 50rem;
    font-size: 1.22rem;
    line-height: 1.65;
}

.custom-design-copy {
    max-width: 46rem;
    line-height: 1.7;
}

.custom-design-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.75rem;
}

.custom-design-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}

.custom-design-badges li {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem .75rem;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    font-weight: 700;
}

.custom-design-section {
    padding: 4.75rem 0;
}

.custom-design-section-header {
    max-width: 52rem;
    margin-bottom: 2rem;
}

.custom-design-section-header p,
.custom-design-rich-text p {
    font-size: 1.08rem;
    line-height: 1.75;
    color: #4d4d4d;
}

.custom-design-card,
.custom-design-step,
.custom-design-faq .accordion-item {
    height: 100%;
    border: 1px solid rgba(20, 20, 20, .1);
    border-radius: 8px;
    background: #fff;
}

.custom-design-card {
    overflow: hidden;
}

.custom-design-card img,
.custom-design-panel-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.custom-design-card-body {
    padding: 1.35rem;
}

.custom-design-list {
    display: grid;
    gap: .75rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.custom-design-list li {
    display: flex;
    gap: .65rem;
    line-height: 1.55;
}

.custom-design-list i {
    color: var(--color2, #1d8f79);
}

.custom-design-step {
    padding: 1.35rem;
}

.custom-design-step-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    color: #fff;
    background: var(--color2, #1d8f79);
}

.custom-design-dark-band {
    color: #fff;
    background: #151515;
}

.custom-design-dark-band p {
    color: rgba(255, 255, 255, .78);
}

.custom-design-reference {
    padding: 2.5rem 0;
    background: #f5f5f5;
}

.custom-design-reference img {
    max-height: 3.25rem;
    max-width: 8rem;
    margin: .75rem 1rem;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .78;
}

.custom-design-message {
    min-height: 10rem;
}

.custom-design-faq .accordion-button {
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .custom-design-hero {
        min-height: 70vh;
        background-position: center;
    }

    .custom-design-hero h1 {
        font-size: 3rem;
    }

    .custom-design-section {
        padding: 3.5rem 0;
    }
}

@media (max-width: 575.98px) {
    .custom-design-hero h1 {
        font-size: 2.45rem;
    }

    .custom-design-lead {
        font-size: 1.05rem;
    }

    .custom-design-actions .btn {
        width: 100%;
    }
}
