@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --brand-color: #197ffc;
    --dark-text: #0f172a;
    --gray-text: #64748b;
    --bg-white: #ffffff;
    --border-color: #e2e8f0;
    --primary-color: #197ffd; 
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding-top: 80px;
}

.navbar {
    background-color: var(--bg-white);
    padding: 16px 0;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
    z-index: 99999999;
}

.navbar.scrolled {
    padding: 10px 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid transparent;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 24px;
    color: var(--dark-text);
    letter-spacing: -0.5px;
}

.navbar-brand img {
    height: 36px;
    width: auto;
}

.nav-link {
    color: var(--gray-text) !important;
    font-weight: 500;
    font-size: 15px;
    margin: 0 5px;
    transition: color 0.2s ease;
}

.nav-link:hover, .nav-link.active {
    color: var(--brand-color) !important;
}

.btn-brand {
    background-color: var(--brand-color);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 6px;
    border: 1px solid var(--brand-color);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-brand:hover {
    background-color: #166bdb;
    color: #ffffff;
}

.mobile-auth-btns {
    display: none;
    gap: 10px;
}

.btn-mobile-auth {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}

.btn-login {
    color: var(--brand-color);
    background: rgba(25, 127, 252, 0.1);
}

.btn-register {
    background-color: var(--brand-color);
    color: white;
}

.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid var(--border-color);
    box-shadow: 0 -2px 10px rgba(0,0,0,0.03);
    z-index: 1050;
    padding: 10px 0;
    justify-content: space-around;
    align-items: center;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--gray-text);
    font-size: 11px;
    font-weight: 500;
    transition: color 0.2s;
    width: 20%;
}

.bottom-nav-item i {
    font-size: 24px;
    margin-bottom: 4px;
}

.bottom-nav-item.active, .bottom-nav-item:hover {
    color: var(--brand-color);
}

@media (max-width: 991px) {
    body {
        padding-bottom: 80px;
    }

    .navbar-collapse {
        display: none !important; 
    }
    
    .navbar-toggler {
        display: none !important;
    }

    .mobile-auth-btns {
        display: flex;
        align-items: center;
    }

    .mobile-bottom-nav {
        display: flex;
    }
}

.footer {
    background-color: #ffffff;
    border-top: 1px solid var(--border-color);
    padding-top: 70px;
    padding-bottom: 10px;
    margin-top: 50px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 22px;
    color: var(--dark-text);
    margin-bottom: 20px;
    text-decoration: none;
}

.footer-brand img {
    height: 32px;
    width: auto;
}

.footer-desc {
    color: var(--gray-text);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 300px;
}

.footer-heading {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-text);
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--gray-text);
    text-decoration: none;
    font-size: 14px;
    display: inline-block; 
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--brand-color);
    padding-left: 8px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #f1f5f9;
    color: var(--gray-text);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: var(--brand-color);
    color: #ffffff;
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.copyright-text {
    color: var(--gray-text);
    font-size: 13px;
}

@media (max-width: 991px) {
    .footer {
        padding-bottom: 0; 
        text-align: center;
    }

    .footer-brand, .footer-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .social-links {
        justify-content: center;
    }

    .footer-heading {
        margin-top: 30px;
    }
}

.brands-section {
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color);
    background: #fff;
}

.brand-logo {
    opacity: 0.5;
    transition: all 0.3s;
    max-height: 40px;
    filter: grayscale(100%);
}

.brand-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.1);
}

.about-img-wrapper {
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}

.about-img {
    border-radius: 20px;
    width: 100%;
    box-shadow: 20px 20px 0px rgba(25, 127, 252, 0.1);
}

.process-card {
    text-align: center;
    position: relative;
    padding: 20px;
}

.process-number {
    width: 50px;
    height: 50px;
    background: var(--brand-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px rgba(25, 127, 252, 0.3);
}

.portfolio-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    transition: bottom 0.3s ease;
    color: #fff;
}

.portfolio-item:hover .portfolio-overlay {
    bottom: 0;
}

.portfolio-item:hover .portfolio-img {
    transform: scale(1.1);
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    height: 100%;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.accordion-button:not(.collapsed) {
    color: var(--brand-color);
    background-color: rgba(25, 127, 252, 0.05);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 127, 252, 0.15);
}

.reveal {
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.section-padding {
    padding-top: 50px;
}

.hero-section {
    padding: 140px 0 80px 0;
}

.brands-section {
    padding: 50px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f5f9;
}

.section-title {
    margin-bottom: 15px;
}

.section-subtitle {
    margin-bottom: 60px;
}

.about-img-wrapper {
    padding-right: 30px; 
}

.process-card {
    padding: 30px 15px;
    margin-bottom: 30px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.accordion-item {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 25px 10px;
    }

    
    
    .hero-section {
        padding: 110px 0 50px 0;
    }
    
    .about-img-wrapper {
        padding: 0;
        margin-bottom: 0;
    }

    .section-subtitle {
        margin-bottom: 40px;
    }
    .footer-brand {
        justify-content: center;
    }
}

.page-header {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
    padding: 10px 0; 
    text-align: left;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-item {
    font-size: 14px; 
}

.breadcrumb-item a {
    color: var(--gray-text);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--brand-color);
}

.mission-box {
    background: #fff;
    padding: 40px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
}

.mission-box:hover {
    border-color: var(--brand-color);
    box-shadow: 0 10px 30px rgba(25, 127, 252, 0.08);
    transform: translateY(-5px);
}

.mission-icon {
    font-size: 40px;
    color: var(--brand-color);
    margin-bottom: 20px;
}

.value-card {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.value-card:hover {
    border-color: var(--border-color);
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

.value-icon-box {
    width: 70px;
    height: 70px;
    background: rgba(25, 127, 252, 0.08);
    color: var(--brand-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
}

.team-card {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
}

.team-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    filter: grayscale(20%);
    transition: all 0.4s;
}

.team-card:hover .team-img {
    filter: grayscale(0%);
    transform: scale(1.02);
}

.service-list-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.service-list-card:hover {
    border-color: var(--brand-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.service-list-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--brand-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.service-list-card:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.service-number {
    font-size: 40px;
    font-weight: 900;
    color: #f1f5f9;
    line-height: 1;
    margin-bottom: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    user-select: none;
}

.service-list-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 15px;
    padding-right: 40px;
}

.service-list-desc {
    color: var(--gray-text);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.tech-stack-wrapper {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #f8fafc;
}

.tech-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mini-tag {
    font-size: 11px;
    background: #f1f5f9;
    color: #475569;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 500;
}

.btn-service-detail {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    color: var(--dark-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
}

.btn-service-detail:hover {
    background: var(--brand-color);
    border-color: var(--brand-color);
    color: #fff;
}

/* --- Hizmet Detay Sayfası --- */

.service-content {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
}

.service-content h2, .service-content h3 {
    color: var(--dark-text);
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.features-box {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
}

.feature-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.feature-check-list li {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--dark-text);
}

.feature-check-list li i {
    color: var(--brand-color);
    font-size: 20px;
    margin-right: 10px;
    background: rgba(25, 127, 252, 0.1);
    border-radius: 50%;
    padding: 2px;
}

.tech-stack-detail {
    margin-top: 30px;
}

.tech-badge-lg {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--border-color);
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--dark-text);
    margin-right: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

/* Sidebar (Yan Menü) */
.service-sidebar {
    position: sticky;
    top: 100px; /* Header yüksekliğine göre ayar */
}

.sidebar-widget {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f9;
}

.other-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.other-services-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: var(--gray-text);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #f8fafc;
    transition: all 0.2s;
}

.other-services-list li:last-child a {
    border-bottom: none;
}

.other-services-list li a:hover, .other-services-list li a.active {
    color: var(--brand-color);
    padding-left: 5px;
}

.quote-widget {
    background: var(--brand-color);
    color: #fff;
    text-align: center;
}

.quote-widget h4 {
    color: #fff;
    font-weight: 700;
}

.quote-widget p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-bottom: 25px;
}

.btn-white {
    background: #fff;
    color: var(--brand-color);
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-white:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: var(--brand-color);
}

@media (max-width: 991px) {
    .feature-check-list {
        grid-template-columns: 1fr;
    }
    .service-sidebar {
        position: static;
        margin-top: 40px;
    }
}

.contact-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.info-card:hover {
    border-color: var(--brand-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.info-icon {
    width: 60px;
    height: 60px;
    background: rgba(25, 127, 252, 0.1);
    color: var(--brand-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-right: 20px;
    flex-shrink: 0;
}

.info-content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--dark-text);
}

.info-content p, .info-content a {
    color: var(--gray-text);
    font-size: 15px;
    margin: 0;
    text-decoration: none;
    line-height: 1.5;
}

.info-content a:hover {
    color: var(--brand-color);
}

.contact-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    height: 100%;
}

.social-box {
    margin-top: 10px;
    background: #f8fafc;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid var(--border-color);
}

.social-links-contact {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.social-link-item {
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid var(--border-color);
    color: var(--dark-text);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s;
}

.social-link-item:hover {
    background: var(--brand-color);
    color: #fff;
    border-color: var(--brand-color);
    transform: scale(1.1);
}


.form-section-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 15px;
    display: block;
}

.form-section-desc {
    font-size: 13px;
    color: var(--gray-text);
    margin-bottom: 20px;
    display: block;
}

.selection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.selection-input {
    display: none;
}

.selection-label {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.selection-label:hover {
    border-color: var(--brand-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.selection-icon {
    font-size: 32px;
    color: var(--gray-text);
    margin-bottom: 10px;
    transition: all 0.2s;
}

.selection-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-text);
    transition: all 0.2s;
}

.selection-input:checked + .selection-label {
    border-color: var(--brand-color);
    background-color: rgba(25, 127, 252, 0.04);
    box-shadow: 0 0 0 2px rgba(25, 127, 252, 0.2);
}

.selection-input:checked + .selection-label .selection-icon,
.selection-input:checked + .selection-label .selection-text {
    color: var(--brand-color);
}

.process-widget {
    background: #f8fafc;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid var(--border-color);
}

.process-step {
    display: flex;
    margin-bottom: 25px;
}

.process-step:last-child { margin-bottom: 0; }

.step-number {
    width: 35px;
    height: 35px;
    background: var(--brand-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
}

.step-content h6 { font-weight: 700; margin-bottom: 5px; font-size: 15px; }
.step-content p { font-size: 13px; color: var(--gray-text); margin: 0; line-height: 1.5; }

.hover-effect {
    transition: all 0.2s ease;
}
.hover-effect:hover {
    border-color: var(--brand-color) !important;
    background-color: #f8faff !important; 
}
.form-check-input:checked + div {
    color: var(--brand-color);
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    background-color : transparent !important;
}

/* --- Navbar User Area Styles --- */

/* Kullanıcı Avatarı (Yuvarlak) */
.user-avatar-sm {
    width: 38px;
    height: 38px;
    background: rgba(25, 127, 252, 0.1); /* Brand Color Opak */
    color: var(--brand-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
}

/* Dropdown Açılınca Efekt */
.user-dropdown-toggle:hover .user-avatar-sm,
.dropdown.show .user-avatar-sm {
    background: var(--brand-color);
    color: #fff;
}

/* Dropdown Menü İyileştirmesi */
.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-text);
    transition: all 0.2s;
}

.dropdown-item:hover {
    background: #f8fafc;
    color: var(--brand-color);
    transform: translateX(3px);
}

.dropdown-item:active {
    background: var(--brand-color);
    color: #fff !important;
}

.dropdown-item:active i {
    color: #fff !important;
}

.login-link-hover {
    position: relative;
    transition: color 0.3s;
}

.login-link-hover::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 0;
    background-color: var(--brand-color);
    transition: width 0.3s;
}

.login-link-hover:hover {
    color: var(--brand-color) !important;
}

.login-link-hover:hover::after {
    width: 100%;
}

/* --- SPLIT SCREEN AUTH PAGE --- */

.auth-layout {
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}

/* SOL TARAF (FORM) */
.auth-side-form {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    position: relative;
    background: #fff;
    z-index: 10;
}

.auth-logo-box {
    position: absolute;
    top: 40px;
    left: 50px;
}

.auth-box {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

/* SAĞ TARAF (VİTRİN) */
.auth-side-visual {
    min-height: 100vh;
    background: linear-gradient(135deg, #197ffc 0%, #0d6efd 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 40px;
    overflow: hidden;
}

/* Teknoloji Deseni (Pattern) */
.auth-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.visual-content {
    position: relative;
    z-index: 2;
}

.visual-img {
    max-width: 85%;
    margin-bottom: 40px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
    animation: floatVisual 6s ease-in-out infinite;
}

.visual-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.visual-desc {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 400;
}

/* Input Tasarımı */
.form-control-lg {
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.form-control-lg:focus {
    background-color: #fff;
    border-color: var(--brand-color);
    box-shadow: 0 0 0 4px rgba(25, 127, 252, 0.1);
}

.form-label {
    margin-bottom: 8px;
    color: var(--dark-text);
}

/* Input İçi Loader */
.input-loader {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

/* Animasyonlar */
@keyframes floatVisual {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Mobil Uyumluluk */
@media (max-width: 991px) {
    .auth-side-visual {
        display: none; /* Mobilde sağ tarafı gizle */
    }
    
    .auth-side-form {
        padding: 40px;
    }

    .auth-logo-box {
        position: static;
        margin-bottom: 40px;
        text-align: center;
    }

    .page-header {
        padding: 10px 10px !important;
    }

    .navbar-brand img {
        padding-left: 10px;
    }
}

/* --- HAKKIMIZDA SAYFASI --- */

.about-hero-img {
    border-radius: 20px;
    box-shadow: -20px 20px 0 rgba(25, 127, 252, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    object-fit: cover;
}

.about-hero-img:hover {
    transform: translateY(-5px);
    box-shadow: -25px 25px 0 rgba(25, 127, 252, 0.2);
}

.about-stat-box {
    text-align: center;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    transition: all 0.3s;
}

.about-stat-box:hover {
    border-color: var(--brand-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.about-stat-number {
    font-size: 42px;
    font-weight: 800;
    color: var(--brand-color);
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.about-stat-label {
    font-size: 14px;
    color: var(--gray-text);
    font-weight: 500;
}

.mv-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    height: 100%;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.mv-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.mv-icon {
    width: 60px;
    height: 60px;
    background: rgba(25, 127, 252, 0.1);
    color: var(--brand-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
}

.founder-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 40px;
    transition: all 0.3s;
}

.founder-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(25, 127, 252, 0.1);
}

.founder-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    border: 4px solid rgba(25, 127, 252, 0.1);
    padding: 3px;
}

.founder-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 5px;
}

.founder-title {
    color: var(--brand-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.founder-quote {
    font-style: italic;
    color: var(--gray-text);
    font-size: 15px;
    line-height: 1.6;
}

/* --- REFERANSLAR (PORTFOLIO) STİLLERİ --- */

.portfolio-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}

.filter-btn {
    border: 1px solid var(--border-color);
    background: #fff;
    color: var(--gray-text);
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover, .filter-btn.active {
    background: var(--brand-color);
    color: #fff;
    border-color: var(--brand-color);
    box-shadow: 0 5px 15px rgba(25, 127, 252, 0.3);
}

.project-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%; 
    display: flex;
    flex-direction: column;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: transparent;
}

.project-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.project-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
    padding: 10px;
}

.project-card:hover .project-img {
    transform: scale(1.1);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-link-btn {
    width: 50px;
    height: 50px;
    background: #fff;
    color: var(--brand-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.project-card:hover .project-link-btn {
    transform: translateY(0);
}

.project-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.project-cat {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--brand-color);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

.project-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 8px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .portfolio-filters {
        gap: 8px;
    }
    
    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}


/* --- HESABIM / DASHBOARD STİLLERİ --- */

.dashboard-container {
    min-height: 80vh;
    padding-bottom: 50px;
}

.dash-sidebar {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 25px;
    position: sticky;
    top: 100px;
}

.user-profile-box {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.user-avatar-lg {
    width: 80px;
    height: 80px;
    background: rgba(25, 127, 252, 0.1);
    color: var(--brand-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto 15px;
}

.dash-menu .nav-link {
    color: var(--gray-text);
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.dash-menu .nav-link i {
    font-size: 20px;
    margin-right: 10px;
    width: 24px;
    text-align: center;
}

.dash-menu .nav-link:hover, .dash-menu .nav-link.active {
    background: #f8fafc;
    color: var(--brand-color);
}

.dash-menu .nav-link.text-danger:hover {
    background: #fff5f5;
    color: #e74c3c;
}

.dash-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}

.dash-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.dash-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-text);
    margin: 0;
}

.project-progress-wrapper {
    margin-top: 20px;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: var(--gray-text);
    margin-bottom: 8px;
}

.custom-progress {
    height: 12px;
    background: #f1f5f9;
    border-radius: 20px;
    overflow: hidden;
}

.custom-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--brand-color), #60a5fa);
    border-radius: 20px;
    width: 0;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-table {
    width: 100%;
}
.custom-table th {
    font-size: 12px;
    text-transform: uppercase;
    color: #94a3b8;
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
}
.custom-table td {
    padding: 15px;
    font-size: 14px;
    color: var(--dark-text);
    border-bottom: 1px solid #f8fafc;
    vertical-align: middle;
}
.custom-table tr:last-child td { border-bottom: none; }

.status-badge {
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
}
.status-new { background: #e0f2fe; color: #0ea5e9; }
.status-reviewed { background: #fef9c3; color: #ca8a04; }
.status-replied { background: #dcfce7; color: #16a34a; }

/* --- AYARLAR SAYFASI (MODERN) --- */

.settings-card {
    background: #fff;
    border: 1px solid #f1f5f9; /* Çok silik sınır */
    border-radius: 16px;
    padding: 0; /* İçerik padding'i header/body ile yöneteceğiz */
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02); /* Çok yumuşak gölge */
    overflow: hidden;
}

.settings-header {
    padding: 25px 30px;
    border-bottom: 1px solid #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-text);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.settings-icon-box {
    width: 36px;
    height: 36px;
    background: #f1f5f9;
    color: var(--gray-text);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.settings-body {
    padding: 30px;
}

/* Profil Avatar Alanı */
.profile-avatar-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e2e8f0;
}

.avatar-circle-xl {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--brand-color), #60a5fa);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(25, 127, 252, 0.2);
}

.avatar-info h5 {
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 5px;
}

.avatar-info p {
    font-size: 13px;
    color: var(--gray-text);
    margin: 0;
}

/* Modern Inputlar */
.form-floating > .form-control {
    background-color: #f8fafc;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-text);
    transition: all 0.3s;
}

.form-floating > .form-control:focus {
    background-color: #fff;
    border-color: var(--brand-color);
    box-shadow: 0 0 0 4px rgba(25, 127, 252, 0.1);
}

.form-floating > label {
    color: #94a3b8;
    font-size: 13px;
}

/* Disabled Input (E-posta) */
.form-floating > .form-control:disabled {
    background-color: #fff;
    border-color: #e2e8f0;
    opacity: 0.7;
    cursor: not-allowed;
}

.form-text-muted {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* --- HERO OWL CAROUSEL --- */

.hero-slider-area {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -80px; /* Navbar arkasına girmesi için */
}

.hero-item {
    position: relative;
    height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 8s linear;
    transform: scale(1);
}

/* Aktif slaytta resim büyüsün */
.owl-item.active .hero-bg {
    transform: scale(1.2);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    padding-top: 60px;
    max-width: 800px;
}

/* Yazı Animasyonları */
.hero-subtitle, .hero-title, .hero-desc, .hero-btn {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.hero-subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-color);
    margin-bottom: 15px;
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 5px 15px;
    border-radius: 50px;
    backdrop-filter: blur(5px);
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    transition-delay: 0.2s;
}

.hero-desc {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 35px;
    line-height: 1.6;
    transition-delay: 0.4s;
}

.hero-btn {
    transition-delay: 0.6s;
}

/* Aktif olunca yazılar gelsin */
.owl-item.active .hero-subtitle,
.owl-item.active .hero-title,
.owl-item.active .hero-desc,
.owl-item.active .hero-btn {
    opacity: 1;
    transform: translateY(0);
}

/* Navigasyon Okları */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    z-index: 10;
    pointer-events: none; /* Tıklamayı engellemesin */
}

.owl-prev, .owl-next {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 24px !important;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease !important;
}

.owl-prev:hover, .owl-next:hover {
    background: var(--brand-color) !important;
    transform: scale(1.1);
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.3) !important;
    margin: 5px !important;
    transition: all 0.3s;
}

.owl-dot.active span {
    background: var(--brand-color) !important;
    width: 30px;
}

@media (max-width: 768px) {
    .hero-item { height: 500px; }
    .hero-title { font-size: 32px; }
    .owl-nav { display: none; } /* Mobilde okları gizle */
}

/* --- MOBİL ALT NAVİGASYON --- */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9990;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* Standart Linkler */
.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s;
    width: 60px;
}

.bottom-nav-item i {
    font-size: 24px;
    margin-bottom: 2px;
}

.bottom-nav-item.active, .bottom-nav-item:hover {
    color: var(--brand-color);
}

/* Orta Yuvarlak Buton (FAB) */
.bottom-nav-center {
    position: relative;
    top: -25px; /* Yukarı taşır */
}

.bottom-nav-fab {
    width: 60px;
    height: 60px;
    background: var(--brand-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(25, 127, 252, 0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 4px solid #f8fafc; /* Sayfa arkaplanı renginde sınır */
}

.bottom-nav-fab:hover {
    transform: scale(1.1) rotate(90deg);
    color: #fff;
}

/* --- TAM EKRAN MENÜ OVERLAY --- */
#mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98); /* Hafif transparan */
    backdrop-filter: blur(15px); /* Buzlu cam efekti */
    z-index: 9999;
    padding: 30px 20px 90px 20px; /* Alttan pay bıraktık nav için */
    display: flex;
    flex-direction: column;
    
    /* Animasyon Başlangıç Değerleri */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Açık Durum */
#mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Kapat Butonu */
.menu-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f1f5f9;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 24px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.menu-close-btn:hover { background: #e2e8f0; transform: rotate(90deg); }

.menu-logo-area { margin-bottom: 40px; }

/* Linkler */
.m-nav-link {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    color: var(--dark-text);
    font-weight: 600;
    font-size: 16px;
    
    /* Link Animasyonu Başlangıcı */
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
}

/* Link Geliş Efekti (JS ile eklenecek .show class'ı) */
.m-nav-link.show {
    opacity: 1;
    transform: translateX(0);
}

.m-nav-link:hover {
    border-color: var(--brand-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    color: var(--brand-color);
}

.m-icon {
    width: 36px;
    height: 36px;
    background: rgba(25, 127, 252, 0.1);
    color: var(--brand-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
}

.m-text { flex-grow: 1; }
.m-arrow { color: #cbd5e1; }

.mobile-menu-cta { margin-top: auto; margin-bottom: 20px; }

.mobile-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.mobile-socials a {
    width: 45px;
    height: 45px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-text);
    font-size: 22px;
    transition: 0.3s;
}

.mobile-socials a:hover {
    background: var(--brand-color);
    color: #fff;
    transform: translateY(-3px);
}

/* Sadece Mobilde Göster */
@media (min-width: 992px) {
    .mobile-bottom-nav, #mobile-menu-overlay { display: none !important; }
}

/* Bölüm Başlığı ve Container */
.section-process {
    background-color: #f8f9fa; /* Hafif bir arka plan rengi */
}

/* Her bir adımı temsil eden kart */
.process-card {
    background-color: #ffffff;
    border: none;
    border-radius: 1rem; /* Daha belirgin yuvarlak köşe */
    padding: 2.5rem 1.5rem 0.5rem 1.5rem;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: default;
    height: 100%; /* d-flex align-items-stretch ile çalışması için */
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Yumuşak ilk gölge */
}

/* Kartın üzerine gelindiğinde etkileşim */
.process-card:hover {
    transform: translateY(-8px); /* Daha belirgin yükselme */
    box-shadow: 0 15px 30px rgba(25, 127, 253, 0.3); /* Yeni renk kodundan güçlü gölge */
}

/* Adım Numarası Dairesi */
.process-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    background-color: #fff;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 1); /* Beyaz dış halka */
    display: inline-block;
}

/* Adım Başlığı */
.process-card h5 {
    color: var(--primary-color);
    font-weight: 600;
}
/* --- BLOG DETAY STİLLERİ --- */

/* Hero Alanı */
.tracking-wide { letter-spacing: 1px; }

/* Makale İçerik Tipografisi (KRİTİK ALAN) */
.blog-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 19px; /* Okunabilir büyük font */
    line-height: 1.8; /* Satır arası boşluk */
    color: #334155; /* Göz yormayan koyu gri */
}

/* Editörden gelen başlıklar */
.blog-content h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.blog-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 40px;
    margin-bottom: 15px;
}

/* Paragraflar */
.blog-content p { margin-bottom: 28px; }

/* Editörden gelen resimler */
.blog-content img {
    max-width: 100%;
    height: auto !important;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.1);
}

/* Alıntılar (Blockquote) */
.blog-content blockquote {
    border-left: 5px solid var(--brand-color);
    background: #f8fafc;
    padding: 25px 30px;
    margin: 40px 0;
    font-size: 20px;
    font-style: italic;
    color: #475569;
    border-radius: 0 16px 16px 0;
}

/* Listeler */
.blog-content ul, .blog-content ol {
    padding-left: 20px;
    margin-bottom: 30px;
}
.blog-content li {
    margin-bottom: 12px;
    padding-left: 10px;
}
.blog-content li::marker {
    color: var(--brand-color);
    font-weight: bold;
}

/* Linkler */
.blog-content a {
    color: var(--brand-color);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
}

/* Sidebar Hover Efektleri */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.group-hover:hover .group-hover-text {
    color: var(--brand-color) !important;
}

.icon-btn {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    transition: 0.3s;
}
.icon-btn:hover { transform: translateY(-3px); }

/* Sticky Sidebar */
.sticky-sidebar {
    transition: top 0.3s;
}