.dunk-services-page {
    --brand: #ff3131;
    --black: #111;
    --white: #fff;
}

/* HERO */
.dunk-svc-hero {
    background: var(--black);
    color: var(--white);
    text-align: center;
    padding: 3rem 1rem 2.5rem;
}

.dunk-svc-hero__badges {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.dunk-svc-hero__badges img {
    height: 50px;
    width: auto;
}

.dunk-svc-hero__title {
    font-family: 'Anton', sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 0 0.5rem;
    color: var(--white);
}

.dunk-svc-hero__sub {
    font-size: 1rem;
    margin: 0 0 1rem;
    opacity: 0.7;
    color: var(--white);
}

.dunk-svc-hero__trust {
    font-size: 0.85rem;
    opacity: 0.9;
    color: var(--white);
}

.dunk-svc-hero__trust span {
    color: #fbbf24;
}

/* USPs */
.dunk-svc-usps {
    background: var(--white);
    border-bottom: 1px solid #eee;
}

.dunk-svc-usps__grid {
    display: flex;
    flex-wrap: wrap;
}

.dunk-svc-usps__item {
    flex: 1;
    min-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.dunk-svc-usps__item:nth-child(odd) {
    border-right: 1px solid #eee;
}

.dunk-svc-usps__item svg {
    width: 24px;
    height: 24px;
    stroke: var(--brand);
}

.dunk-svc-usps__item span {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: var(--black);
}

/* SERVICES GRID */
.dunk-svc-grid {
    background: #f5f5f5;
    padding: 2.5rem 0;
    text-align: center;
}

.dunk-svc-grid__title {
    font-family: 'Anton', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
    color: var(--black);
}

.dunk-svc-grid__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.dunk-svc-card {
    background: var(--white);
    padding: 1.5rem;
    text-align: center;
    border-radius: 8px;
}

.dunk-svc-card h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    color: var(--black);
}

.dunk-svc-card p {
    font-size: 0.9rem;
    margin: 0 0 1rem;
    color: #555;
    line-height: 1.5;
}

.dunk-svc-card__price {
    display: inline-block;
    background: var(--black);
    color: var(--white);
    font-family: 'Anton', sans-serif;
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
}

/* EPA HIGHLIGHT */
.dunk-svc-epa {
    background: var(--brand);
    color: var(--white);
    padding: 2.5rem 0;
    text-align: center;
}

.dunk-svc-epa h2 {
    font-family: 'Anton', sans-serif;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    color: var(--white);
}

.dunk-svc-epa p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: var(--white);
}

.dunk-svc-epa .dunk-btn {
    background: var(--white);
    color: var(--black);
    border-color: var(--white);
}

/* REVIEWS */
.dunk-svc-reviews {
    background: var(--white);
    padding: 2.5rem 0;
    text-align: center;
}

.dunk-svc-reviews h2 {
    font-family: 'Anton', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 1rem;
    color: var(--black);
}

.dunk-svc-reviews iframe {
    width: 100%;
    height: 200px;
    border: 0;
}

/* PROCESS */
.dunk-svc-process {
    background: var(--black);
    color: var(--white);
    padding: 2.5rem 0;
    text-align: center;
}

.dunk-svc-process__title {
    font-family: 'Anton', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
    color: var(--white);
}

.dunk-svc-process__steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 500px;
    margin: 0 auto;
}

.dunk-svc-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
}

.dunk-svc-step__num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: var(--brand);
    color: var(--white);
    font-family: 'Anton', sans-serif;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dunk-svc-step strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
    color: var(--white);
}

.dunk-svc-step p {
    margin: 0;
    font-size: 0.85rem;
    opacity: 0.8;
    color: var(--white);
}

/* FAQ */
.dunk-svc-faq {
    background: var(--white);
    padding: 2.5rem 0;
}

.dunk-svc-faq h2 {
    font-family: 'Anton', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 1.5rem;
    color: var(--black);
}

.dunk-svc-faq__list {
    max-width: 600px;
    margin: 0 auto;
}

.dunk-svc-faq__item {
    border-bottom: 1px solid #eee;
}

.dunk-svc-faq__item summary {
    padding: 1rem 0;
    font-weight: 600;
    cursor: pointer;
    color: var(--black);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dunk-svc-faq__item summary::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--brand);
}

.dunk-svc-faq__item[open] summary::after {
    content: '−';
}

.dunk-svc-faq__item p {
    padding: 0 0 1rem;
    margin: 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

/* MAP */
.dunk-svc-map {
    background: #f5f5f5;
    padding: 2.5rem 0;
    text-align: center;
}

.dunk-svc-map__title {
    font-family: 'Anton', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    color: var(--black);
}

.dunk-svc-map__text {
    font-size: 0.95rem;
    margin: 0 0 1.5rem;
    color: #555;
}

.dunk-svc-map__embed {
    border-radius: 8px;
    overflow: hidden;
}

.dunk-svc-map__embed iframe {
    display: block;
}

/* CTA */
.dunk-svc-cta {
    background: var(--black);
    color: var(--white);
    text-align: center;
    padding: 3rem 0;
}

.dunk-svc-cta__title {
    font-family: 'Anton', sans-serif;
    font-size: 2rem;
    margin: 0 0 0.5rem;
    color: var(--white);
}

.dunk-svc-cta__text {
    font-size: 1rem;
    margin: 0 0 1.5rem;
    opacity: 0.8;
    color: var(--white);
}

.dunk-svc-cta__buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 280px;
    margin: 0 auto 1rem;
}

.dunk-svc-cta .dunk-btn {
    background: var(--brand);
    color: var(--white);
    border-color: var(--brand);
}

.dunk-svc-cta .dunk-btn--outline {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.dunk-svc-cta__hours {
    font-size: 0.8rem;
    opacity: 0.6;
    margin: 0;
    color: var(--white);
}

/* BUTTONS */
.dunk-services-page .dunk-btn {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 2px solid;
    border-radius: 8px;
    transition: 0.2s;
    text-align: center;
}

.dunk-services-page .dunk-btn:active {
    transform: scale(0.98);
}

/* TABLET */
@media (min-width: 550px) {
    .dunk-svc-hero {
        padding: 4rem 1.5rem 3rem;
    }

    .dunk-svc-hero__badges img {
        height: 60px;
    }

    .dunk-svc-hero__title {
        font-size: 3.5rem;
    }

    .dunk-svc-usps__item {
        min-width: 25%;
        border-bottom: none;
        border-right: 1px solid #eee;
    }

    .dunk-svc-usps__item:last-child {
        border-right: none;
    }

    .dunk-svc-usps__item:nth-child(odd) {
        border-right: 1px solid #eee;
    }

    .dunk-svc-grid__items {
        grid-template-columns: repeat(3, 1fr);
    }

    .dunk-svc-process__steps {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }

    .dunk-svc-cta__buttons {
        flex-direction: row;
        max-width: none;
        justify-content: center;
    }
}

/* DESKTOP */
@media (min-width: 850px) {
    .dunk-svc-hero {
        padding: 5rem 2rem 4rem;
    }

    .dunk-svc-hero__badges img {
        height: 70px;
    }

    .dunk-svc-hero__title {
        font-size: 5rem;
    }

    .dunk-svc-hero__sub {
        font-size: 1.2rem;
    }

    .dunk-svc-usps__item {
        padding: 1.25rem;
    }

    .dunk-svc-usps__item svg {
        width: 28px;
        height: 28px;
    }

    .dunk-svc-usps__item span {
        font-size: 0.8rem;
    }

    .dunk-svc-grid {
        padding: 4rem 0;
    }

    .dunk-svc-grid__title {
        font-size: 2rem;
    }

    .dunk-svc-card {
        padding: 2rem;
    }

    .dunk-svc-card h3 {
        font-size: 1.4rem;
    }

    .dunk-svc-epa {
        padding: 4rem 0;
    }

    .dunk-svc-epa h2 {
        font-size: 2.5rem;
    }

    .dunk-svc-reviews {
        padding: 4rem 0;
    }

    .dunk-svc-reviews h2 {
        font-size: 2rem;
    }

    .dunk-svc-process {
        padding: 4rem 0;
    }

    .dunk-svc-process__title {
        font-size: 2rem;
    }

    .dunk-svc-process__steps {
        grid-template-columns: repeat(4, 1fr);
        max-width: 900px;
    }

    .dunk-svc-step {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .dunk-svc-faq {
        padding: 4rem 0;
    }

    .dunk-svc-faq h2 {
        font-size: 2rem;
    }

    .dunk-svc-map {
        padding: 4rem 0;
    }

    .dunk-svc-map__title {
        font-size: 2rem;
    }

    .dunk-svc-map__embed iframe {
        height: 400px;
    }

    .dunk-services-page .dunk-btn:hover {
        transform: translateY(-2px);
    }

    .dunk-svc-cta {
        padding: 5rem 0;
    }

    .dunk-svc-cta__title {
        font-size: 3rem;
    }
}
