/* ============================================================
   Theme Waste — Main Stylesheet
   Bold, industrial, action-oriented design
   Color scheme: dark greens + orange accents
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    background: #f5f5f0;
}

a { color: #d97706; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* Header */
.site-header {
    background: #1a2e1a;
    padding: 15px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.site-brand a {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand-icon { margin-right: 8px; }

.breadcrumbs { font-size: 0.875rem; color: #a3b18a; }
.breadcrumbs a { color: #d4d4aa; }
.breadcrumbs .sep { margin: 0 5px; color: #5a7247; }
.breadcrumbs .current { color: #fff; }

.cta-phone {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fbbf24;
    white-space: nowrap;
}

/* Hero — dark industrial */
.section-hero {
    background: linear-gradient(135deg, #1a2e1a 0%, #2d4a2d 100%);
    padding: 70px 0;
    text-align: center;
    color: #fff;
}

.hero-badge {
    display: inline-block;
    background: #d97706;
    color: #fff;
    padding: 5px 18px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-hero h1 {
    font-size: 2.25rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.hero-text {
    font-size: 1.125rem;
    color: #d4d4aa;
    max-width: 650px;
    margin: 0 auto 25px;
}

.hero-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.btn-primary {
    background: #d97706;
    color: #fff;
}

.btn-primary:hover {
    background: #b45309;
    text-decoration: none;
}

/* Service Types */
.section-service-types {
    padding: 50px 0;
}

.section-service-types h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #1a2e1a;
}

.types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.type-card {
    background: #fff;
    padding: 25px 20px;
    border-left: 4px solid #d97706;
    border-radius: 0 6px 6px 0;
}

.type-icon {
    width: 45px;
    height: 45px;
    background: #fef3c7;
    border-radius: 6px;
    margin-bottom: 12px;
}

.type-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a2e1a;
}

.type-card p {
    font-size: 0.875rem;
    color: #666;
}

/* How It Works */
.section-how-it-works {
    padding: 50px 0;
    background: #1a2e1a;
    color: #fff;
}

.section-how-it-works h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.step { text-align: center; padding: 20px; }

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #d97706;
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.step h3 { font-size: 1rem; margin-bottom: 6px; }
.step p { color: #a3b18a; font-size: 0.9375rem; }

/* Body Section */
.section-body { padding: 50px 0; }

.body-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.0625rem;
    line-height: 1.8;
    color: #444;
}

.body-content p { margin-bottom: 1em; }

/* CTA Form — base (extended in WS-5 section below) */
.section-cta {
    padding: 60px 0;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #fff;
}

/* Pricing */
.section-pricing {
    padding: 50px 0;
}

.section-pricing h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #1a2e1a;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.pricing-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 6px;
    text-align: center;
    border: 2px solid #e5e5e0;
}

.pricing-card--featured {
    border-color: #d97706;
    position: relative;
}

.pricing-card h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
    color: #1a2e1a;
}

.price {
    font-size: 1.75rem;
    font-weight: 800;
    color: #d97706;
    margin-bottom: 10px;
}

.pricing-card p {
    font-size: 0.875rem;
    color: #666;
}

/* Geo Directory */
.section-geo-directory { padding: 50px 0; background: #eee; }

.section-geo-directory h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #1a2e1a;
}

.geo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}

.geo-card {
    display: block;
    padding: 12px;
    text-align: center;
    background: #fff;
    border-left: 3px solid #d97706;
    color: #1a2e1a;
    font-weight: 600;
    transition: background 0.2s;
}

.geo-card:hover { background: #fef3c7; text-decoration: none; }

/* FAQ */
.section-faq { padding: 50px 0; }

.section-faq h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #1a2e1a;
}

.faq-list { max-width: 700px; margin: 0 auto; }

.faq-item {
    border-bottom: 2px solid #e5e5e0;
    padding: 15px 0;
}

.faq-item summary {
    font-weight: 700;
    cursor: pointer;
    color: #1a2e1a;
    list-style: none;
}

.faq-item summary::before { content: "+ "; color: #d97706; font-weight: 800; }
.faq-item[open] summary::before { content: "- "; }
.faq-item p { margin-top: 10px; color: #666; }

/* Footer */
.site-footer {
    background: #0f1f0f;
    color: #a3b18a;
    padding: 40px 0 20px;
}

.footer-geo-links { margin-bottom: 25px; }
.footer-geo-links h4 { color: #d4d4aa; margin-bottom: 10px; font-size: 1rem; }

.geo-link-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.geo-link-list a { color: #a3b18a; font-size: 0.875rem; }
.geo-link-list a:hover { color: #fbbf24; }

.footer-bottom {
    border-top: 1px solid #2d4a2d;
    padding-top: 15px;
    text-align: center;
    font-size: 0.875rem;
}

/* Responsive */
@media (max-width: 768px) {
    .section-hero h1 { font-size: 1.5rem; }
    .types-grid { grid-template-columns: 1fr 1fr; }
    .steps { grid-template-columns: 1fr 1fr; }
    .pricing-grid { grid-template-columns: 1fr; }
    .header-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
    .types-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr; }
    .geo-grid { grid-template-columns: 1fr 1fr; }
}

/* === CTA Form (WS-5) === */

.section-cta {
    padding: 70px 0;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #fff;
    text-align: center;
}

.section-cta .container {
    max-width: 720px;
}

.cta-head {
    margin-bottom: 28px;
}

.cta-title,
.section-cta h2 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #fff;
}

.cta-subtitle {
    font-size: 1.125rem;
    color: #fef3c7;
    margin: 0 auto;
    max-width: 520px;
}

/* Form layout */
.cta-form {
    position: relative;
}

.callback-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
    max-width: 560px;
    margin: 0 auto;
}

.callback-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.callback-form .form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.callback-form .form-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fef3c7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.callback-form .form-optional {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(254, 243, 199, 0.75);
}

.callback-form input,
.callback-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    background: #fff;
    color: #1a1a1a;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.callback-form textarea {
    min-height: 96px;
    resize: vertical;
}

.callback-form input:focus,
.callback-form textarea:focus {
    outline: none;
    border-color: #1a2e1a;
    box-shadow: 0 0 0 3px rgba(26, 46, 26, 0.35);
}

.callback-form input:invalid:not(:placeholder-shown) {
    border-color: #dc2626;
}

/* Consent */
.callback-form .form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.875rem;
    color: #fef3c7;
    line-height: 1.5;
    cursor: pointer;
}

.callback-form .form-consent input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    accent-color: #1a2e1a;
}

.callback-form .form-consent a {
    color: #fff;
    text-decoration: underline;
}

/* Honeypot — fully hidden */
.callback-form .form-hp {
    position: absolute !important;
    left: -10000px !important;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Submit */
.callback-form button {
    position: relative;
    min-height: 52px;
    padding: 14px 28px;
    background: #1a2e1a;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.0625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.15s, transform 0.05s;
}

.callback-form button:hover {
    background: #0f1f0f;
}

.callback-form button:active {
    transform: translateY(1px);
}

.callback-form button:disabled,
.callback-form button.is-loading {
    cursor: not-allowed;
    opacity: 0.85;
}

.callback-form .btn-spinner {
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    vertical-align: -3px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: cta-spin 0.7s linear infinite;
}

.callback-form button.is-loading .btn-spinner {
    display: inline-block;
}

@keyframes cta-spin {
    to { transform: rotate(360deg); }
}

/* Guarantees */
.cta-guarantees {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    margin-top: 10px;
    padding: 0;
    font-size: 0.9375rem;
    color: #fef3c7;
}

.cta-guarantees li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.cta-guarantees li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #1a2e1a;
    color: #fbbf24;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 800;
    flex: 0 0 20px;
}

/* Success block (rendered inline when ?sent=1) */
.cta-success {
    display: block;
    max-width: 560px;
    margin: 0 auto 24px;
    padding: 18px 22px;
    background: #065f46;
    color: #d1fae5;
    border: 2px solid #10b981;
    border-radius: 10px;
    text-align: left;
}

.cta-success__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #10b981;
    color: #fff;
    border-radius: 50%;
    font-size: 1.125rem;
    font-weight: 800;
    margin-right: 10px;
    vertical-align: middle;
}

.cta-success__title {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 800;
    color: #fff;
    vertical-align: middle;
}

.cta-success__text {
    margin-top: 6px;
    font-size: 0.9375rem;
    color: #d1fae5;
}

/* Sticky mobile CTA */
.cta-sticky-mobile {
    display: none;
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 100;
    padding: 14px 20px;
    background: #d97706;
    color: #fff;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}

.cta-sticky-mobile:hover {
    background: #b45309;
    text-decoration: none;
}

.cta-sticky-mobile.is-hidden {
    opacity: 0;
    transform: translateY(120%);
    pointer-events: none;
}

@media (min-width: 769px) {
    .cta-sticky-mobile { display: none !important; }
}

@media (max-width: 768px) {
    .cta-sticky-mobile { display: block; }

    .section-cta { padding: 50px 0; }
    .cta-title,
    .section-cta h2 { font-size: 1.5rem; }
    .cta-subtitle { font-size: 1rem; }
    .callback-form .form-row { grid-template-columns: 1fr; }
    .cta-guarantees { font-size: 0.875rem; gap: 8px 16px; }
    /* keep page content clear of the sticky bar */
    body { padding-bottom: 72px; }
}

/* === Hero Stats === */

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px 0 25px;
    flex-wrap: wrap;
}

.hero-stat { text-align: center; }

.hero-stat__num {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fbbf24;
    line-height: 1;
}

.hero-stat__label {
    font-size: 0.8125rem;
    color: #a3b18a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* === Trust Strip === */

.trust-strip {
    background: #2d4a2d;
    padding: 14px 0;
    border-bottom: 2px solid #d97706;
}

.trust-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 28px;
}

.trust-item {
    color: #d4d4aa;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.trust-item__icon { font-size: 1rem; }

/* === Reviews === */

.section-reviews {
    padding: 50px 0;
}

.section-reviews h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #1a2e1a;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.review-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 6px;
    border-top: 3px solid #d97706;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.review-card__stars {
    color: #d97706;
    font-size: 1.125rem;
    margin-bottom: 12px;
}

.review-card__text {
    font-size: 0.9375rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 14px;
}

.review-card__author {
    font-weight: 700;
    color: #1a2e1a;
    font-size: 0.875rem;
}

.review-card__loc {
    font-size: 0.8125rem;
    color: #888;
    margin-top: 3px;
}

/* === SEO Text === */

.section-seo-text {
    padding: 50px 0;
    background: #fff;
}

.seo-text-main { max-width: 800px; margin: 0 auto; }

.seo-text-main h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a2e1a;
    margin-bottom: 16px;
}

.seo-text-main h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a2e1a;
    margin: 20px 0 10px;
}

.seo-text-main p {
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

/* === Siblings Tags (page-geo) === */

.section-siblings {
    padding: 30px 0;
    background: #f0f0eb;
    border-top: 1px solid #e0e0db;
}

.section-siblings h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #666;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.siblings-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sibling-tag {
    display: inline-block;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #d0d0c8;
    border-radius: 20px;
    font-size: 0.875rem;
    color: #1a2e1a;
    transition: background 0.2s, border-color 0.2s;
}

.sibling-tag:hover {
    background: #fef3c7;
    border-color: #d97706;
    text-decoration: none;
}

/* ============================================================
   Site Navigation
   ============================================================ */

.site-nav ul {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav a {
    display: block;
    padding: 8px 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #d4d4aa;
    border-radius: 6px;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
}

.site-nav a:hover,
.site-nav li.active > a,
.site-nav .current-menu-item > a {
    color: #fff;
    background: rgba(255,255,255,0.1);
    text-decoration: none;
}

.header-cta-btn {
    font-size: 0.875rem;
    padding: 9px 18px;
    white-space: nowrap;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.2s;
}

/* Breadcrumbs bar */
.breadcrumbs-bar {
    background: #152615;
    padding: 8px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.breadcrumbs-bar .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.breadcrumbs-bar .breadcrumbs a { color: #a3b18a; font-size: 0.8125rem; }
.breadcrumbs-bar .breadcrumbs a:hover { color: #d4d4aa; text-decoration: none; }
.breadcrumbs-bar .breadcrumbs .sep { color: #5a7247; font-size: 0.75rem; }
.breadcrumbs-bar .breadcrumbs .current { color: #d4d4aa; font-size: 0.8125rem; }

/* ============================================================
   Footer grid
   ============================================================ */

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding: 50px 0 30px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-desc {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.7;
    margin: 0;
}

.footer-col h4 {
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul a { font-size: 0.875rem; color: rgba(255,255,255,0.65); }
.footer-col ul a:hover { color: #fff; text-decoration: none; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.3);
}

.footer-legal-link a { color: rgba(255,255,255,0.35); }
.footer-legal-link a:hover { color: rgba(255,255,255,0.6); text-decoration: none; }

/* ============================================================
   Page Hero (inner pages)
   ============================================================ */

.page-hero {
    background: #1a2e1a;
    padding: 50px 0 40px;
}

.page-hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.page-hero__desc {
    margin-top: 12px;
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
}

/* ============================================================
   Service detail template
   ============================================================ */

.section-service-detail { padding: 50px 0; }

.content-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start;
}

.service-price-block {
    background: #f0f0eb;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.service-price-block__label {
    font-size: 0.8125rem;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.service-price-block__value {
    font-size: 1.75rem;
    font-weight: 800;
    color: #d97706;
}

.service-price-block__note {
    font-size: 0.8125rem;
    color: #888;
    margin-top: 4px;
}

.service-what-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
    margin-bottom: 30px;
}

.service-what-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9375rem;
}

.service-what-list .check { color: #27ae60; font-weight: 700; }

.sidebar-card {
    background: #fff;
    border: 1px solid #e5e5dc;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}

.sidebar-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 16px; color: #1a2e1a; }

.sidebar-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #d97706;
    margin-bottom: 6px;
}

.sidebar-price-note { font-size: 0.8125rem; color: #888; margin: 0; }

.sidebar-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.sidebar-links a { font-size: 0.9375rem; color: #1a2e1a; }
.sidebar-links a:hover { color: #d97706; }

/* ============================================================
   Pricing template
   ============================================================ */

.section-pricing-detail { padding: 50px 0; }

.section-pricing-detail h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; }

.section-sub { color: #666; margin-bottom: 30px; }

.pricing-table-wrap { overflow-x: auto; margin-bottom: 40px; }

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.pricing-table thead tr { background: #1a2e1a; color: #fff; }
.pricing-table th { padding: 14px 18px; text-align: left; font-size: 0.875rem; }
.pricing-table td { padding: 12px 18px; border-bottom: 1px solid #f0f0eb; font-size: 0.9375rem; }
.pricing-table tr:last-child td { border-bottom: none; }
.pricing-table tr:nth-child(even) td { background: #fafaf8; }

.pricing-table__name a { color: #1a2e1a; font-weight: 600; }
.pricing-table__name a:hover { color: #d97706; }
.pricing-table__volume { font-weight: 700; color: #d97706; }

.pricing-included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

.pricing-included-card {
    background: #f5f5f0;
    border-radius: 12px;
    padding: 24px;
}

.pricing-included-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 14px; }
.pricing-included-card__title--yes { color: #27ae60; }
.pricing-included-card__title--extra { color: #1a2e1a; }

.pricing-included-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.pricing-included-card li { font-size: 0.9rem; color: #444; }

/* ============================================================
   Areas template
   ============================================================ */

.section-areas { padding: 50px 0; }
.section-areas h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; }

.geo-directory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
    margin: 30px 0 40px;
}

/* ============================================================
   CTA inline (inside templates)
   ============================================================ */

.section-cta-inline {
    background: #f0f0eb;
    border-radius: 16px;
    padding: 40px;
    margin-top: 40px;
    text-align: center;
}

.section-cta-inline h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; }
.section-cta-inline p { color: #666; margin-bottom: 24px; }

/* ============================================================
   404 page
   ============================================================ */

.section-404 { padding: 80px 0; }

.error-404 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.error-404__code {
    font-size: 8rem;
    font-weight: 900;
    color: #e5e5dc;
    line-height: 1;
    margin-bottom: 16px;
}

.error-404__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a2e1a;
    margin-bottom: 12px;
}

.error-404__text {
    color: #666;
    margin-bottom: 32px;
}

.error-404__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 13px 28px;
    background: #fff;
    color: #1a2e1a;
    border: 2px solid #1a2e1a;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.btn-secondary:hover {
    background: #1a2e1a;
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   Responsive additions
   ============================================================ */

@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .content-layout { grid-template-columns: 1fr; }
    .content-sidebar { order: -1; }
}

@media (max-width: 768px) {
    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1a2e1a;
        border-top: 1px solid rgba(255,255,255,0.1);
        z-index: 100;
    }
    .site-nav.is-open { display: block; }
    .site-nav ul { flex-direction: column; padding: 10px 0; }
    .site-nav a { border-radius: 0; padding: 12px 20px; }
    .nav-toggle { display: flex; }
    .header-cta-btn { display: none; }
    .pricing-included-grid { grid-template-columns: 1fr; }
    .service-what-list { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ============================================================
   Reviews — main page widget (section-reviews)
   ============================================================ */

.reviews-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}
.reviews-header h2 { margin-bottom: 0; }
.reviews-all-link { font-size: 0.95rem; color: #d97706; white-space: nowrap; }
.reviews-footer-link { text-align: center; margin-top: 32px; }
.btn-outline {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid #d97706;
    color: #d97706;
    border-radius: 6px;
    font-weight: 700;
    transition: background 0.15s, color 0.15s;
}
.btn-outline:hover { background: #d97706; color: #fff; text-decoration: none; }

/* ============================================================
   Reviews page
   ============================================================ */

.reviews-page { padding: 56px 0 80px; }

.reviews-published h1 {
    font-size: 2rem;
    color: #1a2e1a;
    margin-bottom: 36px;
}

.reviews-empty {
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.review-card__meta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
    flex-wrap: wrap;
}
.review-card__date { font-size: 0.8rem; color: #888; }

/* ============================================================
   Review form
   ============================================================ */

.review-form-section {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 3px solid #e0ead8;
    max-width: 680px;
}
.review-form-section h2 { font-size: 1.75rem; color: #1a2e1a; margin-bottom: 8px; }
.review-form-intro { color: #555; margin-bottom: 32px; }
.review-required { color: #d97706; }

.review-form { display: flex; flex-direction: column; gap: 24px; }

/* Consent on light background */
.review-form .form-consent { color: #333; }
.review-form .form-consent a { color: #4a7c3f; }

.review-form .form-field input,
.review-form .form-field textarea {
    font-size: 1rem;
    padding: 14px 16px;
    border: 2px solid #d0d9c8;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.15s;
    width: 100%;
}
.review-form .form-field input:focus,
.review-form .form-field textarea:focus {
    outline: none;
    border-color: #4a7c3f;
}
.review-form .form-field textarea { resize: vertical; min-height: 140px; }
.review-form .form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a2e1a;
}

/* Rating field — label + stars in one row */
.form-field--rating {
    display: flex;
    align-items: center;
    gap: 16px;
}
.form-field--rating .form-label {
    margin-bottom: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Star picker — CSS-only (RTL trick so :checked ~ label covers left stars) */
.star-picker {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 6px;
    margin-top: 0;
}
.star-picker input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.star-picker label {
    font-size: 2rem;
    color: #d0d9c8;
    cursor: pointer;
    transition: color 0.1s, transform 0.1s;
    line-height: 1;
    user-select: none;
}
.star-picker label:hover { transform: scale(1.15); }
.star-picker input:checked ~ label,
.star-picker label:hover,
.star-picker label:hover ~ label {
    color: #d97706;
}

/* Thanks / status message */
.form-msg { padding: 12px 16px; border-radius: 6px; font-size: 15px; margin-bottom: 16px; }
.form-msg--info { background: #eff6ff; border: 2px solid #3b82f6; color: #1e3a5f; }
.review-thanks-msg {
    background: #f0fdf0;
    border: 2px solid #4a7c3f;
    border-radius: 12px;
    padding: 36px 40px;
    margin: 48px 0;
    text-align: center;
    max-width: 600px;
}
.review-thanks-msg--info { background: #fff8ed; border: 2px solid #d97706; color: #7c4a00; }
.review-thanks-stars { font-size: 2.5rem; color: #d97706; letter-spacing: 4px; margin-bottom: 16px; }
.review-thanks-msg p { font-size: 1.1rem; color: #1a2e1a; line-height: 1.8; }

@media (max-width: 640px) {
    .reviews-page { padding: 36px 0 60px; }
    .reviews-published h1 { font-size: 1.5rem; }
    .review-form-section { margin-top: 44px; padding-top: 36px; }
    .review-form-section h2 { font-size: 1.4rem; }
    .star-picker label { font-size: 2rem; }
    .review-thanks-msg { padding: 24px 20px; }
}
