/* Responsive CSS - Cleopatra Ink Berlin - Professional Design */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .container {
        padding: 0 30px;
    }
    
    .main-nav ul {
        gap: 20px;
    }
    
    .main-nav a {
        font-size: 14px;
    }
    
    /* Hero */
    .hero-section-pro {
        min-height: 600px;
        padding: 60px 0;
    }
    
    .hero-title-pro {
        font-size: 48px;
    }
    
    .hero-subtitle-pro {
        font-size: 16px;
    }
    
    .section-title-lg {
        font-size: 40px;
    }
    
    /* Why Us */
    .why-us-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
    
    /* Services */
    .services-grid-modern {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
}

/* Mobile Landscape & Tablet Portrait (768px) */
@media (max-width: 768px) {
    /* Header */
    .main-nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .logo-img {
        height: 40px;
    }
    
    /* Hero Professional */
    .hero-section-pro {
        min-height: 550px;
        padding: 50px 0;
    }
    
    .hero-title-pro {
        font-size: 36px;
    }
    
    .hero-subtitle-pro {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .social-proof {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .reviews-badge {
        width: 100%;
        justify-content: center;
    }
    
    .customer-photos {
        justify-content: center;
        width: 100%;
    }
    
    .hero-cta {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
        font-size: 15px;
    }
    
    /* Trust Section */
    .trust-section {
        padding: 25px 0;
    }
    
    .trust-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .trust-item {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    
    .trust-item h3 {
        font-size: 15px;
    }
    
    /* Why Us Section */
    .why-us-section {
        padding: 70px 0;
    }
    
    .why-us-header {
        margin-bottom: 40px;
    }
    
    .section-title-lg {
        font-size: 32px;
    }
    
    .why-us-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .why-us-card {
        padding: 30px 25px;
    }
    
    .why-us-card h3 {
        font-size: 20px;
    }
    
    .why-us-card p {
        font-size: 14px;
    }
    
    /* Services Modern */
    .services-section-modern {
        padding: 70px 0;
    }
    
    .section-header-center {
        margin-bottom: 40px;
    }
    
    .services-grid-modern {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .service-image-placeholder {
        height: 220px;
    }
    
    .service-content-modern {
        padding: 25px;
    }
    
    .service-content-modern h3 {
        font-size: 22px;
    }
    
    /* CTA Strong */
    .cta-section-strong {
        padding: 70px 0;
    }
    
    .cta-content-strong h2 {
        font-size: 36px;
    }
    
    .cta-content-strong p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .btn-cta-large {
        width: 100%;
        justify-content: center;
        padding: 18px 35px;
        font-size: 16px;
    }
    
    .cta-features {
        gap: 15px;
        font-size: 13px;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Fixed Buttons */
    .fixed-buttons-left {
        bottom: 20px;
        left: 20px;
        gap: 12px;
    }
    
    .fixed-btn svg {
        width: 55px;
        height: 55px;
    }
    
    .go-to-top {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
    }
}

/* Mobile Portrait (480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .header-content {
        padding: 15px 0;
    }
    
    .logo-img {
        height: 35px;
    }
    
    .lang-switcher {
        font-size: 12px;
    }
    
    /* Hero Professional */
    .hero-section-pro {
        min-height: 500px;
        padding: 40px 0;
    }
    
    .hero-title-pro {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .hero-subtitle-pro {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .social-proof {
        margin-bottom: 25px;
    }
    
    .reviews-badge {
        padding: 12px 20px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .stars {
        font-size: 18px;
    }
    
    .review-text {
        font-size: 13px;
    }
    
    .review-text strong {
        font-size: 16px;
    }
    
    .customer-photos img {
        width: 38px;
        height: 38px;
        margin-left: -12px;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        padding: 14px 25px;
        font-size: 14px;
    }
    
    /* Trust Section */
    .trust-section {
        padding: 20px 0;
    }
    
    .trust-icon {
        font-size: 32px;
    }
    
    .trust-item h3 {
        font-size: 14px;
    }
    
    /* Why Us */
    .why-us-section {
        padding: 50px 0;
    }
    
    .section-label {
        font-size: 11px;
        padding: 5px 14px;
    }
    
    .section-title-lg {
        font-size: 28px;
    }
    
    .why-us-card {
        padding: 25px 20px;
    }
    
    .why-icon {
        font-size: 42px;
    }
    
    .why-us-card h3 {
        font-size: 18px;
    }
    
    .why-us-card p {
        font-size: 14px;
    }
    
    /* Services Modern */
    .services-section-modern {
        padding: 50px 0;
    }
    
    .service-image-placeholder {
        height: 200px;
    }
    
    .service-content-modern {
        padding: 20px;
    }
    
    .service-content-modern h3 {
        font-size: 20px;
    }
    
    .service-content-modern p {
        font-size: 14px;
    }
    
    /* CTA Strong */
    .cta-section-strong {
        padding: 50px 0;
    }
    
    .cta-content-strong h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .cta-content-strong p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .btn-cta-large {
        padding: 16px 30px;
        font-size: 15px;
    }
    
    .cta-features {
        flex-direction: column;
        gap: 10px;
        font-size: 12px;
    }
    
    /* Footer */
    .main-footer {
        padding: 40px 0 20px;
    }
    
    .footer-col h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer-col p,
    .footer-col a {
        font-size: 14px;
    }
    
    .contact-info span {
        font-size: 16px;
    }
    
    .social-links a {
        width: 35px;
        height: 35px;
    }
    
    .footer-bottom {
        font-size: 12px;
    }
    
    /* Fixed Buttons */
    .fixed-buttons-left {
        bottom: 15px;
        left: 15px;
        gap: 10px;
    }
    
    .fixed-btn svg {
        width: 50px;
        height: 50px;
    }
    
    .go-to-top {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .hero-title-pro {
        font-size: 24px;
    }
    
    .hero-subtitle-pro {
        font-size: 13px;
    }
    
    .section-title-lg {
        font-size: 24px;
    }
    
    .why-us-card h3 {
        font-size: 17px;
    }
    
    .service-content-modern h3 {
        font-size: 18px;
    }
    
    .cta-content-strong h2 {
        font-size: 24px;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        padding: 12px 20px;
        font-size: 13px;
    }
}

/* Landscape Mode Fix */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section-pro {
        min-height: 450px;
        padding: 30px 0;
    }
    
    .hero-title-pro {
        font-size: 32px;
    }
    
    .hero-subtitle-pro {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .social-proof {
        margin-bottom: 20px;
    }
    
    .why-us-section,
    .services-section-modern,
    .cta-section-strong {
        padding: 40px 0;
    }
}

/* Print Styles */
@media print {
    .main-header,
    .fixed-buttons-left,
    .go-to-top,
    .mobile-menu-toggle,
    .hero-cta,
    .btn,
    .btn-cta-primary,
    .btn-cta-secondary,
    .btn-cta-large {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        color: #000;
    }
    
    a {
        text-decoration: underline;
        color: #000;
    }
    
    .main-footer {
        border-top: 1px solid #000;
        color: #000;
        background: #fff;
    }
    
    .hero-section-pro {
        background: #f5f5f5;
        color: #000;
        min-height: auto;
        padding: 40px 0;
    }
    
    .hero-title-pro,
    .hero-subtitle-pro {
        color: #000;
    }
}

/* ===== FAQ SECTION RESPONSIVE ===== */

/* Tablet (768px) */
@media (max-width: 768px) {
    .faq-section {
        padding: 70px 0;
    }
    
    .faq-header {
        margin-bottom: 40px;
    }
    
    .faq-subtitle {
        font-size: 16px;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .faq-card {
        padding: 30px 25px;
    }
    
    .faq-card h3 {
        font-size: 18px;
    }
    
    .faq-cta {
        padding: 40px 30px;
    }
    
    .faq-cta-text {
        font-size: 16px;
    }
    
    .faq-cta-text strong {
        font-size: 18px;
    }
    
    .faq-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-faq-primary,
    .btn-faq-secondary {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
        font-size: 15px;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-header .section-title-lg {
        font-size: 26px;
    }
    
    .faq-subtitle {
        font-size: 14px;
    }
    
    .faq-card {
        padding: 25px 20px;
    }
    
    .faq-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .faq-card h3 {
        font-size: 17px;
    }
    
    .faq-card p {
        font-size: 13px;
    }
    
    .faq-cta {
        padding: 30px 20px;
        border-radius: 16px;
    }
    
    .faq-cta-text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .faq-cta-text strong {
        font-size: 16px;
    }
    
    .btn-faq-primary,
    .btn-faq-secondary {
        padding: 14px 25px;
        font-size: 14px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .faq-header .section-title-lg {
        font-size: 22px;
    }
    
    .faq-card h3 {
        font-size: 16px;
    }
    
    .btn-faq-primary,
    .btn-faq-secondary {
        padding: 12px 20px;
        font-size: 13px;
    }
}

/* ===== GALLERY SHOWCASE RESPONSIVE ===== */

/* Tablet (768px) */
@media (max-width: 768px) {
    .gallery-showcase {
        padding: 70px 0;
    }
    
    .gallery-header {
        margin-bottom: 40px;
    }
    
    .gallery-subtitle {
        font-size: 16px;
    }
    
    .gallery-reviews {
        flex-direction: column;
        gap: 15px;
    }
    
    .gallery-cta-top {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }
    
    .btn-gallery-primary,
    .btn-gallery-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 28px;
        font-size: 14px;
    }
    
    .gallery-scroll {
        margin-bottom: 15px;
    }
    
    .gallery-item {
        min-width: 250px;
        height: 350px;
    }
    
    /* Animasyon hızını tablet için yavaşlat */
    .gallery-row-left {
        animation: scrollLeft 50s linear infinite;
    }
    
    .gallery-row-right {
        animation: scrollRight 50s linear infinite;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .gallery-showcase {
        padding: 50px 0;
    }
    
    .gallery-header .section-title-lg {
        font-size: 28px;
    }
    
    .gallery-subtitle {
        font-size: 14px;
    }
    
    .customer-avatars img {
        width: 38px;
        height: 38px;
        margin-left: -12px;
    }
    
    .gallery-rating {
        padding: 8px 16px;
    }
    
    .gallery-rating .stars {
        font-size: 16px;
    }
    
    .gallery-rating span {
        font-size: 13px;
    }
    
    .gallery-rating strong {
        font-size: 16px;
    }
    
    .btn-gallery-primary,
    .btn-gallery-secondary {
        padding: 12px 24px;
        font-size: 13px;
    }
    
    .gallery-item {
        min-width: 200px;
        height: 300px;
    }
    
    .gallery-label {
        bottom: 10px;
        left: 10px;
        padding: 6px 14px;
        font-size: 12px;
    }
    
    /* Animasyon hızını mobile için daha da yavaşlat */
    .gallery-row-left {
        animation: scrollLeft 60s linear infinite;
    }
    
    .gallery-row-right {
        animation: scrollRight 60s linear infinite;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .gallery-header .section-title-lg {
        font-size: 24px;
    }
    
    .gallery-item {
        min-width: 180px;
        height: 280px;
    }
    
    .btn-gallery-primary,
    .btn-gallery-secondary {
        padding: 10px 20px;
        font-size: 12px;
    }
}

/* Landscape Mode Fix */
@media (max-height: 500px) and (orientation: landscape) {
    .gallery-showcase {
        padding: 40px 0;
    }
    
    .gallery-item {
        height: 250px;
    }
}

/* ===== HOW IT WORKS RESPONSIVE ===== */

/* Tablet (768px) */
@media (max-width: 768px) {
    .how-it-works {
        padding: 70px 0;
    }
    
    .hiw-header {
        margin-bottom: 40px;
    }
    
    .hiw-subtitle {
        font-size: 16px;
    }
    
    .hiw-cta-top {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }
    
    .btn-hiw-primary,
    .btn-hiw-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 28px;
        font-size: 14px;
    }
    
    .hiw-steps {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .hiw-image {
        height: 280px;
    }
    
    .hiw-badge {
        width: 55px;
        height: 55px;
        font-size: 26px;
        top: 15px;
        left: 15px;
    }
    
    .hiw-content {
        padding: 25px;
    }
    
    .hiw-content h3 {
        font-size: 22px;
    }
    
    .hiw-content p {
        font-size: 14px;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .how-it-works {
        padding: 50px 0;
    }
    
    .hiw-header .section-title-lg {
        font-size: 28px;
    }
    
    .hiw-subtitle {
        font-size: 14px;
    }
    
    .btn-hiw-primary,
    .btn-hiw-secondary {
        padding: 12px 24px;
        font-size: 13px;
    }
    
    .hiw-image {
        height: 250px;
    }
    
    .hiw-badge {
        width: 50px;
        height: 50px;
        font-size: 24px;
        border: 3px solid var(--white);
    }
    
    .hiw-content {
        padding: 20px;
    }
    
    .hiw-content h3 {
        font-size: 20px;
    }
    
    .hiw-content p {
        font-size: 14px;
    }
    
    .hiw-link {
        font-size: 14px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .hiw-header .section-title-lg {
        font-size: 24px;
    }
    
    .hiw-image {
        height: 220px;
    }
    
    .hiw-badge {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
    .hiw-content h3 {
        font-size: 18px;
    }
    
    .btn-hiw-primary,
    .btn-hiw-secondary {
        padding: 10px 20px;
        font-size: 12px;
    }
}

/* Landscape Mode Fix */
@media (max-height: 500px) and (orientation: landscape) {
    .how-it-works {
        padding: 40px 0;
    }
    
    .hiw-image {
        height: 200px;
    }
}

/* ===== TESTIMONIALS RESPONSIVE ===== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .testimonials-slider-container {
        padding: 0 70px;
    }
    
    .testimonial-card {
        flex: 0 0 calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
}

/* Tablet (768px) */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 70px 0;
    }
    
    .testimonials-header {
        margin-bottom: 40px;
    }
    
    .testimonials-subtitle {
        font-size: 16px;
    }
    
    .testimonials-slider-container {
        padding: 0 60px;
    }
    
    .testimonial-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .testimonials-track {
        gap: 20px;
    }
    
    .testimonial-text {
        min-height: auto;
        font-size: 14px;
    }
    
    .testimonial-image {
        height: 180px;
    }
    
    .testimonials-nav {
        width: 45px;
        height: 45px;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .testimonials-section {
        padding: 50px 0;
    }
    
    .testimonials-header .section-title-lg {
        font-size: 28px;
    }
    
    .testimonials-subtitle {
        font-size: 14px;
    }
    
    .testimonials-slider-container {
        padding: 0 50px;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .testimonial-stars {
        font-size: 16px;
    }
    
    .author-avatar {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .author-info strong {
        font-size: 14px;
    }
    
    .author-info span {
        font-size: 12px;
    }
    
    .testimonial-image {
        height: 160px;
    }
    
    .testimonials-nav {
        width: 40px;
        height: 40px;
    }
    
    .testimonials-prev {
        left: 5px;
    }
    
    .testimonials-next {
        right: 5px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .testimonials-header .section-title-lg {
        font-size: 24px;
    }
    
    .testimonials-slider-container {
        padding: 0 45px;
    }
    
    .testimonial-card {
        padding: 20px 15px;
    }
    
    .testimonial-image {
        height: 140px;
    }
}

/* ===== BOOKING SECTION RESPONSIVE ===== */

/* Tablet (768px) */
@media (max-width: 768px) {
    .booking-section {
        padding: 70px 0;
    }
    
    .booking-header {
        margin-bottom: 40px;
    }
    
    .booking-subtitle {
        font-size: 16px;
    }
    
    .booking-form-container {
        padding: 35px 25px;
        border-radius: 16px;
    }
    
    .step-title {
        font-size: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
    .service-options {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .option-card {
        padding: 25px 20px;
    }
    
    .option-icon {
        font-size: 42px;
    }
    
    /* Icon Grid - Mobile */
    .icon-grid,
    .icon-grid-3,
    .icon-grid-4 {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .icon-card {
        flex-direction: row;
        justify-content: flex-start;
        padding: 15px 20px;
        min-height: auto;
    }
    
    .icon-emoji {
        font-size: 32px;
    }
    
    .icon-text {
        font-size: 14px;
        text-align: left;
    }
    
    .section-label-form {
        font-size: 15px;
    }
    
    .form-section {
        margin-bottom: 30px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .booking-nav-buttons {
        flex-direction: column;
    }
    
    .btn-booking-next,
    .btn-booking-back,
    .btn-booking-submit {
        width: 100%;
        justify-content: center;
    }
    
    .fixed-booking-btn {
        bottom: 140px;
        left: 20px;
        width: 55px;
        height: 55px;
        font-size: 26px;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .booking-section {
        padding: 50px 0;
    }
    
    .booking-header .section-title-lg {
        font-size: 28px;
    }
    
    .booking-subtitle {
        font-size: 14px;
    }
    
    .booking-form-container {
        padding: 30px 20px;
    }
    
    .step-title {
        font-size: 22px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .option-card {
        padding: 20px 15px;
    }
    
    .option-icon {
        font-size: 38px;
    }
    
    .option-card h4 {
        font-size: 16px;
    }
    
    .option-card p {
        font-size: 13px;
    }
    
    .icon-card {
        padding: 12px 16px;
    }
    
    .icon-emoji {
        font-size: 28px;
    }
    
    .icon-text {
        font-size: 13px;
    }
    
    .section-label-form {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .btn-booking-next,
    .btn-booking-back,
    .btn-booking-submit {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .privacy-checkbox span {
        font-size: 13px;
    }
    
    .fixed-booking-btn {
        bottom: 155px;
        left: 15px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .booking-header .section-title-lg {
        font-size: 24px;
    }
    
    .step-title {
        font-size: 20px;
    }
    
    .booking-form-container {
        padding: 25px 15px;
    }
    
    .icon-grid,
    .icon-grid-3,
    .icon-grid-4 {
        gap: 10px;
    }
    
    .icon-card {
        padding: 10px 14px;
    }
    
    .icon-emoji {
        font-size: 26px;
    }
    
    .icon-text {
        font-size: 12px;
    }
}


/* ===== BLOG SLIDER RESPONSIVE ===== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .blog-slider-container {
        padding: 0 70px;
    }
    
    .blog-card {
        flex: 0 0 calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
}

/* Tablet (768px) */
@media (max-width: 768px) {
    .blog-slider-section {
        padding: 70px 0;
    }
    
    .blog-slider-header {
        margin-bottom: 40px;
    }
    
    .blog-slider-container {
        padding: 0 60px;
    }
    
    .blog-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .blog-track {
        gap: 20px;
    }
    
    .blog-image {
        height: 200px;
    }
    
    .blog-content {
        padding: 20px;
    }
    
    .blog-content h3 {
        font-size: 18px;
    }
    
    .blog-nav {
        width: 45px;
        height: 45px;
    }
    
    .blog-view-all {
        margin-top: 40px;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .blog-slider-section {
        padding: 50px 0;
    }
    
    .blog-slider-header .section-title-lg {
        font-size: 28px;
    }
    
    .blog-slider-container {
        padding: 0 50px;
    }
    
    .blog-image {
        height: 180px;
    }
    
    .blog-content {
        padding: 18px;
    }
    
    .blog-meta {
        font-size: 12px;
    }
    
    .blog-content h3 {
        font-size: 17px;
    }
    
    .blog-content p {
        font-size: 13px;
    }
    
    .blog-read-more {
        font-size: 13px;
    }
    
    .blog-nav {
        width: 40px;
        height: 40px;
    }
    
    .blog-prev {
        left: 5px;
    }
    
    .blog-next {
        right: 5px;
    }
    
    .btn-blog-all {
        padding: 14px 28px;
        font-size: 15px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .blog-slider-header .section-title-lg {
        font-size: 24px;
    }
    
    .blog-slider-container {
        padding: 0 45px;
    }
    
    .blog-image {
        height: 160px;
    }
    
    .blog-content h3 {
        font-size: 16px;
    }
}

/* ===== TATTOO PAGE RESPONSIVE ===== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .styles-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Tablet (768px) */
@media (max-width: 768px) {
    .tattoo-hero {
        min-height: 500px;
        padding: 120px 0 80px;
        background-attachment: scroll;
    }
    
    .page-title-hero {
        font-size: 42px;
    }
    
    .page-subtitle-hero {
        font-size: 18px;
    }
    
    .hero-cta-buttons {
        flex-direction: column;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }
    
    /* Trust Stats */
    .trust-stats {
        padding: 60px 0;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .stat-number {
        font-size: 38px;
    }
    
    .stat-label {
        font-size: 14px;
    }
    
    /* Styles Grid */
    .tattoo-styles-section {
        padding: 70px 0;
    }
    
    .styles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 40px;
    }
    
    .style-card {
        padding: 30px 25px;
    }
    
    .style-icon {
        font-size: 52px;
    }
    
    .style-card h3 {
        font-size: 20px;
    }
    
    .style-card p {
        font-size: 14px;
    }
    
    /* Process Timeline */
    .tattoo-process-section {
        padding: 70px 0;
    }
    
    .process-timeline {
        margin-top: 40px;
    }
    
    .process-timeline::before {
        left: 30px;
    }
    
    .timeline-number {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }
    
    .timeline-content h3 {
        font-size: 20px;
    }
    
    .timeline-content p {
        font-size: 15px;
    }
    
    /* Pricing */
    .tattoo-pricing-section {
        padding: 70px 0;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
    }
    
    .pricing-card {
        padding: 40px 30px;
    }
    
    /* FAQ */
    .tattoo-faq-section {
        padding: 70px 0;
    }
    
    .faq-accordion {
        margin-top: 40px;
    }
    
    .faq-question {
        font-size: 16px;
        padding: 20px 25px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
    
    /* CTA */
    .tattoo-cta-section {
        padding: 70px 0;
    }
    
    .cta-content-box h2 {
        font-size: 36px;
    }
    
    .cta-content-box p {
        font-size: 18px;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .tattoo-hero {
        min-height: 450px;
        padding: 100px 0 60px;
    }
    
    .breadcrumb {
        font-size: 12px;
        margin-bottom: 20px;
    }
    
    .page-title-hero {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .page-subtitle-hero {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 16px 30px;
        font-size: 15px;
    }
    
    /* Trust Stats */
    .trust-stats {
        padding: 50px 0;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .stat-label {
        font-size: 13px;
    }
    
    /* Styles */
    .tattoo-styles-section {
        padding: 50px 0;
    }
    
    .section-header-center .section-title-lg {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 15px;
    }
    
    .styles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .style-card {
        padding: 30px 20px;
    }
    
    .style-icon {
        font-size: 48px;
    }
    
    .style-card h3 {
        font-size: 18px;
    }
    
    .style-card p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    /* Process */
    .tattoo-process-section {
        padding: 50px 0;
    }
    
    .process-timeline {
        padding-left: 0;
    }
    
    .process-timeline::before {
        left: 25px;
    }
    
    .timeline-step {
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .timeline-number {
        width: 50px;
        height: 50px;
        font-size: 22px;
        border-width: 3px;
    }
    
    .timeline-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .timeline-content p {
        font-size: 14px;
    }
    
    /* Pricing */
    .tattoo-pricing-section {
        padding: 50px 0;
    }
    
    .pricing-card {
        padding: 35px 25px;
    }
    
    .pricing-icon {
        font-size: 48px;
    }
    
    .pricing-card h3 {
        font-size: 24px;
    }
    
    .pricing-size {
        font-size: 14px;
    }
    
    .pricing-price {
        font-size: 36px;
    }
    
    .pricing-features li {
        font-size: 14px;
        padding: 10px 0;
    }
    
    .pricing-note {
        padding: 25px 20px;
    }
    
    .pricing-note p {
        font-size: 14px;
    }
    
    /* FAQ */
    .tattoo-faq-section {
        padding: 50px 0;
    }
    
    .faq-item {
        margin-bottom: 15px;
    }
    
    .faq-question {
        font-size: 15px;
        padding: 18px 20px;
    }
    
    .faq-item.active .faq-answer {
        padding: 20px;
    }
    
    .faq-answer p {
        font-size: 14px;
    }
    
    /* CTA */
    .tattoo-cta-section {
        padding: 50px 0;
    }
    
    .cta-content-box h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .cta-content-box p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .cta-buttons-group {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-cta-large,
    .btn-cta-outline {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
        font-size: 15px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .page-title-hero {
        font-size: 28px;
    }
    
    .page-subtitle-hero {
        font-size: 14px;
    }
    
    .section-header-center .section-title-lg {
        font-size: 24px;
    }
    
    .style-icon {
        font-size: 42px;
    }
    
    .timeline-number {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .timeline-content h3 {
        font-size: 17px;
    }
    
    .pricing-price {
        font-size: 32px;
    }
    
    .cta-content-box h2 {
        font-size: 24px;
    }
}

/* ===== PIERCING PAGE RESPONSIVE ===== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .piercing-types-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .jewelry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .healing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet (768px) */
@media (max-width: 768px) {
    .piercing-hero {
        min-height: 500px;
        padding: 120px 0 80px;
        background-attachment: scroll;
    }
    
    /* Piercing Types */
    .piercing-types-section {
        padding: 70px 0;
    }
    
    .piercing-types-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    
    .piercing-type-card {
        padding: 35px 25px;
    }
    
    .piercing-type-icon {
        font-size: 52px;
    }
    
    .piercing-type-card h3 {
        font-size: 20px;
    }
    
    .piercing-list li {
        font-size: 14px;
    }
    
    /* Jewelry */
    .jewelry-section {
        padding: 70px 0;
    }
    
    .jewelry-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    
    .jewelry-card {
        padding: 35px 25px;
    }
    
    .jewelry-icon {
        font-size: 48px;
    }
    
    .jewelry-card h3 {
        font-size: 18px;
    }
    
    .jewelry-card p {
        font-size: 14px;
    }
    
    /* Process */
    .piercing-process-section {
        padding: 70px 0;
    }
    
    /* Aftercare */
    .aftercare-section {
        padding: 70px 0;
    }
    
    .aftercare-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .aftercare-box {
        padding: 40px 30px;
    }
    
    .aftercare-icon {
        font-size: 52px;
    }
    
    .aftercare-box h3 {
        font-size: 22px;
    }
    
    .aftercare-list li {
        font-size: 14px;
    }
    
    .aftercare-healing {
        margin-top: 40px;
        padding: 30px;
    }
    
    .aftercare-healing h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    
    .healing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .healing-item {
        padding: 18px;
    }
    
    .healing-item strong,
    .healing-item span {
        font-size: 14px;
    }
    
    /* Pricing */
    .piercing-pricing-section {
        padding: 70px 0;
    }
    
    .pricing-table {
        margin-top: 40px;
    }
    
    .pricing-col {
        padding: 16px 20px;
        font-size: 14px;
    }
    
    .category-title {
        padding: 18px 20px;
        font-size: 16px;
    }
    
    /* FAQ */
    .piercing-faq-section {
        padding: 70px 0;
    }
    
    /* CTA */
    .piercing-cta-section {
        padding: 70px 0;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .piercing-hero {
        min-height: 450px;
        padding: 100px 0 60px;
    }
    
    /* Piercing Types */
    .piercing-types-section {
        padding: 50px 0;
    }
    
    .piercing-types-grid {
        gap: 20px;
    }
    
    .piercing-type-card {
        padding: 30px 20px;
    }
    
    .piercing-type-icon {
        font-size: 48px;
    }
    
    .piercing-type-card h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .piercing-list li {
        padding: 6px 0 6px 18px;
        font-size: 13px;
    }
    
    .piercing-list li:before {
        font-size: 10px;
    }
    
    .piercing-link {
        font-size: 14px;
    }
    
    /* Jewelry */
    .jewelry-section {
        padding: 50px 0;
    }
    
    .jewelry-grid {
        gap: 20px;
    }
    
    .jewelry-card {
        padding: 30px 20px;
    }
    
    .jewelry-icon {
        font-size: 42px;
    }
    
    .jewelry-card h3 {
        font-size: 17px;
    }
    
    .jewelry-card p {
        font-size: 13px;
    }
    
    /* Process */
    .piercing-process-section {
        padding: 50px 0;
    }
    
    /* Aftercare */
    .aftercare-section {
        padding: 50px 0;
    }
    
    .aftercare-grid {
        gap: 25px;
    }
    
    .aftercare-box {
        padding: 30px 20px;
    }
    
    .aftercare-icon {
        font-size: 48px;
        margin-bottom: 15px;
    }
    
    .aftercare-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .aftercare-list li {
        padding: 10px 0 10px 25px;
        font-size: 13px;
    }
    
    .aftercare-do .aftercare-list li:before,
    .aftercare-dont .aftercare-list li:before {
        font-size: 16px;
    }
    
    .aftercare-healing {
        padding: 25px 20px;
    }
    
    .aftercare-healing h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .healing-item {
        padding: 15px;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    
    .healing-item strong,
    .healing-item span {
        font-size: 13px;
    }
    
    /* Pricing */
    .piercing-pricing-section {
        padding: 50px 0;
    }
    
    .pricing-row {
        grid-template-columns: 1fr;
    }
    
    .pricing-col {
        padding: 12px 20px;
        font-size: 13px;
    }
    
    .pricing-col:last-child {
        border-top: 1px solid var(--border);
        font-weight: 700;
        color: var(--accent);
    }
    
    .pricing-header .pricing-col {
        font-size: 14px;
    }
    
    .category-title {
        padding: 15px 20px;
        font-size: 15px;
    }
    
    /* FAQ */
    .piercing-faq-section {
        padding: 50px 0;
    }
    
    /* CTA */
    .piercing-cta-section {
        padding: 50px 0;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .piercing-type-icon {
        font-size: 42px;
    }
    
    .piercing-type-card h3 {
        font-size: 17px;
    }
    
    .jewelry-icon {
        font-size: 38px;
    }
    
    .jewelry-card h3 {
        font-size: 16px;
    }
    
    .aftercare-icon {
        font-size: 42px;
    }
    
    .aftercare-box h3 {
        font-size: 18px;
    }
    
    .aftercare-healing h3 {
        font-size: 18px;
    }
    
    .pricing-col {
        padding: 10px 15px;
    }
    
    .category-title {
        padding: 12px 15px;
        font-size: 14px;
    }
}

/* ===== WALK-IN PAGE RESPONSIVE ===== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .intro-content {
        gap: 60px;
    }
    
    .hours-content {
        gap: 60px;
    }
    
    .flash-categories {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .tips-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Tablet (768px) */
@media (max-width: 768px) {
    .walkin-hero {
        min-height: 500px;
        padding: 120px 0 80px;
        background-attachment: scroll;
    }
    
    /* Intro Section */
    .walkin-intro-section {
        padding: 70px 0;
    }
    
    .intro-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .intro-text {
        padding-right: 0;
    }
    
    .intro-paragraph {
        font-size: 16px;
    }
    
    .intro-image img {
        height: 400px;
    }
    
    /* How it Works */
    .walkin-how-section {
        padding: 70px 0;
    }
    
    .walkin-steps {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .walkin-step-card {
        padding: 40px 30px;
    }
    
    .step-number-big {
        width: 80px;
        height: 80px;
        font-size: 40px;
        margin-bottom: 25px;
    }
    
    .walkin-step-card h3 {
        font-size: 22px;
    }
    
    .walkin-step-card p {
        font-size: 15px;
    }
    
    /* Hours Section */
    .walkin-hours-section {
        padding: 70px 0;
    }
    
    .hours-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hours-info {
        padding-right: 0;
    }
    
    .hours-table {
        margin: 30px 0;
    }
    
    .hours-row {
        padding: 18px 25px;
    }
    
    .hours-row .day {
        font-size: 16px;
    }
    
    .hours-row .time {
        font-size: 17px;
    }
    
    .hours-note {
        padding: 20px 25px;
    }
    
    .hours-note p {
        font-size: 14px;
    }
    
    .hours-image img {
        height: 400px;
    }
    
    /* Possible Section */
    .walkin-possible-section {
        padding: 70px 0;
    }
    
    .possible-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 40px;
    }
    
    .possible-box {
        padding: 40px 30px;
    }
    
    .possible-icon {
        font-size: 52px;
    }
    
    .possible-box h3 {
        font-size: 22px;
    }
    
    .possible-list li {
        font-size: 15px;
    }
    
    /* Flash Designs */
    .flash-designs-section {
        padding: 70px 0;
    }
    
    .flash-categories {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 40px;
    }
    
    .flash-cat-item {
        padding: 30px 15px;
    }
    
    .flash-cat-icon {
        font-size: 48px;
    }
    
    .flash-cat-item h4 {
        font-size: 15px;
    }
    
    .flash-cta {
        margin-top: 40px;
    }
    
    /* Tips */
    .walkin-tips-section {
        padding: 70px 0;
    }
    
    .tips-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 40px;
    }
    
    .tip-card {
        padding: 30px 25px;
    }
    
    .tip-icon {
        font-size: 48px;
    }
    
    .tip-card h3 {
        font-size: 18px;
    }
    
    .tip-card p {
        font-size: 14px;
    }
    
    /* FAQ */
    .walkin-faq-section {
        padding: 70px 0;
    }
    
    /* CTA */
    .walkin-cta-section {
        padding: 70px 0;
    }
    
    .cta-buttons-group {
        gap: 15px;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .walkin-hero {
        min-height: 450px;
        padding: 100px 0 60px;
    }
    
    /* Intro */
    .walkin-intro-section {
        padding: 50px 0;
    }
    
    .intro-content {
        gap: 30px;
    }
    
    .intro-paragraph {
        font-size: 15px;
        margin-bottom: 15px;
    }
    
    .intro-image img {
        height: 300px;
        border-radius: 16px;
    }
    
    /* How it Works */
    .walkin-how-section {
        padding: 50px 0;
    }
    
    .walkin-steps {
        gap: 25px;
    }
    
    .walkin-step-card {
        padding: 35px 25px;
    }
    
    .step-number-big {
        width: 70px;
        height: 70px;
        font-size: 36px;
        margin-bottom: 20px;
        border-width: 3px;
    }
    
    .walkin-step-card h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .walkin-step-card p {
        font-size: 14px;
    }
    
    /* Hours */
    .walkin-hours-section {
        padding: 50px 0;
    }
    
    .hours-content {
        gap: 30px;
    }
    
    .hours-table {
        margin: 25px 0;
    }
    
    .hours-row {
        padding: 15px 20px;
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .hours-row .day {
        font-size: 15px;
    }
    
    .hours-row .time {
        font-size: 16px;
    }
    
    .hours-note {
        padding: 20px;
    }
    
    .hours-note p {
        font-size: 13px;
    }
    
    .btn-hours {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
        font-size: 15px;
    }
    
    .hours-image img {
        height: 300px;
        border-radius: 16px;
    }
    
    /* Possible */
    .walkin-possible-section {
        padding: 50px 0;
    }
    
    .possible-grid {
        gap: 25px;
    }
    
    .possible-box {
        padding: 35px 25px;
    }
    
    .possible-icon {
        font-size: 48px;
        margin-bottom: 15px;
    }
    
    .possible-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .possible-list li {
        padding: 10px 0 10px 25px;
        font-size: 14px;
    }
    
    .possible-yes .possible-list li:before,
    .possible-no .possible-list li:before {
        font-size: 16px;
    }
    
    /* Flash Designs */
    .flash-designs-section {
        padding: 50px 0;
    }
    
    .flash-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .flash-cat-item {
        padding: 30px 15px;
    }
    
    .flash-cat-icon {
        font-size: 42px;
        margin-bottom: 12px;
    }
    
    .flash-cat-item h4 {
        font-size: 14px;
    }
    
    .flash-cta {
        margin-top: 30px;
    }
    
    .btn-flash {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
        font-size: 15px;
    }
    
    /* Tips */
    .walkin-tips-section {
        padding: 50px 0;
    }
    
    .tips-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tip-card {
        padding: 30px 20px;
    }
    
    .tip-icon {
        font-size: 42px;
        margin-bottom: 15px;
    }
    
    .tip-card h3 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .tip-card p {
        font-size: 13px;
    }
    
    /* FAQ */
    .walkin-faq-section {
        padding: 50px 0;
    }
    
    /* CTA */
    .walkin-cta-section {
        padding: 50px 0;
    }
    
    .cta-buttons-group {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-cta-large,
    .btn-cta-outline {
        width: 100%;
        justify-content: center;
        padding: 16px 30px;
        font-size: 15px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .step-number-big {
        width: 60px;
        height: 60px;
        font-size: 32px;
    }
    
    .walkin-step-card h3 {
        font-size: 18px;
    }
    
    .hours-row {
        padding: 12px 15px;
    }
    
    .flash-cat-icon {
        font-size: 38px;
    }
    
    .flash-cat-item h4 {
        font-size: 13px;
    }
    
    .tip-icon {
        font-size: 38px;
    }
    
    .tip-card h3 {
        font-size: 16px;
    }
    
    .possible-icon {
        font-size: 42px;
    }
    
    .possible-box h3 {
        font-size: 18px;
    }
}

/* ===== GALLERY PAGE RESPONSIVE ===== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 25px;
    }
}

/* Tablet (768px) */
@media (max-width: 768px) {
    .gallery-hero {
        min-height: 450px;
        padding: 120px 0 80px;
        background-attachment: scroll;
    }
    
    /* Filters */
    .gallery-filters-section {
        padding: 40px 0 25px;
        top: 70px;
    }
    
    .filter-tabs {
        gap: 10px;
        margin-bottom: 25px;
    }
    
    .filter-tab {
        padding: 12px 28px;
        font-size: 15px;
    }
    
    .sub-filters {
        margin-top: 25px;
        padding-top: 25px;
    }
    
    .sub-filter-label {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .sub-filter-buttons {
        gap: 8px;
    }
    
    .sub-filter-btn {
        padding: 9px 20px;
        font-size: 13px;
    }
    
    /* Gallery Grid */
    .gallery-grid-section {
        padding: 50px 0 70px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .gallery-overlay {
        padding: 20px;
    }
    
    .gallery-info {
        margin-bottom: 45px;
    }
    
    .gallery-info h4 {
        font-size: 17px;
    }
    
    .gallery-info p {
        font-size: 13px;
    }
    
    .gallery-zoom-btn {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    /* Empty State */
    .gallery-empty {
        padding: 80px 20px;
    }
    
    .empty-icon {
        font-size: 70px;
    }
    
    .gallery-empty h3 {
        font-size: 24px;
    }
    
    .gallery-empty p {
        font-size: 16px;
    }
    
    /* Lightbox */
    .lightbox-close {
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .lightbox-content {
        max-width: 95%;
        gap: 25px;
    }
    
    .lightbox-content img {
        max-height: 70vh;
    }
    
    .lightbox-info h3 {
        font-size: 22px;
    }
    
    .lightbox-info p {
        font-size: 15px;
    }
    
    .lightbox-prev,
    .lightbox-next {
        width: 50px;
        height: 50px;
    }
    
    .lightbox-prev {
        left: 20px;
    }
    
    .lightbox-next {
        right: 20px;
    }
    
    /* CTA */
    .gallery-cta-section {
        padding: 70px 0;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .gallery-hero {
        min-height: 400px;
        padding: 100px 0 60px;
    }
    
    /* Filters */
    .gallery-filters-section {
        padding: 30px 0 20px;
        top: 60px;
        position: relative;
    }
    
    .filter-tabs {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .filter-tab {
        width: 100%;
        padding: 14px 25px;
        font-size: 15px;
    }
    
    .sub-filters {
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .sub-filter-label {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .sub-filter-buttons {
        gap: 8px;
    }
    
    .sub-filter-btn {
        padding: 8px 18px;
        font-size: 12px;
    }
    
    /* Gallery Grid */
    .gallery-grid-section {
        padding: 40px 0 50px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery-item-inner {
        aspect-ratio: 3/4;
    }
    
    .gallery-overlay {
        padding: 20px;
    }
    
    .gallery-info {
        margin-bottom: 50px;
    }
    
    .gallery-info h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .gallery-info p {
        font-size: 13px;
    }
    
    .gallery-zoom-btn {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .gallery-zoom-btn svg {
        width: 20px;
        height: 20px;
    }
    
    /* Empty State */
    .gallery-empty {
        padding: 60px 20px;
    }
    
    .empty-icon {
        font-size: 60px;
        margin-bottom: 20px;
    }
    
    .gallery-empty h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .gallery-empty p {
        font-size: 15px;
    }
    
    /* Lightbox */
    .lightbox-close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
    
    .lightbox-close svg {
        width: 24px;
        height: 24px;
    }
    
    .lightbox-content {
        max-width: 100%;
        gap: 20px;
        padding: 0 15px;
    }
    
    .lightbox-content img {
        max-height: 60vh;
        border-radius: 8px;
    }
    
    .lightbox-info {
        max-width: 100%;
    }
    
    .lightbox-info h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .lightbox-info p {
        font-size: 14px;
    }
    
    .lightbox-prev,
    .lightbox-next {
        width: 45px;
        height: 45px;
    }
    
    .lightbox-prev {
        left: 15px;
    }
    
    .lightbox-next {
        right: 15px;
    }
    
    .lightbox-prev svg,
    .lightbox-next svg {
        width: 24px;
        height: 24px;
    }
    
    /* CTA */
    .gallery-cta-section {
        padding: 50px 0;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .gallery-hero {
        min-height: 350px;
    }
    
    .filter-tab {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .sub-filter-btn {
        padding: 7px 15px;
        font-size: 11px;
    }
    
    .gallery-grid {
        gap: 15px;
    }
    
    .gallery-overlay {
        padding: 15px;
    }
    
    .gallery-info h4 {
        font-size: 15px;
    }
    
    .gallery-zoom-btn {
        width: 40px;
        height: 40px;
        bottom: 15px;
        right: 15px;
    }
    
    .empty-icon {
        font-size: 50px;
    }
    
    .gallery-empty h3 {
        font-size: 20px;
    }
    
    .gallery-empty p {
        font-size: 14px;
    }
    
    .lightbox-info h3 {
        font-size: 18px;
    }
    
    .lightbox-info p {
        font-size: 13px;
    }
}

/* ===== BLOG PAGE RESPONSIVE ===== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .blog-content-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .blog-sidebar {
        position: static;
    }
    
    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Tablet (768px) */
@media (max-width: 768px) {
    .blog-hero {
        min-height: 400px;
        padding: 120px 0 80px;
        background-attachment: scroll;
    }
    
    /* Filters */
    .blog-filters-section {
        padding: 30px 0;
    }
    
    .filters-row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    
    .blog-categories {
        gap: 10px;
    }
    
    .category-chip {
        padding: 9px 18px;
        font-size: 13px;
    }
    
    .category-count {
        font-size: 11px;
        padding: 2px 6px;
    }
    
    .blog-search {
        min-width: auto;
        width: 100%;
    }
    
    .search-input {
        padding: 12px 50px 12px 18px;
        font-size: 14px;
    }
    
    /* Blog Grid */
    .blog-grid-section {
        padding: 60px 0;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .blog-card-content {
        padding: 25px;
    }
    
    .blog-card-title {
        font-size: 20px;
    }
    
    .blog-card-excerpt {
        font-size: 14px;
    }
    
    .blog-card-meta {
        font-size: 13px;
        gap: 15px;
    }
    
    /* Empty State */
    .blog-empty {
        padding: 80px 20px;
    }
    
    .blog-empty .empty-icon {
        font-size: 70px;
    }
    
    .blog-empty h3 {
        font-size: 24px;
    }
    
    .blog-empty p {
        font-size: 16px;
    }
    
    /* Pagination */
    .blog-pagination {
        gap: 10px;
        margin-top: 50px;
    }
    
    .pagination-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .pagination-number {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    /* Newsletter */
    .blog-newsletter-section {
        padding: 60px 0;
    }
    
    .newsletter-box {
        padding: 50px 30px;
    }
    
    .newsletter-box h2 {
        font-size: 28px;
    }
    
    .newsletter-box p {
        font-size: 16px;
    }
    
    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }
    
    .newsletter-input,
    .newsletter-btn {
        width: 100%;
    }
    
    /* BLOG DETAIL */
    .blog-detail-hero {
        padding: 120px 0 50px;
    }
    
    .blog-detail-title {
        font-size: 36px;
        margin-bottom: 25px;
    }
    
    .blog-detail-meta {
        gap: 20px;
    }
    
    .meta-item {
        font-size: 14px;
    }
    
    .blog-detail-content-section {
        padding: 60px 0;
    }
    
    .blog-content-wrapper {
        gap: 40px;
    }
    
    .blog-featured-image {
        margin-bottom: 40px;
    }
    
    .blog-content-text {
        font-size: 17px;
    }
    
    .blog-content-text h2 {
        font-size: 28px;
        margin: 35px 0 18px;
    }
    
    .blog-content-text h3 {
        font-size: 24px;
        margin: 25px 0 12px;
    }
    
    .blog-tags {
        margin: 40px 0;
        padding: 25px 0;
    }
    
    .tag-item {
        font-size: 13px;
        padding: 6px 14px;
    }
    
    .blog-share {
        margin-top: 40px;
    }
    
    .blog-share h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    
    .share-buttons {
        gap: 10px;
    }
    
    .share-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .sidebar-widget {
        padding: 25px;
        margin-bottom: 25px;
    }
    
    .widget-title {
        font-size: 18px;
        margin-bottom: 18px;
    }
    
    .cta-widget h3 {
        font-size: 20px;
    }
    
    /* Related Posts */
    .related-posts-section {
        padding: 60px 0;
    }
    
    .section-title-center {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .related-posts-grid {
        gap: 25px;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .blog-hero {
        min-height: 350px;
        padding: 100px 0 60px;
    }
    
    /* Filters */
    .blog-filters-section {
        padding: 25px 0;
    }
    
    .filters-row {
        gap: 15px;
    }
    
    .blog-categories {
        gap: 8px;
    }
    
    .category-chip {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    .search-input {
        padding: 12px 45px 12px 16px;
        font-size: 14px;
    }
    
    .search-btn {
        width: 36px;
        height: 36px;
    }
    
    .search-btn svg {
        width: 18px;
        height: 18px;
    }
    
    /* Blog Grid */
    .blog-grid-section {
        padding: 50px 0;
    }
    
    .blog-grid {
        gap: 25px;
    }
    
    .blog-card-content {
        padding: 20px;
    }
    
    .blog-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .blog-card-excerpt {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .blog-card-meta {
        font-size: 12px;
        gap: 12px;
        margin-bottom: 12px;
    }
    
    .blog-card-meta svg {
        width: 14px;
        height: 14px;
    }
    
    .blog-card-footer {
        padding-top: 15px;
    }
    
    .read-more {
        font-size: 14px;
    }
    
    /* Empty State */
    .blog-empty {
        padding: 60px 20px;
    }
    
    .blog-empty .empty-icon {
        font-size: 60px;
        margin-bottom: 20px;
    }
    
    .blog-empty h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .blog-empty p {
        font-size: 15px;
    }
    
    /* Pagination */
    .blog-pagination {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 40px;
    }
    
    .pagination-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .pagination-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .pagination-number {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
    
    .pagination-dots {
        width: 36px;
    }
    
    /* Newsletter */
    .blog-newsletter-section {
        padding: 50px 0;
    }
    
    .newsletter-box {
        padding: 40px 25px;
    }
    
    .newsletter-box h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .newsletter-box p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .newsletter-input {
        padding: 14px 20px;
        font-size: 14px;
    }
    
    .newsletter-btn {
        padding: 14px 28px;
        font-size: 14px;
    }
    
    /* BLOG DETAIL */
    .blog-detail-hero {
        padding: 100px 0 40px;
    }
    
    .blog-detail-category a {
        padding: 6px 16px;
        font-size: 12px;
    }
    
    .blog-detail-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .blog-detail-meta {
        gap: 15px;
        font-size: 13px;
    }
    
    .meta-item svg {
        width: 16px;
        height: 16px;
    }
    
    .blog-detail-content-section {
        padding: 50px 0;
    }
    
    .blog-content-wrapper {
        gap: 40px;
    }
    
    .blog-featured-image {
        margin-bottom: 30px;
        border-radius: 12px;
    }
    
    .blog-content-text {
        font-size: 16px;
        line-height: 1.7;
    }
    
    .blog-content-text h2 {
        font-size: 24px;
        margin: 30px 0 15px;
    }
    
    .blog-content-text h3 {
        font-size: 20px;
        margin: 25px 0 12px;
    }
    
    .blog-content-text p {
        margin-bottom: 18px;
    }
    
    .blog-content-text ul,
    .blog-content-text ol {
        margin: 18px 0 18px 25px;
    }
    
    .blog-tags {
        margin: 35px 0;
        padding: 20px 0;
        gap: 10px;
    }
    
    .tags-label {
        font-size: 14px;
    }
    
    .tags-label svg {
        width: 16px;
        height: 16px;
    }
    
    .tag-item {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .blog-share {
        margin-top: 35px;
    }
    
    .blog-share h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    
    .share-buttons {
        gap: 8px;
    }
    
    .share-btn {
        padding: 10px 16px;
        font-size: 13px;
        flex: 1;
        justify-content: center;
    }
    
    .share-btn svg {
        width: 18px;
        height: 18px;
    }
    
    .sidebar-widget {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .widget-title {
        font-size: 17px;
        margin-bottom: 15px;
    }
    
    .author-avatar {
        width: 50px;
        height: 50px;
    }
    
    .author-avatar svg {
        width: 30px;
        height: 30px;
    }
    
    .author-info h4 {
        font-size: 16px;
    }
    
    .author-info p {
        font-size: 13px;
    }
    
    .categories-list a {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .cat-count {
        font-size: 12px;
        padding: 3px 8px;
    }
    
    .cta-widget h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .cta-widget p {
        font-size: 14px;
        margin-bottom: 18px;
    }
    
    .cta-widget-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    /* Related Posts */
    .related-posts-section {
        padding: 50px 0;
    }
    
    .section-title-center {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .blog-detail-title {
        font-size: 24px;
    }
    
    .blog-content-text {
        font-size: 15px;
    }
    
    .blog-content-text h2 {
        font-size: 22px;
    }
    
    .blog-content-text h3 {
        font-size: 18px;
    }
    
    .newsletter-box h2 {
        font-size: 22px;
    }
    
    .section-title-center {
        font-size: 22px;
    }
    
    .share-btn {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* ===== CONTACT PAGE RESPONSIVE ===== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 350px 1fr;
        gap: 60px;
    }
}

/* Tablet (768px) */
@media (max-width: 768px) {
    .contact-hero {
        min-height: 400px;
        padding: 120px 0 80px;
        background-attachment: scroll;
    }
    
    /* Contact Main */
    .contact-main-section {
        padding: 70px 0;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .contact-info-side {
        position: static;
    }
    
    .info-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .contact-info-box {
        gap: 18px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    .info-icon {
        width: 55px;
        height: 55px;
    }
    
    .info-icon svg {
        width: 26px;
        height: 26px;
    }
    
    .info-content h3 {
        font-size: 15px;
    }
    
    .info-content p {
        font-size: 15px;
    }
    
    .contact-social {
        margin-top: 35px;
    }
    
    .contact-social h3 {
        font-size: 17px;
        margin-bottom: 18px;
    }
    
    .social-links a {
        width: 48px;
        height: 48px;
    }
    
    .social-links a svg {
        width: 22px;
        height: 22px;
    }
    
    /* Form */
    .contact-form-side {
        padding: 50px 40px;
    }
    
    .form-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .form-success-message,
    .form-error-message {
        padding: 18px 22px;
        margin-bottom: 25px;
    }
    
    .form-row {
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .form-group label {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 13px 18px;
        font-size: 14px;
    }
    
    .btn-submit {
        padding: 16px 35px;
        font-size: 15px;
    }
    
    /* Map */
    .map-container {
        height: 400px;
    }
}

/* Mobile (480px) */
@media (max-width: 480px) {
    .contact-hero {
        min-height: 350px;
        padding: 100px 0 60px;
    }
    
    /* Contact Main */
    .contact-main-section {
        padding: 50px 0;
    }
    
    .contact-grid {
        gap: 40px;
    }
    
    .info-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .contact-info-box {
        gap: 15px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    
    .info-icon {
        width: 50px;
        height: 50px;
    }
    
    .info-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .info-content h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .info-content p {
        font-size: 14px;
    }
    
    .contact-social {
        margin-top: 30px;
    }
    
    .contact-social h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .social-links {
        gap: 12px;
    }
    
    .social-links a {
        width: 45px;
        height: 45px;
    }
    
    .social-links a svg {
        width: 20px;
        height: 20px;
    }
    
    /* Form */
    .contact-form-side {
        padding: 40px 25px;
        border-radius: 16px;
    }
    
    .form-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .form-success-message,
    .form-error-message {
        padding: 16px 20px;
        margin-bottom: 20px;
        gap: 12px;
    }
    
    .form-success-message svg,
    .form-error-message svg {
        width: 20px;
        height: 20px;
    }
    
    .form-success-message p,
    .form-error-message p {
        font-size: 14px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .form-group label {
        font-size: 13px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .form-group textarea {
        min-height: 100px;
    }
    
    .btn-submit {
        padding: 16px 30px;
        font-size: 14px;
    }
    
    .btn-submit svg {
        width: 18px;
        height: 18px;
    }
    
    /* Map */
    .map-container {
        height: 350px;
    }
}

/* Very Small Mobile (360px) */
@media (max-width: 360px) {
    .contact-hero {
        min-height: 320px;
    }
    
    .info-title {
        font-size: 22px;
    }
    
    .contact-form-side {
        padding: 35px 20px;
    }
    
    .form-title {
        font-size: 22px;
    }
    
    .info-icon {
        width: 45px;
        height: 45px;
    }
    
    .social-links a {
        width: 42px;
        height: 42px;
    }
    
    .map-container {
        height: 300px;
    }
}