:root {
    --wf24-yellow: #ffd700;
    --wf24-yellow-dark: #d7b700;
    --wf24-ink: #222;
    --wf24-muted: #667085;
    --wf24-soft: #f5f6f8;
    --wf24-border: #e5e7eb;
    --wf24-success: #18864b;
    --wf24-danger: #b42318;
    --wf24-radius: 12px;
    --wf24-shadow: 0 14px 38px rgba(24, 31, 44, .09);
}

html { scroll-behavior: smooth; }
body { color: #35383f; background: #fff; }
body, button, input, select, textarea { font-family: "Montserrat", sans-serif; }
a { color: #242424; }
a:hover { color: #8a7400; }
#main-content { min-height: 55vh; }

.wf24-header {
    min-height: 74px !important;
    height: auto !important;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1001;
    padding: 0 205px 0 210px;
}
.wf24-header .logo {
    line-height: 1 !important;
    padding-left: 24px !important;
    top: 11px;
}
.wf24-header .logo img { width: 170px; max-height: 52px !important; object-fit: contain; }
.wf24-header .main-menu { padding: 0 !important; }
.wf24-header .main-menu ul li a { line-height: 74px; font-size: 12px; font-weight: 600; padding: 0 8px; }
.wf24-header .phone { line-height: 74px; font-size: 14px; }

.wf24-hero {
    min-height: 620px;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(20, 20, 20, .88) 0%, rgba(20, 20, 20, .68) 52%, rgba(20, 20, 20, .28) 100%),
        url("../MATERIAL/adobestock-1021960844C605F03-E39D-403D-91E1-FD069D551B88.jpeg") center/cover no-repeat;
}
.wf24-hero .container { position: relative; z-index: 2; }
.wf24-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--wf24-yellow);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.wf24-hero h1 {
    max-width: 820px;
    color: #fff;
    font-size: clamp(38px, 5vw, 70px);
    line-height: 1.05;
    letter-spacing: -.035em;
    margin-bottom: 24px;
}
.wf24-hero p { max-width: 790px; color: #fff; font-size: 18px; line-height: 1.7; }
.wf24-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.wf24-btn,
button.wf24-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 21px;
    border: 2px solid var(--wf24-yellow);
    border-radius: 4px;
    background: var(--wf24-yellow);
    color: var(--wf24-ink);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .035em;
    cursor: pointer;
    transition: .25s ease;
}
.wf24-btn:hover { background: #fff; border-color: #fff; color: #111; transform: translateY(-1px); }
.wf24-btn-outline { background: transparent; color: #fff; }
.wf24-btn-dark { background: var(--wf24-ink); border-color: var(--wf24-ink); color: var(--wf24-yellow); }
.wf24-btn-dark:hover { background: #000; border-color: #000; color: #fff; }
.wf24-btn-small { min-height: 38px; padding: 8px 14px; font-size: 11px; }
.wf24-btn-danger { background: #fff; border-color: #d92d20; color: #b42318; }

.wf24-section { padding: 78px 0; }
.wf24-section-alt { background: var(--wf24-soft); }
.wf24-section-dark { color: #fff; background: #222; }
.wf24-section-dark h2, .wf24-section-dark h3, .wf24-section-dark p { color: #fff; }
.wf24-section-heading { max-width: 810px; margin-bottom: 34px; }
.wf24-section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.wf24-section-heading h1,
.wf24-section-heading h2 { color: #2d2f34; font-size: clamp(29px, 4vw, 45px); line-height: 1.18; margin-bottom: 15px; }
.wf24-section-heading p { color: var(--wf24-muted); font-size: 16px; line-height: 1.75; }
.wf24-section-dark .wf24-section-heading h2,
.wf24-section-dark .wf24-section-heading p { color: #fff; }

.wf24-map-shell { overflow: hidden; border: 1px solid var(--wf24-border); border-radius: var(--wf24-radius); background: #fff; box-shadow: var(--wf24-shadow); }
.wf24-map { height: 520px; width: 100%; background: #e9edf1; }
.wf24-map-compact { height: 370px; }
.wf24-map-status { padding: 10px 16px; color: var(--wf24-muted); background: #fffbea; font-size: 13px; }
.wf24-map-marker { width: 30px; height: 30px; border: 3px solid #fff; border-radius: 50% 50% 50% 0; box-shadow: 0 3px 12px rgba(0,0,0,.35); transform: rotate(-45deg); }
.wf24-map-marker span { display: block; width: 7px; height: 7px; margin: 8px; border-radius: 50%; background: #fff; }
.wf24-map-popup { min-width: 220px; }
.wf24-map-popup img { width: 100%; height: 110px; object-fit: cover; border-radius: 6px; margin-bottom: 9px; }
.wf24-map-popup h3 { color: #222; font-size: 15px; margin-bottom: 5px; }
.wf24-map-popup p { font-size: 12px; line-height: 1.5; margin-bottom: 6px; }
.wf24-map-popup .popup-links { display: flex; gap: 6px; margin-top: 9px; }
.wf24-map-popup a { font-size: 11px; font-weight: 700; color: #6f5d00; }

.wf24-filter {
    padding: 24px;
    border: 1px solid var(--wf24-border);
    border-radius: var(--wf24-radius);
    background: #fff;
    box-shadow: 0 10px 30px rgba(24,31,44,.06);
    margin-bottom: 26px;
}
.wf24-filter label, .wf24-form label { color: #3f4248; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
.wf24-form-control,
.wf24-form .form-control,
.wf24-filter .form-control {
    min-height: 46px;
    border: 1px solid #cfd4dc;
    border-radius: 4px;
    box-shadow: none;
    color: #222;
    background: #fff;
}
.wf24-form textarea.form-control { min-height: 130px; }
.wf24-form-control:focus,
.wf24-form .form-control:focus,
.wf24-filter .form-control:focus { border-color: #9f8700; box-shadow: 0 0 0 3px rgba(255,215,0,.18); }

.wf24-category-card,
.wf24-surface-card,
.wf24-info-card,
.wf24-stat-card {
    height: 100%;
    border: 1px solid var(--wf24-border);
    border-radius: var(--wf24-radius);
    background: #fff;
    box-shadow: 0 9px 28px rgba(24,31,44,.06);
    transition: .25s ease;
}
.wf24-category-card:hover,
.wf24-surface-card:hover { transform: translateY(-4px); box-shadow: var(--wf24-shadow); }
.wf24-category-card { padding: 25px; }
.wf24-category-icon {
    width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%; color: #fff; margin-bottom: 16px; font-size: 20px;
}
.wf24-category-card h3 { color: #282a30; font-size: 18px; margin-bottom: 9px; }
.wf24-category-card p { min-height: 72px; }
.wf24-category-card a { color: #715f00; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.wf24-surface-card { overflow: hidden; position: relative; }
.wf24-surface-card.is-map-active { outline: 4px solid rgba(255,215,0,.55); }
.wf24-surface-image { width: 100%; height: 210px; object-fit: cover; background: #e5e7eb; }
.wf24-surface-placeholder { display: flex; align-items: center; justify-content: center; color: #777; }
.wf24-surface-body { padding: 20px; }
.wf24-surface-body h3 { color: #272a2e; font-size: 19px; line-height: 1.35; margin: 9px 0; }
.wf24-surface-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; color: var(--wf24-muted); font-size: 12px; }
.wf24-badge {
    display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px;
    border-radius: 999px; background: #f2f4f7; color: #414651; font-size: 11px; font-weight: 700;
}
.wf24-badge-dot { width: 8px; height: 8px; border-radius: 50%; }
.wf24-price { color: #242424; font-weight: 800; margin-top: 13px; }
.wf24-card-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 15px; }
.wf24-empty { padding: 38px; border: 1px dashed #c5cad3; border-radius: var(--wf24-radius); text-align: center; background: #fff; }

.wf24-form-card { padding: 30px; border: 1px solid var(--wf24-border); border-radius: var(--wf24-radius); background: #fff; box-shadow: var(--wf24-shadow); }
.wf24-form-section { padding-top: 20px; margin-top: 22px; border-top: 1px solid var(--wf24-border); }
.wf24-form-section:first-child { padding-top: 0; margin-top: 0; border-top: 0; }
.wf24-form-section h2, .wf24-form-section h3 { color: #2c2e34; font-size: 20px; margin-bottom: 18px; }
.wf24-check { display: flex; align-items: flex-start; gap: 9px; margin: 9px 0; }
.wf24-check input { margin-top: 4px; }
.wf24-check label { text-transform: none; font-weight: 500; letter-spacing: 0; line-height: 1.5; }
.wf24-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.wf24-error { display: block; margin-top: 5px; color: var(--wf24-danger); font-size: 12px; font-weight: 600; }
.wf24-notice { padding: 16px 18px; border-left: 4px solid var(--wf24-yellow); background: #fffbea; color: #514a23; font-size: 13px; line-height: 1.6; }
.wf24-legal-note { color: #6c5730; background: #fff7e7; border-color: #e8ad32; }

.wf24-page-hero {
    padding: 82px 0 72px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(24,24,24,.92), rgba(24,24,24,.62)),
        url("../MATERIAL/adobestock-220225036BAC76159-777C-4DDE-A5A6-73156C96AD56.jpeg") center/cover no-repeat;
}
.wf24-page-hero h1 { color: #fff; font-size: clamp(34px, 5vw, 56px); margin-bottom: 16px; }
.wf24-page-hero p { max-width: 760px; color: #fff; font-size: 17px; }
.wf24-breadcrumbs { color: #ddd; font-size: 12px; margin-bottom: 17px; }
.wf24-breadcrumbs a { color: var(--wf24-yellow); }

.wf24-split-image { width: 100%; height: 440px; object-fit: cover; border-radius: var(--wf24-radius); box-shadow: var(--wf24-shadow); }
.wf24-feature-list { list-style: none; margin: 22px 0; padding: 0; }
.wf24-feature-list li { position: relative; padding: 7px 0 7px 28px; }
.wf24-feature-list li::before { content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; color: #897400; }

.wf24-gallery-main { width: 100%; height: 480px; object-fit: cover; border-radius: var(--wf24-radius); }
.wf24-gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.wf24-gallery-thumbs img { width: 100%; height: 105px; object-fit: cover; border-radius: 7px; }
.wf24-detail-panel { position: sticky; top: 18px; padding: 24px; border-radius: var(--wf24-radius); background: #222; color: #fff; }
.wf24-detail-panel h2, .wf24-detail-panel h3, .wf24-detail-panel p { color: #fff; }
.wf24-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 22px 0; }
.wf24-detail-item { padding: 14px; border: 1px solid var(--wf24-border); border-radius: 8px; background: #fff; }
.wf24-detail-item small { display: block; color: var(--wf24-muted); margin-bottom: 5px; }

.wf24-step { counter-increment: steps; padding: 26px; }
.wf24-step::before { content: counter(steps); display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--wf24-yellow); color: #222; font-weight: 800; margin-bottom: 15px; }
.wf24-steps { counter-reset: steps; }

.wf24-faq .card { border: 1px solid var(--wf24-border); border-radius: 8px !important; margin-bottom: 10px; overflow: hidden; }
.wf24-faq .card-header { padding: 0; background: #fff; }
.wf24-faq .btn-link { width: 100%; padding: 18px; color: #272a2e; text-align: left; font-weight: 700; }

.wf24-flash-wrap { padding-top: 20px; }
.wf24-footer { padding-top: 56px !important; }
.wf24-footer h3 { color: var(--wf24-yellow) !important; font-size: 15px; margin-bottom: 14px; text-transform: uppercase; }
.wf24-footer p, .wf24-footer a { color: #d6d6d6 !important; }
.wf24-footer ul { list-style: none; padding: 0; }
.wf24-footer li { margin-bottom: 9px; font-size: 13px; }
.footer-logo { max-width: 195px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.wf24-footer-bottom { border-top: 1px solid #3c3c3c; margin-top: 35px; padding-top: 23px; text-align: center; }
.wf24-link-button { padding: 0; border: 0; background: transparent; color: #d6d6d6; font-size: 13px; cursor: pointer; }
.template-credit { font-size: 11px; opacity: .7; }

.account-page { background: #f6f7f9; }
.account-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.account-nav a { padding: 10px 13px; border-radius: 5px; background: #222; color: var(--wf24-yellow); font-size: 12px; font-weight: 700; }

.admin-page { margin: 0; background: #f3f4f6; }
.admin-topbar { height: 68px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; background: #1f2023; color: #fff; }
.admin-topbar a { color: var(--wf24-yellow); font-size: 13px; }
.admin-brand { display: flex; align-items: center; gap: 14px; font-weight: 700; }
.admin-brand img { width: 150px; filter: brightness(0) invert(1); }
.admin-shell { display: grid; grid-template-columns: 235px 1fr; min-height: calc(100vh - 68px); }
.admin-sidebar { padding: 22px 14px; background: #292b2f; }
.admin-sidebar a, .admin-sidebar button { display: block; width: 100%; padding: 12px 13px; margin-bottom: 4px; border: 0; border-radius: 5px; color: #e9eaec; background: transparent; text-align: left; font-size: 13px; }
.admin-sidebar a:hover, .admin-sidebar button:hover { color: #222; background: var(--wf24-yellow); }
.admin-sidebar i { width: 24px; }
.admin-content { min-width: 0; padding: 30px; }
.admin-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 25px; }
.admin-heading h1 { color: #25272b; font-size: 30px; }
.admin-card { padding: 24px; border: 1px solid var(--wf24-border); border-radius: 9px; background: #fff; box-shadow: 0 7px 23px rgba(24,31,44,.05); margin-bottom: 22px; }
.admin-card h2 { color: #272a2e; font-size: 20px; margin-bottom: 18px; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; margin-bottom: 24px; }
.wf24-stat-card { padding: 19px; }
.wf24-stat-card strong { display: block; color: #222; font-size: 29px; line-height: 1; margin-bottom: 8px; }
.wf24-stat-card span { color: var(--wf24-muted); font-size: 12px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th { padding: 11px; color: #60646c; background: #f7f8fa; text-align: left; white-space: nowrap; }
.admin-table td { padding: 11px; border-top: 1px solid var(--wf24-border); vertical-align: top; }
.admin-table .form-control { min-width: 120px; }
.admin-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.admin-form-grid .full { grid-column: 1 / -1; }
.admin-image-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.admin-image-grid img { width: 100%; height: 130px; object-fit: cover; border-radius: 7px; }

@media (max-width: 1199px) {
    .wf24-header { padding: 0 15px 0 200px; }
    .wf24-header .phone { display: none; }
    .admin-stat-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 991px) {
    .wf24-header { min-height: 64px !important; padding: 0 15px; }
    .wf24-header .main-menu { display: none; }
    .wf24-header .logo { top: 8px; }
    .wf24-header .mobile-menu-btn { display: block; margin-left: auto; padding: 0; border: 0; background: transparent; }
    .mobile-menu[hidden] { display: none !important; }
    .mobile-menu { display: block; position: relative; z-index: 1000; }
    .mobile-menu ul { list-style: none; margin: 0; padding: 8px 0; background: #2a2a2a; }
    .mobile-menu li a { display: block; padding: 11px 18px; color: var(--wf24-yellow); text-align: center; }
    .wf24-hero { min-height: 560px; }
    .wf24-map { height: 430px; }
    .wf24-detail-panel { position: static; margin-top: 24px; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { display: flex; flex-wrap: wrap; gap: 5px; }
    .admin-sidebar a, .admin-sidebar button { width: auto; margin: 0; }
}
@media (max-width: 767px) {
    .wf24-section { padding: 55px 0; }
    .wf24-hero { min-height: 540px; }
    .wf24-hero p { font-size: 15px; }
    .wf24-map { height: 380px; }
    .wf24-form-card { padding: 20px; }
    .wf24-gallery-main { height: 330px; }
    .wf24-detail-grid, .admin-form-grid { grid-template-columns: 1fr; }
    .admin-form-grid .full { grid-column: auto; }
    .admin-content { padding: 20px 14px; }
    .admin-stat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .admin-image-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 480px) {
    .wf24-actions .wf24-btn { width: 100%; }
    .wf24-map { height: 330px; }
    .admin-stat-grid { grid-template-columns: 1fr; }
}

