:root {
    --ttk-navy: #06295d;
    --ttk-navy-2: #0a3d88;
    --ttk-sky: #0ca8d8;
    --ttk-primary: #ec741a;
    --ttk-accent: #0a4ea8;
    --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;
    --tele-mobile-nav-top: 132px;
    --tele-mobile-nav-max-height: calc(100dvh - 148px);
    --tele-cookie-bar-height: 148px;
}

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 {
    display: none !important;
}

.tele-lang-switch--header {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.tele-lang-switch--header .tele-lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border: 1px solid rgba(10, 58, 130, 0.22);
    border-radius: 8px;
    background: #fff;
    color: #0a3a82;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.tele-lang-switch--header .tele-lang-btn i {
    font-size: 10px;
}

.tele-lang-switch--header .tele-lang-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 140px;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(8, 35, 81, 0.16);
    z-index: 9999;
}

.tele-lang-switch--header .tele-lang-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #334155;
    font-size: 13px;
    text-decoration: none;
}

.tele-lang-switch--header .tele-lang-menu a.is-active,
.tele-lang-switch--header .tele-lang-menu a:hover {
    background: #f1f5f9;
    font-weight: 600;
}

.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: #ffffff;
    color: #0a3a82;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.tele-segment-switch a:not(.is-active) {
    color: rgba(255, 255, 255, 0.88);
    background: transparent;
}

.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;
    gap: 12px;
    min-height: 74px;
}

.tele-hamburger,
.tele-mobile-menu {
    display: none;
}

.tele-navbar-brand {
    padding: 0;
    margin-right: 8px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
}

.tele-site-logo {
    height: 52px;
    width: auto;
    max-height: 52px;
    display: block;
    object-fit: contain;
}

.main-navigation {
    margin-left: 0;
}

.main-navigation > ul > li.is-active > a {
    color: var(--ttk-primary);
    font-weight: 600;
}

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

.site-footer-home2.tele-footer {
    background: linear-gradient(180deg, #0c1834 0%, #081428 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 !important;
}

.site-footer-home2.tele-footer .footer_after {
    margin-top: 0 !important;
}

.tele-footer {
    margin-top: 48px;
    background: linear-gradient(180deg, #0c1834 0%, #081428 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
}

.tele-footer__top {
    padding: 40px 0 28px;
}

.tele-footer h5 {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

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

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

.tele-footer .ft-menu-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.tele-footer .ft-menu-list a i {
    width: 14px;
    font-size: 0.78rem;
    color: #ec741a;
    opacity: 0.9;
}

.tele-footer .ft-menu-list a:hover {
    color: #fff;
    transform: translateX(3px);
    text-decoration: none;
}

.tele-footer__brand-link {
    display: inline-block;
    margin-bottom: 14px;
}

.tele-footer__desc {
    margin: 0 0 14px;
    max-width: 280px;
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.62);
}

.tele-footer__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.tele-footer__phone:hover {
    background: rgba(236, 116, 26, 0.18);
    border-color: rgba(236, 116, 26, 0.45);
    color: #fff;
    text-decoration: none;
}

.tele-footer__phone i {
    color: #ec741a;
    font-size: 0.85rem;
}

.tele-footer-logo {
    display: block;
    width: auto;
    max-width: 132px !important;
    height: auto;
    max-height: 44px;
    object-fit: contain;
}

.tele-footer__bottom,
.tele-footer .footer_after {
    background: rgba(0, 0, 0, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tele-footer__bottom p,
.tele-footer .footer_after p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    font-weight: 500;
    margin: 0;
}

.tele-footer__copyright {
    padding: 14px 0 0;
}

.tele-footer__credit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.28em;
    padding: 8px 0 14px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.tele-footer__credit-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    margin: 0 1px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tele-footer__credit-link span {
    color: inherit;
}

.tele-footer__credit-link i {
    font-size: 0.68rem;
    opacity: 0.75;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.tele-footer__credit-link:hover {
    color: #fff;
    background: rgba(236, 116, 26, 0.16);
    border-color: rgba(236, 116, 26, 0.38);
    text-decoration: none;
    transform: translateY(-1px);
}

.tele-footer__credit-link:hover i {
    opacity: 1;
    transform: translate(1px, -1px);
}

#back-to-top {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#siziArayalim {
    z-index: 99999;
    position: fixed;
    left: 18px;
    bottom: 20px;
    border: none;
    border-radius: 999px;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 600;
    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: 44px;
        max-height: 44px;
    }

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

    /* Masaüstü collapse menüsünü mobilde gizle */
    #navbarNav {
        display: none !important;
    }

    /* Hamburger — kurumsal stil (3 çizgi) */
    .tele-hamburger {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin-left: auto;
        flex-shrink: 0;
        background: #fff !important;
        border: 1px solid #d5deef !important;
        border-radius: 10px;
        cursor: pointer;
        padding: 0;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        color: #13315f;
        z-index: 1206;
        box-shadow: 0 4px 14px rgba(10, 44, 97, 0.08);
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        -webkit-appearance: none;
        appearance: none;
    }

    .tele-hamburger__icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 22px;
        height: 16px;
        pointer-events: none;
    }

    .tele-hamburger__bar {
        display: block !important;
        width: 22px;
        height: 2.5px;
        min-height: 2.5px;
        border-radius: 999px;
        background-color: currentColor !important;
        transform-origin: center;
        transition: transform 0.28s ease, opacity 0.2s ease, width 0.2s ease;
    }

    .tele-hamburger:hover {
        transform: translateY(-1px);
        border-color: #0ca8d8 !important;
        box-shadow: 0 10px 24px rgba(10, 78, 168, 0.14);
    }

    .tele-hamburger.active {
        background: linear-gradient(145deg, #ec741a 0%, #f08b1d 100%) !important;
        border-color: #de7b0f !important;
        color: #fff;
        box-shadow: 0 8px 22px rgba(236, 116, 26, 0.32);
    }

    .tele-hamburger.active .tele-hamburger__bar {
        background-color: currentColor !important;
    }

    .tele-hamburger.active .tele-hamburger__bar:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg);
    }

    .tele-hamburger.active .tele-hamburger__bar:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .tele-hamburger.active .tele-hamburger__bar:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg);
    }

    /* Tam ekran mobil menü */
    .tele-mobile-menu {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1205;
        pointer-events: none;
        overflow: hidden;
        height: 100%;
        height: 100dvh;
    }

    .tele-mobile-menu__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(5, 18, 42, 0.52);
        opacity: 0;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        transition: opacity 0.35s ease;
        touch-action: none;
    }

    .tele-mobile-menu__panel {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(100%, 420px);
        max-width: 100%;
        z-index: 1;
        display: flex;
        flex-direction: column;
        background: linear-gradient(168deg, #061428 0%, #0a2347 42%, #0c2d5e 100%);
        box-shadow: -16px 0 48px rgba(0, 0, 0, 0.28);
        transform: translate3d(100%, 0, 0);
        transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        overflow: hidden;
        padding-top: env(safe-area-inset-top, 0px);
        padding-bottom: env(safe-area-inset-bottom, 0px);
        will-change: transform;
    }

    .tele-mobile-menu__panel::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 88% 8%, rgba(236, 116, 26, 0.14), transparent 42%),
            radial-gradient(circle at 12% 92%, rgba(10, 92, 179, 0.18), transparent 48%);
        pointer-events: none;
    }

    .tele-mobile-menu.is-open {
        pointer-events: auto;
    }

    .tele-mobile-menu.is-open .tele-mobile-menu__backdrop {
        opacity: 1;
    }

    .tele-mobile-menu.is-open .tele-mobile-menu__panel {
        transform: translate3d(0, 0, 0);
    }

    .tele-mobile-menu__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.85rem 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
        flex-shrink: 0;
        position: relative;
        z-index: 1;
        min-height: 56px;
    }

    .tele-mobile-menu__brand img {
        height: 38px;
        width: auto;
        display: block;
        filter: brightness(0) invert(1);
        opacity: 0.95;
    }

    .tele-mobile-menu__close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        border: none;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        -webkit-appearance: none;
        appearance: none;
        flex-shrink: 0;
    }

    .tele-mobile-menu__close svg {
        width: 22px;
        height: 22px;
    }

    .tele-mobile-menu__close:hover {
        background: rgba(236, 116, 26, 0.18);
        color: #f5993d;
    }

    .tele-mobile-menu__body {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0.75rem 1rem 0.85rem;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        position: relative;
        z-index: 1;
    }

    .tele-mobile-menu__nav {
        display: flex;
        flex-direction: column;
        gap: 0.42rem;
    }

    .tele-mobile-menu__link {
        display: flex;
        align-items: center;
        gap: 0.72rem;
        width: 100%;
        min-height: 48px;
        padding: 0.72rem 0.92rem;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.035);
        color: rgba(255, 255, 255, 0.92);
        font-size: clamp(0.88rem, 2.8vw, 0.98rem);
        font-weight: 700;
        line-height: 1.25;
        text-decoration: none;
        transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .tele-mobile-menu__link-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.07);
        color: #f5993d;
        font-size: 0.88rem;
        flex-shrink: 0;
    }

    .tele-mobile-menu__link-text {
        flex: 1;
        min-width: 0;
    }

    .tele-mobile-menu__link:hover,
    .tele-mobile-menu__link.is-active {
        color: #fff;
        border-color: rgba(236, 116, 26, 0.38);
        background: rgba(236, 116, 26, 0.12);
    }

    .tele-mobile-menu__link.is-active {
        box-shadow: inset 3px 0 0 #ec741a;
    }

    .tele-mobile-menu__link.is-active .tele-mobile-menu__link-icon {
        background: rgba(236, 116, 26, 0.22);
        color: #ffd4a8;
    }

    .tele-mobile-menu__link--label {
        flex: 1;
        border: none;
        border-radius: 0;
        background: transparent;
        pointer-events: none;
        transform: none !important;
        box-shadow: none !important;
    }

    .tele-mobile-menu__link--label .tele-mobile-menu__link-icon {
        background: rgba(255, 255, 255, 0.05);
        color: rgba(255, 255, 255, 0.82);
    }

    .tele-mobile-menu__group {
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.02);
        overflow: hidden;
        transition: border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .tele-mobile-menu__group.is-open {
        border-color: rgba(236, 116, 26, 0.28);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
    }

    .tele-mobile-menu__group-head {
        display: flex;
        align-items: stretch;
    }

    .tele-mobile-menu__group-head .tele-mobile-menu__link {
        margin: 0;
    }

    .tele-mobile-submenu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        min-height: 48px;
        flex-shrink: 0;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.07);
        background: transparent;
        color: rgba(255, 255, 255, 0.72);
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        -webkit-appearance: none;
        appearance: none;
    }

    .tele-mobile-submenu-toggle svg {
        width: 18px;
        height: 18px;
        transition: transform 0.25s ease;
    }

    .tele-mobile-submenu-toggle.is-open,
    .tele-mobile-submenu-toggle:hover {
        color: #f5993d;
        background: rgba(236, 116, 26, 0.08);
    }

    .tele-mobile-submenu-toggle.is-open svg {
        transform: rotate(180deg);
    }

    .tele-mobile-submenu {
        display: grid;
        gap: 0.35rem;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0 0.85rem;
        border-top: 1px solid transparent;
        transition: max-height 0.32s ease, opacity 0.22s ease, padding 0.22s ease, border-color 0.22s ease;
    }

    .tele-mobile-submenu.is-open {
        max-height: min(50vh, 420px);
        opacity: 1;
        overflow-y: auto;
        padding: 0.75rem 0.85rem 0.9rem;
        border-top-color: rgba(255, 255, 255, 0.07);
    }

    .tele-mobile-submenu__link {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        min-height: 44px;
        padding: 0.68rem 0.85rem;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        background: rgba(255, 255, 255, 0.03);
        color: rgba(255, 255, 255, 0.78);
        font-size: clamp(0.82rem, 2.6vw, 0.9rem);
        font-weight: 600;
        text-decoration: none;
        transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .tele-mobile-submenu__link:hover {
        color: #fff;
        border-color: rgba(236, 116, 26, 0.22);
        background: rgba(236, 116, 26, 0.1);
    }

    .tele-mobile-menu__footer {
        flex-shrink: 0;
        padding: 0.75rem 1rem 0.65rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.16));
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
        position: relative;
        z-index: 1;
    }

    .tele-mobile-menu__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .tele-mobile-menu__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        width: 100%;
        min-height: 48px;
        height: 100%;
        margin: 0;
        padding: 0.62rem 0.55rem;
        border-radius: 12px;
        font-size: clamp(0.76rem, 2.4vw, 0.84rem);
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        white-space: normal;
        word-break: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        -webkit-appearance: none;
        appearance: none;
        border: none;
        box-sizing: border-box;
    }

    .tele-mobile-menu__cta i {
        flex-shrink: 0;
        font-size: 0.92rem;
    }

    .tele-mobile-menu__cta span {
        min-width: 0;
    }

    .tele-mobile-menu__cta--callback {
        background: linear-gradient(135deg, #ec741a 0%, #f08b1d 100%) !important;
        color: #fff !important;
        box-shadow: 0 6px 18px rgba(236, 116, 26, 0.24);
    }

    .tele-mobile-menu__cta--callback:hover,
    .tele-mobile-menu__cta--callback:focus {
        filter: brightness(1.05);
        color: #fff !important;
    }

    .tele-mobile-menu__cta--action {
        background: linear-gradient(135deg, #0b3470 0%, #0a5cb3 100%) !important;
        color: #fff !important;
        box-shadow: 0 4px 14px rgba(11, 52, 112, 0.22);
    }

    .tele-mobile-menu__cta--action:hover,
    .tele-mobile-menu__cta--action:focus {
        filter: brightness(1.06);
        color: #fff !important;
    }

    .tele-mobile-menu__actions .tele-mobile-menu__cta:active {
        transform: scale(0.98);
    }

    .tele-mobile-menu__phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        min-height: 44px;
        padding: 0.55rem;
        color: rgba(255, 255, 255, 0.72);
        font-size: clamp(0.84rem, 2.6vw, 0.92rem);
        font-weight: 600;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .tele-mobile-menu__phone i {
        color: #f5993d;
    }

    html.tele-mobile-menu-open {
        overflow: hidden;
        height: 100%;
        height: 100dvh;
    }

    html.tele-mobile-menu-open #siziArayalim,
    html.tele-mobile-menu-open .ttk-sticky-mobile-bar {
        display: none !important;
    }

    .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: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        left: 14px;
        bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        padding: 12px 18px;
        font-size: 13px;
        font-weight: 700;
        z-index: 99990;
        min-height: 48px;
        box-shadow: 0 10px 26px rgba(9, 63, 132, 0.3);
        -webkit-tap-highlight-color: transparent;
    }

    body.hc-chat-open #siziArayalim {
        display: none !important;
    }

    body.tele-cookie-bar-open #siziArayalim {
        bottom: calc(var(--tele-cookie-bar-height, 148px) + 12px + env(safe-area-inset-bottom, 0px));
    }

    @media (max-width: 359px) {
        .tele-mobile-menu__panel {
            width: 100%;
        }

        .tele-mobile-menu__actions {
            grid-template-columns: 1fr;
        }
    }

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

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

    .tele-footer__top {
        padding: 32px 0 20px;
    }

    .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;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .ttk-cta-band__actions {
        flex-direction: column;
        width: 100%;
    }

    .ttk-cta-band__actions .btn {
        width: 100%;
        justify-content: center;
    }

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

    .ttk-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ttk-hero__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .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;
    z-index: 2;
}
.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;
    z-index: 2;
}
.tr-promo-ribbon__close:hover { color: #fff; }
@media (max-width: 575.98px) {
    .tr-promo-ribbon__text { font-size: 12px; }
    .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.btn-outline {
    border: 1px solid #ec741a !important;
    background: transparent !important;
    color: #ec741a !important;
    border-radius: 11px;
}
.ttk-plan-card__actions .btn.btn-outline:hover {
    background: #ec741a !important;
    color: #fff !important;
}
.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 calc(10px + env(safe-area-inset-bottom, 0px));
}
.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 10px;
    border-radius: 999px;
    font-weight: 700;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    -webkit-tap-highlight-color: transparent;
}
.ttk-sticky-mobile-bar .js-basvuru-btn,
.ttk-sticky-mobile-bar .btn:not(.btn-call) {
    background: linear-gradient(135deg, #ec741a 0%, #f08b1d 100%);
    color: #fff;
    border: none;
}
.ttk-sticky-mobile-bar .js-basvuru-btn:hover,
.ttk-sticky-mobile-bar .btn:not(.btn-call):hover {
    background: linear-gradient(135deg, #d96510 0%, #e07d15 100%);
    color: #fff;
}
.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: none !important;
    }
}

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

/* Bireysel / kurumsal segment — nav, footer ve kampanya sekmeleri */
body.segment-bireysel .navbar-nav .nav-tariff-kurumsal,
body.segment-bireysel .tele-mobile-menu .nav-tariff-kurumsal,
body.segment-bireysel .ft-menu-list .ft-tariff-kurumsal,
body.segment-bireysel .development-tabs .business {
    display: none !important;
}

body.segment-kurumsal .navbar-nav .nav-tariff-bireysel,
body.segment-kurumsal .tele-mobile-menu .nav-tariff-bireysel,
body.segment-kurumsal .tele-mobile-menu .altyapi-sorgula,
body.segment-kurumsal .ft-menu-list .ft-tariff-bireysel,
body.segment-kurumsal .development-tabs .single,
body.segment-kurumsal .altyapi-sorgula {
    display: none !important;
}

body.segment-kurumsal .altyapi-sorgula {
    display: none !important;
}

/* Promo ribbons — 24 saat dismiss (localStorage) */
.tr-promo-ribbon.is-hidden,
.da-promo-ribbon.is-hidden {
    display: none !important;
}

/* Cookie consent — Turk.net tarzı widget + modal */
body.tele-cookie-modal-open {
    overflow: hidden;
}

body.tele-cookie-bar-open .ttk-sticky-mobile-bar {
    display: none !important;
}

@media (max-width: 991px) {
    body.tele-cookie-bar-open #hc-btn {
        bottom: calc(220px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

.tele-cookie-widget {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 2147483000;
    max-width: 390px;
    width: calc(100% - 36px);
    transform: translateY(24px);
    opacity: 0;
    visibility: hidden;
    transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .28s ease, visibility .28s ease;
}

.tele-cookie-widget.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.tele-cookie-widget.is-leaving {
    transform: translateY(24px);
    opacity: 0;
    visibility: hidden;
}

.tele-cookie-widget__panel {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: linear-gradient(145deg, #24145a 0%, #3a1568 52%, #12082b 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 60px rgba(8, 4, 24, 0.42);
    color: #fff;
}

.tele-cookie-widget__title {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    color: #fff;
}

.tele-cookie-widget__text {
    margin: 0 0 16px;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 500;
}

.tele-cookie-widget__text a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tele-cookie-widget__text a:hover {
    color: #ffd4a8;
}

.tele-cookie-widget__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

#teleCookieBar .tele-cookie-widget__btn,
.tele-cookie-widget__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px;
    padding: 10px 8px !important;
    border: none !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #24145a !important;
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
    transition: transform .18s ease, background .18s ease;
    -webkit-appearance: none;
    appearance: none;
}

#teleCookieBar .tele-cookie-widget__btn::before,
#teleCookieBar .tele-cookie-widget__btn::after,
.tele-cookie-widget__btn::before,
.tele-cookie-widget__btn::after {
    display: none !important;
}

#teleCookieBar .tele-cookie-widget__btn:hover,
.tele-cookie-widget__btn:hover {
    transform: translateY(-1px);
    background: #f7f2ff !important;
    color: #24145a !important;
}

.tele-cookie-widget__btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.tele-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .24s ease, visibility .24s ease;
}

.tele-cookie-modal.is-visible {
    opacity: 1;
    visibility: visible;
}

.tele-cookie-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 8, 43, 0.58);
    backdrop-filter: blur(4px);
}

.tele-cookie-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 760px);
    max-height: min(90vh, 860px);
    overflow: auto;
    padding: 28px 28px 24px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(18, 8, 43, 0.28);
}

.tele-cookie-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #f3f4f8;
    color: #24145a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tele-cookie-modal__close svg {
    width: 18px;
    height: 18px;
}

.tele-cookie-modal__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 18px;
    padding-right: 36px;
}

.tele-cookie-modal__icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #24145a, #3a1568);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.tele-cookie-modal__header h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    font-weight: 800;
    color: #24145a;
}

.tele-cookie-modal__tabs {
    display: flex;
    gap: 28px;
    border-bottom: 1px solid #ece7f5;
    margin-bottom: 18px;
}

.tele-cookie-modal__tab {
    position: relative;
    padding: 0 0 14px;
    border: none;
    background: none;
    color: #6b6287;
    font-size: 0.98rem;
    font-weight: 700;
    cursor: pointer;
}

.tele-cookie-modal__tab.is-active {
    color: #24145a;
}

.tele-cookie-modal__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 999px;
    background: #24145a;
}

.tele-cookie-modal__pane {
    display: none;
}

.tele-cookie-modal__pane.is-active {
    display: block;
}

.tele-cookie-accordion__item {
    border-bottom: 1px solid #ece7f5;
}

.tele-cookie-accordion__item:last-child {
    border-bottom: none;
}

.tele-cookie-accordion__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 4px;
    list-style: none;
    cursor: pointer;
    font-size: 0.96rem;
    font-weight: 800;
    color: #24145a;
}

.tele-cookie-accordion__head::-webkit-details-marker {
    display: none;
}

.tele-cookie-accordion__head::before {
    content: "›";
    margin-right: 10px;
    color: #8b7da8;
    transform: rotate(90deg);
    transition: transform .2s ease;
}

details[open] > .tele-cookie-accordion__head::before {
    transform: rotate(-90deg);
}

.tele-cookie-accordion__status {
    font-style: normal;
    font-size: 0.88rem;
    font-weight: 800;
    color: #d946ef;
    white-space: nowrap;
}

.tele-cookie-accordion__body {
    padding: 0 4px 18px 24px;
}

.tele-cookie-accordion__body p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #5f5878;
}

.tele-cookie-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.tele-cookie-switch input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.tele-cookie-switch__track {
    width: 46px;
    height: 26px;
    border-radius: 999px;
    background: #d8d2e5;
    position: relative;
    transition: background .2s ease;
}

.tele-cookie-switch__track::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    transition: transform .2s ease;
}

.tele-cookie-switch input:checked + .tele-cookie-switch__track {
    background: #24145a;
}

.tele-cookie-switch input:checked + .tele-cookie-switch__track::after {
    transform: translateX(20px);
}

.tele-cookie-switch input:focus-visible + .tele-cookie-switch__track {
    outline: 2px solid #0ca8d8;
    outline-offset: 2px;
}

.tele-cookie-modal__notice p {
    margin: 0 0 14px;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #5f5878;
}

.tele-cookie-modal__notice a {
    color: #24145a;
    font-weight: 700;
    text-decoration: underline;
}

.tele-cookie-modal__footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.tele-cookie-modal__btn {
    min-height: 52px;
    border: none;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 800;
    cursor: pointer;
}

.tele-cookie-modal__btn--primary {
    background: linear-gradient(135deg, #24145a 0%, #3a1568 100%);
    color: #fff;
}

.tele-cookie-modal__btn--primary:hover {
    filter: brightness(1.06);
}

.tele-cookie-toast {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2147483002;
    max-width: 320px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ece7f5;
    box-shadow: 0 12px 30px rgba(18, 8, 43, 0.18);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.tele-cookie-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.tele-cookie-toast strong {
    display: block;
    font-size: 0.86rem;
    color: #24145a;
    margin-bottom: 2px;
}

.tele-cookie-toast span {
    display: block;
    font-size: 0.78rem;
    color: #5f5878;
    line-height: 1.4;
}

/* Çerez politikası sayfası */
.tele-cookie-policy {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 20px;
    margin-bottom: 32px;
    box-shadow: 0 8px 24px rgba(18, 44, 92, 0.06);
}

.tele-cookie-policy h2 {
    font-size: 1.15rem;
    color: #1a3568;
    margin: 28px 0 10px;
    font-weight: 800;
}

.tele-cookie-policy h2:first-child {
    margin-top: 0;
}

.tele-cookie-policy p,
.tele-cookie-policy li {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #3d5278;
    font-weight: 500;
}

.tele-cookie-policy ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.tele-cookie-policy__table-wrap {
    overflow-x: auto;
    margin-top: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.tele-cookie-policy table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
}

.tele-cookie-policy th,
.tele-cookie-policy td {
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f8;
    text-align: left;
    vertical-align: top;
}

.tele-cookie-policy th {
    background: #f4f8ff;
    color: #1a3568;
    font-weight: 700;
}

.tele-cookie-policy tr:last-child td {
    border-bottom: none;
}

@media (max-width: 767px) {
    .tele-cookie-widget {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        max-width: none;
    }

    .tele-cookie-widget__actions {
        grid-template-columns: 1fr;
    }

    .tele-cookie-modal {
        padding: 12px;
    }

    .tele-cookie-modal__dialog {
        padding: 22px 18px 18px;
    }

    .tele-cookie-modal__footer {
        grid-template-columns: 1fr;
    }

    .tele-cookie-toast {
        left: 10px;
        right: 10px;
        max-width: none;
        bottom: calc(10px + env(safe-area-inset-bottom, 0));
    }

    .tele-cookie-policy {
        padding: 16px 14px;
    }

    .tele-cookie-policy th,
    .tele-cookie-policy td {
        padding: 8px 10px;
        font-size: 0.78rem;
    }
}

/* ═══════════════════════════════════════════════════════════════
   Turk.net tarzı segment dropdown + kaydırmalı hero
   ═══════════════════════════════════════════════════════════════ */

.tele-topbar__lead {
    display: flex;
    align-items: center;
    min-height: 34px;
}

.tele-topbar__tagline {
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.tele-nav-brand-group {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 0 0 auto;
    max-width: min(100%, 280px);
    padding-right: 16px;
    margin-right: 8px;
    border-right: 1px solid var(--ttk-line);
}

@media (min-width: 992px) {
    #navbarNav.main-navigation {
        flex: 1 1 auto;
        min-width: 0;
    }

    #navbarNav .navbar-nav {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .tele-header-actions {
        flex: 0 0 auto;
        margin-left: auto;
        align-items: center;
    }

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

@media (min-width: 992px) and (max-width: 1399.98px) {
    .main-navigation > ul > li {
        margin: 0 3px;
    }

    .main-navigation ul > li > a {
        padding: 10px 9px;
        font-size: 0.86rem;
    }

    .tele-action-btn {
        padding: 9px 12px;
        font-size: 0.8rem;
    }

    .tele-site-logo {
        height: 46px;
        max-height: 46px;
    }

    .tele-segment-dropdown__toggle {
        min-width: 108px;
        padding: 8px 10px;
        font-size: 0.82rem;
    }

    .tele-nav-brand-group {
        max-width: min(100%, 250px);
        padding-right: 12px;
        margin-right: 6px;
    }
}

@media (max-width: 991.98px) {
    .tele-nav-brand-group {
        flex: 1 1 auto;
        max-width: none;
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .tele-segment-dropdown__toggle {
        min-width: 108px;
        padding: 8px 10px;
        font-size: 0.82rem;
    }
}

.tele-segment-dropdown {
    position: relative;
    flex-shrink: 0;
    z-index: 1205;
}

.tele-segment-dropdown__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 128px;
    padding: 9px 14px;
    border: 1px solid #d5deef;
    border-radius: 10px;
    background: #fff;
    color: #13315f;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(10, 44, 97, 0.08);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tele-segment-dropdown__toggle:hover,
.tele-segment-dropdown.is-open .tele-segment-dropdown__toggle {
    border-color: #0ca8d8;
    box-shadow: 0 10px 24px rgba(10, 78, 168, 0.14);
}

.tele-segment-dropdown__chevron {
    width: 16px;
    height: 16px;
    margin-left: auto;
    transition: transform 0.2s ease;
}

.tele-segment-dropdown.is-open .tele-segment-dropdown__chevron {
    transform: rotate(180deg);
}

.tele-segment-dropdown__menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 1300;
    min-width: 100%;
    margin: 0;
    padding: 6px;
    list-style: none;
    border: 1px solid #d8e3f6;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(7, 38, 88, 0.16);
}

.tele-segment-dropdown__menu[hidden] {
    display: none !important;
}

.tele-segment-dropdown__option {
    display: block;
    padding: 11px 14px;
    border-radius: 10px;
    color: #13315f;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.tele-segment-dropdown__option:hover {
    background: #f4f8ff;
    color: #0a4ea8;
}

.tele-segment-dropdown__option.is-active {
    background: linear-gradient(135deg, rgba(236, 116, 26, 0.12), rgba(10, 78, 168, 0.08));
    color: #0a3a82;
}

.ttk-home-hero {
    --ttk-hero-ratio: 480 / 1920;
    --ttk-hero-mobile-ratio: 480 / 1024;
    position: relative;
    width: 100%;
    padding: 20px 0 0;
    overflow: visible;
    background: transparent;
}

.ttk-home-hero__shell {
    position: relative;
}

.ttk-home-hero__slider {
    --ttk-hero-ratio: 480 / 1920;
    --ttk-hero-mobile-ratio: 480 / 1024;
    position: relative;
    width: 100%;
    height: clamp(220px, calc(100vw * var(--ttk-hero-ratio)), 480px);
    max-height: 480px;
    border-radius: 20px;
    overflow: hidden;
    background: #0a1e3d;
    box-shadow: 0 12px 40px rgba(6, 18, 42, 0.18);
}

/* Full-banner: container genişliğine göre 4:1 — görsel kırpılmasın */
.ttk-home-hero__slider--full {
    height: auto;
    max-height: none;
    aspect-ratio: 1920 / 480;
}

.ttk-home-hero__slider--full:not(.owl-loaded) .ttk-home-hero__slide:not(:first-child) {
    display: none !important;
}

.ttk-home-hero__slider--full:not(.owl-loaded) .ttk-home-hero__slide:first-child {
    height: 100%;
    min-height: 0;
}

.ttk-home-hero__slider:not(.owl-loaded) {
    overflow: hidden;
}

.ttk-home-hero__slider.owl-carousel .owl-stage-outer,
.ttk-home-hero__slider.owl-carousel .owl-stage,
.ttk-home-hero__slider.owl-carousel .owl-item,
.ttk-home-hero__slider.owl-carousel .owl-item.active {
    height: 100% !important;
    min-height: 100% !important;
}

.ttk-home-hero__slider.owl-carousel .owl-item.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.ttk-home-hero__slide {
    position: relative;
    height: 100%;
    min-height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
}

.ttk-home-hero__slide--full {
    padding: 0;
}

.ttk-home-hero__full-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.ttk-home-hero__slide--full .ttk-home-hero__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: auto;
}

.ttk-home-hero__slide--full .ttk-home-hero__photo {
    object-fit: cover;
    object-position: center center;
    display: block;
}

.ttk-home-hero__slider--full picture,
.ttk-home-hero__slider--full .ttk-home-hero__media {
    display: block;
    width: 100%;
    height: 100%;
}

.ttk-home-hero__slider--full .ttk-home-hero__full-link {
    aspect-ratio: inherit;
}

.ttk-home-hero__full-link:focus-visible {
    outline: 3px solid rgba(236, 116, 26, 0.85);
    outline-offset: 3px;
}

.ttk-home-hero__full-link:hover .ttk-home-hero__photo {
    transform: scale(1.015);
    transition: transform 0.35s ease;
}

.ttk-home-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ttk-home-hero__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ttk-home-hero__slide--radiolink .ttk-home-hero__photo {
    object-position: center right;
}

.ttk-home-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(6, 18, 42, 0.88) 0%,
        rgba(6, 18, 42, 0.72) 42%,
        rgba(6, 18, 42, 0.28) 68%,
        rgba(6, 18, 42, 0.08) 100%
    );
}

.ttk-home-hero__inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 12px 28px 42px;
}

.ttk-home-hero__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
}

.ttk-home-hero__copy {
    flex: 1 1 0;
    max-width: 620px;
    color: #fff;
}

.ttk-home-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(1.55rem, 2.9vw, 2.55rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
}

.ttk-home-hero__highlight {
    display: block;
    margin-top: 4px;
    color: #ffc800;
}

.ttk-home-hero__desc {
    margin: 0 0 20px;
    max-width: 480px;
    font-size: clamp(0.92rem, 1.4vw, 1.02rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.ttk-home-hero__price-mobile {
    display: none;
}

.ttk-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 22px;
}

.ttk-home-hero__btn-primary,
.ttk-home-hero__actions .ttk-home-hero__btn-primary {
    background: #ffc800 !important;
    border: none !important;
    color: #1a1200 !important;
    font-weight: 800;
    font-size: 0.98rem;
    padding: 14px 32px;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(255, 200, 0, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ttk-home-hero__btn-primary:hover,
.ttk-home-hero__actions .ttk-home-hero__btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(255, 200, 0, 0.36);
    color: #1a1200 !important;
}

.ttk-home-hero__btn-primary::before,
.ttk-home-hero__btn-primary::after {
    display: none !important;
}

.ttk-home-hero__btn-link {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    font-size: 0.94rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.ttk-home-hero__btn-link:hover {
    color: #ffc800;
    text-decoration: underline;
}

.ttk-home-hero__promo {
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
}

.ttk-home-hero__orb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    padding: 18px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f08b1d 0%, #ec741a 55%, #e05a10 100%);
    box-shadow: 0 16px 40px rgba(236, 116, 26, 0.42);
    text-align: center;
    color: #fff;
}

.ttk-home-hero__orb--promo {
    width: 184px;
    height: 184px;
}

.ttk-home-hero__orb-label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.ttk-home-hero__orb strong {
    display: block;
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.05;
    font-weight: 900;
}

.ttk-home-hero__orb small {
    display: block;
    margin-top: 4px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.9);
}

.ttk-home-hero__price-old {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0.78;
    text-decoration: line-through;
}

.ttk-home-hero__price-savings {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.ttk-home-hero .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    width: auto;
}

.ttk-home-hero .owl-dots .owl-dot {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.ttk-home-hero .owl-dots .owl-dot span {
    width: 22px;
    height: 4px;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    transition: width 0.25s ease, background 0.25s ease;
}

.ttk-home-hero .owl-dots .owl-dot.active span,
.ttk-home-hero .owl-dots .owl-dot:hover span {
    width: 34px;
    background: #ffc800;
}

@media (max-width: 991px) and (min-width: 768px) {
    .ttk-home-hero__slider {
        height: clamp(312px, calc(100vw * var(--ttk-hero-ratio)), 475px);
        max-height: 475px;
    }

    .ttk-home-hero__inner {
        padding: 10px 22px 38px;
    }

    .ttk-home-hero__orb {
        width: 148px;
        height: 148px;
    }

    .ttk-home-hero__orb--promo {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 991px) {
    .tele-nav-brand-group {
        gap: 8px;
    }

    .tele-segment-dropdown__toggle {
        min-width: 118px;
        padding: 8px 12px;
        font-size: 0.84rem;
    }

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

@media (max-width: 767px) {
    .tele-topbar__lead {
        display: none;
    }

    .ttk-home-hero {
        height: auto !important;
        max-height: none;
        min-height: 0;
        overflow: visible;
        background: transparent;
        padding: 14px 0 0;
        margin: 0;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }

    .ttk-home-hero__shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ttk-home-hero__slider {
        position: relative;
        inset: auto;
        height: auto !important;
        min-height: 0 !important;
        max-height: none;
        border-radius: 18px;
    }

    .ttk-home-hero__slider--full {
        aspect-ratio: 1024 / 480;
        height: auto !important;
        max-height: none;
    }

    .ttk-home-hero__slide--full {
        aspect-ratio: auto;
        min-height: 0;
        height: 100% !important;
    }

    .ttk-home-hero__slider--full.owl-carousel .owl-stage-outer,
    .ttk-home-hero__slider--full.owl-carousel .owl-stage,
    .ttk-home-hero__slider--full.owl-carousel .owl-item,
    .ttk-home-hero__slider--full.owl-carousel .owl-item.active {
        height: 100% !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .ttk-home-hero__slider:not(.ttk-home-hero__slider--full).owl-carousel .owl-stage-outer,
    .ttk-home-hero__slider:not(.ttk-home-hero__slider--full).owl-carousel .owl-stage,
    .ttk-home-hero__slider:not(.ttk-home-hero__slider--full).owl-carousel .owl-item,
    .ttk-home-hero__slider:not(.ttk-home-hero__slider--full).owl-carousel .owl-item.active {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .ttk-home-hero__slider.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .ttk-home-hero__slider.owl-carousel .owl-item {
        padding: 0;
    }

    .ttk-home-hero__slide:not(.ttk-home-hero__slide--full) {
        min-height: clamp(370px, 95vw, 475px);
        height: auto !important;
        box-sizing: border-box;
    }

    .ttk-home-hero__slide--full {
        min-height: 0;
        height: 100% !important;
        box-sizing: border-box;
    }

    .ttk-home-hero__photo {
        object-position: center center;
    }

    .ttk-home-hero__shade {
        background: linear-gradient(
            180deg,
            rgba(6, 18, 42, 0.45) 0%,
            rgba(6, 18, 42, 0.82) 55%,
            rgba(6, 18, 42, 0.94) 100%
        );
    }

    .ttk-home-hero__inner {
        height: auto;
        padding: 22px 18px 38px;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
    }

    .ttk-home-hero__grid {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .ttk-home-hero__copy {
        max-width: none;
        padding-right: 0;
    }

    .ttk-home-hero h1 {
        margin-bottom: 10px;
        font-size: clamp(1.28rem, 5.4vw, 1.58rem);
        line-height: 1.22;
        font-weight: 800;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: none;
    }

    .ttk-home-hero__highlight {
        display: inline;
        color: #ffc800;
    }

    .ttk-home-hero__desc {
        margin-bottom: 14px;
        font-size: 0.84rem;
        line-height: 1.52;
        max-width: none;
        display: block;
        overflow: visible;
        color: rgba(255, 255, 255, 0.88);
    }

    .ttk-home-hero__price-mobile {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 14px;
        padding: 12px 14px;
        border-radius: 14px;
        background: rgba(236, 116, 26, 0.22);
        border: 1px solid rgba(255, 200, 0, 0.35);
    }

    .ttk-home-hero__price-mobile-label {
        font-size: 0.64rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.78);
    }

    .ttk-home-hero__price-mobile-main {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 8px;
    }

    .ttk-home-hero__price-mobile strong {
        font-size: clamp(1.35rem, 6vw, 1.55rem);
        font-weight: 900;
        color: #fff;
        line-height: 1.05;
    }

    .ttk-home-hero__price-mobile small {
        font-size: 0.72rem;
        line-height: 1.35;
        color: rgba(255, 255, 255, 0.75);
        font-weight: 600;
    }

    .ttk-home-hero__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .ttk-home-hero__actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        padding: 13px 18px;
        font-size: 0.88rem;
        border-radius: 999px;
        -webkit-tap-highlight-color: transparent;
    }

    .ttk-home-hero__btn-link {
        text-align: center;
        font-size: 0.86rem;
    }

    .ttk-home-hero .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        margin: 0;
        line-height: 0;
    }

    .ttk-home-hero .owl-dots .owl-dot span {
        width: 18px;
        height: 3px;
        margin: 0 3px;
    }

    .ttk-home-hero .owl-dots .owl-dot.active span {
        width: 28px;
    }

    /* Taahhüt Radar — mobil kompakt kart */
    .tr-home-banner {
        padding: 14px 0 0;
    }

    .tr-home-banner .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tr-home-banner__inner {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        padding: 20px 18px;
        border-radius: 18px;
        gap: 0;
    }

    .tr-home-banner__right {
        display: none;
    }

    .tr-home-banner__badge-wrap {
        margin-bottom: 10px;
    }

    .tr-home-banner__left h3 {
        font-size: 1.12rem;
        margin-bottom: 8px;
        line-height: 1.28;
    }

    .tr-home-banner__left p {
        font-size: 0.82rem;
        margin-bottom: 14px;
        line-height: 1.52;
        max-width: none;
    }

    .tr-home-banner__cta {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
        border-radius: 999px;
        font-size: 0.86rem;
        min-height: 44px;
    }
}

/* iOS Safari — hero metin ölçekleme ve alt çubuk boşluğu */
@supports (-webkit-touch-callout: none) {
    @media (max-width: 767px) {
        .ttk-home-hero h1 {
            letter-spacing: -0.01em;
        }

        .ttk-home-hero__actions .btn {
            min-height: 48px;
        }
    }
}

/* ═══════════════════════════════════════════════════════════════
   TELE REDESIGN v1 — Hero, Trust, Cards, FAQ, Footer, CTA
   ═══════════════════════════════════════════════════════════════ */

.tele-section-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(10, 78, 168, 0.1);
    color: var(--ttk-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tele-section-head {
    margin-bottom: 28px;
}

.tele-section-head--center {
    text-align: center;
}

.tele-section-head h2 {
    margin: 0 0 10px;
    color: var(--ttk-navy);
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
}

.tele-section-head p {
    margin: 0 auto;
    max-width: 680px;
    color: var(--ttk-muted);
    font-size: 1rem;
    line-height: 1.65;
}

/* Hero */
.tele-hero {
    padding: 48px 0 40px;
    background: linear-gradient(135deg, #071e3d 0%, #0a3d88 55%, #1565a8 100%);
    color: #fff;
}

.tele-hero--home,
.tele-hero--bireysel,
.tele-hero--seo {
    position: relative;
    overflow: hidden;
}

.tele-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
}

.tele-hero__inner--center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.tele-hero__kicker {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.tele-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(1.75rem, 3.2vw, 2.65rem);
    font-weight: 800;
    line-height: 1.15;
}

.tele-hero p {
    margin: 0 0 24px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.7;
}

.tele-hero__inner--center p {
    margin-left: auto;
    margin-right: auto;
}

.tele-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 720px;
}

.tele-hero__actions .btn {
    flex: 1 1 0;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tele-hero__btn-primary,
.tele-hero__actions .btn.tele-hero__btn-primary {
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 12px;
    background: var(--ttk-primary);
    border: none;
    color: #fff;
    font-weight: 700;
}

.tele-hero__btn-primary:hover {
    background: #d4660f;
    color: #fff;
}

.tele-hero__btn-secondary,
.tele-hero__actions .btn.tele-hero__btn-secondary {
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 12px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    font-weight: 700;
}

.tele-hero__btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.tele-hero__visual img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.tele-hero--apply,
.tele-hero--infra {
    padding: 36px 0 28px;
}

/* Trust badges */
.tele-trust-badges {
    padding: 28px 0;
    background: #fff;
    border-bottom: 1px solid var(--ttk-line);
}

.tele-trust-badges__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.tele-trust-badges__item {
    padding: 16px 12px;
    border: 1px solid var(--ttk-line);
    border-radius: 14px;
    background: var(--ttk-surface);
    text-align: center;
}

.tele-trust-badges__icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e8f0fe, #dbeafe);
    color: var(--ttk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.tele-trust-badges__item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ttk-navy);
    font-size: 0.82rem;
    line-height: 1.3;
}

.tele-trust-badges__item span {
    display: block;
    color: var(--ttk-muted);
    font-size: 0.74rem;
    line-height: 1.45;
}

/* Segment cards */
.tele-segment-cards {
    padding: 52px 0;
}

.tele-segment-cards__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.tele-segment-card {
    padding: 28px 24px;
    border-radius: 18px;
    border: 1px solid var(--ttk-line);
    background: #fff;
    box-shadow: var(--ttk-shadow);
}

.tele-segment-card--bireysel {
    border-top: 4px solid var(--ttk-primary);
}

.tele-segment-card--kurumsal {
    border-top: 4px solid var(--ttk-accent);
}

.tele-segment-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: var(--ttk-surface);
    color: var(--ttk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.tele-segment-card h3 {
    margin: 0 0 10px;
    color: var(--ttk-navy);
    font-size: 1.25rem;
    font-weight: 800;
}

.tele-segment-card p {
    margin: 0 0 14px;
    color: var(--ttk-muted);
    line-height: 1.6;
}

.tele-segment-card ul {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.tele-segment-card li {
    margin-bottom: 8px;
    color: var(--ttk-ink);
    font-size: 0.9rem;
}

.tele-segment-card li i {
    color: #1ba97e;
    margin-right: 8px;
}

.tele-segment-card__btn {
    min-height: 44px;
}

.tele-segment-card__btn--outline {
    background: transparent;
    border: 2px solid var(--ttk-accent);
    color: var(--ttk-accent);
}

/* Tariff cards */
.tele-tariff-section {
    padding: 52px 0;
    background: var(--ttk-surface);
}

.tele-tariff-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tele-tariff-card {
    padding: 22px 18px;
    border-radius: 16px;
    border: 1px solid var(--ttk-line);
    background: #fff;
    display: flex;
    flex-direction: column;
}

.tele-tariff-card__head i {
    color: var(--ttk-primary);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.tele-tariff-card h3 {
    margin: 0 0 6px;
    color: var(--ttk-navy);
    font-size: 1.05rem;
    font-weight: 800;
}

.tele-tariff-card__head p {
    margin: 0 0 14px;
    color: var(--ttk-muted);
    font-size: 0.86rem;
}

.tele-tariff-card__price {
    margin-bottom: 14px;
}

.tele-tariff-card__price small {
    display: block;
    color: var(--ttk-muted);
    font-size: 0.78rem;
    margin-bottom: 4px;
}

.tele-tariff-card__price strong {
    color: var(--ttk-navy);
    font-size: 1.5rem;
    font-weight: 800;
}

.tele-tariff-card__price strong span {
    font-size: 0.82rem;
    font-weight: 600;
}

.tele-tariff-card__features {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    flex: 1;
}

.tele-tariff-card__features li {
    margin-bottom: 6px;
    font-size: 0.84rem;
    color: var(--ttk-ink);
}

.tele-tariff-card__features i {
    color: #1ba97e;
    margin-right: 6px;
}

.tele-tariff-card__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tele-tariff-card__actions .btn {
    min-height: 44px;
}

/* Steps */
.tele-steps {
    padding: 52px 0;
}

.tele-steps__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.tele-steps__item {
    padding: 20px 16px;
    border-radius: 14px;
    border: 1px solid var(--ttk-line);
    background: #fff;
    text-align: center;
}

.tele-steps__num {
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ttk-navy), var(--ttk-accent));
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
}

.tele-steps__item h4 {
    margin: 0 0 8px;
    color: var(--ttk-navy);
    font-size: 0.95rem;
    font-weight: 700;
}

.tele-steps__item p {
    margin: 0;
    color: var(--ttk-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

/* FAQ */
.tele-faq {
    padding: 52px 0;
    background: #fff;
}

.tele-faq__list {
    max-width: 820px;
    margin: 0 auto;
}

.tele-faq__item {
    margin-bottom: 10px;
    border: 1px solid var(--ttk-line);
    border-radius: 12px;
    background: var(--ttk-surface);
    overflow: hidden;
}

.tele-faq__item summary {
    padding: 16px 18px;
    cursor: pointer;
    color: var(--ttk-navy);
    font-weight: 700;
    list-style: none;
}

.tele-faq__item summary::-webkit-details-marker {
    display: none;
}

.tele-faq__answer {
    padding: 0 18px 16px;
    color: var(--ttk-muted);
    line-height: 1.65;
    font-size: 0.92rem;
}

/* Corporate services */
.tele-corporate-services {
    padding: 52px 0;
    background: #fff;
}

.tele-corporate-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tele-corporate-services__card {
    padding: 22px 18px;
    border-radius: 14px;
    border: 1px solid var(--ttk-line);
    background: var(--ttk-surface);
    transition: transform 0.2s, box-shadow 0.2s;
}

.tele-corporate-services__card:hover {
    transform: translateY(-3px);
    box-shadow: var(--ttk-shadow);
}

.tele-corporate-services__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e8f0fe, #dbeafe);
    color: var(--ttk-accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tele-corporate-services__card h3 {
    margin: 0 0 8px;
    color: var(--ttk-navy);
    font-size: 1rem;
    font-weight: 700;
}

.tele-corporate-services__card p {
    margin: 0;
    color: var(--ttk-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.tele-corporate-services__cta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.tele-corporate-services__cta .btn {
    min-height: 44px;
}

/* Technical trust */
.tele-technical-trust {
    padding: 52px 0;
    background: linear-gradient(180deg, #f4f9ff 0%, #fff 100%);
}

.tele-technical-trust__shell {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: start;
}

.tele-technical-trust__copy h2 {
    margin: 0 0 12px;
    color: var(--ttk-navy);
    font-size: 1.65rem;
    font-weight: 800;
}

.tele-technical-trust__copy p {
    margin: 0;
    color: var(--ttk-muted);
    line-height: 1.65;
}

.tele-technical-trust__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tele-technical-trust__item {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--ttk-line);
    background: #fff;
}

.tele-technical-trust__item i {
    color: var(--ttk-accent);
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.tele-technical-trust__item strong {
    display: block;
    color: var(--ttk-navy);
    font-size: 0.92rem;
    margin-bottom: 4px;
}

.tele-technical-trust__item span {
    color: var(--ttk-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

/* Metro detail & segments */
.tele-metro-detail {
    padding: 52px 0;
    background: #fff;
}

.tele-metro-detail__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}

.tele-metro-detail__list {
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
}

.tele-metro-detail__list li {
    margin-bottom: 10px;
    color: var(--ttk-ink);
}

.tele-metro-detail__list i {
    color: #1ba97e;
    margin-right: 8px;
}

.tele-metro-detail__visual img {
    width: 100%;
    border-radius: 16px;
}

.tele-segments-chips {
    padding: 40px 0 52px;
    background: var(--ttk-surface);
}

.tele-segments-chips__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.tele-segments-chips__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid var(--ttk-line);
    background: #fff;
    color: var(--ttk-navy);
    font-size: 0.88rem;
    font-weight: 600;
}

.tele-segments-chips__chip i {
    color: var(--ttk-accent);
}

/* Advantages & campaigns */
.tele-advantages,
.tele-campaigns,
.tele-why-hipernet,
.tele-corporate-preview {
    padding: 52px 0;
}

.tele-advantages__grid,
.tele-why-hipernet__grid,
.tele-corporate-preview__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tele-advantages__item,
.tele-why-hipernet__grid article,
.tele-corporate-preview__grid article {
    padding: 22px 18px;
    border-radius: 14px;
    border: 1px solid var(--ttk-line);
    background: #fff;
}

.tele-advantages__item i,
.tele-why-hipernet__grid i,
.tele-corporate-preview__grid i {
    color: var(--ttk-primary);
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.tele-campaigns__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tele-campaigns__card {
    padding: 24px 20px;
    border-radius: 16px;
    border: 1px solid var(--ttk-line);
    background: #fff;
    position: relative;
}

.tele-campaigns__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--ttk-primary);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.tele-campaigns__card i {
    color: var(--ttk-accent);
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.tele-campaigns__card a {
    color: var(--ttk-accent);
    font-weight: 700;
    text-decoration: none;
}

.tele-corporate-preview__cta {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* CTA band & content */
.tele-cta-band {
    padding: 48px 0;
    background: linear-gradient(135deg, #071e3d, #0a4ea8);
}

.tele-cta-band__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}

.tele-cta-band h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

.tele-cta-band p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.tele-cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tele-cta-band .btn {
    min-height: 44px;
}

.tele-content-block {
    padding: 52px 0;
}

.tele-advantage-list {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.tele-advantage-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--ttk-line);
    color: var(--ttk-ink);
    font-size: 1rem;
}

.tele-advantage-list i {
    color: #1ba97e;
    margin-right: 10px;
}

/* Footer extended */
.tele-footer-extended {
    padding: 36px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: transparent;
}

.tele-footer-extended__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.tele-footer .tele-footer-extended h5 {
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.tele-footer-extended ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tele-footer-extended li {
    margin-bottom: 8px;
}

.tele-footer-extended a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    text-decoration: none;
}

.tele-footer-extended a:hover {
    color: #fff;
}

.tele-footer-extended__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.84rem;
}

/* Mobile CTA */
.tele-mobile-cta .tele-mobile-cta__primary {
    background: var(--ttk-primary);
    color: #fff;
    border: none;
}

.tele-mobile-cta .tele-mobile-cta__call {
    background: #25d366;
    color: #fff;
    border: none;
}

/* Responsive */
@media (max-width: 1200px) {
    .tele-trust-badges__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tele-tariff-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tele-steps__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tele-footer-extended__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .tele-hero__grid {
        grid-template-columns: 1fr;
    }

    .tele-hero__visual {
        order: -1;
        max-width: 480px;
        margin: 0 auto;
    }

    .tele-segment-cards__grid,
    .tele-corporate-services__grid,
    .tele-advantages__grid,
    .tele-campaigns__grid,
    .tele-why-hipernet__grid,
    .tele-corporate-preview__grid,
    .tele-technical-trust__shell,
    .tele-metro-detail__grid {
        grid-template-columns: 1fr;
    }

    .tele-technical-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .tele-trust-badges__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tele-tariff-cards__grid,
    .tele-steps__grid,
    .tele-footer-extended__grid,
    .tele-technical-trust__grid {
        grid-template-columns: 1fr;
    }

    .tele-hero__actions {
        flex-direction: column;
    }

    .tele-hero__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .tele-cta-band__inner {
        flex-direction: column;
        text-align: center;
    }

    .tele-cta-band__actions {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .tele-hero {
        padding: 32px 0 28px;
    }

    .tele-segment-cards,
    .tele-tariff-section,
    .tele-steps,
    .tele-faq,
    .tele-corporate-services,
    .tele-technical-trust {
        padding: 36px 0;
    }
}

/* ══════════════ FAZ 2 — KURUMSAL STATİK HERO & NETWORK MOCKUP ══════════════ */
.tele-corp-hero {
    padding: 56px 0 48px;
    background: linear-gradient(135deg, #071a3a 0%, #0b3470 45%, #0a5cb3 100%);
    color: #fff;
    overflow: hidden;
}

.tele-corp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 36px;
    align-items: center;
}

.tele-corp-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tele-corp-hero__copy h1 {
    margin: 0 0 16px;
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
}

.tele-corp-hero__copy p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 54ch;
}

.tele-corp-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.tele-corp-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.78rem;
    font-weight: 600;
}

.tele-corp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tele-corp-hero__btn-primary {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ec741a, #f08b1d);
    color: #fff;
    font-weight: 700;
    border: none;
}

.tele-corp-hero__btn-primary:hover {
    color: #fff;
    filter: brightness(1.05);
}

.tele-corp-hero__btn-secondary {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 12px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    font-weight: 700;
}

.tele-corp-hero__btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.tele-network-mockup {
    padding: 18px;
    border-radius: 18px;
    background: rgba(8, 20, 45, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
}

.tele-network-mockup__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tele-network-mockup__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ef4444;
}

.tele-network-mockup__dot--amber { background: #f59e0b; }
.tele-network-mockup__dot--green { background: #22c55e; }

.tele-network-mockup__title {
    margin-left: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}

.tele-network-mockup__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.tele-network-mockup__card {
    padding: 12px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.tele-network-mockup__card small {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tele-network-mockup__card strong {
    display: block;
    color: #fff;
    font-size: 0.92rem;
    line-height: 1.25;
}

.tele-network-mockup__card span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
}

.tele-network-mockup__card--pop { border-top: 2px solid #38bdf8; }
.tele-network-mockup__card--noc { border-top: 2px solid #a78bfa; }
.tele-network-mockup__card--bgp { border-top: 2px solid #34d399; }
.tele-network-mockup__card--sla { border-top: 2px solid #fbbf24; }
.tele-network-mockup__card--uptime { border-top: 2px solid #60a5fa; }
.tele-network-mockup__card--metro { border-top: 2px solid #f472b6; }

.tele-network-mockup__status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: #bbf7d0;
    font-size: 0.78rem;
    font-weight: 600;
}

.tele-network-mockup__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
    animation: tele-network-pulse 2s infinite;
}

@keyframes tele-network-pulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
    70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.tele-trust-badges__item--link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.tele-trust-badges__item--link:hover {
    border-color: var(--ttk-accent);
    box-shadow: 0 8px 24px rgba(10, 92, 179, 0.1);
}

.tele-trust-badges__label {
    display: block;
    margin-bottom: 4px;
    color: var(--ttk-navy);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.35;
}

.tele-trust-badges__value {
    display: block;
    margin-bottom: 6px;
    color: var(--ttk-accent);
    font-size: 0.86rem;
    line-height: 1.3;
}

.tele-trust-badges__desc {
    margin: 0;
    color: var(--ttk-muted);
    font-size: 0.74rem;
    line-height: 1.45;
}

.tele-hero--seo {
    padding: 44px 0 36px;
}

.tele-seo-intro {
    padding: 44px 0;
}

.tele-seo-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 28px;
    align-items: start;
}

.tele-seo-intro__text {
    margin: 0;
    color: var(--ttk-ink);
    font-size: 1rem;
    line-height: 1.7;
}

.tele-seo-intro__aside {
    padding: 22px 20px;
    border-radius: 16px;
    border: 1px solid var(--ttk-line);
    background: var(--ttk-surface);
}

.tele-seo-intro__aside h3 {
    margin: 0 0 14px;
    color: var(--ttk-navy);
    font-size: 1rem;
    font-weight: 800;
}

.tele-advantage-list--compact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tele-advantage-list--compact li {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--ttk-ink);
    font-size: 0.88rem;
    line-height: 1.5;
}

.tele-advantage-list--compact li i {
    color: #1ba97e;
    margin-top: 3px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    #hc-btn {
        bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
    }

    body.tele-cookie-bar-open #hc-btn {
        bottom: calc(220px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .tele-corp-hero__grid,
    .tele-seo-intro__grid {
        grid-template-columns: 1fr;
    }

    .tele-network-mockup {
        max-width: 520px;
        margin: 0 auto;
    }

    .tele-corp-hero__actions .btn {
        width: 100%;
        justify-content: center;
    }
}

.tele-faq__item summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 700;
    color: var(--ttk-navy);
    list-style: none;
}

.tele-faq__item summary::-webkit-details-marker {
    display: none;
}

.tele-faq__answer p {
    color: #3d4f63;
    line-height: 1.65;
}

.tele-trust-badges__desc,
.tele-seo-intro__text,
.tele-tariff-card__head p {
    color: #4a5568;
}

.tele-tariff-cards__grid {
    overflow: hidden;
}

.tele-tariff-card {
    min-width: 0;
    overflow: hidden;
}

.tele-network-mockup {
    max-width: 100%;
    overflow: hidden;
}

.tele-hero__actions .btn,
.tele-corp-hero__actions .btn,
.tele-cta-band__actions .btn {
    min-height: 48px;
}

@media (max-width: 768px) {
    .tele-faq__item summary {
        font-size: 0.95rem;
        padding: 16px 14px;
    }

    .tele-tariff-cards__grid {
        gap: 14px;
    }
}

@media (max-width: 576px) {
    .tele-network-mockup__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tele-corp-hero {
        padding: 40px 0 32px;
    }
}

/* ══════════════ CONVERSION UX ══════════════ */
.tele-conversion-band {
    padding: 44px 0;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4fc 100%);
    border-top: 1px solid var(--ttk-line);
    border-bottom: 1px solid var(--ttk-line);
}

.tele-conversion-band--why {
    background: #fff;
}

.tele-conversion-band--seo {
    background: var(--ttk-surface);
}

.tele-conversion-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.tele-conversion-band__inner h3 {
    margin: 0 0 8px;
    color: var(--ttk-navy);
    font-size: 1.25rem;
    font-weight: 800;
}

.tele-conversion-band__inner p {
    margin: 0;
    color: #4a5568;
    line-height: 1.65;
    max-width: 62ch;
}

.tele-conversion-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tele-conversion-band__actions .btn {
    min-height: 48px;
}

.tele-why-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 24px;
}

.tele-why-grid article {
    padding: 18px 14px;
    border-radius: 14px;
    border: 1px solid var(--ttk-line);
    background: var(--ttk-surface);
    text-align: center;
}

.tele-why-grid i {
    display: block;
    margin-bottom: 10px;
    color: var(--ttk-accent);
    font-size: 1.35rem;
}

.tele-why-grid h3 {
    margin: 0;
    color: var(--ttk-navy);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

.tele-micro-trust {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.tele-hero--bireysel .tele-micro-trust {
    color: rgba(255, 255, 255, 0.9);
}

.tele-micro-trust--form {
    margin-top: 12px;
    color: #5a7d9e;
    font-size: 0.92rem;
    font-weight: 500;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.tele-recommended-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ec741a, #f08b1d);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tele-tariff-card--recommended {
    border-color: var(--ttk-primary);
    box-shadow: 0 12px 32px rgba(236, 116, 26, 0.12);
}

/* ── Homepage tariff grid ───────────────────────────── */
.tele-tariff-section--homepage {
    padding-top: 48px;
    padding-bottom: 36px;
}

.tele-home-tariffs__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.tele-home-tariff-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #dde6f5;
    border-radius: 18px;
    padding: 22px 20px 18px;
    box-shadow: 0 8px 24px rgba(10, 44, 97, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tele-home-tariff-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(10, 44, 97, 0.1);
}

.tele-home-tariff-card--recommended {
    border-color: var(--ttk-primary);
    box-shadow: 0 12px 32px rgba(236, 116, 26, 0.12);
}

.tele-home-tariff-card__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0b3470;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.tele-home-tariff-card__head i {
    font-size: 1.35rem;
    color: var(--ttk-primary);
    margin-bottom: 8px;
}

.tele-home-tariff-card__head h3 {
    margin: 0 0 4px;
    font-size: 1.12rem;
    font-weight: 800;
    color: #0f2744;
}

.tele-home-tariff-card__head p {
    margin: 0;
    font-size: 0.88rem;
    color: #5b7896;
}

.tele-home-tariff-card__price {
    margin: 16px 0 14px;
}

.tele-home-tariff-card__price strong {
    display: block;
    font-size: 1.65rem;
    line-height: 1.1;
    color: #0b3470;
}

.tele-home-tariff-card__price strong span {
    font-size: 0.82rem;
    font-weight: 600;
    color: #5b7896;
}

.tele-home-tariff-card__price small {
    display: block;
    margin-top: 4px;
    font-size: 0.78rem;
    color: #6a86a2;
}

.tele-home-tariff-card__features {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    flex: 1;
}

.tele-home-tariff-card__features li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: #4b6886;
    margin-bottom: 6px;
}

.tele-home-tariff-card__features i {
    color: #1f9d55;
    font-size: 0.78rem;
}

.tele-home-tariff-card__actions {
    display: grid;
    gap: 8px;
}

.tele-home-tariff-card__actions .btn {
    width: 100%;
    justify-content: center;
}

.tele-home-tariff-card__terms-toggle {
    font-size: 0.82rem;
}

/* ── Campaign terms accordion ───────────────────────── */
.tele-campaign-terms {
    margin-top: 8px;
    padding: 28px 24px 24px;
    border-top: 1px solid #e3ebf7;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    border-radius: 18px;
    border: 1px solid #e3ebf7;
}

.tele-campaign-terms__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 22px;
}

.tele-campaign-terms__head .tele-section-kicker {
    display: inline-block;
    margin-bottom: 8px;
}

.tele-campaign-terms__head h3 {
    margin: 0 0 8px;
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f2744;
}

.tele-campaign-terms__head p {
    margin: 0;
    color: #5b7896;
    line-height: 1.65;
    font-size: 0.95rem;
}

.tele-campaign-terms__list {
    display: grid;
    gap: 14px;
    max-width: 960px;
    margin: 0 auto;
}

.tele-campaign-terms__item {
    border: 1px solid #d4e3f5;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(10, 44, 97, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tele-campaign-terms__item[open] {
    border-color: #9ec5ef;
    box-shadow: 0 14px 34px rgba(10, 44, 97, 0.1);
}

.tele-campaign-terms__item--highlight {
    animation: teleCampaignPulse 1.8s ease;
}

@keyframes teleCampaignPulse {
    0%, 100% { box-shadow: 0 8px 22px rgba(10, 44, 97, 0.06); }
    35% { box-shadow: 0 0 0 3px rgba(236, 116, 26, 0.28); }
}

.tele-campaign-terms__summary {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none !important;
    user-select: none;
    background: linear-gradient(135deg, #fff 0%, #f6faff 100%);
}

.tele-campaign-terms__summary::-webkit-details-marker,
.tele-campaign-terms__summary::marker {
    display: none !important;
    content: '' !important;
}

.tele-campaign-terms__item[open] > .tele-campaign-terms__summary {
    border-bottom: 1px solid #edf3fb;
    background: linear-gradient(135deg, #f0f6ff 0%, #fff 100%);
}

.tele-campaign-terms__summary-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0b3470, #0a5cb3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
    box-shadow: 0 6px 14px rgba(11, 52, 112, 0.22);
}

.tele-campaign-terms__summary-text {
    flex: 1;
    min-width: 0;
}

.tele-campaign-terms__summary-text strong {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #0f2744;
    line-height: 1.35;
}

.tele-campaign-terms__summary-text small {
    display: block;
    margin-top: 3px;
    font-size: 0.82rem;
    color: #6a86a2;
    line-height: 1.45;
}

.tele-campaign-terms__chevron {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0b3470;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.22s ease, background 0.22s ease;
    font-size: 0.82rem;
}

.tele-campaign-terms__item[open] .tele-campaign-terms__chevron {
    transform: rotate(180deg);
    background: #dcecff;
}

.tele-campaign-terms__body {
    padding: 18px 20px 20px;
    background: #fcfdff;
}

.tele-campaign-terms__sections-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tele-campaign-terms__section-card {
    background: #fff;
    border: 1px solid #e3ebf7;
    border-radius: 14px;
    padding: 16px 16px 14px;
    box-shadow: 0 4px 14px rgba(10, 44, 97, 0.04);
    height: 100%;
}

.tele-campaign-terms__section-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.tele-campaign-terms__section-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #eef4ff;
    color: #0b3470;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.82rem;
}

.tele-campaign-terms__section-head h4 {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    color: #173f66;
    line-height: 1.35;
}

.tele-campaign-terms__section-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tele-campaign-terms__section-list li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 16px;
    font-size: 0.86rem;
    line-height: 1.58;
    color: #516f8e;
}

.tele-campaign-terms__section-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ec741a, #f08b1d);
}

.tele-campaign-terms__section-list li:last-child {
    margin-bottom: 0;
}

.campaign-terms-block .tele-campaign-terms {
    margin-top: 0;
    padding-top: 28px;
    border-top: 0;
}

.campaign-terms-block {
    max-width: 100%;
}

@media (max-width: 991px) {
    .tele-home-tariffs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tele-campaign-terms__sections-grid {
        grid-template-columns: 1fr;
    }

    .tele-campaign-terms {
        padding: 22px 16px 18px;
    }
}

@media (max-width: 575px) {
    .tele-home-tariffs__grid {
        grid-template-columns: 1fr;
    }

    .tele-campaign-terms__summary {
        padding: 14px 14px;
        gap: 10px;
    }

    .tele-campaign-terms__summary-icon {
        width: 40px;
        height: 40px;
    }

    .tele-campaign-terms__summary-text strong {
        font-size: 0.92rem;
    }
}

.tele-lead-magnet {
    padding: 28px 0;
    background: #fff;
    border-bottom: 1px solid var(--ttk-line);
}

.tele-lead-magnet__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #071a3a 0%, #0b3470 100%);
    color: #fff;
    flex-wrap: wrap;
}

.tele-lead-magnet__inner h3 {
    margin: 0 0 8px;
    font-size: 1.15rem;
    font-weight: 800;
}

.tele-lead-magnet__inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    max-width: 56ch;
}

.tele-lead-magnet__btn {
    min-height: 48px;
    white-space: nowrap;
    background: linear-gradient(135deg, #ec741a, #f08b1d);
    color: #fff;
    border: none;
}

.tele-lead-magnet__btn:hover {
    color: #fff;
    filter: brightness(1.05);
}

.tele-corporate-services__quote {
    margin-top: 14px;
    min-height: 44px;
}

.tele-mobile-cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    max-width: 100%;
}

.tele-mobile-cta.tele-mobile-cta--kurumsal .tele-mobile-cta__inner {
    grid-template-columns: 1fr 1fr;
}

.tele-mobile-cta__secondary {
    background: linear-gradient(135deg, #0b3470, #0a5cb3);
    color: #fff;
    border: none;
}

.tele-mobile-cta__secondary:hover {
    color: #fff;
    filter: brightness(1.05);
}

.tele-mobile-cta .btn:active {
    transform: scale(0.98);
}

@media (max-width: 991px) {
    .tele-why-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tele-conversion-band__inner {
        flex-direction: column;
        text-align: center;
    }

    .tele-conversion-band__actions {
        width: 100%;
        justify-content: center;
    }

    .tele-lead-magnet__inner {
        flex-direction: column;
        text-align: center;
    }

    .tele-lead-magnet__btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .tele-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tele-mobile-cta__basvuru {
        display: none;
    }

    .tele-mobile-cta__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tele-conversion-band__actions .btn,
    .tele-cta-band__actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* === GOOGLE YORUMLARI === */
.tele-google-reviews {
    padding: 56px 0;
}

.tele-google-reviews__aggregate {
    margin-top: 8px;
    color: #475569;
}

.tele-google-reviews__aggregate strong {
    margin: 0 6px;
    color: #0b3470;
}

.tele-google-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.tele-google-reviews__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, .04);
}

.tele-google-reviews__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.tele-google-reviews__name {
    color: #0f172a;
    font-size: .95rem;
}

.tele-google-reviews__stars {
    color: #f59e0b;
    font-size: .82rem;
    white-space: nowrap;
}

.tele-google-reviews__text {
    margin: 0;
    color: #475569;
    font-size: .9rem;
    line-height: 1.55;
}

.tele-google-reviews__date {
    display: block;
    margin-top: 10px;
    font-size: .75rem;
    color: #94a3b8;
}

@media (max-width: 992px) {
    .tele-google-reviews__grid {
        grid-template-columns: 1fr;
    }
}

.tele-footer__brand .tele-footer-extended__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 12px 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.78rem;
    font-weight: 600;
}

/* ══════════════════════════════════════════════════
   Mobil uygulama tanıtımı
   ══════════════════════════════════════════════════ */
.tele-app-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.tele-app-badges--sm .tele-app-badge img {
    height: 40px;
    width: auto;
}

.tele-app-badges--md .tele-app-badge img {
    height: 44px;
    width: auto;
}

.tele-app-badges--lg .tele-app-badge img {
    height: 52px;
    width: auto;
}

.tele-app-badge {
    display: inline-flex;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 10px;
    overflow: hidden;
}

.tele-app-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(6, 41, 93, 0.18);
}

.tele-app-badge img {
    display: block;
    max-width: 100%;
}

.tele-app-promo {
    padding: 72px 0;
    background:
        radial-gradient(900px 360px at 10% 0%, rgba(236, 116, 26, 0.14) 0%, transparent 60%),
        linear-gradient(135deg, #041a3d 0%, #06295d 45%, #0a3d88 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.tele-app-promo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 300px at 90% 80%, rgba(12, 168, 216, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.tele-app-promo__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 40px;
    align-items: center;
}

.tele-app-promo__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(236, 116, 26, 0.18);
    border: 1px solid rgba(236, 116, 26, 0.35);
    color: #ffd7b0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tele-app-promo h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 14px;
    color: #fff;
}

.tele-app-promo h2 span {
    color: #ffb36a;
}

.tele-app-promo__lead {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 560px;
    margin-bottom: 24px;
}

.tele-app-promo__steps {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 14px;
}

.tele-app-promo__steps li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.tele-app-promo__step-num {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
    font-weight: 800;
    color: #ffb36a;
}

.tele-app-promo__steps strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.tele-app-promo__steps span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.45;
}

.tele-app-promo__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 600;
}

.tele-app-promo__trust i {
    color: #7ee0ff;
    margin-right: 6px;
}

.tele-app-promo__phone {
    width: min(100%, 300px);
    margin: 0 auto;
    padding: 12px 10px 16px;
    border-radius: 34px;
    background: linear-gradient(160deg, #0f274f 0%, #061a38 100%);
    border: 2px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.tele-app-promo__phone-notch {
    width: 84px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    margin: 0 auto 14px;
}

.tele-app-promo__phone-screen {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    border-radius: 24px;
    padding: 18px 14px;
    min-height: 360px;
}

.tele-app-promo__phone-brand {
    text-align: center;
    font-weight: 800;
    color: #06295d;
    margin-bottom: 16px;
    font-size: 1rem;
}

.tele-app-promo__phone-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #d8e3f6;
    margin-bottom: 10px;
    box-shadow: 0 6px 18px rgba(7, 38, 88, 0.06);
}

.tele-app-promo__phone-card--accent {
    background: linear-gradient(135deg, #ec741a 0%, #d45e0a 100%);
    border-color: transparent;
    color: #fff;
}

.tele-app-promo__phone-card i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 41, 93, 0.08);
    color: #06295d;
}

.tele-app-promo__phone-card--accent i {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.tele-app-promo__phone-card strong {
    display: block;
    font-size: 0.82rem;
    line-height: 1.2;
}

.tele-app-promo__phone-card span {
    display: block;
    font-size: 0.72rem;
    opacity: 0.82;
}

.tele-app-promo__phone-cta {
    margin-top: 18px;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    background: #06295d;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

.tele-app-promo--compact {
    margin-top: 16px;
    padding: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f4f8ff 0%, #fff 100%);
    border: 1px solid #d8e3f6;
    text-align: center;
}

.tele-app-promo--compact h3 {
    font-size: 1rem;
    font-weight: 800;
    color: #06295d;
    margin: 8px 0 6px;
}

.tele-app-promo--compact p {
    color: #5c7398;
    font-size: 0.82rem;
    line-height: 1.5;
    margin-bottom: 14px;
}

.tele-app-promo__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(236, 116, 26, 0.12);
    color: #c45f0f;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.tele-app-promo--band {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    border-radius: 18px;
    background: linear-gradient(90deg, #06295d 0%, #0a4ea8 100%);
    color: #fff;
}

.tele-app-promo__band-copy strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 4px;
}

.tele-app-promo__band-copy span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
}

.tele-footer__app {
    margin-top: 18px;
}

.tele-footer__app-title {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.hi-app-promo-ribbon {
    background: linear-gradient(90deg, #c45f0f 0%, #ec741a 45%, #f59a1a 100%);
    padding: 10px 0;
    position: relative;
}

.hi-app-promo-ribbon__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-right: 28px;
}

.hi-app-promo-ribbon__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: hiAppPulse 1.8s infinite;
    flex-shrink: 0;
}

@keyframes hiAppPulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.hi-app-promo-ribbon__text {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.hi-app-promo-ribbon__text i {
    margin-right: 6px;
}

.hi-app-promo-ribbon__text strong {
    font-weight: 800;
}

.hi-app-promo-ribbon__text a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-left: 4px;
}

.hi-app-promo-ribbon__text a:hover {
    color: #fff4e8;
}

.hi-app-promo-ribbon__close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
}

.hi-app-promo-ribbon__close:hover {
    color: #fff;
}

.tele-hero__btn-app {
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 700;
    background: linear-gradient(135deg, #06295d 0%, #0a4ea8 100%);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.tele-hero__btn-app:hover {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(6, 41, 93, 0.22);
}

.tele-mobile-menu__cta--app {
    background: linear-gradient(135deg, #ec741a 0%, #d45e0a 100%);
    border-color: transparent;
    color: #fff !important;
}

.tele-mobile-cta__app {
    background: linear-gradient(135deg, #06295d 0%, #0a4ea8 100%);
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .tele-app-promo__shell {
        grid-template-columns: 1fr;
    }

    .tele-app-promo__visual {
        order: -1;
    }

    .tele-app-promo {
        padding: 56px 0;
    }
}

@media (max-width: 575.98px) {
    .hi-app-promo-ribbon__text {
        font-size: 12px;
    }

    .tele-app-promo--band {
        justify-content: center;
        text-align: center;
    }
}

.hi-app-promo-ribbon.is-hidden,
.tr-promo-ribbon.is-hidden,
.da-promo-ribbon.is-hidden {
    display: none !important;
}

/* ══════════════════════════════════════════════════
   App subscribe popup
   ══════════════════════════════════════════════════ */
.tele-app-popup {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.tele-app-popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.tele-app-popup[hidden] {
    display: none !important;
}

body.tele-app-popup-open {
    overflow: hidden;
}

.tele-app-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 18, 42, 0.72);
    backdrop-filter: blur(4px);
}

.tele-app-popup__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    max-height: min(92vh, 720px);
    overflow: auto;
    padding: 28px 28px 24px;
    border-radius: 22px;
    background: linear-gradient(165deg, #ffffff 0%, #f4f8ff 100%);
    border: 1px solid #d8e3f6;
    box-shadow: 0 28px 80px rgba(6, 41, 93, 0.28);
    text-align: center;
}

.tele-app-popup__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #eef4ff;
    color: #5c7398;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.tele-app-popup__close:hover {
    background: #dce8fb;
    color: #06295d;
}

.tele-app-popup__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ec741a 0%, #d45e0a 100%);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.tele-app-popup h2 {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #06295d;
    line-height: 1.2;
    margin-bottom: 10px;
}

.tele-app-popup__lead {
    color: #5c7398;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.tele-app-popup__steps {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 10px;
    text-align: left;
}

.tele-app-popup__steps li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2ebfa;
}

.tele-app-popup__step-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #06295d 0%, #0a4ea8 100%);
    color: #fff;
    font-size: 0.9rem;
}

.tele-app-popup__steps strong {
    display: block;
    font-size: 0.9rem;
    color: #06295d;
    margin-bottom: 2px;
}

.tele-app-popup__steps span {
    display: block;
    font-size: 0.8rem;
    color: #5c7398;
    line-height: 1.45;
}

.tele-app-popup__actions {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.tele-app-popup__btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 18px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(135deg, #ec741a 0%, #d45e0a 100%) !important;
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(236, 116, 26, 0.28);
}

.tele-app-popup__btn-primary:hover {
    color: #fff !important;
    transform: translateY(-1px);
}

.tele-app-popup__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid #a7c3eb !important;
    background: #fff !important;
    color: #1f4c90 !important;
    font-size: 0.88rem;
    font-weight: 700;
}

.tele-app-popup__stores {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.tele-app-popup__note {
    margin: 0;
    font-size: 0.76rem;
    color: #5c7398;
    line-height: 1.5;
}

.tele-app-popup__note i {
    color: #10b981;
    margin-right: 4px;
}

@media (max-width: 575.98px) {
    .tele-app-popup {
        padding: 12px;
        align-items: flex-end;
    }

    .tele-app-popup__dialog {
        padding: 22px 18px 18px;
        border-radius: 18px 18px 14px 14px;
    }
}

/* ── Promo Campaign (399 TL) ─────────────────────────────────────────── */

.line-plan-card {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #d7e5f4;
    border-radius: 18px;
    padding: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 14px 28px rgba(12, 59, 109, 0.08);
    text-align: left;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.line-plan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(12, 59, 109, 0.12);
    border-color: #bfd8f2;
}

.line-plan-card.is-featured {
    border-color: #8dc0f0;
    box-shadow: 0 20px 38px rgba(15, 76, 129, 0.16);
}

.line-ribbon {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 12px;
    background: #ffefc8;
    color: #8b5a00;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 18px rgba(139, 90, 0, 0.12);
}

.line-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.line-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #edf5ff;
    color: #0f5e9a;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 6px 12px;
    white-space: nowrap;
}

.line-contract {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.68rem;
    font-weight: 800;
    background: #f2f7fc;
    color: #5b7897;
    white-space: nowrap;
}

.line-contract--promo {
    background: rgba(236, 116, 26, 0.12);
    color: #b45309;
}

.line-plan-card h3 {
    margin: 0;
    padding-right: 88px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #133c63;
    line-height: 1.25;
}

.line-plan-copy {
    margin: 10px 0 0;
    color: #62829f;
    font-size: 0.86rem;
    line-height: 1.5;
    min-height: 3.9em;
}

.line-plan-highlight {
    margin-top: 14px;
    padding: 14px 15px;
    border-radius: 14px;
    background: linear-gradient(140deg, #0f4c81 0%, #146bb0 100%);
    color: #fff;
    text-align: left;
    box-shadow: 0 12px 24px rgba(15, 76, 129, 0.16);
}

.line-plan-highlight span {
    display: block;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.78;
    margin-bottom: 4px;
}

.line-plan-highlight strong {
    display: block;
    font-size: 1.45rem;
    line-height: 1.15;
    color: #fff;
}

.line-plan-highlight small {
    display: block;
    margin-top: 5px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.45;
}

.line-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}

.line-specs div {
    background: #f7fbff;
    border: 1px solid #e3eef9;
    border-radius: 10px;
    padding: 10px;
}

.line-specs small {
    display: block;
    font-size: 0.76rem;
    color: #6181a0;
    margin-bottom: 2px;
}

.line-specs strong {
    font-size: 0.93rem;
    color: #123b61;
}

.line-benefits {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.line-benefits span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #edf4fc;
    color: #315a84;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 6px 10px;
}

.line-plan-actions .btn {
    width: 100%;
}

.line-apply-btn {
    background: #0f4c81;
    color: #fff !important;
    border-radius: 10px;
    font-weight: 700;
    border: none;
}

.line-apply-btn--promo {
    background: var(--ttk-primary, #ec741a) !important;
}

.line-apply-btn:hover,
.line-apply-btn:focus {
    color: #fff !important;
    filter: brightness(1.05);
}

.line-secondary-btn {
    background: #fff !important;
    color: #0f4c81 !important;
    border: 1px solid #bfd8f2 !important;
    border-radius: 10px;
    font-weight: 700;
}

.line-secondary-btn:hover {
    background: #f4f8ff !important;
    color: #0f4c81 !important;
}

.tele-promo-plans-row--standard {
    margin-top: 8px;
}

.tele-section-head--sub {
    margin-top: 36px;
    margin-bottom: 18px;
}

.tele-section-head--sub h3 {
    font-size: 1.35rem;
    color: var(--ttk-navy, #06295d);
    margin: 0 0 8px;
}

.tele-home-tariffs__cta {
    margin-top: 28px;
}

.tele-hero--promo .tele-hero__promo-points {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.tele-hero--promo .tele-hero__promo-points li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.84rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

.tele-hero--promo .tele-hero__promo-points i {
    color: #f08b1d;
}

.tele-promo-plans-row {
    align-items: stretch;
}

.line-plan-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.promo-plan-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.promo-plan-badges--compact {
    margin-bottom: 8px;
}

.promo-plan-badge {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
    background: linear-gradient(135deg, rgba(236, 116, 26, 0.14), rgba(10, 78, 168, 0.1));
    color: var(--ttk-navy, #06295d);
    border: 1px solid rgba(236, 116, 26, 0.32);
}

.line-plan-card--promo {
    border-color: rgba(236, 116, 26, 0.45);
    box-shadow: 0 12px 32px rgba(6, 41, 93, 0.08);
}

.line-ribbon--promo {
    background: linear-gradient(135deg, #ec741a, #f08b1d);
}

.promo-price-block {
    margin-top: 4px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(140deg, rgba(236, 116, 26, 0.08) 0%, rgba(10, 78, 168, 0.06) 100%);
    border: 1px solid rgba(236, 116, 26, 0.22);
    text-align: left;
}

.promo-price-block--compact {
    margin-bottom: 12px;
}

.promo-price-block__kicker {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ttk-primary, #ec741a);
    margin-bottom: 4px;
}

.promo-price-block__amount {
    display: block;
    font-size: clamp(1.5rem, 4vw, 1.85rem);
    line-height: 1.1;
    font-weight: 800;
    color: var(--ttk-navy, #06295d);
    margin: 0;
}

.promo-price-block__amount span {
    font-size: 0.55em;
    font-weight: 700;
    color: var(--ttk-muted, #5c7398);
}

.promo-price-block__after {
    margin: 8px 0 0;
    font-size: 0.82rem;
    color: var(--ttk-ink, #13315f);
    line-height: 1.45;
}

.promo-price-block__meta {
    margin: 6px 0 0;
    font-size: 0.74rem;
    color: var(--ttk-muted, #5c7398);
    line-height: 1.4;
}

.promo-plan-churn {
    font-size: 0.78rem;
    color: var(--ttk-accent, #0a4ea8);
    margin: 10px 0 0;
    line-height: 1.45;
}

.promo-plan-details {
    margin-top: 12px;
    border: 1px solid var(--ttk-line, #d8e3f6);
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.promo-plan-details:not([open]) {
    margin-bottom: 0;
}

.promo-plan-details summary {
    cursor: pointer;
    padding: 10px 12px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ttk-navy, #06295d);
    background: #f8fbff;
    list-style: none;
}

.promo-plan-details summary::-webkit-details-marker {
    display: none;
}

.promo-plan-details__body {
    padding: 10px 12px 12px;
    font-size: 0.78rem;
    color: var(--ttk-muted, #5c7398);
    max-height: 220px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.promo-plan-details__section + .promo-plan-details__section {
    margin-top: 10px;
}

.promo-plan-details__section ul {
    margin: 6px 0 0;
    padding-left: 18px;
}

.line-plan-actions {
    margin-top: auto;
    flex-shrink: 0;
}

.line-plan-actions--promo {
    display: grid;
    gap: 8px;
}

.promo-plan-wa {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: #fff !important;
}

.promo-plan-wa:hover {
    color: #fff !important;
    filter: brightness(1.05);
}

.promo-campaign-seo {
    margin: 0 0 18px;
    padding: 16px 18px;
    border-radius: 14px;
    background: var(--ttk-surface, #f4f8ff);
    border: 1px solid var(--ttk-line, #d8e3f6);
}

.promo-campaign-seo h3 {
    font-size: 1rem;
    color: var(--ttk-navy, #06295d);
    margin: 0 0 6px;
}

.promo-campaign-seo p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--ttk-muted, #5c7398);
    line-height: 1.55;
}

.promo-campaign-terms {
    margin-top: 24px;
    padding: 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--ttk-line, #d8e3f6);
}

.promo-campaign-terms__head h3 {
    font-size: 1.05rem;
    color: var(--ttk-navy, #06295d);
    margin: 0 0 8px;
}

.promo-campaign-terms__head p {
    margin: 0 0 14px;
    font-size: 0.86rem;
    color: var(--ttk-muted, #5c7398);
    line-height: 1.5;
}

.promo-campaign-terms__item {
    border: 1px solid var(--ttk-line, #d8e3f6);
    border-radius: 10px;
    overflow: hidden;
}

.promo-campaign-terms__item + .promo-campaign-terms__item {
    margin-top: 8px;
}

.promo-campaign-terms__item summary {
    cursor: pointer;
    padding: 12px 14px;
    font-weight: 700;
    color: var(--ttk-navy, #06295d);
    background: #f8fbff;
}

.promo-campaign-terms__item ul {
    margin: 0;
    padding: 10px 14px 14px 32px;
    font-size: 0.82rem;
    color: var(--ttk-muted, #5c7398);
}

/* Promo campaign popup — overlay modal only */
.promo-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 18, 42, 0.72);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.promo-popup-modal {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    padding: 28px 24px 22px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 64px rgba(6, 41, 93, 0.24);
    -webkit-overflow-scrolling: touch;
}

.promo-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #eef4ff;
    color: #06295d;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.promo-popup-close:hover {
    background: #dce8fb;
}

.promo-popup-modal__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(236, 116, 26, 0.12);
    color: #ec741a;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.promo-popup-modal h2 {
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    color: var(--ttk-navy, #06295d);
    margin: 0 0 10px;
    padding-right: 36px;
}

.promo-popup-modal__lead {
    color: var(--ttk-muted, #5c7398);
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0 0 16px;
}

.promo-popup-modal__highlights {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.promo-popup-modal__highlights li {
    font-size: 0.86rem;
    color: var(--ttk-ink, #13315f);
}

.promo-popup-modal__highlights i {
    color: #10b981;
    margin-right: 6px;
}

.promo-popup-modal__actions {
    display: grid;
    gap: 10px;
}

.promo-popup-modal__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 700;
}

.promo-popup-modal__btn--primary {
    background: var(--ttk-primary, #ec741a) !important;
    border-color: var(--ttk-primary, #ec741a) !important;
    color: #fff !important;
}

.promo-popup-modal__btn--secondary {
    background: var(--ttk-navy, #06295d) !important;
    border-color: var(--ttk-navy, #06295d) !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .promo-plan-badge {
        font-size: 0.62rem;
        padding: 4px 8px;
    }

    .promo-plan-details__body {
        max-height: 180px;
    }
}

@media (max-width: 575.98px) {
    .promo-popup-modal {
        width: calc(100% - 32px);
        max-height: calc(100dvh - 24px);
        padding: 22px 18px 18px;
        border-radius: 20px;
    }

    .line-plan-actions--promo {
        grid-template-columns: 1fr;
    }
}
