/**
 * 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;
}

@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: 124px !important;
    }

    .theme-corporate .site-top-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1041;
        min-height: 40px;
        display: flex;
        align-items: center;
        background: #14348e;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        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: 40px !important;
    }
}

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

    .theme-corporate .nav-bar.nav-bar--corporate {
        top: 0 !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-size: 0.78125rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
}

.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: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
}

.theme-corporate .site-top-bar__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.98);
    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: #fff;
    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: #25d366;
}

.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;
}

.theme-corporate .site-top-bar__link {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
    font-weight: 500;
}

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

.theme-corporate .site-top-bar__phone,
.theme-corporate .site-top-bar__email {
    color: rgba(255, 255, 255, 0.98);
    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.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.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: #fff;
    background: rgba(255, 255, 255, 0.16);
}

/* Ana menü — beyaz zemin, ince tipografi */
.theme-corporate .nav-bar.nav-bar--corporate {
    background-color: rgba(255, 255, 255, 0.98) !important;
    border-bottom: 1px solid rgba(var(--border_color), 0.4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 18px 44px -20px rgba(15, 23, 42, 0.1);
    font-size: 0.9375rem !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.theme-corporate .nav-bar.nav-bar--corporate .nav-bar-container {
    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 {
    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;
}

.theme-corporate .nav-bar .link,
.theme-corporate .nav-bar .drop-down-btn {
    color: rgb(var(--text_color)) !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
}

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

.theme-corporate .nav-bar .nav-bar-menu-btn {
    color: rgb(var(--text_color)) !important;
}

.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(148, 195, 85, 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(--primary_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(148, 195, 85, 0.35);
}

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

.theme-corporate .nav-bar .link-btn .btn-outline-premium:hover {
    color: #fff !important;
    background: rgb(var(--primary_color)) !important;
    border-color: rgb(var(--primary_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(20, 52, 142, 0.35) !important;
    color: rgb(var(--text_color)) !important;
    box-shadow: 0 4px 12px rgba(20, 52, 142, 0.1);
}

.theme-corporate .items-tabs-btn.active {
    background: #14348e !important;
    border-color: #14348e !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(20, 52, 142, 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: #14348e !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(20, 52, 142, 0.12);
    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: #14348e !important;
    border-color: #14348e !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(20, 52, 142, 0.35);
    transform: translateY(-1px);
}

/* Bölüm başlıkları — gövde metin rengi (siyaha yakın) */
.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);
}

/* Premium / hizmetler — “Tüm İhtiyaçlarınızı … ile Karşılayın” (#services) */
.theme-corporate #services.premium-services-band {
    background: #14348e !important;
    padding-top: clamp(2.5rem, 5vw, 3.75rem) !important;
    padding-bottom: clamp(2.5rem, 5vw, 3.75rem) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.theme-corporate #services.premium-services-band .section-title {
    color: #fff !important;
}

.theme-corporate #services.premium-services-band .section-text {
    color: rgba(255, 255, 255, 0.9) !important;
}

.theme-corporate #services.premium-services-band .service-item {
    background: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12) !important;
}

.theme-corporate #services.premium-services-band .service-item h3 {
    color: rgb(var(--text_color)) !important;
}

.theme-corporate #services.premium-services-band .service-item p {
    color: rgb(var(--text_muted)) !important;
}

/* Dijital Çözümlerle Geleceğe — trending-items #interactive-section */
.theme-corporate #interactive-section {
    background: #14348e !important;
    padding-top: clamp(2.5rem, 5vw, 3.5rem) !important;
    padding-bottom: clamp(2.5rem, 5vw, 3.5rem) !important;
    padding-left: clamp(1rem, 4vw, 3rem) !important;
    padding-right: clamp(1rem, 4vw, 3rem) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.theme-corporate #interactive-section h2 {
    color: #fff !important;
}

.theme-corporate #interactive-section .intro-text {
    color: rgba(255, 255, 255, 0.92) !important;
}

.theme-corporate #interactive-section .scrollable-content {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.theme-corporate #interactive-section .scrollable-content p {
    color: rgba(255, 255, 255, 0.94) !important;
}

.theme-corporate #interactive-section strong,
.theme-corporate #interactive-section .scrollable-content strong {
    color: #fff !important;
    font-weight: 700 !important;
}

.theme-corporate #interactive-section .scrollable-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35) !important;
    border-radius: 6px;
}

.theme-corporate #interactive-section .scrollable-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.theme-corporate #interactive-section .cta-buttons .cta-button {
    background: #fff !important;
    color: #14348e !important;
    border: 2px solid rgba(255, 255, 255, 0.95);
}

.theme-corporate #interactive-section .cta-buttons .cta-button:hover {
    background: rgba(255, 255, 255, 0.92) !important;
    color: #14348e !important;
    transform: translateY(-2px);
}

/* Ü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(20, 52, 142, 0.18);
    box-shadow: 0 10px 32px rgba(20, 52, 142, 0.08);
}

.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: #14348e !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(--primary_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: rgb(var(--footer_background_color)) !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 .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(--secondary_color), 0.04) 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: 1200px;
    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(--secondary_color), 0.2);
}

/* Başlık bandı — lacivert, beyaz metin */
.theme-corporate .ecommerce-packages__title-bar {
    padding: 1.15rem 1.5rem;
    background: #14348e;
    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(118, 158, 62) 48%,
        rgb(88, 128, 48) 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(--secondary_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(20, 52, 142, 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(20, 52, 142, 0.08) !important;
    border-color: #14348e !important;
    color: rgb(var(--text_color)) !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;
}
