/* ============================================
   DZC Starter Theme - Custom Styles
   ============================================ */

:root {
    --dzc-primary: #13416f;
    --dzc-primary-light: #1a5a9e;
    --dzc-secondary: #11afcf;
    --dzc-dark: #0e2e4e;
    --dzc-light: #f8f9fa;
}

/* Override Bootstrap primary */
.bg-primary {
    background-color: var(--dzc-primary) !important;
}

.btn-primary {
    background-color: var(--dzc-primary);
    border-color: var(--dzc-primary);
}

.btn-primary:hover {
    background-color: var(--dzc-primary-light);
    border-color: var(--dzc-primary-light);
}

.btn-outline-primary {
    color: var(--dzc-primary);
    border-color: var(--dzc-primary);
}

.btn-outline-primary:hover {
    background-color: var(--dzc-primary);
    border-color: var(--dzc-primary);
}

.text-primary {
    color: var(--dzc-primary) !important;
}

/* ============================================
   Header & Navbar
   ============================================ */
.site-header .navbar {
    padding: 0.8rem 0;
    transition: all 0.3s ease;
    background-color: rgba(19, 65, 111, 0.75) !important;
}

.site-header .navbar.scrolled {
    padding: 0.4rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.site-logo {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

.site-title {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem !important;
    transition: opacity 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    opacity: 0.85;
}

.header-spacer {
    display: none;
}

/* Navbar altındaki içerik boşluğu - front-page hariç */
.site-main {
    padding-top: 0;
}

.page-template-default .site-main {
    padding-top: 0;
}

.page-template-page-projects .site-main,
.page-template-page-dekor .site-main,
.page-template-page-services .site-main,
.page-template-page-contact .site-main,
.page-template-page-service-detail .site-main,
.single-project .site-main,
.home .site-main {
    padding-top: 0;
}

/* ============================================
   Home Slider - Fullscreen
   ============================================ */
.home-main {
    padding-top: 0 !important;
}

.home-slider-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-slider-section .depicter {
    width: 100% !important;
    height: 100vh !important;
}

/* Depicter Slider Nav Arrows - Gizle */
.depicter-1-element-106,
.depicter-1-element-107 {
    display: none !important;
}

/* ============================================
   Hero Section (fallback)
   ============================================ */
.hero-section {
    background: linear-gradient(135deg, var(--dzc-primary), var(--dzc-dark));
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    background: rgba(14, 46, 78, 0.85);
    min-height: 75vh;
    display: flex;
    align-items: center;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-desc {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* ============================================
   Sections
   ============================================ */
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dzc-dark);
    margin-bottom: 0.5rem;
}

.section-desc {
    font-size: 1.1rem;
}

/* Service Cards */
.service-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Why Us */
.why-list {
    list-style: none;
    padding: 0;
}

.why-list li {
    padding: 0.6rem 0;
    font-size: 1.05rem;
    color: var(--dzc-dark);
}

/* Stats */
.stat-number {
    font-size: 2rem;
    font-weight: 700;
}

.stat-label {
    font-size: 0.9rem;
}

/* ============================================
   Page Hero
   ============================================ */
.page-hero {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 65, 111, 0.75);
    display: flex;
    align-items: center;
}

.page-hero .page-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

.page-header-simple {
    border-bottom: 1px solid #dee2e6;
}

.page-header-simple .page-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dzc-dark);
}

/* Page Title Section (no featured image) */
.page-title-section {
    background: linear-gradient(135deg, var(--dzc-primary), var(--dzc-dark));
    padding: 5.5rem 0 1.5rem;
}

.page-title-text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

/* ============================================
   Content
   ============================================ */
.entry-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--dzc-dark);
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* ============================================
   Footer
   ============================================ */
.site-footer {
    margin-top: auto;
}

.footer-bottom {
    background: rgba(19, 65, 111, 0.75);
    backdrop-filter: blur(4px);
}

.footer-bottom .py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.footer-bottom p {
    color: #ffffff !important;
}

.agency-credit {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.agency-credit:hover {
    color: rgba(255, 255, 255, 0.9);
}

.agency-credit strong {
    font-weight: 700;
}

/* ============================================
   Projects Page
   ============================================ */
.project-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.project-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #13416f;
    transition: transform 0.3s ease;
}

.project-card:hover .project-img {
    transform: scale(1.05);
}

.project-card {
    overflow: hidden;
}

.project-name {
    padding: 1rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dzc-dark);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: #fff;
}

/* ============================================
   Projects Page - Fullscreen Grid
   ============================================ */
.projects-fullpage {
    position: relative;
    min-height: calc(100vh - 70px);
    overflow: hidden;
}

.projects-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #0a2a4a;
    background-size: cover;
    background-position: center;
}

.projects-bg::before {
    display: none;
}

.projects-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.projects-bg-image.active {
    opacity: 0.35;
}

.projects-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 42, 74, 0.4);
}

.projects-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: calc(100vh - 70px);
}

.projects-grid-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: all 0.4s ease;
    text-align: right;
    min-height: 220px;
    position: relative;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}

.projects-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(14, 79, 124, 0), rgba(14, 79, 124, 0));
    transition: background 0.4s ease;
    z-index: 0;
}

.projects-grid-item:hover::before {
    background: linear-gradient(135deg, rgba(14, 79, 124, 0.9), rgba(10, 42, 74, 0.8));
}

.projects-grid-item:hover {
    border-color: rgba(168, 220, 230, 0.3);
    box-shadow: inset 0 0 30px rgba(168, 220, 230, 0.05);
}

.projects-grid-item:hover {
    background: rgba(14, 79, 124, 0.85);
}

.projects-grid-name {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}

.projects-grid-item:hover .projects-grid-name {
    transform: translateY(-5px);
}

.projects-grid-link {
    position: relative;
    z-index: 1;
    color: #a8dce6;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 0.8rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.projects-grid-link i {
    margin-left: 5px;
    font-size: 0.7rem;
}

.projects-grid-item:hover .projects-grid-link {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .projects-grid-item {
        min-height: 140px;
    }
}

@media (max-width: 575.98px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }

    .projects-grid-item {
        min-height: 100px;
        padding: 1.5rem 1rem;
    }

    .projects-grid-name {
        font-size: 0.8rem;
    }
}

/* ============================================
   Project Detail Page
   ============================================ */
.project-hero {
    height: 50vh;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(10, 42, 74, 0.8), rgba(10, 42, 74, 0.3));
    display: flex;
    align-items: flex-end;
}

.project-hero-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 2.5rem;
}

.project-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.project-gallery-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-gallery-item:hover img {
    transform: scale(1.05);
}

/* Project Main Image */
.project-main-image {
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.project-main-image img {
    max-height: 500px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

/* Project Thumbnails */
.project-thumbs {
    text-align: center;
}

.project-thumb-item {
    width: 130px;
    height: 85px;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease, opacity 0.3s ease;
    opacity: 0.6;
}

.project-thumb-item.active {
    border-color: var(--dzc-primary);
    opacity: 1;
}

.project-thumb-item:hover {
    opacity: 1;
}

.project-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-section-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dzc-dark);
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid var(--dzc-primary);
    display: inline-block;
}

.project-description p {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.project-details-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
}

.project-detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #e9ecef;
}

.project-detail-item:last-child {
    border-bottom: none;
}

.project-detail-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dzc-dark);
}

.project-detail-value {
    font-size: 0.9rem;
    color: #555;
    text-align: right;
}

/* Paylaş */
.share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f0f0;
    color: var(--dzc-dark);
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.share-link:hover {
    background: var(--dzc-primary);
    color: #fff;
}

/* Proje Navigasyon */
.project-nav {
    border-top: 1px solid #e9ecef;
    margin-top: 2rem;
}

.project-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

.project-nav-left,
.project-nav-right {
    flex: 1;
}

.project-nav-right {
    text-align: right;
}

.project-nav-center {
    flex: 1;
    text-align: center;
}

.project-nav-link {
    color: var(--dzc-dark);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.project-nav-link:hover {
    color: var(--dzc-primary);
}

.project-nav-all {
    color: var(--dzc-primary);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.project-nav-all:hover {
    opacity: 0.7;
}

@media (max-width: 767.98px) {
    .project-hero {
        height: 35vh;
        min-height: 250px;
    }

    .project-hero-title {
        font-size: 1.6rem;
        padding-bottom: 1.5rem;
    }

    .project-nav-inner {
        flex-direction: column;
        gap: 1rem;
    }

    .project-nav-left,
    .project-nav-right,
    .project-nav-center {
        text-align: center;
    }
}

/* ============================================
   Services Page - List Style
   ============================================ */
.services-fullpage .services-list {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.services-list-item {
    display: flex;
    align-items: center;
    padding: 1.1rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.services-list-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-list-item:hover {
    color: #a8dce6;
    padding-left: 2.5rem;
    background: rgba(255, 255, 255, 0.03);
}

.services-list-item i {
    font-size: 0.75rem;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.services-list-item:hover i {
    color: #a8dce6;
}

.services-list-name {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
    .services-list-item {
        padding: 0.9rem 1rem;
    }

    .services-list-name {
        font-size: 0.8rem;
    }
}

/* ============================================
   Service Detail Page
   ============================================ */
.service-detail-page {
    padding-top: 0 !important;
}

.service-detail-hero {
    background: linear-gradient(135deg, var(--dzc-primary), var(--dzc-dark));
    padding: 5.5rem 0 1.5rem;
}

.service-detail-hero-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

/* İçerik */
.service-detail-content {
    padding: 2.5rem 0;
    background: #f5f7fa;
    min-height: 60vh;
}

.service-detail-body {
    background: #fff;
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.service-detail-body h1,
.service-detail-body h2,
.service-detail-body h3,
.service-detail-body h4,
.service-detail-body h5 {
    display: none;
}

.service-detail-body p {
    font-size: 0.93rem;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 1rem;
}

.service-detail-body img {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    max-width: 360px;
    height: auto;
    float: left;
    margin: 0 2rem 1rem 0;
}

/* Alt Navigasyon */
.service-detail-nav {
    background: #f5f7fa;
    border-top: 1px solid #e2e6ea;
}

.service-back-link {
    color: var(--dzc-dark);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service-back-link:hover {
    color: var(--dzc-primary);
}

.service-cta-link {
    color: #fff;
    background: var(--dzc-primary);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.service-cta-link:hover {
    background: var(--dzc-primary-light);
    color: #fff;
}

@media (max-width: 767.98px) {
    .service-detail-hero {
        padding: 4rem 0 1.2rem;
    }

    .service-detail-hero-title {
        font-size: 1.2rem;
    }

    .service-detail-body {
        padding: 1.5rem;
    }

    .service-detail-body img {
        float: none;
        max-width: 100%;
        margin: 0 0 1rem 0;
    }
}

/* ============================================
   Contact Page
   ============================================ */
.contact-hero {
    background: linear-gradient(135deg, var(--dzc-primary), var(--dzc-dark));
    padding: 5.5rem 0 2rem;
    text-align: center;
}

.contact-hero-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-hero-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
}

.contact-info-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2.5rem;
    height: 100%;
}

.contact-info-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dzc-dark);
    margin-bottom: 0.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.contact-item-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: var(--dzc-primary);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-right: 1rem;
}

.contact-item-content h6 {
    font-weight: 600;
    color: var(--dzc-dark);
    margin-bottom: 0.25rem;
}

.contact-item-content p {
    margin-bottom: 0;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-item-content a {
    color: var(--dzc-primary);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item-content a:hover {
    color: var(--dzc-secondary);
}

.contact-form-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
}

.contact-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dzc-dark);
    margin-bottom: 0.5rem;
}

/* Contact Form 7 Premium Styling */
.contact-form-card .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.contact-form-card .wpcf7-form .contact-3 {
    width: 100%;
}

.contact-form-card .wpcf7-form .con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.contact-form-card .wpcf7-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--dzc-dark);
    margin-bottom: 0.3rem;
}

.contact-form-card .wpcf7-form input[type="text"],
.contact-form-card .wpcf7-form input[type="email"],
.contact-form-card .wpcf7-form input[type="tel"],
.contact-form-card .wpcf7-form textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #f8f9fa;
}

.contact-form-card .wpcf7-form input[type="text"]:focus,
.contact-form-card .wpcf7-form input[type="email"]:focus,
.contact-form-card .wpcf7-form input[type="tel"]:focus,
.contact-form-card .wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--dzc-primary);
    box-shadow: 0 0 0 3px rgba(19, 65, 111, 0.1);
    background: #fff;
}

.contact-form-card .wpcf7-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form-card .wpcf7-form .input {
    flex: 1;
    min-width: 200px;
}

.contact-form-card .wpcf7-form .message {
    width: 100%;
}

.contact-form-card .wpcf7-form input[type="submit"],
.contact-form-card .wpcf7-form .wpcf7-submit {
    background: var(--dzc-primary);
    color: #fff;
    border: none;
    padding: 0.9rem 2.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
}

.contact-form-card .wpcf7-form input[type="submit"]:hover,
.contact-form-card .wpcf7-form .wpcf7-submit:hover {
    background: var(--dzc-primary-light);
    transform: translateY(-1px);
}

.contact-form-card .wpcf7-form .wpcf7-response-output {
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    width: 100%;
}

.contact-form-card .wpcf7-form .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.form-disclaimer {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.5;
}

.form-disclaimer a {
    color: var(--dzc-primary);
    font-weight: 600;
    text-decoration: none;
}

.form-disclaimer a:hover {
    text-decoration: underline;
}

/* Map */
.contact-map {
    line-height: 0;
}

.contact-map iframe {
    filter: saturate(0.8);
    transition: filter 0.3s;
}

.contact-map iframe:hover {
    filter: saturate(1);
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .hero-overlay {
        min-height: 60vh;
    }

    .min-vh-75 {
        min-height: 60vh;
    }

    .header-spacer {
        height: 60px;
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 1.8rem;
    }

    .page-hero {
        height: 200px;
    }

    .page-hero .page-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .stat-number {
        font-size: 1.5rem;
    }
}

/* ============================================
   Utility
   ============================================ */
body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-main {
    flex: 1;
}

img {
    max-width: 100%;
    height: auto;
}

/* WordPress Core Styles */
.alignwide {
    max-width: 100%;
}

.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 0.5rem;
}
