/* Emparator: Trendyol & Hepsiburada entegrasyon landing'i (/trendyol-hepsiburada-entegrasyonu).
   Tema (theme.min.css) üzerine yalnız bu sayfaya özel parçalar; renkler temanın primary (#01a479) / dark (#2f2f41) paleti. */

.ent-hero {
    padding: 7rem 0 4rem;
}

@media (min-width: 992px) {
    .ent-hero {
        padding: 9rem 0 5rem;
    }
}

.ent-hero h1 {
    font-size: 2.25rem;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .ent-hero h1 {
        font-size: 2.75rem;
    }
}

/* Platform rozetleri: marka logosu yerine marka rengi noktası */
.ent-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1.25rem;
}

.ent-platform {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .35rem .85rem;
    border: 1px solid #e6e8ef;
    border-radius: 999px;
    background: #fff;
    font-size: .85rem;
    font-weight: 700;
    color: #2f2f41;
}

.ent-platform::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f27a1a;
}

.ent-platform.hb::before {
    background: #ff6000;
}

.ent-hero-note {
    font-size: .875rem;
    color: #6c757d;
}

.ent-hero-note i {
    color: #01a479;
}

/* Ekran görüntüsü çerçevesi */
.ent-shot {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 30px 60px -20px rgba(47, 47, 65, .35), 0 0 0 1px rgba(47, 47, 65, .06);
}

.ent-shot-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 12px;
    background: #f3f4f7;
    border-bottom: 1px solid #e6e8ef;
}

.ent-shot-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d5d8e0;
}

.ent-shot-bar span:first-child { background: #ff5f57; }
.ent-shot-bar span:nth-child(2) { background: #febc2e; }
.ent-shot-bar span:nth-child(3) { background: #28c840; }

.ent-shot img {
    display: block;
    width: 100%;
    height: auto;
}

/* Senkron sıklığı şeridi */
.ent-stats {
    border: 1px solid #e6e8ef;
    border-radius: 14px;
    background: #fff;
}

.ent-stat {
    padding: 1.25rem 1rem;
    text-align: center;
}

.ent-stat + .ent-stat {
    border-top: 1px solid #e6e8ef;
}

@media (min-width: 768px) {
    .ent-stat + .ent-stat {
        border-top: 0;
        border-left: 1px solid #e6e8ef;
    }
}

.ent-stat strong {
    display: block;
    font-size: 1.75rem;
    line-height: 1.1;
    color: #01a479;
}

.ent-stat span {
    display: block;
    margin-top: .25rem;
    font-size: .875rem;
    color: #6c757d;
}

/* Özellik kartları */
.ent-card {
    height: 100%;
    padding: 1.75rem;
    border: 1px solid #e6e8ef;
    border-radius: 14px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ent-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px -20px rgba(47, 47, 65, .35);
}

.ent-card h3 {
    font-size: 1.1rem;
    margin: 1rem 0 .5rem;
}

.ent-card p {
    margin: 0;
    color: #535353;
}

.ent-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #e5f6f0;
    color: #01a479;
    font-size: 1.6rem;
}

.ent-icon.alt {
    background: #fff5d9;
    color: #c98a00;
}

/* Adımlar */
.ent-step {
    position: relative;
    padding-left: 4rem;
}

.ent-step-no {
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01a479;
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
}

.ent-step h3 {
    font-size: 1.15rem;
}

.ent-cred {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e6e8ef;
}

.ent-cred h4 {
    font-size: 1rem;
    margin-bottom: .5rem;
}

.ent-cred ul {
    margin: 0;
    padding-left: 1.1rem;
}

.ent-cred li {
    margin-bottom: .2rem;
}

/* Karşılaştırma ve senkron tabloları */
.ent-table th {
    font-weight: 700;
    color: #2f2f41;
}

@media (max-width: 575.98px) {
    .ent-table {
        font-size: .875rem;
    }
}

.ent-table td:first-child {
    font-weight: 700;
    color: #2f2f41;
}

.ent-table .la-times {
    color: #dc3545;
}

.ent-table .la-check {
    color: #01a479;
}

/* SSS */
.ent-faq h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
}

/* Metin içi ve kart linkleri: yalnız renge dayanmasın, kontrast 4.5:1'i geçsin (Lighthouse a11y) */
.ent-faq p a,
.ent-cred p a,
.ent-tools a {
    color: #036f52;
    text-decoration: underline;
    font-weight: 600;
}

/* Son CTA */
.ent-cta {
    border-radius: 18px;
    background: #2f2f41;
    color: #fff;
    padding: 3rem 1.5rem;
}

@media (min-width: 992px) {
    .ent-cta {
        padding: 3.5rem 4rem;
    }
}

.ent-cta h2 {
    color: #fff;
}

/* Koyu zeminde temanın açık yeşil düğmesi kontrastı geçmiyor; beyaz düğme */
.ent-cta .btn-primary,
.ent-cta .btn-primary:hover,
.ent-cta .btn-primary:focus {
    background: #fff;
    border-color: #fff;
    color: #2f2f41;
}

.ent-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ent-check li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: .6rem;
}

.ent-check li::before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #01a479;
}
