:root {
    --brand-primary: #059669;
    --brand-primary-dark: #047857;
    --brand-primary-light: #10b981;
    --brand-accent: #6ee7b7;
    --brand-surface: #ecfdf5;
    --brand-surface-alt: #f0fdf4;
    --brand-teal: #0d9488;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --border-light: #e2e8f0;
    --hero-width: 1920;
    --hero-height: 720;
    --hero-ratio: calc(var(--hero-height) / var(--hero-width));
    --action-phone: #38bdf8;
    --action-phone-dark: #0ea5e9;
    --action-mail: #fb923c;
    --action-mail-dark: #f97316;
    --action-whatsapp: #25d366;
    color-scheme: light only;
}

html {
    color-scheme: light only;
    background-color: #fff;
    overflow-x: clip;
    max-width: 100%;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    background: #fff;
    overflow-x: clip;
    max-width: 100%;
}

main {
    overflow-x: clip;
    max-width: 100%;
}

input,
textarea,
select,
.form-control,
.form-select {
    color-scheme: light;
    background-color: #fff;
    color: var(--text-dark);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--text-dark);
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 99999s ease-in-out 0s;
}

@media (prefers-color-scheme: dark) {
    html,
    body {
        background-color: #fff !important;
        color: var(--text-dark) !important;
    }
}

a {
    text-decoration: none;
}

.text-brand {
    color: var(--brand-primary) !important;
}

/* Topbar */
.topbar {
    background: var(--topbar-gradient);
    color: #fff;
    font-size: 0.85rem;
    padding: 0.45rem 0;
    overflow-x: clip;
    max-width: 100%;
}

.topbar-contacts {
    min-width: 0;
    max-width: 100%;
}

.topbar a {
    color: #fff;
    opacity: 0.95;
}

.topbar a:hover {
    opacity: 1;
    color: #fff;
}

.topbar-social a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50%;
    font-size: 0.75rem;
}

/* Header */
.site-header {
    background: #fff;
    border-bottom: 1px solid var(--border-light);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.site-logo {
    max-height: var(--site-logo-height, 52px);
    width: auto;
}

.brand-text {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand-primary);
    letter-spacing: -0.5px;
}

.navbar-nav .nav-link {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    padding: 0.5rem 1rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--brand-primary);
}

.navbar-toggler {
    border-color: var(--brand-primary);
}

/* Hero — görsel ölçüsü: 1920 × 720 px (admin panelde belirtilir) */
.hero-section {
    position: relative;
    --hero-display-height: clamp(420px, calc(100vw * var(--hero-ratio)), 720px);
    min-height: calc(var(--hero-display-height) + 90px);
    padding-bottom: 90px;
    margin-bottom: 70px;
    overflow: visible;
    z-index: 2;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--hero-display-height);
    overflow: hidden;
    z-index: 0;
}

.hero-carousel,
.hero-carousel .carousel-inner {
    height: 100%;
}

.hero-carousel .carousel-item {
    position: relative;
    height: var(--hero-display-height);
    min-height: var(--hero-display-height);
    background: var(--hero-fallback-gradient);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(2, 44, 34, 0.72) 0%, rgba(4, 120, 87, 0.55) 100%);
}

.hero-content-minimal {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
    width: 100%;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.1rem;
    max-width: 680px;
    margin: 0 auto;
    opacity: 0.92;
}

.btn-hero-cta {
    font-weight: 600;
    padding: 0.65rem 1.75rem;
    border-radius: 999px;
    color: var(--brand-primary-dark, #047857);
}

.btn-hero-cta:hover {
    background: #fff;
    color: var(--brand-primary-dark, #047857);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hero-carousel-indicators {
    margin-bottom: 5.5rem;
    z-index: 4;
}

.hero-carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    opacity: 1;
    margin: 0 5px;
    transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.hero-carousel-indicators .active {
    background: #fff;
    border-color: #fff;
    transform: scale(1.15);
}

.hero-carousel-control {
    width: 48px;
    height: 48px;
    top: 42%;
    opacity: 0.85;
    z-index: 4;
}

.hero-carousel-control:hover {
    opacity: 1;
}

.hero-carousel-control .carousel-control-prev-icon,
.hero-carousel-control .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.hero-cards {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 10;
}

.hero-card {
    display: block;
    background: #fff;
    padding: 1.75rem 1.5rem;
    min-height: 160px;
    color: var(--text-dark);
    border: 1px solid var(--border-light);
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
}

.hero-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    color: var(--text-dark);
}

.hero-card-primary {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%);
    color: #fff;
    border-color: transparent;
}

.hero-card-primary:hover {
    color: #fff;
}

.hero-card-primary .hero-card-icon {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.hero-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--brand-surface);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.hero-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.hero-card p {
    font-size: 0.88rem;
    margin: 0;
    opacity: 0.85;
}

/* Sections */
.section-about {
    position: relative;
    z-index: 1;
    padding-top: 7rem !important;
    background: var(--brand-surface-alt);
}

.section-badge {
    color: var(--brand-primary);
    font-size: 0.5rem;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.section-text {
    color: var(--text-muted);
    line-height: 1.8;
}

.section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn-primary-brand {
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.55rem 1.35rem;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(var(--brand-primary-rgb), 0.25);
}

.btn-primary-brand:hover {
    background: var(--btn-hover-gradient);
    color: #fff;
    box-shadow: 0 6px 20px rgba(var(--brand-primary-rgb), 0.35);
}

.about-image-wrap img {
    width: 100%;
    object-fit: cover;
    max-height: 360px;
}

.about-image-placeholder {
    background: linear-gradient(135deg, var(--brand-surface-alt), var(--brand-surface));
    border-radius: 12px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    opacity: 0.85;
}

/* Product cards */
.product-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.2s, transform 0.2s;
}

.product-card:hover {
    box-shadow: 0 12px 32px rgba(5, 150, 105, 0.12);
    transform: translateY(-2px);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card-placeholder {
    height: 200px;
    background: linear-gradient(135deg, var(--brand-surface) 0%, var(--brand-surface-alt) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
}

.product-card-body {
    padding: 1.25rem;
}

.product-card-body h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.product-card-body p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}

.product-card-body a {
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 0.85rem;
}

/* Map */
.turkey-map-wrap {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    overflow: hidden;
}

.turkey-map-svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Blog */
.blog-card {
    display: flex;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.blog-card-image {
    width: 120px;
    min-width: 120px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-body {
    padding: 1rem 1.25rem;
}

.blog-card-body h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.blog-card-body a {
    color: var(--brand-primary);
    font-size: 0.85rem;
    font-weight: 600;
}

a.blog-card {
    display: flex;
    color: inherit;
    transition: box-shadow 0.2s, transform 0.2s;
}

a.blog-card:hover {
    color: inherit;
    box-shadow: 0 8px 24px rgba(5, 150, 105, 0.12);
    transform: translateY(-2px);
}

.blog-card-date {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 0.35rem;
}

.blog-read-more {
    color: var(--brand-primary);
    font-size: 0.85rem;
    font-weight: 600;
}

.blog-card-vertical {
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.blog-card-cover {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-card-cover-logo,
.blog-card-thumb-logo,
.blog-card-image-logo {
    object-fit: contain;
    object-position: center;
    background: var(--brand-surface);
    padding: 1.25rem;
}

.blog-card-thumb-logo {
    padding: 0.65rem;
}

.blog-card-image-logo {
    padding: 1rem;
}

.blog-post-featured-logo {
    display: block;
    max-height: 220px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
    padding: 1.5rem 2rem;
    background: var(--brand-surface);
}

.blog-card-cover-placeholder {
    height: 180px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.blog-card-vertical .blog-card-body {
    padding: 1.25rem;
    flex: 1;
}

.blog-card-vertical h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.blog-card-vertical p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}

.blog-card-compact {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    overflow: hidden;
    align-items: stretch;
}

.blog-card-thumb {
    width: 80px;
    min-width: 80px;
    height: 80px;
    object-fit: cover;
}

.blog-card-thumb-placeholder {
    width: 80px;
    min-width: 80px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-teal) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-compact .blog-card-body {
    padding: 0.75rem 1rem;
}

.blog-card-compact h4 {
    font-size: 0.9rem;
    margin: 0;
}

.blog-card-image-img {
    width: 120px;
    min-width: 120px;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
}

.blog-sidebar {
    background: var(--brand-surface-alt);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 1.5rem;
}

.blog-sidebar-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-post-date {
    opacity: 0.85;
    font-size: 0.9rem;
}

.blog-list-section .pagination {
    gap: 0.25rem;
}

.blog-list-section .page-link {
    color: var(--brand-primary);
}

.blog-list-section .page-item.active .page-link {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

/* References */
.references-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.reference-item {
    width: 148px;
    height: 96px;
    border-radius: 12px;
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--brand-primary);
    font-size: 0.75rem;
    font-weight: 700;
    transition: border-color 0.2s, box-shadow 0.2s;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0.65rem 0.85rem;
}

.reference-item:not(.reference-item-placeholder) {
    padding: 0.65rem 0.85rem;
}

.reference-item-link {
    text-decoration: none;
}

.reference-logo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.reference-item:hover {
    border-color: var(--brand-primary-light);
    box-shadow: var(--shadow-brand);
}

/* Photo gallery (sayfalar + projeler) */
.photo-gallery {
    margin-top: 0.5rem;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.project-card {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: inherit;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    cursor: pointer;
}

.project-card:hover {
    border-color: var(--brand-primary-light);
    box-shadow: var(--shadow-brand);
    transform: translateY(-2px);
}

.project-card-image {
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #f8fafc;
}

.project-card-zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    color: #fff;
    font-size: 1.75rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.project-card:hover .project-card-zoom,
.project-card:focus-visible .project-card-zoom {
    opacity: 1;
}

.project-card:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
}

.project-card-photo {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

.project-card-caption {
    padding: 0.85rem 1rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    text-align: center;
    border-top: 1px solid var(--border-light);
    background: #fff;
}

@media (max-width: 575.98px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
}

body.project-lightbox-open {
    overflow: hidden;
}

.project-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-lightbox[hidden] {
    display: none !important;
}

.project-lightbox-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.92);
    cursor: zoom-out;
}

.project-lightbox-inner {
    position: relative;
    z-index: 1;
    width: min(96vw, 1200px);
    height: min(92vh, 900px);
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0 0.5rem;
    pointer-events: none;
}

.project-lightbox-inner > * {
    pointer-events: auto;
}

.project-lightbox-figure {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

.project-lightbox-image {
    max-width: 100%;
    max-height: calc(92vh - 5rem);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.project-lightbox-caption {
    margin-top: 0.85rem;
    color: #fff;
    font-size: 0.95rem;
    text-align: center;
    max-width: 100%;
}

.project-lightbox-counter {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 600;
}

.project-lightbox-close,
.project-lightbox-nav {
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
}

.project-lightbox-close:hover,
.project-lightbox-nav:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.22);
}

.project-lightbox-close:focus-visible,
.project-lightbox-nav:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.project-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

.project-lightbox-nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

@media (max-width: 767.98px) {
    .project-lightbox-inner {
        width: 100%;
        height: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto auto;
        padding: 3.5rem 0.75rem 1rem;
    }

    .project-lightbox-figure {
        grid-column: 1;
    }

    .project-lightbox-prev,
    .project-lightbox-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .project-lightbox-prev {
        left: 0.75rem;
    }

    .project-lightbox-next {
        right: 0.75rem;
    }

    .project-lightbox-image {
        max-height: calc(100vh - 8rem);
    }
}

/* Footer */
.site-footer {
    background: var(--footer-gradient);
    color: #fff;
}

.footer-logo-link {
    display: inline-block;
    line-height: 0;
}

.footer-logo {
    max-height: var(--site-footer-logo-height, 48px);
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.footer-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-about {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.5rem;
}

.footer-links a,
.footer-contact a {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.75);
}

.footer-bottom-social a {
    color: rgba(255,255,255,0.85);
}

.footer-bottom-social a:hover {
    color: #fff;
}

/* Contact page */
.contact-info-card,
.contact-form-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.contact-form-card .form-label {
    font-weight: 600;
    font-size: 0.9rem;
}

.contact-alert {
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* Floating buttons — masaüstü */
.float-actions-desktop {
    display: block;
}

.float-btn-group-right {
    position: fixed;
    bottom: 24px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1050;
}

.float-btn-group-right .float-btn {
    position: static;
}

.float-btn {
    position: fixed;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    z-index: 1050;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.float-btn:hover {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 6px 22px rgba(0,0,0,0.24);
}

.float-btn-phone {
    left: 20px;
    background: linear-gradient(135deg, var(--action-phone) 0%, var(--action-phone-dark) 100%);
}

.float-btn-contact {
    background: linear-gradient(135deg, var(--action-mail) 0%, var(--action-mail-dark) 100%);
}

.float-btn-whatsapp {
    background: var(--action-whatsapp);
}

/* Mobil sabit alt iletişim çubuğu */
.mobile-action-bar {
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.mobile-action-bar-item {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.55rem 0.35rem;
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: background 0.15s;
    -webkit-tap-highlight-color: transparent;
}

.mobile-action-bar-item:active {
    background: rgba(15, 23, 42, 0.04);
}

.mobile-action-bar-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.14);
}

.mobile-action-bar-phone .mobile-action-bar-icon {
    background: linear-gradient(145deg, var(--action-phone) 0%, var(--action-phone-dark) 100%);
}

.mobile-action-bar-mail .mobile-action-bar-icon {
    background: linear-gradient(145deg, var(--action-mail) 0%, var(--action-mail-dark) 100%);
}

.mobile-action-bar-whatsapp .mobile-action-bar-icon {
    background: var(--action-whatsapp);
}

.mobile-action-bar-label {
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Inner pages */
.page-hero {
    background: var(--page-hero-gradient);
    color: #fff;
}

.page-hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.page-hero-subtitle {
    opacity: 0.9;
    font-size: 1.1rem;
    margin: 0;
}

.page-featured-image {
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}

.page-featured-image img {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.page-content {
    line-height: 1.8;
    color: var(--text-dark);
}

.page-content h2,
.page-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.page-content p {
    margin-bottom: 1rem;
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.section-products.bg-light,
.section-blog.bg-light,
.section-extra.bg-light {
    background: var(--brand-surface-alt) !important;
}

@media (max-width: 767.98px) {
    .hero-section {
        --hero-display-height: auto;
        min-height: 0;
        padding-bottom: 0;
        margin-bottom: 1.25rem;
        overflow-x: clip;
        max-width: 100%;
    }

    .hero-slider {
        position: relative;
        width: 100%;
        max-width: 100%;
        aspect-ratio: var(--hero-width) / var(--hero-height);
        height: auto;
        border-radius: 0 0 1rem 1rem;
        box-shadow: 0 8px 20px -6px rgba(15, 23, 42, 0.16);
        overflow: hidden;
    }

    .hero-carousel,
    .hero-carousel .carousel-inner {
        height: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .hero-carousel .carousel-item {
        aspect-ratio: var(--hero-width) / var(--hero-height);
        min-height: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        border-radius: 0 0 1rem 1rem;
        background: #0f172a;
        overflow: hidden;
    }

    .hero-slide-image {
        object-fit: contain;
        object-position: center center;
    }

    .carousel-item-image-only .hero-overlay {
        display: none;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, rgba(15, 23, 42, 0.08) 45%, transparent 100%);
    }

    .hero-content {
        padding: 1rem 1rem 2.25rem;
    }

    .hero-content h1 {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    .hero-content p {
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .hero-carousel-indicators {
        margin-bottom: 0.5rem;
        z-index: 5;
    }

    .hero-carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        border-width: 1.5px;
    }

    .hero-carousel-control {
        display: none;
    }

    .hero-cards {
        display: none !important;
    }

    .section-about {
        padding-top: 2.5rem !important;
    }

    .blog-card {
        flex-direction: column;
    }

    .blog-card-image {
        width: 100%;
        min-height: 80px;
    }

    .float-actions-desktop {
        display: none !important;
    }

    .mobile-action-bar {
        display: flex;
        position: fixed;
        inset: auto 0 0 0;
        z-index: 1050;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-top: 1px solid var(--border-light);
        box-shadow: 0 -4px 16px -4px rgba(15, 23, 42, 0.12);
        padding-bottom: env(safe-area-inset-bottom, 0px);
        transform: translateZ(0);
    }

    .topbar-contacts a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .site-header,
    .site-footer {
        overflow-x: clip;
        max-width: 100%;
    }

    img,
    video,
    iframe {
        max-width: 100%;
    }

    body {
        padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    }
}

/* İletişim talebi (ticket) */
.ticket-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ticket-event {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    align-items: start;
}

.ticket-event-marker {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.ticket-event-customer .ticket-event-marker {
    background: var(--brand-surface);
    color: var(--brand-primary);
}

.ticket-event-company .ticket-event-marker {
    background: var(--brand-primary);
    color: #fff;
}

.ticket-event-pending .ticket-event-marker {
    background: #f8fafc;
    color: #64748b;
}

.ticket-event-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.ticket-event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f1f5f9;
}

.ticket-event-header span {
    color: #64748b;
    font-size: 0.875rem;
    white-space: nowrap;
}

.ticket-form-row {
    padding: 0.65rem 0;
    border-bottom: 1px solid #f8fafc;
}

.ticket-form-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ticket-form-label {
    display: block;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
}

.ticket-form-value {
    color: #475569;
    line-height: 1.6;
}

.ticket-form-value a {
    color: var(--brand-primary);
    text-decoration: none;
}

.ticket-reply-body {
    color: #334155;
    line-height: 1.7;
}

.ticket-notice {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    color: #64748b;
    font-size: 0.925rem;
}

.ticket-notice a {
    color: var(--brand-primary);
}

.ticket-verify-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.ticket-verify-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--brand-surface);
    color: var(--brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.ticket-verify-icon-danger {
    background: #fef2f2;
    color: #dc2626;
}

.ticket-pin-input {
    letter-spacing: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
}

.ticket-verify-hint {
    text-align: center;
    color: #64748b;
    font-size: 0.875rem;
}

.ticket-reply-form {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
