/* ═══════════════════════════════════════════════════════
   HAFTALIK MENÜ SAYFASI
   NextCore Theme - Haftalık Menü Sayfası Tasarımı
═══════════════════════════════════════════════════════ */

.weekly-menu-page {
    padding-bottom: 0;
}

/* Hero */
.weekly-menu-hero {
    position: relative;
    padding: 100px 24px 80px;
    background: linear-gradient(135deg, #1e7a30 0%, #2c9440 50%, #165a23 100%);
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.weekly-menu-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
    pointer-events: none;
}

.weekly-menu-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}

.weekly-menu-breadcrumb {
    font-size: 13px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.weekly-menu-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.weekly-menu-breadcrumb a:hover {
    text-decoration: underline;
}

.weekly-menu-breadcrumb span {
    margin: 0 8px;
    opacity: 0.7;
}

.weekly-menu-hero-title {
    font-family: var(--font-display, 'DM Serif Display', Georgia, serif);
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;
}

.weekly-menu-hero-desc {
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.95;
}

.weekly-menu-hero-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 3;
}

.weekly-menu-hero-shape svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Content */
.weekly-menu-content {
    padding: 64px 0 100px;
    background: #FBF9F5;
}

.weekly-menu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.weekly-menu-intro {
    text-align: center;
    margin-bottom: 48px;
}

.weekly-menu-intro-title {
    font-family: var(--font-display, 'DM Serif Display', Georgia, serif);
    font-size: 28px;
    color: #165a23;
    margin: 0 0 20px;
}

.weekly-menu-intro-text {
    font-size: 17px;
    line-height: 1.75;
    color: #4B5563;
    max-width: 640px;
    margin: 0 auto 12px;
}

.weekly-menu-intro-text:last-of-type {
    margin-bottom: 0;
}

/* Özellikler kutusu (4 kart) */
.weekly-menu-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.weekly-menu-feature-item {
    background: #fff;
    padding: 24px 20px;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(30, 122, 48, 0.06);
    border: 1px solid rgba(44, 148, 64, 0.1);
    text-align: center;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.weekly-menu-feature-item:hover {
    box-shadow: 0 6px 20px rgba(30, 122, 48, 0.1);
    transform: translateY(-2px);
}

.weekly-menu-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #EFF7E8 0%, #E5EDE0 100%);
    border-radius: 12px;
    color: #2c9440;
    margin-bottom: 14px;
}

.weekly-menu-feature-icon svg {
    width: 24px;
    height: 24px;
}

.weekly-menu-feature-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #165a23;
    margin: 0 0 8px;
}

.weekly-menu-feature-item p {
    font-size: 14px;
    line-height: 1.55;
    color: #6B7280;
    margin: 0;
}

/* Bilgi notu */
.weekly-menu-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    background: #EFF7E8;
    border-radius: 12px;
    border-left: 4px solid #2c9440;
    margin-bottom: 40px;
}

.weekly-menu-notice-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.weekly-menu-notice div {
    font-size: 14px;
    line-height: 1.65;
    color: #374151;
}

.weekly-menu-notice strong {
    color: #165a23;
}

/* Bölüm başlıkları */
.weekly-menu-section-title {
    font-family: var(--font-display, 'DM Serif Display', Georgia, serif);
    font-size: 24px;
    color: #165a23;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(44, 148, 64, 0.2);
}

/* Grid - 7 gün kartları */
.weekly-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 56px;
}

.weekly-day-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(30, 122, 48, 0.08);
    border: 1px solid rgba(44, 148, 64, 0.12);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.weekly-day-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(30, 122, 48, 0.12);
}

/* Kart resim alanı */
.weekly-day-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #F3F4F6;
}

.weekly-day-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.weekly-day-card-image--placeholder {
    background: linear-gradient(180deg, #EFF7E8 0%, #E5E7EB 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.weekly-day-card-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 600;
}

.weekly-day-card-image-placeholder svg {
    width: 36px;
    height: 36px;
    opacity: 0.6;
}

.weekly-day-card-header {
    padding: 20px 20px 16px;
    background: linear-gradient(180deg, #EFF7E8 0%, #fff 100%);
    border-bottom: 2px solid rgba(44, 148, 64, 0.15);
}

.weekly-day-card-badge {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #165a23;
    letter-spacing: 0.02em;
}

.weekly-day-meals {
    list-style: none;
    margin: 0;
    padding: 16px 20px 24px;
}

.weekly-meal-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px 12px;
    padding: 10px 0;
    border-bottom: 1px solid #F3F4F6;
    font-size: 14px;
}

.weekly-meal-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.weekly-meal-item:first-child {
    padding-top: 0;
}

.weekly-meal-label {
    color: #6B7280;
    font-weight: 600;
    flex-shrink: 0;
}

.weekly-meal-name {
    color: #1F2937;
    text-align: right;
    font-weight: 500;
}

/* Bu haftanın öne çıkanları */
.weekly-menu-highlights {
    margin-bottom: 56px;
}

.weekly-menu-highlights .weekly-menu-section-title {
    margin-bottom: 28px;
}

.weekly-menu-highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.weekly-highlight-card {
    background: #fff;
    padding: 24px 22px;
    border-radius: 14px;
    box-shadow: 0 2px 14px rgba(30, 122, 48, 0.06);
    border: 1px solid rgba(44, 148, 64, 0.1);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.weekly-highlight-card:hover {
    box-shadow: 0 6px 22px rgba(30, 122, 48, 0.1);
    border-color: rgba(44, 148, 64, 0.25);
}

.weekly-highlight-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c9440;
    margin-bottom: 8px;
}

.weekly-highlight-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 8px;
}

.weekly-highlight-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #6B7280;
    margin: 0;
}

/* Kurumsal menü nasıl çalışır */
.weekly-menu-how {
    margin-bottom: 56px;
}

.weekly-menu-how .weekly-menu-section-title {
    margin-bottom: 28px;
}

.weekly-menu-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.weekly-step {
    background: #fff;
    padding: 28px 22px;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(30, 122, 48, 0.06);
    border: 1px solid rgba(44, 148, 64, 0.1);
    position: relative;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.weekly-step:hover {
    box-shadow: 0 6px 20px rgba(30, 122, 48, 0.1);
    transform: translateY(-2px);
}

.weekly-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #2c9440 0%, #1e7a30 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 10px;
    margin-bottom: 16px;
}

.weekly-step h3 {
    font-size: 16px;
    font-weight: 700;
    color: #165a23;
    margin: 0 0 8px;
}

.weekly-step p {
    font-size: 14px;
    line-height: 1.55;
    color: #6B7280;
    margin: 0;
}

/* CTA block */
.weekly-menu-cta-block {
    margin-top: 0;
    padding: 48px 40px;
    background: linear-gradient(135deg, #EFF7E8 0%, #fff 50%);
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(30, 122, 48, 0.08);
    border: 1px solid rgba(44, 148, 64, 0.15);
}

.weekly-menu-cta-title {
    font-family: var(--font-display, 'DM Serif Display', Georgia, serif);
    font-size: 22px;
    color: #165a23;
    margin: 0 0 16px;
}

.weekly-menu-cta-block p {
    margin: 0 auto 28px;
    max-width: 520px;
    font-size: 17px;
    color: #374151;
    line-height: 1.6;
}

.weekly-menu-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #2c9440;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.weekly-menu-cta-btn:hover {
    background: #1e7a30;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
    .weekly-menu-hero {
        padding: 72px 20px 64px;
    }

    .weekly-menu-hero-title {
        font-size: 28px;
    }

    .weekly-menu-hero-desc {
        font-size: 15px;
    }

    .weekly-menu-content {
        padding: 40px 0 72px;
    }

    .weekly-menu-container {
        padding: 0 16px;
    }

    .weekly-menu-intro {
        margin-bottom: 36px;
    }

    .weekly-menu-intro-title {
        font-size: 22px;
    }

    .weekly-menu-intro-text {
        font-size: 15px;
    }

    .weekly-menu-features {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px;
    }

    .weekly-menu-feature-item {
        padding: 20px 16px;
    }

    .weekly-menu-notice {
        flex-direction: column;
        gap: 10px;
        padding: 16px 18px;
        margin-bottom: 32px;
    }

    .weekly-menu-section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .weekly-menu-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .weekly-day-card-header {
        padding: 16px 16px 12px;
    }

    .weekly-day-meals {
        padding: 12px 16px 20px;
    }

    .weekly-meal-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .weekly-meal-name {
        text-align: left;
    }

    .weekly-menu-highlights {
        margin-bottom: 40px;
    }

    .weekly-menu-highlights-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .weekly-menu-how {
        margin-bottom: 40px;
    }

    .weekly-menu-steps {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .weekly-step {
        padding: 22px 18px;
    }

    .weekly-menu-cta-block {
        margin-top: 0;
        padding: 32px 20px;
    }

    .weekly-menu-cta-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .weekly-menu-cta-block p {
        font-size: 15px;
        margin-bottom: 22px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .weekly-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) {
    .weekly-menu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .weekly-menu-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
