:root {
    --ttk-navy: #06295d;
    --ttk-navy-2: #0a3d88;
    --ttk-sky: #0ca8d8;
    --ttk-ink: #13315f;
    --ttk-muted: #5c7398;
    --ttk-line: #d8e3f6;
    --ttk-surface: #f4f8ff;
    --ttk-warning: #f59a1a;
    --ttk-shadow: 0 20px 42px rgba(7, 38, 88, 0.12);
    --ttk-font: Gilroy, Avenir, Trebuchet MS, sans-serif;
}

body {
    background:
        radial-gradient(1100px 420px at 85% -10%, #d8edff 0%, rgba(216, 237, 255, 0) 60%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 45%);
    color: var(--ttk-ink);
    font-family: var(--ttk-font);
}

a {
    color: var(--ttk-ink);
}

.site-content {
    position: relative;
    z-index: 1;
}

.tele-header-wrap {
    position: relative;
    z-index: 1001;
}

.tele-topbar {
    background: linear-gradient(120deg, #051f47 0%, #0a3a82 55%, #0a4ea8 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    padding: 11px 0;
}

.tele-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.tele-segment-switch {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.33);
    border-radius: 999px;
    overflow: hidden;
}

.tele-segment-switch a {
    font-size: 0.84rem;
    font-weight: 700;
    padding: 7px 14px;
    color: #f3f7ff;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.tele-segment-switch a:last-child {
    border-right: none;
}

.tele-segment-switch a:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.tele-segment-switch a.is-active {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-weight: 800;
}

.tele-topbar__meta {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 0.9rem;
}

.tele-topbar__meta a {
    color: #fff;
    font-weight: 700;
}

.tele-topbar__meta i {
    color: var(--ttk-warning);
    margin-right: 6px;
}

.tele-main-header {
    background: #fff;
    border-bottom: 1px solid var(--ttk-line);
    box-shadow: 0 8px 20px rgba(10, 44, 97, 0.08);
}

.navbar.fixed.tele-main-header,
.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
    box-shadow: 0 14px 30px rgba(8, 35, 81, 0.14);
}

.tele-nav-shell {
    display: flex;
    align-items: center;
    min-height: 74px;
}

.tele-site-logo {
    height: 76px;
    width: auto;
    max-height: none;
}

.main-navigation {
    margin-left: 10px;
}

.main-navigation > ul > li {
    margin: 0 8px;
}

.main-navigation ul > li > a {
    color: var(--ttk-ink);
    padding: 11px 13px;
    line-height: 1.15;
    border-radius: 10px;
    font-size: 0.93rem;
    font-weight: 700;
}

.main-navigation ul > li > a:hover {
    color: #0b53b4;
    background: #ebf2ff;
}

.main-navigation > ul > li:after,
.main-navigation > ul > li:before {
    display: none;
}

.main-navigation ul > li > a:after {
    right: 2px;
    font-size: 9px;
    color: #3766ab;
}

.main-navigation ul li ul {
    width: 265px;
    padding: 12px 0;
    left: -5px;
    border-radius: 14px;
    border: 1px solid #d7e2f6;
    box-shadow: var(--ttk-shadow);
}

.main-navigation ul li li {
    padding: 0 16px;
}

.main-navigation ul li li a,
.main-navigation ul li li a:hover {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1d3e76 !important;
    padding: 7px 0;
}

.main-navigation ul li li a:before {
    display: none;
}

.header_end.tele-header-actions {
    display: flex;
    gap: 10px;
    margin-left: 16px;
}

.tele-action-btn,
.tele-mobile-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 10px 15px;
    white-space: nowrap;
}

.tele-action-btn::before,
.tele-action-btn::after,
.tele-mobile-btn::before,
.tele-mobile-btn::after,
.ttk-hero__actions .btn::before,
.ttk-hero__actions .btn::after {
    display: none !important;
}

.tele-action-btn:not(.btn-outline),
.tele-mobile-btn:not(.btn-outline) {
    border: 1px solid #de7b0f !important;
    background: linear-gradient(135deg, #f9a21f 0%, #f0821a 100%) !important;
    color: #fff !important;
    box-shadow: 0 11px 22px rgba(236, 130, 27, 0.28);
}

.tele-action-btn:not(.btn-outline):hover,
.tele-mobile-btn:not(.btn-outline):hover {
    color: #fff !important;
    transform: translateY(-1px);
}

.btn.btn-outline.tele-action-btn {
    border: 1px solid #a7c3eb !important;
    background: #f7fbff !important;
    color: #1f4c90 !important;
    box-shadow: 0 8px 18px rgba(31, 76, 144, 0.11);
}

.btn.btn-outline.tele-action-btn:hover {
    background: #ecf5ff !important;
    color: #184181 !important;
}

.btn.btn-outline.tele-mobile-btn {
    border: 1px solid #0f57ab !important;
    background: linear-gradient(135deg, #0f66c5 0%, #0a4fa1 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 22px rgba(12, 81, 162, 0.28) !important;
}

.btn.btn-outline.tele-mobile-btn:hover {
    background: linear-gradient(135deg, #1671d5 0%, #0f5ab6 100%) !important;
    color: #ffffff !important;
}

.tele-mobile-btn {
    width: 100%;
    margin: 6px 0;
}

.navbar-nav span.arrow {
    display: none;
}

.tele-footer {
    margin-top: 64px;
    background: linear-gradient(180deg, #eef4ff 0%, #e6eefc 100%);
    border-top: 1px solid #d0ddf5;
}

.tele-footer__top {
    padding-top: 48px;
    padding-bottom: 26px;
}

.tele-footer h5 {
    color: #17396f;
    font-size: 1.03rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.tele-footer .ft-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tele-footer .ft-menu-list li {
    margin-bottom: 7px;
}

.tele-footer .ft-menu-list a {
    color: #3b5686;
    font-size: 0.91rem;
    font-weight: 600;
}

.tele-footer .ft-menu-list a:hover {
    color: #f08b1d;
    padding-left: 6px;
    text-decoration: none;
}

.tele-footer__brand p {
    margin-bottom: 10px;
    font-size: 0.92rem;
    color: #4d648f;
}

.tele-footer__brand a {
    color: #143972;
    font-weight: 800;
    font-size: 1.05rem;
}

.tele-footer-logo {
    width: 100%;
    max-width: 240px !important;
    height: auto;
}

.tele-footer .footer_after {
    background: #dce8fb;
    border-top: 1px solid #cdddf5;
}

.tele-footer .footer_after p {
    color: #2f4f84;
    font-size: 0.88rem;
    font-weight: 700;
    margin: 0;
    padding: 14px 0;
}

#siziArayalim {
    z-index: 99999;
    position: fixed;
    left: 18px;
    bottom: 74px;
    border: none;
    border-radius: 999px;
    padding: 11px 17px;
    font-size: 0.92rem;
    font-weight: 700;
    background: linear-gradient(130deg, #0b3470 0%, #0a5cb3 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(9, 63, 132, 0.32);
}

.call-me-modal {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(5, 26, 61, 0.25);
}

.call-me-modal__header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    padding: 16px 18px;
    background: linear-gradient(140deg, #06295d 0%, #0a4ea8 100%);
}

.call-me-modal__header h3 {
    margin: 0 0 4px;
    font-size: 1.3rem;
    font-weight: 800;
}

.call-me-modal__header p {
    margin: 0;
    font-size: 0.84rem;
    opacity: 0.9;
}

.call-me-modal__close {
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.call-me-modal__body {
    padding: 16px;
    background: #f4f8ff;
}

.call-me-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.call-me-field {
    margin: 0;
}

.call-me-field--full {
    grid-column: 1 / -1;
}

.call-me-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.82rem;
    color: #204479;
    font-weight: 700;
}

.call-me-field input,
.call-me-field select {
    height: 44px;
    border: 1px solid #d4e0f4;
    border-radius: 10px;
    background: #fff;
    font-size: 0.91rem;
    box-shadow: none;
}

.call-me-kvkk {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.42;
    font-size: 0.78rem;
}

.call-me-kvkk a {
    color: #20519c;
    font-weight: 700;
}

.call-me-captcha {
    padding: 8px;
    border: 1px dashed #c9d7ef;
    border-radius: 10px;
    background: #fff;
}

.call-me-submit {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 11px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #f59a1a 0%, #ec7f15 100%);
}

.ttk-hero {
    position: relative;
    padding: 72px 0 48px;
    background:
        radial-gradient(560px 260px at 92% 12%, rgba(0, 168, 216, 0.24) 0%, rgba(0, 168, 216, 0) 80%),
        linear-gradient(180deg, #f5faff 0%, #ffffff 72%);
}

.ttk-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #e4f5fc;
    color: #0d5999;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    font-weight: 800;
    margin-bottom: 18px;
}

.ttk-hero h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 14px;
    font-weight: 800;
    color: #0d2f67;
}

.ttk-hero p {
    max-width: 640px;
    margin-bottom: 0;
    color: var(--ttk-muted);
    font-size: 1.02rem;
    line-height: 1.62;
}

.ttk-hero__actions {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
}

.ttk-hero__actions .btn {
    border-radius: 12px;
    padding: 11px 18px;
    font-size: 0.9rem;
    font-weight: 700;
}

.ttk-hero__actions .btn.btn-outline {
    border: 1px solid #0f57ab !important;
    background: #edf5ff !important;
    color: #0f4f9c !important;
}

.ttk-hero__actions .btn.btn-outline:hover {
    background: #ddecff !important;
    color: #0c468c !important;
}

.ttk-hero__stats {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ttk-hero__stats article {
    border: 1px solid #d5e3f8;
    background: #fff;
    border-radius: 14px;
    padding: 12px;
}

.ttk-hero__stats strong {
    display: block;
    color: #0e3f81;
    font-size: 1.05rem;
    font-weight: 800;
}

.ttk-hero__stats span {
    display: block;
    color: #637ba2;
    font-size: 0.82rem;
}

.ttk-hero__panel {
    border-radius: 24px;
    padding: 22px;
    border: 1px solid #cfe0f7;
    background: linear-gradient(170deg, #ffffff 0%, #eff5ff 100%);
    box-shadow: var(--ttk-shadow);
}

.ttk-hero__panel h3 {
    font-size: 1.26rem;
    margin-bottom: 12px;
    color: #0f336d;
    font-weight: 800;
}

.ttk-hero__panel ul {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.ttk-hero__panel li {
    font-size: 0.92rem;
    color: #3d5887;
    margin-bottom: 8px;
    display: flex;
    gap: 7px;
    align-items: center;
}

.ttk-hero__panel i {
    color: #0caedc;
}

.ttk-quick-features {
    padding: 18px 0 8px;
}

.ttk-quick-features__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ttk-quick-features__grid article {
    border: 1px solid #d7e4f8;
    background: #fff;
    border-radius: 16px;
    padding: 17px;
    box-shadow: 0 14px 24px rgba(14, 52, 115, 0.08);
}

.ttk-quick-features__grid i {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0da4d3 0%, #0b66ba 100%);
    color: #fff;
    margin-bottom: 10px;
}

.ttk-quick-features__grid h4 {
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: 800;
    color: #123772;
}

.ttk-quick-features__grid p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #5b7098;
}

.ttk-packages {
    padding-top: 36px;
    padding-bottom: 24px;
}

.ttk-section-head {
    margin-bottom: 18px;
}

.ttk-section-head span {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #0a63b2;
}

.ttk-section-head h2 {
    margin-bottom: 7px;
    font-size: 2rem;
    font-weight: 800;
    color: #123772;
}

.ttk-section-head p {
    margin: 0;
    color: #5a7098;
    font-size: 0.97rem;
}

.ttk-packages__group {
    margin-top: 24px;
}

.ttk-packages__group-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
}

.ttk-packages__group-head h3 {
    margin: 0;
    font-size: 1.22rem;
    font-weight: 800;
    color: #133972;
}

.ttk-packages__group-head a {
    font-size: 0.84rem;
    font-weight: 700;
    color: #0d66b4;
}

.ttk-plan-card {
    height: 100%;
    border: 1px solid #d5e4f8;
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 12px 24px rgba(15, 50, 108, 0.08);
    display: flex;
    flex-direction: column;
}

.ttk-plan-card__badge {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background: #e8f6fc;
    color: #0a669d;
    font-size: 0.74rem;
    font-weight: 800;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.ttk-plan-card h4 {
    font-size: 1rem;
    font-weight: 800;
    color: #11356e;
    margin-bottom: 8px;
}

.ttk-plan-card__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 10px;
}

.ttk-plan-card__price strong {
    font-size: 1.95rem;
    line-height: 1;
    font-weight: 800;
    color: #ef8a19;
}

.ttk-plan-card__price small {
    font-size: 0.82rem;
    color: #6981a9;
    font-weight: 700;
}

.ttk-plan-card ul {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.ttk-plan-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    color: #4f6590;
    font-size: 0.87rem;
}

.ttk-plan-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #08a5d5;
}

.ttk-plan-card .btn {
    margin-top: auto;
    border-radius: 11px;
    width: 100%;
    text-align: center;
}

.ttk-enterprise-block {
    padding: 22px 0 10px;
}

.ttk-enterprise-card {
    border-radius: 20px;
    border: 1px solid #d4e3f8;
    background: linear-gradient(135deg, #ffffff 0%, #f1f7ff 100%);
    padding: 25px;
    height: 100%;
}

.ttk-enterprise-card span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.75rem;
    color: #0b62b0;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.ttk-enterprise-card h3 {
    margin-bottom: 10px;
    font-size: 1.45rem;
    line-height: 1.26;
    color: #133a73;
    font-weight: 800;
}

.ttk-enterprise-card p {
    color: #5b7098;
    font-size: 0.94rem;
    margin-bottom: 16px;
}

.ttk-enterprise-card--dark {
    background: linear-gradient(130deg, #06295d 0%, #0a4b9f 100%);
    border-color: transparent;
    box-shadow: 0 24px 38px rgba(6, 41, 93, 0.26);
}

.ttk-enterprise-card--dark span,
.ttk-enterprise-card--dark h3,
.ttk-enterprise-card--dark p {
    color: #fff;
}

.ttk-enterprise-card--dark .btn.btn-outline {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.42) !important;
    color: #fff !important;
}

.ttk-steps {
    padding-top: 36px;
    padding-bottom: 20px;
}

.ttk-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ttk-steps__grid article {
    border: 1px solid #d5e3f8;
    border-radius: 16px;
    background: #fff;
    padding: 18px;
    position: relative;
}

.ttk-steps__grid span {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 2rem;
    line-height: 1;
    color: rgba(12, 72, 145, 0.13);
    font-weight: 800;
}

.ttk-steps__grid h4 {
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 800;
    color: #123972;
}

.ttk-steps__grid p {
    margin: 0;
    color: #5a7098;
    font-size: 0.9rem;
}

.ttk-cta-band {
    margin-top: 34px;
    margin-bottom: 22px;
}

.ttk-cta-band__inner {
    border-radius: 20px;
    background: linear-gradient(120deg, #052452 0%, #0a3a83 55%, #0a57b3 100%);
    color: #fff;
    padding: 30px;
    box-shadow: 0 24px 44px rgba(6, 38, 90, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.ttk-cta-band__inner h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1.62rem;
    font-weight: 800;
}

.ttk-cta-band__inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.95rem;
}

.ttk-cta-band__actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ttk-cta-band__actions .btn {
    border-radius: 11px;
    padding: 10px 16px;
}

.ttk-cta-band__actions .btn.btn-outline {
    background: rgba(255, 255, 255, 0.13) !important;
    border-color: rgba(255, 255, 255, 0.42) !important;
    color: #fff !important;
}

.service-disclaimer {
    background: linear-gradient(135deg, #fff8eb 0%, #fff2de 100%);
    border: 1px solid #f4d8af;
    border-left: 6px solid #f29b1a;
    border-radius: 16px;
    padding: 20px 22px;
    box-shadow: 0 10px 20px rgba(240, 146, 25, 0.11);
    margin: 10px 0 10px;
}

.service-disclaimer-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.71rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    background: #f29b1a;
}

.service-disclaimer p {
    margin: 0;
    color: #614117;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.5;
}

.page-header.tele-page-header {
    position: relative;
    min-height: 190px;
    height: auto;
    padding: 50px 0;
    background:
        radial-gradient(600px 240px at 88% 16%, rgba(0, 168, 216, 0.3) 0%, rgba(0, 168, 216, 0) 78%),
        linear-gradient(130deg, #052452 0%, #0a3d88 100%);
}

.page-header.tele-page-header:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 26, 60, 0.2) 0%, rgba(4, 26, 60, 0.4) 100%);
}

.page-header.tele-page-header .container {
    position: relative;
    z-index: 1;
}

.page-header.tele-page-header .page-title {
    color: #fff;
    font-size: 2.28rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.page-header.tele-page-header h6 {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
}

@media (max-width: 1199px) {
    .ttk-hero h1 {
        font-size: 2.55rem;
    }

    .ttk-quick-features__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .tele-site-logo {
        height: 62px;
    }

    .tele-topbar__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .tele-topbar__meta {
        width: 100%;
        justify-content: space-between;
        font-size: 0.84rem;
    }

    .tele-nav-shell {
        min-height: 68px;
    }

    .toggler {
        margin-left: auto;
        border: 1px solid #d3dff4;
        border-radius: 10px;
        width: 38px;
        height: 38px;
    }

    .toggler span,
    .toggler span:before,
    .toggler span:after {
        background: #18407d;
    }

    #navbarNav {
        width: min(92vw, 396px) !important;
        top: 82px !important;
        right: 12px !important;
        left: auto !important;
        bottom: auto !important;
        max-height: calc(100vh - 102px) !important;
        overflow-y: auto !important;
        padding: 14px 12px 12px !important;
        border-radius: 16px !important;
        border: 1px solid #d7e2f6;
        background: #fff !important;
        box-shadow: 0 26px 54px rgba(9, 38, 84, 0.24) !important;
        text-align: left !important;
        z-index: 100001;
    }

    #navbarNav .navbar-nav {
        gap: 8px;
    }

    #navbarNav .navbar-nav > .nav-item {
        margin: 0 !important;
        float: none;
        border-radius: 12px;
        border: 1px solid #dfe8f8;
        background: #f8fbff;
    }

    #navbarNav .navbar-nav > .nav-item.d-block.d-lg-none {
        border: none;
        background: transparent;
        padding: 0;
    }

    #navbarNav .main-navigation ul > li > a {
        border-bottom: none !important;
        padding: 12px 42px 12px 13px !important;
        color: #1d3d74 !important;
        font-size: 0.92rem !important;
        font-weight: 700 !important;
    }

    #navbarNav .main-navigation ul > li > a:after {
        display: none !important;
    }

    #navbarNav .navbar-nav span.arrow {
        display: inline-flex;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 9px;
        top: 9px;
        border-radius: 9px;
        align-items: center;
        justify-content: center;
        background: #e9f2ff;
        color: #2a4f8f;
        cursor: pointer;
        z-index: 1;
    }

    #navbarNav .navbar-nav span.arrow i {
        transition: transform 0.2s ease;
    }

    #navbarNav .navbar-nav span.arrow.active i {
        transform: rotate(90deg);
    }

    #navbarNav .main-navigation ul li ul {
        display: none;
        position: static;
        width: auto;
        margin: 0 12px 10px !important;
        padding: 7px 0 2px !important;
        border-radius: 0;
        border: none;
        border-top: 1px solid #dbe6fa;
        box-shadow: none;
        background: transparent;
        transform: none !important;
        opacity: 1;
        visibility: visible;
    }

    #navbarNav .main-navigation ul li li {
        padding: 0;
    }

    #navbarNav .main-navigation ul li li a,
    #navbarNav .main-navigation ul li li a:hover {
        padding: 8px 2px !important;
        font-size: 0.84rem;
        color: #48608d !important;
    }

    #navbarNav .tele-mobile-btn {
        margin: 6px 0 2px;
    }

    .show-menu .toggler {
        z-index: 100002;
    }

    html.show-menu body::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(11, 30, 65, 0.34);
        z-index: 1000;
        pointer-events: none;
    }

    .header_end.tele-header-actions {
        display: none !important;
    }

    .ttk-hero {
        padding-top: 50px;
    }

    .ttk-hero h1 {
        font-size: 2.16rem;
    }

    .ttk-hero__actions .btn.btn-outline {
        border-color: #0f57ab !important;
        background: linear-gradient(135deg, #1369cc 0%, #0f57ab 100%) !important;
        color: #fff !important;
        box-shadow: 0 11px 22px rgba(12, 81, 162, 0.24);
    }

    .ttk-hero__stats,
    .ttk-steps__grid {
        grid-template-columns: 1fr;
    }

    .call-me-form-grid {
        grid-template-columns: 1fr;
    }

    #siziArayalim {
        display: none;
    }

    #back-to-top {
        display: none;
    }
}

@media (max-width: 767px) {
    .tele-footer-logo {
        max-width: 240px !important;
    }

    .ttk-quick-features__grid {
        grid-template-columns: 1fr;
    }

    .ttk-section-head h2 {
        font-size: 1.58rem;
    }

    .ttk-packages__group-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .ttk-enterprise-card h3 {
        font-size: 1.26rem;
    }

    .ttk-cta-band__inner {
        padding: 22px;
    }

    .ttk-cta-band__inner h3 {
        font-size: 1.34rem;
    }

    .page-header.tele-page-header {
        min-height: 160px;
        padding: 36px 0;
    }

    .page-header.tele-page-header .page-title {
        font-size: 1.82rem;
    }
}

/* ═══════════════════════════════════════
   DİJİTAL ABONELİK BANNER (ANASAYFA)
   ═══════════════════════════════════════ */
.da-banner-section {
    padding: 0 0 20px;
}
.da-banner {
    background: linear-gradient(135deg, #06295d 0%, #0a3d88 50%, #0ca8d8 100%);
    border-radius: 20px;
    padding: 40px 44px;
    display: flex;
    align-items: center;
    gap: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(6,41,93,.18);
}
.da-banner::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: rgba(255,255,255,.05);
    border-radius: 50%;
}
.da-banner__content {
    flex: 1;
    min-width: 0;
}
.da-banner__badge {
    display: inline-block;
    background: rgba(236,116,26,.9);
    color: #fff;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: .02em;
}
.da-banner__content h3 {
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 8px;
}
.da-banner__content p {
    opacity: .88;
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 18px;
    max-width: 480px;
}
.da-banner__content .btn {
    background: #fff;
    color: #06295d;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 24px;
    font-size: .9rem;
    transition: all .25s;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
}
.da-banner__content .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    color: #06295d;
    text-decoration: none;
}
.da-banner__visual {
    flex-shrink: 0;
}
.da-banner__icon-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.da-banner__icon-item {
    background: rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 18px 16px;
    text-align: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background .2s;
    min-width: 120px;
}
.da-banner__icon-item:hover {
    background: rgba(255,255,255,.2);
}
.da-banner__icon-item i {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 6px;
}
.da-banner__icon-item span {
    font-size: .78rem;
    font-weight: 600;
    opacity: .9;
}

@media (max-width: 991.98px) {
    .da-banner {
        flex-direction: column;
        padding: 32px 24px;
        gap: 24px;
        text-align: center;
    }
    .da-banner__content p {
        margin-left: auto; margin-right: auto;
    }
    .da-banner__icon-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    .da-banner__icon-item {
        padding: 14px 10px;
        min-width: 0;
    }
}
@media (max-width: 575.98px) {
    .da-banner__icon-grid {
        grid-template-columns: 1fr 1fr;
    }
    .da-banner__content h3 {
        font-size: 1.25rem;
    }
}

/* ═══════════════════════════════════════
   DİJİTAL ABONELİK – PROMO RIBBON
   ═══════════════════════════════════════ */
.da-promo-ribbon {
    background: linear-gradient(90deg, #ec741a 0%, #d45e0a 40%, #c44b08 100%);
    color: #fff;
    position: relative;
    z-index: 1050;
    overflow: hidden;
}
.da-promo-ribbon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255,255,255,.04) 10px,
        rgba(255,255,255,.04) 20px
    );
    pointer-events: none;
}
.da-promo-ribbon__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 0;
    position: relative;
}
.da-promo-ribbon__pulse {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #4ade80;
    animation: daPulse 1.5s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes daPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(74,222,128,.6); }
    50% { box-shadow: 0 0 0 6px rgba(74,222,128,0); }
}
.da-promo-ribbon__text {
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: .01em;
}
.da-promo-ribbon__text i {
    margin-right: 4px;
}
.da-promo-ribbon__text strong {
    background: rgba(255,255,255,.2);
    padding: 1px 8px;
    border-radius: 4px;
    font-weight: 700;
    margin-right: 2px;
}
.da-promo-ribbon__text a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 2px;
    transition: opacity .2s;
}
.da-promo-ribbon__text a:hover {
    opacity: .85;
    color: #fff;
}
.da-promo-ribbon__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.15);
    border: none;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}
.da-promo-ribbon__close:hover {
    background: rgba(255,255,255,.3);
}
@media (max-width: 575.98px) {
    .da-promo-ribbon__text {
        font-size: .75rem;
    }
    .da-promo-ribbon__inner {
        padding: 6px 28px 6px 0;
    }
}

/* ═══════════════════════════════════════
   DİJİTAL ABONELİK – HERO BANNER (ANASAYFA)
   ═══════════════════════════════════════ */
.da-hero-banner {
    padding: 0 0 8px;
}
.da-hero-banner__link {
    display: block;
    text-decoration: none !important;
    color: inherit;
}
.da-hero-banner__link:hover {
    text-decoration: none;
    color: inherit;
}
.da-hero-banner__inner {
    background: linear-gradient(135deg, #06295d 0%, #0a3d88 35%, #0ca8d8 100%);
    border-radius: 20px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    gap: 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(6,41,93,.18);
    transition: transform .3s, box-shadow .3s;
}
.da-hero-banner__link:hover .da-hero-banner__inner {
    transform: translateY(-3px);
    box-shadow: 0 16px 56px rgba(6,41,93,.25);
}
.da-hero-banner__glow {
    position: absolute;
    top: -80px; right: -80px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(236,116,26,.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: daGlow 3s ease-in-out infinite alternate;
}
@keyframes daGlow {
    0% { opacity: .6; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.15); }
}
.da-hero-banner__left {
    flex: 1;
    min-width: 0;
}
.da-hero-banner__badge-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.da-hero-banner__new-badge {
    display: inline-block;
    background: #ec741a;
    color: #fff;
    padding: 3px 12px;
    border-radius: 6px;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    animation: daBadgeBounce 2s ease-in-out infinite;
}
@keyframes daBadgeBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
.da-hero-banner__tag {
    display: inline-block;
    background: rgba(255,255,255,.15);
    color: #fff;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 600;
}
.da-hero-banner__tag i {
    margin-right: 4px;
}
.da-hero-banner__left h3 {
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 8px;
    line-height: 1.3;
}
.da-hero-banner__left p {
    opacity: .85;
    font-size: .92rem;
    line-height: 1.6;
    margin-bottom: 14px;
    max-width: 520px;
}
.da-hero-banner__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 700;
    font-size: .88rem;
    color: #fff;
    transition: all .25s;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.da-hero-banner__link:hover .da-hero-banner__cta {
    background: #fff;
    color: #06295d;
    border-color: #fff;
}
.da-hero-banner__cta i {
    font-size: 1.1rem;
}
.da-hero-banner__right {
    flex-shrink: 0;
}
.da-hero-banner__steps {
    display: flex;
    gap: 10px;
}
.da-hero-banner__step {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
    min-width: 90px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: background .2s, transform .2s;
}
.da-hero-banner__link:hover .da-hero-banner__step {
    background: rgba(255,255,255,.18);
    transform: translateY(-2px);
}
.da-hero-banner__step span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px; height: 34px;
    border-radius: 50%;
    background: rgba(236,116,26,.8);
    color: #fff;
    font-weight: 800;
    font-size: .95rem;
    margin: 0 auto 8px;
}
.da-hero-banner__step small {
    font-size: .72rem;
    font-weight: 600;
    opacity: .9;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .da-hero-banner__inner {
        flex-direction: column;
        padding: 28px 24px;
        gap: 20px;
        text-align: center;
    }
    .da-hero-banner__badge-wrap {
        justify-content: center;
    }
    .da-hero-banner__left p {
        margin-left: auto;
        margin-right: auto;
    }
    .da-hero-banner__cta {
        margin: 0 auto;
    }
    .da-hero-banner__steps {
        justify-content: center;
    }
}
@media (max-width: 575.98px) {
    .da-hero-banner__inner {
        padding: 22px 18px;
    }
    .da-hero-banner__left h3 {
        font-size: 1.2rem;
    }
    .da-hero-banner__steps {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .da-hero-banner__step {
        min-width: 0;
        padding: 14px 10px;
    }
}

/* ═══════════════════════════════════════════════════
   TAAHHÜT RADAR – HOMEPAGE BANNER & MINI CTA
   ═══════════════════════════════════════════════════ */

/* ── Home Banner ──────────────────────────────── */
.tr-home-banner {
    padding: 20px 0 0;
}
.tr-home-banner__link {
    display: block;
    text-decoration: none !important;
    color: inherit;
}
.tr-home-banner__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: linear-gradient(135deg, #06295d 0%, #0a4ea8 50%, #0ca8d8 100%);
    border-radius: 20px;
    padding: 36px 40px;
    overflow: hidden;
    transition: transform .25s, box-shadow .25s;
}
.tr-home-banner__link:hover .tr-home-banner__inner {
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(6,41,93,0.25);
}
.tr-home-banner__glow {
    position: absolute;
    top: -60%;
    right: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(12,168,216,0.25) 0%, transparent 70%);
    pointer-events: none;
}
.tr-home-banner__left {
    position: relative;
    z-index: 2;
    flex: 1;
}
.tr-home-banner__badge-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.tr-home-banner__pulse-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #25d366;
    animation: trPulseDot 2s ease-in-out infinite;
}
@keyframes trPulseDot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); }
    50% { box-shadow: 0 0 0 8px rgba(37,211,102,0); }
}
.tr-home-banner__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 5px 14px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.tr-home-banner__left h3 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.3;
}
.tr-home-banner__left p {
    font-size: 15px;
    color: rgba(255,255,255,0.82);
    margin: 0 0 16px;
    line-height: 1.6;
    max-width: 500px;
}
.tr-home-banner__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #fff;
    color: var(--ttk-navy);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: background .2s, transform .2s;
}
.tr-home-banner__link:hover .tr-home-banner__cta {
    background: #e8f0fe;
    transform: translateX(4px);
}
.tr-home-banner__right {
    position: relative;
    z-index: 2;
}
.tr-home-banner__stats {
    display: flex;
    gap: 16px;
}
.tr-home-banner__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 18px 16px;
    min-width: 100px;
    text-align: center;
}
.tr-home-banner__stat i {
    font-size: 22px;
    color: rgba(255,255,255,0.9);
}
.tr-home-banner__stat small {
    font-size: 11px;
    color: rgba(255,255,255,0.8);
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .tr-home-banner__inner {
        flex-direction: column;
        padding: 28px 24px;
        text-align: center;
    }
    .tr-home-banner__left p { max-width: none; }
    .tr-home-banner__stats { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 575.98px) {
    .tr-home-banner__inner { padding: 22px 18px; }
    .tr-home-banner__left h3 { font-size: 1.25rem; }
    .tr-home-banner__stats { gap: 10px; }
    .tr-home-banner__stat { min-width: 80px; padding: 14px 10px; }
}

/* ── Mini CTA ─────────────────────────────────── */
.tr-mini-cta-section {
    padding: 0 0 20px;
}
.tr-mini-cta {
    display: flex;
    align-items: center;
    gap: 24px;
    background: linear-gradient(135deg, #f4f8ff, #e8f0fe);
    border: 2px solid var(--ttk-line);
    border-radius: 16px;
    padding: 24px 32px;
    transition: border-color .25s, box-shadow .25s;
}
.tr-mini-cta:hover {
    border-color: var(--ttk-sky);
    box-shadow: 0 8px 24px rgba(12,168,216,0.1);
}
.tr-mini-cta__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ttk-navy), var(--ttk-sky));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.tr-mini-cta__icon i {
    font-size: 22px;
    color: #fff;
}
.tr-mini-cta__content {
    flex: 1;
}
.tr-mini-cta__content h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ttk-navy);
    margin: 0 0 4px;
}
.tr-mini-cta__content p {
    font-size: 14px;
    color: var(--ttk-muted);
    margin: 0;
    line-height: 1.5;
}
.tr-mini-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--ttk-navy), var(--ttk-sky));
    color: #fff !important;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .2s, box-shadow .2s;
}
.tr-mini-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6,41,93,0.2);
}

@media (max-width: 767.98px) {
    .tr-mini-cta {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .tr-mini-cta__btn { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════════════════
   TAAHHÜT RADAR — Promo Ribbon (tüm sayfalar)
   ══════════════════════════════════════════════════ */
.tr-promo-ribbon {
    background: linear-gradient(90deg, #06295d 0%, #0a4ea8 50%, #0ca8d8 100%);
    padding: 10px 0;
    position: relative;
    z-index: 1050;
}
.tr-promo-ribbon__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    position: relative;
}
.tr-promo-ribbon__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #25d366;
    flex-shrink: 0;
    animation: trPulseDot 2s ease-in-out infinite;
}
.tr-promo-ribbon__text {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}
.tr-promo-ribbon__text i {
    margin-right: 4px;
}
.tr-promo-ribbon__text strong {
    font-weight: 800;
}
.tr-promo-ribbon__text a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
}
.tr-promo-ribbon__text a:hover {
    color: #b3e5ff;
}
.tr-promo-ribbon__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255,255,255,0.7);
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
}
.tr-promo-ribbon__close:hover { color: #fff; }
@media (max-width: 575.98px) {
    .tr-promo-ribbon__text { font-size: 11px; }
    .tr-promo-ribbon__inner { gap: 8px; padding-right: 28px; }
}

/* ══════════════════════════════════════════════════
   TAAHHÜT RADAR — Floating Sticky Button
   ══════════════════════════════════════════════════ */
.tr-floating-btn {
    position: fixed;
    bottom: 100px;
    right: 24px;
    z-index: 1040;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: linear-gradient(135deg, #06295d, #0ca8d8);
    color: #fff !important;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 32px rgba(6,41,93,0.35);
    transition: transform .25s, box-shadow .25s;
    animation: trFloatBounce 3s ease-in-out infinite;
}
.tr-floating-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 40px rgba(6,41,93,0.45);
    animation-play-state: paused;
}
.tr-floating-btn__pulse {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e74c3c;
    border: 2px solid #fff;
    animation: trNotifPulse 2s ease-in-out infinite;
}
.tr-floating-btn__label {
    display: inline;
}
.tr-floating-btn i {
    font-size: 18px;
}
@keyframes trFloatBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
@keyframes trNotifPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(231,76,60,0.6); }
    50% { box-shadow: 0 0 0 6px rgba(231,76,60,0); }
}
@media (max-width: 767.98px) {
    .tr-floating-btn {
        bottom: 80px;
        right: 16px;
        padding: 12px 16px;
        font-size: 12px;
    }
    .tr-floating-btn__label { display: none; }
    .tr-floating-btn { border-radius: 50%; width: 56px; height: 56px; justify-content: center; padding: 0; }
    .tr-floating-btn i { font-size: 22px; }
}

/* ══════════════════════════════════════════════════
   TAAHHÜT RADAR — Full-Width CTA (Paketler altı)
   ══════════════════════════════════════════════════ */
.tr-fullwidth-cta {
    padding: 24px 0;
}
.tr-fullwidth-cta__inner {
    display: flex;
    align-items: center;
    gap: 32px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffecd2 50%, #fff4e6 100%);
    border: 2px solid #ffd699;
    border-radius: 20px;
    padding: 28px 36px;
    position: relative;
    overflow: hidden;
    transition: border-color .25s, box-shadow .25s;
}
.tr-fullwidth-cta__inner:hover {
    border-color: #f0a030;
    box-shadow: 0 12px 36px rgba(240,160,48,0.15);
}
.tr-fullwidth-cta__icon-wrap {
    position: relative;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.tr-fullwidth-cta__radar-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(12,168,216,0.3);
    animation: trRadarSpin 4s linear infinite;
}
@keyframes trRadarSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.tr-fullwidth-cta__icon-wrap > i {
    font-size: 28px;
    color: var(--ttk-navy);
    z-index: 2;
}
.tr-fullwidth-cta__text {
    flex: 1;
}
.tr-fullwidth-cta__text h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--ttk-navy);
    margin: 0 0 6px;
}
.tr-fullwidth-cta__text p {
    font-size: 14px;
    color: var(--ttk-muted);
    margin: 0;
    line-height: 1.6;
}
.tr-fullwidth-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--ttk-navy), var(--ttk-sky));
    color: #fff !important;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .2s, box-shadow .2s;
}
.tr-fullwidth-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(6,41,93,0.25);
}
@media (max-width: 991.98px) {
    .tr-fullwidth-cta__inner {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }
}
@media (max-width: 575.98px) {
    .tr-fullwidth-cta__btn { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════════════════
   TAAHHÜT RADAR — Countdown Teaser (Adımlar sonrası)
   ══════════════════════════════════════════════════ */
.tr-countdown-teaser {
    padding: 48px 0;
    background: var(--ttk-surface);
}
.tr-countdown-teaser__visual {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tr-countdown-teaser__circle {
    position: relative;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tr-countdown-teaser__ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 4px dashed rgba(12,168,216,0.35);
    animation: trRadarSpin 8s linear infinite;
}
.tr-countdown-teaser__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--ttk-navy), var(--ttk-sky));
    width: 160px;
    height: 160px;
    border-radius: 50%;
    justify-content: center;
    box-shadow: 0 12px 40px rgba(6,41,93,0.25);
}
.tr-countdown-teaser__center i {
    font-size: 36px;
    color: #fff;
    animation: trHourglassFlip 3s ease-in-out infinite;
}
@keyframes trHourglassFlip {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    75% { transform: rotate(-15deg); }
}
.tr-countdown-teaser__center span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.tr-countdown-teaser__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, var(--ttk-navy), var(--ttk-sky));
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.tr-countdown-teaser__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--ttk-navy);
    margin: 0 0 12px;
    line-height: 1.3;
}
.tr-countdown-teaser__desc {
    font-size: 15px;
    color: var(--ttk-muted);
    line-height: 1.7;
    margin: 0 0 20px;
}
.tr-countdown-teaser__features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 24px;
}
.tr-countdown-teaser__features div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ttk-ink);
}
.tr-countdown-teaser__features i {
    color: #25d366;
    font-size: 16px;
}
.tr-countdown-teaser__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 6px 20px rgba(231,76,60,0.3);
}
.tr-countdown-teaser__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(231,76,60,0.4);
}
@media (max-width: 991.98px) {
    .tr-countdown-teaser { text-align: center; }
    .tr-countdown-teaser__features { justify-content: center; }
    .tr-countdown-teaser__circle { width: 180px; height: 180px; }
    .tr-countdown-teaser__center { width: 130px; height: 130px; }
    .tr-countdown-teaser__center i { font-size: 28px; }
}

/* ── CTA Band Taahhüt Radar Button ─────────────── */
.tr-cta-band-btn {
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
    color: #fff !important;
    border-color: #e74c3c !important;
}
.tr-cta-band-btn:hover {
    background: linear-gradient(135deg, #c0392b, #a93226) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(231,76,60,0.3);
}

/* ══════════════ GÜVEN SİNYALLERİ ══════════════ */
.ttk-trust-signals {
    padding: 32px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border-bottom: 1px solid var(--ttk-line);
}
.ttk-trust-signals__grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 32px;
}
.ttk-trust-signals__grid article {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    min-width: 100px;
}
.ttk-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ttk-navy), var(--ttk-sky));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.ttk-trust-icon i { color: #fff; font-size: 18px; }
.ttk-trust-signals__grid article strong { font-size: 1.15rem; font-weight: 800; color: var(--ttk-navy); }
.ttk-trust-signals__grid article span { font-size: 0.78rem; color: var(--ttk-muted); font-weight: 500; }
@media (max-width: 767px) {
    .ttk-trust-signals__grid { gap: 12px 20px; }
    .ttk-trust-signals__grid article { min-width: 80px; }
    .ttk-trust-icon { width: 40px; height: 40px; }
    .ttk-trust-icon i { font-size: 15px; }
    .ttk-trust-signals__grid article strong { font-size: 0.95rem; }
}

/* ══════════════ FİYAT SUNUMU İYİLEŞTİRME ══════════════ */
.ttk-plan-card__old-price {
    display: block;
    font-size: 0.82rem;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;
    margin-bottom: 2px;
}
.ttk-plan-card__savings {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    color: #059669;
    background: #ecfdf5;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
    margin-top: 6px;
}
.ttk-plan-card__savings i { font-size: 0.65rem; }
.ttk-plan-card__actions {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}
.ttk-plan-card__actions .btn {
    flex: 1;
    text-align: center;
    font-size: 0.82rem;
    padding: 8px 10px;
}
.ttk-plan-card__actions .btn-sm {
    font-size: 0.74rem;
    padding: 6px 8px;
}

/* ══════════════ MÜŞTERİ YORUMLARI ══════════════ */
.ttk-testimonials {
    padding: 60px 0;
    background: var(--ttk-surface);
}
.ttk-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}
.ttk-testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(6, 41, 93, 0.06);
    border: 1px solid var(--ttk-line);
    transition: transform 0.25s, box-shadow 0.25s;
}
.ttk-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(6, 41, 93, 0.1);
}
.ttk-testimonial-stars { display: flex; gap: 3px; margin-bottom: 12px; }
.ttk-testimonial-stars i { color: #f59e0b; font-size: 14px; }
.ttk-testimonial-card p {
    font-size: 0.92rem;
    color: var(--ttk-ink);
    line-height: 1.65;
    margin-bottom: 16px;
    font-style: italic;
}
.ttk-testimonial-author { display: flex; flex-direction: column; gap: 2px; }
.ttk-testimonial-author strong { font-size: 0.9rem; color: var(--ttk-navy); font-weight: 700; }
.ttk-testimonial-author span { font-size: 0.78rem; color: var(--ttk-muted); }
@media (max-width: 991px) {
    .ttk-testimonials__grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ══════════════ VİDEO TANITIM ══════════════ */
.ttk-video-section { padding: 60px 0; }
.ttk-video-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(6, 41, 93, 0.12);
    background: #000;
}
.ttk-video-player { width: 100%; display: block; border-radius: 16px; }
.ttk-video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    transition: background 0.3s;
}
.ttk-video-play-overlay:hover { background: rgba(0, 0, 0, 0.2); }
.ttk-video-play-overlay i {
    font-size: 64px;
    color: #fff;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
    transition: transform 0.3s;
}
.ttk-video-play-overlay:hover i { transform: scale(1.1); }
.ttk-section-kicker {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--ttk-warning);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.ttk-video-section h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--ttk-navy);
    margin-bottom: 12px;
}
.ttk-video-section > .container > .row > .col-lg-6:last-child > p {
    color: var(--ttk-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}
.ttk-video-steps { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.ttk-video-step { display: flex; align-items: flex-start; gap: 14px; }
.ttk-video-step > span {
    width: 34px; height: 34px; min-width: 34px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--ttk-navy), var(--ttk-sky));
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem; font-weight: 800;
}
.ttk-video-step strong { font-size: 0.92rem; font-weight: 700; color: var(--ttk-ink); display: block; }
.ttk-video-step > div p { font-size: 0.82rem; color: var(--ttk-muted); margin: 2px 0 0; }

/* ══════════════ TAAHHÜT RADAR KOMPAKT CTA ══════════════ */
.tr-compact-cta { padding: 20px 0; }
.tr-compact-cta__inner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #fef2f2 0%, #fff5f5 100%);
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 16px 24px;
}
.tr-compact-cta__inner > i { font-size: 28px; color: #e74c3c; flex-shrink: 0; }
.tr-compact-cta__inner > div { flex: 1; }
.tr-compact-cta__inner > div strong { display: block; font-size: 0.95rem; color: var(--ttk-ink); font-weight: 700; }
.tr-compact-cta__inner > div span { font-size: 0.82rem; color: var(--ttk-muted); }
.tr-compact-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff !important;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(231, 76, 60, 0.25);
}
.tr-compact-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(231, 76, 60, 0.35);
}
@media (max-width: 767px) {
    .tr-compact-cta__inner { flex-direction: column; text-align: center; gap: 12px; padding: 16px; }
    .tr-compact-cta__btn { width: 100%; justify-content: center; }
}

/* ══════════════ STICKY MOBİL CTA BAR ══════════════ */
.ttk-sticky-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid var(--ttk-line);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 16px;
}
.ttk-sticky-mobile-bar__inner {
    display: flex;
    gap: 10px;
    max-width: 540px;
    margin: 0 auto;
}
.ttk-sticky-mobile-bar .btn {
    flex: 1;
    text-align: center;
    font-size: 0.85rem;
    padding: 12px 8px;
    border-radius: 10px;
    font-weight: 700;
}
.ttk-sticky-mobile-bar .btn-call {
    background: #25d366;
    color: #fff;
    border: none;
}
.ttk-sticky-mobile-bar .btn-call:hover { background: #1ea952; }
@media (max-width: 991px) {
    .ttk-sticky-mobile-bar { display: block; }
    body { padding-bottom: 70px; }
}

/* ══════════════ MOBİL UX İYİLEŞTİRMELERİ ══════════════ */
@media (max-width: 767px) {
    .hb-input, .hb-select { height: 48px; font-size: 16px; }
    .hb-sdrop-input { height: 48px; font-size: 16px; }
    .hb-row.col2 { grid-template-columns: 1fr; }
}

/* ══════════════ KAMPANYALAR TAB GRUP ETİKETLERİ ══════════════ */
.tabs-group-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--ttk-muted, #6b7a90);
    background: var(--ttk-surface, #f4f6f8);
    border-radius: 20px;
    pointer-events: none;
    margin-right: 4px;
    opacity: .85;
}
.tabs-group-label i { font-size: .7rem; }
@media (max-width: 767px) {
    .tabs-group-label { width: 100%; justify-content: center; margin-bottom: 4px; }
}
}