@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

/* Jet Teknoloji — sayfa içeriği (header/footer netgsm-theme bileşenleri) */

/* Header shell — yapışkan üst bar + navbar, mega menü taşması */
.jt-header-shell {
    position: sticky;
    top: 0;
    z-index: 1030;
    overflow: visible !important;
    background: #fff;
    transition: box-shadow 0.25s ease;
}

.jt-header-shell.is-scrolled {
    box-shadow: 0 6px 28px rgba(0, 26, 56, 0.1);
}

.jt-header-shell .nav-top-menu {
    position: relative;
    top: auto;
    width: 100%;
    background: linear-gradient(90deg, #001428 0%, #002a52 52%, #001a38 100%);
    border-bottom: 1px solid rgba(0, 95, 236, 0.22);
}

.jt-header-shell #navbar_top {
    background: #fff;
}

.jt-header-shell .navbar {
    overflow: visible !important;
    position: relative;
}

@media (min-width: 992px) {
    .jt-header-shell .navbar-collapse,
    .jt-header-shell #navbarNav,
    .jt-header-shell .navbar-nav {
        overflow: visible !important;
    }

    .jt-header-shell .navbar .dropdown-menu {
        max-height: none !important;
        overflow: visible !important;
    }
}

.jt-header-shell .navbar > .container {
    position: static;
}

.jt-header-shell .navbar .dropdown-menu.megamenu-netgsm {
    overflow: hidden;
}

.jt-nav-top {
    padding: 0.55rem 0;
}

.jt-nav-top-contact {
    font-size: 0.8125rem;
}

.jt-header-shell .nav-top-menu a.jt-nav-top-link {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    opacity: 1;
    padding-left: 0;
    transition: opacity 0.2s ease;
}

.jt-header-shell .nav-top-menu a.jt-nav-top-link i {
    color: #fff;
    opacity: 0.92;
}

.jt-header-shell .nav-top-menu a.jt-nav-top-link:hover,
.jt-header-shell .nav-top-menu a.jt-nav-top-link:focus-visible {
    color: #fff;
    opacity: 0.82;
}

.jt-header-shell .nav-top-menu a.jt-nav-top-link:hover i,
.jt-header-shell .nav-top-menu a.jt-nav-top-link:focus-visible i {
    color: #fff;
    opacity: 0.82;
}

.jt-header-shell .nav-top-menu .jt-nav-top-callback {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.42rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: linear-gradient(135deg, #005fec 0%, #0074f8 52%, #0056d6 100%);
    color: #fff;
    text-decoration: none;
    box-shadow:
        0 2px 10px rgba(0, 95, 236, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease,
        color 0.2s ease;
}

.jt-header-shell .nav-top-menu .jt-nav-top-callback-icon {
    color: #fde047;
    font-size: 0.95em;
    filter: drop-shadow(0 0 5px rgba(253, 224, 71, 0.55));
}

.jt-header-shell .nav-top-menu .jt-nav-top-callback:hover,
.jt-header-shell .nav-top-menu .jt-nav-top-callback:focus-visible {
    background: linear-gradient(135deg, #006eff 0%, #0084ff 52%, #0062ea 100%);
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
    box-shadow:
        0 4px 18px rgba(0, 95, 236, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transform: translateY(-1px);
}

.jt-header-shell .nav-top-menu .jt-nav-top-callback:hover .jt-nav-top-callback-icon,
.jt-header-shell .nav-top-menu .jt-nav-top-callback:focus-visible .jt-nav-top-callback-icon {
    color: #fff7a8;
    filter: drop-shadow(0 0 7px rgba(255, 247, 168, 0.75));
}

/* Kampanya promo bar + geri sayım */
.jt-promo-bar {
    background: linear-gradient(90deg, #047857 0%, #059669 46%, #10b981 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0.2rem 0;
}

.jt-promo-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem 1rem;
    flex-wrap: wrap;
}

.jt-promo-bar__text {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.jt-promo-bar__badge {
    display: inline-block;
    margin-right: 0.35rem;
    padding: 0.05rem 0.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    vertical-align: middle;
}

.jt-promo-bar__text strong {
    font-weight: 700;
}

.jt-promo-bar__sep {
    opacity: 0.92;
    margin: 0 0.12rem;
}

.jt-promo-countdown {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-shrink: 0;
}

.jt-promo-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.08rem;
    min-width: 1.9rem;
}

.jt-promo-countdown__box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.9rem;
    height: 1.45rem;
    padding: 0 0.25rem;
    border-radius: 0.35rem;
    background: rgba(0, 40, 32, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -1px 0 rgba(0, 0, 0, 0.18),
        0 1px 4px rgba(0, 0, 0, 0.1);
}

.jt-promo-countdown__value {
    font-family: 'Share Tech Mono', ui-monospace, monospace;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
}

.jt-promo-countdown__label {
    font-size: 0.5625rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .jt-promo-bar {
        padding: 0.28rem 0;
    }

    .jt-promo-bar__text {
        font-size: 0.75rem;
    }

    .jt-promo-bar__badge {
        display: inline-block;
        width: auto;
        margin: 0 0.3rem 0 0;
    }

    .jt-promo-countdown {
        gap: 0.25rem;
    }

    .jt-promo-countdown__unit {
        min-width: 1.75rem;
    }

    .jt-promo-countdown__box {
        min-width: 1.75rem;
        height: 1.35rem;
    }

    .jt-promo-countdown__value {
        font-size: 0.8125rem;
    }
}

.jt-header-shell #navbar_top {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    border-bottom: 1px solid rgba(0, 26, 56, 0.08);
}

/* Ana navbar menü — hover/focus'ta border ve outline olmasın */
.jt-header-shell .navbar-nav .nav-link,
.jt-header-shell .navbar-nav .nav-link:hover,
.jt-header-shell .navbar-nav .nav-link:focus,
.jt-header-shell .navbar-nav .nav-link:focus-visible,
.jt-header-shell .navbar-nav .nav-link.show,
.jt-header-shell .navbar-nav .nav-link.active,
.jt-header-shell .navbar-nav .dropdown-toggle:hover,
.jt-header-shell .navbar-nav .dropdown-toggle:focus,
.jt-header-shell .navbar-nav .dropdown-toggle:focus-visible,
.jt-header-shell .navbar-nav .dropdown-toggle.show {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Header — Müşteri paneli / giriş yapmış kullanıcı kartı */
.jt-header-auth {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
}

.jt-header-auth-guest,
.jt-header-user-card {
    display: none !important;
}

.jt-header-auth--guest .jt-header-auth-guest {
    display: flex !important;
}

.jt-header-auth--user .jt-header-user-card {
    display: inline-flex !important;
}

.jt-header-auth--checking .jt-header-auth-guest,
.jt-header-auth--checking .jt-header-user-card {
    display: none !important;
    visibility: hidden;
}

.jt-header-user-card {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 1rem 0.5rem 0.55rem;
    border-radius: 0.625rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #0c4a6e 100%);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.22);
    overflow: hidden;
    max-width: min(16rem, 42vw);
    animation: jtHeaderUserCardIn 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jt-header-user-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 35%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 65%
    );
    transform: translateX(-120%);
    animation: jtHeaderUserShine 3.2s ease-in-out infinite;
    pointer-events: none;
}

.jt-header-user-card:hover,
.jt-header-user-card:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.28);
    color: #fff !important;
}

.jt-header-user-card__icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    font-size: 1.35rem;
    animation: jtHeaderUserIconPulse 2.4s ease-in-out infinite;
}

.jt-header-user-card__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    animation: jtHeaderUserNameIn 0.65s ease 0.1s both;
}

@keyframes jtHeaderUserCardIn {
    from {
        opacity: 0;
        transform: translateY(6px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes jtHeaderUserShine {
    0%, 72%, 100% {
        transform: translateX(-120%);
    }
    38% {
        transform: translateX(120%);
    }
}

@keyframes jtHeaderUserIconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
}

@keyframes jtHeaderUserNameIn {
    from {
        opacity: 0;
        transform: translateX(-6px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 991.98px) {
    .jt-header-auth {
        width: 100%;
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(0, 26, 56, 0.08);
    }

    .jt-header-auth-guest {
        width: 100%;
        flex-direction: column;
    }

    .jt-header-auth-guest .btn {
        width: 100%;
    }

    .jt-header-user-card {
        width: 100%;
        max-width: none;
    }
}

.jt-header-shell + .jt-hero,
.jt-header-shell + main.jt-home,
.jt-header-shell + section,
.jt-header-shell + nav,
.jt-header-shell + .jt-page-zoom,
.jt-header-shell + .jt-page-zoom > main.jt-home,
.jt-header-shell + .jt-page-zoom > section,
.jt-header-shell + .jt-page-zoom > nav,
.jt-header-shell + .jt-page-zoom > .jt-hero {
    margin-top: 0;
}

/* Header altı boşluk — Netgsm tema section{margin-top:50px} + hero padding */
.jt-header-shell + nav.jt-breadcrumb-bar,
.jt-header-shell + main > nav.jt-breadcrumb-bar:first-child,
.jt-header-shell + .jt-page-zoom > nav.jt-breadcrumb-bar,
.jt-header-shell + .jt-page-zoom > main > nav.jt-breadcrumb-bar:first-child {
    padding-top: 0;
}

.jt-header-shell + section,
.jt-header-shell + nav.jt-breadcrumb-bar + section,
.jt-header-shell + main > :first-child,
.jt-header-shell + main > nav.jt-breadcrumb-bar:first-child + section,
.jt-header-shell + .jt-page-zoom > section,
.jt-header-shell + .jt-page-zoom > nav.jt-breadcrumb-bar + section,
.jt-header-shell + .jt-page-zoom > main > :first-child,
.jt-header-shell + .jt-page-zoom > main > nav.jt-breadcrumb-bar:first-child + section {
    margin-top: 0 !important;
}

.jt-header-shell + .jt-hero,
.jt-header-shell + nav.jt-breadcrumb-bar + .jt-hero,
.jt-header-shell + main > .jt-hero:first-child,
.jt-header-shell + main > nav.jt-breadcrumb-bar:first-child + .jt-hero,
.jt-header-shell + .jt-page-zoom > .jt-hero,
.jt-header-shell + .jt-page-zoom > nav.jt-breadcrumb-bar + .jt-hero,
.jt-header-shell + .jt-page-zoom > main > .jt-hero:first-child,
.jt-header-shell + .jt-page-zoom > main > nav.jt-breadcrumb-bar:first-child + .jt-hero,
main.jt-home > .jt-hero:first-child {
    padding-top: 0;
}

.jt-header-shell + .jt-hero > .container,
.jt-header-shell + nav.jt-breadcrumb-bar + .jt-hero > .container,
.jt-header-shell + main > .jt-hero:first-child > .container,
.jt-header-shell + main > nav.jt-breadcrumb-bar:first-child + .jt-hero > .container,
.jt-header-shell + .jt-page-zoom > .jt-hero > .container,
.jt-header-shell + .jt-page-zoom > nav.jt-breadcrumb-bar + .jt-hero > .container,
.jt-header-shell + .jt-page-zoom > main > .jt-hero:first-child > .container,
.jt-header-shell + .jt-page-zoom > main > nav.jt-breadcrumb-bar:first-child + .jt-hero > .container,
main.jt-home > .jt-hero:first-child > .container {
    padding-top: 1.25rem;
}

.jt-navbar-logo {
    height: 36px;
    width: auto;
    display: block;
    transition: filter 0.35s ease, transform 0.35s ease;
}

.jt-navbar-brand {
    text-decoration: none;
}

.jt-navbar-brand-card {
    background-color: #fff;
    transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.jt-navbar-brand-divider {
    border-color: var(--globalColor, #000) !important;
    transition: border-color 0.35s ease;
}

.jt-navbar-brand-tagline {
    font-size: 0.75rem;
    line-height: 1.2;
    color: var(--globalColor, #000);
    opacity: 0.75;
    transition: color 0.35s ease, opacity 0.35s ease;
}

.jt-navbar-brand:hover .jt-navbar-brand-card,
.jt-navbar-brand:focus-visible .jt-navbar-brand-card {
    background-color: var(--globalColor, #000) !important;
    border-color: var(--globalColor, #000) !important;
    box-shadow: 0 10px 28px rgba(0, 26, 56, 0.22);
    transform: translateY(-1px);
}

.jt-navbar-brand:hover .jt-navbar-brand-divider,
.jt-navbar-brand:focus-visible .jt-navbar-brand-divider {
    border-color: rgba(255, 255, 255, 0.35) !important;
}

.jt-navbar-brand:hover .jt-navbar-brand-tagline,
.jt-navbar-brand:focus-visible .jt-navbar-brand-tagline {
    color: #fff;
    opacity: 1;
}

.jt-navbar-brand:hover .jt-navbar-logo,
.jt-navbar-brand:focus-visible .jt-navbar-logo {
    filter: brightness(0) invert(1);
    transform: scale(1.02);
}

/* Netgsm mega menü (index.html demo stilleri — megamenu-netgsm) */
.navbar .nav-item.dropdown.has-megamenu,
.navbar .nav-item.dropdown.jt-solutions-megamenu {
    position: static !important;
}

.navbar .has-megamenu,
.navbar .jt-solutions-megamenu {
    position: static !important;
}

.navbar .has-megamenu > .dropdown-menu.megamenu-netgsm {
    width: 750px;
    max-width: calc(100vw - 2rem);
    max-height: none;
    padding: 0;
    border: 1px solid var(--bs-secondary-bg-subtle);
    border-radius: 0 0 12px 12px;
    margin-top: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 9999 !important;
}

.megamenu-netgsm > .d-flex {
    display: flex !important;
    align-items: stretch;
    min-height: 0;
    width: 100%;
}

.megamenu-netgsm .megamenu-left {
    width: 240px;
    min-width: 240px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid #f0f0f0;
    padding: 16px 0;
    align-self: stretch;
}

.megamenu-netgsm .megamenu-right {
    flex: 1;
    background: #f8f9fa;
    padding: 24px;
    min-height: 0;
    position: relative;
    overflow: visible;
    align-self: stretch;
}

.megamenu-netgsm .megamenu-category {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: var(--globalColor);
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
    border: none !important;
    box-shadow: none !important;
}

.megamenu-netgsm .megamenu-category:hover,
.megamenu-netgsm .megamenu-category.active,
.megamenu-netgsm .megamenu-category:focus,
.megamenu-netgsm .megamenu-category:focus-visible {
    background: #f8f9fa;
    color: var(--globalColor);
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.megamenu-netgsm .category-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.megamenu-netgsm .category-icon i {
    font-size: 16px;
}

.megamenu-netgsm .category-name {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.megamenu-netgsm .category-arrow {
    font-size: 12px;
    color: #999;
    margin-left: 8px;
    flex-shrink: 0;
}

.megamenu-netgsm .submenu-panel {
    display: none !important;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    overflow: visible;
    height: auto;
}

.megamenu-netgsm .submenu-panel.active {
    display: block !important;
}

.megamenu-netgsm .submenu-item {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: var(--globalColor);
    border-radius: 8px;
    transition: all 0.2s;
    margin-bottom: 4px;
}

.megamenu-netgsm .submenu-item:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: var(--globalColor);
}

.megamenu-netgsm .submenu-item strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.megamenu-netgsm .submenu-desc {
    display: block;
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

.megamenu-netgsm .kampanya-banner {
    box-shadow: 0 4px 15px rgba(0, 95, 236, 0.25);
}

/* Ücretsiz E-Ticaret megamenü görseli */
.jt-megamenu-free-panel {
    padding: 0 !important;
    background: transparent !important;
}

.jt-megamenu-packages .megamenu-right:has(.jt-megamenu-free-panel.active) {
    padding: 16px;
    background: linear-gradient(145deg, #f8fbff 0%, #eef4fd 100%);
}

.jt-megamenu-free-visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 1rem;
    align-items: center;
    min-height: 280px;
}

.jt-megamenu-free-visual__copy {
    padding: 0.25rem 0.35rem 0.25rem 0.15rem;
}

.jt-megamenu-free-visual__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.65rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.jt-megamenu-free-visual__title {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--globalColor, #111);
}

.jt-megamenu-free-visual__speed {
    display: inline;
    margin: 0 0.12rem;
    padding: 0.08rem 0.4rem;
    border-radius: 0.35rem;
    background: rgba(0, 95, 236, 0.1);
    border: 1px solid rgba(0, 95, 236, 0.12);
    color: #1e4a8c;
    white-space: nowrap;
}

.jt-megamenu-free-visual__lead {
    margin-bottom: 0.75rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #5f6b7c;
}

.jt-megamenu-free-visual__features li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.18rem 0;
    font-size: 0.78rem;
    color: #444;
}

.jt-megamenu-free-visual__features i {
    color: #16a34a;
    font-size: 0.72rem;
}

.jt-megamenu-free-visual__cta {
    margin-top: 0.9rem;
    padding: 0.5rem 0.95rem;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 95, 236, 0.2);
}

.jt-megamenu-free-visual__scene {
    position: relative;
    min-height: 220px;
}

.jt-megamenu-free-visual__timer {
    position: absolute;
    top: -0.35rem;
    left: -0.15rem;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff 0%, #f4f8ff 100%);
    border: 2px solid rgba(0, 95, 236, 0.18);
    box-shadow: 0 10px 24px rgba(0, 95, 236, 0.14);
}

.jt-megamenu-free-visual__timer-ring {
    grid-area: 1 / 1;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #005fec;
    border-right-color: rgba(0, 95, 236, 0.35);
    animation: jt-megamenu-free-timer-spin 2.8s linear infinite;
    pointer-events: none;
}

.jt-megamenu-free-visual__timer-inner {
    grid-area: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    width: 100%;
    padding: 0 0.35rem;
    text-align: center;
    line-height: 1;
}

.jt-megamenu-free-visual__timer-value {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    color: #005fec;
    line-height: 1;
}

.jt-megamenu-free-visual__timer-label {
    display: block;
    max-width: 3.4rem;
    font-size: 0.5rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.jt-megamenu-free-visual__browser {
    position: relative;
    margin: 1.35rem 0 0 1.75rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.12);
    box-shadow:
        0 4px 10px rgba(15, 23, 42, 0.05),
        0 18px 36px rgba(0, 95, 236, 0.12);
    overflow: hidden;
}

.jt-megamenu-free-visual__browser-bar {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.55rem;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.jt-megamenu-free-visual__browser-bar span {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #cbd5e1;
}

.jt-megamenu-free-visual__browser-bar span:first-child {
    background: #f87171;
}

.jt-megamenu-free-visual__browser-bar span:nth-child(2) {
    background: #fbbf24;
}

.jt-megamenu-free-visual__browser-bar span:nth-child(3) {
    background: #4ade80;
}

.jt-megamenu-free-visual__browser-url {
    flex: 1;
    margin-left: 0.35rem;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: #fff;
    font-size: 0.58rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jt-megamenu-free-visual__browser-body {
    padding: 0.65rem;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.jt-megamenu-free-visual__store-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.55rem;
}

.jt-megamenu-free-visual__store-logo {
    width: 2.4rem;
    height: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #005fec, #3b82f6);
}

.jt-megamenu-free-visual__store-nav {
    width: 3.2rem;
    height: 0.35rem;
    border-radius: 999px;
    background: #e2e8f0;
}

.jt-megamenu-free-visual__store-hero {
    padding: 0.55rem;
    margin-bottom: 0.55rem;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(0, 95, 236, 0.12) 0%, rgba(59, 130, 246, 0.06) 100%);
}

.jt-megamenu-free-visual__store-title {
    display: block;
    width: 72%;
    height: 0.42rem;
    margin-bottom: 0.4rem;
    border-radius: 999px;
    background: rgba(0, 95, 236, 0.22);
}

.jt-megamenu-free-visual__store-btn {
    display: block;
    width: 38%;
    height: 0.38rem;
    border-radius: 999px;
    background: #005fec;
}

.jt-megamenu-free-visual__store-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.35rem;
}

.jt-megamenu-free-visual__store-grid span {
    aspect-ratio: 1;
    border-radius: 6px;
    background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 100%);
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.jt-megamenu-free-visual__browser-check {
    position: absolute;
    right: -0.55rem;
    bottom: -0.55rem;
    width: 1.65rem;
    height: 1.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    font-size: 0.72rem;
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.35);
    animation: jt-megamenu-free-check-pop 0.55s ease 0.35s both;
}

@keyframes jt-megamenu-free-timer-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes jt-megamenu-free-check-pop {
    0% {
        transform: scale(0.4);
        opacity: 0;
    }
    70% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .jt-megamenu-free-visual {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .jt-megamenu-free-visual__scene {
        min-height: 190px;
    }

    .jt-megamenu-free-visual__browser {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jt-megamenu-free-visual__timer-ring,
    .jt-megamenu-free-visual__browser-check {
        animation: none;
    }
}

.jt-megamenu-packages .jt-megamenu-footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.875rem 1.25rem;
    background: #fff;
    border-top: 1px solid #e9ecef;
}

.jt-megamenu-packages .jt-megamenu-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--globalColor, #000);
    text-decoration: none;
    transition: color 0.2s ease;
}

.jt-megamenu-packages .jt-megamenu-footer-link:hover,
.jt-megamenu-packages .jt-megamenu-footer-link:focus-visible {
    color: var(--firstColor, #005fec);
}

.jt-megamenu-packages .jt-megamenu-footer-link--start {
    margin-right: auto;
}

.jt-megamenu-packages .jt-megamenu-footer-link--end {
    margin-left: auto;
}

.jt-megamenu-packages .jt-megamenu-footer-link--disabled {
    opacity: 0.55;
    cursor: default;
    pointer-events: none;
}

@media (min-width: 992px) {
    .jt-megamenu-packages > .d-flex {
        min-height: 360px;
    }
}

@media (max-width: 991.98px) {
    html,
    body {
        overflow-x: hidden;
        width: 100%;
    }

    main.jt-home,
    .jt-hero,
    .jt-ticker-row,
    .jt-brands-ticker-row {
        overflow-x: hidden;
        max-width: 100%;
    }

    .jt-hero-promo-card {
        overflow: hidden;
        max-width: 100%;
    }

    .jt-header-shell {
        overflow-x: hidden;
        width: 100%;
    }

    .jt-header-shell .navbar,
    .jt-header-shell .navbar > .container {
        overflow-x: hidden;
    }

    .jt-header-shell .navbar-nav .nav-item.dropdown {
        display: block;
        width: 100%;
        position: relative;
    }

    .jt-header-shell .navbar .dropdown-menu,
    .jt-header-shell .navbar .dropdown-menu.show,
    .jt-header-shell .navbar .dropdown-menu[data-bs-popper],
    .jt-header-shell .navbar .dropdown-menu.jt-header-mega--positioned,
    body > .dropdown-menu.jt-header-mega--positioned {
        position: static !important;
        inset: auto !important;
        float: none !important;
        transform: none !important;
        translate: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
        overflow-x: hidden !important;
    }

    .navbar .has-megamenu,
    .navbar .jt-solutions-megamenu,
    .navbar .jt-corporate-megamenu {
        position: relative !important;
    }

    /* Üst bar */
    .jt-header-shell .jt-nav-top {
        padding: 0.45rem 0;
    }

    .jt-header-shell .jt-nav-top-contact {
        gap: 0.65rem !important;
        font-size: 0.75rem;
    }

    .jt-header-shell .nav-top-menu .container > .d-flex {
        flex-direction: column;
        align-items: stretch !important;
        gap: 0.5rem;
    }

    .jt-header-shell .nav-top-menu .jt-nav-top-callback {
        width: 100%;
        justify-content: center;
        min-height: 40px;
    }

    /* Navbar — hamburger ve marka */
    .jt-header-shell #navbar_top {
        padding-top: 0.65rem !important;
        padding-bottom: 0.65rem !important;
    }

    .jt-header-shell .navbar-toggler {
        min-width: 44px;
        min-height: 44px;
        padding: 0.5rem;
        border: 1px solid rgba(0, 26, 56, 0.12);
        border-radius: 0.5rem;
    }

    .jt-header-shell .jt-navbar-brand-card {
        padding: 0.35rem 0.5rem !important;
    }

    .jt-header-shell .jt-navbar-logo {
        height: 30px;
    }

    .jt-header-shell .jt-navbar-brand-tagline {
        font-size: 0.65rem;
    }

    /* Açılır menü paneli — container kenarına kadar genişlet */
    .jt-header-shell #navbarNav.navbar-collapse {
        max-height: calc(100svh - var(--jt-mobile-nav-offset, 8rem));
        overflow-y: auto;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        margin-top: 0.5rem;
        width: calc(100% + var(--bs-gutter-x, 1.5rem) * 2);
        max-width: calc(100% + var(--bs-gutter-x, 1.5rem) * 2);
        margin-left: calc(var(--bs-gutter-x, 1.5rem) * -1);
        margin-right: calc(var(--bs-gutter-x, 1.5rem) * -1);
        padding-top: 0.25rem;
        padding-bottom: 1rem;
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
        box-sizing: border-box;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .jt-header-shell #navbarNav.navbar-collapse::-webkit-scrollbar {
        display: none;
    }

    .jt-header-shell .navbar-nav,
    .jt-header-shell .navbar-collapse {
        width: 100%;
        overflow-x: hidden !important;
    }

    .jt-header-shell #navbarNav.show,
    .jt-header-shell #navbarNav.collapsing {
        border-top: 1px solid rgba(0, 26, 56, 0.08);
    }

    .jt-header-shell .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(0, 26, 56, 0.06);
    }

    .jt-header-shell .navbar-nav .nav-link {
        padding: 0.85rem 0.25rem;
        font-size: 1rem;
        font-weight: 600;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .jt-header-shell .navbar-nav .dropdown-toggle::after {
        margin-left: auto;
        transition: transform 0.2s ease;
    }

    .jt-header-shell .navbar-nav .dropdown-toggle.show::after,
    .jt-header-shell .navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }

    .jt-header-shell .navbar-collapse > .d-flex {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem !important;
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(0, 26, 56, 0.08);
    }

    .jt-header-shell .navbar-collapse > .d-flex > .dropdown,
    .jt-header-shell .navbar-collapse > .d-flex > .btn,
    .jt-header-shell .navbar-collapse > .d-flex .dropdown > .btn {
        width: 100%;
        min-height: 44px;
        justify-content: center;
    }

    .jt-header-shell .navbar-collapse > .d-flex .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        border: 1px solid #e9ecef;
        box-shadow: none;
        margin-top: 0.25rem;
    }

    .navbar .has-megamenu > .dropdown-menu.megamenu-netgsm,
    .navbar .jt-solutions-megamenu > .dropdown-menu.jt-solutions-dropdown,
    .navbar .jt-corporate-megamenu > .dropdown-menu.jt-solutions-dropdown {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        position: static !important;
        transform: none !important;
        box-shadow: none;
        border: none;
        border-radius: 0;
        margin-top: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0;
        z-index: auto !important;
    }

    /* main.min.css hover kuralını geçersiz kıl — dokunmatikte :hover takılı kalınca menü kapanmıyordu */
    .jt-header-shell .navbar .nav-item:hover > .dropdown-menu:not(.show),
    .jt-header-shell .navbar .nav-item:focus-within > .dropdown-menu:not(.show),
    .jt-header-shell .navbar .has-megamenu > .dropdown-menu.megamenu-netgsm:not(.show),
    .jt-header-shell .navbar .jt-solutions-megamenu > .dropdown-menu.jt-solutions-dropdown:not(.show),
    .jt-header-shell .navbar .jt-corporate-megamenu > .dropdown-menu.jt-solutions-dropdown:not(.show),
    .jt-header-shell #navbarNav .dropdown-menu:not(.show) {
        display: none !important;
        visibility: hidden !important;
        max-height: 0 !important;
        overflow: hidden !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        border-width: 0 !important;
        pointer-events: none !important;
    }

    .jt-header-shell .navbar .has-megamenu > .dropdown-menu.megamenu-netgsm.show,
    .jt-header-shell .navbar .jt-solutions-megamenu > .dropdown-menu.jt-solutions-dropdown.show,
    .jt-header-shell .navbar .jt-corporate-megamenu > .dropdown-menu.jt-solutions-dropdown.show,
    .jt-header-shell #navbarNav .dropdown-menu.show {
        display: block !important;
        visibility: visible !important;
        max-height: none !important;
        pointer-events: auto !important;
    }

    .megamenu-netgsm,
    .megamenu-netgsm > .d-flex,
    .jt-solutions-dropdown,
    .jt-solutions-dropdown__inner,
    .jt-megamenu-packages {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    .megamenu-netgsm .submenu-panel .row {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu-netgsm .submenu-panel .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .navbar .dropdown-menu.jt-header-dropdown--aligned {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .megamenu-netgsm > .d-flex {
        flex-direction: column;
        min-height: 0;
    }

    .megamenu-netgsm .megamenu-left {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        contain: inline-size;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        gap: 0.35rem;
        padding: 0.65rem 0.75rem;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        scrollbar-width: none;
    }

    .megamenu-netgsm .megamenu-left::-webkit-scrollbar {
        display: none;
    }

    .megamenu-netgsm .megamenu-category {
        flex: 0 0 auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-width: 88px;
        max-width: 110px;
        padding: 0.55rem 0.4rem;
        border-radius: 0.65rem;
        border: 1px solid #e9ecef;
        scroll-snap-align: start;
        background: #fff;
    }

    .megamenu-netgsm .megamenu-category.active {
        border-color: var(--firstColor, #005fec);
        background: rgba(0, 95, 236, 0.06);
    }

    .megamenu-netgsm .category-icon {
        margin-right: 0;
        margin-bottom: 0.35rem;
        width: 32px;
        height: 32px;
    }

    .megamenu-netgsm .category-name {
        font-size: 0.68rem;
        line-height: 1.2;
        flex: none;
    }

    .megamenu-netgsm .category-arrow {
        display: none;
    }

    .megamenu-netgsm .megamenu-right {
        min-height: 0;
        width: 100%;
        max-width: 100%;
        padding: 0.75rem;
        max-height: min(50vh, 420px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .megamenu-netgsm .megamenu-right:not(:has(.submenu-panel.active)) {
        display: none;
        padding: 0;
        max-height: 0;
    }

    .jt-megamenu-free-visual,
    .jt-megamenu-free-visual__scene,
    .jt-megamenu-free-visual__copy {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .megamenu-netgsm .submenu-panel {
        display: none !important;
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        overflow: visible;
    }

    .megamenu-netgsm .submenu-panel.active {
        display: block !important;
    }

    .megamenu-netgsm .submenu-item {
        min-height: 44px;
        padding: 0.75rem 0.65rem;
    }

    .jt-megamenu-packages .jt-megamenu-footer-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .jt-megamenu-packages .jt-megamenu-footer-link {
        justify-content: center;
        min-height: 44px;
        padding: 0.5rem;
        border-radius: 0.5rem;
        background: #f8f9fa;
    }

    .jt-megamenu-packages .jt-megamenu-footer-link--start,
    .jt-megamenu-packages .jt-megamenu-footer-link--end {
        margin-left: 0;
        margin-right: 0;
    }

    .jt-solutions-dropdown__inner {
        padding: 0.75rem 0.5rem;
    }

    .jt-solutions-dropdown-cols,
    .jt-corporate-dropdown-cols {
        grid-template-columns: 1fr;
        gap: 0.75rem 0;
    }

    .jt-solutions-dropdown-col:first-child {
        grid-column: auto;
    }

    .jt-solutions-dropdown-col-grid--split {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .jt-solutions-dropdown-col--border {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid var(--bs-border-color, #dee2e6);
        padding-top: 0.75rem;
    }

    .jt-solutions-dropdown .dropdown-item {
        min-height: 44px;
        padding: 0.55rem 0.5rem;
        font-size: 0.9rem;
    }
}

.jt-hero {
    background: linear-gradient(135deg, var(--firstBgColor, #f2f7fe) 0%, #fff 60%);
}

.jt-hero-home > .container {
    padding-top: 1.25rem;
    padding-bottom: var(--jt-section-inner-padding, 50px);
}

/* Ana sayfa — section arka plan tonları (sıralı beyaz / soft alternasyon) */
main.jt-home > .jt-home-section {
    padding-top: clamp(2.75rem, 5vw, 3.75rem);
    padding-bottom: clamp(2.75rem, 5vw, 3.75rem);
}

main.jt-home > .jt-home-section.jt-home-tone--white {
    background-color: #fff;
}

main.jt-home > .jt-home-section.jt-home-tone--soft {
    background-color: var(--firstBgColor, #f2f7fe);
}

main.jt-home > .jt-home-section.jt-home-tone--muted {
    background-color: #f5f7fa;
}

main.jt-home > .jt-home-section.jt-home-tone--pale {
    background: linear-gradient(135deg, #001428 0%, #002a52 52%, #003d73 100%);
    color: #e8eef5;
}

main.jt-home > .jt-home-section.jt-home-tone--pale .jt-home-section__title {
    color: #fff;
}

main.jt-home > .jt-home-section.jt-home-tone--pale .jt-home-section__lead,
main.jt-home > .jt-home-section.jt-home-tone--pale .jt-mobile-points li {
    color: rgba(232, 238, 245, 0.88);
}

main.jt-home > .jt-home-section.jt-home-tone--pale .jt-home-eyebrow {
    color: #7eb8ff;
}

main.jt-home > .jt-home-section.jt-home-tone--cta,
main.jt-home > .jt-home-section.jt-home-cta-section {
    background-color: #fff;
}

/* Eski section sınıfları ton ile çakışmasın */
main.jt-home > .jt-why-section,
main.jt-home > .jt-marketplace-section,
main.jt-home > .jt-steps-section,
main.jt-home > .jt-video-section,
main.jt-home > .jt-live-demo-section {
    background: transparent;
}

/* Hero — pazaryeri orbit animasyonu */
.jt-hero-orbit {
    --jt-orbit-size: 340px;
    --jt-orbit-radius: 128px;
    --jt-orbit-badge: 66px;
    --jt-orbit-duration: 52s;
    position: relative;
    width: var(--jt-orbit-size);
    height: var(--jt-orbit-size);
    margin-inline: auto;
    flex: 0 0 auto;
}

.jt-hero-orbit__glow {
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 95, 236, 0.14) 0%, rgba(0, 95, 236, 0.03) 55%, transparent 72%);
    pointer-events: none;
}

.jt-hero-orbit__track {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed rgba(0, 95, 236, 0.16);
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 36%, rgba(242, 247, 254, 0.55) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.85),
        0 18px 42px rgba(0, 26, 56, 0.08);
}

.jt-hero-orbit__spin {
    position: absolute;
    inset: 0;
    animation: jt-hero-orbit-spin var(--jt-orbit-duration) linear infinite;
}

.jt-hero-orbit__node {
    position: absolute;
    inset: 0;
    transform: rotate(var(--jt-orbit-angle));
    pointer-events: none;
}

.jt-hero-orbit__badge {
    position: absolute;
    top: calc(50% - var(--jt-orbit-radius));
    left: 50%;
    width: var(--jt-orbit-badge);
    height: var(--jt-orbit-badge);
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.1);
    box-shadow: 0 8px 20px rgba(0, 26, 56, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-orbit-angle)));
    animation: jt-hero-orbit-counter var(--jt-orbit-duration) linear infinite;
}

.jt-hero-orbit__logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.jt-hero-orbit__logo--wide {
    width: 92%;
    height: auto;
    max-height: 78%;
}

.jt-hero-orbit__logo--icon {
    width: 78%;
    height: 78%;
}

.jt-hero-orbit__fallback {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--firstColor, #005fec);
    letter-spacing: 0.02em;
}

.jt-hero-orbit__core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112px;
    height: 112px;
    margin: -56px 0 0 -56px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.12);
    box-shadow:
        0 14px 34px rgba(0, 95, 236, 0.14),
        inset 0 0 0 6px rgba(0, 95, 236, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.jt-hero-orbit__jet {
    width: 76px;
    height: auto;
    display: block;
    object-fit: contain;
}

@keyframes jt-hero-orbit-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes jt-hero-orbit-counter {
    from {
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-orbit-angle)));
    }
    to {
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-orbit-angle) - 360deg));
    }
}

@media (prefers-reduced-motion: reduce) {
    .jt-hero-orbit__spin {
        animation: none;
    }

    .jt-hero-orbit__badge {
        animation: none;
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-orbit-angle)));
    }
}

/* Hero — e-İhracat ikon orbit animasyonu */
.jt-hero-eexport-orbit {
    --jt-exp-size: 370px;
    --jt-exp-outer-r: 132px;
    --jt-exp-inner-r: 90px;
    --jt-exp-outer-duration: 48s;
    --jt-exp-inner-duration: 32s;
    position: relative;
    width: var(--jt-exp-size);
    height: var(--jt-exp-size);
    margin-inline: auto;
    flex: 0 0 auto;
}

.jt-hero-eexport-orbit__halo {
    position: absolute;
    inset: 4% 2% 8%;
    border-radius: 50%;
    background:
        radial-gradient(ellipse 70% 55% at 50% 46%, rgba(13, 148, 136, 0.18) 0%, rgba(0, 95, 236, 0.07) 45%, transparent 72%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.95) 0%, transparent 58%);
    pointer-events: none;
}

.jt-hero-eexport-orbit__globe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 210px;
    height: 210px;
    margin: -105px 0 0 -105px;
    border-radius: 50%;
    border: 1px solid rgba(13, 148, 136, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    pointer-events: none;
    animation: jt-hero-eexport-globe-spin 80s linear infinite;
}

.jt-hero-eexport-orbit__globe-line {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(13, 148, 136, 0.12);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.jt-hero-eexport-orbit__globe-line--1 {
    width: 88%;
    height: 38%;
}

.jt-hero-eexport-orbit__globe-line--2 {
    width: 62%;
    height: 62%;
    transform: translate(-50%, -50%) rotate(58deg);
}

.jt-hero-eexport-orbit__globe-line--3 {
    width: 62%;
    height: 62%;
    transform: translate(-50%, -50%) rotate(-58deg);
}

.jt-hero-eexport-orbit__particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.jt-hero-eexport-orbit__particle {
    position: absolute;
    font-size: 0.72rem;
    font-weight: 800;
    color: rgba(13, 148, 136, 0.55);
    animation: jt-hero-eexport-particle 5.5s ease-in-out infinite;
}

.jt-hero-eexport-orbit__particle--1 {
    top: 14%;
    left: 18%;
    animation-delay: 0s;
}

.jt-hero-eexport-orbit__particle--2 {
    top: 22%;
    right: 12%;
    color: rgba(0, 95, 236, 0.5);
    animation-delay: 0.8s;
}

.jt-hero-eexport-orbit__particle--3 {
    bottom: 18%;
    left: 10%;
    color: rgba(99, 102, 241, 0.5);
    animation-delay: 1.4s;
}

.jt-hero-eexport-orbit__particle--4 {
    bottom: 12%;
    right: 20%;
    color: rgba(217, 119, 6, 0.55);
    animation-delay: 2s;
}

.jt-hero-eexport-orbit__field {
    position: absolute;
    inset: 0;
}

.jt-hero-eexport-orbit__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.jt-hero-eexport-orbit__ring--outer {
    width: calc(var(--jt-exp-outer-r) * 2);
    height: calc(var(--jt-exp-outer-r) * 2);
    margin: calc(var(--jt-exp-outer-r) * -1) 0 0 calc(var(--jt-exp-outer-r) * -1);
    border: 1px dashed rgba(13, 148, 136, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.jt-hero-eexport-orbit__ring--inner {
    width: calc(var(--jt-exp-inner-r) * 2);
    height: calc(var(--jt-exp-inner-r) * 2);
    margin: calc(var(--jt-exp-inner-r) * -1) 0 0 calc(var(--jt-exp-inner-r) * -1);
    border: 1px dotted rgba(0, 95, 236, 0.2);
}

.jt-hero-eexport-orbit__rotator {
    position: absolute;
    inset: 0;
}

.jt-hero-eexport-orbit__rotator--forward {
    animation: jt-hero-eexport-spin-forward var(--jt-exp-outer-duration) linear infinite;
}

.jt-hero-eexport-orbit__rotator--reverse {
    animation: jt-hero-eexport-spin-reverse var(--jt-exp-inner-duration) linear infinite;
}

.jt-hero-eexport-orbit__node {
    --jt-exp-radius: var(--jt-exp-outer-r);
    position: absolute;
    inset: 0;
    transform: rotate(var(--jt-exp-angle));
    pointer-events: none;
}

.jt-hero-eexport-orbit__ring--inner .jt-hero-eexport-orbit__node {
    --jt-exp-radius: var(--jt-exp-inner-r);
}

.jt-hero-eexport-orbit__chip {
    position: absolute;
    top: calc(50% - var(--jt-exp-radius));
    left: 50%;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.1);
    box-shadow: 0 10px 24px rgba(0, 26, 56, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-exp-angle)));
    animation:
        jt-hero-eexport-counter-forward var(--jt-exp-outer-duration) linear infinite,
        jt-hero-eexport-chip-float 3.4s ease-in-out infinite;
    animation-delay: 0s, var(--jt-exp-float-delay, 0s);
}

.jt-hero-eexport-orbit__ring--inner .jt-hero-eexport-orbit__chip {
    width: 46px;
    height: 46px;
    animation:
        jt-hero-eexport-counter-reverse var(--jt-exp-inner-duration) linear infinite,
        jt-hero-eexport-chip-float 3s ease-in-out infinite;
    animation-delay: 0s, var(--jt-exp-float-delay, 0s);
}

.jt-hero-eexport-orbit__chip i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.jt-hero-eexport-orbit__ring--inner .jt-hero-eexport-orbit__chip i {
    width: 36px;
    height: 36px;
    font-size: 0.92rem;
}

.jt-hero-eexport-orbit__chip--teal i {
    background: linear-gradient(145deg, #0d9488 0%, #14b8a6 100%);
}

.jt-hero-eexport-orbit__chip--blue i {
    background: linear-gradient(145deg, #005fec 0%, #3b82f6 100%);
}

.jt-hero-eexport-orbit__chip--amber i {
    background: linear-gradient(145deg, #d97706 0%, #f59e0b 100%);
}

.jt-hero-eexport-orbit__chip--violet i {
    background: linear-gradient(145deg, #6d28d9 0%, #8b5cf6 100%);
}

.jt-hero-eexport-orbit__core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    margin: -59px 0 0 -59px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.2);
    box-shadow:
        0 18px 40px rgba(0, 95, 236, 0.14),
        inset 0 0 0 6px rgba(13, 148, 136, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.jt-hero-eexport-orbit__core-pulse {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(13, 148, 136, 0.3);
    animation: jt-hero-eexport-pulse 2.9s ease-out infinite;
    pointer-events: none;
}

.jt-hero-eexport-orbit__core-pulse--delayed {
    animation-delay: 1.45s;
    border-color: rgba(0, 95, 236, 0.22);
}

.jt-hero-eexport-orbit__jet {
    width: 74px;
    height: auto;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

@keyframes jt-hero-eexport-globe-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes jt-hero-eexport-spin-forward {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes jt-hero-eexport-spin-reverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@keyframes jt-hero-eexport-counter-forward {
    from {
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-exp-angle)));
    }
    to {
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-exp-angle) - 360deg));
    }
}

@keyframes jt-hero-eexport-counter-reverse {
    from {
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-exp-angle)));
    }
    to {
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-exp-angle) + 360deg));
    }
}

@keyframes jt-hero-eexport-chip-float {
    0%,
    100% {
        margin-top: 0;
    }
    50% {
        margin-top: -5px;
    }
}

@keyframes jt-hero-eexport-particle {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.45;
    }
    50% {
        transform: translateY(-6px);
        opacity: 0.9;
    }
}

@keyframes jt-hero-eexport-pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.12);
        opacity: 0;
    }
    100% {
        transform: scale(1.12);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jt-hero-eexport-orbit__globe,
    .jt-hero-eexport-orbit__rotator--forward,
    .jt-hero-eexport-orbit__rotator--reverse,
    .jt-hero-eexport-orbit__particle {
        animation: none;
    }

    .jt-hero-eexport-orbit__chip {
        animation: none;
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-exp-angle)));
    }

    .jt-hero-eexport-orbit__core-pulse {
        animation: none;
        opacity: 0.35;
    }
}

/* Hero — Muhasebe grafik orbit animasyonu */
.jt-hero-accounting-orbit {
    --jt-acc-size: 370px;
    --jt-acc-outer-r: 134px;
    --jt-acc-inner-r: 88px;
    --jt-acc-outer-duration: 54s;
    --jt-acc-inner-duration: 34s;
    position: relative;
    width: var(--jt-acc-size);
    height: var(--jt-acc-size);
    margin-inline: auto;
    flex: 0 0 auto;
}

.jt-hero-accounting-orbit__glow {
    position: absolute;
    inset: 6% 4% 10%;
    border-radius: 50%;
    overflow: hidden;
    background:
        radial-gradient(ellipse 72% 58% at 50% 48%, rgba(0, 95, 236, 0.16) 0%, rgba(71, 85, 105, 0.08) 42%, transparent 74%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.96) 0%, transparent 60%);
    pointer-events: none;
}

.jt-hero-accounting-orbit__grid {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background-image:
        linear-gradient(rgba(0, 95, 236, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 95, 236, 0.07) 1px, transparent 1px);
    background-size: 18px 18px;
    mask-image: radial-gradient(circle at center, #000 35%, transparent 72%);
    animation: jt-hero-acc-grid-pulse 4.5s ease-in-out infinite;
}

.jt-hero-accounting-orbit__scan {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 42%,
        rgba(16, 185, 129, 0.12) 49%,
        rgba(0, 95, 236, 0.14) 51%,
        transparent 58%
    );
    animation: jt-hero-acc-scan 5.8s ease-in-out infinite;
}

.jt-hero-accounting-orbit__axis {
    position: absolute;
    background: rgba(71, 85, 105, 0.18);
    pointer-events: none;
}

.jt-hero-accounting-orbit__axis--x {
    left: 14%;
    right: 14%;
    top: 58%;
    height: 1px;
    animation: jt-hero-acc-axis-fade 3.2s ease-in-out infinite;
}

.jt-hero-accounting-orbit__axis--y {
    top: 18%;
    bottom: 22%;
    left: 42%;
    width: 1px;
    animation: jt-hero-acc-axis-fade 3.2s ease-in-out infinite 0.8s;
}

.jt-hero-accounting-orbit__particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.jt-hero-accounting-orbit__particle {
    position: absolute;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(0, 95, 236, 0.55);
    animation: jt-hero-acc-particle 4.8s ease-in-out infinite;
}

.jt-hero-accounting-orbit__particle--1 { top: 12%; left: 16%; animation-delay: 0s; }
.jt-hero-accounting-orbit__particle--2 { top: 20%; right: 14%; color: rgba(16, 185, 129, 0.6); animation-delay: 0.7s; }
.jt-hero-accounting-orbit__particle--3 { bottom: 20%; left: 12%; color: rgba(71, 85, 105, 0.65); font-size: 0.62rem; animation-delay: 1.2s; }
.jt-hero-accounting-orbit__particle--4 { bottom: 14%; right: 18%; color: rgba(109, 40, 217, 0.55); animation-delay: 1.8s; }
.jt-hero-accounting-orbit__particle--5 { top: 46%; right: 8%; color: rgba(217, 119, 6, 0.55); animation-delay: 2.4s; }

.jt-hero-accounting-orbit__field {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.jt-hero-accounting-orbit__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.jt-hero-accounting-orbit__ring--outer {
    width: calc(var(--jt-acc-outer-r) * 2);
    height: calc(var(--jt-acc-outer-r) * 2);
    margin: calc(var(--jt-acc-outer-r) * -1) 0 0 calc(var(--jt-acc-outer-r) * -1);
    border: 1px dashed rgba(71, 85, 105, 0.22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.jt-hero-accounting-orbit__ring--inner {
    width: calc(var(--jt-acc-inner-r) * 2);
    height: calc(var(--jt-acc-inner-r) * 2);
    margin: calc(var(--jt-acc-inner-r) * -1) 0 0 calc(var(--jt-acc-inner-r) * -1);
    border: 1px dotted rgba(0, 95, 236, 0.22);
}

.jt-hero-accounting-orbit__rotator {
    position: absolute;
    inset: 0;
}

.jt-hero-accounting-orbit__rotator--forward {
    animation: jt-hero-acc-spin-forward var(--jt-acc-outer-duration) linear infinite;
}

.jt-hero-accounting-orbit__rotator--reverse {
    animation: jt-hero-acc-spin-reverse var(--jt-acc-inner-duration) linear infinite;
}

.jt-hero-accounting-orbit__node {
    --jt-acc-radius: var(--jt-acc-outer-r);
    position: absolute;
    inset: 0;
    transform: rotate(var(--jt-acc-angle));
    pointer-events: none;
}

.jt-hero-accounting-orbit__ring--inner .jt-hero-accounting-orbit__node {
    --jt-acc-radius: var(--jt-acc-inner-r);
}

.jt-hero-accounting-orbit__card {
    position: absolute;
    top: calc(50% - var(--jt-acc-radius));
    left: 50%;
    width: 64px;
    height: 50px;
    padding: 0.35rem 0.4rem;
    border-radius: 0.75rem;
    background: #fff;
    border: 1px solid rgba(71, 85, 105, 0.12);
    box-shadow: 0 10px 24px rgba(0, 26, 56, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-acc-angle)));
    animation:
        jt-hero-acc-counter-forward var(--jt-acc-outer-duration) linear infinite,
        jt-hero-acc-card-float 3.6s ease-in-out infinite;
    animation-delay: 0s, var(--jt-acc-float-delay, 0s);
}

.jt-hero-accounting-orbit__card--sm {
    width: 54px;
    height: 44px;
    padding: 0.3rem;
    border-radius: 0.65rem;
    animation:
        jt-hero-acc-counter-reverse var(--jt-acc-inner-duration) linear infinite,
        jt-hero-acc-card-float 3.2s ease-in-out infinite;
    animation-delay: 0s, var(--jt-acc-float-delay, 0s);
}

.jt-hero-acc-chart {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    position: relative;
}

.jt-hero-acc-chart--sm {
    gap: 2px;
}

.jt-hero-acc-chart__bar {
    flex: 1;
    max-width: 8px;
    height: var(--jt-bar-h, 50%);
    border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, var(--jt-acc-chart-accent, #005fec) 0%, rgba(0, 95, 236, 0.55) 100%);
    animation: jt-hero-acc-bar-grow 2.4s ease-in-out infinite;
}

.jt-hero-acc-chart--bar .jt-hero-acc-chart__bar:nth-child(1) { animation-delay: 0s; }
.jt-hero-acc-chart--bar .jt-hero-acc-chart__bar:nth-child(2) { animation-delay: 0.25s; }
.jt-hero-acc-chart--bar .jt-hero-acc-chart__bar:nth-child(3) { animation-delay: 0.5s; }
.jt-hero-acc-chart--bar .jt-hero-acc-chart__bar:nth-child(4) { animation-delay: 0.75s; }

.jt-hero-acc-chart--blue { --jt-acc-chart-accent: #005fec; }
.jt-hero-acc-chart--teal { --jt-acc-chart-accent: #0d9488; }
.jt-hero-acc-chart--violet { --jt-acc-chart-accent: #7c3aed; }
.jt-hero-acc-chart--slate { --jt-acc-chart-accent: #475569; }
.jt-hero-acc-chart--green { --jt-acc-chart-accent: #10b981; }
.jt-hero-acc-chart--amber { --jt-acc-chart-accent: #d97706; }

.jt-hero-acc-chart__svg {
    width: 100%;
    height: 100%;
    display: block;
}

.jt-hero-acc-chart__line {
    fill: none;
    stroke: var(--jt-acc-chart-accent, #005fec);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: jt-hero-acc-line-draw 3s ease-in-out infinite;
}

.jt-hero-acc-chart__dot {
    fill: var(--jt-acc-chart-accent, #005fec);
    animation: jt-hero-acc-dot-pulse 2s ease-in-out infinite;
}

.jt-hero-acc-chart__area-fill {
    fill: rgba(16, 185, 129, 0.22);
    animation: jt-hero-acc-area-pulse 3s ease-in-out infinite;
}

.jt-hero-acc-chart__donut {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: conic-gradient(
        var(--jt-acc-chart-accent, #7c3aed) 0deg 128deg,
        rgba(0, 95, 236, 0.75) 128deg 220deg,
        rgba(16, 185, 129, 0.7) 220deg 300deg,
        #e2e8f0 300deg 360deg
    );
    mask: radial-gradient(circle, transparent 48%, #000 49%);
    animation: jt-hero-acc-donut-spin 8s linear infinite;
}

.jt-hero-acc-chart--sm .jt-hero-acc-chart__donut {
    width: 28px;
    height: 28px;
}

.jt-hero-acc-chart--invoice {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

.jt-hero-acc-chart__icon {
    font-size: 1.05rem;
    color: var(--jt-acc-chart-accent, #475569);
    line-height: 1;
}

.jt-hero-acc-chart--sm .jt-hero-acc-chart__icon {
    font-size: 0.9rem;
}

.jt-hero-acc-chart__lines {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 70%;
}

.jt-hero-acc-chart__lines span {
    display: block;
    height: 2px;
    border-radius: 1px;
    background: rgba(71, 85, 105, 0.25);
}

.jt-hero-acc-chart__lines span:nth-child(2) { width: 85%; }
.jt-hero-acc-chart__lines span:nth-child(3) { width: 60%; }

.jt-hero-acc-chart--percent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.jt-hero-acc-chart__pct {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--jt-acc-chart-accent, #10b981);
    line-height: 1.1;
}

.jt-hero-acc-chart--sm .jt-hero-acc-chart__pct {
    font-size: 0.72rem;
}

.jt-hero-acc-chart__pct-sub {
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #94a3b8;
    text-transform: uppercase;
}

.jt-hero-acc-chart__ledger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 88%;
}

.jt-hero-acc-chart__ledger span {
    display: block;
    height: 3px;
    border-radius: 2px;
    background: rgba(217, 119, 6, 0.35);
    animation: jt-hero-acc-ledger-pulse 2.6s ease-in-out infinite;
}

.jt-hero-acc-chart__ledger span:nth-child(1) { width: 100%; animation-delay: 0s; }
.jt-hero-acc-chart__ledger span:nth-child(2) { width: 78%; animation-delay: 0.2s; }
.jt-hero-acc-chart__ledger span:nth-child(3) { width: 92%; animation-delay: 0.4s; }
.jt-hero-acc-chart__ledger span:nth-child(4) { width: 64%; animation-delay: 0.6s; }

.jt-hero-accounting-orbit__core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    margin: -59px 0 0 -59px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(71, 85, 105, 0.16);
    box-shadow:
        0 18px 40px rgba(0, 95, 236, 0.14),
        inset 0 0 0 6px rgba(0, 95, 236, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.jt-hero-accounting-orbit__core-pulse {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 95, 236, 0.28);
    animation: jt-hero-acc-pulse 3s ease-out infinite;
    pointer-events: none;
}

.jt-hero-accounting-orbit__core-pulse--delayed {
    animation-delay: 1.5s;
    border-color: rgba(16, 185, 129, 0.25);
}

.jt-hero-accounting-orbit__jet {
    width: 74px;
    height: auto;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

@keyframes jt-hero-acc-grid-pulse {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 1; }
}

@keyframes jt-hero-acc-scan {
    0%, 100% { transform: translateX(-18%) rotate(0deg); opacity: 0.35; }
    50% { transform: translateX(18%) rotate(0deg); opacity: 0.85; }
}

@keyframes jt-hero-acc-axis-fade {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.9; }
}

@keyframes jt-hero-acc-particle {
    0%, 100% { transform: translateY(0); opacity: 0.4; }
    50% { transform: translateY(-7px); opacity: 0.95; }
}

@keyframes jt-hero-acc-spin-forward {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes jt-hero-acc-spin-reverse {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

@keyframes jt-hero-acc-counter-forward {
    from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-acc-angle))); }
    to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-acc-angle) - 360deg)); }
}

@keyframes jt-hero-acc-counter-reverse {
    from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-acc-angle))); }
    to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-acc-angle) + 360deg)); }
}

@keyframes jt-hero-acc-card-float {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -5px; }
}

@keyframes jt-hero-acc-bar-grow {
    0%, 100% { transform: scaleY(0.82); opacity: 0.75; }
    50% { transform: scaleY(1); opacity: 1; }
}

@keyframes jt-hero-acc-line-draw {
    0%, 100% { stroke-dashoffset: 80; opacity: 0.65; }
    50% { stroke-dashoffset: 0; opacity: 1; }
}

@keyframes jt-hero-acc-dot-pulse {
    0%, 100% { transform: scale(0.85); opacity: 0.7; }
    50% { transform: scale(1.15); opacity: 1; }
}

@keyframes jt-hero-acc-area-pulse {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 1; }
}

@keyframes jt-hero-acc-donut-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes jt-hero-acc-ledger-pulse {
    0%, 100% { opacity: 0.45; }
    50% { opacity: 1; }
}

@keyframes jt-hero-acc-pulse {
    0% { transform: scale(0.9); opacity: 0.8; }
    70% { transform: scale(1.12); opacity: 0; }
    100% { transform: scale(1.12); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .jt-hero-accounting-orbit__grid,
    .jt-hero-accounting-orbit__scan,
    .jt-hero-accounting-orbit__axis,
    .jt-hero-accounting-orbit__rotator--forward,
    .jt-hero-accounting-orbit__rotator--reverse,
    .jt-hero-accounting-orbit__particle,
    .jt-hero-acc-chart__bar,
    .jt-hero-acc-chart__line,
    .jt-hero-acc-chart__donut,
    .jt-hero-acc-chart__ledger span {
        animation: none;
    }

    .jt-hero-accounting-orbit__card {
        animation: none;
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-acc-angle)));
    }

    .jt-hero-accounting-orbit__core-pulse {
        animation: none;
        opacity: 0.35;
    }

    .jt-hero-acc-chart__line {
        stroke-dashoffset: 0;
    }
}

/* Hero — SEO & Ödeme tematik ikon orbit */
.jt-hero-theme-orbit {
    --jt-th-size: 370px;
    --jt-th-outer-r: 132px;
    --jt-th-inner-r: 90px;
    --jt-th-outer-duration: 50s;
    --jt-th-inner-duration: 33s;
    position: relative;
    width: var(--jt-th-size);
    height: var(--jt-th-size);
    margin-inline: auto;
    flex: 0 0 auto;
}

.jt-hero-theme-orbit__glow {
    position: absolute;
    inset: 4% 2% 8%;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
}

.jt-hero-theme-orbit--seo .jt-hero-theme-orbit__glow {
    background:
        radial-gradient(ellipse 70% 58% at 50% 46%, rgba(34, 197, 94, 0.16) 0%, rgba(0, 95, 236, 0.08) 48%, transparent 74%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.96) 0%, transparent 58%);
}

.jt-hero-theme-orbit--payment .jt-hero-theme-orbit__glow {
    background:
        radial-gradient(ellipse 70% 58% at 50% 46%, rgba(16, 185, 129, 0.18) 0%, rgba(0, 95, 236, 0.07) 48%, transparent 74%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.96) 0%, transparent 58%);
}

.jt-hero-theme-orbit__radar {
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    border: 1px solid rgba(34, 197, 94, 0.2);
    box-shadow:
        inset 0 0 0 28px rgba(34, 197, 94, 0.04),
        inset 0 0 0 56px rgba(0, 95, 236, 0.03);
}

.jt-hero-theme-orbit__radar-sweep {
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(34, 197, 94, 0.22) 42deg, transparent 84deg);
    animation: jt-hero-th-radar-sweep 4.2s linear infinite;
}

.jt-hero-theme-orbit__rank-line {
    position: absolute;
    left: 18%;
    right: 18%;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.45), transparent);
    animation: jt-hero-th-rank-pulse 3s ease-in-out infinite;
}

.jt-hero-theme-orbit__rank-line--1 { top: 38%; animation-delay: 0s; }
.jt-hero-theme-orbit__rank-line--2 { top: 62%; animation-delay: 0.9s; width: 70%; left: 22%; }

.jt-hero-theme-orbit__shield {
    position: absolute;
    inset: 14%;
    border-radius: 50%;
    border: 1px dashed rgba(16, 185, 129, 0.28);
    animation: jt-hero-th-shield-pulse 3.4s ease-in-out infinite;
}

.jt-hero-theme-orbit__card-scan {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        115deg,
        transparent 40%,
        rgba(16, 185, 129, 0.14) 49%,
        rgba(0, 95, 236, 0.12) 51%,
        transparent 60%
    );
    animation: jt-hero-th-card-scan 5.2s ease-in-out infinite;
}

.jt-hero-theme-orbit__secure-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58%;
    height: 58%;
    margin: -29% 0 0 -29%;
    border-radius: 50%;
    border: 1px solid rgba(0, 95, 236, 0.15);
    animation: jt-hero-th-secure-ring 6s ease-in-out infinite;
}

.jt-hero-theme-orbit__particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.jt-hero-theme-orbit__particle {
    position: absolute;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    animation: jt-hero-th-particle 4.6s ease-in-out infinite;
}

.jt-hero-theme-orbit--seo .jt-hero-theme-orbit__particle--1 { top: 11%; left: 15%; color: rgba(34, 197, 94, 0.7); animation-delay: 0s; }
.jt-hero-theme-orbit--seo .jt-hero-theme-orbit__particle--2 { top: 18%; right: 12%; color: rgba(0, 95, 236, 0.55); animation-delay: 0.6s; }
.jt-hero-theme-orbit--seo .jt-hero-theme-orbit__particle--3 { bottom: 22%; left: 10%; color: rgba(22, 163, 74, 0.65); font-size: 0.62rem; animation-delay: 1.1s; }
.jt-hero-theme-orbit--seo .jt-hero-theme-orbit__particle--4 { bottom: 14%; right: 16%; color: rgba(109, 40, 217, 0.55); animation-delay: 1.7s; }
.jt-hero-theme-orbit--seo .jt-hero-theme-orbit__particle--5 { top: 44%; right: 7%; color: rgba(217, 119, 6, 0.55); animation-delay: 2.3s; }

.jt-hero-theme-orbit--payment .jt-hero-theme-orbit__particle--1 { top: 12%; left: 14%; color: rgba(16, 185, 129, 0.7); animation-delay: 0s; }
.jt-hero-theme-orbit--payment .jt-hero-theme-orbit__particle--2 { top: 20%; right: 13%; color: rgba(0, 95, 236, 0.6); animation-delay: 0.65s; }
.jt-hero-theme-orbit--payment .jt-hero-theme-orbit__particle--3 { bottom: 20%; left: 11%; color: rgba(5, 150, 105, 0.65); animation-delay: 1.2s; }
.jt-hero-theme-orbit--payment .jt-hero-theme-orbit__particle--4 { bottom: 13%; right: 17%; color: rgba(0, 95, 236, 0.5); animation-delay: 1.8s; }
.jt-hero-theme-orbit--payment .jt-hero-theme-orbit__particle--5 { top: 45%; right: 8%; color: rgba(217, 119, 6, 0.55); animation-delay: 2.4s; }

.jt-hero-theme-orbit__field {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.jt-hero-theme-orbit__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.jt-hero-theme-orbit__ring--outer {
    width: calc(var(--jt-th-outer-r) * 2);
    height: calc(var(--jt-th-outer-r) * 2);
    margin: calc(var(--jt-th-outer-r) * -1) 0 0 calc(var(--jt-th-outer-r) * -1);
    border: 1px dashed rgba(0, 95, 236, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.jt-hero-theme-orbit--seo .jt-hero-theme-orbit__ring--outer {
    border-color: rgba(34, 197, 94, 0.22);
}

.jt-hero-theme-orbit--payment .jt-hero-theme-orbit__ring--outer {
    border-color: rgba(16, 185, 129, 0.24);
}

.jt-hero-theme-orbit__ring--inner {
    width: calc(var(--jt-th-inner-r) * 2);
    height: calc(var(--jt-th-inner-r) * 2);
    margin: calc(var(--jt-th-inner-r) * -1) 0 0 calc(var(--jt-th-inner-r) * -1);
    border: 1px dotted rgba(0, 95, 236, 0.18);
}

.jt-hero-theme-orbit__rotator {
    position: absolute;
    inset: 0;
}

.jt-hero-theme-orbit__rotator--forward {
    animation: jt-hero-th-spin-forward var(--jt-th-outer-duration) linear infinite;
}

.jt-hero-theme-orbit__rotator--reverse {
    animation: jt-hero-th-spin-reverse var(--jt-th-inner-duration) linear infinite;
}

.jt-hero-theme-orbit__node {
    --jt-th-radius: var(--jt-th-outer-r);
    position: absolute;
    inset: 0;
    transform: rotate(var(--jt-th-angle));
    pointer-events: none;
}

.jt-hero-theme-orbit__ring--inner .jt-hero-theme-orbit__node {
    --jt-th-radius: var(--jt-th-inner-r);
}

.jt-hero-theme-orbit__chip {
    position: absolute;
    top: calc(50% - var(--jt-th-radius));
    left: 50%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.1);
    box-shadow: 0 10px 24px rgba(0, 26, 56, 0.11);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-th-angle)));
    animation:
        jt-hero-th-counter-forward var(--jt-th-outer-duration) linear infinite,
        jt-hero-th-chip-float 3.3s ease-in-out infinite;
    animation-delay: 0s, var(--jt-th-float-delay, 0s);
}

.jt-hero-theme-orbit__ring--inner .jt-hero-theme-orbit__chip {
    width: 46px;
    height: 46px;
    animation:
        jt-hero-th-counter-reverse var(--jt-th-inner-duration) linear infinite,
        jt-hero-th-chip-float 3s ease-in-out infinite;
    animation-delay: 0s, var(--jt-th-float-delay, 0s);
}

.jt-hero-theme-orbit__chip i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.jt-hero-theme-orbit__ring--inner .jt-hero-theme-orbit__chip i {
    width: 36px;
    height: 36px;
    font-size: 0.92rem;
}

.jt-hero-theme-orbit__chip--green i { background: linear-gradient(145deg, #16a34a 0%, #22c55e 100%); }
.jt-hero-theme-orbit__chip--teal i { background: linear-gradient(145deg, #0d9488 0%, #14b8a6 100%); }
.jt-hero-theme-orbit__chip--blue i { background: linear-gradient(145deg, #005fec 0%, #3b82f6 100%); }
.jt-hero-theme-orbit__chip--amber i { background: linear-gradient(145deg, #d97706 0%, #f59e0b 100%); }
.jt-hero-theme-orbit__chip--violet i { background: linear-gradient(145deg, #6d28d9 0%, #8b5cf6 100%); }

.jt-hero-theme-orbit__core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    margin: -59px 0 0 -59px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.14);
    box-shadow:
        0 18px 40px rgba(0, 95, 236, 0.14),
        inset 0 0 0 6px rgba(0, 95, 236, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.jt-hero-theme-orbit--seo .jt-hero-theme-orbit__core {
    border-color: rgba(34, 197, 94, 0.2);
    box-shadow:
        0 18px 40px rgba(22, 163, 74, 0.14),
        inset 0 0 0 6px rgba(34, 197, 94, 0.06);
}

.jt-hero-theme-orbit--payment .jt-hero-theme-orbit__core {
    border-color: rgba(16, 185, 129, 0.22);
    box-shadow:
        0 18px 40px rgba(5, 150, 105, 0.14),
        inset 0 0 0 6px rgba(16, 185, 129, 0.06);
}

.jt-hero-theme-orbit__core-pulse {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 95, 236, 0.26);
    animation: jt-hero-th-pulse 3s ease-out infinite;
    pointer-events: none;
}

.jt-hero-theme-orbit--seo .jt-hero-theme-orbit__core-pulse {
    border-color: rgba(34, 197, 94, 0.28);
}

.jt-hero-theme-orbit--payment .jt-hero-theme-orbit__core-pulse {
    border-color: rgba(16, 185, 129, 0.28);
}

.jt-hero-theme-orbit__core-pulse--delayed {
    animation-delay: 1.5s;
}

.jt-hero-theme-orbit__jet {
    width: 74px;
    height: auto;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

@keyframes jt-hero-th-radar-sweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes jt-hero-th-rank-pulse {
    0%, 100% { opacity: 0.3; transform: scaleX(0.85); }
    50% { opacity: 0.9; transform: scaleX(1); }
}

@keyframes jt-hero-th-shield-pulse {
    0%, 100% { opacity: 0.45; transform: scale(0.96); }
    50% { opacity: 0.9; transform: scale(1); }
}

@keyframes jt-hero-th-card-scan {
    0%, 100% { transform: translateX(-20%); opacity: 0.35; }
    50% { transform: translateX(20%); opacity: 0.85; }
}

@keyframes jt-hero-th-secure-ring {
    0%, 100% { transform: scale(0.92); opacity: 0.4; }
    50% { transform: scale(1.06); opacity: 0.85; }
}

@keyframes jt-hero-th-particle {
    0%, 100% { transform: translateY(0); opacity: 0.4; }
    50% { transform: translateY(-7px); opacity: 0.95; }
}

@keyframes jt-hero-th-spin-forward {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes jt-hero-th-spin-reverse {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

@keyframes jt-hero-th-counter-forward {
    from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-th-angle))); }
    to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-th-angle) - 360deg)); }
}

@keyframes jt-hero-th-counter-reverse {
    from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-th-angle))); }
    to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-th-angle) + 360deg)); }
}

@keyframes jt-hero-th-chip-float {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -5px; }
}

@keyframes jt-hero-th-pulse {
    0% { transform: scale(0.9); opacity: 0.8; }
    70% { transform: scale(1.12); opacity: 0; }
    100% { transform: scale(1.12); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .jt-hero-theme-orbit__radar-sweep,
    .jt-hero-theme-orbit__rank-line,
    .jt-hero-theme-orbit__shield,
    .jt-hero-theme-orbit__card-scan,
    .jt-hero-theme-orbit__secure-ring,
    .jt-hero-theme-orbit__rotator--forward,
    .jt-hero-theme-orbit__rotator--reverse,
    .jt-hero-theme-orbit__particle {
        animation: none;
    }

    .jt-hero-theme-orbit__chip {
        animation: none;
        transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-th-angle)));
    }

    .jt-hero-theme-orbit__core-pulse {
        animation: none;
        opacity: 0.35;
    }
}

/* Ana sayfa — alan adı sorgulama bandı */
.jt-home-domain-search {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid rgba(0, 95, 236, 0.1);
    border-bottom: 1px solid rgba(0, 95, 236, 0.1);
}

.jt-home-domain-search__glow {
    position: absolute;
    top: 50%;
    left: 12%;
    width: 220px;
    height: 220px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.jt-home-domain-search__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: 1.25rem 2rem;
    align-items: center;
    padding: 2rem 0;
}

.jt-home-domain-search__title {
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.22;
    margin-bottom: 0.55rem;
    color: var(--globalColor, #111);
}

.jt-home-domain-search__lead {
    color: #5a6578;
    font-size: 0.98rem;
    line-height: 1.55;
}

.jt-home-domain-search__form-wrap {
    display: flex;
    align-items: stretch;
    gap: 0.85rem;
}

.jt-home-domain-search__bolt {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(4.5rem, 8vw, 5.75rem);
    align-self: center;
}

.jt-home-domain-search__bolt-icon {
    position: relative;
    z-index: 2;
    font-size: clamp(2.75rem, 5vw, 3.75rem);
    line-height: 1;
    color: #f59e0b;
    filter: drop-shadow(0 4px 14px rgba(245, 158, 11, 0.35));
    animation: jt-domain-bolt-strike 3.2s ease-in-out infinite;
}

.jt-home-domain-search__bolt-flash {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.55) 0%, transparent 68%);
    opacity: 0;
    animation: jt-domain-bolt-flash 3.2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes jt-domain-bolt-strike {
    0%, 82%, 100% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 4px 14px rgba(245, 158, 11, 0.35));
        color: #f59e0b;
    }
    84% {
        transform: scale(1.14) rotate(-4deg);
        filter: drop-shadow(0 0 28px rgba(250, 204, 21, 0.95)) drop-shadow(0 0 56px rgba(250, 204, 21, 0.45));
        color: #fde047;
    }
    87% {
        transform: scale(1.04) rotate(2deg);
        filter: drop-shadow(0 0 12px rgba(250, 204, 21, 0.5));
        color: #fbbf24;
    }
    90% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 6px 18px rgba(245, 158, 11, 0.45));
        color: #f59e0b;
    }
}

@keyframes jt-domain-bolt-flash {
    0%, 81%, 100% {
        opacity: 0;
        transform: scale(0.85);
    }
    84% {
        opacity: 1;
        transform: scale(1.15);
    }
    88% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

.jt-home-domain-search__form {
    flex: 1 1 auto;
    min-width: 0;
}

.jt-home-domain-search__card {
    height: 100%;
    padding: 1.1rem 1.15rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 95, 236, 0.12);
    box-shadow:
        0 18px 40px rgba(0, 95, 236, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
}

.jt-home-domain-search__field {
    width: 100%;
}

.jt-home-domain-search__input-group .form-control {
    border-color: #c5d8f8;
    background: #fff;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.jt-home-domain-search__input-group .form-control:focus {
    border-color: var(--firstColor, #005fec);
    box-shadow: 0 0 0 0.2rem rgba(0, 95, 236, 0.12);
}

.jt-home-domain-search__input-group .input-group-text {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    border-color: #c5d8f8;
    color: #3d4f6a;
    font-weight: 700;
    white-space: nowrap;
}

.jt-home-domain-search__input-group .btn-primary {
    font-weight: 700;
    white-space: nowrap;
    padding-inline: 1.35rem;
    box-shadow: 0 8px 20px rgba(0, 95, 236, 0.22);
}

.jt-home-domain-search__feedback {
    min-height: 1.45rem;
    margin-top: 0.7rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.jt-home-domain-search__feedback.is-success {
    color: #0f766e;
}

.jt-home-domain-search__feedback.is-error {
    color: #b42318;
}

.jt-home-domain-search__feedback.is-info {
    color: #0369a1;
}

.jt-home-domain-search__overlay {
    position: absolute;
    inset: 0;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.jt-home-domain-search__overlay.is-visible {
    display: flex;
    animation: jt-domain-overlay-in 0.28s ease;
}

.jt-home-domain-search__overlay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.52);
    backdrop-filter: blur(3px);
}

.jt-home-domain-search__overlay-center {
    position: relative;
    z-index: 2;
}

.jt-home-domain-search__overlay-btn {
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0.95rem 1.75rem;
    border: 0;
    box-shadow:
        0 0 0 4px rgba(255, 255, 255, 0.18),
        0 16px 40px rgba(16, 185, 129, 0.35);
    animation: jt-domain-cta-pulse 2.4s ease-in-out infinite;
}

@keyframes jt-domain-overlay-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes jt-domain-cta-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0.18),
            0 16px 40px rgba(16, 185, 129, 0.35);
    }
    50% {
        transform: scale(1.03);
        box-shadow:
            0 0 0 6px rgba(255, 255, 255, 0.22),
            0 20px 48px rgba(16, 185, 129, 0.45);
    }
}

@media (max-width: 991.98px) {
    .jt-home-domain-search__inner {
        grid-template-columns: 1fr;
        padding: 1.6rem 0;
    }

    .jt-home-domain-search__glow {
        left: 18%;
        top: 72%;
    }
}

@media (max-width: 575.98px) {
    .jt-home-domain-search__form-wrap {
        flex-direction: column;
        align-items: center;
        gap: 0.65rem;
    }

    .jt-home-domain-search__bolt {
        width: auto;
    }

    .jt-home-domain-search__bolt-icon {
        font-size: 2.5rem;
    }

    .jt-home-domain-search__card {
        width: 100%;
        padding: 1rem;
    }

    .jt-home-domain-search__input-group {
        flex-wrap: wrap;
    }

    .jt-home-domain-search__input-group .form-control,
    .jt-home-domain-search__input-group .input-group-text,
    .jt-home-domain-search__input-group .btn {
        width: 100%;
        border-radius: 0.5rem !important;
        margin-left: 0 !important;
    }

    .jt-home-domain-search__input-group .form-control {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .jt-home-domain-search__input-group .input-group-text {
        border-top: 0;
        border-radius: 0 !important;
        justify-content: center;
    }

    .jt-home-domain-search__input-group .btn {
        margin-top: 0.5rem;
    }

    .jt-home-domain-search__overlay-btn {
        width: 100%;
        max-width: 20rem;
        white-space: normal;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jt-home-domain-search__bolt-icon,
    .jt-home-domain-search__bolt-flash,
    .jt-home-domain-search__overlay-btn {
        animation: none;
    }
}

.jt-hero-promo-card {
    position: relative;
    overflow: visible;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 247, 254, 0.96) 52%, rgba(230, 239, 254, 0.92) 100%);
    border: 1px solid rgba(0, 95, 236, 0.14);
    border-radius: 22px;
    padding: 0;
    box-shadow:
        0 4px 6px rgba(0, 95, 236, 0.04),
        0 22px 52px rgba(0, 95, 236, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    isolation: isolate;
}

.jt-hero-promo-card::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -18%;
    width: 62%;
    height: 85%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 95, 236, 0.1) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.jt-hero-promo-card__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
}

.jt-hero-promo-card__clock {
    position: absolute;
    top: 50%;
    right: -1.5rem;
    transform: translateY(-52%);
    font-size: clamp(7.5rem, 16vw, 10.5rem);
    line-height: 1;
    color: rgba(0, 95, 236, 0.07);
    filter: blur(0.2px);
}

.jt-hero-promo-card__content {
    position: relative;
    z-index: 1;
    padding: 2rem 1.85rem 1.85rem;
}

.jt-hero-promo-badge {
    position: absolute;
    top: -0.75rem;
    right: 1.5rem;
    z-index: 3;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 20px rgba(22, 163, 74, 0.28);
}

.jt-hero-promo-title {
    display: block;
    font-size: clamp(1.35rem, 2.4vw, 1.65rem);
    font-weight: 800;
    line-height: 1.35;
    color: var(--globalColor, #111);
    max-width: 20ch;
}

.jt-hero-promo-speed {
    display: inline;
    margin: 0 0.15rem;
    padding: 0.1rem 0.45rem;
    border-radius: 0.35rem;
    background: rgba(0, 95, 236, 0.08);
    border: 1px solid rgba(0, 95, 236, 0.1);
    color: #1e4a8c;
    font-weight: 800;
    white-space: nowrap;
}

.jt-hero-promo-lead {
    color: #5f6b7c;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 0;
    max-width: 34ch;
}

.jt-hero-promo-list li {
    padding: 0.35rem 0;
    font-size: 0.9rem;
    color: #444;
}

.jt-hero-promo-btn {
    box-shadow: 0 10px 24px rgba(0, 95, 236, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jt-hero-promo-btn:hover,
.jt-hero-promo-btn:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0, 95, 236, 0.28);
}

@media (max-width: 575.98px) {
    .jt-hero-promo-card__content {
        padding: 1.65rem 1.35rem 1.5rem;
    }

    .jt-hero-promo-card__clock {
        right: -2.5rem;
        font-size: 7rem;
        opacity: 0.85;
    }

    .jt-hero-promo-title {
        max-width: none;
    }
}

.jt-marketplace-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 88px;
    padding: 0;
    background: #fff;
    border: 1px solid var(--secondBgColor, #e6effe);
    border-radius: 14px;
    transition: all 0.2s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.jt-marketplace-logo-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    min-height: 76px;
    height: 76px;
    box-sizing: border-box;
}

.jt-marketplace-card-sm .jt-marketplace-logo-wrap {
    padding: 10px 12px;
    min-height: 60px;
    height: 60px;
}

.jt-marketplace-card-soon {
    border-style: dashed;
    background: #fafbfc;
}

.jt-marketplace-card-soon:hover {
    transform: none;
    box-shadow: none;
    border-color: #ccc;
}

.jt-marketplace-soon-label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #fff3cd;
    color: #856404;
    border-top: 1px solid #ffe69c;
    padding: 0.4rem 0.5rem;
    line-height: 1.2;
    flex-shrink: 0;
}

.jt-marketplace-card:hover {
    border-color: var(--firstColor, #005fec);
    box-shadow: 0 8px 24px rgba(0, 95, 236, 0.1);
    transform: translateY(-2px);
}

.jt-marketplace-card-sm {
    min-height: 72px;
}

.jt-marketplace-logo {
    display: block;
    max-width: 94%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.jt-marketplace-logo--wide {
    max-width: 96%;
    max-height: 100%;
}

.jt-marketplace-logo--icon {
    max-width: 82%;
    max-height: 100%;
    min-height: 48px;
}

.jt-marketplace-card-sm .jt-marketplace-logo--icon {
    min-height: 38px;
}

.jt-marketplace-card-soon .jt-marketplace-logo {
    opacity: 0.75;
    filter: grayscale(0.25);
}

.jt-marketplace-fallback {
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.jt-feature-bullets li {
    padding: 0.4rem 0;
    color: #444;
    font-size: 0.95rem;
}

/* E-ticaret çözümleri — dijital kayan yazı bandı */
.jt-ticker-section {
    --jt-ticker-row-height: 1.625rem;
    background: linear-gradient(
        90deg,
        var(--secondBgColor, #e6effe) 0%,
        var(--firstBgColor, #f2f7fe) 42%,
        #e8f2ff 58%,
        var(--secondBgColor, #e6effe) 100%
    );
    overflow: hidden;
    border-block: 1px solid rgba(0, 95, 236, 0.14);
    position: relative;
    display: grid;
    grid-template-rows: var(--jt-ticker-row-height) 3px var(--jt-ticker-row-height);
    align-items: stretch;
    gap: 0;
    isolation: isolate;
    z-index: 0;
}

.jt-ticker-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, var(--secondBgColor, #e6effe) 0%, transparent 12%, transparent 88%, var(--secondBgColor, #e6effe) 100%),
        repeating-linear-gradient(
            90deg,
            rgba(0, 95, 236, 0.05) 0,
            rgba(0, 95, 236, 0.05) 1px,
            transparent 1px,
            transparent 32px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(0, 95, 236, 0.025) 0,
            rgba(0, 95, 236, 0.025) 1px,
            transparent 1px,
            transparent 24px
        );
    pointer-events: none;
    z-index: 1;
}

.jt-ticker-row {
    display: flex;
    align-items: center;
    height: var(--jt-ticker-row-height);
    min-height: var(--jt-ticker-row-height);
    max-height: var(--jt-ticker-row-height);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

.jt-ticker-row:first-of-type {
    grid-row: 1;
}

.jt-ticker-divider {
    grid-row: 2;
    width: 100%;
    height: 3px;
    margin: 0;
    border: none;
    background: repeating-linear-gradient(
        90deg,
        rgba(0, 95, 236, 0.38) 0,
        rgba(0, 95, 236, 0.38) 16px,
        transparent 16px,
        transparent 40px
    );
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    align-self: center;
}

.jt-ticker-row--reverse {
    grid-row: 3;
    margin-top: 0;
}

.jt-ticker-row--reverse .jt-ticker-track {
    animation-direction: reverse;
    animation-duration: 115s;
}

.jt-ticker-track {
    display: flex;
    align-items: center;
    height: 100%;
    width: max-content;
    animation: jt-ticker-scroll 100s linear infinite;
    will-change: transform;
}

.jt-ticker-group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    height: 100%;
}

.jt-ticker-item {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 1.5rem;
    line-height: 1;
    font-family: "Share Tech Mono", "Spline Sans Mono", ui-monospace, monospace;
    font-size: clamp(0.82rem, 1.5vw, 1rem);
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(0, 70, 150, 0.52);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.jt-ticker-item::after {
    content: '>';
    margin-left: 1.5rem;
    color: rgba(0, 95, 236, 0.28);
    font-weight: 400;
    letter-spacing: 0;
}

.jt-ticker-item--accent {
    color: var(--firstColor, #005fec);
}

.jt-ticker-item--accent::after {
    color: rgba(0, 95, 236, 0.45);
}

@keyframes jt-ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .jt-ticker-row {
        height: auto;
        min-height: var(--jt-ticker-row-height);
        max-height: none;
    }

    .jt-ticker-track {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        justify-content: center;
        gap: 0.5rem 0;
    }

    .jt-ticker-item {
        height: auto;
    }

    .jt-ticker-group[aria-hidden='true'] {
        display: none;
    }

    .jt-ticker-item::after {
        display: none;
    }
}

.jt-why-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--firstColor, #005fec);
    background: rgba(0, 95, 236, 0.08);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1rem;
}

.jt-why-title {
    font-size: clamp(1.65rem, 2.5vw, 2.15rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--globalColor, #000);
}

.jt-why-lead {
    font-size: 1.05rem;
    color: #5a6578;
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.jt-why-points li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.92rem;
    color: #444;
    padding: 0.4rem 0;
}

.jt-why-points li i {
    color: #22c55e;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.jt-why-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--secondBgColor, #e6effe);
    border-radius: 18px;
    padding: 1.35rem 1.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.jt-why-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 95, 236, 0.25);
    box-shadow: 0 14px 36px rgba(0, 95, 236, 0.1);
}

.jt-why-card-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.jt-why-card--green .jt-why-card-icon {
    background: #ecfdf5;
    color: #16a34a;
}

.jt-why-card--blue .jt-why-card-icon {
    background: var(--firstBgColor, #f2f7fe);
    color: var(--firstColor, #005fec);
}

.jt-why-card--indigo .jt-why-card-icon {
    background: #eef2ff;
    color: #4f46e5;
}

.jt-why-card--orange .jt-why-card-icon {
    background: #fff7ed;
    color: var(--secondColor, #ed7e41);
}

.jt-why-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
    line-height: 1.35;
}

.jt-why-card-desc {
    font-size: 0.88rem;
    color: #5a6578;
    line-height: 1.55;
}

.jt-step-card {
    background: #fff;
    border: 1px solid var(--secondBgColor, #e6effe);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    height: 100%;
    position: relative;
}

.jt-step-num {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--firstColor, #005fec);
    opacity: 0.15;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.jt-stat-card {
    border: 1px solid var(--secondBgColor, #e6effe);
    border-radius: 16px;
    padding: 1.25rem;
    text-align: center;
    background: #fff;
}

.jt-stat-card strong {
    display: block;
    font-size: 1.75rem;
    color: var(--firstColor, #005fec);
}

/* Faturalama periyodu — segment kontrol */
.jt-period-bar {
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.1);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 8px 28px rgba(0, 26, 56, 0.05);
}

.jt-period-bar--pills {
    background: linear-gradient(135deg, #f8fbff 0%, #fff 55%);
    border-color: rgba(0, 95, 236, 0.14);
    padding: 1.15rem 1.35rem;
}

.jt-period-bar__layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.jt-period-bar__title {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.jt-period-bar__icon {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(0, 95, 236, 0.1);
    color: var(--firstColor, #005fec);
    font-size: 1rem;
}

.jt-period-bar__label {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--globalColor, #111);
    line-height: 1.3;
    margin-bottom: 0.2rem;
}

.jt-period-bar__hint {
    font-size: 0.82rem;
    color: #667085;
    line-height: 1.45;
}

.jt-period-bar__hint strong {
    color: var(--firstColor, #005fec);
    font-weight: 700;
}

.jt-period-switch {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem;
    border-radius: 999px;
    background: rgba(0, 95, 236, 0.07);
    border: 1px solid rgba(0, 95, 236, 0.12);
}

.jt-period-switch__option {
    margin: 0;
    position: relative;
}

.jt-period-switch__option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.jt-period-switch__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.45rem 1.05rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 600;
    color: #4b5565;
    cursor: pointer;
    user-select: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.15s ease;
    white-space: nowrap;
}

.jt-period-switch__option:hover .jt-period-switch__pill {
    color: var(--firstColor, #005fec);
}

.jt-period-switch__option input:focus-visible + .jt-period-switch__pill {
    outline: 2px solid rgba(0, 95, 236, 0.45);
    outline-offset: 2px;
}

.jt-period-switch__option input:checked + .jt-period-switch__pill {
    background: #fff;
    color: var(--firstColor, #005fec);
    box-shadow: 0 4px 14px rgba(0, 95, 236, 0.16);
    transform: translateY(-1px);
}

.jt-period-select {
    border-radius: 0.65rem;
    border-color: rgba(0, 95, 236, 0.2);
    font-weight: 600;
    color: #334155;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 26, 56, 0.04);
}

.jt-period-select:focus {
    border-color: var(--firstColor, #005fec);
    box-shadow: 0 0 0 0.2rem rgba(0, 95, 236, 0.15);
}

@media (max-width: 767.98px) {
    .jt-period-bar__layout {
        flex-direction: column;
        align-items: stretch;
    }

    .jt-period-switch {
        width: 100%;
        justify-content: stretch;
        border-radius: 1rem;
        padding: 0.35rem;
    }

    .jt-period-switch__option {
        flex: 1 1 calc(50% - 0.3rem);
    }

    .jt-period-switch__pill {
        width: 100%;
        padding-inline: 0.65rem;
        font-size: 0.8rem;
    }
}

/* Paket kategori gezinme kartları */
.jt-pkg-nav-card {
    --jt-pkg-nav-accent: var(--firstColor, #005fec);
    --jt-pkg-nav-accent-soft: rgba(0, 95, 236, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    height: 100%;
    min-height: 7.25rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(0, 95, 236, 0.12);
    border-radius: 1rem;
    background: linear-gradient(145deg, #fff 0%, #f8fbff 100%);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 6px 22px rgba(0, 26, 56, 0.04);
    transition:
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.22s ease,
        background 0.22s ease;
}

.jt-pkg-nav-card--pazaryeri {
    --jt-pkg-nav-accent: #ed7e41;
    --jt-pkg-nav-accent-soft: rgba(237, 126, 65, 0.12);
}

.jt-pkg-nav-card--standart {
    --jt-pkg-nav-accent: #005fec;
    --jt-pkg-nav-accent-soft: rgba(0, 95, 236, 0.1);
}

.jt-pkg-nav-card--premium {
    --jt-pkg-nav-accent: #7c3aed;
    --jt-pkg-nav-accent-soft: rgba(124, 58, 237, 0.1);
}

.jt-pkg-nav-card--global {
    --jt-pkg-nav-accent: #0d9488;
    --jt-pkg-nav-accent-soft: rgba(13, 148, 136, 0.1);
}

.jt-pkg-nav-card:hover,
.jt-pkg-nav-card:focus-visible {
    border-color: color-mix(in srgb, var(--jt-pkg-nav-accent) 45%, #fff);
    background: #fff;
    box-shadow: 0 14px 34px color-mix(in srgb, var(--jt-pkg-nav-accent) 18%, transparent);
    transform: translateY(-3px);
    color: inherit;
    outline: none;
}

.jt-pkg-nav-card.is-active {
    border-color: color-mix(in srgb, var(--jt-pkg-nav-accent) 55%, #fff);
    background: linear-gradient(
        145deg,
        #fff 0%,
        color-mix(in srgb, var(--jt-pkg-nav-accent-soft) 70%, #fff) 100%
    );
    box-shadow: 0 10px 28px color-mix(in srgb, var(--jt-pkg-nav-accent) 14%, transparent);
}

.jt-pkg-nav-card__icon {
    flex: 0 0 auto;
    width: 2.65rem;
    height: 2.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: var(--jt-pkg-nav-accent-soft);
    color: var(--jt-pkg-nav-accent);
    font-size: 1.05rem;
    transition:
        background-color 0.22s ease,
        color 0.22s ease,
        transform 0.22s ease;
}

.jt-pkg-nav-card:hover .jt-pkg-nav-card__icon,
.jt-pkg-nav-card:focus-visible .jt-pkg-nav-card__icon,
.jt-pkg-nav-card.is-active .jt-pkg-nav-card__icon {
    background: var(--jt-pkg-nav-accent);
    color: #fff;
    transform: scale(1.05);
}

.jt-pkg-nav-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.jt-pkg-nav-card__title {
    display: block;
    font-size: 0.94rem;
    font-weight: 700;
    color: var(--globalColor, #111);
    line-height: 1.35;
    transition: color 0.22s ease;
}

.jt-pkg-nav-card:hover .jt-pkg-nav-card__title,
.jt-pkg-nav-card:focus-visible .jt-pkg-nav-card__title,
.jt-pkg-nav-card.is-active .jt-pkg-nav-card__title {
    color: var(--jt-pkg-nav-accent);
}

.jt-pkg-nav-card__desc {
    display: block;
    font-size: 0.78rem;
    line-height: 1.5;
    color: #667085;
}

.jt-pkg-nav-card__arrow {
    flex: 0 0 auto;
    align-self: center;
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #94a3b8;
    font-size: 0.72rem;
    opacity: 0;
    transform: translateX(-4px);
    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        background-color 0.22s ease,
        color 0.22s ease;
}

.jt-pkg-nav-card:hover .jt-pkg-nav-card__arrow,
.jt-pkg-nav-card:focus-visible .jt-pkg-nav-card__arrow {
    opacity: 1;
    transform: translateX(0);
    background: var(--jt-pkg-nav-accent-soft);
    color: var(--jt-pkg-nav-accent);
}

.jt-pkg-nav-card.is-active .jt-pkg-nav-card__arrow {
    opacity: 1;
    transform: translateX(0);
    background: var(--jt-pkg-nav-accent);
    color: #fff;
}

@media (max-width: 575.98px) {
    .jt-pkg-nav-card {
        min-height: 0;
    }

    .jt-pkg-nav-card__arrow {
        opacity: 1;
        transform: none;
    }
}

.jt-package-card {
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
}

.jt-package-cards-slider-bleed {
    --jt-slider-btn-space: 3.25rem;
    position: relative;
    margin-left: calc(-1 * var(--jt-slider-btn-space));
    margin-right: calc(-1 * var(--jt-slider-btn-space));
    padding: 6px var(--jt-slider-btn-space);
    margin-bottom: 0.5rem;
}

.jt-package-cards-slider-inner {
    width: 100%;
    min-width: 0;
}

.jt-package-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 1px solid var(--secondBgColor, #e6effe);
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--firstColor, #005fec);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    cursor: pointer;
    z-index: 5;
}

.jt-package-slider-btn--prev {
    left: 0.15rem;
}

.jt-package-slider-btn--next {
    right: 0.15rem;
}

.jt-package-slider-btn:hover {
    background: var(--firstColor, #005fec);
    color: #fff;
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 6px 22px rgba(0, 95, 236, 0.22);
}

.jt-package-slider-btn:focus-visible {
    outline: 2px solid var(--firstColor, #005fec);
    outline-offset: 2px;
}

.jt-package-slider-btn i {
    font-size: 0.95rem;
}

.jt-package-cards-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.jt-package-cards-slider .owl-item {
    display: flex;
    height: auto;
}

.jt-package-card-slide {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 4px 3px;
}

.jt-package-cards-slider.owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 4px 6px;
    margin: -4px -6px;
}

.jt-package-cards-slider.owl-carousel {
    overflow: visible;
}

.jt-package-cards-slider .jt-package-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.jt-package-cards-slider .jt-package-card--compact {
    border-radius: 0.85rem !important;
}

.jt-package-cards-slider .jt-package-card-badge {
    font-size: 0.65rem;
    padding: 0.25rem 0.45rem;
}

.jt-cargo-gift-balance-note {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.35;
    color: #047857;
    text-align: center;
}

.jt-package-cards-slider .jt-cargo-gift-balance-note {
    font-size: 0.64rem;
    text-align: left;
}

.jt-package-cards-slider .jt-package-card-title {
    font-size: 0.95rem;
    line-height: 1.3;
}

.jt-package-cards-slider .jt-package-card-meta {
    font-size: 0.72rem;
    line-height: 1.35;
}

.jt-package-cards-slider .jt-package-card-price-value {
    font-size: 1.35rem;
    line-height: 1.1;
}

.jt-package-cards-slider .jt-package-card-price .text-muted {
    font-size: 0.7rem;
}

.jt-price-monthly-hint {
    font-size: 0.68rem;
    line-height: 1.3;
    margin-top: 0.2rem;
}

.jt-compare-table .jt-price-monthly-hint {
    font-size: 0.72rem;
    margin-top: 0.15rem;
}

.jt-compare-price-cell {
    vertical-align: top;
    font-weight: 400;
}

.jt-compare-price-row th.jt-compare-price-label {
    font-weight: 600;
    vertical-align: middle;
}

.jt-compare-price-cell--with-order {
    height: 1px;
}

.jt-compare-price-cell-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-height: 100%;
}

.jt-compare-price-cell--with-order .jt-compare-price-order {
    margin-top: auto;
    width: 100%;
}

.jt-compare-price-strike {
    font-size: 0.78rem;
    line-height: 1.2;
    text-decoration: line-through;
    opacity: 0.65;
    margin-bottom: 0.1rem;
}

.jt-compare-price-strike.jt-compare-price-slot--empty {
    text-decoration: none;
    opacity: 1;
}

.jt-compare-price-slot--empty {
    visibility: hidden;
}

.jt-compare-price-current {
    line-height: 1.25;
}

.jt-compare-senetli-price {
    margin-top: 0.45rem;
    padding-top: 0.4rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.jt-compare-senetli-label {
    font-size: 0.68rem;
    line-height: 1.2;
    margin-bottom: 0.1rem;
}

.jt-compare-senetli-value {
    font-size: 0.88rem;
    line-height: 1.25;
    color: #495057;
}

.jt-compare-senetli-hint {
    font-size: 0.68rem;
    line-height: 1.25;
    margin-top: 0.1rem;
}

.jt-compare-price-order {
    padding-top: 0.45rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.jt-compare-order-btn {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.3rem 0.65rem;
    white-space: nowrap;
}

/* Standart paket — promosyon bandı */
.jt-package-promo-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    margin-bottom: 1.25rem;
}

.jt-package-promo-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.jt-package-promo-feature-icon {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.75rem;
    background: rgba(0, 95, 236, 0.1);
    color: var(--firstColor, #005fec);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
}

.jt-package-promo-feature-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.jt-package-promo-feature-text strong {
    font-size: 0.88rem;
    line-height: 1.25;
    color: #1f2937;
}

.jt-package-promo-feature-text span {
    font-size: 0.76rem;
    line-height: 1.35;
    color: #6b7280;
}

.jt-package-promo-panel {
    background: linear-gradient(180deg, rgba(0, 95, 236, 0.08) 0%, rgba(0, 95, 236, 0.03) 100%);
    border: 1px solid rgba(0, 95, 236, 0.12);
    border-radius: 1.25rem;
    padding: 1.5rem 1.25rem 1.25rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.jt-package-promo-title {
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.5rem;
}

.jt-package-promo-title-accent {
    color: var(--firstColor, #005fec);
}

.jt-package-promo-lead {
    max-width: 46rem;
    margin: 0 auto 1.35rem;
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.55;
}

.jt-package-promo-offer {
    position: relative;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: 1rem 1rem 1.1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    height: 100%;
    overflow: hidden;
}

.jt-package-promo-offer--featured {
    border: none;
    background: linear-gradient(135deg, #005fec 0%, #3b82f6 55%, #2563eb 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 95, 236, 0.28);
}

.jt-package-promo-ribbon {
    position: absolute;
    top: 0.85rem;
    right: -2.1rem;
    transform: rotate(35deg);
    background: #22c55e;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0.28rem 2.4rem;
    box-shadow: 0 4px 10px rgba(34, 197, 94, 0.35);
}

.jt-package-promo-offer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.74rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.28rem 0.7rem;
    background: rgba(0, 95, 236, 0.1);
    color: var(--firstColor, #005fec);
    margin-bottom: 0.85rem;
}

.jt-package-promo-offer--featured .jt-package-promo-offer-badge {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.jt-package-promo-offer-body {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.jt-package-promo-gift {
    width: 3rem;
    height: 3rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 95, 236, 0.1);
    color: var(--firstColor, #005fec);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.jt-package-promo-offer--featured .jt-package-promo-gift {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.jt-package-promo-bonus {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--firstColor, #005fec);
}

.jt-package-promo-offer--featured .jt-package-promo-bonus,
.jt-package-promo-offer--featured .jt-package-promo-bonus-sub {
    color: #fff;
}

.jt-package-promo-bonus-sub {
    font-size: 0.84rem;
    color: #6b7280;
    margin-top: 0.15rem;
}

.jt-package-promo-footnote {
    margin-top: 1.15rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.jt-package-promo-footnote i {
    color: var(--firstColor, #005fec);
    margin-right: 0.25rem;
}

/* Standart paket — kampanya listesi */
.jt-package-campaigns-kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--firstColor, #005fec);
}

.jt-package-campaigns-count {
    font-size: 0.8rem;
    color: #6b7280;
    background: #f3f4f6;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
}

.jt-campaign-list-wrap {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.85rem;
    overflow: hidden;
    background: #fff;
}

.jt-campaign-list-head,
.jt-campaign-row {
    display: grid;
    grid-template-columns: minmax(9.5rem, 11.5rem) minmax(9rem, 1.45fr) minmax(8rem, 1.15fr) minmax(8.5rem, 1fr) minmax(7.5rem, 1fr);
    gap: 0.65rem 0.85rem;
    align-items: center;
    padding: 0.55rem 0.9rem;
}

.jt-campaign-list-head {
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9ca3af;
}

.jt-campaign-row {
    font-size: 0.8rem;
    line-height: 1.35;
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
    min-height: 2.65rem;
}

.jt-campaign-row:last-child {
    border-bottom: none;
}

.jt-campaign-row:hover {
    background: rgba(0, 95, 236, 0.03);
}

.jt-campaign-list-col--name {
    min-width: 0;
}

.jt-campaign-list-col--type {
    min-width: 0;
}

.jt-campaign-row-type {
    display: inline-block;
    max-width: 100%;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 999px;
    padding: 0.22rem 0.5rem;
    background: rgba(0, 95, 236, 0.1);
    color: var(--firstColor, #005fec);
    white-space: normal;
    line-height: 1.25;
    text-align: center;
    box-sizing: border-box;
}

.jt-campaign-row--coupon .jt-campaign-row-type {
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
}

.jt-campaign-row--cargo_gift .jt-campaign-row-type {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.jt-campaign-row-name {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jt-campaign-list-col--value {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.jt-campaign-row-code {
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 0.35rem;
    padding: 0.12rem 0.35rem;
    background: #111827;
    color: #fff;
}

.jt-campaign-row-value {
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--firstColor, #005fec);
}

.jt-campaign-row--coupon .jt-campaign-row-value {
    color: #b45309;
}

.jt-campaign-row--cargo_gift .jt-campaign-row-value {
    color: #047857;
}

.jt-campaign-list-col--dates {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    color: #4b5563;
    font-size: 0.74rem;
}

.jt-campaign-row-urgent {
    font-size: 0.64rem;
    font-weight: 700;
    color: #dc2626;
}

.jt-campaign-row-scope {
    display: block;
    color: #6b7280;
    font-size: 0.72rem;
    line-height: 1.45;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

.jt-campaign-empty {
    border: 1px dashed rgba(0, 95, 236, 0.22);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(0, 95, 236, 0.04), rgba(255, 255, 255, 0.9));
    padding: 1.35rem 1rem;
    text-align: center;
}

.jt-campaign-empty-icon {
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 auto 0.7rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 95, 236, 0.1);
    color: var(--firstColor, #005fec);
    font-size: 1.1rem;
}

@media (max-width: 991.98px) {
    .jt-campaign-list-head {
        display: none;
    }

    .jt-campaign-row {
        grid-template-columns: minmax(0, 10.5rem) minmax(0, 1fr);
        grid-template-areas:
            "type name"
            "value value"
            "dates dates"
            "scope scope";
        gap: 0.45rem 0.65rem;
        align-items: start;
        padding: 0.7rem 0.85rem;
    }

    .jt-campaign-list-col--type {
        grid-area: type;
        align-self: center;
    }

    .jt-campaign-list-col--name {
        grid-area: name;
        align-self: center;
    }

    .jt-campaign-list-col--value {
        grid-area: value;
    }

    .jt-campaign-list-col--dates {
        grid-area: dates;
    }

    .jt-campaign-list-col--scope {
        grid-area: scope;
    }

    .jt-campaign-list-col--dates,
    .jt-campaign-list-col--scope,
    .jt-campaign-list-col--value {
        padding-left: 0.1rem;
    }

    .jt-package-promo-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .jt-package-promo-features {
        grid-template-columns: 1fr;
    }

    .jt-package-promo-panel {
        padding: 1.15rem 0.9rem 1rem;
    }
}

.jt-package-cards-slider .jt-package-card-features {
    font-size: 0.72rem;
    line-height: 1.35;
}

.jt-package-cards-slider .jt-package-card-features li i {
    font-size: 0.65rem;
}

.jt-package-cards-slider .jt-feature-list li {
    padding-bottom: 0.2rem;
}

.jt-package-cards-slider.owl-carousel .owl-dots {
    margin-top: 1.25rem;
    text-align: center;
}

.jt-package-cards-slider.owl-carousel .owl-dot span {
    width: 0.55rem;
    height: 0.55rem;
    margin: 0 0.3rem;
    background: #cbd5e1;
    transition: background 0.2s, transform 0.2s;
}

.jt-package-cards-slider.owl-carousel .owl-dot.active span,
.jt-package-cards-slider.owl-carousel .owl-dot:hover span {
    background: var(--firstColor, #005fec);
    transform: scale(1.15);
}

@media (max-width: 767.98px) {
    .jt-package-cards-slider-bleed {
        --jt-slider-btn-space: 2.35rem;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .jt-package-slider-btn {
        width: 2.35rem;
        height: 2.35rem;
    }
}

.jt-package-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 95, 236, 0.12);
}

.jt-package-featured {
    border-color: var(--firstColor, #005fec) !important;
    position: relative;
}

.jt-feature-list li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 0.35rem;
}

.jt-solution-card,
.jt-module-card {
    border: 1px solid var(--secondBgColor, #e6effe);
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.2s;
    background: #fff;
    text-decoration: none;
    color: inherit;
    display: block;
}

.jt-solution-card:hover,
.jt-module-card:hover {
    border-color: var(--firstColor, #005fec);
    box-shadow: 0 8px 24px rgba(0, 95, 236, 0.1);
    transform: translateY(-2px);
    color: inherit;
}

.jt-cta-band {
    background: linear-gradient(90deg, var(--firstColor, #005fec), #536ee0);
    border-radius: 20px;
    color: #fff;
    padding: 3rem 2rem;
}

.jt-trust-logos img {
    height: 32px;
    opacity: 0.6;
    filter: grayscale(1);
}

/* Bize Güvenen Markalar — 2 satır kayan siyah-beyaz logolar */
.jt-brands-section {
    overflow: hidden;
}

.jt-brands-ticker {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0.25rem 0 0.5rem;
    position: relative;
}

.jt-brands-ticker::before,
.jt-brands-ticker::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(8vw, 72px);
    z-index: 2;
    pointer-events: none;
}

.jt-brands-ticker::before {
    left: 0;
    background: linear-gradient(90deg, var(--firstBgColor, #f2f7fe) 0%, transparent 100%);
}

.jt-brands-ticker::after {
    right: 0;
    background: linear-gradient(270deg, var(--firstBgColor, #f2f7fe) 0%, transparent 100%);
}

.jt-home-tone--soft.jt-brands-section .jt-brands-ticker::before {
    background: linear-gradient(to right, var(--firstBgColor, #f2f7fe), transparent);
}

.jt-home-tone--soft.jt-brands-section .jt-brands-ticker::after {
    background: linear-gradient(to left, var(--firstBgColor, #f2f7fe), transparent);
}

.jt-home-tone--white.jt-brands-section .jt-brands-ticker::before {
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
}

.jt-home-tone--white.jt-brands-section .jt-brands-ticker::after {
    background: linear-gradient(270deg, #fff 0%, transparent 100%);
}

.jt-brands-ticker-row {
    overflow: hidden;
    white-space: nowrap;
}

.jt-brands-ticker-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.jt-brands-ticker-row--ltr .jt-brands-ticker-track {
    animation: jt-brands-scroll-ltr 90s linear infinite;
}

.jt-brands-ticker-row--rtl .jt-brands-ticker-track {
    animation: jt-brands-scroll-rtl 100s linear infinite;
}

.jt-brands-ticker-group {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    padding-right: 2.5rem;
}

.jt-brands-ticker-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 148px;
    height: 56px;
    text-decoration: none;
    color: inherit;
}

.jt-brands-ticker-logo {
    display: block;
    max-width: 132px;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.72;
    transition: opacity 0.2s ease;
}

.jt-brands-ticker-item:hover .jt-brands-ticker-logo {
    opacity: 1;
}

.jt-brands-ticker-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 40px;
    padding: 0 0.75rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #333;
    background: #f5f5f5;
    filter: grayscale(100%);
    opacity: 0.8;
}

.jt-brands-ticker--single {
    gap: 0;
    padding: 0.15rem 0;
}

.jt-brands-ticker--single .jt-brands-ticker-row--ltr .jt-brands-ticker-track {
    animation-duration: 75s;
}

.jt-brands-ticker--pausable:hover .jt-brands-ticker-track {
    animation-play-state: paused;
}

.jt-brands-ticker--mono-black .jt-brands-ticker-logo {
    filter: grayscale(100%) brightness(0);
    opacity: 0.9;
}

.jt-brands-ticker--mono-black .jt-brands-ticker-item:hover .jt-brands-ticker-logo {
    opacity: 1;
}

.jt-package-brands-bar {
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.jt-package-brands-bar .jt-brands-ticker::before {
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
}

.jt-package-brands-bar .jt-brands-ticker::after {
    background: linear-gradient(270deg, #fff 0%, transparent 100%);
}

@keyframes jt-brands-scroll-ltr {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes jt-brands-scroll-rtl {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .jt-brands-ticker-track {
        animation: none !important;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        gap: 1rem;
    }

    .jt-brands-ticker-group {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0;
        gap: 1rem;
    }

    .jt-brands-ticker-group[aria-hidden='true'] {
        display: none;
    }

    .jt-brands-ticker::before,
    .jt-brands-ticker::after {
        display: none;
    }
}

/* Referans logo grid */
.jt-ref-logo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    padding: 16px;
    border: 1px solid var(--secondBgColor, #e6effe);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
    height: 100%;
}

.jt-ref-logo-card:hover {
    border-color: var(--firstColor, #005fec);
    box-shadow: 0 6px 20px rgba(0, 95, 236, 0.1);
    transform: translateY(-2px);
    color: inherit;
}

.jt-ref-logo-card-sm {
    min-height: 72px;
    padding: 10px 8px;
}

.jt-ref-logo-img {
    max-width: 100%;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.jt-ref-logo-card-sm .jt-ref-logo-img {
    max-height: 36px;
}

.jt-ref-logo-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: var(--firstBgColor, #f2f7fe);
    color: var(--firstColor, #005fec);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 8px;
}

.jt-ref-logo-name {
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    color: #555;
    line-height: 1.2;
}

.jt-ref-grid-compact .jt-ref-logo-name {
    font-size: 0.65rem;
}

/* Bize Ulaşın */
.jt-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.jt-contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--firstBgColor, #f2f7fe);
    color: var(--firstColor, #005fec);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.jt-contact-form-card {
    border-color: var(--secondBgColor, #e6effe) !important;
}

/* Başarı Cebinde — Vimeo jingle bölümü */
.jt-video-section {
    position: relative;
}

.jt-video-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--firstColor, #005fec);
    margin-bottom: 0.75rem;
}

.jt-video-eyebrow-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--globalColor, #111);
}

.jt-video-brand-logo {
    height: 1em;
    width: auto;
    display: block;
    object-fit: contain;
}

.jt-video-eyebrow-logo span {
    color: var(--firstColor, #005fec);
    font-weight: 700;
    text-transform: lowercase;
}

.jt-video-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.jt-video-lead {
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
}

.jt-video-points li {
    padding: 0.35rem 0;
    color: #444;
    font-size: 0.95rem;
}

.jt-video-frame {
    border-radius: 20px;
    padding: 0.75rem;
    background: linear-gradient(145deg, #fff 0%, var(--firstBgColor, #f2f7fe) 100%);
    border: 1px solid rgba(0, 95, 236, 0.12);
    box-shadow: 0 20px 50px rgba(0, 26, 56, 0.12);
}

/* Jingle — transparan arka plan, siyah dalga çizgisi */
.jt-jingle-frame {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.jt-jingle-player {
    position: relative;
    background: transparent;
}

.jt-jingle-stage {
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.jt-jingle-player.is-playing .jt-jingle-stage {
    min-height: 180px;
    display: block;
}

.jt-jingle-canvas {
    display: none;
    width: 100%;
    height: 140px;
    background: transparent;
}

.jt-jingle-player.is-playing .jt-jingle-canvas {
    display: block;
}

.jt-jingle-stage-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 1rem;
    background: transparent;
    transition: opacity 0.25s ease;
    z-index: 2;
}

.jt-jingle-player.is-playing .jt-jingle-stage-overlay {
    display: none;
}

.jt-jingle-play-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #1a1a1a;
    background: transparent;
    color: #111;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.jt-jingle-play-btn:hover,
.jt-jingle-play-btn:focus-visible {
    background: rgba(0, 0, 0, 0.04);
    border-color: #000;
    transform: translateY(-1px);
    outline: none;
}

.jt-jingle-play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 0.7rem;
}

.jt-jingle-status {
    color: #777;
    font-size: 0.8rem;
    text-align: center;
    max-width: 260px;
}

.jt-jingle-audio {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.jt-jingle-vimeo-host {
    position: fixed !important;
    left: -9999px !important;
    top: 0 !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.jt-jingle-vimeo-host iframe {
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.jt-jingle-pause-chip {
    display: block;
    margin: 0.5rem auto 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #888;
    font-size: 0.78rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.jt-jingle-pause-chip:hover,
.jt-jingle-pause-chip:focus-visible {
    color: #111;
    outline: none;
}

.jt-jingle-pause-chip[hidden] {
    display: none !important;
}

@media (max-width: 767.98px) {
    .jt-jingle-player.is-playing .jt-jingle-stage {
        min-height: 140px;
    }

    .jt-jingle-canvas {
        height: 110px;
    }
}

/* Yönetim paneli showcase */
.jt-panel-visual {
    position: relative;
}

.jt-panel-visual-glow {
    position: absolute;
    inset: 8% 4% 4%;
    background: radial-gradient(circle, rgba(0, 95, 236, 0.18) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.jt-panel-screenshot {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 26, 56, 0.16);
    border: 1px solid rgba(0, 95, 236, 0.1);
}

.jt-panel-feature {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    height: 100%;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--secondBgColor, #e6effe);
    border-radius: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.jt-panel-feature:hover {
    border-color: rgba(0, 95, 236, 0.35);
    box-shadow: 0 8px 24px rgba(0, 95, 236, 0.08);
}

.jt-panel-feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--firstBgColor, #f2f7fe);
    color: var(--firstColor, #005fec);
}

/* Tablet / mobil panel — soluk arka plan, geçişsiz */
.jt-mobile-panel-section {
    position: relative;
}

.jt-tablet-visual {
    position: relative;
    padding: 0.5rem 0;
}

.jt-tablet-screenshot {
    max-width: min(100%, 720px);
    filter: drop-shadow(0 20px 40px rgba(0, 26, 56, 0.14));
}

.jt-mobile-points li {
    padding: 0.4rem 0;
    font-size: 0.95rem;
    color: #444;
}

/* Canlı deneme — Arcade embed */
.jt-demo-device {
    position: relative;
    padding: 1.25rem 1.25rem 1.5rem;
    background: linear-gradient(180deg, #101828 0%, #1a2740 100%);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(0, 26, 56, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.jt-demo-device-notch {
    width: 72px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    margin: 0 auto 1rem;
}

.jt-demo-embed-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
    overflow: hidden;
    background: #0b1220;
}

.jt-demo-embed-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    color-scheme: dark;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .jt-demo-device {
        padding: 1rem;
        border-radius: 20px;
    }

    .jt-demo-embed-wrap {
        border-radius: 14px;
    }

    .jt-demo-embed-wrap iframe {
        border-radius: 14px;
    }
}

/* Header mega menü — masaüstü konumlandırma */
@media (min-width: 992px) {
    .jt-header-shell .navbar .has-megamenu > .dropdown-menu.megamenu-netgsm.show,
    .jt-header-shell .navbar .jt-solutions-megamenu > .dropdown-menu.jt-solutions-dropdown.show,
    .jt-header-shell .navbar .dropdown-menu.jt-header-mega--positioned.show,
    body > .dropdown-menu.jt-header-mega--positioned.show {
        position: fixed !important;
        top: var(--jt-mega-menu-top, var(--jt-header-bottom, auto)) !important;
        margin-top: 0 !important;
        transform: none !important;
        translate: none !important;
        z-index: 10000 !important;
        box-sizing: border-box;
        display: block !important;
    }

    .jt-header-shell .navbar .jt-solutions-megamenu > .dropdown-menu.jt-solutions-dropdown.show,
    .jt-header-shell .navbar .dropdown-menu.jt-solutions-dropdown.jt-header-mega--positioned.show,
    body > .dropdown-menu.jt-solutions-dropdown.jt-header-mega--positioned.show {
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid var(--bs-border-color, #dee2e6);
        box-shadow: 0 14px 36px rgba(0, 26, 56, 0.1);
        overflow: hidden;
        padding: 0;
    }

    .jt-header-shell .navbar .has-megamenu > .dropdown-menu.megamenu-netgsm.show::before,
    .jt-header-shell .navbar .jt-solutions-megamenu > .dropdown-menu.jt-solutions-dropdown.show::before,
    .jt-header-shell .navbar .dropdown-menu.jt-header-mega--positioned.show::before,
    body > .dropdown-menu.jt-header-mega--positioned.show::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -14px;
        height: 14px;
        background: transparent;
    }

    .jt-header-shell .navbar .has-megamenu > .dropdown-menu.megamenu-netgsm.show,
    .jt-header-shell .navbar .dropdown-menu.megamenu-netgsm.jt-header-mega--positioned.show,
    body > .dropdown-menu.megamenu-netgsm.jt-header-mega--positioned.show {
        border-radius: 0 0 12px 12px;
        width: 750px !important;
        max-width: calc(100vw - 2rem) !important;
    }

    .jt-header-shell .navbar .dropdown-menu.jt-header-mega--positioned:not(.jt-header-mega--ready) {
        visibility: hidden !important;
    }
}

body.jt-header-dropdown-open {
    overflow-x: hidden;
}

body.jt-header-dropdown-open .jt-header-shell {
    z-index: 1045;
}

.jt-header-shell {
    overflow-x: visible;
}

.jt-header-shell .jt-solutions-megamenu > .jt-solutions-dropdown.show {
    display: block !important;
}

.jt-solutions-dropdown__inner {
    width: min(100%, 1320px);
    max-width: 1320px;
    margin-inline: auto;
    padding: 1.15rem 1.5rem 1rem;
    box-sizing: border-box;
}

.jt-solutions-dropdown-cols {
    display: grid;
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 0 2rem;
    align-items: start;
    width: 100%;
}

.jt-solutions-dropdown-col {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.jt-solutions-dropdown-col--wide {
    min-width: 0;
}

.jt-solutions-dropdown-col-grid {
    display: block;
    width: 100%;
    min-width: 0;
}

.jt-solutions-dropdown-col-grid--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.25rem;
    width: 100%;
    min-width: 0;
}

.jt-solutions-dropdown-col-stack {
    width: 100%;
    min-width: 0;
}

.jt-solutions-dropdown-col--border {
    border-left: 1px solid var(--bs-border-color, #dee2e6);
    padding-left: 2.5rem;
}

.jt-solutions-dropdown-footer {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--bs-border-color, #dee2e6);
}

.jt-solutions-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0.4rem 0.35rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.35;
    border-radius: 8px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.jt-solutions-dropdown .dropdown-item > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.jt-solutions-dropdown__badge {
    flex: 0 0 auto;
    margin-top: 0.1rem;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #64748b;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.06rem 0.28rem;
    line-height: 1.15;
    white-space: nowrap;
}

.jt-solutions-dropdown__item--soon {
    opacity: 0.72;
    pointer-events: none;
    cursor: default;
}

.jt-solutions-dropdown .dropdown-item::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--firstColor, #005fec);
    flex-shrink: 0;
}

.jt-solutions-dropdown .dropdown-item:hover::before {
    background: #fff;
}

.jt-solutions-dropdown .dropdown-header {
    display: block;
    width: 100%;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
    padding: 0 0.35rem 0.5rem;
    margin-bottom: 0.15rem;
    white-space: normal;
}


@media (max-width: 575.98px) {
    .jt-solutions-dropdown__inner {
        padding: 0.85rem 1rem 0.75rem;
    }

    .jt-solutions-dropdown-cols {
        grid-template-columns: 1fr;
        gap: 0.75rem 0;
    }

    .jt-solutions-dropdown-col-grid--split {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .jt-solutions-dropdown-col-stack {
        min-width: 0;
    }

    .jt-solutions-dropdown-col--border {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid var(--bs-border-color, #dee2e6);
        padding-top: 0.75rem;
    }
}

.jt-compare-table .table th,
.jt-compare-table .table td {
    vertical-align: middle;
}

.jt-compare-product-head-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.jt-compare-head-names--has-promos .jt-compare-feature-head,
.jt-compare-head-names--has-promos .jt-compare-product-head {
    height: 1px;
    vertical-align: bottom;
}

.jt-compare-head-names--has-promos .jt-compare-product-head-inner {
    height: 100%;
    justify-content: flex-end;
    gap: 0.35rem;
}

.jt-compare-product-head-promos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.3rem;
    width: 100%;
}

.jt-compare-head-names--has-promos .jt-compare-product-head-promos {
    flex: 1 1 auto;
    min-height: 0;
}

.jt-compare-head-names--has-promos .jt-compare-product-head-name {
    flex: 0 0 auto;
}

.jt-compare-product-head-name {
    font-weight: 700;
}

.jt-compare-product-head .jt-cargo-gift-balance-note {
    font-size: 0.62rem;
    line-height: 1.3;
}

.jt-compare-column-badges-track {
    position: relative;
    min-height: 0;
    margin-bottom: 0.65rem;
    background: transparent;
}

.jt-compare-column-badges__item {
    position: absolute;
    top: 0.5rem;
    display: none;
    justify-content: center;
    align-items: flex-start;
    padding: 0 0.35rem;
    box-sizing: border-box;
    pointer-events: none;
}

.jt-compare-column-badges__item--has-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.jt-compare-column-badges-track--cargo-gift,
.jt-compare-table-shell--with-cargo-gift-badges .jt-compare-column-badges-track {
    min-height: 2.75rem;
}

.jt-compare-column-badge {
    display: inline-block;
    max-width: 12.5rem;
    margin-bottom: 0;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    border: 1px solid #86efac;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: #047857;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    box-shadow: 0 1px 3px rgba(4, 120, 87, 0.1);
}

.jt-compare-feature-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.jt-compare-feature-label {
    flex: 1;
    min-width: 0;
}

.jt-compare-feature-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.jt-compare-gift-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
}

.jt-compare-gift-icon .jt-compare-gift-svg {
    width: 1.05rem;
    height: 1.05rem;
    display: block;
}

.jt-compare-optional-circle {
    display: inline-block;
    width: 0.92rem;
    height: 0.92rem;
    border: 2px solid #f5b800;
    border-radius: 50%;
    background: transparent;
    vertical-align: -0.1em;
    box-sizing: border-box;
}

.jt-limited-feature-badge {
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.25;
    white-space: normal;
    text-align: center;
}

.jt-limited-feature-badge--compact {
    display: inline-block;
    max-width: 7.5rem;
    font-size: 0.58rem;
    line-height: 1.2;
    padding: 0.2rem 0.35rem;
}

.jt-limited-feature-badge--inline {
    display: inline-block;
    max-width: 100%;
    font-size: 0.6rem;
    line-height: 1.2;
    padding: 0.22rem 0.4rem;
}

.jt-compare-price-current .jt-limited-feature-badge--compact,
.jt-compare-price-limited-badge .jt-limited-feature-badge--compact {
    max-width: 6.75rem;
    font-size: 0.62rem;
}

.jt-compare-group-row td {
    padding: 0;
    background: transparent;
    border-top: 2px solid #dee2e6;
}

.jt-compare-group-title {
    padding: 0;
    background: transparent;
}

.jt-compare-group-title-bar {
    display: block;
    box-sizing: border-box;
    position: sticky;
    left: 0;
    z-index: 7;
    width: 100cqw;
    max-width: 100cqw;
    padding: 0.65rem 0.75rem 0.35rem;
    background: #f1f4f8;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
    color: #495057;
    box-shadow: 0 1px 0 #dee2e6;
}

.jt-compare-table--searchable .jt-compare-feature-head {
    vertical-align: middle;
    min-width: 11.5rem;
    padding: 0.65rem 0.75rem;
    background: #f8f9fa;
}

.jt-compare-search-bar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 0.65rem 0.75rem 0.55rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.jt-compare-search-bar .jt-compare-search {
    margin-bottom: 0;
    flex: 1 1 14rem;
    max-width: 18rem;
}

.jt-compare-search-bar .jt-compare-search-count {
    margin-left: auto;
}

.jt-compare-table--searchable .jt-compare-table-shell {
    overflow: visible;
}

.jt-compare-table-shell--searchable .jt-compare-table-scroll {
    border-radius: 0 0 1rem 1rem;
}

.jt-compare-table--sticky-head .jt-compare-search-bar {
    position: sticky;
    top: var(--jt-compare-sticky-top, var(--jt-header-bottom, 108px));
    z-index: 16;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.jt-compare-table--sticky-head .jt-compare-head-names th {
    position: sticky;
    top: calc(var(--jt-compare-sticky-top, var(--jt-header-bottom, 108px)) + var(--jt-compare-search-height, 0px));
    z-index: 12;
    background-color: #f8f9fa;
    box-shadow:
        0 -4px 0 0 #f8f9fa,
        0 4px 0 0 #f8f9fa,
        0 1px 0 #dee2e6;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.jt-compare-table--sticky-head .jt-compare-head-names th.jt-compare-feature-head {
    left: 0;
    z-index: 17;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    box-shadow:
        0 -4px 0 0 #f8fafc,
        0 4px 0 0 #f1f5f9,
        0 1px 0 #dee2e6,
        2px 0 8px rgba(15, 23, 42, 0.05);
}

.jt-compare-table--sticky-head .jt-compare-head-names th.jt-compare-product-head {
    font-weight: 700;
}

.jt-compare-table--sticky-head .jt-compare-price-row th {
    position: sticky;
    top: calc(var(--jt-compare-sticky-top, var(--jt-header-bottom, 108px)) + var(--jt-compare-search-height, 0px) + var(--jt-compare-sticky-names-height, 56px));
    z-index: 11;
    background-color: #fff;
    box-shadow:
        0 -4px 0 0 #fff,
        0 4px 0 0 #fff,
        0 1px 0 #dee2e6;
    font-weight: 400;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.jt-compare-table--sticky-head .jt-compare-price-row th.jt-compare-price-label {
    left: 0;
    z-index: 16;
    background-color: #f8f9fa;
    font-weight: 600;
    box-shadow:
        0 -4px 0 0 #f8f9fa,
        0 4px 0 0 #f8f9fa,
        0 1px 0 #dee2e6,
        2px 0 8px rgba(15, 23, 42, 0.05);
}

@media (min-width: 1200px) {
    .jt-compare-table--sticky-head .jt-compare-table-grid {
        border-collapse: separate;
        border-spacing: 0;
    }

    .jt-compare-table--sticky-head .jt-compare-head-names th::before,
    .jt-compare-table--sticky-head .jt-compare-price-row th::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -2px;
        bottom: -2px;
        background: inherit;
        z-index: -1;
        pointer-events: none;
    }

    .jt-compare-table--sticky-head .jt-compare-head-names th,
    .jt-compare-table--sticky-head .jt-compare-price-row th {
        isolation: isolate;
    }

    .jt-compare-table-scroll[data-compare-cols="1"] .jt-compare-table-grid,
    .jt-compare-table-scroll[data-compare-cols="2"] .jt-compare-table-grid,
    .jt-compare-table-scroll[data-compare-cols="3"] .jt-compare-table-grid,
    .jt-compare-table-scroll[data-compare-cols="4"] .jt-compare-table-grid,
    .jt-compare-table-scroll[data-compare-cols="5"] .jt-compare-table-grid,
    .jt-compare-table-scroll[data-compare-cols="6"] .jt-compare-table-grid {
        min-width: 100%;
    }

    .jt-compare-table--sticky-head .jt-compare-table-scroll[data-compare-cols="1"],
    .jt-compare-table--sticky-head .jt-compare-table-scroll[data-compare-cols="2"],
    .jt-compare-table--sticky-head .jt-compare-table-scroll[data-compare-cols="3"],
    .jt-compare-table--sticky-head .jt-compare-table-scroll[data-compare-cols="4"],
    .jt-compare-table--sticky-head .jt-compare-table-scroll[data-compare-cols="5"],
    .jt-compare-table--sticky-head .jt-compare-table-scroll[data-compare-cols="6"] {
        overflow-x: visible;
    }
}

@media (max-width: 1199.98px) {
    .jt-compare-table--sticky-head .jt-compare-table-grid {
        border-collapse: separate;
        border-spacing: 0;
    }

    .jt-compare-table--sticky-head .jt-compare-head-names th,
    .jt-compare-table--sticky-head .jt-compare-price-row th {
        isolation: isolate;
    }

    .jt-compare-table--sticky-head .jt-compare-head-names th::before,
    .jt-compare-table--sticky-head .jt-compare-price-row th::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -2px;
        bottom: -2px;
        background: inherit;
        z-index: -1;
        pointer-events: none;
    }
}

.jt-compare-search {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.45rem;
}

.jt-compare-search-icon {
    position: absolute;
    left: 0.72rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.72rem;
    pointer-events: none;
    z-index: 1;
}

.jt-compare-search-input {
    width: 100%;
    height: 2.15rem;
    padding: 0.35rem 2rem 0.35rem 2rem;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 0.78rem;
    line-height: 1.2;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.jt-compare-search-input::placeholder {
    color: #94a3b8;
}

.jt-compare-search-input:hover {
    border-color: #c8d5e4;
}

.jt-compare-search-input:focus {
    outline: none;
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.2);
    background: #fff;
}

.jt-compare-search-clear {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #e2e8f0;
    color: #64748b;
    font-size: 0.62rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.jt-compare-search-clear:hover {
    background: #cbd5e1;
    color: #334155;
}

.jt-compare-feature-head-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.jt-compare-th-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.jt-compare-search-count {
    font-size: 0.68rem;
    font-weight: 600;
    color: #2563eb;
    white-space: nowrap;
}

.jt-compare-row--hidden {
    display: none;
}

.jt-compare-no-results td {
    background: #fafbfc;
    font-size: 0.8rem;
}

.jt-feature-info-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    padding: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    background: #fff;
    color: #6c757d;
    font-size: 0.58rem;
    line-height: 1;
    cursor: help;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.jt-feature-info-btn:hover,
.jt-feature-info-btn:focus {
    color: var(--bs-primary, #0d6efd);
    border-color: var(--bs-primary, #0d6efd);
    background: #f0f7ff;
    outline: none;
}

.jt-feature-info-btn .fa-exclamation {
    font-weight: 900;
}

/* Paket karşılaştırma — responsive tablo */
.jt-compare-table-layout {
    max-width: 100%;
}

.jt-compare-scroll-hint {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: -0.15rem 0 0.65rem;
    font-size: 0.74rem;
    font-weight: 500;
    color: #64748b;
    text-align: center;
}

.jt-compare-table-scroll {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    container-type: inline-size;
    container-name: compare-scroll;
}

.jt-compare-table-shell--searchable .jt-compare-search-bar {
    border-radius: 1rem 1rem 0 0;
}

.jt-compare-table-scroll.is-scrollable::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 100%);
    opacity: 1;
    transition: opacity 0.2s ease;
}

.jt-compare-table-scroll.is-scrolled-end::after {
    opacity: 0;
}

.jt-compare-table-shell {
    position: relative;
    background: #fff;
    overflow: visible;
}

.jt-compare-table-grid {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
    table-layout: auto;
}

.jt-compare-table-scroll[data-compare-cols="1"] .jt-compare-table-grid {
    min-width: 22rem;
}

.jt-compare-table-scroll[data-compare-cols="2"] .jt-compare-table-grid {
    min-width: 28rem;
}

.jt-compare-table-scroll[data-compare-cols="3"] .jt-compare-table-grid {
    min-width: 36rem;
}

.jt-compare-table-scroll[data-compare-cols="4"] .jt-compare-table-grid {
    min-width: 44rem;
}

.jt-compare-table-scroll[data-compare-cols="5"] .jt-compare-table-grid {
    min-width: 52rem;
}

.jt-compare-table-scroll[data-compare-cols="6"] .jt-compare-table-grid {
    min-width: 60rem;
}

.jt-compare-table-grid .jt-compare-feature-head,
.jt-compare-table-grid .jt-compare-feature-name,
.jt-compare-table-grid .jt-compare-price-row .jt-compare-price-label {
    position: sticky;
    left: 0;
    z-index: 4;
    background: #fff;
    box-shadow: 2px 0 8px rgba(15, 23, 42, 0.05);
}

.jt-compare-table-grid thead .jt-compare-feature-head {
    z-index: 6;
    background: #f8f9fa;
    min-width: 11.5rem;
}

.jt-compare-table-grid .jt-compare-price-row .jt-compare-price-label {
    background: #f8f9fa;
    z-index: 5;
    min-width: 11.5rem;
}

.jt-compare-table-grid .jt-compare-group-title {
    background: transparent;
}

.jt-compare-product-head {
    min-width: 6.75rem;
    white-space: normal;
    line-height: 1.25;
    vertical-align: middle;
}

.jt-compare-table-grid tbody td:not(.jt-compare-feature-name):not(.jt-compare-group-title) {
    min-width: 4.5rem;
}

@media (max-width: 1199.98px) {
    .jt-compare-scroll-hint {
        display: flex;
    }

    .jt-compare-table-shell--searchable .jt-compare-search-bar {
        margin-bottom: 0;
    }

    .jt-compare-table--sticky-head .jt-compare-table-scroll .jt-compare-feature-head,
    .jt-compare-table--sticky-head .jt-compare-table-grid .jt-compare-feature-name,
    .jt-compare-table--sticky-head .jt-compare-table-grid .jt-compare-price-row .jt-compare-price-label {
        position: sticky;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .jt-compare-table {
        margin-top: 2rem !important;
    }

    .jt-compare-table .h4 {
        font-size: 1.1rem;
    }

    .jt-compare-scroll-hint {
        font-size: 0.68rem;
        margin-bottom: 0.55rem;
    }

    .jt-compare-table-shell {
        border-radius: 0.85rem !important;
    }

    .jt-compare-table .table th,
    .jt-compare-table .table td {
        padding: 0.42rem 0.35rem;
        font-size: 0.72rem;
    }

    .jt-compare-feature-head {
        min-width: 8.75rem !important;
        width: 8.75rem;
        max-width: 38vw;
    }

    .jt-compare-table-grid .jt-compare-feature-name {
        min-width: 8.75rem;
        width: 8.75rem;
        max-width: 38vw;
        font-size: 0.7rem;
        line-height: 1.3;
    }

    .jt-compare-feature-label {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .jt-compare-product-head {
        min-width: 4.35rem;
        font-size: 0.66rem;
        padding: 0.38rem 0.28rem !important;
    }

    .jt-compare-table-grid tbody td:not(.jt-compare-feature-name):not(.jt-compare-group-title) {
        min-width: 3.35rem;
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    .jt-compare-price-row .jt-compare-price-label {
        min-width: 8.75rem !important;
        width: 8.75rem;
        font-size: 0.68rem;
        line-height: 1.25;
        white-space: normal;
    }

    .jt-compare-price-cell {
        min-width: 4.75rem;
    }

    .jt-compare-price-current .fw-bold {
        font-size: 0.82rem;
    }

    .jt-compare-price-strike {
        font-size: 0.66rem;
    }

    .jt-compare-table .jt-price-monthly-hint,
    .jt-compare-senetli-label,
    .jt-compare-senetli-hint {
        font-size: 0.6rem;
        line-height: 1.2;
    }

    .jt-compare-senetli-value {
        font-size: 0.74rem;
    }

    .jt-compare-order-btn {
        font-size: 0.6rem;
        padding: 0.24rem 0.4rem;
        white-space: normal;
        line-height: 1.2;
    }

    .jt-compare-price-order {
        padding-top: 0.35rem;
    }

    .jt-compare-group-title-bar {
        font-size: 0.72rem;
        padding: 0.5rem 0.55rem;
    }

    .jt-compare-column-badge {
        max-width: 9.5rem;
        font-size: 0.56rem;
        padding: 0.24rem 0.45rem;
    }

    .jt-compare-table-shell--with-column-badges .jt-compare-column-badges-track,
    .jt-compare-column-badges-track {
        min-height: 2.35rem;
        margin-bottom: 0.5rem;
    }

    .jt-compare-search-input {
        height: 2rem;
        font-size: 0.72rem;
    }

    .jt-compare-gift-icon .jt-compare-gift-svg {
        width: 0.9rem;
        height: 0.9rem;
    }

    .jt-feature-info-btn {
        width: 1.2rem;
        height: 1.2rem;
        font-size: 0.55rem;
    }
}

@media (max-width: 575.98px) {
    .jt-compare-table-scroll[data-compare-cols="4"] .jt-compare-table-grid,
    .jt-compare-table-scroll[data-compare-cols="5"] .jt-compare-table-grid,
    .jt-compare-table-scroll[data-compare-cols="6"] .jt-compare-table-grid {
        min-width: 34rem;
    }

    .jt-compare-feature-head,
    .jt-compare-table-grid .jt-compare-feature-name,
    .jt-compare-price-row .jt-compare-price-label {
        min-width: 7.5rem !important;
        width: 7.5rem;
        max-width: 42vw;
    }
}

@media (min-width: 1200px) {
    .jt-compare-table--sticky-head .jt-compare-head-names th.jt-compare-feature-head {
        left: 0;
        z-index: 15;
    }

    .jt-compare-table--sticky-head .jt-compare-price-row th.jt-compare-price-label {
        left: 0;
        z-index: 14;
    }
}

/* Paket sayfası — SSS accordion */
.jt-faq-section {
    padding-top: 0.25rem;
}

.jt-faq-section-head {
    max-width: 42rem;
}

.jt-faq-item {
    margin-bottom: 0.65rem;
}

.jt-faq-item:last-child {
    margin-bottom: 0;
}

.jt-faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.15rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.jt-faq-trigger:hover,
.jt-faq-trigger:focus-visible {
    background: #fff;
    border-color: #93c5fd;
    box-shadow: 0 8px 24px rgba(0, 95, 236, 0.1);
    color: var(--firstColor, #005fec);
    outline: none;
    transform: translateY(-1px);
}

.jt-faq-trigger:not(.collapsed) {
    background: #fff;
    border-color: #60a5fa;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 6px 20px rgba(0, 95, 236, 0.08);
    color: var(--firstColor, #005fec);
}

.jt-faq-question {
    flex: 1;
    min-width: 0;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.45;
}

.jt-faq-icon {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: #e8f1ff;
    color: var(--firstColor, #005fec);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jt-faq-icon::before {
    content: '+';
}

.jt-faq-trigger:hover .jt-faq-icon,
.jt-faq-trigger:focus-visible .jt-faq-icon {
    background: var(--firstColor, #005fec);
    color: #fff;
}

.jt-faq-trigger:not(.collapsed) .jt-faq-icon {
    background: var(--firstColor, #005fec);
    color: #fff;
    transform: rotate(180deg);
}

.jt-faq-trigger:not(.collapsed) .jt-faq-icon::before {
    content: '−';
}

.jt-faq-answer {
    padding: 1rem 1.15rem 1.1rem;
    border: 1px solid #60a5fa;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.65;
}

.jt-faq-answer p {
    margin-bottom: 0.65rem;
}

.jt-faq-answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .jt-faq-trigger {
        padding: 0.9rem 1rem;
    }

    .jt-faq-question {
        font-size: 0.9rem;
    }
}

.jt-breadcrumb-bar {
    background: var(--firstBgColor, #f2f7fe);
    padding: 0.75rem 0;
    margin: 0;
}

/* Sayfa section'ları — arka plan padding alanını kaplar, aralarında beyaz boşluk kalmaz */
body > section {
    margin: 0;
    display: flow-root;
}

.jt-hero {
    padding-top: 0;
    padding-bottom: 3.5rem;
}

.jt-content-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.jt-ticker-section {
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* Varsayılan ve alternatif section arka planları */
.jt-content-section {
    background-color: #fff;
}

.jt-marketplace-section,
.jt-why-section,
.jt-video-section,
.jt-live-demo-section {
    background-color: var(--firstBgColor, #f2f7fe);
}

.jt-steps-section,
.jt-section-bg-muted {
    background-color: #fafbfc;
}

.jt-section-bg-soft {
    background-color: var(--firstBgColor, #f2f7fe);
}

/* section sırasına göre alternatif (header div sayılmaz) */
body > section.jt-content-section:nth-of-type(even) {
    background-color: #fafbfc;
}

body > section.jt-marketplace-section,
body > section.jt-why-section,
body > section.jt-section-bg-soft,
body > section.jt-video-section,
body > section.jt-live-demo-section,
body > section.jt-content-section.jt-panel-feature-section.jt-section-bg-soft {
    background-color: var(--firstBgColor, #f2f7fe);
}

body > section.jt-steps-section,
body > section.jt-section-bg-muted,
body > section.jt-content-section.jt-panel-feature-section.jt-section-bg-muted {
    background-color: #fafbfc;
}

body > section.jt-content-section.jt-mobile-panel-section {
    background: linear-gradient(135deg, #001428 0%, #002a52 52%, #003d73 100%);
}

/* Aynı arka planlı ardışık section'larda üst boşluğu birleştir */
.jt-hero + .jt-content-section,
.jt-hero + .jt-ticker-section,
.jt-content-section + .jt-content-section:not(.jt-steps-section),
.jt-content-section + .jt-ticker-section,
.jt-ticker-section + .jt-content-section,
.jt-ticker-section + .jt-why-section {
    padding-top: 0;
}

.jt-content-section.jt-steps-section {
    padding-top: 3.5rem;
}

.jt-faq .accordion-button:not(.collapsed) {
    background: var(--firstBgColor, #f2f7fe);
    color: var(--firstColor, #005fec);
}

/* Panel ekran görüntüleri — üst üste, gölgeli, hafif sallanan kartlar */
.jt-panel-section,
.jt-panel-feature-section {
    overflow: hidden;
}

.jt-panel-stack {
    position: relative;
    min-height: clamp(280px, 42vw, 440px);
    margin: 0 auto;
    max-width: 620px;
}

.jt-panel-stack--market {
    min-height: clamp(300px, 44vw, 400px);
}

.jt-panel-stack--order {
    min-height: clamp(320px, 46vw, 460px);
    max-width: 640px;
}

.jt-panel-stack--suite {
    min-height: clamp(340px, 48vw, 480px);
}

.jt-panel-stack--ops {
    min-height: clamp(360px, 50vw, 500px);
    max-width: 660px;
}

.jt-panel-stack--ops .jt-panel-float--back {
    width: 88%;
    top: 0;
    left: 0;
}

.jt-panel-stack--ops .jt-panel-float--front {
    width: 92%;
    bottom: -2%;
    right: 0;
}

.jt-panel-float {
    --jt-float-rotate: 0deg;
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.12);
    box-shadow:
        0 28px 64px rgba(0, 26, 56, 0.16),
        0 10px 28px rgba(0, 95, 236, 0.1);
    transform: rotate(var(--jt-float-rotate));
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    will-change: transform;
}

.jt-panel-float img {
    display: block;
    width: 100%;
    height: auto;
}

.jt-panel-float--back {
    z-index: 1;
    width: 74%;
    top: 0;
    left: 0;
    opacity: 0.92;
}

.jt-panel-float--front {
    z-index: 2;
    width: 78%;
    bottom: 0;
    right: 0;
}

.jt-panel-stack--order .jt-panel-float--back {
    width: 58%;
    top: 8%;
    right: 0;
    left: auto;
}

.jt-panel-stack--order .jt-panel-float--front {
    width: 88%;
    bottom: 0;
    left: 0;
    right: auto;
}

.jt-panel-stack--order .jt-panel-float img {
    clip-path: inset(3px);
}

.jt-panel-stack--suite .jt-panel-float--back {
    width: 82%;
    top: 6%;
    right: 0;
    left: auto;
}

.jt-panel-stack--suite .jt-panel-float--front {
    width: 86%;
    bottom: 0;
    left: 0;
}

.jt-panel-float--wobble-slow {
    animation: jt-panel-wobble 7.5s ease-in-out infinite;
}

.jt-panel-float--wobble-fast {
    animation: jt-panel-wobble 5.5s ease-in-out infinite;
    animation-delay: -2.2s;
}

.jt-panel-stack:hover .jt-panel-float--front {
    box-shadow:
        0 36px 72px rgba(0, 26, 56, 0.2),
        0 14px 32px rgba(0, 95, 236, 0.14);
}

@keyframes jt-panel-wobble {
    0%,
    100% {
        transform: rotate(var(--jt-float-rotate)) translateY(0);
    }
    25% {
        transform: rotate(calc(var(--jt-float-rotate) + 1.2deg)) translateY(-5px);
    }
    50% {
        transform: rotate(calc(var(--jt-float-rotate) - 0.8deg)) translateY(3px);
    }
    75% {
        transform: rotate(calc(var(--jt-float-rotate) + 0.6deg)) translateY(-3px);
    }
}

@media (max-width: 991.98px) {
    .jt-panel-stack {
        min-height: 300px;
        max-width: 100%;
    }

    .jt-panel-float--back {
        width: 70%;
    }

    .jt-panel-float--front {
        width: 82%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jt-panel-float--wobble-slow,
    .jt-panel-float--wobble-fast {
        animation: none;
    }
}

/* Footer — Netgsm #FooterDark yapısı (main.min.css ile birlikte) */
.jt-footer-shell {
    width: 100%;
    margin: 0;
    padding: 0;
}

#FooterDark {
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
}

#FooterDark h6 {
    margin-top: 0;
    margin-bottom: 0.65rem;
}

.jt-footer-main-grid {
    align-items: flex-start;
}

.jt-footer-stack-col {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.jt-footer-section__title {
    margin: 0 0 0.85rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.jt-footer-links {
    margin: 0;
    padding: 0;
}

.jt-footer-links li {
    display: block;
    width: 100%;
    margin: 0 0 0.42rem;
}

.jt-footer-links li:last-child {
    margin-bottom: 0;
}

.jt-footer-links a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.jt-footer-links a:hover,
.jt-footer-links a:focus-visible {
    color: #fff;
}

.jt-footer-col {
    min-width: 0;
}

#FooterDark .jt-footer-soon {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.92em;
}

#FooterDark .jt-footer-soon small {
    color: rgba(255, 255, 255, 0.38);
}

#FooterDark .jt-footer-contact small {
    color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 991.98px) {
    .jt-footer-contact-col {
        margin-top: 0.25rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
}

#FooterDark .col-lg-3 + .col-lg-3 h6:not(:first-child),
#FooterDark .col-md-4 h6:not(:first-child) {
    margin-top: 0;
}

.jt-footer-partner {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.jt-footer-partner-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem 1.75rem;
}

.jt-footer-partner-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.jt-footer-partner-logo {
    display: block;
    height: 2.25rem;
    width: auto;
    max-width: min(100%, 12rem);
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.jt-footer-partner-logo--ito {
    height: 2.75rem;
    max-width: 2.75rem;
    border-radius: 50%;
    object-fit: contain;
}

.jt-footer-partner-logo--butso {
    height: 2.35rem;
    max-width: 10rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    background: #fff;
    box-sizing: content-box;
}

.jt-footer-partner-logo--maku {
    height: 2.25rem;
}

.jt-footer-partner-link:hover .jt-footer-partner-logo,
.jt-footer-partner-link:focus-visible .jt-footer-partner-logo {
    opacity: 1;
}

#FooterAlt a i {
    font-size: 1.25rem;
}

#FooterAlt .col-lg-9 > a {
    margin-right: 1rem;
}

#FooterAlt .col-lg-9 > a:last-of-type {
    margin-right: 0;
}

.jt-footer-agreement-modal__body {
    white-space: pre-wrap;
    font-family: inherit;
}

#FooterAlt .col-lg-3 > a {
    margin-right: 1rem;
}

#FooterAlt .col-lg-3 > a:last-child {
    margin-right: 0;
}

@media (min-width: 992px) {
    #FooterAlt .col-lg-3 {
        text-align: right;
    }
}

/* B2B çözüm sayfası */
.jt-b2b-visual,
.jt-b2b-visual *,
.jt-b2b-visual__frame,
.jt-b2b-visual__frame * {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.jt-b2b-mock button {
    cursor: default;
}

.jt-b2b-page .jt-hero {
    padding-bottom: 2.5rem;
}

.jt-b2b-intro-section,
.jt-solution-intro-section {
    padding-top: 0;
    padding-bottom: 2rem;
}

.jt-solution-intro-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.35rem;
    border: 1px solid rgba(0, 95, 236, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 52%, #f3f8ff 100%);
    box-shadow:
        0 20px 48px rgba(0, 26, 56, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.jt-solution-intro-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #005fec 0%, #3b82f6 55%, #60a5fa 100%);
}

.jt-solution-intro-card--eihracat {
    border-color: rgba(13, 148, 136, 0.14);
    background: linear-gradient(145deg, #ffffff 0%, #f4fdfa 52%, #ecfdf9 100%);
}

.jt-solution-intro-card--eihracat::before {
    background: linear-gradient(90deg, #0d9488 0%, #14b8a6 55%, #2dd4bf 100%);
}

.jt-solution-intro-card__glow {
    position: absolute;
    top: -35%;
    right: -8%;
    width: 42%;
    height: 85%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 95, 236, 0.1) 0%, transparent 72%);
    pointer-events: none;
}

.jt-solution-intro-card--eihracat .jt-solution-intro-card__glow {
    background: radial-gradient(circle, rgba(13, 148, 136, 0.12) 0%, transparent 72%);
}

.jt-solution-intro-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 1.35rem;
    padding: 2rem 2rem 2.1rem;
}

.jt-solution-intro-card__icon {
    flex: 0 0 auto;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #005fec;
    background: linear-gradient(145deg, rgba(0, 95, 236, 0.12) 0%, rgba(0, 95, 236, 0.05) 100%);
    border: 1px solid rgba(0, 95, 236, 0.12);
    box-shadow: 0 8px 20px rgba(0, 95, 236, 0.1);
}

.jt-solution-intro-card--eihracat .jt-solution-intro-card__icon {
    color: #0d9488;
    background: linear-gradient(145deg, rgba(13, 148, 136, 0.14) 0%, rgba(13, 148, 136, 0.05) 100%);
    border-color: rgba(13, 148, 136, 0.14);
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.12);
}

.jt-solution-intro-card__content {
    flex: 1 1 auto;
    min-width: 0;
}

.jt-solution-intro-card__lead {
    margin: 0 0 0.85rem;
    font-size: clamp(1.08rem, 1.6vw, 1.28rem);
    font-weight: 600;
    line-height: 1.55;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.jt-solution-intro-card__text {
    margin: 0;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
}

@media (max-width: 575.98px) {
    .jt-solution-intro-card__body {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.65rem 1.35rem 1.75rem;
    }
}

.jt-b2b-features {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.jt-b2b-feature__no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #005fec 0%, #3b82f6 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(0, 95, 236, 0.25);
}

.jt-b2b-visual__frame {
    position: relative;
    min-height: 280px;
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: linear-gradient(145deg, #f8fbff 0%, #eef4ff 55%, #fff 100%);
    border: 1px solid rgba(0, 95, 236, 0.12);
    box-shadow: 0 18px 48px rgba(0, 26, 56, 0.08);
    overflow: hidden;
}

.jt-b2b-visual__frame::before {
    content: '';
    position: absolute;
    inset: -30% auto auto -20%;
    width: 55%;
    height: 55%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 95, 236, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.jt-b2b-mock {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 240px;
}

.jt-b2b-mock__head {
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.jt-b2b-mock__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.9rem;
    margin-bottom: 0.5rem;
    border-radius: 0.75rem;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.1);
    font-size: 0.88rem;
}

.jt-b2b-mock__row--gold { border-left: 4px solid #f59e0b; }
.jt-b2b-mock__row--silver { border-left: 4px solid #94a3b8; }
.jt-b2b-mock__row--bronze { border-left: 4px solid #d97706; }

.jt-b2b-mock__tag {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(0, 95, 236, 0.08);
    color: #005fec;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Desi bazlı kargo görseli */
.jt-b2b-cargo-tabs {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
}

.jt-b2b-cargo-tabs span {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
}

.jt-b2b-cargo-tabs span.is-active {
    background: #005fec;
    border-color: #005fec;
    color: #fff;
}

.jt-b2b-desi-grid {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.jt-b2b-desi-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.8rem;
}

.jt-b2b-desi-row strong {
    color: #005fec;
}

.jt-b2b-desi-row--free {
    background: rgba(47, 179, 68, 0.08);
    border-color: rgba(47, 179, 68, 0.25);
}

.jt-b2b-desi-row--free strong {
    color: #2fb344;
}

.jt-b2b-cargo-boxes {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: flex-end;
}

.jt-b2b-cargo-boxes span {
    display: block;
    border-radius: 0.35rem;
    background: linear-gradient(145deg, #c4d9ff, #93c5fd);
    border: 1px solid rgba(0, 95, 236, 0.2);
    box-shadow: inset 0 -4px 0 rgba(0, 95, 236, 0.15);
}

.jt-b2b-cargo-boxes span:nth-child(1) { width: 2.2rem; height: 2.2rem; }
.jt-b2b-cargo-boxes span:nth-child(2) { width: 2.8rem; height: 2.8rem; margin-top: -0.4rem; }
.jt-b2b-cargo-boxes span:nth-child(3) { width: 3.4rem; height: 3.4rem; margin-top: -0.8rem; }

/* XML */
.jt-b2b-mock--xml .jt-b2b-code {
    padding: 1rem;
    border-radius: 0.75rem;
    background: #0f172a;
    color: #e2e8f0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.72rem;
    line-height: 1.55;
}

.jt-b2b-code .c-tag { color: #7dd3fc; }
.jt-b2b-code .c-attr { color: #fcd34d; }
.jt-b2b-code .c-val { color: #86efac; }
.jt-b2b-code .c-indent { display: block; padding-left: 1rem; }

.jt-b2b-mock__shield {
    margin-top: 0.75rem;
    font-size: 0.78rem;
    color: #475569;
}

.jt-b2b-mock__shield i {
    color: #005fec;
    margin-right: 0.35rem;
}

/* Bakiye */
.jt-b2b-wallet {
    padding: 1.25rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.12);
}

.jt-b2b-wallet__label {
    display: block;
    font-size: 0.78rem;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.jt-b2b-wallet__amount {
    display: block;
    font-size: 1.75rem;
    color: #005fec;
    margin-bottom: 0.85rem;
}

.jt-b2b-wallet__bar {
    height: 0.5rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.jt-b2b-wallet__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #005fec, #3b82f6);
}

.jt-b2b-wallet__meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem;
    color: #64748b;
}

/* Raporlar */
.jt-b2b-mock--reports {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    min-height: 220px;
}

.jt-b2b-bars {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 0.45rem;
    height: 160px;
    padding: 0 0.25rem;
}

.jt-b2b-bars span {
    flex: 1;
    height: var(--h, 50%);
    border-radius: 0.45rem 0.45rem 0 0;
    background: linear-gradient(180deg, #60a5fa 0%, #005fec 100%);
    opacity: 0.85;
}

.jt-b2b-bars span:nth-child(even) {
    opacity: 1;
}

.jt-b2b-report-card {
    flex: 0 0 42%;
    padding: 1rem;
    border-radius: 0.85rem;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.jt-b2b-report-card small {
    display: block;
    color: #64748b;
    font-size: 0.72rem;
}

.jt-b2b-report-card strong {
    display: block;
    font-size: 1.6rem;
    color: #0f172a;
    line-height: 1.2;
}

.jt-b2b-report-card em {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.72rem;
    font-style: normal;
    color: #2fb344;
    font-weight: 600;
}

/* Bildirimler */
.jt-b2b-mock--notify {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.jt-b2b-notif {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.78rem;
}

.jt-b2b-notif i {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.55rem;
    flex-shrink: 0;
}

.jt-b2b-notif strong {
    display: block;
    color: #0f172a;
}

.jt-b2b-notif span {
    color: #64748b;
}

.jt-b2b-notif--mail i { background: rgba(0, 95, 236, 0.1); color: #005fec; }
.jt-b2b-notif--sms i { background: rgba(47, 179, 68, 0.1); color: #2fb344; }
.jt-b2b-notif--app i { background: rgba(237, 126, 65, 0.12); color: #ed7e41; }

/* Kampanya */
.jt-b2b-mock--campaign {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.jt-b2b-coupon {
    position: relative;
    padding: 1rem 1rem 1rem 3.5rem;
    border-radius: 0.85rem;
    background: #fff;
    border: 1px dashed rgba(0, 95, 236, 0.35);
}

.jt-b2b-coupon--alt {
    border-color: rgba(237, 126, 65, 0.4);
}

.jt-b2b-coupon__badge {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: #005fec;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jt-b2b-coupon--alt .jt-b2b-coupon__badge {
    background: #ed7e41;
}

.jt-b2b-coupon strong {
    display: block;
    font-size: 1.15rem;
    color: #0f172a;
}

.jt-b2b-coupon p {
    margin: 0.2rem 0 0;
    font-size: 0.75rem;
    color: #64748b;
}

/* Dropship */
.jt-b2b-upload {
    text-align: center;
    padding: 1.25rem;
    border-radius: 0.85rem;
    background: #fff;
    border: 2px dashed rgba(0, 95, 236, 0.25);
    margin-bottom: 1rem;
}

.jt-b2b-upload i {
    font-size: 1.75rem;
    color: #005fec;
    margin-bottom: 0.5rem;
}

.jt-b2b-upload span {
    display: block;
    font-weight: 700;
    font-size: 0.88rem;
}

.jt-b2b-upload em {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.72rem;
    color: #64748b;
    font-style: normal;
}

.jt-b2b-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}

.jt-b2b-flow i {
    color: #005fec;
    font-size: 0.65rem;
}

/* API */
.jt-b2b-mock--api {
    position: relative;
    min-height: 220px;
}

.jt-b2b-node {
    position: absolute;
    padding: 0.55rem 0.85rem;
    border-radius: 0.65rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0, 26, 56, 0.06);
}

.jt-b2b-node--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #005fec;
    color: #fff;
    border-color: #005fec;
}

.jt-b2b-node--left { top: 18%; left: 8%; }
.jt-b2b-node--right { bottom: 18%; right: 8%; }

.jt-b2b-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, #93c5fd, #005fec);
    border-radius: 2px;
}

.jt-b2b-line--l {
    width: 28%;
    top: 42%;
    left: 22%;
    transform: rotate(-18deg);
}

.jt-b2b-line--r {
    width: 28%;
    bottom: 38%;
    right: 22%;
    transform: rotate(18deg);
}

.jt-b2b-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgba(0, 95, 236, 0.2);
    animation: jt-b2b-pulse 2.4s ease-out infinite;
}

@keyframes jt-b2b-pulse {
    0% { transform: translate(-50%, -50%) scale(0.6); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.4); opacity: 0; }
}

/* Başvuru formu */
.jt-b2b-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 0.85rem;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.jt-b2b-field {
    flex: 1 1 calc(50% - 0.25rem);
    height: 2rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #f1f5f9 0%, #e2e8f0 100%);
}

.jt-b2b-field--wide {
    flex: 1 1 100%;
    height: 2.75rem;
}

.jt-b2b-form__btn {
    flex: 1 1 100%;
    margin-top: 0.25rem;
    padding: 0.5rem;
    border: 0;
    border-radius: 0.45rem;
    background: #005fec;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.jt-b2b-form__status {
    margin-top: 0.75rem;
    font-size: 0.78rem;
    color: #2fb344;
    font-weight: 600;
}

/* Limitler */
.jt-b2b-mock--limits {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.jt-b2b-gauge {
    position: relative;
    flex: 0 0 7rem;
    text-align: center;
}

.jt-b2b-gauge__ring {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: conic-gradient(#005fec 0 72%, #e2e8f0 72% 100%);
    mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 calc(100% - 11px));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 12px), #000 calc(100% - 11px));
}

.jt-b2b-gauge strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    font-size: 1.35rem;
    color: #0f172a;
}

.jt-b2b-gauge span {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.72rem;
    color: #64748b;
}

.jt-b2b-limit-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.jt-b2b-limit-list div {
    display: flex;
    justify-content: space-between;
    padding: 0.65rem 0.8rem;
    border-radius: 0.6rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.8rem;
}

.jt-b2b-limit-list strong {
    color: #005fec;
}

@media (max-width: 991.98px) {
    .jt-b2b-features {
        gap: 3rem;
    }

    .jt-b2b-feature--reverse .order-lg-1,
    .jt-b2b-feature--reverse .order-lg-2 {
        order: unset;
    }
}

/* B2B önerilen paket kartları */
.jt-b2b-rec-section {
    padding-top: 0.5rem;
}

.jt-b2b-rec-card {
    --jt-b2b-rec-accent: #005fec;
    --jt-b2b-rec-soft: rgba(0, 95, 236, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.35rem 1.35rem 1.15rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(0, 95, 236, 0.14);
    background: linear-gradient(165deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 14px 36px rgba(0, 26, 56, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.jt-b2b-rec-card--standart {
    --jt-b2b-rec-accent: #005fec;
    --jt-b2b-rec-soft: rgba(0, 95, 236, 0.1);
}

.jt-b2b-rec-card--premium {
    --jt-b2b-rec-accent: #7c3aed;
    --jt-b2b-rec-soft: rgba(124, 58, 237, 0.1);
}

.jt-b2b-rec-card--global {
    --jt-b2b-rec-accent: #0d9488;
    --jt-b2b-rec-soft: rgba(13, 148, 136, 0.1);
}

.jt-b2b-rec-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--jt-b2b-rec-accent) 40%, #fff);
    box-shadow: 0 20px 44px color-mix(in srgb, var(--jt-b2b-rec-accent) 16%, transparent);
}

.jt-b2b-rec-card--featured {
    border-color: color-mix(in srgb, var(--jt-b2b-rec-accent) 50%, #fff);
    box-shadow: 0 18px 42px color-mix(in srgb, var(--jt-b2b-rec-accent) 18%, transparent);
}

.jt-b2b-rec-card__ribbon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: var(--jt-b2b-rec-accent);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.jt-b2b-rec-card__head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding-right: 4.5rem;
}

.jt-b2b-rec-card--featured .jt-b2b-rec-card__head {
    padding-right: 6.5rem;
}

.jt-b2b-rec-card__icon {
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--jt-b2b-rec-soft);
    color: var(--jt-b2b-rec-accent);
    font-size: 1.05rem;
}

.jt-b2b-rec-card__tier {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.2rem;
}

.jt-b2b-rec-card__name {
    color: #0f172a;
}

.jt-b2b-rec-card__price {
    margin-bottom: 0.85rem;
}

.jt-b2b-rec-card__amount {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--jt-b2b-rec-accent);
    line-height: 1.15;
}

.jt-b2b-rec-card__period {
    font-size: 0.82rem;
    color: #64748b;
    margin-left: 0.15rem;
}

.jt-b2b-rec-card__monthly {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.78rem;
    color: #64748b;
}

.jt-b2b-rec-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: var(--jt-b2b-rec-soft);
    color: var(--jt-b2b-rec-accent);
    font-size: 0.74rem;
    font-weight: 700;
}

.jt-b2b-rec-card__features {
    flex: 1;
    margin-bottom: 1rem;
}

.jt-b2b-rec-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin-bottom: 0.4rem;
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.45;
}

.jt-b2b-rec-card__features li i {
    color: #2fb344;
    margin-top: 0.15rem;
    font-size: 0.7rem;
}

.jt-b2b-rec-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-top: auto;
}

.jt-b2b-rec-card__actions .btn-primary {
    background: var(--jt-b2b-rec-accent);
    border-color: var(--jt-b2b-rec-accent);
}

.jt-b2b-rec-card__actions .btn-outline-primary {
    color: var(--jt-b2b-rec-accent);
    border-color: color-mix(in srgb, var(--jt-b2b-rec-accent) 45%, #fff);
}

.jt-b2b-rec-card__actions .btn-outline-primary:hover {
    background: var(--jt-b2b-rec-accent);
    border-color: var(--jt-b2b-rec-accent);
    color: #fff;
}

@media (max-width: 575.98px) {
    .jt-b2b-rec-card__actions {
        grid-template-columns: 1fr;
    }

    .jt-b2b-rec-card__head {
        padding-right: 0;
        flex-wrap: wrap;
    }

    .jt-b2b-rec-card__ribbon {
        position: static;
        margin-bottom: 0.65rem;
        width: fit-content;
    }
}

/* e-İhracat çözüm sayfası */
.jt-eihracat-page .jt-eihracat-feature__no {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.25);
}

.jt-eih-lang-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
}

.jt-eih-lang-row span {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
}

.jt-eih-lang-row span.is-active {
    background: #0d9488;
    border-color: #0d9488;
    color: #fff;
}

.jt-eih-currency {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
    margin-bottom: 0.65rem;
}

.jt-eih-currency div {
    padding: 0.55rem;
    border-radius: 0.6rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-align: center;
    font-size: 0.75rem;
}

.jt-eih-currency span {
    display: block;
    color: #64748b;
    margin-bottom: 0.15rem;
}

.jt-eih-currency strong {
    color: #0d9488;
    font-size: 1rem;
}

.jt-eih-note {
    margin: 0;
    font-size: 0.72rem;
    color: #64748b;
}

.jt-eih-country {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.75rem;
    margin-bottom: 0.4rem;
    border-radius: 0.6rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.8rem;
}

.jt-eih-country em {
    font-style: normal;
    font-weight: 700;
    color: #0d9488;
    font-size: 0.72rem;
}

.jt-eih-camp-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem;
    margin-bottom: 0.5rem;
    border-radius: 0.75rem;
    background: #fff;
    border: 1px dashed rgba(13, 148, 136, 0.35);
}

.jt-eih-camp-card--alt {
    border-color: rgba(0, 95, 236, 0.3);
}

.jt-eih-camp-flag {
    flex: 0 0 auto;
    padding: 0.35rem 0.55rem;
    border-radius: 0.45rem;
    background: rgba(13, 148, 136, 0.12);
    color: #0d9488;
    font-size: 0.68rem;
    font-weight: 800;
}

.jt-eih-camp-card strong {
    display: block;
    font-size: 0.88rem;
}

.jt-eih-camp-card p {
    margin: 0.15rem 0 0;
    font-size: 0.72rem;
    color: #64748b;
}

.jt-b2b-mock--eih-seo {
    position: relative;
    min-height: 220px;
}

.jt-eih-seo-globe {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0.85rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.5) 0%, transparent 50%),
        linear-gradient(145deg, #5eead4 0%, #0d9488 55%, #115e59 100%);
    box-shadow: inset 0 -8px 16px rgba(0,0,0,0.15);
}

.jt-eih-seo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    color: #475569;
}

.jt-eih-seo-list li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.35rem;
}

.jt-eih-seo-list i {
    color: #2fb344;
    font-size: 0.65rem;
}

.jt-eih-seo-rank {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.78rem;
}

.jt-eih-seo-rank strong {
    color: #0d9488;
    font-size: 1.1rem;
}

.jt-eih-design-tabs {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}

.jt-eih-design-tabs span {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
}

.jt-eih-design-tabs span.is-active {
    background: #005fec;
    border-color: #005fec;
    color: #fff;
}

.jt-eih-design-preview {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.jt-eih-design-block {
    display: block;
    height: 0.65rem;
    border-radius: 0.35rem;
    background: linear-gradient(90deg, #e2e8f0, #f1f5f9);
    width: 70%;
}

.jt-eih-design-block--hero {
    height: 2.5rem;
    width: 100%;
    background: linear-gradient(135deg, #bfdbfe, #93c5fd);
}

.jt-eih-design-block--wide {
    width: 100%;
}

.jt-eih-invoice {
    padding: 0.85rem;
    border-radius: 0.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    margin-bottom: 0.65rem;
}

.jt-eih-invoice__row,
.jt-eih-invoice__total {
    display: flex;
    justify-content: space-between;
    font-size: 0.78rem;
    margin-bottom: 0.35rem;
}

.jt-eih-invoice__total {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed #e2e8f0;
    font-weight: 700;
}

.jt-eih-invoice__total strong {
    color: #0d9488;
}

.jt-eih-invoice-sync {
    font-size: 0.72rem;
    color: #2fb344;
    font-weight: 600;
}

.jt-eih-invoice-sync i {
    margin-right: 0.3rem;
}

/* e-İhracat — çoklu dil spotlight */
.jt-eihracat-lang-spotlight {
    padding-top: 0;
    padding-bottom: 1.5rem;
}

.jt-eihracat-lang-spotlight__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1.15rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(13, 148, 136, 0.1);
    color: #0d9488;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.jt-eihracat-lang-spotlight__list {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.jt-eihracat-lang-spotlight__item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.1);
    box-shadow: 0 8px 24px rgba(0, 26, 56, 0.04);
    animation: jt-eih-spot-item-in 0.55s ease both;
    animation-delay: var(--jt-eih-spot-delay, 0s);
}

.jt-eihracat-lang-spotlight__item-icon {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(13, 148, 136, 0.14) 0%, rgba(13, 148, 136, 0.05) 100%);
    color: #0d9488;
    font-size: 1rem;
}

.jt-eihracat-lang-spotlight__item-title {
    margin: 0 0 0.3rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: #0f172a;
}

.jt-eihracat-lang-spotlight__item-text {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
}

.jt-eihracat-lang-spotlight__visual {
    pointer-events: none;
    user-select: none;
}

.jt-eih-spot-mock {
    position: relative;
    min-height: 0;
    padding: 1.35rem;
    border-radius: 1.35rem;
    background: linear-gradient(145deg, #f4fdfa 0%, #eef8ff 52%, #fff 100%);
    border: 1px solid rgba(13, 148, 136, 0.14);
    box-shadow: 0 22px 52px rgba(0, 26, 56, 0.08);
    overflow: hidden;
}

.jt-eih-spot-mock::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 50%;
    height: 55%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.12) 0%, transparent 72%);
    pointer-events: none;
}

.jt-eih-spot-mock__browser {
    position: relative;
    z-index: 1;
    margin-bottom: 0.85rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.85rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 18px rgba(0, 26, 56, 0.05);
}

.jt-eih-spot-mock__dots {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 0.55rem;
}

.jt-eih-spot-mock__dots span {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #cbd5e1;
}

.jt-eih-spot-mock__dots span:nth-child(1) {
    background: #f87171;
}

.jt-eih-spot-mock__dots span:nth-child(2) {
    background: #fbbf24;
}

.jt-eih-spot-mock__dots span:nth-child(3) {
    background: #4ade80;
}

.jt-eih-spot-mock__url {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.65rem;
    border-radius: 0.55rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.78rem;
    color: #334155;
    font-weight: 600;
    line-height: 1.2;
}

.jt-eih-spot-mock__url-lock {
    flex: 0 0 0.85rem;
    width: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jt-eih-spot-mock__url-lock i {
    font-size: 0.62rem;
    color: #22c55e;
}

.jt-eih-spot-mock__url-host {
    display: inline-flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
}

.jt-eih-spot-mock__sub-wrap {
    position: relative;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.2em;
}

.jt-eih-spot-mock__sub {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0;
    animation: jt-eih-spot-sub-cycle 9s ease-in-out infinite;
}

.jt-eih-spot-mock__sub--de {
    animation-delay: 0s;
}

.jt-eih-spot-mock__sub--en {
    animation-delay: 3s;
}

.jt-eih-spot-mock__sub--fr {
    animation-delay: 6s;
}

.jt-eih-spot-mock__domain {
    flex: 0 0 auto;
}

.jt-eih-spot-mock__langs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.6rem;
}

.jt-eih-spot-mock__langs span {
    padding: 0.22rem 0.48rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    color: #0d9488;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    animation: jt-eih-spot-orbit-pill 2.8s ease-in-out infinite;
}

.jt-eih-spot-mock__langs span:nth-child(2) {
    animation-delay: 0.3s;
}

.jt-eih-spot-mock__langs span:nth-child(3) {
    animation-delay: 0.6s;
}

.jt-eih-spot-mock__langs span:nth-child(4) {
    animation-delay: 0.9s;
}

.jt-eih-spot-mock__langs span:nth-child(5) {
    animation-delay: 1.2s;
}

.jt-eih-spot-mock__panel {
    position: relative;
    z-index: 1;
    margin-bottom: 0.75rem;
    padding: 0.85rem 0.95rem;
    border-radius: 0.9rem;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.1);
    box-shadow: 0 8px 22px rgba(0, 26, 56, 0.05);
}

.jt-eih-spot-mock__panel--ai {
    border-color: rgba(13, 148, 136, 0.16);
}

.jt-eih-spot-mock__panel--seo {
    margin-bottom: 0;
}

.jt-eih-spot-mock__panel-head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
    font-size: 0.74rem;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.jt-eih-spot-mock__panel-head i {
    color: #0d9488;
}

.jt-eih-spot-mock__panel--seo .jt-eih-spot-mock__panel-head i {
    color: #005fec;
}

.jt-eih-spot-mock__badge {
    margin-left: auto;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: rgba(13, 148, 136, 0.12);
    color: #0d9488;
    font-style: normal;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
}

.jt-eih-spot-mock__typing {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.jt-eih-spot-mock__line {
    display: block;
    padding: 0.45rem 0.6rem;
    border-radius: 0.55rem;
    font-size: 0.72rem;
    line-height: 1.4;
}

.jt-eih-spot-mock__line--src {
    background: #f1f5f9;
    color: #475569;
    border: 1px dashed #cbd5e1;
}

.jt-eih-spot-mock__arrow {
    text-align: center;
    color: #0d9488;
    font-size: 0.65rem;
    animation: jt-eih-spot-arrow 1.4s ease-in-out infinite;
}

.jt-eih-spot-mock__line--dst {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    opacity: 0;
    background: linear-gradient(90deg, rgba(13, 148, 136, 0.1) 0%, rgba(13, 148, 136, 0.04) 100%);
    color: #0f766e;
    border: 1px solid rgba(13, 148, 136, 0.16);
    animation: jt-eih-spot-trans-cycle 9s ease-in-out infinite;
}

.jt-eih-spot-mock__dst-wrap {
    position: relative;
    min-height: 2.35rem;
}

.jt-eih-spot-mock__line--de {
    animation-delay: 0s;
}

.jt-eih-spot-mock__line--en {
    animation-delay: 3s;
}

.jt-eih-spot-mock__line--fr {
    animation-delay: 6s;
}

.jt-eih-spot-mock__timer {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.55rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.12);
    color: #b45309;
    font-size: 0.68rem;
    font-weight: 800;
}

.jt-eih-spot-mock__ranks {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.jt-eih-spot-mock__rank {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.65rem;
    border-radius: 0.6rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.74rem;
    color: #475569;
    animation: jt-eih-spot-rank-pulse 4s ease-in-out infinite;
}

.jt-eih-spot-mock__rank strong {
    flex: 0 0 auto;
    min-width: 1.75rem;
    text-align: right;
    color: #005fec;
    font-size: 0.88rem;
}

.jt-eih-spot-mock__rank--de {
    animation-delay: 0s;
}

.jt-eih-spot-mock__rank--uk {
    animation-delay: 0.5s;
}

.jt-eih-spot-mock__rank--us {
    animation-delay: 1s;
}

@keyframes jt-eih-spot-item-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes jt-eih-spot-sub-cycle {
    0%,
    26% {
        opacity: 1;
    }
    33%,
    100% {
        opacity: 0;
    }
}

@keyframes jt-eih-spot-trans-cycle {
    0%,
    26% {
        opacity: 1;
        transform: translateY(0);
    }
    33%,
    100% {
        opacity: 0;
        transform: translateY(4px);
    }
}

@keyframes jt-eih-spot-arrow {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.55;
    }
    50% {
        transform: translateY(3px);
        opacity: 1;
    }
}

@keyframes jt-eih-spot-rank-pulse {
    0%,
    100% {
        border-color: #e2e8f0;
    }
    50% {
        border-color: rgba(0, 95, 236, 0.28);
        box-shadow: 0 4px 14px rgba(0, 95, 236, 0.08);
    }
}

@keyframes jt-eih-spot-orbit-pill {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

@media (max-width: 991.98px) {
    .jt-eihracat-lang-spotlight {
        padding-bottom: 0.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jt-eihracat-lang-spotlight__item,
    .jt-eih-spot-mock__sub,
    .jt-eih-spot-mock__line--dst,
    .jt-eih-spot-mock__arrow,
    .jt-eih-spot-mock__rank,
    .jt-eih-spot-mock__langs span {
        animation: none;
    }

    .jt-eih-spot-mock__sub--de,
    .jt-eih-spot-mock__line--de {
        opacity: 1;
    }
}

/* B2C çözüm sayfası */
.jt-solution-intro-card--b2c {
    border-color: rgba(234, 88, 12, 0.14);
    background: linear-gradient(145deg, #ffffff 0%, #fff8f3 52%, #fff4eb 100%);
}

.jt-solution-intro-card--b2c::before {
    background: linear-gradient(90deg, #ea580c 0%, #f97316 55%, #fb923c 100%);
}

.jt-solution-intro-card--b2c .jt-solution-intro-card__glow {
    background: radial-gradient(circle, rgba(249, 115, 22, 0.12) 0%, transparent 72%);
}

.jt-solution-intro-card--b2c .jt-solution-intro-card__icon {
    color: #ea580c;
    background: linear-gradient(145deg, rgba(249, 115, 22, 0.14) 0%, rgba(249, 115, 22, 0.05) 100%);
    border-color: rgba(234, 88, 12, 0.14);
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.12);
}

.jt-b2c-page .jt-b2c-feature__no {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
    box-shadow: 0 8px 24px rgba(234, 88, 12, 0.25);
}

.jt-b2c-cta-band {
    background: linear-gradient(90deg, #ea580c, #f97316);
}

/* Hero — B2C alışveriş orbit */
.jt-hero-b2c-shop {
    --jt-b2c-size: 370px;
    --jt-b2c-outer-r: 130px;
    --jt-b2c-inner-r: 88px;
    --jt-b2c-outer-duration: 46s;
    --jt-b2c-inner-duration: 31s;
    position: relative;
    width: var(--jt-b2c-size);
    height: var(--jt-b2c-size);
    margin-inline: auto;
    flex: 0 0 auto;
}

.jt-hero-b2c-shop__halo {
    position: absolute;
    inset: 4%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 48%, rgba(249, 115, 22, 0.16) 0%, rgba(0, 95, 236, 0.06) 48%, transparent 72%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.95) 0%, transparent 58%);
    pointer-events: none;
}

.jt-hero-b2c-shop__bag {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 1px dashed rgba(249, 115, 22, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: rgba(249, 115, 22, 0.12);
    pointer-events: none;
    animation: jt-hero-b2c-bag-pulse 4s ease-in-out infinite;
}

.jt-hero-b2c-shop__field {
    position: absolute;
    inset: 0;
}

.jt-hero-b2c-shop__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.jt-hero-b2c-shop__ring--outer {
    width: calc(var(--jt-b2c-outer-r) * 2);
    height: calc(var(--jt-b2c-outer-r) * 2);
    margin: calc(var(--jt-b2c-outer-r) * -1) 0 0 calc(var(--jt-b2c-outer-r) * -1);
    border: 1px dashed rgba(249, 115, 22, 0.22);
}

.jt-hero-b2c-shop__ring--inner {
    width: calc(var(--jt-b2c-inner-r) * 2);
    height: calc(var(--jt-b2c-inner-r) * 2);
    margin: calc(var(--jt-b2c-inner-r) * -1) 0 0 calc(var(--jt-b2c-inner-r) * -1);
    border: 1px dotted rgba(0, 95, 236, 0.18);
}

.jt-hero-b2c-shop__rotator {
    position: absolute;
    inset: 0;
}

.jt-hero-b2c-shop__rotator--forward {
    animation: jt-hero-b2c-spin-forward var(--jt-b2c-outer-duration) linear infinite;
}

.jt-hero-b2c-shop__rotator--reverse {
    animation: jt-hero-b2c-spin-reverse var(--jt-b2c-inner-duration) linear infinite;
}

.jt-hero-b2c-shop__node {
    --jt-b2c-radius: var(--jt-b2c-outer-r);
    position: absolute;
    inset: 0;
    transform: rotate(var(--jt-b2c-angle));
    pointer-events: none;
}

.jt-hero-b2c-shop__ring--inner .jt-hero-b2c-shop__node {
    --jt-b2c-radius: var(--jt-b2c-inner-r);
}

.jt-hero-b2c-shop__chip {
    position: absolute;
    top: calc(50% - var(--jt-b2c-radius));
    left: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(234, 88, 12, 0.12);
    box-shadow: 0 10px 24px rgba(0, 26, 56, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-b2c-angle)));
    animation:
        jt-hero-b2c-counter-forward var(--jt-b2c-outer-duration) linear infinite,
        jt-hero-b2c-chip-float 3.3s ease-in-out infinite;
    animation-delay: 0s, var(--jt-b2c-float-delay, 0s);
}

.jt-hero-b2c-shop__ring--inner .jt-hero-b2c-shop__chip {
    width: 44px;
    height: 44px;
    animation:
        jt-hero-b2c-counter-reverse var(--jt-b2c-inner-duration) linear infinite,
        jt-hero-b2c-chip-float 3s ease-in-out infinite;
    animation-delay: 0s, var(--jt-b2c-float-delay, 0s);
}

.jt-hero-b2c-shop__chip i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: #fff;
    line-height: 1;
}

.jt-hero-b2c-shop__ring--inner .jt-hero-b2c-shop__chip i {
    width: 34px;
    height: 34px;
    font-size: 0.88rem;
}

.jt-hero-b2c-shop__chip--coral i { background: linear-gradient(145deg, #ea580c, #f97316); }
.jt-hero-b2c-shop__chip--blue i { background: linear-gradient(145deg, #005fec, #3b82f6); }
.jt-hero-b2c-shop__chip--amber i { background: linear-gradient(145deg, #d97706, #f59e0b); }
.jt-hero-b2c-shop__chip--teal i { background: linear-gradient(145deg, #0d9488, #14b8a6); }
.jt-hero-b2c-shop__chip--rose i { background: linear-gradient(145deg, #e11d48, #fb7185); }
.jt-hero-b2c-shop__chip--violet i { background: linear-gradient(145deg, #6d28d9, #8b5cf6); }

.jt-hero-b2c-shop__core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    margin: -59px 0 0 -59px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(249, 115, 22, 0.2);
    box-shadow: 0 18px 40px rgba(234, 88, 12, 0.14), inset 0 0 0 6px rgba(249, 115, 22, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.jt-hero-b2c-shop__core-pulse {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(249, 115, 22, 0.28);
    animation: jt-hero-b2c-pulse 2.9s ease-out infinite;
    pointer-events: none;
}

.jt-hero-b2c-shop__jet {
    width: 74px;
    height: auto;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

@keyframes jt-hero-b2c-bag-pulse {
    0%, 100% { transform: scale(1); opacity: 0.55; }
    50% { transform: scale(1.03); opacity: 0.85; }
}

@keyframes jt-hero-b2c-spin-forward {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes jt-hero-b2c-spin-reverse {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

@keyframes jt-hero-b2c-counter-forward {
    from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-b2c-angle))); }
    to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-b2c-angle) - 360deg)); }
}

@keyframes jt-hero-b2c-counter-reverse {
    from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-b2c-angle))); }
    to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-b2c-angle) + 360deg)); }
}

@keyframes jt-hero-b2c-chip-float {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -5px; }
}

@keyframes jt-hero-b2c-pulse {
    0% { transform: scale(0.9); opacity: 0.8; }
    70% { transform: scale(1.12); opacity: 0; }
    100% { transform: scale(1.12); opacity: 0; }
}

/* B2C shopping spotlight */
.jt-b2c-shopping-spotlight {
    padding-top: 0;
    padding-bottom: 1.5rem;
}

.jt-b2c-shopping-spotlight__eyebrow {
    display: inline-flex;
    margin-bottom: 1.15rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.1);
    color: #ea580c;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.jt-b2c-shopping-spotlight__list {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.jt-b2c-shopping-spotlight__item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(249, 115, 22, 0.1);
    box-shadow: 0 8px 24px rgba(0, 26, 56, 0.04);
    animation: jt-b2c-spot-item-in 0.55s ease both;
    animation-delay: var(--jt-b2c-spot-delay, 0s);
}

.jt-b2c-shopping-spotlight__item-icon {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(249, 115, 22, 0.14) 0%, rgba(249, 115, 22, 0.05) 100%);
    color: #ea580c;
    font-size: 1rem;
}

.jt-b2c-shopping-spotlight__item-title {
    margin: 0 0 0.3rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: #0f172a;
}

.jt-b2c-shopping-spotlight__item-text {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
}

.jt-b2c-shopping-spotlight__visual {
    pointer-events: none;
    user-select: none;
}

.jt-b2c-spot-mock {
    position: relative;
    padding: 1.35rem;
    border-radius: 1.35rem;
    background: linear-gradient(145deg, #fff8f3 0%, #eef4ff 52%, #fff 100%);
    border: 1px solid rgba(249, 115, 22, 0.14);
    box-shadow: 0 22px 52px rgba(0, 26, 56, 0.08);
    overflow: hidden;
}

.jt-b2c-spot-mock__phone {
    position: relative;
    z-index: 1;
    width: 11rem;
    margin: 0 auto 0.85rem;
    padding: 0.55rem 0.45rem 0.65rem;
    border-radius: 1.1rem;
    background: #1e293b;
    box-shadow: 0 12px 28px rgba(0, 26, 56, 0.2);
}

.jt-b2c-spot-mock__phone-notch {
    width: 2.5rem;
    height: 0.28rem;
    margin: 0 auto 0.45rem;
    border-radius: 999px;
    background: #334155;
}

.jt-b2c-spot-mock__phone-screen {
    padding: 0.65rem;
    border-radius: 0.75rem;
    background: #fff;
}

.jt-b2c-spot-mock__store-head {
    font-size: 0.68rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.jt-b2c-spot-mock__product-card {
    display: grid;
    grid-template-columns: 2.2rem 1fr auto;
    gap: 0.4rem;
    align-items: center;
    padding: 0.45rem;
    margin-bottom: 0.55rem;
    border-radius: 0.55rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.62rem;
}

.jt-b2c-spot-mock__product-img {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.4rem;
    background: linear-gradient(145deg, #fed7aa, #fdba74);
}

.jt-b2c-spot-mock__product-card strong {
    display: block;
    color: #0f172a;
    font-size: 0.64rem;
}

.jt-b2c-spot-mock__product-card em {
    font-style: normal;
    color: #ea580c;
    font-weight: 800;
}

.jt-b2c-spot-mock__product-card button {
    border: 0;
    border-radius: 999px;
    padding: 0.2rem 0.45rem;
    background: #ea580c;
    color: #fff;
    font-size: 0.55rem;
    font-weight: 700;
}

.jt-b2c-spot-mock__steps {
    display: flex;
    justify-content: space-between;
    gap: 0.25rem;
    font-size: 0.55rem;
    font-weight: 700;
    color: #94a3b8;
}

.jt-b2c-spot-mock__steps span.is-done { color: #16a34a; }
.jt-b2c-spot-mock__steps span.is-active { color: #ea580c; }

.jt-b2c-spot-mock__panel {
    position: relative;
    z-index: 1;
    margin-bottom: 0.65rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.85rem;
    background: #fff;
    border: 1px solid rgba(0, 95, 236, 0.1);
    box-shadow: 0 8px 20px rgba(0, 26, 56, 0.05);
}

.jt-b2c-spot-mock__panel--notify {
    margin-bottom: 0;
}

.jt-b2c-spot-mock__panel-head {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
}

.jt-b2c-spot-mock__panel-head i { color: #ea580c; }

.jt-b2c-spot-mock__secure {
    margin-left: auto;
    font-style: normal;
    font-size: 0.62rem;
    color: #16a34a;
    font-weight: 700;
}

.jt-b2c-spot-mock__pay-row,
.jt-b2c-spot-mock__pay-total {
    display: flex;
    justify-content: space-between;
    padding: 0.35rem 0;
    font-size: 0.72rem;
    color: #475569;
}

.jt-b2c-spot-mock__pay-total {
    border-top: 1px solid #e2e8f0;
    margin-top: 0.25rem;
    padding-top: 0.5rem;
    font-weight: 700;
}

.jt-b2c-spot-mock__pay-total strong { color: #ea580c; font-size: 0.88rem; }

.jt-b2c-spot-mock__notif {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 0;
    font-size: 0.68rem;
}

.jt-b2c-spot-mock__notif + .jt-b2c-spot-mock__notif {
    border-top: 1px solid #f1f5f9;
}

.jt-b2c-spot-mock__notif i {
    color: #ea580c;
    margin-top: 0.1rem;
}

.jt-b2c-spot-mock__notif--ship i { color: #005fec; }

.jt-b2c-spot-mock__notif strong {
    display: block;
    color: #0f172a;
    font-size: 0.7rem;
}

.jt-b2c-spot-mock__notif span { color: #64748b; }

@keyframes jt-b2c-spot-item-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* B2C feature mockups */
.jt-b2c-device-row {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.jt-b2c-device {
    flex: 1;
    padding: 0.5rem 0.35rem;
    border-radius: 0.65rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-align: center;
    font-size: 0.68rem;
    color: #64748b;
}

.jt-b2c-device i { display: block; margin-bottom: 0.2rem; color: #94a3b8; }
.jt-b2c-device.is-active { border-color: #f97316; background: rgba(249, 115, 22, 0.08); color: #ea580c; }
.jt-b2c-device.is-active i { color: #ea580c; }

.jt-b2c-theme-strip {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0.55rem;
}

.jt-b2c-theme-strip span {
    flex: 1;
    height: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #fed7aa, #fdba74);
}

.jt-b2c-theme-strip span:nth-child(2) { background: linear-gradient(90deg, #bfdbfe, #60a5fa); }
.jt-b2c-theme-strip span:nth-child(3) { background: linear-gradient(90deg, #bbf7d0, #4ade80); }
.jt-b2c-theme-strip span:nth-child(4) { background: linear-gradient(90deg, #e9d5ff, #a78bfa); }

.jt-b2c-mock-note {
    margin: 0;
    font-size: 0.72rem;
    color: #64748b;
}

.jt-b2c-checkout-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0.8rem;
    margin-bottom: 0.65rem;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

.jt-b2c-installments {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0.65rem;
}

.jt-b2c-installments span {
    flex: 1;
    padding: 0.35rem 0.25rem;
    border-radius: 0.45rem;
    background: #f1f5f9;
    font-size: 0.68rem;
    font-weight: 700;
    color: #64748b;
    text-align: center;
}

.jt-b2c-installments span.is-active {
    background: rgba(249, 115, 22, 0.12);
    color: #ea580c;
}

.jt-b2c-checkout-total {
    display: flex;
    justify-content: space-between;
    padding: 0.55rem 0;
    border-top: 1px dashed #e2e8f0;
    font-size: 0.78rem;
    color: #475569;
}

.jt-b2c-checkout-total strong { color: #ea580c; font-size: 1rem; }

.jt-b2c-checkout-secure {
    margin-top: 0.45rem;
    font-size: 0.7rem;
    color: #16a34a;
    font-weight: 600;
}

.jt-b2c-coupon {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 0.7rem;
    background: #fff;
    border: 1px dashed rgba(249, 115, 22, 0.35);
}

.jt-b2c-coupon__code {
    padding: 0.35rem 0.55rem;
    border-radius: 0.45rem;
    background: rgba(249, 115, 22, 0.12);
    color: #ea580c;
    font-size: 0.72rem;
    font-weight: 800;
}

.jt-b2c-coupon strong { display: block; font-size: 0.82rem; color: #0f172a; }
.jt-b2c-coupon p { margin: 0; font-size: 0.68rem; color: #64748b; }

.jt-b2c-coupon--gift .jt-b2c-coupon__code { background: rgba(124, 58, 237, 0.1); color: #7c3aed; }

.jt-b2c-abandon {
    margin-top: 0.45rem;
    font-size: 0.7rem;
    color: #005fec;
    font-weight: 600;
}

.jt-b2c-seo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.75rem;
}

.jt-b2c-seo-list li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.35rem;
    font-size: 0.74rem;
    color: #475569;
}

.jt-b2c-seo-list i { color: #16a34a; font-size: 0.65rem; }

.jt-b2c-seo-rank {
    display: flex;
    justify-content: space-between;
    padding: 0.55rem 0.7rem;
    border-radius: 0.6rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.74rem;
    color: #475569;
}

.jt-b2c-seo-rank strong { color: #005fec; }

.jt-b2c-ship-timeline {
    display: flex;
    justify-content: space-between;
    gap: 0.35rem;
    margin-bottom: 0.65rem;
    font-size: 0.62rem;
    font-weight: 700;
    color: #94a3b8;
    text-align: center;
}

.jt-b2c-ship-timeline div {
    flex: 1;
    padding: 0.45rem 0.2rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.jt-b2c-ship-timeline i { display: block; margin-bottom: 0.2rem; }
.jt-b2c-ship-timeline .is-done { color: #16a34a; border-color: rgba(22, 163, 74, 0.25); }
.jt-b2c-ship-timeline .is-active { color: #ea580c; border-color: rgba(234, 88, 12, 0.3); background: rgba(249, 115, 22, 0.06); }

.jt-b2c-ship-sms {
    font-size: 0.7rem;
    color: #005fec;
    font-weight: 600;
}

.jt-b2c-review {
    padding: 0.75rem;
    margin-bottom: 0.65rem;
    border-radius: 0.7rem;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.jt-b2c-review__stars {
    color: #f59e0b;
    font-size: 0.65rem;
    margin-bottom: 0.35rem;
}

.jt-b2c-review p {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    color: #475569;
    line-height: 1.45;
}

.jt-b2c-review em {
    font-style: normal;
    font-size: 0.68rem;
    color: #94a3b8;
    font-weight: 600;
}

.jt-b2c-social-login {
    display: flex;
    gap: 0.45rem;
}

.jt-b2c-social-login span {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.45rem;
    border-radius: 0.55rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.68rem;
    font-weight: 700;
    color: #475569;
}

@media (prefers-reduced-motion: reduce) {
    .jt-hero-b2c-shop__bag,
    .jt-hero-b2c-shop__rotator--forward,
    .jt-hero-b2c-shop__rotator--reverse,
    .jt-hero-b2c-shop__chip,
    .jt-hero-b2c-shop__core-pulse,
    .jt-b2c-shopping-spotlight__item {
        animation: none;
    }
}

/* ── Entegrasyon çözüm sayfaları (ortak) ── */
.jt-solution-spotlight__eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--jt-primary, #005fec);
    margin-bottom: 1rem;
}

.jt-solution-spotlight__list {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.jt-solution-spotlight__item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    animation: jt-spot-fade-in 0.5s ease both;
    animation-delay: var(--jt-spot-delay, 0s);
}

.jt-solution-spotlight__item-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 95, 236, 0.08);
    color: var(--jt-primary, #005fec);
    font-size: 1rem;
}

.jt-solution-spotlight__item-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.jt-solution-spotlight__item-text {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.55;
}

.jt-solution-spotlight__visual {
    border-radius: 1.25rem;
    background: linear-gradient(145deg, #f8fafc 0%, #eef2ff 100%);
    border: 1px solid rgba(0, 95, 236, 0.08);
    padding: 1.5rem;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes jt-spot-fade-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Logo grid */
.jt-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.jt-logo-grid__item {
    position: relative;
    display: grid;
    grid-template-rows: 52px auto;
    grid-template-columns: 1fr;
    align-content: start;
    height: 100%;
    min-height: 7.75rem;
    gap: 0.5rem;
    padding: 1rem 0.75rem 0.85rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px dashed #cbd5e1;
    transition: border-color 0.2s, box-shadow 0.2s;
    overflow: hidden;
}

.jt-logo-grid__item--b2b {
    border-style: solid;
    border-color: rgba(79, 70, 229, 0.28);
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.07) 0%, #fff 42%);
}

.jt-logo-grid__item--b2b::after {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 55%, #a855f7 100%);
}

.jt-logo-grid__item--b2b:hover {
    border-color: rgba(79, 70, 229, 0.45);
    box-shadow: 0 10px 28px rgba(79, 70, 229, 0.12);
}

.jt-logo-grid__badge {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    z-index: 1;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    background: linear-gradient(135deg, #4338ca 0%, #7c3aed 100%);
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}

.jt-logo-grid__item:hover {
    border-color: rgba(0, 95, 236, 0.3);
    box-shadow: 0 8px 24px rgba(0, 26, 56, 0.06);
}

.jt-logo-grid__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
}

.jt-logo-grid__img {
    width: 100%;
    max-width: 120px;
    max-height: 48px;
    object-fit: contain;
    object-position: center;
}

.jt-logo-grid__img--wide {
    max-width: 132px;
    max-height: 34px;
}

.jt-logo-grid__placeholder {
    width: 64px;
    height: 40px;
    border-radius: 0.5rem;
    background: #f1f5f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1.1rem;
}

.jt-logo-grid__label {
    width: 100%;
    min-height: 2.75em;
    font-size: 0.72rem;
    font-weight: 600;
    color: #475569;
    text-align: center;
    line-height: 1.3;
    align-self: start;
}

/* PageSpeed mock */
.jt-pagespeed-card {
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 48px rgba(0, 26, 56, 0.08);
    padding: 1.5rem;
}

.jt-pagespeed-card--banner {
    max-width: 520px;
    margin-inline: auto;
}

.jt-pagespeed-card__head {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f5f9;
}

.jt-pagespeed-card__logo {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1e293b;
}

.jt-pagespeed-card__url {
    font-size: 0.75rem;
    color: #64748b;
}

.jt-pagespeed-card__scores {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.25rem;
}

.jt-pagespeed-score {
    position: relative;
    width: 110px;
    text-align: center;
}

.jt-pagespeed-score__ring {
    width: 110px;
    height: 110px;
    transform: rotate(-90deg);
}

.jt-pagespeed-score__track {
    fill: none;
    stroke: #f1f5f9;
    stroke-width: 8;
}

.jt-pagespeed-score__fill {
    fill: none;
    stroke: #22c55e;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 326.7;
    stroke-dashoffset: calc(326.7 - (326.7 * var(--jt-ps-score, 90) / 100));
}

.jt-pagespeed-score--mobile .jt-pagespeed-score__fill { stroke: #22c55e; }
.jt-pagespeed-score--desktop .jt-pagespeed-score__fill { stroke: #16a34a; }

.jt-pagespeed-score__value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    font-size: 1.75rem;
    font-weight: 800;
    color: #16a34a;
    line-height: 1;
}

.jt-pagespeed-score__label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    margin-top: 0.35rem;
}

.jt-pagespeed-card__metrics {
    list-style: none;
    padding: 0;
    margin: 0 0 0.75rem;
    display: grid;
    gap: 0.45rem;
}

.jt-pagespeed-card__metrics li {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    padding: 0.35rem 0.5rem;
    background: #f8fafc;
    border-radius: 0.45rem;
}

.jt-pagespeed-card__disclaimer {
    font-size: 0.68rem;
    color: #94a3b8;
}

.jt-seo-pagespeed-banner__eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #16a34a;
    margin-bottom: 0.75rem;
}

/* Spotlight mocks */
.jt-spot-mock {
    width: 100%;
    max-width: 380px;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    padding: 1.25rem;
    box-shadow: 0 12px 32px rgba(0, 26, 56, 0.06);
}

.jt-spot-mock__head {
    font-size: 0.78rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #f1f5f9;
}

.jt-spot-mock__note,
.jt-int-note {
    font-size: 0.72rem;
    color: #64748b;
    margin: 0.75rem 0 0;
}

/* Integration visual mocks */
.jt-int-mock { font-size: 0.78rem; }
.jt-int-sync-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.jt-int-sync-list li { display: flex; justify-content: space-between; padding: 0.45rem 0.6rem; background: #f8fafc; border-radius: 0.5rem; }
.jt-int-sync-list em { font-style: normal; font-size: 0.68rem; font-weight: 700; padding: 0.15rem 0.45rem; border-radius: 999px; }
.jt-int-sync-list em.is-ok { background: #dcfce7; color: #16a34a; }
.jt-int-sync-list em.is-pending { background: #fef3c7; color: #d97706; }

.jt-int-stock-row { display: flex; justify-content: space-between; margin-bottom: 0.75rem; font-weight: 600; }
.jt-int-stock-bars { display: flex; gap: 0.35rem; height: 48px; align-items: flex-end; }
.jt-int-stock-bars span { flex: 1; height: var(--jt-bar, 50%); background: linear-gradient(180deg, #6366f1, #818cf8); border-radius: 0.35rem 0.35rem 0 0; }

.jt-int-order { display: flex; align-items: center; gap: 0.5rem; justify-content: center; font-weight: 700; margin-bottom: 0.75rem; }
.jt-int-order-steps { display: flex; gap: 0.35rem; }
.jt-int-order-steps em { flex: 1; text-align: center; font-style: normal; font-size: 0.65rem; padding: 0.3rem; border-radius: 0.4rem; background: #f1f5f9; color: #64748b; }
.jt-int-order-steps em.is-done { background: #dcfce7; color: #16a34a; }
.jt-int-order-steps em.is-active { background: #dbeafe; color: #2563eb; }

.jt-int-price-diff { display: flex; align-items: center; gap: 0.5rem; justify-content: center; margin-bottom: 0.75rem; }
.jt-int-price-channels { display: flex; gap: 0.35rem; justify-content: center; }
.jt-int-price-channels span { padding: 0.25rem 0.5rem; background: #ede9fe; color: #7c3aed; border-radius: 0.35rem; font-weight: 700; font-size: 0.68rem; }

.jt-int-bulk { padding: 0.5rem; background: #f8fafc; border-radius: 0.5rem; margin-bottom: 0.5rem; }
.jt-int-bulk-actions { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.jt-int-bulk-actions span { font-size: 0.65rem; padding: 0.25rem 0.45rem; background: #e0e7ff; color: #4338ca; border-radius: 0.35rem; }

.jt-int-chart { display: flex; gap: 0.4rem; height: 64px; align-items: flex-end; margin-bottom: 0.5rem; }
.jt-int-chart span { flex: 1; height: var(--jt-h, 50%); background: linear-gradient(180deg, #7c3aed, #a78bfa); border-radius: 0.3rem 0.3rem 0 0; }

.jt-int-pos-card { padding: 0.6rem; background: #1e293b; color: #fff; border-radius: 0.6rem; display: flex; justify-content: space-between; margin-bottom: 0.6rem; font-family: monospace; }
.jt-int-pos-providers { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.jt-int-pos-providers span { font-size: 0.65rem; padding: 0.2rem 0.45rem; background: #ecfdf5; color: #059669; border-radius: 0.35rem; font-weight: 600; }

.jt-int-install-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.35rem; }
.jt-int-install-grid span { text-align: center; padding: 0.45rem 0.25rem; border-radius: 0.45rem; background: #f8fafc; border: 1px solid #e2e8f0; font-size: 0.62rem; color: #64748b; }
.jt-int-install-grid span.is-active { background: #ecfdf5; border-color: #86efac; color: #059669; }
.jt-int-install-grid strong { display: block; font-size: 0.72rem; color: #1e293b; margin-top: 0.15rem; }

.jt-int-3d-shield { text-align: center; font-size: 2.5rem; color: #059669; margin-bottom: 0.5rem; }
.jt-int-3d-badge { display: inline-block; font-size: 0.65rem; padding: 0.2rem 0.5rem; background: #ecfdf5; color: #059669; border-radius: 999px; font-weight: 700; }

.jt-int-transfer { padding: 0.5rem; background: #f8fafc; border-radius: 0.5rem; display: flex; justify-content: space-between; margin-bottom: 0.5rem; }
.jt-int-transfer-status { font-size: 0.72rem; color: #059669; }

.jt-int-wallet-row { padding: 0.45rem 0.6rem; background: #f8fafc; border-radius: 0.45rem; margin-bottom: 0.35rem; display: flex; gap: 0.5rem; align-items: center; }

.jt-int-provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.35rem; }
.jt-int-provider-grid span { text-align: center; font-size: 0.65rem; padding: 0.35rem; background: #f0fdf4; border-radius: 0.35rem; color: #166534; font-weight: 600; }

.jt-int-publish-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.jt-int-publish-badges span { flex: 1; min-width: 120px; text-align: center; padding: 0.5rem; background: #eef2ff; border-radius: 0.5rem; font-size: 0.72rem; font-weight: 600; color: #4338ca; }

.jt-int-push { display: flex; gap: 0.6rem; padding: 0.55rem; background: #f8fafc; border-radius: 0.6rem; margin-bottom: 0.4rem; align-items: flex-start; }
.jt-int-push i { color: #6366f1; margin-top: 0.15rem; }
.jt-int-push strong { display: block; font-size: 0.75rem; }
.jt-int-push p { margin: 0; font-size: 0.68rem; color: #64748b; }
.jt-int-push--alt { background: #eef2ff; }

.jt-int-hybrid-scale { display: flex; align-items: center; gap: 0.5rem; text-align: center; }
.jt-int-hybrid-end { flex: 1; font-size: 0.62rem; color: #94a3b8; line-height: 1.4; }
.jt-int-hybrid-end small { display: block; font-size: 0.58rem; }
.jt-int-hybrid-mid { flex: 1.4; padding: 0.75rem 0.5rem; background: linear-gradient(145deg, #eef2ff, #e0e7ff); border-radius: 0.75rem; border: 2px solid #6366f1; }
.jt-int-hybrid-mid strong { display: block; font-size: 0.75rem; color: #4338ca; }
.jt-int-hybrid-mid em { font-style: normal; font-size: 0.62rem; color: #6366f1; }

.jt-int-brand-preview { display: grid; gap: 0.35rem; }
.jt-int-brand-splash { height: 48px; background: linear-gradient(90deg, #6366f1, #818cf8); border-radius: 0.5rem; }
.jt-int-brand-nav { height: 20px; background: #e2e8f0; border-radius: 0.35rem; }
.jt-int-brand-products { height: 56px; background: #f1f5f9; border-radius: 0.35rem; }

.jt-int-update { padding: 0.45rem 0.6rem; background: #f8fafc; border-radius: 0.45rem; margin-bottom: 0.35rem; font-size: 0.72rem; }
.jt-int-update--ok { background: #ecfdf5; color: #059669; }

.jt-int-apppanel-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.4rem; }
.jt-int-apppanel-list li { padding: 0.45rem 0.6rem; background: #f8fafc; border-radius: 0.45rem; display: flex; gap: 0.5rem; align-items: center; }

.jt-int-meta-field { margin-bottom: 0.45rem; }
.jt-int-meta-field label { display: block; font-size: 0.62rem; color: #94a3b8; margin-bottom: 0.15rem; }
.jt-int-meta-field span { display: block; padding: 0.35rem 0.5rem; background: #f8fafc; border-radius: 0.35rem; font-size: 0.72rem; }
.jt-int-meta-preview { margin-top: 0.5rem; padding: 0.5rem; border-left: 3px solid #22c55e; background: #f0fdf4; border-radius: 0 0.45rem 0.45rem 0; }
.jt-int-meta-preview strong { display: block; font-size: 0.75rem; color: #1a0dab; }
.jt-int-meta-preview p { margin: 0; font-size: 0.68rem; color: #4d5156; }

.jt-int-analytics-icons { display: flex; gap: 0.35rem; margin-bottom: 0.6rem; }
.jt-int-analytics-icons span { padding: 0.25rem 0.5rem; background: #dbeafe; color: #1d4ed8; border-radius: 0.35rem; font-size: 0.68rem; font-weight: 700; }
.jt-int-analytics-chart { display: flex; gap: 0.35rem; height: 56px; align-items: flex-end; }
.jt-int-analytics-chart span { flex: 1; height: var(--jt-h, 50%); background: linear-gradient(180deg, #22c55e, #86efac); border-radius: 0.3rem 0.3rem 0 0; }

.jt-int-ps-big { font-size: 2.5rem; font-weight: 800; color: #16a34a; text-align: center; margin-bottom: 0.75rem; }
.jt-int-ps-big span { font-size: 1rem; color: #94a3b8; }
.jt-int-ps-list { list-style: none; padding: 0; margin: 0; font-size: 0.72rem; display: grid; gap: 0.35rem; }

.jt-int-snippet { padding: 0.65rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 0.5rem; }
.jt-int-snippet-stars { color: #f59e0b; font-size: 0.75rem; }
.jt-int-snippet-stars span { color: #64748b; font-size: 0.68rem; }
.jt-int-snippet p { margin: 0.25rem 0 0; font-size: 0.68rem; color: #16a34a; }

.jt-int-blog-card { display: flex; gap: 0.5rem; margin-bottom: 0.4rem; }
.jt-int-blog-card > span { width: 40px; height: 40px; background: #e2e8f0; border-radius: 0.35rem; flex-shrink: 0; }
.jt-int-blog-card strong { display: block; font-size: 0.72rem; }
.jt-int-blog-card p { margin: 0; font-size: 0.65rem; color: #64748b; }

.jt-int-campaign-pills { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.jt-int-campaign-pills span { font-size: 0.65rem; padding: 0.25rem 0.5rem; background: #f0fdf4; color: #166534; border-radius: 999px; }

.jt-int-prod-row { display: flex; justify-content: space-between; align-items: center; padding: 0.4rem 0.5rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.35rem; font-size: 0.72rem; }
.jt-int-order-sync-item { display: flex; justify-content: space-between; padding: 0.4rem 0.5rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.35rem; font-size: 0.72rem; }
.jt-int-order-sync-item em { font-style: normal; color: #059669; font-size: 0.65rem; font-weight: 600; }

.jt-int-efatura { display: flex; gap: 0.6rem; align-items: center; padding: 0.55rem; background: #f0fdf4; border-radius: 0.5rem; }
.jt-int-efatura i { font-size: 1.25rem; color: #059669; }
.jt-int-efatura strong { display: block; font-size: 0.75rem; }
.jt-int-efatura p { margin: 0; font-size: 0.68rem; color: #64748b; }

.jt-int-cari { display: flex; justify-content: space-between; padding: 0.45rem 0.6rem; background: #f8fafc; border-radius: 0.45rem; margin-bottom: 0.35rem; }
.jt-int-cari--debit { background: #fef2f2; }

.jt-int-stock-erp { display: flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.5rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.35rem; font-size: 0.72rem; }
.jt-int-stock-erp em { margin-left: auto; color: #475569; font-style: normal; font-size: 0.65rem; }

.jt-int-erp-status { color: #059669; font-weight: 700; margin-bottom: 0.5rem; font-size: 0.78rem; }
.jt-int-erp-log { font-size: 0.68rem; color: #64748b; padding: 0.25rem 0; border-bottom: 1px solid #f1f5f9; }
.jt-int-erp-log span { color: #94a3b8; margin-right: 0.35rem; }

/* Hero mobile app */
.jt-hero-mobile-app {
    position: relative;
    width: 280px;
    margin-inline: auto;
}

.jt-hero-mobile-app__glow {
    position: absolute;
    inset: -10%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.jt-hero-mobile-app__device {
    position: relative;
    background: #1e293b;
    border-radius: 2rem;
    padding: 0.65rem 0.5rem 0.5rem;
    box-shadow: 0 24px 48px rgba(0, 26, 56, 0.2);
}

.jt-hero-mobile-app__notch {
    width: 80px;
    height: 18px;
    background: #0f172a;
    border-radius: 0 0 0.75rem 0.75rem;
    margin: 0 auto 0.35rem;
}

.jt-hero-mobile-app__screen {
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    padding: 0.5rem;
}

.jt-hero-mobile-app__status {
    display: flex;
    justify-content: space-between;
    font-size: 0.55rem;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.jt-hero-mobile-app__header {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
}

.jt-hero-mobile-app__logo {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: linear-gradient(135deg, #6366f1, #818cf8);
}

.jt-hero-mobile-app__banner {
    height: 56px;
    background: linear-gradient(90deg, #eef2ff, #e0e7ff);
    border-radius: 0.5rem;
    margin-bottom: 0.4rem;
}

.jt-hero-mobile-app__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    margin-bottom: 0.4rem;
}

.jt-hero-mobile-app__grid span {
    height: 40px;
    background: #f1f5f9;
    border-radius: 0.35rem;
}

.jt-hero-mobile-app__nav {
    display: flex;
    justify-content: space-around;
    padding-top: 0.35rem;
    border-top: 1px solid #f1f5f9;
}

.jt-hero-mobile-app__nav em {
    font-style: normal;
    font-size: 0.85rem;
    color: #94a3b8;
}

.jt-hero-mobile-app__nav em.is-active { color: #6366f1; }

.jt-hero-mobile-app__badges {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
}

.jt-hero-mobile-app__badges span {
    font-size: 0.68rem;
    padding: 0.3rem 0.55rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #475569;
    box-shadow: 0 4px 12px rgba(0, 26, 56, 0.06);
}

/* Pazaryeri hub spotlight mock */
.jt-spot-mock__hub {
    position: relative;
    height: 160px;
    margin-bottom: 0.75rem;
}

.jt-spot-mock__hub-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.15rem;
    z-index: 2;
}

.jt-spot-mock__hub-node {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ddd6fe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 800;
    color: #7c3aed;
}

.jt-spot-mock__hub-node--1 { top: 8%; left: 50%; transform: translateX(-50%); }
.jt-spot-mock__hub-node--2 { top: 50%; right: 4%; transform: translateY(-50%); }
.jt-spot-mock__hub-node--3 { bottom: 8%; left: 50%; transform: translateX(-50%); }
.jt-spot-mock__hub-node--4 { top: 50%; left: 4%; transform: translateY(-50%); }

.jt-spot-mock__status {
    text-align: center;
    font-size: 0.72rem;
    color: #7c3aed;
    font-weight: 600;
}

.jt-spot-mock__cards { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 0.75rem; }
.jt-spot-mock__cards span { flex: 1; min-width: 90px; text-align: center; padding: 0.4rem; background: #ecfdf5; border-radius: 0.45rem; font-size: 0.68rem; font-weight: 600; color: #059669; }
.jt-spot-mock__amount { display: flex; justify-content: space-between; padding: 0.5rem; background: #f8fafc; border-radius: 0.5rem; margin-bottom: 0.5rem; }
.jt-spot-mock__installments { display: flex; gap: 0.3rem; }
.jt-spot-mock__installments em { flex: 1; text-align: center; font-style: normal; font-size: 0.62rem; padding: 0.3rem; border-radius: 0.35rem; background: #f1f5f9; color: #64748b; }
.jt-spot-mock__installments em.is-active { background: #dcfce7; color: #16a34a; font-weight: 700; }

.jt-spot-mock__phones { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
.jt-spot-mock__phone { width: 140px; background: #1e293b; border-radius: 1.25rem; padding: 0.4rem; }
.jt-spot-mock__phone-notch { width: 50px; height: 12px; background: #0f172a; border-radius: 0 0 0.5rem 0.5rem; margin: 0 auto 0.25rem; }
.jt-spot-mock__phone-screen { background: #fff; border-radius: 0.85rem; padding: 0.5rem; text-align: center; }
.jt-spot-mock__app-icon { display: block; width: 32px; height: 32px; margin: 0 auto 0.35rem; border-radius: 8px; background: linear-gradient(135deg, #6366f1, #818cf8); }
.jt-spot-mock__phone-screen strong { display: block; font-size: 0.72rem; }
.jt-spot-mock__phone-screen p { margin: 0; font-size: 0.62rem; color: #64748b; }
.jt-spot-mock__store-badges { display: flex; gap: 0.4rem; }
.jt-spot-mock__store-badges span { font-size: 0.65rem; padding: 0.3rem 0.5rem; background: #eef2ff; border-radius: 999px; color: #4338ca; font-weight: 600; }

.jt-spot-mock__sync-flow { display: flex; align-items: center; justify-content: center; gap: 0.35rem; margin-bottom: 0.75rem; flex-wrap: wrap; }
.jt-spot-mock__sync-box { padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.68rem; font-weight: 600; display: flex; align-items: center; gap: 0.3rem; }
.jt-spot-mock__sync-box--mid { background: #eff6ff; color: #2563eb; }
.jt-spot-mock__sync-arrow { color: #94a3b8; font-size: 0.75rem; }
.jt-spot-mock__sync-items { display: flex; gap: 0.35rem; flex-wrap: wrap; justify-content: center; }
.jt-spot-mock__sync-items span { font-size: 0.62rem; padding: 0.2rem 0.45rem; background: #f0fdf4; color: #166534; border-radius: 999px; }

/* Sayfa temaları — intro card & feature no */
.jt-solution-intro-card--pazaryeri { border-color: rgba(124, 58, 237, 0.14); background: linear-gradient(145deg, #fff 0%, #faf5ff 52%, #f5f3ff 100%); }
.jt-solution-intro-card--pazaryeri::before { background: linear-gradient(90deg, #7c3aed, #a78bfa); }
.jt-solution-intro-card--pazaryeri .jt-solution-intro-card__glow { background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, transparent 72%); }
.jt-solution-intro-card--pazaryeri .jt-solution-intro-card__icon { color: #7c3aed; background: linear-gradient(145deg, rgba(124, 58, 237, 0.14), rgba(124, 58, 237, 0.05)); border-color: rgba(124, 58, 237, 0.14); }
.jt-pazaryeri-page .jt-pazaryeri-feature__no { background: linear-gradient(135deg, #7c3aed, #a78bfa); box-shadow: 0 8px 24px rgba(124, 58, 237, 0.25); }
.jt-solution-spotlight--pazaryeri .jt-solution-spotlight__item-icon { background: rgba(124, 58, 237, 0.1); color: #7c3aed; }

.jt-solution-intro-card--odeme { border-color: rgba(5, 150, 105, 0.14); background: linear-gradient(145deg, #fff 0%, #f0fdf4 52%, #ecfdf5 100%); }
.jt-solution-intro-card--odeme::before { background: linear-gradient(90deg, #059669, #10b981); }
.jt-solution-intro-card--odeme .jt-solution-intro-card__glow { background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 72%); }
.jt-solution-intro-card--odeme .jt-solution-intro-card__icon { color: #059669; background: linear-gradient(145deg, rgba(16, 185, 129, 0.14), rgba(16, 185, 129, 0.05)); border-color: rgba(5, 150, 105, 0.14); }
.jt-odeme-page .jt-odeme-feature__no { background: linear-gradient(135deg, #059669, #10b981); box-shadow: 0 8px 24px rgba(5, 150, 105, 0.25); }
.jt-odeme-cta-band { background: linear-gradient(90deg, #059669, #10b981); }
.jt-solution-spotlight--odeme .jt-solution-spotlight__item-icon { background: rgba(5, 150, 105, 0.1); color: #059669; }

.jt-solution-intro-card--mobil { border-color: rgba(99, 102, 241, 0.14); background: linear-gradient(145deg, #fff 0%, #eef2ff 52%, #e0e7ff 100%); }
.jt-solution-intro-card--mobil::before { background: linear-gradient(90deg, #4f46e5, #6366f1); }
.jt-solution-intro-card--mobil .jt-solution-intro-card__glow { background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, transparent 72%); }
.jt-solution-intro-card--mobil .jt-solution-intro-card__icon { color: #4f46e5; background: linear-gradient(145deg, rgba(99, 102, 241, 0.14), rgba(99, 102, 241, 0.05)); border-color: rgba(99, 102, 241, 0.14); }
.jt-mobil-page .jt-mobil-feature__no { background: linear-gradient(135deg, #4f46e5, #6366f1); box-shadow: 0 8px 24px rgba(99, 102, 241, 0.25); }
.jt-mobil-cta-band { background: linear-gradient(90deg, #4f46e5, #6366f1); }
.jt-solution-spotlight--mobil .jt-solution-spotlight__item-icon { background: rgba(99, 102, 241, 0.1); color: #4f46e5; }

.jt-solution-intro-card--seo { border-color: rgba(22, 163, 74, 0.14); background: linear-gradient(145deg, #fff 0%, #f0fdf4 52%, #ecfdf5 100%); }
.jt-solution-intro-card--seo::before { background: linear-gradient(90deg, #16a34a, #22c55e); }
.jt-solution-intro-card--seo .jt-solution-intro-card__glow { background: radial-gradient(circle, rgba(34, 197, 94, 0.12) 0%, transparent 72%); }
.jt-solution-intro-card--seo .jt-solution-intro-card__icon { color: #16a34a; background: linear-gradient(145deg, rgba(34, 197, 94, 0.14), rgba(34, 197, 94, 0.05)); border-color: rgba(22, 163, 74, 0.14); }
.jt-seo-page .jt-seo-feature__no { background: linear-gradient(135deg, #16a34a, #22c55e); box-shadow: 0 8px 24px rgba(22, 163, 74, 0.25); }
.jt-seo-cta-band { background: linear-gradient(90deg, #16a34a, #22c55e); }
.jt-solution-spotlight--seo .jt-solution-spotlight__item-icon { background: rgba(22, 163, 74, 0.1); color: #16a34a; }

.jt-solution-intro-card--muhasebe { border-color: rgba(71, 85, 105, 0.14); background: linear-gradient(145deg, #fff 0%, #f8fafc 52%, #f1f5f9 100%); }
.jt-solution-intro-card--muhasebe::before { background: linear-gradient(90deg, #475569, #005fec); }
.jt-solution-intro-card--muhasebe .jt-solution-intro-card__glow { background: radial-gradient(circle, rgba(0, 95, 236, 0.1) 0%, transparent 72%); }
.jt-solution-intro-card--muhasebe .jt-solution-intro-card__icon { color: #005fec; background: linear-gradient(145deg, rgba(0, 95, 236, 0.12), rgba(0, 95, 236, 0.04)); border-color: rgba(0, 95, 236, 0.14); }
.jt-muhasebe-page .jt-muhasebe-feature__no { background: linear-gradient(135deg, #475569, #005fec); box-shadow: 0 8px 24px rgba(0, 95, 236, 0.2); }
.jt-muhasebe-cta-band { background: linear-gradient(90deg, #475569, #005fec); }
.jt-solution-spotlight--muhasebe .jt-solution-spotlight__item-icon { background: rgba(0, 95, 236, 0.08); color: #005fec; }

.jt-solution-intro-card--xml { border-color: rgba(234, 88, 12, 0.14); background: linear-gradient(145deg, #fff 0%, #fff7ed 52%, #ffedd5 100%); }
.jt-solution-intro-card--xml::before { background: linear-gradient(90deg, #ea580c, #f97316); }
.jt-solution-intro-card--xml .jt-solution-intro-card__glow { background: radial-gradient(circle, rgba(249, 115, 22, 0.12) 0%, transparent 72%); }
.jt-solution-intro-card--xml .jt-solution-intro-card__icon { color: #ea580c; background: linear-gradient(145deg, rgba(249, 115, 22, 0.14), rgba(249, 115, 22, 0.05)); border-color: rgba(234, 88, 12, 0.14); }
.jt-xml-page .jt-xml-feature__no { background: linear-gradient(135deg, #ea580c, #f97316); box-shadow: 0 8px 24px rgba(234, 88, 12, 0.22); color: #fff; }
.jt-xml-cta-band { background: linear-gradient(90deg, #ea580c, #f97316); }
.jt-solution-spotlight--xml .jt-solution-spotlight__item-icon { background: rgba(249, 115, 22, 0.1); color: #ea580c; }

.jt-solution-intro-card--api { border-color: rgba(220, 38, 38, 0.14); background: linear-gradient(145deg, #fff 0%, #fef2f2 52%, #fee2e2 100%); }
.jt-solution-intro-card--api::before { background: linear-gradient(90deg, #dc2626, #005fec); }
.jt-solution-intro-card--api .jt-solution-intro-card__glow { background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 72%); }
.jt-solution-intro-card--api .jt-solution-intro-card__icon { color: #dc2626; background: linear-gradient(145deg, rgba(220, 38, 38, 0.12), rgba(0, 95, 236, 0.05)); border-color: rgba(220, 38, 38, 0.14); }
.jt-api-page .jt-api-feature__no { background: linear-gradient(135deg, #dc2626, #005fec); box-shadow: 0 8px 24px rgba(220, 38, 38, 0.2); color: #fff; }
.jt-api-cta-band { background: linear-gradient(90deg, #dc2626, #005fec); }
.jt-solution-spotlight--api .jt-solution-spotlight__item-icon { background: rgba(220, 38, 38, 0.08); color: #dc2626; }

/* Multi e-ticaret çözüm sayfası */
.jt-solution-intro-card--multi {
    border-color: rgba(14, 116, 144, 0.14);
    background: linear-gradient(145deg, #fff 0%, #ecfeff 52%, #f0fdfa 100%);
}

.jt-solution-intro-card--multi::before {
    background: linear-gradient(90deg, #0e7490, #0891b2);
}

.jt-solution-intro-card--multi .jt-solution-intro-card__glow {
    background: radial-gradient(circle, rgba(8, 145, 178, 0.12) 0%, transparent 72%);
}

.jt-solution-intro-card--multi .jt-solution-intro-card__icon {
    color: #0e7490;
    background: linear-gradient(145deg, rgba(8, 145, 178, 0.14), rgba(8, 145, 178, 0.05));
    border-color: rgba(14, 116, 144, 0.14);
}

.jt-multi-page .jt-multi-feature__no {
    background: linear-gradient(135deg, #0e7490, #0891b2);
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.22);
}

.jt-multi-cta-band {
    background: linear-gradient(90deg, #0e7490, #0891b2);
}

.jt-solution-spotlight--multi .jt-solution-spotlight__item-icon {
    background: rgba(8, 145, 178, 0.1);
    color: #0e7490;
}

/* Hero — Multi mağaza orbit animasyonu */
.jt-hero-multi-orbit {
    --jt-multi-size: 380px;
    --jt-multi-outer-r: 138px;
    --jt-multi-inner-r: 90px;
    --jt-multi-outer-duration: 52s;
    --jt-multi-inner-duration: 32s;
    position: relative;
    width: var(--jt-multi-size);
    height: var(--jt-multi-size);
    margin-inline: auto;
    flex: 0 0 auto;
}

.jt-hero-multi-orbit__glow {
    position: absolute;
    inset: 6% 4% 10%;
    border-radius: 50%;
    overflow: hidden;
    background:
        radial-gradient(ellipse 72% 58% at 50% 48%, rgba(8, 145, 178, 0.16) 0%, rgba(14, 116, 144, 0.08) 42%, transparent 74%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.96) 0%, transparent 60%);
    pointer-events: none;
}

.jt-hero-multi-orbit__grid {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background-image:
        linear-gradient(rgba(8, 145, 178, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 145, 178, 0.07) 1px, transparent 1px);
    background-size: 18px 18px;
    mask-image: radial-gradient(circle at center, #000 35%, transparent 72%);
    animation: jt-hero-multi-grid-pulse 4.6s ease-in-out infinite;
}

.jt-hero-multi-orbit__scan {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 42%,
        rgba(8, 145, 178, 0.1) 49%,
        rgba(14, 116, 144, 0.12) 51%,
        transparent 58%
    );
    animation: jt-hero-multi-scan 5.6s ease-in-out infinite;
}

.jt-hero-multi-orbit__axis {
    position: absolute;
    background: rgba(14, 116, 144, 0.18);
    pointer-events: none;
}

.jt-hero-multi-orbit__axis--x {
    left: 14%;
    right: 14%;
    top: 56%;
    height: 1px;
    animation: jt-hero-multi-axis-fade 3.2s ease-in-out infinite;
}

.jt-hero-multi-orbit__axis--y {
    top: 18%;
    bottom: 22%;
    left: 44%;
    width: 1px;
    animation: jt-hero-multi-axis-fade 3.2s ease-in-out infinite 0.8s;
}

.jt-hero-multi-orbit__particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.jt-hero-multi-orbit__particle {
    position: absolute;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: rgba(8, 145, 178, 0.58);
    animation: jt-hero-multi-particle 4.6s ease-in-out infinite;
}

.jt-hero-multi-orbit__particle--1 { top: 11%; left: 14%; animation-delay: 0s; }
.jt-hero-multi-orbit__particle--2 { top: 18%; right: 12%; color: rgba(14, 116, 144, 0.6); animation-delay: 0.6s; }
.jt-hero-multi-orbit__particle--3 { bottom: 22%; left: 10%; color: rgba(234, 88, 12, 0.55); animation-delay: 1.1s; }
.jt-hero-multi-orbit__particle--4 { bottom: 14%; right: 16%; color: rgba(0, 95, 236, 0.55); animation-delay: 1.7s; }
.jt-hero-multi-orbit__particle--5 { top: 44%; right: 7%; color: rgba(109, 40, 217, 0.5); animation-delay: 2.3s; }

.jt-hero-multi-orbit__field {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.jt-hero-multi-orbit__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.jt-hero-multi-orbit__ring--outer {
    width: calc(var(--jt-multi-outer-r) * 2);
    height: calc(var(--jt-multi-outer-r) * 2);
    margin: calc(var(--jt-multi-outer-r) * -1) 0 0 calc(var(--jt-multi-outer-r) * -1);
    border: 1px dashed rgba(8, 145, 178, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.jt-hero-multi-orbit__ring--inner {
    width: calc(var(--jt-multi-inner-r) * 2);
    height: calc(var(--jt-multi-inner-r) * 2);
    margin: calc(var(--jt-multi-inner-r) * -1) 0 0 calc(var(--jt-multi-inner-r) * -1);
    border: 1px dotted rgba(14, 116, 144, 0.22);
}

.jt-hero-multi-orbit__rotator {
    position: absolute;
    inset: 0;
}

.jt-hero-multi-orbit__rotator--forward {
    animation: jt-hero-multi-spin-forward var(--jt-multi-outer-duration) linear infinite;
}

.jt-hero-multi-orbit__rotator--reverse {
    animation: jt-hero-multi-spin-reverse var(--jt-multi-inner-duration) linear infinite;
}

.jt-hero-multi-orbit__node {
    --jt-multi-radius: var(--jt-multi-outer-r);
    position: absolute;
    inset: 0;
    transform: rotate(var(--jt-multi-angle));
    pointer-events: none;
}

.jt-hero-multi-orbit__ring--inner .jt-hero-multi-orbit__node {
    --jt-multi-radius: var(--jt-multi-inner-r);
}

.jt-hero-multi-orbit__card {
    position: absolute;
    top: calc(50% - var(--jt-multi-radius));
    left: 50%;
    width: 78px;
    height: 58px;
    transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-multi-angle)));
    animation:
        jt-hero-multi-counter-forward var(--jt-multi-outer-duration) linear infinite,
        jt-hero-multi-card-float 3.5s ease-in-out infinite;
    animation-delay: 0s, var(--jt-multi-float-delay, 0s);
}

.jt-hero-multi-orbit__card--sm {
    width: 46px;
    height: 46px;
    animation:
        jt-hero-multi-counter-reverse var(--jt-multi-inner-duration) linear infinite,
        jt-hero-multi-card-float 3.1s ease-in-out infinite;
    animation-delay: 0s, var(--jt-multi-float-delay, 0s);
}

.jt-hero-multi-orbit__store {
    width: 100%;
    height: 100%;
    border-radius: 0.55rem;
    background: #fff;
    border: 1px solid rgba(14, 116, 144, 0.14);
    box-shadow: 0 10px 22px rgba(14, 116, 144, 0.12);
    padding: 0.28rem 0.32rem 0.32rem;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    overflow: hidden;
}

.jt-hero-multi-orbit__store-chrome {
    display: flex;
    gap: 0.14rem;
    align-items: center;
}

.jt-hero-multi-orbit__store-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(148, 163, 184, 0.55);
}

.jt-hero-multi-orbit__store--coral .jt-hero-multi-orbit__store-dot:nth-child(1) { background: #f97316; }
.jt-hero-multi-orbit__store--blue .jt-hero-multi-orbit__store-dot:nth-child(1) { background: #3b82f6; }
.jt-hero-multi-orbit__store--teal .jt-hero-multi-orbit__store-dot:nth-child(1) { background: #14b8a6; }
.jt-hero-multi-orbit__store--violet .jt-hero-multi-orbit__store-dot:nth-child(1) { background: #8b5cf6; }

.jt-hero-multi-orbit__store-url {
    font-size: 0.42rem;
    font-weight: 700;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jt-hero-multi-orbit__store-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.14rem;
    flex: 1;
}

.jt-hero-multi-orbit__store-grid span,
.jt-hero-multi-orbit__store-row span,
.jt-hero-multi-orbit__store-list span {
    border-radius: 0.2rem;
    background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
    min-height: 0.55rem;
}

.jt-hero-multi-orbit__store--coral .jt-hero-multi-orbit__store-grid span:nth-child(1) { background: linear-gradient(145deg, #ffedd5, #fed7aa); }
.jt-hero-multi-orbit__store--blue .jt-hero-multi-orbit__store-grid span:nth-child(2) { background: linear-gradient(145deg, #dbeafe, #bfdbfe); }
.jt-hero-multi-orbit__store--teal .jt-hero-multi-orbit__store-banner { display: block; height: 0.7rem; border-radius: 0.2rem; background: linear-gradient(90deg, #14b8a6, #2dd4bf); }
.jt-hero-multi-orbit__store--violet .jt-hero-multi-orbit__store-grid span:nth-child(3) { background: linear-gradient(145deg, #ede9fe, #ddd6fe); }

.jt-hero-multi-orbit__store-row {
    display: flex;
    gap: 0.14rem;
}

.jt-hero-multi-orbit__store-row span { flex: 1; }

.jt-hero-multi-orbit__store-list {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    flex: 1;
}

.jt-hero-multi-orbit__chip {
    width: 100%;
    height: 100%;
    border-radius: 0.65rem;
    background: #fff;
    border: 1px solid rgba(14, 116, 144, 0.12);
    box-shadow: 0 8px 18px rgba(14, 116, 144, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jt-hero-multi-orbit__chip i {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.72rem;
}

.jt-hero-multi-orbit__chip--amber i { background: linear-gradient(145deg, #d97706, #f59e0b); }
.jt-hero-multi-orbit__chip--slate i { background: linear-gradient(145deg, #475569, #64748b); }
.jt-hero-multi-orbit__chip--green i { background: linear-gradient(145deg, #059669, #10b981); }

.jt-hero-multi-orbit__core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 124px;
    height: 124px;
    margin: -62px 0 0 -62px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(8, 145, 178, 0.22);
    box-shadow: 0 18px 40px rgba(8, 145, 178, 0.14), inset 0 0 0 6px rgba(8, 145, 178, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    z-index: 4;
}

.jt-hero-multi-orbit__core-pulse {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(8, 145, 178, 0.28);
    animation: jt-hero-multi-pulse 2.8s ease-out infinite;
    pointer-events: none;
}

.jt-hero-multi-orbit__core-pulse--delayed {
    animation-delay: 1.4s;
}

.jt-hero-multi-orbit__core-badge {
    position: absolute;
    top: 6px;
    right: 8px;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0e7490, #0891b2);
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(8, 145, 178, 0.28);
    z-index: 2;
}

.jt-hero-multi-orbit__jet {
    width: 58px;
    height: auto;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.jt-hero-multi-orbit__core-label {
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0e7490;
    position: relative;
    z-index: 1;
}

@keyframes jt-hero-multi-grid-pulse {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 0.9; }
}

@keyframes jt-hero-multi-scan {
    0%, 100% { transform: translateX(-8%); opacity: 0.35; }
    50% { transform: translateX(8%); opacity: 0.75; }
}

@keyframes jt-hero-multi-axis-fade {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.85; }
}

@keyframes jt-hero-multi-particle {
    0%, 100% { transform: translateY(0); opacity: 0.45; }
    50% { transform: translateY(-4px); opacity: 0.9; }
}

@keyframes jt-hero-multi-spin-forward {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes jt-hero-multi-spin-reverse {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

@keyframes jt-hero-multi-counter-forward {
    from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-multi-angle))); }
    to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-multi-angle) - 360deg)); }
}

@keyframes jt-hero-multi-counter-reverse {
    from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-multi-angle))); }
    to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--jt-multi-angle) + 360deg)); }
}

@keyframes jt-hero-multi-card-float {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -4px; }
}

@keyframes jt-hero-multi-pulse {
    0% { transform: scale(0.9); opacity: 0.8; }
    70% { transform: scale(1.12); opacity: 0; }
    100% { transform: scale(1.12); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .jt-hero-multi-orbit__grid,
    .jt-hero-multi-orbit__scan,
    .jt-hero-multi-orbit__axis,
    .jt-hero-multi-orbit__rotator--forward,
    .jt-hero-multi-orbit__rotator--reverse,
    .jt-hero-multi-orbit__particle,
    .jt-hero-multi-orbit__card {
        animation: none !important;
    }

    .jt-hero-multi-orbit__core-pulse {
        animation: none;
        opacity: 0.35;
    }
}

/* Multi e-ticaret özellik mock'ları */
.jt-multi-mock--panel .jt-multi-panel {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 0.55rem;
    min-height: 8.5rem;
}

.jt-multi-panel__nav {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.45rem;
    border-radius: 0.55rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.68rem;
}

.jt-multi-panel__nav span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.35rem;
    border-radius: 0.35rem;
    color: #64748b;
}

.jt-multi-panel__nav span.is-active {
    background: rgba(8, 145, 178, 0.12);
    color: #0e7490;
    font-weight: 700;
}

.jt-multi-panel__nav em {
    margin-top: auto;
    font-style: normal;
    font-size: 0.62rem;
    color: #0891b2;
    font-weight: 600;
}

.jt-multi-panel__main {
    padding: 0.65rem 0.75rem;
    border-radius: 0.55rem;
    background: linear-gradient(145deg, #ecfeff, #f0fdfa);
    border: 1px solid rgba(8, 145, 178, 0.14);
}

.jt-multi-panel__main strong {
    display: block;
    font-size: 0.82rem;
    color: #0f172a;
}

.jt-multi-panel__main p {
    margin: 0.25rem 0 0;
    font-size: 0.72rem;
    color: #64748b;
}

.jt-multi-domain-list {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.jt-multi-domain-list div {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.45rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.75rem;
    font-weight: 600;
}

.jt-multi-domain-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.jt-multi-domain-dot--coral { background: #f97316; }
.jt-multi-domain-dot--blue { background: #3b82f6; }
.jt-multi-domain-dot--teal { background: #14b8a6; }

.jt-multi-note {
    margin: 0.55rem 0 0;
    font-size: 0.68rem;
    color: #64748b;
}

.jt-multi-catalog {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.jt-multi-catalog__product {
    padding: 0.35rem 0.55rem;
    border-radius: 0.4rem;
    background: #0e7490;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.jt-multi-catalog__stores {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.jt-multi-catalog__stores em {
    font-style: normal;
    font-size: 0.68rem;
    padding: 0.28rem 0.45rem;
    border-radius: 999px;
    background: #ecfeff;
    color: #0e7490;
    border: 1px solid rgba(8, 145, 178, 0.18);
}

.jt-multi-brand-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
}

.jt-multi-brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.65rem 0.45rem;
    border-radius: 0.55rem;
    border: 1px solid #e2e8f0;
    font-size: 0.72rem;
}

.jt-multi-brand-card i {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.jt-multi-brand-card--coral i { background: linear-gradient(145deg, #ea580c, #f97316); }
.jt-multi-brand-card--blue i { background: linear-gradient(145deg, #005fec, #3b82f6); }
.jt-multi-brand-card--violet i { background: linear-gradient(145deg, #6d28d9, #8b5cf6); }

.jt-multi-order-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.jt-multi-order-list li {
    display: grid;
    grid-template-columns: 3.5rem 1fr auto;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.5rem;
    border-radius: 0.45rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.72rem;
}

.jt-multi-tag {
    font-style: normal;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
}

.jt-multi-tag--coral { background: #ffedd5; color: #c2410c; }
.jt-multi-tag--blue { background: #dbeafe; color: #1d4ed8; }
.jt-multi-tag--teal { background: #ccfbf1; color: #0f766e; }

.jt-multi-company {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.jt-multi-company__brand {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.55rem;
    background: linear-gradient(145deg, #ecfeff, #f0fdfa);
    border: 1px solid rgba(8, 145, 178, 0.16);
}

.jt-multi-company__logo {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.55rem;
    background: linear-gradient(135deg, #0e7490, #0891b2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
}

.jt-multi-company__brand strong {
    display: block;
    font-size: 0.8rem;
    color: #0f172a;
}

.jt-multi-company__brand p {
    margin: 0.12rem 0 0;
    font-size: 0.66rem;
    color: #64748b;
}

.jt-multi-company__sites {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.jt-multi-company__sites li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.42rem 0.55rem;
    border-radius: 0.45rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.jt-multi-company__site-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.jt-multi-company__site-dot--coral { background: #f97316; }
.jt-multi-company__site-dot--blue { background: #3b82f6; }
.jt-multi-company__site-dot--teal { background: #14b8a6; }

.jt-multi-company__sites strong {
    display: block;
    font-size: 0.72rem;
    color: #0f172a;
}

.jt-multi-company__sites em {
    display: block;
    font-style: normal;
    font-size: 0.64rem;
    color: #64748b;
}


/* Spotlight — multi mağaza hub */
.jt-spot-mock--multi .jt-spot-mock__multi-hub {
    position: relative;
    min-height: 220px;
    margin: 0.5rem 0;
}

.jt-spot-mock__multi-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #0e7490, #0891b2);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    box-shadow: 0 14px 32px rgba(8, 145, 178, 0.28);
    z-index: 2;
}

.jt-spot-mock__multi-core i {
    font-size: 1.1rem;
}

.jt-spot-mock__multi-core em {
    font-style: normal;
    font-size: 0.58rem;
    font-weight: 700;
    opacity: 0.9;
}

.jt-spot-mock__multi-core strong {
    font-size: 0.72rem;
    font-weight: 800;
}

.jt-spot-mock__multi-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 4.5rem;
    background: linear-gradient(180deg, rgba(8, 145, 178, 0.5), rgba(8, 145, 178, 0.08));
    transform-origin: top center;
    z-index: 1;
}

.jt-spot-mock__multi-line--1 { transform: translate(-50%, 0) rotate(-58deg); }
.jt-spot-mock__multi-line--2 { transform: translate(-50%, 0) rotate(12deg); }
.jt-spot-mock__multi-line--3 { transform: translate(-50%, 0) rotate(82deg); }

.jt-spot-mock__multi-store {
    position: absolute;
    width: 5.2rem;
    padding: 0.35rem;
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.jt-spot-mock__multi-store--1 { top: 8%; left: 8%; }
.jt-spot-mock__multi-store--2 { top: 6%; right: 6%; }
.jt-spot-mock__multi-store--3 { bottom: 8%; left: 50%; transform: translateX(-50%); }

.jt-spot-mock__multi-store-bar {
    display: block;
    height: 0.35rem;
    border-radius: 0.2rem;
    background: linear-gradient(90deg, #f97316, #fdba74);
}

.jt-spot-mock__multi-store--2 .jt-spot-mock__multi-store-bar {
    background: linear-gradient(90deg, #3b82f6, #93c5fd);
}

.jt-spot-mock__multi-store--3 .jt-spot-mock__multi-store-bar {
    background: linear-gradient(90deg, #14b8a6, #5eead4);
}

.jt-spot-mock__multi-store-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.18rem;
}

.jt-spot-mock__multi-store-body i {
    display: block;
    min-height: 0.65rem;
    border-radius: 0.18rem;
    background: #f1f5f9;
    font-style: normal;
}

.jt-spot-mock__multi-store em {
    font-style: normal;
    font-size: 0.58rem;
    font-weight: 700;
    color: #64748b;
}

@media (max-width: 991.98px) {
    .jt-hero-multi-orbit {
        --jt-multi-size: 320px;
        --jt-multi-outer-r: 116px;
        --jt-multi-inner-r: 76px;
    }

    .jt-multi-brand-row {
        grid-template-columns: 1fr;
    }


    .jt-solution-spotlight__visual { min-height: 220px; margin-top: 0.5rem; }
    .jt-pagespeed-card__scores { gap: 1rem; }
    .jt-logo-grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}

/* Modül çözüm sayfaları — özellik numarası */
.jt-module-page .jt-module-feature__no {
    background: linear-gradient(135deg, #0891b2, #22d3ee);
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.22);
}

/* Modül çözüm sayfaları — feature mock'ları */
.jt-mod-mock { font-size: 0.78rem; }
.jt-mod-note { font-size: 0.72rem; color: #64748b; margin: 0.75rem 0 0; }

.jt-mod-steps { display: flex; gap: 0.3rem; margin-bottom: 0.75rem; flex-wrap: wrap; }
.jt-mod-steps em { flex: 1; min-width: 60px; text-align: center; font-style: normal; font-size: 0.62rem; padding: 0.3rem 0.2rem; border-radius: 0.4rem; background: #f1f5f9; color: #64748b; }
.jt-mod-steps em.is-done { background: #dcfce7; color: #16a34a; }
.jt-mod-steps em.is-active { background: #dbeafe; color: #2563eb; font-weight: 700; }

.jt-mod-pc-part { display: flex; align-items: center; gap: 0.5rem; padding: 0.55rem; background: #f8fafc; border-radius: 0.55rem; margin-bottom: 0.35rem; }
.jt-mod-pc-part__icon { width: 36px; height: 36px; border-radius: 0.4rem; background: linear-gradient(135deg, #6366f1, #818cf8); flex-shrink: 0; }
.jt-mod-pc-part strong { display: block; font-size: 0.75rem; }
.jt-mod-pc-part p { margin: 0; font-size: 0.65rem; color: #64748b; }
.jt-mod-price { margin-left: auto; color: #1e293b; font-size: 0.78rem; white-space: nowrap; }

.jt-mod-compat-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.4rem; }
.jt-mod-compat-list li { display: flex; align-items: center; gap: 0.4rem; padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.72rem; }
.jt-mod-compat-list li i { color: #16a34a; font-size: 0.85rem; }
.jt-mod-compat-list li span { flex: 1; }
.jt-mod-compat-list em { font-style: normal; font-size: 0.62rem; font-weight: 700; padding: 0.15rem 0.4rem; border-radius: 999px; }
.jt-mod-compat-list em.is-ok { background: #dcfce7; color: #16a34a; }
.jt-mod-compat-list em.is-warn { background: #fef3c7; color: #d97706; }

.jt-mod-config-rows { display: grid; gap: 0.35rem; margin-bottom: 0.6rem; }
.jt-mod-config-row { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; font-size: 0.72rem; }
.jt-mod-config-total { display: flex; justify-content: space-between; padding: 0.55rem 0.65rem; background: linear-gradient(135deg, #eef2ff, #e0e7ff); border-radius: 0.5rem; font-weight: 700; }

.jt-mod-cart-item { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.3rem; font-size: 0.72rem; }
.jt-mod-cart-item--info { background: #eff6ff; color: #2563eb; font-size: 0.68rem; justify-content: flex-start; gap: 0.4rem; }
.jt-mod-cart-total { display: flex; justify-content: space-between; padding: 0.55rem 0.65rem; background: #1e293b; color: #fff; border-radius: 0.5rem; font-weight: 700; margin-top: 0.5rem; }

.jt-mod-bundle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.35rem; margin-bottom: 0.6rem; }
.jt-mod-bundle-item { text-align: center; padding: 0.5rem 0.25rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #475569; }
.jt-mod-bundle-item i { display: block; width: 100%; height: 32px; background: #e2e8f0; border-radius: 0.3rem; margin-bottom: 0.25rem; font-style: normal; }
.jt-mod-bundle-item--plus { display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #94a3b8; background: transparent; }
.jt-mod-bundle-name { text-align: center; }
.jt-mod-bundle-name strong { display: block; font-size: 0.78rem; }
.jt-mod-bundle-name em { font-style: normal; font-size: 0.65rem; color: #059669; }

.jt-mod-stock-row { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.3rem; font-size: 0.72rem; }
.jt-mod-stock-row strong.is-low { color: #dc2626; }
.jt-mod-stock-bar { height: 6px; background: #f1f5f9; border-radius: 999px; overflow: hidden; margin-bottom: 0.35rem; }
.jt-mod-stock-bar span { display: block; height: 100%; width: var(--jt-bar, 50%); background: linear-gradient(90deg, #f59e0b, #ef4444); border-radius: 999px; }

.jt-mod-price-compare { display: flex; align-items: center; gap: 0.45rem; justify-content: center; margin-bottom: 0.5rem; font-size: 0.78rem; }
.jt-mod-price-save { text-align: center; font-size: 0.72rem; color: #059669; font-weight: 600; }

.jt-mod-ceyiz-card { padding: 0.75rem; background: linear-gradient(145deg, #fdf2f8, #fce7f3); border-radius: 0.65rem; border: 1px solid #fbcfe8; position: relative; }
.jt-mod-ceyiz-badge { position: absolute; top: 0.5rem; right: 0.5rem; font-size: 0.58rem; padding: 0.15rem 0.4rem; background: #db2777; color: #fff; border-radius: 999px; font-weight: 700; }
.jt-mod-ceyiz-card strong { display: block; font-size: 0.82rem; margin-bottom: 0.25rem; }
.jt-mod-ceyiz-card p { margin: 0 0 0.5rem; font-size: 0.68rem; color: #64748b; }
.jt-mod-ceyiz-price s { color: #94a3b8; margin-right: 0.35rem; font-size: 0.72rem; }
.jt-mod-ceyiz-price strong { color: #db2777; font-size: 0.95rem; }

.jt-mod-furniture-room { display: flex; gap: 0.4rem; align-items: flex-end; justify-content: center; height: 72px; margin-bottom: 0.6rem; padding: 0.5rem; background: #f8fafc; border-radius: 0.55rem; }
.jt-mod-furniture-piece { border-radius: 0.35rem; background: #cbd5e1; }
.jt-mod-furniture-piece--sofa { width: 48px; height: 28px; background: #475569; }
.jt-mod-furniture-piece--table { width: 32px; height: 20px; background: #92400e; }
.jt-mod-furniture-piece--chair { width: 20px; height: 24px; background: #64748b; }
.jt-mod-furniture-label { text-align: center; }
.jt-mod-furniture-label strong { display: block; font-size: 0.75rem; }
.jt-mod-furniture-label em { font-style: normal; font-size: 0.65rem; color: #64748b; }

.jt-mod-parts-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.35rem; }
.jt-mod-parts-list li { display: flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.72rem; }
.jt-mod-parts-list li span { flex: 1; }
.jt-mod-parts-list input { accent-color: #6366f1; }

.jt-mod-pos-search { padding: 0.5rem 0.65rem; background: #f8fafc; border-radius: 0.45rem; color: #94a3b8; font-size: 0.72rem; margin-bottom: 0.5rem; display: flex; gap: 0.4rem; align-items: center; }
.jt-mod-pos-line { display: flex; justify-content: space-between; padding: 0.35rem 0.5rem; border-bottom: 1px solid #f1f5f9; font-size: 0.72rem; }
.jt-mod-pos-btn { margin-top: 0.6rem; text-align: center; padding: 0.55rem; background: linear-gradient(135deg, #059669, #10b981); color: #fff; border-radius: 0.5rem; font-weight: 700; font-size: 0.75rem; }

.jt-mod-pay-methods { display: flex; gap: 0.35rem; margin-bottom: 0.6rem; }
.jt-mod-pay-methods span { flex: 1; text-align: center; padding: 0.4rem 0.25rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.62rem; color: #64748b; border: 1px solid #e2e8f0; }
.jt-mod-pay-methods span.is-active { background: #ecfdf5; border-color: #86efac; color: #059669; font-weight: 700; }
.jt-mod-pay-amount { display: flex; justify-content: space-between; padding: 0.55rem; background: #f8fafc; border-radius: 0.5rem; margin-bottom: 0.5rem; font-weight: 700; }
.jt-mod-pay-status { text-align: center; color: #059669; font-size: 0.72rem; font-weight: 600; }

.jt-mod-collect-row { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.3rem; font-size: 0.72rem; }
.jt-mod-collect-row em { font-style: normal; font-size: 0.62rem; font-weight: 700; padding: 0.12rem 0.4rem; border-radius: 999px; }
.jt-mod-collect-row em.is-paid { background: #dcfce7; color: #16a34a; }
.jt-mod-collect-row em.is-pending { background: #fef3c7; color: #d97706; }
.jt-mod-collect-sum { display: flex; justify-content: space-between; padding: 0.55rem; background: #1e293b; color: #fff; border-radius: 0.5rem; margin-top: 0.5rem; font-weight: 700; }

.jt-mod-aff-url { display: flex; align-items: center; gap: 0.35rem; padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; margin-bottom: 0.6rem; font-size: 0.68rem; font-family: monospace; }
.jt-mod-aff-url em { margin-left: auto; font-style: normal; font-size: 0.62rem; padding: 0.2rem 0.45rem; background: #6366f1; color: #fff; border-radius: 0.3rem; font-weight: 600; font-family: inherit; }
.jt-mod-aff-stats { display: flex; gap: 0.35rem; }
.jt-mod-aff-stats span { flex: 1; text-align: center; padding: 0.45rem 0.25rem; background: #eef2ff; border-radius: 0.45rem; font-size: 0.62rem; color: #64748b; }
.jt-mod-aff-stats strong { display: block; font-size: 0.85rem; color: #4338ca; }

.jt-mod-comm-row { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.3rem; font-size: 0.72rem; }
.jt-mod-comm-total { display: flex; justify-content: space-between; padding: 0.55rem; background: #ecfdf5; border-radius: 0.5rem; font-weight: 700; color: #059669; margin-top: 0.4rem; }

.jt-mod-dash-cards { display: flex; gap: 0.4rem; margin-bottom: 0.6rem; }
.jt-mod-dash-cards span { flex: 1; text-align: center; padding: 0.5rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.62rem; color: #64748b; }
.jt-mod-dash-cards strong { display: block; font-size: 0.9rem; color: #1e293b; margin-top: 0.15rem; }
.jt-mod-dash-chart { display: flex; gap: 0.35rem; height: 56px; align-items: flex-end; }
.jt-mod-dash-chart span { flex: 1; height: var(--jt-h, 50%); background: linear-gradient(180deg, #6366f1, #818cf8); border-radius: 0.3rem 0.3rem 0 0; }

.jt-mod-bogo-item { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.3rem; font-size: 0.72rem; }
.jt-mod-bogo-item--free { background: #ecfdf5; }
.jt-mod-bogo-item--free em { font-style: normal; color: #059669; font-weight: 700; font-size: 0.68rem; }
.jt-mod-camp-badge { text-align: center; font-size: 0.68rem; color: #7c3aed; font-weight: 600; margin-top: 0.4rem; }

.jt-mod-order-line { display: flex; justify-content: space-between; padding: 0.35rem 0.5rem; font-size: 0.72rem; border-bottom: 1px solid #f1f5f9; }
.jt-mod-order-line--disc { color: #059669; }
.jt-mod-order-total { display: flex; justify-content: space-between; padding: 0.55rem; background: #1e293b; color: #fff; border-radius: 0.5rem; font-weight: 700; margin-top: 0.4rem; }

.jt-mod-disc-code { display: flex; align-items: center; gap: 0.4rem; padding: 0.45rem 0.55rem; background: #fef3c7; border-radius: 0.45rem; margin-bottom: 0.4rem; font-size: 0.72rem; color: #92400e; font-weight: 600; }
.jt-mod-disc-code em { margin-left: auto; font-style: normal; color: #059669; }

.jt-mod-cross-main { display: flex; gap: 0.5rem; padding: 0.5rem; background: #f8fafc; border-radius: 0.5rem; margin-bottom: 0.5rem; align-items: center; }
.jt-mod-cross-main > span { width: 36px; height: 36px; background: #e2e8f0; border-radius: 0.35rem; flex-shrink: 0; }
.jt-mod-cross-main strong { display: block; font-size: 0.75rem; }
.jt-mod-cross-main p { margin: 0; font-size: 0.65rem; color: #64748b; }
.jt-mod-cross-suggest { display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; font-size: 0.65rem; }
.jt-mod-cross-suggest em { font-style: normal; color: #64748b; }
.jt-mod-cross-suggest span { padding: 0.2rem 0.45rem; background: #eef2ff; color: #4338ca; border-radius: 999px; font-weight: 600; }

.jt-mod-total-bar { height: 8px; background: #f1f5f9; border-radius: 999px; overflow: hidden; margin-bottom: 0.4rem; }
.jt-mod-total-bar span { display: block; height: 100%; width: var(--jt-bar, 50%); background: linear-gradient(90deg, #6366f1, #818cf8); border-radius: 999px; }
.jt-mod-total-msg { text-align: center; font-size: 0.72rem; margin: 0 0 0.4rem; }
.jt-mod-total-reward { text-align: center; font-size: 0.68rem; color: #059669; font-weight: 600; }

.jt-mod-camp-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.35rem; }
.jt-mod-camp-list li { display: flex; justify-content: space-between; padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.72rem; }
.jt-mod-camp-list em { font-style: normal; font-size: 0.62rem; font-weight: 700; padding: 0.12rem 0.4rem; border-radius: 999px; }
.jt-mod-camp-list em.is-live { background: #dcfce7; color: #16a34a; }
.jt-mod-camp-list em.is-sched { background: #dbeafe; color: #2563eb; }

.jt-mod-edoc-card { display: flex; align-items: center; gap: 0.55rem; padding: 0.55rem; background: #f0fdf4; border-radius: 0.5rem; font-size: 0.72rem; }
.jt-mod-edoc-card i { font-size: 1.25rem; color: #059669; }
.jt-mod-edoc-card strong { display: block; font-size: 0.75rem; }
.jt-mod-edoc-card p { margin: 0; font-size: 0.65rem; color: #64748b; }
.jt-mod-edoc-card em { margin-left: auto; font-style: normal; font-size: 0.62rem; font-weight: 700; padding: 0.15rem 0.4rem; border-radius: 999px; background: #dcfce7; color: #16a34a; white-space: nowrap; }

.jt-mod-bulk-progress { height: 8px; background: #f1f5f9; border-radius: 999px; overflow: hidden; margin-bottom: 0.4rem; }
.jt-mod-bulk-progress span { display: block; height: 100%; width: var(--jt-bar, 50%); background: linear-gradient(90deg, #059669, #10b981); border-radius: 999px; }
.jt-mod-bulk-stats { display: flex; justify-content: space-between; font-size: 0.72rem; font-weight: 600; }

.jt-mod-irsaliye { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.3rem; font-size: 0.72rem; }
.jt-mod-irsaliye-status { text-align: center; font-size: 0.68rem; color: #2563eb; font-weight: 600; margin-top: 0.35rem; }

.jt-mod-lang-tabs { display: flex; gap: 0.3rem; margin-bottom: 0.5rem; }
.jt-mod-lang-tabs span { flex: 1; text-align: center; padding: 0.3rem; border-radius: 0.35rem; background: #f1f5f9; font-size: 0.68rem; font-weight: 700; color: #64748b; }
.jt-mod-lang-tabs span.is-active { background: #6366f1; color: #fff; }
.jt-mod-lang-preview { padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; margin-bottom: 0.35rem; font-size: 0.68rem; }
.jt-mod-lang-preview strong { display: block; font-size: 0.72rem; margin-bottom: 0.15rem; }
.jt-mod-lang-preview p { margin: 0; color: #64748b; }
.jt-mod-lang-preview--alt { background: #eef2ff; }

.jt-mod-subdomain-list { display: grid; gap: 0.35rem; margin-bottom: 0.35rem; }
.jt-mod-subdomain-list span { padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; font-size: 0.72rem; font-family: monospace; }
.jt-mod-subdomain-list em { font-style: normal; color: #6366f1; font-weight: 700; }

.jt-mod-ai-prompt { padding: 0.45rem 0.55rem; background: #eef2ff; border-radius: 0.45rem; font-size: 0.72rem; color: #4338ca; margin-bottom: 0.4rem; display: flex; gap: 0.4rem; align-items: center; }
.jt-mod-ai-output { padding: 0.5rem; background: #f8fafc; border-radius: 0.45rem; border-left: 3px solid #6366f1; margin-bottom: 0.4rem; font-size: 0.68rem; }
.jt-mod-ai-output p { margin: 0; color: #475569; line-height: 1.5; }
.jt-mod-ai-badge { display: inline-block; font-size: 0.62rem; padding: 0.2rem 0.45rem; background: #f0fdf4; color: #059669; border-radius: 999px; font-weight: 600; }

.jt-mod-appliance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.35rem; margin-bottom: 0.5rem; }
.jt-mod-appliance-grid span { text-align: center; padding: 0.45rem 0.25rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #475569; }
.jt-mod-appliance-grid i { display: block; width: 100%; height: 28px; background: #e2e8f0; border-radius: 0.3rem; margin-bottom: 0.2rem; font-style: normal; }
.jt-mod-appliance-filter { font-size: 0.68rem; color: #64748b; }
.jt-mod-appliance-filter em { font-style: normal; font-weight: 700; color: #334155; }

.jt-mod-spec-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.3rem; }
.jt-mod-spec-list li { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; font-size: 0.72rem; }

.jt-mod-appliance-price-main { text-align: center; margin-bottom: 0.6rem; }
.jt-mod-appliance-price-main s { color: #94a3b8; margin-right: 0.35rem; font-size: 0.78rem; }
.jt-mod-appliance-price-main strong { font-size: 1.1rem; color: #1e293b; }
.jt-mod-install-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.35rem; }
.jt-mod-install-grid span { text-align: center; padding: 0.4rem 0.2rem; border-radius: 0.45rem; background: #f8fafc; border: 1px solid #e2e8f0; font-size: 0.62rem; color: #64748b; }
.jt-mod-install-grid span.is-active { background: #ecfdf5; border-color: #86efac; color: #059669; }
.jt-mod-install-grid strong { display: block; font-size: 0.72rem; color: #1e293b; margin-top: 0.1rem; }

.jt-mod-auto-car { display: flex; gap: 0.55rem; align-items: center; padding: 0.5rem; background: #f8fafc; border-radius: 0.5rem; margin-bottom: 0.35rem; font-size: 0.72rem; }
.jt-mod-auto-car i { font-size: 1.1rem; color: #475569; }
.jt-mod-auto-car strong { display: block; font-size: 0.75rem; }
.jt-mod-auto-car p { margin: 0; font-size: 0.65rem; color: #64748b; }
.jt-mod-auto-car--alt { background: #eef2ff; }

.jt-mod-fitment-vehicle { padding: 0.4rem 0.55rem; background: #ecfdf5; color: #059669; border-radius: 0.45rem; font-size: 0.68rem; font-weight: 600; margin-bottom: 0.5rem; display: flex; gap: 0.35rem; align-items: center; }
.jt-mod-fitment-part { display: flex; align-items: center; gap: 0.5rem; padding: 0.45rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.72rem; }
.jt-mod-fitment-part > span { width: 32px; height: 32px; background: #cbd5e1; border-radius: 0.3rem; flex-shrink: 0; }
.jt-mod-fitment-part strong { display: block; font-size: 0.72rem; }
.jt-mod-fitment-part p { margin: 0; font-size: 0.62rem; color: #64748b; }
.jt-mod-fitment-part em { margin-left: auto; font-style: normal; font-size: 0.62rem; font-weight: 700; padding: 0.12rem 0.4rem; border-radius: 999px; background: #dcfce7; color: #16a34a; }

.jt-mod-maint-item { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.3rem; font-size: 0.72rem; }
.jt-mod-maint-item em { font-style: normal; font-size: 0.62rem; font-weight: 700; padding: 0.12rem 0.4rem; border-radius: 999px; }
.jt-mod-maint-item em.is-ok { background: #dcfce7; color: #16a34a; }
.jt-mod-maint-item em.is-soon { background: #dbeafe; color: #2563eb; }
.jt-mod-maint-item em.is-warn { background: #fef3c7; color: #d97706; }

.jt-mod-points-earn { display: flex; justify-content: space-between; padding: 0.45rem 0.55rem; background: #fef3c7; border-radius: 0.45rem; margin-bottom: 0.4rem; font-size: 0.72rem; font-weight: 600; color: #92400e; }
.jt-mod-points-rule { text-align: center; font-size: 0.68rem; color: #64748b; margin-bottom: 0.4rem; }
.jt-mod-points-balance { display: flex; justify-content: space-between; padding: 0.55rem; background: linear-gradient(135deg, #fef3c7, #fde68a); border-radius: 0.5rem; font-weight: 700; }

.jt-mod-ref-code { text-align: center; padding: 0.45rem; background: #eef2ff; border-radius: 0.45rem; font-family: monospace; font-size: 0.78rem; font-weight: 700; color: #4338ca; margin-bottom: 0.5rem; letter-spacing: 0.04em; }
.jt-mod-ref-row { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.3rem; font-size: 0.72rem; }
.jt-mod-ref-row strong { color: #d97706; }

.jt-mod-rules-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.35rem; }
.jt-mod-rules-list li { padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.72rem; display: flex; gap: 0.45rem; align-items: center; }
.jt-mod-rules-list i { color: #f59e0b; }

.jt-mod-redeem-slider { height: 6px; background: #f1f5f9; border-radius: 999px; overflow: hidden; margin-bottom: 0.4rem; position: relative; }
.jt-mod-redeem-slider span { display: block; height: 100%; width: var(--jt-bar, 50%); background: linear-gradient(90deg, #f59e0b, #fbbf24); border-radius: 999px; }
.jt-mod-redeem-info { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #fef3c7; border-radius: 0.45rem; margin-bottom: 0.5rem; font-size: 0.72rem; font-weight: 600; }

.jt-mod-wallet-amount { text-align: center; padding: 0.75rem; background: linear-gradient(145deg, #1e293b, #334155); color: #fff; border-radius: 0.65rem; margin-bottom: 0.5rem; }
.jt-mod-wallet-amount strong { display: block; font-size: 1.35rem; }
.jt-mod-wallet-amount em { font-style: normal; font-size: 0.65rem; color: #94a3b8; }
.jt-mod-wallet-actions { display: flex; gap: 0.35rem; }
.jt-mod-wallet-actions span { flex: 1; text-align: center; padding: 0.4rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.68rem; font-weight: 600; color: #475569; }

.jt-mod-wallet-pay { display: flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.55rem; background: #ecfdf5; border-radius: 0.45rem; margin-bottom: 0.5rem; font-size: 0.72rem; font-weight: 600; color: #059669; }
.jt-mod-wallet-pay input { accent-color: #059669; }
.jt-mod-wallet-remain { display: flex; justify-content: space-between; padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.72rem; font-weight: 600; margin-top: 0.35rem; }

.jt-mod-epin-card { display: flex; gap: 0.55rem; align-items: center; padding: 0.5rem; background: #fef3c7; border-radius: 0.5rem; margin-bottom: 0.5rem; font-size: 0.72rem; }
.jt-mod-epin-card i { font-size: 1.1rem; color: #d97706; }
.jt-mod-epin-card strong { display: block; font-size: 0.75rem; }
.jt-mod-epin-card p { margin: 0; font-size: 0.65rem; color: #64748b; }
.jt-mod-epin-code { display: flex; align-items: center; gap: 0.35rem; padding: 0.45rem 0.55rem; background: #1e293b; color: #fff; border-radius: 0.45rem; font-family: monospace; font-size: 0.68rem; }
.jt-mod-epin-code em { margin-left: auto; font-style: normal; font-size: 0.62rem; padding: 0.15rem 0.4rem; background: #6366f1; border-radius: 0.3rem; font-family: inherit; }

.jt-mod-epin-stock-row { display: flex; justify-content: space-between; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.3rem; font-size: 0.72rem; }
.jt-mod-epin-stock-row strong.is-low { color: #dc2626; }

.jt-mod-email-preview { border: 1px solid #e2e8f0; border-radius: 0.55rem; overflow: hidden; }
.jt-mod-email-head { padding: 0.5rem 0.65rem; background: #6366f1; color: #fff; display: flex; justify-content: space-between; align-items: center; font-size: 0.72rem; }
.jt-mod-email-head span { font-size: 0.62rem; opacity: 0.85; }
.jt-mod-email-body { padding: 0.65rem; font-size: 0.68rem; }
.jt-mod-email-body p { margin: 0 0 0.35rem; color: #64748b; }
.jt-mod-email-body code { display: block; padding: 0.45rem; background: #f8fafc; border-radius: 0.35rem; font-size: 0.72rem; letter-spacing: 0.06em; color: #1e293b; }

/* Modül spotlight mock'ları */
.jt-mod-spot { --jt-mod-accent: #6366f1; }
.jt-mod-spot--pc { --jt-mod-accent: #6366f1; }
.jt-mod-spot--bundle { --jt-mod-accent: #db2777; }
.jt-mod-spot--furniture { --jt-mod-accent: #92400e; }
.jt-mod-spot--quick { --jt-mod-accent: #059669; }
.jt-mod-spot--affiliate { --jt-mod-accent: #7c3aed; }
.jt-mod-spot--campaign { --jt-mod-accent: #ea580c; }
.jt-mod-spot--edoc { --jt-mod-accent: #059669; }
.jt-mod-spot--ai { --jt-mod-accent: #6366f1; }
.jt-mod-spot--appliance { --jt-mod-accent: #2563eb; }
.jt-mod-spot--auto { --jt-mod-accent: #475569; }
.jt-mod-spot--points { --jt-mod-accent: #d97706; }
.jt-mod-spot--wallet { --jt-mod-accent: #1e293b; }
.jt-mod-spot--epin { --jt-mod-accent: #d97706; }

.jt-mod-spot-pc { display: flex; gap: 0.75rem; align-items: center; margin-bottom: 0.75rem; }
.jt-mod-spot-pc__case { width: 64px; height: 80px; background: linear-gradient(180deg, #334155, #1e293b); border-radius: 0.45rem; border: 2px solid #475569; flex-shrink: 0; }
.jt-mod-spot-pc__parts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.3rem; flex: 1; }
.jt-mod-spot-pc__parts span { text-align: center; padding: 0.35rem 0.2rem; background: #eef2ff; border-radius: 0.35rem; font-size: 0.62rem; font-weight: 700; color: var(--jt-mod-accent); }

.jt-mod-spot-tags { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.jt-mod-spot-tags span { flex: 1; min-width: 120px; text-align: center; padding: 0.35rem 0.45rem; background: #f8fafc; border-radius: 999px; font-size: 0.62rem; font-weight: 600; color: #475569; }

.jt-mod-spot-bundle { display: flex; align-items: center; justify-content: center; gap: 0.25rem; margin-bottom: 0.65rem; }
.jt-mod-spot-bundle__item { width: 48px; height: 48px; background: #fce7f3; border-radius: 0.45rem; border: 2px solid #fbcfe8; }
.jt-mod-spot-bundle__plus { font-size: 0.85rem; color: #94a3b8; font-weight: 700; }
.jt-mod-spot-price { text-align: center; font-size: 0.78rem; }
.jt-mod-spot-price s { color: #94a3b8; margin-right: 0.35rem; }
.jt-mod-spot-price strong { font-size: 1rem; color: #db2777; }
.jt-mod-spot-price em { display: block; font-style: normal; font-size: 0.62rem; color: #059669; font-weight: 600; margin-top: 0.15rem; }

.jt-mod-spot-room { display: flex; gap: 0.5rem; align-items: flex-end; justify-content: center; height: 80px; padding: 0.65rem; background: #f8fafc; border-radius: 0.65rem; margin-bottom: 0.65rem; }
.jt-mod-spot-room__sofa { width: 56px; height: 32px; background: #475569; border-radius: 0.35rem 0.35rem 0 0; }
.jt-mod-spot-room__table { width: 36px; height: 22px; background: #92400e; border-radius: 0.25rem; }
.jt-mod-spot-room__lamp { width: 14px; height: 40px; background: linear-gradient(180deg, #fbbf24, #92400e); border-radius: 0.2rem; }

.jt-mod-spot-pos { padding: 0.65rem; background: #f8fafc; border-radius: 0.65rem; }
.jt-mod-spot-pos__scan { padding: 0.45rem; background: #fff; border: 1px dashed #cbd5e1; border-radius: 0.45rem; text-align: center; font-size: 0.72rem; color: #64748b; margin-bottom: 0.5rem; }
.jt-mod-spot-pos__total { display: flex; justify-content: space-between; padding: 0.45rem 0.55rem; background: #1e293b; color: #fff; border-radius: 0.45rem; font-weight: 700; margin-bottom: 0.4rem; }
.jt-mod-spot-pos__btns { display: flex; gap: 0.3rem; }
.jt-mod-spot-pos__btns span { flex: 1; text-align: center; padding: 0.3rem; background: #ecfdf5; border-radius: 0.35rem; font-size: 0.62rem; font-weight: 600; color: #059669; }

.jt-mod-spot-aff-flow { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-bottom: 0.65rem; flex-wrap: wrap; }
.jt-mod-spot-aff-flow span { padding: 0.4rem 0.5rem; background: #f5f3ff; border-radius: 0.45rem; font-size: 0.65rem; font-weight: 600; color: #7c3aed; display: flex; align-items: center; gap: 0.25rem; }
.jt-mod-spot-aff-flow i { color: #94a3b8; font-size: 0.7rem; }
.jt-mod-spot-aff-stat { display: flex; justify-content: space-between; padding: 0.55rem; background: linear-gradient(135deg, #f5f3ff, #ede9fe); border-radius: 0.5rem; font-weight: 700; font-size: 0.78rem; }

.jt-mod-spot-camp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.35rem; margin-bottom: 0.6rem; }
.jt-mod-spot-camp-grid span { text-align: center; padding: 0.45rem 0.3rem; background: #fff7ed; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #c2410c; line-height: 1.3; }
.jt-mod-spot-camp-grid i { display: block; font-size: 0.85rem; margin-bottom: 0.15rem; }
.jt-mod-spot-camp-live { text-align: center; font-size: 0.68rem; color: #059669; font-weight: 600; }
.jt-mod-spot-camp-live i { font-size: 0.45rem; vertical-align: middle; margin-right: 0.2rem; }

.jt-mod-spot-edoc-flow { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-bottom: 0.35rem; flex-wrap: wrap; }
.jt-mod-spot-edoc-flow span { padding: 0.4rem 0.45rem; background: #f0fdf4; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #059669; display: flex; align-items: center; gap: 0.25rem; }
.jt-mod-spot-edoc-flow i.fa-arrow-right { color: #94a3b8; font-size: 0.7rem; }

.jt-mod-spot-ai-core { text-align: center; padding: 0.65rem; background: linear-gradient(145deg, #eef2ff, #e0e7ff); border-radius: 0.65rem; margin-bottom: 0.5rem; }
.jt-mod-spot-ai-core i { font-size: 1.5rem; color: #6366f1; display: block; margin-bottom: 0.25rem; }
.jt-mod-spot-ai-core strong { font-size: 0.85rem; color: #4338ca; }
.jt-mod-spot-ai-nodes { display: flex; gap: 0.3rem; justify-content: center; margin-bottom: 0.35rem; }
.jt-mod-spot-ai-nodes span { padding: 0.25rem 0.45rem; background: #f8fafc; border-radius: 999px; font-size: 0.62rem; font-weight: 700; color: #6366f1; }

.jt-mod-spot-appliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.35rem; margin-bottom: 0.5rem; }
.jt-mod-spot-appliance-grid span { text-align: center; padding: 0.4rem 0.2rem; background: #eff6ff; border-radius: 0.45rem; font-size: 0.58rem; font-weight: 600; color: #1d4ed8; line-height: 1.3; }
.jt-mod-spot-appliance-grid i { display: block; width: 100%; height: 24px; background: #bfdbfe; border-radius: 0.25rem; margin-bottom: 0.2rem; font-style: normal; }
.jt-mod-spot-appliance-grid em { font-style: normal; font-size: 0.52rem; color: #64748b; font-weight: 400; }
.jt-mod-spot-appliance-price { display: flex; justify-content: space-between; padding: 0.45rem 0.55rem; background: #1e293b; color: #fff; border-radius: 0.45rem; font-size: 0.72rem; }

.jt-mod-spot-auto-car { display: flex; gap: 0.55rem; align-items: center; padding: 0.55rem; background: #f8fafc; border-radius: 0.5rem; margin-bottom: 0.45rem; font-size: 0.72rem; }
.jt-mod-spot-auto-car i { font-size: 1.25rem; color: #475569; }
.jt-mod-spot-auto-car strong { display: block; font-size: 0.75rem; }
.jt-mod-spot-auto-car p { margin: 0; font-size: 0.65rem; color: #64748b; }
.jt-mod-spot-auto-fit { text-align: center; font-size: 0.68rem; color: #059669; font-weight: 600; }

.jt-mod-spot-points-ring { width: 88px; height: 88px; margin: 0 auto 0.65rem; border-radius: 50%; background: linear-gradient(145deg, #fef3c7, #fde68a); border: 3px solid #f59e0b; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.jt-mod-spot-points-ring strong { font-size: 1.1rem; color: #92400e; line-height: 1; }
.jt-mod-spot-points-ring em { font-style: normal; font-size: 0.58rem; color: #b45309; font-weight: 600; }
.jt-mod-spot-points-actions { display: flex; gap: 0.3rem; }
.jt-mod-spot-points-actions span { flex: 1; text-align: center; padding: 0.35rem 0.2rem; background: #fffbeb; border-radius: 0.4rem; font-size: 0.6rem; font-weight: 600; color: #92400e; }

.jt-mod-spot-wallet-card { padding: 0.75rem; background: linear-gradient(145deg, #1e293b, #334155); color: #fff; border-radius: 0.75rem; margin-bottom: 0.5rem; }
.jt-mod-spot-wallet-card span { font-size: 0.62rem; color: #94a3b8; display: block; margin-bottom: 0.15rem; }
.jt-mod-spot-wallet-card strong { display: block; font-size: 1.25rem; }
.jt-mod-spot-wallet-card em { font-style: normal; font-size: 0.6rem; color: #64748b; }
.jt-mod-spot-wallet-use { text-align: center; font-size: 0.68rem; color: #059669; font-weight: 600; }

.jt-mod-spot-epin-cards { display: flex; gap: 0.35rem; margin-bottom: 0.5rem; }
.jt-mod-spot-epin-cards span { flex: 1; text-align: center; padding: 0.45rem 0.25rem; background: #fef3c7; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 700; color: #92400e; }
.jt-mod-spot-epin-cards i { display: block; font-size: 0.9rem; margin-bottom: 0.15rem; }
.jt-mod-spot-epin-deliver { text-align: center; font-size: 0.68rem; color: #d97706; font-weight: 600; }

/* Kurumsal sayfalar — özellik numarası */
.jt-corporate-page .jt-corp-feature__no {
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.22);
}

/* Kurumsal megamenu — çözümler dropdown ile paylaşımlı */
.jt-corporate-megamenu > .dropdown-menu.jt-solutions-dropdown,
.jt-corporate-megamenu > .dropdown-menu.jt-corporate-dropdown {
    display: none;
}

.jt-header-shell .jt-corporate-megamenu > .jt-solutions-dropdown.show,
.jt-header-shell .jt-corporate-megamenu > .jt-corporate-dropdown.show {
    display: block !important;
}

.jt-corporate-dropdown-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
}

.jt-corporate-megamenu .jt-solutions-dropdown__inner,
.jt-corporate-megamenu .jt-corporate-dropdown__inner {
    width: min(100%, 1320px);
    max-width: 1320px;
    margin-inline: auto;
    padding: 1.15rem 1.5rem 1rem;
    box-sizing: border-box;
}

@media (max-width: 767.98px) {
    .jt-corporate-dropdown-cols {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* Kurumsal sayfalar — feature mock'ları */
.jt-corp-mock { font-size: 0.78rem; --jt-corp-accent: #0ea5e9; }
.jt-corp-note { font-size: 0.72rem; color: #64748b; margin: 0.75rem 0 0; }

.jt-corp-timeline { display: grid; gap: 0.35rem; }
.jt-corp-timeline__item { display: grid; grid-template-columns: 42px 1fr; gap: 0 0.55rem; padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; border-left: 3px solid #e2e8f0; }
.jt-corp-timeline__item em { grid-row: span 2; font-style: normal; font-size: 0.62rem; font-weight: 800; color: #0ea5e9; align-self: center; }
.jt-corp-timeline__item strong { font-size: 0.75rem; }
.jt-corp-timeline__item p { margin: 0; font-size: 0.65rem; color: #64748b; grid-column: 2; }
.jt-corp-timeline__item.is-active { border-left-color: #0ea5e9; background: #f0f9ff; }

.jt-corp-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.35rem; }
.jt-corp-stats span { text-align: center; padding: 0.55rem 0.35rem; background: #f8fafc; border-radius: 0.45rem; }
.jt-corp-stats strong { display: block; font-size: 1rem; color: #0ea5e9; }
.jt-corp-stats em { font-style: normal; font-size: 0.62rem; color: #64748b; }

.jt-corp-team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.35rem; margin-bottom: 0.35rem; }
.jt-corp-team span { text-align: center; padding: 0.45rem 0.25rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.62rem; }
.jt-corp-avatar { display: block; width: 36px; height: 36px; margin: 0 auto 0.25rem; border-radius: 50%; background: linear-gradient(135deg, #0ea5e9, #38bdf8); font-style: normal; }
.jt-corp-avatar--alt { background: linear-gradient(135deg, #6366f1, #818cf8); }
.jt-corp-avatar--alt2 { background: linear-gradient(135deg, #059669, #34d399); }
.jt-corp-avatar--alt3 { background: linear-gradient(135deg, #f97316, #fdba74); }
.jt-corp-team strong { display: block; font-size: 0.72rem; }
.jt-corp-team em { font-style: normal; font-size: 0.58rem; color: #64748b; }

.jt-corp-mission-cards { display: grid; gap: 0.4rem; }
.jt-corp-mission-card { padding: 0.55rem 0.65rem; background: #f0f9ff; border-radius: 0.5rem; font-size: 0.72rem; border-left: 3px solid #0ea5e9; }
.jt-corp-mission-card i { color: #0ea5e9; margin-right: 0.35rem; }
.jt-corp-mission-card strong { display: block; font-size: 0.75rem; margin-bottom: 0.15rem; }
.jt-corp-mission-card p { margin: 0; font-size: 0.65rem; color: #64748b; }
.jt-corp-mission-card--vision { background: #f8fafc; border-left-color: #1e293b; }
.jt-corp-mission-card--vision i { color: #1e293b; }

.jt-corp-remote { display: flex; gap: 0.55rem; align-items: center; padding: 0.55rem; background: #f8fafc; border-radius: 0.5rem; margin-bottom: 0.5rem; }
.jt-corp-remote__desk { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #e0f2fe; border-radius: 0.45rem; color: #0284c7; font-size: 1.1rem; flex-shrink: 0; }
.jt-corp-remote__info strong { display: block; font-size: 0.75rem; }
.jt-corp-remote__info p { margin: 0; font-size: 0.65rem; color: #64748b; }
.jt-corp-tags { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.jt-corp-tags span { flex: 1; min-width: 100px; text-align: center; padding: 0.35rem 0.4rem; background: #ecfdf5; border-radius: 999px; font-size: 0.62rem; font-weight: 600; color: #059669; }

.jt-corp-hybrid-week { display: flex; gap: 0.25rem; margin-bottom: 0.35rem; }
.jt-corp-hybrid-week span { flex: 1; text-align: center; padding: 0.4rem 0.15rem; border-radius: 0.4rem; font-size: 0.58rem; font-weight: 600; }
.jt-corp-hybrid-week em { display: block; font-style: normal; font-size: 0.52rem; opacity: 0.8; margin-bottom: 0.1rem; }
.jt-corp-hybrid-week .is-office { background: #dbeafe; color: #2563eb; }
.jt-corp-hybrid-week .is-remote { background: #f0fdf4; color: #059669; }

.jt-corp-positions { list-style: none; padding: 0; margin: 0 0 0.5rem; display: grid; gap: 0.35rem; }
.jt-corp-positions li { display: flex; justify-content: space-between; align-items: center; padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.72rem; }
.jt-corp-positions em { font-style: normal; font-size: 0.62rem; font-weight: 700; padding: 0.12rem 0.4rem; border-radius: 999px; background: #e0f2fe; color: #0284c7; }
.jt-corp-positions-cta { text-align: center; font-size: 0.68rem; color: #0ea5e9; font-weight: 600; }

.jt-corp-form { display: grid; gap: 0.35rem; }
.jt-corp-field { display: block; height: 28px; background: #f1f5f9; border-radius: 0.35rem; border: 1px solid #e2e8f0; }
.jt-corp-field--wide { grid-column: 1 / -1; }
.jt-corp-field--tall { height: 48px; }
.jt-corp-field--file { height: auto; padding: 0.45rem 0.55rem; font-size: 0.68rem; color: #64748b; display: flex; align-items: center; gap: 0.35rem; }
.jt-corp-field--phone { position: relative; }
.jt-corp-form__btn { margin-top: 0.25rem; padding: 0.55rem; background: linear-gradient(135deg, #0ea5e9, #0284c7); color: #fff; border: none; border-radius: 0.45rem; font-weight: 700; font-size: 0.72rem; cursor: default; }

.jt-corp-bank-card { padding: 0.75rem; background: linear-gradient(145deg, #1e3a5f, #0c4a6e); color: #fff; border-radius: 0.65rem; }
.jt-corp-bank-card__logo { display: inline-block; font-size: 0.72rem; font-weight: 800; padding: 0.2rem 0.5rem; background: rgba(255,255,255,0.15); border-radius: 0.35rem; margin-bottom: 0.5rem; }
.jt-corp-bank-card strong { display: block; font-size: 0.72rem; margin-bottom: 0.55rem; line-height: 1.35; }
.jt-corp-bank-card__iban { margin-bottom: 0.35rem; }
.jt-corp-bank-card__iban small { display: block; font-size: 0.58rem; color: #94a3b8; margin-bottom: 0.15rem; }
.jt-corp-bank-card__iban code { display: block; font-size: 0.68rem; letter-spacing: 0.04em; word-break: break-all; color: #e0f2fe; }
.jt-corp-bank-card__branch { font-size: 0.62rem; color: #94a3b8; }

.jt-corp-transfer-flow { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-bottom: 0.55rem; flex-wrap: wrap; }
.jt-corp-transfer-flow span { padding: 0.4rem 0.45rem; background: #f0f9ff; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #0284c7; display: flex; align-items: center; gap: 0.25rem; }
.jt-corp-transfer-flow i.fa-arrow-right { color: #94a3b8; font-size: 0.7rem; }
.jt-corp-transfer-note { padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.68rem; }

.jt-corp-security-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.35rem; }
.jt-corp-security-list li { display: flex; align-items: center; gap: 0.4rem; padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.72rem; }
.jt-corp-security-list li i { color: #059669; }
.jt-corp-security-list li span { flex: 1; }
.jt-corp-security-list em { font-style: normal; font-size: 0.62rem; font-weight: 700; padding: 0.12rem 0.4rem; border-radius: 999px; background: #dcfce7; color: #16a34a; }

.jt-corp-logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.35rem; margin-bottom: 0.35rem; }
.jt-corp-logo { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 0.45rem; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 700; }
.jt-corp-logo em { font-style: normal; color: #0ea5e9; }
.jt-corp-logo--dark { background: #1e293b; color: #fff; }
.jt-corp-logo--light { background: #f8fafc; color: #1e293b; border: 1px solid #e2e8f0; }
.jt-corp-logo--icon { background: #f0f9ff; }
.jt-corp-logo--icon i { display: block; width: 28px; height: 28px; border-radius: 0.35rem; background: linear-gradient(135deg, #0ea5e9, #38bdf8); font-style: normal; }

.jt-corp-colors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.35rem; }
.jt-corp-colors span { padding: 0.45rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.62rem; }
.jt-corp-colors i { display: block; width: 100%; height: 24px; border-radius: 0.3rem; background: var(--jt-corp-color); margin-bottom: 0.25rem; font-style: normal; border: 1px solid rgba(0,0,0,0.06); }
.jt-corp-colors strong { display: block; font-size: 0.68rem; }
.jt-corp-colors em { font-style: normal; font-size: 0.58rem; color: #64748b; font-family: monospace; }

.jt-corp-usage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.35rem; }
.jt-corp-usage-grid span { padding: 0.45rem 0.4rem; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; text-align: center; line-height: 1.3; }
.jt-corp-usage-grid .is-do { background: #ecfdf5; color: #059669; }
.jt-corp-usage-grid .is-dont { background: #fef2f2; color: #dc2626; }
.jt-corp-usage-grid i { display: block; font-size: 0.85rem; margin-bottom: 0.15rem; }

.jt-corp-whitelabel { display: flex; align-items: center; justify-content: center; gap: 0.45rem; margin-bottom: 0.35rem; flex-wrap: wrap; }
.jt-corp-whitelabel__brand, .jt-corp-whitelabel__jet { padding: 0.45rem 0.65rem; border-radius: 0.45rem; font-size: 0.72rem; font-weight: 700; }
.jt-corp-whitelabel__brand { background: #fef3c7; color: #92400e; }
.jt-corp-whitelabel__brand em, .jt-corp-whitelabel__jet em { font-style: normal; }
.jt-corp-whitelabel__jet { background: #e0f2fe; color: #0284c7; }
.jt-corp-whitelabel i { color: #94a3b8; }

/* Biz Sizi Arayalım */
.jt-callback-page .jt-callback-hero {
    padding: 2.5rem 0 1rem;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.jt-callback-hero__lead {
    max-width: 42rem;
}

.jt-callback-form-card {
    padding: 1.75rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.jt-callback-form .form-label {
    font-size: 0.9rem;
}

.jt-callback-form-note {
    line-height: 1.45;
}

.jt-callback-kvkk__link {
    font-size: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    vertical-align: baseline;
}

.jt-callback-kvkk__link:hover,
.jt-callback-kvkk__link:focus-visible {
    text-decoration: underline;
}

.jt-callback-kvkk__content {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #334155;
    white-space: pre-wrap;
}

.jt-callback-kvkk-modal .modal-body {
    max-height: min(70vh, 32rem);
}

.jt-callback-kvkk__switch {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding-left: 0;
}

.jt-callback-kvkk__switch .form-check-input {
    float: none;
    margin-left: 0;
    margin-top: 0.15rem;
    flex: 0 0 auto;
}

.jt-callback-kvkk__switch .form-check-label {
    flex: 1 1 auto;
    line-height: 1.45;
    width: 2.5em;
    height: 1.25em;
    cursor: pointer;
}

.jt-callback-kvkk__switch .form-check-label {
    font-size: 0.88rem;
    color: #334155;
    cursor: pointer;
    padding-top: 0.1rem;
}

.jt-callback-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.jt-callback-success__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecfdf5;
    color: #059669;
    font-size: 2rem;
}

.jt-callback-panel-copy {
    max-width: 34rem;
}

.jt-callback-panel-stack {
    margin-inline: auto;
    max-width: 38rem;
}

.jt-callback-brands-section {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

.jt-callback-brands-bar {
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0.75rem 0;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .jt-callback-form-section .jt-callback-panel-copy {
        text-align: center;
        margin-inline: auto;
    }
}

/* Biz Sizi Arayalım — site geneli popup modal */
.jt-callback-form-card--popup {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.jt-callback-popup-modal .modal-dialog {
    max-width: 560px;
}

.jt-callback-popup-modal__header {
    align-items: flex-start;
    gap: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.jt-callback-popup-modal__close {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.jt-callback-popup-modal__body {
    padding-top: 1.25rem;
}

.jt-callback-popup-modal__footer {
    border-top: 1px solid #e2e8f0;
}

@media (max-width: 991.98px) {
    .jt-callback-popup-modal .modal-dialog,
    .jt-callback-popup-modal__dialog {
        margin: 0;
        max-width: none;
        width: 100%;
        min-height: 100%;
        height: 100%;
    }

    .jt-callback-popup-modal .modal-content,
    .jt-callback-popup-modal__content {
        min-height: 100vh;
        min-height: 100dvh;
        border: 0;
        border-radius: 0;
    }

    .jt-callback-popup-modal__header {
        position: sticky;
        top: 0;
        z-index: 2;
        background: #fff;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .jt-callback-popup-modal__body {
        flex: 1 1 auto;
        overflow-y: auto;
    }

    .jt-callback-popup-modal__footer {
        position: sticky;
        bottom: 0;
        z-index: 2;
        background: #fff;
        padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    }
}

/* Bayilik — Ana / Standart / Komisyon mock */
.jt-corp-dealer-tree { text-align: center; margin-bottom: 0.35rem; }
.jt-corp-dealer-tree__root {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.7rem;
    border-radius: 0.45rem;
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}
.jt-corp-dealer-tree__line {
    display: block;
    width: 2px;
    height: 1rem;
    margin: 0.35rem auto;
    background: #c4b5fd;
}
.jt-corp-dealer-tree__branches {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin-bottom: 0.45rem;
}
.jt-corp-dealer-tree__branches span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.3rem 0.45rem;
    border-radius: 0.4rem;
    background: #ede9fe;
    color: #6d28d9;
    font-size: 0.6rem;
    font-weight: 600;
}
.jt-corp-dealer-tree__customers {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.jt-corp-dealer-tree__customers em {
    font-style: normal;
    font-size: 0.58rem;
    font-weight: 600;
    color: #64748b;
    padding: 0.2rem 0.4rem;
    background: #f1f5f9;
    border-radius: 0.35rem;
}

.jt-corp-commission-flow { display: grid; gap: 0.45rem; margin-bottom: 0.35rem; }
.jt-corp-commission-row {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
    padding: 0.45rem;
    border-radius: 0.45rem;
    font-size: 0.62rem;
    font-weight: 600;
}
.jt-corp-commission-row.is-own { background: #ecfdf5; color: #047857; }
.jt-corp-commission-row.is-sub { background: #eff6ff; color: #1d4ed8; }
.jt-corp-commission-row i.fa-arrow-right { color: #94a3b8; font-size: 0.55rem; }
.jt-corp-commission-row em.is-ok {
    font-style: normal;
    padding: 0.15rem 0.4rem;
    border-radius: 0.3rem;
    background: #fff;
    font-weight: 700;
}

.jt-corp-standart-sale { text-align: center; margin-bottom: 0.35rem; }
.jt-corp-standart-sale__brand {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    border-radius: 0.45rem;
    background: #e0f2fe;
    color: #0284c7;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}
.jt-corp-standart-sale__brand em { font-style: normal; }
.jt-corp-standart-sale__packages {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    flex-wrap: wrap;
    margin-bottom: 0.45rem;
}
.jt-corp-standart-sale__packages span {
    font-size: 0.58rem;
    font-weight: 600;
    padding: 0.25rem 0.4rem;
    border-radius: 0.35rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
}
.jt-corp-standart-sale__price small {
    display: block;
    font-size: 0.58rem;
    color: #64748b;
}
.jt-corp-standart-sale__price strong {
    font-size: 0.82rem;
    color: #059669;
}

.jt-corp-spot-dealer--tiers {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-bottom: 0.45rem;
}
.jt-corp-spot-dealer__tier {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    min-width: 4.2rem;
    padding: 0.45rem 0.35rem;
    border-radius: 0.5rem;
    font-size: 0.62rem;
    font-weight: 700;
}
.jt-corp-spot-dealer__tier i { font-size: 0.85rem; }
.jt-corp-spot-dealer__tier--ana { background: #ede9fe; color: #6d28d9; }
.jt-corp-spot-dealer__tier--standart { background: #e0f2fe; color: #0284c7; }
.jt-corp-spot-dealer__tier--wl { background: #fef3c7; color: #b45309; }

.jt-dealer-model-card {
    padding: 1.35rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.jt-dealer-model-card--ana { border-top: 4px solid #8b5cf6; }
.jt-dealer-model-card--standart { border-top: 4px solid #0ea5e9; }
.jt-dealer-model-card--whitelabel { border-top: 4px solid #f59e0b; }

.jt-dealer-model-card__badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    margin-bottom: 0.65rem;
}

.jt-dealer-model-card--ana .jt-dealer-model-card__badge { background: #ede9fe; color: #6d28d9; }
.jt-dealer-model-card--standart .jt-dealer-model-card__badge { background: #e0f2fe; color: #0284c7; }
.jt-dealer-model-card--whitelabel .jt-dealer-model-card__badge { background: #fef3c7; color: #b45309; }

.jt-dealer-model-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.84rem;
    color: #475569;
    margin-bottom: 0.45rem;
}

.jt-dealer-model-card__list i {
    color: #059669;
    margin-top: 0.15rem;
    flex: 0 0 auto;
}

.jt-dealer-model-card__ideal {
    padding: 0.65rem 0.75rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    color: #64748b;
    line-height: 1.45;
}

.jt-dealer-model-card__ideal strong {
    color: #334155;
}

.jt-dealer-compare {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.jt-dealer-compare__table {
    font-size: 0.88rem;
    border-collapse: separate;
    border-spacing: 0;
}

.jt-dealer-compare__table thead th {
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 0.85rem 0.65rem;
    border-bottom: 2px solid #e2e8f0;
    background: #fff;
}

.jt-dealer-compare__table thead th:first-child {
    text-align: left;
    color: #64748b;
}

.jt-dealer-compare__table thead th.is-ana { color: #6d28d9; }
.jt-dealer-compare__table thead th.is-standart { color: #0284c7; }
.jt-dealer-compare__table thead th.is-whitelabel { color: #b45309; }

.jt-dealer-compare__table tbody th {
    font-weight: 600;
    color: #334155;
    padding: 0.75rem 0.65rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
}

.jt-dealer-compare__table tbody td {
    text-align: center;
    color: #475569;
    padding: 0.75rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
}

.jt-dealer-compare__table tbody td.is-ana { background: rgba(237, 233, 254, 0.35); }
.jt-dealer-compare__table tbody td.is-standart { background: rgba(224, 242, 254, 0.35); }
.jt-dealer-compare__table tbody td.is-whitelabel { background: rgba(254, 243, 199, 0.35); }

@media (max-width: 767.98px) {
    .jt-dealer-compare { padding: 1rem; }
    .jt-dealer-compare__table thead th,
    .jt-dealer-compare__table tbody th,
    .jt-dealer-compare__table tbody td {
        font-size: 0.78rem;
        padding: 0.55rem 0.4rem;
    }
}

.jt-corp-profit-row { display: grid; grid-template-columns: 72px 1fr auto; gap: 0.35rem; align-items: center; padding: 0.35rem 0; font-size: 0.72rem; border-bottom: 1px solid #f1f5f9; }
.jt-corp-profit-bar { height: 6px; background: #f1f5f9; border-radius: 999px; overflow: hidden; }
.jt-corp-profit-bar i { display: block; height: 100%; width: var(--jt-bar, 50%); background: linear-gradient(90deg, #0ea5e9, #38bdf8); border-radius: 999px; font-style: normal; }

.jt-corp-steps { display: flex; gap: 0.25rem; margin-bottom: 0.5rem; flex-wrap: wrap; }
.jt-corp-steps em { flex: 1; min-width: 60px; text-align: center; font-style: normal; font-size: 0.58rem; padding: 0.3rem 0.15rem; border-radius: 0.4rem; background: #f1f5f9; color: #64748b; }
.jt-corp-steps em.is-done { background: #dcfce7; color: #16a34a; }
.jt-corp-steps em.is-active { background: #e0f2fe; color: #0284c7; font-weight: 700; }
.jt-corp-onboard-status { text-align: center; font-size: 0.68rem; color: #64748b; font-weight: 600; }

.jt-corp-ref-flow { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-bottom: 0.5rem; flex-wrap: wrap; }
.jt-corp-ref-flow span { padding: 0.4rem 0.45rem; background: #f0f9ff; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #0284c7; display: flex; align-items: center; gap: 0.25rem; }
.jt-corp-ref-flow i.fa-arrow-right { color: #94a3b8; font-size: 0.7rem; }
.jt-corp-ref-link { display: flex; align-items: center; gap: 0.35rem; padding: 0.4rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.65rem; }
.jt-corp-ref-link code { flex: 1; font-size: 0.62rem; color: #475569; overflow: hidden; text-overflow: ellipsis; }
.jt-corp-ref-link em { font-style: normal; font-size: 0.58rem; padding: 0.15rem 0.4rem; background: #0ea5e9; color: #fff; border-radius: 0.3rem; font-weight: 600; }

.jt-corp-commission-badge { text-align: center; padding: 0.65rem; background: linear-gradient(145deg, #ecfdf5, #d1fae5); border-radius: 0.55rem; margin-bottom: 0.5rem; }
.jt-corp-commission-badge strong { display: block; font-size: 1.5rem; color: #059669; line-height: 1; }
.jt-corp-commission-badge span { font-size: 0.68rem; color: #047857; font-weight: 600; }
.jt-corp-commission-rows div { display: flex; justify-content: space-between; padding: 0.35rem 0.55rem; background: #f8fafc; border-radius: 0.4rem; margin-bottom: 0.25rem; font-size: 0.72rem; }

.jt-corp-notif { display: flex; gap: 0.45rem; align-items: flex-start; padding: 0.45rem 0.55rem; background: #f0f9ff; border-radius: 0.45rem; margin-bottom: 0.35rem; font-size: 0.72rem; }
.jt-corp-notif i { color: #0ea5e9; margin-top: 0.1rem; }
.jt-corp-notif strong { display: block; font-size: 0.72rem; }
.jt-corp-notif span { font-size: 0.62rem; color: #64748b; }
.jt-corp-notif--alt { background: #f8fafc; }
.jt-corp-notif--alt i { color: #6366f1; }

.jt-corp-partner-logos { display: flex; gap: 0.35rem; flex-wrap: wrap; justify-content: center; margin-bottom: 0.5rem; }
.jt-corp-partner-logos span { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: #f8fafc; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 800; color: #475569; border: 1px solid #e2e8f0; }
.jt-corp-partner-sync { text-align: center; font-size: 0.68rem; color: #0284c7; font-weight: 600; }

.jt-corp-accounting-flow { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-bottom: 0.5rem; flex-wrap: wrap; }
.jt-corp-accounting-flow span { padding: 0.4rem 0.45rem; background: #f0fdf4; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #059669; display: flex; align-items: center; gap: 0.25rem; }
.jt-corp-accounting-flow i.fa-arrow-right { color: #94a3b8; font-size: 0.7rem; }
.jt-corp-accounting-tags { display: flex; gap: 0.3rem; flex-wrap: wrap; justify-content: center; }
.jt-corp-accounting-tags span { padding: 0.25rem 0.45rem; background: #f8fafc; border-radius: 999px; font-size: 0.62rem; font-weight: 600; color: #475569; }

.jt-corp-pay-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.35rem; margin-bottom: 0.5rem; }
.jt-corp-pay-grid span { text-align: center; padding: 0.45rem 0.25rem; background: #ecfdf5; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #059669; line-height: 1.3; }
.jt-corp-pay-grid i { display: block; font-size: 0.85rem; margin-bottom: 0.15rem; }
.jt-corp-pay-installments { display: flex; gap: 0.25rem; }
.jt-corp-pay-installments em { flex: 1; text-align: center; font-style: normal; font-size: 0.58rem; padding: 0.25rem 0.15rem; border-radius: 0.35rem; background: #f1f5f9; color: #64748b; }
.jt-corp-pay-installments em.is-active { background: #ecfdf5; color: #059669; font-weight: 700; }

.jt-corp-ticket { border: 1px solid #e2e8f0; border-radius: 0.55rem; overflow: hidden; }
.jt-corp-ticket__head { display: flex; justify-content: space-between; align-items: center; padding: 0.45rem 0.55rem; background: #f8fafc; font-size: 0.72rem; font-weight: 700; }
.jt-corp-ticket__head em { font-style: normal; font-size: 0.58rem; padding: 0.12rem 0.4rem; border-radius: 999px; }
.jt-corp-ticket__head em.is-open { background: #dbeafe; color: #2563eb; }
.jt-corp-ticket p { margin: 0; padding: 0.55rem; font-size: 0.68rem; color: #475569; }
.jt-corp-ticket__meta { display: flex; gap: 0.75rem; padding: 0.45rem 0.55rem; background: #f8fafc; font-size: 0.62rem; color: #64748b; border-top: 1px solid #f1f5f9; }

.jt-corp-ai-chat { display: grid; gap: 0.35rem; margin-bottom: 0.5rem; }
.jt-corp-ai-msg { padding: 0.45rem 0.55rem; border-radius: 0.55rem; font-size: 0.68rem; max-width: 92%; }
.jt-corp-ai-msg--user { background: #e0f2fe; color: #0c4a6e; margin-left: auto; border-bottom-right-radius: 0.15rem; }
.jt-corp-ai-msg--bot { background: #f8fafc; color: #475569; border-bottom-left-radius: 0.15rem; display: flex; gap: 0.35rem; align-items: flex-start; }
.jt-corp-ai-msg--bot i { color: #6366f1; margin-top: 0.1rem; }
.jt-corp-ai-badge { display: inline-block; font-size: 0.62rem; padding: 0.2rem 0.45rem; background: #eef2ff; color: #4338ca; border-radius: 999px; font-weight: 600; }

.jt-corp-channels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.35rem; }
.jt-corp-channels span { text-align: center; padding: 0.45rem 0.25rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #475569; line-height: 1.3; }
.jt-corp-channels i { display: block; font-size: 0.9rem; color: #0ea5e9; margin-bottom: 0.15rem; }
.jt-corp-channels em { display: block; font-style: normal; font-size: 0.52rem; color: #64748b; font-weight: 400; margin-top: 0.1rem; }

.jt-corp-callback .jt-corp-form { margin-bottom: 0.35rem; }

.jt-corp-offices { display: grid; gap: 0.35rem; }
.jt-corp-office { display: flex; gap: 0.45rem; align-items: center; padding: 0.45rem 0.55rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.72rem; }
.jt-corp-office i { color: #0ea5e9; font-size: 1rem; }
.jt-corp-office strong { display: block; font-size: 0.72rem; }
.jt-corp-office p { margin: 0; font-size: 0.62rem; color: #64748b; }
.jt-corp-office--alt { background: #f0f9ff; }
.jt-corp-office--alt i { color: #6366f1; }

/* Kurumsal spotlight mock'ları */
.jt-corp-spot { --jt-corp-accent: #0ea5e9; }
.jt-corp-spot--about { --jt-corp-accent: #0ea5e9; }
.jt-corp-spot--hr { --jt-corp-accent: #6366f1; }
.jt-corp-spot--bank { --jt-corp-accent: #0c4a6e; }
.jt-corp-spot--brand { --jt-corp-accent: #f97316; }
.jt-corp-spot--dealer { --jt-corp-accent: #d97706; }
.jt-corp-spot--partner { --jt-corp-accent: #059669; }
.jt-corp-spot--partners { --jt-corp-accent: #7c3aed; }
.jt-corp-spot--support { --jt-corp-accent: #2563eb; }
.jt-corp-spot--contact { --jt-corp-accent: #0ea5e9; }

.jt-corp-spot-about { display: flex; gap: 0.75rem; align-items: center; margin-bottom: 0.65rem; }
.jt-corp-spot-about__year { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #e0f2fe, #bae6fd); border-radius: 50%; font-size: 0.85rem; font-weight: 800; color: #0284c7; flex-shrink: 0; }
.jt-corp-spot-about__stats { display: flex; gap: 0.35rem; flex: 1; }
.jt-corp-spot-about__stats span { flex: 1; text-align: center; padding: 0.45rem 0.25rem; background: #f8fafc; border-radius: 0.45rem; font-size: 0.62rem; }
.jt-corp-spot-about__stats strong { display: block; font-size: 0.95rem; color: var(--jt-corp-accent); }
.jt-corp-spot-about__stats em { font-style: normal; font-size: 0.58rem; color: #64748b; }

.jt-corp-spot-hr__avatars { display: flex; align-items: center; gap: 0.25rem; margin-bottom: 0.5rem; }
.jt-corp-spot-hr__avatars .jt-corp-avatar { width: 32px; height: 32px; margin: 0; }
.jt-corp-spot-hr__avatars > span { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: #f1f5f9; border-radius: 50%; font-size: 0.58rem; font-weight: 700; color: #64748b; }
.jt-corp-spot-hr__tags { display: flex; gap: 0.35rem; }
.jt-corp-spot-hr__tags span { flex: 1; text-align: center; padding: 0.35rem; background: #f8fafc; border-radius: 999px; font-size: 0.62rem; font-weight: 600; color: #475569; }

.jt-corp-spot-bank { padding: 0.65rem; background: linear-gradient(145deg, #1e3a5f, #0c4a6e); color: #fff; border-radius: 0.65rem; margin-bottom: 0.35rem; text-align: center; }
.jt-corp-spot-bank__logo { display: inline-block; font-size: 0.68rem; font-weight: 800; padding: 0.15rem 0.45rem; background: rgba(255,255,255,0.15); border-radius: 0.3rem; margin-bottom: 0.35rem; }
.jt-corp-spot-bank strong { display: block; font-size: 0.65rem; margin-bottom: 0.35rem; line-height: 1.35; }
.jt-corp-spot-bank code { display: block; font-size: 0.58rem; letter-spacing: 0.03em; color: #e0f2fe; word-break: break-all; }

.jt-corp-spot-brand { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; margin-bottom: 0.35rem; }
.jt-corp-spot-brand__colors { display: flex; gap: 0.35rem; }
.jt-corp-spot-brand__colors i { width: 28px; height: 28px; border-radius: 50%; font-style: normal; border: 2px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.12); }

.jt-corp-spot-dealer { display: flex; align-items: center; justify-content: center; gap: 0.35rem; margin-bottom: 0.5rem; }
.jt-corp-spot-dealer__tag { text-align: center; font-size: 0.68rem; color: #d97706; font-weight: 600; }

.jt-corp-spot-partner { text-align: center; }
.jt-corp-spot-partner__flow { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-top: 0.5rem; flex-wrap: wrap; }
.jt-corp-spot-partner__flow span { padding: 0.35rem 0.45rem; background: #ecfdf5; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #059669; display: flex; align-items: center; gap: 0.25rem; }
.jt-corp-spot-partner__flow i.fa-arrow-right { color: #94a3b8; font-size: 0.7rem; }

.jt-corp-spot-partners { position: relative; min-height: 120px; margin-bottom: 0.35rem; }
.jt-corp-spot-partners__hub { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg, #ede9fe, #ddd6fe); border-radius: 50%; font-size: 0.58rem; font-weight: 800; color: #7c3aed; z-index: 1; }
.jt-corp-spot-partners__hub i { font-size: 0.85rem; margin-bottom: 0.1rem; }
.jt-corp-spot-partners__node { position: absolute; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 0.45rem; font-size: 0.58rem; font-weight: 800; color: #475569; }
.jt-corp-spot-partners__node:nth-child(2) { top: 0; left: 50%; transform: translateX(-50%); }
.jt-corp-spot-partners__node:nth-child(3) { top: 50%; right: 0; transform: translateY(-50%); }
.jt-corp-spot-partners__node:nth-child(4) { bottom: 0; left: 50%; transform: translateX(-50%); }
.jt-corp-spot-partners__node:nth-child(5) { top: 50%; left: 0; transform: translateY(-50%); }

.jt-corp-spot-support__channels { display: flex; gap: 0.35rem; margin-bottom: 0.5rem; }
.jt-corp-spot-support__channels span { flex: 1; text-align: center; padding: 0.45rem 0.2rem; background: #eff6ff; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #2563eb; line-height: 1.3; }
.jt-corp-spot-support__channels i { display: block; font-size: 0.85rem; margin-bottom: 0.15rem; }
.jt-corp-spot-support__status { text-align: center; font-size: 0.68rem; color: #059669; font-weight: 600; }
.jt-corp-spot-support__status i { font-size: 0.45rem; vertical-align: middle; margin-right: 0.2rem; }

.jt-corp-spot-contact__actions { display: flex; gap: 0.35rem; margin-top: 0.5rem; }
.jt-corp-spot-contact__actions span { flex: 1; text-align: center; padding: 0.4rem 0.2rem; background: #f0f9ff; border-radius: 0.45rem; font-size: 0.62rem; font-weight: 600; color: #0284c7; line-height: 1.3; }
.jt-corp-spot-contact__actions i { display: block; font-size: 0.85rem; margin-bottom: 0.15rem; }

/* Kurumsal sayfa panelleri */
.jt-corporate-cta__card {
    padding: 2.5rem 1.5rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 55%, #f8fafc 100%);
    border: 1px solid rgba(14, 165, 233, 0.15);
}

.jt-corp-bank-panel__card {
    max-width: 640px;
    margin-inline: auto;
    padding: 1.75rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.jt-corp-bank-panel__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.jt-corp-bank-panel__logo {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #1d4ed8;
}

.jt-corp-bank-panel__badge {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
}

.jt-corp-bank-panel__list {
    display: grid;
    gap: 0.85rem;
    margin: 0 0 1rem;
}

.jt-corp-bank-panel__list div {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 0.75rem;
    align-items: baseline;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #e2e8f0;
}

.jt-corp-bank-panel__list dt {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: #1e3a8a;
}

.jt-corp-bank-panel__list dd {
    margin: 0;
    font-size: 0.88rem;
    color: #334155;
    font-weight: 600;
}

.jt-corp-bank-panel__iban {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.03em;
}

.jt-corp-bank-panel__note {
    font-size: 0.82rem;
    color: #64748b;
}

.jt-corp-job-card {
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.jt-corp-job-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.78rem;
    color: #64748b;
}

.jt-corp-job-card__meta i {
    color: #0ea5e9;
    margin-right: 0.2rem;
}

@media (max-width: 575.98px) {
    .jt-corp-bank-panel__list div {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}

/* Kopyalanabilir alanlar */
.jt-copyable {
    display: grid;
    gap: 0.35rem;
}

.jt-copyable__label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e3a8a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.jt-copyable__row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.75rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.jt-copyable__value {
    flex: 1;
    min-width: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: #0f172a;
    word-break: break-word;
}

.jt-copyable--iban .jt-copyable__value {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.03em;
}

.jt-copyable__btn {
    flex: 0 0 auto;
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 0.55rem;
    background: #0ea5e9;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.jt-copyable__btn:hover {
    background: #0284c7;
}

.jt-copyable__btn.is-copied {
    background: #059669;
}

.jt-corp-bank-panel__highlights {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.jt-corp-bank-panel__details summary {
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 0.85rem;
}

.jt-corp-bank-card__owner,
.jt-corp-spot-bank em {
    display: block;
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

/* İletişim ofis kartları */
.jt-office-card {
    height: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: linear-gradient(160deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.jt-office-card--izmir {
    border-top: 4px solid #0ea5e9;
}

.jt-office-card--burdur {
    border-top: 4px solid #8b5cf6;
}

.jt-office-card__badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0369a1;
    background: #e0f2fe;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.jt-office-card--burdur .jt-office-card__badge {
    color: #6d28d9;
    background: #ede9fe;
}

.jt-office-card__city {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.jt-office-card__address {
    display: grid;
    gap: 0.2rem;
    font-style: normal;
    color: #475569;
    line-height: 1.5;
}

.jt-contact-channels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.jt-contact-channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 92px;
    padding: 0.85rem;
    border-radius: 0.85rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: #0f172a;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.jt-contact-channel:hover {
    color: #0369a1;
    border-color: #7dd3fc;
    box-shadow: 0 8px 24px rgba(14, 165, 233, 0.12);
    transform: translateY(-1px);
}

.jt-contact-channel i {
    font-size: 1.1rem;
    color: #0ea5e9;
}

.jt-contact-channel span {
    font-size: 0.78rem;
    font-weight: 600;
    word-break: break-word;
}

.jt-contact-form-intro__cta {
    border-color: rgba(14, 165, 233, 0.2) !important;
    background: linear-gradient(135deg, #f0f9ff, #ffffff) !important;
}

@media (max-width: 767.98px) {
    .jt-contact-channels {
        grid-template-columns: 1fr;
    }
}

/* Kurumsal kimlik — logo kartları */
.jt-brand-logo-card {
    height: 100%;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

.jt-brand-logo-card__preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 2rem 1.5rem;
}

.jt-brand-logo-card__preview--dark {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e2e8f0;
}

.jt-brand-logo-card__preview--light {
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 55%, #334155 100%);
    border-bottom: 1px solid #334155;
}

.jt-brand-logo-card__img {
    max-width: min(100%, 320px);
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.jt-brand-logo-card__body {
    padding: 1.25rem 1.35rem 1.35rem;
}

.jt-corp-logo-grid--real {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.jt-corp-logo-shot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0.75rem 0.55rem;
    border-radius: 0.5rem;
}

.jt-corp-logo-shot--light {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.jt-corp-logo-shot--dark {
    background: linear-gradient(145deg, #0f172a, #334155);
}

.jt-corp-logo-shot__img {
    max-width: 100%;
    max-height: 42px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.jt-corp-spot-brand--real {
    display: grid;
    gap: 0.45rem;
}

.jt-corp-spot-brand__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.65rem;
    border-radius: 0.5rem;
}

.jt-corp-spot-brand__logo--light {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.jt-corp-spot-brand__logo--dark {
    background: linear-gradient(145deg, #0f172a, #1e293b);
}

.jt-corp-spot-brand__logo img {
    max-width: 100%;
    max-height: 34px;
    object-fit: contain;
}

.jt-brand-usage-board,
.jt-brand-colors-board {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.jt-brand-usage-sample {
    height: 100%;
    padding: 1.25rem;
    border-radius: 0.85rem;
    text-align: center;
}

.jt-brand-usage-sample--light {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid #e2e8f0;
}

.jt-brand-usage-sample--dark {
    background: linear-gradient(145deg, #0f172a, #334155);
    color: #e2e8f0;
}

.jt-brand-usage-sample--dark p {
    color: #cbd5e1 !important;
}

.jt-brand-usage-sample__label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    color: #059669;
}

.jt-brand-usage-sample--dark .jt-brand-usage-sample__label {
    color: #6ee7b7;
}

.jt-brand-usage-sample__img {
    display: block;
    max-width: min(100%, 280px);
    max-height: 56px;
    margin: 0 auto 0.85rem;
    object-fit: contain;
}

.jt-brand-colors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.jt-brand-color-chip {
    display: grid;
    gap: 0.35rem;
    justify-items: center;
    text-align: center;
    padding: 0.75rem 0.5rem;
    border-radius: 0.75rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.jt-brand-color-chip__swatch {
    width: 100%;
    height: 42px;
    border-radius: 0.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.jt-brand-color-chip strong {
    font-size: 0.78rem;
    color: #0f172a;
}

.jt-brand-color-chip code {
    font-size: 0.72rem;
    color: #64748b;
}

@media (max-width: 767.98px) {
    .jt-brand-colors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* XML & API çözüm sayfaları */
.jt-int-xml-convert {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.jt-int-xml-convert__src,
.jt-int-xml-convert__dst {
    padding: 0.55rem 0.7rem;
    border-radius: 0.55rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.72rem;
}

.jt-int-xml-convert__icon {
    color: #005fec;
    animation: jt-xml-spin 2.4s ease-in-out infinite;
}

@keyframes jt-xml-spin {
    0%, 100% { transform: rotate(0deg) scale(1); opacity: 1; }
    50% { transform: rotate(180deg) scale(1.1); opacity: 0.85; }
}

.jt-int-xml-badge {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(47, 179, 68, 0.1);
    color: #16a34a;
    font-size: 0.68rem;
    font-weight: 700;
}

.jt-int-xml-io {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    margin-bottom: 0.5rem;
}

.jt-int-xml-io span {
    flex: 1;
    text-align: center;
    padding: 0.5rem 0.35rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    font-size: 0.68rem;
    font-weight: 600;
}

.jt-int-xml-io__mid {
    background: #dbeafe !important;
    color: #1d4ed8;
}

.jt-int-xml-feeds {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.jt-int-xml-feeds span {
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid rgba(0, 95, 236, 0.15);
    color: #1e40af;
    font-size: 0.65rem;
    font-weight: 700;
}

.jt-int-xml-dealer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.45rem;
}

.jt-int-xml-dealer-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    font-size: 0.7rem;
}

.jt-int-xml-dealer-list code {
    font-size: 0.62rem;
    color: #64748b;
}

.jt-int-xml-sub-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.jt-int-xml-sub-grid span {
    text-align: center;
    padding: 0.45rem 0.25rem;
    border-radius: 0.45rem;
    background: #f1f5f9;
    font-size: 0.68rem;
    font-weight: 700;
    color: #64748b;
}

.jt-int-xml-sub-grid span.is-active {
    background: #005fec;
    color: #fff;
}

.jt-int-xml-sub-status {
    font-size: 0.68rem;
    color: #16a34a;
    font-weight: 600;
}

.jt-int-xml-restrict {
    display: grid;
    gap: 0.45rem;
}

.jt-int-xml-restrict div {
    padding: 0.5rem 0.6rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    font-size: 0.72rem;
}

.jt-int-xml-restrict i {
    color: #005fec;
    margin-right: 0.35rem;
}

.jt-int-api-ver {
    display: grid;
    gap: 0.45rem;
}

.jt-int-api-ver span {
    padding: 0.55rem 0.65rem;
    border-radius: 0.55rem;
    background: #f8fafc;
    font-size: 0.72rem;
}

.jt-int-api-ver em {
    display: inline-block;
    min-width: 1.75rem;
    font-style: normal;
    font-weight: 800;
    color: #005fec;
    margin-right: 0.35rem;
}

.jt-int-api-ver span.is-new {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid rgba(0, 95, 236, 0.2);
}

.jt-int-api-scope {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
}

.jt-int-api-scope span {
    text-align: center;
    padding: 0.45rem 0.3rem;
    border-radius: 0.45rem;
    background: #f8fafc;
    font-size: 0.65rem;
    font-weight: 700;
    color: #334155;
}

.jt-int-api-endpoint {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.55rem;
    margin-bottom: 0.4rem;
    border-radius: 0.45rem;
    background: #0f172a;
    color: #e2e8f0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.68rem;
}

.jt-int-api-endpoint .method {
    padding: 0.15rem 0.35rem;
    border-radius: 0.25rem;
    background: #16a34a;
    color: #fff;
    font-weight: 800;
    font-size: 0.6rem;
}

.jt-int-api-endpoint .method.post { background: #2563eb; }
.jt-int-api-endpoint .method.put { background: #d97706; }

.jt-int-api-key {
    padding: 0.55rem 0.65rem;
    border-radius: 0.55rem;
    background: #0f172a;
    margin-bottom: 0.5rem;
}

.jt-int-api-key span {
    display: block;
    font-size: 0.62rem;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}

.jt-int-api-key code {
    color: #86efac;
    font-size: 0.68rem;
}

.jt-int-api-key-status {
    font-size: 0.68rem;
    color: #16a34a;
    font-weight: 600;
}

.jt-int-api-docs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.45rem;
}

.jt-int-api-docs-list li {
    padding: 0.5rem 0.6rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    font-size: 0.72rem;
    font-weight: 600;
}

.jt-int-api-docs-list i {
    color: #005fec;
    margin-right: 0.35rem;
}

/* XML hub spotlight */
.jt-xml-hub {
    position: relative;
    min-height: 200px;
    margin-bottom: 0.5rem;
}

.jt-xml-hub__core {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    width: 5.5rem;
    padding: 0.65rem 0.5rem;
    border-radius: 0.85rem;
    background: linear-gradient(145deg, #005fec, #3b82f6);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 95, 236, 0.25);
    z-index: 2;
}

.jt-xml-hub__core i { font-size: 1.1rem; }
.jt-xml-hub__core em { font-style: normal; }

.jt-xml-hub__node {
    position: absolute;
    padding: 0.3rem 0.45rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    font-size: 0.6rem;
    font-weight: 700;
    color: #334155;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.jt-xml-hub__node--1 { left: 8%; top: 8%; }
.jt-xml-hub__node--2 { right: 6%; top: 12%; }
.jt-xml-hub__node--3 { left: 4%; bottom: 14%; }
.jt-xml-hub__node--4 { right: 4%; bottom: 18%; }
.jt-xml-hub__node--5 { left: 50%; bottom: 4%; transform: translateX(-50%); }

.jt-xml-hub__line {
    position: absolute;
    left: 50%;
    top: 42%;
    width: 2px;
    height: 52px;
    background: linear-gradient(180deg, #005fec, rgba(0, 95, 236, 0.15));
    transform-origin: top center;
    opacity: 0.45;
    animation: jt-xml-line-pulse 2s ease-in-out infinite;
}

.jt-xml-hub__line--1 { transform: translate(-50%, 0) rotate(-118deg); }
.jt-xml-hub__line--2 { transform: translate(-50%, 0) rotate(-62deg); animation-delay: 0.2s; }
.jt-xml-hub__line--3 { transform: translate(-50%, 0) rotate(58deg); animation-delay: 0.4s; }
.jt-xml-hub__line--4 { transform: translate(-50%, 0) rotate(118deg); animation-delay: 0.6s; }
.jt-xml-hub__line--5 { transform: translate(-50%, 0) rotate(178deg); animation-delay: 0.8s; }

@keyframes jt-xml-line-pulse {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.9; }
}

/* TreeQL hub animation */
.jt-treeql-hub {
    display: grid;
    grid-template-columns: 1fr minmax(72px, 1.1fr) 1fr;
    align-items: center;
    gap: 0.5rem;
    min-height: 148px;
    padding: 0.5rem 0;
}

.jt-treeql-hub--compact {
    min-height: 110px;
    gap: 0.35rem;
}

.jt-treeql-hub__node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
}

.jt-treeql-hub__node strong {
    font-size: 0.72rem;
    color: #0f172a;
}

.jt-treeql-hub__node em {
    font-style: normal;
    font-size: 0.6rem;
    color: #64748b;
}

.jt-treeql-hub__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.jt-treeql-hub--compact .jt-treeql-hub__logo-wrap {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.75rem;
}

.jt-treeql-hub__logo-wrap--tree {
    background: #0a0a0a;
    border-color: rgba(239, 68, 68, 0.35);
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.15);
}

.jt-treeql-hub__logo {
    display: block;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.jt-treeql-hub__logo--tree {
    width: 2.15rem;
    height: 2.15rem;
}

.jt-treeql-hub--compact .jt-treeql-hub__logo {
    width: 1.65rem;
    height: 1.65rem;
}

.jt-treeql-hub__channel {
    position: relative;
    height: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jt-treeql-hub--compact .jt-treeql-hub__channel {
    min-height: 72px;
}

.jt-treeql-hub__line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 95, 236, 0.15), #005fec, rgba(239, 68, 68, 0.5));
    transform: translateY(-50%);
}

.jt-treeql-hub__pulse {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #005fec;
    transform: translateY(-50%);
    box-shadow: 0 0 0 0 rgba(0, 95, 236, 0.45);
    animation: jt-treeql-pulse 2.2s ease-out infinite;
}

.jt-treeql-hub__pulse--1 { left: 28%; }
.jt-treeql-hub__pulse--2 {
    right: 28%;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.45);
    animation-name: jt-treeql-pulse-red;
    animation-delay: 1.1s;
}

@keyframes jt-treeql-pulse {
    0% { box-shadow: 0 0 0 0 rgba(0, 95, 236, 0.5); opacity: 1; }
    70% { box-shadow: 0 0 0 10px rgba(0, 95, 236, 0); opacity: 0.4; }
    100% { opacity: 0; }
}

@keyframes jt-treeql-pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5); opacity: 1; }
    70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); opacity: 0.4; }
    100% { opacity: 0; }
}

.jt-treeql-hub__packet {
    position: absolute;
    top: 50%;
    padding: 0.2rem 0.4rem;
    border-radius: 0.35rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.52rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
}

.jt-treeql-hub--compact .jt-treeql-hub__packet {
    font-size: 0.45rem;
    padding: 0.15rem 0.3rem;
}

.jt-treeql-hub__packet--out {
    background: #dbeafe;
    color: #1d4ed8;
    animation: jt-treeql-packet-out 3.6s ease-in-out infinite;
}

.jt-treeql-hub__packet--in {
    background: #fee2e2;
    color: #b91c1c;
    animation: jt-treeql-packet-in 3.6s ease-in-out infinite;
    animation-delay: 1.8s;
}

@keyframes jt-treeql-packet-out {
    0% { left: 8%; opacity: 0; transform: translateY(-50%) scale(0.85); }
    12% { opacity: 1; }
    45% { left: 72%; opacity: 1; transform: translateY(-50%) scale(1); }
    55% { opacity: 0; }
    100% { left: 72%; opacity: 0; }
}

@keyframes jt-treeql-packet-in {
    0% { right: 8%; opacity: 0; transform: translateY(-50%) scale(0.85); }
    12% { opacity: 1; }
    45% { right: 72%; opacity: 1; transform: translateY(-50%) scale(1); }
    55% { opacity: 0; }
    100% { right: 72%; opacity: 0; }
}

.jt-spot-mock--api-treeql {
    max-width: 420px;
}

.jt-xml-feature__no,
.jt-api-feature__no {
    color: inherit;
}

@media (max-width: 575.98px) {
    .jt-treeql-hub__packet {
        display: none;
    }

    .jt-int-xml-sub-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .jt-int-api-scope {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* —— Kargo bakiyesi landing (kargo-bakiyesi.php) —— */
.jt-kargo-bakiyesi-page .jt-kb-eyebrow,
.jt-kargo-bakiyesi-page .jt-kb-section-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--jt-primary, #0d6efd);
    margin-bottom: 0.75rem;
}

.jt-kb-hero__title {
    font-size: clamp(1.85rem, 4vw, 2.65rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.jt-kb-hero__lead {
    font-size: 1.05rem;
    color: #5c6570;
    max-width: 36rem;
}

.jt-kb-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}

.jt-kb-stat {
    background: #f8fafc;
    border: 1px solid rgba(13, 110, 253, 0.12);
    border-radius: 0.75rem;
    padding: 1rem 1.1rem;
}

.jt-kb-stat__value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0d6efd;
    line-height: 1.2;
}

.jt-kb-stat__label {
    font-size: 0.78rem;
    color: #6c757d;
    margin-top: 0.35rem;
    line-height: 1.35;
}

.jt-kb-section-title {
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.jt-kb-section-lead {
    max-width: 40rem;
    color: #6c757d;
}

.jt-kb-carrier-ticker {
    margin-top: 2rem;
    overflow: hidden;
}

.jt-kb-carriers .jt-brands-ticker::before {
    background: linear-gradient(90deg, #f5f7fa 0%, transparent 100%);
}

.jt-kb-carriers .jt-brands-ticker::after {
    background: linear-gradient(270deg, #f5f7fa 0%, transparent 100%);
}

.jt-kb-carriers .jt-brands-ticker-item {
    width: 160px;
    height: 64px;
}

.jt-kb-carriers .jt-brands-ticker-logo {
    max-width: 140px;
    max-height: 52px;
}

.jt-kb-carrier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

.jt-kb-carrier {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-height: 100%;
}

.jt-kb-carrier__logo {
    object-fit: contain;
    max-height: 48px;
    width: auto;
    max-width: 100%;
}

.jt-kb-carrier__name {
    font-size: 0.72rem;
    font-weight: 600;
    color: #495057;
    text-align: center;
}

.jt-kb-benefit-card {
    background: #f8fafc;
    border-radius: 0.75rem;
    padding: 1.25rem;
    border: 1px solid #eef1f4;
}

.jt-kb-benefit-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.jt-kb-benefit-card__text {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.45;
}

.jt-kb-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.jt-kb-step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #fff;
    border-radius: 0.75rem;
    padding: 1rem 1.15rem;
    border: 1px solid #e9ecef;
}

.jt-kb-step__no {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jt-kb-step__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.jt-kb-step__text {
    font-size: 0.88rem;
    color: #6c757d;
    margin: 0;
}

.jt-kb-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.jt-kb-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.95rem;
}

.jt-kb-check-list i {
    margin-top: 0.15rem;
}

.jt-kb-faq__inner {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
}

.jt-kb-cta {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 55%, #084298 100%);
    color: #fff;
}

.jt-kb-cta__box {
    padding: 2.5rem 1rem;
}

.jt-kb-cta__title {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.jt-kb-cta__text {
    opacity: 0.92;
    margin-bottom: 1.5rem;
}

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

/* —— Kargo entegrasyonları (cozumler/kargo-entegrasyonlari.php) —— */
.jt-kargo-crosslink {
    padding: 1.25rem 1.5rem;
    border-radius: 0.75rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.jt-kargo-integration-card {
    position: relative;
    padding: 1.25rem 1.25rem 1.1rem;
    border-radius: 0.75rem;
    border: 1px solid #e9ecef;
    background: #fff;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.jt-kargo-integration-card:hover {
    border-color: #cfe2ff;
    box-shadow: 0 0.35rem 1rem rgba(13, 110, 253, 0.08);
}

.jt-kargo-integration-card__badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0d6efd;
    background: #e7f1ff;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    margin-bottom: 0.5rem;
}

.jt-kargo-integration-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
    line-height: 1.35;
}

.jt-kargo-integration-card__text {
    font-size: 0.82rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}
