/**
 * Kurumsal e-ticaret şablonu — home.css sonrası yüklenir (renk/üst şerit/menü).
 * Tema değişkenleri: colors.css
 */
body.theme-corporate {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

@media (min-width: 768px) {
    /* pt-0 (duyuru açık) olsa da sabit üst şerit + menü için boşluk — sayfa başlığı altında kalmaz */
    body.theme-corporate {
        padding-top: 112px !important;
    }

    .theme-corporate .site-top-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2000 !important;
        min-height: 28px;
        display: flex;
        align-items: center;
        background: rgb(var(--secondary_color));
        border-bottom: 1px solid rgba(29, 40, 100, 0.16);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 8px 24px -8px rgba(8, 24, 46, 0.22);
    }

    .theme-corporate .nav-bar.nav-bar--corporate {
        top: 28px !important;
    }
}

@media (max-width: 767.98px) {
    body.theme-corporate {
        padding-top: 116px !important;
    }

    .theme-corporate .nav-bar.nav-bar--corporate {
        top: 28px !important;
        z-index: 2100 !important;
    }

    .theme-corporate .site-top-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2000 !important;
        min-height: 28px;
        display: flex;
        align-items: center;
        background: rgb(var(--secondary_color));
        border-bottom: 1px solid rgba(29, 40, 100, 0.16);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 8px 24px -8px rgba(8, 24, 46, 0.22);
    }

    /* Mobilde de tek satır: sol (ikon+tel+mail) / sağ (slogan) */
    .theme-corporate .site-top-bar--market .site-top-bar__inner {
        padding: 0.25rem 0;
    }

    .theme-corporate .site-top-bar__primary {
        flex-wrap: nowrap;
    }

    .theme-corporate .site-top-bar--market .site-top-bar__social {
        margin-right: 0.4rem;
        gap: 0.35rem;
    }

    .theme-corporate .site-top-bar--market .site-top-bar__social-link {
        width: 24px;
        height: 24px;
    }

}

@media (max-width: 1399.98px) {
    /* Drawer menu should always overlay top bar on all non-desktop breakpoints */
    .theme-corporate .nav-bar.nav-bar--corporate {
        z-index: 2100 !important;
    }

    .theme-corporate .nav-bar.nav-bar--corporate .nav-bar-menu.show {
        z-index: 12050 !important;
    }

    .theme-corporate .nav-bar.nav-bar--corporate .nav-bar-menu.show .nav-bar-menu-inner {
        z-index: 12051 !important;
    }
}

.theme-corporate .site-top-bar__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem 1rem;
    min-height: 40px;
    padding: 0.3rem 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.78125rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #1d2864;
}

.theme-corporate .site-top-bar__col--left {
    display: flex;
    justify-content: flex-start;
    min-width: 0;
}

.theme-corporate .site-top-bar__col--right {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.theme-corporate .site-top-bar__tagline {
    margin: 0;
    justify-self: center;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #1d2864;
    white-space: nowrap;
}

.theme-corporate .site-top-bar__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    color: #1d2864;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: rgba(37, 211, 102, 0.18);
    border: 1px solid rgba(37, 211, 102, 0.35);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-corporate .site-top-bar__whatsapp:hover {
    color: #1d2864;
    text-decoration: none;
    background: rgba(37, 211, 102, 0.28);
    border-color: rgba(37, 211, 102, 0.5);
}

.theme-corporate .site-top-bar__whatsapp .fa-whatsapp {
    font-size: 1.05em;
    color: #1d2864;
}

.theme-corporate .site-top-bar__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
    min-width: 0;
}

.theme-corporate .site-top-bar__contacts {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}

/* Prusa-style software listing cards */
.theme-corporate .prusa-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.theme-corporate .prusa-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
}

.theme-corporate .prusa-item-header {
    position: relative;
}

.theme-corporate .prusa-item .item-img {
    display: block;
    aspect-ratio: 16 / 10;
    background: #f8fafc;
}

.theme-corporate .prusa-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-corporate .prusa-item-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.theme-corporate .prusa-item .item-badge {
    margin: 0;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

.theme-corporate .prusa-item .item-badge-popular {
    background: #111827;
    color: #fff;
}

.theme-corporate .prusa-item-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px;
}

.theme-corporate .prusa-item-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.theme-corporate .prusa-item-feature {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.theme-corporate .prusa-item-title {
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 14px !important;
}

.theme-corporate .prusa-item-title a {
    color: #111827;
}

.theme-corporate .prusa-item-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.theme-corporate .prusa-item-old-price {
    color: #94a3b8;
    font-size: .95rem;
    font-weight: 700;
    text-decoration: line-through;
}

.theme-corporate .prusa-item-discount {
    color: #dc2626;
    font-size: .9rem;
    font-weight: 800;
}

.theme-corporate .prusa-item-current-price {
    color: #111827;
    font-size: 1.35rem;
    font-weight: 900;
}

.theme-corporate .prusa-item-price-suffix {
    color: #475569;
    font-size: .95rem;
    font-weight: 600;
}

.theme-corporate .prusa-item-actions {
    margin-top: auto;
}

.theme-corporate .prusa-item-actions .btn {
    min-width: 132px;
    border-radius: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
}

/* Prusa "Yazılım Listesi - Stil 3" */
.theme-corporate .prusa-s3-scope {
    /* isolate from aggressive theme overrides (home.css) */
    --prusa-s3-text: #0f172a;
    --prusa-s3-muted: #475569;
    --prusa-s3-border: rgba(15, 23, 42, 0.08);
    --prusa-s3-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
    --prusa-s3-shadow-hover: 0 14px 28px rgba(15, 23, 42, 0.10);
    color: var(--prusa-s3-text);
}

.theme-corporate .prusa-s3-scope,
.theme-corporate .prusa-s3-scope * ,
.theme-corporate .prusa-s3-scope *::before,
.theme-corporate .prusa-s3-scope *::after {
    box-sizing: border-box;
}

.theme-corporate .prusa-s3-scope .row,
.theme-corporate .prusa-s3-scope [class*="row-cols-"] {
    width: auto !important;
}

/* home.css vb. ile çakışan .col genişliği: sadece row-cols olmayan satırlarda */
.theme-corporate .prusa-s3-scope .row:not([class*="row-cols-"]) > .col {
    width: auto !important;
}

.theme-corporate .prusa-s3-scope a {
    text-decoration: none;
    color: inherit;
}

.theme-corporate .prusa-s3-scope img {
    max-width: 100%;
    display: block;
}

.theme-corporate .prusa-s3-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--prusa-s3-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--prusa-s3-shadow);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.theme-corporate .prusa-s3-media-features {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    gap: 6px;
}

.theme-corporate .prusa-s3-feature-chip {
    background: #1d4ed8;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(29, 78, 216, 0.25);
}

.theme-corporate .prusa-s3-badge--popular {
    right: auto;
    left: 10px;
    background: #0ea5a3;
    color: #fff;
}

.theme-corporate .prusa-s3-card:hover {
    transform: translateY(-2px);
    border-color: rgba(15, 23, 42, 0.16);
    box-shadow: var(--prusa-s3-shadow-hover);
}

.theme-corporate .prusa-s3-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    background: #f1f5f9;
}

.theme-corporate .prusa-s3-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-corporate .prusa-s3-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
}

.theme-corporate .prusa-s3-badge--sale {
    left: auto;
    right: 14px;
    background: #dc2626;
    color: #fff;
}

.theme-corporate .prusa-s3-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 16px 16px 18px;
}

.theme-corporate .prusa-s3-popular {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    color: #0f172a;
    margin-bottom: 8px;
}

.theme-corporate .prusa-s3-features {
    font-size: 12px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 10px;
}

.theme-corporate .prusa-s3-category {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 8px;
}

.theme-corporate .prusa-s3-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

.theme-corporate .prusa-s3-title a {
    color: #0f172a;
    text-decoration: none;
}

.theme-corporate .prusa-s3-desc {
    font-size: 13px;
    color: var(--prusa-s3-muted);
    margin: 0 0 10px 0;
}

.theme-corporate .prusa-s3-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.theme-corporate .prusa-s3-old {
    color: #94a3b8;
    font-weight: 700;
    text-decoration: line-through;
}

.theme-corporate .prusa-s3-disc {
    color: #dc2626;
    font-weight: 900;
}

.theme-corporate .prusa-s3-now {
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
}

.theme-corporate .prusa-s3-suffix {
    color: #475569;
    font-weight: 700;
}

.theme-corporate .prusa-s3-actions {
    margin-top: auto;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 8px;
    align-items: center;
}

.theme-corporate .prusa-s3-btn {
    display: inline-flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: none;
    border: 1px solid transparent;
    text-decoration: none;
    transition: transform .15s ease, filter .15s ease, background .15s ease;
}

.theme-corporate .prusa-s3-btn--icon {
    width: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 6px;
    background: rgb(var(--secondary_color));
    color: #fff;
    border: 1px solid rgb(var(--secondary_color));
}

.theme-corporate .prusa-s3-btn--dark {
    background: #fff;
    color: rgb(var(--secondary_color));
    border: 1px solid rgb(var(--secondary_color));
}

.theme-corporate .prusa-s3-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.theme-corporate .prusa-list-scope .prusa-s3-grid .col {
    display: flex;
}

/* Kategori (yazılımlar) listesi: referans tasarımla birebir görünüm */
.theme-corporate .prusa-list-scope .prusa-s3-card {
    border: 1px solid #e6edf7;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(26, 42, 84, 0.08);
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-media img {
    transform: scale(1);
    transition: transform 0.35s ease;
}

.theme-corporate .prusa-list-scope .prusa-s3-card:hover .prusa-s3-media img {
    transform: scale(1.06);
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-body {
    padding: 12px 12px 14px;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
    font-family: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-title a {
    color: #14377b;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-desc {
    font-size: 25px;
    line-height: 1.45;
    margin-bottom: 10px;
    color: #6e7fa5;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-category {
    font-size: 22px;
    margin-bottom: 6px;
    color: #4f628f;
    font-weight: 500;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-price {
    margin-bottom: 12px;
    gap: 6px;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-old {
    font-size: 22px;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-now {
    font-size: 39px;
    line-height: 1;
    color: #395383;
    letter-spacing: -0.01em;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-suffix {
    font-size: 22px;
    color: #6e7fa5;
    font-weight: 500;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-btn {
    height: 38px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: 700;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-btn--icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    background: rgb(var(--secondary_color));
    border-color: rgb(var(--secondary_color));
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-btn--icon i {
    font-size: 14px;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-actions {
    grid-template-columns: 38px 1fr;
    gap: 6px;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-btn--dark {
    color: rgb(var(--secondary_color));
    border-color: rgb(var(--secondary_color));
    background: #fff;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-badge {
    padding: 4px 8px;
    font-size: 9px;
    top: 8px;
    left: 8px;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-badge--sale {
    right: 8px;
    top: 8px;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-media-features {
    top: 8px;
    right: 8px;
    gap: 4px;
}

.theme-corporate .prusa-list-scope .prusa-s3-card .prusa-s3-feature-chip {
    font-size: 9px;
    padding: 3px 6px;
}

.theme-corporate .prusa-home-scope .home-software-swiper {
    position: relative;
    padding: 2px 22px;
}

.theme-corporate .prusa-home-scope .home-software-swiper-wrap {
    position: relative;
}

.theme-corporate .prusa-home-scope .home-software-prev,
.theme-corporate .prusa-home-scope .home-software-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef2f7;
    border: 1px solid rgba(15, 23, 42, 0.12);
    color: #00c9b7;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
    z-index: 5;
    cursor: pointer;
}

.theme-corporate .prusa-home-scope .home-software-prev {
    left: -14px;
}

.theme-corporate .prusa-home-scope .home-software-next {
    right: -14px;
}

.theme-corporate .prusa-home-scope .home-software-more-text a {
    color: #526ea3;
    font-size: 0.95rem;
    text-decoration: none;
}

.theme-corporate .prusa-home-scope .home-software-more-text a strong {
    color: #163374;
    font-weight: 700;
}

.theme-corporate .prusa-home-scope .home-software-more-text a:hover {
    color: #00c9b7;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .theme-corporate .prusa-home-scope .home-software-prev {
        left: -6px;
    }

    .theme-corporate .prusa-home-scope .home-software-next {
        right: -6px;
    }
}

.theme-corporate .site-top-bar__link {
    color: #1d2864;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
    font-weight: 500;
}

.theme-corporate .site-top-bar__link:hover {
    color: #1d2864;
    text-decoration: none;
    opacity: 1;
}

.theme-corporate .site-top-bar__phone,
.theme-corporate .site-top-bar__email {
    color: #1d2864;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    white-space: nowrap;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(29, 40, 100, 0.14);
}

.theme-corporate .site-top-bar__email {
    text-decoration: none;
    font-variant-numeric: normal;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, color 0.2s ease;
}

.theme-corporate .site-top-bar__email:hover {
    color: #1d2864;
    background: rgba(255, 255, 255, 0.42);
}

/* Ana menü — Prusa fonwise: Poppins, lacivert link (#002573) */
.theme-corporate .nav-bar.nav-bar--corporate {
    background-color: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(var(--primary_color), 0.14);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 18px 44px -20px rgba(15, 23, 42, 0.1);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.9375rem !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* Swiper / hero katmanlarının üstüne çıkmalı (özellikle mobil) */
    z-index: 1060 !important;
}

/* Menü çubuğunun hemen altında — ana renk, düşük opaklık (ince şerit) */
.theme-corporate .nav-bar.nav-bar--corporate::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(var(--primary_color), 0.14),
        rgba(var(--primary_color), 0.05)
    );
    z-index: 0;
}

.theme-corporate .nav-bar.nav-bar--corporate .nav-bar-container {
    position: relative;
    z-index: 1;
    height: 78px !important;
}

/* Logo — home.css sabit 200×66 yerine oran koruyarak navbar yüksekliğine sığar */
.theme-corporate .nav-bar.nav-bar--corporate .logo {
    position: relative;
    z-index: 6;
    width: auto !important;
    max-width: min(220px, 46vw) !important;
    height: auto !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.theme-corporate .nav-bar.nav-bar--corporate .logo img {
    width: auto !important;
    height: auto !important;
    max-width: min(220px, 46vw) !important;
    max-height: clamp(36px, 9vw, 50px) !important;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: left center;
    display: block;
}

@media (max-width: 1399.98px) {
    /* backdrop-filter = fixed menü için görünüm alanı; kapatılmazsa çekmece viewport yerine şeritte kalır */
    .theme-corporate .nav-bar.nav-bar--corporate {
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    .theme-corporate .nav-bar.nav-bar--corporate .nav-bar-container {
        overflow: visible;
    }

    .theme-corporate .nav-bar.nav-bar--corporate .logo {
        position: absolute !important;
        inset-inline-start: 50% !important;
        inset-inline-end: auto !important;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        max-width: min(280px, 74vw) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .theme-corporate .nav-bar.nav-bar--corporate .logo img {
        max-width: min(260px, 70vw) !important;
        max-height: clamp(46px, 12vw, 60px) !important;
        object-position: center center;
    }
}

.theme-corporate .nav-bar .link,
.theme-corporate .nav-bar .drop-down-btn {
    color: #002573 !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.theme-corporate .nav-bar .link:hover,
.theme-corporate .nav-bar .drop-down-btn:hover {
    color: rgb(var(--secondary_color)) !important;
    opacity: 1;
}

.theme-corporate .nav-bar .nav-bar-menu-btn {
    color: #002573 !important;
    position: relative;
    z-index: 6;
    font-size: 1.15rem;
}

.theme-corporate .btn-primary {
    background-color: rgb(var(--primary_color)) !important;
    border-color: rgb(var(--primary_color)) !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.8125rem !important;
    padding: 0.55rem 1.15rem !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 14px rgba(var(--primary_color), 0.35);
}

.theme-corporate .btn-primary:hover {
    filter: brightness(1.06);
    color: #fff !important;
}

.theme-corporate .nav-bar .btn-outline-primary {
    color: rgb(var(--primary_color)) !important;
    border-color: rgb(var(--primary_color)) !important;
    background: transparent !important;
    font-weight: 600 !important;
}

.theme-corporate .nav-bar .btn-outline-primary:hover {
    color: #fff !important;
    border-color: rgb(var(--primary_color)) !important;
    background: rgb(var(--primary_color)) !important;
}

/* Sepet — tema yeşili */
.theme-corporate .nav-bar a.link.cart-btn {
    background: rgb(var(--secondary_color)) !important;
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.theme-corporate .nav-bar a.link.cart-btn:hover {
    color: #fff !important;
    filter: brightness(1.06);
    box-shadow: 0 4px 14px rgba(var(--secondary_color), 0.35);
}

.theme-corporate .nav-bar .link-btn .btn-outline-premium {
    color: rgb(var(--secondary_color)) !important;
    border-color: rgb(var(--secondary_color)) !important;
    background: transparent !important;
}

.theme-corporate .nav-bar .link-btn .btn-outline-premium:hover {
    color: #fff !important;
    background: rgb(var(--secondary_color)) !important;
    border-color: rgb(var(--secondary_color)) !important;
}

/* Son eklenen yazılımlar — kategori etiketleri (pill) */
.theme-corporate .items-tabs-actions {
    margin-bottom: 1.75rem !important;
}

.theme-corporate .items-tabs-actions .row {
    row-gap: 0.5rem !important;
}

.theme-corporate .items-tabs-btn {
    padding: 0.5rem 1.2rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(var(--border_color), 0.55) !important;
    background: rgba(var(--text_color), 0.04) !important;
    color: rgb(var(--text_color)) !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    line-height: 1.35;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
        transform 0.2s ease !important;
}

.theme-corporate .items-tabs-btn:hover {
    background: rgba(var(--text_color), 0.06) !important;
    border-color: rgba(var(--secondary_color), 0.35) !important;
    color: rgb(var(--text_color)) !important;
    box-shadow: 0 4px 12px rgba(var(--secondary_color), 0.12);
}

.theme-corporate .items-tabs-btn.active {
    background: rgb(var(--secondary_color)) !important;
    border-color: rgb(var(--secondary_color)) !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(var(--secondary_color), 0.28);
    transform: translateY(-1px);
}

.theme-corporate .items-tabs-btn.active:hover {
    color: #fff !important;
    filter: brightness(1.05);
}

/* Bölüm “View More / View All” — lacivert vurgu */
.theme-corporate .btn-section-more.btn-outline-primary {
    border-color: rgb(var(--secondary_color)) !important;
    border-width: 2px !important;
    color: rgb(var(--text_color)) !important;
    background: transparent !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(var(--secondary_color), 0.18);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease,
        transform 0.2s ease !important;
}

.theme-corporate .btn-section-more.btn-outline-primary:hover,
.theme-corporate .btn-section-more.btn-outline-primary:focus {
    background: rgb(var(--secondary_color)) !important;
    border-color: rgb(var(--secondary_color)) !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(var(--secondary_color), 0.35);
    transform: translateY(-1px);
}

/* Bölüm başlıkları — varsayılan (iç sayfalar) */
.theme-corporate .section-title {
    color: rgb(var(--text_color)) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
}

.theme-corporate .section-text {
    color: rgba(var(--text_color), 0.82) !important;
}

.theme-corporate .section {
    padding-top: clamp(2.75rem, 5vw, 3.75rem);
    padding-bottom: clamp(2.75rem, 5vw, 3.75rem);
}

/* Anasayfa: Hizmetlerimiz (#section-services) ile aynı başlık / alt başlık tipografisi ve renk */
.theme-corporate .home-page-main .section .section-header .section-title,
.theme-corporate .home-page-main .ecommerce-packages__header .section-title {
    color: rgb(var(--primary_color)) !important;
    font-size: clamp(1.75rem, 4vw, 2.33rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0.65rem !important;
}

.theme-corporate .home-page-main .section .section-header .section-text,
.theme-corporate .home-page-main .ecommerce-packages__header .section-text {
    color: #526ea3 !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    max-width: 42rem;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* —— Prusa / WISECP “Neden Bizi Tercih Etmelisiniz?” (#section-why-choose-us) —— */
.theme-corporate #section-why-choose-us.prusa-why-section {
    position: relative;
    padding-top: clamp(2.5rem, 5vw, 4rem) !important;
    padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
    background-color: #fff !important;
    background-repeat: repeat !important;
    background-position: 0 0 !important;
    border-top: 1px solid rgba(var(--border_color), 0.45);
    border-bottom: 1px solid rgba(var(--border_color), 0.45);
}

.theme-corporate #section-why-choose-us .bg-theme-primary {
    background-color: #14b8a6 !important;
}

.theme-corporate #section-why-choose-us .fon-heading-widget.badge {
    border-radius: 0.5rem;
    padding: 0.45rem 0.95rem !important;
}

.theme-corporate #section-why-choose-us .fon-heading-widget.badge .fon-widget-title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.3;
}

.theme-corporate #section-why-choose-us .fon-heading-widget.badge .fon-widget-title i {
    margin-right: 0.35rem;
    opacity: 0.95;
}

.theme-corporate #section-why-choose-us .prusa-why-title {
    font-size: clamp(1.75rem, 2.4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #1d2864 !important;
}

.theme-corporate #section-why-choose-us .prusa-why-intro {
    color: #64748b;
    font-size: clamp(0.9375rem, 1.05vw, 1.02rem);
    line-height: 1.75;
}

.theme-corporate #section-why-choose-us .row-style {
    --bs-gutter-x: 1.5rem;
}

.theme-corporate #section-why-choose-us .fon-feature-box-widget.style-8 .feature-box.media-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 1.75rem;
    min-height: 200px;
    border: none;
    background: linear-gradient(125deg, #1d2864 0%, #273575 45%, #32448c 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.theme-corporate #section-why-choose-us .fon-feature-box-widget.style-8 .feature-box.media-right::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    pointer-events: none;
    opacity: 0.35;
    background: repeating-linear-gradient(
        -6deg,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.06) 8px,
        rgba(255, 255, 255, 0.06) 9px
    );
    mask-image: linear-gradient(to top, #000 25%, transparent 100%);
}

.theme-corporate #section-why-choose-us .fon-feature-box-widget.style-8 .feature-box-content {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-width: 0;
}

.theme-corporate #section-why-choose-us .fon-feature-box-widget.style-8 .feature-box-media {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
}

.theme-corporate #section-why-choose-us .text-bg-theme-primary {
    background-color: #14b8a6 !important;
    color: #fff !important;
}

.theme-corporate #section-why-choose-us .fs-21 {
    font-size: 1.3125rem !important;
    line-height: 1.25 !important;
}

.theme-corporate #section-why-choose-us .fs-20 {
    font-size: 1.15rem !important;
    line-height: 1.55 !important;
}

.theme-corporate #section-why-choose-us .feature-box-title {
    margin-bottom: 0.75rem;
    color: #1d2864 !important;
}

.theme-corporate #section-why-choose-us .feature-box-button .btn-rounded {
    border-radius: 50rem;
    font-weight: 600;
    padding: 0.45rem 1.15rem;
}

.theme-corporate #section-why-choose-us .fon-feature-box-widget.style-9 .feature-box {
    height: 100%;
    padding: 1.35rem 1.25rem 1.25rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.theme-corporate #section-why-choose-us .fon-feature-box-widget.style-9 .feature-box.shadow-sm-hover:hover {
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1) !important;
    transform: translateY(-2px);
}

.theme-corporate #section-why-choose-us .fon-feature-box-widget.style-9 .feature-box-title {
    color: #1d2864 !important;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}

.theme-corporate .fonwise-software-items .item-readmore.btn.btn-outline-secondary {
    color: #1d2864 !important;
    border-color: #1d2864 !important;
    background-color: #ffffff !important;
    font-weight: 600;
}

.theme-corporate .fonwise-software-items .item-readmore.btn.btn-outline-secondary:hover,
.theme-corporate .fonwise-software-items .item-readmore.btn.btn-outline-secondary:focus {
    color: #ffffff !important;
    background-color: #1d2864 !important;
    border-color: #1d2864 !important;
}

.theme-corporate #section-why-choose-us .fon-feature-box-widget.style-9 .feature-box-desc {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .theme-corporate #section-why-choose-us .fon-feature-box-widget.style-8 .feature-box.media-right {
        flex-direction: column-reverse;
        align-items: flex-start;
        text-align: left;
    }

    .theme-corporate #section-why-choose-us .fon-feature-box-widget.style-8 .feature-box-media {
        align-self: center;
    }
}

/* —— Prusa / WISECP “Hizmetlerimiz” (#section-services) —— */
.theme-corporate #section-services.prusa-services-section {
    padding: 75px 0;
}

.theme-corporate #section-services .fon-section-title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.theme-corporate #section-services .fon-section-title-heading {
    color: rgb(var(--primary_color));
    font-size: clamp(1.75rem, 4vw, 2.33rem);
    font-weight: 700;
    margin-bottom: 0.65rem;
    line-height: 1.2;
}

.theme-corporate #section-services .fon-section-title-subheading {
    color: #526ea3;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 42rem;
    margin: 0 auto;
}

.theme-corporate #section-services .fon-banner-widget.style-3 {
    --bs-bg-overlay-gradient: linear-gradient(
        180deg,
        rgba(0, 37, 115, 0.15) 0%,
        rgba(0, 37, 115, 0.9) 100%
    );
    --bs-bg-overlay-hover-gradient: linear-gradient(
        180deg,
        rgba(0, 130, 248, 0.8) 0%,
        rgba(0, 37, 115, 0.9) 100%
    );
    -webkit-transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.theme-corporate #section-services .fon-banner-widget.style-3:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(0, 37, 115, 0.18) !important;
    box-shadow: 0 1rem 2.5rem rgba(0, 37, 115, 0.18) !important;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.theme-corporate #section-services .fon-banner-image {
    position: relative;
    overflow: hidden;
}

.theme-corporate #section-services .fon-banner-img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 200px;
    max-height: 280px;
}

.theme-corporate #section-services .fon-banner-overlay {
    position: absolute;
    inset: 0;
    background: var(--bs-bg-overlay-gradient);
    -webkit-transition: background 0.35s ease;
    -o-transition: background 0.35s ease;
    transition: background 0.35s ease;
    pointer-events: none;
}

.theme-corporate #section-services .fon-banner-widget.style-3:hover .fon-banner-overlay {
    background: var(--bs-bg-overlay-hover-gradient);
}

.theme-corporate #section-services .fon-banner-icon-link {
    width: 48px;
    height: 48px;
    bottom: 1rem;
    right: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    font-size: 1.1rem;
    background: rgba(255, 255, 255, 0.15);
}

.theme-corporate #section-services .fon-banner-content {
    background: rgb(var(--primary_color));
}

.theme-corporate #section-services .fon-banner-description {
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.theme-corporate #section-services .fon-banner-button {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.theme-corporate #section-services .fon-banner-button .fon-banner-button-icon {
    margin-left: 0.35rem;
}

/* Prusa fonwise — 7/24 teknik destek (tam genişlik, foto + gradient, cam telefon kartı) */
.theme-corporate .prusa-support-cta {
    position: relative;
    width: 100%;
    margin-top: clamp(2rem, 4vw, 3rem);
    padding: clamp(3rem, 6.5vw, 4.75rem) 0;
    overflow: hidden;
    color: #fff;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #002573;
    background-image: var(--prusa-cta-bg-image, none);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.theme-corporate .prusa-support-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(0, 28, 72, 0.92) 0%,
        rgba(0, 37, 115, 0.82) 48%,
        rgba(0, 55, 95, 0.72) 100%
    );
    pointer-events: none;
}

.theme-corporate .prusa-support-cta .container {
    position: relative;
    z-index: 1;
}

.theme-corporate .prusa-support-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
    max-width: none;
}

.theme-corporate .prusa-support-cta__copy {
    flex: 1 1 16rem;
    min-width: 0;
    max-width: 46rem;
}

.theme-corporate .prusa-support-cta__copy-row {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2.25rem);
}

.theme-corporate .prusa-support-cta__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(3rem, 9.5vw, 5.25rem);
    line-height: 1;
    opacity: 1;
}

.theme-corporate .prusa-support-cta__copy-text {
    flex: 1 1 0;
    min-width: 0;
}

.theme-corporate .prusa-support-cta__title {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.theme-corporate .prusa-support-cta__text {
    font-size: clamp(0.98rem, 1.6vw, 1.0625rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    font-weight: 400;
}

.theme-corporate .prusa-support-cta__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    gap: 0.5rem 0.65rem;
    flex: 0 0 auto;
}

.theme-corporate .prusa-support-cta__phone {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.55rem 1.1rem;
    min-height: 2.65rem;
    border-radius: 8px;
    background: #00c4b4;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #fff !important;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: 0.02em;
    line-height: 1.2;
    transition: background-color 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.theme-corporate .prusa-support-cta__phone:hover {
    color: #fff !important;
    background: #00b0a3;
    filter: none;
    transform: translateY(-1px);
}

.theme-corporate .prusa-support-cta__phone > i {
    font-size: 0.95rem;
    opacity: 1;
}

.theme-corporate .prusa-support-cta__phone-number {
    line-height: 1.15;
    white-space: nowrap;
}

.theme-corporate .prusa-support-cta__outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.65rem;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    background: transparent;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 0.03em;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.theme-corporate .prusa-support-cta__outline:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    transform: translateY(-1px);
}

.theme-corporate .prusa-support-cta__outline i {
    font-size: 0.9rem;
    opacity: 0.95;
}

@media (max-width: 575.98px) {
    .theme-corporate .prusa-support-cta__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .theme-corporate .prusa-support-cta__actions {
        justify-content: center;
        align-self: stretch;
        width: 100%;
    }

    .theme-corporate .prusa-support-cta__copy-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .theme-corporate .prusa-support-cta__copy-text {
        text-align: center;
    }

    .theme-corporate .prusa-support-cta__icon {
        font-size: clamp(2.75rem, 16vw, 4rem);
    }
}

/* —— Müşteri Görüşleri — prusa.fonwise.com «Stil 3» (fon-testimonial-widget style-3) —— */
.theme-corporate #section-testimonials.fon-testimonials-style3 {
    padding: 50px 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .fon-widget-title {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 700;
    color: #002573;
    margin-bottom: 0.65rem;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .fon-text-html-widget .fon-widget-content {
    color: #5a6b85;
    font-size: 1rem;
    line-height: 1.7;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .fon-testimonial-widget.style-3 .testimonial-item {
    padding: 1rem !important;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .testimonial-message.rounded-2 {
    color: #334155 !important;
    font-size: 0.9375rem;
    line-height: 1.65;
    font-weight: 400;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .star-style-google {
    color: #fbbc04 !important;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .star-style-trustpilot {
    color: #00b67a !important;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .star-style-default {
    color: #f59e0b !important;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .star-style-google.fa-regular,
.theme-corporate #section-testimonials.fon-testimonials-style3 .star-style-trustpilot.fa-regular,
.theme-corporate #section-testimonials.fon-testimonials-style3 .star-style-default.fa-regular {
    color: #cbd5e1 !important;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .testimonial-avatar.bg-cover {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .testimonial-author {
    color: #002573;
    font-weight: 700;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .testimonial-position {
    color: #526ea3;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .fs-18 {
    font-size: 1.125rem;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .lh-19 {
    line-height: 1.9;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .fs-13 {
    font-size: 0.8125rem;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .lh-14 {
    line-height: 1.4;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .fon-testimonials-style3__nav.swiper-button-prev,
.theme-corporate #section-testimonials.fon-testimonials-style3 .fon-testimonials-style3__nav.swiper-button-next {
    position: static !important;
    flex-shrink: 0;
    margin: 0 !important;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff !important;
    background: #14348e !important;
    border: none !important;
    box-shadow: 0 2px 10px rgba(20, 52, 142, 0.35);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .fon-testimonials-style3__nav.swiper-button-prev::after,
.theme-corporate #section-testimonials.fon-testimonials-style3 .fon-testimonials-style3__nav.swiper-button-next::after {
    display: none;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .fon-testimonials-style3__nav i {
    font-size: 0.9rem;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .fon-testimonials-style3__nav:hover {
    filter: brightness(1.08);
    transform: scale(1.03);
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .shadow-lg-hover {
    transition: box-shadow 0.25s ease;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .shadow-lg-hover:hover {
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.12) !important;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .prusa-testimonials-swiper .swiper-slide {
    height: auto;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .prusa-testimonials-swiper {
    overflow: hidden;
    padding-bottom: 0.25rem;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .prusa-testimonials-pagination {
    position: relative;
    margin-top: 0.35rem;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .prusa-testimonials-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #cbd5e1;
    opacity: 1;
}

.theme-corporate #section-testimonials.fon-testimonials-style3 .prusa-testimonials-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #002573;
}

/* Ürün kartı — kurumsal üst bilgi: başlık + fiyat rozeti */
.theme-corporate .item {
    border: 1px solid rgba(var(--border_color), 0.9);
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.04);
    -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.theme-corporate .item:hover {
    border-color: rgba(var(--primary_color), 0.22);
    box-shadow: 0 10px 32px rgba(var(--primary_color), 0.1);
}

.theme-corporate .item .item-content {
    padding: 1rem 1.05rem 0.9rem !important;
}

.theme-corporate .item .item-card-head {
    padding-bottom: 0.85rem;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid rgba(var(--border_color), 0.75);
}

.theme-corporate .item .item-card-head .item-title--card {
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.015em;
    line-height: 1.35 !important;
    color: rgb(var(--text_color)) !important;
}

.theme-corporate .item .item-price-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.35rem 0.8rem;
    background: rgba(20, 52, 142, 0.07);
    border: 1px solid rgba(20, 52, 142, 0.14);
    border-radius: 8px;
}

.theme-corporate .item .item-price-wrap .item-price {
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin-bottom: 0 !important;
    gap: 0.4rem !important;
}

.theme-corporate .item .item-price-wrap .item-price-through {
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    color: rgb(var(--text_muted)) !important;
}

.theme-corporate .item .item-price-wrap .item-price-amount,
.theme-corporate .item .item-price-wrap .item-price-through + .item-price-amount {
    color: rgb(var(--secondary_color)) !important;
    font-weight: 800 !important;
}

.theme-corporate .item .item-card-head__footer .item-sales {
    font-size: 0.6875rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(var(--text_color), 0.55) !important;
    margin: 0 !important;
}

.theme-corporate .item .item-card-head__footer .item-sales i {
    color: rgb(var(--secondary_color)) !important;
    font-size: 0.95em;
}

.theme-corporate .item .item-info--actions {
    padding-top: 0.15rem;
}

.theme-corporate .item .btn-outline-primary.btn-padding,
.theme-corporate .item .btn-outline-secondary.btn-padding {
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.8125rem !important;
}

/* Footer — home.css sabit renklerini ezer */
.theme-corporate .footer {
    background-color: #1d2864 !important;
    background-image: none !important;
    color: rgb(var(--footer_text_color)) !important;
}

.theme-corporate .footer .footer-lower {
    border-top-color: rgba(var(--footer_border_color), 0.85) !important;
}

.theme-corporate .footer-subscribe {
    border-bottom-color: rgba(var(--footer_border_color), 0.85) !important;
}

.theme-corporate .footer-subscribe .btn.btn-primary {
    background-color: #00c9b7 !important;
    border-color: #00c9b7 !important;
    color: #fff !important;
}

.theme-corporate .footer-subscribe .btn.btn-primary:hover,
.theme-corporate .footer-subscribe .btn.btn-primary:focus {
    background-color: #00b5a5 !important;
    border-color: #00b5a5 !important;
    color: #fff !important;
}

.theme-corporate .footer .footer-text,
.theme-corporate .footer .footer-link {
    color: rgb(var(--footer_text_color)) !important;
}

.theme-corporate .footer .h5,
.theme-corporate .footer .footer-title span {
    color: rgb(var(--footer_heading_color)) !important;
}

/* —— E-ticaret paketleri (#ecommerce-price / paket sayfası) —— */
.theme-corporate .ecommerce-packages {
    position: relative;
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(
        180deg,
        rgb(var(--background_color)) 0%,
        rgb(var(--inner_background_color)) 42%,
        rgba(var(--primary_color), 0.06) 100%
    );
    border-top: 1px solid rgba(var(--border_color), 0.65);
    border-bottom: 1px solid rgba(var(--border_color), 0.5);
}

.theme-corporate .ecommerce-packages::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(var(--primary_color) / 0.55),
        transparent
    );
    pointer-events: none;
}

.theme-corporate .ecommerce-packages__wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.theme-corporate .ecommerce-packages__group + .ecommerce-packages__group {
    margin-top: clamp(2.5rem, 5vw, 4rem);
    padding-top: clamp(2rem, 4vw, 3rem);
    border-top: 1px solid rgba(var(--border_color), 0.55);
}

.theme-corporate .ecommerce-packages__header {
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.theme-corporate .ecommerce-packages__lead {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.0625rem;
    line-height: 1.65;
}

.theme-corporate .ecommerce-packages .price-cards.ecommerce-packages__grid,
.theme-corporate .ecommerce-packages .ecommerce-packages__grid.price-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 272px), 1fr));
    gap: 1.5rem;
    width: 100% !important;
    justify-content: stretch;
    flex-wrap: unset;
}

.theme-corporate .ecommerce-packages .ecommerce-packages__card.price-card {
    position: relative;
    width: 100% !important;
    max-width: none;
    margin: 0;
    padding: 0 0 1.5rem;
    text-align: left !important;
    background: rgb(var(--elements_background_color));
    border: 1px solid rgba(var(--border_color), 0.9);
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.theme-corporate .ecommerce-packages .ecommerce-packages__card.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    border-color: rgba(var(--primary_color), 0.28);
}

/* Başlık bandı — ana renk, beyaz metin */
.theme-corporate .ecommerce-packages__title-bar {
    padding: 1.15rem 1.5rem;
    background: rgb(var(--primary_color));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px 13px 0 0;
}

.theme-corporate .ecommerce-packages__title-bar .ecommerce-packages__plan-name {
    color: #fff !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}

.theme-corporate .ecommerce-packages__plan-name {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

/* Fiyat bandı — beyaz metin */
.theme-corporate .ecommerce-packages__price-bar {
    padding: 1rem 1.5rem 1.15rem;
    background: linear-gradient(
        165deg,
        rgb(var(--primary_color)) 0%,
        rgb(16, 38, 90) 48%,
        rgb(10, 26, 62) 100%
    );
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.theme-corporate .ecommerce-packages__price-bar .ecommerce-packages__old-price {
    margin-top: 0;
    margin-bottom: 0.35rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.62) !important;
}

/* home.css .discounted-price span — kart içi fiyat satırı */
.theme-corporate .ecommerce-packages__price.discounted-price {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.35rem;
    font-size: inherit;
    font-weight: 600;
    color: rgb(var(--text_color)) !important;
    line-height: 1.25;
    min-height: 0;
}

.theme-corporate .ecommerce-packages__price-bar .ecommerce-packages__price.discounted-price {
    color: #fff !important;
    margin-bottom: 0.25rem;
}

.theme-corporate .ecommerce-packages__price.discounted-price > span {
    width: auto !important;
    min-width: 0;
    height: auto !important;
    margin-left: 0 !important;
    flex-shrink: 0;
}

.theme-corporate .ecommerce-packages__price-main {
    display: inline-block !important;
    font-size: clamp(1.5rem, 3vw, 1.85rem) !important;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: rgb(var(--text_color)) !important;
    background: transparent !important;
    border-radius: 0 !important;
    max-width: 100%;
    word-break: break-word;
}

.theme-corporate .ecommerce-packages__price-bar .ecommerce-packages__price-main {
    color: #fff !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.theme-corporate .ecommerce-packages__discount {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
    height: auto !important;
    width: auto !important;
    padding: 0.2rem 0.55rem;
    font-size: 0.75rem !important;
    font-weight: 700;
    color: rgb(var(--primary_color)) !important;
    background: rgba(var(--primary_color), 0.12) !important;
    border-radius: 8px !important;
    flex-shrink: 0;
    white-space: nowrap;
}

.theme-corporate .ecommerce-packages__price-bar .ecommerce-packages__discount {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.theme-corporate .ecommerce-packages__features {
    flex: 1;
    list-style: none;
    padding: 1.35rem 1.5rem 0;
    margin: 0 0 1.25rem;
    text-align: left;
}

.theme-corporate .ecommerce-packages__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.65rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: rgb(var(--text_color)) !important;
}

.theme-corporate .ecommerce-packages__features li i {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: #fff;
    background: rgba(var(--primary_color), 0.92);
    border-radius: 6px;
}

.theme-corporate .ecommerce-packages__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: auto;
    padding: 0 1.5rem;
}

.theme-corporate .ecommerce-packages .ecommerce-packages__btn-primary.call-button {
    border: none;
    padding: 0.7rem 1.25rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.875rem;
    background: rgb(var(--primary_color)) !important;
    box-shadow: 0 6px 20px rgba(var(--primary_color), 0.3);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.theme-corporate .ecommerce-packages .ecommerce-packages__btn-primary.call-button:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    background: rgb(var(--primary_color)) !important;
    color: #fff !important;
}

.theme-corporate .ecommerce-packages .ecommerce-packages__btn-secondary.details-button {
    border: 2px solid rgba(var(--primary_color), 0.35) !important;
    color: rgb(var(--text_color)) !important;
    background: transparent !important;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.theme-corporate .ecommerce-packages .ecommerce-packages__btn-secondary.details-button:hover {
    background: rgba(var(--primary_color), 0.08) !important;
    border-color: rgb(var(--primary_color)) !important;
    color: rgb(var(--text_color)) !important;
}

/* Prusa reference parity — pricing default table */
.theme-corporate .ecommerce-packages .pricing-filter-container {
    margin-bottom: 1.25rem !important;
}

.theme-corporate .ecommerce-packages .pricing-period-swithcer {
    display: inline-flex;
    align-items: center;
    background: #eef2f7;
    border: 1px solid #d7dfec;
    border-radius: 999px;
    padding: 0.22rem;
}

.theme-corporate .ecommerce-packages .pricing-period-swithcer input {
    display: none;
}

.theme-corporate .ecommerce-packages .pricing-period-swithcer .pricing-period {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 0.42rem 0.9rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #556b90;
    cursor: pointer;
}

.theme-corporate .ecommerce-packages .pricing-period-swithcer .monthly {
    background: #1d2864;
    color: #fff;
}

.theme-corporate .ecommerce-packages .pricing-table-container {
    position: relative;
}

.theme-corporate .ecommerce-packages .pricing-table.style-default.ecommerce-packages__card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #dce3ef;
    box-shadow: 0 8px 26px rgba(16, 24, 40, 0.08);
    background: #fff;
    height: 100%;
}

.theme-corporate .ecommerce-packages .ecommerce-packages__popular-badge {
    position: absolute;
    top: 0.95rem;
    right: 1.1rem;
    z-index: 2;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #fff;
    background: #ef4444;
    border-radius: 999px;
    padding: 0.28rem 0.58rem;
}

.theme-corporate .ecommerce-packages .pricing-header.ecommerce-packages__title-bar {
    background: linear-gradient(160deg, #1d2864 0%, #25377e 56%, #2b468f 100%);
    color: #fff;
    padding: 1.4rem 1.25rem 1.2rem !important;
    text-align: center;
    border-bottom: 0;
}

.theme-corporate .ecommerce-packages .pricing-header .pricing-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.62rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.32);
    font-size: 1.05rem;
}

.theme-corporate .ecommerce-packages .pricing-header .pricing-slogan {
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
}

.theme-corporate .ecommerce-packages .pricing-header .pricing-title.ecommerce-packages__plan-name {
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 700;
}

.theme-corporate .ecommerce-packages .pricing-header .ecommerce-packages__price-bar,
.theme-corporate .ecommerce-packages .pricing-header .ecommerce-packages__price-bar--secondary {
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: center !important;
}

.theme-corporate .ecommerce-packages .pricing-header .ecommerce-packages__price-main {
    color: #fff !important;
    font-size: 1.65rem !important;
    font-weight: 800;
    text-shadow: none;
}

.theme-corporate .ecommerce-packages .pricing-header .ecommerce-packages__old-price {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.9rem;
    text-decoration: line-through;
}

.theme-corporate .ecommerce-packages .pricing-features.ecommerce-packages__features {
    padding: 1.1rem 1.15rem 0 !important;
    margin: 0 0 0.9rem !important;
}

.theme-corporate .ecommerce-packages .pricing-footer.ecommerce-packages__actions {
    padding: 0 1.15rem 1.1rem;
    gap: 0.5rem;
}

/* Prusa parity — pricing table style 2 (exact structure) */
.theme-corporate .ecommerce-packages .row.pricing-style-2 {
    --bs-gutter-x: 0;
    margin-top: 20px;
}

.theme-corporate .ecommerce-packages .row.pricing-style-2 .pricing-table-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    margin-left: -1px;
}

.theme-corporate .ecommerce-packages .row.pricing-style-2 .pricing-table-container.popular {
    z-index: 5;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2.ecommerce-packages__card {
    border: 1px solid #e2e8f0;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    border-radius: 12px;
    width: 100%;
    min-height: 100%;
}

.theme-corporate .ecommerce-packages .pricing-table-container.popular .pricing-table.style-2.ecommerce-packages__card {
    border: 2px solid #00c9b7;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
    transform: scale(1.06);
    transform-origin: center top;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .pricing-header.ecommerce-packages__title-bar {
    color: #163374;
    transform: translateY(0);
    margin-bottom: 0;
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background: transparent !important;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .pricing-header .pricing-icon {
    background-color: #eef2f7;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 5px;
    color: #00c9b7;
    border: 0;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .ecommerce-packages__plan-name {
    font-size: 20px;
    line-height: 1;
    color: #163374 !important;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .pricing-slogan {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 90%;
    color: #6b7fa5;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .pricing-period-select {
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #fff;
    box-shadow: none !important;
    min-height: 46px;
    font-weight: 700 !important;
}

.theme-corporate .ecommerce-packages .pricing-price--software-like {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    min-height: 46px;
    padding: 0.52rem 0.65rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.15rem;
}

.theme-corporate .ecommerce-packages .pricing-price--software-like .ecommerce-packages__price-main {
    font-size: 1.5rem !important;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #163374 !important;
}

.theme-corporate .ecommerce-packages .pricing-price--software-like .ecommerce-packages__old-price {
    color: #94a3b8 !important;
    font-size: 0.76rem;
    text-decoration: line-through;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .pricing-button .btn-cart.ecommerce-packages__btn-primary {
    width: 100%;
    border-radius: 2px;
    padding: 0.62rem 0.8rem;
    font-size: 0.86rem;
    font-weight: 700;
    border: 0;
    color: #fff;
    background: #163374 !important;
}

.theme-corporate .ecommerce-packages .pricing-table-container.popular .btn-cart.ecommerce-packages__btn-primary {
    background: #00c9b7 !important;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .pricing-features.ecommerce-packages__features {
    padding: 0;
    margin: 0;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .pricing-features.ecommerce-packages__features .list-group-item {
    border: 0;
    border-top: 1px solid #edf2f8;
    font-size: 0.86rem;
    color: #334155;
    padding: 0.52rem 0 !important;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .pricing-features.ecommerce-packages__features .list-group-item i {
    width: 1rem;
    color: #00c9b7;
    margin-right: 0.25rem;
    font-size: 0.78rem;
    background: transparent;
    height: auto;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .couponCode {
    margin-bottom: 20px;
    border-style: dashed;
    box-shadow: 0 0 0 5px #fff6db;
    font-size: 12px;
    font-weight: 600;
    border-width: 1px;
    text-align: center;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .ecommerce-packages__btn-secondary {
    display: block;
    margin-top: 0.75rem !important;
    font-size: 0.84rem;
    text-align: center;
    text-decoration: none;
    color: #163374 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.15rem 0.25rem;
    line-height: 1.25;
}

.theme-corporate .ecommerce-packages .pricing-table.style-2 .ecommerce-packages__btn-secondary:hover {
    color: #00c9b7 !important;
}

.theme-corporate .ecommerce-packages .pricing-table-container .popular-badge {
    position: absolute;
    background-color: #00c9b7;
    color: #fff;
    padding: 5px 35px 4px;
    font-size: 14px;
    font-weight: 600;
    left: -40px;
    top: 35px;
    transform: rotate(-90deg);
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.theme-corporate .ecommerce-packages .pricing-table-container .popular-badge::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    border: 15px solid #00c9b7;
    border-right-width: 0;
    border-left-color: transparent;
}

.theme-corporate .ecommerce-packages .pricing-table-container {
    display: flex;
    align-items: stretch;
}

.theme-corporate .ecommerce-packages .pricing-table-container:not(.popular) {
    padding-top: 0.9rem !important;
}

/* Ana renk: primary (#163374) — dolu primary; secondary (#00c9b7) — dolu secondary */
.theme-corporate .btn.btn-primary,
.theme-corporate .btn-check:checked + .btn.btn-primary,
.theme-corporate .btn.btn-primary:hover,
.theme-corporate .btn.btn-primary:focus {
    background-color: rgb(var(--primary_color)) !important;
    border-color: rgb(var(--primary_color)) !important;
    color: #fff !important;
}

.theme-corporate .btn.btn-secondary,
.theme-corporate .btn-check:checked + .btn.btn-secondary,
.theme-corporate .btn.btn-secondary:hover,
.theme-corporate .btn.btn-secondary:focus {
    background-color: rgb(var(--secondary_color)) !important;
    border-color: rgb(var(--secondary_color)) !important;
    color: #fff !important;
}

.theme-corporate .btn.btn-outline-primary {
    color: rgb(var(--primary_color)) !important;
    border-color: rgb(var(--primary_color)) !important;
}

.theme-corporate .btn.btn-outline-secondary {
    color: rgb(var(--secondary_color)) !important;
    border-color: rgb(var(--secondary_color)) !important;
}

.theme-corporate .btn.btn-outline-primary:hover,
.theme-corporate .btn.btn-outline-primary:focus,
.theme-corporate .btn-check:checked + .btn.btn-outline-primary {
    background-color: rgb(var(--primary_color)) !important;
    border-color: rgb(var(--primary_color)) !important;
    color: #fff !important;
}

.theme-corporate .btn.btn-outline-secondary:hover,
.theme-corporate .btn.btn-outline-secondary:focus,
.theme-corporate .btn-check:checked + .btn.btn-outline-secondary {
    background-color: rgb(var(--secondary_color)) !important;
    border-color: rgb(var(--secondary_color)) !important;
    color: #fff !important;
}

.theme-corporate .ecommerce-packages--page {
    padding-top: 1rem;
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
    background: transparent;
    border: none;
}

.theme-corporate .ecommerce-packages--page::before {
    display: none;
}

/* --------------------------------------------------------------------------
   Üst şerit — marketplace tarzı (Prusa benzeri düzen, özgün stil)
   -------------------------------------------------------------------------- */
.theme-corporate .site-top-bar--market .site-top-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    min-height: 28px;
    padding: 0.1rem 0;
    font-size: 0.72rem;
    color: #fff;
    flex-wrap: nowrap;
}

.theme-corporate .site-top-bar__primary {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.35rem;
    min-width: 0;
    flex: 0 1 auto;
    white-space: nowrap;
    overflow: hidden;
}

.theme-corporate .site-top-bar__secondary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    flex: 1 1 auto;
}

.theme-corporate .site-top-bar--market .site-top-bar__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1;
    background: transparent;
    border: none;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.theme-corporate .site-top-bar--market .site-top-bar__chip:hover {
    color: #fff;
    opacity: 0.88;
    text-decoration: none;
}

.theme-corporate .site-top-bar--market .site-top-bar__chip i {
    color: inherit;
}

.theme-corporate .site-top-bar--market .site-top-bar__social {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: 0.5rem;
}

.theme-corporate .site-top-bar--market .site-top-bar__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease, opacity 0.2s ease;
}

.theme-corporate .site-top-bar--market .site-top-bar__social-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.92;
    background: rgba(255, 255, 255, 0.18);
}

.theme-corporate .site-top-bar__brand-social {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    min-width: 0;
    white-space: nowrap;
}

.theme-corporate .site-top-bar__handle {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

.theme-corporate .site-top-bar__handle:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.92;
}

.theme-corporate .site-top-bar__tagline--market {
    margin: 0;
    text-align: right;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.theme-corporate .theme-corporate-top-bar-tagline {
    font-weight: 300 !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.07em !important;
    line-height: 1.1 !important;
    max-width: 100%;
    margin-inline: 0 !important;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 1199.98px) {
    .theme-corporate .site-top-bar--market .site-top-bar__inner {
        gap: 0.65rem;
    }
}

@media (max-width: 991.98px) {
    .theme-corporate .site-top-bar__tagline--market {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* Header — ürün arama (xl+) */
.theme-corporate .nav-bar.nav-bar--corporate .nav-bar-search {
    flex: 1 1 auto;
    max-width: min(420px, 34vw);
    margin-inline-start: 1rem;
    margin-inline-end: 0.5rem;
    align-items: center;
}

.theme-corporate .nav-bar-search__field {
    width: 100%;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(var(--border_color), 0.55);
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
}

.theme-corporate .nav-bar-search__field .input-group-text {
    border: 0;
    background: transparent;
    color: rgba(var(--text_color), 0.55);
}

.theme-corporate .nav-bar-search__field .form-control {
    border: 0;
    box-shadow: none !important;
    font-size: 0.875rem;
    padding-block: 0.45rem;
}

.theme-corporate .nav-bar-search__submit {
    border-radius: 0 999px 999px 0 !important;
    padding-inline: 1rem !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 1399.98px) {
    .theme-corporate .nav-bar.nav-bar--corporate .nav-bar-search {
        display: none !important;
    }
}

/* Menü — açılır panel tetikleyicinin hemen altında, sola hizalı (mega genişlik) */
@media (min-width: 1400px) {
    .theme-corporate .nav-bar.nav-bar--corporate .nav-bar-container,
    .theme-corporate .nav-bar.nav-bar--corporate .nav-bar-menu,
    .theme-corporate .nav-bar.nav-bar--corporate .nav-bar-menu-inner,
    .theme-corporate .nav-bar.nav-bar--corporate .nav-bar-links {
        overflow: visible;
    }

    .theme-corporate .nav-bar .nav-bar-menu .drop-down {
        position: relative;
    }

    .theme-corporate .nav-bar .nav-bar-menu .drop-down .drop-down-menu {
        left: 0 !important;
        right: auto !important;
        top: calc(100% + 10px) !important;
        transform-origin: top left;
        min-width: min(220px, calc(100vw - 2rem));
        max-width: min(320px, calc(100vw - 2rem));
        padding: 0.35rem 0;
        border-radius: 14px;
        border: 1px solid rgba(var(--border_color), 0.4);
        box-shadow: 0 22px 50px -22px rgba(15, 23, 42, 0.35);
        white-space: normal;
    }

    .theme-corporate .nav-bar .nav-bar-menu .drop-down .drop-down-menu .drop-down-item {
        padding: 0.6rem 1.15rem;
        font-size: 0.9375rem;
    }

    .theme-corporate .nav-bar .nav-bar-menu .drop-down.active {
        z-index: 1050;
    }

    /* Üzerine gelince de açılsın; alt menüye geçerken .drop-down içinde kaldığı için kapanmaz */
    .theme-corporate .nav-bar .nav-bar-menu .drop-down:hover > .drop-down-menu,
    .theme-corporate .nav-bar .nav-bar-menu .drop-down.active > .drop-down-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .theme-corporate .nav-bar .nav-bar-menu .drop-down:hover {
        z-index: 1050;
    }

    [dir="rtl"] .theme-corporate .nav-bar .nav-bar-menu .drop-down .drop-down-menu {
        left: auto !important;
        right: 0 !important;
        transform-origin: top right;
    }
}

/* --- Prusa #fon-page-title.bg-image (https://prusa.fonwise.com/yazilimlar) --- */
#fon-page-title.bg-image {
    position: relative;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: clamp(1.75rem, 4vw, 2.75rem) 0;
    overflow: hidden;
}

#fon-page-title.bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        rgba(15, 23, 42, 0.9) 0%,
        rgba(15, 23, 42, 0.58) 55%,
        rgba(15, 23, 42, 0.38) 100%
    );
    z-index: 0;
}

#fon-page-title .container {
    position: relative;
    z-index: 1;
}

#fon-page-title h1 {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#fon-page-title .col-12.col-sm-8 > p.mb-0 {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 48rem;
}

#fon-page-title .paypasbutonlar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: background 0.2s ease, transform 0.15s ease;
}

#fon-page-title .paypasbutonlar a:hover {
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    transform: translateY(-1px);
}

#fon-page-title .fon-page-title__breadcrumbs,
#fon-page-title .fon-page-title__breadcrumbs a {
    color: rgba(255, 255, 255, 0.88);
}

#fon-page-title .fon-page-title__breadcrumbs a:hover {
    color: #fff;
}

#fon-page-title .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.45);
}

#fon-page-title .header-search {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: stretch;
}

#fon-page-title .header-search .form-control {
    flex: 1 1 12rem;
    border-radius: 0.35rem;
    border: 0;
}

#fon-page-title .header-search .btn-primary {
    border-radius: 0.35rem;
}

#fon-page-title .form-search {
    margin-bottom: 0;
}

#fon-page-title .form-search .form-control {
    background: #fff;
    border: 0;
}

.theme-corporate .text-theme-secondary {
    color: rgb(var(--primary_color)) !important;
}

.theme-corporate .fonwise-software-items .style-3 .item-title-link {
    color: rgb(var(--text_color));
    text-decoration: none;
}

.theme-corporate .fonwise-software-items .style-3 .item-title-link:hover {
    color: rgb(var(--primary_color));
}

/* Yazılımlar araç çubuğu + liste (Prusa yazilimlar) */
.theme-corporate #softwares-nav.page-inner-nav {
    border-bottom: 1px solid rgba(29, 40, 100, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.theme-corporate #softwares-nav .fs-14 {
    font-size: 0.875rem;
}

.theme-corporate #softwares-nav .lh-14 {
    line-height: 1.4;
}

.theme-corporate #scriptlistesi.fon-section {
    padding: 2.5rem 0 3rem;
}

.theme-corporate #scriptlistesi .fon-section-title-heading {
    font-weight: 700;
    color: rgb(var(--primary_color));
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.theme-corporate #scriptlistesi .fon-section-title-subheading {
    color: #526ea3;
    max-width: 46rem;
    margin: 0 auto 2rem;
}

.theme-corporate .fonwise-software-items .item-image {
    overflow: hidden;
    border-radius: var(--bs-border-radius, 0.35rem) var(--bs-border-radius, 0.35rem) 0 0;
}

.theme-corporate .fonwise-software-items .popular-label.fon-ribbon {
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 3;
    padding: 0.35rem 0.65rem 0.35rem 0.75rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #fff;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.theme-corporate .fonwise-software-items .item-tags {
    position: absolute;
    right: 8px;
    bottom: 10px;
    left: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    z-index: 3;
    pointer-events: none;
}

.theme-corporate .fonwise-software-items .item-tags .tag {
    pointer-events: auto;
    padding: 0.28rem 0.55rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1.2;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.bg-theme-primary {
    background: rgb(var(--primary_color)) !important;
    color: #fff !important;
}

.bg-theme-secondary {
    background: rgb(var(--secondary_color)) !important;
    color: #fff !important;
}

.theme-corporate .fonwise-software-items .fonwise-software-card {
    border: 0 !important;
    border-radius: 0.4rem;
    overflow: hidden;
    font-family: "Quicksand", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.theme-corporate .fonwise-software-items {
    --fw-soft-primary: #00c9b7;
    --fw-soft-secondary: #002573;
    --fw-soft-text: #526ea3;
}

.theme-corporate .fonwise-software-items .item-category,
.theme-corporate .fonwise-software-items .item-description {
    color: var(--fw-soft-text);
}

.theme-corporate .fonwise-software-items .item-category {
    display: inline-block;
    margin-bottom: 0.12rem;
    font-weight: 600;
    font-size: 0.74rem !important;
    line-height: 1.15;
    text-decoration: none;
}

.theme-corporate .fonwise-software-items .item-category:hover {
    color: var(--fw-soft-primary);
    text-decoration: none;
}

.theme-corporate .fonwise-software-items .item-title-link {
    color: #163374 !important;
}

.theme-corporate .fonwise-software-items .item-title-link:hover {
    color: #00c9b7 !important;
}

.theme-corporate .fonwise-software-items .item-description {
    margin-bottom: 0;
    opacity: 0.95;
    font-size: 0.78rem !important;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.theme-corporate .fonwise-software-items .fonwise-software-card .item-body {
    padding: 0.4rem 0.75rem 0.38rem;
}

.theme-corporate .fonwise-software-items .item-title {
    font-size: 1rem !important;
    line-height: 1.2;
    margin-bottom: 0;
}

.theme-corporate .fonwise-software-items .price {
    font-size: 1.45rem !important;
}

.theme-corporate .fonwise-software-items .price-old {
    font-size: 0.82rem !important;
}

.theme-corporate .fonwise-software-items .item-image {
    overflow: hidden;
}

.theme-corporate .fonwise-software-items .item-image-link img {
    transition: transform 0.35s ease;
    transform-origin: center center;
}

.theme-corporate .fonwise-software-items .fonwise-software-card:hover .item-image-link img {
    transform: scale(1.07);
}

.theme-corporate .fonwise-software-items .fonwise-price-amount {
    display: inline-block;
    white-space: nowrap;
}

.theme-corporate .fonwise-software-items .currency-symbol,
.theme-corporate .fonwise-software-items .currency-decimal {
    position: static;
}

.theme-corporate .fonwise-software-items .price-new .currency-symbol {
    font-size: 0.62em;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-0.28em);
}

.theme-corporate .fonwise-software-items .price-new .price-integer {
    font-size: 1em;
    line-height: 1;
}

.theme-corporate .fonwise-software-items .price-new .currency-decimal {
    font-size: 0.5em;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-0.38em);
}

.theme-corporate .fonwise-software-items .price-old .currency-symbol {
    font-size: 0.9em;
    font-weight: 600;
}

.theme-corporate .fonwise-software-items .price-old .price-integer {
    font-size: 0.98em;
}

.theme-corporate .fonwise-software-items .price-old .currency-decimal {
    font-size: 0.78em;
    font-weight: 600;
    transform: translateY(-0.15em);
    display: inline-block;
}

.theme-corporate .fonwise-software-items .pricing-period {
    font-size: 0.72rem !important;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 0.15rem 0.3rem;
    padding: 0;
    letter-spacing: 0.01em;
    white-space: nowrap;
    vertical-align: bottom;
    opacity: 0.9;
}

.theme-corporate .fonwise-software-items .price-new {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.02rem;
    line-height: 1;
    font-weight: 800 !important;
    color: #163374 !important;
}

.theme-corporate .fonwise-software-items .price-new .price-integer {
    font-weight: 800 !important;
}

.theme-corporate .fonwise-software-items .pricing-period {
    color: #00c9b7 !important;
    font-weight: 400 !important;
}

.theme-corporate .fonwise-software-items .pricing-price {
    min-height: 34px;
    margin-top: 0.05rem !important;
}

.theme-corporate .btn-section-more {
    font-size: 0.9rem !important;
    font-weight: 600;
    border-radius: 8px;
}

.theme-corporate .fon-section nav .pagination {
    justify-content: center;
    margin-bottom: 0;
}

.theme-corporate .urunozellikleri {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1rem;
    margin-top: 2.5rem;
    padding: 1.5rem 1rem;
    background: linear-gradient(180deg, rgba(var(--primary_color), 0.06) 0%, transparent 100%);
    border-radius: 12px;
}

.theme-corporate .urunozellik {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(var(--text_color));
}

.theme-corporate .urunozellik h4 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
}

.theme-corporate .urunozellikleri > i.fa-caret-right,
.theme-corporate .urunozellikleri > i.fa-circle-check {
    color: rgb(var(--primary_color));
    opacity: 0.65;
}

.theme-corporate .urunozellikleri .urunozellik i {
    color: rgb(var(--primary_color));
    font-size: 1.25rem;
}

/* Prusa fonwise — sağ alt sabit: WhatsApp, telefon, yukarı çık */
.theme-corporate .prusa-float-dock {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    z-index: 1036;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.65rem;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

[dir='rtl'] .theme-corporate .prusa-float-dock {
    right: auto;
    left: 1.15rem;
}

.theme-corporate .prusa-float-dock__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.25s ease;
}

.theme-corporate .prusa-float-dock__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
}

.theme-corporate .prusa-float-dock__btn--wa {
    background: #25d366;
    color: #fff !important;
    font-size: 1.45rem;
}

.theme-corporate .prusa-float-dock__btn--phone {
    background: #002573;
    color: #fff !important;
    font-size: 1.1rem;
}

.theme-corporate .prusa-float-dock__btn--top {
    background: #fff;
    color: #002573 !important;
    border: 1px solid rgba(0, 37, 115, 0.22) !important;
    font-size: 0.95rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
}

.theme-corporate .prusa-float-dock__btn--top i {
    line-height: 1;
}
