:root {
    --green: #0d5c3f;
    --green-dark: #073d2a;
    --green-light: #e9f4ef;
    --red: #c62828;
    --ink: #17221d;
    --muted: #617068;
    --cream: #f7f5ef;
    --line: #dce5e0;
    --white: #fff;
    --shadow: 0 18px 50px rgba(12, 57, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; overflow-x: hidden; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-dark); }
img { max-width: 100%; height: auto; }
h1, h2, h3 { font-weight: 800; line-height: 1.15; letter-spacing: -.035em; }
h1 { font-size: clamp(2.35rem, 5vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 9999; background: var(--white); padding: .75rem 1rem; border-radius: 0 0 .5rem .5rem; }
.skip-link:focus { top: 0; }
.topbar { background: linear-gradient(90deg, #073d2a 0%, #0d6a48 52%, #073d2a 100%); color: #fff; font-size: .86rem; font-weight: 800; padding: .62rem 0; border-bottom: 3px solid #d43a32; }
.topbar ul { list-style: none; padding-left: 0; }
.topbar li { display: flex; align-items: center; gap: .5rem; padding: .35rem .8rem; border-radius: 999px; background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); white-space: nowrap; }
.topbar li::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; margin-right: .05rem; color: var(--green-dark); background: #83e0aa; font-size: .72rem; }
.site-header { background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(13, 92, 63, .1); box-shadow: 0 4px 18px rgba(13, 60, 43, .05); backdrop-filter: blur(12px); }
.navbar { min-height: 94px; padding-top: .35rem; padding-bottom: .35rem; }
.navbar > .container { max-width: 1520px; }
.navbar-brand { margin-right: 1rem; padding: 0; }
.navbar-brand .brand-logo { width: 320px; height: 82px; object-fit: cover; object-position: center; }
.header-phone { flex-direction: column; line-height: 1.1; color: var(--ink); }
.header-phone small { color: var(--muted); font-size: .67rem; }
.header-phone strong { color: var(--red); font-size: 1rem; }
.header-actions { width: 250px; flex-direction: column; gap: .32rem; margin-left: .35rem; }
.header-actions a { display: block; border-radius: .35rem; overflow: hidden; box-shadow: 0 4px 12px rgba(13,60,43,.12); transition: transform .18s ease, box-shadow .18s ease; }
.header-actions a:hover { transform: translateY(-1px); box-shadow: 0 7px 18px rgba(13,60,43,.18); }
.header-actions img { display: block; width: 100%; height: auto; }
.nav-link { color: #263b31; font-size: .77rem; font-weight: 750; text-transform: uppercase; letter-spacing: .02em; padding: 1.55rem .48rem !important; position: relative; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; left: .75rem; right: .75rem; bottom: 1rem; height: 2px; background: var(--red); transform: scaleX(0); transition: .2s ease; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link.active { color: var(--green); }
.btn { border-radius: .6rem; font-weight: 750; padding: .72rem 1.15rem; }
.btn-lg { padding: .88rem 1.35rem; font-size: 1rem; }
.btn-primary { background: var(--green); border-color: var(--green); }
.btn-primary:hover, .btn-primary:focus { background: var(--green-dark); border-color: var(--green-dark); }
.btn-outline-primary { color: var(--green); border-color: var(--green); }
.btn-outline-primary:hover { background: var(--green); border-color: var(--green); }
.btn-call { background: var(--red); color: var(--white); align-items: center; font-size: .9rem; }
.btn-call:hover { background: #a91e1e; color: var(--white); }
.btn-whatsapp { background: #22a65a; border-color: #22a65a; color: #fff; }
.btn-whatsapp:hover { background: #178746; border-color: #178746; color: #fff; }
.eyebrow { display: inline-block; color: var(--red); font-weight: 850; font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .8rem; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: #d5ded9; }
.hero-bg { position: absolute; inset: 0; background: url('../images/hero-truck.webp') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 32, 22, .86) 0%, rgba(5, 43, 29, .67) 46%, rgba(5, 43, 29, .08) 76%); }
.min-vh-hero { min-height: 690px; }
.hero-card { max-width: 670px; color: var(--white); }
.hero-card .eyebrow { color: #ffb4ab; }
.hero-card h1 { color: var(--white); margin-bottom: 1.25rem; }
.hero-lead { color: #e5f1eb; font-size: 1.25rem; max-width: 580px; }
.hero-checks { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1rem; margin: 1.7rem 0 0; color: #f1fff8; font-weight: 650; }
.hero-checks li::before { content: "✓"; color: #78e0a5; margin-right: .5rem; }
.hero-microcopy { color: #c8ddd2; font-size: .77rem; margin: .8rem 0 0; }
.trust-strip { position: relative; z-index: 2; margin-top: -34px; }
.trust-strip .container { background: #fff; border-radius: .85rem; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { min-height: 96px; padding: 1.2rem; display: flex; align-items: center; gap: .8rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-icon { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; display: grid; place-items: center; background: var(--green-light); color: var(--green); font-weight: 900; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: .91rem; }
.trust-item small { color: var(--muted); font-size: .73rem; }

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-heading { max-width: 720px; margin: 0 auto 3rem; }
.section-heading p, .section-intro { font-size: 1.08rem; }
.services-section { background: #fff; }
.service-card { height: 100%; background: #fff; border: 1px solid var(--line); border-radius: .9rem; overflow: hidden; transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 225px; object-fit: cover; }
.service-card > div { padding: 1.6rem; position: relative; }
.service-card > div > span { position: absolute; top: -2.1rem; right: 1.2rem; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; font-weight: 850; border: 4px solid #fff; }
.service-card h3 { font-size: 1.5rem; }
.service-card a { font-weight: 800; }
.service-card a b { color: var(--red); margin-left: .25rem; }
.process-section { background: var(--cream); }
.image-stack { position: relative; max-width: 490px; margin: auto; }
.image-stack .main-img { width: 100%; max-height: 600px; object-fit: cover; border-radius: 1rem; box-shadow: var(--shadow); }
.experience-badge { position: absolute; right: -1.5rem; bottom: 2rem; background: var(--red); color: #fff; width: 150px; height: 150px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; text-align: center; border: 7px solid #fff; box-shadow: var(--shadow); }
.experience-badge strong { font-size: 1.25rem; }
.experience-badge span { font-size: .76rem; }
.process-list { list-style: none; padding: 0; margin: 2rem 0; }
.process-list li { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid #d8ded9; }
.process-list li > span { width: 46px; height: 46px; flex: 0 0 46px; border-radius: .55rem; display: grid; place-items: center; background: var(--green); color: #fff; font-weight: 900; }
.process-list h3 { margin: 0 0 .25rem; }
.process-list p { margin: 0; }
.price-preview { background: var(--green-dark); color: #fff; }
.price-preview h2 { color: #fff; }
.price-preview p { color: #d5e8df; font-size: 1.05rem; }
.text-link { color: #fff; font-weight: 800; border-bottom: 2px solid var(--red); }
.text-link:hover { color: #fff; }
.price-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.18); border-radius: .8rem; overflow: hidden; }
.price-facts div { padding: 1.5rem .6rem; text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.price-facts div:last-child { border: 0; }
.price-facts strong, .price-facts span { display: block; }
.price-facts strong { font-size: 1.8rem; color: #fff; }
.price-facts span { font-size: .7rem; color: #c6ded3; }
.faq-section { background: #fff; }
.accordion-item { border: 0; border-bottom: 1px solid var(--line); }
.accordion-button { font-weight: 750; padding: 1.35rem 0; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--green); background: transparent; }
.accordion-body { padding: 0 0 1.4rem; color: var(--muted); }
.areas-section { background: var(--cream); }
.district-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.district-grid a { display: flex; gap: .65rem; padding: .9rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: .6rem; color: var(--ink); font-size: .86rem; transition: .2s; }
.district-grid a:hover { border-color: var(--green); transform: translateY(-2px); }
.district-grid strong { color: var(--green); }

.inner-hero, .district-hero { padding: 4.5rem 0; background: var(--green-dark); color: #fff; }
.inner-hero h1, .district-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.inner-hero p, .district-hero p { color: #d4e9df; font-size: 1.15rem; }
.inner-hero img, .district-hero img { width: 100%; max-height: 390px; object-fit: cover; border-radius: 1rem; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.breadcrumb-nav { display: flex; gap: .55rem; align-items: center; margin-bottom: 2.2rem; font-size: .8rem; color: #b9d5c8; }
.breadcrumb-nav a { color: #fff; }
.content-article p { font-size: 1.04rem; }
.content-article h2 { margin: 2rem 0 1rem; }
.content-article h2:first-child { margin-top: 0; }
.feature-box { margin-top: 2.5rem; padding: 2rem; background: var(--green-light); border-radius: .8rem; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1rem; list-style: none; padding: 0; }
.check-grid li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: .55rem; }
.contact-card { top: 115px; background: var(--cream); border: 1px solid var(--line); border-radius: .9rem; padding: 2rem; box-shadow: var(--shadow); }
.contact-card small { display: block; color: var(--muted); text-align: center; margin-top: .9rem; }
.related-services { padding-top: 0; }
.related-services a { display: flex; justify-content: space-between; padding: 1.3rem; background: var(--green-light); border-radius: .7rem; color: var(--ink); font-weight: 800; }
.related-services a:hover { background: var(--green); color: #fff; }
.page-hero { padding: 5.5rem 0; background: linear-gradient(135deg, var(--cream), var(--green-light)); text-align: center; }
.page-hero.compact { padding: 3.6rem 0; text-align: left; }
.page-hero p { max-width: 720px; margin: 1rem auto 0; font-size: 1.12rem; }
.price-cards article { height: 100%; padding: 2rem; border: 1px solid var(--line); border-radius: .9rem; background: #fff; }
.price-cards article.featured { border: 2px solid var(--green); box-shadow: var(--shadow); transform: translateY(-10px); }
.price-label { color: var(--red); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.price-cards h2 { font-size: 1.5rem; margin-top: .65rem; }
.price-cards h2 small { font-size: .72rem; color: var(--muted); letter-spacing: 0; }
.tax-note { display: block; margin-top: .75rem; color: var(--muted); text-align: center; }
.depot-note { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding: 1.2rem 1.4rem; border: 1px solid var(--line); border-radius: .7rem; background: var(--cream); }
.depot-note span { color: var(--muted); }
.no-costs { margin-top: 4rem; padding: 2rem; border-radius: .8rem; background: var(--green-dark); color: #fff; }
.no-costs h2 { font-size: 1.6rem; margin-bottom: 1.4rem; }
.legal-hint { margin-top: 1.5rem; font-size: .84rem; }
.contact-section { background: var(--cream); }
.form-panel, .contact-details { background: #fff; padding: clamp(1.5rem, 4vw, 3rem); border-radius: .9rem; box-shadow: var(--shadow); }
.form-panel label { display: block; font-weight: 700; margin-bottom: .35rem; }
.form-control { min-height: 50px; border-color: #cbd7d1; }
.form-control:focus { border-color: var(--green); box-shadow: 0 0 0 .2rem rgba(13,92,63,.12); }
textarea.form-control { min-height: 145px; }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-check label, .form-check-label { font-size: .83rem; font-weight: 400; }
.contact-method { display: flex; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.contact-method b { width: 44px; height: 44px; display: grid; place-items: center; background: var(--green-light); color: var(--green); border-radius: 50%; }
.contact-method small, .contact-method span { display: block; }
.contact-method small { color: var(--muted); font-size: .75rem; }
.legal-page { background: var(--cream); }
.legal-card { max-width: 900px; margin: auto; padding: clamp(1.5rem, 5vw, 4rem); background: #fff; border-radius: .9rem; box-shadow: var(--shadow); }
.legal-card h2 { font-size: 1.45rem; margin: 2rem 0 .8rem; }
.legal-card h2:first-of-type { margin-top: 0; }
.legal-card dl { display: grid; grid-template-columns: 210px 1fr; gap: .8rem 1.4rem; }
.legal-card dt { color: var(--muted); }
.legal-card dd { font-weight: 650; }
.wko-logo { max-width: 280px; margin-top: 1rem; }

.cta-band { background: var(--red); color: #fff; padding: 3rem 0; }
.cta-band .eyebrow { color: #ffd2cd; }
.cta-band h2 { color: #fff; font-size: 2rem; margin-bottom: .4rem; }
.cta-band p { color: #ffe3df; margin: 0; }
.site-footer { background: #071f16; color: #c5d8cf; }
.site-footer p { color: #a9c0b5; }
.site-footer h3 { color: #fff; font-size: .92rem; text-transform: uppercase; letter-spacing: .05em; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin: .45rem 0; }
.site-footer a { color: #c5d8cf; }
.site-footer a:hover { color: #fff; }
.footer-brand { color: #fff; font-size: 1.55rem; }
.footer-brand span { color: #66d093; }
.trust-note { line-height: 1.95; }
.footer-bottom { padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.09); color: #7f998d; font-size: .76rem; text-align: center; }
.mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1050; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -5px 20px rgba(0,0,0,.18); }
.mobile-actions a { padding: .9rem; text-align: center; color: #fff; background: var(--red); font-weight: 850; }
.mobile-actions a:last-child { background: #20a357; }

/* Original WordPress page content, presented with the new visual system. */
.source-shell { background: #fff; overflow: hidden; }
.source-content, .source-content * { min-width: 0; }
.source-content { overflow-wrap: break-word; word-break: normal; }
.source-content a, .source-content h1, .source-content h2, .source-content h3, .source-content p, .source-content li { max-width: 100%; }
.source-content iframe, .source-content video, .source-content table { max-width: 100%; }
.source-content > .elementor { width: 100%; }
.source-content .elementor-section { position: relative; padding: 4rem 0; }
.source-content .elementor-section .elementor-section { padding: 1rem 0; }
.source-content .elementor-container { width: min(1140px, calc(100% - 2rem)); margin: 0 auto; display: flex; flex-wrap: wrap; align-items: stretch; }
.source-content .elementor-column { min-width: 0; padding: .75rem; }
.source-content .elementor-col-100 { width: 100%; }
.source-content .elementor-col-50 { width: 50%; }
.source-content .elementor-col-33 { width: 33.333%; }
.source-content .elementor-col-25 { width: 25%; }
.source-content .elementor-col-20 { width: 20%; }
.source-content .elementor-widget-wrap,
.source-content .elementor-widget,
.source-content .elementor-widget-container { width: 100%; }
.source-content .elementor-widget { margin-bottom: 1rem; }
.source-content h1, .source-content h2, .source-content h3, .source-content h4 { color: var(--ink); }
.source-content h1 { font-size: clamp(2.2rem, 5vw, 4.25rem); }
.source-content h2 { font-size: clamp(1.75rem, 3.5vw, 2.8rem); }
.source-content h3 { font-size: 1.35rem; }
.source-content p, .source-content li { color: var(--muted); font-size: 1rem; }
.source-content img { display: block; max-width: 100%; height: auto; border-radius: .75rem; }
.source-content .elementor-image img,
.source-content .elementor-widget-image img { width: 100%; }
.source-content .elementor-button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.25rem; border-radius: .6rem; background: var(--green); color: #fff; font-weight: 800; }
.source-content .elementor-button:hover { background: var(--green-dark); color: #fff; }
.source-content .elementor-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--green); }
.source-content .elementor-icon svg { width: 1.5em; height: 1.5em; fill: currentColor; }
.source-content .elementor-icon-box-wrapper { display: flex; gap: .8rem; align-items: flex-start; }
.source-content .elementor-icon-box-title { margin-bottom: .3rem; }
.source-content .elementor-field-group { margin-bottom: 1rem; }
.source-content .elementor-field,
.source-content input,
.source-content textarea { width: 100%; min-height: 50px; border: 1px solid #cbd7d1; border-radius: .5rem; padding: .75rem; background: #fff; }
.source-content textarea { min-height: 130px; }
.source-content button.elementor-button { border: 0; width: 100%; }
.source-content .elementor-price-table { height: 100%; padding: 1.75rem; border: 1px solid var(--line); border-radius: .8rem; background: #fff; box-shadow: var(--shadow); }
.source-content .elementor-price-table__price { color: var(--green); font-size: 2rem; font-weight: 900; }
.source-content .elementor-price-table__features-list { padding-left: 1.2rem; }
.source-content .elementor-gallery__container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.source-content .elementor-gallery-item { min-height: 240px; background-size: cover; background-position: center; border-radius: .75rem; }
.source-home .source-content > .elementor > .elementor-section:first-child { background: var(--green-dark); color: #fff; }
.source-home .source-content > .elementor > .elementor-section:first-child h1,
.source-home .source-content > .elementor > .elementor-section:first-child h2,
.source-home .source-content > .elementor > .elementor-section:first-child h3 { color: #fff; }
.source-home .source-content > .elementor > .elementor-section:first-child p { color: #d7e9e0; }
.source-content > .elementor > .elementor-section:nth-child(even) { background: var(--cream); }
.source-content .elementor-divider { padding: .4rem 0; }
.source-content .elementor-divider-separator { display: block; width: 100%; border-top: 1px solid var(--line); }
.source-content .elementor-heading-title { margin-bottom: 1rem; }
.source-content .elementor-icon-list-items { list-style: none; padding: 0; margin: 0; }
.source-content .elementor-icon-list-item { display: flex; align-items: flex-start; gap: .65rem; padding: .35rem 0; }
.source-content .elementor-icon-list-icon { color: var(--green); flex: 0 0 auto; }
.source-content .elementor-icon-list-icon svg { width: 1.1rem; height: 1.1rem; fill: currentColor; }
.source-content .fa { display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-weight: 900; }
.source-content .fa-check-square::before,
.source-content .fa-check-circle::before { content: "✓"; color: var(--green); }
.source-content .fa-arrow-circle-right::before { content: "→"; }
.source-content .elementor-form-fields-wrapper { display: flex; flex-wrap: wrap; margin: 0 -.5rem; }
.source-content .elementor-form-fields-wrapper > .elementor-field-group { padding: 0 .5rem; }
.source-content .elementor-field-group.elementor-col-50 { width: 50%; }
.source-content .elementor-field-group.elementor-col-100 { width: 100%; }
.source-content .elementor-widget-form { max-width: 760px; margin-left: auto; margin-right: auto; padding: clamp(1.25rem, 4vw, 2.5rem); background: #fff; border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }

/* Home: five trust/contact facts */
.source-home .elementor-element-121d2c29 { padding: 2rem 0 !important; background: var(--cream) !important; }
.source-home .elementor-element-121d2c29 > .elementor-container { width: min(1240px, calc(100% - 2rem)); gap: .75rem; flex-wrap: nowrap; }
.source-home .elementor-element-121d2c29 > .elementor-container > .elementor-column { width: calc(20% - .6rem); padding: 0; }
.source-home .elementor-element-121d2c29 .elementor-widget-wrap,
.source-home .elementor-element-121d2c29 .elementor-widget,
.source-home .elementor-element-121d2c29 .elementor-widget-container,
.source-home .elementor-element-121d2c29 .elementor-icon-box-wrapper { height: 100%; }
.source-home .elementor-element-121d2c29 .elementor-widget { margin: 0; }
.source-home .elementor-element-121d2c29 .elementor-icon-box-wrapper { min-height: 175px; padding: 1.25rem 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: .85rem; box-shadow: 0 10px 30px rgba(12,57,39,.08); }
.source-home .elementor-element-121d2c29 .elementor-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--green-light); color: var(--green); }
.source-home .elementor-element-121d2c29 .elementor-icon svg { width: 24px; height: 24px; }
.source-home .elementor-element-121d2c29 .icon-contract::before { content: "✓"; font-style: normal; font-weight: 900; font-size: 1.4rem; }
.source-home .elementor-element-121d2c29 h3 { margin: 0; color: var(--ink) !important; font-size: .9rem; line-height: 1.35; letter-spacing: -.01em; text-transform: uppercase; }
.source-home .elementor-element-121d2c29 p { margin: .45rem 0 0; color: var(--muted) !important; font-size: .78rem; line-height: 1.45; }
.source-home .elementor-element-121d2c29 .elementor-element-3588ae9d .elementor-icon-box-wrapper { background: #e7f8ee; border-color: #b8e2ca; }
.source-home .elementor-element-121d2c29 .elementor-element-3588ae9d a,
.source-home .elementor-element-121d2c29 .elementor-element-3588ae9d .elementor-icon { color: #137f45; }

/* Home: WordPress'teki metin, kamyon ve kampanya görsellerinin temiz yerleşimi */
.source-home .elementor-element-9047892 { padding: clamp(3.5rem, 6vw, 6rem) 0 1.5rem; background: #fff !important; }
.source-home .elementor-element-9047892 > .elementor-container { width: min(1140px, calc(100% - 2rem)); align-items: flex-start; gap: clamp(2rem, 4vw, 4.5rem); }
.source-home .elementor-element-9047892 > .elementor-container > .elementor-element-4148566d { width: calc(62% - 2.25rem); padding: 0; }
.source-home .elementor-element-9047892 > .elementor-container > .elementor-element-6e29be55 { width: calc(38% - 2.25rem); padding: 0; }
.source-home .elementor-element-9047892 h1 { max-width: none; margin: 0 0 1.7rem; color: #111 !important; font-size: clamp(2rem, 2.7vw, 2.85rem) !important; line-height: 1.12 !important; letter-spacing: -.04em; }
.source-home .elementor-element-9047892 p { margin-bottom: 1.55rem; color: #171717 !important; font-size: clamp(1rem, 1.16vw, 1.13rem) !important; line-height: 1.62; }
.source-home .elementor-element-9047892 p:last-child { margin-bottom: 0; }
.source-home .elementor-element-9047892 a { color: #139552; }
.source-home .elementor-element-9047892 .elementor-element-6eac4ece { padding: 0; border: 0; }
.source-home .elementor-element-9047892 .elementor-element-38efddbc { display: none; }
.source-home .elementor-element-9047892 .elementor-element-1c0af51 { margin: 0 0 2rem; }
.source-home .elementor-element-9047892 .elementor-divider { display: block; padding: 0; }
.source-home .elementor-element-9047892 .elementor-divider-separator { display: block; width: 100%; border-top: 1px solid #222; }
.source-home .elementor-element-9047892 .elementor-element-5ac75901 { margin: 0; }
.source-home .elementor-element-9047892 .elementor-element-5ac75901 img { width: 100%; aspect-ratio: 1.5/1; object-fit: cover; object-position: center; border: 0; border-radius: 1rem; box-shadow: 7px 9px 11px rgba(0,0,0,.3); filter: none; }
.source-home .elementor-element-21d5e192 { padding: 2rem 0 clamp(3.5rem, 6vw, 6rem); background: #fff !important; }
.source-home .elementor-element-21d5e192 > .elementor-container { width: min(1140px, calc(100% - 2rem)); gap: clamp(1.75rem, 4vw, 4rem); align-items: center; }
.source-home .elementor-element-21d5e192 > .elementor-container > .elementor-column:first-child { display: block !important; width: calc(35% - 2rem); padding: 0; }
.source-home .elementor-element-21d5e192 > .elementor-container > .elementor-column:last-child { width: calc(65% - 2rem); padding: 0; }
.source-home .elementor-element-21d5e192 .elementor-widget-wrap { height: auto; padding: 0; overflow: visible; background: transparent; box-shadow: none; }
.source-home .elementor-element-21d5e192 .elementor-widget,
.source-home .elementor-element-21d5e192 .elementor-widget-container,
.source-home .elementor-element-21d5e192 a { display: flex; width: 100%; align-items: center; justify-content: center; margin: 0; }
.source-home .elementor-element-21d5e192 img { width: 100%; height: auto; max-height: 270px; object-fit: contain; border-radius: 0; filter: none; }
.source-home .elementor-element-21d5e192 .elementor-element-275a54a8 { padding: 0; background: transparent; }
.source-home .elementor-element-21d5e192 .elementor-element-275a54a8 img { height: auto; max-height: 190px; object-fit: contain; }
.source-content .simple-card { height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: .9rem; background: #fff; box-shadow: 0 14px 38px rgba(12,57,39,.09); text-align: left !important; transition: transform .2s ease, box-shadow .2s ease; }
.source-content .elementor-widget-elementskit-image-box,
.source-content .elementor-widget-elementskit-image-box > .elementor-widget-container,
.source-content .elementor-widget-elementskit-image-box .ekit-wid-con { height: 100%; }
.source-content .simple-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.source-content .simple-card .elementskit-box-header img { width: 100%; height: 300px; object-fit: cover; border-radius: 0; }
.source-content .simple-card .elementskit-box-body { padding: 1.5rem; }
.source-content .simple-card h3 { font-size: 1.35rem; }
.source-content .simple-card .elementskit-box-style-content { color: var(--muted); }
.source-content .simple-card .elementskit-btn { display: inline-block; margin-top: 1rem; color: var(--green); font-weight: 800; }

/* Home: three classic service boxes (Haus, Keller, Wohnung) */
.source-home .elementor-element-10527431 { padding: clamp(3.5rem, 7vw, 6rem) 0; background: var(--cream) !important; }
.source-home .elementor-element-10527431 > .elementor-container { gap: 1.25rem; align-items: stretch; }
.source-home .elementor-element-10527431 > .elementor-container > .elementor-column { width: calc(33.333% - .84rem); padding: 0; }
.source-home .elementor-element-10527431 .elementor-widget-wrap { height: 100%; display: flex; flex-direction: column; overflow: hidden; padding-bottom: 1.35rem; border: 1px solid var(--line); border-radius: .95rem; background: #fff; box-shadow: 0 14px 38px rgba(12,57,39,.09); }
.source-home .elementor-element-10527431 .elementor-widget { margin-bottom: .7rem; }
.source-home .elementor-element-10527431 .elementor-widget-image { margin: 0 0 1.2rem; }
.source-home .elementor-element-10527431 .elementor-widget-image img { width: 100%; height: 225px; object-fit: cover; border-radius: 0; filter: saturate(1.08); }
.source-home .elementor-element-10527431 .elementor-widget-heading,
.source-home .elementor-element-10527431 .elementor-widget-text-editor,
.source-home .elementor-element-10527431 .elementor-widget-button { padding: 0 1.35rem; }
.source-home .elementor-element-10527431 .elementor-widget-heading h3 { min-height: 3.1rem; margin: 0; font-size: 1.24rem; }
.source-home .elementor-element-10527431 .elementor-widget-text-editor { flex: 1; }
.source-home .elementor-element-10527431 .elementor-widget-text-editor p { margin-bottom: .4rem; }
.source-home .elementor-element-10527431 .elementor-widget-divider { display: none; }
.source-home .elementor-element-10527431 .elementor-button-wrapper { width: 100%; }
.source-home .elementor-element-10527431 .elementor-button { width: 100%; padding: .75rem 1rem; border: 1px solid var(--green); background: transparent; color: var(--green); }
.source-home .elementor-element-10527431 .elementor-button:hover { background: var(--green); color: #fff; }
.source-home .elementor-element-10527431 .elementor-button-content-wrapper { display: flex; align-items: center; justify-content: center; gap: .5rem; }
.source-home .elementor-element-10527431 .elementor-button-icon svg { width: 16px; height: 16px; fill: currentColor; }

/* Four-column benefit rows used on district and service pages */
.source-content .elementor-col-25 .elementor-widget-icon-box .elementor-icon-box-wrapper { height: 100%; padding: 1.25rem; border: 1px solid var(--line); border-radius: .75rem; background: #fff; }
.source-content .elementor-col-25 .elementor-widget-icon-box h3 { font-size: .98rem; letter-spacing: -.01em; }
.source-content .elementor-col-25 .elementor-widget-icon-box p { font-size: .82rem; margin-bottom: 0; }

/* Consistent treatment for every inner page type */
.source-district .source-content > .elementor > .elementor-top-section:first-child { padding: 4rem 0; background: var(--green-dark); }
.source-district .source-content > .elementor > .elementor-top-section:first-child h1,
.source-district .source-content > .elementor > .elementor-top-section:first-child h2,
.source-district .source-content > .elementor > .elementor-top-section:first-child h3 { color: #fff; }
.source-district .source-content > .elementor > .elementor-top-section:first-child p { color: #d7e9e0; }
.source-district .source-content > .elementor > .elementor-top-section:first-child > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-text-editor { max-width: 900px; margin: 2rem auto 0; padding: 2rem; border-radius: .9rem; background: #fff; }
.source-district .source-content > .elementor > .elementor-top-section:first-child > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-text-editor p { color: var(--muted); }
.source-service .source-content > .elementor > .elementor-top-section:first-child,
.source-prices .source-content > .elementor > .elementor-top-section:first-child,
.source-contact .source-content > .elementor > .elementor-top-section:first-child { background: linear-gradient(135deg, #fff, var(--green-light)); }
.source-service .source-content .elementor-widget-text-editor { max-width: 900px; }
.source-service .source-content .elementor-widget-image img { width: 100%; max-height: 380px; object-fit: cover; }
.source-service .source-content .elementor-top-column:has(.elementor-widget-form) { display: none !important; }
.source-service .source-content .elementor-top-column:not(:has(.elementor-widget-form)) { width: 100%; }
.source-prices .source-content .elementor-element-33f1a72f { width: 100%; }
.source-prices .source-content .elementor-widget-price-table { height: 100%; }
.source-prices .source-content > .elementor > .elementor-top-section:first-child { padding: clamp(4rem, 8vw, 7rem) 0; }
.source-prices .source-content .elementor-element-33f1a72f > .elementor-widget-wrap { max-width: 1180px; margin: 0 auto; }
.source-prices .source-content .elementor-element-20e25ba { padding: 2rem 0 1rem; background: transparent; }
.source-prices .source-content .elementor-element-20e25ba > .elementor-container { width: 100%; gap: 1.25rem; align-items: stretch; }
.source-prices .source-content .elementor-element-20e25ba > .elementor-container > .elementor-column { width: calc(33.333% - .84rem); padding: 0; }
.source-prices .source-content .elementor-widget-price-table,
.source-prices .source-content .elementor-widget-price-table > .elementor-widget-container { height: 100%; }
.source-prices .source-content .elementor-price-table { height: 100%; display: flex; flex-direction: column; padding: 0; overflow: hidden; border: 1px solid #cfded6; border-radius: 1rem; background: #fff; box-shadow: 0 16px 40px rgba(12,57,39,.1); }
.source-prices .source-content .elementor-price-table__header { min-height: 112px; padding: 1.5rem 1.2rem; text-align: center; background: var(--green-dark); color: #fff; }
.source-prices .source-content .elementor-price-table__heading { min-height: 2.4rem; margin: 0 0 .35rem; color: #fff; font-size: 1.16rem; }
.source-prices .source-content .elementor-price-table__subheading { color: #cce1d7; font-size: .84rem; }
.source-prices .source-content .elementor-price-table__price { min-height: 110px; display: flex; align-items: baseline; justify-content: center; gap: .18rem; padding: 1.25rem; color: var(--green); font-weight: 900; }
.source-prices .source-content .elementor-price-table__currency { font-size: 1.25rem; }
.source-prices .source-content .elementor-price-table__integer-part { font-size: 3.35rem; line-height: 1; }
.source-prices .source-content .elementor-price-table__after-price { align-self: center; }
.source-prices .source-content .elementor-price-table__fractional-part { font-size: 1rem; }
.source-prices .source-content .elementor-price-table__period { margin-left: .4rem; color: var(--muted); font-size: .78rem; }
.source-prices .source-content .elementor-price-table__features-list { flex: 1; list-style: none; margin: 0; padding: .7rem 1.3rem 1.2rem; }
.source-prices .source-content .elementor-price-table__features-list li { padding: .65rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.source-prices .source-content .elementor-price-table__features-list li:last-child { border-bottom: 0; }
.source-prices .source-content .elementor-price-table__feature-inner { display: flex; align-items: center; gap: .55rem; }
.source-prices .source-content .elementor-price-table__feature-inner svg { width: 16px; height: 16px; flex: 0 0 16px; fill: var(--green); }
.source-prices .source-content .elementor-price-table__footer { padding: 1.2rem; background: var(--cream); }
.source-prices .source-content .elementor-price-table__button { width: 100%; }
.source-prices .source-content .elementor-price-table__additional_info { margin-top: .55rem; text-align: center; color: var(--muted); font-size: .72rem; }
.source-prices .source-content .elementor-element-222b8f4 .elementor-price-table { border-color: var(--green); transform: translateY(-8px); box-shadow: 0 22px 50px rgba(13,92,63,.18); }
.source-prices .source-content .elementor-element-b8424df { margin-top: 1.6rem; padding: 1.25rem 1.4rem; border-left: 4px solid var(--red); border-radius: .6rem; background: #fff; }
.source-contact .source-content > .elementor > .elementor-top-section:first-child { position: relative; min-height: 680px; display: flex; align-items: center; padding: 5rem 0; background: linear-gradient(135deg, #eaf5ef 0%, #fff 48%, #dceee5 100%); }
.source-contact .source-content > .elementor > .elementor-top-section:first-child > .elementor-container { align-items: center; gap: 2rem; }
.source-contact .source-content .elementor-element-6b4e0220 { width: calc(55% - 1rem); padding: 0; }
.source-contact .source-content .elementor-element-a39a1e6 { width: calc(45% - 1rem); min-height: 560px; padding: 0; }
.source-contact .source-content .elementor-element-a39a1e6 > .elementor-widget-wrap { height: 100%; display: flex; align-items: stretch; }
.source-contact .source-content .elementor-widget-form { max-width: none; margin: 0; padding: clamp(1.5rem, 3vw, 2.5rem); border: 0; box-shadow: 0 24px 60px rgba(12,57,39,.16); }
.source-contact .source-content .elementor-widget-heading h1 { margin-bottom: 1.35rem; padding-left: 1rem; border-left: 5px solid var(--red); font-size: clamp(2.2rem, 4vw, 3.6rem); }
.source-contact .source-content .elementor-field { font-size: 1rem; }
.source-contact .source-content .elementor-field-label { display: block; margin-bottom: .35rem; color: var(--ink); font-size: .82rem; font-weight: 800; }
.source-contact .source-content button.elementor-button { min-height: 52px; }
.source-contact .source-content .recaptcha-field { overflow: hidden; }
.contact-details { width: 100%; padding: clamp(2rem, 4vw, 3.25rem); border-radius: 1.2rem; color: #fff; background: linear-gradient(145deg, #073d2a, #0d6a48); box-shadow: 0 24px 60px rgba(12,57,39,.2); }
.contact-details__eyebrow { display: inline-block; margin-bottom: .7rem; color: #a9e8c5; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-details h2 { margin-bottom: 1rem; color: #fff !important; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.contact-details > p { margin-bottom: 1.6rem; color: #d9eee4 !important; }
.contact-details__list { margin: 0; }
.contact-details__list > div { display: grid; grid-template-columns: 115px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-details__list dt { color: #a9e8c5; font-size: .77rem; font-weight: 850; text-transform: uppercase; }
.contact-details__list dd { margin: 0; color: #fff; font-weight: 650; }
.contact-details__list a { color: #fff; }
.contact-details__actions { display: flex; gap: .75rem; margin-top: 1.7rem; }
.contact-details__actions a { flex: 1; padding: .8rem 1rem; border-radius: .6rem; color: #fff; font-weight: 850; text-align: center; }
.contact-details__call { background: var(--red); }
.contact-details__whatsapp { background: #20a85a; }
.contact-details__actions a:hover { color: #fff; filter: brightness(.92); }
.contact-feedback { padding-top: 1.5rem; }
.contact-feedback .alert { margin: 0; border-radius: .75rem; }
.source-legal { background: var(--cream); }
.source-legal .source-content > .elementor > .elementor-top-section:first-child > .elementor-container { max-width: 900px; }
.source-legal .source-content .elementor-widget-text-editor { padding: clamp(1.5rem, 5vw, 3.5rem); border-radius: 1rem; background: #fff; box-shadow: var(--shadow); }
.source-legal .source-content .elementor-widget-text-editor p { line-height: 1.8; }

@media (min-width: 1025px) {
    .source-content .elementor-hidden-desktop { display: none !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .source-content .elementor-hidden-tablet { display: none !important; }
}

@media (max-width: 1199.98px) {
    .navbar-collapse { border-top: 1px solid var(--line); margin-top: .7rem; }
    .nav-link { padding: .75rem 0 !important; }
    .nav-link::after { display: none; }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar-brand .brand-logo { width: 280px; }
    .header-actions { width: 225px; }
    .nav-link { font-size: .72rem; padding-left: .38rem !important; padding-right: .38rem !important; }
}

@media (max-width: 991.98px) {
    .navbar { min-height: 78px; }
    .navbar-collapse { border-top: 1px solid var(--line); margin-top: .7rem; }
    .nav-link { padding: .75rem 0 !important; }
    .nav-link::after { display: none; }
    .hero { min-height: 620px; }
    .hero-bg { background-position: 58% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(4, 32, 22, .91), rgba(5, 43, 29, .7)); }
    .min-vh-hero { min-height: 620px; }
    .trust-item { border-bottom: 1px solid var(--line); }
    .district-grid { grid-template-columns: repeat(3, 1fr); }
    .source-content .elementor-col-25,
    .source-content .elementor-col-20 { width: 50%; }
    .source-home .elementor-element-121d2c29 > .elementor-container { flex-wrap: wrap; }
    .source-home .elementor-element-121d2c29 > .elementor-container > .elementor-column { width: calc(50% - .375rem); }
    .source-home .elementor-element-121d2c29 > .elementor-container > .elementor-column:last-child { width: 100%; }
    .source-home .elementor-element-9047892 > .elementor-container > .elementor-element-4148566d,
    .source-home .elementor-element-9047892 > .elementor-container > .elementor-element-6e29be55 { width: 100%; }
    .source-home .elementor-element-9047892 > .elementor-container > .elementor-element-6e29be55 { max-width: 720px; margin: 0 auto; }
    .source-home .elementor-element-10527431 > .elementor-container > .elementor-column { width: calc(50% - .625rem); }
    .source-home .elementor-element-10527431 > .elementor-container > .elementor-column:last-child { width: 100%; }
    .source-contact .source-content .elementor-top-column { width: 100%; }
    .source-contact .source-content .elementor-element-a39a1e6 { display: block; width: 100%; min-height: 0; margin-top: .5rem; }
    .source-prices .source-content .elementor-element-20e25ba > .elementor-container > .elementor-column { width: calc(50% - .625rem); }
    .source-prices .source-content .elementor-element-20e25ba > .elementor-container > .elementor-column:last-child { width: 100%; }
    .source-prices .source-content .elementor-element-222b8f4 .elementor-price-table { transform: none; }
}

@media (max-width: 767.98px) {
    body { padding-bottom: 54px; }
    .topbar { padding: .45rem 0; }
    .topbar ul { flex-wrap: nowrap !important; justify-content: flex-start !important; overflow-x: auto; scrollbar-width: none; }
    .topbar ul::-webkit-scrollbar { display: none; }
    .topbar li { flex: 0 0 auto; font-size: .78rem; padding: .28rem .65rem; }
    .navbar-brand .brand-logo { width: 215px; height: 64px; }
    .hero, .min-vh-hero { min-height: 590px; }
    .hero-card h1 { font-size: 2.45rem; }
    .hero-lead { font-size: 1.05rem; }
    .hero-checks { grid-template-columns: 1fr; }
    .trust-strip { margin-top: 0; }
    .trust-strip .container { border-radius: 0; }
    .trust-item { padding: .85rem .65rem; min-height: 84px; }
    .trust-icon { width: 36px; height: 36px; flex-basis: 36px; }
    .service-card img { height: 200px; }
    .experience-badge { width: 120px; height: 120px; right: -5px; }
    .price-facts { grid-template-columns: 1fr; }
    .price-facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    .district-grid { grid-template-columns: repeat(2, 1fr); }
    .district-grid a { display: block; padding: .75rem; }
    .district-grid span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .inner-hero, .district-hero { padding: 3rem 0; }
    .check-grid { grid-template-columns: 1fr; }
    .legal-card dl { grid-template-columns: 1fr; gap: .15rem; }
    .legal-card dd { margin-bottom: .75rem; }
    .price-cards article.featured { transform: none; }
    .depot-note { display: block; }
    .depot-note span { display: block; margin-top: .35rem; }
    .source-content .elementor-section { padding: 2.75rem 0; }
    .source-content .elementor-col-50,
    .source-content .elementor-col-33,
    .source-content .elementor-col-25,
    .source-content .elementor-col-20 { width: 100%; }
    .source-content .elementor-gallery__container { grid-template-columns: 1fr; }
    .source-content .elementor-hidden-mobile { display: none !important; }
    .source-content .elementor-field-group.elementor-col-50 { width: 100%; }
    .source-home .elementor-element-121d2c29 > .elementor-container > .elementor-column { width: 100%; }
    .source-home .elementor-element-121d2c29 .elementor-icon-box-wrapper { min-height: 0; flex-direction: row; justify-content: flex-start; text-align: left; padding: 1rem; }
    .source-home .elementor-element-121d2c29 .elementor-icon { flex: 0 0 46px; width: 46px; height: 46px; }
    .source-content .simple-card .elementskit-box-header img { height: 240px; }
    .source-home .elementor-element-9047892 > .elementor-container,
    .source-home .elementor-element-21d5e192 > .elementor-container { display: block; width: calc(100% - 2rem); }
    .source-home .elementor-element-9047892 > .elementor-container > .elementor-element-4148566d,
    .source-home .elementor-element-9047892 > .elementor-container > .elementor-element-6e29be55,
    .source-home .elementor-element-21d5e192 > .elementor-container > .elementor-column:first-child,
    .source-home .elementor-element-21d5e192 > .elementor-container > .elementor-column:last-child { display: block !important; width: 100% !important; max-width: 100% !important; }
    .source-home .elementor-element-9047892 .elementor-widget-wrap,
    .source-home .elementor-element-9047892 .elementor-widget,
    .source-home .elementor-element-9047892 .elementor-widget-container { max-width: 100%; }
    .source-home .elementor-element-9047892 h1,
    .source-home .elementor-element-9047892 p { white-space: normal; overflow-wrap: anywhere; }
    .source-home .elementor-element-9047892 .elementor-element-6eac4ece { padding-left: 0; }
    .source-home .elementor-element-21d5e192 img { height: 230px; }
    .source-home .elementor-element-21d5e192 .elementor-element-275a54a8 img { max-height: 170px; }
    .source-home .elementor-element-10527431 > .elementor-container > .elementor-column { width: 100%; }
    .source-home .elementor-element-10527431 .elementor-widget-heading h3 { min-height: 0; }
    .source-home .elementor-element-10527431 .elementor-widget-image img { height: 215px; }
    .source-prices .source-content .elementor-element-20e25ba > .elementor-container > .elementor-column { width: 100%; }
    .source-prices .source-content .elementor-price-table__heading { min-height: 0; }
    .source-contact .source-content > .elementor > .elementor-top-section:first-child { min-height: 0; padding: 3.5rem 0; }
    .source-contact .source-content .elementor-element-6b4e0220 { width: 100%; }
    .source-contact .source-content .elementor-field-group.elementor-col-50 { width: 100%; }
    .contact-details { padding: 1.5rem; }
    .contact-details__list > div { grid-template-columns: 1fr; gap: .2rem; }
    .contact-details__actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
