:root {
    --scd-green: #168356;
    --scd-green-dark: #0f5d41;
    --scd-orange: #f6b333;
    --scd-navy: #14213d;
    --scd-ink: #1f2937;
    --scd-muted: #64748b;
    --scd-soft: #f5f8f6;
    --scd-line: #dce5df;
}

body {
    color: var(--scd-ink);
    background: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: var(--scd-green-dark);
}

.site-header {
    box-shadow: 0 8px 24px rgba(20, 33, 61, .08);
}

.navbar-brand strong {
    color: var(--scd-navy);
    letter-spacing: 0;
}

.brand-mark {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: var(--scd-green);
}

.nav-cta {
    color: #172033;
    font-weight: 700;
}

.hero-section {
    padding: 48px 0 56px;
    color: #fff;
    background:
        linear-gradient(110deg, rgba(20, 33, 61, .95), rgba(15, 93, 65, .90)),
        linear-gradient(45deg, #14213d, #168356);
}

.hero-breadcrumb .breadcrumb,
.hero-breadcrumb a {
    color: rgba(255, 255, 255, .74);
}

.hero-breadcrumb .active {
    color: #fff;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: .85rem;
    color: var(--scd-green-dark);
    font-weight: 800;
    text-transform: uppercase;
    font-size: .78rem;
}

.hero-section .eyebrow {
    color: #ffe2a1;
}

.hero-section h1,
.not-found-section h1 {
    max-width: 900px;
    font-size: clamp(2.2rem, 4vw, 4.8rem);
    line-height: 1.04;
    font-weight: 850;
    letter-spacing: 0;
}

.hero-copy {
    max-width: 760px;
    color: rgba(255, 255, 255, .86);
    font-size: 1.2rem;
}

.hero-actions,
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.4rem;
}

.hero-trust span {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    padding: .45rem .7rem;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.calculator-panel,
.order-form,
.local-note {
    border: 1px solid var(--scd-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(20, 33, 61, .15);
}

.calculator-panel {
    padding: 1.4rem;
    color: var(--scd-ink);
}

.calculator-panel h2 {
    color: var(--scd-navy);
    font-size: 1.35rem;
    font-weight: 800;
}

.city-locked select {
    border-color: rgba(22, 131, 86, .35);
    background-color: #f2fbf7;
}

.price-result {
    padding: 1rem;
    border-radius: 8px;
    background: #effaf4;
    border: 1px solid #ccebd9;
}

.price-result strong,
.price-result span,
.price-result b {
    display: block;
}

.price-result b {
    margin-top: .45rem;
    color: var(--scd-green-dark);
    font-size: 2rem;
}

.price-result.compact b {
    font-size: 1.55rem;
}

.image-preview-list {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: .75rem;
}

.image-preview {
    display: grid;
    width: 112px;
    gap: .35rem;
}

.image-preview img {
    width: 112px;
    height: 84px;
    object-fit: cover;
    border: 1px solid var(--scd-line);
    border-radius: 8px;
}

.image-preview small {
    overflow: hidden;
    color: var(--scd-muted);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trust-strip,
.sizes-section,
.faq-section {
    background: var(--scd-soft);
}

.trust-strip,
.content-band,
.waste-section,
.sizes-section,
.process-section,
.permit-section,
.faq-section,
.reviews-section,
.order-section,
.not-found-section {
    padding: 64px 0;
}

.trust-item,
.waste-card,
.size-card,
.review-card,
.permit-panel {
    transform: translateY(12px);
    opacity: 0;
    transition: transform .35s ease, opacity .35s ease, border-color .2s ease;
}

.trust-item.is-visible,
.waste-card.is-visible,
.size-card.is-visible,
.review-card.is-visible,
.permit-panel.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.trust-item {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid var(--scd-line);
    border-radius: 8px;
    background: #fff;
    font-weight: 800;
}

.trust-item i,
.local-note i,
.waste-card i,
.permit-panel > i {
    color: var(--scd-green);
    font-size: 1.7rem;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 1.5rem;
}

.section-heading h2,
.content-band h2,
.order-section h2,
.permit-panel h2 {
    color: var(--scd-navy);
    font-weight: 850;
    letter-spacing: 0;
}

.rich-content {
    font-size: 1.05rem;
    line-height: 1.75;
}

.local-note {
    position: sticky;
    top: 96px;
    padding: 1.3rem;
}

.city-switch-menu {
    max-height: 340px;
    overflow: auto;
}

.waste-card {
    display: grid;
    min-height: 194px;
    align-content: start;
    gap: .65rem;
    padding: 1.1rem;
    color: var(--scd-ink);
    text-decoration: none;
    border: 1px solid var(--scd-line);
    border-radius: 8px;
    background: #fff;
}

.waste-card:hover {
    border-color: var(--scd-green);
    color: var(--scd-ink);
    box-shadow: 0 16px 34px rgba(20, 33, 61, .09);
}

.waste-card strong {
    color: var(--scd-navy);
    font-size: 1.08rem;
}

.waste-card span,
.size-card span {
    color: var(--scd-muted);
}

.size-grid,
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.size-card,
.process-grid > div {
    min-height: 118px;
    padding: 1rem;
    border: 1px solid var(--scd-line);
    border-radius: 8px;
    background: #fff;
}

.size-card strong {
    display: block;
    color: var(--scd-green-dark);
    font-size: 1.6rem;
}

.process-grid > div {
    background: var(--scd-navy);
    color: #fff;
}

.process-grid span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    color: var(--scd-navy);
    background: var(--scd-orange);
    font-weight: 900;
}

.process-grid strong {
    display: block;
}

.permit-panel {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 1.2rem;
    padding: 1.4rem;
    border: 1px solid #cfe5d8;
    border-radius: 8px;
    background: #f2fbf7;
}

.accordion-item {
    border-color: var(--scd-line);
}

.accordion-button {
    font-weight: 800;
}

.accordion-button:not(.collapsed) {
    color: var(--scd-green-dark);
    background: #effaf4;
}

.review-card {
    min-height: 220px;
    padding: 1.1rem;
    border: 1px solid var(--scd-line);
    border-radius: 8px;
    background: #fff;
}

.stars {
    color: #f2a81d;
    letter-spacing: 0;
}

.review-card blockquote {
    margin: 1rem 0;
    color: var(--scd-ink);
}

.review-card figcaption {
    color: var(--scd-muted);
    font-weight: 800;
}

.order-section {
    background: linear-gradient(180deg, #ffffff, #f7faf8);
}

.order-form {
    padding: 1.4rem;
}

.site-footer {
    color: #fff;
    background: var(--scd-navy);
}

.footer-link {
    display: block;
    margin: .35rem 0;
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}

.language-pill {
    padding: .35rem .6rem;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}

.not-found-section {
    min-height: 70vh;
    background: var(--scd-soft);
}

.rtl .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 32px;
    }

    .hero-section h1,
    .not-found-section h1 {
        font-size: 2.45rem;
    }

    .size-grid,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .local-note {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .trust-strip,
    .content-band,
    .waste-section,
    .sizes-section,
    .process-section,
    .permit-section,
    .faq-section,
    .reviews-section,
    .order-section,
    .not-found-section {
        padding: 44px 0;
    }

    .size-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .permit-panel {
        grid-template-columns: 1fr;
    }

    .hero-actions .btn {
        width: 100%;
    }
}
