@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* Homepage Variables and Typography Overrides */
.home-revised-body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    background-color: #ffffff;
    color: #1e293b;
}

/* Header Adjustments */
.header-revised {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #f1f5f9;
}
.header-revised .nav {
    gap: 28px;
}
.header-revised .nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    color: #475569;
    position: relative;
    padding: 6px 0;
}
.header-revised .nav-link.active {
    color: #c2410c;
    font-weight: 600;
}
.header-revised .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #c2410c;
    border-radius: 2px;
}
.btn-favorites {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #334155;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    background-color: transparent;
}
.btn-favorites:hover {
    background-color: #f8fafc;
    border-color: #94a3b8;
}
.btn-ilan-ver {
    padding: 10px 24px;
    background-color: #0f172a;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}
.btn-ilan-ver:hover {
    background-color: #1e293b;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

/* Hero Section */
.hero-revised-section {
    padding: 140px 0 60px 0;
    background-color: #ffffff;
    overflow: hidden;
}
.hero-revised-grid {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr;
    gap: 48px;
    align-items: center;
}
@media (max-width: 992px) {
    .hero-revised-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
.hero-revised-tagline {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #c2410c;
    margin-bottom: 16px;
}
.hero-revised-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 24px;
}
@media (max-width: 576px) {
    .hero-revised-title {
        font-size: 2.5rem;
    }
}
.hero-revised-desc {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #64748b;
    margin-bottom: 36px;
    max-width: 480px;
}
.social-proof-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
.social-avatars {
    display: flex;
    align-items: center;
}
.avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    object-fit: cover;
    margin-right: -12px;
}
.social-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
}

/* Map & Sidebar Wrapper */
.hero-revised-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 768px) {
    .hero-revised-right {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        gap: 24px;
    }
}
.map-visual-container {
    flex-grow: 1;
    position: relative;
    height: 380px;
    aspect-ratio: 1;
    background-image: url('../images/canakkale_map_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}
@media (max-width: 768px) {
    .map-visual-container {
        width: 100%;
        max-width: 380px;
        height: auto;
        aspect-ratio: 1;
        margin: 0 auto;
    }
}
.map-marker-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    padding: 6px 14px;
    border-radius: 100px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    font-size: 0.75rem;
    font-weight: 700;
    color: #0f172a;
    border: 1px solid #f1f5f9;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.map-marker-badge::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #c2410c;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(194, 65, 12, 0.2);
    flex-shrink: 0;
}
.map-marker-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-color: #c2410c;
}
@media (max-width: 480px) {
    .map-marker-badge {
        padding: 4px 10px;
        font-size: 0.65rem;
        gap: 4px;
    }
    .map-marker-badge::before {
        width: 4px;
        height: 4px;
        box-shadow: 0 0 0 2px rgba(194, 65, 12, 0.2);
    }
}
/* Coordinates for markers based on abstract layout */
.marker-sariyer { top: 15%; right: 28%; }
.marker-beylikduzu { top: 38%; left: 10%; }
.marker-atasehir { top: 40%; right: 8%; }
.marker-kadikoy { top: 52%; right: 26%; }
.marker-maltepe { top: 68%; right: 18%; }

/* Featured Regions Sidebar */
.regions-sidebar-card {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .regions-sidebar-card {
        width: 100%;
    }
}
.regions-sidebar-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #c2410c;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
.regions-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.region-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
    padding-bottom: 4px;
    border-bottom: 1px solid #f8fafc;
    cursor: pointer;
    transition: all 0.2s ease;
}
.region-list-item:hover {
    color: #c2410c;
    border-color: #fef3c7;
}
.region-count {
    font-size: 0.8rem;
    font-weight: 500;
    color: #94a3b8;
}
.btn-sidebar-view {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
    transition: all 0.2s ease;
}
.btn-sidebar-view:hover {
    background-color: #f1f5f9;
    color: #0f172a;
}

/* Search Form Revised Styles */
.search-revised-container {
    position: relative;
    margin-top: -24px;
    margin-bottom: 60px;
    z-index: 10;
}
.search-revised-box {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
    padding: 24px 32px 18px 32px;
}
.search-tabs-revised {
    display: inline-flex;
    background-color: #f8fafc;
    padding: 4px;
    border-radius: 100px;
    gap: 4px;
    margin-bottom: 24px;
}
.tab-btn-revised {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
}
.tab-btn-revised.active {
    background-color: #ffffff;
    color: #c2410c;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}
.search-grid-revised {
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto;
    gap: 20px;
    align-items: flex-end;
}
@media (max-width: 992px) {
    .search-grid-revised {
        grid-template-columns: repeat(2, 1fr);
    }
    .search-revised-btn-wrapper {
        grid-column: span 2;
    }
}
@media (max-width: 576px) {
    .search-grid-revised {
        grid-template-columns: 1fr;
    }
    .search-revised-btn-wrapper {
        grid-column: span 1;
    }
}
.search-group-revised {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.search-group-revised label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0f172a;
}
.search-select-revised {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
}
.search-select-revised:focus {
    border-color: #c2410c;
    box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.1);
}
.btn-search-revised {
    width: 120px;
    height: 48px;
    background-color: #0f172a;
    color: #ffffff;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}
.btn-search-revised:hover {
    background-color: #1e293b;
}
@media (max-width: 992px) {
    .btn-search-revised {
        width: 100%;
    }
}

/* Collapsible Detailed Search */
.collapsible-trigger-wrapper {
    text-align: center;
    margin-top: 18px;
}
.btn-collapsible-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
}
.btn-collapsible-trigger:hover {
    color: #c2410c;
}
.detailed-search-content {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}
.detailed-search-content.show {
    display: grid;
}
@media (max-width: 992px) {
    .detailed-search-content.show {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .detailed-search-content.show {
        grid-template-columns: 1fr;
    }
}

/* Stats Section */
.stats-revised-bar {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 80px;
}
@media (max-width: 992px) {
    .stats-revised-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}
@media (max-width: 576px) {
    .stats-revised-bar {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
.stat-item-revised {
    display: flex;
    align-items: center;
    gap: 16px;
}
.stat-icon-wrapper {
    width: 48px;
    height: 48px;
    background-color: #fdf8f2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2410c;
    flex-shrink: 0;
}
.stat-data-revised {
    display: flex;
    flex-direction: column;
}
.stat-number-revised {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}
.stat-label-revised {
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
}

/* Listings Section */
.listings-header-revised {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}
.listings-title-tag {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #c2410c;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.listings-title-revised {
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f172a;
}
.btn-view-all-revised {
    font-size: 0.9rem;
    font-weight: 700;
    color: #c2410c;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}
.btn-view-all-revised:hover {
    color: #9a3412;
    transform: translateX(3px);
}

/* Listings Row / Carousel style grid */
.listings-carousel-wrapper {
    position: relative;
    margin-bottom: 80px;
}
.listings-grid-revised {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 1200px) {
    .listings-grid-revised {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 992px) {
    .listings-grid-revised {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .listings-grid-revised {
        grid-template-columns: 1fr;
    }
}
.card-revised {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-revised:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.card-img-wrapper-revised {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.card-img-revised {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.card-revised:hover .card-img-revised {
    transform: scale(1.05);
}
.badge-type-revised {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 6px;
    color: #ffffff;
    text-transform: uppercase;
}
.badge-type-revised.sale {
    background-color: #22c55e;
}
.badge-type-revised.rent {
    background-color: #3b82f6;
}
.badge-location-revised {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(8px);
    border-radius: 6px;
}
.card-body-revised {
    padding: 20px;
}
.card-title-revised {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-specs-revised {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 16px;
}
.card-footer-revised {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}
.card-price-revised {
    font-size: 1.15rem;
    font-weight: 800;
    color: #c2410c;
}
.btn-card-fav {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    background-color: transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}
.btn-card-fav:hover {
    color: #dc2626;
    border-color: #fca5a5;
    background-color: #fef2f2;
}

/* Slider indicator button floating on grid edge */
.listings-carousel-btn-next {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 5;
}
.listings-carousel-btn-next:hover {
    background-color: #0f172a;
    color: #ffffff;
    transform: translateY(-50%) scale(1.05);
}
@media (max-width: 1200px) {
    .listings-carousel-btn-next {
        display: none;
    }
}

/* Why Bizi Tercih Etmelisiniz? Section */
.why-revised-section {
    padding: 80px 0;
    background-color: #ffffff;
}
.why-revised-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 48px;
    align-items: center;
}
@media (max-width: 992px) {
    .why-revised-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
.why-banner-card {
    background-color: #0f172a;
    color: #ffffff;
    border-radius: 20px;
    padding: 48px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.15);
}
.why-banner-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
    pointer-events: none;
}
.why-banner-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
}
.why-banner-desc {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #94a3b8;
    margin-bottom: 32px;
}
.btn-why-banner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background-color: #ffffff;
    color: #0f172a;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}
.btn-why-banner:hover {
    background-color: #f1f5f9;
    transform: translateY(-1px);
}

.why-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
}
@media (max-width: 576px) {
    .why-features-grid {
        grid-template-columns: 1fr;
    }
}
.why-feature-item-revised {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.why-feature-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #fdf8f2;
    color: #c2410c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.why-feature-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.why-feature-title-revised {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}
.why-feature-desc-revised {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #64748b;
}

/* Blog Section */
.blog-revised-section {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 1px solid #f8fafc;
}
.blog-grid-revised {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
@media (max-width: 992px) {
    .blog-grid-revised {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .blog-grid-revised {
        grid-template-columns: 1fr;
    }
}
.blog-card-revised {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    transition: all 0.3s ease;
}
.blog-card-revised:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.blog-img-wrapper-revised {
    height: 180px;
    overflow: hidden;
}
.blog-img-revised {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.blog-card-revised:hover .blog-img-revised {
    transform: scale(1.03);
}
.blog-body-revised {
    padding: 24px;
}
.blog-tag-revised {
    font-size: 0.7rem;
    font-weight: 700;
    color: #c2410c;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.blog-title-revised {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}
.blog-title-revised:hover {
    color: #c2410c;
}
.blog-date-revised {
    font-size: 0.8rem;
    color: #94a3b8;
}

/* Call-to-Action / Appointment Bar */
.cta-revised-bar {
    background-color: #fdf8f2;
    border: 1px solid #fcf2e8;
    border-radius: 20px;
    padding: 32px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    margin-bottom: 80px;
}
@media (max-width: 992px) {
    .cta-revised-bar {
        flex-direction: column;
        align-items: stretch;
        padding: 32px;
    }
}
.cta-revised-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 576px) {
    .cta-revised-left {
        flex-direction: column;
        text-align: center;
    }
}
.cta-icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(194, 65, 12, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2410c;
    flex-shrink: 0;
}
.cta-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cta-title-revised {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}
.cta-desc-revised {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}
.cta-revised-form {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
    max-width: 480px;
}
@media (max-width: 992px) {
    .cta-revised-form {
        max-width: 100%;
    }
}
.cta-input-revised {
    flex-grow: 1;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 0.9rem;
    color: #334155;
}
.cta-input-revised::placeholder {
    color: #94a3b8;
}
.cta-input-revised:focus {
    border-color: #c2410c;
}
.btn-cta-submit {
    height: 48px;
    padding: 0 24px;
    background-color: #0f172a;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.btn-cta-submit:hover {
    background-color: #1e293b;
}

/* Footer Section */
.footer-revised {
    background-color: #ffffff;
    border-top: 1px solid #f1f5f9;
    padding-top: 80px;
}
.footer-grid-revised {
    display: grid;
    grid-template-columns: 1.5fr 1.2fr 1.5fr;
    gap: 48px;
    margin-bottom: 60px;
}
@media (max-width: 992px) {
    .footer-grid-revised {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 576px) {
    .footer-grid-revised {
        grid-template-columns: 1fr;
    }
}
.footer-desc-revised {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 20px;
    max-width: 280px;
}
.footer-socials {
    display: flex;
    gap: 12px;
}
.social-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.2s ease;
}
.social-icon-btn:hover {
    color: #c2410c;
    border-color: #c2410c;
    background-color: #fdf8f2;
}
.footer-newsletter-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-newsletter-text {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
}
.footer-newsletter-form {
    display: flex;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    height: 44px;
}
.footer-newsletter-input {
    flex-grow: 1;
    border: none;
    padding: 0 12px;
    font-size: 0.85rem;
    color: #334155;
    background-color: transparent;
}
.footer-newsletter-input::placeholder {
    color: #94a3b8;
}
.btn-newsletter-submit {
    width: 44px;
    height: 44px;
    background-color: #0f172a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.btn-newsletter-submit:hover {
    background-color: #c2410c;
}
.footer-bottom-revised {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    border-top: 1px solid #f1f5f9;
    margin-top: 60px;
    font-size: 0.85rem;
    color: #64748b;
}
@media (max-width: 576px) {
    .footer-bottom-revised {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}
.footer-bottom-links {
    display: flex;
    gap: 20px;
}
.footer-bottom-link:hover {
    color: #c2410c;
}
