/*
 * Landing Page — Entrümpelung Klagenfurt
 * Design system: Kinetic Utility / Modern Utility
 * Signal Yellow #FCE300  |  Asphalt Black #1A1A1A
 * Scoped to: .tt-lp-entruempelung, .lp-sticky-bar, body.page-lp-entruempelung
 * Does NOT modify global Bootstrap, yk-tokens.css, or main.css.
 */

/* ================================================================
   LP DESIGN TOKENS
================================================================ */
.tt-lp-entruempelung {
    --lp-yellow:       #FCE300;
    --lp-black:        #1A1A1A;
    --lp-white:        #FFFFFF;
    --lp-gray:         #E9ECEF;
    --lp-surface:      #F8F9FA;
    --lp-surface-low:  #F3F4F5;
    --lp-secondary:    #5f5e5e;
    --lp-green:        #28A745;
    --lp-shadow-card:  0 20px 50px -12px rgba(0, 0, 0, 0.15);
    --lp-shadow-sm:    0 1px 3px rgba(0, 0, 0, 0.08);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--lp-black);
    overflow-x: hidden;
}

.tt-lp-entruempelung *,
.tt-lp-entruempelung *::before,
.tt-lp-entruempelung *::after {
    box-sizing: border-box;
}

/* ================================================================
   NAVBAR — fix + white for this light-hero LP
================================================================ */
body.page-lp-entruempelung .navbar {
    position: fixed !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #E9ECEF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

body.page-lp-entruempelung .navbar .nav-link,
body.page-lp-entruempelung .navbar .navbar-brand {
    color: #1A1A1A !important;
}

/* Top info bar not needed on LP (phone/email in hero, contact section, and sticky bar) */
body.page-lp-entruempelung .top-info-bar {
    display: none !important;
}

/* Hamburger bars — literal color, CSS vars not available outside .tt-lp-entruempelung */
body.page-lp-entruempelung .navbar .navbar-toggler-bar {
    background-color: #1A1A1A !important;
}

body.page-lp-entruempelung .navbar .navbar-toggler {
    border-color: rgba(26, 26, 26, 0.25);
}

/* main.css sets .navbar { top: 30px } on mobile to clear the top-info-bar.
   On this LP the top-info-bar is hidden, so reset to top: 0. */
@media (max-width: 991.98px) {
    body.page-lp-entruempelung #masthead {
        top: 0 !important;
    }
}

/* ================================================================
   SHARED UTILITIES
================================================================ */
.tt-lp-entruempelung .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.tt-lp-entruempelung .lp-section-title {
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--lp-black);
    margin: 0 0 16px;
}

.tt-lp-entruempelung .lp-section-title--center {
    text-align: center;
}

.tt-lp-entruempelung .lp-section-sub {
    font-size: 1.0625rem;
    color: var(--lp-secondary);
    line-height: 1.65;
    margin: 0 0 44px;
    max-width: 640px;
}

/* Buttons */
.tt-lp-entruempelung .lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    padding: 14px 24px;
    border-radius: 2px;
    border: 2px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    white-space: nowrap;
}

.tt-lp-entruempelung .lp-btn--lg {
    padding: 17px 32px;
    font-size: 0.9375rem;
}

/* Dark / primary CTA */
.tt-lp-entruempelung .lp-btn--dark {
    background-color: var(--lp-black);
    color: var(--lp-white);
    border-color: var(--lp-black);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.tt-lp-entruempelung .lp-btn--dark:hover {
    background-color: #2d2d2d;
    color: var(--lp-white);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

/* Outline / secondary CTA */
.tt-lp-entruempelung .lp-btn--outline {
    background-color: var(--lp-white);
    color: var(--lp-black);
    border-color: var(--lp-gray);
}

.tt-lp-entruempelung .lp-btn--outline:hover {
    background-color: var(--lp-surface);
    border-color: #c0c4c8;
}

/* Yellow primary (used in contact section) */
.tt-lp-entruempelung .lp-btn--yellow {
    background-color: var(--lp-yellow);
    color: var(--lp-black);
    border-color: var(--lp-yellow);
}

.tt-lp-entruempelung .lp-btn--yellow:hover {
    background-color: #e8cf00;
    border-color: #e8cf00;
}


/* ================================================================
   SECTION 1 — HERO (white / light)
================================================================ */
.tt-lp-entruempelung .lp-hero {
    background-color: var(--lp-white);
    padding-top: 140px;
    padding-bottom: 80px;
}

.tt-lp-entruempelung .lp-hero__inner {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 56px;
    align-items: center;
}

/* ─── Hero Copy ─── */
.tt-lp-entruempelung .lp-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 13px 5px 10px;
    background-color: var(--lp-surface-low);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lp-secondary);
    margin-bottom: 24px;
}

.tt-lp-entruempelung .lp-hero__eyebrow-dot {
    width: 8px;
    height: 8px;
    background-color: var(--lp-green);
    border-radius: 50%;
    animation: lp-pulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes lp-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.5; transform: scale(0.8); }
}

.tt-lp-entruempelung .lp-hero__h1 {
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--lp-black);
    margin: 0 0 20px;
    text-align: left;
}

.tt-lp-entruempelung .lp-hero__sub {
    font-size: 1.0625rem;
    color: var(--lp-secondary);
    line-height: 1.65;
    max-width: 520px;
    margin: 0 0 28px;
}

/* Benefits checklist */
.tt-lp-entruempelung .lp-hero__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 28px;
}

.tt-lp-entruempelung .lp-hero__benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--lp-black);
    line-height: 1.3;
}

.tt-lp-entruempelung .lp-hero__benefit-icon {
    color: var(--lp-green);
    flex-shrink: 0;
    display: flex;
}

/* CTA group */
.tt-lp-entruempelung .lp-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

/* ─── Hero Media (image + badge) ─── */
.tt-lp-entruempelung .lp-hero__media {
    position: relative;
}

.tt-lp-entruempelung .lp-hero__blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background-color: var(--lp-surface-low);
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
}

.tt-lp-entruempelung .lp-hero__image-card {
    position: relative;
    z-index: 1;
    background-color: var(--lp-white);
    padding: 14px;
    border-radius: 8px;
    box-shadow: var(--lp-shadow-card);
    transform: rotate(1.5deg);
}

.tt-lp-entruempelung .lp-hero__image-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 4px;
}

/* Yellow floating badge */
.tt-lp-entruempelung .lp-hero__badge {
    position: absolute;
    bottom: -28px;
    left: -28px;
    z-index: 2;
    background-color: var(--lp-yellow);
    padding: 18px 22px;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    text-align: center;
    line-height: 1.15;
    min-width: 120px;
}

.tt-lp-entruempelung .lp-hero__badge-num {
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--lp-black);
    letter-spacing: -0.03em;
}

.tt-lp-entruempelung .lp-hero__badge-label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--lp-black);
    margin-top: 3px;
}


/* ================================================================
   SECTION 2 — TRUST STRIP
================================================================ */
.tt-lp-entruempelung .lp-trust {
    background-color: var(--lp-white);
    padding: 48px 0;
    border-top: 1px solid var(--lp-gray);
    border-bottom: 1px solid var(--lp-gray);
}

.tt-lp-entruempelung .lp-trust__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.tt-lp-entruempelung .lp-trust__card {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 260px;
    max-width: 380px;
    background-color: var(--lp-surface);
    padding: 20px 24px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    box-shadow: var(--lp-shadow-sm);
}

.tt-lp-entruempelung .lp-trust__card:hover {
    border-color: var(--lp-yellow);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.tt-lp-entruempelung .lp-trust__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: rgba(252, 227, 0, 0.2);
    border-radius: 8px;
    color: var(--lp-black);
    flex-shrink: 0;
}

.tt-lp-entruempelung .lp-trust__card-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tt-lp-entruempelung .lp-trust__card-copy strong {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-black);
    line-height: 1.2;
}

.tt-lp-entruempelung .lp-trust__card-copy span {
    font-size: 0.875rem;
    color: var(--lp-secondary);
}


/* ================================================================
   SECTION 3 — SERVICES
================================================================ */
.tt-lp-entruempelung .lp-services {
    background-color: var(--lp-surface);
    padding: 80px 0;
}

.tt-lp-entruempelung .lp-services__header {
    text-align: center;
    margin-bottom: 0;
}

.tt-lp-entruempelung .lp-services__header .lp-section-sub {
    margin-left: auto;
    margin-right: auto;
}

.tt-lp-entruempelung .lp-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tt-lp-entruempelung .lp-services__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 20px 28px;
    background-color: var(--lp-white);
    border-radius: 8px;
    box-shadow: var(--lp-shadow-sm);
    gap: 16px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.tt-lp-entruempelung .lp-services__card:hover {
    background-color: var(--lp-black);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.tt-lp-entruempelung .lp-services__icon {
    color: var(--lp-yellow);
    display: flex;
    transition: transform 0.3s ease;
}

.tt-lp-entruempelung .lp-services__card:hover .lp-services__icon {
    transform: scale(1.1);
}

.tt-lp-entruempelung .lp-services__label {
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--lp-black);
    line-height: 1.3;
    transition: color 0.3s ease;
}

.tt-lp-entruempelung .lp-services__card:hover .lp-services__label {
    color: var(--lp-white);
}


/* ================================================================
   SECTION 4 — PROCESS
================================================================ */
.tt-lp-entruempelung .lp-process {
    background-color: var(--lp-white);
    padding: 80px 0;
}

.tt-lp-entruempelung .lp-process .lp-section-title--center {
    margin-bottom: 56px;
}

.tt-lp-entruempelung .lp-process__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

/* Horizontal gray line behind the steps (desktop) */
.tt-lp-entruempelung .lp-process__line {
    position: absolute;
    top: 31px;
    left: 8%;
    right: 8%;
    height: 2px;
    background-color: var(--lp-gray);
    z-index: 0;
    pointer-events: none;
}

.tt-lp-entruempelung .lp-process__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 12px;
}

/* Yellow square number */
.tt-lp-entruempelung .lp-process__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: var(--lp-yellow);
    color: var(--lp-black);
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 12px;
    border: 4px solid var(--lp-white);
    box-shadow: 0 4px 16px rgba(252, 227, 0, 0.45), 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    flex-shrink: 0;
}

.tt-lp-entruempelung .lp-process__step-title {
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--lp-black);
    margin: 0 0 8px;
    line-height: 1.3;
}

.tt-lp-entruempelung .lp-process__step-text {
    font-size: 0.9375rem;
    color: var(--lp-secondary);
    line-height: 1.6;
    margin: 0;
    padding: 0 4px;
}


/* ================================================================
   SECTION 5 — LOCAL PARTNER (dark)
================================================================ */
.tt-lp-entruempelung .lp-local {
    background-color: var(--lp-black);
    padding: 100px 0;
    overflow: hidden;
}

.tt-lp-entruempelung .lp-local__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
}

/* Yellow glow accent top-right */
.tt-lp-entruempelung .lp-local__inner::before {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 340px;
    height: 340px;
    background-color: var(--lp-yellow);
    opacity: 0.07;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.tt-lp-entruempelung .lp-local__content h2 {
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.625rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--lp-white);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 20px;
}

.tt-lp-entruempelung .lp-local__content p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin: 0 0 36px;
}

/* City/region grid */
.tt-lp-entruempelung .lp-local__regions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 36px;
}

.tt-lp-entruempelung .lp-local__region-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-white);
}

.tt-lp-entruempelung .lp-local__region-bar {
    width: 3px;
    height: 40px;
    background-color: var(--lp-yellow);
    border-radius: 2px;
    flex-shrink: 0;
}

/* Photos grid */
.tt-lp-entruempelung .lp-local__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tt-lp-entruempelung .lp-local__photo {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55);
}

.tt-lp-entruempelung .lp-local__photo img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.6s ease;
}

.tt-lp-entruempelung .lp-local__photo:hover img {
    filter: grayscale(0%);
}

/* Offset the second photo downward (staggered layout) */
.tt-lp-entruempelung .lp-local__photo--offset {
    margin-top: 40px;
}


/* ================================================================
   SECTION 6 — FAQ
================================================================ */
.tt-lp-entruempelung .lp-faq {
    background-color: var(--lp-surface-low);
    padding: 80px 0;
}

.tt-lp-entruempelung .lp-faq__inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}

.tt-lp-entruempelung .lp-faq__inner .lp-section-title--center {
    margin-bottom: 40px;
}

.tt-lp-entruempelung .lp-faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tt-lp-entruempelung .lp-faq__item {
    background-color: var(--lp-white);
    border-radius: 8px;
    border: 1px solid rgba(233, 236, 239, 0.5);
    box-shadow: var(--lp-shadow-sm);
    overflow: hidden;
}

.tt-lp-entruempelung .lp-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    cursor: pointer;
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--lp-black);
    line-height: 1.35;
    list-style: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Remove default marker */
.tt-lp-entruempelung .lp-faq__question::-webkit-details-marker { display: none; }
.tt-lp-entruempelung .lp-faq__question::marker { display: none; }

.tt-lp-entruempelung .lp-faq__icon {
    display: flex;
    flex-shrink: 0;
    background-color: var(--lp-surface);
    border-radius: 50%;
    padding: 4px;
    color: var(--lp-secondary);
    transition: transform 0.25s ease;
}

.tt-lp-entruempelung .lp-faq__item[open] .lp-faq__icon {
    transform: rotate(180deg);
}

.tt-lp-entruempelung .lp-faq__answer {
    padding: 0 24px 20px;
    font-size: 0.9375rem;
    color: var(--lp-secondary);
    line-height: 1.65;
    border-top: 1px solid rgba(233, 236, 239, 0.3);
    margin-top: 0;
    padding-top: 18px;
}


/* ================================================================
   SECTION 7 — CONTACT (Signal Yellow)
================================================================ */
.tt-lp-entruempelung .lp-contact {
    background-color: var(--lp-white);
    padding: 80px 0 100px;
}

.tt-lp-entruempelung .lp-contact__card {
    background-color: var(--lp-yellow);
    border-left: 8px solid var(--lp-black);
    border-radius: 0 4px 4px 0;
    padding: 60px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), var(--lp-shadow-card);
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 64px;
    align-items: start;
    position: relative;
    overflow: hidden;
}

/* Decorative circle */
.tt-lp-entruempelung .lp-contact__card::after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 280px;
    height: 280px;
    background-color: var(--lp-white);
    opacity: 0.05;
    border-radius: 50%;
    pointer-events: none;
}

/* Info column */
.tt-lp-entruempelung .lp-contact__heading {
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--lp-black);
    letter-spacing: -0.025em;
    line-height: 1.05;
    margin: 0 0 16px;
}

.tt-lp-entruempelung .lp-contact__sub {
    font-size: 1rem;
    color: rgba(26, 26, 26, 0.75);
    line-height: 1.65;
    margin: 0 0 32px;
}

.tt-lp-entruempelung .lp-contact__details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tt-lp-entruempelung .lp-contact__detail-link {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    transition: opacity 0.15s;
}

.tt-lp-entruempelung .lp-contact__detail-link:hover {
    opacity: 0.8;
}

.tt-lp-entruempelung .lp-contact__detail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: var(--lp-black);
    color: var(--lp-white);
    border-radius: 2px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.tt-lp-entruempelung .lp-contact__detail-link:hover .lp-contact__detail-icon {
    transform: scale(1.08);
}

.tt-lp-entruempelung .lp-contact__detail-link span:last-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tt-lp-entruempelung .lp-contact__detail-link small {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(26, 26, 26, 0.55);
}

.tt-lp-entruempelung .lp-contact__detail-link strong {
    font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--lp-black);
    line-height: 1.2;
}

/* Form card */
.tt-lp-entruempelung .lp-contact__form-wrap {
    background-color: var(--lp-white);
    padding: 36px 40px;
    border-radius: 2px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 1;
}

/* CF7 form styling inside the card */
.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 {
    margin: 0;
}

.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 p {
    margin-bottom: 16px;
}

.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 input[type="text"],
.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 input[type="email"],
.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 input[type="tel"],
.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 textarea,
.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 select {
    width: 100%;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9375rem;
    color: var(--lp-black);
    background-color: rgba(248, 249, 250, 0.5);
    border: 1px solid var(--lp-gray);
    border-radius: 2px;
    padding: 14px 16px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.15s, box-shadow 0.15s, background-color 0.15s;
}

.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 input:focus,
.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 textarea:focus,
.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 select:focus {
    border-color: var(--lp-black);
    border-width: 2px;
    background-color: var(--lp-white);
    box-shadow: 0 0 0 3px rgba(252, 227, 0, 0.4);
}

.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 textarea {
    min-height: 110px;
    resize: vertical;
}

.tt-lp-entruempelung .custom-select-trigger {
    border-radius: 2px;
}

.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 input[type="submit"] {
    width: 100%;
    background-color: var(--lp-black);
    color: var(--lp-white);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    padding: 17px 28px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background-color 0.18s, box-shadow 0.18s;
    margin-top: 8px;
}

.tt-lp-entruempelung .lp-contact__form-wrap .wpcf7 input[type="submit"]:hover {
    background-color: #2d2d2d;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}


/* ================================================================
   MOBILE STICKY BAR
================================================================ */
.lp-mobile-spacer {
    display: none;
}

@media (max-width: 767px) {
    .lp-mobile-spacer {
        display: block;
        height: calc(68px + env(safe-area-inset-bottom, 0px));
    }
}

.lp-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--lp-white, #fff);
    border-top: 1px solid #E9ECEF;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    padding: 10px 14px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 10px;
}

@media (max-width: 767px) {
    .lp-sticky-bar {
        display: flex;
    }
}

.lp-sticky-bar__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 4px;
    padding: 9px 12px;
    line-height: 1;
    transition: opacity 0.15s;
    -webkit-tap-highlight-color: transparent;
}

.lp-sticky-bar__btn:active {
    opacity: 0.85;
}

.lp-sticky-bar__btn-icon {
    display: flex;
    flex-shrink: 0;
}

.lp-sticky-bar__btn-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lp-sticky-bar__btn-copy strong {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
}

.lp-sticky-bar__btn-copy small {
    font-size: 0.6875rem;
    font-weight: 400;
    opacity: 0.75;
    line-height: 1;
}

/* Call button */
.lp-sticky-bar__btn--call {
    background-color: #1A1A1A;
    color: #FCE300;
    animation: lp-sticky-pulse 2.8s ease-in-out infinite;
}

.lp-sticky-bar__btn--call strong,
.lp-sticky-bar__btn--call small {
    color: #FCE300;
}

@keyframes lp-sticky-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(26, 26, 26, 0); }
    50%       { box-shadow: 0 0 0 6px rgba(26, 26, 26, 0.15); }
}

/* Anfrage button */
.lp-sticky-bar__btn--anfrage {
    background-color: #FCE300;
    color: #1A1A1A;
}

.lp-sticky-bar__btn--anfrage strong,
.lp-sticky-bar__btn--anfrage small {
    color: #1A1A1A;
}


/* ================================================================
   RESPONSIVE — 1199px
================================================================ */
@media (max-width: 1199px) {
    .tt-lp-entruempelung .lp-services__grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .tt-lp-entruempelung .lp-contact__card {
        padding: 48px;
        gap: 48px;
    }
}

/* ================================================================
   RESPONSIVE — 991px
================================================================ */
@media (max-width: 991px) {
    .tt-lp-entruempelung .lp-hero__inner {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    .tt-lp-entruempelung .lp-hero__media {
        max-width: 500px;
        margin: 0 auto;
    }
    .tt-lp-entruempelung .lp-hero__benefits {
        grid-template-columns: 1fr;
    }
    .tt-lp-entruempelung .lp-process__track {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }
    .tt-lp-entruempelung .lp-process__line {
        display: none;
    }
    .tt-lp-entruempelung .lp-local__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .tt-lp-entruempelung .lp-local__photos {
        max-width: 440px;
    }
    .tt-lp-entruempelung .lp-contact__card {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 36px;
    }
    .tt-lp-entruempelung .lp-contact__form-wrap {
        padding: 28px 32px;
    }
}

/* ================================================================
   RESPONSIVE — 767px
================================================================ */
@media (max-width: 767px) {
    .tt-lp-entruempelung .lp-hero {
        padding-top: 140px;
        padding-bottom: 56px;
    }
    .tt-lp-entruempelung .lp-hero__h1 {
        font-size: 2.125rem;
    }
    .tt-lp-entruempelung .lp-services__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .tt-lp-entruempelung .lp-process__track {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
    .tt-lp-entruempelung .lp-process__step {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
    }
    .tt-lp-entruempelung .lp-process__num {
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .tt-lp-entruempelung .lp-local__photos {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
    }
    .tt-lp-entruempelung .lp-contact__card {
        padding: 32px 24px;
        border-left-width: 5px;
    }
    .tt-lp-entruempelung .lp-contact__form-wrap {
        padding: 24px 20px;
    }
    .tt-lp-entruempelung .lp-services,
    .tt-lp-entruempelung .lp-process,
    .tt-lp-entruempelung .lp-local,
    .tt-lp-entruempelung .lp-faq,
    .tt-lp-entruempelung .lp-contact {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

/* ================================================================
   RESPONSIVE — 479px
================================================================ */
@media (max-width: 479px) {
    .tt-lp-entruempelung .lp-hero__ctas {
        flex-direction: column;
        align-items: stretch;
    }
    .tt-lp-entruempelung .lp-btn--dark,
    .tt-lp-entruempelung .lp-btn--outline {
        width: 100%;
        justify-content: center;
    }
    .tt-lp-entruempelung .lp-hero__badge {
        bottom: -20px;
        left: -14px;
        padding: 14px 16px;
    }
    .tt-lp-entruempelung .lp-hero__badge-num {
        font-size: 1.75rem;
    }
    .tt-lp-entruempelung .lp-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tt-lp-entruempelung .lp-local__regions {
        grid-template-columns: 1fr;
    }
    .tt-lp-entruempelung .lp-contact__heading {
        font-size: 2rem;
    }
}
