/*
Theme Name: Toyu CRM Child Theme
Description: Child theme for Toyu CRM landing page
Template: betheme
Version: 1.0
*/

/* Ana temanın stillerini import et */
@import url("../betheme/style.css");

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Font Awesome Icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* =================================================================
   TOYU CRM LANDING PAGE STYLES
   Bu stiller sadece .toyu-crm-page class'ına sahip sayfalarda çalışır
   ================================================================= */

/* Page-specific reset */
.toyu-crm-page {
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    line-height: 1.6 !important;
    color: #1e293b !important;
    background: #ffffff !important;
}

.toyu-crm-page * {
    box-sizing: border-box;
}

/* Container */
.toyu-crm-page .crm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation Override */
.toyu-crm-page .crm-navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px 0;
}

.toyu-crm-page .crm-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.toyu-crm-page .crm-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: #1e293b !important;
}

.toyu-crm-page .crm-logo-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-weight: bold;
    font-size: 14px;
}

.toyu-crm-page .crm-logo-text {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.toyu-crm-page .crm-nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.toyu-crm-page .crm-nav-menu a {
    text-decoration: none !important;
    color: #64748b !important;
    font-weight: 500 !important;
    transition: color 0.3s ease;
}

.toyu-crm-page .crm-nav-menu a:hover {
    color: #1e293b !important;
}

.toyu-crm-page .crm-nav-buttons {
    display: flex;
    gap: 15px;
}

.toyu-crm-page .crm-btn {
    padding: 12px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.3s ease;
    border: none !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.toyu-crm-page .crm-btn-outline {
    background: transparent !important;
    border: 1px solid #e2e8f0 !important;
    color: #64748b !important;
}

.toyu-crm-page .crm-btn-outline:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
}

.toyu-crm-page .crm-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%) !important;
    color: white !important;
    border: none !important;
}

.toyu-crm-page .crm-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

/* Hero Section */
.toyu-crm-page .crm-hero {
    padding: 120px 0 80px 0 !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%) !important;
    position: relative;
    overflow: hidden;
    margin-top: 0 !important;
}

.toyu-crm-page .crm-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.toyu-crm-page .crm-hero-content h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    color: #1e293b !important;
}

.toyu-crm-page .crm-hero-content .highlight {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.toyu-crm-page .crm-hero-content p {
    font-size: 18px !important;
    color: #64748b !important;
    margin-bottom: 30px !important;
    line-height: 1.6 !important;
}

.toyu-crm-page .crm-hero-cta {
    margin-bottom: 20px !important;
}

.toyu-crm-page .crm-hero-cta .crm-btn {
    padding: 18px 36px !important;
    font-size: 16px !important;
    border-radius: 12px !important;
}

.toyu-crm-page .crm-hero-features {
    font-size: 14px !important;
    color: #64748b !important;
}

.toyu-crm-page .crm-hero-image {
    position: relative;
}

.toyu-crm-page .crm-dashboard-preview {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    background: white;
    padding: 20px;
}

/* Trust Indicators */
.toyu-crm-page .crm-trust-section {
    padding: 60px 0 !important;
    background: #f8fafc !important;
}

.toyu-crm-page .crm-trust-title {
    text-align: center;
    color: #64748b !important;
    margin-bottom: 40px !important;
    font-size: 16px !important;
}

.toyu-crm-page .crm-company-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px !important;
}

.toyu-crm-page .crm-company-logo {
    background: white !important;
    padding: 15px 25px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #e2e8f0 !important;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.toyu-crm-page .crm-company-logo:hover {
    opacity: 1;
}

.toyu-crm-page .crm-security-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 40px !important;
    border-top: 1px solid #e2e8f0 !important;
}

.toyu-crm-page .crm-security-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b !important;
    font-size: 14px !important;
}

.toyu-crm-page .crm-security-badge .icon {
    color: #10b981 !important;
    font-size: 16px !important;
}

/* Social Proof */
.toyu-crm-page .crm-social-proof {
    padding: 80px 0 !important;
    background: white !important;
}

.toyu-crm-page .crm-section-title {
    text-align: center;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 60px !important;
}

.toyu-crm-page .crm-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px !important;
}

.toyu-crm-page .crm-testimonial {
    background: white !important;
    padding: 30px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #f1f5f9 !important;
}

.toyu-crm-page .crm-testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px !important;
    justify-content: center;
}

.toyu-crm-page .crm-star {
    color: #fbbf24 !important;
    font-size: 16px !important;
}

.toyu-crm-page .crm-testimonial-content {
    font-style: italic !important;
    color: #64748b !important;
    margin-bottom: 20px !important;
    text-align: center;
}

.toyu-crm-page .crm-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.toyu-crm-page .crm-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.toyu-crm-page .crm-author-info h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin: 0 !important;
}

.toyu-crm-page .crm-author-info p {
    font-size: 12px !important;
    color: #64748b !important;
    margin: 0 !important;
}

/* Stats */
.toyu-crm-page .crm-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.toyu-crm-page .crm-stat {
    text-align: center;
}

.toyu-crm-page .crm-stat-number {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.toyu-crm-page .crm-stat-label {
    color: #64748b !important;
    font-size: 16px !important;
}

/* Features */
.toyu-crm-page .crm-features {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%) !important;
}

.toyu-crm-page .crm-features-intro {
    text-align: center;
    margin-bottom: 60px !important;
}

.toyu-crm-page .crm-features-intro p {
    font-size: 18px !important;
    color: #64748b !important;
    margin-top: 20px !important;
}

.toyu-crm-page .crm-feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 80px !important;
}

.toyu-crm-page .crm-feature-card {
    background: white !important;
    padding: 40px 30px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    text-align: center;
}

.toyu-crm-page .crm-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 24px !important;
    color: white !important;
}

.toyu-crm-page .crm-feature-card h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #1e293b !important;
}

.toyu-crm-page .crm-feature-card p {
    color: #64748b !important;
    line-height: 1.6 !important;
}

/* All Features Grid */
.toyu-crm-page .crm-all-features {
    padding: 80px 0 !important;
    background: white !important;
}

.toyu-crm-page .crm-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px !important;
}

.toyu-crm-page .crm-feature-item {
    text-align: center;
}

.toyu-crm-page .crm-feature-item .icon {
    font-size: 32px !important;
    color: #3b82f6 !important;
    margin-bottom: 15px !important;
}

.toyu-crm-page .crm-feature-item h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #1e293b !important;
}

.toyu-crm-page .crm-feature-item p {
    color: #64748b !important;
    font-size: 14px !important;
}

/* Pricing */
.toyu-crm-page .crm-pricing {
    padding: 80px 0 !important;
    background: #f8fafc !important;
}

.toyu-crm-page .crm-pricing-intro {
    text-align: center;
    margin-bottom: 60px !important;
}

.toyu-crm-page .crm-pricing-intro p {
    font-size: 18px !important;
    color: #64748b !important;
    margin-top: 20px !important;
}

.toyu-crm-page .crm-pricing-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.toyu-crm-page .crm-pricing-card {
    background: white !important;
    border-radius: 12px !important;
    padding: 40px 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 2px solid transparent !important;
    position: relative;
}

.toyu-crm-page .crm-pricing-card.featured {
    border-color: #3b82f6 !important;
    transform: scale(1.05);
}

.toyu-crm-page .crm-pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #3b82f6 !important;
    color: white !important;
    padding: 6px 20px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.toyu-crm-page .crm-pricing-header {
    text-align: center;
    margin-bottom: 30px !important;
}

.toyu-crm-page .crm-pricing-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.toyu-crm-page .crm-pricing-subtitle {
    color: #64748b !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

.toyu-crm-page .crm-pricing-price {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.toyu-crm-page .crm-pricing-period {
    font-size: 16px !important;
    color: #64748b !important;
}

.toyu-crm-page .crm-pricing-yearly {
    font-size: 14px !important;
    color: #64748b !important;
    margin-top: 5px !important;
}

.toyu-crm-page .crm-pricing-features {
    list-style: none !important;
    margin: 30px 0 !important;
    padding: 0 !important;
}

.toyu-crm-page .crm-pricing-features li {
    padding: 8px 0 !important;
    color: #64748b !important;
    position: relative;
    padding-left: 25px !important;
}

.toyu-crm-page .crm-pricing-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981 !important;
    font-weight: bold;
}

.toyu-crm-page .crm-pricing-button {
    width: 100%;
    text-align: center;
}

/* Final CTA */
.toyu-crm-page .crm-final-cta {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%) !important;
    color: white !important;
    text-align: center;
}

.toyu-crm-page .crm-final-cta h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: white !important;
}

.toyu-crm-page .crm-final-cta p {
    font-size: 18px !important;
    opacity: 0.9;
    margin-bottom: 40px !important;
}

.toyu-crm-page .crm-final-cta .crm-btn {
    background: white !important;
    color: #3b82f6 !important;
    padding: 18px 40px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

.toyu-crm-page .crm-final-cta .features {
    font-size: 14px !important;
    opacity: 0.8;
}

/* Footer */
.toyu-crm-page .crm-footer {
    background: #1e293b !important;
    color: white !important;
    padding: 60px 0 30px 0 !important;
}

.toyu-crm-page .crm-footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px !important;
}

.toyu-crm-page .crm-footer-brand h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
}

.toyu-crm-page .crm-footer-brand p {
    color: #94a3b8 !important;
    margin-bottom: 20px !important;
    line-height: 1.6 !important;
}

.toyu-crm-page .crm-footer-contact {
    color: #94a3b8 !important;
    font-size: 14px !important;
}

.toyu-crm-page .crm-footer-contact div {
    margin-bottom: 8px !important;
}

.toyu-crm-page .crm-footer-section h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: white !important;
}

.toyu-crm-page .crm-footer-section ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.toyu-crm-page .crm-footer-section ul li {
    margin-bottom: 10px !important;
}

.toyu-crm-page .crm-footer-section ul li a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.toyu-crm-page .crm-footer-section ul li a:hover {
    color: white !important;
}

.toyu-crm-page .crm-footer-bottom {
    border-top: 1px solid #334155 !important;
    padding-top: 30px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.toyu-crm-page .crm-footer-bottom p {
    color: #94a3b8 !important;
    margin: 0 !important;
}

.toyu-crm-page .crm-footer-links {
    display: flex;
    gap: 30px;
}

.toyu-crm-page .crm-footer-links a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: color 0.3s ease;
}

.toyu-crm-page .crm-footer-links a:hover {
    color: white !important;
}

/* Utility Classes */
.toyu-crm-page .text-center { text-align: center !important; }
.toyu-crm-page .text-blue { color: #3b82f6 !important; }
.toyu-crm-page .text-green { color: #10b981 !important; }
.toyu-crm-page .text-purple { color: #8b5cf6 !important; }
.toyu-crm-page .text-orange { color: #f59e0b !important; }
.toyu-crm-page .bg-blue { background: #3b82f6 !important; }
.toyu-crm-page .bg-green { background: linear-gradient(135deg, #10b981 0%, #3b82f6 100%) !important; }
.toyu-crm-page .bg-purple { background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%) !important; }
.toyu-crm-page .bg-orange { background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%) !important; }

/* Responsive Design */
@media (max-width: 768px) {
    .toyu-crm-page .crm-nav-menu {
        display: none !important;
    }
    
    .toyu-crm-page .crm-hero-container {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        text-align: center;
    }
    
    .toyu-crm-page .crm-hero-content h1 {
        font-size: 36px !important;
    }
    
    .toyu-crm-page .crm-company-logos {
        gap: 20px !important;
    }
    
    .toyu-crm-page .crm-security-badges {
        gap: 15px !important;
    }
    
    .toyu-crm-page .crm-testimonials {
        grid-template-columns: 1fr !important;
    }
    
    .toyu-crm-page .crm-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }
    
    .toyu-crm-page .crm-feature-cards {
        grid-template-columns: 1fr !important;
    }
    
    .toyu-crm-page .crm-features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }
    
    .toyu-crm-page .crm-pricing-table {
        grid-template-columns: 1fr !important;
    }
    
    .toyu-crm-page .crm-pricing-card.featured {
        transform: none !important;
    }
    
    .toyu-crm-page .crm-footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .toyu-crm-page .crm-footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
    }
}

