/* ===========================
   MOBILE RESPONSIVE CSS
   =========================== */

@media (max-width: 768px) {
    /* Body - prevent horizontal scroll */
    * {
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
        max-width: 100vw;
        width: 100%;
    }

    /* All sections */
    section {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    /* Header */
    header {
        width: 100%;
    }

    header .container {
        padding: 0 15px;
        max-width: 100%;
    }

    nav {
        display: none !important;
    }

    .whatsapp-contact {
        display: none !important;
    }

    .logo img {
        height: 35px;
    }

    .hamburger-menu-btn {
        display: flex !important;
        width: 35px;
        height: 35px;
        position: relative;
        flex-shrink: 0;
    }

    .hamburger-menu-btn span {
        width: 22px;
        height: 2.5px;
        background: #ffffff;
    }

    /* Mobile Nav */
    .mobile-nav {
        width: 85%;
        max-width: 320px;
        z-index: 1100 !important;
        display: flex;
        flex-direction: column;
    }

    .mobile-nav-overlay {
        z-index: 1099 !important;
    }

    .mobile-nav-header {
        padding: 20px 25px;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .mobile-logo {
        height: 35px;
        display: block !important;
    }

    .mobile-nav-close {
        width: 35px;
        height: 35px;
        display: flex !important;
    }

    .mobile-nav-menu {
        display: block !important;
        flex: 1;
        overflow-y: auto;
        padding: 10px 0;
    }

    .mobile-nav-menu ul {
        display: flex !important;
        flex-direction: column !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-nav-menu ul li {
        display: block !important;
    }

    .mobile-nav-menu ul li a {
        padding: 15px 25px;
        font-size: 13px;
        display: block !important;
        color: #ffffff !important;
        text-decoration: none !important;
        font-weight: 500 !important;
        transition: all 0.3s ease;
        width: 100%;
        box-sizing: border-box;
    }

    .mobile-nav-menu ul li a:hover {
        background: rgba(243, 112, 33, 0.15) !important;
        color: #F37021 !important;
    }

    .mobile-nav-contact {
        display: block !important;
        padding: 20px 25px;
        background: rgba(0, 0, 0, 0.25);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-whatsapp {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .mobile-whatsapp img {
        width: 40px !important;
        height: 40px !important;
    }

    .mobile-whatsapp-label {
        font-size: 10px !important;
        color: rgba(255, 255, 255, 0.6) !important;
    }

    .mobile-whatsapp-number {
        font-size: 14px !important;
        color: #ffffff !important;
        font-weight: 600 !important;
    }

    /* Hero Section */
    .hero-section {
        height: 70vh;
        min-height: 500px;
        width: 100%;
        max-width: 100vw;
    }

    .hero-content {
        padding: 0 15px;
        max-width: 100%;
    }

    .hero-background {
        width: 100%;
        max-width: 100vw;
    }

    .hero-text {
        max-width: 100%;
    }

    .star-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .hero-text h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .hero-text p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .slide-controls {
        bottom: 30px;
        left: 20px;
    }

    /* Teklif Tab */
    .teklif-tab {
        right: -32px;
        padding: 8px 18px;
        font-size: 10px;
        letter-spacing: 0.5px;
        width: auto;
        white-space: nowrap;
    }

    .teklif-form-container {
        top: 20px;
        right: 10px;
        left: 10px;
        width: auto;
    }

    #teklifForm {
        padding: 20px;
    }

    #teklifForm input,
    #teklifForm textarea {
        padding: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .form-header {
        padding: 15px;
        font-size: 14px;
    }

    .dosya-yukle-btn {
        padding: 8px 15px;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .submit-btn {
        padding: 10px;
        font-size: 14px;
    }

    .checkbox-text {
        font-size: 10px;
    }

    .form-logo img {
        height: 35px;
    }

    /* Hakkımızda Section */
    .hakkimizda-section {
        padding: 60px 0 0 0;
        width: 100%;
    }

    .hakkimizda-content {
        padding: 0 15px 40px 15px;
        max-width: 100%;
    }

    .hakkimizda-header {
        margin-bottom: 30px;
    }

    .hakkimizda-header h3,
    .hakkimizda-header h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .hakkimizda-header h2 {
        font-size: 24px;
    }

    .hakkimizda-image {
        margin-bottom: 30px;
    }

    .hakkimizda-text h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .hakkimizda-text p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* MJF Section */
    .mjf-section {
        padding: 0;
        margin-bottom: -60px;
    }

    .mjf-hero-wrapper {
        margin-bottom: 0;
    }

    .mjf-hero-container {
        flex-direction: column;
    }

    .mjf-hero-left {
        width: 100%;
        order: 2;
    }

    .mjf-hero-right {
        width: 100%;
        padding: 30px 20px;
        order: 1;
    }

    .mjf-star {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }

    .mjf-hero-right h2 {
        font-size: 24px;
        line-height: 1.3;
        text-align: center;
    }

    .hp-logo-bottom {
        width: 40px;
        margin-top: 15px;
        margin-right: 0;
        align-self: center;
    }

    .mjf-content {
        padding: 40px 15px 0 15px;
        max-width: 100%;
    }

    .mjf-description h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .mjf-description p {
        font-size: 14px;
    }

    .mjf-clips {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .mjf-how {
        margin-bottom: 60px;
    }

    .mjf-how h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .mjf-how ul li {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Video Section */
    .video-section {
        padding: 40px 0;
    }

    .video-header {
        padding: 0 15px;
    }

    .video-star {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }

    .video-header p {
        font-size: 18px;
    }

    /* Neden MJF Section */
    .neden-mjf-section {
        padding: 40px 0 0 0;
    }

    .neden-content {
        padding: 0 15px;
    }

    .neden-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .neden-left h3,
    .neden-right h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .intro-text,
    .feature-item p,
    .usage-list li {
        font-size: 14px;
    }

    /* Avantajlar Section */
    .avantajlar-section {
        padding: 20px 0 0 0;
    }

    .avantajlar-content {
        padding: 0 15px;
    }

    .avantaj-row {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 30px;
    }

    .avantaj-right img {
        width: 85%;
        margin-top: 10px;
    }

    .avantaj-row-first {
        margin-top: -40px;
    }

    .avantaj-row.reverse {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 15px 25px 15px;
        margin-bottom: 20px;
    }

    .avantaj-star {
        width: 40px !important;
        height: 40px !important;
    }

    .avantaj-left h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .avantaj-left h3,
    .avantaj-right h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .avantaj-left p,
    .avantaj-right p,
    .avantaj-left ul li,
    .avantaj-right ul li {
        font-size: 14px;
    }

    .avantaj-left img[src*="kalipsiz.png"] {
        width: 100%;
    }

    /* Teslim Section */
    .teslim-purple-bar {
        height: 150px;
    }

    .teslim-content {
        margin: -100px auto 0;
        padding: 0 15px;
    }

    .teslim-cards {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }

    .teslim-card h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .teslim-card ol li,
    .teslim-card ul li,
    .teslim-card p {
        font-size: 14px;
    }

    /* Comparison Section */
    .comparison-section {
        padding: 40px 0;
    }

    .comparison-content {
        padding: 0 15px;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .comparison-left h2,
    .comparison-right h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .comparison-item h4,
    .comparison-item p,
    .comparison-right p,
    .comparison-right ul li {
        font-size: 14px;
    }

    /* Blog Section */
    .blog-section {
        padding: 40px 0;
    }

    .blog-content {
        padding: 0 15px;
    }

    .blog-header {
        margin-bottom: 30px;
    }

    .blog-star {
        width: 40px;
        height: 40px;
    }

    .blog-header h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .blog-slider-container {
        padding: 0;
        margin-bottom: 30px;
    }

    .blog-slider {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blog-nav {
        display: none;
    }

    .blog-image {
        height: 200px;
    }

    .blog-card-content h3 {
        font-size: 18px;
    }

    .blog-card-content p {
        font-size: 14px;
    }

    /* Blog List Page */
    .blog-list-hero {
        height: 300px;
    }

    .blog-hero-star {
        width: 50px;
        height: 50px;
    }

    .blog-list-hero h1 {
        font-size: 40px;
    }

    .blog-list-hero p {
        font-size: 18px;
    }

    .blog-list-section {
        padding: 40px 0;
    }

    .blog-list-content {
        padding: 0 15px;
    }

    .blog-list-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* Blog Detail Page */
    .blog-detail-hero {
        padding: 100px 0 40px 0;
    }

    .blog-detail-hero-content {
        padding: 0 15px;
    }

    .blog-detail-hero h1 {
        font-size: 28px;
    }

    .blog-detail-meta {
        gap: 15px;
    }

    .blog-detail-section {
        padding: 40px 0;
    }

    .blog-detail-content {
        padding: 0 15px;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-detail-image {
        height: 250px;
        margin-bottom: 30px;
    }

    .blog-detail-text h2 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .blog-detail-text h3 {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .blog-detail-text p,
    .blog-detail-text ul li {
        font-size: 14px;
    }

    /* Footer Section */
    .footer-section {
        padding: 40px 0;
    }

    .footer-content {
        padding: 0 15px;
    }

    .footer-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-col h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .footer-col h4 {
        font-size: 18px;
        margin-top: 20px;
    }

    .footer-col p,
    .footer-col ul li {
        font-size: 14px;
    }

    .footer-machine {
        margin-top: 15px;
    }

    /* Main Footer */
    .footer-bottom {
        padding: 30px 0;
    }

    .footer-bottom-content {
        padding: 0 15px;
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-col-left img {
        width: 150px;
        margin: 0 auto;
    }

    .footer-col-middle {
        text-align: center;
    }

    .footer-col-middle h4 {
        font-size: 16px;
    }

    .footer-col-middle p {
        font-size: 12px;
    }

    .footer-col-right {
        align-items: center;
    }

    .footer-whatsapp {
        justify-content: center;
    }

    .footer-email {
        font-size: 12px;
        text-decoration: none !important;
    }

    .footer-whatsapp-number {
        text-decoration: none !important;
    }

    .footer-col-middle p,
    .footer-col-middle a {
        text-decoration: none !important;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-username {
        font-size: 12px;
    }

    .footer-copyright p {
        font-size: 10px;
        padding: 0 10px;
    }

    /* Scroll Top Button */
    .scroll-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .scroll-top img {
        width: 20px;
        height: 20px;
    }

    /* Orange Line */
    .orange-line {
        height: 30px;
    }
}
