/* Profesyonel E-Ticaret Paketleri — ADD Bilişim
   Brand: #23b5b5 | #0160e7 | #1a1b1e | #a5b7d2 | #f0f6ff */

.pkg-intro {
    padding: 80px 0 20px;
}

.pkg-intro .ot-heading h2 {
    margin-bottom: 18px;
}

.pkg-intro .pkg-lead {
    max-width: 760px;
    margin: 0 auto;
    color: #606060;
    font-size: 16px;
    line-height: 1.8;
}

.pkg-highlights {
    padding: 40px 0 20px;
}

.pkg-highlight-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.1);
    padding: 30px 24px;
    height: 100%;
    text-align: center;
    transition: transform 0.3s linear;
    margin-bottom: 20px;
}

.pkg-highlight-item:hover {
    transform: translateY(-8px);
}

.pkg-highlight-item .icon-main {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #f0f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23b5b5;
    font-size: 30px;
    line-height: 1;
}

.pkg-highlight-item .icon-main span:before,
.pkg-highlight-item .icon-main i:before {
    color: #23b5b5;
    font-size: 30px;
    margin: 0;
    line-height: 1;
}

.pkg-highlight-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1b1e;
}

.pkg-highlight-item p {
    margin: 0;
    color: #606060;
    font-size: 14px;
    line-height: 1.7;
}

.pkg-pricing-section {
    padding: 50px 0 90px;
}

/* Mobile package tabs (Qukasoft-like) */
.pkg-mobile-tabs {
    display: none;
    margin: 0 0 24px;
    padding: 4px;
    background: #fff;
    border: 1px solid #d2dbe8;
    border-radius: 28px;
    box-shadow: 8px 8px 25px 0 rgba(42, 67, 113, 0.1);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.pkg-mobile-tabs::-webkit-scrollbar {
    display: none;
}

.pkg-mobile-tabs-inner {
    display: flex;
    min-width: 100%;
    gap: 4px;
}

.pkg-mobile-tabs button {
    flex: 1 1 0;
    min-width: 72px;
    border: 0;
    background: transparent;
    color: #1a1b1e;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 12px 10px;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.pkg-mobile-tabs button.is-active {
    background: #23b5b5;
    color: #fff;
    box-shadow: 6px 6px 14px 0 rgba(35, 181, 181, 0.35);
}

.pkg-mobile-tabs button[data-pkg="basic"].is-active,
.pkg-mobile-tabs button[data-pkg="silver"].is-active {
    background: #0160e7;
    box-shadow: 6px 6px 14px 0 rgba(1, 96, 231, 0.35);
}

.pkg-mobile-tabs button[data-pkg="platin"].is-active {
    background: #1a1b1e;
    box-shadow: 6px 6px 14px 0 rgba(26, 27, 30, 0.35);
}

.pkg-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.pkg-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 50px;
}

.pkg-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 36px 28px 0;
    background: #fff;
    text-align: center;
}

.pkg-card .inner-table {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
}

.pkg-card .pkg-name {
    font-size: 28px;
    font-weight: 700;
    color: #1a1b1e;
    margin: 28px 0 8px;
    font-family: "Titillium Web", sans-serif;
}

.pkg-card .pkg-desc {
    color: #a5b7d2;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    min-height: 42px;
    margin-bottom: 0;
}

.pkg-contact-price {
    margin-top: 22px;
    padding: 18px 14px;
    background: #f0f6ff;
    border-radius: 12px;
    border: 1px dashed #23b5b5;
}

.pkg-contact-price .pkg-price-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0160e7;
    margin-bottom: 6px;
    font-family: "Titillium Web", sans-serif;
}

.pkg-contact-price .pkg-price-text {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1a1b1e;
    line-height: 1.45;
}

/* site style.php .ot-pricing-table .details { line-height:42px } ezilir */
.ot-pricing-table.pkg-card .inner-table .details,
.pkg-card .details {
    margin-top: 24px !important;
    padding-top: 22px !important;
    padding-bottom: 20px !important;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    line-height: 1.55 !important;
    flex: 1 1 auto;
}

.pkg-card .details ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.pkg-card .details li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px;
    position: relative;
    padding: 9px 0 !important;
    padding-left: 0 !important;
    color: #1a1b1e;
    font-size: 14px;
    line-height: 1.45 !important;
    border-bottom: 1px solid #f3f5f8;
}

.pkg-card .details li:last-child {
    border-bottom: 0;
}

/* Tek parça tik — absolute top kayması yok */
.pkg-card .details li::before {
    content: "" !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-radius: 50%;
    background: #23b5b5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.2l2.4 2.4 4.6-4.8'/%3E%3C/svg%3E") center / 10px 10px no-repeat !important;
    box-shadow: 0 4px 10px rgba(35, 181, 181, 0.35);
    position: static !important;
    left: auto !important;
    top: auto !important;
    float: none !important;
}

.pkg-card .details li::after {
    content: none !important;
    display: none !important;
}

.pkg-card .details li.is-extra {
    font-weight: 600;
    color: #0160e7;
}

.pkg-card .details li.is-extra::before {
    content: "+" !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #0160e7;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px !important;
    text-align: center;
}

.pkg-card-actions {
    margin-top: auto;
    padding-bottom: 30px;
}

.pkg-card .octf-btn {
    margin-bottom: -26px;
    width: auto;
    max-width: calc(100% - 20px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pkg-card.is-featured {
    box-shadow: 8px 8px 36px 0 rgba(1, 96, 231, 0.18);
}

.pkg-card.is-featured .title-table {
    background: #0160e7;
}

.pkg-card.s-platin .title-table {
    background: #1a1b1e;
}

.pkg-card.s-platin .pkg-contact-price {
    border-color: #0160e7;
    background: linear-gradient(180deg, #f0f6ff 0%, #eaf3ff 100%);
}

.pkg-compare-section {
    padding: 70px 0 90px;
    background: #f0f6ff;
}

.pkg-feature-accords {
    max-width: 1100px;
    margin: 0 auto;
}

.pkg-feat-acc {
    background: #fff;
    border-radius: 15px;
    box-shadow: 8px 8px 25px 0 rgba(42, 67, 113, 0.12);
    margin-bottom: 16px;
    overflow: hidden;
}

.pkg-feat-acc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    background: #1a1b1e;
    color: #fff;
    text-align: left;
    padding: 16px 20px;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.35;
    transition: background 0.25s ease;
}

.pkg-feat-acc.is-static .pkg-feat-acc-btn {
    background: #0160e7;
    cursor: default;
}

.pkg-feat-acc:not(.is-static) .pkg-feat-acc-btn:hover {
    background: #23b5b5;
}

.pkg-feat-acc.is-open:not(.is-static) .pkg-feat-acc-btn {
    background: #23b5b5;
}

.pkg-feat-acc-icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pkg-feat-acc-icon i {
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.pkg-feat-acc-icon .up {
    display: none;
}

.pkg-feat-acc.is-open .pkg-feat-acc-icon .down {
    display: none;
}

.pkg-feat-acc.is-open .pkg-feat-acc-icon .up {
    display: inline-block;
}

.pkg-feat-acc-panel {
    padding: 0;
    background: #fff;
}

.pkg-feat-acc-panel[hidden] {
    display: none !important;
}

.pkg-acc-intro {
    padding: 18px 20px 6px;
}

.pkg-acc-intro p {
    margin: 0;
    color: #606060;
    font-size: 14px;
    line-height: 1.7;
}

.pkg-acc-chips {
    padding: 8px 20px 22px;
}

.pkg-acc-chips h4 {
    margin: 8px 0 14px;
    font-size: 15px;
    color: #1a1b1e;
    font-family: "Titillium Web", sans-serif;
}

.pkg-compare-table {
    width: 100%;
    min-width: 720px;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.pkg-compare-table thead th:first-child,
.pkg-compare-table tbody th {
    width: 34%;
}

.pkg-compare-table thead th:not(:first-child),
.pkg-compare-table tbody td {
    width: 16.5%;
}

.pkg-compare-table th,
.pkg-compare-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #eef2f7;
    font-size: 14px;
    vertical-align: middle;
}

.pkg-compare-table thead th {
    background: #23b5b5;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 0.3px;
}

.pkg-compare-table thead th:first-child {
    text-align: left;
    background: #1459ba;
}

.pkg-compare-table tbody th {
    text-align: left;
    font-weight: 600;
    color: #1a1b1e;
    background: #fafbfd;
    width: 32%;
}

.pkg-compare-table tbody td {
    text-align: center;
    color: #606060;
}

.pkg-tick {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #23b5b5;
    position: relative;
    vertical-align: middle;
}

.pkg-tick::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.pkg-cross {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dfe5ee;
    position: relative;
    vertical-align: middle;
}

.pkg-cross::before,
.pkg-cross::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 2px;
    height: 10px;
    background: #8b97a8;
    border-radius: 1px;
}

.pkg-cross::before {
    transform: rotate(45deg);
}

.pkg-cross::after {
    transform: rotate(-45deg);
}

.pkg-compare-table .yes {
    color: #23b5b5;
    font-weight: 700;
}

.pkg-compare-table .no {
    color: #c5cdd8;
}

.pkg-compare-table td.pkg-cell-opt,
.pkg-compare-table td.yes,
.pkg-compare-table td.no {
    text-align: center;
    vertical-align: middle;
}

.pkg-opt {
    display: inline-block;
    color: #0160e7;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.2;
    background: #f0f6ff;
    border: 1px solid #c5ddff;
    border-radius: 20px;
    padding: 5px 10px;
    white-space: nowrap;
}

.pkg-compare-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pkg-compare-hint {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #606060;
    margin: 0 0 22px;
}

.pkg-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pkg-chip-list li {
    background: #f0f6ff;
    border: 1px solid #d2dbe8;
    color: #1a1b1e;
    border-radius: 28px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
}

.pkg-faq-section {
    padding: 40px 0 100px;
}

.pkg-faq-section .ot-accordions {
    max-width: 920px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .pkg-card .pkg-name {
        font-size: 24px;
    }

    .pkg-card {
        padding: 32px 20px 0;
    }
}

@media (max-width: 991px) {
    .pkg-mobile-tabs {
        display: block;
        position: sticky;
        top: 70px;
        z-index: 30;
    }

    .pkg-grid > [class*="col-"] {
        margin-bottom: 0;
        display: none;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pkg-grid > [class*="col-"].is-active {
        display: flex;
    }

    .pkg-card {
        max-width: 480px;
        margin: 0 auto 40px;
        padding: 40px 22px 0;
    }

    .pkg-card .pkg-desc {
        min-height: 0;
    }

    .pkg-card .octf-btn {
        width: calc(100% - 24px);
        margin-left: 12px;
        margin-right: 12px;
    }

    .pkg-intro {
        padding: 40px 0 10px;
    }

    .pkg-pricing-section {
        padding: 30px 0 50px;
    }

    .pkg-compare-section,
    .pkg-faq-section {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .pkg-feat-acc-btn {
        font-size: 13px;
        padding: 14px 16px;
    }

    .pkg-compare-table thead th:first-child {
        position: sticky;
        left: 0;
        z-index: 3;
        background: #1459ba;
        box-shadow: 4px 0 10px rgba(42, 67, 113, 0.08);
    }

    .pkg-compare-table tbody th {
        position: sticky;
        left: 0;
        z-index: 2;
        background: #fafbfd;
        box-shadow: 4px 0 10px rgba(42, 67, 113, 0.08);
    }

    .pkg-highlight-item:hover {
        transform: none;
    }
}

@media (max-width: 767px) {
    .pkg-intro .pkg-lead {
        font-size: 15px;
        padding: 0 6px;
    }

    .pkg-card .pkg-name {
        font-size: 26px;
    }

    .pkg-contact-price .pkg-price-text {
        font-size: 14px;
    }

    .pkg-compare-table th,
    .pkg-compare-table td {
        padding: 10px 12px;
        font-size: 12px;
    }

    .pkg-compare-table thead th,
    .pkg-compare-table tbody td {
        white-space: nowrap;
    }

    .pkg-compare-table tbody th {
        white-space: normal;
        min-width: 150px;
        max-width: 180px;
        word-break: break-word;
    }

    .pkg-compare-table {
        table-layout: fixed;
        min-width: 640px;
    }

    .pkg-compare-table thead th:first-child,
    .pkg-compare-table tbody th {
        width: 36%;
    }

    .pkg-compare-table thead th:not(:first-child),
    .pkg-compare-table tbody td {
        width: 16%;
    }

    .pkg-mobile-tabs {
        top: 60px;
        margin-left: 0;
        margin-right: 0;
    }

    .pkg-chip-list li {
        font-size: 12px;
        padding: 7px 12px;
    }

    .page-header .page-title {
        font-size: 26px !important;
        line-height: 1.3;
        padding: 0 10px;
    }
}


.pkg-card .octf-btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
}

.pkg-grid > [class*="col-"] {
    float: none;
}

@media (min-width: 992px) {
    .pkg-grid > [class*="col-"] {
        display: flex !important;
    }
}

.pkg-compare-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
}

.pkg-feat-acc-panel .pkg-compare-table tbody th {
    background: #fafbfd;
}

/* Sadece boyut — display/toggle’a dokunma (Safari’de çift logo / kaybolan logo olmasın) */
#site-logo img.logo-static,
#site-logo img.logo-scroll,
.mobile_logo img {
    max-width: 220px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.pkg-footer-logo {
    max-width: 200px;
    width: auto;
    height: auto;
}

/* Akınsoft banner: inline scale() yerine sade kutu */
.pkg-akinsoft-banner {
    width: 100%;
    max-width: 280px;
    overflow: hidden;
}
