/* TOKU UI v1 bilesen kiti — site.css'ten cikarildi (uygulama sayfalari icin).
   Kaynak: wwwroot/css/Toku/site.css — orijinal dosyaya dokunulmadi. */

/* Tüm sayfa section'larını navbar'a bitişik başlat */
main.toku-main-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
/* İlk section navbar'a bitişik */
.toku-main-content > section:first-child,
.toku-main-content > div:first-child > section:first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
/* TÜM SAYFA TİPLERİ İÇİN GENEL KURALLAR */
/* Container'ları tam genişlik yap */
.toku-main-content .container,
.toku-main-content .container-fluid {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Grid sistem tam genişlik */
.toku-main-content .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* İçerik padding'leri - her sayfa tipine uygun */
.toku-main-content .col-lg-6,
.toku-main-content .col-lg-4,
.toku-main-content .col-lg-3,
.toku-main-content .col-md-6,
.toku-main-content .col-md-4,
.toku-main-content .col-12 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
/* Özel content elementleri */
.toku-main-content [class*="hero-content"],
.toku-main-content [class*="section-header"],
.toku-main-content [class*="card"],
.toku-main-content [class*="content"],
.toku-main-content [class*="item"] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
*/



/* 🎨 MAIN CONTENT */
.toku-main-content {
    min-height: calc(100vh - 70px);
    padding-top: 40px;
}
/* 🦶 FOOTER */
.toku-footer {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    padding: 40px 0 20px;
    margin-top: 60px;
}
.toku-footer-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}
.toku-footer-content {
    text-align: center;
    padding: 20px 0;
}
.toku-footer-content p {
        margin: 8px 0;
        color: rgba(255, 255, 255, 0.7);
    }
/* 🎯 PAGE HEADER STİLLERİ */
.toku-page-header {
    padding: 80px 0 60px;
    /*background: linear-gradient(135deg, rgba(27, 110, 194, 0.03) 0%, rgba(40, 167, 69, 0.02) 100%);*/
    border-bottom: 1px solid #e9ecef;
    overflow: hidden;
    position: relative;
}
.toku-page-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(27,110,194,0.02)"/><circle cx="75" cy="75" r="1" fill="rgba(27,110,194,0.02)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
        pointer-events: none;
    }
/* 📖 COMPANY STORY SECTION */
.toku-company-story {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}
/* 💎 VALUES SECTION */
.toku-values-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.toku-values-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 40%;
        height: 200%;
        background: linear-gradient(45deg, rgba(27, 110, 194, 0.02), transparent);
        transform: rotate(15deg);
        pointer-events: none;
    }
/* 👥 TEAM SECTION */
.toku-team-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}
/* 🚀 CTA SECTION */
.toku-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1b6ec2 0%, #28a745 100%);
    position: relative;
    overflow: hidden;
}
.toku-cta-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23cta-pattern)"/></svg>');
        pointer-events: none;
    }
.toku-page-header {
        padding: 60px 0 40px;
    }
.toku-company-story,
    .toku-values-section,
    .toku-team-section,
    .toku-cta-section {
        padding: 60px 0;
    }
/* 🎯 Mission & Vision Cards */
.toku-mission-vision-cards {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}
/* 💎 Core Values Section */
.toku-core-values {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.toku-core-values::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(27, 110, 194, 0.05) 0%, transparent 70%);
        border-radius: 50%;
        animation: pulse 8s ease-in-out infinite;
    }
/* 📅 Goals Timeline */
.toku-goals-timeline {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}
/* TÜM UYGULAMALAR SAYFASI İÇİN*/

/* GENEL YAPI */
/* ================== TOKU UI v1 – CORE ================== */

/* GENEL WRAPPER */
.toku-app {
    max-width: 1180px;
    margin-top: 50px;
    padding: 40px 16px 80px;
}
/* 🖼️ GLOBAL: TinyMCE'den eklenen tüm resimler için */
.toku-app figure,
.toku-app figure.image {
    margin: 24px 0;
    max-width: 100%;
}
.toku-app figure img,
.toku-app figure.image img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}
/* SECTIONS */
.toku-section {
    margin-top: 64px;
}
.toku-section__header {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: left;
}
.toku-h2 {
    font-size: clamp(22px, 3vw, 26px);
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}
.toku-muted {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}
/* ============================================
   TOKU UYGULAMALAR - PREMIUM DESIGN v2.0
   ============================================ */

/* HERO SECTION - Premium Gradient Background */
.toku-hero-v2 {
    padding: 60px 0 50px;
    background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 50%, #0f4c75 100%);
    position: relative;
    overflow: hidden;
    margin: -20px -20px 40px -20px;
    border-radius: 0 0 32px 32px;
}
.toku-hero-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(16, 185, 129, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(139, 92, 246, 0.1) 0%, transparent 40%);
    animation: heroGlow 8s ease-in-out infinite alternate;
}
.toku-hero-v2__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.toku-hero-v2__left {
    flex: 1 1 400px;
}
.toku-hero-v2__right {
    flex: 1 1 380px;
    display: flex;
    justify-content: flex-end;
}
.toku-hero__title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease-out;
}
.toku-hero__subtitle {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}
/* HERO MEDYA - Glassmorphism Effect */
.toku-wide-media {
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    max-width: 100%;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.toku-wide-media:hover {
    transform: scale(1.02) translateY(-5px);
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.15);
}
.toku-wide-media img {
    display: block;
    width: 100% !important;
    height: 420px !important;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.6s ease;
}
.toku-wide-media:hover img {
    transform: scale(1.05);
}
@media (max-width: 768px) {
.toku-wide-media {
        border-radius: 16px;
    }
.toku-wide-media img {
        height: 280px !important;
    }
}
@media (max-width: 480px) {
.toku-wide-media img {
        height: 200px !important;
    }
}
/* KPI - Premium Glassmorphism Cards */
.toku-kpi {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 30px 0;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}
.toku-kpi--tight {
    margin-top: 24px;
}
.toku-kpi__item {
    flex: 0 0 auto;
    min-width: 150px;
    padding: 18px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.toku-kpi__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}
.toku-kpi__item:hover::before {
    left: 100%;
}
.toku-kpi__item:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(16, 185, 129, 0.5);
}
.toku-kpi__value {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #10b981, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}
.toku-kpi__label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 4px;
    font-weight: 500;
}
/* BUTONLAR - Premium Animated Buttons */
.toku-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.toku-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}
.toku-btn:active::after {
    width: 300px;
    height: 300px;
}
.toku-btn--primary {
    background: linear-gradient(135deg, #10b981, #059669);
    border-color: transparent;
    color: #ffffff;
    box-shadow:
        0 15px 40px rgba(16, 185, 129, 0.4),
        0 5px 15px rgba(16, 185, 129, 0.3);
}
.toku-btn--primary:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 20px 50px rgba(16, 185, 129, 0.5),
        0 8px 20px rgba(16, 185, 129, 0.4);
}
.toku-btn--ghost {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    backdrop-filter: blur(10px);
}
.toku-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.toku-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    animation: fadeInUp 0.8s ease-out 0.5s both;
}
/* ALT NAV - Premium Floating Pill Menu */
.toku-subnav {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 10px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.1),
        0 5px 15px rgba(15, 23, 42, 0.05);
}
.toku-subnav__link {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 999px;
    border: 2px solid transparent;
    background: transparent;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.toku-subnav__link:hover {
    background: linear-gradient(135deg, #e0f2fe, #dbeafe);
    border-color: rgba(59, 130, 246, 0.3);
    color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.2);
}
.toku-subnav__link.is-active {
    background: linear-gradient(135deg, #0a1628, #1e3a5f);
    border-color: transparent;
    color: #ffffff;
    box-shadow:
        0 12px 30px rgba(10, 22, 40, 0.4),
        0 4px 10px rgba(10, 22, 40, 0.2);
    transform: translateY(-2px);
}
/* OHS sayfasindaki eski .toku-ohs-nav da ayni tasarimi kullansin */
.toku-ohs-nav {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 10px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
}
.toku-ohs-nav__link {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 999px;
    transition: all 0.3s ease;
}
/* GRIDLER - Premium Layout */
.toku-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.toku-core-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}
/* KARTLAR & HOVER - Premium Animation */
.hover-raise {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-raise:hover {
    transform: translateY(-10px);
    box-shadow:
        0 30px 70px rgba(15, 23, 42, 0.15),
        0 10px 25px rgba(15, 23, 42, 0.1);
}
/* Ozet kartlari - Premium Feature Cards */
.toku-feature {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 28px;
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.08),
        0 5px 15px rgba(15, 23, 42, 0.04);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.toku-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #10b981, #3b82f6);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.toku-feature:hover::before {
    opacity: 1;
}
.toku-feature:hover {
    transform: translateY(-8px);
    box-shadow:
        0 30px 70px rgba(15, 23, 42, 0.12),
        0 10px 25px rgba(15, 23, 42, 0.08);
    border-color: rgba(16, 185, 129, 0.2);
}
.toku-feature__title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}
/* Genel kart - Premium Card Design */
.toku-card {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 28px;
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.08),
        0 5px 15px rgba(15, 23, 42, 0.04);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.toku-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #3b82f6, #8b5cf6);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.toku-card:hover::before {
    opacity: 1;
}
.toku-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 30px 70px rgba(15, 23, 42, 0.12),
        0 10px 25px rgba(15, 23, 42, 0.08);
}
.toku-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}
.tokucard-ghost {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}
/* Liste - Premium Styling */
.toku-list {
    margin: 12px 0 0;
    padding-left: 0;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    list-style: none;
}
.toku-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}
.toku-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #10b981, #3b82f6);
    border-radius: 50%;
}
/* STEPper - Premium Timeline */
.toku-stepper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    counter-reset: step;
}
.toku-stepper__item {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 24px;
    box-shadow:
        0 15px 40px rgba(15, 23, 42, 0.06),
        0 5px 15px rgba(15, 23, 42, 0.03);
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    position: relative;
    transition: all 0.4s ease;
    counter-increment: step;
}
.toku-stepper__item::before {
    content: counter(step);
    position: absolute;
    top: -12px;
    left: 20px;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #0a1628, #1e3a5f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(10, 22, 40, 0.3);
}
.toku-stepper__item:hover {
    transform: translateY(-5px);
    box-shadow:
        0 25px 60px rgba(15, 23, 42, 0.1),
        0 10px 25px rgba(15, 23, 42, 0.05);
}
.toku-stepper__item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}
/* ACCORDION - Premium Expandable */
.toku-accordion {
    max-width: 920px;
    margin: 0 auto;
}
.toku-acc__item {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    box-shadow:
        0 15px 40px rgba(15, 23, 42, 0.06),
        0 5px 15px rgba(15, 23, 42, 0.03);
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.toku-acc__item:hover {
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.1),
        0 8px 20px rgba(15, 23, 42, 0.05);
}
.toku-acc__q {
    width: 100%;
    padding: 20px 24px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: color 0.3s ease;
}
.toku-acc__q:hover {
    color: #10b981;
}
.toku-acc__a {
    padding: 0 24px 20px;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    display: none;
}
.toku-acc__item.is-open {
    border-color: rgba(16, 185, 129, 0.3);
}
.toku-acc__item.is-open .toku-acc__q {
    color: #10b981;
}
.toku-acc__item.is-open .toku-acc__a {
    display: block;
    animation: slideDown 0.3s ease;
}
/* SSS (FAQ) - Premium Design */
.toku-faq__item {
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: all 0.3s ease;
}
.toku-faq__item:hover {
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}
.toku-faq__q {
    width: 100%;
    padding: 18px 22px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.3s ease;
}
.toku-faq__q:hover {
    color: #10b981;
}
.toku-faq__a {
    padding: 0 22px 18px;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    display: none;
}
.toku-faq__item.is-open {
    border-color: rgba(16, 185, 129, 0.3);
}
.toku-faq__item.is-open .toku-faq__q {
    color: #10b981;
}
.toku-faq__item.is-open .toku-faq__a {
    display: block;
    animation: slideDown 0.3s ease;
}
/* GALERI - Premium Lightbox Grid */
.toku-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px 0;
    max-width: 100%;
}
.toku-thumb {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #0a1628, #1e3a5f);
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 280px;
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.15),
        0 8px 20px rgba(15, 23, 42, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.toku-thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 22, 40, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.toku-thumb:hover::before {
    opacity: 1;
}
.toku-thumb::after {
    content: 'Buyut';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: rgba(255, 255, 255, 0.95);
    color: #0a1628;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
}
.toku-thumb:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.toku-thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    object-position: center center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.toku-thumb:hover {
    transform: translateY(-8px);
    box-shadow:
        0 30px 70px rgba(15, 23, 42, 0.2),
        0 15px 35px rgba(15, 23, 42, 0.15);
}
.toku-thumb:hover img {
    transform: scale(1.1);
}
@media (max-width: 768px) {
.toku-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
.toku-thumb {
        border-radius: 16px;
        min-height: 200px;
    }
}
@media (max-width: 480px) {
.toku-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
    }
.toku-thumb {
        min-height: 220px;
    }
}
.toku-hero-v2__inner {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
    }
.toku-hero-v2__right {
        justify-content: center;
    }
.toku-hero__title {
        font-size: clamp(28px, 6vw, 38px);
        text-align: center;
    }
.toku-hero__subtitle {
        text-align: center;
        font-size: 16px;
    }
.toku-kpi {
        justify-content: center;
    }
.toku-cta {
        justify-content: center;
    }
.toku-subnav {
        border-radius: 20px;
        padding: 8px 12px;
    }
.toku-subnav__link {
        padding: 10px 18px;
        font-size: 13px;
    }
@media (max-width: 640px) {
.toku-app {
        padding-top: 20px;
    }
.toku-hero-v2 {
        padding: 40px 0 35px;
    }
.toku-kpi__item {
        min-width: 120px;
        padding: 14px 18px;
    }
.toku-kpi__value {
        font-size: 26px;
    }
.toku-btn {
        padding: 12px 22px;
        font-size: 14px;
    }
.toku-section {
        margin-top: 40px;
    }
.toku-section__header {
        text-align: left;
    }
.toku-feature-grid,
    .toku-core-grid {
        gap: 16px;
    }
.toku-feature,
    .toku-card {
        padding: 22px;
        border-radius: 20px;
    }
}
/* Section Headers - Premium Styling */
.toku-section {
    margin-top: 60px;
}
.toku-section__header {
    margin-bottom: 32px;
}
.toku-section__title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}
.toku-section__title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #3b82f6);
    border-radius: 2px;
}
.toku-section__subtitle {
    font-size: 17px;
    color: #4b5563;
    line-height: 1.7;
    max-width: 700px;
}
/* App Container - Premium */
.toku-app {
    padding: 20px;
    max-width: 1280px;
    margin: 0 auto;
}
.toku-app--v2 {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    min-height: 100vh;
}
/* Scroll Animations */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
.animate-on-scroll {
    animation: fadeInScale 0.6s ease-out both;
}
/* Additional Premium Effects */
.toku-gradient-text {
    background: linear-gradient(135deg, #10b981, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.toku-highlight {
    position: relative;
}
.toku-highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.3), rgba(59, 130, 246, 0.3));
    z-index: -1;
    border-radius: 4px;
}
