:root {
    --tk-navy: #071a33;
    --tk-ink: #10233f;
    --tk-blue: #1464f4;
    --tk-cyan: #1aa8c8;
    --tk-soft: #f4f7fb;
    --tk-line: #dce5f0;
    --tk-muted: #61728a;
    --tk-radius: 20px;
    --tk-shadow: 0 18px 50px rgba(15, 42, 76, .10);
}
.tk-home-body { --tk-navy: #061321; --tk-ink: #10243d; --tk-blue: #1769e8; --tk-cyan: #7bdcff; --tk-soft: #f3f7fc; --tk-line: #dbe7f3; --tk-muted: #5d7188; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { background: #fff; color: var(--tk-ink); font-family: Inter, Arial, sans-serif; max-width: 100%; overflow-x: hidden; }
.body_wrap { max-width: 100%; overflow-x: clip; }
img { max-width: 100%; }
.tk-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--tk-line); position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(16px); }
.tk-header-inner { align-items: center; display: flex; gap: 34px; min-height: 82px; width: 100%; }
.tk-logo img { height: 52px; max-width: 190px; object-fit: contain; }
.tk-header .container { position: relative; }
.tk-nav { align-items: center; display: flex; flex: 1; gap: 3px; justify-content: flex-end; }
.tk-nav-link, .tk-nav-trigger { background: transparent; border: 0; border-radius: 10px; color: var(--tk-ink); font-size: 14px; font-weight: 700; padding: 12px 11px; transition: .2s; white-space: nowrap; }
.tk-nav-trigger i { font-size: 10px; margin-left: 5px; transition: transform .2s; }
.tk-nav-link:hover, .tk-nav-link.active, .tk-nav-trigger:hover, .tk-nav-item.active > .tk-nav-trigger, .tk-nav-item.open > .tk-nav-trigger { background: #edf4ff; color: var(--tk-blue); }
.tk-nav-item { position: relative; }
.tk-dropdown { background: #fff; border: 1px solid var(--tk-line); border-radius: 15px; box-shadow: 0 22px 55px rgba(7,26,51,.16); left: 0; min-width: 245px; opacity: 0; padding: 10px; pointer-events: none; position: absolute; top: calc(100% + 14px); transform: translateY(8px); transition: opacity .18s, transform .18s; visibility: hidden; z-index: 1100; }
.tk-dropdown:before { background: #fff; border-left: 1px solid var(--tk-line); border-top: 1px solid var(--tk-line); content: ''; height: 12px; left: 25px; position: absolute; top: -7px; transform: rotate(45deg); width: 12px; }
.tk-nav-item.open > .tk-dropdown { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
.tk-nav-item.open > .tk-nav-trigger i { transform: rotate(180deg); }
.tk-dropdown > a { align-items: center; border-radius: 9px; color: var(--tk-ink); display: flex; font-size: 14px; font-weight: 700; gap: 11px; padding: 11px 12px; }
.tk-dropdown > a i { color: var(--tk-blue); width: 17px; }
.tk-dropdown > a:hover { background: #edf4ff; color: var(--tk-blue); }
.tk-nav .tk-cta { background: var(--tk-blue); color: #fff; padding: 13px 18px; }
.tk-nav .tk-cta:hover { background: var(--tk-navy); color: #fff; }
.tk-mobile { background: none; border: 0; color: var(--tk-navy); display: none; font-size: 24px; }
.tk-hero { background: radial-gradient(circle at 80% 10%, rgba(26,168,200,.22), transparent 28%), linear-gradient(125deg, #071a33 0%, #0b315c 56%, #1464f4 100%); color: #fff; padding: 105px 0 112px; position: relative; }
.tk-home-hero { background: var(--tk-navy); color: #fff; min-height: 680px; overflow: hidden; position: relative; }
.tk-home-slider { background: #170d13; color: #fff; min-height: 680px; overflow: hidden; position: relative; touch-action: pan-y; }
.tk-slider-track { display: flex; height: 680px; transition: transform .65s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.tk-slider-slide { flex: 0 0 100%; min-width: 100%; overflow: hidden; position: relative; }
.tk-slider-media, .tk-slider-shade { inset: 0; position: absolute; }
.tk-slider-media img, .tk-slider-media video, .tk-slider-media iframe { border: 0; height: 100%; object-fit: cover; width: 100%; }
.tk-slider-media iframe { pointer-events: none; transform: scale(1.08); }
.tk-slider-shade { background: linear-gradient(90deg, rgba(3,15,31,.97) 0%, rgba(3,15,31,.82) 42%, rgba(3,15,31,.30) 100%); }
.tk-slider-content { padding-bottom: 120px; padding-top: 126px; position: relative; z-index: 1; }
.tk-slider-kicker { border-left: 2px solid var(--tk-cyan); color: rgba(255,255,255,.78); display: block; font-size: 13px; font-weight: 800; letter-spacing: .12em; margin: 20px 0 17px; padding-left: 12px; text-transform: uppercase; }
.tk-slider-content h1, .tk-slider-content h2 { color: #fff; font-size: clamp(43px, 6vw, 82px); font-weight: 850; letter-spacing: -.06em; line-height: .98; margin: 0 0 21px; max-width: 760px; }
.tk-slider-description { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; max-width: 625px; }
.tk-slider-description p { margin: 0; }
.tk-slider-arrow { align-items: center; background: rgba(18,7,12,.62); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; display: inline-flex; height: 48px; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); transition: .2s; width: 48px; z-index: 3; }
.tk-slider-arrow:hover { background: var(--tk-blue); border-color: var(--tk-blue); }
.tk-slider-prev { left: 28px; }
.tk-slider-next { right: 28px; }
.tk-slider-dots { bottom: 34px; display: flex; gap: 8px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 3; }
.tk-slider-dots button { background: rgba(255,255,255,.4); border: 0; border-radius: 99px; height: 5px; padding: 0; transition: .25s; width: 28px; }
.tk-slider-dots button.active { background: var(--tk-cyan); width: 58px; }
.tk-home-body .tk-btn-primary { background: var(--tk-cyan); color: #24131a; }
.tk-home-body .tk-btn-primary:hover { background: #fff; color: #24131a; }
.tk-home-body .tk-nav-link:hover, .tk-home-body .tk-nav-link.active, .tk-home-body .tk-nav-trigger:hover, .tk-home-body .tk-nav-item.active > .tk-nav-trigger, .tk-home-body .tk-nav-item.open > .tk-nav-trigger { background: #eaf3ff; color: var(--tk-blue); }
.tk-home-body .tk-nav .tk-cta { background: var(--tk-blue); }
.tk-home-body .tk-nav .tk-cta:hover { background: #0b3d91; }
.tk-home-body .tk-header { border-top: 3px solid var(--tk-blue); }
.tk-home-body .tk-header { background: transparent; border-bottom: 0; border-top: 0; position: absolute; width: 100%; }
.tk-home-body .tk-header .tk-nav-link, .tk-home-body .tk-header .tk-nav-trigger { color: #fff; }
.tk-home-body .tk-header .tk-nav-link:hover, .tk-home-body .tk-header .tk-nav-link.active, .tk-home-body .tk-header .tk-nav-trigger:hover, .tk-home-body .tk-header .tk-nav-item.active > .tk-nav-trigger, .tk-home-body .tk-header .tk-nav-item.open > .tk-nav-trigger { background: rgba(255,255,255,.14); color: #fff; }
.tk-home-body .tk-header .tk-mobile, .tk-home-body .tk-header .tk-side-toggle { color: #fff; }
.tk-home-body .tk-header .tk-side-toggle span { background: #fff; }
.tk-home-body main { display: flex; flex-direction: column; }
.tk-home-body .tk-home-slider { order: 1; }
.tk-home-body .tk-trust-strip { order: 2; }
.tk-home-body .tk-home-about { order: 3; }
.tk-home-body .tk-home-solutions { order: 4; }
.tk-home-body .tk-home-assurance { order: 5; }
.tk-home-body .tk-home-process { order: 6; }
.tk-home-body .tk-home-stats { order: 7; }
.tk-home-body .tk-section-soft { order: 8; }
.tk-home-body .tk-home-cta { order: 9; }
.tk-home-body .tk-nav-link, .tk-home-body .tk-nav-trigger { letter-spacing: .01em; }
.tk-side-toggle { align-items: center; background: transparent; border: 1px solid var(--tk-line); border-radius: 50%; display: inline-flex; flex-direction: column; gap: 4px; height: 38px; justify-content: center; margin-left: 6px; width: 38px; }
.tk-side-toggle span { background: var(--tk-navy); display: block; height: 1px; width: 15px; }
.tk-side-toggle:hover { background: var(--tk-blue); border-color: var(--tk-blue); }
.tk-side-toggle:hover span { background: #fff; }
.tk-side-panel { background: #fff; box-shadow: -25px 0 80px rgba(6,19,33,.2); height: 100vh; max-width: 410px; padding: 100px 42px 40px; position: fixed; right: 0; top: 0; transform: translateX(105%); transition: transform .35s ease; width: 88vw; z-index: 1200; }
.tk-side-open .tk-side-panel { transform: translateX(0); }
.tk-side-close { background: #eef5fd; border: 0; border-radius: 50%; color: var(--tk-navy); height: 40px; position: absolute; right: 28px; top: 28px; width: 40px; }
.tk-side-panel h2 { color: var(--tk-navy); font-size: 32px; font-weight: 850; letter-spacing: -.04em; line-height: 1.05; margin: 18px 0 15px; }
.tk-side-panel > p { color: var(--tk-muted); line-height: 1.7; }
.tk-side-contact { border-top: 1px solid var(--tk-line); margin-top: 24px; padding-top: 15px; }
.tk-side-contact span, .tk-side-contact a { display: block; }
.tk-side-contact span { color: var(--tk-muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tk-side-contact a { color: var(--tk-navy); font-size: 17px; font-weight: 800; margin-top: 4px; }
.tk-side-backdrop { background: rgba(6,19,33,.55); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .3s; z-index: 1190; }
.tk-side-open .tk-side-backdrop { opacity: 1; pointer-events: auto; }
.tk-home-about { background: #fff; }
.tk-about-visual { margin: 0 auto; max-width: 430px; padding: 0 24px 24px 0; position: relative; }
.tk-about-visual:before { background: #eaf3ff; content: ''; height: 72%; left: 0; position: absolute; top: 28%; width: 72%; z-index: 0; }
.tk-about-visual:after { border: 1px solid #b9d6fb; content: ''; inset: 22px 0 0 22px; position: absolute; z-index: 0; }
.tk-about-visual img { border-radius: 18px; display: block; height: 530px; object-fit: cover; position: relative; width: 100%; z-index: 1; }
.tk-about-stamp { align-items: center; background: var(--tk-blue); border: 8px solid #fff; border-radius: 50%; bottom: 0; color: #fff; display: flex; flex-direction: column; height: 126px; justify-content: center; position: absolute; right: 0; text-align: center; width: 126px; z-index: 2; }
.tk-about-stamp strong { font-size: 30px; line-height: 1; }
.tk-about-stamp small { font-size: 11px; margin-top: 6px; }
.tk-about-text { color: var(--tk-muted); font-size: 16px; line-height: 1.8; max-width: 720px; }
.tk-about-points { display: grid; gap: 12px 25px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 25px; }
.tk-about-points span { color: var(--tk-navy); font-size: 14px; font-weight: 800; }
.tk-about-points i { color: var(--tk-blue); margin-right: 7px; }
.tk-home-stats { background: linear-gradient(110deg, #061321, #0b315c); color: #fff; padding: 28px 0; }
.tk-home-stats .col-lg-3 + .col-lg-3 { border-left: 1px solid rgba(255,255,255,.15); }
.tk-home-stats div div { text-align: center; }
.tk-home-stats strong, .tk-home-stats span { display: block; }
.tk-home-stats strong { color: #7bdcff; font-size: 34px; line-height: 1; }
.tk-home-stats span { color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; margin-top: 7px; }
.tk-home-body .tk-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.tk-home-body .tk-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .tk-home-body .tk-reveal { opacity: 1; transform: none; transition: none; } }
.tk-service-index-hero { background: linear-gradient(118deg, #061321 0%, #0b315c 62%, #1769e8 140%); color: #fff; overflow: hidden; padding: 100px 0 92px; position: relative; }
.tk-service-index-hero:after { border: 1px solid rgba(123,220,255,.18); border-radius: 50%; content: ''; height: 520px; position: absolute; right: -160px; top: -260px; width: 520px; }
.tk-service-index-hero .container { position: relative; z-index: 1; }
.tk-service-index-hero h1 { color: #fff; font-size: clamp(40px, 5vw, 70px); font-weight: 850; letter-spacing: -.055em; line-height: 1; margin: 18px 0 20px; max-width: 820px; }
.tk-service-index-hero p { color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.7; max-width: 720px; }
.tk-service-hero-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.tk-service-hero-meta span { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; }
.tk-service-hero-meta i { color: #7bdcff; margin-right: 7px; }
.tk-service-filter { margin: 0 0 42px; }
.tk-service-filter a { align-items: center; display: inline-flex; gap: 8px; }
.tk-service-intro { background: #eef5fd; border-left: 4px solid var(--tk-blue); border-radius: 0 16px 16px 0; margin-bottom: 38px; padding: 25px 30px; }
.tk-service-intro h2 { color: var(--tk-navy); font-size: 28px; font-weight: 850; margin: 7px 0; }
.tk-service-intro p { color: var(--tk-muted); margin: 0; max-width: 850px; }
.tk-service-card { background: #fff; border: 1px solid var(--tk-line); border-radius: 18px; box-shadow: 0 12px 35px rgba(15,42,76,.07); height: 100%; overflow: hidden; transition: .25s; }
.tk-service-card:hover { box-shadow: 0 25px 55px rgba(15,42,76,.15); transform: translateY(-5px); }
.tk-service-card-media { display: block; overflow: hidden; position: relative; }
.tk-service-card-media img { display: block; height: 220px; object-fit: cover; transition: transform .4s; width: 100%; }
.tk-service-card:hover .tk-service-card-media img { transform: scale(1.05); }
.tk-service-card-arrow { align-items: center; background: var(--tk-blue); border: 4px solid #fff; border-radius: 50%; bottom: -20px; color: #fff; display: inline-flex; height: 48px; justify-content: center; position: absolute; right: 20px; width: 48px; }
.tk-service-card-body { padding: 29px 24px 24px; }
.tk-service-card-body h2 { font-size: 21px; font-weight: 850; line-height: 1.2; margin: 10px 0; }
.tk-service-card-body h2 a { color: var(--tk-navy); }
.tk-service-card-body p { color: var(--tk-muted); font-size: 14px; line-height: 1.65; min-height: 68px; }
.tk-service-card-link { color: var(--tk-blue); font-size: 13px; font-weight: 800; }
.tk-page-hizmetler .tk-detail-hero { background: linear-gradient(118deg, #061321 0%, #0b315c 62%, #1769e8 140%); color: #fff; }
.tk-page-hizmetler .tk-detail-hero h1 { color: #fff; }
.tk-page-hizmetler .tk-detail-hero .tk-section-lead { color: rgba(255,255,255,.72); }
.tk-page-hizmetler .tk-detail-hero .tk-kicker { color: #7bdcff; }
.tk-breadcrumb { background: linear-gradient(118deg, #061321 0%, #0b315c 62%, #1769e8 140%); color: #fff; min-height: 285px; padding: 110px 0 70px; position: relative; text-align: center; }
.tk-breadcrumb:after { border: 1px solid rgba(123,220,255,.22); border-radius: 50%; content: ''; height: 430px; position: absolute; right: -80px; top: -180px; width: 430px; }
.tk-breadcrumb .container { position: relative; z-index: 1; }
.tk-breadcrumb h1 { color: #fff; font-size: clamp(34px, 4.5vw, 62px); font-weight: 800; letter-spacing: -.04em; }
.tk-breadcrumb .tk-section-lead { color: rgba(255,255,255,.72); margin-left: auto; margin-right: auto; max-width: 680px; }
.tk-breadcrumb .tk-kicker { color: #7bdcff; }
.tk-page-blog .tk-detail-hero { background: linear-gradient(118deg, #061321 0%, #0b315c 62%, #1769e8 140%); }
.tk-page-blog .tk-detail-hero h1 { color: #fff; }
.tk-page-blog .tk-detail-hero .tk-article-meta, .tk-page-blog .tk-detail-hero .tk-kicker { color: #7bdcff; }
.tk-page-urunler .tk-article-card img { height: 230px; object-fit: cover; }
.tk-page-blog main, .tk-page-urunler main, .tk-page-iletisim main, .tk-page-kurumsal main { background: #fff; }
.tk-page-blog .tk-article-card, .tk-page-urunler .tk-article-card { border-radius: 16px; box-shadow: 0 12px 35px rgba(15,42,76,.08); transition: transform .25s, box-shadow .25s; }
.tk-page-blog .tk-article-card:hover, .tk-page-urunler .tk-article-card:hover { box-shadow: 0 25px 55px rgba(15,42,76,.16); transform: translateY(-6px); }
.tk-page-blog .tk-article-card h2 a, .tk-page-blog .tk-article-card h3 a, .tk-page-urunler .tk-article-card h2 a, .tk-page-urunler .tk-article-card h3 a { color: var(--tk-navy); }
.tk-page-iletisim .contact_wrapper, .tk-page-iletisim .details_content { background: #fff; border: 1px solid var(--tk-line); box-shadow: 0 18px 50px rgba(15,42,76,.08); }
.tk-page-iletisim .form_item input, .tk-page-iletisim .form_item textarea, .tk-page-iletisim select { border-color: var(--tk-line); border-radius: 10px; }
.tk-page-iletisim .btn, .tk-page-iletisim .btn_primary { background: var(--tk-blue); border: 0; color: #fff; }
.tk-page-kurumsal .breadcrumb_section, .tk-page-iletisim .breadcrumb_section { background: linear-gradient(118deg, #061321 0%, #0b315c 62%, #1769e8 140%); }
.tk-page-kurumsal .breadcrumb_section h1, .tk-page-iletisim .breadcrumb_section h1, .tk-page-kurumsal .breadcrumb_section .page_title, .tk-page-iletisim .breadcrumb_section .page_title { color: #fff; }
.tk-page-kurumsal .breadcrumb_nav, .tk-page-iletisim .breadcrumb_nav { color: rgba(255,255,255,.72); }
.tk-page-kurumsal .section_space, .tk-page-iletisim .section_space { padding-bottom: 100px; padding-top: 100px; }
.tk-page-blog .tk-filter, .tk-page-urunler .tk-filter { border-bottom: 1px solid var(--tk-line); padding-bottom: 25px; }
.tk-page-blog .tk-detail-copy img, .tk-page-urunler .tk-detail-copy img { border-radius: 18px; }
body:not(.tk-home-body) .breadcrumb_section { background: linear-gradient(118deg, #061321 0%, #0b315c 62%, #1769e8 140%); min-height: 285px; overflow: hidden; padding: 105px 0 70px; position: relative; }
body:not(.tk-home-body) .breadcrumb_section:after { border: 1px solid rgba(123,220,255,.22); border-radius: 50%; content: ''; height: 430px; position: absolute; right: -80px; top: -180px; width: 430px; }
body:not(.tk-home-body) .breadcrumb_section .container { position: relative; z-index: 1; }
body:not(.tk-home-body) .breadcrumb_section .page_title { color: #fff; font-size: clamp(32px, 4vw, 58px); font-weight: 800; letter-spacing: -.04em; }
body:not(.tk-home-body) .breadcrumb_section .breadcrumb_nav { color: rgba(255,255,255,.72); }
body:not(.tk-home-body) .breadcrumb_section .breadcrumb_nav a { color: #7bdcff; }
body:not(.tk-home-body) .section_title h2 { color: var(--tk-navy); font-weight: 800; letter-spacing: -.035em; }
body:not(.tk-home-body) .section_title .small_title, body:not(.tk-home-body) .section_title .tpsub-title { color: var(--tk-blue); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body:not(.tk-home-body) .about_section img, body:not(.tk-home-body) .portfolio_section img, body:not(.tk-home-body) .team_section img { border-radius: 16px; }
body:not(.tk-home-body) .btn_primary, body:not(.tk-home-body) .btn_secondary { background: var(--tk-blue); border: 0; border-radius: 7px; color: #fff; padding: 14px 24px; }
body:not(.tk-home-body) .contact_wrapper { border-radius: 18px; padding: 45px; }
body:not(.tk-home-body) .form_item input, body:not(.tk-home-body) .form_item textarea, body:not(.tk-home-body) .form_item select { border: 1px solid var(--tk-line); border-radius: 8px; min-height: 54px; padding: 14px 17px; }
body:not(.tk-home-body) .form_item textarea { min-height: 150px; }
.tk-contact-info-band { padding: 0 0 30px; position: relative; z-index: 2; }
.tk-contact-info-band .container { margin-top: -58px; }
.tk-contact-info-item { align-items: center; background: linear-gradient(135deg, #0b315c, #1769e8); color: #fff; display: flex; flex-direction: column; height: 180px; justify-content: center; padding: 22px; text-align: center; }
.tk-contact-info-item i { color: #7bdcff; font-size: 25px; margin-bottom: 10px; }
.tk-contact-info-item span { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.tk-contact-info-item a, .tk-contact-info-item strong { color: #fff; font-size: 16px; margin-top: 7px; }
@media (max-width: 767px) { .tk-contact-info-band .container { margin-top: -30px; } .tk-contact-info-item { height: 145px; } }
@media (max-width: 767px) { body:not(.tk-home-body) .breadcrumb_section { min-height: 220px; padding: 85px 0 48px; } body:not(.tk-home-body) .contact_wrapper { padding: 24px 18px; } .tk-home-service-card { height: 350px; } }
.tk-home-hero-media, .tk-home-hero-overlay { inset: 0; position: absolute; }
.tk-home-hero-media img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.tk-home-hero-overlay { background: linear-gradient(90deg, rgba(3,15,31,.98) 0%, rgba(3,15,31,.86) 40%, rgba(3,15,31,.38) 100%); }
.tk-home-hero-content { padding-bottom: 104px; padding-top: 112px; position: relative; z-index: 1; }
.tk-home-hero h1 { color: #fff; font-size: clamp(43px, 5.8vw, 78px); font-weight: 850; letter-spacing: -.055em; line-height: .99; margin: 18px 0 24px; max-width: 700px; }
.tk-home-hero-lead { color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.7; max-width: 650px; }
.tk-home-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; }
.tk-home-proof span { color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; }
.tk-home-proof i { color: #68d4e6; margin-right: 6px; }
.tk-hero-panel { background: rgba(7,26,51,.76); border: 1px solid rgba(255,255,255,.22); border-radius: 20px; box-shadow: 0 25px 70px rgba(0,0,0,.2); margin-left: auto; max-width: 360px; padding: 30px; backdrop-filter: blur(12px); }
.tk-hero-panel-label { color: #68d4e6; display: block; font-size: 11px; font-weight: 800; letter-spacing: .14em; margin-bottom: 22px; text-transform: uppercase; }
.tk-hero-panel strong { color: #fff; display: block; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.04em; line-height: 1.1; }
.tk-hero-panel p { border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.65; margin: 24px 0 18px; padding-top: 20px; }
.tk-hero-panel a { color: #68d4e6; font-size: 13px; font-weight: 800; }
.tk-btn-blue { background: var(--tk-blue); color: #fff; }
.tk-btn-blue:hover { background: var(--tk-navy); color: #fff; }
.tk-trust-strip { background: #fff; border-bottom: 1px solid var(--tk-line); box-shadow: 0 8px 25px rgba(15,42,76,.05); padding: 25px 0; }
.tk-trust-strip .row > div { align-items: center; display: flex; gap: 14px; }
.tk-trust-icon { align-items: center; background: #eaf3ff; border-radius: 50%; color: var(--tk-blue); display: inline-flex; flex: 0 0 42px; height: 42px; justify-content: center; }
.tk-trust-strip strong, .tk-trust-strip span { display: block; }
.tk-trust-strip strong { color: var(--tk-navy); font-size: 14px; }
.tk-trust-strip div div span { color: var(--tk-muted); font-size: 12px; margin-top: 3px; }
.tk-home-service-card { background: #fff; border: 1px solid var(--tk-line); border-radius: 18px; box-shadow: 0 12px 36px rgba(15,42,76,.07); display: block; height: 100%; overflow: hidden; transition: .25s; }
.tk-home-service-card:hover { box-shadow: 0 25px 60px rgba(15,42,76,.16); transform: translateY(-6px); }
.tk-home-service-card picture, .tk-home-service-card img { display: block; width: 100%; }
.tk-home-service-card img { height: 220px; object-fit: cover; }
.tk-home-service-body { min-height: 185px; padding: 22px 24px 25px; position: relative; }
.tk-home-service-number { color: #b7c7da; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.tk-home-service-body h3 { color: var(--tk-navy); font-size: 22px; font-weight: 850; margin: 11px 0 7px; }
.tk-home-service-body p { color: var(--tk-muted); font-size: 14px; margin-bottom: 17px; }
.tk-home-service-body .tk-arrow { font-size: 13px; }
.tk-home-service-card { border: 0; border-radius: 0; height: 410px; position: relative; }
.tk-home-service-card:after { background: linear-gradient(180deg, rgba(6,19,33,0) 25%, rgba(6,19,33,.9) 100%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.tk-home-service-card img { height: 100%; transition: transform .6s ease; }
.tk-home-service-card:hover img { transform: scale(1.08); }
.tk-home-service-body { bottom: 0; color: #fff; left: 0; min-height: 0; padding: 30px; position: absolute; right: 0; z-index: 2; }
.tk-home-service-body h3 { color: #fff; margin: 9px 0 0; }
.tk-home-service-number { color: #7bdcff; }
.tk-home-service-hover { background: linear-gradient(145deg, rgba(6,19,33,.96), rgba(11,49,92,.94)); color: #fff; inset: 0; opacity: 0; padding: 35px 30px; position: absolute; transform: translateY(18px); transition: opacity .35s ease, transform .35s ease; z-index: 3; }
.tk-home-service-card:hover .tk-home-service-hover { opacity: 1; transform: translateY(0); }
.tk-home-service-hover h3 { color: #fff; font-size: 25px; margin: 45px 0 12px; }
.tk-home-service-hover p { color: rgba(255,255,255,.72); line-height: 1.7; }
.tk-home-service-hover .tk-arrow { bottom: 30px; color: #7bdcff; position: absolute; }
.tk-home-process { background: var(--tk-navy); padding: 95px 0; }
.tk-lead-light { color: rgba(255,255,255,.68); }
.tk-process-step { border-top: 1px solid rgba(255,255,255,.24); padding-top: 18px; }
.tk-process-step > span { color: #68d4e6; font-size: 13px; font-weight: 900; }
.tk-process-step h3 { color: #fff; font-size: 22px; margin: 25px 0 9px; }
.tk-process-step p { color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.7; margin: 0; }
.tk-home-assurance { background: #fff; }
.tk-check-list { list-style: none; margin: 28px 0 0; padding: 0; }
.tk-check-list li { align-items: flex-start; display: flex; gap: 13px; margin-bottom: 17px; }
.tk-check-list > li > i { align-items: center; background: #eaf3ff; border-radius: 50%; color: var(--tk-blue); display: inline-flex; flex: 0 0 28px; height: 28px; justify-content: center; }
.tk-check-list strong, .tk-check-list small { display: block; }
.tk-check-list strong { color: var(--tk-navy); font-size: 15px; }
.tk-check-list small { color: var(--tk-muted); font-size: 13px; margin-top: 3px; }
.tk-assurance-image { border-radius: 24px; overflow: hidden; position: relative; }
.tk-assurance-image img { display: block; height: 520px; object-fit: cover; width: 100%; }
.tk-assurance-badge { background: var(--tk-blue); border: 7px solid #fff; border-radius: 50%; bottom: 25px; color: #fff; display: grid; height: 128px; place-content: center; position: absolute; right: 25px; text-align: center; width: 128px; }
.tk-assurance-badge strong, .tk-assurance-badge small { display: block; }
.tk-assurance-badge strong { font-size: 28px; line-height: 1; }
.tk-assurance-badge small { font-size: 10px; margin-top: 5px; }
.tk-home-cta { padding: 0 0 90px; }
.tk-home-cta-inner { align-items: center; background: linear-gradient(115deg, #061321 0%, #0b315c 54%, #1769e8 100%); border-radius: 24px; color: #fff; display: flex; gap: 35px; justify-content: space-between; overflow: hidden; padding: 48px 55px; position: relative; }
.tk-home-cta-inner:after { border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ''; height: 360px; position: absolute; right: -120px; top: -170px; width: 360px; }
.tk-home-cta-inner > div, .tk-home-cta-inner > a { position: relative; z-index: 1; }
.tk-home-cta h2 { color: #fff; font-size: clamp(27px, 3vw, 40px); font-weight: 850; letter-spacing: -.04em; margin: 12px 0 8px; max-width: 650px; }
.tk-home-cta p { color: rgba(255,255,255,.72); margin: 0; }
.tk-hero:after { background: url('../images/shape/shape_2.png') no-repeat right bottom/320px; content: ''; inset: 0; opacity: .14; pointer-events: none; position: absolute; }
.tk-hero .container { position: relative; z-index: 1; }
.tk-eyebrow { color: #68d4e6; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.tk-hero h1 { color: #fff; font-size: clamp(38px, 5vw, 70px); font-weight: 800; letter-spacing: -.04em; line-height: 1.03; max-width: 780px; }
.tk-hero p { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; max-width: 650px; }
.tk-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.tk-btn { border: 0; border-radius: 10px; display: inline-flex; font-size: 14px; font-weight: 800; gap: 9px; padding: 15px 21px; transition: .2s; }
.tk-btn-primary { background: #fff; color: var(--tk-navy); }
.tk-btn-primary:hover { background: #68d4e6; color: var(--tk-navy); }
.tk-btn-ghost { border: 1px solid rgba(255,255,255,.35); color: #fff; }
.tk-btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.tk-section { padding: 90px 0; }
.tk-section-soft { background: var(--tk-soft); }
.tk-kicker { color: var(--tk-blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.tk-section-title { color: var(--tk-navy); font-size: clamp(30px, 3.5vw, 48px); font-weight: 800; letter-spacing: -.04em; line-height: 1.08; }
.tk-section-lead { color: var(--tk-muted); font-size: 17px; line-height: 1.7; max-width: 680px; }
.tk-solution-card, .tk-article-card { background: #fff; border: 1px solid var(--tk-line); border-radius: var(--tk-radius); box-shadow: var(--tk-shadow); height: 100%; overflow: hidden; transition: .25s; }
.tk-solution-card:hover, .tk-article-card:hover { box-shadow: 0 24px 60px rgba(15,42,76,.16); transform: translateY(-5px); }
.tk-solution-card img, .tk-article-card img { height: 190px; object-fit: cover; width: 100%; }
.tk-card-body { padding: 24px; }
.tk-card-icon { align-items: center; background: #eaf3ff; border-radius: 12px; color: var(--tk-blue); display: inline-flex; font-size: 20px; height: 44px; justify-content: center; margin-bottom: 15px; width: 44px; }
.tk-card-body h3 { color: var(--tk-navy); font-size: 21px; font-weight: 800; }
.tk-card-body p { color: var(--tk-muted); line-height: 1.65; }
.tk-arrow { color: var(--tk-blue); font-weight: 800; }
.tk-stat { border-left: 1px solid rgba(255,255,255,.2); padding-left: 24px; }
.tk-stat strong { color: #fff; display: block; font-size: 34px; }
.tk-stat span { color: rgba(255,255,255,.65); font-size: 13px; }
.tk-band { background: var(--tk-navy); color: #fff; padding: 46px 0; }
.tk-band h2 { color: #fff; font-size: clamp(25px, 3vw, 38px); font-weight: 800; }
.tk-breadcrumb { background: var(--tk-soft); padding: 48px 0; }
.tk-breadcrumb h1 { color: var(--tk-navy); font-size: clamp(30px, 4vw, 52px); font-weight: 800; letter-spacing: -.04em; }
.tk-filter { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0; }
.tk-filter a { background: #fff; border: 1px solid var(--tk-line); border-radius: 999px; color: var(--tk-ink); font-size: 13px; font-weight: 700; padding: 10px 15px; }
.tk-filter a.active, .tk-filter a:hover { background: var(--tk-blue); border-color: var(--tk-blue); color: #fff; }
.tk-article-meta { color: var(--tk-muted); font-size: 12px; font-weight: 700; }
.tk-footer { background: #06162b; color: rgba(255,255,255,.7); padding: 65px 0 24px; }
.tk-footer h3 { color: #fff; font-size: 16px; font-weight: 800; margin-bottom: 20px; }
.tk-footer a { color: rgba(255,255,255,.7); display: block; padding: 5px 0; }
.tk-footer a:hover { color: #68d4e6; }
.tk-footer-logo { height: 48px; margin-bottom: 20px; }
.tk-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; margin-top: 45px; padding-top: 20px; }
.breadcrumb_section { background: var(--tk-soft); padding: 48px 0; }
.breadcrumb_section .page_title { color: var(--tk-navy); font-size: clamp(30px, 4vw, 52px); font-weight: 800; letter-spacing: -.04em; }
.breadcrumb_nav a { color: var(--tk-blue); }
.section_space { padding: 84px 0; }
.details_content, .contact_wrapper { border-radius: var(--tk-radius); }
.details_content .title_text { color: var(--tk-navy); font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -.03em; }
.details_content p { color: var(--tk-muted); font-size: 17px; line-height: 1.85; }
.form_item input, .form_item textarea { border: 1px solid var(--tk-line); border-radius: 10px; min-height: 52px; padding: 14px 16px; }
.form_item textarea { min-height: 140px; }
.sidebar-menu-wrapper { display: none !important; }
main { min-height: 55vh; }
.breadcrumb_section .row { row-gap: 12px; }
.breadcrumb_nav { justify-content: flex-end; }
.contact_wrapper { background: var(--tk-soft) !important; border: 1px solid var(--tk-line); box-shadow: var(--tk-shadow); padding: 42px !important; }
.contact_wrapper > .row { margin-top: 0 !important; }
.contact_wrapper .section_title h2 { color: var(--tk-navy); font-size: 30px; font-weight: 800; }
.contact_wrapper .btn, .btn_primary { background: var(--tk-blue); border-radius: 10px !important; color: #fff; }
.contact_wrapper input[type="radio"], .contact_wrapper input[type="checkbox"] { height: auto; min-height: 0; padding: 0; width: auto; }
.table { background: #fff; border-radius: 12px; overflow: hidden; }
.table-responsive, .contact_wrapper .table { max-width: 100%; overflow-x: auto; }
.product_grid_layout, .team_item { background: #fff; border: 1px solid var(--tk-line); border-radius: var(--tk-radius); box-shadow: var(--tk-shadow); height: 100%; overflow: hidden; }
.product_grid_layout .item_content, .team_item .item_content { padding: 22px; }
.faq_accordion .accordion_item { border: 1px solid var(--tk-line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.portfolio_grid, .blog_wrapper, .sidebar_section .sb_widget { border-radius: var(--tk-radius); overflow: hidden; }
.map, iframe { max-width: 100%; }
.tk-detail-hero { background: var(--tk-soft); padding: 70px 0 46px; }
.tk-detail-hero h1 { color: var(--tk-navy); font-size: clamp(36px, 5vw, 64px); font-weight: 800; letter-spacing: -.045em; line-height: 1.05; }
.tk-detail-layout { display: grid; gap: 48px; grid-template-columns: minmax(0, 1fr) 320px; }
.tk-detail-media { border-radius: 24px; box-shadow: var(--tk-shadow); height: min(52vw, 560px); object-fit: cover; width: 100%; }
.tk-detail-copy { color: var(--tk-muted); font-size: 17px; line-height: 1.85; }
.tk-detail-copy h2, .tk-detail-copy h3 { color: var(--tk-navy); font-weight: 800; margin: 34px 0 14px; }
.tk-detail-copy ul { margin: 18px 0; padding-left: 22px; }
.tk-faq details { background: #fff; border: 1px solid var(--tk-border); border-radius: 12px; box-shadow: 0 8px 22px rgba(14, 27, 45, .05); margin-bottom: 12px; padding: 0 20px; }
.tk-faq summary { color: var(--tk-navy); cursor: pointer; font-size: 17px; font-weight: 700; line-height: 1.4; padding: 18px 34px 18px 0; position: relative; }
.tk-faq summary::marker { color: var(--tk-red); }
.tk-faq details p { color: var(--tk-muted); margin: 0; padding: 0 0 18px; }
.tk-detail-aside { align-self: start; position: sticky; top: 105px; }
.tk-info-card { background: var(--tk-navy); border-radius: 20px; color: #fff; padding: 28px; }
.tk-info-card h3 { color: #fff; font-size: 22px; font-weight: 800; }
.tk-info-card p { color: rgba(255,255,255,.7); }
.tk-related-link { border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; display: block; font-size: 14px; padding: 12px 0; }
.tk-related-link:hover { color: #68d4e6; }
.tk-article-shell { margin: 0 auto; max-width: 900px; }
@media (max-width: 991px) { .tk-detail-layout { grid-template-columns: 1fr; } .tk-detail-aside { position: static; } .contact_wrapper { padding: 28px !important; } .breadcrumb_nav { justify-content: flex-start; } }
@media (max-width: 575px) { .contact_wrapper { padding: 22px 16px !important; } .section_space { padding: 58px 0; } .tk-detail-media { height: 62vw; min-height: 260px; } }
@media (max-width: 991px) { .tk-side-toggle { display: none; } .tk-header-inner { min-height: 70px; position: relative; } .tk-logo { max-width: calc(100% - 60px); } .tk-mobile { display: block; margin-left: auto; } .tk-nav { background: #fff; border: 1px solid var(--tk-line); border-radius: 0 0 16px 16px; box-shadow: var(--tk-shadow); display: none; left: 12px; max-height: calc(100vh - 82px); overflow-y: auto; padding: 12px; position: absolute; right: 12px; top: 70px; } .tk-nav.is-open { display: block; } .tk-nav-link, .tk-nav-trigger, .tk-nav .tk-cta { display: flex; justify-content: space-between; text-align: left; width: 100%; } .tk-nav-item { width: 100%; } .tk-dropdown { border: 0; border-left: 2px solid #dbe8fb; border-radius: 0; box-shadow: none; display: none; left: auto; margin: 2px 0 8px 12px; min-width: 0; opacity: 1; padding: 5px 0 5px 8px; pointer-events: auto; position: static; transform: none !important; visibility: visible; width: calc(100% - 12px); } .tk-dropdown:before { display: none; } .tk-nav-item.open > .tk-dropdown { display: block; } .tk-hero { padding: 78px 0 82px; } .tk-hero h1, .tk-detail-hero h1, .tk-section-title { max-width: 100%; overflow-wrap: anywhere; } .tk-slider-track, .tk-home-slider { min-height: 760px; } .tk-slider-track { height: 760px; } .tk-slider-content { padding-bottom: 120px; padding-top: 100px; } .tk-slider-shade { background: linear-gradient(90deg, rgba(3,15,31,.98), rgba(3,15,31,.68)); } .tk-slider-arrow { bottom: 27px; top: auto; transform: none; } .tk-slider-prev { left: 24px; } .tk-slider-next { right: 24px; } .tk-home-hero-content { padding-bottom: 80px; padding-top: 80px; } .tk-home-hero { min-height: 0; } .tk-home-hero-overlay { background: linear-gradient(90deg, rgba(3,15,31,.97), rgba(3,15,31,.68)); } .tk-hero-panel { margin: 0; max-width: 430px; } .tk-home-cta-inner { align-items: flex-start; flex-direction: column; padding: 38px 30px; } }
@media (max-width: 575px) { .tk-header .container { padding-left: 16px; padding-right: 16px; } .tk-logo img { height: 44px; max-width: 150px; } .tk-mobile { display: block !important; position: absolute; right: 16px; top: 22px; } .tk-nav { left: 8px; right: 8px; } .tk-section { padding: 58px 0; } .tk-hero { padding: 66px 0 70px; } .tk-hero h1 { font-size: 37px; line-height: 1.08; } .tk-hero p { font-size: 16px; } .tk-hero-actions { flex-direction: column; } .tk-hero-actions .tk-btn { justify-content: center; width: 100%; } .tk-section-title { font-size: 31px; line-height: 1.12; } .tk-service-index-hero { padding: 70px 0 65px; } .tk-service-index-hero h1 { font-size: 42px; } .tk-service-index-hero p { font-size: 16px; } .tk-service-hero-meta { display: grid; gap: 12px; } .tk-service-filter { margin-left: -12px; margin-right: -12px; } .tk-service-card-media img { height: 200px; } .tk-slider-track, .tk-home-slider { min-height: 720px; } .tk-slider-track { height: 720px; } .tk-slider-content { padding-top: 82px; } .tk-slider-content h1, .tk-slider-content h2 { font-size: 44px; } .tk-slider-description { font-size: 16px; } .tk-slider-kicker { font-size: 11px; } .tk-slider-arrow { bottom: 25px; } .tk-home-hero h1 { font-size: 43px; } .tk-home-hero-lead { font-size: 16px; } .tk-home-proof { gap: 10px 15px; } .tk-home-service-card img { height: 200px; } .tk-assurance-image img { height: 360px; } .tk-home-cta-inner { padding: 32px 22px; } .tk-detail-hero { padding: 54px 0 38px; } .tk-detail-hero h1 { font-size: 35px; line-height: 1.1; } .tk-detail-copy { font-size: 16px; } .breadcrumb_section { padding: 38px 0; } .breadcrumb_section .page_title { font-size: 30px; overflow-wrap: anywhere; text-align: left; } .breadcrumb_nav { font-size: 13px; } .contact_wrapper .section_title h2 { font-size: 24px; line-height: 1.2; overflow-wrap: anywhere; } .contact_wrapper .table { display: block; overflow-x: auto; white-space: nowrap; } .tk-filter { flex-wrap: nowrap; margin-left: -12px; margin-right: -12px; overflow-x: auto; padding: 0 12px 8px; scrollbar-width: none; } .tk-filter a { flex: 0 0 auto; } .tk-stat { border-left: 0; margin-top: 18px; padding-left: 0; } .tk-footer .col-6 { width: 100%; } }
