/* Premium Responsive CSS - Tüm Site Mobil Uyumlu */

/* Tablet - 992px ve altı */
@media (max-width: 992px) {
    /* Container */
    .container {
        padding: 0 20px;
    }
    
    /* Process Section */
    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Packages */
    .package-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* Livestock */
    .livestock-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    /* Features */
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Video Grid */
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Info Grid */
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    /* Contact Grid */
    .contact-wrapper-centered {
        max-width: 100%;
    }
    
    .contact-items-centered {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* Mobile - 768px ve altı */
@media (max-width: 768px) {
    /* Typography */
    h1 {
        font-size: 28px !important;
    }
    
    h2 {
        font-size: 24px !important;
    }
    
    h3 {
        font-size: 18px !important;
    }
    
    /* Hero Slider */
    .hero-slider {
        height: 400px;
    }
    
    /* Process Section */
    .process-section {
        padding: 50px 0;
    }
    
    .section-header h2 {
        font-size: 28px !important;
    }
    
    .section-header p {
        font-size: 14px;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .process-step {
        padding: 25px 15px;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .process-step h3 {
        font-size: 15px;
        min-height: auto;
    }
    
    .process-step p {
        font-size: 13px;
    }
    
    /* Packages Section */
    .packages {
        padding: 50px 0;
    }
    
    .packages h2 {
        font-size: 24px !important;
        margin-bottom: 25px;
    }
    
    .package-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .package-card {
        max-width: 100%;
    }
    
    .package-image {
        height: 200px;
    }
    
    .package-card h3 {
        font-size: 16px;
    }
    
    .price {
        font-size: 20px;
    }
    
    .package-content {
        font-size: 13px;
    }
    
    .order-section {
        flex-direction: column;
        gap: 10px;
    }
    
    .quantity {
        width: 100%;
    }
    
    .btn-order {
        width: 100%;
    }
    
    /* Livestock Section */
    .livestock-section {
        padding: 50px 0;
    }
    
    .livestock-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .livestock-image {
        height: 200px;
    }
    
    .livestock-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .livestock-header h3 {
        font-size: 15px;
    }
    
    .livestock-price {
        font-size: 18px;
    }
    
    .detail-row {
        font-size: 12px;
    }
    
    .stock-progress {
        padding: 12px;
    }
    
    .stock-info-bar {
        font-size: 12px;
    }
    
    .quantity-input {
        width: 60px;
        padding: 10px;
        font-size: 14px;
    }
    
    .btn-order {
        font-size: 13px;
        padding: 10px 15px;
    }
    
    /* Footer */
    .footer-top {
        padding: 40px 0 30px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .footer-col h3 {
        font-size: 20px;
    }
    
    .footer-col h4 {
        font-size: 16px;
    }
    
    .footer-links a,
    .footer-contact a {
        font-size: 13px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-bottom p {
        font-size: 12px;
    }
    
    .payment-methods {
        font-size: 24px;
    }
    
    /* WhatsApp Float */
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
        bottom: 20px;
        right: 20px;
    }
    
    /* Page Hero */
    .page-hero {
        padding: 50px 0;
    }
    
    .page-hero h1 {
        font-size: 28px !important;
    }
    
    .page-hero p {
        font-size: 15px;
    }
    
    /* Features Section */
    .features-section {
        padding: 50px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-card {
        padding: 30px 20px;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
    
    .feature-card h3 {
        font-size: 18px;
    }
    
    .feature-card p {
        font-size: 14px;
    }
    
    /* CTA Section */
    .cta-section {
        padding: 50px 0;
    }
    
    .cta-content h2 {
        font-size: 28px !important;
    }
    
    .cta-content p {
        font-size: 16px;
    }
    
    .btn-cta {
        padding: 12px 30px;
        font-size: 15px;
    }
    
    /* Video Section */
    .video-section {
        padding: 50px 0;
    }
    
    .video-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .video-thumbnail {
        height: 180px;
    }
    
    .play-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .video-info h3 {
        font-size: 16px;
    }
    
    .video-info p {
        font-size: 13px;
    }
    
    .video-note {
        padding: 15px;
        flex-direction: column;
        text-align: center;
    }
    
    .video-note i {
        font-size: 20px;
    }
    
    .video-note p {
        font-size: 13px;
    }
    
    /* Info Section */
    .info-section {
        padding: 50px 0;
    }
    
    .info-card {
        flex-direction: column;
        padding: 20px;
    }
    
    .info-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .info-card h3 {
        font-size: 16px;
    }
    
    .info-card p {
        font-size: 13px;
    }
    
    /* FAQ Section */
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-question {
        padding: 15px 20px;
    }
    
    .faq-question h3 {
        font-size: 15px;
    }
    
    .faq-answer p {
        padding: 0 20px 15px;
        font-size: 13px;
    }
    
    /* Contact Section */
    .contact-section {
        padding: 50px 0;
    }
    
    .contact-info h2,
    .contact-form-wrapper h2 {
        font-size: 24px !important;
    }
    
    .contact-info > p {
        font-size: 14px;
    }
    
    .contact-item {
        gap: 15px;
    }
    
    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .contact-item h4 {
        font-size: 15px;
    }
    
    .contact-item a,
    .contact-item p {
        font-size: 13px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .form-group label {
        font-size: 13px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .btn-submit {
        padding: 12px;
        font-size: 15px;
    }
}

/* Extra Small Mobile - 480px ve altı */
@media (max-width: 480px) {
    /* Container */
    .container {
        padding: 0 15px;
    }
    
    /* Typography */
    h1 {
        font-size: 24px !important;
    }
    
    h2 {
        font-size: 20px !important;
    }
    
    h3 {
        font-size: 16px !important;
    }
    
    /* Hero Slider */
    .hero-slider {
        height: 300px;
    }
    
    /* Process Section */
    .process-section {
        padding: 40px 0;
    }
    
    .section-header h2 {
        font-size: 22px !important;
    }
    
    .process-step {
        padding: 20px 15px;
    }
    
    .step-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .process-step h3 {
        font-size: 14px;
    }
    
    .process-step p {
        font-size: 12px;
    }
    
    /* Packages */
    .packages {
        padding: 40px 0;
    }
    
    .package-image {
        height: 180px;
    }
    
    .package-card h3 {
        font-size: 15px;
    }
    
    .price {
        font-size: 18px;
    }
    
    /* Livestock */
    .livestock-section {
        padding: 40px 0;
    }
    
    .livestock-image {
        height: 180px;
    }
    
    .livestock-content {
        padding: 15px;
    }
    
    .livestock-header h3 {
        font-size: 14px;
    }
    
    .livestock-price {
        font-size: 16px;
    }
    
    .detail-row {
        font-size: 11px;
        padding: 5px 0;
    }
    
    .detail-row i {
        font-size: 12px;
    }
    
    /* Footer */
    .footer-top {
        padding: 30px 0 20px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .footer-col h3 {
        font-size: 18px;
    }
    
    .footer-col h4 {
        font-size: 15px;
    }
    
    .footer-social {
        gap: 10px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .footer-links a {
        font-size: 12px;
    }
    
    .footer-contact li {
        gap: 12px;
    }
    
    .footer-contact i {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .footer-contact strong {
        font-size: 13px;
    }
    
    .footer-contact a {
        font-size: 12px;
    }
    
    .footer-bottom {
        padding: 15px 0;
    }
    
    .payment-methods {
        font-size: 20px;
        gap: 10px;
    }
    
    /* WhatsApp Float */
    .whatsapp-float {
        width: 45px;
        height: 45px;
        font-size: 22px;
        bottom: 15px;
        right: 15px;
    }
    
    /* Page Hero */
    .page-hero {
        padding: 40px 0;
    }
    
    .page-hero h1 {
        font-size: 24px !important;
    }
    
    .page-hero p {
        font-size: 14px;
    }
    
    /* Features */
    .features-section {
        padding: 40px 0;
    }
    
    .feature-card {
        padding: 25px 15px;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .feature-card h3 {
        font-size: 16px;
    }
    
    .feature-card p {
        font-size: 13px;
    }
    
    /* CTA */
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-content h2 {
        font-size: 24px !important;
    }
    
    .cta-content p {
        font-size: 14px;
    }
    
    .btn-cta {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    /* Video */
    .video-section {
        padding: 40px 0;
    }
    
    .video-thumbnail {
        height: 160px;
    }
    
    .play-button {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .video-info {
        padding: 15px;
    }
    
    .video-info h3 {
        font-size: 15px;
    }
    
    .video-info p {
        font-size: 12px;
    }
    
    .video-date {
        font-size: 11px;
    }
    
    /* Info */
    .info-section {
        padding: 40px 0;
    }
    
    .info-card {
        padding: 15px;
    }
    
    .info-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .info-card h3 {
        font-size: 15px;
    }
    
    .info-card p {
        font-size: 12px;
    }
    
    /* FAQ */
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-question {
        padding: 12px 15px;
    }
    
    .faq-question h3 {
        font-size: 14px;
    }
    
    .faq-question i {
        font-size: 14px;
    }
    
    .faq-answer p {
        padding: 0 15px 12px;
        font-size: 12px;
    }
    
    /* Contact */
    .contact-section {
        padding: 40px 0;
    }
    
    .contact-info h2,
    .contact-form-wrapper h2 {
        font-size: 20px !important;
    }
    
    .contact-form-wrapper {
        padding: 25px 15px;
    }
    
    .form-group {
        margin-bottom: 15px;
    }
    
    .btn-submit {
        padding: 10px;
        font-size: 14px;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-slider {
        height: 300px;
    }
    
    .page-hero {
        padding: 40px 0;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    /* Daha büyük tıklanabilir alanlar */
    .btn-order,
    .btn-cta,
    .btn-submit,
    .btn-header {
        min-height: 44px;
        padding: 12px 20px;
    }
    
    .nav-link,
    .footer-links a {
        padding: 10px 0;
    }
    
    /* Hover efektlerini kaldır */
    .livestock-card:hover,
    .package-card:hover,
    .feature-card:hover {
        transform: none;
    }
}
