/* ============================================================
   tlc-bee-location.css
   TLC Pest Control – Location Page Styles
   Matches: https://tlcpest-control.co.uk/
   Culori extrase din site: verde #4a7c59, galben/amber #f5a623,
   dark navy #1a2332, alb #ffffff, gri deschis #f5f5f5
   Font: Inherit from theme (sans-serif)
   ============================================================ */

:root {
    --tlc-green:       #4a7c59;
    --tlc-green-dark:  #3a6347;
    --tlc-green-light: #e8f2ec;
    --tlc-amber:       #f5a623;
    --tlc-amber-light: #fef6e4;
    --tlc-navy:        #1a2332;
    --tlc-navy-mid:    #2c3e50;
    --tlc-white:       #ffffff;
    --tlc-off-white:   #f8f9fa;
    --tlc-grey:        #6c757d;
    --tlc-grey-light:  #e9ecef;
    --tlc-border:      #dee2e6;
    --tlc-radius:      6px;
    --tlc-radius-lg:   10px;
    --tlc-shadow:      0 2px 12px rgba(26,35,50,0.10);
    --tlc-shadow-lg:   0 4px 24px rgba(26,35,50,0.15);
    --tlc-transition:  0.22s ease;
    --tlc-max-width:   1200px;
    --tlc-sidebar-w:   300px;
    --tlc-gap:         32px;
}

#et-main-area {
    background:#fff !important;
}

.tlc-hero, .tlc-trust-bar, .tlc-layout,
.tlc-main, .tlc-sidebar {
    box-sizing: border-box;
}


.tlc-hero {
    background: linear-gradient(135deg, var(--tlc-navy) 0%, var(--tlc-navy-mid) 100%);
    color: var(--tlc-white);
    padding: 60px 20px 52px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tlc-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -80px;
    width: 320px; height: 320px;
    background: var(--tlc-green);
    opacity: 0.08;
    border-radius: 50%;
    pointer-events: none;
}

.tlc-hero__inner {
    max-width: var(--tlc-max-width);
    margin: 0 auto;
    position: relative;
}

.tlc-hero__badge {
    display: inline-block;
    background: var(--tlc-amber);
    color: var(--tlc-navy);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.tlc-hero__heading {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 12px;
    color: var(--tlc-white);
}

.tlc-hero__sub {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin: 0 0 28px;
}

.tlc-hero__ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.tlc-trust-bar {
    background: var(--tlc-green);
    color: var(--tlc-white);
    padding: 14px 20px;
}

.tlc-trust-bar__inner {
    max-width: var(--tlc-max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
    justify-content: center;
    align-items: center;
}

.tlc-trust-bar__item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
}

.tlc-trust-bar__item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: var(--tlc-amber);
}


.tlc-layout {
    max-width: var(--tlc-max-width);
    margin: 0 auto;
    padding: 40px 20px 60px;
    display: grid;
    grid-template-columns: 1fr var(--tlc-sidebar-w);
    gap: var(--tlc-gap);
    align-items: start;
}

@media (max-width: 900px) {
    .tlc-layout {
        grid-template-columns: 1fr;
        padding: 28px 16px 48px;
    }
    .tlc-sidebar { order: -1; }
}


.tlc-section {
    margin-bottom: 36px;
}

.tlc-section--alt {
    background: var(--tlc-off-white);
    padding: 28px;
    border-radius: var(--tlc-radius-lg);
    border-left: 4px solid var(--tlc-green);
}

.tlc-section__heading {
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: 700;
    color: var(--tlc-navy);
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--tlc-green-light);
}


.tlc-card {
    padding: 24px 28px;
    border-radius: var(--tlc-radius-lg);
    box-shadow: var(--tlc-shadow);
}

.tlc-card--amber {
    background: var(--tlc-amber-light);
    border-left: 4px solid var(--tlc-amber);
}

.tlc-card--green {
    background: var(--tlc-green-light);
    border-left: 4px solid var(--tlc-green);
}


.tlc-prose {
    color: #333;
    line-height: 1.75;
    font-size: 15.5px;
}

.tlc-prose h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--tlc-navy);
    margin: 28px 0 12px;
}

.tlc-prose h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--tlc-navy-mid);
    margin: 22px 0 10px;
}

.tlc-prose p { margin: 0 0 14px; }

.tlc-prose ul {
    margin: 0 0 16px 0;
    padding-left: 20px;
}

.tlc-prose ul li {
    margin-bottom: 7px;
    position: relative;
}

.tlc-prose ul li::marker {
    color: var(--tlc-green);
}

.tlc-prose a {
    color: var(--tlc-green);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color var(--tlc-transition);
}

.tlc-prose a:hover {
    color: var(--tlc-green-dark);
}

.tlc-prose strong {
    color: var(--tlc-navy);
    font-weight: 700;
}


.tlc-faqs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tlc-faq {
    border: 1px solid var(--tlc-border);
    border-radius: var(--tlc-radius);
    overflow: hidden;
    background: var(--tlc-white);
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.tlc-faq__question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--tlc-navy);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background var(--tlc-transition);
}

.tlc-faq__question:hover,
.tlc-faq__question[aria-expanded="true"] {
    background: var(--tlc-green-light);
}

.tlc-faq__icon {
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 300;
    color: var(--tlc-green);
    line-height: 1;
    transition: transform var(--tlc-transition);
}

.tlc-faq__question[aria-expanded="true"] .tlc-faq__icon {
    transform: rotate(0deg);
    color: var(--tlc-green-dark);
}

.tlc-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.tlc-faq__answer .tlc-prose {
    padding: 4px 20px 18px;
    font-size: 14.5px;
}

/* pre-built faq html from acf_faqs_html */
.tlc-prose .faq-item {
    border: 1px solid var(--tlc-border);
    border-radius: var(--tlc-radius);
    padding: 16px 20px;
    margin-bottom: 10px;
    background: var(--tlc-white);
}

.tlc-prose .faq-item h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
}

.tlc-cta-box {
    background: linear-gradient(135deg, var(--tlc-navy) 0%, var(--tlc-navy-mid) 100%);
    color: var(--tlc-white);
    padding: 36px 32px;
    border-radius: var(--tlc-radius-lg);
    box-shadow: var(--tlc-shadow-lg);
    text-align: center;
}

.tlc-cta-box .tlc-prose {
    color: rgba(255,255,255,0.88);
    margin-bottom: 24px;
}

.tlc-cta-box .tlc-prose strong {
    color: var(--tlc-white);
}

.tlc-cta-box .tlc-prose a {
    color: var(--tlc-amber);
}

.tlc-cta-box__actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}


.tlc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: var(--tlc-radius);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid transparent;
    transition: background var(--tlc-transition), color var(--tlc-transition),
                border-color var(--tlc-transition), transform var(--tlc-transition);
    white-space: nowrap;
}

.tlc-btn:hover { transform: translateY(-1px); }

.tlc-btn--primary {
    background: var(--tlc-amber);
    color: var(--tlc-navy);
    border-color: var(--tlc-amber);
}

.tlc-btn--primary:hover {
    background: #e09510;
    border-color: #e09510;
    color: var(--tlc-navy);
}

.tlc-btn--secondary {
    background: var(--tlc-green);
    color: var(--tlc-white);
    border-color: var(--tlc-green);
}

.tlc-btn--secondary:hover {
    background: var(--tlc-green-dark);
    border-color: var(--tlc-green-dark);
    color: var(--tlc-white);
}

.tlc-btn--outline {
    background: transparent;
    color: var(--tlc-white);
    border-color: rgba(255,255,255,0.6);
}

.tlc-btn--outline:hover {
    background: rgba(255,255,255,0.12);
    border-color: var(--tlc-white);
    color: var(--tlc-white);
}

.tlc-btn--full { width: 100%; justify-content: center; }
.tlc-btn--lg { padding: 15px 32px; font-size: 16px; }

.tlc-btn--icon svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}


.tlc-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 203px;
}

.tlc-widget {
    background: var(--tlc-white);
    border: 1px solid var(--tlc-border);
    border-radius: var(--tlc-radius-lg);
    padding: 22px 20px;
    box-shadow: var(--tlc-shadow);
}

.tlc-widget__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--tlc-navy);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--tlc-green-light);
}

/* Emergency widget */
.tlc-widget--emergency {
    background: var(--tlc-navy);
    border-color: var(--tlc-navy);
    color: var(--tlc-white);
}

.tlc-widget--emergency .tlc-widget__title {
    color: var(--tlc-amber);
    border-bottom-color: rgba(245,166,35,0.3);
}

.tlc-widget--emergency p {
    font-size: 13.5px;
    color: rgba(255,255,255,0.8);
    margin: 0 0 16px;
}

.tlc-widget--emergency .tlc-btn--outline {
    margin-top: 10px;
}

/* Related links widget */
.tlc-widget__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tlc-widget__links li a {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: var(--tlc-green);
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: color var(--tlc-transition);
    line-height: 1.4;
}

.tlc-widget__links li a:hover { color: var(--tlc-green-dark); }

.tlc-widget__links li a svg {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Badges widget */
.tlc-widget--badges .tlc-widget__badge-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tlc-widget--badges .tlc-widget__badge-list li {
    font-size: 13.5px;
    color: #444;
    font-weight: 500;
}


@media (max-width: 640px) {
    .tlc-hero { padding: 44px 16px 40px; }
    .tlc-hero__ctas { flex-direction: column; align-items: center; }
    .tlc-btn { width: 100%; justify-content: center; max-width: 320px; }
    .tlc-trust-bar__inner { gap: 12px 20px; }
    .tlc-section--alt { padding: 20px 16px; }
    .tlc-card { padding: 18px 20px; }
    .tlc-cta-box { padding: 28px 20px; }
    .tlc-cta-box__actions { flex-direction: column; align-items: center; }
    .tlc-sidebar { position: static; }
}

@media (max-width: 480px) {
    .tlc-trust-bar__item:nth-child(n+3) { display: none; }
}
