/* Modern — premium, warm, referans tarzı */

.theme-modern {
    --color-primary: #2E9E3E;
    --color-primary-dark: #248532;
    --color-text: #1A1A1A;
    --color-text-muted: #64748B;
    --color-bg: #FFFFFF;
    --color-surface: #FFFFFF;
    --color-sand: #F1F5F9;
    --color-cream: #F8FAFC;
    --color-border: #E2E8F0;
    --color-dark: #111827;
    --color-footer: #0F172A;
    --color-footer-text: rgba(255, 255, 255, 0.75);
    --color-gold: #2E9E3E;
    --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
    --font-heading: 'Plus Jakarta Sans', system-ui, sans-serif;
    --radius: 16px;
    --radius-pill: 999px;
    --container: 1180px;
    --header-height: 88px;
}

.theme-modern {
    background: var(--color-bg);
}

.theme-modern .top-bar {
    display: none;
}

.theme-modern body {
    padding-bottom: 0;
}

body.theme-modern {
    overflow-x: hidden;
}

/* —— Header & Top Bar —— */

.theme-modern {
    --header-height: 112px;
}

/* Üst İletişim Şeridi (Top Bar) */
.theme-modern .header-topbar {
    background: #0F172A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.76rem;
    color: #94A3B8;
    position: relative;
    z-index: 101;
}

.theme-modern .header-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    padding: 0.25rem 1.25rem;
    max-width: var(--container);
    margin: 0 auto;
}

.theme-modern .topbar-left,
.theme-modern .topbar-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.theme-modern .topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #CBD5E1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}

.theme-modern .topbar-link svg {
    color: #10B981;
    flex-shrink: 0;
}

.theme-modern .topbar-link:hover {
    color: #FFFFFF;
}

.theme-modern .topbar-text {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #94A3B8;
    font-weight: 400;
}

.theme-modern .topbar-text svg {
    color: #64748B;
    flex-shrink: 0;
}

.theme-modern .topbar-sep {
    color: rgba(255, 255, 255, 0.18);
    font-size: 0.72rem;
    user-select: none;
}

.theme-modern .topbar-link--whatsapp {
    color: #34D399;
    font-weight: 600;
}

.theme-modern .topbar-link--whatsapp svg {
    color: #34D399;
}

.theme-modern .topbar-link--whatsapp:hover {
    color: #6EE7B7;
}

.theme-modern .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0;
    background: transparent;
    border-bottom: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.theme-modern .header-shell {
    max-width: none;
    width: 100%;
    padding: 0;
}

.theme-modern .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 76px;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0.75rem 1.25rem;
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
}

/* Overlay: açık, düz navbar */
.theme-modern .site-header--overlay {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.theme-modern .site-header--overlay .logo-link,
.theme-modern .site-header--overlay .logo,
.theme-modern .site-header--overlay.site-header--scrolled .logo {
    filter: none;
    background: transparent;
    box-shadow: none;
    border: none;
}

.theme-modern .site-header:not(.site-header--overlay),
.theme-modern .site-header--overlay.site-header--scrolled {
    position: fixed;
    background: #FFFFFF;
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.theme-modern .site-header--overlay.site-header--scrolled .nav-link {
    color: var(--color-dark);
    text-shadow: none;
}

.theme-modern .site-header--overlay.site-header--scrolled .nav-toggle span {
    background: var(--color-dark);
}

.theme-modern .logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 2;
}

.theme-modern .site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.theme-modern .header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    z-index: 2;
}

.theme-modern .header-phone {
    display: none;
    color: var(--color-dark);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    white-space: nowrap;
}

.theme-modern .header-phone:hover {
    color: var(--color-primary);
}

@media (min-width: 1100px) {
    .theme-modern .header-phone {
        display: inline-block;
    }
}

.theme-modern .nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid var(--color-border);
}

.theme-modern .logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.theme-modern .nav-list {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.theme-modern .nav-link {
    position: relative;
    color: var(--color-dark);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.65rem 1.05rem;
    border-radius: 999px;
    text-shadow: none;
    transition: color 0.2s ease, background 0.2s ease;
}

.theme-modern .site-header--overlay .nav-link {
    color: var(--color-dark);
    text-shadow: none;
}

.theme-modern .nav-link::after {
    display: none;
}

.theme-modern .nav-link:hover {
    color: var(--color-primary-dark);
    background: rgba(46, 158, 62, 0.08);
}

.theme-modern .nav-link.is-active {
    color: var(--color-primary-dark);
    background: rgba(46, 158, 62, 0.12);
}

.theme-modern .site-header:not(.site-header--overlay) .nav-link:hover,
.theme-modern .site-header:not(.site-header--overlay) .nav-link.is-active {
    background: rgba(46, 158, 62, 0.1);
    color: var(--color-primary-dark);
}

/* —— Dropdown Menü Stilleri —— */
.theme-modern .nav-item {
    position: relative;
    list-style: none;
}

.theme-modern .nav-item--has-dropdown {
    position: relative;
}

.theme-modern .nav-dropdown-trigger {
    display: flex;
    align-items: center;
    position: relative;
}

.theme-modern .nav-link--parent {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.theme-modern .dropdown-arrow {
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    color: #64748B;
}

.theme-modern .nav-item--has-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
    color: var(--color-primary-dark);
}

.theme-modern .dropdown-mobile-btn {
    display: none;
}

.theme-modern .nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    opacity: 0;
    visibility: hidden;
    min-width: 215px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    box-shadow: 0 12px 30px -4px rgba(15, 23, 42, 0.09), 0 4px 10px -2px rgba(15, 23, 42, 0.03);
    padding: 0.4rem;
    z-index: 1000;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    pointer-events: none;
}

/* Köprü (bridge) - fare menüye geçerken kaybolmasın */
.theme-modern .nav-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
}

.theme-modern .nav-item--has-dropdown:hover .nav-dropdown-menu,
.theme-modern .nav-item--has-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.theme-modern .nav-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.theme-modern .nav-dropdown-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-modern .nav-dropdown-link {
    display: block;
    padding: 0.62rem 0.95rem;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #334155;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.theme-modern .nav-dropdown-link:hover {
    background: #F8FAFC;
    color: var(--color-primary-dark);
}

.theme-modern .nav-dropdown-link.is-active {
    background: rgba(46, 158, 62, 0.08);
    color: var(--color-primary-dark);
    font-weight: 600;
}

.theme-modern .header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 1.3rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
    border-radius: 999px;
    text-decoration: none;
    flex-shrink: 0;
    z-index: 2;
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.theme-modern .site-header--overlay:not(.site-header--scrolled) .header-cta,
.theme-modern .site-header:not(.site-header--overlay) .header-cta,
.theme-modern .site-header--overlay.site-header--scrolled .header-cta {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.theme-modern .site-header--overlay:not(.site-header--scrolled) .header-cta:hover,
.theme-modern .site-header:not(.site-header--overlay) .header-cta:hover,
.theme-modern .site-header--overlay.site-header--scrolled .header-cta:hover {
    background: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}


/* Yön Oku */
.theme-modern .cta-arrow {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.theme-modern .header-cta:hover .cta-arrow {
    transform: translateX(3px);
}

.theme-modern .nav-toggle span {
    background: var(--color-dark);
}

.theme-modern .site-header--overlay .nav-toggle span {
    background: var(--color-dark);
}

/* —— Sayfa & Hero Açılış Animasyonları —— */

@keyframes heroFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes heroContentUp {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cardsFadeUp {
    0% {
        opacity: 0;
        transform: translateY(32px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes headerFadeDown {
    0% {
        opacity: 0;
        transform: translateY(-16px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* —— Hero Slider —— */

.theme-modern .hero-slider {
    position: relative;
    height: 100vh;
    height: 100svh;
    min-height: 560px;
    overflow: hidden;
    background: #0a0a0a;
}

.theme-modern .hero-slider-track {
    position: absolute;
    inset: 0;
}

.theme-modern .hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.85s ease, visibility 0.85s ease;
    z-index: 1;
}

.theme-modern .hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.theme-modern .hero-slide-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.22);
    transition: transform 9s ease-out;
}

.theme-modern .hero-slide.is-active .hero-slide-bg {
    transform: scale(1);
}

.theme-modern .hero-slide-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 48%, rgba(0, 0, 0, 0.08) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, transparent 28%, rgba(0, 0, 0, 0.35) 100%);
}

.theme-modern .hero-slide-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: var(--container);
    padding-top: 6rem;
    padding-bottom: 7rem;
    gap: 0;
}

.theme-modern .hero-slide.is-active .hero-slide-eyebrow,
.theme-modern .hero-slide.is-active .hero-slide-title,
.theme-modern .hero-slide.is-active .hero-slide-text,
.theme-modern .hero-slide.is-active .btn-slider {
    animation: heroContentUp 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.theme-modern .hero-slide.is-active .hero-slide-title {
    animation-delay: 0.08s;
}

.theme-modern .hero-slide.is-active .hero-slide-text {
    animation-delay: 0.14s;
}

.theme-modern .hero-slide.is-active .btn-slider {
    animation-delay: 0.2s;
}

.theme-modern .hero-slide-eyebrow {
    display: inline-block;
    margin: 0 0 1.35rem;
    padding: 0.45rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(46, 158, 62, 0.9);
    border-radius: 999px;
    line-height: 1.3;
}

.theme-modern .hero-slide-title {
    margin: 0 0 1.5rem;
    max-width: 12ch;
    font-size: clamp(2.6rem, 7vw, 5rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.025em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 6px 40px rgba(0, 0, 0, 0.35);
}

.theme-modern .hero-slide-text {
    margin: 0 0 2rem;
    max-width: 28rem;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
}

.theme-modern .btn-slider {
    display: inline-flex;
    align-items: center;
    padding: 0.95rem 1.75rem;
    background: #fff;
    color: #111;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: none;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.theme-modern .btn-slider:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-2px);
}

.theme-modern .hero-slider-ui {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    pointer-events: none;
}

.theme-modern .hero-slider-dots,
.theme-modern .hero-slider-nav {
    pointer-events: auto;
}

.theme-modern .hero-slider-dots {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.theme-modern .hero-slider-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
}

.theme-modern .hero-slider-dot.is-active {
    width: 28px;
    border-radius: 999px;
    background: #fff;
}

.theme-modern .hero-slider-nav {
    display: flex;
    gap: 0.5rem;
}

.theme-modern .hero-slider-btn {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.theme-modern .hero-slider-btn:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

/* —— 3'lü Ürün Grubu Vitrini (Category Showcase) —— */

.theme-modern .category-showcase {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding: 3.5rem 0 2.5rem;
    background: var(--color-bg);
}

.theme-modern .category-showcase--after-slider {
    margin-top: 0;
    padding: 4rem 0 3rem;
    background: #fff;
}

.theme-modern .category-showcase--after-slider .cat-card {
    background: #fff;
    border: 1px solid var(--color-border);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.theme-modern .category-showcase--after-slider .cat-card:hover {
    background: #fff;
    border-color: var(--color-primary);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.theme-modern .category-showcase--after-slider .cat-card-tag {
    background: var(--color-cream);
    border-color: var(--color-border);
}

.theme-modern .category-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.theme-modern .cat-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px) saturate(130%);
    -webkit-backdrop-filter: blur(20px) saturate(130%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: var(--radius);
    padding: 1.75rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.theme-modern .cat-card:hover {
    background: rgba(255, 255, 255, 0.78);
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12), 0 0 30px rgba(46, 158, 62, 0.25);
    border-color: var(--color-primary);
}

.theme-modern .cat-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.theme-modern .cat-card-tag {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #1E293B;
    border: 1px solid rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: var(--radius-pill);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-modern .cat-card:hover .cat-card-tag {
    background: #DCFCE7;
    border-color: #BBF7D0;
    color: #16A34A;
}

.theme-modern .cat-card-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    transition: all 0.2s ease;
}

.theme-modern .cat-card:hover .cat-card-arrow {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #FFFFFF;
    transform: translateX(3px);
}

.theme-modern .cat-card-body {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.theme-modern .cat-card-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 12px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.theme-modern .cat-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.theme-modern .cat-card:hover .cat-card-thumb img {
    transform: scale(1.08);
}

.theme-modern .cat-card-content {
    flex-grow: 1;
}

.theme-modern .cat-card-content h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.theme-modern .cat-card-content p {
    font-size: 0.86rem;
    color: #334155;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

.theme-modern .cat-card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.6);
}

.theme-modern .cat-spec {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #1E293B;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.theme-modern .cat-card:hover .cat-spec {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.95);
}

/* —— Sections —— */

.theme-modern .section-modern {
    padding: 4rem 0;
}

.theme-modern .section-modern--cream {
    background: var(--color-cream);
}

.theme-modern .section-modern-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.theme-modern .section-modern-header h2 {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0;
}

.theme-modern .text-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

.theme-modern .text-link:hover {
    color: var(--color-primary);
}

.theme-modern .products-grid--modern .product-card,
.theme-modern .products-grid--catalog .product-card {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    transition: none;
}

.theme-modern .products-grid--modern .product-card:hover,
.theme-modern .products-grid--catalog .product-card:hover {
    transform: none;
    box-shadow: none;
}

.theme-modern .products-grid--modern .product-card-body h3,
.theme-modern .products-grid--catalog .product-card-body h3 {
    font-weight: 700;
}

.theme-modern .product-catalog-link {
    font-weight: 650;
    font-size: 0.84rem;
    color: var(--color-primary-dark);
    text-decoration: none;
}

.theme-modern .product-catalog-link:hover {
    color: var(--color-primary);
}

.theme-modern .about-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.theme-modern .about-modern-text h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.theme-modern .about-modern-text p {
    color: var(--color-text-muted);
}

.theme-modern .about-modern-image {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.theme-modern .btn-dark {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.875rem 1.75rem;
    background: var(--color-dark);
    color: #fff;
    font-weight: 600;
    border-radius: var(--radius-pill);
}

.theme-modern .btn-dark:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

/* —— Inner pages —— */

.theme-modern .page-hero {
    background: var(--color-cream);
    padding: 7rem 0 2.5rem;
    border: none;
}

.theme-modern .page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
}

.theme-modern .section {
    padding: 3rem 0 4rem;
}

.theme-modern .category-block h2 {
    font-weight: 800;
    font-size: 1.35rem;
    border-bottom: 2px solid var(--color-sand);
    padding-bottom: 0.5rem;
}

/* —— Ürünler sayfası —— */

.theme-modern .page-hero.products-hero {
    position: relative;
    padding: calc(var(--header-height) + 0.85rem) 0 1.75rem;
    background:
        radial-gradient(ellipse 75% 55% at 100% 0%, rgba(46, 158, 62, 0.07), transparent 50%),
        linear-gradient(165deg, #EEF2F6 0%, #F7F8FA 42%, #FFFFFF 100%);
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
}

.theme-modern .page-hero.products-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 85%);
    pointer-events: none;
}

.theme-modern .products-hero-inner {
    position: relative;
    max-width: 40rem;
}

.theme-modern .products-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
    margin: 0 0 0.85rem;
}

.theme-modern .products-cat-nav {
    position: sticky;
    top: var(--header-height);
    z-index: 40;
    background: #FFFFFF;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .products-cat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem 0.35rem;
    list-style: none;
    margin: 0;
    padding: 0.65rem 0;
}

.theme-modern .products-cat-list a {
    display: inline-flex;
    align-items: baseline;
    gap: 0.4rem;
    padding: 0.45rem 0.7rem;
    color: var(--color-dark);
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none;
    border-radius: 4px;
    transition: color 0.15s ease, background 0.15s ease;
}

.theme-modern .products-cat-list a span {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94A3B8;
}

.theme-modern .products-cat-list a:hover {
    color: var(--color-primary-dark);
    background: rgba(46, 158, 62, 0.08);
}

.theme-modern .section-products-catalog {
    padding: 2.75rem 0 4.5rem;
    background: #FFFFFF;
}

.theme-modern .section-products-catalog .category-block {
    margin-bottom: 3.25rem;
    scroll-margin-top: calc(var(--header-height) + 3.25rem);
}

.theme-modern .section-products-catalog .category-block:last-of-type {
    margin-bottom: 3.5rem;
}

.theme-modern .category-block-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .category-block-header h2 {
    margin: 0;
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
    border: none;
    padding: 0;
}

.theme-modern .category-block-count {
    font-size: 0.8rem;
    font-weight: 600;
    color: #94A3B8;
    white-space: nowrap;
}

.theme-modern .products-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 1.5rem;
}

.theme-modern .products-grid--catalog .product-card-image,
.theme-modern .products-grid--modern .product-card-image {
    aspect-ratio: 1 / 1;
    background: #F1F5F9;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-modern .products-grid--catalog .product-card-image img,
.theme-modern .products-grid--modern .product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, opacity 0.35s ease;
}

.theme-modern .products-grid--catalog .product-card:hover .product-card-image img,
.theme-modern .products-grid--modern .product-card:hover .product-card-image img {
    transform: scale(1.04);
}

.theme-modern .product-card--has-hover .product-card-img-hover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.45s ease, opacity 0.35s ease;
    transform: scale(1.02);
}

.theme-modern .product-card--has-hover:hover .product-card-img-primary {
    opacity: 0;
    transform: scale(1.04);
}

.theme-modern .product-card--has-hover:hover .product-card-img-hover {
    opacity: 1;
    transform: scale(1.04);
}

.theme-modern .products-grid--catalog .product-card-image--empty,
.theme-modern .products-grid--modern .product-card-image--empty {
    background:
        linear-gradient(145deg, #F8FAFC 0%, #E8EEF4 100%);
}

.theme-modern .product-card-placeholder {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: rgba(15, 23, 42, 0.18);
    line-height: 1;
    user-select: none;
}

.theme-modern .products-grid--catalog .product-card-body,
.theme-modern .products-grid--modern .product-card-body {
    padding: 0.95rem 0.1rem 0;
}

.theme-modern .products-grid--catalog .product-card-body h3,
.theme-modern .products-grid--modern .product-card-body h3 {
    margin: 0 0 0.4rem;
    font-size: 1.02rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: var(--color-dark);
}

.theme-modern .product-card-meta {
    font-size: 0.8rem;
    color: #94A3B8;
}

.theme-modern .product-card.js-product-modal-trigger {
    cursor: pointer;
}

.theme-modern .product-card-overlay-badge {
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    z-index: 3;
}

.theme-modern .product-card:hover .product-card-overlay-badge,
.theme-modern .product-card:focus-visible .product-card-overlay-badge {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.theme-modern .product-card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.45rem;
}

.theme-modern .product-card-quick-info {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.theme-modern .badge-spec-count {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 750;
    color: var(--color-primary-dark, #0056b3);
    background: #EFF6FF;
    border: 1px solid #DBEAFE;
    padding: 0.18rem 0.5rem;
    border-radius: 6px;
    letter-spacing: 0.01em;
}

.theme-modern .product-catalog-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: #DC2626;
    background: #FEF2F2;
    border: 1px solid #FEE2E2;
    padding: 0.18rem 0.55rem;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    z-index: 2;
    position: relative;
}

.theme-modern .product-catalog-badge:hover {
    background: #DC2626;
    color: #FFFFFF;
    border-color: #DC2626;
}

/* ==========================================================================
   PRODUCT DETAIL MODAL
   ========================================================================== */
.product-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.product-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: pointer;
}

.product-modal-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 860px;
    max-height: calc(100vh - 2.5rem);
    background: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 25px 65px -15px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: scale(0.96) translateY(14px);
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), max-width 0.25s ease;
}

/* Geniş Modal (Tablolu & Çok Bilgili Ürünler İçin) */
.product-modal--has-table .product-modal-dialog {
    max-width: min(1200px, calc(100vw - 2.5rem));
}

.product-modal--has-table .product-modal-body {
    grid-template-columns: 280px 1fr;
}

.product-modal-columns-grid {
    display: flex;
    flex-direction: column;
}

.product-modal--has-table .product-modal-columns-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 1.5rem;
    align-items: start;
}

.product-modal-column--main,
.product-modal-column--side {
    display: flex;
    flex-direction: column;
}

.product-modal--has-table .product-modal-table-scroll {
    max-height: 380px;
}

.product-modal.is-open .product-modal-dialog {
    transform: scale(1) translateY(0);
}

.product-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    color: #64748B;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-modal-close:hover {
    background: #F1F5F9;
    color: #0F172A;
    border-color: #CBD5E1;
    transform: rotate(90deg);
}

.product-modal-body {
    display: grid;
    grid-template-columns: 340px 1fr;
    overflow-y: auto;
    max-height: calc(100vh - 2.5rem);
}

.product-modal-media {
    padding: 1.75rem 1.5rem;
    background: #F8FAFC;
    border-right: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.product-modal-image-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    border: 1px solid #E2E8F0;
}

.product-modal-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.75rem;
    transition: transform 0.3s ease;
}

.product-modal-img:hover {
    transform: scale(1.04);
}

.product-modal-thumbs {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
}

.product-modal-thumb-btn {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    border: 2px solid transparent;
    background: #FFFFFF;
    padding: 3px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.product-modal-thumb-btn:hover {
    border-color: #94A3B8;
}

.product-modal-thumb-btn.is-active {
    border-color: var(--color-primary, #0056b3);
    box-shadow: 0 0 0 2px rgba(0, 86, 179, 0.2);
}

.product-modal-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.product-modal-info {
    padding: 2rem 2rem 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-modal-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    background: #EFF6FF;
    color: var(--color-primary-dark, #004085);
    font-size: 0.75rem;
    font-weight: 750;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.6rem;
}

.product-modal-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
    padding-right: 2rem;
}

.product-modal-specs-wrap {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.product-modal-specs-header {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.95rem;
    background: #EEF2F6;
    border-bottom: 1px solid #E2E8F0;
    font-size: 0.76rem;
    font-weight: 800;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.product-modal-specs-header svg {
    color: var(--color-primary, #0056b3);
}

.product-modal-specs-list {
    margin: 0;
    padding: 0.4rem 0.95rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem 1.25rem;
}

.product-modal-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.4rem 0;
    border-bottom: 1px dashed #E2E8F0;
    font-size: 0.82rem;
    gap: 0.5rem;
}

.product-modal-spec-row dt {
    color: #64748B;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    margin: 0;
    flex-shrink: 0;
}

.product-modal-spec-row dd {
    color: #0F172A;
    font-weight: 750;
    text-align: right;
    margin: 0;
}

.product-modal-empty-notice {
    padding: 1.1rem 1.25rem;
    font-size: 0.88rem;
    color: #64748B;
    line-height: 1.55;
    margin: 0 0 1.5rem;
    background: #F8FAFC;
    border-radius: 10px;
    border: 1px dashed #CBD5E1;
}

.product-modal-subheading {
    font-size: 0.76rem;
    font-weight: 800;
    color: #1E293B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 0.5rem;
}

.product-modal-features-wrap {
    margin-bottom: 1.25rem;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 0.85rem 1rem;
}

.product-modal-features-list {
    margin: 0;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: #475569;
    line-height: 1.45;
}

.product-modal-features-list li::marker {
    color: var(--color-primary, #0056b3);
}

.product-modal-apps-wrap {
    margin-bottom: 1.25rem;
}

.product-modal-apps-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.product-modal-app-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.65rem;
    background: #EFF6FF;
    color: var(--color-primary-dark, #0056b3);
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 6px;
    border: 1px solid #DBEAFE;
}

.product-modal-table-wrap {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.product-modal-table-scroll {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.product-modal-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.78rem;
    text-align: center;
}

.product-modal-table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #0F172A;
    color: #FFFFFF;
}

.product-modal-table th {
    padding: 0.55rem 0.65rem;
    font-weight: 750;
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.product-modal-table th:last-child {
    border-right: none;
}

.product-modal-table td {
    padding: 0.42rem 0.65rem;
    border-bottom: 1px solid #F1F5F9;
    color: #334155;
    font-weight: 650;
}

.product-modal-table tbody tr:nth-child(even) {
    background: #F8FAFC;
}

.product-modal-table tbody tr:hover {
    background: #EEF2F6;
    color: #0F172A;
}

.product-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: auto;
}

.btn-modal-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.78rem 1.35rem;
    background: #25D366;
    color: #FFFFFF !important;
    font-weight: 750;
    font-size: 0.9rem;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(37, 211, 102, 0.28);
    transition: all 0.2s ease;
}

.btn-modal-whatsapp:hover {
    background: #20BA56;
    transform: translateY(-1px);
    box-shadow: 0 5px 16px rgba(37, 211, 102, 0.38);
}

.btn-modal-catalog {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.72rem 1.25rem;
    background: #F1F5F9;
    color: #0F172A !important;
    font-weight: 700;
    font-size: 0.86rem;
    border-radius: 10px;
    border: 1px solid #CBD5E1;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-modal-catalog:hover {
    background: #E2E8F0;
    color: #0F172A;
    border-color: #94A3B8;
}

.btn-modal-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.72rem 1.25rem;
    background: transparent;
    color: var(--color-primary-dark, #0056b3) !important;
    font-weight: 700;
    font-size: 0.86rem;
    border-radius: 10px;
    border: 1px solid var(--color-primary-dark, #0056b3);
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-modal-contact:hover {
    background: var(--color-primary-dark, #0056b3);
    color: #FFFFFF !important;
}

@media (max-width: 992px) {
    .product-modal--has-table .product-modal-body {
        grid-template-columns: 1fr;
    }

    .product-modal--has-table .product-modal-columns-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .product-modal--has-table .product-modal-table-scroll {
        max-height: 280px;
    }
}

@media (max-width: 768px) {
    .product-modal {
        padding: 0.75rem;
    }

    .product-modal-dialog {
        max-height: calc(100vh - 1.5rem);
        border-radius: 14px;
    }

    .product-modal-body {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 1.5rem);
    }

    .product-modal-media {
        border-right: none;
        border-bottom: 1px solid #E2E8F0;
        padding: 1.25rem 1rem 1rem;
    }

    .product-modal-image-wrap {
        max-width: 260px;
    }

    .product-modal-info {
        padding: 1.25rem 1rem;
    }

    .product-modal-title {
        font-size: 1.25rem;
        padding-right: 0;
    }

    .product-modal-specs-list {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}

.theme-modern .products-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.75rem 0 0;
    border-top: 1px solid var(--color-border);
    flex-wrap: wrap;
}

.theme-modern .products-cta-copy h2 {
    margin: 0 0 0.35rem;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .products-cta-copy p {
    margin: 0;
    max-width: 32rem;
    font-size: 0.92rem;
    color: var(--color-text-muted);
    line-height: 1.5;
}

.theme-modern .products-cta-link {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.4rem;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.theme-modern .products-cta-link:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

@media (max-width: 900px) {
    .theme-modern .products-grid--catalog {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.1rem;
    }
}

@media (max-width: 560px) {
    .theme-modern .products-grid--catalog {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .theme-modern .products-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

.theme-modern .mission-card {
    background: #fff;
    border: none;
    border-radius: var(--radius);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}

.theme-modern .mission-card h2 {
    font-weight: 800;
}

/* ==========================================================================
   Hakkımızda Sayfası Özel Tasarımı (Tarihçe, Vizyon & Misyon, Değerler)
   ========================================================================== */

/* Hero */
.theme-modern .about-hero {
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
    padding: 7.5rem 0 3.5rem;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .about-hero h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
    margin: 0 0 0.75rem;
}

/* Şirket Hikayesi & Tarihçe */
.theme-modern .about-story-section {
    padding: 4rem 0 4.5rem;
}

.theme-modern .about-story-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 4rem;
    align-items: center;
}

.theme-modern .section-tag {
    display: inline-block;
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.theme-modern .about-story-title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--color-dark);
    letter-spacing: -0.015em;
    margin: 0.25rem 0 1rem;
}

.theme-modern .about-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--color-text-muted);
    margin-bottom: 2rem;
}

/* Timeline */
.theme-modern .about-timeline {
    position: relative;
    padding-left: 1.75rem;
    border-left: 2px dashed #CBD5E1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.25rem;
}

.theme-modern .timeline-item {
    position: relative;
}

.theme-modern .timeline-dot {
    position: absolute;
    left: -1.75rem;
    top: 5px;
    transform: translateX(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #94A3B8;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 0 2px #CBD5E1;
    transition: all 0.25s ease;
}

.theme-modern .timeline-dot--accent {
    background: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(46, 158, 62, 0.25);
}

.theme-modern .timeline-dot--current {
    background: #10B981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.3);
}

.theme-modern .timeline-body h4 {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 0.35rem;
}

.theme-modern .timeline-body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--color-text-muted);
    margin: 0;
}

/* Stats Row */
.theme-modern .about-stats-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 0.5rem;
}

.theme-modern .about-stat-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 1.1rem 1.25rem;
    flex: 1;
    min-width: 105px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.theme-modern .about-stat-item:hover {
    transform: translateY(-3px);
    border-color: var(--color-primary);
}

.theme-modern .stat-number {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--color-primary-dark);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.theme-modern .stat-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748B;
    margin-top: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Story Media */
.theme-modern .about-story-media {
    position: relative;
}

.theme-modern .about-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.theme-modern .about-main-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3.2;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.theme-modern .about-image-wrapper:hover .about-main-img {
    transform: scale(1.03);
}

.theme-modern .about-image-badge {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    padding: 0.85rem 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.theme-modern .about-image-badge .badge-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(46, 158, 62, 0.12);
    color: var(--color-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.theme-modern .about-image-badge strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--color-dark);
}

.theme-modern .about-image-badge span {
    display: block;
    font-size: 0.78rem;
    color: #64748B;
}

/* Shared kurumsal section headers (hakkimizda, degerler, kalite) */
.theme-modern .section-mission-vision {
    background: #F8FAFC;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 5rem 0 5.5rem;
    position: relative;
}

.theme-modern .section-header-center {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 3.5rem;
}

.theme-modern .section-headline {
    font-size: clamp(1.85rem, 3.2vw, 2.5rem);
    font-weight: 800;
    color: var(--color-dark);
    letter-spacing: -0.02em;
    margin: 0.6rem 0 0.75rem;
    line-height: 1.25;
}

.theme-modern .section-subtext {
    font-size: 1.05rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin: 0;
}

/* ==========================================
   Vizyon & Misyon sayfası
   ========================================== */

.theme-modern .page-hero.vm-hero {
    position: relative;
    padding: calc(var(--header-height) + 0.85rem) 0 2rem;
    background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .vm-hero-inner {
    max-width: 48rem;
}

.theme-modern .vm-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
    margin: 0 0 0.85rem;
}

.theme-modern .section-vm {
    padding: 0;
    background: #FFFFFF;
}

.theme-modern .vm-layout {
    max-width: var(--container);
}

.theme-modern .vm-label {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary-dark);
}

.theme-modern .vm-statement {
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .vm-statement--alt {
    background: #F8FAFC;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .vm-lead {
    margin: 0 0 1.5rem;
    max-width: none;
    width: 100%;
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.35;
    color: var(--color-dark);
}

.theme-modern .vm-body {
    max-width: none;
    width: 100%;
    margin-bottom: 2rem;
}

.theme-modern .vm-body p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.theme-modern .vm-body p:last-child {
    margin-bottom: 0;
}

.theme-modern .vm-defs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    margin: 0;
    padding-top: 1.75rem;
    border-top: 1px solid var(--color-border);
    max-width: none;
    width: 100%;
}

.theme-modern .vm-defs dt {
    margin: 0 0 0.35rem;
    font-size: 0.92rem;
    font-weight: 750;
    color: var(--color-dark);
}

.theme-modern .vm-defs dd {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.theme-modern .vm-focus {
    padding: 3.25rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .vm-focus-intro {
    margin-bottom: 1.75rem;
}

.theme-modern .vm-focus-intro h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .vm-focus-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: vm-focus;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem 2.25rem;
}

.theme-modern .vm-focus-list li {
    counter-increment: vm-focus;
    padding-top: 1.15rem;
    border-top: 2px solid var(--color-dark);
}

.theme-modern .vm-focus-list li::before {
    content: "0" counter(vm-focus);
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #94A3B8;
}

.theme-modern .vm-focus-list strong {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    color: var(--color-dark);
}

.theme-modern .vm-focus-list span {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.theme-modern .vm-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 2.75rem 0 4rem;
}

.theme-modern .vm-cta-copy h2 {
    margin: 0 0 0.4rem;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .vm-cta-copy p {
    margin: 0;
    max-width: none;
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.theme-modern .vm-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.theme-modern .vm-cta-primary,
.theme-modern .vm-cta-secondary {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-modern .vm-cta-primary {
    background: var(--color-primary);
    color: #fff;
}

.theme-modern .vm-cta-primary:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

.theme-modern .vm-cta-secondary {
    background: transparent;
    color: var(--color-dark);
    border: 1px solid var(--color-border);
}

.theme-modern .vm-cta-secondary:hover {
    border-color: var(--color-dark);
    color: var(--color-dark);
}

@media (max-width: 900px) {
    .theme-modern .vm-defs,
    .theme-modern .vm-focus-list {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .theme-modern .vm-statement,
    .theme-modern .vm-focus {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 560px) {
    .theme-modern .vm-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 3.25rem;
    }
}

/* ==========================================
   Hakkımızda sayfası (editorial)
   ========================================== */

.theme-modern .page-hero.about-page-hero {
    position: relative;
    padding: calc(var(--header-height) + 0.85rem) 0 2rem;
    background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .about-page-hero-inner {
    max-width: 48rem;
}

.theme-modern .about-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
    margin: 0 0 0.85rem;
}

.theme-modern .section-about-page {
    padding: 0;
    background: #FFFFFF;
}

.theme-modern .about-page-layout {
    max-width: 72rem;
}

.theme-modern .about-page-label {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary-dark);
}

.theme-modern .about-page-story {
    padding: 3rem 0 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .about-page-story-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3.5rem;
    align-items: start;
    padding-bottom: 3.25rem;
}

.theme-modern .about-page-lead {
    margin: 0 0 1.35rem;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.3;
    color: var(--color-dark);
}

.theme-modern .about-page-body {
    max-width: 40rem;
}

.theme-modern .about-page-body p {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--color-text-muted);
}

.theme-modern .about-page-body p:last-child {
    margin-bottom: 0;
}

.theme-modern .about-page-timeline {
    list-style: none;
    margin: 2.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    border-top: 1px solid var(--color-border);
    padding-top: 1.75rem;
}

.theme-modern .about-page-timeline li {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 0.25rem 1.25rem;
    align-items: baseline;
}

.theme-modern .about-page-timeline time {
    grid-row: 1 / 3;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--color-dark);
}

.theme-modern .about-page-timeline strong {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--color-dark);
}

.theme-modern .about-page-timeline span {
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.theme-modern .about-page-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
    margin: 2.25rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--color-border);
}

.theme-modern .about-page-stats dt {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--color-dark);
}

.theme-modern .about-page-stats dd {
    margin: 0.35rem 0 0;
    font-size: 0.84rem;
    color: var(--color-text-muted);
}

.theme-modern .about-page-media {
    margin: 0;
}

.theme-modern .about-page-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border: 1px solid var(--color-border);
}

.theme-modern .about-page-media figcaption {
    margin-top: 0.65rem;
    font-size: 0.82rem;
    color: var(--color-text-muted);
}

.theme-modern .about-page-links {
    padding: 3rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .about-page-links-intro {
    margin-bottom: 1.5rem;
}

.theme-modern .about-page-links-intro h2 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .about-page-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.theme-modern .about-page-link-list li {
    border-top: 1px solid var(--color-border);
}

.theme-modern .about-page-link-list a {
    display: block;
    padding: 1.35rem 1.25rem 1.35rem 0;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid var(--color-border);
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    transition: color 0.15s ease;
}

.theme-modern .about-page-link-list li:last-child a {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.theme-modern .about-page-link-list a:hover strong {
    color: var(--color-primary-dark);
}

.theme-modern .about-page-link-list strong {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-dark);
}

.theme-modern .about-page-link-list span {
    display: block;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.theme-modern .about-page-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 2.75rem 0 4rem;
}

.theme-modern .about-page-cta-copy h2 {
    margin: 0 0 0.4rem;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .about-page-cta-copy p {
    margin: 0;
    max-width: 36rem;
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.theme-modern .about-page-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.theme-modern .about-page-cta-primary,
.theme-modern .about-page-cta-secondary {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-modern .about-page-cta-primary {
    background: var(--color-primary);
    color: #fff;
}

.theme-modern .about-page-cta-primary:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

.theme-modern .about-page-cta-secondary {
    background: transparent;
    color: var(--color-dark);
    border: 1px solid var(--color-border);
}

.theme-modern .about-page-cta-secondary:hover {
    border-color: var(--color-dark);
    color: var(--color-dark);
}

@media (max-width: 900px) {
    .theme-modern .about-page-story-grid {
        grid-template-columns: 1fr;
        gap: 2.25rem;
        padding-bottom: 2.5rem;
    }

    .theme-modern .about-page-link-list {
        grid-template-columns: 1fr;
    }

    .theme-modern .about-page-link-list a {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
    }

    .theme-modern .about-page-timeline li {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }

    .theme-modern .about-page-timeline time {
        grid-row: auto;
        margin-bottom: 0.15rem;
        color: var(--color-primary-dark);
    }
}

@media (max-width: 560px) {
    .theme-modern .about-page-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .theme-modern .about-page-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 3.25rem;
    }

    .theme-modern .about-page-story {
        padding-top: 2.25rem;
    }

    .theme-modern .about-page-links {
        padding: 2.25rem 0;
    }
}

/* ==========================================
   Değerlerimiz sayfası
   ========================================== */

.theme-modern .page-hero.values-page-hero {
    position: relative;
    padding: calc(var(--header-height) + 0.85rem) 0 2rem;
    background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .values-page-hero-inner {
    max-width: 48rem;
}

.theme-modern .values-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
    margin: 0 0 0.85rem;
}

.theme-modern .section-values-page {
    padding: 0;
    background: #FFFFFF;
}

.theme-modern .values-page-layout {
    max-width: var(--container);
}

.theme-modern .values-page-label {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary-dark);
}

.theme-modern .values-page-intro {
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .values-page-lead {
    margin: 0 0 1.5rem;
    max-width: none;
    width: 100%;
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.35;
    color: var(--color-dark);
}

.theme-modern .values-page-body {
    max-width: none;
    width: 100%;
}

.theme-modern .values-page-body p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.theme-modern .values-page-body p:last-child {
    margin-bottom: 0;
}

.theme-modern .values-page-list-block {
    padding: 3.25rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .values-page-list-intro {
    margin-bottom: 1.75rem;
}

.theme-modern .values-page-list-intro h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .values-page-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: values-page;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem 2.25rem;
}

.theme-modern .values-page-list li {
    counter-increment: values-page;
    padding-top: 1.15rem;
    border-top: 2px solid var(--color-dark);
}

.theme-modern .values-page-list li::before {
    content: "0" counter(values-page);
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #94A3B8;
}

.theme-modern .values-page-list strong {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    color: var(--color-dark);
}

.theme-modern .values-page-list span {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.theme-modern .values-page-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 2.75rem 0 4rem;
}

.theme-modern .values-page-cta-copy h2 {
    margin: 0 0 0.4rem;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .values-page-cta-copy p {
    margin: 0;
    max-width: none;
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.theme-modern .values-page-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.theme-modern .values-page-cta-primary,
.theme-modern .values-page-cta-secondary {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-modern .values-page-cta-primary {
    background: var(--color-primary);
    color: #fff;
}

.theme-modern .values-page-cta-primary:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

.theme-modern .values-page-cta-secondary {
    background: transparent;
    color: var(--color-dark);
    border: 1px solid var(--color-border);
}

.theme-modern .values-page-cta-secondary:hover {
    border-color: var(--color-dark);
    color: var(--color-dark);
}

@media (max-width: 900px) {
    .theme-modern .values-page-list {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .theme-modern .values-page-intro,
    .theme-modern .values-page-list-block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 560px) {
    .theme-modern .values-page-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 3.25rem;
    }
}

/* ==========================================
   Hizmetlerimiz sayfası
   ========================================== */

.theme-modern .page-hero.services-page-hero {
    position: relative;
    padding: calc(var(--header-height) + 0.85rem) 0 2rem;
    background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .services-page-hero-inner {
    max-width: 48rem;
}

.theme-modern .services-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
    margin: 0 0 0.85rem;
}

.theme-modern .section-services-page {
    padding: 0;
    background: #FFFFFF;
}

.theme-modern .services-page-layout {
    max-width: var(--container);
}

.theme-modern .services-page-label {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary-dark);
}

.theme-modern .services-page-intro {
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .services-page-intro-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.75rem;
    align-items: start;
}

.theme-modern .services-page-lead {
    margin: 0 0 1.5rem;
    max-width: none;
    width: 100%;
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.35;
    color: var(--color-dark);
}

.theme-modern .services-page-body {
    max-width: none;
    width: 100%;
}

.theme-modern .services-page-body p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.theme-modern .services-page-body p:last-child {
    margin-bottom: 0;
}

.theme-modern .services-page-media {
    margin: 0;
}

.theme-modern .services-page-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    background: #E8ECF0;
    border: 1px solid var(--color-border);
    border-radius: 4px;
}

.theme-modern .services-page-media figcaption {
    margin-top: 0.55rem;
    font-size: 0.8rem;
    color: #94A3B8;
    line-height: 1.4;
}

.theme-modern .services-page-list-block {
    padding: 3.25rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .services-page-list-intro {
    margin-bottom: 2rem;
}

.theme-modern .services-page-list-intro h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .services-page-items {
    display: flex;
    flex-direction: column;
    gap: 2.75rem;
}

.theme-modern .services-page-item {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2rem;
    align-items: center;
}

.theme-modern .services-page-item--reverse {
    grid-template-columns: 1.1fr 0.9fr;
}

.theme-modern .services-page-item--reverse .services-page-media {
    order: 2;
}

.theme-modern .services-page-item--reverse .services-page-item-copy {
    order: 1;
}

.theme-modern .services-page-item-num {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #94A3B8;
}

.theme-modern .services-page-item-copy h3 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .services-page-item-copy p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--color-text-muted);
}

.theme-modern .services-page-gallery-block {
    padding: 3.25rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .services-page-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
}

.theme-modern .services-page-gallery-note {
    margin: 1.25rem 0 0;
    font-size: 0.9rem;
    color: var(--color-text-muted);
}

.theme-modern .services-page-gallery-note a {
    color: var(--color-primary-dark);
    font-weight: 650;
    text-decoration: none;
}

.theme-modern .services-page-gallery-note a:hover {
    color: var(--color-primary);
}

.theme-modern .services-page-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 2.75rem 0 4rem;
}

.theme-modern .services-page-cta-copy h2 {
    margin: 0 0 0.4rem;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .services-page-cta-copy p {
    margin: 0;
    max-width: none;
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.theme-modern .services-page-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.theme-modern .services-page-cta-primary,
.theme-modern .services-page-cta-secondary {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-modern .services-page-cta-primary {
    background: var(--color-primary);
    color: #fff;
}

.theme-modern .services-page-cta-primary:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

.theme-modern .services-page-cta-secondary {
    background: transparent;
    color: var(--color-dark);
    border: 1px solid var(--color-border);
}

.theme-modern .services-page-cta-secondary:hover {
    border-color: var(--color-dark);
    color: var(--color-dark);
}

@media (max-width: 900px) {
    .theme-modern .services-page-intro-grid,
    .theme-modern .services-page-item,
    .theme-modern .services-page-item--reverse {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .theme-modern .services-page-item--reverse .services-page-media,
    .theme-modern .services-page-item--reverse .services-page-item-copy {
        order: initial;
    }

    .theme-modern .services-page-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
    }

    .theme-modern .services-page-intro,
    .theme-modern .services-page-list-block,
    .theme-modern .services-page-gallery-block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 560px) {
    .theme-modern .services-page-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 3.25rem;
    }
}

/* ==========================================
   Üretim sayfası
   ========================================== */

.theme-modern .page-hero.prod-page-hero {
    position: relative;
    padding: calc(var(--header-height) + 0.85rem) 0 2rem;
    background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .prod-page-hero-inner {
    max-width: 48rem;
}

.theme-modern .prod-page-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
    margin: 0 0 0.85rem;
}

.theme-modern .section-prod-page {
    padding: 0;
    background: #FFFFFF;
}

.theme-modern .prod-page-layout {
    max-width: var(--container);
}

.theme-modern .prod-page-label {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary-dark);
}

.theme-modern .prod-page-block {
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .prod-page-lead {
    margin: 0 0 1.5rem;
    max-width: none;
    width: 100%;
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.35;
    color: var(--color-dark);
}

.theme-modern .prod-page-body {
    max-width: none;
    width: 100%;
}

.theme-modern .prod-page-body p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.theme-modern .prod-page-body p:last-child {
    margin-bottom: 0;
}

.theme-modern .prod-page-body a {
    color: var(--color-primary-dark);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.theme-modern .prod-page-body a:hover {
    color: var(--color-dark);
}

.theme-modern .prod-page-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    margin: 2rem 0 0;
    padding: 0;
}

.theme-modern .prod-page-stats dt {
    margin: 0 0 0.25rem;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .prod-page-stats dd {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--color-text-muted);
}

.theme-modern .prod-page-facility-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 2.5rem;
}

.theme-modern .prod-page-media {
    margin: 0;
}

.theme-modern .prod-page-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    background: #E8ECF0;
    border: 1px solid var(--color-border);
    border-radius: 4px;
}

.theme-modern .prod-page-media--feature img {
    max-height: 36rem;
}

.theme-modern .prod-page-media figcaption {
    margin-top: 0.65rem;
    font-size: 0.82rem;
    line-height: 1.4;
    color: var(--color-text-muted);
}

.theme-modern .prod-page-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
}

.theme-modern .prod-page-gallery--logistics {
    margin-top: 2.25rem;
}

.theme-modern .prod-page-placeholder {
    display: none;
}

.theme-modern .prod-page-placeholder-label,
.theme-modern .prod-page-placeholder p {
    display: none;
}

.theme-modern .prod-page-plain-list {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2.5rem;
}

.theme-modern .prod-page-plain-list li {
    padding-top: 1.1rem;
    border-top: 1px solid var(--color-border);
}

.theme-modern .prod-page-plain-list strong {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 1.02rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    color: var(--color-dark);
}

.theme-modern .prod-page-plain-list span {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.theme-modern .prod-page-defs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    margin: 2rem 0 0;
    padding: 0;
}

.theme-modern .prod-page-defs dt {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 750;
    color: var(--color-dark);
}

.theme-modern .prod-page-defs dd {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.theme-modern .prod-page-list-intro {
    margin-bottom: 1.75rem;
}

.theme-modern .prod-page-list-intro .prod-page-lead {
    margin-bottom: 0;
}

.theme-modern .prod-page-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: prod-page;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 2.5rem;
}

.theme-modern .prod-page-list li {
    counter-increment: prod-page;
    padding-top: 1.15rem;
    border-top: 2px solid var(--color-dark);
}

.theme-modern .prod-page-list li::before {
    content: "0" counter(prod-page);
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #94A3B8;
}

.theme-modern .prod-page-list strong {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    color: var(--color-dark);
}

.theme-modern .prod-page-list span {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.theme-modern .prod-page-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 2.75rem 0 4rem;
}

.theme-modern .prod-page-cta-copy h2 {
    margin: 0 0 0.4rem;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .prod-page-cta-copy p {
    margin: 0;
    max-width: none;
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.theme-modern .prod-page-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.theme-modern .prod-page-cta-primary,
.theme-modern .prod-page-cta-secondary {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-modern .prod-page-cta-primary {
    background: var(--color-primary);
    color: #fff;
}

.theme-modern .prod-page-cta-primary:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

.theme-modern .prod-page-cta-secondary {
    background: transparent;
    color: var(--color-dark);
    border: 1px solid var(--color-border);
}

.theme-modern .prod-page-cta-secondary:hover {
    border-color: var(--color-dark);
    color: var(--color-dark);
}

@media (max-width: 1100px) {
    .theme-modern .prod-page-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .theme-modern .prod-page-facility-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .theme-modern .prod-page-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .theme-modern .prod-page-plain-list,
    .theme-modern .prod-page-defs,
    .theme-modern .prod-page-list,
    .theme-modern .prod-page-stats {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .theme-modern .prod-page-block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 560px) {
    .theme-modern .prod-page-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .theme-modern .prod-page-media figcaption {
        font-size: 0.72rem;
    }

    .theme-modern .prod-page-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 3.25rem;
    }
}

/* ==========================================
   Kalite Politikası sayfası
   ========================================== */

.theme-modern .page-hero.qp-hero {
    position: relative;
    padding: calc(var(--header-height) + 0.85rem) 0 2rem;
    background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .qp-hero-inner {
    max-width: 48rem;
}

.theme-modern .qp-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
    margin: 0 0 0.85rem;
}

.theme-modern .section-qp {
    padding: 0;
    background: #FFFFFF;
}

.theme-modern .qp-layout {
    max-width: var(--container);
}

.theme-modern .qp-label {
    margin: 0 0 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary-dark);
}

.theme-modern .qp-statement {
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .qp-statement--alt {
    background: #F8FAFC;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .qp-lead {
    margin: 0 0 1.5rem;
    max-width: none;
    width: 100%;
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.35;
    color: var(--color-dark);
}

.theme-modern .qp-body {
    max-width: none;
    width: 100%;
    margin-bottom: 2rem;
}

.theme-modern .qp-body p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.theme-modern .qp-body p:last-child {
    margin-bottom: 0;
}

.theme-modern .qp-defs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    margin: 0;
    padding-top: 1.75rem;
    border-top: 1px solid var(--color-border);
    max-width: none;
    width: 100%;
}

.theme-modern .qp-defs--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-modern .qp-defs dt {
    margin: 0 0 0.35rem;
    font-size: 0.92rem;
    font-weight: 750;
    color: var(--color-dark);
}

.theme-modern .qp-defs dd {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--color-text-muted);
}

.theme-modern .qp-process {
    padding: 3.25rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .qp-process-intro {
    margin-bottom: 1.75rem;
}

.theme-modern .qp-process-intro h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .qp-process-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: qp-process;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.75rem 2.25rem;
}

.theme-modern .qp-process-list li {
    counter-increment: qp-process;
    padding-top: 1.15rem;
    border-top: 2px solid var(--color-dark);
}

.theme-modern .qp-process-list li::before {
    content: "0" counter(qp-process);
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #94A3B8;
}

.theme-modern .qp-process-list strong {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
    font-weight: 750;
    letter-spacing: -0.01em;
    color: var(--color-dark);
}

.theme-modern .qp-process-list span {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.theme-modern .qp-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 2.75rem 0 4rem;
}

.theme-modern .qp-cta-copy h2 {
    margin: 0 0 0.4rem;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .qp-cta-copy p {
    margin: 0;
    max-width: none;
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.theme-modern .qp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.theme-modern .qp-cta-primary,
.theme-modern .qp-cta-secondary {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-modern .qp-cta-primary {
    background: var(--color-primary);
    color: #fff;
}

.theme-modern .qp-cta-primary:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

.theme-modern .qp-cta-secondary {
    background: transparent;
    color: var(--color-dark);
    border: 1px solid var(--color-border);
}

.theme-modern .qp-cta-secondary:hover {
    border-color: var(--color-dark);
    color: var(--color-dark);
}

@media (max-width: 900px) {
    .theme-modern .qp-defs,
    .theme-modern .qp-defs--four,
    .theme-modern .qp-process-list {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .theme-modern .qp-statement,
    .theme-modern .qp-process {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 560px) {
    .theme-modern .qp-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 3.25rem;
    }
}

/* ==========================================
   Kurumsal Temel Değerlerimiz (4'lü Grid)
   ========================================== */

.theme-modern .section-values {
    padding: 4.5rem 0 5rem;
}

.theme-modern .values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.theme-modern .value-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 2rem 1.6rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.theme-modern .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.07);
    border-color: var(--color-primary);
}

.theme-modern .value-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.theme-modern .value-icon-box--green {
    background: rgba(46, 158, 62, 0.1);
    color: var(--color-primary-dark);
}

.theme-modern .value-icon-box--gold {
    background: rgba(234, 179, 8, 0.12);
    color: #D97706;
}

.theme-modern .value-icon-box--blue {
    background: rgba(59, 130, 246, 0.12);
    color: #2563EB;
}

.theme-modern .value-icon-box--emerald {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.theme-modern .value-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 0.5rem;
}

.theme-modern .value-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748B;
    margin: 0;
}

/* Stratejik / Kurumsal 3'lü Grid */
.theme-modern .strategic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.theme-modern .strategic-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 2.25rem 1.85rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.theme-modern .strategic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    border-color: var(--color-primary);
}

.theme-modern .strategic-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(59, 130, 246, 0.12);
    color: #2563EB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    flex-shrink: 0;
}

.theme-modern .strategic-icon-box--green {
    background: rgba(46, 158, 62, 0.12);
    color: var(--color-primary-dark);
}

.theme-modern .strategic-icon-box--gold {
    background: rgba(234, 179, 8, 0.14);
    color: #D97706;
}

.theme-modern .strategic-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-dark);
    margin: 0 0 0.65rem;
    letter-spacing: -0.01em;
}

.theme-modern .strategic-card p {
    font-size: 0.94rem;
    line-height: 1.65;
    color: #64748B;
    margin: 0;
}

/* ==========================================
   Hakkımızda CTA Banner
   ========================================== */

.theme-modern .section-about-cta {
    padding: 0 0 5rem;
}

.theme-modern .about-cta-banner {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    border-radius: 24px;
    padding: 3.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    color: #FFFFFF;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-modern .about-cta-content h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    margin: 0 0 0.6rem;
    color: #FFFFFF;
    letter-spacing: -0.01em;
}

.theme-modern .about-cta-content p {
    font-size: 1rem;
    color: #94A3B8;
    margin: 0;
    max-width: 560px;
    line-height: 1.6;
}

.theme-modern .about-cta-actions {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
    align-items: center;
    flex-wrap: wrap;
}

.theme-modern .btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color-primary);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.9rem 1.6rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(46, 158, 62, 0.4);
}

.theme-modern .btn-cta-primary:hover {
    background: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 158, 62, 0.5);
    color: #FFFFFF;
}

.theme-modern .btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.9rem 1.4rem;
    border-radius: var(--radius-pill);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.theme-modern .btn-cta-whatsapp:hover {
    background: rgba(37, 211, 102, 0.18);
    border-color: #25D366;
    color: #4ADE80;
    transform: translateY(-2px);
}

/* —— İletişim Sayfası —— */

.theme-modern .page-hero.contact-hero {
    position: relative;
    padding: calc(var(--header-height) + 0.85rem) 0 1.75rem;
    background:
        radial-gradient(ellipse 80% 60% at 0% 0%, rgba(46, 158, 62, 0.08), transparent 55%),
        linear-gradient(165deg, #EEF2F6 0%, #F7F8FA 42%, #FFFFFF 100%);
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
}

.theme-modern .contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 85%);
    pointer-events: none;
}

.theme-modern .contact-hero-inner {
    position: relative;
    max-width: 40rem;
}

.theme-modern .contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.84rem;
    font-weight: 500;
    margin-bottom: 0.85rem;
}

.theme-modern .contact-breadcrumb a {
    color: #64748B;
    text-decoration: none;
    transition: color 0.2s ease;
}

.theme-modern .contact-breadcrumb a:hover {
    color: var(--color-primary);
}

.theme-modern .bc-sep {
    color: #CBD5E1;
}

.theme-modern .bc-current {
    color: var(--color-dark);
    font-weight: 600;
}

.theme-modern .badge-subtle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    background: rgba(46, 158, 62, 0.08);
    color: var(--color-primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(46, 158, 62, 0.18);
    margin-bottom: 0.75rem;
}

.theme-modern .badge-dot {
    width: 7px;
    height: 7px;
    background: #2E9E3E;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(46, 158, 62, 0.8);
    animation: ctaDotPulse 2s ease-in-out infinite;
}

.theme-modern .contact-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-dark);
    margin: 0 0 0.85rem;
}

.theme-modern .hero-subtext {
    max-width: 34rem;
    font-size: 1.02rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.65;
}

.theme-modern .section-contact-details {
    padding: 0;
    background: #FFFFFF;
}

.theme-modern .contact-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .contact-detail {
    padding: 1.75rem 1.35rem;
    border-right: 1px solid var(--color-border);
}

.theme-modern .contact-detail:last-child {
    border-right: none;
}

.theme-modern .contact-detail dt {
    margin: 0 0 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94A3B8;
}

.theme-modern .contact-detail dd {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
}

.theme-modern .contact-detail a {
    color: var(--color-dark);
    font-size: 0.98rem;
    font-weight: 650;
    text-decoration: none;
    line-height: 1.35;
    transition: color 0.15s ease;
}

.theme-modern .contact-detail a:hover {
    color: var(--color-primary);
}

.theme-modern .contact-address {
    color: var(--color-dark);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
}

.theme-modern .contact-detail-note {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    line-height: 1.4;
}

.theme-modern .contact-detail-jump {
    margin-top: 0.25rem;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: var(--color-primary) !important;
}

.theme-modern .section-contact-main {
    padding: 4rem 0 4.5rem;
    background:
        linear-gradient(180deg, #FFFFFF 0%, #F7F9FB 100%);
}

.theme-modern .contact-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.85fr);
    gap: 3.5rem;
    align-items: start;
}

.theme-modern .contact-form-panel {
    min-width: 0;
}

.theme-modern .contact-form-intro {
    margin-bottom: 2rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .contact-form-intro h2 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .contact-form-intro p {
    margin: 0;
    max-width: 34rem;
    color: var(--color-text-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.theme-modern .alert-box {
    padding: 1rem 1.15rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid;
    font-size: 0.9rem;
}

.theme-modern .alert-box p {
    margin: 0.3rem 0 0;
}

.theme-modern .alert-box--success {
    background: #F0FDF4;
    border-color: #16A34A;
    color: #14532D;
}

.theme-modern .alert-box--error {
    background: #FEF2F2;
    border-color: #DC2626;
    color: #7F1D1D;
}

.theme-modern .custom-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.theme-modern .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
}

.theme-modern .form-field {
    display: flex;
    flex-direction: column;
}

.theme-modern .form-field label {
    font-size: 0.84rem;
    font-weight: 650;
    margin-bottom: 0.45rem;
    color: var(--color-dark);
}

.theme-modern .form-field .required {
    color: #B91C1C;
}

.theme-modern .form-field .field-hint {
    font-size: 0.76rem;
    font-weight: 500;
    color: #94A3B8;
    margin-left: 0.2rem;
}

.theme-modern .form-field input,
.theme-modern .form-field select,
.theme-modern .form-field textarea {
    width: 100%;
    padding: 0.85rem 0.95rem;
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--color-dark);
    background: #FFFFFF;
    border: 1px solid #D5DEE8;
    border-radius: 4px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.theme-modern .form-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    padding-right: 2.4rem;
}

.theme-modern .form-field input:focus,
.theme-modern .form-field select:focus,
.theme-modern .form-field textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(46, 158, 62, 0.12);
}

.theme-modern .form-field textarea {
    resize: vertical;
    min-height: 140px;
}

.theme-modern .form-footer-action {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 0.35rem;
    flex-wrap: wrap;
}

.theme-modern .btn-submit-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: #FFFFFF;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.9rem 1.75rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.theme-modern .btn-submit-form:hover {
    background: var(--color-primary-dark);
}

.theme-modern .privacy-note {
    margin: 0;
    font-size: 0.8rem;
    color: var(--color-text-muted);
    line-height: 1.4;
}

.theme-modern .contact-aside {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    padding-top: 0.25rem;
}

.theme-modern .contact-aside-block h3 {
    margin: 0 0 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94A3B8;
}

.theme-modern .schedule-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.theme-modern .schedule-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    font-size: 0.92rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .schedule-list .day {
    font-weight: 600;
    color: var(--color-dark);
}

.theme-modern .schedule-list .time {
    font-weight: 650;
    color: var(--color-dark);
    white-space: nowrap;
}

.theme-modern .schedule-list .time.closed {
    color: #94A3B8;
    font-weight: 500;
}

.theme-modern .schedule-note {
    margin: 0;
    font-size: 0.84rem;
    color: var(--color-text-muted);
    line-height: 1.55;
}

.theme-modern .contact-channel-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-modern .contact-channel-list li {
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .contact-channel-list a {
    display: block;
    padding: 0.75rem 0;
    color: var(--color-dark);
    font-size: 0.95rem;
    font-weight: 650;
    text-decoration: none;
    transition: color 0.15s ease;
}

.theme-modern .contact-channel-list a:hover {
    color: var(--color-primary);
}

/* Harita Bölümü */
.theme-modern .section-map {
    padding: 4rem 0;
    background: #F8FAFC;
}

.theme-modern .btn-map-route {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.35rem;
    background: #FFFFFF;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--color-dark);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.theme-modern .btn-map-route:hover {
    background: var(--color-dark);
    color: #FFFFFF;
    border-color: var(--color-dark);
    transform: translateY(-2px);
}

.theme-modern .interactive-map-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--color-border);
    background: #FFFFFF;
    height: 460px;
}

.theme-modern .interactive-map-card iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.theme-modern .map-card-info-badge {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.15rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.9);
    max-width: 340px;
    z-index: 10;
}

.theme-modern .map-card-info-badge strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--color-dark);
    margin-bottom: 0.25rem;
}

.theme-modern .map-card-info-badge p {
    font-size: 0.82rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.45;
}

/* SSS */
.theme-modern .section-faq {
    padding: 4.25rem 0 5rem;
    background: #FFFFFF;
}

.theme-modern .faq-intro {
    max-width: 36rem;
    margin: 0 0 2.5rem;
}

.theme-modern .faq-intro h2 {
    margin: 0 0 0.4rem;
    font-size: clamp(1.5rem, 2.5vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.theme-modern .faq-intro p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.95rem;
}

.theme-modern .faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.5rem;
    border-top: 1px solid var(--color-border);
}

.theme-modern .faq-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.theme-modern .faq-item h3 {
    margin: 0 0 0.55rem;
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.35;
    color: var(--color-dark);
}

.theme-modern .faq-item p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--color-text-muted);
    line-height: 1.6;
}

/* Responsive — iletişim */
@media (max-width: 992px) {
    .theme-modern .contact-details {
        grid-template-columns: 1fr 1fr;
    }

    .theme-modern .contact-detail:nth-child(2n) {
        border-right: none;
    }

    .theme-modern .contact-detail:nth-child(1),
    .theme-modern .contact-detail:nth-child(2) {
        border-bottom: 1px solid var(--color-border);
    }

    .theme-modern .contact-main-grid {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .theme-modern .faq-list {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 768px) {
    .theme-modern .section-modern-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.85rem;
    }

    .theme-modern .form-row {
        grid-template-columns: 1fr;
    }

    .theme-modern .form-footer-action {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .theme-modern .contact-details {
        grid-template-columns: 1fr;
    }

    .theme-modern .contact-detail {
        border-right: none;
        border-bottom: 1px solid var(--color-border);
        padding: 1.35rem 0;
    }

    .theme-modern .contact-detail:last-child {
        border-bottom: none;
    }

    .theme-modern .contact-detail:nth-child(1),
    .theme-modern .contact-detail:nth-child(2) {
        border-bottom: 1px solid var(--color-border);
    }

    .theme-modern .interactive-map-card {
        height: 320px;
    }

    .theme-modern .map-card-info-badge {
        position: static;
        max-width: none;
        margin: 1rem;
    }
}

/* —— Footer —— */

.theme-modern .site-footer {
    background: var(--color-footer);
    margin-top: 0;
}

.theme-modern .footer-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 8px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.85rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.theme-modern .footer-logo-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.theme-modern .footer-logo {
    height: 42px;
    width: auto;
    display: block;
    filter: none;
}

.theme-modern .footer-brand-desc {
    font-size: 0.85rem;
    color: var(--color-footer-text);
    margin: 0;
    line-height: 1.5;
}

.theme-modern .footer-col h3 {
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.theme-modern .footer-list a,
.theme-modern .social-link {
    color: var(--color-footer-text);
}

.theme-modern .footer-list a:hover,
.theme-modern .social-link:hover {
    color: #fff;
}

.theme-modern .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.theme-modern .whatsapp-float {
    bottom: 1.25rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* —— Mobile & Responsive —— */

@media (max-width: 992px) {
    .theme-modern {
        --header-height: 102px;
    }

    .theme-modern .header-topbar-inner {
        min-height: 34px;
        padding: 0.2rem 1rem;
        font-size: 0.73rem;
    }

    .theme-modern .topbar-text--loc,
    .theme-modern .topbar-sep--loc,
    .theme-modern .topbar-text--hours {
        display: none;
    }

    .theme-modern .site-header {
        padding: 0;
    }

    .theme-modern .header-inner {
        min-height: 68px;
        padding: 0.65rem 1rem;
        position: relative;
    }

    .theme-modern .logo {
        height: 42px;
    }

    .theme-modern .nav-toggle {
        display: flex;
        margin-left: auto;
    }

    .theme-modern .header-actions {
        display: none;
    }

    .theme-modern .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFFFFF;
        padding: 0.85rem 1rem 1rem;
        border-bottom: 1px solid var(--color-border);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
        display: none;
        justify-content: flex-start;
        flex: none;
        width: 100%;
        z-index: 20;
        border-radius: 0 0 16px 16px;
    }

    .theme-modern .site-nav.is-open {
        display: block;
    }

    .theme-modern .site-nav .nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 0.2rem;
    }

    .theme-modern .nav-link {
        padding: 0.85rem 1rem;
        border-radius: 12px;
    }

    .theme-modern .site-header--overlay .nav-link {
        color: var(--color-dark);
        text-shadow: none;
    }

    .theme-modern .nav-item--has-dropdown {
        width: 100%;
    }

    .theme-modern .nav-dropdown-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .theme-modern .nav-dropdown-trigger .nav-link--parent {
        flex: 1;
    }

    .theme-modern .nav-dropdown-trigger .dropdown-arrow {
        display: none;
    }

    .theme-modern .dropdown-mobile-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 10px;
        border: 1px solid var(--color-border);
        background: #F8FAFC;
        color: var(--color-dark);
        cursor: pointer;
        transition: transform 0.25s ease, background 0.2s ease, border-color 0.2s ease;
        margin-left: 0.5rem;
        flex-shrink: 0;
    }

    .theme-modern .nav-item--has-dropdown.is-expanded .dropdown-mobile-btn {
        background: rgba(46, 158, 62, 0.1);
        border-color: var(--color-primary);
    }

    .theme-modern .nav-item--has-dropdown.is-expanded .dropdown-mobile-btn svg {
        transform: rotate(180deg);
        color: var(--color-primary-dark);
    }

    .theme-modern .nav-dropdown-menu {
        position: static;
        left: auto;
        transform: none;
        min-width: 100%;
        width: 100%;
        box-shadow: none;
        border: 1px solid #E2E8F0;
        background: #F8FAFC;
        border-radius: 10px;
        margin-top: 0.35rem;
        margin-bottom: 0.35rem;
        padding: 0.35rem;
        display: none;
        opacity: 0;
        pointer-events: auto;
        visibility: visible;
    }

    .theme-modern .nav-dropdown-menu::before,
    .theme-modern .nav-dropdown-menu::after {
        display: none;
    }

    .theme-modern .nav-item--has-dropdown:hover .nav-dropdown-menu,
    .theme-modern .nav-item--has-dropdown:focus-within .nav-dropdown-menu {
        transform: none;
        left: auto;
        opacity: 0;
        visibility: visible;
        pointer-events: auto;
        display: none;
    }

    .theme-modern .nav-item--has-dropdown.is-expanded .nav-dropdown-menu,
    .theme-modern .nav-item--has-dropdown.is-expanded:hover .nav-dropdown-menu,
    .theme-modern .nav-item--has-dropdown.is-expanded:focus-within .nav-dropdown-menu {
        display: block;
        opacity: 1;
        transform: none;
        left: auto;
        pointer-events: auto;
    }

    .theme-modern .nav-dropdown-link {
        padding: 0.55rem 0.85rem;
        background: transparent;
        border: none;
        border-radius: 8px;
        font-size: 0.88rem;
    }

    .theme-modern .nav-dropdown-link:hover,
    .theme-modern .nav-dropdown-link.is-active {
        background: #FFFFFF;
        color: var(--color-primary-dark);
    }

    .theme-modern .category-showcase-grid {
        grid-template-columns: 1fr;
    }

    .theme-modern .category-showcase {
        margin-top: 0;
        padding: 2.5rem 0 2rem;
    }

    .theme-modern .category-showcase--after-slider {
        margin-top: 0;
        padding: 2.5rem 0 2rem;
    }

    .theme-modern .about-modern {
        grid-template-columns: 1fr;
    }

    .theme-modern .hero-slide-content {
        padding-bottom: 5.5rem;
    }

    .theme-modern .about-story-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .theme-modern .mv-showcase {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .theme-modern .strategic-grid {
        grid-template-columns: 1fr;
    }

    .theme-modern .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .theme-modern .about-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 768px) {
    .theme-modern .page-hero h1,
    .theme-modern .hero-slide-title {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .theme-modern .hero-slide-content {
        padding-top: 5.5rem;
        padding-bottom: 6rem;
    }

    .theme-modern .hero-slide-title {
        font-size: clamp(1.85rem, 8vw, 2.35rem);
        line-height: 1.15;
        margin-bottom: 1.25rem;
        max-width: min(11ch, 100%);
    }

    .theme-modern .hero-slide-text {
        margin-bottom: 1.6rem;
        line-height: 1.6;
        max-width: 100%;
        font-size: 1rem;
    }

    .theme-modern .hero-slide-eyebrow {
        margin-bottom: 1.1rem;
    }

    .theme-modern .hero-slider {
        min-height: 520px;
    }

    .theme-modern .hero-slider-ui {
        bottom: 1.25rem;
        gap: 0.75rem;
    }

    .theme-modern .hero-slider-dot {
        width: 12px;
        height: 12px;
    }

    .theme-modern .hero-slider-dot.is-active {
        width: 28px;
    }

    .theme-modern .hero-slider-btn {
        width: 44px;
        height: 44px;
    }

    .theme-modern .btn-slider {
        padding: 0.85rem 1.35rem;
        font-size: 0.84rem;
    }

    .theme-modern .products-cat-nav {
        top: var(--header-height);
    }

    .theme-modern .products-cat-list {
        gap: 0.1rem 0.2rem;
        padding: 0.55rem 0;
    }

    .theme-modern .products-cat-list a {
        padding: 0.4rem 0.55rem;
        font-size: 0.84rem;
    }

    .theme-modern .section-products-catalog .category-block {
        scroll-margin-top: calc(var(--header-height) + 5.75rem);
    }

    .theme-modern .category-showcase,
    .theme-modern .category-showcase--after-slider {
        margin-top: 0;
        padding: 2rem 0 1.5rem;
    }

    .theme-modern .cat-card-body {
        flex-direction: column;
    }

    .theme-modern .values-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .theme-modern .mv-card {
        padding: 2rem 1.5rem;
    }

    .theme-modern .mv-card-title {
        font-size: 1.45rem;
    }

    .theme-modern .about-stats-row {
        flex-direction: column;
    }

    .theme-modern .about-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .theme-modern .btn-cta-primary,
    .theme-modern .btn-cta-whatsapp {
        width: 100%;
        justify-content: center;
    }

    .theme-modern .whatsapp-float {
        right: 1rem;
        bottom: 1rem;
    }
}

@media (max-width: 560px) {
    .theme-modern .hero-slider {
        min-height: 480px;
    }

    .theme-modern .hero-slide-title {
        font-size: 1.85rem;
        max-width: 100%;
    }

    .theme-modern .hero-slider-ui {
        bottom: 1rem;
    }

    .theme-modern .page-hero.products-hero,
    .theme-modern .page-hero.contact-hero,
    .theme-modern .page-hero.vm-hero,
    .theme-modern .page-hero.about-page-hero,
    .theme-modern .page-hero.values-page-hero,
    .theme-modern .page-hero.services-page-hero,
    .theme-modern .page-hero.qp-hero,
    .theme-modern .page-hero.prod-page-hero {
        padding-top: calc(var(--header-height) + 0.65rem);
        padding-bottom: 1.5rem;
    }

    .theme-modern .page-hero h1 {
        font-size: clamp(1.65rem, 7.5vw, 2rem);
    }

    .theme-modern .hero-subtext {
        font-size: 0.95rem;
    }

    .theme-modern .vm-cta-actions,
    .theme-modern .about-page-cta-actions,
    .theme-modern .values-page-cta-actions,
    .theme-modern .services-page-cta-actions,
    .theme-modern .qp-cta-actions,
    .theme-modern .prod-page-cta-actions {
        width: 100%;
    }

    .theme-modern .vm-cta-primary,
    .theme-modern .vm-cta-secondary,
    .theme-modern .about-page-cta-primary,
    .theme-modern .about-page-cta-secondary,
    .theme-modern .values-page-cta-primary,
    .theme-modern .values-page-cta-secondary,
    .theme-modern .services-page-cta-primary,
    .theme-modern .services-page-cta-secondary,
    .theme-modern .qp-cta-primary,
    .theme-modern .qp-cta-secondary,
    .theme-modern .prod-page-cta-primary,
    .theme-modern .prod-page-cta-secondary,
    .theme-modern .products-cta-link,
    .theme-modern .btn-submit-form {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    .theme-modern .products-cat-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 0.35rem;
    }

    .theme-modern .products-cat-list::-webkit-scrollbar {
        display: none;
    }

    .theme-modern .products-cat-list a {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .theme-modern .section-products-catalog .category-block {
        scroll-margin-top: calc(var(--header-height) + 3.75rem);
    }
}
